@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; bottom:20%; left:0; right:0; color:#fff; z-index:2; }
.banner-ny .txt .p1 { position:relative; font-size:48px; padding-left:25px; line-height:1.1; }
.banner-ny .txt .p1:before { position:absolute; display:block; content:""; width:3px; height:45px; background:#fff; top:50%; left:0; transform: translateY(-45%); z-index:2; }
.banner-ny .txt .p2 { font-size:24px; margin-top:20px; }

@media all and (max-width:1680px){
	.banner-ny .txt .p1 { font-size:30px; padding-left:25px; }
	.banner-ny .txt .p1:before { width:2px; height:30px; }
	.banner-ny .txt .p2 { font-size:18px; margin-top:20px; }
}
@media all and (max-width:1200px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt { position:absolute; top:50%; transform: translateY(-50%); bottom:auto; text-align:center; }
	.banner-ny .txt .p1 { font-size:20px; padding-left:0; }
	.banner-ny .txt .p1:before { width:2px; height:15px; display:none; }
	.banner-ny .txt .p2 { font-size:14px; margin-top:15px; }
}
 
/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:100px 0; }

.sjArea{display: none;}


@media all and (max-width:1680px){
	.main { padding:80px 0; }
}
@media all and (max-width:1200px){
	.main { padding:40px 0; }
	.sjArea{display: block;}
	.pcArea{display: none;}
}

.leftTitle { display:none; }

.sidebar { position:relative; background:#f8f8f8; }
.sidebar .line { position:absolute; width:100vw; height:2px; background:#003f93; bottom:0; transition:all 1s; z-index:4; }
.sidebar .line:before { position:absolute; content:""; display:block; top:50%; right:0; width:10px; height:10px; transform:translateY(-50%); background:#003f93; border-radius:100%; z-index:2; }

.sidebar.fixed { position:fixed; left:0; top:0; right:0; z-index;999; }

.menu dl { position:relative; z-index:8; }
.menu dl dt { position:relative; float:left; padding-right:85px; }
.menu dl dt:last-child { padding-right:0; }
.menu dl dt a { display:block; line-height:80px; color:#333; font-size:18px; cursor:pointer; }

.menu dl dt.current a,.menu dl dt:hover a { font-weight:bold; color:#003f93; }

@media all and (max-width:1680px){
	.menu dl dt { padding-right:50px; }
	.menu dl dt:last-child { padding-right:0; }
	.menu dl dt a { line-height:60px; font-size:16px; }
}
@media all and (max-width:1200px){
	.sidebar { display:none; }
}


/* 内容模式 */
.article { line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size: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%; height:auto!important; }

@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 60px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }

@media all and (max-width:1200px){
	.list { padding:0 0 40px; }
}

/* 图文新闻 */

.picnews { padding-bottom:60px; }
.picnews ul li { float:left; width:31%; margin:0 3.5% 0 0; background:#f5f5f5; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:50px; }
.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 { padding:25px 20px; }
.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 { width:100%; margin:0 0 0 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:25px; }
	
	.picnews ul li .txt { padding:20px 4%; }
	.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: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 dl dt { font-size:14px; }

}
 
/* 分页 */
.page { 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:#003f93; color:#fff; }

@media screen and (max-width: 1200px){
	.page a{padding: 0 5px;margin: 0 3px;font-size: 12px}
}

/* 图片列表 */
.product { padding-bottom:60px; }
.product ul li { float:left; width:23.5%; margin-right:2%; box-shadow:0 0 14px rgba(0,0,0,.15); } 
.product ul li:nth-child(4n) { margin-right:0; }
.product ul li:nth-child(n + 5) { margin-top:2%; }
.product ul li .pic { position:relative; overflow:hidden; }
.product ul li .pic img { transition:all 0.3s; }
.product ul li .txt { position:relative; padding:35px 30px; border-top:1px solid #dbdbdb; }
.product ul li .txt:before { position:absolute; content:""; left:0; top:0; width:100%; height:100%; background:url(ico10.png) no-repeat right top #003f93; background-size:auto 100%; z-index:2; opacity:0; transition:all 0.4s; }
.product ul li .txt .p1 { position:relative; font-size:20px; padding-right:25px; color:#333; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; z-index:5; transition:all 0.3s; }
.product ul li .txt .p2 { position:absolute; right:30px; top:46px; width:22px; height:2px; background:#333; transition:all 0.3s; z-index:5; }
.product ul li .txt .p2:before { position:absolute; width:10px; height:10px; border-right:2px solid #333; border-bottom:2px solid #333; transition:all 0.3s; top:50%; transform:translate(-100%,-50%) rotate(-45deg); left:100%; content:""; z-index:2; }


.product ul li:hover .pic img { transform:scale(1.1); }
.product ul li:hover .txt:before { opacity:1; }
.product ul li:hover .txt .p1 { color:#fff; }
.product ul li:hover .txt .p2 { background:#fff; }
.product ul li:hover .txt .p2:before { border-color:#fff; }

@media all and (max-width:1680px){
 
	.product ul li .txt { padding:30px 20px; }
	.product ul li .txt .p1 { font-size:18px; line-height:20px; height:20px; }
	.product ul li .txt .p2 { width:20px; height:2px; right:20px; top:38px; }
	.product ul li .txt .p2:before { width:6px; height:6px; }
}
@media all and (max-width:1200px){
	.product { padding-bottom:40px; }
	.product ul li { float:left; width:32%; margin-right:2%; } 
	.product ul li:nth-child(4n) { margin-right:2%; }
	.product ul li:nth-child(3n) { margin-right:0; }
	.product ul li:nth-child(n + 4) { margin-top:2%; }
	
	.product ul li .txt { padding:30px 20px; }
	.product ul li .txt .p1 { font-size:16px; line-height:20px; height:20px; }
	.product ul li .txt .p2 { width:20px; height:2px; right:20px; top:38px; }
	.product ul li .txt .p2:before { width:6px; height:6px; }
}
@media all and (max-width:750px){
	.product { padding-bottom:40px; }
	.product ul li { float:none; width:100%; margin-right:0; } 
	.product ul li:nth-child(4n) { margin-right:0; }
	.product ul li:nth-child(3n) { margin-right:0; }
	.product ul li:nth-child(2n) { margin-right:0; }
	.product ul li:nth-child(n + 2) { margin-top:15px; }
	
	.product ul li .txt { padding:25px 4%; }
	.product ul li .txt .p1 { font-size:14px; }
	.product ul li .txt .p2 { width:20px; height:2px; right:4%; top:34px; }
	.product ul li .txt .p2:before { width:5px; height:5px; }
}

/*
.product { padding-bottom:60px; }
.product ul li { float:left; width:31.33%; margin-right:3%; box-shadow:0 0 14px rgba(0,0,0,.15); } 
.product ul li:nth-child(3n) { margin-right:0; }
.product ul li:nth-child(n + 4) { margin-top:3%; }
.product ul li .pic { position:relative; overflow:hidden; }
.product ul li .pic img { transition:all 0.3s; }
.product ul li .txt { position:relative; padding:35px 30px; border-top:1px solid #dbdbdb; }
.product ul li .txt:before { position:absolute; content:""; left:0; top:0; width:100%; height:100%; background:url(ico10.png) no-repeat right top #003f93; background-size:auto 100%; z-index:2; opacity:0; transition:all 0.4s; }
.product ul li .txt .p1 { position:relative; font-size:20px; color:#333; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; z-index:5; transition:all 0.3s; }
.product ul li .txt .p2 { position:relative; width:22px; height:2px; background:#333; transition:all 0.3s; margin-top:30px; z-index:5; }
.product ul li .txt .p2:before { position:absolute; width:10px; height:10px; border-right:2px solid #333; border-bottom:2px solid #333; transition:all 0.3s; top:50%; transform:translate(-100%,-50%) rotate(-45deg); left:100%; content:""; z-index:2; }


.product ul li:hover .pic img { transform:scale(1.1); }
.product ul li:hover .txt:before { opacity:1; }
.product ul li:hover .txt .p1 { color:#fff; }
.product ul li:hover .txt .p2 { background:#fff; }
.product ul li:hover .txt .p2:before { border-color:#fff; }

@media all and (max-width:1680px){
	.product ul li { float:left; width:32%; margin-right:2%; } 
	.product ul li:nth-child(3n) { margin-right:0; }
	.product ul li:nth-child(n + 4) { margin-top:2%; }
	
	.product ul li .txt { padding:30px 20px; }
	.product ul li .txt .p1 { font-size:18px; line-height:20px; height:20px; }
	.product ul li .txt .p2 { width:20px; height:2px; margin-top:30px; }
	.product ul li .txt .p2:before { width:6px; height:6px; }
}
@media all and (max-width:1200px){
	.product { padding-bottom:40px; }
	.product ul li { float:left; width:49%; margin-right:2%; } 
	.product ul li:nth-child(3n) { margin-right:2%; }
	.product ul li:nth-child(2n) { margin-right:0; }
	.product ul li:nth-child(n + 3) { margin-top:2%; }
	
	.product ul li .txt { padding:30px 20px; }
	.product ul li .txt .p1 { font-size:16px; line-height:20px; height:20px; }
	.product ul li .txt .p2 { width:20px; height:2px; margin-top:25px; }
	.product ul li .txt .p2:before { width:6px; height:6px; }
}
@media all and (max-width:750px){
	.product { padding-bottom:40px; }
	.product ul li { float:none; width:100%; margin-right:0; } 
	.product ul li:nth-child(3n) { margin-right:0; }
	.product ul li:nth-child(2n) { margin-right:0; }
	.product ul li:nth-child(n + 2) { margin-top:15px; }
	
	.product ul li .txt { padding:25px 4%; }
	.product ul li .txt .p1 { font-size:14px; }
	.product ul li .txt .p2 { width:20px; height:2px; margin-top:20px; }
	.product ul li .txt .p2:before { width:5px; height:5px; }
}
*/

.hd-rc { text-align:center; font-size:40px; color:#333; margin-bottom:50px; }

.rcArea01 { padding:80px 0; }
.rcArea01 .bd { font-size:16px; line-height:2; color:#666; }
.rcArea01 .bd img { max-width:100%; height:auto; }

@media all and (max-width:1680px){
	.hd-rc { font-size:30px; margin-bottom:40px; }

	.rcArea01 { padding:60px 0; }
}
@media all and (max-width:1200px){
	.hd-rc { font-size:20px; margin-bottom:25px; }

	.rcArea01 { padding:40px 0; }
	.rcArea01 .bd { font-size:14px; line-height:25px; }
}

.rcArea02 { background:#f9fafc; padding:80px 0; }
.rcArea02 .bd { padding-bottom:60px; }

@media all and (max-width:1680px){
	.rcArea02 { padding:60px 0; }
	.rcArea02 .bd { padding-bottom:60px; }
}
@media all and (max-width:1200px){
	.rcArea02 { padding:40px 0; }
	.rcArea02 .bd { padding-bottom:40px; }
}


.joblist .bd01 { display:flex; justify-content:space-between; font-size:20px; color:#000000; padding-bottom:32px; }
.joblist .bd02 ul { border-bottom:1px solid #e5e5e5; }
.joblist .bd02 ul li { border-top:1px solid #e5e5e5; }
.joblist .bd02 ul li .txt01 { position:relative; display:flex; justify-content:space-between; font-size:20px; color:#000000; padding:25px 0; cursor:pointer; }
.joblist .bd02 ul li .txt01:before { content:""; position:absolute; left:0; bottom:0; width:8px; height:100%; background:#003f93; height:0; transition:all 0.4s; }
.joblist .bd02 ul li .txt02 { display:none; padding:35px 5%; background:#fff; }
.joblist .bd02 ul li .txt02 .d01 { font-size:14px; color:#9c9c9c; line-height:2; }
.joblist .bd02 ul li .txt02 .d02 { margin-top:40px; font-size:0; text-align:center; }
.joblist .bd02 ul li .txt02 .d02 i { display:inline-block; width:140px; height:40px; background:#003f93; text-align:center; font-size:16px; color:#fff; line-height:40px; cursor:pointer; }

.joblist .p1 { width:26%; box-sizing:border-box; padding-left:46px; }
.joblist .p2 { width:11%; text-align:center; }
.joblist .p3 { width:11%; text-align:center; }
.joblist .p4 { width:11%; text-align:center; }
.joblist .p5 { width:13.2%; }

.joblist .bd02 ul li .txt01 .p5 { display: flex; align-items: center; }
.joblist .bd02 ul li .txt01 .p5 i { display:inline-block; width:17px; height:17px; margin-left:30px; background:url(ico11.png) no-repeat center; transition: all 0.3s; }

.joblist .bd02 ul li .txt01.on { background:#f1f1f1; }
.joblist .bd02 ul li .txt01.on:before { height:100%; }
.joblist .bd02 ul li .txt01.on .p5 i { background:url(ico12.png) no-repeat center; }


@media all and (max-width:1680px){
	.joblist .bd01 { font-size:18px; padding-bottom:25px; }
	.joblist .bd02 ul li .txt01 { font-size:18px; padding:20px 0; }
	.joblist .bd02 ul li .txt01:before { width:4px; }
	.joblist .bd02 ul li .txt02 { padding:30px 4%; }
	.joblist .bd02 ul li .txt02 .d01 { font-size:14px; line-height:25px; }
	.joblist .bd02 ul li .txt02 .d02 { margin-top:30px; }
	.joblist .bd02 ul li .txt02 .d02 i { width:140px; height:40px; font-size:16px; line-height:40px; }
	
	.joblist .p1 { padding-left:30px; }
	
	.joblist .bd02 ul li .txt01 .p5 i { margin-left:15px; }
}
@media all and (max-width:1200px){
	.joblist .bd01 { font-size:14px; padding-bottom:20px; }
	.joblist .bd02 ul li .txt01 { font-size:14px; padding:15px 0; }
	.joblist .bd02 ul li .txt01:before { width:2px; }
	.joblist .bd02 ul li .txt02 { padding:20px 4%; }
	.joblist .bd02 ul li .txt02 .d01 { font-size:14px; line-height:25px; }
	.joblist .bd02 ul li .txt02 .d02 { margin-top:30px; }
	.joblist .bd02 ul li .txt02 .d02 i { width:120px; height:35px; font-size:14px; line-height:35px; }
	
	.joblist .p1 { padding-left:15px; }
	
	.joblist .bd02 ul li .txt01 .p5 i { margin-left:0; display:none; }
}
@media all and (max-width:750px){
	.joblist .p1 { width:37%; }
	.joblist .p2 { width:19%; }
	.joblist .p3 { width:19%;  }
	.joblist .p4 { width:19%; }
	.joblist .p5 { display:none!important; }
}
 

.biaodan { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.4); z-index:999; display:none; }

.jbclose {position: absolute; right: 2%;top: 3%;z-index: 11;width: 40px;height: 40px; cursor:pointer; }
.jbclose i {display: block;width: 100%;height: 40px;position: relative;transform: rotate(45deg); transition: all .4s ease;}
.jbclose i::after,.jbclose i::before {content: '';background: #000;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.jbclose i::after {width: 26px;height: 2px;}
.jbclose i::before {width: 2px;height: 26px;}
.jbclose i:hover {transform: rotate(135deg);}
.jbclose i:hover::after,.jbclose i:hover::before {background: #003f93;}

.biaodan01 { position: absolute; width:460px; overflow: hidden; background: #fff; z-index: 10; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 3% 50px; border-radius: 10px; }
.biaodan01 .txt { text-align:center; }
.biaodan01 .txt .p1 {font-size: 30px;padding-bottom: 10px; font-weight:bold;}
.biaodan01 .txt .p2 {font-size: 14px;color: #666;}

.biaodan01 form { margin-top:30px; font-size:14px; }
.biaodan01 form .text { border: 1px solid #ededed; width: 100%; padding:0 20px; height:45px; line-height:45px; overflow: hidden; box-sizing: border-box; display: block; margin-bottom: 10px; border-radius: 4px; background: #f2f4f7; }
.biaodan01 form .text01 { float:left; width:48%; }
.biaodan01 form .text02 { float:right; width:48%; }
.biaodan01 form .pp {  margin-bottom:5px; }


.biaodan01 form .filebtn { position:relative; }
.biaodan01 form .filebtn input.file { position:absolute; top:0; left:0; width:100%; cursor: pointer; opacity: 0; height:45px; z-index: 8; }
.biaodan01 form .filebtn .file-title { position:relative; width: 100%; height:45px; }
.biaodan01 form .filebtn .file-title .file-txt { width:70px; height:36px; line-height:36px; border-radius: 5px; cursor: pointer; text-align: center; background: #000;color: #fff;position: absolute;right: 3%;top: 50%;border:none;overflow: hidden;transform: translateY(-50%); }
.biaodan01 form .filebtn .file-title .file-name {  border: 1px solid #ededed; width: 100%; padding:0 20px; height:45px; line-height:45px; overflow: hidden; box-sizing: border-box; display: block; border-radius: 4px; background: #f2f4f7; }

.biaodan01 form .pp01 { margin-top:10px; }
.biaodan01 form .pp01 .text04 { float:left; width:120px; }
.biaodan01 form .pp01 img { float:left; width:100px; height:45px; margin-left:10px; }


.biaodan01 form .btn01 { width: 100%; height:45px; line-height:45px; overflow: hidden;box-sizing: border-box;display: block;background: #003f93; color: #fff;border: none;cursor: pointer;font-size: 16px;border-radius: 4px;text-align: center; margin-top:10px; }

@media all and (max-width:1280px){
	.biaodan01 .txt .p1 { font-size:20px; }
	.biaodan01 .txt .p2 { font-size: 14px; color: #666; }

	.biaodan01 form { margin-top:20px; }
	.biaodan01 form .text { padding:0 15px; height:35px; line-height:35px; }
	.biaodan01 form .text01 { float:left; width:48%; }
	.biaodan01 form .text02 { float:right; width:48%; }
	.biaodan01 form .pp { font-size:14px; margin-bottom:5px; }
 
	.biaodan01 form .filebtn input.file { height:35px; }
	.biaodan01 form .filebtn .file-title { height:35px; }
	.biaodan01 form .filebtn .file-title .file-txt { width:60px; height:25px; line-height:25px; }
	.biaodan01 form .filebtn .file-title .file-name { padding:0 15px; height:35px; line-height:35px; }
	
	.biaodan01 form .pp01 { margin-top:10px; }
	.biaodan01 form .pp01 img { height:35px; }
 
	.biaodan01 form .btn01 { height:35px; line-height:35px; }
}
@media all and (max-width:750px){
	.biaodan01 { width:90%; padding:40px 2% 30px 2%; }
	
	.biaodan01 .txt .p1 { font-size:20px; }
	.biaodan01 .txt .p2 { font-size: 14px; color: #666; }

	.biaodan01 form { margin-top:20px; }
	.biaodan01 form .text { padding:0 15px; height:35px; line-height:35px; }
	.biaodan01 form .text01 { float:none; width:100%; }
	.biaodan01 form .text02 { float:none; width:100%; }
	.biaodan01 form .pp { font-size:14px; margin-bottom:5px; }
 
	.biaodan01 form .filebtn input.file { height:35px; }
	.biaodan01 form .filebtn .file-title { height:35px; }
	.biaodan01 form .filebtn .file-title .file-txt { width:60px; height:25px; line-height:25px; }
	.biaodan01 form .filebtn .file-title .file-name { padding:0 15px; height:35px; line-height:35px; }
 
	.biaodan01 form .btn01 { height:35px; line-height:35px; }
}

.xwArea01 { margin-bottom:40px; }
.xwArea01 .swiper-slide a { display:block; padding:25px 20px; background: #f9fafc; }
.xwArea01 .swiper-slide .pic { overflow:hidden; }
.xwArea01 .swiper-slide .pic img { transition: all 0.6s; }
.xwArea01 .swiper-slide .txt { margin-top:25px; }
.xwArea01 .swiper-slide .txt .p1 { font-size: 20px; font-weight: bold; line-height:32px; height:64px; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.xwArea01 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:15px; color:#777; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.xwArea01 .swiper-slide .txt .p3 { font-size:14px; display: flex; justify-content: space-between; margin-top:30px; }
.xwArea01 .swiper-slide .txt .p3 .p31 { color:#bbb; }
.xwArea01 .swiper-slide .txt .p3 .p32 { color:#999; }
 
.xwArea01 .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
.xwArea01 .swiper-slide:hover .txt .p1 { color:#003f93; }

@media all and (max-width:1680px){
	.xwArea01 .swiper-slide .txt { margin-top:20px; }
	.xwArea01 .swiper-slide .txt .p1 { font-size:18px; line-height:30px; height:60px; }
	.xwArea01 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:10px; }
	.xwArea01 .swiper-slide .txt .p3 { font-size:14px; margin-top:20px; }
}
@media all and (max-width:1200px){
	.xwArea01 .swiper-slide a { padding:20px 4%; }
	.xwArea01 .swiper-slide .txt { margin-top:15px; }
	.xwArea01 .swiper-slide .txt .p1 { font-size:16px; line-height:25px; height:50px; }
	.xwArea01 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:10px; }
	.xwArea01 .swiper-slide .txt .p3 { font-size:14px; margin-top:20px; }
}
@media all and (max-width:750px){
	.xwArea01 { margin-bottom:20px; }
	.xwArea01 .swiper-slide a { padding:10px 4% 20px; }
}


.xwArea02 { padding-bottom:60px; }
.xwArea02 ul li { background:#f9fafc; }
.xwArea02 ul li:nth-child(n + 2) { margin-top:20px; }
.xwArea02 ul li a { display: flex; justify-content: space-between; align-items: center; padding:35px 65px 35px 30px; }
.xwArea02 ul li .txt { width:80%; }
.xwArea02 ul li .txt .p1 { font-size: 20px; line-height:25px; height:25px; font-weight: bold; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.3s; }
.xwArea02 ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; color: #666; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2 }
.xwArea02 ul li .txt .p3 { font-size:14px; margin-top:10px; color: #999; display:none; }
.xwArea02 ul li .date { text-align:center; line-height:1.1; }
.xwArea02 ul li .date .p1 { font-family: Arial; font-size: 45px; font-weight: bold; color: #333; line-height:1; }
.xwArea02 ul li .date .p2 { font-size:14px; color: #666; margin-top:10px; }

.xwArea02 ul li:hover .txt .p1 { color:#003f93; }
.xwArea02 ul li:hover .date .p1 { color:#003f93; }

@media all and (max-width:1200px){
	.xwArea02 { padding-bottom:40px; }
	.xwArea02 ul li:nth-child(n + 2) { margin-top:15px; }
	.xwArea02 ul li a { padding:25px 4%; }
	.xwArea02 ul li .txt { width:100%; }
	.xwArea02 ul li .txt .p1 { font-size:16px; line-height:20px; height:20px; }
	.xwArea02 ul li .txt .p2 { margin-top:5px; }
	.xwArea02 ul li .txt .p3 { display:block; }
	.xwArea02 ul li .date { display:none; }
}

.abArea01 { padding:90px 0; background:url(abArea01.jpg) no-repeat center bottom; background-size:cover; }
.abBox01 { float:left; width:300px; }
.abBox01 .p1 { font-size:24px; color:#1c4985; line-height:1.1; }
.abBox01 .p2 { font-size:60px; margin-top:20px; color:#003f93; font-weight:bold; font-family:"Impact"; line-height:1; }
.abBox01 .p3 { position:relative; margin-top:90px; width:265px; }
.abBox01 .p3 .pp { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:55px; height:55px; background:url(ab01.png) no-repeat center #fff; border-radius:100%; z-index:2; cursor:pointer; 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-wave 1s linear infinite; }

.abBox02 { float:right; width:calc(100% - 500px); }
.abBox02 .bd01 { font-size:16px; line-height:35px; color:#666; text-align:justify; }
.abBox02 .bd02 { margin-top:50px; line-height:1.1; }
.abBox02 .bd02 ul { width:80%; display:flex; flex-direction:row; justify-content:space-between; }
.abBox02 .bd02 ul li .p1 { font-size:48px; color:#003f93; font-weight:bold; }
.abBox02 .bd02 ul li .p2 { font-size:16px; color:#666; margin-top:10px; }
.abBox02 .bd02 ul li.li02 { width:1px; height:70px; background:#dbdbdb; }
.abBox02 .bd02 ul li:last-child { display:none; }

@media all and (max-width:1680px){

	.abArea01 { padding:80px 0; }
	.abBox01 { float:left; width:300px; }
	.abBox01 .p1 { font-size:24px; }
	.abBox01 .p2 { font-size:40px; margin-top:20px; }
	.abBox01 .p3 { margin-top:60px; width:265px; }
	.abBox01 .p3 .pp { width:40px; height:40px; }

	.abBox02 { float:right; width:calc(100% - 400px); }
	.abBox02 .bd01 { font-size:16px; line-height:30px; }
	
	.abBox02 .bd02 { margin-top:30px; }
	.abBox02 .bd02 ul { width:80%; }
	.abBox02 .bd02 ul li .p1 { font-size:34px; }
	.abBox02 .bd02 ul li .p2 { font-size:14px; margin-top:10px; }
	.abBox02 .bd02 ul li.li02 { height:60px; }
}
@media all and (max-width:1200px){
	.abArea01 { padding:40px 0; }
	.abBox01 { float:none; width:100%; }
	.abBox01 .p1 { font-size:20px; }
	.abBox01 .p2 { font-size:30px; margin-top:10px; }
	.abBox01 .p3 { margin-top:40px; width:265px; }
	.abBox01 .p3 .pp { width:40px; height:40px; }

	.abBox02 { float:none; width:100%; margin-top:30px; }
	.abBox02 .bd01 { font-size:14px; line-height:25px; }
	
	.abBox02 .bd02 ul { width:80%; }
	.abBox02 .bd02 ul li .p1 { font-size:24px; }
	.abBox02 .bd02 ul li .p2 { font-size:14px; margin-top:10px; }
	.abBox02 .bd02 ul li.li02 { height:50px; }
}

@media all and (max-width:750px){
	
	.abBox01 .p3 { margin-top:30px; width:100%; }
	
	.abBox02 .bd02 ul { width:100%; }
	.abBox02 .bd02 ul li .p1 { font-size:20px; }
	.abBox02 .bd02 ul li .p2 { font-size:12px; margin-top:5px; }
	.abBox02 .bd02 ul li.li02 { height:40px; }
}

.ab-hd { font-size:40px; font-weight:bold; color:#333; line-height:50px; }

@media all and (max-width:1680px){
	.ab-hd { font-size:30px; line-height:40px; }
}
@media all and (max-width:1200px){
	.ab-hd { font-size:20px; line-height:30px; }
}

.abArea02 { padding:100px 0 0 0; background:url(abArea02.jpg) no-repeat center; background-size:cover; box-sizing: border-box; }
.abArea02 .wrap { position:relative; min-height:650px; }
.abArea02 .ab-hd { color:#fff; }
.abBox03 { position:absolute; left:0; bottom:0; right:0; z-index:2; }
.abBox03 ul li { float:left; width:25%; min-height:260px; margin-top:185px; padding:10px 30px 0 30px; border-left:1px solid rgba(255,255,255,0.5); color:#fff; box-sizing: border-box; transition: all 0.6s; cursor:pointer; }
.abBox03 ul li .p1 { min-height:60px; }
.abBox03 ul li .p1 img { max-height:45px; }
.abBox03 ul li .p2 { font-size:30px; }
.abBox03 ul li .p3 { font-size:18px; line-height:35px; margin-top:40px; opacity:0; transition: all 0.6s; }

.abBox03 ul li.on { min-height:445px; margin-top:0; }
.abBox03 ul li.on .p3 { margin-top:20px; opacity:1; }

@media all and (max-width:1680px){
	.abArea02 { padding:80px 0 0 0; }
	.abArea02 .wrap { min-height:450px; }
	.abBox03 ul li { min-height:200px; margin-top:120px; padding:10px 20px 0 20px; }
	.abBox03 ul li .p1 { min-height:50px; }
	.abBox03 ul li .p1 img { max-height:35px; }
	.abBox03 ul li .p2 { font-size:24px; }
	.abBox03 ul li .p3 { font-size:16px; line-height:30px; margin-top:40px; }

	.abBox03 ul li.on { min-height:320px; margin-top:0; }
	.abBox03 ul li.on .p3 { margin-top:20px; }
}
@media all and (max-width:1200px){
	.abArea02 { padding:40px 0 0 0; }
	.abArea02 .wrap { min-height:330px; }
	.abArea02 .ab-hd { text-align:center; }
	
	.abBox03 ul li { min-height:180px; margin-top:80px; padding:10px 20px 0 20px; }
	.abBox03 ul li .p1 { min-height:45px; }
	.abBox03 ul li .p1 img { max-height:30px; }
	.abBox03 ul li .p2 { font-size:18px; }
	.abBox03 ul li .p3 { font-size:14px; line-height:25px; margin-top:20px; }

	.abBox03 ul li.on { min-height:260px; margin-top:0; }
	.abBox03 ul li.on .p3 { margin-top:20px; }
}
@media all and (max-width:750px){
	.abArea02 { padding:40px 0; }
	.abArea02 .wrap { min-height:10px; }
	.abBox03 { position:relative; left:auto; bottom:auto; right:auto; margin-top:25px; }
	.abBox03 ul { border-top:1px solid rgba(255,255,255,0.3); }
	.abBox03 ul li { float:none; width:100%; border-bottom:1px solid rgba(255,255,255,0.3); border-left:none; min-height:10px; margin-top:0; padding:20px 4%; text-align:center; }
	.abBox03 ul li .p1 { min-height:45px; }
	.abBox03 ul li .p1 img { max-height:30px; }
	.abBox03 ul li .p2 { font-size:16px; }
	.abBox03 ul li .p3 { font-size:14px; line-height:25px; margin-top:10px; opacity:1; }

	.abBox03 ul li.on { min-height:10px; margin-top:0; }
	.abBox03 ul li.on .p3 { margin-top:10px; }
}

.abArea03 { padding:100px 0; background:url(abArea03.jpg) no-repeat center bottom; background-size:cover; }
.abArea03 .ab-hd { text-align:center; }
.abArea03 .bd { position:relative; }
.abArea03 .bd .bd01 { position:absolute; left:0; top:35px; z-index:1; }

.abBox04 { position:relative; min-height:490px; margin-top:60px; z-index:5; }
.abBox04 .swiper-slide { text-align:center; cursor:pointer; }
.abBox04 .swiper-slide .p1 { position:relative; width:135px; border:3px solid #003f93; border-radius:100%; overflow:hidden; margin:0 auto; display:none; }
.abBox04 .swiper-slide .p1 img { width:135px; height:135px; }
.abBox04 .swiper-slide .p2 { font-size:18px; color:#666; }
.abBox04 .swiper-slide .p3 { width:16px; height:16px; margin:15px auto 0; background:#999; border-radius:100%; }

.abBox04 .swiper-slide-active { padding-top:291px; }
.abBox04 .swiper-slide-active + .swiper-slide  { padding-top:288px; }
.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide  { padding-top:250px; }
.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:191px; }
.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:100px; }
.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:20px; }

.abBox04 .swiper-slide-thumb-active .p1 { display:block; margin-top:-20px; }
.abBox04 .swiper-slide-thumb-active .p2 { font-size:18px; color:#003f93; margin-top:10px; }
.abBox04 .swiper-slide-thumb-active .p3 { display:none; }

.abBox05 { position:absolute; width:375px; right:0; top:260px; z-index:9; }
.abBox05 .swiper-slide .p1 { font-size:16px; color:#003f93; line-height:1.1; }
.abBox05 .swiper-slide .p1 i { font-size:60px; font-weight:bold; margin-right:10px; font-family:"Arial"; }
.abBox05 .swiper-slide .p2 { font-size:16px; color:#333; line-height:35px; margin-top:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.abBox05 .swiper-slide .p2 p { position:relative; padding-left:20px; }
.abBox05 .swiper-slide .p2 p:before { position:absolute; top:12px; left:0; display:block; content:""; width:10px; height:10px; border-radius:100%; background:#003f93; z-index:2; }

.abArea03 .btn { padding:0 17%; text-align:right; font-size:0; margin-top:30px; }
.abArea03 .btn .btn01 { display:inline-block; width:50px; height:50px; border-radius:100%; cursor:pointer; }
.abArea03 .btn .prev-ab03 { background:url(ab11.png) no-repeat center #fff; margin-right:20px; }
.abArea03 .btn .next-ab03 { background:url(ab12.png) no-repeat center #fff; }

.abArea03 .btn .prev-ab03:hover { background:url(ab13.png) no-repeat center #003f93; }
.abArea03 .btn .next-ab03:hover { background:url(ab14.png) no-repeat center #003f93; }

@media all and (max-width:1680px){
	.abArea03 { padding:80px 0; }
	.abArea03 .bd .bd01 { top:35px; }
	.abArea03 .bd .bd01 img { width:1440px; }
	
	.abBox04 { position:relative; min-height:420px; margin-top:40px; z-index:5; }
	.abBox04 .swiper-slide { text-align:center; cursor:pointer; }
	.abBox04 .swiper-slide .p1 { width:90px; }
	.abBox04 .swiper-slide .p1 img { width:90px; height:90px; }
	.abBox04 .swiper-slide .p2 { font-size:18px; }
	.abBox04 .swiper-slide .p3 { width:12px; height:12px; margin:15px auto 0; }

	.abBox04 .swiper-slide-active { padding-top:250px; }
	.abBox04 .swiper-slide-active + .swiper-slide  { padding-top:248px; }
	.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide  { padding-top:217px; }
	.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:170px; }
	.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:95px; }
	.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:25px; }

	.abBox04 .swiper-slide-thumb-active .p1 { margin-top:-10px; }
	.abBox04 .swiper-slide-thumb-active .p2 { font-size:16px; margin-top:10px; }
	
	.abBox05 { width:375px; top:240px; }
	.abBox05 .swiper-slide .p1 { font-size:14px; }
	.abBox05 .swiper-slide .p1 i { font-size:40px; }
	.abBox05 .swiper-slide .p2 { font-size:14px; line-height:25px; margin-top:20px; -webkit-line-clamp:4; }
	.abBox05 .swiper-slide .p2 p { padding-left:20px; }
	.abBox05 .swiper-slide .p2 p:before { top:9px; width:7px; height:7px; }

	.abArea03 .btn .btn01 { width:40px; height:40px;  }
}
@media all and (max-width:1200px){
	.abArea03 { padding:40px 0; }
	.abArea03 .bd .bd01 { display:none; }
 
	.abBox04 { min-height:10px; margin-top:30px; }
	.abBox04:before { position:absolute; left:0; top:30px; width:100%; height:1px; border-bottom:1px dashed #ddd; display:block; content:""; z-index:-1; }
	.abBox04 .swiper-slide .p1 { width:60px; }
	.abBox04 .swiper-slide .p1 img { width:60px; height:60px; }
	.abBox04 .swiper-slide .p2 { font-size:14px; }
	.abBox04 .swiper-slide .p3 { width:10px; height:10px; margin:5px auto 0; }

	.abBox04 .swiper-slide-active { padding-top:0; }
	.abBox04 .swiper-slide-active + .swiper-slide  { padding-top:0; }
	.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide  { padding-top:0; }
	.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:0; }
	.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:0; }
	.abBox04 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide  { padding-top:0; }
	
 
	.abBox04 .swiper-slide-thumb-active .p1 { margin-top:0; }
	.abBox04 .swiper-slide-thumb-active .p2 { font-size:14px; margin-top:10px; }
	
	.abBox05 { position:relative; width:100%; right:auto; top:auto; margin-top:30px; }
	
	.abBox05 .swiper-slide .p1 { font-size:14px; }
	.abBox05 .swiper-slide .p1 i { font-size:30px; }
	.abBox05 .swiper-slide .p2 { font-size:14px; line-height:25px; margin-top:20px; -webkit-line-clamp:4; }
	.abBox05 .swiper-slide .p2 p { padding-left:20px; }
	.abBox05 .swiper-slide .p2 p:before { top:9px; width:7px; height:7px; }
 
	.abArea03 .btn { padding:0; text-align:center; }
	.abArea03 .btn .btn01 { width:35px; height:35px;  }
}


.abArea04 { padding:90px 0 120px; background:url(abArea04.jpg) no-repeat center; background-size:cover; }
.abArea04 .wrap { position:relative; }
.abBox06 { margin-top:60px; }

.bBox-page { margin-top:60px; position:relative!important; left:auto!important; bottom:auto!important; top:auto!important; width:100%!important; height:3px!important; background:#dbdbdb; z-index:2; }
.bBox-page .swiper-pagination-progressbar-fill { background:#003f93; }

.abArea04 .btn { position:absolute; top:0; right:0; font-size:0; z-index:2; }
.abArea04 .btn .btn01 { display:inline-block; width:50px; height:50px; border-radius:100%; cursor:pointer; }
.abArea04 .btn .prev-ab04 { background:url(ab11.png) no-repeat center #fff; margin-right:20px; }
.abArea04 .btn .next-ab04 { background:url(ab12.png) no-repeat center #fff; }

.abArea04 .btn .prev-ab04:hover { background:url(ab13.png) no-repeat center #003f93; }
.abArea04 .btn .next-ab04:hover { background:url(ab14.png) no-repeat center #003f93; }

@media all and (max-width:1680px){
	.abArea04 { padding:80px 0; }
	.abBox06 { margin-top:50px; }

	.bBox-page { margin-top:50px; }

	.abArea04 .btn .btn01 { width:40px; height:40px; }
}
@media all and (max-width:1200px){
	.abArea04 { padding:40px 0; }
	.abArea04 .ab-hd { text-align:center; }
	.abBox06 { margin-top:30px; }

	.bBox-page { margin-top:30px; }

	.abArea04 .btn { position:relative; top:auto; right:auto; text-align:center; margin-top:30px; }
	.abArea04 .btn .btn01 { width:35px; height:35px; }
}

.con-hd { text-align:center; line-height:1.1; margin-bottom:60px; }
.con-hd .p1 { font-size:30px; color:#333; font-weight:bold; }
.con-hd .p2 { width:60px; height:6px; background:#003f93; margin:20px auto 0; border-radius:5px; }

@media all and (max-width:1680px){
	.con-hd { margin-bottom:40px; }
	.con-hd .p1 { font-size:28px; }
	.con-hd .p2 { width:60px; height:6px; margin:15px auto 0; }
}
@media all and (max-width:1200px){
	.con-hd { margin-bottom:25px; }
	.con-hd .p1 { font-size:20px; }
	.con-hd .p2 { width:50px; height:5px; margin:15px auto 0; }
}


.conArea02 { margin-top:70px; }

.conArea02 .bd01 ul li { float:left; width:23.8%; margin-right:1.6%; background:#f9f9f9; }
.conArea02 .bd01 ul li:nth-child(4n) { margin-right:0; }
.conArea02 .bd01 ul li:nth-child(n + 5) { margin-top:25px; }
.conArea02 .bd01 ul li .pic { overflow:hidden; }
.conArea02 .bd01 ul li .pic img { transition: all 0.6s; }
.conArea02 .bd01 ul li .txt { padding:25px 30px 0 30px; min-height:240px; box-sizing: border-box; }
.conArea02 .bd01 ul li .txt .p1 { font-size:24px; color:#333; padding-bottom:15px; font-weight:bold; }
.conArea02 .bd01 ul li .txt .p2 { font-size:16px; color:#666; line-height:2; padding-top:15px; border-top:1px solid #ddd; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:4; }

.conArea02 .bd01 ul li:hover .pic img { transform: scale(1.1)!important; }

.conArea02 .bd02 ul li { float:left; width:32%; margin-right:2%; }
.conArea02 .bd02 ul li:nth-child(3) { margin-right:0; }
.conArea02 .bd02 ul li.li02 { width:100%; margin-right:0; margin-top:40px; }
.conArea02 .bd02 ul li.li03 { width:100%; margin-right:0; margin-top:40px; text-align:center; }
.conArea02 .bd02 ul li .p1 { font-size:16px; color:#333; }
.conArea02 .bd02 ul li .p1 i { font-size:20px; color:#003f93; }
.conArea02 .bd02 ul li .p2 { position:relative; margin-top:10px; background:#f9f9f9; }
.conArea02 .bd02 ul li .p2 .text { width:100%; line-height:50px; padding-left:15px; font-size:16px; box-sizing: border-box; }
.conArea02 .bd02 ul li .p2 .textarea { width:100%; height:185px; padding:10px 15px; font-size:16px; box-sizing: border-box; }
.conArea02 .bd02 ul li .p2 img { position:absolute; top:50%; transform: translateY(-50%); right:20px; z-index:2; }

.conArea02 .bd02 ul li .btn { display:inline-block; width:160px; line-height:50px; margin:0 10px; font-size:16px; color:#fff; text-align:center; border-radius:25px; cursor:pointer; }
.conArea02 .bd02 ul li .btn01 { background:#003f93; }
.conArea02 .bd02 ul li .btn02 { background:#004889; }

@media all and (max-width:1680px){
	.conArea02 { margin-top:50px; }
 
	.conArea02 .bd01 ul li .txt { padding:20px 20px 0 20px; min-height:200px; }
	.conArea02 .bd01 ul li .txt .p1 { font-size:20px; padding-bottom:15px; }
	.conArea02 .bd01 ul li .txt .p2 { font-size:14px; line-height:1.8; padding-top:15px; }
}
@media all and (max-width:1200px){
	.conArea02 { margin-top:30px; }
	
	.conArea02 .bd01 ul li { float:none; width:100%; margin-right:0; }
	.conArea02 .bd01 ul li:nth-child(n + 2) { margin-top:15px; }
	.conArea02 .bd01 ul li .txt { padding:20px 4%; min-height:10px; }
	.conArea02 .bd01 ul li .txt .p1 { font-size:16px; padding-bottom:10px; }
	.conArea02 .bd01 ul li .txt .p2 { font-size:14px; line-height:1.6; padding-top:10px; }

	.conArea02 .bd02 ul li { float:none; width:100%; margin-right:0; }
	.conArea02 .bd02 ul li:nth-child(2) { margin-top:15px; }
	.conArea02 .bd02 ul li:nth-child(3) { margin-top:15px; }
	.conArea02 .bd02 ul li.li02 { margin-top:15px; }
	.conArea02 .bd02 ul li.li03 { margin-top:20px; }
	.conArea02 .bd02 ul li .p1 { font-size:14px; }
	.conArea02 .bd02 ul li .p1 i { font-size:16px; }
	.conArea02 .bd02 ul li .p2 { margin-top:10px; }
	.conArea02 .bd02 ul li .p2 .text { line-height:35px; font-size:14px; }
	.conArea02 .bd02 ul li .p2 .textarea { height:120px; font-size:14px; }

	.conArea02 .bd02 ul li .btn { width:100px; line-height:35px; margin:0 5px; font-size:14px; }
}



.sseach { padding:0 0 30px; border-bottom:1px solid #eee; margin-bottom:40px; }
.sseach .item { float: left; margin-right: 40px; font-size: 18px; font-weight: bold; color: #333; }
.sseach .item:last-child { margin-right: 0; }
.sseach .item a { color: #333; }
.sseach .item.on a { color: #003f93; }

@media all and (max-width:1680px){
	 
}
@media all and (max-width:1200px){
	.sseach { padding:0 0 20px; margin-bottom:20px; }
	.sseach .item { margin-right:15px; font-size: 16px; }
	.sseach .item:last-child { margin-right: 0; } 
}




@keyframes ripple-wave {
    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);
    }
}


.l-font22{font-size: 22px;}
.l-font20{font-size: 20px;}
.n6 {margin-bottom: 130px;}
.n6 .n6_a {padding-left: 3.125vw; background: #f0f0f0 url(n6_bg_01.png) no-repeat center left; }
.n6 .n6_a .n6_al {float: left;padding-top: 120px;}
.n6 .n6_a .n6_al .n6_ala {font-size: 16px; color: rgba(0, 0, 0, 0.8);}
.n6 .n6_a .n6_al .n6_alb {margin-top: 45px; font-size: 26px; color: #000; line-height: 40px;width: 600px;}
.n6 .n6_a .n6_al .n6_alc {width: 60px; height: 27px; margin-top: 45px; background: url(s4_ico_02_on.png) no-repeat center;}
.n6 .n6_a .n6_ar {float: right;}
/*.n6 .n6_b {margin-top: 80px;}*/
.n6 .n6_b ul li {float: left; width: 31.33%; margin-right: 3%;margin-top: 10px;}
.n6 .n6_b ul li:nth-child(3n) {margin-right: 0;}
.n6 .n6_b ul li .n6_bi {}
.n6 .n6_b ul li .n6_bi .n6_bia {position: relative;overflow: hidden;border-radius: 10px;}
  
.n6 .n6_b ul li .n6_bi .n6_bia img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	width: 100%;
	}
.n6 .n6_b ul li:hover .n6_bi .n6_bia img{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
	}	
.n6 .n6_b ul li .n6_bi .n6_bib {margin: 38px 0 40px;}
.n6 .n6_b ul li .n6_bi .n6_bib .n6_biba {color: #666;}
.n6 .n6_b ul li .n6_bi .n6_bib .n6_bibb {margin-top: 18px; line-height: 35px; min-height: 70px; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
   	-webkit-box-orient: vertical;}
	
.n6 .n6_b ul li:hover .n6_bi .n6_bia .n6_biai {background: url(news1_ico_04_on.png) no-repeat center;background-size: contain;}
@media only screen and (max-width:1750px){
	.n6 {margin-bottom: 120px;}
	.n6 .n6_a .n6_al {padding-top: 100px;width: 50%;}
	.n6 .n6_a .n6_al .n6_alb {margin-top: 37px; font-size: 24px; line-height: 35px;width: 80%;}
	.n6 .n6_a .n6_al .n6_alc {width: 50px; height: 25px; margin-top: 35px; background-size: contain;}
	.n6 .n6_a .n6_ar {width: 50%;}
	/*.n6 .n6_b {margin-top: 70px;}*/
	.n6 .n6_b ul li .n6_bi .n6_bib {margin: 32px 0 35px;}
	.n6 .n6_b ul li:hover .n6_bi .n6_bia .n6_biai {width: 50px; height: 50px;}
	.n6 .n6_b ul li .n6_bi .n6_bib .n6_bibb {margin-top: 15px;}

	.l-font22{font-size: 21px;}
	.l-font20{font-size: 19px;}
	
}
@media only screen and (max-width:1400px){
	.n6 {margin-bottom: 90px;}
	.n6 .n6_a .n6_al {padding-top: 80px;}
	.n6 .n6_a .n6_al .n6_ala {font-size: 15px;}
	.n6 .n6_a .n6_al .n6_alb {margin-top: 32px; font-size: 21px;line-height: 35px;}
	.n6 .n6_a .n6_al .n6_alc {margin-top: 30px;}
	/*.n6 .n6_b {margin-top: 60px;}*/
	.n6 .n6_b ul li .n6_bi .n6_bib {margin: 27px 0 30;}
	.n6 .n6_b ul li:hover .n6_bi .n6_bia .n6_biai {width: 45px; height: 45px;}
	.n6 .n6_b ul li .n6_bi .n6_bib .n6_bibb {margin-top: 10px;}
	.l-font22{font-size: 20px;}
	.l-font20{font-size: 18px;}
}
@media only screen and (max-width:1200px){
	.n6 {margin-bottom: 50px;} 
	.n6 .n6_a {background: #f0f0f0; padding: 20px 3.12vw;}
	.n6 .n6_a .n6_al {float: none;padding-top: 30px;width: 100%;}
	.n6 .n6_a .n6_al .n6_ala {font-size: 14px }
	.n6 .n6_a .n6_al .n6_alb {margin-top: 15px; font-size: 18px; line-height: 30px;width: 100%;}
	.n6 .n6_a .n6_ar {float: none;width: 100%;}
	.n6 .n6_a .n6_ar img {width: 100%;}
	/*.n6 .n6_b {margin-top: 40px;}*/
	.n6 .n6_b ul li {width: 48%; margin-right: 4%; margin-top: 0;}
	.n6 .n6_b ul li:nth-child(3n) {margin-right: 4%;}
	.n6 .n6_b ul li:nth-child(2n) {margin-right: 0;}
	.n6 .n6_b ul li .n6_bi .n6_bib {margin: 22px 0 25px;min-height: 44px;}
	.n6 .n6_b ul li:hover .n6_bi .n6_bia .n6_biai {width: 7vw; height: 7vw;}
	.n6 .n6_b ul li .n6_bi .n6_bib .n6_bibb {margin-top: 10px; line-height: 27px; min-height: 54px;}
	.l-font22{font-size: 18px;}
	.l-font20{font-size: 16px;}
}
@media only screen and (max-width:750px){
	.n6 {margin-bottom: 40px;}
	.n6 .n6_a { padding: 15px 3.12vw;}
	.n6 .n6_a .n6_al { padding-top: 15px; }
	.n6 .n6_a .n6_al .n6_ala {font-size: 13px }
	.n6 .n6_a .n6_al .n6_alb {margin-top: 10px; font-size: 16px; line-height: 30px; }  
	/*.n6 .n6_b {margin-top: 25px;}*/
	.n6 .n6_b ul li{float: none;width: 100%;margin-right: 0;}
	.n6 .n6_b ul li .n6_bi .n6_bib {margin: 17px 0 20px;min-height: auto;}
	.n6 .n6_b ul li .n6_bi .n6_bib .n6_bibb {margin-top: 7px; line-height: 25px; min-height: 50px;}
	.l-font22{font-size: 16px;}
	.l-font20{font-size: 13px;}
}

.swa{position: relative;}
.swa .swaa .img02{display: none;}
.swa .swaa img{width: 100%}
.swa .swab{position: absolute;top:35%;transform: translateY(-55%);left: 0;width: 100%;text-align: center;}
.swa .swab .swaba{font-size: 50px;color: #ffffff;}
.swa .swab .swabb{font-size: 24px;color: #ffffff;margin-top: 30px;}
.swa .swab .swabc{margin-top: 50px;text-align: center;}
.swa .swab .swabc a{display: inline-block;line-height: 40px;border-radius: 20px;padding: 0 35px;font-size: 16px;color: #ffffff;background: rgba(255,255,255,0.2);}
@media all and (max-width:1680px){
	.swa .swab .swaba{font-size: 40px;}
	.swa .swab .swabb{font-size: 20px;margin-top: 25px;}
	.swa .swab .swabc{margin-top: 35px;}
	.swa .swab .swabc a{line-height: 36px;border-radius: 18px;padding:0 25px;font-size: 15px;}
}
@media all and (max-width:1200px){
	.swa .swaa .img01{display: none;}
	.swa .swaa .img02{display: block;}
	.swa .swab .swaba{font-size: 30px;}
	.swa .swab .swabb{font-size: 16px;margin-top: 20px;}
	.swa .swab .swabc{margin-top: 25px;}
	.swa .swab .swabc a{line-height: 32px;border-radius: 16px;padding:0 20px;font-size: 14px;}
}
@media all and (max-width:750px){
	.swa .swab{top:45%;}
	.swa .swab .swaba{font-size: 20px;}
	.swa .swab .swabb{font-size: 13px;margin-top: 7px;}
	.swa .swab .swabc{margin-top: 10px;}
	.swa .swab .swabc a{line-height: 28px;border-radius: 14px;padding:0 15px;font-size: 13px;}
}

.Solutions_c{background:#000000 url(sw2_02.jpg) no-repeat bottom center;padding: 200px 0 83px;position: relative;}
.Solutions_c .bd{padding-left: 6.25%;}
.Solutions_c ul{position: sticky;top: 200px;}
.Solutions_c .bd ul{float: left;width: 23%;}
.Solutions_c .bd .box_swiper{float: right;width: 70.05%;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 1 !important;}
.Solutions_c .bd .ulul li{opacity: 0; position: absolute; left: 0; top: 0; }

.swiper-slide1{padding: 50px 0;}
.Solutions_c .bd .ulul li .t1{position: relative;top:50px;opacity: 0;}
.Solutions_c .bd .ulul li .t2{font-size: 36px;color: #ffffff;margin-top: 100px;position: relative;top:50px;opacity: 0;}
.Solutions_c .bd .ulul li .t3{font-size: 16px;color: #e7e7e7;line-height: 36px;margin-top: 50px;position: relative;top:50px;opacity: 0;}
.Solutions_c .bd .ulul li.on{ opacity: 1; transition: all 1s ease;}
.Solutions_c .bd .ulul li.on .t1{top:0;transition: all 0.5s ease 0.1s;opacity: 1;}
.Solutions_c .bd .ulul li.on .t2{top:0;transition: all 0.5s ease 0.5s;opacity: 1;}
.Solutions_c .bd .ulul li.on .t3{top:0;transition: all 0.5s ease 0.9s;opacity: 1;}
.swb{display: none;}
@media all and (max-width:1680px){
	.Solutions_c{padding: 150px 0 60px}
	.swiper-slide1{padding: 40px 0;}
	.Solutions_c .bd .ulul li .t1 img{width: 135px;}
	.Solutions_c .bd .ulul li .t2{font-size: 30px;margin-top: 75px;}
	.Solutions_c .bd .ulul li .t3{font-size: 14px;line-height: 30px;margin-top: 35px;}
}
@media all and (max-width:1440px){
	.Solutions_c .bd ul{width: 26%;}
	.Solutions_c .bd .box_swiper{width: 68%;}
	.Solutions_c .bd .ulul li .t1 img{width: 120px;}
	.Solutions_c .bd .ulul li .t2{font-size: 26px;margin-top: 60px;}
	.Solutions_c .bd .ulul li .t3{font-size: 13px;line-height: 26px;margin-top: 25px;}
}
@media all and (max-width:1200px){
	.Solutions_c{padding: 100px 0 40px}
	.swiper-slide1{padding: 30px 0;}
	.Solutions_c .bd ul{width: 27%;}
	.Solutions_c .bd .ulul li .t1 img{width: 90px;}
	.Solutions_c .bd .ulul li .t2{font-size: 18px;margin-top: 25px;}
	.Solutions_c .bd .ulul li .t3{font-size: 12px;line-height: 22px;margin-top: 15px;}
}
@media all and (max-width:750px){
	.Solutions_c{display: none;}
	.swb{display: block;background:#000000 url(sw2_02.jpg) no-repeat bottom center;padding: 20px 0 20px;}
	.swb .swbi{padding: 40px 0;}
	.swb .swbi .swbia{margin-top: 20px;}
	.swb .swbi .swbib .swbiba{font-size: 15px;color: #fff;margin-top: 15px;}
	.swb .swbi .swbib .swbibc img{width: 45px;}
	.swb .swbi .swbib .swbibb{font-size: 12px;line-height: 20px;margin-top: 10px;color: #e7e7e7;}
}

.swc{padding: 100px 0 120px;background: #000750;}
.swc .swcc .swiper-slide{background: rgba(255,255,255,0.1);padding: 45px 0 70px;text-align: center;}
.swc .swcc .swiper-slide .swci .swcia a{font-size: 50px;color: #d4b686;}
.swc .swcc .swiper-slide .swci .swcib a{font-size: 24px;color: #d4b686;}
.swc .swcc .swiper-slide .swci .swcic{margin-top: 35px;overflow: hidden;}
.swc .swcc .swiper-slide .swci .swcic img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
}
.swc .swcc .swiper-slide:hover .swci .swcic img{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
.swc .swcc .swiper-slide .swci .swcid{font-size: 16px;margin-top: -38px;}
.swc .swcc .swiper-slide .swci .swcid a{color: #ffffff;}
.swc .swcc .swiper-slide .swci .swcie{margin-top: 25px;}
.swc .swcc .swiper-slide .swci .swcie a{font-size: 16px;color: #ffffff;display: inline-block;padding: 0 37px;border-radius: 20px;line-height: 40px;}
.swc .swcc .swiper-slide .swci .swcie a.swciea{background: rgba(255,255,255,0.2);}
@media all and (max-width:1680px){
	.swc{padding: 80px 0 100px;}
	.swc .swcc .swiper-slide{padding: 35px 0 50px;}
	.swc .swcc .swiper-slide .swci .swcia a{font-size: 40px;}
	.swc .swcc .swiper-slide .swci .swcib a{font-size: 20px;}
	.swc .swcc .swiper-slide .swci .swcic{margin-top: 25px;}
	.swc .swcc .swiper-slide .swci .swcic img{width: 390px;}
	.swc .swcc .swiper-slide .swci .swcid{font-size: 14px;margin-top: -30px;}
	.swc .swcc .swiper-slide .swci .swcie{margin-top: 20px;}
	.swc .swcc .swiper-slide .swci .swcie a{font-size: 14px;padding: 0 25px;border-radius: 16px;line-height: 32px;}
}
@media all and (max-width:1200px){
	.swc{padding: 60px 0 75px;}
	.swc .swcc .swiper-slide{padding: 25px 0 35px;}
	.swc .swcc .swiper-slide .swci .swcia a{font-size: 30px;}
	.swc .swcc .swiper-slide .swci .swcib a{font-size: 16px;}
	.swc .swcc .swiper-slide .swci .swcic{margin-top: 15px;}
	.swc .swcc .swiper-slide .swci .swcic img{width: 340px;}
	.swc .swcc .swiper-slide .swci .swcid{font-size: 13px;margin-top: -22px;}
	.swc .swcc .swiper-slide .swci .swcie{margin-top: 15px;}
	.swc .swcc .swiper-slide .swci .swcie a{font-size: 13px;padding: 0 20px;border-radius: 12px;line-height: 24px;}
}
@media all and (max-width:750px){
	.swc{padding: 25px 0 30px;}
	.swc .swcc .swiper-slide{padding: 15px 0 20px;}
	.swc .swcc .swiper-slide .swci .swcia a{font-size: 20px;}
	.swc .swcc .swiper-slide .swci .swcib a{font-size: 13px;}
	.swc .swcc .swiper-slide .swci .swcic{margin-top: 10px;}
	.swc .swcc .swiper-slide .swci .swcic img{width: 290px;}
	.swc .swcc .swiper-slide .swci .swcid{font-size: 12px;margin-top: -14px;}
	.swc .swcc .swiper-slide .swci .swcie{margin-top: 10px;}
	.swc .swcc .swiper-slide .swci .swcie a{font-size: 12px;padding: 0 15px;border-radius: 11px;line-height: 22px;}
}

@keyframes hotopcity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.mta{position: relative;}
.mta .mtaa img{width: 100%}
.mta .mtaa .img02{display: none;}
.mta .mtab{position: absolute;z-index: 9;left:0;width: 100%;text-align: center;top:60%;transform: translateY(-45%);}
.mta .mtab .mtaba{font-size: 50px;color: #ffffff;}
.mta .mtab .mtabb{font-size: 24px;color: #ffffff;margin-top: 30px;}
.mta .mtab .mtabc{margin-top: 53px;}
.mta .mtab .mtabc a{font-size: 16px;color: #ffffff;display: inline-block;padding: 0 37px;border-radius: 20px;line-height: 40px;background: rgba(255,255,255,0.2);}
.mta .mtab .mtabd{margin-top: 80px;}
.mta .mtac{position: absolute;z-index: 5;left:0;width: 100%;bottom: 0;animation: hotopcity 2.5s ease infinite;}
.mta .mtac img{width: 100%}
@media all and (max-width:1680px){
	.mta .mtab .mtaba{font-size: 40px;}
	.mta .mtab .mtabb{font-size: 20px;margin-top: 20px;}
	.mta .mtab .mtabc{margin-top: 40px;}
	.mta .mtab .mtabc a{font-size: 14px;padding: 0 25px;border-radius: 16px;line-height: 32px;}
	.mta .mtab .mtabd{margin-top: 60px;}
	.mta .mtab .mtabd img{width: 800px;}
}
@media all and (max-width:1200px){
	.mta .mtaa .img01{display: none;}
	.mta .mtaa .img02{display: block;}
	.mta .mtab .mtaba{font-size: 30px;}
	.mta .mtab .mtabb{font-size: 17px;margin-top: 15px;}
	.mta .mtab .mtabc{margin-top: 25px;}
	.mta .mtab .mtabc a{font-size: 13px;padding: 0 20px;border-radius: 12px;line-height: 24px;}
	.mta .mtab .mtabd{margin-top: 40px;}
	.mta .mtab .mtabd img{width: 550px;}
}
@media all and (max-width:750px){
	.mta .mtab .mtaba{font-size: 20px;}
	.mta .mtab .mtabb{font-size: 14px;margin-top: 10px;}
	.mta .mtab .mtabc{margin-top: 10px;}
	.mta .mtab .mtabc a{font-size: 12px;padding: 0 15px;border-radius: 11px;line-height: 22px;}
	.mta .mtab .mtabd{margin-top: 20px;}
	.mta .mtab .mtabd img{width: 300px;}
}

.mtb .mtbl{width: 620px;float: left;}
/*.mtb.mtb2 .mtbl{float: right;}*/
/*.mtb .mtbl .mtbla{font-size: 50px;color: #000750;line-height: 80px;}
.mtb .mtbl .mtblb{font-size: 16px;color: #333333;line-height: 36px;margin-top: 50px;}*/
.mtb .mtbl .mtbla{font-size: 50px;color: #fff;line-height: 80px;}
.mtb .mtbl .mtblb{font-size: 20px;color: #fff;line-height: 40px;margin-top: 50px;}
.mtb{padding: 200px 0 590px;position: relative;}
/*.mtb.mtb1 .mtbr{position: absolute;right: 0;width: 55.1%;}
.mtb.mtb1 .mtbr .img02{position: absolute;top:-60px;left:270px;animation: hottop 2s infinite;width: 47%}*/

/*.mtb2{padding: 160px 0 240px;position: relative;}*/
/*.mtb.mtb2 .mtbl{margin-top: 160px;}*/
/*.mtb.mtb2 .mtbr{float: left;}*/
/*.mtb3{padding: 250px 0 254px;position: relative;}*/
/*.mtb.mtb3 .mtbr{float: right;}*/
@keyframes hottop {
	0% {
		top:-50px;
	}
	50% {
		top:-30px;
	}
	100% {
		top:-50px;
	}
}
@media all and (max-width:1680px){
	.mtb .mtbl{width: 520px;}
	.mtb .mtbl .mtbla{font-size: 40px;line-height: 70px;}
	.mtb .mtbl .mtblb{font-size: 18px;line-height: 36px;margin-top: 40px;}
	.mtb{padding: 150px 0 510px;}
	/*.mtb.mtb1 .mtbr .img02{left:220px;}

	.mtb2{padding: 100px 0 180px;}
	.mtb.mtb2 .mtbl{margin-top: 120px;}
	.mtb.mtb2 .mtbr{width: 680px;}
	.mtb3{padding: 200px 0;}
	.mtb.mtb3 .mtbr{width: 660px}*/

}
@media all and (max-width:1200px){
	.mtb .mtbl{width: 420px;}
	.mtb .mtbl .mtbla{font-size: 30px;line-height: 56px;}
	.mtb .mtbl .mtblb{font-size: 16px;line-height: 32px;margin-top: 20px;}
	.mtb{padding: 100px 0 400px;}
	/*.mtb.mtb1 .mtbr .img02{left:150px;}

	.mtb2{padding: 70px 0 130px;}
	.mtb.mtb2 .mtbl{margin-top: 60px;}
	.mtb.mtb2 .mtbr{width: calc(100% - 450px);}
	.mtb3{padding: 140px 0;}
	.mtb.mtb3 .mtbr{width: calc(100% - 450px);}*/
}
@media all and (max-width:750px){
	.mtb .mtbl{float: none;width: 100%;}
	.mtb.mtb2 .mtbl{float: none;}
	.mtb .mtbl .mtbla{font-size: 28px;line-height: 50px;}
	.mtb .mtbl .mtblb{font-size: 13px;line-height: 24px;margin-top: 15px;}
	.mtb.mtb1 .mtbr{position: relative;left:0;right: auto;width: 100%;margin-top: 70px;}
	.mtb{padding: 30px 0 420px;}
	/*.mtb .mtbl .mtbla{font-size: 20px;line-height: 32px;}
	.mtb .mtbl .mtblb{font-size: 12px;line-height: 20px;margin-top: 10px;}
	.mtb.mtb1 .mtbr .img02{left: 27%}
	@keyframes hottop {
		0% {
			top:-30px;
		}
		50% {
			top:-20px;
		}
		100% {
			top:-30px;
		}
	}
	.mtb2{padding: 30px 0 40px;}
	.mtb.mtb2 .mtbl{margin-top: 20px;}
	.mtb.mtb2 .mtbr{width: 100%;float: none;margin-top: 20px;}
	.mtb3{padding: 30px 0 50px;}
	.mtb.mtb3 .mtbr{margin-top: 20px;float: none;width: 100%;}*/
}

.mtc{padding: 195px 0 300px;background: url(mt11_02.jpg) no-repeat center;background-size: cover;}
.mtc .g-in{position: relative;}
.mtc .gallery-top .swiper-slide .mtcl{float: left;width: 713px;}
.mtc .gallery-top .swiper-slide .mtcr{float: right;width: calc(100% - 768px);}
.mtc .gallery-top .swiper-slide .mtcr .mtcra a{font-size: 50px;color: #000750;}
.mtc .gallery-top .swiper-slide .mtcr .mtcrb{margin-top: 20px;}
.mtc .gallery-top .swiper-slide .mtcr .mtcrb a{font-size: 36px;color: #000750;}
.mtc .gallery-top .swiper-slide .mtcr .mtcrc{margin-top: 58px;}
.mtc .gallery-top .swiper-slide .mtcr .mtcrc a{font-size: 16px;color: #333333;display: inline-block;padding: 0 37px;border-radius: 20px;line-height: 40px;}
.mtc .gallery-top .swiper-slide .mtcr .mtcrc a.mtcrca{background: rgba(0,7,80,0.05);}
.mtc .gallery-thumbs{position: absolute;right: 0;bottom: -30%;width: 1080px;z-index: 9}
.mtc .gallery-thumbs .swiper-slide{text-align: center;}
.mtc .gallery-thumbs .swiper-slide .mtcb{font-size: 18px;color: #ffffff;margin-top: 20px;}
@media all and (max-width:1680px){
	.mtc{padding: 160px 0 240px}
	.mtc .gallery-top .swiper-slide .mtcl{width: 550px;}
	.mtc .gallery-top .swiper-slide .mtcr{width: calc(100% - 585px);}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrb{margin-top: 15px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrb a{font-size: 30px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcra a{font-size: 40px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrc{margin-top: 40px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrc a{font-size: 14px;padding: 0 25px;border-radius: 16px;line-height: 32px;}
	.mtc .gallery-thumbs{width: 960px;}
	.mtc .gallery-thumbs .swiper-slide .mtcb{font-size: 16px;margin-top: 15px;}
}
@media all and (max-width:1200px){
	.mtc{padding: 110px 0 180px}
	.mtc .gallery-top .swiper-slide .mtcl{width: 380px;}
	.mtc .gallery-top .swiper-slide .mtcr{width: calc(100% - 400px);}
	.mtc .gallery-top .swiper-slide .mtcr .mtcra a{font-size: 30px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrb{margin-top: 10px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrb a{font-size: 24px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrc{margin-top: 25px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrc a{font-size: 13px;padding: 0 20px;border-radius: 12px;line-height: 24px;}
	.mtc .gallery-thumbs{width: 760px;}
	.mtc .gallery-thumbs .swiper-slide .mtcb{font-size: 14px;margin-top: 10px;}
}
@media all and (max-width:750px){
	.mtc{padding: 30px 0 30px}
	.mtc .gallery-top{margin-top: 20px;}
	.mtc .gallery-top .swiper-slide .mtcl{float: none;width: 100%;}
	.mtc .gallery-top .swiper-slide .mtcr{float: none;width: 100%;margin-bottom: 15px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcra a{font-size: 20px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrb{margin-top: 5px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrb a{font-size: 18px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrc{margin-top: 15px;}
	.mtc .gallery-top .swiper-slide .mtcr .mtcrc a{font-size: 12px;padding: 0 15px;border-radius: 11px;line-height: 22px;}
	.mtc .gallery-thumbs{position: relative;width: 80%;margin-left: 10%;}
	.mtc .gallery-thumbs .swiper-slide .mtcb{font-size: 13px;margin-top: 5px;}
}

.lv .lva{position: relative;}
.lv .lva .lvaa img{width: 100%;}
.lv .lva .lvaa .img02{display: none;}
.lv .lva .lvab{position: fixed;top:45%;transform: translateY(-45%);left:0;width: 50%;left:25%; text-align: center;z-index: 1;transition: all .5s;}
.lv .lva.on .lvab{opacity: 1;z-index: 10}
.lv .lva .lvab .lvaba{font-size: 50px;color: #ffffff;}
.lv .lva .lvab .lvabb{font-size: 16px;color: #ffffff;line-height: 36px;margin-top: 25px;}
@media all and (max-width:1680px){
	.lv .lva .lvab .lvaba{font-size: 40px;}
	.lv .lva .lvab .lvabb{font-size: 14px;line-height: 30px;margin-top: 20px;}
}
@media all and (max-width:1200px){
	.lv .lva .lvab .lvaba{font-size: 30px;}
	.lv .lva .lvab .lvabb{font-size: 13px;line-height: 26px;margin-top: 15px;}
	.lv .lva .lvab{width: 60%;left: 20%;position: absolute;opacity: 1;top:52%;}
	.lv .lva .lvaa .img01{display: none;}
	.lv .lva .lvaa .img02{display: block;}
}
@media all and (max-width:750px){
	.lv .lva .lvab .lvaba{font-size: 20px;}
	.lv .lva .lvab .lvabb{font-size: 12px;line-height: 20px;margin-top: 10px;}
	.lv .lva .lvab{width: 80%;left: 10%;}
}
.lv .lvb{padding: 158px 0 80px;background: url(lv2_02.jpg) no-repeat center;background-size: cover;}
.lv .lvb .lvbl{float: left;width: 40%;}
.lv .lvb .lvbl .lvbla .lvblaa{font-size: 50px;color: #ffffff;}
.lv .lvb .lvbl .lvbla .lvblab{font-size: 24px;color: #ffffff;}
.lv .lvb .lvbl .lvblb{margin-top: 250px;}
.lv .lvb .lvbl .lvblb .lvblbi{float: left;width: 50%;line-height: 125px;font-size: 16px;color: #ffffff;}
.lv .lvb .lvbl .lvblb .lvblbi span{font-size: 72px;margin-right: 10px;}
.lv .lvb .lvbr{float: right;width: 54%;}
.lv .lvb .lvbr .lvbra{font-size: 20px;color: rgba(255,255,255,0.8);line-height: 2;}
.lv .lvb .lvbr .lvbrb{margin-top: 120px;}
@media all and (max-width:1680px){
	.lv .lvb{padding: 130px 0 60px;}
	.lv .lvb .lvbl .lvbla .lvblaa{font-size: 40px;}
	.lv .lvb .lvbl .lvbla .lvblab{font-size: 20px;}
	.lv .lvb .lvbl .lvblb{margin-top: 180px;}
	.lv .lvb .lvbl .lvblb .lvblbi{line-height: 100px;font-size: 14px;}
	.lv .lvb .lvbl .lvblb .lvblbi span{font-size: 50px;margin-right: 5px;}
	.lv .lvb .lvbr .lvbra{font-size: 18px;}
	.lv .lvb .lvbr .lvbrb{margin-top: 80px;}
}
@media all and (max-width:1200px){
	.lv .lvb{padding: 90px 0 40px;}
	.lv .lvb .lvbl .lvbla .lvblaa{font-size: 30px;}
	.lv .lvb .lvbl .lvbla .lvblab{font-size: 17px;}
	.lv .lvb .lvbl .lvblb{margin-top: 120px;}
	.lv .lvb .lvbl .lvblb .lvblbi{line-height: 70px;font-size: 13px;float: none;width: 100%}
	.lv .lvb .lvbl .lvblb .lvblbi span{font-size: 40px;}
	.lv .lvb .lvbr .lvbra{font-size: 16px;}
	.lv .lvb .lvbr .lvbrb{margin-top: 40px;}
	.lv .lvb .lvbl{width: 44%;}
}
@media all and (max-width:750px){
	.lv .lvb{padding: 30px 0 20px;}
	.lv .lvb .lvbl{float: none;width: 100%;}
	.lv .lvb .lvbr .lvbra{font-size: 14px;}
	.lv .lvb .lvbl .lvbla .lvblaa{font-size: 20px;}
	.lv .lvb .lvbl .lvbla .lvblab{font-size: 14px;}
	.lv .lvb .lvbl .lvblb{margin-top: 20px;}
	.lv .lvb .lvbl .lvblb .lvblbi{line-height: 40px;font-size: 12px;}
	.lv .lvb .lvbl .lvblb .lvblbi span{font-size: 30px;}
	.lv .lvb .lvbr{float: none;width: 100%;margin-top: 20px;}
	.lv .lvb .lvbr .lvbrb{margin-top: 20px;text-align: center;}
	.lv .lvb .lvbr .lvbrb img{width: 80%}
}
.lv .lvc{background: url(sasa.jpg) no-repeat center;background-size: cover;padding: 115px 0 804px;}
.lv .lvc .lvca .lvcal{float: left;}
.lv .lvc .lvca .lvcal .lvcala{font-size: 50px;color: #000750;}
.lv .lvc .lvca .lvcal .lvcalb{font-size: 24px;color: #333333;margin-top: 10px;}
.lv .lvc .lvca .lvcar{float: right;width: 54%;font-size: 20px;color: #333333;line-height: 2;}
.lv .lvc .lvcb{margin-top: 60px;overflow:hidden;}
.lv .lvc .lvcb img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.lv .lvc .lvcb:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
@media all and (max-width:1680px){
	.lv .lvc{padding: 85px 0 600px;}
	.lv .lvc .lvca .lvcal .lvcala{font-size: 40px;}
	.lv .lvc .lvca .lvcal .lvcalb{font-size: 20px;margin-top: 7px;}
	.lv .lvc .lvca .lvcar{font-size: 18px;}
	.lv .lvc .lvcb{margin-top: 45px;}
}
@media all and (max-width:1200px){
	.lv .lvc{padding: 55px 0 450px;}
	.lv .lvc .lvca .lvcal .lvcala{font-size: 30px;}
	.lv .lvc .lvca .lvcal .lvcalb{font-size: 17px;margin-top: 5px;}
	.lv .lvc .lvca .lvcar{font-size: 16px;}
	.lv .lvc .lvcb{margin-top: 30px;}
}
@media all and (max-width:750px){
	.lv .lvc{padding: 80px 0 300px;background: url(sasasa.jpg) no-repeat center;background-size: cover;}
	.lv .lvc .g-in{max-width: 100%;}
	.lv .lvc .lvca{padding: 0 3%}
	.lv .lvc .lvca .lvcal .lvcala{font-size: 20px;}
	.lv .lvc .lvca .lvcal .lvcalb{font-size: 14px;margin-top: 3px;}
	.lv .lvc .lvcb{margin-top: 20px;}
	.lv .lvc .lvca .lvcal{float: none;width: 100%;}
	.lv .lvc .lvca .lvcar{float: none;width: 100%;margin-top: 15px;font-size: 14px;}
}
.lv .lvd{background: url(lv6_02.jpg) no-repeat center;background-size: cover;padding: 140px 0 5px;}
.lv .lvd .lvda{width: 800px;}
.lv .lvd .lvda .lvdaa{font-size: 50px;color: #000750;}
.lv .lvd .lvda .lvdab{font-size: 24px;color: #333333;margin-top: 10px;}
.lv .lvd .lvda .lvdac{margin-top: 60px;font-size: 20px;color: #333333;line-height: 2;}
.lv .lvd .lvdb{margin-top: 320px;}
.lv .lvd .lvdb .lvdbi{padding:16px 0;}
.lv .lvd .lvdb .lvdbi .lvdbia{font-size: 72px;color: #000750;line-height: 1;}
.lv .lvd .lvdb .lvdbi .lvdbib{font-size: 16px;color: #333333;margin-top: 15px;}
@media all and (max-width:1680px){
	.lv .lvd{padding: 105px 0 5px;}
	.lv .lvd .lvda{width: 600px;}
	.lv .lvd .lvda .lvdaa{font-size: 40px;}
	.lv .lvd .lvda .lvdab{font-size: 20px;margin-top: 7px;}
	.lv .lvd .lvda .lvdac{margin-top: 40px;font-size: 18px;}
	.lv .lvd .lvdb{margin-top: 250px;}
	.lv .lvd .lvdb .lvdbi{padding:12px 0;}
	.lv .lvd .lvdb .lvdbi .lvdbia{font-size: 50px;}
	.lv .lvd .lvdb .lvdbi .lvdbib{font-size: 14px;margin-top: 10px;}
}
@media all and (max-width:1200px){
	.lv .lvd{padding: 70px 0 5px;}
	.lv .lvd .lvda{width: 500px;}
	.lv .lvd .lvda .lvdaa{font-size: 30px;}
	.lv .lvd .lvda .lvdab{font-size: 17px;margin-top:5px;}
	.lv .lvd .lvda .lvdac{margin-top: 20px;font-size: 16px;}
	.lv .lvd .lvdb{margin-top: 180px;}
	.lv .lvd .lvdb .lvdbi{padding:8px 0;}
	.lv .lvd .lvdb .lvdbi .lvdbia{font-size: 40px;}
	.lv .lvd .lvdb .lvdbi .lvdbib{font-size: 13px;margin-top: 7px;}
}
@media all and (max-width:750px){
	.lv .lvd{padding: 30px 0 5px;background: url(ldzm.jpg) no-repeat center;background-size: cover;}
	.lv .lvd .lvda{width: 80%;}
	.lv .lvd .lvda .lvdac{margin-top: 15px;font-size: 14px;}
	.lv .lvd .lvda .lvdaa{font-size: 20px;}
	.lv .lvd .lvda .lvdab{font-size: 14px;margin-top: 3px;}
	.lv .lvd .lvdb{margin-top: 80px;}
	.lv .lvd .lvdb .lvdbi{padding:5px 0;}
	.lv .lvd .lvdb .lvdbi .lvdbia{font-size: 30px;}
	.lv .lvd .lvdb .lvdbi .lvdbib{font-size: 12px;margin-top: 5px;}
}
.lv .lve{background: url(lv7_02.jpg) no-repeat center;background-size: cover;padding: 140px 0 450px;}
.lv .lve .lvea{text-align: center;}
.lv .lve .lvea .lveaa{font-size: 50px;color: #ffffff;}
.lv .lve .lvea .lveab{margin-top: 10px;font-size: 24px;color: #fff;}
.lv .lve .lvea .lveac{margin-top: 57px;}
.lv .lve .lvea .lveac a{font-size: 16px;color: #ffffff;display: inline-block;padding: 0 37px;border-radius: 20px;line-height: 40px;}
.lv .lve .lvea .lveac a.lveaca{background: rgba(255,255,255,0.2);background: rgba(255,255,255,0.2);}
@media all and (max-width:1680px){
	.lv .lve{padding: 100px 0 350px;}
	.lv .lve .lvea .lveaa{font-size: 40px;}
	.lv .lve .lvea .lveab{margin-top: 7px;font-size: 20px;}
	.lv .lve .lvea .lveac{margin-top: 45px;}
	.lv .lve .lvea .lveac a{font-size: 14px;padding: 0 25px;border-radius: 16px;line-height: 32px;}
}
@media all and (max-width:1200px){
	.lv .lve{padding: 60px 0 250px;}
	.lv .lve .lvea .lveaa{font-size: 30px;}
	.lv .lve .lvea .lveab{margin-top: 5px;font-size: 17px;}
	.lv .lve .lvea .lveac{margin-top: 30px;}
	.lv .lve .lvea .lveac a{font-size: 13px;padding: 0 20px;border-radius: 12px;line-height: 24px;}
}
@media all and (max-width:750px){
	.lv .lve{padding: 50px 0 250px;}
	.lv .lve .lvea .lveaa{font-size: 20px;}
	.lv .lve .lvea .lveab{margin-top: 3px;font-size: 14px;}
	.lv .lve .lvea .lveac{margin-top: 20px;}
	.lv .lve .lvea .lveac a{font-size: 12px;padding: 0 15px;border-radius: 11px;line-height: 22px;}
}

.aba .abaa img{width: 100%;}
.aba .abaa .img02{display: none;}
.aba{position: relative;}
.aba .abab{position: absolute;top:45%;transform: translateY(-45%);left:0;width: 50%;left:25%; text-align: center;}
.aba .abab .ababa{font-size: 50px;color: #ffffff;}
.aba .abab .ababb{font-size: 16px;color: #ffffff;line-height: 36px;margin-top: 25px;}
.aba .abac{position: absolute;text-align: center;left:0;width: 100%;bottom: 15%;animation: hotabac 2s infinite;}
@keyframes hotabac {
		0% {
			bottom:15%;
		}
		50% {
			bottom:16%;
		}
		100% {
			bottom:15%;
		}
	}
@media all and (max-width:1680px){
	.aba .abab .ababa{font-size: 40px;}
	.aba .abab .ababb{font-size: 14px;line-height: 30px;margin-top: 20px;}
}
@media all and (max-width:1200px){
	.aba .abab .ababa{font-size: 30px;}
	.aba .abab .ababb{font-size: 13px;line-height: 26px;margin-top: 15px;}
	.aba .abab{width: 60%;left: 20%;}
	.aba .abaa .img01{display: none;}
	.aba .abaa .img02{display: block;}
}
@media all and (max-width:750px){
	.aba .abab .ababa{font-size: 20px;}
	.aba .abab .ababb{font-size: 12px;line-height: 20px;margin-top: 10px;}
	.aba .abab{width: 80%;left: 10%;}
	.aba .abac{bottom: 10%;}
	@keyframes hotabac {
		0% {
			bottom:10%;
		}
		50% {
			bottom:12%;
		}
		100% {
			bottom:10%;
		}
	}
}

.abb{background: url(ab2_02.jpg) no-repeat center;background-size: cover;}
.abb .abbl{float: left;width: 645px;}
.abb .abbl .abbla{font-size: 50px;color: #ffffff;margin-top: 310px;}
.abb .abbl .abblb{font-size: 20px;color: #ffffff;line-height: 40px;margin-top: 50px;}
.abb .abbr{float: right;width: 853px;position: relative;}
.abb .abbr .abbri{position: absolute;width: 220px}
.abb .abbr .abbri .abbria{font-size: 16px;color: #ffffff;line-height: 1;}
.abb .abbr .abbri .abbria span{font-size: 60px;}
.abb .abbr .abbri .abbrib{font-size: 16px;color: rgba(255,255,255,0.5);margin-top: 10px;}
.abb .abbr .abbri.abbri1{top:160px;left:0;}
.abb .abbr .abbri.abbri2{top:430px;left:98px;}
.abb .abbr .abbri.abbri3{top:728px;left:140px;}
.abb .abbr .abbri.abbri4{top:545px;left:395px;}
.abb .abbr .abbri.abbri5{top:727px;left:564px;}
.abb .abbr .abbri.abbri6{top:430px;left:615px;}
.abb .abbr .abbri.abbri7{top:160px;left:683px;}
@media all and (max-width:1680px){
	.abb .abbl{width: 490px;}
	.abb .abbl .abbla{font-size: 40px;margin-top: 240px;}
	.abb .abbl .abblb{font-size: 18px;line-height: 36px;margin-top: 35px;}
	.abb .abbr{width: 650px;}
	.abb .abbr .abbri{width: 180px;}
	.abb .abbr .abbri .abbria{font-size: 14px;}
	.abb .abbr .abbri .abbria span{font-size: 48px;}
	.abb .abbr .abbri .abbrib{font-size: 14px;margin-top: 7px;}
	.abb .abbr .abbri.abbri1{top:140px;left:0;}
	.abb .abbr .abbri.abbri2{top:380px;left:85px;}
	.abb .abbr .abbri.abbri3{top:590px;left:110px;}
	.abb .abbr .abbri.abbri4{top:470px;left:305px;}
	.abb .abbr .abbri.abbri5{top:590px;left:440px;}
	.abb .abbr .abbri.abbri6{top:380px;left:480px;}
	.abb .abbr .abbri.abbri7{top:140px;left:510px;}
}
@media all and (max-width:1200px){
	.abb .abbl{width: calc(100% - 480px);}
	.abb .abbl .abbla{font-size: 30px;margin-top: 180px;}
	.abb .abbl .abblb{font-size: 16px;line-height: 32px;margin-top: 25px;}
	.abb .abbr{width: 480px;}
	.abb .abbr .abbri{width: 150px;}
	.abb .abbr .abbri .abbria{font-size: 13px;}
	.abb .abbr .abbri .abbria span{font-size: 36px;}
	.abb .abbr .abbri .abbrib{font-size: 13px;margin-top: 5px;}
	.abb .abbr .abbri.abbri1{top:100px;left:0;}
	.abb .abbr .abbri.abbri2{top:280px;left:50px;}
	.abb .abbr .abbri.abbri3{top:410px;left:65px;}
	.abb .abbr .abbri.abbri4{top:350px;left:215px;}
	.abb .abbr .abbri.abbri5{top:410px;left:320px;}
	.abb .abbr .abbri.abbri6{top:280px;left:345px;}
	.abb .abbr .abbri.abbri7{top:100px;left:365px;}
}
@media all and (max-width:750px){
	.abb{padding: 20px 0;}
	.abb .abbl{float: none;width: 100%;}
	.abb .abbl .abbla{font-size: 20px;margin-top: 10px;}
	.abb .abbl .abblb{margin-top: 15px;font-size: 14px;line-height: 28px;}
	.abb .abbr{float: none;width: 100%;margin-top: 20px;}
	.abb .abbr .abbri{width: 50%;position: static;float: left;padding:10px 0;}
	.abb .abbr .abbri .abbria span{font-size: 26px;}
	.abb .abbr .abbra{display: none;}
}
.abd{background: url(ab6_02.jpg) no-repeat center;padding: 120px 0 130px;background-size: cover;}
.abd .abdc{position: relative;}
.abd .abdc .swiper-slide .abdci .abdcil{float: left;width: 35%;}
.abd .abdc .swiper-slide .abdci .abdcil .abdcila{font-size: 50px;color: #ffffff;margin-top: 105px;}
.abd .abdc .swiper-slide .abdci .abdcil .abdcilb{font-size: 20px;color: #ffffff;line-height: 2;margin-top: 45px;}
.abd .abdc .swiper-slide .abdci .abdcir{float: right;width: 53.6%;overflow: hidden;}
.abd .abdc .swiper-slide .abdci .abdcir img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.abd .abdc .swiper-slide:hover .abdci .abdcir img{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
.abd .abdc .swiper-button-prev{width: 64px;height: 64px;background: url(ab5_06.png) no-repeat center;background-size: cover;left:0;bottom: 20%;position: absolute;top:auto;}
.abd .abdc .swiper-button-next{width: 64px;height: 64px;background: url(ab5_06.png) no-repeat center;background-size: cover;left:90px;bottom: 20%;position: absolute;top:auto;transform: rotate(180deg);}
@media all and (max-width:1680px){
	.abd{padding: 90px 0;}
	.abd .abdc .swiper-slide .abdci .abdcil .abdcila{font-size: 40px;margin-top: 70px;}
	.abd .abdc .swiper-slide .abdci .abdcil .abdcilb{font-size: 18px;margin-top: 30px;}
	.abd .abdc .swiper-button-prev{width: 54px;height: 54px;}
	.abd .abdc .swiper-button-next{width: 54px;height: 54px;left:80px;}
}
@media all and (max-width:1200px){
	.abd{padding: 60px 0;}
	.abd .abdc .swiper-slide .abdci .abdcil .abdcila{font-size: 30px;margin-top: 40px;}
	.abd .abdc .swiper-slide .abdci .abdcil .abdcilb{font-size: 16px;margin-top: 20px;}
	.abd .abdc .swiper-button-prev{width: 44px;height: 44px;}
	.abd .abdc .swiper-button-next{width: 44px;height: 44px;left:70px;}
}
@media all and (max-width:750px){
	.abd{padding: 30px 0 80px;}
	.abd .abdc .swiper-slide .abdci .abdcil{float: none;width: 100%;}
	.abd .abdc .swiper-slide .abdci .abdcil .abdcila{font-size: 20px;margin-top: 0px;}
	.abd .abdc .swiper-slide .abdci .abdcil .abdcilb{margin-top: 15px;font-size: 14px;}
	.abd .abdc .swiper-slide .abdci .abdcir{float: none;width: 100%;margin-top: 15px;}
	.abd .abdc .swiper-button-prev{width: 34px;height: 34px;bottom: -55px;left: 30%;}
	.abd .abdc .swiper-button-next{width: 34px;height: 34px;left:auto;bottom:-55px;right: 30%;}
}

@keyframes ripple-wavea{
	to {
		box-shadow: 0 0 0 10px rgba(0, 7, 80, 0.5),0 0 0 20px rgba(0, 7, 80, 0.5),0 0 0 30px rgba(0, 7, 80, 0.02);
	}
}
@keyframes ripple-waveb{
	to {
		box-shadow: 0 0 0 10px rgba(212, 182, 134, 0.5),0 0 0 20px rgba(212, 182, 134, 0.5),0 0 0 30px rgba(212, 182, 134, 0.02);
	}
}
@-webkit-keyframes rotateForEver {0% {transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
50% {transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
100% {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
}
@keyframes rotateForEver {0% {transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
50% {transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
100% {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
}
.rotateForEver {-webkit-animation-name:rotateForEver;animation-name:rotateForEver;}
@keyframes balloon {0% {-webkit-transform:translateZ(0)}
50% {-webkit-transform:translate3d(0,15px,0)}
to {-webkit-transform:translateZ(0)}
}
.abc{background: url(aaa.jpg) no-repeat center;height: 1040px;background-size: cover;position: relative;overflow: hidden;}
.abc .abcc{height: 100%;position: relative;}
.abc .abcc .abcc1{width: 1098px;height: 1098px;border-radius: 100%; position: absolute;left:50%;top:50%;margin:-549px 0 0 -549px; border:1px dashed #c1c3dc;animation: rotateForEver 15s linear 0s infinite;z-index: 2;}
.abc .abcc .abcc2{width: 578px;height: 578px;border-radius: 100%; position: absolute;left:50%;top:50%;margin:-289px 0 0 -289px; border:1px dashed #c1c3dc;animation: rotateForEver 20s linear 0s infinite;z-index: 10;}
.abc .abcc .abcc3{width: 780px;height: 780px;border-radius: 100%; position: absolute;left:50%;top:50%;margin:-390px 0 0 -390px;background: #ecedfc;z-index: 3;}
.abc .abcc .abcc2:after{content: "";width: 10px;height: 10px;background: #000750;border-radius: 10px;position: absolute;top:-5px;left:50%;margin-left: -5px;z-index: 12}
.abc .hd{position: relative;height: 100%;height: 1040px;}
.abc .bd{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);text-align: center;z-index: 10;width: 576px;height: 576px;border-radius: 100%;background: #f1f2ff;z-index: 5;display: flex;align-items: center;justify-content: space-between;}
.abc .bd .abcci{width: 100%}
.abc .bd .abcci .abccia{font-size: 24px;color: #666666;}
.abc .bd .abcci .abccib{font-size: 36px;color: #000750;line-height: 60px;margin-top: 10px;}
.abc .hd ul li{width: 148px;height: 148px;border-radius: 100%;text-align: center;position: absolute;z-index: 15}
.abc .hd ul li .abcchda{padding-top: 28px;}
.abc .hd ul li .abcchdb{font-size: 18px;color: #ffffff;margin-top: 5px;}
.abc .hd ul li.abcchd1{background: #000750;top:423px;left:84px;}
.abc .hd ul li.abcchd2{background: #000750;top:198px;right:113px;}
.abc .hd ul li.abcchd3{background: #d4b686;top:120px;left:740px;}
.abc .hd ul li.abcchd4{background: #d4b686;bottom:185px;left:780px;}
.abc .hd ul li.abcchd1:hover,.abc .hd ul li.abcchd2:hover,.abc .hd ul li.abcchd1.on,.abc .hd ul li.abcchd2.on{box-shadow: 0 0 rgba(0, 7, 80, 0.5),0 0 0 10px rgba(0, 7, 80, 0.5),0 0 0 20px rgba(0, 7, 80, 0.5);
	animation: ripple-wavea 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-animation: ripple-wavea 1s linear infinite;}
.abc .hd ul li.abcchd3:hover,.abc .hd ul li.abcchd4:hover,.abc .hd ul li.abcchd3.on,.abc .hd ul li.abcchd4.on{box-shadow: 0 0 rgba(212, 182, 134, 0.5),0 0 0 10px rgba(212, 182, 134, 0.5),0 0 0 20px rgba(212, 182, 134, 0.5);
	animation: ripple-waveb 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-animation: ripple-waveb 1s linear infinite;}
.abe{display: none;}


.abc .prev{width: 64px;height: 64px;position: absolute;left:45%;bottom: 15%;background: url(aprev.png) no-repeat center;background-size: 100% 100%;z-index: 10;}
.abc .next{width: 64px;height: 64px;position: absolute;right:45%;bottom: 15%;background: url(anext.png) no-repeat center;background-size: 100% 100%;z-index: 10;}

@media all and (max-width:1680px){
	.abc{height: 800px;}
	.abc .hd{height: 800px;}
	.abc .bd .abcci .abccia{font-size: 20px;}
	.abc .bd .abcci .abccib{font-size: 30px;line-height: 50px;margin-top: 7px;}
	.abc .hd ul li{width: 110px;height: 110px;}
	.abc .hd ul li .abcchda{padding-top: 20px;}
	.abc .hd ul li .abcchda img{width: 45px;}
	.abc .hd ul li .abcchdb{font-size: 16px;}
	.abc .hd ul li.abcchd1{top:385px;left:20px;}
	.abc .hd ul li.abcchd2{top:150px;right:43px;}
	.abc .hd ul li.abcchd3{top:75px;left:512px;}
	.abc .hd ul li.abcchd4{bottom:115px;left:570px;}


	.abc .abcc .abcc1{width: 860px;height: 860px;border-radius: 100%;margin:-430px 0 0 -430px;}
	.abc .abcc .abcc3{width: 660px;height: 660px;border-radius: 100%;margin:-330px 0 0 -330px;}
	.abc .abcc .abcc2{width: 480px;height: 480px;border-radius: 100%;margin:-240px 0 0 -240px;}
	.abc .bd{width: 480px;height: 480px;}

	.abc .prev{width: 52px;height: 52px;left:42%;bottom: 13%;}
	.abc .next{width: 52px;height: 52px;right:42%;bottom: 13%;}


}
@media all and (max-width:1200px){
	.abc{background: #f1f2ff;height: 600px;padding: 80px 0}
	.abc .hd{height: 600px;}

	.abc .hd ul li.abcchd1{top:50%;margin-top:-50px;}
	.abc .hd ul li.abcchd2{top:50%;margin-top:-50px;right: 0}
	.abc .hd ul li.abcchd3{top:0;left:50%; margin-left:-50px;}
	.abc .hd ul li.abcchd4{bottom:0;left:50%;margin-left:-50px;}

	.abc .hd ul li{width: 100px;height: 100px;}
	.abc .hd ul li .abcchda{padding-top: 20px;}
	.abc .hd ul li .abcchda img{width: 40px;}
	.abc .hd ul li .abcchdb{font-size: 14px;}

	.abc .abcc .abcc1{width: 660px;height: 660px;border-radius: 100%;margin:-330px 0 0 -330px;}
	.abc .abcc .abcc3{width: 460px;height: 460px;border-radius: 100%;margin:-230px 0 0 -230px;}
	.abc .abcc .abcc2{width: 280px;height: 280px;border-radius: 100%;margin:-140px 0 0 -140px;}
	.abc .bd{width: 280px;height: 280px;}

	.abc .prev{width: 44px;height: 44px;left:40%;bottom: 12%;}
	.abc .next{width: 44px;height: 44px;right:40%;bottom: 12%;}
	/*.abe{display: block;background: #f1f2ff;padding: 40px 0;}
	.abe .abeb .hd{background: #014099;}
	.abe .abeb .hd ul li{float: left;width: 25%;text-align: center;line-height: 50px;font-size: 20px;color: #fff;border:1px solid #014099;box-sizing: border-box;border-bottom: 0}
	.abe .abeb .hd ul li.on{background: #f1f2ff;color: #333;}
	.abe .abeb .bd{border:1px solid #014099;border-top: 0;padding: 5% 3%;}
	.abe .abeb .bd .abebi{text-align: center;}
	.abe .abeb .bd .abebi .abebia{font-size: 16px;color: #666666;font-weight: bold;text-transform: uppercase;}
	.abe .abeb .bd .abebi .abebib{font-size: 20px;color: #000750;line-height: 36px;margin-top: 10px;}*/
}
@media all and (max-width:750px){
	/*.abe{padding: 25px 0;}
	.abe .abeb .hd ul li{font-size: 15px;line-height: 40px;}
	.abe .abeb .bd .abebi .abebia{font-size: 13px;}
	.abe .abeb .bd .abebi .abebib{font-size: 16px;line-height: 28px;margin-top: 5px;}*/
	@keyframes ripple-wavea{
		to {
			box-shadow: 0 0 0 5px rgba(0, 7, 80, 0.5),0 0 0 10px rgba(0, 7, 80, 0.5),0 0 0 15px rgba(0, 7, 80, 0.02);
		}
	}
	@keyframes ripple-waveb{
		to {
			box-shadow: 0 0 0 5px rgba(212, 182, 134, 0.5),0 0 0 10px rgba(212, 182, 134, 0.5),0 0 0 15px rgba(212, 182, 134, 0.02);
		}
	}

	.abc .hd ul li.abcchd1:hover,.abc .hd ul li.abcchd2:hover,.abc .hd ul li.abcchd1.on,.abc .hd ul li.abcchd2.on{box-shadow: 0 0 rgba(0, 7, 80, 0.5),0 0 0 5px rgba(0, 7, 80, 0.5),0 0 0 10px rgba(0, 7, 80, 0.5);
	animation: ripple-wavea 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-animation: ripple-wavea 1s linear infinite;}
	.abc .hd ul li.abcchd3:hover,.abc .hd ul li.abcchd4:hover,.abc .hd ul li.abcchd3.on,.abc .hd ul li.abcchd4.on{box-shadow: 0 0 rgba(212, 182, 134, 0.5),0 0 0 5px rgba(212, 182, 134, 0.5),0 0 0 10px rgba(212, 182, 134, 0.5);
	animation: ripple-waveb 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-animation: ripple-waveb 1s linear infinite;}

	.abc{background: #f1f2ff;height: 500px;padding: 40px 0}
	.abc .hd{height: 500px;}

	.abc .hd ul li.abcchd1{top:50%;margin-top:-40px;left: 10px}
	.abc .hd ul li.abcchd2{top:50%;margin-top:-40px;right: 10px}
	.abc .hd ul li.abcchd3{top:0;left:50%; margin-left:-50px;}
	.abc .hd ul li.abcchd4{bottom:0;left:50%;margin-left:-50px;}

	.abc .hd ul li{width: 65px;height: 65px;}
	.abc .hd ul li .abcchda{padding-top: 10px;}
	.abc .hd ul li .abcchda img{width: 30px;}
	.abc .hd ul li .abcchdb{font-size: 12px;}
	.abc .bd .abcci .abccib{font-size: 16px;line-height: 24px;}

	.abc .abcc .abcc1{width: 420px;height: 420px;border-radius: 100%;margin:-210px 0 0 -210px;}
	.abc .abcc .abcc3{width: 360px;height: 360px;border-radius: 100%;margin:-180px 0 0 -180px;}
	.abc .abcc .abcc2{width: 220px;height: 220px;border-radius: 100%;margin:-110px 0 0 -110px;}
	.abc .bd{width: 220px;height: 220px;}

	.abc .prev{width: 38px;height: 38px;left:36%;bottom: 10%;}
	.abc .next{width: 38px;height: 38px;right:36%;bottom: 10%;}
}



.Contact{display: flex;box-shadow: 1px 1px 10px 1px rgb(230, 230, 230);border-radius: 10px; background:#fff;}
.Message{width: 58%;margin-right: 4%;padding: 40px 0 55px 45px;box-sizing: border-box;}
.me1{font-size: 34px;color: rgb(51, 51, 51);margin-bottom: 15px;}
.me2{font-size: 14px;color: rgb(102, 102, 102);}
.me3{font-size: 34px;color: rgb(255, 255, 255);margin-bottom: 15px;}
.me4{font-size: 14px;color: rgba(255, 255, 255, 0.6);padding-bottom: 15px;}
.me5{margin-top: 46px;display: inline-block;}
.me5 .textBox{margin-top: 20px;color: #ffffff;text-align: center;}
.messForm{padding-top: 25px;}
.messFlex{display: flex;flex-wrap: wrap;}
.messFlex>p:nth-child(2n+2){margin-right: 0;}
.messPut{width: 48%;margin-right: 4%;display: flex;align-items: center;padding: 18px 25px;border-radius: 25px;background: rgb(246, 246, 246);letter-spacing: 1px;margin-top: 25px;box-sizing: border-box;}
.messPut input{font-size: 16px;color: rgb(102, 102, 102);width: 90%;}
.Message input::-webkit-input-placeholder,
.Message textarea::-webkit-input-placeholder{color: rgb(102, 102, 102);}
.messPut img{margin-right: 12px;}
.Message textarea{background: rgb(246, 246, 246);height: 140px;padding: 18px 25px;font-size: 16px;color: rgb(102, 102, 102);letter-spacing: 1px;border-radius: 25px;margin-top: 25px;width: 100%;resize: none;box-sizing: border-box;}
.Message button{height: 58px;line-height: 58px;color: #fff;text-align: center;background: #000750;border-radius: 25px;margin-top: 35px;width: 50%;margin-left: 25%;font-size: 20px;letter-spacing: 1px;transition: all 0.5s;cursor: pointer;}
.Message button:hover{color: #000750;border: 1px solid #000750;background: transparent;box-shadow: 1px 1px 15px 1px rgba(41, 120, 73, 0.2);}
.Type{width: 38%;padding: 40px 60px;background: url(conall.jpg);background-repeat: no-repeat;background-size: cover;box-sizing: border-box;}
.conType{margin-top: 35px;display: flex;align-items: flex-start;cursor: pointer;transition: all 0.5s;}
.conType:hover{transform: translateX(12px);}
.conType:hover img{animation: jello 1.4s;}
.conType>li:nth-child(2){width: 90%;}
.conType img{transition: all 0.5s;width: 32px;}
.conType>li:nth-child(1){margin-right: 10px;width: 45px;}
.conType>li:nth-child(2)>p:nth-child(1){font-size: 20px;color: #fff;margin-bottom: 10px;}
.conType>li:nth-child(2)>p:nth-child(2){font-size: 24px;color: #fff;}
.f16{font-size: 16px !important;}
@keyframes jello{0%,11.1%,100%{transform: none;}
22.2%{transform: skewX(-12.5deg) skewY(-12.5deg);}
33.3%{transform: skewX(6.25deg) skewY(6.25deg);}
44.4%{transform: skewX(-3.125deg) skewY(-3.125deg);}
55.5%{transform: skewX(1.5625deg) skewY(1.5625deg);}
66.6%{transform: skewX(-0.78125deg) skewY(-0.78125deg);}
77.7%{transform: skewX(0.390625deg) skewY(0.390625deg);}
88.8%{transform: skewX(-0.195312deg) skewY(-0.195312deg);}}


@media screen and (max-width: 1480px) {
	.page-contact{ padding-top: 30px;}
	.page-contact .mapBox{margin-top: 50px;}
	 
	.Message{ padding:30px 0 40px 30px; }
	.me1{font-size:28px; margin-bottom: 15px;}
	.me2{font-size: 14px; }
	.me3{font-size: 28px; }
	.me4{font-size: 14px; }
	.me5{margin-top:30px; }
	.me5 .textBox{margin-top: 20px; }
	.messForm{padding-top: 25px;}
	 
	.messPut{ padding: 15px 20px; margin-top: 20px; }
	.messPut input{font-size: 14px; }
	 
	.Message textarea{ padding: 15px 20px;font-size: 14px; margin-top: 20px; }
	.Message button{ height:50px; line-height: 50px; margin-top:25px; font-size:18px; }
	 
	.Type{width: 38%;padding:30px 40px; }
	.conType{margin-top:25px; }
	 
	.conType img{ width: 25px;}
	.conType>li:nth-child(1){margin-right: 10px; width:35px;}
	.conType>li:nth-child(2)>p:nth-child(1){font-size:18px; }
	.conType>li:nth-child(2)>p:nth-child(2){font-size: 18px; }
	.f16{font-size: 14px !important;}
}
@media screen and (max-width: 750px) {
	.page-contact{ padding-top:0;}
	.page-contact .mapBox{margin-top: 30px;}
	
    .Contact{flex-wrap: wrap;}
    .Message{width: 100%; margin-right: 0; padding: 30px 4%;}
	.me1{font-size:	18px; margin-bottom: 15px;}
	.me2{font-size: 14px; }
	.me3{font-size: 18px; }
	.me4{font-size: 14px; }
	.me5{margin-top:20px; }
	.me5 .textBox{margin-top: 20px; }
	.messForm{padding-top:15px;}
	 
	.messPut{ width:100%; margin-right:0; padding: 15px 20px; margin-top:10px; }
	.messPut input{font-size: 14px; }
	
	.Message textarea{ padding: 15px 20px; font-size: 14px; margin-top: 10px; }
	.Message button{ height:40px; line-height: 40px; margin-top:10px; font-size:16px; }
	
    .Type{width: 100%; padding: 30px 4%;}
	.conType{margin-top:15px; }
	.conType img{ width: 20px;}
	.conType>li:nth-child(1){margin-right: 10px; width:25px;}
	.conType>li:nth-child(2)>p:nth-child(1){font-size:16px; }
	.conType>li:nth-child(2)>p:nth-child(2){font-size: 16px; }
}














































































































































































































