/* CSS Document */
html {
    background: #FFF;
    font-size: 62.5%;
    /* 10¡Â16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14¡Â10=1.4 */
    color: #333;
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', SimSun, 'ËÎÌå', SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    /* border-collapse:collapse; */
    /* border-spacing:0; */
    /* width:100%; */
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

a:hover {
    color: #9a0000;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ul,
ol,
li {
    list-style: none outside none;
}

button {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}
.banner {

}

.banner div a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(560% / 16);
    overflow: hidden;
}

.banner .slick-img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(560% / 16);
    overflow: hidden;
    position: relative;
}

.banner .slick-list {}

.banner .slide_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    text-align: center;
    line-height: 30px;
    z-index: 6;
}

.banner .slick-arrow {
    border: 0;
    width: 37px;
    height: 60px;
    font-size: 0;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.banner .slick-arrow:after {
    display: none;
}

.banner .slick-next {
    right: 0px;
    background: url(/_upload/tpl/01/57/343/template343/style/btnr.png) center center no-repeat;
    background-size: cover;
}

.banner .slick-prev {
    left: 0px;
    background: url(/_upload/tpl/01/57/343/template343/style/btnz.png) center center no-repeat;
    background-size: cover;
}

.banner .slick_bg {
    width: 100%;
    height: 170px;
    background: url(/_upload/tpl/01/57/343/template343/style/slide_bg.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.banner .slick-active .slick-img {
    animation: scaleBig 7s linear 0s 1 both;
    transform-style: preserve-3d;
}

@-webkit-keyframes scaleBig {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes scaleBig {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.banner .slick-dots {
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    margin: 0 5px;
    border-radius: 5px;
    background: #fff;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover {
    width: 30px;
}

.banner .slick-dots li.slick-active button:before,
.banner .slick-dots li:hover button:before {
    opacity: 1;
}