.mobile-inner {
    height: 1.03rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999;
    display: none;
}

.mobile-inner-header {
    background-color: white;
    width: 100%;
    height: 1.03rem;
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0px;
    padding: 0 0.38rem 0 0.39rem;
	box-sizing: border-box;
}

.mobile-inner-header-setup {
    display: flex;
    align-items: center;
}

.mobile-inner-header a {
    display: flex;
}

.mobile-inner-header-icon {
    transition: all .3s ease;
    margin-left: 0.25rem;
}

.mobile-inner-header>a>:nth-child(1) {
    /* width: 2.90rem; */
    height: 0.6rem;
}

.mobile-inner-header>:nth-child(2) .mobile-inner-header-icon img {
    width: 0.4rem;
    height: 0.33rem;
}

.setup_sousuo {
    width: 0.35rem;
    height: 0.35rem;
}

.mobile-inner-nav {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 1.03rem;
    left: 0px;
    display: none;
    padding: 0 0.2rem 0.3rem 0.2rem;
    /* background: url(../../images/icon_nav_bg.png);
    background-size: 100% 9.45rem; */
    z-index: 10;
    background-color: #FFF;
}



/* 开始修改导航 */

.nav_item {
    box-sizing: border-box;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    padding-right: 0.2rem;
}

.nav_item .nav_item_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
}

.nav_item>.nav_item_s>a {
    box-sizing: border-box;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
    height: 100%;
    width: 100%;
    display: block;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_item_bg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 12%;
    height: 100%;
}

.nav_icon1 {
    width: 0.29rem;
    height: 0.29rem;
}

.nav_icon2 {
    width: 0.29rem;
    height: 0.03rem;
}

.sub_nav {
    width: 100%;
    background: rgba(51, 176, 255, 0.3);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0.35rem;
	padding-bottom:0.3rem;
}


.sub_nav_li {
    margin: 0.2rem 0.2rem 0.2rem 0;
}

.sub_nav_li a {
    display: block;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
}

/* .sub_nav>:nth-child(4n) {
    margin-right: 0;
}

.sub_nav>:nth-child(n+5) {
    margin-top: 0;
}

.sub_nav>:nth-child(-n+3) {
    margin-bottom: 0;
} */

.mobile-inner-nav>:nth-child(5) .sub_nav>:nth-child(3) {
    margin-bottom: 0.4rem;
}

/* 头部搜索 */
.cn_search_wai {
    position: absolute;
    left: 0;
    top: 1.03rem;
    width: 100%;
    height: 1.2rem;
    z-index: 5;
}

.cn_search {
    background: #2A5DC2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cn_search input {
    width: 5.35rem;
    height: 0.6rem;
    background: #FFFFFF;
    border-radius: 0.3rem;
    margin-right: 0.29rem;
    outline: none;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.cn_search_div {
    width: 1.3rem;
    height: 0.6rem;
    background: #48B77C;
    border-radius: 0.3rem;
}

.cn_search_div a {
    width: 100%;
    display: block;
    height: 100%;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: center;
}

/* 电脑端 */
@media screen and (min-width: 900px) {
    .mobile_tit{
        display: none;
    }
    .header {
        display: block;
    }

    .mobile-inner {
        display: none;
    }

    .mobile_empty {
        display: none;
    }
	/* 2021/2/29新增 */
	.xbread_nav {
	    display: flex;
	}
	.search_result{
		display: block;
	}
	.cn_search_wai,.erji_bg,.cn_search_page,.news_list,.nlBox {
	    display: none;
	}
    .ui__alert .ui__alert_content{
        min-width: 450px !important;
    }
    .ui__alert .ui__alert_content .ui__content_body .ui__title{
        font-size:28px !important;
    }
    .ui__content_body > div{
        font-size:18px;
        margin-top:30px;
    }
    .ui__alert .ui__alert_content .ui__content_foot a{
        font-size:20px !important;
    }
	/* 2021/2/29新增结束 */
}

/* 手机端 */
@media screen and (max-width: 900px) {
    .nav_item_img{
        width:0.36rem;
        height: 0.36rem;
    }
    .newabout{
        height: 3.6rem;
    }
    .newabout_libox{
        width: 100%;
        margin-top:0.2rem;
        padding:0 0.24rem;
    }
    .newabout_tit{
        font-size:0.36rem;
        margin-top:0.5rem;
    }
    .nal_li_img{
        width:0.8rem;
        height: 0.8rem;
        margin-top:0.2rem;
    }
    .nal_li_tit{
        font-size:0.24rem;
        margin-top:0.2rem;
    }
    .nal_li_ftit{
        font-size:0.16rem;
        margin-top:0.2rem;
    }
    .haq-card{
        height: 4rem !important;
    }
    .haq-card-product{
        height: 3.2rem;
    }
    .haq-card-img{
        height: 2.6rem;
    }
    .ccr_bottom_lihover{
        display: none;
    }
    .tiBox {
        border-radius: 0.1rem;
    }
    .xclc_left_title {
        margin-top:0.32rem;
        font-size:0.36rem;
    }
    .xclc_left_text {
        margin-top:0.1rem !important;
    }
    .product_topBox{
        margin-top:0;
    }
    .ptr_list,.new_content{
        width:100vw;
        overflow: hidden;
    }
    .new_content_right{
        width:100vw;
    }
    .new_content_right .product_topBox{
        width:100vw;
        padding:0.24rem;
    }
    .new_content_left {
        display: none !important;
    }
    .yb_tabBoxs{
        display: none;
    }
	.cp_status{
		display: none;
	}
	.content-1400-nav-status{
		display: none;
	}
	.newListStatus{
		display: block;
		background-color: #FFF;
		padding-top: 1px;
	}
	.newListStatus .honor-and-qualification{
		padding:0 0.28rem;
		box-sizing: border-box;
	}
	.fenye{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.flink_tit{
		width:100%;
		padding:0 0.24rem;
		margin-top: 0.2rem;
		font-size:0.32rem;
	}
	.flink_box{
		width:100vw;
		padding:0.32rem 0;
		box-sizing: border-box;
		display: flex;
	}
	.flink_box_li{
		white-space: wrap;
		width:50%;
        font-size:0.24rem;
	}
    .flink_box_li:nth-of-type(5n) {
        border-right: 1px solid #D8D8D8;
    }
	.flink_box_li:nth-of-type(2n) {
        border: none;
    }
	
	
	/* 2021/2/29新增 */
	.xbread_nav,.search_result {
	    display: none;
	}
	.erji_bg,.news_list {
	    display: block;
	}
	.cn_search_page{
		display: flex;
	}
	.searchBody{
		background-color: #FFF;
	}
	/* 2021/2/29新增结束 */
    .mobile-inner {
        display: block;
    }

    .header {
        display: none;
    }

    .scontainer {
        height: 3rem;
    }

    .mobile_empty {
        height: 1.03rem;
        display: block;
    }

    .swBox_slide {
        font-size: 0.42rem;
    }

    .swBox_pagination {
        display: none;
    }

    .swBox_slide {
        width: 100% !important;
        height: 100% !important;
    }

    .sd {
        height: 4.25rem;
    }

    .sdc_ftit {
        font-size: 0.12rem;
    }

    .sdc_title {
        font-size: 0.32rem;
        margin-top: 0.2rem;
    }

    .sd_center {
        width: 6.29rem;
        height: 1.93rem;
        margin-top: 0rem;
    }

    .sdc_ftit {
        width: 100%;
        line-height: 0.32rem;
        font-size: 0.24rem;
    }

    .sdc_btn {
        margin-top: 0.41rem;
        border-radius: 0.04rem;
    }

    .cc_left {
        display: none;
    }

    .sdc_btn {
        width: 1.6rem;
        height: 0.55rem;
    }

    .sdc_btn_text {
        font-size: 0.16rem;
    }

    .cp {
        height: 15.3rem;
    }

    .ccr_top {
        display: none;
    }

    .cp_center {
        width: 100%;
    }

    .cc_right {
        display: flex;
        justify-content: center;
    }

    .cc_right {
        width: 100%;
        height: 6rem;
    }

    .ccr_bottom {
        width: 7.2rem;
        height: auto;
        /* margin:0 auto; */
        margin-top: 0;
        overflow: hidden;
    }

    .ccr_bottom_li {
        width: 50%;
        height: 3.2rem;
        padding: 0.05rem 0;
        margin:0;
        margin-top:0.24rem;
    }

    .cbl_imgBox {
        width: 100%;
        height: 2.8rem;
    }
    .cbl_img{
        height: 100%;
    }
    .cbl_text {
        font-size: 0.28rem;
        margin-top: 0.07rem;
    }

    .cctitle {
        font-size: 0.26rem;
        margin-top: 0.25rem;
    }

    .ccfBox {
        font-size: 0.16rem;
    }

    .cp_center {
        padding-top: 0.2rem;
    }

    .swcenter_container {
        height: 3.46rem;
        display: none;
    }

    .swcenter_pagination {
        width: 80%;
    }

    .sp_litext {
        font-size: 0.16rem !important;
    }

    .swcenter_pagination .swiper-pagination-bullet .sp_litext {
        margin-bottom: 0.11rem;
    }

    .swcenter_pagination .swiper-pagination-bullet .sp_lihover {
        height: 0.05rem;
    }

    .swcenter_pagination .swiper-pagination-bullet .sp_lihover {
        height: 0.05rem;
    }

    .swcenter_pagination .swiper-pagination-bullet-active .sp_lihover {}

    /* 定义关键帧 */
    @keyframes heightAnimation {
        0% {
            /* 初始状态 */
            height: 0.05rem;
            /* 设置初始高度为10像素 */
        }

        50% {
            /* 中间状态 */
            height: 0.1rem;
            /* 在动画运行时改变高度为20像素 */
        }

        100% {
            /* 结束状态 */
            height: 0.15rem;
            /* 最后的高度为30像素 */
        }
    }

    .numBox {
        width:100%;
        height: 1.53rem;
        background-size: 3.42rem;
        height: 1.82rem;
    }

    .numBox_clearfix {
        margin: 0 auto;
        margin-top: 0.4rem;
    }

    .numBox_item {
        width: 1.3rem;
    }

    .numBox_numU {
        font-size: 0.3rem;
    }

    .numBox_indc {
        font-size: 0.2rem;
        margin-top: 0.09rem;
    }

    .fBox {
        height: 12rem;
    }

    .fBox_center {
        width: 5.48rem;
        padding-top: 0.59rem;
    }

    .fBox_img {
        width: 2rem;
        height: 2rem;
    }

    .ffbcl_line {
        width: 0.16rem;
        height: 0.01rem;
    }

    .ffbcl_ftit {
        font-size: 0.24rem;
        margin-top: 0.09rem;
    }

    .ffbcl_phone {
        font-size: 0.32rem;
        margin-top: 0.04rem;
    }

    .fbc_right {
        width: 1.2rem;
        height: 0.45rem;
    }

    .fbcr_text {
        font-size: 0.16rem;
    }

    .fbcr_img {
        width: 13px;
        height: 13px;
        margin-left: 0.02rem;
    }

    .well {
        width: 5.48rem;
    }

    .well .well-item {
        width: 50%;
        height: 4rem;
    }

    .well .correct {
        height: 100%;
    }

    .well .opposite {
        height: 100%;
    }

    .opposite_tit {
        font-size: 0.32rem;
    }

    .opposite_ftit {
        font-size: 0.24rem;
        margin-top:0.1rem;
    }

    .well_tbox_tit {
        font-size: 0.32rem;
        bottom: 0.05rem;
    }

    .jddz_tit {
        font-size: 0.32rem;
    }

    .jddz {
        height: 4.1rem;
    }

    .jddz_tit {
        margin-top: 0.34rem;
    }

    .jddz_li_img {
        width: 0.3rem;
        height: 0.3rem;
    }

    .jddz_li_imghover {
        width: 0.42rem;
        height: 0.42rem;
    }

    .jddz_li_text {
        font-size: 0.14rem;
    }

    .jddz_liHover .jddz_li_text {
        font-size: 0.14rem;
    }

    .jddz_ul {
        width: 95%;
        margin-top: 0.2rem;
    }

    .jddz_cbox {
        width: 90%;
        height: 2.3rem;
        margin-top: 0.2rem;
    }

    .jddz_cbox_left {
        padding: 0.23rem 0.12rem 0.22rem 0.22rem;
    }

    .jcl_title {
        font-size: 0.16rem;
        margin-top: 0.1rem;
    }

    .jcl_text {
        font-size: 0.14rem;
        margin-top: 0.1rem;
        line-height: 0.22rem;
        -webkit-line-clamp: 4;
    }

    .ghc_center {
        width: 100%;
        margin-top: 0;
    }

    .gc_li {
        width: 1.2rem;
        height: 0.6rem;
        font-size: 0.20rem;
        margin: 0 .24rem;
    }

    .gc_box {
        flex-direction: column;
        padding: 0 0.2rem;
        margin-top:0.24rem;
    }

    .gc_box_left {
        width: 100%;
        display: none;
    }

    .gc_box_right {
        width: 100%;
        margin-left: 0;
    }

    .gbr_list {
        padding-top: 0.2rem;
        height: auto;
        padding-bottom: 0.2rem;
    }

    .gbr_list_left {
        width: auto;
        padding-right: 0.1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gll_year {
        font-size: 0.28rem;
        margin-top: 0;
    }

    .gll_day {
        font-size: 0.24rem;
        margin-top: 0.05rem;
    }

    .glr_tit {
        font-size: 0.28rem;
        width:100%;
    }
    .gbr_list_right{
        width:80% !important;
        overflow: hidden;
    }
    .glr_text {
        font-size: 0.24rem;
        margin-top: 0.1rem;
		width:100%;
		white-space: wrap;
    }

    .ghc_btnBottom {
        width: 100%;
        height: 1.7rem;
    }

    .ghc {
        height: 8.5rem;
    }

    .ghc_center {
        height: 7rem;
        margin-top: 0.1rem;
    }

    .zjtx_tit {
        font-size: 0.48rem;
        margin-top: 0.19rem;
    }

    .zjtx_ftit {
        font-size: 0.48rem;
        margin-top: 0.13rem;
    }

    .zjtx_box {
        margin-top: 0.2rem;
        padding: 0;
        height: auto;
    }

    .zbl_tit {
        width: 100%;
        margin-top: 0.2rem;
    }

    .zjtx_box_left {
        padding: 0 0.15rem;
    }

    .zjtx_box {
        width: 100%;
    }

    .zbl_text {
        margin-top: 0.2rem;
    }

    .zjtx_box_top {
        flex-direction: column;
    }

    .zjtx_box_left {
        margin-right: 0;
    }

    .zbl_btn {
        display: none;
    }

    .zjtx {
        height: auto;
    }

    .zjtx_box_right {
        width: 100%;
        height: auto;
        padding: 0.2rem;
        box-sizing: border-box;
        margin-top: 0.2rem;
    }

    .swiperBox {
        display: none;
    }

    .swiperBox_mobile {
        width: 100%;
        padding: 0.2rem 0.2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .swm_li {
        width: calc(50% - 0.1rem);
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
        border-radius: 0.1rem;
        overflow: hidden;
    }

    .swm_li:nth-of-type(2n) {
        margin-right: 0;
    }

    .swm_li_img {
        width: 100%;
        height: 2.2rem;
    }

    .yftd{
        display: none !important;
    }
    /* .flink, */
    .footer {
        /* display: none !important; */
    }
	.footer_logo,.footer_line,.fcode{
		display: none !important;
	}
    .footer_center{
        margin-left:0;
    }
    .fc_tit{
        margin-bottom: 0.2rem;
    }
	.fc_ul{
		flex-direction: column;
        margin-bottom: 0.06rem;
	}
    .fc_li{
        line-height: 0.43rem;
    }
    .fc_linew{
        margin-left:0;
    }



    .thanksBox {
        display: block;
        height: auto;
		overflow: hidden;

    }

    .thank_tit {
        margin-top: 0.2rem;
        font-size: 0.32rem;
    }

    .thank_box {
        width: 100%;
        padding: 0.2rem 0.2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin-top: 0.1rem;
    }

    .tb_imgBox {
        width: calc(50% - 0.1rem);
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
        border-radius: 0.1rem;
        overflow: hidden;
        height: auto;
    }

    .tb_imgBox:nth-of-type(2n) {
        margin-right: 0;
    }

    .tb_liBox {
        width: calc(50% - 0.1rem);
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
        border-radius: 0.1rem;
        height: auto;
    }

    .tb_liBox:nth-of-type(2n) {
        margin-right: 0;
    }

    .tbi_img {
        width: 100%;
    }

    .mobile_tit {
        font-size: 0.30rem;
        color: #333;
        font-weight: bold;
        padding: 0 0.2rem;
        margin-top: 0.2rem;
    }

    .tbi_imgs {
        height: 100%;
    }

    .tbi_name {
        font-size: 0.28rem;
        color: #000;
        text-align: center;
        margin-top: 0.1rem;
        font-weight: bold;
    }

    .tbi_text {
		width:100%;
        font-size: 0.24rem;
        color: #333;
        margin-top: 0.08rem;
        /* padding: 0 0.1rem; */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sideBar{
        display: none;
    }
	.gc_ul{
		margin-top: 0.2rem;
	}
	 
	/* .content-1400-nav-right{padding: 0;} */
}