﻿/*全局样式*/
@charset "utf-8";

html {
    overflow-x: hidden;

}


body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

ol, ul {
    margin-bottom: 0;
}

body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
}

input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}

    a:focus {
        outline: none;
    }

ul {
    margin: 0;
}

li {
    list-style: none;
}

.container-fluid {
    max-width: 1720px !important;
    margin: 0 auto;
}

.container-fluid2 {
    max-width: 100%;
    width: 1820px !important;
    margin: 0 auto;
}

.container-row {
    width: 1403px !important;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix {
    *zoom: 1
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: ""
    }

    .clearfix:after {
        clear: both
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

div:focus {
    outline: none;
}

/*logo*/
header .logo {
    height: 85px;
    line-height: 85px;
}

    header .logo img {
        /*max-height: 80%;
max-width: 100%;
padding-right: 5px;*/
        width: 230px;
        height: 40px;
    }

header .logo-box {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

    header .logo-box .phone img {
        padding: 5px;
    }

    header .logo-box .top {
        background-color: #a7a6a6;
        cursor: pointer;
    }

        header .logo-box .top img {
            max-width: 100%;
        }

    header .logo-box .phone {
        padding: 43px 0;
    }

        header .logo-box .phone .text {
            padding-left: 50px;
        }

            header .logo-box .phone .text h5 {
                font-size: 13px;
                color: #353535;
            }

            header .logo-box .phone .text p {
                font-size: 27px;
                color: #000;
            }

    header .logo-box .sosuo {
        line-height: 85px;
    }

        header .logo-box .sosuo .an {
            width: 85px;
            height: 32px;
            border: 1px solid #0696de;
            border-radius: 30px;
            text-align: center;
            margin: 28px 20px 0 0;
            line-height: 1;
            cursor: pointer;
        }

            header .logo-box .sosuo .an .img {
                width: 20px;
                height: 18px;
                display: inline-block;
                line-height: 1;
            }

                header .logo-box .sosuo .an .img img {
                    width: 100%;
                    padding-bottom: 5px;
                }

            header .logo-box .sosuo .an .p {
                display: inline-block;
                font-size: 16px;
                color: #0093dd;
                line-height: 32px;
            }

        header .logo-box .sosuo .switch {
            position: relative;
        }

            header .logo-box .sosuo .switch .drop {
                width: 100px;
                height: auto;
                position: absolute;
                top: 74px;
                right: 0;
                background: #fff;
                box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
                border-radius: 10px;
                padding: 10px 0;
                display: none;
                transition: all 0.3s;
            }

                header .logo-box .sosuo .switch .drop::before {
                    content: "";
                    width: 14px;
                    height: 14px;
                    background: #fff;
                    position: absolute;
                    top: -3px;
                    left: 50%;
                    transform: rotate(45deg) translateX(-50%);
                    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
                    z-index: -1;
                }

                header .logo-box .sosuo .switch .drop .t {
                    line-height: 40px;
                    text-align: center;
                    transition: all 0.3s;
                    font-size: 14px;
                }

                    header .logo-box .sosuo .switch .drop .t a {
                        display: block;
                    }

                    header .logo-box .sosuo .switch .drop .t:hover {
                        background: #f4f7fa;
                    }

            header .logo-box .sosuo .switch:hover .drop {
                display: block;
            }

            header .logo-box .sosuo .switch .ico {
                padding-left: 30px;
                position: relative;
                margin-right: 5px;
            }

                header .logo-box .sosuo .switch .ico::before {
                    content: "";
                    width: 25px;
                    height: 25px;
                    background: url(../images/icon2.png)no-repeat;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                    cursor: pointer;
                }

                header .logo-box .sosuo .switch .ico a {
                    font-size: 14px;
                    color: #0093dd;
                    line-height: 25px;
                }
/*一级导航*/
nav {
    width: 65%;
    z-index: 100;
    margin-left: 100px;
}

    nav ul {
        margin-bottom: 0;
    }

        nav ul li {
            font-size: 20px;
            text-align: center;
            height: 89px;
            width: 13.5%;
            float: left;
            transition: all .3s;
            position: relative;
        }

            nav ul li a {
                display: inline-block;
                color: #333;
                font-size: 18px;
                transition: all .3s;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                transition: all .3s;
                border-bottom: 4px solid transparent;
                line-height: 85px;
            }

            nav ul li:nth-last-child(1) a::after {
                display: none;
            }

            nav ul li a:hover, nav ul li a.active {
                color: #004684;
                font-weight: bold;
                border-bottom: 4px solid #004684;
            }

            /*二级导航栏*/
            nav ul li .ul2 {
                width: 100%;
                height: auto;
                position: absolute;
                top: 100%;
                left: 0;
                display: none;
                padding: 25px 0;
                background-color: #212121;
                z-index: 4000;
            }

                nav ul li .ul2 .li2 {
                    width: 100%;
                    line-height: 40px;
                    position: relative;
                }

                    nav ul li .ul2 .li2 a:hover {
                        border: none;
                    }

                    nav ul li .ul2 .li2.on::after {
                        content: "";
                        width: 7px;
                        height: 12px;
                        background: url(../images/jiant1.png)no-repeat;
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        right: 8px;
                    }

                    nav ul li .ul2 .li2 a {
                        font-size: 16px;
                        color: #fff;
                        display: block;
                        border: none;
                        line-height: 35px;
                    }

                    nav ul li .ul2 .li2 > div {
                        font-size: 16px;
                        color: #fff;
                        border: none;
                        line-height: 35px;
                        cursor: pointer;
                    }

            nav ul li .ul3 {
                position: absolute;
                top: 0;
                left: 100%;
                width: 100%;
                display: none;
            }

                nav ul li .ul3 .li3 {
                    width: 100%;
                    line-height: 30px;
                    background-color: rgba(0, 0, 0, 0.3);
                    padding: 0 10px;
                }

                    nav ul li .ul3 .li3 a {
                        color: #fff;
                        font-size: 16px;
                        line-height: 35px;
                    }

/*商城*/
.p-on {
    position: relative;
}

    .p-on .ul2 {
        width: auto;
        height: auto;
        position: absolute;
        top: 130%;
        right: -35px;
        padding: 25px 15px;
        background-color: #fff;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        display: none;
    }

        .p-on .ul2::before {
            content: "";
            width: 14px;
            height: 14px;
            background: #fff;
            position: absolute;
            top: -3px;
            left: 50%;
            transform: rotate(45deg) translateX(-50%);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
            z-index: -1;
        }

        .p-on .ul2 .li2 {
            width: 120px;
            line-height: 40px;
            position: relative;
            cursor: pointer;
        }

            .p-on .ul2 .li2.on::after {
                content: "";
                width: 7px;
                height: 12px;
                background: url(../images/jiant12.png)no-repeat center center/contain;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -9px;
            }

        .p-on .ul2 .li2 {
            font-size: 16px;
            color: #333;
            display: block;
            border: none;
            line-height: 35px;
        }

    .p-on .ul3 {
        position: absolute;
        top: 0;
        right: 135px;
        width: 280px;
        background-color: #fff;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 10px 0;
        display: none;
    }

        .p-on .ul3 .li3 {
            width: 100%;
            line-height: 30px;
            padding: 0 10px;
        }

            .p-on .ul3 .li3 a {
                color: #333;
                font-size: 16px;
                line-height: 35px;
            }

    .p-on .ul2 .li2:hover {
        background: #f4f7fa;
        color: #0093dd;
    }

    .p-on .ul3 .li3:hover a {
        background: #f4f7fa;
        color: #0093dd;
    }


/*banner轮播*/
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 90px;
}

    .banner .swiper-alide img {
        width: 100%;
        height: 960px;
    }

    .banner .but {
        width: 50px;
        height: 50px;
        background: none;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        left: -50px;
        margin-top: -25px;
        transition: all .3s;
        outline: none;
    }

    .banner .swiper-pagination {
        position: absolute;
        width: 100%;
        bottom: 57px;
        left: 0;
    }

    .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        opacity: 1;
        border-radius: 10px;
        background-color: #fff;
    }

    .banner .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 30px;
    }

    .banner .swiper-slide {
        max-height: 820px;
        overflow: hidden;
    }

        .banner .swiper-slide video {
            width: 100%;
            height: 820px;
        }

    .banner video::-webkit-media-controls {
        display: none !important;
    }

/*wow*/
.wow {
    /* animation-name: wow; */
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;
}

@keyframes wow {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/*推荐产品*/
.title {
    text-align: center;
    padding: 70px 0px 50px;
}

.tit2 h5 {
    color: #086dc6 !important;
}

.title h5 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px !important;
}

    .title h5::before {
        content: "";
        width: 50px;
        height: 2px;
        background-color: #086dc6;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.home1 .con .box {
    position: relative;
    display: inline-block;
    width: 30%;
    margin: 15px;
}

.home1 .con {
    margin-bottom: 45px;
}
    /* .home1 .con .box .img{width: 550px;height: 450px;overflow: hidden;} */
    .home1 .con .box .img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .home1 .con .box .img img {
            width: 100%;
            transition: all 0.3s;
        }

    .home1 .con .box .p {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: 30px;
        bottom: 30px;
    }

    .home1 .con .box:hover .img img {
        transform: scale(1.1);
    }

    .home1 .con .box:hover {
        box-shadow: 0px 14px 38px 0px rgba(0, 70, 132, 0.29);
    }

.demo {
    width: 157px;
    height: 50px;
    border-radius: 30px;
    background-color: #004684;
    text-align: center;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s;
}

    .demo::after {
        content: "";
        width: 7px;
        height: 12px;
        background: url(../images/jiant1.png)no-repeat center;
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
    }

    .demo a {
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        transition: all 0.3s;
    }

    .demo:hover {
        background: #fff;
        border: 2px solid #0093dd;
    }

        .demo:hover a {
            color: #0093dd;
        }

        .demo:hover::after {
            background: url(../images/jiant1-1.png)no-repeat center;
        }

/*传媒中心*/
.home2 {
    margin-bottom: 100px;
}

    .home2 .con {
        padding-bottom: 45px;
    }

    .home2 .box {
        width: 30%;
        margin: 0 20px;
        display: inline-block;
        vertical-align: top;
    }

        .home2 .box .img {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: relative;
            height: 289px;
        }

            .home2 .box .img img {
                width: 100%;
                transition: all 0.3s;
            }

            .home2 .box .img .data {
                width: 100px;
                height: 30px;
                background: rgba(000, 000, 000, 0.49);
                color: #fff;
                font-size: 14px;
                text-align: center;
                line-height: 30px;
                position: absolute;
                bottom: 10px;
                left: 10px;
            }

        .home2 .box .text {
            margin-top: 20px;
        }

            .home2 .box .text .h {
                font-size: 18px;
                color: #333;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                transition: all 0.3s;
            }

            .home2 .box .text .p {
                font-size: 14px;
                color: #666;
                margin-top: 5px;
            }

        .home2 .box .text1 {
            margin-bottom: 25px;
            margin-top: 0;
        }

            .home2 .box .text1 .h {
                font-size: 16px;
                margin-top: 5px;
            }

            .home2 .box .text1 .p {
                margin-top: 0;
            }

        .home2 .box:hover .img img {
            transform: scale(1.1);
        }

        .home2 .box .text:hover .h {
            color: #0093dd;
        }


/*冠捷科技运营品牌*/
.home3 {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 85px;
}

    .home3 .con {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .home3 .con a {
            display: block;
        }

        .home3 .con .pp {
            vertical-align: middle;
            transition: all 0.5s;
        }

            .home3 .con .pp:hover {
                transform: translateY(-10px);
            }

/*footer*/
.footer {
    background-color: #004174;
}

    .footer .foot1 {
        padding: 55px 0 90px;
    }

        .footer .foot1 .logo1 {
            vertical-align: top;
            float: left;
            width: 18%;
        }

        .footer .foot1 .nav1 {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 62%;
            float: left;
        }
            /* .footer .foot1 .nav1 ul{float: left;margin: 0 48px;} */
            .footer .foot1 .nav1 ul dl a {
                font-size: 18px;
                color: #fff;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .footer .foot1 .nav1 ul dd a {
                font-size: 16px;
                color: #91a2b6;
                margin-top: 10px;
                display: block;
            }

            .footer .foot1 .nav1 ul dd > div {
                font-size: 16px;
                color: #91a2b6;
                margin-top: 10px;
                display: block;
                cursor: pointer;
            }

        .footer .foot1 .ewm {
            padding: 0 30px;
            text-align: center;
            float: right;
            width: 20%;
        }

            .footer .foot1 .ewm .img {
                width: 140px;
                height: 140px;
                overflow: hidden;
                margin: 0 auto;
            }

                .footer .foot1 .ewm .img img {
                    width: 100%;
                }

            .footer .foot1 .ewm .t {
                font-size: 16px;
                color: #fff;
                margin-top: 15px;
            }

    .footer .foot2 {
        height: 75px;
        border-top: 1px solid #175280;
    }

        .footer .foot2 .t {
            float: left;
            color: #91a2b6;
            line-height: 75px;
        }

            .footer .foot2 .t a {
                font-size: 14px;
                color: #91a2b6;
                display: block;
            }

        .footer .foot2 .t2 {
            margin: 0 110px 0 10px;
        }

        .footer .foot2 .t3 {
            padding-right: 30px;
        }

        .footer .foot2 .nav3 ul {
            width: 130px;
            height: 30px;
            position: relative;
            float: right;
            border: 1px solid #91a2b6;
            margin-top: 25px;
            position: relative;
            background: #004174;
        }

            .footer .foot2 .nav3 ul::after {
                content: "";
                width: 12px;
                height: 7px;
                background: url(../images/jiant2.png)no-repeat center;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 7px;
            }

            .footer .foot2 .nav3 ul:nth-last-child(1) {
                margin-right: 20px;
            }

            .footer .foot2 .nav3 ul li a {
                font-size: 12px;
                color: #91a2b6;
                line-height: 30px;
                padding-left: 7px;
            }

            .footer .foot2 .nav3 ul li ul {
                position: absolute;
                width: 103%;
                bottom: 100%;
                left: -1px;
                height: auto;
                display: none;
            }

                .footer .foot2 .nav3 ul li ul::after {
                    display: none;
                }

                .footer .foot2 .nav3 ul li ul li {
                    border-bottom: 1px solid #91a2b6;
                    white-space: nowrap;
                }

                    .footer .foot2 .nav3 ul li ul li a {
                        display: block;
                        width: 88px;
                        height: 30px;
                    }

            .footer .foot2 .nav3 ul:hover ul {
                display: block;
            }

/*企业资讯*/
.headimg {
    width: 100%;
    height: auto;
    margin-top: 85px;
    position: relative;
}

    .headimg .img {
        position: relative;
    }

        .headimg .img img {
            width: 100%;
        }

        .headimg .img .container-row {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .headimg .text {
        position: absolute;
        top: 155px;
        left: -65px;
        z-index: 1;
    }

        .headimg .text .h {
            font-size: 50px;
            color: #fff;
            text-transform: uppercase
        }

        .headimg .text .p {
            font-size: 30px;
            color: #fff;
        }

.aitem_list {
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    top: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    position: sticky;
    z-index: 3000;
}

    .aitem_list .atime {
        font-size: 20px;
        color: #999;
        margin: 0 45px;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

        .aitem_list .atime::before {
            content: "";
            width: 90px;
            height: 2px;
            background-color: #086dc6;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            display: none;
        }

        .aitem_list .atime.active {
            color: #086dc6;
        }

            .aitem_list .atime.active::before {
                display: block;
            }

        .aitem_list .atime:hover {
            color: #086dc6;
        }

            .aitem_list .atime:hover::before {
                display: block;
            }

.x-nav {
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    top: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    position: sticky;
    z-index: 3000;
}

    .x-nav a {
        font-size: 20px;
        color: #999;
        margin: 0 45px;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

        .x-nav a::before {
            content: "";
            width: 90px;
            height: 2px;
            background-color: #086dc6;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            display: none;
        }

        .x-nav a.active {
            color: #086dc6;
        }

            .x-nav a.active::before {
                display: block;
            }

        .x-nav a:hover {
            color: #086dc6;
        }

            .x-nav a:hover::before {
                display: block;
            }


.info1 .text .t {
    font-size: 18px;
    color: #666;
    line-height: 40px;
    margin-top: 20px;
    text-align: justify;
}

.info1 .ico {
    margin-top: 50px;
    text-align: center;
}

    .info1 .ico .box {
        display: inline-block;
        margin: 0 100px;
    }

        .info1 .ico .box .img {
            display: inline-block;
            vertical-align: top;
        }

        .info1 .ico .box .t {
            display: inline-block;
            padding: 10px 0 0 10px;
        }

            .info1 .ico .box .t .num {
                font-size: 24px;
                color: #086dc6;
            }

            .info1 .ico .box .t .h {
                font-size: 16px;
                color: #333;
            }

.info1 .imgbox {
    margin-top: 70px;
}

    .info1 .imgbox .img {
        width: 33%;
        height: 291px;
        overflow: hidden;
        position: relative;
        display: inline-block;
    }

        .info1 .imgbox .img img {
            width: 100%;
            transition: all 0.3s;
        }

        .info1 .imgbox .img .text {
            position: absolute;
            top: 0;
            left: 0;
            box-shadow: inset 0 -140px 80px -72px #265076;
            width: 100%;
            padding: 53% 0 20px 20px;
            transition: all 0.3s;
            height: 100%;
        }

            .info1 .imgbox .img .text .h {
                font-size: 30px;
                color: #fff;
            }

            .info1 .imgbox .img .text .p {
                font-size: 20px;
                color: #fff;
                margin-top: 10px;
            }

        .info1 .imgbox .img:hover img {
            transform: scale(1.1);
        }

        .info1 .imgbox .img:hover .text {
            box-shadow: inset 0 -190px 80px -72px #265076;
            padding-top: 170px;
        }

        .info1 .imgbox .img:last-child:hover .text {
            padding-top: 90px;
        }

        .info1 .imgbox .img:nth-child(2):hover .text {
            padding-top: 116px;
        }

/*发展历程*/
.info2 .con {
    margin: 0 auto;
    position: relative;
    padding-bottom: 110px;
}

    .info2 .con .bj {
        position: absolute;
        top: 0;
        left: -60px;
    }

    .info2 .con .swiper-container {
        margin: 0 auto;
        position: relative;
        width: 953px;
        padding: 220px 0 130px;
    }

    .info2 .con .swiper-slide .num {
        font-size: 72px;
        color: #fff;
        background: none !important;
    }

    .info2 .con .swiper-slide .text {
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        margin-top: 20px;
        text-align: justify;
    }

    .info2 .con .swiper-but {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #6a94d6 url(../images/jiant4.png)no-repeat center center;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .info2 .con .swiper-button-next {
        left: auto;
        right: 0;
        margin-left: 160px;
    }

    .info2 .con .swiper-button-prev {
        background: #6a93d5 url(../images/jiant3.png)no-repeat center center;
        margin-right: 160px;
    }

.info2 .swiper-container-horizontal > .swiper-scrollbar {
    height: 2px;
    background-color: #8f8f8f;
}

.info2 .swiper-scrollbar-drag {
    background-color: #fff;
    height: 2px;
}


/*管理团队*/
.info3 .con {
    font-size: 0;
}

    .info3 .con .box {
        width: 20%;
        margin-left: 6%;
        display: inline-block;
        cursor: pointer;
    }

        .info3 .con .box:first-child {
            margin-left: 0;
        }

        .info3 .con .box:nth-child(4n + 1) {
            margin-left: 0;
        }

        .info3 .con .box .on {
            width: 310px;
            height: auto;
            position: relative;
            margin-bottom: 45px;
        }

            .info3 .con .box .on:hover .img img {
                transform: scale(1.1);
            }

        .info3 .con .box .img {
            width: 299px;
            height: 315px;
            overflow: hidden;
        }

        .info3 .con .box .on::before {
            content: "";
            width: 298px;
            height: 298px;
            background-color: #004684;
            position: absolute;
            top: 28px;
            right: 0;
            z-index: -1;
        }

        .info3 .con .box .img img {
            width: 100%;
            transition: all 0.3s;
        }

        .info3 .con .box .text {
            text-align: center;
            padding-top: 20px;
        }

            .info3 .con .box .text .h {
                font-size: 24px;
                color: #086dc6;
            }

            .info3 .con .box .text .p {
                font-size: 18px;
                color: #999;
                margin-top: 5px;
            }

.info3 .iov {
    width: 1100px;
    height: 420px;
    top: 50%;
    left: 50%;
    padding: 50px 75px 50px 40px;
    background-color: #fff;
    transform: translate(-50%,-50%);
    position: absolute;
}

    .info3 .iov .img2 {
        width: 299px;
        height: 315px;
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

        .info3 .iov .img2 img {
            width: 100%;
        }

        .info3 .iov .img2::before {
            content: "";
            width: 298px;
            height: 298px;
            background-color: #004684;
            position: absolute;
            top: 28px;
            right: -10px;
            z-index: -1;
        }

    .info3 .iov .text2 {
        width: 680px;
        height: auto;
        display: inline-block;
        padding: 35px 0 0 50px;
        vertical-align: top;
        text-align: justify;
    }

        .info3 .iov .text2 .h {
            font-size: 30px;
            color: #086dc6;
        }

        .info3 .iov .text2 .p {
            font-size: 16px;
            color: #999;
            margin-top: 5px;
            padding-bottom: 23px;
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 10px;
        }

        .info3 .iov .text2 .t {
            font-size: 16px;
            color: #666;
            margin-top: 10px;
        }

    .info3 .iov .colse {
        width: 40px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        background: #e5e5e5 url(../images/icon45.png)no-repeat center center;
    }

.modal-open {
    padding-right: 0 !important;
}

/*全球布局*/
.title .p {
    font-size: 20px;
    color: #999;
    margin-top: 30px;
}

.info4 {
    margin-bottom: 65px;
}

    .info4 .con .tab-demo {
        width: 100%;
    }

    .info4 .con .tab-bar {
        text-align: center;
        margin: auto;
    }

    .info4 .con .tab-term {
        width: 175px;
        height: 45px;
        line-height: 45px;
        background-color: #d4dae2;
        font-size: 18px;
        color: #666;
        text-align: center;
        display: inline-block;
        border-radius: 30px;
        margin: 0 39px;
        cursor: pointer;
    }

        .info4 .con .tab-term.active {
            background-color: #086dc6;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
        }

    .info4 .con .tab-cont {
        width: 1048px;
        text-align: center;
        margin: 55px auto 0;
        position: relative;
        height: 498px;
    }

        .info4 .con .tab-cont .tab-item {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

            .info4 .con .tab-cont .tab-item.active {
                position: static;
                display: block;
            }

    .info4 .location .kuan.active {
        display: block;
    }

    .info4 .location .kuan {
        width: 368px;
        height: 125px;
        position: absolute;
        text-align: left;
        display: none;
        z-index: 100;
        box-shadow: 0 0 5px #eee;
    }

    .info4 .location.location3 .kuan {
        height: auto;
    }

    .info4 .location .kuan .h {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        background: url(../images/bj3.png)no-repeat center;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
    }

    .info4 .location.location3 .kuan .p {
        height: auto;
        background: url(../images/bj4.png)no-repeat center center/cover;
    }

    .info4 .location .kuan .p {
        font-size: 16px;
        color: #666;
        width: 100%;
        height: auto;
        padding: 15px;
        background: url(../images/bj4.png)no-repeat center center/cover;
    }

        .info4 .location .kuan .p .num {
            font-size: 30px;
            text-align: center;
            font-weight: bold;
            color: #0093dd;
        }

        .info4 .location .kuan .p .t {
            font-size: 16px;
            color: #666;
            width: 100%;
            text-align: center;
        }

    .info4 .location .orn {
        width: 14px;
        height: 14px;
        background-color: #eeba04;
        border-radius: 50%;
        position: absolute;
        cursor: pointer;
        transition: all 0.3s;
    }

        .info4 .location .orn::after {
            content: "";
            display: block;
            border-radius: 50%;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 50px;
            height: 50px;
            transform: translate(-50%,-50%);
        }

        .info4 .location .orn.orn1::after {
            animation: ripple 1s ease-out 0s infinite;
            -webkit-animation: ripple 0.5s ease-out 0s infinite;
            display: none;
            transition: all 0.3s;
        }

        .info4 .location .orn.orn2::after {
            animation: ripple 1s ease-out 0.1s infinite;
            display: none;
            transition: all 0.3s;
        }

        .info4 .location .orn.orn3::after {
            animation: ripple 1s ease-out 0.2s infinite;
            display: none;
            transition: all 0.3s;
        }

    .info4 .location2 .orn {
        width: 14px;
        height: 14px;
        background-color: #ff7702;
        transition: all 0.3s;
    }

    .info4 .location .orn:hover {
        width: 18px;
        height: 18px;
    }

    .info4 .location2 .orn::after {
        content: "";
        display: block;
        border-radius: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 35px;
        height: 35px;
        transform: translate(-50%,-50%);
    }

    .info4 .location2 .orn.orn1::after {
        animation: ripple 1s ease-out 0s infinite;
        -webkit-animation: ripple2 0.5s ease-out 0s infinite;
        display: none;
        transition: all 0.3s;
    }

    .info4 .location2 .orn.orn2::after {
        animation: ripple 1s ease-out 0.1s infinite;
        display: none;
        transition: all 0.3s;
    }

    .info4 .location2 .orn.orn3::after {
        animation: ripple 1s ease-out 0.2s infinite;
        display: none;
        transition: all 0.3s;
    }

    .info4 .location3 .orn {
        width: 18px;
        height: 18px;
        background-color: #8cfffb;
        transition: all 0.3s;
    }

        .info4 .location3 .orn:hover {
            width: 22px;
            height: 22px;
        }

        .info4 .location3 .orn::after {
            content: "";
            display: block;
            border-radius: 50%;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 35px;
            height: 35px;
            transform: translate(-50%,-50%);
        }

        .info4 .location3 .orn.orn1::after {
            animation: ripple 1s ease-out 0s infinite;
            -webkit-animation: ripple2 0.5s ease-out 0s infinite;
            display: none;
            transition: all 0.3s;
        }

        .info4 .location3 .orn.orn2::after {
            animation: ripple 1s ease-out 0.1s infinite;
            display: none;
            transition: all 0.3s;
        }

        .info4 .location3 .orn.orn3::after {
            animation: ripple 1s ease-out 0.2s infinite;
            display: none;
            transition: all 0.3s;
        }

@keyframes ripple {
    from {
        background: rgba(238,186,4,0.2);
        width: 15px;
        height: 15px;
        opacity: 0.8;
    }

    to {
        background: rgba(238,186,4,0.2);
        width: 50px;
        height: 50px;
        opacity: 0.8;
    }
}

.info4 .location .orn:hover::after {
    display: block;
}

.info4 .location .orn.orn1:hover::after {
    display: block;
}

.info4 .location .orn.orn2:hover::after {
    display: block;
}

.info4 .location .orn.orn3:hover::after {
    display: block;
}

.info4 .location1 .locat1 .orn {
    bottom: 18px;
    left: 233px;
}

.info4 .location1 .locat2 .orn {
    bottom: 190px;
    left: 231px;
}

.info4 .location1 .locat3 .orn {
    top: 95px;
    left: 477px;
}

.info4 .location1 .locat4 .orn {
    top: 73px;
    left: 520px;
}

.info4 .location1 .locat5 .orn {
    top: 151px;
    right: 223px;
}

.info4 .location1 .locat6 .orn {
    top: 208px;
    left: 95px;
}

.info4 .location1 .locat7 .orn {
    top: 172px;
    right: 208px;
}

.info4 .location1 .locat8 .orn {
    top: 172px;
    right: 245px;
}

.info4 .location1 .locat9 .orn {
    top: 183px;
    right: 231px;
}

.info4 .location1 .locat10 .orn {
    top: 192px;
    right: 208px;
}

.info4 .location1 .locat11 .orn {
    top: 200px;
    right: 212px;
}

.info4 .location1 .locat12 .orn {
    top: 204px;
    right: 244px;
}

.info4 .location1 .locat13 .orn {
    top: 231px;
    right: 254px;
}

.info4 .location1 .locat1 .kuan {
    bottom: -17px;
    left: 247px;
}

.info4 .location1 .locat2 .kuan {
    bottom: 75px;
    left: 246px;
}

.info4 .location1 .locat3 .kuan {
    top: 95px;
    left: 108px;
}

.info4 .location1 .locat4 .kuan {
    top: 24px;
    left: 535px;
}

.info4 .location1 .locat5 .kuan {
    top: 150px;
    right: -175px;
}

.info4 .location1 .locat6 .kuan {
    top: 150px;
    left: 110px;
}

.info4 .location1 .locat7 .kuan {
    top: 6px;
    right: 0;
}

.info4 .location1 .locat8 .kuan {
    top: 7px;
    right: -107px;
}

.info4 .location1 .locat9 .kuan {
    top: 183px;
    right: 277px;
}

.info4 .location1 .locat10 .kuan {
    top: 8px;
    right: 116px;
}

.info4 .location1 .locat11 .kuan {
    top: 200px;
    right: -163px;
}

.info4 .location1 .locat12 .kuan {
    top: 204px;
    right: 269px;
}

.info4 .location1 .locat13 .kuan {
    top: 231px;
    right: 272px;
}

/*创新及研发中心*/
.info4 .location2 .locat1 .orn {
    bottom: 190px;
    left: 226px;
}

.info4 .location2 .locat2 .orn {
    top: 103px;
    left: 453px;
}

.info4 .location2 .locat3 .orn {
    top: 229px;
    right: 340px;
}

.info4 .location2 .locat4 .orn {
    top: 207px;
    right: 233px;
}

.info4 .location2 .locat5 .orn {
    top: 198px;
    right: 212px;
}

.info4 .location2 .locat6 .orn {
    top: 192px;
    right: 208px;
}

.info4 .location2 .locat7 .orn {
    top: 200px;
    right: 198px;
}

.info4 .location2 .locat8 .orn {
    top: 260px;
    right: 252px;
}

.info4 .location2 .locat1 .kuan {
    bottom: 75px;
    left: 238px;
}

.info4 .location2 .locat2 .kuan {
    top: 100px;
    left: 80px;
}

.info4 .location2 .locat3 .kuan {
    top: 223px;
    left: 326px;
}

.info4 .location2 .locat4 .kuan {
    top: 99px;
    left: 432px;
}

.info4 .location2 .locat5 .kuan {
    top: 47px;
    right: 133px;
}

.info4 .location2 .locat6 .kuan {
    top: 42px;
    right: 200px;
}

.info4 .location2 .locat7 .kuan {
    top: 81px;
    right: -179px;
}

.info4 .location2 .locat8 .kuan {
    top: 265px;
    left: 410px;
}

/*行政及售后服务中心*/
.info4 .location3 .locat1 .orn {
    top: 115px;
    left: 132px;
}

.info4 .location3 .locat2 .orn {
    bottom: 182px;
    left: 238px;
}

.info4 .location3 .locat3 .orn {
    top: 95px;
    right: 534px;
}

.info4 .location3 .locat4 .orn {
    top: 188px;
    right: 500px;
}

.info4 .location3 .locat5 .orn {
    top: 201px;
    right: 333px;
}

.info4 .location3 .locat6 .orn {
    top: 167px;
    right: 215px;
}

.info4 .location3 .locat1 .kuan {
    top: 109px;
    left: -243px;
}

.info4 .location3 .locat2 .kuan {
    top: 296px;
    left: -137px;
}

.info4 .location3 .locat3 .kuan {
    top: 0px;
    right: 162px;
}

.info4 .location3 .locat4 .kuan {
    top: 210px;
    left: 315px;
}

.info4 .location3 .locat5 .kuan {
    top: 225px;
    right: 214px;
}

.info4 .location3 .locat6 .kuan {
    top: 195px;
    right: -58px;
}



/*市场地位*/
.info5 {
    padding-bottom: 70px;
}

    .info5 .con {
        margin: 0 auto;
        text-align: center;
    }

        .info5 .con .box {
            display: inline-block;
            position: relative;
            width: 48%;
            height: 450px;
            overflow: hidden;
            padding-top: 40px;
            background-color: #fff;
        }

            .info5 .con .box .img {
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: 1;
            }

                .info5 .con .box .img img {
                    width: 100%;
                }

            .info5 .con .box .text {
                z-index: 2;
                position: relative;
            }

                .info5 .con .box .text .h {
                    font-size: 30px;
                    color: #333;
                }

                .info5 .con .box .text .p {
                    font-size: 22px;
                    color: #666;
                    margin-top: 10px;
                }

            .info5 .con .box .iov {
                width: 100%;
                height: 100%;
                background: rgba(8, 109, 198, 0.78);
                padding: 50px 95px;
                color: #fff;
                text-align: center;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 100;
                transition: all 0.3s;
                opacity: 0;
            }

                .info5 .con .box .iov .h {
                    font-size: 30px;
                    padding-bottom: 5px;
                }

                .info5 .con .box .iov .p {
                    font-size: 22px;
                    line-height: 26px;
                    margin-top: 15px;
                    text-align: left;
                }

            .info5 .con .box:hover .iov {
                opacity: 1;
            }

            .info5 .con .box:hover .text2 {
                height: 320px;
            }

            .info5 .con .box:hover .text {
                display: none;
            }



/*企业荣誉*/
.info6 {
    margin-bottom: 130px;
}

    .info6 ul {
        position: relative;
    }

        .info6 ul::before {
            content: "";
            width: 1px;
            height: 100%;
            background: #dcdcdc;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
        }

        .info6 ul li {
            width: 50%;
            float: right;
            padding: 42px 0 20px 50px;
            position: relative;
            display: none;
        }

            .info6 ul li .num {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background-color: #086dc6;
                text-align: center;
                font-size: 16px;
                color: #fff;
                position: absolute;
                top: 36px;
                left: -25px;
                line-height: 50px;
            }

            .info6 ul li .text .p {
                font-size: 16px;
                color: #999;
                line-height: 36px;
            }

            .info6 ul li .img {
                margin-top: 20px;
            }

            .info6 ul li:nth-child(even) {
                float: left;
                border-left: none;
                margin-left: 0;
                margin-right: 1px;
                text-align: right;
                padding: 42px 50px 20px 0;
            }

                .info6 ul li:nth-child(even) .num {
                    left: auto;
                    right: -25px;
                }

    .info6 .mo {
        margin: 0 auto;
        width: 35px;
        height: 35px;
        background: #086dc6 url(../images/jiant3.png)no-repeat center;
        border-radius: 50%;
        transform: rotate(-90deg);
        cursor: pointer;
    }


/*产品与解决方案*/
.solutions .tab-cont {
    position: relative;
}

    .solutions .tab-cont .tab-item {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .solutions .tab-cont .tab-item.active {
            position: static;
            display: block;
        }

    .solutions .tab-cont .tab-item1 {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .solutions .tab-cont .tab-item1.active {
            position: static;
            display: block;
        }

.solutions .tab1 {
    text-align: center;
}

    .solutions .tab1 .tab-term {
        font-size: 20px;
        color: #999;
        width: 164px;
        line-height: 45px;
        height: 45px;
        display: inline-block;
        margin: 0 10px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
    }

        .solutions .tab1 .tab-term.active {
            background-color: #086dc6;
            color: #fff;
        }

.solutions .tab2 {
    width: 100%;
    height: 210px;
    background-color: #f8f8f8;
    text-align: center;
}

    .solutions .tab2 .tab-term {
        display: inline-block;
        width: 195px;
        height: 210px;
        padding-top: 55px;
        border: none;
        margin: 0;
        cursor: pointer;
    }

        .solutions .tab2 .tab-term.active {
            background-color: #eeeeee;
        }

            .solutions .tab2 .tab-term.active .img {
                text-align: center;
            }

                .solutions .tab2 .tab-term.active .img .mg1 {
                    display: none;
                }

                .solutions .tab2 .tab-term.active .img .mg2 {
                    display: block;
                    margin: auto;
                }

            .solutions .tab2 .tab-term.active .h {
                color: #086dc6;
                font-weight: bold;
            }

        .solutions .tab2 .tab-term .img .mg2 {
            display: none;
        }

        .solutions .tab2 .tab-term .h {
            font-size: 18px;
            color: #666;
            margin-top: 20px;
        }

.solutions .tab2-1.tab-cont {
    padding-top: 100px;
}

    .solutions .tab2-1.tab-cont .tab-item .box {
        width: 30%;
        height: 560px;
        padding: 40px 50px 0;
        background-color: #fff;
        margin-left: 40px;
        display: inline-block;
        margin-bottom: 35px;
        box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.16);
        transition: all 0.3s;
        vertical-align: bottom;
    }

        .solutions .tab2-1.tab-cont .tab-item .box:hover {
            transform: translateY(-20px);
        }

        .solutions .tab2-1.tab-cont .tab-item .box .img {
            width: 310px;
            height: 310px;
            overflow: hidden;
            margin: auto;
        }

            .solutions .tab2-1.tab-cont .tab-item .box .img img {
                width: 100%;
                transition: all 0.3s;
            }

        .solutions .tab2-1.tab-cont .tab-item .box .text {
            min-height: 72px;
        }

            .solutions .tab2-1.tab-cont .tab-item .box .text .h {
                font-size: 18px;
                color: #333;
                font-weight: bold;
                margin-bottom: 5px;
            }

            .solutions .tab2-1.tab-cont .tab-item .box .text .p {
                font-size: 14px;
                color: #666;
                padding-left: 15px;
                margin-top: 5px;
                position: relative;
                text-align: left;
            }

                .solutions .tab2-1.tab-cont .tab-item .box .text .p::before {
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background-color: #dcdcdc;
                    content: "";
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                }

        .solutions .tab2-1.tab-cont .tab-item .box .mo {
            margin-top: 40px;
            text-align: center;
        }

            .solutions .tab2-1.tab-cont .tab-item .box .mo .an {
                width: 120px;
                height: 35px;
                line-height: 35px;
                background-color: #fff;
                border-radius: 30px;
                font-size: 16px;
                color: #333;
                text-align: center;
                display: inline-block;
                transition: all 0.3s;
            }

            .solutions .tab2-1.tab-cont .tab-item .box .mo .an2 {
                background-color: #086dc6;
                color: #fff;
                margin-left: 60px;
                color: #fff;
                transition: all 0.3s;
                cursor: pointer;
            }

        .solutions .tab2-1.tab-cont .tab-item .box .hov {
            float: right;
            margin-top: 5px;
            transition: all 0.3s;
            margin-right: -42px;
            display: none;
            transition: all 0.3s;
        }

            .solutions .tab2-1.tab-cont .tab-item .box .hov .img {
                display: inline-block;
                width: 100px;
                height: 30px;
                margin: 0 5px;
                background-color: #fff;
            }

                .solutions .tab2-1.tab-cont .tab-item .box .hov .img img {
                    width: auto;
                    vertical-align: middle;
                    margin: auto;
                }

        .solutions .tab2-1.tab-cont .tab-item .box .an:nth-child(1) {
            border: 1px solid #fff;
        }

        .solutions .tab2-1.tab-cont .tab-item .box .an:nth-child(1) {
            border: 1px solid #949494;
        }

        .solutions .tab2-1.tab-cont .tab-item .box:nth-child(1) {
            margin-left: 0;
        }

        .solutions .tab2-1.tab-cont .tab-item .box:nth-child(3n + 1) {
            margin-left: 0;
        }

        .solutions .tab2-1.tab-cont .tab-item .box .an2.active {
            background-color: #fff;
            border: 1px solid #086dc6;
            color: #086dc6;
        }

/*分页器*/
.page-mod {
    width: 100%;
    text-align: center;
}

    .page-mod .page-box {
        vertical-align: top;
        display: inline-block;
        margin: 35px 0 110px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }

    .page-mod .page-item {
        float: left;
        margin: 0 4px;
        min-width: 36px;
        font-size: 16px;
        color: #666;
        line-height: 34px;
        background: #fff;
    }

        .page-mod .page-item a {
            display: block;
            padding: 0 5px;
            border: 1px solid #eee;
            transition: all 0.3s;
            position: relative;
            height: 34px;
            text-align: center;
        }

    .page-mod .page-input {
        display: inline-block;
        vertical-align: middle;
        padding-right: 8px;
        width: 36px;
        border: 1px solid #eee
    }

    .page-mod .page-item a:hover {
        background-color: #086dc6;
        color: #fff;
    }

    .page-mod .page-item a.cur {
        background-color: #086dc6;
        color: #fff;
        border-color: #086dc6;
    }

    .page-mod .prev a::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: url(../images/jiant5.png)no-repeat center center;
        width: 7px;
        height: 12px;
    }

    .page-mod .next a::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: url(../images/jiant6.png)no-repeat center center;
        width: 7px;
        height: 12px;
    }

/*产品与解决方案2*/
.solve {
    padding-bottom: 100px;
}

    .solve .box {
        display: inline-block;
        margin-left: 43px;
        margin-bottom: 40px;
    }

        .solve .box:first-child {
            margin-left: 0;
        }

        .solve .box:nth-child(3n + 1) {
            margin-left: 0;
        }

    .solve .box {
        width: 31%;
        height: 275px;
        overflow: hidden;
        position: relative;
        display: inline-block;
    }

        .solve .box a {
            display: block;
        }

        .solve .box .img img {
            width: 100%;
            height: auto;
            transition: all 0.3s;
        }

        .solve .box .text {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            padding: 15px 20px;
            text-align: left;
            box-shadow: inset 0 -140px 80px -72px #333;
            padding-top: 238px;
            transition: all 0.3s;
        }

            .solve .box .text .h {
                font-size: 18px;
                color: #fff;
            }

            .solve .box .text .p {
                font-size: 14px;
                color: #fff;
                position: relative;
                margin-top: 10px;
            }

                .solve .box .text .p::after {
                    content: "";
                    width: 6px;
                    height: 10px;
                    background: url(../images/jiant7.png)no-repeat center center;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 65px;
                }

        .solve .box:hover .img img {
            transform: scale(1.1);
        }

        .solve .box:hover .text {
            box-shadow: inset 0 -190px 80px -72px #265076;
            padding-top: 210px;
        }

            .solve .box:hover .text .h {
                font-weight: bold;
            }

/*产品与解决方案3*/
.solve-fa.solutions .tab2 {
    height: 110px;
}

    .solve-fa.solutions .tab2 .tab-term {
        width: auto;
        height: 110px;
        margin: 0 30px;
        vertical-align: top;
        background: none;
        line-height: 110px;
        padding-top: 0;
    }

        .solve-fa.solutions .tab2 .tab-term .h {
            margin-top: 0;
        }

        .solve-fa.solutions .tab2 .tab-term.active {
            border-bottom: 2px solid #086dc6;
        }

.solve-fa.solutions .tab2-1.tab-cont .tab-item .box {
    width: 31%;
    height: auto;
    padding: 0;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

    .solve-fa.solutions .tab2-1.tab-cont .tab-item .box .img {
        width: 100%;
        height: auto;
    }

    .solve-fa.solutions .tab2-1.tab-cont .tab-item .box .text .h {
        margin-top: 15px;
    }

    .solve-fa.solutions .tab2-1.tab-cont .tab-item .box .img img {
        transition: all 0.3s;
    }

    .solve-fa.solutions .tab2-1.tab-cont .tab-item .box:hover .img img {
        transform: scale(1.1);
    }


/*智能制造1*/
.smart .con .textbox .p {
    font-size: 18px;
    color: #666;
    line-height: 34px;
    margin-top: 20px;
}

.smart .tab-bar {
    text-align: center;
    margin-top: 90px;
}

    .smart .tab-bar .tab-term {
        width: 250px;
        height: 155px;
        border: 1px solid #e5e5e5;
        display: inline-block;
        padding-top: 20px;
        margin: 0 37px;
        transition: all 0.3s;
        cursor: pointer;
    }

        .smart .tab-bar .tab-term.active {
            background-color: #e9f2fa;
            border-color: #e9f2fa;
        }

        .smart .tab-bar .tab-term:hover {
            background-color: #e9f2fa;
            border-color: #e9f2fa;
        }

        .smart .tab-bar .tab-term .h {
            font-size: 20px;
            color: #333;
            margin-top: 20px;
        }

.smart .tab-cont .tab-item1 .bann {
    padding-top: 190px;
    height: 735px;
    margin-top: 85px;
    margin-bottom: 30px;
    background-size: 100% 100%;
}

.smart .tab-cont .tab-item1 .text {
    width: 635px;
    margin-bottom: 120px;
    margin-right: 90px;
    display: inline-block;
}

    .smart .tab-cont .tab-item1 .text .h {
        font-size: 36px;
        color: #fff;
        margin-bottom: 10px;
    }

    .smart .tab-cont .tab-item1 .text .p {
        font-size: 18px;
        color: #fff;
        line-height: 34px;
        margin-top: 20px;
    }

.smart .tab-cont .tab-item1 .img {
    float: right;
    width: 47%;
}

    .smart .tab-cont .tab-item1 .img img {
        max-width: 100%;
    }

.smart .tab-cont .tab-item1 .box {
    padding: 90px 0 100px;
    border-bottom: 1px solid #eee;
}

    .smart .tab-cont .tab-item1 .box .img {
        float: left;
        padding-left: 100px;
        text-align: center;
    }

    .smart .tab-cont .tab-item1 .box .minute {
        float: right;
        text-align: left;
        margin: 0 88px;
        width: 475px;
    }

        .smart .tab-cont .tab-item1 .box .minute .h {
            font-size: 30px;
            color: #086dc6;
            margin-bottom: 30px;
            padding-left: 20px;
        }

        .smart .tab-cont .tab-item1 .box .minute .p {
            font-size: 16px;
            color: #666;
            line-height: 40px;
            background-color: #eee;
            padding-left: 30px;
        }

            .smart .tab-cont .tab-item1 .box .minute .p:nth-child(odd) {
                background: none;
                margin: 7px 0;
            }

    .smart .tab-cont .tab-item1 .box:nth-child(even) .img {
        float: right;
        margin-right: 75px;
        padding-left: 0;
    }

    .smart .tab-cont .tab-item1 .box:nth-child(even) .minute {
        float: left;
    }

.smart .tab-cont {
    position: relative;
}

    .smart .tab-cont .tab-item1 {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .smart .tab-cont .tab-item1.active {
            position: static;
            display: block;
        }

/*智能制造*/
.smart .tab-item1.gc .text {
    text-align: center;
    width: 100%;
    padding: 0 100px;
    margin-bottom: 60px;
}

    .smart .tab-item1.gc .text .h {
        color: #333;
    }

    .smart .tab-item1.gc .text .p {
        color: #666;
    }

.smart .tab-item1.gc .bann {
    height: auto;
    padding-top: 70px;
}

.smart .tab-item1.gc .swiper-container {
    overflow: visible;
}

.smart .tab-item1.gc .swiper-slide {
    opacity: 0;
    transition: all 0.3s;
}

    .smart .tab-item1.gc .swiper-slide.swiper-slide-active {
        opacity: 1;
    }

.smart .tab-item1.gc .video {
    width: 85%;
    height: 730px;
    margin: 0 auto;
}

    .smart .tab-item1.gc .video video {
        width: 100%;
        height: 655px;
        background-color: #000;
        display: block !important;
    }






.smart .tab-item1.gc .swiper-button-prev, .smart .tab-item1.gc .swiper-button-next {
    width: 50px;
    height: 85px;
    background: #086dc6;
}

    .smart .tab-item1.gc .swiper-button-prev::before, .smart .tab-item1.gc .swiper-button-next::before {
        content: "";
        width: 19px;
        height: 29px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.smart .tab-item1.gc .swiper-button-prev {
    left: 20px !important;
}

.smart .tab-item1.gc .swiper-button-next {
    right: 20px !important;
}

.smart .tab-item1.gc .swiper-button-prev::before {
    background: url(../images/jiant8.png)no-repeat center center;
}

.smart .tab-item1.gc .swiper-button-next::before {
    background: url(../images/jiant9.png)no-repeat center center;
}

.smart .tab-item1.gc .swiper-button-next.swiper-button-disabled, .smart .tab-item1.gc .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #7d7d7d;
}

.smart .tab-item1.gc {
    margin-top: 120px;
    margin-bottom: 120px;
}

    .smart .tab-item1.gc .box {
        margin-top: 50px;
        border: none;
        padding: 0;
    }

        .smart .tab-item1.gc .box .textbox {
            float: left;
            padding-top: 105px;
            width: 48%;
            padding-right: 60px;
        }

            .smart .tab-item1.gc .box .textbox .h {
                font-size: 36px;
                color: #333;
            }

            .smart .tab-item1.gc .box .textbox .f {
                font-size: 18px;
                color: #666;
                line-height: 36px;
                margin-top: 30px;
            }

        .smart .tab-item1.gc .box .img {
            width: 51%;
            float: right;
            padding-left: 0;
        }

            .smart .tab-item1.gc .box .img img {
                width: 100%;
            }

        .smart .tab-item1.gc .box:nth-child(even) .textbox {
            float: right;
            padding-left: 60px;
            padding-right: 65px;
        }

        .smart .tab-item1.gc .box:nth-child(even) .img {
            float: left;
            margin-right: 0;
        }

.smart .tab-item1 .lb .tit {
    text-align: center;
    font-size: 36px;
    color: #086dc6;
    padding-bottom: 55px;
}

.smart .tab-item1 .lb .swiper-slide {
    padding-bottom: 90px;
}

.smart .tab-item1 .lb .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.smart .tab-item1 .lb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #dcdcdc;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
    transition: all 0.3s;
}

.smart .tab-item1 .lb .swiper-pagination-bullet-active {
    background: #1373c8;
}

.smart .tab-cont .tab-item1 .box:nth-child(even) .minute {
    float: right;
}

.smart .tab-cont .tab-item1 .box:nth-child(even) .img {
    float: left;
    margin-left: 0;
}

.smart .tab-cont .tab-item1.ds .box:nth-child(even) .minute {
    float: left;
}

.smart .tab-cont .tab-item1.ds .box:nth-child(even) .img {
    float: right;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
}

/*传媒中心-公司新闻*/
.madio .tab-bar {
    height: 75px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}

    .madio .tab-bar .tab-term {
        border: none;
        background: none;
        border-bottom: 2px solid transparent;
        line-height: 75px;
        width: auto;
        height: 75px;
        display: inline-block;
        margin: 0 40px;
        font-size: 20px;
        color: #999;
        cursor: pointer;
    }

        .madio .tab-bar .tab-term.active {
            background: none;
            border-color: #086dc6;
            color: #086dc6;
            font-weight: bold;
        }

.madio .tab-cont .tab-item .box {
    width: 30%;
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
    overflow: hidden;
}

    .madio .tab-cont .tab-item .box:first-child {
        margin-left: 0;
    }

    .madio .tab-cont .tab-item .box .imgbox {
        width: 100%;
        height: auto;
    }

        .madio .tab-cont .tab-item .box .imgbox img {
            width: 100%;
            transition: all 0.3s;
        }

    .madio .tab-cont .tab-item .box .textbox {
        padding-top: 25px;
    }

        .madio .tab-cont .tab-item .box .textbox .num {
            font-size: 14px;
            color: #086dc6;
        }

        .madio .tab-cont .tab-item .box .textbox .h {
            font-size: 20px;
            color: #333;
            line-height: 30px;
            margin-top: 10px;
            font-weight: bold;
            transition: all 0.3s;
        }

        .madio .tab-cont .tab-item .box .textbox .p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            margin-top: 15px;
        }

    .madio .tab-cont .tab-item .box:hover .imgbox img {
        transform: scale(1.1);
    }

    .madio .tab-cont .tab-item .box:hover .textbox .h {
        color: #086dc6;
    }

.madio .news {
    background-color: #fafafa;
    padding-top: 40px;
    margin-top: 90px;
}

    .madio .news .t {
        height: 75px;
        border-bottom: 1px solid #ededed;
    }

        .madio .news .t:hover .h {
            color: #086dc6;
        }
        /*.madio .news .t:nth-child(8){border: none;}*/
        .madio .news .t a {
            display: block;
        }

        .madio .news .t .h {
            float: left;
            font-size: 20px;
            color: #333;
            line-height: 75px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: all 0.3s;
            width: 80%;
        }

        .madio .news .t .num {
            font-size: 14px;
            color: #999;
            line-height: 75px;
            float: right;
        }

.madio .tab-cont .tab-item .dm {
    margin-bottom: 80px;
}

    .madio .tab-cont .tab-item .dm .container-row {
        box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.1);
    }

    .madio .tab-cont .tab-item .dm .img {
        float: left;
        width: 34%;
        height: auto;
    }

        .madio .tab-cont .tab-item .dm .img img {
            width: 100%;
        }

    .madio .tab-cont .tab-item .dm .scroll-tab {
        width: 66%;
        height: 580px;
        padding-left: 100px;
        float: right;
        overflow: hidden;
    }

        .madio .tab-cont .tab-item .dm .scroll-tab .scroll-item {
            margin-top: 40px;
        }

        .madio .tab-cont .tab-item .dm .scroll-tab .num {
            font-size: 30px;
            color: #086dc6;
            padding-bottom: 10px;
        }

        .madio .tab-cont .tab-item .dm .scroll-tab .t a {
            display: inline-block;
            font-size: 18px;
            color: #666;
            margin-left: 50px;
        }

            .madio .tab-cont .tab-item .dm .scroll-tab .t a:first-child {
                margin-left: 0;
            }

.madio .page-mod .page-box {
    margin: 35px 0 70px;
}

.madio .zl-scrollBarBox {
    width: 8px !important;
    background: none !important;
}

.madio .zl-scrollBar.zl-verticalBar {
    width: 8px !important;
    background: #eee !important;
    border-radius: 50%;
}


/*传媒中心-产品新闻*/
.madio .box2 {
    font-size: 0;
    padding: 65px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .madio .box2 .img {
        width: 445px;
        height: 260px;
        overflow: hidden;
        display: inline-block;
    }

        .madio .box2 .img img {
            width: 100%;
            transition: all 0.3s;
        }

    .madio .box2 .textbox {
        width: calc(100% - 445px);
        padding: 65px 0 0 55px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .madio .box2 .textbox .text {
            width: 80%;
            float: left;
        }

        .madio .box2 .textbox .h {
            font-size: 20px;
            color: #333;
            transition: all 0.3s;
        }

        .madio .box2 .textbox .p {
            font-size: 16px;
            color: #666;
            line-height: 30px;
            margin-top: 20px;
        }

        .madio .box2 .textbox .data {
            text-align: center;
            width: 80px;
            float: right;
            color: #999;
            margin-top: 15px;
        }

            .madio .box2 .textbox .data .num1 {
                font-size: 30px;
            }

            .madio .box2 .textbox .data .num2 {
                font-size: 18px;
            }

    .madio .box2:hover .img img {
        transform: scale(1.1);
    }

    .madio .box2:hover .h {
        color: #0093dd;
    }

/*传媒中心-详情页*/
.madio2 .con {
    margin-top: -165px;
    background: #fff;
    box-shadow: 0px 20px 103px 0px rgba(0, 0, 0, 0.08);
    padding: 64px 45px 94px 45px;
}

    .madio2 .con .tit {
        position: relative;
        padding-bottom: 30px;
        border-bottom: 2px solid #e5e5e5;
    }

        .madio2 .con .tit .data {
            font-size: 14px;
            color: #086dc6;
        }

        .madio2 .con .tit .h {
            font-size: 28px;
            color: #333;
            margin-top: 5px;
        }

        .madio2 .con .tit .nav {
            font-size: 14px;
            color: #999;
            position: absolute;
            right: 0;
            top: -40px;
            cursor: pointer;
        }

            .madio2 .con .tit .nav a {
                display: inline-block;
                font-size: 14px;
                color: #999;
            }

    .madio2 .con .t {
        font-size: 16px;
        color: #666;
        line-height: 32px;
        margin-top: 30px;
    }

    .madio2 .con .img {
        text-align: center;
        margin-top: 70px;
        max-width: 100%;
    }

        .madio2 .con .img img {
            max-width: 100%;
        }

.mo2 {
    width: 160px;
    line-height: 45px;
    border: 1px solid #086dc6;
    position: relative;
    padding-left: 50px;
    margin: 48px auto 0;
}

    .mo2::before {
        content: "";
        width: 16px;
        height: 16px;
        background: url(../images/icon36.png)no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 25px;
    }

    .mo2 a {
        display: block;
        font-size: 16px;
        color: #086dc6;
    }

.madio2 .con2 {
    padding-bottom: 70px;
    border-bottom: 2px solid #e5e5e5;
}


/*认识冠捷*/
.know .con1 {
    background: url(../images/bj9.jpg)no-repeat center center/contain;
    height: 370px;
}

.know .con1 {
    padding-top: 65px;
}

    .know .con1 .num {
        display: inline-block;
        width: 24%;
        padding-top: 20px;
        ;
        margin: 0 43px;
        text-align: center;
        position: relative;
    }

        .know .con1 .num .h {
            font-size: 24px;
        }

        .know .con1 .num span {
            font-size: 60px;
            color: #086dc6;
            background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(79, 233, 248, 1)), to(rgba(8, 109, 198, 1)));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            .know .con1 .num span.numcou {
                font-size: 90px;
            }

.know .bj-sw {
    position: relative;
}

    .know .bj-sw .title {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 10;
        transform: translateX(-50%) !important;
    }

        .know .bj-sw .title h5 {
            color: #fff !important;
        }

            .know .bj-sw .title h5::before {
                background: #fff !important;
            }

    .know .bj-sw .img {
        width: 100%;
        height: auto;
    }

        .know .bj-sw .img img {
            width: 100%;
        }

    .know .bj-sw .swiper-pagination {
        position: absolute;
        bottom: 30px;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .know .bj-sw .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: transparent;
        border-radius: 50%;
        margin: 0 7px;
        opacity: 1;
        transition: all 0.3s;
        border: 1px solid #fff;
    }

    .know .bj-sw .swiper-pagination-bullet-active {
        background: #fff;
    }

.know .con2 {
    padding-bottom: 65px;
}

    .know .con2 .box {
        overflow: hidden;
    }

        .know .con2 .box .a {
            display: block;
        }

        .know .con2 .box .img {
            max-width: 100%;
            overflow: hidden;
            position: relative;
            height: 428px;
        }

            .know .con2 .box .img img {
                width: 100%;
                transition: all 0.3s;
            }

        .know .con2 .box .text {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 15px;
            background: rgba(0, 0, 0, 0.46);
            color: #fff;
            transition: all 0.5s;
        }

            .know .con2 .box .text .h {
                font-size: 24px;
            }

            .know .con2 .box .text .p {
                font-size: 16px;
                margin-top: 5px;
            }

        .know .con2 .box .iov {
            position: absolute;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.72);
            padding: 40px 2px 20px 15px;
            transition: all 0.5s;
            width: 100%;
            height: 100%;
            text-align: justify;
            opacity: 0;
        }

            .know .con2 .box .iov .text2 {
                margin-top: 24px;
                color: #fff;
            }

            .know .con2 .box .iov .scroll-tab {
                height: 320px;
                overflow: hidden;
            }

            .know .con2 .box .iov .zl-scrollBarBox {
                background-color: #000;
            }

            .know .con2 .box .iov .zl-scrollBar {
                background-color: #fff;
            }


            .know .con2 .box .iov .text2 .p {
                font-size: 16px;
                line-height: 26px;
                padding: 0 15px;
            }

        .know .con2 .box:hover .iov {
            opacity: 1;
        }

        .know .con2 .box:hover .text {
            display: none;
        }

.know .swiper-but {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 15px #eee;
}

.know .swiper-button-prev {
    background: #fff url(../images/jiant14.png)no-repeat center center;
    left: -95px;
}

.know .swiper-button-next {
    background: #fff url(../images/jiant15.png)no-repeat center center;
    right: -95px;
}

.know .con3 {
    background: url(../images/bj12.jpg)no-repeat center center;
}

    .know .con3 .swiper-container {
        padding: 110px 0 180px;
    }

    .know .con3 .swiper-slide .img img {
        width: 100%;
    }

    .know .con3 .swiper-slide.swiper-slide-active {
        transform: translate3d(0px, 0px, -0.396432px) rotateX(0deg) rotateY(0deg) scale(2) !important;
    }

    .know .con3 .swiper-slide.swiper-slide-prev {
        transform: translate3d(0px, 0px, -206.404px) rotateX(0deg) rotateY(0deg) scale(1.6) !important;
        position: relative;
        transition: all 0.2s;
    }

    .know .con3 .swiper-slide.swiper-slide-next {
        transform: translate3d(0px, 0px, -206.404px) rotateX(0deg) rotateY(0deg) scale(1.6) !important;
        position: relative;
        transition: all 0.2s;
    }

    .know .con3 .swiper-slide.swiper-slide-prev::after {
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
    }

    .know .con3 .swiper-slide.swiper-slide-next::after {
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
    }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.know .con3 .swiper-slide .h {
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    color: #fff;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    display: none;
    transition: all .03s;
}

.know .con3 .swiper-slide.swiper-slide-active .h {
    display: block;
}

/*投资者互动*/
.investor .con1 {
    position: relative;
    background-color: #fafafa;
    font-size: 0;
    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.04);
}

    .investor .con1 .img {
        width: 50%;
        height: auto;
        float: left;
    }

        .investor .con1 .img img {
            width: 100%;
        }

    .investor .con1 .textbox {
        width: 50%;
        float: right;
        padding: 50px 0 0 55px;
    }

        .investor .con1 .textbox .tit {
            font-size: 30px;
            color: #3333;
            position: relative;
            padding-bottom: 10px;
        }

            .investor .con1 .textbox .tit::before {
                content: "";
                width: 42px;
                height: 3px;
                background-color: #086dc6;
                position: absolute;
                bottom: 0;
                left: 3px;
            }

        .investor .con1 .textbox .numcon .box {
            margin-top: 30px;
        }

            .investor .con1 .textbox .numcon .box .ico {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                border-radius: 50%;
                background-color: #a9b7d2;
                position: relative;
                float: left;
            }

                .investor .con1 .textbox .numcon .box .ico img {
                    width: 25px;
                    height: 21px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    float: left;
                }

            .investor .con1 .textbox .numcon .box .text {
                padding-left: 60px;
            }

                .investor .con1 .textbox .numcon .box .text .h {
                    font-size: 18px;
                    color: #086dc6;
                }

                .investor .con1 .textbox .numcon .box .text .num {
                    font-size: 14px;
                    color: #999;
                    margin-top: 5px;
                }

.investor .con2 {
    margin-top: 50px;
    margin-bottom: 115px;
}

    .investor .con2 .box {
        border-bottom: 1px solid #e5e5e5;
    }

        .investor .con2 .box .box1 {
            width: 100%;
            background-color: #fff;
            padding: 0 10px;
            transition: all 1s;
            cursor: pointer;
        }

            .investor .con2 .box .box1 .img {
                width: 28px;
                height: 28px;
                background-color: #086dc6;
                float: left;
                position: relative;
                margin-top: 29px;
            }

                .investor .con2 .box .box1 .img img {
                    width: 14px;
                    height: 14px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

            .investor .con2 .box .box1 .iov {
                display: none;
            }

            .investor .con2 .box .box1 .h {
                font-size: 16px;
                color: #333;
                line-height: 80px;
                padding-left: 15px;
                float: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 80%;
            }

            .investor .con2 .box .box1 .ico {
                width: 27px;
                height: 23px;
                background-color: #fff;
                float: right;
                position: relative;
                margin-top: 29px;
            }

                .investor .con2 .box .box1 .ico img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

        .investor .con2 .box .box2 {
            padding: 30px 30px 20px;
            border: 1px solid #086dc6;
            border-top: none;
            position: relative;
            display: none;
        }

            .investor .con2 .box .box2 .img {
                width: 28px;
                height: 28px;
                background-color: #ffc21c;
                position: absolute;
                top: 30px;
                left: 30px;
            }

                .investor .con2 .box .box2 .img img {
                    width: 13px;
                    height: 13px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

            .investor .con2 .box .box2 .t {
                font-size: 16px;
                color: #666;
                line-height: 30px;
                padding-left: 45px;
            }

        .investor .con2 .box .box1.cur {
            background-color: #086dc6;
        }

            .investor .con2 .box .box1.cur .ims {
                display: none;
            }

            .investor .con2 .box .box1.cur .iov {
                display: block;
            }

            .investor .con2 .box .box1.cur .h {
                color: #fff;
                font-weight: bold;
            }

/*投资者保护*/
.inve-bh.madio .news {
    background-color: #fff;
    margin-top: 10px;
    padding-top: 0;
}

    .inve-bh.madio .news .t .h {
        font-size: 18px;
        color: #666;
    }

    .inve-bh.madio .news .t:hover .h {
        color: #0093dd;
    }

    .inve-bh.madio .news .t .num {
        font-size: 16px;
    }

/*公司治理*/
.govern .con1 {
    font-size: 0;
    padding-bottom: 80px;
}

    .govern .con1 .img {
        width: 50%;
        float: left;
        overflow: hidden;
    }

        .govern .con1 .img img {
            width: 100%;
        }

    .govern .con1 .text {
        width: 50%;
        float: right;
        padding-left: 35px;
    }

        .govern .con1 .text .p {
            font-size: 16px;
            line-height: 28px;
            color: #666;
            margin-top: 20px;
        }

            .govern .con1 .text .p:first-child {
                margin-top: 0;
            }

        .govern .con1 .text .h {
            font-size: 18px;
            color: #333;
            width: 100%;
            text-align: right;
            margin-top: 30px;
        }

        .govern .con1 .text .qian {
            margin-top: 10px;
            width: 141px;
            height: 77px;
            float: right;
        }

.govern .con2 {
    background: #f5f5f5;
    padding-bottom: 55px;
}

    .govern .con2 .img {
        width: 100%;
        padding: 0 65px;
    }

        .govern .con2 .img img {
            width: 100%;
        }

.govern .con3 .box {
    margin-top: 45px;
}

    .govern .con3 .box:first-child {
        margin-top: 0;
    }

    .govern .con3 .box a {
        display: block;
        width: 100%;
    }

    .govern .con3 .box .img {
        width: 26px;
        height: 28px;
        overflow: hidden;
        float: left;
    }

        .govern .con3 .box .img img {
            width: 100%;
        }

    .govern .con3 .box .h {
        font-size: 18px;
        color: #666;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        padding-left: 40px;
        transition: all 0.3s;
    }

    .govern .con3 .box .data {
        float: right;
        font-size: 16px;
        color: #999;
    }

    .govern .con3 .box:hover .h {
        color: #0093dd;
    }

/*加入冠捷-1*/
.join .con {
    margin-top: 20px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .join .con .location {
        width: 1052px; /*height: 503px;*/
        position: relative;
        margin: 0 auto;
    }

    .join .con .bj {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        .join .con .bj img {
            width: 100%;
        }

    .join .con .location .kuan {
        width: 368px;
        height: auto;
        box-shadow: 2px 2px 5px #eee;
    }

        .join .con .location .kuan.active {
            display: block;
        }

        .join .con .location .kuan .h {
            width: 100%;
            line-height: 50px;
            background: url(../images/bj3.png)no-repeat center/cover;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            padding-left: 15px;
        }

        .join .con .location .kuan .bot {
            width: 100%;
            background: url(../images/bj6.png)no-repeat;
            padding-left: 15px;
            padding-bottom: 25px;
            background-size: 100% 100%;
        }

            .join .con .location .kuan .bot .p {
                font-size: 18px;
                color: #666;
                line-height: 60px;
                border-bottom: 1px solid #e5e7e9;
            }

                .join .con .location .kuan .bot .p:last-child(2) {
                    border: none;
                }

            .join .con .location .kuan .bot a {
                display: block;
                width: 106px;
                line-height: 33px;
                text-align: center;
                background-image: linear-gradient(to right, #2eb4f8, #0f77c4);
                font-size: 14px;
                color: #fff;
                margin-top: 20px;
            }

.join .location .orn {
    width: 8px;
    height: 8px;
    background-color: #eeba04;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}

    .join .location .orn.active {
        background-color: #ee4004;
    }

    .join .location .orn::after {
        content: "";
        display: block;
        border-radius: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        transform: translate(-50%,-50%);
        z-index: -1;
    }

    .join .location .orn.orn1:after {
        animation: ripple 4.5s ease-out 0s infinite;
        -webkit-animation: ripple 4.5s ease-out 0s infinite;
    }

    .join .location .orn.orn2:after {
        animation: ripple 4.5s ease-out 1.675s infinite;
    }

    .join .location .orn.orn3:after {
        animation: ripple 4.5s ease-out 2.675s infinite;
    }

@keyframes ripple {
    from {
        background: rgba(238,186,4,0.2);
        width: 15px;
        height: 15px;
        opacity: 0.6;
    }

    to {
        background: rgba(238,186,4,0.2);
        width: 30px;
        height: 30px;
        opacity: 0.6;
    }
}


/* -------------加入冠捷TPV修改------------- */
.join .con .location .tab-mod .tab-bar {
    position: relative;
    height: 503px;
}

.join .con .tab-term.active .orn {
    background-color: #ee4004;
}

.join .location .popLayer .kuan {
    margin-top: 5px;
}

.join .location .locat4 .popLayer .kuan, .join .location .locat13 .popLayer .kuan,
.join .location .locat15 .popLayer .kuan, .join .location .locat16 .popLayer .kuan {
    margin-left: 10px;
}

.join .location .locat1 .orn {
    top: 145px;
    left: 155px;
}

.join .location .locat2 .orn {
    top: 208px;
    left: 92px;
}

.join .location .locat3 .orn {
    top: 303px;
    left: 225px;
}

.join .location .locat4 .orn {
    top: 477px;
    left: 235px;
}

.join .location .locat5 .orn {
    top: 89px;
    left: 466px;
}

.join .location .locat6 .orn {
    top: 85px;
    left: 514px;
}

.join .location .locat7 .orn {
    top: 60px;
    right: 495px;
}

.join .location .locat8 .orn {
    top: 230px;
    right: 344px;
}

.join .location .locat9 .orn {
    top: 178px;
    right: 244px;
}

.join .location .locat10 .orn {
    top: 159px;
    right: 255px;
}

.join .location .locat11 .orn {
    top: 145px;
    right: 240px;
}

.join .location .locat12 .orn {
    top: 155px;
    right: 214px;
}

.join .location .locat13 .orn {
    top: 178px;
    right: 199px;
}

.join .location .locat14 .orn {
    top: 186px;
    right: 208px;
}

.join .location .locat15 .orn {
    top: 198px;
    right: 197px;
}

.join .location .locat16 .orn {
    top: 199px;
    right: 215px;
}

.join .location .locat17 .orn {
    top: 205px;
    right: 226px;
}

.join .location .locat18 .orn {
    top: 208px;
    right: 244px;
}

.join .location .locat19 .orn {
    top: 230px;
    right: 264px;
}

.join .location .locat20 .orn {
    top: 285px;
    right: 258px;
}

.join .location .locat1 .popLayer {
    top: 152px;
    left: -12px;
}

.join .location .locat2 .popLayer {
    top: 216px;
    left: -66px;
}

.join .location .locat3 .popLayer {
    bottom: -30px;
    left: -148px;
}

.join .location .locat4 .popLayer {
    bottom: -91px;
    left: 237px
}

.join .location .locat5 .popLayer {
    top: 96px;
    left: 302px;
}

.join .location .locat6 .popLayer {
    top: 92px;
    left: 310px;
}

.join .location .locat7 .popLayer {
    top: 65px;
    right: 290px;
}

.join .location .locat8 .popLayer {
    top: 237px;
    right: 130px;
}

.join .location .locat9 .popLayer {
    top: 185px;
    right: 0px;
}

.join .location .locat10 .popLayer {
    top: 166px;
    right: 0;
}

.join .location .locat11 .popLayer {
    top: 152px;
    right: 0;
}

.join .location .locat12 .popLayer {
    top: 162px;
    right: -8px;
}

.join .location .locat13 .popLayer {
    top: 96px;
    right: -200px;
}

.join .location .locat14 .popLayer {
    top: 193px;
    right: 0;
}

.join .location .locat15 .popLayer {
    top: 145px;
    right: -200px;
}

.join .location .locat16 .popLayer {
    top: 134px;
    right: -184px;
}

.join .location .locat17 .popLayer {
    top: 213px;
    right: 0;
}

.join .location .locat18 .popLayer {
    top: 215px;
    right: 0;
}

.join .location .locat19 .popLayer {
    top: 237px;
    right: 0;
}

.join .location .locat20 .popLayer {
    top: 292px;
    right: 0;
}

.join .con .tab-term.active .popLayer {
    display: block;
}

.join .con .tab-term .popLayer {
    display: none;
    position: absolute;
    width: 400px;
    z-index: 2;
}

.join .con .location .kuan .bot {
    padding: 0 10px 20px
}

    .join .con .location .kuan .bot .p {
        line-height: 1.5 !important;
        padding: 10px 0
    }

/*加入冠捷-2 新tab页*/
.join .con .box {
    margin-top: 80px;
    box-shadow: 100px 0px 100px 20px rgba(0, 0, 0, 0.08);
}

    .join .con .box .img {
        width: 100%;
        height: auto;
    }

        .join .con .box .img img {
            width: 100%;
        }

    .join .con .box .textbox {
        margin: 0 auto;
        padding: 43px 65px 50px 50px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

        .join .con .box .textbox .h {
            font-size: 30px;
            color: #086dc6;
            position: relative;
            padding-bottom: 10px;
        }

            .join .con .box .textbox .h::before {
                position: absolute;
                top: 0;
                left: -50px;
                width: 7px;
                height: 38px;
                background-color: #b0d0ed;
                content: "";
            }

        .join .con .box .textbox .mo {
            width: 107px;
            line-height: 33px;
            text-align: center;
            font-size: 14px;
            background-image: linear-gradient(to right, #2eb4f8, #0f77c4);
            position: absolute;
            top: 43px;
            right: 65px;
        }

            .join .con .box .textbox .mo a {
                display: block;
                color: #fff;
            }

        .join .con .box .textbox .p {
            width: 100%;
            text-align: justify;
            font-size: 18px;
            color: #666;
            line-height: 36px;
            margin-top: 10px;
        }

        .join .con .box .textbox .numcon {
            margin-top: 55px;
        }

            .join .con .box .textbox .numcon .box1 {
                display: inline-block;
                margin-left: 80px;
            }

                .join .con .box .textbox .numcon .box1:first-child {
                    margin-left: 0;
                }

                .join .con .box .textbox .numcon .box1 .ico {
                    width: 51px;
                    height: 51px;
                    background-color: #086dc6;
                    border-radius: 50%;
                    position: relative;
                    display: inline-block;
                }

                    .join .con .box .textbox .numcon .box1 .ico img {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                    }

                .join .con .box .textbox .numcon .box1 .text {
                    display: inline-block;
                    vertical-align: top;
                }

                    .join .con .box .textbox .numcon .box1 .text .p {
                        color: #086dc6;
                        font-size: 16px;
                        padding-left: 18px;
                        line-height: 24px;
                        margin-top: 0;
                    }

.join .con .tab-cont {
    position: relative;
}
/* .join .con .tab-cont .tab-item{position: absolute;top: 0;left: 0;display: none;}
.join .con .tab-cont .tab-item.active{position: static;display: blocks;} */
.join .con .location .tab-mod .tab-bar {
    height: 503px;
}

/*定期报告-1*/
.report .tab-bar {
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

    .report .tab-bar .tab-term {
        width: auto;
        line-height: 43px;
        font-size: 18px;
        color: #086dc6;
        text-align: center;
        margin: 0 11px;
        border: 1px solid #086dc6;
        display: inline-block;
        padding: 0 25px;
        background-color: #fff;
        transition: all 0.3s;
        box-shadow: 0px 3px 3px 0px rgba(8, 109, 198, 0.2);
        cursor: pointer;
    }

        .report .tab-bar .tab-term.active {
            background-color: #086dc6;
            color: #fff;
        }

.report .tab-cont {
    position: relative;
    margin-top: 100px;
}

    .report .tab-cont .tab-item {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .report .tab-cont .tab-item .bj {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 100%;
        }

            .report .tab-cont .tab-item .bj img {
                width: 100%;
            }

        .report .tab-cont .tab-item.active {
            position: static;
            display: block;
        }

        .report .tab-cont .tab-item .tit {
            font-size: 30px;
            color: #333;
            font-weight: bold;
            padding-bottom: 10px;
            margin: 0 35px 0 70px;
        }

        .report .tab-cont .tab-item .box { /*width: 100%;*/
            height: 80px;
            padding: 15px 0 10px 25px;
            background: #fff;
            position: relative;
            box-shadow: 0px 20px 103px 0px rgba(0, 0, 0, 0.08);
            margin: 20px 55px 0 55px;
        }

            .report .tab-cont .tab-item .box::before {
                content: "";
                width: 21px;
                height: 21px;
                background: url(../images/icon34.png)no-repeat;
                position: absolute;
                top: 50%;
                right: 28px;
                transform: translateY(-50%);
                transition: all 0.3s;
            }

            .report .tab-cont .tab-item .box .data {
                font-size: 16px;
                color: #999;
            }

            .report .tab-cont .tab-item .box .h {
                padding-left: 25px;
                position: relative;
                font-size: 18px;
                color: #666;
                margin-top: 10px;
                padding-right: 60px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                transition: all 0.3s;
                font-weight: bold;
            }

                .report .tab-cont .tab-item .box .h::before {
                    content: "";
                    width: 20px;
                    height: 20px;
                    background: url(../images/icon33.png)no-repeat;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                }

            .report .tab-cont .tab-item .box:hover .h {
                color: #086dc6;
            }

            .report .tab-cont .tab-item .box:hover::before {
                background: url(../images/icon35.png)no-repeat;
            }

        .report .tab-cont .tab-item .con1 {
            position: relative;
        }

        .report .tab-cont .tab-item .con2 {
            padding-top: 80px;
        }

/*公司信息-1*/
.essinfo .tab-bar {
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

    .essinfo .tab-bar .tab-term1 {
        width: auto;
        line-height: 43px;
        font-size: 18px;
        color: #086dc6;
        text-align: center;
        margin: 0 11px;
        border: 1px solid #086dc6;
        display: inline-block;
        padding: 0 25px;
        background-color: #fff;
        transition: all 0.3s;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
    }

        .essinfo .tab-bar .tab-term1.active, .essinfo .tab-bar .tab-term1:hover {
            background-color: #086dc6;
            color: #fff;
        }

.essinfo .tab-cont {
    position: relative;
}

    .essinfo .tab-cont .con1 {
        position: relative;
        width: 100%;
        margin-top: 55px;
    }

        .essinfo .tab-cont .con1 .bj {
            position: absolute;
            right: 0;
            bottom: 0;
        }

            .essinfo .tab-cont .con1 .bj .img {
                width: 100%;
            }

        .essinfo .tab-cont .con1 .img {
            width: 500px;
            height: 336px;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

            .essinfo .tab-cont .con1 .img img {
                width: 100%;
                transition: all 0.3s;
            }

        .essinfo .tab-cont .con1 .textbox {
            padding: 40px 85px 100px 570px;
        }

            .essinfo .tab-cont .con1 .textbox .h {
                font-size: 30px;
                color: #333;
                padding-bottom: 20px;
            }

            .essinfo .tab-cont .con1 .textbox .p {
                font-size: 16px;
                color: #666;
                line-height: 30px;
                margin-top: 15px;
                text-align: justify;
            }

    .essinfo .tab-cont .tab-item1 {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .essinfo .tab-cont .tab-item1.active {
            position: static;
            display: block;
        }

        .essinfo .tab-cont .tab-item1 .con2 .box {
            width: 100%;
            height: 80px;
            padding: 15px 0 10px 25px;
            background: #fff;
            position: relative;
            margin-top: 20px;
            border-bottom: 1px solid #e5e5e5;
        }

            .essinfo .tab-cont .tab-item1 .con2 .box::before {
                content: "";
                width: 21px;
                height: 21px;
                background: url(../images/icon34.png)no-repeat;
                position: absolute;
                top: 50%;
                right: 28px;
                transform: translateY(-50%);
                transition: all 0.3s;
            }

            .essinfo .tab-cont .tab-item1 .con2 .box .data {
                font-size: 16px;
                color: #999;
            }

            .essinfo .tab-cont .tab-item1 .con2 .box .h {
                padding-left: 25px;
                position: relative;
                font-size: 18px;
                color: #666;
                margin-top: 10px;
                padding-right: 60px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                transition: all 0.3s;
                font-weight: bold;
            }

                .essinfo .tab-cont .tab-item1 .con2 .box .h::before {
                    content: "";
                    width: 20px;
                    height: 20px;
                    background: url(../images/icon33.png)no-repeat;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                }

            .essinfo .tab-cont .tab-item1 .con2 .box:hover .h {
                color: #086dc6;
            }

            .essinfo .tab-cont .tab-item1 .con2 .box:hover::before {
                background: url(../images/icon35.png)no-repeat;
            }

        .essinfo .tab-cont .tab-item1 .con2 .demo {
            margin: 50px auto 80px;
        }

.essinfo .con3 {
    position: relative;
    background: url(../images/bj13.jpg)no-repeat center center/cover;
    padding-bottom: 150px;
    font-size: 0;
}

    .essinfo .con3 .box {
        padding-top: 60px;
        display: inline-block;
        width: 25%;
        text-align: center;
    }

        .essinfo .con3 .box .t {
            font-size: 30px;
            color: #333;
        }

        .essinfo .con3 .box .num {
            font-size: 43px;
            color: #086dc6;
            margin-top: 20px;
            font-weight: bold;
        }

            .essinfo .con3 .box .num span {
                font-size: 40px;
            }

.essinfo .con4 {
    margin-bottom: 60px;
}

    .essinfo .con4 table tr:first-child {
        line-height: 60px;
        background: #fafafa;
        font-size: 0;
    }

    .essinfo .con4 table tr th {
        font-size: 20px;
        color: #333;
        font-weight: bold;
        text-align: center;
        width: 33%;
    }

    .essinfo .con4 table tr {
        border-bottom: 1px solid #eee;
        font-size: 0;
    }

        .essinfo .con4 table tr td {
            width: 33%;
            font-size: 16px;
            color: #666;
            text-align: center;
            padding: 25px 0;
        }

            .essinfo .con4 table tr td:first-child {
                text-align: left;
                padding-left: 120px;
            }

            .essinfo .con4 table tr td:last-child {
                text-align: right;
                padding-right: 185px;
            }

        .essinfo .con4 table tr:last-child {
            border: none;
        }

.essinfo .title .t {
    font-size: 14px;
    color: #999;
    position: relative;
    padding-left: 10px;
    float: right;
}

    .essinfo .title .t::before {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #999;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

.essinfo .box2 {
    margin-top: 80px;
}

    .essinfo .box2:first-child {
        margin-top: 100px;
    }

    .essinfo .box2 .img {
        width: 50%;
        float: left;
        position: relative;
    }

        .essinfo .box2 .img img {
            width: 100%;
        }

        .essinfo .box2 .img::before {
            content: "";
            width: 17px;
            height: 214px;
            background: #d2e5f5;
            position: absolute;
            right: -17px;
            top: 80px;
        }

    .essinfo .box2 .text {
        float: right;
        width: 50%;
        padding: 60px 20px 0 50px;
    }

        .essinfo .box2 .text .h {
            font-size: 36px;
            color: #333;
            position: relative;
            padding-bottom: 10px;
        }

            .essinfo .box2 .text .h::before {
                content: "";
                width: 45px;
                height: 3px;
                background: #086dc6;
                position: absolute;
                left: 7px;
                bottom: 0;
            }

        .essinfo .box2 .text .p {
            font-size: 18px;
            line-height: 30px;
            color: #666;
            margin-top: 20px;
        }

    .essinfo .box2:nth-child(even) {
        background: #fafafa;
    }

        .essinfo .box2:nth-child(even) .img {
            float: right;
        }

            .essinfo .box2:nth-child(even) .img::before {
                right: auto;
                left: -17px;
            }

        .essinfo .box2:nth-child(even) .text {
            float: left;
            padding: 60px 100px 0 0;
        }

    .essinfo .box2:last-child {
        margin-bottom: 80px;
    }



/*社会责任-可持续发展*/
.duty .x-nav2 a {
    line-height: 70px;
    width: 33%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #666;
    position: relative;
    cursor: pointer;
}

    .duty .x-nav2 a.active, .duty .x-nav2 a:hover {
        background-color: #F4F4F4;
        color: #0093dd;
    }

    .duty .x-nav2 a:first-child::before {
        content: "";
        width: 1000%;
        height: 100%;
        background-color: #F4F4F4;
        position: absolute;
        top: 0;
        right: 100%;
        display: none;
    }

    .duty .x-nav2 a:last-child::before {
        content: "";
        width: 1000%;
        height: 100%;
        background-color: #F4F4F4;
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
    }

    .duty .x-nav2 a.active::before {
        display: block;
    }

.duty .tab-cont {
    position: relative;
}

    .duty .tab-cont .tab-item1 {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .duty .tab-cont .tab-item1.active {
            position: static;
            display: block;
        }

.duty .con1 .text .p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}

.duty .con1 .qm {
    margin-top: 30px;
}

    .duty .con1 .qm .h {
        font-size: 18px;
        color: #333;
        line-height: 24px;
    }

    .duty .con1 .qm .img {
        width: 218px;
        height: 105px;
        text-align: center;
        margin-top: 15px;
    }

        .duty .con1 .qm .img img {
            max-width: 100%;
            margin: 0 auto;
        }

.duty .con2 .box .img {
    width: 45%;
    float: left;
    text-align: center;
}

    .duty .con2 .box .img img {
        max-width: 100%;
    }

.duty .con2 .box .text {
    width: 55%;
    padding: 50px 0 0 120px;
    float: right;
}

    .duty .con2 .box .text .h {
        font-size: 36px;
        color: #333;
        padding-bottom: 45px;
        position: relative;
    }

        .duty .con2 .box .text .h::before {
            content: "";
            width: 120px;
            height: 3px;
            background-color: #333;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .duty .con2 .box .text .p {
        font-size: 16px;
        color: #666;
        line-height: 32px;
        margin-top: 20px;
    }

    .duty .con2 .box .text a {
        display: inline-block;
        font-size: 16px;
        color: #0093dd;
        padding: 5px 0;
        border-bottom: 1px solid #0093dd;
    }

.duty .con4 .box {
    background-color: #F6F8FB;
    padding: 100px 0 90px;
}

.duty .con4 .box2 {
    background: #fff;
}

.duty .con2 .box:nth-child(even) .img {
    float: right;
}

.duty .con2 .box:nth-child(even) .text {
    float: left;
    padding: 50px 120px 0 0;
}

.duty .con3 {
    padding: 120px 0 100px;
    font-size: 0;
}

    .duty .con3 .box {
        width: 33%;
        padding: 0 50px;
        display: inline-block;
        vertical-align: top;
    }

        .duty .con3 .box .img {
            width: 120px;
            height: 120px;
            overflow: hidden;
            margin: 0 auto;
        }

            .duty .con3 .box .img img {
                width: 100%;
            }

        .duty .con3 .box .h {
            font-size: 24px;
            color: #333;
            margin-top: 50px;
            text-align: center;
        }

        .duty .con3 .box .h2 {
            font-size: 18px;
            color: #666;
            line-height: 26px;
            margin-top: 10px;
            text-align: center;
            min-height: 52px;
        }

        .duty .con3 .box .text {
            margin-top: 30px;
        }

            .duty .con3 .box .text .p {
                font-size: 16px;
                color: #666;
                line-height: 32px;
                margin-top: 25px;
                text-align: justify;
            }

                .duty .con3 .box .text .p:first-child {
                    margin-top: 0;
                }
/*社会责任-我们的承诺1*/
.duty .tab-bar2 {
    text-align: center;
}

.duty .tab-term2 {
    width: auto;
    line-height: 44px;
    border: 1px solid #096DC5;
    padding: 0 20px;
    font-size: 16px;
    color: #096DC5;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
}

    .duty .tab-term2.active, .duty .tab-term2:hover {
        background-color: #096DC5;
        color: #fff;
    }

.duty .tab-cont {
    position: relative;
}

    .duty .tab-cont .tab-item2 {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .duty .tab-cont .tab-item2.active {
            position: static;
            display: block;
        }

.duty .tab-item2 .con4 {
    margin-top: 60px;
}

    .duty .tab-item2 .con4 .img {
        width: 100%;
        overflow: hidden;
    }

        .duty .tab-item2 .con4 .img img {
            max-width: 100%;
        }

.duty .tab-item2 .con5 {
    background-color: #F6F8FB;
    margin-top: -90px;
    padding: 170px 0 100px;
}

    .duty .tab-item2 .con5 .tit {
        font-size: 32px;
        text-align: center;
        color: #333;
    }

    .duty .tab-item2 .con5 .conbox {
        margin-top: 50px;
        background-color: #fff;
        padding: 0 65px;
    }

        .duty .tab-item2 .con5 .conbox .box {
            padding: 55px 0;
            border-bottom: 1px solid #ECECEC;
        }

            .duty .tab-item2 .con5 .conbox .box:last-child {
                border: none;
            }

            .duty .tab-item2 .con5 .conbox .box .img {
                display: inline-block;
                width: 77px;
                height: auto;
                overflow: hidden;
                vertical-align: top;
            }

            .duty .tab-item2 .con5 .conbox .box .text {
                display: inline-block;
                width: calc(100% - 83px);
                padding-left: 39px;
            }

                .duty .tab-item2 .con5 .conbox .box .text .h {
                    font-size: 20px;
                    color: #333;
                }

                .duty .tab-item2 .con5 .conbox .box .text .p {
                    font-size: 16px;
                    color: #666;
                    line-height: 30px;
                    margin-top: 10px;
                }

.duty .tab-item2 .con6 {
    margin-top: 30px;
    position: relative;
    width: 100%;
}

    .duty .tab-item2 .con6 .text2 {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        margin: 40px 0 70px;
        text-align: center;
    }

    .duty .tab-item2 .con6 .img {
        width: 818px;
        height: 457px;
        overflow: hidden;
    }

        .duty .tab-item2 .con6 .img img {
            width: 100%;
        }

    .duty .tab-item2 .con6 .textbox {
        position: absolute;
        top: 70px;
        right: 0;
        padding: 50px 75px 65px 40px;
        width: 708px;
        background-color: #F6F8FB;
    }

        .duty .tab-item2 .con6 .textbox .tit {
            font-size: 24px;
            color: #333;
        }

        .duty .tab-item2 .con6 .textbox .text {
            margin-top: 35px;
        }

            .duty .tab-item2 .con6 .textbox .text:first-child {
                margin-top: 0;
            }

            .duty .tab-item2 .con6 .textbox .text .h {
                font-size: 20px;
                color: #096DC5;
                margin-top: 25px;
            }

            .duty .tab-item2 .con6 .textbox .text .p {
                font-size: 16px;
                color: #666;
                line-height: 30px;
                margin-top: 15px;
                text-align: justify;
            }

            .duty .tab-item2 .con6 .textbox .text .h2 a {
                display: block;
                font-size: 16px;
                color: #096DC5;
            }

.duty .tab-item2 .con7 {
    margin-top: 272px;
    position: relative;
    padding-bottom: 250px;
}

    .duty .tab-item2 .con7 .img {
        width: 818px;
        height: 457px;
        overflow: hidden;
        position: absolute;
        top: 93px;
        right: 0;
        z-index: -1;
    }

        .duty .tab-item2 .con7 .img img {
            width: 100%;
        }

    .duty .tab-item2 .con7 .text {
        width: 701px;
        padding: 50px 65px 100px;
        background-color: #F6F8FB;
    }

        .duty .tab-item2 .con7 .text .h {
            font-size: 24px;
            color: #333;
            margin-bottom: 25px;
        }

        .duty .tab-item2 .con7 .text .p {
            font-size: 16px;
            color: #666;
            line-height: 30px;
            text-align: justify;
        }

.duty .tab-item2 .con8 {
    margin-top: 60px;
    padding-bottom: 38px;
    border-bottom: 1px solid #ECECEC;
}

    .duty .tab-item2 .con8 .img {
        width: 100%;
    }

        .duty .tab-item2 .con8 .img img {
            width: 100%;
        }

    .duty .tab-item2 .con8 .text {
        margin-top: 40px;
    }

        .duty .tab-item2 .con8 .text .h {
            text-align: center;
            font-size: 32px;
            color: #333;
        }

        .duty .tab-item2 .con8 .text .p {
            font-size: 16px;
            line-height: 28px;
            color: #666;
            margin-top: 30px;
        }

.duty .tab-item2 .con9 {
    padding: 50px 0;
}

    .duty .tab-item2 .con9 .box {
        width: 640px;
        float: left;
        min-height: 540px;
        margin-bottom: 70px;
    }

        .duty .tab-item2 .con9 .box:nth-child(even) {
            float: right;
        }

        .duty .tab-item2 .con9 .box .img {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .duty .tab-item2 .con9 .box .img img {
                width: 100%;
            }

        .duty .tab-item2 .con9 .box .h {
            font-size: 20px;
            color: #333;
            margin-top: 25px;
        }

        .duty .tab-item2 .con9 .box .p {
            font-size: 14px;
            color: #666;
            line-height: 26px;
            margin-top: 15px;
        }

.duty .tab-item2 .con10 {
    padding: 50px 0 100px;
}

    .duty .tab-item2 .con10 .box {
        width: 31%;
        display: inline-block;
        vertical-align: top;
        margin-left: 1.5%;
    }

        .duty .tab-item2 .con10 .box:first-child {
            margin-left: 0;
        }

        .duty .tab-item2 .con10 .box .img {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .duty .tab-item2 .con10 .box .img img {
                width: 100%;
            }

        .duty .tab-item2 .con10 .box .h {
            font-size: 18px;
            color: #333;
            margin-top: 30px;
        }

        .duty .tab-item2 .con10 .box .p {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            margin-top: 10px;
        }

.duty .tab-item2 .con11 {
    background-color: #fafafa;
    padding-top: 95px;
}

    .duty .tab-item2 .con11 .tit {
        text-align: center;
        padding-bottom: 75px;
        font-size: 32PX;
        color: #333;
    }

    .duty .tab-item2 .con11 .box .img {
        width: 454px;
        height: 260px;
        overflow: hidden;
        display: inline-block;
    }

        .duty .tab-item2 .con11 .box .img img {
            width: 100%;
            transition: all 0.3s;
        }

    .duty .tab-item2 .con11 .box .text {
        width: calc(100% - 460px);
        display: inline-block;
        padding-left: 70px;
        vertical-align: top;
    }

        .duty .tab-item2 .con11 .box .text .data {
            font-size: 20px;
            color: #B2B2B2;
        }

            .duty .tab-item2 .con11 .box .text .data span {
                font-size: 32px;
                color: #333;
                padding-right: 5px;
            }

        .duty .tab-item2 .con11 .box .text .h {
            font-size: 24px;
            color: #333;
            margin-top: 40px;
            transition: all 0.3s;
        }

        .duty .tab-item2 .con11 .box .text .p {
            font-size: 16px;
            line-height: 26px;
            color: #666;
            margin-top: 15px;
        }

        .duty .tab-item2 .con11 .box .text .on a {
            display: inline-block;
            font-size: 16px;
            color: #096DC5;
            padding-bottom: 5px;
            border-bottom: 1px solid #096DC5;
        }

    .duty .tab-item2 .con11 .box {
        margin-top: 70px;
    }

        .duty .tab-item2 .con11 .box:nth-child(1) {
            margin-top: 0;
        }

        .duty .tab-item2 .con11 .box:hover .img img {
            transform: scale(1.1);
        }

        .duty .tab-item2 .con11 .box:hover .text .h {
            color: #096DC5;
        }
/*社会责任-企业社会责任报告与相关政策*/
.duty .policy1 {
    background-color: #FAFAFA;
    padding-bottom: 50px;
}

    .duty .policy1 .box {
        width: 21.5%;
        height: auto;
        position: relative;
        display: inline-block;
        margin: 0 5%;
    }

        .duty .policy1 .box .bj {
            width: 100%;
            height: auto;
        }

            .duty .policy1 .box .bj img {
                width: 100%;
            }

        .duty .policy1 .box .con {
            position: absolute;
            top: 0;
            left: 0;
            padding: 40px 40px 0;
            width: 100%;
            height: 100%;
        }

        .duty .policy1 .box .h {
            font-size: 24px;
            line-height: 33px;
            color: #18A340;
        }

        .duty .policy1 .box .on {
            width: 198px;
            line-height: 48px;
            background-color: #fff;
            text-align: center;
            position: absolute;
            bottom: 30px;
            left: 18%;
            transition: all 0.3s;
            opacity: 0;
            border-radius: 30px;
        }

            .duty .policy1 .box .on a {
                font-size: 20px;
                color: #4c4c4c;
                width: 100%;
                height: 100%;
            }

        .duty .policy1 .box:hover .on {
            opacity: 1;
        }

.title.tit3 h5::before {
    background-color: #333;
}

.duty .policy2 {
    padding-bottom: 90px;
}

    .duty .policy2 .con .box {
        width: 31%;
        height: auto;
        padding: 54px 0 34px 40px;
        background-image: linear-gradient(to right, #FFFFFF, #EDF2F1);
        margin-left: 3%;
        margin-bottom: 40px;
        display: inline-block;
        border: 1px solid #E9E9E9;
        vertical-align: top;
    }

        .duty .policy2 .con .box:first-child {
            margin-left: 0;
        }

        .duty .policy2 .con .box:nth-child(3n + 1) {
            margin-left: 0;
        }

        .duty .policy2 .con .box .h {
            font-size: 20px;
            color: #333;
        }

        .duty .policy2 .con .box .p {
            font-size: 16px;
            color: #666;
            margin-top: 10px;
        }

        .duty .policy2 .con .box .on {
            width: 97px;
            line-height: 34px;
            background-color: #F6F8FB;
            transition: all 0.3s;
            margin-top: 40px;
            text-align: center;
        }

            .duty .policy2 .con .box .on a {
                display: block;
                font-size: 14px;
                color: #333;
                transition: all 0.3s;
                width: 100%;
                height: 100%;
            }

        .duty .policy2 .con .box:hover .on {
            background-color: #096DC5;
        }

            .duty .policy2 .con .box:hover .on a {
                color: #fff;
            }


/*产品详情页面*/
.smart2 {
    margin-top: 85px;
}

    .smart2 .hei {
        background-color: #004684;
        height: 85px;
    }

        .smart2 .hei .h {
            font-size: 24px;
            color: #fff;
            line-height: 85px;
            float: left;
        }

        .smart2 .hei .on a {
            display: block;
            width: 160px;
            line-height: 45px;
            text-align: center;
            background-color: #fff;
            border-radius: 30px;
            float: right;
            font-size: 18px;
            color: #004684;
            margin-top: 22px;
        }

    .smart2 .con1 {
        position: relative;
    }

        .smart2 .con1 .bj {
            width: 100%;
            overflow: hidden
        }

            .smart2 .con1 .bj img {
                width: 100%;
            }

        .smart2 .con1 .text-x {
            position: absolute;
            top: 180px;
            right: 315px;
        }

.text-x .h {
    font-size: 60px;
    color: #fff;
}

.text-x .p {
    font-size: 36px;
    color: #fff;
}

.smart2 .con2 {
    position: relative;
}

    .smart2 .con2 .text-x {
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
    }

    .smart2 .con2 .bj {
        width: 100%;
        overflow: hidden
    }

        .smart2 .con2 .bj img {
            width: 100%;
        }

.smart2 .con3 {
    position: relative;
    padding: 110px 0 105px;
    background: url(../images/bj18.jpg)no-repeat center /cover;
}

    .smart2 .con3 .tit {
        text-align: center;
    }

        .smart2 .con3 .tit .t {
            font-size: 63px;
            color: #3e3e3e;
            position: relative;
            display: inline-block;
            padding: 0 65px;
        }

            .smart2 .con3 .tit .t::before {
                content: "";
                width: 18px;
                height: 18px;
                background-color: #3e3e3e;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%) rotate(45deg);
            }

            .smart2 .con3 .tit .t::after {
                content: "";
                width: 18px;
                height: 18px;
                background-color: #3e3e3e;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%) rotate(45deg);
            }

    .smart2 .con3 .conbox {
        text-align: center;
        padding-top: 95px;
    }

    .smart2 .con3 .box {
        display: inline-block;
        margin: 0 15px;
        width: 30%;
        text-align: left;
        vertical-align: top;
    }

        .smart2 .con3 .box .img {
            width: 100%;
            overflow: hidden;
        }

            .smart2 .con3 .box .img img {
                width: 100%;
            }

        .smart2 .con3 .box .h {
            font-size: 30px;
            color: #064087;
            margin-top: 35px;
        }

        .smart2 .con3 .box .p {
            font-size: 24px;
            color: #3e3e3e;
            line-height: 40px;
            margin-top: 20px;
        }

.smart2 .con4 {
    text-align: center;
    padding: 80px 0 90px;
}

    .smart2 .con4 .tit {
        font-size: 70px;
        color: #3e3e3e;
        position: relative;
        padding-bottom: 55px;
    }

        .smart2 .con4 .tit::before {
            content: "";
            width: 81px;
            height: 15px;
            background-image: linear-gradient(to right, #065f6d, #6b9ef6);
            border-radius: 5px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .smart2 .con4 .p {
        font-size: 35px;
        color: #3e3e3e;
        margin-top: 70px;
    }

    .smart2 .con4 .img {
        width: 100%;
        height: auto;
        margin-top: 80px;
        overflow: hidden;
    }

        .smart2 .con4 .img img {
            width: 100%;
        }

    .smart2 .con4 .imgbox {
        position: relative;
    }

        .smart2 .con4 .imgbox .on {
            position: absolute;
            bottom: 105px;
            left: 50%;
            transform: translateX(-50%);
            width: 374px;
            font-size: 0;
        }

            .smart2 .con4 .imgbox .on .bef {
                width: 50%;
                display: inline-block;
                background-color: #3f454f;
                text-align: center;
                font-size: 34px;
                color: #fff;
                border-bottom-left-radius: 10px;
                border-top-left-radius: 10px;
                line-height: 70px;
            }

            .smart2 .con4 .imgbox .on .aft {
                width: 50%;
                display: inline-block;
                background-color: #31425f;
                text-align: center;
                font-size: 34px;
                color: #fff;
                border-bottom-right-radius: 30px;
                border-top-right-radius: 30px;
                line-height: 70px;
            }

/*创新业务*/
.inve-bh .con1 {
    padding-bottom: 75px;
}

    .inve-bh .con1 .text .p {
        font-size: 18px;
        line-height: 36px;
        color: #666;
        margin-top: 30px;
    }

        .inve-bh .con1 .text .p:first-child {
            margin-top: 0;
        }

.inve-bh .con2 {
    position: relative;
    padding: 175px 0 160px;
    background: url(../images/bj19.jpg)no-repeat center center/cover;
}

    .inve-bh .con2 .text {
        width: 50%;
        float: right;
        padding-right: 20px;
    }

        .inve-bh .con2 .text .h {
            font-size: 30px;
            color: #fff;
        }

        .inve-bh .con2 .text .p {
            font-size: 14px;
            color: #fff;
            line-height: 30px;
            margin-top: 20px;
        }

.inve-bh .con3 .box {
    font-size: 0;
    padding: 100px 0 80px;
    border-bottom: 1px solid #eee;
}

    .inve-bh .con3 .box .img {
        width: 50%;
        float: left;
        text-align: center;
    }

        .inve-bh .con3 .box .img img {
            max-width: 100%;
        }

    .inve-bh .con3 .box .text {
        width: 50%;
        float: right;
        padding: 115px 0 0 50px;
    }

        .inve-bh .con3 .box .text .h {
            font-size: 30px;
            color: #086dc6;
            text-transform: capitalize;
        }

        .inve-bh .con3 .box .text .p {
            font-size: 16px;
            color: #666;
            line-height: 36px;
            margin-top: 30px;
        }

    .inve-bh .con3 .box:nth-child(even) {
        border: none;
    }

        .inve-bh .con3 .box:nth-child(even) .img {
            float: right;
        }

        .inve-bh .con3 .box:nth-child(even) .text {
            float: left;
            padding: 115px 50px 0 0;
        }

/*解决方案*/
.solve2 .title h5 {
    margin-bottom: 20PX;
}

.solve2 .title .t {
    font-size: 18px;
    line-height: 26px;
    padding: 30px 20px 0;
    text-align: justify;
    color: #666;
}

.solve2 .tit {
    text-align: center;
    padding-bottom: 30px;
}

    .solve2 .tit .h {
        font-size: 26px;
        font-weight: bold;
        color: #333;
        position: relative;
    }

        .solve2 .tit .h::before {
            content: "";
            width: auto;
            height: 1px;
            background-color: #999;
            position: absolute;
            left: 0;
            right: 56%;
            top: 50%;
            transform: translateY(50%);
        }

        .solve2 .tit .h::after {
            content: "";
            width: auto;
            height: 1px;
            background-color: #999;
            position: absolute;
            right: 0;
            left: 56%;
            top: 50%;
            transform: translateY(50%);
        }

/*联系我们*/
.contact .con1 {
    padding: 15px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    width: 1000px;
    margin: 0 auto;
}

.contact {
    padding-bottom: 100px;
}

    .contact table {
        border: 1px solid #eee;
        margin-top: 20px;
        width: 100%;
        text-align: left;
    }

        .contact table th {
            border: 1px solid #eee;
            padding-left: 20px;
            height: 50px;
        }

        .contact table td {
            border: 1px solid #eee;
            height: 40px;
        }

        .contact table input {
            border: none;
            padding-left: 20px;
            height: 100%;
            width: 100%;
            outline: none;
        }

    .contact .textbox {
        width: 50%;
        float: left;
        padding: 60px 50px 0;
        text-align: center;
    }

        .contact .textbox .tit {
            font-size: 20px;
            color: #333;
            padding-bottom: 10px;
        }

    .contact table tr {
        width: 100%;
        height: 40px;
    }

    .contact table textarea {
        width: 100%;
        height: 200px;
        padding: 15px 20px;
        border: none;
        outline: none;
    }

    .contact button {
        width: 150px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #0696de;
        margin: 30px 0;
        border: none;
    }

    .contact .imgbox {
        width: 50%;
        float: right;
        padding: 145px 30px 260px;
        background: url(../images/bj21.png)no-repeat center center/cover;
        position: relative;
        min-height: 100%;
    }

        .contact .imgbox::before {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.8);
            position: absolute;
            top: 0;
            left: 0;
        }

        .contact .imgbox .box {
            position: relative;
            z-index: 1;
            margin-top: 45px;
        }

            .contact .imgbox .box .img {
                display: inline-block;
                width: 32px;
                height: auto;
                overflow: hidden;
                vertical-align: top;
            }

                .contact .imgbox .box .img img {
                    width: 100%;
                }

            .contact .imgbox .box .text {
                display: inline-block;
                width: 90%;
                padding-left: 15px;
            }

                .contact .imgbox .box .text .h {
                    color: #0089cf;
                    font-size: 16px;
                }

                .contact .imgbox .box .text .t {
                    font-size: 14px;
                    color: #333;
                    margin-top: 10px;
                }


.x-gp {
    width: 100%;
    background: #0696de;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .x-gp .t {
        font-size: 20px;
        color: #fff;
        float: left;
        line-height: 70px;
    }

    .x-gp .num {
        float: left;
        font-size: 18px;
        color: #fff;
        margin-left: 20px;
        line-height: 70px;
    }

    .x-gp .x-num {
        padding-right: 30px;
        position: relative;
    }

        .x-gp .x-num::before {
            content: "";
            width: 12px;
            height: 21px;
            background: url(../images/jiant17.png)no-repeat;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
        }

        .x-gp .x-num::after {
            content: "";
            width: 12px;
            height: 21px;
            background: url(../images/jiant18.png)no-repeat;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            display: none;
        }

.x-con {
    margin: 30px 0;
}

    .x-con .tit {
        font-size: 20px;
        color: #000;
        border-bottom: 1px solid #F1F1F1;
        padding-bottom: 15px;
    }

    .x-con .tab-term {
        display: inline-block;
        margin: -1px 40px 0;
        margin-left: 0px;
        font-size: 18px;
        color: #000;
        border-top: 3px solid transparent;
        line-height: 50px;
        cursor: pointer;
        transition: all 0.3S;
    }

        .x-con .tab-term.active {
            border-color: #0696de;
            color: #0696de;
        }

        .x-con .tab-term:hover {
            color: #0093dd;
            border-color: #0696de;
        }

    .x-con .tab-cont {
        position: relative;
    }

        .x-con .tab-cont .tab-item.active {
            position: static;
            display: block;
        }

        .x-con .tab-cont .tab-item {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
            padding: 30px;
            padding-left: 0;
            font-size: 0;
            width: 100%;
        }

            .x-con .tab-cont .tab-item .text {
                font-size: 16px;
                color: #333;
                line-height: 40px;
                display: inline-block;
                width: 33%;
                vertical-align: top;
            }

/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

    .weixin_popup.active {
        transform: scale(1);
        transition: transform .3s;
    }

    .weixin_popup i {
        color: #999;
        position: absolute;
        top: 5px;
        right: 5px;
        transform: rotate(45deg);
        font-size: 20px;
        cursor: pointer;
    }

        .weixin_popup i:hover {
            color: red;
        }

    .weixin_popup img {
        width: 150px;
        height: 150px;
    }

    .weixin_popup p {
        line-height: 30px;
    }


/* 右侧悬浮 */
.suspend_nav {
    background: #fff;
    width: 52px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
}

    .suspend_nav .list {
        height: 50px;
        color: #fff;
        padding-top: 6px;
        transition: all .3s;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .suspend_nav .list:last-child {
            border: none;
        }

        .suspend_nav .list:before {
            content: "";
            width: 100%;
            height: 100%;
            top: -50px;
            right: 0;
            background: #fff;
            position: absolute;
            transform: rotate(0);
            transition: all .3s;
        }

        .suspend_nav .list i {
            display: block;
            transition: all .3s;
            position: relative;
            z-index: 2;
        }

        .suspend_nav .list p {
            position: relative;
            z-index: 2;
        }

    .suspend_nav .top {
        padding: 0;
        line-height: 50px;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }

        .suspend_nav .top:after {
            content: "";
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.3);
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .suspend_nav .top.active {
            height: 50px;
            opacity: 1;
        }

        .suspend_nav .top i {
            font-size: 25px;
        }

    .suspend_nav .on-off {
        padding: 0;
        line-height: 50px;
    }

        .suspend_nav .on-off.active i {
            transform: rotate(135deg);
        }

    .suspend_nav .list:hover {
        color: #fff;
    }

        .suspend_nav .list:hover:before {
            top: 0;
            transform: rotate(90deg);
        }

    .suspend_nav ul li {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

        .suspend_nav ul li .list {
            border: none;
        }

        .suspend_nav ul li .weixin {
            position: absolute;
            right: 65px;
            bottom: 0;
            border: 1px solid #000;
            transform: scale(0);
            transform-origin: 100% 100%;
            transition: all .3s;
            padding-bottom: 10px;
            background: #fff;
            padding: 5px;
        }

            .suspend_nav ul li .weixin:before {
                content: "";
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 10px solid #000;
                position: absolute;
                bottom: 0;
                left: 100%;
                transition: all .5s;
            }

            .suspend_nav ul li .weixin img {
                width: 150px;
                height: 150px;
            }

        .suspend_nav ul li:hover .weixin {
            transform: scale(1);
        }

            .suspend_nav ul li:hover .weixin:before {
                bottom: 18px;
            }

        .suspend_nav ul li .popup {
            position: absolute;
            min-width: 200px;
            min-height: 200%;
            top: 0;
            right: 100%;
            border: 1px solid #000;
            text-align: left;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #000;
            color: #fff;
            visibility: hidden;
            transition: all .3s;
            opacity: 0;
            padding: 0 15px;
        }

            .suspend_nav ul li .popup:before {
                content: "";
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 0 solid #000;
                position: absolute;
                top: 0;
                left: 100%;
                transition: top .5s;
            }

            .suspend_nav ul li .popup p {
                font-size: 16px;
            }

            .suspend_nav ul li .popup h5 {
                font-size: 20px;
                margin-top: 5px;
            }

            .suspend_nav ul li .popup a {
                font-size: 20px;
                color: #fff;
                display: inline-block;
                margin-top: 5px;
            }

        .suspend_nav ul li:hover .popup {
            visibility: visible;
            right: 65px;
            opacity: 1;
        }

            .suspend_nav ul li:hover .popup:before {
                top: 18px;
                border-left-width: 10px;
            }


/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

    .bottom_link ul li {
        width: 33.33%;
        height: 50px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

        .bottom_link ul li:last-child {
            border: none;
        }

        .bottom_link ul li a {
            display: block;
            color: #fff;
            font-size: 16px;
            padding-top: 5px;
            position: relative;
        }

            .bottom_link ul li a i {
                display: block;
                height: 20px;
            }

        .bottom_link ul li:last-child a i {
            font-size: 20px;
            position: relative;
            top: -1px;
        }


/* 加入冠捷全球热招职位*/
#searchList {
    min-height: 100px;
}

.btn:focus {
    outline: none !important;
}

.searchBlock .modal-open .modal {
    overflow-y: hidden;
}

.fontColor {
    color: #086dc6;
}

.link {
    color: #086dc6;
    text-decoration: underline;
}

.searchBlock {
    line-height: 1.5;
}

.flexParent {
    display: -ms-flex; /* 兼容IE */
    display: flex;
}

.flexChild {
    -ms-flex: 1; /* 兼容IE */
    flex: 1;
}

#jsSub {
    display: none;
}

.noData, .dataCenter {
    margin: 60px auto;
    text-align: center;
}

#myModal .modal-body {
    line-height: 2;
    padding: 0 15px !important;
}

#myModal .modal-header {
    border-bottom: 0 !important;
}

#myModal .modal-footer {
    border-top: 0 !important;
}

.searchBar .dropdown-header {
    padding: 3px 20px;
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 700 !important;
}

.searchBlock .btn-primary {
    background: #004684 !important;
}

.searchBtn {
    background: #004684;
    padding: 6px 42px;
}

.searchBlock .btn-primary:hover {
    background: #086dc6 !important;
}

.searchBlock .searchBar {
    width: 100%;
    padding: 20px;
    background-color: #f8f8f8;
    text-align: center;
}

.searchBar .distanceTips {
    margin-right: 60px;
}

.searchBar .container-row {
    padding: 0 60px;
    box-sizing: border-box;
}

.searchCon .container-row {
    padding: 0 40px;
    box-sizing: border-box;
}

.searchList li {
    border-bottom: 1px dashed #ccc;
}

    .searchList li:hover {
        background: #f8f8f8;
    }

.jsClickDetail {
    cursor: pointer;
    padding: 15px 20px;
}

.listHead {
    font-size: 16px;
    padding: 30px 20px 15px;
    font-weight: 600;
}

.dateDistance {
    padding-right: 7%;
}

.rowDetail {
    position: relative;
    padding: 10px 30px 20px;
    background: #f8f8f8;
    margin: 20px 0 0;
    align-items: center;
}

    .rowDetail .apply {
        position: absolute;
        bottom: 20px;
        right: 30px;
    }

    .rowDetail dl {
        padding-top: 10px;
        line-height: 2;
    }

    .rowDetail dd {
        line-height: 2;
    }

/*媒体查询开始*/


@media (max-width:1800px) {
    .madio2 .con {
        margin-top: -100px;
    }

    nav {
        margin-left: 30px;
    }
}

@media (max-width:1520px) {
    .container-fluid {
        width: 100% !important;
    }

    .container-row {
        width: 100% !important;
    }

    .home1 .con .box .img {
        width: 100%;
        height: auto;
    }

    nav {
        margin-left: 35px;
        width: 65%;
    }

        nav ul li {
            width: 14%;
        }

    .footer .foot1 {
        padding: 50px 0;
        text-align: center;
    }

        .footer .foot1 .nav1 {
            margin: 30px 0;
            width: 100%;
            padding: 0 20%;
        }

        .footer .foot1 .logo1 {
            text-align: center;
            float: none;
            margin-right: 0;
            width: auto;
        }

        .footer .foot1 .ewm {
            width: 100%;
        }

    .info1 .imgbox .img {
        width: 33%;
        height: auto;
    }

    .info5 .con .box {
        width: 49%;
        height: 450px;
    }

    .headimg .text {
        left: 150px;
    }

    .solutions .tab2-1.tab-cont .tab-item .box {
        margin-left: 45px;
    }

    .smart .tab-cont .tab-item1.gc .text {
        width: 100%;
        margin-right: 0;
    }

    .smart .tab-cont .tab-item1 .box .minute {
        margin: 0 60px;
    }

    .solutions .tab2-1.tab-cont .tab-item .box .mo .an2 {
        margin-left: 30px;
    }

    .join .con {
        overflow-x: auto;
    }

    .report .tab-cont .tab-item1 .tit {
        margin: 0;
    }

    .report .tab-cont .tab-item1 .box {
        margin: 20px 0 0;
    }

    .madio2 .con {
        margin-top: 0;
    }

    .know .swiper-but {
        width: 60px;
        height: 60px;
    }

    .know .swiper-button-prev {
        left: 10px;
    }

    .know .swiper-button-next {
        right: 10px;
    }

    .smart .tab-cont .tab-item1 .text {
        width: 47%;
        margin-right: 0;
    }

    .smart .tab-cont .tab-item1.ds .text {
        float: none;
        display: inline-block;
    }

    .smart .tab-cont .tab-item1.ds .box {
        padding: 30px 0;
    }

        .smart .tab-cont .tab-item1.ds .box:nth-child(even) .img {
            padding-left: 0;
        }

        .smart .tab-cont .tab-item1.ds .box .img {
            padding-left: 0;
        }

    .inve-bh .con2 {
        padding: 80px 0 80px;
    }
}

@media (max-width:1320px) {
    nav {
        margin-left: 20px;
        width: 60%;
    }

        nav ul li a {
            font-size: 16px;
        }

    .footer .foot1 .nav1 {
        padding: 0 10%;
    }

    .home2 .box {
        margin: 0 15px;
    }

    .title {
        padding: 30px 0;
    }

        .title h5 {
            font-size: 25px;
        }

    .info2 .con {
        padding-bottom: 50px;
    }

        .info2 .con .swiper-slide .num {
            font-size: 50px;
            text-align: center;
        }

        .info2 .con .swiper-slide .text {
            font-size: 14px;
            margin-top: 10px;
        }

    .info4 .location .kuan {
        top: 20px;
        right: -100px;
    }

    .info1 .ico .box {
        margin: 0 70px;
    }

    .info3 .con .box {
        width: 23%;
        margin-left: 2%;
    }

        .info3 .con .box .on {
            width: 100%;
        }

            .info3 .con .box .on::before {
                right: -9px;
                top: 18px;
            }

        .info3 .con .box .img {
            width: 100%;
            height: auto;
        }

        .info3 .con .box::before {
            display: none;
        }

        .info3 .con .box .text {
            padding-top: 10px;
        }

            .info3 .con .box .text .h {
                font-size: 20px;
            }

    .solutions .tab2-1.tab-cont .tab-item .box {
        width: 380px;
        padding: 30px 30px 0;
        margin-left: 15px;
        margin-bottom: 15px;
    }

        .solutions .tab2-1.tab-cont .tab-item .box .mo {
            margin-top: 30px;
        }

            .solutions .tab2-1.tab-cont .tab-item .box .mo .an2 {
                margin-left: 30px;
            }

    .solve .box {
        width: 32%;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .smart .tab-cont .tab-item1 .bann {
        padding: 70px 0 30px;
        height: auto;
    }

    .smart .tab-cont .tab-item1 .text {
        padding: 50px 0;
    }

        .smart .tab-cont .tab-item1 .text .h {
            font-size: 26px;
        }

        .smart .tab-cont .tab-item1 .text .p {
            font-size: 16px;
            line-height: 26px;
            margin-top: 15px;
        }

    .smart .tab-cont .tab-item1 .img {
        width: 46%;
    }

    .smart .tab-cont .tab-item1 .box .img {
        width: 45%;
    }

    .smart .tab-cont .tab-item1 .box:nth-child(even) .img {
        padding-right: 0;
    }

    .smart .tab-cont .tab-item1 .box .minute {
        width: 45%;
        margin: 0;
    }

    .duty .tab-bar1 {
        white-space: nowrap;
        overflow: auto;
    }

    .duty .tab-item2 .con9 .box {
        width: 48%;
    }

    .smart .tab-item1.gc .video video {
        height: 720px;
    }
}

@media(max-width:1220px) {
    header {
        border: none;
    }

        header .logo {
            max-width: 35%;
        }

    nav {
        width: 60%;
    }

        nav ul li a {
            font-size: 14px;
        }

    .home3 .con .pp {
        width: 20%;
        overflow: hidden;
    }

        .home3 .con .pp a img {
            width: 100%;
        }

    .info3 .con .box .on::before {
        width: 276px;
        height: 272px;
    }

    .info4 .location .kuan {
        right: -50px;
        width: 320px;
        height: auto;
    }

        .info4 .location .kuan .h {
            font-size: 16px;
            height: 40px;
            line-height: 40px;
        }

        .info4 .location .kuan .p {
            font-size: 18px;
            height: 50px;
        }

    .headimg .text {
        top: 80px;
    }

        .headimg .text .h {
            font-size: 45px;
        }

        .headimg .text .p {
            font-size: 22px;
        }

    .solutions .tab2-1.tab-cont {
        padding-top: 50px;
    }

    .solve-fa.solutions .tab2 {
        white-space: nowrap;
        overflow-x: auto;
    }

    .smart .tab-item1.gc .video {
        width: 100%;
        height: auto;
    }

        .smart .tab-item1.gc .video video {
            width: 100%;
        }

    .smart .tab-cont .tab-item1 .box .img img {
        width: 100%;
    }

    .smart .tab-cont .tab-item1 .box {
        padding: 50px 0;
    }

    .smart .tab-cont .tab-item1 .box {
        padding: 0;
    }

    .smart.smart2 .con2 {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .smart .tab-cont .tab-item1 .text {
        margin-bottom: 0;
    }

    .smart .tab-cont .tab-item1.active {
        margin-top: 50px;
    }

    .smart .tab-item1.gc .box:nth-child(even) .textbox {
        padding-left: 0;
    }

    .madio .tab-cont .tab-item .dm .scroll-tab .t a {
        margin-left: 30px;
    }

    .madio .tab-cont .tab-item .dm .scroll-tab {
        padding-left: 50px;
    }

    .investor .con1 .textbox {
        padding: 30px 0 0 30px;
    }

        .investor .con1 .textbox .tit {
            font-size: 26px;
        }

        .investor .con1 .textbox .numcon .box .text .h {
            font-size: 16px;
        }

        .investor .con1 .textbox .numcon .box .text .num {
            font-size: 12px;
        }

    .govern .con1 {
        padding-bottom: 50px;
    }

        .govern .con1 .text .p {
            font-size: 14px;
            line-height: 22px;
            margin-top: 15px;
        }

    .join .con .box .textbox {
        width: 99%;
        margin-top: 0;
    }

    .join .con .box {
        margin-top: 80px;
    }

        .join .con .box .textbox {
            padding: 30px;
        }

            .join .con .box .textbox .numcon .box1 {
                margin-left: 50px;
            }

            .join .con .box .textbox .h::before {
                left: -30px;
            }

    .report .tab-cont .tab-item1 {
        padding: 0;
    }

    .essinfo .con3 .tab2 .ech {
        padding: 30px 65px;
    }

    .essinfo .box2:first-child {
        margin-top: 50px;
    }

    .essinfo .box2 {
        margin-top: 30px;
    }

        .essinfo .box2 .text {
            padding: 35px 15px 0 50px;
        }

            .essinfo .box2 .text .h {
                font-size: 30px;
            }

            .essinfo .box2 .text .p {
                font-size: 16px;
                line-height: 24px;
                margin-top: 15px;
            }

    .duty .tab-item1 .con2 .box .text .h {
        font-size: 32px;
        padding-bottom: 35px;
    }

    .duty .tab-item1 .con2 .box .text .p {
        margin-top: 15px;
    }

    .duty .policy1 .box .on {
        width: 145px;
        line-height: 30px;
        bottom: 12%;
    }

        .duty .policy1 .box .on a {
            font-size: 16px;
        }

    .duty .policy1 .box .h {
        font-size: 18px;
        line-height: 24px;
    }

    .duty .tab-item2 .con8 .text {
        margin-top: 50px;
    }

    .duty .tab-item2 .con11 {
        padding: 50px 0;
    }

        .duty .tab-item2 .con11 .tit {
            padding-bottom: 50px;
        }

        .duty .tab-item2 .con11 .box .text {
            padding-left: 30px;
        }

            .duty .tab-item2 .con11 .box .text .h {
                margin-top: 25px;
            }

    .info1 .imgbox .img .text {
        padding-top: 50%;
    }

    .inve-bh .con2 {
        padding-top: 80px;
    }

        .inve-bh .con2 .text .h {
            font-size: 24px;
        }

        .inve-bh .con2 .text .p {
            line-height: 24px;
        }

    .smart .tab-item1.gc .video video {
        height: 670px;
    }
}

@media (max-width:1070px) {
    header .logo {
        max-width: 17%;
        height: 90px;
        line-height: 90px;
    }

        header .logo img {
            border: none;
            max-width: 100% !important;
            height: auto !important;
        }

    header .sjdnav {
        display: none;
        width: 100%;
        height: auto;
        position: absolute;
        right: 0;
        top: 90px;
        z-index: 4000;
    }

        header .sjdnav ul {
            padding: 0;
            margin: 0;
        }

        header .sjdnav li {
            display: block;
            padding: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            background: #fff;
        }

            header .sjdnav li:last-child {
                border: none;
            }

            header .sjdnav li a {
                display: block;
                color: #000;
                line-height: 40px;
                font-size: 16px;
                border-bottom: 1px solid #91a2b6;
                padding-left: 20px;
            }

    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }

        header .ydd_btn span {
            display: block;
            width: 80%;
            height: 8px;
            background: #004684;
        }

            header .ydd_btn span.span02 {
                margin: 5px 0;
            }

        header .ydd_btn.click span {
            background: #004684;
        }

            header .ydd_btn.click span.span01 {
                transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                position: relative;
                top: 8px;
                margin-top: 0px;
            }

            header .ydd_btn.click span.span02 {
                margin: 0.5px 0;
            }

            header .ydd_btn.click span.span03 {
                transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                position: relative;
                top: -8px;
                margin-top: 0px;
            }

            header .ydd_btn.click span.span02 {
                width: 0;
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
            }

    header .logo-box .sosuo .an {
        margin: 28px 10px 0 0;
    }

    nav {
        width: 60%;
    }

    .footer .foot1 .nav1 {
        padding: 0;
    }

    .aitem_list {
        height: 91px;
        line-height: 91px;
    }

    .info2 .con .swiper-container {
        padding: 60px 85px 70px;
    }

    .aitem_list .atime {
        font-size: 18px;
        margin: 0 30px;
    }

    .info1 .text .t {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }

    .info1 .ico .box {
        margin: 0 50px;
    }

    .info3 .con .box .on::before {
        display: none;
    }

    .info3 .iov {
        width: 90%;
        padding: 20px;
        height: 320px;
    }

        .info3 .iov .img2 {
            width: 30%;
            height: auto;
        }

        .info3 .iov .text2 {
            width: 70%;
            padding: 20px 0 0 20px;
        }

        .info3 .iov .img2::before {
            display: none;
        }

    .info4 .con .tab-cont {
        overflow: auto;
    }

        .info4 .con .tab-cont .tab-item .bj {
            width: 100%;
            height: auto;
        }

        .info4 .con .tab-cont .tab-item img {
            max-width: 100%;
        }

    .info5 .con .box .text .h {
        font-size: 20px;
    }

    .info5 .con .box .text .p {
        font-size: 14px;
    }

    .info5 .con .box {
        height: 275px;
    }

    .info6 ul li .text .p {
        font-size: 14px;
        line-height: 14px;
    }

    .info6 ul li .img {
        max-width: 100%;
    }

        .info6 ul li .img img {
            width: 100%;
            height: auto;
        }

    .info6 ul li .num {
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -20px;
        font-size: 14px;
    }

    .info6 ul li:nth-child(even) .num {
        right: -20px;
    }

    .solutions .tab1 .tab-term {
        font-size: 18px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        margin: 0 5px;
    }

    .solutions .tab2 {
        margin-top: 30px;
    }

    .solutions .tab2 {
        height: 180px;
    }

        .solutions .tab2 .tab-term {
            width: 150px;
            height: 180px;
            padding-top: 40px;
        }

    .solutions .tab2-1.tab-cont {
        padding-top: 50px;
    }

        .solutions .tab2-1.tab-cont .tab-item .box {
            width: 30%;
            padding: 20px 15px;
            height: auto;
        }

            .solutions .tab2-1.tab-cont .tab-item .box .img {
                width: 250px;
                height: auto;
            }

            .solutions .tab2-1.tab-cont .tab-item .box .text .h {
                font-size: 16px;
            }

            .solutions .tab2-1.tab-cont .tab-item .box .text .p {
                font-size: 12px;
                padding-left: 10px;
            }

            .solutions .tab2-1.tab-cont .tab-item .box .mo .an {
                width: 100px;
                height: 30px;
                line-height: 30px;
            }

            .solutions .tab2-1.tab-cont .tab-item .box .mo .an2 {
                margin-left: 15px;
            }

    .page-mod .page-box {
        margin: 30px 0 50px;
    }

    .solve .box {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .smart .tab-cont .tab-item1 .bann {
        padding: 20px 0;
    }

    .smart .tab-cont .tab-item1 .text .h {
        font-size: 20px;
    }

    .smart .tab-cont .tab-item1 .text .p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .smart .tab-cont .tab-item1 .box .minute .h {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .smart .tab-cont .tab-item1 .box .minute .p {
        font-size: 14px;
        line-height: 35px;
    }

    .smart .tab-cont .tab-item1 .box:nth-child(even) .img {
        margin-right: 30px;
    }

    .smart.smart2 .con2 .box .textbox {
        padding-top: 48px;
    }

        .smart.smart2 .con2 .box .textbox .h {
            font-size: 30px;
        }

    .smart.smart2 .tab-cont .tab-item1 .box:nth-child(even) .img {
        margin-right: 0;
    }

    .smart .tab-item1.gc .box .textbox {
        padding-top: 0;
        padding-right: 0;
    }

    .madio .tab-cont .tab-item .box .textbox .h {
        font-size: 18px;
        margin-top: 5px;
    }

    .madio .tab-cont .tab-item .box .textbox .p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }

    .madio .tab-cont .tab-item .news {
        margin-top: 30px;
    }

        .madio .tab-cont .tab-item .news .t {
            height: 60px;
        }

            .madio .tab-cont .tab-item .news .t .h {
                font-size: 18px;
                line-height: 60px;
            }

            .madio .tab-cont .tab-item .news .t .num {
                line-height: 60px;
            }

    .madio .tab-cont .tab-item .dm .scroll-tab {
        height: 490px;
    }

    .madio .box2 {
        padding: 30px 0;
    }

        .madio .box2 .textbox {
            padding: 30px 0 0 30px;
        }

            .madio .box2 .textbox .h {
                font-size: 18px;
            }

            .madio .box2 .textbox .p {
                font-size: 14px;
                line-height: 24px;
            }

    .know .con1 .num span.numcou {
        font-size: 70px;
    }

    .know .con1 .num span {
        font-size: 40px;
    }

    .know .con2 .box .text .h {
        font-size: 20px;
    }

    .know .con2 .box .text .p {
        font-size: 14px;
    }

    .know .con3 .swiper-container {
        padding: 100px 0;
    }

    .know .con3 .swiper-slide .h {
        font-size: 12px;
        bottom: 10px;
    }

    .investor .con1 .textbox .tit {
        font-size: 22px;
    }

    .investor .con1 .textbox .numcon .box {
        margin-top: 20px;
    }

        .investor .con1 .textbox .numcon .box .ico {
            width: 40px;
            height: 40px;
        }

    .govern .con1 .text .p {
        margin-top: 5px;
    }

    .govern .con1 .text .qian {
        margin-top: 0;
    }

    .govern .con2 .img {
        padding: 0;
    }

    .essinfo .tab-cont .con1 .img {
        width: 300px;
        height: auto;
    }

    .essinfo .tab-cont .con1 .textbox {
        padding: 10px 50px 28px 334px;
    }

        .essinfo .tab-cont .con1 .textbox .h {
            padding-bottom: 0;
        }

    .essinfo .con3 .tab2 .ech {
        padding: 30px;
    }

    .essinfo .con3 .tab2 .ech {
        padding: 15px;
        margin-top: 30px;
        width: 1000px;
    }

    .essinfo .tab-cont .tab-item1 .con2 .demo {
        margin: 50px auto;
    }

    .madio2 .con {
        padding: 30px;
    }

        .madio2 .con .tit {
            padding-bottom: 20px;
        }

            .madio2 .con .tit .nav {
                top: -19px;
            }

            .madio2 .con .tit .h {
                font-size: 22px;
            }

        .madio2 .con .t {
            font-size: 14px;
            line-height: 26px;
            margin-top: 15px;
        }

        .madio2 .con .img {
            margin-top: 30px;
        }

    .duty .tab-item1 .con2 .box {
        padding-bottom: 30px;
    }

        .duty .tab-item1 .con2 .box .text {
            padding: 40px 0 0 0;
        }

        .duty .tab-item1 .con2 .box:nth-child(even) .text {
            padding: 40px 90px 0 0;
        }

    .duty .tab-item1 .con3 .box {
        padding: 0 35px;
    }

        .duty .tab-item1 .con3 .box .h {
            font-size: 22px;
            margin-top: 30px;
        }

        .duty .tab-item1 .con3 .box .h2 {
            font-size: 14px;
            line-height: 24px;
            min-height: 50px;
        }

    .duty .tab-bar2 {
        white-space: nowrap;
        overflow: auto;
    }

    .duty .tab-term2 {
        margin: 0 10px;
    }

    .duty .tab-item2 .con6 {
        margin-top: 50px;
    }

        .duty .tab-item2 .con6 .img {
            width: 590px;
            height: auto;
        }

        .duty .tab-item2 .con6 .textbox {
            width: 610px;
            padding: 20px;
        }

            .duty .tab-item2 .con6 .textbox .tit {
                font-size: 22px;
            }

            .duty .tab-item2 .con6 .textbox .text {
                margin-top: 25px;
            }

                .duty .tab-item2 .con6 .textbox .text .h {
                    font-size: 18px;
                    margin-top: 10px;
                }

                .duty .tab-item2 .con6 .textbox .text .p {
                    font-size: 14px;
                    line-height: 24px;
                    margin-top: 10px;
                }

    .duty .tab-item2 .con7 {
        margin-top: 220px;
    }

        .duty .tab-item2 .con7 .img {
            width: 600px;
            height: auto;
        }

        .duty .tab-item2 .con7 .text {
            width: 510px;
            padding: 45px 20px;
        }

            .duty .tab-item2 .con7 .text .h {
                font-size: 22px;
                margin-bottom: 15px;
            }

            .duty .tab-item2 .con7 .text .p {
                font-size: 14px;
                line-height: 24px;
            }

    .duty .tab-item2 .con8 .text .h {
        font-size: 28px;
    }

    .duty .tab-item2 .con8 .text .p {
        line-height: 26px;
        margin-top: 26px;
    }

    .duty .tab-item2 .con9 .box {
        margin-bottom: 30px;
    }

    .duty .policy1 .box .con {
        padding: 30px 25px 0;
    }

    .duty .policy2 .con .box {
        padding: 15px;
    }

        .duty .policy2 .con .box .h {
            font-size: 16px;
        }

        .duty .policy2 .con .box .p {
            font-size: 14px;
        }

    .text-x .h {
        font-size: 36px;
    }

    .text-x .p {
        font-size: 30px;
    }

    .smart2 .hei {
        height: 60px;
    }

        .smart2 .hei .on a {
            width: 120px;
            line-height: 30px;
            font-size: 16px;
            margin-top: 18px;
        }

        .smart2 .hei .h {
            line-height: 60px;
        }

    .smart2 .con1 .text-x {
        top: 70px;
        right: 50px;
    }

    .smart2 .con3 .tit .t {
        font-size: 40px;
        padding: 0 30px;
    }

    .smart2 .con3 {
        padding: 30px 0;
    }

        .smart2 .con3 .conbox {
            padding-top: 50px;
        }

        .smart2 .con3 .box .h {
            font-size: 24px;
            margin-top: 20px;
        }

        .smart2 .con3 .box .p {
            font-size: 20px;
            line-height: 26px;
            margin-top: 10px;
        }

    .smart2 .con4 {
        padding: 30px 0;
    }

        .smart2 .con4 .tit {
            font-size: 40px;
            padding-bottom: 40px;
        }

        .smart2 .con4 .p {
            font-size: 24px;
            margin-top: 40px;
        }

        .smart2 .con4 .img {
            margin-top: 30px;
        }

        .smart2 .con4 .imgbox .on {
            bottom: 35px;
            width: 280px;
        }

            .smart2 .con4 .imgbox .on .bef, .smart2 .con4 .imgbox .on .aft {
                font-size: 26px;
                line-height: 50px;
            }

    .duty .tab-item2 .con11 .box .text .h {
        margin-top: 20px;
    }

    .duty .tab-item2 .con11 .box .text .data span {
        font-size: 28px;
    }

    .inve-bh .con2 {
        padding-top: 40px;
    }

        .inve-bh .con2 .text {
            width: 56%;
        }

    .solve2 .tit .h {
        font-size: 24px;
    }

    .contact .con1 {
        width: 100%;
    }

    .smart .tab-item1.gc .video video {
        height: 555px;
    }
}

@media (max-width:992px) {
    .container-fluid2 {
        padding: 0 15px;
    }

    header .logo-box .sosuo {
        line-height: 80px;
        padding-right: 60px;
    }

    header .logo {
        max-width: 55%;
        height: 80px;
        line-height: 80px;
    }

    header .sjdnav {
        top: 80px;
        position: fixed;
    }

    header .ydd_btn {
        width: 35px;
        top: 30px;
        position: fixed;
    }

        header .ydd_btn span {
            height: 4px;
        }

            header .ydd_btn span.span02 {
                margin: 3px 0;
            }

        header .ydd_btn.click span.span02 {
            margin: 4px 0;
        }
    /***************join**************/
    .jsMobile {
        display: none;
    }
    .flexParent {
        display: block !important;
    }

    .flexChild {
        margin-bottom: 20px;
    }

    .flexChild .bootstrap-select {
        width: 100% !important;
    }

    .dateDistance {
        padding-right: 0;
    }

    #searchList .rowDetail {
        margin: 0;
        padding: 0 15px 60px;
    }



    #searchList .jsClickDetail {
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

   

    .join .location {
        display: none
    }

    .jsWordMobile {
        word-break: break-all;
    }

    .join .con {
        overflow: hidden;
    }
}


@media (max-width:767px) {
    .container-fluid2 {
        padding: 0 15px;
    }

    header .logo-box .sosuo {
        line-height: 80px;
        padding-right: 60px;
    }

    header .logo {
        max-width: 55%;
        height: 80px;
        line-height: 80px;
    }

    header .sjdnav {
        top: 80px;
        position: fixed;
    }

    header .ydd_btn {
        width: 35px;
        top: 30px;
        position: fixed;
    }

        header .ydd_btn span {
            height: 4px;
        }

            header .ydd_btn span.span02 {
                margin: 3px 0;
            }

        header .ydd_btn.click span.span02 {
            margin: 4px 0;
        }

    .footer .foot1 .nav1 ul dl {
        font-size: 14px;
    }

    .footer .foot1 .nav1 ul dd a {
        font-size: 12px;
        margin-top: 5px;
    }

    .footer .foot1 .nav1 ul dd > div {
        font-size: 12px;
        margin-top: 5px;
    }

    .page-mod .page-item {
        min-width: 30px;
    }

    .title {
        padding: 30px 0;
    }

        .title h5 {
            font-size: 20px;
        }

    .home1 .con .box {
        margin: 8px;
        width: 47%;
    }

    .demo {
        width: 100px;
        height: 40px;
    }

        .demo a {
            line-height: 40px;
        }

        .demo::after {
            display: none;
        }

    .home2 {
        margin-bottom: 50px;
    }

        .home2 .con {
            margin-bottom: 30px;
        }

        .home2 .box {
            margin: 0 8px;
            height: 185px;
            overflow: hidden;
        }

            .home2 .box .text .h {
                font-size: 14px;
            }

            .home2 .box .text1 {
                margin-bottom: 10px;
            }

                .home2 .box .text1 .h {
                    margin-top: 0;
                }

    .home3 {
        margin-bottom: 30px;
    }

        .home3 .con {
            display: block;
            text-align: center;
        }

            .home3 .con .pp {
                display: inline-block;
                width: 33%;
                margin: 5px 10px;
            }

    .footer .foot1 .nav1 {
        text-align: center;
        margin-top: 10px;
    }

        .footer .foot1 .nav1 ul {
            width: 25%;
            margin: 0;
            margin-top: 15px;
        }

    .footer .foot2 {
        height: auto;
        padding: 0 15px;
    }

        .footer .foot2 .t {
            line-height: 30px;
            font-size: 12px;
        }

            .footer .foot2 .t a {
                font-size: 12px;
            }

        .footer .foot2 .le {
            display: block;
        }

        .footer .foot2 .nav3 ul {
            margin-top: 0;
            margin-bottom: 15px;
        }

            .footer .foot2 .nav3 ul li ul {
                width: 102px;
                bottom: 47%;
            }

    .title {
        padding: 20px 0;
    }

    .aitem_list {
        height: 80px;
        line-height: 80px;
        overflow: auto;
    }

        .aitem_list .atime {
            margin: 0 24px;
            font-size: 16px;
        }

    .x-nav {
        height: 80px;
        line-height: 80px;
        overflow: auto;
    }

        .x-nav a {
            margin: 0 24px;
            font-size: 16px;
        }

    .info1 .text .t {
        font-size: 14px;
        line-height: 20px;
    }

    .info1 .ico .box {
        margin: 0 20px;
    }

    .info1 .imgbox .img {
        width: 32%;
    }

    .headimg .text {
        top: 60px;
        left: 60px;
    }

        .headimg .text .h {
            font-size: 28px;
        }

        .headimg .text .p {
            font-size: 18px;
        }

    .solutions .tab1 .tab-term {
        width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .solutions .tab2 {
        height: 120px;
        overflow-x: auto;
        white-space: nowrap;
    }

        .solutions .tab2 .tab-term {
            width: 110px;
            height: 120px;
            padding-top: 20px;
        }

            .solutions .tab2 .tab-term .h {
                font-size: 16px;
                margin-top: 10px;
            }

            .solutions .tab2 .tab-term .img img {
                width: 50%;
            }

    .solutions .tab2-1.tab-cont .tab-item .box {
        padding: 10px;
    }

        .solutions .tab2-1.tab-cont .tab-item .box .img {
            width: 95%;
        }

            .solutions .tab2-1.tab-cont .tab-item .box .img img {
                height: 100px;
            }

        .solutions .tab2-1.tab-cont .tab-item .box .text .h {
            font-size: 14px;
        }

        .solutions .tab2-1.tab-cont .tab-item .box .mo {
            margin-top: 10px;
        }

            .solutions .tab2-1.tab-cont .tab-item .box .mo .an {
                width: 60px;
                height: 25px;
                line-height: 25px;
                font-size: 12px;
            }

    .solve {
        padding-bottom: 50px;
    }

        .solve .box {
            width: 48%;
            height: 225px;
            margin-left: 2%;
        }

            .solve .box:first-child {
                margin-left: 0 !important;
            }

            .solve .box:nth-child(3n + 1) {
                margin-left: 2%;
            }

            .solve .box:nth-child(2n + 1) {
                margin-left: 0;
            }

            .solve .box .text {
                padding-top: 160px;
            }

    .solutions .tab2-1.tab-cont {
        padding-top: 20px;
    }

    .solve-fa.solutions .tab2 {
        height: 80px;
    }

        .solve-fa.solutions .tab2 .tab-term {
            height: 80px;
            margin: 0 10px;
        }

    .solutions .tab2 .tab-term.active .h {
        font-size: 14px;
    }

    .smart .con .textbox .p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .smart .tab-bar {
        margin-top: 30px;
    }

        .smart .tab-bar .tab-term {
            width: 28%;
            padding: 20px 0;
            margin: 5px;
            height: auto;
        }

            .smart .tab-bar .tab-term .img {
                width: 30%;
                margin: auto;
            }

                .smart .tab-bar .tab-term .img img {
                    width: 100%;
                }

            .smart .tab-bar .tab-term .h {
                font-size: 18px;
                margin-top: 15px;
            }

    .smart .tab-cont .tab-item1 .box {
        padding-top: 20px;
    }

    .smart .tab-item1 .lb .swiper-slide {
        padding-bottom: 40px;
    }

    .smart .tab-cont .tab-item1 .text {
        padding: 0;
        padding-bottom: 20px;
    }

    .smart .tab-item1.gc .video {
        width: 100%;
    }

    .smart .tab-item1.gc {
        margin-top: 30px;
    }

        .smart .tab-item1.gc .box .textbox .h {
            font-size: 26px;
        }

        .smart .tab-item1.gc .box {
            margin-top: 20px;
        }

            .smart .tab-item1.gc .box:nth-child(even) .textbox {
                padding-right: 0;
            }

    .smart .tab-cont .tab-item1.active {
        margin-bottom: 30px;
    }

    .smart .tab-cont .tab-item1 .text .h {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .smart .tab-cont .tab-item1 .text .p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }

    .smart .tab-cont .tab-item1 .box .img {
        width: 80%;
        padding: 0;
        margin: 0 auto;
        float: none;
    }

    .smart .tab-cont .tab-item1 .box .minute {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .smart .tab-cont .tab-item1 .box:nth-child(even) .img {
        float: none;
        margin: 0 auto;
    }

    .smart .tab-cont .tab-item1 .box:nth-child(even) .minute {
        float: none;
    }

    .smart .swiper-button-prev, .smart2 .swiper-button-next {
        width: 35px;
        height: 55px;
    }

    .smart .con2 .box {
        margin-top: 30px;
    }

    .smart .tab-cont .tab-item1 .box .img {
        width: 100%;
    }

    .smart .con2 .box .textbox {
        width: 100%;
        padding: 30px 50px 0;
        text-align: center;
    }

    .smart .tab-item1.gc .box .textbox {
        width: 100%;
        padding: 30px 0;
    }

    .smart .tab-item1 .lb .tit {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .madio .tab-cont .tab-item .box {
        margin-left: 10px;
    }

        .madio .tab-cont .tab-item .box .textbox .h {
            font-size: 14px;
            line-height: 20px;
        }

        .madio .tab-cont .tab-item .box .textbox .p {
            font-size: 12px;
            line-height: 18px;
        }

    .madio .tab-cont .tab-item .news .t {
        height: 40px;
    }

        .madio .tab-cont .tab-item .news .t .h {
            font-size: 16px;
            line-height: 40px;
        }

        .madio .tab-cont .tab-item .news .t .num {
            line-height: 40px;
        }

    .madio .page-mod .page-box {
        margin: 25px 0 30px;
    }

    .madio .tab-cont .tab-item .dm .scroll-tab {
        height: 320px;
        padding-left: 20px;
    }

        .madio .tab-cont .tab-item .dm .scroll-tab .num {
            font-size: 22px;
            padding-bottom: 5px;
        }

        .madio .tab-cont .tab-item .dm .scroll-tab .t a {
            font-size: 16px;
            margin-left: 10px;
        }

        .madio .tab-cont .tab-item .dm .scroll-tab .scroll-item {
            margin-top: 20px;
        }

    .madio .box2 .img {
        width: 100%;
        height: auto;
    }

    .madio .box2 .textbox {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .know .con1 .num {
        width: 30%;
        margin: 0 5px;
    }

        .know .con1 .num .h {
            font-size: 18px;
        }

    .know .con1 {
        padding-top: 60px;
    }

    .know .con1 {
        height: 250px;
    }

    .know .con3 .swiper-slide.swiper-slide-active {
        transform: translate3d(0px, 0px, -0.396432px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    }

    .know .con3 .swiper-slide.swiper-slide-prev {
        transform: translate3d(0px, 0px, -206.404px) rotateX(0deg) rotateY(0deg) scale(1) !important;
        position: relative;
        transition: all 0.2s;
    }

    .know .con3 .swiper-slide.swiper-slide-next {
        transform: translate3d(0px, 0px, -206.404px) rotateX(0deg) rotateY(0deg) scale(1) !important;
        position: relative;
        transition: all 0.2s;
    }

    .know .con3 .swiper-container {
        padding: 30px 0;
    }

    .investor .con1 .img {
        width: 100%;
        float: none;
    }

    .investor .con1 .textbox {
        padding: 15px;
        width: 100%;
        float: none;
    }

        .investor .con1 .textbox .tit {
            font-size: 18px;
        }

        .investor .con1 .textbox .numcon .box .text {
            padding-left: 45px;
        }

    .investor .con2 {
        margin: 30px 0;
    }

        .investor .con2 .box .box1 .h {
            line-height: 60px;
        }

        .investor .con2 .box .box1 .img {
            margin-top: 16px;
        }

        .investor .con2 .box .box1 .ico {
            margin-top: 16px;
        }

        .investor .con2 .box .box2 {
            padding: 15px;
        }

            .investor .con2 .box .box2 .img {
                top: 20px;
                left: 15px;
            }

            .investor .con2 .box .box2 .t {
                font-size: 14px;
                line-height: 22px;
            }

    .govern .con1 {
        padding-bottom: 30px;
    }

        .govern .con1 .img {
            width: 100%;
            float: none;
        }

        .govern .con1 .text {
            width: 100%;
            float: none;
            padding: 20px;
        }

    .govern .con3 .box {
        margin-top: 15px;
    }

        .govern .con3 .box .h {
            font-size: 16px;
            padding-left: 15px;
        }

    .join .con .location .kuan {
        right: auto;
        left: 390px;
    }

    .join .con .box .textbox .h {
        font-size: 25px;
    }

    .join .con .box .textbox .mo {
        top: 30px;
        right: 30px;
    }

    .join .con .box .textbox .p {
        font-size: 16px;
        line-height: 26px;
    }

    .join .con .box .textbox .numcon .box1 {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .join .con .box .textbox .numcon {
        margin-top: 20px;
    }

    .report .tab-cont {
        margin-top: 30px;
    }

        .report .tab-cont .tab-item .tit {
            font-size: 24px;
            padding-bottom: 0;
        }

    .essinfo .tab-cont .con1 .img {
        width: 100%;
        height: auto;
        position: static;
    }

    .essinfo .tab-cont .con1 .textbox {
        padding: 10px;
    }

        .essinfo .tab-cont .con1 .textbox .h {
            font-size: 24px;
        }

        .essinfo .tab-cont .con1 .textbox .p {
            font-size: 14px;
            line-height: 24px;
        }

    .essinfo .con3 {
        padding-bottom: 30px;
    }

    .essinfo .con4 {
        overflow: auto;
    }

        .essinfo .con4 table {
            width: 1000px;
            overflow: auto;
        }

    .essinfo .tab-bar .tab-term1 {
        font-size: 14px;
        line-height: 30px;
    }

    .essinfo .box2 .img {
        width: 100%;
        float: none;
    }

        .essinfo .box2 .img::before {
            display: none;
        }

    .essinfo .box2 .text {
        width: 100%;
        float: none;
        padding: 15px;
    }

    .essinfo .box2:nth-child(even) .img {
        float: none;
    }

    .essinfo .box2:nth-child(even) .text {
        float: none;
        padding: 15px;
    }

    .essinfo .tab-bar .tab-term1 {
        font-size: 16px;
        line-height: 30px;
    }

    .essinfo .box2:first-child {
        margin-top: 30px;
    }

    .essinfo .box2 {
        margin-top: 30px;
    }

    header .logo-box .sosuo .switch .drop {
        right: -36px;
    }

        header .logo-box .sosuo .switch .drop::before {
            right: 41px;
        }

    .essinfo .tab-cont .tab-item1 .con2 .demo {
        margin: 30px auto;
    }

    .madio2 .con .tit {
        padding-bottom: 10px;
    }

        .madio2 .con .tit .data {
            font-size: 14px;
        }

        .madio2 .con .tit .h {
            font-size: 18px;
        }

    .know .swiper-but {
        width: 50px;
        height: 50px;
        background-size: 30%;
    }

    .duty .tab-item1 .con1 .text .p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .duty .tab-item1 .con2 .box .img {
        width: 100%;
        float: none;
        text-align: center;
    }

        .duty .tab-item1 .con2 .box .img img {
            max-width: 60%;
        }

    .duty .tab-item1 .con2 .box .text {
        width: 100%;
        float: none;
        padding: 30px 0;
    }

    .duty .tab-item1 .con2 .box:nth-child(even) .text {
        padding: 30px 0;
    }

    .duty .tab-item1 .con2 .box:nth-child(even) {
        padding: 30px 0;
    }

    .duty .tab-item1 .con2 .box .text .h {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .duty .tab-item1 .con2 .box .text .p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .duty .tab-item1 .con3 {
        padding: 50px 0;
    }

        .duty .tab-item1 .con3 .box {
            width: 100%;
            margin-top: 20px;
        }

            .duty .tab-item1 .con3 .box .text {
                margin-top: 15px;
            }

                .duty .tab-item1 .con3 .box .text .p {
                    font-size: 14px;
                    line-height: 22px;
                    margin-top: 15px;
                }

    .duty .tab-bar1 .tab-term1 {
        line-height: 50px;
        font-size: 16px;
    }

    .headimg {
        margin-top: 80px;
    }

    .duty .tab-mod2 .tab-cont {
        position: relative;
    }

        .duty .tab-mod2 .tab-cont .tab-item2 {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

            .duty .tab-mod2 .tab-cont .tab-item2.active {
                position: static;
                display: block;
            }

    .duty .tab-term2 {
        line-height: 36px;
    }

    .duty .tab-item2 .con4 {
        margin-top: 30px;
    }

    .duty .tab-item2 .con5 .tit {
        font-size: 20px;
    }

    .duty .tab-item2 .con5 {
        margin-top: 0;
        padding: 30px 0;
    }

        .duty .tab-item2 .con5 .conbox {
            margin-top: 30px;
            padding: 0 30px;
        }

            .duty .tab-item2 .con5 .conbox .box {
                padding: 30px 0;
            }

                .duty .tab-item2 .con5 .conbox .box .text {
                    width: 100%;
                    padding: 0;
                    text-align: center;
                }

                .duty .tab-item2 .con5 .conbox .box .img {
                    width: 100%;
                    height: auto;
                    text-align: center;
                }

                .duty .tab-item2 .con5 .conbox .box .text .h {
                    font-size: 18px;
                    text-align: center;
                }

                .duty .tab-item2 .con5 .conbox .box .text .p {
                    font-size: 14px;
                    line-height: 24px;
                }

    .duty .tab-item2 .con6 .img {
        width: 100%;
    }

    .duty .tab-item2 .con6 .textbox {
        width: 100%;
        position: static;
    }

    .duty .tab-item2 .con7 .text {
        width: 100%;
        padding: 20px;
    }

    .duty .tab-item2 .con7 .img {
        width: 100%;
        position: static;
    }

    .duty .tab-item2 .con7 {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .duty .tab-item2 .con8 .text {
        margin-top: 30px;
    }

        .duty .tab-item2 .con8 .text .h {
            font-size: 24px;
        }

        .duty .tab-item2 .con8 .text .p {
            font-size: 14px;
            line-height: 24px;
            margin-top: 15px;
        }

    .duty .tab-item2 .con9 .box {
        min-height: 450px;
    }

        .duty .tab-item2 .con9 .box .h {
            font-size: 18px;
            margin-top: 10px;
        }

        .duty .tab-item2 .con9 .box .p {
            line-height: 22px;
            margin-top: 10px;
        }

    .duty .tab-item2 .con10 .box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .duty .policy1 .box {
        width: 28.5%;
        margin: 0 2%;
    }

        .duty .policy1 .box .h {
            font-size: 14px;
            line-height: 20px;
        }

        .duty .policy1 .box .on {
            width: 100px;
            left: 24%;
        }

    .duty .policy2 {
        padding-bottom: 30px;
    }

        .duty .policy2 .con .box {
            width: 49%;
            margin-left: 0;
            margin-bottom: 15px;
        }

    .smart .tab-cont .tab-item1 .box:nth-child(even) .img {
        padding-right: 0;
    }

    .smart2 {
        margin-top: 80px;
    }

        .smart2 .con1 .text-x {
            top: 20px;
            right: 15px;
        }

    .text-x .p {
        font-size: 22px;
    }

    .text-x .h {
        font-size: 24px;
    }

    .smart2 .con2 .text-x {
        top: 22px;
    }

    .smart2 .con3 .tit .t {
        font-size: 26px;
    }

        .smart2 .con3 .tit .t::before, .smart2 .con3 .tit .t::after {
            width: 12px;
            height: 12px;
        }

    .smart2 .con3 .box {
        margin: 0 5px;
    }

        .smart2 .con3 .box .h {
            font-size: 18px;
            margin-top: 10px;
        }

        .smart2 .con3 .box .p {
            font-size: 14px;
            line-height: 20px;
        }

    .smart2 .con3 .conbox {
        padding-top: 20px;
    }

    .smart2 .con4 .tit {
        font-size: 28px;
        padding-bottom: 30px;
    }

        .smart2 .con4 .tit::before {
            width: 66px;
            height: 7px;
        }

    .smart2 .con4 .p {
        font-size: 18px;
        margin-top: 24px;
    }

    .duty .tab-item2 .con10 {
        padding: 30px 0;
    }

    .duty .tab-item2 .con11 {
        padding: 30px 0;
    }

        .duty .tab-item2 .con11 .tit {
            padding-bottom: 30px;
            font-size: 22px;
        }

        .duty .tab-item2 .con11 .box .img {
            width: 100%;
            height: auto;
        }

        .duty .tab-item2 .con11 .box .text {
            width: 100%;
            padding: 15px 0;
        }

        .duty .tab-item2 .con11 .box {
            margin-top: 30px;
        }

    .info1 .imgbox .img {
        width: 100%;
    }

        .info1 .imgbox .img .text {
            padding: 51% 10px 0;
        }

        .info1 .imgbox .img:hover .text {
            padding: 28% 5px 0;
        }

        .info1 .imgbox .img .text .h {
            font-size: 22px;
        }

        .info1 .imgbox .img .text .p {
            font-size: 12px;
            margin-top: 5px;
        }

    .info3 .con .box {
        width: 49%;
        margin-left: 2%;
    }

        .info3 .con .box:nth-child(4n + 1) {
            margin-left: 2%;
        }

        .info3 .con .box:nth-child(2n + 1) {
            margin-left: 0;
        }

        .info3 .con .box .on {
            margin-bottom: 20px;
        }

    .info3 .iov {
        height: 250px;
    }

        .info3 .iov .img2 {
            width: 30%;
            height: 100%;
        }

            .info3 .iov .img2 img {
                margin-top: 15px;
            }

        .info3 .iov .text2 {
            width: 70%;
            padding: 0 0 0 20px;
        }

            .info3 .iov .text2 .h {
                margin-top: 10px;
                font-size: 22px;
            }

            .info3 .iov .text2 .p {
                padding-bottom: 10px;
            }

            .info3 .iov .text2 .t {
                font-size: 14px;
                margin-top: 5px;
            }

    .info2 .con .swiper-container {
        width: 510px;
    }

    .info4 .con .tab-mod .tab-bar {
        white-space: nowrap;
        overflow: auto;
    }

    .essinfo .con3 .tab2 .tab-cont {
        overflow: auto;
    }

    .inve-bh.madio .news .t .h {
        font-size: 16px;
        width: 73%;
    }

    .inve-bh.madio .news .t .num {
        font-size: 14px;
    }

    .inve-bh .con2 .text {
        width: 70%;
    }

        .inve-bh .con2 .text .h {
            font-size: 18px;
        }

    .inve-bh .con1 .text .p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .inve-bh .con3 .box {
        padding: 30px 0;
    }

        .inve-bh .con3 .box .img {
            width: 100%;
            float: none;
        }

        .inve-bh .con3 .box .text {
            width: 100%;
            float: none;
            padding: 30px 0;
        }

        .inve-bh .con3 .box:nth-child(even) .img {
            float: none;
        }

        .inve-bh .con3 .box:nth-child(even) .text {
            float: none;
            padding: 30px 0;
        }

    .solve2 .tit .h {
        font-size: 22px;
    }

        .solve2 .tit .h::before {
            right: 60%;
        }

        .solve2 .tit .h::after {
            left: 60%;
        }

    .title .p {
        margin-top: 20px;
    }

    .banner {
        margin-top: 80px;
    }

        .banner .swiper-slide video {
            height: 330px;
        }

        .banner .swiper-pagination {
            bottom: 35px;
        }

    .essinfo .con3 {
        padding-bottom: 55px;
    }

        .essinfo .con3 .box {
            padding-top: 10px;
            width: 50%;
        }

            .essinfo .con3 .box .t {
                font-size: 20px;
            }

            .essinfo .con3 .box .num {
                font-size: 28px;
            }

                .essinfo .con3 .box .num span {
                    font-size: 28px;
                }

    .contact table textarea {
        height: 150px;
    }

    .contact .textbox {
        padding: 15px 10px 0;
    }

    .contact button {
        margin: 20px 0;
    }

    .contact .imgbox {
        padding: 50px 20px 148px;
    }

        .contact .imgbox .box .text {
            width: 80%;
        }

    .contact table th {
        height: 40px;
        padding-left: 10px;
    }

    .contact table tr {
        height: 35px;
    }

    .contact table td {
        height: 35px;
    }

    .contact table input {
        padding-left: 10px;
    }

    .contact table textarea {
        padding: 10px;
    }

    .x-con .tab-bar {
        overflow: auto;
        white-space: nowrap;
    }

    .x-con .tab-cont .tab-item .text {
        width: 50%;
    }

    .smart .tab-item1.gc .video video {
        height: 370px;
    }

    /***************join**************/
    .jsMobile {
        display: none;
    }

    .searchBar .container-row {
        padding: 0 10px;
    }

    .flexParent {
        display: block !important;
    }

    .flexChild {
        margin-bottom: 20px;
    }

        .flexChild .bootstrap-select {
            width: 100% !important;
        }

    .listHead {
        font-size: 14px;
        padding: 30px 15px 15px;
        font-weight: 600;
    }

    .dateDistance {
        padding-right: 0;
    }

    .searchCon .container-row {
        padding: 0;
    }

    #searchList .rowDetail {
        margin: 0;
        padding: 0 15px 60px;
    }

    #searchList .jsClickDetail {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }

    .join .location {
        display: none
    }

    .jsWordMobile {
        word-break: break-all;
    }

    .join .con {
        overflow: hidden;
    }
}

@media (max-width:479px) {
    .banner .swiper-pagination {
        bottom: 10px;
    }

    header .ydd_btn {
        width: 25px;
        top: 21px;
    }

    header .sjdnav {
        top: 55px;
    }

    header .logo {
        height: 60px;
        line-height: 60px;
        max-width: 65%;
        width: 40%;
    }

    .banner .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0px 3px
    }

    header .logo-box .sosuo .switch .ico {
        width: 30px;
        overflow: hidden;
    }

    .banner .swiper-pagination-bullet-active {
        background-color: #000;
    }

    header .logo-box .sosuo {
        line-height: 60px;
        padding-right: 40px;
    }

        header .logo-box .sosuo .an {
            width: 75px;
            height: 30px;
            margin: 15px 15px 0 0;
        }

            header .logo-box .sosuo .an .p {
                font-size: 14px;
                line-height: 30px;
            }

    .home1 .con {
        margin-bottom: 20px;
    }

        .home1 .con .box {
            margin: 3px;
        }

            .home1 .con .box .p {
                font-size: 10px;
                left: 5px;
                bottom: 5px;
            }

    .home2 .box {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
    }

    .home2 .con {
        margin-bottom: 10px;
    }

    .footer .foot1 {
        padding: 50px 0;
    }

        .footer .foot1 .nav1 ul {
            width: 33%;
        }

            .footer .foot1 .nav1 ul dl {
                font-size: 15px;
            }

            .footer .foot1 .nav1 ul dd a {
                font-size: 14px;
            }

    .footer .foot2 .t2 {
        margin: 0 0 0 20px;
    }

    .footer .foot2 .nav3 ul li ul {
        width: 90px;
    }

    .aitem_list {
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .x-nav {
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .title h5 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .info1 .text .t {
        font-size: 12px;
        line-height: 17px;
    }

    .info1 .ico .box {
        margin: 10px 10px;
    }

    .info1 .imgbox {
        margin-top: 25px;
    }

        .info1 .imgbox .img {
            width: 100%;
        }

            .info1 .imgbox .img .text {
                padding: 49% 5px 0;
            }

                .info1 .imgbox .img .text .h {
                    font-size: 20px;
                }

    .info2 .swiper-wrapper {
        overflow: initial;
    }

    .info3 .con {
        display: inline-table;
    }

        .info3 .con .box {
            width: 49%;
            display: inline-block;
            padding: 0 5px;
            margin-bottom: 0;
        }

            .info3 .con .box .text .h {
                font-size: 18px;
            }

    .info4 .con .tab-bar {
        overflow-x: auto;
        white-space: nowrap;
    }

    .info4 .con .tab-term {
        width: auto;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 16px;
    }

        .info4 .con .tab-term.active {
            font-size: 16px;
        }

    .info4 .con .tab-term {
        margin: 0 10px;
    }

    .info5 {
        padding-bottom: 50px;
    }

        .info5 .con .box {
            height: 170px;
        }

            .info5 .con .box .text .h {
                font-size: 16px;
            }

            .info5 .con .box .text .p {
                font-size: 12px;
            }

        .info5 .con .box {
            padding: 15px 5px;
        }

    .info6 {
        margin-bottom: 50px;
    }

        .info6 ul li {
            padding: 20px 0 0 25px;
        }

            .info6 ul li .num {
                top: 20px;
            }

            .info6 ul li:nth-child(even) {
                padding: 20px 20px 0 0;
            }

    .footer .foot1 .logo1 {
        float: none;
        margin-right: 0;
    }

    .footer .foot1 .nav1 {
        display: inline-block;
    }

        .footer .foot1 .nav1 ul {
            display: inline-block;
            vertical-align: top;
            width: 31%;
            margin-bottom: 10px;
        }

            .footer .foot1 .nav1 ul dd a {
                margin-top: 5px;
            }

    .info1 .ico {
        margin-top: 30px;
    }

        .info1 .ico .box .img img {
            width: 60%;
        }

        .info1 .ico .box .t {
            min-width: 108px;
        }

            .info1 .ico .box .t .num {
                font-size: 20px;
            }

            .info1 .ico .box .t .h {
                font-size: 14px;
            }

    .headimg .text {
        left: 10px;
        top: 20px;
    }

        .headimg .text .h {
            font-size: 20px;
        }

        .headimg .text .p {
            font-size: 16px;
        }

    .solutions .tab1 .tab-term {
        font-size: 14px;
    }

    .solutions .tab2 {
        margin-top: 20px;
    }

    .solutions .tab2-1.tab-cont {
        padding-top: 20px;
    }

        .solutions .tab2-1.tab-cont .tab-item .box {
            width: 48%;
            margin-left: 5px;
            margin-bottom: 10px;
        }

            .solutions .tab2-1.tab-cont .tab-item .box:nth-child(3n + 1) {
                margin-left: 5px;
            }

            .solutions .tab2-1.tab-cont .tab-item .box:nth-child(2n + 1) {
                margin-left: 0;
            }

    .solve .box {
        margin-left: 5px;
        margin-bottom: 5px;
        height: auto;
    }

        .solve .box:nth-child(3n + 1) {
            margin-left: 5px;
        }

        .solve .box .text {
            padding-top: 90px;
        }

            .solve .box .text .h {
                font-size: 16px;
            }

            .solve .box .text .p {
                font-size: 14px;
                margin-top: 5px;
            }

    .solve {
        margin-top: 20px;
    }

    .solve-fa.solutions .tab2-1.tab-cont .tab-item .box {
        width: 48%;
        vertical-align: top;
    }

    .solutions .tab2-1.tab-cont .tab-item .box .text {
        min-height: 59px;
    }

        .solutions .tab2-1.tab-cont .tab-item .box .text .h {
            font-size: 12px;
            margin-top: 5px;
        }

    .smart .con .textbox .p {
        font-size: 14px;
        line-height: 20px;
    }

        .smart .con .textbox .p:nth-child(1) {
            margin-top: 0;
        }

    .smart .tab-cont .tab-item1 .bann {
        padding: 10px;
        height: auto;
        margin-top: 30px;
    }

    .smart .tab-cont .tab-item1 .text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        float: none;
        padding-right: 0;
        text-align: center;
    }

    .smart .tab-cont .tab-item1 .img {
        width: 100%;
        margin-top: 15px;
        float: none;
    }

    .smart .tab-cont .tab-item1 .box {
        padding: 30px 0;
    }

        .smart .tab-cont .tab-item1 .box .minute .h {
            font-size: 24px;
            margin-bottom: 15px;
        }

    .smart.smart2 .tab-cont .tab-item1 .text {
        text-shadow: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .smart.smart2 .tab-cont .tab-item1 .video {
        width: 100%;
    }

    .smart.smart2 .tab-cont .tab-item1 .box {
        padding: 0;
    }

    .smart.smart2 .con2 .box .textbox .h {
        font-size: 26px;
    }

    .smart.smart2 .con2 .box .textbox {
        padding: 20px 20px 0;
    }

    .smart.smart2 .tab-cont .tab-item1 .bann {
        padding: 20px 0 0;
    }

    .smart.smart2 .con2 .box:nth-child(even) .textbox {
        padding: 20px 20px 0;
    }

    .madio .tab-bar {
        height: 40px;
    }

        .madio .tab-bar .tab-term {
            font-size: 16px;
            margin: 0 10px;
            line-height: 40px;
            height: 40px;
        }

    .madio .tab-cont .tab-item .box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .madio .tab-cont .tab-item .news .t {
        height: auto;
    }

        .madio .tab-cont .tab-item .news .t .num {
            float: left;
        }

    .madio .tab-cont .tab-item .dm .img {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .madio .tab-cont .tab-item .dm .scroll-tab {
        width: 100%;
        padding-left: 0;
        height: 348px;
    }

        .madio .tab-cont .tab-item .dm .scroll-tab .t a {
            font-size: 12px;
            margin-left: 5px;
        }

        .madio .tab-cont .tab-item .dm .scroll-tab .num {
            font-size: 16px;
            padding-bottom: 0;
        }

        .madio .tab-cont .tab-item .dm .scroll-tab .scroll-item {
            margin-top: 10px;
        }

    .madio .zl-scrollBarBox {
        width: 3px !important;
    }

    .madio .zl-scrollBar.zl-verticalBar {
        width: 3px !important;
    }

    .madio .tab-cont .tab-item .dm {
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    .madio .box2 {
        padding: 15px 0;
    }

        .madio .box2 .textbox .text {
            width: 100%;
            text-align: justify;
        }

        .madio .box2 .textbox .h {
            font-size: 16px;
        }

        .madio .box2 .textbox .p {
            margin-top: 10px;
            ;
            line-height: 20px;
        }

        .madio .box2 .textbox .data {
            width: 100%;
            margin-top: 10px;
            text-align: left;
        }

            .madio .box2 .textbox .data .num1 {
                font-size: 20px;
                display: inline-block;
                padding-right: 10px;
            }

            .madio .box2 .textbox .data .num2 {
                font-size: 14px;
                display: inline-block;
            }

    .know .con1 .num span {
        font-size: 20px;
    }

        .know .con1 .num span.numcou {
            font-size: 50px;
        }

    .know .con1 {
        height: 190px;
        margin-top: 0;
    }

    .know .swiper-but {
        width: 40px;
        height: 40px;
    }

    .investor .con2 .box .box1 .h {
        line-height: 50px;
        font-size: 14px;
    }

    .govern .con3 .box .h {
        width: 60%;
    }

    .govern .con1 .text {
        padding: 15px 0 0;
    }

    .govern .con2 {
        padding-bottom: 30px;
    }

    .govern .con3 .box {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }

        .govern .con3 .box .h {
            font-size: 15px;
        }

        .govern .con3 .box .data {
            font-size: 12px;
        }

    .join .con {
        padding-bottom: 30px;
    }

        .join .con .box {
            margin-top: 20px;
        }

            .join .con .box .textbox {
                padding: 20px;
            }

                .join .con .box .textbox .h {
                    font-size: 22px;
                    padding-bottom: 0;
                }

                    .join .con .box .textbox .h::before {
                        left: -20px;
                    }

                .join .con .box .textbox .numcon .box1 .text {
                    width: 80%;
                }

                .join .con .box .textbox .mo {
                    bottom: 20px;
                    top: auto;
                    right: auto;
                    left: 50%;
                    transform: translateX(-50%);
                }

                .join .con .box .textbox .p {
                    font-size: 14px;
                    line-height: 22px;
                }

            .join .con .box .textbox {
                padding-bottom: 60px;
            }

    .report .tab-cont .tab-item .box {
        padding: 10px;
        height: 70px;
    }

        .report .tab-cont .tab-item .box::before {
            right: 15px;
        }

        .report .tab-cont .tab-item .box .data {
            font-size: 14px;
        }

        .report .tab-cont .tab-item .box .h {
            padding-right: 35px;
            font-size: 15px;
        }

    .report .tab-bar .tab-term {
        line-height: 30px;
        padding: 0 10px;
        font-size: 16px;
    }

    .report .tab-cont .tab-item .tit {
        font-size: 20px;
    }

    .report .tab-cont .tab-item .box {
        margin-top: 10px;
    }

    .report .tab-cont .tab-item .con2 {
        padding-top: 30px;
    }

    .essinfo .tab-cont .con1 .textbox .h {
        font-size: 22px;
    }

    .essinfo .tab-cont .con1 .textbox .p {
        margin-top: 5px;
    }

    .essinfo .tab-cont .tab-item1 .con2 .box {
        padding: 10px;
        margin-top: 10px;
    }

        .essinfo .tab-cont .tab-item1 .con2 .box .h {
            font-size: 16px;
        }

    .essinfo .tab-cont .tab-item1 .con2 .an {
        width: 100px;
        line-height: 30px;
        margin: 30px auto;
    }

        .essinfo .tab-cont .tab-item1 .con2 .an a {
            font-size: 14px;
        }

    .essinfo .con3 .tab2 .tab-bar .tab-term2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 15px;
    }

    .essinfo .con4 {
        margin-bottom: 30px;
    }

        .essinfo .con4 table tr th {
            font-size: 16px;
        }

        .essinfo .con4 table tr td {
            font-size: 14px;
            padding: 15px 0;
        }

    .essinfo .box2:nth-child(even) .text {
        padding: 5px;
    }

    .essinfo .box2 .text {
        padding: 5px;
    }

        .essinfo .box2 .text .h {
            font-size: 20px;
        }

        .essinfo .box2 .text .p {
            font-size: 14px;
            line-height: 20px;
            margin-top: 5px;
        }

    .mo2 {
        width: 120px;
        line-height: 30px;
        padding-left: 30px;
        margin-top: 30px;
    }

        .mo2::before {
            left: 7px;
        }

    .know .bj-sw .swiper-pagination {
        bottom: 10px;
    }

    .know .bj-sw .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .duty .tab-item1 .con2 .box .text .h {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .duty .tab-item1 .con3 {
        padding: 30px 0;
    }

        .duty .tab-item1 .con3 .box {
            margin-top: 15px;
            padding: 0;
        }

            .duty .tab-item1 .con3 .box .text {
                margin-top: 0;
            }

            .duty .tab-item1 .con3 .box .h2 {
                min-height: auto;
            }

    .headimg {
        margin-top: 60px;
    }

    .duty .tab-bar1 .tab-term1 {
        font-size: 14px;
    }

    .duty .tab-item2 .con5 .tit {
        font-size: 16px;
    }

    .duty .tab-item2 .con5 .conbox .box .text .h {
        font-size: 16px;
    }

    .duty .tab-item2 .con5 .conbox .box .text .p {
        font-size: 12px;
        line-height: 20px;
    }

    .duty .tab-item2 .con8 .text .h {
        font-size: 22px;
    }

    .duty .tab-item2 .con8 .text .p {
        line-height: 22px;
        margin-top: 10px;
    }

    .duty .tab-item2 .con9 .box {
        width: 100%;
        float: none;
        min-height: auto;
        margin-bottom: 20px;
    }

        .duty .tab-item2 .con9 .box:nth-child(even) {
            float: none;
        }

    .duty .tab-item2 .con10 {
        padding: 30px 0;
    }

        .duty .tab-item2 .con10 .box .h {
            font-size: 16px;
            margin-top: 10px;
        }

        .duty .tab-item2 .con10 .box .p {
            font-size: 12px;
            line-height: 20px;
            margin-top: 10px;
        }

    .duty .policy1 {
        padding-bottom: 30px;
    }

        .duty .policy1 .box {
            width: 32%;
            margin: 0;
        }

            .duty .policy1 .box .con {
                padding: 15px 10px 0;
            }

            .duty .policy1 .box .on {
                width: 65px;
                line-height: 24px;
                left: 23%;
            }

                .duty .policy1 .box .on a {
                    font-size: 12px;
                }

            .duty .policy1 .box .h {
                font-size: 12px;
                line-height: 16px;
            }

    .duty .policy2 .con .box {
        width: 100%;
    }

    .smart .tab-cont .tab-item1 .box .minute .h {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .smart2 {
        margin-top: 60px;
    }

        .smart2 .hei {
            height: 50px;
        }

            .smart2 .hei .h {
                font-size: 14px;
                line-height: 50px;
            }

            .smart2 .hei .on a {
                width: 80px;
                font-size: 12px;
                margin-top: 10px;
            }

    .text-x .h {
        font-size: 16px;
    }

    .text-x .p {
        font-size: 14px;
    }

    .smart2 .con3 .tit .t {
        font-size: 20px;
    }

    .smart2 .con3 .box {
        width: 100%;
        margin: 0;
        padding-bottom: 15px;
    }

    .smart2 .con4 .tit {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .smart2 .con4 .p {
        font-size: 12px;
        margin-top: 10px;
    }

    .smart2 .con4 .img {
        margin-top: 20px;
    }

    .smart2 .con4 .imgbox .on {
        bottom: 10px;
        width: 180px;
    }

        .smart2 .con4 .imgbox .on .bef, .smart2 .con4 .imgbox .on .aft {
            font-size: 18px;
            line-height: 30px;
        }

    .duty .tab-item2 .con11 .box .text .data {
        font-size: 14px;
    }

        .duty .tab-item2 .con11 .box .text .data span {
            font-size: 22px;
        }

    .duty .tab-item2 .con11 .box .text .h {
        margin-top: 5px;
        font-size: 20px;
    }

    .duty .tab-item2 .con11 .box .text .p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .info2 .con .swiper-container {
        width: 100%;
        padding: 60px 34px 70px;
    }

    .inve-bh.madio .news .t .h {
        width: 100%;
        line-height: 50px;
    }

    .madio .news .t .num {
        float: left;
        line-height: 20px;
    }

    .know .con1 .num .h {
        font-size: 14px;
    }

    .info3 .iov {
        height: auto;
    }

        .info3 .iov .img2 {
            width: 100%;
            height: auto;
            text-align: center;
        }

            .info3 .iov .img2 img {
                margin-top: 0;
                max-width: 55%;
            }

        .info3 .iov .text2 {
            width: 100%;
            text-align: center;
            padding: 0;
        }

            .info3 .iov .text2 .t {
                text-align: justify;
            }

    .solve2 .tit {
        padding: 20px 0 0;
    }

        .solve2 .tit .h {
            font-size: 20px;
        }

            .solve2 .tit .h::before, .solve2 .tit .h::after {
                display: none;
            }

    .solve .box .text {
        padding-top: 78px;
    }

    .title .p {
        margin-top: 10px;
    }

    .x-nav {
        height: 60px;
        line-height: 60px;
    }

    .contact .imgbox {
        width: 100%;
        padding: 20px;
    }

        .contact .imgbox .box {
            margin-top: 30px;
        }

    .contact .textbox {
        width: 100%;
    }

    .contact {
        padding-bottom: 50px;
    }

        .contact button {
            margin: 20px 0 0;
        }

    .x-con .tab-cont .tab-item .text {
        width: 100%;
        line-height: 30px;
    }

    .x-con .tab-term {
        margin: -1px 30px 0;
    }

    .smart .tab-item1.gc .video video {
        height: 230px;
    }

    .smart .tab-item1.gc .swiper-button-prev, .smart .tab-item1.gc .swiper-button-next {
        width: 30px;
        height: 45px;
        top: 70%;
    }
}

@media (max-width:350px) {
    .footer .foot2 {
        text-align: center;
    }

        .footer .foot2 .t2 {
            margin: 0;
        }

    .b-right {
        float: left;
        text-align: left;
    }

    .headimg .text .h {
        font-size: 16px;
    }

    .headimg .text .p {
        font-size: 14px;
    }

    .solutions .tab2-1.tab-cont .tab-item .box {
        width: 90%;
        margin-left: 0;
    }

    .solve .box {
        width: 100%;
        height: 180px;
    }

        .solve .box .text {
            padding-top: 120px;
        }

        .solve .box:nth-child(3n + 1) {
            margin-left: 0;
        }

    .info3 .con .box {
        padding: 0;
    }

    .info3 .con .box {
        margin-bottom: 10px;
    }

    .info3 .iov .text2 {
        padding: 0;
    }

        .info3 .iov .text2 .h {
            font-size: 20px;
        }

        .info3 .iov .text2 .p {
            padding-bottom: 10px;
        }

        .info3 .iov .text2 .t {
            font-size: 14px;
        }

    .smart .tab-item1.gc .video video {
        height: 150px;
    }
}
