html,body,div,p,span,ul,li,dl,dt,dd,a,em,i,b,strong,img,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	max-width: 750px;
	margin: 0 auto;
}


.banner{
	width:100%;
	height:auto;
}

.banner img{
	width:100%;
	display: block;
}

.bgone {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    overflow: hidden;
	padding-bottom: .3rem;
}

.ystitle {
    width: 3rem;
    height: .7rem;
    line-height: .7rem;
	margin: 0 auto;
    background: #eca62a;
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
    color: #FFF;
	margin-top: .8rem;
	margin-bottom: .2rem;
	border-radius: .1rem;
}




/*亮点*/
.liangdian {
    width: 96%;
    margin: 0 auto;
}

.liangdian ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.liangdian ul li {
    width: 100%;
    height: 1rem;
    line-height: .4rem;
    background: #FFF;
    margin-top: .2rem;   
    display: flex;
    justify-content: flex-start;
    border-radius: .12rem;
	align-items: center;
}

.liangdian ul li span {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    text-align: center;
    line-height: .5rem;
    font-size: .28rem;
    background: #eca62a;
    color: #FFF;
    display: block;
    margin: auto;
    margin-right: .16rem;
}

.liangdian ul li p{
	width:88%;
	font-size: .26rem;
}
/*亮点结束*/



.kechengjj{
	width:96%;
	margin: 0 auto;
	border: 1px solid #EEE;
}

.kechengjj p{
	padding:.14rem;
	line-height: .36rem;
	font-size: .24rem;
}


.kuangtext{
	width:96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.kuangtext p{
	width:42%;
	padding: .1rem .2rem;
	font-size: .24rem;
	font-weight: bold;
	border: 1px solid #CCC;
	border-radius: .08rem;
	background: #FFF;
	margin-top: .1rem;
	text-align: center;
	background: #f5f5f5;
}


.renqun{
	width:96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #CCC;
	border-radius: .12rem;
	padding-top: .2rem;
	margin-top: .2rem;
}

.renqun ul li{
	width:auto;
	line-height: .3rem;
	font-size: .24rem;
	padding: .1rem .2rem;
}

.renqun dl{
	width:96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: .1rem;
}

.renqun dl dt{
	width:32%;
}

.renqun dl dt img{
	width:100%;
	border-radius: .12rem;
}

.renqun h4{
	font-size: .32rem;
	padding-left: .15rem;
	line-height: .4rem;
}

.renqun p{
	padding:.14rem;
	line-height: .36rem;
	font-size: .24rem;
}



/*大标题*/
.bigtitle{
	width:3rem;
	height: .7rem;
	border:1px solid #f8af30;
	margin: 0 auto;
	margin-top: .8rem;
	position: relative;
	border-radius: .12rem 0 0 0;
}


.bigtitle p{
	width:3rem;
	height: .7rem;
	background: #f8af30;
	position: absolute;
	left: .1rem;
	bottom: .1rem;
	border-radius: 0 .12rem 0 0;
	text-align: center;
	line-height: .7rem;
	font-size: .36rem;
	color: #FFF;
	font-weight: bold;
}
/*大标题结束*/


.kecheng-kuang{
	width:96%;
	margin: 0 auto;
	border:1px solid #f8af30;
	margin-top: .2rem;
	border-radius: .12rem;
}

.kecheng-kuang p{
	width:98%;
	margin: 1% auto;
	border:1px dashed #f8af30;
	font-size: .24rem;
	line-height: .36rem;
	border-radius: .12rem;
	padding: .1rem;
	box-sizing: border-box;
}

.kecheng-kuang p strong{
	font-size:.28rem;
}


.xhtitle{
	width:96%;
	height: .7rem;
	margin: 0 auto;
	border-bottom: 2px solid #f8af30;
	display: flex;
	justify-content: flex-start;
	margin-top: .4rem;
}


.xhtitle h3{
	width:.81rem;
	height: .7rem;
	line-height: .46rem;
	text-indent: .38rem;
	color: #00804f;
	font-size: .24rem;
	background: url(../images/xhbg.png) no-repeat center center;
	background-size: .81rem .7rem;
}


.xhtitle h4{
	width:3.6rem;
	height: .7rem;
	line-height: .7rem;
	font-size: .34rem;
	color: #00804f;
	text-align: left;
	padding-left: .1rem;
}


.xhbody{
	width:96%;
	margin: 0 auto;
}

.xhtext{
	width:100%;
	padding:.2rem 0;
}

.xhtext h5{
	width:auto;
	font-size: .26rem;
	color: #00804f;
	margin-bottom: .1rem;
}

.xhtext p{
	line-height:.36rem;
	font-size: .24rem;
}


.xhimgs{
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.xhimgs p{
	width:32%;
	margin-bottom: .12rem;
}

.xhimgs p img{
	width:100%;
	display: block;
	border-radius: .08rem;
}


.tenimgs{
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.tenimgs p{
	width:19%;
	margin-bottom: .1rem;
}

.tenimgs p img{
	width:100%;
	display: block;
	border-radius: .08rem;
}


.yktitle{
	width:3rem;
	height: .7rem;
	margin: .4rem auto .2rem auto;
	border: 1px solid #f8af30;
	border-radius: .35rem;
}

.yktitle h4{
	width:2.9rem;
	height: .6rem;
	line-height: .58rem;
	text-align: center;
	font-size: .28rem;
	color: #333;
	border: 1px solid #f8af30;
	margin: .05rem;
	border-radius: .3rem;
	box-sizing: border-box;
}



.zixuns{
	width:80%;
	height: .6rem;
	margin: .5rem auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.zixuns a{
	width:44%;
	height: .6rem;
	line-height: .6rem;
	border-radius: .3rem;
	background: #ec2222;
	display: block;
	font-size: .28rem;
	color: #FFF;
	text-align: center;
	transition: all .5s;
	box-shadow: 0 0 1px #CCC;
}



/*多字标题*/
.motitle{
	width:3rem;
	height: .72rem;
	border:1px solid #f8af30;
	margin: 0 auto;
	margin-top: 1.2rem;
	position: relative;
	border-radius: .12rem 0 0 0;
}


.motitle p{
	width:3rem;
	height: .72rem;
	background: #f8af30;
	position: absolute;
	left: .08rem;
	bottom: .08rem;
	border-radius: 0 .12rem 0 0;
	text-align: center;
	line-height: .32rem;
	font-size: .28rem;
	color: #FFF;
	font-weight: bold;
	padding-top: .08rem;
}
/*多字标题结束*/


.kaoheimgs{
	width:96%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: .2rem;
}
.kaoheimgs p{
	width:49%;
	margin-bottom: .2rem;
}
.kaoheimgs p img{
	width:100%;
	display: block;
}


.lhjx{
	width:96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: .3rem;
}

.lhjximg{
	width:48%;
}

.lhjximg p{
	margin-top:.4rem;
}

.lhjximg p img{
	width:100%;
}


.lhjxtext{
	width:48%;
}


.lhjxtext p{
	font-size:.24rem;
	line-height: .32rem;
	margin-bottom: .2rem;
}

.lhjxtext p span{
	color:#A73133;
	font-weight: bold;
}







