﻿

img, .head-link, .sub-nav, .zs-5head span, .zs-5item, .zs-5cont p, .zs-6content .swiper-button-prev, .zs-6content .swiper-button-next, .zs-7item, .zs-7cont em, .zs-7content .swiper-button-prev, .zs-7content .swiper-button-next, .nav-genner ul li, .nav-genner ul li:before, .gs-1item, .gs-1item samp, .gs-2head ul li:before, .gs-2head ul li samp, .gs-2head ul li span, .gs-2left em, .gs-3item, .gs-3bg, .gs-3item .h4, .gs-3item p, .gs-3item ul li, .gs-3item ul li:before, .gs-3item span, .gs-3item em, .gs-4item, .gs-4item:before, .gs-4item span, .gs-52, .gs-6item, .gs-6title samp, .gs-6title span, .gs-6info, .gs-6cont ul, .gs-6cont span, .gs-6content .swiper-button-prev, .gs-6content .swiper-button-next, .gs-7center em, .cj-1head ul li:before, .cj-1head ul li samp, .cj-1head ul li span, .cj-2center em, .yy-1more, .vd-1pannel, .vd-1pannel:before, .vd-1item1 samp, .vd-1item1 samp:before, .vd-1item1 samp:after, .vd-1item1 em:before, .vd-1item1 em:after, .vd-1item2 samp, .vd-1item2 samp:before, .vd-1item2 samp:after, .vd-1item2 em:before, .vd-1item2 em:after, .vd-1item3 samp, .vd-1item3 samp:before, .vd-1item3 samp:after, .vd-1item3 em:before, .vd-1item3 em:after, .vd-1item4 samp, .vd-1item4 samp:before, .vd-1item4 samp:after, .vd-1item4 em:before, .vd-1item4 em:after, .vd-1item5 samp, .vd-1item5 samp:before, .vd-1item5 samp:after, .vd-1item5 em:before, .vd-1item5 em:after, .vd-1item6 samp, .vd-1item6 samp:before, .vd-1item6 samp:after, .vd-1item6 em:before, .vd-1item6 em:after, .vd-1item7 samp, .vd-1item7 samp:before, .vd-1item7 samp:after, .vd-1item7 em:before, .vd-1item7 em:after, .vd-1item8 samp, .vd-1item8 samp:before, .vd-1item8 samp:after, .vd-1item8 em:before, .vd-1item8 em:after, .vd-2content em, .case-2info, .case-prop, .case-close {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.swiper-button-prev, .swiper-button-next {
    background: none;
}

    .swiper-button-prev::after, .swiper-button-next::after {
        content: "";
    }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@keyframes updown {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fades {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zhuanquan {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.sub-nav {
    width: auto;
    position: absolute;
    right: 0px;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: right top;
}

.sub-content {
    width: 900px;
    background: #fff;
    margin-top: 50px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 10px 0px;
}

    .sub-content:before {
        width: auto;
        content: "";
        position: absolute;
        right: 90px;
        top: -12px;
        border-bottom: 12px #fff solid;
        border-left: 12px transparent solid;
        border-right: 12px transparent solid;
    }



.sub-item {
    width: 87%;
    overflow: hidden;
    margin: 0px auto;
}

.sub-left {
    float: left;
    width: 240px;
    overflow: hidden;
    height: 75px;
    line-height: 75px;
    font-size: 18px;
    color: #333;
    font-family: "symed";
}

    .sub-left samp {
        float: left;
        width: 44px;
        height: 100%;
    }

.sub-right {
    float: right;
    width: 540px;
    overflow: hidden;
    height: 75px;
    line-height: 75px;
    box-sizing: border-box;
    border-bottom: 1px #eee solid;
}

    .sub-right a {
        float: left;
        width: 113px;
        overflow: hidden;
        height: 100%;
        font-size: 16px;
        color: #666;
        font-family: "syreg";
        position: relative;
    }

        .sub-right a.icon:before {
            width: 23px;
            height: 100%;
            content: "";
            position: absolute;
            right: 10px;
            top: 0px;
            background: url("../images/icon-31.png") no-repeat center;
            background-size: 100%;
        }

        .sub-right a:last-child {
            width: auto;
        }

.sub-content .sub-item:nth-child(2) .sub-right a:last-child {
    width: 113px;
}

.sub-right a:hover {
    color: #0f8cee;
}

.sub-item:last-child .sub-right {
    border: none;
}

.head-more:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}





/*gaishu-gongneng*/

.gn-reg .gn-a1 {
    width: 140px;
    height: 80px;
    padding: 13px 40px;
    color: #fff;
    font-size: 15px;
    background: #0dae06;
    border-radius: 5px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
    .gn-reg .gn-a1:hover {
        background:#026f12

    }
.gn-reg .gn-a2 {
    width: 140px;
    height: 80px;
    padding: 13px 40px;
    color: #fff;
    font-size: 15px;
    background: #4a80f7;
    border-radius: 5px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.gn-reg .gn-a2:hover {
    background: #053ea5
}
.gn-reg .gn-a3 {
    width: 140px;
    height: 80px;
    padding: 13px 40px;
    color: #fff;
    font-size: 15px;
    background: #0f8cee;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.gn-reg .gn-a3:hover {
    background: #065bad
}
@media screen and (min-width: 1800px) {

    .gn-reg {
        width: 100%;
        text-align: center;
        height: 60px;
        margin-top: 50px;
    }
}
@media screen and (max-width: 1799px) {

    .gn-reg {
        width: 100%;
        text-align: center;
        height: 60px;
        padding-top: 5px;
    }
}
    .gs-2left {
        width: 43.6%;
        overflow: hidden;
    }

        .gs-2left span {
            float: left;
            width: 100%;
            overflow: hidden;
            font-size: 21px;
            color: #333;
            font-family: "symed";
        }

    .gs-2info {
        float: left;
        width: 100%;
        overflow: hidden;
        line-height: 26px;
        font-size: 15px;
        color: #333;
        font-family: "symed";
        margin-top: 16px;
    }

    .gs-2left ul {
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 15px;
    }

        .gs-2left ul li {
            float: left;
            width: 26%;
            height: 34px;
            line-height: 34px;
            font-size: 16px;
            color: #666;
            font-family: "syreg";
            box-sizing: border-box;
            padding-left: 10px;
            position: relative;
        }

            .gs-2left ul li:before {
                width: 3px;
                height: 3px;
                content: "";
                position: absolute;
                left: 0px;
                top: 50%;
                transform: translateY(-50%);
                border-radius: 50%;
                background: #0f8cee;
            }

            .gs-2left ul li:nth-child(4n) {
                width: 22%;
            }

    .gs-2left em {
        float: left;
        width: 174px;
        height: 44px;
        line-height: 44px;
        overflow: hidden;
        border-radius: 22px;
        background: #0f8cee;
        margin-top: 40px;
        font-style: normal;
    }

        .gs-2left em a {
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
            text-align: center;
            font-size: 14px;
            color: #fff;
            font-family: "syreg";
            line-height: 43px;
            background: #4a80f7
        }

        .gs-2left em:hover {
            transform: translateY(-3px);
        }

    .gs-2right {
        width: 54.86%;
        transform: translateX(4%);
    }

        .gs-2right img {
            width: 100%;
            height: auto;
        }

    .gs-2more {
        width: 100%;
        overflow: hidden;
        padding-top: 10px;
        position: relative;
        z-index: 32;
    }

        .gs-2more a {
            width: 174px;
            height: 44px;
            line-height: 44px;
            overflow: hidden;
            border-radius: 22px;
            background: #e6ecf8;
            display: block;
            margin: 0px auto;
            text-align: center;
            font-size: 14px;
            color: #333;
            font-family: "symed";
        }

            .gs-2more a:hover {
                transform: translateY(-3px);
            }



    /*cj-1*/
    .cj-1 {
        width: 100%;
        overflow: hidden;
        position: relative;
        /*background: -webkit-linear-gradient(top, #eef3fc, #fff);
    background: -moz-linear-gradient(top, #eef3fc, #fff);
    background: -ms-linear-gradient(top, #eef3fc, #fff);
    background: -o-linear-gradient(top, #eef3fc, #fff);*/
        background: -webkit-linear-gradient(top, #fff, #fff);
        background: -moz-linear-gradient(top, #fff, #fff);
        background: -ms-linear-gradient(top, #fff, #fff);
        background: -o-linear-gradient(top, #fff, #fff);
        z-index: 2;
        margin-top: -50px;
        padding: 60px 0px 60px;
    }

        .cj-1 .particles {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .cj-1 .h3 {
            width: 100%;
            overflow: hidden;
            position: relative;
            text-align: center;
            font-size: 30px;
            color: #333;
            font-family: "syreg";
            padding-bottom: 16px;
            z-index: 12;
        }

            .cj-1 .h3:before {
                width: 40px;
                height: 4px;
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0px;
                background: #4a80f7;
                transform: translateX(-50%);
                border-radius: 2px;
            }

    .cj-1head {
        width: 1440px;
        margin: 55px auto 0px;
        height: 146px;
        background: #eaeef8;
        border-radius: 12px;
        position: relative;
        z-index: 32;
    }

        .cj-1head ul {
            width: 100%;
            height: 100%;
        }

            .cj-1head ul li {
                float: left;
                width: 20%;
                height: 100%;
                position: relative;
                cursor: pointer;
                display: flex;
                flex-wrap: wrap;
                align-content: center;
            }

                .cj-1head ul li:before {
                    width: 100%;
                    height: 120%;
                    content: "";
                    position: absolute;
                    left: 0px;
                    top: -10%;
                    background: #fff;
                    border-radius: 12px;
                    box-shadow: 0px 0px 12px 4px rgba(16, 38, 100, 0.07);
                    transform: scale(0);
                    opacity: 0;
                }

                .cj-1head ul li.active:before {
                    transform: scale(1);
                    opacity: 1;
                }

                .cj-1head ul li samp {
                    width: 100%;
                    position: relative;
                    z-index: 12;
                    height: 64px;
                    display: block;
                    overflow: hidden;
                }

                    .cj-1head ul li samp img {
                        width: auto;
                        height: auto;
                        max-height: 100%;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                    }

                .cj-1head ul li span {
                    width: 100%;
                    position: relative;
                    z-index: 12;
                    display: block;
                    overflow: hidden;
                    text-align: center;
                    font-size: 16px;
                    line-height: 40px;
                    color: #333;
                    font-family: "syreg";
                }

                .cj-1head ul li.active span {
                    color: #108cee;
                }

                .cj-1head ul li.active samp {
                    transform: rotateY(180deg);
                }

    .cj-1content {
        width: 1440px;
        margin: 70px auto 0px;
        position: relative;
        z-index: 32;
    }

    .cj-1pannel {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        opacity: 0;
        transform: translateY(40px);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .cj-1pannel.active {
            position: relative;
            z-index: 2;
            animation: updown 0.6s ease 1;
            animation-fill-mode: forwards;
        }

        .cj-1pannel .gs-2right {
            width: 46.5%;
            transform: translateX(0%);
        }

        .cj-1pannel .gs-2left ul li:nth-child(4n), .cj-1pannel .gs-2left ul li {
            width: 31%;
        }

    /*cj-2*/
    .cj-2 {
        width: 100%;
        overflow: hidden;
        background: #eef3f9;
        padding: 90px 0px 110px;
        border-bottom: 1px #2a50ce solid;
    }

        .cj-2 .h3 {
            width: 100%;
            overflow: hidden;
            position: relative;
            text-align: center;
            font-size: 30px;
            color: #333;
            font-family: "syreg";
            padding-bottom: 24px;
            z-index: 12;
        }

            .cj-2 .h3:before {
                width: 40px;
                height: 4px;
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0px;
                background: #333;
                transform: translateX(-50%);
                border-radius: 2px;
            }

    .cj-2content {
        width: 1440px;
        overflow: hidden;
        margin: 40px auto 0px;
        display: flex;
        justify-content: space-between;
    }

    .cj-2item {
        width: 32.6%;
        overflow: hidden;
        position: relative;
    }

        .cj-2item img {
            float: left;
            width: 100%;
            height: auto;
        }

        .cj-2item:hover img {
            transform: scale(1.04);
        }

    .cj-2center {
        width: 86%;
        position: absolute;
        height: 70%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }

        .cj-2center span {
            float: left;
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            font-family: "symed";
        }

        .cj-2center p {
            float: left;
            width: 100%;
            font-size: 14px;
            line-height: 26px;
            margin-top: 4px;
            box-sizing: border-box;
            padding-right: 23%;
        }

        .cj-2center em {
            width: 120px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            border-radius: 22px;
            background: #fff;
            position: absolute;
            left: 0px;
            bottom: 0px;
            font-style: normal;
        }

            .cj-2center em a {
                width: 100%;
                height: 100%;
                overflow: hidden;
                display: block;
                text-align: center;
                font-size: 14px;
                color: #333;
                font-family: "syreg";
            }

            .cj-2center em:hover {
                transform: translateY(3px);
            }

    /*gongnengyingyong-1*/
    .yy-1 {
        width: 100%;
        overflow: hidden;
        padding: 120px 0px 86px;
    }

        .yy-1 .h3 {
            width: 100%;
            overflow: hidden;
            position: relative;
            text-align: center;
            font-size: 30px;
            color: #333;
            font-family: "syreg";
            padding-bottom: 24px;
            z-index: 12;
        }

            .yy-1 .h3:before {
                width: 50px;
                height: 4px;
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0px;
                background: #4a80f7;
                transform: translateX(-50%);
            }

    .yy-1pic {
        width: 1440px;
        overflow: hidden;
        margin: 46px auto 0px;
    }

        .yy-1pic img {
            width: 100%;
            height: auto;
        }

    .yy-1more {
        width: 174px;
        height: 44px;
        line-height: 44px;
        overflow: hidden;
        margin: 50px auto 0px;
        border: 1px #a0a0a0 solid;
        box-sizing: border-box;
        border-radius: 22px;
    }

        .yy-1more a {
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 14px;
            color: #fff;
            font-family: "syreg";
            display: block;
            line-height: 36px;
            background: #4a80f7;
        }

            .yy-1more a:hover {
                color: #fff;
                background: #f23d02;
            }




    /*gongnengyingyong-2*/
    .yy-2 {
        margin-top: 0px;
    }

        .yy-2 ul li {
            width: 10%;
        }

            .yy-2 ul li span {
                font-size: 16px;
            }

        .yy-2 .cj-1head ul li span {
            margin-top: 8px;
        }

    /*gongnengyingyong-3*/

    /*tanchuang*/


    @media screen and (max-width: 1799px) { /*header*/
        .head {
            height: 70px;
        }

        .head-right ul {
            line-height: 70px;
        }

            .head-right ul li {
                margin-left: 40px;
            }

        .head-more {
            margin-top: 19px;
            margin-left: 50px;
        }

        .sub-content {
            width: 710px;
            margin-top: 40px;
            padding: 10px 0px;
        }

        .sub-item {
            width: 93%;
        }

        .sub-left {
            width: 200px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }

            .sub-left samp {
                width: 36px;
            }

        .sub-right {
            width: 460px;
            height: 40px;
            line-height: 40px;
        }

            .sub-right a {
                width: 113px;
                font-size: 14px;
            }

                .sub-right a.icon:before {
                    right: 15px;
                }
        /*banner*/

        /*cj-1*/
        .cj-1 {
            margin-top: -40px;
            padding: 80px 0px 10px;
        }

            .cj-1 .h3 {
                font-size: 24px;
            }

        .cj-1head {
            width: 1230px;
            margin: 45px auto 0px;
            height: 136px;
        }

            .cj-1head ul li samp {
                height: 50px;
            }

            .cj-1head ul li span {
                font-size: 14px;
                line-height: 50px;
            }

        .cj-1content {
            width: 1230px;
            margin: 90px auto 80px;
        }
        /*cj-2*/
        .cj-2 {
            padding: 70px 0px 80px;
        }

            .cj-2 .h3 {
                font-size: 24px;
            }

        .cj-2content {
            width: 1230px;
            margin: 30px auto 0px;
        }

        .cj-2center span {
            font-size: 16px;
            font-weight: bold;
        }

        .cj-2center p {
            font-size: 14px;
            line-height: 20px;
        }
        /*gongnengyingyong-1*/
        .yy-1 {
            padding: 60px 0px 70px;
        }

            .yy-1 .h3 {
                font-size: 24px;
            }

        .yy-1pic {
            width: 1230px;
            margin: 40px auto 0px;
        }
        /*gongnengyingyong-3*/
        .yy-3 {
            padding: 100px 0px 110px;
        }

            .yy-3 .h3 {
                font-size: 24px;
            }

        .yy-3content {
            width: 1230px;
        }

        .yy-3item {
            margin-top: 30px;
            padding: 0px 25px;
        }

            .yy-3item samp {
                width: 100px;
            }

        .yy-3center {
            width: 280px;
        }

            .yy-3center span {
                font-size: 16px;
                font-weight: bold;
            }

            .yy-3center p {
                font-size: 14px;
            }

        .yy-3item a {
            width: 100px;
            font-size: 14px;
        }
    }