
.md_nav_box {
    /* opacity: 0; */
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* z-index: 999; */
}

.md_nav_box .md_nav_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.6rem;
    padding: 0 0.2rem;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    transition: all 0.3s;
    backdrop-filter: saturate(180%) blur(21px);
    -webkit-backdrop-filter: saturate(180%) blur(21px);
}

.md_nav_box .md_nav_top .mo_logo {}

.md_nav_box .md_nav_top .mo_logo img {
    height: 0.3rem;
}

.md_nav_box .md_nav_top .menu_box {
    width: 0.35rem;
    height: 0.35rem;
}

.md_nav_box .md_nav_top i {
    display: block;
    width: 0.25rem;
    height: 0.02rem;
    background: #fff;
    margin: 0.07rem 0;
    transition: all 0.3s;
}

.md_nav_box .md_nav_top i.i1 {}

.md_nav_box .md_nav_top i.i2 {}

.md_nav_box .md_nav_top i.i3 {}

.mobile__pullDown {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0.6rem;
    z-index: 999;
    bottom: 0;
    overflow: scroll;
    display: none;
}

.mobile_mune1 {
    /* padding: 0 0.2rem; */
    /* background: #fff; */
}

.mobile_mune1 .title1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    line-height: 0.4rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid #f3f3f3;
    padding: .15rem 0.2rem;
    color: #262626;
    background: #fff;
    font-weight: 700;
}

.mobile_mune1 .title1 span {}

.mobile_mune1 .title1 i.more_i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.2rem;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.mobile_mune1.on {}

.mobile_mune1.on .title1 {}

.mobile_mune1.on .title1 span {}

.mobile_mune1.on .title1  i.more_i {}

.mobile_mune2 {
    background: #fff7f1;
    display: none;
    /* padding: 0.16rem 0 0; */
}

.mobile_mune2 .mune2_one {
    /* margin: 0 0 0.16rem 0; */
}

.mobile_mune2 .mune2_one .title2 {
    /* background: #fff; */
    /* margin: 0 0.2rem; */
    padding: .15rem 0.2rem;
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    /* border-radius: 0.1rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #262626;
    /* border-bottom: 1px solid #ddd; */
}

.mobile_mune2 .mune2_one .title2 span {}

.mobile_mune2 .mune2_one .title2 i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.2rem;
    transform: rotate(90deg);
    transition: all 0.3s;
}

.mobile_mune2 .mune2_one .title2 i.g {
    transform: rotate(0deg);
}

.mobile_mune3 {
    display: none;
    background: #fcf2e9;
}

.mobile_mune3 ul {
    /* display: flex; */
    /* flex-flow: wrap; */
    /* padding: 0 0.1rem; */
}

.mobile_mune3 ul li {
    /* width: 33.33%; */
    padding: .15rem 0.3rem;
    font-size: 0.18rem;
}

.mobile_mune3 ul li .item {
    /* display: block; */
    /* text-align: center; */
}

.mobile_mune3 ul li .item .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    height: 1rem;
    border-radius: 0.05rem;
    margin: 0 0 0.05rem;
}

.mobile_mune3 ul li .item .imgj img {
    max-width: 80%;
    max-height: 80%;
}

.mobile_mune3 ul li .item p {}

.menu3_btn {
    text-align: center;
}

.menu3_btn .see_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    line-height: 0.5rem;
    background: #fafafa;
    padding: 0 0.3rem;
    border-radius: 50px;
    margin: 0.1rem  auto 0.2rem;
}

.menu3_btn .see_more span {}

.menu3_btn .see_more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.md_nav_box  .md_nav_top.show {
    /* background: #fff; */
}

.mobile_mune2 .mune2_one .title2.on {}

.mobile_mune2 .mune2_one .title2.on i {
    transform: rotate(-90deg);
}

.mobile_mune1 .title1.on {
    border: 0;
    /* border-radius: 0 0 0.1rem 0.1rem; */
}

.mobile_mune1.has .title1.on i.more_i {
    transform: rotate(-90deg);
}

.mobile_mune2 .mune2_one .title2.on i.g {
    transform: rotate(0deg);
}
.mobile_mune1.has .title1 i.more_i {
    transform: rotate(90deg);
}

.md_nav_box .md_nav_top .menu_box.kai {}

.md_nav_box .md_nav_top .menu_box.kai i.i1 {
    transform: rotate(45deg) translate(4px, 7px);
}

.md_nav_box .md_nav_top .menu_box.kai i.i2 {
    opacity: 0;
}

.md_nav_box .md_nav_top .menu_box.kai i.i3 {
    transform: rotate(-45deg) translate(2px, -7px);
}




@media (max-width: 800px){

.web_show{
    display: none;
}

.wap_show{
    display: block;
}
    .index_banner {
    margin: 0.58rem 0 0;
}

.mobile__pullDown .go_english {
    padding: 0.4rem;
}

.mobile__pullDown .go_english a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.22rem;
    line-height: 0.6rem;
    background: #fcf2e9;
    border-radius: 0.2rem;
    color: #fe8321;
    gap: 0.1rem;
}

.mobile__pullDown .go_english a span {}

.mobile__pullDown .go_english a img {
    width: 0.2rem;
}
.footer_main .main .fot_nav {
    display: none;
}

.footer_main .main .fot_nav:last-child {
    display: block;
}

.footer_main .main .fot_nav .two p {
    width: 50%;
}

.footer_main .main .fot_nav .two p.add {
    width: 100%;
}

.footer_main .main .fot_nav h3 {
    display: none;
}

.footer_main {
    padding: 0.2rem 0 0;
}
.all_title h3 {
    font-size: 0.24rem;
    margin: 0 0 0.15rem;
}

.all_title i {
    height: 0.02rem;
    margin: 0 0 0.3rem;
    width: 0.3rem;
}

.inde_part {
    padding: 0.6rem 0;
}

.index_about .main_box {
    display: block;
}

.index_about .main_box .text_box {
    width: 100%;
}

.index_about .main_box .text_box .number {background: #fff;padding: 0.2rem 0.3rem;border-radius: 0.12rem 0 0 0.12rem;flex-flow: column;width: 50%;height: 2.8rem;}

.index_about .main_box .imgj_box {
    width: 100%;
    position: absolute;
    right: 0;
    width: 60%;
    bottom: -0.1rem;
}

.index_about .main_box .imgj_box .imgj {
    /* border-radius: 0; */
    height: 3rem;
}

.index_about .main_box .text_box .number .one .num em {
    font-size: 0.34rem;
}

.index_about .main_box .text_box .number .one {
    /* margin: 0.2rem 0; */
}

.index_about .main_box .imgj_box .imgj img {}

.index_about .main_box .text_box .number .one .ti {
    padding: 0.1rem 0 0;
}
.yzs_service ul li {
    width: 100%;
}
.news_list ul li .item .but .more {
    border: 0;
}
.index_school .school_box {
    display: block;
}

.index_school .school_box .school_info {
    width: 100%;
    background: none;
}

.index_school .school_box .school_info .school_main {
    background: #fff;
    border-radius: 0.2rem;
}
.index_school .school_box .school_info .school_main .main .text {
    margin: 0 0 0.2rem 0;
}

.ke_box ul {
    display: block;
    margin: -0.1rem;
}

.ke_box ul li {
    padding: 0.1rem;
    width: 100%;
}

.ke_box ul li .item .text p {
    -webkit-line-clamp: 1;
}

.ke_box .more_button {
    margin: 0.3rem auto 0;
}
.country_goods .swiper-slide {
    width: 100%;
}

.choose_box .choose_main {
    flex-flow: column;
}

.choose_box .choose_main .img {
    order: 2;
    width: 100%;
}
.choose_nav {
    margin: 0 0 0.4rem;
}

.choose_nav ul li {
    width: auto;
}

.choose_nav ul {
    gap: 0.1rem;
    justify-content: flex-start;
}

.school_mainbox .base .ti {
    display: block;
}

.school_mainbox .base .ti .zi {
    display: block;
}
.school_mainbox .base .text .main p em {
    display: block;
}

.school_mainbox .base {
    display: block;
}

.school_mainbox .base .text {
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
    margin: 0 0 0.2rem 0;
}

.school_mainbox .base .imgj {
    width: 1rem;
    height: 1rem;
}

.school_mainbox .base .ti .zi h3 {
    font-size: 0.24rem;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin: 0 0 0.1rem;
}

.school_mainbox .base .ti .zi span {
    padding: 0;
    display: block;
    margin: 0 0 0.1rem;
}

.school_mainbox {
    padding: 0.2rem;
}

.school_mainbox .more .one a {}

.school_mainbox .more {
    display: block;
    padding: .0;
}

.school_mainbox .infor {
    margin: 0 0 0.2rem;
}

.school_mainbox .more .one {
    margin: 0.2rem 0 0;
}
.news_mainbox {
    padding: 0.2rem;
}
.service_box ul li {
    width: 100%;
}

.service_box ul li .item {
    padding: 0.2rem;
}

.service_box ul li .item .text p {
    height: 0.8rem;
}

.service_good ul li {
    width: 100%;
    padding: 0.1rem;
}

.service_good ul .item {
}

.service_good ul li .item .imgj {
    margin: 0 0.1rem 0 0;
}
.service_good ul {
    margin: -0.1rem;
}




.ourgood_box ul li {
    width: 100%;
}

.ourgood_box ul li .item {
    padding: 0.2rem 0.1rem;
    gap: 0.1rem;
}

.ourgood_box ul li .item .number .dot {
    width: 0.35rem;
    height: 0.35rem;
}

.ourgood_box ul li .item .number span {
    font-size: 0.18rem;
}

.ourtix_box ul li {
    width: 50%;
    padding: 0.1rem;
}
.ourtix_box ul {
    margin: -0.1rem;
}



}

