.banner .banner_text p{
	font-size: 26px;
	margin-bottom: 32px;
}
.banner .banner_text h2{
	line-height: 1.46;
	font-size: 48px;
}
.sec_last{
	padding-top: 0;
	padding-bottom: 0;
}

.main{
	padding-top: 60px;
	padding-bottom: 142px;
}

.sec1{
	margin-bottom: 80px;
	border-top-right-radius: 50px;
	overflow: hidden;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 .text-box{
	width: 52.35%;
	padding: 0 6.286%;
	background-repeat: no-repeat;
	background-image: url(../images/indexkv_hangzhou_sec1_img1.jpg);
	background-position: center bottom;
	background-size: cover;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.sec1 h5{
	font-weight: bold;
	font-size: 26px;
	color: #fff;
	margin-bottom: 5.56%;
}
.sec1 p{
	font-size: 16px;
	color: #fff;	
	line-height: 2.5;
}
.sec1 .img-box{
	width: 47.65%;
}
.sec1 .img-box img{
	width: 100%;
}


.sec2{
	margin-bottom: 98px;
}
.section ul{
	padding: 0 7%;
}
.section li{
	margin-bottom: 5%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.section li:nth-child(odd){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.section li:last-child{
	margin-bottom: 0;
}
.section .text-box{
	width: 46%;
}
.section .text-box h5{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.section .text-box p{
	font-size: 18px;
	color: #333;
	line-height: 2.22;
}
.section .img-box{
	width: 43.15%;
}
.section .img-box img{
	width: 100%;
}


@media only screen and (max-width:1600px){

	.banner .banner_text p{
		font-size: 20px;
		margin-bottom: 26px;
	}
	.banner .banner_text h2{
		line-height: 1.46;
		font-size: 38px;
	}

	.main{
		padding-top: 48px;
		padding-bottom: 114px;
	}

	.sec1{
		margin-bottom: 66px;
		border-top-right-radius: 50px;
	}
	.sec1 h5{
		font-size: 20px;
	}
	.sec1 p{
		font-size: 14px;
	}
	.sec1 .img-box{
		width: 47.65%;
	}
	.sec1 .img-box img{
		width: 100%;
	}


	.sec2{
		margin-bottom: 78px;
	}
	.section ul{
		padding: 0 7%;
	}
	.section li:last-child{
		margin-bottom: 0;
	}
	.section .text-box{
		width: 46%;
	}
	.section .text-box p{
		font-size: 16px;
		color: #333;
		line-height: 2.22;
		font-weight: bold;
	}
	.section .img-box{
		width: 43.15%;
	}
	.section .img-box img{
		width: 100%;
	}
}
@media only screen and (max-width:1200px){
	.sec1 p{
		line-height: 2;
	}
}
@media only screen and (max-width:1024px){
	.banner .banner_text p{
		font-size: 1.8rem;
		margin-bottom:16px;
	}
	.banner .banner_text h2{
		line-height: 1.46;
		font-size: 2.9rem;
	}

	.main{
		padding-top: 25px;
		padding-bottom: 70px;
	}

	.sec1{
		margin-bottom:40px;
		border-top-right-radius: 24px;
	}
	.sec1 .text-box{
		width: 52.35%;
		padding: 0 5%;
	}
	.sec1 h5{
		font-size: 1.8rem;
	}
	.sec1 p{
		font-size: 1.3rem;
	}
	.sec1 .img-box{
		width: 47.65%;
	}
	.sec1 .img-box img{
		width: 100%;
	}


	.sec2{
		margin-bottom:50px;
	}
	.section ul{
		padding: 0 7%;
	}

	.section .text-box{
		width: 46%;
	}
	.section .text-box p{
		font-size: 1.4rem;

		line-height: 2.22;

	}
	.section .img-box{
		width: 43.15%;
	}
	.section .img-box img{
		width: 100%;
	}
}
@media only screen and (max-width:880px){
	.sec1 p{
		font-size: 1.2rem;
	}
}
@media only screen and (max-width:800px){
	.sec1 p{
		font-size: 1.1rem;
	}
}
@media only screen and (max-width:767px){
	.banner .banner_text p{
		font-size: 1.6rem;
		margin-bottom:16px;
	}
	.banner .banner_text h2{
		line-height: 1.46;
		font-size: 2rem;
	}
	
	.sec1 .text-box,.sec1 .img-box,.section .text-box,.section .img-box{ width:100%;}
	.sec1 .text-box{padding:8.64% 6.286%;}
	.sec1 p{ font-size: 1.3rem;}
	.section .img-box{ margin-top:5px;}

}