*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
/* flexslider */
/* .flexslider{position:relative;height:900px;overflow:hidden;background:url(/images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:900px;}
.slides li img{width:100%;height:100%;display:block;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(/images/dots.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
 */
.c-banner{
	width: 100%;
	position: relative;
	margin-top: 80px;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	max-height: 750px;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

.other_banner {
    margin-top: 80px;
    position: relative;
    height: 450px;
    overflow: hidden;
}
.other_banner .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    animation: zoombig 4s linear forwards;
}

.fullSlide {
    	width:100%;
    	position:relative;
    	height:750px;
    	background:#000;
		margin-top: 80px;
    }
    .fullSlide .bd {
    	margin:0 auto;
    	position:relative;
    	z-index:0;
    	overflow:hidden;
    }
    .fullSlide .bd ul {
    	width:100% !important;
    }
    .fullSlide .bd li {
    	width:100% !important;
    	height:750px;
    	overflow:hidden;
    	text-align:center;
    }
    .fullSlide .bd li a {
    	display:block;
    	height:750px;
    }
    .fullSlide .hd {
    	width:100%;
    	position:absolute;
    	z-index:1;
    	bottom:0;
    	left:0;
    	height:42px;
    	line-height:42px;
    	text-align:center;
    	_background:#000;
    	_filter:alpha(opacity=60);
    }
    .fullSlide .hd ul {
    	text-align:center;
    	padding-top:5px;
    }
    .fullSlide .hd ul li {
    	cursor:pointer;
    	display:inline-block;
    	*display:inline;
    	zoom:1;
    	width:16px;
    	height:16px;
    	margin:4px;
    	background:url(/images/np_bg.png) -24px 0;
    	overflow:hidden;
    	line-height:9999px;
    }
    .fullSlide .hd ul .on {
    	background-position:0 0;
    }
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 100%;
		height: 300px;
		position: absolute;
		left: 50%;
		margin-left: -50%;
	}
	.c-banner .jumpBtn {
	    width: 100%;
	    position: absolute;
	    bottom: 0px;
	    text-align: center;
	}
	
	.other_banner {
	    margin-top: 80px;
	    position: relative;
	    height: 200px;
		width: 100%;
	    overflow: hidden;
	}
}