@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%; left:0; right:0; transform: translateY(-50%); text-align:center; z-index:2; }
.banner-ny .txt .p1 { font-size:18px; color:#146035; font-weight:bold; }
.banner-ny .txt .p2 { font-size:46px; color:#fff; margin-top:15px; }

@media all and (max-width:1480px){
	.banner-ny .txt .p2 { font-size:32px; }
}
@media all and (max-width:1200px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt .p1 { font-size:16px; }
	.banner-ny .txt .p2 { font-size:24px; }
}
 
/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:70px 0 100px; }

@media all and (max-width:1480px){
	.main { padding:70px 0; }
}
@media all and (max-width:1280px){
	.main { padding:60px 0; }
}
@media all and (max-width:1200px){
	.main { padding:30px 0; }
}

.sidebar { position:absolute; left:0; top:-80px; right:0; background:rgba(142,198,68,0.9); z-index:9; display:none; }
.leftTitle { display:none; }

.menu { position:relative; }
.menu ul li { position:relative; float:left; }
.menu ul li a { position:relative; display:inline-block; padding:0 80px; font-size:22px; color:#fff; height:80px; line-height:80px; font-weight:bold; }
.menu ul li a.current,.menu ul li:hover a { background: linear-gradient(to right,#d7df41,#bdda64); }
 
@media all and (max-width:1480px){
	.sidebar { top:-60px; }
	
	.menu ul li a { padding:0 40px; font-size:18px; height:60px; line-height:60px; }
}
@media all and (max-width:1200px){
	.sidebar { display:none; }
}
 
/* 内容模式 */
.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:24px; }
.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%; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .hd h1 { font-size:20px; }
	.article .bd { font-size:14px; }
}
 
/* 面包屑 */
.location { line-height:85px; margin-bottom:45px; border-bottom:1px solid #dfdfdf; }
.location h3 { float:left; font-size:26px; color:#146035; font-weight:bold; }
.breadcrumbs { float:right; font-size:14px; color:#9fa7ab; }
.breadcrumbs a { color:#9fa7ab; display:inline-block; padding:0 5px; }
.breadcrumbs a.u-home { padding-left:30px; background:url(u-home.png) no-repeat center left; }
.breadcrumbs a:hover { color:#146035; }

@media all and (max-width:1480px){
	.location { line-height:70px; margin-bottom:45px; }
	.location h3 { float:left; font-size:20px; } 
}
@media all and (max-width:1200px){
	.location { display:none; }
}
 
 
/* 新闻列表 */
.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(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; }

@media all and (max-width:1200px){
	.news { padding:0 0 20px; }
}
 
/* 图文新闻 */
.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:1200px){
	.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:22px; color:#000; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { font-size:18px; 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; }
 
@media all and (max-width:1480px){
	
	
	.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:1200px){
	.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:16px; }
	.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:32%; margin:0 2% 30px 0; }
.piList .pic-item-list .pic-item:nth-child(3n) { 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:1480px){
	.piList .pic-item-list .pic-item dl dt { height:20px; font-size:16px; line-height:20px; }
}
@media all and (max-width:1200px){
	.piList .pic-item-list .pic-item { width:49%; margin-bottom:15px; }
	.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; border:1px solid #ddd; color:#333; vertical-align:top;font-size: 14px; border-radius:3px; }
.page a:hover,.page .current { background:#146035; border-color:#146035; color:#fff; }

@media screen and (max-width: 1200px){
	.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:1200px){
	.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:1200px){
	.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; }
 
.conArea01 ul li { float:left; width:32%; margin-right:2%; padding:60px 10px 0 10px; min-height:300px; text-align:center; border:1px solid #f1f1f1; box-sizing: border-box; border-radius:5px; }
.conArea01 ul li:last-child { margin-right:0; }
.conArea01 ul li .p1 { min-height:50px; }
.conArea01 ul li .p2 { font-size:18px; color:#54565a; }
.conArea01 ul li .p3 { font-size:16px; color:#80848c; margin-top:15px; }
.conArea01 ul li .p4 { font-size:18px; color:#54565a; margin:20px auto 0; }

.conArea01 ul li:hover .p1 { transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);transition: transform 0.9s;-webkit-transition: transform 0.9s;-moz-transition: transform 0.9s;  }

.conArea02 { margin-top:50px; }
.conArea02 .my-map { width:100%; }
.conArea02 #dituContent { width:100%; }

.conArea03 { margin-top:100px; }
.conArea03 .hd { font-size:36px; color:#4b4c53; font-weight:bold; text-align:center; }
.conArea03 form { margin-top:60px; }
.conArea03 form ul li { float:left; width:48.5%; margin-right:3%; }
.conArea03 form ul li:nth-child(2n) { margin-right:0; }
.conArea03 form ul li:nth-child(n + 3) { margin-top:40px; }
.conArea03 form ul li:nth-child(n + 5) { margin-right:0; }
.conArea03 form ul li.li01 { width:100%; }
.conArea03 form ul li.li02 { width:100%; text-align:center; margin-top:60px; }
.conArea03 form ul li .p1 { font-size:18px; color:#146035; }
.conArea03 form ul li .p1 i { font-size:14px; color:#e30500; margin-right:20px; }
.conArea03 form ul li .p2 { margin-top:10px; }
.conArea03 form ul li .p2 .text { line-height:60px; padding:0 30px; background:#f9f9f9; font-size:18px; width:100%; color:#333; box-sizing: border-box; }
.conArea03 form ul li .p2 .textarea { padding:10px 30px; min-height:125px; background:#f9f9f9; font-size:18px; width:100%; color:#333; box-sizing: border-box; }
.conArea03 form ul li .btn { width:200px; line-height:60px; font-size:20px; color:#fff; display:inline-block; margin:0 5px; border-radius:40px; background:#4b4c53; cursor:pointer; }
.conArea03 form ul li .btn01 { background:#146035; }

.conArea03 form ::-webkit-input-placeholder { color:#bebebe; opacity: 1; }
.conArea03 form :-moz-placeholder { color:#bebebe; opacity: 1; }
.conArea03 form :-ms-input-placeholder { color:#bebebe; opacity: 1; } 
.conArea03 form .placeholder { color:#bebebe; opacity: 1; }


@media all and (max-width:1480px){
	.conArea01 ul li { float:left; width:32%; margin-right:2%; padding:40px 10px 0 10px; min-height:300px; }
	.conArea01 ul li:last-child { margin-right:0; }
	.conArea01 ul li .p1 { min-height:50px; }
	.conArea01 ul li .p2 { font-size:16px; }
	.conArea01 ul li .p3 { font-size:14px; margin-top:10px; }
	.conArea01 ul li .p4 { font-size:16px; margin:15px auto 0; }

	.conArea02 { margin-top:40px; }
 
	.conArea03 { margin-top:40px; }
	.conArea03 .hd { font-size:24px; }
	.conArea03 form { margin-top:40px; }
	.conArea03 form ul li { float:left; width:49%; margin-right:2%; }
	.conArea03 form ul li:nth-child(2n) { margin-right:0; }
	.conArea03 form ul li:nth-child(n + 3) { margin-top:20px; }
	.conArea03 form ul li:nth-child(n + 5) { margin-right:0; }
	.conArea03 form ul li.li02 { margin-top:40px; }
	.conArea03 form ul li .p1 { font-size:16px; }
	.conArea03 form ul li .p1 i { font-size:14px; margin-right:10px; }
	.conArea03 form ul li .p2 { margin-top:10px; }
	.conArea03 form ul li .p2 .text { line-height:50px; padding:0 20px; font-size:16px; }
	.conArea03 form ul li .p2 .textarea { padding:10px 20px; min-height:125px; font-size:16px; }
	.conArea03 form ul li .btn { width:180px; line-height:50px; font-size:18px; }
}
@media all and (max-width:1200px){
	.conArea01 ul li { float:none; width:100%; margin-right:0; padding:25px 10px; min-height:10px; }
	.conArea01 ul li:nth-child(n + 2) { margin-top:15px; }
	.conArea01 ul li:last-child { margin-right:0; }
	.conArea01 ul li .p1 { min-height:40px; }
	.conArea01 ul li .p2 { font-size:16px; }
	.conArea01 ul li .p3 { font-size:14px; margin-top:10px; }
	.conArea01 ul li .p4 { font-size:16px; margin:10px auto 0; }

	.conArea02 { margin-top:30px; }
 
	.conArea03 { margin-top:30px; }
	.conArea03 .hd { font-size:20px; }
	.conArea03 form { margin-top:30px; }
	.conArea03 form ul li { float:none; width:100%; margin-right:0; }
	.conArea03 form ul li:nth-child(n + 2) { margin-top:10px; }
	.conArea03 form ul li.li02 { margin-top:10px; }
	.conArea03 form ul li .p1 { font-size:14px; }
	.conArea03 form ul li .p1 i { font-size:14px; margin-right:10px; }
	.conArea03 form ul li .p2 { margin-top:10px; }
	.conArea03 form ul li .p2 .text { line-height:35px; padding:0 10px; font-size:14px; }
	.conArea03 form ul li .p2 .textarea { padding:5px 10px; min-height:125px; font-size:14px; }
	.conArea03 form ul li .btn { width:120px; line-height:35px; font-size:14px; }
}


.yyArea01 { background:#f4fafd; } 
.yyArea01 .wrap { position:relative; } 
.yyArea01 .swiper-slide a { display:block; text-align:center; box-sizing: border-box; padding-top:50px; min-height:165px;  }
.yyArea01 .swiper-slide .pic { min-height:50px; }
.yyArea01 .swiper-slide .pic .img02 { display:none; }
.yyArea01 .swiper-slide .txt { font-size:18px; color:#333; }

.yyArea01 .swiper-slide.current a,.yyArea01 .swiper-slide:hover a { background: linear-gradient(to right,#198046,#146035); }
.yyArea01 .swiper-slide.current .pic .img01,.yyArea01 .swiper-slide:hover .pic .img01 { display:none; }
.yyArea01 .swiper-slide.current .pic .img02,.yyArea01 .swiper-slide:hover .pic .img02 { display:inline-block; }
.yyArea01 .swiper-slide.current .txt, .yyArea01 .swiper-slide:hover .txt { color:#fff; }

.yyArea01 .prev-yy01,.yyArea01 .next-yy01 { position:absolute; top:50%; transform: translateY(-50%);  width:16px; height:31px; cursor:pointer; z-index:99; }
.yyArea01 .prev-yy01 { background:url(yy01.png) no-repeat center; left:-80px; }
.yyArea01 .next-yy01 { background:url(yy02.png) no-repeat center; right:-80px; }

.yyArea02 { padding:90px 0 120px; }
.yyArea02 .hd { text-align:center; line-height:1.1; }
.yyArea02 .hd .p1 { font-size:42px; color:#146035; font-weight:bold; }
.yyArea02 .hd .p2 { width:40px; height:4px; background:#63977a; margin:20px auto 0; }
.yyArea02 .bd { font-size:18px; line-height:32px; margin-top:50px; }
.yyArea02 .bd img { max-width:100%; }
.yyArea02 .bd01 { margin-top:80px; }
.yyArea02 .bd01 ul li { float:left; width:32%; margin-right:2%; }
.yyArea02 .bd01 ul li:nth-child(3n) { margin-right:0; }
.yyArea02 .bd01 ul li:nth-child(n + 4) { margin-top:30px; }
.yyArea02 .bd01 ul li .txt { margin-top:35px; }
.yyArea02 .bd01 ul li .txt .p1 { font-size:22px; font-weight:bold; color:#4c4c4c; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.yyArea02 .bd01 ul li .txt .p2 { font-size:18px; color:#80848c; line-height:32px; height:64px; margin-top:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.yyArea02 .bd01 .swiper-slide { width:32%; margin-right:2%; }
.yyArea02 .bd01 .swiper-slide .txt { margin-top:35px; }
.yyArea02 .bd01 .swiper-slide .txt .p1 { font-size:22px; font-weight:bold; color:#4c4c4c; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.yyArea02 .bd01 .swiper-slide .txt .p2 { font-size:18px; color:#80848c; line-height:32px; height:64px; margin-top:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.swiper-pagination-yycp01 { margin-top:50px; font-size:0; text-align:center; }
.swiper-pagination-yycp01 .swiper-pagination-bullet { width:40px; height:3px; background:#eee; margin:0 5px; border-radius:0; opacity:1; }
.swiper-pagination-yycp01 .swiper-pagination-bullet-active { background:#146035; }


.yyArea02 .hd01 { margin-top:80px; }

.yyArea02 .bd02 { margin-top:50px; }
.yyArea02 .bd02 ul li { float:left; width:32%; margin-right:2%; }
.yyArea02 .bd02 ul li:last-child { margin-right:0; }

@media all and (max-width:1480px){
	.yyArea01 .swiper-slide a { padding-top:30px; min-height:135px;  }
	.yyArea01 .swiper-slide .pic { min-height:50px; }
	.yyArea01 .swiper-slide .txt { font-size:16px; }
 
	.yyArea01 .prev-yy01 { left:-60px; }
	.yyArea01 .next-yy01 { right:-60px; }

	.yyArea02 { padding:60px 0 80px; }
	.yyArea02 .hd .p1 { font-size:34px; }
	.yyArea02 .hd .p2 { width:40px; height:2px; margin:20px auto 0; }
	.yyArea02 .bd { font-size:16px; line-height:30px; margin-top:40px; }

	.yyArea02 .bd01 { margin-top:40px; }
	.yyArea02 .bd01 ul li { float:left; width:32%; margin-right:2%; }
	.yyArea02 .bd01 ul li:nth-child(3n) { margin-right:0; }
	.yyArea02 .bd01 ul li:nth-child(n + 4) { margin-top:20px; }
	.yyArea02 .bd01 ul li .txt { margin-top:25px; }
	.yyArea02 .bd01 ul li .txt .p1 { font-size:20px; line-height:25px; }
	.yyArea02 .bd01 ul li .txt .p2 { font-size:16px; line-height:30px; height:60px; margin-top:15px; }
	
 
	.yyArea02 .bd01 .swiper-slide .txt  { margin-top:25px; }
	.yyArea02 .bd01 .swiper-slide .txt .p1 { font-size:20px; line-height:25px; }
	.yyArea02 .bd01 .swiper-slide .txt .p2 { font-size:16px; line-height:30px; height:60px; margin-top:15px; }
	
	.swiper-pagination-yycp01 { margin-top:40px; }
	.swiper-pagination-yycp01 .swiper-pagination-bullet { width:30px; height:3px; margin:0 5px; }
	
	.yyArea02 .hd01 { margin-top:40px; }
}
@media all and (max-width:1200px){
	.yyArea01 .swiper-slide a { padding-top:20px; min-height:100px;  }
	.yyArea01 .swiper-slide .pic { min-height:40px; }
	.yyArea01 .swiper-slide .pic img { max-height:30px; }
	.yyArea01 .swiper-slide .txt { font-size:14px; }
 
	.yyArea01 .wrap { width:96%; padding:0 25px; box-sizing: border-box; }
	.yyArea01 .prev-yy01,.yyArea01 .next-yy01 { width:13px; height:25px; background-size:cover!important; }
	.yyArea01 .prev-yy01 { left:0; }
	.yyArea01 .next-yy01 { right:0; }

	.yyArea02 { padding:30px 0; }
	.yyArea02 .hd .p1 { font-size:24px; }
	.yyArea02 .hd .p2 { width:40px; height:2px; margin:15px auto 0; }
	.yyArea02 .bd { font-size:14px; line-height:1.7; margin-top:30px; }

	.yyArea02 .bd01 { margin-top:30px; }
	.yyArea02 .bd01 ul li { float:none; width:100%; margin-right:0; }
	.yyArea02 .bd01 ul li:nth-child(3n) { margin-right:0; }
	.yyArea02 .bd01 ul li:nth-child(n + 2) { margin-top:15px; }
	.yyArea02 .bd01 ul li .txt { margin-top:15px; }
	.yyArea02 .bd01 ul li .txt .p1 { font-size:16px; line-height:20px; }
	.yyArea02 .bd01 ul li .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:10px; }
	
	
	.yyArea02 .bd01 .swiper-slide { width:100%; margin-right:0; }
	.yyArea02 .bd01 .swiper-slide .txt { margin-top:15px; }
	.yyArea02 .bd01 .swiper-slide .txt .p1 { font-size:16px; line-height:20px; }
	.yyArea02 .bd01 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:10px; }
	
	.swiper-pagination-yycp01 { margin-top:30px; }
	.swiper-pagination-yycp01 .swiper-pagination-bullet { width:10px; height:2px; margin:0 2px; }

	.yyArea02 .hd01 { margin-top:30px; }
	
	.yyArea02 .bd02 { margin-top:30px; }
	.yyArea02 .bd02 ul li { float:none; width:100%; margin-right:0; }
	.yyArea02 .bd02 ul li:last-child { margin-right:0; }
	.yyArea02 .bd02 ul li:nth-child(n + 2) { margin-top:15px; }
}

.yfArea ul li { position:relative; }
.yfArea ul li .pic { float:right; width:905px; border-radius:5px; overflow:hidden; }
.yfArea ul li .pic img { transition: all 0.6s; }
.yfArea ul li .txt { float:left; width:calc(100% - 905px); padding-top:70px; line-height:1.1; }
.yfArea ul li .txt .p1 { font-size:60px; color:#d6d6d6; font-family:"Arial"; }
.yfArea ul li .txt .p2 { font-size:40px; color:#484951; margin-top:30px; font-weight:bold; }
.yfArea ul li .txt01 { position:absolute; top:270px; left:0; bottom:75px; width:57%; padding-top:85px; background:rgba(20,96,53,0.9); z-index:2; }
.yfArea ul li .txt01 .con { margin:0 110px 0 70px; font-size:18px; line-height:2; color:#fff; }

.yfArea ul li:nth-child(n + 2) { margin-top:145px; }
.yfArea ul li:nth-child(2n) .pic { float:left; }
.yfArea ul li:nth-child(2n) .txt { float:right; text-align:right; }
.yfArea ul li:nth-child(2n) .txt01 { left:auto; right:0; }

.yfArea ul li:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1480px){
	.yfArea ul li .pic { width:60%; }
	.yfArea ul li .txt { width:40%; padding-top:50px; }
	.yfArea ul li .txt .p1 { font-size:40px; }
	.yfArea ul li .txt .p2 { font-size:28px; margin-top:20px; }
	.yfArea ul li .txt01 { position:absolute; top:190px; bottom:50px; width:60%; padding-top:50px; }
	.yfArea ul li .txt01 .con { margin:0 50px; font-size:16px; line-height:2; }
}
@media all and (max-width:1200px){
	.yfArea ul li .pic { float:none; width:100%; margin-top:10px; }
	.yfArea ul li .txt { float:none; width:100%; padding:0 0 30px 0; }
	.yfArea ul li .txt .p1 { font-size:20px; }
	.yfArea ul li .txt .p2 { font-size:24px; margin-top:10px; }
	.yfArea ul li .txt01 { position:relative; top:auto; bottom:auto; width:100%; padding:25px 4%; box-sizing: border-box; }
	.yfArea ul li .txt01 .con { margin:0; font-size:14px; line-height:1.7; }
	
	.yfArea ul li:nth-child(n + 2) { margin-top:30px; }
	.yfArea ul li:nth-child(2n) .pic { float:none; }
	.yfArea ul li:nth-child(2n) .txt { float:none; text-align:left; }
	.yfArea ul li:nth-child(2n) .txt01 { left:auto; right:auto; }
}

.proArea { padding:30px 0 60px; }
.proArea01 { float:left; width:310px; }
.proArea01 dl { margin-bottom:15px; }
.proArea01 dl dt { padding-left:40px; line-height:60px; font-size:20px; color:#fff; background:url(pro01.jpg) no-repeat center; background-size:cover; }
.proArea01 dl dd { margin-bottom:1px; padding-right:30px; background:#fff; }
.proArea01 dl dd a { display:block; padding:15px 15px 15px 40px; font-size:18px; line-height:25px; color:#303030; }

.proArea01 .dd p { background:#f9f9f9; margin-bottom:1px; }
.proArea01 .dd p a { display:block; padding:10px 10px 10px 75px; font-size:16px; line-height:25px; color:#303030; background:url(o_ico_04.gif) no-repeat 60px 20px; }

.proArea01 dl dd:hover a,.proArea01 dl dd.current a { font-weight:bold; color:#146035; background:url(pro02.png) no-repeat center right; }
.proArea01 .dd p:hover a,.proArea01 .dd p.current a { font-weight:bold; color:#146035; }

.proArea02 { float:right; width:calc(100% - 350px); box-sizing: border-box; }

@media all and (max-width:1480px){
	.proArea { padding:30px 0 60px; }
	.proArea01 { float:left; width:250px; }
	.proArea01 dl { margin-bottom:15px; }
	.proArea01 dl dt { padding-left:20px; line-height:50px; font-size:18px; }
	.proArea01 dl dd { padding-right:15px; }
	.proArea01 dl dd a { padding:15px 15px 15px 20px; font-size:16px; line-height:20px; }
 
	.proArea02 { float:right; width:calc(100% - 280px); }
}
@media all and (max-width:1200px){
	.proArea { padding:30px 0; }
	.proArea01 { float:none; width:100%; margin-bottom:30px; display:none; }
	.proArea01 dl { margin-bottom:10px; }
	.proArea01 dl dt { padding-left:20px; line-height:40px; font-size:16px; }
	.proArea01 dl dd { padding-right:15px; }
	.proArea01 dl dd a { padding:10px 15px 10px 20px; font-size:14px; line-height:20px; }
 
	.proArea02 { float:none; width:100%; }
}

.disArea .dis_pro:nth-child(n + 2) { margin-top:30px; }
.disArea .dis_pro .hd01 { background: linear-gradient(to right,#eff9f4,#f4fafd); padding-left:30px; }
.disArea .dis_pro .hd01 p { position:relative; padding-left:20px; line-height:50px; font-size:20px; color:#299a5b; font-weight:bold; }
.disArea .dis_pro .hd01 p:before { position:absolute; width:3px; height:20px; left:0; top:50%; transform: translateY(-50%); display:block; content:""; background:#299a5b; border-radius:3px; z-index:2; }
.disArea .dis_pro .bd01 { margin-top:30px; font-size:16px; padding:0 40px; }
.disArea .dis_pro .bd01 img { max-width:100%; height:auto; }
.disArea .dis_pro .bd01 video { max-width:100%; height:auto; }

@media all and (max-width:1480px){
	.disArea .dis_pro .bd01 {  padding:0 30px; } 
}
@media all and (max-width:1200px){
	.disArea .dis_pro:nth-child(n + 2) { margin-top:20px; }
	.disArea .dis_pro .hd01 { padding-left:20px; }
	.disArea .dis_pro .hd01 p { padding-left:15px; line-height:45px; font-size:18px; }
	.disArea .dis_pro .hd01 p:before { height:18px; }
	.disArea .dis_pro .bd01 { margin-top:20px; font-size:14px; padding:0; } 
}




.box-isd { display:none; margin-bottom:25px; }
.box-isd .hd { background:#fff; padding:0 4%; }
.box-isd .hd h2 { padding:15px 0; background:#fff; color:#1e1201; font-size:16px; line-height:30px; vertical-align:top; font-weight:normal;  }
.box-isd .hd .col { float:right; height:24px; margin:15px 0 0 0; padding:0 20px; line-height:24px; border-radius:3px; border:1px solid #ddd; text-align:center; }
.box-isd .hd .col a { color:#333; }

 
.m-menu { position:fixed; top:0; right:-70%; width:70%; height:100%; padding:7% 5%; box-sizing: border-box; background:#fff; z-index:99; opacity:0; overflow:auto; }
.m-menu .box { min-height:400px; overflow-y:auto; }
.m-menu dl { margin-bottom:15px; }
.m-menu dl dt { padding-left:15px; margin-bottom:10px; line-height:40px; font-size:16px; color:#fff; background:url(pro01.jpg) no-repeat center; background-size:cover; }
.m-menu dl dd { margin-bottom:1px; }
.m-menu dl dd a { display:block; padding:5px 15px 5px 15px; font-size:14px; color:#303030; }

.m-menu .dd p { background:#f9f9f9; margin-bottom:1px; }
.m-menu .dd p a { display:block; padding:5px 10px 5px 20px; font-size:14px; color:#303030; }

.m-menu dl dd.current a { font-weight:bold; color:#146035; }
.m-menu .dd p.current a { font-weight:bold; color:#146035; }

.u-mask { position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.5; z-index:9; }

@media all and (max-width:1200px){
	.box-isd { display:block; }
}





.cpBox { padding-bottom:40px; }
.cpBox ul li { float:left; width:48%; margin-right:4%; }
.cpBox ul li:nth-child(2n) { margin-right:0; }
.cpBox ul li:nth-child(n + 3) { margin-top:45px; }
.cpBox ul li .txt { margin-top:35px; }
.cpBox ul li .txt .p1 { font-size:22px; color:#4c4c4c; font-weight:bold; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.cpBox ul li .txt .p2 { font-size:18px; color:#80848c; line-height:30px; height:60px; margin-top:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cpBox ul li .pic { overflow:hidden; }
.cpBox ul li .pic img { transition: all 0.6s; }
.cpBox ul li:hover .pic img { transform: scale(1.1)!important; }
 
@media all and (max-width:1480px){
	.cpBox { padding-bottom:40px; }
	.cpBox ul li { float:left; width:49%; margin-right:2%; }
	.cpBox ul li:nth-child(2n) { margin-right:0; }
	.cpBox ul li:nth-child(n + 3) { margin-top:25px; }
	.cpBox ul li .txt { margin-top:25px; }
	.cpBox ul li .txt .p1 { font-size:18px; line-height:20px; height:20px; }
	.cpBox ul li .txt .p2 { font-size:16px; line-height:25px; height:50px; margin-top:10px; }
}
@media all and (max-width:1200px){
	.cpBox { padding-bottom:30px; }
	.cpBox ul li { float:none; width:100%; margin-right:0; }
	.cpBox ul li:nth-child(2n) { margin-right:0; }
	.cpBox ul li:nth-child(n + 2) { margin-top:15px; }
	.cpBox ul li .txt { margin-top:15px; }
	.cpBox ul li .txt .p1 { font-size:16px; line-height:20px; height:20px; }
	.cpBox ul li .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:10px; }
}


.ab-hd { font-size:40px; color:#4a4949; font-weight:bold; }
@media all and (max-width:1480px){
	.ab-hd { font-size:30px; }	
}
@media all and (max-width:1200px){
	.ab-hd { font-size:24px; }	
}

.abArea01 { padding:105px 0 80px; background:url(abArea01.jpg) no-repeat center bottom; background-size:cover; }
.abArea01 .wrap { position:relative; }
.abArea01 .txt { float:left; width:730px; padding-bottom:40px; }
.abArea01 .txt .p2 { font-size:18px; color:#56595f; line-height:35px; margin-top:55px; }

.abArea01 .txt01 { position:absolute; top:0; right:0; bottom:0; width:545px; z-index:2; }
.abArea01 .txt01 ul { height:100%; }
.abArea01 .txt01 ul li { position:relative; float:left; width:50%; height:25%; margin-right:50%; background:#f3f4f8; }
.abArea01 .txt01 ul li:nth-child(2n) {  margin:0 0 0 50%; }
.abArea01 .txt01 ul li .tt { position:absolute; top:50%; transform: translateY(-50%); left:0; right:0; text-align:center; font-size:14px; color:#272727; line-height:1.1; z-index:2; }
.abArea01 .txt01 ul li .tt .p1 i { font-size:60px; font-family:"Arial"; margin-right:5px; }
.abArea01 .txt01 ul li .tt .p2 { margin-top:10px; }

.abArea01 .txt01 ul li:hover { background:#146035; }
.abArea01 .txt01 ul li:hover .tt { color:#fff; }

@media all and (max-width:1480px){
	.abArea01 { padding:70px 0; }
	.abArea01 .txt { float:left; width:calc(100% - 500px); padding-bottom:40px; }
	.abArea01 .txt .p2 { font-size:16px; line-height:30px; margin-top:45px; }

	.abArea01 .txt01 { width:450px; }
	.abArea01 .txt01 ul li .tt .p1 i { font-size:40px; }
	.abArea01 .txt01 ul li .tt .p2 { margin-top:10px; }	
}
@media all and (max-width:1200px){
	.abArea01 { padding:30px 0; }
	.abArea01 .txt { float:none; width:100%; padding-bottom:30px; }
	.abArea01 .txt .p2 { font-size:14px; line-height:25px; margin-top:25px; }

	.abArea01 .txt01 { position:relative; top:auto; right:auto; bottom:auto; width:100%; }
	.abArea01 .txt01 ul { height:auto; }
	.abArea01 .txt01 ul li { position:relative; float:left; width:49.5%; height:auto; margin-right:1%; padding:25px 5px; box-sizing: border-box; }
	.abArea01 .txt01 ul li:nth-child(2n) { margin:0; }
	.abArea01 .txt01 ul li:nth-child(n + 3) { margin-top:1%; }
	.abArea01 .txt01 ul li .tt { position:relative; top:auto; transform: translateY(0); left:auto; right:auto; }
	.abArea01 .txt01 ul li .tt .p1 i { font-size:30px; }
	.abArea01 .txt01 ul li .tt .p2 { margin-top:5px; }
}

.abArea02 { position:relative; width:1920px; left:50%; margin-left:-960px; z-index:1; }
.abArea02 .pic { overflow:hidden; }
.abArea02 .pic img { transition: all 0.6s; }
.abArea02 .txt { position:absolute; top:50%; transform: translateY(-50%); left:0; right:0; text-align:center; cursor:pointer; z-index:1; }
.abArea02 .txt .p1 { position:relative; width:68px; margin:0 auto; border-radius:100%; }
.abArea02 .txt .p1 img { width:100%; height:auto; border-radius:100%; }
.abArea02 .txt .p2 { margin-top:30px; color:#fff; font-size:24px; }
 
.abArea02:hover .pic img { transform: scale(1.1)!important; }

.abArea02 .txt .p1:before { animation: boderM 3s .75s infinite; content: ''; display: block; position: absolute;  left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%);  width: 68px;  height: 68px; border-radius:100%; background: rgba(185, 40, 35, 0.3); z-index:-1; }
.abArea02 .txt .p1:after { animation: boderM 3s infinite; content: ''; display: block; position: absolute;  left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%);  width: 68px;  height: 68px; border-radius:100%; background: rgba(185, 40, 35, 0.2); z-index:-1; }

@media all and (max-width:1480px){
	.abArea02 { width:1480px; left:50%; margin-left:-740px; }
	.abArea02 .txt .p2 { margin-top:20px; font-size:20px; }	
}
@media all and (max-width:1200px){
	.abArea02 { width:1200px; left:50%; margin-left:-600px; }
	.abArea02 .txt .p1 { width:50px; }
	.abArea02 .txt .p2 { margin-top:20px; font-size:16px; }

	.abArea02 .txt .p1:before { width: 50px;  height: 50px; }
	.abArea02 .txt .p1:after { width: 50px;  height: 50px; }	
}

.abArea03 { padding:110px 0; }
.abArea03 .ab-hd { text-align:center; }
.abArea03 .bd { margin-top:80px; }
.abArea032 { margin-top:100px; }
.abArea03 .bd .swiper-slide a { position:relative; display:block; border-radius:7px; overflow:hidden; }
.abArea03 .bd .swiper-slide .txt { text-align:center; line-height:60px; height:60px; font-size:18px; color:#333; padding:0 10px; background:#e9f1f6; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.abArea03 .bd .swiper-slide .pic { overflow:hidden; }
.abArea03 .bd .swiper-slide .pic img { transition: all 0.6s; }
.abArea03 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
 

.swiper-pagination-ab03 { width:100%; text-align:center; font-size:0; margin-top:60px; }
.swiper-pagination-ab03 .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px; border-radius:100%; background:#e9f1f6; opacity:1; }
.swiper-pagination-ab03 .swiper-pagination-bullet-active { background:#146035; }

@media all and (max-width:1480px){
	.abArea03 { padding:70px 0; }
	.abArea03 .bd { margin-top:40px; }
	.abArea032 { margin-top:70px; }
	.abArea03 .bd .swiper-slide .txt { line-height:50px; height:50px; font-size:16px;  }

	.swiper-pagination-ab03 { margin-top:40px; }	
}
@media all and (max-width:1200px){
	.abArea03 { padding:30px 0; }
	.abArea03 .bd { margin-top:25px; }
	.abArea032 { margin-top:30px; }
	.abArea03 .bd .swiper-slide .txt { line-height:40px; height:40px; font-size:14px;  }

	.swiper-pagination-ab03 { margin-top:25px; }	
	.swiper-pagination-ab03 .swiper-pagination-bullet { width:7px; height:7px; margin:0 2px; }
}

.abArea04 { padding:100px 0 140px; background:url(abArea04.jpg) no-repeat center bottom; background-size:cover;  }
.abArea04 .pic { width:81.25%; }
.abArea04 .pic .img02 { display:none; }
.abArea04 .txt { margin-left:57%; }
.abArea04 .txt .ab-hd { color:#191919; }
.abArea04 .txt .p2 { color:#404040; font-size:16px; line-height:2; margin-top:20px; }

@media all and (max-width:1480px){
	.abArea04 { padding:70px 0; }
	.abArea04 .txt { margin-left:30%; }
}
@media all and (max-width:1200px){
	.abArea04 { padding:30px 0; }
	.abArea04 .pic { width:100%; }
	.abArea04 .pic .img01 { display:none; }
	.abArea04 .pic .img02 { display:block; }
	.abArea04 .txt { margin-left:0; margin-top:20px; }
	.abArea04 .txt .p2 { font-size:14px; line-height:1.7; margin-top:20px; }
}

.inew .inewi a { display: block; padding:30px 0; }
.inew .inewi a .inewil { float: left; overflow: hidden; width: 270px; }
.inew .inewi a .inewil img{ transition: transform 0.6s; }
.inew .inewi:hover a .inewil img { transform:scale(1.1); }
.inew .inewi a .inewim { float: left; width: 900px; margin-left: 55px; }
.inew .inewi a .inewim .inewima { font-size: 18px ;color: #373737; margin-top: 20px; line-height:20px; height:20px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.inew .inewi a .inewim .inewimb { margin-top: 15px; font-size: 16px; color: #373737; line-height: 32px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.inew .inewi a .inewim .inewimc { margin-top: 15px;font-size: 16px;color: #373737; line-height:20px;}
.inew .inewi a .inewim .inewimc span.inewimc2 { display: none; margin-left: 10px; }
.inew .inewi a .inewir{float: right;}
.inew .inewi a .inewir .inewira{font-size: 24px;color: #373737;font-family: "Arial";margin-top: 55px;}
.inew .inewi a .inewir .inewirb{margin-top: 55px;}
.inew .inewi:hover a .inewim .inewima{color: #109370;}

 
@media screen and (max-width: 1480px){
	.inew .inewi a{padding: 25px 0;}
	.inew .inewi a .inewil{width: 250px;}
	.inew .inewi a .inewim{width: 720px;}
	.inew .inewi a .inewim .inewima{font-size: 16px; margin-top: 15px; }
	.inew .inewi a .inewim .inewimb{font-size: 14px;line-height: 28px;}
	.inew .inewi a .inewim .inewimc{margin-top: 15px;font-size: 14px;}
	.inew .inewi a .inewir .inewira{font-size: 18px;margin-top: 40px;}
}
 
@media screen and (max-width:1200px){
	.inew .inewi a { padding: 15px 0;}
	.inew .inewi a .inewil{width: 150px;}
	.inew .inewi a .inewim{width: calc(100% - 165px);margin-left: 15px;}
	.inew .inewi a .inewim .inewima{-webkit-line-clamp: 2;}
	.inew .inewi a .inewim .inewimb{display: none;}
	.inew .inewi a .inewim .inewimc span.inewimc2{margin-left: 0;}
	
	.inew .inewi a .inewir .inewira { font-size: 14px; margin-top:10px;}
	.inew .inewi a .inewir .inewirb {display: none;}
}
 









