@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@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;
}
@font-face {
  font-family: "DIN";
  src: url("../font/din-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  position: relative;
  height: 100px;
  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: 100px;
}

.logo {
}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 180px;
  margin-top: 10px;
}

.nav-ul li > a {
  display: block;
  font-size: 18px;
  /* line-height: 58px; */
  text-align: center;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 35px;
}

.nav-ul li:hover > a,
.nav-ul li.nav-active>a {
  color: #be9757;
}

.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: 60px;
  z-index: 99;
  width: 100%;
  display: none;
  background: #fff;
  border-top: 3px solid #be9757;
}

.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: #555555;
  font-size: 18px;
}

.nav-sub dl dd a:hover {
  color: #be9757;
}

.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: #be9757;
}



.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: 120px;
    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: url("../img/footer_bg.jpg") no-repeat top center;
  overflow: hidden;
  background-size: cover;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 28%;
  color: #333333;
}

.footer-topr {
  width: 60%;
}
.footer-top h3 {
  font-size: 24px;
}
.footer-topl h4 {
  font-size: 16px;
  margin-top: 10px;
}
.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #333333;
  font-family: "SanRegular";
}

.footer-lastrowtxt {
  color: #333333 !important;
  margin-top: 15px;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li > a {
  font-size: 18px;
  color: #333333;
  font-family: "SanRegular";
}

.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: #333333;
  font-family: "SanRegular";
  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;
  margin-left: 30px;
}

/* .footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
} */

.footer-last {
  display: flex;
}

.footer-lastrowtxt {
  color: #fff;
  text-align: center;
}

.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;
  }

  .headlang {
    display: none;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    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;
  }
  .footer-lastrowimg img {
    width: 120px;
  }
  .footer-lastrow {
    justify-content: center;
  }
  .footer-last {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

.headlang-item a {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 40px;
  cursor: pointer;
  
}
.headlang {
  width: 146px;
  border: 1px solid #cccccc;
  line-height: 40px;
  padding-left: 22px;
  position: absolute;
  right: 0;
  background: #fff;
}

.headlang-item h4 {
  padding: 0 10px;
}
.headlang-item:last-child {
  display: none;
}
.nav-sub {
  padding: 20px 0;
}
.footer-topl-lianxi {
  margin-top: 60px;
  line-height: 30px;
}

.hpro {
  padding: 100px 0;
}
.hometit {
  font-size: 50px;
  color: #000000;
}
.hpro-topl h4 {
  font-size: 30px;
  color: #be9757;
  margin-top: 20px;
}
.hpro-top {
  display: flex;
  overflow: hidden;
}
.hpro-topl {
  width: 50%;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hpro-topl h4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.hpro-topltxt {
  margin-top: 35px;
  font-size: 18px;
  line-height: 35px;
}
.homemore {
  background: url("../img/homemore-bg.png") no-repeat center;
  width: 140px;
  height: 46px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.homemore img {
  margin-left: 10px;
}
.hpro-boticon {
  background: url("../img/hpro_icon_bg.png") no-repeat center;
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hpro-bot ul li a {
  background: #fafafa;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  padding: 35px 0;
}
.hpro-bot ul li a:hover{
  background: url("../img/hpro-boticon-bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
}
.hpro-bot ul li a:hover .hpro-bottxt h3{
  color: #fff;
}
.hpro-bot ul li a:hover .hpro-boticon{
  background: #fff;
  border-radius: 50px;
}
.hpro-bot ul li a:hover .hpro-boticon img:last-child{
  display: block;
}
.hpro-bot ul li a:hover .hpro-boticon img:first-child{
  display: none;
}
.hpro-bot ul li a .hpro-boticon img:last-child{ 
  display: none;
}
.hpro-bot ul {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.hpro-bot ul li {
  width: 20%;
}
.hpro-boticon img:last-child {
  display: none;
}
.hpro-bot {
  margin-top: 60px;
}
.hpro-bottxt {
  margin-left: 14px;
}
.hpro-bottxt h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.hpro-bot ul li:hover a {
  /* background: ; */
}
.hser-box ul {
  display: flex;
}
.hser {
  background: url("../img/hpro_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 110px 0 180px;
}
.happ-tit {
  display: flex;
  justify-content: space-between;
}

.white {
  color: #ffffff !important;
}
.tc {
  text-align: center;
}
.hser-tit p {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  line-height: 35px;
  font-size: 18px;
}
.hser-tith3 {
  margin-top: 25px;
}
.hser-more {
  margin: 80px auto 0;
}
.hser-box ul {
  justify-content: space-between;
}
.hser-box {
  margin-top: 80px;
  overflow: hidden;
}
.hser-box a {
  color: #fff;
}
.hser-box span {
  font-size: 50px;
  line-height: 50px;
  font-family: "DIN";
}
.hser-box i {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  margin-left: 10px;
}
.hser-box p {
  margin-top: 15px;
}
.happ {
  padding: 100px 0;
}
.happ-titl p {
  margin-top: 20px;
}
.happ-box {
  margin-top: 50px;
}
.happ-box ul li a {
  display: block;
  position: relative;
}
.happ-box ul li{
  transition: all 0.4s;
}

.happ-txt {
  position: absolute;
  bottom: 50px;
  color: #fff;
  display: none;
  left: 50px;
}
.happ-img {
  position: relative;
}
.happ-box ul li h4 {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.happ-box ul {
  display: flex;
  justify-content: space-between;
}
.happ-box ul li {
  width: 13.75%;
  overflow: hidden;
}
.happ-box ul li.on {
  width: 37.5%;
}
.happ-box ul li.on .happ-txt {
  display: block;
}
.happ-txt h3 {
  font-size: 30px;
}
.happ-more {
  width: 140px;
  height: 38px;
  border: 1px solid #fff;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.happ-more span {
  margin-right: 10px;
}
.happ-box ul li.on h4 {
  display: none;
}
.happ-box ul li h4 {
  font-size: 24px;
  white-space: nowrap;
}
.happ-box ul li .happ-txt {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("../img/happ-ibg.png") center bottom no-repeat;
  background-size: cover;
}
.happ-txtm {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.hhonor {
  background: #fafafa;
  padding: 100px 0 0px;
  background-size:100%;
}
.hhonor-bg img {
  width: 100%;
}

.hhonor-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.hhonor-swiper .swiper-slide-active,
.hhonor-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
  margin-top: -40px;
}

.hhonor-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.hhonor-swiper .swiper-slide img {
  width: 100%;
  margin-top: 40px;
}
.hhonor-bg img{
  width: 100%;
}
.hhonor .happ-titr{
  position: relative;
  width: 112px;
}
.happ-titr .swiper-button-prev{
  position: absolute;
  left: 0;
  background: url("../img/honor-btnbg.png") no-repeat center;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.happ-titr .swiper-button-next{
  position: absolute;
  right: 0;
  background: url("../img/honor-btnbg.png") no-repeat center;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hpro-topr{
  width: 50%;
}
@media(max-width:1600px){
  .hpro-topl{
    padding-right: 50px;
  }
  .hpro-bot ul{
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .hpro-bot ul li{
    width: 30%;
  }
}

@media(max-width:1400px){
  .hpro-topl{
    padding-right: 30px;
  }
  .hpro-topltxt {
    margin-top:10px;
    font-size: 16px;
    line-height: 30px;
  }
}

@media(max-width:1200px){ 
  .hpro-top{
    display: block;
  }
  .hpro-topl{
    width: 100%;
    padding-right: 0;
  }
  .hpro-topl .homemore{
    margin: 30px 0;
  }
  .hpro-topr{
    width: 100%;
  }
  .hometit{
    font-size: 24px;
  }
  .hser-tith3{
    margin-top: 10px;
  }
  .hser-tit p{
    font-size: 16px;
  }
  .hser{
    padding: 50px 0;
  }
  .happ-box ul li h4{
    font-size: 18px;
  }
}

@media(max-width:991px){ 
  .hpro-bot ul{
    justify-content: space-between;
  }
  .hpro-bot ul li{
    width:48%;
    gap: 0px;
  }
  .hpro{
    padding: 30px 0;
  }
  .hometit{
    font-size: 32px;
  }
  .hpro-topl h4{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .hpro-bot ul li a{
    justify-content: flex-start;
    padding-left: 30px;
  }
  .hpro-bottxt h3{
    font-size: 20px;
  }
  .happ-box ul{
    display: block;
  }
  .happ-box ul li{
    width: 100%;
  }
  .happ-box ul .happ-img img{
    width: 100%;
  }
  .happ-box ul li.on{
    width: 100%;
  }
  .happ-box ul li{
    margin-bottom: 20px;
  }
  .hhonor-box{
    margin:40px 0;
  }
  .happ-tit{
    display: block;
  }
  .hhonor .happ-titr{
    margin: 50px 0;
  }
  .hhonor-box{
    margin-top:100px;
  }
  .happ{
    padding: 50px 0;
  }
  .hhonor{
    padding: 50px 0 0;
  }
  .happ-titl{
    margin-bottom: 20px;
  }
}

@media(max-width:600px){ 
  .hser-box ul{
    flex-wrap: wrap;
  }
  .hser-box ul li{
    width:50%;
    margin-bottom: 20px;
  }
  
}

@media(max-width:500px){ 
  .hpro-bot ul li{
    width:100%;
  }
}


.pro ul li a{
  display: flex;
  padding: 100px 0;
  overflow: hidden;
}
.proboxl{
  width:50%;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.proboxr{
  width: 50%;
}
.proboxl h3{
  font-size: 36px;
  color: #333333;
  margin-bottom: 50px;
}
.pro ul li p{
  font-size: 16px;
  line-height: 30px;
}
.pro ul li span{
  display: block;
  width: 160px;
  height: 50px;
  background: url("../img/homemore-bg.png") no-repeat center;
  background-size: cover;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  line-height: 50px;
}
.pro ul li:nth-of-type(2n){
  background: #fafafa;
}
.pro ul li:hover .proboxl h3{
  color: #be9757;
}
@media(max-width:1200px){
  .proboxl{
    padding-right: 30px;
  }
  .proboxl h3{
    margin-bottom: 20px;
  }
}

@media(max-width:991px){ 
  .pro ul li a{
    display: block;
    padding: 40px 0;
  }
  .proboxl{
    width: 100%;
    padding-right: 0;
  }
  .proboxr{
    width: 100%;
    margin-top: 30px;
  }
  .pro ul li span{
    margin-top:20px;
  }
  .proboxl h3{
    font-size: 32px;
  }
}

.keyan{
  padding: 100px 0 0;
}
.keyan ul li a{
  display: flex;
  align-items: center;
}
.keyan-l{
  width: 50%;
  padding-right: 100px;
}
.keyan-r{
  width: 50%;
}
.keyan-l h3{
  font-size: 36px;
  color: #333333;
  margin-bottom: 50px;
}
.keyan-l p{
  font-size: 16px;
  color: #555555;
  line-height: 30px;

}
.keyan ul li:hover h3{
  color: #be9757;
}
.keyan ul li .keyantwo{
  padding-right: 0;
  padding-left: 100px;
}
.keyan ul li{
  margin-bottom: 100px;
}
@media(max-width:1200px){
  .keyan-l{
    padding-right: 30px;
  }
  .keyan-l h3{
    margin-bottom: 20px;
  }
  .keyan ul li .keyantwo{
    padding-left: 30px;
  }
}

@media(max-width:991px){
  .keyan ul li a{
    flex-wrap: wrap;
  } 
  .keyan-l{
    padding: 0;
    width: 100%;
  }
  .keyan-r{
    width: 100%;
    margin-top: 30px;
  }
  .keyan ul li:last-child a{
    flex-direction: column-reverse;
  }
  .keyan ul li .keyantwo{
    padding: 0;
    padding-top: 30px;
  }
  .keyan{
    padding: 50px 0 0;
  }
  .keyan ul li{
    margin-bottom: 40px;
  }
}
.in-head{
  border-bottom: 1px solid #eeeeee;
}
.news-tit h3{
  font-size: 50px;
  color: #000000;
  border-bottom: 4px solid #a27733;
  display: inline-block;
  margin: 0 auto;
}
.news-tit{
  text-align: center;
}
.news{
  padding: 100px 0 75px;
}
.news-tit h3{
  padding-bottom: 15px;
}
.news-box{
  margin-top: 50px;
}
.news-box ul li{
  margin-bottom: 40px;
}
.news-txt{
  margin-top: 30px;
}
.news-txt h4{
  font-size: 24px;
  padding: 10px 0 15px;
}
.news-txt p{
  font-size: 16px;
  color: #555555;
}
.news-txt span{
  font-size: 16px;
   color: #555555;
}
.news-box ul li:hover h4{
  color: #be9757;
}

.in-more{
  display: block;
  width: 130px;
  height: 48px;
  background: url("../img/in-more.png") no-repeat center;
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  margin: 0 auto;
  cursor: pointer;
}
@media(max-width:991px){
  .news-txt h4{
    font-size: 18px;
  }
  .news{
    padding: 40px 0 30px;
  }
  .news-tit h3{
    font-size: 32px;
  }
}

.contact{
  padding: 100px 0;
}
.contact-top{
  display: flex;
  overflow: hidden;
}
.contact-l{
  width:50%;
  padding-right: 140px;
}
.contact-r{
  width: 50%;
}
.contact-icon{
  background: url("../img/contat-iconbg.png") no-repeat center;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-l ul li{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}
.contact-l h3{
  font-size: 36px;
  color:#1a1a1a;
}
.contact-l ul{
  margin-top: 50px;
}
.contact-l ul li:first-child{
  border-top: 1px solid #dcdcdc;
}
.contact-icon{
  margin-right: 20px;
}
.contact-ditu{
  margin-top: 50px;
}
.contact-icon img{
  transition: all 0.5s;
}
.contact-l ul li:hover .contact-icon img{
  transform: rotate(90deg);
}
@media(max-width:1400px){
  .contact-l{
    padding-right: 50px;
  }
  .contact-l ul li{
    padding: 10px 0;
  }
}

@media(max-width:991px){
  .contact-top{
    display: block
  }
  .contact-l{
    width: 100%;
    padding: 0;
  }
  .contact-r{
    width: 100%;
    margin-top: 30px;
  }
  .contact-ditu{
    margin-top: 30px;
  }
}
.introduce-num ul li span{ 
  color: #be9757;
}
.introduce-num ul li .hser-num{
  color: #333333;
}
.introduce-num ul li p{
  color: #555555;
}
.introduce{
  padding: 100px 0;
}
.vision-text{
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.vision{
  position: relative;
}
.vision-btn{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vision-btn .inside-width{
  position: relative;
  height: 100%;
}
.vision-btn .swiper-button-prev{
  background: url('../img/about_left.png') no-repeat center;
}
.vision-btn .swiper-button-next{
  background: url('../img/about_right.png') no-repeat center;
}
.vision-text h3{
  font-size: 50px;
  margin-bottom:30px;
}
.vision-text h4{
  font-size: 30px;
}
.vision-text{
  width: 100%;
}
.equ-box{
  display: flex;
  overflow: hidden;
}
.equ-boxl{
  width: 50%;
  padding-right: 100px;
}
.equ-boxr{
  width: 50%;
}
.equ-boxr ul li{
  display: none;
}
.equ{
  padding: 100px 0;
}
.team-title{
  display: flex;
  justify-content: space-between;
}
.team-btn{
  width: 112px;
  position: relative;
}
.team{
  padding-bottom: 100px;
}
.about-tit{
  font-size: 50px;
  color: #000000;
}
.team-box{
  margin-top:50px;
}
.tc{
  text-align: center;
}
.introduce-top h3{
  margin-bottom: 30px;
}
.introduce-top p{
  font-size: 18px;
  line-height: 35px;
}
.introduce-top img{
  margin-top: 30px;
}
.equ-boxl p{
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}
.equ-boxlsw{
  margin-top: 100px;
}
.equ-boxlsw-swiper .swiper-slide a .scale-img{
  display: block;
  border: 2px solid #fff;
  overflow: hidden;
}
.equ-boxlsw-swiper .swiper-slide.on a .scale-img{
  border: 2px solid #be9757;
}


/* 产品展示 */
.pro-display {
  padding-top: 100px;
  overflow: hidden;
}
.prodisplay-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  overflow: hidden;
}
.prodisplay-left {
  margin-right: 100px;
  width: calc(50% - 100px);
  position: relative;
  overflow: hidden;
}
.prodisplay-right {
  width: 50%;
}
.productSwiper {
  width: 100%;
  height: 100%;
}

.productSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Swiper分页器容器 */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px !important;
}

/* 分页圆点基础样式 */
.productSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #690000;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
}

/* 选中状态的圆点 */
.productSwiper .swiper-pagination-bullet-active {
  background: #be9757;
}
.prodisplay-title {
  display: flex;
  align-items: flex-end;
  color: #be9757;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 2px solid #eee;
}
.prodisplay-title h3 {
  font-size: 36px;
  line-height: 36px;
}
.prodisplay-title span {
  font-size: 18px;
  line-height: 18px;
  padding-left: 12px;
}
.prodisplay-des {
  padding-top: 28px;
}
.prodisplay-des p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-bottom: 15px;
}
.prodisplay-des p:last-child {
  margin-bottom: 0px;
}
.prodisplay-main {
  padding-top: 48px;

  border-top: 1px solid #a0a0a0;
}
.prodisplay-item {
  margin-bottom: 36px;
}
.mainsub-title {
  font-size: 30px;
  line-height: 30px;
  color: #be9757;
  margin-bottom: 20px;
}
.mianstep-item {
  margin-bottom: 20px;
}
.mainstep-title {
  font-size: 18px;
  line-height: 20px;
  color: #222;
  font-weight: bold;
  margin: 20px 0 8px;
}
.mianstep-item p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.mianstep-item p span {
  font-weight: bold;
}

.team-btn{
  position: relative;
  width: 112px;
}
.team-btn .swiper-button-prev{
  position: absolute;
  left: 0;
  background: url("../img/honor-btnbg.png") no-repeat center;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-btn .swiper-button-next{
  position: absolute;
  right: 0;
  background: url("../img/honor-btnbg.png") no-repeat center;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width:1600px){
  .equ-boxl{
    padding-right: 50px;
  }
  .equ-boxlsw{
    margin-top: 50px;
  }
}

@media(max-width:1200px){
  .equ-box{
    display: block;
  }
  .equ-boxl{
    width: 100%;
    padding: 0;
  }
  .equ-boxr{
    width: 100%;
    margin-top: 30px;
  }
  .prodisplay-left{
    margin-right: 30px;
  }
  .prodisplay-left{
    width: 50%;
  }
  .mianstep-item img{
    width: 100%;
  }
}

@media(max-width:991px){
  .about-tit{
    font-size: 32px;
  }
  .introduce{
    padding: 40px 0;
  }
  .hser-box{
    margin-top: 40px;
  }
  .vision-text h3{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .vision-text h4{
    font-size: 14px;
    padding: 0 50px;
    line-height: 24px;
  }
  .equ{
    padding: 50px 0;
  }
  .team{
    padding-bottom: 30px;
  }
  .prodisplay-top{
    display:block;
  }
  .prodisplay-left{
    width: 100%;
  }
  .prodisplay-right{
    width: 100%;
    margin-top: 30px;
  }
  .pro-display{
    padding-top: 50px;
  }
  .prodisplay-title h3{
    font-size: 24px;
  }
  .prodisplay-item{
    margin-bottom: 0;
  }
}


.hpro-toplm ul li{
  display: none;
}
.hpro-topr ul li{
  display: none;
}

.bannernone{
  display: none;
}