@charset "utf-8"; /* bannerBox */
.fullSlide * {
    zoom:1}

.fullSlide {
    position: relative;
    margin: 0 auto;
    height: 1000px;
    overflow: hidden;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
}

.fullSlide .bd li a {
	display: inline-block;
	height: 1000px;
	width: 100%;
}


.fullSlide .hd {
    position: relative;
    z-index: 1;
    top: -31px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* background:#000; */
    filter: alpha(opacity=60);
    /* opacity:0.6; */
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *
    display: inline;
    zoom:1;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #eee;
    overflow: hidden;
    font-size: 0;
    border-radius: 30px;
}

.fullSlide .hd ul .on {
    width: 36px;
    height: 10px;
    background: #f55319;
}

.fullSlide .prev,.fullSlide .next {
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    margin: -30.5% 0 0 3%;
    float: left;
    background: url(/template/images/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.fullSlide .next {
    background-position: right 0;
    float: right;
    margin-right: 3%
}

.fullSlide .prev:hover,.fullSlide .next:hover {
    filter: alpha(opacity=50);
    opacity: 0.5
}





.header_vido {
    width: 100%;
    position: absolute;
    z-index: 1;
}
.header_vido video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 66;
/*	min-width:1600px;
*/
}
.header_hei {
    height: 100%;
    position: absolute;
    z-index: 2;
    background: url(/template/images/banner.png) no-repeat center;
/*    background-color: rgba(0,0,0,0.5);
*/    background-size: auto 70%;
    background-position-y: 180px;
}


.w100{ width:100%;}

