/* CSS Document */
.about-txt {
	font-size:16px;
	width:65%;
	margin:0 auto;
	clear:both;
	padding:0;
	text-align: center;	
}
.about-txt .about-h {
	font-size:28px;
	text-align:center;
	margin:28px 0 20px 0;
}
.about-txt .about-tit {
	font-size:20px;
	text-align:center;
	margin:20px;
}
.about-txt p {
	line-height:36px;
	margin-bottom:36px;
}
.img-tit {
	font-size: 28px;
    margin: 30px 0px 20px 6px;
}
.img-row {
	width:93%;
	margin:60px auto;
	clear:both;
	padding:0;
}
.img-row .img-box {
	width: 19%;
	float:left;
	margin: 0px 0.5%;
	font-size: 0px;
}
.img-row .img-box img {
	width:100%;
	height:100%;	
}
.img-row .img-box p {
	font-size:14px;
	color: #fff;
    position: relative;
    background-color: #686C71;
    top: -3px;
	line-height: 30px;
	margin-bottom:30px;
	padding-left: 10px;
}
.img-row .img-box i {
	background-color: #F00;
    width: 6px;
    height: 20px;
    display: block;
    float: left;
	margin-right:4px;
}
.img-row .img-box em {
	width:16px;
	margin-left: 10px;
}
.about-box {
	width:100%;
	float:left;
	margin-bottom:1%;
}
.about-box .about-box-img {
	width:58%;
	float:right;
	overflow: hidden;
	z-index:2;
	font-size:0px;
}
.about-box .about-box-img img{
	width:100%;
	height:100%;
    bottom: 0;
	transition-duration:0.5s;
    z-index:1;
}
.about-box .about-box-img img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2); /*Safari 和 Chrome*/
	-moz-transform: scale(1.2); /*Firefox*/
	-ms-transform: scale(1.2); /*IE9*/
	-o-transform: scale(1.2); /*Opera*/
}
.about-box .about-txt-box {
	width:38%;
	float: left;	
}
.about-box .about-box-tit {
	font-size:28px;
	padding-bottom:30px;
}
.about-box .about-box-txt {
	font-size:14px;
	line-height:22px;
	padding-bottom:30px;
}
.about-box .about-box-more {
	padding: 0 10px;
    float: right;
    background-color: #f00;
    text-indent: 0px;
    border-radius: 10px;
	color:#fff;
}

.us-left {
	width:50%;
	float:left;	
}
.us-left .us-name {
	font-size:28px;
	margin-bottom:30px;
}
.us-left .us-tit {
	font-size:22px;
	margin:30px 0px 6px 0px;
}
.us-left .us-txt {
	font-size:14px;
	line-height:30px;
}
.us-right {
	width:41%;
	float:right;
}

.us-right .us-img {
	width:100%;
	font-size: 0px;
}
.us-right .us-img img{
	width:100%;
	height:100%;
}
.us-right .type-img {
	width:618px;
	height:360px;
	float:left;
	margin-bottom:10px;
	font-size: 0px;
}
.us-right .type-img img{
	width:100%;
	height:100%;
}

.type-left {
	width:330px;
	float:left;
}
.type-left .us-name {
	font-size:28px;
	margin-bottom:30px;
}
.type-left .us-tit {
	font-size:22px;
	margin:30px 0px 6px 0px;
}
.type-left .us-txt {
	font-size:16px;
	line-height: 36px;
	text-align: justify;
}
.type-right {
	width:820px;
	float:right;
}
.type-right .type-img {
	width:820px;
	float:left;
	margin-bottom:10px;
	font-size: 0px;
}
.type-right .type-img img{
	width:100%;
	height:100%;
}