﻿@charset "utf-8";
/* CSS Document */

*[hidefocus] {
    outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

fieldset, img, html, body, iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-size: 100%;
}

caption, th {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

em, strong {
    font-weight: bold;
    font-style: normal;
}

body, textarea, select, input {
    font-family: "Microsoft YaHei", Arial, 'AvenirLTStd-light', 'AvenirLTStd', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

body {
    background-color: #eeeeee;
}

a, button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

html, body {
    width: 100%;
    height: 100%;
}

html {
    overflow: auto;
    overflow-y: scroll;
}


ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}



.webkit {
    font-size: 7px;
    -webkit-transform: scale(0.7);
    -webkit-text-size-adjust: none;
}


.countdown {
    text-align: center;
    margin: 20px 0 10px;
}

.countdown-title {
    font-size: 16px;
    color: #333;
    margin: 15px 0 6px;
}

.countdown span {
    font-size: 16px;
    color: #666;
    display: inline-block;
    width: 40px;
    text-align: center;
    margin-bottom: 3px;
}

.countdown i {
    font-size: 22px;
    display: block;
    font-weight: bold;
    font-family: arial;
    font-style: normal;
    color: #ef4f2f;
    /*-webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -moz-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    *filter: Glow(color=#fff, strength=1);
    text-shadow: -3px 2px #fff, -2px -3px #fff, 3px 2px #fff, 2px -3px #fff;*/
}

    .countdown i.i2 {
        color: #2fb7ef;
    }

    .countdown i.i3 {
        color: #95d05b;
    }

    .countdown i.i4 {
        color: #eba639;
    }


.flogin {
    text-align: center;
}

.swiper-container .swiper-slide .ban-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: url(../images/black04.png) repeat center top;
    overflow: hidden;
}

    .swiper-container .swiper-slide .ban-text .h4 {
        font-size: 16px;
        color: #fff;
        padding-left: 20px;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
    right: 10px;
    left: inherit;
    bottom: 5px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 0;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

/*分页*/
.pagination li {
    float: left;
}

.pagination a {
    color: #7e8299;
    background-color: #f3f6f9;
    margin: .25rem !important;
    outline: 0 !important;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    line-height: 1.35;
    border-radius: .42rem;
    cursor: pointer;
}

.pagination li.active a {
    color: #fff !important;
    background-color: #3699ff !important;
}

.pagination a:hover {
    color: #7e8299;
    background-color: #e4e6ef;
}


.visits {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}