.banner{
	width: 100%;
	background: #feae31;
	border-top: 0.01rem solid #fff;
}
.bannercon {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.bannercon img{
    width: 100%;
    height: 100%;
}
.aboutcon {
	padding: .3rem .4rem;
    height: auto!important;
    margin: 0 auto;
    text-align: left;
	line-height: .38rem;
	font-size: .24rem;
}
.aboutcon p{
	line-height: .38rem;
	font-size: .24rem;
}
.aboutcon p span{
	line-height: .38rem;
	font-size: .24rem;
}
.aboutcon h3{
	font-weight: bold;
	font-size: .28rem;
}
.appraisal {
    width: 100%;
    padding-top: .40rem;
}
.appraisal dl {
    padding-bottom: .25rem;
    margin-bottom: .25rem;
    border-bottom: 0.01rem solid #e0dddd;
}
.appraisal dl dt {
    width: 1.23rem;
    height: 1.42rem;
    float: left;
    padding: 0.04rem;
    border: 0.01rem solid #dddbdb;
    background: #fff;
}
.appraisal dl dt img {
    width: 1.23rem;
    height: 1.42rem;
}
.appraisal dl dd {
    width: 5rem;
    float: left;
    padding-left: .27rem;
    color: #242323;
}
.appraisal dl dd strong {
	margin-bottom: .1rem;
    display: block;
    line-height: .36rem;
    font-size: .24rem;
    font-weight: 500;
    text-align: left;
}
.appraisal dl dd strong span {
    font-size: .2rem;
    font-weight: normal;
    margin-left: .1rem;
}
.appraisal dl dd p {
	font-size: .2rem;
    line-height: .34rem;
    color: #666666;
}
.clear {
    clear: both;
}
