@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: #fafafa; /*整个页面背景色*/
  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%;
  margin: 0 auto;
  background: url(../images/bk.png) no-repeat;
}
header {
  height: 627px;
}
.hdtt {
  display: inline-block;
  margin-top: 40px;
  margin-left: 36px;
}

/* 导航 */

.nav {
  width: 100%;
  height: 60px;
  background: #0c6dae;
}

.navbar {
  width: 860px;
  margin: 0 auto;
  padding: 0;
  background: url(../images/bor.png) left center no-repeat;
}

.navbar>li {
  flex: auto;
  height: 60px;
  text-align: center;
  position: relative;
  background: url(../images/bor.png) right center no-repeat;
}

.navbar>li>a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.navbar>li>a:hover {
  background-color: #177bc7;
}

.navbar ul li:hover {
  background-color: rgba(12, 109, 174, 0.8);
}

.navbar ul {
  display: none;
  width: 135px;
  background-color: #177bc7;
  position: absolute;
  z-index: 1000;
}
.navbar>li:last-child ul {
  width: 188px;
}
.navbar ul li {
  text-align: center;
  height: 40px;
}

.navbar ul li a {
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
}

/* 检索 */

.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;
  margin-top: 18px;
}

.searchbox button {
  width: 39px;
  height: 23px;
  background: url(../images/sousuo_2.jpg) no-repeat;
  position: absolute;
  top: -1px;
  right: 0;
}

input[type="image"] {
  vertical-align: middle;
}
.content {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

/*焦点图*/
.focus {
  position: relative;
  width: 600px;
  height: 399px;
  background-color: #000;
}

.focus img {
  width: 600px;
  height: 399px;
}
.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: 480px;
}
.newstt {
  width: 480px;
  height: 45px;
  line-height: 45px;
  background: #0c6dae;
  border-radius: 6px 6px 0px 0px;
  padding: 0 15px;
  box-sizing: border-box;
}
.nes {
  font-size: 20px;
  text-align: left;
  color: #ffffff;
}
.newstt .more {
  font-size: 14px;
  color: #ffffff;
}
.newcot {
  background-color: #fbfbfb;
  padding: 0 16px;
  box-sizing: border-box;
}
.mitt {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #12151b;
  line-height: 36px;
  padding-top: 10px;
  box-sizing: border-box;
}
.minew {
  border-bottom: 1px dashed #dee0e8;
  padding-bottom: 10px;
}
.minew li span {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #868a93;
  text-indent: 2em;
}
.ab {
  color: #a20000;
}
.newslist {
  padding: 10px;
  box-sizing: border-box;
}
.newslist li a {
  display: block;
  font-size: 16px;
  text-align: left;
  color: #666666;
  line-height: 36px;
}
.newslist li a::before {
  content: "\2022";
  font-size: 18px;
  color: #b0d5ee;
  margin-right: 6px;
}
.banner {
  width: 100%;
}
/* 网上服务大厅 */
.service {
  width: 100%;
  background: url(../images/serbk.png) no-repeat;
  padding: 15px;
  box-sizing: border-box;
}
.sertt {
  display: block;
  margin: 5px 450px;
}
.mid2 {
  width: 100%;
}
/* 左侧栏目 */
.leftcot {
  width: 860px;
}
.cloumn {
  width: 420px;
}
.clomtt {
  height: 50px;
  border-bottom: 2px solid #237bb6;
}
.contt {
  display: block;
  width: 94px;
  line-height: 48px;
  background: url(../images/clicon.png) left center no-repeat;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #464a55;
}
.clomtt .more {
  display: block;
  width: 50px;
  line-height: 48px;
  font-size: 14px;
  color: #464a55;
}
.cloumnlist {
  padding: 5px;
  box-sizing: border-box;
}
.cloumnlist li a {
  display: block;
  line-height: 36px;
  font-size: 16px;
  color: #666666;
}
.cloumnlist li a::before {
  content: "\2022";
  font-size: 18px;
  color: #dfdfdf;
  margin-right: 5px;
}
.seclont {
  background-color: #f9fdff;
  padding: 29px 34px 18px 34px;
  box-sizing: border-box;
}
.seclont a {
  display: block;
  text-align: center;
}
.seclont a img {
  display: inline-block;
  width: 325px;
  height: 195px;
  padding-left: 14px;
  box-sizing: border-box;
}
.seclont a span {
  display: inline-block;
  font-size: 16px;
  color: #0c6dae;
  line-height: 36px;
  text-align: center;
}
/* 右侧图标 */
.rightcot {
  width: 220px;
}
.jwtt {
  display: block;
  width: 220px;
  padding-bottom: 8px;
  box-sizing: border-box;
}
.mid2-right-icon a {
  display: block;
  width: 200px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 8px;
  overflow: hidden;
}
.mid2-right-icon img {
  transition: 0.3s;
}
.mid2-right-icon span {
  font-size: 16px;
  color: #333;
  position: relative;
  font-weight: normal;
  top: -90px;
  left: 88px;
}
.mid2-right-icon a:hover span {
  color: #fff;
  font-weight: bold;
  top: -44px;
  left: 70px;
}
.mid2-right-icon a:hover img {
  margin-top: -44px;
}
/* 二维码 */
.media li {
  width: 110px;
  margin: 0 auto;
  padding-top: 23px;
  box-sizing: border-box;
}
.media li dt {
  height: 120px;
}
.media li dt img {
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  width: 110px;
  height: 110px;
}
.media li dd {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
/* 友情链接 */
.lntt li {
  height: 30px;
  line-height: 30px;
  float: left;
}

.linebk {
  width: 114px;
}
.linebk span {
  font-size: 20px;
  text-align: left;
  color: #0c6dae;
}
.dxline {
  width: 986px;
  height: 30px;
  border-bottom: 2px solid #237bb6;
}
.linkcot {
  height: 45px;
  line-height: 45px;
  clear: both;
  padding: 0 30px;
  box-sizing: border-box;
}
.leftlink a {
  display: block;
  margin-right: 20px;
  font-size: 16px;
  color: #666666;
  float: left;
}
.cd {
  width: 180px;
  height: 20px;
  line-height: 20px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #4f4f4f;
  margin-top: 12px;
}
footer {
  font-size: 16px;
  text-align: center;
  color: #666666;
  line-height: 36px;
  padding-top: 30px;
  box-sizing: border-box;
}
footer a {
    display: block;
    margin-top: 10px;
}
.mid2-right-icon a:last-child span {
    left: 50px;
}