@font-face {
	font-family: fontR;
	src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
	font-family: fontB;
	src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
	font-family: dinB;
	src: url(../fonts/DIN-Bold.otf);
}
html,body{padding: 0;margin: 0;color: #333333; font-family: fontR; }
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}
.wrap{
    width: 96%;
    max-width: 1440px;
	margin: 0 auto;
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;transition: all .6s;}
header .headerTop{background: #308c21;font-size: 14px;color: #fff; }
header .headerTop .flexbet{height: 50px; }
header .headerTop .hlDiv{font-family: fontB; }
header .headerTop .hlDiv img{margin-right: 0px; }
header .headerTop .hlDiv a{color: #fff; }
header .headerTop .hlDiv a:hover{color: #fff; }
header .headerTop .mailDiv{margin: 0 0 0 15px; }
header .headerTop .langDiv{position: relative; }
header .headerTop .shareDiv a{margin-left: 15px; color:#fff }
header .headerTop .shareDiv a:hover{opacity: .8; }
header .header-container{background: #fff;border-bottom: 1px solid #F5F5F5; }
header .logo a{height: 65px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center; margin-top:10px}
header .logo img{max-height: 100%;}
header .rightDiv{float: right;}
header .rightDiv .menu>ul{display: block!important;}
header .rightDiv .menu>ul>li{float: left;margin-left: 50px;position: relative; }
header .rightDiv .menu>ul>li:nth-child(1){margin-left: 0; }
header .rightDiv .menu>ul>li>a{height: 85px;text-align: left;color: #333333;font-size: 18px;display: flex;justify-content: center;align-items: center;position: relative;text-transform:uppercase}
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #308c21; } 
header .rightDiv .menu>ul>li.on>a{font-family: fontB; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;background: #308c21;height: 4px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px;}header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .rightDiv .langDiv{height: 80px;position: relative;margin-left: 50px; }
header .rightDiv .langDiv>a{color: #333;height:36px;font-size: 14px;border: 1px solid #ccc;border-radius: 4px;padding: 0 10px; }
header .rightDiv .langDiv>a i{width: 11px;height: 100%;background: url(../img/xia.png) no-repeat center center; }
header .rightDiv .langDiv>a span{margin: 0 9px 0 4px; }
header .rightDiv .langDiv .aDiv{position: absolute;left: 50%;width: 100%;background: #fff;top: 100%;transform: translateX(-50%);display: none;z-index: 99;padding: 10px 0;text-align: left;box-shadow: 0px 0px 10px rgba(0,0,0,.1); }
header .rightDiv .langDiv .aDiv a{color: #333;display: block;padding: 10px 30px; }
header .rightDiv .langDiv .aDiv a.on{color: #308c21; }
header .rightDiv .langDiv:hover .aDiv{display: block; }
header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 40px;right: 0;display: none;}
/* header.indexHeader .mbtn{background: url(../img/menu.png) no-repeat center center;} */
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{top: -40px;  }

.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;}
.menu>ul>li>a{padding:0;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu ul ul{position:absolute;background: #fff;width: max-content; top: 100%;left:-9999px;z-index: 999;border-top: 1px solid #ccc;padding: 20px 0;box-shadow: 0px 0px 10px rgba(0,0,0,.1); }
.menu>ul>li:hover>ul{left: 0; }
.menu>ul>li ul li{position: relative; }
.menu>ul>li ul li>a{color: #333;text-align: left;;padding: 10px 20px; }
.menu>ul>li ul li>a:hover{color: #308c21; }


/****底部***/
.footerDiv{position: relative;background: #333; }
.footerDiv .hdDiv{padding: 60px 0;color: #fff;align-items: flex-start; }
.footerDiv .hdDiv .listDiv{margin-right: 8%;}
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0; }
.footerDiv .hdDiv .listDiv>span{color: #fff;font-family: fontB;text-transform: uppercase;margin-bottom: 30px;display: block; }
.footerDiv .hdDiv .aDiv{display: flex; flex-direction: column; }
.footerDiv .hdDiv .aDiv a{margin-bottom: 10px;color: #ccc;padding-right: 10px; } 
.footerDiv .hdDiv .aDiv a:hover{color: #fff; }
.footerDiv .hdDiv .shareDiv a{margin-left: 20px;width: 40px;height: 40px;border-radius: 50%;background: #555; }
.footerDiv .hdDiv .shareDiv a:nth-child(1){margin-left: 0; }
.footerDiv .hdDiv .shareDiv .dImg{display: block; }
.footerDiv .hdDiv .shareDiv .hImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover{background: #fff; }
.footerDiv .hdDiv .shareDiv a:hover .dImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover .hImg{display: block; }
.footerDiv .hdDiv .listDiv .telDiv{margin: 25px 0; }
.footerDiv .hdDiv .listDiv .telDiv span{font-size: 14px;color: #ccc; }
.footerDiv .hdDiv .listDiv .telDiv a{color: #fff;font-size: 28px;font-family: dinB;display: block; }
.footerDiv .hdDiv .listDiv .telDiv a:hover{color: #308c21; }
.footerDiv .hdDiv .listDiv .inquiryBtn{width: 130px;height: 45px;background: #308c21;color: #fff;border-radius: 25px; }
.footerDiv .hdDiv .listDiv .inquiryBtn img{margin-right: 10px; }
.footerDiv .hdDiv .listDiv .inquiryBtn:hover{opacity: .8; }
.footerDiv .bdDiv{padding: 25px 0;border-top: 1px solid #6F6F6F;text-align: center;color: #fff; }


/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 120px; }

/*banner轮播*/
.index-banner{width: 100%;position:relative; }
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .swiper-slide:after{width:100%; height:100%; background-color:rgba(0,0,0,.1); position:absolute; left:0; bottom:0; content:"";}

.index-banner .img{width: 100%;display: block;height: 41.67vw;background: none no-repeat center;background-size: cover;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px; }
.index-banner .swiper-pagination-bullet{width: 6px;height: 6px;background: #fff;border-radius:50%;opacity:1;position: relative; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative; }
.index-banner .swiper-pagination-bullet-active:after{content: "";width: 16px;height: 16px;border: 1px solid #fff;border-radius: 50%;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;  }
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px; }
.index-banner .wrap{position:absolute; top:50%; left:50%; z-index:99;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.index-banner .w_z{width:100%; margin:0 auto; color:#fff; text-align:left; position:relative;}
.index-banner .w_z h2{font-size:50px; line-height:40px; font-weight:bold}
.index-banner .w_z p{font-size:26px;   line-height:45px; margin-top:20px; width:60%}
.index-banner .w_z .n_r{width:150px; height:50px; border:2px solid #fff; background-color:rgba(255,255,255,.2); margin:50px auto 0; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.index-banner .w_z .n_r:hover{background-color:rgba(255,255,255,0);}
.index-banner .w_z .n_r a{color:#fff; font-size:16px; text-align:center; line-height:46px; display:block;}
.index-banner .w_z .n_r i{font-size:14px; font-weight:bold; padding-left:10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.index-banner .w_z .n_r a:hover i{padding-left:15px;} 
.f46{font-size: 46px; }
.f36{font-size: 36px; }
.f30{font-size: 30px; }
.f28{font-size: 28px; }
.f24{font-size: 24px; }
.f22{font-size: 22px; }
.f20{font-size: 20px; }
.f18{font-size: 18px; }

.bold{font-family: fontB; }
.indexTitle span{position: relative;font-family: fontB;text-transform: uppercase; } 
.indexTitle.cfff span{color: #fff; }

.pd90{padding: 60px 0; }
.indexDiv1{padding: 60px 0;background: #F5F5F5; }
.indexDiv1 .bdDiv{position: relative;margin-bottom: 50px; }
.indexDiv1 .blDiv{width: 300px;position: absolute;left: 0;top: 0;height: 100%; }
.indexDiv1 .blDiv .blh{height: 100px;background: #308c21;color: #fff;padding: 0 30px;flex-direction: column;align-items: flex-start; }
.indexDiv1 .blDiv .blh span{font-size: 26px;font-weight: bold; }
.indexDiv1 .blDiv .blh small{font-size: 14px;margin-top: 10px;text-transform: capitalize; }
.indexDiv1 .blDiv .blb{background: #fff;height: calc(100% - 130px);padding: 20px 0;overflow: hidden; }
.indexDiv1 .blDiv .blb ul{overflow-y: auto;height: 100%; }
.indexDiv1 .blDiv .blb ul li{padding: 0 20px; }
.indexDiv1 .blDiv .blb ul li>a{padding: 15px 0;border-bottom: 1px solid #F5F5F5;color: #222;font-weight: 700;background: url(../img/zk.png) no-repeat right center;display: block; }
.indexDiv1 .blDiv .blb ul li.on>a{background: url(../img/zd.png) no-repeat right center;  }
.indexDiv1 .blDiv .blb ul li .aDiv{margin-top: 20px;display: none; }
.indexDiv1 .blDiv .blb ul li .aDiv a{display: block;margin-bottom: 10px;color: #666666;font-size: 14px;padding-left: 20px;position: relative; }
.indexDiv1 .blDiv .blb ul li .aDiv a::before{content: "";width: 3px;height: 3px;border-radius: 50%; background: #666666;position: absolute;left: 5px;top: 50%;transform: translateY(-50%); }
.indexDiv1 .blDiv .blb ul li .aDiv a:hover{color: #308c21; }
.indexDiv1 .blDiv .blb ul li .aDiv a:hover::before{background: #308c21; }
/* .indexDiv1 .blDiv .blb ul li.on .aDiv{display: block; } */
.indexDiv1 .brDiv{width: calc(100% - 330px); }
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar  
{  
    width: 8px;  
    height: 10px;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar-track  
{  
    border-radius: 0;  
}  
  
/*定义滑块 内阴影+圆角*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar-thumb  
{  
    border-radius: 0; 
    background-color: #CCCCCC;
}
.indexDiv1 .brDiv .row{margin: 0 -10px; }
.indexDiv1 .brDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.indexDiv1 .brDiv .row>div a{display: block;text-align: center; }
.indexDiv1 .brDiv .row>div .imgDiv{padding-top: 75%;overflow: hidden; }
.indexDiv1 .brDiv .row>div .imgDiv .pic img{object-fit: initial;max-width: 100%;max-height: 100%;width: initial;height: initial; } 
.indexDiv1 .brDiv .row>div .titleDiv{margin-top: 10px;color: #333; }
.indexDiv1 .brDiv .row>div a:hover .titleDiv{color: #308c21; }
.indexDiv1 .moreBtn a{width: 180px;height: 48px;background: #308c21;color: #fff;font-size: 1rem;border-radius:24px}
.indexDiv1 .moreBtn a:hover{opacity: .8; }




.imgOver{position: relative;}
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }

a.imoreBtn{color: #333333;font-size: 14px;text-decoration: underline;text-underline-offset: 4px; }
a.imoreBtn:hover{color: #0056dd; }

.indexDiv2{background: #f5f5f5;position: relative; }
.indexDiv2::before{content: '';width: 100%;height: 396px;background: #308c21;position: absolute;left: 0;top: 0; }
.indexDiv2 .bdDiv{margin-top: 0px; }
.indexDiv2 .bdDiv .row>div{margin-top: 30px; }
.indexDiv2 .bdDiv .row>div .imgDiv{padding-top: 56.64%; }
.indexDiv2 .bdDiv .row>div a{display: block;text-align: center; }
.indexDiv2 .bdDiv .row>div .title{color: #333;margin-top: 10px;transition: all .5s; }
.indexDiv2 .bdDiv .row>div a:hover .title{color: #308c21;font-family: fontB; }

.indexDiv3{padding-left: calc((100% - 1440px) / 2); }
.indexDiv3 .hdDiv{width: 50%; color: #fff;margin-bottom: 190px; }
.indexDiv3 .hdDiv .textDiv{margin-top: 50px; }
.indexDiv3 .hdDiv .textDiv .line{width: 40px;height: 4px;background: #308c21;margin: 20px 0 30px; }
.indexDiv3 .hdDiv .textDiv .text{opacity: 0;z-index: 0;position: absolute;transform: translateY(100px);width: 100%;left: 0;top: 0; }
.indexDiv3 .hdDiv .textDiv .text.on{opacity: 1;z-index: 1;position: relative;transform: translateY(0); }
.indexDiv3 .bdDiv{width: 83.33%;margin: 0 0 0 auto; }
.indexDiv3 .bdDiv ul{background: #308c21;color: #fff;padding-right: 5%;align-items: stretch; }
.indexDiv3 .bdDiv ul li{width: 25%;padding: 30px;font-family: fontB;position: relative;cursor: pointer; }
.indexDiv3 .bdDiv ul li p{ overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;}
.indexDiv3 .bdDiv ul li::after{content: "";width: 1px;height: 60px;background: #C77A82;position: absolute;right: 0;top: 50%;transform: translateY(-50%); }
.indexDiv3 .bdDiv ul li span{font-family: dinB;margin-right: 20px; }
.indexDiv3 .bdDiv ul li:last-child::after{display: none; }
.indexDiv3 .bdDiv ul li.on{background: #308c21; }

.indexDiv4{padding: 102px 0 214px; }
.indexDiv4 .bdDiv{align-items: flex-start; }
.indexDiv4 .blDiv{width: calc(100% - 338px); }
.indexDiv4 .blDiv .p{margin: 71px 0 60px;line-height: 2; }
.indexDiv4 .blDiv ul li{margin-right: 50px; }
.indexDiv4 .blDiv ul li:last-child{margin-right: 0; }
.indexDiv4 .blDiv ul li .lh{width: 120px;height: 120px;border: 3px solid #CCCCCC;border-radius: 50%;margin-bottom: 10px; }
.indexDiv4 .blDiv ul li .lh span{font-size: 36px;font-family: dinB;color: #308c21; }
.indexDiv4 .blDiv ul li .lh em{position: relative;top: 8px; }
.indexDiv4 .blDiv ul li p{font-family: dinB; }
.indexDiv4 .brDiv{width: 198px; }
.indexDiv4 .brDiv a{width: 100%;height: 45px;background: #308c21;color: #fff; }
.indexDiv4 .brDiv a img{margin-left: 5px;transition: all .3s; } 
.indexDiv4 .brDiv a:hover img{transform: translateX(10px); }

.indexDiv5 .btnDiv{position: relative;width: 150px;height: 60px; }
.indexDiv5 .swiper-button-next, .indexDiv5 .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px; }
.indexDiv5 .swiper-button-prev{background: url(../img/left.png) no-repeat left center/100%;left: 0; }
.indexDiv5 .swiper-button-next{background: url(../img/right.png) no-repeat left center/100%;right: 0; }
.indexDiv5 .swiper-button-prev:hover{background: url(../img/left_.png) no-repeat left center/100%; }
.indexDiv5 .swiper-button-next:hover{background: url(../img/right_.png) no-repeat left center/100%; }
.indexDiv5 .bdDiv{margin-top: 50px; } 
.indexDiv5 .swiper-container a{display: block; }
.indexDiv5 .swiper-container .textDiv{transition: all .3s;background: #F5F5F5;padding: 40px; }
.indexDiv5 .swiper-container .textDiv .date{color: #308c21;font-family: dinB;font-weight: 400; }
.indexDiv5 .swiper-container .textDiv .title{color: #333;font-family: fontB;margin: 40px 0 10px; }
.indexDiv5 .swiper-container .textDiv .p{color: #888888;}
.indexDiv5 .swiper-container a:hover .textDiv{background: rgba(0,0,0,.6); }
.indexDiv5 .swiper-container a:hover .textDiv .date,.indexDiv5 .swiper-container a:hover .textDiv .title,.indexDiv5 .swiper-container a:hover .textDiv .p{color: #fff; }

.bgf5f5f5{background: #f5f5f5; }
.productDiv{padding: 80px 0 60px; }
.productDiv .bdDiv{align-items: flex-start; }
.productDiv .blDiv{width: 360px;background: #fff;padding: 0; }
.productDiv .blDiv .lh{padding:20px 30px; background:#308c21; color:#fff }
.productDiv .blDiv .lb{ padding:20px 30px 30px; height:auto; overflow:hidden} 
.productDiv .blDiv .lb ul li{padding: 30px 0;border-bottom: 1px solid #CCCCCC; }
.productDiv .blDiv .lb ul li>a{color: #333;font-weight: bold;font-size: 18px;padding-right: 45px;background: url(../img/prev.png) no-repeat right 7px;display: block; } 
.productDiv .blDiv .lb ul li .aDiv{display: none; }
.productDiv .blDiv .lb ul li.on .aDiv{display: block; }
.productDiv .blDiv .lb ul li.on>a{background: url(../img/next.png) no-repeat right 7px; }
.productDiv .blDiv .lb ul li .aDiv a{display: block;margin-top: 15px;color: #666;padding-left: 27px;background: url(../img/check.png) no-repeat left 1px; }
.productDiv .blDiv .lb ul li .aDiv a.on{background: url(../img/check_.png) no-repeat left 1px; }
.productDiv .brDiv{width: calc(100% - 390px); }
.productDiv .brDiv .row{margin: 0 -10px 60px; }
.productDiv .brDiv .row>div{padding: 0 10px;margin-top: 30px; }
.productDiv .brDiv .row>div a{padding: 20px 20px 30px;background: #fff;display: block; }
.productDiv .brDiv .row>div .imgDiv{padding-top: 74.75%; } 
.productDiv .brDiv .row>div .textDiv{padding-top: 20px;display: flex;flex-direction: column;justify-content: space-between; }
.productDiv .brDiv .row>div .textDiv .title{color: #333;margin-bottom: 30px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.productDiv .brDiv .row>div .textDiv .moreBtn{width: 110px;height: 32px;border: 1px solid #308c21;color: #308c21; }
.productDiv .brDiv .row>div a:hover .textDiv .moreBtn{background: #308c21;color: #fff; }

.pageDiv{text-align: center;}
.pageDiv a{display: inline-block;line-height: 40px;margin: 0 3px;color: #3d3d3d; font-size: 16px;border: 1px solid #cccccc;width: 42px;background: #fff; }
.pageDiv a.cur{color: #fff;border: 1px solid #308c21;background: #308c21; }
.pageDiv a:hover{color: #308c21; }

.ny-banner .wrap{position:relative;height: 27.6vw;text-align: center;}
.ny-banner span{font-size: 2.396vw;text-transform: capitalize;font-weight: bold; }
.ny-banner .cfff{color: #fff;}

.advanDiv1{padding: 60px 0; }
.advanDiv1 .bdDiv{margin-top: 30px; }
.advanDiv1 .bdDiv .textDiv{margin-top: 10px;color: #666; line-height:36px }
.advanDiv2{padding: 60px 0; }
.advanDiv2 .row>div{margin-top: 30px; }
.advanDiv2 .row>div .conDiv{background: #fff;height: 100%; }
.advanDiv2 .row>div .imgDiv{padding-top: 56.2%; }
.advanDiv2 .row>div .textDiv{padding: 20px; }
.advanDiv2 .row>div .textDiv .tit{color: #308c21; }
.advanDiv2 .row>div .textDiv .p{margin-top: 10px;color: #666; }
.advanDiv3{padding: 60px 0; }
.advanDiv3 .row>div{margin-top: 30px; }
.advanDiv3 .row>div .conDiv{background: #fff;height: 100%;padding: 40px; text-align:center }
.advanDiv3 .row>div .conDiv img{ margin:0 auto}
.advanDiv3 .row>div .conDiv .dImg{display: block; }
.advanDiv3 .row>div .conDiv .hImg{display: none; }
.advanDiv3 .row>div .conDiv .title{padding: 20px 0;font-family: fontB;border-bottom: 1px solid #ccc; }
.advanDiv3 .row>div .conDiv .p{color: #666;margin-top: 20px; }
.advanDiv3 .row>div .conDiv:hover{background: #308c21; }
.advanDiv3 .row>div .conDiv:hover .dImg{display: none; }
.advanDiv3 .row>div .conDiv:hover .hImg{display: block; }
.advanDiv3 .row>div .conDiv:hover .title{color: #fff;border-bottom: 1px solid #D4969D; }
.advanDiv3 .row>div .conDiv:hover .p{color: #fff; }

.twoMenuDiv{background: #F5F5F5; }
.twoMenuDiv ul li{margin: 0 3vw; }
.twoMenuDiv ul li a{padding: 15px 0;color: #3d3d3d;font-family: fontB;display: block; }
.twoMenuDiv ul li a.top_dh_in{color: #308c21;position: relative; }
.twoMenuDiv ul li a.top_dh_in::after{content:"";width: 100%;height: 4px;background: #308c21;position: absolute;left: 0;bottom: 0; } 

.certifDiv1{padding: 60px 0 0; }
.certifDiv1 .row>div{margin-top: 30px; }
.certifDiv1 .row>div .conDiv{text-align: center; }
.certifDiv1 .row>div .imgDiv{padding-top: 71.6%; }
.certifDiv1 .row>div .title{margin-top: 10px; }
.certifDiv2{padding: 60px 0; }
.certifDiv2 .row>div{margin-top: 30px;flex: 0 0 20%;max-width: 20%; }
.certifDiv2 .row>div .conDiv{text-align: center; }
.certifDiv2 .row>div .imgDiv{padding-top: 141.3%; }
.certifDiv2 .row>div .title{margin-top: 10px; }

.indDiv{padding: 40px 0; }
.indDiv .row{margin-bottom: 60px; }
.indDiv .row>div{margin-top: 30px; }
.indDiv .row>div a{display: block; }
.indDiv .row>div .imgDiv{padding-top: 56.52%; }
.indDiv .row>div .textDiv{padding: 20px 0 0; }
.indDiv .row>div .textDiv .title{color: #333; text-align:center }
.indDiv .row>div .textDiv .p{color: #666; }
.indDiv .row>div a:hover .textDiv .title{color: #308c21; }

.faqDiv{padding: 60px 0; }
.faqDiv ul{margin-bottom: 40px; }
.faqDiv ul li{margin-bottom: 30px;padding: 40px 60px;background: #f5f5f5; }
.faqDiv ul li .hd{cursor: pointer; }
.faqDiv ul li .hd .tit{width: calc(100% - 60px); }
.faqDiv ul li .hd span{width: 36px;height: 36px;border: 2px solid #308c21;border-radius: 50%;background: url(../img/jia.png) no-repeat center center; }
.faqDiv ul li .bd{margin-top: 15px;color: #666;display: none; font-size:16px }
.faqDiv ul li.on .hd span{background: url(../img/jian.png) no-repeat center center; }

.pd60{padding: 60px 0; }
.aboutDiv1 .bdDiv{margin-top: 30px;color: #666; }

.aboutDiv2 .hdDiv{margin-bottom: 34px; }
.aboutDiv2 .hdDiv .tabsDiv a{width: 120px;height: 46px;border: 1px solid #308c21;border-radius: 24px;color: #308c21;margin-left: 10px;display: flex;justify-content: center;align-items: center; }
.aboutDiv2 .hdDiv .tabsDiv a.on{background: #308c21;color: #fff; }
.aboutDiv2 .lunboDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;opacity: 0; }
.aboutDiv2 .lunboDiv.on{position: relative;z-index: 1;opacity: 1; }
.aboutDiv2 .smallDiv{width: 220px;position: relative;margin-left: 0;}
.aboutDiv2 .swiper-container {width: 100%;height: 675px;margin-left: 0;margin-right: auto;}
.aboutDiv2 .gallery-top {height: 100%;width: calc(100% - 240px);}
.aboutDiv2 .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 675px;}
.aboutDiv2 .gallery-top .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.aboutDiv2 .gallery-top .swiper-slide .titleDiv{background: rgba(0,0,0,.5);position: absolute;left: 0;bottom: 0;color: #fff;padding: 18px;width: 100%; }
.aboutDiv2 .gallery-thumbs {height: 675px;box-sizing: border-box;}
.aboutDiv2 .gallery-thumbs .swiper-slide {height: 106px;display: flex;justify-content: center;align-items: center;position: relative; }
.aboutDiv2 .gallery-thumbs .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.aboutDiv2 .gallery-thumbs .swiper-slide-thumb-active:before {content: "";width: 100%;height: 100%;border: 2px solid #308c21;position: absolute;left: 0;top: 0;z-index: 2; }

.aboutDiv3 .bdDiv .row{margin: 30px -5px; }
.aboutDiv3 .bdDiv .row>div{padding: 0 5px;flex: 0 0 20%;max-width: 20%; }
.aboutDiv3 .bdDiv .row>div .imgDiv{padding-top: 133.21%; }
.aboutDiv3 .bdDiv .row>div .title{margin-top: 10px;text-align: center; }
.aboutDiv3 .bdDiv .textDiv{padding: 30px;background: #f5f5f5;color: #3d3d3d;line-height: 2; }

.aboutDiv4 .bdDiv{margin-top: 30px; }
.aboutDiv4 .bdDiv .imgDiv{padding-top: 43%; }
.aboutDiv4 .bdDiv .titleDiv{margin-top: 10px;text-align: center;color: #3d3d3d; }
.aboutDiv4 .swiper-container{padding-bottom: 70px; }
.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.aboutDiv4 .swiper-pagination-bullet{width: 10px;height: 10px;background: #ccc;opacity: 1; }
.aboutDiv4 .swiper-pagination-bullet-active{background: #308c21; }

.newsDiv{padding: 35px 0 86px; }
.newsDiv ul{margin-bottom: 78px; }
.newsDiv ul li a{padding: 35px 0;border-bottom: 1px solid #dad8d8;flex-direction: row-reverse; }
.newsDiv ul li .imgDiv{width: 334px;height: 221px;overflow: hidden;margin-left: 20px; }
.newsDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.newsDiv ul li .textDiv{width: 70.16%; }
.newsDiv ul li .textDiv .date{color: #308c21; }
.newsDiv ul li .textDiv span{color: #0e0e0e;margin: 10px 0 20px; font-weight:bold }
.newsDiv ul li .textDiv p{color: #222121;line-height: 2;margin-bottom: 40px; }
.newsDiv ul li .textDiv .moreBtn{font-size: 14px;color: #424242; }
.newsDiv ul li .textDiv .moreBtn img{margin-left: 10px; }
.newsDiv ul li a:hover .textDiv span{color: #308c21; }
.newsDiv ul li a:hover .textDiv .moreBtn img{transform: translateX(15px); }

.breadcrumbDiv{padding: 14px 0;font-size: 14px;color: #666; }
.breadcrumbDiv a{color: #666; }
.breadcrumbDiv span{color: #666; }
.breadcrumbDiv a:hover{color: #308c21; }
.newsDetailDiv{padding-bottom: 80px; }
.newsDetailDiv .bdDiv{align-items: flex-start;margin-top: 0; }
.newsDetailDiv .bdDiv .leftDiv{width: 69.44%;border-right: 0;padding-right: 0; }
.newsDetailDiv .bdDiv .rightDiv{width: 28.47%;background: #fff;padding: 30px; }
.detailDiv {padding: 0 6%;background: #fff; }
.detailDiv .hd{padding: 60px 0 30px;border-bottom: 1px solid #d8d8d8; }
.detailDiv .hd .date{margin-top: 15px;color: #333; }
.detailDiv .bd{padding: 60px 0;}
.detailDiv .bd .textDiv p{color: #3D3D3D;margin: 0 auto;line-height: 2;}
.newsDetailDiv .arPageDiv{background: #fff;padding: 30px 5.45%;margin-top: 10px; }
.newsDetailDiv .arPageDiv>div{width: calc((100% - 120px) / 2);}
.newsDetailDiv .arPageDiv span{color: #3D3D3D; }
.newsDetailDiv .arPageDiv a:hover span{color: #308c21; }
.newsDetailDiv .listImg{margin: 0 50px; }
.newsDetailDiv .bdDiv .rightDiv .rh{padding-bottom: 20px;border-bottom: 1px solid #CCCCCC; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li{margin-top: 30px; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li .imgDiv{padding-top: 56.52%; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li .titleDiv{margin-top: 15px;color: #333; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li a:hover .titleDiv{color: #308c21; }

.contactDiv1 .bdDiv{align-items: flex-start; }
.contactDiv1 .blDiv{width: 62.5%; }
.contactDiv1 .blDiv .formDiv{margin-top: 60px; }
.contactDiv1 .blDiv .formDiv .row{margin: 0 -10px; }
.contactDiv1 .blDiv .formDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.contactDiv1 .blDiv .formDiv .row>div input{border: 1px solid #ccc;padding: 0 20px;width: 100%;line-height: 48px; }
.contactDiv1 .blDiv .formDiv .row>div input:focus{border-color: #308c21; }
.contactDiv1 .blDiv .formDiv .row>div textarea{width: 100%;height: 180px;border: 1px solid #ccc;padding: 10px 20px;resize: none; }
.contactDiv1 .blDiv .formDiv .row>div textarea:focus{border-color: #308c21; }
.contactDiv1 .blDiv .formDiv button{width: 100%;max-width: 440px;margin: 20px auto 0;background: #308c21;color: #fff;height: 50px;border: 0;padding: 0;cursor: pointer;  }
.contactDiv1 .blDiv .formDiv button:hover{opacity: .8; }

.contactDiv1 .brDiv{width: 33.33%; }
.contactDiv2 .row>div{margin-top: 30px; }
.contactDiv2 .row>div .conDiv{background: #fff;padding: 30px;height: 100%; }
.contactDiv2 .row>div .conDiv .line{width: 30px;height: 3px;margin: 10px 0 20px;background: #308c21; }
.contactDiv2 .row>div .conDiv .p{flex-wrap: wrap; line-height:36px}
.contactDiv2 .row>div .conDiv a{width: 40px;height: 40px;border: 1px solid #ccc;border-radius: 50%;margin-right: 20px;margin-bottom: 10px; }
.contactDiv2 .row>div .conDiv a:last-child{margin-right: 0; }
.contactDiv2 .row>div .conDiv a .hImg{display: none; }
.contactDiv2 .row>div .conDiv a:hover{background: #308c21;border-color: #308c21; }
.contactDiv2 .row>div .conDiv a:hover .dImg{display: none; }
.contactDiv2 .row>div .conDiv a:hover .hImg{display: block; }
.contactDiv2 .mapDiv{margin-top: 30px; }

.productDetailDiv{ height:auto; overflow:hidden}
.productDetailDiv .hdDiv{padding: 60px 4.16%;align-items: flex-start;background: #fff; }
.productDetailDiv .leftDiv{width: 51.67%;}
.productDetailDiv .leftDiv .hd{position: relative;display: flex;justify-content: space-between;align-items: center;}
.productDetailDiv .leftDiv .smallDiv{padding: 35px 0; width: 94px;position: relative; }
.productDetailDiv .swiper-container {width: 100%;height: 500px;margin-right: 0;margin-left: auto; }
.productDetailDiv .gallery-top {height: 100%;width: calc(100% - 124px);}
.productDetailDiv .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: auto;}
.productDetailDiv .gallery-top .swiper-slide img{height:auto;width: 100%;object-fit: cover; }
.productDetailDiv .gallery-thumbs {height: 417px;box-sizing: border-box;}
.productDetailDiv .gallery-thumbs .swiper-slide {height: 71px;display: flex;justify-content: center;align-items: center;position: relative; }
.productDetailDiv .gallery-thumbs .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active:before {content: "";width: 100%;height: auto;border: 2px solid #308c21;position: absolute;left: 0;top: 0;z-index: 2; }
.productDetailDiv .swiper-button-next,.productDetailDiv .swiper-button-prev{width: 100%; height: 24px;margin-top: 0;margin-top:0;left: 0;opacity: 1;cursor: pointer; }
.productDetailDiv .swiper-button-next:hover,.productDetailDiv .swiper-button-prev:hover{opacity: 1;}
.productDetailDiv .swiper-button-next{background: url(../img/next1.png) no-repeat center center;right: auto;bottom: 0;top: auto;}
.productDetailDiv .swiper-button-prev{background: url(../img/prev1.png) no-repeat center center;top: 0; }
.productDetailDiv .gallery-top .swiper-button-next,.productDetailDiv .gallery-top .swiper-button-prev{width: 46px;height: 46px;margin-top: -20px;left: auto;bottom: auto;top: 50%;margin-left: initial;border-radius: 50%; }
.productDetailDiv .gallery-top .swiper-button-next{background: url(../img/right_.png)  no-repeat center center;background-size: 100%;right: 10px;}
.productDetailDiv .gallery-top .swiper-button-prev{background: url(../img/left_.png) no-repeat center center;background-size: 100%;left: 10px;}
.swiper-button-next:after,.swiper-button-pev:after{content: "";}
.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}
.productDetailDiv .rightDiv{width: 37.6%;}
.productDetailDiv .rightDiv .title{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ccc;position: relative; }
.productDetailDiv .rightDiv .title::before{content: "";width: 60px;height: 3px;background: #308c21;position: absolute;left: 0;bottom: 0; }
.productDetailDiv .rightDiv .introDiv .p{margin-top: 10px; }
.productDetailDiv .rightDiv .btnDiv{margin-top: 50px; }  
.productDetailDiv .rightDiv .btnDiv a{padding: 10px 22px; }
.productDetailDiv .rightDiv .btnDiv a.inqBtn{border: 1px solid #308c21;color: #308c21; }
.productDetailDiv .rightDiv .btnDiv a.inqBtn:hover{background: #308c21;color: #fff; }
.productDetailDiv .rightDiv .btnDiv a.telBtn{border: 1px solid #0CC143;color: #0CC143;margin-left: 20px; }
.productDetailDiv .rightDiv .btnDiv a.telBtn img{margin-right: 4px; } 
.productDetailDiv .rightDiv .btnDiv a.telBtn .hImg{display: none; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover{background: #0CC143;color: #fff; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover .dImg{display: none; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover .hImg{display: block; }
.productDetailDiv .bdDiv{background: #fff;padding: 60px 4.16%;margin: 30px 0; }
.productDetailDiv .bdDiv .itemDiv{margin-bottom: 60px; }
.productDetailDiv .bdDiv .itemDiv:last-child{margin-bottom: 0; }
.productDetailDiv .bdDiv .itemDiv .ih{margin-bottom: 30px; }
.productDetailDiv .bdDiv .itemDiv .ib{color: #3d3d3d; } 
.productDetailDiv .bdDiv .itemDiv .ib table{width: 100%;border: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv .ib table td{padding: 10px;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv .ib table td:nth-child(1){width: 30%; }
.productDetailDiv .bdDiv .itemDiv .row>div .imgDiv{padding-top: 75%; }
.productDetailDiv .bdDiv .itemDiv .row>div .title{margin-top: 10px;text-align: center;color: #3d3d3d; }

.productDetailDiv .likeDiv {padding: 60px 0; }
.productDetailDiv .likeDiv .row>div{margin-top: 30px; }
.productDetailDiv .likeDiv .row>div a{padding: 20px 20px 30px;background: #fff;display: block; }
.productDetailDiv .likeDiv .row>div .imgDiv{padding-top: 74.75%; } 
.productDetailDiv .likeDiv .row>div .textDiv{padding-top: 20px;display: flex;flex-direction: column;justify-content: space-between; }
.productDetailDiv .likeDiv .row>div .textDiv .title{color: #333;margin-bottom: 30px; }
.productDetailDiv .likeDiv .row>div .textDiv .moreBtn{width: 110px;height: 32px;border: 1px solid #308c21;color: #308c21; }
.productDetailDiv .likeDiv .row>div a:hover .textDiv .moreBtn{background: #308c21;color: #fff; }


@media (max-width:1460px) { 
	header .logo a{width: 15vw; }
	header .rightDiv .menu>ul>li{margin-left: 4vw; }
	header .rightDiv .langDiv{margin-left: 2.5vw; }
	.indexDiv1{padding-left: 2vw; }
	.indexDiv3{padding-left: 2vw; }
	.indexDiv3 .bdDiv{width: 93.33%; }
	.indexDiv3 .bdDiv ul{padding-right: 0; }
	
	.f46{font-size: 40px; }
	.f36{font-size: 32px; }
	.f30{font-size: 28px; }
	.f28{font-size: 24px; }
	.f24{font-size: 23px; }
	.f22{font-size: 21px; }
	.f20{font-size: 20px; }
	.f18{font-size: 18px; }
	
	.productDiv .blDiv{width: 25%; }
	.productDiv .brDiv{width: 72.92%; }
	
	
}
@media (max-width:1360px) {
}
@media (max-width:1200px) {
	header .rightDiv .menu>ul>li{margin-left: 3vw; }
	header .rightDiv .menu>ul>li>a{font-size: 16px; }
	header .rightDiv .langDiv{margin-left: 2vw; }
	.f46{font-size: 36px; }
	.f36{font-size: 30px; }
	.f30{font-size: 28px; }
	.f28{font-size: 24px; }
	.f24{font-size: 22px; }
	.f22{font-size: 21px; }
	.f28{font-size: 24px; }
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-bottom:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
/*	/*
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}*/
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #333;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial; margin-top:0px}
	header .logo a img{max-height: 90%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;top: 90px; }
	body.on-fixed header .rightDiv .menu {top: 50px; }
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}

	/* header.indexHeader .rightDiv .menu>ul>li>a{color: #333;} */
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	.menu ul ul .flexbet,.menu ul ul .flexend{padding: 0;}
	.menu>ul>li:hover>ul{transform: initial;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 90px; }
	
	header .rightDiv .langDiv{height: 50px;margin-right: 40px; }
	.menu>ul>li ul li>a{padding-top: 0;padding-bottom: 0; }
	
	
	.index-banner .w_z{width:100%; margin:0 auto; color:#fff; text-align:left; position:relative;}
.index-banner .w_z h2{font-size:24px; line-height:26px; font-weight:bold}
.index-banner .w_z p{font-size:16px;   line-height:24px; margin-top:10px; width:90%}

}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px; }
	
	.f46{font-size: 24px; }
	.f36{font-size: 20px; }
	.f30{font-size: 20px; }
	.f28{font-size: 20px; }
	.f24{font-size: 19px; }
	.f22{font-size: 18px; }
	.f20{font-size: 17px; }
	.f18{font-size: 16px; }
	
	.pd90{padding: 20px 0; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	header .rightDiv .langDiv{margin-right: 30px; }
	
	
	body.on-menu header .rightDiv .menu{top: 50px; }
	header .headerTop{display: none; }
	header .mbtn{top: 0; }
	.main{margin-top: 50px; }
	.on-fixed header{ top: 0;}
	header .logo{width: auto;}
	.index-banner .img{height: 45vw; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	
	.indexDiv1{padding: 20px 0; }
	.indexDiv1 .bdDiv{margin-top: 0px;display: block; height:auto; overflow:hidden}
	.indexDiv1 .blDiv{width: 100%; position: inherit }
	.indexDiv1 .blDiv .blh{height: 50px;background: #308c21;color: #fff;padding: 0 20px;flex-direction: column;align-items: flex-start; margin-bottom:20px }
.indexDiv1 .blDiv .blh span{font-size: 24px;font-weight: bold; }
.indexDiv1 .brDiv .row>div{padding: 0 10px;margin-bottom: 10px; }
.indexDiv1 .bdDiv{position: relative;margin-bottom: 10px; }
	.indexDiv1 .blDiv .blb{ display:none  }
	.indexDiv1 .blDiv ul li{margin-bottom: 10px; }
	.indexDiv1 .blDiv .btnDiv{margin-top: 40px;height: 40px;width: 100px; }
	.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px; }
	.indexDiv1 .brDiv{width: 100%; }
	.indexDiv1 .brDiv::before{width: 50vw;height: 50vw; }
	.indexDiv1 .brDiv .textDiv{margin-top: 20px; }
	.indexDiv2::before{height: 150px; }
	.indexDiv2 .bdDiv{margin-top: 0; }
	.indexDiv2 .bdDiv .row{margin: 0 -8px; }
	.indexDiv2 .bdDiv .row>div{padding: 0 8px;margin-top: 20px; }
	.indexDiv3{padding-left: 15px; }
	.indexDiv3 .hdDiv{width: 100%;margin-bottom: 50px; }
	.indexDiv3 .hdDiv .textDiv{margin-top: 25px; }
	.indexDiv3 .hdDiv .textDiv .line{margin: 10px 0 20px; }
	.indexDiv3 .bdDiv {width: 100%; }
	.indexDiv3 .bdDiv ul{flex-wrap: wrap; }
	.indexDiv3 .bdDiv ul li{width: 50%;padding: 15px 20px; }
	.indexDiv3 .bdDiv ul li span{margin-right: 10px; }
	.indexDiv4{padding: 50px 0 100px; }
	.indexDiv4 .bdDiv{display: block; }
	.indexDiv4 .blDiv{width: 100%; }
	.indexDiv4 .brDiv{width: 100%; }
	.indexDiv4 .brDiv a{width: 188px;margin: 20px auto 0; }
	.indexDiv4 .blDiv .p{margin: 35px 0 30px; }
	.indexDiv4 .blDiv ul{justify-content: space-between;align-items: flex-start; }
	.indexDiv4 .blDiv ul li{margin-right: 0;width: 30%;color: #fff; }
	.indexDiv4 .blDiv ul li .lh{width: 90px;height: 90px;margin: 0 auto; }
	.indexDiv4 .blDiv ul li .lh span{font-size: 30px; }
	.indexDiv4 .blDiv ul li p{text-align: center; }
	
	.indexDiv5 .bdDiv{margin-top: 30px; }
	.indexDiv5 .swiper-container .textDiv{padding: 20px; }
	.indexDiv5 .swiper-container .textDiv .title{margin-top: 30px; }
	.indexDiv5 .btnDiv{height: 40px;width: 100px; }
	.indexDiv5 .swiper-button-next, .indexDiv5 .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px; }
	
	.footerDiv .hdDiv{flex-wrap: wrap;padding: 30px 0;  }
	.footerDiv .hdDiv .listDiv{min-width: 50%;margin-right: 0;margin-bottom: 30px;max-width: 100%; }
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 15px; }
	.footerDiv .hdDiv .listDiv:nth-child(1){ display:none}
	.footerDiv .hdDiv .listDiv:nth-child(2){ display:none}
	.footerDiv .hdDiv .listDiv:nth-child(3){ display:none}
	.footerDiv .hdDiv .listDiv:nth-child(4){ display:none}
	.footerDiv .hdDiv .listDiv:last-child{margin-bottom: 0; }
	.footerDiv .hdDiv .listDiv .telDiv p{font-size: 22px; }
	.footerDiv .bdDiv{flex-direction: column;text-align: center;padding-bottom: 15px; }
	.productDiv .blDiv .lb ul li{ padding:10px 0}
	.productDiv .blDiv .lb ul li>a{color: #333;font-weight: 500;font-size: 16px;padding-right: 45px;background: url(../img/prev.png) no-repeat right 7px;display: block; } 
	.productDiv .blDiv .lh{padding:15px 30px; background:#308c21; color:#fff }
	.ny-banner .wrap{height: 40vw; }
	.ny-banner span{font-size: 30px; }
	
	.productDiv{padding: 40px 0 30px; }
	.productDiv .bdDiv{display: block; }
	.productDiv .blDiv{width: 100%; } 
	.productDiv .brDiv{width: 100%;margin-top: 30px; }
	.productDiv .brDiv .row{margin: 0 -5px 30px; }
	.productDiv .brDiv .row>div{padding: 0 5px;margin-top: 10px; }
	.productDiv .brDiv .row>div a{padding: 10px; }
	.productDiv .brDiv .row>div .textDiv .title{margin-bottom: 15px; }
	.pageDiv a{margin: 0;width: 30px;line-height: 28px;font-size: 14px; }
	.advanDiv1 .bdDiv .textDiv{margin-top: 0px;color: #666; line-height:28px; font-size:16px }
	.advanDiv1{padding: 30px 0; }
	.advanDiv1 .bdDiv{margin-top: 20px; }
	.advanDiv2{padding: 30px 0; }
	.advanDiv2 .row{margin: 0 -10px; }
	.advanDiv2 .row>div{padding: 0 5px;margin-top: 15px; }
	.advanDiv2 .row>div .textDiv{padding: 15px; }
	.advanDiv3{padding: 30px 0; }
	.advanDiv3 .row>div .conDiv{padding: 20px; }
	.advanDiv3 .row>div .conDiv .title{font-size: 20px; }
	.advanDiv3 .row>div .conDiv img{width: 40px; }
	.advanDiv3 .row>div{margin-top: 20px; }
	.indDiv .row>div{margin-top: 20px; }
	.certifDiv1{padding: 50px 0 0; }
	.certifDiv2{padding: 50px 0; }
	.certifDiv2 .row>div{flex: 0 0 50%;max-width: 50%; }
	
	.twoMenuDiv {overflow-x: auto;}
	.twoMenuDiv ul{display: block;white-space:nowrap; }
	.twoMenuDiv ul li{margin: 0 15px 0 0;display: inline-block; }
	.twoMenuDiv ul li:last-child{margin-right: 0; }
	
	.indDiv{padding: 20px 0; }
	.indDiv .row{margin-bottom: 30px; }
	
	.faqDiv{padding: 30px 0; }
	.faqDiv ul li{margin-bottom: 15px;padding: 20px; }
	
	.pd60{padding: 20px 0; }
	.aboutDiv1 .bdDiv{margin-top: 20px; }
	
	.aboutDiv2 .hdDiv{display: block; }
	.aboutDiv2 .hdDiv .tabsDiv{margin-top: 10px;justify-content: center; }
	.aboutDiv2 .hdDiv .tabsDiv a{height: 36px; }
	.aboutDiv2 .hdDiv .tabsDiv a:first-child{margin-left: 0; }
	.aboutDiv2 .gallery-top{width: 100%; }
	.aboutDiv2 .gallery-top .swiper-slide .imgDiv{height: 60vw; }
	.aboutDiv2 .gallery-top .swiper-slide .titleDiv{padding: 10px; }
	.aboutDiv3 .bdDiv .row{margin: 0 -5px 20px;justify-content: center; }
	.aboutDiv3 .bdDiv .row>div{flex: 0 0 33.33%;max-width: 33.33%;margin-top: 20px; }
	.aboutDiv3 .bdDiv .textDiv{padding: 20px; }
	.aboutDiv4 .bdDiv{margin-top: 20px; }
	.aboutDiv4 .swiper-container{padding-bottom: 50px; }
	
.newsDiv{padding: 20px 0 }
.newsDiv ul{margin-bottom: 28px; }
	.newsDiv .tabsDiv{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div .textDiv .date{font-size: 14px; }
	.newsDiv ul li a{padding: 15px 0;border-bottom: 1px solid #dad8d8;flex-direction: row-reverse; }
	.newsDiv ul li .textDiv p{color: #222121;line-height: 2;margin-bottom: 20px; }
	.newsDiv ul li .textDiv span{color: #0e0e0e;margin: 10px 0 10px; font-weight:bold }
	.newsDiv ul li .imgDiv{width: 134px;height: 180px;overflow: hidden;margin-left: 20px; }
	.newsDetailDiv .bdDiv{display: block; } 
	.newsDetailDiv .bdDiv .leftDiv{width: 100%; }
	.newsDetailDiv .bdDiv .rightDiv{padding: 30px 15px;width: 100%;margin-top: 10px; }
	.newsDetailDiv .bdDiv .rightDiv .rh{font-size: 20px; }
	.newsDetailDiv .bdDiv .rightDiv .rb ul li{margin-top: 30px; }
	.newsDetailDiv .bdDiv .rightDiv .rb ul li .titleDiv{font-size: 16px; }
	.detailDiv .hd{padding: 30px 0; }
	.detailDiv .bd{padding: 30px 0; }
	.newsDetailDiv .arPageDiv{padding: 15px 5.45%; }
	.newsDetailDiv{padding-bottom: 40px; }
	
	.contactDiv1 .bdDiv{display: block; }
	.contactDiv1 .blDiv{width: 100%; }
	.contactDiv1 .blDiv .formDiv{margin-top: 30px; }
	.contactDiv1 .blDiv .formDiv button{margin-top: 0; }
	.contactDiv1 .brDiv{width: 100%;display: none;}
	
	.productDetailDiv .hdDiv{padding: 30px 15px;display: block; }
	.productDetailDiv .leftDiv{width: 100%; }
	.productDetailDiv .gallery-top{width: 100%; }
	.productDetailDiv .gallery-top .swiper-slide .imgDiv{height: auto; }
	.productDetailDiv .rightDiv{width: 100%;margin-top: 20px; }
	.productDetailDiv .rightDiv .btnDiv{margin-top: 25px;display: block; }
	.productDetailDiv .rightDiv .btnDiv a.telBtn{margin-left: 0;margin-top: 10px; }
	.productDetailDiv .bdDiv{padding: 30px 15px; }
	.productDetailDiv .bdDiv .itemDiv{margin-bottom: 30px; }
	.productDetailDiv .bdDiv .itemDiv .ih{margin-bottom: 15px; }
	.productDetailDiv .bdDiv .itemDiv .row>div{margin-bottom: 20px; }
	.productDetailDiv .likeDiv{padding: 30px 0; }
	
	@media (max-width:320px) {
	}
	
}
.guanyu{ background:#f5f5f5 url(../img/bg1.jpg) center right no-repeat; background-size:auto 100%; overflow:hidden; padding:90px 0;}
.guanyu .wrap{ display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse}
.sy_gypic{  width:45%;  overflow:hidden}
.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}
.sy_gypic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.sy_gyzi{ width:50%; margin-right:5%}
.sy_gyzi h1{ display:block; color:#308c21; font-size:46px; font-weight:bold;font-family: fontB;}
.sy_gyzi h2{ display:block; color:#333; font-size:20px}
.sy_gyzi p{ display:block; margin:20px auto; font-size:16px; line-height:36px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow:hidden}
.sy_gyzi span a{ display:block; background:#308c21; width:160px; color:#fff; line-height:45px; border-radius:30px; text-align:center; font-size:14px; transition:all 0.6s}
.sy_gyzi span a:hover{ background:#f16800; transition:all 0.6s}




@media only screen and (max-width:1200px){
.guanyu{  padding:50px 0;}
.sy_gyzi h1{ display:block; color:#308c21; font-size:30px}
.sy_gyzi h2{ display:block; color:#333; font-size:16px}
.sy_gyzi p{ display:block; margin:20px auto; font-size:12px; line-height:25px; }
.sy_gyzi span a{  width:120px; line-height:35px; font-size:12px}




}


@media only screen and (max-width:992px){
.guanyu{  padding:30px 0;}
.guanyu{ background:#f4f4f8 }
.guanyu .wrap{ display: block  ;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse}
.sy_gypic{  width:100%;  overflow:hidden}
.sy_gyzi{ width:100%; margin-top:20px}
}

.sy_gy{ height:auto; overflow:hidden;background:#222222}
.sy_gy .zb{ float:left; width:50%}
.sy_gy .zb .n_r{transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.sy_gy .zb .t_p{overflow:hidden; position:relative;}
.sy_gy .zb .t_p img{width:100%; height:auto; display:block;}
.sy_gy .zb .t_p:after{width:100%; height:100%; content:""; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.2);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_gy .zb .n_r:hover .t_p:after{background-color:rgba(0,0,0,.1);}
.sy_gy .zb .b_f{width:60px; height:60px; background:url(../img/a11.png) no-repeat center / 100% 100%; position:absolute; z-index:99; top:50%; left:50%; margin:-30px 0 0 -30px;}
.sy_gy .yb{ float: right; width:50%; color:#fff; padding:40px;box-sizing:border-box  }
.sy_gy .yb h1{ font-size:30px; font-weight:bold; margin-bottom:10px}
.sy_gy .yb p{ line-height: 28px; font-size:14px; width:90%;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:12;}
.sy_gy .yb span{ display:block; width:180px; border:#fff 2px solid; line-height:46px; text-align:center;border-radius:25px; margin-top:20px}
.sy_gy .yb span a{ color:#fff}
.sy_gy .yb span:hover{ border:#308c21 2px solid}
.sy_gy .yb span:hover a{color:#308c21}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

@media only screen and (max-width:992px){
.sy_gy .zb{ float:none; width:100%}
.sy_gy .yb{ float: none; width:100%; color:#fff; padding:20px;box-sizing:border-box  }
.sy_gy .yb h1{ font-size:20px; font-weight:bold; margin-bottom:10px}
.sy_gy .yb p{ line-height: 26px; font-size:14px; width:100%;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:12;}	
}

/*核心优势*/
.core-wrap { width: 96%;
  max-width: 1440px; margin: 70px auto 0px auto;}
.core-box { width: 100%; margin: 0px auto 60px auto; height: 250px; border:solid 1px #dddddd;}
.core-box .infos { width: 25%; height: 250px; text-align: center; color: #333; border-left: solid 1px #ddd; position: relative;}
.core-box .infos .txts { width: 100%; height: 100%; position: relative; z-index: 9; }
.core-box .infos h3 { font-size: 24px; padding: 20px 0 0px; font-weight:bold; text-transform:uppercase }
.core-box .infos em { font-family:  Arial; font-size: 16px; line-height: 40px;}
.core-box .infos p { width: 90%; margin: 0 auto; line-height: 24px; color: #555; }
.core-box .infos i{   display: block; color: #308c21; padding: 30px 0px 0px 0px; width:60px; margin:0 auto}
.core-box .infos i img{ width:100%}
.core-box .infos a { width: 185px; height: 60px; background-color: #fff; border-radius: 5px; line-height: 60px; position: absolute; bottom: 60px; left: 50%; margin-left: -120px; color: #308c21; font-size: 16px; padding-left: 55px; text-align: left; display: none;}
.core-box .infos a:before { content: ''; display: block; width: 19px; height: 10px; background: url(../images/icons.png) no-repeat -28px -44px; position: absolute; right: 55px; top: 25px; z-index: 2; }
.core-box .infos .bg { width: 100%; height: 290px; background-color: #308c21; position: absolute; left: 0; top: -16px; z-index: 0; display: none; box-shadow: 5px 5px 40px rgba(11,156,149,.4), -5px -5px 40px rgba(11,156,149,.4);}
.core-box .infos:hover { z-index: 9; }
.core-box .infos:hover, .core-box .infos:hover p { color: #fff; }
.core-box .infos:hover i{ color: #fff;}
.core-box .infos:hover a, .core-box .infos:hover .bg { display: block; }
@media only screen and (max-width:1440px){
.core-wrap { width: 90%; margin: 60px auto 0px auto;}
}
@media only screen and (max-width:992px){
.core-wrap { width: 94%; margin: 20px auto; height:auto; overflow:hidden}	
.core-box .infos { width: 100%; height: 210px; border: solid 1px #ddd; }
.core-box {width: 100%; margin: 0 auto; height: 240px; border:solid 0px #dddddd; }
.core-box .infos h3 { font-size: 20px; padding: 20px 0 0; }
.core-box .infos .bg { width: 100%; height: 260px;}
.core-box .infos i{   display: block; color: #308c21; padding: 20px 0px 0px 0px; width:60px; margin:0 auto}

}

.sys li{ float:left; margin-right:1%; width:19.2%}
.sys img{ width:100%}
.sys li:nth-child(5n){margin-right:0; }
.sys li p{ text-align:center}


/*右侧悬浮*/
.center {
    text-align: center;
}
.fixedRt {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 99;

}

.mfsy {
	width: 41px;
	height: 102px;
	background-color: #0081fa;
	box-shadow: 0px 0px 16px 0px rgba(153, 169, 206, 0.54);
	border-radius: 3px;
	padding: 15px 12px;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.mfsy a {
	color: #fff !important;
}

.fixedRt ul {
	width: 41px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(153, 169, 206, 0.54);
	border-radius: 3px;
}

.fixedRt ul li {
	position: relative;
}

.fixedRt ul li a {
	line-height: 1;
	padding: 10px 5px;
	display: block;
	position: relative;
	font-size: 12px; text-align: center
}
.fixedRt ul li a img{
	width: 22px;
	margin-bottom: 5px;
}

.fixedRt ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 1px;
	background-color: #ededed;
}

.fixedRt ul li a .fixedDiv img {
	filter: grayscale(80);
}

.fixedRt ul li:hover a .fixedDiv img {
	filter: grayscale(0);
}

.fixedRt ul li:last-child a {
	border: 0;
}

.fixedRt ul li .hideDiv {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	display: none;
}

.fixedRt ul li .hideDiv .hideCon {
	 
	 
	margin-right: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(153, 169, 206, 0.54);
	border-radius: 3px;
	padding:0 10px;
	line-height: 1.5;
	 
	  line-height:40px;
}
.fixedRt ul li .hideDiv .hideCon1{
	 
	 
	margin-right: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(153, 169, 206, 0.54);
	border-radius: 3px;
	padding:10px;
	line-height: 1.5;
	 
	  line-height:40px; width:140px
}
.fixedRt ul li:hover .hideDiv {
	display: flex;
}
.fixedRt .backTop{margin-top: 20px;display: block;}