a:hover {
    text-decoration: none;
}

a {
    color: #333;
}

i {
    font-style: normal;
}

a,
h1,
h2,
h3,
h4,
p,
span,
i,
b {
    font-family: "sans-serif,Microsoft YaHei light Hiragino Sans GB";
    font-weight: 300 !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
}

.animate,
.animateall,
.animateall * {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

/**/
.super_logo {
    position: absolute;
    opacity: 0;
    animation: fadelogo 4s ease-in forwards;
    -webkit-animation: fadelogo 4s ease-in forwards;
    position: absolute;
    top: 0;
    left: 0;
}

.super_logo_m {
    position: absolute;
    opacity: 0;
    animation: fadelogo2 4s ease-in forwards;
    -webkit-animation: fadelogo2 4s ease-in forwards;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;

}

.disable-scroll {
    overflow: hidden;
    /* 可选：防止移动端滚动 */
    touch-action: none;
}

.dcbj {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-image: url(/template/default/images/bg.jpg);
    background-color: #fff;
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mob-dcbj {
    display: none;
}

#super {
    width: 100px;
    height: 100px;
}

#super_m {
    width: 150px;
    height: 150px;
}

.fix_start {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    height: 100px;

}

.fix_start_m {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    height: 150px;
}

.sk,
.xk,
.dian {
    animation: describe 4s forwards;
    -webkit-animation: describe 4s forwards;
}

.sk {
    stroke-dasharray: 920;
    stroke-dashoffset: 920;
}

.xk {
    stroke-dasharray: 875;
    stroke-dashoffset: 875;
}

.dian {
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    animation-delay: 0.5s;
}

@keyframes fadelogo {
    from {
        opacity: 0;
    }

    70% {
        opacity: 0.5;
        left: 0px;
    }

    to {
        opacity: 1;
        left: -160px;
    }
}

@-webkit-keyframes fadelogo {
    from {
        opacity: 0;
    }

    70% {
        opacity: 0.5;
        left: 0px;
    }

    to {
        opacity: 1;
        left: -160px;
    }
}

@keyframes fadelogo2 {
    from {
        opacity: 0;
    }

    70% {
        opacity: 0.5;
        left: 0px;
    }

    to {
        opacity: 1;
        left: 0px;
    }
}

@-webkit-keyframes fadelogo2 {
    from {
        opacity: 0;
    }

    70% {
        opacity: 0.5;
        left: 0px;
    }

    to {
        opacity: 1;
        left: 0px;
    }
}

@keyframes describe {
    from {
        opacity: 1;
    }

    to {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

@-webkit-keyframes describe {
    from {
        opacity: 1;
    }

    to {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

.fix_start div {
    position: relative;
}

.txt_logo {
    position: absolute;
    top: 0;
    left: -80px;
    animation: goright 1s forwards;
    -webkit-animation: goright 1s forwards;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    opacity: 0;
}

@keyframes goright {
    from {
        opacity: 0;
        left: -80px;
    }

    to {
        left: -40px;
        opacity: 1;
    }
}

@-webkit-keyframes goright {
    from {
        opacity: 0;
        left: -80px;
    }

    to {
        left: -40px;
        opacity: 1;
    }
}

.hide_close {
    animation: opacity2 2s forwards;
    -webkit-animation: opacity2 2s forwards;
    -moz-animation: opacity2 2s forwards;

}

@keyframes opacity2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes opacity2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes opacity2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
    }
}

/*头部*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 99;
    display: flex;
    align-items: center;
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    max-width: 1100px;
}

.menu .headqr {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 18px;
    margin-left: 26px;
    position: relative;
    cursor: pointer;
}

.menu .headqr:hover .head-qrimg {
    top: 35px;
    visibility: visible;
}

.menu .menu-tip {
    display: flex;
    line-height: 1;
}

.menu ul li {
    min-width: 100px;
    text-align: center;
    position: relative;
    flex: 1;
}

.menu ul li .b-menu {
    position: relative;

}

.menu ul li:hover .s-menu {
    top: 40px;
    visibility: visible;
}

.s-menu {
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: -25px;
    width: 165px;
    background: #fff;
    padding: 10px 0;
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
}

.s-menu a {
    display: block;
    line-height: 1.8;
    font-size: 14px;
    padding: 0 10px;
}

.s-menu a:hover {
    background: #0a65a6;
    color: #fff;
}

.menu ul li .b-menu {
    position: relative;
    /* 父元素需相对定位 */
    display: inline-block;
    /* 确保伪元素正确定位 */
}

.menu ul li .b-menu:after {
    opacity: 0;
    content: "";
    width: 100%;
    background: #0a65a6;
    height: 2px;
    position: absolute;
    bottom: -20px;
    /* 初始位置在标签底部下方 */
    left: 0;
    transform: translateY(100%);
    /* 从完全隐藏位置开始 */
    transition: transform 0.2s ease-out, bottom 0.2s ease-out;
    /* 同步两个属性的过渡 */
    -webkit-transition: transform 0.2s ease-out, bottom 0.2s ease-out;
    -o-transition: transform 0.2s ease-out, bottom 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out, bottom 0.2s ease-out;
}

.menu ul li .b-menu:hover:after {
    opacity: 1;
    transform: translateY(0);
    /* 滑动到原始位置 */
    bottom: -15px;
    /* 固定在标签底部 */
}

.menu-tip {
    position: relative;
}

.head-qrimg {
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: -45px;
    width: 110px;
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;

}

.head-qrimg img {
    width: 100%;
}

.menu .menu-tip i {
    display: block;
}

.menu .menu-tip p {
    margin: 0;
}

.menu .headtel {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -20px 0;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.menu {
    font-size: 16px;
}

.slide-nav {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
}

.slide-nav li {
    width: 45px;
    height: 45px;
    padding: 5px 0 0 5px;
    background: url(/template/default/images/icon/icon.png) no-repeat;
    margin-bottom: 6px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    cursor: pointer;
}

.slide-nav .zx-btn {
    background-position: -564px -146px;
    background-color: #0069b3;
}

.slide-nav .zx-btn a {
    display: block;
    height: 100%;
}

.slide-nav .qr-btn {
    background-position: -564px 7px;
    background-color: #b9b9b9;
    position: relative;
}

.slide-nav .qr-btn:hover .qrimg {
    left: -116px;
    visibility: visible;
}

.slide-nav .qr-btn .qrimg {
    visibility: hidden;
    width: 110px;
    position: absolute;
    top: 0;
    left: -136px;
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.slide-nav .tel-btn:hover .tel-btn-info {
    left: -146px;
    visibility: visible;
}

.tel-btn-info {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -166px;
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    padding: 5px 8px;
    background: #fff;
    -moz-transition: all 0.2s ease-out;
}

.tel-btn-info h4 {
    font-size: 14px;
    margin: 0;
}

.tel-btn-info p {
    font-weight: 700 !important;
    font-size: 16px;
    margin: 0;

}

.slide-nav .qr-btn .qrimg img {
    width: 100%;
}

.slide-nav .tel-btn {
    background-position: -564px -46px;
    background-color: #b9b9b9;
    position: relative;
}

.slide-nav .top-btn {
    background-position: -564px -96px;
    background-color: #b9b9b9;
    display: none;
}

.slide-nav li:hover {
    background-color: #ec880f;
}

#index-banner {
    overflow: hidden;
    position: relative;
}

/*banner*/
.banner {
    /* position: fixed; */
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.banner-img {
    width: 100%;
    height: 100vh;
}

.banner-1,
.banner-2 {
    position: relative;
}

.banner-1 img,
.banner-2 img {
    height: 100%;
    object-fit: cover;
}

#index-banner {
    height: 100vh;
}

.big-banner {
    position: relative;
}

.big-banner .banner-text-box {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    margin: 0 auto;
    color: #fff;
}

.big-banner .banner-en {
    font-size: 35px;
}

.big-banner .banner-title {
    font-size: 55px;
    font-weight: 600;
}

.banner-1 .banner-text-box {
    position: absolute;
    display: block;
    top: 25%;
    left: 10%;
    margin: 0 auto;
    color: #fff;
}

.banner-2 .banner-text-box {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translatey(-70%);
    margin: 0 auto;
    color: #fff;
}

.banner-1 .banner-title {
    font-size: 85px;
    font-weight: 600;
}

.banner-2 .banner-title {
    font-size: 85px;
    font-weight: 600;
    text-align: center;
}

.banner-1 .banner-en {
    font-size: 20px;
}

.banner-1 .banner-text {
    font-size: 40px;
    position: relative;
}

.banner-2 .banner-text {
    font-size: 40px;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.banner-1 .banner-text::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #fff;
}

.banner .swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 70px;
    height: 4px;
    background: #ffffff;
    opacity: .5;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #5b8cfc;

}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 40px;
}

/*资源库*/
.zy-item {
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 2px 0;
    width: 1280px;
    margin: 52px auto 0;
}

.zy-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.zy-title h3 {
    color: #333;
    font-size: 20px;
}

.zy-title a {
    color: #7e8387;
}

.zy-ctn {
    padding: 12px 0 0;
}

.zy-title a:hover {
    color: #0a65a6;
}

.zy-lan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.zy-dh {
    align-items: flex-start;
}

.zy-dh h3 {
    margin-top: 22px;
}

.zy-lan h3 {
    width: 110px;
    background: #0a65a6;
    color: #fff;
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
}

.zy-xx {
    align-items: flex-start;
}

.zy-xx ul {
    display: flex;
    align-items: center;

}

.zy-xx ul li {
    margin-right: 30px;
}

.zy-xx ul p {
    color: #7e8387;
    text-align: center;
    padding: 12px 0 0;
}

.zy-xx-item {
    margin: 52px auto 62px;
}

/*首页主体*/
.index-body {
    position: relative;
    background: #fff;
    overflow: hidden;
    /* margin-top: 100vh; */
}

.i-title h3 {
    color: #0a65a6;
    font-size: 24px;
    text-align: center;
}

.i-title h2 {
    color: #575757;
    font-size: 24px;
    text-align: center;
    margin: 19px 0 17px;
}

.i-title h1 {
    color: #1a1a1a;
    font-size: 34px;
    text-align: center;
    font-weight: 400 !important;
    margin: 19px 0 30px;
}

.i-title span {
    width: 100px;
    height: 2px;
    margin: 0 auto;
    position: relative;
    display: block;
    background: #2e2e2e;
}

.i-title .title-tips {
    color: #0a5e9b;
    font-size: 24px;
    text-align: center;
    font-weight: 700 !important;
    margin: 20px auto 30px;
}

/* .i-title span:before {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #0a65a6;
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
}

.i-title span:after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #0a65a6;
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
} */
.gsjg-item>div {
    flex: 1;
}

.gsjg-item-l {
    position: relative;
    background-image: url(/template/default/images/index-hlwyx.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    height: 400px;
}

#yxch .gsjg-item-l .mkkj-item-r-m {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
}

#yxch .gsjg-item-l .mkkj-item-r-m .countUp {
    color: #fff;
    font-size: 65px;
}

#yxch .gsjg-item-l .mkkj-item-r-m .fsize-L {
    font-size: 35px;
    font-weight: 600 !important;
}

#yxch .gsjg-item-l .mkkj-item-r-m .fsize-S {
    font-size: 25px;
    font-weight: 600 !important;
}

#yxch .gsjg-item-l .mkkj-item-r-m .mkkj-item-mitem {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gsjg-item-r {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0;
    margin-left: 35px;
}

.gsjg-item-r .more-btn {
    margin: 32px 0;
}

.gsjg-item-r .fsize-S {
    font-size: 32px;
    font-weight: 700 !important;
    color: #0068ba;
}

.gsjg-item-r>div {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
}

.gsjg-item-r .gsjg-item-r-m {
    display: flex;
}

.gsjg-item-r .gsjg-item-r-m .gsjg-item-mitem {
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex: 1;
}

.gsjg-item-r .gsjg-item-r-m .gsjg-item-mitem .gsjg-item-mitem-num {
    font-size: 50px;
    text-align: center;
    color: #0068ba;
    font-weight: 600;
}

.gsjg-item-r .gsjg-item-r-m .gsjg-item-mitem .gsjg-item-mitem-tips {
    font-size: 16px;
    text-align: center;
}

.gsjg-item-r .gsjg-item-r-m .gsjg-item-mitem .gsjg-item-mitem-num .fsize-S {
    font-size: 20px;
    font-weight: 600 !important;
}

.gsjg-item-r .gsjg-item-r-m .gsjg-item-mitem .gsjg-item-mitem-num .fsize-L {
    font-size: 35px;
    font-weight: 600 !important;
}

.o-content h3 {
    color: #575757;
    font-size: 36px;
    margin: 52px 0 42px;
    text-align: left;
}

.o-content h3 b {
    font-weight: 700 !important;
}

.o-content p {
    line-height: 2.2;
    text-align: left;
    font-size: 16px;

}

.more-btn {
    display: block;
    border: 1px solid #d4d2d2;
    width: 170px;
    margin: 26px auto;
    line-height: 2.6;
    color: #575757;
    text-align: center;
    position: relative;
    z-index: 1;
}

.more-btn:after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 51%;
    background: #0a65a6;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.more-btn:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0a65a6;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.more-btn:hover {
    color: #fff;
}

.more-btn:hover:after {
    content: "";
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a65a6;
}

.more-btn:hover:before {
    content: "";
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0a65a6;
}

.one-item {
    padding: 50px 0;
}

.t-content {
    box-sizing: border-box;
    padding: 4vh 2vw;
}

/*案例*/
.t-content ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;

}

.t-content ul li {
    width: 32%;
    margin: 0 1.33% 2% 0;
}

.pc-anli-info h3 {
    font-size: 18px;
    margin: 12px 0 6px;
}

.pc-anli-info p {
    font-size: 12px;
    line-height: 1.6;
    margin: 8px 0 0;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
}

.t-content ul li .kh-img {
    height: 42vh;
    position: relative;
    -moz-perspective: 1500px;
    -webkit-perspective: 3000px;
    perspective: 3000px;
    -o-perspective: 3000px;
    -ms-perspective: 3000px;
}

.t-content ul li .kh-img img {
    height: 42vh;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(-0deg);
    -o-transform: rotateX(-0deg);
    -ms-transform: rotateX(-0deg);
    transform: rotateX(-0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.t-content ul li .kh-img:hover img {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -o-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

.t-content ul li .kh-img:hover .black-bg {
    opacity: 1;
}

.t-content ul li .kh-img .black-bg {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 105, 179, .5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 105, 179, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 105, 179, .5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 105, 179, .5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 105, 179, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 105, 179, .5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-content ul li .kh-img .black-bg h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 500 !important;
    color: #fff;
}

.t-content ul li .kh-img .black-bg p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 53px;
}

.t-content ul li .kh-img .black-bg i {
    width: 54px;
    height: 54px;
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: 0 -23px;
    display: block;
    margin: 0 auto;
}

.t-content ul li img {
    width: 100%;
}

.two-item {
    padding: 50px 0;
    background-color: #fff;
}

.three-item {
    padding: 45px 0 90px 0;
    background: #fff;
}

.five-item {
    padding: 45px 0 90px 0;
    background: #fff;
}

.six-item {
    padding: 45px 0 90px 0;
    background: #fff;
}

.zhrk-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zhrk-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 24px 46px;
    width: 33.33%;
    border: 1px solid #f5f5f5;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.zhrk-item a:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0a65a6;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.zhrk-item a:after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 51%;
    background: #0a65a6;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.zhrk-item a p h3 {
    color: #333333;
}

.zhbanner {
    width: 100%;
    max-width: 100%;
}

.zhrk-item a p {
    color: #343434;
}

.zhrk-item a:hover {
    color: #fff;
}

.zhrk-item a:hover:after {
    content: "";
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a65a6;
}

.zhrk-item a:hover:before {
    content: "";
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0a65a6;
}

.three-content ul {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 60px auto 0 auto;
}

.three-content .youshi-con h3 {
    font-size: 14px;
    line-height: 1.8;
}

.three-content ul li {
    overflow: hidden;
}

.three-content ul li:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    border: 1px solid #0a65a6;
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
}

.three-content .jzl-l {
    float: left;
    width: 68px;
    height: 52px;
}

.three-content .jzl-l-1 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -57px 0;
}

.three-content .jzl-l-2 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -125px 0;
}

.three-content .jzl-l-3 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -193px 0;
}

.three-content .jzl-r {
    float: left;
    margin-left: 16px;
}

.three-content .jzl-r h3 {
    font-size: 22px;
    color: #333333;
}

.three-content .jzl-r h4 {
    font-size: 16px;
    color: #575757;
}

.jzl-nr {
    overflow: hidden;
    width: 280px;
    margin-top: 18px;
}

.jzl-nr a {
    float: left;
    color: #575757;
    line-height: 1.8;
    box-sizing: border-box;
    display: block;
    padding: 0 8px;
    border: 1px solid #575757;
    margin: 0 16px 8px 0;
    min-width: 130px;
    text-align: center;
}

.jzl-nr a:hover {
    background: #0a65a6;
    color: #fff;
}

.jzl-nr a:nth-child(even) {
    margin: 0 0 8px 0;
}

/*聊天*/
.chat-item {
    position: relative;
    height: 389px;
}

.chat-item h3 {
    position: relative;
    text-align: center;
    font-size: 48px;
    color: #fff;
    width: 484px;
    margin: 0 auto;
}

.chat-item h3:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 34px;
    top: 0;
    left: -15px;
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: 0 -165px;
}

.chat-img {
    width: 100%;
    height: 389px;
}

.chat-banner-1 {
    background: url(/template/default/images/hyfa_1.jpg) no-repeat center center;
}

.chat-banner-2 {
    background: url(/template/default/images/hyfa_2.jpg) no-repeat center center;
}

.chat-banner-3 {
    background: url(/template/default/images/hyfa_3.jpg) no-repeat center center;
}

.chat-banner-4 {
    background: url(/template/default/images/hyfa_4.jpg) no-repeat center center;
}

.chat-banner-5 {
    background: url(/template/default/images/hyfa_5.jpg) no-repeat center center;
}

.chat-item h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 34px;
    bottom: -5px;
    right: -15px;
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -15px -165px;
}

.chat-item p {
    position: relative;
    text-align: center;
    color: #d2d2d2;
    font-size: 22px;
    padding: 126px 0 0 0;
}

.chat-item p:before {
    content: "";
    position: absolute;
    width: 56px;
    height: 58px;
    margin-left: -28px;
    left: 50%;
    top: 38px;
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: 0 -95px;
}

.chat-btn {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -85px;
}

.chat-item a {
    display: block;
    width: 170px;
    line-height: 2.8;
    background: #fff;
    color: #575757;
    text-align: center;
    position: relative;
    z-index: 1;
}

.chat-item .swiper-button-next,
.chat-item .swiper-button-prev {
    width: 44px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.5;
}

.chat-item .swiper-button-next:hover,
.chat-item .swiper-button-prev:hover {
    opacity: 1;
}

.chat-item a:after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 51%;
    background: #0a65a6;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.chat-item a:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0a65a6;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.chat-item a:hover {
    color: #fff;
}

.chat-item a:hover:after {
    content: "";
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a65a6;
}

.chat-item a:hover:before {
    content: "";
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0a65a6;
}

.four-item {
    padding: 45px 0 90px 0;
    ;
}

.four-content {
    margin-top: 72px;
    width: 1400px;
    padding: 0 0 130px 0;
    display: flex;
    justify-content: space-between;
}

.f-nr-r {
    width: 46.4%;
    min-width: 46.4%;
}

.f-nr-l {
    width: 48.8%;
    min-width: 48.8%;
}

.f-nr-l h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    margin: 14px 0 8px 0;
}

.school-img {
    display: block;
    height: 30vh;
    overflow: hidden;
}

.school-img:hover img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
}

.f-nr-l p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575757;

}

.f-nr-l img {
    width: 100%;
}

.f-nr-r a {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 18px 16px 0;
    position: relative;
    z-index: 1;
}

.f-nr-r h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.f-nr-r p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575757;
    padding: 0 0 8px;

}

.f-nr-r a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #0a65a6;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.f-nr-r a:hover h3,
.f-nr-r a:hover p {
    color: #fff;
}

.f-nr-r a:hover:after {
    width: 100%;
}

.m-zhbanner {
    display: none;
}

.zx-item {
    width: 510px;
    margin: 30px auto 0;
    display: flex;
    background: #eaeaea;
    position: relative;
    z-index: 1;
}

.zx-item span {
    content: "";
    height: 100%;
    width: 33.33%;
    background: #0a65a6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.zx-item li:hover {
    cursor: pointer;
}

.zx-item .active {
    color: #fff;
}

.zx-item li {
    width: 33.33%;
    text-align: center;
    line-height: 2.8;
    color: #575757;
}

#xz2,
#xz1 {
    display: none;
}

.leftstand {
    animation: mymove 1s forwards;
    -webkit-animation: mymove 1s forwards;

}

@keyframes mymove {
    from {
        transform: translateX(-50px);
    }

    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes mymove {
    from {
        transform: translateX(-50px);
    }

    to {
        transform: translateX(0);
    }
}

.rightstand {
    animation: mymove2 1s forwards;
    -webkit-animation: mymove2 1s forwards;

}

@keyframes mymove2 {
    from {
        transform: translateX(50px);
    }

    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes mymove2 {
    from {
        transform: translateX(50px);
    }

    to {
        transform: translateX(0);
    }
}

/*服务领域*/
.fwly-bg {
    background: url(/template/default/images/fwly_02.jpg) no-repeat top center;
    background-attachment: fixed;
}

.new-wt {
    width: 1280px;
    margin: 0 auto;
    padding: 60px 0;
}

.nav-lanmu div {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    left: 0;
    top: 0;
}

.nav-lanmu {
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    background: #fff;
    z-index: 9;

}

.nav-lanmu .active {
    color: #0069b3;
    border-bottom: 2px solid #0069b3;
}

.nav-lanmu .new-wt {}

.nav-lanmu a {
    color: #333;
    text-align: center;
    width: 33.33%;
    display: block;
    font-size: 18px;
    line-height: 2.6;
    cursor: pointer;
}

.fwly-title {
    text-align: center;
}

.fwly-title h1 {
    font-size: 24px;
    color: #333;
}

.fwly-title h3 {
    font-size: 20px;
    display: inline-block;
    padding: 8px 28px;
    border: 1px solid #0a65a6;
    color: #333;
    margin: 24px 0 12px;
}

.fwly-title p {
    line-height: 2.2;
    color: #7e8387;
}

.fwly-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fwly-con-r {
    background: #0069b3;
    box-sizing: border-box;
    padding: 62px 98px 0 62px;
    min-height: 318px;
    width: 50%;
}

.fwly-con-r h3 {
    color: #fff;
}

.fwly-con-r p {
    color: #fff;
    line-height: 2.2;
    margin-top: 24px;
}

.tg-fw-1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.tg-fw-1 ul li {
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    width: 30%;
    text-align: center;
    padding: 46px 0 30px;
    margin-bottom: 36px;
    background: #fff;
}

.tg-fw-2 ul li:nth-child(4) {
    margin-left: 17.5%;
}

.tg-fw-2 ul li:nth-child(5) {
    margin-right: 17.5%;
}

.tg-fw-3 ul li:nth-child(1) {
    margin-left: 17.5%;
}

.tg-fw-3 ul li:nth-child(2) {
    margin-right: 17.5%;
}

.tg-fw-1 ul li:hover {
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    border: 1px solid #0069b3;
}

.tg-fw-1 ul li img {
    display: inline;
    margin-bottom: 22px;
}

.gray {
    background: #f5f5f5;
}

.fwly-b-con {
    margin: 45px 0;
}

.ht {
    height: 47px;
    display: none;
}

/*内容*/
.anli-new-cont {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.anli-new-cont-l,
.anli-new-cont-r {
    width: 50%;
}

.anli-new-cont-r {
    box-sizing: border-box;
    padding: 60px 60px 25px 60px;
}

.anli-new-cont-r h1 {
    font-size: 26px;
    color: #333;
}

.anli-new-cont-r h2 {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 1.8;
    margin: 18px 0 28px;
}

.xg-txt div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
}

.xg-txt div h3 {
    padding: 6px 12px;
    font-size: 16px;
    color: #fff;
    background: #0069b3;
    min-width: 88px;
}

.xg-txt div p {
    line-height: 2;
    margin-left: 12px;
}

.xg-txt {
    margin-bottom: 32px;
}

.anli-new-cont-r ul {
    display: flex;
    align-items: flex-start;
}

.anli-new-cont {
    margin: 60px 0 0;
}

.page-tiao {
    margin: 10px 0 60px 0;
    display: flex;
    justify-content: space-between;
}

.anli-new-cont-r ul li {
    width: 25%;
    text-align: center;
}

.anli-new-cont-r ul li p {
    margin-bottom: 0px;
    margin-top: 8px;
    font-size: 18px;
}

.anli-new-cont-r ul li span {
    font-size: 14px;
}

/*底部*/
.nav-lanmu2 li {
    width: 25%;
}

.nav-lanmu3 li {
    width: 14.28%;
}

.nav-lanmu3 {
    padding: 10px;
}

.nav-lanmu3 a {
    font-size: 16px;
}

.nav-lanmu3 .active {
    color: #0069b3;
    border-bottom: 2px solid #0069b3;
}

.youshi-con h3 {
    font-size: 14px;
    line-height: 1.8;
}

footer {
    position: relative;
    padding: 54px 0 12px;
    background-image: url(/template/default/images/footer-bg.jpg);
    background-position: bottom;
    background-size: cover;
}

.footer-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.copyright {
    position: relative;
    z-index: 10;
    border-top: 1px solid #373d41;
    margin-top: 24px;
    padding: 12px 0 0 0;
}

.copyright p,
.copyright a {
    color: #7e8387;
    text-align: center;
}

.db-foot {
    display: flex;
    justify-content: space-around;
}

.add-item {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.db-foot-img img {
    width: 150px;
}

.add-item>div {
    margin-bottom: 20px;
}

.add-item h3 {
    color: #fff;
    font-size: 16px;
    padding: 0 0 12px;

}

.add-item p {
    font-size: 12px;
    color: #7e8387;
}

.add-item a {
    font-size: 12px;
    color: #fff;
}

.copyr {
    color: #7e8387;
}

.foot-l {
    display: flex;
}

.foot-l p {
    color: #7e8387;
    margin: 25px 0 20px;
    font-size: 12px;
    line-height: 1.6;
}

.foot-l h3 {
    color: #cbcbcb;
    line-height: 1.6;
    font-size: 14px;
}

.foot-r h3 {
    color: #7e8387;
    font-size: 26px;
}

.foot-r b {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700 !important;
}

.foot-r p {
    color: #7e8387;
    font-size: 12px;
    line-height: 2.2;
}

.qr-code {
    width: 118px;
}

.qr-code img {
    width: 100%;
}

.foot-menu {
    float: left;
    min-width: 165px;
}

.foot-menu h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 16px;
}

.foot-menu div {
    overflow: hidden;
}

.foot-menu {

    float: left;
    margin-bottom: 46px;
}

.foot-menu div a {
    display: block;
    font-size: 12px;
    color: #7e8387;
    line-height: 2;
}

.foot-menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.foot-menu a {
    display: inline-block;
    font-size: 12px;
    color: #7e8387;
    line-height: 2;
}

.foot-r {
    min-width: 245px;
}

.foot-m {
    overflow: hidden;
    width: 520px;
}

.tophigh {
    height: 78px;
}

.anlimenu {
    text-align: center;
    margin-top: 58px;
}

.anlimenu li a {
    margin-right: 16px;
    position: relative;
}

.anlimenu li a:after {
    content: "";
    width: 0%;
    background: #0069b3;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.anlimenu li a:hover:after {
    width: 100%;

}

.anlimenu li a:hover {
    color: #0069b3;
}

.anlimenu .onhover {
    position: relative;
}

.anlimenu li .onhover:after {
    content: "";
    width: 100%;
    background: #0069b3;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

/*内容页*/
.neirong-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 76px;
    margin-top: 36px;
}

.neirong-title-r {
    min-width: 760px;
    max-width: 760px;
}

.neirong-title p {
    margin: 0;
    line-height: 2;
    text-align: justify;
    font-size: 16px;
}

.neirong-title-l p {
    font-size: 16px;
}

.neirong-title-l h3 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 30px;
}

.anlicontetn-top {
    width: 1400px;
    margin: 50px auto;
}

.anlicontetn-top .kh-img img {
    width: 100%;
}

.kh-img {
    margin: 0 0 50px 0;
}

.index-khimg {
    margin: 0;
}

.anl-title {
    font-size: 28px;
    position: relative;
    color: #333;
    padding: 0 0 0 30px;
}

.anl-title:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #333;
    top: 10px;
    left: 10px;

}

.anl-content-info {
    line-height: 2;
    color: #575757;
}

.qywh {
    margin-bottom: 60px;
}

/*品牌策划*/
.ppch-bg {
    background: url(/template/default/images/ppzl_03.jpg) no-repeat top center;
    background-attachment: fixed;
}

.ppch-gs-item {
    padding: 45px 0 !important;
}

.ppch-gs-item .i-title h3 {
    color: #333;
    font-size: 32px;
    margin-bottom: 26px;
}

.ppch-gs-item .i-title p {
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
    line-height: 2.2;
}

.pphy-bg {
    background: url(/template/default/images/pxhy_03.jpg) no-repeat top center;
    background-attachment: fixed;
}

.pxlj-item {
    text-align: center;
    padding: 12px 0 60px 0;
}

.pxlj-item img {
    display: inline-block;
}

/*行业资讯*/
.hyzx-bg {
    background: url(/template/default/images/hyzx_02.jpg) no-repeat top center;
    background-attachment: fixed;
}

.newlist-item li {
    padding: 36px 0;
    border-bottom: 1px solid #f5f5f5;
}

.newlist-item li:last-child {}

.newlist-item li a {
    display: flex;
    position: relative;
    z-index: 1;
}

.newlist-item li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #0a65a6;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.newlist-item li a:hover:after {
    width: 100%;
}

.newlist-item li a:hover .newlist-r {
    padding: 20px 60px
}

.newlist-item li a:hover .newlist-r h1,
.newlist li a:hover .newlist-r p,
.newlist li a:hover .newlist-r span {
    color: #fff;
}

.newlist-r {
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newlist-r h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 26px;
}

.newlist-r p {
    color: #7e8387;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;
}

.newlist-r span {
    color: #7e8387;
    font-size: 16px;
    display: inline-flex;
    align-items: flex-end;
}

.pagess {
    clear: both;
    height: 30px;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #0069b3;
    padding: 2px 9px;
    margin: 0 3px;
    background: #0069b3;
    color: #fff;
}

.page-cont-r div {
    margin-bottom: 62px;
}

/*招聘*/
.join-con-2 {
    width: 900px;
    margin: 0 auto;
    padding: 42px 0 0 0;
}

.join-con-2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 120px;
}

.join-con-2 ul li {
    text-align: center;
    opacity: .4;
}

.join-con-2 ul li p {
    font-size: 16px;
    margin-top: 4px;
}

.join-con-2 ul .active {
    opacity: 1;
}

.zp-con-ifno {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 46px 0 60px 0;
}

.zpgw1,
.zpgw2 {
    display: none;
}

.zp-con-r div {
    flex-wrap: wrap;
}

.zp-con-r {
    padding: 0 0 0 102px;
}

.zp-con-r div h1 {
    font-size: 26px;
    color: #333;
    margin-bottom: 18px
}

.zp-con-r div p {
    color: #7e8387;
    font-size: 16px;
    line-height: 1.8;
}

.zp-con-r em {
    font-style: normal;
    color: #7e8387;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 38px;
    display: block;
}

/*新媒体*/
.lanmu-bg {
    width: 100%;
    height: 398px;
}

.xmt-bg {
    background: url(/template/default/images/xmt-bg_01.jpg) no-repeat top center;
    background-attachment: fixed;
}

.con-1 ul {
    width: 940px;
    margin: 0 auto;
    padding-top: 93px;
    overflow: hidden;
}

.con-1 li {
    width: 418px;
    border: 1px solid #575757;
    display: flex;
    justify-content: space-between;
    padding: 45px 25px 25px;
    position: relative;
    margin-bottom: 78px;
    float: left;
    min-height: 178px;
}

.con-1 li:hover {
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
}

.con-1 li:nth-child(odd) {
    margin-right: 104px;
}

.con-1 li:hover .con-xh {
    border-radius: 15px;
    background: #0069b3
}

.p-right {
    min-width: 260px;
    max-width: 260px;
    color: #575757;
}

.p-right p {
    margin-top: 10px;
}

.p-left {
    color: #575757;
    padding-top: 35px;
    display: block;
}

.con-xh {
    position: absolute;
    width: 76px;
    height: 78px;
    text-align: center;
    background: #575757;
    color: #fff;
    line-height: 78px;
    font-size: 61px;
    top: -39px;
    left: 25px;
}

.gary-bg {
    background: #f5f5f5;
    padding: 35px 0;
}

.con-2 {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 70px auto 35px;
}

.con-2 li {
    width: 18.28%;
    background: #fff;
    padding: 25px 34px;
    text-align: center;
}

.con-2 li p {
    margin: 0;
    line-height: 2;
    color: #575757;
    margin-top: 16px;
}

.con-2 .fuwuicon {
    width: 72px;
    height: 70px;
    margin: 0 auto 10px auto;
    display: block;
}

.con-2 span {
    display: block;
    width: 100%;
    height: 1px;
    background: #575757;
}

.ficon-1 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: 0px -530px;
}

.ficon-2 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -88px -530px;
}

.ficon-3 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -170px -530px;
}

.ficon-4 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -255px -530px;
}

.ficon-5 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -340px -530px;
}

.con-2 li:hover {
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
}

.img-bg {
    width: 100%;
    height: 470px;
    background: url(/template/default/images/lc-bg_04.jpg) no-repeat;
    background-attachment: fixed;
    padding: 44px 0 0 0;
}

.con-3 {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 70px auto 50px;
}

.con-3 li {
    width: 12.5%;
    position: relative;
}

.con-3 li:last-child:after {
    display: none;
}

.con-3 li:after {
    position: absolute;
    width: 33px;
    height: 33px;
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -256px 0px;
    content: "";
    right: -72px;
    top: 28px;
}

.con-3 li h3 {
    color: #fff;
    position: relative;
    font-size: 32px;
}

.con-3 li span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 8px 0 6px;
}

.con-3 li p {
    color: #fff;
    line-height: 1.8;
    margin: 0;
}

.img-bg .i-title h2 {
    color: #fff;
}

.con-4 ul {
    width: 1400px;
    margin: 0 auto;
    padding: 0 0 42px 0;
    overflow: hidden;
}

.con-4 ul li {
    float: left;
    width: 31%;
    margin-right: 3%;
    margin-top: 42px;
}

.con-4 ul li a {
    display: block;
    overflow: hidden;
}

.con-4 ul li a img {
    width: 100%;
}

.con-4 ul li:nth-child(3) {
    margin-right: 0;
}

.con-4 ul li:nth-child(6) {
    margin-right: 0;
}

.con-4 ul li h4 {
    margin-bottom: 4px;
}

/* Wobble Top */
@-webkit-keyframes wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes wobble-top {
    16.65% {
        -webkit-transform: translateY(10px);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.wobble-top {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.wobble-top:hover,
.wobble-top:focus,
.wobble-top:active {
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);

}

.zixun {
    width: 100%;
    height: 720px;
    background: url(/template/default/images/hzly-bg.jpg);
    background-position: center;
    background-size: cover;
}

.zx-area {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}

.zx-ifno-l {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.zx-ifno-l h4 {
    font-size: 16px;
}

.zx-ifno-l div {
    margin-bottom: 20px;
    line-height: 2.2;
}

.zx-ifno-l p {
    padding-left: 16px;
}

.zx-ifno-l h2 {
    font-size: 16px;
}

.zx-ifno-l h2 b {
    font-weight: 700 !important;
    font-size: 24px;
}

.zixun-kuang {
    width: 464px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
}

.zixun-kuang h3 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-bottom: 8px;
    color: #333;
}

.zixun-kuang .info {
    color: #575757;
    text-align: center;
    margin-bottom: 36px;
}

.zixun-lanmu {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.zixun-lanmu div {
    width: 44%
}

.zixun-lanmu div input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #C3D3E8;
}

.zixun-lanmu div input[type=text]::placeholder {
    color: #fff;
}

.zixun-lanmu div p {
    color: #575757;
    font-size: 12px;
    margin: 0;
    margin-bottom: 6px;
}

.zixun-lanmu div p i {
    color: #ff0000
}

.zixun-lanmu textarea {
    width: 100%;
    resize: none;
    height: 102px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background-color: #C3D3E8;
    padding: 10px;
}

.zixun-lanmu textarea::-webkit-input-placeholder {
    color: #fff;
}

.zixun-lanmu .qita {
    width: 100%;
}

.tj-btn {
    background: #1855A6;
    color: #fff;
    width: 150px;
    margin: 30px auto 0;
    text-align: center;
    border: none;
    border-radius: 10px;
    line-height: 40px;
    display: block;
}

.zixun-aera span {
    text-align: center;
    color: #d6cfcf;
    display: block;
    margin-top: 8px;
}

/*整合营销*/
.zhx-bg {
    background: url(/template/default/images/zhenghe-bg_02.jpg) no-repeat top center;
    background-attachment: fixed;
}

.zhcon-1 {
    text-align: center;
    margin-top: 32px;
}

.zhcon-1 p {
    line-height: 1.8;
}

.zhbcon {
    padding: 18px 0 32px;
}

.zhcon-2 {
    width: 100%;
    height: 621px;
    background: url(/template/default/images/zhje-bg_04.jpg) no-repeat center;
    padding: 85px 0 0 0;
}

.zhcon-img-item {
    width: 487px;
    margin: 0 auto;
    position: relative;
}

.text-img1 {
    position: absolute;
    top: -80px;
    left: 80px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    opacity: 1;
}

.text-img2 {
    position: absolute;
    top: 72px;
    right: -172px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    opacity: 1;

}

.text-img3 {
    position: absolute;
    top: 340px;
    right: -210px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    opacity: 1;
}

.text-img4 {
    position: absolute;
    top: 310px;
    left: -292px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    opacity: 1;
}

.text-img5 {
    position: absolute;
    top: 72px;
    left: -280px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    opacity: 1;
}

.text-img6 {
    position: absolute;
    top: 10px;
    left: -286px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    opacity: 1;
}

.text-img7 {
    position: absolute;
    top: 10px;
    right: -296px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    opacity: 1;
}

.zhongxi {
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.ppzh-lc-item ul li h3 {
    color: #333;
}

.ppzh-lc-item ul li span {
    background: #333;
}

.ppzh-lc-item ul li p {
    color: #7e8387;
}

.m_syt {
    display: none !important;
}

/*关于我们*/
.about-bg {
    background: url(/template/default/images/gywm-bg_02.jpg) no-repeat top center;
    background-attachment: fixed;
}

.wt-max {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.about-con1 {
    padding: 40px 0 80px 0;
}

.about-con1-top {
    display: flex;
    justify-content: space-between;
}

.about-l {
    min-width: 240px;
}

.about-l h4 {
    font-size: 28px;
    color: #333;
    margin-bottom: 45px;
}

.about-l h4 i {
    font-size: 42px;

}

.about-l p {
    line-height: 2;
    color: #575757;
    font-size: 20px;
}

.about-r {
    width: 66.66%;
}

.about-r h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 24px;
}

.about-r .about-p {
    color: #575757;
    line-height: 2;
}

.num-item {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 60px;
}

.num-item li {
    width: 20%;
    text-align: center;
    position: relative;
}

.num-item li:after {
    position: absolute;
    width: 1px;
    height: 144px;
    top: 50%;
    right: 0;
    margin-top: -72px;
    background: #eaeaea;
    content: "";
}

.num-item li:last-child:after {
    display: none;
}

.num-item li i {
    position: relative;
    display: inline-block;
    font-size: 114px;
    line-height: 1;
    letter-spacing: -6px;
    height: 114px;
}

.num-item li i b {
    font-size: 52px;
    color: #575757;
    position: absolute;
    top: -10px;
    right: -30px;
    font-weight: 300 !important;

}

.num-item li p {
    font-size: 14px;
    color: #575757;
    line-height: 1.6;
}

.gsjg-item {
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 25px;
}

.youshi-con {
    display: flex;
    justify-content: space-between;
}

.youshi-con li {
    width: 29%;
    background: #fff;
    position: relative;
    padding: 20px 30px 40px;
    text-align: center;
}

.youshi-con li:after {
    position: absolute;
    top: -2px;
    left: 50%;
    width: 150px;
    height: 4px;
    background: #335e7d;
    content: "";
    margin-left: -75px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    display: none;
}

.youshi-con li:before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 4px;
    background: #335e7d;
    content: "";
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    display: none;
}

.youshi-con li hr {
    width: 80%;
    margin: 25px auto;
}

.youshi-con li h4 {
    color: #333;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 500;

}

.youshi-con li p {
    line-height: 2;
    color: #575757;
    margin-bottom: 50px;
}

.youshi-con li .ys-icon {
    width: 66px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.youshi-con li .ys-icon-bg1 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -58px 0;
}

.youshi-con li .ys-icon-bg2 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -124px 0;
}

.youshi-con li .ys-icon-bg3 {
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -189px 0;
}

.youshi-con li:hover:after {
    width: 100%;
    margin-left: -50%;
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;

}

.youshi-con li:hover:before {
    width: 100%;
    margin-left: -50%;
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;

}

.about-con2 {
    width: 100%;
    height: 443px;
    background: url(/template/default/images/about-bg2_04.jpg) no-repeat center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-con2 .i-title h2 {
    color: #fff;
    font-size: 56px;
}

.about-con2 h4 {
    font-size: 16px;
    color: #fff;

    line-height: 3.2;
}

.about-con2 p {
    line-height: 2;
    color: #bebdbd;
}

.pinpai-tip {
    width: 377px;
    margin: 0 auto;
    position: relative;
}

.pinpai-tip img {}

.pinpai-tip1 {
    position: absolute;
    top: -125px;
    left: 0;
}

.pinpai-tip2 {
    position: absolute;
    bottom: 0;
    left: -388px;
}

.pinpai-tip3 {
    position: absolute;
    bottom: 0;
    right: -393px;
}

.about-con3 {
    padding: 191px 0 131px 0;
}

.about-con4 .i-title h4 {
    text-align: center;
    padding: 0 0 8px;
}

.xy-info {
    text-align: center;
    color: #575757； font-size:16px;
    padding: 40px 0 50px;
    margin: 0;
    line-height: 2;
}

.xy-step-item {
    width: 229px;
    margin: 0 auto;
    position: relative;
}

.step-zx {
    position: absolute;
    left: 0;
    top: 0;
}

.step-zx2 {
    position: absolute;
    right: 0;
    top: 0;
}

.xy-step-item li {
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
}

.xy-step1 {
    position: absolute;
    top: 0;
    left: -346px;
    z-index: 5;
}

.xy-step2 {
    position: absolute;
    top: 0;
    left: -175px;
    z-index: 6;
}

.xy-step4 {
    position: absolute;
    top: 0;
    right: -175px;
    z-index: 6;
}

.xy-step5 {
    position: absolute;
    top: 0;
    right: -346px;
    z-index: 5;
}

.xy-item-con {
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}

.xy-item-con li {
    width: 25%;
    padding: 38px 0 45px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.xy-item-con li:before {
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    content: "";
    background: #0a65a6;
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
}

.xy-item-con li:hover:before {
    height: 100%;
}

.xy-item-con li:hover h3,
.xy-item-con li:hover p {
    color: #fff;
}

.xy-item-con li:after {
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    background: #0a65a6;
    position: absolute;
}

.xy-item-con li h3 {
    color: #333333;
    font-size: 28px;
}

.xy-item-con li p {
    color: #575757;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 14px;
}

.about-con4 a {
    font-size: 18px;
    text-decoration: underline;
    color: #333;
    display: inline-block;
    padding: 10px 8px;
}

.about-con4 a:hover {
    background: #0a65a6;
    text-decoration: none;
    color: #fff;
}

.anli-more {
    text-align: center;
}

/*服务体系*/
.fwtx-bg {
    background: url(/template/default/images/fwtx-bg_02.jpg) no-repeat top center;
    background-attachment: fixed;
}

.fwtx-con1 {
    padding: 40px 0 0;
}

.fwtx-con1 ul {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 88px 0;
    align-items: center;
}

.fwtx-con1 ul li {
    width: 31.6%;
    position: relative;
}

.fwtx-con1 ul li:after {
    content: "";
    width: 51px;
    height: 51px;
    background: url(/template/default/images/icon/icon.png) no-repeat;
    position: absolute;
    background-position: -299px 0;
    top: 50%;
    margin-top: -25px;
    right: -25px;
}

.fwtx-con1 ul li:last-child:after {
    display: none;
}

.fwtx-con1 ul li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 2;
}

.fwtx-con2 {
    padding: 55px 0 70px;
}

.fwtx-con2 ul {
    padding: 52px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fwtx-con2 ul li:hover {
    -moz-box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-box-shadow: 1px 2px 8px #a5a5a5;
    box-shadow: 1px 2px 8px #a5a5a5;
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.fwtx-con3 {
    width: 100%;
    height: 443px;
    background: url(/template/default/images/fwtx-bg2_04.jpg) no-repeat center;
    background-attachment: fixed;
    padding: 36px 0 0 0;
}

.fwtx-con3 .i-title h3 {
    color: #fff;
}

.fwtx-con3 .i-title h2 {
    color: #fff;
}

.fwtx-con3 p {
    text-align: center;
    color: #333;
    font-size: 16px;
    padding: 40px 0 65px 0;
    line-height: 2;
    color: #fff;
}

.fwtx-con3 .tixi-tip {
    text-align: center;
}

.fwtx-con3 h1 {
    display: inline-block;
    padding: 16px 30px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.fwtx-con3 h1:after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 51%;
    background: #0a65a6;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.fwtx-con3 h1:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0a65a6;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.fwtx-con3 h1:hover {
    border: 1px solid #0a65a6;
}

.fwtx-con3 h1:hover:after {
    content: "";
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a65a6;
}

.fwtx-con3 h1:hover:before {
    content: "";
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #0a65a6;
}

.fwtx-con4 .work-info {
    color: #333;
    line-height: 2;
    font-size: 16px;
    padding: 28px 0 35px;
    text-align: center;
}

.fwtx-con4 {
    padding: 50px 0 156px;
    position: relative;
    overflow: hidden;
}

.fwtx-con4 .m-tip {
    font-weight: 700 !important;
    color: #fff;
    -webkit-text-stroke: 1.0px #ebebeb;
    text-stroke: 1.0px #ebebeb;
    bottom: -138px;
    left: 50%;
    font-size: 337px;
    position: absolute !important;
    line-height: 0.5;
    margin-left: -173px;

}

.fwtx-con4 ul {
    width: 1054px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.fwtx-con4 ul li {
    width: 140px;
    height: 140px;
    background: url(/template/default/images/yuanbg_18.png) no-repeat center center;
    padding: 6px;
    position: relative;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.fwtx-con4 ul li:nth-child(2) {
    -webkit-transform: translateX(-234px);
    -moz-transform: translateX(-234px);
    -o-transform: translateX(-234px);
    -ms-transform: translateX(-234px);
    transform: translateX(-234px);
}

.fwtx-con4 ul li:nth-child(3) {
    -webkit-transform: translateX(-465px);
    -moz-transform: translateX(-465px);
    -o-transform: translateX(-465px);
    -ms-transform: translateX(-465px);
    transform: translateX(-465px);
}

.fwtx-con4 ul li:nth-child(4) {
    -webkit-transform: translateX(-688px);
    -moz-transform: translateX(-688px);
    -o-transform: translateX(-688px);
    -ms-transform: translateX(-688px);
    transform: translateX(-688px);
}

.fwtx-con4 ul li:nth-child(5) {
    -webkit-transform: translateX(-916px);
    -moz-transform: translateX(-916px);
    -o-transform: translateX(-916px);
    -ms-transform: translateX(-916px);
    transform: translateX(-916px);
}

.fwtx-con4 ul .rightmove {
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
}

.fwtx-con4 ul li:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -60px;
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -367px 0;
    width: 46px;
    height: 7px;
    margin-top: -3px;
}

.fwtx-con4 ul li:last-child:after {
    display: none;
}

.fwtx-con4 ul li div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #2f7cb3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.fwtx-con4 ul li div p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.fwtx-con4 ul li:nth-child(1) div:after {
    content: "01";
    font-family: "sans-serif,Microsoft YaHei light Hiragino Sans GB";
    font-weight: 300 !important;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    opacity: .2;
    margin-top: -30px;
    margin-left: -28px;
    z-index: -1;
}

.fwtx-con4 ul li:nth-child(2) div:after {
    content: "02 ";
    font-family: "sans-serif,Microsoft YaHei light Hiragino Sans GB";
    font-weight: 300 !important;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    opacity: .2;
    margin-top: -30px;
    margin-left: -28px;
    z-index: -1;
}

.fwtx-con4 ul li:nth-child(3) div:after {
    content: "03";
    font-family: "sans-serif,Microsoft YaHei light Hiragino Sans GB";
    font-weight: 300 !important;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    opacity: .2;
    margin-top: -30px;
    margin-left: -28px;
    z-index: -1;
}

.fwtx-con4 ul li:nth-child(4) div:after {
    content: "04";
    font-family: "sans-serif,Microsoft YaHei light Hiragino Sans GB";
    font-weight: 300 !important;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    opacity: .2;
    margin-top: -30px;
    margin-left: -28px;
    z-index: -1;
}

.fwtx-con4 ul li:nth-child(5) div:after {
    content: "05";
    font-family: "sans-serif,Microsoft YaHei light Hiragino Sans GB";
    font-weight: 300 !important;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    opacity: .2;
    margin-top: -30px;
    margin-left: -28px;
    z-index: -1;
}

.fwtx-con5 {
    padding: 82px 0 178px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fwtx-con5 .m-tip {
    font-weight: 700 !important;
    color: #d8d8d8;
    -webkit-text-stroke: 1.0px #ebebeb;
    text-stroke: 1.0px #ebebeb;
    top: -96px;
    left: 50%;
    font-size: 337px;
    position: absolute !important;
    line-height: 0.8;
    margin-left: -173px;
    z-index: -1;
}

.fwtx-con5 .work-info {
    color: #333;
    line-height: 2;
    font-size: 16px;
    padding: 28px 0 35px;
    text-align: center;
}

.fwtx-con5 ul {
    width: 1090px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.fwtx-con5 ul li {
    width: 280px;

}

.fwtx-con5 ul li h2 {
    color: #333;
    font-size: 36px;
    text-align: center;
}

.fwtx-con5 ul li p {
    text-align: center;
    color: #575757;
    font-size: 20px;
    margin: 0;
    padding: 8px 0 0;
}

.fwtx-con5 ul li div {
    position: relative;
    z-index: 1;
    padding: 15px 0;
}

.fwtx-con5 ul li div:after {
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    height: 1px;
    background: #0a65a6;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.fwtx-con5 ul li:hover div:after {
    height: 100%;
}

.fwtx-con5 ul li:hover h2,
.fwtx-con5 ul li:hover p {
    color: #fff;
}

.fwtx-con5 ul li:nth-child(1) div:before {
    content: "";
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -70px -93px;
    width: 76px;
    height: 78px;
    position: absolute;
    bottom: -78px;
    left: 50%;
    margin-left: -38px;
}

.fwtx-con5 ul li:nth-child(2) div:before {
    content: "";
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -153px -93px;
    width: 76px;
    height: 78px;
    position: absolute;
    bottom: -78px;
    left: 50%;
    margin-left: -38px;
}

.fwtx-con5 ul li:nth-child(3) div:before {
    content: "";
    background: url(/template/default/images/icon/icon.png) no-repeat;
    background-position: -234px -93px;
    width: 76px;
    height: 78px;
    position: absolute;
    bottom: -78px;
    left: 50%;
    margin-left: -38px;
}

/*联系我们*/
.contact-bg {
    background: url(/template/default/images/contact-bg_02.jpg) no-repeat top center;
    background-attachment: fixed;
}

.contact-con-info {
    display: flex;
    padding: 30px 0 0px;
}

.contact-con-info-l {
    min-width: 480px;
}

.contact-con-info-l h3 {
    color: #333;
    font-size: 18px;
    position: relative;
}

.contact-con-info-l h3:after {
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    width: 35px;
    height: 2px;
    background: #0068ba;
}

.contact-con-info-r h3 {
    color: #333;
    font-size: 18px;
    position: relative;
}

.contact-con-info-r h3:after {
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    width: 35px;
    height: 2px;
    background: #0068ba;
}

.contact-con-info-r div {
    width: 106px;
    padding-top: 32px;
}

.contact-con-info-r div img {
    width: 100%;
}

.contact-con-info-l p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    padding-top: 32px;
}

.contact-con-info-l p b {
    font-weight: 700 !important;
}

.contact-bd-con {
    padding: 30px 0;
}

.contact-bd-con h3 {
    font-size: 24px;
    color: #333;
}

.contact-bd-con p {
    color: #575757;
    margin: 0;
    padding: 8px 0;
}

.contact-bd-con-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 12px;

}

.contact-bd-con-t div {
    width: 28%;
}

.contact-bd-con-t div p i {
    color: #ff0000;
}

.contact-bd-con-t div input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 8px;

}

.contact-bd-con-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 36px;
}

.contact-bd-con-b div:nth-child(1) {
    width: 28%;
}

.contact-bd-con-b div p i {
    color: #ff0000;
}

.contact-bd-con-b div input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 8px;

}

.contact-bd-con-b div:nth-child(2) {
    width: 64%;
}

.contact-bd-con-b div textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 34px;
    resize: none;
    padding: 0 8px;
    outline: none;
}

.contact-bd-con .sumbit-btn input {
    background: #5c97c2;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    border: none;
    margin: 0 0 14px;
    line-height: 40px;
}

.contact-bd-con span {
    display: block;
    text-align: center;
    color: #d6cfcf;
    font-size: 14px;
}

/*加入我们*/
.join-bg {
    background: url(/template/default/images/join-bg_02.jpg) no-repeat top center;
    background-attachment: fixed;
}

.join-con1 {
    padding: 45px 0 0;
}

.join-con1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 45px;
}

.join-con1 ul li {
    width: 30%;
    padding: 25px 30px 0;
    -moz-box-shadow: 0px 1px 10px #eaeaea;
    -webkit-box-shadow: 0px 1px 10px #eaeaea;
    box-shadow: 0px 1px 10px #eaeaea;
    margin-bottom: 30px;
}

.join-con1 ul li div {
    text-align: center;
}

.join-con1 ul li h3 {
    display: inline-block;
    color: #333;
    font-size: 20px;
    position: relative;
}

.join-con1 ul li h3:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
    right: -10px;
    background: #0a65a6;
}

.join-con1 ul li h3:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
    left: -10px;
    background: #0a65a6;
}

.join-con1 ul li p {
    color: #575757;
    line-height: 2.2;
    padding: 20px 0;
}

.join-con1 ul li a {}

.join-ny-con1 {
    padding: 30px 0 70px;
}

.join-ny-con1 .i-title h4 {
    font-size: 14px;
    color: #575757;
    text-align: center;
}

.join-ny-con1 .list-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 60px;
}

.join-ny-con1 .list-1 li {
    width: 16%;
    color: #333;
    font-size: 16px;
}

.join-ny-con1 .list-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 70px;
}

.join-ny-con1 .list-2 li {
    width: 46%;
}

.join-ny-con1 .list-2 li div {
    text-align: center;
}

.join-ny-con1 .list-2 li h3 {
    display: inline-block;
    color: #333;
    font-size: 20px;
    position: relative;
}

.join-ny-con1 .list-2 li h3:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
    right: -10px;
    background: #0a65a6;
}

.join-ny-con1 .list-2 li h3:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
    left: -10px;
    background: #0a65a6;
}

.join-ny-con1 .list-2 li p {
    color: #575757;
    line-height: 1.8;
}

.join-ny-con1 .other {
    text-align: center;
}

.join-ny-con1 .other h4 {
    color: #575757;
    font-size: 18px;
    margin: 20px 0 28px;
}

.join-ny-con1 .other h3 {
    color: #333;
    font-size: 20px;
}

/*品牌学堂*/
.brandsh-con1 ul {
    display: flex;
    justify-content: space-between;
    padding: 45px 0 0 0;
}

.brandsh-con1 ul li:nth-child(1) {
    width: 60%;
}

.brandsh-con1 ul li div {
    color: #575757;
    line-height: 2;
}

.brandsh-con1 ul li:nth-child(2) {
    width: 32%;
}

.brandsh-con1 ul li:nth-child(2) a {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    z-index: 1;
    padding: 9px 10px;
    color: #333;
    font-size: 16px;
}

.brandsh-con1 ul li:nth-child(2) a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
    left: 0px;
    background: #0a65a6;
}

.brandsh-con1 ul li:nth-child(2) hr {
    margin-bottom: 0;
}

.brandsh-con1 ul li:nth-child(2) a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #0a65a6;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.brandsh-con1 ul li:nth-child(2) a:hover:after {
    width: 100%;
}

.brandsh-con1 ul li:nth-child(2) a:hover {
    color: #fff;
}

.brandsh-con1 {
    padding: 30px 40px;
}

.con-4 ul li a {
    height: 30.56vh;
    overflow: hidden;
}

.con-4 ul li a img {
    height: 30.56vh;
}

.m_head {
    display: none;
}

.right-nav,
.right-nav,
.m-foot {
    display: none;
}

.m-banner,
.one-item-mob-info,
.m-anli-info,
.m-zhcon-img-info {
    display: none;
}

.banner,
.one-item-pc-info {
    display: block;
}

.four-content {
    margin-top: 72px;
}

.con-3,
.con-2 {
    margin: 70px auto 50px;
}

.Zindex-1 {
    z-index: 1;
}

.Zindex-10 {
    z-index: 10;
}

.display-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.display-grid .card-1 {
    background-image: url(/template/default/images/hxys-bg1.jpg);
}

.display-grid .card-2 {
    background-image: url(/template/default/images/hxys-bg2.jpg);
}

.display-grid .card-3 {
    background-image: url(/template/default/images/hxys-bg3.jpg);
}

.display-grid .card-4 {
    background-image: url(/template/default/images/hxys-bg4.jpg);
}

.display-grid .card-5 {
    background-image: url(/template/default/images/hxys-bg5.jpg);
}

.display-grid .card-6 {
    background-image: url(/template/default/images/hxys-bg6.jpg);
}

#hxys .card {
    margin: 0;
}

.card {
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 100px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    transition: all 0.4s;
    transform-origin: center;
    /* 设置放大中心点为元素中心 */
}

.display-grid .card .icon-wrapper,
.display-grid .card .card-title,
.display-grid .card .card-subtitle {
    transition: all 0.4s;
}

.display-grid .card:hover .icon-wrapper {
    transform: scale(1.2);
    transition: all 0.4s;
}

.display-grid .card:hover .card-title {
    font-size: 24px;
    transition: all 0.4s;
}

.display-grid .card:hover .card-subtitle {
    font-size: 18px;
    transition: all 0.4s;

}

.card:nth-child(2n+1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 24 24 / 70%);
    z-index: 1;
}

.card:nth-child(2n+2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(29 71 187 / 70%);
    z-index: 1;
}

.card:nth-child(2n+1) {
    position: relative;
}

.card:nth-child(2n+2) {
    position: relative;
}

.card span {
    width: 50px;
    height: 2px;
    margin: 20px auto;
    position: relative;
    display: block;
    background: #ffffff;
}

.icon-wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
}

.card i {
    font-size: 34px;
    color: white;
}

.card-title {
    font-size: 22px;
    font-weight: 600 !important;
    color: #ffffff;
    margin-bottom: 5px;
}

.card-subtitle {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500;
}

.card-content {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin-top: 10px;
}

.title-tips {
    font-size: 17px;
    color: #637083;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 服务容器样式 - 网格布局 */
.services-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

/* 卡片通用样式 */
.service-card {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(28, 43, 85, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(28, 43, 85, 0.15);
    background: linear-gradient(145deg, #0f3a9e, #1266e3);
    color: #fff !important;
}

.service-card-img {
    height: 250px;
    overflow: hidden;
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card:hover .card-header h3,
.service-card:hover .card-header p,
.service-card:hover .detail-link {
    color: #fff !important;
}

.service-card:hover .card-header h3 {
    border-color: #fff;
}

/* 卡片头部样式 */
.card-header {
    padding: 25px 25px 10px;
    text-align: left;

}

.card-header h3 {
    font-size: 20px;
    font-weight: 700 !important;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    color: #1b1b1b;
}

.card-header p {
    font-size: 14px;
    color: #637083;
    font-weight: 500;
    margin-bottom: 15px;
}

.blue-bg .card-header p {
    color: rgba(255, 255, 255, 0.85);
}

/* 服务列表样式 */
.service-list {
    padding: 0 45px;
    margin-bottom: 30px;
    flex-grow: 1;
    text-align: left;
}

.service-list li {
    position: relative;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
}

.service-list li span {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.service-list li span img {
    width: 100%;
}

.service-list li span .zyywiconb {
    display: block;
}

.service-list li span .zyywiconw {
    display: none;
}

.blue-bg .service-list li:before {
    background-color: #ffffff;
}

/* 详情链接 */
.detail-link {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #1266e3;
    text-decoration: none;
    padding: 0 25px 25px;
    margin-top: auto;
    text-decoration: none;
    transform: translateX(0);
    /* 初始位置 */
    transition: transform 0.5s ease-in-out;
    /* 动画时长0.5秒 + 缓动效果 */
}

.blue-bg .detail-link {
    color: rgba(255, 255, 255, 0.9);
}



.detail-link:hover {
    transform: translateX(15px);

}

/* 图标样式 */
.card-icon {
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0.07;
    font-size: 42px;
    pointer-events: none;
    transition: opacity 0.3s;
}

.service-card:hover .card-icon {
    opacity: 0.15;
}

.service-card:hover span .zyywiconb {
    display: none;
}

.service-card:hover span .zyywiconw {
    display: block;
}

/* 图标变体 */
.writing-icon:before {
    content: "\f044";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.data-icon:before {
    content: "\f201";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.discussion-icon:before {
    content: "\f27a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.review-icon:before {
    content: "\f46d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#yyhx {
    background-image: url(/template/default/images/hxyy-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

#yyhx .i-title h1,
#yyhx .i-title span {
    color: #fff;
    position: relative;
}

#yyhx .i-title span {
    background-color: #fff;
}

#yyhx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 26 126 / 80%);
    z-index: 1;
}

#yyhx .yyhx-box {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 3fr);
    max-width: 1400px;
    margin: 0 auto;
}

#yyhx .yyhx-box .yyhx-box-item {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 25px 40px;
}

#yyhx .yyhx-box .yyhx-box-item .yyhx-box-item-r {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 90px;
}

#yyhx .yyhx-box .yyhx-box-item .yyhx-box-item-r img {
    width: 100%;
}

#yyhx .yyhx-box .yyhx-box-item .yyhx-box-item-l h3 {
    font-weight: 700 !important;
    margin-bottom: 15px;
}

#yyhx .yyhx-box .yyhx-box-item .yyhx-box-item-l p {
    width: 400px;
    font-size: 16px;
}

#yyhx .yyhx-box .yyhx-box-item .yyhx-box-item-l .yyhx-box-item-tips {
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
}

#yyhx .yyhx-box .yyhx-box-item .yyhx-box-item-l .yyhx-box-item-tips span {
    border: 1px solid #7e8387;
    padding: 0 10px;
    margin: 5px;
    border-radius: 50px;
    text-align: center;
}

#hzyh {
    background-color: #F0F7FF;
}

.cooperate-categories {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
}

.category-column {
    flex: 1;
    display: flex;
    margin: 20px 0;
    background-color: #F0F7FF;
    border: 1px solid #1755A5;
    border-radius: 10px;
    padding: 20px 40px;
}

.category-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}

.category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-name {
    font-size: 20px;
    font-weight: 600;
    color: #292929;
    margin-top: 10px;
}

/* 客户列表样式 */
.client-list {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    margin: 0 20px;
    flex: 1;
}

.client-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 30px;
    /* border-right: 1px solid #9a6fe3;
    border-bottom: 1px solid #9a6fe3; */
    max-width: 220px;
    max-height: 100px;
}

.client-item::after {
    content: "";
    position: absolute;
    right: -1px;
    height: 70px;
    width: 1px;
    background-color: #E0E2F3;
}

.client-item::before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 180px;
    background-color: #E0E2F3;
}

.client-item div {
    font-size: 28px;
    font-weight: 600;
}

.client-item:nth-child(5n)::after {
    display: none;
}

.client-item:nth-of-type(n+6)::before {
    display: none;
}

.client-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.client-list-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-list-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-left: 10px;
}

.client-list-more a img {
    width: 100%;
}

.lxwm-box {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}

.lxwm-item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 30px;
    flex: 1;
}

.lxwm-item-b {
    display: flex;
    flex-direction: column;
    margin: 0px 100px 0px 0;
}

.lxwm-item-tips {
    display: flex;
    border-top: 1px solid #575757;
    padding: 10px 0;
}

.lxwm-item-tips:first-child {
    border: none;
}

.lxwm-item-t {
    position: relative;
}

.lxwm-item-t::after {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #1856A5, transparent);
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    font-size: 20px;
}

.lxwm-item-t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxwm-tips-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.lxwm-tips-icon img {
    width: 30px;
    height: 30px;
}

.lxwm-tips-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lxwm-qr {
    position: absolute;
    bottom: -55px;
    right: 0px;
    border: 3px solid #0068ba;
    border-radius: 10px;
    padding: 5px;
}

.lxwm-qr img {
    width: 100px;
    height: 100px;
}

#hzly .i-title h1 {
    color: #fff;
}

#hzly .i-title span {
    background-color: #fff;
}

#hzly ul {
    margin: 20px;
}

#hzly li {
    list-style: decimal;
    margin: 10px 0;
}

.foot-phone img {
    width: 24px;
}

.foot-phone-text {
    color: #fff;
    font-size: 18px;
}

.foot-qr img {
    width: 100px;
}

.foot-qr {
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.content-item {
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}

.content-item .content-title {
    font-size: 28px;
    font-weight: 700;
}

.content-item .content-partition {
    display: inline-block;
    width: 100px;
    height: 2px;
    margin: 10px auto;
    background-color: black;
}

.content-item .content-tips {
    font-size: 18px;
    margin: 0 0 10px;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    padding: 0 20px;
    width: 1500px;
}

@media (max-width: 1420px) {}

@media (max-width: 768px) {
    header {
        display: none !important;
    }

    .big-banner {
        height: 200px;
    }

    #phone-banner .big-banner {
        height: 100vh;
    }

    .content-item {
        padding: 20px 10px;
    }

    .content-item .content-title {
        font-size: 18px;
    }

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

    .m_head {
        display: flex;
        box-sizing: border-box;
        padding: 1rem;
        align-items: center;
        justify-content: space-between;
        -moz-box-shadow: 1px 2px 8px #a5a5a5;
        -webkit-box-shadow: 1px 2px 8px #a5a5a5;
        box-shadow: 1px 2px 8px #a5a5a5;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }

    .m_head a {
        width: 45.5vw;
    }

    .m_head a img {
        width: 130%;
    }

    .open-nav {
        width: 10vw;
    }

    .right-nav {
        position: fixed;
        z-index: 99999;
        width: 100%;
        display: block;
    }

    .right-nav ul {
        background: #2a3034;
        width: 70%;
        position: fixed;
        z-index: 1000001;
        top: 0;
        right: -70%;
        height: 100%;

    }

    .right-nav ul li a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 1rem;
        border-bottom: 1px solid #0d0f11;
    }

    .right-nav ul li a p {
        font-size: 1.2rem;
        color: #fff;
        line-height: 1;
        margin: 0;
    }

    .right-nav ul li a span {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(/template/default/images/icon/m_sprite.png) no-repeat;
        background-size: 200px;
        background-position: -46px 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    .right-nav ul li a .on {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);

    }

    .right-sub-nav {
        background: #0d0f11;
        display: none;
    }

    .right-nav .open {
        display: block;
    }

    .right-sub-nav a {
        font-size: 1.2rem;
        color: #dfdfdf;
        padding: .8rem .8rem .8rem 1.6rem !important;
    }

    .right-nav .blackbg {
        background: rgba(0, 0, 0, .4);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        display: none;
    }

    .m-zhbanner {
        display: block;
        width: 100%;
    }

    .chat-img {
        height: 32.83vh;
    }

    .chat-item {
        height: 32.83vh;
    }

    .zhbanner {
        display: none;
    }

    .chat-banner-1 {
        background: url(/template/default/images/m_hyfa_1.jpg) no-repeat center center;
        background-size: 100%;
    }

    .chat-banner-2 {
        background: url(/template/default/images/m_hyfa_2.jpg) no-repeat center center;
        background-size: 100%;
    }

    .chat-banner-3 {
        background: url(/template/default/images/m_hyfa_3.jpg) no-repeat center center;
        background-size: 100%;
    }

    .chat-banner-5 {
        background: url(/template/default/images/m_hyfa_5.jpg) no-repeat center center;
        background-size: 100%;
    }

    .chat-banner-4 {
        background: url(/template/default/images/m_hyfa_4.jpg) no-repeat center center;
        background-size: 100%;
    }

    .chat-btn {
        bottom: 10px;
    }

    .three-item {
        padding: 45px 0;
    }

    .m-top-tel {
        display: none;
        position: absolute;
        bottom: 30px;
        left: .8rem;
        color: #7e8387;
        line-height: 2;
    }

    .m-top-tel b {
        font-size: 22px;
        font-weight: 700 !important;
    }

    .open-nav {
        width: 10vw;
    }

    .open-nav img {
        width: 100%;
    }

    .m-banner {
        /* position: fixed; */
        width: 100%;
        /* height: 100vh; */
        top: 0;
        left: 0;
        display: block;
    }

    .nav-lanmu3 {
        overflow-x: auto;
        top: 64px !important;

    }

    .nav-lanmu3 div {
        width: 250% !important;

    }

    .one-item-pc-info {
        display: none;
    }

    .one-item-mob-info {
        display: block;
        font-size: 1em !important;
        text-align: justify !important;
        text-indent: 2em;
        padding: 0 16px;

    }

    .zhrk-item a {
        width: 100%;
        padding: .8rem;
    }

    .zhrk-item a h3 {
        font-size: 1.8rem;
    }

    .zhrk-item a h4 {
        font-size: 1.4rem;
    }

    .t-content {
        padding: 2vh 2vw;
    }

    .zhrk-item {
        flex-wrap: wrap;
    }

    .m-banner-img {
        width: 100%;
        height: 100vh;
    }

    .m-banner-1 {
        background: url(/template/default/images/m-banner1.jpg) no-repeat center center;
        background-size: 100%;
    }

    .m-banner-2 {
        background: url(/template/default/images/m-banner2.jpg) no-repeat center center;
        background-size: 100%;
    }

    .m-banner-3 {
        background: url(/template/default/images/m-banner-3.jpg) no-repeat center center;
        background-size: 100%;
    }

    .m-banner-4 {
        background: url(/template/default/images/m-banner-4.jpg) no-repeat center center;
        background-size: 100%;
    }

    .m-banner-5 {
        background: url(/template/default/images/m-banner-5.jpg) no-repeat center center;
        background-size: 100%;
    }

    .m-banner .swiper-pagination-bullet {
        border-radius: 0 !important;
        width: 35px;
        height: 4px;
        background: #ffffff;
        opacity: .5;
    }

    .m-banner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #5b8cfc;

    }

    .m-banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 40px;
    }

    .index-body {
        padding: 20px 0px 0;
    }

    .o-content h3 {
        font-size: 1.8em;
    }

    .t-content ul li {
        width: 100%;
        margin: 0 0 8vh 0;

    }

    .anli-new-cont {
        flex-wrap: wrap;
        margin: 20px 0 60px;
    }

    .anli-new-cont-l,
    .anli-new-cont-r {
        width: 100%;
    }

    .nav-lanmu {
        position: fixed !important;
        top: 65px !important;
    }

    .nav-lanmu div {
        width: 100%;
    }

    .fwly-con {
        flex-wrap: wrap;
    }

    .fwly-con-l img {
        width: 100%;
    }

    .fwly-con-r {
        width: 100%;
        min-height: auto;
        padding: 16px 32px;
    }

    .fwly-b-con .fwly-con:nth-child(2) {
        flex-direction: column-reverse;
    }

    .tg-fw-1 ul {
        padding: 0 16px;
    }

    .tg-fw-1 ul li {
        padding: 20px;
        width: 48%;
    }

    .tg-fw-2 ul li:nth-child(4),
    .tg-fw-3 ul li:nth-child(1) {
        margin-left: 0;
    }

    .tg-fw-3 ul li:nth-child(2) {
        margin-right: 0;
    }

    .zy-item {
        width: 100%;
        padding: 20px 16px 2px;

    }

    .zy-lan h3 {
        width: 88px;
        font-size: 1.2rem;
        margin-bottom: 16px;
    }

    .zy-title {
        padding: 0 0 16px;
    }

    .newlist-r {
        padding: 0;
    }

    .zy-xx ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .zy-xx ul li {
        width: 45%;
        margin-right: 0;
    }

    .newlist-r h1 {
        font-size: 2rem;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .join-con-2 {
        width: 100%;
    }

    .join-con-2 ul {
        padding: 0 16px;
    }

    .zp-con-l {
        display: none;
    }

    .zp-con-r {
        padding: 0 16px;
    }

    .newlist-l img {
        width: 100% !important;
        height: auto !important;
    }

    .newlist-item li a {
        flex-wrap: wrap;
    }

    .newlist-item li a:hover:after {
        width: 0%;
    }

    .newlist-item li a:hover .newlist-r {
        padding: 0px;
    }

    .newlist-r p {
        font-size: 1.3rem;
    }

    .newlist-item li a:hover .newlist-r h1 {
        color: #333;
    }

    .newlist li a:hover .newlist-r p {
        color: #7e8387;
    }

    .newlist li a:hover .newlist-r span {
        color: #7e8387;
    }

    .page-cont-r {
        display: none;
    }

    .brandsh-con1 ul li div img {
        width: 100% !important;
        height: auto !important;
    }

    .newlist-item li {
        padding: 16px;
    }

    .zy-lan {
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 8px;
    }

    .zy-lan img {
        width: 100%;
    }

    .nav-lanmu a {
        font-size: 1.6rem;
    }

    .nav-lanmu2 {
        position: fixed !important;
        top: 8vh !important;
    }

    .nav-lanmu2 div {
        width: 100%;
    }

    .text-img6,
    .text-img7 {
        display: none;
    }

    .nav-lanmu2 a {
        font-size: 1.6rem;
    }

    .anli-new-cont-l img {
        width: 100%;
    }

    .anli-new-cont-r {
        padding: 16px;
    }

    .xg-txt div h3 {
        min-width: 88px;
    }

    .anli-new-cont-r ul {
        justify-content: space-between;
    }

    .anli-new-cont-r ul li {
        width: 22%;
    }

    .anli-new-cont-r ul li span {
        font-size: 12px;
    }

    .page-tiao {
        padding: 0 16px;
        flex-wrap: wrap;
    }

    .three-content ul {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 16px;
        margin: 32px auto 0 auto;
    }

    .three-content li {
        width: 100%;
        margin-bottom: 3.5em;
    }

    .zx-item {
        width: 100%;
    }

    .zx-item .school-img {
        height: auto;
    }

    .chat-item {
        background-size: 150% 100%;
    }

    .chat-item h3 {
        font-size: 2.5em;
        width: 100%;
    }

    .wt-max {
        width: 100%;
    }

    /* .gsjg-item-l {
        display: none;
    } */

    .gsjg-item {
        margin-top: 0;
    }

    .gsjg-item-r {
        margin-left: 0;
        text-align: center;
    }

    .gsjg-item-r h3 {
        text-align: center;
    }

    .gsjg-item-r .more-btn {
        margin: 32px auto;
    }

    .f-nr-l img {
        height: auto;
        ;
    }

    .qr-code {
        width: 88px;
    }

    .four-content {
        flex-wrap: wrap;
        padding: 40px 16px 50px;

    }

    .f-nr-l,
    .f-nr-r {
        width: 100%;
        min-width: 100%;
    }

    .f-nr-r a {
        padding: 16px 0 0;
    }

    .f-nr-r p {
        padding: 0;
    }

    .f-nr-r a:nth-child(1) {
        border-top: 1px solid #f5f5f5;
    }

    .dcbj {
        display: none;
    }

    .mob-dcbj {
        display: block;
        background: url(/template/default/images/bg.jpg) no-repeat center center;

    }

    footer {
        display: none;
    }

    .m-foot {
        display: block;
        background: #2a3034;
        padding: 20px 16px;
    }

    .m-foot-info {
        color: #7e8387;
        line-height: 2;
        padding: 12px 0;
        margin: 12px 0;
        border-top: 1px solid #7e8387;
        border-bottom: 1px solid #7e8387;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.8em;
    }

    .m-foot-info div {
        margin-bottom: 12px;
    }

    .m-foot-info p {
        margin: 0;
    }

    .m-copryright {
        color: #7e8387;
    }

    .m-copryright h3 {
        font-size: 0.8em;
    }

    .m-foot-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m-foot-logo:nth-child(1) img {
        width: 120px;
        max-width: 120px;
    }

    .m-go-top {
        width: 45px;
        height: 45px;
        background: url(/template/default/images/icon/icon.png) no-repeat;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        cursor: pointer;
        background-position: -564px -96px;
        background-color: #b9b9b9;
    }

    .slide-nav {
        display: none;
    }

    .m-tel-btn {
        position: fixed;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        bottom: 20px;
        right: 20px;
        background: url(/template/default/images/icon/icon.png) no-repeat;
        background-color: #0a65a6;
        background-position: -560px -39px;
        z-index: 12;
    }

    .lanmu-bg {
        display: none;
    }

    .about-con1-top,
    .num-item,
    .youshi-con {
        flex-wrap: wrap;
        padding: 0 16px;
    }

    .about-l,
    .about-r,
    .youshi-con li {
        width: 100%;
    }

    .about-r .about-p {
        text-indent: 2em;
    }

    .num-item li {
        width: 50%;
        margin-bottom: 2.5em;
        z-index: 1;
    }

    .youshi-con li {
        margin-bottom: 2.5em;
    }

    .num-item li:after {
        z-index: -1;
    }

    .about-con2 p {
        padding: 0 16px;
    }

    .about-con2 .i-title h2 {
        font-size: 2.5em;
    }

    .pinpai-tip {
        width: 100%;
        padding: 0 16px;
    }

    .pinpai-tip img {
        width: 100%;
    }

    .xy-item-con {
        flex-wrap: wrap;
    }

    .xy-item-con li {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 2.5em;
    }

    .pinpai-tip1,
    .pinpai-tip2,
    .pinpai-tip3 {
        position: static !important;
        margin-top: 4em;
    }

    .about-con3 {
        padding: 3.5em 0 3.5em;
    }

    .xy-info {
        padding: 40px 0 358px;
    }

    .xy-step-item li:nth-child(1) {
        left: 0;
        top: -338px;
    }

    .xy-step-item li:nth-child(2) {
        left: 0;
        top: -169px;
        z-index: 1;
    }

    .xy-step-item li:nth-child(4) {
        left: 0;
        top: 169px;
        z-index: 1;
    }

    .xy-step-item li:nth-child(5) {
        left: 0;
        top: 338px;
        z-index: 1;
    }

    .xy-item-con {
        margin: 438px 0 60px 0;
    }

    .zixun {
        height: auto;
    }

    .zx-area {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .zixun-lanmu {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .neirong-title {
        flex-wrap: wrap;
        padding: 0 16px;
    }

    .zixun-lanmu div {
        width: 100%;
        margin-top: 18px;
    }

    .anlimenu {
        margin-top: 0;
        width: 100%;
        overflow-x: auto;
        text-align: left;
    }

    .anlimenu li {
        width: 856px;
        padding: 0 16px;
    }

    .m-anli-info {
        display: block;
        margin-bottom: 16px;
    }

    .m-anli-info h3 {
        padding: 8px 0 6px;
        font-size: 18px;
    }

    .anl-content-info {
        padding: 0 16px;
        text-align: justify;
    }

    .anl-content-info img {
        width: 100%;
    }

    .neirong-title-r {
        margin-top: 1em;
        width: 100%;
        min-width: 100%;
        max-width: 100%;

    }

    .brandsh-con1 {
        padding: 0 16px;
    }

    .brandsh-con1 ul {
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .contact-con-info {
        flex-wrap: wrap;
    }

    .contact-con-info-l {
        min-width: 100%;
        margin-bottom: 3em;
    }

    .brandsh-con1 ul li:nth-child(1),
    .brandsh-con1 ul li:nth-child(2) {
        width: 100%;
    }

    .contact-bd-con-t {
        flex-wrap: wrap;
    }

    .contact-bd-con-t div {
        width: 100%;
    }

    .contact-bd-con-b {
        flex-wrap: wrap;
    }

    .contact-bd-con-b div {
        width: 100% !important;
    }

    .fwtx-con1 ul {
        flex-wrap: wrap;
        padding: 40px 0 0;
    }

    .fwtx-con1 ul li {
        width: 100%;
        margin-bottom: 6em;
    }

    .fwtx-con1 ul li:after {
        top: auto;
        left: 50%;
        margin-left: -25px;
        bottom: -65px;
    }

    .fwtx-con2 ul {
        flex-wrap: wrap;
    }

    .fwtx-con2 ul li {
        margin-bottom: 3.6em;
        text-align: center;
        width: 100%;
    }

    .fwtx-con2 ul li img {
        display: inline-block;
    }

    .fwtx-con3 p {
        padding: 40px 16px 65px;
    }

    .fwtx-con3 h1 {
        font-size: 1.2em;
    }

    .fwtx-con4 .work-info {
        padding: 28px 16px 35px;
    }

    .fwtx-con4 ul {
        width: 140px;
        flex-wrap: wrap;
    }

    .fwtx-con4 ul li {
        margin-bottom: 67px;
    }

    .fwtx-con4 ul li:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        top: auto;
        bottom: -32px;
        left: 50%;
        margin-left: -24px;

    }

    .fwtx-con5 {
        padding: 82px 0 78px;
    }

    .fwtx-con5 .work-info {
        padding: 28px 16px 35px;
    }

    .fwtx-con5 ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .join-con1 ul {
        width: 100%;
        flex-wrap: wrap;
        padding: 30px 16px 45px;
    }

    .join-con1 ul li {
        width: 100%;
    }

    .fwtx-con5 ul li {
        margin: 0 auto 6.5em;
    }

    .join-ny-con1 .list-1 li {
        margin-bottom: .5em;
        width: 100%;
    }

    .join-ny-con1 .list-1 {
        padding: 30px 0;
    }

    .join-ny-con1 .list-2 {
        padding: 0 16px;
    }

    .join-ny-con1 .list-2 li {
        width: 100%;
        margin-bottom: .8em;
    }

    .con-1 ul {
        width: 100%;
        padding: 93px 16px 0;
    }

    .con-1 li {
        width: 100%;
    }

    .p-right {
        min-width: 45vw;
        max-width: 45vw;
    }

    .con-2 {
        flex-wrap: wrap;
        padding: 34px 16px 0;
    }

    .con-2 li {
        width: 100%;
        margin-bottom: 2.5em;
    }

    .con-3 {
        flex-wrap: wrap;
        padding: 34px 16px 0;
        margin: 0;
    }

    .con-2 {
        margin: 0;
    }

    .m_syt {
        display: block !important;
        width: 100%;
        margin-top: 16px;
    }

    .new-wt {
        width: 100%;
    }

    .syt {
        display: none !important;
    }

    .con-4 ul li {
        margin-top: 16px;
    }

    .ppch-gs-item .i-title h3 {
        font-size: 2.4rem;
    }

    .ppch-gs-item .i-title h2 {
        font-size: 1.8rem;
        line-height: 1.8;
        padding: 0 16px;
    }

    .ppch-gs-item .i-title p {
        padding: 0 16px;
    }

    .con-3 li {
        width: 100%;
        margin-bottom: 2.5em;
    }

    .img-bg {
        height: auto;
    }

    .con-3 li h3 {
        font-size: 1.8em;
    }

    .con-4 ul li a img {
        height: 33.8vh;
    }

    .con-4 ul li a {
        height: 33.8vh;
    }

    .con-4 ul {
        padding: 0 16px 42px;
        width: 100%;
    }

    .con-4 ul li {
        width: 100%;
        margin-right: 0;
    }

    .zhcon-1 p {
        padding: 0 16px;
    }

    .zhcon-img-item {
        width: 100%;
    }

    .zhcon-img-item img {
        width: 100%;
    }

    .t-content ul li .kh-img {
        height: 33.8vh;
    }

    .t-content ul li .kh-img img {
        height: 33.8vh;
        width: 100%;
    }

    .text-img1 img,
    .text-img2 img,
    .text-img3 img,
    .text-img4 img,
    .text-img5 img {
        display: none;
    }

    .zhcon-2 {
        height: auto;
        background-size: 100% 100%;
        padding: 30px 0 0 0;
    }

    .m-zhcon-img-info {
        display: flex;
        justify-content: space-between;
        padding: 0 16px 16px 16px;
        flex-wrap: wrap;
    }

    .m-zhcon-img-info div {
        width: 50%;
    }

    .m-zhcon-img-info h4 {
        color: #fff;
        position: relative;
        margin-bottom: 1em;
        font-size: 1.6rem;
    }

    .m-zhcon-img-info p {
        color: #989898;
        padding: 0 0 2em;
        line-height: 1.8;

    }

    .m-zhcon-img-info h4:after {
        width: 80px;
        background: #eaeaea;
        height: 1px;
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
    }

    .four-content {
        margin-top: 0;
    }

    #hxys .display-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    #yxch .gsjg-item {
        flex-direction: column;
        height: 100%;
    }

    .gsjg-item-r .gsjg-item-r-m {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .services-container {
        grid-template-columns: repeat(1, 1fr);
    }

    #yyhx .yyhx-box {
        grid-template-columns: repeat(1, 1fr);
    }

    #yyhx .yyhx-box .yyhx-box-item .yyhx-box-item-l p {
        width: 100%;
    }

    .tophigh {
        height: 60px;
    }


    .big-banner .banner-en {
        font-size: 16px;
    }

    .big-banner .banner-title {
        font-size: 25px;
    }

    #yxch .gsjg-item-l .mkkj-item-r-m .mkkj-item-mitem {
        width: 100px;
    }

    #yxch .gsjg-item-l .mkkj-item-r-m .mkkj-item-mitem-tips {
        font-size: 12px;
    }

    #yxch .gsjg-item-l .mkkj-item-r-m .countUp {
        font-size: 30px;
    }

    #yxch .gsjg-item-l .mkkj-item-r-m .fsize-L {
        font-size: 28px;
    }

    .gsjg-item-l {
        padding: 30px 0;
    }

    .gsjg-item-r .fsize-S {
        font-size: 18px;
    }

    @media (min-width: 992px) {
        /*.wt-max {
        width: 970px;
    }*/
    }

    @media (min-width: 1300px) {
        .con-4 ul {
            width: 1170px;
        }

        .con-4 ul li a {
            height: 37.5vh;
            overflow: hidden;
        }

        .con-4 ul li a img {
            height: 37.5vh;
        }

        /*.wt-max{
        width: 1170px;
    }*/
        .four-content {
            margin-top: 72px;
        }

        .f-nr-l img {
            height: 38vh;
        }

        footer {
            padding: 54px 0 12px;
        }

        .anlicontetn-top {
            margin: 50px auto;
        }

        .anl-content-info img {
            width: 100%;
        }

        .con-2,
        .con-3 {
            margin: 70px auto 35px;
        }
    }
}