@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html, body {
    width:100%;
    max-width:1080px;
    margin:0 auto;
    position:relative;
}
body{
	-webkit-overflow-scrolling: touch;
}
.main{
	position:relative;
	background-color:#f7ffe7;
	line-height:0;
}
.main>div{
	font-size:0;
	line-height:0;
    border: none;
    outline: none;
}
.main img{
	width:100%;
}
.main a{
	-webkit-tap-highlight-color: transparent;
}
video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}
.title{
	text-align:center;
}
.noscroll{
	overflow: hidden; 
}
/* ************************************** 头部+ICON标题部分 ************************************** */
.top{
	width:100%;
	height:0;
	padding-bottom:140.9259%;
	position: relative;
	overflow:hidden;
	background-image:url(../img/p_01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
}
.header-info-wrap{
	width:100%;
	position: absolute;
	bottom:0;
	margin-bottom: 7.87%;
	z-index: 20;
}
.header-info-wrap .icon-wrap{
	width:19.074%;
	margin:0 0 0 7.31%;
	float:left;
}
.header-info-wrap .icon{
	width:100%;
	border: .02rem solid #275577;
	border-radius: .45rem;
	box-sizing: border-box;
	background: #275577;
}
.header-info-wrap .header-info{
	margin-left:28.7%;
	display:block;
	font-size:0;
	position:relative;
	bottom:0;
}
.header-info-wrap .header-info .name-desc{
	width: 100%;
}
.header-info-wrap a.header-btn{
	position:absolute;
	z-index: 22;
	right:5%;
	top:30%;
	display:inline-block;
	width:25.9259%;
	height: 0;
	padding-bottom:7.97%;
	background-image:url(../img/btn_right.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	font-size:0;
	text-indent:-9999px;
	cursor: pointer;
}
/* ************************************** content ************************************** */
.content{
	width: 100%;
	height:0;
	padding-bottom:410.37%;
	position: relative;
	background-image:url(../img/p_02.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
}
/* ************************************** parts ************************************** */
.part{
	position: relative;
	overflow: hidden;
}
.part1{
	height: 0;
	padding-bottom: 159.074%;
}
.part2{
	height: 0;
	padding-bottom: 173.98%;
}
.part3{
	height: 0;
	padding-bottom: 77%;
}
/* ******************************************************************************* */
.part1 .part-content{
	position: relative;
	text-align: center;
}
.part1 .part1-pic{
	margin-top: 8.5%;
}
/* ******************************************************************************* */
.part2 .part-content{
	position: relative;
}
.part2 .part2-txt{
	margin-top: 7.68%;
}
.part2 .part2-pic{
	margin-top: 4.4%;
}
/* ******************************************************************************* */
.part3 .part-content{
	position: relative;
	text-align: center;
}
.part3 .part3-pic{
	width: 90.2777%;
}
.part3 .part3-btn{
	width: 35.2777%;
	margin-top: -4%;
	cursor: pointer;
	position: relative;
	z-index: 20;
}

