﻿@media (min-width: 1440px) {

    .container {

        width: 1410px;

    }

}



@media (min-width: 1600px) {

    .container {

        width: 1588px;

    }

}



/* ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */

.x-menu {

    width: 58.75%;

    float: left;

}



.x-menu > li {

    float: left;

    position: relative;

    margin: 0 .15vw;

}



.x-menu > li > a {

    display: block;

    padding: 0 .8vw;

    font-size: 14px;

    color: #000000;

    line-height: 2.4;

}



.x-menu > li > a:hover {

    background: #287902;

    color: #fff;

}



.x-menu > li.active > a {

    background: #287902;

    color: #fff;

}



.wrapper > li {

    position: relative;

}



.wrapper > li:hover .x-sub-menu {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

    transform: translateY(0);

}



.x-sub-menu {

    position: absolute;

    z-index: 9999;

    width: 200px;

    left: -70px;

    top: 114px;

    background: #fff;

    border-radius: 5px;

    padding: 10px 0;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateY(20px);

    transform: translateY(20px);

    -webkit-transition: all .5s ease;

    transition: all .5s ease;

}



.x-sub-menu > li > a {

    display: block;

    text-align: center;

    line-height: 2;

    font-size: 14px;

    color: #333;

    line-height: 1.5;

    padding: .5em;

    /* white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */

}



.x-sub-menu > li > a:hover {

    background: #e9eaeb;

}



.x-sub-menu:after {

    content: '';

    width: 0;

    height: 0;

    line-height: 0;

    font-size: 0;

    overflow: hidden;

    border-width: 10px;

    cursor: pointer;

    border-style: dashed dashed solid dashed;

    border-color: transparent transparent #fff transparent;

    border-top: none;

    position: absolute;

    top: -10px;

    left: 50%;

    margin-left: -10px;

    z-index: 99;

}



/* banner */

.x-banner .owl-carousel {

    position: relative;

}



.x-banner .owl-carousel .banner-item a {

    display: block;

}



.x-banner .owl-carousel .owl-nav .owl-prev {

    left: 0;

}



.x-banner .owl-carousel .owl-nav .owl-next {

    right: 0;

}



.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {

    outline: none;

    position: absolute;

    top: 50%;

    z-index: 9999;

    background: #424246;

    height: 65px;

    width: 50px;

    margin-top: -32.5px;

    border-radius: 0;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;

}



.x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover {

    background: #ab001a;

}



.x-banner .owl-carousel .owl-nav .icon-font {

    display: block;

    width: 100%;

    height: 100%;

}



.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {

    background-position: -34px -180px;

}



.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {

    background-position: -26px -480px;

}



@media (max-width: 990px) {

    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {

        height: 40px;

        width: 30px;

        margin-top: -20px;

    }



    .x-banner .owl-carousel .owl-nav .iconfont {

        font-size: 20px;

    }

}



.x-banner .owl-carousel .owl-dots {

    position: absolute;

    z-index: 999;

    right: 210px;

    text-align: center;

    font-size: 0;

    bottom: 50%;

    transform: translateY(50%);

}



.x-banner .owl-carousel .owl-dots button.owl-dot {

    display: block;

    vertical-align: middle;

    font-size: 12px;

    outline: none;

    background: #fff;

    border-radius: 50%;

    width: 1em;

    height: 1em;

    border: 1px solid #fff;

    margin: 20px 0px;

}



.x-banner .owl-carousel .owl-dots button span {

    font: 400 30px/40px "Bahnschrift";

    color: #fff;

    display: none;

    margin-left: 22px;

    margin-top: -13px;

}



.x-banner .owl-carousel .owl-dots button.owl-dot:hover {

    opacity: .5;

}



.x-banner .owl-carousel .owl-dots button.owl-dot.active {

    opacity: 1;

    background: #287902;

}



.x-banner .owl-carousel .owl-dots button.owl-dot.active span {

    display: block;

}



@media (max-width: 990px) {

    .x-banner .owl-carousel .owl-dots button.owl-dot {

        font-size: 12px;

    }

}


.wrapper {

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.header {

    line-height: 104px;

}



/* .header.cur {

    position: fixed;

    width: 100%;

    top: 0;

    z-index: 99999;

    background: #fff;

} */



.header .logo {

    width: 27%;

}



.header .logo img {

    max-width: 100%;

}



.header .nav {

    width: 61.7%;
    position: relative;

}



.header .nav .menu {

    width: 96%;

}



.header .nav .menu .wrapper>li>a {
    font: 400 18px/104px "Microsoft YaHei UI";
    /* font-weight: bolder; */
    color: #242424;
    display: block;
    position: relative;
}



.x-banner {

    position: relative;

}



.gl {

    position: absolute;

    bottom: 40px;

    width: 100%;

    text-align: center;

    z-index: 9999;

    -webkit-animation: myfirst 1.5s infinite;

    animation: myfirst 1.5s infinite;

}



@-webkit-keyframes myfirst {

    0% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px);

    }



    50% {

        -webkit-transform: translate(0px, -10px);

        transform: translate(0px, -10px);

    }



    100% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px);

    }

}



@keyframes myfirst {

    0% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px);

    }



    50% {

        -webkit-transform: translate(0px, -10px);

        transform: translate(0px, -10px);

    }



    100% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px);

    }

}



.header .nav .menu .wrapper>li>a:hover {

    background: url(../image/973551fe162b39c3fac4533102946e04356b1e3d.png) no-repeat center bottom;

}



.header .nav .search {

    display: none;
    position: absolute;
    right: 0;
top: 105px;
    right: 0;
    z-index: 999;
}



.header .nav .search #formsearch {

    background: #287902;

    height: 36px;

    line-height: 36px;

    border-radius: 18px;

    padding: 0 15px;

    color: rgba(255,255,255,.55);

    font-size: 12px;

}

.header .nav .search #formsearch ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255,.55);
}
.header .nav .search #formsearch ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: rgba(255,255,255,.55);
}
.header .nav .search #formsearch ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: rgba(255,255,255,.55);
}
.header .nav .search #formsearch ::-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: rgba(255,255,255,.55);
}



.header .nav .search #formsearch #keyword {

    padding: 0;

    border: none;

    background: none;

    outline: none;

    line-height: 36px;

    width: 82%;

}



.header .nav .search #formsearch #s_btn {

    padding: 0;

    border: none;

    outline: none;

    width: 17px;

    height: 18px;

    background: url(../image/f585d31c016936c90ecc347683d2594e751166a1.png) no-repeat center;

}



.header ::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */

    color: #ccdfad;

}



.header :-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    color: #ccdfad;

}



.header ::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    color: #ccdfad;

}



.header :-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #ccdfad;

}


.ttt1{
    text-align: center;
    background: url(../image/0bc0c661d081a3bfb59cf4520600bcf1743c25af.png) no-repeat center;
    margin-bottom: 40px;
}

.ttt1 p{
    font-family: "Arial";
    font-size: 24px;
    color: #242424;
    text-transform: uppercase;
}

.ttt1 h3{
    font-size: 30px;
    color: #242424;
    font-weight: 400;
    padding: 9px 0;
    line-height: 2.3;
    letter-spacing: 2px;
}

.ttt1 span{
    display: block;
    font-size: 12px;
    color: #888888;
}


@media(max-width: 767px){
    .ttt1{
        background-size: 100% 100%;
    }
    .ttt1 h3{
        font-size: 22px;
    }
}


.about {

    padding: 80px 0;

}



@media (max-width: 992px) {

    .about {

        padding: 30px 0;

    }

}



@media (max-width: 992px) {

    .about .wrapper {

        display: block;

    }

}



.about .about-img {

    width: 50%;

}



@media (max-width: 992px) {

    .about .about-img {

        width: 100%;

    }

}



.com-img {

    display: inline;

    overflow: hidden;

    margin: 0 auto;

    display: table;

}



.com-img img {

    transition: all 0.8s;

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -o-transition: all 0.8s;

}



.com-img:hover img {

    transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -o-transform: scale(1.2);

    -ms-transform: scale(1.2);

}



.about .about-img img {

    max-width: 100%;

}



.about .about-con {

    width: 46%;

}



@media (max-width: 992px) {

    .about .about-con {

        width: 100%;

        margin-top: 30px;

    }

}



.about .about-con strong {

    font: 600 52px/62px "Arial";

    color: #287902;

}



@media (max-width: 1200px) {

    .about .about-con strong {

        font: 600 40px/52px "Arial";

    }

}



.about .about-con h1 {

    font: 500 35px/40px "Microsoft YaHei UI";

    color: #333333;

    margin: 0 0 30px 0

}



@media (max-width: 1440px) {

    .about .about-con h1 {

        margin: 10px 0 10px;

    }

}



@media (max-width: 1200px) {

    .about .about-con h1 {

        font: 500 20px/30px "Microsoft YaHei UI";

        margin: 5px 0 0px;

    }

}



.about .about-con p {

    font: 400 14px/28px "Microsoft YaHei UI";

    color: #666666;

}



.about .about-con a {

    display: block;

    width: 152px;

    height: 60px;

    background: url(../image/4ee02146ac72c77ab2a8893e77f5c38e5833e7bf.png) no-repeat center;

    font: 400 16px/32px "Microsoft YaHei UI";

    color: #287902;

    padding-left: 36px;

    padding-top: 9px;



}



.about .about-con a:hover {

    background: url(../image/db95387793c020ea40eccb85af803c15aa51b7dc.png) no-repeat center;

    color: #fff;

}

.about .about-con a:hover img{
    filter: brightness(100);
}



@media (max-width: 1200px) {

    .about .about-con a {

        margin-top: 20px;

    }

}



.num {

    background: url(../image/633a7bc724e25e17520db86101da57a410099472.jpg) no-repeat center;

    padding: 50px 0;

}



@media (max-width: 1200px) {

    .num {

        background-size: cover;

    }

}



@media (max-width: 1200px) {

    .num .wrapper {

        -webkit-box-align: start;

        -ms-flex-align: start;

        align-items: start;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        -ms-flex-flow: wrap;

        flex-flow: wrap;

    }

}



.num li {

    width: 25%;

    text-align: center;

    background: url(../image/a48dd05295f2a6335918d0f594db42f1eee4bade.png) no-repeat right center;
}

.num li:last-child{
    background: none;
}

@media (max-width: 992px) {

    .num li {

        width: 45%;
        background: none;
    }

}



.num li p {

    font: 400 15px/25px "Microsoft YaHei UI";

    color: #ffffff;

}



.num li p strong {

    font: 400 52px/62px "Bahnschrift";

    color: #fff;

    vertical-align: top;

}



.product {

    padding: 80px 0;
    background: url(../image/4f7a0ea818502400aac26b451792c2ce70c06820.jpg)no-repeat center center;
    background-size: 100% 100%;

}

.ywyoushi{
    background: url(../image/01103f05eae463126acdb9ac5f34267db84b3387.jpg)no-repeat center center;
    background-size: 100% 100%;
}



@media (max-width: 992px) {

    .product {

        padding: 15px 0 15px;

    }

}



.ptoduct .wrapper{
    justify-content: center;
}


@media (max-width: 992px) {

    .product .product-title .pt-left {

        width: 100%;

    }

}



.product .product-title .pt-left strong {

    font: 600 30px/62px "Arial";

    color: #333333;

    text-align: center;

}



.product-title > .wrapper .nmore a {

    display: block;

    width: 152px;

    height: 60px;

    background: url(../image/2e11651199f9e82fd6dd8524d991f0b84e9ffd85.png) no-repeat center;

    font: 400 16px/32px "Microsoft YaHei UI";

    color: #287902;

    padding-left: 46px;

    padding-top: 9px;

}



.nsort {

    text-align: center;

    font-size: 0;

}



.nsort li {

    display: inline-block;

}



.nsort li a {

    display: block;

    color: #333333;

    font-size: 17px;

    width: 143px;

    background: url(../image/90d332390e0370b2ca7e6b91502040e188c71316.png) no-repeat right center;

}



.nsort li:last-child a {

    background: none;

}



.qie {

    position: relative;

}



.qie .news-list {

    position: absolute;

    left: 0;

    top: 0;

    z-index: 9;

    right: 0;

}



.qie .news-list {

    opacity: 0;

    visibility: hidden;

    transition: all .5s ease;

}



.qie .news-list.active {

    position: static;

    opacity: 1;

    visibility: visible;

}



.nsort li.active a {

    color: #287902;

}



.product-title > .wrapper .nmore a:hover {

    color: #fff;

    background: url(../image/ec2491d49b7bd526ed7abdd149899ec0a22274bd.png) no-repeat center;

}



@media (max-width: 992px) {

    .product .product-title .pt-left strong {

        font: 600 28px/42px "Arial";

    }

}



.product .product-title .pt-left h2 {

    font: 400 30px/40px "Microsoft YaHei UI";

    color: #333333;

    margin-top: 20px;

}



@media (max-width: 992px) {

    .product .product-title .pt-left h2 {

        font: 400 18px/40px "Microsoft YaHei UI";

        margin-top: 0px;

    }

}



.product .product-title .pt-cate {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}


.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }

.product .pt{
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.product .product-title .pt-cate a {
    display: inline-block;
    font: 400 18px/66px "Microsoft YaHei UI";
    color: #333333;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
}

.product .product-title .pt-cate li{
    margin:0 12px;
    padding: 0 12px;
    line-height: 66px;
}

.product-title{
    margin-top: 33px;
}

.product .product-title .pt-cate li.active {
    color: #fff;
    background: #2e8f1e;
    box-shadow: 0 0 0px 2px #2e8f1e inset;
    border-radius: 34px;
    
}

.product .product-title .pt-cate li.active a {

    color: #fff;

}



.product .product-list {

    margin-top:50px;

    overflow: hidden;

}



@media (max-width: 992px) {

    .product .product-list {

        margin-top: 20px;

    }

}




@media (max-width: 992px) {
    .product .product-title{
        margin-top: 5%;
    }
       .product .product-title .pt-cate {

            flex-wrap: wrap;

            justify-content: space-between;
       }

     .product .product-title .pt-cate li{
        width: 100%;
        margin: 0;
    }

    .product .product-title .pt-cate li a{
        font-size: 14px;
        line-height: 20px;
    }
  

}



.product .product-list .product-box {

    position: relative;

    overflow: hidden;

    border:1px solid #e9e9e9;

}



.product .product-list .product-box .img {

    display: block;

    overflow: hidden;

}

.product .product-list .product-box .img1{
    display: block;

    overflow: hidden;
}

.product .product-list .product-box img {

    width: 100%;

    -webkit-transition: all .3s;

    transition: all .3s;

    overflow: hidden;

}

.product .product-list .product-box .w00{
   display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    background: #f8f8f8;
}

.product .product-list .product-box .w00 .w11{
    color: #242424;
    font-size: 18px;
}

.product .product-list .product-box .w00 .w22{
   background: url(../image/45f9e6a90dc92d1f486b262fdbaef5e591247646.png) no-repeat center center;
   width: 25px;
   height: 13px;
}

.product .product-list .product-box:hover img {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}



.product .product-list .product-box:hover .w00 .w11 {

    color: #287902;

}

.product-more{
    width: 174px;
    height: 54px;
    margin: 0 auto;
    margin-top: 50px;
    background: url(../image/831bc9df0e64fc849f8ad5bd5188148bb5162135.png) no-repeat 90% center #287902;
}

.product-more a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 54px;
    text-transform: uppercase;
    text-indent: 1rem;
}

.product .product-list .adv-box {

    position: relative;

    border-radius: 8px;

    overflow: hidden;

}
@media(max-width: 992px){
.product-more{
        margin-top: 5%;
    }
}
  

.product .product-list .adv-box img {

    width: 100%;

    -webkit-transition: all .3s;

    transition: all .3s;

}



.product .product-list .adv-box .adv-con {

     position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 5% 5%;
    background: url(../image/14d802ffad0f2653adce2c70da9e18eaf3f13cf5.png) no-repeat top center;

}





.product .product-list .adv-box .adv-con h3 {

    font: 600 20px/34px "Microsoft YaHei UI";

    color: #ffffff;

    margin-bottom: 15px;

}





.product .product-list .adv-box .adv-con p {

    height: 0;

    overflow: hidden;

    font: 400 12px/25px "Microsoft YaHei UI";

    color: #ffffff;

    -webkit-transition: all .3s;

    transition: all .3s;

}



.product .product-list .adv-box:hover img {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}



.product .product-list .adv-box:hover .adv-con p {

    height: 100px;

}






.qie {

    margin-top: 60px;

}

.xinwen {
    background: #f8f8f8;
    padding: 50px 0;
}


.product .news-list {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    margin-top: 45px;

}



@media (max-width: 992px) {

    .product .news-list {

        display: block;

        margin-top: 30px;

    }

}


.news-list li{
    width: 30%;
}

.news-list li .img1 img{
    width: 100%;
    height: auto;
}

.news-list li .w1{
    color: #666666;
    font-size: 16px;
    margin-top: 30px;
}
.news-list li .w2{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}
.news-list li .w3{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.news-list li .w4{
    width: 146px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-indent: 1rem;
    margin-top: 36px;
    text-transform: uppercase;
    background: url(../image/ab69be9e489ae098d35d2bb13bf78ba8de8f2321.png) no-repeat 90% center #287902;
}


@media(max-width: 992px){
    .news-list li{
        width: 100%;
    }
}

.case {

    position: relative;

    margin-bottom: 35px;

}



@media (max-width: 1200px) {

    .case {

        padding: 15px 0;

    }

}



.case .case-list img {

    width: 100%;

}



.case .case-t {

    position: absolute;

    right: 9%;

    bottom: -47px;

    width: 520px;

    background: rgba(225,225,225,0.95);

    z-index: 999;

    border-radius: 5px;

}



@media (max-width: 1200px) {

    .case .case-t {

        position: static;

        width: 100%;

    }

}



.case .case-t .case-w {

    padding: 35px 30px;

}



@media (max-width: 1200px) {

    .case .case-t .case-w {

        padding: 15px;

    }

}



.case .case-t .case-w p {

    font: 400 15px/30px "Microsoft YaHei UI";

    color: #666666;

}



.case .case-t .case-h {

    background: rgba(40,121,2,0.5);

    padding: 40px 50px;

    border-radius: 5px;

}



.case .case-t .case-h h2 {

    float: left;

    font: 400 36px/46px "Microsoft YaHei UI";

    color: #ffffff;

}



.case .case-t .case-h .case-arr {

    float: right;

    position: relative;

    margin-top: 25px;

}



.case .case-t .case-h .case-arr .swiper-button-next, .case .case-t .case-h .case-arr .swiper-button-prev {

    position: static;

    width: 15px;

    height: 27px;

    background-size: 15px 27px;

    margin-top: -13.5px;

    outline: none;

}



.case .case-t .case-h .case-arr .swiper-button-next {

    float: right;

    background-image: url(../image/2e6939fee63aa17e19a65a8999f48741878c000c.png);

    margin-left: 15px;

}



.case .case-t .case-h .case-arr .swiper-button-prev {

    float: left;

    background-image: url(../image/bed65890ae4a761191b38aa12de93b71f1bd2e24.png);

    margin-right: 15px;

}



/*合作伙伴*/
.hezuo-bg{
    background: none;
}
.hezuo-list{
    margin-top: 46px;
    margin-bottom: 46px;
}
.hezuo-list .swiper-slide .img1{
    border:1px solid #eeeeee;
}
.hezuo-list .swiper-slide .img1 img{
    width: 100%;
    height: auto;
}
.hezuo-more{
    width: 130px;
    height: 34px;
    background: #287902;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    margin: 0 auto;
}

.hezuo-more a{
    display: block;
    color: #fff;
}






.foot {

    padding-top: 60px;

    background: #2c7902;

    /* margin-top: 79px; */

}



@media (max-width: 992px) {

    .foot {

        padding: 30px 0;

    }

}



.foot .wrapper {

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: start;

}



@media (max-width: 980px) {

    .foot .foot-top .foot-nav {

        display: none;

    }

}



.foot .foot-top .foot-nav ul {

    margin-left: 72px;

}



@media (max-width: 1440px) {

    .foot .foot-top .foot-nav ul {

        margin-left: 25px;

    }

}



.foot .foot-top .foot-nav ul:first-of-type {

    margin-left: 0;

}



.foot .foot-top .foot-nav ul h3 {

    margin-bottom: 26px;

}



.foot .foot-top .foot-nav ul h3 a {

    font: 400 16px/32px "microsoft yahei";

    color: #ffffff;

}



.foot .foot-top .foot-nav ul h3 a:hover {

    color: #287902;

}



.foot .foot-top .foot-nav ul li a {

    font: 400 14px/28px "Microsoft YaHei UI";

    color: #fff;

}



.foot .foot-top .foot-nav ul li a:hover {

    color: #287902;

}



.foot .foot-top .foot-nav ul:nth-child(2) {

    width: 310px;

}



.foot .foot-top .foot-nav ul:nth-child(2) li {

 

}



.foot .foot-top .foot-nav .foot-xunpan {

    margin-top: 50px;

    font: 400 12px/24px "Microsoft YaHei UI";

    color: #fff;

}



.foot .foot-top .foot-nav .foot-xunpan a {

    font: 400 12px/24px "Microsoft YaHei UI";

    color: #fff;

}



.foot .foot-top .foot-nav .foot-xunpan a:hover {

    color: #287902;

}



.foot .foot-top .foot-contact {

    position: relative;

}



.foot .foot-top .foot-contact:before {

    content: '';

    position: absolute;

    width: 2px;

    height: 148px;

    background: #2c7902;

    left: -186px;

}



@media (max-width: 1600px) {

    .foot .foot-top .foot-contact:before {

        left: -123px;

    }

}



@media (max-width: 1440px) {

    .foot .foot-top .foot-contact:before {

        left: -55px;

    }

}



@media (max-width: 1200px) {

    .foot .foot-top .foot-contact:before {

        display: none;

    }

}



.foot .foot-top .foot-contact h1 {

    font: 400 22px/32px "Microsoft YaHei UI";

    color: #fff;

    margin-bottom: 40px;

}



@media (max-width: 992px) {

    .foot .foot-top .foot-contact h1 {

        margin-bottom: 15px;

    }

}



.foot .foot-top .foot-contact p {

    font: 400 14px/28px "Microsoft YaHei UI";

    color: #ffffff;

}



.foot .foot-top .foot-contact a {

    display: block;

    width: 134px;

    height: 43px;

    background: #2c7902;

    text-align: center;

    font: 400 14px/43px "Microsoft YaHei UI";

    color: #fff;

    margin-top: 40px;

}



@media (max-width: 992px) {

    .foot .foot-top .foot-contact a {

        margin-top: 15px;

    }



    .product .product-list .product-box h3 a {

        line-height: 40px;

    }

}



.foot .link {

    padding: 25px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.11);

}



.foot .link a {

    font: 400 14px/28px "Microsoft YaHei UI";

    color: #fff;

    margin-left: 15px;

}



.foot .link a:hover {

    color: #287902;

}



.foot .foot-bottom {

    padding-top: 20px;

    padding-bottom: 5px;

    font: 400 14px/28px "Microsoft YaHei UI";

    color: #fff;

}



.foot .foot-bottom a {

    font: 400 14px/28px "Microsoft YaHei UI";

    color: #fff;

}



.foot .foot-bottom a:hover {

    color: #287902;

}



p {

    margin: 0;

}



/*ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨*/

@media(max-width: 1200px) {

    .xypg-right-content {

        overflow: hidden;

    }



    .xypg-right-content p img,.xypg-right-content img {

        max-width: 100%;

        width: auto !important;

        height: auto !important;

    }



    .xinwen .product-title>.wrapper {

        display: block;

    }



    .nsort {

        margin-top: 20px;

    }

}



@media (max-width: 768px) {

    .db {

        display:block!important;

    }



    .product .product-list .product-box {

        margin-bottom: 20px;

        width: 48%;

    }



    .product .product-list .product-box h3 a {

        font-size: 14px;

    }



    .case {

        margin-bottom: 0;

    }



    .product .product-list .adv-box .adv-con h3 {

        font-size: 14px;

        overflow: hidden;

        white-space: nowrap;

        text-overflow: ellipsis;

    }

}



.dbb {

    height: 50px;

}



/* ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¨Ã¢â‚¬Å¾Ã…Â¡ */

.footer {

    position: fixed;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 999;

    background: #287902;

}



.footer ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}



.footer ul li {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    text-align: center;

    color: #ffffff;

    line-height: 30px;

    padding: 10px 0;

    font-size: 0;

}



.footer ul li.active {

    background: #287902;

}



.footer ul li a {

    display: block;

    color: #fff;

}



.footer ul li .iconfont {

    font-size: 18px;

    display: inline-block;

    vertical-align: middle;

    margin-right: 5px;

}



.footer ul li span {

    display: inline-block;

    vertical-align: middle;

    font-size: 16px;

    color: #fff;

}



.footer li .icon-home {

    background: url(../image/e605f2ea3c1bbf50b8a4ef7bdc33425a4bdcc17f.png) no-repeat;

    width: 20px;

    height: 20px;

}



.footer li .icon-home2 {

    background: url(../image/5d1afaa45e8ec76ee0d1a147d54cb7d30c9028bf.png) no-repeat;

    width: 20px;

    height: 20px;

}



.footer li .icon-phone {

    background: url(../image/12642e09d9f5865bdbecbb4d3e1392a4b3d2800d.png) no-repeat;

    width: 20px;

    height: 20px;

}



.footer li .icon-contact {

    background: url(../image/8714c1953bca6a405702e1eded884850c2b8b46e.png) no-repeat;

    width: 20px;

    height: 20px;

}



.footer li .icon-phone:before {

    font-size: 0;

}



@media(max-width: 640px) {

    .xinwen .product-title .wrapper {

        display: block;

    }



    .nsort li a {

        width: 100px;

    }



    .product-title > .wrapper .nmore a {

        display: none;

    }



    .qie {

        margin-top: 0;

    }



    .foot {

        margin-top: 30px;

    }

}


.case-hezuo{
    margin-top: 4rem;
}
.p2-swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.p2-swiper .swiper-slide {
    width: 57.4%;
    margin: 0 1rem;
}

.p2-swiper .swiper-slide a {
    display: block;
    position: relative;
}

.p2-swiper .swiper-slide a .img1 {
    overflow: hidden;
}

.p2-swiper .swiper-slide a .img1 img {
    max-width: 100%;
    transition: all ease .3s;
}

.p2-swiper .swiper-slide a .hh{
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
opacity: 0;
}

.p2-swiper .swiper-slide a .hh .more{
    text-align: center;
    
}

.p2-swiper .swiper-slide a .hh .more img{
    max-width: 100%;
}

.p2-swiper .swiper-slide a:hover .img1 img {
    transform: scale(1.1);
}

.p2-swiper .swiper-slide:hover a .hh{
    opacity: 1;
}

.p2next{
    position: absolute;
    background: rgba(0, 0, 0, 0.4) url(../image/8b2ecd28b71504e51841f46cabe164a8a8299663.png) no-repeat center center;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: 19.792%;
    z-index: 999;
}

.p2prev{
    position: absolute;
    background: rgba(0, 0, 0, 0.4) url(../image/1c2e7129d882a0bb98b65f7af7895d86a69441d9.png) no-repeat center center;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: 19.792%;
    z-index: 999;
}


@media(max-width: 767px){
    .p2-swiper .swiper-slide{
        width: 100%;
        margin: 0 0rem;
    }

    .p2next{
        left: 0;
        width: 40px;
        height: 40px;
    }

    .p2prev{
        right: 0;
         width: 40px;
        height: 40px;
    }
    .p2-swiper .swiper-slide.swiper-slide-active a .hh{
        opacity: 0;
    }
    
}