/*曾*/
.newimg{height:10rem;overflow: hidden;}
.newimg img{width:100%;height:auto}
.zengp .hometitle{padding-bottom: 60px;}

/*标题*/
.hometitle{
    display: block;background: url(/static/addons/cms/images/coopig_31.png) no-repeat left top;text-indent: 30px;
}
.hometitle .fontbule{font-size: 20px;color: #a1a3a5;letter-spacing: -0.5px;    margin:  0 0 0px 0;text-transform: capitalize;}
.hometitle .fontbule i{width:100px;height:50px;display:block;}
.hometitle .fontback{font-size:26px;color: #333333;font-weight: bolder;letter-spacing: 0px;margin:0;}
.zhuanti .hometitle .fontback{color:#fff}
.zhuanti .fontbule{margin-top:10px}
.yewu .hometitle .fontback{color:#fff}
.hometitle .fontback i{
    width: 36px;
    height: 3px;
    display: inline-block;
    vertical-align: bottom;
    background: #333333;
}

.footmobile{display: none}

/*PC轮播图区域*/
.lunbo{
    height: auto;
    padding: 0;
    width:100% !important;
    margin: 0 0;
    overflow: hidden;
    position: relative;

}

.lunbo .swiper-slide img{
    width: 100% !important;
}
.mobileLunBo .swiper-slide.swiper-slide-active  img,
.lunbo .swiper-slide.swiper-slide-active  img{
    /*width: 100% !important;

    animation:scaleDraw 3s infinite;
    animation-timing-function:linear;

    -webkit-animation:scaleDraw 3s infinite;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; */
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1.1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.075); /*放大1.1倍*/
    }
    50%{
        transform: scale(1.05);
    }
    75%{
        transform: scale(1.025);
    }
    100%{
        transform: scale(1.0);
    }
}




.lunbo .swiper-container-horizontal>.swiper-pagination,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination{
    bottom: 14px;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
    opacity: 0.8;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    opacity: 1;
}




.lunbo .shubiao{
    display: block;
    text-align: center;
    position: absolute;
    bottom: 4%;
    left: 5%;
    z-index: 10000;
}
.lunbo .shubiao em{
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
    writing-mode: vertical-lr;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 12px 0 0px;
}
.lunbo .shubiao p{
    display: inline-block;
    position: relative;
}
.lunbo .shubiao p span{
    width: 4px;
    height:10px;
    display: inline-block;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    left: 50%;
    margin: 0 0  0 -2px ;

    animation-name:walk;
    animation-duration:1.2s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
}

@keyframes walk{
    0% {  top: 6px;  }
    25% {  top: 12px;  }
    50% {  top: 24px;  }
    75% {  top: 12px;  }
    100% {  top: 6px;  }
}

.mobileLunBo  .swiper-button-prev,
.mobileLunBo  .swiper-button-next,
.lunbo  .swiper-button-prev,
.lunbo  .swiper-button-next{
    position: absolute;
    width: 81px;
    height: 82px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.mobileLunBo  .swiper-button-prev:before,
.mobileLunBo  .swiper-button-next:before,
.lunbo  .swiper-button-prev:before,
.lunbo  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(/static/addons/cms/images/pres.png) no-repeat center;
    background-size: 100%;
}
.mobileLunBo  .swiper-button-next:before ,
.lunbo  .swiper-button-next:before {
    background: url(/static/addons/cms/images/nexts.png) no-repeat center;
}
.mobileLunBo  .swiper-button-prev:hover,
.mobileLunBo  .swiper-button-next:hover,
.lunbo  .swiper-button-prev:hover,
.lunbo  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}

.mobileLunBo  .swiper-button-prev,
.mobileLunBo  .swiper-button-next{
    width: 28px;
    height: 50px;
}
.mobileLunBo  .swiper-button-prev:before,
.mobileLunBo  .swiper-button-next:before{
    width: 12px;
    height: 20px;
    background-size: 100%;
}

/*关于我们*/
#aboutbox{padding:30px 0 0 0;margin:0;background-size: 100% 5px;}
/*#aboutbox .hometitle .fontbule{font-size: 32px;}*/

.aboutimg{width:100%;float:left}
.aboutimg img{width:55%;float: left;}

#aboutbox .aboutleft{width: 47%;}
#aboutbox .aboutleft .bigimgbox video{width:100%;height:54.5rem}
#aboutbox .aboutright{width:52%;padding:30px;background:#dde2e4;position: relative;height:55rem;border-radius: 10px;}
#aboutbox .aboutright .textp{margin: auto;font-size: 15px;line-height: 25px;width: 60%;background-color:#399b4a;color: #fff;padding: 20px;right: 30px;position: absolute;bottom: 30px;border-radius: 10px}
#aboutbox .aboutright a.moreabout{float:left;margin:18px 0 35px 0;font-size:16px;line-height:20px;color:#399b4a}
#aboutbox .aboutright a.moreabout:hover{    color: #fff;}
#aboutbox .aboutright a.moreabout i{width: 20px;height: 20px;display: inline-block;background: url(/static/addons/cms/images/coopig_18.png) no-repeat center;background-size: 100%;vertical-align: bottom;margin: 2px 0 0 0;}
#aboutbox .aboutright a.moreabout:hover i{
    background: url(/static/addons/cms/images/coopig_19.png) no-repeat center;
    background-size: 100%;
}
#aboutbox .aboutright ul li{display: table-caption;text-align:left;margin-left: 20px;width: 100%;white-space: nowrap;}
#aboutbox .aboutright ul li a{
    display: inline-block;
}

#aboutbox .aboutright ul li h2{font-size: 14px;color: #333;margin: auto;}
#aboutbox .aboutright ul li h2 span{    font-size: 35px;    color: #399b4a;    letter-spacing: 0;    margin: 0 7px 0 0;}
#aboutbox .aboutright ul li p{font-size: 14px;color: #333;text-align: left;margin-bottom: 20px;}





/*新闻中心*/
#newbox{
    padding: 100px 0 110px 0;
    background:url("/static/addons/cms/images/homenewbg.jpg") no-repeat right top #2b85e6;
    background-size: auto 100%;
    position: relative;
}
#newbox i.newbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 31%;
    height: 100%;
    background: #eeeeee;
    z-index: 1;
}
#newbox .container-fluid {
    z-index: 100;
    position: relative;
}

#newbox .newswiper{
    margin-top: 220px;
}

#newbox .container-fluid .swiper-slide a{
    display: block;
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,0.8);
}
#newbox .container-fluid .swiper-slide a>div{
    position: relative;
    z-index: 10;
    padding:30px 40px;
}
#newbox .container-fluid .swiper-slide a:after{
    width: 0%;
    height: 100%;
    display: inline-block;
    background: #2f3875;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}


#newbox .container-fluid .swiper-slide a div:before{
    width: 4px;
    height: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    content: ' ';
    background: #c5c5c5;
}
#newbox .container-fluid .swiper-slide a .div1:before{
    width: 4px;
    height: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    content: ' ';
    background: #328dff;
}
#newbox .container-fluid .swiper-slide a .div2:before{
    width: 4px;
    height: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    content: ' ';
    background: #fe934d;
}
#newbox .container-fluid .swiper-slide a .time{
    font-size: 15px;
    letter-spacing: 0;
}
#newbox .container-fluid .swiper-slide a p.time{
    font-size: 15px;
    letter-spacing: 0;
    color: #999999;
    margin: 0;
    height: auto;
}
#newbox .container-fluid .swiper-slide a h3{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    /*font-weight: 700;*/
    height: 48px;
    margin:12px 0 16px 0;
    overflow: hidden;
	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#newbox .container-fluid .swiper-slide a p{
    font-size: 15px;
    color: #999999;
    margin: 0;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

#newbox .container-fluid .swiper-slide a:hover:after {
    width: 100%;
}

#newbox .container-fluid .swiper-slide a:hover *{
    color: #ffffff !important;
}
#newbox .container-fluid .swiper-slide a:hover div:before{
    background: #949bc7;
}

/*.yewu{background: url(/static/addons/cms/images/coopig_08.jpg) top center;padding:100px 0;background-size:100% auto}
.yewu .hometitle .fontbule i{width:100px;height:50px;display:block;margin-top:20px;background:url(/static/addons/cms/images/coopig_10.png) no-repeat left;background-size:90% auto;}
.yewu .yewuwu .bigimgbox img.bigimg{width:unset;height:unset;max-width:50%;}
.yewu .yewuwu li:hover img{transform: scaleX(-1)}
.yewu .yewuwu .bigimgbox{background:#ededed;text-align:center;padding:3rem 0;border-radius:10px 10px 0 0;margin:0 10px}
.yewu .yewuwu h3{background: #368651;color:#fff; text-align: center;margin:0 10px;font-size:16px;border-radius: 0 0 10px 10px;padding:10px 0;line-height:25px;height: 70px;}
.yewu .yewu-link a{cursor: pointer;color:#fff}
.yewu .naver li:nth-child(1) a{font-weight:600;color:#fff}
.yewu .rightnew ul:not(:first-child){display:none}
.yewu .chanpin div.bigimgbox img{border-radius:10px}
.yewu .hometitle .fontback{color:#fff}
.yewu .hometitle .fontbule{color:#fff}
.yewu .chanpin div.bigimgbox{border-radius: 10px;}*/


.dongtai{/*background: url(/static/addons/cms/images/coopig_01.jpg) no-repeat top center;*/background-size: 100% 5px;padding:80px 0 30px 0}
.dongtai .hometitle .fontbule i{width: 100px;height:50px;display:block}
.dongtai .bigimgbox{height:18rem}
/*
.chanpin{background: url(/static/addons/cms/images/coopig_08.jpg) top center;padding:100px 0;background-size:100% auto;}
.chanpin div.bigimgbox img{border-radius: 10px}
*/

.zhuanti{margin-bottom:10px;padding:30px 0 80px 0}
.zhuanti .hometitle .fontbule i{width: 100px;height:50px;display:block;margin-top:20px;background:url(/static/addons/cms/images/coopig_09.png) no-repeat left;background-size:90% auto;}
.zhuanti .hometitle{background: url(/static/addons/cms/images/coopig_15.png) no-repeat left top;background-size: auto 40px;text-indent: 20px;}
.zhuanti .zhuanti-link a{cursor: pointer;}
.zhuanti .naver li:nth-child(1) a{font-weight: 600;color:#e5181f}
.zhuanti .rightnew ul:not(:first-child){display: none}
.zhuanti .bigimgbox{height:22rem}
.zhuanti .bigimgboxone{height:22rem;overflow:hidden}

.yaowen{padding:2rem 1rem;margin:2rem auto; background:#eee;border-radius: 10px;display: flex;}
.yaowen .ywtitle{width:20%;text-align: center;}
.yaowen .ywbox{width:80%;}
.yaowen .swiper-container {width: 100%;height:3rem;line-height:3rem}
.yaowen .swiper-slide {text-align:left;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: left;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items:center;align-items: center;}

.yewu{background: url(/static/addons/cms/images/coopig_08.jpg) top center;padding:100px 0;background-size:100% auto}
.yewu .hometitle .fontbule i{width: 100px;height:50px;display:block;}
.yewu .hometitle .fontbule{color:#fff}
.yewu .yewu-link a{cursor: pointer;color:#fff}
.yewu .naver li:nth-child(1) a{font-weight: 600;color:#fff}
.yewu .rightnew ul:not(:first-child){display: none}
.yewu .bigimgbox{height:20rem}

.naver{width: 100%;margin: auto;float: left;margin-top: 2rem;font-size: 16px;line-height: 30px;}
.chanp a{color:#fff}
/*媒体聚焦*/
.medaibox{}
.medaibox .rightnew{padding:0;float:right}

.dongtai .rightnew a{display: block;overflow: hidden;box-shadow: 0px 0px 8px #ccc;}
.dongtai .rightnew a p {font-size: 18px;color: #999999;margin-left: 20px;letter-spacing: 0;padding-top: 10px;}
.dongtai .rightnew a:hover{background: #368651;color:#fff}
.dongtai .rightnew a:hover p,
.dongtai .rightnew a:hover span,
.dongtai .rightnew a:hover h3 {color: #fff;}
.dongtai .dongtai-link a{cursor: pointer;}
.dongtai  .naver li:nth-child(1) a{font-weight: 600;color:#368651}
.dongtai .rightnew ul:not(:first-child){display: none}

.dongtai .rightnew a h3{font-size: 18px;color: #333;margin: 5px 20px;letter-spacing: 0;overflow: hidden;text-overflow: ellipsis;height: 5rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 1.4;}
.zhuanti .rightnew a h3{font-size: 18px;color: #fff;background:#e5181f;margin:auto;padding: 0 20px;letter-spacing: 0;overflow: hidden;text-overflow: ellipsis;height:6rem;line-height:6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2}
.yewu .rightnew a h3{font-size: 18px;color: #fff;margin:auto;padding: 0 20px;letter-spacing: 0;overflow: hidden;text-overflow: ellipsis;height:6rem;line-height:6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2}
/*
.chanpin .rightnew a h3{font-size: 18px;color: #fff;margin: 5px 20px;letter-spacing: 0;overflow: hidden;text-overflow: ellipsis;height: 5rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 1.4;}
.chanpin div.bigimgbox{border-radius: 10px;}
 */

@media screen and (max-width: 768px) {
	.zengp .col-xs-3{width:50%}
}

.medaibox .rightnew a em{
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    position: relative;
}
.medaibox .rightnew a em:after{
    width: 0%;
    height: 1px;
    display: block;
    background: #2f3875;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    z-index: 10;
    transition: all  0.3s;
}

.medaibox .rightnew a span{font-size: 14px;color: #c1c1c1;display: block;letter-spacing: 0px;margin: 10px 20px;float: right;}
.medaibox .rightnew a span i{
    width: 20px;
    height: 7px;
    display: inline-block;
    background: url("/static/addons/cms/images/coopig_11.png") no-repeat center;
    background-size: 100%;
    margin:  0 0 0 4px;
}

.medaibox .rightnew a:hover em:after{
    width: 100%;
}
.medaibox .rightnew a:hover span i{
    background: url("/static/addons/cms/images/coopig_12.png") no-repeat center;
    background-size: 100%;
}


/*招标采购*/
#buybox{
    padding: 100px 0 140px 0;
    background:url("/static/addons/cms/images/buyboxbg.png") no-repeat center ;
    background-size: 100% 100%;
}
#buybox .hometitle p{
    color: #ffffff;
}
#buybox .hometitle i{
    background: rgb(242 135 26);
}
#buybox .rightbuy li{
    margin-bottom: 14px;
}
#buybox .rightbuy a{
    display: block;
    padding: 21px 20px;
    background: #ffffff;
}
#buybox .rightbuy a .titleborder{
    border-left: 2px #328dff solid;
    padding: 0 0  0 15px;
}

#buybox .rightbuy a .titleborder .time{
    font-size: 34px;
    color: #999999;
    margin: 0 0 0px 0;
    line-height: 30px;
    letter-spacing: -1px;
    font-family: cursive;
}
#buybox .rightbuy a .titleborder h4{
    font-size: 17px;
    line-height: 24px;
    color: #333;
    margin: 10px 0 0px 0;
    letter-spacing: 0;
     
}
#buybox .rightbuy .onedome a .titleborder h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#buybox .rightbuy .uldome ul{
    margin-bottom: 0;
}
#buybox .rightbuy .uldome a .titleborder h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#buybox .rightbuy a span{
    font-size: 15px;
    color: #afafaf;
    margin: 0px 0 0 0;
    letter-spacing: 0;
    display: block;
    text-align: right;
    font-weight: 600;
}



#buybox .rightbuy,
#buybox .rightbuy>div.onedome{
    padding: 0;
}
#buybox .rightbuy>div.onedome a{
    padding:30px 20px 30px 20px;
}
#buybox .rightbuy>div.onedome .imgbox{
    display: block;
    overflow: hidden;
    margin: 10px 0 18px 0;
}
#buybox .rightbuy  a{
    position: relative;
}
#buybox .rightbuy  a *{
    position: relative;
    z-index: 10;
}
#buybox .rightbuy  a:before{
    width: 0%;
    height: 100%;
    display: block;
    content: ' ';
    background: #2f3875;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}
#buybox .rightbuy  a:hover:before{
    width: 100%;
}
#buybox .rightbuy  a:hover *{
    color: #ffffff !important;
}
#buybox .rightbuy a:hover .titleborder{
    border-left: 2px #ffffff solid;
}


/*手机端样式区域*/
@media screen and (max-width: 1600px) {
    .lunbo .shubiao {
        bottom: 15%;
    }
    /*#aboutbox {*/
    /*    padding: 50px 0 120px 0;*/
    /*}
    #aboutbox .hometitle .fontbule {
        font-size: 48px;
    }*/
    #aboutbox .aboutright .textp {
        font-size: 14px;
        line-height: 25px;
    }
    #aboutbox .aboutright ul li h2 span {
        font-size: 30px;
    }

    .medaibox .rightnew a p {font-size: 16px;        line-height: 32px;        margin: 0 10px;    }
    .medaibox .rightnew a h3 {
        font-size: 17px;
        margin:0 10px;
    }
	.zhuanti .bigimgbox{margin:0 10px;height:22rem}
    .zhuanti .bigimgboxone{margin:0 10px;height:22rem;overflow:hidden}
    .yewu .bigimgbox{margin:0 10px;height:18rem}
    .medaibox .rightnew a span { font-size: 13px; margin: 10px 20px; }
    /*.dongtai .bigimgbox img.bigimg {
        width: 100%;
        transition: all 0.3s;

    }*/


    #buybox {
        padding: 100px 0 120px 0;
    }
    #buybox .rightbuy>div.onedome .imgbox {
        margin: 27px 0 8px 0;
    }


}

@media screen and (max-width: 1500px) {
    /*#aboutbox {*/
    /*    padding: 50px 0 100px 0;*/
    /*}*/
    #aboutbox .hometitle .fontbule {
        font-size: 40px;
    }
    #aboutbox .aboutright {
        padding: 2rem;
    }
    .hometitle .fontback {
        font-size: 28px;
    }
    #aboutbox .aboutright ul li p {
        font-size: 15px;

    }

    #aboutbox .aboutright ul li h2 span {
        font-size: 28px;
    }



    #newbox .newswiper {
        margin-top: 180px;
    }

    .medaibox {
        padding: 80px 0 80px 0;
    }

    #buybox {
        padding: 80px 0 100px 0;
    }


    #buybox .rightbuy a .titleborder .time {
        font-size: 28px;
        line-height: 28px;
    }
    #buybox .rightbuy .uldome a .titleborder h4,
    #buybox .rightbuy a .titleborder h4 {
        font-size: 15px;
        margin-top: 6px;
        line-height: 20px;
    }
    #buybox .rightbuy a {
        padding:  18px;
    }
    #buybox .rightbuy>div.onedome .imgbox {
        margin: 17px 0 8px 0;
    }
    #buybox .rightbuy .onedome a .titleborder h4 {
        font-size: 20px;
        line-height: 27px;
 
    }
    #buybox .rightbuy a span {
        font-size: 13px;
        margin: 5px 0 0 0;
    }


}
@media screen and (max-width: 1450px) {

   #newbox .newswiper  {
      margin-top: 100px;
   }



}

@media screen and (max-width: 1400px) {

    .hometitle .fontback {
        font-size: 24px;
    }
    .hometitle .fontbule {
        font-size: 19px;
    }

    #aboutbox {
        padding: 50px 0 60px 0;
    }
   #aboutbox .aboutright .textp {
       font-size: 14px;max-height: 25rem;
       overflow: hidden;
       line-height: 25px;
   }
    #aboutbox .aboutright a.moreabout {
        font-size: 14px;
        line-height: 16px;
    }

    #newbox {
        padding: 50px 0 60px 0;
    }
    #newbox .newswiper {
        margin-top: 60px;
    }


    .medaibox {
        padding: 60px 0 60px 0;
    }

    .medaibox .rightnew a p {font-size: 14px;        line-height: 30px;        margin: 0 10px;    }
    .medaibox .rightnew a h3 {
        font-size: 17px;
        margin: 0 10px;
    }
    .medaibox .rightnew a span {
        font-size: 13px;
        margin: 10px 0 0 0;
    }

    #buybox {
        padding: 60px 0;
    }
    #buybox .rightbuy a .titleborder .time {
        font-size: 25px;
        line-height: 25px;
    }
    #buybox .rightbuy>div.onedome .imgbox {
        margin: 20px 0 18px 0;
    }


}

@media screen and (max-width: 1200px) {
    #aboutbox {
        padding: 40px 0 50px 0;
    }
    #aboutbox .aboutright {
        padding: 2rem;
    }
    .aboutrow {
        margin-top: 10px;
    }
    #aboutbox .aboutright .textp {
        font-size: 14px;
        line-height: 26px;
    }
    #aboutbox .aboutright a.moreabout {
        font-size: 13px;
        line-height: 14px;
        margin: 2px 0 5px 0;
    }
    #aboutbox .aboutright a.moreabout i {
        width: 14px;
        height: 14px;
        margin: 0px 0 0 0;
    }
    #aboutbox .aboutright ul li:nth-child(1):after{
        display: none;
    }
    #aboutbox .aboutright ul li h2 span {
        font-size: 22px;
    }
    #aboutbox .aboutright ul li p {
        font-size: 13px;
    }
    #aboutbox .aboutright ul li h2 {
        font-size: 15px;
        margin: 15px 0 3px 0;
    }


    #newbox .newswiper {
        margin-top: 50px;
    }
    #newbox .container-fluid .swiper-slide a {
        background: #ffffff;
    }

    #newbox .container-fluid .swiper-slide a>div {
        padding: 26px 36px;
    }
    #newbox .container-fluid .swiper-slide a h3 {
        font-size: 17px;
        margin: 8px 0 12px 0;
    }
    #newbox .container-fluid .swiper-slide a p {
        font-size: 14px;
    }
    #newbox .container-fluid .swiper-slide a div:before {
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0;
        content: ' ';
        background: #f3f3f3;
    }

    .medaibox .rightnew a p {font-size: 14px;        line-height: 30px;        margin: 0 10px;    }


    #buybox {
        padding: 60px 0;
    }
    #buybox .rightbuy .uldome a .titleborder h4,
    #buybox .rightbuy a .titleborder h4 {
        font-size: 16px;
        margin-top: 6px;
        line-height: 20px;
		    text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
    }
    #buybox .rightbuy .onedome a .titleborder h4 {
        font-size: 18px;
        line-height: 28px;
         
    }

}

@media screen and (max-width: 1100px) {

    .medaibox .rightnew a p {font-size: 14px;line-height: 24px;margin: 0 10px;}
    .medaibox .rightnew a h3 {font-size: 16px;margin:0 10px}
    .medaibox.dongtai .rightnew a h3 {font-size: 16px;margin:0}
    .medaibox .rightnew a span {
        font-size: 12px;
        margin: 10px 20px;
    }


}

@media screen and (max-width: 1000px) {

    .hometitle .fontback {
        font-size: 19px;
        text-align: center;
    }
     .hometitle .fontbule {
        font-size: 14px;
        text-align: center;
    }
    .hometitle .fontback i,
    .hometitle .fontbule i {
        width: 54px;
        height: 2px;
        display: block;
        vertical-align: bottom;
        margin: 6px auto;
    }
    #aboutbox{

    }
    #aboutbox .aboutleft {
        width: 100%;
        margin: 0;
    }
    #aboutbox .hometitle .fontbule {
        font-size: 14px;
    }
    #aboutbox .aboutleft  div.bigimgbox {
        width: 100%;
    }
    #aboutbox .aboutleft .bigimg{
        display: none !important;
    }
    #aboutbox .aboutleft .bigimgm{
        display: block !important;
        width: 100%;
    }
    #aboutbox .aboutright {
        width: calc(100% - 30px);
        padding:2rem;
    }

    #aboutbox .aboutright ul li {
        margin-left: 10px;
    }

    #newbox .newswiper {
        margin-top: 10px;
    }
    #newbox .hometitle * {
        color: #ffffff !important;
    }
    #newbox .hometitle i {
        background: #ffffff !important;
    }
    #newbox .container-fluid .swiper-slide a>div {
        padding: 10px;
        border: 1px #d1d1d1 solid;
    }
    #newbox .container-fluid .swiper-slide a h3 {
        font-size: 14px;
        margin: 10px 0 0px 0;
        overflow: hidden;
        text-overflow: ellipsis;
 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2
    }

    #newbox .container-fluid .swiper-slide a p{
        font-size: 12px;
    }
    #newbox .container-fluid .swiper-slide a p.time {
        font-size: 13px;
        margin-bottom: 4px;
        letter-spacing: 0;
    }
    #newbox .container-fluid .swiper-slide a p.time img {
        width: 12px;
        vertical-align: text-top;
        margin: 3px 1px 0 0;
    }

    #newbox .container-fluid .swiper-slide a div:before {
       display: none;
    }


    .medaibox .rightnew a p {
        font-size: 20px;
        line-height: 22px;
        margin: 6px 0 10px 0;
    }
    .medaibox .rightnew .row{
        margin: 0;
    }
    .zhuanti .zhuantitwo li{padding: 0 5px;margin-bottom: 10px;width: 50%;float: left;}
    .yewu .yewutwo li{padding: 0 5px;margin-bottom: 10px;width: 50%;float: left;}
    .dongtai .rightnew li{padding: 0 5px;margin-bottom: 10px;width: 50%;float: left;}

    .medaibox .rightnew a {
        display: block;
        overflow: hidden;
        padding: 8px;
        margin: 0 0 9px 0;
    }

    .medaibox .rightnew a h3 {
        font-size: 15px;
    }
    .medaibox .rightnew a span i {
        width: 20px;
        height: 7px;
        display: inline-block;
        background: url(/static/addons/cms/images/coopig_11.png) no-repeat center;
        background-size: 100%;
        margin: 0 0 0 4px;
    }

    #buybox {
        background: url(/static/addons/cms/images/buyboxbgm.png) no-repeat center;
        background-size: 100% 100%;
    }
    #buybox .rightbuy .onedome a .titleborder h4 {
        font-size: 16px;
        line-height: 26px;
    }
    /*div.bigimgbox img.bigimg { height: 15rem;}*/


}
@media screen and (max-width: 768px) {
    *{
        letter-spacing: 0.2px;
    }
    .medaibox .displayrow .col-sm-3{padding-right:0;padding-left: 0;}

     
    #aboutbox .hometitle .fontbule{text-align: left;font-size: 17px;line-height: 15px;}
    .hometitle .fontback {font-size: 20px;line-height:2.5rem;letter-spacing:0; text-align: left;font-weight:600;margin: 0;}
	.aboutrow .fontback{color:#fff}
    .aboutimg img{float:right}
    #aboutbox .aboutright ul li {margin-left: 0px;}
    #aboutbox .aboutright{height:auto;margin: 0 15px;background:#399b4a}
    #aboutbox .container-fluid{padding:0}
    #aboutbox .aboutleft{padding:15px}
    .aboutrow {margin-top: 0;}

    .yaowen .swiper-slide{white-space: nowrap;text-indent: 2rem;}
    .yaowen{margin: 2rem 15px 0 15px;}

    .naver {float: right;margin: auto;width:auto;position: relative;right: 0;top: -3rem;}
    .naver li{float:left;padding:0 5px;text-indent: 0px}
    .naver li a{font-size:15px}
    .naver li a:hover{font-weight:600;color:#368651}

    .aboutimg{margin-bottom:1rem}

    .dongtai .bigimgbox img.bigimg {height: 12rem;width: 100%;height: auto;}
	
	.hometitle{background-size: auto 100%;}
	
	#buybox .rightbuy .uldome a .titleborder h4{white-space: unset;}
    .zengp .hometitle{padding-bottom: 0;}
    
    #aboutbox {padding: 10px 0 0 0;margin-top: 5px;}
    #aboutbox .aboutleft .bigimgbox video{height:auto;}
    #aboutbox .aboutright ul li h2 span {
        font-size: 20px;color: #fff;
    }
    #aboutbox .aboutright ul li p {
        font-size: 14px; margin:0;color: #fff;
    }
    #aboutbox .aboutright ul li h2 {
        font-size: 12px;
        margin: 10px 0 3px 0;
    letter-spacing: 0;        color: #fff;
    }

    #aboutbox .aboutright .textp {letter-spacing: 0px;width: 100%;position: unset;max-height: unset; background: unset;padding:0}

    #aboutbox .aboutright a.moreabout {  display: none;}

    #aboutbox .aboutright a.moreabout i {
          display: none;
    }

    #newbox .container-fluid .swiper-slide a:after{
        display: none !important;
    }
    #newbox .container-fluid .swiper-slide a:hover h3{
        color: #333333 !important;
    }
    #newbox .container-fluid .swiper-slide a:hover p,
    #newbox .container-fluid .swiper-slide a:hover p.time {
         color: #999999 !important;

    }

    .medaibox .rightnew {
        margin-top: 20px;float:unset;
    }
    .medaibox .rightnew .row {float: left;        padding: 0;        margin: 0;}
    .medaibox .rightnew a h3 {font-size: 13px;background: none;color: #368651;font-weight: 600;margin: 0 5px}

    .medaibox .rightnew li:nth-child(n+4) {
        display: block;
    }

    .medaibox .rightnew a em {
        background: #ffffff;
    }
    .medaibox .rightnew a span {
        margin: 0;
    }
    .medaibox .rightnew a p {
        font-size: 15px;
        line-height: 22px;
        margin: 4px 0 6px 0;
        font-family: unset;
    }


    .medaibox{padding:3rem 0}
    .zhuanti{padding:0 0 3rem 0;border-top:0;margin-bottom:0}
    .yewu{padding:3rem 0;border-top:0;margin-bottom:0}
    .dongtai{padding:3rem 0}
    /*.chanpin{padding:3rem 0}*/


    .dongtai .hometitle .fontbule i{display: none}


    /*.dongtai .hometitle::before{content: '';background-color: #368651;display: inline-block;width: 15px;height: 4rem;position: absolute;left: 0;}*/
    .dongtai .rightnew li {width: 100%;}
    .dongtai .rightnew a{box-shadow: unset;background: #f1f5f8;padding: 0;margin: 0;}
    .dongtai .bigimgbox{width:40%;float:left;margin-right: 2rem;height:11rem}
    .dongtai .rightnew li{padding:0}
    .dongtai .rightnew li:hover{background: #368651;color:#fff}
    .medaibox.dongtai .rightnew li:hover a h3{color:#fff}
    .medaibox.dongtai .rightnew a h3{color:#555;font-weight: 500}

    .hometitle .fontbule{text-align: left}
	.zhuanti .fontbule{margin-top:0}

    .zhuanti .hometitle .fontbule i{display: none}
    .zhuanti .hometitle{background:url(/static/addons/cms/images/coopig_31.png) no-repeat left top;text-indent: 30px;background-size: auto 100%;}
    /*.zhuanti .hometitle::before{content: '';background-color: #e6212a;display: inline-block;width: 15px;height: 4rem;position: absolute;left: 0;}*/
    .zhuanti .hometitle .fontback{color:#333}
    .zhuanti .rightnew li {padding: 0;width: 50%;margin: 0;}
    .zhuanti .zhuantione li {padding: 0;width:100%;margin: 0;}
    .zhuanti .rightnew a {padding: 0;margin: 0;}
    .zhuanti .bigimgbox {margin: 0 5px;height:11rem}
    .zhuanti .bigimgboxone{height:22rem;margin: 0;}
    .zhuanti .rightnew a h3 {margin: 0 5px;padding: 10px 0;color: #333;font-weight: 500;line-height: 1.4;}
    .zhuanti .zhuantitwo img.bigimg{height:auto;width:100%}

    .yewu .hometitle .fontbule i{display: none}
    .yewu .hometitle{background:url(/static/addons/cms/images/coopig_31.png) no-repeat left top;text-indent: 30px;background-size: auto 100%;}
    /*.yewu .hometitle::before{content: '';background-color: #fff;display: inline-block;width: 15px;height: 4rem;position: absolute;left: 0;}*/
    .yewu .hometitle .fontback{color:#fff}
    .yewu .rightnew li {padding: 0;width:100%;margin: 0;}
    .yewu .rightnew a {padding: 0;margin: 0;}
    .yewu .bigimgbox {margin: 0 5px;height: auto;}
    .yewu .rightnew a h3 {margin: 0 5px;padding: 10px 0;color: #fff;font-weight: 500;line-height: 1.4;}
    .yewu .bigimgbox img.bigimg{height: 18rem;width: 100%;}

	#yewu0 .bigimgbox{height:22rem}
	#yewu0 .bigimgbox img.bigimg{height:auto;width:100%}

    /*
    .chanpin .hometitle::before{content: '';background-color: #fff;display: inline-block;width: 15px;height: 4rem;position: absolute;left: 0;}
    .chanpin .rightnew li{width:25%;padding:0}
    .chanpin .bigimgbox img.bigimg{height:6rem;border-radius:5px;}
    .chanpin .rightnew a h3{color:#fff;font-weight: 500;margin: 5px 0;}
     */

    .footerbox{display: none}
    .footmobile .container .footerdome.foooterwx p.icon {color: #fff;padding: 0;margin: 0;line-height: 20px}
    .footerbox .container .footerdome.foooterwx .wximg{padding: 3rem 0 0 0;}
    .footmobile .container .footerdome.foooterwx h3 {color: #fff;font-size: 20px;}
    .footmobile .container .footerdome h3 i{background: #fff}
    .footmobile .IPCP{color:#fff;border-top:1px rgba(255,255,255,0.4) solid;margin-top: 1rem;}
    .footmobile .IPCP a{color:#fff}
    .footerbox .container .footerdome.foooterwx .wximg img{width:60px}
    .footerbox .container .footerdome.foooterwx .navbar-left{width:66%}
    .footmobile{display:block;color: #fff}
    .footmobile .foooterwx a.daohang em{background: url(/static/addons/cms/images/coopig_04.png) no-repeat center;background-size: 15px auto;width: 15px;}
    .footmobile .foooterwx a.daohang{background: #fff;color: #399b4a;padding:3px;border-radius: 5px;white-space: nowrap;}

    #buybox {
        padding: 40px 0;
    }
    #buybox .rightbuy {
        display: block;
        overflow: hidden;
        margin-top: 10px;
    }
    #buybox .rightbuy>div{
        margin: 0;
        padding: 0;
    }
    #buybox .rightbuy>div.uldome{
        margin: 10px 0 0 0;
    }
    #buybox .rightbuy>div.onedome .imgbox {
        margin: 6px 0;display: none;
    }
    #buybox .rightbuy a span {
        font-size: 12px;
        margin: 7px 0 0 0;
    }
    #buybox .rightbuy a .titleborder {
        padding: 0 0 0 7px;
    }
    #buybox .rightbuy a .titleborder .time {
        font-size: 18px;
        line-height: 18px;
           font-size: 15px;
   
            font-family: unset;
    }
    #buybox .rightbuy .onedome a .titleborder h4 {
        font-size: 16px;
        line-height: 24px;
    }
    #buybox .rightbuy a ,
    #buybox .rightbuy>div.onedome a {
        padding: 20px;
        border: 1px lightgrey solid;
        border-radius: 8px;
        overflow: hidden;
        background: rgba(255,255,255,0.9);
    }

}

@media screen and (max-width:460px) {
    .footerbox .container .footerdome.foooterwx .wximg{padding: 2rem 0 0 0;}
    .footerbox .container .footerdome.foooterwx .wximg img{width:50px}
}<!--0.00011897087097168-->