* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

* :before,
* :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    /* font-size: 100px; */
    min-height: 100vh;
    width: 100%;
}

/*main*/
/* #main{position:fixed;top:0;left:0;right:0;bottom:0;} */
#main .scrollbar-track-y{background-color:#eee;position:absolute;right:0;top:0;border-radius:6px;}
#main .scrollbar-track-y .scrollbar-thumb-y{background-color:var(--color1);width:100%;cursor: pointer;}
#main .liTxt{padding-right:.15rem;margin-right:-.15rem;text-align: justify;}
#main .liTxt .scrollbar-track-y{width:3px;border-radius:3px;}
#main .liTxt .scrollbar-track-y .scrollbar-thumb-y{border-radius:3px;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>banner<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.banner{width: 100%;height: 90vh;overflow: hidden;position: relative;}
.bannerSwiper{width: 100%;height: 100%;background-color: #ccc;}
.bannerSwiper .swiper-slide{overflow: hidden;}
.bannerSwiper ._bg{width: 100%;height: 100%;}
.bannerSwiper ._bg img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.2);transition: transform 2s ease;}
.bannerSwiper .swiper-slide.active ._bg>img{transform:none;}
.bannerNav{position: absolute;bottom:5.3rem !important;z-index: 10;text-align: center;font-size: 0;}
.bannerNav span{width: 3.36rem;height: 3.36rem;position: relative;opacity: 1;background: none;margin: 0 .1rem !important;outline: none;}
.bannerNav span:before,
.bannerNav span:after{content: '';position: absolute;border-radius: 50%;top: 50%;left: 50%;
transform: translate(-50%,-50%);width: .70rem;height: .70rem;}
.bannerNav span:before{background-color: #fff;z-index:1;transition: all .3s ease-out;}
.bannerNav span:after{background-color: rgba(252,255,255,.2);opacity: 0;transition: all .4s ease-out;z-index: -1;}
.bannerNav span.swiper-pagination-bullet-active{pointer-events:none;}
.bannerNav span.swiper-pagination-bullet-active:after{opacity: 1;width: 100%;height: 100%;}


@media screen and (min-width:1025px){	
.bannerNav span:hover:before{transform:translate(-50%,-50%) scale(1.4);}
}	

@media screen and (max-width:1024px){
	#main{position: static;}
	.banner{height: auto;margin-top: 145px;
    
    } 
    .bannerNav{position: absolute;bottom:2.3rem !important;z-index: 10;text-align: center;font-size: 0;}
}

@media screen and (max-width:768px){
	.bannerNav{bottom: .4rem !important;}
	.bannerNav span:before, .bannerNav span:after{width: 5px;height: 5px;}
	.bannerNav span{width: .5rem;height: .5rem;}
}
/* ---------------------------------------------------------------导航 */
@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    font-family: 'youshebiaotihei';
    src: url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff2'), url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff');
    src: url('../UploadFiles/font/youshebiaotihei.ttf') format('woff2'), url('../UploadFiles/font/youshebiaotihei.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}


.w1200 {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 50px
}

.header_box header {
    height: 105px;
    position: fixed;
    left: 0;
    right: 0;
    transition: .5s;
}

@media (max-width:1024px) {
    .header_box header {
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        transition: .5s;
        background-color: #fff;
    }
}

.header_box header:hover {
    transition: all 0.5s ease;
    background-color: #ffffff;
    top: 0;
}

.header_box header:hover .logo a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header:hover .logo a .ll .img img:nth-child(2) {
    opacity: 1;
}

.header_box header .w1200 {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: 1700px;
    padding: 0 15px;
}

@media (max-width:1024px) {
    .header_box header .w1200 {
        display: flex;
        justify-content: space-between;
        height: 100%;
        max-width: 1630px;
        padding: 0 15px;
        flex-wrap: wrap;
    }
}

.header_box header .logo {
    display: flex;
    align-items: center;
}

.header_box header .logo a {
    display: flex;
    align-items: center;
}

.header_box header .logo a .ll {
    overflow: hidden;
}

.header_box header .logo a .ll .img {
    height: 5.375rem;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
    image-rendering: auto;
    position: relative;
}

.header_box header .logo a .ll .img img:nth-child(1) {
    height: 100%;
    outline: 1px solid transparent;
    opacity: 1;
}

.header_box header .logo a .ll .img img:nth-child(2) {
    height: 100%;
    opacity: 0;
    outline: 1px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
}

@media (max-width:1024px) {
    .header_box header .logo a .ll .img img:nth-child(1) {
        height: 100%;
        outline: 1px solid transparent;
        opacity: 0;

    }

    .header_box header .logo a .ll .img img:nth-child(2) {
        height: 100%;
        opacity: 1;
        outline: 1px solid transparent;
        position: absolute;
        content: "";
        top: 0;
        left: 1px;

    }
}

.header_box header .right {
    display: flex;
    align-items: center
}

.header_box header .right1 {
    display: none;

}

@media (max-width:1024px) {
    .header_box header .right {
        display: none;
    }

    .header_box header .right1 {
        align-items: center;
        display: block;

    }
}

#nav {
    transition: .5s;
    display: inline-block;
    vertical-align: top;
    float: left;
}

#nav ul {
    font-size: 0;

}

#nav ul li {
    display: inline-block;
    position: relative;
    z-index: 0;
    text-align: center;
    margin-right: 3rem;
}

@media (max-width:1440px) {
    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 2rem;
    }
}

@media (max-width:1024px) {
    #nav ul {
        font-size: 0;
        padding-left: 75px;
    }

    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 4.5rem;
    }
}


#nav ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    bottom: 0;
    transition: .6s;
}

#nav ul li.on:before,
#nav ul li:hover:before {
    left: 0;
    background: #ffffff;
    width: 100%;
}

@media (max-width:1024px) {

    #nav ul li.on:before,
    #nav ul li:hover:before {
        left: 0;
        background: #2b874c;
        width: 100%;
    }
}

#nav ul li a {
    display: flex;
    padding: 0;
    height: 60px;
    align-items: center;
}

#nav ul li h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    position: relative;
    transition: .36s;
    display: flex;
    align-items: center;
    height: 55px;
    text-align: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    #nav ul li h3 {
        font-size: 20px;
        color: #333;
        position: relative;
        transition: .36s;
        display: flex;
        align-items: center;
        height: 55px;
        text-align: center;
        justify-content: center;
    }
}

.header_box header:hover #nav ul li h3 {
    color: #333;
    transition: .36s;
}

.header_box header:hover #nav ul li.on:before,
#nav ul li:hover:before {
    background: #2b874c;
}

#nav ul li h3 img {
    margin: 0 0 0 .625rem
}

#nav ul li h3 img.img2 {
    display: none
}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

#nav ul li .sub a {
    padding: 10px 30px;
    line-height: 24px;
    transition: .6s;
    font-size: 15px;
    color: #666666;
    white-space: nowrap;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #2b874c;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateX(-50%);
}

#nav>ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
    width: 100%;
}

#nav>ul>li.on h3 img.img1,
#nav>ul>li:hover h3 img.img1 {
    display: none;
}

#nav>ul>li.on h3 img.img2,
#nav>ul>li:hover h3 img.img2 {
    display: inline-block;
}


.header_box header .tel {
    line-height: 90px;
    white-space: nowrap;
}

.header_box header .tel .tel_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box header .tel img {
    margin: 0;
}

.header_box header form {
    display: inline-block;
    width: 16.25rem;
    border: #d2d2d2 1px solid;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    margin-left: 1.75rem;
    padding: 0 .375rem 0 0;
}

.header_box header form input {
    width: calc(100% - 3rem);
    float: left;
    height: 42px;
    background: #fff;
    font-size: .875rem;
    color: #787b7d;
    padding-left: 1.25rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.header_box header .n_button {
    width: 3rem;
    height: 42px;
    font-size: 1.125rem;
    cursor: pointer;
    font-weight: bold;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box header .n_button svg {
    width: 1rem;
    height: 1rem;
}

.header_box header.xg {
    background: rgba(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    top: 0;
}

.header_box header.xg .logo a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header.xg .logo a .ll .img img:nth-child(2) {
    opacity: 1;
}

.header_box header.xg #nav ul li h3 {
    color: #333;
}

.header_box header.xg #nav ul li.on:before {
    background: #2b874c;
}

.header_box header.xg #nav ul li:hover:before {
    background: #2b874c;
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}


.header_box {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: 0;
    z-index: 1000;
}

/*手机导航开始*/
#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0s 1.5s;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .w1200 {
    position: relative;
    height: 100%;
}

.m_user {
    height: 4.5rem;
    line-height: 4.5rem;
    margin-right: 4rem;
    color: #999;
}

.m_user a {
    display: inline-block;
    margin: 0 .625rem;
    color: #666;
}

.m_user a svg {
    width: 16px;
}

.m_user a:hover {
    color: #2b874c;
}

.m_user a:hover svg path {
    fill: #2b874c;
}

#m_logo {
    transition: 0s 1.5s;
    height: 100%;
    visibility: visible;
    float: left;
}

#m_logo img {
    display: block;
    max-height: 3.5rem;
}

#m_logo .box_table {
    width: auto
}

/*导航按钮开始*/
#nav_btn_box {
    z-index: 999999999;
    margin-left: 20px;
    position: fixed;
    height: 4.5rem;
    right: 0;
    top: 0;
    display: none;
}

#nav_btn_box .w1200 {
    height: 100%
}

#nav_btn_box .box_table {
    width: auto
}

#nav_btn_box.on {
    background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    background: #fff;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    padding-bottom: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.375rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 1.375rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 1.375rem;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* background: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.375rem;
    height: 3px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after {
    top: -5px;
}

#nav_btn .navbtn::before {
    top: 5px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100vh;
    right: -101vw;
    top: 0;
    display: none;
    padding: 50px 0 80px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
}

#m_nav>ul>li {
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #fff;
    padding: 0;
    font-size: 1.125rem;
    float: left;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #2b874c;
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    line-height: 35px;
    height: 35px;
    border: 0;
    font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
/* ------------------------------------------------------------产品中心 */
.cp {
    width: 100%;
    height: auto;
    background: url(/UploadFiles/pic/cp_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cp_t {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
}
.cp_t p {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
    position: relative;
}
.cp_t p::before {
    position: absolute;
    content: "";
    width: 3%;
    height: 2px;
    background-color: #424242;
    top: 18px;
    left: 310px;
}
.cp_t h2 {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
}
.cp_t h2 i {
    font-weight: 800;
    margin: 0px 10px;
}
.cp_t h2 span {
    color: #2b874c;
}






.cp_n {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 35px 0px 150px 0px;
}
.slideTxtBox {
    width: 90%;
    margin: 0 auto;
}

.slideTxtBox .hd {
    height: 80px;
    line-height: 80px;
    background: #2b874d;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.slideTxtBox .hd ul {
    display: flex;
    width: 90%;
    position: absolute;
    left: 100px;
    top: 0px;
}

.slideTxtBox .hd ul li {
    width: calc((100% - 0% ) / 7 );
    height: 80px;
    line-height: 80px;
    text-align: center;
    
}
.slideTxtBox .hd ul li a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    display: block;
    cursor: pointer;
}
.slideTxtBox .hd ul li.on {
    height: 80px;
    background: #ddd601;
}
.slideTxtBox .hd ul li.on a {
    
    color: rgb(39, 39, 39);
}




.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}
.ccp {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
}
.ccp_l {
    width: 50%;
    height: auto;
}
.ccpl_t {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.ccpl_t h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2b874c;
    margin-left: 30px;
}
.ccpl_t::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 40px;
    top: 8px;
    left: 0;
    background-color: #ddd601;
}
.ccpl_n {
    width: 100%;
    height: auto;
}
.ccpl_n p {
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ccpl_n a {
    width: 160px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.ccpl_n a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #2b874c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ccpl_n a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #34aa5f;
}
.ccpl_n a:hover::before {
    left: auto;
    right: 0;
    width: 0;
}
.ccp_r {
    width: 35%;
    height: auto;
    position: absolute;
    top: -105px;
    right: 0;
}
.ccp_r img {
    width: 100%;   
}
@media (max-width:1440px) {
    .ccp_r {
        width: 40%;
        top: -55px;
        right: -30px;
    }
}
@media (max-width:1024px) {
    .cp_t p {
        font-size: 2rem;
        color: #424242;
        font-weight: 600;
        position: relative;
    }
    .cp_t h2 {
        font-size: 2rem;
        color: #424242;
        font-weight: 600;
    }
    .slideTxtBox .hd ul {
        display: flex;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .cp_t p::before {
        position: absolute;
        content: "";
        width: 8%;
        height: 2px;
        background-color: #424242;
        top: 15px;
        left: 300px;
    }
    .ccp_r {
        width: 51%;
        top: 0px;
        right: -64px;
    }
}
/* ------------------------------------------------------------关于我们 */
.gy {
    width: 100%;
    height: auto;

    padding-bottom: 50px;
}
.gy_t {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 100px 0px 50px 0px;
    text-align: center;
}
.gy_t h2 {
    font-size: 2.5rem;
    color: #424242;
    font-weight: 600;
    letter-spacing: 2px;
}
.gy_t h2 span {
    color: #2b874c;
}
.gy_n {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
}
.gy_n p {
    font-size: 17px;
    color: #333;
    text-align: center;
    line-height: 35px;
}
.gy_x {
    width: 90%;
    margin: 0 auto;
    height: auto;
}
.gy_x ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.gy_x ul li {
    width: 100%;
    height: auto;
    padding: 30px;
    border: 1px solid #d2d2d26c;
    background-color: #ffffff;
    transition: all 0.5s ease;
    overflow: hidden;
}
.gy_x ul li:nth-child(1) {
    border-right: 0px;
}
.gy_x ul li:nth-child(2) {
    border-right: 0px;
}
.gy_x ul li:nth-child(3) {
    border-right: 0px;
}
.gy_x li h3 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.gy_x li h3 img {
    width: 25%;
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
}
.gy_x li h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2b874c;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.gy_x li p {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.gy_x li span {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    height: 0px;
}
.gy_x li span img {
    width: 12%;
    transition: all 0.5s ease;
}
.gy_x li:hover {
    background-color: #2b874c;
    transition: all 0.5s ease;
}
.gy_x li:hover h2 {
    color: #ddd601;
    transition: all 0.5s ease;
}
.gy_x li:hover p {
    color: #fff;
    transition: all 0.5s ease;
}
.gy_x li:hover h3 {
    margin-top: -120px;
    transition: all 0.5s ease;
    margin-bottom: 60px;
}
.gy_x li:hover h3 img {
    opacity: 0;
    transition: all 0.3s ease;
}
.gy_x li:hover span {
    height: 47px;
    transition: all 0.5s ease;
}
.gy_x li:hover span img {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .gy_x li h3 img {
        width: 33%;
        display: block;
        opacity: 1;
        transition: all 0.3s ease;
    }
}
@media (max-width:1024px) {
    .gy_n p {
        font-size: 20px;
        color: #333;
        text-align: center;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .gy_x {
        width: 98%;
        margin: 0 auto;
        height: auto;
    }
    .gy_x li h3 img {
        width: 45%;
        display: block;
        opacity: 1;
        transition: all 0.3s ease;
    }
}
/* ---------------------------------------------------------实力展示 */
.cf {
    width: 100%;
    height: auto;
}
.cf_t {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
}
.cf_t p {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
    position: relative;
}
.cf_t p::before {
    position: absolute;
    content: "";
    width: 13%;
    height: 2px;
    background-color: #424242;
    top: 18px;
    left: 330px;
}
.cf_t h2 {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
}
.cf_t h2 i {
    font-weight: 800;
    margin: 0px 10px;
}
.cf_t h2 span {
    color: #2b874c;
}
.cf_t a {
    width: 160px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.an::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #2b874c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.an::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #34aa5f;
}
.an:hover::before {
    left: auto;
    right: 0;
    width: 0;
}



.cf_n {
    width: 90%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 50px;
}
@media (max-width:1024px) {
    
    .cf_n {
        width: 100%;
        height: auto;
    }
}
.product-list {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e18e;
    text-align: center;
    transition: all .2s ease;
    box-sizing: border-box;
}


.product-list .product-list-content {
    display: block;
    width: 100%;
    overflow: hidden;
}

.product-list .product-list-content img {
    display: block;
    width: 100%;
    transition: all 0.4s;
}

.product-list .product-list-details {
    padding: 18px 0;
    border-top: 1px solid #e1e1e1;
    font-size: 17px;
    line-height: 1;
    color: #333;
    transition: all 0.2s ease;
}

.product-list:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.product-list:hover .product-list-title:nth-child(1) {
    color: #2b874c;
}

.product-list:hover .product-list-content img {
    transform: scale(1.1);
}

.product-list:hover .product-list-details {
    color: #fff;
    background: #2b874c;
}

@media(max-width: 1200px) {
    .product-nav li {
        margin-right: 10px;
    }

    .product-nav li a {
        padding: 0 12px;
    }
}

@media(max-width: 980px) {
    .product {
        padding: 30px 2%;
    }

    .product-list .product-list-title:nth-child(1) {
        letter-spacing: 2px;
    }
}
/* -------------------------------------------------------新闻动态 */
.xw {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(90deg,#fff 0,#f0fdf5 100%);
    margin-bottom: 50px;
}
.xw_t {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
}
.xw_t p {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
    position: relative;
}
.xw_t p::before {
    position: absolute;
    content: "";
    width: 18%;
    height: 2px;
    background-color: #424242;
    top: 18px;
    left: 270px;
}
.xw_t h2 {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
}
.xw_t h2 i {
    font-weight: 800;
    margin: 0px 10px;
}
.xw_t h2 span {
    color: #2b874c;
}
.xw_t a {
    width: 160px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.an::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #2b874c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.an::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #34aa5f;
}
.an:hover::before {
    left: auto;
    right: 0;
    width: 0;
}

.xwdt_n {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.xwdt_n ul {
    width: 90%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.xwdt_n ul li {
    width: 100%;
    height: auto;
}
.xwdt_n ul:nth-child(1) li:nth-child(1) dl {
    border-top: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(1) li:nth-child(2) dl {
    border-top: 1px solid rgba(204, 204, 204, 0.336);
    border-right: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(2) li:nth-child(1) dl {
    border-bottom: 1px solid rgba(204, 204, 204, 0.336);
    border-left: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(2) li:nth-child(2) dl {
    border-bottom: 1px solid rgba(204, 204, 204, 0.336);
    
}
.xwdt_n li a {
    display: block;
    display: flex;
}
.xwdt_n li a h3 {
    width: 50%;
    overflow: hidden;
}
.xwdt_n a h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xwdt_n a dl {
    width: 50%;
    padding: 45px 30px 30px 30px;
}
.xwdt_n a dl h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl p {
    font-size: 16px;
    color: rgb(100, 100, 100);
    margin-bottom: 25px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl span {
    transition: all 0.5s ease;
    position: relative;
    display: block;
    width: 100%;
}
.xwdt_n a dl span::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: url(/UploadFiles/pic/btn-rarr.png);
    transition: all 0.5s ease;
}
.xwdt_n a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xwdt_n a:hover h2 {
    color: #2b874c;
    transition: all 0.5s ease;
}
.xwdt_n a:hover span::before {
    left: 30px;
    content: url(/UploadFiles/pic/btn-rarr1.png);
    transition: all 0.5s ease;
}

@media (max-width:1024px) {
    .xwdt_n ul:nth-child(1) li:nth-child(1) {
        display: none;
    }
    .xwdt_n ul:nth-child(2) li:nth-child(1) {
        display: none;
    }
.xwdt_n a dl h2 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl p {
    font-size: 18px;
    color: rgb(100, 100, 100);
    margin-bottom: 25px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl span {
    font-size: 18px;
    color: rgb(177, 177, 177);
    transition: all 0.5s ease;
}
}
/* -----------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 280px;
    background-color: #146e35;
}
.di_z {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}
.di_l {
    width: 12%;
    height: auto;
}
.di_l img {
    width: 100%;
}
.di_r {
    width: 80%;
    height: auto;
}
.dir_t {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #074d21;
    margin-bottom: 30px;
}
.dir_t ul {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding-top: 20px;
}
.dir_t ul li {
    width: 100%;
    height: auto;
    margin: 10px;
    text-align: center;
}
.dir_t a {
    font-size: 17px;
    color: #fff;
}
.dir_b {
    width: 100%;
    height: auto;
}
.dir_b ul {
    width: 80%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.dir_b ul li {
    width: 100%;
    height: auto;
}
.dir_b li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.dir_b li:nth-child(2) p a {
    color: #fff;
    line-height: 30px;
    margin: 22px;
}
.dir_b ul li:nth-child(2) dl {
    display: flex;
}
.dir_b ul li:nth-child(2) p:nth-child(1) {
    width: 39%;
}

.dir_b li:nth-child(3) {
    text-align: center;
}
.ddd {
    width: 100%;
    height: 40px;
    background-color: #0f602d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ddd p {
    font-size: 16px;
    color: rgb(228, 228, 228);
}
.ddd a {
    font-size: 16px;
    color: rgb(228, 228, 228);
    margin-left: 15px;
}
.jszc {
    margin-top: 5px;
}
@media (max-width:1440px) {
    .di_z {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 30px 0px;
    }
    .di_l {
        width: 16%;
        height: auto;
    }
    .di_r {
        width: 88%;
        height: auto;
    }
    .dir_b ul li:nth-child(2) p:nth-child(1) {
        width: 45%;
    }
    .dir_b li:nth-child(2) p a {
        color: #fff;
        line-height: 30px;
        margin: 11px;
    }
    .dir_b li:nth-child(2) p a:nth-child(6) {
        margin-right: 30px;
    }
}
@media (max-width:1024px) {
    .di_l {
        width: 16%;
        height: auto;
        display: none;
    }
    .di_r {
        width: 98%;
        height: auto;
    }
    .dir_b ul {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .jszc {
        margin-top: 5px;
        width: 123%;
    }
    .ddd {
        width: 100%;
        height: 95px;
        background-color: #0f602d;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .ddd p {
        font-size: 18px;
        color: rgb(228, 228, 228);
        width: calc((100% - 0%) / 2);
        padding-top: 10px;
        text-align: center;
    }
    .dir_b li:nth-child(3) {
        text-align: center;
        width: 30%;
    }
    .dir_b ul li:nth-child(2) p:nth-child(1) {
        width: 32%;
    }
    .dir_b li:nth-child(2) p a {
        color: #fff;
        line-height: 30px;
        margin: 7px;
    }
}
.footbox{
	height: 11rem;
	background:rgba(4, 152, 29, 0.52);
	bottom: 0;
	z-index: 99;
	left: 0; 
	width: 100%;
	min-width: 375px; 
	position: fixed; 
	border-top:0;
	z-index: 1000;
}
.flexbox{
	margin-top:2px;
	text-align: center; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.footbox ul li{
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	text-align:center;
}
.footbox ul li a{ 
	display:block;
	color:#fff;
	font-size:3rem;
	line-height:4rem;
	font-weight: 600;
}
.footbox ul li a img{ 
	display:block; 
	width:4rem; 
	height:4rem; 
	margin:5px auto;
}

@media(min-width:1000px){
	.footbox{
		display:none;
	}
}
.sjkx{
	display:block;
}
@media(min-width:1000px){
	.sjkx{
		display: none;
	}
}
/* -------------------------------------------------------------关于我们-栏目 */
.gyy {
    width: 100%;
    height: auto;
}
.gyy_t {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.gyy_t ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.gyy_t ul li {
    width: 15%;
    height: auto;
    text-align: center;
}
.gyy_t ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #2b874c;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.gyy_t li a::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #2b874c;
    top: 45px;
    left: 108px;

}
.gyy_n {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}
.gyy_n ul {
    padding: 50px;
}
.gyy_n ul h2 {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #2b874c;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 30px;
}
.gyy_n ul h2 span {
    color: #2b874c;
}
.gyy_n ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.gyy_n ul li img {
    width: 100%;
}
@media (max-width:1440px) {
    .gyy_t li a::before {
        position: absolute;
        content: "";
        width: 30%;
        height: 1px;
        background-color: #2b874c;
        top: 45px;
        left: 75px;

    
    }
}
@media (max-width:1024px) {
    .gyy_t ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #2b874c;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .gyy_t li a::before {
        position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #2b874c;
    top: 45px;
    left: 37px;
    }
}
/* ---------------------------------------------------图片-栏目 */
.pic {
    width: 100%;
    height: auto;
}
.pic_t {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.pic_t ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.pic_t ul li {
    width: 15%;
    height: auto;
    text-align: center;
}
.pic_t ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #2b874c;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.pic_t li a::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #2b874c;
    top: 45px;
    left: 108px;

}
.pic_n {
    width: 100%;
    height: auto;
}
.pic_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.pic_n ul li {
    width: calc((100% - 8% ) / 4 );
    height: auto;
    text-align: center;
    margin: 15px;
    background-color: #fff;
    border-radius: 10px;
}
.pic_n ul li a {
    display: block;
}
.pic_n li h3 {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(172, 172, 172, 0.288);
    padding: 30px 0px;
}
.pic_n li h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.pic_n li dl {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    transition: all 0.5s ease;
}
.pic_n li:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.pic_n li:hover dl {
    color: #2b874c;
    transition: all 0.5s ease;
}

.pic1_n {
    width: 100%;
    height: auto;
}
.pic1_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.pic1_n ul li {
    width: calc((100% - 8% ) / 4 );
    height: auto;
    text-align: center;
    margin: 15px;
    background-color: #fff;
    border-radius: 10px;
}
.pic1_n ul li a {
    display: block;
}
.pic1_n li h3 {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(172, 172, 172, 0.288);
}
.pic1_n li h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.pic1_n li dl {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    transition: all 0.5s ease;
}
.pic1_n li:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.pic1_n li:hover dl {
    color: #2b874c;
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .pic_t li a::before {
        position: absolute;
        content: "";
        width: 30%;
        height: 1px;
        background-color: #2b874c;
        top: 45px;
        left: 75px;
    
    }
    .pic_n ul li {
        width: calc((100% - 10% ) / 4 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
        border-radius: 10px;
    }
    .pic1_n ul li {
        width: calc((100% - 10% ) / 4 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
        border-radius: 10px;
    }
}
@media (max-width:1024px) {
    .pic_t ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #2b874c;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .pic_t li a::before {
        position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #2b874c;
    top: 45px;
    left: 37px;
    }
    .pic_n ul li {
        width: calc((100% - 7% ) / 2 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
        border-radius: 10px;
    }
    .pic1_n ul li {
        width: calc((100% - 7% ) / 2 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
        border-radius: 10px;
    }
    .pic_n li dl {
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
        color: #333;
        transition: all 0.5s ease;
    }
}
/* ----------------------------------------------------------新闻动态-栏目 */
.xww {
    width: 100%;
    height: auto;
}
.xww_t {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.xww_t ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.xww_t ul li {
    width: 15%;
    height: auto;
    text-align: center;
}
.xww_t ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #2b874c;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.xww_t li a::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #2b874c;
    top: 45px;
    left: 108px;

}
.xww_n {
    width: 100%;
    height: auto;
}
.xww_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.xww_n ul li {
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}
.xww_n ul li a {
    display: flex;
    justify-content: space-between;
}
.xww_n ul li dl {
    width: 70%;
    height: auto;
}
.xww_n li dl h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    margin-top: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xww_n li dl p {
    font-size: 17px;
    color: #333;
    margin-bottom: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xww_n li dl span {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #2b874c;
}
.xww_n li h3 {
    width: 20%;
    height: auto;
    overflow: hidden;
}
.xww_n li h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xww_n li:hover dl h2 {
    color: #2b874c;
    transition: all 0.5s ease;
}
.xww_n li:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .xww_n li h3 {
        width: 24%;
        height: auto;
        overflow: hidden;
    }
}
@media (max-width:1024px) {
    .xww_t ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #2b874c;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .xww_t li a::before {
        position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #2b874c;
    top: 45px;
    left: 37px;
    }
    .xww_n ul li dl {
        width: 60%;
        height: auto;
    }
    .xww_n li h3 {
        width: 38%;
        height: auto;
        overflow: hidden;
    }
}
/* ----------------------------------------------------------联系我们-栏目 */
.lxx {
    width: 100%;
    height: auto;
}
.lxx_t {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.lxx_t ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.lxx_t ul li {
    width: 15%;
    height: auto;
    text-align: center;
}
.lxx_t ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #2b874c;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.lxx_t li a::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #2b874c;
    top: 45px;
    left: 108px;

}
.lxx_n {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.lxx_n ul {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: center;
}
.lxx_n ul li {
    width: 100%;
    height: auto;
    margin: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
    transition: all 0.5s ease;
}
.lxx_n ul li h3 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.lxx_n ul li h3 img {
    width: 35%;
}
.lxx_n ul li h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}
.lxx_n ul li p {
    font-size: 18px;
    color: #333;
    transition: all 0.5s ease;
}
.lxx_n ul li:hover {
    background-color: #2b874c;
    transition: all 0.5s ease;
}
.lxx_n ul li:hover h2 {
    color: #fff;
    transition: all 0.5s ease;
}
.lxx_n ul li:hover p {
    color: #fff;
    transition: all 0.5s ease;
}
.BMapLabel {
    width: 160px!important;
    height: 2px;
    padding: 88px!important;
    text-align: center!important;
    border: 0px solid rgb(255, 255, 255)!important;
    background: url(/UploadFiles/pic/di_logo.png) top -13px left -15px!important;
    background-repeat: no-repeat !important;
    left: 20px!important;
    top: -70px!important;
}
@media (max-width:1024px) {
    .lxx_n ul {
        width: 99%;
        margin: 0 auto;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .lxx_n ul li {
        width: 100%;
        height: auto;
        margin: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        text-align: center;
        padding: 20px;
        transition: all 0.5s ease;
    }
    .lxx_n ul li h3 img {
        width: 50%;
    }
    .lxx_n ul li h2 {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        margin-bottom: 25px;
        transition: all 0.5s ease;
    }
    .lxx_n ul li p {
        font-size: 20px;
        color: #333;
        transition: all 0.5s ease;
    }
}