@charset "utf-8";
/* Banner */
.banner-ny { position:relative; }
.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; }

.leftTitle { display:none; }

.menu { box-shadow: #eee 0px 5px 10px; }
.menu ul li { float:left; text-align:center; }
.menu ul li a { display:block; width:100%; font-size:18px; color:#333;  height:85px; line-height:85px; text-align:center; border-bottom:3px solid #fff; }
.menu ul li a.current,.menu ul li a:hover { border-color:#0079c3; }

@media all and (max-width:1200px){
	.menu ul li a { font-size:14px; height:60px; line-height:60px; }
}

.ny-hd { text-align:center; font-size:32px; color:#777; font-weight:bold; margin-bottom:60px; }
.ny-hd01 { text-align:center; font-size:32px; color:#777; font-weight:bold; margin:95px 0 50px; }

@media all and (max-width:1680px){
	.ny-hd { font-size:24px; margin-bottom:40px; }
	.ny-hd01 { font-size:24px; margin:50px 0 40px; }
}
@media all and (max-width:1200px){
	.ny-hd { font-size:20px; margin-bottom:30px; }
	.ny-hd01 { font-size:20px; margin:30px 0; }
}
@media all and (max-width:750px){
	.ny-hd { font-size:18px; margin-bottom:30px; }
	.ny-hd01 { font-size:18px; margin:30px 0; }
}

.erArea { display:none; margin:0 0 30px; }
.erArea .hd { position:relative; border-bottom: 1px solid #ccc; }
.erArea .hd h2 { padding:15px 0; color:#0079c3; font-size:18px; line-height:30px; vertical-align:top; }

.erArea .hd .col { float:right; height:30px; margin:15px 0 0 0; padding:0 20px; line-height:30px; border-radius:3px; border:1px solid #ddd; text-align:center; }
.erArea .hd .col a { color:#333; font-size:14px; }

.m-menu01 { position:fixed; top:0; right:-50%; width:45%; height:100%; background:#fff; z-index:99; opacity:0; overflow:auto; }
.m-menu01 .site-nav {  padding:30% 5% 7% 15%;  min-height:400px; overflow-y:auto; }
.m-menu01 li { padding-bottom:15px; font-size:15px; }
.m-menu01 li:hover a,.m-menu01 .current a { color: #0079c3; }
.m-menu01 li dl { padding-left:15%; display:none; }
.m-menu01 li dt { padding-top:8px; padding-bottom:0; font-size:12px; }
.m-menu01 li a { color:#333; }
.m-menu01 li dt a { color:#333; }
.m-menu01 li dt.on a { color:#0079c3; }
.m-menu01 li:hover dt a,.m-menu01 .current dt a { color: #333; }

.m-menu01 li.p dl { display:block; }

@media all and (max-width:1200px){
	.menu { display:none; }
	.erArea { display:block; }
	
	.ny-hd { display:none; }
}

.main { padding:70px 0; }
@media all and (max-width:1200px){
	.main { padding:20px 0 50px; }
}
@media all and (max-width:750px){
	.main { padding:0 0 30px; }
}
 
 
/* 内容模式 */
.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(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(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:32%; margin:0 2% 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 .pic  img:hover { transform: scale(1.1)!important; }
.picnews ul li .txt { padding:20px 10px; }
.picnews ul li .txt .p1 { font-size:16px; line-height:30px; height:60px; color:#000; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .txt .p2 { font-size:14px; color:#777; margin-top:20px; }

.picnews ul li:hover { box-shadow: #ddd 0px 0px 10px; }
 
@media all and (max-width:1200px){
	.picnews ul li .txt { padding:10px 0; }
	.picnews ul li .txt .p1 { font-size:14px; line-height:25px; height:50px; }
	.picnews ul li .txt .p2 { font-size:12px; margin-top:10px; }
	.picnews ul li:hover { box-shadow:none; }
}
@media all and (max-width:750px){
	.picnews ul li { width:49%; margin:0 2% 4% 0; }
	.picnews ul li:nth-child(3n) { margin-right:2%; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li .txt .p2 { margin-top:5px; }
}


/* 图片列表 */
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 2.5% 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:5px; }
.piList .pic-item-list .pic-item dl dt { height:30px; font-size:16px; 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:750px){
	.piList .pic-item-list .pic-item { width:49%;  }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }

}
 
/* 分页 */
.page { padding:0; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #ddd; background:#fff; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #0079c3; background:#0079c3; color:#fff; }

/* 人才招聘 */
.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; }


.dlsArea ul li { float:left; width:49%; margin:0 2% 2% 0; padding:3% 2% 0; min-height:260px; box-shadow: #dbedf8 0px 0px 10px; box-sizing: border-box; }
.dlsArea ul li:nth-child(2n) { margin-right:0; }
.dlsArea ul li .p1 { font-size:24px; color:#0079c3; }
.dlsArea ul li .p2 { font-size:16px; color:#777; line-height:32px; margin-top:25px; }

@media all and (max-width:1200px){
	.dlsArea ul li { min-height:210px; }
	.dlsArea ul li .p1 { font-size:18px; }
	.dlsArea ul li .p2 { font-size:14px; line-height:25px; margin-top:15px; }
}
@media all and (max-width:900px){
	.dlsArea ul li { float:none; width:100%; margin:0 0 15px 0; padding:15px 4%; min-height:auto; }
	.dlsArea ul li .p1 { font-size:16px; }
	.dlsArea ul li .p2 { font-size:14px; line-height:25px; margin-top:10px; }
}

.conArea { margin-top:-40px; }
.conArea .hd { font-size:18px; color:#777; text-align:center; }
.conArea .bd { margin-top:40px; }
.conArea .bd ul { text-align:center; color:#777; }
.conArea .bd ul li .p2 { margin-top:15px; font-size:16px; }
.conArea .bd ul li .p3 { margin-top:20px; font-size:18px; }
.conArea .bd01 { margin-top:60px; }

@media all and (min-width:750px){
	.conArea .bd ul { display:flex; flex-direction:row; justify-content:space-between; }
}
@media all and (max-width:1680px){
	.conArea { margin-top:-20px; }
	.conArea .bd ul li .p2 { margin-top:15px; font-size:14px; }
	.conArea .bd ul li .p3 { margin-top:20px; font-size:16px; }
}
@media all and (max-width:1200px){
	.conArea { margin-top:0; }
	.conArea .bd ul li .p2 { margin-top:15px; font-size:14px; }
	.conArea .bd ul li .p3 { margin-top:20px; font-size:16px; }
}
@media all and (max-width:750px){
	.conArea { margin-top:0; }
	.conArea .bd { margin-top:30px; }
	.conArea .bd ul li { float:left; width:50%; padding:0 10px; box-sizing: border-box; }
	.conArea .bd ul li .p2 { margin-top:5px; font-size:14px; }
	.conArea .bd ul li .p3 { margin-top:10px; font-size:14px; line-height:25px; min-height:100px; }
	
	.conArea .bd01 { margin-top:20px; }
}

.jrArea01 { position:relative; }
.jrArea01 .pic { float:right; width:620px; }
.jrArea01 .txt { position:absolute; top:50%; left:0; transform: translateY(-50%);  width:670px; min-height:320px; padding:50px 30px 0 30px; background:#fff; border:1px solid #b5b5b5; box-sizing: border-box; z-index:4; }
.jrArea01 .txt .p1 { font-size:24px; color:#0079c3; }
.jrArea01 .txt .p2 { width:60px; height:1px; background:#0079c3; margin-top:5px; }
.jrArea01 .txt .p3 { font-size:16px; line-height:2; color:#777; margin-top:30px; }

.jrArea02 ul li { position:relative; float:left; width:48%; border:1px solid #dcdcdc; padding:30px 4%; margin:0 4% 3% 0; box-sizing: border-box; }
.jrArea02 ul li:nth-child(2n) { margin-right:0; }
.jrArea02 ul li .p1 { border-bottom:1px solid #dcdcdc; }
.jrArea02 ul li .p1 i { display:inline-block; font-size:20px; color:#000; padding-left:35px; line-height:42px; background:url(jr01.png) no-repeat center left; }
.jrArea02 ul li .p2 { position:absolute; top:30px; right:8%; line-height:42px; font-size:18px; color:#707071; }
.jrArea02 ul li .p3 { margin-top:30px; }
.jrArea02 ul li .p3 dl { display:flex; flex-direction:row; justify-content:space-between; }
.jrArea02 ul li .p3 dl dt i { display:block; font-size:16px; color:#000; }
.jrArea02 ul li .p3 dl dt i:nth-child(1) { font-size:14px; color:#707071; }


@media all and (max-width:1200px){
	.jrArea01 .txt { width:670px; min-height:auto; padding:50px 30px; }
	.jrArea01 .txt .p1 { font-size:20px; }
	.jrArea01 .txt .p2 { width:60px; height:1px; background:#0079c3; margin-top:5px; }
	
	.jrArea02 ul li .p1 i { font-size:18px; }
	.jrArea02 ul li .p2 { font-size:14px; }
	.jrArea02 ul li .p3 { margin-top:20px; }
	.jrArea02 ul li .p3 dl dt i { font-size:14px; }
	.jrArea02 ul li .p3 dl dt i:nth-child(1) { font-size:12px; }
}
@media all and (max-width:900px){
	.jrArea01 .pic { float:none; width:100%; }
	.jrArea01 .txt { position:relative; top:auto; left:0; transform: translateY(0); width:100%; padding:30px 4%;  }
	.jrArea01 .txt .p1 { font-size:18px; }
	.jrArea01 .txt .p3 { font-size:14px; margin-top:20px; }
	
	.jrArea02 ul li { float:none; width:100%; padding:20px 4%; margin:0 0 3% 0; }
	.jrArea02 ul li .p1 i { font-size:16px; padding-left:25px; line-height:42px; background-size:16px 20px; }
	.jrArea02 ul li .p2 { right:4%; top:20px; }
	.jrArea02 ul li .p3 { margin-top:10px; }
	.jrArea02 ul li .p3 dl { display:block; }
	.jrArea02 ul li .p3 dl dt { float:left; width:50%; }
	.jrArea02 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; }
	.jrArea02 ul li .p3 dl dt i:nth-child(1) { font-size:14px; width:65px; }
}

.mlArea { padding-bottom:30px; }
.mlArea ul li { margin-bottom:20px; background:#fafafc; }
.mlArea ul li a { display:block; padding:20px; }
.mlArea ul li .pic { float:left; width:320px; }
.mlArea ul li .txt { position:relative; float:right; width:calc(100% - 360px); }
.mlArea ul li .txt .p1 { font-size:20px; line-height:40px; color:#000; padding-right:120px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.mlArea ul li .txt .p2 { position:absolute; top:0; right:0; font-size:14px; line-height:40px; color:#000; z-index:2; }
.mlArea ul li .txt .p3 { margin-top:20px; font-size:16px; line-height:2; color:#777; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.mlArea ul li .txt .p4 { margin-top:15px; text-align:right; }
.mlArea ul li .txt .p4 i { display:inline-block; width:130px; height:40px; line-height:40px; text-align:center; color:#777; border:1px solid #777; font-size:16px; }

.mlArea ul li:hover { background:#fff; box-shadow:#eee 0px 0px 10px; }
.mlArea ul li:hover .txt .p4 i { background:#0079c3; border-color:#0079c3; color:#fff; }

@media all and (max-width:1200px){
	.mlArea ul li .txt .p1 { font-size:16px; line-height:30px; padding-right:0; }
	.mlArea ul li .txt .p2 { position:relative; top:0; right:auto; font-size:14px; line-height:20px; margin-top:5px; }
	.mlArea ul li .txt .p3 { margin-top:20px; font-size:14px; }
	.mlArea ul li .txt .p4 { margin-top:15px; text-align:right; }
	.mlArea ul li .txt .p4 i { width:120px; height:30px; line-height:30px; font-size:14px; }
}
@media all and (max-width:900px){
	.mlArea ul li a { display:block; padding:15px; }
	.mlArea ul li .pic { width:240px; }
	.mlArea ul li .txt { width:calc(100% - 260px); }
	.mlArea ul li .txt .p1 { font-size:16px; line-height:30px; padding-right:0; }
	.mlArea ul li .txt .p2 { position:relative; top:0; right:auto; font-size:12px; line-height:20px; margin-top:5px; }
	.mlArea ul li .txt .p3 { margin-top:5px; font-size:12px; line-height:1.6; }
	.mlArea ul li .txt .p4 { margin-top:10px; text-align:left; }
	.mlArea ul li .txt .p4 i { width:120px; height:30px; line-height:30px; font-size:12px; }
}
@media all and (max-width:750px){
	.mlArea ul li a { display:block; padding:15px 10px; }
	.mlArea ul li .pic { float:none; width:100%; }
	.mlArea ul li .txt { float:none; width:100%; margin-top:15px; }
}


.dhArea { float:left; width:220px; box-shadow: #eee 0px 5px 10px; }
.dhArea .p1 { padding:30px 15px; font-size:24px; margin-bottom:1px; color:#fff; background: linear-gradient(to right,#009ee5,#0070bb); }
.dhArea .p2 ul li { border-bottom:1px solid #e5e5e5; }
.dhArea .p2 ul li a { display:block; padding:15px; font-size:16px; background: linear-gradient(to right,#009ee5,#0070bb); color:#fff; }

.dhArea .p2 ul li.current a { background:#fff; color:#777; }
.dhArea .p2 ul li:hover a { background:#fff; color:#777; }
 
.jsArea01 { float:right; width:calc(100% - 240px); }

@media all and (max-width:1200px){
	.dhArea { display:none; }
	.jsArea01 { float:none; width:100%; }
}

.pyjArea .p1 { position:relative; font-size:18px; color:#0071bc; padding-bottom:10px; border-bottom:1px solid #e5e5e5; }
.pyjArea .p1:before { position:absolute; left:0; bottom:-1px; display:block; content:""; width:65px; height:2px; background:#0070bb; z-index:2; }
.pyjArea .p2 { margin-top:15px; }
.pyjArea .p2 ul li { border-bottom:1px solid #e5e5e5; background:url(pyj.png) no-repeat 0 24px; }
.pyjArea .p2 ul li span { float:right; margin-left:20px; font-size:14px; color:#777; padding:15px 0; }
.pyjArea .p2 ul li a { display:block; padding:15px 0 15px 15px; font-size:16px; color:#777; }
.pyjArea .p2 ul li:hover a { color:#0070bb; }

@media all and (max-width:750px){
	.pyjArea .p1 { display:none; font-size:16px; }
	.pyjArea .p2 { margin-top:0; }
	.pyjArea .p2 ul li { background:url(pyj.png) no-repeat 0 22px; }
	.pyjArea .p2 ul li a { padding:15px 0 15px 15px; font-size:14px; }
}

.gstArea01 { padding-top:0; }
.gstArea01 .pic { position:relative; float:left; width:480px; padding:20px 15px 0 15px; }
.gstArea01 .pic:before { position:absolute; left:0; top:0; width:190px; height:90px; background:#0071bc; display:block; content:""; z-index:-1; }
.gstArea01 .pic:after { position:absolute; right:0; bottom:0; width:190px; height:90px; background:#72bb38; display:block; content:""; z-index:-1; }
.gstArea01 .txt { float:right; width:calc(100% - 540px); padding-top:45px; }
.gstArea01 .txt .p1 { font-size:20px; color:#0074bf; }
.gstArea01 .txt .p2 { width:95px; height:1px; margin-top:15px; background:#0074bf; }
.gstArea01 .txt .p3 { font-size:16px; line-height:2; color:#777; margin-top:20px; }

.gstArea02 { margin-top:50px; }
.gstArea02 table { width:100%; }
.gstArea02 table tr th { font-weight:normal; font-size:16px; color:#777; padding:15px 25px; text-align:left; box-sizing: border-box; word-break:break-all; }
.gstArea02 table tr th:nth-child(1) { width:20%; }
.gstArea02 table tr th:nth-child(2) { width:20%; }
 
.gstArea02 table tr th a { color:#0074bf; display:block; margin:5px 0 5px 0; }
.gstArea02 table tr th a:last-child { margin-right:0; }
.gstArea02 table tr th a:hover { color:#0079c3; }
 
.gstArea02 table tbody { border-top:1px solid #b5b5b5; }
.gstArea02 table tbody th { border-left:1px solid #b5b5b5; border-right:1px solid #b5b5b5;  border-bottom:1px solid #b5b5b5; }

.gstArea02 table thead { background:#0071bc; border-left:1px solid #0071bc; border-right:1px solid #0071bc; }
.gstArea02 table thead th { color:#fff; font-size:18px; }
.gstArea02 table thead th { border-right:1px solid #fff; }
.gstArea02 table thead th:last-child { border-right:none; }

.gstArea03 { margin-top:100px; }
.gstArea03 table { width:100%; }
.gstArea03 table tr th { font-weight:normal; font-size:16px; color:#777; padding:15px 25px; text-align:left; box-sizing: border-box; word-break:break-all; }
.gstArea03 table tr th:nth-child(1) { width:260px; }
 
.gstArea03 table tr th a { color:#0074bf; display:inline-block; }
 
.gstArea03 table tbody { border-top:1px solid #b5b5b5; }
.gstArea03 table tbody th { border-left:1px solid #b5b5b5; border-right:1px solid #b5b5b5;  border-bottom:1px solid #b5b5b5; }

.gstArea03 table thead { background:#0071bc; border-left:1px solid #0071bc; border-right:1px solid #0071bc; }
.gstArea03 table thead th { color:#fff; font-size:18px; }
.gstArea03 table thead th { border-right:1px solid #fff; }
.gstArea03 table thead th:last-child { border-right:none; }

@media all and (max-width:1680px){
	.gstArea01 { padding-top:0; }
	.gstArea01 .pic { width:350px; padding:10px 10px 0 10px; }
	.gstArea01 .txt { float:right; width:calc(100% - 390px); padding-top:10px; }
	.gstArea01 .txt .p1 { font-size:16px; }
	.gstArea01 .txt .p2 { margin-top:5px; }
	.gstArea01 .txt .p3 { font-size:14px; line-height:1.7; margin-top:15px; }
	
	.gstArea02 { margin-top:50px; }
	.gstArea02 table tr th { font-size:14px; padding:15px; }
	.gstArea02 table tr th a {    }
	.gstArea02 table tr th a:last-child { margin-right:0; }
  
	.gstArea02 table thead th { font-size:16px; }
	
	.gstArea03 { margin-top:50px; }
	.gstArea03 table tr th { font-size:14px; padding:15px; }
	.gstArea03 table tr th a {  }
	.gstArea03 table tr th a:last-child { margin-right:0; }
  
	.gstArea03 table thead th { font-size:16px; }
}
@media all and (max-width:1200px){
	.gstArea01 { padding-top:0; }
}
@media all and (max-width:900px){
	.gstArea01 .pic { float:none; width:100%; /*padding:10px 10px 0 10px;*/ padding:0; box-sizing: border-box; }
	.gstArea01 .pic:before { width:150px; display:none; }
	.gstArea01 .pic:after { width:150px; display:none; }
	.gstArea01 .txt { float:none; width:100%; padding-top:25px; }
	 
	.gstArea02 { margin-top:30px; }
	.gstArea02 table tr th { font-size:12px; padding:10px 5px; }
	.gstArea02 table tr th a { }
	.gstArea02 table tr th a:last-child { margin-right:0; }
  
	.gstArea02 table tr th:nth-child(1) { width:70px!important; }
	.gstArea02 table tr th:nth-child(2) { width:100px!important; }
	
	
	.gstArea03 { margin-top:30px; }
	.gstArea03 table tr th { font-size:12px; padding:10px 5px; }
	.gstArea03 table tr th a { margin:5px  0; }
	.gstArea03 table tr th a:last-child { margin-right:0; }
	
	.gstArea03 table tr th:nth-child(1) { width:100px; }
   
}

.disArea01 { padding-top:0; max-width:1200px; }
.disArea01 .pic { float:right; width:40%; padding-top:74px; }
.disArea01 .txt { float:left; width:55%; }
.disArea01 .txt .p1 { font-size:22px; color:#0071bc; padding:20px 0; font-weight:bold; border-bottom:1px solid #e5e5e5;  }
.disArea01 .txt .p2 { font-size:16px; color:#777; line-height:2; margin-top:30px; }

.disArea02 { line-height:2; font-size:16px; margin-top:60px; max-width:1200px; word-wrap:break-word; }
.disArea02 .sjArea { font-size:14px; }
.disArea02 img { max-width:100%; height:auto!important;  }

@media all and (max-width:1680px){
	.disArea01 { padding-top:0; }
}
@media all and (max-width:1200px){
	.disArea01 { padding-top:0; }
	.disArea01 .pic {  width:48.5%; padding-top:65px; }
	.disArea01 .txt { width:48.5%; }
	.disArea01 .txt .p1 { font-size:16px; padding:20px 0; }
	.disArea01 .txt .p2 { font-size:14px; margin-top:30px; }
}
@media all and (max-width:900px){
	.disArea01 .pic { float:none; width:100%; padding-top:0; }
	.disArea01 .txt { float:none; width:100%; margin-top:15px; }
	.disArea01 .txt .p1 { font-size:16px; padding:10px 0; }
	.disArea01 .txt .p2 { font-size:14px; margin-top:20px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; }
	
	.disArea02 { margin-top:30px; }
}


.abArea01 .txt { float:left; width:52%; padding-top:35px; }
.abArea01 .txt .p1 { font-size:24px; color:#006cb8; }
.abArea01 .txt .p2 { font-size:16px; color:#777; line-height:2; margin-top:35px; text-align:justify; }
.abArea01 .pic { position:relative; float:right; width:46.66%; padding:25px 25px 0 25px; box-sizing: border-box; }
.abArea01 .pic:before { position:absolute; right:0; top:0; width:210px; height:150px; background:#0071bc; display:block; content:""; z-index:-1; }
.abArea01 .pic:after { position:absolute; left:0; bottom:0; width:210px; height:80px; background:#72bb38; display:block; content:""; z-index:-1; }

.abArea02 { position:relative; margin-top:110px; padding:110px 0; z-index:2; }
.abArea02:before { position:absolute; left:50%; bottom:0; top:0; width:1920px; margin-left:-960px; display:block; content:""; background:#f7fafd;  z-index:-1; }
.abArea02 ul li:nth-child(1) { float:left; }
.abArea02 ul li:nth-child(2) { float:right; }
.abArea02 ul li .pic { float:left; width:135px;  }
.abArea02 ul li .txt { float:left; padding-top:35px; margin-left:20px; }
.abArea02 ul li .txt .p1 { font-size:20px; color:#000; }
.abArea02 ul li .txt .p2 { font-size:18px; color:#777; margin-top:10px; }
 
.abArea031 { position:relative; padding:0 120px; }
.abArea031 .swiper-slide p { position:relative; text-align:center; border-bottom:1px solid #e5e5e5; padding-bottom:15px; font-size:20px; line-height:25px; color:#51535e; cursor:pointer; }
.abArea031 .swiper-slide p:before { position:absolute; left:50%; bottom:-1px; margin-left:-25px; width:50px; height:2px; background:#006cb8; display:none; content:""; z-index:2; }
.abArea031 .swiper-slide-thumb-active p { font-weight:bold; color:#006cb8; }
.abArea031 .swiper-slide-thumb-active p:before { display:block; }

.abArea031 .prev-ab03,.abArea031 .next-ab03 { position:absolute; top:0; background:url(ab031.png) no-repeat center; display:block; width:36px; height:36px; border-radius:100%; overflow:hidden; z-index:2; }
.abArea031 .prev-ab03 { left:0; }
.abArea031 .next-ab03 { right:0; transform:rotateY(180deg); }

.abArea031 .prev-ab03:hover { background:url(ab032.png) no-repeat center; transform:rotateY(180deg); }
.abArea031 .next-ab03:hover { background:url(ab032.png) no-repeat center; transform:rotateY(0deg); }
 
.abArea032 { margin-top:80px; }
.abArea032 .txt { float:left; width:48.5%; padding-top:50px; }
.abArea032 .txt .p1 { font-size:18px; color:#006cb8; }
.abArea032 .txt .p2 { font-size:16px; color:#777; line-height:2; margin-top:30px; }
.abArea032 .pic { float:right; width:48.33%; }
 
@media all and (max-width:1280px){
	.abArea01 .txt .p1 { font-size:20px; }
	.abArea01 .txt .p2 { font-size:14px; line-height:2; margin-top:25px; }

	.abArea02 {  margin-top:90px; padding:90px 0; }
	.abArea02 ul li .pic { float:left; width:100px;  }
	.abArea02 ul li .txt { float:left; padding-top:20px; margin-left:15px; }
	.abArea02 ul li .txt .p1 { font-size:18px; }
	.abArea02 ul li .txt .p2 { font-size:14px; margin-top:10px; }
	
	.abArea032 { margin-top:50px; }
	.abArea032 .txt { padding-top:30px; }
	.abArea032 .txt .p1 { font-size:16px; }
	.abArea032 .txt .p2 { font-size:14px; line-height:2; margin-top:25px; }
}
@media all and (max-width:900px){
	.abArea01 .txt { float:none; width:100%; padding-top:0; }
	.abArea01 .txt .p1 { font-size:20px; }
	.abArea01 .txt .p2 { font-size:14px; line-height:2; margin-top:25px; }
	.abArea01 .pic { float:none; width:100%; padding:0; margin-top:25px; }
	 
	.abArea02 {  margin-top:30px; padding:30px 0; }
	 
	.abArea02 ul li { width:49%; text-align:center; }
	.abArea02 ul li .pic { float:none; width:80px; margin:0 auto;  }
	.abArea02 ul li .txt { float:none; padding-top:10px; margin-left:0; }
	.abArea02 ul li .txt .p1 { font-size:16px; }
	.abArea02 ul li .txt .p2 { font-size:12px; margin-top:10px; }
	
	.abArea031 { position:relative; padding:0 45px; }
	.abArea031 .swiper-slide p { padding-bottom:15px; font-size:16px; }
	.abArea031 .swiper-slide p:before { margin-left:-20px; width:40px; }
	
	.abArea031 .prev-ab03,.abArea031 .next-ab03 { top:5px; width:30px; height:30px; background-size:contain!important; }
	
	.abArea032 { margin-top:30px; }
	.abArea032 .txt { float:none; width:100%; padding-top:0; }
	.abArea032 .txt .p2 { margin-top:15px; }
	.abArea032 .pic { float:none; width:100%; margin-top:25px; }
}








