/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:Arial,"微软雅黑";font-size: 16px;color: #333333;/* overflow-x:hidden; *//*min-width: 1200px;*/}
.wrap{margin: 0 auto;padding: 0 4.1%; }
.wrap1{margin: 0 auto;padding: 0 13%; }
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;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9;color: #333333;text-align: center;height: 100px;background: #fff;}
header .logo a{height: 100px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 90%;}
header .logo img.hImg{display: none;}
header .rightDiv{float: right;}
header .rightDiv .menu{text-align: right;position: relative;}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin-right: 4.8958vw;}
header .rightDiv .menu>ul>li>a{height: 100px;text-align: left;color: #333;position: relative;font-size: 17px;display: flex;justify-content: center;align-items: center;text-transform: capitalize; }
header .rightDiv .menu>ul>li:hover>a span,
header .rightDiv .menu>ul>li:focus>a span,
header .rightDiv .menu>ul>li.on>a span,
header .rightDiv .menu>ul>li.active>a span{background: none;color: #0f6337;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 32px;position: absolute;left: 50%;margin-left: -16px;background: #0f6337;height: 3px;bottom: 30px;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 .othersDiv{height: 100px;}
header .rightDiv .langDiv{width: 120px;border-radius: 20px;overflow: hidden; }  
header .rightDiv .langDiv a{color: #8a8a8a;width: 50%;line-height:36px;background: #ebebeb;text-align: center; }
header .rightDiv .langDiv .active{background: #0e6437;color: #fff; }

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: 0;right: 0;display: none;}
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{background: rgba(0,0,0,.9);} */
/* .on-fixed header .logo .dImg{display: none;}
.on-fixed header .logo .hImg{display: block;}
.on-fixed header .rightDiv .menu>ul>li>a{color: #333;}
.on-fixed header .rightDiv .menu>ul>li>a::after{background: #333;}
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} */

/****底部***/
.footerDiv{background: #191d28; }
.footerDiv .hdDiv{padding:70px 0 25px;color: #737373;border-bottom: 1px solid rgba(255,255,255,.2); }
.footerDiv .hdDiv .hfDiv{align-items: flex-start; }
.footerDiv .hdDiv .listDiv>span{display: block;color: #b6b6b6;height: 60px; }
.footerDiv .hdDiv .listDiv>span img{margin-right: 20px;max-width: 74px; }
.footerDiv .hdDiv .listDiv .p{margin-top: 40px; }
.footerDiv .hdDiv .listDiv .p p{margin-top: 30px; }
.footerDiv .hdDiv .listDiv .p p img{margin-right: 10px; }
.footerDiv .hdDiv .aDiv a{color: #747474;margin-top: 30px;width: 16.5vw; }
.footerDiv .hdDiv .aDiv a img{transition: all .3s; }
.footerDiv .hdDiv .aDiv a:hover{color: #b6b6b6; }
.footerDiv .hdDiv .aDiv a:hover img{transform: translateX(-10px); }
.footerDiv .hdDiv .spanDiv a{margin-bottom: 30px;width: 16.5vw;color: #b6b6b6; }
.footerDiv .hdDiv .spanDiv a img{transition: all .3s; }
.footerDiv .hdDiv .spanDiv a:hover{color: #fff; }
.footerDiv .hdDiv .spanDiv a:hover img{transform: translateX(-10px); }
.footerDiv .hdDiv .linksDiv{margin-top: 60px; }
.footerDiv .hdDiv .linksDiv a{color: #737373; }
.footerDiv .hdDiv .linksDiv a:hover{color: #b6b6b6; }
.footerDiv .bdDiv{padding: 20px 0;text-align: center;color: #616161; }
.footerDiv .bdDiv a{color: #616161; }
.footerDiv .bdDiv a:hover{color: #b6b6b6; }

.floatRightDiv{position: fixed;right: 2vw;top: 50%;transform: translateY(-50%);z-index: 999;border-radius: 4px;height: 323px; }
.floatRightDiv ul{background: #fff; }
.floatRightDiv ul li{position: relative;box-shadow: 0px 10px 10px rgba(116,116,116,.25); }
.floatRightDiv a{width: 80px;height: 80px;background: #fff;border-top: 1px solid #c2c2c2; }
.floatRightDiv ul li:first-child a{border: 0;}
.floatRightDiv ul li .dImg{display: block; }
.floatRightDiv ul li .hImg{display: none; }
.floatRightDiv ul li:hover a{background: #0e6437;}
.floatRightDiv ul li:hover .dImg{display: none;}
.floatRightDiv ul li:hover .hImg{display: block;}
.floatRightDiv ul li>div{position: absolute;right: 100%;top: 50%;transform: translateY(-50%);display: none; width: 240px;}
.floatRightDiv ul li:hover .telDiv{padding: 20px 30px;box-shadow: 0px 0px 20px rgba(116,116,116,.25);background: #fff;font-size: 20px;border-radius: 4px;display: block;right: 100px; }
.floatRightDiv ul li:hover .wxDiv{background: url(../img/e-bg.png) no-repeat center center/100%;border-radius: 4px;width: 176px;height: 176px;display: flex; }
.floatRightDiv ul li:hover .wxDiv img{width: 132px;}
.floatRightDiv a.backTop{display: none;box-shadow: 0px 10px 10px rgba(116,116,116,.25);}



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

/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 44.79167vw;background: none no-repeat center;background-size: cover;}
.index-banner .img img{height: 100%;width: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
/* .index-banner .img .pcImg{display: block;}
.index-banner .img .mImg{display: none; } */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 30px;}
.index-banner .swiper-pagination-bullet{width: 3.125vw;height: 0.6vw;background: #fff;background-size: 100%; border-radius: 0;opacity:.5;border-radius: 5px; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 14px;}
/*.ui-homebanner .swiper-pagination-bullet-active:after{content: "";width: 24px;height: 2px;position: absolute;background: #fff;left: -20px;bottom: 7px;}*/


/* .index-banner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff;text-align: left;}
.index-banner .textDiv .p1{font-size: 2.6vw;font-weight: bold;}
.index-banner .textDiv .p2{font-size: 0.9375vw;margin: 0.6vw 0 0;}
.index-banner .textDiv a{display: block;width: 122px;line-height: 44px;background: rgba(255, 255, 255, .3);color: #fff;border-radius: 22px;text-align: center;margin-top: 6.25vw; }
 */
.f68{font-size: 68px;}
.f44{font-size: 44px;}
.f36{font-size: 36px;}
.f32{font-size: 32px;}
.f30{font-size: 30px;}
.f28{font-size: 28px;}
.f26{font-size: 26px;}
.f24{font-size: 24px;}
.f22{font-size: 22px;}
.f20{font-size: 20px;}
.f18{font-size: 18px;}
.f16{font-size: 16px;}
.f15{font-size: 15px;}
.f14{font-size: 14px;}
.bold{font-weight: bold;}

.indexTitle{position: relative;text-align: center;}
.indexTitle span{position: relative;display: block;font-weight: bold;color: #000;text-transform: uppercase; }
.indexTitle p{color: #000;display: block;margin: 10px 0 25px; }
.indexTitle .line{width: 145px;height: 2px;background: rgba(0,0,0,1);margin: 0 auto; }

.indexDiv1{padding: 90px 0 140px; }
.indexDiv1 .rowDiv:nth-child(2){flex-direction: row-reverse;margin-top: 60px; }
.indexDiv1 .rowDiv{align-items: initial;}
.indexDiv1 .rowDiv .imgDiv{width: 50%;}
.indexDiv1 .rowDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv1 .rowDiv .textDiv{width: 50%;background: #f7f7f7;text-align: center;padding: 4vw 0; }
.indexDiv1 .rowDiv .textDiv .text{width: 62.6%; }
.indexDiv1 .rowDiv .textDiv span{display: block;margin: 30px 0 25px;line-height: 1; }
.indexDiv1 .rowDiv .textDiv .line{width: 62px;height: 2px;background: #bebebe;margin: 0 auto; }
.indexDiv1 .rowDiv .textDiv .p{margin: 2.6vw 0;color: #5e5e5e;line-height: 2;text-align: left; }
.indexDiv1 .rowDiv .textDiv a{width: 180px;height: 40px;background: #0e6437;border-radius: 20px;color: #fff;margin: 0 auto; }
.indexDiv1 .rowDiv .textDiv a:hover{opacity: .8;}
.indexDiv1 .rowDiv .textDiv a img{margin-left: 6px;}

.indexDiv2 .hdDiv{padding: 130px 0 206px;color: #fff; }
.indexDiv2 .hdDiv .textDiv{width: 71%; }
.indexDiv2 .hdDiv .textDiv .logoDiv img{margin-right: 40px; }
.indexDiv2 .hdDiv .p1{margin: 30px 0 40px; }
.indexDiv2 .hdDiv .line{width: 145px;height: 2px;background: #fff; }
.indexDiv2 .hdDiv .p2{margin: 50px 0;line-height: 2; }
.indexDiv2 .hdDiv a{width: 180px;height: 40px;background: #0e6437;border-radius: 20px;color: #fff; }
.indexDiv2 .hdDiv a:hover{opacity: .8;}
.indexDiv2 .hdDiv a img{margin-left: 6px;}
.indexDiv2 .dataDiv{margin: -100px 0 80px;background: #fff;border-radius: 20px;box-shadow: 0px 0px 20px rgba(0,0,0,.18); }
.indexDiv2 .dataDiv .row{margin: 0;}
.indexDiv2 .dataDiv .row>div{padding: 30px 0 40px;position: relative;text-align: center;}
.indexDiv2 .dataDiv .row>div:not(:first-child):before{content: "";width: 2px;height: 60px;background: #c4c4c4;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.indexDiv2 .dataDiv .row>div .num{color: #0e6437;font-family: Bahnschrift; }
.indexDiv2 .dataDiv .row>div p{color: #363636;}
.indexDiv2 .yjyDiv{background: #f7f7f7;padding: 100px 10%;position: relative; }
.indexDiv2 .yjyDiv .rowDiv{align-items: initial; }
.indexDiv2 .yjyDiv .rowDiv .imgDiv{width: 51.539%; }
.indexDiv2 .yjyDiv .rowDiv .textDiv{width: 45.23979%;padding-bottom: 80px; }
.indexDiv2 .yjyDiv .rowDiv .textDiv .p1{margin: 20px 0;line-height: 1.8;color: #000; }
.indexDiv2 .yjyDiv .rowDiv .textDiv .line{width: 62px;height: 2px;background: #bebebe; }
.indexDiv2 .yjyDiv .rowDiv .textDiv .p2{margin: 40px 0 0;color: #5e5e5e;line-height: 2; }
.indexDiv2 .yjyDiv .tag{background: #0e6437;color: #fff;position: absolute;right: 0;bottom: 50px;padding: 30px 75px; }

.indexDiv3{padding: 80px 0 90px;}
.indexDiv3 .bdDiv{margin-top: 80px;}
.indexDiv3 .bdDiv .imgDiv{padding-top: 116.36%;position: relative; }
.indexDiv3 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%; }
.indexDiv3 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv3 .bdDiv .imgDiv .p{position: absolute;left: 0;bottom: 15px;color: #fff;text-align: center;width: 100%; }
.indexDiv3 .swiper-button-next, .indexDiv3 .swiper-button-prev{opacity: 1;background-size: 100% 100%;width: 60px;height: 200px;margin-top: -100px;}
.indexDiv3 .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: 0;background-size: 100% 100%;}
.indexDiv3 .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: 0;background-size: 100% 100%;}

.indexDiv4{background: #f7f7f7;padding: 70px 0; }
.indexDiv4 .bdDiv{margin-top: 60px; }
.indexDiv4 .bdDiv .row{margin: 0; }
.indexDiv4 .bdDiv .row>div{padding: 0;}
.indexDiv4 .bdDiv .row>div a{display: flex;justify-items: center;align-items: center;flex-direction: column;background: #fff;height: 39.58vw; }
.indexDiv4 .bdDiv .row>div:nth-child(2) a{flex-direction: column-reverse;}
.indexDiv4 .bdDiv .row>div .imgDiv{position: relative;width: 100%;height: 50%; }
.indexDiv4 .bdDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden; }
.indexDiv4 .bdDiv .row>div .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv4 .bdDiv .row>div .textDiv{text-align: center;height: 50%;color: #000;width: 74%;padding: 60px 0; }
.indexDiv4 .bdDiv .row>div .textDiv .text{width: 100%;}
.indexDiv4 .bdDiv .row>div .textDiv .title{margin: 1.5vw 0 1vw; }
.indexDiv4 .bdDiv .row>div .textDiv .p{color: #8b8b8b;line-height: 2;}
.indexDiv4 .bdDiv .row>div .textDiv .more{margin-top: 3vw;color: #0e6437; }
.indexDiv4 .bdDiv .row>div .textDiv .more img{margin-left: 6px; }
.indexDiv4 .bdDiv .row>div a:hover .textDiv .title{color: #0e6437;}
.indexDiv4 .bdDiv .moreBtn{width: 180px;height: 40px;background: #0e6437;border-radius: 20px;color: #fff;margin: 70px auto 0;}
.indexDiv4 .bdDiv .moreBtn:hover{opacity: .8;}
.indexDiv4 .bdDiv .moreBtn img{margin-left: 6px;}

.ny-banner{width: 100%;position:relative;height: 26.04vw;color: #fff;}
.ny-banner .wrap1{height: 100%;display:flex;justify-content:center;align-items:center;text-align: center; }
.ny-banner .textDiv span{font-size: 1.875vw;display: block;font-weight: bold; }
.ny-banner .textDiv p{font-size: 0.8333vw;margin: 2vw 0 0; }
/* .breadcrumbDiv{color: #999999;border-bottom: 1px solid #bfbfbf;padding-bottom: 10px;margin-bottom: 40px; }
.breadcrumbDiv img{margin-right: 8px;}
.breadcrumbDiv a{color: #999999;}
.breadcrumbDiv a:hover,.breadcrumbDiv span{color: #e60014;} */
/* .ny-banner .twoMenuDiv{position: absolute;left: 0;bottom: 19px;width: 100%; }
.ny-banner .twoMenuDiv .wrap{justify-content: center; }
.ny-banner .twoMenuDiv a{width: 5.72917vw;background: #d4d9de;height: 2.60417vw;border-radius: 30px;color: #333;margin-right: 12px; }
.ny-banner .twoMenuDiv a.active{background: #0067e6;color: #fff; } */

.nyTitle{text-align: center; }
.nyTitle small{display: block;color: #d8d8d8;margin-bottom: 0px;text-transform: uppercase;font-family: Georgia;letter-spacing: 3px; }
.nyTitle span{color: #373737;font-weight: bold; }

.aboutDiv1{padding: 60px 0 80px;background: url(../img/a-bg1.png) no-repeat center center; }
.aboutDiv1 .hdDiv{text-align: center;margin: 30px 0 0;}
.aboutDiv1 .hdDiv img{max-width: 260px;}
.aboutDiv1 .hdDiv .p1{line-height: 2.4;margin: 25px 0 50px;color: #373737; }
.aboutDiv1 .hdDiv .p2{color: #0e6437;margin-bottom: 50px; }
.aboutDiv1 .bdDiv .row{margin: 0 -20px;}
.aboutDiv1 .bdDiv .row>div{padding: 0 20px;text-align: center;}
.aboutDiv1 .bdDiv .row>div .imgDiv{position: relative;padding-top: 35.294%; }
.aboutDiv1 .bdDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden; }
.aboutDiv1 .bdDiv .row>div .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover; }
.aboutDiv1 .bdDiv .row>div .title{margin-top: 30px; }

.aboutDiv2{background: #f5f5f5;padding: 80px 0 0; }
.aboutDiv2 .rowDiv{margin: 90px 0; }
.aboutDiv2 .rowDiv .imgDiv{width: 51.136%; }
.aboutDiv2 .rowDiv .textDiv{width: 44.89%;letter-spacing: 1px; }
.aboutDiv2 .rowDiv .textDiv .title{line-height: 1.8;}
.aboutDiv2 .rowDiv .textDiv .p1{color: #5e5e5e;line-height: 2;margin: 25px 0 30px; }
.aboutDiv2 .rowDiv .textDiv .line{width: 62px;height: 2px;background: #bebebe;margin-bottom: 30px; }
.aboutDiv2 .rowDiv .textDiv .p2{color: #5e5e5e;line-height: 2;margin: 25px 0 30px; }
.aboutDiv2 .tag{padding: 30px;background: #0e6437;color: #fff;text-align: center; }

.aboutDiv3{padding: 100px 0;}
.aboutDiv3 .bdDiv{margin-top: 80px; }
.aboutDiv3 .bdDiv .row{margin: 0 -1.8vw; }
.aboutDiv3 .bdDiv .row>div{padding: 0 1.8vw; }
.aboutDiv3 .bdDiv .row>div .conDiv{padding: 12.6%;border: 1px solid #e8e8e8;border-radius: 16px;height: 100%; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover{box-shadow: 0px 0px 20px rgba(151,151,151,.38); }
.aboutDiv3 .bdDiv .row>div .conDiv .dImg{display: block;}
.aboutDiv3 .bdDiv .row>div .conDiv .hImg{display: none;}
.aboutDiv3 .bdDiv .row>div .conDiv:hover .dImg{display: none; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .hImg{display: block; }
.aboutDiv3 .bdDiv .row>div .conDiv span{margin: 25px 0 30px;display: block; }
.aboutDiv3 .bdDiv .row>div .conDiv p{line-height: 2;color: #373737; }

.aboutDiv4{background: url(../img/a-bg2.jpg) no-repeat center center/cover;padding: 80px 0 140px; }
.aboutDiv4 .bdDiv{margin-top: 80px;position: relative; }
.aboutDiv4 .bdDiv .imgDiv{position: relative;padding-top: 133.333%;overflow: hidden;background: #fff;border-radius: 6px; }
.aboutDiv4 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%; }
.aboutDiv4 .bdDiv .imgDiv .pic img{max-width: 100%;max-height: 100%; }
.aboutDiv4 .swiper-button-next, .aboutDiv4 .swiper-button-prev{opacity: 1;background-size: 100%;width: 56px;height: 56px;margin-top: -28px;}
.aboutDiv4 .swiper-button-prev{background: url(../img/a-left.png) no-repeat center center;left: -80px;background-size: 100% 100%;}
.aboutDiv4 .swiper-button-next{background: url(../img/a-right.png) no-repeat center center;right: -80px;background-size: 100% 100%;}

.newsDiv{padding: 80px 0 60px;}
.newsDiv ul li{margin-bottom: 80px;}
.newsDiv ul li a{flex-direction: row-reverse; }
.newsDiv ul li .imgDiv{width: 400px;height: 240px;border-radius: 6px;overflow: hidden; }
.newsDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.newsDiv ul li .textDiv{width: calc(100% - 450px); }
.newsDiv ul li .textDiv .title{color: #0d0d0d;font-weight: bold; }
.newsDiv ul li .textDiv .p{line-height: 2;color: #969696;margin: 20px 0; }
.newsDiv ul li .textDiv .date{color: #838383;text-align: right; }
.newsDiv ul li a:hover .textDiv .title{color: #0e6437; }

.pageDiv .xiaocms-page{text-align: center;display: flex;justify-content: center;align-items: center;flex-wrap: wrap; }
.pageDiv a,.pageDiv span{display: flex;justify-content: center;align-items: center; height: 44px;width: 44px; margin: 0 10px;color: #333333;border-radius: 6px;min-width: 44px;min-height: 44px;background: #f6f6f6; }
.pageDiv span{color: #fff;background: #0e6437;border-color: #0e6437; }

.detailDiv {padding: 80px 0;}
.detailDiv .hdDiv {text-align: center;border-bottom: 1px dashed #d2d2d2;padding: 0 0 40px; }
.detailDiv .hdDiv .title{color: #000000;margin-bottom: 30px; }
.detailDiv .bdDiv {text-align: center;padding: 20px 0; }
.detailDiv .bdDiv p{color: #373737;line-height: 2;text-align: left;margin: 20px 0; }


.contactDiv {padding: 80px 0 100px;}
.contactDiv .hdDiv{margin-bottom: 160px;align-items: flex-start; }
.contactDiv .hdDiv .leftDiv{width: 40%; }
.contactDiv .hdDiv .leftDiv .p{margin: 60px 0;line-height: 2; }
.contactDiv .hdDiv .leftDiv .p p{margin: 10px 0;}
.contactDiv .hdDiv .leftDiv .ewmDiv{width: 140px;height: 140px;border: 1px solid #d4d4d4;border-radius: 6px;overflow: hidden;padding: 4px; }
.contactDiv .hdDiv .rightDiv{width: 48.3%;border-radius: 6px;overflow: hidden;box-shadow: -7px 7px 1px #e0e0e0; }
.contactDiv .bdDiv .p{margin: 40px 0 50px;color: #9d9d9d;}
.contactDiv .formDiv .row{margin: 0 -20px;}
.contactDiv .formDiv .row>div{padding: 0 20px;}
.contactDiv .formDiv form{width: 100%;position: relative;}
.contactDiv .formDiv form .inputDiv{width: 100%;margin-bottom: 20px; }
.contactDiv .formDiv form input{width: 100%;line-height: 60px;border: 0;padding: 0 20px;border-radius: 6px;background: #f6f6f6; }
.contactDiv .formDiv form textarea{width: 100%;height: 160px;border: 0;border-radius: 6px;background: #f6f6f6;padding: 10px 20px;resize: none;display: block; }
.contactDiv .formDiv form button{width: 100%;max-width: 440px; height: 60px;border: 0;padding: 0;background: #0e6437;cursor: pointer;color: #fff;border-radius: 6px;margin: 20px auto 0; }
.contactDiv .formDiv form button:hover{opacity: .8;}


.joinDiv{padding: 80px 0;}
.joinDiv .bdDiv ul li{margin-bottom: 20px;background: #f3f3f3;padding: 30px 5%;position: relative;color: #373244; }
.joinDiv .bdDiv ul li .logoImg{position: absolute;right: 40px;bottom: 25px; }
.joinDiv .bdDiv ul li .title{margin-bottom: 25px;text-transform: uppercase; }
.joinDiv .bdDiv ul li .line{width: 60px;height: 4px;background: #0e6437;border-radius: 2px; }
.joinDiv .bdDiv ul li .zzms{margin-top: 25px;}
.joinDiv .bdDiv ul li .rzyq{margin-top: 25px;}
.joinDiv .bdDiv ul li .p{line-height: 2;margin-top: 10px; }

.productDetailDiv{padding: 60px 0;}
.productDetailDiv .rowDiv{margin: 60px 0 50px;background: url(../img/pd-bg.jpg) no-repeat center center/cover;padding: 20px;align-items: flex-start; }
.productDetailDiv .rowDiv .leftDiv{width: 41.2%; }
.productDetailDiv .rowDiv .leftDiv p{text-align: center;margin-top: 15px; }
.productDetailDiv .rowDiv .rightDiv{width: 55.294%;color: #373737;line-height: 2; }
.productDetailDiv .moreBtn{width: 300px;height: 60px;color: #fff!important;border-radius: 6px;background: #0e6437;text-align: center;margin-bottom: 50px; }
.productDetailDiv .moreBtn img{margin-left: 6px;max-width: 76px; }
/* .productDetailDiv .moreBtn:hover{opacity: .8;} */
.productDetailDiv .bdDiv .p{margin-top: 30px;}
.productDetailDiv .bdDiv .p p{margin: 20px 0;line-height: 2;}

.productDiv{padding: 0 0 120px;}
.productDiv .itemDiv{padding: 120px 0 0;}
.productDiv .rowDiv{margin: 60px 0 50px;background: url(../img/pd-bg.jpg) no-repeat center center/cover;padding: 20px;align-items: flex-start; }
.productDiv .rowDiv .leftDiv{width: 41.2%; }
.productDiv .rowDiv .leftDiv p{text-align: center;margin-top: 15px; }
.productDiv .rowDiv .rightDiv{width: 55.294%;color: #373737;line-height: 2; }
.productDiv .moreBtn{width: 300px;height: 60px;color: #fff;border-radius: 6px;background: #0e6437;text-align: center;margin-bottom: 50px;margin: 0 4vw; }
.productDiv .moreBtn img{margin-left: 6px;max-width: 76px;}
.productDiv .moreBtn:hover{opacity: .8;}
.productDiv .p1{color: #0e6437;}
.productDiv .tableDiv{margin: 30px 0 0;}

/*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.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.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>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-12px;width:8px;height:8px;border-bottom:2px solid #333333;border-right:2px solid #333333;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}
.indexHeader .menu>ul>li.has-sub>a::after{border-color: #fff;}
.on-fixed  .indexHeader .menu>ul>li.has-sub>a::after{border-color: #333;}
.menu>ul>li.has-sub:hover>a::after{border-color:#f80e02!important;}
.menu>ul>li.has-sub.on>a::after{border-color:#f80e02;}*/
.menu ul ul{position:absolute;left:-9999px;text-align: center;width: max-content;}
.menu li:hover>ul{left:0;}
/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul{right:100%;top:10px;min-width: initial;}
.menu ul ul li:hover>ul{left: 100%;margin-left: 0;}
/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.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: 0 13px;background: #fff;}
.menu ul ul li a .iconDiv{margin-bottom: 30px;}
.menu ul ul li>a{font-size: 16px;color:#fff;text-decoration:none;-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 ul li .alist a{display: block;font-size: 16px;color: #666666;margin-top: 15px;text-decoration:none;-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 ul li>a:hover,.menu ul ul li a:hover{opacity: .8;}
header .rightDiv .menu>ul>li{position: relative;}
header .rightDiv .menu>ul>li ul{min-width: 180px;box-shadow: 0px 0px 7px rgba(0,0,0,.1);}
header .rightDiv .menu>ul>li:hover>ul{left: 0;}
header .rightDiv .menu>ul>li li{display: block;float: initial;width: 100%;border-bottom: 1px solid #d2d2d2;}
header .rightDiv .menu>ul>li li a{font-size: 15px;color: #333333;margin: 0;font-weight: normal;text-align: left;text-transform: capitalize;padding: 15px 0;}
header .rightDiv .menu>ul>li li a:hover {color: #0e6437;}
.menu ul .default ul{padding: 0;}


/*.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 (max-width:1500px) {
	.indexDiv2 .yjyDiv .tag{font-size: 26px;padding: 20px 50px;bottom: 80px; } 
	
}
@media (max-width:1220px) {
	.f68{font-size: 60px;}
	.f44{font-size: 38px;}
	.f36{font-size: 30px;}
	.f32{font-size: 26px;}
	.f30{font-size: 25px;}
	.f28{font-size: 24px;}
	.f26{font-size: 22px;}
	.f24{font-size: 20px;}
	.f22{font-size: 19px;}
	.f20{font-size: 18px;}
	.f18{font-size: 17px;}
	.f16{font-size: 16px;}
	.f15{font-size: 15px;}
	.f14{font-size: 14px;}
	.indexDiv4 .bdDiv .row>div .textDiv .p{line-height: 1.8;}
	.indexDiv3 .swiper-button-next, .indexDiv3 .swiper-button-prev{width: 40px;height: 140px;margin-top: -70px; }
	.indexTitle .line{width: 120px;}
	.indexDiv4 .bdDiv .row>div .textDiv .more{margin-top: 2vw; }
	.wrap1{padding: 0 4.1%;}
	.aboutDiv4 .bdDiv{padding: 0 60px;}
	.aboutDiv4 .swiper-button-next, .aboutDiv4 .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px; }
	.aboutDiv4 .swiper-button-next{right: 0;}
	.aboutDiv4 .swiper-button-prev{left: 0;}
	.newsDiv ul li .imgDiv{width: 320px;height: 200px; }
	.newsDiv ul li .textDiv{width: calc(100% - 360px);}
}
@media (max-width:1100px) {
}
@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-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 {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo a{height: 50px;}
	header .logo a img{max-height: 70%;}
	header .mbtn {display: block;}
	body.on-menu header{background:#fff;}
	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:#fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	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.indexHeader .rightDiv .menu>ul>li>a{color: #333;}*/
	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>a span{display: inline-block;line-height: 34px;}
	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;}
	.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: 50px; }
	header .rightDiv .menu>ul>li ul{box-shadow: none;}
	header .rightDiv .menu>ul>li li{border-bottom: 0;}
	header .rightDiv .menu>ul>li li a{padding: 0 20px 0 30px;}
	header .rightDiv .menu>ul>li li.has-sub>a,header .rightDiv .menu>ul>li li.has-sub:hover>a{background: none;}
	.menu ul ul li:hover>ul{left: 0;}
	
	html, body{min-width: 100%;}
	header .rightDiv .othersDiv{justify-content: flex-start;float: initial;padding: 0 15px;height: 60px; }
	
	.indexDiv4 .bdDiv .row>div .textDiv .p{display: none;}
}

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

/*手机*/
@media (max-width:767px) {
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	/* .floatRightDiv{display: none;} */
	
	.floatRightDiv{height: 203px;}
	.floatRightDiv a{width: 50px;height: 50px; }
	.floatRightDiv ul a img{max-width: 25px;max-height: 24px; }
	.floatRightDiv ul li:hover .telDiv{right: 60px;padding: 10px 15px;font-size: 18px; }
	.floatRightDiv ul li:hover .wxDiv{width: 106px;height: 106px; }
	.floatRightDiv ul li:hover .wxDiv img{width: 82px;}
	
	html, body{font-size: 14px;}
	.f68{font-size: 40px;}
	.f44{font-size: 30px;}
	.f36{font-size: 24px;}
	.f32{font-size: 22px;}
	.f30{font-size: 21px;}
	.f28{font-size: 20px;}
	.f26{font-size: 19px;}
	.f24{font-size: 18px;}
	.f22{font-size: 17px;}
	.f20{font-size: 16px;}
	.f18{font-size: 15px;}
	.f15{font-size: 13px;}
	.f14{font-size: 12px;}
	
	/* .index-banner .img .pcImg{display: none;}
	.index-banner .img .mImg{display: block;} */
	.index-banner .img{height: 60vw; }
	/* .index-banner .swiper-pagination-bullet{width: 10px;} */
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 5px;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	
	.indexTitle p{font-size: 14px;}
	.indexTitle .line{width: 50px;margin-top: 20px; }
	
	.indexDiv1{padding: 45px 0 60px;}
	.indexDiv1 .rowDiv{display: block;}
	.indexDiv1 .rowDiv .imgDiv{width: 100%;}
	.indexDiv1 .rowDiv .textDiv{width: 100%;padding: 20px 0;}
	.indexDiv1 .rowDiv .textDiv .text{width: 80%;}
	.indexDiv1 .rowDiv .textDiv .text>img{width: 60px;}
	.indexDiv1 .rowDiv .textDiv span{margin: 20px 0 15px;}
	.indexDiv1 .rowDiv .textDiv .line{width: 40px;}
	.indexDiv1 .rowDiv .textDiv .p{margin: 20px 0;}
	.indexDiv1 .rowDiv .textDiv a{width: 130px;height: 36px; }
	.indexDiv1 .rowDiv:nth-child(2){margin-top: 30px; }
	.indexDiv2 .hdDiv{padding: 60px 0 100px;}
	.wrap1{padding: 0 4.1%;}
	.indexDiv2 .hdDiv .textDiv{width: 100%;}
	.indexDiv2 .hdDiv .textDiv .logoDiv img{width: 80px;margin-right: 20px; }
	.indexDiv2 .hdDiv .p1{margin: 20px 0 ;}
	.indexDiv2 .hdDiv .line{width: 100px;}
	.indexDiv2 .dataDiv{margin: -50px 0 40px;}
	.indexDiv2 .dataDiv .row>div{padding: 10px 0;}
	.indexDiv2 .dataDiv .row>div:not(:first-child):before{height: 40px;}
	.indexDiv2 .yjyDiv{padding: 40px 20px;}
	.indexDiv2 .yjyDiv .rowDiv{display: block;}
	.indexDiv2 .yjyDiv .rowDiv .imgDiv{width: 100%;}
	.indexDiv2 .yjyDiv .rowDiv .textDiv{width: 100%;margin-top: 20px;padding-bottom: 20px; }
	.indexDiv2 .yjyDiv .rowDiv .textDiv .p2{margin-top: 20px;}
	.indexDiv2 .yjyDiv .tag{position: relative;bottom: 0;font-size: 18px;padding: 20px;width: calc(100% + 40px);margin-left: -20px; }
	.indexDiv3{padding: 40px 0;}
	.indexDiv3 .bdDiv{margin-top: 40px; }
	.indexDiv4{padding: 35px 0;}
	.indexDiv4 .bdDiv .row>div a{height: initial;}
	.indexDiv4 .bdDiv .row>div .imgDiv{height: 50vw; }
	.indexDiv4 .bdDiv .row>div:nth-child(2) a{flex-direction: column; }
	.indexDiv4 .bdDiv .row>div .textDiv{padding: 30px 0;}
	.indexDiv4 .bdDiv .row>div .textDiv .p{display: block;}
	.indexDiv4 .bdDiv .row>div .textDiv .title{margin: 15px 0;}
	.indexDiv4 .bdDiv .row>div .textDiv .more{margin-top: 20px;}
	.indexDiv4 .bdDiv .moreBtn{width: 130px;height: 36px;margin-top: 35px; }
	
	.footerDiv .hdDiv{padding: 25px 0;text-align: center;}
	.footerDiv .hdDiv .flexbet{justify-content: center;}
	.footerDiv .hdDiv .listDiv .p{display: block;}
	.footerDiv .hdDiv .listDiv .p p{margin-top: 20px;}
	.footerDiv .hdDiv .linksDiv {margin-top: 30px;}
	.footerDiv .bdDiv a{display: block;}
	.footerDiv .bdDiv{padding: 15px 0;}
	
	.ny-banner{height: 45vw;}
	.ny-banner .textDiv span{font-size: 16px;}
	.ny-banner .textDiv p{font-size: 12px;}
/* 	.ny-banner .textDiv{padding-top: 50px;}
	.ny-banner .textDiv span{font-size: 18px; }
	.ny-banner .textDiv p{font-size: 12px; }
	.ny-banner .twoMenuDiv{bottom: 10px; }
	.ny-banner .twoMenuDiv a{width: 50px;height: 23px;margin-right: 5px; } */
	
	.aboutDiv1{padding: 30px 0 40px;}
	.aboutDiv1 .hdDiv img{width: 160px;}
	.aboutDiv1 .bdDiv .row>div{margin-top: 20px; }
	.aboutDiv1 .bdDiv .row>div .title{margin-top: 15px;}
	.aboutDiv2{padding: 40px 0 0;}
	.aboutDiv2 .rowDiv{margin: 40px 0;display: block;}
	.aboutDiv2 .rowDiv .imgDiv{width: 100%; }
	.aboutDiv2 .rowDiv .textDiv{width: 100%;margin-top: 30px; }
	.aboutDiv2 .rowDiv .textDiv .p1{margin: 15px 0 20px;}
	.aboutDiv2 .tag{padding: 20px;font-size: 18px; }
	.aboutDiv3{padding: 50px 0;}
	.aboutDiv3 .bdDiv{margin-top: 20px;}
	.aboutDiv3 .bdDiv .row>div{margin-top: 20px;}
	.aboutDiv3 .bdDiv .row>div .conDiv{padding: 20px;text-align: center;}
	.aboutDiv3 .bdDiv .row>div .conDiv span{margin: 15px 0;}
	.aboutDiv3 .bdDiv .row>div .conDiv img{margin: 0 auto;}
	.aboutDiv4{padding: 40px 0;}
	.aboutDiv4 .bdDiv{margin-top: 40px;}
	
	.newsDiv{padding: 40px 0;}
	.newsDiv ul li{margin-bottom: 40px; }
	.newsDiv ul li a{display: block;}
	.newsDiv ul li .imgDiv{width: 100%;}
	.newsDiv ul li .textDiv{width: 100%;margin-top: 20px; }
	.newsDiv ul li .textDiv .p{line-height: 1.6;margin: 15px 0; }
	
	.pageDiv a,.pageDiv span{width: 35px;height: 35px;margin: 5px;min-width: 35px;min-height: 35px; }
	
	.detailDiv{padding: 40px 0; }
	.detailDiv .hdDiv{padding-bottom: 20px; }
	.detailDiv .hdDiv .title{margin-bottom: 15px; }
	
	.contactDiv{padding: 40px 0 50px;}
	.contactDiv .hdDiv{margin: 0 0 60px;font-size: 16px;display: block; }
	.contactDiv .hdDiv .leftDiv{width: 100%;}
	.contactDiv .hdDiv .leftDiv .p{margin: 30px 0;}
	.contactDiv .hdDiv .leftDiv .p p{margin: 5px 0 0;}
	.contactDiv .hdDiv .rightDiv{width: 100%;margin-top: 30px; }
	.contactDiv .bdDiv .p{margin: 20px 0 25px;}
	.contactDiv .formDiv form .inputDiv{margin-bottom: 15px;}
	.contactDiv .formDiv form input{padding: 0 10px;line-height: 46px; }
	.contactDiv .formDiv form textarea{height: 130px;padding: 5px 10px; }
	.contactDiv .formDiv form button{max-width: 220px;height: 50px; }
	
	.joinDiv{padding: 40px 0;}
	.joinDiv .bdDiv ul li .logoImg{width: 130px;}
	.joinDiv .bdDiv ul li .line{width: 40px;}
	
	.productDiv .bdDiv .row{margin: 0 -6px; }
	.productDiv .bdDiv .row>div{padding: 0 6px;margin-bottom: 20px; }
	.productDiv .bdDiv .row>div .textDiv{margin-top: 10px;}

	.productDetailDiv{padding: 40px 0;}
	.productDetailDiv .rowDiv{margin: 30px 0 25px;display: block; }
	.productDetailDiv .rowDiv .leftDiv{width: 100%; }
	.productDetailDiv .rowDiv .rightDiv{width: 100%;margin-top: 20px; }
	.productDetailDiv .moreBtn{margin: 0 auto 30px;width: 240px;height: 46px; }
	.productDetailDiv .bdDiv .p{margin-top: 20px;}
	
	.productDiv{padding: 0 0 40px;}
	.productDiv .itemDiv{padding: 50px 0 0; }
	.productDiv .rowDiv{margin: 30px 0 25px;display: block; }
	.productDiv .rowDiv .leftDiv{width: 100%; }
	.productDiv .rowDiv .rightDiv{width: 100%;margin-top: 20px; }
	.productDiv .moreBtn{margin: 0 auto;width: 150px;height: 40px; }
	.productDiv .bdDiv .p{margin-top: 20px; }
	.productDiv .tableDiv{margin: 15px 0; }
	.productDiv .moreBtn img{width: 40px;}
	
	
	@media (max-width:320px) {
		
		
		
	}
	
}
