

.about-con{overflow: hidden;width: 63%;max-width: 1200px;margin: 3rem auto;}
.about-con img{display: block;width: 100%;}
.about-left{display: block;width: 48%;float: left;}
.about-right{display: block;width: 48%;float: right;}
.about-right .title{font-size: 24px;font-weight: bold;color: #fda51b;padding-bottom: 5%;}
.about-right .content p{font-size: 14px;line-height: 24px;color: #686868;text-align: justify;}
.about-right ul{overflow: hidden;margin-top: 5%;}
.about-right ul li{display: block;float: left;width: 32%;margin-right: 2%;text-align: center;}
.about-right ul li:nth-child(3n){margin-right: 0;}
.about-right ul li .text1{font-size: 30px;font-weight: bold;color:#424242;padding-bottom: 1%;}
.about-right ul li .text2{font-size: 18px;color:#686868;}


@media only screen and (max-width: 480px) {
	.about-con{width: 90%;margin: 5% auto;}
	.about-left{width: 100%;margin-bottom: 3%;}
	.about-right{width: 100%;}
	.about-right .title{font-size: 22px;}
	.about-right ul li .text1{font-size: 24px;}
	.about-right ul li .text2{font-size: 14px;}
}



.hor-con{overflow: hidden;width: 63%;max-width: 1200px;margin: 3% auto;}
.hor-con img{display: block;width: 100%;}
.hor-left{display: block;width: 48%;float: right;}
.hor-right{display: block;width: 48%;float: left;}
.hor-right .title{font-size: 24px;font-weight: bold;color: #fda51b;padding-bottom: 5%;}
.hor-right .content p{font-size: 14px;line-height: 24px;color: #686868;text-align: justify;}


@media only screen and (max-width: 480px) {
	.hor-con{width: 90%;margin: 5% auto;}
	.hor-left{width: 100%;margin-bottom: 3%;}
	.hor-right{width: 100%;}
	.hor-right .title{font-size: 22px;}
}


