@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;
}



@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: fixed;
  height: 120px;
  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;
  height: 120px;
}

.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: 0 70px;
  font-family: 'HEITI';
}

.nav-ul li:hover>a,
.nav-ul li.nav-active>a {
  color: #e6212a;
}

.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; */
  background: #fff;
  padding: 40px 0;
  border-top:4px solid #e60012;
}


.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;
}

.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: #e6212a;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e6212a;
}

.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 35px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 30px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 30px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  header {
    height: 70px;
    position: 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: 60px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 28%;
}

.footer-topr {
  width: 65%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy-box{
  border-top: 1px solid #525252;
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
  margin-top: 60px;
  font-size:16px;
  color: #b5b5b5;
}


.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size:18px;
  color: #fff;
  font-family: 'HEITI';
}

.footer-lastrowtxt {
  font-family: 'HEITI';
  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: #b5b5b5;
  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-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }
  .footer-navul li {
    width:25%;
    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;
  }
}


.headlang{
  width: 126px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headlang a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.headlang span{
  color: #fff;
  display: block; 
  padding: 0 10px;
}
.headlang-dq img:last-child{
  display: none;
}
.headlang-down img:last-child{
  display: none;
}
.head-on .headlang-dq img:last-child{
  display: block;
}
.headlang.on img:last-child{
  display: none;
}
.head-on .headlang-dq img:first-child{
  display: none;
}
.headlang.on img:first-child{
  display: block;
}
.head-on .headlang-down img:last-child{
  display: block;
}
.headlang.on img:last-child{
  display: none;
}
.head-on .headlang-down img:first-child{
  display: none;
}
.headlang.on img:first-child{
  display:block;
}
.head-on .headlang span{
  color: #9a9a9a;
}
.headlang.on span{
  color: #fff;
}
.head-on .headlang{
  border: 1px solid #9a9a9a;
}
.headlang.on{
  border: 1px solid #e6212a;
  background: #e6212a;
}
.nav-sub .swiper-slide h3{
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
}
.nav-sub .swiper-slide:hover h3{
  color: #e6212a;
  font-family: 'HEITI';
}
.nav-sub .swiper-slide a{
  display:block;
}
.nav-sub{
  display: none;
}
#footer select {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:url('../img/footer-select.png') no-repeat 260px center;
  padding:0 20px;
  width:300px;
  height:50px;
  border:1px solid #ccc;
  color:#999999;
  outline: none;
}
#footer option{
  background: #292929;
  line-height: 50px;
  height:50px;
}
.footer-select a{
  color: #b5b5b5;
}

.choose {
  background:url('../img/footer-select.png') no-repeat 260px center;
  padding:0 20px;
  width:300px;
  height:50px;
  border:1px solid #b5b5b5;
  color:#999999;
  outline: none;
  position: relative;
  z-index:9;
}

.option {
  display: none;
  width:300px;
  padding:10px 20px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  background: #292929;
}
.option ul li{
  color: #b5b5b5;
  height: 35px;
  line-height:35px;
}
.share{
  margin-top: 36px;
}
.share .bshare-custom.icon-medium a{
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.share .bshare-custom a.bshare-tb{
  background: url("../img/footer-icon1.png") no-repeat;
  background-size: 100%;
}
.share .bshare-custom a.bshare-weixin{
  background: url("../img/footer-icon2.png") no-repeat;
  background-size: 100%;
}
.share .bshare-custom a.bshare-dd{
  background: url("../img/footer-icon3.png") no-repeat;
  background-size: 100%;
}
.share .bshare-custom{
  display: flex;
}

@media(max-width:1200px){
  .footer-select{
    position: relative;
  }
  .choose{
    width: 100%;
    position: relative;
  }
  .option{
    width:100%;
  }
}


@media(max-width:991px){
  .logo img:last-child{
    display: block;
  }
  .logo img:first-child{
    display: none;
  }
  .logo{
    width: 80px;
  }
  .footer-copy{
    margin-top: 0;
  }
  .footer-copy-box{
    margin-top:15px;
  }
}

@media(max-width:600px){
  .footer-copy-box{
    display: block;
    padding-top:20px;
  }
  .footer-copy{
    padding-top: 0;
  }
}   


/**首页关于我们**/
.habout{
  padding: 120px 0 100px;
  overflow: hidden;
}
.habout-top{
  display: flex;
}
.habout-tl{
  width: 50%;
  padding-right: 100px;
}
.habout-tr{
  width: 50%;
}
.home-tit{
  font-size: 50px;
  color: #292929;
  font-family: 'HEITI';
}
.habout-tr h4{
  font-size: 30px;
  color: #292929;
  font-family: 'HEITI';
  border-bottom: 4px solid #e60012;
  padding: 100px 0 60px;
}
.habout-trtxt{
  margin-top: 60px;
  font-size: 18px;
  color: #555555;
  line-height: 35px;
}
.habout-trtxt p{
  margin-bottom: 20px;
}
.habout-more{
  display: block;
  width: 160px;
  height: 50px;
  background: #e6212a;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 85px;
}


.habout-boxm {
  margin-top: 100px;
}

.habout-boxm ul li a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  transition: all 0.2s;
}

.habout-num span {
  font-size: 50px;
  font-family: 'DIN';
  color: #e6212a;
}

.habout-num i {
  font-size: 18px;
  font-style: normal;
  color: #555555;
  font-family: 'HEITI';
}
.habout-boxm ul li a:hover i{
  color: #fff;
}
.habout-boxm ul li a:hover span{
  color: #fff;
}
.habout-num {
  margin-bottom: 10px;
}

.habout-boxm ul li a:hover {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;;
}
.about-botnum .habout-boxm ul li a {
  color: #292929;
  border:1px solid #e5e5e5;
}

.about-botnum .habout-boxm ul li:hover a {
  color: #fff;
  border: 1px solid #e60012;
}
.habout-boxmul{
  display: flex;
}
.habout-boxmul li{
  width: 25%;
}

.hpro{
  padding-bottom: 120px;
  overflow: hidden;
}
.hpro-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-more{
  display: block;
  width: 160px;
  height: 50px;
  background: #e6212a;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.hpro-m{
  display: flex;
  justify-content: space-between;
}
.hpro-r ul li{
  background: #eeeeee;
}
.hpro-r ul{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}
.hpro-r-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eeeeee;
}
.hpro-r ul li:first-child{
  margin-bottom: 40px;
  background: url("../img/hpro-bg.jpg") no-repeat center;
  background-size: cover;
}
.hpro-l{
  width: 49%;
  background: #eeeeee;
  padding-top: 100px;
}
.hpro-r{
  width: 49%;
}
.hpro-m{
  margin-top: 60px;
}
.hpro-mtit h3{
  font-size: 36px;
  font-family: 'HEITI';
  color: #292929;
}
.tc{
  text-align: center;
}
.hpro-mtit h4{
  font-size: 18px;
  color: #555555;
  margin-top: 30px;
}
.hpro-limg{
  padding-top:130px;
}
.hpro-rimg{
  width: 50%;
}
.hpro-r ul li .hpro-mtit{
  padding: 0 35px;
}
.hpro-r ul li:last-child .hpro-mtit{
  text-align: right;
}
.hpro-r ul li:hover h3{
  color: #e6212a;
}
.hpro-l:hover h3{
  color: #e6212a;
}
.hnews{
  padding-bottom: 120px;
}
.hnews-m{
  margin-top: 60px;
}
.hnews-txt{
  margin-top: 44px;
}
.hnews-txt i{
  font-style: normal;
  color: #003333;
}
.hnews-txt h3{
  font-size: 18px;
}
.hnews-txt h4{
  font-size: 24px;
  font-family: 'HEITI';
  color: #292929;
  padding: 20px 0;
}
.hnews-txt p{
  font-size: 18px;
  color: #555555;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hnews-swiper .swiper-slide:hover h4{
  color: #e6212a;
}
.hcon-form{
  background: url("../img/hcon-bg.jpg") no-repeat center top;
  padding: 120px 0;
}
.white{
  color: #fff;
}
.hcon{
  padding-bottom: 120px;
}
.hcon-bot{
  display: flex;
  justify-content: space-between;
}
.hcon-box{
  width: 64%;
  margin:60px auto 0;
}
.hcon-box input{
  width:49%;
  height: 66px;
  line-height: 66px;
  padding-left: 20px;
  border: none;
}
.bcon-t{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.hcon-bl{
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hcon-br{
  width: 49%;
  background: #fff;
}
.hcon-bl input{
  width: 100%;
  border: none;
}
.hcon-br textarea{
  width: 100%;
  margin: 0;
  padding: 20px;
  border: none;
}
.hcon-bl input:last-child{
  margin-top: 40px;
}
.hcon-box button{
  width: 200px;
  height: 66px;
  background: #e60012;
  color: #fff;
  font-family: 'HEITI';
  border: none;
  margin: 60px auto 0;
  display: block;
}

@media(max-width:1700px){
  .habout-tr h4{
    padding: 60px 0 40px;
  }
  .home-tit{
    font-size: 42px;
  }
  .habout-trtxt{
    margin-top: 40px;
  }
  .habout-more{
    margin-top: 80px;
  }
  .hpro-limg{
    padding-top: 90px;
  }


}
@media(max-width:1600px){
  .habout-tl{
    padding-right:50px;
  }
  .habout-tr h4{
    font-size: 24px;
    padding: 30px 0 20px;
  }
  .habout-trtxt p{
    margin-bottom: 10px
  }
  .hpro-limg{
    padding-top:50px;
  }
  .hpro-l{
    padding-top: 60px;
  }
}
@media(max-width:1400px){
  .habout-tr h4{
    font-size: 24px;
    padding:20px 0 15px;
  }
  .habout-trtxt p{
    margin-bottom: 8px
  }
  .habout-more{
    margin-top: 40px;
  }
  .habout-trtxt{
    margin-top: 20px;
  }
  .hpro-l{
    width: 48%;
  }
}

@media(max-width:1200px){
  .habout-top{
    display: block;
  }
  .habout-tl{
    width: 100%;
    padding-right: 0;
  }
  .habout-tr{
    width: 100%;
    margin-top:40px;
  }
  .hpro-l{
    width: 100%;
    margin-bottom: 40px;
  }
  .hpro-m{
    flex-wrap: wrap;
  }
  .hpro-r{
    width: 100%;
  }
  .hcon-box{
    width: 80%;
  }
}
@media(max-width:991px){
  .home-tit{
    font-size:24px;
  }
  .habout-tr h4{
    font-size: 18px;
  }
  .habout-trtxt{
    font-size: 16px;
    line-height: 30px;
  }
  .habout{
    padding:50px 0;
  }
  .habout-boxmul{
    flex-wrap: wrap;
  }
  .habout-boxmul li{
    width: 50%;
  }
  .habout-boxm{
    margin-top: 50px;
  }
  .hpro-mtit h3{
    font-size: 24px;
  }
  .hpro-mtit h4{
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .hpro-r-row{
    padding:15px 0;
  }
  .hnews-txt h4{
    font-size: 20px;
    padding: 15px 0 10px;
  }
  .hnews-txt p{
    font-size: 16px;
    line-height: 26px;
  }
  .hnews{
    padding-bottom: 50px;
  }
  .hnews-m{
    margin-top: 30px;
  }
  .hpro{
    padding-bottom: 50px;
  }
  .hcon-box{
    width: 90%;
  }
  .bcon-t{
    margin-bottom: 15px;
  }
  .hcon-bl input:last-child{
    margin-top: 15px
  }
  .hcon-form{
    padding: 50px 0;
  }
} 
@media(max-width:500px){
  .bcon-t{
    display: block;
  }
  .hcon-box input{
    width: 100%;
  }
  .hcon-bot{
    display: block;
  }
  .hcon-bl{
    width: 100%;
  }
  .hcon-br{
    width: 100%;
  }
  .bcon-t input:first-child{
    margin-bottom: 15px;
  }
  
  .hcon-bl input:last-child{
    margin-bottom: 15px;
  }
  .hcon-box{
    margin: 30px auto 0;
  }
  .hcon-box button{
    margin: 30px auto 0;
    width: 150px;
  }
}



@media(max-width:449px){
  .habout-boxmul li{
    width: 100%;
    margin-bottom: 20px;
  }
  .hpro-r-row{
    flex-wrap: wrap;
  }
  .hpro-mtit{
    text-align: center;
    padding: 0;
    width: 100%;
    padding-top: 30px;
  }
  .hpro-rimg{
    width: 100%;
  }
  .hpro-r ul li:last-child .hpro-mtit{
    text-align: center;
  }
  .hpro-r ul li:last-child .hpro-r-row{
    flex-direction:column-reverse;
  }
  .hpro-l{
    padding-top: 0;
  }
  .hpro-m{
    margin-top:40px;
  }
  .hpro-l{
    margin-bottom: 20px;
  }
  .hpro-r ul li:first-child{
    margin-bottom: 20px;
  }
}

/**内页**/
.inside-nav{
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eeeeee;
  background: #fafafa;
}
.inside-box{
  padding: 120px 0;
}
.intro-txt{
  margin-top: 60px;
  font-size: 18px;
}
.intro-txt p{
  line-height: 35px;
  margin-bottom: 15px;
}
.intro-img{
  margin-top: 40px;
}
.about-m ul li{
  display: flex;
  margin-top: 120px;
  align-items: center;
}
.about-m{
  overflow: hidden;
}
.about-l{
  width: 50%;
}
.about-m ul li .about-l:hover h3{
  color: #e60012;
}
.about-r{
  width: 50%;
}
.apadl{
  padding-left: 120px;
}
.apadr{
  padding-right: 120px;
}
.about-ltxt p{
  /* padding: 60px 0 120px; */
  font-size: 18px;
  line-height: 35px;
}
.about-ltxt h3{
  margin-bottom: 60px;
}
.about-ltxt a{
  margin-top: 120px;
}
.about-l a{
  display: block;
  width: 158px;
  height: 48px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 48px;
}
.about-m ul li .about-l:hover a{
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.aboutNavswiper .swiper-slide a{
  text-align: center;
  display: block;
  position: relative;
  font-size: 18px;
}
.aboutNavswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  height: 3px;
  width: 72px;
  background: #e60012;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.aboutNavswiper .on a{
  color: #e60012;
  font-family: 'HEITI';
}
.aboutNavswiper .on a::after{
  display: block;
}
@media(max-width:1600px){
  /* .about-ltxt p{
    padding:40px 0 60px;
  } */
  .about-ltxt h3{
    margin-bottom: 40px;
  }
  .about-ltxt a{
    margin-top: 60px;
  }
}
@media(max-width:1200px){
  /* .about-ltxt p{
    padding:40px 0 60px;
  } */
  .about-ltxt h3{
    margin-bottom: 40px;
  }
  .about-ltxt a{
    margin-top: 60px;
  }
  .apadr{
    padding-right: 60px;
  }
  .apadl{
    padding-left: 60px;
  }
  .about-ltxt p{
    font-size: 16px;
    line-height: 28px;
  }
}

@media(max-width:991px){
  .apadr {
    padding-right:30px;
  }
  .intro-txt{
    font-size: 16px;
    margin-top: 30px;
  }
  .intro-txt p{
    line-height: 30px;
    margin-bottom: 10px;
  }
  .inside-box{
    padding: 50px 0;
  }
  .about-m ul li{
    margin-top:60px;
    flex-wrap: wrap;
  }
  .about-l{
    width: 100%;
  }
  .about-r{
    width: 100%;
    margin-top: 30px;
  }
  /* .about-ltxt p{
    padding: 30px 0;
  } */
  .about-ltxt h3{
    margin-bottom: 30px;
  }
  .about-ltxt a{
    margin-top: 30px;
  }
  .about-m ul li:nth-of-type(2n){
    flex-direction: column-reverse;
  }
  .apadr{
    padding: 0;
  }
  .apadl{
    padding: 0;
  }
  .aboutNavswiper .swiper-slide a{
    font-size: 16px;
  }
}

@media(max-width:500px){
  .about-m ul li{
    margin-top: 40px;
  }
  /* .about-ltxt p{
    padding: 15px 0;
  } */
  .about-ltxt h3{
    margin-bottom: 15px;
  }
  .about-ltxt a{
    margin-top: 15px;
  }
  .intro-txt{
    margin-top: 20px;
  }
}
.in-more a{
  width: 230px;
  height: 50px;
  display: block;
  background: #e60012;
  color: #fff;
  margin: 60px auto 0;
  text-align: center;
  line-height: 50px;
}
.scene ul li h3{
  text-align: center;
  font-size: 20px;
  font-family: 'HEITI';
  color: #292929;
  padding: 20px 0 40px;
}

.scene ul li:hover h3{
  color: #e60012;
}
.inside-boxs{
  padding-bottom: 120px;
}
@media(max-width:991px){
  .scene ul li h3{
    padding: 15px 0;
    font-size: 16px;
  }
  .in-more a{
    width: 180px;
    margin: 30px auto 0;
  }
  .inside-boxs{
    padding-bottom:50px;
  }
}
.pro-l ul{
  border: 1px solid #dcdcdc;
  padding: 30px;
}
.pro-l{
  width: 245px;
}
.pro{
  display: flex;
  justify-content: space-between;
}
.pro-r{
  width: calc(100% - 300px);
}
.pro-r ul li h3{
  font-size: 18px;
  font-family: 'HEITI';
  text-align: center;
  color: #292929;
  padding: 20px 0 40px;
}
.pro-l ul li>a{
  font-size: 18px;
  color: #292929;
  font-family: 'HEITI';
  margin-bottom: 20px;
  display: block;
}
.pro-l ul dl dd{
  line-height: 30px;
}
.pro-l ul li{
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.pro-l ul li:last-child{
  border-bottom: none;
}
.pro-r ul li:hover h3{
  color: #e60012;
}
.pro-l ul li .on{
  color: #e60012;
}
@media(max-width:991px){
  .pro{
    display: block;
  }
  .pro-l{
    width: 100%;
  }
  .pro-r{
    width: 100%;
    margin-top: 40px;
  }
  .pro-r ul li h3{
    padding: 20px 0;
  }
}
.prod-t{
  display: flex;
  overflow: hidden;
}
.prod-tl{
  width: 45%;
}
.prod-tl img{
  width: 100%;
}
.prod-tr{
  width:55%;
  padding-left: 50px;
}
#wrappers{
  height: 380px;
  overflow: hidden;
  position: relative;
  margin-top:40px;
  margin-bottom:35px;
 
}
.iScrollLoneScrollbar {
  opacity: 1 !important;

}

.iScrollIndicator {
  background: #e6212a !important;
  width: 8px !important;
}

.iScrollLoneScrollbar {
  opacity: 1 !important;
  background: #dcdcdc;
  border-radius: 5px;
}
.prod-tr h3{
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 40px;
}
.prod-trtxt{
  font-size: 18px;
  line-height: 35px;
}
.prod-rbot{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  padding-top:50px;
}
.prod-rbot a{
  display: block;
  background: #e6212a;
  height: 100px;
}
.prod-btn{
  width: 47%;
}
.prod-btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-family: 'HEITI';
}
.prod-btn img{
  margin-right: 8px;
}
.prod-tlswiper .swiper-button-next{
  background: url("../img/prod-next.png") no-repeat center;
  right: 5%;
  opacity: 0;
  transition: all 0.3s;
}
.prod-tlswiper .swiper-button-next:hover{
  background: url("../img/prod-nexth.png") no-repeat center;
}
.prod-tlswiper .swiper-button-prev{
  background: url("../img/prod-prev.png") no-repeat center;
  left: 5%;
  opacity: 0;
  transition: all 0.3s;
}
.prod-tlswiper .swiper-button-prev:hover{
  background: url("../img/prod-prevh.png") no-repeat center;
}
.prod-tlswiper:hover .swiper-button-next{
  opacity: 1;
}
.prod-tlswiper:hover .swiper-button-prev{
  opacity: 1;
}
.prod-cs{
  margin-top: 200px;
}
.prod-cs img{
  width:100%;
}
.prodcs-last{
  margin-top: 80px;
}
@media(max-width:1400px){
  .prod-tr h3{
    padding-bottom: 20px;
  }
  #wrappers{
    height: 320px;
  }
}
@media(max-width:1200px){
  .prod-t{
    display: block;
  }
  .prod-tl{
    width: 100%;
  }
  .prod-tr{
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
@media(max-width:991px){
  .prod-trtxt{
    line-height: 30px;
    font-size: 16px;
  }
  .prod-btn a{
    font-size: 18px;
    height: 70px;
  }
  .prod-cs{
    margin-top: 50px;
  }
  .prodcs-last{
    margin-top: 40px;
  }
}
.newnav-ul{
  display: flex;
  justify-content: center;
}
.newnav-ul li{
  margin: 0 110px;
}
.newnav-ul li a{
  position: relative;
  display: block;
}
.newnav-ul li a::after{
  position: absolute;
  content: "";
  height: 3px;
  width: 72px;
  background: #e60012;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.newnav-ul li.on a{
  color: #e60012;
  font-family: 'HEITI';
}
.newnav-ul li.on a::after{
  display: block;
}
.news ul li{
  margin-bottom: 50px;
}


.news ul li:hover .hnews-txt h4{
  color: #e6212a;
}
@media(max-width:991px){
  .newnav-ul li{
    margin: 0 30px;
  }
  .news-more a{
    margin-top:0px;
  }
}
@media(max-width:500px){
  .newnav-ul li{
    margin: 0 10px;
  }
}
.con-topm{
  margin-top: 60px;
}
.con-topm ul li a{
  border: 1px solid #eeeeee;
  display: block;
  text-align: center;
  padding: 40px 0 60px;
}
.con-top-icon{
  height: 52px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.con-topm ul li h3{
  font-size: 18px;
  font-family: 'HEITI';
  padding: 35px 0;
}
.con-topm ul li h4{
  line-height: 30px;
  height: 50px;
}
.con-ditu{
  margin-top: 60px;
}
.con-topm ul li:hover a{
  background: #e60012;
  color: #fff;
  border: 1px solid #eeeeee;
}
.con-topm ul li:hover .con-top-icon{
  filter: grayscale(100%) brightness(500%);
}
.con-form{
  margin-top: 120px;
}
.con-downm{
  margin-top: 60px;
}
.con-downm ul li a{
  border: 1px solid #f0f0f0;  
  height: 70px;
  display:flex;
  align-items: center;
  padding-left: 22px;
  justify-content: space-between;
  overflow: hidden;
}
.con-downl{
  display: flex;
  align-items: center;
}
.con-downicon img:last-child{
  display: none;
}
.con-downicon{
  border-left: 1px solid #eeeeee;
  height: 100%;
  width: 70px;
  text-align: center;
  line-height: 70px;
}
.con-pdf img:last-child{
  display: none;
}
.con-downm ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con-downm ul li{
  width: 48%;
  margin-bottom: 20px;
}
.con-pdf{
  margin-right: 30px;
}
.con-downm ul li:hover .con-pdf img:first-child{
  display: none;
}
.con-downm ul li:hover .con-pdf img:last-child{
  display: block;
}
.con-downm ul li:hover .con-downicon img:first-child{
  display: none;
}
.con-downm ul li:hover .con-downicon img:last-child{
  display: inline-block;
}
.con-downm ul li:hover .con-downicon{
  background: #e60012;
  border-left: 1px solid #e60012;
}
.con-downm ul li:hover a{
  border: 1px solid #e60012;
  color: #e6212a;
}
@media(max-width:991px){
  .con-topm ul li{
    margin-bottom: 30px;
  }
  .con-ditu{
    margin-top: 0;
  }
  .con-form{
    margin-top: 30px;
  }
  .con-downm ul li{
    width: 100%;
  }
  .con-downm ul li a{
    width:100%;
  }
  .con-downm ul li h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .con-downl{
    width: 80%;
  }
  .con-form .hcon{
    padding-bottom: 30px;
  }
  .con-downm{
    margin-top:30px;
  }
}
@media(max-width:600px){
  .con-topm ul li h4{
    font-size: 14px;
  }
}
.kp{
  height: 100vh;
  width: 100%;
  background: url("../img/yd-bg.jpg") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kp-logo{
  text-align: center
}
.kp-logo img{
  margin-bottom: 40px;
}
@media(max-width:1700px){
  .habout-tr h4{
    font-size: 26px;
  }
  .habout-tr h4{
    padding: 40px 0;
  }
  .habout-trtxt p{
    margin-bottom: 10px;
  }
  .habout-more{
    margin-top: 40px;
  }
  .habout-tl{
    padding-right: 50px;
  }
  .hpro-mtit h4{
    line-height: 30px;
  }
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}

.pro-j {
    font-size: 18px;
  }