@charset "utf-8";

.topArea { position:relative; }

/* Banner */
.banner-ny { position:relative; }
.banner-ny img { width:100%; height:auto; }
.banner-ny .img02 { display:none; }

.banner-ny .txt { position:absolute; top:50%; transform: translateY(-50%); left:0; right:0; color:#fff; z-index:2; }
.banner-ny .txt .p1 { font-size:24px; }
.banner-ny .txt .p2 { font-size:48px; margin-top:10px; font-weight:bold; }

@media all and (max-width:1480px){
	.banner-ny .txt .p1 { font-size:18px; }
	.banner-ny .txt .p2 { font-size:30px; margin-top:10px; }
}
@media all and (max-width:1200px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt .p1 { font-size:18px; }
	.banner-ny .txt .p2 { font-size:24px; margin-top:10px; }
}
 
/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.sidebar { border-bottom:1px solid #dbdbdb; }

.main { padding:80px 0 100px 0; }

@media all and (max-width:1480px){
	.main { padding:60px 0; }
}
@media all and (max-width:1200px){
	.main { padding:40px 0; }
}

.leftTitle { display:none; }

.menu { float:left; }
.menu ul li { float:left; position:relative; }
.menu ul li:before { position:absolute; display:block; content:""; right:0; top:50%; transform: translateY(-50%); width:1px; height:14px; background:#dbdbdb; z-index:5; }
.menu ul li:last-child:before { display:none; }
.menu ul li a { position:relative; display:inline-block; padding:0 60px; font-size:18px; color:#333; height:80px; line-height:80px; }
.menu ul li a.current,.menu ul li:hover a { color:#fff; background:#004889; }

.location { float:right; font-size:16px; color:#999; }
.location a { color:#999; display:inline-block; padding:0 5px; line-height:80px; }
.location a.current { color:#333; }
.location a.u-home { padding-left:40px; background:url(u-home.png) no-repeat center left; }


@media all and (max-width:1480px){
	.menu ul li a { padding:0 30px; font-size:16px; height:60px; line-height:60px; }
 
	.location { font-size:14px; }
	.location a { line-height:60px; }
	.location a.u-home { padding-left:30px; }
}
@media all and (max-width:1200px){
	.menu { float:none; width:100%; }
	.menu ul li { float:left; width:25%; text-align:center; }
	.menu ul li:before { width:1px; height:10px; }
	.menu ul li a { display:block; padding:0 5px; font-size:14px; height:40px; line-height:40px; }

	.location { 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%; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .bd { font-size:14px; }
}
 

 
 
/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 40px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }


/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:auto; margin-right:20px; padding:4px; border:1px solid #e7e7e7; box-sizing: border-box; }
.pothoItem .item .pic img { width:100%; height:auto; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

@media all and (max-width:1200px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picnews { padding-bottom:40px; }
.picnews ul li { float:left; width:32.6%; margin-right:1.1%; background:#f8f8f8; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:40px; }
.picnews ul li a { display:block; padding:40px 25px; }
.picnews ul li .pic { border-radius:7px; overflow:hidden; }
.picnews ul li .pic img { transition: all 0.6s; }
.picnews ul li .txt { margin-top:30px; }
.picnews ul li .txt .p1 { font-size:20px; line-height:40px; height:80px; font-weight:bold; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .txt .p2 { font-size:16px; color:#999; margin-top:20px; }

.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li:hover .txt .p1 { color:#e00024; }

@media all and (max-width:1480px){
	.picnews ul li:nth-child(n + 4) { margin-top:20px; }
	.picnews ul li a { padding:25px 20px; }
	.picnews ul li .txt { margin-top:20px; }
	.picnews ul li .txt .p1 { font-size:18px; line-height:30px; height:60px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:1200px){
	.picnews ul li { float:none; width:100%; margin-right:0; }
	.picnews ul li:nth-child(3n) { margin-right:0; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li:nth-child(n + 2) { margin-top:15px; }
	.picnews ul li a { padding:20px 4%; }
	.picnews ul li .txt { margin-top:15px; }
	.picnews ul li .txt .p1 { font-size:16px; line-height:25px; height:auto; max-height:50px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:10px; }
}

.hotArea { padding:100px 0 140px; background:url(ico02.png) no-repeat center bottom; background-size:cover; }
.hotArea .wrap { position:relative; }
.hotArea .swiper-slide .pic { float:right; width:700px; border-radius:7px; overflow:hidden; }
.hotArea .swiper-slide .pic img { transition: all 0.6s; }
.hotArea .swiper-slide .txt { float:left; width:calc(100% - 830px); padding-top:65px; }
.hotArea .swiper-slide .txt .p1 { font-size:36px; line-height:50px; font-weight:bold; color:#333; max-height:100px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.hotArea .swiper-slide .txt .p2 { font-size:16px; line-height:30px; margin-top:40px; color:#666; height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.hotArea .swiper-slide .txt .p3 { margin-top:60px; }

.hotArea .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
 
.hotArea .swiper-slide:hover .txt .p1 { color:#004889; }
 

.swiper-pagination-pic01 { position:absolute; width:calc(100% - 830px); left:0; bottom:75px; font-size:0; text-align:right; z-index:2; }
.swiper-pagination-pic01 .swiper-pagination-bullet { width:10px; height:10px; margin:0 4px;  border-radius:100%; background:#dbdbdb; opacity:1; }
.swiper-pagination-pic01 .swiper-pagination-bullet-active { width:45px; border-radius:10px; background:#e00024; }

@media all and (max-width:1480px){
	.hotArea { padding:80px 0; }
	.hotArea .swiper-slide .pic { float:right; width:550px; }
	.hotArea .swiper-slide .txt { float:left; width:calc(100% - 600px); padding-top:50px; }
	.hotArea .swiper-slide .txt .p1 { font-size:28px; line-height:40px; max-height:80px; }
	.hotArea .swiper-slide .txt .p2 { font-size:16px; line-height:30px; margin-top:30px; height:60px; }
	.hotArea .swiper-slide .txt .p3 { margin-top:50px; }

	.swiper-pagination-pic01 { position:absolute; width:calc(100% - 600px); left:0; bottom:50px; text-align:right; }
}
@media all and (max-width:1200px){
	.hotArea { padding:40px 0; }
	.hotArea .wrap { position:relative; }
	.hotArea .swiper-slide .pic { float:none; width:100%; }
	.hotArea .swiper-slide .txt { float:none; width:100%; padding-top:25px; }
	.hotArea .swiper-slide .txt .p1 { font-size:16px; line-height:25px; max-height:50px; }
	.hotArea .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; height:50px; }
	.hotArea .swiper-slide .txt .p3 { margin-top:20px; }

	.swiper-pagination-pic01 { position:relative; width:100%; margin-top:25px; left:auto; bottom:auto; text-align:center; }
	.swiper-pagination-pic01 .swiper-pagination-bullet { width:8px; height:8px; }
	.swiper-pagination-pic01 .swiper-pagination-bullet-active { width:25px; }
}
 

/* 图片列表 */
.piList { padding-bottom:40px; }
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 0 0; }
.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: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:1480px){
	.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%; margin:0 2% 0 0; }
	.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:#e00024; 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; }


.cyArea .hd { text-align:center; line-height:1.1; color:#333; }
.cyArea .hd .p1 { font-size:36px; font-weight:bold; }
.cyArea .hd .p2 { font-size:24px; margin-top:30px; }

.cyArea .bd01 { position:relative; margin-top:55px; background:#f8f8f8; border-bottom:3px solid #f8f8f8; }
.cyArea .bd01:before { position:absolute; left:0; bottom:0; display:block; width:0; content:""; height:3px; background:#e00024; transition: all 0.6s; z-index:2; }
.cyArea .bd01 .pic { overflow:hidden; }
.cyArea .bd01 .pic img { transition: all 0.6s; }
.cyArea .bd01 .pic .img02 { display:none; }
.cyArea .bd01 .txt { position:relative; }
.cyArea .bd01 .txt .p1 { font-size:24px; line-height:85px; padding:0 35px; color:#333; font-weight:bold; }
.cyArea .bd01 .txt .p2 { position:absolute; top:0; right:35px; z-index:2; }
.cyArea .bd01 .txt .p2 i { display:inline-block; line-height:85px; padding-left:25px; font-size:16px; color:#333; }
.cyArea .bd01 .txt .p2 i.p21 { background:url(cy01.png) no-repeat center left; margin-right:35px; }
.cyArea .bd01 .txt .p2 i.p22 { background:url(cy02.png) no-repeat center left; }
.cyArea .bd01 .txt .p3 { border-top:1px solid #dbdbdb; font-size:16px; line-height:30px; color:#666; padding:30px 35px; }
 
.cyArea .bd01:hover .pic img { transform: scale(1.1)!important; }
.cyArea .bd01:hover .txt .p1 { color:#e00024; }
.cyArea .bd01:hover:before { width:100%; }

.cyArea .bd02 { margin-top:60px; }
.cyArea .bd02 ul li { position:relative; float:left; width:31.6%; margin-right:2.6%; }
.cyArea .bd02 ul li:before { position:absolute; left:0; bottom:0; display:block; width:0; content:""; height:3px; background:#e00024; transition: all 0.6s; z-index:2; }
.cyArea .bd02 ul li:nth-child(3n) { margin-right:0; }
.cyArea .bd02 ul li:nth-child(n + 4) { margin-top:50px; }
.cyArea .bd02 ul li .pic { overflow:hidden; }
.cyArea .bd02 ul li .pic img { transition: all 0.6s; }
.cyArea .bd02 ul li .txt { line-height:75px; padding:0 20px; font-size:18px; font-weight:bold; border-bottom:1px solid #dbdbdb; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.cyArea .bd02 ul li:hover:before { width:100%; }
.cyArea .bd02 ul li:hover .pic img { transform: scale(1.1)!important; }
.cyArea .bd02 ul li:hover .txt { background:#f8f8f8; color:#e00024; }

.cyArea .bd03 { margin-top:50px; }
.cyArea .bd03 p { position:relative; width:140px; border:1px solid #dbdbdb; font-size:16px; border-radius:25px; overflow:hidden; text-align:center; margin:0 auto; cursor:pointer; }
.cyArea .bd03 p i { position:relative; display:inline-block; line-height:40px; padding-right:25px; background:url(ico03.png) no-repeat center right; z-index:3; }
.cyArea .bd03 p:after { position:absolute; display:block; content:""; left:0; top:0; bottom:0; width:0; background:#e00024; transition: all 0.6s; z-index:1; }

.cyArea .bd03 p:hover:after { width:100%; }
.cyArea .bd03 p:hover i { color:#fff; background:url(ico04.png) no-repeat center right; }

@media all and (max-width:1480px){
	.cyArea .hd .p1 { font-size:28px; }
	.cyArea .hd .p2 { font-size:18px; margin-top:20px; }

	.cyArea .bd01 { margin-top:40px; }
	.cyArea .bd01 .pic .img02 { display:none; }
	.cyArea .bd01 .txt .p1 { font-size:18px; line-height:60px; padding:0 25px; }
	.cyArea .bd01 .txt .p2 { position:absolute; top:0; right:25px; }
	.cyArea .bd01 .txt .p2 i { line-height:60px; padding-left:25px; font-size:14px; }
	.cyArea .bd01 .txt .p2 i.p21 { margin-right:25px; }
	.cyArea .bd01 .txt .p3 { font-size:16px; line-height:30px; padding:25px; }

	.cyArea .bd02 { margin-top:40px; }
	.cyArea .bd02 ul li:nth-child(n + 4) { margin-top:30px; }
	.cyArea .bd02 ul li .txt { line-height:60px; padding:0 20px; font-size:16px; }

	.cyArea .bd03 { margin-top:40px; }
	.cyArea .bd03 p { width:140px; font-size:16px; }
	.cyArea .bd03 p i { line-height:35px; padding-right:25px; }
}
@media all and (max-width:1200px){
	.cyArea .hd .p1 { font-size:20px; }
	.cyArea .hd .p2 { font-size:14px; margin-top:15px; }

	.cyArea .bd01 { margin-top:30px; }
	.cyArea .bd01 .pic .img01 { display:none; }
	.cyArea .bd01 .pic .img02 { display:block; }
	.cyArea .bd01 .txt { padding-top:20px; }
	.cyArea .bd01 .txt .p1 { font-size:16px; line-height:25px; padding:0 4%; }
	.cyArea .bd01 .txt .p2 { position:relative; top:auto; right:auto; margin-top:15px; padding:0 4%; }
	.cyArea .bd01 .txt .p2 i { display:block; line-height:25px; padding-left:25px; font-size:14px; }
	.cyArea .bd01 .txt .p2 i.p21 { background-position:0 4px; margin-right:0; }
	.cyArea .bd01 .txt .p2 i.p22 { background-position:0 4px; margin-top:10px; }
	.cyArea .bd01 .txt .p3 { margin-top:15px; font-size:14px; line-height:25px; padding:20px 4%; }

	.cyArea .bd02 { margin-top:30px; }
	.cyArea .bd02 ul li { position:relative; float:left; width:49%; margin-right:2%; }
	.cyArea .bd02 ul li:nth-child(3n) { margin-right:2%; }
	.cyArea .bd02 ul li:nth-child(2n) { margin-right:0; }
	.cyArea .bd02 ul li:nth-child(n + 3) { margin-top:15px; }
	.cyArea .bd02 ul li .txt { line-height:40px; padding:0 4%; font-size:14px; }
	  
	.cyArea .bd03 { margin-top:30px; }
	.cyArea .bd03 p { width:120px; font-size:14px; }
	.cyArea .bd03 p i { line-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:#e00024; margin:20px auto 0; border-radius:5px; }

@media all and (max-width:1480px){
	.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; }
}

.conArea01 .bd01 { float:left; width:calc(100% - 900px); padding-top:35px; color:#333; }
.conArea01 .bd01 .p1 { font-size:30px; font-weight:bold; }
.conArea01 .bd01 .p2 { margin-top:25px; font-size:18px; line-height:25px; }
.conArea01 .bd01 .p2 p { margin-top:25px; line-height:30px; padding-left:30px; }
.conArea01 .bd01 .p2 p i { font-size:24px; font-weight:bold; }
.conArea01 .bd01 .p2 p:nth-child(n + 2) { margin-top:15px; }
.conArea01 .bd01 .p2 p.p21 { background:url(ico05.png) no-repeat left 4px; }
.conArea01 .bd01 .p2 p.p22 { background:url(ico06.png) no-repeat left 4px; }
.conArea01 .bd01 .p2 p.p23 { background:url(ico07.png) no-repeat left 4px; }
.conArea01 .bd01 .p2 p.p24 { background:url(ico08.png) no-repeat left 4px; }

.conArea01 .bd01 .p3 { margin-top:35px; }
.conArea01 .bd01 .p3 ul li { float:left; width:150px; margin-right:15px; text-align:center; }
.conArea01 .bd01 .p3 ul li:last-child { margin-right:0; }
.conArea01 .bd01 .p3 ul li span { display:block; font-size:16px; color:#333; margin-top:15px; }
 
.conArea01 .bd02 { float:right; width:850px; height:550px; background:#ddd; }
.conArea01 .bd02 .my-map { width:100%!important; height:550px!important; }
.conArea01 .bd02 #dituContent { width:calc(100% - 2px)!important; height:550px!important; }

@media all and (max-width:1480px){
	.conArea01 .bd01 { float:left; width:calc(100% - 650px); padding-top:25px; }
	.conArea01 .bd01 .p1 { font-size:24px; }
	.conArea01 .bd01 .p2 { margin-top:20px; font-size:16px; }
	.conArea01 .bd01 .p2 p { margin-top:25px; line-height:30px; padding-left:30px; }
	.conArea01 .bd01 .p2 p i { font-size:20px; }
	.conArea01 .bd01 .p2 p:nth-child(n + 2) { margin-top:10px; }
 
	.conArea01 .bd01 .p3 { margin-top:25px; }
	.conArea01 .bd01 .p3 ul li { float:left; width:110px; margin-right:15px; }
	.conArea01 .bd01 .p3 ul li:last-child { margin-right:0; }
	.conArea01 .bd01 .p3 ul li span { font-size:14px; margin-top:10px; }
	 
	.conArea01 .bd02 { float:right; width:600px; height:450px; background:#ddd; }
	.conArea01 .bd02 .my-map { height:450px!important; }
	.conArea01 .bd02 #dituContent { height:450px!important; }
}
@media all and (max-width:1200px){
	.conArea01 .bd01 { float:none; width:100%; padding-top:0; }
	.conArea01 .bd01 .p1 { font-size:18px; }
	.conArea01 .bd01 .p2 { margin-top:20px; font-size:14px; }
	.conArea01 .bd01 .p2 p { margin-top:20px; line-height:25px; padding-left:25px; background-size:18px 18px!important; background-position
	:left 3px!important; }
	.conArea01 .bd01 .p2 p i { font-size:16px; }
	.conArea01 .bd01 .p2 p:nth-child(n + 2) { margin-top:5px; }
 
	.conArea01 .bd01 .p3 { margin-top:25px; }
	.conArea01 .bd01 .p3 ul li { float:left; width:110px; margin-right:15px; }
	.conArea01 .bd01 .p3 ul li:last-child { margin-right:0; }
	.conArea01 .bd01 .p3 ul li span { font-size:14px; margin-top:10px; }
	 
	.conArea01 .bd02 { float:none; width:100%; height:350px; background:#ddd; margin-top:25px; }
	.conArea01 .bd02 .my-map { height:350px!important; }
	.conArea01 .bd02 #dituContent { height:350px!important; }
}

.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:#e00024; }
.conArea02 .bd02 ul li .p2 { 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 .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:#e00024; }
.conArea02 .bd02 ul li .btn02 { background:#004889; }

@media all and (max-width:1480px){
	.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; }
}

.dcArea01 { padding-bottom:80px; }
.dcArea01 .pic { float:left; width:350px; overflow:hidden; }
.dcArea01 .pic img { transition: all 0.6s; }
.dcArea01 .pic .img02 { display:none; }
.dcArea01 .txt { float:right; width:calc(100% - 375px); min-height:635px; padding:35px 45px 0 55px; background:#f8f8f8; box-sizing: border-box; }
.dcArea01 .txt .p1 { font-size:36px; font-weight:bold; color:#333; }
.dcArea01 .txt .p2 { font-size:16px; line-height:30px; margin-top:25px; padding-right:10px; max-height:480px; overflow-y:auto; }

.dcArea01 .txt .p2::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#666}
.dcArea01 .txt .p2::-webkit-scrollbar-track{background:#eee;border-radius:3px;}
.dcArea01 .txt .p2::-webkit-scrollbar-corner{background:transparent}
.dcArea01 .txt .p2::-webkit-scrollbar{width:7px;height:7px}
 
.dcArea01 .pic:hover img { transform: scale(1.1)!important; }

@media all and (max-width:1480px){
	.dcArea01 { padding-bottom:60px; }
	.dcArea01 .pic { float:left; width:350px; }
	.dcArea01 .txt { float:right; width:calc(100% - 375px); min-height:635px; padding:35px 30px 0 30px; }
	.dcArea01 .txt .p1 { font-size:28px; }
	.dcArea01 .txt .p2 { font-size:16px; line-height:30px; margin-top:25px; padding-right:10px; max-height:510px; }
}
@media all and (max-width:1200px){
	.dcArea01 { padding-bottom:40px; }
	.dcArea01 .pic { float:none; width:100%; margin-top:25px; }
	.dcArea01 .pic .img01 { display:none; }
	.dcArea01 .pic .img02 { display:block; }
	.dcArea01 .txt { float:none; width:100%; min-height:10px; padding:25px 4%; }
	.dcArea01 .txt .p1 { font-size:20px; }
	.dcArea01 .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; padding-right:0; max-height:99999999999px; }
}


.dcArea02 { position:relative; width:1920px; left:50%; margin-left:-960px; min-height:750px; background:url(pic15.jpg) no-repeat center bottom; background-size:cover; z-index:2; }
.dcArea02 .wrap { position:relative; padding-top:140px; z-index:5; }
.dcArea02 .swiper-slide .txt { position:relative; padding:0 30px 0 40px; min-height:290px; color:#fff; background:url(dc01.png) no-repeat left bottom; z-index:3; }
.dcArea02 .swiper-slide .txt:before { position:absolute; display:block; content:""; width:2px; top:0; bottom:8px; left:7px; background:rgba(219,219,219,0.5); z-index:-1; }
.dcArea02 .swiper-slide .txt:after { position:absolute; display:block; content:""; width:2px; height:16px; top:0; left:7px; background:#fff; z-index:1; }
.dcArea02 .swiper-slide .txt .p1 { font-size:20px; font-weight:bold; }
.dcArea02 .swiper-slide .txt .p2 { font-size:16px; line-height:30px; margin-top:20px; max-height:180px; color:#fff; overflow-y:auto; }
.dcArea02 .swiper-slide .txt .p2 a { color:#fff; }
.dcArea02 .swiper-slide .txt .p2 a:hover { font-weight:bold; }


.dcArea02 .swiper-slide .txt .p2::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#e00024;}
.dcArea02 .swiper-slide .txt .p2::-webkit-scrollbar-track{background:rgba(255,255,255,0.3);border-radius:3px;}
.dcArea02 .swiper-slide .txt .p2::-webkit-scrollbar-corner{background:transparent}
.dcArea02 .swiper-slide .txt .p2::-webkit-scrollbar{width:7px;height:7px}


.dcArea02 .swiper-slide-active { padding-top:238px; }
.dcArea02 .swiper-slide-active + .swiper-slide { padding-top:190px; }
.dcArea02 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:137px; }
.dcArea02 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:89px; }

.dcArea02 .btn { position:absolute; right:0; bottom:0; font-size:0; z-index:2; }
.dcArea02 .btn .btn01 { display:inline-block; width:40px; height:40px; margin-left:20px; background-size:cover!important; cursor:pointer; }
.dcArea02 .btn .prev-dc02 { background:url(dc02.png) no-repeat center; }
.dcArea02 .btn .next-dc02 { background:url(dc03.png) no-repeat center; }


@media all and (max-width:1480px){
	.dcArea02 { width:1480px; left:50%; margin-left:-740px; min-height:580px; }
	.dcArea02 .wrap { padding-top:98px; }
	.dcArea02 .swiper-slide .txt { padding:0 20px 0 30px; min-height:260px; }
	.dcArea02 .swiper-slide .txt .p1 { font-size:18px; }
	.dcArea02 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:20px; max-height:175px; }
 
	.dcArea02 .swiper-slide-active { padding-top:170px; }
	.dcArea02 .swiper-slide-active + .swiper-slide { padding-top:115px; }
	.dcArea02 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:62px; }
	.dcArea02 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }
}
@media all and (max-width:1280px){
	.dcArea02 { width:100%; left:0; margin-left:0; min-height:580px; }

	.dcArea02 .swiper-slide-active { padding-top:160px; }
	.dcArea02 .swiper-slide-active + .swiper-slide { padding-top:115px; }
	.dcArea02 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:62px; }
	.dcArea02 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }
}
@media all and (max-width:1200px){
	.dcArea02 { padding:50px 0; min-height:10px; background:url(pic16.jpg) no-repeat center bottom; background-size:cover; }
	.dcArea02:before { position:absolute; top:300px; left:0; right:0; height:2px; display:none; content:""; background:rgba(255,255,255,0.3); z-index:2; }
	.dcArea02 .wrap { padding-top:0; }
 
	.dcArea02 .swiper-slide-active { padding-top:0; }
	.dcArea02 .swiper-slide-active + .swiper-slide { padding-top:0; }
	.dcArea02 .swiper-slide-active + .swiper-slide + .swiper-slide { padding-top:0; }
	.dcArea02 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { padding-top:0; }

	.dcArea02 .btn { position:relative; right:auto; bottom:auto; text-align:center; margin-top:30px; }
	.dcArea02 .btn .btn01 { width:35px; height:35px; margin:0 5px; }
}

.dcArea03 { margin-top:80px; }
.dcArea03 .hd { line-height:1.1; text-align:center; color:#333; }
.dcArea03 .hd .p1 { font-size:36px; font-weight:bold; }
.dcArea03 .hd .p2 { font-size:16px; line-height:30px; margin-top:20px; }
.dcArea03 .bd { margin-top:60px; }
.dcArea03 .bd ul:nth-child(n + 2) { margin-top:20px; }
.dcArea03 .bd ul li { position:relative; float:left; width:23.95%; margin-right:1.4%; cursor:pointer; }
.dcArea03 .bd ul li:nth-child(3n) { margin-right:0; }
.dcArea03 .bd ul li:nth-child(n + 4) { margin-top:20px; }
.dcArea03 .bd ul li:nth-child(3) { width:49.30%; }
.dcArea03 .bd ul li:nth-child(4) { width:49.30%; }
.dcArea03 .bd ul li .pic { overflow:hidden; }
.dcArea03 .bd ul li .pic img { transition: all 0.6s; }
.dcArea03 .bd ul li .txt { position:absolute; left:0; right:0; bottom:20px; text-align:center; line-height:30px; padding:0 10px; font-size:24px; color:#fff; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; z-index:2; }

.dcArea03 .bd ul li:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1480px){
	.dcArea03 { margin-top:60px; }
	.dcArea03 .hd .p1 { font-size:28px; }
	.dcArea03 .hd .p2 { font-size:16px; line-height:30px; margin-top:15px; }
	.dcArea03 .bd { margin-top:40px; }
 
	.dcArea03 .bd ul li .txt { bottom:15px; line-height:25px; font-size:18px; }
}
@media all and (max-width:1200px){
	.dcArea03 { margin-top:40px; }
	.dcArea03 .hd .p1 { font-size:20px; }
	.dcArea03 .hd .p2 { font-size:12px; line-height:1.5; margin-top:10px; }
	.dcArea03 .bd { margin-top:30px; }
	.dcArea03 .bd ul:nth-child(n + 2) { margin-top:15px; }
	.dcArea03 .bd ul li { float:left; width:49%; margin-right:2%; }
	.dcArea03 .bd ul li:nth-child(2) { margin-right:0; }
	.dcArea03 .bd ul li:nth-child(n + 3) { margin-top:15px; }
	.dcArea03 .bd ul li:nth-child(3) { width:100%; margin-right:0; }
	.dcArea03 .bd ul li:nth-child(4) { width:100%; margin-right:0; }
	.dcArea03 .bd ul li:nth-child(6) { margin-right:0; }

	.dcArea03 .bd ul li .txt { bottom:15px; font-size:14px; }
}

.dcArea04 { margin-top:80px; }
.dcArea04 .hd { line-height:1.1; text-align:left; width:48.6%; color:#333; }
.dcArea04 .hd .p1 { font-size:36px; font-weight:bold; }
.dcArea04 .hd .p2 { font-size:16px; line-height:30px; margin-top:20px; }
.dcArea04 .bd { margin-top:30px; }
.dcArea04 .bd ul li { position:relative; float:left; width:48.6%; margin-right:2.8%; cursor:pointer; }
.dcArea04 .bd ul li:nth-child(2n) { margin-right:0; top:-80px; }
.dcArea04 .bd ul li:nth-child(n + 3) { margin-top:65px; }
.dcArea04 .bd ul li .pic { overflow:hidden; }
.dcArea04 .bd ul li .pic img { transition: all 0.6s; }
.dcArea04 .bd ul li .txt { position:absolute; left:0; right:0; bottom:30px; text-align:center; line-height:30px; padding:0 10px; font-size:24px; color:#fff; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; z-index:2; }

.dcArea04 .bd ul li:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1480px){
	.dcArea04 { margin-top:60px; }
	.dcArea04 .hd { text-align:left; width:48.6%; }
	.dcArea04 .hd .p1 { font-size:28px; }
	.dcArea04 .hd .p2 { font-size:16px; line-height:30px; margin-top:15px; }
	.dcArea04 .bd { margin-top:30px; }
	.dcArea04 .bd ul li { float:left; width:48.6%; margin-right:2.8%; }
	.dcArea04 .bd ul li:nth-child(2n) { margin-right:0; top:-80px; }
	.dcArea04 .bd ul li:nth-child(n + 3) { margin-top:30px; }
 
	.dcArea04 .bd ul li .txt { bottom:20px; line-height:25px; font-size:18px; }
}
@media all and (max-width:1200px){
	.dcArea04 { margin-top:40px; }
	.dcArea04 .hd { text-align:center; width:100%; }
	.dcArea04 .hd .p1 { font-size:20px; }
	.dcArea04 .hd .p2 { font-size:12px; line-height:1.5; margin-top:10px; }
	.dcArea04 .bd { margin-top:30px; }
	.dcArea04 .bd ul li { float:left; width:49%; margin-right:2%; }
	.dcArea04 .bd ul li:nth-child(2n) { margin-right:0; top:0; }
	.dcArea04 .bd ul li:nth-child(n + 3) { margin-top:15px; }
 
	.dcArea04 .bd ul li .txt { bottom:15px; font-size:14px; }
}

.abArea01 { position:relative; }
.abArea01 .pic .img02 { display:none; }

.abBox01 {  position: fixed; top: 0; left: 0;  width: 100%; height: 100%; color: #fff; background: rgba(0,0,0,0.3); transition: all .5s; z-index: 1; opacity: 0; }
.abBox01 .txt { max-width:1190px; margin:0 auto; padding-top:10%; }
.abBox01 .txt .p1 { margin:0 auto; }
.abBox01 .txt .p2 { font-size:48px; margin-top:90px; text-align:center; line-height:1.1; }
.abBox01 .txt .p3 { font-size:36px; margin-top:25px; text-align:center; line-height:1.1; }
.abBox01 .txt .p4 { font-size:16px; margin-top:35px; line-height:30px; }

.abArea01.on .abBox01 { opacity: 1; z-index:10; }
 
@media all and (max-width:1480px){
	.abBox01 .txt { padding-top:6%; }
	.abBox01 .txt .p2 { font-size:38px; margin-top:60px; }
	.abBox01 .txt .p3 { font-size:28px; margin-top:20px;  }
	.abBox01 .txt .p4 { font-size:16px; margin-top:25px; line-height:30px; }
}
@media all and (max-width:1200px){
	.abArea01 .pic { height:100vh; background-size:cover!important; }
	.abArea01 .pic .img01 { display:none; }
	
	.abBox01 { max-width:750px; left:50%; transform: translateX(-50%); }
	.abBox01 .txt { padding-top:60px; }
	.abBox01 .txt .p2 { font-size:28px; margin-top:40px; }
	.abBox01 .txt .p3 { font-size:20px; margin-top:15px;  }
	.abBox01 .txt .p4 { font-size:14px; margin-top:20px; padding:0 10px; line-height:25px; max-height:300px; overflow-y:auto; }
}

.abContainer { position:relative; background:#fff; z-index:9; }

.abArea02 { padding:80px 0; }
.abArea02 .txt { float:left; width:calc(100% - 600px); padding-top:60px; }
.abArea02 .txt .p1 { font-size:36px; color:#252525; font-weight:bold; }
.abArea02 .txt .p2 { margin-top:25px; }
.abArea02 .txt .p3 { margin-top:30px; font-size:16px; color:#252525; line-height:2; }
.abArea02 .txt .p4 { margin-top:50px; text-align:right; }

.abArea02 .pic { float:right; width:520px; overflow:hidden; }
.abArea02 .pic .img02 { display:none; }
.abArea02 .pic img { transition: all 0.6s; }

.abArea02 .pic:hover img { transform: scale(1.1)!important; }

@media all and (max-width:1480px){
	.abArea02 { padding:60px 0; }
	.abArea02 .txt { float:left; width:calc(100% - 500px); padding-top:30px; }
	.abArea02 .txt .p1 { font-size:28px; }
 
	.abArea02 .pic { float:right; width:450px; }
}
@media all and (max-width:1200px){
	.abArea02 { padding:40px 0; }
	.abArea02 .txt { float:none; width:100%; padding-top:0; }
	.abArea02 .txt .p1 { font-size:20px; text-align:center; }
	.abArea02 .txt .p2 { margin-top:15px; text-align:center; }
	.abArea02 .txt .p2 img { max-height:35px; width:auto; }
	.abArea02 .txt .p3 { margin-top:15px; font-size:14px; line-height:25px; }
	.abArea02 .txt .p4 { margin-top:15px; }
	.abArea02 .txt .p4 img { max-height:60px; width:auto; }
	
	.abArea02 .pic { float:none; width:100%; margin-top:25px;  }
	.abArea02 .pic .img01 { display:none; }
	.abArea02 .pic .img02 { display:block; }
}


.abArea03 { padding:80px 0 110px; text-align:center; background:url(ab04.jpg) no-repeat center bottom; background-size:cover; }
.abArea03 .hd { font-size:36px; color:#fff; font-weight:bold; }
.abArea03 .bd { margin-top:60px; }
.abArea03 .bd img { max-width:100%; }

@media all and (max-width:1480px){
	.abArea03 { padding:60px 0; }
	.abArea03 .hd { font-size:28px; }
	.abArea03 .bd { margin-top:40px; }
}
@media all and (max-width:1200px){
	.abArea03 { padding:40px 0; }
	.abArea03 .hd { font-size:20px; }
	.abArea03 .bd { margin-top:25px; }
}


.abBox41 { float:left; width:515px; padding-top:185px; color:#333; }
.abBox41 .p1 { font-size:36px; font-weight:bold; }
.abBox41 .p2 { font-size:24px; margin-top:25px; }
.abBox41 .p3 { font-size:16px; color:#666; margin-top:150px; font-weight:bold; }
.abBox41 .p4 {  margin-top:20px; }
.abBox41 .p4 ul li { float:left; width:32%; margin-right:2%; font-size:16px; line-height:40px; border:1px solid #dbdbdb; border-radius:25px; text-align:center; box-sizing: border-box; cursor:pointer; }
.abBox41 .p4 ul li:nth-child(3n) { margin-right:0; }
.abBox41 .p4 ul li:nth-child(n + 4) { margin-top:20px; }
.abBox41 .p4 ul li.on { color:#fff; font-weight:bold; background:#e00024; border-color:#e00024; }

.abBox42 { position:relative; float:right; width:855px; min-height:875px; padding:100px 0 0; box-sizing: border-box; z-index:1; }
.abBox42:before { position:absolute; background:#eee; left:15px; bottom:0; top:0; display:block; width:1px; content:""; z-index:-1; }

.abCon { max-height:650px; overflow-y:auto; padding-right:10px; }
.abCon .li00 { position:relative; padding-left:65px; }
.abCon .li00:nth-child(n + 2) { margin-top:30px; }
.abCon .li00 .hd { position:relative; font-size:48px; color:#333; font-weight:bold; line-height:1.1; }
.abCon .li00 .hd:before { position:absolute; left:-65px; top:15px; width:31px; height:31px; background:url(ab05.png) no-repeat center; display:block; content:""; z-index:2; }

.abCon .li00 .hd01 { position:absolute; top:0; right:0; z-index:2; }
.abCon .li00 .hd01 ul li { float:left; width:140px; line-height:40px; text-align:center; font-size:16px; color:#333; margin-right:15px; border:1px solid #dbdbdb; border-radius:25px;  cursor:pointer; transition: 0.3s; }
.abCon .li00 .hd01 ul li:last-child { margin-right:0; }
.abCon .li00 .hd01 ul li.on { color:#fff; background:#e00024; border-color:#e00024; }

.abCon .li00 .bd { margin-top:40px; }
.abCon .li00 .bd ul li { position:relative; }
.abCon .li00 .bd ul li:nth-child(n + 2) { margin-top:20px; }
.abCon .li00 .bd ul li .t01 { font-size:20px; font-weight:bold; color:#333; }
.abCon .li00 .bd ul li .t02 { font-size:16px; color:#666; margin-top:5px; line-height:20px; height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.abCon .li00 .bd ul li:hover .t01 { color:#e00024; }
.abCon .li00 .bd ul li:hover .t02 { color:#333; }

@media all and (max-width:1480px){
	.abBox41 { float:left; width:40%; padding-top:150px; }
	.abBox41 .p1 { font-size:28px; }
	.abBox41 .p2 { font-size:18px; margin-top:25px; }
	.abBox41 .p3 { font-size:16px; margin-top:100px; }
	.abBox41 .p4 {  margin-top:20px; }
	.abBox41 .p4 ul li { font-size:16px; line-height:40px; }
	.abBox41 .p4 ul li:nth-child(n + 4) { margin-top:15px; }
 
	.abBox42 { float:right; width:55%; padding:80px 0 0; min-height:660px; }
 
	.abCon { max-height:500px; overflow-y:auto; padding-right:10px; }
	.abCon .li00 { position:relative; padding-left:50px; }
	.abCon .li00:nth-child(n + 2) { margin-top:20px; }
	.abCon .li00 .hd { font-size:30px; }
	.abCon .li00 .hd:before { left:-50px; top:5px; width:31px; height:31px; }

	.abCon .li00 .hd01 { position:absolute; top:0; right:0; z-index:2; }
	.abCon .li00 .hd01 ul li { float:left; width:120px; line-height:35px; font-size:16px; margin-right:10px; }
	.abCon .li00 .hd01 ul li:last-child { margin-right:0; }
 
	.abCon .li00 .bd { margin-top:30px; }
	
	
}
@media all and (max-width:1200px){
	.abArea04 { padding:40px 0; }
	.abBox41 { float:none; width:100%; padding-top:0; }
	.abBox41 .p1 { font-size:20px; text-align:center; }
	.abBox41 .p2 { font-size:14px; margin-top:20px; text-align:center; }
	.abBox41 .p3 { font-size:14px; margin-top:30px; text-align:center; }
	.abBox41 .p4 { margin-top:20px; }
	.abBox41 .p4 ul li { font-size:14px; line-height:35px; }
	.abBox41 .p4 ul li:nth-child(n + 4) { margin-top:10px; }
 
	.abBox42 { float:none; width:100%; min-height:10px; padding:0; margin-top:30px; }
	.abBox42:before { left:10px; }

	.abCon { max-height:500px; padding-right:10px; }
	.abCon .li00 { padding-left:30px; }
	.abCon .li00:nth-child(n + 2) { margin-top:20px; }
	.abCon .li00 .hd { font-size:20px; }
	.abCon .li00 .hd:before { left:-30px; top:0; width:21px; height:21px; background-size:cover; }

	.abCon .li00 .hd01 { position:relative; margin-top:20px; }
	.abCon .li00 .hd01 ul li { float:left; width:auto; display:inline-block; padding:0 15px; line-height:30px; font-size:14px; margin-right:10px; }
	.abCon .li00 .hd01 ul li:last-child { margin-right:0; }
 
	.abCon .li00 .bd { margin-top:30px; }
	
	.abCon .li00 .bd ul li:nth-child(n + 2) { margin-top:10px; }
	.abCon .li00 .bd ul li .t01 { font-size:18px; }
	.abCon .li00 .bd ul li .t02 { font-size:14px; }
}

.abCon::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#666}
.abCon::-webkit-scrollbar-track{background:#eee;border-radius:3px;}
.abCon::-webkit-scrollbar-corner{background:transparent}
.abCon::-webkit-scrollbar{width:7px;height:7px}


@media all and (max-width:1480px){
	
}
@media all and (max-width:1200px){
	
}