.pc{
	height: 100%;
}
.mobile{
	display: none;
}
/*头部导航*/
.headerBox{
	height: 135px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

.header{
	width: 1100px;
	margin: 0 auto;
	/*padding: 30px 0;*/
	height: 120px;
	position: relative;
}

.header_l{
	width: 120px;
	height: 120px;
}

.header_l a{
	display: block;
	width: 100%;
	height: 100%;
}

.header_l a img{
	display: block;
	width: 100%;
	height: 100%;
}

.headerNav{
	height: 120px;
}

.headerNav li{
	float: left;
	/*margin-left: 60px;*/
	margin-left: 77px;
	position: relative;
	height: 100%;
}

.headerNav li a{
	display: block;
	height: 100%;
	color: white;
	font-size: 15px;
	font-weight: bold;
	line-height: 120px;
	position: relative;
}

.headerNav li.cur a:after{
	content: " ";
	position: absolute;
	bottom: 20px;
	left: 2px;
	right: 2px;
	border-bottom: 5px solid white;
}

.headerNav li:hover a:after{
	content: " ";
	position: absolute;
	bottom: 20px;
	left: 2px;
	right: 2px;
	border-bottom: 5px solid white;
}

/*.headerNav li:hover .childrenNav{
	display: block;
	opacity: 1;
}*/

.headerNav li .childrenNav{
	position: absolute;
	left: 0;
	top: 75px;
	width: 300px;
	display: none;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.headerNav li .childrenNav li{
	float: none;
	height: 36px;
}

.headerNav li .childrenNav li a{
	line-height: 36px;
}

.searchWrap{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 100000000;
}

.searchWrap h1{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-bottom: 30px;
}

.searchBox{
	width: 900px;
	height: 72px;
	border: 1px solid white;
	display: flex;
	align-items: center;
	box-sizing: content-box;
}

.searchBox input{
	display: block;
	height: 50px;
	width: 828px;
	box-sizing: border-box;
	padding: 0 13px;
	background-color: rgba(255,255,255,0);
	border: none;
	outline: none;
	color: white;
	font-size: 16px;
}

.searchBox input::-webkit-input-placeholder{
	color: #dfdfdf;
}

.searchBox button{
	display: block;
	width: 72px;
	height: 72px;
	background-color: white;
	background-image: url(../images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
}

/*主体内容*/
.section{
	width: 100%;
	height: 100%;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	box-sizing: border-box;
}

.section1{
	/*background-image: url(../images/banner_1.png);*/
}

.section2{
	/*background-image: url(../images/2-1080px.jpg);*/
}

.section3{
	/*background-image: url(../images/3-1080px.jpg);*/
}

.section4{
	/*background-image: url(../images/4-1080px.jpg);*/
}

.section5{
	/*background-image: url(../images/5-1080px.jpg);*/
}

.section6{
	/*background-image: url(../images/6-840px.jpg);*/
}
.section7{
	/*background-image: url(../images/2-1080px.jpg);*/
}

/*轮播图*/
.section1{
	position: relative;
	overflow: hidden;
}

.section1 .bannerList{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.banner{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: top center;
	/*background-attachment: fixed;*/
	/*background-size: 100% 100%;*/
	box-sizing: border-box;
	background-repeat:no-repeat;
	
}

.banner.cur{
	z-index: 10 !important;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.banner.next{
	z-index: 5;
}

.section .mainBox{
	width: 1100px;
	margin: 0 auto;
	height: 100%;
}

.section7{
	position: relative;
	overflow: hidden;
}

.section7 .section1Box{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.words{
	color: white;
	height: 100%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	width: 50%;
}

.words.fr{
	text-align: right;
	justify-content: flex-end;
}

.title{
	font-size: 34px;
	font-weight: bold;
	width: 100%;
}

.sectionWords{
	width: 80%;
	margin-top: 18px;
	font-size: 16px;
	line-height: 30px;
}

.words h5{
	width: 100%;
	display: flex;
	margin-top: 20px;
}

.words h5 span{
	display: block;
	padding-left: 18px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-right: 50px;
}

.words h5 span:after{
	content: " ";
	display: block;
	width: 11px;
	height: 11px;
	background-color: white;
	border-radius: 11px;
	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;
}

.section6{
	height: 550px;
}

.section6 .words a{
	margin: 49px auto 0;
}

.words a{
	display: block;
	width: 145px;
	height: 36px;
	background-color: #FCC800;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
	color: white;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0 25px;
}

.words a img{
	display: block;
	width: 20px;
}

.section6 .words{
	justify-content: center;
	width: 1100px;
	margin: 0 auto;
}

/*产品*/
.section5 .mainBox{
	
}

.product{
	color: white;
	height: 100%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.product .title{
	text-align: center;
}

.product .sectionWords{
	width: 550px;
	font-size: 16px;
	margin: 20px auto 0;
	text-align: center;
}
.productMain{
	width: 900px;
	margin: 40px auto 0;
	height: 250px;
	display: flex;
	align-items: center;
}
.productMain .left,.productMain .right{
	height: 100%;
	width: 50px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.productMain .left img,.productMain .right img{
}

.productBox {
	width: 800px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.productBox ul{
	width: 20000px;
	position: absolute;
	height: 100%;
}

.productBox ul li{
	float: left;
	width: 380px;
	margin: 0 10px;
	background-color: white;
	box-sizing: border-box;
	border: 5px solid #FFA800;
	border-radius: 14px;
	height: 100%;
	padding: 55px 20px 10px;
}

.productBox ul li h5{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
}

.productBox ul li h6{
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height:24px;
	font-weight:normal;
	color: #000000;
}

/*底部*/
.footBox{
	background-color: #F0F0F0;
	position: relative;
}

.footer{
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.footImg{
	width: 90px;
}
.footImg img{
	display: block;
	width: 90px;
	height: 75px;
}
.footNav{
	display: flex;
	justify-content: space-between;
	width: 760px;
}
.footNav li a{
	display: block;
	font-size: 14px;
	color: #8B8B8B;
	line-height: 30px;
	
}
.footNav li .nav1{
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
}

.footDown {
	width: 1100px;
	margin: 30px auto 0;
	height: 60px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8B8B8B;
	line-height: 60px;
}

.footDown p:nth-child(1){
	margin-right: 35px;
}

.footDown img{
	position: relative;
	top: 2px;
	margin-left: 5px;
}
