@charset "utf-8";
.header {width:100%;height:110px;margin: 0 auto;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;z-index:999;position:fixed;top:0;left:0;right:0;}
.header{border-bottom:1px solid #000\9;}
:root .header{border-bottom:none;}
.lay-out{width:1000px;margin:0 auto;position:relative;}
.header .logo{float:left; padding-top:10px;}
.nva {
	float:right; width:70%; height:80px; line-height:80px;
	font-size: 16px;
}
.nva a{ padding:0 15px;}
.nva a:link, .nva a:visited { 
	color:#FFF;
	text-decoration:none;
	float:left;

	overflow:hidden;
}
.nva span {
	display:inline-block;
	line-height:3.5em; font-size:20px;
	padding:0 1em;
	margin-top:0.5em;
	position:relative;
	-webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
	-moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
	-ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
	-o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
	transition: background-color 0.2s, margin-top 0.2s;
}
.nva a:hover span {
	background:#FFD204;
	color:#666666;
}
.nva span:before {
	content: "";
	position:absolute;
	top:3.5em;
	left:0;
	border-right:0.5em solid #9B8651;
	border-bottom:0.5em solid #75a485;
}
.nva span:after {
	content: "";
	position:absolute;
	top:3.5em;
	right:0;
	border-left:0.5em solid #9B8651;
	border-bottom:0.5em solid #75a485;
}
.swiper-container{overflow:hidden;position:relative;}
.swiper-container,.swiper-wrapper,.swiper-slide{width:100%;}
.Swiper-pagination {position: absolute;left: 10px;top: 50%;z-index: 20;}
/*.Swiper-pagination .swiper-pagination-switch{background: #999 none repeat scroll 0 0;border-radius: 10px;box-shadow: 0 1px 2px #555 inset;cursor: pointer;display: block; height: 30px;margin: 5px 0;width:30px;}
*/
.Swiper-pagination .swiper-pagination-switch{cursor: pointer;display: block; height:30px;margin:10px 0;width:30px;}
.Swiper-pagination .swiper-active-switch {background: #fff none repeat scroll 0 0;}
.swiper-slide{overflow:hidden;}
.swiper-slide img{}
.Swiper-pagination span:nth-of-type(1){background:url(/Public/images/index_ico/1f.png) no-repeat left center;}
.Swiper-pagination span:nth-of-type(2){background:url(/Public/images/index_ico/2f2.png) no-repeat left center;}
.Swiper-pagination span:nth-of-type(3){background:url(/Public/images/index_ico/3f3.png) no-repeat left center;}
.Swiper-pagination span:nth-of-type(4){background:url(/Public/images/index_ico/4f4.png) no-repeat left center;}
.Swiper-pagination span:nth-of-type(5){background:url(/Public/images/index_ico/5f5.png) no-repeat left center;}
.Swiper-pagination span:nth-of-type(6){background:url(/Public/images/index_ico/6f6.png) no-repeat left center;}
.Swiper-pagination span:nth-of-type(7){background:url(/Public/images/index_ico/7f7.png) no-repeat left center;}
.Swiper-pagination span:nth-of-type(8){background:url(/Public/images/index_ico/8f8.png) no-repeat left center;}
/*第一个轮播*/
.Swiper-pagination-ts {position: absolute;left:-176px;top:50%;z-index: 15;background-color:#000;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;height:350px}
.Swiper-pagination-ts li{width:100%;margin:21px 50px 0 70px;color:#dddbdb;font-size:14px;}
