﻿@charset "utf-8";

.fullSlide{

   position: relative;

    width: 100%;



    height: 657px;

    overflow: hidden;

}

.fullSlide .bd{

   z-index: 0;

    position: relative;

    margin: 0px auto;

    height: 657px;

    overflow: hidden;

}

.fullSlide .bd UL{

   width: 100% !important;

}

.fullSlide .bd LI{

   text-align: center;

    width: 1920px;

    height: 657px;

    left:50%;

    overflow: hidden;

    margin-left:-960px;

    position:absolute;

}

.fullSlide .bd LI A{

   display: block;

    height: 657px;

    color:#fff;

}

.fullSlide .hd{

   z-index: 1;

    position: absolute;

    line-height: 30px;

    width:auto;

    bottom: 45px;

    height: 11px;

    left: 48%;

}

.fullSlide .hd UL{

   text-align: center;

    padding-left: 2%;

    width: 100%;

    height: 30px;

}

.fullSlide .hd UL LI{



    line-height: 999px;

    margin: 1px 15px 1px 1px;

    width: 11px;

    zoom: 1;

    display: inline-block;border-radius:11px;

    background: #fff;

    float: left;

    height: 11px;

    overflow: hidden;

    cursor: pointer;

 

}

.fullSlide .hd UL .on{

   background: #0c4da2;

}

.fullSlide .prev{

   z-index: 1;

    position: absolute;

    filter: alpha(opacity=50);

    margin-top: -30px;

    width: 40px;

    display: none;

    background: url(../images/slider-arrow.png) no-repeat -125px 50%;

    height: 60px;

    top: 50%;

    cursor: pointer;

    left: 100px;

    opacity: 0.5;

}

.fullSlide .next{

   z-index: 1;

    position: absolute;

    filter: alpha(opacity=50);

    margin-top: -30px;

    width: 40px;

    display: none;

    background: url(../images/slider-arrow.png) no-repeat -5px 50%;

    height: 60px;

    top: 50%;

    cursor: pointer;

    left: 15%;

    opacity: 0.5;

}

.fullSlide .next{

   right: 100px;

    left: auto;

}

.fullSlide .bd .f_title {

   bottom:0px;

   position:absolute;

   width:100%;

   height:0px;

   line-height:0px;

   text-align:center;



}