*{
	margin:0;
	padding:0;
}
ul,ol,li{
	list-style: none;
}
html,body{
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
.container{
	width: 100%;
	height: auto;
}
.container .banner .wrap{
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}
.container .banner p{
	position: absolute;
	top: 146px;
	left: 136px;
	font-size: 53px;
}
.container .banner h3{
	position: absolute;
	width: 533px;
	top: 266px;
	left: 136px;
	font-size: 38px;
}
@media screen and (min-width: 800px){
	.container .banner{
		width: 100%;
		height: 542px;
		background: url("../images/banner1.jpg") no-repeat;
		background-size: 100% 100%;
	}
}
@media screen and (min-width: 1367px){
	.container .banner{
		width: 100%;
		height: 680px;
		background: url("../images/banner2.jpg") no-repeat;
		background-size: 100% 100%;
	}  

}
@media screen and (min-width: 1660px){
	.container .banner{
		width: 100%;
		height: 780px;
		background: url("../images/banner3.jpg") no-repeat;
		background-size: 100% 100%;
	}
	.container .banner p{
		position: absolute;
		top: 186px !important;
		left: 136px !important;
		font-size: 53px;
	}
	.container .banner h3{
		position: absolute;
		width: 533px;
		top: 300px !important;
		left: 136px !important;
		font-size: 38px;
	}
}
.container .session1{
	width: 100%;
	height: 80px;
	padding-top: 42px;
	text-align: center;
}
.container .session1 h2{
	font-size: 24px;
}
.container .session1 .line-img{
	margin: 20px 0;
}
.container .session1 p{
	font-size: 14px;
}
.container .box1{
	width: 100%;
	height: 510px;
}
.container .main{
	position: relative;
	overflow: hidden;
	width: 1200px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}
.container .box1 .main .prev{
	position: absolute;
	top:210px;
	left: 10px;
	width: 44px;
	height: 70px;
	background: url("../images/prev.png") no-repeat 100% 100%;
	cursor: pointer;
}
.container .box1 .main .next{
	position: absolute;
	top:210px;
	right: 10px;
	width: 44px;
	height: 70px;
	background: url("../images/next.png") no-repeat 100% 100%;
	cursor: pointer;
}
.lis-box{
	width:850px;
	height: 510px;
	overflow: hidden;
	margin: 0 auto;
}
.container .box1 ul{
	width: 3400px;
	height: 510px;
}
.container .box1 ul li{
	width: 850px;
	height: 510px;
	float: left;
}
.container .box1 ul .loop1-img{
	margin-top:40px;
	width: 100%;
	height: 494px;
	
}
.container .box1 ul .loop4-img{
	margin-top:110px;
	width: 100%;
	height: 355px;
}
.container .box1 ul .loop2-img{
	margin-top:60px;
	width: 100%;
	height: 426px;
}
.container .box1 ul .loop3-img{
	width: 100%;
	height: 510px;
}
.container .session2{
	width: 100%;
	height: 250px;
	padding-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.container .session2 .step-list{
	width: 65px;
	height: 10px;
	margin: 0 auto 30px;
}
.container .session2 .step-list li{
	position: relative;
	float: left;
	width: 8px;
	height: 8px;
	margin-right: 8px;
}
.container .session2 .step-list li img{
	position: absolute;
	top:0;
	left:0;
}
.container .session2 .step{
	font-size: 16px;
}
.container .session2 .title{
	margin-top: 60px;
	font-size: 24px;
}
.container .session2 p{
	font-size: 14px;
}
.container .session2 .line-img{
	margin: 20px 0;
}
.container .box2{
	position: relative;
	width: 100%;
	height: 232px;
	border-bottom: 1px solid #e9e9e9;
	clear: both;
}
.container .box2 .main .mark{
	position: absolute;
	top:22px;
	left:0;
	font-size: 24px;
}
.container .box2 .main ol{
	width: 1055px;
	padding-left:145px;
	height: 100%;
}
.container .box2 .main ol li{
	width: 140px;
	height: 220px;
	float: left;
	margin-top: 30px;
	margin-left: 93px;
	text-align: center;
	font-size: 20px;
}
.container .box2 .main ol li label{
	font-size: 16px;
}
.container .box3{
	position: relative;
	width: 100%;
	height: 470px;
	border-bottom: 1px solid #e9e9e9;
}
.container .box3 .main .mark{
	position: absolute;
	top:22px;
	left:0;
	font-size: 24px;
}
.container .box3 .main ol{
	width: 1055px;
	padding-left:145px;
	height: 370px;
	padding-top: 30px;
}
.container .box3 .main ol li{
	width: 140px;
	height: 220px;
	float: left;
	margin-left: 93px;
	text-align: center;
	font-size: 20px;
}
.container .box3 .main ol li label{
	font-size: 14px;
}
.container .box4{
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #999;
	text-align: center;
}
.container .footer{
	width: 100%;
	height: 73px;
	padding-top: 30px;
	color: #7f7f7f;
	font-size: 12px;
	text-align: center;
}