.wrapper {
	width: 100%;
}

.as_banner {
	width: 100%
}

.as_banner img {
	width: 100%;
	display: block
}

.as_box {
	margin-top: 20px
}

.as_title {
	text-align: center;
	margin-bottom: 10px;
}

.as_title h3 {
	font-size: 22px;
	font-family: '微软雅黑';
	color: #cb2655;
}
.as_title img{width: 24px;}



.jieshao_pic {
	width: 100%
}

.jieshao_pic img {
	width: 100%;
	display: block
}

.jieshao {
	width: 100%;
	padding-top: 2%
}

.jieshao_title h3{
	font-size: 26px;
	font-weight: 700;
	font-family: '微软雅黑';
	color: #cb2655;
	padding-bottom: 2%
}
.jieshao_title h3 span{
	font-size:16px;
	color: #000;
}

.jieshao p {
	font-size: 16px;
	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_cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.as_box_item{
	width: 30%;
	text-align: center;
}
.as_box_cont1{
	margin-top: 10px;
	margin-bottom: 10px;
}
.as_box_item img{
	width: 100%;
	display: block;
}
.as_box_item h4{
	font-size: 13px;
	font-weight: bold;
	font-family: '微软雅黑';
	color: #ff7ea3;
	margin-top: 6px;
	margin-bottom: 6px;
}
.as_box_item p{
	font-size: 12px;
	text-align: justify;
	font-family: '微软雅黑';
}


.zcr_title{
	display: flex;
}
.zcr_title h3{
	font-size: 20px;
	font-family: '微软雅黑';
	color: #cb2655;
	padding-left: 8px;
}
.zcr_title img{
	    width: 20px;
    /* height: 35px; */
    margin-top: 7px;
    margin-left: 6px;
}
.zcr_cont{
	margin-top:8px;
}
.zcr_cont img{
	width: 100%;
    margin: 0 auto;
    display: block;
}
.zcr_jieshao{
	position: relative;
	width: 90%;
    margin: 0 auto;
}
.zcr_jieshao img{
	width: 100%;
}
.zcr_text{
	position: absolute;
	left: 10%;
    top: 15%;
}
.zcr_text h4{
	font-size: 18px;
	font-family: '微软雅黑';
	line-height: 1.4;
	display: inline-block;
	border-bottom: 2px solid #000;
}
.zcr_text p{
	    font-size: 15px;
    font-family: '微软雅黑';
    line-height: 1.5;
}

.zcr_hezi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.zcr_hezi .zcr_cont > img{
	width: 85%;
}
.zcr_hezi .zcr_jieshao {
	width: 90%;
}
.zcr_hezi .zcr_text{
	top: 0;
}
.zcr_hezi .zcr_text h4{
	font-size: 14px;
}
.zcr_hezi .zcr_text p{
	font-size: 12px;
}


.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: 2px;
    font-size: 16px;
	font-weight: bold;
	font-family: '微软雅黑';
}


.star_title{
	position: relative;
	text-align: center;
}
.star_title::before{
	content: '';
	display: block;
	width: 20%;
	height: 2px;
	background-color: #ecadbf;
	position: absolute;
	left: 0;
	top: 14px;
}
.star_title::after{
	content: '';
	display: block;
	width: 20%;
	height: 2px;
	background-color: #ecadbf;
	position: absolute;
	right: 0;
	top: 14px;
}


.star_content ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.star_content li{
	width: 48%;
    padding: 20px;
	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;
}

.phone{
	width: 60%;
	margin: 0px auto 40px;
}
.phone img{
	width: 100%;
	display: block;
}



@media screen and (max-width: 320px){
	.zcr_text {
    position: absolute;
    left: 9%;
    top: 18%;
}
}