/* 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 {
    margin: 50px 0;
    line-height: 30px;
}

.main .text_box p {
    font-size: 16px;
}

.bottom {
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-top: 1px dashed #ccc;
}