@import"https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900";
html,body{padding: 0;margin: 0;font-family: "微软雅黑";font-size: 16px;color: #333333;/*min-width: 1200px;*/}
.wrap{max-width: 1400px;margin: 0 auto;width: 100%; }
/* .wrap1{max-width: 83%;margin: 0 auto;width: 100%; } */
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;}
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;}
.nyBanner{ border-bottom:5px solid #83b23f;}
.pa{position: absolute;}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #83b23f;
}

::-webkit-scrollbar-track {
    background: #000
}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;height: 84px;background: transparent;transition: all .5s;background: rgba(0,0,0,.05); }
header.indexHeader{position: absolute; }
header .logo a{height: 84px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 50px;max-width: 185px;}
header .hImg{display: none; }
header .rightDiv{text-align: center;}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin: 0 2.6vw 0 0;}
header .rightDiv .menu>ul>li>a{height: 84px;text-align: center;color: #fff;position: relative;display: flex;justify-content: center;align-items: center;font-size: 18px; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li>a.on{background:transparent;color: #83b23f;}
/* header .rightDiv .menu>ul>li>a::after{content: "";width: 40px;position: absolute;left: 50%;margin-left: -20px; background: #1f4396;height: 3px;bottom: 22px;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 6px;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);} */
header .mbtn {width: 50px;height: 50px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;z-index: 11; }
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
header .langDiv{font-size: 15px;color: #fff;height: 84px;position: relative; }
header .langDiv .defaultDiv{height: 40px;border: 1px solid #fff;border-radius: 20px;padding: 0 17px;background: rgba(255,255,255,.16);cursor: pointer; }
header .langDiv .lan{width: 22px;height: 22px;background: url(../img/lang.png); }
header .langDiv .xia{width: 10px;height: 8px;background: url(../img/xia.png); }
header .langDiv span{margin: 0 13px; } 
header .langDiv .aDiv{position: absolute;left: 0;top: 61.5px;background: rgba(255,255,255,.16);width: 100%;padding: 10px;border-radius: 10px;display: none; } 
header .langDiv:hover .aDiv{display: block; }
header .langDiv a{color: #fff;display: block;margin: 10px 0; }
header .langDiv a.on{color: #408e42;}

header.indexHeader.on{top: -90px; }


/* .on-menu header .rightDiv .menu>ul>li>a{color: #333; }
.on-menu header .ssBtn .font_family{color: #333; }
.on-menu header .langDiv{color: #333; }
.on-menu header .langDiv a.on{color: #ee7700; } */

.on-fixed header{background: #fff; box-shadow:0 5px 5px rgba(0, 0, 0, .1); }

.on-fixed header .rightDiv .menu>ul>li>a{color: #333; }
.on-fixed header .rightDiv .menu>ul>li:hover>a,
.on-fixed header .rightDiv .menu>ul>li>a.on{color: #408e42; }
.on-fixed header .langDiv{color: #333;}
.on-fixed header .langDiv .defaultDiv{border-color: #000; }
.on-fixed header .langDiv .lan{background: url(../img/lang_.png); }
.on-fixed header .langDiv .xia{background: url(../img/xia_.png); }
.on-fixed header .langDiv .aDiv{background: #fff; }
.on-fixed header .langDiv .aDiv a{color: #000; }
.on-fixed header .langDiv a.on{color: #408e42; }
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center; }

.on-menu header .rightDiv .menu>ul>li>a{color: #333; }
.on-menu header .rightDiv .menu>ul>li:hover>a,
.on-menu header .rightDiv .menu>ul>li.on>a{color: #408e42;font-weight: bold; }
.on-menu header .langDiv{color: #333;}
.on-menu header .langDiv .defaultDiv{border-color: #000; }
.on-menu header .langDiv .lan{background: url(../img/lang_.png); }
.on-menu header .langDiv .xia{background: url(../img/xia_.png); }
.on-menu header .langDiv .aDiv{background: #fff; }
.on-menu header .langDiv .aDiv a{color: #000; }
.on-menu header .langDiv a.on{color: #408e42; }
.on-menu header .mbtn{background: url(../img/menu1.png) no-repeat center center; }

#menu { position: fixed; right: 25px; top: 50%; transform: translateY(-50%); padding: 0; list-style-type: none; z-index: 70;}
#menu::before{content: "";width: 1px;height: 100%;background: #fff;position: absolute;left: 50%;top: 0; }
#menu li{cursor: pointer;width: initial;margin-bottom: 40px;position: relative;z-index: 1; }
#menu li:last-child{margin-bottom: 0; }
#menu a{font-size: 14px;color: #333333;}
#menu a span{display: none;width: 58px;height: 58px;background: #fff;color: #333333;border-radius: 50%;flex-direction: column;position: relative; }
#menu a span::before{content: "";width: 78px;height: 78px;background: rgba(164,250,130,.2);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;z-index: -1; }
#menu a i{width: 16px;height: 16px;background: #408e42;display: block;margin: 0 auto;border: 2px solid #fff;border-radius: 50%; }
#menu .active a span{display: flex;}
#menu .active a i{display: none; }
/* #menu.on li a i{background: #fff; } */
/* #menu.on li a{color: #fff; } */

/* #fp-nav ul li, .fp-slidesNav ul li{margin: 25px;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{width: 15px;height: 15px;border: 1px solid #fff;background: transparent;}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{width: 15px;height: 15px;border-color: #2b6eb8;background: #2b6eb8;margin: -2px 0 0 -2px; }
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{width: 15px;height: 15px;border-color: #2b6eb8;background: #2b6eb8;margin: -2px 0 0 -2px;} */

/****底部***/
.footerDiv{background: #363b41;color: #999; }
.footerDiv .wrap{max-width: 100%;padding: 0 4vw; }
.footerDiv .hdDiv{align-items: stretch;position: relative; }
.footerDiv .hdDiv .hlDiv{width: 23.86%;background: #28292b;padding: 50px; }
.footerDiv .hdDiv .hlDiv .logoDiv{padding-bottom: 10px;border-bottom: 1px solid rgba(238,238,238,.2); }
.footerDiv .hdDiv .hlDiv .lxDiv .p{margin-top: 35px; }
.footerDiv .hdDiv .hlDiv .shareDiv{margin: 3.5vw 0 3vw; }
.footerDiv .hdDiv .hlDiv .shareDiv a{position: relative;color: #999;flex-direction: column; }
.footerDiv .hdDiv .hlDiv .shareDiv a:nth-child(1){margin-right: 24px; }
.footerDiv .hdDiv .hlDiv .shareDiv a p{margin-top: 10px; }
.footerDiv .hdDiv .hcDiv{width: calc(100% - 218px - 23.86%);padding: 45px 5vw 45px 45px; }
.footerDiv .hdDiv .hcDiv .navDiv{align-items: stretch;position: relative; }
.footerDiv .hdDiv .hcDiv .navDiv::before{content: "";width: 100%;height: 1px;background: rgba(238,238,238,.2);position: absolute;left: 0;top: 40px; }
.footerDiv .hdDiv .hcDiv .listDiv{padding-right: 2vw; }
.footerDiv .hdDiv .lt{padding-bottom: 15px;margin-bottom: 30px; }
.footerDiv .hdDiv .aDiv a{color: #a7a7a7;display: block;margin-bottom: 10px;}
.footerDiv .hdDiv .aDiv a:hover{color: #fff;text-decoration: underline;text-underline-offset: 4px; }
.footerDiv .hdDiv .telDiv{margin: 60px 0 40px; }
.footerDiv .hdDiv .telDiv .dh:nth-child(1){margin-right: 140px; }
.footerDiv .hdDiv .telDiv .dh .p{margin-left: 20px; }
.footerDiv .hdDiv .telDiv .dh .p p{color: #fff; }
.footerDiv .hdDiv .banquan{font-size: 14px; }
.footerDiv .hdDiv .banquan a{color: #999; }
.footerDiv .hdDiv .hrDiv{width: 218px;padding-top: 45px; }
.footerDiv .hdDiv .hrDiv .lt{border-bottom: 1px solid rgba(238,238,238,.2); }
.footerDiv .hdDiv .hrDiv .ewmDiv .imgDiv{width: 100px;text-align: center; }
.footerDiv .hdDiv .hrDiv .ewmDiv .imgDiv p{margin-top: 10px; }

/********************************* 首页 **********************************/

/*banner轮播*/
.banner1{width: 100%;position:relative;height: 100%;}
.banner1 .img{width: 100%;display: block;height: 100vh;background: none no-repeat center;background-size: cover;}
.banner1 .img>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; }
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 6.66vh;text-align: right;padding-right: 8.3vw; }
.banner1 .swiper-pagination-bullet{width: 40px;height: 6px;background: #fff;opacity:.5;border-radius: 0;}
.banner1 .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
.banner1 .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff;}
.banner1 .textDiv .p1{font-size: 44px;font-weight: bold;line-height: 1;}
.banner1 .textDiv .p2{font-size: 44px;line-height: 1;margin: 0.5vw 0 1.5vw;font-weight: 300; }
.banner1 .textDiv .p3{font-weight: 300;margin-bottom: 3vw; }
.indexDiv2 .brDiv .dataDiv{ margin-top:30px;}

.f54{font-size: 2.8125vw; }
.f52{font-size: 2.7vw; }
.f50{font-size: 2.6vw; }
.f48{font-size: 2.5vw; }
.f36{font-size: 1.875vw; }
.f32{font-size: 1.7vw; }
.f30{font-size: 1.5625vw; }
.f28{font-size: 1.4583vw; }
.f26{font-size: 1.3vw; }
.f24{font-size: 1.2vw;}
.f22{font-size: 1.1vw;}
.f21{font-size: 1.09375vw;}
.f20{font-size: 1vw; }
.f18{font-size: 18px; }

.bold{font-weight: bold; }

.indexTitle{position: relative;line-height: 1; }
.indexTitle span{text-transform: uppercase;color: #87c73b;letter-spacing: 3px; }
.indexTitle p{color: #66a11f;margin-top: 10px; }
a.imoreBtn{width: 186px;height: 60px;font-size: 18px;border-radius: 35px;color: #6caf45;position: relative;overflow: hidden;background: #fff; }
a.imoreBtn img{margin-right: 13px; }

.banner2{position: relative; }
.banner2-content{position: relative;z-index: 99;}

.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgOver .pic img{width: 100%;height: 100%;-webkit-object-fit: cover; }
.imgObj{position: relative; }
.imgObj .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgObj .pic img{max-width: 100%;max-height: 100%;object-fit: contain; }

.indexDiv1{position: relative;overflow: hidden; }
.indexDiv1 .bdDiv .blDiv{width: 48%;padding-left: 2.7%;position: relative;padding-bottom: 130px; }
.indexDiv1 .bdDiv .blDiv .imgDiv{padding-top: 100%; overflow:hidden; }
.indexDiv1 .bdDiv .blDiv .imgDiv img{border-radius: 30px;overflow: hidden;box-shadow: 0px 0px 21px rgba(0,0,0,.26); }
.indexDiv1 .bdDiv .blDiv .videoDiv{position: absolute;bottom: 0;left: 0;z-index: 1;width: 70.6%;}
.indexDiv1 .bdDiv .blDiv .videoDiv video{display: block;width: 100%;box-shadow: 0px 0px 21px rgba(0,0,0,.26);border-radius: 16px; }
.indexDiv1 .bdDiv .brDiv{width: 48%; }
.indexDiv1 .bdDiv .brDiv .titleDiv{color: #5fb000; }
.indexDiv1 .bdDiv .brDiv .titleDiv span{text-transform: uppercase;font-weight: bold; }
.indexDiv1 .bdDiv .brDiv .textDiv{font-size: 14px;margin: 3.6vw 0;line-height: 1.8;}
.indexDiv1 .bdDiv .brDiv .dataDiv{margin-bottom: 4vw; }
.indexDiv1 .bdDiv .brDiv .dataDiv li .p{margin-left: 15px; }
.indexDiv1 .bdDiv .brDiv .dataDiv li .p .num{color: #83b23f;text-align: left;line-height: 1; }
.indexDiv1 .bdDiv .brDiv .dataDiv .line{width: 1px;height: 56px;background: rgba(132,211,101,.45); }
.indexDiv1 .bdDiv .brDiv a.imoreBtn{border: 1px solid #54a71d;color: #54a71d;border-radius: 0; }
/* .indexDiv2{overflow: hidden; } */
.indexDiv2 .bdDiv{position: relative; }
.indexDiv2 .tabsDiv{position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 2;width: 332px; }
.indexDiv2 .tabsDiv ul{flex-wrap: wrap;background: #83b23f;box-shadow: 0px 0px 20px rgba(0,0,0,.24); }
.indexDiv2 .tabsDiv ul li{width: calc(50%);text-align: center;margin: 14px 0; }
.indexDiv2 .tabsDiv ul li a{padding: 16px 5px;color: #fff;display: block;margin: 0 14px; }
.indexDiv2 .tabsDiv ul li.on a{box-shadow: 0px 0px 20px rgba(0,0,0,.24); }
.indexDiv2 .tabsDiv ul li p{margin-top: 10px; }
.indexDiv2 .brDiv{width: calc(100% - 303px); }
.indexDiv2 .brDiv .indexTitle span{color: #fff; }
.indexDiv2 .brDiv .indexTitle p{color: #4d7f10;margin-bottom: 10px; }
.tr{text-align: right; }
.indexDiv2 .brDiv .introDiv .p1{max-width: 480px;margin: 5px 0 5px auto; }
.indexDiv2 .brDiv .introDiv .p2{max-width: 694px;margin: 0 0 0 auto;font-size: 15px; }
.indexDiv2 .brDiv .rowDiv{align-items: stretch;margin: 20px 0;opacity: 0;position: absolute;z-index: -1; }
.indexDiv2 .brDiv .rowDiv.on{opacity: 1;position: relative;z-index: 1; }
.indexDiv2 .brDiv .rowDiv .rlDiv{width: 40.3%; }
.indexDiv2 .brDiv .rowDiv a{position: relative;border-radius: 16px;overflow: hidden;background: #f8f8f8;box-shadow: 0px 0px 20px rgba(0,0,0,.08);border: 1px solid #ebebeb; }
.indexDiv2 .brDiv .rowDiv a .logoImg{position: absolute;left: 10px;top: 10px;width: 50%; }
.indexDiv2 .brDiv .rowDiv a .titleDiv{text-align: center;color: #333;position: relative; }
.indexDiv2 .brDiv .rowDiv a .hoverDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(132,177,79 ,.79);color: #fff;padding: 17px;opacity: 0;transition: all .5s; }
.indexDiv2 .brDiv .rowDiv a .hoverDiv .p2{margin: 15px 0;font-size: 14px; }
.indexDiv2 .brDiv .rowDiv a .hoverDiv .moreBtn{font-size: 14px; }
.indexDiv2 .brDiv .rowDiv a .hoverDiv .moreBtn img{margin-right: 30px; }
.indexDiv2 .brDiv .rowDiv a:hover .hoverDiv{opacity: 1; }
.indexDiv2 .brDiv .rowDiv .rlDiv a{padding: 97px 18% 35px;height: 100%;flex-direction: column;justify-content: flex-end;align-items: stretch; }
.indexDiv2 .brDiv .rowDiv .rlDiv .imgDiv{padding-top: 90%;margin-bottom: 40px; }
.indexDiv2 .brDiv .rowDiv .rlDiv a .hoverDiv{padding: 50px; }
.indexDiv2 .brDiv .rowDiv .rrDiv{width: calc(59.7% - 26px); }
.indexDiv2 .brDiv .rowDiv .rrDiv .row{margin: 0 -13px; }
.indexDiv2 .brDiv .rowDiv .rrDiv .row>div{padding: 0 13px; }
.indexDiv2 .brDiv .rowDiv .rrDiv .row>div:nth-child(-n+2){margin-bottom: 20px; }
.indexDiv2 .brDiv .rowDiv .rrDiv .row>div a{padding: 20px 18%;display: block; }
.indexDiv2 .brDiv .rowDiv .rrDiv .row>div .imgDiv{padding-top: 80%; }
.indexDiv2 .brDiv .dataDiv ul li:nth-child(1){margin-right: 40px; }
.indexDiv2 .brDiv .dataDiv ul li .num{color: #87c73b;line-height: 1;margin-bottom: 5px; }
.indexDiv2 .brDiv .dataDiv ul li p{color: #666;font-size: 14px; }

.indexDiv3{overflow: hidden; }
.indexDiv3 .bdDiv .blDiv{padding-left: calc((100% - 1400px) / 2);position: relative;width: 43.125%; }
.indexDiv3 .bdDiv .blDiv .tabsDiv{margin: 2vw 0; }
.indexDiv3 .bdDiv .blDiv .tabsCon ul {align-items: flex-start; }
.indexDiv3 .bdDiv .blDiv .tabsDiv ul li a{color: #727272;height: 49px;padding: 0 20px; }
.indexDiv3 .bdDiv .blDiv .tabsDiv ul li a img{margin-right: 10px; }
.indexDiv3 .bdDiv .blDiv .tabsDiv ul li.on a{box-shadow: 0px 0px 17px rgba(144,144,144,.08);background: rgba(255,255,255,.51);border-radius: 8px; }
.indexDiv3 .bdDiv .blDiv .tabsCon{position: relative; }
.indexDiv3 .bdDiv .blDiv .tabsCon .conDiv{/* transform: translateY(100px); */opacity: 0;position: absolute;z-index: -1; /* display: none; */}
.indexDiv3 .bdDiv .blDiv .tabsCon .conDiv.on{position: relative;opacity: 1;/* transform: translateY(0px);transition: all .8s; */z-index: 1;/* display: block; */ }
.indexDiv3 .bdDiv .blDiv .tabsCon .titleDiv{font-size: 14px;color: #666666; }
.indexDiv3 .bdDiv .blDiv .tabsCon .titleDiv span{color: #333333; }
.indexDiv3 .bdDiv .blDiv .tabsCon .textDiv{margin: 2vw 0;font-size: 14px;color: #666; }
.indexDiv3 .bdDiv .blDiv .tabsCon ul{margin-bottom: 2.6vw; }
.indexDiv3 .bdDiv .blDiv .tabsCon ul li{width: 27%; }
.indexDiv3 .bdDiv .blDiv .tabsCon ul li a{position: relative;display: block;padding: 15px 0; }
.indexDiv3 .bdDiv .blDiv .tabsCon ul li .imgDiv{height: 150px; }
.indexDiv3 .bdDiv .blDiv .tabsCon ul li .titleDiv{text-align: center;margin-top: 10px;font-size: 14px;color: #727272; }
.indexDiv3 .bdDiv .blDiv .tabsCon ul li .hoverDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(132,177,79 ,.79);color: #fff;padding: 10px 5px;opacity: 0;transition: all .5s;border-radius: 12px;flex-direction: column;justify-content: flex-end;text-align: center;font-size: 14px; }
.indexDiv3 .bdDiv .blDiv .tabsCon ul li:hover .hoverDiv{opacity: 1; } 
.indexDiv3 .bdDiv .blDiv .tabsCon ul li:hover .titleDiv{opacity: 0; }
.indexDiv3 .bdDiv .blDiv .tabsCon .imoreBtn{border-radius: 0;border: 1px solid #54a71d;background: transparent; }
.indexDiv3 .bdDiv .brDiv{width: 54.27%;height: 100vh;position: relative;overflow: hidden; }
.indexDiv3 .bdDiv .brDiv .imgDiv{/* display: none; */height: 100%;transform: translateX(200px);opacity: 0;position: absolute; }
.indexDiv3 .bdDiv .brDiv .imgDiv.on{/* display: block; */transform: translateX(0);opacity: 1;position: relative;transition: all 1s; }
.indexDiv3 .bdDiv .brDiv .imgDiv img{width: 100%;height: 100%;object-fit: contain; }

.indexDiv4{overflow: hidden; }
.indexDiv4 .bdDiv{align-items: stretch;position: relative;margin-top: 25px; }
.indexDiv4 .bdDiv .blDiv{width: 72.86%; }
.indexDiv4 .bdDiv .blDiv .row{margin: 0 -20px; }
.indexDiv4 .bdDiv .blDiv .row>div{padding: 0 20px;}
.indexDiv4 .bdDiv .blDiv .row>div:nth-child(-n+2){margin-bottom: 24px; }
.indexDiv4 .bdDiv .blDiv .row>div a{display: block;position: relative;border-radius: 16px;overflow: hidden;background: #f2f5fb;height: 100%; }
.indexDiv4 .bdDiv .blDiv .imgDiv{padding-top: 46.12%;overflow: hidden; }
.indexDiv4 .bdDiv .blDiv .textDiv{padding: 15px; }
.indexDiv4 .bdDiv .blDiv .textDiv .title{color: #333333; }
.indexDiv4 .bdDiv .blDiv .textDiv .p{margin: 15px 0 10px;color: #666666;font-size: 14px; }
.indexDiv4 .bdDiv .blDiv .textDiv .date{color: #999999;font-size: 14px; }
.indexDiv4 .bdDiv .blDiv .textDiv .moreBtn{color: #83b23f;font-size: 14px; }
.indexDiv4 .bdDiv .blDiv .textDiv .moreBtn img{margin-left: 10px; }
.indexDiv4 .bdDiv .brDiv{width: 22.7%;}
.indexDiv4 .bdDiv .brDiv .p{margin: 2.5vw 0 2vw; }
.indexDiv4 .bdDiv .brDiv a.imoreBtn{background: transparent;border-radius: 0;border: 1px solid #54a71d; }


.nyBanner .wrap{position:relative;height: 32.5vw; }
.nyBanner .textDiv span{font-size: 1.875vw;color: #fff; }
/* .nyBanner .breadcrumbDiv{position: absolute;left: 0;bottom: 20px;height: initial; } */

.locationDiv{background: #f5f5f5; }
.breadcrumbDiv{font-size: 14px;color: #666666;height: 60px; }
.breadcrumbDiv .font_family{margin-right: 10px;color: #666;font-size: 18px; }
.breadcrumbDiv a{color: #666;}
.breadcrumbDiv a:hover{color: #1f4396; }
.breadcrumbDiv span{color: #666666;}

.pd90{padding: 90px 0; }
.nyTitle{text-align: center;font-weight: 500; }
.nyTitle span{display: block;color: #4d7f10; }
.nyTitle small{display: block;color: #cfcfcf;text-transform: uppercase; }
.nyTitle p{font-size: 14px; }
.nyTitle.tl{text-align: left; }
.nyTitle .line{width: 60px;height: 1px;background: #ddd;margin: 10px 0 0; }

.productDiv{padding: 60px 0; }
.productDiv .hdDiv{margin: 50px 0 80px; }
.productDiv .hdDiv .item .il{width: 200px;height: 65px;color: #fff; }
.productDiv .hdDiv .item:nth-child(1) .il{background: #83b23f;border-bottom: 1px solid #fff; }
.productDiv .hdDiv .item:nth-child(2) .il{background: #333333; }
.productDiv .hdDiv .item .ir{width: calc(100% - 257px); }
.productDiv .hdDiv .item .ir ul{border-bottom: 1px solid #cfcfcf;width: 100%;flex-wrap: wrap; }
.productDiv .hdDiv .item .ir ul li{margin-right: 10px; }
.productDiv .hdDiv .item .ir ul li:last-child{margin-right: 0; }
.productDiv .hdDiv .item .ir ul li a{padding: 18px;display: block;text-align: center;color: #252525;position: relative; }
.productDiv .hdDiv .item .ir ul li.on a:after{content: "";width: 100%;height: 2px;background: #83b23f;position: absolute;left: 0;bottom: 0; }
.productDiv .bdDiv{position: relative; }
.productDiv .bdDiv .row{margin: 0 -18px; }
.productDiv .bdDiv .row>div{margin-bottom: 50px;padding: 0 18px; }
.productDiv .bdDiv .row>div a{display: block;background: #f8f8f8;border-radius: 20px;overflow: hidden;position: relative;padding: 30px;border: 1px solid #ebebeb;height: 100%;box-shadow: 0px 0px 20px rgba(0,0,0,.08); }
.productDiv .bdDiv .row>div .imgDiv{padding-top: 61.56%; }
.productDiv .bdDiv .row>div .logoImg{position: absolute;left: 10px;top: 20px;width: 36%; }
.productDiv .bdDiv .row>div .textDiv{position: relative;margin-top: 20px;color: #333; }
.productDiv .bdDiv .row>div .textDiv .titleDiv{padding-bottom: 10px;border-bottom: 1px solid #c0c0c0;margin-bottom: 10px; }
.productDiv .bdDiv .row>div .textDiv .p{margin-bottom: 40px; }
.productDiv .bdDiv .row>div .textDiv .moreBtn{max-width: 190px;height: 47px;color: #619c1c;border: 1px solid #619c1c;width: 100%; }
.productDiv .bdDiv .row>div .textDiv .moreBtn img{margin-right: 13px; }
.productDiv .bdDiv .row>div a:hover{border-color: #619c1c; }

.pageDiv{text-align: center; padding-bottom:40px;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 38px;margin: 0 5px;color: #333333;font-size: 16px;border: 1px solid #ddd;padding: 0 15px; }
.pageDiv span{color: #fff;background: #ddd; }
.pageDiv i{font-size: 14px; }

.serviceDiv{padding: 90px 0; }
.serviceDiv .nyTitle{text-align: left; }
.serviceDiv .hdDiv{margin: 30px 0 50px; }
.serviceDiv .bdDiv .row{margin: 0 -20px; }
.serviceDiv .bdDiv .row>div{padding: 0 20px;margin-bottom: 50px; }
.serviceDiv .bdDiv .row>div .conDiv{display: block;height: 100%;box-shadow: 2px 2px 13px 3px rgba(0, 0, 0, 0.1);padding: 50px 30px;text-align: center;transition: all .5s; }
.serviceDiv .bdDiv .row>div .conDiv span{color: #333;margin: 20px auto;display: block; }
.serviceDiv .bdDiv .row>div .conDiv .p{color: #666666;margin: 20px 0;line-height: 1.8; }
.serviceDiv .bdDiv .row>div .conDiv:hover{transform: translateY(-10px); }

.solutionDiv{padding: 50px 0 80px;overflow: hidden; }
.solutionDiv .hdDiv .hlDiv{width: 54.2%; }
.solutionDiv .hdDiv .hrDiv{width: 51.6%; }
.solutionDiv .hdDiv .hrDiv .nyTitle{padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid #ddd; }
.solutionDiv .hdDiv .hrDiv .nyTitle span{color: #1a1a1a; }
.solutionDiv .hdDiv .hrDiv .nyTitle small{color: #1a1a1a; }
.solutionDiv .hdDiv .hrDiv .textDiv{line-height: 2; }
.shDiv{position: relative; }
.shDiv .title{background: #fff;padding-right: 30px;position: relative;z-index: 1; }
.shDiv .title span{margin: 0 10px; }
.shDiv .title p{font-size: 14px; }
.shDiv .line{height: 2px;background: #ddd;width: 100%;position: absolute;left: 0;top: 50%;margin-top: -1px; }
.solutionDiv .bdDiv .shDiv{margin-bottom: 60px; }
.solutionDiv .bdDiv .row>div a .imgDiv{padding-top: 80%; }

.twoMenuDiv{background: #f7f7f7; }
.twoMenuDiv .blDiv{width: 200px;height: 75px;color: #fff;background: #83b23f; }
.twoMenuDiv .brDiv{width: calc(100% - 220px);}
.twoMenuDiv .aDiv{flex-wrap: wrap; }
.twoMenuDiv .aDiv li{ float:left; list-style:none;}
.twoMenuDiv .aDiv li a{text-align: center;line-height: 73px;color: #333333;padding: 0 20px;margin-left: 20px; display:block;border-bottom: 2px solid #f7f7f7; }
.twoMenuDiv .aDiv li a:hover,.twoMenuDiv .aDiv li.active a{border-bottom: 2px solid #83b23f; }
.bottom_box, #zxzx_divs{ display:none;}
/*右侧悬浮*/
 .floating_ck {
    position: fixed;
    right: 0px;
    top: 160px;
    z-index: 999;
}

.floating_ck dl dd {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #b0afb0;
    border-bottom: solid 1px #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
	margin-bottom:0px;
}

.floating_ck dl dd:hover {
    background-color: #83b23f;
    border-bottom: solid 1px #83b23f;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.floating_ck b {
    font-weight: normal;
}

.consult {
    background-image: url(../img/right1.png);
}

.quote {
    background-image: url(../img/right2.png);
}

.qrcord {
    background-image: url(../img/right3.png);
}

.words {
    background-image: url(../img/right4.png);
}

.return {
    background-image: url(../img/right5.png);
}

.floating_ck dd a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding-top: 54px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 80px;
    background-color: #83b23f;
    border-bottom: solid 1px #83b23f;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 80px;
    font-size: 15px;
}

.floating_ewm {
    height: 210px;
    top: -130px;
}

.floating_ewm i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
    font-size: 14px;
    line-height: 20px;
}

.floating_ewm .qrcord_p02 {
    font-size: 16px;
}

.floating_ewm .qrcord_p02 span {
    font-size: 18px;
    padding: 0;
}

.floating_ck .phone {
    background-image: url(../img/right2.png);
}

.floating_phone {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    height: 80px;
}

.floating_phone span {
    display: block;
    font-size: 16px;
}

.yzmDiv .yzm{line-height:50px; height:50px; width:30%; text-indent:20px; margin-right:20px; background:transparent;}
.yzmDiv img{width:120px; height:50px; margin-right:10px;}
.yzmDiv .change{color:#40535a; font-size:14px;}

.newsDetail{
	/*padding: 45px 0 60px;*/
	padding:45px 0px;
}
.newsDetail img{ text-align:center; margin:0 auto;}
.newsDetail.wrap {
    max-width: 1400px;
    margin: 0 auto;
}
.newsDetail .articleTitle{
	text-align: center;
	padding: 0 0 15px;
}
.newsDetail .articleTitle h3{
	font-size: 20px;
	color: #2c2c2c;
	margin: 0 0 10px;
}
.newsDetail .articleTitle span{
	font-size: 16px;
	color: #686868;
	display: block;
	margin-bottom: 15px;
}
.newsDetail .articleTitle .time{
	font-size: 14px;
	color: #9d9d9d;
}
.newsDetail .textDiv{
	width:1100px;
	padding: 20px 0; 
	font-size: 14px;
	color: #383838;
	margin: 0 auto;
	line-height:26px;
	border:1px solid #ededed;
	padding:50px;
	box-shadow:15px 15px 15px rgba(0, 0, 0, .2);
	margin-bottom:50px;
}
.newsDetail .textDiv p{
	font-size: 14px;
	color: #383838;
	margin: 0;
	line-height:24px;
	padding:10px 0px;
	/*text-indent:2em;*/
	/*text-align:justify;*/
	/* display: flex;*/
}
.newsDetail .textDiv p img{ margin:0 auto;}

.newsDetail .textDiv table td{
	font-size: 14px;
	color: #383838;
	margin: 0;
	line-height:26px;
	text-indent:20px;
}


.newsDetail .textDiv div{
	font-size: 14px;
	color: #383838;
	margin: 0;
	line-height:26px;
	padding:8px 0px;
	}
.newsDetail .otherArticle{
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}
.newsDetail .otherArticle>div{
	max-width: 50%;
}
.newsDetail .otherArticle a{
	font-size: 14px;
	color: #383838;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsDetail .otherArticle a:hover{
	color: #83b23f;
}
.newsDetail .otherArticle a span{
	display: inline-block;
	padding: 5px 10px;
	background: #83b23f;
	margin-right: 10px;
	color:#fff;
}
.wpage{ text-align:center; padding:20px; margin:0 auto; clear:both;}

/********加入我们*******/
.joinDiv{
	padding: 60px 0 0px;
	text-align: center;
	min-height:600px;
}
.joinDiv .wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.joinDiv .titleDiv span{
	font-size: 24px;
	color: #000000;
}
.joinDiv .titleDiv p{
	margin: 35px 3vw 80px;
	font-size: 18px;
	color: #282828;
	line-height: 30px;
}
.joinDiv .listDiv ul li a{
	display: block;
	padding:24px;
	border: 1px solid #d7d7d7;
	overflow: hidden;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
	background:#fff;
}
.joinDiv .listDiv ul li .imgDiv{
	width: 18.4%;
	padding-top: 58px;
	text-align: center;
	padding-bottom: 78px;
	background: #f5f5f5;
}
.joinDiv .listDiv ul li .imgDiv span{
	font-size: 16px;
	color: #1e1e1e;
	font-weight: bold;
}
.joinDiv .listDiv ul li .imgDiv .name{
	font-size: 26px;
	color: #494949;
	margin-top: 10px;
}
.joinDiv .listDiv ul li .textDiv{
	width: 76.4%;
}
.joinDiv .listDiv ul li .textDiv .hd{
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
}
.joinDiv .listDiv ul li .textDiv .hd .leftDiv{
	/*width: 45%;*/
	margin-right: 8%;
}
.joinDiv .listDiv ul li .textDiv .hd .rightDiv{
	width: 45%;
}
.joinDiv .listDiv ul li .textDiv .hd span{
	font-size: 18px;
	color: #000000;
}
.joinDiv .listDiv ul li .textDiv .hd p{
	font-size: 16px;
	color: #535353;
	line-height: 36px;
	margin: 10px 0 0;
}
.joinDiv .listDiv ul li .textDiv .bd{
	font-size: 16px;
	color: #303030;
	padding-top: 30px;
	overflow: hidden;
}
.joinDiv .listDiv ul li .textDiv .bd div{
	margin: 0 0 0 25px;
}
.joinDiv .listDiv ul li .textDiv .bd div span{
	color: #83b23f;
	text-decoration: underline;
}


/***********内页**************/
.twoNavDiv{
	text-align: center;
	padding: 5px 0;
	background: #f4f4f4;
	box-shadow:0px 0px 20px rgba(0,0,0,.2);
}
.twoNavDiv ul{
	display: block;
	overflow: hidden;
}
.twoNavDiv ul li{
	float: left;
	line-height: 50px;
	padding: 0 8px;
	position: relative;
	background: url(../img/line2.png) no-repeat left center;
}
.twoNavDiv ul li a{
	font-size: 16px;
	height: 50px;
	color: #393c3e;
	display: block;
	padding: 0 50px;
}
.twoNavDiv ul li a:hover,
.twoNavDiv ul li.active a{
	background: #00ac96;
	color: #fff;
}

.aboutDiv {
    padding: 40px 0;
    line-height: 30px;
    font-size: 14px;
	min-height:600px;
}
.aboutDiv .wrap {
    max-width: 1400px;
    margin: 0 auto;
    width: 90vw;
}
.ui-awards{
	position: relative;
}
.ui-awards .aw{
	display: inline-block;
	width: 66px;
	height: 66px;
	position: absolute;
	z-index: 1;
	top: 120px;
	transition: transform 300ms;
}
.ui-awards .aw:hover{
	transform: scale(.95);
}
.ui-awards .aw.l{
	background-image: url(../img/awsl.png);
	left: -100px;
}
.ui-awards .aw.r{
	background-image: url(../img/awsr.png);
	right: -100px;
}
.ui-awards ul{
	margin: 0 -10px;
}
.kk { padding-bottom:0px;}

.kk ul{
	margin: 0px;
	width:100%;
}

.ui-awards ul li{
	width: 25%;
	float: left;
	padding: 10px;
}
.kk ul li{ width:33.33%; padding:0px 10px; margin:10px 0px; height:auto; overflow:hidden;}
.ui-awards .i{
	display: block;
}
.ui-awards .i img{
	width: 100%;
	border: 2px solid #fff;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.ui-awards .i:hover img{
	border-color: #da251d;
}
.ui-awards .i p{
	margin-top: 20px;
	text-align: center;
	color: #4c4c4c;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 30px;
    height: 30px;
}
.ui-awards .p{
	display: block;
	background-color: #fff;
	transition: transform 300ms;
}
.ui-awards .p:hover{
	transform: scale(1.05);
	box-shadow: 0 10px 5px rgba(0, 0, 0, .1);
}
.ui-awards .p img{
	width: 100%;
}
.ui-awards .p p{
	line-height: 70px;
	text-align: center;
	color: #303030;
	font-size: 16px;
}
.ui-awards .p:hover p{
	color: #fff;
	background-color: #da251d;
}


.common-title {
    text-align: center;
    position: relative;
    line-height: 1;
    z-index: 5
}

.common-title .cn {
    color: #333
}

.common-title .en {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    color: #83b23f;
    z-index: -1;
    opacity: .5;
    width: 100%;
    line-height: 1.1
}

.news {
    padding-top: 50px;
    padding-bottom: 120px;
	min-height:600px;
}

.news .news-list-wrap {
    padding-bottom: 20px;
    margin-top: 40px
}

@media screen and (max-width: 1024px) {
    .news .news-list-wrap {
        padding-bottom:20px
    }
}

.news .news-list-wrap li {
    position: relative;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
	border-bottom: 2px solid #d0d0d0;
}

.news .news-list-wrap li:not(:last-child) {
    margin-bottom: 40px
}

.news .news-list-wrap li:hover {
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.2);
    box-shadow: 0 0 16px #0003;
}

.news .news-list-wrap li:hover .date-box {
    background-color: #7ba946
}

.news .news-list-wrap li:hover .item:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.news .news-list-wrap .item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    background-color: #fff;
    font-size: 14px;
    color: #777;
    z-index: 2
}

.news .news-list-wrap .item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #7ba946;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media screen and (max-width: 1024px) {
    .news .news-list-wrap .item {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        font-size: 14px;
    }
}

.news .news-list-wrap .img {
    width: 400px;
}

@media screen and (max-width: 1024px) {
    .news .news-list-wrap .img {
        width:100%;
        margin-bottom: 15px;
    }
}

.news .news-list-wrap .img .img-box {
    position: relative;
    padding-bottom: 64.18%;
    overflow: hidden
}

.news .news-list-wrap .img .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.news .news-list-wrap .info-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding-left: 40px;
    overflow: hidden
}
.news .news-list-wrap .moreBtn{width: 190px;height: 47px;border: 1px solid #aaaaaa;color: #aaaaaa;margin-top: 30px; }
.news .news-list-wrap .moreBtn i{width: 12px;height: 12px;background: url(../img/more4.png) no-repeat center center/100%;margin-right: 13px; }
.news .news-list-wrap:hover .moreBtn{color: #619c1c;border-color: #619c1c; }
.news .news-list-wrap:hover .moreBtn i{background: url(../img/more.png) no-repeat center center/100%; }

@media screen and (max-width: 1024px) {
    .news .news-list-wrap .info-box {
        width:100%;
        padding-left: 0
    }
}

.news .news-list-wrap .info-box .title {
    width: 100%;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 20px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .news .news-list-wrap .info-box .title {
        margin-bottom: 20px;
        font-size: 18px
    }
}

.news .news-list-wrap .info-box .p {
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .news .news-list-wrap .info-box .p {
        height:auto
    }
}

.news .news-list-wrap .date-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border: 1px solid #e7fafd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 70px;
    background-color: #666;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    transition: .4s ease all
}

@media screen and (max-width: 1024px) {
    .news .news-list-wrap .date-box {
        display:none
    }
}

.news .news-list-wrap .date-box .day {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 18px;
    font-family: Arial;
    color: #fff
}

.news .news-list-wrap .date-box .year {
    font-size: 24px;
    font-family: Arial;
    color: #fff
}

.contactDiv{overflow: hidden; }
.contactDiv .hdDiv{padding: 75px 0 60px; }
.contactDiv .hdDiv .hlDiv{width: 60.7%; }
.contactDiv .hdDiv .hrDiv{width: 34.8%; }
.contactDiv .hdDiv .hrDiv .lxDiv .p{margin-top: 50px;color: #424242; }
.contactDiv .hdDiv .hrDiv .lxDiv .p .text{width: calc(100% - 100px); }
.contactDiv #map{height: 448px; }
.contactDiv .bdDiv{padding: 90px 0; }
.contactDiv .bdDiv .nyTitle1{text-align: center;margin-bottom: 40px; }
.contactDiv .bdDiv .row{margin: 0 -17px; }
.contactDiv .bdDiv .row>div{padding: 0 17px;margin-bottom: 30px; }
.contactDiv .bdDiv .row>div .groupDiv input{width: 100%;border: 0;border-top: 1px solid #afafaf;background: #f8f8f8;line-height: 45px;padding: 0 15px; }
.contactDiv .bdDiv .row>div .groupDiv textarea{width: 100%;border: 0;border-top: 1px solid #afafaf;background: #f8f8f8;height: 210px;padding: 10px 15px;resize: none; }
.contactDiv .bdDiv .btm_box{flex-wrap: wrap;align-items: flex-start; }
.contactDiv .bdDiv .btm_box .yzmDiv{margin-bottom: 15px; }
.contactDiv .bdDiv .btm_box .yzmDiv input{width: 185px;line-height: 45px;background: #f8f8f8;padding: 0 10px;border: 1px solid #afafaf;margin-right: 20px; }
.contactDiv .bdDiv .btm_box button{width: 193px;height: 46px;background: #83b23f;color: #fff;border: 0;cursor: pointer; }

.nyTitle1 span{display: block; }

.aboutDiv1{padding: 95px 0 110px;background: url(../img/a-bg1.png) no-repeat left bottom; }
.aboutDiv1 .bdDiv{flex-direction: row-reverse; }
.aboutDiv1 .bdDiv .brDiv{position: relative;width: 57.43%;padding-top: 2%; }
.aboutDiv1 .bdDiv .blDiv{width: 34.78%;padding-left: 0;padding-right: 2.7%; }
.aboutDiv1 .bdDiv .blDiv .videoDiv{left: auto;right: 0; }
.aboutDiv1 .bdDiv .brDiv .en{position: absolute;left: 0;top: 0;font-size: 152px;font-weight: bold;color: #f6f6f6;text-transform: uppercase;z-index: -1;line-height: 1;font-style: italic; }

.aboutDiv2{padding: 90px 0 140px; }
.aboutDiv2 .bdDiv .row>div .conDiv{height: 100%;box-shadow: 0px 0px 11px rgba(205, 229, 255, 0.73);border-radius: 16px;overflow: hidden; }
.aboutDiv2 .bdDiv .row>div .conDiv .imgDiv{padding-top: 75.5%;position: relative; }
.aboutDiv2 .bdDiv .row>div .conDiv .imgDiv .iconImg{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.aboutDiv2 .bdDiv .row>div .conDiv .textDiv{padding: 40px;text-align: center;color: #494949; }
.aboutDiv2 .bdDiv .row>div .conDiv .textDiv .line{width: 39px;height: 2px;background: #8b8b8b;margin: 15px auto 25px; }
.aboutDiv2 .bdDiv .row>div .conDiv .textDiv .p{font-size: 14px; }
.aboutDiv2 .bdDiv .row>div .conDiv:hover{box-shadow: 0px 0px 11px rgba(176, 214, 255, 1); }
.aboutDiv2 .bdDiv .row>div .conDiv:hover .textDiv span{color: #48a81e; }
.aboutDiv2 .bdDiv .row>div .conDiv:hover .textDiv .line{background: #48a81e; }
.aboutDiv2 .bdDiv .row>div .conDiv:hover .textDiv .p{color: #010101; }

.aboutDiv3{padding: 105px 0; }
.aboutDiv3 .bdDiv .row{margin: 0 -10px; }
.aboutDiv3 .bdDiv .row>div{padding: 0 10px; }
.aboutDiv3 .bdDiv .row>div .imgDiv{padding-top: 88.4%; background: #fff;box-shadow: 0px 0px 30px rgba(81,81,81,.2); }
.aboutDiv3 .bdDiv .row>div.col-sm-6 .imgDiv{padding-top: 45.2%; }
.aboutDiv3 .bdDiv .row>div .imgDiv .pic{padding: 13px; }
.aboutDiv3 .bdDiv .row>div .imgDiv .pic::before{content: "";width: calc(100% - 26px);height: calc(100% - 26px);background: rgba(39, 39, 39, 0.42);position: absolute;left: 50%;top: 50%;z-index: 1;transform: translate(-50%,-50%); }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .imgDiv .pic::before{display: none; }
.aboutDiv3 .bdDiv .row>div .conDiv .titleDiv{margin-top: 15px; }
.aboutDiv3 .bdDiv .row>div .conDiv .titleDiv i{width: 16px;height: 16px;background: #494949;border-radius: 50%;margin-right: 7px;display: block; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .titleDiv{color: #48a81e; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .titleDiv i{background: #48a81e; }

.aboutDiv4{padding: 70px 0 150px; }
.aboutDiv4 .hdDiv{color: #333; }
.aboutDiv4 .hdDiv span{color: #48a81e; } 
.aboutDiv4 .bdDiv{margin-top: 40px; }

.proDetailDiv .pdh{align-items: flex-start;margin-bottom: 70px; }
.proDetailDiv .pdh .hlDiv{width: 43.7%;padding: 100px 11% 35px;background: #f8f8f8;border-radius: 16px;box-shadow: 4px 0 20px rgba(0, 0, 0, 0.08);border: 1px solid #ebebeb;text-align: center; }
.proDetailDiv .pdh .hlDiv p{margin-top: 10px; } 
.proDetailDiv .pdh .hrDiv{width: 51.43%;color: #3b3b3b; }
.proDetailDiv .pdh .hrDiv .hrh .p{margin: 15px 0;color: #565656;flex-wrap: wrap; }
.proDetailDiv .pdh .hrDiv .textDiv1{padding: 40px 0;border-top: 1px solid rgba(0,0,0,.22);border-bottom: 1px solid rgba(0,0,0,.22);line-height: 2; }
.proDetailDiv .pdh .hrDiv .textDiv2{padding-top: 50px; }
.proDetailDiv .pdd .telDiv{color: #252525; }
.proDetailDiv .pdd .telDiv img{margin-right: 13px; }
.proDetailDiv .pdd .xqDiv{margin-top: 50px; }


/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/


.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;font-size:15px;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>li.has-sub>a{padding-right:0}
.menu ul ul{position:absolute;left:0;text-align: center;width: max-content;opacity: 0;visibility: hidden;transform: translateY(-10px);transition: transform .6s;}
.menu li:hover>ul{opacity: 1;visibility: visible;transform: translateY(0);}
.menu ul ul ul{right:100%;top:10px;}
.menu ul ul li:hover>ul{left: auto;margin-left: 0;}
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;float: left;margin-right: 60px;}
.menu ul ul{padding: 10px 0;background: #fff;box-shadow: 5px 5px 10px rgba(0,0,0,.05);}
.menu ul ul.ul{padding: 40px 0;}
header .rightDiv .menu>ul>li.default{position: relative;}
header .rightDiv .menu>ul>li.default ul{min-width: 180px;left: -20px;}
header .rightDiv .menu>ul>li.default li{display: block;float: initial;width: 100%;}
header .rightDiv .menu>ul>li.default li a{font-size: 15px;color: #666;margin: 0;line-height: 40px;font-weight: normal;text-align: left;text-transform: capitalize;padding: 0 20px;transition: transform .4s ;}
header .rightDiv .menu>ul>li.default li a:hover{color: #2b6eb8;}


.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}

@media (min-width:768px) {
	
	/* .section.active .move_l{opacity:1;animation: move_l .7s .4s forwards; -webkit-animation: move_l .7s .4s forwards;}
	body .move_l{  opacity:0; transform: translatX(-50px); }
	@keyframes move_l{
	 from{ opacity:0; transform: translateX(-150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	@-webkit-keyframes move_l{
	 from{ opacity:0; transform: translateX(-150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	
	.section.active .move_r{opacity:1;animation: move_r .7s .4s forwards; -webkit-animation: move_r .7s .4s forwards;}
	body .move_r{  opacity:0; transform: translatX(50px);}
	@keyframes move_r{
	 from{ opacity:0; transform: translateX(150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	@-webkit-keyframes move_r{
	 from{ opacity:0; transform: translateX(150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	.section.active .move_b{opacity:1;animation: move_b .7s .4s forwards; -webkit-animation: move_b .7s .4s forwards;}
	body .move_b{  opacity:0; transform: translateY(-50px);}
	@keyframes move_b{
	 from{ opacity:0; transform: translateY(-150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	@-webkit-keyframes move_b{
	 from{ opacity:0; transform: translateY(-150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	.section.active .move_t{opacity:1;animation: move_t .7s .4s forwards; -webkit-animation: move_t .7s .4s forwards;}
	body .move_t{  opacity:0; transform: translateY(50px);}
	@keyframes move_t{
	 from{ opacity:0; transform: translateY(150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	@-webkit-keyframes move_t{
	 from{ opacity:0; transform: translateY(150px);}
	 to{ opacity:1; transform: translateY(0);}
	} 
	*/
	
	.section .indexDiv1 .bdDiv .blDiv .videoDiv.move_t{bottom: -200px;top: auto; }
	.section.active .indexDiv1 .bdDiv .blDiv .imgDiv.move_s{transition-delay: 0.3s;-webkit-transition-delay: 0.3s; }
	.section.active .indexDiv1 .bdDiv .blDiv .videoDiv.move_t{transition-delay: 0.4s;-webkit-transition-delay: 0.4s;bottom: 0; }
	.section.active .indexDiv1 .bdDiv .brDiv .textDiv.move_t{transition-delay: 0.5s;-webkit-transition-delay: 0.5s;  }
	.section.active .indexDiv1 .bdDiv .brDiv .dataDiv.move_t{transition-delay: 0.6s;-webkit-transition-delay: 0.6s; }
	.section.active .indexDiv1 .bdDiv .brDiv .imoreBtn.move_t{transition-delay: 0.7s;-webkit-transition-delay: 0.7s;  }
	
	.section.active .indexDiv2 .brDiv .introDiv.move_t{transition-delay: 0.4s;-webkit-transition-delay: 0.4s; }
	.section.active .indexDiv2 .brDiv .rowDiv .rlDiv.move_s,
	.section.active .indexDiv2 .brDiv .rowDiv .rrDiv .move_s{transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);opacity: 0;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;position: relative; }
	.section.active .indexDiv2 .brDiv .rowDiv.on .rlDiv.move_s{transition-delay: 0.4s;-webkit-transition-delay: 0.4s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);opacity: 1; }
	.section.active .indexDiv2 .brDiv .rowDiv.on .rrDiv .move_s{transition-delay: 0.5s;-webkit-transition-delay: 0.5s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);opacity: 1; }
	.section.active .indexDiv2 .brDiv .dataDiv.move_t{transition-delay: 0.6s;-webkit-transition-delay: 0.6s;opacity: 1;top: 0; }
	
	.section.active .indexDiv3 .bdDiv .blDiv .tabsDiv.move_t{transition-delay: 0.3s;-webkit-transition-delay: 0.3s;opacity: 1;top: 0; }
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv .titleDiv.move_t,
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv .textDiv.move_t,
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv .imoreBtn.move_t{opacity: 0;top: 200px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;position: relative; }
	
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv ul .move_s{transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);opacity: 0;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;position: relative; }
	
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv.on .titleDiv.move_t{transition-delay: 0.4s;-webkit-transition-delay: 0.4s;opacity: 1;top: 0; }
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv.on .textDiv.move_t{transition-delay: 0.5s;-webkit-transition-delay: 0.5s;opacity: 1;top: 0; }
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv.on .imoreBtn.move_t{transition-delay: 0.7s;-webkit-transition-delay: 0.7s;opacity: 1;top: 0; }
	
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv.on ul .move_s{transition-delay: 0.6s;-webkit-transition-delay: 0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);opacity: 1; }
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv.on ul li:nth-child(1).move_s{transition-delay: 0.6s;-webkit-transition-delay: 0.6s; }
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv.on ul li:nth-child(2).move_s{transition-delay: 0.7s;-webkit-transition-delay: 0.7s; }
	.section.active .indexDiv3 .bdDiv .blDiv .tabsCon .conDiv.on ul li:nth-child(3).move_s{transition-delay: 0.8s;-webkit-transition-delay: 0.8s; }

	.section.active .indexDiv3 .bdDiv .brDiv.move_r{transition-delay: 0.5s;-webkit-transition-delay: 0.5s; }
	
	.section.active .move_l{opacity:1;left: 0;}
	body .move_l{position: relative;opacity:0; left: -200px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
	
	.section.active .move_r{opacity:1;right: 0;}
	body .move_r{position: relative;opacity:0; right: -200px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
	
	.section.active .move_t{opacity:1;top: 0;}
	body .move_t{position: relative;opacity:0; top: 200px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
	
	.section.active .move_b{opacity:1;top: 0;}
	body .move_b{position: relative;opacity:0; top: -200px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
	
	.section.active .move_s{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);opacity: 1;}
	body .move_s{transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);opacity: 0;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
	
	
	.section.active .indexDiv4 .bdDiv .brDiv.move_r{transition-delay: 0.8s;-webkit-transition-delay: 0.8s; }
	.section.active .indexDiv4 .bdDiv .blDiv .row>div:nth-child(1).move_t{transition-delay: 0.4s;-webkit-transition-delay: 0.4s; }
	.section.active .indexDiv4 .bdDiv .blDiv .row>div:nth-child(2).move_t{transition-delay: 0.5s;-webkit-transition-delay: 0.5s; }
	.section.active .indexDiv4 .bdDiv .blDiv .row>div:nth-child(3).move_t{transition-delay: 0.6s;-webkit-transition-delay: 0.6s; }
	.section.active .indexDiv4 .bdDiv .blDiv .row>div:nth-child(4).move_t{transition-delay: 0.7s;-webkit-transition-delay: 0.7s; }
	
}
@media (max-width:1420px) {
	.wrap{max-width: 90%; }
	
	.indexDiv3 .bdDiv .blDiv{padding-left: 5%; }
	a.imoreBtn { width: 150px;height: 50px; font-size: 14px;}
	
}


@media (max-width:1220px) {
	header .rightDiv .menu>ul>li{margin-right: 2vw; }
	header .rightDiv .menu>ul>li>a{font-size: 16px; }
	.indexDiv2 .brDiv .introDiv{ display:none;}
	.indexDiv2 .brDiv .introDiv .p1{max-width: 70%; }
	.indexDiv2 .brDiv .introDiv .p2{max-width: 80%; }
	.indexDiv2 .tabsDiv{width: 300px; }
	.indexDiv2 .tabsDiv ul li a{padding: 10px 5px;font-size: 14px; }
}

@media (max-width:1100px) {
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	
	.wrap{max-width: 100%;padding: 0 25px; }
	.wrap1{max-width: 100%;padding: 0 15px; }
	.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-top: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 30px;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 #fff;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,.2);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;}
	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.indexHeader{position: fixed; }
	header.indexHeader.on{top: 0; }
	header {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
		padding-top: 0;
		border-bottom-width: 3px;
	}
	header .logo a{height: 50px;width: initial;display: block;display: flex;justify-content: center;align-items: center;}
	header .logo a img{max-height: 50%;}
	header .mbtn {display: block;}
	body.on-menu header{background: #fff;}
	body.on-menu.on-fixed  header.indexHeader{background: #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header.indexHeader .rightDiv .menu{background-color: #fff;}
	.on-fixed header .rightDiv .menu{
		background-color: #fff;
	}
	header .rightDiv .menu ul{float: 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>li>a small{display: none;}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	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,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	.menu ul ul{box-shadow: none;padding: 0 10px; }
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 0;}
	
	header.on,header.on .logo a,header.on .rightDiv .menu>ul>li>a,header.on .otherDiv{height: 50px; }
	header .otherDiv{float: initial;height: 50px;padding-right: 40px; }
	header .ssBtn{margin-right: 20px; }
/* 	header .searchDiv{position: relative;opacity: 1;transform: initial;visibility: visible; }
	header .searchDiv form{width: 100%;} */
	.menu ul ul,.menu li:hover>ul{opacity: 1;visibility: visible;transform: translateY(0);}
	.menu ul ul .flexcen{display: block; }
	.menu ul ul.ul{padding: 0 20px; }
	.menu ul ul .row>div{flex: 0 0 100%;max-width: 100%;border-top: 1px solid #eee; }
	.menu ul ul .row>div .conDiv{border-right: 0; }
	header .rightDiv .menu ul ul a{line-height: initial;height: initial;margin-top: 10px; }
	header .rightDiv .menu ul ul .alist{overflow: hidden;margin-bottom: 10px; }
	header .rightDiv .menu ul ul .alist a{font-size: 14px;margin-top: 10px; }
	header .rightDiv .menu>ul>li.default ul{left: 0; }
	header .rightDiv .menu>ul>li.default ul li{border: 0;}
	header .rightDiv .menu>ul>li.default li a{line-height: 36px; }
	
	header .langDiv{height: 50px;margin-right: 40px; }
	header .langDiv .defaultDiv{height: 30px;padding: 0 10px; }
	header .langDiv span{margin: 0 6px; }
	header .langDiv .aDiv{padding: 5px;top: 40px; }
	header .langDiv .aDiv a{margin: 5px 0; }
	
	.breadcrumbDiv{left: 25px;height: 50px; }
	
	.f54{font-size: 28px; }
	.f52{font-size: 28px; }
	.f50{font-size: 28px; }
	.f48{font-size: 27px; }
	.f36{font-size: 26px; }
	.f32{font-size: 25px; }
	.f30{font-size: 24px; }
	.f28{font-size: 22px; }
	.f26{font-size: 20px; }
	.f24{font-size: 19px; }
	.f22{font-size: 19px; }
	.f21{font-size: 18px;}
	.f20{font-size: 18px; }
	.f18{font-size: 16px; }
	.indexDiv3 .bdDiv .blDiv .tabsDiv ul li a{padding: 0 10px; }
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	.shDiv{ padding:10px 0px; border-bottom:2px solid #83b23f;}
	
	html, body{min-width: initial;}
	.wrap{min-width: initial;padding: 0 15px; }
	.aboutDiv .wrap{width:100%;padding: 0px 15px; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.indexTitle p.f36{ font-size:20px;}
	.indexDiv4 .bdDiv .blDiv .row>div:nth-child(3){margin-bottom: 24px; }
	.f54{font-size: 28px; }
	.f52{font-size: 28px; }
	.f50{font-size: 28px; }
	.f48{font-size: 27px; }
	.f36{font-size: 20px; }
	.f32{font-size: 25px; }
	.f30{font-size: 20px; }
	.f28{font-size: 22px; }
	.f26{font-size: 20px; }
	.f24{font-size: 16px; }
	.f22{font-size: 16px; }
	.f21{font-size: 18px;}
	.f20{font-size: 18px; }
	.f18{font-size: 15px; }
	.serviceDiv .bdDiv .row>div .conDiv .p{ font-size:14px;}
	
	.contactDiv .hdDiv .hrDiv .lxDiv .p{ margin-top:10px;}
	.ui-partner ul{
		margin: -5px !important;
	}
	.ui-partner ul li{
		width: 50% !important;
		float: left !important;
		padding: 5px !important;
		margin-bottom: 0 !important;
	}
	.ui-awards ul li{ width:50%;}
	.kk ul li{ width:100%;}
	.ui-awards .i img{ padding:5px;}
	.ui-awards .i p{ margin-top:10px; height:20px; line-height:20px;}
	.joinDiv{padding: 20px 0 0px;}
	.joinDiv .titleDiv span{font-size: 18px;}
	.joinDiv .titleDiv p{margin: 18px 10px 40px;font-size: 14px;line-height: 24px;}
	/*.joinDiv .listDiv{padding: 0 10px;}*/
	.joinDiv .listDiv ul li a{padding: 10px;}
	.joinDiv .listDiv ul li .imgDiv{width: 100%; padding:30px 0px;}
	.joinDiv .listDiv ul li .imgDiv .name{font-size:16px;margin-top: 5px; color:#83b23f; font-weight:bold;}
	.joinDiv .listDiv ul li .textDiv{width: 100%;margin-top: 20px; font-size:14px; line-height:22px;}	
	.joinDiv .listDiv ul li .textDiv .hd{padding-bottom: 0;}
	.joinDiv .listDiv ul li .textDiv .hd .leftDiv,.joinDiv .listDiv ul li .textDiv .hd .rightDiv{width: 100%;margin-bottom: 10px;}
	.joinDiv .listDiv ul li .textDiv .bd div{float: initial;text-align: left;margin: 0 0 0px;}
	.joinDiv .listDiv ul li .textDiv .hd p{ font-size:14px; line-height:28px;}
	.joinDiv .listDiv ul li .textDiv .hd span{ font-size:16px;}
	.bottom_box, #zxzx_divs{ display:inline-block;}
	.newsDetail.wrap {
		padding:10px 0px;
		}
	.newsDetail .articleTitle h3{ font-size:16px;}
	.newsDetail .textDiv{ width:100%; border:0px; border-top:1px solid #ededed; padding:10px; font-size:14px; text-align:justify;box-shadow:none; margin-bottom:0px;}
	
	
	
	
	.joinDiv .listDiv ul li .textDiv .bd{ font-size:14px; padding-top:10px; line-height:24px;}
	.newsDetail .textDiv img{ max-width:100%;}
	.newsDetail .textDiv p img{ margin-left:0px;}
	.serverContain .spzl{ padding-top:20px;}
	.newsDetail .articleTitle{ padding-bottom:10px; padding-top:20px; padding-left:10px; padding-right:10px;}
	.newsDetail .textDiv p{ line-height:24px; padding:5px 5px;}
	.newsDetail .otherArticle>div{max-width: 100%;width: 100%;margin: 5px 0px;}
	.newsDetail .articleTitle .time{ font-size:12px;}
	
	
	
	
	header .searchDiv{padding: 15px 0; }
	#menu{display: none; }
	
	.indexTitle span{font-size: 20px;margin-bottom: 10px; }
	.indexTitle p{font-size: 15px;line-height: 1.5; }
	
	.banner1 .img{height: 100vw;}
	.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{padding-right: 15px; }
	.banner1 .swiper-pagination-bullet{width: 20px;height: 3px; }
	.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; }
	.banner1 .textDiv{padding-bottom: 40px; }
	.banner1 .textDiv .p1{font-size: 20px; }
	.banner1 .textDiv .p2{font-size: 20px;margin: 10px 0 25px; }
	.banner1 .textDiv .p3{font-size: 14px;display: none; }
	
	.fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell{height: initial!important;}
	
	.banner2-content{padding: 20px 0;}
	
	a.imoreBtn{width: 100px;height: 30px;font-size: 12px; }
	a.imoreBtn img{margin-right: 5px; }
	
	.indexDiv1 .bdDiv{padding: 0;display: block; }
	.indexDiv1 .bdDiv .blDiv{width: 100%;padding-bottom: 70px; }
	.indexDiv1 .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	.indexDiv1 .bdDiv .brDiv .dataDiv li img{height: 30px; }
	.indexDiv1 .bdDiv .brDiv .dataDiv li .p{margin-left: 5px; }
	.indexDiv1 .bdDiv .brDiv .dataDiv li .p p{font-size: 14px; }
	.indexDiv1 .bdDiv .brDiv .dataDiv li .p .num{font-size: 20px; }
	.indexDiv2 .brDiv{width: 100%; }
	.indexDiv2 .tabsDiv{position: relative;top: initial;transform: translateY(0);margin: 20px 0;width: 100%; }
	.indexDiv2 .tabsDiv ul li{width: 33.3%;margin: 5px 0; }
	.indexDiv2 .tabsDiv ul li a{margin: 0 5px; } 
	.section2{background-size: url("img/i-bg2.jpg") no-repeat center top / 100% 80% !important; }
	.indexDiv2 .brDiv .rowDiv{ margin:0px;}
	.indexDiv2 .brDiv .rowDiv{display: none; }
	.indexDiv2 .brDiv .rowDiv.on{display: block; }
	.indexDiv2 .brDiv .dataDiv{ margin-top:0px;}
	.indexDiv2 .brDiv .rowDiv.on{display: block; }
	.indexDiv2 .brDiv .rowDiv .rlDiv{width: 100%; }
	.indexDiv2 .brDiv .rowDiv .rlDiv a{padding: 30px 10% 30px; }
	.indexDiv2 .brDiv .rowDiv .rlDiv .imgDiv{margin-bottom: 20px; }
	.indexDiv2 .brDiv .rowDiv .rrDiv{width: 100%;margin-top:5px; }
	.indexDiv2 .brDiv .rowDiv .rrDiv .row{margin: 0 -6px; }
	.indexDiv2 .brDiv .rowDiv .rrDiv .row>div{padding: 0 6px; }
	.indexDiv2 .brDiv .rowDiv .rrDiv .row>div:nth-child(-n+2){margin-bottom: 12px; }
	.indexDiv2 .brDiv .rowDiv .rlDiv a .hoverDiv{padding: 30px; }
	.indexDiv2 .brDiv .rowDiv .rrDiv .row>div a{padding: 15px 8%; }
	.indexDiv2 .brDiv .rowDiv .rrDiv .row>div .imgDiv{padding-top: 100%;margin-bottom: 10px; }
	.indexDiv2 .brDiv .rowDiv a .hoverDiv{padding: 15px 5px; }
	.indexDiv2 .brDiv .rowDiv a .titleDiv{font-size: 14px; }
	.indexDiv2 .brDiv .rowDiv a .hoverDiv .ht{font-size: 14px; }
	.indexDiv2 .brDiv .rowDiv a .hoverDiv .p1{font-size: 12px; }
	.indexDiv2 .brDiv .rowDiv a .hoverDiv .p2{font-size: 12px;margin: 5px 0; }
	.indexDiv2 .brDiv .rowDiv a .hoverDiv .moreBtn img{margin-right: 10px; }
	.indexDiv3 .bdDiv{display: block; }
	.indexDiv3 .bdDiv .blDiv{width: 100%;padding: 0 15px; }
	.indexDiv3 .bdDiv .blDiv .tabsDiv{margin: 20px 0; }
	.indexDiv3 .bdDiv .blDiv .tabsCon ul li{width: 30%; }
	.indexDiv3 .bdDiv .blDiv .tabsDiv ul li a{padding: 0 10px;height: 40px;font-size: 14px; }
	.indexDiv3 .bdDiv .blDiv .tabsCon ul li .imgDiv{height: 100px; }
	.indexDiv3 .bdDiv .brDiv{width: 100%;margin-top: 20px;height: 60vh; }
	.indexDiv4 .bdDiv{display: block; margin-bottom:30px; }
	.indexDiv4 .bdDiv .blDiv{width: 100%; }
	.indexDiv4 .bdDiv .brDiv{width: 100%;margin-top: 30px; display:none; }
	.indexDiv4 .bdDiv .brDiv .p2{margin: 0px 0; }
	
	.footerDiv .hdDiv{display: none;padding-bottom: 20px; }
	.footerDiv .hdDiv .hlDiv{width: 100%;padding: 20px; }
	.footerDiv .hdDiv .hlDiv .logoDiv{padding-bottom: 15px; }
	.footerDiv .hdDiv .hlDiv .lxDiv .p{margin-top: 20px;font-size: 15px; }
	.footerDiv .hdDiv .hlDiv .shareDiv{margin: 20px 0; }
	.footerDiv .hdDiv .hcDiv{width: 100%;padding: 20px 0; }
	.footerDiv .hdDiv .hcDiv .navDiv{display: block; }
	.footerDiv .hdDiv .hcDiv .navDiv::before{display: none; }
	.footerDiv .hdDiv .lt{border-bottom: 1px solid rgba(238, 238, 238, .2);margin-bottom: 20px; }
	.footerDiv .hdDiv .hrDiv{width: 100%;margin-top: 20px;display: block;padding-top: 0; }
	.footerDiv .hdDiv .hrDiv .ewmDiv{justify-content: center; }
	.footerDiv .hdDiv .hrDiv .ewmDiv .imgDiv:nth-child(1){margin-right: 20px; }
	.footerDiv .hdDiv .telDiv{margin: 30px 0 20px;display: block; }
	.footerDiv .hdDiv .telDiv .dh:nth-child(1){margin-right: 0;margin-bottom: 20px; }
	.footerDiv .hdDiv .telDiv .dh img{width: 38px; }
	.footerDiv .hdDiv .telDiv .dh .p{margin-left: 10px; }
	.footerDiv .hdDiv .telDiv .dh .p p{font-size: ; }
	.footerDiv .hdDiv .listDiv{width: 100%;margin: 0 0 10px 0; }
	.footerDiv .hdDiv .aDiv{display: flex;flex-direction: row;flex-wrap: wrap; }
	.footerDiv .hdDiv .aDiv a{margin-right: 15px;margin-bottom: 5px;font-size: 15px; }
	.footerDiv .hdDiv .aDiv.flexsta{flex-direction: row; }
	.footerDiv .hdDiv .aDiv.flexsta a{margin-right: 15px;margin-bottom: 10px; }
	
	.productDiv{padding: 30px 0; }
	.productDiv .hdDiv{margin: 25px 0; }
	.productDiv .hdDiv .item{display: block; margin-bottom:20px;}
	.productDiv .hdDiv .item .il{width: 120px;height: 45px; }
	.productDiv .hdDiv .item .ir{width: 100%; }
	.productDiv .hdDiv .item .ir ul{border-bottom: 0; }
	.productDiv .hdDiv .item .ir ul li{width: 33.3%;margin-right: 0; }
	.productDiv .hdDiv .item .ir ul li a{padding: 10px 0;font-size: 14px; }
	.productDiv .bdDiv .row>div{margin-bottom: 20px; }
	.productDiv .bdDiv .row>div .textDiv .p{margin-bottom: 20px; }
	.productDiv .bdDiv .row>div .textDiv .moreBtn{max-width: 120px;height: 40px;font-size: 14px; }
	.productDiv .bdDiv .row>div .imgDiv{padding-top: 80%; }
	
	.pageDiv a, .pageDiv span{margin-bottom: 10px; }
	
	.nyBanner .wrap{height: 45vw;}
	.nyBanner .textDiv{padding-top: 30px;}	
	.nyBanner .textDiv span{font-size: 16px;}
	
	.nyBanner .breadcrumbDiv{left: 15px;bottom: 10px; }
	.breadcrumbDiv{font-size: 12px;flex-wrap: wrap; }
	.breadcrumbDiv .font_family{font-size: 12px; }
	
	
	.twoMenuDiv .wrap{padding: 0; }
	.twoMenuDiv .bdDiv{display: block; }
	.twoMenuDiv .brDiv{width: 100%; }
	.twoMenuDiv .blDiv{height: 50px;display: none; }
	.twoMenuDiv .aDiv li{ float:left; list-style:none;width: 33.3%;}
	.twoMenuDiv .aDiv li a{line-height: 50px;margin: 0;padding: 0; display:block; } 
	.twoMenuDiv .aDiv li.active a{ display:block;background: #83b23f;color: #fff;border: 0; font-size:14px; }
	
	
	
	.serviceDiv{padding: 45px 0; }
	.serviceDiv .bdDiv .row>div{margin-bottom: 30px; }
	.serviceDiv .bdDiv .row>div .conDiv{padding: 30px; }
	
	.solutionDiv .hdDiv{margin: 0 0 50px;display: block; }
	.solutionDiv .hdDiv .hlDiv{width: 100%;margin: 0 auto; }
	.solutionDiv .hdDiv .hrDiv{width: 100%;margin-top: 30px; }
	.solutionDiv .hdDiv .hrDiv .nyTitle{padding-bottom: 20px;margin-bottom: 20px; }
	.shDiv .title{padding-right: 0; }
	.shDiv .line{display: none; }
	
	.contactDiv .hdDiv{padding: 50px 0;display: block; }
	.contactDiv .hdDiv .hlDiv{width: 100%; }
	.contactDiv .hdDiv .hlDiv img{width: 100%; }
	.contactDiv .hdDiv .hrDiv{width: 100%;margin-top: 30px; }
	.contactDiv #map{height: 210px; }
	.contactDiv .bdDiv{padding: 45px 0; }
	
	.aboutDiv1{padding: 45px 0; }
	.aboutDiv1 .bdDiv .brDiv .en{font-size: 60px; }
	.aboutDiv2{padding: 45px 0 60px; }
	.aboutDiv2 .bdDiv .row{margin: 0 -6px; }
	.aboutDiv2 .bdDiv .row>div{margin-bottom: 12px;padding: 0 6px; }
	.aboutDiv2 .bdDiv .row>div .conDiv .textDiv{padding: 20px; }
	.aboutDiv3{padding: 50px 0; }
	.aboutDiv3 .bdDiv .row>div{margin-bottom: 30px; }
	.aboutDiv3 .bdDiv .row>div .imgDiv,.aboutDiv3 .bdDiv .row>div.col-sm-6 .imgDiv{padding-top: 54%; }
	.aboutDiv4{padding: 35px 0 70px; }
	.aboutDiv4 .bdDiv{margin-top: 20px; }
	
	.proDetailDiv .pdh{display: block;margin-bottom: 50px; }
	.proDetailDiv .pdh .hlDiv{width: 100%;padding: 50px 11% 35px; }
	.proDetailDiv .pdh .hrDiv{width: 100%;margin-top: 30px; }
	.proDetailDiv .pdd .telDiv{margin-bottom: 20px;justify-content: center; }
	.proDetailDiv .pdd .telDiv img{width: 30px; }
	.news .news-list-wrap li {
	    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.2);
	    box-shadow: 0 0 16px #0003;
	}
	.news .news-list-wrap .moreBtn{width: 120px;height: 40px;font-size: 14px;margin-top: 15px; }
	.contactDiv .bdDiv .btm_box button{width: 150px; }
	@media (max-width:320px) {
		
		
		
	}
	
}
