@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;
}

/* header */
header {
  width: 100%;
  position: fixed;
  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;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding-left: 70px;
}

/* .nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #e66621;
} */

.headbom {
  position: relative;
  z-index: 999;
}

.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;
}

@media(max-width:991px){
  .logo img:last-child {
    display: block;
  }
  .logo img:first-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: #1d2088;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #1d2088;
}

.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 {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .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:150px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 150px;
    top: -64px;
  }

  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: 50px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

/* .footer-topl {
  width: 76.25%;
}

.footer-topr {
  width: 54%;
} */

.footer-navul {
  display: flex;
  justify-content: space-between;
  width: 72.5%;
}

.footer-toprnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.footer-add {
  width: 280px;
}

.footer-copy {
  display: flex;
  padding:40px 0;
  justify-content: space-between;
  font-size: 16px;
  color: #959595;
  background: #000000;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 18px;
  font-family: 'HEITI';
  color: #fff;
}

.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 {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    display: none;
  }

  .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-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-navul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .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;
  }
}
.footer-share .bshare-custom {
  display: flex;
}

.footer-share .bshare-custom a {
  display: block;
  width: 31px;
  height: 31px;
  background: #fff;
  border-radius: 50px;
  margin-right: 12px;
}
.footer-share .bshare-custom .share-douyin {
  background: #fff url("../img/footer-dy.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-sinaminiblog {
  background: #fff url("../img/footer-wb.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-qqim {
  background: #fff url("../img/footer-qq.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-weixin {
  background: #fff url("../img/footer-wx.png") no-repeat center;
}
.footer-copybox{
  display: flex;
  justify-content: space-between;
}
.footer-addtxt{
  color: #a0a0a0;
  margin-bottom: 30px;
}
.footer-addtxt img{
  margin-bottom: 24px;
}
.footer-addtxt h4,.footer-addtxt h5,.footer-addtxt h6{
  line-height: 30px;
}

.hpad{
  padding: 100px 0;
  overflow: hidden;
}
.hmar{
  margin-top: 50px;
}
.home-tit{
  font-size: 50px;
  color: #292929;
  font-family: 'HEITI';
}
.hpro-tit{
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.hpro-cate ul{
  display: flex;
}
.hpro-cate ul li a{
  display: block;
  width: 158px;
  height: 42px;
  border: 1px solid #a0a0a0;
  line-height: 42px;
  text-align: center;
}
.hpro-cate ul li{
  margin-left: 15px;
}
.hpro-cate ul li a:hover{
  display: block;
  width: 158px;
  height: 42px;
  border: 1px solid #1d2088;
  line-height: 40px;
  text-align: center;
  background: #1d2088;
  color: #fff;
}
.hpro-nor h3{
  font-size: 36px;
  color: #292929;
  font-family: 'HEITI';
}
.hpro-txt h3{
  font-size: 36px;
  color: #292929;
  font-family: 'HEITI';
}
.hpro-m ul li a{
  display: block;
}
.hpro-m ul li{
  width: 21.8%;
  padding: 100px 0;
  position: relative;
}
.hpro-m{
  border: 1px solid #eeeeee;
}
.hpro-nor{
  text-align: center;
}
.hpro-norimg{
  margin: 0 auto;
}
.hpr-num{
  padding: 50px 0;
}
.hpro-m ul{
  display: flex;
}
.hpro-m ul li.on{
    width: 56.4%;
    background: #eeeeee;
}
.hpro-txtmore a{
  display: flex;
  justify-content: center;
  width: 160px;
  height: 40px;
  background: #1d2088;
  line-height: 40px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
}
.hpro-icon{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.hpro-txt{
  display: flex;
  position: relative;
  z-index: 99;
  justify-content: space-between;
}
.hpro-m ul li{
  padding: 100px 50px;
}
.hpro-txtl dl{
  margin-top: 30px;
}
.hpro-txtl dl dd{
  line-height: 35px;
  font-size: 18px;
  color: #555555;
}
.hpro-txtmore{
  margin-top: 166px;
}
.hpro-txt{
  display: none;
}
.hpro-icon{
  display: none;
}
.hpro-m ul li.on .hpro-txt{
  display:flex;
  justify-content: space-between;
}
.hpro-m ul li.on .hpro-icon{
  display:block;
}
.hpro-m ul li.on .hpro-nor{
  display:none;
}

.habout{
  background: url("../img/habout-bg.jpg") no-repeat top center;
  overflow: hidden;
}
.white{
  color: #fff;
}
.habout-boxl{
  width: 50%;
  padding-right: 100px;
}
.habout-txt{
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.habout-boxl h4{
  color: #fff;
  font-size: 30px;
  font-family: 'HEITI';
  padding: 30px 0 50px;
}
.habout-gd ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.habout-gd ul li a{
  display: flex;
  border: 3px solid #fff;
  color: #fff;
  height: 74px;
  align-items: center;
  justify-content:space-between;
  font-size: 24px;
  font-family: 'HEITI';
  padding: 0 28px;
}
.habout-gd ul li{
  width:48%;
  margin-bottom: 40px;
}
.habout-gd{
  margin-top: 100px;
}
.habout-arrow img:last-child{
  display: none;
}
.habout-gd ul li a:hover{
  background: #fff;
  color: #1d2088;
}
.habout-gd ul li a:hover .habout-arrow img:last-child{
  display: block;
}
.habout-gd ul li a:hover .habout-arrow img:first-child{
  display: none;
}
.hadv-swiper .swiper-slide a{
  display: block;
}
.hadv-swiper .swiper-slide h3{
  font-size: 30px;
  font-family: 'HEITI';
  position: absolute;
  bottom:75px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.hadv-txt{
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #1d2088;
  left: 0;
  top: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.hadv-txt h4{
  font-size: 30px;
  font-family: 'HEITI';
  padding: 24px 0;
}
.hadv-txt p{
  padding: 0 30px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}
.hadv-swiper .swiper-slide:hover .hadv-txt{
  opacity: 1;
}
.hadv-swiper .swiper-pagination{
  bottom: 0;
  top: auto;
}
.hadv-swiper{
  padding-bottom:52px;
}
.hadv-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #1d2088;
}
.hcase{
  position: relative;
  overflow: hidden;
}
.hcase-txt{
  position: absolute;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hcase-bg ul li{
  display: none;
}
.hcase-top{
  text-align: center;
}
.hcase-txtm{
  padding: 120px 0;
}
.hcase-top h4{
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  margin: 48px 0 70px;
}
.hcase-txtmore a{
  display: block;
  width: 160px;
  height: 40px;
  border-radius:50px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
}
.hcase-txtmore a span{
  margin-right: 15px;
}
.hcase-ul{
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.hcase-ul li{
  width: 15%;
}
.hcase-ul li a{
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  flex-direction: column;
  color: #fff; 
  width: 100%;
}
.hcase-ul li h3{
  font-size:24px;
  font-family: 'HEITI';
  margin-top: 20px;
}
.hcase-ul li.on a{
  background: rgba(21, 33, 135, 0.4);
}
.hnews-box ul{
  display: flex;
  justify-content: space-between;
}
.hnews-box ul li{
  width: 32%;
}
.hcon{
  display: flex;
  overflow: hidden;
}
.hcon-l{
  background: url("../img/hcon-img1.jpg") no-repeat top center;
  width: 50%;
}
.hcon-r{
  background: url("../img/hcon-img2.jpg") no-repeat top center;
  width: 50%;
}
.hcon-row{
  padding: 300px 180px;
  color: #fff;
  text-align: center;
}
.hnews-txt{
  margin-top: 40px;
}
.hnews-txt span{
  font-size: 18px;
  color: #555555;
}
.hnews-txt h3{
  font-size: 24px;
  font-family: 'HEITI';
  color: #292929;
  padding:15px 0;
  transition: all 0.3s;
      display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hnews-txt p{
  font-size: 18px;
  line-height: 35px;
  color: #555555;
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;		
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
}
.hnews-box a:hover h3{
  color: #1d2088;
  transform: translateY(-5px);
}
.hnews-box a:hover h3{
  color: #1d2088;
  transform: translateY(-5px);
}
.hcon-txt p{
  font-size: 18px;
  line-height: 35px;
}
.hcon-txt{
  margin: 30px 0 70px;
}
.hcon-more a{
  display: flex;
  width: 160px;
  height: 40px;
  background: #fff;
  border-radius: 30px;
  line-height: 40px;
  margin: 0 auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.hcon-more span{
  margin-right: 20px;
}
.hadv-btn{
  position: relative;
  width: 100px;
}
.hadv-btn .swiper-button-next{
  width: 42px;
  height: 42px;
  border: 1px solid #a0a0a0;
  background: url("../img/hpro-next.png") no-repeat center;
  right: 0;
}
.hadv-btn .swiper-button-next:hover{
  border: 1px solid #1d2088;
  background:#1d2088 url("../img/hpro-nexth.png") no-repeat center;
}
.hadv-btn .swiper-button-prev{
  width: 42px;
  height: 42px;
  border: 1px solid #a0a0a0;
  background: url("../img/hpro-prev.png") no-repeat center;
  left: 0;
}
.hadv-btn .swiper-button-prev:hover{
  border: 1px solid #1d2088;
  background:#1d2088 url("../img/hpro-prevh.png") no-repeat center;
}
@media(max-width:1700px){
  .habout-boxl {
    padding-right:50px;
  }
  .hcase-ul li a{
    height: 220px;
  }
}

@media(max-width:1600px){
  .hcase-ul li a{
    height: 194px;
  }
  .hcon-row{
    padding: 150px 90px;
  }
  .home-tit{
    font-size: 40px;
  }
  .hpro-nor h3{
    font-size: 24px;
  }
  .hpro-txt h3{
    font-size: 24px;
  }
  .about-nml{
    width:70%;
    font-size: 16px;
  }
}
@media(max-width:1400px){
  .hcase-ul li a{
    height: 170px;
  }
  .hpro-txtr img{
    width:90%;
  }
}

@media(max-width:1200px){
  .habout-boxl{
    width: 100%;
    padding-right: 0;
  }
  .hmar{
    margin-top: 30px;
  }
  .hcase-ul li a{
    width: 150px;
    height: 150px;
  }
  .hcase-ul li h3{
    font-size: 18px;
  }
  .hcase-ul{
    margin-top: 80px;
  }
  .hnews-txt h3{
    font-size: 20px;
  }
  .hnews-txt p{
    font-size: 16px;
    line-height: 30px;
  }
  .hcon-row{
    padding: 120px 50px;
  }
  .footer-navul{
    width: 68%;
  }
  .hpro-txtr{
    width: 50%;
  }
  .hpro-txtl{
    width: 50%;
  }
  .hpro-txtmore{
    margin-top:80px;
  }
  .hpro-m ul li{
    padding: 40px 30px;
  }
}
@media(max-width:991px){
  .hpro-m ul{
    display: block;
  }
  .hpro-m ul li{
    width: 100%;
  }
  .hpro-icon img{
    width: 80%;
    margin: 0 auto;
  }
  .hpro-m ul li.on{
    width: 100%;
  }
  .hcon{
    display: block;
  }
  .hcon-row{
    width: 100%;
  }
  .habout-gd{
    margin-top: 40px;
  }
  .habout-boxl h4{
    font-size:24px;
    line-height: 30px;
  }
  .home-tit{
    font-size: 32px;
  }
  .hpad{
    padding: 50px 0;
  }
  .habout-gd ul li a{
    font-size: 18px;
    padding: 0 15px;
  }
  .habout-txt{
    font-size: 16px;
    line-height: 28px;
  }
  .hadv-swiper .swiper-slide h3{
    bottom: 30px;
    font-size: 20px;
  }
  .hadv-txt p{
    font-size: 16px;
    line-height: 28px;
  }
  .hcase-top h4{
    margin: 30px 0 50px;
  }
  .hcase-ul li{
    width: 33%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .hcase-ul{
    flex-wrap: wrap;
  }
  .hcase-txtm{
    padding: 80px 0;
  }
  .hcase-ul li a{
    width: 140px;
    height: 140px;
  }
  .hcase-top h4{
    font-size: 16px;
    line-height: 26px;
  }
  .hnews-box ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .hnews-box ul{
    flex-wrap: wrap;
  }
  .hpro-cate ul li a{
    width: 100px;
  }
  .hcon-txt p {
    font-size: 16px;
    line-height: 28px;
  }
  .hcon-row{
    padding: 80px 15px;
  }
  .footer-toprnav{
    display: block;
  }
  .footer-navul{
    width: 100%;
  }
  .footer-add{
    display: none;
  }
  .footer-copybox{
    display: block;
  }
  .footer-copy{
    padding: 15px 0;
  }
  .hadv .hpro-tit{
    display: flex;
  }
} 

@media(max-width:600px){
  .hcase-ul li h3{
    font-size: 16px;
  }
  .hcase-ul li a{
    width: 120px;
    height: 120px;
  }
  .hcase-ul li{
    width: 50%;
  }
  .hcase-txtm{
    padding: 40px 0;
  }
  .hcase-ul{
    margin-top: 40px;
  }
  .hpro-tit{
    display: block;
  }
  .hpro-cate{
    margin-top: 20px;
  }
  .hpro-cate ul{
    justify-content: center;
  }
  
}

.hcon-more a:hover{
  background: #1d2088;
  color: #fff;
}
.hcon-moreimg img:last-child{
  display: none;
}
.hcon-more a:hover .hcon-moreimg img:first-child{
  display: none;
}
.hcon-more a:hover .hcon-moreimg img:last-child{
  display:block;
}
.about-nm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.about-nml{
  width: 38%;
  font-size: 18px;
}
.about-nav{
  border-bottom: 1px solid #e5e5e5;
}
.about-nmr a{
  color: #b4b4b4;
}
.aboutnav-swiper .swiper-slide a{
  display: block;
  position: relative;
  height: 100px;
  line-height: 100px;
}
.aboutnav-swiper .swiper-slide a::after{
  position: absolute;
  width: 70px;
  height: 3px;
  background: #1d2088;
  content: "";
  bottom:-1px;
  left: 0;
  display: none;
}
.aboutnav-swiper .swiper-slide:hover a::after{
  display: block;
}
.aboutnav-swiper .swiper-slide:hover a{
  color: #1d2088;
  font-family: 'HEITI';
}

.aboutnav-swiper .swiper-slide.on a::after{
  display: block;
}
.aboutnav-swiper .swiper-slide.on a{
  color: #1d2088;
  font-family: 'HEITI';
}

.gsjj{
  padding: 100px 0;
  overflow: hidden;
}
.gsjj-box{
  display: flex;
}
.gsjj-boxl{
  width: 50%;
  padding-right: 100px;
}
.gsjj-boxr{
  width: 50%;
}
.gsjj-boxltxt{
  margin-top: 50px;
}
.gsjj-boxltxt p{
  text-indent: 2em;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 30px;
}

.mask{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.culture{
  background: url("../img/cul-bg.jpg") no-repeat top center;
  padding: 248px 0 300px;
  position: relative;
}
.culture-swiper h3{
  color: #fff;
  font-size: 50px;
  font-family: 'HETTI';
}
.culture-swiper h4{
  color: #fff;
  font-size: 30px;
  margin-top: 60px;
}
.culture-swiper a{
  display: block;
  text-align: center;
}
.culture-swiper .swiper-button-next{
  background: url("../img/about-next.png") no-repeat center;
}
.culture-swiper .swiper-button-prev{
  background: url("../img/about-prev.png") no-repeat center;
}
.culture-box{
  position: relative;
}

@media(max-width:991px){
  .culture-swiper h4{
    font-size: 22px;
    padding: 0 100px;
    text-align: center;
    line-height:30px;
  }
  .culture{
    padding: 150px 0;
  }
  .culture-swiper h3{
    font-size: 30px;
  }
  .culture-swiper h4{
    margin-top: 30px;
  }
  .plant-tit h3{
    font-size: 30px;
  }
  .plant{
    padding-top: 50px;
  }
  .plant-box{
    margin-top: 30px;
  }
}


@media(max-width:600px){
  .culture{
    padding: 80px 0;
  }
  .culture-swiper h4{
    font-size: 18px;
    padding: 0 50px;
    text-align: center;
    line-height:28px;
    
  }
}

.honor{
  padding: 100px 0;
}
.honor-swiper .swiper-slide a .honor-img{
  padding: 20px;
  background: #fafafa;
}
.honor-swiper .swiper-slide a{
  display: block;
}
.honor-swiper .swiper-slide a h3{
  font-size: 18px;
  color: #292929;
  font-family: 'HEITI';
  text-align: center;
  margin-top: 25px;
}
.honor-swiper .swiper-slide a:hover h3{
  color: #1d2088;
}
.honor-m{
  margin-top: 50px;
}
.equip{
  background: #fafaf9;
  padding: 100px 0;
}
.equ-swiper h3{
  font-family: 'HEITI';
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
}
.equ-swiper .swiper-slide:hover h3{
  color: #1d2088;
}
@media(max-width:1700px){
  .gsjj-boxl{
    padding-right: 50px;
  }
  .gsjj-boxltxt{
    margin-top: 30px;
  }
  .gsjj-boxltxt p{
    line-height: 32px;
  }
}
@media(max-width:1600px){
  .gsjj-boxl{
    padding-right: 30px;
  }
  .gsjj-boxltxt{
    margin-top: 20px;
  }
  .gsjj-boxltxt p{
    line-height:28px;
    font-size: 16px;
  }
}

@media(max-width:1400px){
  .gsjj-boxl{
    padding-right:30px;
  }
  .gsjj-boxltxt{
    margin-top: 15px;
  }
  .gsjj-boxltxt p{
    line-height:24px;
    font-size: 16px;
    margin-bottom: 20px;
  }

}

@media(max-width:1200px){
  .gsjj-box{
    display: block;
  }
  .gsjj-boxl{
    width: 100%;
    padding-right: 0;
  }
  .gsjj-boxr{
    width: 100%;
  }
  
}
@media(max-width:991px){
  .gsjj{
    padding:50px 0;
  }
  .honor .hpro-tit{
    display: flex;
  }
  .equip .hpro-tit{
    display: flex;
  }
  .honor{
    padding:50px 0;
  }
  .honor-m{
    margin-top: 30px;
  }
  .equip{
    padding: 50px 0;
  }
  .about-nml{
    width: 100%;
  }
  .about-nm{
    display: block;
  }
  .about-nmr{
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
  }
}

.news-m{
  padding: 100px 0;
}
.news-box ul li{
  margin-bottom: 70px;
}
.in-more a{
  display:block;
  width: 230px;
  height: 50px;
  border-radius: 5px;
  background: #1d2088;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
@media(max-width:991px){
  .aboutnav-swiper .swiper-slide a{
    font-size: 16px;
  }
  .news-box ul li{
    margin-bottom: 20px;
  }
  .hnews-txt{
    margin-top: 20px;
  }
  .news-m{
    padding: 50px 0;
  }
  .in-more a{
    width: 180px;
  }
}
.tech-m{
  padding: 100px 0;
  overflow: hidden;
}
.tech-bot{
  margin-top: 100px;
  display: flex;
}
.tech-botl{
  width: 50%;
  padding-right: 100px;
}
.tech-botr{
  width: 50%;
}
.tech-txt{
  margin-top: 50px;
}
.tc{
  text-align: center;
}
.tech-ttxt{
  font-size: 18px;
  line-height: 35px;
  margin-top: 50px;
}
.tech-ttxt p{
  text-indent: 2em;
  margin-bottom: 35px;
}
.tech-btxt{
  margin-top: 50px;
  font-size: 18px;
  line-height: 35px;
}
.tech-wei{
  font-size: 18px;
  color: #292929;
  font-family: 'HEITI';
}
@media(max-width:1700px){
  .tech-btxt{
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media(max-width:1600px){
  .tech-botl{
    padding-right: 30px;
  }
}
@media(max-width:1400px){
  .tech-btxt{
    margin-top:15px;
    line-height:26px;
    font-size: 16px;
  }
}
@media(max-width:1200px){
  .tech-bot{
    display: block;
  }
  .tech-botl{
    width: 100%;
    padding-right: 0;
  }
  .tech-botr{
    width: 100%;
    margin-top: 40px;
  }
}


@media(max-width:991px){
  .tech-m{
    padding: 50px 0;
  }
  .tech-ttxt{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .tech-ttxt p{
    margin-bottom: 15px;
  }
  .tech-bot{
    margin-top: 30px;
  }
}
.case-m{
  padding: 100px 0;
}
.case-box ul li h3{
  font-size: 18px;
  text-align: center;
  padding: 22px 0 30px;
}
.case-box ul li:hover h3{
  color: #1d2088;
  font-family: 'HEITI';
}
.case-click{
  margin-top: 70px;
}

@media(max-width:991px){
  .case-m{
    padding:50px 0;
  }
  .case-click{
    margin-top: 0;
  }
}



.casenav-swiper .swiper-slide a{
  display: block;
  position: relative;
  height: 100px;
  line-height: 100px;
}
.casenav-swiper .swiper-slide a::after{
  position: absolute;
  width: 70px;
  height: 3px;
  background: #1d2088;
  content: "";
  bottom:-1px;
  left: 0;
  display: none;
}
.casenav-swiper .swiper-slide:hover a::after{
  display: block;
}
.casenav-swiper .swiper-slide:hover a{
  color: #1d2088;
  font-family: 'HEITI';
}

.casenav-swiper .swiper-slide.on a::after{
  display: block;
}
.casenav-swiper .swiper-slide.on a{
  color: #1d2088;
  font-family: 'HEITI';
}

.pro-m ul li a{
  display: flex;
  padding: 100px 0;
  align-items: center;
}
.pro-ml{
  width: 50%;
  padding-right: 100px;
}
.pro-mr{
  width: 50%;
}
.pro-m ul li:nth-of-type(2n){
  background: #fafafa;
}
.pro-ml h3{
  font-size: 40px;
  font-family: 'HEITI';
  color: #292929;
}
.pro-ml h4{
  margin-top: 40px;
  font-size: 18px;
  color: #555555;
  line-height: 35px;
}
.pro-mmore{
  width: 160px;
  height: 40px;
  background: #1d2088;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  margin-top: 100px;
}
.pro-mmore span{
  color: #fff;
  margin-right:15px;
}
@media(max-width:1600px){
  .pro-ml{
    padding-right:40px;
  }
}
@media(max-width:1200px){
  .pro-ml{
    padding-right:30px;
  }
  .pro-mmore{
    margin-top: 40px;
  }
}
@media(max-width:991px){
  .pro-m ul li a{
    display: block;
  }
  .pro-ml{
    width: 100%;
    padding-right:0;
    margin-bottom: 40px;
  }
  .pro-mr{
    width: 100%;
  }
  .pro-m ul li a{
    padding: 50px 0;
  }
  .pro-ml h3{
    font-size: 30px;
  }
  .pro-ml h4 {
    margin-top: 20px;
    font-size: 16px;
    color: #555555;
    line-height:28px;
  }
}
.prod-m{
  padding: 100px 0;
  overflow: hidden;
}
.prod-swiper .swiper-button-next{
  background: url("../img/prod-next.png") no-repeat center;
}
.prod-swiper .swiper-button-prev{
  background: url("../img/prod-prev.png") no-repeat center;
}
.prod-swiper .swiper-button-next:hover{
  background: url("../img/prod-nexth.png") no-repeat center;
}
.prod-swiper .swiper-button-prev:hover{
  background: url("../img/prod-prevh.png") no-repeat center;
}
.prod-xz ul{
  display: flex;
}
.prod-xz ul li{
  width: 100%;
}
.prod-t{
  display: flex;
}
.prod-tl{
  width: 50%;
  padding-right: 100px;
}
.prod-tr{
  width: 50%;
}
.prod-tr h3{
  font-size: 40px;
  color: #292929;
  border-bottom: 1px solid #efeeec;
  padding-bottom: 40px;
}
.prod-txt h4{
  font-size:24px;
  color: #292929;
  font-family: 'HEITI';
  padding: 40px 0 30px;
}
.prod-txt p{
  line-height: 35px;
  font-size: 18px;
}
.prod-xz{
  margin-top: 140px;
  border: 2px solid #1d2088;
}
.prod-xz ul li a{
  display: flex; 
  justify-content: center;
  height: 100px;
  align-items: center;
  font-size: 24px;
  font-family: 'HEITI';
  color: #1d2088
}
.prod-xz ul li:first-child{
  border-right: 2px solid #1d2088;
}
.prod-icon{
  margin-left: 12px;
}
.prod-xz ul li a:hover{
  background: #1d2088;
  color: #fff;
}
.prod-xz ul li a:hover .prod-icon img:last-child{
  display: inline-block;
}
.prod-xz ul li a:hover .prod-icon img:first-child{
  display:none;
}

/* .prod-xz ul li.on a .prod-icon img:first-child{
  display:none;
}
.prod-xz ul li.on a{
  background: #1d2088;
  color: #fff;
} */
.prod-t{
  border-bottom: 1px solid #efeeec;
  padding-bottom: 100px;
}
.prod-b{
  padding-top: 100px;
}
.prod-b img{
  width: 100%;
}
@media(max-width:1700px){
  .prod-xz{
    margin-top: 80px;
  }
  .prod-txt p{
    font-size: 16px;
    line-height: 30px;
  }
}
@media(max-width:1600px){
  .prod-xz{
    margin-top: 50px;
  }
  .prod-txt p{
    font-size: 16px;
    line-height: 28px;
  }
  .prod-tr h3{
    font-size: 32px;
  }
  .prod-txt h4{
    padding: 30px 0 20px;
  }
  .prod-tl{
    padding-right: 50px;
  }
}

@media(max-width:1200px){
  .prod-t{
    display: block;
  }
  .prod-tl{
    width: 100%;
    padding-right: 0;
  }
  .prod-tr{
    width: 100%;
    margin-top: 40px;
  }
}

@media(max-width:991px){
  .prod-m{
    padding: 50px 0;
  }
  .prod-b{
    padding-top: 40px;
  }
  .prod-t{
    padding-bottom: 40px;
  }
}

@media(max-width:1919px){
  .hcon-row{
    padding: 280px 180px;
  }
}
@media(max-width:1600px){
  .hcon-row{
    padding:180px 100px;
  }
}
@media(max-width:1200px){
  .hcon-row{
    padding:100px 60px;
  }
}

/* 联系我们 */
.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: 24px;
    color: #000;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.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;
    }
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}

@media(max-width:1800px){
  .hcon-row{
    padding: 240px 0 180px;
  }
}