html,div,p,span,ul,li,dl,dd,dt,i,img,a,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin: 0;
}


a{
	text-decoration:none;
}

ul,li{
	list-style: none;
}

img{
	display:block;
}


body{
	max-width:750px;
	margin: 0 auto;
}


.banner{
	width:100%;
}

.banner img{
	width:100%;
	display: block;
}

.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 #CCC;
	border-radius: 0 0 .25rem 0;
	margin-bottom: .4rem;
}


.boxcent h3{
	width:2rem;
	height: .5rem;
	border-radius: 0 .25rem .25rem 0;
	background: #997c56;
	text-align: center;
	line-height: .5rem;
	font-size:.26rem;
	color: #FFF;
}


.boxcent p{
	width:auto;
	padding: .1rem;
	line-height: .32rem;
	font-size:.22rem;
}


.kecontent{
	width:94%;
	margin: 0 auto;
	margin-top: .2rem;
}


.kecontent ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kecontent ul li{
	width:48.5%;
	height: 4rem;
	margin-bottom: .2rem;
	position: relative;
}



.kclist{
	width:100%;
	height: auto;
	border:1px solid #EEE;
	border-left: 1px solid #CCC;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF;
}

.kclist:hover{
	box-shadow:0 0 .1rem #EEE;
}


.kclist h3{
	width:96%;
	height: .4rem;
	margin: 0 auto;
	line-height: .4rem;
	text-indent: .2rem;
	font-size: .24rem;
	margin-top: .2rem;
}


.kclist h4{
	width:90%;
	border-bottom: 1px solid #EEE;
	margin-left: 10%;
	margin-top: .1rem;
}

.kclist h5{
	width:80%;
	height: 1rem;
	background: #fdedf0;
	margin: .2rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .1rem;
}

.kclist h5 img{
	height:100%;
	border-radius: .1rem;
}

.kclist dl{
	width:86%;
	margin: 0 auto;
}

.kclist dl dt{
	line-height: .4rem;
	color: #666;
	font-size:.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.kclist p.but{
	width:80%;
	height: .2rem;
	margin: 0 auto;
	cursor: pointer;
	margin-top: .2rem;
	text-align: right;
	margin-bottom: .2rem;
	color: #666;
	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: .5rem;
	color: #333;
}


.title p{
	width:auto;
	font-size: .24rem;
	color: #666;
	margin-top: .1rem;
}



.youshis{
	width:94%;
	margin: 0 auto;
	margin-top: .3rem;
}

.youshis ul{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.youshis ul li{
	width:50%;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-content:flex-start;
	flex-wrap: wrap;
}


.youshis ul li:nth-child(1){
	background:#4d5677;
}
.youshis ul li:nth-child(2){
	background:#5c6278;
}

.youshis ul li:nth-child(3){
	background:#5c6278;
}
.youshis ul li:nth-child(4){
	background:#4d5677;
}
.youshis ul li:nth-child(5){
	background:#4d5677;
}
.youshis ul li:nth-child(6){
	background:#5c6278;
}


.youshis ul li h4{
	width:100%;
	height: .7rem;
	margin-top: .4rem;
}

.youshis ul li h4 img{
	height:100%;
	margin: 0 auto;
}


.youshis ul li dl{
	width:auto;
	margin-top: .2rem;
}


.youshis ul li dl dt{
	width:100%;
	font-size: .3rem;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}


.youshis ul li dl dd{
	font-size: .24rem;
	color: #EEE;
	line-height: .32rem;
	margin-top: .1rem;
	padding: 0 .1rem;
	text-align: center;
}


.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;
}

.hsbg{
	width:100%;
	height: auto;
	background: #F5F5F5;
	overflow: hidden;
}


.zuopins{
	width:94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: .2rem;
}



.zuopins li{
	width:48.5%;
	margin-bottom: .2rem;
}


.zuopins li img{
	width:100%;
	border-radius:.12rem;
}



.zixun{
	width:3rem;
	height: .6rem;
	margin: 0 auto;
	margin-top: .4rem;
	margin-bottom: .8rem;
}


.zixun a{
	width:100%;
	height: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	line-height: .6rem;
	font-size: .26rem;
	background: #cb0a5c;
	border-radius: .3rem;
	box-shadow: 0 0 .1rem #333;
	transition: all .4s;
}


