﻿/*chj 2021-10-09  页面修改*/
/*banner start*/
.banner-box {
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.banner-box .bd {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 550px;
}
.banner-box .bd img {
    width: 100%;
    z-index: 3;
}
.form-top .form-item {
    width: 1200px;
    height: 233px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(78, 78, 110, 0.14);
    border-radius: 8px;
    margin: -32px auto 0;
    z-index: 11;
    position: relative;
}
.form-top .form-item h2 {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
}
.form-top .form-item h2 > img {
    margin: 0 24px;
}
.form-top .server {
    padding-left: 32px;
    height: 26px;
    display: flex;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    margin-top: 32px;
}
.form-top .server span {
    color: #ff3333;
    margin-right: 8px;
}
.form-top .server ul {
    display: flex;
    margin-left: 22px;
}
.form-top .server ul li {
    padding-left: 34px;
    margin-right: 26px;
    background: url(../images/select_icon2.png) no-repeat 0 top;
}
.form-top .server ul li.active {
    background: url(../images/select_icon1.png) no-repeat 0 top;
}
.form-top .write {
    height: 56px;
    display: flex;
    padding-left: 32px;
    margin-top: 18px;
}
.form-top .write .item-box {
    width: 233px;
    height: 56px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-right: 12px;
    box-sizing: border-box;
    padding-left: 38px;
    position: relative;
}
.form-top .write .item-box .icon-left {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.form-top .write .item-box input,
.select-box {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: #888;
}
.select-box {
    line-height: 56px;
    position: relative;
}
.select-box::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 24px;
    border-left: 5px solid transparent;
    border-top: 6px solid #adbcd2;
    border-right: 5px solid transparent;
}
.form-top .write .item-box .msg-btn {
    color: #3e8afa;
    padding-right: 17px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.form-top .write .submit-btn {
    width: 140px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #3e8afa;
    border-radius: 4px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}
.form-top .address {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    width: 230px;
    height: 147px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 1px 8px 0px rgba(202, 202, 202, 0.1);
    border-radius: 3px;
    padding: 22px 16px 0;
    box-sizing: border-box;
}
.form-top .address::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 45px;
    top: -6px;
    border-left: 5px solid transparent;
    border-bottom: 6px solid #eeeeee;
    border-right: 5px solid transparent;
}
.form-top .address::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 45px;
    top: -4px;
    border-left: 5px solid transparent;
    border-bottom: 6px solid #fff;
    border-right: 5px solid transparent;
}
.form-top .address > div {
    font-size: 14px;
    color: #999;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.form-top .address > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-top .address > ul li {
    line-height: 25px;
    font-size: 12px;
    color: #333;
    margin-right: 60px;
}
.form-top .address > ul li:last-child{
    margin-right: 88px;
}
.form-top .address > ul li:nth-child(3n) {
    margin-right: 0;
}
.form-top .address > ul li.active {
    color: #2685f3;
}
/* start*/
/*背景色修改*/
.form-top,
.open-door,
.scjs-com-box {
    background: #f1f4f8;
}
.case-show {
    background: #fff;
}
/*标题修改*/
.scjs-com-tit > b {
    color: #333;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
}
.scjs-com-tit > p {
    line-height: 38px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}
/*上下间距修改*/
.scjs-com-box {
    width: 100%;
    min-width: 1200px;
    padding: 64px 0 60px;
    overflow: hidden;
}
/*全方位软件开发服务*/
.open-door .w1200 a {
    position: relative;
    display: block;
    float: left;
    width: 390px;
    height: 319px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(78, 78, 110, 0.14);
    border-radius: 16px;
    text-align: center;
    margin: 84px 15px 0 0;
}
.open-door .w1200 a:nth-child(4),
.open-door .w1200 a:nth-child(7) {
    margin-right: 0;
}
.open-door .w1200 a > img {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.open-door .w1200 a > p {
    position: relative;
    z-index: 3;
    font-size: 28px;
    line-height: 36px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #262626;
    margin: 30px 0 17px;
}
.open-door .w1200 a > span {
    position: relative;
    z-index: 3;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 36px;
    display: inline-block;
    width: 90%;
    margin: 0 auto 16px;
    height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.open-door .w1200 a > font {
    position: relative;
    z-index: 3;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2b90f0;
    display: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #2b90f0;
    margin-left: 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.open-door .w1200 a:hover > font {
    display: inline-block;
    margin: 0 auto;
}
.open-door .w1200 a > i {
    position: relative;
    margin-top: -50px;
    display: inline-block;
    width: 104px;
    height: 107px;
    overflow: hidden;
}
.open-door .w1200 a > i > img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.open-door .w1200 {
    margin-bottom: 40px;
    margin-top: 6px;
}
/*电话修改*/
.com-tel-box {
    position: relative;
    width: 533px;
    height: 59px;
    line-height: 59px;
    border: 1px solid #3488ea;
    border-radius: 30px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}
.com-tel-box > i {
    width: 27px;
    height: 32px;
    background: url("../images/tel.png") no-repeat;
    background-size: cover;
    margin-right: 5px;
}
.com-tel-box > b {
    font-size: 34px;
    color: #3488ea;
    font-family: Impact;
}
.com-tel-box > p {
    position: absolute;
    right: -20px;
    top: -1px;
    width: 189px;
    height: 59px;
    line-height: 59px;
    background: #3488ea;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}
/*案例修改*/
.case-slideBox .hd {
    width: 100%;
    text-align: center;
    padding: 22px 0 57px;
}
.case-slideBox .hd ul {
    font-size: 0;
}
.case-slideBox .hd ul li {
    display: inline-block;
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #377ee7;
    border: 1px solid #377ee7;
    cursor: pointer;
    margin: 0 18px;
    border-radius: 28px;
}
.case-slideBox .hd ul li.on {
    background: #377ee7;
    color: #fff;
}
.case-slideBox .bd .box > li {
    overflow: hidden;
}
.case-slideBox .bd .box > li .left {
    width: 454px;
    margin-left: 70px;
}
.case-slideBox .bd .box > li.sj-part .left {
    width: 554px;
}
.case-slideBox .bd .box > li .left > p {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.case-slideBox .bd .box > li .left > span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #888888;
    line-height: 32px;
    margin: 14px 0 34px;
}
.case-slideBox .bd .box > li .left ul li {
    float: left;
    text-align: center;
    margin: 0 88px 40px 0;
}
.case-slideBox .bd .box > li .left ul li a {
    display: block;
}
.case-slideBox .bd .box > li .left ul li i {
    display: block;
    width: 80px;
    height: 80px;
    background: url("../images/icon3.png") 0 -90px no-repeat;
}
.case-slideBox .bd .box > li .left ul li.hh i {
    background-position: 0 0;
}
.case-slideBox .bd .box > li .left ul li i.a2 {
    background-position: -90px -90px;
}
.case-slideBox .bd .box > li .left ul li.hh i.a2 {
    background-position: -90px 0;
}
.case-slideBox .bd .box > li .left ul li i.a3 {
    background-position: -180px -90px;
}
.case-slideBox .bd .box > li .left ul li.hh i.a3 {
    background-position: -180px 0;
}
.case-slideBox .bd .box > li .left ul li i.a4 {
    background-position: -270px -90px;
}
.case-slideBox .bd .box > li .left ul li.hh i.a4 {
    background-position: -270px 0;
}
.case-slideBox .bd .box > li .left ul li i.b1 {
    background-position: -360px -90px;
}
.case-slideBox .bd .box > li .left ul li.hh i.b1 {
    background-position: -360px 0;
}
.case-slideBox .bd .box > li .left ul li i.b2 {
    background-position: -450px -90px;
}
.case-slideBox .bd .box > li .left ul li.hh i.b2 {
    background-position: -450px 0;
}
.case-slideBox .bd .box > li .left ul li i.b3 {
    background-position: -540px -90px;
}
.case-slideBox .bd .box > li .left ul li.hh i.b3 {
    background-position: -540px 0;
}
.case-slideBox .bd .box > li .left ul li i.b4 {
    background-position: -630px -90px;
}
.case-slideBox .bd .box > li .left ul li.hh i.b4 {
    background-position: -630px 0;
}
.case-slideBox .bd .box > li .left ul li i.b5 {
    background-position: -720px -90px;
}
.case-slideBox .bd .box > li .left ul li.hh i.b5 {
    background-position: -720px 0;
}
.case-slideBox .bd .box > li .left ul li p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 16px;
}
.case-slideBox .bd .box > li .img-show {
    position: relative;
    width: 600px;
    height: 460px;
    margin-right: 50px;
    overflow: hidden;
    background: url("../images/dn.png") center top no-repeat;
}
.case-slideBox .bd .box > li .img-show .computer-box {
    position: relative;
    width: 535px;
    height: 351px;
    overflow: hidden;
    margin: 16px 32px;
}
.case-slideBox .bd .box > li .img-show img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    -webkit-animation: gn 18s infinite ease-in-out;
    animation: gn 18s infinite ease-in-out;
}
/*顶呱呱服务优势*/
.solve-method ul {
    margin: 70px 0 30px;
}
.solve-method ul li {
    float: left;
    width: 380px;
    margin: 0 30px 50px 0;
}
.solve-method ul li:nth-child(3),
.solve-method ul li:nth-child(6) {
    margin-right: 0;
}
.solve-method ul li > i {
    width: 100px;
    height: 100px;
    background: url("../images/icon4.png") no-repeat;
    margin-right: 20px;
}
.solve-method ul li > i.q2 {
    background-position: -110px 0;
}
.solve-method ul li > i.q3 {
    background-position: -220px 0;
}
.solve-method ul li > i.q4 {
    background-position: -330px 0;
}
.solve-method ul li > i.q5 {
    background-position: -440px 0;
}
.solve-method ul li > i.q6 {
    background-position: -556px 0;
}
.solve-method ul li .text {
    width: 220px;
}
.solve-method ul li .text > b {
    font-size: 24px;
    line-height: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #262626;
}
.solve-method ul li .text > p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 32px;
    margin-top: 15px;
}
