html h5 h4 p a{
	font-family: "微软雅黑" !important;
}
.banner{
	background-image: url(../images/about-banner.png);
	height: 300px;
	margin-bottom: 50px;
}
.banner p{
	color: #ffffff;
	font-size: 12px;
}
.banner h4{
	color: #ffffff;
	font-size: 24px;
	padding-top: 105px;
	margin-top: 0px;
}
.wenzi img{
	margin-bottom: 30px;
}
.wenzi p{
	font-size: 16px;
	font-family: "微软雅黑";
	text-indent: 2em;
	line-height: 30px;
	/*font-weight: 600;*/
}
.photo{
	margin-top: 30px;
}
.carousel-control.left{
	background-image: none;
}
.carousel-control.right{
	background-image: none;
}
.photo ol{
	list-style: none;
}

.hengfu .container{
	padding-bottom: 50px;
}
.hengfu{
	background-image: url(../images/about-cor.jpg);
	background-size: cover;
	margin-top: 30px;
	color: #ffffff;
}
.hengfu h4{
	padding-top: 60px;
	font-size: 20px;
}
.hengfu p{
	font-size: 14px;
}
.list{
	line-height: 28px;
}


.honor{
	padding: 20px 0 50px;
	background-color: #f5f5f5;
}
.honor_title{
	margin: 50px;
}
.honors_list li{
	list-style: none;
}
.icon{
	margin-top: 80px;
}

/*轮播*/
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 80%;
    height: auto;
    cursor: pointer;
}

@media(max-width: 767px){
	#owl-demo .item img{
    display: block;
    width: 70%;
    height: auto;
    cursor: pointer;
}
}