.aboutUs-main {
	width: 1640px;
	margin: 10px auto;
}

.aboutUs-top {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0;
}

.aboutUs-top h2 {
	text-align: center;
	padding: 50px 0;
}

.info-img {
	width: 38%;
	float: left;
	margin-right: 2%;
}

    .info-img .aboutbg {
        background: url(/theme/images/about_bg.jpg) no-repeat;
    }

.info-word 
{
  	font-size: 18px;
	padding: 5px 0;
	line-height: 35px;
	text-indent: 2em;  
	color:#666666;
    }

.info-img img {
	display: block;
	width: 100%;
}

.info-img span {
	display: block;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

.info-word {
	width: 60%;
	float: left;
}

.info-word p {
	line-height: 45px;
	font-size: 18px;
	text-indent: 2em;
	/*letter-spacing: 1px;*/
}

.aboutUs-bottom {
	margin: 30px 0;
}

.aboutUs-bottom .division a {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}

.aboutUs-bottom .division a span {
	font-size: 26px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2em;
	margin-top: -0.5em;
}

.aboutUs-bottom .division a:last-child {
	margin: 0;
}

.aboutUs-bottom .division a img,
.aboutUs-bottom .off a img {
	width: 100%;
	height: auto;
}

.aboutUs-bottom .off a {
	display: block;
	margin-bottom: 2%;
	position: relative;
}

.aboutUs-bottom .off a span {
	font-size: 26px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 80%;
	margin-top: -0.5em;
}


/*响应*/

@media (max-width: 1640px) {
	.aboutUs-main {
		width: 1340px;
	}
	.info-word p{
		line-height: 35px;
	}
}

@media (max-width: 1430px) {
	.aboutUs-main {
		width: 1170px;
	}
	.info-word p{
		font-size: 16px;
		line-height: 30px;
	}
}

@media (max-width: 1200px) {
	.aboutUs-main {
		width: 970px;
	}
	.info-word p{
		font-size: 14px;
		line-height: 25px;
	}
	.info-img span{
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.aboutUs-main {
		width: 750px;
	}
	.info-word p{
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 768px) {
	.aboutUs-main {
		width: 90%;
	}
	.info-img{
		width: 100%;
	}
	.info-img span{
		font-size: 0.32rem;
	}
	.info-word{
		width: 100%;
	}
	.info-word p{
		font-size: 0.5rem;
		line-height: 0.8rem;
	}
	.aboutUs-bottom .division a{
		width: 100%;
		margin-bottom: 2%!important;
	}
	.aboutUs-bottom .division a span,.aboutUs-bottom .off a span{
		font-size: 0.32rem;
	}
	.aboutUs-top h2{
		padding: 0.66rem 0;
		font-size: 0.42rem;
	}
}