/* top_link------------------------------- */
.top_link {
    text-align: right;
    height: 60px;
    line-height: 60px;
}

.top_link a {
    width: 15%;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: #38558f;
    text-align: center;
    font-weight: 900;
}

/* top_banner------------------------ */
.swiper-container {
    width: 100%;
    height: 100%;
}

.top_banner {
    width: 100%;
    height: 726px;
}

.top_banner img {
    width: 100%;
    height: 100%;
}

/* main-------------------------------- */
.main {
    width: 1200px;
    margin: 0 auto;
}

.main .text_box h1 {
    font-size: 16px !important;
    margin: 50px 0 0px 0 !important;
    font-weight: 900;
}

.main .text_box a {
    font-size: 16px !important;
}

.main .text_box li {
    padding: 5px 5px 5px 0px !important;
}


/* 横屏轮播 */
.container {
    width: 100%;
    margin: 50px auto;
}

.scroll {
    width: 100%;
    overflow: hidden;
}

.scroll ul {
    white-space: nowrap;
}

.scroll ul li {
    display: inline-block;
    margin: 10px;
}

.scroll ul img {
    vertical-align: top;
}

.bottom {
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-top: 1px dashed #ccc;
    margin-top: 150px;
}