/* nav */
.floorhidden{overflow: hidden;}
.navpcwrap{
padding-top:25px;
padding-bottom:25px;
}
.navpcwrap a{
float:left;
}
.navpcwrap .logo{
width:188px;
height:40px;
margin-right:45px;
}
.navpcwrap a.navitem{
    padding-left:2px;
    padding-right:2px;
    height:40px;
    line-height:40px;
    font-size:16px;
    color:#333333;
    margin-right:100px;
    margin-left: 27px;
    transition:color 0.3s ease-in-out;
    position: relative;
}
.navpcwrap a.navitem::before {
    content: '';
    background: #3B83FC;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width:0;
    height: 2px;
    transition: width 0.2s ease-in-out;
}
.navpcwrap a.navitem:hover{
    color: #3B83FC;
}
.navpcwrap a.navitem:hover::before{
    width: 100%;
}
.navpcwrap a.telitem{
float: right;
font-size:26px;
color:#3B82FE;
font-weight:600;
margin-top:8px;
}

.navpcwrap a.telitem img{
float:left;
width:32px;
height: 26px;
margin-right:10px;
}
.navpcwrap a.telitem span{
    float:left;
    line-height: 26px;
}


/* 轮播 */
.swiperwrap{
    background-color:#3B83FC;
    position: relative;
}
.swiperwrap .lt{
    width:530px;
    float:left;
}
.swiperwrap .swiper-slide{
    height:520px;
}
.swiperwrap .lt h1{
    margin-top:110px;
    font-size:45px;
    color:#ffffff;
    font-weight:600;
}
.swiperwrap .lt p{
    line-height:26px;
    margin-top:57px;
    font-size:16px;
    color:#ffffff;
    -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;
}
.swiperwrap .lt .btn{
    margin-top:40px;
    display:inline-block;
    background-color:#ffffff;
    font-size:16px;
    color:#000000;
    width:178px;
    height:44px;
    line-height:44px;
    text-align: center;
    border-radius:5px;
    transition:color 0.2s;
}
.swiperwrap .lt .btn:hover{
    box-shadow: 0px 3px 18px 0px rgba(255, 255, 255, 0.1);
    color:#3B83FC;
}
.swiperwrap .rt{
    float:right;
    margin-top:60px;
}
.swiperwrap .rt img{
    max-width:570px;
    height:341px;
}

.swiperwrap .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 72px;
}
.swiperwrap .swiper-pagination-bullet{
    background: #ffffff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    transition: all 0.3s;
}
.swiperwrap .swiper-pagination-bullet-active{
    width:34px;
    border-radius: 10px;
    opacity:1;
}

/* 专业数据 */
.skillwrap{
    position: relative;
    left:0;
    top:-62px;
    z-index:2;
}

.skillwrap .contentbox{
    height:124px;
    background-color:#ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius:3px;
    display:flex;
    align-items: center;
}

.skillwrap .contentbox .item{
    flex:1;
    text-align: center;
}
.skillwrap .contentbox .number{
    color:#0578ED;
    font-size:30px;
    font-weight:600;
}
.skillwrap .contentbox .des{
    color:#000000;
    font-size:14px;
    margin-top:8px;
}
.skillwrap .contentbox .line{

}
/* 产品和服务 */
.prowrap{
padding-bottom:85px;
background-image:url('../img/pro_bg.png');
background-repeat: no-repeat;
background-position:center bottom;
}
.prowrap .title{
font-size:30px;
text-align:center;
letter-spacing:2px;
}
.prowrap .des{
font-size:16px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
color:#666;
}

.prowrap .item{
margin-bottom:20px;
background-color:#ffffff;
padding:20px;
border-radius:3px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
position: relative;
transition:transform 0.3s;
}

.prowrap .hotitem:after{
content:"";
width: 0;
height: 0; 
position: absolute;
top:0;
right:0;
border-style: solid; 
border-color: transparent;
border-width: 0 48px 48px 0;
border-right-color:#FF2625;
}
.prowrap .hotitem::before{
content: "热销";
position: absolute;
top: 6px;
right: 2px;
transform: rotate(40deg);
color: #ffffff;
font-size: 12px;
z-index: 1;
}

.prowrap .item img{
width:36px;
height:36px;
}

.prowrap .item h1{
font-size:18px;
color:#000;
margin-left:15px;
transition:color 0.2s;
}

.prowrap .btn-label{
    font-size:11px;
    color:#1A81E8;
    border:1px solid #1A81E8;
    padding:1px 3px;
    border-radius:3px;
    margin-left:10px;
}

.prowrap .item h2{
margin-top:15px;
border-top: 1px solid #ebedf0;
padding-top:18px;
padding-bottom:12px;
line-height:22px;
color:#000;
overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.prowrap .item p{
line-height:22px;
height:66px;
color:#999999;
-webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;
transition:display 0.2s;
}
.prowrap .item .operawrap{
    display:none;
    height: 66px;
    opacity:0;
    transform: translateY(-5px);
    overflow: hidden;
    transition:display 0.1s,opacity 0.3s,transform 0.3s;
}
.prowrap .item .btn-fangan{
    display: inline-block;
    color: #fff;
    background-color: #0478ed;
    border: solid 1px #0478ed;
    height: 32px;
    line-height: 32px;
    padding: 0 13px;
    border-radius:3px;
    vertical-align: middle;
    font-size:14px;
    margin-top: 20px;
}
.prowrap .item .btn-detail{
    display: inline-block;
    color: #0478ed;
    border: solid 1px #0478ed;
    height: 32px;
    line-height: 32px;
    padding: 0 13px;
    border-radius:3px;
    vertical-align: middle;
    font-size:14px;
    margin-left:10px;
    margin-top: 20px;
}

.prowrap .item:hover{
transform: translateY(-6px);
box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.17);
}
.prowrap .item:hover h1{
font-weight:bold;
}
.prowrap .item:hover p{
    display:none;
}
.prowrap .item:hover .operawrap{
    display:block;
    opacity:1;
    transform: translateY(0);
}

/* 弹层 */
#dialogbodywrap{
    display:none;
}
.dialogbody {
    height: 270px;
}

.dialogbody .left {
    width: 246px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 30px;
    background-position: center 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0478ed;
}

.dialogbody .left h2 {
    height: 106px;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 3px;
    position: relative;
}

.dialogbody .left h2:after {
    width: 48px;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    background: rgba(255,255,255,.65);
    border-radius: 2px
}

.dialogbody .left p {
    line-height: 1.8;
    color: #ffffffb3
}

.dialogbody .right {
    padding: 30px;
    flex: 1
}

.dialogbody .right .title p {
    font-size: 32px;
    font-family: Arial
}

.dialogbody .right .qrcode {
    padding: 0
}

.dialogbody .right .qrcode img {
    width: 92px;
    margin: 0 auto 5px;
    padding: 0;
    border: 1px solid #efefef
}
.text-green{
    color: #00c250;
}
/* 服务范围 */
.wxsoftwrap{
    padding-bottom:100px;
}
.wxsoftwrap .title{
    font-size:30px;
    text-align:center;
    letter-spacing:2px;
}
.wxsoftwrap .des{
    font-size:16px;
    text-align:center;
    padding-top:20px;
    padding-bottom:10px;
    color:#666;
}
.wxsoftwrap .bor{
    border-right:1px solid #ebedf0;
    border-bottom: 1px solid #ebedf0;
}
.wxsoftwrap .rowbor{
    border-left:1px solid #ebedf0;
    border-top: 1px solid #ebedf0;
}
.wxsoftwrap .item{
    text-align: center;
    padding:20px;
    transition:transform 0.3s;
}
.wxsoftwrap .item h1{
    font-size:18px;
    color:#333333;
    transition:color 0.2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wxsoftwrap .item img{
    width:auto;
    height:44px;
    display:inline-block;
    margin-top:23px;
    margin-bottom:23px;
}
.wxsoftwrap .item p{
    line-height:22px;
    height:44px;
    color:#999999;
    -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;
}
.wxsoftwrap .item:hover{
    transform: translateY(-8px);
}
.wxsoftwrap .item:hover h1{
    font-weight:bold;
}

/* 客户 */
.customerswrap{
    padding-bottom:70px;
}
.customerswrap .title{
font-size:30px;
text-align:center;
letter-spacing:2px;
}
.customerswrap .des{
font-size:16px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
}
.customerswrap .item{
width:185px;
height:90px;
overflow: hidden;
float: left;
background-repeat: no-repeat;
background-position: center;
position: relative;
margin-right:18px;
margin-top:25px;
border:1px solid #ebedf0;
border-radius:3px;
transition:transform 0.3s;
}
/* .customerswrap .item:nth-child(6n+1){
margin-left:0;
} */
.customerswrap .item:hover{
transform: scale(0.9);
}

/* 优点 */
.advantagewrap{
    background-color:#3B83FC;
    padding-top:80px;
    padding-bottom:80px;
    color:#ffffff;
}
.advantagewrap .title{
    font-size:30px;
    text-align:center;
    letter-spacing:2px;
}
.advantagewrap .des{
    font-size:16px;
    text-align:center;
    padding-top:20px;
    padding-bottom:10px;
}
.advantagewrap .item{
    margin-top:50px;
    display:flex;
    padding-right:30px;
}
.advantagewrap .item img{
    width:52px;
    height:52px;
    flex-shrink:0;
    align-self: flex-start;
}
.advantagewrap .virtuedes{
    flex:1;
    margin-left:15px;
    overflow: hidden;
}
.advantagewrap .virtuedes h1{
    font-size:18px;
    padding-bottom:25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.advantagewrap .virtuedes p{
    font-size:15px;
    line-height:25px;
    height:50px;
    color:rgba(255,255,255,0.9);
}

/* 底部 */
.webfooter{
    background-color:#090B1A;
}
.webfooter .pb40{
    padding-top:40px;
    padding-bottom:40px;
}
.webfooter .line{
    border-top:1px solid #010103;
    border-bottom:1px solid #161831;
}
.webfooter .copyright{
    padding-top:20px;
    padding-bottom:20px;
    color:rgba(255, 255, 255, 0.5);
}
.webfooter .itemwebmap{
    float:left;
    width:475px;
}
.webfooter .itemwebmap .title{
    font-size:16px;
    color:#ffffff;
    padding-bottom:5px;
}
.webfooter .itemareasoft a{
    float:left;
    display: inline-block;
    margin-top:5px;
    font-size:14px;
    color:rgba(255, 255, 255, 0.5);
    margin-right:25px;
    transition: color 0.3s;
    width:100px;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.webfooter .itemareasoft a:hover{
    color:rgba(255, 255, 255, 1);
}

.webfooter .itemcontact{
    margin-left:100px;
    float:left;
}
.webfooter .itemcontact .title{
    font-size:16px;
    color:#ffffff;
    padding-bottom:5px;
}
.webfooter .itemcontact .des{
    margin-top:5px;
    font-size:14px;
    color:rgba(255, 255, 255, 0.5);
}
.webfooter .itemwx{
    float:right;
}
.webfooter .itemwx img{
    width:120px;
    height:120px;
}
.friendlylinks{
    margin-top:40px;
}
.friendlylinks .title{
    float:left;
    color:rgba(255, 255, 255, 0.5);
}
.friendlylinks .line{
    font-size:12px;
    margin-left:30px;
    margin-right:30px;
    float:left;
    color:rgba(255, 255, 255, 0.5);
}
.friendlylinks a{
    margin-right:40px;
    float:left;
    color:rgba(255, 255, 255, 0.5);
    transition: color 0.3s;
    margin-bottom:5px;
}
.friendlylinks a:hover{
    color:rgba(255, 255, 255, 1);
}
.fixrightbox{
    position: fixed;
    right:0;
    top:50%;
    z-index:999;
}
.fixrightbox .wxlt{
    padding:10px;
    background-color:#ffffff;
    position: absolute;
    right:45px;
    top:-36px;
    width:112px;
    height:112px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.19);
    transform: translateX(-10px) scale(0.8);
    transition: transform 0.3s;
    opacity:0;
    visibility: hidden;
}
.fixrightbox .wxlt img{
    width:92px;
    height:92px;
}

.fixrightbox .item{
    width:34px;
    height:42px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.19);
    background-color:#ffffff;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius:3px 0 0 3px;
    transition: transform 0.3s ease-in-out;
}

.fixrightbox .itemqr{
    background-image:url('../img/fxiqr.png');
}
.fixrightbox .itemhtmltop{
    margin-top:13px;
    background-image:url('../img/fixtop.png');
}

.fixrightbox .itemqr:hover{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
    transform: scale(1.02)
}

.fixrightbox .itemqr:hover .wxlt{
    transform: translateX(0) scale(1);
    opacity:1;
    visibility:visible
}

.fixrightbox .itemhtmltop:hover{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
    transform: scale(1.02)
}
.wxsoftwrap2{
    padding-top:60px;
}

.wsc-Top{height: 50px;background-color: #fff;box-shadow: -1px 6px 12px 0px rgba(0, 0, 0, 0.03);}
.wsc-TopCon{position: fixed;left: 0;top: 0;height: 50px;width: 100%;box-sizing: border-box;padding: 0 15px;background-color: #fff;z-index: 99999;border-bottom: 1px solid #F6F6F6;}
.top-menu{position: absolute;left: 15px;top: 0;bottom: 0;margin: auto;  height: 50px;width: 36px;background: url(../img/m-top-menu.png) no-repeat left center;background-size: 36px auto;}
.wsc-logo{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width:150px; height: 50px;text-align: center;}
.wsc-logo a{display: table-cell;vertical-align: middle;height: 50px;text-align: center;width:150px;}
.wsc-logo img{ vertical-align: middle;height: 25px}
.wsc-TopBar{position: fixed;right: -100%;top: 0;background-color: #fff;width: 100%;height: 100%;transition: all 0.3s ease-in-out;z-index: 99999;overflow-y: scroll;}
.wsc-tbtop {height: 50px;padding: 0 15px;position: relative;}
.top-close{height: 50px;width: 36px;position: absolute;left: 15px;top: 0;bottom: 0;margin: auto; background: url(../img/m-top-close.png) no-repeat 0 center;background-size: 36px auto;}
.wsc-TopNav {padding: 15px;overflow-y: auto;}
.divid-block {
    height: 8px;
    background-color: #F7F8F8;
    border-top: 1px solid #e0e0e0;
}

.hn-item {border-bottom: 1px solid #EAEAEA;}
.hn-item:first-child{border-top: 1px solid #EAEAEA;}
.hn-text {font-size: 14px;line-height: 20px;color: #333333;font-weight: 300;position: relative;}
.hn-text a{padding-top: 15px;padding-bottom: 15px;display: block;}
.hn-item.active .hn-text{font-weight: bold;}
.wsc-Top .wsc-tel{
    display:flex;
    justify-content: center;
    font-size: 20px;
    color: #3B82FE;
    font-weight: 600;
    margin-top: 8px;
}
.wsc-Top .wsc-tel a.telitem span {
    float: left;
    line-height: 24px;
}
.wsc-Top a.telitem img {
    float: left;
    width: auto;
    height: 24px;
    margin-right: 10px;
}


/* xxx */
@media (min-width: 1200px){
    /* .customerswrap .item:nth-child(6n+1){
        margin-left:25px;
    } */
    .customerswrap .item:nth-child(6n){
        margin-right:0;
    }
    .webfooter .itemareasoft a:nth-child(4n){
        margin-right:0;
    }
    .swiperwrap .swiper-button-next{
        right:3%;
        display: none;
        transition:display 0.3s;
    }
    .swiperwrap .swiper-button-prev{
        left:3%;
        display: none;
        transition:display 0.3s;
    }
    .swiperwrap:hover .swiper-button-next{
        display: block;
    }
    .swiperwrap:hover .swiper-button-prev{
        display: block;
    }
}
/* # >=992px */
@media (min-width: 992px) and (max-width: 1199px) {
    .swiperwrap .swiper-button-next{
        right:3%;
        display: none;
        transition:display 0.3s;
    }
    .swiperwrap .swiper-button-prev{
        left:3%;
        display: none;
        transition:display 0.3s;
    }
    .swiperwrap:hover .swiper-button-next{
        display: block;
    }
    .swiperwrap:hover .swiper-button-prev{
        display: block;
    }
    
    .navpcwrap .logo{
        width:165px;
        height:35px;
    }
    .navpcwrap a.navitem{
        margin-right:35px;
        height:35px;
        line-height:35px;
    }
    .navpcwrap a.telitem{
        font-size:18px;
    }
    .navpcwrap a.telitem img{
        width:25px;
        height:20px;
        margin-right:6px;
    }
    .navpcwrap a.telitem span{
        line-height: 22px;
    }
    .customerswrap .item{
        width: 172px;
    }
    .customerswrap .item:nth-child(5n+1){
        margin-left: 0;
    }
    .swiperwrap .swiper-slide{
        height: 480px;
    }
    .swiperwrap .lt{
        width:400px;
    }
    .swiperwrap .rt img{
        height:300px;
        max-width:502px;
    }
    .swiperwrap .lt h1{
        margin-top: 90px;
    }
    .swiperwrap .lt p{
        margin-top: 35px;
    }
    .swiperwrap .lt .btn{
        margin-top: 35px;
    }
    .webfooter .itemareasoft a:nth-child(4n){
        margin-right:0;
    } 
}
/* # >=768px */
@media (min-width: 768px) and (max-width: 991px) {
    .webfooter .itemwebmap{
        width:100%;
    }
    .webfooter .itemareasoft a:nth-child(6n){
        margin-right:0;
    }
    .webfooter .itemcontact{
        margin-left:0;
        margin-top:20px;
    }
    .webfooter .itemwx{
        margin-top:45px;
    }
    .advantagewrap .virtuedes p{
        height:75px;
    }
    .customerswrap .item{
        width: 166px;
        height: 70px;
    }
    .customerswrap .item:nth-child(4n+1){
        margin-left: 0;
    }
    .swiperwrap .swiper-slide{
        height: 415px;
    }
    .swiperwrap .lt{
        width:340px;
    }
    .swiperwrap .rt img{
        max-width: 393px;
        height: 235px;
    }
    .swiperwrap .lt h1{
        font-size: 38px;
        margin-top: 70px;
    }
    .swiperwrap .lt p{
        margin-top: 25px;  
    }
    .swiperwrap .lt .btn{
        margin-top: 35px;
    }
    .skillwrap .contentbox .number{
        font-size: 28px;
    }
    .prowrap .title,.wxsoftwrap .title,.customerswrap .title,.advantagewrap .title{
        font-size: 28px;
    }
    .wxsoftwrap,.customerswrap,.prowrap{
        padding-bottom: 60px;
    }
    .advantagewrap{
        padding-top:60px;
        padding-bottom: 60px;
    }

}
/* # <768 */
@media (max-width: 767px) {
    .webfooter,.advantagewrap,.customerswrap,.wxsoftwrap,.prowrap{ 
        padding-left:12px;
        padding-right:12px;
     }
    .webfooter .itemwebmap{
        width:100%;
    }
    .webfooter .itemareasoft a:nth-child(6n){
        margin-right:0;
    }
    .webfooter .itemcontact{
        margin-left:0;
        margin-top:20px;
    }
    .webfooter .itemwx{
        margin-top:45px;
    }
    .friendlylinks a{
        margin-right: 30px;
    }
    .advantagewrap{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .advantagewrap .item{
        margin-top: 20px;
        padding-right: 0;
    }
    .advantagewrap .item img{
        width:45px;
        height:45px;
    }
    .advantagewrap .title,.customerswrap .title,.wxsoftwrap .title,.prowrap .title{
        font-size:18px;
    }
    .advantagewrap .des,.customerswrap .des,.wxsoftwrap .des,.prowrap .des{
        font-size:14px;
        padding-top: 10px;
    }
    .customerswrap,.wxsoftwrap,.prowrap{
        padding-bottom: 30px;
    }
    .advantagewrap .virtuedes p{
        height:54px;
        font-size: 14px;
    }
    .advantagewrap .virtuedes h1{
        padding-bottom: 10px;
        font-size: 16px;
    }
    .customerswrap .item{
        width:calc(50% - 6px);
        height: 70px;
        margin-left:12px;
        margin-right: 0;
        margin-top:12px;
    }
    .customerswrap .item:nth-child(2n+1){
        margin-left: 0;
    }
    .wxsoftwrap .rowbor{
        margin-left: 0;
        margin-right: 0;
        margin-top:20px;
    }
    .wxsoftwrap2{
        padding-top:30px;
    }
    .wxsoftwrap .item h1{
        font-size:16px;
    }

    .prowrap .promobile{
        margin-top: 20px;
        
    }
    .skillwrap .contentbox{
        flex-wrap: wrap;
        height: 140px;
    }
    .skillwrap .contentbox .item{
        flex:1 0 50%;
    }
    .skillwrap .contentbox .line{
        display: none;
    }
    .skillwrap .contentbox .number{
        font-size: 24px;
    }
    .skillwrap .contentbox .des{
        margin-top: 0;
        font-size: 12px;
    }
    .skillwrap{
        position: initial;
        top:0;
        margin-top:20px;
        margin-bottom:20px;
    }
    .skillwrap .contentbox{
        box-shadow:none
    }
    .swiperwrap .rt{
        width:100%;
        float:left;
        margin-top:20px;
    }
    .swiperwrap .rt img{
        width:100%;
        height:auto;
        max-width: 100%;
        max-height: 351px;
    }
    .swiperwrap .lt{
        width:100%;
    }
    .swiperwrap .mobileswippic{
        margin-left:12px;
        margin-right:12px;
    }
    .swiperwrap .lt h1{
        margin-left:12px;
        margin-top:20px;
        font-size: 22px;
    }
    .swiperwrap .lt p{
        margin-top:10px;
        margin-left:12px;
        margin-right:12px;
    }
    .swiperwrap .lt .btn{
        margin-top: 12px;
        font-size: 14px;
        width:160px;
        height: 34px;
        line-height: 34px;
        margin-left:12px;
        margin-right:12px;
        margin-bottom:40px;
    }
    .swiperwrap .lt p{
        font-size: 14px;
    }
    .swiperwrap .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 10px;
    }
    .swiperwrap .swiper-slide{
        height: auto;
    }
    .dialogbody{
        flex-wrap: wrap;
    }
    .dialogbody .left{
        width:100%;
    }
    .dialogbody .left h2{
        height: 70px;
    }
}
