﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bg_fixed {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e7363c;
}


.mask {
    position: fixed;
    z-index:999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.8);
}

.close_txt{
    margin-top:.5rem;
    text-align:center;
}
.close_txt img{
    width:.7rem;
}

.bg_red {
    background-color: #ff5048;
}

.bg_gray {
    background-color: #eee;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "";
        height: 0;
        display: block;
        visibility: hidden;
        font-size: 0;
        clear: both;
    }

.bg_img {
    position: relative;
    z-index: 10;
    width: 100%;
    padding:1rem 0 0 0;
}

.page_container {
    position: relative;
    z-index: 10;
    margin-top:.6rem;
    margin: 0 .3rem .3rem .3rem;
    background-color:rgba(206,12,13,.5);
    border-radius: .2rem;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
  /*  background: url("../images/bg_doc.png") repeat-y;
    background-size: contain;*/
}

.head_img_wrap {
    position: relative;
}

.hot {
    position: absolute;
    z-index: 99;
    top: 44%;
    width: 100%;
    height: 1.5rem;
}

.nimg_2 {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: .3rem;
}

.nimg_bd {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: .3rem;
    margin-bottom:.5rem;
}

.exbition_num_wrap_n {
    position: relative;
    margin-top: .2rem;
}
    .exbition_num_wrap_n .num {
        padding:.4rem;
        text-align: center;
        font-size: .32rem;
        color: #fff;
        font-weight:bold;
    }
       
.invite_txt {
    margin-top:.1rem;
    text-align: center;
    color: #4d4d4d;
    font-size: .35rem;
    font-weight: bold;
}   

    .invite_txt span {
        position: relative;
    }

        .invite_txt span::after {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: -.1rem;
            left: 0;
            right: 0;
            height: .3rem;
            background-color: #ffd322;
        }


.header_mes_wrap {
    position: relative;
    overflow: hidden;
}

.logo_wrap {
    margin-top: .3rem;
    text-align: center;
}

    .logo_wrap .img_logo {
        padding:.1rem .1rem;
        width: 70%;
        border-radius:.16rem;
        background:#fff;
    }

.header_mes_wrap .mes_info {
    padding: .1rem .3rem 0 .3rem;
    text-align: center;
    color: #4c4948;
}

.header_mes_wrap .mes1 {
    margin-bottom: .1rem;
    font-size: .34rem;
    font-weight: bold;
}

.header_mes_wrap .mes2 {
    font-size: .23rem;
    font-weight: bold;
}

.exhibition_num_wrap {
    position: relative;
}

    .exhibition_num_wrap .img_tit1 {
        margin-top: .1rem;
        margin-left: 5%;
        width: 90%;
    }

    .exhibition_num_wrap span {
        position: absolute;
        top: 0.8rem;
        right: 0.45rem;
        font-size: .4rem;
        font-weight: bold;
        color: #1d74bb;
        width: 1.4rem;
        text-align: center;
    }

.module_tit {
    margin: .2rem auto;
    text-align: center;
}

.module_tit img {
    position: relative;
    width: 3.5rem;
}

.module_tit span {
    position: relative;
    margin: 0 .2rem;
    font-size: .34rem;
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
    border-bottom:0.06rem solid #f50d0d;
}

.module_tit .cont {
    display: flex;
    align-items: center;
    margin: auto;
}
.module_tit1 {
    display: flex;
    margin: .4rem;
    text-align: center;
   

}
.module_tit1 span {
    font-size: .42rem;
}
.module_tit2 {
    margin-top: .5rem;
    background: url("../images/img_n41.png") no-repeat;
    background-size: contain;
    height: 1.1rem;
    width: 3.1rem;
}
    .module_tit2.m1 {
        background: url("../images/img_n42.png") no-repeat;
    }
    .module_tit2.m2 {
        background: url("../images/img_n43.png") no-repeat;
    }

    .module_tit2 span {
        color: #fff;
    }

.module_main {
    position: relative;
    margin: 0 .2rem;
    margin-top: .6rem;
    background-color: #fff;
}

    .module_main .lang_wrap {
        display: flex;
    }

    .module_main .lang {
        display: inline-block;
        padding: 0 0.1rem;
        width: .6rem;
        height: 0.4rem;
        line-height: .4rem;
        text-align: center;
        color: #4d4d4d;
        font-weight: bold;
        font-size: .22rem;
    }

.lang.ch {
    background-color: #f10020;
    color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}


.lang.en {
    background-color: #e1e1e1;
}

.module_main .introduce_wrap {
    padding: .2rem;
}

.module_main .content {
    margin-top:.3rem;
    font-size: .23rem;
    line-height: .4rem !important;
}

    .module_main .content p {
        display: block !important;
    }

.module_main2 {
    margin-top: .4rem;
}

.introduce_wrap .content img {
    margin: 0 .1rem;
    width: 100%;
}

.textover {
    /*-webkit-line-clamp: 5;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    /*!autoprefixer:off*/
    -webkit-box-orient: vertical;
    /*autoprefixer:on*/
    height: 4.2rem;
}

.check_more {
    margin-top: .2rem;
    text-align: center;
    color: #f70201;
    font-size: .2rem;
}

    .check_more img {
        margin-left: .05rem;
        width: .15rem;
    }

.video_module{
    margin:.0rem .2rem 0rem .2rem;
}
.video_module video {
    padding: 0 .2rem;
    width: 100%;
    height: 4rem;
    background: #e6e6e6;
}

.product_main {
    padding: .2rem;
    padding-bottom: .5rem;
    
}

.show_index_wrap {
    margin-top: .2rem;
}

.swiper-pagination-bullet {
    margin: 0 2px;
}

.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #fd0000;
}

.collect_wrap {
    margin: .4rem;
    text-align: center;
}

    .collect_wrap img {
        width: .7rem;
    }

    .collect_wrap .txt {
        margin-top: .2rem;
        color: #004dd7;
        font-size: .26rem;
        font-weight: bold;
    }

.img_logo1 {
    display: block;
    width: 5rem;
    margin: .5rem auto .4rem;
}

.totals_wrap {
    margin: auto;
    margin-bottom:.5rem;
    width: 90%;
    display: flex;
}

    .totals_wrap .item {
        position: relative;
        flex: 1;
        display:flex;

        text-align: center;
    }
        .totals_wrap .item .icont{
            flex:1;
        }

        .totals_wrap .item img {
            display: block;
            width: .45rem;
            height:.45rem;
            margin: 0 auto .1rem;
        }

        .totals_wrap .item .num {
            color: #fff;
            font-size: .27rem;
            font-weight: bold;
        }

        .totals_wrap .item font {
            font-size: .16rem;
            color: #fff;
            margin-right: .05rem;
        }

        .totals_wrap .item .dec {
            font-size: .16rem;
            color: #fff;
            font-weight: bold;
        }

.invitation_wrap {
    margin-top: .5rem;
    margin-bottom: .3rem;
}

    .invitation_wrap .company_name {
        text-align: center;
        color: #333;
        font-size: .34rem;
        font-weight: bold;
    }

    .invitation_wrap .module_tit {
        margin-top: -.18rem
    }

.help_wrap {
    margin-top: .6rem;
    text-align: center;
}

.btn_register {
    margin: 0 auto .2rem;
    display: inline-block;
}

    .btn_register img {
        width: 4rem;
    }

.help_wrap .tel {
    margin-top: .1rem;
    color: #e14443;
    font-weight: bold;
    font-size: .32rem;
}

.help_wrap p {
    margin-top: .1rem;
    font-weight: bold;
    font-size: .28rem;
    color: #333;
    text-align: center;
}

.code_wrap {
    margin-top: .4rem;
    text-align: center;
}

    .code_wrap img {
        width: 1.7rem;
    }

    .code_wrap .txt {
        margin-top: .1rem;
        color: #333;
        font-size: .22rem;
        font-weight: bold;
        text-align: center;
    }

.host_wrap {
    padding: .3rem 0 .3rem .3rem;
    display: flex;
}

    .host_wrap .item .h_tit {
        margin-bottom: .2rem;
    }

        .host_wrap .item .h_tit .doc {
            display: inline-block;
            width: .15rem;
            height: .15rem;
            background-color: #666;
            border-radius: .04rem;
        }

        .host_wrap .item .h_tit span {
            color: #333;
            font-size: .23rem;
            font-weight: bold;
        }

.h_tit .s1 {
    margin-right: .1rem;
}

.img_logo2 {
    display: block;
    margin: .5rem auto;
    width: 3rem;
}
.company_module{
    padding-bottom:.5rem;
}

.product_show_wrap {
    padding: .7rem 0;
    padding-top: .5rem;
    border-top: .01rem solid #ebb9b9;
}
/* 联系方式 */
.contact_wrap {
    padding-top: .5rem;
    border-top: .01rem solid #ebb9b9;
}

.contact_list {
    padding: .3rem 0.2rem 0 .6rem;
}

    .contact_list .item {
        margin-bottom: .3rem;
        display: flex;
        align-items: center;
    }

        .contact_list .item img {
            margin-right: .1rem;
            width: .35rem;
            height: .35rem;
        }

        .contact_list .item .cont {
            flex: 1;
            font-size: .24rem;
            color: #fff;
            font-weight: bold;
        }

            .contact_list .item .cont a {
                font-size: .26rem;
                color: #fff;
                font-weight: bold;
            }

/* 分享 */
.mask-share {
    display: none;
}

.share-hand {
    width: 100%;
}

/* 右侧固定 */
.fixed-right {
    position: fixed;
    z-index: 998;
    right: 0;
    top: 50%;
    width: 1.1rem;
}

    .fixed-right span {
        position: relative;
        margin-bottom: .3rem;
        display: block;
        width: 1.1rem;
        height: 1.1rem;
        background-color: #d33b34;
        border-radius: 360rem;
        color: #fff;
        font-size: .24rem;
    }

        .fixed-right span .img_tag {
            position: relative;
            width: .5rem;
            display: block;
            margin: auto;
            margin-bottom: .1rem;
            padding-top: .2rem;
        }

    .fixed-right .txt {
        display: block;
        text-align: center;
    }
.buttom_jpg{
    position:relative;
    z-index:10;
}
/*底部导航*/
.footer-space {
    height: 60px;
}

.footer {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: #e6373c;
    box-shadow: 0px -1px 20px rgba(68, 76, 240, .1);
}

    .footer ul {
        display: flex;
        height: 100%;
        overflow: hidden;
    }

        .footer ul li {
            /*-webkit-flex: 1;
            flex: 1;*/
            width: 35%;
            height: 100%;
        }

            /*.footer ul li.nav_register {
			width: 60%;
		}*/

            .footer ul li a {
                position: relative;
                display: inline-block;
                width: 100%;
                height: 100%;
                line-height: 24px;
                text-align: center;
                color: #fff;
                font-family: "微软雅黑";
            }

                .footer ul li a::after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: .2rem;
                    width: .01rem;
                    height: .4rem;
                    background-color: #fff;
                }

            .footer ul li:last-child a::after {
                width: 0;
            }

            .footer ul li a img {
                margin-top: 11px;
                height: 25px;
            }

            .footer ul li a span {
                width: 100%;
                font-size: .26rem;
                font-weight: bold;
            }

            .footer ul li.active a {
                color: #E24644;
            }

.btn-check-more {
    display: inline-block;
    margin-top: .4rem;
    width: 1.7rem;
    height: .46rem;
    line-height: .46rem;
    background: #fff;
    color: #D64645;
    border-radius: .05rem;
    font-size: .20rem;
    text-align: center;
}

.show_index_wrap .item {
    height: 1.7rem;
    font-size: .26rem;
    background: #ffff;
    border: .01rem solid #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: .1rem;
}

    .show_index_wrap .item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.show_index_wrap .swiper-slide {
    text-align: center;
    transition: 300ms;
    transform: scale(0.8);
}

.show_index_wrap .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

#photoReview img {
    width: 100%;
}

/* 弹框 */
.mask-code .m_code_content {
    padding: .2rem;
    margin: auto;
    margin-top: 40%;
    width: 84%;
    background-color: #fff;
    border-radius: 4px;
}

.m_code_content img {
    width: 100%;
}

.m_code_content .txt {
    margin-top: .1rem;
    color: #333;
    font-size: .24rem;
    text-align: center;
}

.m_code_content .tit {
    margin-bottom: .2rem;
    font-size: .26rem;
    font-weight: bold;
}

.m_code_content .mes {
    margin-bottom: .2rem;
    color: #333;
    font-size: .24rem;
}

    .m_code_content .mes a {
        color: #333;
        font-size: .24rem;
    }
