/* 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 .item1 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    background: url(../images/title.png) center center no-repeat;
    margin-top: 65px;
}

.main .item2 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}


.main p {
    font-size: 16px;
}

.main .item3 {}

.main .item3 .bottom_icon {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/bottom.png) center center no-repeat;
    margin-top: 70px;
    margin-bottom: 30px;
}

.main .item3 .tu1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.main .item3 .tu1 .tu1_1 {
    width: 50%;
    overflow: hidden;
    float: left;
}

.main .item3 .tu1 .tu1_2 {
    width: 50%;
    overflow: hidden;
    float: right;
    padding: 20px 10px 0 50px;
}

.main .item3 .tu1 .tu1_2 .text1 {
    font-size: 24px;
    padding-bottom: 34px;
    background: url(../images/90.png) 16px bottom no-repeat;
    margin-bottom: 6px;
}

.main .item3 .tu1 .tu1_2 p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.main .item3 .tu2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.main .item3 .tu2 .tu1_2 {
    width: 50%;
    overflow: hidden;
    float: right;
}

.main .item3 .tu2 .tu1_1 {
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 20px 44px 0 10px;
}

.main .item3 .tu2 .tu1_1 .text1 {
    font-size: 24px;
    background: url(../images/title2.png) 58px center no-repeat;
    margin-bottom: 10px;
    color: #333333;
}

.main .item3 .tu2 .tu1_1 p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.main .fuli {
    width: 100%;
    text-align: center;
}

.main .fuli span {
    display: inline-block;
    width: 17%;
    height: 45px;
    line-height: 45px;
    background: #0a3e89;
    text-align: center;
    color: #fff;
    margin: 0 0 20px 15px;
    font-size: 16px;
}

/* 横屏轮播 */
.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;
}