@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%); color:#fff; z-index:5; }
.banner-ny .txt .p1 { font-size:48px; font-weight:bold; }
.banner-ny .txt .p2 { font-size:24px; margin-top:20px; color:rgba(255,255,255,0.8); }
.banner-ny .txt .p3_sp { margin-top:50px; padding-left:10px; cursor:pointer; }
.banner-ny .txt .p3_sp .p31 { float:left; position:relative; width:40px; height:40px; background:url(c03.png) no-repeat center #f7931d; border-radius:100%; cursor:pointer;  }
.banner-ny .txt .p3_sp .p31:before { position: absolute; left:50%; top:50%; content:""; width:55px; height:55px; transform: translate(-50%,-50%); border-radius:100%; border:1px dashed #f7931d; animation: circle_around 5s infinite linear; }
.banner-ny .txt .p3_sp .p32 { float:left; margin-left:20px; font-size:16px; color:#fff; line-height:40px; }
 
@media all and (max-width:1780px){
	.banner-ny .txt .p1 { font-size:30px; }
	.banner-ny .txt .p2 { font-size:16px; margin-top:20px; }
	
	.banner-ny .txt .p3_sp { margin-top:30px; }
	.banner-ny .txt .p3_sp .p31 { width:35px; height:35px; }
	.banner-ny .txt .p3_sp .p31:before { width:40px; height:40px; }
	.banner-ny .txt .p3_sp .p32 { margin-left:20px; font-size:14px; line-height:35px; }
}
@media all and (max-width:1280px){
	.banner-ny .txt .p1 { font-size:24px; }
	.banner-ny .txt .p2 { font-size:16px; margin-top:15px; }
}
@media all and (max-width:750px){
	.banner-ny .img01 { display:none; }
	.banner-ny video { 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; padding:0; background:url(bg02.jpg) repeat-y center top; }
.wrap {  margin:0 auto; }
 
.leftTitle { display:none; }

.menu { position:relative; text-align:center; border-bottom:1px solid #e5e5e5; }
.menu ul li { position:relative; display:inline-block; margin:0 50px; }
.menu ul li a { position:relative; display:inline-block; padding:0 0 0 30px; font-size:20px; color:#777; height:100px; line-height:100px; }
.menu ul li a:before { position:absolute; display:none; content:""; left:30px; bottom:-1px; right:0; height:2px; background:#39286e; z-index:5; }
.menu ul li a.current,.menu ul li:hover a { color:#39286e; background:url(menu.png) no-repeat center left; }
.menu ul li a.current:before,.menu ul li:hover a:before { display:block; }
 

@media all and (max-width:1780px){
	.menu ul li { margin:0 25px; }
	.menu ul li a { font-size:16px; height:70px; line-height:70px; }
}
@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:32px; }
.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:1780px){
	.article .hd h1 { font-size:24px; }
}
@media all and (max-width:1280px){
	.article { font-size:14px; }
	.article .hd h1 { font-size:20px; }
	.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(u-home.png) no-repeat center left; }

@media all and (max-width:1780px){
	.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:10px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:16px; 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:750px){
	.list li { font-size:14px; }
}

/* 图文新闻 */
.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; }
 
@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: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: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(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(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; }

}


.piList01 .pic-item-list { padding-bottom:10px; }
.piList01 .pic-item-list .pic-item { float:left; width:23.5%; margin:0 2% 30px 0; }
.piList01 .pic-item-list .pic-item:nth-child(4n) { margin-right:0; }
.piList01 .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList01 .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList01 .pic-item-list .pic-item dl { padding:5px; margin-top:10px; }
.piList01 .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; }
 
.piList01 .pic-item-list .pic-item:hover .list-pic img { transform: scale(1.1)!important; }

@media all and (max-width:1780px){
	.piList01 .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 30px 0; }
	.piList01 .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList01 .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
	.piList01 .pic-item-list .pic-item dl dt { height:20px; font-size:16px; line-height:20px; }
}
@media all and (max-width:1100px){
	.piList01 .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 2% 0; }
	.piList01 .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList01 .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
	.piList01 .pic-item-list .pic-item dl dt { font-size:14px; }
}
@media all and (max-width:750px){
	.piList01 .pic-item-list .pic-item { width:49%;  }
	.piList01 .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList01 .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList01 .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList01 .pic-item-list .pic-item dl dt { font-size:14px; }

}
 
/* 分页 */
.page { padding-top:60px; line-height:24px; text-align:center;padding-bottom:0; }
.page a { display:inline-block; margin:0 5px; padding:3px 11px; background:#f6f6f6; color:#333; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#f7931d; color:#fff; }

@media screen and (max-width:1780px){
	.page { padding-top:40px }
}
@media screen and (max-width:1280px){
	.page { padding-top:30px }
}
@media screen and (max-width: 750px){
	.page { padding-top:20px }
	.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; }

.conArea { padding:70px 0 150px; }
@media all and (max-width:1780px){
	.conArea { padding:60px 0; }
}
@media all and (max-width:750px){
	.conArea { padding:40px 0; }
}


.proArea { padding:70px 0 150px; }

.proArea .hd { text-align:center; }
.proArea .hd .p1 { font-size:36px; line-height:40px; font-weight:bold; color:#333; }
.proArea .hd .p2 { margin-top:40px; text-align:left; }
.proArea .hd .p2 a { display:inline-block; margin:0 5px 10px 5px; font-size:16px;text-align:center;width:150px; line-height:40px; color:#999; border:1px solid #f6f6f6; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; border-radius:25px; }
.proArea .hd .p2 a.current,.proArea .hd .p2 a:hover { color:#fff; background:#f7931d; border:1px solid #f7931d; }

/*
.proArea .hd .p1 { float:none; font-size:36px; line-height:40px; font-weight:bold; color:#333; padding-left:25px; background:url(pro03.png) no-repeat center left; }
.proArea .hd .p2 { float:none; padding-top:40px; }
.proArea .hd .p2 a { display:inline-block; margin:0 40px 15px 0; font-size:18px; line-height:25px; color:#333; padding-left:35px; background:url(pro01.png) no-repeat center left; }
.proArea .hd .p2 a:last-child { margin-right:0; }
.proArea .hd .p2 a.current,.proArea .hd .p2 a:hover { color:#f09500; font-weight:bold; background:url(pro02.png) no-repeat center left; }
*/


.proArea .bd { margin-top:100px; }
.proArea .bd ul li { float:left; min-height:500px; background:#fff; border-radius:7px; margin-right:1%; overflow:hidden; }

.proArea .bd ul li:nth-child(4n - 1) { margin-right:0; }
.proArea .bd ul li:nth-child(n + 4) { margin-top:30px; }

.proArea .bd ul li.li01 { position:relative; width:49.5%; }
.proArea .bd ul li.li01 .pic { float:right; padding-top:40px; }
.proArea .bd ul li.li01 .pic img { height:420px; }
.proArea .bd ul li.li01 .txt { position:absolute; left:50px; top:50%; transform: translateY(-50%); z-index:2; }
.proArea .bd ul li.li01 .txt .p1 { font-size:30px; line-height:1.6; font-weight:bold; }
.proArea .bd ul li.li01 .txt .p1 a { color:#333; }
.proArea .bd ul li.li01 .txt .p2 { font-size:30px; line-height:1.6; font-weight:bold; text-transform:uppercase; }
.proArea .bd ul li.li01 .txt .p2 a { color:#333; }
.proArea .bd ul li.li01 .txt .p3 { font-size:18px; line-height:30px; height:60px; margin-top:15px; max-width:360px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.proArea .bd ul li.li01 .txt .p3 a { color:#666; }
.proArea .bd ul li.li01 .txt .p4 { margin-top:40px; }
.proArea .bd ul li.li01 .txt .p4 a { display:inline-block; width:140px; border:1px solid #f09500; border-radius:25px; text-align:center; }
.proArea .bd ul li.li01 .txt .p4 a i { display:inline-block; line-height:45px; padding-left:35px; font-size:16px; color:#f09500; }

.proArea .bd ul li.li01 .txt .p4 a.a1 { margin-right:15px; }
.proArea .bd ul li.li01 .txt .p4 a.a1 i { background:url(p32.png) no-repeat center left; }
.proArea .bd ul li.li01 .txt .p4 a.a2 i { background:url(p12.png) no-repeat center left; }

.proArea .bd ul li.li02 { position:relative; width:24.25%; text-align:center; }
.proArea .bd ul li.li02 .pic { padding-top:20px; min-height:360px; }
.proArea .bd ul li.li02 .pic img { width:auto; height:360px; transition: all 0.6s; }
.proArea .bd ul li.li02 .txt01 { font-size:24px; color:#333; line-height:90px; margin-top:20px; font-weight:bold; border-top:1px solid #f6f6f6; padding:0 5px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.proArea .bd ul li.li02 .txt01 a { display:block; color:#333; }

.proArea .bd ul li.li02 .txt { position:absolute; left:0; right:0; bottom:-300px; padding:40px 0; background:#0062b0; transition: all 0.6s; z-index:2; }
.proArea .bd ul li.li02 .txt .p1 { display:none; }
.proArea .bd ul li.li02 .txt .p2 { font-size:24px; line-height:25px; padding:0 5px; font-weight:bold; color:#fff; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.proArea .bd ul li.li02 .txt .p2 a { color:#fff; }
.proArea .bd ul li.li02 .txt .p3 { font-size:18px; color:rgba(255,255,255,0.8); line-height:1.7; margin-top:15px; padding:0 10%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.proArea .bd ul li.li02 .txt .p3 a { color:rgba(255,255,255,0.8); }
.proArea .bd ul li.li02 .txt .p4 { margin-top:30px; }
.proArea .bd ul li.li02 .txt .p4 a { display:inline-block; width:140px; border:1px solid #fff; border-radius:25px; margin:0 10px; }
.proArea .bd ul li.li02 .txt .p4 a i { display:inline-block; line-height:40px; padding-left:35px; font-size:16px; color:#fff; }

.proArea .bd ul li.li02 .txt .p4 a.a1 i { background:url(p41.png) no-repeat center left; }
.proArea .bd ul li.li02 .txt .p4 a.a2 i { background:url(p51.png) no-repeat center left; }

.proArea .bd ul li:hover { box-shadow: #cfeafa 0px 0px 10px; }
.proArea .bd ul li.li02:hover .txt { bottom:0; }
.proArea .bd ul li.li02:hover .pic img { width:auto; height:190px; }

.proArea_ser { padding:0!important; }
.proArea_ser .bd li.li02 { width:24.25%; margin-right:1%!important; margin-top:0!important; }
.proArea_ser .bd li.li02:nth-child(4n) { margin-right:0!important; }
.proArea_ser .bd li.li02:nth-child(n + 5) { margin-top:30px!important; }


@media all and (max-width:1780px){
	.proArea { padding:60px 0; }
	
	/*
	.proArea .hd .p1 { float:none; font-size:30px; line-height:40px; padding-left:25px;  }
	.proArea .hd .p2 { float:none; }
	.proArea .hd .p2 a { display:inline-block; margin-right:20px; font-size:16px; padding-left:20px; background-size:12px 12px!important; }
	.proArea .hd .p2 a:last-child { margin-right:0; }
	*/
	
	.proArea .hd .p1 { font-size:30px; line-height:40px; }
	.proArea .hd .p2 { margin-top:40px; }
	.proArea .hd .p2 a { margin:0 5px 10px 5px; font-size:14px;  width:130px; line-height:40px;  }
 
	
	.proArea .bd { margin-top:60px; }
	.proArea .bd ul li { float:left; min-height:360px; }

	.proArea .bd ul li:nth-child(4n - 1) { margin-right:0; }
	.proArea .bd ul li:nth-child(n + 4) { margin-top:20px; }
 
	.proArea .bd ul li.li01 .pic { float:right; padding-top:30px; }
	.proArea .bd ul li.li01 .pic img { height:300px; }
	.proArea .bd ul li.li01 .txt { left:30px; }
	.proArea .bd ul li.li01 .txt .p1 { font-size:24px; }
	.proArea .bd ul li.li01 .txt .p2 { font-size:24px; }
	.proArea .bd ul li.li01 .txt .p3 { font-size:14px; line-height:25px; height:50px; margin-top:15px; max-width:300px; }
	.proArea .bd ul li.li01 .txt .p4 { margin-top:20px; }
	.proArea .bd ul li.li01 .txt .p4 a {  width:120px;  }
	.proArea .bd ul li.li01 .txt .p4 a i { line-height:35px; padding-left:25px; font-size:14px; background-size:20px 20px!important; }

	.proArea .bd ul li.li01 .txt .p4 a.a1 { margin-right:10px; }

	.proArea .bd ul li.li02 { position:relative; width:24.25%; text-align:center; }
	.proArea .bd ul li.li02 .pic { padding-top:15px; min-height:260px; }
	.proArea .bd ul li.li02 .pic img { width:auto; height:260px; }
	.proArea .bd ul li.li02 .txt01 { font-size:18px; line-height:60px; margin-top:20px; }
 
	.proArea .bd ul li.li02 .txt { padding:25px 0; }
 
	.proArea .bd ul li.li02 .txt .p2 { font-size:18px; line-height:20px; }
	.proArea .bd ul li.li02 .txt .p3 { font-size:14px; line-height:25px; margin-top:10px; padding:0 5px; }
	.proArea .bd ul li.li02 .txt .p4 { margin-top:20px; }
	.proArea .bd ul li.li02 .txt .p4 a { width:100px; margin:0 5px; }
	.proArea .bd ul li.li02 .txt .p4 a i { line-height:30px; padding-left:0; font-size:14px; }

	.proArea .bd ul li.li02 .txt .p4 a.a1 i { background:none; }
	.proArea .bd ul li.li02 .txt .p4 a.a2 i { background:none; }
 
	.proArea .bd ul li.li02:hover .pic img { width:auto; height:120px; }
}
@media all and (max-width:1280px){
	
	/*
	.proArea .hd .p1 { float:none; font-size:24px; line-height:1.1; padding-left:25px;  }
	.proArea .hd .p2 { float:none; margin-top:0; }
	.proArea .hd .p2 a { display:inline-block; margin-right:15px; font-size:14px; padding-left:20px; }
	.proArea .hd .p2 a:last-child { margin-right:0; }
	*/
	.proArea .bd { margin-top:40px; }
	.proArea .bd ul li { float:left; min-height:360px; margin-right:2%;  }

	.proArea .bd ul li:nth-child(4n - 1) { margin-right:2%; }
	.proArea .bd ul li:nth-child(2n + 1) { margin-right:0; }
	.proArea .bd ul li:nth-child(n + 2) { margin-top:20px; }
	
	.proArea .bd ul li.li01 { width:100%; }
	.proArea .bd ul li.li01 .pic { float:right; padding-top:30px; }
	.proArea .bd ul li.li01 .pic img { height:300px; }
	.proArea .bd ul li.li01 .txt { left:30px; }
	.proArea .bd ul li.li01 .txt .p1 { font-size:24px; }
	.proArea .bd ul li.li01 .txt .p2 { font-size:24px; }
	.proArea .bd ul li.li01 .txt .p3 { font-size:14px; line-height:25px; height:50px; margin-top:15px; max-width:300px; }
	.proArea .bd ul li.li01 .txt .p4 { margin-top:20px; }
	.proArea .bd ul li.li01 .txt .p4 a {  width:120px;  }
	.proArea .bd ul li.li01 .txt .p4 a i { line-height:35px; padding-left:25px; font-size:14px; background-size:20px 20px!important; }

	.proArea .bd ul li.li01 .txt .p4 a.a1 { margin-right:10px; }
	
	.proArea .bd ul li.li02 { position:relative; width:49%; }
	.proArea .bd ul li.li02 .pic { padding-top:15px; min-height:260px; }
	.proArea .bd ul li.li02 .pic img { width:auto; height:260px; }
	.proArea .bd ul li.li02 .txt01 { font-size:18px; line-height:60px; margin-top:20px; }
 
	.proArea .bd ul li.li02 .txt { padding:25px 0; }
 
	.proArea .bd ul li.li02 .txt .p2 { font-size:18px; line-height:20px; }
	.proArea .bd ul li.li02 .txt .p3 { font-size:14px; line-height:25px; margin-top:10px; padding:0 5px; }
	.proArea .bd ul li.li02 .txt .p4 { margin-top:20px; }
	.proArea .bd ul li.li02 .txt .p4 a { width:100px; margin:0 5px; }
	.proArea .bd ul li.li02 .txt .p4 a i { line-height:30px; padding-left:0; font-size:14px; }

	.proArea .bd ul li.li02 .txt .p4 a.a1 i { background:none; }
	.proArea .bd ul li.li02 .txt .p4 a.a2 i { background:none; }
 
	.proArea .bd ul li.li02:hover .pic img { width:auto; height:120px; }
	
	.proArea_ser .bd li.li02 { width:49%; margin-right:2%!important; margin-top:0!important; }
	.proArea_ser .bd li.li02:nth-child(2n) { margin-right:0!important; }
	.proArea_ser .bd li.li02:nth-child(n + 3) { margin-top:20px!important; }
}
@media all and (max-width:750px){
	.proArea { padding:40px 0; }
	
	.proArea .hd .p1 { font-size:24px; line-height:30px; }
	.proArea .hd .p2 { margin-top:30px; font-size:0; }
	.proArea .hd .p2 a { float:left; margin:0 2% 10px 0; font-size:12px; width:49%; line-height:35px;  }
	.proArea .hd .p2 a:nth-child(2n) {  margin-right:0;  }
	/*
	.proArea .hd .p1 {  }
	.proArea .hd .p2 { padding-top:30px; }
	.proArea .hd .p2 a { float:left; width:49%; display:block; margin:0 2% 10px 0; box-sizing: border-box; padding-left:15px; background-size:9px 9px!important; }
	.proArea .hd .p2 a:nth-child(2n) { margin-right:0; }
	*/
	.proArea .bd { margin-top:40px; }
	.proArea .bd ul li { float:left; min-height:50px; box-shadow: #cfeafa 0px 0px 10px; }
 
	.proArea .bd ul li:nth-child(n + 2) { margin-top:2%; }
	
	.proArea .bd ul li.li01 { width:100%; }
	.proArea .bd ul li.li01 .pic { float:right; padding:20px 0; width:45%; text-align:right; }
	.proArea .bd ul li.li01 .pic img { width:100%; height:auto; }
	.proArea .bd ul li.li01 .txt { left:30px; }
	.proArea .bd ul li.li01 .txt .p1 { font-size:16px; }
	.proArea .bd ul li.li01 .txt .p2 { font-size:16px; }
	.proArea .bd ul li.li01 .txt .p3 { font-size:14px; line-height:25px; height:50px; margin-top:15px; max-width:53%; display:none; }
	.proArea .bd ul li.li01 .txt .p4 { margin-top:20px; }
	.proArea .bd ul li.li01 .txt .p4 a { width:80px;  }
	.proArea .bd ul li.li01 .txt .p4 a i { line-height:30px; padding-left:0; font-size:12px; background:none!important; }

	.proArea .bd ul li.li01 .txt .p4 a.a1 { margin-right:10px; }
	.proArea .bd ul li.li01 .txt .p4 a.a2 { display:none;}
	
	.proArea .bd ul li.li02 { position:relative; width:49%; }
	.proArea .bd ul li.li02 .pic { padding-top:20px; min-height:10px; }
	.proArea .bd ul li.li02 .pic img { width:80%; height:auto; }
	.proArea .bd ul li.li02 .txt01 { font-size:16px; line-height:40px; margin-top:20px; }
 
	.proArea .bd ul li.li02:hover .txt { display:none; }
  
	.proArea .bd ul li.li02:hover .pic img { width:80%; height:auto; }
	
	.proArea_ser .bd li.li02 { width:49%; margin-right:2%!important; margin-top:0!important; }
	.proArea_ser .bd li.li02:nth-child(2n) { margin-right:0!important; }
	.proArea_ser .bd li.li02:nth-child(n + 3) { margin-top:2%!important; }
}

.xqArea01 { padding-top:150px; min-height:850px; background:url(xq01.jpg) no-repeat center; background-size:cover; box-sizing: border-box; }
.xqArea01 .wrap { position:relative; }
.xqArea01 .bg01 { position:absolute; right:7%; top:50%; font-size:200px; font-weight:bold; color:rgba(255,255,255,0.2); transform: translateY(-50%); z-index:0; }

.xqBox01 { position:relative; float:left; padding-top:100px; width:750px; line-height:1.1; z-index:2; }
.xqBox01 .p1 { font-size:48px; color:#0062b0; font-weight:bold; text-transform:uppercase; }
.xqBox01 .p2 { font-size:0; color:#333; margin-top:20px; font-weight:bold; border-bottom:3px solid #f09500; }
.xqBox01 .p2 i { position:relative; display:inline-block; font-size:30px; padding-bottom:35px; }
.xqBox01 .p2 i:before { position:absolute; left:0; bottom:-3px; display:block; width:100%; height:3px; background:#f7931d; content:""; z-index:2; }
.xqBox01 .p3 { margin-top:45px; font-size:18px; line-height:32px; max-height:192px; color:#666; overflow-y:auto; }
.xqBox01 .p4 { margin-top:65px; }
.xqBox01 .p4 a { display:inline-block; width:170px; border:1px solid #999; border-radius:25px; text-align:center; }
.xqBox01 .p4 a i { display:inline-block; line-height:45px; padding-left:35px; font-size:16px; color:#999; }

.xqBox01 .p4 a.a1 { margin-right:50px; border-color:#f09500; }
.xqBox01 .p4 a.a1 i { background:url(p12.png) no-repeat center left; color:#f09500;  }
.xqBox01 .p4 a.a2 i { background:url(p21.png) no-repeat center left; }


.xqBox01 .p4 a:hover { border-color:#f09500; }
.xqBox01 .p4 a:hover i { color:#f09500; }


.xqBox01 .p4 a.a1:hover { background:#f09500; }
.xqBox01 .p4 a.a1:hover i { background:url(p61.png) no-repeat center left; color:#fff; }

.xqBox01 .p4 a.a2:hover i { background:url(p22.png) no-repeat center left; }

.xqBox02 { position:relative; float:right; width:800px; z-index:2; }
.xqBox021 { float:left; width:520px; }

.xqBox022 { position:relative; float:right; width:130px; padding:150px 0 120px;  }
.xqBox022 .gallery-thumbs-xq01 { height:280px!important; }
.xqBox022 .swiper-slide a { display:block; width:115px; height:115px; overflow:hidden; border-radius:100%; background:#fff; border:2px solid transparent; box-sizing: border-box; cursor:pointer; }
.xqBox022 .swiper-slide a img { width:110px; height:110px; }
.xqBox022 .swiper-slide-thumb-active a { border-color:#f7931d; }

.xqBox022 .prev-xq01,.xqBox022 .next-xq01 { position:absolute; left:50%; transform: translateX(-50%); width:50px; height:50px; border-radius:100%; background-size:cover!important; cursor:pointer; z-index:2; }
.xqBox022 .prev-xq01 { background:url(xq07.png) no-repeat center; top:30px; }
.xqBox022 .next-xq01 { background:url(xq08.png) no-repeat center; bottom:0; }

.xqBox022 .prev-xq01:hover { background:url(xq09.png) no-repeat center; }
.xqBox022 .next-xq01:hover { background:url(xq10.png) no-repeat center; }

@media all and (max-width:1780px){
	.xqArea01 { padding-top:120px; min-height:700px; }
	.xqArea01 .bg01 { right:130px; font-size:150px;  }

	.xqBox01 { padding-top:100px; width:580px; }
	.xqBox01 .p1 { font-size:30px; }
	.xqBox01 .p2 { font-size:0; margin-top:20px; }
	.xqBox01 .p2 i { font-size:20px; padding-bottom:25px; }
	.xqBox01 .p3 { margin-top:30px; font-size:16px; line-height:30px; max-height:180px; }
	.xqBox01 .p4 { margin-top:45px; }
	.xqBox01 .p4 a { width:140px; }
	.xqBox01 .p4 a i { line-height:45px; padding-left:35px; font-size:16px; }

	.xqBox01 .p4 a.a1 { margin-right:30px; }
 
	.xqBox02 { position:relative; float:right; width:600px; z-index:2; }
	.xqBox021 { float:left; width:450px; }

	.xqBox022 { width:100px; padding:100px 0;  }
	.xqBox022 .gallery-thumbs-xq01 { height:220px!important; }
	.xqBox022 .swiper-slide a { width:95px; height:95px; }
	.xqBox022 .swiper-slide a img { width:90px; height:90px; }
 
	.xqBox022 .prev-xq01,.xqBox022 .next-xq01 { width:50px; height:50px; }
	.xqBox022 .prev-xq01 { top:0; }
	.xqBox022 .next-xq01 { bottom:0; }
}
@media all and (max-width:1280px){
	.xqArea01 { padding-top:120px; min-height:550px; }
	.xqArea01 .bg01 { right:130px; font-size:100px;  }

	.xqBox01 { padding-top:50px; width:calc(100% - 510px); }
	.xqBox01 .p1 { font-size:24px; }
	.xqBox01 .p2 { font-size:0; margin-top:20px; }
	.xqBox01 .p2 i { font-size:18px; padding-bottom:15px; }
	.xqBox01 .p3 { margin-top:20px; font-size:14px; line-height:25px; max-height:150px;  }
	.xqBox01 .p4 { margin-top:30px; }
	.xqBox01 .p4 a { width:120px; }
	.xqBox01 .p4 a i { line-height:40px; padding-left:30px; font-size:14px; background-size:20px 20px!important; }

	.xqBox01 .p4 a.a1 { margin-right:15px; }
 
	.xqBox02 { position:relative; float:right; width:480px; z-index:2; }
	.xqBox021 { float:left; width:350px; }

	.xqBox022 { width:100px; padding:60px 0;  }
	.xqBox022 .gallery-thumbs-xq01 { height:220px!important; }
	.xqBox022 .swiper-slide a { width:95px; height:95px;  }
	.xqBox022 .swiper-slide a img { width:90px; height:90px; }
 
	.xqBox022 .prev-xq01,.xqBox022 .next-xq01 { width:40px; height:40px; }
	.xqBox022 .prev-xq01 { top:0; }
	.xqBox022 .next-xq01 { bottom:0; }
}
@media all and (max-width:900px){
	.xqArea01 { padding:100px 0 60px; min-height:10px; }
	.xqArea01 .bg01 { right:0; font-size:70px; left:0; top:20%; text-align:center; transform: translateY(0); }

	.xqBox01 { float:none; padding-top:30px; width:100%; }
	.xqBox01 .p1 { font-size:20px; }
	.xqBox01 .p2 { font-size:0; margin-top:10px; }
	.xqBox01 .p2 i { font-size:18px; padding-bottom:15px; }
	.xqBox01 .p3 { margin-top:20px; font-size:14px;  }
	.xqBox01 .p4 { margin-top:30px; }
	.xqBox01 .p4 a { width:90px; }
	.xqBox01 .p4 a i { line-height:30px; padding-left:0; font-size:14px; background:none!important; }

	.xqBox01 .p4 a.a1 { margin-right:15px; }
 
	.xqBox02 { float:none; width:100%; z-index:2; }
	.xqBox021 { float:none; width:100%; }
	.xqBox021 .swiper-slide { text-align:center; }
	.xqBox021 .swiper-slide img { width:520px; max-width:100%!important; }

	.xqBox022 { float:none; width:100%; padding:0 40px; margin-top:30px; box-sizing: border-box; }
	.xqBox022 .gallery-thumbs-xq01 { height:95px!important; }
	.xqBox022 .swiper-slide a { width:95px; height:95px;  margin:0 auto; }
	.xqBox022 .swiper-slide a img { width:90px; height:90px; }
 
	.xqBox022 .prev-xq01,.xqBox022 .next-xq01 { width:30px; height:30px; left:auto; top:50%!important; transform: translate(0,-50%); }
	.xqBox022 .prev-xq01 { top:auto; left:0; }
	.xqBox022 .next-xq01 { bottom:auto; right:0; }
	
	.xqBox022 .prev-xq01 { background:url(xq03.png) no-repeat center; }
	.xqBox022 .next-xq01 { background:url(xq04.png) no-repeat center; }

	.xqBox022 .prev-xq01:hover { background:url(xq05.png) no-repeat center; }
	.xqBox022 .next-xq01:hover { background:url(xq06.png) no-repeat center; }
}
@media all and (max-width:750px){
	.xqArea01 { padding:100px 0 40px; }
}


.xqArea02 { position:relative; padding-top:0; }
.xqArea02 .wrap { position:relative; }
.xqArea02 .xq-hd { float:left; width:500px; text-align:left; padding-top:40px; }
.xqArea02 .bd { float:right; width:calc(100% - 500px); }
.xqArea02 .bd .swiper-slide a { position:relative; margin:5px; padding:45px 40px 0 40px; min-height:360px; text-align:center; display:block; background:#fff; border-radius:8px; box-sizing: border-box; overflow:hidden; cursor:pointer; box-shadow: #eee 0px 0px 5px; }
.xqArea02 .bd .swiper-slide a:before { position:absolute; display:block; content:""; left:0; width:100%; bottom:0; height:5px; background:#f7931d; transition: all 0.6s; z-index:2; }
.xqArea02 .bd .swiper-slide .p1 { min-height:120px; }
.xqArea02 .bd .swiper-slide .p1 img { height:90px; }
.xqArea02 .bd .swiper-slide .p2 { font-size:24px; color:#333; font-weight:bold; }
.xqArea02 .bd .swiper-slide .p3 { font-size:16px; color:#666; line-height:30px;height:90px; margin-top:15px; text-align:left; padding-right:10px; overflow-y:auto; }

.xqArea02 .bd .swiper-slide:hover a { /* box-shadow: #f1f1f1 0px 0px 5px;*/ }
.xqArea02 .bd .swiper-slide:hover a:before { width:0; }
.xqArea02 .bd .swiper-slide: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;  }
.xqArea02 .bd .swiper-slide:hover .p2 { color:#0062b0; }

.xqArea02 .bd .swiper-slide .p3::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#f7931d}
.xqArea02 .bd .swiper-slide .p3::-webkit-scrollbar-track{background:#eee}
.xqArea02 .bd .swiper-slide .p3::-webkit-scrollbar-corner{background:transparent}
.xqArea02 .bd .swiper-slide .p3::-webkit-scrollbar{width:7px;height:7px}



.xqArea02 .btn { position:absolute; left:0; bottom:0; width:100%; font-size:0; z-index:5; }

.xqArea02 .prev-xq02 { display:inline-block; width:50px; height:50px; margin-right:20px; border-radius:100%; background:url(e11.png) no-repeat center; cursor:pointer; z-index:1; }
.xqArea02 .prev-xq02:hover { background:url(e21.png) no-repeat center; }

.xqArea02 .next-xq02 { display:inline-block; width:50px; height:50px;  border-radius:100%; background:url(e12.png) no-repeat center; cursor:pointer; z-index:1; }
.xqArea02 .next-xq02:hover { background:url(e22.png) no-repeat center; }



@media all and (max-width:1780px){
	.xqArea02 .xq-hd { float:left; width:300px; padding-top:60px; }
	.xqArea02 .bd { float:right; width:calc(100% - 300px); }
	
	
	.xqArea02 .bd .swiper-slide a { padding:30px 30px 0 30px; min-height:280px; }
	.xqArea02 .bd .swiper-slide .p1 { min-height:80px; }
	.xqArea02 .bd .swiper-slide .p1 img { height:60px; }
	.xqArea02 .bd .swiper-slide .p2 { font-size:20px; }
	.xqArea02 .bd .swiper-slide .p3 { font-size:14px; line-height:25px;height:100px; margin-top:15px; }
}
@media all and (max-width:1280px){
	.xqArea02 .xq-hd { float:left; width:200px; padding-top:60px; }
	.xqArea02 .bd { float:right; width:calc(100% - 200px); }
 
	.xqArea02 .bd .swiper-slide a { padding:25px 25px 0 25px; min-height:280px; }
	.xqArea02 .bd .swiper-slide .p1 { min-height:80px; }
	.xqArea02 .bd .swiper-slide .p1 img { height:60px; }
	.xqArea02 .bd .swiper-slide .p2 { font-size:20px; }
	.xqArea02 .bd .swiper-slide .p3 { font-size:14px; line-height:25px; margin-top:15px; }
}
@media all and (max-width:750px){
	.xqArea02 .xq-hd { float:none; width:100%; padding-top:0; text-align:center; }
	.xqArea02 .bd { float:none; width:100%; margin-top:30px; }
	
	.xqArea02 .bd .swiper-slide a { padding:20px 4% 0 4%; min-height:240px; /*box-shadow: #f1f1f1 0px 0px 5px;*/ }
	.xqArea02 .bd .swiper-slide .p1 { min-height:50px; }
	.xqArea02 .bd .swiper-slide .p1 img { height:40px; }
	.xqArea02 .bd .swiper-slide .p2 { font-size:18px; }
	.xqArea02 .bd .swiper-slide .p3 { font-size:14px; line-height:25px; margin-top:10px;  }
	
	.xqArea02 .btn { position:relative; left:auto; bottom:auto; margin-top:25px; text-align:center; }
	.xqArea02 .prev-xq02 { width:30px; height:30px; background-size:cover!important; }
	.xqArea02 .next-xq02 { width:30px; height:30px; background-size:cover!important; }
	 
}

.xqArea03 { padding-top:75px; overflow:hidden; }
.xqArea03 .bd { margin-top:70px; position:relative; }
.xqArea03 .bd .swiper-container-xq03 { width:1370px; margin:0 auto; }
.xqArea03 .bd .swiper-slide { position:relative; margin-right:60px; }
.xqArea03 .bd .swiper-slide a { position:relative; display:block; cursor:pointer; }
.xqArea03 .bd .swiper-slide .pic { position:relative; border-radius:8px; overflow:hidden; }
.xqArea03 .bd .swiper-slide .pic p { position:absolute; background:rgba(0,48,86,0.4); left:0; right:0; top:0; bottom:0; z-index:2; }

.xqArea03 .bd .swiper-slide .txt { position:absolute; left:45px; right:45px; bottom:55px; color:#fff; z-index:2; display:none; }
.xqArea03 .bd .swiper-slide .txt .p1 { font-size:24px; font-weight:bold; line-height:1.1; }
.xqArea03 .bd .swiper-slide .txt .p2 { font-size:16px; color:rgba(255,255,255,0.8); line-height:20px; margin-top:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.xqArea03 .bd .swiper-slide-active .pic p { background:url(xq02.png) no-repeat center bottom; background-size:cover; }
.xqArea03 .bd .swiper-slide-active .txt { display:block; }

.xqArea03 .bd .prev-xq03,.xqArea03 .bd .next-xq03 { position:absolute; top:50%; transform: translateY(-50%); width:50px; height:50px; background-size:cover!important; z-index:2; cursor:pointer; }
.xqArea03 .bd .prev-xq03 { background:url(xq03.png) no-repeat center; left:70px; }
.xqArea03 .bd .next-xq03 { background:url(xq04.png) no-repeat center; right:70px; }

.xqArea03 .bd .swiper-slide .spArea { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:45px; height:45px; background:url(c03.png) no-repeat center #f7931d; border-radius:100%; cursor:pointer; z-index:2; }
.xqArea03 .bd .swiper-slide .spArea:before { position: absolute; left:50%; top:50%; content:""; width:50px; height:50px; transform: translate(-50%,-50%); border-radius:100%; border:1px dashed #f7931d; animation: circle_around2 5s infinite linear; }

@keyframes circle_around2{
        0%{transform: translate(-50%,-50%) rotate(0)}
        100%{transform: translate(-50%,-50%) rotate(360deg)}
}


@media all and (max-width:1780px){
	.xqArea03 { padding-top:60px; }
	.xqArea03 .bd { margin-top:60px; }
	.xqArea03 .bd .swiper-container-xq03 { width:1000px; margin:0 auto; }
	.xqArea03 .bd .swiper-slide { margin-right:40px; }

	.xqArea03 .bd .swiper-slide .txt { left:40px; right:40px; bottom:40px; }
	.xqArea03 .bd .swiper-slide .txt .p1 { font-size:20px; }
	.xqArea03 .bd .swiper-slide .txt .p2 { font-size:16px; margin-top:15px; }
 
	.xqArea03 .bd .prev-xq03,.xqArea03 .bd .next-xq03 { width:50px; height:50px; }
	.xqArea03 .bd .prev-xq03 { left:35px; }
	.xqArea03 .bd .next-xq03 { right:35px; }
}
@media all and (max-width:1280px){
	.xqArea03 { padding-top:50px; }
	.xqArea03 .bd { margin-top:50px; }
	.xqArea03 .bd .swiper-container-xq03 { width:auto; margin:0 50px; }
	.xqArea03 .bd .swiper-slide { margin-right:30px; }

	.xqArea03 .bd .swiper-slide .txt { left:40px; right:40px; bottom:40px; }
	.xqArea03 .bd .swiper-slide .txt .p1 { font-size:18px; }
	.xqArea03 .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:15px; }
 
	.xqArea03 .bd .prev-xq03,.xqArea03 .bd .next-xq03 { width:40px; height:40px; }
	.xqArea03 .bd .prev-xq03 { left:30px; }
	.xqArea03 .bd .next-xq03 { right:30px; }
}
@media all and (max-width:750px){
	.xqArea03 { padding-top:40px; }
	.xqArea03 .bd { margin-top:30px; }
	.xqArea03 .bd .swiper-container-xq03 { width:100%; margin:0; }
	.xqArea03 .bd .swiper-slide { margin-right:10px; }

	.xqArea03 .bd .swiper-slide .txt { left:4%; right:4%; bottom:15px; }
	.xqArea03 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.xqArea03 .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:10px; }
 
	.xqArea03 .bd .prev-xq03,.xqArea03 .bd .next-xq03 { width:30px; height:30px; display:none; }
	.xqArea03 .bd .prev-xq03 { left:0; }
	.xqArea03 .bd .next-xq03 { right:0; }
	
	.xqArea03 .bd .swiper-slide .spArea { width:35px; height:35px; }
    .xqArea03 .bd .swiper-slide .spArea:before { width:40px; height:40px; }
}


.xqArea04 { padding:100px 0 150px; }
.xqArea04 .pic { float:left; width:770px; }
.xqArea04 .txt { float:right; width:calc(100% - 845px); }
.xqArea04 .txt .xq-hd { text-align:left; }
.xqArea04 .txt form { position:relative; margin-top:45px; }
.xqArea04 .txt form .text { float:left; width:32%; line-height:70px; height:70px; font-size:16px; border:1px solid #f1f1f1; padding:0 10px 0 30px; border-radius:5px; box-sizing: border-box; margin-right:2%; }
.xqArea04 .txt form .text03 { margin-right:0; }
.xqArea04 .txt form .text04 { width:calc(100% - 285px); }
.xqArea04 .txt form .textarea { width:100%; margin:40px 0 30px; height:170px; font-size:16px; border:1px solid #f1f1f1; padding:15px 10px 0 30px; border-radius:5px; box-sizing: border-box; }
.xqArea04 .txt form .img { position:absolute; right:305px; bottom:15px; width:100px; height:40px; z-index:2; }
.xqArea04 .txt form .btn01 { position:absolute; right:0; bottom:0; width:240px; height:70px; line-height:70px; background:#0062b0; font-size:18px; color:#fff; cursor:pointer; z-index:2; border-radius:5px; }

@media all and (max-width:1780px){
	.xqArea04 { padding:80px 0; }
	.xqArea04 .pic { float:left; width:550px; }
	.xqArea04 .txt { float:right; width:calc(100% - 600px); }
	.xqArea04 .txt form {  margin-top:30px; }
	.xqArea04 .txt form .text { float:left; width:32%; line-height:50px; height:50px; font-size:16px; padding:0 10px 0 20px; }
	.xqArea04 .txt form .text04 { width:calc(100% - 180px); }
	.xqArea04 .txt form .textarea { margin:20px 0; height:125px; font-size:16px; padding:10px 10px 0 20px; }
	.xqArea04 .txt form .img { position:absolute; right:190px; bottom:10px; width:80px; height:30px; z-index:2; }
	.xqArea04 .txt form .btn01 { width:150px; height:50px; line-height:50px; font-size:18px; }
}
@media all and (max-width:1280px){
	.xqArea04 { padding:60px 0; }
	.xqArea04 .pic { float:left; width:400px; }
	.xqArea04 .txt { float:right; width:calc(100% - 430px); }
	.xqArea04 .txt form { margin-top:20px; }
	.xqArea04 .txt form .text { float:left; width:32%; line-height:40px; height:40px; font-size:14px; padding:0 10px 0 15px; }
	.xqArea04 .txt form .text04 { width:calc(100% - 140px); }
	.xqArea04 .txt form .textarea { margin:10px 0; height:90px; font-size:14px; padding:10px 10px 0 15px; }
	.xqArea04 .txt form .img { position:absolute; right:150px; bottom:5px; width:70px; height:30px; z-index:2; }
	.xqArea04 .txt form .btn01 { width:120px; height:40px; line-height:40px; font-size:16px; }
}
@media all and (max-width:900px){
	.xqArea04 .pic { float:none; width:100%; }
	.xqArea04 .txt { float:none; width:100%; margin-top:25px; }
	.xqArea04 .txt form { margin-top:20px; }
	.xqArea04 .txt form .text { float:left; width:32%; line-height:40px; height:40px; font-size:14px; padding:0 10px 0 15px; }
	.xqArea04 .txt form .text04 { width:calc(100% - 140px); }
	.xqArea04 .txt form .textarea { margin:10px 0; height:90px; font-size:14px; padding:10px 10px 0 15px; }
	.xqArea04 .txt form .img { position:absolute; right:150px; bottom:5px; width:70px; height:30px; z-index:2; }
	.xqArea04 .txt form .btn01 { width:120px; height:40px; line-height:40px; font-size:16px; }
}
@media all and (max-width:750px){
	.xqArea04 { padding:40px 0; }
	.xqArea04 .txt form { margin-top:20px; }
	.xqArea04 .txt form .text { float:none; width:100%; margin-right:0; margin-bottom:10px; }
	.xqArea04 .txt form .text04 { width:calc(100% - 100px); }
	.xqArea04 .txt form .textarea { margin:0 0 10px 0; height:100px; font-size:14px; padding:10px 10px 0 15px; }
	.xqArea04 .txt form .img { position:absolute; right:0; bottom:50px; width:80px; height:40px; z-index:2; }
	.xqArea04 .txt form .btn01 { position:relative; width:100%; height:40px; line-height:40px; font-size:16px; }
}

.xq-hd { text-align:center; line-height:1.1; }
.xq-hd .p1 { font-size:36px; color:#333; font-weight:bold; }
.xq-hd .p2 { font-size:24px; color:#666; margin-top:25px; }

@media all and (max-width:1780px){
	.xq-hd .p1 { font-size:30px; }
	.xq-hd .p2 { font-size:18px; margin-top:20px; }
}
@media all and (max-width:1280px){
	.xq-hd .p1 { font-size:24px; }
	.xq-hd .p2 { font-size:16px; margin-top:15px; }
}
@media all and (max-width:750px){
	.xq-hd .p1 { font-size:20px; }
	.xq-hd .p2 { font-size:14px; margin-top:10px; }
}

.NewArea { padding:90px 0 150px; }

.new-hd p { float:left; display:inline-block; font-size:36px; line-height:38px; color:#333; font-weight:bold; }
.new-hd a { float:right; width:38px; height:38px; background:url(n01.png) no-repeat center; background-size:cover!important; }
.new-hd a:hover { background:url(n02.png) no-repeat center; }

@media all and (max-width:1780px){
	.NewArea { padding:80px 0 100px; }

	.new-hd p { font-size:30px; line-height:35px; }
	.new-hd a { width:35px; height:35px; }
}
@media all and (max-width:1280px){
	.NewArea { padding:60px 0; }

	.new-hd p { font-size:24px; line-height:30px; }
	.new-hd a { width:30px; height:30px; }
}
@media all and (max-width:750px){
	.NewArea { padding:40px 0; }

	.new-hd p { font-size:20px; line-height:30px; }
	.new-hd a { width:30px; height:30px; }
}

.NewArea01 .bd { position:relative; margin-top:55px; border-radius:0 0 45px 0; overflow:hidden; }
.NewArea01 .bd .swiper-slide a { display:block; background:#fff; }
.NewArea01 .bd .swiper-slide .pic { float:right; width:50%; }
.NewArea01 .bd .swiper-slide .txt { float:left; width:50%; padding:90px 90px 0 75px; box-sizing: border-box; }
.NewArea01 .bd .swiper-slide .txt .p1 { font-size:20px; color:#f7931d; }
.NewArea01 .bd .swiper-slide .txt .p2 { font-size:28px; color:#191c22; line-height:45px; height:90px; margin-top:15px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.NewArea01 .bd .swiper-slide .txt .p3 { margin-top:20px; font-size:16px; line-height:30px; height:60px; color:#666; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.NewArea01 .bd .swiper-slide .txt .p4 { margin-top:80px; text-align:right; font-size:16px; color:#666; }
.NewArea01 .bd .swiper-slide .txt .p4 i { font-size:24px; color:#f7931d; }

.NewArea01 .bd .bBox-page { position:absolute; left:230px!important; bottom:95px!important; top:auto!important; width:420px!important; height:1px!important; background:#f6f6f6; z-index:2; }
.NewArea01 .bd .bBox-page .swiper-pagination-progressbar-fill { background: #f7931d; }

.NewArea01 .bd .btn { position:absolute; bottom:75px; left:75px; font-size:0; z-index:2; }
.NewArea01 .bd .btn .btn01 { width:50px; height:50px; display:inline-block; background-size:cover!important; cursor:pointer; }
.NewArea01 .bd .btn .prev-n01 { background:url(n11.png) no-repeat center; margin-right:20px; }
.NewArea01 .bd .btn .next-n01 { background:url(n12.png) no-repeat center; }

.NewArea01 .bd .btn .prev-n01:hover { background:url(n21.png) no-repeat center; }
.NewArea01 .bd .btn .next-n01:hover { background:url(n22.png) no-repeat center; }

@media all and (max-width:1780px){
	.NewArea01 .bd { margin-top:40px; }
	.NewArea01 .bd .swiper-slide .pic { float:right; width:50%; }
	.NewArea01 .bd .swiper-slide .txt { float:left; width:50%; padding:60px 60px 0 60px; }
	.NewArea01 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.NewArea01 .bd .swiper-slide .txt .p2 { font-size:20px; line-height:30px; height:60px; margin-top:15px;  }
	.NewArea01 .bd .swiper-slide .txt .p3 { margin-top:20px; font-size:16px; line-height:30px; height:60px; }
	.NewArea01 .bd .swiper-slide .txt .p4 { margin-top:50px; font-size:14px; }
	.NewArea01 .bd .swiper-slide .txt .p4 i { font-size:20px; }

	.NewArea01 .bd .bBox-page { left:160px!important; bottom:50px!important; width:300px!important; }
 
	.NewArea01 .bd .btn { position:absolute; bottom:30px; left:60px; font-size:0; z-index:2; }
	.NewArea01 .bd .btn .btn01 { width:40px; height:40px;  }
	.NewArea01 .bd .btn .prev-n01 { margin-right:10px; }
}
@media all and (max-width:1280px){
	.NewArea01 .bd { margin-top:40px; }
	.NewArea01 .bd .swiper-slide .pic { float:right; width:500px; }
	.NewArea01 .bd .swiper-slide .txt { float:left; width:calc(100% - 500px); padding:40px 30px 0 30px; }
	.NewArea01 .bd .swiper-slide .txt .p1 { font-size:14px; }
	.NewArea01 .bd .swiper-slide .txt .p2 { font-size:18px; line-height:25px; height:50px; margin-top:15px;  }
	.NewArea01 .bd .swiper-slide .txt .p3 { margin-top:20px; font-size:14px; line-height:25px; height:50px; }
	.NewArea01 .bd .swiper-slide .txt .p4 { margin-top:30px; font-size:14px; }
	.NewArea01 .bd .swiper-slide .txt .p4 i { font-size:20px; }

	.NewArea01 .bd .bBox-page { left:160px!important; bottom:50px!important; width:calc(50% - 260px)!important; display:none; }
 
	.NewArea01 .bd .btn { position:absolute; bottom:30px; left:30px; font-size:0; z-index:2; }
	.NewArea01 .bd .btn .btn01 { width:40px; height:40px;  }
	.NewArea01 .bd .btn .prev-n01 { margin-right:10px; }
}
@media all and (max-width:900px){
	.NewArea01 .bd { margin-top:40px; }
	.NewArea01 .bd .swiper-slide .pic { float:right; width:400px; }
	.NewArea01 .bd .swiper-slide .txt { float:left; width:calc(100% - 400px); padding:30px 20px 0 20px; }
	.NewArea01 .bd .swiper-slide .txt .p1 { font-size:14px; }
	.NewArea01 .bd .swiper-slide .txt .p2 { font-size:16px; line-height:25px; height:50px; margin-top:10px;  }
	.NewArea01 .bd .swiper-slide .txt .p3 { margin-top:15px; font-size:14px; line-height:25px; height:50px; }
	.NewArea01 .bd .swiper-slide .txt .p4 { margin-top:15px; font-size:14px; }
	.NewArea01 .bd .swiper-slide .txt .p4 i { font-size:20px; }
 
	.NewArea01 .bd .btn { position:absolute; bottom:20px; left:20px; font-size:0; z-index:2; }
	.NewArea01 .bd .btn .btn01 { width:30px; height:30px;  }
	.NewArea01 .bd .btn .prev-n01 { margin-right:10px; }
}
@media all and (max-width:750px){
	.NewArea01 .bd { margin-top:25px; }
	.NewArea01 .bd .swiper-slide .pic { float:none; width:100%; }
	.NewArea01 .bd .swiper-slide .txt { float:none; width:100%; padding:20px 4%; }
 
	.NewArea01 .bd .btn { position:absolute; bottom:20px; left:4%; font-size:0; z-index:2; }
	.NewArea01 .bd .btn .btn01 { width:30px; height:30px;  }
	.NewArea01 .bd .btn .prev-n01 { margin-right:10px; }
}

.NewArea01 .bd01 { position:relative; margin-top:60px; }

.NewArea01 .bd01 .swiper-slide a { position:relative; display:block; background:#fff; box-sizing: border-box; overflow:hidden; }
.NewArea01 .bd01 .swiper-slide a .pic01 { position:relative; overflow:hidden; }
.NewArea01 .bd01 .swiper-slide a .pic01 .pp { width:100%; height:340px; transition: all 0.6s; }
.NewArea01 .bd01 .swiper-slide a .pic01 .pp img { display:none; }
.NewArea01 .bd01 .swiper-slide a .pic01 p { position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0.3); z-index:2; }
.NewArea01 .bd01 .swiper-slide a .txt01 { position:absolute; left:40px; right:40px; bottom:40px; font-size:20px; color:#fff; font-weight:bold; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; z-index:2; }
 
.NewArea01 .bd01 .swiper-slide:hover a .pic01 .pp { transform: scale(1.1)!important; }
 
/*
.NewArea01 .bd01 .swiper-slide a { position:relative; display:block; background:#fff; padding:70px 40px 0 40px; min-height:310px; box-sizing: border-box; overflow:hidden; }

.NewArea01 .bd01 .swiper-slide .txt .p1 { font-size:20px; color:#f7931d; }
.NewArea01 .bd01 .swiper-slide .txt .p2 { font-size:20px; color:#333; line-height:30px; height:60px; margin-top:20px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.NewArea01 .bd01 .swiper-slide .txt .p3 { margin-top:20px; font-size:16px; line-height:20px; height:20px; color:#666; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.NewArea01 .bd01 .swiper-slide .pic { position:absolute; top:500px; left:0; right:0; bottom:0; transition: all 0.6s; background-size:cover!Important; z-index:2; }
.NewArea01 .bd01 .swiper-slide .pic p { position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0.3); z-index:2; }
.NewArea01 .bd01 .swiper-slide .pic .p1 { position:absolute; left:40px; right:40px; bottom:40px; font-size:20px; color:#fff; font-weight:bold; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; z-index:2; }
*/
 
.NewArea01 .bd01 .btn { margin-top:40px; text-align:right; font-size:0; }
.NewArea01 .bd01 .btn .btn01 { width:50px; height:50px; margin-left:25px; display:inline-block; background-size:cover!important; cursor:pointer; }
.NewArea01 .bd01 .btn .prev-n021 { background:url(e11.png) no-repeat center; }
.NewArea01 .bd01 .btn .next-n021 { background:url(e12.png) no-repeat center; }

.NewArea01 .bd01 .btn .prev-n021:hover { background:url(e21.png) no-repeat center; }
.NewArea01 .bd01 .btn .next-n021:hover { background:url(e22.png) no-repeat center; }

.NewArea01 .bd01 .bBox-page01 { position:absolute; left:0!important; bottom:25px!important; top:auto!important; width:calc(100% - 190px)!important; height:5px!important; background:#dbdbdb; z-index:2; }
.NewArea01 .bd01 .bBox-page01 .swiper-pagination-progressbar-fill { background: #f7931d; }



@media all and (min-width:1280px){
	.NewArea01 .bd01 .swiper-slide:hover .pic { top:0; }
}

@media all and (max-width:1780px){
	.NewArea01 .bd01 { margin-top:60px; }
	
	.NewArea01 .bd01 .swiper-slide a .pic01 .pp { height:230px; }
	.NewArea01 .bd01 .swiper-slide a .txt01 { left:30px; right:30px; bottom:30px; font-size:18px; line-height:25px; }
	/*
	.NewArea01 .bd01 .swiper-slide a { padding:40px 30px 0 30px; min-height:230px; }

	.NewArea01 .bd01 .swiper-slide .txt .p1 { font-size:18px; }
	.NewArea01 .bd01 .swiper-slide .txt .p2 { font-size:18px; line-height:25px; height:50px; margin-top:20px; }
	.NewArea01 .bd01 .swiper-slide .txt .p3 { margin-top:20px; font-size:16px; }
	
	.NewArea01 .bd01 .swiper-slide .pic .p1 { left:30px; right:30px; bottom:30px; font-size:18px; line-height:25px;  }
	*/
	.NewArea01 .bd01 .btn { margin-top:40px; }
	.NewArea01 .bd01 .btn .btn01 { width:40px; height:40px; margin-left:20px; }
 
	.NewArea01 .bd01 .bBox-page01 { bottom:25px!important; width:calc(100% - 150px)!important; height:5px!important; }
}
@media all and (max-width:1280px){
	.NewArea01 .bd01 { margin-top:40px; }
	
	.NewArea01 .bd01 .swiper-slide a .pic01 .pp { height:200px; }
	.NewArea01 .bd01 .swiper-slide a .txt01 { left:20px; right:20px; bottom:20px; font-size:16px; line-height:25px; }
	/*
	.NewArea01 .bd01 .swiper-slide a { padding:20px 20px 0 20px; min-height:200px; }

	.NewArea01 .bd01 .swiper-slide .txt .p1 { font-size:16px; }
	.NewArea01 .bd01 .swiper-slide .txt .p2 { font-size:18px; line-height:25px; height:50px; margin-top:15px; }
	.NewArea01 .bd01 .swiper-slide .txt .p3 { margin-top:20px; font-size:16px; }
	
	.NewArea01 .bd01 .swiper-slide:hover .pic { display:none; }
	*/
	.NewArea01 .bd01 .btn { margin-top:20px; }
	.NewArea01 .bd01 .btn .btn01 { width:40px; height:40px; margin-left:20px; }
 
	.NewArea01 .bd01 .bBox-page01 { bottom:20px!important; width:calc(100% - 150px)!important; height:3px!important; }
}
@media all and (max-width:750px){
	.NewArea01 .bd01 { margin-top:20px; }
	
	.NewArea01 .bd01 .swiper-slide a .pic01 .pp { height:auto; }
	.NewArea01 .bd01 .swiper-slide a .pic01 .pp img { display:block; }
	.NewArea01 .bd01 .swiper-slide a .txt01 { left:15px; right:15px; bottom:15px; font-size:14px; line-height:25px; }
	/*
	.NewArea01 .bd01 .swiper-slide a { padding:20px 4%; min-height:10px; }

	.NewArea01 .bd01 .swiper-slide .txt .p1 { font-size:16px; }
	.NewArea01 .bd01 .swiper-slide .txt .p2 { font-size:16px; line-height:25px; height:50px; margin-top:15px; }
	.NewArea01 .bd01 .swiper-slide .txt .p3 { margin-top:15px; font-size:14px; }
	*/
	.NewArea01 .bd01 .btn { margin-top:20px; }
	.NewArea01 .bd01 .btn .btn01 { width:30px; height:30px; margin-left:15px; }
 
	.NewArea01 .bd01 .bBox-page01 { bottom:15px!important; width:calc(100% - 120px)!important; height:3px!important; }
}

.NewArea01 .bd02 { position:relative; margin-top:60px; }
.NewArea01 .bd02 ul li { float:left; width:calc(33.33% - 27px); margin-right:40px; }
.NewArea01 .bd02 ul li:nth-child(3n) { margin-right:0; }
.NewArea01 .bd02 ul li:nth-child(n + 4) { margin-top:40px; }
.NewArea01 .bd02 ul li { position:relative; display:block; background:#fff; box-sizing: border-box; overflow:hidden; }
.NewArea01 .bd02 ul li .pic01 { position:relative; overflow:hidden; }
.NewArea01 .bd02 ul li .pic01 .pp { width:100%; height:340px; transition: all 0.6s; }
.NewArea01 .bd02 ul li .pic01 .pp img { display:none; }
.NewArea01 .bd02 ul li .pic01 p { position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0.3); z-index:2; }
.NewArea01 .bd02 ul li .txt01 { position:absolute; left:40px; right:40px; bottom:40px; font-size:20px; color:#fff; font-weight:bold; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; z-index:2; }

.NewArea01 .bd02 ul li:hover a .pic01 .pp { transform: scale(1.1)!important; }
 
@media all and (max-width:1780px){
	.NewArea01 .bd02 { margin-top:60px; }
	.NewArea01 .bd02 ul li { float:left; width:calc(33.33% - 14px); margin-right:20px; }
	.NewArea01 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(n + 4) { margin-top:20px; }
 
	.NewArea01 .bd02 ul li a .pic01 .pp { height:230px; }
	.NewArea01 .bd02 ul li a .txt01 { left:30px; right:30px; bottom:30px; font-size:18px; line-height:25px; }
 
	 
}
@media all and (max-width:1280px){
	.NewArea01 .bd02 { margin-top:40px; }
	.NewArea01 .bd02 ul li { float:left; width:calc(33.33% - 7px); margin-right:10px; }
	.NewArea01 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(n + 4) { margin-top:10px; }

	
	.NewArea01 .bd02 ul li a .pic01 .pp { height:200px; }
	.NewArea01 .bd02 ul li a .txt01 { left:20px; right:20px; bottom:20px; font-size:16px; line-height:25px; }
 
 
}
@media all and (max-width:750px){
	.NewArea01 .bd02 { margin-top:20px; }
	.NewArea01 .bd02 ul li { float:none; width:100%; margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(2n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(n + 2) { margin-top:10px; }
	
	.NewArea01 .bd02 ul li a .pic01 .pp { height:auto; }
	.NewArea01 .bd02 ul li a .pic01 .pp img { display:block; }
	.NewArea01 .bd02 ul li a .txt01 { left:15px; right:15px; bottom:15px; font-size:14px; line-height:25px; }
  
}

/*
.NewArea01 .bd02 ul li a { position:relative; display:block; background:#fff; padding:70px 40px 0 40px; min-height:310px; box-sizing: border-box; overflow:hidden; }

.NewArea01 .bd02 ul li .txt .p1 { font-size:20px; color:#f7931d; }
.NewArea01 .bd02 ul li .txt .p2 { font-size:20px; color:#333; line-height:30px; height:60px; margin-top:20px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.NewArea01 .bd02 ul li .txt .p3 { margin-top:20px; font-size:16px; line-height:20px; height:20px; color:#666; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.NewArea01 .bd02 ul li .pic { position:absolute; top:500px; left:0; right:0; bottom:0; transition: all 0.6s; background-size:cover!Important; z-index:2; }
.NewArea01 .bd02 ul li .pic p { position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0.3); z-index:2; }
.NewArea01 .bd02 ul li .pic .p1 { position:absolute; left:40px; right:40px; bottom:40px; font-size:20px; color:#fff; font-weight:bold; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; z-index:2; }

@media all and (min-width:1280px){
	.NewArea01 .bd02 ul li:hover .pic { top:0; }
}

@media all and (max-width:1780px){
	.NewArea01 .bd02 { margin-top:60px; }
	.NewArea01 .bd02 ul li { float:left; width:calc(33.33% - 14px); margin-right:20px; }
	.NewArea01 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(n + 4) { margin-top:20px; }
	.NewArea01 .bd02 ul li a { padding:40px 30px 0 30px; min-height:230px; }

	.NewArea01 .bd02 ul li .txt .p1 { font-size:18px; }
	.NewArea01 .bd02 ul li .txt .p2 { font-size:18px; line-height:25px; height:50px; margin-top:20px; }
	.NewArea01 .bd02 ul li .txt .p3 { margin-top:20px; font-size:16px; }
	
	.NewArea01 .bd02 ul li .pic .p1 { left:30px; right:30px; bottom:30px; font-size:18px; line-height:25px;  }
}
@media all and (max-width:1280px){
	.NewArea01 .bd02 { margin-top:40px; }
	.NewArea01 .bd02 ul li { float:left; width:calc(33.33% - 7px); margin-right:10px; }
	.NewArea01 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(n + 4) { margin-top:10px; }
	.NewArea01 .bd02 ul li a { padding:20px 20px 0 20px; min-height:200px; }

	.NewArea01 .bd02 ul li .txt .p1 { font-size:16px; }
	.NewArea01 .bd02 ul li .txt .p2 { font-size:18px; line-height:25px; height:50px; margin-top:15px; }
	.NewArea01 .bd02 ul li .txt .p3 { margin-top:20px; font-size:16px; }
	
	.NewArea01 .bd02 ul li:hover .pic { display:none; }
}
@media all and (max-width:1000px){
	.NewArea01 .bd02 ul li { float:left; width:calc(50% - 5px); margin-right:10px; }
	.NewArea01 .bd02 ul li:nth-child(3n) { margin-right:10px; }
	.NewArea01 .bd02 ul li:nth-child(2n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(n + 3) { margin-top:10px; }
}
@media all and (max-width:750px){
	.NewArea01 .bd02 { margin-top:20px; }
	.NewArea01 .bd02 ul li { float:none; width:100%; margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(2n) { margin-right:0; }
	.NewArea01 .bd02 ul li:nth-child(n + 2) { margin-top:10px; }
	.NewArea01 .bd02 ul li a { padding:20px 4%; min-height:10px; }

	.NewArea01 .bd02 ul li .txt .p1 { font-size:16px; }
	.NewArea01 .bd02 ul li .txt .p2 { font-size:16px; line-height:25px; height:50px; margin-top:15px; }
	.NewArea01 .bd02 ul li .txt .p3 { margin-top:15px; font-size:14px; }
}
*/

.NewArea02 { margin-top:80px; }

.NewBox01 { float:left; width:66%; }
.NewBox01 .bd { margin-top:65px; }
.NewBox01 .bd ul li { float:left; background:#fff; width:48.5%; margin-right:3%; }
.NewBox01 .bd ul li:nth-child(2n) { margin-right:0; }
.NewBox01 .bd ul li:nth-child(n + 3) { margin-top:35px; }
.NewBox01 .bd ul li a { position:relative; display:block; box-sizing: border-box; padding:45px 100px 0 40px; min-height:165px; }
.NewBox01 .bd ul li a .pic { position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden; z-index:1; }
.NewBox01 .bd ul li a .pic .pp { position:absolute; top:0; left:0; right:0; bottom:0; transition: all 0.6s; z-index:1; background-size:cover!important; }
.NewBox01 .bd ul li a .pic .pp:before  { position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0.3); display:block; content:""; z-index:2; }
.NewBox01 .bd ul li a .txt { position:relative; z-index:2; }
.NewBox01 .bd ul li a .p1 { font-size:18px; color:#fff; }
.NewBox01 .bd ul li a .p2 { font-size:20px; color:#fff; line-height:25px; height:50px; margin-top:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.NewBox01 .bd ul li a .p3 { position:absolute; right:40px; top:50%; transform: translateY(-50%); width:41px; height:30px; background:url(n03.png) no-repeat center; z-index:2; }

.NewBox01 .bd ul li:hover a .p2 { color:#fff; font-weight:bold; }
.NewBox01 .bd ul li:hover a .p3 {  background:url(n04.png) no-repeat center; }
.NewBox01 .bd ul li:hover a .pic .pp { transform: scale(1.1)!important; }

 

.NewBox02 { float:right; width:31.5%; }
.NewBox02 .bd { margin-top:65px; background:#fff; min-height:365px; padding:60px 35px 0 35px; box-sizing: border-box; }
.NewBox02 .bd .swiper-container-n04 { height:245px!important; }
.NewBox02 .bd .swiper-slide span { float:right; line-height:25px; font-size:16px; color:#999; }
.NewBox02 .bd .swiper-slide a { float:left; display:block; line-height:25px; height:25px; font-size:18px; color:#333; padding-left:30px; width:calc(100% - 170px); background:url(n06.png) no-repeat center left; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.NewBox02 .bd .swiper-slide:hover a { background:url(n05.png) no-repeat center left; color:#f79623; font-weight:bold; }

@media all and (max-width:1780px){
	.NewArea02 { margin-top:60px; }

	.NewBox01 { float:left; width:66%; }
	.NewBox01 .bd { margin-top:50px; }
	.NewBox01 .bd ul li { float:left; width:49%; margin-right:2%; }
	.NewBox01 .bd ul li:nth-child(2n) { margin-right:0; }
	.NewBox01 .bd ul li:nth-child(n + 3) { margin-top:20px; }
	.NewBox01 .bd ul li a { padding:20px 60px 0 20px; min-height:110px; }
	.NewBox01 .bd ul li a .p1 { font-size:14px; }
	.NewBox01 .bd ul li a .p2 { font-size:16px; line-height:25px; height:50px; margin-top:5px; }
	.NewBox01 .bd ul li a .p3 { position:absolute; right:20px; top:50%; width:30px; height:22px; background-size:cover!important; }
 
	.NewBox02 { float:right; width:31.5%; }
	.NewBox02 .bd { margin-top:50px; min-height:240px; padding:30px 20px 0 20px; }
	.NewBox02 .bd .swiper-container-n04 { height:180px!important; }
	.NewBox02 .bd .swiper-slide span { line-height:20px; font-size:14px; }
	.NewBox02 .bd .swiper-slide a { line-height:20px; height:20px; font-size:16px; padding-left:25px; width:calc(100% - 140px);  }
}
@media all and (max-width:1280px){
	.NewArea02 { margin-top:40px; }
	
	.NewBox01 { float:left; width:57%; }
	.NewBox01 .bd { margin-top:30px; }
	
	.NewBox02 { float:right; width:40%; }
	.NewBox02 .bd { margin-top:30px; }
}
@media all and (max-width:900px){
	.NewArea02 { margin-top:30px; }
	
	.NewBox01 { float:none; width:100%; }
	.NewBox01 .bd { margin-top:20px; }
	
	.NewBox02 { float:none; width:100%; margin-top:30px; }
	.NewBox02 .bd { margin-top:20px; }
}
@media all and (max-width:900px){
	.NewBox01 .bd ul li { float:none; width:100%; margin-right:0; }
	.NewBox01 .bd ul li:nth-child(n + 2) { margin-top:10px; }
	.NewBox01 .bd ul li a { padding:20px 4%; min-height:10px; }
	.NewBox01 .bd ul li a .p1 { font-size:14px; }
	.NewBox01 .bd ul li a .p2 { font-size:16px; line-height:25px; height:auto; margin-top:5px; }
	.NewBox01 .bd ul li a .p3 { display:none; }

	.NewBox02 .bd { min-height:10px; padding:20px 4%; }
	.NewBox02 .bd .swiper-container-n04 { height:180px!important; }
	.NewBox02 .bd .swiper-slide span { line-height:20px; font-size:14px; }
	.NewBox02 .bd .swiper-slide a { line-height:25px; height:25px; font-size:16px; padding-left:20px; width:calc(100% - 140px); background-size:15px 15px!important;  }
}


.NewArea03 .bd { margin-top:65px; }
.NewArea03 .bd ul li { float:left; background:#fff; width:32%; margin-right:2%; box-shadow: #f1f1f1 0px 0px 5px; }
.NewArea03 .bd ul li:nth-child(3n) { margin-right:0; }
.NewArea03 .bd ul li:nth-child(n + 4) { margin-top:35px; }
.NewArea03 .bd ul li a { position:relative; display:block; box-sizing: border-box; padding:45px 100px 0 40px; min-height:165px; }
.NewArea03 .bd ul li a .pic { position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden; z-index:1; }
.NewArea03 .bd ul li a .pic .pp { position:absolute; top:0; left:0; right:0; bottom:0; transition: all 0.6s; z-index:1; background-size:cover!important; }
.NewArea03 .bd ul li a .pic .pp:before  { position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0.3); display:block; content:""; z-index:2; }
.NewArea03 .bd ul li a .txt { position:relative; z-index:2; }
.NewArea03 .bd ul li a .p1 { font-size:18px; color:#fff; }
.NewArea03 .bd ul li a .p2 { font-size:20px; color:#fff; line-height:25px; height:50px; margin-top:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.NewArea03 .bd ul li a .p3 { position:absolute; right:40px; top:50%; transform: translateY(-50%); width:41px; height:30px; background:url(n03.png) no-repeat center; z-index:2; }

.NewArea03 .bd ul li:hover a .p2 { color:#fff; font-weight:bold; }
.NewArea03 .bd ul li:hover a .p3 {  background:url(n04.png) no-repeat center; }
.NewArea03 .bd ul li:hover a .pic .pp { transform: scale(1.1)!important; }
 
 
@media all and (max-width:1780px){ 
	.NewArea03 .bd ul li:nth-child(n + 4) { margin-top:20px; }
	.NewArea03 .bd ul li a { padding:20px 60px 0 20px; min-height:110px; }
	.NewArea03 .bd ul li a .p1 { font-size:14px; }
	.NewArea03 .bd ul li a .p2 { font-size:16px; line-height:25px; height:50px; margin-top:5px; }
	.NewArea03 .bd ul li a .p3 { position:absolute; right:20px; top:50%; width:30px; height:22px; background-size:cover!important; }
}
@media all and (max-width:1280px){
	.NewArea03 .bd { margin-top:30px; }
}
@media all and (max-width:900px){
	.NewArea03 .bd { margin-top:20px; }

}
@media all and (max-width:900px){
	.NewArea03 .bd ul li { float:none; width:100%; margin-right:0; }
	.NewArea03 .bd ul li:nth-child(n + 2) { margin-top:10px; }
	.NewArea03 .bd ul li a { padding:20px 4%; min-height:10px; }
	.NewArea03 .bd ul li a .p1 { font-size:14px; }
	.NewArea03 .bd ul li a .p2 { font-size:16px; line-height:25px; height:auto; margin-top:5px; }
	.NewArea03 .bd ul li a .p3 { display:none; }

}

.mapArea { position:relative; min-height:700px; }
.mapArea .mb { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); z-index:2; }

.mapArea .txt { position:absolute; top:50%; left:50%; width:50%; margin-left:-840px; transform: translateY(-50%); color:#fff; z-index:5; }
.mapArea .txt .p1 { font-size:48px; font-weight:bold; }
.mapArea .txt .p2 { font-size:24px; margin-top:20px; color:rgba(255,255,255,0.8); }

.mapArea .txt01 { position:absolute; top:0; right:50%; margin-right:-840px; bottom:0; background:rgba(255,255,255,0.8); z-index:2; width:585px; padding:70px 45px 0 45px; box-sizing: border-box; }
.mapArea .txt01 .p1 { font-size:30px; color:#333; }
.mapArea .txt01 .p2 { margin-top:45px; }
.mapArea .txt01 .p2 ul li { position:relative; margin-bottom:40px; padding-bottom:30px; }
.mapArea .txt01 .p2 ul li:before { position:absolute; left:75px; right:0; bottom:0; height:1px; background:#dbdbdb; display:blocck; content:""; z-index:2; }
.mapArea .txt01 .p2 ul li:last-child { margin-bottom:0; }
.mapArea .txt01 .p2 ul li a { display:block; padding-left:75px; }
.mapArea .txt01 .p2 ul li .p21 { font-size:16px; color:#666; line-height:1.1; }
.mapArea .txt01 .p2 ul li .p22 { font-size:20px; color:#333; margin-top:10px; }

.mapArea .map { position:relative; z-index:1; }
.mapArea .my-map { width:calc(100% - 2px)!important; height:700px!important; }
.mapArea #dituContent { width:calc(100% - 2px)!important; height:700px!important; }

.mapArea02 { display:none; padding:40px 0; }
.mapArea02 .wrap { padding:25px 4%; background:rgba(255,255,255,0.5); box-sizing: border-box; }
.mapArea02 .p1 { font-size:20px; color:#333; }
.mapArea02 .p2 { margin-top:25px; }
.mapArea02 .p2 ul li { position:relative; margin-bottom:20px; padding-bottom:20px; }
.mapArea02 .p2 ul li:before { position:absolute; left:55px; right:0; bottom:0; height:1px; background:#dbdbdb; display:blocck; content:""; z-index:2; }
.mapArea02 .p2 ul li:last-child { margin-bottom:0; }
.mapArea02 .p2 ul li a { display:block; padding-left:55px; background-size:45px 45px!important; }
.mapArea02 .p2 ul li .p21 { font-size:14px; color:#666; line-height:1.1; }
.mapArea02 .p2 ul li .p22 { font-size:16px; color:#333; margin-top:10px; }

@media all and (max-width:1780px){
	.mapArea { position:relative; min-height:550px; }
	
	.mapArea .txt { margin-left:-600px; }
	.mapArea .txt .p1 { font-size:30px; }
	.mapArea .txt .p2 { font-size:16px; margin-top:20px; }
	
	.mapArea .txt01 { margin-right:-600px; width:500px; padding:50px 30px 0 30px; }
	.mapArea .txt01 .p1 { font-size:24px; }
	.mapArea .txt01 .p2 { margin-top:30px; }
	.mapArea .txt01 .p2 ul li { margin-bottom:20px; padding-bottom:20px; }
	.mapArea .txt01 .p2 ul li:before { left:60px; }
	.mapArea .txt01 .p2 ul li:last-child { margin-bottom:0; }
	.mapArea .txt01 .p2 ul li a { display:block; padding-left:60px; background-size:50px 50px!important; }
	.mapArea .txt01 .p2 ul li .p21 { font-size:14px; }
	.mapArea .txt01 .p2 ul li .p22 { font-size:16px; margin-top:10px; }
	
	.mapArea .my-map { height:550px!important; }
	.mapArea #dituContent { height:550px!important; }
}
@media all and (max-width:1280px){
	.mapArea { position:relative; min-height:500px; }
	
	.mapArea .txt { margin-left:0; left:4%; }
	.mapArea .txt .p1 { font-size:24px; }
	.mapArea .txt .p2 { font-size:16px; margin-top:15px; }
	
	.mapArea .txt01 { margin-right:0; right:4%; width:450px; padding:50px 20px 0 20px; }
	
	.mapArea .my-map { height:500px!important; }
	.mapArea #dituContent { height:500px!important; }
}
@media all and (max-width:1000px){
	.mapArea { position:relative; min-height:400px; }
 
	.mapArea .txt01 { display:none; }
	.mapArea02 { display:block; }
	
	.mapArea .my-map { height:400px!important; }
	.mapArea #dituContent { height:400px!important; }
}
@media all and (max-width:750px){

	.mapArea .txt .p1 { font-size:20px; }
	.mapArea .txt .p2 { font-size:14px; margin-top:10px; }
}

.jobArea { padding:90px 0 150px; }

@media all and (max-width:1780px){
	.jobArea { padding:80px 0 100px; }
}
@media all and (max-width:1280px){
	.jobArea { padding:60px 0; }
}
@media all and (max-width:750px){
	.jobArea { padding:40px 0; }
}

.jobArea01 form { float:right; width:46%; box-shadow: #cae6f9 0px 0px 5px; border-radius:25px; overflow:hidden; }
.jobArea01 form .btn { float:right; width:125px; height:45px; line-height:45px; background:#f7931d; font-size:18px; color:#fff; cursor:pointer; }
.jobArea01 form .txt { float:left; width:calc(100% - 125px); height:45px; line-height:45px; font-size:16px; padding:0 10px 0 45px; background:url(job02.png) no-repeat 20px center; box-sizing: border-box; }
 
@media all and (max-width:1280px){
	.jobArea01 form { width:50%; }
	.jobArea01 form .btn { width:125px; height:45px; line-height:45px; font-size:16px; }
	.jobArea01 form .txt {  width:calc(100% - 125px); height:45px; line-height:45px; font-size:14px; padding:0 10px 0 45px; }
}
@media all and (max-width:750px){
	.jobArea01 form { width:100%; }
	.jobArea01 form .btn { width:100px; height:35px; line-height:35px; font-size:14px; }
	.jobArea01 form .txt {  width:calc(100% - 100px); height:35px; line-height:35px; font-size:14px; padding:0 10px 0 35px;  background:url(job02.png) no-repeat 15px center; }
}

.jobArea02 { margin-top:60px; }
.jobArea02 ul li { float:left; width:32%; margin-right:2%; background:#fff; border-radius:5px; box-shadow: #f5f5f5 0px 0px 5px; overflow:hidden; }
.jobArea02 ul li:nth-child(3n) { margin-right:0; }
.jobArea02 ul li:nth-child(n + 4) { margin-top:2%; }
.jobArea02 ul li a { position:relative; display:block; padding:40px 30px 0 30px; min-height:230px; box-sizing: border-box; }
.jobArea02 ul li a:before { position:absolute; display:block; content:""; left:0; width:0; bottom:0; height:5px; background:#f7931d; transition: all 0.6s; z-index:2; }
.jobArea02 ul li .p1 { padding-bottom:20px; border-bottom:1px solid #dbdbdb; } 
.jobArea02 ul li .p1 .p11 { float:left; font-size:24px; font-weight:bold; color:#333; line-height:25px; height:25px; max-width:calc(100% - 120px); overflow:hidden; text-overflow: ellipsis; white-space: nowrap; } 
.jobArea02 ul li .p1 .p12 { float:right; font-size:16px; color:#666; line-height:25px; padding-left:30px; background:url(job01.png) no-repeat center left; } 
.jobArea02 ul li .p2 { margin-top:35px; }
.jobArea02 ul li .p2 dl dt { float:left; }
.jobArea02 ul li .p2 dl dt:nth-child(1) { width:38.6%; }
.jobArea02 ul li .p2 dl dt:nth-child(3) { float:right; }
.jobArea02 ul li .p2 dl dt .p21 { font-size:16px; color:#959595; }
.jobArea02 ul li .p2 dl dt .p22 { font-size:16px; color:#333; margin-top:15px; }

.jobArea02 ul li:hover { box-shadow: #abd5f8 0px 0px 5px; }
.jobArea02 ul li:hover a:before { width:100%; }

@media all and (max-width:1780px){
	.jobArea02 { margin-top:40px; }
	.jobArea02 ul li { width:32%; margin-right:2%; }
	.jobArea02 ul li:nth-child(3n) { margin-right:0; }
	.jobArea02 ul li:nth-child(n + 4) { margin-top:2%; }
	.jobArea02 ul li a { padding:30px 20px 0 20px; min-height:180px; }
	.jobArea02 ul li .p1 { padding-bottom:20px; } 
	.jobArea02 ul li .p1 .p11 { float:left; font-size:20px; line-height:25px; height:25px; max-width:calc(100% - 100px); } 
	.jobArea02 ul li .p1 .p12 { float:right; font-size:14px; line-height:25px; padding-left:25px; } 
	.jobArea02 ul li .p2 { margin-top:20px; }
	.jobArea02 ul li .p2 dl dt { float:left; }
	.jobArea02 ul li .p2 dl dt:nth-child(1) { width:35%; }
	.jobArea02 ul li .p2 dl dt:nth-child(3) { float:right; }
	.jobArea02 ul li .p2 dl dt .p21 { font-size:14px; color:#959595; }
	.jobArea02 ul li .p2 dl dt .p22 { font-size:14px; color:#333; margin-top:10px; }
}
@media all and (max-width:1280px){
	.jobArea02 { margin-top:30px; }
	.jobArea02 ul li { width:49%; margin-right:2%; }
	.jobArea02 ul li:nth-child(3n) { margin-right:2%; }
	.jobArea02 ul li:nth-child(2n) { margin-right:0; }
	.jobArea02 ul li:nth-child(n + 3) { margin-top:2%; }
	
	.jobArea02 ul li a { padding:20px 15px 0 15px; min-height:150px; }
	.jobArea02 ul li .p1 .p11 { float:left; font-size:18px; line-height:20px; height:20px; max-width:calc(100% - 100px); } 
	.jobArea02 ul li .p1 .p12 { float:right; font-size:14px; line-height:20px; padding-left:20px; background-size:15px 20px!important; } 
}
@media all and (max-width:750px){
	.jobArea02 { margin-top:20px; }
	.jobArea02 ul li { width:100%; margin-right:0; }
	.jobArea02 ul li:nth-child(3n) { margin-right:0; }
	.jobArea02 ul li:nth-child(2n) { margin-right:0; }
	.jobArea02 ul li:nth-child(n + 2) { margin-top:10px; }
	
	.jobArea02 ul li a { padding:20px 4%; min-height:10px; }
	.jobArea02 ul li .p1 { padding-bottom:10px; }
	.jobArea02 ul li .p1 .p11 { float:left; font-size:16px; line-height:20px; height:20px; max-width:calc(100% - 100px); } 
	.jobArea02 ul li .p1 .p12 { float:right; font-size:12px; line-height:20px; padding-left:20px; background-size:15px 20px!important; } 
	
	.jobArea02 ul li .p2 { margin-top:10px; }
	.jobArea02 ul li .p2 dl dt:nth-child(1) { width:32%; }
	.jobArea02 ul li .p2 dl dt .p21 { font-size:12px; }
	.jobArea02 ul li .p2 dl dt .p22 { font-size:12px; color:#333; margin-top:5px; }
}

.jobArea03 { padding:90px 0 120px; }
.jobArea03 .wrap { background:#fff; padding:50px 5% 150px 5%; box-sizing: border-box; }
.jobArea03 .hd { position:relative; padding-bottom:35px; border-bottom:1px solid #f6f6f6; }
.jobArea03 .hd .p1 { font-size:36px; color:#333; font-weight:bold; }
.jobArea03 .hd .p2 { font-size:18px; color:#666; margin-top:20px; }
.jobArea03 .hd .p2 span { display:inline-block; margin-right:50px; }
.jobArea03 .hd .p3 { position:absolute; right:0; bottom:60px; z-index:2; }
.jobArea03 .hd .p3 a { display:block; width:170px; height:45px; line-height:45px; background:#f7931d; font-size:18px; color:#fff; text-align:center; border-radius:25px; }

.jobArea03 .bd { position:relative; margin-top:45px; }
.jobArea03 .bd:before { position:absolute; top:0; bottom:0; right:680px; width:1px; display:block; content:""; background:#f6f6f6; z-index:2; }

.jobArea03 .bd01 { float:left; width:700px; padding-bottom:70px; }
.jobArea03 .bd01 .p1 { font-size:18px; color:#333; font-weight:bold; }
.jobArea03 .bd01 .p2 { font-size:16px; color:#666; line-height:2; margin-top:5px;  }
.jobArea03 .bd01 .p11 { margin-top:35px;  }

.jobArea03 .bd02 { float:right; width:480px; padding-bottom:70px; }
.jobArea03 .bd02 .p1 { font-size:18px; color:#333; font-weight:bold; }
.jobArea03 .bd02 .p11 { margin-top:70px; }
.jobArea03 .bd02 .p2 { margin-top:20px; font-size:0; }
.jobArea03 .bd02 .p2 i { display:inline-block; padding:0 15px; background:#e8f0f7; font-size:16px; line-height:30px; color:#666; margin:0 15px 20px 0; }

.jobArea03 .bd02 .p3 { font-size:16px; line-height:2; color:#666; margin-top:10px; }
.jobArea03 .bd02 .p3 i { color:#333; }
.jobArea03 .bd02 .p3 a { color:#0062b0; }

@media all and (max-width:1780px){
	.jobArea03 { padding:80px 0 100px; }
	.jobArea03 .wrap { padding:50px 40px 100px 40px; }
	.jobArea03 .hd { padding-bottom:25px; }
	.jobArea03 .hd .p1 { font-size:28px; }
	.jobArea03 .hd .p2 { font-size:16px; margin-top:15px; }
	.jobArea03 .hd .p2 span { margin-right:30px; }
	.jobArea03 .hd .p3 { bottom:40px; }
	.jobArea03 .hd .p3 a { width:140px; height:40px; line-height:40px; font-size:16px; }

	.jobArea03 .bd { margin-top:35px; }
	.jobArea03 .bd:before { right:330px; }

	.jobArea03 .bd01 { float:left; width:calc(100% - 370px); padding-bottom:50px; }
	.jobArea03 .bd01 .p1 { font-size:18px;  }
	.jobArea03 .bd01 .p2 { font-size:14px; line-height:2; }
	.jobArea03 .bd01 .p11 { margin-top:30px;  }

	.jobArea03 .bd02 { float:right; width:300px; padding-bottom:50px; }
	.jobArea03 .bd02 .p1 { font-size:18px; }
	.jobArea03 .bd02 .p11 { margin-top:50px; }
	.jobArea03 .bd02 .p2 { margin-top:15px; }
	.jobArea03 .bd02 .p2 i { padding:0 10px; font-size:14px; line-height:25px; margin:0 10px 15px 0; }

	.jobArea03 .bd02 .p3 { font-size:14px; line-height:2; margin-top:10px; }
}
@media all and (max-width:1280px){
	.jobArea03 { padding:60px 0; }
	.jobArea03 .wrap { padding:40px 4% 60px 4%; }
	.jobArea03 .hd { padding-bottom:25px; }
	.jobArea03 .hd .p1 { font-size:24px; }
	.jobArea03 .hd .p2 { font-size:14px; margin-top:10px; }
	.jobArea03 .hd .p2 span { margin-right:20px; }
	.jobArea03 .hd .p3 { bottom:30px; }
	.jobArea03 .hd .p3 a { width:120px; height:35px; line-height:35px; font-size:14px; }

	.jobArea03 .bd { margin-top:35px; }
}
@media all and (max-width:1000px){
	.jobArea03 .bd:before { display:none; }

	.jobArea03 .bd01 { float:none; width:100%; padding-bottom:30px; border-bottom:1px solid #f6f6f6; }
	.jobArea03 .bd01 .p1 { font-size:18px;  }
	.jobArea03 .bd01 .p2 { font-size:14px; line-height:2; }
	.jobArea03 .bd01 .p11 { margin-top:30px;  }

	.jobArea03 .bd02 { float:none; width:100%; padding-bottom:0; padding-top:30px; }
	
	.jobArea03 .bd02 .p11 { margin-top:20px; }
}
@media all and (max-width:750px){
	.jobArea03 { padding:40px 0; }
	.jobArea03 .wrap { padding:30px 4%; }
	.jobArea03 .hd { padding-bottom:15px; }
	.jobArea03 .hd .p1 { font-size:18px; }
	.jobArea03 .hd .p2 { font-size:14px; margin-top:10px; }
	.jobArea03 .hd .p2 span { display:block; margin-right:0; }
	.jobArea03 .hd .p3 { bottom:auto; top:0; }
	.jobArea03 .hd .p3 a { width:80px; height:30px; line-height:30px; font-size:12px; }

	.jobArea03 .bd { margin-top:30px; }
 
	.jobArea03 .bd01 .p1 { font-size:16px; }
	.jobArea03 .bd01 .p2 { font-size:14px; line-height:1.7; }
	.jobArea03 .bd01 .p11 { margin-top:25px;  }
 
	.jobArea03 .bd02 .p1 { font-size:16px; }
	.jobArea03 .bd02 .p11 { margin-top:25px; }
	.jobArea03 .bd02 .p2 { margin-top:10px; }
	.jobArea03 .bd02 .p2 i { padding:0 10px; font-size:14px; line-height:25px; margin:0 5px 10px 0; }

	.jobArea03 .bd02 .p3 { font-size:14px; line-height:1.7; margin-top:10px; }

}

.ylArea01 { padding:100px 0; }
.ylArea01 .wrap { position:relative; }
.ylArea01 .pic { position:relative; float:left; width:295px; }
.ylArea01 .pic .img02 { display:none; }
.ylArea01 .pic .spArea { position:absolute; top:50%; transform: translateY(-50%); right:-28px; width:55px; height:55px; background:url(c03.png) no-repeat center #f7931d; border-radius:100%; cursor:pointer; z-index:2; }
.ylArea01 .pic .spArea:before { position: absolute; left:50%; top:50%; content:""; width:75px; height:75px; transform: translate(-50%,-50%); border-radius:100%; border:1px dashed #f7931d; animation: circle_around 5s infinite linear; }

.ylArea01 .txt { position:absolute; top:0; right:0; bottom:0; width:calc(100% - 450px); padding:100px 0 0 80px; box-sizing: border-box; background:#fff; z-index:1; }
.ylArea01 .txt .p1 { position:relative; font-size:30px; color:#333; font-weight:bold; z-index:2; }
.ylArea01 .txt .p2 { position:relative; font-size:16px; color:#666; line-height:30px; max-height:300px; margin-top:35px; padding-right:75px; overflow-y:auto; z-index:2; }
.ylArea01 .txt .p2 img { max-width:100%; height:auto; }
.ylArea01 .txt .p3 { position:relative; margin-top:70px; font-size:18px; color:#333; font-weight:bold; z-index:2; }
.ylArea01 .txt .p4 { position:relative; margin-top:30px;  z-index:2;}
.ylArea01 .txt .p4 ul li { float:left; font-size:16px; color:#333; line-height:45px; margin-right:140px; }
.ylArea01 .txt .p4 ul li:last-child { margin-right:0; }
.ylArea01 .txt .p4 ul li .p41 { float:left; width:60px; }
.ylArea01 .txt .p4 ul li .p42 { float:left; }


.ylArea01 .txt .p5 { position:absolute; left:80px; bottom:0; right:0; z-index:0; }

.ylArea01 .txt .p4 ul li:hover img {
    animation: jello 1.4s;
}

.ylArea01 .txt .p2::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#006cb7}
.ylArea01 .txt .p2::-webkit-scrollbar-track{background:#e5f0f8}
.ylArea01 .txt .p2::-webkit-scrollbar-corner{background:transparent}
.ylArea01 .txt .p2::-webkit-scrollbar{width:7px;height:7px}

@keyframes circle_around{
	0%{transform: translate(-50%,-50%) rotate(0)}
	100%{transform: translate(-50%,-50%) rotate(360deg)}
}

@media all and (max-width:1780px){
	.ylArea01 { padding:80px 0; }
	.ylArea01 .pic { float:left; width:200px; }
	.ylArea01 .pic .spArea { right:-20px; width:45px; height:45px; }
	.ylArea01 .pic .spArea:before { width:55px; height:55px; }
	
	.ylArea01 .txt { position:absolute; top:0; right:0; bottom:0; width:calc(100% - 250px); padding:50px 0 0 50px; }
	.ylArea01 .txt .p1 { font-size:24px; }
	.ylArea01 .txt .p2 { font-size:14px; line-height:25px; max-height:250px; margin-top:25px; padding-right:50px; }
	.ylArea01 .txt .p3 { margin-top:30px; font-size:18px; }
	.ylArea01 .txt .p4 { margin-top:20px; }
	.ylArea01 .txt .p4 ul li { float:left; font-size:16px; color:#333; line-height:35px; margin-right:50px; background-size:contain!important; }
	.ylArea01 .txt .p4 ul li:last-child { margin-right:0; }
	
	.ylArea01 .txt .p4 ul li .p41 { width:40px; }
	.ylArea01 .txt .p4 ul li .p41 img { max-height:35px; }
	
	.ylArea01 .txt .p5 { position:absolute; left:50px; bottom:0; right:0; z-index:1; }
}
@media all and (max-width:1280px){
	.ylArea01 { padding:60px 0; }
	.ylArea01 .txt .p1 { font-size:20px; }
	.ylArea01 .txt .p4 ul li { font-size:14px; line-height:30px; margin-right:30px; }
	.ylArea01 .txt .p4 ul li:last-child { margin-right:0; }
}
@media all and (max-width:750px){
	.ylArea01 { padding:40px 0 80px; }
	.ylArea01 .pic { float:none; width:100%; }
	.ylArea01 .pic .img01 { display:none; }
	.ylArea01 .pic .img02 { display:block; }
	.ylArea01 .pic .spArea { left:50%; right:auto; width:40px; height:40px; transform: translate(-50%,-50%); }
	.ylArea01 .pic .spArea:before { width:55px; height:55px; }
	
	.ylArea01 .txt { position:relative; top:auto; right:auto; bottom:auto; width:100%; padding:30px 4%; margin-top:30px; }
	.ylArea01 .txt .p1 { font-size:18px; }
	.ylArea01 .txt .p2 { font-size:14px; line-height:25px; max-height:250px; margin-top:25px; padding-right:20px; }
	.ylArea01 .txt .p3 { margin-top:20px; font-size:18px; }
	.ylArea01 .txt .p4 { margin-top:20px; }
	.ylArea01 .txt .p4 ul li { float:none; margin-right:0; margin-bottom:10px; }
	.ylArea01 .txt .p4 ul li:last-child { margin-right:0; margin-bottom:0; }
	
	.ylArea01 .txt .p4 ul li .p41 { width:40px; }
	.ylArea01 .txt .p4 ul li .p41 img { max-height:35px; }
	
	.ylArea01 .txt .p5 { position:absolute; left:4%; bottom:0; right:4%; z-index:1; }
}

 

.ylArea02 { position:relative; }
.ylArea02 .map { position:relative; min-height:850px; background:#eee; z-index:1; }
.ylArea02 .map .my-map { width:calc(100% - 2px)!important; height:850px!important; }
.ylArea02 .map #dituContent { width:calc(100% - 2px)!important; height:850px!important; }

.ylArea02 .txt { position:absolute; width:500px; min-height:600px; padding:85px 50px 0 50px; top:50%; transform: translateY(-50%); right:50%; margin-right:-840px; background:#fff; box-sizing: border-box; z-index:2; }
.ylArea02 .txt .p1 { font-size:30px; color:#333; }
.ylArea02 .txt .p2 { margin-top:60px; }
.ylArea02 .txt .p2 ul li { position:relative; margin-bottom:45px; }
.ylArea02 .txt .p2 ul li:before { position:absolute; left:80px; right:0; bottom:0; height:1px; background:#dbdbdb; display:blocck; content:""; z-index:2; }
.ylArea02 .txt .p2 ul li:last-child { margin-bottom:0; }
.ylArea02 .txt .p2 ul li a { display:block; padding-left:80px; background-size:60px 60px!important; padding-bottom:35px; }
.ylArea02 .txt .p2 ul li .p21 { font-size:14px; color:#666; line-height:1.1; }
.ylArea02 .txt .p2 ul li .p22 { font-size:16px; color:#333; margin-top:10px; }

@media all and (max-width:1780px){
	.ylArea02 .map { min-height:500px; }
	.ylArea02 .map .my-map { height:500px!important; }
	.ylArea02 .map #dituContent { height:500px!important; }

	.ylArea02 .txt { width:400px; min-height:400px; padding:50px 35px 0 35px; top:50%; transform: translateY(-50%); right:50%; margin-right:-600px;  }
	.ylArea02 .txt .p1 { font-size:24px; }
	.ylArea02 .txt .p2 { margin-top:40px; }
	.ylArea02 .txt .p2 ul li { margin-bottom:30px; }
	.ylArea02 .txt .p2 ul li:before { left:60px; }
	.ylArea02 .txt .p2 ul li:last-child { margin-bottom:0; }
	.ylArea02 .txt .p2 ul li a { padding-left:60px; background-size:40px 40px!important; padding-bottom:25px; }
	.ylArea02 .txt .p2 ul li .p21 { font-size:14px; }
	.ylArea02 .txt .p2 ul li .p22 { font-size:16px; margin-top:10px; }
}
@media all and (max-width:1280px){
	.ylArea02 .map { min-height:400px; }
	.ylArea02 .map .my-map { height:400px!important; }
	.ylArea02 .map #dituContent { height:400px!important; }

	.ylArea02 .txt { width:400px; min-height:300px; padding:30px 25px 0 25px; top:50%; transform: translateY(-50%); right:4%; margin-right:0;  }
	.ylArea02 .txt .p1 { font-size:20px; }
	.ylArea02 .txt .p2 { margin-top:20px; }
	.ylArea02 .txt .p2 ul li { margin-bottom:20px; }
	.ylArea02 .txt .p2 ul li:before { left:60px; }
	.ylArea02 .txt .p2 ul li:last-child { margin-bottom:0; }
	.ylArea02 .txt .p2 ul li a { padding-left:60px; background-size:40px 40px!important; padding-bottom:20px; }
	.ylArea02 .txt .p2 ul li .p21 { font-size:14px; }
	.ylArea02 .txt .p2 ul li .p22 { font-size:16px; margin-top:10px; }
}
@media all and (max-width:750px){
	.ylArea02 { padding-bottom:40px; }
	.ylArea02 .map { min-height:400px; }
	.ylArea02 .map .my-map { height:400px!important; }
	.ylArea02 .map #dituContent { height:400px!important; }

	.ylArea02 .txt { position:relative; width:92%; min-height:10px; padding:30px 4%; top:auto; transform: translateY(0); right:auto; margin:30px auto 0;  }
	.ylArea02 .txt .p1 { font-size:20px; }
	.ylArea02 .txt .p2 { margin-top:20px; }
	.ylArea02 .txt .p2 ul li { margin-bottom:20px; }
	.ylArea02 .txt .p2 ul li:before { left:60px; }
	.ylArea02 .txt .p2 ul li:last-child { margin-bottom:0; }
	.ylArea02 .txt .p2 ul li a { padding-left:60px; background-size:40px 40px!important; padding-bottom:20px; }
	.ylArea02 .txt .p2 ul li .p21 { font-size:14px; }
	.ylArea02 .txt .p2 ul li .p22 { font-size:14px; margin-top:5px; }
}

.ylArea03 { padding:0 0 60px 0; }

@media all and (max-width:1780px){
	.ylArea03 { padding:0 0 40px 0; }
}
@media all and (max-width:1200px){
	.ylArea03 { padding:0 0 30px 0; }
}




.jrArea { padding:100px 0 150px; }

.jr-hd { text-align:center; line-height:1.1; } 
.jr-hd .p1 { font-size:36px; color:#333; font-weight:bold; }
.jr-hd .p2 { font-size:24px; color:#666; margin-top:20px; line-height:1.6; }

@media all and (max-width:1780px){
	.jrArea { padding:80px 0; }
	
	.jr-hd .p1 { font-size:30px; }
	.jr-hd .p2 { font-size:18px; margin-top:20px; }
}
@media all and (max-width:1280px){
	.jrArea { padding:60px 0; }
	
	.jr-hd .p1 { font-size:24px; }
	.jr-hd .p2 { font-size:16px; margin-top:15px; }
}
@media all and (max-width:750px){
	.jrArea { padding:40px 0; }
	
	.jr-hd .p1 { font-size:20px; }
	.jr-hd .p2 { font-size:14px; margin-top:10px; }
}

.jrArea01 { position:relative; z-index:1; }
.jrArea01 .pic { float:left; width:890px; }
.jrArea01 .txt { float:right; margin-right:calc(50% - 840px); width:calc(50% - 100px); padding-top:200px; z-index:2; }
.jrArea01 .txt .p1 { position:relative; font-size:40px; line-height:1.5; font-weight:bold; color:#333; }
.jrArea01 .txt .p1:before { position:absolute; left:-80px; top:-55px; display:block; content:""; width:100px; height:94px; background:url(jr01.png) no-repeat center; background-size:contain!important; z-index:-1; }
.jrArea01 .txt .p2 { font-size:18px; line-height:30px; color:#666; min-height:90px; margin-top:30px; }
.jrArea01 .txt .p3 { margin-top:20px; }
.jrArea01 .txt .p3 ul { display:flex; flex-direction:row; justify-content:space-between; }
.jrArea01 .txt .p3 ul li { text-align:left; }
.jrArea01 .txt .p3 ul li .p31 { min-height:70px; }

.jrArea01 .txt .p3 ul li .p32 { font-size:24px; color:#333; font-weight:bold; padding-right:10px; }

.jrArea01 .txt .p3 ul li:hover .p32 { color:#f7931d; }

.jrArea01 .txt .p3 ul li:hover .p31 img {
    animation: jello 1.4s;
}

@media all and (max-width:1780px){
	 
	.jrArea01 .pic { float:left; width:750px; }
	.jrArea01 .txt { float:right; margin-right:calc(50% - 600px); width:calc(50% - 200px);  padding-top:150px; z-index:2; }
 
	.jrArea01 .txt .p1 { font-size:30px; }
	.jrArea01 .txt .p1:before { left:-40px; top:-30px; width:70px; height:66px; }
	.jrArea01 .txt .p2 { font-size:16px; line-height:30px; min-height:90px; margin-top:20px; }
	.jrArea01 .txt .p3 { margin-top:20px; }
	.jrArea01 .txt .p3 ul li .p31 { min-height:70px; }
	.jrArea01 .txt .p3 ul li .p32 { font-size:18px; }
}
@media all and (max-width:1400px){
	 
	.jrArea01 .pic { float:left; width:550px; }
	.jrArea01 .txt { float:right; margin-right:calc(50% - 600px); width:calc(50% - 100px);  padding-top:100px; z-index:2; }
}
@media all and (max-width:1280px){
	.jrArea01 { width:100%; left:0; margin-left:0; }
	.jrArea01 .pic { width:42%; }
	.jrArea01 .txt { width:50%; margin-right:4%;  padding-top:50px; }
	.jrArea01 .txt .p1 { font-size:24px; }
	.jrArea01 .txt .p1:before { left:-30px; top:-20px; width:40px; height:38px; }
	.jrArea01 .txt .p2 { font-size:14px; line-height:25px; min-height:75px; margin-top:20px; }
	.jrArea01 .txt .p3 { margin-top:20px; }
	.jrArea01 .txt .p3 ul li .p31 { min-height:50px; }
	.jrArea01 .txt .p3 ul li .p31 img { height:30px; width:auto; }
	.jrArea01 .txt .p3 ul li .p32 { font-size:14px; }
}
@media all and (max-width:1000px){
	.jrArea01 .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:20px; }
}
@media all and (max-width:750px){
	.jrArea01 { width:100%; left:0; margin-left:0; }
	.jrArea01 .pic { float:none; width:100%; margin-top:20px; }
	.jrArea01 .txt { float:none; width:92%; margin:0 auto; padding-top:0; }
	.jrArea01 .txt .p1 { font-size:18px; }
	.jrArea01 .txt .p1:before { left:-2%; top:-15px; width:40px; height:38px; }
	.jrArea01 .txt .p2 { font-size:14px; line-height:25px; min-height:25px; margin-top:15px; }
	.jrArea01 .txt .p3 { margin-top:20px; }
	.jrArea01 .txt .p3 ul li .p31 { min-height:40px; }
	.jrArea01 .txt .p3 ul li .p31 img { height:30px; width:auto; }
	.jrArea01 .txt .p3 ul li .p32 { font-size:14px; padding-right:0; width:70px; }
}

.jrArea02 { margin-top:120px; overflow:hidden; }
.jrArea02 .bd { margin-top:60px; }
.jrArea02 .bd .swiper-container-jr02 { width:43%; margin:0 auto; }
.jrArea02 .bd .swiper-slide { position:relative; width:100%; margin-right:60px; }
.jrArea02 .bd .swiper-slide a { position:relative; overflow:hidden; display:block; border-radius:10px; }
.jrArea02 .bd .swiper-slide .txt { position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.3); z-index:2; display:none; }
.jrArea02 .bd .swiper-slide .txt p { position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); width:50px; height:50px; background:url(m01.png) no-repeat center #f7931d; border-radius:100%;  }
.jrArea02 .bd .swiper-slide .txt p:before { position: absolute; left:50%; top:50%; content:""; width:60px; height:60px; transform: translate(-50%,-50%); border-radius:100%; border:1px dashed #f7931d; animation: circle_around 5s infinite linear; }
 
.jrArea02 .bd .swiper-slide-active .txt { display:block; }

@media all and (max-width:1780px){
	.jrArea02 { margin-top:80px; }
	.jrArea02 .bd { margin-top:40px; }
	.jrArea02 .bd .swiper-slide { margin-right:40px; }
}
@media all and (max-width:1280px){
	.jrArea02 { margin-top:60px; }
	.jrArea02 .bd { margin-top:30px; }
	.jrArea02 .bd .swiper-slide { margin-right:30px; }
	
	.jrArea02 .bd  .swiper-slide .txt p { width:40px; height:40px; }
	.jrArea02 .bd  .swiper-slide .txt p:before { width:50px; height:50px; }
}
@media all and (max-width:750px){
	.jrArea02 { margin-top:20px; }
	.jrArea02 .bd { margin-top:20px; }
	.jrArea02 .bd .swiper-container-jr02 { width:70%; }
	.jrArea02 .bd .swiper-slide { margin-right:15px; }
	
	.jrArea02 .bd  .swiper-slide .txt p { width:30px; height:30px; }
	.jrArea02 .bd  .swiper-slide .txt p:before { width:40px; height:40px; }
}
 
.jrArea03 { margin-top:120px; }
.jrArea03 { position:relative; z-index:1; }
.jrArea03 .bd { position:relative; margin-top:70px; }
.jrArea03 .bd .swiper-slide a { display:block; opacity:0; }
.jrArea03 .bd .swiper-slide .txt { position:relative; float:left; width:calc(50% - 150px); padding:180px 0 0 65px; box-sizing: border-box; margin-left:calc(50% - 840px); z-index:5; }
.jrArea03 .bd .swiper-slide .txt:before { position:absolute; left:0; top:120px; display:block; content:""; width:100px; height:94px; background:url(jr01.png) no-repeat center; background-size:contain!important; z-index:-1; }
.jrArea03 .bd .swiper-slide .txt .p1 { font-size:36px; color:#f7931d; font-weight:bold; }
.jrArea03 .bd .swiper-slide .txt .p2 { font-size:16px; color:#666; line-height:30px; margin-top:35px; min-height:150px; text-align:justify; }
.jrArea03 .bd .swiper-slide .txt .p3 { font-size:30px; color:#333; margin-top:30px; font-weight:bold; text-align:right; }
.jrArea03 .bd .swiper-slide .txt .p3 i { position:relative; display:inline-block; }
.jrArea03 .bd .swiper-slide .txt .p3 i:before { position:absolute; left:-75px; top:50%; transform: translateY(-50%); display:block; content:""; width:50px; height:1px; background:#f7931d; z-index:2; }

.jrArea03 .bd .swiper-slide .pic { float:right; width:830px; padding:60px 0 60px 80px; background: linear-gradient(to right,#f3ba78,#fff); border-radius:400px 0 0 400px; overflow:hidden; }
.jrArea03 .bd .swiper-slide .pic img { border-radius:400px 0 0 400px; }

.jrArea03 .bd .swiper-slide-active a { opacity:1; }

.jrArea03 .bd .btn { position:absolute; bottom:180px; left:calc(50% - 840px); padding-left:65px; z-index:2; font-size:0; }
.jrArea03 .bd .btn .btn01 { width:50px; height:50px; display:inline-block; background-size:cover!important; cursor:pointer; }
.jrArea03 .bd .btn .prev-jr03 { background:url(e31.png) no-repeat center; margin-right:15px; }
.jrArea03 .bd .btn .next-jr03 { background:url(e32.png) no-repeat center; }

.jrArea03 .bd .btn .prev-jr03:hover { background:url(e21.png) no-repeat center; }
.jrArea03 .bd .btn .next-jr03:hover { background:url(e22.png) no-repeat center; }

@media all and (max-width:1780px){
	.jrArea03 { margin-top:80px; }
	 
	.jrArea03 .bd { margin-top:60px; }
	.jrArea03 .bd .swiper-slide .txt { width:40%; padding:150px 0 0 45px; margin-left:calc(50% - 600px); }
	.jrArea03 .bd .swiper-slide .txt:before { position:absolute; left:0; top:120px; width:70px; height:66px; }
	.jrArea03 .bd .swiper-slide .txt .p1 { font-size:30px; }
	.jrArea03 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:25px; min-height:125px; }
	.jrArea03 .bd .swiper-slide .txt .p3 { font-size:24px; margin-top:25px; }
	.jrArea03 .bd .swiper-slide .txt .p3 i:before { left:-75px; width:50px; }

	.jrArea03 .bd .swiper-slide .pic { width:40%; padding:35px 0 35px 50px; border-radius:400px 0 0 400px; }
	.jrArea03 .bd .swiper-slide .pic img { border-radius:400px 0 0 400px; }


	.jrArea03 .bd .btn { position:absolute; bottom:100px; left:calc(50% - 600px); padding-left:45px; }
	.jrArea03 .bd .btn .btn01 { width:40px; height:40px; }
}
@media all and (max-width:1400px){
	.jrArea03 .bd .btn { bottom:20px; }
}
@media all and (max-width:1280px){
	.jrArea03 { margin-top:60px; }
	.jrArea03 { width:100%; left:0; margin-left:0; }
	.jrArea03 .bd { margin-top:40px; }
	.jrArea03 .bd .swiper-slide .txt { width:50%; padding:100px 0 0 30px; margin-left:4%; }
	.jrArea03 .bd .swiper-slide .txt:before { position:absolute; left:0; top:90px; width:40px; height:38px; }
	.jrArea03 .bd .swiper-slide .txt .p1 { font-size:24px; }
	.jrArea03 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; min-height:125px; }
	.jrArea03 .bd .swiper-slide .txt .p3 { font-size:20px; margin-top:20px; }
	.jrArea03 .bd .swiper-slide .txt .p3 i:before { left:-60px; width:40px; }

	.jrArea03 .bd .swiper-slide .pic { width:40%; padding:25px 0 25px 30px; border-radius:400px 0 0 400px; }
	.jrArea03 .bd .swiper-slide .pic img { border-radius:400px 0 0 400px; }

	.jrArea03 .bd .btn { position:absolute; bottom:0; left:4%; padding-left:30px; }
	.jrArea03 .bd .btn .btn01 { width:40px; height:40px; }
}
@media all and (max-width:1000px){
	.jrArea03 .bd .swiper-slide .txt { width:50%; padding:50px 0 0 30px; margin-left:4%; }
	.jrArea03 .bd .swiper-slide .txt:before { position:absolute; left:0; top:40px; width:40px; height:38px; }
}
@media all and (max-width:750px){
	.jrArea03 { margin-top:40px; }
	.jrArea03 .bd { margin-top:20px; }
	.jrArea03 .bd .swiper-slide .txt { float:none; width:92%; padding:25px 0 0 0; margin-left:4%; }
	.jrArea03 .bd .swiper-slide .txt:before { position:absolute; left:-2%; top:10px; width:40px; height:38px; }
	.jrArea03 .bd .swiper-slide .txt .p1 { font-size:18px; }
	.jrArea03 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:20px; margin-top:15px; min-height:100px; }
	.jrArea03 .bd .swiper-slide .txt .p3 { font-size:18px; margin-top:15px; line-height:30px; }
	.jrArea03 .bd .swiper-slide .txt .p3 i:before { left:-60px; width:40px; }

	.jrArea03 .bd .swiper-slide .pic { float:none; width:92%; margin:0 auto; padding:0; border-radius:0 0 0 0; box-sizing: border-box; }
	.jrArea03 .bd .swiper-slide .pic img { border-radius:0 0 0 0; }

	.jrArea03 .bd .btn { bottom:0; left:0; padding-left:4%; }
	.jrArea03 .bd .btn .btn01 { width:30px; height:30px; }
}


.jrArea04 { margin-top:120px; }
.jrArea04 .bd { margin-top:70px; }
.jrArea04 .bd ul li { float:left; width:47.62%; margin-right:4.76%; border-radius:10px; overflow:hidden; }
.jrArea04 .bd ul li:last-child { margin-right:0; }
.jrArea04 .bd ul li a { position:relative; display:block; }
.jrArea04 .bd ul li .pic { overflow:hidden; }
.jrArea04 .bd ul li .pic img { transition: all 0.6s; }

.jrArea04 .bd ul li .p1 { position:absolute; left:10%; top:15%; font-size:36px; color:#f7931d; z-index:2; }
.jrArea04 .bd ul li .p2 { position:absolute; left:10%; bottom:12%; z-index:2; }
.jrArea04 .bd ul li .p2 i { display:block; width:150px; height:45px; line-height:45px; font-size:16px; color:#fff; text-align:center; border:1px solid #fff; }

.jrArea04 .bd ul li:hover .p2 i { color:#fff; background:#f7931d; border-radius:10px; border-color:#f7931d; }
.jrArea04 .bd ul li:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1780px){
	.jrArea04 { margin-top:80px; }
	.jrArea04 .bd { margin-top:60px; }
	.jrArea04 .bd ul li { float:left; width:48%; margin-right:4%; }
	.jrArea04 .bd ul li:last-child { margin-right:0; }
	.jrArea04 .bd ul li .p1 { left:10%; top:15%; font-size:30px; }
	.jrArea04 .bd ul li .p2 { left:10%; bottom:12%; }
	.jrArea04 .bd ul li .p2 i { width:130px; height:40px; line-height:40px; font-size:16px; }
}
@media all and (max-width:1280px){
	.jrArea04 { margin-top:60px; }
	.jrArea04 .bd { margin-top:40px; }
	.jrArea04 .bd ul li { float:left; width:48%; margin-right:4%; }
	.jrArea04 .bd ul li:last-child { margin-right:0; }
	.jrArea04 .bd ul li .p1 { left:10%; top:15%; font-size:24px; }
	.jrArea04 .bd ul li .p2 { left:10%; bottom:12%; }
	.jrArea04 .bd ul li .p2 i { width:120px; height:35px; line-height:35px; font-size:14px; }
}
@media all and (max-width:750px){
	.jrArea04 { margin-top:40px; }
	.jrArea04 .bd { margin-top:20px; }
	.jrArea04 .bd ul li { float:none; width:100%; margin-right:0; }
	.jrArea04 .bd ul li:last-child { margin-right:0; margin-top:20px; }
	.jrArea04 .bd ul li .p1 { left:10%; top:15%; font-size:20px; }
	.jrArea04 .bd ul li .p2 { left:10%; bottom:15%; }
	.jrArea04 .bd ul li .p2 i { width:100px; height:30px; line-height:30px; font-size:14px; }
}

.fwArea { padding:90px 0 150px; }
@media all and (max-width:1780px){
	.fwArea { padding:80px 0; }
}
@media all and (max-width:1280px){
	.fwArea { padding:60px 0; }
}
@media all and (max-width:750px){
	.fwArea { padding:40px 0; }
}

.fwArea01 { margin-top:100px; }
.fwArea01 .jr-hd { position:relative; text-align:left; }
.fwArea01 .jr-hd .p3 { position:absolute; right:0; top:20px; z-index:2; }
.fwArea01 .jr-hd .p3 a { display:inline-block; width:160px; line-height:50px; background:#f7931d; font-size:18px; color:#fff; text-align:center; border-radius:25px; }

.fwArea01 .bd { position:relative; margin-top:60px; }
.fwArea01 .bd .swiper-slide a { position:relative; display:block; border-radius:10px; overflow:hidden; }
.fwArea01 .bd .swiper-slide .txt { position:absolute; top:50%; left:0; right:0; transform: translateY(-50%); text-align:center; z-index:2; }
.fwArea01 .bd .swiper-slide .txt .p1 p { position:relative; width:60px; height:60px; margin:0 auto; background:url(fw01.png) no-repeat center #fff; border-radius:100%; cursor:pointer; z-index:2; }
.fwArea01 .bd .swiper-slide .txt .p1 p:before { position: absolute; left:50%; top:50%; content:""; width:70px; height:70px; transform: translate(-50%,-50%); border-radius:100%; border:1px dashed #fff; }
.fwArea01 .bd .swiper-slide .txt .p2 { font-size:24px; color:#fff; margin-top:30px; }

.fwArea01 .bd .swiper-slide:HOVER .txt .p1 p:before { animation: circle_around 5s infinite linear;  }

.fwArea01 .bd .btn { margin-top:60px; text-align:right; font-size:0; }
.fwArea01 .bd .btn .btn01 { width:50px; height:50px; margin-left:25px; display:inline-block; background-size:cover!important; cursor:pointer; }
.fwArea01 .bd .btn .prev-fw01 { background:url(e11.png) no-repeat center; }
.fwArea01 .bd .btn .next-fw01 { background:url(e12.png) no-repeat center; }

.fwArea01 .bd .btn .prev-fw01:hover { background:url(e21.png) no-repeat center; }
.fwArea01 .bd .btn .next-fw01:hover { background:url(e22.png) no-repeat center; }

.fwArea01 .bd .bBox-page { position:absolute; left:0!important; bottom:25px!important; top:auto!important; width:calc(100% - 190px)!important; height:5px!important; background:#dbdbdb; z-index:2; }
.fwArea01 .bd .bBox-page .swiper-pagination-progressbar-fill { background: #f7931d; }

@media all and (max-width:1780px){
	.fwArea01 { margin-top:80px; }
	.fwArea01 .jr-hd .p3 { top:20px; }
	.fwArea01 .jr-hd .p3 a { width:120px; line-height:40px; font-size:16px; }

	.fwArea01 .bd { margin-top:40px; }
	.fwArea01 .bd .swiper-slide .txt .p1 p { width:50px; height:50px; background-size:13px 16px!important; }
	.fwArea01 .bd .swiper-slide .txt .p1 p:before { width:60px; height:60px; }
	.fwArea01 .bd .swiper-slide .txt .p2 { font-size:18px; margin-top:20px; }

	.fwArea01 .bd .btn { margin-top:40px; }
	.fwArea01 .bd .btn .btn01 { width:40px; height:40px; margin-left:20px; }
 
	.fwArea01 .bd .bBox-page { bottom:25px!important; width:calc(100% - 150px)!important; height:5px!important; }
}
@media all and (max-width:1280px){
	.fwArea01 { margin-top:60px; }
	.fwArea01 .jr-hd .p3 { top:20px; }
	.fwArea01 .jr-hd .p3 a { width:100px; line-height:30px; font-size:14px; }

	.fwArea01 .bd { margin-top:30px; }
	.fwArea01 .bd .swiper-slide .txt .p1 p { width:40px; height:40px; background-size:13px 16px!important; }
	.fwArea01 .bd .swiper-slide .txt .p1 p:before { width:50px; height:50px; }
	.fwArea01 .bd .swiper-slide .txt .p2 { font-size:16px; margin-top:20px; }

	.fwArea01 .bd .btn { margin-top:20px; }
	.fwArea01 .bd .btn .btn01 { width:40px; height:40px; margin-left:20px; }
 
	.fwArea01 .bd .bBox-page { bottom:20px!important; width:calc(100% - 150px)!important; height:3px!important; }
}
@media all and (max-width:750px){
	.fwArea01 { margin-top:40px; }
	.fwArea01 .jr-hd .p3 { top:10px; }
	.fwArea01 .jr-hd .p3 a { width:100px; line-height:30px; font-size:14px; }

	.fwArea01 .bd { margin-top:30px; }
	.fwArea01 .bd .swiper-slide .txt .p1 p { width:40px; height:40px; background-size:13px 16px!important; }
	.fwArea01 .bd .swiper-slide .txt .p1 p:before { width:50px; height:50px; }
	.fwArea01 .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:20px; }

	.fwArea01 .bd .btn { margin-top:20px; }
	.fwArea01 .bd .btn .btn01 { width:40px; height:40px; margin-left:20px; }
 
	.fwArea01 .bd .bBox-page { bottom:20px!important; width:calc(100% - 150px)!important; height:3px!important; }
}


.fwArea02 .bd { position:relative; margin-top:25px; z-index:5; }
.fwArea02 .bd .wrap { position:relative; }
.fwArea02 .bd:before { position:absolute; top:175px; left:50%; margin-left:-960px; width:1070px; height:505px; display:block; content:""; background:url(fw02.png) no-repeat center; z-index:-1; background-size:contain!important; }
.fwArea02 .bd .bd01 { float:left; width:48.2%; margin-top:175px; }
.fwArea02 .bd .bd01 .swiper-slide a { position:relative; display:block; padding-left:50px; }
.fwArea02 .bd .bd01 .swiper-slide .p1 { position:relative; font-size:30px; color:#333; font-weight:bold; }
.fwArea02 .bd .bd01 .swiper-slide .p1:before { position:absolute; top:50%; left:-50px; transform: translateY(-50%); width:32px; height:32px; display:block; content:""; background:url(fw03.png) no-repeat center; z-index:2; background-size:contain!important; }
.fwArea02 .bd .bd01 .swiper-slide .p2 { font-size:16px; color:#666; line-height:30px; margin-top:25px; }

.fwArea02 .bd .bd01 .swiper-slide:hover .p1 { color:#0062b0; }

.fwArea02 .bd .bd01 .swiper-slide a { padding-top:110px; }
.fwArea02 .bd .bd01 .swiper-slide-active a { padding-top:0; }

.fwArea02 .bd .btn { position:absolute; left:0; bottom:95px; font-size:0; z-index:2; }
.fwArea02 .bd .btn .btn01 { width:50px; height:50px; margin-right:25px; display:inline-block; background-size:cover!important; cursor:pointer; }
.fwArea02 .bd .btn .prev-fw02 { background:url(e11.png) no-repeat center; }
.fwArea02 .bd .btn .next-fw02 { background:url(e12.png) no-repeat center; }

.fwArea02 .bd .btn .prev-fw02:hover { background:url(e21.png) no-repeat center; }
.fwArea02 .bd .btn .next-fw02:hover { background:url(e22.png) no-repeat center; }

.fwArea02 .bd .bd02 { float:right; width:50%; }

@media all and (max-width:1780px){

	.fwArea02 .bd { margin-top:25px; }
	.fwArea02 .bd:before { top:90px; left:50%; margin-left:-890px; width:990px; height:468px; }
	.fwArea02 .bd .bd01 { float:left; width:48.2%; margin-top:120px; }
	.fwArea02 .bd .bd01 .swiper-slide a { padding-left:35px; }
	.fwArea02 .bd .bd01 .swiper-slide .p1 { font-size:24px; }
	.fwArea02 .bd .bd01 .swiper-slide .p1:before { left:-35px; width:20px; height:20px; }
	.fwArea02 .bd .bd01 .swiper-slide .p2 { font-size:14px; line-height:25px; margin-top:20px; }

	.fwArea02 .bd .bd01 .swiper-slide a { padding-top:110px; }
	.fwArea02 .bd .bd01 .swiper-slide-active a { padding-top:0; }

	.fwArea02 .bd .btn { position:absolute; left:0; bottom:50px; font-size:0; z-index:2; }
	.fwArea02 .bd .btn .btn01 { width:40px; height:40px; margin-right:20px; }
}
@media all and (max-width:1280px){

	.fwArea02 .bd { margin-top:25px; }
	.fwArea02 .bd:before { display:none;	}
	.fwArea02 .bd .bd01 { float:none; width:100%; margin-top:0; }
	.fwArea02 .bd .bd01 .swiper-slide a { padding-left:35px; }
	.fwArea02 .bd .bd01 .swiper-slide .p1 { font-size:20px; }
	.fwArea02 .bd .bd01 .swiper-slide .p1:before { left:-35px; width:20px; height:20px; }
	.fwArea02 .bd .bd01 .swiper-slide .p2 { font-size:14px; line-height:25px; margin-top:10px; }

	.fwArea02 .bd .bd01 .swiper-slide a { padding-top:0; }
	.fwArea02 .bd .bd01 .swiper-slide-active a { padding-top:0; }
	
	.fwArea02 .bd .bd02 { float:none; width:50%; margin:25px auto 0; display:none; }

	.fwArea02 .bd .btn { position:relative; left:auto; bottom:auto; text-align:center; margin-top:25px; }
	.fwArea02 .bd .btn .btn01 { width:40px; height:40px; margin:0 10px; }
}
@media all and (max-width:750px){
	
 
	.fwArea02 .bd .bd01 .swiper-slide a { padding-left:25px; }
	.fwArea02 .bd .bd01 .swiper-slide .p1 { font-size:18px; }
	.fwArea02 .bd .bd01 .swiper-slide .p1:before { left:-25px; width:15px; height:15px; }
	.fwArea02 .bd .bd01 .swiper-slide .p2 { font-size:14px; line-height:25px; margin-top:10px; }

}


.fwArea03 { margin-top:110px; }
.fwArea03 .bd { margin-top:90px; }
.fwArea03 .bd ul li { float:left; width:18%; text-align:center; }
.fwArea03 .bd ul li:nth-child(2n) { position:relative; width:9.33%; min-height:95px; }
.fwArea03 .bd ul li:nth-child(2n) i { position:absolute; width:58px; display:block; transform: translateX(-50%); left:50%; bottom:0; z-index:2;  }
.fwArea03 .bd ul li:nth-child(2n) i img { width:100%; height:auto; }
.fwArea03 .bd ul li:nth-child(8) { display:none; }
.fwArea03 .bd ul li .p1 { min-height:70px; }
.fwArea03 .bd ul li .p2 { font-size:20px; color:#333; font-weight:bold; }
.fwArea03 .bd ul li .p3 { font-size:16px; color:#666; margin:10px auto 0; max-width:215px; }

.fwArea03 .bd ul li:hover .p2 { color:#006cb7; }
.fwArea03 .bd ul li:hover .p1 img { animation: jello 1.4s; }

@media all and (min-width:1280px){
	.fwArea03 .bd ul li:nth-child(2n) i img { animation: bounce-up 1.4s linear infinite; }
	@keyframes bounce-up {
	 25% {transform: translateX(10px);}
	 50%, 100% {transform: translateX(0);}
	 75% {transform: translateX(-10px);}
	}
}

.fwArea03 .bd01 { margin-top:180px; }
.fwArea03 .bd01 .box01 { position:relative; float:left; width:1120px; height:484px; background:url(fw05.png) no-repeat center right; }
.fwArea03 .bd01 .box01 .pic { position:absolute; width:510px; left:0; bottom:0; z-index:0; }
.fwArea03 .bd01 .box01 form { float:right; width:600px; margin-right:60px; padding-top:90px; }
.fwArea03 .bd01 .box01 form ul { position:relative; }
.fwArea03 .bd01 .box01 form ul li { float:left; margin-top:18px; background:rgba(255,255,255,0.6); border-radius:10px; overflow:hidden; }
.fwArea03 .bd01 .box01 form ul li.li01 { width:31.6%; margin-right:2.6%; }
.fwArea03 .bd01 .box01 form ul li.li011 { margin-right:0; }
.fwArea03 .bd01 .box01 form ul li .text { width:100%; font-size:16px; line-height:45px; height:45px; padding-left:30px; box-sizing: border-box; }

.fwArea03 .bd01 .box01 form ul li.li02 { width:100%; }
.fwArea03 .bd01 .box01 form ul li.li02 .textarea { width:100%; height:120px; font-size:16px; padding:15px 30px; box-sizing: border-box; }

.fwArea03 .bd01 .box01 form ul li.li03 { position:relative; width:calc(100% - 200px); }
.fwArea03 .bd01 .box01 form ul li.li03 img { position:absolute; right:15px; top:50%; transform: translateY(-50%); width:65px; height:30px; z-index:2; }

.fwArea03 .bd01 .box01 form ul .btn01 { position:absolute; right:0; bottom:0; width:185px; height:45px; text-align:center; line-height:45px; font-size:18px; color:#fff; background:#0062b0; cursor:pointer; z-index:2; border-radius:10px; overflow:hidden; }

.fwArea03 .bd01 .box02 { float:right; width:490px; }
.fwArea03 .bd01 .box02 ul li:nth-child(2) { margin-top:44px; }
.fwArea03 .bd01 .box02 ul li a { position:relative; display:block; background:url(fw07.png) no-repeat center right; border-radius:8px; cursor:pointer; }
.fwArea03 .bd01 .box02 ul li .img01 { position:absolute; top:50%; transform: translateY(-50%); left:17.5%; width:120px; opacity:0; transition: all 0.6s; visibility: hidden; z-index:2; }

.fwArea03 .bd01 .box02 ul li i { display:inline-block; padding-left:245px; height:220px; line-height:220px; font-size:24px; color:#333; font-weight:bold; }
.fwArea03 .bd01 .box02 ul li .p1 { position:absolute; top:50%; transform: translateY(-50%); left:110px; width:70px; height:70px; background:#0062b0; border-radius:100%; z-index:2; }
.fwArea03 .bd01 .box02 ul li .p1 img { width:70px; height:70px; }

.fwArea03 .bd01 .box02 ul li .p1:before { animation: boderM 3s .75s infinite; content: ''; display: block; position: absolute;  left: 50%; top: 50%; transform: translate(-50%, -50%);  width: 70px;  height: 70px; border-radius:100%; background: rgba(0, 98, 176, 0.3); z-index:-1; }
.fwArea03 .bd01 .box02 ul li .p1:after { animation: boderM 3s infinite; content: ''; display: block; position: absolute;  left: 50%; top: 50%; transform: translate(-50%, -50%);  width: 70px;  height: 70px; border-radius:100%; background: rgba(0, 98, 176, 0.1); z-index:-1; }


.fwArea03 .bd01 .box02 ul li.on .img01 { opacity:1; visibility: visible; }


@media all and (max-width:1780px){
	.fwArea03 { margin-top:80px; }
	.fwArea03 .bd { margin-top:60px; }
	.fwArea03 .bd ul li { float:left; width:18%; }
	.fwArea03 .bd ul li:nth-child(2n) { width:9.33%; min-height:80px; }
	.fwArea03 .bd ul li:nth-child(2n) i { width:30px; }
	.fwArea03 .bd ul li:nth-child(8) { display:none; }
	.fwArea03 .bd ul li .p1 { min-height:60px; }
	.fwArea03 .bd ul li .p1 img { max-height:50px; width:auto; }
	.fwArea03 .bd ul li .p2 { font-size:18px; }
	.fwArea03 .bd ul li .p3 { font-size:14px; max-width:215px; }
	
	.fwArea03 .bd01 { margin-top:100px; }
	.fwArea03 .bd01 .box01 { float:left; width:66.66%; height:320px; background-size:585px 320px!important; }
	.fwArea03 .bd01 .box01 .pic { width:47%; }
	.fwArea03 .bd01 .box01 form { float:right; width:56%; margin-right:5%; padding-top:3%; }

	.fwArea03 .bd01 .box01 form ul li { margin-top:10px; }
	.fwArea03 .bd01 .box01 form ul li.li01 { width:32%; margin-right:2%; }
	.fwArea03 .bd01 .box01 form ul li.li011 { margin-right:0; }
	.fwArea03 .bd01 .box01 form ul li .text { width:100%; font-size:14px; line-height:35px; height:35px; padding-left:20px; }

	.fwArea03 .bd01 .box01 form ul li.li02 { width:100%; }
	.fwArea03 .bd01 .box01 form ul li.li02 .textarea { width:100%; height:100px; font-size:14px; padding:10px 20px; }

	.fwArea03 .bd01 .box01 form ul li.li03 { position:relative; width:calc(100% - 140px); }
	.fwArea03 .bd01 .box01 form ul li.li03 img { position:absolute; right:15px; top:50%; width:60px; height:25px; }

	.fwArea03 .bd01 .box01 form ul .btn01 { position:absolute; right:0; bottom:0; width:120px; height:35px; line-height:35px; font-size:16px; }

	.fwArea03 .bd01 .box02 { float:right; width:30%; }
	.fwArea03 .bd01 .box02 ul li:nth-child(2) { margin-top:20px; }
	.fwArea03 .bd01 .box02 ul li i { padding-left:160px; height:150px; line-height:150px; font-size:20px; }
	.fwArea03 .bd01 .box02 ul li .p1 { left:80px; width:50px; height:50px; }
	.fwArea03 .bd01 .box02 ul li .p1 img { width:50px; height:50px; }
	
	.fwArea03 .bd01 .box02 ul li .img01 {  left:9.5%; }

	.fwArea03 .bd01 .box02 ul li .p1:before { width:50px; height: 50px; }
	.fwArea03 .bd01 .box02 ul li .p1:after { width:50px; height: 50px; }
}
@media all and (max-width:1280px){
	.fwArea03 { margin-top:60px; }
	.fwArea03 .bd { margin-top:40px; }
	
	.fwArea03 .bd01 { margin-top:100px; }
	.fwArea03 .bd01 .box01 { float:none; width:100%; height:320px; background-size:70% 320px!important; }
	.fwArea03 .bd01 .box01 .pic { width:360px; }
	.fwArea03 .bd01 .box01 form { float:right; width:60%; margin-right:5%; padding-top:3%; }

	.fwArea03 .bd01 .box01 form ul li { margin-top:10px; }
	.fwArea03 .bd01 .box01 form ul li.li01 { width:32%; margin-right:2%; }
	.fwArea03 .bd01 .box01 form ul li.li011 { margin-right:0; }
	.fwArea03 .bd01 .box01 form ul li .text { width:100%; font-size:14px; line-height:35px; height:35px; padding-left:20px; }

	.fwArea03 .bd01 .box01 form ul li.li02 { width:100%; }
	.fwArea03 .bd01 .box01 form ul li.li02 .textarea { width:100%; height:100px; font-size:14px; padding:10px 20px; }

	.fwArea03 .bd01 .box01 form ul li.li03 { position:relative; width:calc(100% - 140px); }
	.fwArea03 .bd01 .box01 form ul li.li03 img { position:absolute; right:15px; top:50%; width:60px; height:25px; }

	.fwArea03 .bd01 .box01 form ul .btn01 { position:absolute; right:0; bottom:0; width:120px; height:35px; line-height:35px; font-size:16px; }

	.fwArea03 .bd01 .box02 { float:none; width:100%; margin-top:25px; }
	.fwArea03 .bd01 .box02 ul li { float:left; width:48%; margin-right:4%; text-align:center; }
	.fwArea03 .bd01 .box02 ul li:nth-child(2) { margin-top:0; margin-right:0; }
	.fwArea03 .bd01 .box02 ul li i { padding-left:50px; height:100px; line-height:100px; font-size:20px; }
	.fwArea03 .bd01 .box02 ul li .p1 { left:50%; margin-left:-100px; width:30px; height:30px; }
	.fwArea03 .bd01 .box02 ul li .p1 img { width:30px; height:30px; }
	
	.fwArea03 .bd01 .box02 ul li .img01 { left:10.5%; width:90px; }

	.fwArea03 .bd01 .box02 ul li .p1:before { width:30px; height: 30px; }
	.fwArea03 .bd01 .box02 ul li .p1:after { width:30px; height: 30px; }
}
@media all and (max-width:1000px){
	.fwArea03 .bd ul li { float:left; width:calc(25% - 15px); padding:0 10px; box-sizing: border-box; }
	.fwArea03 .bd ul li:nth-child(2n) { width:20px; min-height:80px; }
	.fwArea03 .bd ul li:nth-child(2n) i { width:20px; }
	.fwArea03 .bd ul li:nth-child(8) { display:none; }
	.fwArea03 .bd ul li .p1 { min-height:50px; }
	.fwArea03 .bd ul li .p1 img { max-height:40px; width:auto; }
	.fwArea03 .bd ul li .p2 { font-size:18px; }
	.fwArea03 .bd ul li .p3 { font-size:14px; max-width:100%; }
}
@media all and (max-width:750px){
	.fwArea03 { margin-top:40px; }
	.fwArea03 .bd ul li { float:none; width:100%; }
	.fwArea03 .bd ul li:nth-child(2n) { display:none; }
	.fwArea03 .bd ul li:nth-child(n + 2) { margin-top:20px; }
	.fwArea03 .bd ul li:nth-child(8) { display:none; }
	.fwArea03 .bd ul li .p1 { min-height:40px; }
	.fwArea03 .bd ul li .p1 img { max-height:30px; width:auto; }
	.fwArea03 .bd ul li .p2 { font-size:16px; }
	.fwArea03 .bd ul li .p3 { margin:5px auto 0; }
	
	.fwArea03 .bd01 { margin-top:30px; }
	.fwArea03 .bd01 .box01 { float:none; width:100%; height:520px; background-size:100% 520px!important; }
	.fwArea03 .bd01 .box01 .pic { display:none; }
	.fwArea03 .bd01 .box01 form { float:none; width:90%; margin:0 5%; padding-top:20px; }

	.fwArea03 .bd01 .box01 form ul li { margin-top:10px; }
	.fwArea03 .bd01 .box01 form ul li.li01 { width:100%; margin-right:0; }
	.fwArea03 .bd01 .box01 form ul li.li011 { margin-right:0; }
	.fwArea03 .bd01 .box01 form ul li .text { width:100%; font-size:14px; line-height:35px; height:35px; padding-left:20px; }

	.fwArea03 .bd01 .box01 form ul li.li02 { width:100%; }
	.fwArea03 .bd01 .box01 form ul li.li02 .textarea { width:100%; height:100px; font-size:14px; padding:10px 20px; }

	.fwArea03 .bd01 .box01 form ul li.li03 { position:relative; width:100%; }
	.fwArea03 .bd01 .box01 form ul li.li03 img { position:absolute; right:15px; top:50%; width:60px; height:25px; }

	.fwArea03 .bd01 .box01 form ul .btn01 { position:relative; right:auto; bottom:auto; width:100%; margin-top:10px; height:35px; line-height:35px; font-size:16px; }

	.fwArea03 .bd01 .box02 { float:none; width:100%; margin-top:25px; }
	.fwArea03 .bd01 .box02 ul li { float:left; width:48%; margin-right:4%; text-align:center; }
	.fwArea03 .bd01 .box02 ul li:nth-child(2) { margin-top:0; margin-right:0; }
	.fwArea03 .bd01 .box02 ul li a { padding:25px 0; }
	.fwArea03 .bd01 .box02 ul li i { padding-left:0; height:20px; line-height:20px; font-size:16px; }
	.fwArea03 .bd01 .box02 ul li .p1 { position:relative; left:auto; margin-left:0; margin:0 auto 15px; top:auto; transform: translateY(0); }
	.fwArea03 .bd01 .box02 ul li .p1 img { width:30px; height:30px; }

	.fwArea03 .bd01 .box02 ul li .p1:before { width:30px; height: 30px; }
	.fwArea03 .bd01 .box02 ul li .p1:after { width:30px; height: 30px; }
	
	
	.fwArea03 .bd01 .box02 ul li .img01 { left:50%; transform: translate(-50%,-50%);  }
}

.abArea { padding:100px 0 0; }

@media all and (max-width:1780px){
	.abArea { padding:80px 0 0; }
}
@media all and (max-width:1280px){
	.abArea { padding:60px 0 0; }
}
@media all and (max-width:750px){
	.abArea { padding:40px 0 0; }
}

.abArea01 .hd { text-align:center; line-height:1.1; }
.abArea01 .hd .p1 { font-size:40px; color:#333; }
.abArea01 .hd .p2 { font-size:24px; color:#666; margin-top:20px; }
.abArea01 .bd { margin-top:55px; font-size:16px; color:#666; line-height:30px; height:240px; overflow:hidden; }
.abArea01 .bd img { max-width:100%; }
.abArea01 .bd01 { margin-top:60px; text-align:center; }
.abArea01 .bd01 i { display:inline-block; font-size:16px; color:#666; padding-right:25px; cursor:pointer; }
.abArea01 .bd01 i.i01 { background:url(ab01.png) no-repeat center right; }
.abArea01 .bd01 i.i02 { background:url(ab02.png) no-repeat center right; display:none; }

.abArea01 .bd.on { height:auto; }
.abArea01 .bd01.on i.i01 { display:none; }
.abArea01 .bd01.on i.i02 { display:inline-block; }

@media all and (max-width:1780px){
	.abArea01 .hd .p1 { font-size:30px; }
	.abArea01 .hd .p2 { font-size:20px; margin-top:15px; }
	.abArea01 .bd { margin-top:35px; font-size:16px; line-height:30px; height:240px; }
	.abArea01 .bd01 { margin-top:40px; }
	.abArea01 .bd01 i { font-size:16px; padding-right:25px; }
}
@media all and (max-width:1280px){
	.abArea01 .hd .p1 { font-size:24px; }
	.abArea01 .hd .p2 { font-size:16px; margin-top:15px; }
	.abArea01 .bd { margin-top:30px; font-size:14px; line-height:25px; height:200px; }
	.abArea01 .bd01 { margin-top:30px; }
	.abArea01 .bd01 i { font-size:14px; padding-right:25px; }
}
@media all and (max-width:750px){
	.abArea01 .hd .p1 { font-size:20px; }
	.abArea01 .hd .p2 { font-size:14px; margin-top:10px; }
	.abArea01 .bd { margin-top:20px; }
}

.abArea02 { padding-bottom:40px; background:url(ab04.png) no-repeat center bottom; }
.abArea02 .txt { float:left; width:730px; padding-top:40px; }
.abArea02 .txt .jr-hd { text-align:left; }
.abArea02 .txt .jr-hd .p41 { min-height:65px; }
.abArea02 .txt .bd { margin-top:85px; }
.abArea02 .txt .bd ul li { position:relative; float:left; width:250px; margin-right:60px; padding:20px 20px 0 30px; min-height:145px; box-sizing: border-box; border-radius:5px; overflow:hidden; cursor:pointer; transition: all 0.36s; }
.abArea02 .txt .bd ul li:before { position: absolute; left: 0; top:0; bottom:0; width:3px; background:#f7931d; display:block; content:""; opacity: 0; transition: all 0.36s; z-index:1; }
.abArea02 .txt .bd ul li:nth-child(2n) { margin-right:0; }
.abArea02 .txt .bd ul li:nth-child(n + 3) { margin-top:40px; }
.abArea02 .txt .bd ul li .p1 { min-height:40px; }
.abArea02 .txt .bd ul li .p2 { font-size:18px; color:#333; font-weight:bold; }
.abArea02 .txt .bd ul li .p3 { font-size:16px; color:#666; margin-top:15px; }

.abArea02 .pic { float:right; width:860px; border-radius:40px; overflow:hidden; }

.abArea02 .txt .bd ul li:hover { background: linear-gradient(to right,#fff,transparent); box-shadow: 0px 5px 36.12px 6.88px rgba(127, 127, 127, .09); }
.abArea02 .txt .bd ul li:hover:before { opacity:1; }

@media all and (max-width:1780px){
	.abArea02 {  padding-bottom:30px; }
	.abArea02 .txt { float:left; width:44%; padding-top:20px; }
	.abArea02 .txt .jr-hd .p41 { min-height:55px; }
	.abArea02 .txt .jr-hd .p41 img { max-height:40px; }
	.abArea02 .txt .bd { margin-top:30px; }
	.abArea02 .txt .bd ul li { width:48%; margin-right:4%; padding:15px 15px 0 20px; min-height:130px; }
 
	.abArea02 .txt .bd ul li:nth-child(2n) { margin-right:0; }
	.abArea02 .txt .bd ul li:nth-child(n + 3) { margin-top:20px; }
	.abArea02 .txt .bd ul li .p1 { min-height:40px; }
	.abArea02 .txt .bd ul li .p2 { font-size:16px; color:#333; font-weight:bold; }
	.abArea02 .txt .bd ul li .p3 { font-size:14px; color:#666; margin-top:5px; }

	.abArea02 .pic { float:right; width:50%; border-radius:30px; }
}
@media all and (max-width:1280px){
	.abArea02 {   padding-bottom:30px; }
	
	.abArea02 .txt { float:left; width:calc(100% - 580px); padding-top:0; }
	.abArea02 .txt .jr-hd .p41 { min-height:50px; }
	
	.abArea02 .txt .bd { margin-top:20px; }
	.abArea02 .txt .bd ul li:nth-child(n + 3) { margin-top:10px; }
	
	.abArea02 .pic { float:right; width:550px; border-radius:20px; }
}
@media all and (max-width:1000px){
	.abArea02 {   padding-bottom:0; background:none; }
	
	.abArea02 .txt { float:none; width:100%; padding-top:0; }
	.abArea02 .txt .jr-hd { text-align:center; }
	.abArea02 .txt .jr-hd .p41 { display:none; }
	
	.abArea02 .txt .bd ul li { text-align:center;  width:49%; margin-right:2%; padding:15px 10px 0 10px; min-height:130px; }

	.abArea02 .pic { float:none; width:100%; border-radius:15px; margin-top:25px; }
}
@media all and (max-width:750px){
	.abArea02 {   padding-bottom:0; }
}


.abArea03 { position:relative; width:1920px; left:50%; margin-left:-960px; margin-top:150px; z-index:1; }
.abArea03 .jr-hd { text-align:left; }
.abBox03 { position:relative; min-height:880px; z-index:2; margin-top:70px; }
.abBox03 .bd01 { position:relative; z-index:2; }
.abBox03 .bd01 .wrap { position:relative; padding:0 60px 0 100px; box-sizing: border-box; }
 
.abBox03 .bd01 .swiper-slide a { position:relative; display:block; padding-left:20px; }
.abBox03 .bd01 .swiper-slide a:before { position:absolute; top:0; left:14px; background:#dbdbdb; width:2px; bottom:40px; display:none; content:""; z-index:2; }
.abBox03 .bd01 .swiper-slide a:after { position:absolute; top:0; left:14px; background:#f7931d; width:2px; height:35px; display:none; content:""; z-index:3; }
.abBox03 .bd01 .swiper-slide .p1 { font-size:16px; color:#666; line-height:1.1; }
.abBox03 .bd01 .swiper-slide .p1 i { font-size:30px; color:#333; font-weight:bold; }
.abBox03 .bd01 .swiper-slide .p2 { font-size:16px; color:#666; line-height:30px; margin-top:20px; height:180px; overflow-y:auto; padding-right:10px; display:none; }
.abBox03 .bd01 .swiper-slide .p2 p { padding-left:20px; background:url(ab09.png) no-repeat left 11px; }
.abBox03 .bd01 .swiper-slide .p3 { position:relative; margin-top:20px; width:22px; height:22px; background:url(ab07.png) no-repeat center; z-index:2; }


@media all and (min-width:1780px){
	
.abBox03 .bd01 .swiper-slide-active { padding-top:5px; }
.abBox03 .bd01 .swiper-slide-active + .swiper-slide { padding-top:373px; }
.abBox03 .bd01 .swiper-slide-active + .swiper-slide .p3 { top:-80px; bottom:auto; }
.abBox03 .bd01 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:15px; }
.abBox03 .bd01 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:430px; }
.abBox03 .bd01 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .p3 { top:-61px; bottom:auto; }
.abBox03 .bd01 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:100px; }


.abBox03 .bd01 .swiper-slide a { position:relative; padding-left:40px; min-height:310px; }
.abBox03 .bd01 .swiper-slide a:before { display:block; }
.abBox03 .bd01 .swiper-slide a:after { display:block; }
.abBox03 .bd01 .swiper-slide .p1 i { color:#f7931d; }
.abBox03 .bd01 .swiper-slide .p2 { display:block; }
.abBox03 .bd01 .swiper-slide .p3 { position:absolute; left:0; bottom:0; width:30px; height:30px; background:url(ab08.png) no-repeat center; z-index:2; }

}

 
.abBox03 .bd01 .btn .btn01 { position:absolute; top:235px; width:50px; height:50px; display:inline-block; background-size:cover!important; cursor:pointer; z-index:9; }
.abBox03 .bd01 .btn .prev-ab03 { background:url(e11.png) no-repeat center; left:0; }
.abBox03 .bd01 .btn .next-ab03 { background:url(e12.png) no-repeat center; right:0; }

.abBox03 .bd01 .btn .prev-ab03:hover { background:url(e21.png) no-repeat center; }
.abBox03 .bd01 .btn .next-ab03:hover { background:url(e22.png) no-repeat center; }

.abBox03 .bd01 .swiper-slide .p2::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#f7931d}
.abBox03 .bd01 .swiper-slide .p2::-webkit-scrollbar-track{background:#eee}
.abBox03 .bd01 .swiper-slide .p2::-webkit-scrollbar-corner{background:transparent}
.abBox03 .bd01 .swiper-slide .p2::-webkit-scrollbar{width:7px;height:7px}
 
.abBox03 .bd02 { position:absolute; left:0; right:0; bottom:0; z-index:0; }

@media all and (max-width:1780px){
	.abArea03 { position:relative; width:1780px; left:50%; margin-left:-890px; margin-top:80px; }
	.abArea03 .jr-hd { text-align:left; }
	.abBox03 { position:relative; min-height:800px; z-index:2; margin-top:40px; }
	.abBox03 .bd01 .wrap {  padding:0 50px 0 80px; }
	 
	.abBox03 .bd01 .swiper-slide a { position:relative; display:block; padding-top:230px; padding-left:20px; }
	.abBox03 .bd01 .swiper-slide a:before { position:absolute; top:0; left:14px; background:#dbdbdb; width:2px; bottom:40px; display:none; content:""; z-index:2; }
	.abBox03 .bd01 .swiper-slide a:after { position:absolute; top:0; left:14px; background:#f7931d; width:2px; height:35px; display:none; content:""; z-index:3; }
	.abBox03 .bd01 .swiper-slide .p1 { font-size:16px; }
	.abBox03 .bd01 .swiper-slide .p1 i { font-size:30px; }
	.abBox03 .bd01 .swiper-slide .p2 { font-size:14px; line-height:25px; margin-top:20px; height:150px; }
	.abBox03 .bd01 .swiper-slide .p2 p { background:url(ab09.png) no-repeat left 9px; }
 
	.abBox03 .bd01 .swiper-slide-active a { padding-top:255px; padding-left:0; }
	
	

	.abBox03 .bd01 .swiper-slide a { position:relative; padding-top:0; padding-left:40px; min-height:275px; }
	.abBox03 .bd01 .swiper-slide a:before { display:block; }
	.abBox03 .bd01 .swiper-slide a:after { display:block; }
	.abBox03 .bd01 .swiper-slide .p1 i { color:#f7931d; }
	.abBox03 .bd01 .swiper-slide .p2 { display:block; }
	.abBox03 .bd01 .swiper-slide .p3 { position:absolute; left:0; bottom:0; width:30px; height:30px; background:url(ab08.png) no-repeat center; z-index:2; }
 
	.abBox03 .bd01 .swiper-slide-active { padding-top:54px; }
	.abBox03 .bd01 .swiper-slide-active + .swiper-slide { padding-top:1px; }
	.abBox03 .bd01 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:80px; }
	
	.abBox03 .bd01 .swiper-slide-active + .swiper-slide { padding-top:330px; }
	.abBox03 .bd01 .swiper-slide-active + .swiper-slide .p3 { top:-105px; bottom:auto; }

	.abBox03 .bd01 .btn .btn01 { top:200px; width:40px; height:40px; }
}
@media all and (max-width:1280px){
	.abArea03 { width:100%; left:0; margin-left:0; margin-top:60px; }
	.abArea03 .jr-hd { text-align:left; }
	.abBox03 {  min-height:10px;  margin-top:30px; padding-bottom:50px; }
	.abBox03 .bd01 .wrap { padding:0 40px; }
	 
	.abBox03 .bd01:before { position:absolute; left:0; right:0; bottom:14px; height:1px; background:#eee; display:block; content:""; z-index:0; } 
	.abBox03 .bd01 .swiper-slide a { padding-top:0; padding-left:0; }
	.abBox03 .bd01 .swiper-slide a:before { left:14px; }
	.abBox03 .bd01 .swiper-slide a:after { left:14px; }
	.abBox03 .bd01 .swiper-slide .p1 { font-size:14px; }
	.abBox03 .bd01 .swiper-slide .p1 i { font-size:24px; }
	.abBox03 .bd01 .swiper-slide .p2 { font-size:14px; line-height:25px; margin-top:10px; height:150px; }
	.abBox03 .bd01 .swiper-slide .p2 p { padding-left:20px; background:url(ab09.png) no-repeat left 11px; }
	.abBox03 .bd01 .swiper-slide .p3 { position:relative; margin-top:20px; width:22px; height:22px; background:url(ab07.png) no-repeat center; z-index:2; }

	 
	.abBox03 .bd01 .swiper-slide-active a { padding-top:0; padding-left:0; }

	.abBox03 .bd01 .swiper-slide-active a { position:relative; padding-top:0; padding-left:30px; min-height:275px; }
	.abBox03 .bd01 .swiper-slide-active a:before { display:block; }
	.abBox03 .bd01 .swiper-slide-active a:after { display:block; }
	.abBox03 .bd01 .swiper-slide-active .p1 i { color:#f7931d; }
	.abBox03 .bd01 .swiper-slide-active .p2 { display:block; }
	.abBox03 .bd01 .swiper-slide-active .p3 { position:absolute; left:0; bottom:0; width:30px; height:30px; background:url(ab08.png) no-repeat center; z-index:2; }
	 
	.abBox03 .bd01 .swiper-slide-active { padding-top:0; }
	.abBox03 .bd01 .swiper-slide-active + .swiper-slide { padding-top:0; }
	.abBox03 .bd01 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:0; }
	
	.abBox03 .bd01 .swiper-slide-active + .swiper-slide { padding-top:0; }
	.abBox03 .bd01 .swiper-slide-active + .swiper-slide .p3 { top:-102px; bottom:auto; } 
	 
	 
	 
	.abBox03 .bd01 .btn .btn01 { top:100px; width:30px; height:30px; }
	
	.abBox03 .bd02 { display:none; }
}
@media all and (max-width:750px){
	
}
 
.abArea04 { position:relative; margin-top:80px; z-index:22; }
.abArea04 .jr-hd { text-align:left; }
.abArea04 .bd { position:relative; margin-top:70px; overflow:hidden; }
 
.abArea04 .bd .btn { margin-top:60px; text-align:right; font-size:0; }
.abArea04 .bd .btn .btn01 { width:50px; height:50px; margin-left:25px; display:inline-block; background-size:cover!important; cursor:pointer; }
.abArea04 .bd .btn .prev-ab04 { background:url(e11.png) no-repeat center; }
.abArea04 .bd .btn .next-ab04 { background:url(e12.png) no-repeat center; }

.abArea04 .bd .btn .prev-ab04:hover { background:url(e21.png) no-repeat center; }
.abArea04 .bd .btn .next-ab04:hover { background:url(e22.png) no-repeat center; }

.abArea04 .bd .bBox-page { position:absolute; left:0!important; bottom:25px!important; top:auto!important; width:calc(100% - 190px)!important; height:3px!important; background:#cce0ef; z-index:2; }
.abArea04 .bd .bBox-page .swiper-pagination-progressbar-fill { background: #f7931d; }

@media all and (max-width:1780px){
	.abArea04 .bd { margin-top:50px; }
	
	.abArea04 .bd .btn { margin-top:40px; }
	.abArea04 .bd .btn .btn01 { width:40px; height:40px; margin-left:20px; }
 
	.abArea04 .bd .bBox-page { bottom:20px!important; width:calc(100% - 150px)!important; }
}
@media all and (max-width:1280px){
	.abArea04 { margin-top:60px; }
	.abArea04 .bd { margin-top:30px; }
	.abArea04 .bd .btn { margin-top:20px; }
	.abArea04 .bd .btn .btn01 { width:40px; height:40px; margin-left:20px; }
 
	.abArea04 .bd .bBox-page { bottom:20px!important; width:calc(100% - 150px)!important; }
}
@media all and (max-width:750px){
	.abArea04 { margin-top:40px; }
	.abArea04 .bd { margin-top:20px; }
	.abArea04 .bd .btn { margin-top:20px; }
	.abArea04 .bd .btn .btn01 { width:40px; height:40px; margin-left:20px; }
 
	.abArea04 .bd .bBox-page { bottom:20px!important; width:calc(100% - 150px)!important; }
}

.abArea05 { position:relative; margin-top:80px; z-index:22; }
.abArea05 .jr-hd { text-align:left; }
.abArea05 .bd { position:relative; margin-top:70px; overflow:hidden; }
.abArea05 .bd .img02 { display:none; }

@media all and (max-width:1780px){
	.abArea05 .bd { margin-top:50px; }
}
@media all and (max-width:1280px){
	.abArea05 { margin-top:60px; }
	.abArea05 .bd { margin-top:30px; }
}
@media all and (max-width:750px){
	.abArea05 { margin-top:40px; }
	.abArea05 .bd { margin-top:20px; }
	.abArea05 .bd .img01 { display:none; }
	.abArea05 .bd .img02 { display:block; }
}



.fancybox-title-float-wrap .child { font-size:18px!important; line-height:40px!important; }
@media all and (max-width:1280px){
	.fancybox-title-float-wrap .child { font-size:16px!important; line-height:30px!important; }
}
@media all and (max-width:750px){
	.fancybox-title-float-wrap .child { font-size:14px!important; line-height:25px!important; }
}



.page-display { display: flex; justify-content: space-between; flex-wrap: wrap; }
.page-display .left-content { width: 67.83%; }
.page-display .relative-box { width: 26.041%; position: sticky; top: 0; height: 100%; }
.page-display .relative-box .quick-news { margin-top: 44px; }

.page-display .relative-box .quick-news p { display: flex; margin-bottom: 15px; color: #999999; font-size: 16px; }
.page-display .relative-box .quick-news p a { max-width: 75%; display: block;  color: #333; transition: all 0.3s; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }

.page-display .relative-box .quick-news p a:hover { color: #f7931d; }

.page-display .relative-box .return {
    display: block;
    margin-top: 0.6rem;
    line-height: 50px;
    background-color: #006cb7;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
}
.page-display .relative-box .return:hover { box-shadow: 0 2px 30px rgba(0,112,217,.5); }
.page-display .relative-box .return img { vertical-align: middle;position: relative;top: -2px; margin-left: 10px;}

@media screen and (max-width: 1280px) {
    .page-display .left-content { width: 100%; }
    .page-display .relative-box { width: 100%; position: relative;padding-bottom: 0.8rem; }
    .page-display .relative-box .return {width: 170px;line-height: 44px; margin: 0 auto;font-size: 14px; }
	
	.page-display .relative-box .quick-news p {  font-size: 14px; }
}


.mapArea01 { background:url(mapArea01.jpg) no-repeat center bottom; }
.mapbox01 { position:relative; width:1920px; left:50%; margin-left:-960px; }
.mapbox01 .img02 { display:none; }

.mapbox02 { padding:140px 0 125px; }
.mapbox02 .txt01 { float:left; padding-top:20px; line-height:1.1;  max-width:calc(100% - 550px); }
.mapbox02 .txt01 .p3 { font-size:20px; color:#666; }
.mapbox02 .txt01 .p1 { font-size:48px; color:#006aba; font-weight:bold; margin-top:25px; }
.mapbox02 .txt01 .p2 { font-size:36px; color:#333; margin-top:20px; line-height:1.7; }

.mapbox02 .txt02 { float:right; width:495px; margin-right:70px; font-size:30px; line-height:50px; }
.mapbox02 .txt02 ul li:nth-child(n + 2) { margin-top:35px; }
.mapbox02 .txt02 ul li .p21 { float:left; color:#999; width:90px; }
.mapbox02 .txt02 ul li .p22 { float:left; color:#333; width:calc(100% - 90px); }

@media all and (max-width:1780px){
	.mapbox01 { width:1780px; left:50%; margin-left:-890px; } 
	
	.mapbox02 { padding:80px 0; }
	.mapbox02 .txt01 { float:left; padding-top:20px; max-width:calc(100% - 450px); }
	.mapbox02 .txt01 .p3 { font-size:16px; }
	.mapbox02 .txt01 .p1 { font-size:30px; margin-top:25px; }
	.mapbox02 .txt01 .p2 { font-size:20px; margin-top:20px; }

	.mapbox02 .txt02 { float:right; width:400px; margin-right:0; font-size:20px; line-height:40px; }
	.mapbox02 .txt02 ul li:nth-child(n + 2) { margin-top:25px; }
	.mapbox02 .txt02 ul li .p21 { float:left; color:#999; width:60px; }
	.mapbox02 .txt02 ul li .p22 { float:left; color:#333; width:calc(100% - 60px); }
}
@media all and (max-width:1280px){
	.mapbox01 { width:100%; left:0; margin-left:0; } 
	
	.mapbox02 { padding:60px 0; }
	.mapbox02 .txt01 { float:left; padding-top:20px; max-width:calc(100% - 350px); }
	.mapbox02 .txt01 .p3 { font-size:14px; }
	.mapbox02 .txt01 .p1 { font-size:24px; margin-top:15px; }
	.mapbox02 .txt01 .p2 { font-size:16px; margin-top:15px; }

	.mapbox02 .txt02 { float:right; width:300px; margin-right:0; font-size:16px; line-height:30px; }
	.mapbox02 .txt02 ul li:nth-child(n + 2) { margin-top:15px; }
	.mapbox02 .txt02 ul li .p21 { float:left; color:#999; width:50px; }
	.mapbox02 .txt02 ul li .p22 { float:left; color:#333; width:calc(100% - 50px); } 
}
@media all and (max-width:750px){
	.mapbox01 { width:100%; left:0; margin-left:0; } 
	.mapbox01 .img01 { display:none; }
	.mapbox01 .img02 { display:block; }
	
	.mapbox02 { padding:40px 0; }
	.mapbox02 .txt01 { float:none; padding-top:0; max-width:100%; }
	.mapbox02 .txt01 .p3 { font-size:14px; }
	.mapbox02 .txt01 .p1 { font-size:20px; margin-top:10px; }
	.mapbox02 .txt01 .p2 { font-size:14px; margin-top:10px; }

	.mapbox02 .txt02 { float:none; width:100%; margin-right:0; font-size:14px; line-height:25px; margin-top:30px; }
	.mapbox02 .txt02 ul li:nth-child(n + 2) { margin-top:10px; }
	.mapbox02 .txt02 ul li .p21 { float:left; color:#999; width:35px; }
	.mapbox02 .txt02 ul li .p22 { float:left; color:#333; width:calc(100% - 35px); }  
}


.proBox { position:relative; width:1920px; left:50%; margin-left:-960px; z-index:2; }
.proBox ul li .pic { float:left; width:900px; z-index:1; }
.proBox ul li .txt { float:right; width:855px; margin-right:calc(50% - 840px); padding-top:145px; line-height:1.1; }
.proBox ul li .txt .p1 { font-size:30px; color:#333; font-weight:bold; }
.proBox ul li .txt .p2 { font-size:16px; color:#666; line-height:30px; height:60px; margin-top:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.proBox ul li .txt .p3 { position:relative; margin-top:30px; height:1px; background:#e7e7e7; }
.proBox ul li .txt .p3:before { position:absolute; left:0; top:0; width:0; height:1px; background:#f7931d; transition: all 0.6s; display:block; content:""; z-index:2; }
.proBox ul li .txt .p4 { margin-top:35px; max-height:100px; overflow:hidden; }
.proBox ul li .txt .p4 a { float:left; width:19%; margin-right:1.25%; text-align:center; font-size:16px; height:40px; line-height:40px; border:1px solid #e7e7e7; color:#999; box-sizing: border-box; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.proBox ul li .txt .p4 a:nth-child(5n) { margin-right:0; }
.proBox ul li .txt .p4 a:nth-child(n + 6) { margin-top:20px; }
.proBox ul li .txt .p4 a:hover { background:#f7931d; color:#fff; border-color:#f7931d; border-radius:7px; font-weight:bold; }
.proBox ul li .txt .p5 { margin-top:65px; }
.proBox ul li .txt .p5 a { position:relative; display:block; width:145px; border-radius:30px; font-size:0; padding-left:13px; box-sizing: border-box; z-index:5; }
.proBox ul li .txt .p5 a i { display:inline-block; padding-left:50px; font-size:16px; color:#333; background:url(m01.png) no-repeat center left; line-height:40px; }
.proBox ul li .txt .p5 a:before { position:absolute; top:0; left:0; display:block; width:40px; height:40px; border-radius:30px; background:#f7931d; content:""; transition: all 0.6s; z-index:-1; }
 
.proBox ul li .txt .p5 a:hover i { color:#fff; }
.proBox ul li .txt .p5 a:hover:before { width:100%; }
 

.proBox ul li:nth-child(2n) .pic { float:right; }
.proBox ul li:nth-child(2n) .txt { float:left; margin-left:calc(50% - 840px); margin-right:0; }

.proBox ul li:hover .txt .p1 { color:#f7931d; }
.proBox ul li:hover .txt .p3:before { width:100%; }

@media all and (max-width:1780px){
	.proBox { position:relative; width:100%; left:0; margin-left:0; z-index:2; }
	.proBox ul li .pic { float:left; width:47%; }
	.proBox ul li .txt { float:right; width:calc(3% + 550px); margin-right:calc(50% - 600px); padding-top:60px; }
	.proBox ul li .txt .p1 { font-size:28px; }
	.proBox ul li .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:25px; }
	.proBox ul li .txt .p3 { margin-top:25px; }
	.proBox ul li .txt .p4 { margin-top:25px; max-height:125px; }
	.proBox ul li .txt .p4 a { float:left; width:23.5%; margin-right:2%; font-size:14px; height:35px; line-height:35px;   }
	.proBox ul li .txt .p4 a:nth-child(5n) { margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(4n) { margin-right:0; }
	.proBox ul li .txt .p4 a:nth-child(n + 5) { margin-top:10px; }
 
	.proBox ul li .txt .p5 { margin-top:50px; }
	.proBox ul li .txt .p5 a i { padding-left:40px; font-size:14px; }
	
	.proBox ul li:nth-child(2n) .pic { float:right; }
	.proBox ul li:nth-child(2n) .txt { float:left; margin-left:calc(50% - 600px); margin-right:0; }
}
@media all and (max-width:1280px){
	.proBox ul li .pic { float:left; width:45%; }
	.proBox ul li .txt { float:right; width:45%; margin-right:4%; padding-top:30px; }
	.proBox ul li .txt .p1 { font-size:20px; }
	.proBox ul li .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:15px; }
	.proBox ul li .txt .p3 { margin-top:15px; }
	.proBox ul li .txt .p4 { margin-top:15px; max-height:150px; }
	.proBox ul li .txt .p4 a { float:left; width:32%; margin-right:2%; font-size:12px; height:30px; line-height:30px;   }
	.proBox ul li .txt .p4 a:nth-child(5n) { margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(4n) { margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(3n) { margin-right:0; }
	.proBox ul li .txt .p4 a:nth-child(n + 4) { margin-top:10px; }
 
	.proBox ul li .txt .p5 { margin-top:20px; }
	.proBox ul li .txt .p5 a { width:125px; padding-left:10px; }
	.proBox ul li .txt .p5 a i { padding-left:40px; line-height:35px; }
	.proBox ul li .txt .p5 a:before { width:35px; height:35px; }
	
	.proBox ul li:nth-child(2n) .pic { float:right; }
	.proBox ul li:nth-child(2n) .txt { float:left; margin-left:4%; margin-right:0; }
}
@media all and (max-width:900px){	
	.proBox ul li .pic { float:none; width:100%; }
	.proBox ul li .txt { float:none; width:100%; margin-right:0; padding:30px 4%; box-sizing: border-box; }
	.proBox ul li .txt .p1 { font-size:20px; }
	.proBox ul li .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:15px; }
	.proBox ul li .txt .p3 { margin-top:15px; }
	.proBox ul li .txt .p4 { margin-top:15px; max-height:10000px; }
	.proBox ul li .txt .p4 a { float:left; width:32%; margin-right:2%; font-size:12px; height:30px; line-height:30px;   }
	.proBox ul li .txt .p4 a:nth-child(5n) { margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(4n) { margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(3n) { margin-right:0; }
	.proBox ul li .txt .p4 a:nth-child(n + 4) { margin-top:10px; }
 
	.proBox ul li .txt .p5 { margin-top:20px; }
	 
	.proBox ul li:nth-child(2n) .pic { float:none; }
	.proBox ul li:nth-child(2n) .txt { float:none; margin-left:0; margin-right:0; }
}	
@media all and (max-width:750px){	
	.proBox ul li .txt .p4 a { float:left; width:49%; margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(5n) { margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(4n) { margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(3n) { margin-right:2%; }
	.proBox ul li .txt .p4 a:nth-child(2n) { margin-right:0; }
	.proBox ul li .txt .p4 a:nth-child(n + 3) { margin-top:10px; }
}

.faArea { padding:100px 0 150px; }
@media all and (max-width:1780px){
	.faArea { padding:80px 0 100px; }
}
@media all and (max-width:1280px){
	.faArea { padding:60px 0; }
}
@media all and (max-width:750px){
	.faArea { padding:30px 0; }
}


.faArea01 .bd01 { position:relative; float:left; width:850px; border-radius:15px; overflow:hidden; }
.faArea01 .bd01 .swiper-slide { position:relative; }
.faArea01 .bd01 .swiper-slide .pic { overflow:hidden; }
.faArea01 .bd01 .swiper-slide .pic img { transition: all 0.6s; }
.faArea01 .bd01 .swiper-slide .txt { position:absolute; right:0; bottom:0; width:500px; line-height:70px; background:#f2faff; padding:0 115px 0 40px; font-size:18px; color:#333; z-index:2; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; border-radius:15px 0 0 0; }

.faArea01 .bd01 .btn { position:absolute; right:35px; bottom:25px; font-size:0; z-index:2; }
.faArea01 .bd01 .btn .btn01 { display:inline-block; width:19px; height:19px; cursor:pointer; }
.faArea01 .bd01 .btn .prev-fa01 { background:url(fa03.png) no-repeat center; }
.faArea01 .bd01 .btn .next-fa01 { background:url(fa04.png) no-repeat center; margin-left:15px; }

.faArea01 .bd01 .swiper-slide:hover .pic img { transform: scale(1.1)!important; }

.faArea01 .bd02 { float:right; width:calc(100% - 930px); padding-top:30px; color:#333; }
.faArea01 .bd02 .p1 { font-size:36px;font-weight:bold; }
.faArea01 .bd02 .p2 { font-size:16px; line-height:25px; margin-top:25px; padding-bottom:25px; border-bottom:1px solid #ededed; }
.faArea01 .bd02 .p3 { margin-top:35px; font-size:16px; color:#666; font-weight:bold; }
.faArea01 .bd02 .p4 { margin-top:20px; font-size:0; }
.faArea01 .bd02 .p4 a { display:inline-block; color:#999; line-height:35px; font-size:16px; padding:0 30px; border:1px solid #ebebeb; margin:0 30px 20px 0; cursor:pointer; }
.faArea01 .bd02 .p4 a:hover { color:#fff; border:1px solid #f08519; background:#f08519; }

@media all and (max-width:1780px){
	.faArea01 .bd01 { float:left; width:600px; }
	.faArea01 .bd01 .swiper-slide .txt { width:400px; line-height:60px; padding:0 115px 0 20px; font-size:16px; }

	.faArea01 .bd01 .btn { right:25px; bottom:20px; }
 
	.faArea01 .bd02 { float:right; width:calc(100% - 630px); padding-top:20px; }
	.faArea01 .bd02 .p1 { font-size:20px;  }
	.faArea01 .bd02 .p2 { font-size:14px; line-height:1.6; margin-top:15px; padding-bottom:15px; }
	.faArea01 .bd02 .p3 { margin-top:15px; font-size:16px; }
	.faArea01 .bd02 .p4 { margin-top:15px; }
	.faArea01 .bd02 .p4 a { line-height:25px; font-size:14px; padding:0 20px; margin:0 20px 15px 0; }
}
@media all and (max-width:1280px){
	.faArea01 .bd01 { float:left; width:500px; }
	.faArea01 .bd01 .swiper-slide .txt { width:300px; line-height:50px; padding:0 115px 0 20px; font-size:14px; }
	
	.faArea01 .bd01 .btn { right:25px; bottom:15px; }
 
	.faArea01 .bd02 { float:right; width:calc(100% - 530px); padding-top:10px; }
	.faArea01 .bd02 .p1 { font-size:20px;  }
	.faArea01 .bd02 .p2 { font-size:14px; line-height:1.6; margin-top:10px; padding-bottom:10px; }
	.faArea01 .bd02 .p3 { margin-top:10px; font-size:14px; }
	.faArea01 .bd02 .p4 { margin-top:10px; }
	.faArea01 .bd02 .p4 a { line-height:25px; font-size:12px; padding:0 15px; margin:0 10px 10px 0; }
}	
@media all and (max-width:1000px){
	.faArea01 .bd01 { float:none; width:100%; }
	.faArea01 .bd02 { float:none; width:100%; padding-top:30px; }
}
@media all and (max-width:750px){
	.faArea01 .bd01 .swiper-slide .txt { width:100%; line-height:40px; padding:0 85px 0 15px; font-size:14px; border-radius:0; }
	
	.faArea01 .bd01 .btn { right:15px; bottom:12px; }
	.faArea01 .bd01 .btn .btn01 { width:15px; height:15px; background-size:cover!important; }
 
	.faArea01 .bd02 .p1 { font-size:20px;  }
	.faArea01 .bd02 .p2 { font-size:14px; line-height:1.6; margin-top:10px; padding-bottom:10px; }
	.faArea01 .bd02 .p3 { margin-top:10px; font-size:14px; }
	.faArea01 .bd02 .p4 { margin-top:10px; }
	.faArea01 .bd02 .p4 a { line-height:25px; font-size:12px; padding:0 15px; margin:0 10px 10px 0; }
}

.fa_hd { text-align:center; font-size:36px; margin-bottom:80px; color:#333; font-weight:bold; }
@media all and (max-width:1780px){
	.fa_hd { font-size:30px; margin-bottom:60px; }
}
@media all and (max-width:1280px){
	.fa_hd { font-size:28px; margin-bottom:40px; }
}	
@media all and (max-width:750px){
	.fa_hd { font-size:20px; margin-bottom:30px; }
}

.faArea02 { margin-top:100px; }
.faArea02 .bd { font-size:16px; }
.faArea02 .bd img { max-width:100%; }

@media all and (max-width:1780px){
	.faArea02 { margin-top:80px; }	
}
@media all and (max-width:1280px){
	.faArea02 { margin-top:60px; }	
	.faArea02 .bd { font-size:14px; }
}	
@media all and (max-width:750px){
	.faArea02 { margin-top:30px; }
}



.faArea03 { margin-top:100px; width:100%; overflow:hidden; }
.faArea03 .bd { position:relative; width:1110px; margin:0 auto; }
.faArea03 .bd .swiper-slide { width:100%; margin-right:100px; border-radius:10px; background:#fff; overflow:hidden; opacity:0.5; }
.faArea03 .bd .swiper-slide-active { opacity:1; }
.faArea03 .bd .swiper-slide .txt { padding:50px; position:relative; }
.faArea03 .bd .swiper-slide .txt01 { position:absolute; top:50%; transform: translateY(-50%); width:330px; left:50px; padding-left:35px; font-size:60px; font-weight:bold; font-style:italic; color:#0062b0; box-sizing: border-box; z-index:2; }
.faArea03 .bd .swiper-slide .txt01:before { position:absolute; top:-30px; left:0; width:70px; height:70px; display:block; content:""; background:url(fa01.png) no-repeat center; background-size:cover; z-index:-1; }
.faArea03 .bd .swiper-slide .txt01:after { position:absolute; bottom:-30px; right:0; width:70px; height:70px; display:block; content:""; background:url(fa02.png) no-repeat center; background-size:cover; z-index:-1; }

.faArea03 .bd .swiper-slide .txt02 { float:right; width:625px; }
.faArea03 .bd .swiper-slide .txt02 ul { padding-left:25px; min-height:380px; max-height:380px; overflow-y:auto; }
.faArea03 .bd .swiper-slide .txt02 ul li:nth-child(n + 2) { margin-top:20px; }
.faArea03 .bd .swiper-slide .txt02 ul li .p1 { position:relative; font-size:16px; color:#333; font-weight:bold; }
.faArea03 .bd .swiper-slide .txt02 ul li .p1:before { position:absolute; left:-25px; top:50%; transform: translateY(-50%); display:block; content:""; width:12px; height:12px; background:#f2f2f2; border-radius:100%; z-index:2; }
.faArea03 .bd .swiper-slide .txt02 ul li .p2 { font-size:16px; line-height:24px; margin-top:10px; color:#666  }

.faArea03 .bd .swiper-slide .txt02 ul li:hover .p1 { color:#f7931d; }
.faArea03 .bd .swiper-slide .txt02 ul li:hover .p1:before { background:#f7931d; }

.faArea03 .bd .btn { font-size:0; }
.faArea03 .bd .btn .btn01 { position:absolute; top:50%; transform: translateY(-50%); z-index:2; width:50px; height:50px; display:inline-block; background-size:cover!important; cursor:pointer; }
.faArea03 .bd .btn .prev-fa03 { background:url(e11.png) no-repeat center; left:-150px; }
.faArea03 .bd .btn .next-fa03 { background:url(e12.png) no-repeat center; right:-150px; }

.faArea03 .bd .btn .prev-fa03:hover { background:url(e21.png) no-repeat center; }
.faArea03 .bd .btn .next-fa03:hover { background:url(e22.png) no-repeat center; }


@media all and (max-width:1780px){
	.faArea03 { margin-top:80px; }
	.faArea03 .bd { width:1100px; }
	.faArea03 .bd .swiper-slide { margin-right:50px; }
	
	.faArea03 .bd .btn .btn01 { width:40px; height:40px; }
	.faArea03 .bd .btn .prev-fa03 { left:-100px; }
	.faArea03 .bd .btn .next-fa03 { right:-100px; }
}
@media all and (max-width:1400px){
	.faArea03 .bd .btn .btn01 { width:40px; height:40px; }
	.faArea03 .bd .btn .prev-fa03 { left:-50px; }
	.faArea03 .bd .btn .next-fa03 { right:-50px; }
}
@media all and (max-width:1280px){
	.faArea03 { margin-top:60px; }
	.faArea03 .bd { width:92%; }
	.faArea03 .bd .swiper-slide { margin-right:30px; }
	
	.faArea03 .bd .swiper-slide .txt { padding:30px; }
	.faArea03 .bd .swiper-slide .txt01 { width:200px; left:30px; padding-left:20px; font-size:40px; }
	.faArea03 .bd .swiper-slide .txt01:before { top:-15px; width:40px; height:40px; }
	.faArea03 .bd .swiper-slide .txt01:after { bottom:-15px; width:40px; height:40px; }
	
	.faArea03 .bd .swiper-slide .txt02 { float:right; width:calc(100% - 250px); }
	.faArea03 .bd .swiper-slide .txt02 ul { padding-left:15px; min-height:300px; max-height:300px; overflow-y:auto; }
	.faArea03 .bd .swiper-slide .txt02 ul li:nth-child(n + 2) { margin-top:15px; }
	.faArea03 .bd .swiper-slide .txt02 ul li .p1 { font-size:14px; }
	.faArea03 .bd .swiper-slide .txt02 ul li .p1:before { left:-15px; width:8px; height:8px; }
	.faArea03 .bd .swiper-slide .txt02 ul li .p2 { font-size:14px; line-height:24px; margin-top:10px; }
	
	.faArea03 .bd .btn .prev-fa03 { left:-20px; }
	.faArea03 .bd .btn .next-fa03 { right:-20px; }
}	
@media all and (max-width:750px){
	.faArea03 { margin-top:30px; }
	.faArea03 .bd { width:92%; }
	.faArea03 .bd .swiper-slide { margin-right:20px; }
	
	.faArea03 .bd .swiper-slide .txt { padding:20px 5px 20px 15px; }
	.faArea03 .bd .swiper-slide .txt01 { position:relative; width:100px; left:auto; top:auto; transform: translateY(0); padding-left:10px; font-size:20px; }
	.faArea03 .bd .swiper-slide .txt01:before { top:0; width:20px; height:20px; }
	.faArea03 .bd .swiper-slide .txt01:after { bottom:0; width:20px; height:20px; }
	
	.faArea03 .bd .swiper-slide .txt02 { float:none; width:100%; margin-top:15px; }
	.faArea03 .bd .swiper-slide .txt02 ul { padding:0 15px; min-height:10px; max-height:99999px; overflow-y:auto; }
	
	.faArea03 .bd .btn { margin-top:25px; text-align:center; }
	.faArea03 .bd .btn .btn01 { position:relative; top:auto; transform: translateY(0); margin:0 10px; }
	.faArea03 .bd .btn .prev-fa03 { left:auto; }
	.faArea03 .bd .btn .next-fa03 { right:auto; }
}



.faArea04 { margin-top:100px; width:100%; overflow:hidden; }
.faArea04 .bd { width:1560px; margin:0 auto; }
.faArea04 .bd .swiper-slide { width:500px; margin-right:30px; border-radius:8px; overflow:hidden; }
.faArea04 .bd .swiper-slide .pic { overflow:hidden; }
.faArea04 .bd .swiper-slide .pic img { transition: all 0.6s; }
.faArea04 .bd .swiper-slide .txt { line-height:70px; height:70px; padding:0 10px; font-size:18px; color:#333; background:#fff; text-align:center; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.faArea04 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
.faArea04 .bd .swiper-slide:hover .txt { font-weight:bold; color:#f7931d; }

@media all and (max-width:1780px){
	.faArea04 { margin-top:80px; }
	.faArea04 .bd { width:1200px; }
	.faArea04 .bd .swiper-slide { width:380px; margin-right:30px; }
	.faArea04 .bd .swiper-slide .txt { line-height:70px; height:70px; padding:0 10px; font-size:18px; }
}
@media all and (max-width:1280px){
	.faArea04 { margin-top:60px; }
	.faArea04 .bd { width:92%; }
	.faArea04 .bd .swiper-slide { width:32%; margin-right:2%; }
	.faArea04 .bd .swiper-slide .txt { line-height:50px; height:50px; padding:0 10px; font-size:14px; }
}	
@media all and (max-width:750px){
	.faArea04 { margin-top:30px; }
	.faArea04 .bd { width:92%; }
	.faArea04 .bd .swiper-slide { width:49%; margin-right:2%; }
	.faArea04 .bd .swiper-slide .txt { line-height:40px; height:40px; padding:0 5px; font-size:14px; }

}

.sseach { padding:0 0 30px; border-bottom:1px solid #eee; margin-bottom:60px; }
.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: #f7931d; }
 
@media all and (max-width:750px){
	.sseach { padding:0 0 30px;  margin-bottom:30px; }
	.sseach .item { margin-right:20px; font-size: 16px; }
	.sseach .item:last-child { margin-right: 0; }
}







@keyframes circle_around{
	0%{transform: translate(-50%,-50%) rotate(0)}
	100%{transform: translate(-50%,-50%) rotate(360deg)}
}
/* 左右扭动动画 */
@keyframes jello 
{
    0%,11.1%,100%{transform: none;}
    22.2%{transform: skewX(-12.5deg) skewY(-12.5deg);-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);}
    33.3%{transform: skewX(6.25deg) skewY(6.25deg);-webkit-transform: skewX(6.25deg) skewY(6.25deg);}
    44.4%{transform: skewX(-3.125deg) skewY(-3.125deg);-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);}
    55.5%{transform: skewX(1.5625deg) skewY(1.5625deg);-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);}
    66.6%{transform: skewX(-0.78125deg) skewY(-0.78125deg);-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);}
    77.7%{transform: skewX(0.390625deg) skewY(0.390625deg);-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);}
    88.8%{transform: skewX(-0.195312deg) skewY(-0.195312deg);-webkit-transform: skewX(-0.195312deg) skewY(-0.195312deg);}
}
@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
    }
}


