@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

/*********************top样式*************************/
.top {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 106px;
}
.top2 {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bg2.jpg);
	background-repeat: no-repeat;
	height: 106px;
}
.logo {
	float: left;
}
.logo_right {
	float: right;
	width: 150px;
}
.logo_right li {
	float: left;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 6px;
}
.logo_right a {
	color: #FFFFFF;
	text-decoration: none;
}
.logo_right a:hover {
	color: #FBFB77;
	text-decoration: underline;
}




/*********************menu样式*************************/
.menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
.menu2 {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
.menu2 li {
	float: left;
	list-style-type: none;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
}
.menu2 .wz {
	width: 120px;
	line-height: 40px;
	text-align: center;
}
.wz a {
	color: #FFFFFF;
	text-decoration: none;
}
.wz a:hover {
	color: #FCFD02;
	text-decoration: underline;
}





/*********************版权样式*************************/
.footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 8px;
}
.footer2 {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
.footer2 ul {
	padding-left: 260px;
}
.footer2 li {
	float: left;
	list-style-type: none;
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 38px;
	padding-left: 8px;
}
.footer2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer2 a:hover {
	color: #FA0001;
	text-decoration: underline;
}
.footer3 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer3 p {
	font-family: "宋体";
	font-size: 12px;
	color: #434343;
	line-height: 24px;
	text-align: center;
}

.cuspages a:link,.cuspages a:visited{text-decoration:none; color:#666;}
.cuspages a:hover {text-decoration:underline}
/* pages */
.pages{clear:both;margin:10px 0; color:#666;}
	.pages em, .pages a, .pages strong{text-decoration:none;margin-left:3px;padding:2px 5px;border:1px solid #E5E5E5}
	.pages a:hover{text-decoration:none;border:1px solid #09C;background:#09C;color:#FFF}
	.pages strong{border:none;font-weight:700}
	.cuspages{margin:25px 0px;;line-height:200%; clear:both; text-align:center; font-size:12px;}
	.cuspages .pages{display:inline;clear:none;margin-right:45px}
	
	
	
.swiper-container {
      width: 496px;
      height: 340px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
	width:496px;
	padding:0;
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      width: 496px;
	  margin-bottom: 10px;
    }
    .gallery-thumbs {
      height: 140px;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }
	.gallery-top .swiper-slide span{
	position: absolute;
    bottom: 0px;
    text-align: center;
    line-height: 24px;
    display: block;
    background: #fff;
    width: 100%;
	opacity: 0.8;
	font-weight:bold;
	}
    .gallery-thumbs .swiper-slide-active {
      opacity: 1;
    }