<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/* CSS Document */


h2 {
	text-align: center;
	line-height: 1.2 !important;
	padding: 10px 5px;
	font-size: 1.7em;
	border-bottom: 1px solid #cc0022;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px;
	overflow: hidden;
	display: table;
	top: 50%;
}
.section-center .flat-btn {
	display: inline;
	float: right;
	margin-bottom: 10px;
}



/*================================================
　　　　
* .mvArea

================================================*/

.mvArea {
	height: 530px;
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}
.mvArea .slide {
	height: 500px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding-bottom: 10px;
}

/*.mvArea .slide > .comSecWrap {
	margin: 45px auto 0;
	background-color: #fff;
	padding-bottom: 60px;
}
*/

@media screen and (max-width:885px) {
.mvArea {
	width:100%;
	height: 225px;
}
.mvArea .slide {
	height: 190px;
}
.mvArea .slide .img{
background-size:800px auto;}


/*.slide > .comSecWrap {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 12%;
	background-color: #fff;
}
*/
}

@media screen and (max-width:636px) {
.mvArea {
}
}

.mvArea .img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
.pager_dot {
	height: 60px;
	bottom: -30px;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
}
.pager_dot li {
	width: 10px;
	height: 10px;
	background-color: #000;
	opacity: 0.3;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
	position: relative;
}
.pager_dot li + li {
	margin-left: 20px;
}
.pager_dot li:hover, .pager_dot li.active {
	background-color: #CC0022;
	opacity: 1.0;
}



/*	↑ .mvArea-------------------------------------------------
	____________________________________________ */
