/*header start*/
#menuPc ul li{ float: left;display: block;}
#menuWap{display:none;}
html,body{
    overflow-x: hidden !important;
}
/*header end*/

/*footer start*/

/*footer end*/

/*轮播图start*/
.banner {
	max-width: 100%;
	margin: 0 auto 0;
	width: 100%;
	background: #FFFFFF;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.banner .bg-box {
	position: relative;
	z-index: 1;
}

.banner .bg-box img {
	width: 100%;
	height: auto;
}

.banner .wap-box {
	display: none;
}

.banner .wap-box img {
	width: 100%;
	height: auto;
}


.banner .banner-content {
	position: absolute;
	left: 11.66%;
	top:50%;
	transform: translate(0,-50%);
	/* width: 100%; */
	z-index: 8;
}

.swiper-slide .banner-content {
	transform: translate(-100%,-50%);
	opacity: 0;
	transition: all .6s;
}

.ani-slide .banner-content {
	transform: translate(0,-50%);
	opacity: 1;
}

/*轮播图end*/

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.main{
	max-width:1920px;
	margin:0 auto;
}
.nyMainCont{
	max-width:1920px;
	margin:0 auto;
}
.ipd-20 {
	padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
	max-width: 1640px;
	margin: 0 auto;
}

/* 视频弹窗 start*/
.hc-video{
	max-width:1280px;
	width:100% !important;
	height:65vh !important;
 }
 .hc-video .layui-layer-setwin .layui-layer-close2:hover{background-position:-149px -31px;}
 /* 视频弹窗 end*/

/*置顶按钮 start*/
#toTop {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 999;
	background: #2C2C2C;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
}

/*置顶按钮 end*/
/* 按钮样式 start */
.button{
	position: relative;
	z-index:3;
}
.button::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#3B3835;
	transform-origin: left center;
	transform:scale(1, 1);
	transition:transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index:-1;
}
.button:hover::after{
	transform-origin: right center;
	transform:scale(0, 1);
}
.hc-pic-msg{
	padding:100px 0;
}
.hc-pic-msg .pic-msg-fixed{
	position: relative;
}
.hc-pic-msg .pic-box{
	width:50%;
	position: absolute;
	left:0;
	top:0;
	height:100%;
	z-index:3;
}
.hc-pic-msg .pic-box .img-box{
	height:100%;
}
.hc-pic-msg .pic-box .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hc-pic-msg .messagebox{
	width:50%;
	padding-left:50%;
}
.hc-pic-msg.hc-like-msg .pic-msg-fixed{
	display: flex;
	flex-wrap: wrap;
}
.hc-pic-msg.hc-like-msg .messagebox{
	width:50%;
	padding-left:0;
}
@media(max-width:1023px){
	.hc-pic-msg .like-box{
		width:100% !important;
	}
	.hc-pic-msg.hc-like-msg .messagebox{
		width:100%;
	}
}
.hc-pic-msg .messageboxWrap{
	padding:20px 0;
}
.messageboxWrap .wpcf7 {
  max-width: 1220px;
  margin:0 auto;
}
.messageboxWrap .wpcf7 p:after{
	content:'';
	display: table;
	clear: both;
}
.messageboxWrap .wpcf7 .wpcf7-form-control-wrap{
	width:48%;
	float:left;
	margin-bottom: 35px;
}
.messagebox .wpcf7-not-valid-tip{margin-top:10px;font-size:12px;}

.messageboxWrap .wpcf7 br{display:none;}
.messageboxWrap .wpcf7 .wpcf7-form-control-wrap:nth-of-type(even){float:right;}
.messageboxWrap .wpcf7 .wpcf7-form-control-wrap:nth-of-type(5){width:100%;}
.messageboxWrap .wpcf7 .wpcf7-text,
.messageboxWrap .wpcf7 .wpcf7-textarea {

  border-radius: 4px;
  background-color: #F5F5F5;
  border: 1px solid #919191;
  box-sizing: border-box;
  padding: 20px 25px;
  outline: none;
  color: #919191;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  height: 63px;
  width: 100%;
}
.messageboxWrap .wpcf7 .wpcf7-text::-webkit-input-placeholder,
.messageboxWrap .wpcf7 .wpcf7-textarea::-webkit-input-placeholder {
  color: #919191;
}
.messageboxWrap .wpcf7 .wpcf7-textarea{
  width: 100%;
  height: 145px;
}
.messageboxWrap .wpcf7 .wpcf7-submit {
  width: 424px !important;
  height: 63px !important;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important;
  text-transform: unset !important;
  color: #fff;
  font-size: 24px;
  font-family: 'Philosopher-Regular';
  background-color: #000 !important;
}
@media(max-width:425px){
	.messageboxWrap .wpcf7 .wpcf7-submit{
		width:100% !important;
	}
}
.hc-pic-msg .like-box{
	width:50%;
	z-index:3;
	border-right:1px solid #ccc;
	padding-right:20px;
	box-sizing:border-box;
}
.hc-pic-msg .loveBoxPop {
  flex-direction: column;
}
.hc-pic-msg .loveBoxPop.on {
  display: flex;
}
.hc-pic-msg .loveBoxPop .tipbox {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.hc-pic-msg .loveBoxPop .tipbox .tip {
  font-family: 'Philosopher-Regular';
  color: #343541;
  font-size: 50px;
  line-height: 60px;
  flex: auto;
  margin-right: 20px;
}
.hc-pic-msg .loveBoxPop .list {
  flex: auto;
  overflow-y: auto;
}
.hc-pic-msg .loveBoxPop .list .item {
  padding: 14px 0;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.hc-pic-msg .loveBoxPop .list .item .left {
  width: 144px;
  flex: none;
  margin-right: 20px;
}
.hc-pic-msg .loveBoxPop .list .item .left .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 127.927927%;
}
.hc-pic-msg .loveBoxPop .list .item .right {
  flex: auto;
}
.hc-pic-msg .loveBoxPop .list .item .right .box1 {
  padding-top: 5px;
}
.hc-pic-msg .loveBoxPop .list .item .right .box1 .t1 {
  color: #707070;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  line-height: 24px;
}
.hc-pic-msg .loveBoxPop .list .item .right .box1 .t2 {
  color: #343541;
  font-size: 24px;
  line-height: 24px;
  margin-top: 2px;
}
.hc-pic-msg .loveBoxPop .list .item .right .box1 .t3 {
  color: #585858;
  font-size: 16px;
  line-height: 24px;
  margin-top: 9px;

}
.hc-pic-msg .loveBoxPop .list .item .right .box1 .t4 {
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  margin-top: 9px;

}
.hc-pro-inq .messageboxWrap{
	padding:0 0;
}
/* 按钮样式 end */
@media screen and (max-width: 1100px) {
	html.mm-blocking body{overflow: initial;}
	  /* // .header-box{
	  // 	position:sticky !important;
	  // 	top:0;
	  // 	left:0;
	  // 	width:100%;
	  // 	z-index:999;
	  // } */
	  #menuPc {
		  display: none !important;
	  }
	  
	  #menuWap {
		  display: block;
	  }
	  #menuWap .wapTopSearchBox {
		  display: flex;
		  width: 100%;
	  }
	  #menuWap .wapTopSearchBox .wapTopSearch{
		  border: none;
		  background-color: #fff;
		  width: 80%;
		  flex: auto;
		  line-height: 30px;
		  padding: 0 10px;
	  }
	  #menuWap .wapTopSearchBox .wapTopSearchbtn{
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  border-left: 1px solid #ccc;
		  width: 40px;
		  font-size: 14px;
		  background-color: #333;
		  color: #fff;
	  }
	  
	  #page {
		  background: #FFFFFF;
	  }
  
	  .btn-nav {
		  position: absolute;
		  top:50%;
		  transform: translateY(-50%);
		  right:20px;
		  background: transparent;
		  border: none;
		  padding: 0;
		  -webkit-transition: all .5s ease;
		  -moz-transition: all .5s ease;
		  -ms-transition: all .5s ease;
		  -o-transition: all .5s ease;
		  transition: all .5s ease;
		  z-index: 99999;
		  display: block !important;
		  width: 30px;
		  float: right;
	  }
  
	  .icon-bar {
		  display: block;
		  margin: 6px 0;
		  width: 30px;
		  height: 3px;
		  background-color: #333;
		  box-shadow: 0 1px 1px #000000;
		  -webkit-transition: all .7s ease;
		  -moz-transition: all .7s ease;
		  -ms-transition: all .7s ease;
		  -o-transition: all .7s ease;
		  transition: all .7s ease;
		  z-index: 999999;
	  }
  
	  .mm-opening .top {
		  -webkit-transform: translateY(8px) rotateZ(45deg);
		  -moz-transform: translateY(8px) rotateZ(45deg);
		  -ms-transform: translateY(8px) rotateZ(45deg);
		  -o-transform: translateY(8px) rotateZ(45deg);
		  transform: translateY(8px) rotateZ(45deg);
	  }
  
	  .mm-opening .bottom {
		  -webkit-transform: translateY(-10px) rotateZ(-45deg);
		  -moz-transform: translateY(-10px) rotateZ(-45deg);
		  -ms-transform: translateY(-10px) rotateZ(-45deg);
		  -o-transform: translateY(-10px) rotateZ(-45deg);
		  transform: translateY(-10px) rotateZ(-45deg);
	  }
  
	  .mm-opening .middle {
		  width: 0;
	  }
  
	  .search-list ul li .li-inner .img-box{width:100%;float:none;}
	  .search-list ul li .li-inner .img-text{width:100%;float:none;margin-top:20px;}
	  .search-list .img-text .t a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;}
	}
/*公共样式定义 end*/

#xhl-wrapper .xhl-launch-button svg path {
    fill: #000000 !important;
}
#xhl-wrapper .xhl-launch-button .xhl-button-text {
    color: #000000 !important;
}
button#xhl-launch-button-div {
    margin-bottom: 50px!important;
}



 

    .about-history {
        padding: 100px 0;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
        margin-bottom: 100px;
    }
    
    .about-history::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
    }
    
    .about-history .m-width-content,
    .about-history .about-history-bottom{
        position: relative;
    }
 
    .about-history-center {
        margin-top: 60px;
        position: relative;
    }

    .about-history .swiper-slide {
        text-align: center;
        color: #fff;
    }

    .about-history-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.3;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    .about-history-title::before {
        content: '';
        width: 85px;
        height: 3px;
        background: #D3A6A1;
        display: block;
        margin: 0 auto 6px auto;
    }

    .about-history-text {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 400;
        margin: 18px auto 0 auto;
        padding: 0 60px;
        max-width: 900px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    .about-history-sub {
        color: #FFFFFF47;
        font-weight: 800;
        font-size: 180px;
        padding-top: 10px;
        line-height: 1;
        margin-top: auto;
        white-space: nowrap;
    }

    .about-history-center .swiper-slide {
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .about-history-prev,
    .about-history-next {
        position: absolute;
        top: 70px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        z-index: 2;
        transition: ease-out .36s;
        font-size: 30px;
        line-height: 1;
    }

    .about-history-prev::before,
    .about-history-next::before {
        content: '⌵';
        display: block;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .about-history-prev::before {
        transform: translate(-30%, -50%) rotate(90deg);
    }

    .about-history-next::before {
        transform: translate(-70%, -50%) rotate(-90deg);
    }

    .about-history-prev:hover,
    .about-history-next:hover {
        background: #D3A6A1;
        color: #fff;
    }

    .about-history-prev {
        left: 0;
    }

    .about-history-next {
        right: 0;
    }

    .about-history-bottom {
        margin-top: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

    .about-history-bottom .swiper {
        position: relative;
        bottom: -5px;
        overflow: visible;
    }

    .about-history-bottom .swiper-slide {
        width: auto;
        padding: 0 60px;
        cursor: pointer;
    }

    .about-history-bottom .swiper-slide span {
        display: block;
        width: 9px;
        height: 9px;
        position: relative;
        margin: 0 auto;
        opacity: .5;
    }

    .about-history-bottom .swiper-slide span::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fff;
    }

    .about-history-bottom .swiper-slide span::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        transition: ease-out .36s;
    }

    .about-history-bottom .swiper-slide div {
        font-size: 30px;
        color: #fff;
        text-align: center;
        opacity: .5;
        font-weight: 600;
        margin-bottom: 15px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    .about-history-bottom .swiper-slide-thumb-active span,
    .about-history-bottom .swiper-slide-thumb-active div,
    .about-history-bottom .swiper-slide-thumb-active span::before {
        opacity: 1;
    }

    .about-history-bottom .swiper {
        width: 100%;
    }

    .about-history .tip {
        color: #fff;
        font-size: 50px;
        line-height: 1.25;
        text-align: center;
        margin-bottom: 8px;
        font-family: 'Philosopher-Regular';
    }
    .about-history .tip2 {
        color: #fff;
        font-size: 25px;
        line-height: 1.35;
        text-align: center; 
        font-family: 'Montserrat-Regular';
    }

    @media (max-width: 1024px) {
        .about-history-sub {
            font-size: 17vw;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .about-history-sub {
            font-size: 14vw;
        }
    }

    @media (max-width: 768px) {
        .about-history {
            padding-top: 60px;
            padding-bottom: 60px;
            margin-bottom: 0;
        }

        .about-history-center {
            margin-top: 30px;
        }
 
        .about-history-prev,
        .about-history-next {
            top: 5px;
        }

        .about-history-text {
            padding: 0;
        }

        .about-history-bottom .swiper-slide {
            padding: 0 30px;
        }

        .about-history-bottom .swiper-slide div {
            font-size: 24px;
        }

        .about-history-bottom {
            margin-top: 30px;
        }
        
        .about-history-prev, .about-history-next { 
            width: 40px;
            height: 40px; 
            font-size: 22px; 
        }
 
        .about-history .tip { 
            font-size: 30px; 
        }
        .about-history .tip2 { 
            font-size: 18px; 
        }
        
    }
.nyMainCont .desc h3 strong {
    font-size: 18px !important;
}

.productinfoPage .productinfoMainCont .sec3 .desc {
	line-height:1.5 !important;
}
.indexMain .index-sec3 .maincont .left .desc h2 strong{
	font-size:32px !important;
}
.hc-pic-msg .loveBoxPop .tipbox .tip {
	font-weight: 100 !important;}
/* .productPage .productMainCont .miancont .rightBox .list .item .imgbox a {
	overflow:hidden !important;
} */
.productInquiryPage .productInquiryMainCont .box1 .t1 {
	font-weight: 100 !important;
}
.indexMain .index-sec4 .maincont .item .text {
	color:#333 !important;
}
.indexMain .index-sec4 .maincont .item .num {
	color:#333 !important;
}
.textcenter p a {
    font-weight: 900;
    text-decoration: underline;
}
.indexMain .index-sec5 {
	background-image:none !important;
}
.aboutPage .aboutMainCont .sec2 {
	background-image:none !important;
}
.footerbox input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.txt{

    border: 1px solid #FFF;
    background: rgba(255, 255, 255, .34);
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    height: 54px;
    width: 552px;
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Regular';

}

.footerbox input.wpcf7-form-control.has-spinner.wpcf7-submit.submit {
    margin-top: 30px !important;
    width: 204px !important;
    height: 71px !important;
    background-color: #000 !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    color: #fff !important;
    font-family: 'Philosopher-Regular';
	border:none !important;
}