@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; line-height:1.1; z-index:2; }
.banner-ny .txt .p1 { font-size:40px; }
.banner-ny .txt .p2 { font-size:20px; margin-top:15px; }
.banner-ny .txt .p3 { width:60px; height:4px; margin-top:50px; background:#fff; }

.banner-ny .pic { position:absolute; bottom:18%; left:0; right:0; z-index:5; }

@media all and (max-width:1500px){
	.banner-ny .pic img { width:70%; height:auto; }
}
@media all and (max-width:1280px){
	.banner-ny .txt .p1 { font-size:30px; }
	.banner-ny .txt .p2 { font-size:16px; margin-top:15px; }
	.banner-ny .txt .p3 { width:40px; height:4px; margin-top:30px; }
}
@media all and (max-width:1280px){
	.banner-ny .txt .p1 { font-size:30px; }
	.banner-ny .txt .p2 { font-size:16px; margin-top:15px; }
	.banner-ny .txt .p3 { width:40px; height:4px; margin-top:30px; }
}
@media all and (max-width:1200px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .pic { display:none; }
}
@media all and (max-width:750px){
	.banner-ny .txt .p1 { font-size:20px; }
	.banner-ny .txt .p2 { font-size:14px; margin-top:10px; }
	.banner-ny .txt .p3 { width:40px; height:2px; margin-top:20px; }
}

 
/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:50px 0 70px; }

@media all and (max-width:1280px){
	.main { padding:40px 0 60px; }
}
@media all and (max-width:1200px){
	.main { padding:30px 0; }
}

.sidebar { display:none; }
.leftTitle { display:none; }

.menu { position:relative; text-align:center; border-bottom:1px solid #e5e5e5; }
.menu ul li { position:relative; display:inline-block; margin:0 50px; }
.menu ul li a { position:relative; display:inline-block; padding:0 0 0 30px; font-size:20px; color:#777; height:100px; line-height:100px; }
.menu ul li a:before { position:absolute; display:none; content:""; left:30px; bottom:-1px; right:0; height:2px; background:#39286e; z-index:5; }
.menu ul li a.current,.menu ul li:hover a { color:#39286e; background:url(menu.png) no-repeat center left; }
.menu ul li a.current:before,.menu ul li:hover a:before { display:block; }
 

@media all and (max-width:1280px){
	.menu ul li { margin:0 25px; }
	.menu ul li a { font-size:16px; height:70px; line-height:70px; }
}
@media all and (max-width:1200px){
	.menu { display:none; }
}

/* 内容模式 */
.article { line-height:2; font-size:16px; word-wrap:break-word; color:#666; }
.article .hd { padding:0 0 20px; text-align:center; color:#333; }
.article .hd h1 { color:#000; font-size:24px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%!important; height:auto!important; }

@media all and (max-width:1200px){
	.article { font-size:16px; }
	.article .hd h1 { font-size:20px; }
	.article .bd { font-size:16px; }
}
 
/* 面包屑 */
.location { padding:15px 0; color:#a2a2a2; line-height:20px; }
.location h3 { display:none; }
.location a { display:inline-block; color:#a2a2a2; font-weight:normal; font-size:14px; padding-left:20px; margin-right:25px; background:url(u-home01.png) no-repeat center left; }
.location a:last-child { margin-right:0; }
.location a:hover { color:#003460; }
.location .u-home { padding-left:25px; margin-right:25px; background:url(u-home.png) no-repeat center left; }

@media all and (max-width:750px){
	.location { padding:10px 0; line-height:20px; display:none; }
	.location a { font-size:12px; padding-left:10px; margin-right:10px; }
	.location a:last-child { margin-right:0; }
	.location .u-home { padding-left:25px; margin-right:10px; }
}

 
/* 新闻列表 */
.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:10px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:16px; line-height:20px; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }
.list li em { color:red; font-weight:bold; }

@media all and (max-width:1200px){
	.list { padding:0 0 40px; }
	.list li { font-size:14px; }
}

/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:auto; margin-right:20px; padding:4px; border:1px solid #e7e7e7; box-sizing: border-box; }
.pothoItem .item .pic img { width:100%; height:auto; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

@media all and (max-width:1200px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picnews { padding-bottom:60px; }
.picnews ul li { float:left; width:31.66%;  margin-right:2.51%;  background:#fff; border-radius:15px; border:1px solid #fff; box-sizing: border-box; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:35px; }
.picnews ul li a { display:block; padding:40px; }
.picnews ul li .p1 { font-size:20px; line-height:30px; min-height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .p2 { font-size:14px; color:#999; margin-top:10px; }
.picnews ul li .p3 { font-size:14px; color:#666; margin-top:20px; line-height:25px; min-height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .p4 { position:relative; padding-bottom:66%; margin-top:25px; border-radius:10px; overflow:hidden; }
.picnews ul li .p4 img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition: all 0.6s; z-index:2; }

.picnews ul li:hover { border-color:#003460; }
.picnews ul li:hover .p4 img { transform: scale(1.1)!important; }

@media all and (max-width:1200px){
	.picnews { padding-bottom:40px; }
	.picnews ul li { float:left; width:49%;  margin-right:2%; }
	.picnews ul li:nth-child(3n) { margin-right:2%; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li:nth-child(n + 3) { margin-top:2%; }
	.picnews ul li a { display:block; padding:20px 4%; }
	.picnews ul li .p1 { font-size:16px; line-height:25px; min-height:50px; -webkit-line-clamp:2; }
	.picnews ul li .p2 { font-size:14px; margin-top:10px; }
	.picnews ul li .p3 { font-size:14px; margin-top:10px; -webkit-line-clamp:2; }
	.picnews ul li .p4 { margin-top:15px; }
}
 
.hotNews { position:relative; margin-bottom:60px; padding:50px 40px; background:#fff; border-radius:15px; }
.hotNews .swiper-slide a { position:relative; display:block; }
.hotNews .swiper-slide .pic { float:left; width:470px; border-radius:10px; overflow:hidden; }
.hotNews .swiper-slide .pic img { transition: all 0.6s; }
.hotNews .swiper-slide .txt { position:absolute; right:0; top:50%; transform: translateY(-50%); width:calc(100% - 540px); }
.hotNews .swiper-slide .txt .p1 { font-size:20px; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.hotNews .swiper-slide .txt .p2 { font-size:14px; color:#999; margin-top:20px; }
.hotNews .swiper-slide .txt .p3 { font-size:14px; color:#666; margin-top:20px; line-height:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.hotNews .swiper-slide .txt .p4 { margin-top:40px; }

.swiper-pagination-news01 { position:absolute; right:40px; bottom:50px; font-size:0; z-index:2; }
.swiper-pagination-news01 .swiper-pagination-bullet { width:6px; height:6px; margin:0 4px; border-radius:100%; background:#d6d6d6; opacity:1; }
.swiper-pagination-news01 .swiper-pagination-bullet-active { width:20px; border-radius:3px; background:#003460; }
 
@media all and (max-width:1200px){
	.hotNews { margin-bottom:40px; padding:30px 20px; }
	.hotNews .swiper-slide .pic { float:left; width:450px; }
	.hotNews .swiper-slide .txt { width:calc(100% - 480px); }
	.hotNews .swiper-slide .txt .p1 { font-size:16px; line-height:25px; }
	.hotNews .swiper-slide .txt .p2 { font-size:14px; margin-top:10px; }
	.hotNews .swiper-slide .txt .p3 { font-size:14px; margin-top:10px; }
	.hotNews .swiper-slide .txt .p4 { margin-top:20px; }

	.swiper-pagination-news01 { right:20px; bottom:30px; }
}
@media all and (max-width:1000px){
	.hotNews .swiper-slide .pic { float:left; width:350px; }
	.hotNews .swiper-slide .txt { width:calc(100% - 380px); }
}
@media all and (max-width:750px){
	.hotNews { padding:15px 4% 25px; margin-bottom:25px; }
	.hotNews .swiper-slide .pic { float:none; width:100%; }
	.hotNews .swiper-slide .txt { position:relative; right:auto; top:auto; transform: translateY(0); width:100%; margin-top:20px; }
	
	.swiper-pagination-news01 { position:relative; right:auto; bottom:auto; width:100%; text-align:center; margin-top:20px; }
}
 
/* 图片列表 */
.piList .pic-item-list { padding-bottom:60px; }
.piList .pic-item-list .pic-item { float:left; width:32%; margin-right:2%; }
.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
.piList .pic-item-list .pic-item:nth-child(n + 4) { margin-top:30px; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList .pic-item-list .pic-item dl { padding:5px; margin-top:10px; }
.piList .pic-item-list .pic-item dl dt { height:20px; font-size:16px; line-height:20px; 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:1200px){
	.piList .pic-item-list { padding-bottom:40px; }
	.piList .pic-item-list .pic-item { width:49%;  }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item:nth-child(n + 3) { margin-top:15px; }
	.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:#013466; color:#fff; }

@media screen and (max-width: 1200px){
	.page a{padding: 0 5px;margin: 0 3px;font-size: 12px}
}

/* 人才招聘 */
.hr { position:relative; padding:0 0 40px; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#1c63b3; font-weight:bold; font-size:28px; margin-bottom:30px; }
.hr-list .info { padding:5px 0; line-height:25px; font-size:14px; }

@media all and (max-width:1200px){
	.hr-list .title { font-size:20px; margin-bottom:15px; }
	.hr-list .info { font-size:12px; }
}
 
  
/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel input {  vertical-align:middle; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:30px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:30px; line-height:30px; padding:0 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

@media all and (max-width:1200px){
	.form-panel li.field label { width:65px; }
	.form-panel .text { width:calc(100% - 65px); }
	.form-panel .textarea { width:calc(100% - 65px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 65px; _padding:0 10px 20px 65px; clear:both; }
}

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }



.ny-hd { text-align:center; line-height:1.1; font-size:30px; }

@media all and (max-width:1280px){
	.ny-hd { font-size:24px; }
}
@media all and (max-width:1200px){
	.ny-hd { font-size:20px; }
}


.messArea { margin-top:60px; }
.mess01 { float:left; width:calc(100% - 400px); padding-top:60px; border-top:2px solid #e3e3e3; }
.mess01 .mm .text { float:left; width:46%; margin-right:8%; padding-left:20px; line-height:50px; font-size:16px; border:1px solid #e3e3e3; box-sizing: border-box; }
.mess01 .mm .text:nth-child(2n) { margin-right:0; }
.mess01 .mm .text:nth-child(n + 3) { margin-top:30px; }
.mess01 .textarea { width:100%; margin-top:30px; font-size:16px; padding:10px 20px; height:150px; border:1px solid #e3e3e3; box-sizing: border-box; }
.mess01 .mBtn { display:block; margin-top:30px; }

.mess01 ::-webkit-input-placeholder { color:#999; opacity: 1; }
.mess01 ::-moz-placeholder { color:#999; opacity: 1; }
.mess01 ::-ms-input-placeholder { color:#999; opacity: 1; } 
.mess01 ::placeholder { color:#999; opacity: 1; }



.mess02 { float:right; width:330px; border-radius:10px; overflow:hidden; }

@media all and (max-width:1200px){
	.messArea { margin-top:40px; }
	.mess01 { float:left; width:calc(100% - 320px); padding-top:40px; }
	.mess01 .mm .text { float:left; width:48%; margin-right:4%; padding-left:15px; line-height:40px; font-size:14px; }
	.mess01 .mm .text:nth-child(2n) { margin-right:0; }
	.mess01 .mm .text:nth-child(n + 3) { margin-top:20px; }
	.mess01 .textarea { margin-top:20px; font-size:14px; padding:10px 15px; height:150px; }
	.mess01 .mBtn { display:block; margin-top:30px; }

	.mess02 { float:right; width:280px; }
}
@media all and (max-width:750px){
	.messArea { margin-top:30px; }
	.mess01 { float:none; width:100%; padding-top:25px; }
	.mess01 .mm .text { float:none; width:100%; margin-right:0; padding-left:15px; line-height:35px; font-size:14px; }
	.mess01 .mm .text:nth-child(2n) { margin-right:0; }
	.mess01 .mm .text:nth-child(n + 2) { margin-top:15px; }
	.mess01 .textarea { margin-top:15px; font-size:14px; padding:10px 15px; height:150px; }
	.mess01 .mBtn { display:block; margin:20px auto 0; }

	.mess02 { float:none; width:100%; margin-top:30px; display:none; }
}

.abArea01 { padding:100px 0; background:#f9f9f9; }
.abArea01 .pic { float:right; width:500px; border-radius:10px; overflow:hidden; cursor:pointer; }
.abArea01 .pic img { transition: all 0.6s; }
.abArea01 .pic:hover img { transform: scale(1.1)!important; }
.abArea01 .txt { float:left; width:615px; line-height:1.1; padding-top:15px; }
.abArea01 .txt .p1 { font-size:30px; }
.abArea01 .txt .p2 { font-size:18px; margin-top:35px; line-height:1.7; }
.abArea01 .txt .p3 { font-size:16px; line-height:30px; margin-top:25px; color:#666; }
 
@media all and (max-width:1280px){
	.abArea01 .pic { float:right; width:500px; }
	.abArea01 .txt { float:left; width:calc(100% - 530px); padding-top:15px; }
}
@media all and (max-width:1200px){
	.abArea01 { padding:40px 0; }
	.abArea01 .txt .p1 { font-size:24px; }
	.abArea01 .txt .p2 { font-size:16px; margin-top:25px; line-height:1.7; }
	.abArea01 .txt .p3 { font-size:16px; line-height:25px; margin-top:20px; }	
}
@media all and (max-width:1000px){
	.abArea01 { padding:40px 0; }
	.abArea01 .pic { float:none; width:100%; margin-top:25px; }
	.abArea01 .txt { float:none; width:100%; padding-top:0; }
	.abArea01 .txt .p1 { font-size:20px; }
	.abArea01 .txt .p2 { font-size:16px; margin-top:10px; line-height:1.7; }
	.abArea01 .txt .p3 { font-size:16px; line-height:25px; margin-top:10px; }	
}

.abArea02 { padding:100px 0; }
.abBox02 { margin-top:60px; }
.abBox02 ul { overflow: hidden; display: flex; justify-content: space-between; }
.abBox02 ul li { position:relative; width:19.5%; margin-right:2%; transition:0.6s; border-radius:10px; overflow:hidden; flex-grow: 1; }
.abBox02 ul li:last-child { margin-right:0; }
.abBox02 ul li .txt01 { position:absolute; left:0; bottom:45px; font-size:22px; color:#fff; padding:0 5.5%; text-align:center; right:0; transition:0.6s; z-index:2; }
.abBox02 ul li .txt02 { position:absolute; left:0; bottom:-100%; font-size:16px; line-height:30px; padding:0 5.5%; color:#fff; right:0; transition:0.6s; z-index:2; }

.abBox02 ul li.on { width:57%; }
.abBox02 ul li.on .txt01 { text-align:left; bottom:80%; }
.abBox02 ul li.on .txt02 { bottom:45px; }

@media all and (max-width:1200px){
	.abArea02 { padding:40px 0; }
	.abBox02 { margin-top:30px; }
	.abBox02 ul li .pic img { height:450px; width:auto; }
	.abBox02 ul li .txt01 { bottom:45px; font-size:20px; padding:0 4%;  }
	.abBox02 ul li .txt02 { font-size:14px; line-height:25px; padding:0 4%; }
	
	.abBox02 ul li.on .txt01 { text-align:left; bottom:80%; }
	.abBox02 ul li.on .txt02 { bottom:30px; }
}
@media all and (max-width:1000px){
	.abBox02 ul li .pic img { height:400px; width:auto; }
}
@media all and (max-width:750px){
	.abBox02 ul { display:block; }
	.abBox02 ul li { width:100%; margin-right:0; }
	.abBox02 ul li:nth-child(n + 2) { margin-top:15px; }
	.abBox02 ul li .pic img { height:auto; width:100%; }
	.abBox02 ul li .txt01 { bottom:auto; top:25px; font-size:18px; padding:0 4%; text-align:left; }
	.abBox02 ul li .txt02 { bottom:20px; padding:0 4%; font-size:12px; line-height:1.7; }

	.abBox02 ul li.on { width:100%; }
	.abBox02 ul li.on .txt01 { text-align:left; bottom:auto; }
	.abBox02 ul li.on .txt02 { bottom:20px; }
}

.abArea03 { padding:100px 0; background:#f9f9f9; }
.abBox03 { margin-top:60px; }
.abBox03 ul li { float:left; width:49%; margin-right:2%; padding:45px 45px 0 45px; min-height:205px; background:#fff; border-radius:10px; box-sizing: border-box; overflow:hidden; }
.abBox03 ul li:nth-child(2n) { margin-right:0; }
.abBox03 ul li:nth-child(n + 3) { margin-top:2%; }
.abBox03 ul li .p1 { font-size:20px; color:#902e21; font-weight:bold; line-height:1.1; }
.abBox03 ul li .p2 { font-size:16px; line-height:30px; margin-top:15px; color:#666; }

@media all and (max-width:1280px){
	.abBox03 ul li { padding:30px 30px 0 30px; min-height:220px; }
}
@media all and (max-width:1200px){
	.abArea03 { padding:40px 0; }
	.abBox03 { margin-top:30px; }
	.abBox03 ul li { float:left; width:49%; margin-right:2%; padding:30px 30px 0 30px; min-height:200px; }
	.abBox03 ul li:nth-child(2n) { margin-right:0; }
	.abBox03 ul li:nth-child(n + 3) { margin-top:2%; }
	.abBox03 ul li .p1 { font-size:18px; }
	.abBox03 ul li .p2 { font-size:16px; line-height:25px; margin-top:15px; }
}
@media all and (max-width:1000px){
	.abBox03 ul li { min-height:220px; }
}
@media all and (max-width:750px){
	.abBox03 ul li { float:none; width:100%; margin-right:0; padding:25px 4%; min-height:10px; }
	.abBox03 ul li:nth-child(2n) { margin-right:0; }
	.abBox03 ul li:nth-child(n + 2) { margin-top:2%; }
	.abBox03 ul li .p1 { font-size:18px; }
	.abBox03 ul li .p2 { font-size:16px; line-height:1.7; margin-top:10px; }
}

.jsArea01 .ny-hd { margin-bottom:40px; }
.jsArea01 .bd { padding:15px; margin:-15px; overflow:hidden; }
.jsArea01 .swiper-slide { background:#f9f9f9; border-radius:10px; }
.jsArea01 .swiper-slide .txt { padding:45px 30px 0 30px; min-height:380px; text-align:center; box-sizing: border-box; }
.jsArea01 .swiper-slide .txt .p1 { min-height:60px; }
.jsArea01 .swiper-slide .txt .p1 .img02 { display:none; }
.jsArea01 .swiper-slide .txt .p2 { font-size:20px; font-weight:bold; }
.jsArea01 .swiper-slide .txt .p3 { font-size:16px; line-height:30px; margin-top:25px; text-align:left; color:#666; }
.jsArea01 .swiper-slide .txt .p3 p { position:relative; padding-left:15px; }
.jsArea01 .swiper-slide .txt .p3 p:before { position:absolute; left:0; top:12px; width:5px; height:5px; background:#666; border-radius:100%; display:block; content:""; z-index:2; }
.jsArea01 .swiper-slide .txt .p3 p:nth-child(n + 2) { margin-top:30px; }

.jsArea01 .swiper-slide:hover { background:#fff; box-shadow:0px 0px 15px rgba(0,0,0,0.2); }
.jsArea01 .swiper-slide:hover .p1 .img01 { display:none; }
.jsArea01 .swiper-slide:hover .p1 .img02 { display:inline-block; }
.jsArea01 .swiper-slide:hover .p2 { color:#003460; }

.swiper-pagination-js01 { margin-top:50px; font-size:0; text-align:center; }
.swiper-pagination-js01 .swiper-pagination-bullet { width:6px; height:6px; margin:0 4px;  border-radius:100%; background:#d6d6d6; opacity:1; }
.swiper-pagination-js01 .swiper-pagination-bullet-active { width:20px; background:#003460; border-radius:3px; }

@media all and (max-width:1200px){
	.jsArea01 .ny-hd { margin-bottom:30px; }
	.jsArea01 .bd { padding:15px; margin:-15px; overflow:hidden; }
	.jsArea01 .swiper-slide .txt { padding:30px 20px 0 20px; min-height:290px; }
	.jsArea01 .swiper-slide .txt .p1 { min-height:45px; }
	.jsArea01 .swiper-slide .txt .p1 img { max-height:30px; width:auto; }
	.jsArea01 .swiper-slide .txt .p2 { font-size:16px; }
	.jsArea01 .swiper-slide .txt .p3 { font-size:14px; line-height:25px; margin-top:20px; }
	.jsArea01 .swiper-slide .txt .p3 p { padding-left:15px; }
	.jsArea01 .swiper-slide .txt .p3 p:before { top:10px; }
	.jsArea01 .swiper-slide .txt .p3 p:nth-child(n + 2) { margin-top:25px; }

	.jsArea01 .swiper-slide:hover { background:#fff; box-shadow:0px 0px 15px rgba(0,0,0,0.2); }
	.jsArea01 .swiper-slide:hover .p2 { color:#003460; }

	.swiper-pagination-js01 { margin-top:30px; }
	.swiper-pagination-js01 .swiper-pagination-bullet { margin:0 3px; }
}
@media all and (max-width:750px){
	.jsArea01 .bd { padding:0; margin:0; }

	.jsArea01 .swiper-slide:hover { background:#f9f9f9; box-shadow:none; }
	.jsArea01 .swiper-slide:hover .p2 { color:#003460; }
}


.jsArea02 { margin-top:80px; }
.jsBox01 { margin-top:45px; }
.jsBox01 ul li { padding:100px 0; background:#f9f9f9; }
.jsBox01 ul li .wrap { position:relative; }
.jsBox01 ul li:nth-child(2n) { background:#fff; }
.jsBox01 ul li .pic { float:right; width:50%; border-radius:10px; overflow:hidden; }
.jsBox01 ul li .txt { position:absolute; left:0; top:50%; transform: translateY(-50%); width:45%; }
.jsBox01 ul li .txt .p1 { font-size:20px; font-weight:bold; }
.jsBox01 ul li .txt .p2 { font-size:16px; line-height:30px; margin-top:40px; color:#666; }

.jsBox01 ul li:nth-child(2n) .pic { float:left; }
.jsBox01 ul li:nth-child(2n) .txt { left:auto; right:0; }

@media all and (max-width:1200px){
	.jsArea02 { margin-top:40px; }
	.jsBox01 ul li { padding:40px 0; }
	.jsBox01 { margin-top:30px; }
	.jsBox01 ul li .txt .p1 { font-size:18px; }
	.jsBox01 ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; }
}
@media all and (max-width:750px){
	.jsBox01 ul li { padding:30px 0; }
	
	.jsBox01 ul li .pic { float:none; width:100%; margin-top:20px; }
	.jsBox01 ul li .txt { position:relative; left:auto; top:auto; transform: translateY(0); width:100%; }
	
	.jsBox01 ul li:nth-child(2n) .pic { float:none; }
	.jsBox01 ul li:nth-child(2n) .txt { left:auto; right:auto; }
}

.xzArea .bd02 { margin-top:30px; }
.xzArea .bd02 form { width:580px; border:1px solid #eae8e8; margin:0 auto; max-width:100%; box-sizing: border-box; }
.xzArea .bd02 form .txt { float:left; width:calc(100% - 120px); height:60px; line-height:60px; padding-left:60px; font-size:16px; background:url(xz03.png) no-repeat 25px center; box-sizing: border-box; }
.xzArea .bd02 form .btn { float:right; width:120px; line-height:60px; height:60px; background:#003460; color:#fff; text-align:center; font-size:16px; }

@media all and (max-width:1200px){
	.xzArea .bd02 { margin-top:30px; }
	.xzArea .bd02 form { width:400px; }
	.xzArea .bd02 form .txt {  width:calc(100% - 80px); height:40px; line-height:40px; padding-left:45px; font-size:14px; background:url(xz03.png) no-repeat 15px center; }
	.xzArea .bd02 form .btn { width:80px; line-height:40px; height:40px; font-size:14px; }
}


.xzArea .bd01 { margin-top:60px; text-align:center; border-bottom:1px solid #eae8e8; }
.xzArea .bd01 a { position:relative; display:inline-block; margin:0 20px; padding-bottom:15px; font-size:16px; }
.xzArea .bd01 a:before { position:absolute; display:none; content:""; width:100%; left:0; bottom:-1px; height:2px; background:#003460; z-index:2; }

.xzArea .bd01 a.on,.xzArea .bd01 a:hover { color:#003460; }
.xzArea .bd01 a.on:before,.xzArea .bd01 a:hover:before { display:block; }

@media all and (max-width:1200px){
	.xzArea .bd01 { margin-top:40px; }
	.xzArea .bd01 a { margin:0 15px; padding-bottom:10px; font-size:16px; }
}
@media all and (max-width:750px){
	.xzArea .bd01 { margin-top:30px; }
	.xzArea .bd01 a { margin:0 5px; padding-bottom:10px; font-size:14px; }
	.xzArea .bd01 a i { display:none; }
}



.xzArea .bd { padding-bottom:60px; margin-top:60px; }
.xzArea .bd ul li { padding:25px 30px; border-radius:10px; box-shadow:0px 0px 15px rgba(0,0,0,0.1); }
.xzArea .bd ul li:nth-child(n + 2) { margin-top:30px; }
.xzArea .bd ul li .pic { float:left; width:60px; padding-top:0; }
.xzArea .bd ul li .pic img { width:60px; height:auto; }

.xzArea .bd ul li .txt { float:left; width:calc(100% - 230px); margin-left:20px; }
.xzArea .bd ul li .txt .p1 { font-size:18px; }
.xzArea .bd ul li .txt .p2 { font-size:14px; color:#666; margin-top:10px; }
.xzArea .bd ul li .txt .p3 { font-size:14px; color:#666; margin-top:5px; }
.xzArea .bd ul li .txt .p3 i { color:#2049ee; cursor:pointer; }

.xzArea .bd ul li .txt01 { float:right; padding-top:10px; }
.xzArea .bd ul li .txt01 .p1 a { display:block; width:130px; text-align:center; border:1px solid #e8e8e8; border-radius:30px; }
.xzArea .bd ul li .txt01 .p1 i { display:inline-block; line-height:50px; font-size:16px; color:#333; padding-left:30px; background:url(xz01.png) no-repeat center left; }

.xzArea .bd ul li .txt01 .p1 a:hover { background:#003460; border-color:#003460; }
.xzArea .bd ul li .txt01 .p1 a:hover i { color:#fff; background:url(xz02.png) no-repeat center left; }

.xzArea .bd ul li .box02 { padding-left:80px; margin-top:20px; padding-top:20px; border-top:1px solid #eee; font-size:14px; color:#666; display:none; }
.xzArea .bd ul li .box02 img { max-width:100%; height:auto; }


@media all and (max-width:1200px){
	.xzArea .bd { padding-bottom:40px; margin-top:30px; }
	.xzArea .bd ul li { padding:20px; }
	.xzArea .bd ul li:nth-child(n + 2) { margin-top:25px; }
	.xzArea .bd ul li .txt { float:left; width:calc(100% - 200px); }
	.xzArea .bd ul li .txt .p1 { font-size:16px; }
	.xzArea .bd ul li .txt .p2 { font-size:14px; margin-top:10px; }

	.xzArea .bd ul li .txt01 { float:right; padding-top:10px; }
	.xzArea .bd ul li .txt01 .p1 a { width:100px; }
	.xzArea .bd ul li .txt01 .p1 i { line-height:40px; font-size:14px; padding-left:25px; background-size:15px 15px!important; }
}
@media all and (max-width:750px){
	.xzArea .bd ul li { padding:20px 4%; }
	.xzArea .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.xzArea .bd ul li .pic { float:left; width:20px; padding-top:0; }
	.xzArea .bd ul li .pic img { width:20px; height:auto; }

	.xzArea .bd ul li .txt { float:none; width:100%; margin-left:0; }
	.xzArea .bd ul li .txt .p1 { font-size:14px; }
	.xzArea .bd ul li .txt .p2 { font-size:12px; margin-top:10px; }
	.xzArea .bd ul li .txt .p3 { font-size:12px; margin-top:5px; }
	
	.xzArea .bd ul li .txt01 { float:none; padding-top:20px; }
	.xzArea .bd ul li .txt01 .p1 a { width:100px; }
	.xzArea .bd ul li .txt01 .p1 i { line-height:30px; }
	
	.xzArea .bd ul li .box02 { padding-left:0; margin-top:15px; padding-top:15px; font-size:12px; }
}

.jobArea01 { position:relative; padding:60px 50px 50px 50px; background:#fff; border-radius:10px; }
.jobArea01 .p1 { font-size:16px; color:#333; }
.jobArea01 .p2 { font-size:26px; margin-top:10px; }
.jobArea01 .p3 { font-size:16px; line-height:30px; margin-top:20px; color:#666; max-width:770px; }
.jobArea01 .p4 { position:absolute; top:60px; right:50px; width:130px; text-align:center; z-index:2; }
.jobArea01 .p4 p { font-size:14px; margin-top:10px; color:#333; }
.jobArea01 .p5 { font-size:26px; margin-top:50px; }
.jobArea01 .p6 { font-size:16px; line-height:30px; margin-top:10px; color:#666; max-width:770px; }
.jobArea01 .p7 { margin-top:50px; font-size:0; }
.jobArea01 .p7 a { display:inline-block; margin-right:30px; cursor:pointer; }
.jobArea01 .p7 a:last-child { margin-right:0; }
.jobArea01 .p7 a .img02 { display:none; }
.jobArea01 .p7 a:hover .img01 { display:none; }
.jobArea01 .p7 a:hover .img02 { display:inline-block; }

@media all and (max-width:1200px){
	.jobArea01 { position:relative; padding:40px 30px; }
	.jobArea01 .p1 { font-size:14px;  }
	.jobArea01 .p2 { font-size:20px; margin-top:10px; }
	.jobArea01 .p3 { font-size:14px; line-height:25px; margin-top:15px; max-width:calc(100% - 150px); }
	.jobArea01 .p4 { top:40px; right:30px; width:120px; }
	.jobArea01 .p4 p { font-size:12px; margin-top:10px; }
	.jobArea01 .p5 { font-size:20px; margin-top:30px; }
	.jobArea01 .p6 { font-size:14px; line-height:25px; margin-top:10px; }
	.jobArea01 .p7 { margin-top:30px; }
	.jobArea01 .p7 a { margin-right:20px; }
	.jobArea01 .p7 a:last-child { margin-right:0; }
}
@media all and (max-width:750px){
	.jobArea01 { padding:30px 4%; }
	.jobArea01 .p1 { font-size:14px;  }
	.jobArea01 .p2 { font-size:20px; margin-top:5px; }
	.jobArea01 .p3 { font-size:14px; line-height:1.7; margin-top:10px; max-width:100%; }
	.jobArea01 .p4 { position:relative; top:auto; right:auto; width:120px; margin-top:10px; }
 
	.jobArea01 .p5 { font-size:18px; margin-top:25px; }
	.jobArea01 .p6 { font-size:14px; line-height:1.7; margin-top:10px; }
	.jobArea01 .p7 { margin-top:20px; }
	.jobArea01 .p7 a { margin-right:15px; }
	.jobArea01 .p7 a:last-child { margin-right:0; }
	.jobArea01 .p7 a img { max-height:25px; width:auto; margin-bottom:10px; }
}


.jobArea02 { position:relative; padding-top:80px; }
.jobArea02 .ny-hd { text-align:left; }

.jobBox { position:relative; padding-top:40px; }
.jobBox .hd { position:absolute; top:-50px; right:0; font-size:0; border:1px solid #003460; border-radius:30px; overflow:hidden; z-index:2; }
.jobBox .hd ul li { display:inline-block; width:105px; line-height:50px; font-size:16px; text-align:center; cursor:pointer; }
.jobBox .hd ul li.on { background:#003460; color:#fff; }
 
.jobBox .bd ul li { background:#fff; border-radius:10px; overflow:hidden; }
.jobBox .bd ul li:nth-child(n + 2) { margin-top:25px; }
.jobBox .bd ul li .txt { padding:20px 50px; cursor:pointer; }
.jobBox .bd ul li .txt .p1 { padding-bottom:15px; border-bottom:1px solid #ededed; }
.jobBox .bd ul li .txt .p1 i { display:inline-block; line-height:30px; padding-left:50px; font-weight:bold; font-size:18px; color:#333; background:url(jb03.png) no-repeat center left; }
.jobBox .bd ul li .txt .p2 { padding-top:20px; }
.jobBox .bd ul li .txt .p2 i { display:inline-block; font-size:16px; color:#666; }
.jobBox .bd ul li .txt .p2 i.zkbtn { padding-right:30px; background:url(jb05.png) no-repeat center right; }
.jobBox .bd ul li .txt .p21 { float:left; width:calc(100% - 100px); font-size:0; }
.jobBox .bd ul li .txt .p21 i { width:33%; }
.jobBox .bd ul li .txt .p22 { float:right; width:100px; text-align:right; }


.jobBox .bd ul li .txt01 { padding:40px 50px 30px 50px; display:none; }
.jobBox .bd ul li .txt01 .txt11 { font-size:16px; line-height:30px; color:#666; }
.jobBox .bd ul li .txt01 .txt11 .p1 { font-weight:bold; margin-bottom:15px; }
.jobBox .bd ul li .txt01 .txt11 .pp01 { float:left; width:45%; margin-right:10%; }
.jobBox .bd ul li .txt01 .txt11 .pp02 { float:left; width:45%; }
.jobBox .bd ul li .txt01 .txt12 { margin-top:40px; padding-top:30px; font-size:16px; color:#666; border-top:1px solid #ededed; }
.jobBox .bd ul li .txt01 .txt12 i { display:inline-block; }
.jobBox .bd ul li .txt01 .txt12 i:nth-child(1) { display:inline-block; padding-left:50px; margin-right:30px; background:url(jb07.png) no-repeat center left; }

.jobBox .bd ul li.on .txt { background:#003460; }
.jobBox .bd ul li.on .txt .p1 { border-color:rgba(255,255,255,0.3); }
.jobBox .bd ul li.on .txt .p1 i { color:#fff; background:url(jb04.png) no-repeat center left; }
.jobBox .bd ul li.on .txt .p2 i { color:#fff; }
.jobBox .bd ul li.on .txt .p2 i.zkbtn { background:url(jb06.png) no-repeat center right; }

@media all and (max-width:1200px){
	.jobArea02 { padding-top:40px; }
	
	.jobBox { padding-top:30px; }
	.jobBox .hd { top:-30px; }
	.jobBox .hd ul li { width:80px; line-height:35px; font-size:14px; }
 
	.jobBox .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.jobBox .bd ul li .txt { padding:20px 30px; }
	.jobBox .bd ul li .txt .p1 { padding-bottom:10px; }
	.jobBox .bd ul li .txt .p1 i { line-height:25px; padding-left:30px; font-size:16px; background-size:19px 20px!important; }
 
	.jobBox .bd ul li .txt .p2 { padding-top:15px; }
	.jobBox .bd ul li .txt .p2 i { font-size:14px; }
	.jobBox .bd ul li .txt .p2 i.zkbtn { padding-right:20px; background-size:10px 10px!important;}
	.jobBox .bd ul li .txt .p21 { float:left; width:calc(100% - 80px); font-size:0; }
	.jobBox .bd ul li .txt .p21 i { width:33%; }
	.jobBox .bd ul li .txt .p22 { float:right; width:80px; }
 
	.jobBox .bd ul li .txt01 { padding:30px 30px; }
	.jobBox .bd ul li .txt01 .txt11 { font-size:14px; line-height:1.7; }
	.jobBox .bd ul li .txt01 .txt11 .p1 { margin-bottom:10px; }
	.jobBox .bd ul li .txt01 .txt11 .pp01 { float:left; width:48%; margin-right:4%; }
	.jobBox .bd ul li .txt01 .txt11 .pp02 { float:left; width:48%; }
	.jobBox .bd ul li .txt01 .txt12 { margin-top:20px; padding-top:15px; font-size:14px; }
	.jobBox .bd ul li .txt01 .txt12 i:nth-child(1) { padding-left:30px; margin-right:20px; background-size:20px 20px!important; }
}
@media all and (max-width:750px){
	.jobArea02 { padding-top:40px; }
	
	.jobBox { padding-top:30px; }
	.jobBox .hd { top:-30px; }
	.jobBox .hd ul li { width:80px; line-height:30px; font-size:14px; }
 
	.jobBox .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.jobBox .bd ul li .txt { padding:20px 4%; }
	.jobBox .bd ul li .txt .p1 { padding-bottom:10px; }
	.jobBox .bd ul li .txt .p1 i { line-height:25px; padding-left:30px; font-size:16px; background-size:19px 20px!important; }
 
	.jobBox .bd ul li .txt .p2 { padding-top:10px; }
	.jobBox .bd ul li .txt .p2 i { font-size:14px; }
	.jobBox .bd ul li .txt .p2 i.zkbtn { padding-right:20px; background-size:10px 10px!important;}
	.jobBox .bd ul li .txt .p21 { float:none; width:100%; }
	.jobBox .bd ul li .txt .p21 i { display:block; width:100%; }
	.jobBox .bd ul li .txt .p22 { display:none; }

	.jobBox .bd ul li .txt01 { padding:20px 4%; }
	.jobBox .bd ul li .txt01 .txt11 { font-size:14px; line-height:1.7; }
	.jobBox .bd ul li .txt01 .txt11 .p1 { margin-bottom:10px; }
	.jobBox .bd ul li .txt01 .txt11 .pp01 { float:none; width:100%; margin-right:0; }
	.jobBox .bd ul li .txt01 .txt11 .pp02 { float:none; width:100%; margin-top:20px; }
	.jobBox .bd ul li .txt01 .txt12 { margin-top:20px; padding-top:15px; font-size:14px; }
	.jobBox .bd ul li .txt01 .txt12 i { display:block; }
	.jobBox .bd ul li .txt01 .txt12 i:nth-child(2) { padding-left:30px; margin-top:5px; }
}







.jobArea03 { padding-top:80px; }
.jobArea03 .bd { margin-top:40px; }
.jobArea03 .bd ul li { float:left; width:32.75%; margin-right:0.875%; border-radius:12px; overflow:hidden; cursor:pointer; }
.jobArea03 .bd ul li img { transition: all 0.6s; }
.jobArea03 .bd ul li:nth-child(3n) { margin-right:0; }
.jobArea03 .bd ul li:nth-child(n + 4) { margin-top:0.875%; }
.jobArea03 .bd ul li:hover img { transform: scale(1.1)!important; }

@media all and (max-width:1200px){
	.jobArea03 { padding-top:40px; }
	.jobArea03 .bd { margin-top:30px; }
}
@media all and (max-width:750px){
	.jobArea03 .bd ul li { float:left; width:49%; margin-right:2%; }
	.jobArea03 .bd ul li:nth-child(3n) { margin-right:2%; }
	.jobArea03 .bd ul li:nth-child(2n) { margin-right:0; }
	.jobArea03 .bd ul li:nth-child(n + 3) { margin-top:2%; }
}

.jobArea04 { padding-top:80px; }
.jobArea04 .bd { position:relative; margin-top:40px; }
.jobArea04 .bd .swiper-slide { border-radius:10px; overflow:hidden; cursor:pointer; }
.jobArea04 .bd .swiper-slide img { transition: all 0.6s; }

.jobArea04 .bd .swiper-slide:hover img { transform: scale(1.1)!important; }

.jobArea04 .bd .btn01 { position:absolute; top:50%; transform: translateY(-50%); width:16px; height:27px; opacity:0.8; z-index:2; cursor:pointer; }
.jobArea04 .bd .prev-jb04 { background:url(jb01.png) no-repeat center; left:-50px; }
.jobArea04 .bd .next-jb04 { background:url(jb02.png) no-repeat center; right:-50px; }

@media all and (max-width:1200px){
	.jobArea04 { padding-top:40px; }
	.jobArea04 .bd { margin-top:30px; padding:0; }
	.jobArea04 .bd .btn { margin-top:30px; text-align:center; }
	.jobArea04 .bd .btn01 { position:relative; top:auto; left:auto!important; right:auto!important; width:10px; height:16px; background-size:10px 16px!important; transform: translateY(0); display:inline-block; margin:0 10px; }
}
@media all and (max-width:750px){
	.jobArea04 .bd { padding:0; }
	
}

.faArea { }
.faArea .box:nth-child(n + 2) { margin-top:50px; }
.faArea .box .hd { padding:15px 0; background:#f2f2f2; text-align:center; font-size:20px; color:#333; border-radius:10px; }
.faArea .box .bd { margin-top:30px; }
.faArea .box .bd ul li { float:left; width:23.5%; margin-right:2%; }
.faArea .box .bd ul li:nth-child(4n) { margin-right:0; }
.faArea .box .bd ul li:nth-child(n + 5) { margin-top:25px; }
.faArea .box .bd ul li .pic { position:relative; overflow:hidden; border-radius:10px; }
.faArea .box .bd ul li .pic img { transition: all 0.6s; object-fit: cover; }
.faArea .box .bd ul li .txt { margin-top:15px; font-size:16px; color:#333; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.faArea .box .bd ul li:hover .pic img { transform: scale(1.1)!important; }
 .faArea .box .bd ul li:hover .txt{ color:#003265}
@media all and (max-width:1200px){
	.faArea .box:nth-child(n + 2) { margin-top:30px; }
	.faArea .box .hd { padding:10px 0; font-size:18px; }
	.faArea .box .bd { margin-top:25px; }
	.faArea .box .bd ul li { float:left; width:23.5%; margin-right:2%; }
	.faArea .box .bd ul li:nth-child(4n) { margin-right:0; }
	.faArea .box .bd ul li:nth-child(n + 5) { margin-top:20px; }
	.faArea .box .bd ul li .txt { margin-top:10px; font-size:14px; }
}
@media all and (max-width:1000px){
	.faArea .box .bd ul li { float:left; width:49%; margin-right:2%; }
	.faArea .box .bd ul li:nth-child(4n) { margin-right:2%; }
	.faArea .box .bd ul li:nth-child(2n) { margin-right:0; }
	.faArea .box .bd ul li:nth-child(n + 3) { margin-top:20px; }
}


.jjArea .hd { font-size:30px; color:#333; text-align:center; }
.jjArea .article { margin-top:45px; }

.jjArea01 { margin-top:60px; }
.jjArea01 .hd { position:relative; font-size:20px; padding-left:20px; margin-bottom:30px; }
.jjArea01 .hd:before { position:absolute; left:0; top:50%; transform: translateY(-50%); display:block; content:""; width:4px; height:20px; background:#b11111; z-index:2; }
 
.jjArea01 .bd .swiper-slide { position:relative; background:#f9f9f9; border-radius:10px; overflow:hidden; z-index:2; }
.jjArea01 .bd .swiper-slide a { position:relative; display:block; padding:25px 20px; z-index:99; }
.jjArea01 .bd .swiper-slide a:before { position:absolute; display:block; content:""; width:100%; left:0; top:100%; bottom:0; background:#003460; transition: all 0.6s; border-radius:10px; overflow:hidden; z-index:-1; }
.jjArea01 .bd .swiper-slide .pic { background:#fff; border-radius:10px; overflow:hidden; box-shadow:0px 0px 15px rgba(0,0,0,0.05); }
.jjArea01 .bd .swiper-slide .pic img { transition: all 0.6s; object-fit: cover; }
.jjArea01 .bd .swiper-slide .txt { margin-top:35px; padding:0 15px; }
.jjArea01 .bd .swiper-slide .txt .p1 { font-size:20px; color:#333; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.jjArea01 .bd .swiper-slide .txt .p2 { font-size:16px; color:#666; line-height:30px; min-height:60px; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.jjArea01 .bd .swiper-slide .txt .p3 { font-size:16px; color:#999; margin-top:10px;  }
.jjArea01 .bd .swiper-slide .txt .p3 i { display:inline-block; padding-right:15px; background:url(jj01.png) no-repeat center right; }

.jjArea01 .bd .swiper-slide:hover a:before { top:0; }
.jjArea01 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
.jjArea01 .bd .swiper-slide:hover .txt .p1 { color:#fff; }
.jjArea01 .bd .swiper-slide:hover .txt .p2 { color:#fff; }
.jjArea01 .bd .swiper-slide:hover .txt .p3 i { color:#fff; background:url(jj02.png) no-repeat center right; }

.swiper-pagination-jj01 { width:100%; margin-top:20px; text-align:center; display:none; }
.swiper-pagination-jj01 .swiper-pagination-bullet { width:7px; height:7px; margin:0 2px; background:#eee; border-radius:100%; opacity:1; }
.swiper-pagination-jj01 .swiper-pagination-bullet-active { background:#003460; }

@media all and (max-width:1200px){
	.jjArea .hd { font-size:24px; }
	.jjArea .article { margin-top:30px; }

	.jjArea01 { margin-top:40px; }
	.jjArea01 .hd { font-size:20px; padding-left:20px; margin-bottom:25px; }
	.jjArea01 .hd:before { width:4px; height:20px; }
 
	.jjArea01 .bd .swiper-slide a { padding:25px 15px; }
	.jjArea01 .bd .swiper-slide .txt { margin-top:20px; padding:0 10px; }
	.jjArea01 .bd .swiper-slide .txt .p1 { font-size:18px; line-height:20px; }
	.jjArea01 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:10px; -webkit-line-clamp:2; }
	.jjArea01 .bd .swiper-slide .txt .p3 { font-size:14px; margin-top:10px;  }
}
@media all and (max-width:1000px){
	.jjArea .hd { font-size:20px; }
	.jjArea .article { margin-top:25px; }

	.jjArea01 { margin-top:30px; }
	.jjArea01 .hd { font-size:18px; padding-left:15px; margin-bottom:25px; }
	.jjArea01 .hd:before { width:2px; height:16px; }
 
	.jjArea01 .bd .swiper-slide a { padding:25px 4%; }
	.jjArea01 .bd .swiper-slide .txt { margin-top:15px; padding:0; }
	.jjArea01 .bd .swiper-slide .txt .p1 { font-size:16px; line-height:20px; }
	.jjArea01 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:10px; -webkit-line-clamp:2; }
	.jjArea01 .bd .swiper-slide .txt .p3 { font-size:14px; margin-top:10px;  }
}
@media all and (max-width:750px){
	.swiper-pagination-jj01 { display:block; }
}


.jjArea01 .bd ul li { position:relative; float:left; width:32%; margin-right:2%; background:#f9f9f9; border-radius:10px; overflow:hidden; z-index:2; }
.jjArea01 .bd ul li:nth-child(3n) { margin-right:0; }
.jjArea01 .bd ul li:nth-child(n + 4) { margin-top:25px; }
.jjArea01 .bd ul li a { position:relative; display:block; padding:25px 20px; z-index:99; }
.jjArea01 .bd ul li a:before { position:absolute; display:block; content:""; width:100%; left:0; top:100%; bottom:0; background:#003460; transition: all 0.6s; border-radius:10px; overflow:hidden; z-index:-1; }
.jjArea01 .bd ul li .pic { background:#fff; border-radius:10px; overflow:hidden; box-shadow:0px 0px 15px rgba(0,0,0,0.05); }
.jjArea01 .bd ul li .pic img { transition: all 0.6s; object-fit: cover; }
.jjArea01 .bd ul li .txt { margin-top:35px; padding:0 15px; }
.jjArea01 .bd ul li .txt .p1 { font-size:20px; color:#333; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.jjArea01 .bd ul li .txt .p2 { font-size:16px; color:#666; line-height:30px; min-height:60px; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.jjArea01 .bd ul li .txt .p3 { font-size:16px; color:#999; margin-top:15px;  }
.jjArea01 .bd ul li .txt .p3 i { display:inline-block;  line-height:20px; padding-right:15px; background:url(jj01.png) no-repeat center right; }

.jjArea01 .bd ul li:hover a:before { top:0; }
.jjArea01 .bd ul li:hover .pic img { transform: scale(1.1)!important; }
.jjArea01 .bd ul li:hover .txt .p1 { color:#fff; }
.jjArea01 .bd ul li:hover .txt .p2 { color:#fff; }
.jjArea01 .bd ul li:hover .txt .p3 i { color:#fff; background:url(jj02.png) no-repeat center right; }

@media all and (max-width:1200px){
	.jjArea01 .bd ul li a { padding:25px 15px; }
	.jjArea01 .bd ul li .txt { margin-top:20px; padding:0 10px; }
	.jjArea01 .bd ul li .txt .p1 { font-size:18px; line-height:20px; }
	.jjArea01 .bd ul li .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:10px; -webkit-line-clamp:2; }
	.jjArea01 .bd ul li .txt .p3 { font-size:14px; margin-top:10px;  }
}
@media all and (max-width:1000px){
	.jjArea01 .bd ul li { width:49%; }
	.jjArea01 .bd ul li:nth-child(3n) { margin-right:2%; }
	.jjArea01 .bd ul li:nth-child(2n) { margin-right:0; }
	.jjArea01 .bd ul li:nth-child(n + 3) { margin-top:20px; }
	.jjArea01 .bd ul li a { padding:25px 4%; }
	.jjArea01 .bd ul li .txt { margin-top:15px; padding:0; }
	.jjArea01 .bd ul li .txt .p1 { font-size:16px; line-height:20px; }
	.jjArea01 .bd ul li .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:10px; -webkit-line-clamp:2; }
	.jjArea01 .bd ul li .txt .p3 { font-size:14px; margin-top:10px;  }
}
@media all and (max-width:750px){
	.jjArea01 .bd ul li { width:100%; }
	.jjArea01 .bd ul li:nth-child(n + 2) { margin-top:20px; }
}





.cpList ul li { position:relative; background:#f9f9f9; border-radius:10px; overflow:hidden; }
.cpList ul li:nth-child(n + 2) { margin-top:40px; }
.cpList ul li .pic { position:relative; float:right; width:45%; overflow:hidden; }
.cpList ul li .pic img { transition: all 0.6s; object-fit: cover; }
.cpList ul li .txt { position:absolute; left:0; width:55%; top:50%; transform: translateY(-50%); padding:0 5%; box-sizing: border-box; z-index:2; }
.cpList ul li .txt .p1 { font-size:20px; line-height:1.6; }
.cpList ul li .txt .p2 { font-size:16px; line-height:30px; margin-top:20px; color:#666; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.cpList ul li .txt .p3 { margin-top:35px; }
.cpList ul li .txt .p3 .mBtn { background:#fff; }


.cpList ul li:hover .pic img { transform: scale(1.1)!important; }
.cpList ul li:hover .txt .p1 { color:#003460; }
 
@media all and (max-width:1200px){
	.cpList ul li:nth-child(n + 2) { margin-top:30px; }
	.cpList ul li .pic { width:45%; }
	.cpList ul li .txt { width:55%; padding:0 4%; }
	.cpList ul li .txt .p1 { font-size:18px; }
	.cpList ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:4; }
	.cpList ul li .txt .p3 { margin-top:25px; }
}
@media all and (max-width:1000px){
	.cpList ul li:nth-child(n + 2) { margin-top:25px; }
	.cpList ul li .pic { float:none; width:100%; }
	.cpList ul li .txt { position:relative; left:auto; width:100%; top:auto; transform: translateY(0); padding:25px 4%; }
	.cpList ul li .txt .p1 { font-size:16px; }
	.cpList ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:4; }
	.cpList ul li .txt .p3 { margin-top:15px; }
}

.cpList01 .hd { font-size:30px; text-align:center; margin-bottom:60px; }
.cpList01 .bd { position:relative; background:#f9f9f9; border-radius:10px; overflow:hidden; }
.cpList01 .bd .pic { position:relative; float:right; width:45%; overflow:hidden; }
.cpList01 .bd .pic img { transition: all 0.6s; object-fit: cover; }
.cpList01 .bd .txt { position:absolute; left:0; width:55%; top:50%; transform: translateY(-50%); padding:0 5%; box-sizing: border-box; z-index:2; }
.cpList01 .bd .txt .p1 { font-size:20px; line-height:1.6; color:#003460; }
.cpList01 .bd .txt .p2 { font-size:16px; line-height:30px; margin-top:20px; color:#666; }
 
.cpList01 .bd:hover .pic img { transform: scale(1.1)!important; }

.cpList01 .bd01 .txt { line-height:2; font-size:16px; word-wrap:break-word; color:#666; }
.cpList01 .bd01 .pic { margin-top:30px;  overflow:hidden; }
.cpList01 .bd01 .pic img { transition: all 0.6s; object-fit: cover; }
.cpList01 .bd01 .pic:hover img { transform: scale(1.1)!important; }
 
@media all and (max-width:1200px){
	.cpList01 .hd { font-size:24px; margin-bottom:40px; }
	.cpList01 .bd .pic { width:45%; }
	.cpList01 .bd .txt { width:55%; padding:0 4%; }
	.cpList01 .bd .txt .p1 { font-size:18px; }
	.cpList01 .bd .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:4; }
	.cpList01 .bd .txt .p3 { margin-top:25px; }
	
	.cpList01 .bd01 .txt { font-size:14px; }
}
@media all and (max-width:1000px){
	.cpList01 .hd { font-size:20px; margin-bottom:30px; }
	.cpList01 .bd .pic { float:none; width:100%; }
	.cpList01 .bd .txt { position:relative; left:auto; width:100%; top:auto; transform: translateY(0); padding:25px 4%; }
	.cpList01 .bd .txt .p1 { font-size:16px; }
	.cpList01 .bd .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:4; }
	.cpList01 .bd .txt .p3 { margin-top:15px; }
}

.cpList01 .bd02 ul li:nth-child(n + 2) { margin-top:50px; }
.cpList01 .bd02 ul li { position:relative; background:#f9f9f9; border-radius:10px; overflow:hidden; }
.cpList01 .bd02 ul li .pic { position:relative; float:right; width:45%; overflow:hidden; }
.cpList01 .bd02 ul li .pic img { transition: all 0.6s; object-fit: cover; }
.cpList01 .bd02 ul li .txt { position:absolute; left:0; width:55%; top:50%; transform: translateY(-50%); padding:0 5%; box-sizing: border-box; z-index:2; }
.cpList01 .bd02 ul li .txt .p1 { font-size:20px; line-height:1.6; color:#003460; }
.cpList01 .bd02 ul li .txt .p2 { font-size:16px; line-height:30px; margin-top:20px; color:#666; }

.cpList01 .bd02 ul li:nth-child(2n) .pic { float:left; }
.cpList01 .bd02 ul li:nth-child(2n) .txt { left:auto; right:0; }

.cpList01 .bd02 ul li:hover .pic img { transform: scale(1.1)!important; }
 
@media all and (max-width:1200px){
	.cpList01 .bd02 ul li:nth-child(n + 2) { margin-top:30px; }
	.cpList01 .bd02 ul li .pic { width:45%; }
	.cpList01 .bd02 ul li .txt { width:55%; padding:0 4%; }
	.cpList01 .bd02 ul li .txt .p1 { font-size:18px; }
	.cpList01 .bd02 ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:4; }
	.cpList01 .bd02 ul li .txt .p3 { margin-top:25px; }
}
@media all and (max-width:1000px){
	.cpList01 .bd02 ul li:nth-child(n + 2) { margin-top:20px; }
	.cpList01 .bd02 ul li .pic { float:none; width:100%; }
	.cpList01 .bd02 ul li .txt { position:relative; left:auto; width:100%; top:auto; transform: translateY(0); padding:25px 4%; }
	.cpList01 .bd02 ul li .txt .p1 { font-size:16px; }
	.cpList01 .bd02 ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:4; }
	.cpList01 .bd02 ul li .txt .p3 { margin-top:15px; }
	
	.cpList01 .bd02 ul li:nth-child(2n) .pic { float:none; }
	.cpList01 .bd02 ul li:nth-child(2n) .txt { left:auto; right:auto; }
}

 
.cpList01 .bd03 { display:flex; align-items: center; flex-direction:row; justify-content:space-between; background:#f9f9f9; border-radius:10px; overflow:hidden;  }
.cpList01 .bd03 .pic { width:440px; }
.cpList01 .bd03 .txt { width:calc(100% - 440px); padding:0 40px; font-size:16px; color:#666;  line-height:30px; box-sizing: border-box; }
 
 
@media all and (max-width:1200px){
	.cpList01 .bd03 .txt { width:calc(100% - 440px); padding:0 30px; font-size:16px; line-height:25px; }
}
@media all and (max-width:1000px){
	.cpList01 .bd03 .pic { width:350px; }
	.cpList01 .bd03 .txt { width:calc(100% - 350px); padding:0 25px; font-size:16px; }
}
@media all and (max-width:900px){
	.cpList01 .bd03 { display:block; }
	.cpList01 .bd03 .pic { width:100%; }
	.cpList01 .bd03 .txt { width:100%; font-size:16px; padding:30px 4%; }
}


.cpList02 { margin-top:60px; }
.cpList02 .hd { position:relative; font-size:20px; margin-bottom:30px; display:none; }
 
@media all and (max-width:1200px){
	.cpList02 { margin-top:40px; }
	.cpList02 .hd { font-size:20px; margin-bottom:25px; }
}
@media all and (max-width:1000px){
	.cpList02 { margin-top:30px; }
	.cpList02 .hd { font-size:18px; margin-bottom:25px; }
}

.cpList02 .bd .swiper-slide .pic { border-radius:10px; overflow:hidden; }
.cpList02 .bd .swiper-slide .pic img { transition: all 0.6s; object-fit: cover; }
.cpList02 .bd .swiper-slide .txt { margin-top:20px; padding:0 20px; text-align:center; }
.cpList02 .bd .swiper-slide .txt .p1 { font-size:16px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.cpList02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; color:#666; }

.cpList02 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }

.swiper-pagination-cp01 { width:100%; margin-top:20px; text-align:center; }
.swiper-pagination-cp01 .swiper-pagination-bullet { width:10px; height:10px; margin:0 2px; background:#eee; border-radius:100%; opacity:1; }
.swiper-pagination-cp01 .swiper-pagination-bullet-active { background:#003460; }

.cpList021 .bd .swiper-slide .txt { text-align:left; padding:0; }

@media all and (max-width:1200px){
	.cpList02 .bd .swiper-slide .txt { margin-top:15px; padding:0 15px; }
	.cpList02 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.cpList02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; }
}
@media all and (max-width:1000px){
	.cpList02 .bd .swiper-slide .txt { margin-top:10px; padding:0; }
	.cpList02 .bd .swiper-slide .txt .p1 { font-size:14px; }
	.cpList02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px;  }
}
@media all and (max-width:750px){
	.swiper-pagination-cp01 { display:block; }
	.swiper-pagination-cp01 .swiper-pagination-bullet { width:7px; height:7px; margin:0 2px; }
}



.cpArea .box { margin-top:60px; }
.cpArea .box .hd { position:relative; font-size:20px; padding-left:20px; margin-bottom:30px; }
.cpArea .box .hd:before { position:absolute; left:0; top:50%; transform: translateY(-50%); display:block; content:""; width:4px; height:20px; background:#b11111; z-index:2; }
 
@media all and (max-width:1200px){
	.cpArea .box { margin-top:40px; }
	.cpArea .box .hd { font-size:20px; padding-left:20px; margin-bottom:25px; }
	.cpArea .box .hd:before { width:4px; height:20px; }
}
@media all and (max-width:1000px){
	.cpArea .box { margin-top:30px; }
	.cpArea .box .hd { font-size:18px; padding-left:15px; margin-bottom:25px; }
	.cpArea .box .hd:before { width:2px; height:16px; }

}

.cpArea .box .bd .swiper-slide { position:relative; background:#f9f9f9; border-radius:10px; overflow:hidden; z-index:2; }
.cpArea .box .bd .swiper-slide a { position:relative; display:block; padding:25px 20px; z-index:99; }
.cpArea .box .bd .swiper-slide a:before { position:absolute; display:block; content:""; width:100%; left:0; top:100%; bottom:0; background:#003460; transition: all 0.6s; border-radius:10px; overflow:hidden; z-index:-1; }
.cpArea .box .bd .swiper-slide .pic { background:#fff; border-radius:10px; overflow:hidden; }
.cpArea .box .bd .swiper-slide .pic img { transition: all 0.6s; object-fit: cover; }
.cpArea .box .bd .swiper-slide .txt { margin-top:35px; padding:0 15px; }
.cpArea .box .bd .swiper-slide .txt .p1 { font-size:20px; color:#333; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.cpArea .box .bd .swiper-slide .txt .p2 { font-size:16px; color:#666; line-height:30px; min-height:60px; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cpArea .box .bd .swiper-slide .txt .p3 { font-size:16px; color:#999; margin-top:30px;  }
.cpArea .box .bd .swiper-slide .txt .p3 i { display:inline-block; padding-right:25px; background:url(jj01.png) no-repeat center right; }

.cpArea .box .bd .swiper-slide:hover a:before { top:0; }
.cpArea .box .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
.cpArea .box .bd .swiper-slide:hover .txt .p1 { color:#fff; }
.cpArea .box .bd .swiper-slide:hover .txt .p2 { color:#fff; }
.cpArea .box .bd .swiper-slide:hover .txt .p3 i { color:#fff; background:url(jj02.png) no-repeat center right; }

.swiper-pagination-cp01 { width:100%; margin-top:20px; text-align:center; }
.swiper-pagination-cp01 .swiper-pagination-bullet { width:7px; height:7px; margin:0 2px; background:#eee; border-radius:100%; opacity:1; }
.swiper-pagination-cp01 .swiper-pagination-bullet-active { background:#003460; }

.cpArea .box .bd01 { width:32%; background:#f9f9f9; border-radius:10px; overflow:hidden; }
.cpArea .box .bd01 a { position:relative; display:block; padding:25px 20px; z-index:99; }
.cpArea .box .bd01 a:before { position:absolute; display:block; content:""; width:100%; left:0; top:100%; bottom:0; background:#003460; transition: all 0.6s; border-radius:10px; overflow:hidden; z-index:-1; }
.cpArea .box .bd01 .pic { width:100%;  background:#fff; border-radius:10px; overflow:hidden; box-shadow:0px 0px 15px rgba(0,0,0,0.05); }
.cpArea .box .bd01 .txt { font-size:16px; line-height:30px; color:#666; margin-top:15px; padding:0 15px; }
.cpArea .box .bd01 .txt .p3 { font-size:16px; color:#999; margin-top:15px;  }
 
.cpArea .box .bd01 .txt .p3 i { display:inline-block; line-height:20px; padding-right:15px; background:url(jj01.png) no-repeat center right; }
 .cpArea .box .bd01 .pic img { transition:all 0.5s}
.cpArea .box .bd01:hover a:before { top:0; }
.cpArea .box .bd01:hover .pic img { transform: scale(1.1)!important; }
.cpArea .box .bd01:hover .txt { color:#fff; }
.cpArea .box .bd01:hover .txt .p3 i  { color:#fff; background:url(jj02.png) no-repeat center right; }

 
@media all and (max-width:1200px){
	.cpArea .box .bd .swiper-slide a { padding:25px 15px; }
	.cpArea .box .bd .swiper-slide .txt { margin-top:20px; padding:0 10px; }
	.cpArea .box .bd .swiper-slide .txt .p1 { font-size:18px; line-height:20px; }
	.cpArea .box .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:10px; -webkit-line-clamp:2; }
	.cpArea .box .bd .swiper-slide .txt .p3 { font-size:14px; margin-top:20px;  }
	
	.cpArea .box .bd01 a { padding:25px 15px; }
	.cpArea .box .bd01 .txt { padding:0 10px; font-size:14px; line-height:25px; }
}
@media all and (max-width:1000px){
	.cpArea .box .bd .swiper-slide a { padding:25px 4%; }
	.cpArea .box .bd .swiper-slide .txt { margin-top:15px; padding:0; }
	.cpArea .box .bd .swiper-slide .txt .p1 { font-size:16px; line-height:20px; }
	.cpArea .box .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:10px; -webkit-line-clamp:2; }
	.cpArea .box .bd .swiper-slide .txt .p3 { font-size:14px; margin-top:20px;  }
	
	.cpArea .box .bd01 { width:49%;  }
	.cpArea .box .bd01 a { padding:25px 4%; }
	.cpArea .box .bd01 .txt { padding:0; }
}
@media all and (max-width:750px){
	.swiper-pagination-cp01 { display:block; }
	
	.cpArea .box .bd01 { display:block; width:100%; }
}

.cpArea .box .bd ul li { position:relative; float:left; width:32%; margin-right:2%; background:#f9f9f9; border-radius:10px; overflow:hidden; z-index:2; }
.cpArea .box .bd ul li:nth-child(3n) { margin-right:0; }
.cpArea .box .bd ul li:nth-child(n + 4) { margin-top:25px; }
.cpArea .box .bd ul li a { position:relative; display:block; padding:25px 20px; z-index:99; }
.cpArea .box .bd ul li a:before { position:absolute; display:block; content:""; width:100%; left:0; top:100%; bottom:0; background:#003460; transition: all 0.6s; border-radius:10px; overflow:hidden; z-index:-1; }
.cpArea .box .bd ul li .pic { background:#fff; border-radius:10px; overflow:hidden; box-shadow:0px 0px 15px rgba(0,0,0,0.05); }
.cpArea .box .bd ul li .pic img { transition: all 0.6s; object-fit: cover; }
.cpArea .box .bd ul li .txt { margin-top:35px; padding:0 15px; }
.cpArea .box .bd ul li .txt .p1 { font-size:20px; color:#333; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.cpArea .box .bd ul li .txt .p2 { font-size:16px; color:#666; line-height:30px; min-height:60px; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cpArea .box .bd ul li .txt .p3 { font-size:16px; color:#999; margin-top:15px;  }
.cpArea .box .bd ul li .txt .p3 i { display:inline-block; line-height:20px; padding-right:15px; background:url(jj01.png) no-repeat center right; }

.cpArea .box .bd ul li:hover a:before { top:0; }
.cpArea .box .bd ul li:hover .pic img { transform: scale(1.1)!important; }
.cpArea .box .bd ul li:hover .txt .p1 { color:#fff; }
.cpArea .box .bd ul li:hover .txt .p2 { color:#fff; }
.cpArea .box .bd ul li:hover .txt .p3 i { color:#fff; background:url(jj02.png) no-repeat center right; }

@media all and (max-width:1200px){
	.cpArea .box .bd ul li a { padding:25px 15px; }
	.cpArea .box .bd ul li .txt { margin-top:20px; padding:0 10px; }
	.cpArea .box .bd ul li .txt .p1 { font-size:18px; line-height:20px; }
	.cpArea .box .bd ul li .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:10px; -webkit-line-clamp:2; }
	.cpArea .box .bd ul li .txt .p3 { font-size:14px; margin-top:10px;  }
}
@media all and (max-width:1000px){
	.cpArea .box .bd ul li { width:49%; }
	.cpArea .box .bd ul li:nth-child(3n) { margin-right:2%; }
	.cpArea .box .bd ul li:nth-child(2n) { margin-right:0; }
	.cpArea .box .bd ul li:nth-child(n + 3) { margin-top:20px; }
	.cpArea .box .bd ul li a { padding:25px 4%; }
	.cpArea .box .bd ul li .txt { margin-top:15px; padding:0; }
	.cpArea .box .bd ul li .txt .p1 { font-size:16px; line-height:20px; }
	.cpArea .box .bd ul li .txt .p2 { font-size:14px; line-height:25px; min-height:50px; margin-top:10px; -webkit-line-clamp:2; }
	.cpArea .box .bd ul li .txt .p3 { font-size:14px; margin-top:10px;  }
}
@media all and (max-width:750px){
	.cpArea .box .bd ul li { width:100%; }
	.cpArea .box .bd ul li:nth-child(n + 2) { margin-top:20px; }
}


.xqArea01 .pic { float:left; width:44.2%; border:1px solid #d7dcdf; border-radius:10px; overflow:hidden; }
.xqArea01 .pic img { width:100%; height:auto; }
.xqArea01 .txt { float:right; width:51.2%; padding-top:35px; }
.xqArea01 .txt .p1 { font-size:30px; line-height:1.6; }
.xqArea01 .txt .p2 { font-size:20px; margin-top:15px; line-height:1.6; }
.xqArea01 .txt .p3 { font-size:16px; margin-top:45px; line-height:30px; color:#666; }

.xqArea02 { position:relative; margin-top:80px; }
.xqArea02 .hd { width:100%; background:#f9f9f9; position: sticky; top:0; z-index:5; }
.xqArea02 .hd ul { padding-left:25px; }
.xqArea02 .hd ul li { position:relative; float:left; margin-right:80px; height:65px; line-height:65px; font-size:20px; color:#333; cursor:pointer; }
.xqArea02 .hd ul li:before { position:absolute; left:0; top:50%; transform: translateY(-50%); width:4px; height:20px; background:#003460; display:none; content:""; z-index:2; }
.xqArea02 .hd ul li:last-child { margin-right:0; }

.xqArea02 .hd ul li.on { color:#003460; font-weight:bold; padding-left:20px; }
.xqArea02 .hd ul li.on:before { display:block; }

.xqArea02 .bd .box { margin-top:60px; }
.xqArea02 .bd .box .hd01 { position:relative; font-size:20px; padding-left:20px; margin-bottom:30px; }
.xqArea02 .bd .box .hd01:before { position:absolute; left:0; top:50%; transform: translateY(-50%); display:block; content:""; width:4px; height:20px; background:#b11111; z-index:2; }

.xqArea02 .bd .box .bd01 { line-height:2; font-size:16px; word-wrap:break-word; color:#666; }
.xqArea02 .bd .box .bd01 img { max-width:100%!important; height:auto!important; }


@media all and (max-width:1200px){
	.xqArea01 .txt { float:right; width:51.2%; padding-top:25px; }
	.xqArea01 .txt .p1 { font-size:24px; }
	.xqArea01 .txt .p2 { font-size:18px; margin-top:15px; }
	.xqArea01 .txt .p3 { font-size:14px; margin-top:30px; line-height:25px; }
	
	.xqArea02 { margin-top:40px; }
	.xqArea02 .hd ul { padding-left:25px; }
	.xqArea02 .hd ul li { margin-right:30px; height:50px; line-height:50px; font-size:18px; }
	.xqArea02 .hd ul li:before { width:3px; height:20px; }
	.xqArea02 .hd ul li:last-child { margin-right:0; }
	.xqArea02 .hd ul li.on { padding-left:20px; }
	
	.xqArea02 .bd .box { margin-top:40px; }
	.xqArea02 .bd .box .hd01 { font-size:20px; padding-left:20px; margin-bottom:25px; }
	.xqArea02 .bd .box .hd01:before { width:4px; height:20px; }
	
	.xqArea02 .bd .box .bd01 { line-height:2; font-size:14px; }
}
@media all and (max-width:1000px){
	.xqArea01 .pic { float:none; width:100%; }
	.xqArea01 .txt { float:none; width:100%; padding-top:25px; }
	.xqArea01 .txt .p1 { font-size:20px; }
	.xqArea01 .txt .p2 { font-size:16px; margin-top:10px; }
	.xqArea01 .txt .p3 { font-size:16px; margin-top:15px; line-height:25px; }
	
	.xqArea02 { margin-top:30px; }
	.xqArea02 .hd ul { padding-left:15px; }
	.xqArea02 .hd ul li { margin-right:15px; height:40px; line-height:40px; font-size:16px; }
	.xqArea02 .hd ul li:before { width:2px; height:16px; }
	.xqArea02 .hd ul li:last-child { margin-right:0; }
	.xqArea02 .hd ul li.on { padding-left:10px; }
	
	.xqArea02 .bd .box { margin-top:30px; }
	.xqArea02 .bd .box .hd01 { font-size:18px; padding-left:15px; margin-bottom:25px; }
	.xqArea02 .bd .box .hd01:before { width:2px; height:16px; }

}

.xqArea02 .bd .box .bd02 .swiper-slide .pic { border-radius:10px; overflow:hidden; }
.xqArea02 .bd .box .bd02 .swiper-slide .pic img { transition: all 0.6s; object-fit: cover; }
.xqArea02 .bd .box .bd02 .swiper-slide .txt { margin-top:20px; padding:0 20px; }
.xqArea02 .bd .box .bd02 .swiper-slide .txt .p1 { font-size:16px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xqArea02 .bd .box .bd02 .swiper-slide .txt .p2 { font-size:16px; line-height:25px; margin-top:15px; color:#666; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.xqArea02 .bd .box .bd02 .swiper-slide:hover .pic img { transform: scale(1.1)!important; }

.swiper-pagination-xq01 { width:100%; margin-top:20px; text-align:center; }
.swiper-pagination-xq01 .swiper-pagination-bullet { width:10px; height:10px; margin:0 2px; background:#eee; border-radius:100%; opacity:1; }
.swiper-pagination-xq01 .swiper-pagination-bullet-active { background:#003460; }

@media all and (max-width:1200px){
	.xqArea02 .bd .box .bd02 .swiper-slide .txt { margin-top:15px; padding:0 15px; }
	.xqArea02 .bd .box .bd02 .swiper-slide .txt .p1 { font-size:16px; }
	.xqArea02 .bd .box .bd02 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; -webkit-line-clamp:2; }
}
@media all and (max-width:1000px){
	.xqArea02 .bd .box .bd02 .swiper-slide .txt { margin-top:10px; padding:0; }
	.xqArea02 .bd .box .bd02 .swiper-slide .txt .p1 { font-size:14px; }
	.xqArea02 .bd .box .bd02 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; -webkit-line-clamp:2; }
}
@media all and (max-width:750px){
	.swiper-pagination-xq01 { display:block; }
	.swiper-pagination-xq01 .swiper-pagination-bullet { width:7px; height:7px; margin:0 2px; }
}


.xqArea02 .bd .box .bd03 .swiper-slide .pic { border-radius:10px; overflow:hidden; }
.xqArea02 .bd .box .bd03 .swiper-slide .pic img { transition: all 0.6s; object-fit: cover; }
.xqArea02 .bd .box .bd03 .swiper-slide .txt { margin-top:20px; text-align:center; font-size:16px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.xqArea02 .bd .box .bd03 .swiper-slide:hover .pic img { transform: scale(1.1)!important; }

.swiper-pagination-xq02 { width:100%; margin-top:20px; text-align:center; display:none; }
.swiper-pagination-xq02 .swiper-pagination-bullet { width:7px; height:7px; margin:0 2px; background:#eee; border-radius:100%; opacity:1; }
.swiper-pagination-xq02 .swiper-pagination-bullet-active { background:#003460; }

@media all and (max-width:1200px){
	.xqArea02 .bd .box .bd03 .swiper-slide .txt { margin-top:15px; font-size:16px; }
}
@media all and (max-width:1000px){
	.xqArea02 .bd .box .bd03 .swiper-slide .txt { margin-top:10px; font-size:14px; }
}
@media all and (max-width:750px){
	.swiper-pagination-xq02 { display:block; }
}

.xqArea02 .bd .box .bd04 ul li { width:100%; box-shadow:0px 0px 20px rgba(0,0,0,0.1); border-radius:10px; }
.xqArea02 .bd .box .bd04 ul li:nth-child(2n) { margin-right:0; }
.xqArea02 .bd .box .bd04 ul li:nth-child(n + 2) { margin-top:25px; }
.xqArea02 .bd .box .bd04 ul li a { display:block; padding:40px 35px; }
.xqArea02 .bd .box .bd04 ul li .p1 { float:left; line-height:30px; width:calc(100% - 100px); font-size:18px; }
.xqArea02 .bd .box .bd04 ul li .p2 { float:right; }
.xqArea02 .bd .box .bd04 ul li .p2 i { display:inline-block; line-height:30px; font-size:14px; color:#333; padding-left:30px; background:url(xq01.png) no-repeat center left; }
 	
@media all and (max-width:1200px){
	.xqArea02 .bd .box .bd04 ul li:nth-child(n + 2) { margin-top:20px; }
	.xqArea02 .bd .box .bd04 ul li a { padding:20px 20px; }
	.xqArea02 .bd .box .bd04 ul li .p1 { float:left; line-height:20px; width:calc(100% - 70px); font-size:16px; }
	.xqArea02 .bd .box .bd04 ul li .p2 { float:right; }
	.xqArea02 .bd .box .bd04 ul li .p2 i { line-height:20px; padding-left:25px; }
}
@media all and (min-width:1000px){
	.xqArea02 .bd .box .bd04 ul li .p1 { overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
}
@media all and (max-width:1000px){
	.xqArea02 .bd .box .bd04 ul li { float:none; width:100%; margin-right:0; }
	.xqArea02 .bd .box .bd04 ul li:nth-child(2n) { margin-right:0; }
	.xqArea02 .bd .box .bd04 ul li:nth-child(n + 2) { margin-top:15px; }
	.xqArea02 .bd .box .bd04 ul li a { padding:20px 20px; }
	.xqArea02 .bd .box .bd04 ul li .p1 { float:none; line-height:20px; width:100%; font-size:14px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
	.xqArea02 .bd .box .bd04 ul li .p2 { float:none; margin-top:15px; }
	.xqArea02 .bd .box .bd04 ul li .p2 i { line-height:20px; padding-left:25px; }
}



.sz_hd { position:relative; font-size:20px; padding-left:0; margin-bottom:30px; }
 
@media all and (max-width:1200px){
	.sz_hd { font-size:20px; padding-left:0; margin-bottom:25px; }
	.sz_hd:before { width:4px; height:20px; }
}
@media all and (max-width:1000px){
	.sz_hd { font-size:18px; padding-left:0; margin-bottom:25px; }
	.sz_hd:before { width:2px; height:16px; }
}


.szArea01 .pic { position:relative; float:right; width:670px; border-radius:10px; overflow:hidden; }
.szArea01 .txt { float:left; width:calc(100% - 750px); }
.szArea01 .txt .bd { font-size:16px; line-height:2; word-wrap:break-word; color:#666; }

.swiper-pagination-sz01 { position:absolute; right:15px; bottom:15px; z-index:9; }
.swiper-pagination-sz01 .swiper-pagination-bullet { width:10px; height:10px; margin:0 3px; background:#fff; border-radius:100%; opacity:1; }
.swiper-pagination-sz01 .swiper-pagination-bullet-active { background:#003460; }

@media all and (max-width:1200px){
	.szArea01 .pic { width:55%; }
	.szArea01 .txt { width:40%; }
	.szArea01 .txt .bd { font-size:14px; }
}
@media all and (max-width:1000px){
	.szArea01 .pic { float:none; width:100%; }
	.szArea01 .txt { float:none; width:100%; margin-top:25px; }
	.szArea01 .txt .bd { font-size:16px; }
}

.szArea02 { margin-top:60px; }
.szArea02 .bd { font-size:16px; line-height:2; word-wrap:break-word; color:#666; }

@media all and (max-width:1200px){
	.szArea02 { margin-top:40px; }
	.szArea02 .bd { font-size:16px; }
}
@media all and (max-width:1000px){
	.szArea02 { margin-top:30px; }
}

.szArea02 .bd01 .swiper-slide .pic { border-radius:10px; overflow:hidden; }
.szArea02 .bd01 .swiper-slide .pic img { transition: all 0.6s; object-fit: cover; }
.szArea02 .bd01 .swiper-slide .txt { margin-top:20px; padding:0 20px; text-align:center; }
.szArea02 .bd01 .swiper-slide .txt .p1 { font-size:16px; line-height:20px; }
.szArea02 .bd01 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; color:#666; }

.szArea02 .bd01 .swiper-slide:hover .pic img { transform: scale(1.1)!important; }

.swiper-pagination-sz02 { width:100%; margin-top:20px; text-align:center; }
.swiper-pagination-sz02 .swiper-pagination-bullet { width:10px; height:10px; margin:0 2px; background:#eee; border-radius:100%; opacity:1; }
.swiper-pagination-sz02 .swiper-pagination-bullet-active { background:#003460; }
 
@media all and (max-width:1200px){
	.szArea02 .bd01 .swiper-slide .txt { margin-top:15px; padding:0 15px; }
	.szArea02 .bd01 .swiper-slide .txt .p1 { font-size:16px; }
	.szArea02 .bd01 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; }
}
@media all and (max-width:1000px){
	.szArea02 .bd01 .swiper-slide .txt { margin-top:10px; padding:0; }
	.szArea02 .bd01 .swiper-slide .txt .p1 { font-size:14px; }
	.szArea02 .bd01 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px;  }
}
@media all and (max-width:750px){
	.swiper-pagination-sz02 { display:block; }
	.swiper-pagination-sz02 .swiper-pagination-bullet { width:7px; height:7px; margin:0 2px; }
}






