﻿.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}

.main-bg {
    width: 100%;
    height: 690px;
    background: url(banner.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    font-family: "楷体";
}

.main-word {
    width: 855px;
    margin: -50px auto 47px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.common-style {
    display: flex;
    flex-wrap: wrap;
    background: url(mlbj.png) no-repeat center;
    background-size: cover;
    margin-top: 33px;
    height: 844px;
    width: 100%;
    margin-bottom: 53px;
}

.common-style .book {
    width: 1200px;
    margin: 0 auto;
    padding-top: 186px;
}

.common-style .book a {
    display: inline-block;
    width: 540px;
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px #1d9eea;
    border-radius: 10px;
    border: solid 3px #126be7;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.common-style .book a:nth-of-type(2n+1) {
    margin-right: 56px;
}

.common-style .book a:nth-of-type(2n) {
    margin-left: 56px;
}

.common-style .book .cur {
    color: #126be7;
}

.common-style .book a img:first-of-type {
    position: absolute;
    left: 0;
    top: 18px;
}

.common-style .book a img:last-of-type {
    position: absolute;
    left: 80px;
    top: 18px;
}

.main-title {
    width: 240px;
    font-size: 24px;
    font-weight: bold;
    color: #126be7;
    background: url(xh1.png) no-repeat left;
    height: 55px;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.jt {
    display: block;
    width: 31px;
    height: 56px;
    margin: 0 auto -90px;
    text-align: center;
}

.main-lb {
    width: 100%;
    height:auto;
    background: url(garybj.png) no-repeat top;
    padding-top: 100px;
}

.main-lb .main {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.main-left {
    display: inline-block;
    width: 437px;
}

.main-right {
    display: inline-block;
    width: 600px;
    height: 1280px;
    border-radius: 10px;
    border: solid 5px #dddddd;
    overflow-y: auto;
}

.main-right::-webkit-scrollbar {
    display: none;
}

.swiper-container-one {
    width: 600px;
    display: none;
}

.cur {
    display: block;
}

.swiper-container-one .button {
    display: flex;
    justify-content: space-around;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    cursor: pointer;
}
.swiper-container-one .button .first-button{
    color: #333;
}
.last {
    display: none;
}

.swiper-container-one .swiper-slide {
    width: 600px;
}

.swiper-container-one .swiper-slide img {
    width: 600px;
}

.main-box {
    cursor: pointer;
    padding-right: 50px;
    width: 530px;
    height: 213px;
    text-align: right;
    border-right: 3px solid #dddddd;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.cur {
    color: #126be7;
    font-weight: bold;
    border-right: 3px solid #126be7
}

.main-box .lan {
    display: none;
}

.main-box .sj {
    display: none;
}

.main-box .hui {
    position: absolute;
    right: -22px;
    top: -22px;
}

.cur .lan {
    display: block;
    position: absolute;
    right: -22px;
    top: -22px;
}

.cur .hui {
    display: none;
}

.cur .sj {
    display: block;
    position: absolute;
    top: 2px;
    left: -50px;
}

.main-bottom {
    width: 100%;
    height: 300px;
    background: url(dd.jpg) no-repeat center;
    background-size: 100% 100%;
}

.bottom {
    width: 222px;
    height: 222px;
    margin: 200px auto 0;
    text-align: center;
}

.bottom .ewm {
    margin-top: -50px;
}

.bottom p {
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
}
.newStyle .main-word {
    font-size: 30px;
    line-height: 45px;
}
.newStyle .bottom p {
    font-size: 30px;
    width: 330px;
}
.newStyle .bottom {
    width: 360px;
}
.newStyle .bottom .bjt {
    display: none;
}
.newStyle .main-box {
    font-size: 30px;
    line-height: 36px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main-bg {
        background-size: 100% 100%;
        height: 150px;
        font-size: 0;
    }

    .main-word {
        width: 100%;
        margin-top: 10px;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .common-style {
        display: block;
        margin-top: 0;
        height: auto;
        margin-bottom: 20px;
        background: none;
        padding: 0 10px;
    }

    .common-style .book {
        width: 100%;
        margin-top: 0;
        padding-top: 10px;
    }

    .common-style .book a {
        font-size: 18px;
        text-align: right;
        width: 100%;
        margin: 20px 0 !important;
        box-shadow: 0px 0px 5px 0px #1d9eea;
        padding-right: 10px;
    }

    .common-style .book a img:last-of-type {
        left: 60px
    }

    .main-lb {
        width: 90%;
        margin: 0 auto;
        background: none;
        height: auto;
    }

    .main-lb .main {
        width: 100%;
        display: block;
    }

    .main-box {
        font-size: 16px;
        height: auto;
        min-height: 213px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .main-title {
        font-size: 18px;
    }

    .cur .sj {
        left: -10px;
        top: 13px;
    }

    .main-left,
    .main-box,
    .main-right,
    .main-title,
    .swiper-container-one,
    .swiper-container-one .swiper-slide,
    .swiper-container-one .swiper-slide img {
        width: 100%;
    }

    .main-right {
        border: 0;
        height: auto;
    }

    .main-bottom {
        margin-top: -130px;
    }
}

@media screen and (max-width: 320px) {
}
