﻿.phone_imgs {
    display: none;
}
.main{
overflow:hidden;
}
.swiper_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper,
.swiper-slide,
.swiper-slide img {
    width: 100%;
}

.swiper-wrapper,
.swiper-slide {
    height: auto !important;
}

.swiper-slide {
    float: left;
}

.swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination span {
    float: left;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 14px;
    border-radius: 50%;
cursor: pointer;
}

.swiper-pagination span.swiper-active-switch {
    float: left;
    width: 32px;
    background: #F26430;
    border-radius: 20px;
}

ul.noticeList {
    width: 1007px;
    box-shadow: 0px 8px 20px #ddd;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
    border-radius: 5px;
}

.noticeMore {
    font-size: 16px;
    position: absolute;
    color: #737270;
    top: 20px;
    right: 36px;
}

.noticeMore:hover {
    text-decoration: underline;
}

ul.noticeList li {
    width: 100%;
    float: left;
    padding: 25px 60px;
    box-sizing: border-box;
    position: relative;
}

ul.noticeList li .span_date {
    float: right;
}

ul.noticeList li a.title_type {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

ul.noticeList li a.title_type:hover {
    color: #1393D2;
}

ul.noticeList li p {
    font-size: 12px;
    color: #B3B2AF;
    line-height: 20px;
}

ul.noticeList li p .more {
    display: none;
}

ul.noticeList li::after {
    content: '';
    display: block;
    width: 2px;
    height: 72px;
    background: #D8D8D8;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    right: 0;
}

ul.noticeList li.last::after {
    display: none;
}

.notice {
    width: 100%;
    height: 60px;
    box-shadow: 0px 8px 20px #ddd;
}

.noticeIn {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 120px;
}

.noticeIn>span {
    font-size: 18px;
    color: #737270;
    display: flex;
    align-items: center;
    position: absolute;
    top: 18px;
}

.noticeIn>span img {
    margin-left: 10px;
}

.notice_phone {
    display: none;
}


/* 解决方案新 */

.program {
    height: 790px;
    box-sizing: border-box;
    padding-top: 100px;
    width: 1280px;
    margin: 0 auto;
}

.programPic {
    position: relative;
}

.program h2.title_head {
    margin-bottom: 60px;
}

.program img {
    position: absolute;
}

.program img.program1 {
    width: 100%;
}

.program img.program2 {
    top: 106px;
    left: 140px;
    width: 988px;
}

.programPicPhone {
    display: none;
}


/* 解决方案 */

.scene_phone {
    display: none;
}

.scene5 {
    position: relative;
    overflow-x: hidden;
    height: 860px;
    width: 100%;
    margin-top: 150px;
    /*左侧灰色背景*/
    /*大标题区块*/
    /*内容主体区域 */
    /*更多按钮*/
}

.scene5 #aside-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 360px;
    width: 63%;
    opacity: 0;
    background-color: #F5F5F5;
}

.scene5 .aside-left {
    animation: aside-left-rotate 0.8s ease-in-out 0.4s forwards;
    transform-origin: left;
}

.scene5 .scene5-title {
    display: block;
    position: absolute;
    top: 59px;
    left: 50%;
    z-index: 2;
    font-size: 30px;
    color: #212121;
    padding: 0 22px;
    transform: translateX(-50%);
    /*下划线区块*/
}

.scene5 .scene5-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 20px;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    background: #1393D2;
}

.scene5 .scene5-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 20px;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
    background: #1393D2;
}

.scene5 .content-width {
    position: relative;
    margin: 158px auto 0;
    z-index: 2;
    width: 100%;
    height: 576px;
    overflow: hidden;
    /*遮罩层区块*/
}

.scene5 .content-width ul {
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 1;
    transform-origin: left;
    /*给各个方案增加背景图片*/
    /*鼠标悬停hover效果 区块*/
    /*鼠标悬停hover效果 区块 end*/
}

.scene5 .content-width ul li {
    position: relative;
    height: 576px;
    transition: all 0.5s ease-in;
    flex: 6;
    /*小标题区块*/
    /*遮罩层效果*/
}

.scene5 .content-width ul li #plan1-img,
.scene5 .content-width ul li #plan2-img,
.scene5 .content-width ul li #plan3-img,
.scene5 .content-width ul li #plan4-img,
.scene5 .content-width ul li #plan5-img,
.scene5 .content-width ul li #plan6-img,
.scene5 .content-width ul li #plan-title1,
.scene5 .content-width ul li #plan-title2,
.scene5 .content-width ul li #plan-title3,
.scene5 .content-width ul li #plan-title4,
.scene5 .content-width ul li #plan-title5,
.scene5 .content-width ul li #plan-title6 {
    opacity: 0;
}

.scene5 .content-width ul li .plan1-img,
.scene5 .content-width ul li .plan2-img,
.scene5 .content-width ul li .plan3-img,
.scene5 .content-width ul li .plan4-img,
.scene5 .content-width ul li .plan5-img,
.scene5 .content-width ul li .plan6-img {
    position: absolute;
    top: 174px;
    left: 50%;
    width: 82px;
    height: 82px;
    margin-left: -41px;
}

.scene5 .content-width ul li .plan-title1,
.scene5 .content-width ul li .plan-title2,
.scene5 .content-width ul li .plan-title3,
.scene5 .content-width ul li .plan-title4,
.scene5 .content-width ul li .plan-title5,
.scene5 .content-width ul li .plan-title6 {
    position: absolute;
    top: 370px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
}

.scene5 .content-width ul li .plan1-main,
.scene5 .content-width ul li .plan2-main,
.scene5 .content-width ul li .plan3-main,
.scene5 .content-width ul li .plan4-main,
.scene5 .content-width ul li .plan5-main,
.scene5 .content-width ul li .plan6-main {
    height: 100%;
    transition: all 0.4s ease-in;
}

.scene5 .content-width ul li .plan1-main .plan-content,
.scene5 .content-width ul li .plan2-main .plan-content,
.scene5 .content-width ul li .plan3-main .plan-content,
.scene5 .content-width ul li .plan4-main .plan-content,
.scene5 .content-width ul li .plan5-main .plan-content,
.scene5 .content-width ul li .plan6-main .plan-content {
    position: absolute;
    top: 170px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out;
}

.scene5 .content-width ul li .plan1-main .plan-content p,
.scene5 .content-width ul li .plan2-main .plan-content p,
.scene5 .content-width ul li .plan3-main .plan-content p,
.scene5 .content-width ul li .plan4-main .plan-content p,
.scene5 .content-width ul li .plan5-main .plan-content p,
.scene5 .content-width ul li .plan6-main .plan-content p {
    margin-bottom: 15px;
}

.scene5 .content-width ul li .plan1-main .plan-content .More,
.scene5 .content-width ul li .plan2-main .plan-content .More,
.scene5 .content-width ul li .plan3-main .plan-content .More,
.scene5 .content-width ul li .plan4-main .plan-content .More,
.scene5 .content-width ul li .plan5-main .plan-content .More,
.scene5 .content-width ul li .plan6-main .plan-content .More {
    margin-bottom: 30px;
    width: 140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0);
    display: inline-block;
    margin: 35px auto;
}

.scene5 .content-width ul li .plan1-main .plan-content .More:hover,
.scene5 .content-width ul li .plan2-main .plan-content .More:hover,
.scene5 .content-width ul li .plan3-main .plan-content .More:hover,
.scene5 .content-width ul li .plan4-main .plan-content .More:hover,
.scene5 .content-width ul li .plan5-main .plan-content .More:hover,
.scene5 .content-width ul li .plan6-main .plan-content .More:hover {
    font-weight: bold;
}

.scene5 .content-width ul .plan1 .plan1-background-img,
.scene5 .content-width ul .plan2 .plan2-background-img,
.scene5 .content-width ul .plan3 .plan3-background-img,
.scene5 .content-width ul .plan4 .plan4-background-img,
.scene5 .content-width ul .plan5 .plan5-background-img,
.scene5 .content-width ul .plan6 .plan6-background-img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 1s ease-in-out;
}

.scene5 .content-width ul .plan1 .plan1-img,
.scene5 .content-width ul .plan2 .plan2-img,
.scene5 .content-width ul .plan3 .plan3-img,
.scene5 .content-width ul .plan4 .plan4-img,
.scene5 .content-width ul .plan5 .plan5-img,
.scene5 .content-width ul .plan6 .plan6-img {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.scene5 .content-width ul .plan1 .plan-title1,
.scene5 .content-width ul .plan2 .plan-title2,
.scene5 .content-width ul .plan3 .plan-title3,
.scene5 .content-width ul .plan4 .plan-title4,
.scene5 .content-width ul .plan5 .plan-title5,
.scene5 .content-width ul .plan6 .plan-title6 {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.scene5 .content-width ul .plan1,
.scene5 .content-width ul .plan2,
.scene5 .content-width ul .plan3,
.scene5 .content-width ul .plan4,
.scene5 .content-width ul .plan5,
.scene5 .content-width ul .plan6 {
    overflow: hidden;
}

.scene5 .content-width ul .plan1 .plan1-img {
    animation: planItem-translateY 0.4s ease-in-out 2.2s forwards;
}

.scene5 .content-width ul .plan2 .plan2-img {
    animation: planItem-translateY 0.4s ease-in-out 2.4s forwards;
}

.scene5 .content-width ul .plan3 .plan3-img {
    animation: planItem-translateY 0.4s ease-in-out 2.6s forwards;
}

.scene5 .content-width ul .plan4 .plan4-img {
    animation: planItem-translateY 0.4s ease-in-out 2.8s forwards;
}

.scene5 .content-width ul .plan5 .plan5-img {
    animation: planItem-translateY 0.4s ease-in-out 3s forwards;
}

.scene5 .content-width ul .plan6 .plan6-img {
    animation: planItem-translateY 0.4s ease-in-out 3.2s forwards;
}

.scene5 .content-width ul .plan1 .plan-title1 {
    animation: planItem-translateY 0.4s ease-in-out 2.4s forwards;
}

.scene5 .content-width ul .plan2 .plan-title2 {
    animation: planItem-translateY 0.4s ease-in-out 2.6s forwards;
}

.scene5 .content-width ul .plan3 .plan-title3 {
    animation: planItem-translateY 0.4s ease-in-out 2.8s forwards;
}

.scene5 .content-width ul .plan4 .plan-title4 {
    animation: planItem-translateY 0.4s ease-in-out 3s forwards;
}

.scene5 .content-width ul .plan5 .plan-title5 {
    animation: planItem-translateY 0.4s ease-in-out 3.2s forwards;
}

.scene5 .content-width ul .plan6 .plan-title6 {
    animation: planItem-translateY 0.4s ease-in-out 3.4s forwards;
}

.scene5 .content-width ul .plan1:hover,
.scene5 .content-width ul .plan2:hover,
.scene5 .content-width ul .plan3:hover,
.scene5 .content-width ul .plan4:hover,
.scene5 .content-width ul .plan5:hover,
.scene5 .content-width ul .plan6:hover {
    background-size: 120% 120%;
    transition: all 0.5s ease-in;
}

.scene5 .content-width ul .plan1:hover .plan-content,
.scene5 .content-width ul .plan2:hover .plan-content,
.scene5 .content-width ul .plan3:hover .plan-content,
.scene5 .content-width ul .plan4:hover .plan-content,
.scene5 .content-width ul .plan5:hover .plan-content,
.scene5 .content-width ul .plan6:hover .plan-content {
    top: 275px;
}

.scene5 .content-width ul .plan1:hover .plan1-background-img,
.scene5 .content-width ul .plan2:hover .plan1-background-img,
.scene5 .content-width ul .plan3:hover .plan1-background-img,
.scene5 .content-width ul .plan4:hover .plan1-background-img,
.scene5 .content-width ul .plan5:hover .plan5-background-img,
.scene5 .content-width ul .plan6:hover .plan6-background-img,
.scene5 .content-width ul .plan1:hover .plan2-background-img,
.scene5 .content-width ul .plan2:hover .plan2-background-img,
.scene5 .content-width ul .plan3:hover .plan2-background-img,
.scene5 .content-width ul .plan4:hover .plan2-background-img,
.scene5 .content-width ul .plan5:hover .plan5-background-img,
.scene5 .content-width ul .plan6:hover .plan6-background-img,
.scene5 .content-width ul .plan1:hover .plan3-background-img,
.scene5 .content-width ul .plan2:hover .plan3-background-img,
.scene5 .content-width ul .plan3:hover .plan3-background-img,
.scene5 .content-width ul .plan4:hover .plan3-background-img,
.scene5 .content-width ul .plan5:hover .plan5-background-img,
.scene5 .content-width ul .plan6:hover .plan6-background-img,
.scene5 .content-width ul .plan1:hover .plan4-background-img,
.scene5 .content-width ul .plan2:hover .plan4-background-img,
.scene5 .content-width ul .plan3:hover .plan4-background-img,
.scene5 .content-width ul .plan4:hover .plan4-background-img,
.scene5 .content-width ul .plan5:hover .plan5-background-img,
.scene5 .content-width ul .plan6:hover .plan6-background-img {
    transform: scale(1.2);
}

.scene5 .content-width ul .plan1:hover .plan1-img,
.scene5 .content-width ul .plan2:hover .plan1-img,
.scene5 .content-width ul .plan3:hover .plan1-img,
.scene5 .content-width ul .plan4:hover .plan1-img,
.scene5 .content-width ul .plan5:hover .plan1-img,
.scene5 .content-width ul .plan6:hover .plan1-img,
.scene5 .content-width ul .plan1:hover .plan2-img,
.scene5 .content-width ul .plan2:hover .plan2-img,
.scene5 .content-width ul .plan3:hover .plan2-img,
.scene5 .content-width ul .plan4:hover .plan2-img,
.scene5 .content-width ul .plan5:hover .plan2-img,
.scene5 .content-width ul .plan6:hover .plan2-img,
.scene5 .content-width ul .plan1:hover .plan3-img,
.scene5 .content-width ul .plan2:hover .plan3-img,
.scene5 .content-width ul .plan3:hover .plan3-img,
.scene5 .content-width ul .plan4:hover .plan3-img,
.scene5 .content-width ul .plan5:hover .plan3-img,
.scene5 .content-width ul .plan6:hover .plan3-img,
.scene5 .content-width ul .plan1:hover .plan4-img,
.scene5 .content-width ul .plan2:hover .plan4-img,
.scene5 .content-width ul .plan3:hover .plan4-img,
.scene5 .content-width ul .plan4:hover .plan4-img,
.scene5 .content-width ul .plan5:hover .plan5-img,
.scene5 .content-width ul .plan6:hover .plan6-img {
    margin-top: -85px;
    color: #AAB5B4;
}

.scene5 .content-width ul .plan1:hover .plan-title1,
.scene5 .content-width ul .plan2:hover .plan-title1,
.scene5 .content-width ul .plan3:hover .plan-title1,
.scene5 .content-width ul .plan4:hover .plan-title1,
.scene5 .content-width ul .plan5:hover .plan-title1,
.scene5 .content-width ul .plan6:hover .plan-title1,
.scene5 .content-width ul .plan1:hover .plan-title2,
.scene5 .content-width ul .plan2:hover .plan-title2,
.scene5 .content-width ul .plan3:hover .plan-title2,
.scene5 .content-width ul .plan4:hover .plan-title2,
.scene5 .content-width ul .plan5:hover .plan-title2,
.scene5 .content-width ul .plan6:hover .plan-title2,
.scene5 .content-width ul .plan1:hover .plan-title3,
.scene5 .content-width ul .plan2:hover .plan-title3,
.scene5 .content-width ul .plan3:hover .plan-title3,
.scene5 .content-width ul .plan4:hover .plan-title3,
.scene5 .content-width ul .plan5:hover .plan-title3,
.scene5 .content-width ul .plan6:hover .plan-title3,
.scene5 .content-width ul .plan1:hover .plan-title4,
.scene5 .content-width ul .plan2:hover .plan-title4,
.scene5 .content-width ul .plan3:hover .plan-title4,
.scene5 .content-width ul .plan4:hover .plan-title4,
.scene5 .content-width ul .plan5:hover .plan-title5,
.scene5 .content-width ul .plan6:hover .plan-title6 {
    margin-top: -175px;
    color: #fff;
}

.scene5 .content-width ul .plan1:hover .plan-content,
.scene5 .content-width ul .plan2:hover .plan-content,
.scene5 .content-width ul .plan3:hover .plan-content,
.scene5 .content-width ul .plan4:hover .plan-content,
.scene5 .content-width ul .plan5:hover .plan-content,
.scene5 .content-width ul .plan6:hover .plan-content {
    color: #fff;
}

.scene5 .content-width ul .plan1:hover .plan-content .More,
.scene5 .content-width ul .plan2:hover .plan-content .More,
.scene5 .content-width ul .plan3:hover .plan-content .More,
.scene5 .content-width ul .plan4:hover .plan-content .More,
.scene5 .content-width ul .plan5:hover .plan-content .More,
.scene5 .content-width ul .plan6:hover .plan-content .More {
    border: 1px solid #fff;
}

.scene5 .content-width ul .plan1:hover .plan1-main,
.scene5 .content-width ul .plan2:hover,
.scene5 .content-width ul .plan3:hover .plan3-main,
.scene5 .content-width ul .plan4:hover .plan4-main,
.scene5 .content-width ul .plan5:hover .plan5-main,
.scene5 .content-width ul .plan6:hover .plan6-main {
    background: url(/Content/Areas/Common/images/main/fangan_bg.png);
    background-size: cover;
}

.scene5 .content-width #scene5-main {
    left: -100%;
    /* width: 0; */
    z-index: 2;
    opacity: 1;
    display: flex;
}

.scene5 .content-width .scene5-main {
    transform-origin: left;
    animation: mainContent-translateX 0.8s ease-in-out 1.8s forwards;
}

.scene5 .content-width #mask,
.scene5 .content-width .mask-right {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 576px;
    background-color: #2E2E2E;
    transform-origin: left;
    transition: all 1s ease-in-out;
}

.scene5 .content-width #mask {
    left: 0;
    width: 0;
    transition: all 1s ease-in-out 0s;
}

.scene5 .content-width .mask {
    animation: mainContent-translateX2 0.8s ease-in-out 0.8s forwards;
}

.scene5 .content-width .mask-right {
    right: -100%;
    background-color: #ffffff;
}

.scene5 .more-plan {
    position: absolute;
    right: 0;
    top: 800px;
    font-size: 24px;
    color: #5187ED;
}

.scene5 .more-plan:hover {
    cursor: pointer;
}


/*设置左侧灰色背景动画*/

@keyframes aside-left-rotate {
    from {
        transform: rotatey(-90deg);
    }
    to {
        transform: rotatey(0deg);
        opacity: 1;
    }
}


/* 设置遮罩层和图片区域动画 */

@keyframes mainContent-translateX {
    from {
        display: none;
    }
    to {
        display: block;
        width: 100%;
        left: 0;
    }
}

@keyframes mainContent-translateX2 {
    from {
        display: none;
    }
    to {
        display: block;
        width: 100%;
    }
}

@keyframes mainContent-rotate1 {
    from {
        transform: rotateY(90deg);
    }
    to {
        transform: rotateY(0deg);
    }
}


/* 设置icon和文字区域动画 */

@keyframes planItem-translateY {
    from {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* 典型案例 */

.dxal {
    padding: 140px 0 110px;
    background: url(/Content/Areas/Common/images/main/BG.png);
}

.dxal .ft {
    position: relative;
}

#dxal .ft {
    animation: dxal-translateY 0.8s ease-in-out 0.8s forwards;
}

@keyframes dxal-translateY {
    from {
        bottom: -200px;
    }
    to {
        bottom: 0px;
    }
}

.dxal .ft a img {
    width: 100%;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.29);
}

.dxal .ft a {
    transition: all 0.3s;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-size: 0;
    cursor: default;
}

.dxal .ft a:hover {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.dxal .ft.mobile {
    display: none;
}


/* 左侧 */

.dxal .ft .num1 {
    float: left;
    width: 29.1666%;
}

.dxal .ft .num1 a:nth-child(1) {
    float: left;
    padding-right: 1.7857%;
}

.dxal .ft .num1 a:nth-child(2) {
    float: right;
    margin-top: 5.2631%;
    padding-left: 1.7857%;
}

.dxal .ft .num1 a:nth-child(3) {
    float: right;
    padding-left: 1.7857%;
    margin-top: 3.7037%;
}


/* 中部 */

.dxal .ft .num3 {
    display: inline-block;
    width: 39.5833%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dxal .ft .num3:hover {
    transform: translate(-50%, -51%);
}


/* 右侧 */

.dxal .ft .num2 {
    float: right;
    width: 29.1666%;
}

.dxal .ft .num2 a:nth-child(1) {
    float: right;
    padding-left: 1.7857%;
}

.dxal .ft .num2 a:nth-child(2) {
    float: left;
    margin-top: 5.2631%;
    padding-right: 1.7857%;
}

.dxal .ft .num2 a:nth-child(3) {
    float: left;
    margin-top: 3.7037%;
    padding-right: 1.7857%;
}

.count {
    font-size: 0;
    max-width: 1280px;
    margin: 40px auto 0;
    text-align: center;
}

.count div {
    display: inline-block;
    max-width: 22.0338%;
    text-align: left;
    /* margin: 0 8.4745%; */
    margin: 0 8.4753%;
    position: relative;
    vertical-align: top;
}

.count div:first-child {
    margin-left: 0;
}

.count div:last-child {
    margin-right: 0;
}

.count div .tit {
    font-size: 40px;
    line-height: 46px;
    color: #000;
    margin-bottom: 6px;
}

.count div .con {
    color: #999;
    font-size: 18px;
    line-height: 27px;
}

.count div .con.mobile {
    display: none;
}

#sw3 {
    height: 517px;
    position: relative;
    overflow: hidden;
}

.clientMap {
    position: relative;
    padding: 100px 0;
    background: none;
}
video.main-video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1111;
    width: 100%;
}
.city_xl ul li:hover a{
    text-decoration: underline;
    color: #fff;
}
.city_xl h1,
.city_xl ul li {
    color: #fff;
}

.clientMap .title_head a {
    color: #fff;
}

.clientMap .title_head span::before,
.clientMap .title_head span::after {
    background: #fff;
}

.home-service-list {
    display: none;
}

@media only screen and (max-width:768px) {
    .swiper-pagination,
    .notice {
        display: none;
    }
    .notice_phone {
        display: block;
        padding: 0 0.2rem;
    }
    .notice_phoneIn {
        box-shadow: 0px 0px 20px #ddd;
        border-radius: 5px;
        margin-bottom: 0.2rem;
    }
    h2.notice_phoneTitle {
        font-size: 0.34rem;
        font-weight: normal;
        height: 0.94rem;
        line-height: 0.94rem;
        border-bottom: 1px solid #ddd;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    h2.notice_phoneTitle a {
        font-size: 0.28rem;
        float: right;
        color: #999;
    }
    .notice_phone li .title_type {
        font-size: 0.26rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        float: left;
        width: 70%;
    }
    .notice_phone li {
        height: 1rem;
        line-height: 1rem;
    }
    .notice_phone li .span_date {
        float: right;
        font-size: 0.2rem;
        width: 30%;
        color: #999;
        text-align: right;
    }
    .programPicPhone {
        display: block;
        padding: 0 0.4rem;
        box-sizing: border-box;
        height: auto;
    }
    .programPic {
        display: none;
    }
    .program {
        height: auto;
        box-sizing: border-box;
        padding-top: 0.2rem;
        width: 100%;
        margin: 0 auto;
    }
    .program img {
        position: static;
        width: 100%;
    }
    .program {
        height: auto;
    }
    .program img.program1 {
        width: 100%;
        left: 50%;
        margin-left: 0;
    }
    .program h2.title_head {
        margin-bottom: 0.4rem;
    }
    .title_head {
        margin-bottom: 20px;
    }
    .main_content {
        /*padding: 0 30px;*/
        box-sizing: border-box;
    }
    .dxal {
        padding: 0.3rem;
    }
    .dxal .ft {
        display: none;
    }
    .dxal .ft.mobile {
        display: block;
        max-width: 100%;
        padding: 0;
    }
    .dxal .ft.mobile a {
        margin: 4px 0 0 0 !important;
        padding: 0 !important;
        position: absolute;
        height: 100%;
        top: 0;
        overflow: hidden;
        outline: 0;
    }
    .dxal .ft.mobile a.num3 {
        display: block;
        position: static;
        transform: translate(0, 0);
        width: 100%;
        margin-bottom: 5px !important;
    }
    /* 左侧 */
    .dxal .ft.mobile .num1 {
        float: none;
        width: 100%;
        position: relative;
        font-size: 0;
    }
    .dxal .ft.mobile .num1>img {
        width: 100%;
    }
    .dxal .ft.mobile .num1 a,
    .dxal .ft.mobile .num2 a {
        float: none;
        padding: 0;
    }
    .dxal .ft.mobile .num1 a:nth-child(1) {
        width: 34.1333%;
    }
    .dxal .ft.mobile .num1 a:nth-child(2) {
        /* width: 46.2666%; */
        width: 34.2666%;
        left: 0;
    }
    .dxal .ft.mobile .num1 a:nth-child(3) {
        width: 39.6%;
        left: 34.2666%;
    }
    .dxal .ft.mobile .num1 a:nth-child(4) {
        left: 73.8666%;
        width: 27%;
    }
    /* 右侧 */
    .dxal .ft.mobile .num2 {
        float: none;
        width: 100%;
        position: relative;
        font-size: 0;
        margin-bottom: 5px;
    }
    .dxal .ft.mobile .num2>img {
        width: 100%;
    }
    .dxal .ft.mobile .num2 a:nth-child(1) {
        width: 19.6%;
    }
    .dxal .ft.mobile .num2 a:nth-child(2) {
        /* width: 46.2666%; */
        width: 25.2666%;
        left: 0;
    }
    .dxal .ft.mobile .num2 a:nth-child(3) {
        width: 45.1333%;
        left: 25.2666%;
    }
    .dxal .ft.mobile .num2 a:nth-child(4) {
        left: 70.3999%;
        width: 30%;
    }
    .count {
        margin: 0.4rem auto 0;
    }
    .count div {
        width: 33.3%;
        text-align: center;
        max-width: 33.3%;
        /* box-sizing: border-box; */
        margin: 0;
    }
    .count div .tit {
        font-size: 0.4rem;
        line-height: 19px;
        font-weight: bold;
    }
    .count div .con {
        display: none;
    }
    .count div .con.mobile {
        display: block;
        font-size: 0.24rem;
    }
    .Service {
        display: none;
    }
    .home-service-list {
        display: block;
    }
    #sw3 {
        display: none;
    }
    .khmd.mob {
        display: block;
    }
}


/* 满足最苛刻的。。。 */

.c-section-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
}

.c-section.bg-color {
    background: url(/Content/Areas/Common/images/main/fuwu_bg.png);
}

.c-section.c-p-y-tall {
    padding: 100px 0 60px;
}

.home-service-mod .c-section-hd {
    margin-bottom: 50px;
}

.c-section-tit {
    text-align: center;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}

.home-service-info {
    font-size: 30px;
    text-align: center;
}

.home-service-info-phone {
    display: none;
}

.home-service-info-link {
    display: block;
    margin: 30px auto 0;
    font-size: 22px;
    color: #00a4ff;
}

.home-service-list {
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 5px;
    margin-top: 80px;
    font-size: 0;
    background-color: #fff;
    text-align: center;
}

.home-service-list>ul {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.home-service-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 16.6666%;
    position: relative;
    border-right: 1px solid #f5f6f7;
}

.home-service-item>a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 20px 0 25px;
    height: 100%;
}

.home-service-icon {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.home-service-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
}


/* .home-service-icon .active-img,
.home-service-item:hover img {
    opacity: 0;
} */

.home-service-icon .active-img {
    opacity: 0;
}

.home-service-item:hover .active-img {
    opacity: 1;
}

.home-service-item:hover .home-service-tit {
    color: #00a4ff;
}

.home-service-item:hover .home-service-icon>img:nth-child(1) {
    opacity: 0;
}

.home-service-icon:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
}

.home-service-tit {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 15px 0;
}

.home-tel {
    width: 323px;
    height: 55px;
    line-height: 55px;
    margin: 70px auto 30px;
    border-radius: 5px;
    background: #4E88EB;
    font-size: 22px;
    color: #fff;
}

.home-tel a {
    color: #fff;
}

.home-tel img {
    margin-left: 34px;
    margin-right: 37px;
    margin-top: 10px;
    float: left;
}

.home-contact {
    text-align: center;
    color: #4E88EB;
    font-size: 22px;
}

.Service {
    width: 1180px;
    height: 430px;
    margin: 60px auto;
}

.Service>div {
    float: left;
    width: 380px;
}

.Service>div .Service_content {
    display: block;
    transition: all 0.3s;
}

.Service>div h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 7px;
    transition: all 0.3s;
}

.Service>div.Service-center {
    margin: 0 20px;
    transition: all 0.3s;
}

.Service>div .Service_content ul,
.Service>div .Service_content a {
    display: none;
}


/* .Service>div.Service-center ul,
.Service>div.Service-center a {
    display: block;
}

.Service>div.Service-center h2 {
    height: 100px;
    line-height: 100px;
    background: #4E88EB;
} */

.Service>div.Service-left h2,
.Service>div.Service-right h2,
.Service>div.Service-center h2 {
    height: 172px;
    line-height: 172px;
    background: #485976;
    margin-top: 25px;
}

.Service>div.Service-left.active h2,
.Service>div.Service-right.active h2,
.Service>div.Service-center.active h2 {
    height: 100px;
    line-height: 100px;
    background: #4E88EB;
}


/* .Service>div.Service-center:hover h2 {
    height: 172px;
    line-height: 172px;
    background: #485976;
}

.Service>div.Service-center:hover .Service_content {
    background: url(/Content/Areas/Common/images/main/service22.png);
    height: 200px;
    transition: all 0.3s;
} */

.Service>div.Service-left.active .Service_content {
    background: url(/Content/Areas/Common/images/main/service11.png);
    height: 320px;
    transition: all 0.3s;
    background-position: center center;
}

.Service>div.Service-right.active .Service_content {
    height: 320px;
    transition: all 0.3s;
    background: url(/Content/Areas/Common/images/main/service33.png);
    background-position: center center;
}

.Service>div.Service-center.active .Service_content {
    height: 320px;
    transition: all 0.3s;
    background: url(/Content/Areas/Common/images/main/service2.png);
    background-position: center center;
}

.Service>div.active .Service_content ul,
.Service>div.active .Service_content a {
    display: block;
}

.Service>div.Service-center .Service_content {
    background: url(/Content/Areas/Common/images/main/service22.png);
}

.Service>div.Service-left .Service_content {
    background: url(/Content/Areas/Common/images/main/service1.png);
}

.Service>div.Service-right .Service_content {
    background: url(/Content/Areas/Common/images/main/service3.png);
}

.Service>div.Service-left .Service_content,
.Service>div.Service-right .Service_content,
.Service>div.Service-center .Service_content {
    height: 200px;
}

.Service>div .Service_content ul {
    padding: 75px 75px 15px;
    overflow: hidden;
}

.Service>div .Service_content ul li {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}

.Service>div .Service_content a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 0px auto;
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    background: #4E88EB;
}

.Service>div .Service_content a:hover {
    font-size: 14px;
}

.Service>div .Service_content ul li::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
}

.Service>div .Service_content ul li:nth-child(odd) {
    float: left;
}

.Service>div .Service_content ul li:nth-child(even) {
    float: right;
}

@media screen and ( min-width:1080px) and (max-width:1440px) {
    .scene5 #aside-left {
        width: 68%;
    }
    .video {
        height: 760px;
    }
    #video {
        height: 760px;
    }
    .noticeIn {
        width: 1000px;
    }
    .noticeIn>span,
    .noticeMore {
        font-size: 14px;
    }
    ul.noticeList {
        width: 750px;
    }
    .scene5 {
        margin-top: 100px;
    }
    .scene5 .content-width ul li,
    .scene5 .content-width #mask,
    .scene5 .content-width .mask-right,
    .scene5 .content-width {
        height: 420px;
    }
    .scene5 {
        height: 675px;
    }
    .scene5 .content-width ul li .plan1-img,
    .scene5 .content-width ul li .plan2-img,
    .scene5 .content-width ul li .plan3-img,
    .scene5 .content-width ul li .plan4-img,
    .scene5 .content-width ul li .plan5-img,
    .scene5 .content-width ul li .plan6-img {
        top: 140px;
        width: 50px;
        height: 50px;
        margin-left: -25px;
    }
    .scene5 .content-width ul li .plan-title1,
    .scene5 .content-width ul li .plan-title2,
    .scene5 .content-width ul li .plan-title3,
    .scene5 .content-width ul li .plan-title4,
    .scene5 .content-width ul li .plan-title5,
    .scene5 .content-width ul li .plan-title6 {
        top: 312px;
    }
    .scene5 .content-width ul .plan1:hover .plan-content,
    .scene5 .content-width ul .plan2:hover .plan-content,
    .scene5 .content-width ul .plan3:hover .plan-content,
    .scene5 .content-width ul .plan4:hover .plan-content,
    .scene5 .content-width ul .plan5:hover .plan-content,
    .scene5 .content-width ul .plan6:hover .plan-content {
        top: 190px;
    }
    .scene5 .content-width ul li .plan1-main .plan-content p,
    .scene5 .content-width ul li .plan2-main .plan-content p,
    .scene5 .content-width ul li .plan3-main .plan-content p,
    .scene5 .content-width ul li .plan4-main .plan-content p,
    .scene5 .content-width ul li .plan5-main .plan-content p,
    .scene5 .content-width ul li .plan6-main .plan-content p {
        margin-bottom: 15px;
    }
    .scene5 .content-width ul li .plan1-main .plan-content,
    .scene5 .content-width ul li .plan2-main .plan-content,
    .scene5 .content-width ul li .plan3-main .plan-content,
    .scene5 .content-width ul li .plan4-main .plan-content,
    .scene5 .content-width ul li .plan5-main .plan-content,
    .scene5 .content-width ul li .plan6-main .plan-content {
        font-size: 16px;
    }
    .scene5 .content-width ul li .plan1-main .plan-content .More,
    .scene5 .content-width ul li .plan2-main .plan-content .More,
    .scene5 .content-width ul li .plan3-main .plan-content .More,
    .scene5 .content-width ul li .plan4-main .plan-content .More,
    .scene5 .content-width ul li .plan5-main .plan-content .More,
    .scene5 .content-width ul li .plan6-main .plan-content .More {
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .dxal {
        padding: 100px 0 100px;
    }
    #sw3 {
        height: 400px;
    }
    .program {
        height: 668px;
        width: 1000px;
    }
    .program img.program1 {
        width: 1000px;
    }
    .program img {
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }
    .program img.program2 {
        top: 72px;
        left: 50%;
        width: 800px;
        margin-left: -400px;
    }
    .c-section-inner {
        max-width: 1000px;
        padding: 0;
    }
    .c-section.c-p-y-tall {
        padding: 50px 0 40px;
    }
    .home-service-mod .c-section-hd {
        margin-bottom: 30px;
    }
    .c-section-tit {
        font-size: 28px;
    }
    .home-service-info {
        font-size: 24px;
    }
    .Service {
        width: 1000px;
        height: 430px;
        margin: 20px auto;
    }
    .Service>div {
        width: 320px;
    }
    .Service>div .Service_content ul {
        padding: 75px 50px 15px;
        overflow: hidden;
    }
    .Service>div.Service-left .Service_content,
    .Service>div.Service-right .Service_content,
    .Service>div.Service-center .Service_content {
        background-position: center center;
    }
    .Service>div h2 {
        font-size: 24px;
    }
    .clientMap {
        padding: 50px 0;
    }
}

@media screen and (max-width:768px) {
    .main{
        width: 100%;
        position: relative;
        left: 0;
    }
    .video {
        display: none;
    }
    .phone_imgs {
        display: block;
        width: 100%;
    }
    .phone_imgs img {
        width: 100%;
    }
    .title_head span {
        font-size: 0.34rem;
        padding: 0 0.22rem;
    }
    .title_head span::before {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: 0.2rem;
        top: 54%;
        right: 0;
        transform: translateY(-50%);
        background: #1393D2;
    }
    .title_head span::after {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: 0.2rem;
        top: 54%;
        left: 0;
        transform: translateY(-50%);
        background: #1393D2;
    }
    .scene5 {
        display: none;
    }
    .scene_phone {
        display: block;
    }
    .scene_phone ul {
        padding: 0 0.2rem;
        overflow: hidden;
    }
    .scene_phone ul li {
        width: 3.47rem;
        height: 2.5rem;
        float: left;
        margin-bottom: 0.13rem;
    }
    .scene_phone ul li:nth-child(1) {
        background: url(/Content/Areas/Common/images/main/fangan_bg1.png);
        background-size: 100%;
    }
    .scene_phone ul li:nth-child(2) {
        background: url(/Content/Areas/Common/images/main/fangan_bg2.png);
        background-size: 100%;
    }
    .scene_phone ul li:nth-child(3) {
        background: url(/Content/Areas/Common/images/main/fangan_bg3.png);
        background-size: 100%;
    }
    .scene_phone ul li:nth-child(4) {
        background: url(/Content/Areas/Common/images/main/fangan_bg4.png);
        background-size: 100%;
    }
    .scene_phone ul li:nth-child(5) {
        background: url(/Content/Areas/Common/images/main/fangan_bg5.png);
        background-size: 100%;
    }
    .scene_phone ul li:nth-child(6) {
        background: url(/Content/Areas/Common/images/main/fangan_bg6.png);
        background-size: 100%;
    }
    .scene_phone ul li:nth-child(even) {
        float: right;
    }
    .scene_phone ul li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .scene_phone ul li a img {
        width: 0.65rem;
        height: 0.65rem;
        display: block;
        margin: 0.6rem auto 0.4rem;
    }
    .scene_phone ul li a span {
        font-size: 0.3rem;
        color: #fff;
        text-align: center;
        display: block;
    }
    .dxal .ft {
        bottom: 0;
    }
    .c-section-inner {
        width: 100%;
        padding: 0;
    }
    .c-section.c-p-y-tall {
        padding: 0;
    }
    .c-section.bg-color {
        background: url(/Content/Areas/Common/images/main/fuwu_phone.jpg) no-repeat center center;
        padding: 0 0.4rem;
        overflow: hidden;
        overflow: hidden;
    }
    .c-section-tit {
        font-size: 0.4rem;
        margin-bottom: 0.32rem;
        font-weight: bold;
        margin-top: 0.8rem;
    }
    .home-service-mod .c-section-hd {
        margin-bottom: 0;
    }
    .home-service-info,
    .home-contact {
        display: none;
    }
    .home-service-info-phone {
        display: block;
        color: #4E88EB;
        text-align: center;
        font-size: 0.28rem;
    }
    .home-service-list {
        margin-top: 0.5rem;
        box-sizing: border-box;
    }
    .home-service-list>ul {}
    .home-service-item {
        display: block;
        width: 33.3%;
        border-right: none;
        float: left;
        margin-bottom: 0.2rem;
    }
    .home-service-item>a {
        padding: 0;
    }
    .home-service-tit {
        color: #333;
        font-size: 0.24rem;
        font-weight: 400;
        margin: 0;
        padding: 0 0.3rem;
    }
    .home-service-icon {
        width: 0.96rem;
        height: 0.96rem;
    }
    .home-service-icon img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -0.24rem 0 0 -0.24rem;
        width: 0.48rem;
        height: 0.48rem;
    }
    .home-tel {
        width: 3.95rem;
        height: 0.67rem;
        line-height: 0.67rem;
        margin: 0.5rem auto;
        border-radius: 5px;
        background: #4E88EB;
        font-size: 0.27rem;
        color: #fff;
    }
    .home-tel img {
        margin-left: 0.42rem;
        margin-right: 0.5rem;
        margin-top: 0.15rem;
        float: left;
        width: 0.38rem;
        height: 0.38rem;
    }
}