@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'HEITI';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-B';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



/* header */
header {
  width: 100%;
  position: relative;
  height: 100px;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #222222;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  margin: 0 30px;
  font-family: 'HEITI';
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  border-bottom: 4px solid #1c4b88;
}

.headbom {
  position: relative;
  z-index: 999;
  /* padding: 0 70px; */
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

/* .logo img:last-child {
  display: none;
} */

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    margin: 0 20px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    margin: 0 15px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    margin: 0 10px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 90px;
  }

  .logo img {
    width: 160px;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 100px;
    top: -30px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  background: #1b1b1b;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width:76.25%;
}

.footer-topr {
  width: 13%;
  text-align: center;
}
.footer-topr h3{
  margin-top: 20px;
  color: #a0a0a0;
}
.footer-topr img{
  width: 100%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 16px;
  color: #a0a0a0;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 18px;
  color: #fff;
  font-family: 'HETTI';
}

.footer-lastrowtxt {
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 30px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #a0a0a0;
  font-size: 16px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}


@media(max-width:1400px){
  .footer-topr h3{
    font-size: 16px;
  }
  .footer-topr{
    width: 18%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    width: 100%;
  }

  .footer-topr {
    width: 100%;
    display: none;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .footer-navul li dl dd{
    line-height: 30px;
  }
}

@media (max-width:768px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

.habout{
  padding: 120px 0;
}
.habout-top{
  display: flex;
  overflow: hidden;
}
.habout-topl{
  width: 50%;
  padding-right: 100px;
}
.habout-topr{
  width: 50%;
}
.home-tit{
  font-size: 50px;
  font-weight: bold;
  color: #222222;
}

.habout-topl h4{
  font-size: 30px;
  color: #1c4b88;
  font-family: 'HEITI';
  line-height: 44px;
  padding: 30px 0 40px;
}

.habout-topltxt{
  font-size: 18px;
  color: #555555;
  line-height: 35px;
  margin-bottom: 150px;
}
.home-more a{
  display: flex;
  width: 180px;
  height: 60px;
  border: 1px solid #1c4b88;
  justify-content: center;
  align-items: center;
  color: #1c4b88;
}
.home-moreimg{
  margin-left: 30px;
}
.home-more:hover a{
  background: #1c4b88;
  color: #fff;
}
.home-moreimg img:last-child{
  display: none;
}

.hadv-more .home-moreimg img:last-child{
  display: block;
}
.home-more:hover .home-moreimg img:last-child{
  display: block;
}
.home-more:hover .home-moreimg img:first-child{
  display: none;
}
.habout-num ul{
  display: flex;
  justify-content: space-between;
}
.habout-num{
  margin-top: 50px;
}
.habout-num ul li span{
  font-size: 90px;
  color: #1c4b88;
  font-family: 'DIN-B';
}
.habout-num ul li p{
  margin-top: 20px;
}
.white{
  color: #ffffff !important;
}
.hadv{
  position: relative;
}
.hadv-box{
  position: absolute;
  top: 0;
  padding: 120px 0;
}
.hadv-bg ul li{
  display: none;
}
.hadv-bg ul li img{
  width: 100%;
}
.hadv-icon{
  color: #fff;
  display: none;
}
.hadv-cate{
  color: #fff;
}
.hadv-cate ul{
  display: flex;
  justify-content: space-between;
}
.hadv-icon{
  margin-top: 130px;
}
.hadv-icon h4{
  font-size: 30px;
  padding: 30px 0 20px;
}

.hadv-more a{
  display: flex;
  width: 180px;
  height: 60px;
  border: 1px solid #1c4b88;
  justify-content: center;
  align-items: center;
  color: #1c4b88;
  background: #fff;
  margin:60px 0;
}
.home-moreimg{
  margin-left: 30px;
}
.hadv-cate{
  border-bottom: 2px solid #6382ad;
}
.hadv-cate ul li{
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.hadv-cate ul li a{
  color: #fff;
}
.hadv-cate ul li a::after{
  position: absolute;
  height: 2px;
  background: #fff;
  content: "";
  width:0;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
}
.hadv-cate ul li:hover a::after{
  width:100%;
}
.hadv-cate ul li.on a::after{
  width: 100%;
}

.hpro{
  padding: 120px 0;
  background: #eeeeee;
}
.hpro-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hpro-nav{
  width: 69%;
}
.hpro-navswiper .swiper-slide a{
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  text-align: center;
  color: #222222;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 12px;
}
.hpro-navswiper .on a{
  color: #1c4b88;
  border-bottom: 2px solid #1c4b88;
}
.hpro-navswiper .swiper-slide a:hover{
  color: #1c4b88;
  border-bottom: 2px solid #1c4b88;
}
.hpro-navswiper .swiper-slide{
  width: auto;
}
.hpro-cate{
  margin-top: 50px;
  overflow: hidden;
}
.hpro-cate ul{
  display: flex;
  justify-content: space-between;
}
.hpro-cate ul li{
  width: 48.75%;
  display: flex;
  background: #fff;
  padding: 50px;
}
.hpro-catel{
  width: 218px;
}
.hpro-catel a{
  display: block;
}

.hpro-catel h3{
  font-size: 30px;
  color: #222222;
  font-family: 'HEITI';
}
.hpro-catelnav{
  margin-top: 30px;
}
.hpro-catelnav a{
  line-height: 35px;
}
.hpro-catelnav a.on{
  color: #1c4b88;
}
.hpro-catelnav a:hover{
  color: #1c4b88;
  font-family: 'HEITI';
}
.hpro-img{
  margin-top: 80px;
}
.hpro-imgswiper .swiper-slide a{
  background: #fff;
  display: block;
}
.hpro-imgswiper .swiper-slide a h3{
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.hpro-imgswiper .swiper-slide a:hover h3{
  background: #1c4b88;
  color: #fff;
}
.hcase{
  padding: 120px 0;
  background: url("../img/hcase-bg.jpg") no-repeat center;
  background-size: cover;
}
.hcase-l{
  width: 48%;
}
.hcase-ltxt{
  color: #fff;
  margin-top: 50px;
  font-size: 18px;
  line-height: 35px;
}
.hcase-box{
  display: flex;
  justify-content: space-between;
}
.hcase-txth{
  height: 250px;
}
.hcase-box ul li:first-child{
  margin-bottom: 60px;
}
.hcase-box ul li h3{
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
  padding-left: 40px;
}
.hcase-box ul li{
  position: relative;
}
.hcase-more a{
  display: flex;
  background: #fff;
  height: 134px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.hcase-r .hcase-txth {
  display: flex;
  align-items: flex-end;
  
}
.hcase-r{
  width: 48%;
}
.hcase-more{
  width: 100%;
}
.hcase-more span{
  font-size: 30px;
  color: #1c4b88;
}
.hcase-more img{
  margin-left: 30px;
}

.hnews{
  padding: 120px 0;
}
.hnews-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnews-box{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.hnews-l{
  width: 48%;
}
.hnews-r{
  width: 48%;
}
.hnews-ltxt{
  margin-top: 35px;
}
.hnews-ltxt h4{
  font-size: 24px;
  color: #222222;
  padding:10px 0 15px;
}
.hnews-ltxt:hover h4{
  color: #1c4b88;
}
.hnews-rul li:hover h4{
  color: #1c4b88;
}
.hnews-topr:hover h4{
  color: #1c4b88;
}
.hnews-ltxt p{
  line-height: 24px;
}
.hnews-rtop a{
  display: flex;
}
.hnews-topr{
  padding: 36px 0px 0 32px;
}
.hnews-topr h4{
  color: #222222;
  padding: 15px 0 25px;
  font-family: 'HEITI';
}
.hnews-rtopl{
  width: 42.8%;
}
.hnews-rul li a{
  display: flex;
  height: 86px;
  justify-content: space-between;
  align-items: center;
  color: #222222;
  font-size: 24px;
}
.hnews-rul li{
  border-bottom: 1px solid #dcdcdc;
}
.hnews-rul{
  border-top: 1px solid #dcdcdc;
  margin-top: 30px;
}

@media(max-width:1700px){
  .habout-topltxt{
    margin-bottom: 80px;
  }
  .hadv-box{
    padding: 80px 0;
  }


}

@media(max-width:1600px){
  .habout-topltxt{
    margin-bottom: 60px;
  }
  .habout-topl{
    padding-right: 30px;
  }
  .habout-topltxt {
    font-size: 16px;
    line-height: 30px;
  }
  .habout-topl h4 {
    font-size: 24px;
    line-height: 35px;
    padding: 30px 0 40px;
  }
  .hadv-box{
    padding: 60px 0;
  }
  .hadv-icon{
    margin-top: 50px;
  }
  .hpro-catelnav{
    width: 230px;
  }
  .hnews-topr{
    padding: 15px;
  }
  .hnews-topr h4 {
    padding: 15px 0 10px;
  }
  .hnews-rul li a{
    height: 80px;
    font-size: 18px;
  }
}

@media(max-width:1400px){
  .hadv-more a{
    margin: 30px 0;
  }
  .hnews-rul li a{
    height: 68px;
  }
  .hnews-rtopl{
    width: 55.8%;
  }
}

@media(max-width:1200px){
  .home-tit{
    font-size: 40px;
  }
  .habout-top{
    display: block;
  }
  .habout-topl{
    width: 100%;
  }
  .habout-topr{
    width: 100%;
    margin-top: 30px;
  }
  .habout-num ul li span{
    font-size: 60px;
  }
  .habout-num ul li{
    width: 50%;
    margin-bottom: 50px;
  }
  .habout-num ul{
    flex-wrap: wrap;
  }
  .hadv-box{
    padding: 30px 0;
  }
  .hadv-icon h4 {
    font-size: 22px;
    padding: 15px 0 10px;
  }
  .hpro-cate ul{
    display: block;
  }
  .hpro-cate ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .hcase-box ul li:first-child{
    margin-bottom: 30px;
  }
  .hcase-box ul li h3 {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
  }
  .hcase-more a{
    height: 80px;
  }
  .hcase-more span{
    font-size: 18px;
  }
  .hnews-box{
    display: block;
  }
  .hnews-l{
    width: 100%;
  }
  .hnews-r{
    width: 100%;
    margin-top: 40px;
  }
  .hnews{
    padding: 60px 0;
  }
}

@media(max-width:991px){
  .habout-num{
    margin-top: 50px;
  }
  .habout{
    padding: 50px 0 0;
  }
  .hadv-bg ul li img{
    height: 460px;
    width: auto;
   
  }
  .hadv-bg{
    overflow: hidden;
  }
  .hadv-icon h5{
    line-height: 24px;
  }
  .home-tit{
    font-size: 32px;
  }
  .hpro-tit{
    display: block;
  }
  .hpro-nav{
    margin-top: 30px;
    width: 100%;
  }
  .hpro-cate ul li{
    padding: 20px;
  }
  .hpro{
    padding: 50px 0;
  }
  .hpro-cate{
    margin-top: 30px;
  }
  .hcase-box{
    display: block;
  }
  .hcase-l{
    width: 100%;
  }
  .hcase-r{
    width: 100%;
    margin-top: 40px;
  }
  .hcase-txth{
    height: auto;
  }
  .hcase-ltxt{
    margin-bottom: 30px;
  }
  .hcase-more{
    margin-top: 30px;
  }
  .hcase{
    padding: 60px 0;
  }
  .hcase-ltxt{
    margin-top: 30px;
  }
  .hnews-rtopl{
    width: 200px;
  }
  .hnews-topr{
    width: calc(100% - 200px);
  }
  .hnews-ltxt h4{
    font-size: 20px;
  }
}

@media(max-width:600px){
  .habout-num ul li{
    width: 100%;
    text-align: center;
  }
  .hpro-cate ul li{
    display: block;
  }
  .hpro-catel{
    width: 100%;
    margin-bottom: 30px;
  }
  .hnews-rtop a{
    display: block;
  }
  .hnews-rtopl{
    width: 100%;
  }
  .hnews-topr{
    width: 100%;
    padding: 20px 0 0;
  }
  .hnews-rul li a{
    font-size: 16px;
  }
}
.habout-topltxt p{
  margin-bottom: 15px;
}
.honor{
  background: url("../img/honor-bg.jpg") no-repeat top center;
  background-size: cover;
}

.in-tit{
  font-size: 50px;
  font-weight: bold;
  color: #222222;
}
.honor{
  padding: 120px 0;
}
.honor-box{
  margin-top: 50px;
}
.about-combtn{
  position: relative;
}
.about-comtit{
  display: flex;
  justify-content: space-between;
}
.about-combtn{
  width: 120px;
}
.about-combtn .swiper-button-next{
  background:#fff url("../img/honor-next.png") no-repeat center;
  width: 50px;
  height: 50px;
  right: 0;
  border-radius: 5px;
}
.about-combtn .swiper-button-next:hover{
  background:#1c4b88 url("../img/honor-nexth.png") no-repeat center;
}
.about-combtn .swiper-button-prev{
  background:#fff url("../img/honor-prev.png") no-repeat center;
  width: 50px;
  height: 50px;
  left: 0;
  border-radius: 5px;
}
.about-combtn .swiper-button-prev:hover{
  background:#1c4b88 url("../img/honor-prevh.png") no-repeat center;
}

.honor-box .swiper-slide a{
  padding: 28px;
  display: block;
  background: #fff;
}
.equ{
  padding: 120px 0;
}
.equ-btn div{
  border: 1px solid #1c4b88;
}
.equ-box{
  margin-top: 50px;
}
.equ-swiper h3{
  font-size: 24px;
  font-family: 'HEITI';
}
.equ-swiper a{
  position: relative;
  margin-bottom: 50px;
  display: block;
}
.equ-swiper h3{
  position: absolute;
  z-index: 99;
  left: 40px;
  bottom: 40px;
  color: #fff;
}
@media(max-width:991px){
  .in-tit{
    font-size: 36px;
  }
  .honor{
    padding: 40px 0 60px;
  }
  .equ{
    padding: 50px 0 0;
  }
  .equ-swiper a{
    margin-bottom: 30px;
  }
  .equ-swiper h3{
    left: 20px;
    bottom: 20px;
  }
}

.pro{
  background: #eeeeee;
}
.pro-nav{
  height: 80px;
  background: #fff;
}
.pro-navswiper a{
  display: block;
  line-height: 80px;
}
.pro-m{
  padding: 80px 0 120px;
}
.in-more a{
  display: block;
  width: 200px;
  height: 50px;
  background: #1c4b88;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin:0px auto 0;
}
.pro-click{
  margin-top: 80px;
}
.pro-m ul li{
  margin-bottom: 40px;
}
.pro-m ul li h3{
  height: 80px;
  background: #fff;
  line-height: 80px;
  text-align: center;
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-m ul li:hover h3{
  background: #1c4b88;
  color: #fff;
}
.pro-navswiper .swiper-slide.on a{
  color: #1c4b88;
}
.pro-navswiper .swiper-slide a{
  position: relative;
  display: inline-block;
}
.pro-navswiper .swiper-slide{
  width: auto;
}
.pro-navswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #1c4b88;
  bottom: 0;
  left: 0;
  display: none;
}
.pro-navswiper .swiper-slide.on a::after{
  display: block;
}
.pro-navswiper .swiper-slide a:hover{
  color: #1c4b88;
}
.pro-navswiper .swiper-slide a:hover::after{
  display: block;
}
@media(max-width:991px){
  .pro-m {
    padding: 40px 0 60px;
  }
  .in-more a{
    margin: 20px auto 0;
  }
  .pro-click{
    margin-top: 0px;
  }

}

.news{
  padding: 80px 0 120px;
}
.news-txt{
  margin-top: 30px;
}
.news-txt h3{
  font-size: 24px;
  color: #222222;
  padding: 15px 0 25px;
}
.news-txt h4{
  line-height: 30px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-txt span{
  font-size: 18px;
  color: #555555;
}
.news ul li{
  margin-bottom: 40px;
}
.news-click{
  margin-top: 50px;
}
.news ul li:hover h3{
  color: #1c4b88;
}
@media(max-width:991px){
  .news-txt h3{
    font-size: 18px;
    padding: 15px 0;
  }
  .news {
    padding: 40px 0 50px;
  }
  .news-click{
    margin-top: 30px;
  }
}
.con{
  padding: 120px 0;
}
.con-top ul{
  display: flex;
  justify-content: space-between;
}
.con-top{
  overflow: hidden;
}
.con-top ul li{
  width:23%;
  background: #eeeeee;
  height: 368px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.con-icon img:last-child{
  display: none;
}
.con-top ul li h3{
  font-size: 24px;
  color: #222222;
  font-family: 'HEITI';
  padding: 30px 0 20px;
}
.con-top ul li h4{
  text-align: center;
  line-height: 30px;
}
.last-code h4{
  margin-top: 10px;
}
.con-top ul li:hover {
  background: #1c4b88;
  color: #fff;
}
.con-top ul li:hover h3{
  color: #fff;
}
.con-top ul li:hover .con-icon img:last-child{
  display: block;
}
.con-top ul li:hover .con-icon img:first-child{
  display: none;
}
.con-ditu img{
  width: 100%;
}
.con-ditu{
  margin-top: 50px;
}

@media(max-width:1400px){
  .con-top ul li{
    height: 300px;
  }
}

@media(max-width:1200px){
  .con-top ul li{
    height: 280px;
    padding: 0 5px;
  }
}

@media(max-width:991px){
  .con-top ul{
    flex-wrap: wrap;
  }
  .con-top ul li{
    width: 48%;
    height: auto;
    padding: 50px 0;
    margin-bottom: 30px;
  }
  .con{
    padding: 50px 0;
  }
  .con-ditu{
    margin-top: 10px;
  }
}
.apply{
  padding: 120px 0;
}
.apply-tit{
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
.apply-tit h4{
  margin-top: 50px;
  line-height: 35px;
}
.apply-box ul li a{
  display: flex;
  padding: 50px 0;
  align-items: center;
}
.apply-l{
  width: 50%;
}
.apply-r{
  width: 50%;
}
.apply-pleft{
  padding-left: 100px;
}
.apply-pright{
  padding-right: 100px;
}
.apply-box ul li{
  border-bottom: 1px solid #e5e5e5;
}

.apply-box ul li h3{
  font-size: 36px;
  font-weight: bold;
  color: #222222;
}
.apply-box ul li:hover h3{
  color: #1c4b88;
}
.apply-box ul li h4{
  padding: 30px 0 100px;
  line-height: 35px;
}
.apply-box li span{
  color: #1c4b88;
  font-weight: bold;
}
.apply-click{
  margin-top: 80px;
}
@media(max-width:1400px){
  .apply-pleft{
    padding-left:50px;
  }
  .apply-pright{
    padding-right: 50px;
  }
  .apply-box ul li h4{
    padding: 20px 0 50px;
    line-height: 30px;
  }
}
@media(max-width:991px){
  .apply-box ul li a{
    flex-wrap: wrap;
  }
  .apply-box ul li:nth-of-type(2n) a{
    flex-direction: column-reverse;
  }
  .apply-l{
    width: 100%;
  }
  .apply-r{
    width: 100%;
    margin-top: 30px;
  }
  .apply-pleft{
    padding-left:0px;
  }
  .apply-pright{
    padding-right: 0px;
  }
  .apply{
    padding: 50px 0;
  }
  .apply-tit h4 {
    margin-top:30px;
    line-height: 28px;
  }
  .apply-box ul li h3{
    font-size: 24px;
  }
  .apply-click{
    margin-top: 30px;
  }
  .apply-box ul li a{
    padding: 30px 0;
  }
}

.prod{
  background: #eeeeee;
  padding: 80px 0 120px;
}
.prod-t{
  display: flex;
}
.prod-tl{
  width: 50%;
  padding-right: 100px;
}
.prod-tr{
  width: 50%;
  position: relative;
}
.prod-tr h3{
  font-size: 40px;
  font-weight: bold;
  color: #222222;
}
#content-1{
  height: 430px;
}
.prod-txt{
  margin: 50px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 50px 0;
}
.prod-txt h4{
  font-size: 24px;
  color: #1c4b88;
  font-weight: bold;
  margin-bottom: 30px;
}
.prod-txt p{
  margin-bottom:10px;
  display: flex;
}
.prod-txt i{
  display: block;
  width: 6px;
  height: 6px;
  background: #1c4b88;
  margin-right: 10px;
  margin-top: 8px;
}
.prod-con{
  width: 100%;
  height: 120px;
  background: #1c4b88;
  color: #fff;
  font-size: 48px;
  line-height: 120px;
  text-align: center;
}

.prod-con span{
  font-weight: bold;
}
.prod-con i{
  font-style: normal;
  font-family: 'DIN-B';
}

.prod .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background: #1c4b88;
}
.prod .mCSB_scrollTools .mCSB_draggerRail{
  width: 4px;
}
.prod-params{
  margin-top: 100px;
}
.prod-params img{
  margin-bottom: 100px;
}
.prod-tj .tjtit{
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.prod-tjm{
  margin-top: 50px;
}
@media(max-width:1700px){
  .prod-params img{
    width: 100%;
  }
  .prod-tl{
    padding-right: 50px;
  }
}
@media(max-width:1600px){
  .prod-params img{
    width: 100%;
  }
  .prod-tl{
    padding-right: 50px;
  }
  .prod-txt{
    padding: 30px 0;
  }
  .prod-tr h3{
    font-size: 30px;
  }
  .prod-con {
    width: 100%;
    height: 80px;
    background: #1c4b88;
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
  }
  #content-1{
    height: 376px;
  }
}
@media(max-width:1400px){
  .prod-txt{
    margin: 30px 0;
  }
}

@media(max-width:1200px){
  .prod-t{
    display: block;
  }
  .prod-tl{
    width: 100%;
  }

  .prod-tr{
    width: 100%;
    margin-top: 30px;
  }
  .prod-tl{
    padding-right: 0;
  }
}

@media(max-width:991px){
  .prod{
    padding: 40px 0 50px;
  }
  .prod-params{
    margin-top: 50px;
  }
  .prod-params img{
    margin-bottom: 50px;
  }
}
.prod-t{
  overflow: hidden;
}
/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}