﻿@charset "utf-8";


.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cm {
    color: #0058a7;
}

.cm2 {
    color: #6eb92c;
}

.jianbian {
    background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
    background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}

.inbanner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

    .inbanner .ibwrap {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }

        .inbanner .ibwrap > img {
            position: relative;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            z-index: 0;
        }

    .inbanner .cover {
        background: url('../images/jab4.png') left / cover no-repeat;
    }

.inbanner2 {
    width: 100%;
    height: 620px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .inbanner2 .ibwrap {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }

        .inbanner2 .ibwrap > img {
            position: relative;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            z-index: 0;
        }

.sec11 .inbanner {
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .inbanner {
        height: 800px;
    }

    .sec11 .inbanner {
        height: 800px;
    }
}

@media screen and (max-width: 750px) {
    .inbanner {
        height: 450px;
    }

    .sec11 .inbanner {
        height: 450px;
    }
}

.mouse3 {
    width: 46px;
    height: 46px;
    margin-top: 40px;
    position: relative;
    background: url('../images/mouse.png') center no-repeat;
}

    .mouse3:before {
        content: '';
        position: absolute;
        left: -1px;
        top: -1px;
        z-index: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px dashed #fff;
        -webkit-animation: rotate360 5s linear infinite;
        animation: rotate360 5s linear infinite;
    }

.ibcate {
    position: absolute;
    left: 5%;
    top: 38%;
    z-index: 3;
    width: 100%;
    color: #fff;
    /* text-align: center;
  margin-top: -8px; */
}

    .ibcate .bg {
        position: absolute;
        right: 0;
        top: 0;
        width: 250px;
        height: 250px;
        z-index: 999;
        opacity: .75;
        -webkit-animation: rotate360 15s linear infinite;
        animation: rotate360 15s linear infinite;
    }

@media screen and (max-width: 750px) {
    .ibcate .bg {
        display: none;
    }
}

.ibcate .bg img {
    width: 100%;
}

.ibcate .cn,
.ibcate .en {
    position: relative;
    z-index: 2;
}

.ibcate .cn {
    margin-top: -55px;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bold;
}

.ibcate .en {
    text-transform: uppercase;
    font-family: Messapia;
    font-weight: bold;
    font-size: 52px;
    letter-spacing: 2px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
    .ibcate {
        margin-top: -60px;
    }

        .ibcate .cn {
            font-size: 30px;
            line-height: 46px;
        }

        .ibcate .en {
            font-size: 50px;
            line-height: 60px;
        }
}

@media screen and (max-width: 750px) {
    .ibcate {
        top: 65%;
    }

        .ibcate .cn {
            font-size: 24px;
            line-height: 36px;
            margin-top: 0;
        }

        .ibcate .en {
            font-size: 40px;
            line-height: 50px;
        }
}

.shutwindowup {
    -webkit-transform: translateZ(-500px) rotateX(-80deg);
    transform: translateZ(-500px) rotateX(-80deg);
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.ani.shutwindowup,
.active .shutwindowup {
    -webkit-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}

.active .shutwindowup {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.slowscale11 {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ani.slowscale11,
.active .slowscale11 {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.hasani.slowscale11,
.active .slowscale11 {
    -webkit-transition-duration: 8s;
    transition-duration: 8s;
}

.greybg {
    background-color: #bdbbbc;
}

.greybg2 {
    background-color: #918f8f;
}

.js-qiecon2 {
    display: none;
}

    .js-qiecon2.on {
        display: block;
    }

.js-qiecon {
    position: absolute;
    left: 200%;
    top: 0;
    z-index: -20;
    opacity: 0;
    width: 100%;
}

    .js-qiecon.on {
        position: static;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 1;
    }

.pianyi {
    padding-top: 70px;
    margin-top: -70px;
}

.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.lefthalf {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.righthalf {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.txtEff label {
    display: inline-block;
}


.baninfo {
    padding: 15px 0;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(30, 103, 193, 1) 14%, rgba(43, 121, 194, .8) 47%, rgba(111, 185, 44, 1) 78%)
}

    .baninfo .cer8 {
        height: 100%;
    }

.erji {
    float: left;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    max-width: 100%;
    line-height: 40px;
    height: 100%;
}

    .erji a {
        display: inline-block;
        height: 100%;
        position: relative;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        vertical-align: top;
        border-radius: 22px;
        padding: 0 30px;
        margin-left: 20px;
        text-transform: uppercase;
    }

        .erji a:first-child {
            margin-left: 0;
        }

        .erji a:hover {
            background-color: #6eb92c;
        }

        .erji a.on {
            background-color: #6eb92c;
        }

.tree {
    float: right;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    color: rgba(255, 255, 255, .6);
}

    .tree a {
        color: #fff;
    }

    .tree .iconfont {
        margin: 0 5px;
        font-size: 12px;
    }

    .tree .icon-dizhi1 {
        font-size: 20px;
        vertical-align: middle;
        color: #fff;
    }

@media screen and (max-width: 1100px) {
    .erji a {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .tree {
        display: none;
    }

    .erji {
        float: none;
    }
}

@media screen and (max-width: 750px) {
    .baninfo {
        /* height: auto; */
    }

    .erji {
        overflow: auto;
        height: auto;
    }

        .erji a {
            font-size: 18px;
        }

    .lxlist li {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .erji a {
        width: 25%;
        margin-left: 0;
        padding: 0 10px;
    }
}

/*首页按钮*/
a.seemore {
    display: block;
    width: 164px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 0;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
}

    a.seemore:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        border: 2px solid #ffd04f;
        border-radius: 25px;
    }

    a.seemore span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-right: 40px;
        font-size: 16px;
        background: url('../images/jtr1.png') right no-repeat;
        letter-spacing: 2px;
    }

    a.seemore:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));
        background-image: linear-gradient(to right, #005ffb, #0292fd);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    a.seemore:hover:after {
        height: 0;
    }

    a.seemore:hover {
        background-color: #fff;
        color: #005ffb;
    }

        a.seemore:hover span {
            background-image: url('../images/jtr1h.png');
        }

a.seemore2 {
    display: block;
    width: 172px;
    height: 42px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #1e64c6;
    line-height: 42px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 23px;
    background-color: #fff;
}

    a.seemore2 span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-right: 40px;
        background: url('../images/jtr1h.png') right no-repeat;
    }

.jello-h:hover {
    -webkit-animation: jello 1s 0s infinite;
    animation: jello 1s 0s infinite;
}

.rubberBand-h:hover {
    -webkit-animation: rubberBand 1s 0s 1;
    animation: rubberBand 1s 0s 1;
}

/*美达康1首页按钮*/
a.seemore3 {
    display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    color: #116bb4;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 25px;
}

    a.seemore3:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        border: 1px solid #116bb4;
        border-radius: 25px;
    }

    a.seemore3 span {
        position: relative;
        z-index: 2;
        display: inline-block;
        font-size: 16px;
        letter-spacing: 2px;
    }

    a.seemore3:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 0;
        background-color: #116bb4;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    a.seemore3:hover:after {
        height: 100%;
    }

    a.seemore3:hover {
        background-color: #116bb4;
        color: #fff;
    }

.bubbly-button {
    position: relative;
}

    .bubbly-button:before,
    .bubbly-button:after {
        position: absolute;
        content: '';
        display: block;
        width: 140%;
        height: 100%;
        left: -20%;
        z-index: 0;
        -webkit-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
        background-repeat: no-repeat;
    }

    .bubbly-button:before {
        display: none;
        top: -75%;
        background-image: radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, transparent 20%, #0058a7 20%, transparent 30%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0058a7 15%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%);
        background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    }

    .bubbly-button:after {
        display: none;
        bottom: -75%;
        background-image: radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0058a7 15%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%), radial-gradient(circle, #0058a7 20%, transparent 20%);
        background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
    }

    .bubbly-button:hover:before {
        display: block;
        -webkit-animation: topBubbles ease-in-out 0.75s infinite forwards;
        animation: topBubbles ease-in-out 0.75s infinite forwards;
    }

    .bubbly-button:hover:after {
        display: block;
        -webkit-animation: bottomBubbles ease-in-out 0.75s infinite forwards;
        animation: bottomBubbles ease-in-out 0.75s infinite forwards;
    }

@-webkit-keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@-webkit-keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

/*远见8产品详情 */
.outnavbg {
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.outnav7 {
    height: 60px;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

    .outnav7 .nav-left,
    .outnav7 .nav-right {
        width: 40px;
        height: 100%;
        cursor: pointer;
        position: absolute;
        top: 0;
        z-index: 2;
        background-position: center;
        background-repeat: no-repeat;
        display: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #e7e7e7;
    }

    .outnav7 .nav-left {
        left: 0;
        background-image: url('../images/lt3.png');
    }

    .outnav7 .nav-right {
        right: 0;
        background-image: url('../images/gt3.png');
    }

    .outnav7 .nav-left:hover {
        background-image: url('../images/lt3h.png');
        background-color: #eb0104;
    }

    .outnav7 .nav-right:hover {
        background-image: url('../images/gt3h.png');
        background-color: #eb0104;
    }

    .outnav7 #wrapper77 {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .outnav7.on {
        padding: 0 40px;
    }

        .outnav7.on .nav-left,
        .outnav7.on .nav-right {
            display: block;
        }

.nav7 {
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}

    .nav7 li {
        width: 170px;
        display: inline-block;
        height: 100%;
        overflow: hidden;
    }

    .nav7.fen2 li {
        width: 50%;
    }

    .nav7.fen3 li {
        width: 33.3%;
    }

    .nav7.fen4 li {
        width: 25%;
    }

    .nav7.fen5 li {
        width: 20%;
    }

    .nav7 li a {
        display: block;
        position: relative;
        color: #666;
        line-height: 60px;
        font-size: 16px;
    }

        .nav7 li a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 0;
            display: none;
            width: 1px;
            height: 14px;
            background-color: #ccc;
            margin-top: -7px;
        }

        .nav7 li a:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            z-index: 1;
            width: 0;
            height: 2px;
            margin-left: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background-color: #014ab1;
        }

    .nav7 li:hover a {
        color: #eb0104;
    }

        .nav7 li:hover a:after {
            width: 108px;
            margin-left: -54px;
        }

    .nav7 li.on a {
        color: #eb0104;
    }

        .nav7 li.on a:after {
            width: 108px;
            margin-left: -54px;
        }

.mouse {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 8;
    cursor: pointer;
    padding-bottom: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .mouse > label {
        display: block;
        height: 46px;
        font-size: 16px;
        color: #fff;
        line-height: 46px;
        white-space: nowrap;
        cursor: pointer;
    }

    .mouse > b {
        position: absolute;
        bottom: 0;
        width: 1px;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.3);
    }

        .mouse > b.i1 {
            left: 50%;
            height: 80px;
        }

            .mouse > b.i1:after {
                content: "";
                position: absolute;
                height: 30%;
                width: 100%;
                background-color: #fff;
                bottom: 100%;
                left: 0;
                -webkit-animation: rise1 1.6s linear infinite;
                animation: rise1 1.6s linear infinite;
            }

        .mouse > b.i2 {
            right: -12px;
            height: 24px;
        }

            .mouse > b.i2:after {
                content: "";
                position: absolute;
                height: 50%;
                width: 100%;
                background-color: #fff;
                bottom: 100%;
                left: 0;
                -webkit-animation: rise2 1.6s linear infinite;
                animation: rise2 1.6s linear infinite;
            }

@-webkit-keyframes rise1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
    }
}

@keyframes rise1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
    }
}

@-webkit-keyframes rise2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translateY(48px);
        transform: translateY(48px);
    }
}

@keyframes rise2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translateY(48px);
        transform: translateY(48px);
    }
}

.fside {
    position: fixed;
    z-index: 50;
    left: 1px;
    top: 50%;
    margin-top: -160px;
    width: 100px;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

    .fside.zk {
        left: -100px;
    }

    .fside i {
        width: 11px;
        height: 68px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -34px;
        z-index: 10;
        background: #38b9b0 url('../images/sandao.png') center no-repeat;
        cursor: pointer;
        border-radius: 0 9px 9px 0;
    }

    .fside label {
        display: block;
        width: 100%;
        height: 55px;
        border-radius: 6px 6px 0 0;
        background: #38bab1 url('../images/ssdlogo.png') center no-repeat;
    }

    .fside a {
        display: block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        text-align: center;
        background-color: #fff;
        padding-top: 17px;
        padding-bottom: 10px;
    }

        .fside a .pic {
            width: 30px;
            height: 30px;
            font-size: 0;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 50%;
            border: 1px solid #38bab1;
            background-color: #38bab1;
            margin: 0 auto;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .fside a > p {
            margin-top: 7px;
            font-size: 14px;
            line-height: 20px;
            color: #576c87;
            height: 20px;
        }

        .fside a:hover > .pic {
            background-color: #fff;
        }

        .fside a:hover > p {
            color: #38bab1;
        }

.sideinfo {
    width: 0;
    height: 56px;
    overflow: hidden;
    position: absolute;
    left: 100px;
    top: 10px;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .sideinfo.on {
        width: 214px;
    }

    .sideinfo div {
        padding: 13px 0 13px 52px;
        width: 148px;
        color: #fff;
        text-align: left;
        position: relative;
    }

        .sideinfo div h3 {
            font-size: 14px;
            line-height: 24px;
            height: 24px;
            overflow: hidden;
            display: none;
        }

    .sideinfo .sidetel {
        background: #af966d url('../images/ssd3.png') 19px no-repeat;
    }

        .sideinfo .sidetel p {
            font-size: 24px;
            line-height: 30px;
            height: 30px;
            overflow: hidden;
            font-family: "Centaur";
        }

.sidetel:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -7px;
    z-index: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #af966d;
}

.sideinfo2 {
    width: 70px;
    height: 75px;
    background-color: #af966d;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .sideinfo2.on {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .sideinfo2 span {
        display: block;
        width: 36px;
        height: 36px;
        padding: 20px 17px;
        line-height: 18px;
        color: #fff;
        font-size: 16px;
    }

.sidebigewm {
    display: none;
    position: absolute;
    top: 0;
    left: 74px;
    z-index: 1;
    background-color: #fff;
    width: 120px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

    .sidebigewm img {
        width: 100%;
    }

.fside a .pic.sd1 {
    background-image: url('../images/ssd1.png');
}

.fside a .pic.sd2 {
    background-image: url('../images/ssd2.png');
}

.fside a .pic.sd3 {
    background-image: url('../images/ssd3.png');
}

.fside a .pic.sd4 {
    background-image: url('../images/ssd4.png');
}

.fside a:hover .pic.sd1 {
    background-image: url('../images/ssd1h.png');
}

.fside a:hover .pic.sd2 {
    background-image: url('../images/ssd2h.png');
}

.fside a:hover .pic.sd3 {
    background-image: url('../images/ssd3h.png');
}

.fside a:hover .pic.sd4 {
    background-image: url('../images/ssd4h.png');
}

@media screen and (max-width: 1023px) {
    .fside {
        display: none;
    }
}

.fu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 150;
    top: 0;
    left: 0;
    display: none;
}

.fubg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.fuin {
    position: absolute;
    width: 540px;
    left: 50%;
    margin-left: -270px;
    top: 50%;
    z-index: 3;
}

.fuin {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
}

.fu.on .fuin {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.fuin a.close {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 70px;
    top: 40px;
    z-index: 1;
    background: #cccccc url('../images/close.png') center no-repeat;
    border-radius: 50%;
}

.fuin .fucon {
    padding: 44px 70px 56px;
    background-color: #fff;
    overflow: hidden;
}

    .fuin .fucon h2 {
        font-size: 28px;
        color: #2778be;
        line-height: 36px;
        font-weight: bold;
    }

.news-out {
    padding: 100px 0 50px 0px;
}

@media screen and (max-width: 1440px) {
    .news-out {
        padding: 90px 0 120px;
    }
}

@media screen and (max-width: 1023px) {
    .news-out {
        padding: 80px 0 100px;
    }
}

@media screen and (max-width: 750px) {
    .news-out {
        padding: 0;
        padding-bottom: 80px;
    }
}

.newslist {
    padding-bottom: 50px;
}

    .newslist li {
        width: 100%;
        position: relative;
        padding: 60px 0;
    }

        .newslist li .lin {
            position: relative;
            max-width: 1520px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .newslist li a {
            display: block;
            position: relative;
            overflow: hidden;
            height: 260px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .newslist li .pic {
            position: relative;
            width: 400px;
            height: 100%;
            overflow: hidden;
            border-radius: 8px;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            margin: 0 40px;
        }

            .newslist li .pic img {
                -o-object-fit: cover;
                object-fit: cover;
            }

        .newslist li .wz {
            padding-top: 10px;
            width: 910px;
        }

        .newslist li h3 {
            font-size: 24px;
            color: #333;
            line-height: 40px;
            height: 40px;
            font-weight: bold;
            overflow: hidden;
        }

        .newslist li .txt {
            font-size: 14px;
            color: #666;
            line-height: 26px;
            overflow: hidden;
            min-height: 52px;
            max-height: 78px;
            margin-top: 20px;
            margin-bottom: 34px;
            text-align: justify;
        }

        .newslist li label {
            display: block;
            width: 138px;
            height: 38px;
            background-color: #fff;
            border: 1px solid #ddd;
            font-size: 14px;
            color: #999;
            line-height: 38px;
            text-align: center;
            border-radius: 20px;
            cursor: pointer;
        }

        .newslist li .date {
            width: 54px;
            padding-top: 28px;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            font-family: "Messapia";
        }

        .newslist li .day {
            display: block;
            font-size: 50px;
            color: #666;
            line-height: 54px;
            white-space: nowrap;
        }

        .newslist li .year {
            display: block;
            font-size: 14px;
            color: #666;
            line-height: 22px;
            white-space: nowrap;
        }

        .newslist li:hover {
            background-color: #f3f9fd;
        }

            .newslist li:hover h3 {
                color: #0058a7;
            }

            .newslist li:hover label {
                color: #fff;
                border-color: #6eb92c;
                background-color: #6eb92c;
            }

.mybubble:hover {
    -webkit-animation: bubbles1 1s forwards ease-out;
    animation: bubbles1 1s forwards ease-out;
    background: radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 80% 80% / 0.78em 0.78em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(0, 0, 0, 0) 60%) 13% 131% / 0.71em 0.71em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 7% 80% / 0.58em 0.58em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 5% 84% / 1.02em 1.02em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 32% 116% / 0.76em 0.76em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(30, 172, 115, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 59% 77% / 1.08em 1.08em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 22% 89% / 0.69em 0.69em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 74% 119% / 0.69em 0.69em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 40% 89% / 0.62em 0.62em;
    background-color: #6eb92c;
    background-repeat: no-repeat;
}

.newslist li:hover .day,
.newslist li:hover .year {
    color: #0058a7;
}

.newslist li,
.newslist h3,
.newslist label,
.newslist .day,
.newslist .year {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@-webkit-keyframes bubbles1 {
    100% {
        background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
    }
}

@keyframes bubbles1 {
    100% {
        background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
    }
}

@media screen and (max-width: 1400px) {
    .newslist li {
        padding-top: 50px;
        padding-bottom: 0px;
    }

        .newslist li .pic {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        }
}

@media screen and (max-width: 1024px) {
    .newslist li .lin {
        padding: 0 30px;
    }

    .newslist li .date {
        display: none;
    }

    .newslist li .pic {
        margin-left: 0;
    }

    .newslist li .wz {
        padding-top: 0;
        width: 800px;
    }
}

@media screen and (max-width: 750px) {
    .newslist {
        padding-bottom: 60px;
    }

        .newslist li .pic {
            margin-right: 30px;
        }

        .newslist li .wz {
            width: 600px;
        }

        .newslist li .txt {
            display: none;
        }

        .newslist li h3 {
            height: 80px;
            margin-bottom: 30px;
        }
}

@media screen and (max-width: 640px) {
    .newslist li a {
        height: 200px;
    }

    .newslist li .pic {
        margin-right: 20px;
    }

    .newslist li .wz {
        width: 400px;
    }

    .newslist li h3 {
        font-size: 20px;
        line-height: 36px;
        height: 108px;
    }
}

.newspage-out {
    background-image: -webkit-gradient(linear, left top, right top, from(#f3f9fd), color-stop(35%, #f3f9fd), color-stop(35%, #ffffff), to(#ffffff));
    background-image: linear-gradient(90deg, #f3f9fd 0%, #f3f9fd 35%, #ffffff 35%, #ffffff 100%);
}

@media screen and (max-width: 1800px) {
    .newspage-out {
        background-image: -webkit-gradient(linear, left top, right top, from(#f3f9fd), color-stop(34%, #f3f9fd), color-stop(34%, #ffffff), to(#ffffff));
        background-image: linear-gradient(90deg, #f3f9fd 0%, #f3f9fd 34%, #ffffff 34%, #ffffff 100%);
    }
}

@media screen and (max-width: 1700px) {
    .newspage-out {
        background-image: -webkit-gradient(linear, left top, right top, from(#f3f9fd), color-stop(33%, #f3f9fd), color-stop(33%, #ffffff), to(#ffffff));
        background-image: linear-gradient(90deg, #f3f9fd 0%, #f3f9fd 33%, #ffffff 33%, #ffffff 100%);
    }
}

@media screen and (max-width: 1600px) {
    .newspage-out {
        background-image: -webkit-gradient(linear, left top, right top, from(#f3f9fd), color-stop(32%, #f3f9fd), color-stop(32%, #ffffff), to(#ffffff));
        background-image: linear-gradient(90deg, #f3f9fd 0%, #f3f9fd 32%, #ffffff 32%, #ffffff 100%);
    }
}

@media screen and (max-width: 1540px) {
    .newspage-out {
        background-image: -webkit-gradient(linear, left top, right top, from(#f3f9fd), color-stop(31%, #f3f9fd), color-stop(31%, #ffffff), to(#ffffff));
        background-image: linear-gradient(90deg, #f3f9fd 0%, #f3f9fd 31%, #ffffff 31%, #ffffff 100%);
    }
}

@media screen and (max-width: 1440px) {
    .newspage-out {
        background-image: linear-gradient(90deg, #f3f9fd 0%, #f3f9fd 435px, #ffffff 435px, #ffffff 100%);
    }
}

.newspage {
    padding: 140px 0 150px;
}

.newspage-out .cer8 {
    /* background: url(../images/ling05.png) no-repeat left top;
  background-size: 40%; */
}

@media screen and (max-width: 1440px) {
    .newspage {
        padding: 120px 0 120px;
    }
}

@media screen and (max-width: 1023px) {
    .newspage {
        padding: 80px 0 100px;
    }
}

@media screen and (max-width: 750px) {
    .newspage {
        padding: 40px 0 80px;
    }
}

.main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainleft {
    width: 26%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.mainright {
    width: 60%;
}

.btc-h {
    padding-bottom: 42px;
    border-bottom: 1px solid #ddd;
}

    .btc-h h1 {
        font-size: 28px;
        color: #333;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 24px;
        background: linear-gradient(to right, #0058A6, #6DB92C) no-repeat 0 0;
        display: inline-block;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.btc-date {
    font-size: 16px;
    color: #888;
    line-height: 32px;
}

    .btc-date span {
        display: inline-block;
        margin-left: 24px;
    }

        .btc-date span:first-child {
            margin-left: 0;
        }

.btc-con {
    font-size: 16px;
    line-height: 32px;
    color: #444;
    text-align: justify;
    padding-bottom: 84px;
    border-bottom: 1px solid #dce2ea;
}

    .btc-con img {
        max-width: 100%;
    }

    .btc-con a {
        color: #0058a7;
    }

@media screen and (max-width: 1200px) {
    .newspage-out {
        background-image: none;
        background-color: #f3f9fd;
    }

    .main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mainleft {
        width: 100%;
        padding-right: 0;
    }

    .mainright {
        width: 100%;
        margin-top: 20px;
    }

    .btc-h {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .btc-h h1 {
        font-size: 24px;
    }

    .btc-con {
        padding-bottom: 60px;
    }
}

.atc-pn {
    position: relative;
    padding-right: 150px;
    margin-top: 50px;
}

    .atc-pn span {
        display: block;
        font-size: 16px;
        color: #999;
        line-height: 32px;
    }

    .atc-pn san a {
        color: #666;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.atc-prev {
    margin-bottom: 10px;
}

    .atc-prev:hover,
    .atc-next:hover {
        color: #6eb92c;
    }

        .atc-prev:hover a,
        .atc-next:hover a {
            color: #6eb92c;
        }

.atc-pn span.atc-ret {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 1;
    width: 120px;
    height: 40px;
    color: #fff;
    border-radius: 20px;
    display: block;
    background-color: #6eb92c;
}

    .atc-pn span.atc-ret a {
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 40px;
    }

@media screen and (max-width: 1023px) {
    .atc-pn {
        padding-right: 0;
    }

        .atc-pn span.atc-ret {
            position: relative;
            top: auto;
            right: auto;
            margin: 40px auto 0;
        }
}

.lianxi-out {
    padding: 100px 0;
    background: #f3f9fd url('../images/liu.png') left bottom no-repeat;
    background-size: 50%;
}

@media screen and (max-width: 1440px) {
    .lianxi-out {
        padding: 120px 0 120px;
    }
}

@media screen and (max-width: 1023px) {
    .lianxi-out {
        padding: 100px 0 100px;
    }
}

@media screen and (max-width: 750px) {
    .lianxi-out {
        padding: 40px 0 80px;
    }
}

.lx {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lxleft {
    width: 650px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.lxright {
    width: 830px;
    /* margin-right: 136px; */
}

@media screen and (max-width: 1700px) {
    .lxright {
        margin-right: 90px;
    }
}

@media screen and (max-width: 1600px) {
    .lxright {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1500px) {
    .lxright {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .lx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lxleft {
        width: 100%;
    }

    .lxright {
        width: 100%;
        margin-top: 60px;
    }
}

.lxintro {
    font-size: 16px;
    color: #666;
    line-height: 38px;
    margin-top: 20px;
}

    .lxintro span {
        display: block;
    }

.lxinfo {
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin-top: 50px;
}

    .lxinfo img {
        width: 150px;
    }

    .lxinfo span {
        display: block;
    }

.formwrap {
    background-color: #fff;
    border-radius: 30px;
    padding: 60px;
}

.liuyan3 {
    color: #333;
    font-size: 0;
}

    .liuyan3 .hang {
        margin-bottom: 40px;
    }

        .liuyan3 .hang.fat {
            height: auto;
        }

    .liuyan3 label.bq {
        display: block;
        font-size: 16px;
        line-height: 28px;
        color: #333;
        height: 28px;
        overflow: hidden;
    }

    .liuyan3 input[type=text] {
        width: 100%;
        height: 40px;
        border: 0 none;
        border-bottom: 1px solid #eee;
        line-height: 40px;
        font-size: 14px;
        padding-bottom: 5px;
    }

    .liuyan3 textarea {
        width: 100%;
        padding: 10px 0;
        height: 80px;
        border: 0 none;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        line-height: 20px;
        resize: none;
        vertical-align: top;
    }

        .liuyan3 input[type=text]:focus,
        .liuyan3 textarea:focus {
            border-color: #6eb92c;
        }

    .liuyan3 input[type=text],
    .liuyan3 textarea {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .liuyan3 i.v {
        display: block;
        width: 100%;
        height: 100%;
        vertical-align: top;
    }

    .liuyan3 .hang2 {
        /* padding-right: 80px; */
        position: relative;
    }

        .liuyan3 .hang2 input[type=text] {
            width: 100%;
        }

    .liuyan3 .verifyImg {
        width: 80px;
        /* height: 50px; */
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .liuyan3 .yzmchange {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        margin-left: 20px;
        background: url('../images/change2.png') center no-repeat;
    }

    .liuyan3 input[type=submit] {
        display: block;
        width: 160px;
        height: 42px;
        font-size: 16px;
        line-height: 42px;
        color: #fff;
        border-radius: 20px;
        background-color: #6eb92c;
    }

    .liuyan3 .Validform_checktip {
        height: 20px;
        line-height: 20px;
    }

@media screen and (max-width: 1400px) {
    .lxleft .cate5 .en {
        font-size: 120px;
        line-height: 124px;
    }

    .formwrap {
        padding: 70px 60px 90px;
    }
}

@media screen and (max-width: 750px) {
    .lxleft .cate5 .en {
        font-size: 40px;
        line-height: 84px;
    }

    .formwrap {
        padding: 50px 30px 60px;
        border-radius: 16px;
    }

    .lxinfo {
        margin-top: 30px;
    }
}

.cate5 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 12px;
}

    .cate5 .en {
        font-size: 100px;
        color: rgba(0, 88, 167, 0.1);
        line-height: 144px;
        text-transform: uppercase;
        white-space: nowrap;
        position: absolute;
        left: -102px;
        top: 0;
        z-index: 1;
        font-family: "Messapia";
        width: 100%;
    }

    .cate5 .cn {
        font-size: 24px;
        color: #222;
        line-height: 36px;
        height: 36px;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }

    .cate5 .cn2 {
        font-size: 36px;
        color: #222;
        line-height: 56px;
        height: 56px;
        font-weight: bold;
        position: relative;
        z-index: 2;
        background: linear-gradient(to right, #0058A6, #6DB92C) no-repeat 0 0;
        display: inline-block;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .cate5.cate5h .en {
        color: rgba(255, 255, 255, 0.1);
    }

    .cate5.cate5h .cn {
        color: #fff;
    }

    .cate5.cate5h .cn2 {
        color: #fff;
    }

@media screen and (max-width: 1800px) {
    .cate5 .en {
        left: -30px;
    }
}

@media screen and (max-width: 1200px) {
    .cate5 {
        padding-bottom: 0;
    }

        .cate5 .en {
            left: 0;
            font-size: 120px;
            line-height: 124px;
        }
}

@media screen and (max-width: 1024px) {
    .cate5 .en {
        font-size: 100px;
        line-height: 104px;
    }
}

@media screen and (max-width: 640px) {
    .cate5 .en {
        font-size: 40px;
        line-height: 84px;
    }

    .huoban .cate5 .cn2 {
        font-size: 30px;
    }
}

.lianxi {
    padding: 100px 0;
}

@media screen and (max-width: 1023px) {
    .lianxi {
        padding: 100px 0 100px;
    }
}

@media screen and (max-width: 750px) {
    .lianxi {
        padding: 40px 0 80px;
    }
}

.lxlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
}

    .lxlist li {
    }

    .lxlist .lin {
        position: relative;
        padding-left: 138px;
        height: 108px;
    }

    .lxlist .pic {
        width: 108px;
        height: 108px;
        text-align: center;
        line-height: 108px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

        .lxlist .pic .bg {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            background: url('../images/ew2.png') center no-repeat;
            border-radius: 50%;
        }

        .lxlist .pic .pic .iconfont {
            font-size: 40px;
            color: #0058a7;
        }

        .lxlist .pic .fig {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            width: 100%;
            text-align: center;
            /* background: url('../images/lx1.png') center no-repeat; */
        }

    /* .lxlist .i2 .fig {
  background: url('../images/lx2.png') center no-repeat;
} */

    .lxlist h3 {
        font-size: 16px;
        color: #333;
        line-height: 28px;
        height: 28px;
        overflow: hidden;
        padding-top: 20px;
    }

    .lxlist .txt {
        font-size: 18px;
        color: #0058a7;
        line-height: 36px;
        height: 36px;
        overflow: hidden;
        margin-top: 5px;
    }

        .lxlist .txt a {
            font-size: 30px;
            color: #0058a7;
            font-weight: bold;
            font-family: "arial";
        }

    .lxlist li:hover .pic .bg {
        -webkit-animation: rotate360 5s linear infinite;
        animation: rotate360 5s linear infinite;
    }


@media screen and (max-width: 1400px) {
    .lxlist {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1300px) {
    .mapwrap {
        padding-right: 0;
        background-image: none;
    }
}

@media screen and (max-width: 750px) {
    .lxlist {
        margin-top: 20px;
    }

        .lxlist .txt {
            height: auto;
        }
}

/*6场内设备*/
.yingyong-out {
    padding: 150px 0;
    background: #f1f9fc;
}

@media screen and (max-width: 1440px) {
    .yingyong-out {
        padding: 120px 0 302px;
    }
}

@media screen and (max-width: 1023px) {
    .yingyong-out {
        padding: 100px 0 100px;
    }
}

.cate3 {
    position: relative;
    padding-top: 70px;
    text-align: center;
}

    .cate3 .en {
        font-size: 80px;
        color: rgba(0, 88, 167, 0.1);
        line-height: 144px;
        text-transform: uppercase;
        white-space: nowrap;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        font-family: "Messapia";
        width: 100%;
    }

    .cate3 .cn {
        font-size: 36px;
        color: #0058a7;
        line-height: 56px;
        height: 56px;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }

@media screen and (max-width: 1200px) {
    .cate3 .en {
        font-size: 120px;
        line-height: 124px;
    }
}

@media screen and (max-width: 1024px) {
    .cate3 .en {
        font-size: 100px;
        line-height: 104px;
    }
}

@media screen and (max-width: 640px) {
    .cate3 .en {
        font-size: 80px;
        line-height: 84px;
    }
}

.sw6out {
    position: relative;
}

#sw6 {
    height: 525px;
}

    #sw6 .swiper-slide {
        width: 840px;
    }

.sw6out .swiper-pagination {
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
}

.sw6out .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #bfbfbf;
    outline: 0 none;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

.sw6out .swiper-pagination-bullet-active {
    background-color: #b81c22;
}

.sw6out .sw-next,
.sw6out .sw-prev {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    margin-top: -29px;
    opacity: 0.5;
    border: 1px solid #fff;
}

.sw6out .sw-prev {
    left: 50%;
    margin-left: -640px;
    background: url('../images/lt-ev.png') center no-repeat;
}

.sw6out .sw-next {
    right: 50%;
    margin-right: -640px;
    background: url('../images/gt-ev.png') center no-repeat;
}

    .sw6out .sw-prev:hover,
    .sw6out .sw-next:hover {
        background-color: #6eb92c;
        border-color: #6eb92c;
        opacity: 1;
    }

#sw6 .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#sw6 .swiper-slide .pic {
    width: 100%;
    height: 525px;
    font-size: 0;
    background-color: #000;
    border-radius: 30px;
    overflow: hidden;
}

#sw6 .swiper-slide img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#sw6 .swiper-slide .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 88, 167, .65));
    border-radius: 0 0 30px 30px;
}

#sw6 .swiper-slide-active a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#sw6 .swiper-slide-active img {
    opacity: 1;
}

@media screen and (max-width: 1340px) {
    .sw6out .sw-prev {
        left: 5%;
        margin-left: 0;
        background-color: #6eb92c;
    }

    .sw6out .sw-next {
        right: 5%;
        margin-right: 0;
        background-color: #6eb92c;
    }
}

@media screen and (max-width: 840px) {
    .sw6out {
        padding: 0 5%;
    }

    #sw6 {
        height: 450px;
    }

        #sw6 .swiper-slide .pic {
            height: 450px;
        }

    .sw6out .sw-prev {
        left: 1%;
    }

    .sw6out .sw-next {
        right: 1%;
    }
}

@media screen and (max-width: 600px) {
    #sw6 {
        height: 350px;
    }

        #sw6 .swiper-slide .pic {
            height: 350px;
        }
}

.tuijian {
    width: 100%;
    /* height: 890px; */
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tjpicbg {
    width: 50%;
    overflow: hidden;
}

.even .tjpicbg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.tjpicbg {
    background: #ecf7fe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.even .tjpicbg {
    /* background-image: url('../images/ywbg2.jpg'); */
}

.tjpicbg img {
    max-width: 90%;
    max-height: 90%;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 25px;
}

.tjpicbg:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.tjother {
    width: 40%;
    padding: 10% 5%;
}

    .tjother .inner {
        /* padding: 10%; */
    }

    .tjother .fang {
        height: 52px;
        line-height: 52px;
        font-family: "Messapia-Bold";
    }

        .tjother .fang label {
            font-size: 36px;
            color: #0058a7;
            margin-right: 10px;
        }

        .tjother .fang span {
            font-size: 18px;
            color: #666;
        }

    .tjother h3 {
        font-size: 58px;
        color: rgba(0, 88, 167, 0.05);
        height: 75px;
        font-family: "Messapia";
        text-transform: uppercase;
        white-space: nowrap;
    }

    .tjother h4 {
        font-size: 34px;
        background: linear-gradient(to right, #0058A6, #6DB92C) no-repeat 0 0;
        display: inline-block;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        line-height: 54px;
        position: relative;
        z-index: 1;
        font-weight: bold;
        margin-top: -46px;
    }

    .tjother .tjcon {
        font-size: 18px;
        color: #666;
        line-height: 36px;
        margin-top: 10px;
        /* min-height: 300px; */
        overflow: hidden;
    }

    .tjother .more a {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-top: 60px;
        cursor: pointer;
        background: #6eb92c url('../images/gt-case.png') center no-repeat;
        -webkit-transition: 1s;
        transition: 1s;
    }

        .tjother .more a:hover {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .tjother .tjcon img {
        display: none;
    }

@media screen and (max-width: 1300px) {
    .tjother h3 {
        font-size: 50px;
    }

    .tjother .inner {
        padding: 20px 10%;
    }
}

@media screen and (max-width: 1100px) {
    .tuijian {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }

    .tjpicbg {
        width: 100%;
        height: 600px;
    }

    .even .tjpicbg {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .tjother {
        width: auto;
        margin-top: 40px;
    }

        .tjother .tjcon {
            min-height: 0;
        }
}

@media screen and (max-width: 750px) {
    .tjother .inner {
        padding: 20px 5%;
    }

    .tjother .tjcon {
        font-size: 16px;
        line-height: 2em;
    }
}

.gongyi1-out {
    padding: 116px 0 120px;
    background-color: #f3f9fd;
}

@media screen and (max-width: 1023px) {
    .gongyi1-out {
        padding: 100px 0;
    }
}

@media screen and (max-width: 750px) {
    .gongyi1-out {
        padding: 80px 0;
    }
}

.sw4out {
    position: relative;
    max-width: 1474px;
    margin: 50px auto 38px;
}

#sw4 {
    height: 172px;
}

    #sw4 .swiper-slide {
        width: 134px;
    }

.sw4out .swiper-pagination {
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
}

.sw4out .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #bfbfbf;
    outline: 0 none;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

.sw4out .swiper-pagination-bullet-active {
    background-color: #b81c22;
}

.sw4out .sw-next,
.sw4out .sw-prev {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    margin-top: -29px;
    opacity: 0.5;
    border: 1px solid #fff;
}

.sw4out .sw-prev {
    left: 50%;
    margin-left: -640px;
    background: url('../images/lt-ev.png') center no-repeat;
}

.sw4out .sw-next {
    right: 50%;
    margin-right: -640px;
    background: url('../images/gt-ev.png') center no-repeat;
}

    .sw4out .sw-prev:hover,
    .sw4out .sw-next:hover {
        background-color: #6eb92c;
        border-color: #6eb92c;
        opacity: 1;
    }

#sw4 .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#sw4 .swiper-slide .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    line-height: 100px;
    margin: 15px auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#sw4 .swiper-slide .flag {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-width: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#sw4 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#sw4 .swiper-slide h3 {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}

#sw4 .swiper-slide .txt {
    display: none;
}

#sw4 .i1 .pic {
    background-color: #6eb92c;
}

#sw4 .ac .i1 .flag {
    border-top-color: #6eb92c;
}

#sw4 .ac .i1 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.2);
    box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.2);
}

#sw4 .i2 .pic {
    background-color: #5db51c;
}

#sw4 .ac .i2 .flag {
    border-top-color: #5db51c;
}

#sw4 .ac .i2 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(93, 181, 28, 0.2);
    box-shadow: 0 0 0 9px rgba(93, 181, 28, 0.2);
}

#sw4 .i3 .pic {
    background-color: #40b51c;
}

#sw4 .ac .i3 .flag {
    border-top-color: #40b51c;
}

#sw4 .ac .i3 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(64, 181, 28, 0.2);
    box-shadow: 0 0 0 9px rgba(64, 181, 28, 0.2);
}

#sw4 .i4 .pic {
    background-color: #1cb52e;
}

#sw4 .ac .i4 .flag {
    border-top-color: #1cb52e;
}

#sw4 .ac .i4 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(28, 181, 46, 0.2);
    box-shadow: 0 0 0 9px rgba(28, 181, 46, 0.2);
}

#sw4 .i5 .pic {
    background-color: #1cb56b;
}

#sw4 .ac .i5 .flag {
    border-top-color: #1cb56b;
}

#sw4 .ac .i5 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(28, 181, 107, 0.2);
    box-shadow: 0 0 0 9px rgba(28, 181, 107, 0.2);
}

#sw4 .i6 .pic {
    background-color: #1cb5a1;
}

#sw4 .ac .i6 .flag {
    border-top-color: #1cb5a1;
}

#sw4 .ac .i6 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(28, 181, 161, 0.2);
    box-shadow: 0 0 0 9px rgba(28, 181, 161, 0.2);
}

#sw4 .i7 .pic {
    background-color: #1cb0b5;
}

#sw4 .ac .i7 .flag {
    border-top-color: #1cb0b5;
}

#sw4 .ac .i7 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(28, 176, 181, 0.2);
    box-shadow: 0 0 0 9px rgba(28, 176, 181, 0.2);
}

#sw4 .i8 .pic {
    background-color: #1c93b5;
}

#sw4 .ac .i8 .flag {
    border-top-color: #1c93b5;
}

#sw4 .ac .i8 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(28, 147, 181, 0.2);
    box-shadow: 0 0 0 9px rgba(28, 147, 181, 0.2);
}

#sw4 .i9 .pic {
    background-color: #1c81b5;
}

#sw4 .ac .i9 .flag {
    border-top-color: #1c81b5;
}

#sw4 .ac .i9 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(28, 129, 181, 0.2);
    box-shadow: 0 0 0 9px rgba(28, 129, 181, 0.2);
}

#sw4 .i10 .pic {
    background-color: #1c6fb5;
}

#sw4 .ac .i10 .flag {
    border-top-color: #1c6fb5;
}

#sw4 .ac .i10 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(28, 111, 181, 0.2);
    box-shadow: 0 0 0 9px rgba(28, 111, 181, 0.2);
}

#sw4 .i11 .pic {
    background-color: #0058a7;
}

#sw4 .ac .i11 .flag {
    border-top-color: #0058a7;
}

#sw4 .ac .i11 .pic {
    -webkit-box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.2);
    box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.2);
}

#liucheninfo {
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #d5e1e9;
    max-width: 1474px;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 0 0 #d5e1e9;
    box-shadow: 10px 10px 0 0 #d5e1e9;
}

    #liucheninfo .inner {
        padding: 45px 7.6% 35px;
    }

    #liucheninfo h3 {
        font-size: 28px;
        color: #0058a7;
        line-height: 40px;
        margin-bottom: 16px;
    }

    #liucheninfo .txt {
        font-size: 18px;
        color: #666;
        line-height: 32px;
    }

@media screen and (max-width: 750px) {
    #liucheninfo {
        border-radius: 50px;
    }

        #liucheninfo .inner {
            padding: 30px 5%;
        }
}

.gongyi2-out {
    padding: 116px 0 146px;
    background: #ffffff url('../images/gongyibg.jpg') bottom no-repeat;
}

@media screen and (max-width: 1440px) {
    .gongyi2-out {
        padding: 116px 0 126px;
    }
}

@media screen and (max-width: 1023px) {
    .gongyi2-out {
        padding: 100px 0;
    }
}

@media screen and (max-width: 750px) {
    .gongyi2-out {
        padding: 80px 0;
    }
}

.gonyitu {
    margin-top: 88px;
    text-align: center;
}

    .gonyitu img {
        max-width: 100%;
        cursor: pointer;
    }

/*5公司产品*/
.product-out {
    padding: 126px 0 320px;
    background: #f1f9fc url('../images/shebeibg.jpg') bottom no-repeat;
}

@media screen and (max-width: 1023px) {
    .product-out {
        padding: 100px 0 320px;
    }
}

@media screen and (max-width: 750px) {
    .product-out {
        padding: 80px 0 320px;
    }
}

.sw5out {
    position: relative;
    margin-top: 90px;
}

.sw5 {
    width: 100%;
    height: 525px;
}

    .sw5 .swiper-slide {
        width: 840px;
    }

    .sw5 .swiper-pagination {
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 0;
    }

    .sw5 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 6px;
        background-color: #bfbfbf;
        outline: 0 none;
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 50%;
    }

    .sw5 .swiper-pagination-bullet-active {
        background-color: #b81c22;
    }

    .sw5 .sw-next,
    .sw5 .sw-prev {
        position: absolute;
        top: 50%;
        width: 56px;
        height: 56px;
        z-index: 10;
        cursor: pointer;
        font-size: 0;
        text-align: center;
        border-radius: 50%;
        margin-top: -29px;
        opacity: 0.5;
        border: 1px solid #fff;
    }

    .sw5 .sw-prev {
        left: 50%;
        margin-left: -640px;
        background: url('../images/lt-ev.png') center no-repeat;
    }

    .sw5 .sw-next {
        right: 50%;
        margin-right: -640px;
        background: url('../images/gt-ev.png') center no-repeat;
    }

        .sw5 .sw-prev:hover,
        .sw5 .sw-next:hover {
            background-color: #6eb92c;
            border-color: #6eb92c;
            opacity: 1;
        }

    .sw5 .swiper-slide a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .sw5 .swiper-slide .pic {
        width: 100%;
        height: 525px;
        font-size: 0;
        background-color: #000;
        border-radius: 30px;
        overflow: hidden;
    }

    .sw5 .swiper-slide img {
        width: 100%;
        height: 100%;
        opacity: 0.5;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .sw5 .swiper-slide-active a {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .sw5 .swiper-slide-active img {
        opacity: 1;
    }

.sw6out .swiper-slide h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    min-width: 180px;
    max-width: 100%;
    height: 120px;
    padding: 0 50px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 120px;
    border-radius: 30px 0 30px;
    opacity: 0;
    background: #6eb92c url('../images/zhuanwen.png') 100% 100% no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.sw6out .swiper-slide-active h3 {
    opacity: 1;
}

@media screen and (max-width: 1340px) {
    .sw5 .sw-prev {
        left: 5%;
        margin-left: 0;
        background-color: #6eb92c;
    }

    .sw5 .sw-next {
        right: 5%;
        margin-right: 0;
        background-color: #6eb92c;
    }
}

@media screen and (max-width: 840px) {
    .sw5out {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }

    .sw5 {
        height: 450px;
    }

        .sw5 .swiper-slide .pic {
            height: 450px;
        }

        .sw5 .sw-prev {
            left: 1%;
        }

        .sw5 .sw-next {
            right: 1%;
        }

        .sw5 .swiper-slide h3 {
            padding: 0 20px;
            height: 80px;
            line-height: 80px;
            border-radius: 15px 0 15px;
        }
}

@media screen and (max-width: 600px) {
    .sw5 {
        height: 350px;
    }

        .sw5 .swiper-slide .pic {
            height: 350px;
        }

        .sw5 .swiper-slide h3 {
            height: 40px;
            line-height: 40px;
            border-radius: 10px 0 10px;
            font-size: 18px;
            font-weight: normal;
        }
}

.fequiplist {
    width: 1280px;
    max-width: 100%;
    font-size: 0;
    text-align: center;
    margin: 84px auto 0;
}

    .fequiplist:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 15px;
        z-index: 0;
        width: 100%;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(185, 207, 215, 0)), color-stop(10%, #b9cfd7), color-stop(90%, #b9cfd7), to(rgba(185, 207, 215, 0)));
        background-image: linear-gradient(to right, rgba(185, 207, 215, 0), #b9cfd7 10%, #b9cfd7 90%, rgba(185, 207, 215, 0));
    }

    .fequiplist li {
        display: inline-block;
        width: 208px;
        max-width: 20%;
        position: relative;
        z-index: 1;
    }

        .fequiplist li a {
            display: block;
            padding-bottom: 42px;
            position: relative;
        }

    .fequiplist .pic {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
    }

    .fequiplist .p1 {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .fequiplist .p2 {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .fequiplist .i1 .p1 {
        background: url('../images/lei1.png') center no-repeat;
    }

    .fequiplist .i1 .p2 {
        background: url('../images/lei1h.png') center no-repeat;
    }

    .fequiplist .i2 .p1 {
        background: url('../images/lei2.png') center no-repeat;
    }

    .fequiplist .i2 .p2 {
        background: url('../images/lei2h.png') center no-repeat;
    }

    .fequiplist .i3 .p1 {
        background: url('../images/lei3.png') center no-repeat;
    }

    .fequiplist .i3 .p2 {
        background: url('../images/lei3h.png') center no-repeat;
    }

    .fequiplist .i4 .p1 {
        background: url('../images/lei4.png') center no-repeat;
    }

    .fequiplist .i4 .p2 {
        background: url('../images/lei4h.png') center no-repeat;
    }

    .fequiplist .i5 .p1 {
        background: url('../images/lei5.png') center no-repeat;
    }

    .fequiplist .i5 .p2 {
        background: url('../images/lei5h.png') center no-repeat;
    }

.rollover {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    overflow: visible !important;
    -webkit-transition: .6s;
    transition: .6s;
}

    .rollover .p1,
    .rollover .p2 {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .rollover .p2 {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

li.on .rollover,
li:hover .rollover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.fequiplist li h3 {
    font-size: 20px;
    color: #666;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.fequiplist li .txt {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "Helvetica";
    height: 24px;
    overflow: hidden;
    text-transform: uppercase;
    word-break: normal;
}

.fequiplist li.on h3,
.fequiplist li:hover h3 {
    color: #0058a7;
}

.fequiplist li .dot {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 1;
    width: 6px;
    height: 6px;
    background-color: #93b3bf;
    margin-left: -3px;
    border-radius: 3px;
    -webkit-transition: .5s;
    transition: .5s;
}

    .fequiplist li .dot:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 0;
        height: 0;
        border: 2px solid transparent;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: .5s;
        transition: .5s;
    }

.fequiplist li.on .dot,
.fequiplist li:hover .dot {
    background-color: #0058a7;
}

    .fequiplist li.on .dot:after,
    .fequiplist li:hover .dot:after {
        border-color: #0058a7;
        width: 26px;
        height: 26px;
    }

@media screen and (max-width: 750px) {
    .fequiplist li .txt {
        line-height: 20px;
        height: 40px;
    }
}

.sandian {
    position: relative;
    font-size: 0;
    text-align: center;
    padding: 8px 0 10px;
    overflow: hidden;
    height: 10px;
}

    .sandian i {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: #bababa;
        border-radius: 5px;
        -webkit-animation: sandian 1.5s infinite;
        animation: sandian 1.5s infinite;
    }

        .sandian i.i1 {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .sandian i.i2 {
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

        .sandian i.i3 {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

@-webkit-keyframes sandian {
    0% {
        opacity: 0.5;
        background-color: #bababa;
    }

    33% {
        opacity: 1;
        background-color: #0058a7;
    }

    100% {
        opacity: 0.5;
        background-color: #bababa;
    }
}

@keyframes sandian {
    0% {
        opacity: 0.5;
        background-color: #bababa;
    }

    33% {
        opacity: 1;
        background-color: #0058a7;
    }

    100% {
        opacity: 0.5;
        background-color: #bababa;
    }
}

.caselist li {
    width: 100%;
    height: 620px;
}

    .caselist li a {
        display: block;
        height: 100%;
        overflow: hidden;
    }

    .caselist li .imgbox {
        float: right;
        width: 61.6%;
        height: 100%;
        position: relative;
    }

        .caselist li .imgbox .cov {
            height: 100%;
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            background-color: #5aa11c;
        }

    .caselist li:nth-child(even) .imgbox .cov {
        left: auto;
        right: 0;
        background-color: #0058a7;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    .caselist li .infobox {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 38.4%;
        float: left;
        background-color: #5aa11c;
        position: relative;
    }

    .caselist li:nth-child(even) .infobox {
        background-color: #0058a7;
    }

    .caselist li .infobox > div {
        padding: 0px 20% 20px 20%;
    }

    .caselist li .num {
        font-size: 120px;
        font-family: 'Messapia';
        color: rgba(255, 255, 255, 0);
        line-height: 134px;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
        text-stroke: 1px rgba(255, 255, 255, 0.1);
        height: 134px;
    }

    .caselist li h3 {
        font-size: 30px;
        color: #fff;
        line-height: 46px;
        margin-top: -46px;
    }

    .caselist li h4 {
        font-size: 30px;
        color: #fff;
        line-height: 46px;
    }

    .caselist li .hx {
        width: 100%;
        height: 1px;
        margin: 27px 0 32px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .caselist li .desc {
        font-size: 16px;
        line-height: 32px;
        color: #fff;
    }

    .caselist li label {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-top: 60px;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.2) url('../images/gt-case.png') center no-repeat;
        -webkit-transition: 1s;
        transition: 1s;
    }

        .caselist li label:hover {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .caselist li:nth-child(even) .imgbox {
        float: left;
    }

    .caselist li:nth-child(even) .infobox {
        float: right;
    }

.imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: ease 1s;
    transition: ease 1s;
}

@media screen and (max-width: 1440px) {
    .caselist li .infobox > div {
        padding: 20px 12%;
    }
}

@media screen and (max-width: 980px) {
    .caselist li {
        height: auto;
    }

        .caselist li .imgbox .cov {
            display: none !important;
        }

        .caselist li .imgbox {
            width: 100%;
            height: 60vw;
        }

        .caselist li .infobox {
            width: 100%;
            height: auto;
        }

            .caselist li .infobox > div {
                padding: 20px 5%;
            }

        .caselist li h3 {
            font-size: 24px;
        }

        .caselist li h4 {
            font-size: 24px;
        }

        .caselist li .descbox .num {
            font-size: 90px;
        }
}

/*2关于我们*/
.yaogu {
    height: 780px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yaogupicbg {
    width: 50%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .yaogupicbg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.yaoguother {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .yaoguother .inner {
        padding: 0 16.6%;
        text-align: left;
    }

    .yaoguother .cate3 {
        text-align: left;
    }

        .yaoguother .cate3 .en {
            font-size: 130px;
        }

.yaogucon {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-top: 42px;
}

.yaoguinfo {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-top: 35px;
}

@media screen and (max-width: 1460px) {
    .yaoguother .inner {
        padding: 0 10%;
    }
}

@media screen and (max-width: 1100px) {
    .yaogu {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .yaogupicbg {
        width: 100%;
    }

        .yaogupicbg img {
            height: auto;
        }

    .yaoguother {
        width: 100%;
        padding: 70px 0;
    }
}

@media screen and (max-width: 750px) {
    .yaoguother .inner {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1700px) {
    .yaoguother .cate3 .en {
        font-size: 100px;
        line-height: 104px;
    }
}

@media screen and (max-width: 1400px) {
    .yaoguother .cate3 .en {
        font-size: 90px;
    }
}

@media screen and (max-width: 1200px) {
    .yaoguother .cate3 .en {
        font-size: 80px;
        line-height: 84px;
    }
}

@media screen and (max-width: 640px) {
    .yaoguother .cate3 {
        padding-top: 60px;
    }

        .yaoguother .cate3 .en {
            font-size: 70px;
        }

        .yaoguother .cate3 .cn {
            font-size: 32px;
        }
}

.rongyuone {
    padding: 100px 0 180px;
    background: url('../images/rongyubg.jpg') bottom / cover no-repeat;
    position: relative;
}

.sw22out {
    position: relative;
    margin-top: 80px;
}

#sw22 {
    height: 480px;
}

    #sw22 .swiper-slide {
        width: 334px;
    }

        #sw22 .swiper-slide a {
            display: block;
            width: 100%;
        }

        #sw22 .swiper-slide .pic {
            width: 100%;
            height: 480px;
            margin: 0 auto;
            font-size: 0;
            text-align: center;
            line-height: 480px;
            background-color: rgba(255, 255, 255, 0);
        }

        #sw22 .swiper-slide img {
            max-width: 98%;
            max-height: 98%;
        }

.sw22out .sw-next,
.sw22out .sw-prev {
    position: absolute;
    top: -168px;
    width: 58px;
    height: 58px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    right: 0;
}

.sw22out .sw-prev {
    background: #0058a7 url('../images/lt-ev.png') center no-repeat;
    margin-right: 100px;
}

.sw22out .sw-next {
    background: #6eb92c url('../images/gt-ev.png') center no-repeat;
}

.sw22out .sw-prev:hover {
    -webkit-box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sw22out .sw-next:hover {
    -webkit-box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.1);
    box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.1);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

@media screen and (max-width: 1023px) {
    .rongyuone {
        padding: 130px 0 160px;
    }
}

@media screen and (max-width: 750px) {
    .rongyuone {
        padding: 100px 0 160px;
    }

        .rongyuone .cate5 .en {
            font-size: 80px;
            line-height: 84px;
        }

    .sw22out .sw-next,
    .sw22out .sw-prev {
        top: auto;
        bottom: -88px;
    }
}

.huoban {
    width: 100%;
    padding: 100px 0;
    background: #ecf7fe url('../images/15.jpg') center no-repeat;
    background-size: cover;
}

.sw24out {
    position: relative;
    width: 100%;
    margin: 48px auto 0;
    padding: 0 0 85px;
}

.sw24 {
    overflow: hidden;
}

    .sw24 .swiper-slide {
        width: 266px;
        padding: 15px 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .sw24 .swiper-slide .pic {
            width: 100%;
            height: 120px;
            overflow: hidden;
            margin-top: 30px;
            position: relative;
            font-size: 0;
            text-align: center;
            line-height: 120px;
            border-radius: 10px;
            background-color: #fff;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

            .sw24 .swiper-slide .pic:first-child {
                margin-top: 0;
            }

        .sw24 .swiper-slide img {
            max-width: 90%;
            max-height: 90%;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

        .sw24 .swiper-slide .pic:hover {
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        }

            .sw24 .swiper-slide .pic:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

.sw24out .swiper-pagination {
    left: 50%;
    height: 35px;
    bottom: 0;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    .sw24out .swiper-pagination .swiper-pagination-bullet {
        width: 35px;
        height: 35px;
        margin: 0 3px;
        position: relative;
        background-color: transparent;
        outline: 0 none;
        opacity: 1;
    }

        .sw24out .swiper-pagination .swiper-pagination-bullet:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 0;
            border-radius: 50%;
            width: 8px;
            height: 8px;
            background-color: #6eb92c;
            margin-left: -4px;
            margin-top: -4px;
        }

.swiper-pagination-bullet svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet path.f {
    -webkit-transition: 0s 0s;
    transition: 0s 0s;
    stroke-dashoffset: 200;
    stroke-dasharray: 200;
    fill: none;
    stroke: #6eb92c;
    stroke-width: 6px;
    z-index: 2;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.swiper-pagination-bullet.ac path.f {
    stroke-dashoffset: 0;
    -webkit-transition: all 5.6s ease-in-out;
    transition: all 5.6s ease-in-out;
}

.aboutout {
    position: relative;
    width: 100%;
    background: #ffffff url('../images/abbg.jpg') left bottom no-repeat;
}

    .aboutout .cer8 {
        position: relative;
        z-index: 2;
    }

.global {
    width: 100%;
    height: 850px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.globalpicbg {
    width: 43.75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 1;
}

    .globalpicbg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.globalother {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutleft .abintro {
    font-size: 28px;
    color: #0058a7;
    line-height: 1.5em;
    margin-top: 46px;
}

.aboutleft .abtxt {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    margin-top: 30px;
}

.aboutleft .abmore {
    margin-top: 96px;
    margin-left: 9px;
}

.abmore {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0;
    -webkit-box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    background-color: #0058a7;
    -webkit-transition: ease 1s;
    transition: ease 1s;
}

    .abmore:hover {
        -webkit-box-shadow: 0 0 0 18px rgba(0, 88, 167, 0.05);
        box-shadow: 0 0 0 18px rgba(0, 88, 167, 0.05);
    }

    .abmore::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 20px;
        -webkit-transition: ease 1s;
        transition: ease 1s;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: -webkit-gradient(linear, left top, right top, from(#0058a7), to(#6eb92c));
        background: linear-gradient(90deg, #0058a7, #6eb92c);
    }

    .abmore:hover::before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 1;
    }

    .abmore::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        border-radius: 50%;
        background: url('../images/jtd1.png') center no-repeat;
    }

.guolist1 {
    overflow: hidden;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .guolist1 li {
        width: 100%;
    }

        .guolist1 li:nth-child(1) {
            background-color: #438dd0;
        }

        .guolist1 li:nth-child(2) {
            background-color: #2472b8;
        }

        .guolist1 li:nth-child(3) {
            background-color: #0058a7;
        }

        .guolist1 li a {
            display: block;
            color: #fff;
            padding: 82px 0 86px;
        }

    .guolist1 h3 {
        line-height: 60px;
        height: 60px;
        overflow: hidden;
    }

        .guolist1 h3 span {
            display: inline-block;
            font-size: 52px;
            font-family: "Century Gothic";
            font-weight: bold;
            height: 100%;
        }

    .guolist1 .txt {
        font-size: 16px;
        line-height: 32px;
        height: 32px;
    }

        .guolist1 .txt span {
            display: inline-block;
        }

@media screen and (max-width: 1440px) {
    .globalpicbg {
        width: 48%;
    }

    .globalother {
        width: 48%;
    }
}

@media screen and (max-width: 1200px) {
    .global {
        height: auto;
    }

    .globalpicbg {
        width: 100%;
        height: auto;
        position: relative;
    }

        .globalpicbg img {
            max-height: 980px;
        }

    .globalother {
        width: 100%;
        padding: 10% 0;
    }

    .aboutleft .cate5 {
        text-align: center;
    }

        .aboutleft .cate5 .en {
            left: 0;
        }

    .aboutleft .abintro,
    .aboutleft .abtxt {
        text-align: center;
    }

    .aboutleft .abmore {
        margin: 60px auto 0;
    }
}

@media screen and (max-width: 1024px) {
    .guolist1 li a {
        padding: 42px 0 46px;
    }
}

@media screen and (max-width: 750px) {
    .aboutleft .abintro {
        font-size: 20px;
    }

    .guolist1 h3 span {
        font-size: 40px;
    }
}

.wenhua {
    padding: 100px 0 0;
    background: url('../images/culture_bg.jpg') center / cover no-repeat;
    position: relative;
}

.whlist {
    margin-top: 118px;
    font-size: 0;
    width: 100%;
    height: 578px;
    position: relative;
    background: url('../images/wave.png') 0 210px no-repeat;
    background-size: 100% 158px;
}

    .whlist li {
        width: 0;
        height: 0;
        position: absolute;
        text-align: center;
        z-index: 2;
        cursor: pointer;
    }

        .whlist li.i1 {
            left: 22%;
            top: 212px;
        }

        .whlist li.i2 {
            left: 47.1875%;
            top: 332px;
        }

        .whlist li.i3 {
            left: 69.27%;
            top: 360px;
        }

        .whlist li.i4 {
            left: 86.04%;
            top: 300px;
        }

        .whlist li a {
            display: block;
            border-radius: 50%;
            padding: 50px 0 0;
            width: 300px;
            height: 250px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .whlist i {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 0;
        border-radius: 50%;
    }

        .whlist i.bg1 {
            width: 100%;
            height: 100%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#6eb92c), to(#0058a7));
            background-image: linear-gradient(180deg, #6eb92c, #0058a7);
            opacity: 0;
            -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.05);
            -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
            -webkit-transition: 1s;
            transition: 1s;
        }

        .whlist i.bg2 {
            width: 15px;
            height: 15px;
            background-color: #fff;
            opacity: 1;
            -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: 0.5s;
            transition: 0.5s;
            cursor: pointer;
        }

    .whlist li.on i.bg1 {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    .whlist li.on i.bg2 {
        opacity: 0;
    }

    .whlist .iconfont {
        position: initial;
        font-size: 58px;
        color: #fff;
    }

    .whlist .tupian {
        width: 100%;
        height: 94px;
        position: relative;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .whlist li.on .tupian {
        opacity: 1;
    }

    .whlist .hex {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 94px;
        height: 94px;
        -webkit-transition: 2s;
        transition: 2s;
        /* background: url('../images/huan3.png') center no-repeat;
  margin-left: -47px;
  margin-top: -47px; */
    }

    .whlist li.on .hex {
        -webkit-animation: rotate360 4s linear infinite;
        animation: rotate360 4s linear infinite;
    }

    .whlist .pic {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        width: 94px;
        height: 94px;
        margin-left: -47px;
        margin-top: -37px;
        font-size: 0;
        line-height: 94px;
    }

        .whlist .pic img {
            max-width: 100%;
            max-height: 100%;
        }

    .whlist li .wz {
        position: relative;
        z-index: 3;
        margin-top: 0px;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .whlist li h3 {
        font-size: 20px;
        color: #fff;
        overflow: hidden;
    }

    .whlist li h4 {
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: 28px;
        opacity: 1;
    }

    .whlist li .txt {
        font-size: 15px;
        color: #fff;
        opacity: .5;
    }

    .whlist li.on .wz {
        opacity: 1;
    }

    .whlist li.on h4 {
        opacity: 0;
    }

@media screen and (max-width: 1440px) {
    .whlist li a {
        padding: 54px 0 0;
        width: 334px;
        height: 280px;
    }
}

@media screen and (max-width: 1160px) {
    .wenhua .cate5 {
        text-align: center;
    }

    .wenhua {
        padding: 120px 0;
    }

    .whlist {
        height: auto;
        background-image: none;
    }

        .whlist li {
            display: inline-block;
            width: 49.5%;
            height: auto;
            position: relative;
            left: auto !important;
            top: auto !important;
            margin: 25px 0;
        }

            .whlist li a {
                position: relative;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                margin: 0 auto;
            }

            .whlist li i.bg1 {
                opacity: 1;
                -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
            }

            .whlist li i.bg2 {
                opacity: 0;
            }

            .whlist li .tupian {
                opacity: 1;
            }

            .whlist li .wz {
                opacity: 1;
            }

            .whlist li h4 {
                opacity: 0;
            }
}

@media screen and (max-width: 750px) {
    .wenhua {
        padding: 80px 0;
    }

    .whlist {
        margin-top: 80px;
    }

        .whlist li {
            width: 100%;
        }
}

.hsepicbg {
    width: 100%;
    height: 960px;
    position: relative;
}

    .hsepicbg .bigpic {
        width: 100%;
        height: 100%;
        font-size: 0;
    }

        .hsepicbg .bigpic img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all .3s linear 0.2s;
            transition: all .3s linear 0.2s;
        }

.sw8out {
    width: 380px;
    max-width: 90%;
    position: absolute;
    right: 8.33%;
    bottom: 60px;
    z-index: 3;
}

#sw8 {
    height: 112px;
}

    #sw8 .swiper-slide {
        width: 180px;
    }

        #sw8 .swiper-slide a {
            display: block;
            position: relative;
            height: 100%;
        }

            #sw8 .swiper-slide a:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 1;
                border: 1px solid transparent;
                border-radius: 10px;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

        #sw8 .swiper-slide .pic {
            width: 100%;
            height: 100%;
            font-size: 0;
            border-radius: 10px;
            overflow: hidden;
            background-color: #000;
        }

        #sw8 .swiper-slide img {
            width: 100%;
            height: 100%;
            opacity: 0.6;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

        #sw8 .swiper-slide:hover img {
            opacity: 1;
        }

        #sw8 .swiper-slide.on img {
            opacity: 1;
        }

        #sw8 .swiper-slide:hover a:before {
            border-color: rgba(255, 255, 255, 0.5);
        }

        #sw8 .swiper-slide.on a:before {
            border-color: #fff;
        }

.sw-next8,
.sw-prev8 {
    width: 46px;
    height: 46px;
    cursor: pointer;
    opacity: 0.5;
    border: 1px solid #fff;
    font-size: 0;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.sw-prev8 {
    background: url('../images/lt-ev.png') center no-repeat;
}

.sw-next8 {
    background: url('../images/gt-ev.png') center no-repeat;
    margin-left: 30px;
}

    .sw-prev8:hover,
    .sw-next8:hover {
        background-color: #6eb92c;
        opacity: 1;
        border-color: #6eb92c;
    }

    .sw-next8.hide,
    .sw-prev8.hide {
        display: none;
    }

.xjcloses {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 115px;
    left: 8.33%;
    z-index: 10;
    margin-bottom: 570px;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #6eb92c url('../images/cha.png') center no-repeat;
    background-size: 50% 50%;
}

    .xjcloses.active {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.pull-left {
    width: 320px;
    height: 610px;
    background: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 8.33%;
    bottom: 115px;
    padding: 0 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .6s;
    transition: all .6s;
    border-top-left-radius: 20px;
}

    .pull-left.active {
        display: none;
    }

    .pull-left .infobox {
        width: 100%;
    }

    .pull-left .num {
        font-size: 120px;
        font-family: 'Messapia';
        color: rgba(255, 255, 255, 0);
        line-height: 134px;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
        text-stroke: 1px rgba(255, 255, 255, 0.2);
        height: 134px;
    }

    .pull-left h3 {
        font-size: 30px;
        color: #fff;
        line-height: 46px;
        margin-top: -46px;
    }

    .pull-left h4 {
        font-size: 30px;
        color: #fff;
        line-height: 46px;
    }

    .pull-left .hx {
        width: 100%;
        height: 1px;
        margin: 27px 0 32px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .pull-left .desc {
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        max-height: 144px;
        overflow: auto;
        margin-bottom: 60px;
    }

@media screen and (max-width: 1280px) {
    .xjcloses {
        left: 5%;
        bottom: 160px;
    }

    .pull-left {
        left: 5%;
        bottom: 160px;
        padding: 0 40px;
    }
}

@media screen and (max-width: 960px) {
    .pull-left {
        height: 400px;
    }

    .pull-left {
        bottom: auto;
        top: 20%;
    }

    .xjcloses {
        bottom: auto;
        top: 20%;
        margin-bottom: 0;
    }

    .pull-left .num {
        display: none;
    }

    .pull-left h3 {
        margin-top: 0;
    }

    .pull-left h3,
    .pull-left h4 {
        font-size: 26px;
    }

    /*.bigpic{ overflow-x: auto;}
	img#bigpic{ width: auto; height: 100%; object-fit: initial;}*/
}

@media screen and (max-width: 750px) {

    .pull-left h3,
    .pull-left h4 {
        font-size: 20px;
        line-height: 36px;
    }
}

/*首页*/
.sw00out {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}

#sw00 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

    #sw00 .swiper-slide {
        overflow: hidden;
    }

    #sw00 .slideinner {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

        #sw00 .slideinner > img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

.sw00out .sw-next,
.sw00out .sw-prev {
    position: absolute;
    right: 66px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    z-index: 11;
    font-size: 0;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.sw00out .sw-prev {
    background: url('../images/lt1.png') center no-repeat;
    margin-right: 232px;
}

.sw00out .sw-next {
    background: url('../images/gt1.png') center no-repeat;
}

    .sw00out .sw-prev:hover,
    .sw00out .sw-next:hover {
        background-color: rgba(0, 127, 127, 0.9);
    }

.sw00out .sw-fenge {
    position: absolute;
    right: 6.25%;
    bottom: 6%;
    width: 28px;
    height: 42px;
    z-index: 11;
    font-size: 0;
    background: url('../images/sx1.png') center no-repeat;
    margin-right: 28px;
    display: none;
}

.sw00out .swiper-pagination {
    left: auto;
    right: 6.25%;
    height: 36px;
    bottom: 8%;
    white-space: nowrap;
}

    .sw00out .swiper-pagination .swiper-pagination-bullet {
        width: 36px;
        height: 100%;
        margin: 0 7px;
        position: relative;
        background-color: #0058a7;
        outline: 0 none;
        opacity: 1;
        font-size: 10px;
        color: #fff;
        line-height: 36px;
        text-align: center;
        font-family: "Messapia";
    }

    .sw00out .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff;
        color: #0058a7;
    }

.sw00out .swiper-scrollbar {
    position: absolute;
    left: 6.25%;
    bottom: 6%;
    width: 80px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    margin-left: 52px;
    margin-bottom: 20px;
}

.sw00out .swiper-scrollbar-drag {
    width: 0;
    background-color: #fff;
}

    .sw00out .swiper-scrollbar-drag.active {
        -webkit-animation: widthgrow 8s linear 1;
        animation: widthgrow 8s linear 1;
    }

@-webkit-keyframes widthgrow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes widthgrow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .sw00out .sw-next {
        right: 4%;
        bottom: 3%;
    }

    .sw00out .sw-prev {
        left: 4%;
        right: auto;
        bottom: 3%;
    }

    .sw00out .swiper-pagination {
        right: 4%;
        bottom: 3%;
    }
}

@media screen and (max-width: 600px) {
    .section.sec11 {
        height: auto !important;
    }

    .sw00out {
        height: auto;
        padding-bottom: 100%;
    }

        .sw00out .swiper-pagination {
            display: none;
        }
}

.evwz {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    z-index: 2;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .evwz img {
        max-width: 80%;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .evwz p {
        /* -webkit-transition: 1s;
  transition: 1s; */
        color: #fff;
        transition: all ease 1s;
    }

    .evwz .en {
        text-transform: uppercase;
        font-family: Messapia;
        font-weight: bold;
        font-size: 72px;
        letter-spacing: 2px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }



    .evwz .cn {
        margin-top: -30px;
        font-size: 56px;
        letter-spacing: 5px;
    }

@media screen and (max-width: 1023px) {
    .evwz .en {
        font-size: 52px;
    }

    .evwz .cn {
        font-size: 46px;
    }
}

@media screen and (max-width: 750px) {
    .evwz .en {
        font-size: 42px;
    }

    .evwz .cn {
        font-size: 36px;
    }
}

.fhuoban {
    width: 100%;
}

.kehulist {
    width: 100%;
    margin-top: 36px;
}

    .kehulist li {
        float: left;
        width: 20%;
    }

        .kehulist li .lin {
            position: relative;
            text-align: center;
        }

        .kehulist li a {
            display: block;
            overflow: hidden;
            position: relative;
            z-index: 1;
        }

    .kehulist .pic {
        width: 100%;
        height: 134px;
        overflow: hidden;
        font-size: 0;
        line-height: 134px;
    }

    .kehulist img {
        max-width: 98%;
        max-height: 98%;
    }

    .kehulist h3 {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        display: none;
        height: 30px;
        overflow: hidden;
        margin-top: 8px;
    }

    .kehulist li:hover h3 {
        color: #ee1d23;
    }

    .kehulist .lin:before {
        content: "";
        position: absolute;
        left: -10px;
        top: -10px;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: transparent;
        border: 3px solid #ddd;
        -webkit-filter: url(../images/rongyuan.css);
        filter: url(#wavy);
    }

    .kehulist li:hover .lin:before {
        background-color: #e6e6e6;
        -webkit-transition: .4s;
        transition: .4s;
    }

@media screen and (max-width: 1023px) {
    .kehulist li {
        width: 25%;
    }
}

@media screen and (max-width: 750px) {
    .kehulist li {
        width: 33.33%;
    }

    .kehulist .lin:before {
        display: none;
    }

    .kehulist li a {
        border: 1px solid #e9e9e9;
    }
}

@media screen and (max-width: 600px) {
    .kehulist .pic {
        height: 100px;
        line-height: 100px;
    }

    .kehulist img {
        max-width: 80%;
    }
}

.fcate1 {
    position: relative;
}

    .fcate1 .en {
        font-size: 34px;
        color: #0058a7;
        line-height: 46px;
        text-transform: uppercase;
        font-family: "Messapia";
        background: linear-gradient(to right, #0058A6, #6DB92C) no-repeat 0 0;
        display: inline-block;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .fcate1 .cn {
        font-size: 38px;
        color: #333;
        line-height: 58px;
        font-weight: bold;
    }

    .fcate1 .txt {
        font-size: 16px;
        color: #333;
        line-height: 32px;
        margin-top: 14px;
    }

@media screen and (max-width: 750px) {
    .fcate1 .en {
        font-size: 24px;
        line-height: 35px;
    }

    .fcate1 .cn {
        font-size: 28px;
        line-height: 48px;
    }
}

.fbtl {
    position: relative;
}

.ffmore {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0;
    -webkit-box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    background-color: #0058a7;
    -webkit-transition: ease 1s;
    transition: ease 1s;
}

    .ffmore:hover {
        -webkit-box-shadow: 0 0 0 18px rgba(0, 88, 167, 0.05);
        box-shadow: 0 0 0 18px rgba(0, 88, 167, 0.05);
    }

    .ffmore::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 20px;
        -webkit-transition: ease 1s;
        transition: ease 1s;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: -webkit-gradient(linear, left top, right top, from(#0058a7), to(#6eb92c));
        background: linear-gradient(90deg, #0058a7, #6eb92c);
    }

    .ffmore:hover::before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 1;
    }

    .ffmore::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        border-radius: 50%;
        background: url('../images/gt-ev.png') center no-repeat;
    }

.fbtl .ffmore {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -29px;
}

.fnews {
    width: 100%;
}

.fnewslist {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .fnewslist li {
        height: 520px;
        background-color: #fff;
        overflow: hidden;
        border-radius: 20px;
        -webkit-transition: 1.5s;
        transition: 1.5s;
        position: relative;
        width: 40%;
    }

        .fnewslist li:first-child {
            width: 58%;
        }

        .fnewslist li a {
            width: 100%;
            height: 100%;
            display: block;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            -webkit-transition: 1.5s;
            transition: 1.5s;
        }

        .fnewslist li .wz {
            width: 100%;
            height: 100%;
            padding: 54px 2.0833vw 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .fnewslist li .date {
            font-size: 16px;
            color: #999;
            line-height: 24px;
            font-family: "arial";
        }

        .fnewslist li .txt {
            font-size: 15px;
            color: #999;
            line-height: 30px;
        }

        .fnewslist li .cover {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            background: url('../images/jab2.png') bottom repeat-x;
        }

        .fnewslist li .wz2 {
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 1;
            width: 100%;
            z-index: 2;
            padding: 0 3.125vw 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .fnewslist li .date2 {
            font-size: 16px;
            color: #fff;
            line-height: 24px;
            font-family: "arial";
        }

        .fnewslist li h3 {
            font-size: 24px;
            line-height: 36px;
            margin: 12px 0 10px;
        }

        .fnewslist li .hottwo h3 {
            color: #fff;
        }

        .fnewslist li .txt2 {
            font-size: 15px;
            color: #fff;
            line-height: 30px;
            opacity: .5;
        }

        .fnewslist li .bot {
            position: absolute;
            bottom: 0;
            left: 2.0833vw;
            right: 2.0833vw;
            height: 70px;
            line-height: 70px;
            font-size: 16px;
            color: #0058a7;
            font-family: "arial";
            border-top: 1px solid #0058a7;
        }

/*
.fnewslist li.on {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.fnewslist li .hotone {
  display: block;
  z-index: 1;
}

.fnewslist li.on .hotone {
  display: none;
  opacity: 0;
}

.fnewslist li .hottwo {
  display: none;
  z-index: 2;
}

.fnewslist li.on .hottwo {
  display: block;
}

.fnewslist li.on .wz2 {
  opacity: 1;
} */
/*
@media screen and (max-width: 1700px) {

  .fnewslist li h3,
  .fnewslist li .txt {
    width: 19vw;
  }

  .fnewslist li h4,
  .fnewslist li .txt2 {
    width: 39vw;
  }
}

@media screen and (max-width: 1100px) {
  .fnewslist li.on {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fnewslist li h3,
  .fnewslist li .txt {
    width: 100%;
  }

  .fnewslist li h4,
  .fnewslist li .txt2 {
    width: 100%;
  }

  .fnewslist li h3,
  .fnewslist li h4 {
    font-size: 20px;
  }

  .fnewslist li .txt2 {
    display: none;
  }

  .fnewslist li .hottwo {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .fnewslist li.on .hottwo {
    display: block;
    opacity: 1;
  }

  .fnewslist li.on .hotone {
    display: block;
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .fnewslist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fnewslist li {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 0;
    margin-top: 30px;
  }

  .fnewslist li.on {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media screen and (max-width: 750px) {
  .fnewslist li {
    height: 400px;
  }

  .fnewslist li .hottwo {
    opacity: 1;
  }

  .fnewslist li .hotone {
    display: none;
  }

  .fnewslist li.on .hotone {
    display: none;
    opacity: 0;
  }

  .fnewslist li .wz2 {
    opacity: 1;
  }
} */

.sw.swiper-container-vertical > .swiper-pagination-bullets {
    right: 30px;
}

.swiper-pagination000 .swiper-pagination-bullet {
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 11px 0 !important;
    border: 2px solid transparent;
    outline: 0 none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .swiper-pagination000 .swiper-pagination-bullet:before {
        content: '';
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 0;
        width: 5px;
        height: 5px;
        background-color: #d1d1d1;
        border-radius: 3px;
    }

    .swiper-pagination000 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-color: #d1d1d1 #d1d1d1 #0058a7 #0058a7;
    }

.swiper-pagination000.white .swiper-pagination-bullet:before {
    background-color: #fff;
}

.swiper-pagination000.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff #fff #6eb92c #6eb92c;
}

.swiper-num000 {
    position: absolute;
    height: 24px;
    right: 50px;
    top: 50%;
    z-index: 10;
    color: #999;
    line-height: 24px;
    font-size: 14px;
    margin-top: -190px;
    pointer-events: none;
    display: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

    .swiper-num000 span {
        display: inline-block;
    }

    .swiper-num000.white {
        color: #fff;
    }

    .swiper-num000 .active {
        font-size: 20px;
        margin-right: 6px;
    }

    .swiper-num000 .total {
        font-size: 14px;
        margin-left: 4px;
    }

#sw000 {
    width: 100%;
    height: 100vh;
}

.section {
    overflow: hidden;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.seccontent {
    margin: auto 0;
    position: relative;
    z-index: 2;
    width: 100%;
    top: 20px;
}

.sec-auto-height.swiper-slide {
    height: auto !important;
}

.secbg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.secbg12 {
    background: url('../images/about02.jpg') center bottom / cover no-repeat;
}

.sec13 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 245, 254, 0.5)), to(rgba(207, 225, 244, 0.5)));
    background-image: linear-gradient(to bottom, rgba(235, 245, 254, 0.5), rgba(207, 225, 244, 0.5));
}

.secbg13 {
    background: url('../images/pro_bg.jpg') center no-repeat;
    background-size: cover;
}

.secbg14 {
    background: url('../images/case_bg.jpg') center bottom / cover no-repeat;
}

.sec15 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 245, 254, 0.5)), to(rgba(207, 225, 244, 0.5)));
    background-image: linear-gradient(to bottom, rgba(235, 245, 254, 0.5), rgba(207, 225, 244, 0.5));
}

.secbg15 {
    background: url('../images/news_bg.jpg') center no-repeat;
    background-size: cover;
}

.secbg16 {
    background: url('../images/fhuobg.jpg') bottom no-repeat;
}

.sec17 {
    overflow: visible;
    z-index: 2;
}

.sec17cover {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 150vh;
    background-color: transparent;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    pointer-events: none;
}

.active .sec17cover {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

/*height: ~"-moz-calc(100% - 60px)";
    height: ~"-webkit-calc(100% - 60px)";
    height: ~"calc(100% - 60px)";*/
/*.secbg12{animation: pagebgfd1 6s ease infinite alternate;}*/
@-webkit-keyframes pagebgfd1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes pagebgfd1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@media screen and (max-width: 1440px) {
    .sw.swiper-container-vertical > .swiper-pagination-bullets {
        right: 24px;
    }
}

@media screen and (max-width: 1023px) {
    #sw000 {
        height: auto;
    }

        #sw000 > .swiper-wrapper {
            display: block;
        }

    .section {
        height: auto;
        padding: 80px 0 100px;
    }

        .section.sec11 {
            height: 100vh;
            padding: 0;
        }

        .section.sec17 {
            padding: 0;
        }

    .sec17cover {
        display: none;
    }

    .seccontent {
        top: 0;
    }
}

.fglobal {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fgloballeft {
    width: 50%;
    height: 100%;
}

.fglobalother {
    width: 42.5%;
    margin-left: 2%;
}

    .fglobalother h3 {
        font-size: 32px;
        color: #0058a7;
        line-height: 48px;
        font-weight: bold;
    }

    .fglobalother .intro {
        font-size: 16px;
        color: #666;
        line-height: 36px;
        margin-top: 20px;
    }

    .fglobalother .ffmore {
        margin-top: 46px;
        margin-left: 9px;
    }

@media screen and (max-width: 1200px) {
    .fglobalother {
        width: 48%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .fglobal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fgloballeft {
        width: 100%;
        height: auto;
        position: relative;
    }

    .fglobalother {
        width: 100%;
        padding: 10% 0;
    }

        .fglobalother h3 {
            text-align: center;
        }

        .fglobalother .intro {
            text-align: center;
        }

        .fglobalother .ffmore {
            margin: 50px auto 0;
        }
}

@media screen and (max-width: 750px) {
    .fglobalother h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

.guolist2 {
    font-size: 0;
    text-align: center;
    width: 100%;
    height: 400px;
    position: relative;
}

    .guolist2 li {
        position: absolute;
        z-index: 0;
    }

        .guolist2 li a {
            display: block;
            position: relative;
        }

    .guolist2 h3 {
        line-height: 66px;
        height: 66px;
        overflow: hidden;
    }

        .guolist2 h3 span {
            display: inline-block;
            font-size: 57px;
            color: #6eb92c;
            height: 100%;
            font-family: "Century Gothic";
            font-weight: bold;
            background-image: -webkit-linear-gradient(top, #70b931, #237c3b);
            background-position: center;
            background-size: 100% 80%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .guolist2 .txt {
        font-size: 16px;
        color: #666;
        line-height: 32px;
    }

        .guolist2 .txt span {
            display: inline-block;
        }

    .guolist2 i {
        position: absolute;
        left: 50%;
        top: 110px;
        z-index: 0;
        width: 7px;
        height: 7px;
        background-color: #6eb92c;
        margin-left: -3px;
        border-radius: 4px;
    }

        .guolist2 i:after {
            content: '';
            position: absolute;
            left: 3px;
            top: 7px;
            z-index: 0;
            width: 1px;
            height: 200px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 185, 44, 0.5)), to(rgba(110, 185, 44, 0)));
            background-image: linear-gradient(to bottom, rgba(110, 185, 44, 0.5), rgba(110, 185, 44, 0));
        }

    .guolist2 li.i1 {
        left: 12%;
        top: 41%;
    }

    .guolist2 li.i2 {
        left: 34%;
        top: 2%;
    }

    .guolist2 li.i3 {
        left: 55%;
        top: 57%;
    }

    .guolist2 li.i2 h3 {
        line-height: 90px;
        height: 90px;
    }

        .guolist2 li.i2 h3 span {
            font-size: 76px;
        }

    .guolist2 li.i2 .txt {
        font-size: 22px;
        line-height: 38px;
    }

    .guolist2 li.i2 i {
        top: 140px;
    }

        .guolist2 li.i2 i:after {
            height: 260px;
        }

    .guolist2 li.i3 h3 {
        line-height: 62px;
        height: 62px;
    }

        .guolist2 li.i3 h3 span {
            font-size: 54px;
        }

    .guolist2 li.i3 i:after {
        height: 140px;
    }

@media screen and (max-width: 1200px) {
    .guolist2 li.i2 {
        left: 28%;
    }
}

@media screen and (max-width: 1024px) {
    .guolist2 li.i1 {
        left: 0;
    }

    .guolist2 li.i3 {
        left: 65%;
    }
}

.sw04out {
    position: relative;
    margin-top: 54px;
}

#sw04 {
    height: 392px;
    overflow: visible !important;
}

    #sw04 .swiper-slide {
        width: 700px;
    }

        #sw04 .swiper-slide a {
            display: block;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        #sw04 .swiper-slide .pic {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            font-size: 0;
            border-radius: 20px;
        }

        #sw04 .swiper-slide img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        #sw04 .swiper-slide i.cover {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            background: url('../images/jab2.png') bottom repeat-x;
            display: block;
        }

        #sw04 .swiper-slide h3 {
            font-size: 22px;
            color: #fff;
            line-height: 40px;
            font-weight: bold;
            position: absolute;
            left: 5%;
            bottom: 26px;
            z-index: 3;
            width: 90%;
        }

.sw04out .sw-next,
.sw04out .sw-prev {
    position: absolute;
    top: -170px;
    width: 58px;
    height: 58px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    right: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.sw04out .sw-prev {
    background: #0058a7 url('../images/lt-ev.png') center no-repeat;
    margin-right: 100px;
}

.sw04out .sw-next {
    background: #6eb92c url('../images/gt-ev.png') center no-repeat;
}

.sw04out .sw-prev:hover {
    -webkit-box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sw04out .sw-next:hover {
    -webkit-box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.1);
    box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.1);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

@media screen and (max-width: 750px) {
    #sw04 .swiper-slide h3 {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (max-width: 640px) {
    .sw04out .sw-prev {
        margin-right: 70px;
    }
}

.fpro {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fproright {
    width: 58.5%;
    height: 100%;
}

.fproother {
    width: 41.5%;
    padding: 0 8.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .fproother .intro {
        font-size: 16px;
        color: #333;
        line-height: 32px;
        margin-top: 20px;
        margin-bottom: 100px;
    }

.fpro .sw-next,
.fpro .sw-prev {
    position: relative;
    width: 58px;
    height: 58px;
    z-index: 10;
    cursor: pointer;
    vertical-align: top;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 1s;
    transition: 1s;
    display: inline-block;
}

.fpro .sw-prev {
    background: #0058a7 url('../images/lt-ev.png') center no-repeat;
}

.fpro .sw-next {
    background: #6eb92c url('../images/gt-ev.png') center no-repeat;
    margin-left: 42px;
}

.fpro .sw-prev:hover {
    -webkit-box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fpro .sw-next:hover {
    -webkit-box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.1);
    box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.1);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

@media screen and (max-width: 1200px) {
    .fpro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 5%;
        width: 90%;
    }

    .fproright {
        width: 100%;
        height: auto;
    }

    .fproother {
        width: 100%;
        padding: 0;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .fproother .intro {
            margin-bottom: 20px;
        }

    .fpro .sw-next {
        position: absolute;
        right: 0;
        bottom: -290px;
        z-index: 3;
    }

    .fpro .sw-prev {
        position: absolute;
        left: 0;
        bottom: -290px;
        z-index: 3;
    }
}

.sw03 {
    width: 100%;
    height: 525px;
}

    .sw03 .swiper-slide {
        width: 840px;
    }

    .sw03 .swiper-pagination {
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 0;
    }

    .sw03 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 6px;
        background-color: #bfbfbf;
        outline: 0 none;
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 50%;
    }

    .sw03 .swiper-pagination-bullet-active {
        background-color: #b81c22;
    }

    .sw03 .sw-next,
    .sw03 .sw-prev {
        position: absolute;
        top: 50%;
        width: 56px;
        height: 56px;
        z-index: 10;
        cursor: pointer;
        font-size: 0;
        text-align: center;
        border-radius: 50%;
        margin-top: -29px;
        opacity: 0.5;
        border: 1px solid #fff;
    }

    .sw03 .sw-prev {
        left: 1%;
        background: url('../images/lt-ev.png') center no-repeat;
    }

    .sw03 .sw-next {
        right: 1%;
        background: url('../images/gt-ev.png') center no-repeat;
    }

    .sw03 .swiper-slide a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .sw03 .swiper-slide .pic {
        width: 100%;
        height: 525px;
        font-size: 0;
        background-color: #000;
        border-radius: 30px;
        overflow: hidden;
    }

    .sw03 .swiper-slide img {
        width: 100%;
        height: 100%;
        opacity: 0.5;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .sw03 .swiper-slide-active a {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .sw03 .swiper-slide-active img {
        opacity: 1;
    }

    .sw03 .swiper-slide h3 {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        min-width: 180px;
        max-width: 100%;
        height: 120px;
        padding: 0 50px;
        color: #fff;
        font-weight: bold;
        line-height: 120px;
        border-radius: 30px 0 30px;
        opacity: 0;
        background: #0058a7 url('../images/zhuanwen.png') 100% 100% no-repeat;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow: hidden;
    }

        .sw03 .swiper-slide h3 span {
            display: inline-block;
            padding-bottom: 30px;
            font-size: 22px;
            line-height: 1em;
            background: url('../images/gt-ev.png') 0 100% no-repeat;
            vertical-align: middle;
        }

    .sw03 .swiper-slide-active h3 {
        opacity: 1;
    }

@media screen and (max-width: 1200px) {
    .sw03 {
        width: 840px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 840px) {
    .sw03 {
        height: 450px;
    }

        .sw03 .swiper-slide .pic {
            height: 450px;
        }

        .sw03 .swiper-slide h3 {
            padding: 0 20px;
            height: 80px;
            line-height: 80px;
            border-radius: 15px 0 15px;
        }

            .sw03 .swiper-slide h3 span {
                padding-bottom: 20px;
            }

    .fpro .sw-next {
        bottom: -255px;
    }

    .fpro .sw-prev {
        bottom: -255px;
    }
}

@media screen and (max-width: 600px) {
    .sw03 {
        height: 350px;
    }

        .sw03 .swiper-slide .pic {
            height: 350px;
        }

        .sw03 .swiper-slide h3 {
            height: 60px;
            line-height: 60px;
            border-radius: 10px 0 10px;
        }

            .sw03 .swiper-slide h3 span {
                padding-bottom: 0;
                font-size: 18px;
                font-weight: normal;
                background-image: none;
            }

    .fpro .sw-next {
        bottom: -200px;
        right: -5%;
    }

    .fpro .sw-prev {
        bottom: -200px;
        left: -5%;
    }

    .sw04out .sw-next,
    .sw04out .sw-prev {
        bottom: 0px;
        top: auto;
    }

    .sw04out {
        margin-top: 30px;
    }

    .sec14 .fcate1 {
        text-align: center;
    }

    .fnewslist {
        display: grid;
    }

        .fnewslist li,
        .fnewslist li:first-child {
            width: 100%;
        }

            .fnewslist li:first-child {
                display: none;
            }
}

.fhuoban .fcate1 {
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 0;
}

.world {
    position: relative;
    width: 100%;
    height: 640px;
}

    .world a {
        -webkit-transition: ease 1s;
        transition: ease 1s;
    }

        .world a:hover {
            -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
        }

.z_slogo_box {
    width: 15.94vw;
    height: 15.94vw;
    position: absolute;
    z-index: 1;
    left: 46%;
    top: 21.875%;
}

    .z_slogo_box::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 1px dashed #1c84e0;
        padding: 18px;
        -webkit-animation: rotateT 100s linear infinite;
        animation: rotateT 100s linear infinite;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        pointer-events: none;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }

    .z_slogo_box::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 1px dashed #1c84e0;
        padding: 42px;
        -webkit-animation: rotateT 60s linear infinite;
        animation: rotateT 60s linear infinite;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        pointer-events: none;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }

.z_slogo {
    width: 100%;
    height: 100%;
}

    .z_slogo a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
    }

        .z_slogo a img {
            display: block;
            width: 100%;
            height: 100%;
        }

.z_lclogo {
    z-index: 0;
    position: absolute;
}

    .z_lclogo a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
    }

        .z_lclogo a img {
            max-width: 100%;
            max-height: 100%;
        }

.z_lclogo1 {
    width: 10.78vw;
    height: 10.78vw;
    left: 25.94%;
    top: 10%;
    -webkit-animation: moves2 2s linear infinite;
    animation: moves2 2s linear infinite;
}

.z_lclogo2 {
    width: 8.96vw;
    height: 8.96vw;
    left: 14.25%;
    top: 35%;
    -webkit-animation: moves2 3s linear infinite;
    animation: moves2 3s linear infinite;
}

.z_lclogo3 {
    width: 10.57vw;
    height: 10.57vw;
    left: -0.375%;
    top: 51.25%;
    -webkit-animation: moves2 4s linear infinite;
    animation: moves2 4s linear infinite;
}

.z_lclogo4 {
    width: 9.11vw;
    height: 9.11vw;
    left: 31%;
    top: 51.25%;
    -webkit-animation: moves2 5s linear infinite;
    animation: moves2 5s linear infinite;
}

.z_lclogo5 {
    width: 9.11vw;
    height: 9.11vw;
    left: 76%;
    top: 6.72%;
    -webkit-animation: moves2 2s linear infinite;
    animation: moves2 2s linear infinite;
}

.z_lclogo6 {
    width: 8.02vw;
    height: 8.02vw;
    left: 71%;
    top: 38.75%;
    -webkit-animation: moves2 3s linear infinite;
    animation: moves2 3s linear infinite;
}

.z_lclogo7 {
    width: 11.46vw;
    height: 11.46vw;
    left: 83.5%;
    top: 38.75%;
    -webkit-animation: moves2 4s linear infinite;
    animation: moves2 4s linear infinite;
}

.z_lclogo8 {
    width: 8.9vw;
    height: 8.9vw;
    left: 65.5%;
    bottom: 0;
    -webkit-animation: moves2 5s linear infinite;
    animation: moves2 5s linear infinite;
}

@media screen and (max-width: 1000px) {
    .z_slogo_box {
        width: 140px;
        height: 140px;
    }

    .z_lclogo1 {
        width: 108px;
        height: 108px;
    }

    .z_lclogo2 {
        width: 90px;
        height: 90px;
    }

    .z_lclogo3 {
        width: 106px;
        height: 106px;
    }

    .z_lclogo4 {
        width: 91px;
        height: 91px;
    }

    .z_lclogo5 {
        width: 91px;
        height: 91px;
    }

    .z_lclogo6 {
        width: 80px;
        height: 80px;
    }

    .z_lclogo7 {
        width: 114px;
        height: 114px;
    }

    .z_lclogo8 {
        width: 89px;
        height: 89px;
        left: 45.5%;
        bottom: 30px;
    }
}

@media screen and (max-width: 750px) {
    .z_slogo_box {
        top: 32%;
    }

    .z_lclogo1 {
        top: 20%;
        left: 4%;
    }

    .z_lclogo2 {
        top: 42%;
        left: .25%;
    }

    .z_lclogo3 {
        top: 61%;
    }

    .z_lclogo4 {
        top: 65%;
    }

    .z_lclogo5 {
        top: 16.7%;
    }

    .z_lclogo6 {
        top: 66%;
    }

    .z_lclogo7 {
        top: 49%;
    }
}

@media screen and (max-width: 600px) {
    .z_slogo_box {
        left: 33%;
    }

    .z_lclogo7 {
        left: 77%;
        top: 41%;
    }
}

@-webkit-keyframes moves2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moves2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes rotateT {
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateT {
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes circle-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0px #0058a7;
        box-shadow: 0 0 0 0px #0058a7;
    }

    100% {
        -webkit-box-shadow: 0 0 0 25px rgba(0, 88, 167, 0);
        box-shadow: 0 0 0 25px rgba(0, 88, 167, 0);
    }
}

@keyframes circle-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0px #0058a7;
        box-shadow: 0 0 0 0px #0058a7;
    }

    100% {
        -webkit-box-shadow: 0 0 0 25px rgba(0, 88, 167, 0);
        box-shadow: 0 0 0 25px rgba(0, 88, 167, 0);
    }
}

.z_menu_mask {
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.z_menu_con {
    width: 60%;
    height: 100%;
    position: relative;
    margin-left: 40%;
    border-radius: 50%;
    padding: 0 8.3% 0 10.4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.z_menu_mask::before {
    content: "";
    display: block;
    width: 1710px;
    height: 1710px;
    background: #fff;
    position: absolute;
    right: -570px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0, 0);
    transform: translateY(-50%) scale(0, 0);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: ease 1.5s;
    transition: ease 1.5s;
}

.z_menu_mask::after {
    content: "";
    display: block;
    width: 1900px;
    height: 1900px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: -690px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0, 0);
    transform: translateY(-50%) scale(0, 0);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: ease 1.5s;
    transition: ease 1.5s;
}

.z_menu_nav {
    padding-bottom: 10px;
}

    .z_menu_nav li {
        margin-bottom: 30px;
    }

        .z_menu_nav li h3 {
            line-height: 40px;
            height: 40px;
        }

            .z_menu_nav li h3 a {
                font-size: 24px;
                color: #222;
                font-weight: bold;
            }

.z_menu_down a {
    display: inline-block;
    font-size: 16px;
    color: #777;
    line-height: 40px;
    vertical-align: top;
    position: relative;
    padding-left: 16px;
    min-width: 64px;
    height: 40px;
    overflow: hidden;
    margin-right: 40px;
}

    .z_menu_down a::before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #ccc;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 54%;
        font-family: 'simsun';
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.z_menu_nav a:hover {
    color: #0058a7;
}

.z_menu_down a:hover::before {
    color: #0058a7;
}

.z_menu_btm {
    border-top: 2px solid #6eb92c;
    padding-top: 32px;
}

.z_menu_addre {
    font-size: 16px;
    color: #777;
    line-height: 28px;
}

.z_menu_close {
    position: absolute;
    right: 84px;
    top: 72px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url('../images/close.png') center no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .z_menu_close:hover {
        background-image: url('../images/close2.png');
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.z_menu_mask .warp {
    opacity: 0;
    width: 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}

.z_menu_mask.on {
    opacity: 1;
    visibility: visible;
}

    .z_menu_mask.on .warp {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .z_menu_mask.on::before {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

    .z_menu_mask.on::before,
    .z_menu_mask.on::after {
        -webkit-transform: translateY(-50%) scale(1, 1);
        transform: translateY(-50%) scale(1, 1);
    }

    .z_menu_mask.on .warp {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

@media screen and (max-width: 1440px) {
    .z_menu_mask::before {
        right: -850px;
    }

    .z_menu_mask::after {
        right: -950px;
    }
}

@media screen and (max-width: 1200px) {
    .z_menu_con {
        width: 72%;
        margin-left: 28%;
    }
}

@media screen and (max-height: 700px) {
    .z_menu_btm {
        display: none;
    }

    .z_menu_nav li:last-child {
        margin-bottom: 0;
    }
}

.pao {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

    .pao span {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        z-index: 1;
        background-color: #6eb92c;
        -webkit-transition: ease 1s;
        transition: ease 1s;
        position: absolute;
        left: 50%;
        bottom: -100px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

#sw04 .swiper-slide:hover .pao span:nth-child(1) {
    -webkit-animation: pao 5s linear infinite;
    animation: pao 5s linear infinite;
}

#sw04 .swiper-slide:hover .pao span:nth-child(2) {
    -webkit-animation: pao3 7s linear infinite;
    animation: pao3 7s linear infinite;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

#sw04 .swiper-slide:hover .pao span:nth-child(3) {
    -webkit-animation: pao2 4s linear infinite;
    animation: pao2 4s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

#sw04 .swiper-slide:hover .pao span:nth-child(4) {
    -webkit-animation: pao4 10s linear infinite;
    animation: pao4 10s linear infinite;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

#sw04 .swiper-slide:hover .pao span:nth-child(5) {
    -webkit-animation: pao5 8s linear infinite;
    animation: pao5 8s linear infinite;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

@-webkit-keyframes pao {
    0% {
        -webkit-transform: translate(200%, 0vh) scale(0.4, 0.4);
        transform: translate(200%, 0vh) scale(0.4, 0.4);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(0%, -50vh) scale(0.8, 0.8);
        transform: translate(0%, -50vh) scale(0.8, 0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(-200%, -100vh) scale(1, 1);
        transform: translate(-200%, -100vh) scale(1, 1);
        opacity: 0;
    }
}

@keyframes pao {
    0% {
        -webkit-transform: translate(200%, 0vh) scale(0.4, 0.4);
        transform: translate(200%, 0vh) scale(0.4, 0.4);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(0%, -50vh) scale(0.8, 0.8);
        transform: translate(0%, -50vh) scale(0.8, 0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(-200%, -100vh) scale(1, 1);
        transform: translate(-200%, -100vh) scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes pao2 {
    0% {
        -webkit-transform: translate(-200%, 0vh) scale(1, 1);
        transform: translate(-200%, 0vh) scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(250%, -50vh) scale(0.8, 0.8);
        transform: translate(250%, -50vh) scale(0.8, 0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(100%, -100vh) scale(0.4, 0.4);
        transform: translate(100%, -100vh) scale(0.4, 0.4);
        opacity: 0;
    }
}

@keyframes pao2 {
    0% {
        -webkit-transform: translate(-200%, 0vh) scale(1, 1);
        transform: translate(-200%, 0vh) scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(250%, -50vh) scale(0.8, 0.8);
        transform: translate(250%, -50vh) scale(0.8, 0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(100%, -100vh) scale(0.4, 0.4);
        transform: translate(100%, -100vh) scale(0.4, 0.4);
        opacity: 0;
    }
}

@-webkit-keyframes pao3 {
    0% {
        -webkit-transform: translate(0%, 0vh) scale(1, 1);
        transform: translate(0%, 0vh) scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(-250%, -50vh) scale(0.8, 0.8);
        transform: translate(-250%, -50vh) scale(0.8, 0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(-300%, -100vh) scale(0.4, 0.4);
        transform: translate(-300%, -100vh) scale(0.4, 0.4);
        opacity: 0;
    }
}

@keyframes pao3 {
    0% {
        -webkit-transform: translate(0%, 0vh) scale(1, 1);
        transform: translate(0%, 0vh) scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(-250%, -50vh) scale(0.8, 0.8);
        transform: translate(-250%, -50vh) scale(0.8, 0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(-300%, -100vh) scale(0.4, 0.4);
        transform: translate(-300%, -100vh) scale(0.4, 0.4);
        opacity: 0;
    }
}

@-webkit-keyframes pao4 {
    0% {
        -webkit-transform: translate(400%, 0vh) scale(1, 1);
        transform: translate(400%, 0vh) scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(800%, -50vh) scale(0.8, 0.8);
        transform: translate(800%, -50vh) scale(0.8, 0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(-100%, -100vh) scale(0.4, 0.4);
        transform: translate(-100%, -100vh) scale(0.4, 0.4);
        opacity: 0;
    }
}

@keyframes pao4 {
    0% {
        -webkit-transform: translate(400%, 0vh) scale(1, 1);
        transform: translate(400%, 0vh) scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(800%, -50vh) scale(0.8, 0.8);
        transform: translate(800%, -50vh) scale(0.8, 0.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(-100%, -100vh) scale(0.4, 0.4);
        transform: translate(-100%, -100vh) scale(0.4, 0.4);
        opacity: 0;
    }
}

@-webkit-keyframes pao5 {
    0% {
        -webkit-transform: translate(-400%, 0vh) scale(0.2, 0.2);
        transform: translate(-400%, 0vh) scale(0.2, 0.2);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(-800%, -50vh) scale(0.6, 0.6);
        transform: translate(-800%, -50vh) scale(0.6, 0.6);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(0%, -100vh) scale(1, 1);
        transform: translate(0%, -100vh) scale(1, 1);
        opacity: 0;
    }
}

@keyframes pao5 {
    0% {
        -webkit-transform: translate(-400%, 0vh) scale(0.2, 0.2);
        transform: translate(-400%, 0vh) scale(0.2, 0.2);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(-800%, -50vh) scale(0.6, 0.6);
        transform: translate(-800%, -50vh) scale(0.6, 0.6);
        opacity: .5;
    }

    100% {
        -webkit-transform: translate(0%, -100vh) scale(1, 1);
        transform: translate(0%, -100vh) scale(1, 1);
        opacity: 0;
    }
}

.case_out {
    padding: 100px 0px 50px 0px;
    /*
  background: #ffffff url(../images/newsbg.jpg) bottom no-repeat; */
}

    .case_out ul {
        max-width: 1520px;
        margin: 0 auto;
        padding: 0 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 30px;
    }

        .case_out ul li {
            flex: 0 0 calc(33.333% - 27px);
            text-align: center;
            border-radius: 20px;
            position: relative;
        }

            .case_out ul li img {
                width: 100%;
                border-radius: 20px;
                -webkit-transition: 1s;
                transition: 1s;
            }

            .case_out ul li:hover img {
                -webkit-transform: scale(.95);
                transform: scale(.95);
            }

            .case_out ul li p {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                background: url(../images/jab2.png) repeat-x left top;
                background-size: contain;
                font-size: 18px;
                line-height: 50px;
                color: #fff;
                border-radius: 0 0 20px 20px;
            }

.fazhan {
    padding: 100px 0;
    /* background: url(../images/fzlc.jpg) bottom / cover no-repeat; */
    position: relative;
    background-size: contain;
}

.sw25out {
    position: relative;
    width: 100%;
    margin: 48px auto 0;
}

    .sw25out::after {
        width: 100%;
        height: 1px;
        background: rgba(0, 88, 167, .45);
        position: absolute;
        left: 0;
        top: 80%;
        content: "";
    }

.sw25 {
    overflow: hidden;
}

    .sw25 .swiper-slide {
        /* width: 300px; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 18px;
    }

.sw25out .sw-next,
.sw25out .sw-prev {
    position: absolute;
    bottom: 65px;
    width: 58px;
    height: 58px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
}

.sw25out .sw-prev {
    background: #0058a7 url('../images/lt-ev.png') center no-repeat;
    left: 0;
}

.sw25out .sw-next {
    background: #6eb92c url('../images/gt-ev.png') center no-repeat;
    right: 0;
}

.sw25out .sw-prev:hover {
    -webkit-box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    box-shadow: 0 0 0 9px rgba(0, 88, 167, 0.1);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sw25out .sw-next:hover {
    -webkit-box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.1);
    box-shadow: 0 0 0 9px rgba(110, 185, 44, 0.1);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

@media screen and (max-width: 1023px) {
    .rongyuone {
        padding: 130px 0 160px;
    }
}

@media screen and (max-width: 750px) {
    .rongyuone {
        padding: 100px 0 160px;
    }

        .rongyuone .cate5 .en {
            font-size: 50px;
            line-height: 84px;
        }

    .sw22out .sw-next,
    .sw22out .sw-prev {
        top: auto;
        bottom: -88px;
    }

    .sw25out::after {
        top: 82%;
    }

    .whlist li a {
        width: 200px;
        height: 200px;
        padding: 0;
    }

    .whlist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .whlist li {
            width: 49%;
        }

        .whlist .iconfont {
            font-size: 38px;
        }

        .whlist .tupian {
            height: 70px;
        }

        .whlist i.bg1 {
            -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.05);
        }

        .whlist li .txt {
            padding: 0 20px;
            font-size: 16px;
        }
}

.sw25 .swiper-slide p {
    margin-top: 10px;
    padding: 0 35px;
    min-height: 70px;
}

.sw25 .swiper-slide span {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 5px solid #0058a7;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

    .sw25 .swiper-slide span::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: rgba(0, 88, 167, 0.2);
    }

    .sw25 .swiper-slide span::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: rgba(0, 88, 167, 0.2);
    }

    .sw25 .swiper-slide span::before {
        animation: boderM 3s .75s infinite;
    }

    .sw25 .swiper-slide span::after {
        animation: boderM 3s infinite;
    }

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes bordershow {

    50% {
        box-shadow: 0px 0px 10px 0 #0058a7;
    }
}

.sw25 .swiper-slide em {
    display: inline-block;
    font-size: 36px;
    color: #6eb92c;
    height: 100%;
    font-family: "Century Gothic";
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #70b931, #237c3b);
    background-position: center;
    background-size: 100% 80%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}

    .sw25 .swiper-slide em i {
        font-size: 16px;
        margin-left: 3px;
        color: #666;
        font-style: normal;
        font-weight: normal;
    }


.sw25 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    /* border: 1px solid #0058a7; */
    transition: ease .5s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.sw25 .swiper-slide:hover img {
    transform: rotate(0deg) scale(.95);
}

.zhao {
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 30px;
}

    .zhao ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .zhao ul li {
            width: 43%;
            background: url(../images/ling02.png) no-repeat center;
            background-size: cover;
            padding: 3%;
            border-radius: 15px;
            margin-bottom: 2%;
            box-shadow: 0px 0px 28px 2px rgba(0, 88, 167, 0.12);
        }

            .zhao ul li h1 {
                font-size: 24px;
                font-weight: bold;
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-bottom: 1px solid #0058a7;
                padding-bottom: 10px;
                margin-bottom: 20px;
                color: #0058a7;
            }

                .zhao ul li h1 span {
                    font-size: 16px;
                }

            .zhao ul li h2 {
                line-height: 30px;
                font-size: 16px;
            }

            .zhao ul li a {
                font-size: 14px;
                margin-top: 20px;
                display: block;
            }

                .zhao ul li a:hover {
                    color: #0058a7;
                }

@media screen and (max-width: 750px) {
    .guolist2 {
        height: 300px;
    }

        .guolist2 li.i2 h3 {
            height: 70px;
            line-height: 70px;
        }

            .guolist2 li.i2 h3 span {
                font-size: 52px;
            }

        .guolist2 li.i2 .txt {
            font-size: 16px;
            line-height: 20px;
        }

    .section {
        padding: 50px 0;
    }

    .guolist2 i:after {
        height: 100px;
    }

    .guolist2 li.i3 i:after {
        height: 60px;
    }

    .guolist2 li.i2 i:after {
        height: 160px;
    }


    .fglobalother .intro div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tjpicbg {
        height: 420px;
    }

    .tuijian {
        margin-bottom: 0px;
    }

    .tjother {
        margin-top: 0;
        padding: 0;
    }

        .tjother .tjcon {
            width: 78%;
        }

    .fazhan {
        padding-top: 60px;
    }

    .sw25out {
        margin-top: 0px;
    }

    .huoban {
        padding: 60px 0;
    }

    .rongyuone {
        padding-top: 60px;
    }

    .case_out {
        padding: 30px;
    }

        .case_out ul {
            display: initial;
        }

            .case_out ul li {
                margin-bottom: 30px;
            }

    .zhao {
        padding: 60px 30px;
    }

        .zhao ul {
            display: initial;
        }

            .zhao ul li {
                width: 90%;
                padding: 5%;
                margin-bottom: 50px;
            }

                .zhao ul li:last-child {
                    margin-bottom: 0;
                }

                .zhao ul li h1 {
                    display: inherit;
                }

                    .zhao ul li h1 span {
                        display: block;
                    }

    .fnewslist li .wz {
        padding: 30px 30px 40px 30px;
    }

    .fnewslist li {
        height: 330px;
    }

        .fnewslist li .bot {
            padding-left: 30px;
            border-top: 1px solid #eee;
        }

    .secbg12 {
        background: url(../images/about02.jpg) left bottom / cover no-repeat;
    }

    .guolist2 h3 span,
    .guolist2 li.i3 h3 span {
        font-size: 46px;
    }

    .sw22out {
        margin-top: 30px;
    }
}
