* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* background-color: #eeeeee; */
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.clear {
    clear: both;
}


/* 样式初始化 */

.banner {
    width: 100%;
    height: 800px;
    position: relative;
}

    .banner img {
        width: 100%;
        height: 800px;
        object-fit: cover;
    }

.banner_wrapper {
    position: absolute;
    width: 80%;
    top: 14%;
    left: 10%;
}

.wrapper_top {
    width: 100%;
    display: flex;
    align-items: center;
}

    .wrapper_top h4 {
        color: #f46c0c;
        font-size: 126px;
        letter-spacing: 0.28em;
        letter-spacing: 7px;
    }

    .wrapper_top span {
        color: #000000;
        font-size: 100px;
        letter-spacing: 0.1em;
        font-weight: 800;
    }

.banner_wrapper h3 {
    color: #000000;
    font-size: 55px;
    letter-spacing: 0.18em;
    font-weight: 500;
}

.wrapper01 {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
    align-items: center;
}

    .wrapper01 a img {
        height: 40px;
        width: 40px;
    }

    .wrapper01 a {
        display: block;
        /*border: 1px solid#f46c0c;*/
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .wrapper01 span {
        font-size: 35px;
        color: #000000;
        height: 44px;
    }

.wrapper_link {
    width: 100%;
}

    .wrapper_link a {
        background-color: #f46c0c;
        width: 325px;
        padding: 10px;
        border-radius: 30px;
        margin: 10px 0;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 28px;
        line-height: 32px;
    }

.link01 {
    width: 100%;
    margin: 10px 0;
}

.link01 ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

    .link01 ul li {
        width: 260px;
        background-color: #f46c0c;
        margin-right: 10px;
        list-style: none;
        padding: 10px;
        display: block;
        border-radius: 25px;
    }

        .link01 ul li a {
            color: #fff;
            display: block;
            text-align: center;
            font-size: 28px;
            line-height: 32px;
        }

.con01 {
    width: 100%;
    background-color: #fff6ee;
    /* background: url(../images/con01_bg.png) no-repeat; */
    background-size: 100%;
    padding: 20px 0;
    background-size: cover;
}

.con01_top {
    width: 100%;
    height: auto;
}

    .con01_top h4 {
        width: 100%;
        text-align: center;
        font-size: 40px;
        color: #000000;
        font-weight: normal;
    }

.con01_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.con01_mid {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.con01_midL {
    margin: 0 10px;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.con01_midL .code-input
{
    display:flex;
    width:100%;
    }
    
    .con01_midL .code-input input
{
    width:calc(100% - 100px);
    }
    
.con01_midL .code-input .code-img
{    
    height: 50px;
    line-height: 50px;
    border-width: 0px; cursor: pointer; width: 100px; border: 0px;
 }
.con01_midLtop {
    width: 100%;
    margin: 6px 0;
}

.con01_midL input {
    width: 100%;
    background-color: #dcdcdc;
    border: none;
    outline: 0;
    height: 50px;
    line-height: 50px;
}

.con01_midLtop span {
    color: #000;
    font-size: 36px;
}

.con01_midLtop b {
    color: #5d893f;
    font-size: 18px;
}

.con01_submit {
    width: 100%;
    display: block;
    margin: 10px 0;
}

    .con01_submit a {
        width: 40%;
        margin: 15px auto;
        background-color: #f46c0c;
        padding: 10px;
        display: block;
        /* border-radius: 30px; */
        text-align: center;
        color: #fff;
        font-size: 34px;
    }

.con1_txt {
    width: 100%;
    margin: 15px 0;
}

.con1_txt01 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .con1_txt01 h4 {
        color: #131211;
        text-align: center;
        display: block;
        width: 100%;
        font-size: 78px;
        margin: 6px 0;
    }

    .con1_txt01::after {
        position: absolute;
        top: 110%;
        left: 30%;
        background-color: #000;
        height: 2px;
        width: 480px;
        content: '';
    }

.con1_txt span {
    display: block;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 48px;
    margin: 6px 0;
    font-weight: 500;
}

.con1_mid {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.con1_midrow {
    width: 100%;
}

.con1_midrow ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.con1_midrow ul li {
    list-style: none;
}

.con1_midrow ul li a {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    /*background-color: #fff;*/
}

.con1_midrow ul li a img {
    /*width: 100%;*/
    height: 48px;
    object-fit: cover;
}

.con1_midrow ul li {
    width: 30%;
    background-color: #f46c0c;
    display: block;
    padding: 6px 20px;
    display: flex;
    border-radius: 30px;
}

    .con1_midrow ul li span {
        color: #fff;
        font-size: 31px;
        margin: 2px 20px;
    }

.con1_midrow {
    margin: 10px 0;
    width: 100%;
}

.con1_midrow01 li {
    width: 28%;
    background-color: #ffd7b6 !important;
    display: block;
    padding: 6px 20px;
    display: flex;
    border-radius: 30px;
}

.fangan {
    margin-top: 50px;
}

.con1_wrap ul li {
    width: 23%;
    padding: 50px 15px;
    flex-wrap: wrap;
}

    .con1_wrap ul li a {
        width: 81%;
        height: auto !important;
        margin: 0 auto;
    }

.con1_wrap ul li a img {
    height: auto !important;
}

.con1_wrap ul li span {
    display: block;
    width: 100%;
    text-align: center;
}

.con1_wrap ul li {
    width: 18%;
}

.con1_wrapnr {
    width: 100%;
    margin-top: 30px;
}

.con1_wrapnr span {
    padding: 10px 0;
    margin: 0 !important;
}

.con1_wrapnr a {
    width: 65% !important;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    border-radius: 30px !important;
    color: #000;
    text-align: center;
    padding: 3px 0;
}

.con2 {
    width: 100%;
    background-color: #fff6ee;
}

.con2_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.con2_wrap {
    width: 100%;
    position: relative;
    height: auto;
}

.con2_wrap img {
    width: 100%;
}

.con2_wraph4 {
    position: absolute;
    top: 20px;
    left: 55px;
}

    .con2_wraph4 h4 {
        color: #fff;
        font-size: 40px;
        width: 374px;
        text-align: center;
        letter-spacing: .18em;
    }

.con2_wrapbg {
    position: absolute;
    top: 30%;
    /* left: 5%; */
    width: 87%;
    left: 62px;
    width: 1041px;
}

.con2_wrapbg tr {
    /*height: 45px;
    line-height: 45px;*/
    margin: 6px 0;
    background-color: #ffd7b6;
    display: flex;
    width: 100%;
    padding:3px;
}

    .con2_wrapbg tr td {
        border: none;
        text-align: center;
        width: 27%;
        font-weight: 600;
        font-size: 22px;
    }

    .con2_wrapbg tr:nth-child(2n+1) td {
        color: #f46c0c;
        font-size: 22px;
        font-weight: bold;
    }

.topics {
    position: absolute;
    bottom: 20px;
    /* left: 5%; */
    left: 0;
    width: 100%;
}

.con2_wrap span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.con2_wrap {
    margin: 35px 0;
}

.con3 {
    width: 100%;
    margin: 30px 0;
    display: block;
    background-color: #ffd7b6;
    border-radius: 10px;
    padding: 10px 15px;
}

.con3_inner {
    width: 100%;
    display: block;
    border: 3px solid #fff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con3L span {
    font-size: 28px;
    display: block;
    width: 78px;
    color: #f46c0c;
    background-color: #fff;
    text-align: center;
}

.con3R {
    width: 90%;
    margin: 0 10px;
}

.con3R h4 {
    color: #f46c0c;
    font-size: 32px;
}

.con3R span {
    color: #f46c0c;
    font-size: 20px;
    width: 100%;
    display: block;
}

.con4 {
    width: 100%;
    height: auto;
    position: relative;
}

.con4 img {
    width: 100%;
}

.con4_wrappper {
    position: absolute;
    width: 90%;
    top: 20px;
    left: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con4_wrappper h4 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
}

.con4_wrappperL {
    margin-top: 40px;
    width: 38%;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 10px;
}

.con4_wrappperL span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 0;
}

    .con4_wrappperL a {
        width: 58%;
        margin: 0 auto;
        display: block;
        background-color: #ffd7b6;
        border-radius: 20px;
        text-align: center;
        padding: 4px 0;
        font-size: 24px;
        margin-bottom: 20px;
    }

.con4_wrappper_mid {
    margin-top: 40px;
}

.con4_wrappper_mid h2 {
    color: #fff;
    font-size: 46px;
    text-align: center;
}

.con4_wrappper_mid ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con4_wrappper_mid ul li {
    width: 100%;
    list-style: none;
    text-align: center;
}

.con4_wrappper_mid ul li a {
    display: block;
    background-color: #ffd7b6;
    border-radius: 20px;
    padding: 5px 0;
    margin: 6px 0;
    color: #f57c32;
}

.con5 {
    width: 100%;
    background-color: #ffd7b6;
    padding: 20px 0;
}

.con5tb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con5tb h4 {
    color: #000000;
    font-size: 34px;
    font-weight: normal;
}

.con5tb span {
    color: #f46c0c !important;
    font-size: 38px !important;
    font-weight: 600 !important;
}

.fw {
    display: block;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 24px;
    margin: 10px 0;
}

.con5_mid {
    width: 100%;
    padding: 0 40px;
}

.con5_midul ul li {
    position: relative;
}

.con5_midul ul li:after {
    content: '';
    background: url(../images/jt.png);
    width: 25px;
    height: 25px;
    position: absolute;
    right: -13%;
    background-size: cover;
    top: 42%;
}

.con5_midul ul li:nth-child(5):after {
    display: none;
}

.con6 {
    width: 100%;
    margin: 15px 0;
}

.con6 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con6 ul li {
    width: 16%;
    list-style: none;
    margin: 5px 0;
}

.con6 ul li a {
    display: block;
    width: 100%;
}

.con6 ul li a img {
    width: 100%;
}

.con7 ul {
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

.con7 ul li {
    margin: 10px 0;
}

.con7 ul li span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.con8 {
    background-color: #ffd7b6;
    width: 100%;
    padding: 30px 20px;
}

.con8_wrapL_R ul li {
    list-style: none;
}

.con8 h4 {
    color: #f46c0c;
    font-size: 38px;
    width: 100%;
    text-align: center;
}

.con8_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.con8_wrapL {
    width: 30%;
    position: relative;
}

.con8_wrapL img {
    width: 100%;
}

.con8_wrapL_r {
    position: absolute;
    top: 96px;
    /*width: 162px;*/
    left: 47px;
}

    .con8_wrapL_r span {
        display: block;
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 43px;
    }

.con8_wrapL_R {
    width: 50%;
}

.con8_wrapL_R ul li {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.con8_wrapL_R ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #f7a37b;
    font-size: 20px;
    margin-right: 20px;
}

.con8_rjx {
    width: 80%;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    border-radius: 20px;
    color: #f58445;
    padding: 0 20px;
}

.con8_wrapL_R ul li:nth-child(2) {
    padding-left: 20px;
}

.con8_wrapL_R ul li:nth-child(3) {
    padding-left: 50px;
}

.con8_wrapL_R ul li:nth-child(4) {
    padding-left: 20px;
}

.foot {
    background-color: #ffd7b6;
    padding: 20px;
    margin: 20px 0;
}

.foot_wrap {
    background-color: #f78a3b;
    border-radius: 20px;
    padding: 20px;
}

.foot_wrap ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .foot_wrap ul li {
        width: 30%;
        list-style: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        line-height: 30px;
    }

        .foot_wrap ul li h4 {
            color: #ffffff;
            text-align: center;
            font-size: 20px;
        }

.foot_wrap ul li span {
    display: block;
    width: 100%;
    color: #ffff;
    margin: 6px 0;
    padding: 0 35px;
}