.mobile{
	width: 100%;
	height: 100%;
}
.pc{
	display: none;
}
img{
	display: block;
	/*width: 100%;
	height: 100%;*/
}
.wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.mainBox{
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*头部导航*/

.headerBox{
	width: 100%;
	height: auto;
	padding: 0 6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 10000000000;
	position:fixed;
	z-index:10000000000;
}
.headerBox a.headerLogo{
	display: block;
}
.headerBox a.headerLogo img {width:80%;}
.headerNav{
	width: ;
	display: flex;
	align-items: center;
	height: 0.826666rem;
}
.headerNav a.en{
	color: white;
    margin-right: 30px;
    text-align: center;
	font-size:16px;
}
.headerNav .navBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.headerNav .navBtn img { width:30px; height:30px;}
.navBox{
	position: fixed;
	top: 102px;
	left: 0;
	width: 100%;
	background-color: white;
	z-index: 1000000000;
	padding: 0;
	/*padding: 2.133333rem 0 0.8rem;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
	
}
.navList li{
	position: relative;
	padding:15px 0px;
}
.navList li::after{
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #dedede;
}
.navList li a{
	box-sizing: border-box;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding-right:calc(100%*0.06 + 5px);
	padding-left:calc(100%*0.06 + 20px);
	color: #000000;
	font-size: 16px;
}
.navList li a img{
	height:10px;
}

.navList li .childrenNav{
	/*padding: 0 0.2rem 0.4rem;*/
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top:10px;
}
.navList li .childrenNav li { padding:9px 0px;}
.navList li .childrenNav li::after{
	border: none;
}
.navList li .childrenNav li a{
	display: block;
}

.section{
	height: 100%;
	background-position: top center;
	position: relative;
	background-repeat:no-repeat;
}

.section1{
	background-image: url(../images/banner_1.png);
}

.section2{
	/*background-image: url(../images/2-1080px.jpg);*/
	padding:0 6%;
}

.section3{
	/*background-image: url(../images/3-1080px.jpg);*/
	padding:0 6%;
}

.section4{
	/*background-image: url(../images/4-1080px.jpg);*/
	padding:0 6%;
}

.section5{
	/*background-image: url(../images/5-1080px.jpg);*/
	padding:0 6%;
}

.section6{
	/*background-image: url(../images/6-840px.jpg);*/
	padding:100px 6%;
}
.section7{
	/*background-image: url(../images/2-1080px.jpg);*/
	padding:0 6%;
}

/*banner*/
.bannerMobile,.swiper-container,.swiper-wrapper,.swiper-slide,.swiper-slide img{
	width: 100%;
	height: 100%;
}
.bannerMobile .swiper-slide{
	background-position: top center;
	background-repeat:no-repeat;
}


/*搜索*/
.searchWrap{
    
	position: absolute;
	top: 50%;
	left:0px;
	padding: 0 40px;
	width:calc(100% - 80px);
	z-index: 100000000;
}

.searchWrap h1{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-bottom: 30px;
	display:block;
}

.searchBox{
	width: 100%;
	height: 51px;
	border: 1px solid white;
	display: flex;
	align-items: center;
	position:relative;
}

.searchBox input{
    display: block;
	height: 50px;
	width:calc(100% - 60px);
	box-sizing: border-box;
	padding: 0 10px;
	background-color: rgba(255,255,255,0);
	border: none;
	outline: none;
	color: white;
}

.searchBox input::-webkit-input-placeholder{
	color: #dfdfdf;
}

.searchBox button{

    display: block;
	width: 51px;
	height: 51px;
	background-color: white;
	background-image: url(../images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	position:absolute;
	right:0px;
	top:0px;
}

/*文字*/
.words{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	color: white;
	font-size:16px;
	
}
.words .title{
	width: 100%;
	text-align: center;
	font-size: 34px;
	margin-bottom: 18px;
}
.words .sectionWords{
	
	text-align: center;
	font-size: 16px;
	line-height:30px;
	margin-bottom: 20px;
}
.words h5{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom:35px;
}
.words h5 span{
	display: block;
	padding-left: 18px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}

.words h5 span:after{
	content: " ";
	display: block;
	width: 0.186666rem;
	height: 0.186666rem;
	background-color: white;
	border-radius: 0.186666rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.words .wms{
	width: 100%;
	font-size: 34px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}

.words .zzs{
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom:20px;
}

.words a{
    
	display: block;
	width: 145px;
	height: 36px;
	background-color:
	#FCC800;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color:white;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0 25px;
}

.words a img{
	width: 0.333333rem;
	height: auto;
}

/*产品*/
.product{
	color: white;
	height: 100%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.product .title{
	width: 100%;
	text-align: center;
	font-size: 34px;
	margin-bottom:18px;
}

.product .sectionWords{
	font-size: 16px;
	text-align: center;
	line-height:30px;
}
.productList{
	width: 100%;
}

.productList li{
    width:100%;
	margin: 45px auto 0px;
	background-color: white;
	box-sizing: border-box;
	border: 2px solid #FFA800;
	border-radius: 8px;
	padding: 16px 20px;
}
.productList li h5{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 100%;
	display:block;
	margin-bottom:20px;
}
.productList li h6{
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	display:block;
}

.section7{
	height: calc(100% - 4rem);
}


/*底部*/
.footer{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #F0F0F0;
	padding:35px 0px 20px 0px;
}

.footerUp{
	margin-bottom: 20px;
}
.footDown{
	width: 100%;
	font-size:14px;
	color: #8B8B8B;
	text-align:center;
	line-height:26px;
}
.footDown p{
	display: flex;
	text-align:center;
	justify-content: center;
	align-items:center;
}
.footDown img{
	margin-left:10px;
}
