@charset "utf-8";
/* CSS Document */

.adflexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 740px;
	overflow: hidden;
	zoom: 1;

}

.adflexslider .adslides li {
	width: 100%;
	height: 100%;
}

.adflex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/scroll/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.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);
}

.adflex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	list-style: none;
}

.adflex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.adflex-control-paging li a {
	background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/scroll/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	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);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}

.adflex-control-paging li a.adflex-active,
.adflex-control-paging li.active a {
	background-position: 0 0;
}

.adflexslider .adslides a img {
	width: 100%;
	height: 740px;
	display: block;
	border: 0;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;

}

.adinfoTop {
	position: relative;
	padding-top: 260px;
}

.size-34 {
	font-size: 34px !important;
}

.adinfoTop .container h2 {
	font-size: 48px;
	color: #fff;
	font-family: "pingfang-sc-bold";
	margin-top: 35px;
	margin-bottom: 13px;
}

.adinfoTop .container p {
	font-size: 18px;
	color: #fff;
	font-family: "pingfang-sc-light";
}