.wrapper {
	width: 1400px;
	margin: 0 auto
}

.as_banner {
	width: 100%
}

.as_banner img {
	width: 100%;
	display: block
}

.as_box {
	margin-top: 40px
}

.as_title {
	text-align: center
}

.as_title h3 {
	font-size: 44px;
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #4297c4;
}

.as_box_cont {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

.jieshao_pic {
	width: 50%
}

.jieshao_pic img {
	width: 100%;
	display: block
}

.jieshao {
	width: 45%;
	padding-top: 2%
}

.jieshao_title h3{
	font-size: 44px;
	font-weight: 700;
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #4297c4;
	padding-bottom: 2%
}
.jieshao_title h3 span{
	font-size:20px;
	color: #000;
}

.jieshao p {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Î¢ÈíÑÅºÚ';
	line-height: 2;
	padding-left: 30px;
	margin-left: 25px;
	background: url(../images/icon.jpg) no-repeat center left;
}


.as_box_item{
	width: 17%;
	text-align: center;
}
.as_box_item img{
	width: 100%;
	display: block;
}
.as_box_item h4{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #ff7ea3;
	margin-top: 10px;
	margin-bottom: 10px;
}
.as_box_item p{
	font-size: 18px;
	text-align: justify;
	font-family: 'Î¢ÈíÑÅºÚ';
}


.zcr_title{
	display: flex;
}
.zcr_title h3{
	font-size: 44px;
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #4297c4;
}
.zcr_title img{
	width: 39px;
	height: 35px;
	margin-top: 18px;
    margin-left: 10px;
}
.zcr_cont{
	display: flex;
	margin-top:30px;
}
.zcr_cont img{
	width: 25% ;
	margin-left: 5%;
	height:30%
}
.zcr_jieshao{
	position: relative;
	width: 50%;
	margin-left: 3%;
}
.zcr_jieshao img{
	width: 100%;
}
.zcr_text{
	position: absolute;
	left: 14%;
    top: 22%;
}
.zcr_text h4{
	font-size: 32px;
	font-family: 'Î¢ÈíÑÅºÚ';
	line-height: 1.8;
	display: inline-block;
	border-bottom: 2px solid #000;
}
.zcr_text p{
	font-size: 24px;
	font-family: 'Î¢ÈíÑÅºÚ';
	line-height: 1.8;
}

.zcr_hezi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.zcr_hezi .zcr_cont > img{
	width: 42%;
}
.zcr_hezi .zcr_jieshao {
	width: 40%;
}
.zcr_hezi .zcr_text{
	top: 9%;
}
.zcr_hezi .zcr_text h4{
	font-size: 24px;
}
.zcr_hezi .zcr_text p{
	font-size: 18px;
}


.al_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.al_item{
	width: 46%;
	margin-top: 2%;
	text-align: center;
}
.al_item img{
	width: 100%;
	display: block;
}
.al_item p{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Î¢ÈíÑÅºÚ';
}


.star_title{
	position: relative;
	text-align: center;
}
.star_title::before{
	content: '';
	display: block;
	width: 32%;
	height: 2px;
	background-color: #ecadbf;
	position: absolute;
	left: 0;
	top: 34px;
}
.star_title::after{
	content: '';
	display: block;
	width: 31%;
	height: 2px;
	background-color: #ecadbf;
	position: absolute;
	right: 0;
	top: 34px;
}

.star_content{
	margin: 40px 0;
}
.star_content li{
	width: 25%;
    padding: 45px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.star_content li .star_img{
	width: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.star_content li .star_img img{
	width: 100%;
	display: block;
}
.star_content li p{margin-top: 20px;}
.star_content li span{
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Î¢ÈíÑÅºÚ';
}
.star_content li .span1{
	border-top: 1px dashed #272223;
	border-left: 1px dashed #272223;
	border-bottom: 1px dashed #272223;
}
.star_content li .span2{
	background-color: #ff7ea3;
	border: 1px solid #ff7ea3;
	color: #fff;
}
.star_content .star_more{
	font-size: 36px;
	color: #ff7ea3;
	float: right;
}

.as_phone{
	width: 35%;
	margin: 0px auto 40px;
}
.as_phone img{
	width: 100%;
	display: block;
}



@media screen and (max-width:1680px) {
	.wrapper {
		width: 1300px
	}

}

@media screen and (max-width:1600px) {
	.wrapper {
		width: 1200px
	}

	.jieshao{padding-top: 1%;}
	.jieshao_title h3 {font-size: 36px;}

	.zcr_text h4{
		font-size: 22px;
	}
	.zcr_text p {
    font-size: 18px;}
    .zcr_text{top: 25%;}
    .zcr_hezi .zcr_text p {
	    font-size: 15px;
	}
	.as_phone {margin: 0px auto 40px;}

	.star_title::before{width: 26%;}
	.star_title::after{width: 26%;}

}

@media screen and (max-width:1440px) {
	.wrapper {
		width: 1100px
	}

	.zcr_hezi .zcr_text h4 {
	    font-size: 20px;
	}

}

@media screen and (max-width:1400px) {
	.wrapper {
		width: 980px
	}

	.jieshao_title h3 {
	    font-size: 26px;
	}
	.jieshao p {font-size: 16px;}
	.zcr_text {
	    top: 22%;
	}
	.zcr_hezi .zcr_text {
	    top: 5%;
	}
	.zcr_hezi .zcr_text h4 {
	    font-size: 18px;
	}
	.zcr_hezi .zcr_text p {
	    font-size: 15px;
	    line-height: 1.5;
	}
}
