@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 @font-face {
  font-family: 'HEITI';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN-B';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SanRegular';
  src: url('../font/SourceHanSansCN-Regular.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;
}

@font-face {
  font-family: 'SanBold';
  src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanHeavy';
  src: url('../font/SourceHanSansCN-Heavy.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanLight';
  src: url('../font/SourceHanSansCN-Light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanNormal';
  src: url('../font/SourceHanSansCN-Normal.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: center;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
  align-items: center;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: inline-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:hover>a,
.nav-ul li.nav-active a {
  /* color: #e66621; */
  border-bottom: 2px solid #ffffff;
}

.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;
}
.headlang-line{
  width: 1px;
  height: 21px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 15px;
}
.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;
  padding-top: 10px;
}

.lang-sub a {
  display: block;
  /* line-height: 64px;
  height: 64px; */
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  background: #fff;
}

.lang-sub a::after{
  content: "";
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 7px;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-left: 60px; */
}

.head-soum {
  position: absolute;
  top: 100px;
  right: 0;
  width: 250px;
  z-index: 999;
  display: none;
  
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-soum form {
  width: 100%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
  border: 1px solid #bbbbbb;
}

.head-soum input {
  border: none;
  width: 100%;
  padding: 0 20px;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-52%);
}


.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    margin: 0 20px;
  }

}

@media (max-width: 1400px) {
  .nav-ul li>a {
    margin: 0 15px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    margin: 0 10px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
  .logo img{
    width:200px;
  }
}

@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: 150px;
    top: -64px;
  }

  header {
    height: 70px;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 76.25%;
}

.footer-topr {
  width: 160px;
}

.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;
  /* font-family: 'SanRegular'; */
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 18px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 40px;
}

.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;
}

.footer-topr h4{
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1400px) {

}

@media (max-width: 991px) {
  .footer-topl {
    display: block;
    width: 100%;
  }

  .footer-topr {
    display: none;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 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: 768px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}
.hpro{
  padding: 120px 0;
  overflow: hidden;
}
.hometit{
  font-size: 50px;
  color: #222222;
  font-weight: bold;
}
.mtop50{
  margin-top: 50px;
}
.hpro-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hmore a{
  width: 160px;
  height: 46px;
  background: #0089c8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hmore img{
  margin-left: 10px;
}
.hpro-box ul{
  display: flex;
  justify-content: space-between;
}
.hpro-box{
  overflow: hidden;
}
.hpro-box ul li a{
  display:block;
  position: relative;
}
.hpro-box ul li a h3{
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 30px;
}
.hpro-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hpro-box ul li .hpro-name h3{
  color: #222222;
}
.hpro-box ul li a:hover h3{
  color: #0089c8;
}
.hsub-bg ul li{
  position: relative;
}
.hsub-bg ul li .hsub-bgtxt{
  position: absolute;
  top: 16%;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 200px;
}
.hsub-bgtxt h3{
  font-size: 36px;
  font-weight: bold;
  padding: 30px 0 20px;
}
.hsub-bgtxt h4{
  line-height: 32px;
}
.hsub-bgtxt a{
  display: block;
  width: 158px;
  height: 43px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 43px;
  margin: 60px auto 0;
}
.hsub-bgtxt a img{
  margin-left: 5px;
}
.hsub-bgtxt a:hover{
  background: #0089c8;
  color: #fff;
  border: 1px solid #0089c8;
}
.hsub-cate{
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 99;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.hsub-cate a{
  color: #fff;
  text-align: center;
  display:block;
}
.hsub-cate a span{
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
  opacity: 0.4;
}
.hsub-bg{
  position: relative;
}
.hsub-line{
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}
.hsub-cateswiper .swiper-slide.on span{
  border-bottom: 2px solid #fff;
  opacity: 1;
}

.hsub-cateswiper .swiper-slide:hover span{
  border-bottom: 2px solid #fff;
  opacity: 1;
}
.hsub-bg ul li{
  display: none;
}
.habout{
  padding: 120px 0;
}
.habout-box ul li a{
  display: block;
}
.habout-box ul li a h3{
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 24px;
  color: #fff;
}

@media(max-width:1700px){
  .hpro-box ul li{
    width: 31.8%;
  }
}
@media(max-width:1400px){
  .hsub-bg ul li .hsub-bgtxt{
    top: 6%;
  }
}

@media(max-width:1200px){
  .hpro-box ul li a h3{
    font-size: 22px;
  }
  .hsub-bg ul li .hsub-bgtxt{
    padding: 0 50px;
  }
  .hsub-bgtxt h3 {
    font-size: 28px;
    font-weight: bold;
    padding: 15px 0 10px;
  }
  .hsub-bgtxt a{
    margin: 20px auto 0;
  }
}
@media(max-width:991px){
  .hpro-box ul li{
    width: 100%;
  }
  .hpro-box ul{
    display: block;
  }
  .hpro-box ul li a{
    margin-bottom: 30px;
  }
  .hsub-bg ul li .scale-img img{
    height: 500px;
    width: auto;
  }
  .hsub-bg ul li .scale-img {
    position: relative;
    left: 50%;
    margin-left: -50%;
  }
  .hsub-bg ul li{
    overflow: hidden;
  }
  .habout-box ul li a h3{
    font-size: 20px;
  }
  .habout-box ul li{
    margin-bottom: 30px;
  }
  .hometit{
    font-size: 32px;
  }
  .hpro{
    padding: 60px 0;
  }
  .mtop50 {
    margin-top: 40px;
  }
  .hsub-bgtxt h4 {
    line-height: 28px;
  }
  .hsub-bg ul li .hsub-bgtxt{
    padding: 0 15px;
  }
  .habout{
    padding: 60px 0;
  }
}
.in-nav{
  
  background: #f5f5f5;
}

.in-navbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.in-navr{
  width: 38.125%;
}
.in-navrswiper .swiper-slide a{
  display: inline-block;
  position: relative;
  height: 100px;
  line-height: 100px;
}
.in-navrswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  height: 2px;
  background: #0089c8;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.in-navrswiper .swiper-slide.on a{
  color: #0089c8;
}
.in-navrswiper .swiper-slide.on a::after{
  opacity: 1;
}

.in-navrswiper .swiper-slide:hover a{
  color: #0089c8;
}
.in-navrswiper .swiper-slide:hover a::after{
  opacity: 1;
}
.in-navl a{
  padding: 0 2px;
}
.about-box{
  padding: 120px 0;
}
.intit{
  font-size: 50px;
  color: #222222;
  font-weight: bold;
}
.tc{
  text-align: center;
}
.about-top h4{
  color: #0089c8;
  font-size: 30px;
  font-family: 'HEITI';
  padding: 30px 0 60px;
}
.about-ttxt p{
  text-indent: 2em;
  line-height: 35px;
  margin-bottom: 15px;
}
.about-num ul{
  display:flex;
  justify-content: space-between;
}
.about-num{
  margin-top: 80px;
}
.about-num li span{
  font-size: 90px;
  font-family: 'DIN-B';
  color: #0089c8;
}
.about-num li h3{
  margin-top: 20px;
}
@media(max-width:1200px){
  .about-num li span{
    font-size: 60px;
  }
}
@media(max-width:991px){
  .intit{
    font-size: 32px;
  }
  .about-top h4{
    font-size: 22px;
  }
  .about-ttxt p {
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 10px;
  } 
  .about-num ul{
    flex-wrap: wrap;
  }
  .about-num ul li{
    width: 50%;
    margin-bottom: 40px;
  }
  .about-box{
    padding: 50px 0 10px;
  }
  .about-top h4{
    line-height: 30px;
    padding: 30px 0;
  }
  .about-num li span{
    font-size: 50px;
  }
  .about-num li h3{
    line-height: 20px;
  }
}
.pro .in-navr{
  width: 45.8%;
}
.pro-box{
  padding: 100px 0;
}
.pro-box ul li h3{
  color: #222222;
  font-size: 30px;
}
.pro-box ul li a{
  position: relative;
  display: block;
}
.pro-box ul li a h3{
  position: absolute;
  z-index: 99;
  left: 30px;
  bottom: 30px;
}
.pro-box ul li{
  margin-bottom: 30px;
}
.pro-mask{
  background: rgba(0, 137, 200, 0.3);
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  opacity: 0;
  transition: all 0.4s;
}
.in-more a{
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 3px;
  background: #0089c8;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0px auto 0;
}
.pro-more{
  margin-top: 60px;
}
.pro-box ul li:hover .pro-mask{
  opacity: 1;
}
.pro-box ul li:hover h3{
  display: none;
}
@media(max-width:1400px){
  .pro-box ul li h3{
    font-size: 20px;
  }
  .pro-mask h4{
    font-size: 20px;
  }
}

@media(max-width:991px){
  .pro-box{
    padding: 50px 0;
  }
  .in-more a{
    margin: 30px auto 0;
  }
}

.sub-box{
  padding: 100px 0 80px;
}
.sub-txt{
  position: absolute;
  width: 600px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 75px;
  padding: 50px;
  text-align: center;
}
.sub-box li{
  position: relative;
  margin-bottom: 50px;
}
.sub-txt h3{
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  padding: 20px 0 30px;
}
.sub-txt h4{
  line-height: 30px;
}
.sub-box li a{
   color: #0089c8;
   font-size: 18px;
   margin-top: 50px;
   display: block;
}
.sub-box li:nth-of-type(2n) .sub-txt{
  right: 75px;
  left: auto;
}
@media(max-width:1600px){
  .sub-txt h3{
    padding: 15px 0;
  }
  .sub-txt{
    padding: 25px;
  }
}

@media(max-width:1200px){
  .sub-txt{
    width: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .sub-box li a{
    margin-top: 20px;
  }
  .sub-box li:nth-of-type(2n) .sub-txt{
    right: auto;
    width: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}
@media(max-width:991px){
  .sub-box li .sub-img img{
    height: 420px;
  }
  .sub-txt{
    width: 90%;
  }
  .sub-txt h3{
    font-size: 24px;
  }
  .sub-txt h4{
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 定义显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .sub-box {
    padding: 50px 0 30px;
  }
}
.news{
  padding: 100px 0 120px;
}
.news-t a{
  display: flex;
}
.news-tl{
  width: 50%;
}
.news-tr{
  width: 50%;
  background: #eeeeee;
  padding: 100px 60px 0;
}
.news-tr h3{
  font-size: 30px;
  color: #222222;
  font-family: 'HEITI';
  padding: 20px 0 30px;
}
.news-tr h4{
  line-height: 35px;
}
.news-t h5{
  width: 150px;
  height: 45px;
  background: #0089c8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.news-t h5 img{
  margin-left: 10px;
}
.news-m ul li{
  margin-bottom: 50px;
}
.news-txt h3{
  font-size: 24px;
  color: #222222;
  padding: 10px 0 20px;
}
.news-txt{
  margin-top: 50px;
}
.news-txt h4{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义显示的最大行数 */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.news-more{
  margin-top: 30px;
}
.news-m ul li:hover h3{
  color: #0089c8;
}
.news-t:hover .news-tr h3{
  color: #0089c8;
}
@media(max-width:1600px){
  .news-tr{
    padding: 50px;
  }
  .news-tr h3{
    padding: 10px 0 15px;
  }
}
@media(max-width:1400px){
  .news-tr{
    padding: 50px;
  }
  .news-tr h3{
    padding: 10px 0 15px;
    overflow: hidden; /* 确保文本超出容器时会被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
  }
  .news-tr h4{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-t h5{
    margin-top: 20px;
  }
}

@media(max-width:1200px){
  .news-t a{
    display: block;
  }
  .news-tl{
    width: 100%;
  }
  .news-tr{
    width: 100%;
  }
}

@media(max-width:991px){
  .news-tr{
    padding: 20px;
  }
  .news-txt h3{
    font-size: 20px;
  }
  .news{
    padding: 50px 0 50px;
  }
}
.con{
  padding: 100px 0 120px;
}
.con-top ul{
  display: flex;
  justify-content: space-between;
}
.con-top{
  overflow: hidden;
}
.con-icon{
  width: 70px;
  height: 70px;
  background: #0089c8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-top ul li{
  display: flex;
  align-items: center;
}
.con-txt{
  padding-left: 15px;
}
.con-txt h3{
  font-size: 18px;
  color: #292929;
  margin-bottom: 10px;
}
.con-ditu{
  margin-top: 60px;
}
.con-top ul li .con-icon img{
  transition: all 0.4s;
}
.con-top ul li:hover .con-icon img{
  transform: rotate(45deg);
}
@media(max-width:1200px){
  .con-top ul li{
    width: 50%;
    margin-bottom: 20px;
  }
  .con-top ul{
    flex-wrap: wrap;
  }
}

@media(max-width:991px){
  .con-top ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  .con {
    padding:50px 0 50px;
  }
  .con-ditu{
    margin-top: 30px;
  }
}
@media(max-width:600px){
  .con-txt{
    width: calc(100% - 80px);
  }
}

.dev{
  padding: 100px 0 120px;
}
.dev-top{
  background: url("../img/dev-img1.jpg") no-repeat top center;
  padding: 130px 0 150px;
  color: #fff;
  text-align: center;
}
.white{
  color: #fff !important;
}

.dev-top h4{
  font-size: 30px;
  font-family: 'HEITI';
  margin-top: 20px;
}
.dev-box ul li{
  display: flex;
}
.dev-box{
  width: 800px;
  margin:100px auto 0;
}
.dev-box li{
  display: flex;
  justify-content: space-between;
}
.dev-l{
  width: 40%;
}
.dev-r{
  width: 40%;
}
.dev-r h3{
  font-size: 40px;
  color: #0089c8;
  font-weight: bold;
}

.dev-r h4{
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  padding: 30px 0;
}
.dev-rtxt p{
  font-size: 18px;
  color: #222222;
  font-family: 'HEITI';
  line-height: 30px;
}
.dev-box ul li{
  margin-bottom: 60px;
  position: relative;
}
.text-right{
  text-align: right;
}
.dev-box{
  position: relative;
}
.dev-line{
  width: 2px;
  height:calc(100% - 14px);
  background: #0089c8;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.dev-circle{
  position: absolute;
  width: 14px;
  height: 14px;
  background: #0089c8;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid #fff;
  box-sizing: content-box;
  transition: all 0.4s;
}
.dev-box ul li:hover .dev-circle{
  border: 8px solid #e5f3f9;
}

@media(max-width:991px){
  .dev-box{
    width: 100%;
  }
  .dev-l{
    width: 45%;
  }
  .dev-r{
    width: 45%;
  }
  .dev {
    padding:50px 0 0px;
  }
  .dev-box {
    margin: 50px auto 0;
  }
}

@media(max-width:600px){
  .dev-box ul li{
    padding-left: 30px;
    flex-wrap: wrap;
  }
  .dev-box ul li:nth-of-type(2n+1){
    flex-direction: column-reverse;
  }
  .dev-l{
    width: 100%;
    
  }
  .dev-r{
    width: 100%;
  }
  .dev-line{
    left: 0;
  }
  .dev-circle{
    left: 0;
    top: 0;
  }
  .text-right{
    text-align: left;
  }
}
/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}