@charset "utf-8";

/* Banner */
.banner-ny { position:relative; }
.banner-ny img { width:100%; height:auto; }
.banner-ny .img02 { display:none; }

.banner-ny .txt { position:absolute; top:50%; transform: translateY(-50%); text-align:center; left:0; right:0; color:#fff; z-index:2; }
.banner-ny .txt .p1 { font-size:44px; }
.banner-ny .txt .p2 { font-size:24px; margin-top:20px; }

@media all and (max-width:1780px){
	.banner-ny .txt .p1 { font-size:34px; }
	.banner-ny .txt .p2 { font-size:18px; margin-top:15px; }
}
@media all and (max-width:1280px){
	.banner-ny .txt .p1 { font-size:24px; }
	.banner-ny .txt .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt .p1 { font-size:20px; }
	.banner-ny .txt .p2 { font-size:14px; margin-top:10px; }
}
 
/* 主体 */
.container { position:relative; background:#f7f7f7; z-index:9; }
.wrap {  margin:0 auto; }

.conBox { position:relative; padding-bottom:85px;  z-index:9; }
.leftTitle { display:none; }

.sidebar { float:left; width:220px; padding-top:140px; position: sticky; top:-40px; z-index:5; }
.main { position:relative; float:right; width:calc(100% - 230px); padding:30px 35px 80px 0; min-height:600px; background:#fff; box-sizing: border-box; z-index:1; }
.main:before { position:absolute; top:0; left:-40px; width:40px; bottom:0; display:block; content:""; background:#fff; z-index:-1; }

.menu ul li { position:relative; margin-bottom:10px; }
.menu ul li a { position:relative; display:block; padding:20px 30px 20px 20px; font-size:18px; color:#333; line-height:30px; border-radius:8px; }
.menu ul li a i { display:block; }

.menu ul li a.current,.menu ul li:hover a { color:#fff; background:#4ba634; }
.menu ul li a.current i,.menu ul li:hover a i { background:url(/images/menu.png) no-repeat center right; }

.bdArea { padding-bottom:15px; margin-bottom:40px; border-bottom:1px solid #f2f2f2; }

.location { float:left; line-height:50px; font-size:14px; color:#666; }
.location h3 { display:none; }
.location a { color:#666; padding:0 10px; }
.location a:nth-child(1) { padding-left:0; }

.bdArea form { float:right; width:200px; border:1px solid #e7e7e7; border-radius:25px; }
.bdArea form .btn { float:right; width:60px; height:50px; background:url(/images/form01.png) no-repeat center; cursor:pointer; }
.bdArea form .txt { float:left; width:calc(100% - 60px); height:50px; line-height:50px; padding-left:25px; box-sizing: border-box; }

@media all and (max-width:1780px){
	.conBox { padding-bottom:80px; }
	
	.sidebar { width:180px; padding-top:100px; }
	.main { position:relative; float:right; width:calc(100% - 190px); padding:30px 25px 60px 0; }
	.main:before {  left:-30px; width:30px; }
	
	.menu ul li a { padding:15px 20px; font-size:16px; line-height:25px; }
	
	.location { line-height:40px; }
	
	.bdArea form .btn { width:50px; height:40px; }
	.bdArea form .txt { width:calc(100% - 50px); height:40px; line-height:40px; padding-left:15px; }
}
@media all and (max-width:1200px){
	.conBox { padding-bottom:60px; }
	
	.sidebar { display:none; }
	
	.main { float:none; width:100%; padding:30px 25px 60px 25px; }
	.main:before { display:none; }
}
@media all and (max-width:750px){
	.conBox { padding-bottom:30px; }
	
	.sidebar { display:none; }
	
	.main { float:none; width:100%; padding:30px 4%;  min-height:0; }
	
	.bdArea { display:none; }
}

.second_nav { display:none; margin-bottom:30px; }
.second_nav .t { display:block; font-size:17px; width:100%; background-color:#4ba634;text-align:left;display:block;padding:5px 5%;line-height:40px;overflow:hidden; color:#fff; box-sizing:border-box; }
.second_nav .t i{ display:block; float:right; width:12px; height:40px; background:url(/images/cx10.png) center center no-repeat; background-size:12px; transition:all 0.3s linear}
.second_nav .t.on i{  background:url(/images/cx10.png) center center no-repeat; background-size:12px; transform:rotate(180deg)}

.second_nav ul {font-size:0; text-align:left; box-sizing:border-box; background:#fff; display:none; }
.second_nav ul li { width:100%; text-align:center;  position:relative; }
.second_nav ul li a{ line-height:45px; font-size:16px; color:#333;}
.second_nav ul li:before{ content:""; display:block; width:0%; bottom:-1px; left:50%; height:2px; background:#4ba634; position:absolute; transition:all 0.3s}

.second_nav ul li.on:before{ width:100%; left:0}
.second_nav ul li.on a{ color:#4ba634; font-weight:bold; }


@media all and (max-width:750px){
	.second_nav { display:block; }
}

.ejArea { position:relative; top:15px; display:none; margin-bottom:30px; padding:0 20px; background:#fff; }
.ejArea .swiper-slide a { position: relative; text-align: center; font-size:14px; color: #555555; display: block; height:70px; }
.ejArea .swiper-slide a span { display:block; left:0; position: absolute; top:50%; left:0; transform: translateY(-50%); width:100%; z-index:2; }

.ejArea .swiper-slide.on a{color: #4ba634;}
.ejArea .swiper-slide.on a:after { content: ""; position: absolute; bottom: 0; left:0; width: 100%; height:2px; display:block; background: #4ba634; z-index:2; }
 
.ejArea .swiper-button-next-msv { position:absolute; right:5px; top:0; z-index:2; width:12px; height:70px; background: url(/images/msv_next_05.png) no-repeat center; background-size:8px 15px; }
.ejArea .swiper-button-prev-msv { position:absolute; left:5px; top:0; z-index:2; width:12px; height:70px; background: url(/images/msv_prev_03.png) no-repeat center; background-size:8px 15px; }


@media all and (max-width:750px){
	.ejArea { display:block; }
}

/* 内容模式 */
.article { line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; height:auto; }
.article svg { max-width:100%; height:auto; }

.article .ft ul li:hover a { font-weight:bold; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .bd { font-size:14px; }
}
 
 
 
/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 40px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(/images/o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }


/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:auto; margin-right:20px; padding:4px; border:1px solid #e7e7e7; box-sizing: border-box; }
.pothoItem .item .pic img { width:100%; height:auto; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

@media all and (max-width:750px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picnews ul li { float:left; width:31%; margin:0 3.5% 60px 0; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li .pic { overflow:hidden; }
.picnews ul li .pic img { transition: all 0.6s; }
.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li .txt { margin-top:25px; }
.picnews ul li .txt .p1 { font-size:18px; color:#000; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { font-size:14px; color:#777; margin-top:15px; }
.picnews ul li .txt .p3 { font-size:14px; color:#777; margin-top:15px; line-height:25px; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.picnews ul li:hover .txt .p1 { color:#4ba634; font-weight:bold; }
 
@media all and (max-width:1200px){
	
	
	.picnews ul li .txt { margin-top:20px; }
	.picnews ul li .txt .p1 { font-size:16px; }
	.picnews ul li .txt .p2 { font-size:12px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:15px; } 
}
@media all and (max-width:750px){
	.picnews ul li { width:100%; margin:0 0 25px 0; }
	.picnews ul li:nth-child(3n) { margin-right:0; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	
	.picnews ul li .txt { margin-top:15px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:12px; margin-top:5px; }
	.picnews ul li .txt .p3 { font-size:12px; margin-top:10px; line-height:20px; height:40px; } 
}


/* 图片列表 */
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:24%; margin:0 1.33% 30px 0; }
.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:0; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList .pic-item-list .pic-item dl { padding:5px; margin-top:10px; }
.piList .pic-item-list .pic-item dl dt { height:30px; font-size:20px; line-height:30px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
 
.piList .pic-item-list .pic-item:hover .list-pic img { transform: scale(1.1)!important; }

@media all and (max-width:1780px){
	.piList .pic-item-list .pic-item dl dt { height:20px; font-size:16px; line-height:20px; }
}
@media all and (max-width:1100px){
	.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 2% 0; }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }
}
@media all and (max-width:750px){
	.piList .pic-item-list .pic-item { width:49%;  }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }

}
 
/* 分页 */
.page { padding-top: 20px; line-height:24px; text-align:center;padding-bottom:0; }
.page a { display:inline-block; margin:0 5px; padding:3px 11px; background:#f0f0f1; color:#4f4f4f; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#4ba634; color:#fff; }

@media screen and (max-width: 1024px){
	.page{padding-top: 10px}
	.page a{padding: 0 5px;margin: 0 3px;font-size: 12px}
}

/* 人才招聘 */
.hr { position:relative; padding:0 0 40px; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#1c63b3; font-weight:bold; font-size:28px; margin-bottom:30px; }
.hr-list .info { padding:5px 0; line-height:25px; font-size:14px; }

@media all and (max-width:750px){
	.hr-list .title { font-size:20px; margin-bottom:15px; }
	.hr-list .info { font-size:12px; }
}
 
  
/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel input {  vertical-align:middle; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:30px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:30px; line-height:30px; padding:0 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

@media all and (max-width:750px){
	.form-panel li.field label { width:65px; }
	.form-panel .text { width:calc(100% - 65px); }
	.form-panel .textarea { width:calc(100% - 65px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 65px; _padding:0 10px 20px 65px; clear:both; }
}

/* 产品具体页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }


.list01 { padding-bottom:80px; }
.list01 ul li { border-bottom:1px solid #f2f2f2; }
.list01 ul li a { display:block; padding:40px 0; }
.list01 ul li .date { float:left; width:140px; text-align:center; font-family:"Arial"; color:#000; line-height:1; }
.list01 ul li .date p { font-size:60px; }
.list01 ul li .date span { font-size:18px; margin-top:5px; display:block; }
.list01 ul li .txt { float:right; width:calc(100% - 155px); padding-top:5px; }
.list01 ul li .txt .p1 { font-size:18px; color:#000; line-height:20px; height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list01 ul li .txt .p2 { font-size:16px; color:#676767; line-height:25px; height:50px; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.list01 ul li:hover .txt .p1 { color:#4ba634; }
.list01 ul li:hover .date { color:#4ba634; }

@media all and (max-width:1780px){
	.list01 { padding-bottom:50px; }
	.list01 ul li a { padding:30px 0; }
	.list01 ul li .date { float:left; width:120px; }
	.list01 ul li .date p { font-size:50px; }
	.list01 ul li .date span { font-size:16px; margin-top:5px; }
	.list01 ul li .txt { float:right; width:calc(100% - 135px); padding-top:0; }
	.list01 ul li .txt .p1 { font-size:16px; }
	.list01 ul li .txt .p2 { font-size:14px; margin-top:5px; }
}
@media all and (max-width:1280px){
	.list01 { padding-bottom:40px; }
	.list01 ul li a { padding:25px 0; }
	.list01 ul li .date { float:left; width:100px; padding-top:5px; }
	.list01 ul li .date p { font-size:40px; }
	.list01 ul li .date span { font-size:16px; margin-top:5px; }
	.list01 ul li .txt { float:right; width:calc(100% - 120px); padding-top:0; }
	.list01 ul li .txt .p1 { font-size:16px; }
	.list01 ul li .txt .p2 { font-size:14px; margin-top:5px;  }
}
@media all and (max-width:750px){
	.list01 { padding-bottom:30px; }
	.list01 ul li a { padding:15px 0; }
	.list01 ul li .date { float:left; width:70px; padding-top:5px; }
	.list01 ul li .date p { font-size:40px; }
	.list01 ul li .date span { font-size:16px; margin-top:5px; }
	.list01 ul li .txt { float:right; width:calc(100% - 85px); padding-top:0; }
	.list01 ul li .txt .p1 { font-size:16px; }
	.list01 ul li .txt .p2 { font-size:14px; margin-top:5px;  }
}



.conArea01 { background:#f2f2f2; }
.conBox01 { float:left; width:735px; height:600px; background:#ccc; }
.conBox01 .my-map { width:100%; height:600px!important; }
.conBox01 #dituContent { width:100%; height:600px!important; }

.conBox02 { float:right; width:600px; padding-top:55px; margin-right:40px; }
.conBox02 .p1 { font-size:30px; color:#4ba634; font-weight:bold; }
.conBox02 .p2 { font-size:16px; color:#333; line-height:30px; margin-top:20px; }
.conBox02 .p2 a { color:#333; }
.conBox02 .p3 { margin-top:25px; }
.conBox02 .p3 ul li { float:left; width:110px; text-align:center; margin-right:35px; }
.conBox02 .p3 ul li:last-child { margin-right:0; }
.conBox02 .p3 ul li p { border-radius:7px; overflow:hidden; }
.conBox02 .p3 ul li span { display:block; font-size:14px; color:#666; margin-top:10px; }

@media all and (max-width:1780px){
	.conBox01 { float:left; width:50%; height:500px; }
	.conBox01 .my-map { height:500px!important; }
	.conBox01 #dituContent { height:500px!important; }

	.conBox02 { float:right; width:42%; padding-top:30px; margin-right:4%; }
	.conBox02 .p1 { font-size:28px; }
	.conBox02 .p2 { font-size:14px; line-height:25px; margin-top:20px; }
	.conBox02 .p3 { margin-top:20px; }
	.conBox02 .p3 ul li { width:110px; margin-right:25px; }
	.conBox02 .p3 ul li:last-child { margin-right:0; }
	.conBox02 .p3 ul li span { font-size:14px; margin-top:10px; }
}
@media all and (max-width:1000px){
	.conBox01 { float:none; width:100%; height:400px; }
	.conBox01 .my-map { height:400px!important; }
	.conBox01 #dituContent { height:400px!important; }

	.conBox02 { float:none; width:100%; padding:30px 4%; margin-left:0; box-sizing: border-box; }
	.conBox02 .p1 { font-size:24px; }
	.conBox02 .p2 { font-size:14px; line-height:25px; margin-top:20px; }
	.conBox02 .p3 { margin-top:20px; }
	.conBox02 .p3 ul li { width:110px; margin-right:25px; }
	.conBox02 .p3 ul li:last-child { margin-right:0; }
	.conBox02 .p3 ul li span { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.conBox01 { float:none; width:100%; height:300px; }
	.conBox01 .my-map { height:300px!important; }
	.conBox01 #dituContent { height:300px!important; }

	.conBox02 { float:none; width:100%; padding:30px 4%; margin-left:0; box-sizing: border-box; }
	.conBox02 .p1 { font-size:20px; }
	.conBox02 .p2 { font-size:14px; line-height:1.7; margin-top:20px; }
	.conBox02 .p3 { margin-top:20px; }
	.conBox02 .p3 ul li { width:100px; margin-right:20px; }
	.conBox02 .p3 ul li:last-child { margin-right:0; }
	.conBox02 .p3 ul li span { font-size:14px; margin-top:5px; }
}

.conArea02 { background:url(/images/con01.jpg) no-repeat center bottom #fcfcfc; margin-top:40px; padding:90px 40px; }
.conArea02 .hd { font-size:30px; color:#333; font-weight:bold; text-align:center; }
.conArea02 .bd { margin-top:40px; }

.conArea02 .bd ul li.li01 { float:left; width:57.5%; }
.conArea02 .bd ul li.li01 .text { float:left; border:1px solid rgba(0,0,0,0.1); width:48.5%; margin-right:3%; line-height:60px; padding:0 10px 0 30px; font-size:14px; box-sizing: border-box; }
.conArea02 .bd ul li.li01 .text:nth-child(2n) { margin-right:0; }
.conArea02 .bd ul li.li01 .text:nth-child(n + 3) { margin-top:10px; }

.conArea02 .bd ul li.li02 { float:left; width:40.5%; margin-left:2%; }
.conArea02 .bd ul li.li02 .textarea { width:100%; padding:20px 30px; height:202px; border:1px solid rgba(0,0,0,0.1); box-sizing: border-box; }

.conArea02 .bd ul li.li03 { margin-top:30px; }
.conArea02 .bd ul li.li03 .pp { float:left; font-size:14px; line-height:25px; width:435px; color:#999; }
.conArea02 .bd ul li.li03 .btn01 { float:right; display:block; width:265px; height:60px; line-height:60px; font-size:14px;  text-align:center; background:#4ba634; color:#fff; border-radius:30px; cursor:pointer; }

@media all and (max-width:1780px){
	.conArea02 { margin-top:40px; padding:80px 30px; }
	.conArea02 .hd { font-size:28px; }
	.conArea02 .bd { margin-top:40px; }

	.conArea02 .bd ul li.li01 { float:left; width:57.5%; }
	.conArea02 .bd ul li.li01 .text { float:left; width:48.5%; margin-right:3%; line-height:50px; padding:0 10px 0 20px; }
	.conArea02 .bd ul li.li01 .text:nth-child(2n) { margin-right:0; }
	.conArea02 .bd ul li.li01 .text:nth-child(n + 3) { margin-top:10px; }

	.conArea02 .bd ul li.li02 { float:left; width:40.5%; margin-left:2%; }
	.conArea02 .bd ul li.li02 .textarea { padding:20px; height:175px;  }

	.conArea02 .bd ul li.li03 { margin-top:20px; }
	.conArea02 .bd ul li.li03 .pp { float:left; font-size:14px; line-height:25px; width:435px; color:#999; }
	.conArea02 .bd ul li.li03 .btn01 { float:right; width:265px; height:50px; line-height:50px; }
}
@media all and (max-width:1280px){
	.conArea02 { margin-top:30px; padding:60px 20px; }
}
@media all and (max-width:1000px){
	.conArea02 .bd ul li.li03 .pp { float:none; font-size:14px; line-height:25px; width:100%; }
	.conArea02 .bd ul li.li03 .btn01 { float:none; width:265px; height:50px; line-height:50px; margin-top:20px; }
}
@media all and (max-width:750px){
	.conArea02 { margin-top:30px; padding:30px 4%; }
	.conArea02 .hd { font-size:24px; }
	.conArea02 .bd { margin-top:20px; }

	.conArea02 .bd ul li.li01 { float:none; width:100%; }
	.conArea02 .bd ul li.li01 .text { float:none; width:100%; margin-right:0; line-height:40px; padding:0 10px; }
	.conArea02 .bd ul li.li01 .text:nth-child(2n) { margin-right:0; }
	.conArea02 .bd ul li.li01 .text:nth-child(n + 2) { margin-top:10px; }

	.conArea02 .bd ul li.li02 { float:none; width:100%; margin-left:0; margin-top:10px; }
	.conArea02 .bd ul li.li02 .textarea { padding:10px; height:150px;  }

	.conArea02 .bd ul li.li03 { margin-top:10px; }
	.conArea02 .bd ul li.li03 .btn01 { width:180px; height:40px; line-height:40px; margin:20px auto 0; }
}

.job01 { display:flex; align-items: center; background:#f7f7f7; }
.job01 .lt { width:675px; overflow:hidden; }
.job01 .rt { width:calc(100% - 675px); box-sizing:border-box; padding:0 4%; }
.job01 .rt .title { font-size:22px; font-weight:bold; line-height:1; color:#000; }
.job01 .rt .intro { margin-top:30px; color:rgba(51,51,51,0.8); line-height:2; font-size:16px; }

@media all and (max-width:1780px){
	.job01 .lt { width:50%; }
	.job01 .rt { width:calc(100% - 50%); }	
	.job01 .rt .title { font-size:18px; }
	.job01 .rt .intro { margin-top:20px; line-height:1.7; font-size:14px; }
}
@media all and (max-width:1000px){
	.job01 { display:block }
	.job01 .lt { width:100% }
	.job01 .rt { width:100%; padding:8% 5%; }
	.job01 .rt .title { font-size:18px; }
	.job01 .rt .intro { margin-top:20px; font-size:14px; }
}

.job02 { margin-top:30px}
.job02 .item { margin-bottom:20px }
.job02 .item:hover{ box-shadow:0 0 10px rgba(0,0,0,.1)}
.job02 .item .ihd{display:flex;align-items: center; background:#f2f2f2; height:86px; font-size:16px; color:rgba(31,31,31,0.8); transition:all 0.3s}
.job02 .item .ihd .a1{ width:28%; box-sizing:border-box; padding:0 5%;}
.job02 .item .ihd .a2{ width:19%; box-sizing:border-box; padding:0 3%;}
.job02 .item .ihd .a3{ width:15%; box-sizing:border-box; padding:0 3%;}
.job02 .item .ihd .a4{ width:15%; box-sizing:border-box; padding:0 3%; }
.job02 .item .ihd .a5{ width:15%; box-sizing:border-box; padding:0 3%; word-break:break-all}
.job02 .item .ihd .a6{ width:8%; box-sizing:border-box; height:100%; background: linear-gradient(to right,#1f914d,#3cb325); background-size:cover; cursor:pointer}
.job02 .item .ihd .a6 i{ display:block; width:100%; height:100%; background:url(/images/job01.png) center center no-repeat; transition:all 0.3s}
.job02 .item .ibd{ width:100%; background:#fff; box-sizing:border-box; padding:3% 5%; font-size:16px; line-height:2; color:#333; display:none}
.job02 .item .ibd .txt01 { font-size:16px; color:#fff; width:135px; height:40px; text-align:center; line-height:40px; background:#4ba634; border-radius:5px; cursor:pointer; margin-top:20px }
.job02 .item.on .ihd{ background:#f1f1f1}
.job02 .item.on .ihd .a6 i{ transform:rotate(90deg)}
.job02 .item.on .ibd{ display:block}

@media all and (max-width:1780px){
	.job02 .item .ihd{ height:86px; font-size:14px; }
	.job02 .item .ihd .a1 { width:35%; padding:0 2% 0 4%;}
	.job02 .item .ihd .a2 { width:20%; padding:0 2%;}
	.job02 .item .ihd .a3 { width:15%; padding:0 2%;}
	.job02 .item .ihd .a4 { width:15%; padding:0 2%;}
	.job02 .item .ihd .a5 { width:15%; padding:0 2%;}
	
	.job02 .item .ibd { padding:4%; font-size:14px; line-height:1.7; }

}
@media all and (max-width:1000px){
	.job02 .item { margin-bottom:10px }
	.job02 .item .ihd{ font-size:14px; height:60px}
	.job02 .item .ihd .a1{ width:50%; padding:0 0 0 5%; line-height:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2;}
	.job02 .item .ihd .a2 { display:none }
	.job02 .item .ihd .a3 { display:none }
	.job02 .item .ihd .a4 { display:none }
	.job02 .item .ihd .a5 { width:35%; padding:0 3%; }
	.job02 .item .ihd .a6 { width:15% }
	.job02 .item .ihd .a6 i { background-size:8px; }
	.job02 .item .ibd { padding:5%; font-size:14px; }
	.job02 .item .ibd .txt01 { font-size:14px; width:105px; height:36px; line-height:36px; margin-top:4%}

}


.cov{position: fixed;left: 0;top:0;width: 100%;height: 100%;background:rgba(0,0,0,0.5);z-index:9999999;display: none;}
.biaodan{position: fixed; padding:35px; margin:-330px 0 0 -240px; background:#fff url(zp-3.png) no-repeat center;left:50%;top:50%; z-index:9999999; display: none;}
.biaodan .i-biaodan{border:1px solid #dadada;padding:45px; width:317px;position:relative;}
.biaodan .i-biaodan .h{font-size: 28px;line-height: 28px;text-align: center;font-weight: bold;margin-bottom: 12px;}
.biaodan .i-biaodan .e{font-size:14px;line-height: 14px;text-align: center;color: #969696;padding-bottom:16px;background:url(/images/zp-2.png) no-repeat center bottom;margin-bottom:25px;}
.biaodan .i-biaodan .close{ display:block; width:24px; height:24px; background:url(/images/zp-1.png) no-repeat center; cursor:pointer; position:absolute; top:15px; right:15px;}
.biaodan .i-biaodan ul li{padding:15px 18px;border:1px solid #c8c8c8;margin-bottom:22px;color: #bfbfbf;font-size:15px;line-height: 25px;}
.biaodan .i-biaodan ul li label { float:left; display:block; width:30px; height:25px; }
.biaodan .i-biaodan ul li:nth-child(1) label{background:url(/images/zp-5.jpg) no-repeat left center;}
.biaodan .i-biaodan ul li:nth-child(2) label{background:url(/images/zp-4.png) no-repeat left center;}
.biaodan .i-biaodan .ta textarea{padding:15px 18px;border:1px solid #c8c8c8;font-size:15px;line-height: 25px;color: #bfbfbf;width:100%;box-sizing: border-box;}
.biaodan .i-biaodan .jl{font-size:15px;line-height: 25px;margin:22px 0;}
.biaodan .i-biaodan .sub input{  width:100%; font-size: 20px;line-height:46px;background:#4ba634;text-align: center;color: #fff; border-radius:5px}
@media all and (max-width:1200px){
	.biaodan{ padding:10px; margin:0;transform: translate(-50%,-50%); }
	.biaodan .i-biaodan { padding:15px; width:280px; }
	.biaodan .i-biaodan .h { font-size:20px; line-height:25px; margin-bottom: 10px;}
	.biaodan .i-biaodan .e { margin-bottom:15px;}
	.biaodan .i-biaodan ul li{padding:5px 10px; margin-bottom:10px; font-size:14px; }
	.biaodan .i-biaodan .ta textarea{padding:5px 10px; font-size:14px; }
	.biaodan .i-biaodan .jl{ font-size:14px;line-height: 25px;margin:10px 0;}
	.biaodan .i-biaodan .sub input{  font-size:14px;line-height:30px; }
} 


.cpArea ul li { background:#f7f7f7; }
.cpArea ul li:nth-child(n + 2) { margin-top:40px; }
.cpArea ul li .pic { float:left; width:520px; background:#ededed; overflow:hidden; }
.cpArea ul li .pic img { transition: all 0.6s; }
.cpArea ul li:hover .pic img { transform: scale(1.1)!important; }


.cpArea ul li .txt { float:right; width:735px; margin-right:75px; padding-top:75px; }
.cpArea ul li .txt .p1 { font-size:32px; color:#333; font-weight:bold; }
.cpArea ul li .txt .p2 { font-size:16px; color:#999; line-height:25px; height:50px; margin-top:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cpArea ul li .txt .p3 { margin-top:20px; font-size:0; height:75px; overflow:hidden; }
.cpArea ul li .txt .p3 i { display:inline-block; padding:0 20px; line-height:30px; font-size:14px; color:#666; border:1px solid rgba(0,0,0,0.1); border-radius:5px; margin:0 10px 10px 0; }
.cpArea ul li .txt .p3 i:hover { border-color:#4ba634; color:#fff; background:#4ba634; }
.cpArea ul li .txt .p4 { margin-top:30px; font-size:0; }
.cpArea ul li .txt .p4 a { display:inline-block; width:135px; line-height:45px; text-align:center; font-size:16px; color:#666;  background:#fff; border-radius:50px; margin-right:20px; cursor:pointer; }
.cpArea ul li .txt .p4 a:hover { color:#fff; background:#4ba634; }



@media all and (max-width:1780px){
	.cpArea ul li:nth-child(n + 2) { margin-top:30px; }
	.cpArea ul li .pic { float:left; width:440px; }
	.cpArea ul li .txt { float:right; width:calc(92% - 440px); margin-right:4%; padding-top:30px; }
	.cpArea ul li .txt .p1 { font-size:24px; }
	.cpArea ul li .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:15px; }
	.cpArea ul li .txt .p3 { margin-top:20px; height:70px; }
	.cpArea ul li .txt .p3 i { padding:0 15px; line-height:30px; font-size:14px; margin-right:10px; margin-bottom:5px; }
	.cpArea ul li .txt .p4 { margin-top:20px; }
	.cpArea ul li .txt .p4 a { width:125px; line-height:35px; font-size:14px; margin-right:15px; }
}
@media all and (max-width:1000px){
	.cpArea ul li:nth-child(n + 2) { margin-top:20px; }
	.cpArea ul li .pic { float:left; width:300px; }
	.cpArea ul li .txt { float:right; width:calc(92% - 300px); margin-right:4%; padding-top:30px; }
	.cpArea ul li .txt .p1 { font-size:18px; }
	.cpArea ul li .txt .p2 { font-size:14px; line-height:20px; height:40px; margin-top:15px; }
	.cpArea ul li .txt .p3 { margin-top:20px; height:32px; overflow:hidden; }
	.cpArea ul li .txt .p3 i { padding:0 15px; line-height:30px; font-size:14px; margin-right:10px; margin-bottom:0; }
	.cpArea ul li .txt .p4 { margin-top:20px; }
	.cpArea ul li .txt .p4 a { width:125px; line-height:35px; font-size:14px; margin-right:15px; }
}
@media all and (max-width:750px){
	.cpArea ul li:nth-child(n + 2) { margin-top:15px; }
	.cpArea ul li .pic { float:none; width:100%; }
	.cpArea ul li .txt { float:none; width:100%; margin-right:0; box-sizing: border-box; padding:25px 4%; }
	.cpArea ul li .txt .p1 { font-size:16px; }
	.cpArea ul li .txt .p2 { font-size:14px; line-height:20px; height:40px; margin-top:10px; }
	.cpArea ul li .txt .p3 { margin-top:15px; height:auto; overflow:hidden; }
	.cpArea ul li .txt .p3 i { padding:0 15px; line-height:25px; font-size:12px; margin-right:5px; margin-bottom:5px; }
	.cpArea ul li .txt .p4 { margin-top:15px; }
	.cpArea ul li .txt .p4 a { width:100px; line-height:35px; font-size:14px; margin-right:15px; }
}


.cpArea01 .pic { float:left; width:520px; background:#ededed; overflow:hidden; }
.cpArea01 .pic img { transition: all 0.6s; }
.cpArea01 .pic:hover img { transform: scale(1.1)!important; }
 
.cpArea01 .txt { float:right; width:810px; padding-top:30px; }
.cpArea01 .txt .p1 { font-size:32px; color:#4ba634; font-weight:bold; padding-bottom:20px; border-bottom:1px solid rgba(0,0,0,0.1); }
.cpArea01 .txt .p2 { font-size:18px; color:#000; margin-top:30px; }
.cpArea01 .txt .p3 { margin-top:20px; font-size:0; }
.cpArea01 .txt .p3 i { display:inline-block; padding:0 20px; line-height:35px; font-size:14px; color:#666; border:1px solid rgba(0,0,0,0.1); border-radius:5px; margin:0 10px 10px 0; }
.cpArea01 .txt .p3 i:hover { border-color:#4ba634; color:#fff; background:#4ba634; }
.cpArea01 .txt .p4 { font-size:18px; color:#000; margin-top:25px; }
.cpArea01 .txt .p5 { margin-top:20px; font-size:0; }
.cpArea01 .txt .p5 i { display:inline-block; padding:0 10px; line-height:35px; font-size:14px; color:#666; border:1px solid rgba(0,0,0,0.1); border-radius:5px; margin:0 10px 10px 0; cursor:pointer; }
.cpArea01 .txt .p5 i:hover { border-color:#4ba634; color:#fff; background:#4ba634;  }
.cpArea01 .txt .p5 i.on { border-color:#4ba634; color:#fff; background:#4ba634;  }

.cpArea01 .txt .p6 { margin-top:40px; font-size:0; }
.cpArea01 .txt .p6 i { display:inline-block; line-height:45px; padding-left:55px; font-size:34px; color:#000; background:url(/images/p01.png) no-repeat center left; font-family:"Arial"; }
.cpArea01 .txt .p6 a { color:#000; }
.cpArea01 .txt .p6 a.yyBox { display:inline-block; width:135px; line-height:45px; text-align:center; font-size:16px; color:#fff; background:#f3a104; border-radius:50px; margin-right:30px;  cursor:pointer; }




@media all and (max-width:1780px){
	.cpArea01 .pic { float:left; width:440px; }
	.cpArea01 .txt { float:right; width:calc(92% - 440px); margin-right:4%; padding-top:30px; }	
	.cpArea01 .txt .p1 { font-size:24px; padding-bottom:15px; }
	.cpArea01 .txt .p2 { font-size:14px; margin-top:20px; }
	.cpArea01 .txt .p3 { margin-top:10px; }
	.cpArea01 .txt .p3 i { padding:0 15px; line-height:30px; font-size:14px; margin-right:10px; margin-bottom:5px; }
	.cpArea01 .txt .p4 { font-size:14px; margin-top:15px; }
	.cpArea01 .txt .p5 { margin-top:10px; }
	.cpArea01 .txt .p5 i { padding:0 10px; line-height:30px; font-size:14px; margin-right:10px; margin-bottom:5px; }
	.cpArea01 .txt .p6 { margin-top:20px; }
	
	.cpArea01 .txt .p6 i { line-height:35px; padding-left:45px; font-size:28px; background-size:35px 35px; }
	.cpArea01 .txt .p6 a.yyBox { width:125px; line-height:35px; font-size:14px; margin-right:15px; }	
}
@media all and (max-width:1000px){
	.cpArea01 .pic { float:left; width:300px; }
	.cpArea01 .txt { float:right; width:calc(92% - 300px); margin-right:4%; padding-top:0; }	
	.cpArea01 .txt .p1 { font-size:18px; padding-bottom:10px; }
	.cpArea01 .txt .p2 { font-size:14px; margin-top:10px; }
	.cpArea01 .txt .p3 { margin-top:10px; }
	.cpArea01 .txt .p3 i { padding:0 10px; line-height:30px; font-size:14px; margin-right:10px; margin-bottom:5px; }
	.cpArea01 .txt .p4 { font-size:14px; margin-top:10px; }
	.cpArea01 .txt .p5 { margin-top:10px; }
	.cpArea01 .txt .p5 i { padding:0 10px; line-height:30px; font-size:14px; margin-right:10px; margin-bottom:5px; }
	.cpArea01 .txt .p6 { margin-top:10px; }
	
	.cpArea01 .txt .p6 i { line-height:30px; padding-left:40px; font-size:20px; background-size:30px 30px; }
	.cpArea01 .txt .p6 a.yyBox { width:125px; line-height:30px; font-size:14px; margin-right:15px; }
}
@media all and (max-width:800px){
	.cpArea01 .pic { float:none; width:100%; }
	.cpArea01 .txt { float:none; width:100%; margin-right:0; padding-top:30px; }	
	.cpArea01 .txt .p1 { font-size:18px; padding-bottom:10px; }
	.cpArea01 .txt .p2 { font-size:14px; margin-top:10px; }
	.cpArea01 .txt .p3 { margin-top:10px; }
	.cpArea01 .txt .p3 i { padding:0 10px; line-height:30px; font-size:12px; margin-right:10px; margin-bottom:5px; }
	.cpArea01 .txt .p4 { font-size:14px; margin-top:10px; }
	.cpArea01 .txt .p5 { margin-top:10px; }
	.cpArea01 .txt .p5 i { padding:0 10px; line-height:30px; font-size:12px; margin-right:10px; margin-bottom:5px; }
	.cpArea01 .txt .p6 { margin-top:10px; }
	
	.cpArea01 .txt .p6 i { line-height:30px; padding-left:40px; font-size:16px; background-size:30px 30px; }
	.cpArea01 .txt .p6 a.yyBox { width:100px; line-height:30px; font-size:14px; margin-right:15px; }
}

.cpArea02 { margin-top:40px; background:#fff; padding:15px 0; border-bottom:1px solid rgba(0,0,0,0.1); position: sticky; top:0; z-index:5; }
.cpArea02 ul li { float:left; margin-right:120px; font-size:20px; color:#666; line-height:25px; cursor:pointer; }
.cpArea02 ul li:last-child { margin-right:0; }
.cpArea02 ul li.on,.cpArea02 ul li:hover { font-weight:bold; color:#4ba634; }

.cpArea03 .con02 { margin-top:60px; }
.cpArea03 .con03 { margin-top:60px; }
.cpArea03 .con04 { margin-top:60px; }

.cpArea03 .con .hd01 { font-size:24px; color:#000; font-weight:bold; line-height:1.1; padding-bottom:20px; border-bottom:1px solid rgba(0,0,0,0.1); }
.cpArea03 .con .bd01 { margin-top:40px; font-size:16px; color:#666; }
.cpArea03 .con .bd01 img { max-width:100%; }

@media all and (max-width:1780px){
	.cpArea02 { margin-top:30px; padding:15px 0; }
	.cpArea02 ul li { float:left; margin-right:60px; font-size:18px; line-height:20px; }
	.cpArea02 ul li:last-child { margin-right:0; }
 
	.cpArea03 .con02 { margin-top:50px; }
	.cpArea03 .con03 { margin-top:50px; }
	.cpArea03 .con04 { margin-top:50px; }

	.cpArea03 .con .hd01 { font-size:20px; padding-bottom:15px; }
	.cpArea03 .con .bd01 { margin-top:30px; font-size:14px; }
}
@media all and (max-width:1280px){

}
@media all and (max-width:750px){
	.cpArea02 { margin-top:30px; padding:10px 0; top:60px; }
	.cpArea02 ul li { float:left; margin-right:10px; font-size:14px; line-height:20px; }
	.cpArea02 ul li:last-child { margin-right:0; }
 
	.cpArea03 .con02 { margin-top:30px; }
	.cpArea03 .con03 { margin-top:30px; }
	.cpArea03 .con04 { margin-top:30px; }

	.cpArea03 .con .hd01 { font-size:18px; padding-bottom:10px; }
	.cpArea03 .con .bd01 { margin-top:25px; font-size:14px; }
}




.cpArea03 .con .bd02 { margin-top:40px; font-size:14px; color:#666; }
.cpArea03 .con .bd02 img { max-width:100%; }

@media all and (max-width:1780px){
	.cpArea03 .con .bd02 { margin-top:20px; }
}
@media all and (max-width:750px){
	.cpArea03 .con .bd02 { margin-top:20px; width:100%;  }
	 
}

.cpArea03 .con .bd03 { margin-top:40px; }
.cpArea03 .con .bd03 ul li { position:relative; float:left; width:32%; margin-right:2%; min-height:280px; background: linear-gradient(#fcfcfc,#f5f7fb); border-radius:7px; background-size:cover; box-sizing: border-box; }
.cpArea03 .con .bd03 ul li:nth-child(3n) { margin-right:0; }
.cpArea03 .con .bd03 ul li:nth-child(n + 4) { margin-top:45px; }
.cpArea03 .con .bd03 ul li .txt { position:absolute; top:50%; left:30px; right:30px; transform: translateY(-50%); z-index:2; }
.cpArea03 .con .bd03 ul li .txt .p1 img { height:80px; transition: all 0.3s; }
.cpArea03 .con .bd03 ul li .txt .p2 { font-size:20px; line-height:25px; color:#333; font-weight:bold; margin-top:20px; }
.cpArea03 .con .bd03 ul li .txt .p3 { font-size:16px; line-height:30px; min-height:60px; color:#666; margin-top:15px; }

.cpArea03 .con .bd03 ul li:hover .txt .p1 img {animation: jello 1.4s;} 
.cpArea03 .con .bd03 ul li:hover .txt .p2 { color:#4ba634; } 

@media all and (max-width:1780px){
	.cpArea03 .con .bd03 { margin-top:30px; }
	.cpArea03 .con .bd03 ul li { width:32%; margin-right:2%; min-height:250px; }
	.cpArea03 .con .bd03 ul li:nth-child(3n) { margin-right:0; }
	.cpArea03 .con .bd03 ul li:nth-child(n + 4) { margin-top:30px; }
	.cpArea03 .con .bd03 ul li .txt { position:absolute; top:50%; left:20px; right:20px; transform: translateY(-50%); }
	.cpArea03 .con .bd03 ul li .txt .p1 img { height:50px; }
	.cpArea03 .con .bd03 ul li .txt .p2 { font-size:18px; line-height:25px; margin-top:15px; }
	.cpArea03 .con .bd03 ul li .txt .p3 { font-size:14px; line-height:25px; min-height:50px; margin-top:15px; }
}
@media all and (max-width:1000px){
	.cpArea03 .con .bd03 ul li { width:49%; margin-right:2%; min-height:250px; }
	.cpArea03 .con .bd03 ul li:nth-child(3n) { margin-right:2%; }
	.cpArea03 .con .bd03 ul li:nth-child(2n) { margin-right:0; }
	.cpArea03 .con .bd03 ul li:nth-child(n + 3) { margin-top:20px; }
	.cpArea03 .con .bd03 ul li .txt { position:absolute; top:50%; left:20px; right:20px; transform: translateY(-50%); }
	.cpArea03 .con .bd03 ul li .txt .p1 img { height:50px; }
	.cpArea03 .con .bd03 ul li .txt .p2 { font-size:16px; line-height:20px; margin-top:15px; }
	.cpArea03 .con .bd03 ul li .txt .p3 { font-size:14px; line-height:25px; min-height:50px; margin-top:15px; }
}
@media all and (max-width:750px){
	.cpArea03 .con .bd03 { margin-top:20px; }
	.cpArea03 .con .bd03 ul li { width:100%; margin-right:0; min-height:10px; padding:25px 4%; box-sizing: border-box; }
	.cpArea03 .con .bd03 ul li:nth-child(3n) { margin-right:0; }
	.cpArea03 .con .bd03 ul li:nth-child(2n) { margin-right:0; }
	.cpArea03 .con .bd03 ul li:nth-child(n + 2) { margin-top:10px; }
	.cpArea03 .con .bd03 ul li .txt { position:relative; top:auto; left:auto; right:auto; transform: translateY(0); }
	.cpArea03 .con .bd03 ul li .txt .p1 img { height:40px; }
	.cpArea03 .con .bd03 ul li .txt .p2 { font-size:16px; line-height:20px; margin-top:10px; }
	.cpArea03 .con .bd03 ul li .txt .p3 { font-size:14px; line-height:25px; min-height:25px; margin-top:10px; }
}

.fxBox { margin-top:35px; }
.fxBox .hd { font-size:0; }
.fxBox .hd ul li { display:inline-block; display:inline-block; padding:0 20px; line-height:35px; font-size:14px; color:#666; border:1px solid rgba(0,0,0,0.1); border-radius:5px; margin-right:13px; margin-bottom:5px; cursor:pointer; }
.fxBox .hd ul li.on { color:#fff; border-color:#4ba634; background:#4ba634; }
.fxBox .bd { padding-top:25px; }
.fxBox .bd ul li { float:left; width:32.97%; margin-right:0.545%; text-align:center; }
.fxBox .bd ul li:last-child { margin-right:0; }
.fxBox .bd ul li p { overflow:hidden; border-radius:8px; }
.fxBox .bd ul li span { display:block; font-size:18px; color:#333; margin-top:10px; }

.fxBox .bd ul li p img { transition: all 0.6s; }
.fxBox .bd ul li:hover p img { transform: scale(1.1)!important; }

@media all and (max-width:1780px){
	.fxBox { margin-top:30px; }
	.fxBox .hd ul li { padding:0 15px; line-height:30px; font-size:14px; margin-right:10px; margin-bottom:5px; }
 
	.fxBox .bd { padding-top:25px; }
	.fxBox .bd ul li { float:left; width:32.97%; margin-right:0.545%; }
	.fxBox .bd ul li:last-child { margin-right:0; }
	.fxBox .bd ul li span { font-size:16px; margin-top:10px; }
}
@media all and (max-width:1280px){

}
@media all and (max-width:750px){
	.fxBox { margin-top:20px; }
	.fxBox .hd ul li { padding:0 10px; line-height:30px; font-size:12px; margin-right:10px; margin-bottom:5px; }
 
	.fxBox .bd { padding-top:15px; }
	.fxBox .bd ul li { float:none; width:100%; margin-right:0; }
	.fxBox .bd ul li:nth-child(n + 2) { margin-top:10px; }
	.fxBox .bd ul li span { font-size:14px; margin-top:5px; }
}


.khArea01 { padding:90px 0 100px; background:url(/images/khArea01.jpg) no-repeat center; background-size:cover; }
.khBox01 { float:left; width:445px; padding-top:50px; }
.khBox01 .fw-hd { text-align:left; }
.khBox01 .fw-hd .p2 { margin-left:0; margin-right:0; }
.khBox01 .fw-hd .p2:before { left:0; margin-left:0; }
 
.khBox01 .bd { position:relative; width:100%; max-width:445px; margin:100px auto 0; z-index:1; }
.khBox01 .bd .pic { position:relative; z-index:1; }
.khBox01 .bd .pic:before { position:absolute; top:0; left:0; right:0; bottom:0; border:2px dashed #eaf4e7; border-radius:100%; display:block; content:""; animation: rotation1 5s linear infinite; z-index:1; }
.khBox01 .bd .pic:after { position:absolute; top:35px; left:35px; right:35px; bottom:35px; border:2px dashed #cbe5c5; border-radius:100%; display:block; content:"";  animation: rotation2 5s linear infinite;z-index:2; }

.khBox01 .bd .txt { position:absolute; top:50%; left:0; right:0; text-align:center; transform: translateY(-50%); color:#333; font-weight:bold; z-index:2; }
.khBox01 .bd .txt .p1 img { max-width:100%; }
.khBox01 .bd .txt .p2 { font-size:20px; margin-top:20px; }
.khBox01 .bd .txt .p3 { font-size:24px; margin-top:25px; line-height:30px; }

.khBox01 .bd01 { vertical-align:top; }

.khBox02 { float:right; width:975px; margin-right:8.5%; }
.khBox02 .hd { text-align:center; }
.khBox02 .hd ul li { display:inline-block; width:140px; line-height:45px; background:#d8dde1; font-size:18px; margin:0 10px; border-radius:25px; cursor:pointer; }
.khBox02 .hd ul li.on { background:#4ba634; color:#fff; }

.khBox02 .bd { margin-top:30px; padding-top:35px; background:url(/images/fw07.png) no-repeat center top; }

@media all and (max-width:1780px){
	.khArea01 { padding:80px 0; }
	.khBox01 { float:left; width:380px; padding-top:30px; }
	.khBox01 .fw-hd { text-align:left; }
	.khBox01 .bd { max-width:380px; margin:60px auto 0; }
 
	.khBox01 .bd .pic:after { top:20px; left:20px; right:20px; bottom:20px; }

	.khBox01 .bd .txt { position:absolute; top:50%; left:0; right:0; text-align:center; transform: translateY(-50%); color:#333; font-weight:bold; z-index:2; }
	.khBox01 .bd .txt .p2 { font-size:20px; margin-top:20px; }
	.khBox01 .bd .txt .p3 { font-size:24px; margin-top:25px; line-height:30px; }

	.khBox01 .bd01 { vertical-align:top; }

	.khBox02 { float:right; width:calc(95% - 380px); margin-right:0; }
	.khBox02 .hd ul li { width:120px; line-height:35px; font-size:16px; margin:0 10px; }
 
	.khBox02 .bd { margin-top:30px; padding-top:30px; background-size:600px 180px; }
}
@media all and (max-width:1280px){
	.khArea01 { padding:60px 0; }
	
	.khBox01 { float:left; width:300px; padding-top:30px; }
	.khBox01 .bd { max-width:300px; margin:60px auto 0; }
	
	.khBox01 .bd .txt .p2 { font-size:18px; margin-top:15px; }
	.khBox01 .bd .txt .p3 { font-size:18px; margin-top:15px; line-height:25px; }
	
	.khBox01 .bd01 { width:300px; margin:0 auto; }
	
	.khBox02 { float:right; width:calc(95% - 300px); margin-right:0; }
	.khBox02 .bd { margin-top:30px; padding-top:30px; background-size:450px 135px; }
}
@media all and (max-width:1000px){
	.khBox01 { float:none; width:100%; padding-top:0; }
	.khBox01 .fw-hd { text-align:center; }
	.khBox01 .fw-hd .p2 { margin-left:auto; margin-right:auto; }
	.khBox01 .fw-hd .p2:before { left:50%; margin-left:-16px; }
	
	.khBox02 { float:none; width:100%; margin-right:0; margin-top:30px; }
}
@media all and (max-width:750px){
	.khArea01 { padding:30px 0; }
 
	.khBox01 .bd { margin:30px auto 0; }
	
	.khBox01 .bd .txt .p1 img { height:50px; }
 
	.khBox02 .hd ul li { width:100px; line-height:35px; font-size:16px; margin:0 5px; }
	.khBox02 .bd { margin-top:20px; padding-top:10px; background-size:250px 75px; }
}


@keyframes rotation1 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(30deg); }
}
@keyframes rotation2 {
	0% { transform: rotate(30deg); }
	100% { transform: rotate(0deg); }
}

.khArea02 { margin-top:110px; }
.khArea02 .bd { position:relative; margin-top:50px; padding:5px; overflow:hidden; }
.khArea02 .bd .swiper-slide:nth-child(2n) { margin-top:60px; }
.khArea02 .bd .swiper-slide a { display:block; box-shadow: #dbdada 0px 0px 5px;  }
.khArea02 .bd .swiper-slide .pic { overflow:hidden; }
.khArea02 .bd .swiper-slide .pic img { transition: all 0.6s; }
.khArea02 .bd .swiper-slide .txt { min-height:280px; padding:80px 20px 0 20px; box-sizing: border-box; transition: all 0.6s; }
.khArea02 .bd .swiper-slide .txt .p1 { font-size:18px; line-height:25px; color:#333; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.khArea02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:30px; color:#999; margin-top:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.khArea02 .bd .swiper-slide .txt .p3 { margin-top:40px; opacity:0; visibility:hidden; transition: all 0.6s; }
.khArea02 .bd .swiper-slide .txt .p3 i { display:inline-block; width:140px; height:45px; text-align:center; line-height:45px; background:#4ba634; color:#fff; font-size:14px; border-radius:25px; }

 
.khArea02 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
.khArea02 .bd .swiper-slide:hover .txt { padding:35px 20px 0 20px; }
.khArea02 .bd .swiper-slide:hover .txt .p1 { color:#4ba634;  }
.khArea02 .bd .swiper-slide:hover .txt .p3 { opacity:1; visibility:visible; }
  
.khArea02 .bd .bBox-page { position:absolute; left:0!important; bottom:25px!important; top:auto!important; width:calc(100% - 240px)!important; height:7px!important; background:url(/images/fw02.png) repeat-x center left; z-index:2; }
.khArea02 .bd .bBox-page .swiper-pagination-progressbar-fill { background:#4ba634; }

.khArea02 .bd .mm { text-align:right; font-size:0; margin-top:40px; }
.khArea02 .bd .mm a { display:inline-block; text-align:left; width:240px; font-size:16px; padding-left:80px; line-height:60px; color:#666; background:url(/images/fw03.png) no-repeat center left; background-size:contain; box-sizing: border-box; }
.khArea02 .bd .mm a:hover { color:#4ba634; }

@media all and (max-width:1780px){
	.khArea02 { margin-top:80px; }
	.khArea02 .bd { margin-top:40px; padding:5px; }
	.khArea02 .bd .swiper-slide:nth-child(2n) { margin-top:40px; }
	.khArea02 .bd .swiper-slide .txt { min-height:250px; padding:60px 20px 0 20px; }
	.khArea02 .bd .swiper-slide .txt .p1 { font-size:18px; line-height:25px;  }
	.khArea02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; }
	.khArea02 .bd .swiper-slide .txt .p3 { margin-top:30px; }
	.khArea02 .bd .swiper-slide .txt .p3 i { width:120px; height:35px; line-height:35px; font-size:14px; }

	.khArea02 .bd .swiper-slide:hover .txt { padding:35px 20px 0 20px; }
 
	  
	.khArea02 .bd .bBox-page { bottom:20px!important;  width:calc(100% - 180px)!important; }
	.khArea02 .bd .bBox-page .swiper-pagination-progressbar-fill { background:#4ba634; }

	.khArea02 .bd .mm { margin-top:30px; }
	.khArea02 .bd .mm a { width:180px; font-size:16px; padding-left:60px; line-height:40px; }
}
@media all and (max-width:1280px){
	.khArea02 { margin-top:60px; }
	.khArea02 .bd { margin-top:30px; padding:5px; }
	.khArea02 .bd .swiper-slide:nth-child(2n) { margin-top:20px; }
	.khArea02 .bd .swiper-slide .txt { min-height:175px; padding:30px 15px 0 15px; }
	.khArea02 .bd .swiper-slide .txt .p1 { font-size:16px; line-height:20px;  }
	.khArea02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; }
	.khArea02 .bd .swiper-slide .txt .p3 { margin-top:20px; }
	.khArea02 .bd .swiper-slide .txt .p3 i { width:100px; height:30px; line-height:30px; font-size:14px; }

	.khArea02 .bd .swiper-slide:hover .txt { padding:20px 15px 0 15px; }
 
	  
	.khArea02 .bd .bBox-page { bottom:20px!important;  width:calc(100% - 180px)!important; }
 
	.khArea02 .bd .mm { margin-top:30px; }
	.khArea02 .bd .mm a { width:180px; font-size:16px; padding-left:60px; line-height:40px; }
}
@media all and (max-width:750px){
	.khArea02 { margin-top:30px; }
	.khArea02 .bd { margin-top:20px; padding:0; }
	.khArea02 .bd .swiper-slide { padding:5px; box-sizing: border-box; }
	.khArea02 .bd .swiper-slide:nth-child(2n) { margin-top:0; }
	.khArea02 .bd .swiper-slide .txt { min-height:180px; padding:20px 15px 0 15px; }
	.khArea02 .bd .swiper-slide .txt .p3 { margin-top:20px; opacity:1; visibility:visible; }
	
	.khArea02 .bd .bBox-page { bottom:12px!important;  width:calc(100% - 100px)!important; }
 
	.khArea02 .bd .mm { margin-top:20px; }
	.khArea02 .bd .mm a { width:100px; font-size:14px; padding-left:40px; line-height:30px; }
}

.khArea03 { margin-top:90px; }
.khArea03 .bd { position:relative; margin-top:60px; }
.khArea03 .bd .bd01 { float:left; width:750px; overflow:hidden; }
.khArea03 .bd .bd01 img { transition: all 0.6s; }
.khArea03 .bd .bd01:hover img { transform: scale(1.1)!important; }

.khArea03 .bd .bd02 { position:absolute; width:calc(100% - 750px); top:0; right:0; bottom:0; background:url(/images/fw01.png) no-repeat center bottom #4ba634; z-index:2; }
.khArea03 .bd .bd02 .txt { position:absolute; top:50%; left:6.5%; right:6.5%; color:#fff; transform: translateY(-50%); z-index:2; }
.khArea03 .bd .bd02 .txt ul li:nth-child(n + 2) { margin-top:25px; }
.khArea03 .bd .bd02 .txt ul li .p1 { font-size:20px; font-weight:bold; }
.khArea03 .bd .bd02 .txt ul li .p2 { font-size:16px; margin-top:15px; }

@media all and (max-width:1780px){
	.khArea03 { margin-top:80px; }
	.khArea03 .bd { margin-top:40px; }
	.khArea03 .bd .bd01 { float:left; width:44.5%; }
	.khArea03 .bd .bd02 { position:absolute; width:55.5%; top:0; right:0; bottom:0; background-size:contain; }
	.khArea03 .bd .bd02 .txt { position:absolute; top:50%; left:4%; right:4%; transform: translateY(-50%); }
	.khArea03 .bd .bd02 .txt ul li:nth-child(n + 2) { margin-top:20px; }
	.khArea03 .bd .bd02 .txt ul li .p1 { font-size:18px; }
	.khArea03 .bd .bd02 .txt ul li .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:1200px){
	.khArea03 { margin-top:60px; }
	.khArea03 .bd { margin-top:30px; }
	.khArea03 .bd .bd01 { float:none; width:100%; display:none; }
	.khArea03 .bd .bd02 { position:relative; width:100%; top:auto; right:0auto; bottom:auto; padding:30px 4%; box-sizing: border-box; }
	.khArea03 .bd .bd02 .txt { position:relative; top:auto; left:auto; right:auto; transform: translateY(0); }
}
@media all and (max-width:750px){
	.khArea03 { margin-top:30px; }
	.khArea03 .bd { margin-top:20px; }
	.khArea03 .bd .bd01 { float:none; width:100%; display:block; }
}


.fw-hd01 { text-align:center; line-height:1.1; }
.fw-hd01 .p1 { font-size:30px; color:#333; font-weight:bold; }
.fw-hd01 .p2 { font-size:16px; color:#666; margin-top:20px; line-height:1.7; }

@media all and (max-width:1780px){
	.fw-hd01 .p1 { font-size:28px; }
	.fw-hd01 .p2 { font-size:16px; margin-top:15px; }
}
@media all and (max-width:1280px){
	.fw-hd01 .p1 { font-size:24px; }
	.fw-hd01 .p2 { font-size:14px; margin-top:10px; }
}



.fw-hd {  position:relative; text-align:center; line-height:1.1; z-index:1; }
.fw-hd .p1 { position:relative; font-size:30px; color:#333; font-weight:bold; z-index:2; }
.fw-hd .p2 { position:relative; width:100px; height:1px; margin:10px auto 0; background:rgba(73,73,76,0.08); z-index:2; }
.fw-hd .p2:before { position:absolute; width:32px; height:3px; left:50%; margin-left:-16px; top:-1px; background:#4ba634; display:block; content:""; z-index:2; }
.fw-hd .p3 { position:absolute; top:-25px; left:0; right:0; font-size:64px; font-weight:bold; text-transform:uppercase; color:rgba(73,73,76,0.08); z-index:1; }
.fw-hd .p4 { position:relative; font-size:16px; color:#666; margin-top:20px; line-height:1.7; z-index:2; }

@media all and (max-width:1780px){
	.fw-hd .p1 { font-size:28px; }
	.fw-hd .p3 {  top:-25px; font-size:58px; } 
	.fw-hd .p4 { font-size:16px; margin-top:15px; }
}
@media all and (max-width:1280px){
	.fw-hd .p1 { font-size:24px; }
	.fw-hd .p3 {  top:-5px; font-size:30px; }  
	.fw-hd .p4 { font-size:14px; margin-top:10px; }
}


.eArea { padding:100px 0 120px; }
.eArea01 { margin-top:40px; }
.eArea01 .swiper-slide { overflow:hidden; }
.eArea01 .swiper-slide img { transition: all 0.6s; }
.eArea01 .swiper-slide:hover img { transform: scale(1.1)!important; }

.eArea01 .swiper-pagination-e01 { position:relative; width:100%; text-align:center; margin-top:45px; }
.eArea01 .swiper-pagination-e01 .swiper-pagination-bullet {  position:relative; font-size:14px; color:#fff; text-align:center; width:22px; height:22px; margin:0 7px!important;  border-radius:0; background:url(/images/ban03.png) no-repeat center; background-size:contain!important; opacity:1; }
.eArea01 .swiper-pagination-e01 .swiper-pagination-bullet-active { background:url(/images/ban02.png) no-repeat center;  }


@media all and (max-width:1780px){
	.eArea { padding:80px 0; }
	.eArea .hd { font-size:28px; }
}
@media all and (max-width:1200px){
	.eArea { padding:60px 0; }
	.eArea .hd { font-size:24px; }
	.eArea01 .swiper-pagination-e01 .swiper-pagination-bullet { width:18px; height:18px; margin:0 5px!important;  }
}
@media all and (max-width:750px){
	.eArea { padding:30px 0; }
	.eArea01 { margin-top:20px; }
}


.abArea01 { padding:65px 0 150px; background:url(/images/abArea01.jpg) no-repeat center bottom; background-size:cover; }
.abBox01 .txt { float:left; width:calc(100% - 655px); padding-top:70px; }
.abBox01 .txt .p1 { font-size:30px; color:#333; font-weight:bold; }
.abBox01 .txt .p2 { font-size:14px; color:#666; line-height:28px; margin-top:60px; }
.abBox01 .pic { position:relative; float:right; margin-right:-60px; width:674px; z-index:2; }
.abBox01 .pic .spArea { position:absolute; left:50%; top:215px; transform: translateX(-50%); width:55px; height:55px; background:url(/images/ab01.png) no-repeat center rgba(255,255,255,0.8); border-radius:100%; cursor:pointer; z-index:2; }

.abBox01 .pic .spArea:before { animation: boderM 3s .75s infinite; content: ''; display: block; position: absolute;  left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%);  width: 55px;  height: 55px; border-radius:100%; background: rgba(255, 255, 255, 0.25); z-index:-1; }
.abBox01 .pic .spArea:after { animation: boderM 3s infinite; content: ''; display: block; position: absolute;  left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%);  width: 55px;  height: 55px; border-radius:100%; background: rgba(255, 255, 255, 0.15); z-index:-1; }
 
@media all and (max-width:1780px){
	.abArea01 { padding:65px 0 80px; }
	.abBox01 .txt { width:calc(100% - 465px); padding-top:50px; }
	.abBox01 .txt .p1 { font-size:28px; }
	.abBox01 .txt .p2 { font-size:14px; line-height:25px; margin-top:40px; }
	.abBox01 .pic { float:right; margin-right:-60px; width:480px;  }
	.abBox01 .pic .spArea { top:150px; width:50px; height:50px; }
	.abBox01 .pic .spArea:before { width:50px; height:50px; }
	.abBox01 .pic .spArea:after { width:50px; height:50px; }
}
@media all and (max-width:1280px){
	.abArea01 { padding:60px 0; }
	
	.abBox01 .txt .p1 { font-size:24px; }
	.abBox01 .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; }
}
@media all and (max-width:1000px){
	.abBox01 .txt { float:none; width:100%; padding-top:0; }
	
	.abBox01 .pic { float:none; position:relative; left:50%; margin:30px 0 0 -200px; width:400px; }
	.abBox01 .pic .spArea { top:125px; width:40px; height:40px; }
	.abBox01 .pic .spArea:before { width:40px; height:40px; }
	.abBox01 .pic .spArea:after { width:40px; height:40px; }
}
@media all and (max-width:750px){
	.abArea01 { padding:30px 0; }
	
	.abBox01 .txt .p1 { font-size:20px; }
	.abBox01 .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; }
}

.abBox02 { margin-top:35px; }
.abBox02 ul { display:flex; flex-direction:row; justify-content:space-between; }
.abBox02 ul li { line-height:1.1; }
.abBox02 ul li .p1 { font-size:20px; color:#333; font-weight:bold; }
.abBox02 ul li .p2 { margin-top:15px; }
.abBox02 ul li .p2 i { font-size:48px; color:#4ba634; font-weight:bold; }
.abBox02 ul li .p2 em { font-size:14px; color:#666; position:relative; margin-left:10px; top:-25px; }

@media all and (max-width:1280px){
	.abBox02 ul li .p1 { font-size:18px; }
	.abBox02 ul li .p2 { margin-top:15px; }
	.abBox02 ul li .p2 i { font-size:38px; }
	.abBox02 ul li .p2 em { font-size:14px; margin-left:10px; top:-18px; }
}
@media all and (max-width:750px){
	.abBox02 { margin-top:30px; }
	.abBox02 ul li .p1 { font-size:14px; }
	.abBox02 ul li .p2 { margin-top:10px; }
	.abBox02 ul li .p2 i { display:block; font-size:24px; }
	.abBox02 ul li .p2 em { display:block; font-size:12px; margin-left:0; top:0; margin-top:10px; }
}

.spBox { position:fixed; top:0; right:0; left:0; bottom:0; background:rgba(0,0,0,0.6); z-index:9; display:none; }
.spBox.on { display:block; }
.spBox .spBox01 { position:absolute; top:50%; left:50%; width:46%; padding:20px; box-sizing: border-box; background:#000; transform: translate(-50%,-50%); z-index:5; }
.spBox .spBox01 video { width:100%; height:auto!important; }
.spBox .spBox01 .sp-close { position:absolute; right:-50px; top:-30px; color:#fff; font-size:30px; cursor:pointer; }

@media all and (max-width:750px){
	.spBox .spBox01 { position:absolute; top:50%; width:92%; padding:10px; z-index:5; }
	.spBox .spBox01 .sp-close { position:absolute; right:0; top:-60px; color:#fff; font-size:30px; cursor:pointer; }
} 

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}


.abArea02 { padding-top:120px; overflow:hidden; }
.abArea02 .bd { margin-top:40px; border-top:1px solid rgba(0,0,0,0.1); }

.abBox03 { position:relative; float:left; padding:100px 0 120px; width:390px; border-right:1px solid rgba(0,0,0,0.1); }
.abBox03:before { position:absolute; top:-1px; right:-23px; width:46px; height:1px; display:none; content:""; background:#4ba634; z-index:2; }
.abBox03:after { position:absolute; top:0; right:-1px; width:1px; height:46px; display:none; content:""; background:#4ba634; z-index:2; }
.abBox03 .txt { position:relative; width:360px; min-height:420px; padding:70px 40px 0 40px; background:url(/images/ab02.png) no-repeat center; background-size:cover; border-radius:8px; box-sizing: border-box; z-index:2; }
.abBox03 .txt .p1 { font-size:32px; color:#333; }
.abBox03 .txt .p2 { font-size:18px; color:#4ba634; margin-top:25px; }
.abBox03 .txt .p2 i { position:relative; display:inline-block; padding-left:10px; margin-right:15px; }
.abBox03 .txt .p2 i:before { position:absolute; top:50%; transform: translateY(-50%); left:0; width:6px; height:6px; display:block; content:""; background:#4ba634; border-radius:100%; z-index:2; }
.abBox03 .txt .p2 i:last-child { margin-right:0; }
.abBox03 .txt .p3 { font-size:16px; color:#666; line-height:30px; margin-top:65px; }
.abBox03 .txt .p4 { position:absolute; top:55px; right:65px; width:43px; z-index:-1; }

.abBox04 { float:right; width:calc(100% - 425px); padding-top:100px; overflow:hidden; }

.abBox041 { position:relative; }
.abBox041 .pic { position:relative; border-radius:8px; overflow:hidden; }
.abBox041 .pic:before { position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.2); display:block; content:""; z-index:2; }
.abBox041 .pic img { width:1255px; height:auto; }

.abBox041 .txt { position:absolute; left:150px; top:0; right:150px; bottom:0; z-index:2; }
.abBox041 .txt ul { width:100%; height:100%; }
.abBox041 .txt ul li { position:relative; float:left; width:21%; height:100%; border-left:1px solid rgba(255,255,255,0.2); box-sizing: border-box; transition: all 0.6s; cursor:pointer; overflow:hidden; }
.abBox041 .txt ul li .txt01 .p1 { position:absolute; top:105px; left:40px; width:25px; line-height:25px; font-size:20px; font-weight:bold; color:#fff; z-index:2; }
.abBox041 .txt ul li .txt01 .p2 { position:absolute; top:50px; left:-7px; line-height:70px; font-size:68px; font-weight:bold; color:rgba(255,255,255,0.1); text-transform:uppercase; z-index:2; writing-mode:vertical-lr; }

.abBox041 .txt ul li .txt02 { position:absolute; left:40px; width:265px; top:105px; color:#fff; opacity:0; visibility:hidden; transition: all 0.6s; z-index:2; }
.abBox041 .txt ul li .txt02 .p1 { font-size:20px; font-weight:bold; }
.abBox041 .txt ul li .txt02 .p2 { font-size:16px; line-height:25px; margin-top:30px; }

.abBox041 .txt ul li.on { width:37%; }
.abBox041 .txt ul li.on .txt02 { opacity:1; visibility:visible; }
.abBox041 .txt ul li.on .txt01 { display:none; }

@media all and (max-width:1780px){
	.abArea02 { padding-top:80px; }
	.abArea02 .bd { margin-top:30px; }

	.abBox03 { position:relative; float:left; padding:60px 0 80px; width:300px; }
 
	.abBox03 .txt { position:relative; width:270px; min-height:350px; padding:60px 20px 0 20px; background:#f5fbf4; }
	.abBox03 .txt .p1 { font-size:28px; }
	.abBox03 .txt .p2 { font-size:16px; margin-top:20px; }
	.abBox03 .txt .p2 i { padding-left:10px; margin-right:10px; }
	.abBox03 .txt .p2 i:before { width:5px; height:5px; }
	.abBox03 .txt .p2 i:last-child { margin-right:0; }
	.abBox03 .txt .p3 { font-size:14px; line-height:25px; margin-top:40px; }
	.abBox03 .txt .p4 { position:absolute; top:45px; right:45px; width:35px; }

	.abBox04 { float:right; width:calc(100% - 330px); padding-top:60px; }
 
	.abBox041 .pic img { width:1046px; height:auto; }

	.abBox041 .txt { position:absolute; left:100px; right:100px; }
	.abBox041 .txt ul li .txt01 .p1 { position:absolute; top:60px; left:30px; width:20px; line-height:25px; font-size:18px;  }
	.abBox041 .txt ul li .txt01 .p2 { position:absolute; top:30px; left:-7px; line-height:50px; font-size:50px; }

	.abBox041 .txt ul li .txt02 { position:absolute; left:20px; width:195px; top:60px; }
	.abBox041 .txt ul li .txt02 .p1 { font-size:18px; }
	.abBox041 .txt ul li .txt02 .p2 { font-size:14px; line-height:25px; margin-top:20px; }
}
@media all and (max-width:1280px){
	.abArea02 { padding-top:60px; }
	
	.abBox03 { position:relative; float:left; padding:40px 0 60px; width:300px; }
	
	.abBox04 { float:right; width:calc(100% - 330px); padding-top:40px; }
	.abBox041 .txt ul li .txt02 { position:absolute; left:20px; width:calc(100% - 40px); top:60px; }
}
@media all and (max-width:1000px){
	.abArea02 .bd { margin-top:40px; border-top:none; padding-bottom:60px; }
	
	.abBox03 { float:none; padding:0 0 0; width:100%; border-right:none;  }
	.abBox03:before { display:none; }
	.abBox03:after { display:none; }
	.abBox03 .txt { width:100%; min-height:10px; padding:30px 4%; }
	
	.abBox04 { float:none; width:100%; padding-top:30px; }
}
@media all and (max-width:750px){
	.abArea02 { padding-top:30px; }
	.abArea02 .bd { margin-top:30px; padding-bottom:30px; }
	
	.abBox03 .txt .p1 { font-size:20px; }
	.abBox03 .txt .p2 { font-size:16px; margin-top:15px; }
	.abBox03 .txt .p2 i { padding-left:10px; margin-right:10px; }
	.abBox03 .txt .p2 i:before { width:5px; height:5px; }
	.abBox03 .txt .p2 i:last-child { margin-right:0; }
	.abBox03 .txt .p3 { font-size:14px; line-height:25px; margin-top:20px; }
	.abBox03 .txt .p4 { position:absolute; top:30px; right:4%; width:25px; }
	
 
	.abBox041 .pic img { width:auto; height:400px; }

	.abBox041 .txt { position:absolute; left:0; right:0; }
	.abBox041 .txt ul li { width:50%; height:50%; text-align:center; }
	.abBox041 .txt ul li:nth-child(n + 3) { border-top:1px solid rgba(255,255,255,0.2); }
	.abBox041 .txt ul li .txt01 { display:none; }
 
	.abBox041 .txt ul li .txt02 { position:absolute; left:4%; width:92%; top:50%; transform: translateY(-50%);  opacity:1; visibility:visible; }
	.abBox041 .txt ul li .txt02 .p1 { font-size:18px; }
	.abBox041 .txt ul li .txt02 .p2 { font-size:12px; line-height:20px; min-height:40px; margin-top:10px; }

	.abBox041 .txt ul li.on { width:50%; }
}

.abArea03 { position:relative; width:1920px; min-height:800px; left:50%; margin-left:-960px; padding:130px 0 0; background:url(/images/abArea03.jpg) no-repeat center bottom; background-size:cover; box-sizing: border-box; }
.abArea03 .wrap { position:relative; }
.abArea03 .fw-hd { position:absolute; left:0; top:-20px; text-align:left; display:inline-block; z-index:2; }
.abArea03 .fw-hd .p2 { margin:10px 0 0; }
.abArea03 .fw-hd .p2:before { left:0; margin-left:0; }
 
.abBox06 { width:88%; margin-left:12%; }
.abBox06 .swiper-slide { padding-top:295px; cursor:pointer; /*transition: all 0.6s;*/ }
.abBox06 .swiper-slide-active { padding-top:295px; }
.abBox06 .swiper-slide-active + .swiper-slide { padding-top:240px; }
.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:145px; }
.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }
.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }

.abBox06 .swiper-slide .txt { position:relative; min-height:235px; padding-left:65px; line-height:1.1; }
.abBox06 .swiper-slide .txt:before { position:absolute; display:block; content:""; width:1px; height:209px; top:44px; left:22px; background:url(/images/ab07.png) no-repeat center top; z-index:1; }
.abBox06 .swiper-slide .txt .p1 { font-size:42px; color:#333; font-weight:bold; }
.abBox06 .swiper-slide .txt .p2 { font-size:16px; color:#666; line-height:30px; margin-top:30px; padding-right:15px; max-width:220px; height:150px; overflow-y:auto; }
.abBox06 .swiper-slide .txt .p3 { position:absolute; top:0; left:0; width:44px; height:44px; background:url(/images/ab06.png) no-repeat center rgba(255,255,255,0.5); border-radius:100%; z-index:2; }

.abBox06 .btn { position:absolute; right:110px; bottom:0; font-size:0; z-index:2; }
.abBox06 .btn .btn01 { display:inline-block; width:50px; height:50px; cursor:pointer; }
.abBox06 .btn .prev-ab03 { background:url(/images/ab08.png) no-repeat center; }
.abBox06 .btn .next-ab03 { background:url(/images/ab09.png) no-repeat center; margin-left:25px; }

.abBox06 .btn .prev-ab03:hover { background:url(/images/ab10.png) no-repeat center; }
.abBox06 .btn .next-ab03:hover { background:url(/images/ab11.png) no-repeat center; }

.abBox06 .swiper-slide .txt .p2::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#666}
.abBox06 .swiper-slide .txt .p2::-webkit-scrollbar-track{background:#eee}
.abBox06 .swiper-slide .txt .p2::-webkit-scrollbar-corner{background:transparent}
.abBox06 .swiper-slide .txt .p2::-webkit-scrollbar{width:7px;height:7px}
 
@media all and (max-width:1780px){
	.abArea03 { position:relative; width:1780px; min-height:740px; left:50%; margin-left:-890px; padding:80px 0 0; }
	.abArea03 .wrap { position:relative; }
	.abArea03 .fw-hd { position:absolute; left:0; top:-20px; text-align:left; display:inline-block; z-index:2; }

	.abBox06 { width:100%; margin-left:0; }
	.abBox06 .swiper-slide { padding-top:295px; cursor:pointer; /*transition: all 0.6s;*/ }
	.abBox06 .swiper-slide-active { padding-top:295px; }
	.abBox06 .swiper-slide-active + .swiper-slide { padding-top:240px; }
	.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:145px; }
	.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }
	.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }
	
	.abBox06 .swiper-slide .txt { position:relative; min-height:235px; padding-left:45px; line-height:1.1; }
	.abBox06 .swiper-slide .txt:before { position:absolute; display:block; content:""; width:1px; height:209px; top:35px; left:17px; }
	.abBox06 .swiper-slide .txt .p1 { font-size:30px; }
	.abBox06 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; padding-right:15px; max-width:220px; height:150px; overflow-y:auto; }
	.abBox06 .swiper-slide .txt .p3 { position:absolute; top:0; left:0; width:35px; height:35px; }
	
	.abBox06 .btn { position:absolute; right:0; bottom:0; font-size:0; }
	.abBox06 .btn .btn01 { display:inline-block; width:40px; height:40px; background-size:contain!important; }
	.abBox06 .btn .prev-ab03 { }
	.abBox06 .btn .next-ab03 { margin-left:20px; }
}
@media all and (max-width:1280px){
	.abArea03 { position:relative; width:100%; min-height:10px; left:0; margin-left:0; padding:60px 0; }
 
	.abBox06 { width:100%; margin-left:0; }
	.abBox06 .swiper-slide { padding-top:150px; cursor:pointer; /*transition: all 0.6s;*/ }
	.abBox06 .swiper-slide-active { padding-top:150px; }
	.abBox06 .swiper-slide-active + .swiper-slide { padding-top:180px; }
	.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:145px; }
	.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }
	.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }
	
	.abBox06 .swiper-slide .txt { position:relative; min-height:200px; padding-left:45px; line-height:1.1; }
	.abBox06 .swiper-slide .txt:before { position:absolute; display:block; content:""; width:1px; height:120px; top:35px; left:17px; }
	.abBox06 .swiper-slide .txt .p1 { font-size:24px; }
	.abBox06 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; padding-right:15px; max-width:220px; height:100px; overflow-y:auto; }
	.abBox06 .swiper-slide .txt .p3 { position:absolute; top:0; left:0; width:35px; height:35px; }
	
	.abBox06 .btn { position:absolute; right:0; bottom:0; font-size:0; }
	.abBox06 .btn .btn01 { display:inline-block; width:40px; height:40px; background-size:contain!important; }
	.abBox06 .btn .prev-ab03 { }
	.abBox06 .btn .next-ab03 { margin-left:20px; }
}
@media all and (max-width:1000px){
	.abArea03 { position:relative; padding:60px 0; }
 
	.abBox06 { width:100%; margin-left:0; }
	.abBox06 .swiper-slide { padding-top:150px; cursor:pointer; /*transition: all 0.6s;*/ }
	.abBox06 .swiper-slide-active { padding-top:150px; }
	.abBox06 .swiper-slide-active + .swiper-slide { padding-top:0; }
	.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:0; }
 
	.abBox06 .swiper-slide .txt { position:relative; min-height:200px; padding-left:45px; line-height:1.1; }
	.abBox06 .swiper-slide .txt:before { position:absolute; display:block; content:""; width:1px; height:120px; top:35px; left:17px; }
	.abBox06 .swiper-slide .txt .p1 { font-size:24px; }
	.abBox06 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; padding-right:15px; max-width:500px; height:100px; overflow-y:auto; } 
	.abBox06 .swiper-slide .txt .p3 { position:absolute; top:0; left:0; width:35px; height:35px; }
	
	.abBox06 .btn { position:absolute; right:0; bottom:0; font-size:0; }
	.abBox06 .btn .btn01 { display:inline-block; width:40px; height:40px; background-size:contain!important; }
	.abBox06 .btn .prev-ab03 { }
	.abBox06 .btn .next-ab03 { margin-left:20px; }
}
@media all and (max-width:750px){
	.abArea03 { padding:30px 0; }
	.abArea03 .fw-hd { position:relative; left:auto; top:auto; text-align:center; display:block; }
	.abArea03 .fw-hd .p2 { margin:10px auto 0; }
	.abArea03 .fw-hd .p2:before { left:50%; margin-left:-16px; }

	.abBox06  { padding:50px 0 100px; }
	.abBox06 .swiper-slide { padding-top:0; cursor:pointer; /*transition: all 0.6s;*/ }
	.abBox06 .swiper-slide-active { padding-top:0; }
	.abBox06 .swiper-slide-active + .swiper-slide { padding-top:0; }
	.abBox06 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:0; }
 
	.abBox06 .swiper-slide .txt { position:relative; min-height:200px; padding-left:45px; line-height:1.1; }
	.abBox06 .swiper-slide .txt:before { position:absolute; display:block; content:""; width:1px; height:120px; top:35px; left:17px; }
	.abBox06 .swiper-slide .txt .p1 { font-size:24px; }
	.abBox06 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; padding-right:15px; max-width:500px; height:100px; overflow-y:auto; }
	.abBox06 .swiper-slide .txt .p3 { position:absolute; top:0; left:0; width:35px; height:35px; }
 
	.abBox06 .btn .btn01 { display:inline-block; width:35px; height:35px; background-size:contain!important; }
	.abBox06 .btn .prev-ab03 { }
	.abBox06 .btn .next-ab03 { margin-left:10px; }
}


.abArea04 { padding:120px 0 80px; background:url(/images/abArea04.jpg) no-repeat center bottom; background-size:cover; }
.abArea04 .bd { margin-top:70px; }
.abBox05 { float:right; max-width:1405px; margin-right:25px; }
.abBox05 .swiper-slide { height:355px; display: table; }
.abBox05 .swiper-slide a { display: table-cell; vertical-align: bottom; cursor:pointer; }

.abBox051 { padding:120px 30px 0 50px; }
.abBox051 .txt { float:left; font-size:18px; line-height:35px; color:#999; font-weight:bold; }
.abBox051 .txt01 { float:right; }
.abBox051 .txt01 a { position:relative; display:inline-block; width:292px; text-align:center; background:url(/images/ab04.png) no-repeat center; background-size:contain; overflow:hidden; z-index:1; border-radius:8px; }
.abBox051 .txt01 a i { display:inline-block; font-size:16px; color:#a7a4a4; line-height:80px; padding-right:95px; background:url(/images/ab05.png) no-repeat center right; }

.abBox051 .txt01 a:before { position:absolute; content: "";  display:block; height: 200%;width: 200%;border-radius: 50%;top: 100%;left: 100%;transition: all .7s;position: absolute; background: linear-gradient(#dae1d8,#4ba634); z-index:-1; }
.abBox051 .txt01 a:hover i { color:#fff; }
.abBox051 .txt01 a:hover:before { top: -60%; left: -60%; }


@media all and (max-width:1780px){
	.abArea04 { padding:80px 0; }
	.abArea04 .bd { margin-top:50px; }
	.abBox05 { float:none; max-width:1405px; margin-right:0; }
	.abBox05 .swiper-slide { height:320px; display: table; }
	.abBox05 .swiper-slide a { display: table-cell; vertical-align: bottom; }

	.abBox051 { padding:80px 0 0 0; }
	.abBox051 .txt { float:left; font-size:18px; line-height:30px; }
	.abBox051 .txt01 { float:right; }
	.abBox051 .txt01 a { width:219px; }
	.abBox051 .txt01 a i { font-size:16px; line-height:60px; padding-right:60px; }
}
@media all and (max-width:1280px){
	.abArea04 { padding:60px 0; }
	.abArea04 .bd { margin-top:30px; }
	.abBox05 .swiper-slide { height:300px; display: table; }
	.abBox05 .swiper-slide a { display: table-cell; vertical-align: bottom; }

	.abBox051 { padding:50px 0 0 0; }
	.abBox051 .txt { float:left; font-size:18px; line-height:30px; }
	.abBox051 .txt01 { float:right; }
	.abBox051 .txt01 a { width:219px; }
	.abBox051 .txt01 a i { font-size:16px; line-height:60px; padding-right:60px; }
}
@media all and (max-width:1000px){
	.abBox05 .swiper-slide { width:210px; height:295px; display: table; margin-right:20px; }
}
@media all and (max-width:750px){
	.abArea04 { padding:30px 0; background:url(/images/abArea041.png) no-repeat center bottom; }
	.abArea04 .bd { margin-top:30px; }
	.abBox05 .swiper-slide { width:142px; height:200px; margin-right:15px; }

	.abBox051 { padding:30px 0 0 0; }
	.abBox051 .txt { float:none; font-size:16px; line-height:25px; }
	.abBox051 .txt01 { float:none; margin-top:20px; }
	.abBox051 .txt01 a { width:146px; }
	.abBox051 .txt01 a i { font-size:14px; line-height:40px; padding-right:30px; background-size:20px 20px; }
}

.sseach { padding:0 0 30px; border-bottom:1px solid #eee; }
.sseach .item {float: left; margin-right: 40px; font-size: 18px; font-weight: bold; color: #333; }
.sseach .item:last-child { margin-right: 0; }
.sseach .item a { color: #333; }
.sseach .item.on a { color: #4ba634; }
 
@media all and (max-width:750px){
	.sseach { padding:0 0 30px; }
	.sseach .item { margin-right:20px; font-size: 16px; }
	.sseach .item:last-child { margin-right: 0; }
}

/* webmap */
.webmap { width: 80%; padding-bottom:100px; }
.webmap dl dt { margin: 15px 0 5px; padding-left: 18px; background: url(/images/ico_05.gif) 3px center no-repeat; border-bottom: 1px solid #ccc; font-size: 20px; line-height: 2; }
.webmap dl dd a { margin-right: 10px; padding-left: 18px; font-size: 16px; line-height: 2; }

@media all and (max-width:750px){
	.webmap { width:100%; padding-bottom:50px; }
	.webmap dl dt { font-size: 16px;  }
	.webmap dl dd a {  display:block; margin-right:0; padding-left:0; font-size: 14px; line-height:1.8; }
}
<!--耗时1776078438.896秒-->