@charset "utf-8";
/*------------------------------------------------------------
	首页
------------------------------------------------------------*/
.mainTopPho {
	margin-bottom: 50px;
}
.topBg {
	margin: 0 auto 50px;
	width: 1200px;
	min-height: 360px;
	position: relative;
	background: #fff url(../img/partner/bg01.jpg) no-repeat center center;
	background-size: 100% auto;
}
.topBg:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0, 0.6);
	content: "";
}
.topBg .innerBox {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}
.topBg .innerBox .innerBg {
	margin-bottom: 30px;
	padding: 10px 0;
	background-color: rgba(255,255,255, 0.5);
}
.topBg .innerBox P {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-indent: 2.4em;
	text-align: justify;
	line-height: 1.8;
}
.topBg .comTtl08 {
	margin-bottom: 0;
	color: #666;
}
.topBg .comTtl08 .en:before {
	border-bottom: 1px solid #fff;
}
.topBg .comTtl08 .en .bg {
	color: #fff;
	background-color: #b3b3b3;
}
.bannerBox {
	padding-bottom: 60px;
}
.bannerBox .bannerUl li {
	margin: 20px 24px 0 0;
	padding: 5px;
	float: left;
	width: 282px;
	box-sizing: border-box;
}
.bannerBox .bannerUl li:nth-child(4n) {
	margin-right: 0;
}
.bannerBox .bannerUl li a {
	display: block;
	border: 1px solid #eee;
	transition: all ease-in-out .5s;
}
.bannerBox .bannerUl li a img {
	width: 100%;
}
.bannerBox .bannerUl li a:hover {
	opacity: 0.7;
	border: 1px solid #ffc001;
}

@media all and (max-width: 767px) {
	.mainTopPho {
		margin-bottom: 30px;
	}
	.topBg {
		margin: 0 15px 30px;
		padding: 15px 10px;
		width: auto;
		min-height: 320px;
	}
	.topBg .innerBox {
		width: 90%;
	}
	.topBg .innerBox .innerBg {
		margin-bottom: 20px;
		padding: 5px;
	}
	.topBg .innerBox P {
		font-size: 15px;
		letter-spacing: 0.5px;
		text-indent: 2em;
		line-height: 1.5;
	}
	.bannerBox {
		padding-bottom: 30px;
	}
	.bannerBox .bannerUl li {
		margin: 15px 0 0;
		width: 48%;
	}
	.bannerBox .bannerUl li:nth-child(2n) {
		float: right;
	}
	.bannerBox .bannerUl li a:hover {
		border: 1px solid #eee;
	}
}
