.banner {
    width: 100%;
}

.swiper-container {
    width: 100%;
}

.swiper-slide>img {
    width: 100%;
    background-color: #fff;
    display: block;
}


/* @media screen and (max-width:1366px) {
    .swiper-container {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
} */

.swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    border-radius: 0;
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 50%;
    background-size: 20px 20px;
}

.chinese-title {
    font-size: 30px;
    color: #1a1a1a;
}

.English-title {
    font-size: 14px;
    color: #ccc;
    letter-spacing: 10px;
    padding-top: 10px;
}

.chinese-descript {
    font-size: 14px;
    color: #333;
    padding-top: 20px;
}

#customer {
    width: 1040px;
    height: 258px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

#customer ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.customer-img {
    width: 240px;
    height: 112px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    margin-top: 14px;
    /* margin-right: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.customer-img:hover {
    box-shadow: 0 0 2px 0 #298EC6;
}

.service-scope {
    margin-bottom: 30px;
}

.service-scope .services {
    width: 1000px;
    height: 420px;
    margin: 30px auto 0;
    padding: 6px 0;
    position: relative;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.service-scope .services .service-item {
    width: 600px;
    height: 408px;
    padding: 24px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0.5px 0.866px 24px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    box-sizing: border-box;
}

.service-scope .services .service-item .service-desc {
    position: absolute;
    left: 600px;
    bottom: 24px;
    height: 168px;
    width: 600px;
    color: #fff;
    z-index: 2;
    transition: all 1s;
}

.service-scope .services .mediant .service-desc {
    bottom: 24px;
    left: 24px;
}

.service-scope .services .service-item .service-desc span {
    font-size: 16px;
    line-height: 40px;
    margin-right: 24px;
}

.service-scope .services .service-item .service-desc span::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #fff;
}

.service-scope .services .service-item .service-desc .desc-title {
    font-size: 20px;
    line-height: 90px;
    display: flex;
    align-items: center;
}

.service-scope .services .service-item .service-desc .desc-title img {
    margin-right: 20px;
}

.service-scope .service-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.service-scope .mediant::before {
    background: rgba(0, 0, 0, 0.32);
}

.service-scope .service-item::after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}

.service-scope .mediant::after {
    height: 192px;
    background: rgba(41, 142, 198, 0.8);
}


/* .service-scope .mediant {
   position: relative;
} */


/* .service-scope .mediant:hover .service-desc {
   left: 24px;
   transition: all 1s;
} */


/* .service-scope .mediant::before {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 0;
} */


/* .service-scope .mediant:hover::before {
   background: rgba(0, 0, 0, 0.32);
} */


/* .service-scope .mediant::after {
   content: '';
   width: 100%;
   height: 0;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
   transition: all 0.5s;
} */


/* .service-scope .mediant:hover::after {
   height: 192px;
   background: rgba(41, 142, 198, 0.8);
} */

.service-scope .btn-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 580px;
    height: 40px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-scope .btn-direct {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-center {
    width: 1700px;
    margin: 0 auto;
    padding: 30px 0px 60px;
    box-sizing: border-box;
    display: flex;
}

@media screen and (max-width:1700px) {
    .product-center {
        width: 1500px;
    }
}

@media screen and (max-width:1500px) {
    .product-center {
        width: 1200px;
    }
}

.product-img {
    /* width: 17.8%; */
    width: 20%;
    height: 600px;
    cursor: pointer;
    position: relative;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
}

.product-img::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
}

.product-img>img {
    width: 100%;
    height: 100%;
    display: block;
}

.product-img.on {
    width: 28.4%;
}

.product-word {
    width: 170px;
}

.product-word>img {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
}

.product-word>div {
    width: 170px;
    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 315px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
}

.product-info {
    margin-top: 70px;
    display: none;
}

.product-info>div {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.product-info>img {
    width: 38px;
    height: 9px;
    display: block;
    margin: 80px auto;
    margin-bottom: 0px;
}

.product-img:hover::after {
    background-color: rgba(41, 142, 198, 0.8);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.product-img:hover {
    width: 28.4%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.product-img:hover .product-word {
    width: 325px;
}

.product-img:hover .product-word>img {
    width: 44px;
    height: 44px;
    top: 120px;
    transition: top 0.2s;
    -moz-transition: top 0.2s;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    -ms-transition: top 0.2s;
}

.product-img:hover .product-word>div {
    font-size: 27px;
    width: 325px;
    text-align: center;
    top: 200px;
    transition: top 0.2s;
    -moz-transition: top 0.2s;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    -ms-transition: top 0.2s;
}

.product-img:hover .product-info {
    display: block;
}

.server {
    width: 100%;
    height: 900px;
    background-image: url('http://img.mfxapp.com/official website/service/home-service-bg.png');
    background-size: 100% 900px;
    background-position: center;
}

.server-center {
    width: 630px;
    height: 392px;
    margin: 0 auto;
    margin-top: 140px;
    position: relative;
}

.server-center-img {
    width: 100%;
    height: 100%;
    display: block;
}

.server-time-line {
    width: 73px;
    height: 95px;
    position: absolute;
    left: 50%;
    top: -33px;
    margin-left: -190px;
}

.server-time {
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    top: -68px;
    margin-left: -235px;
    animation: mytime 5s infinite;
    -moz-animation: mytime 5s infinite;
    -webkit-animation: mytime 5s infinite;
    -o-animation: mytime 5s infinite;
}

@keyframes mytime {
    0% {
        top: -30px;
    }

    50% {
        top: -80px;
    }

    100% {
        top: -30px;
    }
}

.server-time-word {
    width: 318px;
    position: absolute;
    left: 50%;
    top: -68px;
    margin-left: -572px;
}

.server-expense-line {
    width: 99px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: -34px;
    margin-left: 56px;
}

.server-expense {
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    top: -51px;
    margin-left: 132px;
    animation: myexpense 5s infinite;
    -moz-animation: myexpense 5s infinite;
    -webkit-animation: myexpense 5s infinite;
    -o-animation: myexpense 5s infinite;
}

@keyframes myexpense {
    0% {
        top: -60px;
    }

    50% {
        top: -25px;
    }

    100% {
        top: -60px;
    }
}

.server-expense-word {
    width: 294px;
    position: absolute;
    left: 50%;
    top: -51px;
    margin-left: 214px;
}

.server-expense-title {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.server-expense-info {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
}

.server-quality-line {
    width: 183px;
    height: 129px;
    position: absolute;
    right: -112px;
    top: 130px;
}

.server-quality {
    width: 68px;
    height: 68px;
    position: absolute;
    right: -157px;
    top: 103px;
    animation: myquality 5s infinite;
    -moz-animation: myquality 5s infinite;
    -webkit-animation: myquality 5s infinite;
    -o-animation: myquality 5s infinite;
}

@keyframes myquality {
    0% {
        top: 95px;
    }

    50% {
        top: 120px;
    }

    100% {
        top: 95px;
    }
}

.server-quality-word {
    width: 265px;
    position: absolute;
    right: -286px;
    top: 185px;
}

.server-accurate-line {
    width: 181px;
    height: 94px;
    position: absolute;
    left: -113px;
    top: 164px;
}

.server-accurate {
    width: 68px;
    height: 68px;
    position: absolute;
    left: -157px;
    top: 141px;
    animation: myaccurate 5s infinite;
    -moz-animation: myaccurate 5s infinite;
    -webkit-animation: myaccurate 5s infinite;
    -o-animation: myaccurate 5s infinite;
}

@keyframes myaccurate {
    0% {
        top: 155px;
    }

    50% {
        top: 130px;
    }

    100% {
        top: 155px;
    }
}

.server-accurate-word {
    width: 238px;
    position: absolute;
    left: -248px;
    top: 235px;
}

.server-after-sale-line {
    width: 103px;
    height: 62px;
    position: absolute;
    right: 137px;
    bottom: -6px;
}

.server-after-sale {
    width: 68px;
    height: 68px;
    position: absolute;
    right: 91px;
    bottom: -22px;
    animation: mysale 5s infinite;
    -moz-animation: mysale 5s infinite;
    -webkit-animation: mysale 5s infinite;
    -o-animation: mysale 5s infinite;
}

@keyframes mysale {
    0% {
        bottom: -15px;
    }

    50% {
        bottom: -33px;
    }

    100% {
        bottom: -15px;
    }
}

.server-after-sale-word {
    width: 275px;
    position: absolute;
    right: 0px;
    bottom: -147px;
}

.server-team-line {
    width: 88px;
    height: 55px;
    position: absolute;
    left: 147px;
    bottom: 0px;
}

.server-team {
    width: 68px;
    height: 68px;
    position: absolute;
    left: 95px;
    bottom: -20px;
    animation: myteam 5s infinite;
    -moz-animation: myteam 5s infinite;
    -webkit-animation: myteam 5s infinite;
    -o-animation: myteam 5s infinite;
}

@keyframes myteam {
    0% {
        bottom: -15px;
    }

    50% {
        bottom: -33px;
    }

    100% {
        bottom: -15px;
    }
}

.server-team-word {
    width: 293px;
    position: absolute;
    left: -21px;
    bottom: -153px;
}

.process-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    height: 350px;
    box-sizing: border-box;
    position: relative;
}

.process-box {
    width: 62px;
    height: 62px;
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    cursor: pointer;
}

.process-one {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-1.png');
    left: 20px;
    top: 50px;
}

.process-two {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-2.png');
    left: 153px;
    top: 185px;
}

.process-arrow {
    width: 84px;
    height: 84px;
    display: block;
    position: absolute;
}

.process-arrow-one {
    top: 108px;
    left: 75px;
}

.process-arrow-two {
    top: 108px;
    left: 210px;
}

.process-three {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-3.png');
    left: 292px;
    top: 50px;
}

.process-arrow-three {
    top: 108px;
    left: 347px;
}

.process-four {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-4.png');
    left: 428px;
    top: 185px;
}

.process-arrow-four {
    top: 108px;
    left: 484px;
}

.process-five {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-5.png');
    left: 570px;
    top: 50px;
}

.process-arrow-five {
    top: 108px;
    left: 627px;
}

.process-six {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-6.png');
    left: 707px;
    top: 185px;
}

.process-arrow-six {
    top: 108px;
    left: 763px;
}

.process-seven {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-7.png');
    left: 844px;
    top: 50px;
}

.process-arrow-seven {
    top: 108px;
    left: 900px;
}

.process-eight {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-8.png');
    left: 982px;
    top: 185px;
}

.process-arrow-eight {
    top: 108px;
    left: 1037px;
}

.process-nine {
    background-color: #f2f2f2;
    background-image: url('../images/icon/process-blue-9.png');
    left: 1116px;
    top: 50px;
}

.process-word-title {
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    cursor: pointer;
}

.process-word-info {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
    opacity: 0;
}

.process-word-one {
    width: 108px;
    position: absolute;
    top: 135px;
    left: -3px;
}

.process-word-two {
    width: 108px;
    position: absolute;
    top: 266px;
    left: 130px;
}

.process-word-three {
    width: 108px;
    position: absolute;
    top: 135px;
    left: 268px;
}

.process-word-four {
    width: 108px;
    position: absolute;
    top: 266px;
    left: 404px;
}

.process-word-five {
    width: 108px;
    position: absolute;
    top: 135px;
    left: 549px;
}

.process-word-six {
    width: 110px;
    position: absolute;
    top: 266px;
    left: 682px;
}

.process-word-seven {
    width: 108px;
    position: absolute;
    top: 135px;
    left: 820px;
}

.process-word-eight {
    width: 110px;
    position: absolute;
    top: 266px;
    left: 957px;
}

.process-word-nine {
    width: 108px;
    position: absolute;
    top: 135px;
    left: 1091px;
}

.process-step:hover .process-one {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-1.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-word-title {
    color: #298EC6;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-word-info {
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-two {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-2.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-three {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-3.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-four {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-4.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-five {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-5.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-six {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-6.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-seven {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-7.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-eight {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-8.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.process-step:hover .process-nine {
    background-color: #298EC6;
    background-image: url('../images/icon/process-white-9.png');
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.solve-content {
    width: 1216px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    position: relative;
}

.solve-box {
    width: 304px;
    height: 343px;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}

.solve-box>img {
    width: 280px;
    height: 323px;
    display: block;
    position: absolute;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    left: 12px;
    top: 10px;
    cursor: pointer;
}

.solve-box>img.solve-step {
    z-index: 1;
    backface-visibility: hidden;
}

.solve-icon {
    width: 44px;
    height: 38px;
    display: block;
    position: absolute;
    left: 50%;
    top: 130px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.solve-title {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 190px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.solve-info {
    width: 224px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 190px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
}

.solve-box:hover>img {
    transform: rotateY(180deg);
    z-index: 2;
}

.solve-box:hover .solve-icon {
    top: 90px;
}

.solve-box:hover .solve-title {
    top: 150px;
}

.solve-box:hover .solve-info {
    opacity: 1;
    transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}

.solve-diamond {
    width: 280px;
    height: 163px;
    display: block;
    position: absolute;
    top: 308px;
    z-index: -1;
}

.diamond1 {
    left: 163px;
}

.diamond2 {
    left: 468px;
}

.diamond3 {
    left: 773px;
}

.solve-left {
    width: 601px;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: -1;
}

.solve-right {
    width: 462px;
    position: absolute;
    right: 0;
    bottom: 85px;
    z-index: -1;
}

@media screen and (max-width:1420px) {
    .solve-left {
        display: none;
    }

    .solve-right {
        display: none;
    }
}

.case-content {
    width: 1634px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    height: 685px;
    overflow: hidden;
}

.case-item {
    width: 386px;
    height: 310px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
}

.case-item:nth-child(4n) {
    margin-right: 0px;
}

.case-item .case-top {
    width: 386px;
    height: 240px;
    position: relative;
}

.case-item-img {
    width: 386px;
    height: 240px;
    display: block;
    background-color: #f2f2f2;
}

.case-item .case-top::after {
    content: '';
    width: 386px;
    height: 0px;
    background: rgba(41, 142, 198, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.case-item:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.case-item:hover .case-top::after {
    height: 240px;
}

.case-item-title-box {
    height: 70px;
    background-color: #fff;
    padding: 0 20px;
}

.case-item-title {
    height: 70px;
    background-image: url('../images/icon/case-arrow-blank.png');
    background-size: 41px 14px;
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 70px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.case-item-info {
    width: 327px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -163px;
    opacity: 0;
    white-space: pre-wrap;
}

.case-item:hover .case-item-img::after {
    height: 240px;
}

.case-item:hover .case-item-title {
    color: #298EC6;
    background-image: url('../images/icon/case-arrow-blue.png');
}

.case-item:hover .case-item-info {
    opacity: 1;
    transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}

.see-all {
    width: 110px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0 auto;
    margin-top: 70px;
    padding-bottom: 45px;
    cursor: pointer;
}

.see-all>img {
    width: 26px;
    height: 6px;
    display: block;
    margin-left: 10px;
}

.see-all:hover {
    color: #298EC6;
}

.case-img {
    width: 743px;
    position: absolute;
    left: 0;
    top: 60px;
}

.show-img {
    width: 749px;
    position: absolute;
    right: 0;
    bottom: 40px;
}

@media screen and (max-width:1634px) {
    .case-content {
        width: 1218px;
    }

    .case-item:nth-child(4n) {
        margin-right: 30px;
    }

    .case-item:nth-child(3n) {
        margin-right: 0px;
    }

    .case-img {
        display: none;
    }

    .show-img {
        display: none;
    }
}

.news-content {
    height: 480px;
    width: 1488px;
    padding: 0 40px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
}

@media screen and (max-width:1600px) {
    .news-content {
        width: 1200px;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.news-left {
    width: 30%;
    height: 479px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.news-center-box {
    width: 30%;
    height: 480px;
    margin-left: 30px;
    margin-right: 20px;
}

.news-right-box {
    width: 36%;
    height: 480px;
}

.news-left-img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.news-time {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1a1a1a;
    border-bottom: 1px solid #f2f2f2;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.news-arrow {
    width: 38px;
    height: 9px;
    display: block;
}

.news-title {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.news-info {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 52px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-left:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #298EC6;
}

.news-left:hover .news-left-img {
    transform: scale(1.1);
}

.news-left:hover .news-time {
    color: #298EC6;
}

.news-left:hover .news-title {
    color: #298EC6;
}

.news-center {
    height: 228px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.news-center:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #298EC6;
}

.news-center:hover .news-time {
    color: #298EC6;
}

.news-center:hover .news-title {
    color: #298EC6;
}

.news-right {
    height: 110px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 11px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.news-right:nth-child(4) {
    margin-bottom: 0px;
}

.news-right-time {
    width: 93px;
    flex-shrink: 0;
    color: #1a1a1a;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.news-right-word {
    width: 60%;
}

.news-right-info {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    padding-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-right-arrow {
    width: 38px;
    height: 9px;
    display: block;
    margin-right: 20px;
}

.news-right:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #298EC6;
}

.news-right:hover .news-right-time {
    color: #298EC6;
}

.news-right:hover .news-title {
    color: #298EC6;
}

.consult,
.back-top {
    width: 60px;
    height: 60px;
    background-color: #f2f2f2;
    border-radius: 10px;
    background-image: url('../images/icon/consult.png');
    background-size: 31px 26px;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 140px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}

.back-top {
    bottom: 70px;
    background-image: url('../images/icon/back-top.png');
    background-size: 22px 24px;
}

.consult-word,
.back-top-word {
    width: 60px;
    height: 60px;
    background-color: #298EC6;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.consult:hover,
.back-top:hover {
    background-image: none;
}

.consult:hover .consult-word,
.back-top:hover .back-top-word {
    opacity: 1;
}


/* 咨询弹框 */

.consult-shadow {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

.consult-form {
    position: relative;
    /* top: 100px;
    left: calc(50% - 400px); */
    /* z-index: 1001; */
    width: 640px;
    height: 376px;
    /* margin: 40px auto 75px; */
    margin: 50px auto 0;
    padding: 60px 0 0;
    border: 1px dashed #fff;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.consult-form .form-item-inline {
    display: inline-block;
    line-height: 40px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.consult-form .form-item-inline .form-label {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 8px;
    box-sizing: border-box;
}

.consult-form .form-item-inline input,
.consult-form .form-item-inline textarea,
.consult-form .project-select,
.consult-form .project-list {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 166px;
    line-height: 38px;
    background: none;
    padding: 0 20px;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
}

.consult-form .form-item-inline .project-list {
    display: none;
    width: 462px;
    height: 165px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    left: 105px;
    top: 103px;
    background-color: #f2f2f2;
    cursor: pointer;
}

.consult-form .form-item-inline .project-list li {
    border-bottom: 1px solid #1a1a1a;
    padding: 0 20px;
    color: #1a1a1a;
}

.consult-form .form-item-inline .project-list li:nth-last-child(1) {
    border: none;
}

.consult-form .form-item-inline textarea {
    width: 462px;
    height: 100px;
    line-height: 24px;
    padding: 10px 20px;
}

.consult-form input::-webkit-input-placeholder,
.consult-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #1a1a1a;
    font-family: Arial;
}

.consult-form input::-moz-placeholder,
.consult-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #1a1a1a;
}

.consult-form input:-ms-input-placeholder,
.consult-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    color: #1a1a1a;
}

.consult-form input:-moz-placeholder,
.consult-form textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: #1a1a1a;
}

.consult-form .submit-btn {
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px 20px 20px 20px;
    margin: 0px auto;
    cursor: pointer;
    border: 1px solid #1a1a1a;
}

.consult-form-box .close-btn {
    width: 60px;
    position: absolute;
    top: -60px;
    right: -60px;
    cursor: pointer;
}

.product-title {
    font-size: 24px;
    color: #1a1a1a;
}

.product-title-line {
    width: 40px;
    height: 4px;
    background-color: #1a1a1a;
    margin: 10px auto;
}

.consult-form-box {
    position: fixed;
    top: 100px;
    left: calc(50% - 360px);
    z-index: 1001;
    width: 720px;
    height: 530px;
    border: 1px dashed #fff;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    border-radius: 10px;
}