@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%;
}

.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: flex-end;
  height: 100px;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
  align-items: center;
  color: #fff;
}
.head-lang img{
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.head-lang a{
  color: #fff;
}
.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 20px;
  border-bottom: 2px solid transparent;
}
/* .nav-ul li>a::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
} */
.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  border-bottom: 2px solid #fff;
}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 70px;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
 
  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: 1600px) {
  .nav-ul li>a {
    padding: 0;
    margin: 0 10px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0px;
    font-size: 16px;
  }
  .logo img{
    width:350px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0px;
    font-size: 14px;
  } 
  .logo img{
    width:200px;
  }
  .hotline-wrap p {
    margin-left: 8px;
  }
  .header-main{
    height: 70px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .logo img{
    width:200px;
  }
  .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;
  }

  .headbom {
    padding: 0 30px;
  }
  .logo{
    width: 200px;
  }
  .header-main{
    align-items: center;
  }
}

@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: #222222;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 22%;
}

.footer-topr {
  width: 68%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 16px;
  color: #a0a0a0;
}
.copy-l img{
  padding-right:3px;
}
.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size:18px;
  color: #fff;
  font-family: 'HEITI';
}

.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: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}
.footer-lastcode h3{
  text-align: center;
  color: #a0a0a0;
  margin-top: 15px;
}

.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%;
  }
  .footer-logo img{
    width: 100%;
  }

}

@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-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: 650px) {
  .footer-lastcode{
    display: none;
  }
  .footer-copy{
    font-size: 14px;
  }
}

@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 {
    color: #a0a0a0;
  }

  .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;
  }
}


/*首页关于我们*/
.hometit{
  font-size: 50px;
  color: #222222;
  font-weight: bold;
}
.habout{
  padding: 120px 0;
  background: url("../img/habout_bg.jpg") no-repeat center top;
  background-size:cover;
}
.habout-tl h4{
  margin-top: 34px;
  font-size: 30px;
  color: #e62129;
}
.habout-tlmore a{
  display: flex;
  width: 200px;
  height: 60px;
  border: 1px solid #a0a0a0;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}
.habout-tlmore a:hover{
  background: #e62129;
  color: #fff;
  border: 1px solid #e62129;
}
.habout-tlmore a:hover img{
  filter: grayscale(100%) brightness(500%);
}
.habout-tlmore a span{
  margin-right: 20px;
}
.habout-t{
  display: flex;
  overflow: hidden;
}
.habout-tl{
  width: 50%;
}
.hbaout-tr{
  width: 50%;
  font-size: 18px;
  line-height: 35px;
}
.hbaout-tr p{
  margin-bottom: 35px;
}
.habout-num ul{
  display: flex;
  justify-content: space-between;
}
.habout-num{
  margin-top: 80px;
  overflow: hidden;
}
.habout-numtxt h3 span{
  font-family: 'DIN';
  font-size: 90px;
  margin-right: 5px;
} 
.habout-numtxt h3{
  color: #e62129;
}
.habout-numtxt{
  font-size: 30px;
}
.habout-numtxt h4{
  font-size: 18px;
  color: #555555;
  margin-top: 20px;
}
.henv{
  padding: 120px 0;
}
.henv-box{
  overflow: hidden;
}
.henv-box ul{
  display: flex;
  justify-content: space-between;
}
.henv-box ul li{
  width: 48%;
  position: relative;
}
.henv-txt{
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 99;
  bottom: 0;
  color: #fff;
  padding: 0 60px;
  padding-top:140px;
  transition:all 0.5s;
  background:none;
}
.henv-txt h3{
  font-size: 40px;
  font-weight: bold;
}
.henv-txt h4{
  padding: 20px 0;
}
.henv-txt a{
  color: #fff;
  display: none;
}
.henv-box ul li:hover .henv-txt{
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(85,85,85,0.3) 19%, rgba(255,255,255,0.1) 100%);
}
.henv-txtm{
  transition: all 0.4s;
}
.henv-box ul li:hover .henv-txtm{
  transform: translateY(-20px);
}
.henv-box ul li:hover .henv-txt a{
  display: block;
}

.hpro{
  background: #eeeeee;
  padding: 120px 0;
}
.hro-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hpro-titnav{
  width: 50%;
}
.hpro-titnav .swiper-slide{
  width: auto;
}
.hpronav-swiper .swiper-slide a{
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  display: inline-block;
}
.hpronav-swiper .swiper-slide:hover a{
  color: #e62129;
  border-bottom: 2px solid #e62129;
}
.hpro-m{
  margin-top: 60px;
}

.hpro-mswiper .swiper-slide{
  overflow: hidden;
  width:auto !important;
}


/* .hpro-mswiper .swiper-slide:nth-child(2n+1) {
  width: 50%;
} */
.hpro-mswiper .swiper-slide.swiper-slide-active{
  width:50% !important;
}
.hpro-m{
  overflow: hidden;
}
.hpro-mswiper .swiper-slide a{
  display: block;
  border:1px solid #dcdcdc;
  overflow: hidden;
}
.hpro-mswiper .swiper-slide a h3{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.hpro-mswipers .swiper-slide a{
  display: block;
  border:1px solid #dcdcdc;
  overflow: hidden;
}
.hpro-mswipers .swiper-slide a h3{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}


.hnews{
  padding: 120px 0;
}
.hnews-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnews-tit .habout-tlmore a{
  margin-top: 0;
  text-align: center;
}
.habout-tlmore a span{
  margin-right: 0;
}
.hnews-m{
  margin-top: 60px;
}
.hnews-txt{
  margin-top: 20px;
}
.hnews-txt span{
  font-size: 16px;
  color: #555555;
}
.hnews-txt  h3{
  color: #222222;
  font-family: 'HEITI';
  padding:10px 0;
  font-size: 18px;
}
.hnews-txt h4{
  line-height: 30px;
  color: #555555;
}
.hjob .white{
  color: #fff;
}
.hjob{
  background: url("../img/recrument_bg.jpg") no-repeat center top;
  padding: 120px 0;
}


.hnews-m ul li:hover h3{
  color: #e62129;
}
.hjob-more a{
  display: flex;
  width: 200px;
  height: 60px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  color: #fff;
}
.hjob-more a:hover{
  background: #e62129;
  color: #fff;
  border: 1px solid #e62129;
}
.hjob-more a span{
  margin-right: 20px;
}
.hjob h4{
  color: #fff;
  font-size: 24px;
  margin-top: 35px;
}
@media(max-width:1600px){
  .hbaout-tr{
    font-size: 16px;
    line-height: 30px;
  }
  .hbaout-tr p{
    margin-bottom: 20px;
  }

  .hometit{
    font-size: 35px;
  }
  .habout-tl h4{
    font-size: 22px;
  }
  .habout-numtxt h3 span{
    font-size: 60px;
  }
  .henv-txt{
    padding-top:15%;
  }
  .hpro-mswiper .swiper-slide.swiper-slide-active{
    width: auto;
  } 
  .hpro-mswiper .swiper-slide{
    width: 50% !important;
  }
  .hpro-mswiper .swiper-slide img{
    width: 100%;
  }
}

@media(max-width:1400px){
  .henv-txt h3{
    font-size: 30px;
  }
  .hnews-txt h3{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .hnews-txt h4{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }


}
@media(max-width:1200px){
  .hbaout-tr{
    width: 60%;
  }
  .henv-txt{
    padding-top:10%;
  }
  .hnews-m ul li{
    margin-bottom: 20px;
  }

}
@media(max-width:991px){
  .hbaout-tr{
    width: 100%;
    margin-top: 30px;
  }
  .habout-tl{
    width: 100%;
  }
  .habout-t{
    display: block;
  }
  .habout-tlmore a{
    margin-top: 30px;
  }
  .habout{
    padding:50px 0;
  }
  .habout-num ul{
    flex-wrap: wrap;
  }
  .habout-num ul li{
    width: 50%;
  }
  .henv-box ul{
    display: block;
  }
  .henv-box ul li{
    width: 100%;
    margin-bottom:30px;
  }
  .henv-txt{
    padding:10px 30px 0;
  }
  .henv-txtm{
    position: absolute;
    bottom: 0;
  }
  .henv-txtm h4{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:24px;
  }
  .henv{
    padding: 50px 0;
  }
  .hro-tit{
    display: block;
  }
  .hpro-titnav{
    width: 100%;
    margin-top: 20px;
  }
  .hpro-m{
    margin-top: 30px;
  }
  .hpro{
    padding: 50px 0;
  }
  .hpro-mswiper .swiper-slide a h3{
    bottom: 10px;
    font-size: 14px;
  }

  .hnews{
    padding:50px 0 20px;
  }
  .hnews-m{
    margin-top: 30px;
  }
  .hjob{
    background-size: cover;
    padding: 60px 0;
  }
  .hjob h4{
    font-size: 16px;
    line-height: 24px;
  }
} 

@media(max-width:600px){
  .habout-numtxt h3 span{
    font-size: 40px;
  }
  .habout-numtxt h4{
    font-size: 14px;
  }
  .habout-num{
    margin-top:30px;
  }
  .hometit{
    font-size: 24px;
  }
}
/**内页**/

.about{
  background: #fff;
}
.about .habout-tl{
  padding-right: 100px;
}
.about-txt p{
  font-size: 18px;
  line-height: 35px;
}
.about-txt{
  margin-top: 60px;
}

@media(max-width:1600px){
  .about .habout-tl{
    padding-right: 30px;
  }
  .about-txt p{
    font-size: 16px;
    line-height: 30px;
  }
  .about-txt{
    margin-top: 30px;
  }
}

@media(max-width:1200px){
  .about .habout-tl{
    width: 100%;
  }
  .habout-t{
    display: block;
  }
  .hbaout-tr{
    width: 100%;
    margin-top: 30px;
  }
}

.pro-nav{
  height: 100px;
}
.pro-navswiper .swiper-slide{
  text-align: center;
}
.pro-navswiper .swiper-slide a{
  display: inline-block;
  position: relative;
  height: 100px;
  line-height: 100px;
}
.pro-navswiper .swiper-slide a::after{
  content: "";
  width: 100%;
  height: 5px;
  background: #e62129;
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.pro-navswiper .swiper-slide.on a{
  color: #e62129;
}
.pro-navswiper .swiper-slide.on a::after{
  opacity: 1;
}
.pro-navswiper .swiper-slide a:hover{
  color: #e62129;
}
.pro-navswiper .swiper-slide:hover a::after{
  opacity: 1;
}
.pro{
  background: #fafafa;
  padding: 100px 0;
}
.pro-box ul li h3{
  text-align: center;
  padding: 20px 0 30px;
}
.pro-box ul li:hover a .scale-img{
  border: 3px solid #e62129;
}
.pro-box ul li:hover h3{
  color:#e62129;
}
.pro-box ul li a .scale-img{
  border: 3px solid #fafafa;
  transition: all 0.4s;
}
.pro-nav{
  overflow: hidden;
}
.pro-box{
  overflow: hidden;
}

@media(max-width:991px){
  .pro{
    padding: 50px 0 0;
  }
}

.news{
  background: #fafafa;
  padding: 100px 0;
}
.news ul li a{
  display: flex;
  background: #fff;
}
.news ul li{
  margin-bottom: 50px;
}
.news-r{
  padding: 50px;
}
.news-rmore h5{
  display: flex;
}
.news-rmore{
  display: flex;
  justify-content: space-between;
}
.news-rmore p{
  margin-right: 14px;
}
.news-r h3{
  font-size: 24px;
  color: #111111;
  font-family: 'HEITI';
}
.news-r h4{
  margin: 25px 0 30px;
  line-height: 35px;
  font-size: 18px;
}
.news ul li:hover h3{
  color: #e62129;
}
.news-l{
  width: 400px;
}
.news-r{
  width:calc(100% - 400px);
}
@media(max-width:1600px){
  .news-r h4{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


@media(max-width:991px){
  .news ul li a{
    display: block;
  }
  .news-l{
    width: 100%;
  }
  .news-r{
    width: 100%;
    padding: 30px;
  }

  .news-r h3{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }

  .news{
    padding: 50px 0 0;
  }
}

@media(max-width:600px){
  .news-r{
    width: 100%;
    padding:20px;
  }
  .news-r h4{
    margin: 10px 0;
  }
  .news ul li{
    margin-bottom: 30px;
  }
}

.job{
  background: #fafafa;
  padding: 100px 0;
}
.job-top{
  overflow: hidden;
}
.job-top ul li a{
  display: block;
  background: #fff;
  padding: 30px;
}
.job-toprow{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.job-topr img:last-child{
  display: none;
}
.job-topl h3{
  font-size:22px;
  color: #111111;
  font-family: 'HEITI';
}
.job-topl h4{
  margin-top: 5px;
}
.job-topl h4{
  color: #999999;
}
.job-top ul li:hover a{
  color: #e62129;
}
.job-topr{
  transition: all 0.4s;
}
.job-top ul li:hover a h3{
  color: #e62129;
}
.job-top ul li:hover a h4{
  color: #e62129;
}
.job-top ul li:hover .job-topr img:last-child{
  display: block;
}
.job-top ul li:hover .job-topr img:first-child{
  display: none;
}
.job-top ul li:hover .job-topr{
  transform: translateY(-10px);
}
.job-mbtn{
  position: relative;
  width: 66px;
}
.job-m{
  background: #fff;
  margin-top: 40px;
}
.job-mtit{
  height: 100px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 75px;
}

.job-mtit h3{
  font-size: 22px;
  color: #111111;
}
.job-mbtn .swiper-button-next{
  width: 28px;
  height: 28px;
  right: 0;
  background: url("../img/job_right.png") no-repeat center;
}
.job-mbtn .swiper-button-prev{
  width: 28px;
  height: 28px;
  left: 0;
  background: url("../img/job_left.png") no-repeat center;
}

.job-mcswiper .swiper-slide a{
  display: block;
  padding: 75px;
}
.job-mcswiper .swiper-slide a ul{
  display: flex;
}
.job-mcswiper .swiper-slide a ul li{
  width: 50%;
}
.job-mcswiper .swiper-slide a ul li h5{
  color: #111111;
  font-size: 18px;
  font-family: 'HEITI';
  padding:8px 0;
}
.job-mcswiper .swiper-slide li{
  line-height: 35px;
}

@media(max-width:1200px){
  .job-top ul li{
    margin-bottom:20px;
  }
  .job-mcswiper .swiper-slide a{
    padding: 50px;
  }
}

@media(max-width:991px){
  .job-mcswiper .swiper-slide a{
    padding:30px;
  }
  .job-mcswiper .swiper-slide a ul{
    display: block;
  }
  .job-mcswiper .swiper-slide a ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .job{
    padding: 50px 0;
    overflow: hidden;
  }
  .job-m{
    overflow: hidden;
  }
}

/* 联系我们 */
.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;
  }
}




.job-topswiper .swiper-slide a{
  display: block;
  background: #fff;
  padding: 30px;
}

.job-topr img:last-child{
  display: none;
}

.job-topswiper .swiper-slide:hover a{
  color: #e62129;
}
.job-topswiper .swiper-slide:hover a h3{
  color: #e62129;
}
.job-topswiper .swiper-slide:hover a h4{
  color: #e62129;
}
.job-topswiper .swiper-slide:hover .job-topr img:last-child{
  display: block;
}
.job-topswiper .swiper-slide:hover .job-topr img:first-child{
  display: none;
}
.job-topswiper .swiper-slide:hover .job-topr{
  transform: translateY(-10px);
}

.job-topswiper .swiper-slide.on a{
  color: #e62129;
}
.job-topswiper .swiper-slide.on a h3{
  color: #e62129;
}
.job-topswiper .swiper-slide.on a h4{
  color: #e62129;
}
.job-topswiper .swiper-slide.on .job-topr img:last-child{
  display: block;
}
.job-topswiper .swiper-slide.on .job-topr img:first-child{
  display: none;
}
.job-topswiper .swiper-slide.on .job-topr{
  transform: translateY(-10px);
}
.table-scroll-wrap {
  width: 100%;
  overflow-x: auto; /* 水平滚动核心：屏幕小于表格宽度时出现横向滚动条 */
  -webkit-overflow-scrolling: touch; /* 手机顺滑滚动 */
}

table {
  min-width: 1000px; /* 设置表格最小宽度，避免单元格过度挤压变形，可根据你表格宽度调整 */
  width: 100%;
  border-collapse: collapse; /* 合并边框，优化显示 */
  table-layout: auto; /* 自动分配列宽，内容优先 */
}

/* 单元格优化：文字自动换行，不横向撑爆 */
table td {
  white-space: normal !important; /* 关键：取消文字不换行，长文本自动折行 */
  word-break: break-all; /* 英文长单词/专业术语强制换行 */
  padding: 6px 4px !important; /* 缩小内边距，节省宽度 */
  vertical-align: middle;
}

/* 可选：小屏幕压缩字体 */
@media (max-width: 768px) {
  table td {
    font-size: 12px;
  }
}