﻿/*介绍*/
.wrapper {
	width: 1127px;
	margin: 0 auto;
	margin-top:10px;
}
.survey {
	position: relative;
	width: 100%;
	height: 370px;
}
.survey img {
	position: absolute;
	top: 0;
}
.mask {
	position: absolute;
	width: 1126px;
	height: 370px;
	background: #666;
	opacity: 0.5;
}
.company-logo {
	left: 81px;
	top: 12px !important;
}
.content>div:nth-child(1) {
	text-align: center;
	font-size: 26px;
}
.content {
	position: absolute;
	top: 86px;
	color: #fff;
	font-size: 14px;
}
.content>div:nth-child(2) {
	width: 85%;
    margin-left: 7.5%;
    margin-top: 18px;
    line-height: 1.75;
}
.content>div:nth-child(2) p {
    font-size:14px;
    line-height: 25px;
    margin:0px;
}
/*介绍end*/
.pagedown {
    height: 60px;
    text-align: center;
    line-height: 60px;
}
/*关键事实*/
.fact {
	width: 564px;
	height: 591px;
	float: left;
	position: relative;
}
.mask-fact {
	position: absolute;
	width: 564px;
	height: 591px;
	background: #000;
	opacity: 0.5;
	top: 0;
}
.content-fact {
	position: absolute;
	top: 0;
	left: 60px;
}
.content-fact>ul {
	list-style: none;
	padding: 0;
	margin:5px 0 0 0;
}
.content-fact>div {
	font-size: 30px;
	color: #fff;
    margin-top: 45px;
}
.content-fact>ul li {
	line-height: 52px;
	color: #fff;
	font-size: 16px;
}
.span-right {
	margin-right: 13px;
}
/*关键事实end*/
/*合作伙伴*/
.partner {
	position: relative;
	width: 526px;
	height: 591px;
	margin-left: 600px;
}
.mask-partner {
	position: absolute;
	width: 526px;
	height: 591px;
	background: #fff;
	opacity: 0.9;
	top:0;
}
.content-partner{
	position: absolute;
	top: 0;
}
.content-partner>ul {
	list-style: none;
	padding: 0;
	margin: 32px 0 0 0;
    font-size: 0;
}
.content-partner>div {
	font-size: 30px;
	color: #000;
    margin: 45px 0 0 60px;
}
.content-partner>ul {
	
}
.content-partner>ul li {
	width: 486px;
	margin-left: 20px;
	height: 82px;
	font-size: 16px;
	border-bottom: 1px solid #999;	
}

.vetically {
	float: left;
	width: 233px;
	height: 80px;
    text-align: center;
}
.content-partner>ul li>div{
	vertical-align: middle;

}
.vetically > span {
    display: inline-block;
    vertical-align: middle;
    height: 80px;
}
.vetically > a > img {
    display: inline-block;
    vertical-align: middle;
}

/* 图片宽高设定 */
.company-logo {
    max-width: 146px;
    height: 38px;
}
.survey img:first-child {
    width: 1126px;
    height: 370px;
}
.fact img:first-child {
    width: 564px;
    height: 591px;
}
.partner img.first {
    width: 526px;
    height: 591px;
}
.vetically img {
    max-width: 150px;
    max-height: 65px;
}