.container {
    max-width: 1230px;
}
body * {
    transition: all 200ms;  
}
body {
    position: relative;
}
body {
    font-family: system-ui,-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";
}
em {
    font-style: normal;
}
body {
    -webkit-text-size-adjust: 100% !important;
}
a{
    text-decoration: none !important;
    color: #EE9137;
}
p{
    margin: 0;
}
h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h2{
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}
i{
    font-style: normal;
}
/* 头部 */
.header_top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top_nav {
    display: none;
}
.header_top {
    background: #ffffff;
    height: 100px;
    line-height: 100px;
}
.header_top_right p {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.header_top_left {
    display: flex;
    align-items: center;
    width: 43%;
    justify-content: space-between;
}
.header_nav_colse {
    display: none;
}
.header_top_tel {
    display: flex;
    align-items: flex-end;
    flex-flow: column;
    justify-content: center;
}
.header_top_tel img {
    width: 24px;
    height: 24px;
}
.header_top_tel i {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    display: block;
    line-height: 1.5;
    margin-left: 5px;
}
.header_top_tel span:nth-child(1) {
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    display: block;
    height: auto;
    line-height: 1.5;
    font-weight: 500;
}
.header_top_tel span:nth-child(2) {
    display: flex;
    align-items: center;
}
.header_top_right {
    position: relative;
}
.header_top_right:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    left: -20px;
    top: 40px;
    background: #D8D8D8;
}
.header_nav {
    background: #EE9137;
}
.header_nav_ul ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 52px;
}
.header_nav_ul ul li {
    width: 14%;
    text-align: center;
    display: block;
    position: relative;
}
.header_nav.zeizhan .header_nav_ul ul li {
    width: 14%;
    text-align: center;
    display: block;
    position: relative;
    height: 52px;
    line-height: 52px;
}
.header_nav_ul ul li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 100%;
    color: rgba(255,255,255,0.8);
}
.header_nav_ul ul li a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    right: 0;
    top: 6px;
    background: #ffffff;
}
.header_nav_ul ul li:last-child a:before {
    display: none;
}
.header_nav_ul ul li a:hover {
    font-weight: 600;
    color: #ffffff;
}
.header_nav_ul ul li:hover:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    bottom: -13px;
    background: #ffffff;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 3px;
}
.header_nav_ul ul li.active {
    position: relative;
}
.header_nav_ul ul li.active a {
    color: #ffffff;
    font-weight: 600;
}
.header_nav_ul ul li.active:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    bottom: -13px;
    background: #ffffff;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 3px;
}
.header_top_logo img {
    width: 100%;
}
.banner_img img {
    width: 100%;
    object-fit: cover;
}
.home_banner .swiper-pagination-bullet{
    width: 23px;
    height: 6px;
    display: inline-block;
    border-radius: unset;
    background: #EE9137;
    opacity: 1;
    border: unset; 
}
.home_banner .swiper-pagination-bullet-active {
    width: 23px;
    height: 6px;
    opacity: 1;
    background: #ffffff;
    border-radius: unset;
}


.index_pro {
    padding: 60px 0;
    background: #F9F9FB;
}
.index_title {
    height: 65px;
}
.index_title p {
    font-size: 30px;
    font-weight: 500;
    color: rgba(0,0,0,0.8);
    letter-spacing: 2px;
    display: block;
    text-align: center;
    position: relative;
}
.index_title p:after {
    content: "";
    position: absolute;
    width: 184px;
    height: 1px;
    background: #D3D8DC;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.index_title p:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #EE9137;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.index_pro_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.index_pro_box img {
    width: 100%;
}
.index_pro_box {
    width: 23.5%;
    position: relative;
    margin-top: 60px;
}
.index_pro_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 45px;
    height: 130px;
}
.index_pro_inner p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
}
.index_pro_box:nth-child(2) .index_pro_inner p:nth-child(2),.index_pro_box:nth-child(3) .index_pro_inner p:nth-child(2),.index_pro_box:nth-child(4) .index_pro_inner p:nth-child(2) {
    width: 140px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #EE9137;
    line-height: 48px;
    margin: 60px auto 0;
}

.index_pro_box:nth-child(1) .index_pro_inner p:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 76px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.index_pro_box:nth-child(1) .index_pro_inner p:nth-child(2) span {
    margin-right: 10px;
}
.index_pro_box:nth-child(2) .index_pro_inner p:nth-child(2):hover, .index_pro_box:nth-child(3) .index_pro_inner p:nth-child(2):hover, .index_pro_box:nth-child(4) .index_pro_inner p:nth-child(2):hover {
    background: #EE9137;
    color: #ffffff;
}
.index_ad {
    background: #ffffff;
    padding: 60px 0;
}
.index_ad_content {
    margin-top: 60px;
}
.index_ad_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #F8F9FB;
}
.index_ad_tu {
    width: 50%;
}

.index_ad_inner {
    width: 50%;
}
.index_ad_tu img {
    width: 100%;
}
.index_ad_inner p {
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.index_ad_inner p:nth-child(1) span {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    display: block;
    line-height: 1;
    margin-left: 10px;
}
.index_ad_inner p:nth-child(1) img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.index_ad_inner p:nth-child(1) {
    margin-bottom: 20px;
}
.index_ad_inner p:nth-child(2) {
    margin-bottom: 16px;
}
.index_ad_inner p:nth-child(2) span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin-left: 26px;
}
.index_ad_inner p:nth-child(3) span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin-left: 26px;
}
.index_ad_inner p:nth-child(2) i {
    font-size: 12px;
    color: #EE9137;
    margin-left: 14px;
}
.index_ad_inner p:nth-child(3) i {
    font-size: 12px;
    color: #EE9137;
    margin-left: 14px;
}


.footer {
    background: #141414;
    padding: 33px 0 22px;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_item_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_item:nth-child(1) {
    width: 22%;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.footer_item:nth-child(2) {
    width: 75%;
}
.footer_logo img {
    width: 220px;
    height: 48px;
    object-fit: contain;
}
.footer_logo a {
    font-size: 30px;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
    display: block;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_icp a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.3);
    display: block;
}
.footer_icp p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.3);
    display: block;
}
.footer_title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 22px;
    margin-bottom: 23px;
}
.footer_a a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    line-height: 20px;
    margin-bottom: 14px;
}
.footer_item_box:nth-child(1) {
    padding-left: 4%;
}
.footer_icp {
    padding-bottom: 12px;
}
.footer_p span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    padding-left: 10px;
}
.footer_p p:last-child {
    margin-bottom: 0;
}
.footer_p p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.footer_p img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.footer_ewm img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.footer_link {
    background: #141414;
}
.footer_link_flex span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}
.footer_link_flex a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    padding-right: 20px;
}
.footer_link_flex {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_link_pos a {
    color: rgba(255,255,255,0.5);
}
.footer_link_pos {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    padding: 15px 0;
    cursor: pointer;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_tel p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 194px;
    height: 46px;
    background: #EE9137;
    border-radius: 4px;
}
.footer_tel span {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    display: block;
    margin-left: 14px;
}
.footer_tel {
    margin-bottom: 15px;
}



.bread {
    padding: 30px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    line-height: 22px;
    }
    .bread a {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.45);
        line-height: 22px;
    }
    .bread span {
        width: 7px;
        height: 22px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.45);
        line-height: 22px;
    }

    .index_partner {
        padding: 60px 0;
        background: #F8F9FB;
    }
    .index_partner_swiper {
        margin-top: 60px;
    }
    .index_partner_swiper .swiper-wrapper {
        padding-bottom: 90px;
    }
.index_partner_box img {
    width: 180px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
    .index_partner_box {
        background: #ffffff;
        padding: 20px;
        box-shadow: 6px 6px 12px 0px #edf0f6;
        height: 170px;
    }
    .index_partner_box p {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: rgba(0,0,0,0.7);
        line-height: 28px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 7px;
    }
    .index_partner_swiper .swiper-pagination-bullet{
        width: 23px;
        height: 6px;
        display: inline-block;
        border-radius: unset;
        background: #EE9137;
        opacity: 1;
        border: unset; 
    }
    .index_partner_swiper .swiper-pagination-bullet-active {
        width: 23px;
        height: 6px;
        opacity: 1;
        background: #D8D8D8;
        border-radius: unset;
    }







    .index_news {
        background: #F4F4F7;
        padding: 60px 0;
    }
    .index_news_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .index_news_list {
        width: 49%;
        background: #ffffff;
        margin-top: 50px;
        padding: 22px;
    }
    .topics_title a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
    }
    .topics_title p:first-child {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #EE9137;
        position: relative;
    }
    .topics_title p:nth-child(2) {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.8);
        display: block;
    }
    .topics_title p:first-child:after {
        width: 100%;
        height: 4px;
        background: #EDA01D;
        opacity: 0.3;
        content: "";
        left: 0;
        position: absolute;
        bottom: -6px;
    }
    .topics_title p:last-child span {
        font-size: 14px;
        font-weight: 400;
         color: rgba(0,0,0,0.8);
         line-height: 1;
    }
    .topics_title p:last-child i {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.8);
    }
    .topics_title p:last-child:hover {
        color: #EE9137;
    }
    .topics_title p:last-child:hover span {
        color: #EE9137;
    } 
    .topics_title p:last-child:hover i {
        color: #EE9137;
    }  
    .index_one_box a {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .index_one_box_img {
        width: 36.77%;
        height: 120px;
        overflow: hidden;
    }
    .index_one_box_img img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .index_one_box:hover .index_one_box_img img {
        transform: scale(1.08);
    }
    .index_one_box_inner {
        width: 61%;
    }
    .index_one_box_inner p {
        font-size: 16px;
        font-weight: bold;
        color: rgba(0,0,0,0.8);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: wrap;
        display: block;
    }
    .index_one_box_inner span {
        font-size: 12px;
        font-weight: 400;
        color: rgba(0,0,0,0.6);
        display: block;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .index_one_box_inner i {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.4);
        display: block;
    }
    .index_one_box:hover .index_one_box_inner p{
        color: #EE9137;  
    }
    .index_news_box a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .index_news_box {
        padding-top: 15px;
        border-top: 1px dashed #E9E9E9;
        margin-top: 15px;
    }
    .obi_a_left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 75%;
    }
    
    .obi_a_time {
        flex: 1;
        text-align: end;
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.8);
    }
    .obi_a_left p {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.8);
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 10px;
    }
    .index_news_box:hover svg path {
        fill: #EE9137;
    }
    .index_news_box:hover .obi_a_time {
        color: #EE9137;
    }
    .index_news_box:hover .obi_a_left p {
        color: #EE9137;
    }
    .index_news_box:nth-child(2) {
        border-top: none;
    }



    .page_main {
        background: #F5F5F5;
    }
    .condition_warp {
        padding: 40px 0;
    }
    .contact_banner p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: #FFFFFF;
        letter-spacing: 2px;
        display: block;
    }
    .contact_banner img {
        width: 100%;
    }
    .contact_banner {
        position: relative;
    }
    .about_big_inner {
        background: #ffffff;
        margin-top: 30px;
        padding: 60px;
    }
    .about_box_cont {
        margin-top: 60px;
    }
    .about_box_flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 80px;
    }
    .about_box_inner {
        width: 45%;
    }
    
    .about_box_tu {
        width: 45%;
    }
    .about_box_tu img {
        width: 100%;
    }
    .about_box_inner p {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 30px;
        display: block;
    }
    .about_box_inner span {
        font-size: 16px;
        font-weight: 400;
        color: rgba(0,0,0,0.8);
        line-height: 2;
    }
    .about_box_flex:last-child {
        margin-bottom: 40px;
    }


    .condition_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .condition_box {
        position: relative;
    }
    .condition_box img {
        width: 100%;
    }
    .condition_box_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .condition_box_inner img {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }
    .condition_box_inner p {
        margin-top: 25px;
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
    }
    .condition_box:last-child .condition_box_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: unset;
        width: auto;
    }
    .condition_box:last-child .condition_box_inner p {
        display: block;
        width: 150px;
        height: 60px;
        background: rgba(255,255,255,0.9);
        border-radius: 35px;
        font-size: 24px;
        font-weight: 600;
        color: #CC0000;
        line-height: 60px;
        text-align: center;
    }
    .condition_topics_box {
        background: #ffffff;
        margin-top: 20px;
        padding: 30px;
    }
    .prosuct_list_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prosuct_list_flex .index_news_box {
        width: 47%;
    }
    .prosuct_list_flex .index_news_box:nth-child(1) {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
    .prosuct_list_flex .index_news_box:nth-child(2) {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
    .article_warp {
        padding: 0 0 40px;
    }
    .article_warp_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .article_left {
        width: 66.7%;
    }
    .article_right {
        width: 31.7%;
    }
    .article_left_box {
        background: #ffffff;
        padding: 30px;
    }
    .article_side_img {
        position: relative;
    }
    .article_side {
        margin-bottom: 20px;
    }
    .article_side_img img {
        width: 100%;
    }
    .article_side_img p {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 60px;
        background: rgba(255,255,255,0.9);
        border-radius: 35px;
        font-size: 24px;
        font-weight: 600;
        color: #EE9137;
        line-height: 60px;
        text-align: center;
    }
    .article_side_item {
        background: #ffffff;
        padding: 27px 20px 20px;
    }
    .article_side_item .topics_title a {
        margin-bottom: 17px;
    }
    .article_side_item .obi_a_left {
        width: 100%;
    }
    .index_news_item .index_news_box a {
        flex-wrap: wrap;
    }

    .article_side_item .obi_a_time {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        margin-top: 5px;
    }
    .word_page {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .word_page a i {
        font-size: 16px;
        line-height: 1;
    }
    .word_page a {
        display: block;
        border: 1px solid #D9D9D9;
        border-radius: 2px;
        padding: 8px 12px;
        line-height: 1;
        margin: 0 8px;
        font-size: 14px;
        color: rgba(0,0,0,0.65);
    }
    .word_page a.first_page {
        padding: 8px 10px 8px 8px;
    }
    .word_page a.last_page {
        padding: 8px 8px 8px 10px;
    }
    .word_page a.active {
        color: #ffffff;
        background: #EE9137;
        border: 1px solid #EE9137;
    }
    .word_page a:hover {
        color: #ffffff;
        background: #EE9137;
        border: 1px solid #EE9137;
    }
    .word_page a:hover i {
        color: #ffffff;
    }
    .word_page a i {
        font-size: 14px;
    }
    .word_page span {
        display: block;
        border: 1px solid #D9D9D9;
        border-radius: 2px;
        padding: 8px 12px;
        line-height: 1;
        margin: 0 8px;
        font-size: 14px;
        color: rgba(0,0,0,0.65);
    }
    .article_left_box .index_news_box:nth-child(2) {
        padding-top: 15px;
        border-top: 1px dashed #E9E9E9;
        margin-top: 15px;
    }
    .article_left_box .index_news_box:nth-child(1) {
        padding-top: 0;
        border-top: none;
    }
    .article_left_box .index_news_item {
        margin-bottom: 30px;
    }
    .article_side_item .index_news_box:nth-child(2) {
        border-top: 1px dashed #E9E9E9;
    }
    .article_side_item .index_news_box:nth-child(1) {
        border-top: none;
    }



    .article_info {
        background: #ffffff;
        padding: 30px 50px;
    }
.word_info_tit {
    font-size: 20px;
    color: rgba(0,0,0,0.8);
    line-height: 27px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
}
.word_info_span {
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    color: rgb(0 0 0 / 45%);
}
    .word_info_content {
        font-size: 15px;
        color: rgba(0,0,0,0.8);
        line-height: 28px;
    }
    .word_info_content img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .word_info_pav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .word_info_pav a:hover {
        color: #EE9137;
    }
    .word_eva {
        background: #ffffff;
        padding: 30px 20px 20px;
        margin-top: 30px;
    }
    .word_info_pav a {
        font-size: 15px;
        font-weight: 400;
        color: rgba(0,0,0,0.8);
        line-height: 28px;
        width: 45%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .word_eva {
        background: #ffffff;
        padding: 30px 20px 20px;
        margin-top: 20px;
    }
    .word_eva_list {
        margin-top: 20px;
    }
    .word_eva_box {
        background: #F5F5F5;
        border-radius: 7px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
    .word_eva_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
    .word_eva_top p {
        font-size: 16px;
        font-weight: 500;
        color: #EE9137;
    }
    .word_eva_top span {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.4);
        line-height: 20px;
    }
    .word_eva_inner p {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.6);
        line-height: 20px;
    }
    .word_eva_inner {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.6);
        line-height: 20px;
    }
    input.fotrol {
        display: block;
        width: 100%;
        height: 40px;
        background: #F5F5F5;
        border-radius: 7px;
        border: none;
        padding-left: 20px;
        margin-top: 20px;
        outline: none;
        font-size: 16px;
    }
    textarea.textrol {
        display: block;
        height: 88px;
        background: #F5F5F5;
        border-radius: 7px;
        width: 100%;
        outline: none;
        border: none;
        resize: none;
        margin-top: 15px;
        padding: 15px 20px;
    }
    button.btnlt {
        width: 90px;
        height: 36px;
        background: #EE9137;
        border-radius: 4px;
        margin: 0 auto;
        display: block;
        border: none;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        outline: none;
        margin-top: 20px;
    }
    .word_inner_title {
        font-size: 18px;
        font-weight: 600;
        color: rgba(0,0,0,0.8);
        line-height: 25px;
    }





    .cat_name_page a {
        display: block;
        height: 74px;
        background: #ffffff;
        width: 100%;
        line-height: 74px;
        font-size: 24px;
        font-weight: 500;
        color: #EE9137;
        padding: 0 20px;
    }
    .cat_name_page {
        border-bottom: 2px solid #EE9137;
    }
    .page_list {
        margin-top: 20px;
    }
    .page_list_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .page_list_left {
        width: 75%;
    background: #ffffff;
    }
    .page_list_right {
        width: 23%;
    }
    .fee_box {
        background: #ffffff;
        padding: 30px 30px 21px;
    }
    .fee_title a {
        font-size: 20px;
        font-weight: 500;
        color: #000000;
        display: block;
        position: relative;
        margin-bottom: 20px;
        padding-left: 10px;
        line-height: 1;
    }
    .fee_title a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 18px;
        background: #EE9137;
    }

    /* æ‰‹ç»­è´¹ */
    .fee_thead {
        display: flex;
        justify-content: space-between;
    }
    .fee_thead_th {
        height: 60px;
        background: #847469;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .fee_thead_th:nth-child(1) {
        width: 21%;
        border-right: 1px solid rgb(255 255 255 / 20%);
        line-height: 60px;
        padding-left: 10px;
    }
    .fee_thead_th:nth-child(2) {
        width: 12%;
        border-right: 1px solid rgb(255 255 255 / 20%);
        line-height: 60px;
        padding-left: 10px;
    }
    .fee_thead_th:nth-child(3) {
        width: 37%;
        border-right: 1px solid rgb(255 255 255 / 20%);
    }
    .fee_thead_th:nth-child(4) {
        width: 17%;
        border-right: 1px solid rgb(255 255 255 / 20%);
        line-height: 60px;
        padding-left: 10px;
    }
    .fee_thead_th:nth-child(5) {
        width: 14%;
        line-height: 60px;
        padding-left: 10px;
    }
    .fee_thead_th_tr {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        border-bottom:  1px solid rgb(255 255 255 / 20%);
    }
    .fee_thead_th_flex {
        display: flex;
        justify-content: space-between;
        height: 30px;
        align-items: center;
    }
    .fee_thead_td {
        padding-left: 10px;
        width: 33.33%;
        border-right:  1px solid rgb(255 255 255 / 20%);
        height: 30px;
        line-height: 30px;
        color: rgba(255,255,255,0.8);
    }
    .fee_thead_td:last-child{
        border-right: none;
    }
    .fee_box_table {
        border: 1px solid #847469;
    }
    .fee_tr {
        display: flex;
        justify-content: space-between;
    }
    .fee_tr_th:nth-child(1) {
        width: 21%;
        line-height: 1.5;
        align-self: center;
        padding-left: 10px;
    }
    .fee_tr_th:nth-child(2) {
        width: 12%;
        line-height: 1.5;
        align-self: center;
        padding-left: 10px;
    }
    .fee_tr_th:nth-child(3) {
        width: 37%;
    }
    .fee_tr_th:nth-child(4) {
        width: 17%;
        line-height: 1.5;
        align-self: center;
        padding-left: 10px;
    }
    .fee_tr_th:nth-child(5) {
        width: 13%;
        line-height: 1.5;
        align-self: center;
        padding-left: 10px;
    }
    .fee_tr{
        height: 50px;
    }
    .fee_tr:nth-child(2n) {
        background: #F5F5F5;
    }
    .fee_tr_th {
        font-size: 13px;
        font-weight: 400;
        color: rgba(0,0,0,0.8);
    }
    .fee_tr_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }
    .fee_tr_td {
        padding-left: 10px;
        font-size: 13px;
        color: rgba(0,0,0,0.8);
        align-self: center;
        line-height: 1.5;
    }
    .fee_tr_td i {
        color: #D7774F;
    }
    .fee_box_topic {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.6);
        margin-top: 20px;
    }

        /* æ‰‹ç»­è´¹ */


    .fee_cont {
        position: relative;
        background: #EE9137;
    }
    .fee_cont img {
        width: 100%;
        height: 454px;
        object-fit: cover;
    }
    .fee_cont_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        padding: 0 35px;
    }
    .fee_cont_inner p {
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
        padding-bottom: 30px;
        position: relative;
        display: block;
    }
    .fee_cont_inner p:after {
        content: "";
        width: 40px;
        height: 4px;
        background: #FFFFFF;
        position: absolute;
        top: 45px;
        left: 0;
    }
  .fee_cont_inner span {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
    }
    .fee_cont_inner a {
        width: 220px;
        height: 60px;
        background: rgba(255,255,255,0.9);
        border-radius: 35px;
        display: block;
        font-size: 24px;
        font-weight: 600;
        color: #EE9137;
        line-height: 60px;
        text-align: center;
        margin-top: 30px;
    }
    .page_new_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .page_new {
        margin-top: 20px;
    }
    .page_new_box {
        width: 49%;
        background: #ffffff;
        padding: 30px 30px 15px;
    }
    .page_new_box .index_news_box:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
    .topics_video {
        padding-bottom: 40px;
        margin-top: 20px;
    }
    .topics_video_flex {
        display: flex;
        justify-content:flex-start; 
        flex-wrap: wrap;
        align-items: flex-start; 
    }
.topics_video_flex p {
    display: none;
} .topics_video_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.topics_video_box:last-child {
    margin-right: 0;
}
.topics_video_box {
    position: relative;
    width: 23.5%;
    margin-right: 2%;
}
    .topics_video_text {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0 auto;
        padding: 0 35px;
    }
    .topics_video_text img {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }
.topics_video_text p {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 25px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
}
    .page_new_box .index_news_box:nth-child(2) {
        border-top: 1px dashed #E9E9E9;
    }

  
    .process_box {
        position: relative;
    }
    .process_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .process_left {
        width: 31.7%;
    }
    .process_right {
        width: 66.7%;
    }
    .process_content {
        background: #ffffff;
        padding: 30px;
    }
    .process_content img {
        width: auto;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .process_side {
        margin-bottom: 20px;
    }
    .process_faq_item {
        background: #ffffff;
        padding: 20px;
    }
.process_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
    .process_anwser {
        display: none;
    }
    .process_anwser p:last-child {
        margin-bottom: 22px;
    }
    .process_anwser p {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0,0,0,0.8);
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }
.process_anwser p:after {
    content: "答";
    left: 0;
    position: absolute;
    top: 3px;
    color: #ffffff;
    width: 16px;
    height: 16px;
    background: #847469;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
    .process_faq_box.active .process_anwser {
        display: block;
    }
.process_question p {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    width: 96%;
    display: flex;
    align-items: center;
}
    .process_question i {
        display: block;
        width: 17px;
        text-align: right;
        color: #b0b0b0;
    }
    .process_faq_box.active .process_question i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        color: #EE9137;
    }
.process_faq_box {
    cursor: pointer;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
}
.process_faq_box.active .process_question p span:nth-child(2) {
    color: #EE9137;
}
.process_faq_box .process_question p span:nth-child(1) {
    color: #ffffff;
    width: 16px;
    height: 16px;
    background: #6A9072;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 16px;
}
.process_faq_box .process_question p span:nth-child(2) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    flex: 1;
}
    .candidates_like .index_news_box:nth-child(2) {
    border-top: 1px dashed #E9E9E9;
}
.candidates_like .obi_a_left {
    width: 68%;
}
.process_content_title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    padding: 20px 0 40px;
}
p.topics_inner {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,0.8);
    display: block;
    margin: 40px;
}
.process_box img {
    width: 100%;
}


.candidates_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.candidates_left {
    width: 58.34%;
}
.candidates_riht {
    width: 40%;
}
.candidates_intr {
    position: relative;
}

.candidates_intr img {
    width: 100%;
}

.candidates_intr_inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
    width: 100%;
    padding-left: 60px;
}
.candidates_intr_inner p:nth-child(1) {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 23px;
}
.candidates_intr_inner p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}
.candidates_intr_inner p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}
.candidates_intr_inner a:nth-child(4) {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #EE9137;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 42px;
}
.candidates_faq {
    background: #ffffff;
    padding: 30px 30px 15px;
    margin-top: 20px;
}
.candidates_side {
    margin-bottom: 20px;
}
.candidates_form img {
    width: 100%;
}
.candidates_form {
    position: relative;
}
.candidates_list {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 100%;
    text-align: center;
    padding: 0 18%;
}
li.notice_list a {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,0.8);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.candidates_list_ul ul {
    height: 160px;
    overflow: hidden;
}
li.notice_list {
    height: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}

.candidates_like {
    padding: 30px 30px 15px;
    background: #ffffff;
}
li.notice_list i {
    color: #EE9137;
}


.header_exam {
    background: #ffffff;
    height: 74px;
    line-height: 74px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
}
.header_exam_img {
    display: flex;
    align-items: center;
    height: 74px;
}
.header_exam_img img {
    display: block;
    width: auto;
}
.exam_content {
    background: #fff;
    padding: 30px 130px 30px;
}
.exam_tit {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.exam_inner p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 30px 0;
}
.exam_inner {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.exam_form {
    background: #ffffff;
    margin-top: 20px;
}
.exam_form {
    background: #ffffff;
    margin-top: 20px;
    padding: 30px 120px 52px;
}
.exam_form_tit {
    display: block;
    text-align: center;
    margin-bottom: 36px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
.exam_form_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.exam_form_flex input {
    width: 31.5%;
    height: 54px;
    background: #F5F5F5;
    border: none;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 54px;
    outline: none;
}
.exam_form_btn {
    margin-top: 40px;
}
.exam_button {
    width: 200px;
    height: 50px;
    background: #EE9137;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
font-size: 20px;
font-weight: 500;
color: #FFFFFF;
cursor: pointer;
}



.nz_header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
}
.nz_header {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
}
.nz_header_solog h1 a {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    display: block;
}
.nz_header_solog {
    width: 20%;
}
.nz_header_flex .header_nav {
    width: 80%;
    background: #ffffff;
}
.nz_header_flex   .header_nav_ul ul {
    height: 74px;
}
.nz_header_flex  .header_nav_ul ul li {
    height: 74px;
    line-height: 74px;
    width: 16.5%;
}
.nz_header_flex    .header_nav_ul ul li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    height: 74px;
    line-height: 74px;
}

.nz_header_flex  .header_nav_ul ul li a:before {
    display: none;
}
.nz_header_flex .header_nav_ul ul li.active:after {
    display: none;
}
.nz_header_flex   .header_nav_ul ul li.active a {
    background: #EE9137;
    color: #ffffff;
}

.nz_header_flex   .header_nav_ul ul li:hover:after {
    display: none;
}
.nz_header_flex .header_nav_ul ul li a:hover {
    background: #EE9137;
    color: #ffffff;
}
.nz_article_warp {
    padding: 40px 0;
}
.nz_footer {
    background: #141414;
    padding: 30px 0 20px;
}
.nz_footer .footer_flex {
    align-items: center;
}
.footer_item_pos a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 20px;
}
.footer_item_pos {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer_item_pos:last-child {
    border-bottom: none;
}

.nz_about_inner {
    background: #ffffff;
    padding: 60px;
}
.nz_contact_flex {
    border: 1px solid #F0F0F0;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0;
}
.nz_contact_left {
    width: 55%;
    margin-left: 60px;
    position: relative;
}
.nz_contact_right {
    width: 45%;
}
.nz_contact_left:after {
    content: "";
    width: 1px;
    height: 228px;
    background: #E5E5E5;
    position: absolute;
    right: 0;
    top: -30px;
}
.nz_contact_box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.nz_contact_box span {
    margin-left: 15px;
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    font-weight: 600;
    display: block;
}
.nz_contact_box p {
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    font-weight: 400;
    display: block;
}
.nz_contact_right p {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    text-align: center;
    margin-bottom: 20px;
}
.nz_contact_right img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    border: 1px solid #E5E5E5;
}
.nz_contact_right span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    display: block;
    text-align: center;
    margin-top: 15px;
}

.header_paper {
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
}
.header_paper_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
}
.header_paper_logo img {
    width: 100%;
}
.header_paper_logo {
    width: 15%;
}
.header_paper_time {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.5%;
    height: 74px;
    background: #EE9137;
}
.header_paper_time p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 68%;
}
.header_paper_time img {
    margin-right: 15px;
}
.question_group .item{
    background: #ffffff;
    margin-top: 20px;
    padding: 18px 45px 30px 26px;
    position: relative;
}
.question_group .select {
    padding: 40px 0 0 0;
}
.question_group .word {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.question_group .word span {
    color: #EE9137;
}
.question_group .select p span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    display: block;
}
.question_group .select label {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.question_group .right_key {
    width: 100%;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 10px;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    font-weight: 400;
}
.right_key span:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
}
.paper_break img#right {
    display: none;
}
.paper_break {
    position: absolute;
    top: 0;
    left: 0;
}
.paper_submit{
    margin-top: 40px;
}
.paper_submit a {
    width: 200px;
    height: 50px;
    background: #EE9137;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.select p input[type=radio] {
    display: none;
}
.select span:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #979797;
    border-radius: 50%;
    left: 0;
    background: #ffff;
    top: 50%;
    transform: translate(0%, -50%);
}
.select span {
    position: relative;
    margin-left: 21px;
    padding-left: 25px;
}
.select input:checked+span:after {
    background: #39BD84;
    width: 10px;
    height: 10px;
    border: none;
    left: 3px;
}
.select input:checked+span:before {
    width: 16px;
    height: 16px;
    border: 1px solid #39BD84;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.question_result {
    display: none;
}
.exam_over .question_result {
   display: block;
}
.question_result .hide {
    display: none;
}
.head_get_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    outline: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.head_get_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    background-color: #000000a6;
    z-index: 0;
}
.head_get_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: auto;
    z-index: 1;
    width: 800px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 24px;
    height: 600px;
}
.head_get_inner .title {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    display: block;
    margin: 55px 0;
}
.answer_borse {
    border: 1px solid #E9E9E9;
    margin: 0 50px;
}
.result-answer {
    background: #F9F9FB;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    height: 193px;
}
.result-answer .timer {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.result-answer .total {
    display: flex;
    width: 50%;
    justify-content: space-around;
    align-items: center;
}
.result-answer:after {
    content: "";
    width: 1px;
    height: 191px;
    background: #E9E9E9;
    position: absolute;
    left: 50%;
    top: 0;
}
.result-answer .timer span:first-child {
    font-size: 30px;
    font-weight: 500;
    color: #EE9137;
    display: block;
}
.result-answer .timer span:last-child {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    display: block;
    margin-top: 15px;
}
.paper_web .right_key {
    display: none;
}
.paper_web.over .right_key {
    display: block;
}
.result-answer .total .clflex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.result-answer .total .clflex i {
    display: block;
    font-size: 30px;
    font-weight: 500;
}
.result-answer .total .clflex span{
font-size: 16px;
font-weight: 400;
color: rgba(0,0,0,0.6);
display: block;
margin-top: 15px;
}
.result-answer .total .clflex i.cols {
    color: #22CF1D;
}
.result-answer .total .clflex i.cohs {
    color: #CC0000;
}
.result-total {
    height: 60px;
    background: #EFEFF2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.result-total span {
    width: 50%;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
}
.btnanswer {
    width: 200px;
    height: 50px;
    background: #EE9137;
    border-radius: 4px;
    outline: none;
    margin: 76px auto 0;
    border: none;
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}
.paper_web.over .s_error {
    position: relative;
}
.paper_web.over .s_correct {
    position: relative;
}
.paper_web.over .s_error::before {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/cuo.png) no-repeat;
    background-size: 28px 28px;
    content: "";
    left: 0;
    top: 0;
}
.paper_web.over .s_correct:before {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/dui.png) no-repeat;
    background-size: 28px 28px;
    content: "";
    left: 0;
    top: 0;
}
.cat_name {
    width: 100%;
    height: 74px;
    background: #ffffff;
    line-height: 74px;
    position: relative;
}
.cat_name a {
    font-size: 20px;
    font-weight: 500;
    color: #AF5701;
    padding-left: 38px;
    display: block;
}
.cat_name:after {
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid #FFB56C;
    border-right: 35px solid transparent;
}
.service {
        position: fixed;
        right: 15px;
        bottom: 30%;
        z-index: 999;
    }
    
    .service_item a {
        display: block;
        width: 60px;
        position: relative;
        border-radius: 2px;
        box-shadow: 0 3px 7px 0 rgb(153 153 153 / 20%);
        background: #fff;
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center;
        padding: 5px 0;
    }
    .service_item a svg {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .service_item i {
        font-size: 24px;
        color: #3a3a3a;
    }
    
    .service_item p {
        font-size: 14px;
        display: block;
        color: #565656;
    }
    .service_item a:hover {
        background: #EE9137;
    }
    
    .service_item a:hover i {
        color: #ffffff;
    }
    
    .service_item a:hover p {
        color: #ffffff;
    }

    .service_item a:hover svg path {
        fill: #ffffff;
    }
div#sidebar {
    position: sticky;
    top: 30px;
}
.word_info_content iframe {
    width: 100% !important;
    height: 460px !important;
}
.pymx_faq {
    display: none;
}
header.header_paper_zd {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #ffffff;
    z-index: 999;
}
.pymx {
    display: none;
}


.nz_list_box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #E9E9E9;
}
.nz_list_box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nlb_img {
    width: 22%;
}
.nlb_img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.nlb_inner {
    width: 75%;
}
.nlb_inner p {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.nlb_inner span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.nlb_inner i {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    line-height: 24px;
}
.nz_list_box:hover .nlb_inner p {
    color:#EE9137;
}
.nz_list_box:last-child {
    border-bottom: none;
}




.side_nz_list .nlb_img {
    width: 25%;
}
.side_nz_list .nlb_img img {
    height: 60px;
}
.side_nz_list .nlb_inner {
    width: 72%;
}
.side_nz_list .nlb_inner p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: unset;
    margin-bottom: 0;
    height: 43px;
}
.side_nz_list .nz_list_box {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.side_nz_list .nz_list_box:last-child {
    margin-bottom: 0;
}