.banner{
    background: url('/resources/images/about/banner.png');
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";      
    height: 260px;
    width: 100%;
    -moz-background-size:100% auto;  
    background-size:100% auto;  
    position: relative;
    /* background-attachment: fixed; */
}
.banner .banner-image{
    position: absolute;
    bottom: 0px;
    left: 53%;
}
.banner .banner-text{
    position: absolute;
    top: 50%;
    margin-top: -62px;
    left: 30%;
}
.banner .banner-text h1{
    font-size: 48px;
    color: #FFFFFF;
    line-height: 48px;
}
.banner .banner-text p{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 24px;
}

.data-item{
    width: 100px;
    text-align: center;
}
.data-item h2{
    color: #FF7002;
    margin: 0px;
}
.data-item p{
    color: #333333;
    font-size: 16px;
    margin: 14px 0px 0px 0px;
}

.service-item p.title{
    margin: 12px 0px 24px;
    font-size: 16px;
    color: #333333;
}
.service-item p.text{
    margin-bottom: 5px;
    font-size: 12px;
    color: #7F8896;
}





/* .module-honor ul{
    min-width: 1710px;
} */
.module-honor{
    background: #453C47;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.module-honor ul{
    margin: 0px;
    padding: 0px;
    /* transition:0.7s all ease */
}
.module-honor ul{
	overflow: hidden;
	position:absolute;
	min-width: 1710px;
	left: 0;
    top: 50%;
    margin-top: -140px;
	_height:1px;
}

.module-honor ul li{
	float: left;
	width: 220px;
}




.honor-item{
    list-style-type: none;
    background: #514753;
    height: 280px;
    margin: 0px 12px;
    width: 220px;
    color: #fff;
}
.partner-item{
    cursor: pointer;
    height: 108px;
    width: 260px;
    background: #FFFFFF;
    border: 1px solid #BCC2CC;
    margin-right: 12px;
}
.partner-item:hover{
    background: #FFFFFF;
    border: 0 solid #BCC2CC;
    box-shadow: 0 0 8px 0 rgba(127,136,150,0.30);
}

.comp-describe p.text{
    color:#7F8896;
    width: 700px;
    margin: 0 auto;
    text-align: center
}