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

p {
    margin: 0 0 0 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container1 {
    padding: 0 4.5%;
    margin: 0 auto;
}

/* */
.head {
    width: 100%;
    z-index: 999;
    height: 110px;
    position: relative;
    transition: .7s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.head.fix{    
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11111;background: #fff;transition: .7s;}
.logo {
    float: left;
    line-height: 110px;
}

.top_tel {
    float: right;
    background: url(../images/tel.png)no-repeat left;
    padding-left: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 22px;
    line-height: 34px;
}

.head.scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: .7s;
    background-color: #fff;
}


/* */
.box1 {
    background: url(../images/top1.png)no-repeat center;
    height: 81px;
    background-size: 100% 100%;
}

.box1 #formsearch {
    float: right;
    margin-top: 14px;
    width: 31.2%;
}

.box1 #formsearch input {
    background: none;
    border: none;
    outline: none;
    float: left;
    height: 54px;
    line-height: 54px;
}

.box1 #formsearch input#keyword {
    width: 85%;
    border: 1px solid #8e8e8e;
    padding-left: 3%;
    color: #d3d3d3;
    font-size: 12px;
    border-right: none;
}

.box1 #formsearch input#s_btn {
    width: 15%;
    background: url(../images/ss.png)no-repeat center #087232;
}

.box1 #formsearch input::-webkit-input-placeholder {
    color: #d3d3d3;
}

.box1 #formsearch input::-moz-placeholder {
    color: #d3d3d3;
}

.box1 #formsearch input:-moz-placeholder {
    color: #d3d3d3;
}

.box1 #formsearch input:-ms-input-placeholder {
    color: #d3d3d3;
}





.index-pro-sort {
    width: 50%;
    float: left;
    margin-left: 10%;
}


.index-pro-sort a {
    display: inline-block;
    font-size: 13px;
    color: #5a5a5a;
    line-height: 81px;
    margin-right: 0.5em;
}

.index-pro-sort ul li a:hover {
    color: #087232
}

/* */
.box2 {
    margin-top: 55px;
}

.bt {
    text-align: center;
}

.bt h3 {
    font-weight: 400;
    color: #343434;
    font-size: 36px;
}

.bt span {
    display: block;
    color: #545454;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}

.prosec{margin-top: 20px;}
.prosec ul{text-align: center;}
.prosec li{display: inline-block;padding:0 2%;margin:0 10px;background-color: #ebebeb;border-radius: 10px;}
.prosec li a{display: block;font-size: 20px;color: #333333;line-height: 2;}
.prosec li.cur{background-color: #087232;}
.prosec li.cur a{color: #fff;}





.fenlei {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fenlei li {
    width: 19%;
    position: relative;
    margin: 0 0.5%;
    border: solid 1px #dfdfdf;
    text-align: center;
}

.fenlei li a {
    display: block;
    overflow: hidden;
}

.fenlei li img {
    max-width: 100%;
    transition: .5s;
}

.fenlei li a:hover img {
    transform: scale(1.1)
}
.fenlei li h3 {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    background: #ebebeb;
    line-height: 2;
    margin-bottom: 0;
}

.fenlei li:hover{border: solid 1px #087232;}
.fenlei li:hover h3{
    color: #fff;
    background: #087232;
}

.box2 a.more {
    display: block;
    width: 140px;
    height: 39px;
    border: 1px solid #828282;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: #545454;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 40px;
}

.box2 a.more:hover {
    background: #087232;
    color: #fff;
    border-color: #087232;
}

@media(max-width: 500px) {
    .fenlei li .cont h3 {
        font-size: 16px;
    }
    .fenlei li .cont span{
        font-size: 12px;
    }
}


/* */
.box3 {
    text-align: center;
    padding: 3% 0;
    margin-top: 60px;
}

.box3 h3 {
    color: #fff;
    font-size: 26px;
}

.box3-tel {
    background: url(../images/more.png)no-repeat center top;
    padding-top: 3.4%;
    color: #fff;
    font-size: 18px;
    margin-top: 2%;
    background-size: 3% 48%
}

/* */
.box4 {
    background: #f3f3f3;
    padding-top: 55px;
    display: none;
}

.box4-cont {
    position: relative;
    background: #fff;
    margin-top: 40px;
    border-bottom: 2px solid #f3f3f3;
}

.box4-cont .slick-arrow {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    cursor: pointer;
    border: none;
    outline: none;
    text-indent: -999px;
    overflow: hidden;
    z-index: 999
}

.box4-cont .slick-prev {
    background: url(../images/ryle.png)no-repeat;
    background-size: 100% 100%;
    left: -29px;
}

.box4-cont .slick-next {
    background: url(../images/ryri.png)no-repeat;
    background-size: 100% 100%;
    right: -29px;
}

.box4-cont li {
    text-align: center;
    padding: 28.5% 0 18.5%;
    border-right: 1px solid #f3f3f3;
    position: relative;
    z-index: 0;
}
.box4-cont li:nth-child(1){border-left: 1px solid #f3f3f3;}

.box4-cont li b {
    font-size: 40px;
    color: #f3f3f3;
    position: absolute;
    top: 18%;
    width: 100%;
    z-index: -1;
    text-align: center;
    left: 0;
    /* display: none; */
}

.box4-cont li a {
    display: block;
}

.box4-cont li .img {
    margin: 10px auto 0;
    width: 50%;
    overflow: hidden;
}

.box4-cont li .img img {
    width: 100%;
    transition: 0.5s;
}

.box4-cont li .img:hover img {
    transform: scale(1.1);
}

.box4-cont li span {
    display: block;
    margin-top: 8%;
    color: #505050;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4-cont li:hover span {
    color: #087232;
}

.box4-cont .slick-slide {
    outline: none
}

/* */
.box5 {
    margin-top: 55px;
    overflow: hidden;
}

.box5-cont {
    margin-top: 145px;
    position: relative;
}

.box5-cont .swiper-slide .img {
    overflow: hidden;
}

.box5-cont .swiper-slide .img img {
    max-width: 100%;
    transition: 0.5s;
}

.box5-cont .swiper-slide .img:hover img {
    transform: scale(1.1);
}
.box5-cont .swiper-slide .img h3{position: absolute;bottom: 0;left: 0;right: 0;background: rgba(8, 114, 50, .7);text-align: center;font-size: 20px;font-weight: bold;line-height: 3;z-index: 99;color: #fff;margin-bottom: 0;}
.box5-cont .swiper-slide {
    position: relative;
}

.box5-cont .swiper-slide .img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.box5-cont .swiper-slide-active .img {
    width: 160%;
    position: relative;
    z-index: 999;
    margin-left: -30%;
    margin-top: -20%;
    box-shadow: 0 0 10px rgba(57, 57, 57, 0.32)
}

.box5-cont .swiper-slide-active .img::after {
    opacity: 0;
}

.box5-cont .swiper-button-prev {
    width: 49px;
    height: 53px;
    margin-top: -53px;
    left: 10%;
    overflow: hidden;
    z-index: 999;
}

.box5-cont .swiper-button-prev::after {
    width: 49px;
    height: 53px;
    text-indent: 100px;
    background: url(../images/yyle.png) no-repeat center;
}

.box5-cont .swiper-button-next {
    width: 49px;
    height: 53px;
    margin-top: -53px;
    right: 10%;
    overflow: hidden;
    z-index: 999;
}

.box5-cont .swiper-button-next::after {
    width: 49px;
    height: 53px;
    text-indent: 100px;
    background: url(../images/yyri.png) no-repeat center;
}


/* */
.box6 {
    margin-top: 35px;
    background: url(../images/abbg.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 2% 0;
}

.box6 .ab {
    background: #fff;
    padding: 2%;
}

.ab-le {
    float: left;
    width: 22%;
    border-right: 1px solid #f3f3f3;
    padding: 1% 0 3%;
}

.ab-tit h3 {
    color: #3c3c3c;
    font-size: 36px;
    font-weight: bold;
}

.ab-tit span {
    display: block;
    color: #3c3c3c;
    font-size: 18px;
}

.ab-le ul {
    margin-top: 12%;
}

.ab-le ul li {
    padding: 10% 0 10% 18%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 2px;
    width: 80%;
}
.ab-le ul li a{
    color:#fff;
}

.ab-le ul li:nth-child(1) {
    background: url(../images/a1.png)no-repeat 8% #3d8d5d;
    transition: all ease .36s;
}

.ab-le ul li:nth-child(1):hover {
    background: url(../images/a1.png)no-repeat 8% #087232;
    transition: all ease .36s;
}

.ab-le ul li:nth-child(2) {
    background: url(../images/a2.png)no-repeat 8% #3d8d5d;
    transition: all ease .36s;
}

.ab-le ul li:nth-child(2):hover {
    background: url(../images/a2.png)no-repeat 8% #087232;
}

.ab-le ul li:nth-child(3) {
    background: url(../images/a3.png)no-repeat 8% #3d8d5d
}

.ab-le ul li:nth-child(3):hover {
    background: url(../images/a3.png)no-repeat 8% #087232
}

.ab-ri {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 2%;
}

.ab-ri h3 {
    font-weight: bold;
    color: #404040;
    font-size: 24px;
    position: relative;
    padding-bottom: 3%;
}

.ab-ri h3:after {
    content: "";
    display: block;
    width: 41px;
    height: 1px;
    background: #3b3b3b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ab-ri .cont {
    margin-top: 12%;
    color: #656565;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    height: 150px;
    overflow: hidden;
}

.ab-ri a {
    display: block;
    width: 27.3%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 6%;
    /* border-radius: 5px; */
}

.abimg {
    float: right;
    width: 39.3%;
    margin-top: 2%;
    overflow: hidden;
}

.abimg img {
    width: 100%;
    transition: .5s;
}

.abimg:hover img {
    transform: scale(1.1)
}

.ab-ri a:hover {
    background: #087232;
    border-color: #087232;
    color: #fff;
}


.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;margin:0 auto}

/* */
.box7 {
    margin-top: 86px
}

.nsort {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 43px;
}

.nsort li {
    margin: 0 2%;
}

.nsort li a {
    display: block;
    line-height: 46px;
    padding: 0 1.2vw;
    background-color: #e5e5e5;
    font-size: 18px;
    color: #4a4a4a;
}

.news_list1 li {
    position: relative;
    transition: all 1s;
    background: #fff;
}

.news_list1 li a {
    display: block;
    padding: 1.5%;
    box-shadow: 0 0 9px rgba(57, 57, 57, 0.2);
}

.news_list1 li .img {
    overflow: hidden;
}

.news_list1 li img {
    width: 100%;
    transition: .5s;
}

.news_list1 li .img:hover img {
    transform: scale(1.1);
}

.news_list1 li h3 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}

.news_list1 li p {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news_list1 li .dac {
    height: 45px;
    line-height: 45px;
    width: 100%;
    background: #46484e;
    padding: 0 2%;
    margin-top: 15px;
    position: relative;
}

.news_list1 li .dac i {
    font-style: normal;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.news_list1 li .dac span {
    position: absolute;
    right: 2%;
    top: 0;
    color: #fff;
    font-size: 12px;
}

.news_list1 li:hover {
    margin-top: -15px;
}

.news_list1 li:hover h3 {
    color: #087232
}

.news_list1 li:hover .dac {
    background: #087232;
}

.tab-li li.active a {
    background-color: #087232;
    color: #fff;
}

.tab-main {
    margin-top: 26px;
    overflow: hidden;
}

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
    padding: 40px 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    height: 0;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto;
}
@media(max-width: 768px) {
 
    .tab-con .tab-main {
        margin-top: 0;
        padding: 20px 0 40px;
    }
    .nsort li a {
        font-size: 14px;
    }
}
/* */
.footer {
    background: #1b1b1b;
    padding-top: 1%;
    margin-top: 40px;
}
.lxdh{color:#fff;font-size:14px;float:left;}
.ff_nav {}

.ff_nav dl {
    float: left;
    width: 12%;
}

.ff_nav dl dt {
    font-weight: normal;
    color: #e3e3e3;
    font-size: 16px;
    margin-bottom: 15px;
}

.ff_nav dl dd {
    line-height: 36px;
}

.ff_nav dl dd a {
    color: #e6e6e6;
    opacity: 0.63;
}

.ff_nav dl dd a:hover {
    color: #fff;
    opacity:1;
}

.ff_lx h3 {
    font-weight: bold;
    color: #5a5a5a;
    font-size: 18px;
}

.ff_lx .cont {
    margin-top: 15px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 36px;
}

.ff_er {
    float: left;
    width: 48%;
    margin-right: 0;
    text-align: center;
    color: #909090;
    font-size: 14px;
}

.ff_er img {
    max-width: 100%;
    margin-bottom: 10px;
}

.link {
    margin-top: 20px;
    color: #909090;
    font-size: 12px;
    line-height: 22px;
}

.link a {
    color: #909090;
}

.copyright {
    border-top: 1px solid #d3d3d3;
    padding: 30px 0 39px;
    color: rgba(227, 227, 227, .55);
    line-height: 24px;
    margin-top: 10px;
}

.copyright a {
    color: rgba(227, 227, 227, .55);
}

.copyright .k1 {
    text-align: right
}



.link {
    width: 100px;
    position: relative;
}

.link dd {
    position: absolute;
    bottom: 23px;
    left: 0;
    background: #fff;
    display: none;
}

.link dd a {
    display: block;
    line-height: 38px;
    text-align: center;
    color: #555555;
    width: 100px;
}


@media(max-width: 1400px) {
    .prosec li{margin-bottom: 10px;}
    .box4-cont li b {
        top: 12%;
        font-size: 30px;
    }

    .box4-cont li span {
        font-size: 16px;
    }

    .index-pro-sort ul li {
        margin-right: 1em;
    }

    .ab-le ul li {
        font-size: 16px;
        width: 90%;
        padding: 10% 0 10% 28%;
    }
    .fenlei li h3{font-size: 20px;}
    .box5-cont .swiper-slide .img h3{font-size: 16px;}

}

@media(max-width: 1024px) {
    .box4-cont {
        margin-top: 40px;
    }

    .box5-cont {
        margin-top: 80px;
    }

    .ab-le {
        width: 25%
    }

    .ab-ri {
        width: 38%;
        margin-left: 3%;
        margin-top: 5%;
    }

    .ab-ri h3 {
        font-size: 20px;
    }

    .abimg {
        width: 30%;
        margin-top: 8%;
    }
    .prosec li a{font-size: 16px;}
    .fenlei li h3{font-size: 16px;}
    
    .product_detail .list{margin-left:3%;width:45%;}


}

@media(max-width: 990px) {

    .copyright .k1,
    .copyright .copyr {
        text-align: center;
    }
    
    .news_list1 li .dac i{display: none;}
}

@media(max-width: 768px) {
    .relate{display:none;}
    .container1{padding:0 2%;}
    .box4-cont .slick-arrow{display: none !important;}
    .fenlei li {
        width: 30%;
        margin-bottom: 20px;
    }

    .box2,
    .box3,
    .box5,
    .box7 {
        margin-top: 30px;
    }

    .box4 {
        padding-top: 30px;
    }

    .ab-le {
        width: 35%;
    }

    .ab-ri {
        width: 60%;
    }

    .box4-cont li span {
        font-size: 14px;
    }
    .xymob-head-box .xymob-logo img{line-height: 30px;}
    .prosec li{width: 25%;}
    .news_list1 li .dac i{display: block;}
    
    .message{padding: 0px;}
    .product_detail .list{width:100%;}
    .p_detail{margin-top:20px;}
}

@media(max-width: 500px) {
    .bt h3 {
        font-size: 30px;
    }

    .fenlei li {
        width: 49%;
        margin-bottom: 20px;
    }

    .box3 {
        padding: 5% 0;
    }

    .box3 h3 {
        font-size: 20px;
    }

    .box3-tel {
        padding-top: 6%;
        background-size: 5% 40%;
        font-size: 16px;
    }

    .box5-cont {
        margin-top: 55px;
    }

    .ab-le,
    .ab-ri {
        width: 100%;
        margin-left: 0;
    }

    .ab-le ul {
        margin-top: 5%;
    }

    .ab-le ul li {
        width: 100%;
    }

    .ab-ri .cont {
        margin-top: 5%;
    }

    .news_list1 {
        margin-top: 20px;
    }

    .news_list1 li {
        width: 100%;
        margin-right: 0;
    }

    .footer {
        padding-top: 8%;
    }
    .prosec li a{
        white-space:nowrap;        
overflow:hidden;
text-overflow:ellipsis;
    }
    .box5-cont .swiper-slide .img h3{display:none;}

}




/*手机底部*/
@media (max-width:768px) {
    .db {
        display: block !important;
    }
}


.dbb {
    height: 50px;
}

/* 页脚 */
.footer1 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
}

.footer1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer1 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;
}

.footer1 ul li.active {
    background: #000;
}

.footer1 ul li a {
    display: block;
    color: #fff;
}

.footer1 ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer1 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer1 li .icon-home {
    background: url(../images/h1.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer1 li .icon-home2 {
    background: url(../images/h2.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer1 li .icon-phone {
    background: url(../images/h3.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer1 li .icon-contact {
    background: url(../images/h4.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer1 li .icon-phone:before {
    font-size: 0;
}

.footer1 ul li a {
    border-left: 1px solid #fff;
}


.wh1300 {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px
}







  
  
  
  








