/* 首页 */

/* 锚点滚动过渡 */
html{
    scroll-behavior: smooth;
}

/* 顶部兰 */
.top-bar{
    height:90px;
}
.topBar-title{
    font-size: 24px;
}
.topBar-title:nth-child(2){
    margin:0 5%;
}

/* 内容区 */
.cnt-box{
    padding-bottom:100px;
    background: url(../img/bg.png) 0 430px no-repeat;
    background-size: 95% 90%;
}
.cnt-item{
    padding:0 15%;
}
.cnt-title{
    font-size: 40px;
    font-weight: 400;
    margin:90px 0 50px;
}
.cntTitle-dot{
    font-size: 30px;
}
/* 开发技能 */
.cnt-skill{
    margin-top: 68px;
}
.cntSkill-describe{
    font-size: 22px;
}
.cnt-skill li{
    flex:1;
    margin: 5px;
    padding: 50px 0 75px;
    background-color: #f9f9f9;
}
.cnt-skill div{
    margin-bottom: 50px;
    padding-bottom:40px;
    border-bottom:1px solid #e8e8e8;
}
.cnt-skill li:hover div{
    border-color:#fe7c53;
}
.cnt-skill .iconfont{
    color:#fd7b52;
    font-size: 66px;
}
.cntSkill-title{
    font-size: 30px;
    margin-top:24px;
}
.cntSkill-text{
    color: #999;
    font-size: 18px;
    line-height: 36px;
}
/* 公司优势 */
.cnt-advantage li{
    width:calc(50% - 20px);
    margin-bottom:40px;
    padding:78px 0 94px;
    box-shadow: 5px 5px 20px #f4f4f4;
}
.cnt-advantage div{
    position: relative;
    padding-right:40px;
    margin-right:58px;
    transition: all 0.6s;
}
.cnt-advantage .iconfont{
    font-size: 66px;
}
.cnt-advantage div:before{
    content: '';
    position: absolute;
    top:30px;
    bottom:30px;
    right:0;
    width:1px;
    background-color: #e8e8e8;
}
.cnt-advantage li:hover div{
    transform: scale(1.2);
}

/* 开发案例 */
.cntCase-describe{
    font-size: 18px;
    margin-bottom:62px;
}
.cnt-case li{
    width: calc(33.33% - 23px);
    margin-bottom:80px;
}
.cnt-case img{
    transition: all 0.6s;
}
.cnt-case li:hover img{
    transform: scale(0.9);
}
.cntCase-title{
    font-size: 18px;
    margin: 25px 0 5px;
}

/* 制作流程 */
.cnt-process{
    padding-top:1px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
}
.cnt-process .cntSkill-title{
    margin-bottom:5px;
}
.cnt-process li{
    flex:1;
    position: relative;
}
.cntProcess-list{
    left: -3%;
}
.cntProcess-list2{
    right: 5%;
}
.cntProcess-img{
    margin-top:24px;
}

/* 公司介绍 */
.cnt-intro{
    font-size: 18PX;
    line-height: 36px;
}

/* 联系我们 */
.cnt-contact{
    font-size: 18px;
    line-height: 36px;
    padding:70px 0 200px;
    margin-bottom: 60px;
    background:url(../img/map.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.cnt-contact>div{
    margin: 0 15%;
    cursor: auto;
}
.cnt-contact .flex{
    background-color: #fff;
}
.cnt-contact .flex-sub{
    padding:100px 0 100px 10%;
}
.cnt-contact .iconfont{
    font-size: 34px;
}
.cntContact-tel{
    border-right:1px solid #e1e1e1;
}
.cntContact-address{
    border-top:1px solid #e1e1e1;
}

/* 页脚 */
.footer-bar{
    padding:50px 0 20px;
    background-color: #f5f5f5;
}
.footer-company{
    font-size: 18px;
    font-weight: 400;
}
.fonter-info{
    font-size: 14px;
    color:#999;
    line-height: 24px;
    margin-top: 20px;
}
.footer-right{
    margin-top: 45px;
}
.footer-list{
    margin:0 10%;
}
.footer-title{
    font-size: 16px;
    font-weight: 400;
}
.footer-qrCode{
    width:150px;
    height: 150px;
    margin-left: 15%;
    background:#a0a0a0 url(../img/qr-code.jpg) no-repeat;
    background-size: cover;
}
.footer-copyright{
    font-size: 12px;
    margin-top:20px;
}

/* 去顶部 */
.back-top{
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: none;
    font-size: 30px;
    color: #999;
}