.swiper-slide >img{
    width: 100%;
    height: 5rem;
    display: block;
}
body{
    /* text-align: center; */
 
}
html,body{
    /* touch-action:none;
    touch-action:pan-y; */
    /* overflow: scroll;
    overflow-x: hidden; */
    max-width: 100%;
    overflow-x: hidden;
    
}
input{
    outline: none;
    outline-color: invert ;
	outline-style: none ;
	outline-width: 0px ;
	border: none ;
	border-style: none ;
	text-shadow: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;

}
.goTop{
    width: 50px;
    height: 50px;
    background-color: #EFEFEF;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    right: 250px;
    bottom: 250px;
}
.img_banner >img{
    width: 100%;
    height: 5rem;
    display: block;
}
.container{
    width: 1200px;
    padding: 3px .15rem;
    margin: 0 auto;
    overflow: hidden;
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.clear{
    clear: both;
    overflow: hidden;
}
.dis_none{
    display: none;
}
.dis_block{
    display: block;
}
.slide{
    overflow: hidden;
}
.mr_none{
    margin-right: 0;
}

/* .swiper-slide .text{color: #fff;position: absolute; top: 35%;}
.swiper-slide .text p{font-size: 64px; display: block; color: #fff;}
.swiper-slide .text >span{display:block;font-size: 28px; color: #E0E0E0;width: 644px;position: absolute;top: 120px;} */
/* .swiper-slide .text p:after{
    display: block;
    width: .6rem;
    height: .06rem;
    background: #fff;
    margin-top: -120px;
    content: "";
} */





/*head start*/
.con_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex{
    display: flex;
}
.head{
    position: relative;
    box-shadow: 0 0.02rem 0.1rem 0 #d3d3d3;
    z-index: 9999;
}
.head:before{
    display: none;
    width: 100%;
    height: 0.28rem;
    background: #da251b;
    content: "";
}
.head_logo{
    width: 18%;
    cursor: pointer;
}
.head_logo a{
    font-size: 26px;
    line-height: 26px;
    color: #0D2146;
    height: 100%;
    display: flex;
    align-items: center;

}
.logo{
    width: 50px;
    height: 50px;
    margin-right: 8px;
}
.head_nav{
    width: 70%;
}
.nav_item{
    font-size: 18px;
    cursor: pointer;
}
.nav_item:first-child{
    margin-left: 30px;
}
.nav_lgitem{
    width: 15%;
    font-size: 20px;
    cursor: pointer;
}
.lgitem{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.nav_lgitem a{
    display: flex;
    align-items: center;
    overflow: hidden; 
    white-space: normal;
    text-overflow: ellipsis;
}
.nav_lgitem img{
    width: .3rem;
    height: .3rem;
}
.nav_lgitem:hover .nav_login{
    color: #fff;
}
.nav_lgitem:hover .nav_useid{
    color: #FB6E54;
}
.right{
    float: right;
}
.nav_text{
    margin:0 30px;
    line-height: 80px;
    color:#4D4D4D;
    display: block;
    height: 100%;
    /* font-size: 16px; */
    text-align: center;
}
.nav_login{
    display: flex;
    justify-content: center;
    align-items: center;
    width:1rem;
    height:.35rem;
    background:rgba(52,108,234,1);
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
    color: #fff;
    border-radius:30px;
    font-size:16px;
    font-weight:400;
    line-height:21px;
}
.nav_useid{
    font-size:16px; 
    font-weight:400;
    line-height:21px;
    color:#FF8524;
    margin-left: .05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    flex: 1;
}
.nav_item:hover >.nav_useid{
    color:#FF8524;  
}
.nav_item:hover >.nav_login{
    color:#FF8524;  
}
.nav_item li:hover >a{
    color:#FF8524;
}
.sml{
    display: none;
    width: 0.8rem;
    height: 0.06rem;
    background:#FF8524;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -0.05rem;
}
.sml1{
    width: 0.8rem;
    height: 0.06rem;
    background:#FF8524;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -0.05rem;
}
.nav_item:hover .sml{
    display: block;
}
.nav_child{
    display: none;
    position: absolute;
    width: 1.2rem;
    text-align: center;
    background:#FFF;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
}
.nav_child li{
    color: #4D4D4D;
    background: #fff;
    opacity: 1;
}
.nav_child li:hover,.nav_child a:hover{
    color:#FF8524;
    
}
.nav_item .nav_text:hover {
    color: #FF8524;

}
.nav_child li:hover{
    background: #fff;
}
.nav_item:hover .nav_child{
    display: block;
    line-height: .6rem;
    background: rgba(255,255,255,.8);
    z-index: 99;
    opacity: 1;
    height: auto;

}

.icon_menu{
    display: inline-block;
    width: .4rem;
    height: .4rem;
}
.icon_menu img{
    background:center center no-repeat;
    width: 100%;
    height: 100%;
}
.icon_lgct img{
    width: 100%;
    height: 100%;
}
.icon_menub{
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url("../image/x.png") center center no-repeat;
}
.head_secondNav ul{
    border-top: 2px solid #cccccc;
}
.nav2_box{
    padding: 0 .6rem;
    background: #F9FAFB;
    box-shadow: 0 0.02rem 0.1rem 0 #d3d3d3;
}
.nav_second{
    padding: 0 0 .2rem;
}
.nav2_item{
    padding: .2rem 0;
    border-bottom: #E0E0E0 solid 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav2_item_img{
    width: .25rem;
    height: .25rem;
}
.nav2_item:hover .nav2{
    display: block;
}
.nav2_itemaa{
    font-size:22px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(13,33,70,1);
}
.nav2_item:hover >a{
    font-weight: bold;
    color: #FF8524;
}
.nav2_sml{
    display: none;
    width: 0.6rem;
    height: 0.05rem;
    background:#FF8524;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -0.05rem;
}
.nav2_item:hover .nav2_sml{
    display: block;
}
.nav2_a{
    display: block;
    padding: 20px;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(116,124,143,1);
    border-bottom: #E0E0E0 solid 2px;
}
.nav2_lgicon{
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.in >a{
    color:#FF8524;
    
}
.in .nav2_sml{display: block;}
.in .sml{display: block;}

.con_msg img{
    max-width: 100%;
    height: auto;
    width: auto\9;
}


/*  我们的产品 */

.diss{
    width: 300px;height: 500px;border: 2px solid red;
    
}
.boss{
    width: 200px;height: 80px;border: 1px solid blue;
}
/* 
合作伙伴 */

.senew{
    padding:0 1.02rem 1.4rem;
    background: #F4F4F4;
}

.con_title{
    text-align: center;
    margin:0 auto;
    font-size:24px !important;
    font-family:Microsoft YaHei;
    font-weight:bold;
    padding-top: 50px;
    margin-bottom: 18px;
    color: #4D4D4D;
}
.con_nav{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#BCBCBC;
    display: flex;
    justify-content: center;
    margin-bottom: .6rem;
    /* text-align: center; */
}
.yuan{
    width:.04rem;
    height: 0.04rem;
    background:rgba(116,124,143,1);
    border-radius:50%;
    display: inline-block;
    margin: 0 2.5%;
}
/* foot底部 */
.footer{
    width: 100%;
    height: 100%;
    background: #F6F7FB;
    /* padding: .45rem 0 0; */
}
.footer_logo{
    float: left;
    display: block;
    width: 20%;
}
.ftlogo{
    width: 40px;
    height: 40px;
    float: left;
    vertical-align:15px;
}
.footer_logo h2{
    float: left;
    margin-left: 10px;
    font-size: 26px;
    line-height: 40px;
    color: #FFFFFF;
}
.footer_center{
    float: left;
    margin: 0 0;
    display: block;
    width: 80%;
}
.footer_center ul{
    display: flex;
    justify-content: space-around;

}
/* .footer_nav{
    padding-left: 0.2rem;
} */
.footer_li{
    font-size: 18px;
    line-height: 40px;
}
.footer_li >a{
    color: #747C8F;
}
.footer_li:hover >a{
    color: #FFFFFF;
}
.footer_li:nth-child(2){
    text-align: center;
}
.footer_li:nth-child(1n+3){
    text-align: left;
}
.footer_li:nth-child(2n+3){
    text-align: center;
}
.footer_li:nth-child(3n+3){
    text-align: right;
}
.lgbox{
    margin-bottom: .31rem;
}
.ftunderline{
    height: 1px;
    width: 100%;
    background: #747C8F;
    margin: 0 auto; 
    display: none;
}
.footer_txt{
    padding-top:.31rem;
    
    display: flex;
    justify-content: space-between;
}
.foot_nav{
    display: flex;
    flex-direction: column-reverse;
    width: 15%;
    text-align: center;
}
.ftt_lf{
    width:80%;
}

.ftt_lf p{
    font-family:Microsoft YaHei;
    color:rgba(116,124,143,1);
    text-indent: .2px;
    font-size:18px;
    }
.ftt_ft{
    display: flex;
    align-items: center;
    margin-top: .16rem;
}
.ftimg{
    vertical-align: middle;
    margin-right: .05rem;
}

.fycode{
    float: right;
}

.pp1{
    display: block;
}
.ftnav_pp2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.pp2{
    display: inline-block;
    margin: 16px 30px 0 0; 
}
.ftcode{
    width: 100px;
    height: 80px;
}

.codepp1{
   display: inline-block;
   color:rgba(116,124,143,1);
   text-indent: 2px;
   font-size: 18px;
}

.hide768{
    display: block;
}
.show768{
    display: none;
}
.lgicon768{
    display: none;
    width: 25%;
}
.lgicon{
    width: 25%;
}
.returnsbox{
    width: 25%;
    margin:.2rem .15rem;
    
}
.returns{
    width: .4rem;
    height: .4rem;
}
.returnsbox img{
    width: 100%;
    height: 100%;
}
.logohead{
    width: 25%;
}
.record{
    width: 100%;
    font-size: 18px;
    margin-top: .45rem;
    display: flex;
    justify-content: center;
}
.record a{
    color: rgba(116,124,143,1);
}
/* 媒体查询 */
@media (max-width: 1222px) {
    .head_logo{
        width: 20%;
    }
    .nav_item:first-child{
        margin: 0;
    }
    .nav_item{
        font-size: 16px;
    }
     .swiper-slide >img{
        height: 100%;
    }
    /*
    .swiper-slide .text{
        top: 35%;
    }
    .swiper-slide .text >span{
        width: 488px;
        font-size: 22px;
        top: 100px;
    }
    .swiper-slide .text p{
        font-size: 54px;
    }
    .swiper-slide .text p:after{
        width: .55rem;
        height: .05rem;
        margin-top:-100px;
    } */
    .container{
        width: 970px;
    }
    .works_left{
        display: none;
    }
    .works_right{
        display: none;
    }
    .img_banner >img{
        height: 100%;
    }
    .nav_child a{
        font-size: .18rem;
        padding: 0 0 0 .05rem;
    }
    
    
}

@media (max-width: 996px) and (min-width: 769px){
    .logo {
        width: 45px;
        height: 45px;
    }
    .head_logo a{
        font-size: 22px;
        }
    .logohead{
        width: 20%;
    }
    .container{
        width:100%;
    }
    .head .container{
        width: 100%;
    }
    .head_logo{
        width: 20%;
    }
    .head_nav{
        width: 60%;
    }
    .nav_item{
        width: 20%;
        text-align: center;
    }
    .nav_text{
        margin: 0;
    }
    .nav_lgitem{
        width: 20%;
        display: flex;
        /* justify-content: flex-end; */
    }
    .flex-end{
        justify-content: flex-end;
    }
    
    /* .swiper-slide .text p:after{
        width: .45rem;
        height: .05rem;
        margin-top: -.8rem;
    }
    .swiper-slide .text p{
        font-size: .46rem;
        margin-top: .2rem;
    }
    .swiper-slide .text >span{
        top: 1rem;
    } */
    
    .nav_child a{
        font-size: .16rem;
        padding: 0 0 0 .05rem;
    }
    .footer_logo{
        display: none;
    }
    .footer_logo h2{
        font-size: .24rem;
    }
    
    .footer_center ul{
        display: flex;
        justify-content: space-between;
    }
    .footer_center{
        width: 100%;
    }
    .footer_code{
        margin-left: .2rem;
    }
    .ftcode{
        width: 94px;
        height: 94px;
    }
}
@media (max-width: 768px){
    /* html{
        touch-action:none;
        touch-action:pan-y;
        overflow: scroll;
        overflow-x: hidden;
    } */
    /* .slide{
        padding: .74rem;
    } */
    
    .container{
        width: 100%;
        padding: 0 .6rem;
    }
    .container:before{
        display: none!important;
    }
    .container:after{
        display: none!important;
    }
    .con_title{
        font-size: 18px;
        padding-top: 135px;
    }
    .con_nav{
        font-size: 16px;
    }
    .hide768{
        display: none;
    }
    .lgicon{
        width: 25%;
    }
    .show768{
        display: block;
    }
    .lgicon768{
        display: block;
        width: 25%;
    }
    .con_flex{
        /* position: fixed; */
        background: #fff;
    }
    .head_secondNav{
        width: 25%;
        display: block;
        padding: 0;
    }
    .head_logo{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .nav_lgitem a{
        justify-content: flex-end;
    }
    .nav_lgitem img{
        width: .5rem;
        height: .5rem;
    }
    .icon_menu{
        margin:.3rem 0;
    }
    .icon_lgct{
        margin:.2rem 0;
        width: .4rem;
        height: .4rem;
    }
    .logo {
        width: 0.5rem;
        height: 0.5rem;
    }
    .footer_center{
        margin: 0;
        float: none;
        width: 100%;
        
    }
    
    .lgbox{
        margin-bottom: .2rem;
    }
    .footer_center ul{
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }
    .footer_li{
        width: 33%;
        font-size: 16px;
        line-height: 26px;
    }
    .ftt_lf p{
        font-size: 16px;
    }
    .footer_logo{
        display: none;
    }
    .footer_txt{
        padding-top:0rem;
        flex-wrap: wrap;
    }
    .ftt_ft{
        margin-top: 16px;
    }
    .ftt_lf{
        width: 100%;
    }
    .ftimg{
        width: .24rem;
        height: .24rem;
    }

    .footer_logo{
        display: none;
    }
    .ftunderline{
        display: block;
    }
    
    .foot_nav{
        margin:60px 0 0 0;
        width: 100%;
    }
    .footer_code{
        margin-left: .2rem;
    }
    /* .swiper-slide >img{
        height: 3rem;
    } */
    
    /* .swiper-slide .text p:after{
        width: 0.4rem;
        height: 0.05rem;
        margin-top: -0.8rem;
    }
    .swiper-slide .text p{
        font-size: 28px;
        margin-top: 0.3rem;
    }
    .swiper-slide .text >span{
        top: .8rem;
        font-size: 18px;
        width: 3.5rem;
    } */
    .codepp1{
        font-size: 16px;
    }
    .record{
        font-size: 16px;
    }
    .img_banner >img{
        height: 100%;
    }
}
@media (max-width: 414px){

    .container{
        width: 100%;
        padding: 0 .3rem;
    }
    .container:before{
        display: none!important;
    }
    .container:after{
        display: none!important;
    }
    .hide768{
        display: none;
    }
    .show768{
        display: block;
    }
    .head_logo a{
        font-size: 16px;
    }
    .con_flex{
        background: #fff;
    }
    .con_title{
        padding-top: 50px;
        font-size: 16px;
    }
    .con_nav{
        font-size: 10px;
    }
    
    .head_secondNav{
        width: 25%;
        display: block;
        padding: 0;
    }
    .head_logo{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    /* .img_banner >img{
        height: 350px;
    } */
    .nav_lgitem{
        display: none;
    }
    .nav_lgitem a{
        justify-content: flex-end;
    }
    .nav_lgitem img{
        width: .5rem;
        height: .5rem;
    }
    .nav_lgitem span{
        display: none;
    }
    
    .icon_lgct{
        margin:.3rem .15rem;
        width: .4rem;
        height: .4rem;
    }
    .logo {
        width: 0.5rem;
        height: 0.5rem;
    }
    .footer_center{
        margin: 0;
        float: none;
        width: 100%;
        
    }
    
    .lgbox{
        margin-bottom: .2rem;
    }
    .footer_center ul{
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }
    .footer_li{
        width: 33%;
        font-size: 16px;
        line-height: 22px;
    }
    .footer_logo{
        display: none;
    }
    .footer_txt{
        padding-top:0rem;
        flex-wrap: wrap;
    }
    .ftt_lf{
        width: 100%;
    }
    .ftt_lf p{
        font-size: 16px;
    }
    .ftimg{
        width: .24rem;
        height: .24rem;
    }
    .footer_logo{
        display: none;
    }
    .ftunderline{
        display: block;
    }
    
    .foot_nav{
        margin:.5rem 0 0 0;
        width: 100%;
    }
    .foot_nav p{
        font-size:14px;
    }
    .footer_code{
        margin-left: .2rem;
    }
    /* .swiper-slide >img{
        height: 3rem;
    } */
    /* .swiper-slide .text{
        top: 35%;
    }
    
    .swiper-slide .text p:after{
        width: 0.4rem;
        height: 4px;
        margin-top: -50px;
    }
    .swiper-slide .text p{
        margin-top: 20px;
        font-size: 28px;
    }
    .swiper-slide .text >span{
        font-size: 14px;
        width: 238px;
        top: 70px;
    } */
    .lgicon768{
        display: block;
        width: 25%;
    }
    .record{
        font-size: 14px;
    }
}
