@charset "utf-8";
/* Banner */
.banner-ny { position:relative;  font-size:0; }
.banner-ny img { width:100%; height:auto; }
.banner-ny .img02 { display:none; }

.banner-ny .txt { position:absolute; top:42%; transform: translateY(-50%); left:0; right:0; color:#fff; line-height:1.1; z-index:2; }
.banner-ny .txt .p1 { font-size:52px; font-weight:bold; }
.banner-ny .txt .p2 { font-size:36px; margin-top:25px; }

@media all and (max-width:1680px){
	.banner-ny .txt .p1 { font-size:40px; }
	.banner-ny .txt .p2 { font-size:24px; margin-top:20px; }
}
@media all and (max-width:1200px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt { top:50%; text-align:center; }
	.banner-ny .txt .p1 { font-size:30px; }
	.banner-ny .txt .p2 { font-size:18px; margin-top:15px; }
}
 
/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:80px 0; }

@media all and (max-width:1680px){
	.main { padding:60px 0; }
}
@media all and (max-width:1200px){
	.main { padding:40px 0; }
}

.sidebar { background:#f4f4f4; }


.leftTitle { display:none; }

.menu { position:relative; font-size:0; }
.menu ul li { position:relative; float:left; display:inline-block; margin-right:30px; }
.menu ul li:last-child { margin-right:0; }
.menu ul li a { position:relative; display:block; padding:0 75px; font-size:18px; font-weight:bold; color:#333; height:100px; line-height:100px; }
.menu ul li a:before { position:absolute; display:block; content:""; left:0; top:0; width:0; height:2px; background:#044dea; z-index:5; }
 
.menu ul li a.current,.menu ul li:hover a { color:#044dea; background:#dce3f3; }
.menu ul li a.current:before,.menu ul li:hover a:before { width:100%; }
 
 
.sidebar01 .menu ul li a { padding:0 50px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content:center; align-items: center; }
.sidebar01 .menu ul li a em { margin-right:10px; }
.sidebar01 .menu ul li a img { vertical-align:middle; }
 
 
@media all and (max-width:1680px){
	.menu ul li { margin-right:20px; }
	.menu ul li a { font-size:16px; padding:0 50px; height:70px; line-height:70px; }
	
	.sidebar01 .menu ul li a { padding:0 30px; }
	.sidebar01 .menu ul li a img { max-height:30px; width:auto; }
}
@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:24px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; height:auto!important; }
.article video { max-width:100%; height:auto!important; }

@media all and (max-width:1200px){
	.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:1680px){
	.location { width:100%; }
}
@media all and (max-width:1000px){
 
	.location { margin:0 auto 20px; font-size:12px; }
	.location a { padding:0 5px; }
}
 
 
/* 新闻列表 */
.list li { padding:10px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.png) 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:1200px){
	.list li { font-size:14px; }
}

/* 图文新闻 */
.picnews ul li { float:left; width:32%; margin-right:2%; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:40px; }
.picnews ul li .pic { position:relative; padding-bottom:57%; overflow:hidden; }
.picnews ul li .pic img { position:absolute; top:0; left:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.picnews ul li .txt { margin-top:25px; }
.picnews ul li .txt .p1 { font-size:18px; color:#000; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { font-size:14px; color:#777; margin-top:15px; }
.picnews ul li .txt .p3 { font-size:14px; color:#777; margin-top:15px; line-height:25px; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.picnews ul li:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1200px){
	.picnews ul li { width:49%; margin-right:2%; }
	.picnews ul li:nth-child(3n) { margin-right:2%; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li:nth-child(n + 3) { margin-top:30px; }
	
	.picnews ul li .txt .p1 { font-size:16px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:10px; } 
}
@media all and (max-width:750px){
	.picnews ul li { width:100%; margin-right:0; }
	.picnews ul li:nth-child(3n) { margin-right:0; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li:nth-child(n + 2) { margin-top:20px; }
	
	.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 .pic-item { float:left; width:32%; margin-right:2%; }
.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
.piList .pic-item-list .pic-item:nth-child(n + 4) { margin-top:40px; }
.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:0 10px; background:#fff; }
.piList .pic-item-list .pic-item dl dt { height:80px; font-size:16px; line-height:80px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
 
.piList .pic-item-list .pic-item:hover .list-pic img { transform: scale(1.1)!important; }

@media all and (max-width:1480px){
	.piList .pic-item-list .pic-item:nth-child(n + 4) { margin-top:30px; }
	.piList .pic-item-list .pic-item dl dt { height:60px; font-size:16px; line-height:60px; }
}
 
@media all and (max-width:1200px){
	.piList .pic-item-list .pic-item { width:49%;  }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item:nth-child(n + 3) { margin-top:2%; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; height:40px; line-height:40px; }

}
 
/* 分页 */
.page { text-align:center; margin-top:60px; }
.page a { display:inline-block; margin:0 5px; padding:5px 11px; background:#eee; color:#4f4f4f; border-radius:5px; vertical-align:top; font-size: 14px; }
.page a:hover,.page .current { background:#053FAB; color:#fff; }

@media screen and (max-width: 1200px){
	.page { margin-top:40px; }
	.page a { padding:3px 5px; margin: 0 3px; font-size: 12px; }
}
@media screen and (max-width: 750px){
	.page { margin-top:30px; }
}


.swArea { max-width:1200px; margin:0 auto; }
.swArea ul li { float:left; width:48.5%; margin-right:3%; }
.swArea ul li:nth-child(2n) { margin-right:0; }
.swArea ul li:nth-child(n + 3) { margin-top:30px; }
.swArea ul li.li02 { width:100%; margin-right:0; }
.swArea ul li.li03 { width:100%; text-align:center; margin-top:70px; margin-right:0; }
.swArea ul li .p1 { line-height:20px; font-size:16px; color:#333; }
.swArea ul li .p1 i { color:#ff0000; }
.swArea ul li .p2 { margin-top:10px; }

.swArea ul li .text { width:100%; line-height:55px; background:#eee; padding:0 25px; font-size:14px; color:#333; box-sizing: border-box; }
.swArea ul li .textarea { width:100%; height:130px; background:#eee; padding:20px 25px; font-size:14px; color:#333; box-sizing: border-box; }
.swArea ul li .btn { display:inline-block; width:165px; line-height:50px; margin:0 35px; font-size:18px; color:#333; background:#eee; border-radius:30px; cursor:pointer; }
.swArea ul li .btn01 { color:#fff; background:#044dea; }
.swArea ul li .btn:hover { color:#fff; background:#044dea; }

.swArea ul li ::-webkit-input-placeholder { color:#808080; opacity: 1; }
.swArea ul li ::-moz-placeholder { color:#808080; opacity: 1; }
.swArea ul li ::-ms-input-placeholder { color:#808080; opacity: 1; } 
.swArea ul li ::placeholder { color:#808080; opacity: 1; }
 
@media all and (max-width:1200px){
	.swArea ul li.li03 { margin-top:40px; }
	.swArea ul li .p1 { font-size:14px; }
	
	.swArea ul li .text { line-height:40px; padding:0 15px; }
	.swArea ul li .textarea { height:120px; padding:10px 15px; }
	.swArea ul li .btn { width:150px; line-height:40px; margin:0 25px; font-size:16px; }
}
@media all and (max-width:750px){
	.swArea ul li { float:none; width:100%; margin-right:0; }
	.swArea ul li:nth-child(2n) { margin-right:0; }
	.swArea ul li:nth-child(n + 2) { margin-top:15px; }
	.swArea ul li.li03 { margin-top:20px; }
	.swArea ul li .p1 { font-size:14px; }
	.swArea ul li .p2 { margin-top:5px; }
	
	.swArea ul li .text { line-height:40px; padding:0 15px; }
	.swArea ul li .textarea { height:120px; padding:10px 15px; }
	.swArea ul li .btn { width:100px; line-height:40px; margin:0 10px; font-size:14px; }
}


.swArea ul li.li04 { text-align:center; margin-top:25px; width:100%; }
.swArea ul li.li04 label { cursor:pointer; }
.swArea ul li.li04 input { display:inline-block; vertical-align:middle; }
.swArea ul li.li04 p { display:inline-block; font-size:14px; color:#808080; }
.swArea ul li.li04 p a { color:#044dea; }

@media all and (max-width:1200px){
	.swArea ul li.li04 { margin-top:20px; }
}
@media all and (max-width:750px){
	.swArea ul li.li04 { margin-top:15px; }
}
















.abArea01 { padding:90px 0; }
.abArea01 .wrap { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.abArea01 .txt { width:715px; }
.abArea01 .txt .Area-hd .p1 { text-align:left; }
.abArea01 .txt .bd { font-size:16px; color:#333; line-height:30px; margin-top:50px; }

.abArea01 .pic { width:775px; }

@media all and (max-width:1680px){
	.abArea01 { padding:60px 0; }
	.abArea01 .txt { width:45.25%; }
	.abArea01 .txt .bd { font-size:14px; line-height:25px; margin-top:30px; }

	.abArea01 .pic { width:49.05%; }
}
@media all and (max-width:1200px){
	.abArea01 { padding:40px 0; }
}
@media all and (max-width:1000px){
	.abArea01 .txt { width:100%; }
	.abArea01 .txt .Area-hd .p1 { text-align:center; }

	.abArea01 .pic { width:100%; margin-top:30px; }
}

.abArea02 { padding:80px 0; background:url(abArea02.png) no-repeat center; background-size:100% 100%; }
.abBox02 { margin-top:35px; }
.abBox02 .hd { text-align:center; }
.abBox02 .hd ul li { display:inline-block; width:110px; line-height:40px; font-size:16px; margin-right:35px; color:#333; text-align:center; border:1px solid #dce7f8; border-radius:30px; cursor:pointer; }
.abBox02 .hd ul li:last-child { margin-right:0!important; }
.abBox02 .hd ul li.on { background:#044dea; color:#fff; font-weight:bold; font-size:18px; border-color:#044dea; }

.abBox02 .bd { margin-top:50px; }
.abBox02 .bd .swiper-slide a { display:block; padding:20px 25px; background:#dce7f8; border-radius:15px; overflow:hidden; }
.abBox02 .bd .swiper-slide a p { display:block; padding:20px; background:rgba(255,255,255,0.5); border-radius:10px; border:1px solid #fff; overflow:hidden; }

.abBox02 .bd .swiper-slide a:hover { background:url(ab01.png) no-repeat center; background-size:100% 100%; }

.swiper-pagination-ab { text-align:center; margin-top:50px; }
.swiper-pagination-ab .swiper-pagination-bullet { width:10px; height:10px; margin:0 3px; background:#79a1f4; border-radius:10px; opacity:1; }
.swiper-pagination-ab .swiper-pagination-bullet-active { width:30px; background:#044dea; }

@media all and (max-width:1680px){
	.abArea02 { padding:60px 0; }
	.abBox02 { margin-top:30px; }
	.abBox02 .hd ul li { width:110px; line-height:40px; font-size:16px; margin-right:35px; }
	.abBox02 .hd ul li.on { font-size:18px; }

	.abBox02 .bd { margin-top:30px; }
	.abBox02 .bd .swiper-slide a { padding:15px; }
	.abBox02 .bd .swiper-slide a p { padding:10px;}

	.swiper-pagination-ab { margin-top:30px; }
 
}
@media all and (max-width:1200px){
	.abArea02 { padding:40px 0; }
	.abBox02 { margin-top:30px; }
	.abBox02 .hd ul li { width:110px; line-height:40px; font-size:16px; margin-right:35px; }
	.abBox02 .hd ul li.on { font-size:18px; }

	.abBox02 .bd { margin-top:30px; }
	.abBox02 .bd .swiper-slide a { padding:15px; }
	.abBox02 .bd .swiper-slide a p { padding:10px;}
 
}
@media all and (max-width:750px){
	.abBox02 .hd ul li { width:100px; line-height:30px; font-size:14px; margin-right:15px; }
	.abBox02 .hd ul li.on { font-size:14px; }
	
	.abBox02 .bd .swiper-slide a { padding:10px; }
	.abBox02 .bd .swiper-slide a p { padding:5px;}

	.swiper-pagination-ab { margin-top:30px; }
	.swiper-pagination-ab .swiper-pagination-bullet { width:8px; height:8px; margin:0 2px; }
	.swiper-pagination-ab .swiper-pagination-bullet-active { width:20px; }
}

.abArea03 { padding:100px 0 95px; background:url(abArea031.png) no-repeat center bottom; }
.abBox03 { float:right; width:725px; }
.abBox03 .Area-hd .p1 { text-align:left; }
.abBox03 .bd { margin-top:30px; }
.abBox03 .bd .pp { padding:20px 0; border-bottom:1px solid #dfe1e4; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.abBox03 .bd .pp:last-child { border-bottom:none; }
.abBox03 .bd .pp p:nth-child(1) { width:50px; }
.abBox03 .bd .pp p:nth-child(1) img { width:100%; height:auto; }
.abBox03 .bd .pp p:nth-child(2) { width:calc(100% - 60px); font-size:16px; color:#333; }

.abBox03 .bd01 { width:125px; }

@media all and (max-width:1680px){
	.abArea03 { padding:60px 0 60px; background-size:100% auto; }
	.abBox03 { float:right; width:46%; }

}
@media all and (max-width:1200px){
	.abArea03 { padding:40px 0; }
	.abBox03 { float:right; width:50%; }
	.abBox03 .Area-hd .p1 { text-align:left; }
	.abBox03 .bd { margin-top:30px; }
	.abBox03 .bd .pp { padding:15px 0; }
	.abBox03 .bd .pp p:nth-child(1) { width:30px; }
	.abBox03 .bd .pp p:nth-child(2) { width:calc(100% - 40px); font-size:14px; }

	.abBox03 .bd01 { width:100px; }
}
@media all and (max-width:900px){
	.abArea03 {  background:url(abArea03.png) no-repeat bottom right; background-size:400px auto; }
	.abBox03 { float:none; width:100%; }
	.abBox03 .Area-hd .p1 { text-align:left; }
	.abBox03 .bd { margin-top:20px; }
}


.lcArea .bd { margin-top:55px; text-align:center; }
.lcArea .bd img { max-width:100%; }
.lcArea .bd .img02 { display:none; }

@media all and (max-width:1680px){
	.lcArea .bd { margin-top:30px; }
}
@media all and (max-width:1200px){
	.lcArea .bd .img01 { display:none; }
	.lcArea .bd .img02 { display:block; }
}

.shuArea ul li { float:left; width:22.78%; margin-right:2.96%; }
.shuArea ul li:nth-child(4n) { margin-right:0; }
.shuArea ul li:nth-child(n + 5) { margin-top:45px; }
.shuArea ul li .pic { position:relative; padding-bottom:58%; overflow:hidden; }
.shuArea ul li .pic img { position:absolute; top:0; left:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.shuArea ul li .txt { padding:10px 20px 0 20px; min-height:130px; border:1px solid #f2f2f2; box-sizing: border-box; }
.shuArea ul li .txt .p1 { font-size:18px; line-height:55px; border-bottom:1px solid #f2f2f2; color:#333; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.shuArea ul li .txt .p2 { margin-top:15px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.shuArea ul li .txt .p2 .p21 { padding-left:30px; font-size:14px; color:#999; background:url(ico06.png) no-repeat center left; background-size:18px auto; }
.shuArea ul li .txt .p2 .p22 { width:100px; line-height:35px; background:#f3f3f3; font-size:14px; color:#333; border-radius:30px; text-align:center; }

.shuArea ul li:hover .pic img { transform: scale(1.1)!important; }
.shuArea ul li:hover .txt .p1 { color:#044dea; }
.shuArea ul li:hover .txt .p2 .p22 { background:#044dea; color:#fff; }

@media all and (max-width:1680px){
	.shuArea ul li { float:left; width:23.5%; margin-right:2%; }
	.shuArea ul li:nth-child(4n) { margin-right:0; }
	.shuArea ul li:nth-child(n + 5) { margin-top:30px; }
	
	.shuArea ul li .txt { padding:10px 15px 0 15px; min-height:120px; }
	.shuArea ul li .txt .p1 { font-size:16px; line-height:45px; }
	.shuArea ul li .txt .p2 { margin-top:15px; }
	.shuArea ul li .txt .p2 .p21 { padding-left:30px; background-size:18px auto; }
	.shuArea ul li .txt .p2 .p22 { width:100px; line-height:30px; }
}
@media all and (max-width:1000px){
	.shuArea ul li { float:left; width:32%; margin-right:2%; }
	.shuArea ul li:nth-child(4n) { margin-right:2%; }
	.shuArea ul li:nth-child(3n) { margin-right:0; }
	.shuArea ul li:nth-child(n + 4) { margin-top:30px; }
}
@media all and (max-width:750px){
	.shuArea ul li { float:left; width:49%; margin-right:2%; }
	.shuArea ul li:nth-child(4n) { margin-right:2%; }
	.shuArea ul li:nth-child(3n) { margin-right:2%; }
	.shuArea ul li:nth-child(2n) { margin-right:0; }
	.shuArea ul li:nth-child(n + 3) { margin-top:15px; }
	
	.shuArea ul li .txt { padding:10px 10px 0 10px; min-height:110px; }
	.shuArea ul li .txt .p1 { font-size:14px; line-height:40px; }
	.shuArea ul li .txt .p2 { margin-top:15px; }
	.shuArea ul li .txt .p2 .p21 { font-size:12px; padding-left:25px; background-size:14px auto; }
	.shuArea ul li .txt .p2 .p22 { font-size:12px; width:80px; line-height:30px; }
}

.shuArea01 { max-width:1200px; margin:0 auto; }
.shuBox01 { background:#eee; padding:25px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.shuBox01 .pic { width:360px; }
.shuBox01 .txt { width:calc(100% - 360px); padding:0 25px; box-sizing: border-box; line-height:1.1; }
.shuBox01 .txt .p1 { font-size:20px; color:#333; font-weight:bold; }
.shuBox01 .txt .p2 { font-size:16px; color:#666; margin-top:15px; line-height:2; }
.shuBox01 .txt .p2 span { font-size:16px!important; }
.shuBox01 .txt .p2 p { font-size:16px!important; }

.shuBox02 { margin-top:60px; }
.shuBox02 .bd { margin-top:40px; }
.shuBox02 .bd ul li:nth-child(n + 2) { margin-top:15px; }
.shuBox02 .bd ul li.li03 { text-align:center; margin-top:35px; }
.shuBox02 .bd ul li.li04 { text-align:center; margin-top:25px; }
.shuBox02 .bd ul li .p1 { line-height:20px; font-size:16px; color:#333; }
.shuBox02 .bd ul li .p1 i { color:#ff0000; }
.shuBox02 .bd ul li .p2 { margin-top:10px; }

.shuBox02 .bd ul li .text { width:100%; line-height:55px; background:#eee; padding:0 25px; font-size:14px; color:#333; box-sizing: border-box; }
.shuBox02 .bd ul li .textarea { width:100%; height:130px; background:#eee; padding:20px 25px; font-size:14px; color:#333; box-sizing: border-box; }
.shuBox02 .bd ul li .btn { display:inline-block; width:165px; line-height:50px; margin:0 35px; font-size:18px; color:#333; background:#eee; border-radius:30px; cursor:pointer; }
.shuBox02 .bd ul li .btn01 { color:#fff; background:#044dea; }
.shuBox02 .bd ul li .btn:hover { color:#fff; background:#044dea; }

.shuBox02 .bd ul li.li04 label { cursor:pointer; }
.shuBox02 .bd ul li.li04 input { display:inline-block; vertical-align:middle; }
.shuBox02 .bd ul li.li04 p { display:inline-block; font-size:14px; color:#808080; }
.shuBox02 .bd ul li.li04 p a { color:#044dea; }

.shuBox02 .bd ul li ::-webkit-input-placeholder { color:#808080; opacity: 1; }
.shuBox02 .bd ul li ::-moz-placeholder { color:#808080; opacity: 1; }
.shuBox02 .bd ul li ::-ms-input-placeholder { color:#808080; opacity: 1; } 
.shuBox02 .bd ul li ::placeholder { color:#808080; opacity: 1; }
 
@media all and (max-width:1680px){
	
	.shuBox02 { margin-top:40px; }
	.shuBox02 .bd { margin-top:30px; }
}
@media all and (max-width:1200px){
	.shuBox01 .pic { width:360px; }
	.shuBox01 .txt { width:calc(100% - 360px); padding:0 20px; }
	.shuBox01 .txt .p1 { font-size:18px; }
	.shuBox01 .txt .p2 { font-size:14px; margin-top:15px; line-height:25px; }
	.shuBox01 .txt .p2 span { font-size:14px!important; }
	.shuBox01 .txt .p2 p { font-size:14px!important; }

	.shuBox02 .bd ul li.li03 { margin-top:30px; }
	.shuBox02 .bd ul li.li04 { margin-top:20px; }
	.shuBox02 .bd ul li .p1 { font-size:14px; }
	
	.shuBox02 .bd ul li .text { line-height:40px; padding:0 15px; }
	.shuBox02 .bd ul li .textarea { height:120px; padding:10px 15px; }
	.shuBox02 .bd ul li .btn { width:150px; line-height:40px; margin:0 25px; font-size:16px; }
}
@media all and (max-width:900px){
	.shuBox01 .pic { width:300px; }
	.shuBox01 .txt { width:calc(100% - 300px); padding:0 20px; }
}
@media all and (max-width:750px){
	.shuBox01 { padding:25px 4%; }
	.shuBox01 .pic { width:100%; }
	.shuBox01 .txt { width:100%; padding:25px 0; }
	.shuBox01 .txt .p1 { font-size:16px; }
	.shuBox01 .txt .p2 { font-size:14px; margin-top:10px; line-height:25px; }

	.shuBox02 .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.shuBox02 .bd ul li.li03 { margin-top:20px; }
	.shuBox02 .bd ul li.li04 { margin-top:15px; }
	.shuBox02 .bd ul li .p1 { font-size:14px; }
	.shuBox02 .bd ul li .p2 { margin-top:5px; }
	
	.shuBox02 .bd ul li .text { line-height:40px; padding:0 15px; }
	.shuBox02 .bd ul li .textarea { height:120px; padding:10px 15px; }
	.shuBox02 .bd ul li .btn { width:100px; line-height:40px; margin:0 10px; font-size:14px; }
}

.mdArea { background:#f4f4f4; font-size:0; }
.mdArea .wrap { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.mdArea .p1 { position:relative; padding-left:15px; font-size:20px; color:#044dea; font-weight:bold; }
.mdArea .p1:before { position:absolute; left:0; top:50%; width:4px; height:18px; display:block; content:""; background:#044dea; border-radius:5px; transform: translateY(-50%); z-index:2; }
.mdArea .p2 { font-size:0; }
.mdArea .p2 a { position:relative; display:inline-block; margin-right:10px; font-size:16px; color:#333; line-height:100px; padding:0 25px; }
.mdArea .p2 a:last-child { margin-right:0; }
.mdArea .p2 a:before { position:absolute; display:block; content:""; left:0; top:0; width:0; height:2px; background:#044dea; z-index:5; }
 
.mdArea .p2 a:hover,.mdArea .p2 a.current { background:#dce3f3; color:#044dea; font-weight:bold; }
.mdArea .p2 a:hover:before,.mdArea .p2 a.current:before { width:100%; }
 
.mdArea.on { position:fixed; top:0; left:0; right:0; z-index:5; box-shadow: 0 0 14px rgba(0,0,0,0.1); }
.mdArea.on .p2 a { line-height:70px; }
.mdArea .p2 a.on { background:#dce3f3; color:#044dea; font-weight:bold; }
.mdArea .p2 a.on:before { width:100%; }

 
@media all and (max-width:1680px){
	.mdArea .p1 { padding-left:15px; font-size:18px; }
	.mdArea .p1:before { width:3px; height:16px; }

	.mdArea .p2 a { font-size:16px; line-height:70px; padding:0 25px; }
	
	.mdArea.on .p2 a { line-height:70px; }
}
@media all and (max-width:1200px){
	.mdArea { display:none; }
}

.fwArea01 { padding:75px 0; }
.fwArea01 .bd01 { max-width:1175px; font-size:18px; line-height:30px; color:#333; margin:35px auto 0; }

.fwArea01 .bd02 { margin-top:35px; padding:35px 140px 35px 100px; background:url(fw01.jpg) no-repeat center; background-size:100% 100%; }

.fwBox01 .hd { position:relative; float:left; width:540px; }
.fwBox01 .hd:before { position:absolute; left:18px; width:1px; top:0; height:100%; background:#c6e1ff; display:block; content:""; z-index:1; }
.fwBox01 .hd ul li { position:relative; padding-left:80px; cursor:pointer; z-index:2; }
.fwBox01 .hd ul li:nth-child(n + 2) { margin-top:15px; }
.fwBox01 .hd ul li:before { position:absolute; top:0; left:4px; width:28px; height:28px; background:url(fw02.png) no-repeat center; background-size:100% 100%!important; display:block; content:""; z-index:2; }

.fwBox01 .hd ul li .txt { padding:30px 35px 25px 30px; background:#f1f9ff; border-radius:10px; line-height:1.1; }
.fwBox01 .hd ul li .txt .p1 { font-size:24px; color:#333; font-weight:bold; line-height:1.5; }
.fwBox01 .hd ul li .txt .p2 { font-size:16px; color:#666; margin-top:10px; line-height:30px; }


.fwBox01 .hd ul li.on:before { width:36px; height:36px; left:0; background:url(fw03.png) no-repeat center; }
.fwBox01 .hd ul li.on .txt { background: linear-gradient(to bottom,#a286ff,#59a9ff); }
.fwBox01 .hd ul li.on .txt .p1 { color:#fff; }
.fwBox01 .hd ul li.on .txt .p2 { color:#fff; }

.fwBox01 .bd { float:right; width:675px; border:1px solid #fff; border-radius:7px; overflow:hidden; background:url(fw04.png) no-repeat center; background-size:100% 100%; }
.fwBox01 .bd img { width:100%; height:auto; }

.fwArea01 .bd03 { margin-top:35px; text-align:center; }
.fwArea01 .bd03 img { max-width:100%; height:auto; }


@media all and (max-width:1680px){
	.fwArea01 { padding:60px 0; }
	.fwArea01 .bd01 { max-width:1000px; font-size:16px; line-height:30px; margin-top:30px; }
	
	.fwArea01 .bd02 { margin-top:30px; padding:35px 80px; }
	
	.fwBox01 .hd { position:relative; float:left; width:calc(100% - 600px); }
	.fwBox01 .hd:before { left:15px; }
	.fwBox01 .hd ul li {  padding-left:60px; }
	.fwBox01 .hd ul li:nth-child(n + 2) { margin-top:15px; }
	.fwBox01 .hd ul li:before { left:4px; width:20px; height:20px; }

	.fwBox01 .hd ul li .txt { padding:25px 20px; }
	.fwBox01 .hd ul li .txt .p1 { font-size:18px; }
	.fwBox01 .hd ul li .txt .p2 { font-size:14px;  margin-top:10px; line-height:20px; }


	.fwBox01 .hd ul li.on:before { width:28px; height:28px; }
 

	.fwBox01 .bd { float:right; width:520px; }


	.fwArea01 .bd03 { margin-top:30px; }
}
@media all and (max-width:1200px){
	.fwArea01 { padding:40px 0; }
	.fwArea01 .bd01 { max-width:100%; font-size:14px; line-height:25px; margin-top:20px; }
	
	.fwArea01 .bd02 { margin-top:30px; padding:30px; }
	
	.fwBox01 .hd { width:calc(100% - 530px); }
	.fwBox01 .hd:before { display:none; }
	.fwBox01 .hd ul li {  padding-left:0; }
	.fwBox01 .hd ul li:nth-child(n + 2) { margin-top:10px; }
	.fwBox01 .hd ul li:before { display:none; }

	.fwBox01 .hd ul li .txt { padding:20px 20px; }
	.fwBox01 .hd ul li .txt .p1 { font-size:16px; }
	.fwBox01 .hd ul li .txt .p2 { font-size:14px;  margin-top:5px; line-height:20px; }
	
	.fwBox01 .bd { float:right; width:500px; }
}
@media all and (max-width:900px){
	.fwArea01 .bd02 { margin-top:30px; padding:30px 4%; }
	
	.fwBox01 .hd { float:none; width:100%; }
 
	.fwBox01 .hd ul li .txt { padding:20px 4%; }
 
	.fwBox01 .bd { float:none; width:100%; margin-top:30px; }

}


.fwArea02 { padding:100px 0; background:url(fwArea02.jpg) no-repeat center; background-size:100% 100%; }
.fwArea02 .bd { padding:5px; margin:-5px; margin-top:60px; overflow:hidden; }

.fwArea02 .bd .swiper { width:fit-content; margin:0 auto; max-width:100%; }
.fwArea02 .bd .swiper-slide { width:380px; margin-right:20px; height: auto; display: flex;  }
.fwArea02 .bd .swiper-slide:last-child { margin-right:0!important; }
 
.fwArea02 .bd .swiper-slide a { display:block; width:100%; padding:60px 40px; background:#fff; box-shadow:0px 0px 5px #ddd; box-sizing: border-box; }
.fwArea02 .bd .swiper-slide .pic { width:95px; border-radius:15px; border:1px solid #fff; box-shadow:0px 10px 10px rgba(3,83,235,0.15); }
.fwArea02 .bd .swiper-slide .pic img { border-radius:15px; }
.fwArea02 .bd .swiper-slide .txt { line-height:1.1; margin-top:25px; flex: 1;  display: flex;  flex-direction: column; }
.fwArea02 .bd .swiper-slide .txt .p1 { font-size:24px; font-weight:bold; color:#333; }
.fwArea02 .bd .swiper-slide .txt .p2 { width:20px; height:1px; margin-top:10px; background:#06b1f3; border-bottom:1px solid #0474ed; }
.fwArea02 .bd .swiper-slide .txt .p3 { font-size:16px; color:#666; line-height:30px; margin-top:25px; flex-grow: 1; }
 


.fwArea02 .bd .swiper-slide:hover .pic { 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;  }


.swiper-pagination-fw { margin-top:45px; text-align:center; }
.swiper-pagination-fw .swiper-pagination-bullet { width:20px; height:4px; margin:0 5px; background:#ccc; border-radius:0; opacity:1; }
.swiper-pagination-fw .swiper-pagination-bullet-active { background:url(ico08.jpg) repeat-x center; }
 
@media all and (max-width:1680px){
	.fwArea02 { padding:60px 0; }
	.fwArea02 .bd { margin-top:40px; }
	
	.fwArea02 .bd .swiper-slide { width:288px; margin-right:20px; }
	.fwArea02 .bd .swiper-slide a { padding:30px 20px; }
	.fwArea02 .bd .swiper-slide .pic { width:60px; border-radius:10px; }
	.fwArea02 .bd .swiper-slide .pic img { border-radius:10px; }
	.fwArea02 .bd .swiper-slide .txt { margin-top:20px; }
	.fwArea02 .bd .swiper-slide .txt .p1 { font-size:18px; }
	.fwArea02 .bd .swiper-slide .txt .p3 { font-size:14px; line-height:25px; margin-top:20px; }
 
	.swiper-pagination-fw { margin-top:30px; }
}
@media all and (max-width:1280px){
	.fwArea02 .bd .swiper-slide { width:30vw; margin-right:1vw; }
}
@media all and (max-width:1200px){
	.fwArea02 { padding:40px 0; }
	.fwArea02 .bd { margin-top:30px; }
	
	 
	.fwArea02 .bd .swiper-slide a { padding:30px 15px; }
	.fwArea02 .bd .swiper-slide .pic { width:50px; border-radius:10px; }
	.fwArea02 .bd .swiper-slide .pic img { border-radius:10px; }
	.fwArea02 .bd .swiper-slide .txt { margin-top:20px; }
	.fwArea02 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.fwArea02 .bd .swiper-slide .txt .p3 { font-size:14px; line-height:20px; margin-top:15px; }
 
}
@media all and (max-width:900px){
	.fwArea02 .bd .swiper-slide { width:45.5vw; margin-right:1vw; }
	
	.swiper-pagination-fw { margin-top:20px; }
}
@media all and (max-width:600px){
	.fwArea02 .bd .swiper-slide { width:100%; margin-right:2vw; }
}


.bg02 { background:url(bg02.jpg) no-repeat center top; background-size:100% 100%; }

.fwArea03 { padding:100px 0 120px; }
.fwBox03 { position:relative; margin-top:35px; }
.fwBox03:before { position:absolute; width:1px; height:100%; top:0; left:0; display:block; content:""; background:#e5e5e5; z-index:2; }
.fwBox03 ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.fwBox03 ul li { position:relative; min-height:425px; padding:0 30px; box-sizing: border-box; transition: all 0.6s; overflow:hidden; cursor:pointer;  }
.fwBox03 ul li:before { position:absolute; width:1px; height:100%; top:0; right:0; display:block; content:""; background:#e5e5e5; z-index:2; }

.fwBox03 ul li .txt { padding-top:25px; line-height:1.1; transition: all 0.6s; }
.fwBox03 ul li .txt .p1 { font-size:20px; color:#94979a; font-weight:bold; }
.fwBox03 ul li .txt .p2 { font-size:20px; color:#94979a; font-weight:bold; line-height:1.5; margin-top:10px; }
.fwBox03 ul li .txt .p3 { font-size:16px; color:#666; line-height:30px; margin-top:60px; max-width:260px; display:none; }

.fwBox03 ul li .pic { position:absolute; right:50%; transform: translate(50%,0); bottom:0; width:150px; transition: all 0.6s; z-index:2; }

.fwBox03 ul li.on { padding:0 45px; }
.fwBox03 ul li.on .txt { padding-top:95px; }
.fwBox03 ul li.on .txt .p1 { color:#0353eb; }
.fwBox03 ul li.on .txt .p2 { color:#333; }
.fwBox03 ul li.on .txt .p3 { display:block; }
.fwBox03 ul li.on .pic { right:45px; transform: translate(0,0); bottom:0; width:315px; z-index:2; }
 
.fwBox31 {  margin-top:30px; display:none; }
.fwBox31 .bd { position:relative; }
.fwBox31 .bd:before { position:absolute; width:1px; height:100%; top:0; left:0; display:block; content:""; background:#e5e5e5; z-index:2; }
.fwBox31 .bd:after { position:absolute; width:1px; height:100%; top:0; right:0; display:block; content:""; background:#e5e5e5; z-index:2; }
.fwBox31 .swiper-slide { height: auto; display: flex; }
.fwBox31 .swiper-slide a { position:relative; display:block; padding:25px; flex: 1;  display: flex;  flex-direction: column; }
.fwBox31 .swiper-slide a:after { position:absolute; width:1px; height:100%; top:0; right:0; display:block; content:""; background:#e5e5e5; z-index:2; }
.fwBox31 .swiper-slide .pic {  width:60%; margin:0 auto; max-width:315px; }
.fwBox31 .swiper-slide .txt { margin-top:25px; }
.fwBox31 .swiper-slide .txt .p1 { font-size:16px; color:#94979a; font-weight:bold; }
.fwBox31 .swiper-slide .txt .p2 { font-size:16px; color:#94979a; font-weight:bold; line-height:1.5; margin-top:10px; }
.fwBox31 .swiper-slide .txt .p3 { font-size:14px; color:#666; line-height:20px; margin-top:10px; flex-grow: 1; }

 

@media all and (max-width:1680px){
	.fwArea03 { padding:60px 0; }
	.fwBox03 { margin-top:30px; }

	.fwBox03 ul li { min-height:350px; padding:0 20px;  }

	.fwBox03 ul li .txt { padding-top:20px; }
	.fwBox03 ul li .txt .p1 { font-size:18px; }
	.fwBox03 ul li .txt .p2 { font-size:18px; margin-top:10px; }
	.fwBox03 ul li .txt .p3 { font-size:14px; line-height:25px; margin-top:30px; max-width:200px; }

	.fwBox03 ul li .pic { width:120px; }

	.fwBox03 ul li.on { padding:0 30px; }
	.fwBox03 ul li.on .txt { padding-top:60px; }
	.fwBox03 ul li.on .pic { right:30px; width:calc(100% - 300px);  }
}
@media all and (max-width:1200px){
	.fwArea03 { padding:40px 0; }
	.fwBox03 { display:none; }
	.fwBox31 { display:block; }
}

.fwArea04 { padding-top:50px; }
.fwBox04 { position:relative; margin-top:45px; }
.fwBox04 .hd { text-align:center; font-size:0; }
.fwBox04 .hd ul li { position:relative; display:inline-block; padding:0 40px; font-size:16px; color:#333; cursor:pointer; }
.fwBox04 .hd ul li:before { position:absolute; top:50%; transform: translateY(-50%); right:-4px; display:block; content:""; width:8px; height:14px; background:url(ico09.png) no-repeat center; z-index:2; }
.fwBox04 .hd ul li:nth-child(1) { padding-left:0!important; }
.fwBox04 .hd ul li:last-child { padding-right:0!important; }
.fwBox04 .hd ul li:last-child:before { display:none!important; }

.fwBox04 .hd ul li.on { font-size:18px; color:#044dea; font-weight:bold; }

.fwBox04 .bd { margin-top:40px; background:#e8f2ff; }
.fwBox04 .bd .pic { position:relative; float:right; width:50%; min-height:430px; }
.fwBox04 .bd .pic img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; z-index:2; }
.fwBox04 .bd .txt { float:left; width:50%; padding-left:calc(50vw - 790px); line-height:1.1; box-sizing: border-box; }
.fwBox04 .bd .txt .tt01 { padding:100px 70px 0 60px; }
.fwBox04 .bd .txt .p1 { font-size:24px; font-weight:bold; color:#333; }
.fwBox04 .bd .txt .p2 { font-size:16px; margin-top:30px;line-height:30px; color:#666; }

.fwBox04 .btn { position:absolute; left:calc(50vw - 730px); bottom:90px; font-size:0; z-index:2; }
.fwBox04 .btn01 { width:46px; height:46px; display:inline-block; border-radius:100%; background-size:100% 100%!important; cursor:pointer; }
.fwBox04 .prev { background:url(ico11.png) no-repeat center; margin-right:25px; }
.fwBox04 .next { background:url(ico12.png) no-repeat center; }

.fwBox04 .prev:hover { background:url(ico13.png) no-repeat center; }
.fwBox04 .next:hover { background:url(ico14.png) no-repeat center; }

.fwBox41 { margin:30px 4% 0 4%; display:none; }
.fwBox41 .swiper-slide { height: auto; display: flex; background:#e8f2ff; }
.fwBox41 .swiper-slide .txt { padding:25px 4%; flex: 1;  display: flex;  flex-direction: column;  }
.fwBox41 .swiper-slide .txt .p1 { font-size:16px; font-weight:bold; color:#333; }
.fwBox41 .swiper-slide .txt .p2 { font-size:14px; line-height:20px; color:#666; margin-top:10px; flex-grow: 1; }

@media all and (max-width:1680px){
	.fwArea04 { padding-top:30px; }
	.fwBox04 { margin-top:30px; }
	.fwBox04 .hd ul li { padding:0 20px; font-size:16px; }
	 
	.fwBox04 .hd ul li.on { font-size:18px; }

	.fwBox04 .bd { margin-top:30px; }
	.fwBox04 .bd .pic { width:50%; min-height:380px; }

	.fwBox04 .bd .txt { padding-left:calc(50vw - 600px); }
	.fwBox04 .bd .txt .tt01 { padding:80px 50px 0 0; }
	.fwBox04 .bd .txt .p1 { font-size:18px; }
	.fwBox04 .bd .txt .p2 { font-size:14px; margin-top:20px; line-height:25px; }

	.fwBox04 .btn { position:absolute; left:calc(50vw - 600px); bottom:80px; }
	.fwBox04 .btn01 { width:40px; height:40px; }
	.fwBox04 .prev { margin-right:25px; }
}
@media all and (max-width:1280px){
	.fwArea04 { padding-top:30px; }
	
	.fwBox04 .bd .pic { width:50%; min-height:290px; }
	
	.fwBox04 .bd .txt { padding-left:4%; }
	.fwBox04 .bd .txt .tt01 { padding:50px 50px 0 0; }
	
	.fwBox04 .btn { position:absolute; left:4%; bottom:30px; }
	.fwBox04 .btn01 { width:35px; height:35px; }
	.fwBox04 .prev { margin-right:20px; }
}
@media all and (max-width:900px){
	.fwBox04 { display:none; }
	.fwBox41 { display:block; }
}


.fwArea05 { padding:80px 0; }
.fwArea05 .bd { margin-top:45px; }

.fwArea05 .bd .swiper { width:fit-content; margin:0 auto; max-width:100%; overflow:hidden; }
.fwArea05 .bd .swiper-slide { width:480px; margin-right:70px; overflow:hidden; cursor:pointer; }
.fwArea05 .bd .swiper-slide:last-child { margin-right:0!important; }
 
.fwArea05 .bd .swiper-slide .pic { position:relative; padding-bottom:52%; overflow:hidden; }
.fwArea05 .bd .swiper-slide .pic img { position:absolute; top:0; left:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.fwArea05 .bd .swiper-slide .txt { padding:30px 30px 0 30px; min-height:160px; border:1px solid #e6e6e6; border-top:none; box-sizing: border-box; }
.fwArea05 .bd .swiper-slide .txt .p1 { font-size:24px; color:#000033; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.fwArea05 .bd .swiper-slide .txt .p2 { font-size:16px; color:#666; line-height:30px; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.fwArea05 .bd .swiper-slide .txt01 { position:absolute; top:100%; left:0; right:0; height:100%; text-align:center; display:flex; align-items: center; padding:0 30px; color:#fff; transition: all 0.6s; background:#034cea; z-index:5; }
.fwArea05 .bd .swiper-slide .txt01 .p1 { font-size:24px; line-height:30px; }
.fwArea05 .bd .swiper-slide .txt01 .p2 { font-size:16px; line-height:30px; margin-top:10px; text-align:left; text-indent:2em; }





.fwArea05 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
.fwArea05 .bd .swiper-slide:hover .txt01 { top:0; }

@media all and (max-width:1680px){
	.fwArea05 { padding:60px 0; }
	.fwArea05 .bd { margin-top:30px; }
	.fwArea05 .bd .swiper-slide { width:380px; margin-right:30px; }
	.fwArea05 .bd .swiper-slide .txt { padding:25px 20px 0 20px; min-height:120px; }
	.fwArea05 .bd .swiper-slide .txt .p1 { font-size:18px; line-height:20px; }
	.fwArea05 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; }
	
	.fwArea05 .bd .swiper-slide .txt01 { padding:0 20px; }
	.fwArea05 .bd .swiper-slide .txt01 .p1 { font-size:18px; line-height:25px; }
	.fwArea05 .bd .swiper-slide .txt01 .p2 { font-size:14px; line-height:25px; margin-top:10px; }
}
@media all and (max-width:1280px){
	.fwArea05 .bd .swiper-slide { width:30vw; margin-right:1vw; }
}
@media all and (max-width:1200px){
	.fwArea05 { padding:60px 0; }
	
	.fwArea05 .bd .swiper-slide .txt .p1 { font-size:16px; line-height:20px; }
	
	.fwArea05 .bd .swiper-slide .txt01 { padding:0 20px; }
	.fwArea05 .bd .swiper-slide .txt01 .p1 { font-size:16px; line-height:25px; }
	.fwArea05 .bd .swiper-slide .txt01 .p2 { font-size:14px; line-height:25px; margin-top:10px; }
}
@media all and (max-width:900px){
	.fwArea05 .bd .swiper-slide { width:45.5vw; margin-right:1vw; }
}
@media all and (max-width:750px){
	.fwArea05 .bd .swiper-slide .txt01 { padding:0 4%; }
	.fwArea05 .bd .swiper-slide .txt01 .p2 { font-size:12px; line-height:20px; margin-top:10px; }
}

@media all and (max-width:600px){
	.fwArea05 .bd .swiper-slide { width:100%; margin-right:2vw; }
}




.fwArea05 .bd01 { margin-top:100px; }
.fwArea05 .bd01 ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.fwArea05 .bd01 ul li:last-child { display:none; }
.fwArea05 .bd01 ul li.li02 { width:10px; min-height:330px; background:url(sj05.png) no-repeat center; background-size:contain; }

.fwArea05 .bd01 ul li.li01 { position:relative; width:280px; z-index:1; transition: all 0.6s; cursor:pointer; }
.fwArea05 .bd01 ul li.li01:before { position:absolute; width:142px; height:94px; top:-13px; left:50%; transform: translateX(-50%); background:url(sj04.png) no-repeat center top; background-size:100% 100%; display:block; content:""; z-index:-1; }
.fwArea05 .bd01 ul li.li01 a { display:block; width:100%; min-height:330px; padding-top:20px; line-height:1.1; text-align:center; border:1px solid #fff; border-top:0; border-radius:5px; background: rgba(6,172,234,0.1); box-shadow:5px 5px 10px rgba(3,83,235,0.15); backdrop-filter: blur(10px); box-sizing: border-box; }
.fwArea05 .bd01 ul li.li01 .p1 { font-size:20px; color:#fff; font-weight:bold; }
.fwArea05 .bd01 ul li.li01 .p2 { font-size:20px; color:#333; font-weight:bold; margin-top:80px; }
.fwArea05 .bd01 ul li.li01 .p3 { margin-top:65px; font-size:0; }
.fwArea05 .bd01 ul li.li01 .p3 i { display:inline-block; padding:0 70px; background:url(sj01.png) no-repeat center left,url(sj02.png) no-repeat center right; }
.fwArea05 .bd01 ul li.li01 .p4 { font-size:16px; line-height:30px; margin-top:20px; padding:0 35px; text-align:left; color:#333; display:none; }

.fwArea05 .bd01 ul li.li01:hover { margin-top:-30px; }
.fwArea05 .bd01 ul li.li01:hover .p3 { display:none; }
.fwArea05 .bd01 ul li.li01:hover .p4 { display:block; }

.fwArea05 .bd02 { padding-top:10px; margin-top:30px; overflow:hidden; display:none; }
.fwArea05 .bd02 .swiper-slide { margin-right:10px; }
.fwArea05 .bd02 .swiper-slide:last-child { display:none; }
.fwArea05 .bd02 .li02 { width:7px; min-height:250px; background:url(sj05.png) no-repeat center; background-size:contain; }
.fwArea05 .bd02 .li01 { position:relative; width:200px; }
.fwArea05 .bd02 .li01:before { position:absolute; width:105px; height:70px; top:-10px; left:50%; transform: translateX(-50%); background:url(sj04.png) no-repeat center top; background-size:100% 100%; display:block; content:""; z-index:-1; }
.fwArea05 .bd02 .li01 a { display:block; width:100%; min-height:250px; padding-top:15px; line-height:1.1; text-align:center; border:1px solid #fff; border-top:0; border-radius:5px; background: rgba(6,172,234,0.1); backdrop-filter: blur(10px); box-sizing: border-box;  }
.fwArea05 .bd02 .li01 .p1 { font-size:18px; color:#fff; font-weight:bold; }
.fwArea05 .bd02 .li01 .p2 { font-size:18px; color:#333; font-weight:bold; margin-top:50px; }
.fwArea05 .bd02 .li01 .p3 { display:none; }
.fwArea05 .bd02 .li01 .p4 { font-size:14px; line-height:25px; margin-top:20px; padding:0 15px; text-align:left; color:#333;  }


@media all and (max-width:1680px){
	.fwArea05 .bd01 { margin-top:60px; }

	.fwArea05 .bd01 ul li.li02 { width:7px; min-height:250px; }

	.fwArea05 .bd01 ul li.li01 { width:200px; }
	.fwArea05 .bd01 ul li.li01:before { width:105px; height:70px; top:-10px; }
	.fwArea05 .bd01 ul li.li01 a { min-height:250px; padding-top:15px; }
	.fwArea05 .bd01 ul li.li01 .p1 { font-size:18px; }
	.fwArea05 .bd01 ul li.li01 .p2 { font-size:18px; margin-top:50px; }
	.fwArea05 .bd01 ul li.li01 .p3 { margin-top:50px; }
	.fwArea05 .bd01 ul li.li01 .p3 i { padding:0 55px; background-size:40px auto!important; }
	.fwArea05 .bd01 ul li.li01 .p3 i img { width:50px; height:auto; }
	.fwArea05 .bd01 ul li.li01 .p4 { font-size:14px; line-height:25px; margin-top:20px; padding:0 20px; }
}
@media all and (max-width:1200px){
	
	.fwArea05 .bd01 { display:none; }
	.fwArea05 .bd02 { display:block; }
}
@media all and (max-width:750px){
	.fwArea05 .bd02 { padding-top:7px; }
	.fwArea05 .bd02 .li01 { width:180px; }
	.fwArea05 .bd02 .li01:before { width:80px; height:53px; top:-7px; }
	.fwArea05 .bd02 .li01 a { min-height:220px; padding-top:15px }
	.fwArea05 .bd02 .li01 .p1 { font-size:18px; }
	.fwArea05 .bd02 .li01 .p2 { font-size:16px; margin-top:30px; }
	
	.fwArea05 .bd02 .li02 { width:7px; min-height:220px; }
}


.fwArea05 .bd03 { margin-top:80px; text-align:center; }
.fwArea05 .bd03 img { max-width:100%; height:auto; }
.fwArea05 .bd03 .img02 { display:none; }

@media all and (max-width:1680px){
	.fwArea05 .bd03 { margin-top:60px; }
}
@media all and (max-width:1200px){
	.fwArea05 .bd03 { margin-top:40px; }
}
@media all and (max-width:750px){
	.fwArea05 .bd03 { margin-top:30px; }
	.fwArea05 .bd03 .img01 { display:none; }
	.fwArea05 .bd03 .img02 { display:block; }
}




.shuArea02 .bd01 { margin:30px auto; font-size:16px; color:#333; text-align:center; max-width:1200px; }
.shuArea02 .bd02 { padding:5px; margin:-5px; margin-top:35px; overflow:hidden; }

.shuArea02 .bd02 .swiper-slide  { height: auto; display: flex;  }
.shuArea02 .bd02 .swiper-slide a { width:100%; padding:60px 40px; background:#fff; box-shadow:0px 0px 5px #ddd; box-sizing: border-box; flex: 1;  display: flex;  flex-direction: column; }
.shuArea02 .bd02 .swiper-slide .pic { width:95px; border-radius:15px; border:1px solid #fff; box-shadow:0px 10px 10px rgba(3,83,235,0.15); }
.shuArea02 .bd02 .swiper-slide .pic img { border-radius:15px; }
.shuArea02 .bd02 .swiper-slide .txt { line-height:1.1; margin-top:25px; flex-grow: 1; }
.shuArea02 .bd02 .swiper-slide .txt .p1 { font-size:24px; font-weight:bold; color:#333; }
.shuArea02 .bd02 .swiper-slide .txt .p2 { width:20px; height:1px; margin-top:10px; background:#06b1f3; border-bottom:1px solid #0474ed; }
.shuArea02 .bd02 .swiper-slide .txt .p3 { font-size:16px; color:#666; line-height:30px; margin-top:25px;  }

.swiper-pagination-sj { margin-top:45px; text-align:center; }
.swiper-pagination-sj .swiper-pagination-bullet { width:20px; height:4px; margin:0 5px; background:#ccc; border-radius:0; opacity:1; }
.swiper-pagination-sj .swiper-pagination-bullet-active { background:url(ico08.jpg) repeat-x center; }


@media all and (max-width:1680px){
	
	.shuArea02 .bd02 .swiper-slide a { padding:30px 20px; }
	.shuArea02 .bd02 .swiper-slide .pic { width:60px; border-radius:10px; }
	.shuArea02 .bd02 .swiper-slide .pic img { border-radius:10px; }
	.shuArea02 .bd02 .swiper-slide .txt { margin-top:20px; }
	.shuArea02 .bd02 .swiper-slide .txt .p1 { font-size:18px; }
	.shuArea02 .bd02 .swiper-slide .txt .p3 { font-size:14px; line-height:25px; margin-top:20px; }
	.shuArea02 .bd02 .swiper-slide .txt .p3 span { font-size:14px!important; }

	.swiper-pagination-sj { margin-top:30px; }
}
@media all and (max-width:1200px){
	.shuArea02 .bd01 { font-size:14px; }
	.shuArea02 .bd02 { margin-top:30px; }
	
	.shuArea02 .bd02 .swiper-slide a { padding:30px 15px; }
	.shuArea02 .bd02 .swiper-slide .pic { width:50px; border-radius:10px; }
	.shuArea02 .bd02 .swiper-slide .pic img { border-radius:10px; }
	.shuArea02 .bd02 .swiper-slide .txt { margin-top:20px; }
	.shuArea02 .bd02 .swiper-slide .txt .p1 { font-size:16px; }
	.shuArea02 .bd02 .swiper-slide .txt .p3 { font-size:14px; line-height:20px; margin-top:15px; }
	.shuArea02 .bd02 .swiper-slide .txt .p3 span { font-size:14px!important; }
}
@media all and (max-width:900px){
	.swiper-pagination-sj { margin-top:20px; }
}


.mzArea { width:1000px; max-width:92%; margin:25px auto; background:#fff; }
.mzArea .wrap { width:100%; padding:20px; box-sizing: border-box; }
.mzArea .title { color:#C00; border-bottom:1px solid #C00; text-align:center; font-size:18px; font-weight:bold; padding-bottom:10px; }
.mzArea .content{ padding:20px 0px; line-height:1.6; font-size:14px; }



@media all and (max-width:1680px){
	
}
@media all and (max-width:1200px){
	
}


