﻿

.topArea { position:relative; }

/* Banner */
.banner-ny { position:relative; }
.banner-ny img { width:100%; height:auto; }
.banner-ny .img02 { display:none; }
 
@media all and (max-width:750px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
}
 
/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:100px 0; }

@media all and (max-width:1680px){
	.main { padding:80px 0; }
}
@media all and (max-width:1280px){
	.main { padding:60px 0; }
}
@media all and (max-width:750px){
	.main { padding:30px 0; }
}

.ny-hd { text-align:center; line-height:1.1; margin-bottom:60px; }
.ny-hd .p1 { font-size:32px; color:#000; }
.ny-hd .p2 { width:80px; height:8px; background:url(../image/ab02.png) no-repeat center; margin:25px auto 0; }
.ny-hd .p3 { margin-top:25px; font-size:20px; color:#000; text-align:center; line-height:1.6; }

@media all and (max-width:1680px){
	.ny-hd .p1 { font-size:26px; }
	.ny-hd .p3 { font-size:16px; }
}
@media all and (max-width:1280px){
	.ny-hd { margin-bottom:40px; }
	.ny-hd .p1 { font-size:22px; }
	.ny-hd .p2 { margin-top:20px; }
	.ny-hd .p3 { margin-top:20px; }
}
@media all and (max-width:750px){
	.ny-hd { margin-bottom:20px; }
	.ny-hd .p1 { font-size:18px; }
	.ny-hd .p2 { margin-top:15px; height:5px; background-size:contain; }
	.ny-hd .p3 { margin-top:15px; font-size:14px; }
}

 
.leftTitle { display:none; }

.menu { position:relative; text-align:center; border-bottom:1px solid #e5e5e5; }
.menu ul li { position:relative; display:inline-block; margin:0 50px; }
.menu ul li a { position:relative; display:inline-block; padding:0 0 0 30px; font-size:20px; color:#777; height:100px; line-height:100px; }
.menu ul li a:before { position:absolute; display:none; content:""; left:30px; bottom:-1px; right:0; height:2px; background:#39286e; z-index:5; }
.menu ul li a.current,.menu ul li:hover a { color:#39286e; background:url(../image/menu.png) no-repeat center left; }
.menu ul li a.current:before,.menu ul li:hover a:before { display:block; }
 

@media all and (max-width:1680px){
	.menu ul li { margin:0 25px; }
	.menu ul li a { font-size:16px; height:70px; line-height:70px; }
}
@media all and (max-width:1200px){
	.menu { display:none; }
}

/* 内容模式 */
.article { line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .bd { font-size:14px; }
}
 
/* 面包屑 */
.location { width:1280px; margin:0 auto 30px; font-size:16px; color:#333; display:none; }
.location a { color:#333; display:inline-block; padding:0 10px; }
.location a.u-home { padding-left:25px; background:url(/images/u-home.png) no-repeat center left; }

@media all and (max-width:1680px){
	.location { width:100%; }
}
@media all and (max-width:1000px){
 
	.location { margin:0 auto 20px; font-size:12px; }
	.location a { padding:0 5px; }
}
 
 
/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 40px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(../image/o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }


/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:auto; margin-right:20px; padding:4px; border:1px solid #e7e7e7; box-sizing: border-box; }
.pothoItem .item .pic img { width:100%; height:auto; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

@media all and (max-width:750px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picnews ul li { float:left; width:31%; margin:0 3.5% 60px 0; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li .pic { overflow:hidden; }
.picnews ul li .pic img { transition: all 0.6s; }
.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li .txt { margin-top:25px; }
.picnews ul li .txt .p1 { font-size:18px; color:#000; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { font-size:14px; color:#777; margin-top:15px; }
.picnews ul li .txt .p3 { font-size:14px; color:#777; margin-top:15px; line-height:25px; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
 
@media all and (max-width:1200px){
	
	
	.picnews ul li .txt { margin-top:20px; }
	.picnews ul li .txt .p1 { font-size:16px; }
	.picnews ul li .txt .p2 { font-size:12px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:15px; } 
}
@media all and (max-width:750px){
	.picnews ul li { width:100%; margin:0 0 25px 0; }
	.picnews ul li:nth-child(3n) { margin-right:0; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	
	.picnews ul li .txt { margin-top:15px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:12px; margin-top:5px; }
	.picnews ul li .txt .p3 { font-size:12px; margin-top:10px; line-height:20px; height:40px; } 
}


/* 图片列表 */
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:24%; margin:0 1.33% 30px 0; }
.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:0; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList .pic-item-list .pic-item dl { padding:5px; margin-top:10px; }
.piList .pic-item-list .pic-item dl dt { height:30px; font-size:20px; line-height:30px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
 
.piList .pic-item-list .pic-item:hover .list-pic img { transform: scale(1.1)!important; }

@media all and (max-width:1680px){
	.piList .pic-item-list .pic-item dl dt { height:20px; font-size:16px; line-height:20px; }
}
@media all and (max-width:1100px){
	.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 2% 0; }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }
}
@media all and (max-width:750px){
	.piList .pic-item-list .pic-item { width:49%;  }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }

}
 
/* 分页 */
.page { padding-top: 20px; line-height:24px; text-align:center;padding-bottom:0; }
.page a { display:inline-block; margin:0 5px; padding:3px 11px; background:#f0f0f1; color:#4f4f4f; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#39286f; color:#fff; }

@media screen and (max-width: 1024px){
	.page{padding-top: 10px}
	.page a{padding: 0 5px;margin: 0 3px;font-size: 12px}
}

/* 人才招聘 */
.hr { position:relative; padding:0 0 40px; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#1c63b3; font-weight:bold; font-size:28px; margin-bottom:30px; }
.hr-list .info { padding:5px 0; line-height:25px; font-size:14px; }

@media all and (max-width:750px){
	.hr-list .title { font-size:20px; margin-bottom:15px; }
	.hr-list .info { font-size:12px; }
}
 
  
/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel input {  vertical-align:middle; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:30px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:30px; line-height:30px; padding:0 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

@media all and (max-width:750px){
	.form-panel li.field label { width:65px; }
	.form-panel .text { width:calc(100% - 65px); }
	.form-panel .textarea { width:calc(100% - 65px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 65px; _padding:0 10px 20px 65px; clear:both; }
}

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }


.lxArea ul li { float:left; width:49.375%; margin-right:1.25%; padding:20px 4%; border:1px solid #dcdcdc; box-sizing: border-box; }
.lxArea ul li:nth-child(2n) { margin-right:0; }
.lxArea ul li:nth-child(n + 3) { margin-top:50px; }

.lxArea ul li .p1 { height:50px; line-height:50px; padding-left:40px; font-size:24px; color:#000; border-bottom:1px solid #dcdcdc; background:url(../image/lx01.png) no-repeat center left; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.lxArea ul li .p2 { font-size:18px; line-height:35px; min-height:150px; color:#777; margin-top:30px; }
.lxArea ul li .p2 i { color:#000; }

@media all and (max-width:1680px){
	.lxArea ul li { padding:20px 3%; }
	.lxArea ul li:nth-child(n + 3) { margin-top:30px; }

	.lxArea ul li .p1 { height:45px; line-height:45px; padding-left:40px; font-size:18px; }
	.lxArea ul li .p2 { font-size:14px; line-height:25px; min-height:100px; margin-top:20px; }
}
@media all and (max-width:1280px){
	.lxArea ul li { float:none; width:100%; margin-right:0; padding:5px 3% 20px; }
	.lxArea ul li:nth-child(2n) { margin-right:0; }
	.lxArea ul li:nth-child(n + 2) { margin-top:20px; }

	.lxArea ul li .p1 { height:auto; line-height:25px; font-size:14px; background:url(../image/lx01.png) no-repeat 0 18px; background-size:17px 20px; padding:15px 0 15px 25px; display:-webkit-box; white-space: normal;  -webkit-box-orient:vertical; -webkit-line-clamp:5; }
	.lxArea ul li .p2 { font-size:13px; line-height:1.7;  min-height:25px; }
}

.ywArea ul li { margin-bottom:40px; }
.ywArea ul li .pic { float:left; width:50%; }
.ywArea ul li .txt { float:left; width:50%; padding:50px 30px 0 30px; box-sizing: border-box; }
.ywArea ul li .txt .p1 { font-size:26px; color:#000; }
.ywArea ul li .txt .p2 { width:67px; height:2px; background:url(../image/yw01.png) no-repeat center right; margin-top:10px; }
.ywArea ul li .txt .p3 { font-size:16px; color:#777; line-height:2; margin-top:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:5; text-align:justify; }
.ywArea ul li .txt .p4 { margin-top:40px; }
.ywArea ul li .txt .p4 i { display:inline-block; width:120px; height:40px; text-align:center; line-height:40px; font-size:14px; color:#39286f; border:1px solid #39286f; }

.ywArea ul li:nth-child(2n) .pic { float:right; }

.ywArea ul li:hover { box-shadow: #dbdada 0px 0px 10px; }
.ywArea ul li:hover .p4 i { background:#39286f; color:#fff; }
 
@media all and (max-width:1680px){
	.ywArea ul li .txt { padding:30px 25px 0 25px; }
	.ywArea ul li .txt .p1 { font-size:20px; }
	.ywArea ul li .txt .p2 { width:67px; height:2px; background:url(../image/yw01.png) no-repeat center right; margin-top:10px; }
	.ywArea ul li .txt .p3 { font-size:14px; line-height:2; margin-top:30px; }
	.ywArea ul li .txt .p4 { margin-top:30px; }
}
@media all and (max-width:1280px){
	.ywArea ul li .txt { padding:30px 20px 0 20px; }
	.ywArea ul li .txt .p1 { font-size:18px; }
	.ywArea ul li .txt .p2 { width:55px; margin-top:10px; }
	.ywArea ul li .txt .p3 { font-size:14px; line-height:1.7; margin-top:20px; }
	.ywArea ul li .txt .p4 { margin-top:20px; }
	.ywArea ul li .txt .p4 i { width:100px; height:30px; line-height:30px; font-size:14px; }
}
@media all and (max-width:1000px){
	.ywArea ul li { box-shadow: #dbdada 0px 0px 10px; margin-bottom:20px; }
	.ywArea ul li .txt { float:none; width:100%; padding:20px 15px; }
	.ywArea ul li .txt .p1 { font-size:18px; }
	.ywArea ul li .txt .p2 { width:55px; margin-top:10px; }
	.ywArea ul li .txt .p3 { font-size:14px; line-height:1.7; margin-top:20px; }
	.ywArea ul li .txt .p4 { margin-top:20px; }
	.ywArea ul li .txt .p4 i { width:100px; height:30px; line-height:30px; font-size:14px; }
	
	.ywArea ul li .pic { float:none!important; width:100%;}
}

.disArea01 .pic { float:left; width:50%; }
.disArea01 .txt { float:right; width:47.5%; padding-top:35px; }
.disArea01 .txt .p1 { font-size:26px; color:#000; border-bottom:1px solid #e5e5e5; padding-bottom:25px; }
.disArea01 .txt .p2 { font-size:16px; color:#777; line-height:2; margin-top:30px; }
.disArea01 .txt .p3 { margin-top:80px; }
.disArea01 .txt .p3 a { display:inline-block; width:170px; text-align:center; border:1px solid #39286e; }
.disArea01 .txt .p3 a i { display:inline-block; height:40px; line-height:40px; padding-left:35px; font-size:14px; color:#000; background:url(../image/dis01.png) no-repeat center left; }

.disArea02 { margin-top:70px; }
.disArea02 .hd { font-size:24px; color:#000; }
.disArea02 .bd { margin-top:25px; font-size:16px; }
.disArea02 .bd img { max-width:100%; height:auto; }

.disArea02 .bd01 { margin-top:25px; font-size:16px; color:#737373; }
.disArea02 .bd01 table { width:100%; border-top:1px solid #ababab; border-left:1px solid #ababab; box-sizing: border-box; }
.disArea02 .bd01 table tr { border-bottom:1px solid #ababab; }
.disArea02 .bd01 table tr th { text-align:left; font-weight:normal; padding:25px 35px; border-right:1px solid #ababab; box-sizing: border-box; }

.disArea02 .bd01 table tr:nth-child(1) { font-size:20px; color:#000; }
.disArea02 .bd01 table tr th:nth-child(1) { width:275px; }
.disArea02 .bd01 table tr th:nth-child(3) { width:275px; text-align:center; }
.disArea02 .bd01 table tr th a { cursor:pointer; }

.xzArea { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.3); z-index:999; }
.xzArea .xzCon { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:800px; background:#fff; font-size:16px; padding:55px 70px; box-sizing: border-box; z-index:5; }
.xzArea .xzCon ul li:nth-child(n + 2) { margin-top:30px; }
.xzArea .xzCon ul li .p1 { margin-bottom:15px; color:#333; }
.xzArea .xzCon ul li .text { padding:0 15px; border:1px solid #b2b2b2; line-height:40px; width:100%; box-sizing: border-box; }
.xzArea .xzCon ul li .xz-close { float:left; width:46%; text-align:center; line-height:40px; height:40px; color:#fff; background:#aaa; cursor:pointer; }
.xzArea .xzCon ul li .btn01 { float:right; width:46%; text-align:center; line-height:40px; height:40px; color:#fff; background:#39286e; cursor:pointer; }

@media all and (max-width:1680px){
	.disArea01 .pic { float:left; width:50%; }
	.disArea01 .txt { float:right; width:47.5%; padding-top:20px; }
	.disArea01 .txt .p1 { font-size:20px; padding-bottom:20px; }
	.disArea01 .txt .p2 { font-size:14px; line-height:2; margin-top:20px; }
	.disArea01 .txt .p3 { margin-top:30px; }
	.disArea01 .txt .p3 a { width:120px; }
	.disArea01 .txt .p3 a i { height:35px; line-height:35px; padding-left:35px; font-size:14px; }

	.disArea02 { margin-top:50px; }
	.disArea02 .hd { font-size:20px; }
	.disArea02 .bd { margin-top:20px; font-size:14px; }
	
	.disArea02 .bd01 { margin-top:20px; font-size:14px; }
	.disArea02 .bd01 table tr th { padding:20px 25px; }

	.disArea02 .bd01 table tr:nth-child(1) { font-size:16px; }
	.disArea02 .bd01 table tr th:nth-child(1) { width:200px; }
	.disArea02 .bd01 table tr th:nth-child(3) { width:150px; }
	
	 
	.xzArea .xzCon { width:600px; font-size:14px; padding:35px 50px; }
	.xzArea .xzCon ul li:nth-child(n + 2) { margin-top:20px; }
	.xzArea .xzCon ul li .p1 { margin-bottom:15px; }
	.xzArea .xzCon ul li .text { padding:0 10px; line-height:40px; }
	.xzArea .xzCon ul li .xz-close { line-height:40px; height:40px; }
	.xzArea .xzCon ul li .btn01 { line-height:40px; height:40px; }
}
@media all and (max-width:1280px){
	.disArea01 .pic { float:left; width:50%; }
	.disArea01 .txt { float:right; width:47.5%; padding-top:10px; }
	.disArea01 .txt .p1 { font-size:18px; padding-bottom:15px; }
	.disArea01 .txt .p2 { font-size:14px; line-height:1.7; margin-top:15px; }
	.disArea01 .txt .p3 { margin-top:20px; }
	.disArea01 .txt .p3 a { width:120px; }
	.disArea01 .txt .p3 a i { height:35px; line-height:35px; padding-left:35px; font-size:14px; }

	.disArea02 { margin-top:30px; }
	.disArea02 .hd { font-size:18px; }
	.disArea02 .bd { margin-top:20px; font-size:14px; }
	
	.disArea02 .bd01 { margin-top:20px; font-size:14px; }
	.disArea02 .bd01 table tr th { padding:15px 10px; }

	.disArea02 .bd01 table tr:nth-child(1) { font-size:16px; }
	.disArea02 .bd01 table tr th:nth-child(1) { width:150px; }
	.disArea02 .bd01 table tr th:nth-child(3) { width:100px; }
	
	.xzArea .xzCon { width:500px; font-size:14px; padding:35px 50px; }
	.xzArea .xzCon ul li:nth-child(n + 2) { margin-top:15px; }
	.xzArea .xzCon ul li .p1 { margin-bottom:10px; }
	.xzArea .xzCon ul li .text { padding:0 10px; line-height:30px; }
	.xzArea .xzCon ul li .xz-close { line-height:30px; height:30px; }
	.xzArea .xzCon ul li .btn01 { line-height:30px; height:30px; }
}
@media all and (max-width:1000px){
	.disArea01 .pic { float:none; width:100%; }
	.disArea01 .txt { float:none; width:100%; padding-top:25px; }
	.disArea01 .txt .p1 { font-size:18px; padding-bottom:15px; }
	.disArea01 .txt .p2 { font-size:14px; line-height:1.7; margin-top:15px; }
	.disArea01 .txt .p3 { margin-top:20px; }
	.disArea01 .txt .p3 a { width:120px; }
	.disArea01 .txt .p3 a i { height:35px; line-height:35px; padding-left:35px; font-size:14px; }

	.disArea02 { margin-top:30px; }
	.disArea02 .hd { font-size:18px; }
	.disArea02 .bd { margin-top:20px; font-size:14px; }
	
	.disArea02 .bd01 { margin-top:20px; font-size:12px; }
	.disArea02 .bd01 table tr th { padding:10px; }

	.disArea02 .bd01 table tr:nth-child(1) { font-size:14px; }
	.disArea02 .bd01 table tr th:nth-child(1) { width:100px; }
	.disArea02 .bd01 table tr th:nth-child(3) { width:80px; padding:10px 0; }
	
	.xzArea .xzCon { width:92%; font-size:14px; padding:20px; }
	.xzArea .xzCon ul li:nth-child(n + 2) { margin-top:10px; }
	.xzArea .xzCon ul li .p1 { margin-bottom:10px; }
	.xzArea .xzCon ul li .text { padding:0 10px; line-height:30px; }
	.xzArea .xzCon ul li .xz-close { line-height:30px; height:30px; }
	.xzArea .xzCon ul li .btn01 { line-height:30px; height:30px; }
}

.zyArea01 { background-size:cover!important; padding:85px 0; }
.zyArea01 .pic { display:none; }
.zyArea01 .txt { float:right; width:48.125%; padding:55px 3.125%; margin-right:20px; font-size:16px; line-height:2; color:#000; background:#fff; }

.zyArea02 { max-width:1240px; margin:100px auto 0; }
.zyArea02 ul li { position:relative; float:left; width:48%; border:1px solid #dcdcdc; padding:30px 4%; margin:0 4% 3% 0; box-sizing: border-box; }
.zyArea02 ul li:nth-child(2n) { margin-right:0; }
.zyArea02 ul li .p1 { border-bottom:1px solid #dcdcdc; }
.zyArea02 ul li .p1 i { display:inline-block; font-size:20px; color:#000; padding-left:35px; line-height:42px; background:url(../image/jr01.png) no-repeat center left; }
.zyArea02 ul li .p2 { position:absolute; top:30px; right:8%; line-height:42px; font-size:18px; color:#707071; }
.zyArea02 ul li .p3 { margin-top:30px; }
.zyArea02 ul li .p3 dl { display:flex; flex-direction:row; justify-content:space-between; }
.zyArea02 ul li .p3 dl dt i { display:block; font-size:16px; color:#000; }
.zyArea02 ul li .p3 dl dt i:nth-child(1) { font-size:14px; color:#707071; }

.zyArea02 .tt { margin-top:30px; font-size:18px; color:#000; }

@media all and (max-width:1680px){
	.zyArea01 { padding:45px 0; }
	.zyArea01 .txt { float:right; width:60%; padding:35px 4%; margin-right:20px; font-size:14px; line-height:1.7; }
	
	.zyArea02 { margin:60px auto 0; }
}
@media all and (max-width:1200px){
 
	.zyArea02 ul li .p1 i { font-size:18px; }
	.zyArea02 ul li .p2 { font-size:14px; }
	.zyArea02 ul li .p3 { margin-top:20px; }
	.zyArea02 ul li .p3 dl dt i { font-size:14px; }
	.zyArea02 ul li .p3 dl dt i:nth-child(1) { font-size:12px; }
}
@media all and (max-width:1000px){
	.zyArea01 { padding:0; background:none; }
	.zyArea01 .pic { display:block; }
	.zyArea01 .txt { float:none; width:100%; padding:25px 4%; margin-right:0; box-sizing: border-box; border: 1px solid #b5b5b5; }
	
	.zyArea02 { margin:30px auto 0; }
}
@media all and (max-width:900px){
	 
	.zyArea02 ul li { float:none; width:100%; padding:10px 4%; margin:0 0 3% 0; }
	.zyArea02 ul li .p1 i { font-size:16px; padding-left:25px; line-height:42px; background-size:16px 20px; }
	.zyArea02 ul li .p2 { right:4%; top:20px; }
	.zyArea02 ul li .p3 { margin-top:10px; }
	.zyArea02 ul li .p3 dl { display:block; }
	.zyArea02 ul li .p3 dl dt { float:left; width:50%; }
	.zyArea02 ul li .p3 dl dt i { float:left; display:block; width:calc(100% - 70px); font-size:14px;  line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
	.zyArea02 ul li .p3 dl dt i:nth-child(1) { font-size:14px; width:65px; }
	
	.zyArea02 .tt { margin-top:20px; font-size:14px; color:#ef0000; }
}


.abArea01 { padding-bottom:115px; background:url(../image/ab01.png) no-repeat center bottom; }
.abArea01 .txt { float:left; width:48.125%; }
.abArea01 .txt .ny-hd { text-align:left; }
.abArea01 .txt .ny-hd .p2 { margin-left:0; margin-right:0; }
.abArea01 .txt .txt01 { font-size:16px; line-height:2; color:#777; }

.abArea01 .pic { float:right; width:49.375%; }

.abBox02 { position:relative; }
.abBox02 .pic { position:relative; }
.abBox02 .pic p { position:absolute; top:0; right:0; left:0; bottom:0; background:rgba(0,0,0,0.4); z-index:2; }
.abBox02 .txt { position:absolute; left:0; top:0; right:0; bottom:0; z-index:5; }
.abBox02 .txt ul { height:100%; }
.abBox02 .txt ul li { position:relative; float:left; width:33.33%; height:100%; box-sizing: border-box; cursor:pointer; }
.abBox02 .txt ul li .txt01 { position:absolute; top:50%; transform: translateY(-50%); left:7.5%; right:7.5%; transition: all 0.6s; color:#fff;  z-index:5; }
.abBox02 .txt ul li .txt01 .p1 { font-size:28px; text-align:center; line-height:1.1; }
.abBox02 .txt ul li .txt01 .p2 { width:56px; height:4px; margin:15px auto 0; background:#fff; }
.abBox02 .txt ul li .txt01 .p3 { font-size:16px; line-height:2; margin-top:45px; display:none; }

.abBox02 .txt ul li:hover {  background:rgba(0,0,0,0.4); }
.abBox02 .txt ul li:hover .txt01 { top:20%; transform: translateY(0); }
.abBox02 .txt ul li:hover .txt01 .p1 { text-align:left; }
.abBox02 .txt ul li:hover .txt01 .p2 { margin-left:0; margin-right:0; }
.abBox02 .txt ul li:hover .txt01 .p3 { display:block; }


.abArea03 { padding-top:100px; }
.abBox03  { position:relative; max-width:1285px; margin:0 auto; }
.abBox03 .pic { text-align:center; }
.abBox03 .txt ul li { position:absolute; z-index:2;  }
.abBox03 .txt ul li .p1 { width:16px; height:16px; background:#39286f; border-radius:100%; cursor:pointer; }
.abBox03 .txt ul li .p2 { position:absolute; top:-45px; left:30px; width:360px; padding:20px; background:#fff; box-shadow: #ddd 0px 0px 10px; display:none; }
.abBox03 .txt ul li .p2 .p21 { font-size:20px; color:#000; }
.abBox03 .txt ul li .p2 .p22 { font-size:14px; color:#777; line-height:2; margin-top:10px; }

.abBox03 .txt ul li:nth-child(1) { top:290px; left:475px; }
.abBox03 .txt ul li:nth-child(2) { top:280px; left:440px; }
.abBox03 .txt ul li:nth-child(3) { top:250px; left:450px; }
.abBox03 .txt ul li:nth-child(4) { top:310px; right:815px; }

.abBox03 .txt ul li:hover .p2 { display:block; }

@media all and (max-width:1680px){
	.abArea01 .txt .txt01 { font-size:14px; line-height:1.6; }
	
	.abBox02 .txt ul li .txt01 .p1 { font-size:20px; }
	.abBox02 .txt ul li .txt01 .p3 { font-size:14px; line-height:1.6; }
	
	.abArea03 { padding-top:80px; }
	.abBox03  { max-width:1000px; }
	.abBox03 .pic { width:100%; }
	.abBox03 .pic img { width:100%; height:auto; }
 
	.abBox03 .txt ul li .p1 { width:12px; height:12px; }
	.abBox03 .txt ul li .p2 { position:absolute; top:-45px; left:25px; width:320px; padding:20px 10px; }
	.abBox03 .txt ul li .p2 .p21 { font-size:16px; }
	.abBox03 .txt ul li .p2 .p22 { font-size:12px; line-height:1.7; }

	.abBox03 .txt ul li:nth-child(1) { top:235px; left:360px; }
	.abBox03 .txt ul li:nth-child(2) { top:225px; left:345px; }
	.abBox03 .txt ul li:nth-child(3) { top:210px; left:350px; }
	.abBox03 .txt ul li:nth-child(4) { top:240px; left:345px; right:auto; }
}
@media all and (max-width:1280px){
	.abArea03 { padding-top:60px; }
	.abBox03  { max-width:800px; }
 
	.abBox03 .txt ul li .p1 { width:6px; height:6px; }
	.abBox03 .txt ul li .p2 { top:-25px; left:20px; }
 
	.abBox03 .txt ul li:nth-child(1) { top:185px; left:290px; }
	.abBox03 .txt ul li:nth-child(2) { top:185px; left:280px; }
	.abBox03 .txt ul li:nth-child(3) { top:175px; left:290px; }
	.abBox03 .txt ul li:nth-child(4) { top:195px; left:280px; right:auto; }
}
@media all and (max-width:1000px){
	.abArea01 { padding-bottom:0; background:none; }
	.abArea01 .txt { float:none; width:100%; padding-bottom:30px; }
	.abArea01 .txt .ny-hd { text-align:center; }
	.abArea01 .txt .ny-hd .p2 { margin-left:auto; margin-right:auto; }
 
	.abArea01 .pic { float:none; width:100%; }
	
	.abArea02 { padding-top:60px; }
	
	.abBox02 .txt ul li .txt01 .p3 { margin-top:25px; }
	
	.abBox02 .txt ul li:hover .txt01 { top:10%; }
	
	
	.abBox03  { max-width:100%; }
	.abBox03 .pic { display:none; }
	.abBox03 .txt ul li { position:relative; }
	.abBox03 .txt ul li .p1 { display:none; }
	.abBox03 .txt ul li .p2 { position:relative; top:auto; left:auto; width:100%; padding:20px 4%; display:block; box-sizing: border-box; }
	.abBox03 .txt ul li .p2 .p21 { font-size:16px; }
	.abBox03 .txt ul li .p2 .p22 { font-size:14px; }
	.abBox03 .txt ul li:nth-child(n + 2) { margin-top:15px; }

	.abBox03 .txt ul li:nth-child(1) { top:auto; left:auto; }
	.abBox03 .txt ul li:nth-child(2) { top:auto; left:auto; }
	.abBox03 .txt ul li:nth-child(3) { top:auto; left:auto; }
	.abBox03 .txt ul li:nth-child(4) { top:auto; right:auto; }

	.abBox03 .txt ul li:hover .p2 { display:block; }
}
@media all and (max-width:750px){
	.abArea02 { padding-top:30px; }
	.abBox02 { position:relative; }
	.abBox02 .pic { position:absolute; top:0; left:0; right:0; bottom:0; background-size:cover; z-index:-1; }
	.abBox02 .pic img { display:none; }

	.abBox02 .txt { position:relative; left:auto; top:auto; right:auto; bottom:auto; z-index:5; }
	.abBox02 .txt ul { height:auto; }
	.abBox02 .txt ul li { float:none; width:100%; height:auto; padding:30px 0; }
	.abBox02 .txt ul li .txt01 { position:relative; top:auto; transform: translateY(0); left:auto; right:auto; margin:0 5%; }
	.abBox02 .txt ul li .txt01 .p2 { width:30px; height:2px; }
	.abBox02 .txt ul li .txt01 .p3 { display:block; text-align:center; }
	.abBox02 .txt ul li:nth-child(n + 2) { border-top:1px solid rgba(255,255,255,0.3); }
 
	.abBox02 .txt ul li:hover { background:rgba(0,0,0,0.4); }
	.abBox02 .txt ul li:hover .txt01 { top:auto; }
	.abBox02 .txt ul li:hover .txt01 .p1 { text-align:center; }
	.abBox02 .txt ul li:hover .txt01 .p2 { margin-left:auto; margin-right:auto; }
	.abBox02 .txt ul li:hover .txt01 .p3 { display:block; }

	.abArea03 { padding-top:30px; }
}


.abBox031 { position:relative; width:1280px; margin:0 auto; }
.abBox031 .pic img { width:1280px; height:auto; }
.abBox031 .txt01 { position:absolute; left:100px; bottom:60px; z-index:5; }
.abBox031 .txt01 ul li { position:relative; float:left; font-size:14px; padding-left:20px; color:#333; margin-right:40px; }
.abBox031 .txt01 ul li:before { position:absolute; left:0; top:50%; margin-top:-5px; width:10px; height:10px; display:block; content:""; border-radius:100%; z-index:2; }
.abBox031 .txt01 ul li:nth-child(1):before { background:#eda438; }
.abBox031 .txt01 ul li:nth-child(2):before { background:#faf057; }
.abBox031 .txt01 ul li:nth-child(3):before { background:#e4007f; }
.abBox031 .txt01 ul li:nth-child(4):before { background:#5cc1ea; }
.abBox031 .txt01 ul li:nth-child(5):before { background:#98cc52; }


.abBox031 .txt ul li { position:absolute; z-index:5;  }
.abBox031 .txt ul li .p1 { width:10px; height:10px; border-radius:100%; cursor:pointer; }
.abBox031 .txt ul li .p2 { position:absolute; top:-45px; left:30px; width:360px; padding:20px; background:#fff; box-shadow: #ddd 0px 0px 10px; display:none; }
.abBox031 .txt ul li .p2 .p21 { font-size:20px; color:#000; }
.abBox031 .txt ul li .p2 .p22 { font-size:14px; color:#777; line-height:2; margin-top:10px; }

.abBox031 .txt ul li:hover .p2 { display:block; }

.abBox031 .txt ul li:nth-child(1) .p1 { background:#eda438; }
.abBox031 .txt ul li:nth-child(2) .p1 { background:#faf057; }
.abBox031 .txt ul li:nth-child(3) .p1 { background:#e4007f; }
.abBox031 .txt ul li:nth-child(4) .p1 { background:#5cc1ea; }
.abBox031 .txt ul li:nth-child(5) .p1 { background:#98cc52; }
 
.abBox031 .txt ul li:nth-child(1) { left:790px; top:310px; }
.abBox031 .txt ul li:nth-child(2) { left:790px; top:235px; }
.abBox031 .txt ul li:nth-child(3) { left:745px; top:380px; }
.abBox031 .txt ul li:nth-child(4) { left:755px; top:305px; }
.abBox031 .txt ul li:nth-child(5) { left:635px; bottom:35px; }


@media all and (max-width:1680px){
	.abBox031 { width:100%; }
}
@media all and (max-width:1000px){
	.abBox031 { width:600px; margin:0 auto; }
	.abBox031 .pic { width:100%; margin:0 auto; }
	.abBox031 .pic img { width:100%; height:auto; }	
	
	.abBox031 .txt01 { position:relative; left:0; bottom:0; margin:25px 0 0 0; z-index:5; }
	.abBox031 .txt01 ul li { margin-right:20px; }
	.abBox031 .txt01 ul li:before {  margin-top:-4px; width:8px; height:8px; }
	
	.abBox031 .txt ul li .p1 { width:8px; height:8px; }
	.abBox031 .txt ul li:nth-child(1) { left:370px; top:145px; }
	.abBox031 .txt ul li:nth-child(2) { left:370px; top:110px; }
	.abBox031 .txt ul li:nth-child(3) { left:350px; top:180px; }
	.abBox031 .txt ul li:nth-child(4) { left:355px; top:140px; }
	.abBox031 .txt ul li:nth-child(5) { left:295px; bottom:65px; }
}
@media all and (max-width:750px){
	.abBox031 { width:100%; margin:0 auto; }
	.abBox031 .pic { display:none; } 
	.abBox031 .txt01 { display:none; } 
	
	.abBox031 .txt ul li { position:relative; }
	.abBox031 .txt ul li .p1 { display:none; }
	.abBox031 .txt ul li .p2 { position:relative; top:auto; left:auto; width:100%; padding:20px 4%; display:block; box-sizing: border-box; }
	.abBox031 .txt ul li .p2 .p21 { font-size:16px; }
	.abBox031 .txt ul li .p2 .p22 { font-size:14px; }
	.abBox031 .txt ul li:nth-child(n + 2) { margin-top:15px; }

	.abBox031 .txt ul li:nth-child(1) { top:auto; left:auto; }
	.abBox031 .txt ul li:nth-child(2) { top:auto; left:auto; }
	.abBox031 .txt ul li:nth-child(3) { top:auto; left:auto; }
	.abBox031 .txt ul li:nth-child(4) { top:auto; left:auto; }
	.abBox031 .txt ul li:nth-child(5) { bottom:auto; left:auto; }

	.abBox031 .txt ul li:hover .p2 { display:block; }
}







