@charset "utf-8";
/*样式*/
/*css初始化*/
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  /*清除浮动*/
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
a {
  color: #333333;
  text-decoration: none;
}

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}
input,
button {
  border: 0;
  box-sizing: border-box;
  outline: none;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
.flx {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

/*css初始化结束*/
body {
  background-color: #ffffff;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA !important;
  line-height: 180%;
}
.clear {
  height: 20px;
  clear: both;
}

.wrap {
  width: 100%;
  height: auto;
  background: url(../images/bg.png) no-repeat;
}
.top {
  height: 60px;
  background-color: #166bab;
}
.navbar {
  width: 1140px;
  margin: 0 auto;
}
.navbar ul {
  display: flex;
  justify-content: space-between;
}
.navbar ul li a {
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.tt {
  display: block;
  width: 842px;
  margin: 0 auto;
  padding-top: 64px;
  box-sizing: border-box;
}
.search {
  width: 600px;
  height: 45px;
  border: 1px solid #1e65f4;
  margin: 0 auto;
  position: relative;
}
.searchbox input {
  width: 600px;
  height: 45px;
  background-color: rgba(247, 245, 247, 0.8);
  font-size: 18px;
  color: #ededed;
}
.searchbox button {
  width: 26px;
  height: 26px;
  background: url(../images/searchicon.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}
/*input 标签设置 focus 鼠标聚焦样式 边框样式用Outline设定*/
input[type="text"] {
  line-height: 45px;
  padding-left: 20px;
  margin: 0;
  border: 0;
}
input[type="text"]:focus {
  outline: 0;
}
input[type="image"] {
  vertical-align: middle;
}

.mid {
  width: 1140px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.date {
  height: 60px;
  line-height: 60px;
}
.date span {
  float: left;
  font-size: 16px;
  color: #166bab;
  margin-right: 10px;
}
.title {
  border: 1px solid #e3f2fd;
  padding: 0 15px;
  box-sizing: border-box;
}
.title h1 {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}
.title ul {
  padding-bottom: 10px;
  box-sizing: border-box;
}
.title ul li {
  font-size: 16px;
  color: #868a93;
  line-height: 24px;
  text-indent: 2em;
}
.title ul li a {
  font-size: 16px;
  color: #a20000;
}

/*焦点图*/
.focus {
  position: relative;
  width: 540px;
  height: 360px;
  background-color: #000;
}

.focus img {
  width: 540px;
  height: 360px;
}
.focus .shadow .title {
  width: 300px;
  height: 65px;
  padding-left: 30px;
  padding-top: 20px;
}
.focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
}
.focus .btn {
  position: absolute;
  bottom: 34px;
  left: 350px;
  overflow: hidden;
  zoom: 1;
}
.focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .btn a:hover,
.focus .btn a.current {
  cursor: pointer;
  background: #fc114a;
}
.focus .fPic {
  position: absolute;
  left: 0px;
  top: 0px;
}
.focus .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
  display: block;
  text-align: left;
}
.focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  margin-left: 10px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
.focus .fcon img {
  display: block;
}
.focus .fbg {
  bottom: 6px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
  right: 20px;
}
.focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
  width: 80px;
}
.focus .D1fBt a {
  display: inline;
  width: 6px;
  height: 6px;
  border-radius: 7px;
  color: #b0b0b0;
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  font: 12px/15px "\5B8B\4F53";
  line-height: 12px;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
  background: #fc114a;
}
.focus .D1fBt img {
  display: none;
}
.focus .D1fBt i {
  display: none;
  font-style: normal;
}
.focus .prev,
.focus .next {
  position: absolute;
  width: 30px;
  height: 56px;
  background: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046054947.png)
    no-repeat;
}
.focus .prev {
  top: 50%;
  margin-top: -30px;
  left: 0;
  background-position: 0 -56px;
  cursor: pointer;
}
.focus .next {
  top: 50%;
  margin-top: -30px;
  right: 0;
  background-position: -30px -56px;
  cursor: pointer;
}
.focus .prev:hover {
  background-position: 0 0;
}
.focus .next:hover {
  background-position: -30px 0;
}
.focusManinR {
  float: right;
  width: 340px;
}
.focusManinR h3 {
  font-size: 16px;
  color: #2c509c;
  font-weight: normal;
}
.focusManinR h3 a:link,
.focusManinR h3 a:visited,
.leftLm h3 a:link,
.leftLm h3 a:visited {
  color: #2c509c;
}
.focusManinR h3 a:hover,
.leftLm h3 a:hover {
  color: #cc0000;
}

.focuslist {
  background-image: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046042251.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 24px;
}

.news {
  width: 540px;
  height: 360px;
}
.newstt {
  display: block;
  width: 112px;
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #166bab;
  font-size: 20px;
  color: #166bab;
  font-weight: bold;
  text-align: center;
}
.more {
  display: block;
  width: 424px;
  height: 48px;
  line-height: 48px;
  margin-left: 5px;
  border-bottom: 2px solid #dde0e7;
  text-align: right;
  font-size: 16px;
  color: #c2c5cc;
}

.bigtt {
  display: block;
  padding: 20px;
  line-height: 36px;
  margin: 13px 12px;
  background-color: #edf6fc;
  box-sizing: border-box;
  word-break: break-all;
  font-size: 20px;
  font-weight: bold;
  color: #464a55;
}
.newslist {
  padding: 0 20px;
  box-sizing: border-box;
}

.newslist li a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #666666;
}
.newslist li a::before {
  content: "\2022";
  font-size: 20px;
  margin-right: 5px;
  color: #e04a12;
}
.banner {
  display: block;
  height: auto;
}
.service {
  height: 250px;
  background: url(../images/serbk.png) no-repeat;
  padding: 60px 43px 60px 90px;
  box-sizing: border-box;
}
.sercot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sercot li a {
  display: block;
  margin-bottom: 30px;
}
.sercot li a:hover img {
  transform: translate(-2px, -2px);
  tratitlensition: 0.2s;
  -webkit-filter: drop-shadow(2px 5px 2px rgba(0, 0, 0, 0.2));
}
.leftlm {
  width: 830px;
}
.rightlm {
  width: 250px;
}

.tabPane {
  display: none;
  padding: 10px;
  box-sizing: border-box;
}
.tabPane li {
  line-height: 36px;
}
.tabCon .active {
  display: block;
}
.tapbutton {
  width: 645px;
  background-color: #f3f8fc;
  display: flex;
  justify-content: flex-end;
}
.lm-title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
.lm-title span a {
  display: block;
  width: 187px;
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
  font-weight: bold;
  padding-left: 40px;
  box-sizing: border-box;
  background: url(../images/lmbk.png) no-repeat;
}
.tabCon {
  clear: both;
}
.tapbutton .lanmu_title a {
  line-height: 50px;
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
}
.lanmu_title a::after {
  content: "\007C";
  font-size: 18px;
  margin: 0 10px;
}
.lanmu_title:last-child a:after {
  content: "";
}
.tapbutton .active a {
  color: #007cbc;
  text-align: center;
}
.tapbutton .active a::after {
  color: #666666;
}

.tabCon li a::before {
  content: "\2022";
  color: #e04a12;
  font-size: 20px;
  margin-right: 5px;
}
.tabCon li {
  position: relative;
}
.tabCon li span {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 16px;
  color: #c2c5cc;
}

.rc {
  display: block;
  width: 250px;
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
  font-weight: bold;
  height: 50px;
  border-bottom: 2px solid #f4f4f4;
  background: url(../images/lmbkx.png) no-repeat;
}
.rcot {
  width: 250px;
  height: 245px;
  margin-top: 10px;
  background: url(../images/gbk.png) no-repeat;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rcot li {
  width: 124px;
  height: 124px;
}
.rcot li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.rcot li a img {
  width: 30x;
}
.rcot li:hover {
  background-color: rgba(244, 254, 254, 0.8);
}
.rcot li a span:hover {
  font-weight: bold;
  color: #007cbc;
}

.rcot li a span {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-top: 18px;
}
.rdcot {
  margin-top: 10px;
}

.rdcot ul {
  width: 117px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.linkx {
  margin-top: 10px;
}
.linkx li {
  height: 36px;
  line-height: 36px;
  background-color: #f3f8fc;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.linkx li img {
  display: inline-block;
  height: 22px;
  margin: 5px 10px 0 10px;
}
.linkx li span {
  font-size: 14px;
  color: #666666;
}
.links {
  height: 50px;
  border: 1px solid #bfe3ff;
}
.linktt {
  display: block;
  width: 120px;
  height: 50px;
  background-color: #166bab;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
  float: left;
}
.links ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
  float: left;
  margin-left: 20px;
}
footer {
  width: 100%;
  height: auto;
  background-color: #166bab;
}
.fotcot {
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.media {
  padding: 20px;
  box-sizing: border-box;
}
.media a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media a img {
  width: 110px;
}
.media a span {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
}