
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
img {
    border: 0;
    transition: all 0.5s;
	display: block;
}

ol, ul ,li{
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}


input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    font-size: 100%
}

input {
    border: none;
    outline: none;
}
/* 
img:hover{
    transform: scale(1.05);
} */
a, a:link, a:active {
    color: #000;
    text-decoration: none;
}
a:hover,
.curLoc a:hover{color: #be3560;}
body {
    font: 14px / 1.5 'Microsoft Yahei', "hiragino sans gb", Tahoma, Helvetica, Arial, "\5b8b\4f53", 'sans-serif';
    width: 100%;
    overflow-x: hidden;
}
html,body{
    height: 100%;
    margin: 0;
    padding: 0;
}
body.subBody{
	background: #f5f5f5;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.pa{position: absolute;}
.pr{position: relative}
.fl{float: left}
.fr{float: right}
.mt30{margin-top: 30px;}
.ml15{margin-left: 15px;}
.borderBtm0{border-bottom: none !important;}

.cwp1200 {
    width: 1250px;
    margin: 0 auto;
}
.wpCenter{
    width: 85%;
    margin: 0 auto;
	display: flex; 
	position: relative;
}
.wpCenterSub{
    width: 85%;
    margin: 0 auto;
}
.flex{
	display: flex;
}
.flex_ben{
	display: flex;
	justify-content: space-between;
}
.wpCenter.pd15{
    padding: 0 15px;/* padding-top: 50px; */
}
.backgroundSty{
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#openlc,#openlcSub{
    display: none;
}
.navMoble{display: none;}
.headerBox{
	width: 100%;
	position: relative;
	transition: all .5s; 
}
.header{
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0 !important;
	z-index: 999;
	visibility: initial !important;
	transition: all 0.5s;
}
.header.headerShow{
	box-shadow: rgba(0, 0, 0, .1) 0 0 10px 0;
	/* animation: fadeUpDown .5s infinite linear; */
}

.header .logo{
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-left: 30px;
}
.header .logo a {
	display: block;
}
.header .logo a img{
	display: block; 
	height: 50px;
	/* margin: 4px 0; */
	/* height: 15%; */
	}
.header .nav{
	display: flex;
	width: 60%;
	font-size: 16px;
	justify-content: center;
	transition: all .5s; 
}
.header .nav li a{
	display: block;
	padding: 0 30px;
	line-height: 80px;
	transition: all .5s;
}
.header .nav li a:hover{
	color: #be3560;
}
.header .nav li a.on{
	background: #be3560;
	color: #fff;
}
.header .onlineShop{
	line-height: 80px;
	font-size: 16px;
	background: url(../images/car.png) left center / 30px no-repeat;
	padding-left: 40px;
	transition: all .5s; 
	padding-right: 30px;
}
.header .onlineShop a{
	display: flex;
	align-items: center;
}
.header .onlineShop a.icos img{
	display: inline-block;
	width: 0px;
	margin-left: 0px;
	transition: all .5s; 
}
/* .header .onlineShop a.icos{
	display: none;
} */
.header .onlineShop a img.on{display: none;}
.header .onlineShop:hover a.icos img{
	/* display: flex; */
	width: 30px;
	margin-left: 20px;
}
.header .onlineShop a.icos:hover img.on{
	display: block;
}
.header .onlineShop a.icos:hover img.def{
	display: none;
}
.header .lang{
	display: flex;
	align-items: center;
}
.header .lang a{
	color: #969696;
	padding: 0 10px;
}
.header .lang a:hover{
	color: #be3560;
}
.header .lang a.on{
	color: #000;
}

.s1{
	width: 100%;
	padding: 50px 0;
}
.s1 img{
	width: 50%;
	margin: 0 auto;
	display: block;
}
.s2{
	width: 101%;
	display: flex;
	justify-content: space-between;
}
.s2 img{
	width: 100%;
	display: block;
}
.s2 .leftPic{
	width: 56.2%;
}
.s2 .rightPic{
	width: 42.6%;
}
.s2 .leftPic .top{
	display: flex;
	justify-content: space-between;
}
.s2 .leftPic .top .pic1{
	width: 59%;
}
.s2 .leftPic .top .pic1 img{
	width: 100%;
}
.s2 .leftPic .pic2{
	width: 40%;
	background: url(../images/img-bg.png) center / cover no-repeat;
}
.s2 .leftPic .pic2 .tit{
	width: 90%;
	margin: 20px auto;
	padding-top: 15px;
}
.s2 .leftPic .pic2 .pd{
	width: 80%;
	margin: 50px auto 0;
}

.s2 .leftPic .pic2 .more{
	text-align: center;
	margin: 50px 0 0;
}
.s2 .leftPic .pic2 .more a{
	display: block;
	color: #fff;
	font-size: 16px;
	transition: all .5s;
}
.s2 .leftPic .pic2 .more a:hover{
	font-size: 18px;
}
.s2 .leftPic .pic2 .pd img:hover{
	transform:scale(1.1)
}
.s2 .leftPic .pic3 {
	width: 100%;
	margin-top: 1%;
}
.s3{
	margin-top: 10px;
	width: 100%;
	background: url(../img/img6.png) center / cover no-repeat;
	position: relative;
	height: 300px;
}
.s3 .imgs {
    width: 40%;
	position: absolute;
	right: 12%;
	top: 120px;
	
}
.s3 .imgs img{
	width: 90%;
	display: block;
	animation-direction: alternate;
}
/* :root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
 */



.s4{
	width: 100%;
	margin-top: 260px;
	text-align: center;
}
.s4 .texts{
	margin:  0 auto;
	margin-bottom: 30px;
	width: 1200px;
}
.s4 .texts .tit{
	font-size: 30px;
	margin-bottom: 40px;
}
.s4 .texts .info{
	font-size: 18px;
	color: #4f4f4f;
	line-height: 44px;
}
.s4 .texts .info p h3{
	font-size: 20px;
}
.s4 .texts .info p{
	font-size: 16px;
}
.s4 .texts .info b{
	font-weight: bolder;
}
.s4 .texts .info span{
	font-weight: bolder;
	font-size: 20px;
}
.btns{
	width: 100%;
	text-align: center;
}
.btns a{
	padding: 10px 40px;
	font-size: 24px;
	border: 1px solid #c5c5c5;
	color: #646464;
	transition: all .5s;
	background-color: #fff;
}
.btns a:hover{
	background-color: #be3560;
	color: #fff;
	border: 1px solid #be3560;
}
.s5{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.s5 .s5_left,
.s5 .s5_right{
	width: 50%;
	position: relative;
}
.s5 .s5_left a,
.s5 .s5_right a{
	position: absolute;
	top: 20px;
	display: inline-block;
	font-size: 36px;
	color: #fff;
}
.s5 .s5_left a{
	right: 60px;
	color: #000;
}
.s5 .s5_right a{
	left: 60px;
}
.s5 img{
	display: block;
	width: 100%;
}
.s5 .s5_news_list{
	background: rgba(0, 0, 0, .47);
	position: absolute;
	bottom: 0;
	height: 76%;
	width: 100%;
}
.s5 .s5_news_list ul{
	width: 85%;
	margin: 0 auto;
	padding-top: 20px;
}
.s5 .s5_news_list li{
	margin: 20px 0;
	width: 80%;
}
.s5 .s5_news_list li a{
	display: block;
	color: #fff;
	font-size: 18px;
	position: inherit;
	line-height: 30px;
	margin-bottom: 6px;
}
.s5 .s5_news_list li a:hover{
	color: #be3560;
}
.s5 .s5_news_list li span{
	display: block;
	color: #bcbcbc;
	font-size: 14px;
}
.s5 .s5_left .s5_news_list li{
	text-align: right;
	width: 100%;
}

/* subpages */
.subBanner{
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
}
.subNewsBanner{
	height: 456px;
}
.subTextCenter{
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 720px;
	
}
.subBanner .subText{
	position: absolute;
	bottom: 0;
	height: 160px;
	/* background: rgba(32, 31, 49, .85); */
	background: rgba(0, 0, 0, .85);
	display: flex;
	align-items: center;
	width: 85%;
}
.subBanner .subText img{
	height: 60px;
	margin-left: 60px;
}
.subBanner .subTextBanner{
	position: absolute;
	bottom: 30%;
	display: block;
	width: 100%;
	text-align: center;
}
.subBanner .subTextBanner img{
	width: 40%;
	display: inline-block;
}

.subBanner.prodbnr .subTextBanner{
	text-align: left;
	padding-left: 20%;
	bottom: 40%;
}
.brandBannerTxt img{
	width: 50%;
	margin: 0 auto;
}
.brandBannerTxt{
	line-height: 1;
	bottom: 40%;
	left: 20%;
	position: absolute;
}
.subCenter{
	box-shadow: rgba(0, 0, 0, .1) 0 0 10px 0;
	padding: 0 60px 60px;
	background: #fff;
}
.subCenterNp{
	box-shadow: rgba(0, 0, 0, .1) 0 0 10px 0;
	background: #fff;
}
.subBodyTit{
	color: #201f31;
	font-size: 30px;
	padding-top: 80px;
	width: 100%;
	font-weight: bold;
}
.subBodyInfo{
	border-top: 1px #878787 solid;
	border-bottom: 1px #878787 solid;
	font-size: 16px;
	padding: 20px 0 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}
.subNewsTiem{
	font-size: 16px;
	color: #939393;
	margin-bottom: 20px;
}
.subCenter .subBodyInfo >p{
	line-height: 30px;
	margin-top: 20px;
	font-size: 18px;
	
}
.subCenter .subBodyInfo >p a img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.subCenter .subBodyInfo > span {
	font-size: 14px;
	display: block;
	margin-top: 10px;
	line-height: 28px;
}
.subCenter .subBodyInfo h2{
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
.subCenter .subBodyInfo li{
	padding-left: 2em;
	line-height: 30px;
}
.subCenter .subBodyInfo dl{
	padding-left: 2em;
	line-height: 30px;
	position: relative;
}
/* .subCenter .subBodyInfo dl:before{
	content: '';
	position: absolute;
	left: -10px;
	font-size: 20px;
	
} */
/* service */

.serviesTelInfo{
	padding: 20px 0 0;
}
.serviesTelInfo img{
	height: 40px;
	display: inline-block;
	margin-right: 40px;
}
.serviceInfoBoxP p{
	font-weight: bold;
}
.serviceInfoBoxP li{
	padding: 0 !important;
}
.serviceInfoBoxP span{
	color: #494949;
}

/* brand */
.subSecion {
	position: relative;
}
.subSecion .imgsBox  > div{
	width: 50%;
	position: relative;
}
.subSecion .imgsBox  > div > img{
	width: 100%;
}
.subSecion .btmImgs{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 50%;
	margin-top: -60px;
}
.subSecion div.btmImgs_left{
	text-align: right;
}
.subSecion div.btmImgs_right{
	text-align: left;
}
.subSecion .btmImgs img{
	height: 140px;
	opacity: .50;
	display: inline-block;
}
.brandPd0{
	padding: 0 !important;
} 

.timersBox ul li{
	display: flex;
	padding-left:0 !important;
}
.timersBox ul li span{
	/* width: 5%; */
	line-height: 20px;
	text-align: right;
	padding-top: 5px;
	margin-right: 30px;
	word-break: break-all;
	font-size: 16px !important;
	font-weight: bolder;
}
.timersBox ul li p{
	padding-left: 30px;
	width: 80%;
	/* border-left: 2px #9d9ba1 solid; */
	font-size: 14px;
	margin: 0 !important;
	/* line-height: 1 !important; */
	padding-bottom: 20px;
	position: relative;
}
.timersBox ul li p::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background: #9d9ba1;
	left: 0px;
	top: 10px;
}
.timersBox ul li p::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	border: 1px #322f3a solid;
	background: #dcdcdc;
	left: -5px;
	top: 9px;

}
.aboutBox{
	width: 100%;
	background: url(../img/about.png) center / cover no-repeat;
}
.aboutTxt{
	padding: 0 60px 120px;
}
.aboutTxt .subBodyTit{
	color: #fff;
}
.aboutTxt .info p{
	margin-top: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}

/* product */
.productS1{position: relative;}
.productS1 img{
	width: 100%;
	display: block;
}
.productS1 .p_s1_text{
	position: absolute;
	top: 80px;
	width: 100%;
	text-align: center;
}
.productS1 .p_s1_text p{
	display: inline-block;
	width: 85%;
	font-size: 1.8rem;
	border-bottom: 1px #000 solid;
	padding-bottom: 20px;
	text-align: left;
	font-weight: 400;
	color: #201f31;
	font-family: Arial, Helvetica, sans-serif;
}
.productS1 .p_s1_text p b{
	font-weight: bold;
	font-size: 2rem;
	
}
.p_s2_img{
	width: 50%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.p_s2_img img{
	width: 100%;
	display: block;
}
.p_s2_img_l{
	display: flex;
	align-items: center;
}
.p_s2_img_r{
	background-color: #2e2e2e;
	display: flex;
	align-items: center;
}
.productS3{
	padding: 0px !important;
}
.productS3 img{
	width: 50%;
	display: block;
}
.productS4{
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.productS5{
	width: 85% ;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}
.productS5 img{height: 134px; display: block; margin: 0 auto;}
.p_text_box{
	width: 85%;
	margin: 0 auto;
}
.p_text_box .txt{
	color: #fff;
	padding: 100px 40px 0;
}
.p_text_box .txt h1{
	font-size: 2.8rem;
	font-weight: bold;
}
.p_text_box .txt em{
	margin-top: 40px;
	display: inline-block;
	width: 6em;
	height: 4px;
	background: #fff;
}
.p_text_box .txt p{
	font-size: 20px;
	width: 40%;
	margin-top: 20px;
}
.productS6{position: relative;display: flex;
    justify-content: center;}

.productS6 .p_s6_left,
.productS6 .p_s6_right{
	width: 50%;
	display: block;
	overflow: hidden;
	position: relative;
}	
.productS6 img{
	width: 100%;
	display: block;
}
.productS6 .p_text_box{
	position: absolute;
	top: 0;
	width: 100%;
}
.productS6 .p_text_box .txt{
	padding-top: 40px;
}
.productS6 .p_s6_text_right .txt,
.productS6 .p_s6_text_right .txt p{
	width: 100%;
	text-align: right;
}
.productS7{
	/* padding: 40px 0; */
}
.productS7 .p_s7_left,
.productS7 .p_s7_right{
	width: 50%;
}
.productS7 .p_s7_left img{
	width: 99%;
}
.productS7 .p_s7_right{
	padding:  0 40px;
}
.productS7 .p_s7_right_img{
	width: 50%;
	text-align: center;
}
.productS7 .p_s7_right_img img{
	width: 100%;
}
/* .productS7 .p_s7_right_img img{
	width: 70%;
	margin: 14px auto;
}
.productS7 .p_s7_right_img span{
	display: block;
	text-align: center;
	text-indent: 2em;
} */
.productS7 .p_s7_top{
	
}

.productS7 .p_s7_top img{
	width: 100%;
}
.productS7 .p_s7_bottom{
	background: #f8f8f8;
	padding: 20px 0;
}

.productS8{
	height: 600px;
}
.productS8 .p_s8_txt{position: relative; height: 100%;width: 85%;
    margin: 0 auto;}
.productS8 .p_s8_txt img{
	height: 450px;
	position: absolute;
	bottom: 50px;
	left: 20px;
}


.t_s_txt_list .item{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #dcdcdc solid;
	padding-bottom: 20px;
}
.t_s_txt_list .item:last-child{border: none;}
.t_s_txt_list .item .tit{
	width: 24%;
	font-size: 26px;
	font-weight: bold;
}
.t_s_txt_list .item .tit span{
	display: block;
	font-size: 18px;
}
.t_s_txt_list .item .infos{
	width: 78%;
}
.t_s_txt_list .item .infos p{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.t_s_txt_list .item .infos p b{font-weight: bold; color: #000;}
.t_s_txt_list .item .infos p img{
	display: block;
	width: 50%;
}
.subBodyTit span{
	font-size: 18px;
}

.t_text_item{
	margin-top: 40px;
}
.t_text_item .tit{
	font-size: 24px;
	line-height: 65px;
	padding-right: 40px;
	text-align: right;
	border-right: 1px #000 solid;
	width: 16%;
}
.t_text_item .info{
	width: 80%;
	font-size: 22px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	font-weight: 400;
	color: #333;
}
.t_tem_list{
	display: flex;
	justify-items: baseline;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;

}
.t_tem_list li{
	width: 22%;
	padding: 0 !important;
	margin-top: 40px;
	
}
.t_tem_list li a,
.t_tem_list li img{display: block; width: 100%;}
.t_tem_list li a:hover{
	color: initial;
	cursor: default;
}

.t_tem_list li .infosTxt{
	margin-top: 26px;
}
.t_tem_list li .infosTxt h1{
	font-size: 20px;
	font-weight: bold;
}
.t_tem_list li .infosTxt span{
	font-size: 16px;
}
.t_tem_list li .infosTxt p{
	font-size: 14px;
	color: #636363;
	text-align: justify;
	margin-top: 10px;
}

.subNewsInfoBox{
	width: 80%;
	margin: 0 auto;
}
.subNewsInfoBox h1{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin-top:60px;
}

.subNewsInfoBox p img {
	display: block;
	margin: 0 auto;
	width: 80%;
}

/* footer */
.footer{
	margin-top: 40px;
	color: #808080;
	background: #fff;
	padding-top: 60px;
}
.footer.subPd{
	margin-top: 0px;
}
.footer .f-logo{
	width: 20%;
		padding-left: 30px;
}
.footer .f-logo img{
	height: 50px;
}
.footer .f-nav{
	display: flex;
	text-align: left;
	width: 66%;
}
.footer .f-nav ul{
	width: 50%;
}
.footer .f-nav ul .tit{
	color: #000;
	margin-bottom: 20px;
}
.footer .f-nav ul li a{
	line-height: 30px;
	color: #808080;
	display: inline-block;
}
.footer .f-nav ul li a:hover{
	color: #be3560;
}
.footer .ewm{
	width: 10%;
}
.footer .ewm img{
	width: 100%;
	display: block;
}
.footer .ewm span{
	width: 100%;
	display: block;
	text-align: center;
}
.footer .f-copay{
	border-top: 1px #a6a6a6 solid;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.footer .f-copay .c span{
	margin-left: 50px;
}




.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInDownA {
  from {
    /* opacity: 0.7; */
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  to {
    /* opacity: 1; */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
 
@keyframes fadeInDownAt {
  from {
    /* opacity: 0.7; */
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  to {
    /* opacity: 1; */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
 
.animate__fadeInDown {
  -webkit-animation-name: fadeInDownAt;
  animation-name: fadeInDownAt;
}
 



