
/* about.html */

.banner {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background: url('../imgs/about/banner.jpg') no-repeat center top;
}

.introduce {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 63px;
}
.introduce .img {
	width: 592px;
    height: 588px;
	border:12px solid #f0f0f0;
}
.introduce .info {
	width: 526px;
	margin-left: 46px;
}
.introduce .info .tit {
	width: 376px;
	height: 87px;
	margin-top: 42px;
	margin-bottom: 20px;
}
.introduce .info p {
	width: 100%;
	font-size: 18px;
	color: #242424;
    line-height: 36px;
    margin-bottom: 36px;
}
.introduce .info .tips {
	width: 552px;
	height: 39px;
	margin-top: 20px;
}
.adcomnt {
    width: 100%;
    height: 710px;
    margin: 36px auto 0;
    background: url('../imgs/about/ad.jpg') no-repeat center top;
}
.vision {
    width: 100%;
    height: 468px;
    margin: 0 auto;
    text-align: center;
    background: url('../imgs/about/bg_01.jpg') no-repeat center top;
}
.vision img {
    width: 510px;
    height: 79px;
    margin: 80px auto 24px;
}
.vision p {
    font-size: 20px;
    color: #242424;
    line-height: 40px;
}






























