@charset "utf-8";

/*banner*/
.banner-bg{background: url(../images/banner-about.jpg) no-repeat top center; height: 450px;}

.about-p{ font-size: 14px; line-height: 24px; margin: auto; color: #333; padding-bottom: 100px}
.about-p p{text-indent:2em}
.about-p p span{ color:#5096d2; }
.about-right{float: right;width: 950px;}


/*放大图片*/
.content{ width:200px; height:137px;}
#imgbox-loading {position: absolute;top: 0;left: 0;	cursor: pointer;display: none;z-index: 90;}
#imgbox-loading div {background: #FFF;width: 100%;height : 100%;}
#imgbox-overlay {position: absolute;top: 0;	left: 0;width: 100%;height: 100%;background: #000;display: none;z-index: 80;}
.imgbox-wrap {position: absolute;top: 0;left: 0;background: #FFF;display: none;	z-index: 90;}
.imgbox-img {padding: 0;margin: 0;border: none;width: 100%;	height: 100%;vertical-align: top;}

.content img{transform: scale(1);;transition:all ease-out 0.5s;}
.content a:hover img{transition:all ease 0.5s;transform: scale(1.1);overflow: hidden}
.honor{float: right;width: 950px}

.honor ul{padding-bottom: 50px;}
.honor ul li{float: left;padding: 20px;border: solid 5px #ddd;margin: 32px}


