@charset "utf-8";
.wrapper { background:url(bg.png) no-repeat center top #fafafa; }

.topArea { position:relative; background:#050510; }

/* Banner */
.banner-ny { position:relative; padding:100px 0 80px; color:#0c0e37; line-height:1.1; text-align:center; }
.banner-ny .p1 { font-size:44px; font-weight:bold; }
.banner-ny .p2 { font-size:20px; margin-top:10px; }

@media all and (max-width:1680px){
	.banner-ny {  padding:80px 0;  }
	.banner-ny .p1 { font-size:38px; }
	.banner-ny .p2 { font-size:18px; margin-top:10px; }
}
@media all and (max-width:1280px){
	.banner-ny {  padding:60px 0;  }
	.banner-ny .p1 { font-size:30px; }
	.banner-ny .p2 { font-size:16px; margin-top:10px; }
}
@media all and (max-width:750px){
	.banner-ny {  padding:40px 0;  }
	.banner-ny .p1 { font-size:24px; }
	.banner-ny .p2 { font-size:14px; margin-top:10px; }
}

.banner-ny01 { position:relative; width:100%; text-align:center; }
.banner-ny01 .txt { position:absolute; left:0; top:50%; width:100%; transform: translateY(-50%); color:#fff; z-index:2; }
.banner-ny01 .txt .p1 { font-size:44px; font-weight:bold; }
.banner-ny01 .txt .p2 { font-size:20px; margin-top:10px; }

.banner-ny01 .pic01 { position:absolute; width:50%; left:50%; top:50%; bottom:0; opacity: 1; overflow:hidden; z-index:1; animation: fn3333 1.6s ease; }
 

.banner-ny01 .img02 { display:none; }

@media all and (max-width:1680px){
	.banner-ny01 .txt .p1 { font-size:38px; }
	.banner-ny01 .txt .p2 { font-size:18px; margin-top:10px; }
}
@media all and (max-width:1280px){
	.banner-ny01 .txt .p1 { font-size:30px; }
	.banner-ny01 .txt .p2 { font-size:16px; margin-top:10px; }
}
@media all and (max-width:750px){
	.banner-ny01 .txt .p1 { font-size:24px; }
	.banner-ny01 .txt .p2 { font-size:14px; margin-top:10px; }
	
	.banner-ny01 .img01 { display:none; }
	.banner-ny01 .img02 { display:block; }
	
	
	.banner-ny01 .pic01 { display:none; }
}

@keyframes fn3333 {
    0% {
        opacity: 0;
        bottom:50%;
    }

    100% {
        opacity: 1;
       bottom: 0;
	}
}

/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.sidebar { }
.leftTitle { display:none; }

.menu { border-top:1px solid #cdccd6; padding:35px 0; }
.menu ul li { float:left; margin-right:40px; }
.menu ul li:last-child { margin-right:0; }
.menu ul li a { display:inline-block; font-size:18px; color:#0c0e37; padding-bottom:10px; border-bottom:2px solid transparent; }
.menu ul li a.current,.menu ul li:hover a { border-color:#14163e; }

@media all and (max-width:1280px){
	.menu { padding:20px 0 35px 0; }
	.menu ul li { float:left; margin-right:20px; }
	.menu ul li:last-child { margin-right:0; }
}
@media all and (max-width:750px){
	.menu { padding:20px 0; }
	.menu ul li { margin-bottom:10px; width:25%; margin-right:0; text-align:center; }
	.menu ul li a { font-size:14px; padding-bottom:5px; }
}
 
/* 面包屑 */
.location { font-size:14px; color:#0c0e37; border-top:1px solid #cdccd6; padding:35px 0; display:none; }
.location a {  color:#0c0e37; padding:0 6px; }

@media all and (max-width:1280px){
	.location { padding:20px 0 35px 0; font-size:14px; }
}
@media all and (max-width:750px){
	.location { padding:20px 0; font-size:14px; }
}
 
/* 内容模式 */
.article { padding:40px 0 80px; 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:30px; font-weight:normal; }
.article .hd .titBar { color:#797979; font-size:16px; } 
.article .bd { padding-bottom:0; font-size:16px; }
.article img { max-width:100%; height:auto!important; }
.article video { max-width:100%!important; height:auto!important; }

.article .ft { margin-top:80px; padding:0 50px; }
.article .ft ul li { float:left; height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article .ft ul li:nth-child(2) { float:right; }
.article .ft ul li a { display:inline-block; padding-left:30px; background:url(ft01.png) no-repeat center left; }
.article .ft ul li:nth-child(2) a { padding-right:30px; background:url(ft02.png) no-repeat center right; }

.ttBtn { position:relative; text-align:center; }
.ttBtn a { position:absolute; top:-45px; display:inline-block; font-size:18px; color:#333; padding-top:15px; background:url(ft03.png) no-repeat center top; z-index:2; }

.ttBtn01 { margin-top:40px; padding-bottom:80px; }
.ttBtn01 a { position:relative; top:0!important; }

@media all and (max-width:1680px){
	.article .hd h1 { font-size:20px; }
	.article .hd .titBar { font-size:14px; }

	.article .ft { margin-top:80px; padding:0 30px; }

	.ttBtn01 { margin-top:20px; padding-bottom:60px; }	
}
@media all and (max-width:1280px){
	.article { font-size:14px; padding:20px 0 40px; }
	.article .bd { font-size:14px; }
	
	.article .hd h1 { font-size:18px; }
	.article .hd .titBar { font-size:14px; }
	
	.ttBtn01 { margin-top:20px; }
}
@media all and (max-width:750px){
	.article { padding:0 0 40px; }
	.article .hd .titBar { font-size:12px; } 
	
	.article .ft { margin-top:50px; padding:0; }
 
	.ttBtn a { top:-35px; font-size:14px; padding-top:10px; }
	.ttBtn01 { margin-top:15px; padding-bottom:40px; }
}


/* 新闻列表 */
.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:10px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.png) no-repeat center left; font-size:16px; line-height:20px; clear:both; }
.list li span { float:right; color:#999; font-size:12px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }

@media all and (max-width:750px){
	.list li { font-size:14px; }
}
*/

.list { padding-bottom: 50px }
.list ul li{padding: 30px 25px;border-bottom: 1px solid #d9d9d9; }
.list ul li span{font-size: 20px;color: #999999;font-family: arial;margin-right: 65px;float: left;}
.list ul li a{display: block;font-size: 20px;color: #333333;padding-right: 30px; }
.list ul li em{transition: all .5s ease;display: inline-block;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.list ul li:hover em{padding-left: 15px;color: #ef874d}
.list ul li:hover { background:url(list.png) no-repeat center right; }

@media screen and (max-width: 1680px){
	.list {padding-bottom: 40px}
	.list ul li{padding: 25px 20px; }
	.list ul li span{font-size: 18px;margin-right: 50px;}
	.list ul li:hover em{padding-left: 12px}
	.list ul li a{font-size: 18px;padding-right: 25px;background-size: 25px auto}
}
@media (max-width:1280px){
	.list{padding-bottom: 30px}
	.list ul li{padding: 18px 0; background-size: 12px auto!important; }
	.list ul li span{font-size: 16px;margin-right: 10px;}
	.list ul li:hover em{padding-left: 0}
	.list ul li a{background-size: 12px auto;font-size: 16px;}
}
@media (max-width:750px){
	.list{padding-bottom: 20px}
	.list ul li{padding: 15px 0;border-bottom:1px solid #eee;}
	.list ul li span{font-size: 14px;margin-right: 10px;}
	.list ul li:hover em{padding-left: 0}
	.list ul li a{ 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:750px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picNews01 { padding-bottom:30px; }
.picNews01 ul li:nth-child(n + 2) { margin-top:35px; }
.picNews01 ul li a { display:block; background:#f5f5f5; }
.picNews01 ul li .pic { float:left; width:400px; overflow:hidden; }
.picNews01 ul li .pic img { transition: all 0.6s; }
.picNews01 ul li .txt { float:left; width:760px; margin-left:60px; padding-top:45px; line-height:1.1; }
.picNews01 ul li .txt .p1 { font-size:26px; color:#3c3c3d; font-weight:bold; line-height:30px; height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picNews01 ul li .txt .p2 { font-size:14px; line-height:25px; color:#3c3c3d; margin-top:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picNews01 ul li .txt .p3 { font-size:16px; color:#3c3c3d; margin-top:35px; text-transform:uppercase; }
.picNews01 ul li .txt .p4 { font-size:12px; color:#3c3c3d; margin-top:10px; display:none; }

.picNews01 ul li .txt01 { float:right; width:120px; margin-right:30px; padding-top:80px; color:#8a8a8a; text-align:right; line-height:1.1; }
.picNews01 ul li .txt01 .p1 { font-size:48px; font-family:"Arial"; }
.picNews01 ul li .txt01 .p2 { font-size:18px; margin-top:10px; }

.picNews01 ul li:hover { background:#ededed; }
.picNews01 ul li:hover a { background:none; }
.picNews01 ul li:hover .pic img { transform: scale(1.1)!important; }

 
@media all and (max-width:1680px){
	.picNews01 { padding-bottom:30px; }
	.picNews01 ul li:nth-child(n + 2) { margin-top:25px; }
	.picNews01 ul li .pic { float:left; width:300px; }
	.picNews01 ul li .txt { float:left; width:660px; margin-left:50px; padding-top:30px; }
	.picNews01 ul li .txt .p1 { font-size:18px; line-height:20px; height:20px; }
	.picNews01 ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; }
	.picNews01 ul li .txt .p3 { font-size:14px; color:#3c3c3d; margin-top:25px; }
 
	.picNews01 ul li .txt01 { float:right; width:120px; margin-right:30px; padding-top:60px; }
	.picNews01 ul li .txt01 .p1 { font-size:38px; font-family:"Arial"; }
	.picNews01 ul li .txt01 .p2 { font-size:16px; margin-top:10px; } 
}
@media all and (max-width:1280px){
	.picNews01 { padding-bottom:30px; }
	.picNews01 ul li:nth-child(n + 2) { margin-top:25px; }
	.picNews01 ul li .pic { float:left; width:250px; }
	.picNews01 ul li .txt { float:right; width:calc(100% - 310px); margin-left:0; margin-right:30px; padding-top:20px; }
	.picNews01 ul li .txt .p1 { font-size:16px; line-height:20px; height:20px; }
	.picNews01 ul li .txt .p2 { font-size:12px; line-height:20px; margin-top:5px; }
	.picNews01 ul li .txt .p3 { font-size:12px; color:#3c3c3d; margin-top:10px; }
	.picNews01 ul li .txt .p4 { display:block; }
 
	.picNews01 ul li .txt01 { display:none; }
}
@media all and (max-width:750px){
	.picNews01 ul li:nth-child(n + 2) { margin-top:25px; }
	.picNews01 ul li .pic { float:none; width:100%; }
	.picNews01 ul li .txt { float:none; width:100%; margin-right:0; padding:25px 4%; box-sizing: border-box; } 
}


/* 图片列表 */
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 30px 0; }
.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList .pic-item-list .pic-item dl { padding:0 5px; background:#f5f5f5; }
.piList .pic-item-list .pic-item dl dt { height:65px; font-size:16px; line-height:65px; 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; }
.piList .pic-item-list .pic-item:hover dl { background:#ef874d; color:#fff; }
.piList .pic-item-list .pic-item:hover dl dt a { color:#fff; }
 
@media all and (max-width:1100px){
 
	.piList .pic-item-list .pic-item dl dt { font-size:14px; height:50px; line-height:50px; }
}
@media all and (max-width:750px){
	.piList .pic-item-list .pic-item { width:49%; margin:0 2% 15px 0;  }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; height:40px; line-height:40px; }

}
 
/* 分页 */
.page { padding-top: 20px; line-height:24px; text-align:center;padding-bottom:0; }
.page a { display:inline-block; margin:0 15px; color:#333; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { color:#ef874d; }

@media screen and (max-width:750px){
	.page{padding-top: 10px}
	.page a { margin: 0 5px; font-size: 12px }
}

/* 人才招聘 */
.hr { position:relative; padding:0 0 40px; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#1c63b3; font-weight:bold; font-size:28px; margin-bottom:30px; }
.hr-list .info { padding:5px 0; line-height:25px; font-size:14px; }
 
@media all and (max-width:750px){
	.hr-list .title { font-size:20px; margin-bottom:15px; }
	.hr-list .info { font-size:12px; }
}
 
  
/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel input {  vertical-align:middle; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:30px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:30px; line-height:30px; padding:0 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

@media all and (max-width:750px){
	.form-panel li.field label { width:65px; }
	.form-panel .text { width:calc(100% - 65px); }
	.form-panel .textarea { width:calc(100% - 65px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 65px; _padding:0 10px 20px 65px; clear:both; }
}


/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }

.csArea { padding-bottom:20px; }
.csArea ul li { position:relative; float:left; width:49%; margin-right:2%; margin-bottom:30px; }
.csArea ul li:nth-child(2n) { margin-right:0; }
.csArea ul li .pic { position:relative; overflow:hidden; }
.csArea ul li .pic img { transition: all 0.6s; }
.csArea ul li .pic p { position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.5); /*background:rgba(234,112,45,0.7);*/ z-index:2; display:none; }
.csArea ul li .txt { display:none; }
.csArea ul li .txt .p1 { position:absolute; top:25%; left:9.5%; font-size:24px; color:#fff; font-weight:bold; z-index:2; }
.csArea ul li .txt .p2 { position:absolute; bottom:25%; left:9.5%; z-index:2; }
 
.csArea ul li .txt01 { position:absolute; left:20px; right:20px; bottom:10px; opacity:0; z-index:2; transition: all 0.6s; }
.csArea ul li .txt01 .p1 { font-size:38px; color:#fff; font-weight: lighter; font-family: "Microsoft YaHei"; }
.csArea ul li .txt01 .p2 { font-size:20px; color:#fff; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.csArea ul li:hover .txt01 { bottom:20px; opacity:1; }
 
.csArea ul li:hover .pic img { transform: scale(1.1)!important; }
.csArea ul li:hover .pic p { display:block; }
.csArea ul li:hover .txt { display:block; }

/*
.csArea ul li:nth-child(3) { margin-right:0; }
.csArea ul li:nth-child(4) { width:49%; }
.csArea ul li:nth-child(5) { width:49%; margin-right:0; }
.csArea ul li:nth-child(8) { margin-right:0; }
.csArea ul li:nth-child(9) { width:49%; }
.csArea ul li:nth-child(10) { width:49%; margin-right:0; }
.csArea ul li:nth-child(13) { margin-right:0; }
*/

@media all and (max-width:1680px){
	.csArea ul li .txt01 .p1 { font-size:28px; }
	.csArea ul li .txt01 .p2 { font-size:18px; }
}
@media all and (max-width:1280px){
	.csArea ul li { margin-bottom:20px; }
	
	.csArea ul li .txt01 .p1 { font-size:20px; }
	.csArea ul li .txt01 .p2 { font-size:16px; }
}
@media all and (max-width:750px){
	.csArea { padding-bottom:10px; }
	
	.csArea ul li { width:100%; margin-right:0; margin-bottom:2%; }
	
	/*
	.csArea ul li { width:100%; margin-right:0; margin-bottom:2%; }
	.csArea ul li:nth-child(2) { margin-right:0; }
	.csArea ul li:nth-child(3) { width:100%; margin-right:0; }
	.csArea ul li:nth-child(4) { width:100%; }
	.csArea ul li:nth-child(5) { width:100%; margin-right:0; }
	.csArea ul li:nth-child(6) { width:100%; margin-right:0; }
	.csArea ul li:nth-child(8) { margin-right:0; }
	.csArea ul li:nth-child(9) { width:100%; margin-right:0;  }
	.csArea ul li:nth-child(10) { width:100%; margin-right:0; }
	.csArea ul li:nth-child(11) { margin-right:0; }
	.csArea ul li:nth-child(13) { margin-right:0; }
	*/
	
	.csArea ul li .pic p { display:block; }
	.csArea ul li .txt01 { left:15px; right:15px; bottom:15px; opacity:1; }
	.csArea ul li .txt01 .p1 { font-size:18px; }
	.csArea ul li .txt01 .p2 { font-size:16px; }
	
	.csArea ul li:hover .txt01 { bottom:15px; }
}


.conArea01 .wrap { background:#fefefe; }
.conArea01 .bd01 { float:left; width:50%; box-sizing: border-box; color:#353535; padding:5% 4% 0; }
.conArea01 .bd01 .p1 { font-size:30px; }
.conArea01 .bd01 .p2 { font-size:18px; line-height:2; margin-top:40px; }
.conArea01 .bd02 { float:left; width:50%; }

#dituContent { height:550px!important; }
.my-map { height:550px!important; }

.conArea02 { padding:90px 0; }
.conArea02 .hd { text-align:center; color:#0c0e37; }
.conArea02 .hd .p1 { font-size:44px; font-weight:bold; }
.conArea02 .hd .p2 { font-size:20px; margin-top:10px; }
.conArea02 .bd { margin-top:55px; }
.conArea02 .bd .text { float:left; width:48.5%; height:85px; line-height:85px; background:#fff; padding-left:25px; font-size:18px; margin-bottom:25px; box-sizing: border-box; }
.conArea02 .bd .text02 { float:right; }
.conArea02 .bd .textarea { width:100%; height:330px; line-height:25px; background:#fff; padding:25px; font-size:18px; margin-bottom:60px; box-sizing: border-box; }
.conArea02 .bd .btn01 { float:right; width:110px; height:73px; line-height:73px; font-size:18px; color:#333; background:url(con01.png) no-repeat center left; text-align:right; cursor:pointer; }

.conArea02 .bd .text:focus {  background:#e6e6e6; }
.conArea02 .bd .textarea:focus {  background:#e6e6e6; }

@media all and (max-width:1680px){
	.conArea01 .bd01 { padding:5% 4% 0; }
	.conArea01 .bd01 .p1 { font-size:24px; }
	.conArea01 .bd01 .p2 { font-size:16px; line-height:2; margin-top:30px; } 

	#dituContent { height:450px!important; }
	.my-map { height:450px!important; }

	.conArea02 .hd .p1 { font-size:38px; }
	.conArea02 .hd .p2 { font-size:18px; margin-top:10px; }
	.conArea02 .bd .text { height:70px; line-height:70px; }
	.conArea02 .bd .textarea { height:250px; }
}
@media all and (max-width:1280px){
	.conArea01 .bd01 { padding:5% 3% 0; }
	.conArea01 .bd01 .p1 { font-size:20px; }
	.conArea01 .bd01 .p2 { font-size:14px; line-height:1.7; margin-top:30px; } 
	
	.conArea02 { padding:60px 0; }
	.conArea02 .hd .p1 { font-size:30px; }
	.conArea02 .hd .p2 { font-size:16px; margin-top:10px; }
	.conArea02 .bd { margin-top:40px; }
	.conArea02 .bd .text { width:49%; height:60px; line-height:60px; padding-left:20px; font-size:16px; margin-bottom:20px; }
	.conArea02 .bd .textarea { height:200px; line-height:25px; padding:20px; font-size:16px; margin-bottom:45px; }
}
@media all and (max-width:1000px){
	.conArea01 .bd01 { float:none; padding:25px 4%; width:100%; }
	.conArea01 .bd01 .p1 { font-size:18px; }
	.conArea01 .bd01 .p2 { font-size:14px; line-height:1.8; margin-top:20px; } 
	
	.conArea01 .bd02 { float:none; width:100%; }
	
	#dituContent { height:300px!important; } 
	.my-map { height:300px!important; } 
}
@media all and (max-width:750px){
 
	.conArea02 { padding:30px 0; }
	.conArea02 .hd .p1 { font-size:24px; }
	.conArea02 .hd .p2 { font-size:14px; margin-top:10px; }
	.conArea02 .bd { margin-top:30px; }
	.conArea02 .bd .text { float:none!important; width:100%; height:40px; line-height:40px; padding-left:10px; font-size:14px; margin-bottom:10px; }
	.conArea02 .bd .textarea { height:100px; line-height:25px; padding:5px 10px; font-size:14px; margin-bottom:25px; }
	.conArea02 .bd .btn01 { width:80px; height:55px; line-height:55px; font-size:14px; background-size:contain!important; }
}



.Area-hd { text-align:center; color:#202062; font-weight:bold; line-height:1.1; }
.Area-hd .p1 { font-size:56px; }
.Area-hd .p2 { font-size:30px; font-family:"Arial"; text-transform:uppercase; margin-top:20px; }
.Area-hd .p3 { font-size:18px; color:#555; margin-top:35px; font-weight:normal; line-height:1.7; }

@media all and (max-width:1680px){
	.Area-hd .p1 { font-size:40px; }
	.Area-hd .p2 { font-size:20px; margin-top:15px; }
	.Area-hd .p3 { font-size:16px; margin-top:25px; }
}
@media all and (max-width:1280px){
	.Area-hd .p1 { font-size:30px; }
	.Area-hd .p2 { font-size:18px; margin-top:10px; }
	.Area-hd .p3 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:750px){
	.Area-hd .p1 { font-size:20px; }
	.Area-hd .p2 { font-size:14px; margin-top:10px; }
	.Area-hd .p3 { font-size:12px; margin-top:10px; }
}

.abArea01 { padding:130px 0; background:url(abArea07.png) no-repeat center top #fff; /*background:url(abArea01.jpg) no-repeat center; background-size:cover; */ }
.abArea01 .Area-hd { float:left; text-align:left; /*color:#fff;*/ }
.abArea01 .bd { float:right; width:1180px; color:#333; font-size:16px; line-height:35px; /*  padding-right:50px;max-height:630px; overflow-y:auto;*/ box-sizing: border-box; }
 
.abArea01 .bd::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#cc6636}
.abArea01 .bd::-webkit-scrollbar-track{background:#4c5163}
.abArea01 .bd::-webkit-scrollbar-corner{background:transparent}
.abArea01 .bd::-webkit-scrollbar{width:3px;height:3px}
 
@media all and (max-width:1680px){
	.abArea01 { padding:90px 0; }
	.abArea01 .bd { float:right; width:calc(100% - 250px);  font-size:16px; line-height:30px; /* max-height:600px;padding-right:30px;*/ }
}
@media all and (max-width:1280px){
	.abArea01 { padding:60px 0; }
	.abArea01 .Area-hd { float:none; text-align:center; }
	.abArea01 .bd { float:none; width:100%; font-size:14px; line-height:25px;  /* padding-right:20px;max-height:500px;*/ margin-top:25px; }
}
@media all and (max-width:750px){
	.abArea01 { padding:40px 0; }
}
 
 
.abArea02 { margin-top:100px; }
.abArea02 ul { display:flex; flex-direction:row; justify-content:space-between; }
.abArea02 ul li { line-height:1.1; text-align:center; }
.abArea02 ul li .p1 { font-size:150px; font-weight:bold; -webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(90deg, #e9702e, #1e1f63); }
.abArea02 ul li .p2 { font-size:30px; color:#ec712d; margin-top:10px; line-height:1.6; padding:0 5px; }
 
@media all and (max-width:1680px){
	.abArea02 { margin-top:80px; }
	.abArea02 ul li .p1 { font-size:120px; }
	.abArea02 ul li .p2 { font-size:20px; margin-top:10px; }
}
@media all and (max-width:1280px){
	.abArea02 { margin-top:60px; }
	.abArea02 ul li .p1 { font-size:80px; }
	.abArea02 ul li .p2 { font-size:16px; margin-top:10px; }
}
@media all and (max-width:750px){
	.abArea02 { margin-top:40px; }
	.abArea02 ul li .p1 { font-size:40px; }
	.abArea02 ul li .p2 { font-size:12px; margin-top:10px; }
}
 
.abArea03 { margin-top:100px; }
.abArea03 .bd { margin-top:60px; } 
.abArea03 .bd .pic { float:left; width:450px; overflow:hidden; }
.abArea03 .bd .pic img { transition: all 0.6s; }
.abArea03 .bd .txt { float:right; width:calc(100% - 500px); font-size:18px; line-height:45px; }

.abArea03 .bd .pic:hover img { transform: scale(1.1)!important; }

.abArea03 .bd01 { margin-top:15px; text-align:right; font-size:18px; }
.abArea03 .bd02 { margin-top:25px; display:none; }
 
.abArea03 .bd .txt::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#cc6636}
.abArea03 .bd .txt::-webkit-scrollbar-track{background:#4c5163}
.abArea03 .bd .txt::-webkit-scrollbar-corner{background:transparent}
.abArea03 .bd .txt::-webkit-scrollbar{width:3px;height:3px}
 
@media all and (max-width:1680px){
	.abArea03 { margin-top:80px; }
	.abArea03 .bd { margin-top:50px; } 
	.abArea03 .bd .pic { float:left; width:400px; }
	.abArea03 .bd .txt { float:right; width:calc(100% - 450px); font-size:16px; line-height:35px; max-height:555px; padding-right:20px; overflow-y:auto; box-sizing: border-box; }

	.abArea03 .bd01 { margin-top:15px; font-size:16px; }
	.abArea03 .bd01 img { width:200px; }
}
@media all and (max-width:1380px){
	.abArea03 { margin-top:60px; }
	.abArea03 .bd { margin-top:40px; } 
	.abArea03 .bd .pic { float:left; width:300px; }
	.abArea03 .bd .txt { float:right; width:calc(100% - 330px); font-size:14px; line-height:25px; max-height:425px; padding-right:10px; }

	.abArea03 .bd01 { margin-top:15px; font-size:14px; }
	.abArea03 .bd01 img { width:150px; }
}
@media all and (max-width:750px){
	.abArea03 { margin-top:40px; }
	.abArea03 .bd { margin-top:20px; } 
	.abArea03 .bd .pic { display:none; }
	.abArea03 .bd .txt { float:none; width:100%; max-height:none; padding-right:0; }

	.abArea03 .bd01 { margin-top:15px; font-size:14px; }
	.abArea03 .bd01 img { width:100px; }
	
	.abArea03 .bd02 { display:block; }
}

.abBg01 { background:url(abBg01.png) no-repeat center top; }
 
.abArea04 { margin-top:70px; }
.abArea04 .bd { margin-top:60px; }
.abArea04 .bd .swiper-slide .pic { overflow:hidden; }
.abArea04 .bd .swiper-slide .pic img { transition: all 0.6s; }
.abArea04 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
 
.abArea04 .bd .swiper-slide .txt { margin-top:20px; color:#000; }
.abArea04 .bd .swiper-slide .txt .p1 { position:relative; font-size:24px; line-height:25px; padding-left:40px; }
.abArea04 .bd .swiper-slide .txt .p1:before { position:absolute; display:block; content:""; width:18px; height:3px; left:0; top:11px; background:#000; z-index:2; }
.abArea04 .bd .swiper-slide .txt .p2 { font-size:16px; line-height:30px; margin-top:20px; padding-right:35px; }



@media all and (max-width:1680px){
	.abArea04 { margin-top:60px; }
	.abArea04 .bd { margin-top:50px; }
	
	.abArea04 .bd .swiper-slide .txt .p1 { font-size:18px; line-height:25px; padding-left:30px; }
	.abArea04 .bd .swiper-slide .txt .p1:before { width:15px; height:3px; top:11px; }
	.abArea04 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; padding-right:25px; }
}
@media all and (max-width:1280px){
	.abArea04 { margin-top:60px; }
	.abArea04 .bd { margin-top:40px; }
	
	.abArea04 .bd .swiper-slide .txt .p1 { font-size:16px; line-height:25px; padding-left:30px; }
	.abArea04 .bd .swiper-slide .txt .p1:before { width:15px; height:3px; top:11px; }
	.abArea04 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; padding-right:10px; }
}
@media all and (max-width:750px){
	.abArea04 { margin-top:40px; }
	.abArea04 .bd { margin-top:20px; }
	
	.abArea04 .bd .swiper-slide .txt { margin-top:15px; }
	.abArea04 .bd .swiper-slide .txt .p1 { font-size:16px; line-height:25px; padding-left:20px; }
	.abArea04 .bd .swiper-slide .txt .p1:before { width:10px; height:3px; top:11px; }
	.abArea04 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; padding-right:0; }
}


.abArea05 { padding:100px 0; }
.abArea05 .bd { margin:60px auto 0; overflow: hidden; }

.swiper-container-pz01 { width:700px; margin:0 auto; }
.swiper-container-pz01 .swiper-slide a { display:block; padding:0 30px; }
.swiper-container-pz01 .swiper-slide { width:450px; text-align:center; margin:0; }
.swiper-container-pz01 .swiper-slide .pic { position:relative; max-width:300px; margin:0 auto; padding-top:85px; z-index:2; }
.swiper-container-pz01 .swiper-slide .pic01 { position:relative; margin-top:-40px; z-index:1; }
 
.swiper-container-pz01 .swiper-slide.swiper-slide-active { width:700px; }
.swiper-container-pz01 .swiper-slide.swiper-slide-active a { padding:0!important; }
.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic { max-width:550px; padding-top:0; }
.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic01 { margin-top:-70px; }

.abArea05 .bd .btn { text-align:center; margin-top:40px; }
.abArea05 .bd .btn a { display:inline-block; width:50px; height:50px; margin:0 8px; border-radius:100%;  }
.abArea05 .bd .btn a.prev-pz01 { background:url(pz02.png) no-repeat center #f4f4f4; }
.abArea05 .bd .btn a.next-pz01 { background:url(pz03.png) no-repeat center #f4f4f4; }

.abArea05 .bd .btn a:hover { background-color:#ededed!important; }
 

@media all and (max-width:1680px){
	.abArea05 { padding:80px 0; }
	.abArea05 .bd { margin:40px auto 0; max-width:1200px; }

	.swiper-container-pz01 { width:500px; }
	.swiper-container-pz01 .swiper-slide { width:350px; margin:0; }
	.swiper-container-pz01 .swiper-slide a { padding:0 20px; }
	.swiper-container-pz01 .swiper-slide .pic { max-width:250px; padding-top:50px; }
	.swiper-container-pz01 .swiper-slide .pic01 { margin-top:-30px; }
 
	.swiper-container-pz01 .swiper-slide.swiper-slide-active { width:500px; }
	.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic { max-width:400px; padding-top:0; } 
	.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic01 { margin-top:-50px; }
}
@media all and (max-width:1280px){
	.abArea05 { padding:60px 0; }
	.abArea05 .bd { margin:30px auto 0; }
	 
	.abArea05 .bd { max-width:950px; }
	
	.swiper-container-pz01 { width:450px; }
	.swiper-container-pz01 .swiper-slide { width:250px; }
	.swiper-container-pz01 .swiper-slide a { padding:0 15px; }
	.swiper-container-pz01 .swiper-slide .pic { max-width:200px; padding-top:50px; }
	.swiper-container-pz01 .swiper-slide .pic01 { margin-top:-20px; }
 
	.swiper-container-pz01 .swiper-slide.swiper-slide-active { width:450px; }
	.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic { max-width:300px; padding-top:0; } 
	.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic01 { margin-top:-40px; }
	 
}
@media all and (max-width:1000px){
	 
	.abArea05 .bd { max-width:750px; }
	
	.swiper-container-pz01 { width:300px; }
	.swiper-container-pz01 .swiper-slide { width:225px;}
	.swiper-container-pz01 .swiper-slide a { padding:0 15px; }
	.swiper-container-pz01 .swiper-slide .pic { max-width:150px; padding-top:20px; }
	.swiper-container-pz01 .swiper-slide .pic01 { margin-top:-20px; }
 
	.swiper-container-pz01 .swiper-slide.swiper-slide-active { width:300px; }
	.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic { max-width:200px; padding-top:0; } 
	.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic01 { margin-top:-20px; }
}
@media all and (max-width:750px){
	.abArea05 { padding:40px 0; }
	.abArea05 .bd { margin:20px auto 0; }
 
	.swiper-container-pz01 { width:100%!important; margin:0 auto; }
	.swiper-container-pz01 .swiper-slide { width:100%; margin:0; }
	.swiper-container-pz01 .swiper-slide a { padding:0; }
	.swiper-container-pz01 .swiper-slide .pic { max-width:60%; padding-top:0; }
	.swiper-container-pz01 .swiper-slide .pic01 { margin-top:-40px; }

	.swiper-container-pz01 .swiper-slide.swiper-slide-active { width:100%; }
	.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic { max-width:60%; padding-top:0; }
	.swiper-container-pz01 .swiper-slide.swiper-slide-active .pic01 { margin-top:-40px; }

	.abArea05 .bd .btn { text-align:center; margin-top:30px; }
	.abArea05 .bd .btn a { width:35px; height:35px; }
	 
}

.abArea06 { padding:100px 0; background:#0f152f; }
.abArea06 .Area-hd { color:#fff; }
.abArea06 .bd { margin-top:80px; text-align:center; }
.abArea06 .bd img { max-width:100%; }

@media all and (max-width:1680px){
	.abArea06 { padding:80px 0; }
	.abArea06 .bd { margin-top:60px; } 
}
@media all and (max-width:1280px){
	.abArea06 { padding:60px 0; }
	.abArea06 .bd { margin-top:40px; } 
}
@media all and (max-width:750px){
	.abArea06 { padding:40px 0; }
	.abArea06 .bd { margin-top:20px; } 
}

.abArea07 { padding-top:100px; background:url(abArea07.png) no-repeat center top #fff; }
.abArea07 .bd { margin-top:120px; }
.abArea07 .bd ul li { float:left; width:32%; margin-right:2%; text-align:center; }
.abArea07 .bd ul li:nth-child(3n) { margin-right:0; }
.abArea07 .bd ul li:nth-child(n + 4) { margin-top:100px; }
.abArea07 .bd ul li .p1 { min-height:85px; }
.abArea07 .bd ul li .p1 img { max-height:50px; }
.abArea07 .bd ul li .p2 { font-size:32px; color:#202062; font-weight:bold; }
.abArea07 .bd ul li .p3 { margin-top:25px; }
.abArea07 .bd ul li .p4 { margin-top:25px; font-size:18px; line-height:35px; min-height:75px; }
.abArea07 .bd ul li .p5 { margin-top:15px; font-size:12px; line-height:25px; min-height:75px; display:none; }

@media all and (max-width:1680px){
	.abArea07 { padding-top:80px; }
	.abArea07 .bd { margin-top:80px; }
	.abArea07 .bd ul li { float:left; width:32%; margin-right:2%; }
	.abArea07 .bd ul li:nth-child(3n) { margin-right:0; }
	.abArea07 .bd ul li:nth-child(n + 4) { margin-top:100px; }
	.abArea07 .bd ul li .p1 { min-height:70px; }
	.abArea07 .bd ul li .p2 { font-size:24px;  }
	.abArea07 .bd ul li .p3 { margin-top:15px; }
	.abArea07 .bd ul li .p4 { margin-top:25px; font-size:16px; line-height:30px; min-height:60px; }
}
@media all and (max-width:1280px){
	.abArea07 { padding-top:60px; }
	.abArea07 .bd { margin-top:60px; }
	.abArea07 .bd ul li { float:left; width:32%; margin-right:2%; }
	.abArea07 .bd ul li:nth-child(3n) { margin-right:0; }
	.abArea07 .bd ul li:nth-child(n + 4) { margin-top:100px; }
	.abArea07 .bd ul li .p1 { min-height:55px; }
	.abArea07 .bd ul li .p1 img { max-height:40px; }
	.abArea07 .bd ul li .p2 { font-size:18px;  }
	.abArea07 .bd ul li .p3 { margin-top:10px; }
	.abArea07 .bd ul li .p4 { margin-top:20px; font-size:14px; line-height:25px; min-height:75px; }
}
@media all and (max-width:750px){
	.abArea07 { padding-top:40px; }
	.abArea07 .bd { margin-top:40px; }
	.abArea07 .bd ul li { float:left; width:49%; margin-right:2%; }
	.abArea07 .bd ul li:nth-child(3n) { margin-right:2%; }
	.abArea07 .bd ul li:nth-child(2n) { margin-right:0; }
	.abArea07 .bd ul li:nth-child(n + 3) { margin-top:20px; }
	.abArea07 .bd ul li .p1 { min-height:45px; }
	.abArea07 .bd ul li .p1 img { max-height:30px; }
	.abArea07 .bd ul li .p2 { font-size:18px;  }
	.abArea07 .bd ul li .p3 { margin-top:5px; }
	.abArea07 .bd ul li .p4 { display:none; }
	.abArea07 .bd ul li .p5 { display:block; }
}


.abArea08 { padding:100px 0; background:url(abArea08.png) no-repeat center bottom #fff; }
.abArea081 { margin-top:150px; }
.abArea081 .hd { float:left; width:360px; }
.abArea081 .hd ul li { margin-bottom:30px; padding-bottom:20px; border-bottom:1px solid #e2e2e4; color:#484a5a; cursor:pointer; }
.abArea081 .hd ul li:last-child { margin-bottom:0; padding-bottom:0; border-bottom:none; }
.abArea081 .hd ul li .p1 { font-size:32px; }
.abArea081 .hd ul li .p2 { font-size:20px; font-family:"Arial"; margin-top:10px; text-transform:uppercase; display:none; }

.abArea081 .hd ul li.on { color:#e86f2e; }
.abArea081 .hd ul li.on .p1 { font-weight:bold; }
.abArea081 .hd ul li.on .p2 { display:block; }

.abArea081 .bd { float:right; width:1040px; }
.abArea081 .bd ul li { float:left; width:49%; margin-right:2%; height:20px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.abArea081 .bd ul li a { font-size:18px; color:#484a5a; }
.abArea081 .bd ul li:nth-child(2n) { margin-right:0; }
.abArea081 .bd ul li:nth-child(n + 3) { margin-top:25px; }

@media all and (max-width:1680px){
	.abArea08 { padding:80px 0; }
	.abArea081 { margin-top:80px; }
	.abArea081 .hd { float:left; width:250px; }
	.abArea081 .hd ul li { margin-bottom:20px; padding-bottom:20px; }
	.abArea081 .hd ul li:last-child { margin-bottom:0; padding-bottom:0; }
	.abArea081 .hd ul li .p1 { font-size:24px; }
	.abArea081 .hd ul li .p2 { font-size:16px; }
 
	.abArea081 .bd { float:right; width:calc(100% - 350px); }
	.abArea081 .bd ul li a { font-size:16px; }
	.abArea081 .bd ul li:nth-child(n + 3) { margin-top:20px; }
}
@media all and (max-width:1280px){
	.abArea08 { padding:60px 0; }
	.abArea081 { margin-top:60px; }
	.abArea081 .hd { float:left; width:180px; }
	.abArea081 .hd ul li { margin-bottom:20px; padding-bottom:20px; }
	.abArea081 .hd ul li:last-child { margin-bottom:0; padding-bottom:0; }
	.abArea081 .hd ul li .p1 { font-size:20px; }
	.abArea081 .hd ul li .p2 { font-size:14px; }
 
	.abArea081 .bd { float:right; width:calc(100% - 240px); }
	.abArea081 .bd ul li a { font-size:14px; }
	.abArea081 .bd ul li:nth-child(n + 3) { margin-top:15px; }
}
@media all and (max-width:750px){
	.abArea08 { padding:40px 0; }
	.abArea081 { margin-top:30px; }
	.abArea081 .hd { float:left; width:80px; }
	.abArea081 .hd ul li { margin-bottom:20px; padding-bottom:20px; }
	.abArea081 .hd ul li:last-child { margin-bottom:0; padding-bottom:0; }
	.abArea081 .hd ul li .p1 { font-size:16px; }
	.abArea081 .hd ul li .p2 { font-size:12px; display:none!important; }
 
	.abArea081 .bd { float:right; width:calc(100% - 110px); }
	.abArea081 .bd ul li { float:none; width:100%; margin-right:0; }
	.abArea081 .bd ul li a { font-size:14px; }
	.abArea081 .bd ul li:nth-child(n + 2) { margin-top:5px; }
}

.whArea01 { padding:100px 0; background:url(whArea01.jpg) no-repeat center; background-size:cover; }
.whArea01 .bd { margin-top:50px; }
.whArea01 .bd .swiper-slide .pic { overflow:hidden; }
.whArea01 .bd .swiper-slide .pic img { transition: all 0.6s; }
.whArea01 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }


@media all and (max-width:1680px){
	.whArea01 { padding:80px 0; }
	.whArea01 .bd { margin-top:50px; }
}
@media all and (max-width:1280px){
	.whArea01 { padding:60px 0; }
	.whArea01 .bd { margin-top:40px; }
}
@media all and (max-width:750px){
	.whArea01 { padding:40px 0; }
	.whArea01 .bd { margin-top:20px; }
}

.whArea02 { padding:100px 0; background:#1f1a33; }
.whArea02 .Area-hd { color:#fff; }
.whArea02 .bd { position:relative; margin-top:50px; overflow:hidden; }
.whArea02 .bd .swiper-slide .pic { position:relative; overflow:hidden; }
.whArea02 .bd .swiper-slide .pic img { transition: all 0.6s; }
.whArea02 .bd .swiper-slide .pic p { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.5); z-index:2; display:none; }
.whArea02 .bd .swiper-slide .pic p i { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); padding-left:30px; font-size:16px; color:#fff; display:inline-block; background:url(wh03.png) no-repeat center left; z-index:2; }

.whArea02 .bd .swiper-slide .txt { margin-top:40px; color:#fff; }
.whArea02 .bd .swiper-slide .txt .p1 { position:relative; font-size:24px; line-height:25px; padding-left:40px; }
.whArea02 .bd .swiper-slide .txt .p1:before { position:absolute; display:block; content:""; width:18px; height:3px; left:0; top:11px; background:#fff; z-index:2; }
.whArea02 .bd .swiper-slide .txt .p2 { font-size:16px; line-height:30px; margin-top:20px; padding-right:35px; }

.whArea02 .bd .swiper-slide:hover .pic img  { transform: scale(1.1)!important; }
.whArea02 .bd .swiper-slide:hover .pic p  { display:block; }

.whArea02 .bd .prev-wh02,.whArea02 .bd .next-wh02 { position:absolute; top:35%; display:block; width:19px; height:33px; z-index:5; transition: all 0.6s; cursor:pointer; }
.whArea02 .bd .prev-wh02 { background:url(wh01.png) no-repeat center; left:-20px; }
.whArea02 .bd .next-wh02 { background:url(wh02.png) no-repeat center; right:-20px; }

.whArea02 .bd:hover .prev-wh02 { left:20px; }
.whArea02 .bd:hover .next-wh02 { right:20px; }


@media all and (max-width:1680px){
	.whArea02 { padding:80px 0; }
	.whArea02 .bd { margin-top:50px; }
	.whArea02 .bd .swiper-slide .txt { margin-top:30px; }
	.whArea02 .bd .swiper-slide .txt .p1 { font-size:18px; line-height:25px; padding-left:30px; }
	.whArea02 .bd .swiper-slide .txt .p1:before { width:15px; height:3px; top:11px; }
	.whArea02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; padding-right:25px; }
}
@media all and (max-width:1280px){
	.whArea02 { padding:60px 0; }
	.whArea02 .bd { margin-top:40px; }
	.whArea02 .bd .swiper-slide .txt { margin-top:20px; }
	.whArea02 .bd .swiper-slide .txt .p1 { font-size:16px; line-height:25px; padding-left:30px; }
	.whArea02 .bd .swiper-slide .txt .p1:before { width:15px; height:3px; top:11px; }
	.whArea02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; padding-right:10px; }
	
	.whArea02 .bd .swiper-slide .pic p i { font-size:14px; }
	
	.whArea02 .bd .prev-wh02 { left:20px; }
	.whArea02 .bd .next-wh02 { right:20px; }
	.whArea02 .bd:hover .prev-wh02 { left:20px; }
	.whArea02 .bd:hover .next-wh02 { right:20px; }
}
@media all and (max-width:750px){
	.whArea02 { padding:40px 0; }
	.whArea02 .bd { margin-top:20px; }
	.whArea02 .bd .swiper-slide .txt { margin-top:15px; }
	.whArea02 .bd .swiper-slide .txt .p1 { font-size:16px; line-height:25px; padding-left:20px; }
	.whArea02 .bd .swiper-slide .txt .p1:before { width:10px; height:3px; top:11px; }
	.whArea02 .bd .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; padding-right:0; }
	
	.whArea02 .bd .prev-wh02,.whArea02 .bd .next-wh02 { top:20%; }
	
	.whArea02 .bd .prev-wh02 { left:10px; }
	.whArea02 .bd .next-wh02 { right:10px; }
	.whArea02 .bd:hover .prev-wh02 { left:10px; }
	.whArea02 .bd:hover .next-wh02 { right:10px; }
}


.whArea03 { padding:100px 0; background:url(whArea03.jpg) no-repeat center; background-size:cover; }
.whArea03 .bd { margin-top:50px; }
/*
.whArea03 .bd .swiper-slide .txt { font-size:16px; background:rgba(255,255,255,0.5); color:#333; line-height:80px; padding:0 10px; text-align:center; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
*/
.whArea03 .bd .swiper-slide .pic { overflow:hidden; }
.whArea03 .bd .swiper-slide .pic img { transition: all 0.6s; }
.whArea03 .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }

.whArea03 .bd .swiper-slide .txt { padding:40px 25px 50px 25px; background:rgba(255,255,255,0.5); color:#333; }
.whArea03 .bd .swiper-slide .txt .p1 { font-size:20px; font-family:"Arial"; }
.whArea03 .bd .swiper-slide .txt .p2 { font-size:20px; margin-top:15px; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.whArea03 .bd1 .swiper-slide .txt .p3 { font-size:18px; margin-top:10px; line-height:35px; height:70px; color:#bdbdbd; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

 
.whArea03 .bd .swiper-slide:hover .txt { background:#eaeaea; }
.whArea03 .bd .swiper-slide:hover .txt .p1 {  }
.whArea03 .bd .swiper-slide:hover .txt .p2 { font-weight:bold; }
.whArea03 .bd .swiper-slide:hover .txt .p3 { }

.swiper-pagination-wh03 { text-align:center; margin-top:25px; display:none; }

.whArea03 .bd01 { margin-top:55px; text-align:center; }
.whArea03 .bd01 a { display:inline-block; padding:0 55px; line-height:50px; font-size:16px; color:#202062; border:1px solid #202062; border-radius:30px; }
.whArea03 .bd01 a:hover { color:#fff; background:#202062; }


@media all and (max-width:1680px){
	.whArea03 { padding:80px 0; }
	.whArea03 .bd { margin-top:50px; }
	/*
	.whArea03 .bd .swiper-slide .txt { font-size:16px; line-height:60px; padding:0 10px; }
	*/
	
	.whArea03 .bd .swiper-slide .txt { padding:30px 20px 40px 20px; }
	.whArea03 .bd .swiper-slide .txt .p1 { font-size:18px; }
	.whArea03 .bd .swiper-slide .txt .p2 { font-size:18px; margin-top:15px; line-height:20px; height:20px; }
	.whArea03 .bd .swiper-slide .txt .p3 { font-size:16px; margin-top:10px; line-height:30px; height:60px; }
	
	.whArea03 .bd01 { margin-top:45px; }
	.whArea03 .bd01 a { padding:0 45px; line-height:45px; font-size:16px; }
}
@media all and (max-width:1280px){
	.whArea03 { padding:60px 0; }
	.whArea03 .bd { margin-top:40px; }
	
	/*
	.whArea03 .bd .swiper-slide .txt { font-size:14px; line-height:40px; padding:0 5px; }
	*/
	
	.whArea03 .bd .swiper-slide .txt { padding:20px 15px 30px 15px; }
	.whArea03 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.whArea03 .bd .swiper-slide .txt .p2 { font-size:16px; margin-top:15px; line-height:20px; height:20px; }
	.whArea03 .bd .swiper-slide .txt .p3 { font-size:14px; margin-top:10px; line-height:25px; height:50px; }
	
	.whArea03 .bd01 { margin-top:40px; }
	.whArea03 .bd01 a { padding:0 35px; line-height:40px; font-size:14px; }
 
}
@media all and (max-width:750px){
	.whArea03 { padding:40px 0; }
	.whArea03 .bd { margin-top:20px; }
	
	.whArea03 .bd .swiper-slide .txt { padding:20px 4%; }
	.whArea03 .bd .swiper-slide .txt .p1 { font-size:16px; }
	.whArea03 .bd .swiper-slide .txt .p2 { font-size:16px; margin-top:10px; line-height:20px; height:20px; }
	.whArea03 .bd .swiper-slide .txt .p3 { font-size:14px; margin-top:10px; line-height:25px; height:50px; }
	
	.swiper-pagination-wh03 { display:block; }
	
	.whArea03 .bd01 { margin-top:25px; }
	.whArea03 .bd01 a { padding:0 30px; line-height:35px; font-size:14px; }

}


.xqArea01 { float:left; width:calc(100% - 520px); }

.xqArea02 { float:right; width:480px; }
.xqArea02 .hd { margin-bottom:30px; line-height:35px; }
.xqArea02 .hd p { display:inline-block; font-size:30px; font-weight:bold; }
.xqArea02 .hd a { float:right; display:inline-block; font-size:16px; }

.xqBox01 .bd ul { border-top:1px solid #e4e4e4; }
.xqBox01 .bd ul li { line-height:70px; font-size:20px; border-bottom:1px solid #e4e4e4; }
.xqBox01 .bd ul li span { float:right; font-family:"Arial"; color:#b5b5b5; }
.xqBox01 .bd ul li a { float:left; display:block; width:calc(100% - 120px); max-width:900px; color:#242424; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.xqBox01 .bd ul li:hover a { font-weight:bold; color:#ef874d; }

.xqBox02 { position:relative; margin-top:50px; }
.xqBox02 .btn { position:absolute; top:5px; right:0; z-index:2; }
.xqBox02 .btn .prev-xq01,.xqBox02 .btn .next-xq01 { display:inline-block; width:32px; height:32px; margin-left:15px; cursor:pointer; }
.xqBox02 .btn .prev-xq01 { background:url(xq01.png) no-repeat center; }
.xqBox02 .btn .next-xq01 { background:url(xq02.png) no-repeat center; }

.xqBox02 .swiper-slide { position:relative; overflow:hidden; }
.xqBox02 .swiper-slide .pic { position:relative; overflow:hidden; }
.xqBox02 .swiper-slide .pic img { transition: all 0.6s; }
.xqBox02 .swiper-slide .pic p { position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.5); /*background:rgba(234,112,45,0.7);*/ z-index:2; display:none; }
.xqBox02 .swiper-slide .txt { display:none; }

.xqBox02 .swiper-slide .txt01 { position:absolute; left:20px; right:20px; bottom:10px; opacity:0; z-index:2; transition: all 0.6s; }
.xqBox02 .swiper-slide .txt01 .p1 { font-size:30px; color:#fff; font-weight: lighter; font-family: "Microsoft YaHei"; }
.xqBox02 .swiper-slide .txt01 .p2 { font-size:20px; color:#fff; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.xqBox02 .swiper-slide:hover .txt01 { bottom:20px; opacity:1; }

@media all and (max-width:1680px){
	.xqArea01 { float:left; width:calc(100% - 350px); }

	.xqArea02 { float:right; width:300px; }
	.xqArea02 .hd { margin-bottom:30px; line-height:35px; }
	.xqArea02 .hd p { display:inline-block; font-size:30px; font-weight:bold; }
	.xqArea02 .hd a { float:right; display:inline-block; font-size:16px; }

	.xqBox01 .bd ul li { line-height:50px; font-size:16px; }
	.xqBox01 .bd ul li a { width:calc(100% - 120px); }

	.xqBox02 { margin-top:40px; }
	
	.xqBox02 .swiper-slide .txt01 .p1 { font-size:24px; }
	.xqBox02 .swiper-slide .txt01 .p2 { font-size:16px; }
}
@media all and (max-width:1280px){
	.xqArea01 { float:none; width:100%; }
	
	.xqArea02 { display:none; }
	.xqArea02 .hd { margin-bottom:20px; line-height:25px; }
	.xqArea02 .hd p { font-size:24px; }
	.xqArea02 .hd a { font-size:14px; }

}
@media all and (max-width:750px){

	.xqArea02 .hd { margin-bottom:20px; line-height:25px; }
	.xqArea02 .hd p { font-size:24px; }
	.xqArea02 .hd a { font-size:14px; }

}





















