/* 内容 */
.main {
    width: 1260px;
    margin: 64px auto;
}

.main .main_top {
    width: 100%;
    padding: 0 30px;
    /* height: 690px; */
}

.main .main_top p {
    font-size: 0.8rem;
    line-height: 25px;
    text-indent: 40px;
    color: #184e98;
}

.mian_one {
    width: 120%;
}

@media (max-width:1320px) {
    .main .main_top p {
        font-size: 0.7rem;
        line-height: 18px;
        text-indent: 40px;
        color: #184e98;
    }

    .mian_one {
        width: 100%;
    }
}

@media (max-width:1160px) {
    .main .main_top p {
        font-size: 0.5rem;
        line-height: 17px;
        text-indent: 40px;
        color: #184e98;
    }

    .mian_one {
        width: 100%;
    }
}

.main .main_bottom {
    width: 100%;
    padding-top: 180px;
    margin-top: 60px;
    background: url(../img/ryzz.png) no-repeat;
}

.main .main_bottom .scr {
    width: 100%;
    height: 345px;
    padding-top: 55px;
    overflow: hidden;
    position: relative;
}

.main .main_bottom .scr .scroll {
    position: relative;
    white-space: nowrap;
    left: 0px;
    top: -55px;
    transition: 0.3s;
}

.main .main_bottom .scr .scroll img {
    height: 320px;
    margin-left: 16px;
}

.bigimg {
    position: absolute;
    display: none;
}

.main .main_bottom .scr .scroll img:hover .bigimg {
    display: block;
}

.main .main_bottom .lr {
    position: absolute;
}

.main .main_bottom .lr img {
    width: 50px;
    height: 140px;
    opacity: 0.5;
    /* position: absolute; */
    position: relative;
    top: 85px;
}

.main .main_bottom .lr img:hover {
    background-color: #eee;
    cursor: pointer;
}

.main .main_bottom .lr .img_l {
    left: -55px;
}

.main .main_bottom .lr .img_r {
    left: 1230px;
}