.section-01{
	height: 664px;
	position: relative;
}

.bg-01{
	background-color: #f6f6f6;
	background-image: url(../../img/bg.png);
	background-size: 1920px auto;
	background-repeat:no-repeat; 
	background-position: center;
}

.section-01 .title{
	width: 554px;
	padding-top: 220px;
	text-align: center;
	position: relative;
}

.section-01 .title a{
	display: block;
	padding-bottom: 30px;
}

.but-play-taobao{
	width: 180px;
	height: 36px;
	padding-left: 48px;
    box-sizing: border-box;
	border: 1px solid #FF5500;
	border-radius: 50px;
}

.but-play-weizhi{
	width: 180px;
	height: 36px;
	padding-left: 48px;
	box-sizing: border-box;
	border: 1px solid #3893ff;
	border-radius: 50px;
	color: #3893ff;
}

.but-play-taobao p{
	line-height: 32px;
	padding-left: 8px;
}

.img-p-positive{
	width: 554px;
	position: relative;
}

@media  screen and (max-width: 1200px) {
.section-01 .title{
	width: 94%;
}

}

@media  screen and (max-width: 800px) {


.img-p-positive{
	width: 80%;
}


}


.section-02{
	position: relative;
	height: 600px;
}

.section-02-bg{
	background-color: #376EFA;
	background-image: url(../../img/section-02-bg.png);
	background-size: 1920px auto;
	background-position: center;
}

.section-02 .ms-cover{
	width: 100%;
	height: 600px;
	padding: 0 4%;
	box-sizing: border-box;
	background-color: rgba(53,77,230,.98);
}



.section-02 .box-c{
	padding-top: 180px;
}

.section-02-imgBox{
	width: 50%;
	padding-right: 4%;
	text-align: right;
}


.section-02-imgBox img{
	width: 375px;
}



.section-02 .title{
	width: 50%;
	padding-top: 36px;
	padding-right: 18%;
	padding-left: 4%;
}

.section-02 .title h1{
	padding-right: 4%;
	color: rgba(255,255,255,.8);
	padding-bottom: 24px;
}

.section-02 .title p{	
	color: rgba(255,255,255,.8);
}


@media  screen and (max-width: 1200px) {
.section-02 .title{
	padding-right: 10%;
}

}

@media  screen and (max-width: 800px) {
	
.section-02 .box-c{
	padding-top: 80px;
}

.section-02 .box-c .L{
	float: initial;
}

.mobile{
	display: block;
}

.pc{
	display: none;
}

.section-02 .title{
	width: 90%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.section-02 .title h1, .section-02 .title p, .section-02-imgBox{
	padding-right: 0;
}


.section-02-imgBox{
	width: 90%;
	padding-top: 36px;
	text-align: center;
}

.section-02-imgBox img{
	width: 80%;
	max-width: 360px;
}



}



.section-03{
	position: relative;
	height: 540px;
	padding: 0 4%;
    box-sizing: border-box;
}

.section-03 .title,.section-04 .title{
	text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

.section-03 .title h1, .section-04 .title h1{
	font-size: 32px;
	color: rgba(0,0,0,.8);
	padding-bottom: 24px;
}

.section-03 .title p , .section-04 .title p{
	font-size: 13px;
	color: rgba(0,0,0,.6);
	padding-bottom: 13px;
}

.section-03-iconBox{
	width: 60%;
	display: flex;
}

.section-03-iconBox .box{
	width: 20%;
	height: 220px;
	text-align: center;
    padding-top: 50px;
}

.section-03-iconBox h3{
	line-height: 32px;
	font-size: 15px;
	color: rgba(0,0,0,.8);
}

.section-03-iconBox p{
	font-size: 12px;
	color: rgba(0,0,0,.6);
}

@media only screen and (max-width: 1200px) {
	.section-03-iconBox{
		width: 70%;
	}
}

@media only screen and (max-width: 800px) {
	.section-03-iconBox{
		width: 90%;
		flex-wrap: wrap;
	}
	
	.section-03-iconBox .box{
		width: 33.333%;
		height: 140px;
		padding-top: 10px;
	}
}



.section-04{
	min-height: 700px;
	background-color: #F6F6F6;
	overflow: hidden;
}


.section-04-img{
	text-align: center;
}

.section-04-img img{
	max-width: 800px;
	width: 100%;
	transform: translate(-10px,15px);
}

.section-05{
	background-color: #161232;
	width: 100%;
	height: 540px;
}

.section-05 .box-content{
	padding: 0 4%;
}

.section-05-title{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}

.section-05-title h1{
	font-size: 32px;
	color: rgba(255,255,255,.8) !important;
	padding-bottom: 24px;
}

.section-05-title p{
	font-size: 13px;
	color: rgba(255,255,255,.6);
	padding-bottom: 13px;
}

.section-05-iconBox{
	width: 60%;
	display: flex;
}

.section-05-iconBox .box{
	width: 20%;
	height: 220px;
	text-align: center;
    padding-top: 50px;
}

.section-05-iconBox .box img{
	max-width: 100px;
	width: 100%;
}

.section-05-iconBox h3{
	line-height: 32px;
	font-size: 16px;
	color: rgba(255,255,255,.8);
}

.section-05-iconBox p{
	padding-top: 24px;
	font-size: 13px;
	color: rgba(255,255,255,.6);
}

@media only screen and (max-width: 800px ) {
	.section-05-iconBox{
		width: 100%;
		}
}

.section-06{
	background-color: #161232;
	width: 100%;
	padding-bottom: 40px;
}

.section-06-imgBox{
	width: 60%;
	text-align: center;
	z-index: 1;
}
.section-06-title{
	text-align: center;
	width: 100%;
	position: absolute;
	padding-top: 40px;
	padding-bottom: 60px;
	z-index: 10;
}

.section-06-title h1{
	font-size: 32px;
	color: rgba(255,255,255,.8) !important;
	padding-bottom: 24px;
}

.section-06-title p{
	font-size: 13px;
	color: rgba(255,255,255,.6);
	padding-bottom: 13px;
}

@media only screen and (max-width:800px ) {
	.section-06-imgBox,.section-06-imgBox img{
		width: 100%;
	}
	
	.section-06-imgBox img{
		max-width: 520px;
	}
}

@media screen and (max-width:1440px){
.section-07-title{
	padding-right:0;
	padding-left: 10%;
	}
	
.section-08-title{
	padding-right: 5% !important;
}

.section-08-imgBox{
	transform: translateX(-80px);
}

.section-09-title{
	padding-left: 10% !important;
}

.section-10-title{
	width: 60%;
}

}


.section-07{
	background-color: #161232;
	width: 100%;
	height: 540px;
	overflow: hidden;
	}

.section-07 .box-c{
	padding-top: 160px;
}
.section-07-imgBox{
	width: 50%;
	padding-right: 4%;
	text-align: left;
}

.section-07-imgBox img{
	padding-top: 36px;
}

.section-07-title{
	width: 50%;
	padding-right: 4%;
	padding-left: 24%;
}

.section-07-title h1{
	font-size: 32px;
	padding-right: 4%;
	color: rgba(255,255,255,.8);
	padding-bottom: 24px;
}

.section-07-title p{
	font-size: 13px;
	line-height: 24px;
	color: rgba(255,255,255,.8);
	padding-bottom: 24px;
}

@media only screen and (max-width: 800px ) {
	.section-07{
		height: initial;
		padding-bottom: 80px;
	}
	
	.section-07 .box-c{
		padding-top: 80px;
	}
	
	.section-07 .box-c .L, .section-07 .box-c .R{
		float: initial;
	}
	
	.section-07-title{
		width: 90%;
		padding-right: 0;
        padding-left: 0; 
		text-align: center;
	}
	
	.section-07-imgBox{
		width: 90%;
		padding-top: 40px;
	}
	
}


.section-08 .ms-cover{
	width: 100%;
	height: 540px;
	padding: 0 4%;
	box-sizing: border-box;
	background-color: #161232;
}

.section-08 .box-c{
	padding-top: 120px;
}

.section-08-imgBox{
	width: 56%;
	padding-right: 2%;
	text-align: right;
}

.section-08-imgBox img{
		width: 596px;
	}

.section-08-title{
	width: 44%;
	padding-top: 36px;
	padding-right: 20%;
	padding-left: 4%;
}

.section-08-title h1{
	font-size: 32px;
	padding-right: 4%;
	color: rgba(255,255,255,.8);
	padding-bottom: 24px;
}

.section-08-title p{
	font-size: 13px;
	line-height: 24px;
	color: rgba(255,255,255,.8);
}

@media only screen and (max-width: 800px ) {
	
	.section-08{
		overflow: hidden;
	}
	
	.section-08 .ms-cover{
		height: auto;
		padding-bottom: 40px;
	}
	
	.section-08 .L , .section-08 .R{
		float: initial;
	}
	
	.section-08 .box-c{
		padding-top: 80px;
	}
	
	.section-08-imgBox{
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		transform: translateX(0px);
	}
	
	.section-08-imgBox img{
		width: 90%;
	}
	
	.section-08-title{
		width: 90%;
		padding-top: 0px;
		padding-bottom: 40px;
	}
}

.section-09 .box-c{
	padding-top: 120px;
}

.section-09-imgBox{
	width: 56%;
	padding-right: 4%;
	text-align: left;
}

.section-09-imgBox img{
	max-width: 897px;
}

.section-09-title{
	width: 44%;
	padding-top: 42px;
	padding-left: 24%;
}

.section-09-title h1{
	font-size: 32px;
	padding-right: 4%;
	color: rgba(255,255,255,.8);
	padding-bottom: 24px;
}

.section-09-title p{
	font-size: 13px;
	line-height: 24px;
	color: rgba(255,255,255,.8);
	padding-bottom: 24px;
}

@media only screen and (max-width: 800px ) {
.section-09-title{
    width: 80%;
    padding-top: 0px;
    padding-left: 0px !important;
}

.section-09 .box-c{
	padding-top: 40px;
}

.section-09-imgBox{
	width: 100%;
}

}

.section-10{
	box-sizing: border-box;
}

.section-10-bg{
	background-color: #376EFA;
	background-image: url(../../img/s-10-bg.png);
	background-size: 1920px auto;
	background-position: center;
}

.section-10 .ms-cover{
	width: 100%;
	height: 690px;
	padding: 0 4%;
	box-sizing: border-box;
	background-color: rgba(53,77,230,.98);
}

.section-10 .box{
	text-align: center;
}

.section-10 .box img{
	max-width: 648px;
	transform: translateY(40px);
}


.section-10-title{
	width: 30%;
}

@media only screen and (max-width: 800px ){
.section-10-title{
	width: 90%;
}

.section-10 .box img{
	width: 100%;
}

}
