@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'HETTI';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}




/* header */
header {
  width: 100%;
  position: relative;
  height: 100px;
  z-index: 999;
  width: 100%;
  border-bottom: 4px solid #d40000;
}

.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 {
  margin-top: 10px;
}

.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;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-left: 50px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #d40000;
  font-family: 'HETTI';
}

.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;
  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;
}

.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-left: 40px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    margin-left: 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: 70px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 13%;
  text-align: right;
}

.footer-topr {
  width: 86.25%;
}

.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;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}


.footer-navul li dl 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;
}

@media (max-width: 1400px) {}

@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-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 {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }


  #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;
  }
}


.hometit {
  font-size: 50px;
  font-family: 'HETTI';
}

.habout {
  padding: 120px 0;
}

.habout-tit {
  display: flex;
  align-items: flex-end;
}

.habout-box {
  display: flex;
  overflow: hidden;
}

.habout-boxl {
  width: 50%;
}

.habout-boxr {
  width: 50%;
  padding-left: 100px;
}

.habout-tit h4 {
  font-size: 24px;
  font-family: 'HETTI';
  color: #e60012;
}

.habout-ltxt {
  margin-top: 60px;
  line-height: 35px;
}

.habout-ltxt p {
  text-indent: 2em;
  font-size: 18px;
  margin-bottom: 34px;
}

.habout-lul {
  display: flex;
  justify-content: space-between;
}

.habout-lul li {
  width: 240px;
  height: 240px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.habout-lul li .habout-licon img:last-child {
  display: none;
}

.habout-lul li h3 {
  font-size: 24px;
  color: #292929;
  font-family: 'HETTI';
  margin-top: 25px;
}

.habout-lul li:hover {
  background: #e60012;
}

.habout-lul li:hover h3 {
  color: #fff;
}

.habout-lul li:hover .habout-licon img:last-child {
  display: block;
}

.habout-lul li:hover .habout-licon img:first-child {
  display: none;
}

.hpro-tit {
  display: flex;
  justify-content: space-between;
}

.hpro {
  background: #fafafa;
  padding: 120px 0;
}

.hpro-boxw {
  margin-top: 60px;
}

.home-more a {
  display: block;
  width: 160px;
  height: 46px;
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 46px;
}

.hpro-swiper .swiper-slide a {
  display: block;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.hpro-swiper .swiper-slide a:hover {
  border: 1px solid #e60012;
}

.hpro-txt {
  border-top: 1px solid #dcdcdc;
  padding: 34px 30px;
  text-align: center;
}

.hpro-txt h3 {
  font-size: 24px;
  font-family: 'HETTI';
}

.hpro-txt h4 {
  color: #999999;
  line-height: 30px;
  margin-top: 20px;
}

.hpro-swiper .swiper-slide:hover .hpro-txt {
  background: #e60012;
  color: #fff;
}

.hpro-swiper .swiper-slide:hover .hpro-txt h4 {
  color: #fff;
}

.hpadding {
  padding: 120px 0
}

.hcommargin-t {
  margin-top: 60px;
}

.hcase-btn {
  position: relative;
  width: 112px;
}

.hcase-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hcase-btn .swiper-button-next {
  width: 46px;
  height: 46px;
  background: #292929 url("../img/hcase-next.png") no-repeat center;
}

.hcase-btn .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: #292929 url("../img/hcase-prev.png") no-repeat center;
  left: 0;
}

.hcase-btn .swiper-button-next:hover {
  background: #e60012 url("../img/hcase-next.png") no-repeat center;
}

.hcase-btn .swiper-button-prev:hover {
  background: #e60012 url("../img/hcase-prev.png") no-repeat center;
}

.hcase-txt {
  position: absolute;
  top: 100%;
  background: linear-gradient(rgba(237, 0, 0, 0), rgba(237, 0, 0, 1));
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.hcase-swiper .swiper-slide a {
  display: block;
  position: relative;
}

.hcase-txth3 {
  position: absolute;
  bottom: 30px;
  font-size: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: 'HETTI';
}

.hcase-swiper .swiper-slide a:hover .hcase-txt {
  top: 50%;
}

.hnews {
  background: #fafafa;
}

.hnews-m ul li a {
  display: flex;
  background: #fff;

}

.hnews-m ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hnews-m ul li {
  width: 48%;
  margin-bottom: 40px;
}

.hnews-img {
  width: 270px;
}

.hnews-txt {
  width: calc(100% - 270px);
  padding: 30px;
}

.hnews-txt h3 {
  font-size: 24px;
  font-family: 'HETTI';
  color: #292929;
}

.hnews-m ul li:hover .hnews-txt h3 {
  color: #e60012;
}

.hnews-txt span {
  display: block;
  color: #555555;
  font-size: 18px;
  margin: 20px 0;
}

.hnews-txt h4 {
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hhonor-box {
  overflow: hidden;
}

.hhonor-box ul {
  display: flex;
  justify-content: space-between;
}

.hhonor-box ul li {
  width: 30.8%;
}

.hhonor-box ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.hhonor-bg {
  position: absolute;
  background: linear-gradient(rgba(237, 0, 0, 0), rgba(237, 0, 0, 1));
  width: 100%;
  height: 100%;
  top: 100%;
  transition: all 0.4s;
}

.hhonor-txt {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 60px;
  font-size: 36px;
  font-family: 'HETTI';
  color: #fff;
}

.hhonor-box ul li a:hover .hhonor-bg {
  top: 50%;
}

@media(max-width:1700px) {
  .habout-ltxt {
    margin-top: 40px;
  }

  .habout-ltxt p {
    margin-bottom: 25px;
  }

  .habout-lul li {
    width: 30%;
    height: 180px;
  }

  .habout-boxr {
    padding-left: 50px;
  }
}

@media(max-width:1600px) {
  .habout-ltxt {
    margin-top: 40px;
  }

  .habout-ltxt p {
    margin-bottom: 30px;
  }

  .habout-lul li {
    width: 30%;
  }

  .hnews-txt h3 {
    font-size: 22px;
  }

  .hnews-txt span {
    margin: 15px 0;
  }

  .hnews-img {
    width: 50%;
  }

  .hnews-txt {
    width: 50%;
    padding: 20px;
  }
}

@media(max-width:1400px) {
  .habout-ltxt {
    margin-top: 30px;
  }

  .habout-ltxt p {
    margin-bottom: 20px;
  }

  .habout-lul li {
    width: 30%;
  }

  .habout-ltxt p {
    font-size: 16px;
    line-height: 30px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }
}

@media(max-width:1200px) {
  .habout-box {
    display: block;
  }

  .habout-boxl {
    width: 100%;
    margin-bottom: 40px;
  }

  .habout-boxr {
    width: 100%;
    padding: 0;
  }

  .hnews-img {
    width: 45%;
  }

  .hnews-txt {
    width: 55%;
  }

  .hnews-txt h3 {
    font-size: 20px;
  }

  .hnews-txt span {
    margin: 5px 0;
  }

  .hnews-txt h4 {
    line-height: 26px;
  }

  .hhonor-txt {
    font-size: 24px;
    left: 30px;
    bottom: 30px;
  }

  .footer-topl {
    display: none;
  }

  .footer-topr {
    width: 100%;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media(max-width:991px) {
  .logo {
    margin-top: 3px;
  }

  .hometit {
    font-size: 32px;
  }

  .habout-tit h4 {
    font-size: 16px;
  }

  .habout {
    padding: 50px 0;
  }

  .habout-ltxt {
    margin-top: 20px;
  }

  .habout-lul li h3 {
    font-size: 20px;
  }

  .habout-lul li {
    height: 150px;
  }

  .hpro {
    padding: 50px 0;
  }

  .hpro-boxw {
    margin-top: 30px;
  }

  .hpro-txt h3 {
    font-size: 20px;
  }

  .hpro-txt h4 {
    margin-top: 10px;
    line-height: 26px;
  }

  .hpro-txt {
    padding: 20px;
  }

  .hcase-txth3 {
    font-size: 20px;
  }

  .hpadding {
    padding: 50px 0;
  }

  .hcommargin-t {
    margin-top: 40px;
  }

  .hnews-m ul {
    display: block;
  }

  .hnews-m ul li {
    width: 100%;
  }

  .hnews-txt span {
    font-size: 16px;
  }

  .hnews-m ul li:last-child {
    margin-bottom: 0;
  }
}

@media(max-width:600px) {
  .hnews-m ul li a {
    display: block;
    width: 100%;
  }

  .footer-navul li dl dd {
    width: 100%;
    display: block;
  }

  .hnews-img {
    width: 100%;
  }

  .hnews-txt {
    width: 100%;
  }

  .hhonor-box ul {
    display: block;
  }

  .hhonor-box ul li {
    width: 100%;
    margin-bottom: 40px;
  }

  .hhonor-box ul li:last-child {
    margin-bottom: 0;
  }

  .footer-navul li {
    width: 100% !important;
    text-align: center;
  }

  .footer-navul li dl dd a {
    text-align: center;
    display: block;
  }
}



@media(max-width:449px) {
  .hometit {
    font-size: 28px;
  }

  .habout-tit h4 {
    font-size: 14px;
  }

  .habout-lul li h3 {
    font-size: 18px;
  }

  .habout-lul li {
    height: 120px;
  }

  .habout-lul li h3 {
    margin-top: 15px;
  }

}

.hnews-box {
  overflow: hidden;
}

/*内页*/
.ipad {
  padding: 120px 0;
}

.news-box ul li a {
  display: flex;
  justify-content: space-between;
}

.news-l {
  width: 406px;
}

.news-r {
  width: calc(100% - 466px);
}

.news-box ul li {
  margin-bottom: 60px;
}

.news-box ul li h3 {
  font-size: 30px;
  color: #292929;
  font-family: 'HETTI';
}

.news-r {
  border-bottom: 1px solid #e7e7e7;
}

.news-r span {
  display: block;
  margin: 30px 0;
}

.news-r h4 {
  font-size: 18px;
  line-height: 35px;
  color: #555555;
}

.in-more a {
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  background: #e60012;
  color: #fff;
}

.news-more {
  padding-top: 20px;
}

@media(max-width:1200px) {
  .news-l {
    width: 30%;
  }

  .news-r {
    width: 68%;
  }

  .news-r span {
    margin: 10px 0;
  }

  .news-r h4 {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
  }
}

@media(max-width:991px) {
  .news-r h4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-r span {
    margin: 5px 0;
  }

  .ipad {
    padding: 50px 0;
  }

  .news-box ul li {
    margin-bottom: 30px;
  }
}

@media(max-width:620px) {
  .news-box ul li a {
    display: block;
  }

  .news-l {
    width: 100%;
  }

  .news-r {
    width: 100%;
    padding: 15px 0;
  }

  .news-box ul li h3 {
    font-size: 20px;
  }

  .in-more a {
    width: 180px;
  }
}

.pro-box {
  display: flex;
  justify-content: space-between;
}

.pro-l {
  width: 340px;
}

.pro-r {
  width: calc(100% - 400px);
}

.pro-rtxt {
  border-top: 1px solid #dcdcdc;
  padding: 34px 30px;
  text-align: center;
}

.pro-rtxt h3 {
  font-size: 22px;
  font-family: 'HETTI';
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-rtxt h4 {
  color: #999999;
  line-height: 30px;
  margin-top: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}

.pro-r ul li:hover .pro-rtxt {
  background: #e60012;
  color: #fff;
}

.pro-r ul li:hover h4 {
  color: #fff;
}

.pro-r ul li:hover a {
  border: 1px solid #e60012;
}

.pro-r ul li a {
  display: block;
  border: 1px solid #dcdcdc;
}

.pro-r ul li {
  margin-bottom: 30px;
}

.pro-l ul li a {
  height: 60px;
  display: block;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  line-height: 60px;
  padding-left: 20px;
}

.pro-l ul li.on a {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
  font-family: 'HETTI';
}

.pro-l ul li:hover a {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
  font-family: 'HETTI';
}

.pro-more {
  padding-top: 60px;
}

@media(max-width:1400px) {
  .pro-rtxt h3 {
    font-size: 20px;
  }

  .pro-rtxt h4 {
    margin-top: 12px;
    line-height: 24px;
    height: 48px;
  }

  .pro-l {
    width: 280px;
  }

  .pro-r {
    width: calc(100% - 300px);
  }
}

@media(max-width:1200px) {
  .pro-box {
    display: block;
  }

  .pro-l {
    width: 100%;
  }

  .pro-r {
    width: 100%;
    margin-top: 30px;
  }
}

.about-top {
  display: flex;
  padding-bottom: 100px;
  overflow: hidden;
}

.about-topl {
  width: 50%;
}

.about-topr {
  width: 50%;
  padding-left: 100px;
}

.about-topltxt p {
  text-indent: 2em;
  margin-bottom: 30px;
}

.about-topltxt {
  margin-top: 50px;
  font-size: 18px;
  line-height: 32px;
}

.culture {
  background: url("../img/cul-bg.jpg") no-repeat top center;
  padding: 248px 0 300px;
}

.culture-swiper h3 {
  color: #fff;
  font-size: 50px;
  font-family: 'HETTI';
}

.culture-swiper h4 {
  color: #fff;
  font-size: 30px;
  margin-top: 60px;
}

.culture-swiper a {
  display: block;
  text-align: center;
}

.culture-swiper .swiper-button-next {
  background: url("../img/cul-next.png") no-repeat center;
}

.culture-swiper .swiper-button-prev {
  background: url("../img/cul-prev.png") no-repeat center;
}

.plant-btn {
  position: relative;
  width: 112px;
}

.plant {
  padding-top: 120px;
  overflow: hidden;
}

.plant-tit {
  display: flex;
  justify-content: space-between;
}

.plant-tit h3 {
  font-size: 50px;
  font-family: 'HETTI';
  color: #292929;
}

.plant-btn .swiper-button-next {
  width: 46px;
  height: 46px;
  background: #292929 url("../img/hcase-next.png") no-repeat center;
}

.plant-btn .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: #292929 url("../img/hcase-prev.png") no-repeat center;
  left: 0;
}

.plant-btn .swiper-button-next:hover {
  background: #e60012 url("../img/hcase-next.png") no-repeat center;
}

.plant-btn .swiper-button-prev:hover {
  background: #e60012 url("../img/hcase-prev.png") no-repeat center;
}

.plant-box {
  margin-top: 60px;
}

.plant-swiper h4 {
  font-size: 24px;
  text-align: center;
  font-family: 'HETTI';
  margin-top: 30px;
}

.plant-swiper .swiper-slide:hover h4 {
  color: #e60012;
}

@media(max-width:1700px) {
  .hometit {
    font-size: 40px;
  }
}

@media(max-width:1600px) {
  .about-topltxt p {
    margin-bottom: 20px;
  }

  .about-topr {
    padding-left: 50px;
  }

  .about-topltxt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media(max-width:1400px) {
  .about-topltxt p {
    margin-bottom: 10px;
  }

  .about-topr {
    padding-left: 30px;
  }

  .about-topltxt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media(max-width:1200px) {
  .about-top {
    display: block;
  }

  .about-topl {
    width: 100%;
  }

  .about-topr {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

@media(max-width:991px) {
  .about-top {
    padding-bottom: 50px;
  }

  .culture-swiper h4 {
    font-size: 22px;
    padding: 0 100px;
    text-align: center;
    line-height: 30px;
  }

  .culture {
    padding: 150px 0;
  }

  .culture-swiper h3 {
    font-size: 30px;
  }

  .culture-swiper h4 {
    margin-top: 30px;
  }

  .plant-tit h3 {
    font-size: 30px;
  }

  .plant {
    padding-top: 50px;
  }

  .plant-box {
    margin-top: 30px;
  }
}


@media(max-width:600px) {
  .culture {
    padding: 80px 0;
  }

  .culture-swiper h4 {
    font-size: 18px;
    padding: 0 50px;
    text-align: center;
    line-height: 28px;

  }
}



/* 联系我们 */
.contact-main {
  padding-bottom: 60px;
}

.contact-cont {
  overflow: hidden;
}

.contact-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  justify-content: center;
}

.contact-info dl dt {
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}

.contact-info dl dd {
  line-height: 30px;
  color: #666;
  font-size: 16px;
}

.contact-img {
  overflow: hidden;
  width: 100%;
}

.contact-img img {
  display: block;
  width: 100%;
}

.contact-ditu {
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}

.contact-ditu img {
  display: block;
  width: 100%;
}

@media(max-width: 1200px) {
  .contact-info dl dt {
    margin-bottom: 15px;
  }
}

@media(max-width: 991px) {
  .col-xxs-12 {
    width: 100%;
  }

  .contact-info {
    padding: 30px 0px;
    margin-bottom: 15px;
  }

  .contact-main {
    padding-bottom: 40px;
  }

  .mbnone{
    display: none;
  }
}

@media(max-width: 599px) {
  .contact-main {
    padding-bottom: 30px;
  }

  .contact-ditu {
    margin-top: 15px;
  }
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}

@media(max-width:1800px){
  .hcon-row{
    padding: 240px 0 180px;
  }
}
