body {
    padding: 0;
    margin: 0;
}

.page {
    width: 100%;
}

.top {
    width: 100%;
    height: 107px;
}

.topBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.logo {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo img {
    width: 260px;
    height: 67px;
}

.nav {
    width: 900px;
    height: 100%;
    display: flex;
    align-items: center;
}

.top_m {
    display: none;
}

.nav a {
    display: block;
    width: 25%;
    height: 100%;
    font-size: 20px;
    color: #666666;
    text-align: center;
    line-height: 107px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.nav a:after {
    content: '';
    height: 15px;
    border-left: 1px solid #666666;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
}

.nav a:last-child:after {
    border-left: 0;
}

.title {
    font-size: 38px;
    color: #333;
    text-align: center;
    padding: 40px 0;
}

.title span {
    color: #C40A0A;
}

.gg {
    background: url("../images/img5.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 165px;
}

.ggBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g1 {
    width: 187px;
    height: 187px;
}

.g2 h2 {
    font-size: 35px;
    color: #3F4B7F;
    text-align: center;
    padding: 0;
    margin: 0;
    letter-spacing: 3px;
}

.g2 div {
    display: flex;
    /*    align-items: center;*/
    /*    justify-content: center;*/
}

.g2 div dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 38px;
    border-radius: 50px;
    background-color: #F7CC21;
    /*margin-right: 10px;*/
}

.g2 div dt img {
    width: 24px;
    height: 24px;
}

.g2 div dt span {
    font-size: 20px;
    color: #3F4B7F;
    display: block;
    margin-left: 10px;
}

.g2 div p {
    font-size: 22px;
    color: #222222;
}

.g3 {
    width: 198px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3F4B7F, #5E71C2);
    margin-left: 20px;
    cursor: pointer;
}

.g3 p {
    font-size: 24px;
    color: #F7CC21;
    font-weight: bold;
    margin-right: 10px;
}

.gg_m {
    display: none;
}

.content {
    width: 100%;
}

.con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.con p {
    font-size: 18px;
    color: #666666;
    line-height: 35px;
}

.con img {
    display: block;
    margin: 40px auto;
}

.formBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.form {
    background: url("../images/img11.png") no-repeat center center;
    background-size: cover;
    width: 527px;
    height: 583px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -291.5px;
    margin-left: -263.5px;
    box-sizing: border-box;
    padding: 20px;
}

.hide {
    display: block;
    width: 31px;
    height: 31px;
    overflow: auto;
    float: right;
    cursor: pointer;
}

.hide img {
    width: 100%;
    height: 100%;
    display: block;
}

.form h2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.showForm {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

.showForm input {
    width: 80%;
    height: 58px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #999999;
    outline: none;
    display: block;
    margin: 0 auto 20px;
}

.showForm select {
    width: 80%;
    height: 58px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #999999;
    outline: none;
    display: block;
    margin: 0 auto 20px;
}

.showForm button {
    width: 80%;
    height: 58px;
    background-color: #F7CC21;
    border-radius: 50px;
    display: block;
    border: 0;
    outline: none;
    margin: 0 auto;
    font-size: 26px;
    color: #3F4B7F;
    font-weight: bold;
}

fieldset {
    border: 0;
}

.checkbox {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}

.checkbox dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox input {
    width: 15px !important;
    height: 15px !important;
    margin: 0 10px 0 0 !important;
}

.checkbox p {
    font-size: 12px;
    color: #9f9c9c9e;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0;
}

.checkbox a {
    color: #9f9c9c;
    margin: 0 !important;
    text-decoration: none;
}

/*移动端*/
@media only screen and (max-width: 750px) {
    .top_m {
        width: 100%;
        display: block;
    }

    .top {
        display: none;
    }

    .top_m_box {
        width: 6.9rem;
        height: 0.9rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo_m {
        display: block;
        width: 1.42rem;
        height: 0.36rem;
    }

    .logo_m img {
        width: 100%;
        height: 100%;
    }

    .call {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .call p {
        font-size: 0.24rem;
        color: #222222;
    }

    a {
        text-decoration: none;
    }

    .call img {
        width: 0.27rem;
        height: 0.27rem;
        margin-right: 0.1rem;
    }

    .nav_m {
        width: 100%;
        height: 0.85rem;
        box-shadow: 0 0.05rem 0.05rem 0.02rem rgba(153, 153, 153, 0.13);
    }

    .nav_m dt {
        width: 6.9rem;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .nav_m a {
        font-size: 0.24rem;
        display: block;
        height: 100%;
        width: 25%;
        text-align: center;
        line-height: 0.85rem;
        color: #666666;
        position: relative;
    }

    .nav_m a:before {
        content: '';
        height: 0.26rem;
        border-left: 1px solid #666666;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.13rem;
    }

    .nav_m a:last-child:before {
        border-left: 0;
    }

    .title {
        font-size: 0.32rem;
        color: #333;
        text-align: center;
        padding: 0.4rem 0;
    }

    .title span {
        color: #C40A0A;
    }

    .gg {
        display: none;
    }


    .gg_m {
        background: url("../images/img9.png") no-repeat center center;
        background-size: cover;
        width: 7.5rem;
        height: 1.25rem;
        display: block;
    }

    .ggBox_m {
        width: 6.9rem;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .g1_m {
        width: 1.02rem;
        height: 1.02rem;
    }

    .g2_m h2 {
        font-size: 0.28rem;
        color: #3F4B7F;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .g2_m div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .g2_m div dt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.4rem;
        height: 0.3rem;
        border-radius: 0.5rem;
        background-color: #F7CC21;
        /*margin-right: 10px;*/
    }

    .g2_m div dt img {
        width: 0.2rem;
        height: 0.2rem;
    }

    .g2_m div dt span {
        font-size: 0.16rem;
        color: #3F4B7F;
        display: block;
        /*margin-left: 0.05rem;*/
    }

    .g2_m div p {
        font-size: 0.16rem;
        color: #222222;
    }

    .g3_m {
        width: 1.75rem;
        height: 0.52rem;
        border-radius: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to right, #3F4B7F, #5E71C2);
        margin-left: 0.2rem;
    }

    .g3_m p {
        font-size: 0.27rem;
        color: #F7CC21;
        font-weight: bold;
        margin-right: 0.1rem;
    }

    .g3_m img {
        width: 0.1rem;
        height: 0.1rem;
    }

    .content {
        width: 100%;
    }

    .con {
        width: 6.9rem;
        height: 100%;
        margin: 0 auto;
        padding: 0.3rem 0;
    }

    .con p {
        font-size: 0.24rem;
        color: #666666;
        line-height: 0.4rem;
    }

    .con img {
        display: block;
        margin: 0.4rem auto;
        width: 6.9rem;
        height: auto;
    }


    .formBox {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }

    .form {
        background: url("../images/img11.png") no-repeat center center;
        background-size: cover;
        width: 6rem;
        height: 6.6rem;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -3.8rem;
        margin-left: -3rem;
        box-sizing: border-box;
        padding: 0.2rem;
    }

    .hide {
        display: block;
        width: 0.3rem;
        height: 0.3rem;
        overflow: auto;
        float: right;
        cursor: pointer;
    }

    .hide img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .form h2 {
        font-size: 0.32rem;
        color: #fff;
        text-align: center;
    }

    .showForm {
        width: 100%;
        background-color: #fff;
        border-radius: 0.2rem;
        box-sizing: border-box;
        padding: 0.2rem;
    }

    .showForm input {
        width: 80%;
        height: 0.58rem;
        border: 1px solid #EAEAEA;
        border-radius: 0.05rem;
        box-sizing: border-box;
        padding-left: 0.2rem;
        font-size: 0.18rem;
        color: #999999;
        outline: none;
        display: block;
        margin: 0 auto 0.2rem;
    }

    .showForm select {
        width: 80%;
        height: 0.58rem;
        border: 1px solid #EAEAEA;
        border-radius: 0.05rem;
        box-sizing: border-box;
        padding-left: 0.2rem;
        font-size: 0.18rem;
        color: #999999;
        outline: none;
        display: block;
        margin: 0 auto 0.2rem;
    }

    .showForm button {
        width: 80%;
        height: 0.58rem;
        background-color: #F7CC21;
        border-radius: 0.5rem;
        display: block;
        border: 0;
        outline: none;
        margin: 0 auto;
        font-size: 0.2rem;
        color: #3F4B7F;
        font-weight: bold;
    }

    fieldset {
        border: 0;
    }

    .checkbox {
        width: 100%;
        margin-top: 0.1rem;
        font-size: 0.16rem;
    }

    .checkbox dt {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkbox input {
        width: 0.2rem !important;
        height: 0.2rem !important;
        margin: 0 0.1rem 0 0 !important;
    }

    .checkbox p {
        font-size: 0.18rem;
        color: #9f9c9c9e;
        margin-top: 0.1rem;
        text-align: left;
        margin-bottom: 0;
    }

    fieldset {
        padding: 0;
        margin: 0 auto;
    }

    .checkbox a {
        color: #9f9c9c;
        margin: 0 !important;
        text-decoration: none;
    }

    .bottom {
        width: 100%;
        height: 0.8rem;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        display: flex !important;
        align-items: center;
    }

    .bottom a {
        display: block;
        width: 33.33333%;
        height: 100%;
    }

    .bottom a div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom a:nth-child(1) {
        background-color: #404A7E;
    }

    .bottom a:nth-child(2) {
        background-color: #E8E8E8;
    }

    .bottom a:nth-child(3) {
        background-color: #404A7E;
    }


    .bottom a:nth-child(1) div img {
        width: 0.23rem;
        height: 0.23rem;
    }

    .bottom a:nth-child(2) div img {
        width: 0.26rem;
        height: 0.22rem;
    }

    .bottom a:nth-child(3) div img {
        width: 0.23rem;
        height: 0.23rem;
    }

    .bottom a div p {
        margin-left: 0.1rem;
    }

    .bottom a:nth-child(1) div p {
        font-size: 0.26rem;
        color: #fff;
    }

    .bottom a:nth-child(2) div p {
        font-size: 0.26rem;
        color: #262626;
    }

    .bottom a:nth-child(3) div p {
        font-size: 0.26rem;
        color: #fff;
    }

    .left {
        display: none;
    }
}


.left {
    background: url("../images/img49.png") no-repeat center center;
    background-size: cover;
    width: 140px;
    height: 440px;
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 9;
}

.leftBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.leftHide {
    width: 31px;
    height: 31px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15.5px !important;
    cursor: pointer;
}

.leftBox h2 {
    width: 100%;
    height: 137px;
    box-sizing: border-box;
    padding-top: 45px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0; 
}

.leftBox dt {
    margin-top: 7px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
}

.leftBox dt p {
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px dashed #4E5DC4;
    cursor: pointer;
    margin: 0; 
}

.leftBox img {
    display: block;
    margin: 0 auto 0;
}

.bottom {
    display: none;
}














