/* CSS Document */

body {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    FONT-FAMILY: "微软雅黑", "宋体", "黑体", Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    background: #fff;
    background-size: 100%
}

table {
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    border: 0;
}

ol,
ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

caption,
th {
    text-align: left;
}

form,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt.input {
    margin: 0px;
    padding: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

A:link,
A:visited {
    TEXT-DECORATION: none;
}

A:hover {
    TEXT-DECORATION: none;
    color: #1f5db2;
}

a {
    color: #333333;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


.slide_container {
    position: relative;
    float: left;
    width: 100%;
}

.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.slide img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    text-align: right;
}

.slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.slide_nav:active {
    opacity: 1.0;
}

.slide_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.rslides li i {
    display: block;
    left: 50%;
    background: #666 margin-left: -550px;
    bottom: 0;
    line-height: 50px;
    color: #f00;
    position: absolute;
    z-index: 10000;
}

.clearfix:before,
.clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.icon-arrow-a-left,
.icon-arrow-a-right {
  
}

.icon-arrow-a-left {
    background-position: 0 0;
    height: 50px;
    width: 50px;
}

.icon-arrow-a-left:hover,
.icon-arrow-a-left.arrow-a-left_hover,
.icon-arrow-a-left.arrow-a-left-hover {
    background-position: -60px 0;
}

.icon-arrow-a-right {
    background-position: -120px 0;
    height: 50px;
    width: 50px;
}

.icon-arrow-a-right:hover,
.icon-arrow-a-right.arrow-a-right_hover,
.icon-arrow-a-right.arrow-a-right-hover {
    background-position: -180px 0;
}