/*common start*/
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;
    box-sizing: border-box;
}

body {
    font-size: 0.14rem;
    font-family: Arial,' ';
    color: #333;
    overflow-x: hidden;
}

.swiper-slide img {
    width: 100%;
}

a {
    color: #666;
}

    a:hover {
        color: #88e53e;
        text-decoration: none;
    }

p {
    /*letter-spacing: 0.06rem;*/
    line-height: 1.5;
    padding: 0.05rem 0;
    font-size: 0.2rem;
    text-align: left;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 100%;
    margin: 0 auto;
    max-width: 15.3rem;
}

.wapper2 {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 15.30rem;
}

input, textarea, select {
    outline: none;
    font-family: Arial,' ';
}

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%;
    }

    .wapper2 {
        width: 90%;
    }
    .contactbt h1 {
        font-size: 30px;
    }
    .contactbt p {
        font-size: 20px;
    }
}
/*common end*/



.headbg {
    width: 100%;
    position: fixed;
    z-index: 55;
    top: 0;
    left: 0;
    transition: all .3s ease;
    background: linear-gradient(to bottom, #000, transparent);
    background-size: 100% 100%;
}

    .headbg:before {
        content: "";
        width: 100%;
        height: 11.78vw;
        min-height: 100%;
        background: url(../images/headbg.png) top repeat-x;
        background-size: auto 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .headbg.active {
        /*background: #004529;*/
    }

        .headbg.active:before {
            display: none;
        }

.head {
    height: 100px;
    position: relative;
    z-index: 2;
    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 {
        width: 11%;
        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 .rt {
    }

    .head .h_lang {
        float: left;
        margin-right: 20px;
        font-size: 1.05vw;
        line-height: calc(1.98vw + 2px);
        position: relative;
    }

        .head .h_lang span {
            padding-right: 20px;
            background: url(../images/ico_down2.png) right center no-repeat;
            cursor: pointer;
            color: #fff;
        }

        .head .h_lang ul {
            width: 120px;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,.1);
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            visibility: hidden;
            margin-top: 10px;
            transition: all .3s ease;
        }

        .head .h_lang:hover ul {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }

        .head .h_lang ul li {
            font-size: 14px;
            line-height: 24px;
        }

            .head .h_lang ul li a {
                display: block;
                text-align: center;
                padding: 5px 0;
            }

    .head .h_search {
        float: left;
        width: calc(3.03vw + 2px);
        height: calc(1.98vw + 2px);
        position: relative;
    }

        .head .h_search .form {
            width: 3.03vw;
            height: 1.98vw;
            border: 1px solid #fff;
            border-radius: 50px;
            position: absolute;
            top: 0;
            right: 0;
            transition: all .3s ease;
            overflow: hidden;
        }

            .head .h_search .form:hover {
                width: 10.32vw;
                background: #000;
            }

            .head .h_search .form .text1 {
                float: left;
                border: none;
                background: none;
                height: 1.98vw;
                line-height: 1.98vw;
                padding: 0 0 0 10px;
                width: calc(100% - 68px);
                position: absolute;
                top: 0;
                right: 58px;
                color: #fff;
            }

            .head .h_search .form .button1 {
                float: right;
                width: 3.03vw;
                height: 1.98vw;
                background: url(../images/hico_search.png) center no-repeat;
                background-size: auto 50%;
            }

    .head .h_link {
        float: right;
        margin-left: 20px;
    }

        .head .h_link a {
            display: block;
            border: 1px solid #00C672;
            background: #00C672;
            color: #333;
            border-radius: 0 0.5rem 0.5rem 0;
            font-size: 1.05vw;
            padding: 0 1.77vw;
            line-height: 1.98vw;
        }

            .head .h_link a:hover {
                border-color: #88e53e;
                background: #88e53e;
                color: #fff;
            }

    .head.wapper1 {
        width: 100%;
        max-width: 17.6rem;
    }
/*menu*/
.menu { /* height: 1rem; */ /* line-height: 1rem; */
    position: relative;
}

    .menu.on:before {
        content: "";
        position: absolute;
        top: 100%;
        height: 0.44rem;
        background: rgb(0, 0, 0, 0.2);
        border-radius: 1vw;
        z-index: 1;
        left: 0;
        width: 100%;
    }

    .menu > ul > li {
        float: left;
        position: relative;
        padding: 0.18rem 0.3rem 0.20rem;
        line-height: 1;
    }

        .menu > ul > li > span > a {
            display: block;
            text-align: center;
            color: #fff;
            font-size: .2rem;
            position: relative;
        }

            .menu > ul > li > span > a:hover, .menu > ul > li:hover span > a {
                color: #fff;
            }

            .menu > ul > li > span > a:before {
                content: "";
                width: 0;
                height: 2px;
                background: #88e53e;
                position: absolute;
                top: 133%;
                left: 50%;
                transform: translateX(-50%);
                transition: all .3s ease;
            }

        .menu_down .menu > ul > li > span > a:hover:before, .menu > ul > li:hover span > a:before {
            width: 50%;
        }

    .menu ul li ul {
        width: auto; /*background: rgb(255 255 255 / 20%);border-radius:0 0 1vw 0;*/
        z-index: 5;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%,10%);
        padding: 0.13rem 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        border-radius: 30px;
        white-space: nowrap;
        line-height: 1;
    }

    .menu ul li:hover > ul {
        transform: translate(-50%,0);
        opacity: 1;
        visibility: visible;
        height: auto;
        line-height: normal;
        box-sizing: border-box;
        line-height: 1;
    }

    .menu ul li ul li {
        line-height: 24px;
        position: relative; /* border-top:1px solid rgba(136,229,62,.3); */
        display: inline-block;
        border-left: 1px solid #fff; /* padding-top: 0.24rem; */
    }

        .menu ul li ul li:nth-child(1) {
            border: none;
        }
        /*.menu>ul>li:nth-child(2)>ul{padding-left: 17%;}
.menu>ul>li:nth-child(3)>ul{padding-left: 34%;}
.menu>ul>li:nth-child(4)>ul{padding-left: 52%;}
.menu>ul>li:nth-child(5)>ul{text-align: right;padding-right: 2%;}*/

        .menu ul li ul li a {
            display: block;
            text-align: center;
            color: #fff;
            padding: 0px 5px;
            font-size: 0.18rem; /* border-left: 1px solid #fff; */
            line-height: 1;
        }

            .menu ul li ul li a:hover, .menu ul li ul li:hover > a {
                color: #00c672;
            }

        .menu ul li ul li ul {
            width: 100%;
            top: 100%;
            left: 0%;
            transform: translate(10%,0);
            min-width: 120px;
            text-align: center;
            border-radius: 10px;
        }

            .menu ul li ul li ul li {
                border-left: 0px;
            }

        .menu ul li ul li:hover ul {
            transform: translate(0,0);
        }
/**/
.head_mbg {
    width: 100%; /* background:#004529;*/
    position: fixed;
    z-index: 55;
    top: 0;
    left: 0;
    display: none;
}

    .head_mbg:before {
        content: "";
        width: 100%;
        height: 11.78vw;
        min-height: 100%;
        background: url(../images/headbg.png) top repeat-x;
        background-size: auto 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .head_mbg.active {
        background: #004529;
    }

        .head_mbg.active:before {
            display: none;
        }

.head_m {
    height: 60px;
    position: relative;
    z-index: 2;
}

    .head_m .logo {
        float: left;
        width: 50%;
        height: 60px;
        position: relative;
        margin-left: 5%;
    }

        .head_m .logo img {
            max-width: 55%;
            max-height: 90%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto 0;
        }

    .head_m .rt {
        float: right;
        margin: 0 5% 0 0;
    }

    .head_m .h_link {
        float: left;
        margin: 20px 0 0 0;
    }

        .head_m .h_link a {
            display: block;
            border: 1px solid #88e53e;
            background: #88e53e;
            color: #333;
            border-radius: 50px;
            font-size: 12px;
            padding: 0 10px;
            line-height: 18px;
        }

            .head_m .h_link a:hover {
                border-color: #88e53e;
                background: #88e53e;
                color: #fff;
            }
/**/
.nav_open {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    float: right;
    margin: 20px 0 0 10px;
}

    .nav_open i {
    }

        .nav_open i.fa-close {
            display: none;
        }

    .nav_open.active i.fa-navicon {
        display: none;
    }

    .nav_open.active i.fa-close {
        display: inline-block;
    }

.nav_box {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 666;
    display: none;
}

.nav_close1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.navbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 666;
}

.nav_close2 {
    display: none;
}

.nav {
    padding: 0px 0 20px 0;
    position: relative;
}

.nav_list {
    height: calc(100vh - 80px);
    overflow-Y: scroll;
}

.tree {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.tree_box {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 0 5%;
}

    .tree_box h3 {
        font-weight: normal;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        margin: 0;
        position: relative;
    }

        .tree_box h3 a {
            color: #fff;
            position: relative;
            z-index: 10;
        }

            .tree_box h3 a:hover {
                color: #88e53e;
            }

        .tree_box h3 span {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            text-align: right;
        }

            .tree_box h3 span i {
                color: #fff;
            }

.tree_one {
    display: none;
    overflow: hidden;
    padding: 0 0 10px 0;
}

    .tree_one h4 {
        font-weight: normal;
        font-size: 12px;
        position: relative;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        margin: 0 0 0 5%;
    }

        .tree_one h4 a {
            color: #fff;
            position: relative;
            z-index: 10;
        }

            .tree_one h4 a:hover {
                color: #88e53e;
            }

.tree_two {
    display: none;
    overflow: hidden;
}
/**/
.search1_box {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 666;
    display: none;
}

.search1_close1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.search1bg {
    width: 100%;
    background: #004529;
    border-top: 1px solid rgba(255,255,255,.3);
    position: absolute;
    z-index: 666;
    top: 0;
    left: 0;
}

.search1_close2 {
    display: none
}

.search1 {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.search1_con {
    padding: 20px 0;
}

.search1 .form1 {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.search1 .text1 {
    float: left;
    border: none;
    background: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    width: calc(100% - 50px);
    color: #fff;
}

.search1 .button1 {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../images/hico_search.png) center no-repeat;
}

.nav .h_lang {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

    .nav .h_lang ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

        .nav .h_lang ul li a {
            display: block;
            text-align: center;
            color: #fff;
        }

.h_height {
    height: 0;
}

@media(max-width:999px) {
    .headbg {
        display: none;
    }

    .head_mbg {
        display: block;
    }

    .h_height {
        height: 0;
    }
}


.bannerbg {
    padding-bottom: 0;
    background: url(../images/bannerbg.png) center repeat-y;
    background-size: 100% auto;
}

.banner_swiper .swiper-container {
    width: 100%;
}

    .banner_swiper .swiper-container .swiper-slide {
        /* Center slide text vertically */
        /*display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;*/
    }

        .banner_swiper .swiper-container .swiper-slide img {
            display: block;
            width: 100%;
        }

    .banner_swiper .swiper-container .swiper-pagination {
        width: 15px;
        left: auto;
        right: 80px;
        bottom: 7.1vw;
    }

        .banner_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
            margin: 15px 0 0 0;
            width: 10px;
            height: 10px;
            background: #d7d7d7;
            opacity: 1;
        }

            .banner_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #88e53e;
                opacity: 1;
            }

    .banner_swiper .swiper-container .swiper-button-prev, .banner_swiper .swiper-container .swiper-button-next {
        display: none;
    }

    .banner_swiper .swiper-container .swiper-button-prev {
    }

    .banner_swiper .swiper-container .swiper-button-next {
    }

@media(max-width:999px) {
    .bannerbg {
        padding: 0;
    }

    .banner_swiper .swiper-container .swiper-slide img { /* height:100vh;*/
    }

    .banner_swiper .swiper-container .swiper-pagination {
        width: 10px;
        right: 5%;
        bottom: 20px;
    }

        .banner_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
            margin: 10px 0 0 0;
            width: 10px;
            height: 10px;
        }
}

.con1 {
    width: 100%;
    position: relative;
}

    .con1 img {
        width: 100%;
        display: block;
    }

.c1bt {
    width: 5.8rem;
    padding: 0;
    padding-top: 80px;
    border-radius: 0 0 0.5rem 0.5rem;
    /* background-color: #00C672; */
    box-sizing: border-box;
}

    .c1bt h1 {
        font-size: 0.36rem;
        line-height: 1.5;
        color: #fff;
        font-weight: 500;
    }

.scd {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.con2 {
    background-color: #252525;
    /*padding-top: 3vw;*/
    width: 100%;
}

.c2bg {
    width: 100%;
    position: relative;
}

    .c2bg img {
        width: 100%;
        display: none;
    }

.c2nr {
    width: 100%;
    background-color: #000;
    background-image: url(../images/suncall.png);
    min-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .c2nr h1 {
        letter-spacing: 6px;
        font-size: 0.5rem;
        color: #00BA65;
        text-align: center;
        font-weight: 400;
    }

.about {
    width: 100%;
    background-color: #000;
    background-image: url(../images/suncall.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bts {
    width: 100%;
    text-align: center;
    padding: 1.2rem 0;
}

    .bts h1 {
        font-size: 1.2rem;
        color: #00BA65;
    }

.aboutnr {
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0.85rem;
}

    .aboutnr h2 {
        /*letter-spacing: 6px;*/
        font-size: 0.4rem;
        text-align: center;
        color: #2A2A2A;
        margin-bottom: 0.45rem;
        font-weight: 400;
    }

    .aboutnr .nr {
        text-align: center;
        font-size: 0.3rem;
        margin-bottom: 0.6rem;
    }

.aboutcon {
    width: 100%;
    padding-bottom: 0.8rem;
    position: relative;
}

.aboutlf {
    width: 10rem;
    background-color: #F1F1F1;
    border-radius: 0.2rem;
    padding: 0.6rem;
    transform: translateY(0.8rem);
    /*padding-bottom: 0.4rem;*/
    position: relative;
}

    .aboutlf::after {
        width: 2.2rem;
        height: 0.5rem;
        background-color: #004E35;
        border-radius: 0 0.2rem 0 0;
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
    }

.aboutlfnr {
    width: 6rem;
    font-size: 0.3rem;
}

.aboutrt {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    width: calc(100% - 6.8rem);
}

    .aboutrt img {
        border-radius: 25px;
        width: 100%;
        display: block;
    }

.about1 {
    width: 100%;
    background-color: #000;
    background-image: url(../images/suncall.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.abtout1bt {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 13rem;
    margin: 0 auto;
}

.aboutbtpic {
    width: 3.2rem;
}

    .aboutbtpic img {
        width: 100%;
        display: block;
    }

.iconss {
    width: 0.2rem;
}

    .iconss img {
        width: 100%;
        display: block;
    }

.about1con {
    width: 100%;
    background-color: #00C672;
    border-radius: 0.5rem;
    padding: 0.85rem;
}

.about1nr {
    width: 100%;
}

    .about1nr h2 {
        font-size: 48px;
        text-align: center;
        color: #000;
        margin-bottom: 45px;
        font-weight: 400;
    }

    .about1nr .nr {
        font-size: 0.3rem;
        margin-bottom: 0.6rem;
    }

.about1nnrt {
    width: 10rem;
    float: right;
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.8rem;
    transform: translateY(0.8rem);
    padding-bottom: 0.4rem;
    position: relative;
}

    .about1nnrt::after {
        width: 2.2rem;
        height: 0.5rem;
        background-color: #004E35;
        border-radius: 0.2rem 0 0 0;
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
    }

.about1nnnr {
    font-size: 30px;
    width: 5.6rem;
    float: right;
}

.about1nn {
    position: relative;
    padding-bottom: 1.1rem;
}

.about1nnlf {
    width: calc(100% - 7rem);
    position: absolute;
    top: 0;
    left: 0;
    border: 0.2rem;
    z-index: 3;
}

    .about1nnlf img {
        border-radius: 25px;
        width: 100%;
        display: block;
    }

.about2 {
    width: 100%;
    background-color: #000;
    background-image: url(../images/suncall.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bts1 {
    width: 100%;
    text-align: center;
    padding: 1.2rem 0;
}

    .bts1 h1 {
        letter-spacing: 6px;
        font-size: 0.6rem;
        color: #00BA65;
        font-weight: 400;
    }

.about2 .aboutlf::after {
    display: none;
}

.business_1 {
    /*padding-bottom: 53px;*/
    width: 100%;
    background-color: #212326;
    background-image: url(../images/suncall.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.business_swiper .swiper-button-prev, .business_swiper .swiper-button-next {
    width: 3.28vw;
    height: 3.28vw;
    margin-top: -1.64vw;
}

.business_swiper .swiper-button-prev {
    left: 10%;
    background: url(../images/prev1.png) center no-repeat;
    background-size: contain;
}

.business_swiper .swiper-button-next {
    right: 10%;
    background: url(../images/next1.png) center no-repeat;
    background-size: contain;
}

.business_swiper .swiper-button-prev:hover {
    background-image: url(../images/prev1.png);
}

.business_swiper .swiper-button-next:hover {
    background-image: url(../images/next1.png);
}

.con01_box {
    padding: 2.8vw 0;
}

.con01_1bg {
    padding: 2.8vw 0 2.2vw 0;
}

.con01_1 {
}

    .con01_1 .list {
        position: relative;
    }

        .con01_1 .list:before, .con01_1 .list:after {
            font-size: 4.17vw;
            line-height: 4.17vw;
            font-weight: bold;
            position: absolute;
            top: -.4vw;
        }

        .con01_1 .list:before {
            content: "[";
            left: 0;
        }

        .con01_1 .list:after {
            content: "]";
            right: 0;
        }

        .con01_1 .list ul {
            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;
        }

            .con01_1 .list ul li {
                max-width: 25%;
                text-align: center;
            }

                .con01_1 .list ul li .txt {
                }

                    .con01_1 .list ul li .txt .h2 {
                        font-size: 1.46vw;
                        line-height: 4.17vw;
                    }

                        .con01_1 .list ul li .txt .h2 strong {
                            font-size: 4.17vw
                        }

                    .con01_1 .list ul li .txt .h3 {
                        font-size: 1.25vw;
                        line-height: 1.2em;
                    }

@media(max-width:999px) {
    .con01_box {
        padding: 20px 0 0 0;
    }

    .con01_1bg {
        padding: 10px 0 0 0;
    }

    .con01_1 .list:before, .con01_1 .list:after {
        display: none;
    }

    .con01_1 .list ul li .txt .h2 {
        font-size: 2.14vw;
        line-height: 20px;
    }

        .con01_1 .list ul li .txt .h2 strong {
            font-size: 20px
        }

    .con01_1 .list ul li .txt .h3 {
        font-size: 2.14vw;
        line-height: 1.2em;
    }
}

.con01_2bg {
    min-height: 37.77vw;
    background: url(../images/i1_bg1.png) center no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.con01_2 {
}

    .con01_2 .list {
    }

        .con01_2 .list ul {
            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;
        }

            .con01_2 .list ul li {
                width: 33%;
                text-align: center;
            }

                .con01_2 .list ul li .txt {
                }

                    .con01_2 .list ul li .txt .h2 {
                        margin: 0 auto;
                        width: 16.31vw;
                        height: 9.85vw;
                        background: url(../images/i1_bg2.png) center no-repeat;
                        background-size: 100% 100%;
                        margin-bottom: 2.2vw;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        -webkit-justify-content: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        -webkit-align-items: center;
                        align-items: center;
                    }

                .con01_2 .list ul li:nth-child(2) .txt .h2 {
                    background-image: url(../images/i1_bg3.png);
                }

                .con01_2 .list ul li .txt .h2 strong {
                    font-size: 4vw;
                    margin-bottom: 40px;
                }

                .con01_2 .list ul li .txt .h3 {
                    font-size: 1.31vw;
                    line-height: 1.6em;
                }

                    .con01_2 .list ul li .txt .h3 b {
                    }

@media(max-width:999px) {
    .con01_2bg {
        min-height: 0;
        background-size: 200% 100%;
        padding: 80px 0;
    }

    .con01_2 .list ul {
        flex-wrap: wrap;
    }

        .con01_2 .list ul li {
            width: 100%;
            margin: 10px 0;
        }

            .con01_2 .list ul li .txt {
                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;
            }

                .con01_2 .list ul li .txt .h2 {
                    width: 28vw;
                    height: 17vw;
                    margin-bottom: 0;
                }

                    .con01_2 .list ul li .txt .h2 strong {
                        font-size: 7vw;
                        margin-bottom: 9px;
                    }

                .con01_2 .list ul li .txt .h3 {
                    width: calc(100% - 30vw);
                    font-size: 12px;
                    line-height: 16px;
                }
}

.con01_3bg {
    padding: 1.8vw 0;
}

.con01_3 {
}

    .con01_3 .list {
    }

        .con01_3 .list 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: center;
            align-items: center;
            flex-wrap: wrap;
        }

            .con01_3 .list ul li {
                margin: 15px 5px;
                font-size: 1.875vw;
                line-height: 3.48vw;
            }

                .con01_3 .list ul li span {
                    display: block;
                    padding: 0 1.31vw;
                    border-radius: 70px;
                    background: #004529;
                    color: #fff;
                }

                .con01_3 .list ul li:nth-child(2) span, .con01_3 .list ul li:nth-child(6) span {
                    background: #caa660;
                }

                .con01_3 .list ul li:nth-child(4) span, .con01_3 .list ul li:nth-child(5) span {
                    background: #252525;
                }

@media(max-width:999px) {
    .con01_3bg {
        padding: 0 0 20px 0;
    }

    .con01_3 .list ul li {
        margin: 5px 5px;
        font-size: 12px;
        line-height: 24px;
    }

        .con01_3 .list ul li span {
            padding: 0 10px;
        }
}


.tit1 {
}

    .tit1 .h2 {
        font-size: 1.57vw;
        line-height: 1.2em;
    }

    .tit1 .h3 {
        font-size: 1.57vw;
        line-height: 1em;
        margin-top: .4vw;
    }

    .tit1 .h4 {
        font-size: 1.05vw;
        line-height: 1.2em;
        margin-top: 1.8vw;
    }

.con02bg {
    padding: 1.5vw 0 10.5vw 0;
}

.con02 {
    background: url(../images/i2_bg1.png) top center no-repeat;
    background-size: 100% auto;
    padding: 5.5vw 0 0 11vw;
}

    .con02 .tit1 {
        color: #fff;
    }

    .con02 .list {
        margin-top: 5vw;
    }

        .con02 .list ul li {
            float: left;
            width: calc(100%/3);
        }

            .con02 .list ul li .nr_box {
            }

            .con02 .list ul li .imgbg {
                position: relative;
            }

            .con02 .list ul li .img {
                padding-bottom: 149%;
                position: relative;
                z-index: 1;
            }

                .con02 .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;
                }

                .con02 .list ul li .img .img2 {
                    opacity: 0;
                    visibility: hidden;
                    z-index: 2;
                }

            .con02 .list ul li:hover .img .img1 {
            }

            .con02 .list ul li:hover .img .img2 {
                opacity: 1;
                visibility: visible;
            }

            .con02 .list ul li .txt2bg {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
            }

            .con02 .list ul li .txt2 {
                color: #fff;
                padding: 3.2vw 11% 0 11%;
            }

                .con02 .list ul li .txt2 .h2 {
                    font-size: 1.99vw;
                    line-height: 1em; /*margin-bottom:1.8vw;*/
                }

                .con02 .list ul li .txt2 .h3 {
                    font-size: 1.46vw;
                    line-height: 1.66em;
                    margin-bottom: .8vw;
                }

                .con02 .list ul li .txt2 .ico {
                }

                    .con02 .list ul li .txt2 .ico img {
                        width: 175px;
                        margin-bottom: 22px;
                    }

            .con02 .list ul li .txtbg {
                background: #4d4d4d;
            }

            .con02 .list ul li .txt {
                color: #fff;
                padding: 0 11%;
            }

                .con02 .list ul li .txt .h4 {
                    font-size: .94vw;
                    line-height: 4.69vw;
                    height: 4.69vw;
                    position: relative;
                    overflow: hidden;
                }

                    .con02 .list ul li .txt .h4 i {
                        width: 1.875vw;
                        height: 1.875vw;
                        background: url(../images/ico_up1.png) center no-repeat;
                        background-size: contain;
                        position: absolute;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                    }

            .con02 .list ul li:nth-child(3n-1) .txtbg {
                background: #004529;
            }

            .con02 .list ul li:nth-child(3n) .txtbg {
                background: #252525;
            }

@media(max-width:999px) {
    .tit1 .h2 {
        font-size: 16px;
        line-height: 1em;
    }

    .tit1 .h3 {
        font-size: 16px;
        line-height: 1em;
        margin-top: 5px;
    }

    .tit1 .h4 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
    }

    .con02bg {
        padding: 20px 0 40px 0;
        background: url(../images/i2_bg1.png) top left no-repeat;
        background-size: 176% auto;
    }

        .con02bg .wapper2 {
            width: 100%;
        }

    .con02 {
        padding: 0 0 0 5%;
        background: none;
    }

        .con02 .list {
            margin-top: 20px;
        }

            .con02 .list ul li {
                float: left;
                width: 100%;
            }

                .con02 .list ul li .imgbg {
                    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;
                    flex-direction: row-reverse;
                }

                .con02 .list ul li .img {
                    width: 41%;
                    padding-bottom: 0;
                    height: 140px;
                }

                .con02 .list ul li .txt2bg {
                    width: 59%;
                    height: 140px;
                    background: #00c671;
                    position: static;
                    border-radius: 8px 0 0 0;
                }

                .con02 .list ul li:nth-child(3n-1) .txt2bg {
                    background: #4d4d4d;
                }

                .con02 .list ul li:nth-child(3n) .txt2bg {
                    background: #252525;
                }

                .con02 .list ul li .txt2 {
                    padding: 10px 5% 0 5%;
                }

                .con02 .list ul li:nth-child(3n-2) .txt2 {
                    color: #333;
                }

                .con02 .list ul li .txt2 .h2 {
                    font-size: 20px;
                    line-height: 1em;
                    margin-bottom: 5px;
                }

                .con02 .list ul li .txt2 .h3 {
                    font-size: 12px;
                    line-height: 16px;
                    margin-bottom: 0;
                }

                .con02 .list ul li .txt2 .ico {
                    left: 62%;
                    bottom: 2%;
                }

                    .con02 .list ul li .txt2 .ico img {
                        width: 30%;
                        margin-bottom: 12px;
                    }

                .con02 .list ul li .txtbg {
                    width: 41%;
                    background: #252525 !important;
                    float: right;
                    border-radius: 0 0 0 8px;
                }

                .con02 .list ul li .txt {
                    padding: 0 5%;
                }

                    .con02 .list ul li .txt .h4 {
                        font-size: 12px;
                        line-height: 40px;
                        height: 40px;
                    }

                        .con02 .list ul li .txt .h4 i {
                            width: 20px;
                            height: 20px;
                            right: 0; /*display:none;*/
                        }
}


.con03bg {
    padding: 3.5vw 0;
    background: #004e35;
}

.con03 {
    background: #c0e8c0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.con03_lt {
    width: 50%;
}

    .con03_lt img {
        display: block;
        width: 100%;
    }

.con03_rt {
    width: 50%;
    color: #004e35;
    text-align: center;
}

    .con03_rt .nr_box {
        padding: 0 5%;
    }

    .con03_rt .h2 {
        font-size: 6.25vw;
        line-height: 1em;
        margin-bottom: .6vw;
    }

    .con03_rt .h3 {
        font-size: 2.5vw;
        line-height: 1em;
        margin-bottom: 1.7vw;
    }

    .con03_rt .h4 {
        font-size: 1.57vw;
        line-height: 1.8em;
    }

@media(max-width:999px) {
    .con03bg {
        padding: 20px 0;
    }

    .con03 {
        display: block;
    }

    .con03_lt {
        width: 100%;
    }

        .con03_lt img {
            height: 35vw;
        }

    .con03_rt {
        width: 100%;
    }

        .con03_rt .nr_box {
            padding: 20px 5%;
        }

        .con03_rt .h2 {
            font-size: 36px;
            line-height: 1em;
            margin-bottom: 5px;
        }

        .con03_rt .h3 {
            font-size: 16px;
            line-height: 1em;
            margin-bottom: 10px;
        }

        .con03_rt .h4 {
            font-size: 12px;
            line-height: 16px;
        }
}


.con04bg {
    padding: 0 0 3.5vw 0;
    background: #004e35;
}

.con04 {
    padding: 2.5vw 0 1.5vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .con04 .list {
        margin-top: 5.5vw;
    }

.history_gallery {
}

.history_gallery-top {
    position: relative;
    margin-bottom: 5.8vw;
}

    .history_gallery-top:before {
        content: "";
        width: 100%;
        height: .46vw; /*background:url(../images/i4_bg2.png) center repeat-x;*/
        margin-top: -.32vw;
        position: absolute;
        left: 0;
        top: 50%;
    }

    .history_gallery-top .gallery-top {
    }

        .history_gallery-top .gallery-top .swiper-slide {
            text-align: center;
        }

            .history_gallery-top .gallery-top .swiper-slide .img {
                display: inline-block;
                position: relative;
            }

                .history_gallery-top .gallery-top .swiper-slide .img img { /*height:21.2vw;*/
                    max-width: 100%;
                    position: relative;
                    z-index: 1;
                }

.history_gallery-thumbs {
    position: relative;
    padding: 0 40px;
}

    .history_gallery-thumbs .gallery-thumbs {
    }

        .history_gallery-thumbs .gallery-thumbs .swiper-slide {
            cursor: pointer;
        }

            .history_gallery-thumbs .gallery-thumbs .swiper-slide .txt {
                text-align: center;
            }

                .history_gallery-thumbs .gallery-thumbs .swiper-slide .txt .h2 {
                    font-size: 1.36vw;
                    line-height: 40px;
                }

                    .history_gallery-thumbs .gallery-thumbs .swiper-slide .txt .h2 span {
                        display: inline-block;
                        position: relative;
                    }

            .history_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .txt .h2 {
                font-weight: bold;
            }

                .history_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .txt .h2 span:before {
                    content: "";
                    width: 100%;
                    height: 2px;
                    background: #333;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

.history_gallery .swiper-button-prev, .history_gallery .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.history_gallery .swiper-button-prev {
    left: 0;
    background: url(../images/ico_lt1.png) center no-repeat;
}

.history_gallery .swiper-button-next {
    right: 0;
    background: url(../images/ico_rt1.png) center no-repeat;
}

@media(max-width:999px) {
    .con04bg {
        padding: 0 0 20px 0;
    }

    .con04 {
        padding: 20px 0;
    }

        .con04 .list {
            margin-top: 40px;
        }

    .history_gallery-top {
        position: relative;
        margin-bottom: 40px;
    }

        .history_gallery-top:before {
            display: none;
        }

        .history_gallery-top .gallery-top .swiper-slide .img img {
            height: auto;
            width: 100%;
        }

    .history_gallery-thumbs .gallery-thumbs .swiper-slide .txt .h2 {
        font-size: 12px;
        line-height: 40px;
    }
}


.tit2 {
    text-align: center;
}

    .tit2 .h2 {
        font-size: 1.57vw;
        line-height: 0.6rem;
    }

        .tit2 .h2 span {
            display: inline-block;
            border: 1px solid #333;
            border-radius: 70px;
            background: #fff;
            padding: 0px 6.62vw;
            box-shadow: 0 .44vw 0 #333;
            font-size: 0.3rem;
        }

.more2 {
    text-align: center;
}

    .more2 span {
        display: inline-block;
        text-align: center;
        border: 1px solid #333;
        background: #fff;
        border-radius: 50px;
        font-size: .9375vw;
        line-height: 1.875vw;
        padding: .26vw .26vw .26vw 1.56vw;
    }

        .more2 span:hover {
        }

        .more2 span i {
            display: inline-block;
            vertical-align: top;
            width: 1.875vw;
            height: 1.875vw;
            background: url(../images/ico_right1.png) center no-repeat;
            background-size: contain;
            margin-left: 1.06vw;
        }

.con05bg {
    padding: 5vw 0 2.3vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.con05 {
    padding: 5vw 0;
}

    .con05 .list {
        margin-top: 2vw;
        margin-bottom: 3vw;
    }

.case_swiper {
    position: relative;
}

    .case_swiper .swiper-container {
        width: 100%;
    }

        .case_swiper .swiper-container .swiper-slide {
            /* Center slide text vertically */
            /*display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;*/
        }

            .case_swiper .swiper-container .swiper-slide .img {
                transform: scale(.75);
                transition: all .3s ease;
            }

            .case_swiper .swiper-container .swiper-slide.swiper-slide-active .img {
                transform: scale(1);
            }

            .case_swiper .swiper-container .swiper-slide .img img {
                display: block;
                width: 100%;
            }

            .case_swiper .swiper-container .swiper-slide .txt1 {
                color: #333;
                text-align: center;
                opacity: 0;
                visibility: hidden;
                margin-bottom: 2.2vw;
            }

            .case_swiper .swiper-container .swiper-slide.swiper-slide-active .txt1 {
                opacity: 1;
                visibility: visible;
            }

            .case_swiper .swiper-container .swiper-slide .txt1 .h2 {
                font-size: 1.88vw;
                line-height: 1.3em;
                padding-top: 20px;
                background: url(../images/ico_dot2.png) top center no-repeat;
            }

            .case_swiper .swiper-container .swiper-slide .txt2 {
                color: #333;
                padding: 0 5%;
                margin-top: 1.6vw;
                opacity: 0;
                visibility: hidden;
                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;
            }

            .case_swiper .swiper-container .swiper-slide.swiper-slide-active .txt2 {
                opacity: 1;
                visibility: visible;
            }

            .case_swiper .swiper-container .swiper-slide .txt2 .date {
                width: 3.86vw;
                padding: .96vw 0;
                border-radius: 4px;
                background: #004529;
                color: #fff;
                text-align: center;
            }

                .case_swiper .swiper-container .swiper-slide .txt2 .date strong {
                    display: block;
                    font-size: 1.78vw;
                    line-height: 1em;
                }

                .case_swiper .swiper-container .swiper-slide .txt2 .date span {
                    display: block;
                    font-size: .73vw;
                    line-height: 1em;
                }

            .case_swiper .swiper-container .swiper-slide .txt2 .wenzi {
                width: calc(100% - 5vw);
            }

            .case_swiper .swiper-container .swiper-slide .txt2 .h3 {
                font-size: 1.25vw;
                line-height: 1.3em;
                color: #004529;
                margin-bottom: .4vw;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .case_swiper .swiper-container .swiper-slide .txt2 .h4 {
                font-size: 1.25vw;
                line-height: 1.3em;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .case_swiper .swiper-container .swiper-slide .txt3 {
                opacity: 0;
                visibility: hidden;
                color: #333;
                margin-top: 1.5vw;
            }

            .case_swiper .swiper-container .swiper-slide.swiper-slide-active .txt3 {
                opacity: 1;
                visibility: visible;
            }

            .case_swiper .swiper-container .swiper-slide .txt3 .h3 {
                font-size: 1.57vw;
                line-height: 1.4em;
                text-align: center;
                margin-bottom: .6vw;
                color: #000;
            }

            .case_swiper .swiper-container .swiper-slide .txt3 .h4 {
                font-size: 1.57vw;
                line-height: 1.4em;
            }

        .case_swiper .swiper-container .swiper-pagination {
            display: none;
        }

            .case_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
            }

                .case_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                }

    .case_swiper .swiper-button-prev, .case_swiper .swiper-button-next {
        width: 3.28vw;
        height: 3.28vw;
        margin-top: -1.64vw;
    }

    .case_swiper .swiper-button-prev {
        left: 20%;
        background: url(../images/ico_lt2.png) center no-repeat;
        background-size: contain;
    }

    .case_swiper .swiper-button-next {
        right: 20%;
        background: url(../images/ico_rt2.png) center no-repeat;
        background-size: contain;
    }

    .case_swiper .swiper-button-prev:hover {
        background-image: url(../images/ico_lt2_h.png);
    }

    .case_swiper .swiper-button-next:hover {
        background-image: url(../images/ico_rt2_h.png);
    }

@media(max-width:999px) {
    .tit2 .h2 {
        font-size: 12px;
        line-height: 16px;
    }

        .tit2 .h2 span {
            padding: 5px 15px;
            box-shadow: 0 5px 0 #333;
        }

    .more2 span {
        font-size: 12px;
        line-height: 24px;
        padding: 2px 2px 2px 15px;
    }

        .more2 span i {
            width: 24px;
            height: 24px;
            margin-left: 10px;
        }

    .con05bg {
        padding: 40px 0 20px 0;
    }

    .con05 {
        padding: 0;
        background: none !important;
    }

        .con05 .list {
            margin-top: 20px;
            margin-bottom: 20px;
        }

    .case_swiper { /* padding:0 20%;*/
    }

        .case_swiper .swiper-container .swiper-slide .txt1 {
            margin-bottom: 10px;
            display: none;
        }

            .case_swiper .swiper-container .swiper-slide .txt1 .h2 {
                font-size: 16px;
                line-height: 20px;
                padding-top: 20px;
            }

        .case_swiper .swiper-container .swiper-slide .txt2 {
            padding: 0;
            margin-top: 10px;
        }

            .case_swiper .swiper-container .swiper-slide .txt2 .date {
                width: 45px;
                padding: 10px 0;
            }

                .case_swiper .swiper-container .swiper-slide .txt2 .date strong {
                    font-size: 14px;
                    margin-bottom: 5px;
                }

                .case_swiper .swiper-container .swiper-slide .txt2 .date span {
                    font-size: 12px;
                }

            .case_swiper .swiper-container .swiper-slide .txt2 .wenzi {
                width: calc(100% - 55px);
            }

            .case_swiper .swiper-container .swiper-slide .txt2 .h3 {
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 5px;
            }

            .case_swiper .swiper-container .swiper-slide .txt2 .h4 {
                font-size: 12px;
                line-height: 16px;
            }

        .case_swiper .swiper-container .swiper-slide .txt3 .h3 {
            font-size: 12px;
            line-height: 1.4em;
            margin-bottom: .6vw;
        }

        .case_swiper .swiper-container .swiper-slide .txt3 .h4 {
            font-size: 2.14vw;
            line-height: 1.4em;
        }

        .case_swiper .swiper-button-prev, .case_swiper .swiper-button-next {
            width: 4vw;
            height: 4vw;
            margin-top: -2vw;
            top: 40%;
        }

        .case_swiper .swiper-button-prev {
            left: 10%;
        }

        .case_swiper .swiper-button-next {
            right: 10%;
        }
}


.con06bg {
    padding: 2.3vw 0 4.6vw 0;
}

.con06 {
}

    .con06 img {
        display: block;
        width: 100%;
    }

@media(max-width:999px) {
    .con06bg {
        padding: 20px 0 20px 0;
    }
}


.tit3 {
}

    .tit3 .h2 {
        font-size: 2.09vw;
        line-height: 2.66em;
    }

        .tit3 .h2 span {
            display: inline-block;
            border-radius: 0 0 1.3vw 0;
            background: #252525;
            color: #fff;
            padding: 0 1.57vw 0 2.61vw;
            letter-spacing: 0.03rem;
        }

            .tit3 .h2 span img {
                width: 3.39vw;
                vertical-align: middle;
                margin-left: 1.2vw;
            }

.tit4 {
}

    .tit4 .h2 {
        font-size: 0.3REM;
        line-height: 1.2em;
        margin-bottom: 0.3rem;
    }

.more1 {
}

    .more1 span {
        display: block;
        text-align: center;
        border: 1px solid #004529;
        background: #004529;
        color: #fff;
        height: 3.65vw;
        line-height: 3.65vw;
        border-radius: 8px;
        font-size: 1.57vw;
    }

        .more1 span:hover {
        }

.con07bg {
    padding: 8.34vw 0 9.5vw 0;
    background: #88e53e;
}

.con07 {
}

    .con07 .list {
        padding: 0 10%;
        margin-top: 4vw;
    }

.con07_con {
    margin-top: 2.2vw;
}

.con07_lt {
    float: left;
    width: 49%;
}

.con07_con .con07_lt:nth-child(2) {
    float: right;
}

.con07_lt .form {
}

    .con07_lt .form table {
    }

        .con07_lt .form table th {
            width: 7.3vw;
            padding: 7px 0;
            font-weight: normal;
            font-size: 1.57vw;
            line-height: 3.65vw;
            text-align: left;
            vertical-align: top;
        }

        .con07_lt .form table td {
            width: calc(100% - 7.3vw);
            padding: 7px 0;
        }

    .con07_lt .form .text1 { /*border:1px solid #333;*/
        background: #fff;
        height: 3.65vw;
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .con07_lt .form .text2 { /*border:1px solid #333;*/
        background: #fff;
        height: calc(7.29vw + 14px);
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

.con07_rt {
    float: right;
    width: 42%;
    margin-top: 2px;
}

    .con07_rt .txt {
        font-size: 1.46vw;
        line-height: 1.4em;
    }

        .con07_rt .txt ul {
        }

        .con07_rt .txt li {
        }

    .con07_rt .more1 {
        margin-top: 14vw;
    }

.con07_con .more1 span {
    width: 50%;
    margin: 0 auto;
    margin-top: 1vw;
}

@media(max-width:999px) {
    .tit3 .h2 {
        font-size: 18px;
        line-height: 38px;
    }

        .tit3 .h2 span {
            border-radius: 0 8px 0 0;
            padding: 0 10px 0 20px;
        }

            .tit3 .h2 span img {
                width: 20px;
                margin-left: 5px;
            }

    .tit4 .h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .more1 span {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .con07bg {
        padding: 40px 0 40px 0;
    }

        .con07bg .wapper2 {
            width: 100%;
        }

    .con07 .list {
        padding: 0 5%;
        margin-top: 20px;
    }

    .con07_con {
        margin-top: 20px;
    }

    .con07_lt {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

        .con07_lt .form table th {
            width: 50px;
            padding: 5px 0;
            font-size: 12px;
            line-height: 32px;
        }

        .con07_lt .form table td {
            width: calc(100% - 50px);
            padding: 5px 0;
        }

        .con07_lt .form .text1 {
            height: 30px;
            line-height: 30px;
        }

        .con07_lt .form .text2 {
            height: 60px;
            line-height: 30px;
        }

    .con07_rt {
        float: right;
        width: 100%;
        margin-top: 0;
    }

        .con07_rt .txt {
            font-size: 14px;
            line-height: 18px;
        }

            .con07_rt .txt ul {
                display: none;
            }

        .con07_rt .more1 {
            margin-top: 0;
            float: right;
            width: calc(100% - 50px);
        }
}


.tit5 {
    display: none;
}

    .tit5 .h2 {
        font-size: 1.25vw;
        line-height: 2.66em;
    }

        .tit5 .h2 span {
            display: inline-block;
            border-radius: 0 1.3vw 0 0;
            border: 1px solid #333;
            background: #fff;
            color: #333;
            padding: 0 1.57vw 0 1.57vw;
        }

            .tit5 .h2 span img {
                width: 2.5vw;
                vertical-align: middle;
                margin-left: 1.2vw;
            }

                .tit5 .h2 span img.ico2 {
                    display: none;
                }

.foot {
    background: #00c672;
}

.foot1bg {
    padding: 0.3rem 0;
    padding-bottom: 0;
}

.foot1 {
}

    .foot1 .list1 {
        margin-top: 0.39rem;
        background: #fff;
        border-radius: 1vw;
        padding: 1.5vw 5%;
        overflow: hidden;
    }

        .foot1 .list1 ul li {
            float: left;
            width: calc(100%/6);
        }

            .foot1 .list1 ul li .img {
                padding-bottom: 50%;
                position: relative;
            }

                .foot1 .list1 ul li .img img {
                    max-width: 60%;
                    max-height: 60%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto auto;
                }

    .foot1 .list2 {
        margin-top: 0.4rem;
    }

        .foot1 .list2 .lt {
            float: left;
        }

    .foot1 .f_ewm {
        margin-bottom: 0.2rem;
    }

        .foot1 .f_ewm ul li {
            float: left;
            width: 7.82vw;
            margin: 0 1.5vw 0 0;
            background: #fff;
            border-radius: 1vw;
            text-align: center;
        }

            .foot1 .f_ewm ul li .nr_box {
                padding: 1vw;
            }

                .foot1 .f_ewm ul li .nr_box .img {
                }

                    .foot1 .f_ewm ul li .nr_box .img img {
                        display: block;
                        margin: 0 auto;
                        width: 100%;
                    }

                .foot1 .f_ewm ul li .nr_box .h2 {
                    font-size: .73vw;
                    line-height: .89vw;
                    margin-top: 1vw;
                }

                    .foot1 .f_ewm ul li .nr_box .h2 img {
                        height: .89vw;
                        vertical-align: top;
                        margin-right: .2vw;
                    }

.tc_ewm_box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.tc_ewm_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tc_ewm_bg {
    width: 50%;
    max-width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.tc_ewm_close2 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    border-radius: 100%;
}

.tc_ewm {
    padding: 5px;
    background: #fff;
    border-radius: 8px;
}

    .tc_ewm .img {
    }

        .tc_ewm .img img {
            width: 100%;
        }

    .tc_ewm .h2 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }

        .tc_ewm .h2 img {
            height: 16px;
            vertical-align: top;
            margin-right: 2px;
        }

.foot1 .list2 .rt {
    float: right;
}

.foot1 .f_nav {
    font-size: 24px;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
}

    .foot1 .f_nav a {
        font-size: 0.21rem;
        color: #fff;
    }

        .foot1 .f_nav a:hover {
            color: #e1e1e1;
        }

    .foot1 .f_nav dl {
        float: left;
        margin-left: 8vw;
    }

        .foot1 .f_nav dl:nth-child(1) {
            margin-left: 0;
        }

        .foot1 .f_nav dl span {
            display: inline-block;
            /* border: 1px solid #333; */
            color: #000;
            border-radius: 70px;
            /* background: #fff; */
            padding: 0;
            /* box-shadow: 0 0.44vw 0 #333; */
            margin-bottom: 0.2rem;
            font-size: 0.24rem;
            font-weight: 700;
        }

        .foot1 .f_nav dl dd {
            text-align: left;
            margin: 0px;
            margin-bottom: 0.2rem;
        }

.foot1 .f_backtop {
    text-align: center;
    float: right;
    background: #88e53e;
    border-radius: 1vw 0 0 0;
    padding: 1vw 1vw 3.5vw 1vw;
    display: none;
}

    .foot1 .f_backtop .h2 {
        font-size: 1.25vw;
        line-height: 1.2em;
        margin-bottom: .5vw;
    }

    .foot1 .f_backtop a {
        display: inline-block;
        width: 3.29vw;
        height: 3.29vw;
        background: url(../images/ico_up2.png) center no-repeat;
        background-size: contain;
    }

.foot2bg {
    padding: 0.1rem 0;
    background: #004529;
}

.foot2 {
    color: #78ae8c;
    font-size: 0.2rem;
    line-height: 1.2em;
}

    .foot2 a {
        color: #78ae8c;
    }

        .foot2 a:hover {
            color: #fff;
        }

    .foot2 .lt {
        float: left;
    }

        .foot2 .lt br {
            display: none;
        }

    .foot2 .rt {
        float: right;
    }

@media(max-width:999px) {
    .tit5 .h2 {
        font-size: 12px;
        line-height: 28px;
    }

        .tit5 .h2 span {
            border-radius: 0 8px 0 0;
            padding: 0 10px 0 20px;
            background: #333;
            color: #fff;
        }

            .tit5 .h2 span img {
                width: 20px;
                margin-left: 5px;
            }

                .tit5 .h2 span img.ico1 {
                    display: none;
                }

                .tit5 .h2 span img.ico2 {
                    display: inline-block;
                }

    .foot {
        background: none;
    }

    .foot1bg {
        padding: 40px 0 0 0;
    }

        .foot1bg .wapper2 {
            width: 100%;
        }

    .foot1 .list1 {
        margin-top: 20px;
        border-radius: 8px;
        padding: 10px 5%;
    }

    .foot1 .list2 {
        margin-top: 20px;
        background: #00c672;
    }

        .foot1 .list2 .lt {
            float: none;
        }

    .foot1 .f_ewm {
        margin-bottom: 0;
        padding: 20px 5%;
    }

        .foot1 .f_ewm ul li {
            float: left;
            width: calc((100% - 30px)/4);
            margin: 0 0 0 10px;
            border-radius: 8px;
        }

            .foot1 .f_ewm ul li:nth-child(4n-3) {
                margin-left: 0;
                clear: left;
            }

            .foot1 .f_ewm ul li .nr_box {
                padding: 1.34vw;
            }

                .foot1 .f_ewm ul li .nr_box .h2 {
                    font-size: 2.14vw;
                    line-height: 1.5em;
                    margin-top: 1vw;
                }

                    .foot1 .f_ewm ul li .nr_box .h2 img {
                        height: 2.14vw;
                        margin-right: .5vw;
                    }

    .foot1 .tit5 {
    }

    .foot1 .list2 .rt {
        display: none;
    }

    .foot1 .f_nav {
        display: none;
    }

    .foot1 .f_backtop {
        float: left;
        border-radius: 8px 0 0 0;
        padding: 10px 10px 20px 10px;
        display: none;
    }

        .foot1 .f_backtop .h2 {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 5px;
        }

        .foot1 .f_backtop a {
            width: 40px;
            height: 40px;
        }

    .foot2bg {
        padding: 20px 0;
    }

    .foot2 {
        font-size: 12px;
        line-height: 16px;
    }

        .foot2 .lt {
            width: calc(100% - 80px);
        }

            .foot2 .lt br {
                display: block;
            }

        .foot2 .rt {
        }
}


.rfixed_join {
    width: 4.07vw;
    position: fixed;
    z-index: 66;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .rfixed_join img {
        display: block;
        width: 100%;
    }

@media(max-width:999px) {
    .rfixed_join {
        width: 30px;
    }
}


.tc_flsm_box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
}

.tc_flsm_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.tc_flsm_bg {
    width: 90%;
    max-width: 600px;
    padding-bottom: 80px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.tc_flsm_close2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #999;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.tc_flsm {
    background: #fff;
    padding: 30px 5%;
    border-radius: 20px;
}

    .tc_flsm .h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

.tc_flsm_txt {
    font-size: 20px;
    line-height: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

@media(max-width:999px) {
    .tc_flsm {
        padding: 20px 5%;
        border-radius: 10px;
    }

        .tc_flsm .h2 {
            font-size: 24px;
            line-height: 34px;
            margin-bottom: 20px;
        }

    .tc_flsm_txt {
        font-size: 16px;
        line-height: 26px;
        max-height: 60vh;
    }
}


/*Add------------------------------------------------------------------------------*/

.inbanner {
}

    .inbanner img {
        display: block;
        width: 100%;
    }

.insidebg {
    padding: 20px 0 40px 0;
}

.inisde {
}


.tit6 {
    text-align: left;
}

    .tit6 .h2 {
        font-size: 1.57vw;
        line-height: 1.93em;
    }

        .tit6 .h2 span {
            display: inline-block;
            border: 1px solid #333;
            border-radius: 70px 0 0 70px;
            background: #fff;
            padding: 0 1.83vw;
            box-shadow: 0 .44vw 0 #333;
            min-width: 30.62vw;
        }

.business1bg {
}

    .business1bg > img {
        display: none;
        width: 100%;
    }

.business1 {
    padding: 9.9vw 0 0 0;
}

.business1_lt {
    float: left;
    width: 56%;
    text-align: center;
    color: #fff;
}

    .business1_lt .nr_box {
    }

    .business1_lt .h2 {
        color: #caa660;
        font-size: 7.97vw;
        margin-bottom: 3.5vw;
    }

        .business1_lt .h2 strong {
            display: inline-block;
            width: 32.71vw;
            height: 9.8vw;
            line-height: 9.8vw;
            background: url(../images/b1_bg2.png) center no-repeat;
            background-size: 100% 100%;
        }

    .business1_lt .h3 {
        font-size: 1.57vw;
        line-height: 1.5em;
        margin-bottom: 2.2vw;
    }

    .business1_lt .h4 {
        font-size: 1.57vw;
        line-height: 2em;
        color: #88e53e;
        margin-bottom: 1.8vw;
    }

    .business1_lt .h5 {
        font-size: 3.13vw;
        line-height: 1.2em;
        margin-bottom: .8vw;
    }

    .business1_lt .h6 {
        font-size: 1.25vw;
        line-height: 1.2em;
    }

.business1_rt {
    float: right;
    width: 44%;
}

    .business1_rt .tit6 {
        float: right;
    }

@media(max-width:999px) {
    .tit6 {
        text-align: center;
    }

        .tit6 .h2 {
            font-size: 18px;
            line-height: 38px;
        }

            .tit6 .h2 span {
                border-radius: 70px;
                padding: 0 15px;
                box-shadow: 0 5px 0 #333;
                min-width: 0;
            }

    .business1bg {
        height: auto !important;
        margin-top: 0 !important;
        background: #252525;
    }

        .business1bg > img {
            display: block;
        }

    .business1 {
        padding: 40px 0;
        display: none;
    }

    .business1_lt {
        float: none;
        width: 100%;
    }

        .business1_lt .h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

            .business1_lt .h2 strong {
                width: 32.71vw;
                height: 9.8vw;
                line-height: 9.8vw;
            }

        .business1_lt .h3 {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 15px;
        }

        .business1_lt .h4 {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .business1_lt .h5 {
            font-size: 20px;
            line-height: 1.2em;
            margin-bottom: 5px;
        }

        .business1_lt .h6 {
            font-size: 12px;
            line-height: 16px;
        }

    .business1_rt {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

        .business1_rt .tit6 {
            float: none;
        }
}

.tit7 {
}

    .tit7 h1 {
        font-size: 0.6rem;
        text-align: center;
        margin-bottom: 0.1rem;
    }

    .tit7 p {
        font-size: 0.3rem;
    }

    .tit7 .h2 {
        font-size: 1.57vw;
        line-height: 1.93em;
        text-transform: uppercase;
    }

        .tit7 .h2 span {
            display: inline-block;
            text-align: center;
            border: 1px solid #333;
            border-radius: 70px;
            background: #fff;
            padding: 0px 1.83vw;
            box-shadow: 0 .44vw 0 #333;
        }

.business2bg {
    padding: 9.73vw 0 5.93vw 0;
}

    .business2bg:before {
    }

.business2 {
    position: relative;
    padding: 0 0 0 4.5%;
}

    .business2:before {
        content: "";
        width: 90%;
        height: 88%;
        border-radius: 1vw;
        background: #f1f1f1;
        position: absolute;
        top: 1.5vw;
        left: 0;
        z-index: -1;
    }

    .business2:after {
        content: "";
        width: 20.99vw;
        height: 6.56vw;
        background: url(../images/b2_bg1.png) center repeat;
        position: absolute;
        bottom: -8%;
        left: 8%;
    }

    .business2 .list {
        margin-top: 3vw;
    }

.slideTxtBox_01 {
}

    .slideTxtBox_01 .hd {
        float: left;
        width: 47.5%;
    }

        .slideTxtBox_01 .hd ul li {
            cursor: pointer;
            border-top: 2px dotted #8b8b8b;
            padding: .4vw 0;
        }

            .slideTxtBox_01 .hd ul li:nth-child(1) {
                border: none;
            }

            .slideTxtBox_01 .hd ul li .nr_box {
                color: #333;
                border-radius: 1vw 0 0 1vw;
                padding: 1.5vw 11.46vw .8vw 2.61vw;
                background-position: right 2.61vw center;
                background-repeat: no-repeat;
                background-size: 4.11vw auto;
                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;
            }

            .slideTxtBox_01 .hd ul li .num {
            }

                .slideTxtBox_01 .hd ul li .num .h2 {
                    font-size: 4.69vw;
                    line-height: 1em;
                    color: #88e53e;
                }

                    .slideTxtBox_01 .hd ul li .num .h2 strong {
                    }

                    .slideTxtBox_01 .hd ul li .num .h2 b {
                        color: #004529;
                    }

            .slideTxtBox_01 .hd ul li .txt {
                width: calc(100% - 7.5vw);
            }

                .slideTxtBox_01 .hd ul li .txt .h3 {
                    font-size: 1.05vw;
                    line-height: 1.2em;
                    font-weight: bold;
                    margin-bottom: .6vw;
                }

                .slideTxtBox_01 .hd ul li .txt .h4 {
                    font-size: 1.05vw;
                    line-height: 1.4em;
                    min-height: 4.3em;
                }

            .slideTxtBox_01 .hd ul li.on .nr_box {
                background-color: #00bb6c;
                background-image: url(../images/ico_right4.png);
            }

    .slideTxtBox_01 .bd {
        float: right;
        width: 52.5%;
        margin-top: -1vw;
    }

.business2_list {
}

    .business2_list img {
        display: block;
        width: 100%;
        box-shadow: 0 0 1.5vw rgba(0,0,0,.2);
        border-radius: 1.5vw;
    }

@media(max-width:999px) {
    .tit7 .h2 {
        font-size: 12px;
        line-height: 16px;
    }

        .tit7 .h2 span {
            padding: 5px 15px;
            box-shadow: 0 5px 0 #333;
        }

    .business2bg {
        padding: 40px 0;
    }

        .business2bg .wapper2 {
            width: 100%;
        }

    .business2 {
        padding: 0 0 0 5%;
    }

        .business2:before {
            display: none;
        }

        .business2:after {
            display: none;
        }

        .business2 .tit7 {
            text-align: center;
        }

        .business2 .list {
            margin-top: 25px;
            position: relative;
        }

    .slideTxtBox_01 .hd {
        float: left;
        width: 22%;
    }

        .slideTxtBox_01 .hd ul li {
            padding: 0;
            margin: 5px 0;
            text-align: center;
            border: none;
        }

            .slideTxtBox_01 .hd ul li:nth-child(1), .slideTxtBox_01 .hd ul li:nth-child(2) {
                border: none;
            }

            .slideTxtBox_01 .hd ul li .nr_box {
                border-radius: 8px 0 0 8px;
                padding: 10px 5%;
                background: #f1f1f1;
                color: #999;
                display: block;
            }

            .slideTxtBox_01 .hd ul li .num .h2 {
                font-size: 24px;
                line-height: 1em;
                color: #999;
            }

                .slideTxtBox_01 .hd ul li .num .h2 b {
                    color: #999;
                }

            .slideTxtBox_01 .hd ul li .txt {
                width: 100%;
            }

                .slideTxtBox_01 .hd ul li .txt .h3 {
                    font-size: 14px;
                    line-height: 18px;
                    margin-bottom: 0;
                }

                .slideTxtBox_01 .hd ul li .txt .h4 {
                    display: none;
                    font-size: 12px;
                    line-height: 1.2em;
                    color: #fff;
                    text-align: left;
                    width: 63%;
                    position: absolute;
                    left: 29%;
                    bottom: 0;
                }

            .slideTxtBox_01 .hd ul li.on .nr_box {
                background: #00c671;
                color: #333;
            }

            .slideTxtBox_01 .hd ul li.on .num .h2 {
                color: #88e53e;
            }

                .slideTxtBox_01 .hd ul li.on .num .h2 b {
                    color: #004529;
                }

            .slideTxtBox_01 .hd ul li.on .txt .h4 {
                display: block;
            }

    .slideTxtBox_01 .bd {
        float: right;
        width: 78%;
        margin-top: 0;
    }
}

.business3bg {
    padding: 9.73vw 0 5.93vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .business3bg:before {
    }

.business3 {
    position: relative;
    padding: 0 4.5% 0 0;
}

    .business3:before {
        content: "";
        width: 90%;
        height: 88%;
        border-radius: 1vw;
        background: #004529;
        opacity: .7;
        position: absolute;
        top: 1.5vw;
        right: 0;
        z-index: 1;
    }

    .business3 .tit7 {
        position: relative;
        z-index: 2;
        text-align: right;
    }

    .business3 .list {
        margin-top: 3vw;
        position: relative;
        z-index: 2;
    }

.slideTxtBox_02 {
}

    .slideTxtBox_02 .hd {
        float: right;
        width: 47.5%;
    }

        .slideTxtBox_02 .hd ul li {
            cursor: pointer;
            border-top: 2px dotted #8b8b8b;
            padding: .4vw 0;
        }

            .slideTxtBox_02 .hd ul li:nth-child(1) {
                border: none;
            }

            .slideTxtBox_02 .hd ul li .nr_box {
                color: #fff;
                border-radius: 0 1vw 1vw 0;
                padding: 1.5vw 2.61vw .8vw 11.46vw;
                background-position: left 2.61vw center;
                background-repeat: no-repeat;
                background-size: 4.11vw auto;
                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;
                flex-direction: row-reverse;
            }

            .slideTxtBox_02 .hd ul li .num {
            }

                .slideTxtBox_02 .hd ul li .num .h2 {
                    font-size: 4.69vw;
                    line-height: 1em;
                    color: #88e53e;
                }

                    .slideTxtBox_02 .hd ul li .num .h2 strong {
                    }

                    .slideTxtBox_02 .hd ul li .num .h2 b {
                        color: #fff;
                    }

            .slideTxtBox_02 .hd ul li .txt {
                width: calc(100% - 7.5vw);
                text-align: right;
            }

                .slideTxtBox_02 .hd ul li .txt .h3 {
                    font-size: 1.05vw;
                    line-height: 1.2em;
                    font-weight: bold;
                    margin-bottom: .6vw;
                    color: #88e53e;
                }

                .slideTxtBox_02 .hd ul li .txt .h4 {
                    font-size: 1.05vw;
                    line-height: 1.4em;
                    min-height: 4.3em;
                }

            .slideTxtBox_02 .hd ul li.on .nr_box {
                background-color: #00bb6c;
                background-image: url(../images/ico_left1.png);
            }

    .slideTxtBox_02 .bd {
        float: left;
        width: 52.5%;
        margin-top: -1vw;
    }

.business3_list {
}

    .business3_list img {
        display: block;
        width: 100%;
        box-shadow: 0 0 1.5vw rgba(0,0,0,.2);
        border-radius: 1.5vw;
    }

@media(max-width:999px) {
    .business3bg {
        padding: 40px 0;
        background: #004e36 !important;
    }

        .business3bg .wapper2 {
            width: 100%;
        }

    .business3 {
        padding: 0 0 0 5%;
    }

        .business3:after {
            display: none;
        }

        .business3 .tit7 {
            float: none;
            text-align: center;
        }

        .business3 .list {
            margin-top: 20px;
            position: relative;
        }

    .slideTxtBox_02 .hd {
        float: left;
        width: 22%;
    }

        .slideTxtBox_02 .hd ul li {
            padding: 0;
            text-align: center;
            border: 1px solid #88e53e;
            border-radius: 8px 0 0 8px;
            overflow: hidden;
            margin: 5px 0;
        }

            .slideTxtBox_02 .hd ul li:nth-child(1), .slideTxtBox_01 .hd ul li:nth-child(2) {
                border: none;
            }

            .slideTxtBox_02 .hd ul li .nr_box {
                border-radius: 8px 0 0 8px;
                padding: 10px 4%;
                background: #004e36;
                display: block;
            }

            .slideTxtBox_02 .hd ul li .num .h2 {
                font-size: 24px;
                line-height: 1em;
            }

            .slideTxtBox_02 .hd ul li .txt {
                width: 100%;
            }

                .slideTxtBox_02 .hd ul li .txt .h3 {
                    font-size: 14px;
                    line-height: 18px;
                    margin-bottom: 0;
                }

                .slideTxtBox_02 .hd ul li .txt .h4 {
                    display: none;
                    font-size: 12px;
                    line-height: 1.2em;
                    color: #fff;
                    text-align: left;
                    width: 63%;
                    position: absolute;
                    left: 29%;
                    bottom: 0;
                }

            .slideTxtBox_02 .hd ul li.on .nr_box {
                background: #88e53e;
                color: #333;
            }

            .slideTxtBox_02 .hd ul li.on .num .h2 {
                color: #fff;
            }

                .slideTxtBox_02 .hd ul li.on .num .h2 b {
                    color: #333;
                }

            .slideTxtBox_02 .hd ul li.on .txt .h3 {
                color: #333;
            }

            .slideTxtBox_02 .hd ul li.on .txt .h4 {
                display: block;
            }

    .slideTxtBox_02 .bd {
        float: right;
        width: 78%;
        margin-top: 0;
    }
}

.business4bg {
    padding: 6.25vw 0 6.25vw 0;
}

.business4 {
}

    .business4 img {
        display: block;
        width: 100%;
    }

@media(max-width:999px) {
    .business4bg {
        padding: 20px 0 20px 0;
    }
}


.business5bg {
    padding: 9.5vw 0 13vw 0;
    position: relative;
    background: url(../images/b5_bg1.png) bottom 5% center no-repeat;
    background-size: 80% auto;
}

    .business5bg:before {
        content: "";
        width: 0;
        height: 0;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
    }

.business5 {
}

    .business5 .tit7 {
        text-align: center;
    }

    .business5 .list {
        text-align: center;
        margin-top: 2.8vw;
    }

        .business5 .list .txt {
            font-size: 1.57vw;
            line-height: 1.6em;
            margin-bottom: 3.4vw;
        }

        .business5 .list .img {
        }

            .business5 .list .img img {
                max-width: 100%;
            }

@media(max-width:999px) {
    .business5bg {
        padding: 40px 0 60px 0;
        background-position: bottom 6% center;
    }

        .business5bg:before {
            display: none;
        }

        .business5bg .wapper2 {
            width: 100%;
        }

    .business5 .list {
        margin-top: 25px;
    }

        .business5 .list .txt {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 20px;
            padding: 0 5%;
        }
}

.business6bg {
    padding: 6vw 0 9.5vw 0;
    background: #00c672;
}

.business6 {
    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: flex-start;
    align-items: flex-start;
}

    .business6:before {
        content: "";
        width: 52.5vw;
        height: 28.7vw;
        background: url(../images/b6_bg1.png) center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        bottom: -15%;
    }

.business6_lt {
    width: 40%;
    margin-left: 3.5%;
    position: relative;
    z-index: 2;
}

    .business6_lt .list {
        margin: 10vw 0 0 16%;
    }

        .business6_lt .list .img {
            margin-bottom: 1.5vw;
        }

            .business6_lt .list .img img {
                max-width: 100%;
            }

        .business6_lt .list .txt {
            font-size: 1.57vw;
            line-height: 1.6em;
        }

.business6_rt {
    width: 52%;
    position: relative;
    z-index: 2;
    padding: 30px 0 0 0;
}

    .business6_rt img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .business6_rt:before {
        content: "";
        width: 100%;
        height: calc(100% - 30px);
        background: #252525;
        border-radius: 1vw;
        position: absolute;
        top: 0;
        right: 30px;
        z-index: 1;
    }

@media(max-width:999px) {
    .business6bg {
        padding: 40px 0;
    }

        .business6bg .wapper2 {
            width: 100%;
        }

    .business6 {
        display: block;
        padding: 0 10%;
    }

        .business6:before {
            width: 100%;
            height: 50%;
            background: #fff;
            border-radius: 0 8px 8px 0;
            bottom: auto;
            top: 12vw;
            left: 0;
        }

        .business6 .tit7 {
            text-align: center;
        }

    .business6_lt {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

        .business6_lt .list {
            margin: 20px 0 0 0;
            padding: 10px 5% 0 5%;
            text-align: center;
        }

            .business6_lt .list .img {
                margin-bottom: 10px;
            }

            .business6_lt .list .txt {
                font-size: 12px;
                line-height: 16px;
            }

    .business6_rt {
        width: 100%;
        padding: 15px 0 0 0;
    }

        .business6_rt:before {
            content: "";
            width: 100%;
            height: calc(100% - 15px);
            border-radius: 8px;
            top: 0;
            right: 15px;
        }
}

.business7bg {
    padding: 6.5vw 0;
    background: #f1f1f1;
}

    .business7bg > img {
        display: none;
        width: 100%;
    }

    .business7bg .wapper2 {
        position: relative;
    }

.business7 {
    text-align: center;
}

    .business7 img {
        max-width: 100%;
    }

.business7bg .btn1 {
}

    .business7bg .btn1 a {
        display: block;
        width: 30%;
        height: 4%; /*background:rgba(0,0,0,.1);*/
        position: absolute;
        top: 0;
        right: 18%;
        cursor: pointer;
        font-size: 0;
    }

    .business7bg .btn1 .btn1_target {
        display: block;
        width: 100%;
        height: 41%;
        padding-top: 100px;
        margin-top: -100px; /* background:rgba(0,0,0,.1);*/
        position: absolute;
        bottom: 0;
        left: 0;
    }

@media(max-width:999px) {
    .business7bg {
        padding: 0;
        position: relative;
    }

        .business7bg > img {
            display: block;
        }

        .business7bg .wapper2 {
            position: static;
        }

    .business7 {
        display: none;
    }

    .business7bg .btn1 a {
        width: 30%;
        height: 4%;
        top: 7%;
        right: 15%;
    }

    .business7bg .btn1 .btn1_target {
        height: 35%;
        padding-top: 60px;
        margin-top: -60px;
    }
}

.business7_2bg {
    padding: 0 /* background:url(../images/b5_bg2.png) top center no-repeat; background-size:80% auto;*/
}

.business7_2 {
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    /*margin-top: -60px;*/
}

    .business7_2 .list {
    }

.business_gallery {
}

.business_gallery-top {
}

    .business_gallery-top .gallery-top {
    }

        .business_gallery-top .gallery-top .swiper-slide {
        }

.business7_2_list {
    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;
}

    .business7_2_list .txtbg {
        width: 24%;
    }

    .business7_2_list .txt {
    }

        .business7_2_list .txt .h2 {
            font-size: 1.57vw;
            line-height: 3.39vw;
            height: 3.39vw;
            width: 18.49vw;
            background: url(../images/b10_3.png) center no-repeat;
            background-size: 100% 100%;
            color: #fff;
            margin-bottom: 1.2vw;
        }

            .business7_2_list .txt .h2 span {
                padding-left: 2.5vw;
            }

        .business7_2_list .txt .h3 {
            padding: 0 0 0 1vw;
            font-size: 1.2vw;
            line-height: 1.7em;
        }

    .business7_2_list .img {
        width: 72%;
        background: #f1f1f1;
        border-radius: 1vw;
    }

        .business7_2_list .img img {
            width: 100%;
        }

.business_gallery-thumbs {
    position: relative;
    padding: 0 3.23vw;
    margin-bottom: 3.5vw;
    border-bottom: 2px solid #333;
}

    .business_gallery-thumbs .gallery-thumbs {
    }

        .business_gallery-thumbs .gallery-thumbs .swiper-slide {
            text-align: center;
            padding: 5px 0;
        }

            .business_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
                font-size: 1.57vw;
                line-height: 1.2em;
                height: 3.125vw;
                padding: 0 2vw;
                border-radius: 3.125vw;
                width: fit-content;
                margin: 0 auto;
                cursor: pointer;
                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;
            }

                .business_gallery-thumbs .gallery-thumbs .swiper-slide .h2 span {
                    display: inline-block;
                }

            .business_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                border: 1px solid #333;
                box-shadow: 0 0.44vw 0 #333;
            }

.business_gallery .swiper-button-prev, .business_gallery .swiper-button-next {
    width: 3.23vw;
    height: 100%;
    margin: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.business_gallery .swiper-button-prev {
    left: 0;
    background-image: url(../images/ico_lt4.png);
}

.business_gallery .swiper-button-next {
    right: 0;
    background-image: url(../images/ico_rt4.png);
}

@media(max-width:999px) {
    .business7_2bg {
        padding: 40px 0 40px 0;
    }

    .business7_2_list {
        display: block;
    }

        .business7_2_list .txtbg {
            width: 100%;
            margin-bottom: 20px;
        }

        .business7_2_list .txt .h2 {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            width: 80%;
            margin-bottom: 10px;
        }

            .business7_2_list .txt .h2 span {
                padding-left: 20px;
            }

        .business7_2_list .txt .h3 {
            padding: 0 0 0 15px;
            font-size: 12px;
            line-height: 2em;
        }

        .business7_2_list .img {
            width: 100%;
            border-radius: 8px;
        }

    .business_gallery-thumbs {
        padding: 0 30px;
        margin-bottom: 20px;
    }

        .business_gallery-thumbs .gallery-thumbs .swiper-slide {
            padding: 5px 0;
        }

            .business_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
                font-size: 2.94vw;
                line-height: 16px;
                height: 32px;
                padding: 0 5px;
                border-radius: 40px;
            }

            .business_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                box-shadow: 0 5px 0 #333;
                background: #88e53e;
            }

    .business_gallery .swiper-button-prev, .business_gallery .swiper-button-next {
        width: 30px;
        height: 100%;
    }
}

.business8bg {
    padding: 0 0 6.5vw 0;
}

.business8 {
}

    .business8 img {
        display: block;
        width: 100%;
    }

@media(max-width:999px) {
    .business8bg {
        padding: 20px 0 20px 0;
    }
}


.business9bg {
    padding: 4.2vw 0 14.5vw 0;
    position: relative;
}

    .business9bg > img {
        display: block;
        width: 100%;
        margin-bottom: 3.2vw;
    }

.business9 {
}

    .business9 .list1 {
        text-align: center;
        margin-bottom: 5vw;
    }

        .business9 .list1 .txt {
            font-size: 1.875vw;
            line-height: 1.5em;
            margin-bottom: .8vw;
        }

        .business9 .list1 .img {
        }

            .business9 .list1 .img img {
                max-width: 100%;
            }

    .business9 .list2 {
        font-size: 1.57vw;
        line-height: 1.6em;
        padding: 0 10%;
        position: relative;
    }

        .business9 .list2:before {
            content: "";
            width: 100%;
            height: calc(100% - 30px);
            background: #004e35;
            border-radius: 1vw;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }

        .business9 .list2 .txt1 {
            color: #fff;
            padding: 4.2vw 0 1.8vw 0;
        }

        .business9 .list2 .txt2bg {
            background: url(../images/b9_bg1.png) center no-repeat;
            background-size: 100% 100%;
            padding: 2.9vw 0 0 0;
        }

    .business9.business9-2 .list2 .txt2bg {
        background-image: url(../images/bg9_bg2.png);
        color: #fff;
    }

    .business9 .list2 .txt2 {
        padding: 3.5vw 6.6%;
    }

@media(max-width:999px) {
    .business9bg {
        padding: 40px 0 60px 0;
    }

        .business9bg > img {
            margin-bottom: 20px;
        }

        .business9bg .wapper2 {
            width: 100%;
        }

    .business9 .list1 {
        margin-bottom: 40px;
    }

        .business9 .list1 .txt {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 10px;
            padding: 0 5%;
        }

    .business9 .list2 {
        font-size: 12px;
        line-height: 16px;
        padding: 0;
        background: #004e35;
    }

        .business9 .list2:before {
            display: none;
        }

        .business9 .list2 .txt1 {
            padding: 20px 5% 10px 5%;
        }

        .business9 .list2 .txt2bg {
            background: #88e53e url(../images/b9_bg1_m.png) top center no-repeat;
            background-size: 100% auto;
            padding: 20px 0 10px 0;
        }

    .business9.business9-2 .list2 .txt2bg {
        background-color: #caa660;
        background-image: url(../images/bg9_bg2_m.png);
    }

    .business9 .list2 .txt2 {
        padding: 10px 5%;
    }
}

.business10bg {
    position: relative;
    min-height: 33.91vw;
    padding: 30vw 0 10vw 0;
}

    .business10bg:before {
        content: "";
        width: 82.66vw;
        height: 5.12vw;
        background: url(../images/b5_bg2.png) center no-repeat;
        background-size: 100%;
        position: absolute;
        top: -7.3vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .business10bg > img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

.business10 {
    position: relative;
}

    .business10 .tit7 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .business10 .list {
    }

        .business10 .list .nr_box {
            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;
            flex-direction: row-reverse;
        }

        .business10 .list .txtbg {
            width: 38%;
            height: 40.84vw;
            background: url(../images/b10_bg2.png) center no-repeat;
            background-size: 100% 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .business10 .list .txt {
            padding: 0 14% 0 17%;
            width: 69%;
        }

            .business10 .list .txt .h2 {
                font-size: 1.57vw;
                line-height: 3.39vw;
                height: 3.39vw;
                width: 18.49vw;
                background: url(../images/b10_3.png) center no-repeat;
                background-size: 100% 100%;
                color: #fff;
                margin-bottom: 2.5vw;
            }

                .business10 .list .txt .h2 span {
                    padding-left: 2.5vw;
                }

            .business10 .list .txt .h3 {
                font-size: 1.57vw;
                line-height: 1.6em;
            }

        .business10 .list .img {
            width: 62%;
        }

            .business10 .list .img img {
                display: block;
                width: 100%;
                border-radius: 0 1vw 1vw 0;
            }

.case1_swiper .swiper-container {
    width: 100%;
}

    .case1_swiper .swiper-container .swiper-slide {
    }

.case1_swiper .swiper_controls {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    z-index: 2;
}

.case1_swiper .swiper-pagination {
    position: static;
    float: left;
    font-size: 1.05vw;
}

    .case1_swiper .swiper-pagination .swiper-pagination-bullet {
        vertical-align: top;
        margin: 0 1vw;
        width: auto;
        height: auto;
        background: none;
        opacity: .5;
    }

        .case1_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: none;
            opacity: 1;
        }

.case1_swiper .swiper-button-prev, .case1_swiper .swiper-button-next {
    position: static;
    float: left;
    margin: 0;
    width: 40px;
    height: 40px;
}

.case1_swiper .swiper-button-prev {
    background: url(../images/ico_lt1.png) center no-repeat;
    background-size: contain;
}

.case1_swiper .swiper-button-next {
    background: url(../images/ico_rt1.png) center no-repeat;
    background-size: contain;
}

@media(max-width:999px) {
    .business10bg {
        min-height: 0;
        padding: 40px 0;
        margin-bottom: 20px;
        background: #00c671;
    }

        .business10bg > img {
            display: none;
        }

        .business10bg:before {
            height: 95%;
        }

        .business10bg .wapper2 {
            width: 100%;
        }

    .business10 {
        padding-top: 40px;
    }

        .business10 .tit7 {
            left: 0;
            top: 0;
            width: 100%;
            text-align: center;
        }

        .business10 .list {
            margin-top: 20px;
        }

            .business10 .list .nr_box {
                display: block;
                padding: 0;
            }

            .business10 .list .txtbg {
                width: 90%;
                height: auto;
                background: #fff;
                border-radius: 0 0 8px 8px;
                display: block;
                margin: 0 5% 0 5%;
            }

            .business10 .list .txt {
                padding: 20px 5%;
                width: 90%;
            }

                .business10 .list .txt .h2 {
                    font-size: 14px;
                    line-height: 34px;
                    height: 34px;
                    width: 80%;
                    margin-bottom: 10px;
                }

                    .business10 .list .txt .h2 span {
                        padding-left: 20px;
                    }

                .business10 .list .txt .h3 {
                    font-size: 12px;
                    line-height: 16px;
                }

            .business10 .list .img {
                width: 100%;
            }

                .business10 .list .img img {
                    border-radius: 0 0 1vw 1vw;
                }

    .case1_swiper {
        padding-bottom: 50px;
    }

        .case1_swiper .swiper_controls {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
            height: 24px;
            line-height: 24px;
        }

        .case1_swiper .swiper-pagination {
            font-size: 12px;
        }

            .case1_swiper .swiper-pagination .swiper-pagination-bullet {
                margin: 0 1vw;
            }

        .case1_swiper .swiper-button-prev, .case1_swiper .swiper-button-next {
            width: 24px;
            height: 24px;
        }
}

.business10-2bg {
    position: relative;
    min-height: 33.91vw;
    padding: 30vw 0 10vw 0;
}

    .business10-2bg:before {
        content: "";
        width: 82.66vw;
        height: 5.12vw;
        background: url(../images/b5_bg2.png) center no-repeat;
        background-size: 100%;
        position: absolute;
        top: -7.3vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .business10-2bg > img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

.business10-2 {
    position: relative;
}

    .business10-2 .tit7 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .business10-2 .list {
    }

        .business10-2 .list .nr_box {
            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;
            flex-direction: row;
        }

        .business10-2 .list .txtbg {
            width: 62%;
            background: #00c672;
            border-radius: 0 1vw 1vw 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .business10-2 .list .txt {
            padding: 5.2vw 10%;
        }

            .business10-2 .list .txt .h2 {
                font-size: 1.57vw;
                line-height: 3.39vw;
                height: 3.39vw;
                width: 18.49vw;
                background: url(../images/b10_3.png) center no-repeat;
                background-size: 100% 100%;
                color: #fff;
                margin-bottom: 2.5vw;
            }

                .business10-2 .list .txt .h2 span {
                    padding-left: 2.5vw;
                }

            .business10-2 .list .txt .h3 {
                font-size: 1.57vw;
                line-height: 1.6em;
            }

        .business10-2 .list .imgbg {
            width: 38%;
            height: 40.84vw;
            background: url(../images/b10_bg2.png) center no-repeat;
            background-size: 100% 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .business10-2 .list .img {
            padding: 0 14% 0 17%;
            width: 69%;
        }

            .business10-2 .list .img .h2 {
                font-size: 1.56vw;
                line-height: 1.6em;
                margin-bottom: 3.12vw;
            }

            .business10-2 .list .img img {
                display: block;
                width: 100%;
            }

.case2_swiper .swiper-container .swiper-slide:nth-child(3n-1) .txtbg {
    background: #88e53e;
}

.case2_swiper .swiper-container .swiper-slide:nth-child(3n-1) .txt .h2 {
    background-image: url(../images/b10_3-2.png);
}

.case2_swiper .swiper-container .swiper-slide:nth-child(3n) .txtbg {
    background: #caa660;
}

.case2_swiper .swiper-container {
    width: 100%;
}

    .case2_swiper .swiper-container .swiper-slide {
    }

.case2_swiper .swiper_controls {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    z-index: 2;
}

.case2_swiper .swiper-pagination {
    position: static;
    float: left;
    font-size: 1.05vw;
}

    .case2_swiper .swiper-pagination .swiper-pagination-bullet {
        vertical-align: top;
        margin: 0 1vw;
        width: auto;
        height: auto;
        background: none;
        opacity: .5;
    }

        .case2_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: none;
            opacity: 1;
        }

.case2_swiper .swiper-button-prev, .case2_swiper .swiper-button-next {
    position: static;
    float: left;
    margin: 0;
    width: 40px;
    height: 40px;
}

.case2_swiper .swiper-button-prev {
    background: url(../images/ico_lt1.png) center no-repeat;
    background-size: contain;
}

.case2_swiper .swiper-button-next {
    background: url(../images/ico_rt1.png) center no-repeat;
    background-size: contain;
}

@media(max-width:999px) {
    .business10-2bg {
        min-height: 0;
        padding: 40px 0;
        margin-bottom: 20px;
    }

        .business10-2bg > img {
            display: none;
        }

        .business10-2bg:before {
            height: 95%;
        }

        .business10-2bg .wapper2 {
            width: 100%;
        }

    .business10-2 {
        padding-top: 40px;
    }

        .business10-2 .tit7 {
            left: 0;
            top: 0;
            width: 100%;
            text-align: center;
        }

        .business10-2 .list {
            margin-top: 20px;
        }

            .business10-2 .list .nr_box {
                display: block;
                padding: 0;
            }

            .business10-2 .list .txtbg {
                width: 90%;
                margin: 0 5%;
                border-radius: 0 8px 8px 0;
            }

            .business10-2 .list .txt {
                padding: 20px 5%;
            }

                .business10-2 .list .txt .h2 {
                    font-size: 14px;
                    line-height: 34px;
                    height: 34px;
                    width: 80%;
                    margin-bottom: 10px;
                }

                    .business10-2 .list .txt .h2 span {
                        padding-left: 20px;
                    }

                .business10-2 .list .txt .h3 {
                    font-size: 12px;
                    line-height: 16px;
                }

            .business10-2 .list .imgbg {
                width: 100%;
                height: auto;
                background: #fff;
            }

            .business10-2 .list .img {
                padding: 20px 10%;
                width: 80%;
            }

                .business10-2 .list .img .h2 {
                    font-size: 14px;
                    line-height: 1.6em;
                    margin-bottom: 10px;
                }

    .case2_swiper {
        padding-bottom: 50px;
    }

        .case2_swiper .swiper_controls {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
            height: 24px;
            line-height: 24px;
        }

        .case2_swiper .swiper-pagination {
            font-size: 12px;
        }

            .case2_swiper .swiper-pagination .swiper-pagination-bullet {
                margin: 0 1vw;
            }

        .case2_swiper .swiper-button-prev, .case2_swiper .swiper-button-next {
            width: 24px;
            height: 24px;
        }
}

.business11bg {
    position: relative;
    padding: 0 0 3vw 0;
}

    .business11bg:before {
        content: "";
        width: 100%;
        height: 90%;
        background: #88e53e;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

.business11bg-2:before {
    background: #00c672;
}

.business11 {
}

    .business11 .list {
        padding: 0 5.5%;
        margin-top: 4vw;
    }

.business11_con {
    margin-top: 2.5vw;
}

.business11 .form {
    font-size: 1.57vw;
    line-height: 1.2em;
}

    .business11 .form table {
    }

        .business11 .form table td {
            padding: 8px 0;
        }

    .business11 .form .td1 {
        width: 11%;
        padding-right: 5px;
    }

    .business11 .form .td2 {
        width: 39%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .business11 .form .td3 {
        width: 11%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .business11 .form .td4 {
        width: 39%;
        padding-left: 5px;
    }

    .business11 .form .text1 {
        border: 1px solid #333;
        background: #fff;
        height: 3.65vw;
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .business11 .form .text2 {
        border: 1px solid #333;
        background: #fff;
        height: 8.34vw;
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .business11 .form .button1 {
        display: inline-block;
        height: 3.65vw;
        line-height: 3.65vw;
        border: 1px solid #333;
        background: #252525;
        color: #fff;
        font-size: 1.57vw;
        border-radius: 8px;
        width: 26vw;
    }

@media(max-width:999px) {
    .business11bg {
        padding: 30px 0 20px 0;
        background: #88e53e;
    }

    .business11bg-2 {
        background: #00c672;
    }

    .business11bg .wapper2 {
        width: 100%;
    }

    .business11bg:before {
        display: none;
    }

    .business11 .list {
        padding: 0 5%;
        margin-top: 20px;
    }

        .business11 .list .tit4 .h2 {
            font-size: 14px;
            line-height: 18px;
        }

    .business11_con {
        margin-top: 20px;
    }

    .business11 .form {
        font-size: 12px;
        line-height: 16px;
    }

        .business11 .form table {
        }

            .business11 .form table td {
                padding: 5px !important;
                display: inline-block;
                width: 100%;
            }

        .business11 .form .td1 {
            width: 25%;
        }

        .business11 .form .td2 {
            width: 65%;
        }

        .business11 .form .td3 {
            width: 25%;
        }

        .business11 .form .td4 {
            width: 65%;
        }

        .business11 .form .text1 {
            height: 30px;
            line-height: 30px;
            border-radius: 4px;
        }

        .business11 .form .text2 {
            height: 60px;
            line-height: 30px;
            border-radius: 4px;
        }

        .business11 .form .button1 {
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            border-radius: 4px;
            width: 65%;
            float: left;
            margin-left: calc(25% + 10px);
        }
}

.business12bg {
    padding: 5.2vw 0 5.2vw 0;
}

.business12 {
}

    .business12 img {
        display: block;
        width: 100%;
    }

@media(max-width:999px) {
    .business12bg {
        padding: 20px 0 20px 0;
    }
}

.business13bg {
    padding: 0 0 5vw 0
}

.business13 {
}

    .business13 img {
        display: block;
        width: 100%;
    }

@media(max-width:999px) {
    .business13bg {
        padding: 0 0 20px 0;
    }
}

.business14bg {
    position: relative;
    padding: 0 0 6.5vw 0;
    margin-bottom: 5.2vw;
}

    .business14bg:before {
        content: "";
        width: 100%;
        height: 95%;
        background: #004e35;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.business14 {
    position: relative;
}

    .business14 .tit7 {
        text-align: center;
    }

    .business14 .list {
        margin-top: 5vw;
    }

        .business14 .list .nr_box {
            padding-bottom: 7vw;
            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;
            /*flex-direction: row-reverse;*/
        }

        .business14 .list .txtbg {
            width: 35%;
            height: 40.84vw;
            background: #fff;
            border-radius: 1vw;
            position: relative;
            z-index: 3;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .business14 .list .txt {
            padding: 0 13%;
        }

            .business14 .list .txt .h2 {
                font-size: 1.57vw;
                line-height: 3.39vw;
                height: 3.39vw;
                width: 18.49vw;
                background: url(../images/b14_bg1.png) center no-repeat;
                background-size: 100% 100%;
                color: #fff;
                margin-bottom: 2.5vw;
            }

                .business14 .list .txt .h2 span {
                    padding-left: 2.5vw;
                }

            .business14 .list .txt .h3 {
                font-size: 1.57vw;
                line-height: 1.6em;
            }

        .business14 .list .img {
            width: 65%;
            position: relative;
            z-index: 1;
        }

            .business14 .list .img img {
                display: block;
                width: 100%;
                border-radius: 1vw 0 0 1vw;
            }

        .business14 .list .img2 {
            width: 59%;
            position: absolute;
            z-index: 2;
            bottom: 0;
            left: 25%;
        }

            .business14 .list .img2 img {
                width: 100%;
            }

    .business14 .case1_swiper .swiper_controls {
        right: auto;
        left: 0;
        bottom: 5%;
    }

    .business14 .case1_swiper .swiper-pagination .swiper-pagination-bullet {
        color: #88e53e;
        opacity: 1;
    }

        .business14 .case1_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            color: #fff;
            opacity: 1;
        }

    .business14 .case1_swiper .swiper-button-prev {
        background-image: url(../images/ico_lt3.png);
    }

    .business14 .case1_swiper .swiper-button-next {
        background-image: url(../images/ico_rt3.png);
    }

@media(max-width:999px) {
    .business14bg {
        min-height: 0;
        padding: 0 0 40px 0;
        margin-bottom: 20px;
    }

        .business14bg:before {
            height: 95%;
        }

        .business14bg .wapper2 {
            width: 100%;
        }

    .business14 .list {
        margin-top: 20px;
    }

        .business14 .list .nr_box {
            display: block;
            padding: 0;
        }

        .business14 .list .txtbg {
            width: 90%;
            height: auto;
            background: #fff;
            border-radius: 0 0 8px 8px;
            display: block;
            margin: 20px 5% 0 5%;
        }

        .business14 .list .txt {
            padding: 20px 5%;
            width: 90%;
        }

            .business14 .list .txt .h2 {
                font-size: 14px;
                line-height: 34px;
                height: 34px;
                width: 80%;
                margin-bottom: 10px;
            }

                .business14 .list .txt .h2 span {
                    padding-left: 20px;
                }

            .business14 .list .txt .h3 {
                font-size: 12px;
                line-height: 16px;
            }

        .business14 .list .img {
            width: 100%;
        }

            .business14 .list .img img {
                border-radius: 0 0 1vw 1vw;
            }

        .business14 .list .img2 {
            width: 65%;
            position: static;
            left: auto;
            bottom: auto;
            float: right;
            position: relative;
            z-index: 5;
            margin-top: -12%;
        }

    .business14 .case1_swiper .swiper_controls {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
}


.business15bg {
    padding: 7vw 0 3vw 0;
    background: url(../images/b5_bg2.png) top center no-repeat;
    background-size: 80% auto;
    position: relative;
}

.business15 {
    position: relative;
    z-index: 2;
}

    .business15 .tit7 {
        text-align: center;
    }

    .business15 .list {
        margin-top: 5.5vw;
        background: #f1f1f1;
        padding: 40px 0;
    }

.bus_gallery {
}

.bus_gallery-top {
}

    .bus_gallery-top .gallery-top {
    }

        .bus_gallery-top .gallery-top .swiper-slide {
            text-align: center;
        }

            .bus_gallery-top .gallery-top .swiper-slide img {
                max-width: 100%;
            }

.bus_gallery-thumbs {
    border-bottom: 2px solid #333;
    position: relative;
    padding: 0 3.23vw;
    margin-bottom: 3.64vw;
}

    .bus_gallery-thumbs .gallery-thumbs {
    }

        .bus_gallery-thumbs .gallery-thumbs .swiper-slide {
            text-align: center;
            padding: 5px 0;
        }

            .bus_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
                font-size: 1.57vw;
                line-height: 1.2em;
                height: 3.125vw;
                padding: 0 2vw;
                border-radius: 3.125vw;
                width: fit-content;
                margin: 0 auto;
                cursor: pointer;
                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;
            }

                .bus_gallery-thumbs .gallery-thumbs .swiper-slide .h2 span {
                    display: inline-block;
                }

            .bus_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                border: 1px solid #333;
                box-shadow: 0 0.44vw 0 #333;
            }

.bus_gallery .swiper-button-prev, .bus_gallery .swiper-button-next {
    width: 3.23vw;
    height: 100%;
    margin: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bus_gallery .swiper-button-prev {
    left: 0;
    background-image: url(../images/ico_lt4.png);
}

.bus_gallery .swiper-button-next {
    right: 0;
    background-image: url(../images/ico_rt4.png);
}

@media(max-width:999px) {
    .business15bg {
        padding: 40px 0 20px 0;
    }

        .business15bg .wapper2 {
            width: 100%;
        }

    .business15 .list {
        margin-top: 30px;
    }

    .bus_gallery-thumbs {
        padding: 0 30px;
        margin-bottom: 20px;
    }

        .bus_gallery-thumbs .gallery-thumbs .swiper-slide {
            padding: 5px 0;
        }

            .bus_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
                font-size: 2.94vw;
                line-height: 16px;
                height: 32px;
                padding: 0 5px;
                border-radius: 40px;
            }

            .bus_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                box-shadow: 0 5px 0 #333;
                background: #88e53e;
            }

    .bus_gallery .swiper-button-prev, .bus_gallery .swiper-button-next {
        width: 30px;
        height: 100%;
    }
}


.login1_box {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .login1_box:before {
        content: "";
        width: 29%;
        height: 100%;
        background: #00c672;
        opacity: .9;
        position: absolute;
        top: 0;
        right: 10%;
        z-index: 1;
    }

.login1_headbg {
    width: 100%;
    position: relative;
    z-index: 55;
}

.login1_head {
    height: 100px;
    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;
}

    .login1_head .logo {
        width: 11%;
        height: 100px;
        position: relative;
    }

        .login1_head .logo img {
            max-width: 100%;
            max-height: 90%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto auto;
        }

        .login1_head .logo .img2 {
            display: none;
        }

    .login1_head .h_lang {
        margin-right: 10%;
        font-size: 21.5px;
        line-height: 30px;
        position: relative;
    }

        .login1_head .h_lang span {
            padding-right: 20px;
            background: url(../images/ico_down1.png) right center no-repeat;
            cursor: pointer;
        }

        .login1_head .h_lang ul {
            width: 120px;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,.1);
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            visibility: hidden;
            margin-top: 10px;
            transition: all .3s ease;
        }

        .login1_head .h_lang:hover ul {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }

        .login1_head .h_lang ul li {
            font-size: 16px;
            line-height: 26px;
        }

            .login1_head .h_lang ul li a {
                display: block;
                text-align: center;
                padding: 5px 0;
            }

@media(max-width:999px) {
    .login1_box {
    }

        .login1_box:before {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

    .login1_head {
        height: 60px;
    }

        .login1_head .logo {
            width: 50%;
            height: 60px;
        }

            .login1_head .logo .img1 {
                display: none;
            }

            .login1_head .logo .img2 {
                margin: 18px 0;
                display: block;
                max-width: 66%;
            }

        .login1_head .h_lang {
            margin-right: 0;
            font-size: 14px;
        }
}

.login1bg {
    position: relative;
    z-index: 5;
}

.login1 {
    float: right;
    width: 36%;
    margin-top: 5vw;
}

    .login1 .list {
        padding: 0 6.5%;
    }

        .login1 .list .h2 {
            text-align: center;
            font-size: 1.57vw;
            line-height: 1.2em;
            margin-bottom: 1.4vw;
        }

            .login1 .list .h2 strong {
                display: block;
                font-size: 4.5vw;
                line-height: 1em;
                text-transform: uppercase;
                margin-bottom: .5vw;
            }

            .login1 .list .h2 span {
                display: block;
            }

        .login1 .list .form {
        }

            .login1 .list .form ul li {
                margin-bottom: 12px;
            }

            .login1 .list .form .radio_box {
                background: #fff;
                border-radius: .6vw .6vw 0 0;
                overflow: hidden;
                font-size: 1.12vw;
                line-height: 2.87vw;
                text-align: center;
                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;
            }

                .login1 .list .form .radio_box span {
                    width: 100%;
                    cursor: pointer;
                    border-left: 1px solid #eee;
                }

                    .login1 .list .form .radio_box span:nth-child(1) {
                        border: none;
                    }

                    .login1 .list .form .radio_box span.on {
                        background: #004e35;
                        color: #fff;
                    }

            .login1 .list .form .input_box {
                position: relative;
            }

                .login1 .list .form .input_box i {
                    width: 2.87vw;
                    height: 2.87vw;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                    .login1 .list .form .input_box i img {
                        max-width: 100%;
                        max-height: 100%;
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        margin: auto auto;
                    }

                .login1 .list .form .input_box .text1 {
                    border: none;
                    background: #fff;
                    height: 2.87vw;
                    line-height: 2.87vw;
                    padding: 0 1vw 0 2.87vw;
                    width: calc(100% - 3.87vw);
                    border-radius: .6vw;
                }

            .login1 .list .form .button1 {
                display: block;
                width: 100%;
                line-height: 2.87vw;
                border-radius: .6vw;
                background: #004e35;
                color: #fff;
                text-align: center;
                font-size: 1.2vw;
            }

            .login1 .list .form .h3 {
                font-size: 21.5px;
                line-height: 2em;
                text-align: right;
            }

                .login1 .list .form .h3 span {
                    padding-right: 20px;
                    background: url(../images/ico_down1.png) right center no-repeat;
                    cursor: pointer;
                }

@media(max-width:999px) {
    .login1 {
        float: right;
        width: 100%;
        margin-top: 30vw;
    }

        .login1 .list {
            padding: 0;
        }

            .login1 .list .h2 {
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 20px;
            }

                .login1 .list .h2 strong {
                    font-size: 48px;
                    line-height: 1em;
                    margin-bottom: 5px;
                }

            .login1 .list .form ul li {
                margin-bottom: 12px;
            }

            .login1 .list .form .radio_box {
                border-radius: 4px 4px 0 0;
                font-size: 12px;
                line-height: 32px;
            }

            .login1 .list .form .input_box i {
                width: 32px;
                height: 32px;
            }

            .login1 .list .form .input_box .text1 {
                height: 32px;
                line-height: 32px;
                padding: 0 10px 0 32px;
                width: calc(100% - 42px);
                border-radius: 4px;
            }

            .login1 .list .form .button1 {
                line-height: 32px;
                border-radius: 4px;
                font-size: 12px;
            }

            .login1 .list .form .h3 {
                font-size: 14px;
                line-height: 2em;
                text-align: right;
            }
}


.chaxun1_box {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.chaxun1_headbg {
    width: 100%;
    position: relative;
    z-index: 55;
}

.chaxun1_head {
    height: 100px;
}

    .chaxun1_head .logo {
        float: left;
        width: 11%;
        height: 100px;
        position: relative;
    }

        .chaxun1_head .logo img {
            max-width: 100%;
            max-height: 90%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto auto;
        }

        .chaxun1_head .logo .img2 {
            display: none;
        }

    .chaxun1_head .h_lang {
        margin-right: 12px;
        font-size: 0.2rem;
        float: right;
        line-height: 0.4rem;
        margin-top: 0.3rem;
        padding: 0 0.2rem;
        background-color: #00C672;
        border-radius: 0.2rem;
    }

        .chaxun1_head .h_lang span {
            padding-right: 0;
            background: url(../images/ico_down1.png) right center no-repeat;
            cursor: pointer;
            color: #000;
        }

@media(max-width:999px) {
    .chaxun1_box {
    }

    .chaxun1_head {
        height: 60px;
    }

        .chaxun1_head .logo {
            width: 50%;
            height: 60px;
            display: block;
        }

            .chaxun1_head .logo .img1 {
                display: none;
            }

            .chaxun1_head .logo .img2 {
                display: block;
            }

        .chaxun1_head .h_lang {
            line-height: 30px;
            height: 30px;
            margin-right: 5px;
            font-size: 14px;
            border-radius: 6px;
            margin-top: 18px;
        }
}

.chaxun1bg {
    position: relative;
    z-index: 5;
}

.chaxun1 {
    width: 50%;
    margin: 0 auto;
    margin-top: 8.5vw;
}

    .chaxun1 .list {
    }

        .chaxun1 .list .h2 {
            text-align: center;
            font-size: 1.88vw;
            line-height: 1.2em;
            margin-bottom: 1.4vw;
        }

            .chaxun1 .list .h2 strong {
                display: block;
                font-size: 3.125vw;
                line-height: 1em;
                text-transform: uppercase;
                margin-bottom: .3vw;
                font-weight: normal;
                color: #fff;
            }

            .chaxun1 .list .h2 span {
                display: block;
                color: #fff;
            }

        .chaxun1 .list .form {
            height: 2.87vw;
        }

            .chaxun1 .list .form .text1 {
                border: none;
                background: #fff;
                height: 2.87vw;
                line-height: 2.87vw;
                padding: 0 1vw;
                width: calc(100% - 8.3vw);
                border-radius: .6vw;
                float: left;
            }

            .chaxun1 .list .form .button1 {
                display: block;
                width: 7.3vw;
                line-height: 2.87vw;
                border-radius: .6vw;
                background: #004e35;
                color: #fff;
                text-align: center;
                font-size: 1.2vw;
                float: right;
            }

        .chaxun1 .list .h3 {
            font-size: 21.5px;
            line-height: 2em;
            text-align: center;
            margin-top: 1vw;
            color: #fff;
        }

            .chaxun1 .list .h3 span {
                padding-right: 20px;
                background: url(../images/ico_down1.png) right center no-repeat;
                cursor: pointer;
            }

@media(max-width:999px) {
    .chaxun1 {
        width: 100%;
        margin-top: 30vw;
    }

        .chaxun1 .list {
            padding: 0;
        }

            .chaxun1 .list .h2 {
                font-size: 18px;
                line-height: 22px;
                margin-bottom: 20px;
            }

                .chaxun1 .list .h2 strong {
                    font-size: 30px;
                    line-height: 1em;
                    margin-bottom: 5px;
                }

            .chaxun1 .list .form {
                height: auto;
            }

                .chaxun1 .list .form .text1 {
                    height: 32px;
                    line-height: 32px;
                    padding: 0 10px;
                    width: calc(100% - 20px);
                    border-radius: 4px;
                    float: none;
                    margin-bottom: 10px;
                }

                .chaxun1 .list .form .button1 {
                    width: 80px;
                    line-height: 32px;
                    border-radius: 4px;
                    font-size: 12px;
                    float: none;
                    margin: 0 auto;
                }

            .chaxun1 .list .h3 {
                font-size: 14px;
                line-height: 2em;
                text-align: center;
                margin-top: 10px;
            }
}


.cooperation1bg {
    padding: 8vw 0 0 0;
    background-color: #252525;
}

.cooperation1 {
}

.cooperation1_list1 {
    padding-bottom: 0.8rem;
}

    .cooperation1_list1 .lt {
        float: left;
        width: 7.65rem;
    }

        .cooperation1_list1 .lt .img {
            margin-bottom: 2vw;
        }

            .cooperation1_list1 .lt .img img {
                width: 100%;
            }

        .cooperation1_list1 .lt .txt {
            font-size: 1.2vw;
            line-height: 1.6em;
            color: #fff;
        }

    .cooperation1_list1 .rt {
        float: right;
        width: 7.12rem;
    }

        .cooperation1_list1 .rt .txt {
            font-size: 1.2vw;
            line-height: 1.6em;
            margin-top: 2.4vw;
            margin-bottom: 1.6vw;
            color: #fff;
        }

        .cooperation1_list1 .rt .img {
        }

            .cooperation1_list1 .rt .img img {
                max-width: 100%;
            }

.cooperation1_list2 {
    background: url(../images/c1_bg1.png) center no-repeat;
    background-size: 100% 100%;
    min-height: 6.5rem;
    background-color: #00C672;
    padding: 0.4rem 0;
}

    .cooperation1_list2 .list {
        margin-top: 2.5vw;
        padding: 0 6%;
    }

.cooperation1_con {
    margin-top: 1.8vw;
}

.cooperation1_list2 .form {
    font-size: 1.2vw;
    line-height: 1.2em;
}

    .cooperation1_list2 .form table {
    }

        .cooperation1_list2 .form table td {
            padding: 8px 0;
        }

        .cooperation1_list2 .form table tr {
            margin-bottom: 0.2rem;
        }

    .cooperation1_list2 .form .td1 {
        width: 11%;
        padding-right: 5px;
    }

    .cooperation1_list2 .form .td2 {
        width: 39%;
        padding-left: 5px;
        padding-right: 0.6rem;
    }

    .cooperation1_list2 .form .td3 {
        width: 11%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cooperation1_list2 .form .td4 {
        width: 39%;
        padding-left: 5px;
    }

    .cooperation1_list2 .form .text1 { /*border: 1px solid #333;*/
        background: #fff;
        height: 3.65vw;
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .cooperation1_list2 .form .text2 { /*border: 1px solid #333;*/
        background: #fff;
        height: 8.34vw;
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .cooperation1_list2 .form .button1 {
        display: inline-block;
        height: 3.65vw;
        line-height: 3.65vw;
        border: 1px solid #333;
        background: #252525;
        color: #fff;
        font-size: 1.57vw;
        border-radius: 8px;
        width: 26vw;
        margin-top: 15px;
    }

@media(max-width:999px) {
    .cooperation1bg {
        padding: 40px 0 0 0;
    }

        .cooperation1bg .wapper2 {
            width: 100%;
        }

    .cooperation1_list1 {
        margin-bottom: 20px;
        position: relative;
        padding-top: 60px;
    }

        .cooperation1_list1 .tit7 {
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
        }

        .cooperation1_list1 .lt {
            float: left;
            width: 100%;
            margin-bottom: 20px;
            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;
        }

            .cooperation1_list1 .lt .img {
                width: 49%;
                margin-bottom: 0;
            }

            .cooperation1_list1 .lt .txt {
                width: 50%;
                padding: 0 3% 0 3%;
                font-size: 12px;
                line-height: 16px;
            }

        .cooperation1_list1 .rt {
            float: right;
            width: 100%;
            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;
        }

            .cooperation1_list1 .rt .txt {
                width: 50%;
                padding: 0 3% 0 3%;
                font-size: 12px;
                line-height: 16px;
                margin-top: 0;
                margin-bottom: 10px;
            }

            .cooperation1_list1 .rt .img {
                width: 48%;
            }

    .cooperation1_list2 {
        background: #88e53e;
        min-height: 0;
        padding: 20px 0;
        border-radius: 8px;
    }

        .cooperation1_list2 .list {
            margin-top: 20px;
            padding: 0 5%;
        }

    .cooperation1_con {
        margin-top: 20px;
    }

    .cooperation1_list2 .form {
        font-size: 12px;
        line-height: 16px;
    }

        .cooperation1_list2 .form table td {
            padding: 5px !important;
            display: inline-block;
            width: 100%;
        }

        .cooperation1_list2 .form .td1 {
            width: 25%;
        }

        .cooperation1_list2 .form .td2 {
            width: 75%;
        }

        .cooperation1_list2 .form .td3 {
            width: 25%;
        }

        .cooperation1_list2 .form .td4 {
            width: 75%;
        }

        .cooperation1_list2 .form .text1 {
            height: 30px;
            line-height: 30px;
            border-radius: 4px;
        }

        .cooperation1_list2 .form .text2 {
            height: 60px;
            line-height: 30px;
            border-radius: 4px;
        }

        .cooperation1_list2 .form .button1 {
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            border-radius: 4px;
            width: 65%;
            margin-top: 5px;
            float: left;
            margin-left: calc(25% + 10px);
        }
}

.cooperation2bg {
    padding: 4vw 0 4vw 0;
    background-color: #252525;
}

.cooperation2 {
}

    .cooperation2 img {
        display: block;
        width: 100%;
    }

@media(max-width:999px) {
    .cooperation2bg {
        padding: 20px 0 20px 0;
    }
}

.cooperation3bg {
    padding: 2vw 0;
    background: #f1f1f1;
    margin-bottom: 0;
}

.cooperation3 {
}

.cooperation3_list1 {
    padding-bottom: 0rem;
}

    .cooperation3_list1 .lt {
        float: right;
        width: 55.5%;
    }

        .cooperation3_list1 .lt .img {
            margin-bottom: 2vw;
        }

            .cooperation3_list1 .lt .img img {
                max-width: 100%;
            }

        .cooperation3_list1 .lt .txt {
            font-size: 1.57vw;
            line-height: 1.6em;
        }

    .cooperation3_list1 .rt {
        float: left;
        width: 40.5%;
    }

        .cooperation3_list1 .rt .txt {
            font-size: 1.3vw;
            line-height: 1.8em;
            margin-top: 2.4vw;
            margin-bottom: 1.6vw;
        }

        .cooperation3_list1 .rt .img {
        }

            .cooperation3_list1 .rt .img img {
                max-width: 100%;
            }

.cooperation3_list2 { /* background:url(../images/c3_bg2.png) center no-repeat; */
    background-size: 100% 100%;
    min-height: auto;
    padding: 0;
    padding-top: 0.4rem;
    background-color: #004E35;
    border-radius: 0.2rem;
}

    .cooperation3_list2 .tit3 {
        float: left;
    }

        .cooperation3_list2 .tit3 .h2 span {
            background: #00C672;
            color: #004529;
        }

    .cooperation3_list2 .list {
        margin-top: 0.6rem;
        color: #fff;
        padding: 0 1rem;
        padding-bottom: 0.8rem;
    }

    .cooperation3_list2 .tit4 {
        text-align: left;
    }

.cooperation3_con {
    margin-top: 1.8vw;
}

.cooperation3_list2 .form {
    font-size: 1.3vw;
    line-height: 1.2em;
}

    .cooperation3_list2 .form table {
    }

        .cooperation3_list2 .form table td {
            padding: 8px 0;
        }

    .cooperation3_list2 .form .td1 {
        width: 11%;
        padding-right: 5px;
    }

    .cooperation3_list2 .form .td2 {
        width: 39%;
        padding-left: 5px;
        padding-right: 0.6rem;
    }

    .cooperation3_list2 .form .td3 {
        width: 11%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cooperation3_list2 .form .td4 {
        width: 39%;
        padding-left: 5px;
    }

    .cooperation3_list2 .form .text1 {
        border: 1px solid #333;
        background: #fff;
        height: 3.65vw;
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .cooperation3_list2 .form .text2 {
        border: 1px solid #333;
        background: #fff;
        height: 8.34vw;
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .cooperation3_list2 .form .button1 {
        display: inline-block;
        height: 3.65vw;
        line-height: 3.65vw;
        border: 1px solid #00C672;
        background: #00C672;
        color: #004529;
        font-size: 1.57vw;
        border-radius: 8px;
        width: 26vw;
        margin-top: 15px;
    }

@media(max-width:999px) {
    .cooperation3bg {
        padding: 40px 0 0 0;
        background: none;
        margin-bottom: 0;
    }

        .cooperation3bg .wapper2 {
            width: 100%;
        }

    .cooperation3_list1 {
        margin-bottom: 20px;
        padding-top: 50px;
        position: relative;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

        .cooperation3_list1 .tit7 {
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
        }

        .cooperation3_list1 .lt {
            float: left;
            width: 100%;
            margin-bottom: 0;
        }

            .cooperation3_list1 .lt .img {
                margin-bottom: 0;
            }

            .cooperation3_list1 .lt .txt {
                font-size: 12px;
                line-height: 16px;
            }

        .cooperation3_list1 .rt {
            float: right;
            width: 100%;
            padding: 15px 0 0;
        }

            .cooperation3_list1 .rt .txt {
                font-size: 14px;
                line-height: 20px;
                margin-top: 0;
                margin-bottom: 0;
            }

            .cooperation3_list1 .rt .img {
                display: none;
            }

    .cooperation3_list2 {
        background: #004529;
        min-height: 0;
        padding: 20px 0;
        border-radius: 8px;
    }

        .cooperation3_list2 .tit3 {
            float: left;
        }

        .cooperation3_list2 .list {
            margin-top: 20px;
            padding: 0 5%;
        }

        .cooperation3_list2 .tit4 {
            text-align: left;
        }

    .cooperation3_con {
        margin-top: 20px;
    }

    .cooperation3_list2 .form {
        font-size: 12px;
        line-height: 16px;
    }

        .cooperation3_list2 .form table td {
            padding: 5px !important;
            display: inline-block;
            width: 100%;
        }

        .cooperation3_list2 .form .td1 {
            width: 25%;
        }

        .cooperation3_list2 .form .td2 {
            width: 75%;
        }

        .cooperation3_list2 .form .td3 {
            width: 25%;
        }

        .cooperation3_list2 .form .td4 {
            width: 75%;
        }
       
        .cooperation3_list2 .form .text1 {
            height: 30px;
            line-height: 30px;
            border-radius: 4px;
        }

        .cooperation3_list2 .form .text2 {
            height: 60px;
            line-height: 30px;
            border-radius: 4px;
        }

        .cooperation3_list2 .form .button1 {
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            border-radius: 4px;
            width: 65%;
            margin-top: 5px;
            float: left;
            margin-left: calc(25% + 10px);
        }
}


.cooperation4bg {
    position: relative;
    padding: 2.5vw 0;
}

    .cooperation4bg:before {
        content: "";
        width: 100%;
        height: 60%;
        background: #f1f1f1;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .cooperation4bg:after {
        content: "";
        width: 100%;
        height: 40%;
        background: #252525;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.cooperation4 {
}

    .cooperation4 .tit7 {
        text-align: center;
    }

    .cooperation4 .list1 {
        max-width: 1020px;
        margin: 0 auto;
        margin-top: 3vw;
        margin-bottom: 4vw;
    }

        .cooperation4 .list1 .img {
            text-align: center;
            margin-bottom: 2.5vw;
        }

            .cooperation4 .list1 .img img {
                max-width: 100%;
            }

        .cooperation4 .list1 .txt {
            font-size: 1.57vw;
            line-height: 1.6em;
        }

    .cooperation4 .list2 {
    }

        .cooperation4 .list2 img {
            width: 100%;
        }

@media(max-width:999px) {
    .cooperation4bg {
        padding: 40px 0 0 0;
    }

        .cooperation4bg .wapper2 {
            width: 100%;
        }

        .cooperation4bg:before {
            width: 100%;
            height: 80%;
            display: none;
        }

    .cooperation4 .list1 {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 5%;
    }

        .cooperation4 .list1 .img {
            margin-bottom: 10px;
        }

        .cooperation4 .list1 .txt {
            font-size: 12px;
            line-height: 16px;
        }
}

.cooperation5_box {
    padding-bottom: 0.5rem;
    background: #252525;
}

.cooperation5bg {
    padding: 0;
    background: url(../images/b5_bg2.png) top center no-repeat;
    background-size: 80% auto;
    position: relative;
}

    .cooperation5bg > img {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

.cooperation5 {
    padding: 4.5vw 0 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

    .cooperation5 .tit7 {
        text-align: center;
    }

    .cooperation5 .list1 {
        max-width: 1020px;
        margin: 0 auto;
        margin-top: 3vw;
        margin-bottom: 4vw;
        color: #fff;
    }

        .cooperation5 .list1 .img {
            text-align: center;
            margin-bottom: 2.5vw;
        }

            .cooperation5 .list1 .img img {
                max-width: 100%;
            }

        .cooperation5 .list1 .txt {
            font-size: 1.57vw;
            line-height: 1.6em;
        }

    .cooperation5 .list2 {
    }

.cooperation5_con {
    background: #f1f1f1;
    border-radius: 1vw;
    border-top: .5vw solid #00c672;
    padding: 5.2vw 5%;
    margin-top: -2vw;
}

.cooperation5_box .cooperation5bg:nth-child(3n-1) .cooperation5_con {
    border-color: #3cbafb
}

.cooperation5_box .cooperation5bg:nth-child(3n) .cooperation5_con {
    border-color: #ffb83c
}

.cooperation5_con .tit4 {
    margin-bottom: 1vw;
}

.cooperation5_con .lt {
    float: left;
    width: 48%;
}

.cooperation5_con .rt {
    float: right;
    width: 48%;
}

.cooperation5_con ul li {
    margin-bottom: 15px;
}

    .cooperation5_con ul li .h2 {
        font-size: 0.26rem;
        line-height: 3.65vw;
        float: left;
    }

    .cooperation5_con ul li .text1 {
        /*border: 1px solid #333;*/
        background: #fff;
        height: 3.65vw;
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 8vw);
        float: right;
    }

    .cooperation5_con ul li .text2 {
        /*border: 1px solid #333;*/
        background: #fff;
        height: calc(7.4vw + 15px);
        line-height: 3.65vw;
        border-radius: 8px;
        padding: 0 10px;
        width: calc(100% - 8vw);
        float: right;
    }

    .cooperation5_con ul li .button1 {
        display: inline-block;
        height: 3.65vw;
        line-height: 3.65vw;
        border: 1px solid #333;
        background: #252525;
        color: #fff;
        font-size: 1.57vw;
        border-radius: 8px;
        width: calc(100% - 8vw);
        padding: 0 10px;
        text-align: center;
        float: right;
    }

@media(max-width:999px) {
    .cooperation5_box {
        margin-bottom: 40px;
    }
    .coopbt h1 {
        font-size: 30px !important;
    }
    .coopbt p {
        font-size: 20px !important;
    }
    .cooperation5bg {
        padding: 2px 0 0 0;
        background-position: top 20px center;
    }

        .cooperation5bg > img {
            top: 60px;
            z-index: -1;
            height: 80vw;
        }

        .cooperation5bg .wapper2 {
            width: 100%;
        }

    .cooperation5 {
        padding: 20px 0 0 0;
    }

        .cooperation5 .list1 {
            margin-top: 30px;
            margin-bottom: 0;
            padding: 0 5%;
            min-height: 40vw;
        }

            .cooperation5 .list1 .img {
                margin-bottom: 10px;
            }

            .cooperation5 .list1 .txt {
                font-size: 12px;
                line-height: 16px;
            }

    .cooperation5_con {
        border-radius: 8px;
        border-top: 4px solid #00c672;
        padding: 40px 5% 20px 5%;
        margin-top: -15px;
    }

        .cooperation5_con .tit4 {
            margin-bottom: 20px;
        }

        .cooperation5_con .lt {
            float: left;
            width: 100%;
        }

        .cooperation5_con .rt {
            float: right;
            width: 100%;
        }

        .cooperation5_con ul li {
            margin-bottom: 10px;
        }

            .cooperation5_con ul li .h2 {
                font-size: 12px;
                line-height: 32px;
                float: left;
            }

            .cooperation5_con ul li .text1 {
                height: 30px;
                line-height: 30px;
                border-radius: 4px;
                padding: 0 10px;
                width: calc(75% - 22px);
                float: right;
            }

            .cooperation5_con ul li .text2 {
                height: 60px;
                line-height: 30px;
                border-radius: 4px;
                padding: 0 10px;
                width: calc(75% - 22px);
                float: right;
            }

            .cooperation5_con ul li .button1 {
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                border-radius: 4px;
                width: calc(75% - 22px);
                padding: 0 10px;
                float: right;
            }
}


.news1bg {
    padding: 4.6vw 0;
    background: #00c672;
}

.news1 {
    background: url(../images/n1_bg1.png) center no-repeat;
    background-size: 100% 100%;
    padding: 4vw 5% 4vw 5%;
}

    .news1 .tit7 {
        text-align: center;
    }

    .news1 .list {
        background: url(../images/n1_bg2.png) bottom center no-repeat;
        background-size: 80% auto;
        padding-bottom: 2.5vw;
        margin-top: 3.8vw;
    }

        .news1 .list .nr_box {
            margin: 0 0.2rem;
        }

        .news1 .list .img {
            padding-bottom: 75%;
            position: relative;
            border-radius: 1vw;
            overflow: hidden;
        }

            .news1 .list .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto auto;
            }

        .news1 .list .txt {
            color: #333;
            margin-top: 0;
            padding: 0.3rem 0.8rem;
            background-color: #F1F1F1;
            border-radius: 0.2rem;
        }

            .news1 .list .txt .h2 {
                font-size: 1.57vw;
                line-height: 1.4em;
                margin-bottom: .4vw;
            }

            .news1 .list .txt .h3 {
                font-size: 1.57vw;
                line-height: 1.4em;
                margin-bottom: 1vw;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .news1 .list .txt .h4 {
                font-size: 1.25vw;
                line-height: 1.4em;
                border-top: 1px solid #333;
                padding-top: .8vw;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

.news1_swiper {
    position: relative;
    padding-bottom: calc(3.5vw + 40px);
}

    .news1_swiper .swiper_controls {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 40px;
        line-height: 40px;
        z-index: 2;
    }

    .news1_swiper .swiper-pagination {
        position: static;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.05vw;
    }

        .news1_swiper .swiper-pagination .swiper-pagination-bullet {
            vertical-align: top;
            margin: 0 1vw;
            width: auto;
            height: auto;
            background: none;
            opacity: .5;
        }

            .news1_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: none;
                opacity: 1;
            }

    .news1_swiper .swiper-button-prev, .news1_swiper .swiper-button-next {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        width: 40px;
        height: 40px;
    }

    .news1_swiper .swiper-button-prev {
        background: url(../images/ico_lt1.png) center no-repeat;
        background-size: contain;
    }

    .news1_swiper .swiper-button-next {
        background: url(../images/ico_rt1.png) center no-repeat;
        background-size: contain;
    }

@media(max-width:999px) {
    .news1bg {
        padding: 0.4rem 0;
        background: none;
    }

        .news1bg .wapper2 {
            width: 100%;
        }

    .news1 {
        background: none;
        border-radius: 8px;
        padding: 0;
    }

        .news1 .list {
            padding-bottom: 2.5vw;
            margin-top: 0.3rem;
            background: #00c672;
            padding: 20px 0;
        }

            .news1 .list .nr_box {
                margin: 0 5%;
            }

            .news1 .list .img {
                border-radius: 8px;
            }

            .news1 .list .txt {
                margin-top: 10px;
            }

                .news1 .list .txt .h2 {
                    font-size: 12px;
                    line-height: 1em;
                    margin-bottom: 10px;
                }

                .news1 .list .txt .h3 {
                    font-size: 14px;
                    line-height: 18px;
                    margin-bottom: 10px;
                }

                .news1 .list .txt .h4 {
                    font-size: 12px;
                    line-height: 16px;
                    padding-top: 5px;
                }

    .news1_swiper {
        background: url(../images/n1_bg1.png) center no-repeat;
        background-size: 110% 100%;
        padding: 20% 0;
    }

        .news1_swiper .swiper_controls {
            height: 30px;
            line-height: 30px;
            bottom: 32px;
        }

        .news1_swiper .swiper-pagination {
            font-size: 12px;
        }

        .news1_swiper .swiper-button-prev, .news1_swiper .swiper-button-next {
            width: 30px;
            height: 30px;
        }
}

.news3bg {
    padding: 5.2vw 0 5.2vw 0;
}

.news3 {
}

    .news3 img {
        display: block;
        width: 100%;
    }

@media(max-width:999px) {
    .news3bg {
        padding: 20px 0 20px 0;
    }
}

.news2bg {
    padding: 4.6vw 0;
    background: #004e35;
    padding-bottom: 2vw;
}

.news2 {
    background: url(../images/n1_bg1.png) center no-repeat;
    background-size: 100% 100%;
    padding: 4.2vw 7% 4vw 7%;
}

    .news2 .tit7 {
        text-align: center;
    }

    .news2 .list {
        background: url(../images/n1_bg2.png) bottom center no-repeat;
        background-size: 80% auto;
        padding-bottom: 2.5vw;
        margin-top: 3.8vw;
    }

        .news2 .list ul li {
            float: left;
            width: 25%;
            margin-bottom: 4vw;
        }

            .news2 .list ul li:nth-child(4n-3) {
                clear: left;
            }

        .news2 .list .nr_box {
            margin: 0 1.4vw;
        }

        .news2 .list .img {
            padding-bottom: 75%;
            position: relative;
            border-radius: 1vw;
            overflow: hidden;
        }

            .news2 .list .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto auto;
            }

        .news2 .list .txt {
            color: #333;
            margin-top: 1.1vw;
        }

            .news2 .list .txt .h2 {
                font-size: 1.25vw;
                line-height: 1.4em;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

@media(max-width:999px) {
    .news2bg {
        padding: 40px 0;
        background: none;
    }

        .news2bg .wapper2 {
            width: 100%;
        }

    .news2 {
        background: none;
        border-radius: 8px;
        padding: 0;
    }

        .news2 .list {
            padding-bottom: 2.5vw;
            margin-top: 30px;
            background: #004e35;
            padding: 20px 0;
        }

            .news2 .list ul {
                background: url(../images/n1_bg1.png) center no-repeat;
                background-size: 110% 100%;
                padding: 15% 5%;
            }

                .news2 .list ul li {
                    float: left;
                    width: calc((100% - 20px)/2);
                    margin: 0 0 20px 20px;
                }

                    .news2 .list ul li:nth-child(4n-3) {
                        clear: none;
                        margin-left: 20px;
                    }

                    .news2 .list ul li:nth-child(2n-1) {
                        clear: left;
                        margin-left: 0;
                    }

            .news2 .list .nr_box {
                margin: 0;
            }

            .news2 .list .txt {
                margin-top: 10px;
            }

                .news2 .list .txt .h2 {
                    font-size: 12px;
                    line-height: 16px;
                }
}


.news4bg {
    padding: 3vw 0 0 0;
}

.news4 {
    background: url(../images/n1_bg1.png) center no-repeat;
    background-size: 100% 100%;
    padding: 4.5vw 1.75% 4vw 1.75%;
}

    .news4 .tit7 {
        text-align: center;
    }

    .news4 .list {
        background: url(../images/n1_bg2.png) bottom center no-repeat;
        background-size: 80% auto;
        padding-bottom: 5vw;
        margin-top: 3.8vw;
    }

        .news4 .list ul li {
            padding: 20px 7%;
        }

            .news4 .list ul li:nth-child(2n-1) {
                background: #f1f1f1;
            }

            .news4 .list ul li .nr_box {
                color: #333;
                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;
            }

            .news4 .list ul li .date {
                width: 14%;
            }

                .news4 .list ul li .date .h4 {
                    font-size: 1.57vw;
                    line-height: 1em;
                }

            .news4 .list ul li .imgbg {
                width: 24%;
            }

            .news4 .list ul li .img {
                padding-bottom: 55%;
                position: relative;
                border-radius: 1vw;
                overflow: hidden;
            }

                .news4 .list ul li .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto auto;
                }

            .news4 .list ul li .txt {
                width: 56%;
            }

                .news4 .list ul li .txt .h2 {
                    font-size: 1.57vw;
                    line-height: 1.4em;
                    text-decoration: underline;
                    margin-bottom: .8vw;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .news4 .list ul li .txt .h3 {
                    font-size: 1.25vw;
                    line-height: 1.4em;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

@media(max-width:999px) {
    .news4bg {
        padding: 40px 0 0 0;
    }

        .news4bg .wapper2 {
            width: 100%;
        }

    .news4 {
        background: none;
        padding: 0;
    }

        .news4 .tit7 {
            margin: 0 5%;
        }

        .news4 .list {
            margin-top: 25px;
            background: #00c671;
            padding: 20px 0;
        }

            .news4 .list ul {
                background: url(../images/n1_bg1.png) center no-repeat;
                background-size: 110% 100%;
                padding: 15% 0;
            }

                .news4 .list ul li {
                    padding: 20px 5%;
                }

                    .news4 .list ul li:nth-child(2n-1) {
                        background: #fff;
                    }

                    .news4 .list ul li:nth-child(2n) {
                        background: #f1f1f1;
                    }

                    .news4 .list ul li .date {
                        width: 100%;
                        margin-bottom: 10px;
                        display: none;
                    }

                        .news4 .list ul li .date .h4 {
                            font-size: 12px;
                            line-height: 1em;
                        }

                    .news4 .list ul li .imgbg {
                        width: 45%;
                        margin-bottom: 10px;
                    }

                    .news4 .list ul li .txt {
                        width: 50%;
                    }

                        .news4 .list ul li .txt .h2 {
                            font-size: 14px;
                            line-height: 18px;
                            margin-bottom: 10px;
                        }

                        .news4 .list ul li .txt .h3 {
                            font-size: 12px;
                            line-height: 16px;
                        }
}


.responsibility1bg {
    padding: 6vw 0 0 0;
}

.responsibility1 {
}

    .responsibility1 .tit7 {
        text-align: center;
    }

    .responsibility1 .list1 {
        font-size: 1.57vw;
        line-height: 1.6em;
        margin-top: 5vw;
    }

    .responsibility1 .list2 {
        margin-top: 4.5vw;
    }

        .responsibility1 .list2 ul li {
            margin-bottom: 6vw;
        }

            .responsibility1 .list2 ul li .nr_box {
                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;
            }

            .responsibility1 .list2 ul li:nth-child(2n) .nr_box {
                flex-direction: row-reverse;
            }

            .responsibility1 .list2 ul li .img {
                width: 30%;
            }

                .responsibility1 .list2 ul li .img img {
                    width: 100%;
                    border-radius: 1vw;
                    box-shadow: 0 0 10px rgba(0,0,0,.1);
                }

            .responsibility1 .list2 ul li .txtbg {
                width: 70%;
                background: #f1f1f1;
            }

            .responsibility1 .list2 ul li:nth-child(2n) .txtbg {
                background: #515151;
                color: #fff;
            }

            .responsibility1 .list2 ul li .txt {
                padding: 3vw 14%;
            }

                .responsibility1 .list2 ul li .txt .h2 {
                    font-size: 1.57vw;
                    line-height: 3.39vw;
                    height: 3.39vw;
                    width: 18.49vw;
                    background: url(../images/b10_3.png) center no-repeat;
                    background-size: 100% 100%;
                    color: #fff;
                    margin-bottom: 2.5vw;
                }

            .responsibility1 .list2 ul li:nth-child(2n) .txt .h2 {
                background-image: url(../images/r1_bg1.png);
                color: #333;
            }

            .responsibility1 .list2 ul li .txt .h2 span {
                padding-left: 2.5vw;
            }

            .responsibility1 .list2 ul li .txt .h3 {
                font-size: 1.36vw;
                line-height: 1.4em;
            }

@media(max-width:999px) {
    .responsibility1bg {
        padding: 40px 0 0 0;
    }

    .responsibility1 .list1 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 30px;
    }

    .responsibility1 .list2 {
        margin-top: 40px;
    }

        .responsibility1 .list2 ul li {
            margin-bottom: 6vw;
        }

            .responsibility1 .list2 ul li .img {
                width: 49%;
            }

            .responsibility1 .list2 ul li .txtbg {
                width: 51%;
            }

            .responsibility1 .list2 ul li .txt {
                padding: 20px 5%;
            }

                .responsibility1 .list2 ul li .txt .h2 {
                    font-size: 2.67vw;
                    line-height: 34px;
                    height: 34px;
                    width: 80%;
                    margin-bottom: 10px;
                }

                    .responsibility1 .list2 ul li .txt .h2 span {
                        padding-left: 15px;
                    }

                .responsibility1 .list2 ul li .txt .h3 {
                    font-size: 2.14vw;
                    line-height: 1.2em;
                }
}


.standard1bg {
    padding: 6vw 0 4vw 0;
}

.standard1 {
}

    .standard1 .list {
        font-size: 1.57vw;
        line-height: 1.6em;
        text-align: center;
    }

@media(max-width:999px) {
    .standard1bg {
        padding: 40px 0 40px 0;
    }

    .standard1 .list {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
    }
}

.standard2bg {
    padding: 7.5vw 0 7vw 0;
    background: url(../images/b5_bg2.png) top center no-repeat;
    background-size: 80% auto;
    position: relative;
}

.standard2 {
}

    .standard2 .tit7 {
        text-align: center;
    }

    .standard2 .list {
        text-align: center;
        margin-top: 4vw;
    }

        .standard2 .list .txt {
            font-size: 1.57vw;
            line-height: 1.6em;
            margin-bottom: 3.5vw;
        }

        .standard2 .list .img {
        }

            .standard2 .list .img img {
                width: 100%;
                border-radius: 1vw;
            }

@media(max-width:999px) {
    .standard2bg {
        padding: 30px 0 10px 0;
    }

        .standard2bg .wapper2 {
            width: 100%;
        }

    .standard2 .list {
        margin-top: 20px;
    }

        .standard2 .list .txt {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 10px;
            text-align: left;
            padding: 0 5%;
        }

        .standard2 .list .img img {
            border-radius: 4px;
        }
}

.standard3bg {
    padding: 7.5vw 0 7vw 0;
    background: url(../images/b5_bg2.png) top center no-repeat;
    background-size: 80% auto;
    position: relative;
    margin-bottom: 7vw;
}

    .standard3bg:before {
        content: "";
        width: 100%;
        height: 84%;
        background: #f1f1f1;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.standard3 {
}

    .standard3 .tit7 {
        text-align: center;
    }

    .standard3 .list {
        text-align: center;
        margin-top: 4vw;
    }

        .standard3 .list .txt {
            font-size: 1.57vw;
            line-height: 1.6em;
            margin-bottom: 3.5vw;
        }

        .standard3 .list .img {
        }

            .standard3 .list .img img {
                width: 100%;
                border-radius: 1vw;
            }

@media(max-width:999px) {
    .standard3bg {
        padding: 30px 0 20px 0;
        margin-bottom: 0;
    }

        .standard3bg .wapper2 {
            width: 100%;
        }

        .standard3bg:before {
            display: none;
        }

    .standard3 .list {
        margin-top: 20px;
    }

        .standard3 .list .txt {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 10px;
            text-align: left;
            padding: 0 5%;
        }

        .standard3 .list .img img {
            border-radius: 4px;
        }
}


.service1bg {
    padding: 6vw 0 5vw 0;
}

.service1 {
}

    .service1 .tit7 {
        text-align: center;
    }

    .service1 .list {
        font-size: 1.57vw;
        line-height: 1.4em;
        text-align: center;
        margin-top: 3.5vw;
    }

@media(max-width:999px) {
    .service1bg {
        padding: 40px 0 40px 0;
    }

    .service1 .list {
        font-size: 12px;
        line-height: 16px;
        margin-top: 30px;
    }
}

.service2bg {
    padding: 7vw 0 5vw 0;
    background: url(../images/b5_bg2.png) top center no-repeat;
    background-size: 80% auto;
}

.service2 {
}

    .service2 .tit7 {
        text-align: center;
    }

    .service2 .list {
        margin-top: 5.5vw;
    }

.pro_gallery {
}

.pro_gallery-top {
}

    .pro_gallery-top .gallery-top {
    }

        .pro_gallery-top .gallery-top .swiper-slide {
        }

.service2_list {
}

    .service2_list ul li { /* float:left; width:calc((100% - 80px)/5); margin:0 0 20px 20px;*/
        transform: scale(.7);
        transition: all .3s ease;
    }
        /*.service2_list ul li:nth-child(5n-4){ margin-left:0; clear:left;}*/
        .service2_list ul li .img {
            padding-bottom: 120%;
            position: relative;
            border-radius: 1vw;
            overflow: hidden;
        }

            .service2_list ul li .img img { /*width:100%;*/
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto auto;
            }

        .service2_list ul li.swiper-slide-active {
            transform: scale(1)
        }

.pro_gallery-thumbs {
    border-bottom: 2px solid #333;
    position: relative;
    padding: 0 3.23vw;
    margin-bottom: 6vw;
}

    .pro_gallery-thumbs .gallery-thumbs {
    }

        .pro_gallery-thumbs .gallery-thumbs .swiper-slide {
            text-align: center;
            padding: 5px 0;
        }

            .pro_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
                font-size: 1.57vw;
                line-height: 1.2em;
                height: 3.125vw;
                padding: 0 2vw;
                border-radius: 3.125vw;
                width: fit-content;
                margin: 0 auto;
                cursor: pointer;
                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;
            }

                .pro_gallery-thumbs .gallery-thumbs .swiper-slide .h2 span {
                    display: inline-block;
                }

            .pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                border: 1px solid #333;
                box-shadow: 0 0.44vw 0 #333;
            }

.pro_gallery .swiper-button-prev, .pro_gallery .swiper-button-next {
    width: 3.23vw;
    height: 100%;
    margin: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pro_gallery .swiper-button-prev {
    left: 0;
    background-image: url(../images/ico_lt4.png);
}

.pro_gallery .swiper-button-next {
    right: 0;
    background-image: url(../images/ico_rt4.png);
}

@media(max-width:999px) {
    .service2bg {
        padding: 40px 0 40px 0;
    }

    .service2 .list {
        margin-top: 30px;
    }
    /*.service2_list ul li{ float:left; width:calc((100% - 20px)/3); margin:0 0 10px 10px;}
.service2_list ul li:nth-child(5n-4){ margin-left:10px; clear:none;}
.service2_list ul li:nth-child(3n-2){ margin-left:0; clear:left;}*/
    .pro_gallery-thumbs {
        padding: 0 30px;
        margin-bottom: 20px;
    }

        .pro_gallery-thumbs .gallery-thumbs .swiper-slide {
            padding: 5px 0;
        }

            .pro_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
                font-size: 12px;
                line-height: 16px;
                height: 32px;
                padding: 0 10px;
                border-radius: 40px;
            }

            .pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                box-shadow: 0 5px 0 #333;
            }

    .pro_gallery .swiper-button-prev, .pro_gallery .swiper-button-next {
        width: 30px;
        height: 100%;
    }
}

.service3bg {
    padding: 7vw 0 3vw 0;
    background: url(../images/b5_bg2.png) top center no-repeat;
    background-size: 80% auto;
}

.service3 {
}

    .service3 .tit7 {
        text-align: center;
    }

    .service3 .list {
        margin-top: 5.5vw;
    }

.ser_gallery {
}

.ser_gallery-top {
}

    .ser_gallery-top .gallery-top {
    }

        .ser_gallery-top .gallery-top .swiper-slide {
        }

.service3_list {
    /* background-color: #F1F1F1; */
}

    .service3_list .lt {
        float: left;
        width: 43%;
    }

        .service3_list .lt .h2bg {
            position: relative;
            margin-bottom: 3vw;
        }

        .service3_list .lt .h2 {
            font-size: 1.57vw;
            line-height: 3.39vw;
            height: 3.39vw;
            width: 18.49vw;
            background: url(../images/b10_3.png) center no-repeat;
            background-size: 100% 100%;
            color: #fff;
        }

            .service3_list .lt .h2 span {
                padding-left: 2.5vw;
            }

        .service3_list .lt .h2bg i {
            width: 10%;
            position: absolute;
            top: 0;
            right: 0;
        }

            .service3_list .lt .h2bg i img {
                width: 100%;
            }

        .service3_list .lt .h3 {
            padding: 0 0 0 2.5vw;
            font-size: 1.4vw;
            line-height: 2em;
            /*letter-spacing: 0.05rem;*/
        }

    .service3_list .rt {
        float: right;
        width: 50%;
        background: #f1f1f1;
        border-radius: 1vw;
    }

        .service3_list .rt .form {
            padding: 2.6vw 6%;
            font-size: 1.57vw;
            background: #fff;
            margin: 0;
            border-radius: 0.2rem;
        }

            .service3_list .rt .form table {
            }

                .service3_list .rt .form table th {
                    padding: 8px 0;
                    font-weight: normal;
                    text-align: left;
                }

                .service3_list .rt .form table td {
                    padding: 8px 0;
                    width: 75%;
                }

            .service3_list .rt .form .text1 {
                border: 1px solid #333;
                background: #fff;
                height: 3.65vw;
                line-height: 3.65vw;
                border-radius: 8px;
                padding: 0 10px;
                width: 100%;
            }

            .service3_list .rt .form .text2 {
                border: 1px solid #333;
                background: #fff;
                height: 8.55vw;
                line-height: 3.65vw;
                border-radius: 8px;
                padding: 0 10px;
                width: calc(100% - 0px);
            }

            .service3_list .rt .form .button1 {
                display: block;
                border: 1px solid #333;
                background: #252525;
                line-height: 3.65vw;
                border-radius: 8px;
                color: #fff;
                text-align: center;
            }

.ser_gallery-thumbs {
    border-bottom: 2px solid #333;
    position: relative;
    padding: 0 3.23vw;
    margin-bottom: 6vw;
}

    .ser_gallery-thumbs .gallery-thumbs {
    }

        .ser_gallery-thumbs .gallery-thumbs .swiper-slide {
            text-align: center;
            padding: 5px 0;
        }

            .ser_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
                font-size: 1.57vw;
                line-height: 1.2em;
                height: 3.125vw;
                padding: 0 2vw;
                border-radius: 3.125vw;
                width: fit-content;
                margin: 0 auto;
                cursor: pointer;
                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;
            }

                .ser_gallery-thumbs .gallery-thumbs .swiper-slide .h2 span {
                    display: inline-block;
                }

            .ser_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                border: 1px solid #333;
                box-shadow: 0 0.44vw 0 #333;
            }

.ser_gallery .swiper-button-prev, .ser_gallery .swiper-button-next {
    width: 3.23vw;
    height: 100%;
    margin: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ser_gallery .swiper-button-prev {
    left: 0;
    background-image: url(../images/ico_lt4.png);
}

.ser_gallery .swiper-button-next {
    right: 0;
    background-image: url(../images/ico_rt4.png);
}

@media(max-width:999px) {
    .service3bg {
        padding: 40px 0 20px 0;
    }

        .service3bg .wapper2 {
            width: 100%;
        }

    .service3 .list {
        margin-top: 30px;
    }

    .service3_list .lt {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .service3_list .lt .h2bg {
            margin-bottom: 20px; /*display:none;*/
        }

        .service3_list .lt .h2 {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            width: 80%;
            margin-bottom: 10px;
        }

            .service3_list .lt .h2 span {
                padding-left: 20px;
            }

        .service3_list .lt .h3 {
            padding: 0 0 0 20px;
            font-size: 12px;
            line-height: 2em;
        }

    .service3_list .rt {
        float: right;
        width: 100%;
        border-radius: 8px;
        background: #88e53e;
    }

        .service3_list .rt .form {
            padding: 20px 5%;
            font-size: 12px;
        }

            .service3_list .rt .form table th {
                padding: 5px 0;
            }

            .service3_list .rt .form table td {
                padding: 5px 0;
                width: 75%;
            }

            .service3_list .rt .form .text1 {
                height: 30px;
                line-height: 30px;
                border-radius: 4px;
                padding: 0 10px;
                width: calc(100% - 22px);
            }

            .service3_list .rt .form .text2 {
                height: 60px;
                line-height: 30px;
                border-radius: 4px;
                padding: 0 10px;
                width: calc(100% - 22px);
            }

            .service3_list .rt .form .button1 {
                line-height: 30px;
                border-radius: 4px;
            }

    .ser_gallery-thumbs {
        padding: 0 30px;
        margin-bottom: 20px;
    }

        .ser_gallery-thumbs .gallery-thumbs .swiper-slide {
            padding: 5px 0;
        }

            .ser_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
                font-size: 2.94vw;
                line-height: 16px;
                height: 32px;
                padding: 0 5px;
                border-radius: 40px;
            }

            .ser_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
                box-shadow: 0 5px 0 #333;
                background: #88e53e;
            }

    .ser_gallery .swiper-button-prev, .ser_gallery .swiper-button-next {
        width: 30px;
        height: 100%;
    }
}

.service4bg {
    padding: 3vw 0 8vw 0;
}

    .service4bg .tit7 {
        text-align: center;
    }

.service4 {
    background: #f1f1f1;
    padding: 3vw 0;
    margin-top: 2.5vw;
}

    .service4 .list {
    }

        .service4 .list ul li {
            float: left;
            width: calc((100% - 60px)/3);
            margin: 0 0 30px 30px;
        }

            .service4 .list ul li:nth-child(3n-2) {
                margin-left: 0;
                clear: left;
            }

            .service4 .list ul li .img {
                padding-bottom: 70%;
                position: relative;
            }

                .service4 .list ul li .img img {
                    max-width: 100%;
                    max-height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto auto;
                }

@media(max-width:999px) {
    .service4bg {
        padding: 20px 0 40px 0;
    }

    .service4 {
        padding: 30px 0 20px 0;
        margin-top: 20px;
    }

        .service4 .list ul li {
            float: left;
            width: calc((100% - 20px)/3);
            margin: 0 0 10px 10px;
        }
}

.service5bg {
    padding: 3vw 0;
    margin-bottom: 8vw;
    position: relative;
}

    .service5bg:before {
        content: "";
        width: 56%;
        height: 100%;
        background: #004e35;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        border-radius: 0 1vw 1vw 0;
    }

.service5 {
}

.service5_lt {
    float: left;
    width: 54%;
}

    .service5_lt .box1 {
        margin-bottom: 3vw;
    }

        .service5_lt .box1 .map {
            margin-top: 3vw;
        }

    .service5_lt .box2 {
        margin-bottom: 10vw;
    }

        .service5_lt .box2 .txt {
            font-size: 1.57vw;
            line-height: 1.6em;
            color: #fff;
            margin-top: 3vw;
        }

    .service5_lt .box3 {
        color: #fff;
    }

        .service5_lt .box3 ul li {
            font-size: 1.57vw;
            line-height: 2.92vw;
            padding-left: 3.5vw;
            position: relative;
        }

            .service5_lt .box3 ul li i {
                width: 2.92vw;
                height: 2.92vw;
                position: absolute;
                top: 0;
                left: 0;
            }

                .service5_lt .box3 ul li i img {
                    max-width: 100%;
                    max-height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto auto;
                }

.service5_rt {
    float: right;
    width: 39%;
    font-size: 1.57vw;
    line-height: 1.6em;
}

    .service5_rt .nr_box {
    }

    .service5_rt ul li {
        margin-bottom: .5em;
    }

@media(max-width:999px) {
    .service5bg {
        padding: 0;
        margin-bottom: 0;
    }

        .service5bg .wapper2 {
            width: 100%;
        }

        .service5bg:before {
            display: none;
        }

    .service5 .tit7 {
        text-align: center;
    }

    .service5_lt {
        float: left;
        width: 90%;
        margin-bottom: 40px;
        padding: 40px 5%;
        background: #004e35;
    }

        .service5_lt .box1 {
            margin-bottom: 40px;
        }

            .service5_lt .box1 .map {
                margin-top: 20px;
            }

        .service5_lt .box2 {
            margin-bottom: 40px;
        }

            .service5_lt .box2 .txt {
                font-size: 12px;
                line-height: 16px;
                margin-top: 20px;
            }

        .service5_lt .box3 ul li {
            font-size: 14px;
            line-height: 24px;
            padding-left: 30px;
        }

            .service5_lt .box3 ul li i {
                width: 24px;
                height: 24px;
            }

    .service5_rt {
        float: right;
        width: 100%;
        font-size: 2.67vw;
        line-height: 1.4em;
        background: #f1f1f1;
    }

        .service5_rt .nr_box {
            padding: 20px 5%;
        }

        .service5_rt ul li {
            float: left;
            width: 48%;
            margin: 0 0 4% 4%;
        }

            .service5_rt ul li:nth-child(2n-1) {
                margin-left: 0;
                clear: left;
            }
}


.tit8 {
    text-align: center;
}

    .tit8 .h2 {
        font-size: 1.56vw;
        line-height: 1.2em;
    }

        .tit8 .h2 span {
            display: inline-block;
            border: 1px solid #333;
            box-shadow: 0 .44vw 0 #333;
            border-radius: 100px;
            padding: 1.04vw 0;
            min-width: 52.08vw;
        }

.standard4bg {
    padding: 3.64vw 0;
}

    .standard4bg > img {
        display: block;
        width: 100%;
        margin-bottom: 3.64vw;
    }

.standard4 {
}

    .standard4 .list {
        position: relative;
        padding: 3.64vw 0 0 0;
        margin-top: 5.2vw;
    }

        .standard4 .list img.bg {
            display: block;
            width: 100%;
        }

        .standard4 .list .video_box {
            width: 90%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .standard4 .list video {
            display: block;
            width: 100%;
            border-radius: 1.04vw;
        }

        .standard4 .list img.ico {
            width: 8.86vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

@media(max-width:999px) {
    .tit8 .h2 {
        font-size: 12px;
        line-height: 16px;
    }

        .tit8 .h2 span {
            box-shadow: 0 5px 0 #333;
            padding: 10px 10px;
            min-width: 0;
        }

    .standard4bg {
        padding: 40px 0;
    }

        .standard4bg > img {
            margin-bottom: 25px;
        }

    .standard4 .list2 {
        margin-top: 25px;
    }
}

.standard5bg {
    padding: 6.25vw 0 5.2vw 0;
    background: url(../images/b5_bg1.png) top center no-repeat;
    background-size: 82.66vw auto;
}

.standard5 {
}

    .standard5 .list {
    }

        .standard5 .list 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: center;
            align-items: center;
            flex-wrap: wrap;
        }

            .standard5 .list ul li {
                font-size: 1.56vw;
                line-height: 2.24em;
                margin: 10px 0;
            }

                .standard5 .list ul li span {
                    display: block;
                    padding: 0 1.3vw;
                    background: #004529;
                    color: #fff;
                    text-align: center;
                    border-radius: 50px;
                }

                .standard5 .list ul li:nth-child(3n-2) span {
                    background: #252525;
                }

                .standard5 .list ul li:nth-child(3n) span {
                    background: #caa660;
                }

@media(max-width:999px) {
    .standard5bg {
        padding: 40px 0;
    }

    .standard5 .list ul {
        display: block;
    }

        .standard5 .list ul li {
            font-size: 12px;
            line-height: 1.5em;
            margin: 10px 0;
        }

            .standard5 .list ul li span {
                padding: 10px 5px;
            }
}


.standard6bg {
    padding: 5.2vw 0 6.25vw 0;
    background: #f1f1f1;
}

.standard6 {
}

    .standard6 .list {
        margin-top: 4.16vw;
    }

.photo_swiper {
    position: relative;
}

    .photo_swiper .swiper-container {
        width: 100%;
    }

        .photo_swiper .swiper-container .swiper-slide {
            /* Center slide text vertically */
            /*display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;*/
        }

            .photo_swiper .swiper-container .swiper-slide .img {
                transform: scale(.75);
                transition: all .3s ease;
            }

            .photo_swiper .swiper-container .swiper-slide.swiper-slide-active .img {
                transform: scale(1);
            }

            .photo_swiper .swiper-container .swiper-slide .img img {
                display: block;
                width: 100%;
            }

        .photo_swiper .swiper-container .swiper-pagination {
            display: none;
        }

            .photo_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
            }

                .photo_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                }

    .photo_swiper .swiper-button-prev, .photo_swiper .swiper-button-next {
        width: 3.28vw;
        height: 3.28vw;
        margin-top: -1.64vw;
    }

    .photo_swiper .swiper-button-prev {
        left: 20%;
        background: url(../images/ico_lt2.png) center no-repeat;
        background-size: contain;
    }

    .photo_swiper .swiper-button-next {
        right: 20%;
        background: url(../images/ico_rt2.png) center no-repeat;
        background-size: contain;
    }

    .photo_swiper .swiper-button-prev:hover {
        background-image: url(../images/ico_lt2_h.png);
    }

    .photo_swiper .swiper-button-next:hover {
        background-image: url(../images/ico_rt2_h.png);
    }

@media(max-width:999px) {
    .photo_swiper { /* padding:0 20%;*/
    }

        .photo_swiper .swiper-button-prev, .photo_swiper .swiper-button-next {
            width: 4vw;
            height: 4vw;
            margin-top: -2vw;
        }

        .photo_swiper .swiper-button-prev {
            left: 10%;
        }

        .photo_swiper .swiper-button-next {
            right: 10%;
        }
}






.coopbt {
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
    background-color: #252525;
}

    .coopbt h1 {
        font-size: 60px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 5px;
    }

    .coopbt p {
        font-size: 30px;
        color: #fff;
        text-align: center;
    }

.cooppic {
    width: 100%;
    padding: 0.5rem 0;
    background-color: #252525;
    padding-bottom: 0.5rem;
}

    .cooppic img {
        width: 100%;
        display: block;
    }



.footqh {
    width: 100%;
    background-color: #fff;
    /* padding: 1rem 0; */
    padding-top: 0.4rem !important;
    padding-bottom: 0.3rem !important;
}

    .footqh ul li {
        width: 20%;
        text-align: center;
        padding: 0.5rem 0;
    }

    .footqh ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .footqh ul li img {
            width: 100%;
            max-width: 80%;
        }

.imgs2 {
    display: none;
}

.footqh ul li:hover .imgs1 {
    display: none
}

.footqh ul li:hover .imgs2 {
    display: inline-block;
}

.footqh ul li.on .imgs1 {
    display: none;
}

.footqh ul li.on .imgs2 {
    display: inline-block;
}

.news2con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news2lf {
    width: calc((100% - 0.35rem)/3);
}

.news2rt {
    width: calc(((100% - 0.35rem)/3)*2);
}

    .news2rt ul li {
        width: 100%;
        background-color: #F1F1F1;
        border-radius: 0.2rem;
        margin-bottom: 0.2rem;
    }

        .news2rt ul li a {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .news2rt ul li img {
            width: 2.7rem;
            height: 2.4rem;
            object-fit: cover;
            border-radius: 0.2rem;
            margin-right: 0.5rem;
        }

.news2rtwz {
    width: calc(100% - 3.2rem);
}

.dates {
    font-size: 30px;
    margin-bottom: 0.2rem;
}

.news2rtwz h1 {
    font-size: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 0.1rem;
}

.news2rtwz .nr {
    font-size: 24px;
}

    .news2rtwz .nr p {
        padding: 0;
        font-size: 0.24rem;
    }

.contact1 {
    width: 100%;
    background-color: #000;
    background-image: url(../images/suncall.png);
    min-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #00C672;
}

.contactbt {
    width: 100%;
    text-align: center;
}

    .contactbt h1 {
        font-size: 60px;
        color: #00C672;
        margin-bottom: 0.25rem;
    }

    .contactbt p {
        font-size: 30px;
        color: #00c672;text-align:center;
    }

.contact2 {
    width: 100%;
    padding: 0.4rem;
    background-color: #F1F1F1;
}

.con {
    width: 100%;
    padding: 0.6rem 0;
}

@media(max-width:999px) {
    .aboutlf {
        width: 100%;
        background-color: #F1F1F1;
        border-radius: 0.2rem;
        padding: 0.8rem;
        transform: none;
        padding-bottom: 1rem;
        position: relative;
    }

    .aboutlfnr {
        width: 100%;
        font-size: 0.3rem;
    }

    .aboutrt {
        position: relative;
        top: 15px;
        right: 0;
        width: 100%;
        border-radius: 20px;
    }
       
        .abtout1bt {
            padding-top: 1.1rem;
            padding-bottom: 0.8rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 13rem;
            margin: 0 auto;
        }

    .about1nr h2 {
        font-size: 0.48rem;
        text-align: center;
        color: #000;
        margin-bottom: 0.45rem;
    }

    .about1nnrt {
        width: 100%;
        float: right;
        background-color: #fff;
        border-radius: 0.2rem;
        padding: 0.8rem;
        transform: translateY(0.8rem);
        padding-bottom: 1.7rem;
        position: relative;
    }

    .about1nnnr {
        font-size: 0.3rem;
        width: 100%;
        float: right;
    }

    .about1nnlf {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        border: 0.2rem;
        z-index: 3;
    }

    .business_swiper img {
        width: 100%;
    }

    .news2lf {
        width: 100%;
    }

    .news2rt {
        width: 90%;
        margin: 10px auto;
    }

    .tit7 h1 {
        font-size: 24px;
    }

    .tit7 p {
        font-size: 18px;
    }

    .news2rt ul li a {
        width: 100%;
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .news2rt ul li img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0.2rem;
        margin-right: 0;
    }

    .news2rtwz {
        width: 100%;
        padding: 10px;
    }

        .news2rtwz h1 {
            font-size: 22px;
            padding-bottom: 5px;
            border-bottom: 1px solid #000;
            margin-bottom: 0.1rem;
        }

        .news2rtwz .nr p {
            padding: 0;
            font-size: 16px;
        }

    .dates {
        font-size: 18px;
        margin-bottom: 0.2rem;
    }

    .news2rt ul li {
        margin-bottom: 10px;
    }
}
