﻿
#full-screen-slider
{
    width: 100%;
    height: 600px;
    float: left;
    position: relative;
}
#slides
{
    display: block;
    width: 100%;
    height: 600px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
#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: 23.4%;
    top: 510px;
    z-index: 9900;
    padding: 65px 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: #fd0214;
}
#pagination li a
{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}
#pagination li.current
{
    background: #f07d03;
}
.banner_xlwm
{
    width: 100%;
    overflow: hidden;
    background: url(../image/lxwm.jpg) no-repeat center;
    height: 300px;
}
.banner_new
{
    width: 100%;
    overflow: hidden;
    background: url(../image/news.jpg) no-repeat center;
    height: 300px;
}
.banner_pro
{
    width: 100%;
    overflow: hidden;
    background: url(../image/fwxm.jpg) no-repeat center;
    height: 300px;
}
.banner_zsjm
{
    width: 100%;
    overflow: hidden;
    background: url(/static/skin/images/zsjm.jpg) no-repeat center;
    height: 300px;
}
.banner_gywm
{
    width: 100%;
    overflow: hidden;
    background: url(../image/nybanner.jpg) no-repeat center;
    height: 300px;
}