@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "HEITI";
  src: url("../font/Adobe\ 黑体\ Std\ R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: fixed;
  height: 110px;
  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;
  height: 110px;
}

.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;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 20px;
  font-family: "HEITI";
  line-height: 110px;
}

/* 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;
}

.banner-swiper .banner-item {
  background-size: cover;
  height: 100vh;
}

/* .nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #d71524;
} */
/* 
.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: fixed;
  top: 109px;
  z-index: 99;
  width: 100%;
  left: 0;
  display: none;
  background: #eeeeee;
  height: 290px;
}

.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: #d71524;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #d71524;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 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;
  }

  .logo img:last-child {
    display: block;
  }

  .logo img:first-child {
    display: none;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  background: #eeeeee;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-toprnav {
  width: 100%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #dcdcdc;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 16px;
  color: #555555;
  font-family: "SanRegular";
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 18px;
  color: #222222;
  font-family: "HETTI";
}

.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-navul li dl dd a {
  color: #555555;
}

.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;
}

.headsub-swiper {
  margin-top: 40px;
}

.headsub-swiper h4 {
  text-align: center;
  font-family: "HEITI";
  font-size: 18px;
  margin-top: 25px;
}

.footer-copybox {
  display: flex;
  justify-content: space-between;
}

@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 {
    flex-wrap: wrap;
  }

  .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) {
  .logo {
    width: 250px;
  }

  .logo img {
    width: 100%;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .banner-swiper .banner-item {
    background-size: 100% !important;
    height: auto;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-copybox {
    display: block;
  }
}

@media (max-width: 600px) {
  .footer-navul li {
    width: 35%;
    margin-bottom: 20px;
  }

  .footer-navul li:nth-of-type(2n) {
    width: 65%;
  }
}

.homepro {
  position: relative;
  height: 630px;
  overflow: hidden;
  margin: 60px 0;
}

.hometit {
  font-size: 50px;
  color: #000000;
  font-family: "HEITI";
}

.hompro-lul li a {
  display: block;
  height: 60px;
  background: #eeeeee;
  font-size: 22px;
  color: #292929;
  line-height: 60px;
  padding-left: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hompro-lul li {
  margin-bottom: 30px;
}

/* .hompro-lul li:hover a {
  background: #d71524;
  color: #fff;
} */
.hompro-lul li.on a {
  background: #d71524;
  color: #fff;
}
.homepro-icon img{
  display: none;
}

.homepro-box {
  display: flex;
  justify-content: space-between;
}

.homepro-icon {
  width: 500px;
  height: 500px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homepro-cbg {
  width: 630px;
  height: 630px;
  background: url("../img/homepro-cbg.png") no-repeat center;
  /* background-size: ; */
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ro 30s ease 0s infinite;
}

@keyframes ro {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.hompro-l {
  width: 21%;
  padding-top: 90px;
}

.hompro-lul {
  margin-top: 60px;
}

.homepro-r {
  width: 27%;
  padding-top: 90px;
}

.homepro-c {
  position: relative;
}

.homepro-icon img {
  transition: all 0.5s;
}

.homepro-icon:hover img {
  transform: scale(1.1);
}

.homepro-z {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.homepro-r h4 {
  font-size: 30px;
  color: #d71524;
  font-family: "HEITI";
}

.homepro-r ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.homepro-r ul li a {
  display: block;
  height: 32px;
  background: #eeeeee;
  border-radius: 30px;
  line-height: 32px;
  padding: 0 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.homepro-r ul li {
  width: 48%;
  margin-bottom: 20px;
}

.homepro-rbtn {
  position: relative;
  width: 140px;
  margin-top: 100px;
}

.homepro-rbtn .swiper-button-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #df4752;
  border-radius: 50%;
  left: 0;
  background: url("../img/homepro-prev.png") no-repeat center;
}

.homepro-rbtn .swiper-button-next {
  width: 56px;
  height: 56px;
  border: 1px solid #df4752;
  border-radius: 50%;
  right: 0;
  background: url("../img/homepro-next.png") no-repeat center;
}

.homepro-r ul li:hover a {
  color: #fff;
  background: #d71524;
}

.homepro-rbtn .swiper-button-next:hover {
  background: #d71524 url("../img/homepro-nexth.png") no-repeat center;
}

.homepro-rbtn .swiper-button-prev:hover {
  background: #d71524 url("../img/homepro-prevh.png") no-repeat center;
}

.habout {
  background: #eeeeee;
  padding: 120px 0 80px;
  overflow: hidden;
}

.habout-iteml {
  position: relative;
  width: 65%;
}

.habout-txt {
  position: absolute;
  bottom: 35px;
  left: 40px;
}

.habout-txt h3 {
  font-size: 30px;
  font-family: "HEITI";
  color: #fff;
}

.habout-txt span {
  color: #fff;
}

.habout-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.habout-itemr {
  position: relative;
  width: 32.5%;
}

.hcase-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hcase {
  margin: 120px 0;
  position: relative;
  overflow: hidden;
}

.hcase-more a {
  display: block;
  width: 170px;
  height: 46px;
  border: 1px solid #d71524;
  color: #d71524;
  text-align: center;
  line-height: 46px;
  position: relative;
  z-index: 999999;
}

.hcase-more:hover a {
  background: #d71524;
  color: #fff;
}

/* .hcase-z{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
} */
.hcase-z{
  min-height: 400px;
}
.hser-bg img {
  width: 100%;
}
.hser-bg ul li{
  display: none;
}

.hser {
  position: relative;
  overflow: hidden;
}

.hser-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 120px 0;
}

.hset-tit h3 {
  color: #fff;
}

.hset-tit h4 {
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
}

.white {
  color: #fff;
}

.hset-tit {
  text-align: center;
}

.hser-m {
  margin-top: 250px;
}

.hser-m ul li a {
  display: flex;
  width: 198px;
  height: 198px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.4s;
}

.hser-m ul li a h5 {
  font-size: 24px;
  color: #fff;
  margin-top: 23px;
}

.hser-m ul {
  display: flex;
  justify-content: space-between;
}

.hser-icon {
  width: 50px;
  height: 50px;
}

.hser-m ul li.on a{
  background: #d71524;
  border: 1px solid #d71524;
}

.hnews {
  margin: 120px 0;
  position: relative;
  /* height:520px; */
  overflow: hidden;
}

.hnews-box {
  margin-top: 50px;
}

.hnews-txt {
  margin-top: 20px;
}

.hnews-txt h4 {
  font-size: 24px;
  font-family: "HEITI";
  margin-top: 10px;
}

.hnews-box ul li:hover h4 {
  color: #d71524;
}

.hcase-box {
  margin-top: 50px;
}

.hcase-box .dnSlide-left-btn {
  background: url("../img/hcase-prev.png") no-repeat center;
}

.hcase-box .dnSlide-right-btn {
  background: url("../img/hcase-next.png") no-repeat center;
}

@media(max-width:1600px) {
  .homepro-cbg {
    width: 530px;
    height: 530px;
  }

  .homepro-icon {
    width: 420px;
    height: 420px;
  }

  .homepro-c {
    padding-top: 100px;
  }

  .hser-m {
    margin-top: 100px;
  }

}

@media(max-width:1400px) {
  .homepro-r h4 {
    font-size: 24px;
  }

  .hometit {
    font-size: 40px;
  }

  .hser-m {
    margin-top: 80px;
  }

  .hser-txt {
    padding: 80px 0;
  }
}

@media(max-width:1200px) {
  .homepro-cbg {
    width: 400px;
    height: 400px;
  }

  .homepro-icon {
    width: 320px;
    height: 320px;
    margin-top: 30px;
  }

  .habout-txt h3 {
    font-size: 22px;
  }

  .habout-txt {
    position: absolute;
    bottom: 15px;
    left: 20px;
  }

  .hser-m ul li a {
    width: 150px;
    height: 150px;
  }

  .hser-m ul li a h5 {
    font-size: 18px;
  }


}

@media(max-width:991px) {
  .homepro-box {
    display: block;
  }

  .hompro-l {
    width: 100%;
    padding-top: 0;
  }
  .hcase-z{
    min-height: auto;
  }
  .homepro {
    height: auto;
  }

  .homepro-z {
    position: relative;
  }

  #particles-js {
    position: absolute;
    height: 100%;
  }

  .homepro-r {
    width: 100%;
  }

  .homepro-rbtn {
    padding-bottom: 80px;
    margin-top: 60px;
  }

  .homepro-cbg {
    margin: 0 auto;
  }

  .homepro-icon {
    margin-top: 40px;
  }

  .hometit {
    font-size: 32px;
  }

  .hompro-lul li a {
    font-size: 18px;
  }

  .hompro-lul {
    margin-top: 30px;
  }

  .hompro-lul li {
    margin-bottom: 15px;
  }

  .homepro-c {
    padding-top: 40px;
  }

  .homepro-r ul li a {
    font-size: 16px;
  }

  .homepro-r {
    padding-top: 40px;
  }

  .homepro-rbtn {
    margin-top: 20px;
  }

  .hser-bg img {
    height: 500px;
    width: auto;
  }

  .hser-bg {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }

  .hser-m ul li a {
    width: 130px;
    height: 130px;
  }


}

@media(max-width:768px) {
  .habout-item {
    flex-wrap: wrap;
  }

  .habout-item:last-child {
    flex-direction: column-reverse;
  }

  .habout-iteml {
    width: 100%;
  }

  .habout-itemr {
    width: 100%;
  }

  .habout {
    padding: 60px 0 30px;
  }

  .hser-m ul {
    flex-wrap: wrap;
  }

  .hser-m ul li {
    width: 33.3%;
    margin-bottom: 20px;
  }

  .hser-m ul li a {
    margin: 0 auto;
  }

  .hset-tit h4 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
  }

  .hser-m {
    margin-top: 30px;
  }

  .hser-txt {
    padding: 40px 0 0;
  }

  .hser-icon {
    width: 35px;
    height: 35px;
  }

  .hser-icon img {
    width: 100%;
  }

  .hser-m ul li a {
    width: 110px;
    height: 110px;
  }
}

#particles-jsss {
  position: absolute;
  width: 100%;
  height: 100%;
}

#particles-jss {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media(max-width:991px) {
  .hnews-box ul li {
    margin-bottom: 20px;
  }

  .hnews {
    margin: 50px 0 30px;
  }

  .hcase {
    margin: 50px 0;
  }
}

.hcase-ul li {
  display: none;
}

.dn-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  bottom: 30px;
  color: #fff;
  white-space: nowrap;
  display: none;
  font-size: 24px;
}

@media(max-width:991px) {
  .dn-txt {
    font-size: 16px;
    bottom: 10px;
  }
}

.about-nav {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #e5e5e5;
}

.aboutnav-swiper .swiper-slide a {
  display: block;
  border-left: 1px solid #e5e5e5;
  text-align: center;
}

.aboutnav-swiper .swiper-slide:first-child a {
  border-left: 0;
}

.in-tit {
  font-size: 50px;
  font-family: "HEITI";
  color: #292929;
}

.tc {
  text-align: center;
}

.gensit-top {
  padding: 120px 0;
}

.gensit-txt {
  margin-top: 60px;
}

.gensit-txt p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 20px;
}

.aboutnav-swiper .swiper-slide.on a,
.aboutnav-swiper .swiper-slide:hover a {
  background: #d71524;
  color: #fff;
  border-left: 1px solid #d71524;
}

@media(max-width:991px) {
  .in-tit {
    font-size: 32px;
    line-height: 40px;
  }

  .gensit-top {
    padding: 50px 0 40px;
  }

  .gensit-txt {
    margin-top: 30px;
  }

  .gensit-txt p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }

}

@media(max-width:449px) {
  .in-tit {
    font-size: 24px;
    line-height: 30px;
  }

}

.values {
  padding: 110px 0 50px;
}

.values-box ul li {
  margin-bottom: 60px;
}



.values-icon {
  width: 80px;
  height: 80px;
  transition: all 0.4s;
}
.values-box ul li:hover .values-icon {
  transform:translateY(-20px);
}
.values-box ul li h4 {
  font-size: 24px;
  font-family: "HEITI";
  margin: 30px 0 10px;
}

.values-txt {
  height: 48px;
}

.values-txt h5 {
  margin-bottom: 10px;
  line-height: 24px;
}

.values-box ul li:hover h4 {
  color: #d71524;
}

@media(max-width:991px) {
  .values {
    padding: 50px 0 0;
  }

  .values-box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .values-box ul li h4 {
    margin: 15px 0 5px;
  }

}

.dev {
  padding: 120px 0;
}

.dev-box {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.dev-l {
  width: 50%;
  padding-right: 100px;

}

.dev-txt {
  margin-top: 60px;
}

.txtstyle {
  line-height: 35px;
  font-size: 18px;
}

.dev-txt p {
  margin-bottom: 10px;
}

.dev-l h3 {
  font-size: 50px;
  font-family: "HEITI";
}

@media(max-width:1700px) {
  .dev-l h3 {
    font-size: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media(max-width:1600px) {
  .dev-l {
    padding-right: 50px;
  }
}

@media(max-width:1400px) {
  .txtstyle {
    line-height: 32px;
    font-size: 16px;
  }

  .dev-txt {
    margin-top: 30px;
  }
}

@media(max-width:1200px) {
  .txtstyle {
    line-height: 28px;
    font-size: 16px;
  }

  .dev-txt {
    margin-top: 20px;
  }
}

@media(max-width:991px) {
  .dev-box {
    display: block;
  }

  .dev-l {
    width: 100%;
    padding-right: 0;
  }

  .dev-r {
    margin-top: 20px;
  }

  .dev {
    padding: 40px 0;
  }

  .dev-l h3 {
    font-size: 24px;
  }
}

.test {
  padding: 120px 0 60px;
}

.test-toptxt {
  margin-top: 60px;
}

.test-toptxt p {
  margin-bottom: 20px;
}

.test-list a {
  display: block;
  position: relative;
}

.test-list a h3 {
  position: absolute;
  width: 300px;
  height: 70px;
  background: #d71524;
  color: #fff;
  bottom: 0;
  left: 0;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
}

.test-list ul li {
  margin-bottom: 60px;
}

.test-list {
  margin-top: 30px;
}

@media(max-width:1200px) {
  .test-list a h3 {
    font-size: 18px;
    width: 50%;
    height: 60px;
    line-height: 60px;
  }

  .test {
    padding: 40px 0 0px;
  }

  .test-list ul li {
    margin-bottom: 30px;
  }

  .test-toptxt {
    margin-top: 20px;
  }
}

.honor {
  padding: 100px 0;
}

.honor-tit {
  background: #d71524;
  color: #fff;
  font-size: 24px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
  margin-top: 20px;
}

.honor-ul {
  display: flex;
  flex-wrap: wrap;
}

.honor-m {
  margin-top: 30px;
}

.honor-ul li a {
  display: block;
  padding: 0 12px;
}

.honor-ul li {
  width: 20%;

}

.honor-ul {
  margin: -12px;
}

.honor-img {
  border: 1px solid #dcdcdc;
  padding: 15px;
}

.honor-ul li h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.honor-icon img:last-child {
  display: none;
}

.honor-item .honor-tit.on .honor-icon img:last-child {
  display: block;
}

.honor-item .honor-tit.on .honor-icon img:first-child {
  display: none;
}

.honor-ul li:hover .honor-img {
  border: 2px solid #d71524;
}

@media(max-width:991px) {
  .honor-ul li {
    width: 50%;
  }

  .honor-tit {
    font-size: 20px;
  }

  .honor {
    padding: 40px 0 20px;
  }
}

@media(max-width:449px) {
  .honor-ul li {
    width: 100%;
  }
}

.pro {
  padding: 120px 0 80px;
  overflow: hidden;
}

.pro-box {
  display: flex;
  justify-content: space-between;
}

.pro-l {
  width: 410px;
}

.pro-l ul li>a {
  background: #eeeeee;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-family: "HEITI";
  color: #292929;
  padding: 0 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pro-r {
  width: calc(100% - 480px);

}

.pro-l ul li dl {
  padding: 20px;
}

.pro-l ul li dl dd {
  line-height: 30px;
}

.pro-r ul li h4 {
  font-size: 18px;
  text-align: center;
  padding: 20px 0 30px;
}

.pro-r ul li:hover h4 {
  font-weight: bold;
  color: #d71524;
}

.pro-l ul li dl dd:hover a {
  color: #d71524;
}

.pro-l li.on>a {
  color: #fff;
  background: #d71524;
}

.pro-l ul li:hover>a {
  color: #fff;
  background: #d71524;
}

.pro-l ul li dl dd.on a {
  color: #d71524;
}

.pro-r ul {
  margin-bottom: 50px;
}

@media(max-width:1600px) {
  .pro-l {
    width: 350px;
  }

  .pro-l ul li>a {
    font-size: 18px;
  }

  .pro-r {
    width: calc(100% - 400px);
  }

  .pro-r ul li h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media(max-width:991px) {
  .pro-l {
    width: 100%;
  }

  .pro-box {
    display: block;
  }

  .pro-r {
    width: 100%;
  }

  .pro {
    padding: 40px 0 0px;
  }

  .pro-r ul {
    margin-bottom: 0px;
  }
}

.casenav-swiper .swiper-slide a {
  display: block;
  border-left: 1px solid #e5e5e5;
  text-align: center;
}

.casenav-swiper .swiper-slide:first-child a {
  border-left: 0;
}

.casenav-swiper .swiper-slide.on a,
.casenav-swiper .swiper-slide:hover a {
  background: #d71524;
  color: #fff;
  border-left: 1px solid #d71524;
}

.case {
  padding: 120px 0;
}

.case-box ul li h4 {
  font-size: 24px;
  font-family: "HEITI";
  text-align: center;
  padding: 30px 0 50px;
}

.case-box ul {
  margin-bottom: 30px;
}

.case-box ul li:hover h4 {
  color: #d71524;
}

@media(max-width:1200px) {
  .case-box ul li h4 {
    font-size: 18px;
    padding: 20px 0;
  }

}

@media(max-width:991px) {
  .case {
    padding: 50px 0 0;
  }
}

.par {
  padding: 120px 0;
}

.par-ul li {
  width: 16.6%;
  margin-bottom: 30px;
}

.par-tit {
  font-size: 18px;
  font-family: "HEITI";
}

@media(max-width:991px) {
  .par-ul li {
    width: 33.333%;
  }

  .par {
    padding: 40px 0 20px;
  }
}

@media(max-width:500px) {
  .par-ul li {
    width: 50%;
  }
}

.dep {
  padding: 120px 0;
}

.dep-top p {
  padding: 0 100px;
  text-align: center;
  margin-top: 60px;
}

.dep-img {
  margin-top: 80px;
}

@media(max-width:1200px) {
  .dep-top p {
    padding: 0;
  }
}

@media(max-width:991px) {
  .dep {
    padding: 50px 0;
  }

  .dep-top p {
    margin-top: 20px;
  }
}


.sernav-swiper .swiper-slide a {
  display: block;
  border-left: 1px solid #e5e5e5;
  text-align: center;
}

.sernav-swiper .swiper-slide:first-child a {
  border-left: 0;
}

.sernav-swiper .swiper-slide.on a,
.sernav-swiper .swiper-slide:hover a {
  background: #d71524;
  color: #fff;
  border-left: 1px solid #d71524;
}

.ser {
  padding: 120px 0;
  overflow: hidden;
}

.ser-m ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ser-ml {
  width: 58.75%;
}

.ser-mr {
  width: 37.75%;
}

.ser-m ul li {
  margin-top: 60px;
}

.ser-mr h4 {
  font-size: 30px;
  font-family: "HEITI";
  margin-bottom: 30px;
}
.ser-m ul li:hover h4{
  color: #d71524;
}

@media(max-width:1600px) {
  .ser-box h3 {
    font-size: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media(max-width:1400px) {
  .ser-box h3 {
    font-size: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .ser-mr p {
    font-size: 16px;
    line-height: 26px;
  }

  .ser-mr h4 {
    margin-bottom: 20px;
  }
}

@media(max-width:1200px) {
  .ser-m ul li a {
    flex-wrap: wrap;
  }

  .ser-ml {
    width: 100%;
  }

  .ser-mr {
    width: 100%;
    margin-top: 40px;
  }

  .ser-m ul li:nth-of-type(2) a {
    flex-direction: column-reverse;
  }
}

@media(max-width:991px) {
  .ser {
    padding: 50px 0 30px;
  }

  .ser-box h3 {
    font-size: 28px;
  }

  .ser-mr h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .ser-m ul li {
    margin-top: 30px;
  }

}

.warranty {
  padding: 120px 0;
}

.warranty-txt {
  margin-top: 60px;
  padding: 0 230px;
}

@media(max-width:1200px) {
  .warranty-txt {
    padding: 0 50px;
  }
}

@media(max-width:991px) {
  .warranty-txt {
    padding: 0px;
    margin-top: 20px;
  }

  .warranty {
    padding: 40px 0;
  }
}

.complain {
  padding: 120px 0;
  overflow: hidden;
}

.complain-box {
  display: flex;
}

.complain-l {
  width: 50%;
  padding-right: 80px;
}

.complain-r {
  width: 50%;
}

.complain-form {
  margin-top: 60px;
}

.complain-from-item {
  border: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.complain-from-item input {
  border: none;
  height: 60px;
  line-height: 60px;
}

.complain-irow .complain-from-item:first-child {
  margin-right: 40px;
}

.complain-from-item i {
  color: #d71524;
}

.complain-irow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.complain-irow .complain-from-itemdz {
  margin-right: 0px !important;
}

.complain-from-textarea {
  height: auto;
}

.complain-from-textarea {
  line-height: 32px !important;
  margin-right: 0 !important;
}

.complain-from-textarea textarea {
  border: none;
}

.complain-form button {
  display: block;
  border: none;
  background: #d71524;
  color: #fff;
  width: 300px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  font-family: "HEITI";
  margin-top: 50px;
}

@media(max-width:1700px) {
  .complain-irow {
    margin-bottom: 20px;
  }

  .complain-l {
    padding-right: 50px;
  }
}

@media(max-width:1600px) {
  .complain-irow {
    margin-bottom: 15px;
  }

  .complain-l {
    padding-right: 30px;
  }

  .complain-form button {
    margin-top: 20px;
  }

  .complain-form {
    margin-top: 30px;
  }

  .complain-from-item span {
    width: 72px;
    display: block;
  }

  .complain-from-item input {
    width: calc(100% - 40px);
  }

  .complain-r h3 {
    font-size: 40px;
  }
}

@media(max-width:1200px) {
  .complain-box {
    display: block;
  }

  .complain-l {
    width: 100%;
    padding-right: 0;
  }

  .complain-r {
    width: 100%;
    margin-top: 30px;
  }
}

@media(max-width:600px) {
  .complain {
    padding: 50px 0;
  }

  .complain-irow {
    display: block;
  }

  .complain-from-item-in {
    margin-bottom: 20px;
  }
}

.news {
  padding: 120px 0 80px;
}

.news-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-r {
  width: calc(100% - 500px);
}

.news-box ul li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.news-r h3 {
  font-size: 30px;
  font-family: "HEITI";
}

.news-r h4 {
  margin: 30px 0 50px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media(max-width:1200px) {
  .news-r h3 {
    font-size: 22px;
  }

  .news-r h4 {
    margin: 20px 0;
  }
}

@media(max-width:991px) {
  .news-box ul li a {
    display: block;
  }

  .news-r {
    width: 100%;
    margin-top: 30px;
  }

  .news-r h3 {
    line-height: 30px;
    font-size: 18px;
  }

  .news-r h4 {
    line-height: 28px;
    margin: 10px 0;
  }

  .news {
    padding: 50px 0 0px;
  }
}

.newsd {
  padding: 120px 0;
}

.newsd-tit {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.newsd-tit h4 {
  padding: 30px 0;
}

.newsd-box {
  padding: 60px 0px;
}

.newsd-box p {
  text-indent: 2em;
  margin-bottom: 20px;
}

.newsd-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsd-page {
  margin: 0px 0px;
  border-top: 1px solid #e5e5e5;
  padding-top: 60px;
}

.newsd-page a {
  display: block;
}

.newsd-back {
  width: 150px;
  height: 46px;
  background: #d71524;
  color: #fff;
  text-align: center;
  line-height: 46px;
}

.news-m {
  padding: 0 200px;
}

@media(max-width:1700px) {
  .news-m .in-tit {
    font-size: 40px;
  }
}

@media(max-width:1400px) {
  .news-m .in-tit {
    font-size: 40px;
  }

  .news-m {
    padding: 0;
  }
}

@media(max-width:991px) {
  .news-m .in-tit {
    font-size: 30px;
    line-height: 36px;
  }

  .newsd {
    padding: 40px 0;
  }

  .newsd-box {
    padding: 30px 0 20px;
  }
}

.contact {
  padding: 120px 0;
}

.contact-ditu {
  margin-top: 60px;
}

.contact-m ul li {
  display: flex;
  height: 80px;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.contact-icon {
  width: 31px;
  height: 31px;
  margin-right: 5px;
}

.contact-m ul li h4 {
  line-height: 30px;
}

@media(max-width:991px) {
  .contact {
    padding: 50px 0;
  }

  .contact-ditu {
    margin-top: 30px;
  }
}

.factory {
  padding: 120px 0;
}

.factory-box ul {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

.factory-box ul li {
  width: 22.5%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

.factory-img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.factory-box ul li.on {
  width: 50%;
}

.factory-box ul li h3 {
  position: absolute;
  left: 50%;
  color: #fff;
  top: 50%;
  font-size: 36px;
  font-family: "HEITI";
  z-index: 66;
  writing-mode: vertical-rl;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.factory-box ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.factory-txt {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 66;
  left: 0;
  top: 0;
  padding: 75px 50px 0;
  display: none;
}

.factory-box ul li h4 {
  font-size: 36px;
  font-family: "HEITI";
}

.factory-txt h5 {
  margin-top: 230px;
  border-top: 1px solid #ffffff;
  padding-top: 50px;
  font-size: 18px;
  line-height: 35px;
}

.factory-box ul li.on h3 {
  display: none;
}

.factory-box ul li.on .factory-txt {
  display: block;
}

@media(max-width:1600px) {
  .factory-txt h5 {
    font-size: 16px;
    line-height: 32px;
  }
}

@media(max-width:1200px) {
  .factory-txt h5 {
    font-size: 16px;
    line-height: 32px;
    margin-top: 100px;
  }

  .factory-box ul li h4 {
    font-size: 30px;
  }

  .factory-box ul li h3 {
    font-size: 30px;
  }
}

@media(max-width:991px) {
  .factory-box ul {
    display: block;
  }

  .factory-box ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .factory-box ul li.on {
    width: 100%;
  }

  .factory-box ul li .factory-txt {
    display: block !important;
  }

  .factory-box ul li h3 {
    display: none !important;
  }

  .factory-txt {
    padding: 50px 15px;
  }

  .factory {
    padding: 40px 0;
  }
}

.prod-top {
  padding: 120px 0 100px;
  display: flex;
}

.prod-topl {
  padding-right: 100px;
  width: 50%;
}
.prod{
  overflow: hidden;
}


.prod-topr h3 {
  font-size: 40px;
  font-family: "HEITI";
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.prod-topul {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}

.prod-topr {
  width: 50%;
}

.prod-topr-ying {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}

.prod-topr-ying h4 {
  font-size: 24px;
  font-family: "HEITI";
  color: #d71524;
  margin-bottom: 25px;
}

.prod-topr-ying h5 {
  line-height: 30px;
}

.prod-topul li i {
  display: block;
  width: 7px;
  height: 7px;
  background: #d71524;
  border-radius: 50%;
}

.prod-topul li {
  margin-bottom: 15px;
}

.prod-topul li span {
  padding-left: 14px;
}

.prod-topul li span {
  display: block;
}

.prod-top-row {
  display: flex;
  align-items: center;
}

.prod-top-two {
  padding-left: 95px !important;
  display: block;
  margin-top: 10px;
}

.prod-topr {
  width: 50%;
}

.prod-swiper .swiper-button-prev {
  background: url("../img/prod-prev.png") no-repeat center;
  left: 2%;
}

.prod-swiper .swiper-button-next {
  background: url("../img/prod-next.png") no-repeat center;
  right: 2%;
}

.prod-swiper .swiper-button-prev:hover {
  background: url("../img/prod-prevh.png") no-repeat center;
}

.prod-swiper .swiper-button-next:hover {
  background: url("../img/prod-nexth.png") no-repeat center;
}

.prod-more a {
  display: flex;
  background: #d71524;
  color: #fff;
  width: 40%;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-right: 80px;
}

.prod-more {
  display: flex;
  padding-top: 80px;
}

.prod-more .prod-look {
  background: none !important;
  color: #d71524;
  border: 1px solid #d71524;
}

.prod-more span {
  font-size: 24px;
  padding-left: 20px;
}

.prod-params {
  background: #eeeeee;
  padding: 100px 0;
}

.prod-tj {
  padding: 120px 0;
}

.prod-tjbox {
  margin-top: 60px;
}

.prodtj-swiper h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}

.prodtj-swiper .swiper-slide:hover h4 {
  font-family: "HEITI";
  color: #d71524;
}

.prod-params-txt h4 {
  font-size: 24px;
  color: #292929;
  font-family: "HEITI";
  margin-bottom: 30px;
}


.prod-params-txt {
  font-size: 18px;
  line-height: 35px;

}

.prod-params-txt p {
  margin-bottom: 20px;
}

.fjpz-row span {
  margin-right: 60px;
}

.fjpz-row i {
  display: block;
  width: 8px;
  height: 8px;
  background: #d71524;
  border-radius: 50%;
  margin-right: 5px;
}

.fjpz-row span {
  display: flex;
  align-items: center;
}

.fjpz-row {
  display: flex;
  flex-wrap: wrap;
}

.fjpz h5 {
  font-size: 18px;
  color: #292929;
  font-family: "HEITI";
}

.fjpz {
  padding-left: 30px;
}

@media(max-width:1700px) {
  .prod-topl {
    padding-right: 50px;
  }

  .prod-more {
    padding-top: 40px;
  }
}
@media(max-width:1600px){
  .prod-topul{
    padding: 15px 0;
  }
  .prod-topr-ying h4{
    margin-bottom: 15px;
  }
  .prod-topul li{
    margin-bottom: 10px;
  }
} 

@media(max-width:1400px){
  .prod-topul{
    padding: 10px 0;
  }
  .prod-topr-ying h4{
    margin-bottom: 10px;
  }
  .prod-topul li{
    margin-bottom:5px;
  }
  .prod-more{
    padding-top: 20px;
  }
} 
@media(max-width:1200px){
  .prod-top{
    display: block;
  }
  .prod-topl{
    width: 100%;
    padding-right: 0;
  }
  .prod-topr{
    width: 100%;
    margin-top: 30px;
  }
  .prod-more a{
    margin-right: 0;
    width: 45%;
  }
  .prod-more{
    justify-content: space-between;
  }
  .prod-params-txt img{
    width: 100%;
  }
  .prod-params{
    padding: 40px 0;
  }
}
@media(max-width:991px){
  .prod-more span{
    font-size: 18px;
  }
  .prod-topr h3{
    font-size: 30px;
  }
  .prod-top{
    padding: 60px 0 30px
  }
  .prod-tj{
    padding: 40px 0;
  }
  .prod-tjbox{
    margin-top: 30px;
  }
  .prodtj-swiper h4{
    line-height: 30px;
  }
}
