﻿@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
	overflow: hidden;
}

body{
	width: 100%; 
	height: 100%;
	background-size:16px; 
	background-repeat:no-repeat;
	font-family: "微软正黑";
	overflow: hidden;
}

.center{
	width: 93.6%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 1vh;
}
.center_0,.sfzt,.xwzx,.zbjy,.whsc{
	width: 99.4%;
    height: 98%;
    position: absolute;
    right: 0.5vw;
    bottom: 0;
}
section.publicize {
    background-color: #000;
}
section.publicize::before {
    content: "请滚动鼠标滚轮";
    font-size: 1vw;
    color: #FFF;
    width: 14vw;
    height: 3.5vh;
    line-height: 4.3vh;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 98;
    bottom: 15vh;
    left: 50%;
    margin-left: -7vw;
    text-align: center;
    text-shadow: 0vw 0vw 0.1vw #000;
}
section.publicize::after {
    content: "";
    -webkit-animation-name: JUMP;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    transition: all 0.3s ease-in-out;
    width: 5vw;
    height: 8vh;
    display: block;
    position: absolute;
    z-index: 98;
    background: url(../../img/shubiao.png) center/contain no-repeat;
    bottom: 15vh;
    left: 50%;
    margin-left: -2.5vw;
    opacity: 1;
}
.section.publicize.removeIcon:after,.section.publicize.removeIcon:before{
	opacity: 0;
}
@keyframes 
JUMP {
	 0% {
	bottom: 19vh;
	}
	50% {
	bottom: 21vh;
	}
	80% {
	bottom: 19vh;
	}
	100% {
	bottom: 19vh;
	}
}
 @-webkit-keyframes 
JUMP {
	 0% {
	bottom: 19vh;
	}
	50% {
	bottom: 21vh;
	}
	80% {
	bottom:19vh;
	}
	 100% {
	bottom: 19vh;
	}
}

.banner{ width:100%; height:100%; margin:0 auto; overflow:hidden; position:relative;}
.banner_box img{ width:100%; height:48.5vh;}
.banner_point{ position:absolute; bottom:2vh; left:50%; margin-left:-4vw; z-index:888;}
.banner_point li{ float:left; margin:0 1vw;}
.banner_point a{ display:block; width:0.5vw; height:0.5vw; border-radius:1vw; background-color:#CCCCCC; transition:background-color 0.5s;}
.banner_point li a.cur{ background:#23a9ff;}
.banner_box{
	width: 100%;
	height: 100%;
}
.banner_box a{
	width: 100%;
	height: 100%;
}

.banner_box ul{
	width: 100%;
	height: 100%;
}
/*.banner_box ul li{
	width: 100%;
	height: 100%;
}*/


/*.flexslider,.slides {
	width: 100%;
	height: 100%;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flexslider img{
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 4vw;
	height: 8vh;
	line-height: 99em;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav{
	height: 100%;	
}

.flex-direction-nav li{
	height: 100%;	
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 1vw;
}

.flex-direction-nav .flex-prev {
	left: 1vw;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 3vh;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 1.6vw;
}

.flex-control-paging li a {
	background: url(../../img/dot.png) no-repeat 0 -16px;
	display: block;
	overflow: hidden;
	height: 16px;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}*/
