/*common start*/
:root {
    --primary-color: #2f82ff;
    --main-color: #2f82ff;
    --main-color-white: #fff;
}

body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    color: #999;
    overflow-x: hidden;
    background: #000;
}

a {
    color: #999;
}

    a:hover {
        color: var(--primary-color);
        text-decoration: none;
    }

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 76%;
    margin: 0 auto;
    min-width: 1000px;
}

input, textarea, select {
    outline: none;
}

img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#lContent img, #lblContent img, .xiangxi_con img, .xiangqing img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media(max-width:999px) {
    .wapper1 {
        width: 90%;
        min-width: 0;
    }
}
/*common end*/


.head {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 55;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.head2bg {
}

.head2 {
    height: 100px;
    transition: all .3s ease;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.head .logo {
    float: left;
    width: 20%;
    height: 100px;
    position: relative;
}

    .head .logo img {
        max-width: 100%;
        max-height: 90%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
    }

    .head .logo .img1 {
        display: none;
    }

.head2 .rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*menu*/
.head .menu {
    height: 100px;
    line-height: 100px;
}

    .head .menu > ul {
    }

        .head .menu > ul > li {
            float: left;
        }

            .head .menu > ul > li.menu_down {
                position: relative;
            }

            .head .menu > ul > li > a {
                color: #303030;
                display: block;
                font-size: 14px;
                font-weight: normal;
                position: relative;
                padding: 0 1.04vw;
            }

                .head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a {
                    color: var(--primary-color);
                }

                .head .menu > ul > li > a:before {
                    content: "";
                    width: 0;
                    height: 3px;
                    background: var(--primary-color);
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    transition: all .3s ease;
                }

                .head .menu > ul > li > a:hover:before, .head .menu > ul > li:hover > a:before {
                    width: 100%;
                }

            .head .menu > ul > li ul {
                width: fit-content;
                min-width: 180px;
                background: #000;
                box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                z-index: 5;
                display: none;
            }

                .head .menu > ul > li ul li {
                    position: relative;
                }

                    .head .menu > ul > li ul li a {
                        color: #fff;
                        display: block;
                        font-weight: normal;
                        font-size: 14px;
                        line-height: 24px;
                        padding: 10px 5px 10px 1.04vw;
                        text-align: center;
                        white-space: nowrap;
                        position: relative;
                    }

                        .head .menu > ul > li ul li a:hover, .head .menu > ul > li > ul li:hover > a {
                            color: #fff;
                            background: var(--primary-color);
                        }

                    .head .menu > ul > li ul li ul {
                        width: 100%;
                        position: absolute;
                        top: 0;
                        left: 100%;
                        transform: translateX(0);
                        display: none;
                    }

                    .head .menu > ul > li ul li:hover > ul {
                        display: block;
                    }

.head_height {
    height: 100px;
}

@media(max-width:999px) {
    .head_height {
        height: 60px;
    }

    .head {
    }

    .head2 {
        height: 60px;
    }

    .head .logo {
        width: 50%;
        height: 60px;
    }

    .head .h_phone {
        display: none;
    }

    .head .menu {
        display: none;
    }
}
/**/
.head .nav_open {
    width: 24px;
    height: 20px;
    cursor: pointer;
    display: none;
    position: relative;
    margin-left: 15px;
}

    .head .nav_open i, .head .nav_open:before, .head .nav_open:after {
        width: 24px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all .3s ease;
    }

    .head .nav_open i {
        top: 50%;
        transform: translateX(-50%) translate(0,-50%);
    }

    .head .nav_open:before {
        content: "";
        top: 0px;
    }

    .head .nav_open:after {
        content: "";
        bottom: 0px;
    }

    .head .nav_open.active0 i {
        opacity: 0;
        visibility: hidden;
    }

    .head .nav_open.active0:before {
        transform: translateX(-50%) translateY(9px) rotate(45deg);
    }

    .head .nav_open.active0:after {
        transform: translateX(-50%) translateY(-9px) rotate(-45deg);
    }

.head .nav_box {
    width: 100%;
    height: calc(100% - 60px);
    border-top: 1px solid #666;
    position: fixed;
    left: 0;
    top: 60px;
    display: none;
}

.head .nav_close1 {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

.head .navbg {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.head .nav {
    position: relative;
}

.head .nav_close2 {
    display: none;
}

.head .nav_list {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

    .head .nav_list ul {
    }

        .head .nav_list ul li {
            padding: 5px 5%;
        }

    .head .nav_list > ul > li {
        border-top: 1px solid #333;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 10px 5%;
    }

    .head .nav_list ul li span {
        display: block;
        position: relative;
    }

        .head .nav_list ul li span a {
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            position: relative;
            z-index: 2;
            color: #fff;
        }

    .head .nav_list > ul > li > span a {
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
    }

    .head .nav_list ul li.nav_down > span:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 6px;
        right: 0;
    }

    .head .nav_list ul li.nav_down.active1 > span:after {
        transform: rotate(180deg);
    }

    .head .nav_list ul li ul {
        padding: 5px 0 0 0;
        display: none;
    }

    .head .nav_list ul li.active1 > span > i {
        background-image: url(../images/ico_up1.png);
    }

@media(max-width:999px) {
    .head .nav_open {
        display: block;
    }
}


.banner_swiper {
    position: relative;
}

    .banner_swiper .swiper-container {
        width: 100%;
    }

        .banner_swiper .swiper-container .swiper-slide {
            position: relative;
        }

            .banner_swiper .swiper-container .swiper-slide img {
                display: block;
                width: 100%;
            }

            .banner_swiper .swiper-container .swiper-slide .txtbg {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }

            .banner_swiper .swiper-container .swiper-slide .txt {
                color: #fff;
            }

                .banner_swiper .swiper-container .swiper-slide .txt .h2 {
                    font-size: 90px;
                    line-height: 100px;
                    font-weight: bold;
                    margin-bottom: 5.72vw;
                }

                .banner_swiper .swiper-container .swiper-slide .txt .h3 {
                    font-size: 32px;
                    line-height: 42px;
                }

            .banner_swiper .swiper-container .swiper-slide.swiper-slide-active {
                z-index: 2;
            }

    .banner_swiper .swiper-pagination {
        bottom: 20px;
        height: 12px;
    }

        .banner_swiper .swiper-pagination .swiper-pagination-bullet {
            vertical-align: top;
            width: 12px;
            height: 12px;
            border-radius: 10px;
            background: #fff;
            opacity: .2;
            transition: all .3s ease;
        }

            .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 48px;
                background: var(--primary-color);
                opacity: 1;
            }

    .banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next {
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
        border-radius: 8px;
        background: rgba(0,0,0,.3);
        color: #fff;
        border-radius: 8px;
        font-size: 30px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .banner_swiper:hover .swiper-button-prev, .banner_swiper:hover .swiper-button-next {
        opacity: 1;
        visibility: visible;
    }

    .banner_swiper .swiper-button-prev:hover, .banner_swiper .swiper-button-next:hover {
        background: var(--primary-color);
    }

    .banner_swiper .swiper-button-prev {
        left: 5%;
    }

    .banner_swiper .swiper-button-next {
        right: 5%;
    }

@media(max-width:999px) {
    .banner_swiper .swiper-container .swiper-slide .txt .h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .banner_swiper .swiper-container .swiper-slide .txt .h3 {
        font-size: 12px;
        line-height: 22px;
    }

    .banner_swiper .swiper-pagination {
        bottom: 10px;
        height: 6px;
    }

        .banner_swiper .swiper-pagination .swiper-pagination-bullet {
            width: 6px;
            height: 6px;
            border-radius: 6px;
        }

            .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 24px;
            }

    .banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        font-size: 20px;
    }
}


.more1 {
}

    .more1 a {
        display: inline-block;
        position: relative;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

        .more1 a:before {
            content: "";
            width: 100%;
            padding-top: 100%;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            transition: all .6s ease;
            z-index: 1;
        }

        .more1 a:hover:before {
            animation: button_style_0_anim .75s;
        }

    .more1 span {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        line-height: 50px;
        width: 210px;
        border-radius: 5px;
        color: #333;
        position: relative;
        z-index: 2;
    }

.con01bg {
    padding: 160px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.con01 {
}

    .con01 .list1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.con01_lt {
    width: 56%;
}

    .con01_lt img {
        display: block;
        width: 100%;
    }

.con01_rt {
    width: 38%;
}

    .con01_rt .h2 {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 35px;
    }

        .con01_rt .h2 span {
            display: inline-block;
            border-bottom: 2px solid #fff;
            padding-bottom: 15px;
        }

    .con01_rt .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 35px;
        color: #fff;
    }

.con01 .list2 {
    margin-top: 100px;
}

    .con01 .list2 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .con01 .list2 ul li {
            width: 25%;
            text-align: center;
        }

            .con01 .list2 ul li .txt {
            }

                .con01 .list2 ul li .txt .h2 {
                    font-size: 36px;
                    line-height: 46px;
                    color: #fff;
                }

                .con01 .list2 ul li .txt .h3 {
                    font-size: 14px;
                    line-height: 24px;
                    color: #fff;
                }

@keyframes button_style_0_anim {
    0% {
        background: rgba(0,0,0,.25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}

@media(max-width:999px) {
    .more1 span {
        font-size: 14px;
        line-height: 40px;
        width: 160px;
    }

    .con01bg {
        padding: 60px 0;
    }

    .con01 .list1 {
        display: block;
    }

    .con01_lt {
        width: 100%;
        margin-bottom: 20px;
    }

    .con01_rt {
        width: 100%;
    }

        .con01_rt .h2 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 15px;
        }

            .con01_rt .h2 span {
                padding-bottom: 5px;
            }

        .con01_rt .h3 {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 25px;
        }

    .con01 .list2 {
        margin-top: 40px;
    }

        .con01 .list2 ul {
            flex-wrap: wrap;
        }

            .con01 .list2 ul li {
                width: 50%;
                margin-top: 20px;
            }

                .con01 .list2 ul li .txt .h2 {
                    font-size: 36px;
                    line-height: 46px;
                }

                .con01 .list2 ul li .txt .h3 {
                    font-size: 14px;
                    line-height: 24px;
                }
}


.con02bg {
    padding: 100px 0;
    background: #fff;
}

.con02 {
}

.index_proclass_box3 {
}

.proclass_gallery2 {
    position: relative;
}

    .proclass_gallery2 .proclass_gallery-thumbs {
        margin-bottom: 60px;
    }

        .proclass_gallery2 .proclass_gallery-thumbs .swiper-container {
        }

            .proclass_gallery2 .proclass_gallery-thumbs .swiper-container .swiper-wrapper {
                justify-content: center;
            }

        .proclass_gallery2 .proclass_gallery-thumbs .swiper-slide {
            width: auto;
            text-align: center;
            padding: 1px 0;
        }

            .proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .h2 {
                display: inline-block;
                text-align: center;
                color: #303030;
                cursor: pointer;
                border-radius: 5px;
                font-size: 14px;
                line-height: 40px;
                padding: 0 20px;
            }

            .proclass_gallery2 .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                background: var(--primary-color);
                color: #fff;
            }

    .proclass_gallery2 .proclass_gallery-top {
    }

        .proclass_gallery2 .proclass_gallery-top .swiper-container {
        }

        .proclass_gallery2 .proclass_gallery-top .swiper-slide {
            text-align: center;
        }

.proclass_list {
}

    .proclass_list ul li {
        float: left;
        width: calc((100% - 40px)/3);
        margin: 0 0 20px 20px;
        text-align: center;
        position: relative;
    }

        .proclass_list ul li:hover {
            box-shadow: 0 15px 15px -10px #00000026;
        }

        .proclass_list ul li:nth-child(3n-2) {
            margin-left: 0;
            clear: left;
        }

        .proclass_list ul li .nr_box {
        }

        .proclass_list ul li .img {
            padding-bottom: 85%;
            position: relative;
            overflow: hidden;
            background: #f9f9f9;
        }

            .proclass_list ul li .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto auto;
                transition: all .3s ease;
                mix-blend-mode: multiply;
            }

        .proclass_list ul li:hover .img img {
            transform: scale(1.1);
        }

        .proclass_list ul li .txtbg {
            width: 100%;
            /* background: rgba(0,0,0,.5); */
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .proclass_list ul li .txt {
            padding: 15px 5%;
            color: #fff;
        }

            .proclass_list ul li .txt .h2 {
                font-size: 15px;
                line-height: 25px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                color: #303030;
            }

        .proclass_list ul li:hover .txt .h2 {
            color: var(--primary-color);
        }

        .proclass_list ul li .txt .h3 {
            display: none;
        }

@media(max-width:999px) {
    .con02bg {
        padding: 60px 0;
    }

    .proclass_gallery2 .proclass_gallery-thumbs {
        margin-bottom: 40px;
    }

        .proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .h2 {
            font-size: 14px;
            line-height: 40px;
            padding: 0 5px;
        }

    .proclass_list ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }

        .proclass_list ul li .txt {
            padding: 15px 5%;
        }

            .proclass_list ul li .txt .h2 {
                font-size: 15px;
                line-height: 25px;
            }
}


.more2 {
}

    .more2 a {
        display: inline-block;
        position: relative;
        background: #fff;
        overflow: hidden;
    }

        .more2 a:before {
            content: "";
            width: 100%;
            padding-top: 100%;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            transition: all .6s ease;
            z-index: 1;
        }

        .more2 a:hover:before {
            animation: button_style_0_anim .75s;
        }

    .more2 span {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        line-height: 44px;
        width: 155px;
        color: #333;
        position: relative;
        z-index: 2;
    }

.con03bg {
    /* padding: 160px 0 120px 0; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .con03bg .img {
        width: 100%;
    }

        .con03bg .img img {
            width: 100%;
            vertical-align: bottom;
        }

    .con03bg .dge {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.con03 {
    float: right;
    width: 54%;
}

    .con03 .list {
        background: rgba(51, 51, 51, 0.9);
        padding: 60px 8%;
        color: #fff;
    }

        .con03 .list .h2 {
            font-size: 24px;
            line-height: 34px;
            margin-bottom: 10px;
        }

        .con03 .list .h3 {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 25px;
            color: #999;
        }

        .con03 .list .h4 {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 40px;
        }

@media(max-width:999px) {
    .more2 span {
        font-size: 14px;
        line-height: 40px;
        width: 140px;
    }

    .con03bg {
        /* padding: 60px 0; */
    }

        .con03bg .img img {
            height: 366px;
            object-fit: cover;
        }

    .con03 {
        width: 100%;
    }

        .con03 .list {
            padding: 40px 5%;
        }

            .con03 .list .h2 {
                font-size: 24px;
                line-height: 34px;
                margin-bottom: 10px;
            }

            .con03 .list .h3 {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 20px;
            }

            .con03 .list .h4 {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 30px;
            }
}


.tit1 {
}

    .tit1 .h2 {
        font-size: 30px;
        line-height: 40px;
        color: #ffffff;
    }

    .tit1 .h3 {
        font-size: 14px;
        line-height: 24px;
        color: #999;
    }

    .tit1 .line1 {
        width: 40px;
        height: 1px;
        background: #fff;
        margin: 15px 0 20px 0;
    }

.con04bg {
    padding: 120px 0;
    background: #fff;
}

.con04 {
}

    .con04 .list {
        margin-top: 80px;
    }

        .con04 .list ul li {
            padding: 25px;
            background-color: #f9f9f9;
            border-bottom: 1px solid #ececec;
        }

            .con04 .list ul li:nth-child(1) {
                border-top: none;
            }

            .con04 .list ul li .nr_box {
                display: flex;
                justify-content: space-between; /* align-items: center;*/
            }

            .con04 .list ul li .imgbg {
                width: 28%;
            }

            .con04 .list ul li .img {
                /* padding-bottom: 54%; */
                /* position: relative; */
                 overflow: hidden; 
            }

                .con04 .list ul li .img img {
                    width: 100%;
                    height: 100%;
                    /* position: absolute; */
                    /* top: 0; */
                    /* right: 0; */
                    /* bottom: 0; */
                    /* left: 0; */
                    /* margin: auto auto; */
                     transition: all .3s ease; 
                }

            .con04 .list ul li:hover .img img {
                transform: scale(1.1);
            }

            .con04 .list ul li .txtbg {
                width: 68%;
                flex: 1;
                transition: all ease 0.4s;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                padding: 25px;
                align-items: center;
            }

            .con04 .list ul li .txt {
                color: #666;
            }

                .con04 .list ul li .txt .h2 {
                    font-size: 14px;
                    line-height: 30px;
                    height: 30px;
                    margin-bottom: 20px;
                }

                    .con04 .list ul li .txt .h2 strong {
                        float: left;
                        font-weight: normal;
                        color: #303030;
                        font-size: 20px;
                        height: 30px;
                        width: 80%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                    }

                    .con04 .list ul li .txt .h2 span {
                        float: right;
                        color: #999;
                    }

                .con04 .list ul li .txt .h3 {
                    font-size: 14px;
                    line-height: 24px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                }

@media(max-width:999px) {
    .tit1 .h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .tit1 .h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .tit1 .line1 {
        width: 40px;
        height: 1px;
        margin: 15px 0 20px 0;
    }

    .con04bg {
        padding: 60px 0;
    }

    .con04 .list {
        margin-top: 40px;
    }

        .con04 .list ul li {
            padding: 20px 0;
        }

            .con04 .list ul li .nr_box {
                display: block;
            }

            .con04 .list ul li .imgbg {
                width: 100%;
                margin-bottom: 10px;
            }

            .con04 .list ul li .txtbg {
                width: 100%;
            }

            .con04 .list ul li .txt .h2 {
                font-size: 14px;
                line-height: 30px;
                height: auto;
                margin-bottom: 10px;
            }

                .con04 .list ul li .txt .h2 strong {
                    float: none;
                    font-size: 20px;
                    height: 30px;
                    width: 100%;
                }

                .con04 .list ul li .txt .h2 span {
                    float: none;
                }

            .con04 .list ul li .txt .h3 {
                font-size: 14px;
                line-height: 24px;
                -webkit-line-clamp: 2;
            }
}


.tit2 {
}

    .tit2 .h2 {
        font-size: 70px;
        line-height: 80px;
        color: #fff;
    }

    .tit2 .h3 {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        margin-top: 18px;
    }

.con05bg {
    padding: 200px 0 280px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.con05 {
}

    .con05 .list {
        width: 54%;
        margin-top: 120px;
    }

        .con05 .list ul {
            display: flex;
            justify-content: space-between; /* align-items: center;*/
            flex-wrap: wrap;
        }

            .con05 .list ul li {
                width: 48%;
                margin-bottom: 30px;
            }

                .con05 .list ul li.li1 {
                    width: 100%;
                }

                .con05 .list ul li .text1 {
                    border: none;
                    border-bottom: 1px solid rgba(179,179,179,.25);
                    background: none;
                    height: 43px;
                    line-height: 43px;
                    padding: 0;
                    width: 100%;
                    color: #fff;
                }

                .con05 .list ul li .text2 {
                    border: none;
                    border-bottom: 1px solid rgba(179,179,179,.25);
                    background: none;
                    height: 96px;
                    line-height: 24px;
                    padding: 0;
                    width: 100%;
                    color: #fff;
                    font-family: Arial;
                }

                .con05 .list ul li .button1 {
                    display: block;
                    position: relative;
                    border: none;
                    background: #fff;
                    border-radius: 5px;
                    overflow: hidden;
                    cursor: pointer;
                    width: 100%;
                }

                    .con05 .list ul li .button1:before {
                        content: "";
                        width: 100%;
                        padding-top: 100%;
                        border-radius: 100%;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        transition: all .6s ease;
                        z-index: 1;
                    }

                    .con05 .list ul li .button1:hover:before {
                        animation: button_style_0_anim .75s;
                    }

                    .con05 .list ul li .button1 span {
                        display: inline-block;
                        text-align: center;
                        font-size: 14px;
                        line-height: 50px;
                        width: 100%;
                        border-radius: 5px;
                        color: #333;
                        position: relative;
                        z-index: 2;
                    }

    .con05 input::-webkit-input-placeholder, .con05 textarea::-webkit-input-placeholder {
        color: #fff;
    }

    .con05 input:-moz-placeholder, .con05 textarea:-moz-placeholder {
        color: #fff;
    }

    .con05 input::-moz-placeholder, .con05 textarea::-moz-placeholder {
        color: #fff;
    }

    .con05 input:-ms-input-placeholder, .con05 textarea:-ms-input-placeholder {
        color: #fff;
    }

@media(max-width:999px) {
    .tit2 .h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .tit2 .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .con05bg {
        padding: 60px 0;
    }

    .con05 .list {
        width: 100%;
        margin-top: 40px;
    }

        .con05 .list ul {
            display: block;
        }

            .con05 .list ul li {
                width: 100%;
                margin-bottom: 10px;
            }

                .con05 .list ul li .text1 {
                    height: 39px;
                    line-height: 39px;
                }

                .con05 .list ul li .text2 {
                    height: 96px;
                    line-height: 24px;
                }

                .con05 .list ul li .button1 span {
                    font-size: 14px;
                    line-height: 40px;
                }
}



.foot {
    background: #f9f9f9;
    color: #7c7c7c;
}

    .foot a {
        color: #999;
    }

        .foot a:hover {
            color: #fff;
        }

.foot1bg {
    padding: 60px 0;
}

.foot1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.foot .f_logo {
    width: 15%;
}

    .foot .f_logo > a img {
        max-width: 100%;
    }

.foot .f_contact > a img {
    max-width: 100%;
}

.foot .f_contact .waji {
    display: flex;
    align-items: center;
    margin-top: 20px
}

    .foot .f_contact .waji a {
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

        .foot .f_contact .waji a img {
            max-width: 100%;
            max-height: 100%;
            background: #0a66c2;
            padding: 8px;
            border-radius: 5px;
        }


.foot .f_nav {
    width: 55%;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

    .foot .f_nav dl {
    }

        .foot .f_nav dl dt {
            font-size: 16px;
            line-height: 26px;
            color: #7c7c7c;
            margin-bottom: 20px;
        }

        .foot .f_nav dl dd {
            margin-top: 5px;
        }

.foot .f_contact {
    max-width: 28%;
    font-size: 14px;
    line-height: 24px;
}

    .foot .f_contact ul li {
        margin-bottom: 5px;
    }

        .foot .f_contact ul li .h3 {
            font-size: 24px;
            line-height: 34px;
        }

.foot2bg {
    padding: 10px 0;
    background: #f9f9f9;
}

.foot2 {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

    .foot2 a {
        display: inline-block;
    }

.foot .f_info {
}

    .foot .f_info ul li {
    }

@media(max-width:999px) {
    .foot1bg {
        padding: 30px 0;
    }

    .foot1 {
        display: block;
    }

    .foot .f_logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .foot .f_logo > img {
            max-width: 50%;
        }

        .foot .f_logo .waji {
            justify-content: center;
        }

            .foot .f_logo .waji a {
                margin: 0 5px
            }

    .foot .f_nav {
        display: none;
    }

    .foot .f_contact {
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

        .foot .f_contact ul li {
            margin-bottom: 5px;
        }

            .foot .f_contact ul li .h3 {
                font-size: 24px;
                line-height: 34px;
            }

    .foot2bg {
        padding: 15px 0;
    }
}



/*Add------------------------------------------------------------------------------*/

.inbanner {
    position: relative;
}

    .inbanner img {
        display: block;
        width: 100%;
    }

.inbarbg {
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: #f9f9f9;
    display: none;
}

.inbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.innav {
    font-size: 16px;
    line-height: 70px;
}

    .innav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .innav ul li {
            position: relative;
            padding: 0 .78vw;
        }

            .innav ul li:before {
                content: "";
                width: 1px;
                height: 15px;
                background: #ccc;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }

            .innav ul li:nth-child(1):before {
                display: none;
            }

            .innav ul li a {
                display: block;
                padding: 0 1.56vw;
                position: relative;
            }

                .innav ul li a:hover, .innav ul li.hover > a {
                    color: var(--primary-color);
                }

.weizhi {
    font-size: 14px;
    line-height: 60px;
    color: #7c7c7c;
}

    .weizhi a {
        color: #7c7c7c;
    }

    .weizhi i {
        margin-right: 5px;
        color: var(--primary-color);
        /* color: #fff; */
    }

@media(max-width:999px) {
    .inbanner .txt .h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .inbanner .txt .h3 {
        display: none;
    }

    .inbar {
        display: block;
    }

    .innav {
        font-size: 14px;
        line-height: 30px;
    }

        .innav ul {
            flex-wrap: wrap;
        }

            .innav ul li {
                padding: 0;
                width: 23%;
                margin: 1% 1%;
                text-align: center;
            }

                .innav ul li:before {
                    display: none;
                }

                .innav ul li a {
                    padding: 0;
                }

                    .innav ul li a:hover, .innav ul li.hover > a {
                        color: #fff;
                        background: var(--primary-color);
                    }

                    .innav ul li a:before {
                        display: none;
                    }

    .weizhi {
        display: none;
    }
}

.insidebg {
    padding: 80px 0 100px 0;
    background: #fff;
}

.inside {
}

.inside_lt {
    float: left;
    width: 20%;
}

.side_a {
    border: 1px solid rgba(163, 163, 163, 0.2);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 30px;
}

    .side_a .h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        background: var(--primary-color);
        color: #fff;
        padding: 15px 10px;
        text-align: center;
    }

    .side_a > ul {
        padding: 0 15px;
    }

    .side_a ul li {
    }

    .side_a > ul > li {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

        .side_a > ul > li:last-child {
            border-bottom: none;
        }

    .side_a ul li span {
        display: block;
        padding: 15px 20px 15px 0;
        position: relative;
        cursor: pointer;
    }

        .side_a ul li span:hover, .side_a ul li.hover > span {
            color: var(--primary-color);
        }

    .side_a ul li.active1 > span {
    }

        .side_a ul li.active1 > span:hover {
        }

    .side_a ul li.has_sub > span:after {
        content: "\f105";
        font: normal normal normal 16px/1 FontAwesome;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: center;
    }

    .side_a ul li.has_sub.active1 > span:after {
        content: "\f107";
    }

    .side_a ul li a {
        display: inline-block;
        color: #999;
        font-size: 14px;
    }

    .side_a > ul > li > span a {
        font-size: 16px;
    }

    .side_a ul li span:hover a, .side_a ul li.hover > span a {
        color: var(--primary-color);
    }

    .side_a ul li ul {
        padding: 0 0 10px 20px;
        display: none;
    }

        .side_a ul li ul li {
        }

            .side_a ul li ul li span {
                padding: 10px 20px 10px 0;
            }

            .side_a ul li ul li a {
            }

.inside_rt {
    float: right;
    width: 76%;
}

.inside_con {
}

@media(max-width:999px) {
    .insidebg {
        padding: 40px 0 60px 0
    }

    .inside_lt {
        width: 100%;
    }

    .inside_rt {
        float: right;
        width: 100%;
    }

    .inside_con {
    }
}




.aboutus1bg {
    padding: 100px 0;
}

.aboutus1 {
}

    .aboutus1 .tit1 {
        text-align: center;
    }

        .aboutus1 .tit1 .line1 {
            margin-left: auto;
            margin-right: auto;
        }

    .aboutus1 .list1 {
        margin: 0 auto;
        max-width: 1000px;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        margin-top: 80px;
    }

    .aboutus1 .list2 {
        margin-top: 80px;
    }

        .aboutus1 .list2 ul li {
            float: left;
            width: calc((100% - 60px)/4);
            margin: 0 0 20px 20px;
        }

            .aboutus1 .list2 ul li:nth-child(4n-3) {
                margin-left: 0;
                clear: left;
            }

            .aboutus1 .list2 ul li .img {
                padding-bottom: 90%;
                position: relative;
                overflow: hidden;
            }

                .aboutus1 .list2 ul li .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto auto;
                    transition: all .3s ease;
                }

            .aboutus1 .list2 ul li:hover .img img {
                transform: scale(1.1);
            }

@media(max-width:999px) {
    .aboutus1bg {
        padding: 60px 0;
    }

    .aboutus1 .list1 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 40px;
    }

    .aboutus1 .list2 {
        margin-top: 40px;
    }

        .aboutus1 .list2 ul li {
            width: calc((100% - 10px)/2);
            margin: 0 0 20px 10px;
        }

            .aboutus1 .list2 ul li:nth-child(4n-3) {
                margin-left: 10px;
                clear: none;
            }

            .aboutus1 .list2 ul li:nth-child(2n-1) {
                margin-left: 0;
                clear: left;
            }
}
