html, div, body{ margin:0; padding: 0; font-family: "Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;}
body{ overflow-x: hidden; }
.container{ width: 75%; margin: 0 auto; position: relative;}
ul, li{ list-style: none; margin:0; padding: 0;}
a{ text-decoration: none; }

/**顶部 header 菜单**/
.header-wrap{
    background: #fff;
    height: 80px;
    clear: both;
    overflow: hidden;
    width: 100%;
}
.header-wrap .logo{
    width: 152px;
    height: 40px;
    float: left;
    margin: 20px 80px 0 0;
}
.header-wrap .logo img{
    width: 152px;
    height: 40px;
}
.header-wrap .menu{
    float: left;
    margin-top: 30px;
}
.header-wrap .menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.header-wrap .menu li{
    float: left;
    margin-right: 48px;
    position: relative;
}

.header-wrap .menu li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #151B26;
    line-height: 21px;
}
.header-wrap .menu li a:hover,
.header-wrap .menu li.active a{
    font-size: 16px;
    font-weight: 600;
    color: #2755C2;
    line-height: 21px;
}

.header-wrap .menu li::before{
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    width: 16px;
    height: 3px;
    background: transparent;
    margin-left: -8px;
}

.header-wrap .menu li:hover::before,
.header-wrap .menu li.active::before{
    left: 50%;
    background: #2755C2;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.header-wrap .login-btn{
    float: right;
    margin-top: 20px;
}

.header-wrap .login-btn .small-btn{
    width: 104px;
    height: 40px;
    background: #2755C2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 40px;
}

.btn.hover:hover{
    box-shadow: 0 2px 4px 0 rgba(39, 85, 194, 0.4);
}
.btn.bg:hover{
    background: #2755C2;
    color: #fff;
}

.header-fixed.active{
    position: fixed;
    z-index: 9;
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.header-fixed2{
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

/**banner 轮播图**/
.banner-wrap{
    position: relative;
    z-index: 1;
}

.banner-wrap .bannerLI{
    display: block;
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-wrap .bg-img{
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.banner-wrap .front-img,
.banner-wrap a.btn{
    position: absolute;
    z-index: 3;
    left: 12.5%;
}

.banner-wrap .front-img{
    width: 800px;
    height: 184px;
    top: 60px;
}

.banner-wrap a.btn{
    top: 285px;
    display: block;
    width: 200px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 500;
    color: #2755C2;
    text-align: center;
    line-height: 56px;
}

h4.title{
    font-size: 40px;
    font-weight: 600;
    color: #151B26;
    line-height: 56px;
    margin: 80px auto;
    text-align: center;
}
.link-free{
    margin-top: 48px;
    text-align: center;
    margin-left: -96px;
}
.link-free a{
    font-size: 24px;
    font-weight: 600;
    color: #2755C2;
    line-height: 32px;
    position: relative;
}
.link-free span{
    position: absolute;
    left: 100px;
    transition: all .3s;
    display: inline-block;
}
.link-free a:hover span{
    left: 110px;
}
.row{
    display: flex;
    width: 100%;
}

/**我们的服务模块**/
.services-wrap .col .box{
    padding: 48px 64px;
    display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    margin-right: 40px;
    box-shadow: 0 8px 24px 0 rgba(0, 51, 117, 0.1);
    border-radius: 16px;
    max-height: 232px;
}
.services-wrap .col-left img{
    max-width: 144px;
    width: 80%;
    margin-right: 56px;
}
.services-wrap .col-right h5{
    font-size: 32px;
    font-weight: 600;
    color: #151B26;
    line-height: 44px;
    margin: 0 0 16px 0;
}
.services-wrap .col-right p{
    font-weight: 400;
    color: #4D5766;
    line-height: 28px;
}

/**研发团队模块**/
.team-wrap .con{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.team-wrap .con-left{
    margin-right: 65px;
}
.team-wrap h4.title{
    margin-top: 120px;
    margin-bottom: 40px;
}
.num-img{
    width: 132px;
    height: 74px;
    margin-bottom: 2px;
    padding-left: 22px;
}
.bigger{
    height: 600px;
}
.team-wrap h6{
    font-size: 32px;
    font-weight: 600;
    color: #151B26;
    line-height: 44px;
    padding: 0 0 24px 22px;
    margin: 0;
    border-left: 2px solid #2755C2;
}
.borderl{
    border-left: 1px solid #E6E8EB;
    margin: 0;
    padding-left: 22px;
}
.team-wrap p{
    font-size: 16px;
    font-weight: 400;
    color: #4D5766;
    line-height: 24px;
}
.team-wrap p a.btn{
    width: 136px;
    height: 48px;
    display: block;
    margin-top: 24px;
    border-radius: 4px;
    border: 1px solid #2755C2;
    font-size: 18px;
    font-weight: 400;
    color: #2755C2;
    line-height: 48px;
    text-align: center;
}

.project-wrap h4.title{
    margin-top: 168px;
}

.project-wrap .project-con{
    display: flex;
    flex-wrap: wrap;
}

.project-wrap .project-left,
.project-wrap .project-right{
    width: 50%;
}
.project-wrap .project-left img{
    width: 424px;
    height: 250px;
    margin-left: 60px;
}
.project-wrap .project-right img{
    width: 540px;
    height: 250px;
    margin-right: 60px;
}
.project-wrap .project-bottom,
.project-wrap .project-bottom img{
    width: 100%;
}
.text-right{
    text-align: right;
}

/**周期管理模块**/
.manage-wrap h4.title{
    margin-top: 200px;
}

.manage-wrap .col{
    width: 28.7%;
    padding: 32px;
    text-align: center;
    border-right:1px solid #E6E8EB;
    border-bottom: 1px solid #E6E8EB;
}
.manage-wrap .col:nth-of-type(3n){
    border-right: none;
}
.manage-wrap .row:nth-last-of-type(1) .col{
    border-bottom: none;
}
.manage-wrap .col img{
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}
.manage-wrap .col h6{
    font-size: 26px;
    font-weight: 600;
    color: #151B26;
    line-height: 36px;
    margin: 0;
}
.manage-wrap .col p{
    font-size: 18px;
    font-weight: 400;
    color: #4D5766;
    line-height: 28px;
    margin: 8px 0 0;
}

/**即刻体验模块**/
.experience-wrap{
    margin-top: 120px;
    text-align: center;
    overflow: hidden;
    background: url("../../images/zxhy/experience-bg.jpg");
    background-size: 100% 100%;
}
.experience-wrap h4.title{
    margin-bottom: 32px;
    color: #fff;
}
.experience-wrap a.btn{
    display: block;
    margin: 32px auto 58px auto;
    text-align: center;
    width: 200px;
    height: 56px;
    line-height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 500;
    color: #2755C2;
}
.footer .blogroll{
    display: none;
}

.footer dd{
    margin-left: 0;
}

.footer .f-right h6{
    margin: 0;
}

.pointer{
    cursor: pointer;
}

/**免费下载**/
.down-wrap h4{
    margin-top: 80px !important;
    margin-bottom: 60px !important;
}
.down-wrap .con{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.down-wrap .con-left{
    margin-left: 12.5%;
}
.down-wrap .con-left .logo-small{
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}
.down-wrap .con-left h6{
    margin-bottom: 32px;
    padding-bottom: 0;
}
.down-wrap .con-left .btn img{
    width: 24px;
    vertical-align: text-bottom;
}

.no-border{
    border-left: none !important;
}
.pl-0{
    padding-left: 0 !important;
}
.down-wrap button.btn{
    padding: 20px 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border: none;
    background: #2755C2;
    border-radius: 4px;
}
.btns{
    display: flex;
    margin: 0;
}
.btns a:first-child{
    margin-right: 24px;
}
.made-wrap{
    background: url("../../images/zxhy/scan-bg.png");
    background-size: 100% 100%;
    margin-top: -5px;
}

.made-wrap .pimg{
    display: inline-block;
    padding: 20px;
    background: #fff;
}
.made-wrap .pimg img{
    width: 160px;
    height: 160px;
}
.made-wrap .pscan{
    margin: 5px 0 68px 0;
}
.made-wrap p a{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
/**技术支持**/
.support-wrap{
    display: flex;
    min-height: calc(100vh - 190px);
    overflow: hidden;
}
.support-wrap .support-left{
    border-right: 1px solid #E6E8EB;
    width: 360px;
    padding-top: 16px;
}
.support-wrap .support-left li a{
    font-size: 16px;
    font-weight: 500;
    color: #151B26;
    height: 48px;
    display: block;
    line-height: 48px;
    padding-left: 48px;
}
.support-wrap .support-left li,
.support-wrap .support-left li li{
    position: relative;
}
.support-wrap .support-left li::before,
.support-wrap .support-left li li::before{
    position: absolute;
    content: '';
    left: 16px;
    top: 16px;
}
.support-wrap .support-left li::before{
    width: 16px;
    height: 16px;
    background: url("../../images/zxhy/arrow-left.png");
    background-size: 100% 100%;
}
.support-wrap .support-left li.active::before{
    width: 16px;
    height: 16px;
    background: url("../../images/zxhy/arrow-down.png");
    background-size: 100% 100%;
}
.support-wrap .support-left li li::before{
    left: 52px;
    width: 4px;
    height: 4px;
    top: 22px;
    background: #818A99;
}
.support-wrap .support-left li li a{
    font-size: 14px;
    font-weight: 400;
    color: #4D5766;
    padding-left: 66px;
}
.support-wrap .support-left li li.active::before{
    width: 4px;
    height: 4px;
    background: #2755C2;
}
.support-wrap .support-left li li.active a,
.support-wrap .support-left li li a:hover,
.support-wrap .support-left .main-menu .menu-title.active{
    background: rgba(39, 85, 194, 0.1);
    font-size: 14px;
    color: #2755C2;
    font-weight: 400;
}

/**第一个目录**/
.support-wrap .support-left .main-menu .menu-title:first-child::before{
    display: none;
}
.support-wrap .support-right{
    width: calc(100vw - 360px);
}
.support-wrap .support-rt{
    height: 79px;
    padding-left: 40px;
    border-bottom: 1px solid #E6E8EB;
    line-height: 80px;
    overflow: hidden;
    width: 100%;
}
.support-wrap .support-rt h3{
    font-size: 22px;
    font-weight: 500;
    color: #151B26;
    line-height: 30px;
    margin: 25px 0;
}
.support-wrap .support-rc{
    padding: 32px 40px;
}
.support-wrap .support-rc img{
    max-width: 100%;
    margin: 30px 0;
}
.sub-menu{
    display: none;
    margin-left: -12px;
}

.support-wrap .support-rc {
    padding: 8px 40px;
}
.support-wrap .support-rcon{
    display: none;
}
.support-wrap .support-rcon:first-child{
    display: block;
}
.support-wrap .support-rc h6{
    font-size: 18px;
    font-weight: 500;
    color: #151B26;
    line-height: 25px;
    margin-bottom: 8px;
    margin-top: 24px;
}
.support-wrap .support-rc p{
    margin: 0;
    color: #4D5766;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.nav-toggle{
    display: none;
}
.support-btn{
    display: none;
}
.text-center{
    text-align: center;
}
@media (max-width:767px){
    .container{
        width: 94%;
    }
    .banner-wrap .front-img{
        width: 90%;
        height: auto;
        left: 10%;
        top: 46%;
    }
    .banner-wrap a.btn{
        left: 50%;
        margin-left: -100px;
    }
    .services-wrap .row{
        flex-wrap: wrap;
    }
    .services-wrap .col .box{
        margin-right: 0;
        margin-bottom: 24px;
    }
    .link-free{
        margin-left: 0;
    }
    .team-wrap .con-left,
    .team-wrap .con-right{
        margin-right: 0;
        text-align: center;
    }
    .team-wrap .con-right{
        margin-top: 30px;
    }
    .team-wrap .con{
        flex-wrap: wrap;
    }
    .team-wrap p a.btn{
        margin: 0 auto;
    }
    .team-wrap h6, .borderl{
        border-left: none;
    }
    .bigger{
        width: 100%;
        height: auto;
    }
    .team-wrap .con:nth-of-type(even){
        flex-flow: column-reverse;
    }
    .project-wrap .project-left img,
    .project-wrap .project-right img{
        width: 50%;
        height: auto;
    }
    .manage-wrap .row{
        flex-wrap: wrap;
    }
    .manage-wrap .col{
        width: 100%;
        border-right: none;
    }
    .manage-wrap .row:nth-last-of-type(1) .col,
    .manage-wrap .row:nth-last-of-type(3) .col{
        border-bottom: 1px solid #E6E8EB;
    }
    .nav-toggle{
        display: block;
        float: right;
        margin-top: 30px;
        margin-right: 4px;
    }
    .nav-toggle span{
        width: 20px;
        height: 4px;
        display: block;
        background: #666;
        margin-bottom: 4px;
    }
    .header-wrap{
        overflow: visible;
    }
    .header-wrap .logo{
        margin-right: 0;
    }
    .header-wrap .menu{
        display: none;
        position: absolute;
        width: 100vw;
        background: #fff;
        top: 50px;
        left: -11px;
        z-index: 99;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    }
    .header-wrap .menu ul{
        flex-direction: column;
        padding: 16px 10px;
    }
    .header-wrap .menu li{
        margin: 8px;
    }
    .header-wrap .menu li::before{
        display: none;
    }
    .header-wrap .login-btn{
        margin-right: 16px;
    }
    .down-wrap .con-left{
        margin-left: 0;
    }
    .down-wrap.team-wrap p.btns{
        width: 294px;
        margin: 0 auto;
    }
    .down-wrap.team-wrap p.btns a.btn{
        width: 45%;
        margin: 0 0 0 10%;
    }
    .down-wrap.team-wrap p.btns a.btn:first-child{
        margin-left: 0;
    }
    .support-wrap{
        flex-direction: column;
    }
    .support-wrap .support-left{
        width: 0;
        background: #fff;
        position: fixed;
        display: none;
    }
    .support-btn{
        display: block;
        position: fixed;
        left: 0;
        top: 110px;
        background: #2755c2;
        padding: 16px 12px;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }
    .support-btn:before,.support-btn:after{
        position: absolute;
        content: '';
        top: 8px;
        left: 8px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
    }
    .support-btn:before{
        left: 6px;
        z-index: 2;
        border-color: transparent transparent transparent #2755c2;
    }
    .support-wrap .support-right{
        width: 100vw;
    }
}

@media (min-width:768px) and (max-width: 991px){

}

@media (min-width:992px) and (max-width: 1199px){

}
@media (min-width: 1200px) and (max-width: 1439px){
    .container{
        width: 90%;
    }
}

@media (min-width: 1440px){
    .container{
        width: 75%;
    }
}

.modal{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 800px;
    height: 600px;
    background: #fff;
    z-index: 100;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.close-modal{
    float: right;
    margin-right: 16px;
    margin-top: 16px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.modal-header{
    padding: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;

}
.modal-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 88;
    background-color: rgba(0,0,0,.45);
}
.modal-content{
    padding: 24px;
    height: 480px;
    overflow-y: auto;
}


