body, div, p, h1, h2, h3, ul, ol, li, img {
  margin: 0;
  padding: 0;

   }

body {
  font-size: 14px;
  font-family: "microsoft yahei",sans-serif; 

}

ul, ol {
  list-style: none; }

img {
  border: none; }

a {
  text-decoration: none;
  cursor: pointer; }

.f-l {
  float: left; }

.f-r {
  float: right; }

.clear-fix::after {
  display: table;
  content: "";
  clear: both;
  font-size: 0; }

.index-header .top-bar .wrap,
.index-header .top-content .wrap,
.index-header .top-nav .wrap {
  width: 1200px;
  margin: 0 auto; }
.index-header .top-bar {
  background-color: #494949;
  font-size: 12px;
  color: #7c7c7c; }
  .index-header .top-bar .wrap {
    padding: 8px 0; }
    .index-header .top-bar .wrap .top-bar-welcome {
      background: url("../images/welcome-icon.png") no-repeat left center;
      padding-left: 22px; }
    .index-header .top-bar .wrap .top-bar-aside .contact, .index-header .top-bar .wrap .top-bar-aside .refer {
      padding-left: 20px;
      padding-right: 10px; }
    .index-header .top-bar .wrap .top-bar-aside .contact {
      background: url("../images/contact-icon.png") no-repeat left center;
      border-right: 1px dotted #847e76;
      margin-right: 10px; }
    .index-header .top-bar .wrap .top-bar-aside .refer {
      background: url("../images/refer-icon.png") no-repeat left center; }
.index-header .top-content {
  background: #333333; }
  .index-header .top-content .wrap {
    box-sizing: border-box;
    height: 90px; }
    .index-header .top-content .wrap .top-content-logo a, .index-header .top-content .wrap .top-content-logo p {
      float: left; }
    .index-header .top-content .wrap .top-content-logo a {
      padding: 10px 0; }
    .index-header .top-content .wrap .top-content-logo p {
      margin-top: 25px;
      color: #79736a;
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px dotted #888; }
      .index-header .top-content .wrap .top-content-logo p span {
        line-height: 1;
        display: block;
        font-size: 14px; }
      .index-header .top-content .wrap .top-content-logo p span:last-child {
        font-size: 12px;
        margin-top: 10px; }
    .index-header .top-content .wrap .top-content-advantage {
      margin-top: 22px; }
      .index-header .top-content .wrap .top-content-advantage .item {
        float: left;
        padding: 8px 0 6px;
        background: url("../images/you.png") no-repeat left center; }
        .index-header .top-content .wrap .top-content-advantage .item p {
          padding-left: 52px; }
          .index-header .top-content .wrap .top-content-advantage .item p span {
            display: block;
            font-size: 13px;
            color: #8f8c88; }
      .index-header .top-content .wrap .top-content-advantage .item + .item {
        margin-left: 22px; }
      .index-header .top-content .wrap .top-content-advantage .item:first-child + .item {
        background: url("../images/you2.png") no-repeat left center; }
      .index-header .top-content .wrap .top-content-advantage .item:last-child {
        background: url("../images/you3.png") no-repeat left center; }
.index-header .top-nav {
  background: #d71c27; }
  .index-header .top-nav .wrap li {
    float: left;
    padding: 15px 0; }
    .index-header .top-nav .wrap li a {
      font-size: 16px;
      display: block;
      color: #fff;
      text-align: center;
      padding: 0 60px; }
  .index-header .top-nav .wrap li + li a {
    border-left: 1px dotted #fff; }
  .index-header .top-nav .wrap li:hover, .index-header .top-nav .wrap li.cur {
    background-color: #c11923; }

.banner {
  font-size: 0;
  position: relative; 
	/*height: 408px;*/
	overflow:hidden;
}
  .banner .banner-prev,
  .banner .banner-next {
    position: absolute;
    height: 408px;
    width: 360px;
    top: 0; }
    .banner .banner-prev a,
    .banner .banner-next a {
      position: absolute;
      top: 158px;
      width: 45px;
      height: 84px;
      z-index: 99; }
  .banner .banner-prev {
    left: 0;
    background: url("../images/banner-left.png"); }
    .banner .banner-prev a {
      background: url("../images/prev-arrow.png") no-repeat;
      left: 155px; }
  .banner .banner-next {
    right: 0;
    background: url("../images/banner-right.png");
    float: right; }
    .banner .banner-next a {
      background: url("../images/next-arrow.png");
      right: 155px; }
  .banner .banner-wrap {
    position: relative;
    width: 1200px;
    height: 408px;
    margin: 0 auto;
    z-index: 9;
    overflow: hidden; }
    .banner .banner-wrap .banner-list {
      position: absolute;
      width: 3600px; }
      .banner .banner-wrap .banner-list li {
        position: relative;
        float: left;
        width: 1200px;
        height: 408px; }
  .banner .banner-text {
    position: absolute;
    width: 420px;
    left: 100px;
    top: 95px;
    z-index: 99; }
    .banner .banner-text .date {
      font-size: 26px;
      color: #908c8c;
      font-weight: 200;
      margin-bottom: 20px; }
    .banner .banner-text .title {
      font-size: 26px;
      color: #fff;
      font-weight: normal;
      margin-bottom: 20px; }
    .banner .banner-text .content {
      font-size: 14px;
      font-weight: 200;
      color: #fff;
      margin-bottom: 30px; }
    .banner .banner-text .more {
      padding: 10px 0 10px 10px;
      font-size: 16px;
      color: #fff;
      font-weight: 200;
      background: #d71c27; }
      .banner .banner-text .more span {
        display: inline-block;
        margin: 0 10px;
        font-weight: bold; }

.ttxw {width: 1200px; margin: 20px auto 0;}
.ttxw li { float: left; width: 33%; position: relative;}
.ttxw li:nth-child(2n) { margin: 0 0.5%;}
.ttxw li a { display: block; width: 100%;}
.ttxw li img { width: 100%;}
.ttxw li span { width: 100%; display: block; position: absolute; left: 0; top: 0; line-height: 24px; padding: 13px 0; text-indent: 1.5em; background: rgba(0, 0, 0, 0.4); color: #fff;    overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;}

.main .latest-release {
  width: 1200px;
  margin: 40px auto 60px; }
  .main .latest-release .title {
    font-size: 18px;
    color: #44444e; }
    .main .latest-release .title .main-title {
      display: inline-block;
      padding-right: 13px;
      padding-bottom: 15px;
      border-bottom: 2px solid #d71c27; }
    .main .latest-release .title .sub-title {
      display: inline-block;
      font-weight: 200; }
  .main .latest-release .news-list {
    width: 70%;
   }
    .main .latest-release .news-list .news-wrap li {
      padding: 20px 0; }
      .main .latest-release .news-list .news-wrap li img, .main .latest-release .news-list .news-wrap li .wrap {
        float: left; }
      .main .latest-release .news-list .news-wrap li img {
        vertical-align: middle;
           width: 24.4%;
        height: 120px;
        margin-right: 2.4%; }
      .main .latest-release .news-list .news-wrap li .wrap {
            width: 73.2%;}
        .main .latest-release .news-list .news-wrap li .wrap h3 {
          margin-bottom: 20px; }
          .main .latest-release .news-list .news-wrap li .wrap h3 a {
            display: block;
            width: 100%;
            font-size: 16px;
            color: #44444e;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-weight: normal; }
        .main .latest-release .news-list .news-wrap li .wrap .content {
          font-size: 14px;
          font-weight: 200;
          line-height: 1.5;
          color: #666;
          height: 42px;
          overflow: hidden;
          margin-bottom: 22px; }
    .main .latest-release .news-list .news-wrap li + li {
      border-top: 1px dotted #dcdcdc;
      border-bottom: 1px dotted #dcdcdc; }
    .main .latest-release .news-list .list-link {
      margin: 35px auto 0; }
      .main .latest-release .news-list .list-link li {
        width: 50px;
        height: 50px;
        float: left;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #ccc; }
        .main .latest-release .news-list .list-link li a {
          font-size: 16px;
          color: #bdbdbd;
          line-height: 50px; }
        .main .latest-release .news-list .list-link li .arrow {
          font-size: 24px;
          font-weight: 200;
          line-height: 45px; }
        .main .latest-release .news-list .list-link li .more {
          line-height: 40px; }
      .main .latest-release .news-list .list-link li + li {
        margin-left: 5px; }
      .main .latest-release .news-list .list-link li:hover {
        background: #f8b500; }
        .main .latest-release .news-list .list-link li:hover a {
          color: #fff; }
  .main .latest-release .aside {
      width: 25.4%; }
    .main .latest-release .aside .aside-title {
    	background: #f7f7f7;
      padding: 17px;
      border-left: 2px solid #d71c27;
      font-size: 16px;
      font-weight: normal;
      color: #666;
      margin-bottom: 5px; }
    .main .latest-release .aside .hot-article {
      margin-bottom: 20px; }
      .main .latest-release .aside .hot-article .item {
        padding: 15px 0;
        border-bottom: 1px dotted #d0d0d0; }
        .main .latest-release .aside .hot-article .item img {
          width: 103px;
          height: 67px;
          float: left; }
        .main .latest-release .aside .hot-article .item .content {
          float: right; }
          .main .latest-release .aside .hot-article .item .content h3 a {
            color: #44444e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 22px;
            display: block;
            width: 176px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .main .latest-release .aside .hot-article .item .content p {
            font-size: 14px;
            font-weight: 200;
            color: #a7a7a7; }
    .main .latest-release .aside .hot-article2 .item {
      padding: 15px 0;
      border-bottom: 1px dotted #d0d0d0; }
      .main .latest-release .aside .hot-article2 .item h3 a {
        display: block;
        font-size: 16px;
        font-weight: normal;
        color: #44444e;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .aside .hot-article3 .item {
      margin-bottom: 10px;float: left;
    width: 32%;
    text-align: center; margin-right: 2%;}
      .aside .hot-article3 .clear-fix { padding: 20px 0;}
      .aside .hot-article3 .clear-fix .item:nth-child(3n){
        margin-right: 0;
      }
      .aside .hot-article3 .item h3 a {
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #44444e;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; 
        border: 1px solid #ccc;
    padding: 0.5em 0;}
    .aside .hot-article3 .item h3 a:hover, .aside .hot-article3 .item h3 a.cur { background-color: #d71c27; color: #fff; border: 1px solid #d71c27;}
.hot-articletags .clear-fix { padding: 15px 0 20px;}
.hot-articletags a {color: #44444e;}
span.read-count,
span.date {
  font-weight: 200;
  color: #a7a7a7; }

.top-img-title {
  margin-bottom: 70px; }
  .top-img-title img {
    font-size: 0;
    width: 100%; }

.article-details {
  width: 1200px;
  margin: 50px auto; }
  .article-details .article {
    width: 840px; }
    .article-details .article .article-header {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px dotted #e3e3e3; }
      .article-details .article .article-header h1 {
        font-weight: normal;
        color: #333333;
        font-size: 27px;
        margin-bottom: 20px; }
      .article-details .article .article-header .more .article-date {
        float: left;
        width: auto;
        color: #b9b9b9;
        font-size: 13px;
        line-height: 16px; }
      .article-details .article .article-header .more .share {
        margin-left: 10%;
        width: auto;
        float: left;
        line-height: 16px;
        display: inline-block;
        color: #b9b9b9;
        font-size: 13px; }
        .article-details .article .article-header .more .share a {
          float: right;
          width: 18px;
          height: 16px;
          margin-left: 10px; }
        .article-details .article .article-header .more .share .share-weChat {
          background: url("../images/fx_icon1.jpg"); }
        .article-details .article .article-header .more .share .share-wb {
          background: url("../images/fx_icon2.jpg"); }
        .article-details .article .article-header .more .share .share-qZone {
          background: url("../images/fx_icon3.jpg");
          width: 16px; }
    .article-details .article .article-content {
      color: #777777;
      font-size: 15px;
      line-height: 28px;
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px dotted #e3e3e3; }
      .article-details .article .article-content img {
        display: block;
        width: 100%;
        margin: 0 auto 8px; }
    .article-details .article .articles-link {
      margin-bottom: 70px; }
      .article-details .article .articles-link .link a {
        display: block;
        text-decoration: none;
        outline: none;
        line-height: 34px;
        color: #777777;
        font-size: 15px; 
        float: left;
        margin-bottom: 20px;
      }
        .article-details .article .articles-link .link a .f-l {
          margin-right: 10px;
          line-height: 32px;
          text-align: center;
          display: block;
          width: 83px;
          height: 34px;
          border: 1px solid #c1c1c1; }
        .article-details .article .articles-link .link a .f-l:hover {
          border: 1px solid #d71c27;
          color: #d71c27; }
        .article-details .article .articles-link .link a .f-r {
          float: left; }
      .article-details .article .articles-link .link a:last-child {
        /*margin-top: 8px;*/ }
      .article-details .article .articles-link .return {
        margin-top: 44px;
        float: right;
        width: 110px;
        height: 34px;
        color: #777777;
        border: 1px solid #c1c1c1;
        line-height: 32px;
        text-align: center;
        display: block; }
  .article-details .aside {
    width: 305px; }
    .article-details .aside .aside-title {
    	background: #f7f7f7;
      padding: 17px;
      border-left: 2px solid #d71c27;
      font-size: 16px;
      font-weight: normal;
      color: #666;
      margin-bottom: 5px; }
    .article-details .aside .hot-article {
      margin-bottom: 20px; }
      .article-details .aside .hot-article .item {
        padding: 15px 0;
        border-bottom: 1px dotted #d0d0d0; }
        .article-details .aside .hot-article .item img {
          width: 103px;
          height: 67px;
          float: left; }
        .article-details .aside .hot-article .item .content {
          float: right; }
          .article-details .aside .hot-article .item .content h3 a {
            color: #44444e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 22px;
            display: block;
            width: 176px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .article-details .aside .hot-article .item .content p {
            font-size: 14px;
            font-weight: 200;
            color: #a7a7a7; }
    .article-details .aside .hot-article2 .item {
      padding: 15px 0;
      border-bottom: 1px dotted #d0d0d0; }
      .article-details .aside .hot-article2 .item h3 a {
        display: block;
        font-size: 16px;
        font-weight: normal;
        color: #44444e;
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }

.links { background-color: #292929; border-bottom: 1px solid #191919; padding: 15px 0;}
.links .wrap {width: 1200px;
    margin: 0 auto; color: #fff; line-height: 28px;}
    .links .wrap span { font-weight: bold; margin-right: 10px;}
    .links .wrap div.f-l { width: 1125px;}
    .links .wrap a { color: #fff;}
.footer {
  background: #2f2f2f; }
  .footer .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0; }
  .footer .f-l ul li {
    padding-right: 10px;
    float: left; }
    .footer .f-l ul li a {
      font-size: 15px;
      color: #d7d7d7; }
  .footer .f-l ul li + li {
    border-left: 2px solid #777;
    padding-left: 10px; }
  .footer .f-l .copyright {
    font-size: 12px;
    color: #d7d7d7;
    margin-top: 15px; }
  .footer .f-r .content {
    margin-right: 15px;
    text-align: right; }
    .footer .f-r .content .phone-number {
      font-size: 18px;
      color: #d3d3d3;
      font-weight: bold;
      margin-bottom: 15px; }
    .footer .f-r .content p {
      font-size: 12px;
      color: #bdbdbd;
      line-height: 1.5; }

span.read-count {
  font-size: 14px;
  float: left;
  background: url("../images/news-list-bg.png") no-repeat left center;
  padding-left: 22px; }

span.date {
  float: right;
  font-size: 12px; }
  
.gz_img{
	line-height: 0;
	margin-bottom: 20px;
}  
.gz_img img { width: 100%;}
  
.case_div {
  padding-top: 80px;
}
.case_div .img {
  float: left;
  width: 48.5%;
  font-size: 0;
}
.case_div .text {
  float: right;
  width: 46.8%;
  padding-top: 36px;
}
.case_div .text .title_con {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 16px;
  text-align: left;
  position: relative;
}
.case_div .text .title_con h3 {
  margin-top: 5px;
}
.case_div .text .title_con a {
  position: absolute;
  right: 0;
  bottom: 17px;
  width: 116px;
  height: 32px;
  border: 1px solid #d4d4d4;
  text-align: center;
  line-height: 30px;
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
  font-family: arial;
}
.case_div .text .t {
  margin-top: 20px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}
.case_div .text ol {
  margin-top: 30px;
}
.case_div .text ol li {
  float: left;
  width: 100%;
  line-height: 40px;
}
.case_div .text ol li a {
  color: #666666;
  font-size: 15px;
  display: block;
  max-width: 75%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 18px;
  position: relative;
}
.case_div .text ol li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border: #dcdcdc 2px solid;
  border-radius: 50%;
}
.case_div .text ol li span {
  display: inline-block;
  float: right;
}
.case_div .text ol li:hover a {
  color: #d71c27;
}
.case_div .text ol li:hover a:before {
  border-color: #d71c27;
}
@media (max-width: 1024px) {
  .case_div .text {
    padding-top: 0;
  }
  .case_div .text ol li {
    line-height: 32px;
  }
  .case_div .text ol li a:before {
    top: 10px;
  }
}
@media (max-width: 991px) {
  .case_div {
    padding-top: 6%;
  }
}
@media (max-width: 768px) {
  .case_div .img {
    width: 100%;
    margin-top: 20px;
  }
  .case_div .img img {
    width: 100%;
  }
  .case_div .text {
    width: 100%;
  }
  .case_div .text .t {
    font-size: 14px;
    line-height: 24px;
  }
  .case_div .text ol {
    margin-top: 15px;
  }
  .case_div .text ol li {
    line-height: 28px;
  }
  .case_div .text ol li a {
    font-size: 14px;
  }
  .case_div .text ol li a:before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 480px) {
  .case_div .text .title_con a {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 90px;
    height: 22px;
    border: 1px solid #d4d4d4;
    text-align: center;
    line-height: 22px;
    color: #666666;
    font-size: 10px;
    text-transform: uppercase;
    font-family: arial;
  }
}
@media (max-width: 320px) {
  .case_div .text ol li a {
    max-width: 65%;
  }
}
.case_div2 {
  background: url(../images/case_bg.jpg) no-repeat center bottom;
}
.case_div2 .img {
  float: right;
}
.case_div2 .text {
  float: left;
}
@media (max-width: 991px) {
  .case_div2 {
    background: none;
  }
}
.case_div3 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .case_div3 {
    margin-bottom: 6%;
  }
}
.case_banner {
  background: url(../images/caselist_banner.jpg) no-repeat center center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader

(src='images/caselist_banner.jpg', sizingMethod='scale');
  padding: 84px 0;
}
.case_banner .case_top {
  width: 100%;
}
.case_banner .case_top .img {
  position: relative;
  float: left;
  width: 44.5%;
  font-size: 0;
}
.case_banner .case_top .img i {
  position: absolute;
}
.case_banner .case_top .img .icon1 {
  width: 109px;
  height: 6px;
  background: #d71c27;
  top: -6px;
  right: 14%;
}
.case_banner .case_top .img .icon2 {
  width: 37px;
  height: 2px;
  background: #d71c27;
  top: 14.5%;
  right: -3.5%;
}
.case_banner .case_top .img .icon3 {
  width: 7px;
  height: 177px;
  background: #d71c27;
  bottom: 0;
  right: -7px;
}
.case_banner .case_top .img .icon4 {
  width: 6px;
  height: 33px;
  background: #d71c27;
  bottom: -13px;
  left: 31px;
}
.case_banner .case_top .text {
  float: right;
  width: 50%;
  padding-top: 48px;
}
.case_banner .case_top .text h3 {
  color: #ffffff;
  font-size: 24px;
  border-bottom: 1px solid #393939;
  padding-bottom: 25px;
  position: relative;
}
.case_banner .case_top .text h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 135px;
  height: 2px;
  background: #484848;
}
.case_banner .case_top .text .text_con {
  padding: 25px 0 0;
}
.case_banner .case_top .text .text_con .t {
  color: #c9c9c9;
  font-size: 15px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}
.case_banner .case_top .text .text_con .t:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: #d71c27 solid 3px;
  border-radius: 50%;
}
.case_banner .case_top .text .text_con .t span {
  font-weight: bold;
  float: left;
  display: inline-block;
}
.case_banner .case_top .text .text_con .t .s1 {
  width: 100%;
  display: block;
  font-size: 16px;
}
.case_banner .case_top .text .text_con .t1 {
  margin-top: 10px;
}
.case_banner .case_top .text .text_con .t1 p {
  line-height: 24px;
  font-size: 14px;
}
.case_banner .case_top .text .text_con .t2 {
  margin-top: 0;
}
.case_banner .case_top .text .text_con .mingshi {
  padding-top: 15px;
}
.case_banner .case_top .text .text_con .mingshi em {
  display: inline-block;
  float: left;
  width: 12%;
  font-size: 0;
}
.case_banner .case_top .text .text_con .mingshi div {
  float: right;
  width: 84%;
  margin-top: -2px;
}
.case_banner .case_top .text .text_con .mingshi div h4 {
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.case_banner .case_top .text .text_con .mingshi div p {
  margin-top: 5px;
  color: #CCCCCC;
  line-height: 20px;
}
.case_banner .case_top .text .text_con .mingshi div pre{
  white-space: pre-wrap; /* css-3 */ 
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
  white-space: -pre-wrap; /* Opera 4-6 */ 
  white-space: -o-pre-wrap; /* Opera 7 */ 
  word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}
@media (max-width: 1024px) {
  .case_banner .case_top .text {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .case_banner {
    padding: 6% 0;
  }
  .case_banner .case_top .img i {
    display: none;
  }
}
@media (max-width: 768px) {
  .case_banner .case_top .img {
    width: 100%;
  }
  .case_banner .case_top .img img {
    width: 100%;
  }
  .case_banner .case_top .text {
    width: 100%;
    padding-top: 20px;
  }
  .case_banner .case_top .text h3 {
    font-size: 18px;
    padding-bottom: 18px;
  }
  .case_banner .case_top .text .text_con {
    padding: 15px 0 0;
  }
  .case_banner .case_top .text .text_con .t {
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
  }
  .case_banner .case_top .text .text_con .t:before {
    top: 9px;
    width: 5px;
    height: 5px;
    border: #d71c27 solid 2px;
  }
  .case_banner .case_top .text .text_con .t .s1 {
    font-size: 15px;
  }
  .case_banner .case_top .text .text_con .t1 {
    margin-top: 5px;
  }
}
.caselist_div {
  padding: 50px 0 90px;
}
.caselist_div ol {
  margin-bottom: 50px;
}
.caselist_div ol li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background: #fafafa;
  border: 1px solid #ececec;
}
.caselist_div ol li .img {
  width: 23%;
  font-size: 0;
  float: left;
  display: block;
  position: relative;
}
.caselist_div ol li .img i{
  display: block;
  padding-bottom: 62%;
}
.caselist_div ol li .text_con {
  float: left;
  width: 77%;
}
.caselist_div ol li .text_con .text {
  float: left;
  width: 87%;
  padding: 25px 5% 0;
}
.caselist_div ol li .text_con .text .title {
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
}
.caselist_div ol li .text_con .text .title h3 {
  width: auto;
  float: left;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
  font-size: 17px;
}
.caselist_div ol li .text_con .text .title span {
  display: inline-block;
  float: right;
  color: #333333;
  font-size: 13px;
}
.caselist_div ol li .text_con .text .t {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.caselist_div ol li .text_con .data_con {
  float: right;
  width: 13%;
  border-left: 1px solid #e6e6e6;
  min-height: 148px;
  margin: 14px 0 0;
  padding-left: 3%;
  padding-top: 15px;
}
.caselist_div ol li .text_con .data_con .p1 {
  color: #999999;
  font-size: 22px;
}
.caselist_div ol li .text_con .data_con .p2 {
  color: #999999;
  font-size: 15px;
}
.caselist_div ol li .text_con .data_con .more {
  margin-top: 25px;
  width: 36px;
  height: 36px;
  background: url(../images/caselist_more1.png) no-repeat center center;
}
.caselist_div ol li:hover {
  background: #444444;
}
.caselist_div ol li:hover .text_con .text .title {
  border-bottom: 1px solid #565656;
}
.caselist_div ol li:hover .text_con .text .title h3 {
  color: #fff;
}
.caselist_div ol li:hover .text_con .text .title span {
  color: #fff;
}
.caselist_div ol li:hover .text_con .text .t {
  color: #d2d2d2;
}
.caselist_div ol li:hover .text_con .data_con {
  border-left: 1px solid #565656;
}
.caselist_div ol li:hover .text_con .data_con .p1 {
  color: #fff;
}
.caselist_div ol li:hover .text_con .data_con .p2 {
  color: #fff;
}
.caselist_div ol li:hover .text_con .data_con .more {
  background: url(../images/caselist_more2.png) no-repeat center center;
}
@media (max-width: 1024px) {
  .caselist_div ol li .text_con .text {
    width: 85%;
    padding: 15px 4% 0;
  }
  .caselist_div ol li .text_con .text .t {
    margin-top: 8px;
  }
  .caselist_div ol li .text_con .data_con {
    width: 15%;
    min-height: 118px;
    padding-left: 3%;
    padding-top: 5px;
  }
  .caselist_div ol li .text_con .data_con .more {
    margin-top: 18px;
  }
}
@media (max-width: 991px) {
  .caselist_div {
    padding: 6% 0 8%;
  }
  .caselist_div ol {
    margin-bottom: 3%;
  }
}
@media (max-width: 768px) {
  .caselist_div ol li .img {
    width: 100%;
  }
  .caselist_div ol li .img img {
    width: 100%;
  }
  .caselist_div ol li .text_con {
    width: 100%;
    padding: 20px 15px;
  }
  .caselist_div ol li .text_con .text {
    width: 100%;
    padding: 0;
  }
  .caselist_div ol li .text_con .text .title h3 {
    font-size: 16px;
  }
  .caselist_div ol li .text_con .text .t {
    margin-top: 10px;
    height: auto;
    overflow: inherit;
  }
  .caselist_div ol li .text_con .data_con {
    display: none;
  }
}
@media (max-width: 375px) {
  .caselist_div ol li .text_con .text .title h3 {
    width: 100%;
  }
  .caselist_div ol li .text_con .text .title span {
    display: block;
    float: left;
  }
}
.caseshow_title {
  background: #f6f6f6;
  border-bottom: 1px solid #dbdbdb;
}
.caseshow_title h3 {
  padding: 30px 0 20px;
  color: #212121;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.caseshow_title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 79px;
  height: 2px;
  background: #e4392a;
}
.caseshow_title h3 span {
  color: #858585;
  font-weight: normal;
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .caseshow_title h3 {
    font-size: 18px;
  }
}
.caseshow_div {
  padding: 20px 0 85px;
}
.caseshow_div .content {
  color: #777777;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 30px;
}
.caseshow_div .content .bt {
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .caseshow_div {
    padding-bottom: 6%;
  }
}
@media (max-width: 768px) {
  .caseshow_div .content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .caseshow_div .content {
    border-bottom: none;
  }
}
.yxzx_div {
  padding: 50px 0 90px;
}
.yxzx_div .left {
  width: 73%;
}
.yxzx_div .left .yxzx_sx ol li {
  float: left;
  width: 100%;
  line-height: 48px;
  border-bottom: 1px solid #d7d7d7;
  background: #f9f9f9;
}
.yxzx_div .left .yxzx_sx ol li span {
  color: #393939;
  font-size: 15px;
  text-align: center;
  float: left;
  width: 16%;
  display: inline-block;
  background: #e3e3e3;
}
.yxzx_div .left .yxzx_sx ol li .text {
  float: left;
  width: 84%;
  padding: 9px 0 9px 30px;
}
.yxzx_div .left .yxzx_sx ol li .text a {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  color: #555555;
  font-size: 14px;
  margin: 0 5px;
  border-radius: 3px;
  padding: 0 20px;
}
.yxzx_div .left .yxzx_sx ol li .text a:hover,
.yxzx_div .left .yxzx_sx ol li .text a.cur {
  background: #d71c27;
  color: #fff;
}
.yxzx_div .left .yxzx_con {
  margin-top: 20px;
}
.yxzx_div .left .yxzx_con ol {
  margin-bottom: 50px;
}
.yxzx_div .left .yxzx_con ol li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background: #f9f9f9;
  border: 1px solid #ececec;
}
.yxzx_div .left .yxzx_con ol li .img {
  float: left;
  width: 32%;
  font-size: 0;
  display: block;
  position: relative;
}
.yxzx_div .left .yxzx_con ol li .img i{
  display: block;
  padding-bottom: 75%;
}
.yxzx_div .left .yxzx_con ol li .text {
  float: right;
  width: 68%;
  padding: 4% 4% 0;
}
.yxzx_div .left .yxzx_con ol li .text h3 {
  color: #333333;
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.yxzx_div .left .yxzx_con ol li .text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.yxzx_div .left .yxzx_con ol li .text .list {
  margin-top: 20px;
}
.yxzx_div .left .yxzx_con ol li .text .list div {
  float: left;
  width: auto;
  margin-right: 3%;
}
.yxzx_div .left .yxzx_con ol li .text .list div .icon {
  width: 37px;
  height: 37px;
  display: block;
  float: left;
  font-size: 0;
}
.yxzx_div .left .yxzx_con ol li .text .list div .wz {
  line-height: 37px;
  color: #999999;
  margin-left: 7px;
}
.yxzx_div .right {
  width: 22%;
}
.yxzx_div .right .rmzx_div {
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
}
.yxzx_div .right .rmzx_div .title {
  background: #e8e8e8;
  height: 54px;
  line-height: 54px;
}
.yxzx_div .right .rmzx_div .title h3 {
  float: left;
  width: auto;
  color: #d71c27;
  font-size: 17px;
  padding-left: 22px;
  position: relative;
}
.yxzx_div .right .rmzx_div .title h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #d71c27;
}
.yxzx_div .right .rmzx_div .title a {
  display: inline-block;
  float: right;
  color: #797979;
  font-size: 12px;
  font-family: arial;
  text-transform: uppercase;
  margin-right: 15px;
}
.yxzx_div .right .rmzx_div .title a:hover {
  color: #d71c27;
}
.yxzx_div .right .rmzx_div ol li {
  float: left;
  width: 100%;
  line-height: 43px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 0 22px;
}
.yxzx_div .right .rmzx_div ol li a {
  display: block;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/newsshow_icon.png) no-repeat left center;
  padding-left: 13px;
}
.yxzx_div .right .rmzx_div ol li:hover a {
  color: #d71c27;
  background: url(../images/newsshow_icon2.png) no-repeat left center;
}
@media (max-width: 1024px) {
  .yxzx_div .left .yxzx_con ol li .text {
    padding-top: 2%;
  }
}
@media (max-width: 991px) {
  .yxzx_div {
    padding: 6% 0 7%;
  }
  .yxzx_div .left {
    width: 100%;
  }
  .yxzx_div .left .yxzx_con ol {
    margin-bottom: 5%;
  }
  .yxzx_div .right {
    display: none;
  }
}
@media (max-width: 640px) {
  .yxzx_div .left .yxzx_con ol li .text h3 {
    font-size: 16px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list {
    margin-top: 15px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list div .icon {
    width: 30px;
    height: 30px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list div .wz {
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .yxzx_div .left .yxzx_sx ol li span {
    text-align: left;
    padding: 0 15px;
    display: block;
    width: 100%;
  }
  .yxzx_div .left .yxzx_sx ol li .text {
    padding-left: 0;
    width: 100%;
    padding-left: 15px;
  }
  .yxzx_div .left .yxzx_sx ol li .text a {
    font-size: 13px;
    margin-left: 0;
  }
  .yxzx_div .left .yxzx_con ol li .img {
    width: 100%;
  }
  .yxzx_div .left .yxzx_con ol li .img img {
    width: 100%;
  }
  .yxzx_div .left .yxzx_con ol li .text {
    width: 100%;
    padding: 20px 15px;
  }
  .yxzx_div .left .yxzx_con ol li .text h3 {
    font-size: 16px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list {
    margin-top: 15px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list div .icon {
    width: 30px;
    height: 30px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list div .wz {
    line-height: 30px;
  }
}
@media (max-width: 360px) {
  .yxzx_div .left .yxzx_sx ol li .text {
    padding-left: 0;
    width: 100%;
  }
  .yxzx_div .left .yxzx_sx ol li .text a {
    margin-left: 0;
    padding: 0 15px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list {
    margin-top: 10px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list div {
    margin: 0 2px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list div .icon {
    width: 20px;
    height: 20px;
  }
  .yxzx_div .left .yxzx_con ol li .text .list div .wz {
    line-height: 20px;
    font-size: 12px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1054px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}
img {
  max-width: 100%;
}
.clearfix {
  clear: both;
}
.title_con h4 {
    color: #444444;
    font-family: avant_garde_demi_bt-webfont;
    font-size: 40px;
}

.case_div3 {
    margin-bottom: 90px;
}
.case_div {
    padding-top: 80px;
}
body, div, p, h1, h2, h3, ul, ol, li, img {
    margin: 0;
    padding: 0;
}
body {
    font-family: "microsoft yahei",sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "microsoft yahei",arial,"STXihei";
    background: #fff;
    font-size: 14px;
    color: #666;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.case_div .text .title_con h3 {
    margin-top: 5px;
}

.title_con h4 {
    color: #444444;
    font-family: avant_garde_demi_bt-webfont;
    font-size: 40px;
}
.title_con h4 span {
    color: #d71c27;
}
.title_con h3 {
    color: #333333;
    font-size: 28px;
    font-weight: normal;
}
.case_div .text .title_con a {
    border: 1px solid #d4d4d4;
    bottom: 17px;
    color: #666666;
    font-family: arial;
    font-size: 13px;
    height: 32px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 116px;
}
@font-face {
  font-family: avant_garde_demi_bt-webfont;
  src: url(../fonts/avant_garde_demi_bt-webfont.eot);
  src: url(../fonts/avant_garde_demi_bt-webfont.eot?#iefix) format('eot'), url(../fonts/avant_garde_demi_bt-webfont.woff) format('woff'), url(../fonts/avant_garde_demi_bt-webfont.ttf) format('truetype'), url(../fonts/avant_garde_demi_bt-webfont.ttf) format('opentype');
}  

.yxzx_banner {
  background: url(../images/yxzx_banner.jpg) no-repeat center center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/yxzx_banner.jpg', sizingMethod='scale');
  position: relative;
  padding-top: 16.6%;
}
.yxzx_banner .text {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 4%;
}
.yxzx_banner .text h4 {
  font-family: avant_garde_demi_bt-webfont;
  color: #d71c27;
  font-size: 90px;
}
.yxzx_banner .text h3 {
  color: #ffffff;
  font-size: 32px;
}
@media (max-width: 1280px) {
  .yxzx_banner {
    padding-top: 20%;
  }
}
@media (max-width: 1024px) {
  .yxzx_banner {
    padding-top: 25%;
  }
  .yxzx_banner .text {
    padding-top: 5%;
  }
}
@media (max-width: 768px) {
  .yxzx_banner {
    padding-top: 30%;
  }
  .yxzx_banner .text {
    padding-top: 9%;
  }
  .yxzx_banner .text h4 {
    font-size: 50px;
  }
  .yxzx_banner .text h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .yxzx_banner {
    padding-top: 30%;
  }
  .yxzx_banner .text {
    padding-top: 9%;
  }
  .yxzx_banner .text h4 {
    font-size: 30px;
  }
  .yxzx_banner .text h3 {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .yxzx_banner {
    padding-top: 33%;
  }
}
@media (max-width: 360px) {
  .yxzx_banner {
    padding-top: 40%;
  }
  .yxzx_banner .text {
    padding-top: 12%;
  }
  .yxzx_banner .text h4 {
    font-size: 30px;
  }
  .yxzx_banner .text h3 {
    font-size: 18px;
  }
}
.case_banner {
  background: url(../images/caselist_banner.jpg) no-repeat center center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader

(src='images/caselist_banner.jpg', sizingMethod='scale');
  padding: 84px 0;
}
.case_banner .case_top {
  width: 100%;
}
.case_banner .case_top .img {
  position: relative;
  float: left;
  width: 44.5%;
  font-size: 0;
}
.case_banner .case_top .img i {
  position: absolute;
}
.case_banner .case_top .img .icon1 {
  width: 109px;
  height: 6px;
  background: #d71c27;
  top: -6px;
  right: 14%;
}
.case_banner .case_top .img .icon2 {
  width: 37px;
  height: 2px;
  background: #d71c27;
  top: 14.5%;
  right: -3.5%;
}
.case_banner .case_top .img .icon3 {
  width: 7px;
  height: 177px;
  background: #d71c27;
  bottom: 0;
  right: -7px;
}
.case_banner .case_top .img .icon4 {
  width: 6px;
  height: 33px;
  background: #d71c27;
  bottom: -13px;
  left: 31px;
}
.case_banner .case_top .text {
  float: right;
  width: 50%;
  padding-top: 48px;
}
.case_banner .case_top .text h3 {
  color: #ffffff;
  font-size: 24px;
  border-bottom: 1px solid #393939;
  padding-bottom: 25px;
  position: relative;
}
.case_banner .case_top .text h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 135px;
  height: 2px;
  background: #484848;
}
.case_banner .case_top .text .text_con {
  padding: 25px 0 0;
}
.case_banner .case_top .text .text_con .t {
  color: #c9c9c9;
  font-size: 15px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}
.case_banner .case_top .text .text_con .t:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: #d71c27 solid 3px;
  border-radius: 50%;
}
.case_banner .case_top .text .text_con .t span {
  font-weight: bold;
  float: left;
  display: inline-block;
}
.case_banner .case_top .text .text_con .t .s1 {
  width: 100%;
  display: block;
  font-size: 16px;
}
.case_banner .case_top .text .text_con .t1 {
  margin-top: 10px;
}
.case_banner .case_top .text .text_con .t1 p {
  line-height: 24px;
  font-size: 14px;
}
.case_banner .case_top .text .text_con .t2 {
  margin-top: 0;
}
.case_banner .case_top .text .text_con .mingshi {
  padding-top: 15px;
}
.case_banner .case_top .text .text_con .mingshi em {
  display: inline-block;
  float: left;
  width: 12%;
  font-size: 0;
}
.case_banner .case_top .text .text_con .mingshi div {
  float: right;
  width: 84%;
  margin-top: -2px;
}
.case_banner .case_top .text .text_con .mingshi div h4 {
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.case_banner .case_top .text .text_con .mingshi div p {
  margin-top: 5px;
  color: #CCCCCC;
  line-height: 20px;
}
.case_banner .case_top .text .text_con .mingshi div pre{
  white-space: pre-wrap; /* css-3 */ 
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
  white-space: -pre-wrap; /* Opera 4-6 */ 
  white-space: -o-pre-wrap; /* Opera 7 */ 
  word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}
@media (max-width: 1024px) {
  .case_banner .case_top .text {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .case_banner {
    padding: 6% 0;
  }
  .case_banner .case_top .img i {
    display: none;
  }
}
@media (max-width: 768px) {
  .case_banner .case_top .img {
    width: 100%;
  }
  .case_banner .case_top .img img {
    width: 100%;
  }
  .case_banner .case_top .text {
    width: 100%;
    padding-top: 20px;
  }
  .case_banner .case_top .text h3 {
    font-size: 18px;
    padding-bottom: 18px;
  }
  .case_banner .case_top .text .text_con {
    padding: 15px 0 0;
  }
  .case_banner .case_top .text .text_con .t {
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
  }
  .case_banner .case_top .text .text_con .t:before {
    top: 9px;
    width: 5px;
    height: 5px;
    border: #d71c27 solid 2px;
  }
  .case_banner .case_top .text .text_con .t .s1 {
    font-size: 15px;
  }
  .case_banner .case_top .text .text_con .t1 {
    margin-top: 5px;
  }
}
.caselist_div {
  padding: 50px 0 90px;
}
.caselist_div ol {
  margin-bottom: 50px;
}
.caselist_div ol li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background: #fafafa;
  border: 1px solid #ececec;
}
.caselist_div ol li .img {
  width: 23%;
  font-size: 0;
  float: left;
  display: block;
  position: relative;
}
.caselist_div ol li .img i{
  display: block;
  padding-bottom: 62%;
}
.caselist_div ol li .text_con {
  float: left;
  width: 77%;
}
.caselist_div ol li .text_con .text {
  float: left;
  width: 87%;
  padding: 25px 5% 0;
}
.caselist_div ol li .text_con .text .title {
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
}
.caselist_div ol li .text_con .text .title h3 {
  width: auto;
  float: left;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
  font-size: 17px;
}
.caselist_div ol li .text_con .text .title span {
  display: inline-block;
  float: right;
  color: #333333;
  font-size: 13px;
}
.caselist_div ol li .text_con .text .t {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.caselist_div ol li .text_con .data_con {
  float: right;
  width: 13%;
  border-left: 1px solid #e6e6e6;
  min-height: 148px;
  margin: 14px 0 0;
  padding-left: 3%;
  padding-top: 15px;
}
.caselist_div ol li .text_con .data_con .p1 {
  color: #999999;
  font-size: 22px;
}
.caselist_div ol li .text_con .data_con .p2 {
  color: #999999;
  font-size: 15px;
}
.caselist_div ol li .text_con .data_con .more {
  margin-top: 25px;
  width: 36px;
  height: 36px;
  background: url(../images/caselist_more1.png) no-repeat center center;
}
.caselist_div ol li:hover {
  background: #444444;
}
.caselist_div ol li:hover .text_con .text .title {
  border-bottom: 1px solid #565656;
}
.caselist_div ol li:hover .text_con .text .title h3 {
  color: #fff;
}
.caselist_div ol li:hover .text_con .text .title span {
  color: #fff;
}
.caselist_div ol li:hover .text_con .text .t {
  color: #d2d2d2;
}
.caselist_div ol li:hover .text_con .data_con {
  border-left: 1px solid #565656;
}
.caselist_div ol li:hover .text_con .data_con .p1 {
  color: #fff;
}
.caselist_div ol li:hover .text_con .data_con .p2 {
  color: #fff;
}
.caselist_div ol li:hover .text_con .data_con .more {
  background: url(../images/caselist_more2.png) no-repeat center center;
}
@media (max-width: 1024px) {
  .caselist_div ol li .text_con .text {
    width: 85%;
    padding: 15px 4% 0;
  }
  .caselist_div ol li .text_con .text .t {
    margin-top: 8px;
  }
  .caselist_div ol li .text_con .data_con {
    width: 15%;
    min-height: 118px;
    padding-left: 3%;
    padding-top: 5px;
  }
  .caselist_div ol li .text_con .data_con .more {
    margin-top: 18px;
  }
}
@media (max-width: 991px) {
  .caselist_div {
    padding: 6% 0 8%;
  }
  .caselist_div ol {
    margin-bottom: 3%;
  }
}
@media (max-width: 768px) {
  .caselist_div ol li .img {
    width: 100%;
  }
  .caselist_div ol li .img img {
    width: 100%;
  }
  .caselist_div ol li .text_con {
    width: 100%;
    padding: 20px 15px;
  }
  .caselist_div ol li .text_con .text {
    width: 100%;
    padding: 0;
  }
  .caselist_div ol li .text_con .text .title h3 {
    font-size: 16px;
  }
  .caselist_div ol li .text_con .text .t {
    margin-top: 10px;
    height: auto;
    overflow: inherit;
  }
  .caselist_div ol li .text_con .data_con {
    display: none;
  }
}
@media (max-width: 375px) {
  .caselist_div ol li .text_con .text .title h3 {
    width: 100%;
  }
  .caselist_div ol li .text_con .text .title span {
    display: block;
    float: left;
  }
}
.caseshow_title {
  background: #f6f6f6;
  border-bottom: 1px solid #dbdbdb;
}
.caseshow_title h3 {
  padding: 30px 0 20px;
  color: #212121;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.caseshow_title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 79px;
  height: 2px;
  background: #e4392a;
}
.caseshow_title h3 span {
  color: #858585;
  font-weight: normal;
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .caseshow_title h3 {
    font-size: 18px;
  }
}
.caseshow_div {
  padding: 20px 0 85px;
}
.caseshow_div .content {
  color: #777777;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 30px;
}
.caseshow_div .content .bt {
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .caseshow_div {
    padding-bottom: 6%;
  }
}
@media (max-width: 768px) {
  .caseshow_div .content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .caseshow_div .content {
    border-bottom: none;
  }
}

.xuexiao_menu {
  background: #f6f6f6;
  border-bottom: 1px solid #dbdbdb;
}
.xuexiao_menu a {
  display: block;
  float: left;
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  padding: 30px 0;
  position: relative;
  margin-right: 40px;
}
.xuexiao_menu a.cur,
.xuexiao_menu a:hover {
  color: #e4392a;
}
.xuexiao_menu a.cur:before,
.xuexiao_menu a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 68px;
  height: 2px;
  background: #e4392a;
}
@media (max-width: 991px) {
  .xuexiao_menu a {
    padding: 3% 0;
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  .xuexiao_menu a {
    font-size: 15px;
  }
  .xuexiao_menu a.cur:before,
  .xuexiao_menu a:hover:before {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .xuexiao_menu {
    display: none;
  }
}
.xuexiao_div {
  padding: 70px 0 92px;
}
.xuexiao_div .xuexiao_title {
  text-align: center;
}
.xuexiao_div .xuexiao_title p {
  color: #838383;
  font-size: 22px;
  font-family: arial;
}
.xuexiao_div .xuexiao_title h3 {
  color: #444444;
  font-size: 26px;
  position: relative;
}
.xuexiao_div .xuexiao_title h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.xuexiao_div .xuexiao_title h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .xuexiao_div .xuexiao_title p {
    font-size: 15px;
  }
  .xuexiao_div .xuexiao_title h3 {
    font-size: 22px;
  }
  .xuexiao_div .xuexiao_title h3:before {
    top: 16px;
  }
  .xuexiao_div .xuexiao_title h3 span {
    padding: 0 10px;
  }
}
.xuexiao_div .xuexiao_t {
  margin-top: 15px;
  padding: 0 60px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .xuexiao_div .xuexiao_t {
    padding: 0;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .xuexiao_div .xuexiao_t {
    margin-top: 2%;
  }
}
.xuexiao_div .xuexiaogaikuang {
  margin-bottom: 70px;
}
.xuexiao_div .xuexiaogaikuang .xuexiao_img {
  margin-top: 45px;
}
.xuexiao_div .xuexiaogaikuang .xuexiao_img div{
text-align:center;
}
.xuexiao_div .xuexiaogaikuang .xuexiao_img .slick-prev,
.xuexiao_div .xuexiaogaikuang .xuexiao_img .slick-next {
  border: none;
  width: 38px;
  height: 70px;
  margin-top: -35px;
  top: 50%;
}
.xuexiao_div .xuexiaogaikuang .xuexiao_img .slick-prev {
  background: url(../images/prev.png) no-repeat center center;
  left: 0;
  background-size: 100% 100%;
}
.xuexiao_div .xuexiaogaikuang .xuexiao_img .slick-next {
  background: url(../images/next.png) no-repeat center center;
  right: 0;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .xuexiao_div .xuexiaogaikuang .xuexiao_img {
    margin-top: 4%;
  }
}
.xuexiao_div .xueshenggaikuang {
  margin-bottom: 70px;
}
.xuexiao_div .xueshenggaikuang ol {
  width: 80.25%;
  margin: 40px auto 0;
}
.xuexiao_div .xueshenggaikuang ol li {
  float: left;
  width: 24%;
  background: #ececec;
  border: 1px solid #d4d4d4;
  text-align: center;
  padding: 7% 0;
  margin-right: 1.3%;
}
.xuexiao_div .xueshenggaikuang ol li:last-child {
  margin-right: 0;
}
.xuexiao_div .xueshenggaikuang ol li .bt {
  font-family: avant_garde_demi_bt-webfont;
  color: #e4392a;
  font-size: 80px;
}
.xuexiao_div .xueshenggaikuang ol li .text {
  margin-top: 6%;
  color: #666666;
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .xuexiao_div .xueshenggaikuang ol {
    margin-top: 4%;
  }
}
@media (max-width: 768px) {
  .xuexiao_div .xueshenggaikuang ol {
    width: 100%;
  }
  .xuexiao_div .xueshenggaikuang ol li .bt {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .xuexiao_div .xueshenggaikuang ol li {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 0;
    width: 49%;
  }
  .xuexiao_div .xueshenggaikuang ol li:nth-child(2n) {
    float: right;
  }
  .xuexiao_div .xueshenggaikuang ol li .bt {
    font-size: 50px;
  }
}
.xuexiao_div .xueshuchengjiu {
  margin-bottom: 70px;
}
.xuexiao_div .xueshuchengjiu .xscj_div {
  margin-top: 35px;
}
.xuexiao_div .xueshuchengjiu .xscj_div .bg {
  position: relative;
  left: 50%;
  background: #5c5c5c;
  width: 10000%;
  margin-left: -5000%;
  padding: 60px 0;
}
.xuexiao_div .xueshuchengjiu .xscj_div .bg ol li {
  float: left;
  width: 50%;
}
.xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .tit {
  display: inline-block;
  float: left;
  background: #e4392a;
  line-height: 72px;
  width: 23%;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: avant_garde_demi_bt-webfont;
}
.xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text {
  float: right;
  width: 72%;
}
.xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text h3 {
  color: #ffffff;
  font-size: 24px;
}
.xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text .t {
  margin-top: 8px;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .xuexiao_div .xueshuchengjiu .xscj_div .bg {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol {
    width: 100%;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .tit {
    font-size: 20px;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text h3 {
    font-size: 18px;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text .t {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .xuexiao_div .xueshuchengjiu .xscj_div {
    margin-top: 4%;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg {
    padding: 4% 0;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .tit {
    line-height: 52px;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text .t {
    margin-top: 5px;
  }
}
@media (max-width: 640px) {
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li {
    width: 100%;
    margin: 2% 0;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .tit {
    line-height: 52px;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text .t {
    margin-top: 5px;
  }
}
@media (max-width: 375px) {
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .tit {
    line-height: 52px;
    font-size: 15px;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text h3 {
    font-size: 16px;
  }
  .xuexiao_div .xueshuchengjiu .xscj_div .bg ol li .text .t {
    margin-top: 5px;
  }
}
.xuexiao_div .kechengshezhi {
  margin-bottom: 70px;
}
.xuexiao_div .kechengshezhi ol {
  margin-top: 50px;
}
.xuexiao_div .kechengshezhi ol li {
  float: left;
  background: #f3f3f3;
  min-height: 260px;
  width: 47%;
}
.xuexiao_div .kechengshezhi ol li:nth-child(2n) {
  float: right;
}
.xuexiao_div .kechengshezhi ol li h3 {
  color: #ffffff;
  font-size: 24px;
  background: url(../images/xxxy_bg.jpg) no-repeat center center;
  line-height: 63px;
  text-align: center;
}
.xuexiao_div .kechengshezhi ol li .text {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  padding: 5% 10% 0;
}
@media (max-width: 991px) {
  .xuexiao_div .kechengshezhi ol {
    margin-top: 4%;
  }
}
@media (max-width: 768px) {
  .xuexiao_div .kechengshezhi ol li h3 {
    font-size: 18px;
  }
  .xuexiao_div .kechengshezhi ol li .text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .xuexiao_div .kechengshezhi ol li {
    width: 100%;
    margin: 1% 0;
  }
  .xuexiao_div .kechengshezhi ol li .text {
    padding: 3% 15px;
  }
}
.xuexiao_div .xuexiaosheshi,
.xuexiao_div .xueshangshenghuo {
  margin-bottom: 70px;
}
.xuexiao_div .xuexiaosheshi .img,
.xuexiao_div .xueshangshenghuo .img {
  margin-top: 25px;
  font-size: 0;
  text-align:center;
}
@media (max-width: 991px) {
  .xuexiao_div .xuexiaosheshi .img,
  .xuexiao_div .xueshangshenghuo .img {
    margin-top: 3%;
  }
}
.xuexiao_div .xueshangshenghuo {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .xuexiao_div {
    padding: 6% 0;
  }
  .xuexiao_div .xuexiaogaikuang,
  .xuexiao_div .xueshenggaikuang,
  .xuexiao_div .xueshuchengjiu,
  .xuexiao_div .kechengshezhi,
  .xuexiao_div .xuexiaosheshi {
    margin-bottom: 6%;
  }
}

.return_con {
  margin-top: 20px;
}
.return_con ol {
  float: left;
  width: 70%;
}
.return_con ol li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.return_con ol li span {
  float: left;
  line-height: 34px;
  color: #777777;
  font-size: 15px;
}
.return_con ol li .s1 {
  margin-right: 10px;
  line-height: 32px;
  text-align: center;
  display: block;
  float: left;
  width: 83px;
  height: 34px;
  border: 1px solid #c1c1c1;
}
.return_con ol li:hover span {
  color: #d71c27;
}
.return_con ol li:hover .s1 {
  border-color: #d71c27;
}
.return_con .return {
  margin-top: 44px;
  float: right;
  width: 110px;
  height: 34px;
  color: #777777;
  border: 1px solid #c1c1c1;
  line-height: 32px;
  text-align: center;
  display: block;
}
.return_con .return:hover {
  border-color: #d71c27;
  color: #d71c27;
}

.bread { width: 1200px; margin: 20px auto 0; color: #999999; font-size: 13px;}
.bread a { color: inherit;}
.bread a.vhome { padding-left: 20px; background: url(../images/ico_bread.png) no-repeat 0 center;}
.article-details, .news_body .main .latest-release { margin-top: 20px;}

/*# sourceMappingURL=public.css.map */

.page{margin-top: 25px;}
.page a{
      width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    box-sizing: border-box;
        line-height: 45px;
    border: 1px solid #ccc;
    margin-right: 5px;
    color: #666;
}

.page a.current{
       background: #f8b500;
       color: #fff;

}




/**新增**/
.zov .w1 .zov-1 .zov-zir a{
  float: left;
  width: 388px;
  height: 71px;
  background: rgba(255,255,255,0.84);
  padding: 14px 92px 14px 146px;
  position: relative;
  border-radius: 5px;
}
.zov .w1 .zov-1 .zov-zir a:nth-last-child(2){
  margin: 0 45px;
}
.zov .w1 .zov-1 .zov-zir a .h3{
  font-size: 20px;
  color: #333333;
}
.zov .w1 .zov-1 .zov-zir a .h4{
  font-size: 12px;
  color: #666666;
}
.zov .w1 .zov-1 .zov-zir a.cur {
    color: #fff;
    border:1px solid #052180;
}
.zov .w1 .zov-1 .zov-zir a.cur .h3{
  color: #052180;
}
.zov .w1 .zov-1 .zov-zir a.cur .h4{
  color: #00238c;
}
.zov .w1 .zov-1 .zov-zir a.cur:nth-last-child(2):before{
  background: url(../images/xgxz-q21.png) no-repeat center center / cover;
}
.zov .w1 .zov-1 .zov-zir a.cur:nth-last-child(3):before{
  background: url(../images/xgxz-q22.png) no-repeat center center / cover;
}
.zov .w1 .zov-1 .zov-zir a.cur:nth-last-child(1):before{
  background: url(../images/xgxz-q23.png) no-repeat center center / cover;
}
.zov .w1 .zov-1 .zov-zir a:nth-last-child(2):before{
  content: "";
  background: url(../images/xgxz-q2.png) no-repeat center center / cover;
  position: absolute;
    width: 44px;
    height: 43px;
    left: 91px;
    top: 16px;
}
.zov .w1 .zov-1 .zov-zir a:nth-last-child(1):before{
  content: "";
  background: url(../images/xgxz-q3.png) no-repeat center center / cover;
  position: absolute;
    width: 44px;
    height: 43px;
    left: 91px;
    top: 16px;
}
.zov .w1 .zov-1 .zov-zir a:nth-last-child(3):before{
  content: "";
  background: url(../images/xgxz-q.png) no-repeat center center / cover;
  position: absolute;
    width: 44px;
    height: 43px;
    left: 91px;
    top: 16px;
}
.zov .w1{
  position: relative;
  
}
.zov .w1 .zov-1 {
  position: absolute;
    top: -158px;
    left: 305px;
}
.zov .w1 .zov-2 .zov-3 .zov-z .zi-b .h3{
  float: left;
  font-size: 28px;
  color: #333333;
}
.zov .w1 .zov-2 .zov-3 .zov-z .zi-b .h4{
  float: left;
  font-size: 20px;
  color: #666666;
  margin-top: 12px;
  margin-left: 8px;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .img{
  float: left;
  margin-right: 0;
  width: 24.1%;
  /*height: 118px;*/
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .zi{
  float: right;
  width: 73%;
  margin-top: 8px;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .zi .h3{
  font-size: 0.18px;
  color: #333333;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .zi .h3 a{
  font-size: 0.18px;
  color: #333333;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .zi .h4{
  font-size: 0.14px;
  color: #666666;
  line-height: 24px;
  margin-top: 19px;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .zi .h7{
  font-size: 0.14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 15px;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .zi .zi-1 .h5{
  float: left;
  margin-right: 52px;
  font-size: 12px;
  color: #999999;
  position: relative;
  margin-left: 19px;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .zi .zi-1 .h5:before{
  content: "";
  position: absolute;
    width: 12px;
    height: 12px;
    left: -17px;
    top: 2px;
  background: url(../images/xgxzt-3.png) no-repeat center center / cover;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li{
  padding: 25px 0;
  border-top:1px solid #f0f0f0;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li:nth-last-child(1){
  border-bottom:1px solid #f0f0f0;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .xz a{
  float: left;
  margin-top: 69px;
  font-size: 16px;
  color: #666666;
  border:1px solid #666;
  position: relative;
  padding: 11px 21px 11px 43px;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .xz a:before{
  content: "";
  background: url(../images/xgxzt-2.jpg) no-repeat center center / cover;
  width: 14px;
  height: 12px;
  left: 20px;
  top: 17px;
  position: absolute;
}
.zov .w1 .zov-2 .zov-3 .zov-z{
  width: 65.3%;
  float: left;
  margin-left: 0;
}
.zov .w1 .zov-2 .zov-3 .zov-z .zi-b{
  margin-bottom: 21px;
}
.zov .w1 .zov-2 .zov-3 .jzgd{
  margin: 47px 0 100px;
  text-align: center;
}
.zov .w1 .zov-2 .zov-3 .jzgd a{
  font-size: 14px;
  color: #999999;
  position: relative;
}
.zov .w1 .zov-2 .zov-3 .jzgd a:before{
  content: "";
  background: url(../images/xgxzt-5.png) no-repeat center center / cover;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -33px;
  top: -1px;
}
.zov .w1 .zov-2 .zov-3 .r .menu .tit{
  background: #072860;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  font-weight: normal;
}
.zov .w1 .zov-2 .zov-3 .r{
  float: right;
}
.zov .w1 .zov-2 .zov-3 .r .menu {
  background: #fff;
  margin-bottom: 10px;
}
.zov .w1 .zov-2 .zov-3 .r .menu ul {
  padding: 28px 30px;
}
.zov .w1 .zov-2 .zov-3 .r .menu ul li {
  float: left;
  width: 100%;
  line-height: 44px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}
.zov .w1 .zov-2 .zov-3 .r .menu ul li a {
  display: block;
  color: #666;
  position: relative;
  font-size: 14px;
}
.zov .w1 .zov-2 .zov-3 .r .menu ul li a:before{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: -2px;
  background: url(../images/next.jpg) no-repeat right center;
}
.zov .w1 .zov-2 .zov-3 .r .box{
  background-size: 100% 100%;
  padding: 61px 130px 70px 33px;
  background: url(../images/zx_img.jpg) no-repeat right center;
}
.zov .w1 .zov-2 .zov-3 .r .box a{
  background: url(../images/zx_img1.png) no-repeat right center;
  padding: 9px 30px 9px 40px;
  font-size: 14px;
  color: #fff;
  position: relative;
  background-size: 100% 100%;
}
.zov .w1 .zov-2 .zov-3 .r .box a:before{
  content: "";
  position: absolute;
  background: url(../images/zx_img2.png) no-repeat right center;
  width: 19px;
    height: 18px;
    left: 17px;
    top: 10px;
}
.zov .w1 .zov-2 .zov-3 .r .box p{
  margin-bottom: 40px;
  font-size: 14px;
  color: #666666;
}
.zov .w1 .zov-2 .zov-3 .r .y-box {
  padding: 0 25px 0 33px;
}
.zov .w1 .zov-2 .zov-3 .r .y-box .bt{
  padding: 25px 0;
  font-size: 18px;
  color: #333333;
}
.zov .w1 .zov-2 .zov-3 .r .y-box ul li .q .img{
  float: left;
}
.zov .w1 .zov-2 .zov-3 .r .y-box ul li{
  margin: 20px 0;
}
.zov .w1 .zov-2 .zov-3 .r .y-box ul li .q .zi{
  float: left;
}
.zov .w1 .zov-2 .zov-3 .r .y-box ul li .q .zi .h3{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; 
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  width: 152px;
  font-size: 14px;
  color: #666666;
  -webkit-box-orient: vertical;
}
.zov .w1 .zov-2 .zov-3 .r .y-box ul li .q .zi .h4{
  font-size: 12px;
  color: #999999;
}
.zov .w1 .zov-2 .zov-3 .r .y-box ul li .q .zi{
  margin-left: 15px;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-b .h3{
  float: left;
  font-size: 28px;
  color: #333333;
}
.zov .w1 .zov-2 .bgwz .y-xgz{
  float: left;
  margin-left: 30px;
}
.zov .w1 .zov-2 .zov-3 .zov-z .z-nr ul li .z-3 .zi-1 a{
  font-size: 14px;
  color: #666666;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-b .h4{
    float: left;
    font-size: 20px;
    color: #666666;
    margin-top: 12px;
  margin-left: 8px;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1{
  float: left;
  width: 265px;
  border:1px solid #efefef;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1:hover{
  border:1px solid #7f86c0;
  color: #886;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1 .zi .h3 .h3-z{
  float: left;
  font-size: 18px;
  color: #333333;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1:hover .zi .h3 .h3-z{
  color: #000d81;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1:hover .zi .h4{
  color: #000d81;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li:nth-last-child(2){
  margin: 23px 0;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1 .zi {
  padding: 18px 17px 18px 17px;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1 .zi .h3 .h3-r:before{
  content: "";
  background: url(../images/ljbs.png) no-repeat right center;
  position: absolute;
  width: 15px;
  height: 12px;
  left: -22px;
  top: 3px;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1 .zi .h3 .h3-r{
  float: left;
  display: inline-block;
  margin-top: 5px;
  margin-left: 29px;
  position: relative;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1 .zi .h3 .h3-r a{
  color: #333333;
  font-size: 13px;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1:nth-last-child(2){
  margin: 0 23px;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1 .zi .h4{
  font-size: 13px;
  color: #666666;
  margin-top: 14px;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1:hover .zi .h3 .h3-r a{
  color: #000d81;
}
.zov .w1 .zov-2 .bgwz .y-xgz .y-nra ul li .d1-b1:hover .zi .h3 .h3-r:before{
  background: url(../images/ljbs1.png) no-repeat right center;
}
.y-xt{
  border-bottom: 1px solid #ebebeb;
  margin: 20px 0;
}
.zov .w1 .zov-2 .jzgd{
    margin: 47px 0 100px 417px;
}
.zov .w1 .zov-2 .jzgd a{
  font-size: 14px;
  color: #999999;
  position: relative;
  display: inline-block;
}
.zov .w1 .zov-2 .jzgd a:before{
  content: "";
  background: url(../images/xgxzt-5.png) no-repeat center center / cover;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -33px;
  top: -1px;
}







.zov .w1 .zov-2 .bgwz .r .menu .tit{
  background: #00238c;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  font-weight: normal;
}
.zov .w1 .zov-2 .bgwz .r{
  float: right;
}
.zov .w1 .zov-2 .bgwz .r .menu {
  background: #fff;
  margin-bottom: 10px;
}
.zov .w1 .zov-2 .bgwz .r .menu ul {
  padding: 28px 30px;
}
.zov .w1 .zov-2 .bgwz .r .menu ul li {
  float: left;
  width: 100%;
  line-height: 44px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}
.zov .w1 .zov-2 .bgwz .r .menu ul li a {
  display: block;
  color: #666;
  position: relative;
  font-size: 14px;
}
.zov .w1 .zov-2 .bgwz .r .menu ul li a:before{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: -2px;
  background: url(../images/next.jpg) no-repeat right center;
}
.zov .w1 .zov-2 .bgwz .r .box{
  background-size: 100% 100%;
  padding: 61px 130px 70px 33px;
  background: url(../images/zx_img.jpg) no-repeat right center;
}
.zov .w1 .zov-2 .bgwz .r .box a{
  background: url(../images/zx_img1.png) no-repeat right center;
  padding: 9px 30px 9px 40px;
  font-size: 14px;
  color: #fff;
  position: relative;
  background-size: 100% 100%;
}
.zov .w1 .zov-2 .bgwz .r .box a:before{
  content: "";
  position: absolute;
  background: url(../images/zx_img2.png) no-repeat right center;
  width: 19px;
    height: 18px;
    left: 17px;
    top: 10px;
}
.zov .w1 .zov-2 .bgwz .r .box p{
  margin-bottom: 40px;
  font-size: 14px;
  color: #666666;
}
.zov .w1 .zov-2 .bgwz .r .y-box {
  padding: 0 25px 0 33px;
}
.zov .w1 .zov-2 .bgwz .r .y-box .bt{
  padding: 25px 0;
  font-size: 18px;
  color: #333333;
}
.zov .w1 .zov-2 .bgwz .r .y-box ul li .q .img{
  float: left;
}
.zov .w1 .zov-2 .bgwz .r .y-box ul li{
  margin: 20px 0;
}
.zov .w1 .zov-2 .bgwz .r .y-box ul li .q .zi{
  float: left;
}
.zov .w1 .zov-2 .bgwz .r .y-box ul li .q .zi .h3{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; 
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  width: 152px;
  font-size: 14px;
  color: #666666;
  -webkit-box-orient: vertical;
}
.zov .w1 .zov-2 .bgwz .r .y-box ul li .q .zi .h4{
  font-size: 12px;
  color: #999999;
}
.zov .w1 .zov-2 .bgwz .r .y-box ul li .q .zi{
  margin-left: 15px;
}

.zuozhe {
	font-size:14px;
	color: #b9b9b9;
	float:left;
	margin-left:16px;
}

@media(max-width: 1380px) {
  .main .latest-release{
      width: 90%;
  }
}

.sada .main-title{
  float: left;
}

.sada .sub-title{
  float: right;
  width: 25.4%;
}