@charset "UTF-8";
@media screen and (min-width:1200px) {
    .header {
        position: fixed;
        z-index: 99;
        height: 90px;
        line-height: 90px;
        border-bottom: 1px rgba(255, 255, 255, .2) solid;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header.page {
        background: #fff;
        position: relative;
    }
    .header.page .head-logo .logo-f {
        display: block;
    }
    .header.page .head-logo .logo {
        display: none;
    }
    .header.page .nav-list .nav-item>a {
        color: #333;
    }
    .header.page .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #06a357;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 85px;
        line-height: 85px;
        transition: .4s;
        background: #fff;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    }
    .header.header-fixed .head-logo .logo-f {
        display: block;
    }
    .header.header-fixed .head-logo .logo {
        display: none;
    }
    .header .head-logo .logos {
        display: none;
    }
    .header.header-fixed .head-logo .logos {
        display: block;
    }
    .header.header-fixed .nav-list .nav-item>a {
        display: block;
        color: #333;
        font-size: 16px;
    }
    .header.header-fixed .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #06a357;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header .container {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
    }
    .header .head-logo {
        max-width: 27%;
    }
    .header .head-logo h1 {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .head-logo .logo-f {
        display: none;
    }
    .header .nav-list {
        height: 100%;
    }
    .header .head-nav {
        display: flex;
        align-items: center;
    }
    .header .head-nav .tel {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .head-nav .tel .tel-main {
        line-height: 23px;
        font-size: 24px;
        color: #e62022;
        margin-left: 10px;
    }
    .header .head-nav .tel .tel-main span {
        display: block;
        color: #888;
    }
    .header .nav-list .nav-item {
        display: inline-block;
        margin: 0 1vw;
        position: relative;
    }
    .header .nav-list .nav-item>a {
        display: block;
        color: #fff;
        font-size: 16px;
    }
    .header .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header .nav-list .nav-item:hover a,
    .header .nav-list .nav-item.active>a {
        color: #fff;
    }
    .header .nav-list .nav-item:hover>a::after,
    .header .nav-list .nav-item.active>a::after {
        width: 54px;
    }
    .header.header-fixed .nav-list .nav-item .subnav {
        top: 70px;
    }
    .header .nav-list .nav-item .subnav {
        position: absolute;
        width: 170px;
        top: 90px;
        left: -50px;
        z-index: 99;
        line-height: 45px;
        background-color: #fff;
        text-align: center;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0 0;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    }
    .header .nav-list .nav-item .subnav .subnav-item a {
        display: block;
        color: #8b8e8d;
        border-bottom: 1px #ededed solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header .nav-list .nav-item .subnav .subnav-item a:hover {
        color: #121212;
    }
    .header .nav-list .nav-item .subnav .subnav-item:last-child a {
        border-bottom: none;
    }
    .header .nav-list .nav-item:hover .subnav {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }
    .header .container .head-nav .menu-container .button-menu {
        display: none;
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
        z-index: 99999999;
    }
    .header .container .head-nav .menu-container .button-menu span {
        display: block;
        width: 28px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 8px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0;
    }
    .header.header-fixed .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }
    .header.page .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }
    .header .container .head-nav .menu-container .button-menu span:last-child {
        margin-bottom: 0;
    }
    .header .container .head-nav .menu-container .button-menu.on span {
        background-color: #333;
    }
    .header .container .head-nav .menu-container .button-menu.on span:nth-child(2) {
        margin-left: 100%;
        opacity: 0;
    }
    .header .container .head-nav .menu-container .button-menu.on span:nth-child(1) {
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -o-transform: rotate(44deg);
    }
    .header .container .head-nav .menu-container .button-menu.on span:nth-child(3) {
        transform: rotate(-44deg);
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
    }
    .header .container .head-nav .menu-container .menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99;
        display: none;
    }
    .header .container .head-nav .menu-container .menu-wrapper .box {
        height: 70vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-list {
        text-align: center;
        width: 90%;
        max-width: 1500px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        bottom: 0;
        margin: auto;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item {
        width: 20%;
        display: inline-block;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item a {
        font-size: 22px;
        color: #424242;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot {
        line-height: 1.5;
        text-align: center;
        margin: auto;
        max-width: 1500px;
        margin-top: 50px;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm {
        display: flex;
        justify-content: center;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm .ewm-box {
        margin: 0 12px;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel {
        margin-top: 30px;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::after {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::before {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel h3 {
        display: inline-block;
        background-color: #0099e0;
        color: #fff;
        font-size: 21px;
        line-height: 28px;
        padding: 12px 100px;
        border-radius: 50px;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .desc {
        margin-top: 15px;
        font-size: 18px;
        color: #666;
    }
    .header .nav-bt {
        display: none;
    }
    .index-banner {
        height: 100vh;
        position: relative;
    }
    .index-banner .swiper-pagination-banner {
        position: absolute;
        bottom: 30px;
        z-index: 999;
        text-align: center;
    }
    .index-banner .swiper-slide {
        height: 100vh;
        background-size: cover;
    }
    .index-banner .swiper-slide .container {
        height: 100%;
        position: relative;
    }
    .index-banner .swiper-slide .container div {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        color: #ffffff;
        margin-right: 9%;
    }
    .index-banner .swiper-slide .container div h6 {
        color: #fff;
        font-weight: 700;
        font-size: 46px;
        line-height: normal;
        margin-top: 12px;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s;
    }
    .index-banner .swiper-slide .container div p {
        margin-top: 35px;
        margin-bottom: 60px;
        color: #fff;
        font-weight: inherit;
        font-size: 18px;
        width: 600px;
        line-height: 30px;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s 0.2s;
    }
    .index-banner .swiper-slide .container div a {
        padding: 18px 59px;
        background-color: #06a357;
        color: #fff;
        font-size: 15px;
        transition: all .5s;
    }
    .index-banner .swiper-slide .container div a span {
        margin-left: 6px;
    }
    .index-banner .swiper-slide-active.swiper-slide .container div h6 {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }
    .index-banner .swiper-slide-active.swiper-slide .container div p {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }
    .index-banner .swiper-slide img {
        display: none;
    }
    .index-banner .swiper-button-next::after,
    .index-banner .swiper-button-prev::after {
        display: none;
    }
    .index-banner .swiper-button-prev {
        width: 69px;
        height: 7px;
        left: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
    }
    .index-banner .swiper-button-next {
        width: 69px;
        height: 7px;
        right: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        opacity: 0;
    }
    .index-banner .banner-book {
        width: 1100px;
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        margin: auto;
        background: rgb(255 255 255 / 100%);
        z-index: 3;
        padding: 25px 30px;
        border-radius: 10px;
    }
    .index-banner .banner-book h4 {
        color: #333;
        margin-bottom: 18px;
        font-size: 20px;
        font-weight: bold;
    }
    .index-banner .banner-book h4 span {
        font-size: 20px;
        font-weight: bold;
    }
    .index-banner .banner-book .book-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-banner .banner-book .book-main select {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        padding: 0 12px;
        background: #F7F7F7;
        color: #666;
    }
    .index-banner .banner-book .book-main input {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        background: #ffffff;
        padding: 0 12px;
        background: #F7F7F7;
    }
    .index-banner .banner-book .book-main input.tel {
        width: 338px;
    }
    .index-banner .banner-book .book-main input.bt {
        background: #0cb46a;
        color: #fff;
        font-size: 15px;
    }
    .index-banner:hover .swiper-button-next {
        opacity: 1;
        right: 70px;
    }
    .index-banner:hover .swiper-button-prev {
        opacity: 1;
        left: 70px;
    }
    .index-star_pro .star_pro-main {
        overflow: hidden;
        position: relative;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet {
        position: relative;
        background: none;
        opacity: .7;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        margin: 0;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: 28px;
        height: 28px;
        position: relative;
        border: 2px solid #fff;
        opacity: 1;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet::after {
        content: "";
        width: 7px;
        height: 7px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50px;
    }
    .index-star_pro {
        padding: 80px 0;
        background: url(../images/index-news.jpg) 0 0 no-repeat;
    }
    .index-star_pro .star_pro-main .pic {
        overflow: hidden;
    }
    .index-star_pro .star_pro-main .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        display: block;
        width: 100%;
    }
    .index-star_pro .star_pro-main .pic img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-star_pro .star_pro-main .text {
        margin-top: 20px;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 30px;
        background-color: #fff;
        text-align: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-star_pro .star_pro-main .text h4 a {
        display: block;
        margin: 0 0 12px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }
    .index-star_pro .star_pro-main .text .note {
        color: #888;
        line-height: 24px;
        transition: .4s;
        border-bottom: 1px #fff solid;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-star_pro .star_pro-main .pagination-star_pro {
        text-align: center;
        margin-top: 30px;
    }
    .index-star_pro .star_pro-main .item:hover .text .more {
        opacity: 1;
    }
    .index-star_pro .star_pro-main .item:hover .text h4 a {
        color: #06a357;
    }
    .index-star_pro .star_pro-main .more {
        margin-top: 25px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
        display: none;
    }
    .index-star_pro .star_pro-main .pagination-star_pro span.swiper-pagination-bullet-active {
        background: #06a357;
    }
    .index-star_pro .star_pro-main a.list-more {
        width: 130px;
        display: block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: #06a357;
        border-radius: 50px;
        margin: auto;
    }
    .index-star_pro .star_pro-main a.list-more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .index-star_pro .star_pro-main a.list-more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .index-star_pro .star_pro-main a.list-more:hover span {
        padding-right: 22px;
    }
    .index-star_pro .star_pro-main a.list-more:hover span:before {
        right: 0;
        opacity: 1;
    }
    .index-advantage {
        padding: 80px 0;
        background: url(../images/advantage_bg.jpg) 0 bottom no-repeat;
    }
    .index-advantage.mobile {
        display: none;
    }
    .index-advantage .container {
        width: 94%;
        max-width: 1680px;
    }
    .index-advantage .advantage-list {
        display: flex;
        margin-top: 60px;
    }
    .index-advantage .advantage-list .item {
        position: relative;
        width: 20%;
        color: #fff;
        transition: all .5s ease;
    }
    .index-advantage .advantage-list .item.cur {
        width: 40%;
    }
    .index-advantage .advantage-list .item.cur .cont {
        width: 70%;
        background-image: linear-gradient(-225deg, #009b4c 0%, #009b4c 48%, #42b144 100%);
        border-top-right-radius: 50px;
    }
    .index-advantage .advantage-list .item .pic img {
        width: 100%;
        height: 560px;
        object-fit: cover;
    }
    .index-advantage .advantage-list .item .cont {
        position: absolute;
        bottom: 0;
        z-index: 9;
        padding: 5% 8%;
    }
    .index-advantage .advantage-list .item::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        transition: all .3s;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .index-advantage .advantage-list .item.cur::before {
        background: none;
    }
    .index-advantage .advantage-list .item .cont .mun {
        font-size: 28px;
    }
    .index-advantage .advantage-list .item .cont .icon {
        margin: 30px 0;
        font-size: 28px;
    }
    .index-advantage .advantage-list .item .cont span {
        width: 50px;
        height: 2px;
        background: #fff;
        display: block;
        margin: auto;
    }
    .index-advantage .advantage-list .item .cont h3 {
        font-size: 23px;
        font-weight: bold;
    }
    .index-advantage .advantage-list .item .cont p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 20px;
        transition: all .3s;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .index-advantage .advantage-list .item.cur .cont p {
        -webkit-line-clamp: 3;
        margin-bottom: 0;
    }
    .index-advantage .advantage-list .item:hover .cont p {
        opacity: 1;
    }
    .index-device {
        margin: 80px 0;
    }
    .index-device .device-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .index-device .device-main .cate {
        width: 30%;
        display: none;
    }
    .index-device .device-main .cate li {
        background: #06a357;
        color: #fff;
        padding: 42px 48px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid transparent;
        margin-bottom: 5px;
    }
    .index-device .device-main .cate li p {
        text-transform: uppercase;
    }
    .index-device .device-main .cate li h5 {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .index-device .device-main .list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-device .device-main .item {
        width: 32%;
    }
    .index-device .device-main .item:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .index-device .device-main .item .pic {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .index-device .device-main .item .pic img {
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .index-device .device-main .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-device .device-main .item .pic::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(4 5 14 / 70%)), to(rgba(0, 0, 0, 0)));
        position: absolute;
        z-index: 8;
    }
    .index-device .device-main .item .text {
        position: absolute;
        z-index: 9;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: auto;
        padding: 35px;
    }
    .index-device .device-main .item .text h5 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 18px;
    }
    .index-device .device-main .item .text p {
        line-height: 24px;
        color: #fff;
        font-size: 15px;
    }
    .index-technology {
        padding: 80px;
        background: #f8f8f8;
        margin-top: 80px;
    }
    .index-technology .technology-main .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .index-technology .technology-main .pagination-technology {
        display: none;
    }
    .index-technology .technology-main .item {
        background: #fff;
        width: 25%;
    }
    .index-technology .technology-main .item .text {
        height: 228px;
        text-align: center;
    }
    .index-technology .technology-main .item .text .cont {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 82%;
        margin: auto;
    }
    .index-technology .technology-main .item .text .cont h4 {
        font-size: 22px;
        position: relative;
        padding-bottom: 10px;
        font-weight: bold;
        color: #06a357;
    }
    .index-technology .technology-main .item .text .cont h4::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background: #06a357;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .index-technology .technology-main .item .text .cont p {
        margin: auto;
        color: #666;
        line-height: 22px;
        margin-top: 12px;
    }
    .index-service {
        padding: 80px 0;
    }
    .index-service .service-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-service .service-main .item {
        width: 23.8%;
        text-align: center;
        padding: 50px 30px;
        overflow: hidden;
        position: relative;
        background: linear-gradient(-90deg, #f8f8f8, #f8f8f8);
        border-radius: 20px;
    }
    .index-service .service-main .item.selected h3 {
        color: #fff;
    }
    .index-service .service-main .item.selected p {
        color: #fff;
    }
    .index-service .service-main .item.selected .pic {
        border: 4px solid #fff;
    }
    .index-service .service-main .item.selected::after {
        top: 0;
    }
    .index-service .service-main .item.selected:hover h3 {
        color: #fff;
    }
    .index-service .service-main .item.selected:hover p {
        color: #fff;
    }
    .index-service .service-main .item.selected:hover .pic {
        border: 4px solid #fff;
    }
    .index-service .service-main .item .pic {
        width: 70%;
        display: block;
        margin: auto;
        border-radius: 50%;
        border: 4px solid #06a357;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item h3 {
        font-size: 20px;
        font-weight: bold;
        color: #06a357;
        margin: 25px 0 20px;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item p {
        font-size: 14px;
        color: #666;
        margin: 10px 0;
        line-height: 25px;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item a {
        display: none;
        background-color: #fff;
        height: 35px;
        padding: 0 43px;
        line-height: 33px;
        margin-top: 15px;
        border: 1px solid #cccccc;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        background: #06a357;
        background-size: cover;
        z-index: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-service .service-main .item:hover::after {
        top: 0%;
    }
    .index-process {
        padding: 80px 0;
        position: relative;
    }
    .index-process .process-main {
        display: flex;
        justify-content: space-between;
    }
    .index-process .process-main::after {
        content: '';
        background: #e3e3e3;
        position: absolute;
        bottom: 95px;
        height: 2px;
        width: 100%;
        left: 0;
        margin: auto;
        right: 0;
        z-index: 2;
    }
    .index-process .process-main .item {
        text-align: center;
        z-index: 9;
        width: 14%;
    }
    .index-process .process-main .item:nth-child(1) {
        animation-delay: 0.1s;
    }
    .index-process .process-main .item:nth-child(2) {
        animation-delay: 0.2s;
    }
    .index-process .process-main .item:nth-child(3) {
        animation-delay: 0.3s;
    }
    .index-process .process-main .item:nth-child(4) {
        animation-delay: 0.4s;
    }
    .index-process .process-main .item:nth-child(5) {
        animation-delay: 0.5s;
    }
    .index-process .process-main .item:nth-child(6) {
        animation-delay: 0.6s;
    }
    .index-process .process-main .item:nth-child(7) {
        animation-delay: 0.7s;
    }
    .index-process .process-main .item:nth-child(8) {
        animation-delay: 0.8s;
    }
    .index-process .process-main .item:nth-child(9) {
        animation-delay: 0.9s;
    }
    .index-process .process-main .item h5 {
        margin-top: 16px;
        font-size: 18px;
        color: #333;
    }
    .index-process .process-main .item p {
        margin-top: 10px;
        font-size: 14px;
        color: #999;
        min-height: 32px;
    }
    .index-process .process-main .item .step {
        height: 35px;
        width: 35px;
        margin: auto;
        margin-top: 28px;
        position: relative;
        z-index: 9;
        background: #fff;
    }
    .index-process .process-main .item .step span {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid #d5d5d5;
        font-size: 15px;
        color: #a3a3a3;
        display: block;
        line-height: 34px;
        margin: auto;
    }
    .index-process .process-main .item.selected .step span {
        background: #06a357;
        color: #fff;
        border: #06a357;
    }
    .index-partner {
        padding: 80px 0;
        background: #f8f8f8;
        margin: 80px 0;
        overflow: hidden;
    }
    .index-partner .partner-main {
        overflow: hidden;
    }
    .index-partner .partner-main ul {}
    .index-partner .partner-main ul li {}
    .index-partner .partner-main ul li:nth-child(5n) {}
    .index-partner .partner-main ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }
    .index-partner .partner-main ul li p {
        text-align: center;
        margin-top: 12px;
        color: #666;
        font-size: 14px;
    }
    .index-about {
        /* background: url(../images/about_bg.jpg) 0 bottom no-repeat; */
        padding: 80px 0;
    }
    .index-about .container {
        position: relative;
    }
    .index-about .about-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
    }
    .index-about .about-main .pic {
        width: 47.5%;
        position: relative;
        z-index: 2;
    }
    .index-about .about-main .text {
        width: 47.5%;
        position: relative;
        z-index: 9;
    }
    .index-about .about-main .text h3 {
        font-size: 35px;
        font-weight: bold;
    }
    .index-about .about-main .text h4 {
        font-size: 22px;
        margin-bottom: 20px;
        color: #333;
        margin-top: 20px;
        position: relative;
        padding-bottom: 13px;
        text-transform: uppercase;
    }
    .index-about .about-main .text .list .box {}
    .index-about .about-main .text h4::after {
        /* content: ""; */
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #06a357;
    }
    .index-about .about-main .text p {
        line-height: 25px;
        color: #666;
        margin-bottom: 15px;
        font-size: 15px;
    }
    .index-about .about-main .text a {
        padding: 18px 59px;
        background-color: #06a357;
        color: #fff;
        font-size: 15px;
        transition: all .5s;
        margin: 28px 0;
        display: inline-block;
    }
    .index-about .about-main .text .culture {
        display: flex;
        justify-content: space-around;
        margin-top: 42px;
        border-top: 1px solid #e3e3e3;
        padding-top: 22px;
    }
    .index-about .about-main .text .culture .item .icon {
        display: none;
        width: 60px;
        height: 60px;
        background: #06a357;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        margin-bottom: 10px;
    }
    .index-about .about-main .text .culture .item span {
        font-size: 15px;
        position: relative;
        padding-bottom: 10px;
        cursor: pointer;
    }
    .index-about .about-main .text .culture .item span.active::after {
        width: 80%;
    }
    .index-about .about-main .text .culture .item span::after {
        content: "";
        height: 2px;
        background: #06a357;
        position: absolute;
        width: 0%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-about .about-date {
        font-family: "hkyt";
        margin-top: 60px;
        background: -webkit-linear-gradient(left, #06a357, #42b144);
        margin-right: -180px;
    }
    .index-about .about-date .layout_box .module_ul {
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /* padding: 50px 0; */
    }
    .index-about .about-date .layout_box li {
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
        position: relative;
        border-right: 1px rgba(255, 255, 255, .2) solid;
        padding: 50px 0;
    }
    .index-about .about-date .layout_box li:last-child {
        border-right: none;
    }
    .index-about .about-date .layout_box li:last-child:after {
        display: none;
    }
    .index-about .about-date .layout_box li .number .counterDX {
        font-size: 42px;
        color: #fff;
        font-weight: bold;
    }
    .index-about .about-date .layout_box li:nth-child(1) .number .unit {
        font-size: 14px;
        font-weight: 500;
    }
    .index-about .about-date .layout_box li .number .unit {
        font-family: initial;
        font-size: 16px;
        color: #fff;
        vertical-align: super;
        margin-left: 5px;
    }
    .index-about .about-date .layout_box li .number {
        /* margin-top: -6px; */
        margin-bottom: 5px;
    }
    .index-about .about-date .layout_box li .title_p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
    }
    .index-honor {
        padding: 80px 0;
    }
    .index-honor .container {
        overflow: hidden;
    }
    .index-honor .container .swiper-slide {
        text-align: center;
        width: 320px;
        background: #fff;
    }
    .index-honor .container .swiper-slide p {
        color: #666;
        display: none;
        padding: 20px 0;
        font-size: 15px;
    }
    .index-honor .container .swiper-slide.swiper-slide-active p {
        display: block;
    }
    .index-news {
        margin: 80px 0;
    }
    .index-news .news-cate {
        margin-bottom: 45px;
        text-align: center;
    }
    .index-news .news-cate ul li {
        display: inline-block;
        height: 35px;
        width: 125px;
        text-align: center;
        line-height: 35px;
        border-radius: 50px;
        overflow: hidden;
    }
    .index-news .news-cate ul li a {
        background: #f8f8f8;
        display: block;
        color: #666;
    }
    .index-news .news-cate ul li a:hover {
        background: #06a357;
        color: #fff;
    }
    .index-news .news-cate ul li.on a {
        background: #06a357;
        color: #fff;
    }
    .index-news .news-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-news .news-main .left-top {
        width: 50%;
        position: relative;
    }
    .index-news .news-main .left-top .pic {
        overflow: hidden;
    }
    .index-news .news-main .left-top .pic img {
        height: 100%;
        object-fit: cover;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .left-top .text {
        position: absolute;
        bottom: 0;
        background: -webkit-linear-gradient( 270deg, transparent 0%, rgba(0, 0, 0, .9) 100%);
        padding: 30px;
    }
    .index-news .news-main .left-top h5 {
        margin-top: 20px;
    }
    .index-news .news-main .left-top h5 a {
        display: block;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .left-top:hover h5 a {
        color: #06a357;
    }
    .index-news .news-main .left-top:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-news .news-main .left-top p {
        font-size: 13px;
        color: #fff;
        margin-top: 10px;
        line-height: 20px;
        opacity: 0.8;
    }
    .index-news .news-main .right-list {
        width: 45%;
    }
    .index-news .news-main .right-list .item {
        padding-bottom: 24px;
        border-top: 1px solid #eee;
        padding-top: 24px;
    }
    .index-news .news-main .right-list .item:last-child {
        border-bottom: 1px solid #eee;
    }
    .index-news .news-main .item .pic {
        overflow: hidden;
    }
    .index-news .news-main .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .item .pic .time b {
        color: #ffffff;
        font-size: 26px;
        display: block;
        margin-top: 9px;
        font-weight: bold;
    }
    .index-news .news-main .item .pic .time span {
        color: #ffffff;
    }
    .index-news .news-main .item .text {
        background-color: #fff;
        display: block;
    }
    .index-news .news-main .item .text span {
        font-family: "hkyt";
        font-weight: bold;
        color: #777;
    }
    .index-news .news-main .item .text h3 {
        color: #000000;
        font-size: 18px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        margin: 14px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-news .news-main .item .text p {
        color: #868686;
        line-height: 20px;
        font-size: 13px;
    }
    .index-news .news-main .item:hover .text h3 {
        color: #06a357;
    }
    .index-news .news-main .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    /* 底部 */
    .footer {
        height: auto;
        background-color: #262930;
        /* margin-top: 50px; */
        color: #dedede;
    }
    .footer .copyright {
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #aaa;
        border-top: 1px #3f424a solid;
    }
    .footer .copyright a {
        color: #999;
    }
    .footer .copyright a:hover {
        color: #eee;
    }
    .footer .container {
        padding: 80px 0 50px;
        overflow: hidden;
    }
    .footer .container .foot-menu {
        display: flex;
    }
    .footer .container .foot-menu .menu-ul {
        width: 640;
        float: left;
    }
    .footer .container .foot-menu .menu-ul li {
        float: left;
        width: 160px;
    }
    .footer .container .foot-menu .menu-ul li dd {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .footer .container .foot-menu .menu-ul li dd a {
        color: #ccc;
        font-size: 17px;
    }
    .footer .container .foot-menu .menu-ul li dt {
        margin-bottom: 10px;
    }
    .footer a {
        color: #aaa;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }
    .footer a:hover {
        color: #eee;
    }
    .footer .container .contact {
        width: 560px;
        float: left;
        padding-left: 20px;
    }
    .footer .container .contact .wechat {
        width: 130px;
        float: left;
        margin-right: 45px;
    }
    .footer .container .contact .wechat dd {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .footer .container .contact .wechat dt {
        margin-bottom: 7px;
    }
    .footer .container .contact .tel-right {
        float: left;
        width: 355px;
        padding-left: 45px;
        height: 177px;
        border-left: 1px #777 solid;
    }
    .footer .container .contact .tel-right .foot-logo {
        text-align: center;
        margin-bottom: 8px;
    }
    .footer .container .contact .tel-right p {
        line-height: 25px;
        font-size: 14px;
        color: #bbb;
    }
    .footer .container .contact .tel-right ul li {
        margin-bottom: 15px;
    }
    .footer .container .contact .tel-right ul li h4 {
        font-size: 18px;
        vertical-align: middle;
    }
    .footer .container .contact .tel-right ul li p {
        text-indent: 2.5em;
    }
    .footer .links {
        padding: 25px 0;
        border-bottom: 1px #3f424a solid;
    }
    .footer .links .container {
        padding: 0;
    }
    .footer .links a {
        margin-right: 20px;
    }
    .foot-top-right {
        float: left;
        margin-left: 50px;
        padding-left: 60px;
        padding-top: 6px;
    }
    .foot-top-right-list {
        padding-left: 35px;
        margin-bottom: 20px;
    }
    .foot-top-right-list h3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .foot-top-right-list p {
        font-size: 14px;
        color: #a8a8a8;
        max-width: 220px;
    }
    .foot-top-right-list-1 {
        background: url(../images/foot-lx-ico-1.png) left 0px no-repeat;
    }
    .foot-top-right-list-2 {
        background: url(../images/foot-lx-ico-2.png) left 0px no-repeat;
    }
    .foot-top-right-list-3 {
        background: url(../images/foot-lx-ico-3.png) left 0px no-repeat;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    body.scroll-hide {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }
    .header {
        /* position: fixed; */
        background: #06a357;
        z-index: 99;
        height: 1.5467rem;
        line-height: 1.5467rem;
        border-bottom: 1px rgba(255, 255, 255, .2) solid;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header.page {
        background: #fff;
        position: relative;
    }
    .header.page .head-logo .logo-f {
        display: block;
    }
    .header.page .head-logo .logo {
        display: none;
    }
    .header.page .nav-list .nav-item>a {
        color: #333;
    }
    .header.page .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #06a357;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 1.5467rem;
        line-height: 1.5467rem;
        transition: .4s;
        background: #06a357;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    }
    .scroll-hide .header {
        background: #fff;
    }
    .scroll-hide .header .head-logo .logos {
        display: block;
    }
    .scroll-hide .header .head-logo .logo {
        display: none;
    }
    .header.header-fixed .head-logo .logo-f {
        display: block;
    }
    .header .head-logo .logos {
        display: none;
    }
    .header.header-fixed .nav-list .nav-item>a {
        display: block;
        color: #333;
        font-size: 16px;
    }
    .header.header-fixed .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #06a357;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header .container {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        height: 100%;
    }
    .header .head-logo {
        max-width: 27%;
        margin-left: -0.48rem;
    }
    .header .head-logo h1 {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .head-logo .logo-f {
        display: none;
    }
    .header .head-fixed-nav {
        position: fixed;
        background-color: #ffffff;
        width: 100%;
        left: 0;
        height: 100%;
        top: 1.5467rem;
        height: 100%;
        transform: translateY(-30px);
        opacity: 0;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        z-index: 9999;
    }
    .header .head-fixed-nav.show {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit;
        border-top: 1px solid #eee;
    }
    .header .nav-list {
        width: 92%;
        margin: auto;
        padding-top: .5333rem;
    }
    .header .head-nav {
        display: flex;
        align-items: center;
    }
    .header .head-nav .tel {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .head-nav .tel .tel-main {
        line-height: 23px;
        font-size: 24px;
        color: #e62022;
        margin-left: 10px;
    }
    .header .head-nav .tel .tel-main span {
        display: block;
        color: #888;
    }
    .header .nav-list .nav-item {
        position: relative;
        border-bottom: 1px solid #eee;
        line-height: 1.28rem;
    }
    .header .nav-list .nav-item>a {
        display: block;
        color: #333;
        font-size: .4rem;
        text-indent: .08rem;
    }
    .header .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header .nav-list .nav-item:hover a,
    .header .nav-list .nav-item.active>a {
        color: #06a357;
    }
    .header .nav-list .nav-item:hover>a::after,
    .header .nav-list .nav-item.active>a::after {
        width: 54px;
    }
    .header.header-fixed .nav-list .nav-item .subnav {
        top: 70px;
    }
    .header .nav-list .nav-item .subnav {
        position: absolute;
        width: 170px;
        top: 90px;
        left: -50px;
        z-index: 99;
        line-height: 45px;
        background-color: #fff;
        text-align: center;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0 0;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    }
    .header .nav-list .nav-item .subnav .subnav-item a {
        display: block;
        color: #8b8e8d;
        border-bottom: 1px #ededed solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header .nav-list .nav-item .subnav .subnav-item a:hover {
        color: #121212;
    }
    .header .nav-list .nav-item .subnav .subnav-item:last-child a {
        border-bottom: none;
    }
    .header .nav-list .nav-item:hover .subnav {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }
    .header .container .head-nav .menu-container .button-menu {
        display: none;
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
        z-index: 99999999;
    }
    .header .container .head-nav .menu-container .button-menu span {
        display: block;
        width: 28px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 8px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0;
    }
    .header.header-fixed .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }
    .header.page .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }
    .header .container .head-nav .menu-container .button-menu span:last-child {
        margin-bottom: 0;
    }
    .header .container .head-nav .menu-container .button-menu.on span {
        background-color: #333;
    }
    .header .container .head-nav .menu-container .button-menu.on span:nth-child(2) {
        margin-left: 100%;
        opacity: 0;
    }
    .header .container .head-nav .menu-container .button-menu.on span:nth-child(1) {
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -o-transform: rotate(44deg);
    }
    .header .container .head-nav .menu-container .button-menu.on span:nth-child(3) {
        transform: rotate(-44deg);
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
    }
    .header .container .head-nav .menu-container .menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99;
        display: none;
    }
    .header .container .head-nav .menu-container .menu-wrapper .box {
        height: 70vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-list {
        text-align: center;
        width: 90%;
        max-width: 1500px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        bottom: 0;
        margin: auto;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item {
        width: 20%;
        display: inline-block;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item a {
        font-size: 22px;
        color: #424242;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot {
        line-height: 1.5;
        text-align: center;
        margin: auto;
        max-width: 1500px;
        margin-top: 50px;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm {
        display: flex;
        justify-content: center;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm .ewm-box {
        margin: 0 12px;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel {
        margin-top: 30px;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::after {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::before {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel h3 {
        display: inline-block;
        background-color: #0099e0;
        color: #fff;
        font-size: 21px;
        line-height: 28px;
        padding: 12px 100px;
        border-radius: 50px;
    }
    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .desc {
        margin-top: 15px;
        font-size: 18px;
        color: #666;
    }
    .header .container .nav-bt {
        width: 0.6rem;
        height: 0.5rem;
        overflow: hidden;
        position: absolute;
        right: .4rem;
        top: 0.495rem;
    }
    .header .container .nav-bt span {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 0.05866rem;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
        transition: all 0.3s ease 0s;
    }
    .header.header-fixed .container .nav-bt span {
        background-color: #fff;
    }
    .scroll-hide .header .container .nav-bt span {
        background-color: #06a357;
    }
    .header .container .nav-bt span.line2 {
        top: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        margin: auto;
    }
    .header .container .nav-bt span.line3 {
        bottom: 0;
        top: unset;
    }
    .header .container .nav-bt.close span.line1 {
        transform: rotate(45deg);
        top: 0.2rem;
    }
    .header .container .nav-bt.close span.line2 {
        opacity: 0;
        right: -100px;
    }
    .header .container .nav-bt.close span.line3 {
        transform: rotate(-45deg);
        top: 0.2rem;
    }
    .header .nav-bt span:last-child {
        margin-bottom: 0;
    }
    .index-banner {
        height: 44vh;
        position: relative;
    }
    .index-banner .swiper-pagination-banner {
        position: absolute;
        bottom: .6667rem;
        z-index: 999;
        text-align: center;
    }
    .index-banner .swiper-slide {
        height: 44vh;
        background-size: 200% !important;
    }
    .index-banner .swiper-slide .container {
        height: 100%;
        position: relative;
    }
    .index-banner .swiper-slide .container div {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        color: #ffffff;
    }
    .index-banner .swiper-slide .container div h6 {
        color: #fff;
        font-weight: 700;
        font-size: .5333rem;
        line-height: normal;
        margin-top: 0;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s;
    }
    .index-banner .swiper-slide .container div p {
        margin-top: .5rem;
        color: #fff;
        font-weight: inherit;
        font-size: .3467rem;
        line-height: .5867rem;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s 0.2s;
    }
    .index-banner .swiper-slide .container div a {
        display: none;
        padding: 18px 59px;
        background-color: #06a357;
        color: #fff;
        font-size: 15px;
        transition: all .5s;
    }
    .index-banner .swiper-slide .container div a span {
        margin-left: 6px;
    }
    .index-banner .swiper-slide-active.swiper-slide .container div h6 {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }
    .index-banner .swiper-slide-active.swiper-slide .container div p {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }
    .index-banner .swiper-slide img {
        display: none;
    }
    .index-star_pro .star_pro-main {
        overflow: hidden;
        position: relative;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet {
        position: relative;
        background: none;
        opacity: .7;
        width: .1867rem;
        height: .1867rem;
        border-radius: 50px;
        margin: 0 .08rem;
        background: #fff;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: .1867rem;
        height: .1867rem;
        position: relative;
        opacity: 1;
    }
    .index-star_pro {
        padding: 0 0 1.2rem 0;
        background: url(../images/index-news.jpg) 0 0 no-repeat;
    }
    .index-star_pro .star_pro-main .pic {
        overflow: hidden;
    }
    .index-star_pro .star_pro-main .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        display: block;
        width: 100%;
    }
    .index-star_pro .star_pro-main .pic img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-star_pro .star_pro-main .text {
        margin-top: .5333rem;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: .6933rem;
        background-color: #fff;
        text-align: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-star_pro .star_pro-main .text h4 a {
        display: block;
        margin: 0 0 .32rem;
        font-size: .4267rem;
        font-weight: bold;
        color: #333;
    }
    .index-star_pro .star_pro-main .text .note {
        color: #888;
        line-height: .64rem;
        transition: .4s;
        border-bottom: 1px #fff solid;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-star_pro .star_pro-main .pagination-star_pro {
        text-align: center;
        margin-top: .32rem;
    }
    .index-star_pro .star_pro-main .item:hover .text h4 a {
        color: #06a357;
    }
    .index-star_pro .star_pro-main .pagination-star_pro span {
        margin: 0px 0.08rem;
        width: 0.1867rem;
        height: 0.1867rem;
    }
    .index-star_pro .star_pro-main .pagination-star_pro span.swiper-pagination-bullet-active {
        background: #06a357;
    }
    .index-advantage {
        padding: 1.2rem 0;
        background: url(../images/advantage_bg.jpg) 0 bottom no-repeat;
        display: none;
    }
    .index-advantage.mobile {
        display: block;
    }
    .index-advantage .container {
        width: 92%;
    }
    .index-advantage .advantage-list {
        overflow: hidden;
    }
    .index-advantage .advantage-list .item {
        position: relative;
        width: 100%;
        color: #fff;
        transition: all .5s ease;
    }
    .index-advantage .advantage-list .item .pic img {
        width: 100%;
    }
    .index-advantage .advantage-list .item .cont {
        background: #fff;
        color: #666;
        text-align: center;
        padding: .6933rem;
    }
    .index-advantage .advantage-list .item .cont h3 {
        font-size: .4267rem;
        color: #333;
        font-weight: bold;
    }
    .index-advantage .advantage-list .item .cont p {
        font-size: .3733rem;
        line-height: .6133rem;
        margin-top: .32rem;
        transition: all .3s;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-align: center;
    }
    .index-advantage .advantage-list .item.cur .cont p {
        -webkit-line-clamp: 3;
        margin-bottom: 0;
    }
    .index-advantage .advantage-list .pagination-advantage {
        text-align: center;
        margin-top: .32rem;
    }
    .index-advantage .advantage-list .pagination-advantage span {
        margin: 0px .08rem;
        width: .1867rem;
        height: .1867rem;
    }
    .index-advantage .advantage-list .pagination-advantage span.swiper-pagination-bullet-active {
        background: #06a357;
    }
    .index-device {
        margin: 80px 0;
    }
    .index-device .device-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .index-device .device-main .cate {
        width: 30%;
        display: none;
    }
    .index-device .device-main .cate li {
        background: #06a357;
        color: #fff;
        padding: 42px 48px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid transparent;
        margin-bottom: 5px;
    }
    .index-device .device-main .cate li p {
        text-transform: uppercase;
    }
    .index-device .device-main .cate li h5 {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .index-device .device-main .list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-device .device-main .item {
        width: 32%;
    }
    .index-device .device-main .item:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .index-device .device-main .item .pic {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .index-device .device-main .item .pic img {
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .index-device .device-main .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-device .device-main .item .pic::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(4 5 14 / 70%)), to(rgba(0, 0, 0, 0)));
        position: absolute;
        z-index: 8;
    }
    .index-device .device-main .item .text {
        position: absolute;
        z-index: 9;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: auto;
        padding: 35px;
    }
    .index-device .device-main .item .text h5 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 18px;
    }
    .index-device .device-main .item .text p {
        line-height: 24px;
        color: #fff;
        font-size: 15px;
    }
    .index-technology {
        padding: 80px;
        background: #f8f8f8;
        margin-top: 80px;
    }
    .index-technology .technology-main .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .index-technology .technology-main .pagination-technology {
        display: none;
    }
    .index-technology .technology-main .item {
        background: #fff;
        width: 25%;
    }
    .index-technology .technology-main .item .text {
        height: 228px;
        text-align: center;
    }
    .index-technology .technology-main .item .text .cont {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 82%;
        margin: auto;
    }
    .index-technology .technology-main .item .text .cont h4 {
        font-size: 22px;
        position: relative;
        padding-bottom: 10px;
        font-weight: bold;
        color: #06a357;
    }
    .index-technology .technology-main .item .text .cont h4::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background: #06a357;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .index-technology .technology-main .item .text .cont p {
        margin: auto;
        color: #666;
        line-height: 22px;
        margin-top: 12px;
    }
    .index-service {
        padding: 1.2rem 0 .4rem;
    }
    .index-service .service-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-service .service-main .item {
        width: 48%;
        text-align: center;
        overflow: hidden;
        position: relative;
        margin-bottom: .8rem;
    }
    .index-service .service-main .item .pic {
        width: 70%;
        display: block;
        margin: auto;
        border-radius: 50%;
        border: .08rem solid #06a357;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item h3 {
        font-size: .4267rem;
        font-weight: bold;
        color: #06a357;
        margin: .5867rem 0 .32rem;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item p {
        font-size: .336rem;
        color: #666;
        line-height: .6133rem;
        position: relative;
        z-index: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-service .service-main .item a {
        display: none;
        background-color: #fff;
        height: 35px;
        padding: 0 43px;
        line-height: 33px;
        margin-top: 15px;
        border: 1px solid #cccccc;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        background: #06a357;
        background-size: cover;
        z-index: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-service .service-main .item:hover::after {
        top: 0%;
    }
    .index-process {
        padding: 80px 0;
        position: relative;
    }
    .index-process .process-main {
        display: flex;
        justify-content: space-between;
    }
    .index-process .process-main::after {
        content: '';
        background: #e3e3e3;
        position: absolute;
        bottom: 95px;
        height: 2px;
        width: 100%;
        left: 0;
        margin: auto;
        right: 0;
        z-index: 2;
    }
    .index-process .process-main .item {
        text-align: center;
        z-index: 9;
        width: 14%;
    }
    .index-process .process-main .item:nth-child(1) {
        animation-delay: 0.1s;
    }
    .index-process .process-main .item:nth-child(2) {
        animation-delay: 0.2s;
    }
    .index-process .process-main .item:nth-child(3) {
        animation-delay: 0.3s;
    }
    .index-process .process-main .item:nth-child(4) {
        animation-delay: 0.4s;
    }
    .index-process .process-main .item:nth-child(5) {
        animation-delay: 0.5s;
    }
    .index-process .process-main .item:nth-child(6) {
        animation-delay: 0.6s;
    }
    .index-process .process-main .item:nth-child(7) {
        animation-delay: 0.7s;
    }
    .index-process .process-main .item:nth-child(8) {
        animation-delay: 0.8s;
    }
    .index-process .process-main .item:nth-child(9) {
        animation-delay: 0.9s;
    }
    .index-process .process-main .item h5 {
        margin-top: 16px;
        font-size: 18px;
        color: #333;
    }
    .index-process .process-main .item p {
        margin-top: 10px;
        font-size: 14px;
        color: #999;
        min-height: 32px;
    }
    .index-process .process-main .item .step {
        height: 35px;
        width: 35px;
        margin: auto;
        margin-top: 28px;
        position: relative;
        z-index: 9;
        background: #fff;
    }
    .index-process .process-main .item .step span {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid #d5d5d5;
        font-size: 15px;
        color: #a3a3a3;
        display: block;
        line-height: 34px;
        margin: auto;
    }
    .index-process .process-main .item.selected .step span {
        background: #06a357;
        color: #fff;
        border: #06a357;
    }
    .index-partner {
        padding: 80px 0;
        background: #f8f8f8;
        margin: 80px 0;
        overflow: hidden;
    }
    .index-partner .partner-main {
        overflow: hidden;
    }
    .index-partner .partner-main ul {}
    .index-partner .partner-main ul li {}
    .index-partner .partner-main ul li:nth-child(5n) {}
    .index-partner .partner-main ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }
    .index-partner .partner-main ul li p {
        text-align: center;
        margin-top: 12px;
        color: #666;
        font-size: 14px;
    }
    .index-about {
        padding: 1.2rem 0;
    }
    .index-about .container {
        position: relative;
    }
    .index-about .about-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
    }
    .index-about .about-main .pic {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .index-about .about-main .text {
        width: 100%;
        position: relative;
        z-index: 9;
        margin-bottom: .8rem;
    }
    .index-about .about-main .text h3 {
        font-size: .5867rem;
        font-weight: bold;
    }
    .index-about .about-main .text h4 {
        font-size: .4533rem;
        margin-bottom: .2133rem;
        color: #333;
        margin-top: .32rem;
        position: relative;
        padding-bottom: .3467rem;
        text-transform: uppercase;
    }
    .index-about .about-main .text .list .box {}
    .index-about .about-main .text h4::after {
        /* content: ""; */
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #06a357;
    }
    .index-about .about-main .text p {
        display: none;
        line-height: .64rem;
        color: #666;
        margin-bottom: 15px;
        font-size: .3733rem;
    }
    .index-about .about-main .text p:nth-child(1) {
        display: block;
    }
    .index-about .about-main .text a {
        padding: 18px 59px;
        background-color: #06a357;
        color: #fff;
        font-size: 15px;
        transition: all .5s;
        margin: 28px 0;
        display: inline-block;
    }
    .index-about .about-main .text .culture {
        display: flex;
        justify-content: space-around;
        margin-top: 42px;
        border-top: 1px solid #e3e3e3;
        padding-top: 22px;
    }
    .index-about .about-main .text .culture .item .icon {
        display: none;
        width: 60px;
        height: 60px;
        background: #06a357;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        margin-bottom: 10px;
    }
    .index-about .about-main .text .culture .item span {
        font-size: 15px;
        position: relative;
        padding-bottom: 10px;
        cursor: pointer;
    }
    .index-about .about-main .text .culture .item span.active::after {
        width: 80%;
    }
    .index-about .about-main .text .culture .item span::after {
        content: "";
        height: 2px;
        background: #06a357;
        position: absolute;
        width: 0%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-about .about-date {
        /* font-family: "hkyt"; */
        margin-top: .8rem;
    }
    .index-about .about-date .layout_box .module_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-about .about-date .layout_box li {
        width: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: center;
        position: relative;
        border-right: 1px rgb(168 168 168 / 20%) solid;
        border-bottom: 1px rgb(168 168 168 / 20%) solid;
        padding: .6133rem 0;
    }
    .index-about .about-date .layout_box li:nth-child(2) {
        border-right: none;
    }
    .index-about .about-date .layout_box li:nth-child(3) {
        border-bottom: none;
    }
    .index-about .about-date .layout_box li:last-child {
        border: none;
    }
    .index-about .about-date .layout_box li:last-child:after {
        display: none;
    }
    .index-about .about-date .layout_box li .number .counterDX {
        font-size: .9067rem;
        color: #06a357;
        font-weight: bold;
    }
    .index-about .about-date .layout_box li:nth-child(1) .number .unit {
        font-weight: 500;
    }
    .index-about .about-date .layout_box li .number .unit {
        font-family: initial;
        font-size: .3733rem;
        color: #666;
        vertical-align: super;
        margin-left: .1333rem;
    }
    .index-about .about-date .layout_box li .number {
        margin-bottom: .1333rem;
    }
    .index-about .about-date .layout_box li .title_p {
        display: block;
        color: #666;
        margin-bottom: 0;
        font-size: .3467rem;
    }
    .index-honor {
        padding: 1.2rem 0;
        background: #f8f8f8;
    }
    .index-honor .container {
        overflow: hidden;
    }
    .index-honor .container .swiper-slide {
        text-align: center;
        width: 3.8933rem;
    }
    .index-honor .container .swiper-slide p {
        color: #666;
        display: none;
        padding: .32rem 0;
        font-size: .3467rem;
    }
    .index-honor .container .swiper-slide.swiper-slide-active p {
        display: block;
    }
    .index-news {
        margin: 1.2rem 0;
    }
    .index-news .news-cate {
        margin-bottom: 45px;
        text-align: center;
    }
    .index-news .news-cate ul li {
        display: inline-block;
        height: 35px;
        width: 125px;
        text-align: center;
        line-height: 35px;
        border-radius: 50px;
        overflow: hidden;
    }
    .index-news .news-cate ul li a {
        background: #f8f8f8;
        display: block;
        color: #666;
    }
    .index-news .news-cate ul li a:hover {
        background: #06a357;
        color: #fff;
    }
    .index-news .news-cate ul li.on a {
        background: #06a357;
        color: #fff;
    }
    .index-news .news-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-news .news-main .left-top {
        width: 100%;
        position: relative;
        /* display: none; */
    }
    .index-news .news-main .left-top .pic {
        overflow: hidden;
    }
    .index-news .news-main .left-top .pic img {
        height: 100%;
        object-fit: cover;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .left-top .text {
        /* position: absolute; */
        bottom: 0;
        /* background: -webkit-linear-gradient( 270deg, transparent 0%, rgba(0, 0, 0, .9) 100%); */
        /* padding: 30px; */
        display: none;
    }
    .index-news .news-main .left-top h5 {
        margin-top: 20px;
    }
    .index-news .news-main .left-top h5 a {
        display: block;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .left-top:hover h5 a {
        color: #06a357;
    }
    .index-news .news-main .left-top:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-news .news-main .left-top p {
        font-size: 13px;
        color: #888;
        margin-top: 10px;
        line-height: 20px;
        opacity: 0.8;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-news .news-main .right-list {
        width: 100%;
    }
    .index-news .news-main .right-list .item {
        padding-bottom: .4267rem;
        border-top: 1px solid #eee;
        padding-top: .2667rem;
    }
    .index-news .news-main .right-list .item:last-child {
        border-bottom: 1px solid #eee;
    }
    .index-news .news-main .item .pic {
        overflow: hidden;
    }
    .index-news .news-main .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .item .pic .time b {
        color: #ffffff;
        font-size: 26px;
        display: block;
        margin-top: 9px;
        font-weight: bold;
    }
    .index-news .news-main .item .pic .time span {
        color: #ffffff;
    }
    .index-news .news-main .item .text {
        background-color: #fff;
        display: block;
    }
    .index-news .news-main .item .text span {
        font-family: "hkyt";
        font-weight: bold;
        color: #777;
        display: none;
    }
    .index-news .news-main .item .text h3 {
        color: #000000;
        font-size: .4267rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        margin: .32rem 0 .2667rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-news .news-main .item .text p {
        color: #868686;
        line-height: .5333rem;
        font-size: .32rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-news .news-main .item:hover .text h3 {
        color: #06a357;
    }
    .index-news .news-main .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    /* 底部 */
    .footer {
        height: auto;
        background-color: #06a357;
        /* margin-top: 50px; */
        color: #fff;
    }
    .footer .copyright {
        line-height: .6133rem;
        padding: .3733rem 4%;
        text-align: center;
        color: #fff;
    }
    .footer .copyright p {
        font-size: .3467rem;
    }
    .footer .copyright a {
        color: #fff;
        font-size: .3467rem;
    }
    .footer .copyright a:hover {
        color: #eee;
    }
    .footer .container {
        display: none;
    }
    .footer .container .foot-menu {}
    .footer .container .foot-menu .menu-ul {
        width: 640;
        float: left;
    }
    .footer .container .foot-menu .menu-ul li {
        float: left;
        width: 160px;
    }
    .footer .container .foot-menu .menu-ul li dd {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .footer .container .foot-menu .menu-ul li dd a {
        color: #ccc;
        font-size: 17px;
    }
    .footer .container .foot-menu .menu-ul li dt {
        margin-bottom: 10px;
    }
    .footer a {
        color: #aaa;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }
    .footer a:hover {
        color: #eee;
    }
    .footer .container .contact {
        width: 560px;
        float: left;
        padding-left: 20px;
    }
    .footer .container .contact .wechat {
        width: 130px;
        float: left;
        margin-right: 45px;
    }
    .footer .container .contact .wechat dd {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .footer .container .contact .wechat dt {
        margin-bottom: 7px;
    }
    .footer .container .contact .tel-right {
        float: left;
        width: 355px;
        padding-left: 45px;
        height: 177px;
        border-left: 1px #777 solid;
    }
    .footer .container .contact .tel-right .foot-logo {
        text-align: center;
        margin-bottom: 8px;
    }
    .footer .container .contact .tel-right p {
        line-height: 25px;
        font-size: 14px;
        color: #bbb;
    }
    .footer .container .contact .tel-right ul li {
        margin-bottom: 15px;
    }
    .footer .container .contact .tel-right ul li h4 {
        font-size: 18px;
        vertical-align: middle;
    }
    .footer .container .contact .tel-right ul li p {
        text-indent: 2.5em;
    }
    .footer .links {
        padding: 25px 0;
        border-bottom: 1px #3f424a solid;
    }
    .footer .links .container {
        padding: 0;
    }
    .footer .links a {
        margin-right: 20px;
    }
    .foot-top-right {
        float: left;
        margin-left: 50px;
        padding-left: 60px;
        padding-top: 6px;
    }
    .foot-top-right-list {
        padding-left: 35px;
        margin-bottom: 20px;
    }
    .foot-top-right-list h3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .foot-top-right-list p {
        font-size: 14px;
        color: #a8a8a8;
        max-width: 220px;
    }
    .foot-top-right-list-1 {
        background: url(../images/foot-lx-ico-1.png) left 0px no-repeat;
    }
    .foot-top-right-list-2 {
        background: url(../images/foot-lx-ico-2.png) left 0px no-repeat;
    }
    .foot-top-right-list-3 {
        background: url(../images/foot-lx-ico-3.png) left 0px no-repeat;
    }
}