﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

img {
    border-style: none;
}

#tips {
    color: #ff0000;
    position: absolute;
    top: 20px;
    right: 160px;
    font-size: 12px;
}

#link {
    position: absolute;
    top: 0px;
    right: 25px;
    width: 220px;
}

#link a {
    color: #000000;
    text-decoration: none;
}

#beian {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}

#beian a {
    color: #000000;
    text-decoration: none;
}

#app {
    height: 100%;
    position: relative;
    background: url('../images/bg.jpg') left bottom no-repeat;
    background-size: cover;
    background-position: center;
}

#app #logo {
    width: 28%;
    padding: 15px 0 0 15px;
}

#app .content-body {
    width: 1110px;
    max-height: 582px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(39, 193, 227, 0.3);
    padding: 17px 16px;
    min-width: 500px;
    z-index: 99;
}

#home {
    width: 100%;
    height: 548px;
    margin: 0 auto;
    padding-top: 25px;
}

#home .box {
    background-color: #ffffff;
}

#home .box .bh {
    padding: 10px;
    border-bottom: 7px solid #e0e4e5;
}

#home .box .bh.none {
    border: none;
}

#home .homeTable {
    text-align: center;
    font-size: 20px;
}

#home .homeTable thead th {
    font-weight: normal;
    background-color: #5cabf0;
    color: #ffffff;
    height: 31px;
}

#home .homeTable {
    border-color: #d3d5d2;
    border-collapse: collapse;
    border: 1px solid #d3d5d2;
}

#home .homeTable tr th,
#home .homeTable tr td {
    border: 1px solid #d3d5d2;
    padding: 3px 0;
    height: 31px;
}

#home .homeTable1 tr th,
#home .homeTable1 tr td {
    padding: 10px 0;
    height: 31px;
}

.swiper-pagination-bullet {
    width: auto;
    height: 27px;
    line-height: 21px;
    border-radius: inherit;
    background-color: #5cabf0;
    box-sizing: border-box;
    color: #ffffff;
    padding: 3px 5px;
    opacity: 1;
    outline: inherit;
    font-size: 18px;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
    color: #5cabf0;
    border-color: #ffffff;
}

.my_pagination {
    top: 15px;
}

#date1 {
    position: absolute;
    font-size: 18px;
    right: 17px;
    top: 15px;
    border: none;
    height: 27px;
    line-height: 27px;
}

@media screen and (max-width: 1100px) and (min-width: 500px) {
    #app .content-body {
        width: 100%;
        padding: 1px 17px 17px 17px;
    }

    #home {
        font-size: 12px;
        padding-top: 36px;
        height: auto;
    }

    #date1 {
        right: 17px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }

    #tips {
        right: 144px;
    }

    .swiper-pagination-bullet {
        font-size: 12px;
        height: 22px;
        line-height: 16px;
        width: auto;
        padding: 3px 2px;
    }

    #home .homeTable {
        font-size: 16px;
    }

    #home .box .bh {
        padding: 0;
    }

    #home .homeTable tr th,
    #home .homeTable tr td {
        border: 1px solid #d3d5d2;
        padding: 0px 0;
        height: 23px;
    }

    #home .homeTable1 tr th,
    #home .homeTable1 tr td {
        padding: 7px 0;
        height: 28px;
    }
}

@media screen and (max-width: 700px) and (min-width: 500px) {
    #app .content-body {
        padding: 0;
    }
}

.promo {
    text-align: center
}

.promo img {
    max-height: 460px;
    max-width: 100%;
    display: inline-block;
}