/* 头部 */
/* .header{
    min-height: 565px;
} */
.navwrap.active{
    background: transparent;
    position: absolute;
    border-bottom:1px solid transparent;
}
.navwrap.active img.cur{
    display: none;
}
.navwrap.active img.nor{
    display: block;
}

.navwrap.active li a{
    color:#fff
}
/* 左侧导航 */
.leftmenu{
    display: none;
    position: a;
}
.leftmenu li{
    background: rgba(25, 46, 127, 0.8);
    width: 110px;
    height: 110px;
    text-align: center;
    padding-top:23px;
    border-bottom:1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
}
.leftmenu li a{
    color:#fff
}
.leftmenu li img{
    width: 40px;
    height: 40px;
    margin-bottom:10px;
}
.leftmenu li p{

}
.wxShare{
    position: relative;
}
.wxShare>div{
    position: absolute;
    color: #fff;
    left: 115px;
    top: 0;
    background: rgba(25,46,127,0.8);
    padding: 20px 25px;
    display: none;
}
.wxShare>div img{
    width: 109px;
    height: 109px;
}
.wxShare>div p{
    font-size: 12px;
    display: block;
}
.wxShare:hover>div{
    display: block;
}
/* 产品 */
.product{
    text-align: center;
    margin-top:58px;
}
.product_title{
    width:456px;
    display: inline-block;
}
.product_title p{
    color: #242424;

}
.product_title p:nth-child(1){
    font-size: 30px;
    opacity: .1;
    margin-bottom:10px;
}
.product_title p:nth-child(2){
    font-size: 24px;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:4px;
}
.product_title p:nth-child(2) span{
    border-bottom:4px solid #DB1512;
}

.product .product_list{
    margin-top:90px
}
.product .product_list li{
    text-align: center;
    width: 380px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin: 8px;
    padding: 17px 33px 33px 33px;
    border: 1px solid transparent;
    /* max-height: 264px; */
    height: 264px;
    cursor: pointer;
}
.product .product_list li:hover{
    box-shadow: 0px 0px 10px 0px #DBE8F0;
    border: 1px solid #F4F4F4;
}

.product .product_list li .product_list_img{

}
.product .product_list li .product_list_img img{
    width:70px;
    height:70px;

}
.product .product_list li .product_list_img span{
    font-size: 18px;
    color: #383838;
    display: block;
}
.product .product_list li .product_list_pro{
    font-size: 14px;
    color: #808080;
    height:83px;
    line-height: 21px;
    margin-top:12px;
}
.product .product_list li .product_list_btn{
    color:#fff;
    width: 144px;
    height: 32px;
    background: #DB1512;
    border-radius: 154px;
    line-height: 32px;
    display: inline-block;
}
/* 整合开发 */
.development{
    width:100%;
    background: url(../images/zhkfbg.png) no-repeat left top;
    background-size: 100% 100%;
    text-align: center;
    color:#FFFFFF;
    margin-top:58px;
    padding: 75px 0 100px 0;
}
.development .product_title{
    width:auto
}
.development .product_title p:nth-child(1){
    color:#fff
}
.development .product_title p:nth-child(2){
    width: 456px;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.development .product_title p:nth-child(2) span{
    color:#fff;
}
.development_list{
    margin-top: 90px;
}
.development_list li{
    display: inline-block;
    text-align: center;
    width: 380px;
    display: inline-block;
    vertical-align: top;
    /* background: #fff; */
    margin: 8px;
    padding: 60px;
    border: 1px solid transparent;
    /* max-height: 264px; */
    height: 210px;
    cursor: pointer;
}
.development_list li:hover{
    box-shadow: 0px 0px 8px 0px #f8f8f8;
    border: 1px solid #F4F4F4;
}
.development_list li:nth-of-type(1){
    background: url(../images/d1.png) no-repeat;
}
.development_list li:nth-of-type(2){
    background: url(../images/d2.png) no-repeat;
}
.development_list li:nth-of-type(3){
    background: url(../images/d3.png) no-repeat;
}
.development_list li:nth-of-type(4){
    background: url(../images/d4.png) no-repeat;
}
.development_list li:nth-of-type(5){
    background: url(../images/d5.png) no-repeat;
}
.development_list li:nth-of-type(6){
    background: url(../images/d6.png) no-repeat;
}

.development_list li p{
    text-align: center;
}
.development_list li p img{
    width:70px;
    height:70px;
    margin-bottom:15px;
}
.development_list li p span{
    font-size: 20px;
    color: #FFFFFF;
    display: block;
}
/* 保障 */
.edge{
    text-align: center;
    margin-top: 58px;
    padding: 0px 0 100px 0;
}
.edge_list{
    margin-top: 90px;
}
.edge_list li{
    display: inline-block;
    width: 270px;
    height: 367px;
    border: 1px solid transparent;
    vertical-align: top;
    padding-top: 45px;
    cursor: pointer;
}
.edge_list li:hover{
    box-shadow: 0px 0px 10px 0px #DBE8F0;
    border: 1px solid #F4F4F4;

}
.edge_list li>p img{
    width:105px;
    height:105px;
}
.edge_list li>p span{
    font-size: 20px;
    color: #242424;
    display: block;
    margin-bottom: 24px;
}
.edge_list li>div{

}
.edge_list li>div p{
    font-size: 14px;
    color: #888888;
    line-height: 21px;
}
/* 案例 */
.case{
    text-align: center;
    width:100%;
    background: url(../images/casebg.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 75px 0 60px 0;
}
.case .product_title p:nth-child(1){
    color:#fff
}
.case .product_title p:nth-child(2){
    width: 456px;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.case .product_title p:nth-child(2) span{
    color:#fff;
}
.case .case_list{
    margin-top:70px;
    margin-bottom:50px;
}
.case .case_list li{
    width:290px;
    /* height:306px; */
    display: inline-block;
    margin: 3px;
    border-radius: 8px;
    font-size: 0;
    vertical-align: top;
    margin-bottom:20px;
    border:1px solid transparent;
    cursor: pointer;
}
.case_list li:hover{
    box-shadow: 0px 0px 10px 0px #DBE8F0;
    border: 1px solid #F4F4F4;

}
.case .case_list li img{
    width:100%;
    /* height:226px; */
    border-radius: 8px 8px 0 0;
}
.case .case_list li>p{
    background-color: #fff;
    width:100%;
    height:80px;
    border-radius:0 0 8px 8px;
    line-height: 80px;
    text-align: center;
    padding:0 10px;
    font-size: 20px;
}
.case>p a{
    font-size: 14px;
    color: #FFFFFF;
}
.mask{
    width: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    z-index: 999;
    text-align: center;
    display: none;
    cursor: pointer;
}
.mask img {
    width: 92%;
    max-width: 1200px;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.mask p{
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 30px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 10px;
    z-index: 99999;
    top: 0;
    left: 0;
}
/* 合作伙伴 */
.part{
    text-align: center;
    margin-top: 58px;
}
.part_list{
    margin:80px 0 100px 0
}
.part_list li{
    width:188px;
    /* height:96px; */
    font-size: 0;
    display: inline-block;
    margin:4px;
    margin-bottom:25px;
}
.part_list li img{
    width:100%;
    /* height:96px; */
}
/* footer */
.footer{
    width:100%;
    background: url(../images/fbg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color:#fff
}
.footer>div{

}
.footer .fl{
    margin:85px 0
}
.footer .fl p{
    line-height: 21px;
}
.footer .fl p.m22{
    margin-bottom: 22px;
}
.footer .fl p:first-child{
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.footer .fl p.b5{
    text-align: center;
    margin:12px 0;
}
.footer .fl p.b5 span{
    width:46px;
    height:5px;
    background: #DB1512;
    display: inline-block;
}
.footer .fl img{
    width:105px;
    height:105px;
    border-radius: 8px;
    margin:18px 0;
}

.footer .fr{
    width:70%;
    height:420px;
    background: #fff;
    border-radius: 8px;
    margin:48px 0;
    padding:24px 45px 37px 54px;
}
.footer .fr div{
    display: inline-block;
    width:40%
}
.footer .fr div p{
    width:100%;
    height:40px;
    line-height: 40px;
    color:#383838;
    text-align: left;
}
.footer .fr div p input{
    background: #F5F6FC;
    width:100%;
    height:40px;
    padding-left:15px
}
.footer .fr div.textarea{
    width:100%
}
.footer .fr div.textarea p{
    width:100%;
    height: auto;
}
.footer .fr div p textarea{
    padding:15px;
    width: 100%;
    font-size: 16px;
    background: #F5F6FC;
    border: none;
}
.footer .fr div:last-child{
    color: #fff;
    width: 110px;
    height: 32px;
    background: #DB1512;
    border-radius: 154px;
    line-height: 32px;
    display: inline-block;
    margin-top:9px;
}
.footer .fr div:last-child button{
    background: transparent;
    border: none;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    font-family: 微软雅黑,"SourceHanSansCN-Normal","SourceHanSansCN",PingFangSC-Regular,PingFang SC;
}
.footerinfo{
    background: rgba(0, 0, 0, .4);
    width: 100%;
    padding:29px 0
}
.footerinfo div{
    margin-bottom:17px;
}
.footerinfo div a{
    padding: 0 25px;
    color:#fff
}
.footerinfo div span:first-child{
    margin-right:20px
}
.footerinfo div:last-child{
    margin-bottom:0;
}
@media only screen and (max-width: 1200px) {
    .development_list li{
        width:320px;
    }
    .product .product_list li{
        width:320px;
    }
    .case .case_list li{
        width:260px;
    }
    .part_list li{
        width:170px
    }
}
@media only screen and (max-width: 1100px) {
    .edge_list li{
        width:245px;
    }
    .development_list li{
        width:310px;
    }
    .product .product_list li{
        width:310px;
    }
    .part_list li{
        width:150px
    }
    /* .footer .fl{
        width:100%;
        margin-bottom:20px;
    }
    .footer .fr{
        width: 95%;
        margin: 20px;
    } */
}
@media only screen and (max-width: 1080px) {
    .case .case_list li{
        width:240px;
    }
}
@media only screen and (max-width: 1000px) {
    .development_list li{
        width:300px;
    }
    .product .product_list li{
        width:300px;
    }
    .edge_list li{
        width:200px;
    }
    .case .case_list li{
        width:220px;
    }
    .part_list li{
        width:140px
    }
}
@media only screen and (max-width: 919px) {
    .development_list li{
        width:300px;
    }
    .product .product_list li{
        width:300px;
    }
    .edge_list li{
        width:200px;
    }
    .case .case_list li{
        width:210px;
    }
    .part_list li{
        width:130px
    }
    .footer .fr{
        width:65%;
    }
}
@media only screen and (max-width: 640px) {
    .navwrap li a{
        margin-left:0;
    }
}


