@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';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: absolute;
  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;
}

.logo {
  width: 145px;
}
.logo img{
  width: 100%;
}
.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: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  /* transition: all 0.3s; */
  text-transform: uppercase;
  margin: 0 35px;
}

.nav-ul li>a::after{
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
}


.headbom {
  position: relative;
  z-index: 999;
  padding-top: 40px;
}

.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;
}


.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: 1400px) {
  .nav-ul li>a {
    font-size: 16px;
  }
  .headbom{
    padding-top: 20px;
  }
}

@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: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  header {
    height: 70px;
    position: absolute;
  }

  .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: 70px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 50%;
  display: flex;
}

.footer-topr {
  width: 50%;
}

.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: 18px;
  color: #a0a0a0;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}


.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: #fff;
  font-size: 18px;
}

.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: 991px) {

  .footer-topr {
    width: 100%;
  }

  .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: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }

}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-topl-code{
    display: none;
  }

  .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;
  }
}


.footer-topl-code{
  padding-right: 36px;
}

.footer-topr-txt img{
  margin-bottom: 10px;
}
.footer-topr-txt p{
  color: #a0a0a0;
  font-size: 18px;
  line-height: 30px;
}
.footer-navul li dl dd a{
  color: #a0a0a0;
}
.copy-r a{
  color: #a0a0a0;
  margin: 0 5px;
}
.footer-navul li dl dd{
  margin-bottom:15px;
}

@media(max-width:1400px){
  .footer-topr-txt img{
    width: 100%;
  }
  .footer-topr-txt p{
    font-size: 16px;
  }
  .footer-navul li dl dd a{
    font-size: 16px;
  }
  .footer-topr{
    margin-left: 50px;
  }
  .footer-copy{
    font-size: 16px;
  }
}

@media(max-width:1200px){
  .footer-top{
    display: block;
  }
  .footer-topl{
    width: 100%;
  }
  .footer-topr{
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .footer-navul li dl dd{
    margin-bottom: 5px;
  }
}

.hpro{
  padding: 100px 0;
  overflow: hidden;
}
.hprocate{
  background: url("../img/procate-bg.jpg") no-repeat top center;
}
.hprocate{
  display: flex;
  padding: 60px 80px;
}
.hprocate-l{
  width: 50%;
}
.hprocate-r{
  width: 50%;
}
.hprocate-l ul li a{
  color: #a3bbda;
  font-size: 30px;
  line-height: 50px;
  font-family: 'HEITI';
}
.hprocate-l li.on a{
  color: #fff;
}
.hprocate-r ul li{
  display: flex;
  justify-content: center;
}
.hprobox-swiper .swiper-slide a h3{
  font-size:20px;
  font-family: 'HEITI';
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: #292929;
}
.hprobox-swiper .swiper-slide a{
  border: 1px solid #eff0f0;
  display: block;
}
.hprobox-swiper .swiper-slide a:hover h3{
  background: #0062b1;
  color: #fff;
}
.hprobox-swiper{
  padding-bottom: 70px;
}
.swiper-container-horizontal > .swiper-pagination-progressbar{
  bottom: 0;
  top:auto;
  height: 10px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #0062b1;
}
.hpro-box{
  margin-top: 20px;
}
.hotline{
  background: url("../img/hotline-bg.jpg") no-repeat top center;
  padding: 110px 0;
}
.hotline-l p{
  font-size: 50px;
  color: #fff;
  line-height: 50px;
}
.hotline-l p:first-child{
  margin-bottom: 30px;
}
.hotline-box{
  display: flex;
  justify-content: space-between;
}
.hotline-more{
  width: 180px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  font-size: 18px;
  color: #344b9b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.habout{
  background: url("../img/habout-bg.jpg") no-repeat center;
  background-size: cover;
}
.habout{
  padding:90px 0;
}
.hometit{
  font-size: 50px;
  color: #000000;
  text-align: center;
  font-family: 'HEITI';
}
.tl{
  text-align: left;
}
.habout-tit h4{
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}
.habout-more{
  background: #0062b1;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:100px auto 0;
  cursor: pointer;
}
.habout-more span{
  margin-right: 10px;
}
.habout-num{
  margin-top: 100px;
}
.habout-num ul li a{
  border: 2px solid #0062b1;
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  color: #0062b1;
}
.habout-num ul li a h4{
  font-size: 48px;
  font-family: 'DIN';
  margin-bottom: 10px;
}
.habout-num ul li a span{
  font-size: 18px;
  font-family: 'HEITI';
}
.habout-num ul li a:hover{
  background: #0062b1;
  color: #fff;
}
.hadv{
  background: url("../img/hadv-bg.jpg") no-repeat top center;
  padding: 100px 0;
  background-size: cover;
}
.white{
  color: #fff;
}
.hadv-box ul li a{
  display: flex;
  background: #fff;
  padding: 48px 40px;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hadv-box ul{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.hadv-box ul li{
  width: 24.5%;
  cursor: pointer;
}
.hadvb-r{
  width: 62px;
  height: 64px;
}
.hadv-box{
  margin-top: 100px;
}
.hadv-act{
  background: #0062b1;
  color: #fff;
  border-bottom: 4px solid #fff;
  display: none;
  height: 300px;
  border-radius:20px 20px 0 0;
  position: relative;
  z-index: 99;
}
.hadv-box ul li{
  position: relative;
  height: 300px;
}
.hadv-box ul li.on .hadv-act{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hadv-box ul li.on a{
  /* display: none; */
}
.hadv-act-icon{
  background: url("../img/hadv-iconbg.png") no-repeat center;
  width: 123px;
  height: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hadv-box ul li h3{
  font-size: 24px;
  font-family: 'HEITI';
  color: #000000;
}
.hadv-box ul li h4{
  text-transform: uppercase;
  font-weight: lighter;
  margin-top: 18px;
  font-size: 14px;
}
.hadv-box ul li .hadv-act h3{
  color: #fff;
  margin-top: 35px;
}
.hadv-box ul li  .hadv-act h4{
  font-weight: lighter;
} 
.hcase{
  padding:100px 0;
}
.hcase-box{
  display: flex;
  overflow: hidden;
}
.hcase-l{
  width: 50%;
  padding-right: 100px;
}
.hcase-r{
  width: 50%;
}


.hcase-more{
  background: #0062b1;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hcase-more span{
  margin-right: 10px;
}
.hcase-l h4{
  padding: 50px 0;
  line-height: 35px;
}

.hcasel-photo{
  margin-top: 90px;
}
.hcasel-photoswiper .swiper-slide.on{
  border: 3px solid #0062b1;
  overflow: hidden;
}
.hcaser-swiper .swiper-slide h4{
  position: absolute;
  font-size: 30px;
  font-family: 'HEITI';
  color: #ffffff;
  position: absolute;
  left: 50px;
  bottom:50px;
}
.hcaser-swiper .swiper-button-next{
  background: url("../img/hcase-next.png") no-repeat center;
  right: 0;
}
.hcaser-swiper .swiper-button-prev{
  background: url("../img/hcase-prev.png") no-repeat center;
  left: 0;
}
.hcase-rbtn{
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 23px;
}
.hcase-rbtn-line{
  width: 2px;
  height: 23px;
  background: #fff;
  position: absolute;
  z-index: 66;
  left:50%;
  top:0;
}
.hcase-logo{
  margin-top: 50px;
}
.hcase-logoswiper .swiper-slide a{
  display: block;
  border: 1px solid #eeeeee;
}
.hcase-logoswiper .swiper-slide a:hover{
  border: 2px solid #0062b1;
}
.hnews{
  background: url("../img/hnews-bg.jpg") no-repeat top center;
  padding: 100px 0;
}
.hnews-tit{
  display: flex;
  justify-content: space-between;
}
.hnews-box ul{
  display: flex;
  justify-content: space-between;
}
.hnews-box ul li{
  width: 30.5%;
}
.hnews-box{
  margin-top:48px;
}
.hnews-txt{
  background: #fafafa;
  padding: 36px 30px;
}

.hnews-more{
  background: #fff;
  color: #0062b1;
  width: 160px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hnews-more span{
  margin-right: 10px;
}

.hnews-txt h4{
  font-size: 24px;
  font-family: 'HEITI';
  color: #000000;
  padding: 20px 0;
}
.hnews-txt p{
  font-size: 18px;
  color: #555555;
  line-height: 30px;
}
.hprocate-r ul li{
  display: none;
}
@media(max-width:1700px){
  .hcase-l h4{
    padding: 30px 0;
  }
  .hcase-l{
    padding-right: 30px;
  }
  .hcasel-photoswiper .swiper-slide img{
    width: 100%;
  }
}
@media(max-width:1600px){
  .hprocate-l ul li a{
    font-size: 20px;
    line-height: 35px;
  }
  .hprocate-r ul li img{
    width: 100%;
  }
  .hcasel-photo{
    margin-top: 30px;
  }
  .hcase-l h4{
    line-height: 30px;
  }
}
@media(max-width:1400px){
  .hotline-l p{
    font-size: 40px;
  }
  .hadv-box ul li h3{
    font-size: 20px;
  }
  .hadv-box ul li a{
    padding: 30px;
  }
  .hadv-box ul li h4{
    height: 40px;
  }
}

@media(max-width:1200px){
  .hprocate-l ul li a{
    font-size: 18px;
    line-height: 35px;
  }
  .hotline-l p{
    font-size: 30px;
  }
  .hadv-box ul{
    flex-wrap: wrap;
  }
  .hadv-box ul li{
    width: 48%;
  }
  .hcase-box{
    display: block;
  }
  .hcase-l{
    width: 100%;
  }
  .hcase-r{
    width: 100%;
    margin-top: 40px;
  }
  .hnews-box ul li{
    width: 32%;
  }
  .hnews-txt h4{
    font-size: 20px;
  }
  .hnews-txt p{
    font-size: 16px;
  }
}
@media(max-width:991px){
  .hprocate{
    display: block;
    background-size: cover;
  }
  .hprocate-l{
    width: 100%;
  }
  .hprocate-r{
    width: 100%;
  }
  .hpro{
    padding: 50px 0;
  }
  .hprobox-swiper .swiper-slide a h3{
    font-size: 16px;
  }
  .hotline-box{
    display: block;
  }
  .hotline{
    padding: 50px 0;
  }
  .hotline-l p{
    line-height: 35px;
  }
  .hotline-r{
    margin-top: 30px;
  }
  .habout-num ul li{
    margin-bottom: 30px;
  }
  .hometit{
    font-size: 36px;
  }
  .habout{
    padding: 50px 0;
  }
  .habout-more{
    margin: 30px auto 0;
  }
  .habout-num{
    margin-top: 40px;
  }
  .habout-tit h4{
    font-size: 16px;
    margin-top: 30px;
  }
  .hadv-box{
    margin-top: 50px;
  }
  .hcase-l{
    padding-right: 0;
  }
  .hcase{
    padding: 50px 0;
  }
  .hnews-box ul{
    display: block;
  }
  .hnews-box ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .hnews{
    padding: 50px 0 30px;
  }
  
}
@media(max-width:600px){
  .hprocate{
    padding: 30px;
  }
  .hotline-r img{
    width: 100%;
  }
  .hotline-l p{
    font-size:24px;
  }
  .hadv-box ul li{
    width: 100%;
    margin-bottom: 15px;
  }
  .hadv{
    padding: 50px 0;
  }
  .hadv-box ul li{
    height: auto;
  }
  .hadv-box ul li a{
    position: relative;
  }
  .hadv-box ul li.on a{
    display: none;
  }
}

.habout-box{
  overflow: hidden;
}
.about-top{
  padding: 100px 0;
  overflow: hidden;
}
.about-tbox{
  display: flex;
}
.about-tl{
  width: 50%;
}
.about-tr{
  width: 50%;
  padding-left: 100px;
}
.habout-txt{
  margin-top: 50px;
}
.habout-txt p{
  text-indent: 2em;
  line-height: 35px;
  margin-bottom: 30px;
}
.honor{
  background: #fafafa;
  padding: 100px 0;
}
.about-btn{
  position: relative;
  width: 120px;
}
.honor-box{
  margin-top: 50px;
}
.about-tit{
  display: flex;
  justify-content: space-between;
}
.honor-swiper .honor-img{
  display: block;
  background: #fff;
  padding: 30px;
}
.honor-swiper .swiper-slide h3{
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.honor-swiper .swiper-slide:hover h3{
  color: #0062b1;
}
.about-btn .swiper-button-next{
  background:#fff url("../img/about-next.png") no-repeat center;
  width: 47px;
  height: 47px;
  border: 1px solid #efefef;
  right: 0;
  border-radius: 3px;
}
.about-btn .swiper-button-prev{
  background:#fff url("../img/about-prev.png") no-repeat center;
  width: 47px;
  height: 47px;
  border: 1px solid #efefef;
  left: 0;
  border-radius: 3px;
}
.about-btn .swiper-button-next:hover{
  background:#0062b1 url("../img/about-nexth.png") no-repeat center;
}
.about-btn .swiper-button-prev:hover{
  background:#0062b1 url("../img/about-prevh.png") no-repeat center;
}
.equ{
  padding: 100px 0;
}
.equ-swiper .swiper-slide {
  width:62%;
  display: flex;
}

/* .equ-swiper .swiper-slide:nth-child(2n) {
  width: 34.3%;
} */

.equ-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equ-box{
  margin-top: 50px;
}
.equ-swiper h3{
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.equ-swiper a h3{
  width:80%;
}
@media(max-width:1700px){
  .habout-txt p {
    line-height: 30px;
    margin-bottom:10px;
  }
}
@media(max-width:1600px){
  .about-tr{
    padding-left: 30px;
  }
  .habout-txt p {
    line-height: 28px;
    margin-bottom: 6px;
  }
}

@media(max-width:1400px){
  .habout-txt{
    margin-top: 20px;
  }
}
@media(max-width:1200px){
  .about-tbox{
    display: block;
  }
  .about-tl{
    width: 100%;
  }
  .about-tr{
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .equ-swiper h3{
    font-size: 16px;
  }
}
@media(max-width:991px){
  .about-top{
    padding: 50px 0;
  }
  .honor{
    padding: 50px 0;
  }
  .honor-box{
    margin-top: 20px;
  }
  .equ-swiper .swiper-slide{
    width: 100%;
  }
  .equ{
    padding:50px 0;
  }
}

.pronav{
  height: 100px;
  border-bottom: 1px solid #eeeeee;
  line-height: 100px;
}
.pro{
  margin-top: 50px;
}
.pronav-swiper .swiper-slide{
  text-align: center;
}
.pronav-swiper .swiper-slide a{
  position: relative;
  display: inline-block;
}
.pronav-swiper .swiper-slide a::after{
  content: "";
  height: 4px;
  width: 100%;
  background: #0062b1;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.pronav-swiper .swiper-slide:hover a,.pronav-swiper .swiper-slide.on a{
  color: #0062b1;
}
.pronav-swiper .swiper-slide:hover a::after,.pronav-swiper .swiper-slide.on a::after{
  opacity: 1;
}
.pro-ul li h4{
  height: 76px;
  border: 2px solid #eff0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-ul li{
  margin-bottom: 40px;
}
.pro-ul li:hover h4{
  background: #0062b1;
  color: #fff;
  border: 2px solid #0062b1;
}
.in-more{
  width: 200px;
  height: 50px;
  background: #0062b1;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  cursor: pointer;
}
.pro{
  padding-bottom: 75px;
}
.pro-more{
  margin-top: 40px;
}
.pronav-swiper .swiper-slide{
  width: auto;
}
@media(max-width:991px){
  .pro{
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .pro-more{
    margin-top: 0px;
  }
}
.prod-t{
  padding: 100px 0;
  display: flex;
  overflow: hidden;
}
.prod-tl{
  padding-right: 100px;
}
.prod-tr h3{
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  padding-bottom: 40px;
}
.prod-tr{
  width: 50%;
  border-bottom: 1px solid #dcdcdc;
}
.prod-txt{
  padding-top: 40px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.prod-txt h4{
  font-size: 24px;
  color: #292929;
  font-family: 'HEITI';
  margin-bottom: 24px;
}
.prod-txt p{
  position: relative;
  padding-left: 24px;
  margin-bottom: 18px;
}
.prod-txt p::after{
  width: 10px;
  height: 10px;
  background: #0062b1;
  content: "";
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prod-icon ul{
  display: flex;
  padding-top: 50px;
}
.prod-icon ul li{
  width: 90px;
  text-align: center;
  margin-right: 80px;
}
.prod-icon ul li h4{
  margin-top: 15px;
}
.prod-icon ul li img{
  transition: all 0.3s;
}
.prod-icon ul li:hover img{
  transform: translateY(-20px);
}
.prod-cs img{
  max-width: 100%;
}
.prod-tj{
  padding: 100px 0 0;
}
.prod-tjbox{
  margin-top: 50px;
}
@media(max-width:1700px){
  .prod-tl {
    padding-right: 50px;
  }
}
@media(max-width:1600px){
  .prod-tl {
    padding-right: 30px;
  }
  .prod-txt p {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
  }
  .prod-icon ul{
    padding-top: 20px;
  }
}

@media(max-width:1400px){
  .prod-tl {
    padding-right: 30px;
  }
  .prod-txt p {
    position: relative;
    padding-left: 24px;
    margin-bottom:5px;
  }
  .prod-txt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media(max-width:1200px){
  .prod-icon ul li img{
    width:50px;
  }
  .prod-icon ul li{
    width: 25%;
  }
  .prod-icon ul li{
    margin-right: 0;
  }
}

@media(max-width:991px){
  .prod-t{
    display: block;
  }
  .prod-tl{
    width: 100%;
    padding-right: 0;
  }
  .prod-tr{
    width: 100%;
    padding: 30px 0;
  }
  .prod-t{
    padding: 50px 0;
  }
}
.news{
  padding: 100px 0;
}
.news-t{
  display: flex;
}
.news-tl{
  width: 50%;
}
.news-tr{
  width: 50%;
  background: #fafafa;
  
}
.news-tr ul li a{
  padding: 50px 70px;
  display: block;
}
.news-tr ul li{
  border-bottom: 1px solid #eeeeee;
}
.news-tr ul li:last-child{
  border-bottom: none;
}
.news-tr ul{
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  height: 100%;
}
.newst-txt{
  position: absolute;
  color: #fff;
  left: 50px;
  bottom: 50px;
}
.newst-txt h4{
  margin-top: 16px;
}
.newst-swiper .swiper-pagination{
  text-align: right;
  padding-right: 50px;
  bottom: 55px;
}
.newst-swiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.newst-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #0062b1;
}
.news-tr h3{
  font-size: 24px;
  color: #292929;
  font-family: 'HEITI';
}
.news-tr h4{
  line-height: 30px;
  margin-top:10px;
}
.news-tr ul li:hover{
  background: #0062b1;
  color: #fff;
}
.news-tr ul li:hover h3,.news-tr ul li:hover h4{
  color: #fff;
}
.news-tr ul li.on{
  background: #0062b1;
  color: #fff;
}
.news-tr ul li.on h3,.news-tr ul li.on h4{
  color: #fff;
}
.news-box{
  padding: 100px 0 0;
}
.news-txt{
  background: #fafafa;
  padding: 35px 30px;
}
.news-box ul li{
  margin-bottom: 50px;
  cursor: pointer;
}
.news-txt span{
  color: #999999;
}
.news-txt h3{
  font-size: 24px;
  font-family: 'HEITI';
  color: #292929;
  padding: 20px 0;
}
.news-txt h4{
  line-height: 30px;
}
.news-box ul li:hover .news-txt h3{
  color: #0062b1;
}
.news-more{
  margin-top: 40px;
}
@media(max-width:1700px){
  .news-tr ul li a{
    padding: 30px 40px;
  }
}

@media(max-width:1600px){
  .news-tr ul li a{
    padding:20px 30px;
  }
  .news-txt h3{
    font-size: 20px;
  }
}

@media(max-width:1200px){
  .news-t{
    display: block;
  }
  .news-tl{
    width: 100%;
  }
  .news-tr{
    width: 100%;
  }
  .news-txt h3{
    font-size: 18px;
  }
  .news-txt{
    padding: 20px;
  }
  .news-txt h4{
    line-height: 26px;
  }
  .news-box{
    padding: 50px 0;
  }
}
@media(max-width:991px){
  .news{
    padding: 50px 0;
  }
  .newst-txt{
    left: 20px;
  }
}

/* 联系我们 */
.contact-main{
  padding-bottom: 60px;
}
.contact-cont{
  overflow: hidden;
}
.contact-info{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  justify-content: center;
}
.contact-info dl dt{
  font-size: 26px;
  color: #000;
  margin-bottom: 25px;
}
.contact-info dl dd{
  line-height: 30px;
  color: #666;
  font-size: 18px;
}
.contact-img{
  overflow: hidden;
  width: 100%;
}
.contact-img img{
  display: block;
  width: 100%;
}
.contact-ditu{
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}
.contact-ditu img{
  display: block;
  width: 100%;
}
@media(max-width: 1200px){
  .contact-info dl dt{
    margin-bottom: 15px;
  }
}
@media(max-width: 991px){
  .col-xxs-12{
    width:100%;
  }
  .contact-info{
    padding: 30px 0px;
    margin-bottom: 15px;
  }
  .contact-main{
    padding-bottom: 40px;
  }
}
@media(max-width: 599px){
  .contact-main{
    padding-bottom: 30px;
  }
  .contact-ditu{
    margin-top: 15px;
  }
}

.hotline-tel p{
  font-size: 50px;
  color: #fff;
  line-height: 50px;
}
.foot-tel p{
  font-size: 40px;
  color: #fff;
  line-height: 20px;
}

@media(max-width: 699px){
  .hotline-tel p{
  font-size: 30px;
  color: #fff;
  line-height: 20px;
}
.foot-tel p{
  font-size: 30px;
  color: #fff;
  line-height: 20px;
}
}