<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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; line-height:1.1; z-index:2; }
.banner-ny .txt .p1 { font-size:22px; }
.banner-ny .txt .p2 { font-size:40px; margin-top:25px; }
.banner-ny .txt .p3 { font-size:14px; color:rgba(255,255,255,0.5); padding-left:25px; margin-top:30px; background:url(u-home.png) no-repeat center left; }
.banner-ny .txt .p3 a { color:rgba(255,255,255,0.5); padding:0 5px; }
.banner-ny .txt .p4 { font-size:40px; padding-left:140px; line-height:112px; background-size:contain!important; }
.banner-ny .txt .p5 { font-size:40px; }

.banner-ny .txt01 { color:#333; }
.banner-ny .txt01 .p1 { color:#162a6f; }
.banner-ny .txt01 .p3 { color:#162a6f; background:url(u-home01.png) no-repeat center left; }
.banner-ny .txt01 .p3 a { color:#333; }

@media all and (max-width:1680px){
	.banner-ny .txt .p1 { font-size:18px; }
	.banner-ny .txt .p2 { font-size:30px; margin-top:15px; }
	.banner-ny .txt .p3 { font-size:14px; margin-top:20px; }
	.banner-ny .txt .p4 { font-size:30px; padding-left:100px; line-height:80px; }
	.banner-ny .txt .p5 { font-size:30px; }
}
@media all and (max-width:1280px){
	.banner-ny .txt .p1 { font-size:16px; }
	.banner-ny .txt .p2 { font-size:28px; margin-top:15px; }
	.banner-ny .txt .p3 { font-size:14px; margin-top:20px; } 
	.banner-ny .txt .p4 { font-size:28px; padding-left:70px; line-height:60px; }
	.banner-ny .txt .p5 { font-size:28px; margin-top:5px; }
}
@media all and (max-width:1200px){
 
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt .p1 { font-size:14px; }
	.banner-ny .txt .p2 { font-size:20px; margin-top:10px; line-height:1.6; }
	.banner-ny .txt .p3 { font-size:14px; margin-top:15px; } 
	
	.banner-ny .txt .p4 { font-size:20px; padding-left:70px; line-height:50px; }
	.banner-ny .txt .p5 { font-size:20px; margin-top:10px; }
}
 
/*产品列表banner*/
.banner-ny-cp { position:relative; padding-top:0; }
.banner-ny-cp img { width:100%; height:auto; }
.banner-ny-cp .img02 { display:none; }

.banner-ny-cp .txt { position:absolute; top:27vh; left:0; right:0; color:#fff; line-height:1.1; text-align:center; z-index:2; }
.banner-ny-cp .txt .p1 { font-size:22px; }
.banner-ny-cp .txt .p2 { font-size:46px; margin-top:20px; }
.banner-ny-cp .txt .p3 { font-size:20px; margin-top:20px; line-height:1.7; }
 
@media all and (max-width:1680px){
	.banner-ny-cp .txt .p1 { font-size:18px; }
	.banner-ny-cp .txt .p2 { font-size:32px; margin-top:20px; }
	.banner-ny-cp .txt .p3 { font-size:18px; margin-top:20px; }
}
@media all and (max-width:1280px){
	.banner-ny-cp .txt .p1 { font-size:16px; }
	.banner-ny-cp .txt .p2 { font-size:28px; margin-top:15px; }
	.banner-ny-cp .txt .p3 { font-size:14px; margin-top:20px; } 
}
@media all and (max-width:1200px){
	.banner-ny-cp { padding-top:0; }
	.banner-ny-cp .img01 { display:none; }
	.banner-ny-cp .img02 { display:block; }
	
	.banner-ny-cp .txt .p1 { font-size:14px; }
	.banner-ny-cp .txt .p2 { font-size:20px; margin-top:15px; }
	.banner-ny-cp .txt .p3 { font-size:14px; margin-top:15px; } 
}
  
/* 主体 */
.container { position:relative; }
.wrap {  margin:0 auto; }

.main { padding:100px 0; }

@media all and (max-width:1680px){
	.main { padding:80px 0; }
}
@media all and (max-width:1280px){
	.main { padding:60px 0; }
}
@media all and (max-width:750px){
	.main { padding:30px 0; }
}

.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:1680px){
	.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:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; }

.article .t1 td {
    border: 1px solid #ccc;
    padding: 5px;
}

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .bd { font-size:14px; }
}
 
/* 面包屑 */
.location { width:1280px; margin:0 auto 30px; font-size:16px; color:#333; display:none; }
.location a { color:#333; display:inline-block; padding:0 10px; }
.location a.u-home { padding-left:25px; background:url(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; }
}
 
 
/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 40px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }


/* 图文新闻 */
.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:24%; margin:0 1.33% 30px 0; }
.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:0; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList .pic-item-list .pic-item dl { padding:5px; margin-top:10px; }
.piList .pic-item-list .pic-item dl dt { height:30px; font-size:20px; line-height:30px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
 
.piList .pic-item-list .pic-item:hover .list-pic img { transform: scale(1.1)!important; }

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

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

@media screen and (max-width: 1024px){
	.page{padding-top: 10px}
	.page a{padding: 0 5px;margin: 0 3px;font-size: 12px}
}

/* 人才招聘 */
.hr { position:relative; padding:0 0 40px; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#1c63b3; font-weight:bold; font-size:28px; margin-bottom:30px; }
.hr-list .info { padding:5px 0; line-height:25px; font-size:14px; }

@media all and (max-width:750px){
	.hr-list .title { font-size:20px; margin-bottom:15px; }
	.hr-list .info { font-size:12px; }
}
 
  
/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel input {  vertical-align:middle; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:30px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:30px; line-height:30px; padding:0 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

@media all and (max-width:750px){
	.form-panel li.field label { width:65px; }
	.form-panel .text { width:calc(100% - 65px); }
	.form-panel .textarea { width:calc(100% - 65px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 65px; _padding:0 10px 20px 65px; clear:both; }
}

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }


#fp-nav { display:none; }
.section { position:relative; overflow:hidden; }
.section .bg { position:absolute; top:0; left:0; right:0; bottom:0; z-index:1; background-size:cover!important; }
.section .bg02 { display:none; }

@media all and (max-width:1200px){
	.section .bg01 { display:none; }
	.section .bg02 { display:block; }
}

.th-hd { text-align:center; color:#fff; line-height:1.1; }
.th-hd .p1 { font-family:'Futura'; font-size:48px; }
.th-hd .p2 { margin:25px auto 0; width:45px; height:2px; background:rgba(255,255,255,0.5); }
.th-hd .p3 { margin:30px auto 0; font-size:18px; line-height:1.8; }

@media all and (max-width:1680px){
	.th-hd .p1 { font-size:32px; }
	.th-hd .p2 { margin:15px auto 0; width:45px; height:2px; }
	.th-hd .p3 { margin:20px auto 0; font-size:16px; line-height:1.7; }
}
@media all and (max-width:1280px){
	.th-hd .p1 { font-size:28px; }
	.th-hd .p2 { margin:15px auto 0; width:45px; height:2px; }
	.th-hd .p3 { margin:20px auto 0; font-size:16px; line-height:1.7; }
}
@media all and (max-width:1200px){
	.th-hd .p1 { font-size:24px; }
	.th-hd .p2 { margin:10px auto 0; width:35px; height:2px; }
	.th-hd .p3 { margin:15px auto 0; font-size:14px; line-height:1.7; }
}

.thArea01 { position:absolute; top:24vh; left:0; right:0; z-index:5; }
.thArea01 .th-hd .p3 { max-width:675px; }
.thArea01 .bd { margin-top:14vh; text-align:center; }
.thArea01 .bd img { max-width:100%; }

.thArea02 { position:absolute; top:24vh; left:0; right:0; z-index:5; }
.thArea02 .th-hd .p3 { max-width:675px; }

.thArea03 { position:absolute; top:50%; left:0; right:0; transform: translateY(-50%);  z-index:5; }

.thArea04 { position:absolute; top:19vh; left:0; right:0; z-index:5; }

.tbBox01 { position:absolute; top:39vh; left:0; right:0; z-index:5; }
.tbBox01:before { position:absolute; width:1920px; left:50%; margin-left:-960px; right:0; height:150px; top:58px; display:block; content:""; background:url(th01.png) no-repeat center top; background-size:contain; z-index:-1; }
.tbBox01 .swiper-slide { cursor:pointer; text-align:center; }
.tbBox01 .swiper-slide .p1 { font-size:18px; color:#fff; }
.tbBox01 .swiper-slide .p2 { margin-top:20px; height:26px; background:url(th02.png) no-repeat center; }

.tbBox01 .swiper-slide-thumb-active .p2 { background:url(th03.png) no-repeat center; }

.tbBox01 .swiper-slide-active { padding-top:17px; }
.tbBox01 .swiper-slide-active + .swiper-slide { padding-top:10px; }
.tbBox01 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:80px; }
.tbBox01 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:97px; }

.tbBox02 { position:absolute; top:0; left:0; right:0; bottom:0; z-index:3; }
.tbBox02 .swiper-slide .bg { position:relative; height:100vh; }
.tbBox02 .swiper-slide .txt { position:absolute; top:61vh; left:0; right:0; color:#fff; z-index:2; }
.tbBox02 .swiper-slide .txt .p1 { font-size:18px; color:rgba(255,255,255,0.6); }
.tbBox02 .swiper-slide .txt .p1 i { font-size:48px; color:#fff; padding-left:5px; }
.tbBox02 .swiper-slide .txt .p2 { font-family:'Futura'; font-size:48px; }


@media all and (max-width:1680px){
	.thArea01 .th-hd .p3 { max-width:610px; }
	
	.thArea02 .th-hd .p3 { max-width:610px; }
	
	.tbBox01:before { position:absolute; width:1680px; left:50%; margin-left:-840px; height:150px; top:50px; }
	.tbBox01 .swiper-slide .p1 { font-size:16px; }
	.tbBox01 .swiper-slide .p2 { margin-top:15px; }
 
	.tbBox01 .swiper-slide-active { padding-top:40px; }
	.tbBox01 .swiper-slide-active + .swiper-slide { padding-top:5px; }
	.tbBox01 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:70px; }
	.tbBox01 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:91px; }
	.tbBox01 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:29px; }
 
	.tbBox02 .swiper-slide .txt .p1 { font-size:16px; }
	.tbBox02 .swiper-slide .txt .p1 i { font-size:32px; padding-left:5px; }
	.tbBox02 .swiper-slide .txt .p2 { font-size:32px; }	
}
@media all and (max-width:1280px){
	.tbBox01:before { top:30px; }
	
	.tbBox01 .swiper-slide-active { padding-top:23px; }
	.tbBox01 .swiper-slide-active + .swiper-slide { padding-top:8px; }
	.tbBox01 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:70px; }
	.tbBox01 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:29px; }
}
@media all and (max-width:1200px){
	.tbBox01:before { top:52px; height:1px; background:rgba(255,255,255,0.5); }
	
	.tbBox01 .swiper-slide .p1 { font-size:16px; }
	.tbBox01 .swiper-slide .p2 { margin-top:15px; }
	
	.tbBox01 .swiper-slide-active { padding-top:0; }
	.tbBox01 .swiper-slide-active + .swiper-slide { padding-top:0; }
	.tbBox01 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:0; }
	
	.tbBox02 .swiper-slide .txt .p1 { font-size:14px; }
	.tbBox02 .swiper-slide .txt .p1 i { font-size:24px; padding-left:5px; }
	.tbBox02 .swiper-slide .txt .p2 { font-size:24px; }	
}

.active .th-hd .p1 {
	-webkit-animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.active .th-hd .p2 {
	-webkit-animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.active .th-hd .p3 {
	-webkit-animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.active .tbBox01 {
	-webkit-animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.active .tbBox02 .txt {
	-webkit-animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	animation: fadeInUp 1s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}


.cyArea01 { padding:100px 0; text-align:center; }
.cyArea01 .p1 { font-size:40px; color:#162a6f; font-family:'Futura'; }
.cyArea01 .p2 { font-size:16px; color:#333; margin-top:15px; }

@media all and (max-width:1680px){
	.cyArea01 { padding:80px 0; }
	.cyArea01 .p1 { font-size:30px; }
	.cyArea01 .p2 { font-size:16px;  margin-top:15px; }
}
@media all and (max-width:1280px){
	.cyArea01 { padding:60px 0; }
	.cyArea01 .p1 { font-size:28px; }
	.cyArea01 .p2 { font-size:16px;  margin-top:15px; }
}
@media all and (max-width:1200px){
	.cyArea01 { padding:30px 0; }
	.cyArea01 .p1 { font-size:24px; }
	.cyArea01 .p2 { font-size:14px;  margin-top:10px; }
}

.cyArea02 { padding-bottom:190px; position:relative; width:1920px; left:50%; margin-left:-960px; }
.cyArea02 ul li { position:relative; }
.cyArea02 ul li:nth-child(n + 2) { margin-top:175px; }
.cyArea02 ul li .pic { float:left; width:78.85%; position:relative; }
.cyArea02 ul li .pic:before { position:absolute; left:0; right:6%; bottom:-40px; display:block; content:""; height:40px; background: linear-gradient(to right,#6e9ece,#b1d9fa); z-index:2; }
.cyArea02 ul li .txt { position:absolute; top:50%; transform: translateY(-50%); right:50%; margin-right:-800px; width:635px; min-height:485px; background:#fff; box-shadow: #dae8f8 0px 0px 20px; z-index:2; }
.cyArea02 ul li .txt .txt01 { position:absolute; top:50%; transform: translateY(-50%); right:70px; left:70px; z-index:2; }
.cyArea02 ul li .txt .p1 { min-height:75px; }
.cyArea02 ul li .txt .p1 img { max-height:60px; }
.cyArea02 ul li .txt .p2 { font-size:40px; color:#162a6f; font-family:'Futura'; }
.cyArea02 ul li .txt .p3 { font-size:16px; color:#313131; line-height:30px; margin-top:20px; }

.cyArea02 ul li:nth-child(2n) .pic { float:right; }
.cyArea02 ul li:nth-child(2n) .pic:before { left:6%; right:0; }
.cyArea02 ul li:nth-child(2n) .txt { right:auto; margin-right:0; left:50%; margin-left:-800px; }


@media all and (max-width:1680px){
	.cyArea02 { padding-bottom:100px; width:1680px; left:50%; margin-left:-840px; }
	.cyArea02 ul li:nth-child(n + 2) { margin-top:130px; }
	.cyArea02 ul li .pic { width:78%; }
	.cyArea02 ul li .pic:before { bottom:-30px; height:30px; }
	.cyArea02 ul li .txt { margin-right:-600px; width:550px; min-height:400px; }
	.cyArea02 ul li .txt .txt01 { right:50px; left:50px; }
	.cyArea02 ul li .txt .p1 { min-height:55px; }
	.cyArea02 ul li .txt .p1 img { max-height:40px; }
	.cyArea02 ul li .txt .p2 { font-size:32px; }
	.cyArea02 ul li .txt .p3 { font-size:14px; line-height:25px; margin-top:15px; }
	
	.cyArea02 ul li:nth-child(2n) .txt { margin-left:-600px; }
}
@media all and (max-width:1280px){
	.cyArea02 { padding-bottom:60px; width:100%; left:0; margin-left:0; }
	.cyArea02 ul li:nth-child(n + 2) { margin-top:80px; }
	.cyArea02 ul li .pic { width:78%; }
	.cyArea02 ul li .pic:before { bottom:-30px; height:30px; }
	.cyArea02 ul li .txt { margin-right:0; width:500px; min-height:350px; right:4%; }
	.cyArea02 ul li .txt .txt01 { right:30px; left:30px; }
	.cyArea02 ul li .txt .p1 { min-height:50px; }
	.cyArea02 ul li .txt .p1 img { max-height:35px; }
	.cyArea02 ul li .txt .p2 { font-size:28px; }
	.cyArea02 ul li .txt .p3 { font-size:14px; line-height:25px; margin-top:15px; }
	
	.cyArea02 ul li:nth-child(2n) .txt { margin-left:0; left:4%; }
}
@media all and (max-width:1200px){
	.cyArea02 { padding:0 4% 30px 4%; box-sizing: border-box; }
	.cyArea02 ul li:nth-child(n + 2) { margin-top:20px; }
	.cyArea02 ul li .pic { float:none!important; width:100%; }
	.cyArea02 ul li .pic:before { display:none;	}
	.cyArea02 ul li .txt { position:relative; margin-right:0; top:auto; transform: translateY(0); width:100%; min-height:10px; right:auto; padding:25px 4%; box-sizing: border-box; }
	.cyArea02 ul li .txt .txt01 { position:relative; margin-right:0; top:auto; transform: translateY(0); right:0; left:0; }
	.cyArea02 ul li .txt .p1 { min-height:40px; }
	.cyArea02 ul li .txt .p1 img { max-height:30px; }
	.cyArea02 ul li .txt .p2 { font-size:24px; }
	.cyArea02 ul li .txt .p3 { font-size:14px; line-height:25px; margin-top:10px; }
	
	.cyArea02 ul li:nth-child(2n) .txt { margin-left:0; left:0; }
}


.cpArea01 { margin-top:90px; position:relative; width:1920px; left:50%; margin-left:-960px; }
.cpArea01 ul li { position:relative; }
.cpArea01 ul li .pic .img02 { display:none; }
.cpArea01 ul li .txt { position:absolute; top:50%; transform: translateY(-50%); width:630px; left:50%; margin-left:-800px; line-height:1.1; z-index:2; }
.cpArea01 ul li:nth-child(2n) .txt { left:auto; margin-left:0; right:50%; margin-right:-800px; }
.cpArea01 ul li .txt .p1 { font-size:24px; color:#1d46a8; }
.cpArea01 ul li .txt .p2 { font-size:44px; color:#1b3c98; font-family:'Futura'; margin-top:30px; }
.cpArea01 ul li .txt .p3 { font-size:20px; color:#2c2c2c; margin-top:20px; line-height:30px; min-height:90px; }
.cpArea01 ul li .txt .p4 { margin-top:5px; }
.cpArea01 ul li .txt .p4 i { display:inline-block; font-size:16px; width:180px; line-height:50px; border:1px solid #1b3c98; color:#1b3c98; border-radius:25px; text-align:center; }
.cpArea01 ul li .txt .p4:hover i { color:#fff; background:#1b3c98; }

@media all and (max-width:1680px){
	.cpArea01 { margin-top:90px; width:1680px; left:50%; margin-left:-840px; }
 
	.cpArea01 ul li .txt { width:500px; left:50%; margin-left:-600px; }
	.cpArea01 ul li:nth-child(2n) .txt { left:auto; margin-left:0; right:50%; margin-right:-600px; }
	.cpArea01 ul li .txt .p1 { font-size:18px; }
	.cpArea01 ul li .txt .p2 { font-size:32px; margin-top:20px; }
	.cpArea01 ul li .txt .p3 { font-size:16px; margin-top:15px; line-height:30px; min-height:90px; }
	.cpArea01 ul li .txt .p4 { margin-top:5px; }
	.cpArea01 ul li .txt .p4 i { font-size:16px; width:150px; line-height:45px; }
}
@media all and (max-width:1280px){
	.cpArea01 { margin-top:90px; width:100%; left:0; margin-left:0; }
 
	.cpArea01 ul li .txt { width:500px; left:4%; margin-left:0; }
	.cpArea01 ul li:nth-child(2n) .txt { left:auto; margin-left:0; right:4%; margin-right:0; }
	.cpArea01 ul li .txt .p1 { font-size:16px; }
	.cpArea01 ul li .txt .p2 { font-size:28px; margin-top:20px; }
	.cpArea01 ul li .txt .p3 { font-size:14px; margin-top:15px; line-height:25px; min-height:75px; }
	.cpArea01 ul li .txt .p4 { margin-top:5px; }
	.cpArea01 ul li .txt .p4 i { font-size:14px; width:120px; line-height:35px; }
}
@media all and (max-width:1200px){
	.cpArea01 ul li .pic .img01 { display:none; }
	.cpArea01 ul li .pic .img02 { display:block; }
	
	.cpArea01 ul li .txt { width:45%; }
	.cpArea01 ul li .txt .p1 { font-size:14px; }
	.cpArea01 ul li .txt .p2 { font-size:20px; margin-top:10px; }
	.cpArea01 ul li .txt .p3 { font-size:12px; margin-top:10px; line-height:20px; min-height:20px; }
	.cpArea01 ul li .txt .p4 { margin-top:10px; }
	.cpArea01 ul li .txt .p4 i { font-size:14px; width:100px; line-height:30px; }
}

.cpArea02 { padding:90px 0 130px; }
.cpArea02 ul li { float:left; }
.cpArea02 ul li:nth-child(n + 2) { margin-top:40px; }
.cpArea02 ul li:nth-child(2n + 1) { margin-left:2.5%; }
.cpArea02 ul li:nth-child(1) { margin-left:0; }
.cpArea02 ul li .txt .p1 { font-size:40px; color:#162a6f; font-family:'Futura'; }
.cpArea02 ul li .txt .p2 { font-size:18px; color:#262626; margin-top:15px; line-height:30px; min-height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cpArea02 ul li .txt .p3 { margin-top:20px; }
.cpArea02 ul li .txt .p3 i { display:inline-block; font-size:16px; width:180px; line-height:50px; border:1px solid #1b3c98; color:#1b3c98; border-radius:25px; text-align:center; }
.cpArea02 ul li .txt .p3:hover i { color:#fff; background:#1b3c98; }

.cpArea02 ul li.bd01 { width:100%; background:url(cp01.jpg) no-repeat center; background-size:cover; }
.cpArea02 ul li.bd01 a { position:relative; display:block; padding:100px 7.5%; }
.cpArea02 ul li.bd01 .pic { float:right; width:55%; }
.cpArea02 ul li.bd01 .txt { position:absolute; width:40%; left:7.5%; top:50%; transform: translateY(-50%); z-index:2; }

.cpArea02 ul li.bd02 { float:left; width:48.75%; background:url(cp02.jpg) no-repeat center; background-size:cover; }
.cpArea02 ul li.bd02 a { display:block; padding:50px 0 80px; }
.cpArea02 ul li.bd02 .txt { width:92%; margin:10px auto 0; text-align:center; line-height:1.1; }

@media all and (max-width:1680px){
	.cpArea02 { padding:80px 0; }
	.cpArea02 ul li { float:left; }
	.cpArea02 ul li:nth-child(n + 2) { margin-top:2.5%; }
	.cpArea02 ul li:nth-child(2n + 1) { margin-left:2.5%; }
	.cpArea02 ul li:nth-child(1) { margin-left:0; }
	.cpArea02 ul li .txt .p1 { font-size:32px; }
	.cpArea02 ul li .txt .p2 { font-size:16px; margin-top:15px; line-height:25px; min-height:50px; -webkit-line-clamp:2; }
	.cpArea02 ul li .txt .p3 { margin-top:20px; }
	.cpArea02 ul li .txt .p3 i { font-size:16px; width:150px; line-height:45px; }
 
	.cpArea02 ul li.bd01 { width:100%; }
	.cpArea02 ul li.bd01 a { padding:60px 5%; }
	.cpArea02 ul li.bd01 .pic { float:right; width:55%; }
	.cpArea02 ul li.bd01 .txt { position:absolute; left:5%; top:50%; transform: translateY(-50%); }

	.cpArea02 ul li.bd02 { float:left; width:48.75%; }
	.cpArea02 ul li.bd02 a { display:block; padding:30px 0 50px; }
	.cpArea02 ul li.bd02 .txt { width:92%; margin:10px auto 0; }
}
@media all and (max-width:1280px){
	.cpArea02 { padding:60px 0; }
	.cpArea02 ul li .txt .p1 { font-size:28px; }
	.cpArea02 ul li .txt .p2 { font-size:14px; margin-top:10px; line-height:25px; min-height:50px; -webkit-line-clamp:2; }
	.cpArea02 ul li .txt .p3 { margin-top:10px; }
	.cpArea02 ul li .txt .p3 i { font-size:14px; width:120px; line-height:35px; }
	
	.cpArea02 ul li.bd01 { width:100%; }
	.cpArea02 ul li.bd01 a { padding:50px 5%; }
	.cpArea02 ul li.bd01 .pic { float:right; width:55%; }
	.cpArea02 ul li.bd01 .txt { position:absolute; left:5%; top:50%; transform: translateY(-50%); }

	.cpArea02 ul li.bd02 { float:left; width:48.75%; }
	.cpArea02 ul li.bd02 a { display:block; padding:30px 0 50px; }
	.cpArea02 ul li.bd02 .txt { width:92%; margin:10px auto 0; }
}
@media all and (max-width:1200px){
	.cpArea02 { padding:30px 0; }
	.cpArea02 ul li .txt .p1 { font-size:20px; }
	.cpArea02 ul li .txt .p2 { font-size:14px; margin-top:10px; line-height:25px; min-height:50px; -webkit-line-clamp:2; }
	.cpArea02 ul li .txt .p3 { margin-top:10px; }
	.cpArea02 ul li .txt .p3 i { font-size:14px; width:100px; line-height:30px; }
	
	.cpArea02 ul li.bd01 { width:100%; }
	.cpArea02 ul li.bd01 a { padding:30px 4%; }
	.cpArea02 ul li.bd01 .pic { float:right; width:55%; }
	.cpArea02 ul li.bd01 .txt { position:absolute; left:4%; top:50%; transform: translateY(-50%); }

	.cpArea02 ul li.bd02 { float:left; width:48.75%; }
	.cpArea02 ul li.bd02 a { display:block; padding:30px 0 50px; }
	.cpArea02 ul li.bd02 .txt { width:92%; margin:10px auto 0; }
}
@media all and (max-width:450px){
	.cpArea02 ul li:nth-child(n + 2) { margin-top:15px; }
	.cpArea02 ul li:nth-child(2n + 1) { margin-left:0; }
	.cpArea02 ul li:nth-child(1) { margin-left:0; }
 
	.cpArea02 ul li.bd01 { width:100%; background:url(cp02.jpg) no-repeat center; background-size:cover; }
	.cpArea02 ul li.bd01 a { padding:20px 0 30px; }
	.cpArea02 ul li.bd01 .pic { float:none; width:100%; }
	.cpArea02 ul li.bd01 .txt { position:relative; left:auto; top:auto; transform: translateY(0); width:92%; margin:10px auto 0; text-align:center; }

	.cpArea02 ul li.bd02 { float:left; width:100%; }
	.cpArea02 ul li.bd02 a { display:block; padding:20px 0 30px; }
	.cpArea02 ul li.bd02 .txt { width:92%; margin:10px auto 0; }
}

.cpArea03 { padding-bottom:110px; }
.cpArea03 .hd { border-top:1px solid #f3f3f3; padding:60px 0 75px; line-height:1.1; text-align:center; font-size:48px; color:#162a6f; font-family:'Futura'; }
.cpArea03 .bd .pic { overflow:hidden; border-radius:0 0 35px 0; }
.cpArea03 .bd .txt { position:relative; margin-top:45px; padding-bottom:25px; border-bottom:1px solid #eee; }
.cpArea03 .bd .txt:before { position:absolute; display:block; content:""; left:0; bottom:-1px; height:1px; background:#081c60; z-index:2; }
.cpArea03 .bd .txt .p1 { font-size:24px; line-height:40px; color:#000; min-height:80px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cpArea03 .bd .txt .p2 { font-size:16px; line-height:30px; color:#8a8a8a; min-height:60px; margin-top:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cpArea03 .bd .txt .p3 { margin-top:30px; font-size:16px; color:#8a8a8a; }
.cpArea03 .bd .txt .p3 i { float:left; }
.cpArea03 .bd .txt .p3 em { float:right; display:inline-block; padding-right:25px; background:url(cp03.png) no-repeat center right; }

.cpArea03 .bd .swiper-slide:hover .txt .p1 { color:#081c60; font-weight:bold; }


@media all and (max-width:1680px){
	.cpArea03 { padding-bottom:80px; }
	.cpArea03 .hd { padding:50px 0; font-size:32px; }
	.cpArea03 .bd .pic { border-radius:0 0 25px 0; }
	.cpArea03 .bd .txt { margin-top:20px; padding-bottom:15px; }
	.cpArea03 .bd .txt .p1 { font-size:18px; line-height:25px; min-height:50px;  }
	.cpArea03 .bd .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:15px; -webkit-line-clamp:2; }
	.cpArea03 .bd .txt .p3 { margin-top:15px; font-size:12px; }
}
@media all and (max-width:1280px){
	.cpArea03 { padding-bottom:60px; }
	.cpArea03 .hd { padding:40px 0; font-size:28px; }
	.cpArea03 .bd .txt { margin-top:15px; padding-bottom:15px; }
	.cpArea03 .bd .txt .p1 { font-size:18px; line-height:25px; min-height:50px;  }
	.cpArea03 .bd .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:15px; -webkit-line-clamp:2; }
	.cpArea03 .bd .txt .p3 { margin-top:15px; font-size:12px; }
}
@media all and (max-width:1200px){
	.cpArea03 { padding-bottom:30px; }
	.cpArea03 .hd { padding:30px 0; font-size:24px; }
	.cpArea03 .bd .txt { margin-top:15px; padding-bottom:15px; }
	.cpArea03 .bd .txt .p1 { font-size:16px; line-height:25px; min-height:50px;  }
	.cpArea03 .bd .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:15px; -webkit-line-clamp:2; }
	.cpArea03 .bd .txt .p3 { margin-top:15px; font-size:12px; }
}


.hy-hd { font-size:46px; color:#162a6f; font-family:'Futura'; text-align:center; line-height:1.1; }

@media all and (max-width:1680px){
	.hy-hd { font-size:32px; }
}
@media all and (max-width:1280px){
	.hy-hd { font-size:28px; }
}
@media all and (max-width:1200px){
	.hy-hd { font-size:24px; }
}


.hyArea01 { padding:100px 0; }
.hyArea01 .hy-hd { text-align:left; }
.hyBox01 { position:relative; margin-top:20px; }
.hyBox01 .hd { position:absolute; right:0; top:-45px; z-index:2; }
.hyBox01 .hd ul li { position:relative; float:left; font-size:16px; color:#666; margin-left:60px; transition: all 0.6s; cursor:pointer; }
.hyBox01 .hd ul li:before { position:absolute; width:0; height:1px; top:50%; transform: translateY(-50%); left:0; display:block; content:""; background:#162a6f; transition: all 0.6s; z-index:2; }

.hyBox01 .hd ul li.on { padding-left:55px; color:#162a6f; font-weight:bold; }
.hyBox01 .hd ul li.on:before { width:40px; }

.hyBox01 .bd .bd01 { position:relative; }
.hyBox01 .bd .txt { position:absolute; width:700px; top:50%; transform: translateY(-50%); margin-top:-35px; right:8.75%; line-height:1.1; z-index:2; }
.hyBox01 .bd .txt .p1 { font-size:56px; color:#162a6f; font-family:'Futura'; }
.hyBox01 .bd .txt .p2 { font-size:20px; color:#333; line-height:1.8; margin-top:30px; }

.hyBox01 .btn01 { position:absolute; top:50%; transform: translateY(-50%); width:60px; height:60px; border-radius:100%; background-size:cover!important; cursor:pointer; z-index:2; }
.hyBox01 .prev { background:url(hy01.png) no-repeat center; left:-30px; }
.hyBox01 .next { background:url(hy02.png) no-repeat center; right:-30px; }

.hyBox01 .prev:hover { background:url(hy03.png) no-repeat center; }
.hyBox01 .next:hover { background:url(hy04.png) no-repeat center; }

@media all and (max-width:1680px){
	.hyArea01 { padding:80px 0; }
	.hyBox01 { position:relative; margin-top:20px; }
	.hyBox01 .hd { position:absolute; right:0; top:-45px; z-index:2; }
	.hyBox01 .hd ul li { font-size:16px; margin-left:30px; }
 
	.hyBox01 .hd ul li.on { padding-left:35px; }
	.hyBox01 .hd ul li.on:before { width:20px; }
 
	.hyBox01 .bd .txt { position:absolute; width:45%; top:50%; transform: translateY(-50%); margin-top:-25px; right:5%; }
	.hyBox01 .bd .txt .p1 { font-size:36px; }
	.hyBox01 .bd .txt .p2 { font-size:16px; line-height:1.7; margin-top:20px; }
	
	.hyBox01 .btn01 { width:40px; height:40px; }
	.hyBox01 .prev { left:-20px; }
	.hyBox01 .next { right:-20px; }
}
@media all and (max-width:1280px){
	.hyArea01 { padding:60px 0; }
	
	.hyBox01 .bd .txt .p1 { font-size:30px; }
}
@media all and (max-width:1200px){
	.hyArea01 { padding:30px 0; }
	.hyArea01 .hy-hd { text-align:center; }
	.hyBox01 { margin-top:20px; }
	.hyBox01 .hd { position:relative; right:auto; top:auto; margin-bottom:20px; }
	.hyBox01 .hd ul li { float:left; width:25%; text-align:center; font-size:14px; margin-left:0; }
 
	.hyBox01 .hd ul li.on { padding-left:0; }
	.hyBox01 .hd ul li.on:before { width:0; }
 
	.hyBox01 .bd .txt { position:relative; width:100%; top:auto; transform: translateY(0); margin-top:20px; right:0; }
	.hyBox01 .bd .txt .p1 { font-size:20px; }
	.hyBox01 .bd .txt .p2 { font-size:14px; line-height:1.7; margin-top:10px; }
	
	.hyBox01 .btn { text-align:center; margin-top:20px; font-size:0; }
	.hyBox01 .btn01 { position:relative; display:inline-block; top:auto; transform: translateY(0); width:35px; height:35px; margin:0 5px; }
	.hyBox01 .prev { left:auto; }
	.hyBox01 .next { right:auto; }
}

.hyArea02 { padding:90px 0 120px; background:#eff6fd; }
.hyArea02 .bd { width:1024px; margin:40px auto 0; }
.hyArea02 .bd .swiper-slide { width:910px; margin-right:60px; margin-top:34px; }
.hyArea02 .bd .swiper-slide a { position:relative; display:block; }
.hyArea02 .bd .swiper-slide a:before { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); display:block; content:""; z-index:3; }
.hyArea02 .bd .swiper-slide .txt { position:absolute; left:70px; right:70px; top:130px; max-width:650px; line-height:1.1; z-index:2; }
.hyArea02 .bd .swiper-slide .txt .p1 { font-size:36px; color:#fff; font-family:'Futura'; }
.hyArea02 .bd .swiper-slide .txt .p2 { font-size:16px; color:#fff; line-height:1.8; margin-top:20px; }

.hyArea02 .bd .swiper-slide-active { width:1024px; margin-top:0; }
.hyArea02 .bd .swiper-slide-active a:before { display:none; }
.hyArea02 .bd .swiper-slide-active .txt .p1 { color:#162a6f; }
.hyArea02 .bd .swiper-slide-active .txt .p2 { color:#666; }

.hyArea02 .bd .swiper-pagination-h02 { margin-top:60px; text-align:center; }
.hyArea02 .bd .swiper-pagination-h02 .swiper-pagination-bullet { margin:0; width:100px; height:6px; background:#dce1e4; border-radius:0; opacity:1; }
.hyArea02 .bd .swiper-pagination-h02 .swiper-pagination-bullet:first-child { border-radius:3px 0 0 3px; }
.hyArea02 .bd .swiper-pagination-h02 .swiper-pagination-bullet:last-child { border-radius:0 3px 3px 0; }
.hyArea02 .bd .swiper-pagination-h02 .swiper-pagination-bullet-active { background:#162a6f; border-radius:3px!important; }

@media all and (max-width:1680px){
	.hyArea02 { padding:80px 0; }
	.hyArea02 .bd { width:900px; margin:30px auto 0; }
	.hyArea02 .bd .swiper-slide { width:800px; margin-right:40px; margin-top:34px; }

	.hyArea02 .bd .swiper-slide .txt { position:absolute; left:50px; right:50px; top:90px; max-width:650px; }
	.hyArea02 .bd .swiper-slide .txt .p1 { font-size:30px; }
	.hyArea02 .bd .swiper-slide .txt .p2 { font-size:16px; line-height:1.8; margin-top:20px; }

	.hyArea02 .bd .swiper-slide-active { width:900px; margin-top:0; }
 
	.hyArea02 .bd .swiper-pagination-h02 { margin-top:40px; }
	.hyArea02 .bd .swiper-pagination-h02 .swiper-pagination-bullet { width:80px; height:6px; }
}
@media all and (max-width:1280px){
	.hyArea02 { padding:60px 0; }
}
@media all and (max-width:1200px){
	.hyArea02 { padding:30px 0; }
	.hyArea02 .bd { width:90%; margin:30px auto 0; }
	.hyArea02 .bd .swiper-slide { width:100%; margin-right:10px; margin-top:0; }

	.hyArea02 .bd .swiper-slide .txt { position:absolute; left:4%; right:4%; top:30px; max-width:650px; }
	.hyArea02 .bd .swiper-slide .txt .p1 { font-size:18px; }
	.hyArea02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:1.5; margin-top:10px; }

	.hyArea02 .bd .swiper-slide-active { width:100%; margin-top:0; }
 
	.hyArea02 .bd .swiper-pagination-h02 { margin-top:20px; }
	.hyArea02 .bd .swiper-pagination-h02 .swiper-pagination-bullet { width:20px; height:6px; }
}

.hyArea03 { padding:90px 0 0; }
.hyArea03 .bd { margin-top:45px; }
.hyArea03 .bd .swiper-slide a { position:relative; display:block; }
.hyArea03 .bd .swiper-slide .txt { position:absolute; left:4%; right:4%; top:90px; line-height:1.1; text-align:center; z-index:2; }
.hyArea03 .bd .swiper-slide .txt .p1 { font-size:36px; color:#333; font-family:'Futura'; }
.hyArea03 .bd .swiper-slide .txt .p2 { font-size:16px; color:#333; margin-top:15px; line-height:25px; min-height:50px; }
.hyArea03 .bd .swiper-slide .txt .p3 { margin-top:5px; font-size:16px; color:#999; }
.hyArea03 .bd .swiper-slide .txt .p4 { margin-top:25px; text-align:center; }
.hyArea03 .bd .swiper-slide .txt .p4 a { display:inline-block; width:140px; border:1px solid #162a6f; border-radius:25px; margin-right:20px; }
.hyArea03 .bd .swiper-slide .txt .p4 a:last-child { margin-right:0; }
.hyArea03 .bd .swiper-slide .txt .p4 a i { display:inline-block; line-height:45px; padding-left:55px; font-size:16px; color:#162a6f; }
.hyArea03 .bd .swiper-slide .txt .p4 a i.p41 { background:url(hy05.png) no-repeat center left; }
.hyArea03 .bd .swiper-slide .txt .p4 a i.p42 { background:url(hy06.png) no-repeat center left; }

@media all and (max-width:1680px){
	.hyArea03 { padding:80px 0 0; }
	.hyArea03 .bd { margin-top:40px; }
	.hyArea03 .bd .swiper-slide .txt { top:60px; }
	.hyArea03 .bd .swiper-slide .txt .p1 { font-size:28px; }
	.hyArea03 .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:15px; line-height:25px; min-height:50px; }
	.hyArea03 .bd .swiper-slide .txt .p3 { margin-top:5px; font-size:14px; }
	
	.hyArea03 .bd .swiper-slide .txt .p4 { margin-top:20px; }
	.hyArea03 .bd .swiper-slide .txt .p4 a { width:120px; margin-right:10px; }
	.hyArea03 .bd .swiper-slide .txt .p4 a:last-child { margin-right:0; }
	.hyArea03 .bd .swiper-slide .txt .p4 a i { line-height:35px; padding-left:45px; font-size:14px; background-size:contain!important; }
}
@media all and (max-width:1280px){
	.hyArea03 { padding:60px 0 0; }
	.hyArea03 .bd { margin-top:30px; }

}
@media all and (max-width:1200px){
	.hyArea03 { padding:30px 0 0; }
	.hyArea03 .bd { margin-top:20px; }

	.hyArea03 .bd .swiper-slide { width:400px; margin-right:20px; }
	.hyArea03 .bd .swiper-slide .txt { top:50px; }
	.hyArea03 .bd .swiper-slide .txt .p1 { font-size:20px; }
	.hyArea03 .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:15px; line-height:20px; min-height:40px; }
	.hyArea03 .bd .swiper-slide .txt .p3 { margin-top:5px; font-size:14px; }
}
@media all and (max-width:500px){

	.hyArea03 .bd .swiper-slide { width:250px; margin-right:20px; }
	.hyArea03 .bd .swiper-slide .txt { top:20px; }
	
	.hyArea03 .bd .swiper-slide .txt .p4 { margin-top:20px; }
	.hyArea03 .bd .swiper-slide .txt .p4 a { width:100px; margin-right:10px; }
	.hyArea03 .bd .swiper-slide .txt .p4 a:last-child { margin-right:0; }
	.hyArea03 .bd .swiper-slide .txt .p4 a i { line-height:30px; padding-left:30px; font-size:14px; background-size:20px 20px!important; }
}

.hyArea04 { padding:90px 0 80px; }
.hyArea04 .bd { margin-top:45px; }
.hyArea04 .bd .swiper-slide a { position:relative; display:block; }
.hyArea04 .bd .swiper-slide .txt { margin-top:25px; line-height:1.1; color:#333; }
.hyArea04 .bd .swiper-slide .txt .p1 { font-size:24px; font-family:'Futura'; }
.hyArea04 .bd .swiper-slide .txt .p2 { font-size:16px; margin-top:10px; line-height:25px; }

@media all and (max-width:1680px){
	.hyArea04 { padding:80px 0; }
	.hyArea04 .bd { margin-top:40px; }
	.hyArea04 .bd .swiper-slide .txt { margin-top:15px; }
	.hyArea04 .bd .swiper-slide .txt .p1 { font-size:18px; }
	.hyArea04 .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:10px; line-height:20px; }
}
@media all and (max-width:1280px){
	.hyArea04 { padding:60px 0 0; }
	.hyArea04 .bd { margin-top:30px; }

}
@media all and (max-width:1200px){
	.hyArea04 { padding:30px 0; }
	.hyArea04 .bd { margin-top:20px; }

	.hyArea04 .bd .swiper-slide { width:400px; margin-right:20px; }
	.hyArea04 .bd .swiper-slide .txt { top:50px; }
	.hyArea04 .bd .swiper-slide .txt { margin-top:15px; }
	.hyArea04 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.hyArea04 .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:5px; line-height:20px; }
}
@media all and (max-width:500px){

	.hyArea04 .bd .swiper-slide { width:250px; margin-right:20px; }
	.hyArea04 .bd .swiper-slide .txt { margin-top:10px; }
}

.hyArea05 { padding:90px 0; background: linear-gradient(to right,#eff6fe,#faf9f8); }
.hyArea05 .bd { margin-top:50px; }
.hyArea05 .bd ul li { float:left; width:48.75%; margin-right:2.5%; }
.hyArea05 .bd ul li:nth-child(2n) { margin-right:0; }
.hyArea05 .bd ul li .txt { margin-top:25px; line-height:1.1; color:#333; }
.hyArea05 .bd ul li .txt .p1 { font-size:24px; font-family:'Futura'; }
.hyArea05 .bd ul li .txt .p2 { font-size:16px; margin-top:10px; line-height:25px; }

@media all and (max-width:1680px){
	.hyArea05 { padding:80px 0; }
	.hyArea05 .bd { margin-top:40px; }
	.hyArea05 .bd ul li { float:left; width:48.75%; margin-right:2.5%; }
	.hyArea05 .bd ul li:nth-child(2n) { margin-right:0; }
	.hyArea05 .bd ul li .txt { margin-top:15px; }
	.hyArea05 .bd ul li .txt .p1 { font-size:18px; font-family:'Futura'; }
	.hyArea05 .bd ul li .txt .p2 { font-size:14px; margin-top:10px; line-height:20px; }
}
@media all and (max-width:1280px){
	.hyArea05 { padding:60px 0; }
	.hyArea05 .bd { margin-top:30px; }
}
@media all and (max-width:1200px){
	.hyArea05 { padding:30px 0; }
	.hyArea05 .bd { margin-top:20px; }
	.hyArea05 .bd ul li { float:none; width:100%; margin-right:0; }
	.hyArea05 .bd ul li:nth-child(2n) { margin-right:0; }
	.hyArea05 .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.hyArea05 .bd ul li .txt { margin-top:10px; }
	.hyArea05 .bd ul li .txt .p1 { font-size:16px; font-family:'Futura'; }
	.hyArea05 .bd ul li .txt .p2 { font-size:14px; margin-top:10px; line-height:20px; }
}


.abArea01 { padding-top:95px; }
.abArea01 .wrap { position:relative; }

.abBox01 { float:right; width:50%; padding-top:45px; line-height:1.1; }
.abBox01 .p1 { font-size:48px; color:#162a6f; font-family:'Futura'; }
.abBox01 .p2 { font-size:16px; color:#333; margin-top:60px; line-height:30px; text-indent:2em; }
.abBox01 .p3 { font-size:14px; color:#333; line-height:25px; text-indent:2em; display:none; }

.abBox02 { float:left; width:45.62%; }
.abBox02 .bd01 { background:#f7f7f7; padding:30px 12%; }
.abBox02 .bd01 ul li { border-bottom:1px solid #e1e1e1; height:180px; overflow:hidden; }
.abBox02 .bd01 ul li:last-child { border-bottom:none; }
.abBox02 .bd01 ul li .p1 { float:left; padding-left:85px; line-height:180px; font-size:18px; color:#333; font-weight:bold; }
.abBox02 .bd01 ul li .p1 i { font-size:60px; font-family:"Arial"; display:inline-block; margin-right:10px; }
.abBox02 .bd01 ul li .p2 { float:right; width:200px; line-height:180px; font-size:16px; color:#666; }

.abBox02 .bd02 { padding-top:100px; min-height:280px; font-size:16px; color:#333; line-height:30px; text-indent:2em; box-sizing: border-box; }

.abBox03 { position:absolute; width:50%; right:0; bottom:0; cursor:pointer; z-index:2; }
.abBox03 p { position:absolute; width:60px; height:60px; top:50%; left:50%; margin:-30px 0 0 -30px; border-radius:100%; box-shadow: 0 0 rgba(255, 255, 255, 0.1),0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1); animation: ripple-wave1 1s linear infinite; animation-play-state: running; z-index:2; }
.abBox03 p i { display:block; width:60px; height:60px; overflow:hidden; border-radius:100%; background:url(ab02.png) no-repeat center; background-size:cover!important; }

@media all and (max-width:1680px){
	.abArea01 { padding-top:80px; }
 
	.abBox01 { float:right; width:50%; padding-top:30px; }
	.abBox01 .p1 { font-size:32px; }
	.abBox01 .p2 { font-size:16px; margin-top:40px; line-height:30px; text-indent:2em; }
 
	.abBox02 { float:left; width:45.62%; }
	.abBox02 .bd01 { padding:30px 10%; }
	.abBox02 .bd01 ul li { height:130px; }
	.abBox02 .bd01 ul li .p1 { float:left; padding-left:60px; line-height:130px; font-size:18px; }
	.abBox02 .bd01 ul li .p1 i { font-size:40px; margin-right:5px; }
	.abBox02 .bd01 ul li .p2 { float:right; width:150px; line-height:130px; font-size:16px; }

	.abBox02 .bd02 { padding-top:80px; min-height:240px; font-size:16px; line-height:30px; text-indent:2em; }

	.abBox03 { position:absolute; width:50%; right:0; bottom:0; cursor:pointer; z-index:2; }
	.abBox03 p { position:absolute; width:60px; height:60px; top:50%; left:50%; margin:-30px 0 0 -30px; border-radius:100%; box-shadow: 0 0 rgba(255, 255, 255, 0.1),0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1); animation: ripple-wave1 1s linear infinite; animation-play-state: running; z-index:2; }
	.abBox03 p i { display:block; width:60px; height:60px; overflow:hidden; border-radius:100%; background:url(ab02.png) no-repeat center; background-size:cover!important; }

}
@media all and (max-width:1280px){
	.abArea01 { padding-top:60px; }

}
@media all and (max-width:1200px){
	.abArea01 { padding:30px 0; }
 
	.abBox01 { float:none; width:100%; padding-top:0; }
	.abBox01 .p1 { font-size:24px; }
	.abBox01 .p2 { font-size:14px; margin-top:15px; line-height:25px; }
	.abBox01 .p3 { display:block; }
 
	.abBox02 { float:none; width:100%; margin-top:30px; }
	.abBox02 .bd01 { padding:25px 4%; }
	.abBox02 .bd01 ul li { float:left; width:33.33%; text-align:center; height:auto; border-bottom:none; }
	.abBox02 .bd01 ul li .p1 { float:none; padding-left:0; padding-top:30px; line-height:1.1; font-size:12px; background-position:center top!important; background-size:25px 25px!important;	}
	.abBox02 .bd01 ul li .p1 i { font-size:24px; margin-right:5px; }
	.abBox02 .bd01 ul li .p2 { float:none; width:100%; line-height:1.1; font-size:14px; margin-top:5px; }

	.abBox02 .bd02 { padding-top:80px; min-height:240px; font-size:16px; line-height:30px; text-indent:2em; display:none; }

	.abBox03 { position:relative; width:100%; right:auto; bottom:auto; margin-top:30px; }
	.abBox03 p { width:40px; height:40px; }
	.abBox03 p i { width:40px; height:40px; }

}
 
@keyframes ripple-wave1{
	to {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1),0 0 0 45px rgba(255, 255, 255, 0.02);
	}
}

.spBox { position:fixed; top:0; right:0; left:0; bottom:0; background:rgba(0,0,0,0.6); z-index:9; display:none; }
.spBox.on { display:block; }
.spBox .spBox01 { position:absolute; top:50%; left:50%; width:46%; padding:20px; box-sizing: border-box; background:#000; transform: translate(-50%,-50%); z-index:5; }
.spBox .spBox01 video { width:100%; height:auto!important; }
.spBox .spBox01 .sp-close { position:absolute; right:-50px; top:-30px; color:#fff; font-size:30px; cursor:pointer; }

@media all and (max-width:750px){
	.spBox .spBox01 { position:absolute; top:50%; width:92%; padding:10px; z-index:5; }
	.spBox .spBox01 .sp-close { position:absolute; right:0; top:-60px; color:#fff; font-size:30px; cursor:pointer; }
} 

.abArea02 { padding:135px 0 160px; background:url(abArea02.jpg) no-repeat center top; background-size:cover; }
.abArea02 .bd01 { position:relative; float:left; width:830px; line-height:1.1; z-index:2; }
.abArea02 .bd01 .p1 { font-size:40px; color:#162a6f; font-family:'Futura'; }
.abArea02 .bd01 .p2 { font-size:16px; color:#333; margin-top:60px; line-height:30px; }
.abArea02 .bd01 .p3 { position:absolute; right:-280px; bottom:-25px; z-index:2; }
.abArea02 .bd01 .p3 .p31 { font-size:16px; color:#1f1f1f; margin-bottom:25px; }

.abArea02 .bd02 { position:relative; float:right; width:530px; border-radius:100%; box-shadow: #a1bedb 30px 30px 80px 0px; z-index:1; }
.abArea02 .bd02 img { border-radius:100%; }


@media all and (max-width:1680px){
	.abArea02 { padding:90px 0; }
	.abArea02 .bd01 { float:left; width:calc(100% - 550px); }
	.abArea02 .bd01 .p1 { font-size:32px; }
	.abArea02 .bd01 .p2 { font-size:16px; margin-top:40px; line-height:30px; }
	.abArea02 .bd01 .p3 { position:absolute; right:-280px; bottom:0; z-index:2; }
	.abArea02 .bd01 .p3 .p31 { font-size:16px; color:#1f1f1f; margin-bottom:25px; }

	.abArea02 .bd02 { width:480px; }
}
@media all and (max-width:1280px){
	.abArea02 { padding:60px 0; }
}
@media all and (max-width:1200px){
	.abArea02 { padding:30px 0; }
	.abArea02 .bd01 { float:none; width:100%; }
	.abArea02 .bd01 .p1 { font-size:24px; }
	.abArea02 .bd01 .p2 { font-size:14px; margin-top:15px; line-height:25px; }
	.abArea02 .bd01 .p3 { position:relative; right:auto; bottom:auto; margin-top:20px; text-align:right; }
	.abArea02 .bd01 .p3 .p31 { font-size:14px; margin-bottom:15px; }
	.abArea02 .bd01 .p3 .p33 img { height:40px; }

	.abArea02 .bd02 { float:none; width:480px; margin:30px auto 0; }
}
@media all and (max-width:520px){
	.abArea02 .bd02 { float:none; width:100%; margin:30px auto 0; }
}

.abArea03 { position:relative; width:1920px; min-height:900px; padding-top:165px; left:50%; margin-left:-960px; background:url(abArea03.jpg) no-repeat center top; background-size:cover; box-sizing: border-box; }
.abArea03 .bd01 { float:left; width:39.8%; padding-top:145px; color:#f2f7fb; }
.abArea03 .bd01 .p1 { font-size:22px; color:#d1ecff; }
.abArea03 .bd01 .p2 { font-size:40px; line-height:1.6; margin-top:35px; }
.abArea03 .bd01 .p3 { font-size:40px; line-height:1.6; }
.abArea03 .bd02 { float:right; width:45.18%; margin-right:15%; }

@media all and (max-width:1680px){
	.abArea03 { width:1680px; min-height:780px; padding-top:100px; left:50%; margin-left:-840px; }
	.abArea03 .bd01 { float:left; width:40%; padding-top:90px; }
	.abArea03 .bd01 .p1 { font-size:18px; }
	.abArea03 .bd01 .p2 { font-size:32px; margin-top:30px; }
	.abArea03 .bd01 .p3 { font-size:32px; }
	.abArea03 .bd02 { float:right; width:45%; margin-right:10%; }
}
@media all and (max-width:1280px){
	.abArea03 { width:100%; min-height:100px; padding:100px 0; left:0; margin-left:0; }
	.abArea03 .bd01 { float:left; width:40%; padding-top:60px;  }
	.abArea03 .bd01 .p1 { font-size:16px; }
	.abArea03 .bd01 .p2 { font-size:28px; margin-top:20px; }
	.abArea03 .bd01 .p3 { font-size:28px; }
	.abArea03 .bd02 { float:right; width:45%; margin-right:10%; }
}
@media all and (max-width:1200px){
	.abArea03 { width:100%; min-height:100px; padding:60px 0; left:0; margin-left:0; }
	.abArea03 .bd01 { float:none; width:100%; padding-top:0;  }
	.abArea03 .bd01 .p1 { font-size:16px; }
	.abArea03 .bd01 .p2 { font-size:20px; margin-top:15px; }
	.abArea03 .bd01 .p3 { font-size:20px; }
	.abArea03 .bd02 { float:none; width:100%; margin-right:0; margin-top:30px; text-align:center; }
	.abArea03 .bd02 img { max-width:100%; }
}

.ab-hd { text-align:center; }
.ab-hd .p1 { font-size:22px; color:#0037b3; }
.ab-hd .p2 { font-size:40px; color:#060606; margin-top:15px; }

@media all and (max-width:1680px){
	.ab-hd .p1 { font-size:18px; }
	.ab-hd .p2 { font-size:32px; margin-top:10px; }
}
@media all and (max-width:1280px){
	.ab-hd .p1 { font-size:18px; }
	.ab-hd .p2 { font-size:28px; margin-top:5px; }

}
@media all and (max-width:1200px){
	.ab-hd .p1 { font-size:16px; }
	.ab-hd .p2 { font-size:20px; margin-top:5px; }

}

.abArea04 { padding:130px 0; background:url(abArea04.jpg) no-repeat center top; background-size:cover; }
.abArea04 .bd { margin-top:100px; }
.abArea04 .bd .swiper-slide a { position:relative; display:block; }
.abArea04 .bd .swiper-slide .txt { position:absolute; left:11.5%; right:11.5%; top:75px; z-index:2; }
.abArea04 .bd .swiper-slide .txt .p1 { font-size:18px; color:#0037b3; }
.abArea04 .bd .swiper-slide .txt .p2 { font-size:22px; color:#333; line-height:35px; margin-top:20px; }

.abArea04 .bd .swiper-slide:nth-child(2) { margin-top:110px; }

@media all and (max-width:1680px){
	.abArea04 { padding:90px 0; }
	.abArea04 .bd { margin-top:60px; }
	.abArea04 .bd .swiper-slide .txt { left:10%; right:10%; top:60px; }
	.abArea04 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.abArea04 .bd .swiper-slide .txt .p2 { font-size:18px; line-height:30px; margin-top:20px; }

	.abArea04 .bd .swiper-slide:nth-child(2) { margin-top:60px; }
}
@media all and (max-width:1280px){
	.abArea04 { padding:60px 0; }
	.abArea04 .bd { margin-top:40px; }
}
@media all and (max-width:1200px){
	.abArea04 { padding:30px 0; }
	.abArea04 .bd { margin-top:20px; }
	.abArea04 .bd .swiper-slide { width:400px; margin-right:20px; }
	.abArea04 .bd .swiper-slide .txt { left:10%; right:10%; top:60px; }
	.abArea04 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.abArea04 .bd .swiper-slide .txt .p2 { font-size:18px; line-height:30px; margin-top:20px; }

	.abArea04 .bd .swiper-slide:nth-child(2) { margin-top:0; }
}
@media all and (max-width:500px){

	.abArea04 .bd .swiper-slide { width:250px; margin-right:20px; }
	.abArea04 .bd .swiper-slide .txt { left:10%; right:10%; top:40px; }
	.abArea04 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.abArea04 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; }
}
 
.abArea05 { position:relative; width:1920px; left:50%; margin-left:-960px; background:#dddde0; }
.abArea05 .pic01 { display:none; }
.abArea05 .ab-hd { position:absolute; top:190px; left:0; right:0; text-align:left; z-index:2; }
.abArea05 .ab-hd .p3 { font-size:18px; line-height:50px; margin-top:100px; color:#060606; }

@media all and (max-width:1680px){
	.abArea05 { width:1680px; left:50%; margin-left:-840px; }
	.abArea05 .pic01 { display:none; }
	.abArea05 .ab-hd { position:absolute; top:100px; left:0; right:0; text-align:left; }
	.abArea05 .ab-hd .p3 { font-size:18px; line-height:50px; margin-top:100px; }
}
@media all and (max-width:1280px){
	.abArea05 { width:100%; left:0; margin-left:0; }
	.abArea05 .pic01 { display:none; }
	.abArea05 .ab-hd { position:absolute; top:100px; left:0; right:0; text-align:left; }
	.abArea05 .ab-hd .p3 { font-size:18px; line-height:40px; margin-top:50px; }
}
@media all and (max-width:1200px){
	.abArea05 { padding:30px 0 0; }
	.abArea05 .pic { display:none; }
	.abArea05 .pic01 { display:block; margin-top:30px; }
	.abArea05 .ab-hd { position:relative; top:0; left:auto; right:auto; text-align:left; }
	.abArea05 .ab-hd .p3 { font-size:14px; line-height:1.7; margin-top:20px; }
}

.zs-hd { text-align:center; line-height:1.1;}
.zs-hd .p1 { font-size:48px; color:#162a6f; font-family:'Futura'; } 
.zs-hd .p2 { height:15px; background:url(zs01.png) no-repeat center; margin-top:25px; } 
.zs-hd .p3 { font-size:18px; margin-top:15px; color:#fff; }

@media all and (max-width:1680px){
	.zs-hd .p1 { font-size:32px; } 
	.zs-hd .p2 { height:15px; margin-top:20px; } 
	.zs-hd .p3 { font-size:16px; margin-top:15px; }
}
@media all and (max-width:1280px){
	.zs-hd .p1 { font-size:28px; } 
	.zs-hd .p2 { height:10px; margin-top:15px; background-size:146px 10px;} 
	.zs-hd .p3 { font-size:16px; margin-top:15px; }
}
@media all and (max-width:1200px){
	.zs-hd .p1 { font-size:24px; } 
	.zs-hd .p2 { height:6px; margin-top:10px; background-size:88px 6px; } 
	.zs-hd .p3 { font-size:14px; margin-top:10px; }
}

.zsArea01 { padding:65px 0 120px; background:url(zsArea01.jpg) no-repeat center top; background-size:cover; }
.zsArea01 .bd { margin-top:60px; }
.zsArea01 .bd ul li { position:relative; float:left; width:31.8%; margin-right:2.3%; box-sizing: border-box; padding:75px 75px 0 75px; border-radius:9px; background: linear-gradient(to right,#fff,#dce5f7); box-shadow: rgba(22,42,111,0.35) 0px 0px 10px; }
.zsArea01 .bd ul li:nth-child(3n) { margin-right:0; }
.zsArea01 .bd ul li:nth-child(n + 4) { margin-top:25px; }
.zsArea01 .bd ul li .txt { padding-left:120px; background-position:0px 10px!important; line-height:1.1; min-height:140px; }
.zsArea01 .bd ul li .txt .p1 { font-size:24px; color:#162a6f; }
.zsArea01 .bd ul li .txt .p2 { font-size:18px; color:#383838; margin-top:10px; line-height:1.7; }

@media all and (max-width:1680px){
	.zsArea01 { padding:60px 0 80px; }
	.zsArea01 .bd { margin-top:40px; }
	.zsArea01 .bd ul li { width:32%; margin-right:2%; padding:50px 40px 0 40px; }
	.zsArea01 .bd ul li:nth-child(3n) { margin-right:0; }
	.zsArea01 .bd ul li:nth-child(n + 4) { margin-top:25px; }
	.zsArea01 .bd ul li .txt { padding-left:80px; background-position:0 0!important; line-height:1.1; min-height:90px; background-size:45px 45px!important; }
	.zsArea01 .bd ul li .txt .p1 { font-size:18px; }
	.zsArea01 .bd ul li .txt .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:1280px){
	.zsArea01 { padding:60px 0; }
	.zsArea01 .bd { margin-top:30px; }
}
@media all and (max-width:1200px){
	.zsArea01 { padding:30px 0; }
	.zsArea01 .bd { margin-top:20px; }
	.zsArea01 .bd ul li { float:none; width:100%; margin-right:0; padding:30px 4% 0 4%; }
	.zsArea01 .bd ul li:nth-child(3n) { margin-right:0; }
	.zsArea01 .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.zsArea01 .bd ul li .txt { padding:0 0 30px 50px; background-position:0 10px!important; line-height:1.1; min-height:10px; background-size:35px 35px!important; }
	.zsArea01 .bd ul li .txt .p1 { font-size:16px; }
	.zsArea01 .bd ul li .txt .p2 { font-size:14px; margin-top:10px; }
}

.zsArea02 { padding:110px 0; background:url(zsArea02.jpg) no-repeat center top; background-size:cover; }
.zsArea02 .bd { position:relative; margin-top:40px; }
.zsArea02 .bd .pic { text-align:center; padding:94px 0; background:url(zs04.png) no-repeat center; }
.zsArea02 .bd .pic img { width:430px; height:430px; border-radius:100%; overflow:hidden; box-shadow: rgba(22,42,111,0.2) 0px 0px 10px; }
.zsArea02 .bd .bd01 { position:absolute; top:100px; width:1240px; left:50%; margin-left:-620px; z-index:2; }
.zsArea02 .bd .bd01 ul { padding:0 35px; }
.zsArea02 .bd .bd01 ul:nth-child(n + 2) { margin-top:60px; }
.zsArea02 .bd .bd01 ul:nth-child(2) { padding:0; }
.zsArea02 .bd .bd01 ul li { float:left; padding:15px 20px; width:355px; background: linear-gradient(to right,#dcecfb,#eff7ff); border-radius:55px; box-sizing: border-box; }
.zsArea02 .bd .bd01 ul li .p1 { float:right; width:75px; height:75px; overflow:hidden; border-radius:100%; box-shadow: rgba(22,42,111,0.15) 0px 0px 10px; }
.zsArea02 .bd .bd01 ul li .p2 { float:right; line-height:75px; margin-right:35px; font-size:24px; color:#162a6f; }
 
.zsArea02 .bd .bd01 ul li:nth-child(2) { float:right; }
.zsArea02 .bd .bd01 ul li:nth-child(2) .p1 { float:left; }
.zsArea02 .bd .bd01 ul li:nth-child(2) .p2 { float:left; margin-right:0; margin-left:35px; }
 
@media all and (max-width:1680px){
	.zsArea02 { padding:80px 0; }
	.zsArea02 .bd { margin-top:30px; }
	.zsArea02 .bd .pic { text-align:center; padding:80px 0; background-size:contain; }
	.zsArea02 .bd .pic img { width:380px; height:380px; }
	.zsArea02 .bd .bd01 { top:80px; width:100%; left:0; margin-left:0; }
	.zsArea02 .bd .bd01 ul { padding:0 35px; }
	.zsArea02 .bd .bd01 ul:nth-child(n + 2) { margin-top:45px; }
	.zsArea02 .bd .bd01 ul:nth-child(2) { padding:0; }
	.zsArea02 .bd .bd01 ul li { float:left; padding:15px 25px; width:330px; }
	.zsArea02 .bd .bd01 ul li .p1 { width:60px; height:60px; }
	.zsArea02 .bd .bd01 ul li .p2 { line-height:60px; margin-right:25px; font-size:18px; }
 
	.zsArea02 .bd .bd01 ul li:nth-child(2) .p2 { margin-left:25px; }
}
@media all and (max-width:1280px){
	.zsArea02 { padding:60px 0; }
}
@media all and (max-width:1200px){
	.zsArea02 { padding:30px 0; }
	.zsArea02 .bd { margin-top:20px; }
	.zsArea02 .bd .pic { text-align:center; padding:60px 0; background-size:contain; }
	.zsArea02 .bd .pic img { width:350px; height:350px; }
	.zsArea02 .bd .bd01 { top:80px; width:100%; left:0; margin-left:0; }
	.zsArea02 .bd .bd01 ul { padding:0; }
	.zsArea02 .bd .bd01 ul:nth-child(n + 2) { margin-top:45px; }
	.zsArea02 .bd .bd01 ul:nth-child(2) { padding:0; }
	.zsArea02 .bd .bd01 ul li { float:left; padding:15px 15px; width:220px; }
	.zsArea02 .bd .bd01 ul li .p1 { width:35px; height:35px; }
	.zsArea02 .bd .bd01 ul li .p2 { line-height:35px; margin-right:20px; font-size:16px; }
 
	.zsArea02 .bd .bd01 ul li:nth-child(2) .p2 { margin-left:20px; }
}
@media all and (max-width:500px){
	.zsArea02 .wrap { width:100%; } 
	.zsArea02 .bd .pic { padding:50px 0; background-size:380px 380px; }
	.zsArea02 .bd .pic img { width:280px; height:280px; }
	.zsArea02 .bd .bd01 { top:0; width:92%; left:4%; margin-left:0; }
	.zsArea02 .bd .bd01 ul { padding:0; }
	.zsArea02 .bd .bd01 ul:nth-child(n + 2) { margin-top:10px; }
	.zsArea02 .bd .bd01 ul:nth-child(2) { padding:0; }
	.zsArea02 .bd .bd01 ul li { float:left; padding:10px 15px; width:220px; }
	.zsArea02 .bd .bd01 ul li .p1 { width:35px; height:35px; }
	.zsArea02 .bd .bd01 ul li .p2 { line-height:35px; margin-right:20px; font-size:16px; }
 
	.zsArea02 .bd .bd01 ul li:nth-child(2) { margin-left:calc(100% - 220px); margin-top:10px; }
	.zsArea02 .bd .bd01 ul li:nth-child(2) .p2 { margin-left:20px; }
}


.zsArea03 { padding:90px 0 120px; }
.zsArea03 .bd { margin-top:75px; border-radius:25px; overflow:hidden; }
.zsArea03 .bd .swiper-slide a { position:relative; display:block; cursor:pointer; }
.zsArea03 .bd .swiper-slide .pic { position:relative; }
.zsArea03 .bd .swiper-slide .pic .img02 { display:none; }
.zsArea03 .bd .swiper-slide .pic p { position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(255,255,255,0.7); z-index:2; }
.zsArea03 .bd .swiper-slide .txt { position:absolute; top:50%; left:0; right:0; transform: translateY(-50%); text-align:center; z-index:2; }
.zsArea03 .bd .swiper-slide .txt .p1 img { height:87px; }
.zsArea03 .bd .swiper-slide .txt .p2 { font-size:24px; color:#162a6f; margin-top:25px; transition: all 0.6s; }
.zsArea03 .bd .swiper-slide .txt .p3 { width:34px; height:2px; background:#fff; margin:20px auto 0; display:none; }

.zsArea03 .bd .swiper-slide:hover .txt .p1 { display:none; }
.zsArea03 .bd .swiper-slide:hover .txt .p2 { color:#fff; margin-top:0; }
.zsArea03 .bd .swiper-slide:hover .txt .p3 { display:block; }
.zsArea03 .bd .swiper-slide:hover .pic p { background:rgba(22,42,111,0.5); }

@media all and (max-width:1680px){
	.zsArea03 { padding:80px 0; }
	.zsArea03 .bd { margin-top:40px; border-radius:20px; }
	.zsArea03 .bd .swiper-slide .txt .p1 img { height:60px; }
	.zsArea03 .bd .swiper-slide .txt .p2 { font-size:18px; margin-top:25px; }
	.zsArea03 .bd .swiper-slide .txt .p3 { margin:20px auto 0; }
}
@media all and (max-width:1280px){
	.zsArea03 { padding:60px 0; }
	.zsArea03 .bd { margin-top:30px; border-radius:15px; }
}
@media all and (max-width:1200px){
	.zsArea03 { padding:30px 0; }
	.zsArea03 .bd { margin-top:20px; border-radius:10px; }
	.zsArea03 .bd .swiper-slide { width:200px; }
	.zsArea03 .bd .swiper-slide .pic .img02 { display:none; }
	.zsArea03 .bd .swiper-slide .txt .p1 img { height:50px; }
	.zsArea03 .bd .swiper-slide .txt .p2 { font-size:16px; margin-top:20px; }
	.zsArea03 .bd .swiper-slide .txt .p3 { margin:20px auto 0; }
}
@media all and (max-width:500px){
	.zsArea03 .bd .swiper-slide { width:150px; }
	.zsArea03 .bd .swiper-slide .pic .img02 { display:none; }
	.zsArea03 .bd .swiper-slide .txt .p1 img { height:40px; }
	.zsArea03 .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:20px; }
	.zsArea03 .bd .swiper-slide .txt .p3 { margin:20px auto 0; }
}
 
.zsArea04 { padding:85px 0 160px; background:url(zsArea04.jpg) no-repeat center top; background-size:cover; }
.zsArea04 .zs-hd .p1 { color:#fff; }
.zsArea04 .bd { margin-top:75px; }
.zsArea04 .bd ul li { position:relative; float:left; width:31.8%; margin-right:2.3%; min-height:270px; border-radius:7px; background:url(zs03.png) no-repeat center; background-size:cover; }
.zsArea04 .bd ul li:nth-child(3n) { margin-right:0; }
.zsArea04 .bd ul li:nth-child(n + 4) { margin-top:25px; }
.zsArea04 .bd ul li .txt { padding:40px 15px 0 15px; text-align:center; }
.zsArea04 .bd ul li .txt .p1 { font-size:24px; color:#162a6f; font-weight:bold; line-height:56px; width:56px; height:56px; margin:0 auto; background:url(zs02.png) no-repeat center; background-size:cover; }
.zsArea04 .bd ul li .txt .p2 { margin-top:25px; font-size:24px; color:#162a6f; font-weight:bold; }
.zsArea04 .bd ul li .txt .p3 { margin-top:10px; font-size:18px; color:#383838; line-height:1.7; }

@media all and (max-width:1680px){
	.zsArea04 { padding:80px 0; }
	.zsArea04 .bd { margin-top:40px; }
	.zsArea04 .bd ul li { position:relative; float:left; width:32%; margin-right:2%; min-height:220px; }
	.zsArea04 .bd ul li:nth-child(3n) { margin-right:0; }
	.zsArea04 .bd ul li:nth-child(n + 4) { margin-top:25px; }
	.zsArea04 .bd ul li .txt { padding:30px 15px 0 15px; }
	.zsArea04 .bd ul li .txt .p1 { font-size:18px; line-height:45px; width:45px; height:45px; }
	.zsArea04 .bd ul li .txt .p2 { margin-top:15px; font-size:18px; }
	.zsArea04 .bd ul li .txt .p3 { margin-top:10px; font-size:14px; line-height:1.7; }
}
@media all and (max-width:1280px){
	.zsArea04 { padding:60px 0; }
	.zsArea04 .bd { margin-top:30px; }
}
@media all and (max-width:1200px){
	.zsArea04 { padding:30px 0; }
	.zsArea04 .bd { margin-top:20px; }
	.zsArea04 .bd ul li { position:relative; float:none; width:100%; margin-right:0; min-height:10px; }
	.zsArea04 .bd ul li:nth-child(3n) { margin-right:0; }
	.zsArea04 .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.zsArea04 .bd ul li .txt { padding:30px 4%; }
	.zsArea04 .bd ul li .txt .p1 { font-size:18px; line-height:45px; width:45px; height:45px; }
	.zsArea04 .bd ul li .txt .p2 { margin-top:15px; font-size:18px; }
	.zsArea04 .bd ul li .txt .p3 { margin-top:10px; font-size:14px; line-height:1.7; }
}

.zsArea05 { padding:90px 0; }
.zsArea05 .bd { margin-top:45px; }
.zsArea05 .bd ul li { position:relative; float:left; width:31.8%; margin-right:2.3%; border-radius:0 30px 0 30px; background: linear-gradient(to right,#dcecfb,#c8dbee); }
.zsArea05 .bd ul li:nth-child(3n) { margin-right:0; }
.zsArea05 .bd ul li:nth-child(n + 4) { margin-top:50px; }
.zsArea05 .bd ul li .txt { position:relative; padding:75px 8.5% 0 8.5%; line-height:1.1; min-height:235px; box-sizing: border-box; overflow:hidden; z-index:2; }
.zsArea05 .bd ul li .txt .p1 { font-size:24px; color:#162a6f; font-weight:bold; }
.zsArea05 .bd ul li .txt .p2 { font-size:18px; color:#383838; line-height:1.8; margin-top:15px; }
.zsArea05 .bd ul li .txt .p3 { position:absolute; right:15px; bottom:-20px; font-size:100px; line-height:1; color:rgba(255,255,255,0.35); z-index:-1; }

@media all and (max-width:1680px){
	.zsArea05 { padding:80px 0; }
	.zsArea05 .bd { margin-top:40px; }
	.zsArea05 .bd ul li { float:left; width:32%; margin-right:2%; border-radius:0 25px 0 25px; }
	.zsArea05 .bd ul li:nth-child(3n) { margin-right:0; }
	.zsArea05 .bd ul li:nth-child(n + 4) { margin-top:30px; }
	.zsArea05 .bd ul li .txt { padding:40px 8.5% 0 8.5%; min-height:180px; }
	.zsArea05 .bd ul li .txt .p1 { font-size:20px; }
	.zsArea05 .bd ul li .txt .p2 { font-size:16px; line-height:1.7; margin-top:15px; }
	.zsArea05 .bd ul li .txt .p3 { position:absolute; right:15px; bottom:-15px; font-size:80px; }
}
@media all and (max-width:1280px){
	.zsArea05 { padding:60px 0; }
	.zsArea05 .bd { margin-top:30px; }
}
@media all and (max-width:1200px){
	.zsArea05 { padding:30px 0; }
	.zsArea05 .bd { margin-top:20px; }
	.zsArea05 .bd ul li { float:none; width:100%; margin-right:0; border-radius:0 15px 0 15px; }
	.zsArea05 .bd ul li:nth-child(3n) { margin-right:0; }
	.zsArea05 .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.zsArea05 .bd ul li .txt { padding:30px 4%; min-height:10px; }
	.zsArea05 .bd ul li .txt .p1 { font-size:18px; }
	.zsArea05 .bd ul li .txt .p2 { font-size:14px; line-height:1.7; margin-top:10px; }
	.zsArea05 .bd ul li .txt .p3 { position:absolute; right:15px; bottom:-10px; font-size:60px; }
}


.zsArea06 { padding:110px 0 130px; background:url(zsArea06.jpg) no-repeat center top; background-size:cover; }
.zsArea06 .bd01 { float:right; width:710px; margin-right:65px; }
.zsArea06 .bd01 .zs-hd { text-align:left; }
.zsArea06 .bd01 form { margin-top:30px; }
.zsArea06 .bd01 form ul li:nth-child(n + 2) { margin-top:15px; }
.zsArea06 .bd01 form ul li .text { float:left; width:49%; line-height:50px; padding-left:20px; font-size:16px; background:rgba(255,255,255,0.7); border-radius:7px; box-sizing: border-box; }
.zsArea06 .bd01 form ul li .text02 { margin-left:2%; }
.zsArea06 .bd01 form ul li .textarea { width:100%; padding:10px 20px; font-size:16px; min-height:235px; background:rgba(255,255,255,0.7); border-radius:7px; box-sizing: border-box; }

.zsArea06 .bd01 form ul li.btn { margin-top:25px; }
.zsArea06 .bd01 form ul li .btn01 { display:block; width:100%; margin:0 auto; background:#1e6ed6; line-height:50px; color:#fff; border-radius:7px; font-size:18px; cursor:pointer; }

.zsArea06 .bd02 { float:left; width:615px; margin-left:65px; padding-top:20px; }

@media all and (max-width:1680px){
	.zsArea06 { padding:80px 0; }
	.zsArea06 .bd01 { float:right; width:calc(100% - 600px); margin-right:0; }
	.zsArea06 .bd01 .zs-hd { text-align:left; }
	.zsArea06 .bd01 form { margin-top:30px; }
	.zsArea06 .bd01 form ul li:nth-child(n + 2) { margin-top:15px; }
	.zsArea06 .bd01 form ul li .text { float:left; width:49%; line-height:45px; padding-left:15px; font-size:16px; }
	.zsArea06 .bd01 form ul li .text02 { margin-left:2%; }
	.zsArea06 .bd01 form ul li .textarea { width:100%; padding:10px 15px; font-size:16px; min-height:200px; }

	.zsArea06 .bd01 form ul li.btn { margin-top:25px; }
	.zsArea06 .bd01 form ul li .btn01 { line-height:45px; font-size:16px; }

	.zsArea06 .bd02 { float:left; width:550px; margin-left:0; padding-top:20px; }
}
@media all and (max-width:1280px){
	.zsArea06 { padding:60px 0; }
}
@media all and (max-width:1200px){
	.zsArea06 { padding:30px 0; }
	.zsArea06 .bd01 { float:none; width:100%; margin-right:0; }
	.zsArea06 .bd01 .zs-hd { text-align:center; }
	.zsArea06 .bd01 form { margin-top:20px; }
	.zsArea06 .bd01 form ul li:nth-child(n + 2) { margin-top:10px; }
	.zsArea06 .bd01 form ul li .text { float:left; width:49%; line-height:40px; padding-left:15px; font-size:14px; }
	.zsArea06 .bd01 form ul li .text02 { margin-left:2%; }
	.zsArea06 .bd01 form ul li .textarea { width:100%; padding:10px 15px; font-size:14px; min-height:150px; }

	.zsArea06 .bd01 form ul li.btn { margin-top:15px; }
	.zsArea06 .bd01 form ul li .btn01 { line-height:40px; font-size:16px; }

	.zsArea06 .bd02 { display:none; }
}
@media all and (max-width:500px){
	.zsArea06 .bd01 form ul li .text { float:none; width:100%; }
	.zsArea06 .bd01 form ul li .text02 { margin-left:0; margin-top:10px; }
}


.zsBd { position:fixed; width:400px; top:50%; left:50%; transform: translate(-50%,-50%); border-radius:8px; background:rgba(255,255,255,0.95); box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;  z-index:555; }

.zsBd01 { position:relative; }
.zsBd01 .hd { background:url(zb02.png) no-repeat center; background-size:cover; text-align:center; border-radius:8px 8px 0 0; }
.zsBd01 .hd i { display:inline-block; padding-left:36px; line-height:68px; font-size:20px; color:#fff; font-weight:bold; background:url(zb01.png) no-repeat center left;  }
.zsBd01 .bd { padding:25px 30px 35px 30px; }
.zsBd01 .bd .text { width:100%; border:1px solid rgba(0,0,0,0.1); line-height:50px; padding-left:20px; font-size:14px; border-radius:5px; box-sizing: border-box; }
.zsBd01 .bd .text02 { margin-top:20px; }
.zsBd01 .bd .btn01 { margin:25px auto 0; width:180px; height:50px; display:block; text-align:center; line-height:50px; font-size:14px; color:#fff; border-radius:5px; background:#162a6f; cursor:pointer; }

.zdClose { position:absolute; right:-48px; top:-55px; width:48px; height:48px; background:url(zb03.png) no-repeat center;  cursor:pointer; z-index:2; }


@media all and (max-width:750px){
	.zsBd { width:300px; }
	.zsBd01 .hd i { padding-left:30px; line-height:50px; font-size:16px; background-size:20px 20px; }
	.zsBd01 .bd { padding:25px 25px 30px 25px; }
	.zsBd01 .bd .text { line-height:40px; padding-left:15px; font-size:14px; }
	.zsBd01 .bd .text02 { margin-top:15px; }
	.zsBd01 .bd .btn01 { margin:20px auto 0; width:130px; height:40px; line-height:40px; }

	.zdClose { position:absolute; right:0; top:-45px; width:35px; height:35px; background-size:cover; }	
}


.hyCon { padding-bottom:100px; }
@media all and (max-width:1680px){
	.hyCon { padding-bottom:80px; }
}
@media all and (max-width:1200px){
	.hyCon { padding-bottom:40px; }
}

.hyCon01 { padding-top:90px; }
.hyCon01 .wrap { position:relative; }
.hyCon01 .hy-hd { text-align:left; }

.hyCon01 .bd01 { position:absolute; right:0; top:0; width:725px; z-index:2; }
.hyCon01 .bd01 select { float:left; width:calc(45% - 50px); margin-right:5%; line-height:40px; border-bottom:1px solid #d9d9d9; font-size:16px; background:url(md.png) no-repeat center right; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.hyCon01 .bd01 .mdBtn { float:right; width:100px; height:40px; line-height:40px; background:#162a6f; font-size:18px; border-radius:25px; text-align:center; color:#fff; cursor:pointer; }

.hyCon01 .bd02 { margin-top:60px; }
.hyCon01 .bd02 ul { max-height:360px; overflow-y:auto; padding-right:10px; }
.hyCon01 .bd02 ul li { float:left; width:24.5%; margin-right:0.66%; }
.hyCon01 .bd02 ul li:nth-child(4n) { margin-right:0; }
.hyCon01 .bd02 ul li:nth-child(n + 5) { margin-top:15px; }
.hyCon01 .bd02 ul li a { display:block; box-sizing: border-box; padding:15px 30px 0 30px; min-height:110px; border:1px solid #e5e5e5; border-radius:8px; }
.hyCon01 .bd02 ul li .p1 { font-size:18px; color:#333; }
.hyCon01 .bd02 ul li .p2 { font-size:14px; color:#666; margin-top:10px; }

.hyCon01 .bd02 ul li:hover .p1 { color:#162a6f; font-weight:bold; }

@media all and (max-width:1680px){
	.hyCon01 { padding-top:60px; }
	
	.hyCon01 .bd02 { margin-top:40px; padding-right:10px; }
	.hyCon01 .bd02 ul { max-height:360px; overflow-y:auto; }
	.hyCon01 .bd02 ul li { float:left; width:32%; margin-right:2%; }
	.hyCon01 .bd02 ul li:nth-child(4n) { margin-right:2%; }
	.hyCon01 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.hyCon01 .bd02 ul li:nth-child(n + 4) { margin-top:15px; }
	.hyCon01 .bd02 ul li a { padding:15px 20px 0 20px; min-height:110px; }
	.hyCon01 .bd02 ul li .p1 { font-size:16px; }
	.hyCon01 .bd02 ul li .p2 { font-size:14px; margin-top:10px; } 
}
@media all and (max-width:1200px){
	.hyCon01 { padding-top:40px; }
	.hyCon01 .hy-hd { text-align:center; }
	
	.hyCon01 .bd01 { position:relative; right:auto; top:auto; width:100%; margin-top:30px; }
	.hyCon01 .bd01 select { float:left; width:35%; margin-right:5%; line-height:30px; font-size:14px; background-size:11px 8px; }
	.hyCon01 .bd01 .mdBtn { float:right; width:20%; height:30px; line-height:30px; font-size:14px; }
	
	.hyCon01 .bd02 { margin-top:30px; padding-right:10px; }
	.hyCon01 .bd02 ul { max-height:360px; overflow-y:auto; }
	.hyCon01 .bd02 ul li { float:none; width:100%; margin-right:0; }
	.hyCon01 .bd02 ul li:nth-child(4n) { margin-right:0; }
	.hyCon01 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.hyCon01 .bd02 ul li:nth-child(n + 2) { margin-top:10px; }
	.hyCon01 .bd02 ul li a { padding:15px 10px; min-height:10px; }
	.hyCon01 .bd02 ul li .p1 { font-size:16px; }
	.hyCon01 .bd02 ul li .p2 { font-size:14px; margin-top:10px; }  
}


.hyCon01 .bd02 ul::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#162a6f}
.hyCon01 .bd02 ul::-webkit-scrollbar-track{background:#eee}
.hyCon01 .bd02 ul::-webkit-scrollbar-corner{background:transparent}
.hyCon01 .bd02 ul::-webkit-scrollbar{width:7px;height:7px} 






</pre></body></html>