.is_mobile,.is_mobile_flex{
    display: none!important;
}
.is_pc{
    display: block!important;
}
.is_pc_flex{
    display: flex!important;
}
@media screen and (max-width:750px){
    .is_pc,.is_pc_flex{
        display: none!important;
    }
    .is_mobile{
        display: block!important;
    }
    .is_mobile_flex{
        display: flex!important;
    }
    html{
        font-size: 0.26666666vw;
    }
    .w12{
        width: 100vw;
    }
    #top,.right,.headHash2{
        display: none;
    }
    header{
        top: 0px;
        height: 44rem;
        padding-left: 15rem;
        padding-right: 15rem;
        box-sizing: border-box;
    }
    header>div.w12{width: 100%;}
    .logo{
        width: 167rem;
    }
    .bannerWrap{
        margin-top: 44rem;
    }
    .b_swiper{
        position: absolute;
        bottom: 9rem;
        left:50%;
        width: 299rem;
        height:239rem ;
        transform: translate(-50%,0);
        background: url(../img/bs.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .part{
        position: relative;
        margin-top: 30rem;
        background: none;
        width:calc(100vw - 30rem) ;
        height: 1328rem;
        padding: 0px 10rem; 
    }
    .part::after{
        content:"";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: linear-gradient(180deg,#ffffff, #f0f0f0);
        border: 1px solid #e4e4e4;
        border-radius: 12rem 0px 12rem 12rem;
        box-shadow: 0px 0px 8rem 0px #ffffff inset; 
        z-index: -1;
    }
    .part1::after{
        height: 1276rem;
    }
    .part2::after{
        height: 1820rem;
    }
    .part3::after{
        height: 1503rem;
    }
    .partTitle {
        position: static;
        left: 0px;
        top: 0px;
        width: 335rem;
        line-height: 52rem;
        height: 52rem;
        font-size: 20rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        background: url(../img/pt.png) left top no-repeat;
        background-size: 100% 100%;
        margin-left: 2rem;
    }
    .xwjDesc{
        display: block;
        margin-top: 10rem;
    }
    .xwjDesc img{
        width: 325rem;
        height: 244rem;
    }
    .xwjDescWord h3{
        line-height: 33rem;
        font-size: 24rem;
        font-weight: 700;
        text-align: left;
        color: #333333;
        margin-top: 16rem;
    }
    .xwjDescWord p, .xwjDescWord ul{
        font-size: 14rem;
        font-weight: 400;
        text-align: left;
        color: #666666;
        line-height: 20rem;
    }
    .xwjDescWord p{
        padding-top: 10rem;
        padding-bottom: 30rem;
    }
    .productMan{
        margin: 20rem auto 24rem;
        text-align: center;
    }
    .productMan::before {
        content: "";
        position: absolute;
        top: 3rem;
        left: 108rem;
        width: 16rem;
        height: 16rem;
        background: url(../img/down.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .applyBtn {
        display: block;
        width: 240rem;
        height: 48rem;
        background: #dc002f;
        border-radius: 8rem;
        font-size: 18rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        line-height: 48rem;
        cursor: pointer;
        margin: 0 auto;
    }
    .cptx{
        position: relative;
        width: 325rem;
        height: 481rem;
        background: url(../img/cptxBg.png) left top no-repeat;
        background-size: 100% 100%;
        margin-top: 30rem;
        margin-bottom: 16rem;
    }
    .itemTitle{
        padding-left:27rem ;
        padding-bottom:25rem ;
        padding-top: 6rem;
        line-height: 28rem;
        font-size: 20rem;
        font-weight: 700;
        text-align: left;
        color: #333333;
    }
    .mobile_cp{
        height: 481rem;
    }
    .try{
        height: 182rem;
        background: url(../img/try2.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .industry{
        display: block;
        padding-top: 15rem;
    }
    .industry>div{
        width: 325rem;
    }
    .industry>div h3 {
        position: relative;
        padding-left: 113rem;
        line-height: 40rem;
        font-size: 20rem;
        font-weight: 700;
        text-align: left;
        color: #333333;
        background: #e6e7eb;
        width: 305rem;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .industry>div h3::before{
        position: absolute;
        left: 73rem;
        top: 4rem;
        width: 32rem;
        height: 32rem;
    }
    .part2 .partTitle{
        position: relative;
        left: 0;
    }
    .industry>div ul {
        padding: 20rem 10rem 40rem 0;
        height: auto!important;
        background: linear-gradient(180deg,#f9f9f9, #eff1f3);
        border: 1px solid #e4e4e4;
        border-radius: 8rem;
        box-shadow: 0px 0px 16rem 0px #ffffff inset;
        box-sizing: border-box;
        font-size: 16rem;
        font-weight: 400;
        text-align: left;
        color: #333333;
        margin-bottom: 16rem;
    }
    .industry>div ul li {
        padding-left: 36rem;
        margin: 12rem 0;
        line-height: 24rem;
        position: relative;
    }
    .industry>div ul li::before {
        content: "";
        position: absolute;
        top: 4rem;
        left: 10rem;
        width: 16rem;
        height: 16rem;
        background: url(../img/arrow.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .part2{
       height: auto!important;
       padding-bottom: 20rem; 
    }
    .industryBtn{
        margin-top: 20rem;
    }
    .industryBtn a {
        margin: 0 10px;
        width: 152rem;
        border-radius: 8rem;
        font-size: 16rem;
        font-weight: 400;
        text-align: center;
        color: #ffffff;
        line-height: 48rem;
        cursor: pointer;
        background: #dc002f;
        box-sizing: border-box;
    }
    .industryBtn a.industryBtn1::before {
        content: "";
        position: absolute;
        left: 31rem;
        top: 16rem;
        width: 16rem;
        height: 16rem;
        background: url(../img/down2.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .industry>div.partTitle_right ul{
        height: 834rem;
    }
    .drawArea{
        display: block;
        padding-top: 20px;
    }
    .drawWrap{
        width: 325rem;
        height: 325rem;
        margin-bottom: 32rem;
    }
    .drawName{
        width: 100%;
    }
    .ljcj{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 78rem;
        height: 78rem;
        transform: translate(-50%,-50%);
        z-index: 3;
        background: url(../img/ljcj.png) left top no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
    }
    .bigArrow{
        position: absolute;
        top: 96rem;
        left: 140rem;
        width: 45rem;
        height: 68rem;
        background: url(../img/bigArrow.png) left top no-repeat;
        background-size: 100% 100%; 
    }
    .drawName>div{
        height: 348rem;
    }
    #jq_marquee_box{
        height: 272rem;
        padding:  0 16rem;
        margin-bottom: 18rem;
        margin-top: 18rem;
    }
    .draw-winlist-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 14rem;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 28rem;
    }
    .draw-winlist-item .lt{
        width: 82rem;
    }
    .draw-winlist-item .ct{
        width: 60rem;
    }
    .tips {
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #999999;
        line-height: 18rem;
        margin-top: 20rem;
    }
    .contact {
        display: block;
        padding: 20rem 16rem;
        height: 594rem;
        background: linear-gradient(180deg,#edeff0, #e6e7ea);
        border-radius: 8rem;
        box-sizing: border-box;
        margin-top: 20rem;
    }
    .contact_left ul {
        font-size: 14rem;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 28rem;
    }
    .part3{
         /* height: 1450rem; */
        height: auto;
       padding-bottom: 50rem;
    }
    .contact_fs{
        display: block;
        margin-top: 20rem;
        font-size: 14rem;
        font-weight: 400;
        text-align: left;
        color: #666666;
        line-height: 32rem;
    }
    .contact_fs>div{
        margin-top: 10rem;
    }
    .contact_fs img{
        width: 32rem;
        height: 32rem;
        margin-right: 10rem;
    }
    .contact_right{
        margin-top: 20rem;
    }
    .contact_right img{
        width: 180rem;
        height: 180rem;
    }
    .contact_right div{
        font-size: 14rem;
        line-height: 20rem;
        margin-top: 10rem;
    }
    .companyIndru,.footer,.right{
        display: none;
    }
    .mobileMenu{
        position: relative;
        width: 24rem;
        height: 24rem;
        background: url(../img/menu.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .mobileMenu .mobileHash{
        display: none;
    }
    .isOpen .mobileHash{
        display: block;
    }
    .isOpen{
        background: url(../img/isOpen.png) left top no-repeat;
        background-size: 100% 100%;  
    }
    .mobileHash{
        position:fixed;
        left: 0px;
        top: 44rem;
        width: 100vw;
        height: calc(100vh - 44rem);
        background: rgba(0,0,0,0.5);
        z-index: 29999999;
    }   
    .mobileHash .headHash2{
        display: block;
        position:absolute;
        right: 0;
        top: 0;
        height: calc(100vh - 44rem);
        width: 200rem;
        background: #fff;
        z-index: 29999999;
        box-sizing: border-box;
        font-size: 16rem;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 48rem;
    }
    .mobileHash .headHash2 li{
        padding: 0 16rem ;
    }
    .mobileHash .headHash2 a{
        display: block;
        line-height: 48rem;
        border-bottom: 1px solid #ececec;
    }
    .mobileHash .headHash2 li.active{
        background: #f6f6f6;
    }
    .mobileHash .headHash2 li.phoneNum{
        padding-top: 24rem;
        height: 17rem;
        font-size: 12rem;
        font-weight: 400;
        text-align: left;
        color: #666666;
        line-height: 16rem;
        margin-bottom: 4px;
    }
    .mobileHash .headHash2 li.phoneNum a{
        font-size: 16rem;
        font-weight: 700;
        color: #333333;
        line-height: 22rem;
        border-bottom: none;
    }
    .positionCls{
        top: -44rem;
    }
    .drawFormContent{
        width: 345rem;
        padding: 0  15rem 0;
       height: 90%;
       max-height: 90%;
    }
    .drawFormContent h3 {
        font-size: 18rem;
        font-weight: 700;
        text-align: left;
        color: #333333;
        padding-top: 10rem;
        line-height: 25rem;
        margin-bottom: 11rem;
        margin-bottom: 25rem;
    }
    .comTips {
        font-size: 14rem;
        font-weight: 400;
        text-align: left;
        color: #fb4754;
        line-height: 20rem;
        margin-bottom: 20rem;
    }
    .drawFormContent ul {
        font-size:16rem;
    }
    .formItem span{
        margin-right: 4rem;
    }
    .drawFormContent ul li{
        display: block;
    }
    .drawFormContent ul li div:last-child{
        margin-top: 20rem;
    }
    .formItem input[type="text"], .formItem select{
        flex: 1;
        font-size: 16rem;
        height: 40rem;
        padding-left: 12px;
        background: #ffffff;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        box-sizing: border-box;
        outline: none;
        line-height: 40rem;
    }
    
    .address .province,.address .city{
        flex: auto;
        width: 110rem;
        border-radius: 4rem;
    }
    .address .city{
        border: 1px solid #e4e4e4;
        border-radius: 4rem;
        margin-left: 10rem;
    }
    .formItem input[type="text"].detailAddress{
        margin-left: 71rem;
        margin-top: 20rem;
    }
    #address_select {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    #address_select  span{
        padding-top: 20rem;
        display: block;
        height: 60rem;
        width: 65rem;
    }
    .checkWrap{
        font-size: 16rem;
        font-weight: 400;
        text-align: left;
        line-height: 20rem; 
    }
    .checkWrap>div label:first-child{
        width: 244rem;
    }
    .checkWrap>div label input {
        margin-right: 0;
    }
    .formScroll{
        height: 60%;
    }
    .submitBtn {
        display: block;
        margin: 10rem auto 0;
        width: 305rem;
        line-height: 48rem;
        text-align: center;
        background: #dc002f;
        border-radius: 4rem;
        font-size: 18rem;
        font-weight: 400;
        color: #ffffff;
        cursor: pointer;
    }
    .userProtocol{
        padding-top: 12rem;
        white-space: pre-wrap;
    }
    .drawPopcontent{
        width: 345rem;
    }
    .mobile_cp{
        overflow: hidden;
    }
    .mobile_cp_wrap{
        width: 291rem;
        height: 371rem;
        margin-left: 10rem;
    }
    .mobile_cp_wrap .swiper-wrapper li{
        border-radius: 8rem;
        width: 291rem;
        width: 100%;
    }

    .mobile_cp_wrap .swiper-wrapper li img{
        display: block;
        width: 291rem;
        height: 218rem;
        box-sizing: border-box;
        border-top-left-radius: 8rem;
        border-top-right-radius: 8rem;
    }
    .productCharWord {
        height: 153rem;
        box-sizing: border-box;
        background: #fff;
        padding: 18rem;
        border-bottom-left-radius: 8rem;
        border-bottom-right-radius: 8rem;
    }
    .swiper-pagination2 {
        bottom: 29rem!important;
    }
    .swiper-pagination2 span{
        width: 6rem;
        height: 6rem;
    }
    .swiper-pagination2 .swiper-pagination-bullet-active{
        width: 20rem;
        height: 6rem;
        background: #dc002f;
        border-radius: 3px;
    }
}