body {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft Yahei';
}

a {
    text-decoration: none;
}

.slh_tit {
    background-color: #2A72C6;

}

.title {
    margin: auto;
    width: 1200px;
    height: 35px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 5px;
    font-size: 20px;
    line-height: 35px;
}

.title a span {
    color: #ffffff;
}

.logo_tit {
    display: inline-block;
    margin-right: 7px;
}

.logo_tit img {
    width: 30px;
    height: 100%;
    vertical-align: middle;
    ;
}

.title .title_right {
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin-left: 7%;
}

.tit_left {
    width: 30%;
}

.title .title_right div:last-child {
    background-color: #ffffff;
    color: #1493FD;
    border-radius: 30px;
    height: 32px;
}

.title .title_right div a {
    color: #ffffff;
}

.title .title_right div:last-child div {
    padding: 0 5px;
}

.back_img img {
    width: 100%;
    display: block;
}

.content {
    background-image: linear-gradient(to bottom, #CEE090 0%, #EAF4FD 15%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 50px 0;
    position: relative;
}

.content .first_box {
    width: 1200px;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: relative;
    top: -3px;
}

.content_tit {
    text-align: center;
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
}

.ment_con {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.ment_con div {
    width: 100%;
    font-size: 25px;
}

.ment_con div:first-child span {
    text-align: right;
    display: block;
    margin-right: 50px;
}

.ment_con div:last-child span {
    display: block;
    text-align: left;
    margin-left: 50px;
}

.ment_img {
    width: 95%;
    margin: auto;
}

.ment_img img {
    width: 100%;
}

.close_btn {
    cursor: pointer;
}

.cont_text {
    width: 65%;
    text-align: center;
    position: relative;
    bottom: -35px;
}

.cont_text a {
    color: #477BAC;
}

.cont_text span {
    display: inline-block;
    margin-left: 10px;
    color: #477BAC;
    font-size: 30px;
}

.bot_img {
    width: 100%;
}

.bot_img>div {
    font-size: 24px;
    color: #ffffff;
    width: 100%;
    background-color: #d00000;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 10px;
    height: 60px;
}

.bot_img>div>div {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.bot_img>div img {
    width: 25%;
    max-height: 50px;
    display: inline-block;
    vertical-align: middle
}

.footer {
    background-color: #2A72C6;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

.footer div span {
    display: inline-block;
    margin: 3px;
    font-size: 20px;
}

.footer div span a {
    color: #ffffff;

}

.footer div:nth-child(2) {
    margin: 10px 0;
}

.footer_img img {
    display: inline-block;
    margin: 3px;
}

.text_field p {
    text-indent: 2em;
    line-height: 50px;
    font-size: 24pt !important;
}

.text_field p span {
    font-size: 24pt !important;

}

.text_field p span font {
    font-size: 24pt !important;
}

.text_field {
    margin: auto;
    width: 95%;
    font-size: 30px;
}

.close_text {
    margin-top: 65px;
    padding: 15px 0;

}

.close_text div {
    min-width: 100px;
    width: 10%;
    margin: auto;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #d6d4d4;
}

.ment_con_left>span {
    text-align: right;
    display: inline-block !important;
    margin-right: 50px;
    width: 100%;
}

.ment_con_right>span {
    margin-left: 50px !important;
    display: inline-block !important;
}

.ment_con_left>span>span {
    display: inline-block !important;

}

.ment_con_right>span>span {
    margin-left: 0 !important;
    display: inline-block !important;
}

table {
    width: 100% !important;
}

@media screen and (max-width:768px) {
    body {
        font-size: .2rem;
    }

    .content {
        padding: 0;
    }

    .content_tit {
        text-align: center;
        margin-top: 15px;
        font-size: 24px;
        font-weight: bold;
    }

    .title {
        width: 100%;
        font-size: 35px;
        height: 50px;
        box-sizing: border-box;
        display: block;
    }

    .back_img {
        height: 100px;
    }

    .back_img img {
        height: 100%;
    }

    .title .title_right {
        width: 73%;
        margin: auto;
        display: none;
    }



    .logo_tit {
        margin-right: .1rem;
    }

    .cont_text span {
        font-size: .2rem;
    }

    .ment_con div span {
        font-size: 16px;
    }

    .ment_img {
        height: 8px;
    }

    .ment_img img {
        height: 100%;
    }

    .ment_con div:last-child span {
        margin-left: 5px;
    }

    .ment_con div:first-child span {
        margin-right: 5px;
    }

    .content .first_box {
        width: 85%;
    }

    .close_text div {
        min-width: 65px;
        line-height: 30px;
        font-size: 14px;
    }

    .cont_text {
        width: 70%;
        bottom: 0;
    }

    p {
        text-indent: 5em;
        line-height: 25px;
    }

    .text_field {
        width: 100%;
        font-size: 20px;
    }

    .cont_text span {
        font-size: 24px;
    }

    .cont_text {
        width: 85%;
    }

    .tit_left {
        width: 100%;
    }

    .text_field img {
        width: 100% !important;
        height: 100% !important;
    }

    .text_field p {
        text-indent: 0em !important;
    }
}

