html,div,p,span,body,dl,dt,dd,ul,li,a,img,i,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin: 0;
}


ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}

img{
	display:block;
}


body{
	max-width:750px;
	margin: 0 auto;
}


.banner{
	width:100%;
}

.banner img{
	width:100%;
}


.onebox{
	width:94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: .6rem;
	flex-wrap: wrap;
}


.boxcent{
	width:48%;
	height: auto;
	border:1px solid #b8869c;
	border-radius: 0 0 .25rem 0;
	margin-bottom: .4rem;
}


.boxcent h3{
	width:2rem;
	height: .5rem;
	border-radius: 0 .25rem .25rem 0;
	background: #b53a71;
	text-align: center;
	line-height: .5rem;
	font-size:.28rem;
	color: #FFF;
}


.boxcent p{
	width:auto;
	padding: .1rem;
	line-height: .32rem;
	font-size:.24rem;
}



.title{
	width:94%;
	margin: 0 auto;
	text-align: center;
	margin-top: .6rem;
}

.title h2{
	width:auto;
	height: .6rem;
	line-height: .6rem;
	font-size: .46rem;
	color: #333;
}


.title p{
	width:auto;
	font-size: .24rem;
	color: #666;
	margin-top: .1rem;
}





.kclist{
	width:94%;
	margin: 0 auto;
	margin-top: .3rem;
}


.kclist ul{
	width:100%;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.kclist ul li{
	width:48%;
	height: 5.6rem;
	border-radius: .12rem;
	overflow: hidden;
	background: #FFF;
	margin-bottom: .3rem;
	border: 1px solid #CCC;
}

.kclist img{
	width:100%;
	display:block;
}


.kclist ul li h3{
	font-size:.28rem;
	color: #FB4695;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
}


.kclist ul li dl.tworows{
	width:auto;
}


.kclist ul li dl.tworows dd{
	width:90%;
	height: 2.4rem;
	margin: 0 auto;
	line-height: .3rem;
	font-size:.22rem;
	overflow-y: scroll;
	padding: .1rem;
	text-align: left;
}


.youshis{
	width:100%;
	margin: 0 auto;
	margin-top: .3rem;
}

.youshis ul{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.youshis ul li{
	width:50%;
	height: 3.4rem;
	display: flex;
	justify-content: center;
	align-content:flex-start;
	flex-wrap: wrap;
}


.youshis ul li:nth-child(1){
	background:#c73362;
}
.youshis ul li:nth-child(2){
	background:#e24376;
}

.youshis ul li:nth-child(3){
	background:#e24376;
}
.youshis ul li:nth-child(4){
	background:#c73362;
}
.youshis ul li:nth-child(5){
	background:#c73362;
}
.youshis ul li:nth-child(6){
	background:#e24376;
}



.youshis ul li h4{
	width:90%;
	height: .7rem;
	margin-top: .4rem;
}

.youshis ul li h4 img{
	height:100%;
	margin: 0 auto;
}


.youshis ul li dl{
	width:90%;
	margin: 0 auto;
	margin-top: .2rem;
}


.youshis ul li dl dt{
	width:100%;
	font-size: .28rem;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}


.youshis ul li dl dd{
	width:80%;
	margin: 0 auto;
	font-size: .24rem;
	color: #FFF;
	line-height: .32rem;
	margin-top: .1rem;
	padding: 0 .1rem;
	text-align: left;
}



.jiuye{
	width:100%;
	height: 10rem;
	background: url(../images/jiuyebg.jpg) no-repeat center top;
	overflow: hidden;
	margin-top: .5rem;
}


.jiuye p{
	width:94%;
	margin: 0 auto;
	font-size: .24rem;
	line-height: .32rem;
	text-align: center;
	margin-top: .2rem;
}


.jiuye dl{
	width:94%;
	margin: .3rem auto;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}



.jiuye dl img{
	width:48.5%;
	margin-bottom: .2rem;
}



.jiuye a{
	width: 3rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	margin: 0 auto;
	font-size: .24rem;
	color: #FFF;
	opacity: 1;
	border-radius: .3rem;
	background: linear-gradient(135deg, rgba(255, 87, 51, 1) 0%, rgba(240, 7, 7, 1) 100%);
	display: block;
}



.jiuyebz{
	width:94%;
	margin: 0 auto;
	margin-top: .3rem;
}


.jiuyebz ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.jiuyebz ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: .5rem;
}


.jiuyebz ul li p{
	width:46%;
	background: #EEE;
	border-radius: .15rem;
}


.jiuyebz ul li p img{
	width:92%;
	padding: 4%;
	border-radius: .2rem;
}


.jiuyebz ul li dl{
	width:50%;
}


.jiuyebz ul li dl dt{
	font-size: .32rem;
	height: .7rem;
	border-bottom: 1px solid #CCC;
	line-height: .6rem;
}


.jiuyebz ul li dl dd{
	font-size:.24rem;
	line-height: .36rem;
	color: #666;
	margin-top: .1rem;
}



.works{
	width:94%;
	margin: 0 auto;
	margin-top: .3rem;
	margin-bottom:.4rem;
}


.works ul.onelist{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.works ul.onelist li{
	width:48.5%;
}


.works ul.onelist img{
	width:100%;
	margin-bottom: .16rem;
}

.works ul.twolist{
	width:100%;
	display: flex;
	justify-content: space-between;
}



.works ul.twolist li{
	width:32%;
}


.works ul.twolist img{
	width:100%;
	margin-bottom: .16rem;
}




.zixun a{
	width: 3rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	margin: 0 auto;
	font-size: .28rem;
	color: #FFF;
	opacity: 1;
	border-radius: .3rem;
	background: linear-gradient(135deg, rgba(255, 87, 51, 1) 0%, rgba(240, 7, 7, 1) 100%);
	display: block;
	margin-bottom: .6rem;
}



