
.banner {
    height: 650px;
}

.banner-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service {
    margin-top: 10px;
}

.service::after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
}

.service-item {
    float: left;
    box-sizing: border-box;
    margin-top: 32px;
    margin-right: 32px;
    padding: 32px;
    width: 210px;
    height: 180px;
    border-radius: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.service-item:nth-child(5n) {
    margin-right: 0;
}

.service-item-icon {
    width: 80px;
    height: 80px;
}

.service-item-title {
    margin-top: 22px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1;
    color: #262626;
}

.service-moreBtn {
    margin-top: 70px;
}

/* 制作一个APP您是否有这些困惑 */
.confused {
    background-image: url(../static/images/confused_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.confused-list {
    overflow: hidden;
    margin-top: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 320px 320px;
    position: relative;
}
.confused-list .logo{
    width: 320px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.confused-list .logo .circle1{
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: url("../static/images/c1.png");
    background-size: cover;
}
.confused-list .logo .circle2{
    width: 90%;
    overflow: hidden;
    height: 90%;
    background: url("../static/images/c2.png");
    background-size: cover;
    position: absolute;
    top: 5%;
    left: 5%;
}
.confused-list .logo .circle3{
    width: 70%;
    overflow: hidden;
    height: 70%;
    background: url(../static/images/c3.png);
    background-size: cover;
    top: 15%;
    left: 15%;
    position: absolute;
}
.confused-list .logo .circle4{
    width: 60%;
    overflow: hidden;
    height: 60%;
    background: url(../static/images/c4.png);
    background-size: cover;
    top: 20%;
    position: absolute;
    left: 20%;
}
.confused-list .logo .circle5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    display: block;
}

.confused-list-row {
    overflow: hidden;
    margin-top: 15px;
}

.confused-list-item {
    float: left;
    box-sizing: border-box;
    padding: 25px 20px;
    width: 380px;
    height: 120px;
    background-color: rgba(255,255,255,0.25);
    border: 2px solid #fff;
    border-radius: 15px;
    text-align: right;
    color: #fff;
}

.confused-list-item:nth-child(2n) {
    float: right;
    text-align: left;
}

.confused-list-itemTitle {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 1;
}

.confused-list-itemText {
    margin-top: 5px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
}

/* 项目开发流程 */
.process {
    overflow: hidden;
    margin-top: 50px;
}

.process-item {
    overflow: hidden;
    width: 150px;
    height: 174px;
    background-image: url(../static/images/project_process_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.process-item-num {
    margin: 7px auto 0;
    width: 52px;
    height: 30px;
    background-image: url(../static/images/project_process_num_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #999;
}

.process-item-icon {
    display: block;
    margin: auto;
    margin-top: 24px;
    width: 40px;
    height: 40px;
} 

.process-item-icon:nth-of-type(2) {
    display: none;
}

.process-item-title {
    margin-top: 15px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1;
    color: #666;
}

.process-item:hover {
    background-image: url(../static/images/active_project_process_bg.png);
}

.process-item:hover .process-item-num {
    background-image: url(../static/images/active_project_process_num_bg.png);
    color: #fff;
}

.process-item:hover .process-item-icon:nth-of-type(1) {
    display: none;
}

.process-item:hover .process-item-icon:nth-of-type(2) {
    display: block;
}

.process-item:hover .process-item-title {
    font-weight: 600;
    color: #0092E5;
}

/* 服务优势 */
.advantage {
    background-color: #F7F7FC;
}

.advantage-list {
    margin-top: 50px;
}

.advantage-list-item {
    transition: all 200ms;
    position: relative;
    top: 0;
    width: 224px;
    background-color: #fff;
    font-size: 0;
    cursor: pointer;
}

.advantage-list-itemImg {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.advantage-list-itemInfo {
    overflow: hidden;
    padding: 0 20px;
    height: 150px;
}

.advantage-list-itemTitle {
    position: relative;
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #262626;
}

.advantage-list-itemTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #0092E5;
}

.advantage-list-itemText {
    margin-top: 7px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #666;
}

.advantage-list-item:hover {
    top: -10px;
    background-color: #0092E5;
}

.advantage-list-item:hover * {
    color: #fff;
}

.advantage-list-item:hover .advantage-list-itemTitle::after {
    background-color: #fff;
}

@keyframes myfirst {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-moz-keyframes myfirst {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes myfirst {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes myfirst {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}
/*é€†æ—¶é’ˆ*/
@keyframes mylast {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
    to {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
}

@-moz-keyframes mylast {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
    to {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
}

@-webkit-keyframes mylast {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
    to {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
}
.logo2 {
    animation: mylast 60s linear infinite;
    -moz-animation: mylast 60s linear infinite;
    -webkit-animation: mylast 60s linear infinite;
    -o-animation: mylast 60s linear infinite
}
.logo1 {
    animation: myfirst 16s linear infinite;
    -moz-animation: myfirst 16s linear infinite;
    -webkit-animation: myfirst 16s linear infinite;
    -o-animation: myfirst 16s linear infinite;
}