/*banner*/
.banner{
	width: 100%;
	height: 10rem;
	background: url(../img/s-banner.png) no-repeat;
	background-size: 100% 100%;
}
.banner h2{
	font-size: 1rem;
	color: #fff;
	padding: 3.05rem 2.1rem 1rem;
	font-weight: bold;
}
.banner h2 span{
	color: #0dfde6;
	padding: 0.5rem;
	position: relative;
}
.banner h2 span i{
	position: absolute;
	left: 0.3rem;
	top: 0.7rem;
	background: url(../img/half-border.png) no-repeat;
	width: 4.475rem;
	height: 1.15rem;
	background-size: 100% 100%;
}
.banner .text1{
	font-size: 0.625rem;
	color: #fff;
	background: #21c0b1;
	font-weight: bold;
	height: 1rem;
	width: 9rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1rem;
}
.banner .text2{
	font-size: 0.425rem;
	color: #ffc600;
	padding-top: 0.9rem;
	padding-left: 3.1rem;
}
/*第一部分*/
.part1{
	width: 100%;
	background: #324353;
	padding-top: 0.75rem;
}
.part1-ul{
	width: 14.125rem;
	margin: 0 auto;
}
.part1-ul li{
	margin-bottom: 0.5rem;
	border-bottom: 0.025rem dashed #53708a;
}
.part1-ul li.last{
	margin-bottom: 0;
}
.part1-ul li .left{
	width: 3.65rem;
	height: 4.4rem;
	border: 0.05rem solid #21c0b1;
	margin-bottom: 0.5rem;
}
.part1-ul li .left img{
	width: 3.65rem;
	height: 4.4rem;
}
.part1-ul li .right{
	font-size: 0.375rem;
	color: #21c0b1;
	margin-left: 1rem;
	line-height: 0.75rem;
}
.part3{
	width: 100%;
	background: #324353;
	padding-bottom: 1rem;
}
.part3 h3{
	font-size: 0.575rem;
	color: #21c0b1;
	padding: 0 4.4rem;
	position: relative;
}
.part3 h3 .pos-1{
	position: absolute;
	left: 0;
	top: 0.2rem;
	background: url(../img/pos-1.jpg) no-repeat;
	background-size:100% 100%;
	width: 4.075rem;
	height: 0.4rem;
}
.part3 h3 .pos-2{
	position: absolute;
	right: 0;
	top: 1.6rem;
	background: url(../img/pos-2.jpg) no-repeat;
	background-size:100% 100%;
	width: 4.075rem;
	height: 0.4rem;
}
.part3 p{
	font-size: 0.325rem;
	color: #ffc600;
	padding: 0.3rem 0 1.225rem 4.17rem;
}
.part3 ul{
	width: 14.5rem;
	margin: 0 auto;
}
.part3 ul li{
	margin-right: 0.7rem;
}
.part3 ul li.last{
	margin-right: -0.7rem;	
}
.part3 ul .top_1{
	width: 2.325rem;
	height: 1.875rem;
	background: url(../img/note.jpg) no-repeat 0.5rem 0.5rem #21c0b1;
	background-size:1rem 1.15rem;
	padding-left: 2.05rem;
	padding-top:0.375rem ;
}
.part3 ul .top_3{
	background: url(../img/light.png) no-repeat 0.5rem 0.5rem #21c0b1;
	background-size:1rem 1.15rem;
}
.part3 ul .top_2{
	background: url(../img/key.jpg) no-repeat 0.5rem 0.5rem #21c0b1;
	background-size:1rem 1.15rem;
}
.part3 ul .top_1 .text1{
	font-size: 0.475rem;
	color: #fff;
}
.part3 ul .top_1 .text2{
	font-size: 0.6rem;
	color: #fff;
}
.part3 ul .bottom_1{
	width: 4.07rem;
	height: 1.375rem;
	border: 0.025rem dashed #21c0b1;
	border-top: none;
	color: #21c0b1;
	padding-left: 0.25rem;
	padding-top: 0.35rem;
}
.part3 ul .bottom_1 .text1{
	font-size: 0.45rem;
}
.part3 ul .bottom_1 .text2{
	font-size: 0.35rem;
}
.part3 ul .bottom_2{
	line-height:0.6rem;
}
.part3 ul .bottom_2 .text1{
	font-size: 0.35rem;
}