/* LESS Document */
table { border-collapse: collapse; padding: 0px; margin: 0px; }
th, td { padding: 0px; margin: 0px; vertical-align: top; }
html, body { font-family: "Microsoft yahei"; font-size: 12px; line-height: 22px; }
body { overflow: hidden;color:#777;  }
* { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 12px; }
ul, dl { list-style-type: none; }
li { vertical-align: top; }
.clear { clear: both; margin: 0; padding: 0; font-size: 0px; line-height: 0px; height: 0px; overflow: hidden; }
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
*html .clearfix { zoom: 1; }
* + html .clearfix { zoom: 1; }
img { border: none; vertical-align: top; }
.shouye {/* background: url(../images/bj.png) no-repeat center top; background-size: cover;*/ position: relative; }
.logo2 { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; width: 569px; height: 124px; }
.beianhao{ margin: auto; left: 0; right: 0; bottom: 20px; position: absolute; width: 432px; height: 40px; text-align:center;}
.beianhao a{ color:#777; text-decoration:none;}

.img-responsive{
	width: auto;
	max-width: 100%;
	height:auto;
}	
.center-block{
	display: block;
	margin: auto;
}

/**轮播**/
/**banner**/
.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

#slider .container {
	position: relative;
	height: 100%;
}

#slider.canvas-slider .swiper-slide img { width: 100%; }

#slider.canvas-slider a {
	display: block;
	height: 100%;
}


.swiper-pagination {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 20px !important;
	text-align: center;
	line-height: 1;
}

.swiper-pagination span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#slider-arrow-left{
	position: fixed;
	top: 50%;
	width: 44px;
	height: 58px;
	margin-top: -22px;
	left: 20px;
	z-index: 999;
	cursor: pointer;
}
#slider-arrow-right{
	position: fixed;
	top: 50%;
	width: 44px;
	height: 58px;
	margin-top: -22px;
	right: 20px;
	z-index: 999;
	cursor: pointer;
}
.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; }

.index-main{
	position: absolute;
	width: 20%;
	bottom:10px;
	z-index: 999;
	margin-left: -10%;
	left: 50%;
	text-align: center;
}
.index-main .index-text{
	margin-top: 5px;
}
.index-main .index-text p{
	font-size: 10px;
	color: #FFF;
}
.index-main .index-text a{ color:#fff; text-decoration:none;}