﻿@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; list-style-type:none;}
a{text-decoration:none;}
*,*:after,*:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/*容器设置*/
#full-screen-slider {
	width: 100%;
	height: 440px;
	z-index: 1;
	position: relative;
	clear: both;
	padding-top: 1px;
}
#slides {
	display: block;
	width: 100%;
	height: 440px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:30%; top:310px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current {
	background-color: #011959;
}

/*#Carousel1{position:relative;width:1920px;height:640px; margin:0 auto;left: 50%;margin-left: -960px;}*/
#Carousel1{width:100%;height:440px; }
#Carousel2{position:relative;width:1200px;height:58px; margin:0 auto;left: 50%;margin-left: -600px;}
#Carousel3{position:relative;width:480px;height:480px; margin:0 auto;left: 50%;margin-left: -240px;}
.carouselUl1{position:relative;z-index:1; width:100%; height:100%; display:block; overflow:hidden; }
.carouselUl2,
.carouselUl3{position:relative;z-index:1; width:100%; height:100%; /*display:block;*/ overflow:hidden; }
.carouselUl1 li{width:100%; height:100%; }
.carouselUl2 li.l1{position:relative;width:100%; height:100%; overflow:hidden;}
.carouselUl2 li.l1 span{width: 148px;height: 58px;display: block;float: left;margin-right: 27px;}
.carouselUl2 li.l1 span:last-child{margin-right: 0;}

/*播放按钮编号*/
.page1,
.page2{position:absolute;z-index:3; bottom:40px;width:100%; height:10px;text-align: center;font-size: 0;overflow:hidden;}
.page1 a,
.page2 a{display:inline-block; width:40px; height:10px; margin: 0 5px; background-color: rgba(125,122,131,.9); line-height:20px; color:#666; text-align:center;overflow:hidden;cursor:pointer;border-radius: 5px;}
.page1 a.activeSlide,
.page1 a.activeSlide,
.page2 a.activeSlide,
.page2 a.activeSlide{color: #fff;background:#4cb3f4;}
/*左右箭头*/
.arrows1,
.arrows1,
.arrows2,
.arrows2{position:absolute; width:100%;left: 50%;margin-left: -50%; height:40px; top:50%; z-index:3;overflow: hidden;}
.prev1,
.next1,
.prev2,
.next2{width:40px; height:40px;text-align:center; line-height:35px; font-size:50px; color:#FFF; font-weight:900;padding-left: 8px;border-radius: 50%;cursor: pointer;}
.prev1:hover,
.next1:hover,
.prev2:hover,
.next2:hover{opacity: 0.5;filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;}
.prev1,
.prev2{float:left; margin-left:50px;}
.next1,
.next2{float:right; margin-right:50px;}




.bannern{position:relative; z-index:1; zoom:1; overflow:hidden; height:286px;  background: url(../images/banner_01.jpg) no-repeat left 50px;}







