@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'DIN';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanMedium';
  src: url('../font/SourceHanSansCN-Medium.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 {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}


.nav-ul li>a {
  display: block;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 15px;
}
.nav-sub dl dd a{
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  display: block;
  font-size: 14px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active>a {
  color: #6699ff;
}

.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:80px;
  z-index: 99;
  width: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
}

.nav-sub dl dd {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #555555;
}

.nav-sub dl dd a:hover {
  color: #6699ff;

}

.head-lang-box {
  display: flex;
  width: 140px;
  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;
  top: 100px;
  width: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
}

.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-sou 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: 1600px) {
  .nav-ul li>a {
    padding: 0 5px;
  }
  .nav-ul li>a {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 5px;
    font-size: 14px;
  }
  .logo img {
      width: 280px;
  }

}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
    font-size: 12px;
  }

  .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 img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width:240px;
    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: #1b1b1b;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 70%;
}

.footer-topr {
  width: 20%;
}


.footer-topr ul{
  display: flex;
  justify-content: space-between;
}
.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-topr ul li p{
  text-align: center;
  color: #a8a8a8;
  margin-top: 15px;
}

.footer-copy {
  
}
.footer-copybox{
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #545454;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #a8a8a8;
  font-family: 'SanRegular';
}


.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 {
  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: #a8a8a8;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #a8a8a8;
  font-family: 'SanRegular';
  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;
}
.footer-copybox{
  display: flex;
  justify-content: space-between;
}


@media (max-width: 1400px) {
  .footer-topr {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .footer-topr {
    width: 20%;
  }
  .footer-topr ul li img{
    width: 80px;
  }
  .footer-topr ul li{
    text-align: center;
  }
}


@media (max-width: 991px) {

  .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;
  }
  .footer-topl{
    width: 100%;
  }
  .footer-top{
    display: block;
  }
  .footer-topr{
    width:260px;
    margin-top: 20px;
  }
  .footer-topr ul li img{
    width: 120px;
  }
  .footer-copybox{
    display: block;
  }

}

@media (max-width: 600px) {
  .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;
  }
}


@media (max-width: 1200px) { 
  .head-lang-box{
    width: 60px;
  }
}

@media (max-width: 500px) { 
  .logo{
    width: 150px;
  }

}



.hometit{
  font-size: 50px;
  color: #222222;
  font-weight: bold;
}
.hpro{
  padding: 100px 0;
}
.hpro-tit{
  display: flex;
  justify-content: space-between;
}
.hpro-more a{
  display: flex;
  width: 150px;
  height: 50px;
  background: #6699ff;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.hpro-more a span{
  margin-right: 16px;
}
.hpro-box ul{
  display: flex;
  justify-content: space-between;
}
.hpro-box ul li{
  width: 15.4%;
  overflow: hidden;
  transition: all 0.4s;
}
.hpro-box{
  margin-top: 50px;
}
.hpro-box ul li.on{
  width: 47.8%;
}
.hpro-box ul li a{
  display: block;
  position: relative;
}
.hpro-box ul li h3{
  font-size: 24px;
  left:35px;
  bottom: 60px;
  position: absolute;
  color: #fff;
}
/*首页应用场景*/
.happ{
  background:url("../img/happ-bg.jpg") no-repeat top center;
  padding: 100px 0;
  color: #fff;
  background-size: cover;
}
.white{
  color: #fff !important;
}

.happ-tit{
  width: 50%;
}
.happ-tit h4{
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 35px;
}
.happ-more a{
  display: flex;
  width: 145px;
  height: 45px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.happ-more a span{
  margin-right: 16px;
}
.happ-box ul{
  display: flex;
  justify-content: space-between;
}
.happ-box ul li{
  background: #fff;
  width:23%;
  border-radius: 12px;
}
.happ-box ul li a{
  display: flex;
  padding: 30px 40px;
  justify-content: space-between;
}
.happ-box{
  margin-top: 180px;
}
.happ-boxl{
  width: 65px;
}
.happ-boxr{
  width: calc(100% - 80px);
}
.happ-boxr h3{
  font-size: 24px;
  margin-bottom: 10px;
}
.happ-boxr p{
  font-size: 14px;
}
.happ-box ul li:hover{ 
  background: #6699ff;
}
.happ-box ul li:hover a{
  color: #fff;
}
.happ-box ul li:hover a img{
  filter: brightness(100);  
  filter: grayscale(100%) brightness(500%);
}
.hnews{
  padding: 100px 0;
}
.hnews-box{
  margin-top: 50px;
}
.hnews-txt h3{
  margin-top: 40px;
  font-size: 20px;
  color: #222222;
  margin-bottom:15px;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 

}
.hnews-txt span{
  color: #555555;
  display: block;
  margin-top: 30px;
}
.hnews-box ul li:hover h3{
  color: #6699ff;
}

.habout{
  background: url('../img/habout-bg.jpg') no-repeat top center;
  background-size: cover;
  padding: 100px 0;
}
.habout-ul{
  display: flex;
  margin-bottom: 80px;
}
.habout-tit h4{
  color: #fff;
  padding: 50px 0 60px;
  line-height: 35px;
}
.habout-tit{
  width: 50%;
}
.habout-txtr{
  color: #fff;
}
.habout-txtr span{
  font-family: 'DIN';
  font-size: 36px;
}
.habout-ul li{
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.habout-icon{
  margin-right: 20px;
}
.habout-txtr h5{
  margin-top: 15px;
}

.happ-more a:hover{ 
  background: #6699ff;
  border: 1px solid #6699ff;
}

@media (max-width: 1600px) { 
  .hpro-box ul li h3{
    font-size: 18px;
  }
  .happ-box ul li a{
    padding:20px;
  }

}
@media (max-width: 1200px) { 
  .hpro-box ul li h3{
    font-size: 18px;
    left: 5%;
  }
  .happ-box ul{
    flex-wrap: wrap;
  }
  .happ-box ul li{
    width: 48%;
    margin-bottom: 20px;
  }
  .hnews-txt p{
     display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) { 
  .hpro-box ul{
    display: block;
  }
  .hpro-box ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  .hpro-box ul li.on{
    width: 100%;
  }
  .hpro-box ul li h3{
    font-size: 24px;
  }
  .hometit{
    font-size: 32px;
  }
  .hpro{
    padding: 50px 0;
  }
  .hpro-box{
    margin-top: 30px;
  }
  .happ-tit{
    width:100%;
  }
  .happ{
    padding: 50px 0;
  }
  .happ-box{
    margin-top: 50px;
  }
  .hnews-box ul li{
    margin-bottom: 30px;
  }
  .hnews{
    padding: 50px 0 0px;
  }
  .hnews-box{
    margin-top: 30px;
  }
  .habout-tit{
    width: 100%;
  }
  .habout-ul li{
    margin-right: 0;
  }
  .habout-ul{
    justify-content: space-around;
  }
  .habout-txtr span{
    font-size: 20px;
  }
  .habout-icon{
    margin-right: 10px;
    width: 50px;
  }
  .habout-icon img{
    width: 100%;
  }
  .habout{
    padding: 50px 0;
  }
  .habout-tit h4{
    padding: 20px 0;
  }
}

@media (max-width: 768px) { 
  .happ-box ul li{
    width: 100%;
  }
}


.inside-navbox{
  height: 80px;
  background: #fff;
  box-shadow: 1px -1px 15px rgba(0,0,0,0.3);
  position: relative;
  top: -40px;
}
.about-navswiper .swiper-slide a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 18px;
  position: relative;
}
.about-navswiper .swiper-slide a::after{
  position: absolute;
  width: 1px;
  height: 17px;
  background: #dddddd;
  left: 0;
  content: "";
}
.about-navswiper .swiper-slide:first-child a::after{ 
  display: none;
}
.about-navswiper .swiper-slide.on a{
  background: #6699ff;
  color: #fff;
}
.about-navswiper .swiper-slide a:hover{
  background: #6699ff;
  color: #fff;
}
.aqqjj-box{
  display: flex;
  overflow: hidden;
}
.aqqjj-boxl{
  width: 50%;
  padding-right: 40px;
}
.aqqjj-boxr{
  width: 50%;
  padding-left: 40px;
}
.aqqjj{
  padding: 60px 0 100px;
}
.intit{
  font-size: 40px;
  font-weight: bold;
  color: #222222;
}
.aqqjj-boxltxt p{
  line-height: 35px;
  text-indent: 2em;
  margin-bottom: 5px;
}
.aqqjj-boxltxt{
  margin-top: 40px;
}
.culture{
  background: url("../img/culture-bg.jpg") no-repeat top center;
  padding: 100px 0;
}
.tc{
  text-align: center !important;
}
.culture-box ul{
  display: flex;
}
.culture-box ul li{
  width: 25%;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  align-items: center;
}
.culture-box{
  margin-top: 150px;
}
.culture-box ul li h3{
  font-size: 24px;
  padding: 30px 0;
  text-align: center;
}
.culture-box ul li h4{
  margin-bottom: 15px;
  text-align: center;
}
.culture-box ul li img{
  transition: all 0.4s;
}
.culture-box ul li:hover img{
  transform: rotate(90deg);
}
.culture-box{
  overflow: hidden;
}
.env{
  padding: 100px 0;
}
.env-arrow{
  position: relative;
  width: 92px;
}
.env-box{
  margin-top: 50px;
}
.env-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.env-arrow .swiper-button-next{
  width: 40px;
  height: 40px;
  background: #6699ff url('../img/env-next.png') no-repeat center;
  border-radius: 5px;
  right: 0;
}
.env-arrow .swiper-button-prev{
  width: 40px;
  height: 40px;
  background: #6699ff url('../img/env-prev.png') no-repeat center;
  border-radius: 5px;
  left: 0;
}
.cert{
  background: url("../img/cert-bg.jpg") no-repeat top center;
  padding: 100px 0;
  background-size: cover;
}
.cert-tit{
  width: 50%;
}
.cert-txt{
  padding: 40px 0 80px;
  line-height: 30px;
}
.cert-txt p{
  text-indent: 2em;
  color: #555555;
}
.cert-txt p{
  margin-bottom: 15px;
}
.cert-boxswiper .swiper-slide h4{ 
  text-align: center;
  color: #00479d;
  margin-top: 10px;
}
.cert-boxswiper .swiper-slide a{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.honor{
  padding: 100px 0;
}


.honor-arrow{
  position: relative;
  width: 92px;
}
.honor-arrow .swiper-button-next{
  width: 40px;
  height: 40px;
  background: #6699ff url('../img/env-next.png') no-repeat center;
  border-radius: 5px;
  right: 0;
}
.honor-arrow .swiper-button-prev{
  width: 40px;
  height: 40px;
  background: #6699ff url('../img/env-prev.png') no-repeat center;
  border-radius: 5px;
  left: 0;
}
.honor-box{
  margin-top: 50px;
}
.honor-swiper .swiper-slide a .scale-img{
  background: #eeeeee;
  padding: 20px;
}
.honor-swiper .swiper-slide a h3{
  text-align: center;
  color: #555555;
  margin-top: 20px;
}
.honor-swiper .swiper-slide a:hover h3{
  color: #6699ff;
}
@media(max-width:1600px){
  .aqqjj-boxltxt p{
    line-height: 30px;
  }
}

@media(max-width:1200px){ 
  .aqqjj-box{
    display: block;
  }
  .aqqjj-boxl{
    width: 100%;
    padding-right: 0;
  }
  .aqqjj-boxr{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .cert-tit{
    width: 100%;
  }
}

@media(max-width:991px){ 
  .aqqjj{
    padding: 30px 0 50px;
  }
  .culture-box ul{
    flex-wrap: wrap;
  }
  .culture-box ul li{
    width: 50%;
    margin-bottom: 30px;
  }
  .culture{
    background-size: cover;
  }
  .culture-box{
    margin-top: 80px;
  }
  .culture{
    padding: 50px 0 0;
  }
  .env{
    padding: 50px 0;
  }
  .honor{
    padding: 50px 0;
  }
  .cert{
    padding: 50px 0;
  }
}
.pro-navswiper .swiper-slide a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 18px;
  position: relative;
}
.pro-navswiper .swiper-slide a::after{
  position: absolute;
  width: 1px;
  height: 17px;
  background: #dddddd;
  left: 0;
  content: "";
}
.pro-navswiper .swiper-slide:first-child a::after{ 
  display: none;
}
.pro-navswiper .swiper-slide.on a{
  background: #6699ff;
  color: #fff;
}
.pro-navswiper .swiper-slide a:hover{
  background: #6699ff;
  color: #fff;
}
.pro{
  padding: 100px 0;
}
.pro-box ul li a{
  display: flex;
  border: 1px solid #dddddd;
  padding: 20px;
  justify-content: space-between;
  height: 310px;
}
.pro-box ul li a:hover{
  border: 1px solid #6699ff;
}


.pro-boxl{
  width: 230px;
  text-align: center;
}
.pro-boxr{
  width: calc(100% - 250px);
}
.pro-boxl span{
  display: block;
  margin-top: 10px;
  color: #555555;
}
.pro-boxr h3{
  font-size: 24px;
}
.pro-box ul li a:hover h3{
  color: #6699ff;
}
.pro-box ul li h4{
  margin-top: 24px;
  color: #222222;
  margin-bottom:5px;
}
.pro-box ul li p{
  line-height:24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-box ul li{
  margin-bottom:40px;
}

@media(max-width:1400px){
  .pro-box ul li p{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pro-box ul li a{
    height: 340px;
  }
}

@media(max-width:1200px){
  .pro-box ul li p{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
   .pro-box ul li a{
    height:auto;
  }
}

@media(max-width:991px){ 
  .pro{
    padding:0px 0 50px;
  }
}

@media(max-width:600px){ 
  .pro-box ul li a{
    display: block;
  }
  .pro-boxl{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .pro-boxr{
    width: 100%;
  }
}

.news{
  padding: 100px 0;
}
.news-txt{
  margin-top: 40px;
}
.news-txt h3{
  font-size: 20px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}
.news-box ul li:hover a h3{
  color: #6699ff;
}
.news-txt h4{
  padding: 20px 0 30px;
  line-height: 30px;
}
.news-box ul li{
  margin-bottom: 40px;
}
@media(max-width:991px){ 
  .news{
    padding: 50px 0;
  }
}
.newsd{
  padding: 100px 0;
}
.newsd-tit h3{
  font-size: 36px;
}
.newsd-tit{
  text-align: center;
}
.newsd-tit h4{
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
}
.newsd-box{
  padding: 50px 0 100px;
}
.newsd-box p{
  /*text-indent: 2em;*/
  line-height: 30px;
  margin-bottom: 10px;
}
.newsd-page{
  border-top: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.newsd-page a:hover{
  color: #6699ff;
}
.newsd-box img{
  padding: 40px 0;
  max-width: 100%;
}

@media(max-width:991px){ 
    .newsd-tit h3{
      font-size: 24px;
      line-height: 30px;
    }
    .newsd-tit h4{
      line-height: 30px;
      padding:15px;
    }
    .newsd{
      padding: 50px 0;
    }
}

.contact{
  padding: 100px 0;
}
.contact-ditu{
  margin-top: 100px;
}
.contact-toptxt h3{
  font-size: 24px;
  color: #222222;
}
.contact-toptxt{
  margin-top: 30px;
}
.contact-toptxt h3{
  margin-bottom: 15px;
}

@media(max-width:991px){ 
 .contact-top ul li{
  margin-bottom: 20px;
 }
 .contact{
  padding: 50px 0;
 }
 .contact-ditu{
  margin-top: 50px;
 }
}

.hr{
  padding: 100px 0;
 
}
.hr-yrln{
   background: url("../img/hr-bg1.jpg") no-repeat top center;
   background-size: cover;
   padding: 50px;
}
.yrln-box{
  background: #fff;
  width: 50%;
  padding: 50px;
}
.yrln-box h3{
  margin-bottom: 40px;
}
.yrln-box p{
  text-indent: 2em;
  line-height: 30px;
}
.job-box{
  margin-top: 50px;
}
.job-box ul dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-box ul dl dd{
  flex: 1;
  text-align: center;
  height: 90px;
  line-height: 90px;
 
}
.job-box ul li{
  width: 100%;
}
.job-box ul .job-tabletit{
  background: #6699ff;

}
.job-box ul .job-tabletit dd{ 
  font-size: 24px;
  color: #fff;
}
.job-icon img:last-child{
  display: none;
}
.job-box ul li{
  border-bottom: 1px solid #d9d9d9;
}

.job-box ul dl dd:last-child{
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-icon{
  margin-left: 8px;
}
.job{
  padding-bottom: 100px;
}
.job-sub{
  padding: 30px 60px 30px;
  display: none;
}
.job-sub h4{
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 20px;
}
.job-sub p{
  line-height: 35px;
}
.job-box ul li.on dl{
  background: #6699ff;
  color: #fff;
}
.job-box ul li.on .job-icon img:last-child{
  display: block;
}
.job-box ul li.on .job-icon img:first-child{
  display: none;
}

@media(max-width:1200px){ 
  .yrln-box{
    width: 100%;
  }
  
}
@media(max-width:991px){ 
  .hr{
    padding: 50px 0;

  }
  .hr-yrln{
    padding: 15px;
  }
  .yrln-box{
    padding: 15px;
  }
  .job-box{
    overflow-x: scroll;
  }
  .job-box ul{
    width: 1200px;
  }
}