﻿﻿.adflexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	/*height: 900px;*/
	overflow: hidden;
	zoom: 1;
	/* min-height:75rem; */
}
.adflexslider .adslides li {
	width: 100%;
	height: 100%;
}
.adflex-direction-nav{
	display: none;
}
.adflex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
	background: url(../images/ad_ctr.png) no-repeat;
	z-index: 1;
}

.adflex-direction-nav .adflex-next {
	background-position: 0 -70px;
	right: 0;
}

.adflex-direction-nav .adflex-prev {
	left: 0;
}

.adflexslider:hover .adflex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.adflexslider:hover .adflex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.adflexslider:hover .adflex-next:hover,
.adflexslider:hover .adflex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.bannerCtrl_box{
	width: 24%;
	height: 157px;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 10%;
	left: 38%;
	border-bottom: 3px solid #6e7071
}
.bannerCtrl_box h3{
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bannerCtrl_box p{
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 14px;
}
@media only screen and (max-width: 1400px) {
	.bannerCtrl_box{
		height: 153px;
	}
	.bannerCtrl_box h3{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1170px) {
	.adflex-direction-nav {
		display: block;
	}
	.bannerCtrl_box{
		display: none;
	}
}
.adflex-control-nav {
	width: 100%;
	text-align: center;
	list-style:none;
	color: #FFFFFF;
	font-size: 16px;
}

.adflex-control-nav li {
	zoom: 1;
	width: 48%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

.adflex-control-nav li:first-child{
	text-align: right;
}
.adflex-control-nav li:last-child{
	float: right;
	text-align: left;
}

.adflex-control-paging li a {
	display: block;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	position:relative;
	box-sizing: border-box;
	color: #FFFFFF;
	padding-bottom: 18px;
	padding-left:6px;
	padding-right:6px;
}

.adflex-control-paging li a.adflex-active,
.adflex-control-paging li.active a {
	background-position: 0 0;
	border-bottom: 2px solid #b90005;
}

.adflexslider .adslides a img {
	width: 100%;
	height: auto;
	display: block;
	border:0;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	
}

.adinfoTop{
	position: relative;
	padding-top:200px;
}




@media only screen and (max-width:640px ) {
	.adflex-direction-nav {
		display: none;
	}
	.gongneng{
		margin-top: 40px!important;
	}
	
} 



