
 @media (min-width:500px){
	 .banner{
	 	width: 100%;
	 	background: #feae31;
	 	border-top: 1px solid #fff;
	 }
	 .bannercon {
	     width: 100%;
	     height: 100%;
	     cursor: pointer;
	 }
	 .bannercon img{
	     width: 100%;
	     height: 100%;
	 }
	 .aboutcon {
	 	margin: 0 auto;
	 	width: 968px;
	 	height: auto !important;
	 	height: 140px;
	 	min-height: 140px;
	 	line-height: 1.7;
	 	font-size: 18px;
	 	padding: 50px 0px 100px 0px;
	 	text-align: left;
	 }
	 
	 .appraisal {
	 	width: 968px;
	 	height: auto !important;
	 	height: 400px;
	 	min-height: 400px;
	 	padding-top: 40px;
	 }
	 
	 .appraisal dl {
	 	padding-bottom: 25px;
	 	margin-bottom: 25px;
	 	border-bottom: 1px solid #e0dddd;
	 	display: flex;
	 }
	 
	 .appraisal dl dt {
	 	width: 123px;
	 	height: 142px;
	 	float: left;
	 	padding: 4px;
	 	border: 1px solid #dddbdb;
	 	background: #fff;
	 }
	 
	 .appraisal dl dt img {
	 	width: 123px;
	 	height: 142px;
	 }
	 
	 .appraisal dl dd {
	 	width: 800px;
	 	height: 150px;
	 	float: left;
	 	padding-left: 27px;
	 	color: #242323;
	 }
	 
	 .appraisal dl dd strong {
	 	display: block;
	 	width: auto !important;
	 	width: 185px;
	 	min-width: 185px;
	 	height: 52px;
	 	line-height: 52px;
	 	font-size: 24px;
	 	font-weight: 500;
	 	text-align: left;
	 }
	 
	 .appraisal dl dd strong span {
	 	font-size: 18px;
	 	font-weight: normal;
	 	margin-left: 10px;
	 }
	 
	 .appraisal dl dd p {
	 	line-height: 1.7;
	 	color: #666666;
	 }
	 
 }

 @media (max-width:500px){
	 .banner{
	 	width: 100%;
	 	background: #feae31;
	 	border-top: 1px 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: 1px solid #e0dddd;
	 }
	 .appraisal dl dt {
	     width: 1.23rem;
	     height: 1.42rem;
	     float: left;
	     padding: 0.04rem;
	     border: 1px 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;
	 }
	 
 }