@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%); left:0; right:0; z-index:2; }
@media all and (max-width:1200px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
}
 
/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:50px 0 100px 0; }

@media all and (max-width:1580px){
	.main { padding:50px 0 80px 0; }
}
@media all and (max-width:1200px){
	.main { padding:40px 0; }
}

.leftTitle { display:none; }

.menu { position:relative; text-align:center; margin-top:-50px; }
.menu ul li { position:relative; float:left; margin-right:2%; }
.menu ul li:last-child { margin-right:0; }
.menu ul li a { position:relative; display:block; font-size:20px; color:#000; line-height:100px; font-weight:bold; background:#f5f5f5; border-radius:15px; }
.menu ul li a.current,.menu ul li:hover a { background:#ffd200; }
 
@media all and (max-width:1580px){
	.menu { margin-top:-30px; }
	.menu ul li a { font-size:18px; line-height:60px; } 
}
@media all and (max-width:1200px){
	.menu { 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: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%; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .bd { font-size:14px; }
}
 
/* 面包屑 */
.location { width:1280px; margin:0 auto 30px; font-size:16px; color:#333; display:none; }
.location a { color:#333; display:inline-block; padding:0 10px; }
.location a.u-home { padding-left:25px; background:url(../images/u-home.png) no-repeat center left; }

@media all and (max-width:1580px){
	.location { width:100%; }
}
@media all and (max-width:1000px){
 
	.location { margin:0 auto 20px; font-size:12px; }
	.location a { padding:0 5px; }
}
 
 
/* 新闻列表 */
.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:1200px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picnews { margin:0 0 40px; }
.picnews ul li { float:left; width:31.33%; margin-right:3%; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:40px; }
.picnews ul li a { display:block; padding:30px; border-radius:20px; overflow:hidden; border:2px solid #f2f2f2; }
.picnews ul li .txt { margin-top:25px; }
.picnews ul li .txt .p1 { font-size:16px; color:#000; font-weight:bold; }
.picnews ul li .txt .p2 { font-size:20px; color:#000; font-weight:bold; line-height:25px; height:25px; margin-top:10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p3 { font-size:18px; color:#666; line-height:30px; height:60px; margin-top:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.picnews ul li .txt .p4 { margin-top:20px; }
.picnews ul li .txt .p4 i { display:inline-block; width:160px; line-height:40px; font-size:16px; color:#fff; text-align:center; background:#000; border-radius:8px; }

@media all and (max-width:1580px){
	.picnews ul li:nth-child(n + 4) { margin-top:30px; }
	.picnews ul li a { padding:20px 15px; }
	.picnews ul li .txt { margin-top:20px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:18px; line-height:20px; height:20px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:16px; line-height:30px; height:60px; margin-top:15px; }
	.picnews ul li .txt .p4 { margin-top:20px; }
	.picnews ul li .txt .p4 i { width:140px; line-height:35px; font-size:14px; }
}
@media all and (max-width:1200px){
	.picnews { margin:0 0 20px; }
	.picnews ul li { float:none; width:100%; margin-right:0; }
	.picnews ul li:nth-child(n + 2) { margin-top:15px; }
	.picnews ul li a { padding:20px 15px; }
	.picnews ul li .txt { margin-top:20px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:16px; line-height:20px; height:20px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; line-height:25px; height:50px; margin-top:15px; }
	.picnews ul li .txt .p4 { margin-top:15px; }
	.picnews ul li .txt .p4 i { width:120px; line-height:35px; font-size:14px; }
}


/* 图片列表 */
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:24%; margin:0 1.33% 0 0; }
.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:0; }
.piList .pic-item-list .pic-item:nth-child(n + 5) { margin-top:30px; }
.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:1580px){
	.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:0 2% 0 0; }
	.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:nth-child(n + 3) { margin-top:15px; }
	.piList .pic-item-list .pic-item dl { padding:5px; margin-top: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; font-size:0; }*/
/*.page a { display:inline-block; margin:0 5px; line-height:45px; height:45px; width:45px; background:#f0f0f0; color:#000; vertical-align:top;font-size: 14px; border-radius:100%; }*/
/*.page a:hover,.page .current { background:#ffd200; }*/

/*.page a.a1 { background:url(../images/page01.png) no-repeat center #121212; }
.page a.a2 { background:url(../images/page02.png) no-repeat center #121212; }*/

@media screen and (max-width: 1200px){
	.pagination li { margin:0 2px; line-height:25px; height:25px; width:25px; font-size: 14px; }

}

/* 人才招聘 */
.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; }

.abArea01 { padding-top:80px; }
.abArea01 .txt { float:left; width:calc(100% - 770px); line-height:1.1; padding-top:20px; }
.abArea01 .txt .p1 { font-size:40px; color:#000; font-weight:bold; }
.abArea01 .txt .p2 { font-size:20px; color:#666; margin-top:15px; }
.abArea01 .txt .p3 { font-size:20px; line-height:1.8; font-weight:bold; margin-top:15px; }
.abArea01 .txt .p4 { font-size:16px; line-height:30px; margin-top:25px; }

.abArea01 .pic { position:relative; float:right; width:700px; z-index:2; }
.abArea01 .pic:before { position:absolute; right:-20px; left:20px; top:20px; bottom:-20px; background:#ffd200; border-radius:10px; display:block; content:""; z-index:-1; }
.abArea01 .pic .pic01 { border-radius:10px; overflow:hidden; }
.abArea01 .pic .pic02 { position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); cursor:pointer; z-index:2;  }

@media all and (max-width:1580px){
	.abArea01 { padding-top:80px; }
	.abArea01 .txt { float:left; width:calc(100% - 600px); padding-top:0; }
	.abArea01 .txt .p1 { font-size:28px; }
	.abArea01 .txt .p2 { font-size:16px; margin-top:15px; }
	.abArea01 .txt .p3 { font-size:16px; line-height:1.7; margin-top:15px; }
	.abArea01 .txt .p4 { font-size:14px; line-height:25px; margin-top:15px; }

	.abArea01 .pic { float:right; width:550px; }
}
@media all and (max-width:1200px){
	.abArea01 { padding-top:40px; }
	.abArea01 .txt { float:none; width:100%; }
	.abArea01 .txt .p1 { font-size:20px; }
	.abArea01 .txt .p2 { font-size:14px; margin-top:15px; }
	.abArea01 .txt .p3 { font-size:14px; line-height:1.7; margin-top:15px; }
	.abArea01 .txt .p4 { font-size:14px; line-height:25px; margin-top:15px; }

	.abArea01 .pic { float:none; width:100%; margin-top:20px; }
	.abArea01 .pic:before { display:none; }
}

.abArea02 { padding-top:110px; }
.abBox21 { text-align:center; font-size:24px; font-weight:bold; }
.abBox21 strong { font-size:28px; color:#ffd200; }

.abBox22 { position:relative; margin-top:40px; padding-top:80px; }
.abBox22 .pic { text-align:right; }
.abBox22 .pic img { max-width:1060px; width:100%; }

.abBox22 .txt01 { position:absolute; left:0; top:0; width:820px; z-index:2; }
.abBox22 .txt01 ul li { float:left; width:46.5%; margin-right:7%; box-shadow:rgba(0,0,0,0.08) 0px 0px 30px; padding:35px 0; border-radius:25px; text-align:center; }
.abBox22 .txt01 ul li:nth-child(2n) { margin-right:0; }
.abBox22 .txt01 ul li:nth-child(n + 3) { margin-top:60px; }
.abBox22 .txt01 ul li .txt { display:inline-block; padding-left:120px; text-align:left; line-height:1; }
.abBox22 .txt01 ul li .txt .p1 { font-size:24px; color:#000; font-weight:bold; }
.abBox22 .txt01 ul li .txt .p1 i { font-size:60px; margin-right:5px; }
.abBox22 .txt01 ul li .txt .p2 { font-size:24px; color:#666; margin-top:10px; line-height:1.6; }

@media all and (max-width:1580px){
	.abArea02 { padding-top:80px; }
	.abBox21 { font-size:18px; }
	.abBox21 strong { font-size:20px; }

	.abBox22 .txt01 { width:600px; }
	.abBox22 .txt01 ul li { padding:25px 0; }
	.abBox22 .txt01 ul li:nth-child(n + 3) { margin-top:30px; }
	.abBox22 .txt01 ul li .txt { padding-left:80px; background-size:60px 60px!important; }
	.abBox22 .txt01 ul li .txt .p1 { font-size:18px; }
	.abBox22 .txt01 ul li .txt .p1 i { font-size:40px; }
	.abBox22 .txt01 ul li .txt .p2 { font-size:18px; margin-top:10px; }
	
	.abBox22 .pic { padding-left:300px; }
	.abBox22 .pic img { max-width:100%; width:100%; }
	
}
@media all and (max-width:1200px){
	.abArea02 { padding-top:40px; }
	.abBox21 { font-size:16px; }
	.abBox21 strong { font-size:18px; }
	
	.abBox22 { margin-top:30px; padding-top:0; }

	.abBox22 .txt01 { position:relative; left:auto; top:auto; width:100%; }
	.abBox22 .txt01 ul li { float:left; width:32%; margin-right:2%; padding:25px 0; }
	.abBox22 .txt01 ul li:nth-child(2n) { margin-right:2%; }
	.abBox22 .txt01 ul li:last-child { margin-right:0; }
	.abBox22 .txt01 ul li:nth-child(n + 3) { margin-top:0; }
	.abBox22 .txt01 ul li .txt { padding:40px 0 0 0; text-align:center; background-position:center top!important; background-size:30px 30px!important; }
	.abBox22 .txt01 ul li .txt .p1 { font-size:12px; }
	.abBox22 .txt01 ul li .txt .p1 i { font-size:20px; }
	.abBox22 .txt01 ul li .txt .p2 { font-size:12px; margin-top:5px; }
 
	.abBox22 .pic { padding-left:0; margin-top:25px; }
	.abBox22 .pic img { max-width:100%; width:100%; }
}

.abArea03 { padding-top:80px; }
.abArea03 ul li { float:left; width:23%; margin-right:2.66%; padding-top:40px; min-height:300px; background:url(../images/ab01.png) no-repeat center rgba(255,255,255,0.6); box-shadow: rgba(0,0,0,0.08) 0px 0px 30px; border-radius: 25px;  text-align: center; font-weight:bold; box-sizing: border-box; }
.abArea03 ul li:last-child { margin-right:0; }
.abArea03 ul li .p2 { margin-top:20px; font-size:30px; color:#000; }
.abArea03 ul li .p3 { margin-top:5px; font-size:20px; color:#666; }

@media all and (max-width:1580px){
	.abArea03 ul li { padding-top:30px; min-height:230px; background-size:180px 49px; }
	.abArea03 ul li .p1 img { height:60px; width:auto; }
	.abArea03 ul li .p2 { margin-top:15px; font-size:24px; }
	.abArea03 ul li .p3 { font-size:18px; }
}
@media all and (max-width:1200px){
	.abArea03 { padding-top:40px; }
	.abArea03 ul li { float:left; width:49%; margin-right:2%; padding-top:25px; min-height:180px; background-size:120px 32px; }
	.abArea03 ul li:nth-child(2n) { margin-right:0; }
	.abArea03 ul li:nth-child(n + 3) { margin-top:2%; }
	.abArea03 ul li .p1 img { height:40px; width:auto; }
	.abArea03 ul li .p2 { margin-top:10px; font-size:18px; }
	.abArea03 ul li .p3 { margin-top:10px; font-size:12px; font-weight:normal; }
}

.ny-hd { position:relative; text-align:center; line-height:1.1; }
.ny-hd .p2 { position:absolute; top:0; left:0; right:0; font-size:60px; font-weight:bold; color:#000; z-index:5; }

@media all and (max-width:1580px){
	.ny-hd .p1 img { height:60px; }
	.ny-hd .p2 { font-size:40px; }
}
@media all and (max-width:1200px){
	.ny-hd .p1 img { height:40px; }
	.ny-hd .p2 { font-size:24px; }
}


.abArea04 { padding-top:100px; }
.abBox41 { position:relative; margin-top:50px; z-index:2; }
.abBox41:before { position:absolute; left:60px; right:60px; height:2px; bottom:70px; background:rgba(255,255,255,0.8); display:block; content:""; z-index:-1; }
.abBox41 .swiper-slide .txt01 { padding:25px 30px 0 30px; font-size:16px; line-height:30px; min-height:200px; border-radius:15px; background:rgba(255,255,255,0.8); box-shadow: rgba(0,0,0,0.08) 0px 0px 30px; box-sizing: border-box; }
.abBox41 .swiper-slide .txt02 { margin-top:35px; height:20px; background:url(../images/b01.png) no-repeat center; }
.abBox41 .swiper-slide .txt03 { margin-top:10px; line-height:50px; font-size:40px; font-weight:bold; text-align:center; }

.abBox41 .btn00 { position:absolute; bottom:45px; width:50px; height:50px; border-radius:100%; z-index:2; cursor:pointer; }
.abBox41 .prev-ab41 { background:url(../images/c03.png) no-repeat center #000; left:0; }
.abBox41 .next-ab41 { background:url(../images/c04.png) no-repeat center #000; right:0; }

@media all and (max-width:1580px){
	.abArea04 { padding-top:80px; }
	.abBox41 { margin-top:40px; }
	.abBox41:before { left:60px; right:60px; height:2px; bottom:60px; }
	.abBox41 .swiper-slide .txt01 { padding:25px 20px 0 20px; font-size:14px; line-height:25px; min-height:150px;  }
	.abBox41 .swiper-slide .txt02 { margin-top:25px; }
	.abBox41 .swiper-slide .txt03 { margin-top:10px; line-height:40px; font-size:30px; }

	.abBox41 .btn00 { bottom:40px; width:40px; height:40px; }
}
@media all and (max-width:1200px){
	.abArea04 { padding-top:40px; }
	.abBox41 { margin-top:30px; }
	.abBox41:before { left:50px; right:50px; height:2px; bottom:50px; }
	.abBox41 .swiper-slide .txt01 { padding:20px 20px 0 20px; font-size:14px; line-height:25px; min-height:180px;  }
	.abBox41 .swiper-slide .txt02 { margin-top:25px; }
	.abBox41 .swiper-slide .txt03 { margin-top:10px; line-height:30px; font-size:24px; }

	.abBox41 .btn00 { bottom:35px; width:30px; height:30px; }
}

.abArea05 { padding-top:120px; }
.abBox51 { position:relative; margin-top:50px; z-index:2; }
.abBox51 .bd { width:1210px; overflow:hidden; margin:0 auto; }
.abBox51 .bd .swiper { width:380px; margin:0 auto; }
.abBox51 .bd .swiper-slide { width:340px; margin-top:20px; margin-right:75px; }
.abBox51 .bd .swiper-slide a { display:block; padding:5px; }
.abBox51 .bd .swiper-slide a p { border-radius:20px; background:rgba(255,255,255,0.4); box-shadow: rgba(0,0,0,0.08) 0px 0px 10px; overflow:hidden; }
.abBox51 .bd .swiper-slide-active { width:380px; margin-top:0; }

.abBox51 .btn00 { position:absolute; top:50%; transform: translateY(-50%); width:50px; height:50px; border-radius:100%; z-index:2; cursor:pointer; }
.abBox51 .prev-ab51 { background:url(../images/c03.png) no-repeat center #000; left:0; }
.abBox51 .next-ab51 { background:url(../images/c04.png) no-repeat center #000; right:0; }

@media all and (max-width:1580px){
	.abArea05 { padding-top:80px; }
	.abBox51 { margin-top:40px; }
	.abBox51 .bd { width:1010px; }
	.abBox51 .bd .swiper { width:350px; }
	.abBox51 .bd .swiper-slide { width:300px; margin-top:25px; margin-right:30px; }
	.abBox51 .bd .swiper-slide-active { width:350px; margin-top:0; }

	.abBox51 .btn00 { position:absolute; top:50%; transform: translateY(-50%); width:40px; height:40px; }
}
@media all and (max-width:1200px){
	.abArea05 { padding-top:40px; }
	.abBox51 { margin-top:30px; }
	.abBox51 .bd { width:100%; }
	.abBox51 .bd .swiper { width:200px; }
	.abBox51 .bd .swiper-slide { width:150px; margin-top:25px; margin-right:10px; }
	.abBox51 .bd .swiper-slide-active { width:200px; margin-top:0; }

	.abBox51 .btn { margin-top:25px; text-align:center; }
	.abBox51 .btn00 { display:inline-block; position:relative; top:auto; transform: translateY(0); width:35px; height:35px; margin:0 5px; }
	.abBox51 .prev-ab51 { left:auto; }
	.abBox51 .next-ab51 { right:auto; }
}

.abArea06 { padding-top:100px; }
.abBox61 { position:relative; margin-top:50px; z-index:2; }
.abBox61 .hd { width:910px; border-bottom:3px solid #dcdcdc; margin:0 auto; }
.abBox61 .hd ul { display:flex; flex-direction:row; justify-content:space-between; }
.abBox61 .hd ul li { position:relative; padding-bottom:30px; cursor:pointer; opacity:0.5; }
.abBox61 .hd ul li:before { position:absolute; left:0; right:0; bottom:-3px; height:3px; background:#000; display:none; content:""; z-index:2; }
.abBox61 .hd ul li:after { position:absolute; left:50%; transform: translateX(-50%); bottom:-11px; height:20px; width:20px; background:url(../images/b01.png) no-repeat center; display:none; content:""; z-index:2; background-size:cover; }

.abBox61 .hd ul li .pic img { height:100px; }
.abBox61 .hd ul li .txt { position:relative; margin-top:-85px; text-align:center; }
.abBox61 .hd ul li .txt .p2 { font-size:20px; margin-top:10px; font-weight:bold; }

.abBox61 .hd ul li.on { opacity:1; }
.abBox61 .hd ul li.on:before { display:block; }
.abBox61 .hd ul li.on:after { display:block; }
 
.abBox61 .bd { margin-top:40px; background:#fff; box-shadow: rgba(0,0,0,0.08) 0px 0px 10px; }
.abBox61 .bd .pic { position:relative; float:right; width:910px; overflow:hidden; }
.abBox61 .bd .txt { float:left; width:calc(100% - 910px); padding:60px 55px 0 55px; color:#000; line-height:1.1; box-sizing: border-box; }
.abBox61 .bd .txt .p1 { font-size:30px; font-weight:bold; }
.abBox61 .bd .txt .p2 { font-size:24px; font-weight:bold; margin-top:15px; }
.abBox61 .bd .txt .p3 { font-size:16px; line-height:35px; margin-top:25px; min-height:210px; }
.abBox61 .bd .txt .p4 a { display:inline-block; width:80px; height:80px; background:url(../images/b02.png) no-repeat center; background-size:cover!important; }
 
 
@media all and (max-width:1580px){
	.abArea06 { padding-top:80px; }
	.abBox61 { margin-top:40px; }
	.abBox61 .hd { width:800px; }
	.abBox61 .hd ul li { padding-bottom:20px; }
	.abBox61 .hd ul li .pic img { height:80px; }
	.abBox61 .hd ul li .txt { margin-top:-65px; }
	.abBox61 .hd ul li .txt .p2 { font-size:18px; margin-top:10px; }
 
	.abBox61 .bd { margin-top:30px; }
	.abBox61 .bd .pic { float:right; width:720px; }
	.abBox61 .bd .txt { float:left; width:calc(100% - 720px); padding:40px 30px 0 30px; }
	.abBox61 .bd .txt .p1 i { font-size:24px; }
	.abBox61 .bd .txt .p2 { font-size:20px; margin-top:15px; }
	.abBox61 .bd .txt .p3 { font-size:14px; line-height:25px; margin-top:25px; min-height:150px; }
	.abBox61 .bd .txt .p4 a { width:50px; height:50px; }
}
@media all and (max-width:1200px){
	.abArea06 { padding-top:40px; }
	.abBox61 { margin-top:30px; }
	.abBox61 .hd { width:100%; }
	.abBox61 .hd ul li { padding-bottom:10px; }
	.abBox61 .hd ul li:after { bottom:-9px; height:15px; width:15px; }
	
	.abBox61 .hd ul li .pic img { height:60px; }
	.abBox61 .hd ul li .txt { margin-top:-65px; }
	.abBox61 .hd ul li .txt .p1 img { height:30px; }
	.abBox61 .hd ul li .txt .p2 { font-size:14px; line-height:20px; margin:5px auto 0; width:56px;  }
	
	.abBox61 .bd { margin-top:30px; }
	.abBox61 .bd .pic { float:none; width:100%; margin-left:0; }
	.abBox61 .bd .txt { float:none; width:100%; padding:25px 4%; }
	.abBox61 .bd .txt .p1 i { font-size:20px; }
	.abBox61 .bd .txt .p2 { font-size:18px; margin-top:15px; }
	.abBox61 .bd .txt .p3 { font-size:14px; line-height:25px; margin-top:15px; min-height:10px; }
	.abBox61 .bd .txt .p4 { margin-top:10px; }
	.abBox61 .bd .txt .p4 a { width:30px; height:30px; background:url(../images/b03.png) no-repeat center; }
}

.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%; font-size:0; 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:1200px){
	.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; }
} 

.jmdh ul { width:800px; background:#fff; margin:0 auto; border-radius:35px; box-shadow: rgba(0,0,0,0.08) 0px 0px 15px; }
.jmdh ul li { float:left; width:20%; text-align:center; }
.jmdh ul li a { display:block; line-height:70px; font-size:18px; color:#000; font-weight:bold; border-radius:35px; }
.jmdh ul li.current a,.jmdh ul li:hover a { background:#ffd200; }

.jmdh01 { position:fixed; top:120px; left:0; right:0; z-index:555; }

@media all and (max-width:1580px){
	.jmdh ul li a { line-height:60px; }
}
@media all and (max-width:1200px){
	.jmdh { display:none; }
}

.jmArea01 { padding-top:100px; }
.jmArea01 .bd { margin-top:40px; }
.jmArea01 .bd .swiper-slide { padding:5px; box-sizing: border-box; }
.jmArea01 .bd .swiper-slide a { text-align:center; padding-top:45px; display:block; background:#fff; border-radius:15px; box-shadow: rgba(0,0,0,0.08) 0px 0px 15px; overflow:hidden; }
.jmArea01 .bd .swiper-slide .p1 img { height:120px; }
.jmArea01 .bd .swiper-slide .p2 { position:relative; margin-top:-90px; z-index:5; }
.jmArea01 .bd .swiper-slide .p3 { margin-top:25px; padding:0 40px; font-size:16px; line-height:30px; min-height:150px; text-align:left; color:#000; }
.jmArea01 .bd .swiper-slide .p4 { font-size:30px; line-height:60px; background:#ffd200; color:#000; font-weight:bold; }

.jmArea01 .bd .btn { margin-top:50px; text-align:center; font-size:0; }
.jmArea01 .bd .btn .btn00 { display:inline-block; width:40px; height:40px; border-radius:100%; cursor:pointer; }
.jmArea01 .bd .btn .prev-jm01 { background:url(../images/c01.png) no-repeat center #ffd200; }
.jmArea01 .bd .btn .next-jm01 { background:url(../images/c02.png) no-repeat center #ffd200; }

.jmArea01 .bd .btn .bBox-page { position:relative; display:inline-block; width:400px; height:4px!important; background:#e5e2d9; margin:18px 30px 0 30px; vertical-align:top; }
.jmArea01 .bd .btn .bBox-page .swiper-pagination-progressbar-fill { background:#ffd200; }

@media all and (max-width:1580px){
	.jmArea01 { padding-top:80px; }
	.jmArea01 .bd { margin-top:40px; }
	.jmArea01 .bd .swiper-slide a { padding-top:35px; }
	.jmArea01 .bd .swiper-slide .p1 img { height:80px; }
	.jmArea01 .bd .swiper-slide .p2 { margin-top:-60px; }
	.jmArea01 .bd .swiper-slide .p2 img { height:50px; width:auto; }
	.jmArea01 .bd .swiper-slide .p3 { margin-top:20px; padding:0 20px; font-size:14px; line-height:25px; min-height:125px; }
	.jmArea01 .bd .swiper-slide .p4 { font-size:24px; line-height:50px; }
	
	.jmArea01 .bd .btn { margin-top:40px; }
}
@media all and (max-width:1200px){
	.jmArea01 { padding-top:0; }
	.jmArea01 .bd { margin-top:30px; }
	.jmArea01 .bd .swiper-slide a { padding-top:25px; }
	.jmArea01 .bd .swiper-slide .p1 img { height:60px; }
	.jmArea01 .bd .swiper-slide .p2 { margin-top:-40px; }
	.jmArea01 .bd .swiper-slide .p2 img { height:40px; width:auto; }
	.jmArea01 .bd .swiper-slide .p3 { margin-top:15px; padding:0 4%; font-size:14px; line-height:25px; min-height:125px; }
	.jmArea01 .bd .swiper-slide .p4 { font-size:18px; line-height:40px; }
	
	.jmArea01 .bd .btn { margin-top:20px; }
	.jmArea01 .bd .btn .btn00 { margin:0 5px; width:35px; height:35px; }
	.jmArea01 .bd .btn .bBox-page { display:none; }
}

.jmArea02 { padding-top:100px; }
.jmArea02 .bd { margin-top:40px; }
.jmArea02 .bd ul li { position:relative; float:left; width:49%; margin-right:2%; padding:15px 20px; background: linear-gradient(#ffe981,#fffffe); font-weight:bold; border-radius:50px; box-sizing: border-box; }
.jmArea02 .bd ul li:nth-child(2n) { margin-right:0; }
.jmArea02 .bd ul li:nth-child(n + 3) { margin-top:40px; }
.jmArea02 .bd ul li .p1 { float:left; width:60px; height:60px; line-height:60px; text-align:center; font-size:30px; background:#000; color:#ffd200; border-radius:100%; }

.jmArea02 .bd ul li .p2 { position:absolute; right:20px; top:50%; transform: translateY(-50%); width:calc(100% - 110px); line-height:30px; font-size:20px; color:#000; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

@media all and (max-width:1580px){
	.jmArea02 { padding-top:80px; }
	.jmArea02 .bd { margin-top:40px; }
	.jmArea02 .bd ul li { padding:15px; }
	.jmArea02 .bd ul li:nth-child(n + 3) { margin-top:30px; }
	.jmArea02 .bd ul li .p1 { float:left; width:40px; height:40px; line-height:40px; font-size:20px; }
	.jmArea02 .bd ul li .p2 {  width:calc(100% - 80px); line-height:25px; font-size:18px; }
}
@media all and (max-width:1200px){
	.jmArea02 { padding-top:40px; }
	.jmArea02 .bd { margin-top:30px; }
	.jmArea02 .bd ul li { float:none; width:100%; margin-right:0; padding:15px 4%; border-radius:10px; }
	.jmArea02 .bd ul li:nth-child(n + 2) { margin-top:20px; }
	.jmArea02 .bd ul li .p1 { float:left; width:30px; height:30px; line-height:30px; font-size:18px; }
	.jmArea02 .bd ul li .p2 { position:relative; top:auto; right:auto; transform: translateY(0); margin-top:2px; float:right; width:calc(100% - 45px); line-height:25px; font-size:16px; -webkit-line-clamp:30; }
}

.jmArea03 { padding-top:100px; }
.jmBox31 { margin-top:40px; text-align:center; }
.jmBox31 .hd { margin-bottom:50px; }
.jmBox31 .hd ul li { position:relative; display:inline-block; padding-bottom:20px; font-size:24px; color:#000; font-weight:bold; margin:0 40px; border-bottom:2px solid transparent; cursor:pointer; }
.jmBox31 .hd ul li:before { position:absolute; bottom:-7px; left:50%; transform: translateX(-50%); display:none; content:""; width:12px; height:12px; background:url(../images/jm02.png) no-repeat center; z-index:2; }

.jmBox31 .hd ul li.on { border-color:#000; }
.jmBox31 .hd ul li.on:before { display:block; }
 
.jmBox31 .bd .bdd { position:relative; padding:0 90px; z-index:2; }
.jmBox31 .bd .bdd:before { position:absolute; left:150px; right:150px; top:68px; height:5px; display:block; content:""; background:#fff; z-index:-1; }
.jmBox31 .bd .bdd .swiper-slide a { color:#000; }
.jmBox31 .bd .bdd .swiper-slide .p1 img { height:138px; border-radius:100%; box-shadow: rgba(0,0,0,0.08) 0px 0px 15px; }
.jmBox31 .bd .bdd .swiper-slide .p2 { font-size:18px; margin-top:15px; font-weight:bold; }
.jmBox31 .bd .bdd .swiper-slide .p3 { font-size:18px; margin-top:10px; }

.jmBox31 .bd .bdd .btn00 { position:absolute; top:40px; width:70px; height:70px; border-radius:100%; z-index:2; cursor:pointer; }
.jmBox31 .bd .bdd .btn01 { background:url(../images/c03.png) no-repeat center #000; left:0; }
.jmBox31 .bd .bdd .btn02 { background:url(../images/c04.png) no-repeat center #000; right:0; }

@media all and (max-width:1580px){
	.jmArea03 { padding-top:80px; }
	.jmBox31 { margin-top:40px; }
	.jmBox31 .hd { margin-bottom:40px; }
	.jmBox31 .hd ul li { padding-bottom:15px; font-size:20px; margin:0 30px; }
 
	.jmBox31 .bd .bdd { padding:0 70px; }
	.jmBox31 .bd .bdd .swiper-slide .p1 img { height:120px; }
	.jmBox31 .bd .bdd .swiper-slide .p2 { font-size:18px; margin-top:15px; }
	.jmBox31 .bd .bdd .swiper-slide .p3 { font-size:18px; margin-top:10px; }
	
	.jmBox31 .bd .bdd .btn00 { top:40px; width:50px; height:50px; }
}
@media all and (max-width:1200px){
	.jmArea03 { padding-top:40px; }
	.jmBox31 { margin-top:30px; }
	.jmBox31 .hd { margin-bottom:30px; }
	.jmBox31 .hd ul li { padding-bottom:10px; font-size:18px; margin:0 10px; }
 
	.jmBox31 .bd .bdd { padding:0; }
	.jmBox31 .bd .bdd:before { display:none; }
	.jmBox31 .bd .bdd .swiper-slide .p1 img { height:60px; }
	.jmBox31 .bd .bdd .swiper-slide .p2 { font-size:16px; margin-top:10px; }
	.jmBox31 .bd .bdd .swiper-slide .p3 { font-size:14px; margin-top:10px; }
	
	.jmBox31 .bd .bdd .btn { margin-top:25px; text-align:center; }
	.jmBox31 .bd .bdd .btn00 { position:relative; display:inline-block; top:auto; width:35px; height:35px; margin:0 10px; }
}

.jmArea04 { padding-top:100px; }
.jmArea04 .bd { position:relative; margin-top:40px; }
.jmArea04 .bd .bd01 { position:absolute; left:0; right:0; top:50%; transform: translateY(-50%); padding:60px 0 60px 90px; line-height:1.1; background:#ffd200; color:#000; border-radius:25px; z-index:1; }
.jmArea04 .bd .bd01 .txt { width:425px; }
.jmArea04 .bd .bd01 .txt .p1 { font-size:60px; font-weight:bold; }
.jmArea04 .bd .bd01 .txt .p2 { font-size:36px; font-weight:bold; margin-top:5px; }
.jmArea04 .bd .bd01 .txt .p2 i { font-size:100px; display:inline-block; line-height:1; }
.jmArea04 .bd .bd01 .txt .p3 { font-size:36px; font-weight:bold; margin-top:5px; }
.jmArea04 .bd .bd01 .txt .p4 { font-size:16px; line-height:25px; margin-top:15px; }

.jmArea04 .bd .bd02 { position:relative; float:right; width:800px; margin-right:100px; background:#fff; padding:60px; box-sizing: border-box; border-radius:20px; box-shadow: rgba(0,0,0,0.08) 0px 0px 15px; z-index:5; }
.jmArea04 .bd .bd02 ul li:nth-child(n + 2) { margin-top:5px; }
.jmArea04 .bd .bd02 ul li .txt01 { position:relative; float:left; width:50%; height:80px; background:#ffd200; line-height:1.1; text-align:center; }
.jmArea04 .bd .bd02 ul li .txt01 p { position:absolute; left:0; right:0; top:50%; transform: translateY(-50%); font-size:30px; color:#000; font-weight:bold; z-index:2; }
.jmArea04 .bd .bd02 ul li .txt01 p span { display:block; font-size:14px; font-weight:normal; margin-top:5px; }
.jmArea04 .bd .bd02 ul li .txt02 { float:left; width:50%; font-size:30px; color:#000; line-height:80px; background:#f5f5f5; text-align:center; }

@media all and (max-width:1580px){
	.jmArea04 { padding-top:80px; }
	.jmArea04 .bd { margin-top:40px; }
	.jmArea04 .bd .bd01 { padding:30px 0 30px 50px; }
	.jmArea04 .bd .bd01 .txt { width:calc(40% - 50px); }
	.jmArea04 .bd .bd01 .txt .p1 { font-size:40px; }
	.jmArea04 .bd .bd01 .txt .p2 { font-size:28px; margin-top:5px; }
	.jmArea04 .bd .bd01 .txt .p2 i { font-size:60px; }
	.jmArea04 .bd .bd01 .txt .p3 { font-size:28px; margin-top:5px; }
	.jmArea04 .bd .bd01 .txt .p4 { font-size:16px; line-height:25px; margin-top:15px; }

	.jmArea04 .bd .bd02 { float:right; width:50%; margin-right:3%; padding:30px; }
	.jmArea04 .bd .bd02 ul li:nth-child(n + 2) { margin-top:5px; }
	.jmArea04 .bd .bd02 ul li .txt01 { height:60px; }
	.jmArea04 .bd .bd02 ul li .txt01 p { font-size:24px; }
	.jmArea04 .bd .bd02 ul li .txt01 p span { font-size:14px;  }
	.jmArea04 .bd .bd02 ul li .txt02 { font-size:24px; line-height:60px; }
}
@media all and (max-width:1200px){
	.jmArea04 { padding-top:40px; }
	.jmArea04 .bd { margin-top:30px; }
	.jmArea04 .bd .bd01 { position:relative; left:auto; right:auto; top:auto; transform: translateY(0); padding:25px 0; }
	.jmArea04 .bd .bd01 .txt { width:92%; margin:0 auto; }
	.jmArea04 .bd .bd01 .txt .p1 { font-size:18px; }
	.jmArea04 .bd .bd01 .txt .p2 { font-size:20px; margin-top:5px; }
	.jmArea04 .bd .bd01 .txt .p2 i { font-size:30px; }
	.jmArea04 .bd .bd01 .txt .p3 { font-size:20px; margin-top:5px; }
	.jmArea04 .bd .bd01 .txt .p4 { font-size:14px; line-height:25px; margin-top:15px; }

	.jmArea04 .bd .bd02 { float:none; width:100%; margin-right:0; padding:25px 4%; margin-top:25px; }
	.jmArea04 .bd .bd02 ul li:nth-child(n + 2) { margin-top:5px; }
	.jmArea04 .bd .bd02 ul li .txt01 { height:50px; }
	.jmArea04 .bd .bd02 ul li .txt01 p { font-size:16px; }
	.jmArea04 .bd .bd02 ul li .txt01 p span { font-size:12px;  }
	.jmArea04 .bd .bd02 ul li .txt02 { font-size:16px; line-height:50px; }
}

.jmArea05 { margin-top:100px; }
.jmArea05 .wrap { padding:100px 80px; background:#fff;  box-sizing: border-box; border-radius:20px; box-shadow: rgba(0,0,0,0.08) 0px 0px 30px; }
.jmArea05 .bd { margin-top:40px; }
.jmArea05 .bd ul li:nth-child(2) { margin-top:30px; }
.jmArea05 .bd ul li:nth-child(3) { margin-top:40px; text-align:center; }
.jmArea05 .bd ul li .text { float:left; width:32%; margin-right:2%; line-height:90px; background:#e3dfce; padding-left:40px; font-size:24px; color:#000; font-weight:bold; box-sizing: border-box; border-radius:50px; }
.jmArea05 .bd ul li .text:last-child { margin-right:0; }

.jmArea05 .bd ul li .btn {  position:relative; display:inline-block; }
.jmArea05 .bd ul li .btn01 { display:inline-block; padding:0 100px; line-height:90px; font-size:24px; color:#000; background:url(../images/jm04.png) no-repeat 460px center #ffd200; font-weight:bold; border-radius:50px; cursor:pointer; }
.jmArea05 .bd ul li .btn:before { position:absolute; top:-20px; left:-20px; display:block; content:""; width:90px; height:130px; background-size:contain!important; background:url(../images/jm03.png) no-repeat center; z-index:2; }

.jmArea05 .bd ul li .text::-webkit-input-placeholder { color:#000; opacity: 1; }
.jmArea05 .bd ul li .text::-moz-placeholder { color:#000; opacity: 1; }
.jmArea05 .bd ul li .text::-ms-input-placeholder { color:#000; opacity: 1; } 
.jmArea05 .bd ul li .text::placeholder { color:#000; opacity: 1; }

@media all and (max-width:1580px){
	.jmArea05 { margin-top:80px; }
	.jmArea05 .wrap { padding:80px 50px; }
	.jmArea05 .bd { margin-top:40px; }
	.jmArea05 .bd ul li:nth-child(2) { margin-top:20px; }
	.jmArea05 .bd ul li:nth-child(3) { margin-top:30px; }
	.jmArea05 .bd ul li .text { float:left; width:32%; margin-right:2%; line-height:70px; padding-left:30px; font-size:18px; }
	.jmArea05 .bd ul li .text:last-child { margin-right:0; }
 
	.jmArea05 .bd ul li .btn01 { padding:0 80px; line-height:70px; font-size:18px; background:url(../images/jm04.png) no-repeat 350px center #ffd200; background-size:35px 35px; }
	.jmArea05 .bd ul li .btn:before { position:absolute; top:-10px; left:-10px; width:60px; height:87px; }
}
@media all and (max-width:1200px){
	.jmArea05 { margin-top:40px; }
	.jmArea05 .wrap { padding:30px 4%; }
	.jmArea05 .bd { margin-top:30px; }
	.jmArea05 .bd ul li:nth-child(2) { margin-top:10px; }
	.jmArea05 .bd ul li:nth-child(3) { margin-top:20px; }
	.jmArea05 .bd ul li .text { float:none; width:100%; margin-right:0; line-height:40px; padding-left:20px; font-size:14px; }
	.jmArea05 .bd ul li .text:nth-child(n + 2) { margin-top:10px; }
 
	.jmArea05 .bd ul li .btn01 { padding:0 45px 0 35px; line-height:50px; font-size:14px; background:url(../images/jm04.png) no-repeat 240px center #ffd200; background-size:25px 25px; }
	.jmArea05 .bd ul li .btn:before { position:absolute; top:-10px; left:-10px; width:40px; height:58px; }
}

.jmArea06 { padding-top:100px; }
.jmBox06 { position:relative; margin-top:40px; }
.jmBox06 ul li:nth-child(n + 2) { margin-top:30px; }
.jmBox06 ul li .p1 { position:relative; padding:30px 100px 30px 50px; line-height:40px; font-size:32px; font-weight:bold; color:#000; background:#fff0aa;  border-radius:100px; cursor:pointer; }
.jmBox06 ul li .p1:before { position:absolute; width:40px; height:40px; background:url(../images/jm05.png) no-repeat center; display:block; content:""; right:40px; top:50%; transform: translateY(-50%); background-size:contain!important; z-index:2; }
.jmBox06 ul li .p2 { padding:30px 50px 0 50px; line-height:50px; font-size:32px; color:#000; display:none; }

.jmBox06 ul li.on .p1 { background:#ffd200; }
.jmBox06 ul li.on .p1:before { background:url(../images/jm06.png) no-repeat center; }

@media all and (max-width:1580px){
	.jmArea06 { padding-top:80px; }
	.jmBox06 { margin-top:40px; }
	.jmBox06 ul li:nth-child(n + 2) { margin-top:20px; }
	.jmBox06 ul li .p1 { padding:20px 80px 20px 30px; line-height:35px; font-size:24px; }
	.jmBox06 ul li .p1:before { width:30px; height:30px; right:30px; }
	.jmBox06 ul li .p2 { padding:20px 30px 0 30px; line-height:35px; font-size:24px; }
}
@media all and (max-width:1200px){
	.jmArea06 { padding-top:40px; }
	.jmBox06 { margin-top:30px; }
	.jmBox06 ul li:nth-child(n + 2) { margin-top:15px; }
	.jmBox06 ul li .p1 { padding:15px 60px 15px 15px; line-height:25px; font-size:14px; }
	.jmBox06 ul li .p1:before { width:20px; height:20px; right:20px; }
	.jmBox06 ul li .p2 { padding:15px 15px 0 15px; line-height:25px; font-size:14px; }
}

.jmArea07 { padding-top:100px; }
.jmBox07 { position:relative; margin-top:40px; }

@media all and (max-width:1580px){
    .jmArea07 { padding-top:80px; }
	.jmBox07 { margin-top:40px; }
}
@media all and (max-width:1200px){
	.jmArea07 { padding-top:40px; }
	.jmBox07 { margin-top:30px; }
}

.conArea01 .bd { margin-top:40px; }
.conArea01 .bd ul { margin:0 auto; width:1140px; }
.conArea01 .bd ul li { float:left; width:30%; margin-right:5%; padding-top:40px; min-height:300px; background:url(../images/ab01.png) no-repeat center #fff; border-radius:20px; text-align:center; box-sizing: border-box; box-shadow: rgba(0,0,0,0.08) 0px 0px 30px; color:#333; }
.conArea01 .bd ul li:last-child { margin-right:0; }
.conArea01 .bd ul li .p1 img { height:100px; }
.conArea01 .bd ul li .p2 { font-size:30px; margin-top:25px; font-weight:bold; line-height:1.1;  }
.conArea01 .bd ul li .p3 { font-size:20px; margin-top:10px; color:#666; font-weight:bold; }

.conArea02 { margin-top:50px; border:1px solid #ddd; }
.conArea02 .my-map { width:100%; }
.conArea02 #dituContent { width:calc(100% - 2px); }

@media all and (max-width:1580px){
	.conArea01 .bd ul { width:1000px; }
	.conArea01 .bd ul li { float:left; width:31%; margin-right:3.5%; padding-top:30px; min-height:250px;  background-size:180px 49px; }
	.conArea01 .bd ul li:last-child { margin-right:0; }
	.conArea01 .bd ul li .p1 img { height:80px; }
	.conArea01 .bd ul li .p2 { font-size:24px; margin-top:20px; }
	.conArea01 .bd ul li .p3 { font-size:18px; margin-top:10px; }

	.conArea02 { margin-top:40px; }
}
@media all and (max-width:1200px){
	.conArea01 .bd { margin-top:30px; }
	.conArea01 .bd ul { width:100%; }
	.conArea01 .bd ul li { float:none; width:100%; margin-right:0; padding:25px 0; min-height:10px; }
	.conArea01 .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.conArea01 .bd ul li .p1 img { height:40px; }
	.conArea01 .bd ul li .p2 { font-size:20px; margin-top:15px; }
	.conArea01 .bd ul li .p3 { font-size:14px; margin-top:10px; }

	.conArea02 { margin-top:30px; }
	
}

.cpArea01 { padding-top:50px; }
.cpArea01 .bd { position:relative; border-radius:25px; overflow:hidden; margin-top:40px; }
.swiper-pagination-cp01 { position:absolute; left:0; right:0; bottom:30px; text-align:center; font-size:0; z-index:2; }
.swiper-pagination-cp01 .swiper-pagination-bullet { width:12px; height:12px; margin:0 6px; background:rgba(255,255,255,0.6); opacity:1; }
.swiper-pagination-cp01 .swiper-pagination-bullet-active { background:#fff; }

.cpArea01 .bd .btn01 { position:absolute; top:50%; transform: translateY(-50%); width:60px; height:60px; border-radius:100%; z-index:2; cursor:pointer; }
.cpArea01 .bd .prev-cp01 { background:url(../images/c01.png) no-repeat center #fff; left:30px; }
.cpArea01 .bd .next-cp01 { background:url(../images/c02.png) no-repeat center #fff; right:30px; }

@media all and (max-width:1580px){
	.cpArea01 { padding-top:30px; }
	
	.cpArea01 .bd .btn01 { width:50px; height:50px; }
}
@media all and (max-width:1200px){
	.cpArea01 { padding-top:0; }
	.cpArea01 .bd { margin-top:30px; }
	.swiper-pagination-cp01 { bottom:15px; }
	.swiper-pagination-cp01 .swiper-pagination-bullet { width:8px; height:8px; margin:0 5px; }
 
	.cpArea01 .bd .btn01 { width:35px; height:35px; }
	.cpArea01 .bd .prev-cp01 { left:10px; }
	.cpArea01 .bd .next-cp01 { right:10px; }
}

.cpArea02 { padding-top:100px; }
.cpArea02 .hd { margin-top:40px; font-size:0; text-align:center; }
.cpArea02 .hd ul li { display:inline-block; width:160px; margin:0 15px; border-radius:30px; background:#fff; box-shadow: rgba(0,0,0,0.08) 0px 0px 30px; }
.cpArea02 .hd ul li a { display:block; line-height:50px; font-size:18px; color:#000; font-weight:bold; }

.cpArea02 .hd ul li.current,.cpArea02 .hd ul li:hover { background:#ffd200; }

.cpArea02 .bd { margin-top:60px; padding-bottom:40px; }
.cpArea02 .bd ul li { position:relative; float:left; width:23%; margin-right:2.66%; border-radius:15px; background:#fff; box-shadow: rgba(0,0,0,0.08) 0px 0px 30px; overflow:hidden; }
.cpArea02 .bd ul li a { position:relative; display:block; }
.cpArea02 .bd ul li a:before { position:absolute; left:0; right:0; bottom:0; border-radius:15px 15px 0 0; top:100%; background:rgba(0,0,0,0.3); transition: all 0.6s; display:block; content:""; z-index:2; }
.cpArea02 .bd ul li:nth-child(4n) { margin-right:0; }
.cpArea02 .bd ul li:nth-child(n + 5) { margin-top:40px; }
.cpArea02 .bd ul li .pic { position:relative; }
.cpArea02 .bd ul li .txt { font-size:24px; margin:0 30px; border-top:1px solid #dcdcdc; text-align:center; color:#000; line-height:75px; height:75px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.cpArea02 .bd ul li .txt01 { position:absolute; left:0; bottom:-300px; right:0; background:#ffd200; padding:25px 30px; color:#000; transition: all 0.6s; z-index:9; }
.cpArea02 .bd ul li .txt01 .p1 { font-size:24px; font-weight:bold; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.cpArea02 .bd ul li .txt01 .p2 { font-size:16px; line-height:25px; margin-top:5px;  overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }

.cpArea02 .bd ul li:hover a:before { top:0; }
.cpArea02 .bd ul li:hover .txt01 { bottom:0; }

@media all and (max-width:1580px){
	.cpArea02 { padding-top:80px; }
	.cpArea02 .hd { margin-top:40px; }
	.cpArea02 .hd ul li { width:130px; margin:0 15px; }
	.cpArea02 .hd ul li a { line-height:45px; font-size:18px; }
 
	.cpArea02 .bd { margin-top:40px; padding-bottom:40px; }
	.cpArea02 .bd ul li { width:23.5%; margin-right:2%; }
	.cpArea02 .bd ul li:nth-child(4n) { margin-right:0; }
	.cpArea02 .bd ul li:nth-child(n + 5) { margin-top:30px; }
 
	.cpArea02 .bd ul li .txt { font-size:18px; margin:0 20px; line-height:60px; height:60px; }
	
	.cpArea02 .bd ul li .txt01 { padding:25px 20px; }
	.cpArea02 .bd ul li .txt01 .p1 { font-size:18px; }
	.cpArea02 .bd ul li .txt01 .p2 { font-size:14px; line-height:25px; margin-top:5px;  -webkit-line-clamp:3; }
}
@media all and (max-width:1200px){
	.cpArea02 { padding-top:40px; }
	.cpArea02 .hd { margin-top:30px; }
	.cpArea02 .hd ul li { width:32%; margin:0 2% 0 0; }
	.cpArea02 .hd ul li:nth-child(3n) { margin-right:0; }
	.cpArea02 .hd ul li:nth-child(n + 4) { margin-top:15px; }
	.cpArea02 .hd ul li a { line-height:40px; font-size:16px; }
 
	.cpArea02 .bd { margin-top:30px; padding-bottom:20px; }
	.cpArea02 .bd ul li { width:49%; margin-right:2%; }
	.cpArea02 .bd ul li:nth-child(4n) { margin-right:2%; }
	.cpArea02 .bd ul li:nth-child(2n) { margin-right:0; }
	.cpArea02 .bd ul li:nth-child(n + 3) { margin-top:15px; }
 
	.cpArea02 .bd ul li .txt { font-size:16px; margin:0 15px; line-height:40px; height:40px; }
	
	.cpArea02 .bd ul li .txt01 { padding:20px 15px; }
	.cpArea02 .bd ul li .txt01 .p1 { font-size:16px; }
	.cpArea02 .bd ul li .txt01 .p2 { font-size:14px; line-height:25px; margin-top:5px;  -webkit-line-clamp:2; }
}


@media all and (max-width:1580px){
	
}
@media all and (max-width:1200px){
	
}

.picnews img {
    max-width: 100%;
}

/* 列表页分页 */
.pagination{
	padding-top: 20px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 0;
    font-size: 0;
}
.pagination li{
	display: inline-block;
    margin: 0 5px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    background: #f0f0f0;
    color: #000;
    vertical-align: top;
    font-size: 14px;
    border-radius: 100%;
}
.pagination>li:last-child{
    background:url(../images/page02.png) no-repeat center #121212; 
}
.pagination>li:first-child{
	background:url(../images/page01.png) no-repeat center #121212; 
}

.pagination li:hover, .pagination .active {
    background: #ffd200;
    color: #000;
}
.pagination a{
    margin: 0 5px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    color: #000;
    vertical-align: top;
    font-size: 14px;
    border-radius: 100%;
}