@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; /*所有表单边框为0*/
  box-sizing: border-box; /*css3盒子模型 border 和padding 都包含到width里*/
  outline: none; /*获得焦点不显示边框颜色 */
}
.container {
  /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
  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;
}

header {
  width: 100%;
}
.head {
  display: block;
  height: 315px;
}
.head img {
  display: inline-block;
  width: 100%;
  height: 315px;
}
/* 单导航 */
.nav {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: #003d83;
}

.navbar {
  width: 805px;
  margin: 0 auto;
  padding: 0;
}
.navbar > li {
  width: 175px;
  height: 60px;
  float: left;
  text-align: center;
  position: relative;
}

.navbar > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.navbar > li > a:hover {
  background-color: #177bc7;
  color: #ffffff;
}

.navbar ul li a:hover {
  background-color: #f9f9f9;
}

.navbar ul > li {
  width: 175px;
  height: 60px;
  float: left;
  text-align: center;
  position: relative;
}

.navbar ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.navbar ul > li > a:hover {
  background-color: #177bc7;
  color: #ffffff;
}

.navbar ul li a:hover {
  background-color: #f9f9f9;
}

.navbar ul {
  display: none;
  width: 173px;
  background-color: #f7f7f7;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #e2e2e2;
  border-left-color: #e2e2e2;
  position: absolute;
  z-index: 1000;
}

.navbar ul li {
  text-align: center;
  height: 40px;
  border-bottom: 1px solid #e2e2e2;
}

.navbar ul li a {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
}
.navbar ul li a:hover {
  color: #177bc7;
}
.r_ser {
  width: 335px;
}
.wu {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  float: left;
  margin-right: 20px;
}
.searchbox {
  width: 216px;
  height: 25px;
  line-height: 23px;
  border: 1px solid #8f8e8c;
  background-color: #fff;
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
  font-size: 14px;
  float: right;
  margin-top: 18px;
}

.searchbox button {
  width: 39px;
  height: 23px;
  background: url(../images/sousuo_2.jpg) no-repeat;
  position: absolute;
  top: -1px;
  right: 0;
}
/*input 标签设置 focus 鼠标聚焦样式 边框样式用Outline设定*/
input[type="text"] {
  line-height: 23px;
  padding: 0;
  margin: 0;
  border: 0;
}
input[type="text"]:focus {
  outline: 0;
}
input[type="image"] {
  vertical-align: middle;
}

/*焦点图*/
.focus {
  position: relative;
  width: 620px;
  height: 405px;
  background-color: #000;
}

.focus img {
  width: 620px;
  height: 405px;
}
.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;
}

.jcdt {
  width: 500px;
}
.jctt {
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #f0f0f0;
}
.jctt a:first-child {
  display: block;
  width: 100px;
  height: 48px;
  border-bottom: 2px solid #003d83;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #003d83;
}
.more {
  display: block;
  width: 50px;
  font-size: 16px;
  color: #868a93;
}
.title {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #2e65b7;
  padding-left: 5px;
  box-sizing: border-box;
}
.x {
  width: 110px;
  height: 1px;
  background-color: #dde0e7;
  padding-left: 5px;
  box-sizing: border-box;
}
.list {
    padding: 8px;
    box-sizing: border-box;
    padding-bottom: 0;
}
.list li {
  line-height: 36px;
}
.list li a {
    display: block;
    color: #666666;
    font-size: 18px;
    float: left;
}
.list li a::before {
    content:"\2022";
    font-size: 16px;
    color: #6da6e8;
    margin-right: 8px;
}
.list li span {
  display: inline;
  font-size: 16px;
  color: #868a93;
  float: right;
}
.banner {
    display: block;
    height: 105px;
}
.service {
    width: 100%;
    height: 287px;
    background: url(../images/12bk.jpg) no-repeat;
}
.serlg {
display: block;
height: 130px;
padding-top: 36px;
box-sizing: border-box;
}

.ser ul a {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-items: center;
}
.ser ul li:first-child {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 1px solid #6da6e8;
    position: relative;
        margin-bottom: 15px;
}
.ser ul li:first-child img {
    display: inline-block;
    width: 45px;
    position: absolute;
    left: 25%;
    top: 25%;

}
.ser ul a:last-child {
    display: block;
    font-size: 16px;
    color: #3977be;
}
.ser ul a:last-child:hover {
    font-weight: bold;
}
.cloumn {
  width: 560px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 0 25px;
  box-sizing: border-box;
}
.cltt {
  height: 50px;
  line-height: 50px;
}
.cltt a:first-child {
  display: block;
  font-size: 20px;
  color: #2e65b7;
}
.clmore {
  display: block;
  width: 26px;
}
.frcl {
  border-bottom: 1px dashed #6da6e8;
  padding-top: 26px;
  box-sizing: border-box;
}
.fr_l {
  width: 89px;
  border-right: 1px solid #b5c9e8;
  text-align: center;
}
.fr_l li:first-child {
  font-size: 22px;
  color: #003d83;
}
.fr_l li:last-child {
  font-size: 16px;
  color: #8f8e8c;
}
.frt {
  display: block;
  word-wrap: break-word;
  font-size: 18px;
  color: #666666;
  margin-left: 15px;
}
.media {
  padding: 26px;
  box-sizing: border-box;
}
.media ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media ul span {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
footer {
  width: 100%;
}
.links {
  width: 100%;
  height: 106px;
  background-color: #eff6ff;
}
.links .container div:first-child {
 border-bottom: 1px solid rgba(82, 133, 199, 0.13);
}
.link {
  height: 48px;
}

.link ul li {
  float: left;
  height: 48px;
  line-height: 48px;
}
.link ul li:first-child {
  font-size: 20px;
  color: #4673bc;
  font-weight: 500;
}
.link ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  float: left;
  margin-right: 20px;
}
footer {
  width: 100%;
  height: 265px;
  background-color: #003d83;
}
.footer {
  padding: 20px;
  box-sizing: border-box;
}
.footer li {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}