@charset "UTF-8";

/* 动态 */

.allx {
    transition-duration: 2.2s;
    opacity: 0;
}

.active .allx {
    opacity: 1;
}

.active2 .allx {
    opacity: 1;
}

.leftx {
    transform: translateX(-500px);
}

.rightx {
    transform: translateX(500px);
}

.bottomx {
    transform: translateY(500px);
}

.active .leftx {
    transform: translateX(0);
}

.active .rightx {
    transform: translateX(0);
}

.active .bottomx {
    transform: translateY(0);
}


@media(max-width: 992px) {
    .allx {
        opacity: 1;
    }

    .active .allx {
        opacity: 1;
    }

    .leftx {
        transform: translateX(0);
    }

    .rightx {
        transform: translateX(0);
    }

    .bottomx {
        transform: translateY(0);
    }

    .active .leftx {
        transform: translateX(0);
    }

    .active .rightx {
        transform: translateX(0);
    }

    .active .bottomx {
        transform: translateY(0);
    }

    .active2 .allx {
        opacity: 1;
    }

    .active2 .bottomx {
        transform: translateY(0);
    }
}

/**/

@media(min-width: 992px) {

    .section,
    .fp-tableCell {
        height: 100vh !important;
        overflow: hidden;
        position: relative;
    }

}

@media(max-width: 992px) {

    .section,
    .fp-tableCell {
        /* max-height: 100vh; */
        /* overflow: hidden;
          height: auto !important; */
    }
}



@media(max-width: 767px) {

    .section,
    .fp-tableCell {
        /* max-height: 100vh; */
        /* overflow: hidden;
          height: auto !important; */
        padding: 0;
        display: block !important;
        height: auto !important;
    }

    .mousetip {
        display: none;
    }
}

/* 通用样式 */
p {
    margin: 0;
}


input,
textarea {
    border: none;
    outline: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
}

.p1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.bw {
    width: 100%;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/
.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.w1407 {
    max-width: 1437px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*head*/
.head-bg {
    background: #fff;
    position: relative;
    z-index: 999;
}

.head-index .logo {
    line-height: 108px;
    width: 24%;
}

.head-index .logo img {
    max-width: 100%;
}

.head-index .headr {
    width: calc(100% - 26%);
}



/*导航栏样式*/
.mu {
    margin-top: 20px;
}

.navs {
    height: 88px;
}

.navs li {
    line-height: 88px;
    height: 88px;
    text-align: center;
    position: relative;
    z-index: 999;
    width: 10%;
}

.navs li::before{
    content: "";
    position: absolute;
    z-index: -1;
    background: #07733d;
    left: 0%;
    right: 0px;
    width: 100%;
    bottom: 0px;
    height: 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navs li a {
    display: block;
    line-height: 88px;
    color: #373636;
    height: 88px;
    padding: 0;
    font-size: 16px;
}

.navs li:hover::before{
    width: 100%;
    height: 88px;
}

.navs li:hover > a{
    color: #fff;
    text-decoration: none;
}

.navs .sec {
    height: 0;
    background: #f8f8f7;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 88px;
    left: -21px;
    width: 142px;
}

.navs .sec a {
     height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    position: relative;
}

.navs .sec a::before{
    content: "";
    position: absolute;
    background: url(../images/navlih.png) no-repeat center center;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    width: 15px;
    height: 12px;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(-20px, 0px);
    -ms-transform: rotate(0deg) translate(-20px, 0px);
    transform: rotate(0deg) translate(-20px, 0px);
}

.navs .sec a:hover {
    background:#07733d;
    text-decoration: none;
    color: #fff;
}

.navs .sec a:hover::before{
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
    opacity: 1;
}

/*banner*/
.swiper-container{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    
}

.swiper-container .swiper-slide{
         position: relative;
     width: 100%;
     height: 100vh;
}

.swiper-container .swiper-slide .listBox{
      position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;  
}
.swiper-container .swiper-slide .bannerPicBox{
    position: absolute;
     top: 50%;
     left: 50%;
     width: 100%;
     height: 100%;
     min-width: 1920px;
     transition: 1s 2.5s;
     transform: perspective(1000px) translate3d(-50%, -50%, 100px);
}

.swiper-container .swiper-slide .bannerPicBox img{
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide.swiper-slide-active .bannerPicBox {
     transition: 5s 0s;
     transform: perspective(1000px) translate3d(-50%, -50%, 0);
 }

.swiper-container .banner-text{
    transform: translate3d(0, 0, 0);
    will-change: transform;
   position: absolute;
    top: 40%;
    left: 0%;
    right: 0;
    transform: translate(-50%,-50%);
    z-index: 999;
    text-align: center;
}

.swiper-container .swiper-slide.swiper-slide-active .banner-text *:nth-child(1) {
     transition-delay: 0.5s;
 }

.swiper-container .swiper-slide.swiper-slide-active .banner-text *:nth-child(2) {
     transition-delay: 0.7s;
 }

.swiper-container .swiper-slide.swiper-slide-active .banner-text *:nth-child(3) {
     transition-delay: 0.9s;
 }

.swiper-container .banner-text .small-title img{
    max-width: 100%;
}

.swiper-container .banner-text{
    transition-delay: transform 2s, opacity 0s;
     transition-duration: 2s;
     transform: translate3d(0, 80px, 0);
     opacity: 0;
}
.swiper-container .swiper-slide.swiper-slide-active .banner-text {
     transform: translate3d(0, 0px, 0);
     opacity: 1;
 }


.swiper-container .banner-text h1{
    color: #e4e0e0;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 10px;
}

.swiper-container .banner-text h2{
    color: #e4e0e0;
    font-size: 25px;
    font-weight: 500;
    border: 1px solid  #fff;
    border-radius: 30px;
    padding: 5px 10px;
    letter-spacing: 6px;
    display: inline-block;
}

/* about */
.ab-bg {
    background: #f2f1f1;
    padding-top: 3.125vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    padding-bottom: 1.82291666666667vw;
}

.ab-index {

    align-items: flex-end;
}

.ab-index .abl {
    width: 49.89%;
}

.ab-index .abl h3 {
    color: #141414;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 4px;
}

.ab-index .abl h3 span {
    color: #129f57;
}

.ab-index .abl h4 {
    width: 38px;
    height: 4px;
    background: #f1861e;
    margin: 10px 0;
}

.ab-index .abl b {
    display: block;
    color: #616262;
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
}

.ab-index .abl h5 {
    color: #151616;
    font-size: 39px;
}

.ab-index .abl .aw {
    margin-top: 10px;
}

.ab-index .abl .aw p {
    color: #535252;
    font-size: 21px;
    line-height: 26px;
    text-align: justify;
}

.ab-index .abl .aw p+p {
    margin-top: 1vw;
}

.ab-index .abr {
    width: 47.33%;
}

.abSwiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}


.abSwiper img{
    width: 100%;
}

.abSwiper .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
}

.abSwiper .swiper-pagination-bullet-active{
    background: #129f57;
}

.ab-index .abr img {
    width: 100%;
}

.num-index {
    background: #fff;
    box-shadow: 6.022px 6.688px 6.58px 0.42px rgba(0, 0, 0, 0.2);
    margin: 0 2.86458333333333vw;
    margin-top: 1.82291666666667vw;
    padding: 20px 0;
}

.c2-con ul {
    justify-content: center;
}

.c2-con ul li {
    position: relative;
    width: 24%;
    align-self: center;
    justify-content: center;
    text-align: center;
}

.c2-con ul li .img1 {
    width: 35%;
}

.c2-con ul li .img1 img {
    max-width: 100%;
}

.c2-con ul li .wz {
    width: calc(100% - 35%);
}

.c2-con ul li .count-title {
    font-size: 38px;
    font-weight: 600;
    color: #129f57;
    display: inline-block;
    line-height: 1;
}

.c2-con ul li dt {
    font-size: 16px;
    color: #129f57;
    display: inline-block;
    font-weight: normal;
}

.c2-con ul li p {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

@media(max-width:996px) {
    .ab-bg {
        margin-top: 40px;
        padding: 20px;
    }

    .ab-index {
        flex-wrap: wrap;
    }

    .ab-index .abl {
        width: 100%;
    }

    .ab-index .abl h3 {
        font-size: 24px;
    }

    .ab-index .abl b {
        font-size: 24px;
    }

    .ab-index .abl h5 {
        font-size: 24px;
    }

    .ab-index .abr {
        width: 100%;
        margin-top: 10px;
    }

    .ab-index .abl .aw p {
        font-size: 16px;
    }

    .num-index {
        margin: 0;
        margin-top: 20px;
        padding: 10px;
        padding-bottom: 30px;
    }

    .c2-con ul {
        flex-wrap: wrap;
    }

    .c2-con ul li {
        width: 50%;
        margin-top: 20px;
    }

    .c2-con ul li .img1 {
        max-width: 35px;
    }

    .c2-con ul li .img1 img {
        width: 100%;
    }

    .c2-con ul li .count-title {
        font-size: 18px;
    }

    .c2-con ul li dt {
        font-size: 14px;
    }

    .c2-con ul li p {
        font-size: 12px;
    }
}



/* ys */
.section2 {
    background: #f3f3f3;
}

.ys-bg {

    /* margin-top: 4.0625vw;
    padding-top: 4.16666666666667vw;
    padding-bottom: 3.75vw; */
}

.put {}

.put .put1 {
    color: #1f2020;
    font-size: 30px;
    line-height: 1;
}

.put .put2 {
    color: #101010;
    font-size: 16px;
    padding: 6px 0;
}

.put .put3 {
    width: 33px;
    height: 6px;
    background: #f1861e;
}

.ys-wrap {
    background: #fff;
    padding: 10px;
    margin-top: 46px;
}

.ys-list {}

.ys-list li {
    width: 20%;
    position: relative;
}

.ys-list li .img1 img {
    width: 100%;
    height: 100%;
}

.ys-list li .hh {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .36);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ys-list li .hh .hh1 img {
    max-width: 100%;
}

.ys-list li .hh .hh2 {
    text-align: center;
    font-size: 24px;
    padding-top: 1vw;
    color: #fff;
}

.ys-list li:hover .hh {
    display: none;
}

@media(max-width:780px) {
    .ys-bg {
        margin-top: 40px;
        padding-top: 4.16666666666667vw;
        padding-bottom: 3.75vw;
    }

    .put .put1 {
        font-size: 24px;
    }

    .put .put2 {
        padding: 5px 0;
    }

    .ys-wrap {
        padding: 0;
    }

    .ys-list {
        flex-wrap: wrap;
    }

    .ys-list li {
        width: 50%;
    }

    .ys-list li .hh .hh2 {
        font-size: 16px;
    }

    .ys-list li:last-child {
        display: none;
    }
}


/* product */
.product-index {
    margin-top: 2.34375vw;
}

.index-box-2 {
    margin-top: 1.35416666666667vw;
}

.index-box-2 .key {
    font-size: 14px;
    color: #fff;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: flex-end;
    line-height: 14px;
}

.index-box-2 .key .line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 30px;
}

.index-box-2 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.index-box-2 ul li {
    width: 25%;
    flex: 1;
    transition: flex 0.3s ease;
    -webkit-transition: flex 0.3s ease;
    -moz-transition: flex 0.3s ease;
    -ms-transition: flex 0.3s ease;
    -o-transition: flex 0.3s ease;
}



.index-box-2 ul li.on {
    flex: 0 0 44.4%;
    width: 44.4%;
}

.index-box-2 ul li.on a:before {
    background: url(../img/shadow.png) repeat-y;
}

.index-box-2 ul li.on .info {
    padding-left: 30px;
}

.index-box-2 ul li.on .key,
.index-box-2 ul li.on .inner {
    padding-right: 100px;
}

.index-box-2 ul li.on .pic {
    opacity: 1;
}

.index-box-2 ul li.on .icon img {
    display: none;
}

.index-box-2 ul li.on .icon img.on {
    display: block;
}

.index-box-2 ul li.on .a-more {
    background: url(../images/more.png) no-repeat;
    background-size: contain;
}

.index-box-2 ul li a {
    position: relative;
    display: block;
    transform: perspective(1px) translateZ(0);
}

.index-box-2 ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #139f57;
    background-size: cover;
}

.index-box-2 .pic {
    opacity: 0;
}

.index-box-2 .pic img {
    width: 100%;
    height: 552px;
    object-fit: cover;
}

.index-box-2 .pic img.phone {
    display: none;
}

.index-box-2 .info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    line-height: 30px;
    padding: 0px 30px;
    padding-right: 0;
}

.index-box-2 .inner {
    padding-right: 60px;
}

.index-box-2 .icon {
    margin: 70px auto 85px;
}

.index-box-2 .icon img {
    display: block;
    width: 38px;
    height: 44px;
    object-fit: contain;
}

.index-box-2 .icon img.on {
    display: none;
}

.index-box-2 .name {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-box-2 .en {
    font-size: 15px;
    color: #d9d6d6;
    line-height: 34px;
    height: 72px;
    text-transform: uppercase;
    margin: 35px 0 50px;
}

.index-box-2 .a-more {
    width: 41px;
    height: 47px;
}

@media screen and (max-width: 1600px) {
    .index-box-2 .pic img {}

    .index-box-2 .en {
        margin: 26px auto 40px;
    }

    .index-box-2 .icon {
        margin: 60px auto 70px;
    }
}

@media screen and (max-width: 1440px) {
    .index-box-2 .pic img {}

    .index-box-2 .en {
        margin: 20px auto 30px;
    }

    .index-box-2 .name {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

    .index-box-2 .icon {
        margin: 50px auto 60px;
    }

    .index-box-2 ul li.on .info {
        padding-left: 80px;
    }

    .index-box-2 .info {
        padding-top: 90px;
    }

    .index-box-2 .icon img {
        height: 40px;
        height: 44px;
    }
}

@media screen and (max-width: 1004px) {
    .product-index {
        margin-top: 40px;
    }

    .index-box-2 {
        padding-left: 0;
        margin-bottom: 0;
    }

    .index-box-2 .key {
        display: none;
    }

    .index-box-2 ul {
        display: block;
    }

    .index-box-2 ul li {
        width: 100%;
        margin-top: 20px;
    }

    .index-box-2 ul li:nth-child(4n).on a:before {
        background: url(../img/shadow3.png) repeat-y;
    }

    .index-box-2 ul li.on {
        width: 100%;
    }

    .index-box-2 ul li.on .info {
        padding-left: 20px;
    }

    .index-box-2 ul li.on .inner {
        padding-right: 20px;
    }

    .index-box-2 ul li.on .a-more {
        background: url(../img/more.png) no-repeat;
        background-size: contain;
    }

    .index-box-2 ul li:nth-child(4) a:before {
        background: url(../img/shadow3.png) repeat-y;
    }

    .index-box-2 ul li a:before {
        background: url(../img/shadow3.png) repeat-y;
    }

    .index-box-2 .pic {
        opacity: 1;
    }

    .index-box-2 .pic img {
        display: none;
        height: auto;
    }

    .index-box-2 .pic img.phone {
        display: block;
    }

    .index-box-2 .info {
        line-height: 24px;
        padding: 20px;
        display: flex;
        display: -webkit-box;
        /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box;
        /* Firefox 17- */
        display: -webkit-flex;
        /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex;
        /* Firefox 18+ */
        display: -ms-flexbox;
        /* IE 10 */
        align-items: center;
    }

    .index-box-2 .inner {
        padding-right: 0;
        width: 100%;
    }

    .index-box-2 .icon {
        margin: 0 auto 22px;
    }

    .index-box-2 .icon img {
        display: none;
        width: 30px;
        height: 33px;
    }

    .index-box-2 .icon img.on {
        display: block;
    }

    .index-box-2 .name {
        font-size: 16px;
        line-height: 24px;
        height: auto;
    }

    .index-box-2 .en {
        font-size: 14px;
        line-height: 18px;
        height: auto;
        margin: 8px 0 14px;
    }

    .index-box-2 .a-more {
        width: 30px;
        height: 20px;
        background: url(../img/more5.png) no-repeat;
        background-size: contain;
    }
}


/* case */
.section4 {
    background: #f3f3f3;
}

.case-bg {
    /* background: #f3f3f3;
    padding: 1vw 0;
    margin-top: 6.66666666666667vw; */
}

.case-index {
    /*padding: 0 5.2vw;*/
}

.case-wrap {
    margin-top: 20px;
    padding: 0 5.2vw;
}

.tt11 {
    display: none;
}

.csort1 {
    border: 1px solid #dcdcdc;
}

.csort1 li {
    border-right: 1px solid #dcdcdc;
    width: 20%;
}

.csort1 li a {
    display: block;
    color: #454545;
    font-size: 18px;
    text-align: center;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.csort1 li.cur {
    background: #139f57;
}

.csort1 li.cur a {
    color: #fff;
}

.clist1 {
    margin-top: 5px;
}

.clist1 li {
    position: relative;
}

.clist1 li .img1 img {
    width: 100%;
}

.clist1 li .wz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background: rgba(0, 0, 0, .6) url(../images/tt1.png) no-repeat 96% center;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.case-pic {}

.case-pic .clist2 {
    width: 65.9%;
}

.case-pic .clist2 li {
    width: 48%;
}

.case-pic .clist2 li img {
    width: 100%;
}

.clx {
    width: calc(100% - 68.86%);
    background: #139f57;
    padding: 0 2.08333333333333vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.clx h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: url(../images/tt2.png) no-repeat bottom center;
    text-align: center;
    padding-bottom: 10px;
}

.clx .dh {
    background: url(../images/tel1.png) no-repeat left center;
    padding-left: 58px;
    margin-top: 10px;
}

.clx .dh p {
    color: #fff;
}

.clx .dh p:nth-of-type(1) {
    font-size: 14px;
}

.clx .dh p:nth-of-type(2) {
    font-size: 30px;
    font-weight: 600;
    font-family: "Arial";
    line-height: 1;
}

@media(max-width:780px) {
    .case-bg {
        margin-top: 40px;
        padding: 20px 0;
    }

    .case-index {
        padding: 0;
    }

    .csort1 {
        flex-wrap: wrap;
    }

    .csort1 li {
        width: 50%;
    }

    .csort1 li a {
        font-size: 14px;
        line-height: 45px;
    }

    .clist1 li .wz {
        padding: 10px 0;
        font-size: 14px;
    }

    .case-pic {
        flex-wrap: wrap;
    }

    .case-pic .clist2 {
        width: 100%;
        margin-top: 20px;
    }

    .clx {
        width: 100%;
        margin-top: 20px;
        padding: 20px;
    }

    .clx h3 {
        font-size: 16px;
    }

    .clx .dh {
        margin: 0 auto;
        margin-top: 10px;
    }

    .clx .dh p:nth-of-type(2) {
        font-size: 20px;
    }
}

/* show */
.show-index {}

.cp_main {
    background: #eeeeee;
    padding: 10px;
    padding-right: 100px;
    margin-top: 46px;
    /*margin-left: 100px;*/
}

.anlis {
    position: relative;
}

.taba {
    position: absolute;
    width: 34.85%;
    z-index: 999;
    right: 0px;
}

.taba li {
    width: 100%;
    color: #333333;
    font-size: 17px;
    float: right;
    background: url(../images/tt3h.png) no-repeat center;
    height: 60px;
    margin-left: 15px;
    background-size: 100% 100%;
    line-height: 68px;
    margin-top: 0.5vw;
    cursor: pointer;
}

.taba li span {
    margin-left: 12%;
    text-align: right;
    width: 180px;
    display: block;
    float: left;
}

.taba li .img {
    float: right;
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    height: 68px;
    justify-content: center;
}

.taba li .img2 {
    display: none;
}


.taba li.cur .img1 {
    display: none
}

.taba li.cur .img2 {
    display: block
}

.taba li.cur span {
    color: #fff
}

.taba li.cur {
    background: url(../images/tt3.png) no-repeat center;
    color: #fff;
    background-size: 100% 100%;
}

.taba li.cmore{
    background: none;
    margin-top: 0;
}

.taba li.cmore a{
    display: block;
    text-align: center;
    color: #000000;
}

.taba li.cmore a b{
    font-size: 14px;
    color: #549d78;
    display: inline-block;
    margin-left: 10px;
}

.ttz {
    display: none;
    width: 64.67%;
}

.ttz li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ttz li .img3 a img {
    width: 100%;
    height: 100%;
}

.cptt {
    font-size: 1.5625vw;
    font-weight: 600;
    line-height: 45px;
    color: #129f57;
    text-align: left;
    margin: 10px 0;
    margin-left: 37%;
}


@media (max-width: 1024px) {
    .cptt {
        font-size: 16px;
        font-weight: 600;
        line-height: 45px;
        letter-spacing: 0px;
        color: #000000;
        text-align: right;
        margin-bottom: 10px;
    }

    .cp_main {
        background: #eeeeee;
        padding: 20px;
        margin-top: 20px;
        margin-left: 0;
    }

    .show-index {
        margin-top: 40px;
    }

    .taba li {
        width: 100%;
        color: #333333;
        font-size: 18px;
        float: right;
        height: 68px;
        margin-left: 15px;
        background-size: 100% 100%;
        line-height: 60px;
    }

    .taba li span {
        margin-left: 30%;
        text-align: right;
        width: 68px;
        display: block;
        float: left;
    }

}

@media (max-width: 780px) {
    .ttz {
        display: none;
        width: 100%;
        margin-top: 20px;
    }

    .taba {
        position: relative;
        width: 100%;
        z-index: 999;
        right: 0px;
        margin-top: 0px;
    }

    .taba li span {
        margin-left: 0%;
        width: 46%;
        font-size: 14px;
    }
    .taba li.cmore a{
        font-size: 14px;
    }
}


/* news */
.news-index {}

.news-roll {}

.ntt {
    align-items: center;
    justify-content: flex-end;
}

.ntt a {
    color: #139f57;
    font-size: 20px;
    margin-right: 30px;
}

.newsbtn img {
    max-width: 100%;
}

.newsbtn .next1 {
    margin-right: 10px;
}

.newsbtn .prev1 {
    margin-left: 10px;
}

.newsSwiper {
    overflow: hidden;
    margin-top: 16px;
}

.newsSwiper .swiper-slide .img1 img {
    width: 100%;
}

.newsSwiper .swiper-slide .wz1 {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.5625vw;
}

.newsSwiper .swiper-slide .wz2 {
    color: #999999;
    font-size: 14px;
    font-family: "Arial";
    margin-top: 0.78125vw;
}

.newsSwiper .swiper-slide .wz3 {
    color: #636161;
    font-size: 15px;
    line-height: 22px;
    margin-top: 1.30208333333333vw;
}

.newsSwiper .swiper-slide:hover .wz1 {
    color: #139f57;
}

@media(max-width:780px) {
    .news-index {
        margin-top: 40px;
    }

    .ntt a {
        font-size: 18px;
    }

    .newsSwiper .swiper-slide .wz1 {
        font-size: 16px;
    }

    .newsSwiper .swiper-slide .wz3 {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}


/* contact */
.section7 {
    background: #f0f1f1;
}

.contact-bg {
    /* background: #f0f1f1;
    padding: 2.60416666666667vw 0;
    margin-top: 8.85416666666667vw; */
}

.contact-con {
    margin-top: 46px;
    position: relative;
}

.ctimg {}

.ctimg img {
    width: 100%;
    height: 100%;
}

.ctwen {
    position: absolute;
    top: 6.77083333333333vw;
    left: 9.89583333333333vw;
    z-index: 99;
    box-shadow: 0px 4px 3.3px 2.7px rgba(0, 0, 0, 0.18);
    background: rgba(249, 248, 248, .78);
    width: 480px;
    height: 210px;
}

.ctlist {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.ctlist::before {
    content: '';
    position: absolute;
    background: url(../images/san.png) no-repeat top center;
    width: 34px;
    height: 31px;
    bottom: 45px;
    right: -25px;
}

.ctlist li {
    align-items: center;
    justify-content: flex-start;
}

.ctlist li+li {
    margin-top: 1.5625vw;
}

.ctlist li .img1 {
    width: 15%;
}

.ctlist li .img1 img {
    max-width: 100%;
}

.ctlist li .wz {
    width: calc(100% - 20%);
    color: #171717;
    font-size: 18px;
}

@media(max-width:780px) {
    .contact-bg {
        margin-top: 40px;
        padding: 2.60416666666667vw 0;
    }

    .ctimg img {
        height: 30vh;
    }

    .ctwen {
        width: 85%;
        margin: 0 auto;
        left: 10px;
        top: 20%;
        height: auto;
        padding: 20px 0;
    }

    .ctlist li {
        justify-content: space-between;
    }

    .ctlist li .img1 {
        width: 30px;
    }

    .ctlist li .img1 img {
        width: 100%;
    }

    .ctlist li .wz {
        font-size: 14px;
        width: calc(100% - 40px);
    }
}

/* hezuo */
.hezuo-index {
    /* margin-top: 6.51041666666667vw;
    margin-bottom: 3vw; */
}

.hzt {
    text-align: center;
    font-weight: 600;
    color: #2f3030;
    font-size: 36px;
    margin-bottom: 2.4vw;
}

.hezuo-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1.56%;
}

.hezuo-list li {
    width: 13.5%;
    margin: 0 1.56%;
    margin-bottom: 0.78%;
}

.hezuo-list li .img1 {
    border: 1px solid #a8a8a8;
}

.hezuo-list li .img1 img {
    width: 100%;
}

@media(max-width:780px) {
    .hezuo-index {
        margin-top: 40px;
    }

    .hzt {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .hezuo-list {
        margin: 0;
        flex-wrap: wrap;
    }

    .hezuo-list li {
        width: 29.5%;
        margin-bottom: 10px;
    }
}


/* link */

.f_link {
    line-height: 30px;
    font-size: 14px;
    margin: 20px 0;
}

.f_link span{
    width: 80px;
    margin-top: 10px;
}

.link11{
    width: calc(100% - 80px);
}

.f_link img {
    max-width: 100%;
}

/* foot */
.foot-bg {
    background: #2e2e2e;
    padding: 1.82291666666667vw 0;
}

.w1230 {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.foot-index {}

.foot-index .footl {
    width: 23.6%;
}

.foot-index .footl .flogo img {
    max-width: 100%;
}

.foot-index .footl .fban {
    color: #a8a6a6;
    font-size: 14px;
}

.foot-index .footl .fban a {
    color: #a8a6a6;
}

.foot-index .footm {
    width: 46.34%;
}

.fnavlist {
    flex-wrap: wrap;
    border-bottom: 1px solid #6d6d6d;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.fnavlist li {
    width: 20%;
}

.fnavlist li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.flxlist {
    flex-wrap: wrap;
    margin-top: 1.30208333333333vw;
}

.flxlist li {
    width: 50%;
    justify-content: flex-start;
    margin-bottom: 1%;
}

.flxlist li .img1 {
    width: 12%;
}

.flxlist li .img1 img {
    max-width: 100%;
}

.flxlist li .wz {
    color: #a8a6a6;
    font-size: 14px;
    width: calc(100% - 12%);
}

.foot-index .footr {
    width: calc(100% - 75.2%);
}

.foot-index .footr .ferq {
    width: 36%;
}

.foot-index .footr .ferq img {
   width: 100% !important;
    height: auto !important;
}

.foot-index .footr .ftel {
    width: calc(100% - 38%);
}

.foot-index .footr .ftel p {
    color: #a8a6a6;
    font-size: 14px;
}

.foot-index .footr .ftel p:nth-of-type(2) {
    font-size: 2.4rem;
    color: #ffffff;
}

.cop-bg {
    background: #1b1b1b;
    padding: 20px 0;
}

.cop-index {
    color: #a8a6a6;
    font-size: 14px;
    text-align: center;
}

.cop-index a {
    color: #a8a6a6;
}

@media(max-width:780px) {
    .foot-bg {
        padding: 20px 0;
    }

    .foot-index {
        flex-wrap: wrap;
    }

    .foot-index .footl {
        width: 100%;
        text-align: center;
    }

    .foot-index .footm {
        width: 100%;
        margin-top: 20px;
    }

    .flxlist {
        flex-wrap: wrap;
    }

    .flxlist li {
        width: 100%;
    }

    .foot-index .footr {
        width: 100%;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .foot-index .footr .ferq {
        width: 100%;
    }

    .foot-index .footr .ferq p {
        text-align: center;
    }

    .foot-index .footr .ferq img {
        max-width: 100px;
    }

    .foot-index .footr .ftel {
        width: 100%;
        text-align: center;
    }

    .foot-index .footr .ftel p:nth-of-type(2) {
        font-size: 20px;
    }
}


@media (min-width: 990px) {
    .left {
        float: left;
        width: 305px;
        margin-right: 4.16666667%;
    }

}


@media (max-width: 992px) {
    .left {
        display: block;
    }
}


.right {
    overflow: hidden;
}



/*修改*/
@keyframes switchFlipInY-out {
        0% {
                -webkit-transform: perspective(400px);
                -ms-transform: perspective(400px);
                transform: perspective(400px);
        }
        40% {
                -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
                -ms-transform: perspective(400px) rotate3d(0,1,0,-20deg);
                transform: perspective(400px) rotate3d(0,1,0,-20deg);
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in;
        }
        60% {
                -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
                -ms-transform: perspective(400px) rotate3d(0,1,0,10deg);
                transform: perspective(400px) rotate3d(0,1,0,10deg);
                opacity: 1;
        }
        80% {
                -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
                -ms-transform: perspective(400px) rotate3d(0,1,0,-5deg);
                transform: perspective(400px) rotate3d(0,1,0,-5deg);
        }
        100% {
                
                
        }
}



.ximg{
    padding-top: 0.8316%;
    padding-left: 0.8316%;
    padding-right: 0.8316%;
    padding-bottom: 0.8316%;
    background-color: rgb(191, 191, 191);
    margin-top: 46px;
}


.ximglist1{
    
}

.ximglist1 li{
    width: 24.2%;
    position: relative;
}

.ximglist1 li::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #07733d;
    opacity: 0;
}

.ximglist1 li .img1 img{
    width: 100%;
}

.ximglist1 li .wzh{
    position: absolute;
    top: 6.77083333333333vw;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.ximglist1 li .wzh .img2 img{
    max-width: 100%;
}

.ximglist1 li .wzh .wz1{
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

.ximglist1 li .wzh .wz2{
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

.ximglist1 li:hover::before{
    opacity: 1;
      -webkit-animation: switchFlipInY-out .6s ease forwards;
    animation: switchFlipInY-out .6s ease forwards;
}


@media(max-width: 780px){
    .ximglist1{
        flex-wrap: wrap;
    }
    .ximglist1 li{
        width: 50%;
    }
    .ximglist1 li .wzh .wz1{
        font-size: 16px;
    }
    .ximglist1 li .wzh .wz2{
        font-size: 12px;
    }
}


.bbcximg{
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.bbcximg img{
    max-width: 80%;
}


