
.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(255, 255, 255, 0.7);
    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.42rem;
}

.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: #333;
    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: #fafafa;
    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 #ddd;
    padding: .2rem 0.2rem;
    color: #262626;
    background: #fff;
}

.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.12rem;
    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: #fafafa;
    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: 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;
}

.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.12rem;
    transform: rotate(90deg);
    transition: all 0.3s;
}

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

.mobile_mune3 {
    display: none;
    background: #fff;
    margin: 0 0.2rem;
}

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

.mobile_mune3 ul li {
    width: 33.33%;
    padding: 0.1rem 0.1rem;
}

.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: 767px){

.web_show{
    display: none;
}

.wap_show{
    display: block;
}
.index_banner ul li {
    max-height: inherit;
}

.index_banner ul li img {
    width: 100%;
}

.index_banner ul li .text {
    top: 1.6rem;
}

.index_superiority ul li .swiper-container {
    /* height: 0.8rem; */
}

.index_superiority ul li .item {
    /* height: 0.8rem; */
}

.index_superiority ul li .item h3 {
    margin: 0;
}

.index_superiority ul li .item p {
    display: none;
}

.index_superiority ul li {
    display: none;
}

.index_superiority ul li:first-child {
    display: block;
}

.index_superiority {
    /* margin: 0; */
    padding: 0.4rem 0 0;
    background: #fafafa;
}

.index_banner .banner_buttom {
    transform: translate(0, -0.4rem);
}
.product_list_one ul li {
    width: 100%;
}

.product_list_one ul {
    /* display: block; */
}
.neiproduct_list ul li {
    width: 100%;
}

.prolist_ti .ti_right_but {
    display: none;
}

.prolist_ti .ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.prolist_ti .ti h3 {
    font-size: 0.3rem;
    padding: 0 0 0 0.1rem;
    border-left: 0.04rem solid #d81e06;
    line-height: 0.3rem;
}

.proswiper_buttom{display:block}

.indexcase_box ul li {
    /* width: 50%; */
    /* flex: auto; */
}

.index_about_con .text_main {
    width: 100%;
    position: relative;
    z-index: 9;
}

.index_about_con .imgj {
    background-size: auto 60%;
    width: 100%;
    opacity: 0.7;
}

.foot_main {
    display: block;
    padding: 0.3rem 0;
}

.foot_main .left ul {
    display: block;
}

.foot_main .left ul li .two:before {
    display: none;
}

.foot_main .left ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.two {
    display: none;
}

.foot_main .left ul li a {
    padding: 0.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_main .left ul li a:after {content: "";display: block;width: 0.2rem;height: 0.2rem;background: url(../images/jia.png) center center no-repeat;background-size: 0.2rem;}
.foot_main .left ul li.on a:after {
    background: url(../images/jian.png) center center no-repeat;
    background-size: 0.2rem;
}
.foot_main .left ul li .two a:after {
    display: none;
}

.foot_main .left ul li .two a {
    padding: 0.05rem 0.2rem;
    opacity: 1;
}

.foot_main .right {
    margin: 0;
}


.all_ti .ti h3 {
    font-size: 0.3rem;
}

.all_ti .ti p {
    font-size: 0.16rem;
}

.all_ti {
    margin: 0 0 0.2rem;
}
.prolist_ti {
    margin: 0 auto 0.2rem;
}

.nei_product_nav {
    margin: 0.6rem 0 0;
    overflow: scroll;
    top: 0;
    /* z-index: 999; */
}

.nei_product_nav ul {
    width: 200%;
}

.product_banner ul li .text .text1 {
    font-size: 0.4rem;
}

.product_banner ul li .text {
    text-align: center;
}

.product_banner ul li .text .see_more {
    text-align: center;
}

.product_banner ul li {
    max-height: 60vh;
}
.neiproduct_list_two ul li {
    width: 50%;
}

.product_list_two ul li .item .box .imgj {
    height: 1.5rem;
}

.product_list_two ul li .item .box .text .more {
    display: none;
}
.neinews_box ul li {
    width: 100%;
}
.where_box {
    margin: 0.6rem 0 0;
}
.nnei_banner {
    /* height: 4rem; */
}
.neinews_con {
    display: block;
}

.relative_news {
    width: 100%;
    display: none;
}
.porduct_main_base {
    flex-direction: column;
}

.porduct_main_base .imgj {
    order: 1;
    height: 3rem;
    flex: auto;
    margin: 0 auto 0.2rem;
}

.porduct_main_base .text {
    order: 2;
}

.porduct_infor .pro_infor .pro_table ul li {
    width: 100%;
}
.nnei_banner form.biao {
    width: 80%;
}

.nnei_banner .text .text1 {
    width: 100%;
}

.download_box ul li {
    width: 100%;
}

.all_ti.d_f {
    display: block;
}

.all_ti.d_f .text_tip {
    margin: 0.2rem 0;
}

.about_goods ul li {
    width: 100%;
}

.about_goods ul li .imgj {
    padding: 0.2rem;
    width: 1.2rem;
}

.about_product ul {
    display: block;
}

.about_product ul li .item {
    height: 2.5rem;
    transition: all 0.3s;
}

.about_product ul li.on .item {
    height: 5rem;
}
.cantact_us {
    flex-flow: column;
}

.cantact_us .map_box {
    order: 2;
}

.cantact_us .text_box {
    order: 1;
    padding: 0.5rem 0;
}

.formbox ul li {
    width: 100%;
}

.index_banner ul li .text .text2 {
    font-size: 0.3rem;
}

.index_banner ul li .text .text1 {
    font-size: 0.2rem;
}

.index_product_change {
    display: block;
}

.index_product_change ul {
    margin: 0 0 0.2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.index_product_change .all_ti {
    text-align: center;
}

.index_product_change .all_ti .ti {
    margin: 0 0 0.3rem;
    text-align: center;
}

.index_product_change ul li {
    background: #fff;
}

.momal_news ul {
    display: block;
}

.momal_news ul li {
    width: 100%;
}

.indexcase_box ul {
    flex-flow: column;
    /* flex-flow: wrap; */
}

.indexcase_box ul li .item {
    height: 2.4rem;
}

.index_about_con .text_main .number_box ul {
    flex-flow: wrap;
}

.index_about_con .text_main .number_box ul li {
    width: 50%;
}

.partner_list li {
    width: 33.33%;
}

.foot_buttom {
    display: block;
}

.foot_main .left {
    display: none;
}
.footcon .foot_top {
    display: block;
    height: auto;
    padding: 0.4rem 0 0;
}

.foot_center {
    border-top: 0;
}

.footcon .foot_top .logo {
    margin: 0 0 0.3rem 0;
}

.footcon .foot_top .foces_us span {
    width: 100%;
}

.footcon .foot_top .foces_us {
    flex-flow: wrap;
}

.footcon .foot_top .foces_us .one .pop {
    display: block;
    position: relative;
    left: 0;
    width: 1rem;
    height: 1rem;
    top: 0;
}

.footcon .foot_top .foces_us .one .imgj {
    display: none;
}

.foot_link .title {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0 0.2rem;
}
.md_nav_box .more_nav {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.md_nav_box .more_nav .search_box a {
    background: #d32430;
    border-radius: 50%;
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.md_nav_box .more_nav .search_box {}
.all_twonav ul {
    gap: 0.2rem;
    justify-content: flex-start;
    width: 130%;
}

.nei_infor_main {
    display: block;
}

.nei_infor_main .text_main .number_box {
    margin: 0 0 0.3rem;
}

.nei_service_main .text_main {
    width: 100%;
}

.nei_service_main .service_list ul li:nth-child(2) {
    transform: none;
    margin: 0.2rem 0 0;
}

.nei_service_main .service_list ul {
    display: block;
}

.nei_service_main .service_list .see_other_red {
    transform: none;
    margin: 0.3rem auto 0;
}

.nei_service_main .service_list ul li .item .text {
    width: 100%;
}

.about_active ul li {
    width: 100%;
}

.apply_membership .apply_main {
    display: block;
    text-align: center;
}

.apply_membership .apply_main .text {
    margin: 0 0 0.3rem;
}

.apply_membership .apply_main .how_but {
    justify-content: center;
}
.nei_leader_main .zi {
    width: 100%;
    order: 2;
}

.nei_leader_main .imgj {
    position: relative;
    width: 100%;
    order: 1;
    bottom: 0;
    margin: 0 0 0.4rem;
}

.nei_leader_main {
    display: flex;
    flex-flow: column;
}

.nei_about_leader .all_ti .ti p, .nei_about_leader .all_ti .ti h3 {
    text-align: center;
}

.about_leader ul li {
    width: 100%;
}
.about_history .history_base {
    display: none;
}

.about_history_list .history_year {
    padding: 0.8rem 0 0.5rem 0.2rem;
}

.about_history_list .history_year .year_title {
    top: 0;
}

.contact_fs ul {
    flex-flow: wrap;
    gap: 0.4rem 0;
    justify-content: flex-start;
}

.contact_fs ul li {
    display: block;
    position: relative;
    padding: 0 0 0 0.3rem;
    text-align: left;
    box-sizing: border-box;
    width: 50%;
}

.contact_fs ul li .imgj {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    margin: 0 0.3rem 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.contact_fs ul li span {
    text-align: left;
}

.contact_fs ul li em {
    text-align: left;
    margin: 0.1rem 0 0 0;
}

.contact_fs ul li .imgj img {
    width: 0.2rem;
}

li {}

.contact_fs ul li i {
    display: none;
}

.contact_fs ul li:nth-child(2n) {
    display: none;
}

.contact_fs {
    margin: 0 0 0.2rem 0;
}
.service_report ul li {
    width: 50%;
}

.history_report .report_box ul li {
    width: 100%;
}
.star_base {
    display: block;
}

.star_base ul {
    display: block;
    border: 0;
}

.star_base ul li {
    padding: 0.2rem 0;
}

.star_towpart {
    display: block;
}

.star_ziyuan {
    width: 100%;
    margin: 0 0 0.4rem 0;
}

.star_active {
    width: 100%;
}

.star_child ul li {
    width: 100%;
}

.teacher_box ul li {
    width: 100%;
}
.all_twonav {
    overflow-x: scroll;
    padding: 0 0.2rem;
}
.party_base .main {
    display: block;
}

.party_base .main .imgj {
    margin: 0 auto 0.3rem;
}

.party_base .main .text {
    height: auto;
}

.bg_party {
    padding: 1.7rem 0 0;
}

.party_towpart {
    display: block;
}

.party_towpart .party_dontai,.party_towpart .party_active {
    margin: 0 0 0.4rem;
}

.party_towpart .party_active {margin: 0;}

.party_special ul {
    flex-flow: wrap;
}

.party_special ul li {
    width: 50%;
}
   .form_itembox {
    display: block;
    width: 100%;
}

.apply_part {
    display: block;
} 
.report_box .report_main {
    width: 100%;
}
.ziyuan_box .ziyuan_inpor ul li .item {
    display: block;
}

.ziyuan_box .ziyuan_inpor ul li .item .text {
    padding: 0.2rem 0 0.4rem 0;
}

.ziyaun_buttom {
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

.more_ziyuan ul {
    display: block;
}

.more_ziyuan ul li {
    padding: 0;
    margin: 0.2rem;
}

.cases_box ul li {
    width: 100%;
}

.teacher_box {
    padding: 0 0 0.4rem;
}
.picture_news_list ul li .item {
    display: block;
}

.picture_news_list ul li .item .text {
    margin: 0.2rem 0 0;
}

.text_news_list ul li .item .imgj_date {
    display: inline-flex;
}
.picture_news_list ul li .item .imgj_date .date {
    width: auto;
    padding: 0 0.2rem;
    order: 1;
}
.all_news_content .more_news ul {
    display: block;
}

.all_news_content .more_news ul li {
    margin: 0 0 0.2rem;
}
.all_news_content .news_main {
    padding: 0.2rem;
}

.all_news_content .news_main .title .tip {
    gap: 0;
    justify-content: space-around;
}
.cases_box ul li .item {
    display: block;
}
.picture_news_list ul li .item .imgj_date .imgj {
    order: 2;
}

.service_lecture {
    display: block;
}

.service_lecture ul {
    padding: 0 0.2rem;
}

.service_lecture ul li {
    padding: 0.2rem 0;
}
.inform_base {
    display: block;
}
.association_base .item {
    display: block;
}

.association_base .control_box {
    width: 100%;
    left: 0;
    border: 0;
}

.association_base .control_box .active_buttom {
    display: none;
}

.association_base .item .main {
    min-height: auto;
    padding: 0.3rem 0.3rem 0.8rem;
}
.party_towpart .dongtai_box ul li {
    width: 100%;
}

.party_activebox ul {
    margin: 0;
}

.star_title {
    margin: 0 0 0.1rem;
}
.neipartner_list li {
    width: 50%;
}
.history_lecture ul li{width:100%}

.cases_box ul li .item .imgj {
    height: 2rem;
}
.informa_con .table_box .flex1 {
    display: none;
}


}

