@charset "utf-8";
/* Banner */
.banner { position:relative; width:100%; overflow:hidden; z-index:3; }
.banner .bd { zoom:1; }
.banner .bd img { width:100%!important; height:auto!important; }

/* 主体 */
.container { position:relative; padding:0; background:#eef2f5; padding:25px 0 40px; z-index:8; }
.wrap { position:relative; margin:0 auto; }

.sidebar { float:left; width:255px; }
.main { float:right; width:calc(100% - 280px); }

.leftTitle { width:100%; font-size: 20px; color: #fff; padding:20px 20px 20px 40px; background: #1c63b3; text-align: left; box-sizing: border-box; }

.menu { background:#fff; }
.menu dl dt { border-bottom: 1px solid #eeeeee; }
.menu dl dt .hh { position:relative; padding-left: 15px; }
.menu dl dt .hh a { display:inline-block; padding:20px 40px 20px 30px; font-size: 16px; font-weight:bold; color: #383838; line-height:25px; background-size:20px 20px!important; }
.menu dl dt .hh em {width:15px; height: 15px; background-image: url(left01.png); background-position: center; background-repeat: no-repeat; position: absolute; right: 26px; top: 50%; margin-top: -7px; cursor:pointer;} 

.menu dl dt .hh em.on {background-image: url(left02.png);}

.menu dl dt .hh a:hover,.menu dl dt .hh a.current { color:#1c63b3; }

.menu dl dt .pp { background-color: #e5eef4; padding:10px 10px 10px 45px; }
.menu dl dt .pp p a { display:block; padding:5px 0; color: #5f5f5f; font-size: 14px; }
.menu dl dt .pp p a:hover,.menu dl dt .pp p.current a { color: #1c63b3; }

.m-rdm { display:none; font-size:0; margin-top:20px; }
.m-rdm a { display:inline-block; margin:0 10px 10px 0; padding:5px 10px; border:1px solid #ddd; font-size:14px; }
.m-rdm a:hover,.m-rdm .current { border:1px solid #0e6ac0; background:#0e6ac0; color:#fff; }

@media all and (max-width:1200px){
	.sidebar { float:left; width:205px; }
	.main { float:right; width:calc(100% - 230px); }
	
	.leftTitle { font-size: 18px; padding:20px 15px 20px 20px; }
	
	.menu dl dt .hh { position:relative; padding-left: 0; }
	.menu dl dt .hh a { display:inline-block; padding:15px 30px 15px 20px; font-size: 16px; }
	.menu dl dt .hh em { right:15px; } 
	
	.menu dl dt .pp { background-color: #e5eef4; padding:10px 10px 10px 25px; }
}
@media all and (max-width:1000px){
	.leftTitle { display:none; }
	.sidebar { float:none; width:100%; }
	
	.menu { background:none; }
	.menu dl { font-size:0; }
	.menu dl dt { display:inline-block; border-bottom:none; margin:0 10px 10px 0; }
	.menu dl dt .hh {  padding-left:0; }
	.menu dl dt .hh a { display:inline-block; padding:0 15px; font-size:14px; font-weight:normal; background:#fff; color: #4c4c4c; line-height:40px; }
	.menu dl dt .hh em { display:none; } 

 
	.menu dl dt .hh a:hover,.menu dl dt .hh a.current { color:#fff; background:#1c63b3; }
 
	
	.menu dl dt .pp { display:none!important; }
	
	.main { float:none; width:100%; }
	
	
	
	.m-rdm { display:block; }
}
 
/* 面包屑 */
.location { position:relative; width:1200px; margin:0 auto; display:none; }
.location h3 { display:none; float:left; padding-left:10px; border-left:5px solid #069; color:#000; font-size:21px; font-weight:normal; }
.breadcrumbs { position:absolute; top:-57px; right:0; z-index:5;  height:55px; line-height:55px; color:#b6b6b6; }
.breadcrumbs a { display:inline-block; margin:0 5px; vertical-align:top; font-size:12px; color:#b6b6b6; }
.breadcrumbs a:last-child { color:#0e6ac0; }
.breadcrumbs .u-home { padding-left:20px; background:url(o_ico_03.gif) no-repeat 0 center; }

@media all and (max-width:1200px){
	.location { display:none; }
}

 
/* 内容模式 */
.article { padding:0 0 40px; line-height:2; font-size:14px; 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; line-height:35px; }
.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 .bd { font-size:14px; line-height:1.5; }
}

/* 头部新闻 */
.hotNews { margin-bottom:30px; background:#848484; overflow:hidden; }
.hotNews .pic { float:left; width:390px; height:250px; margin-right:5px; }
.hotNews .pic img { width:100%; height:100%; }
.hotNews dl { display:block; overflow:hidden; zoom:1; padding:25px 20px 0 15px; line-height:22px; }
.hotNews dl dt { margin-bottom:13px; padding-left:10px; background:url(o_ico_05.jpg) no-repeat 0 13px; color:#fff; font-size:14px; line-height:30px; }
.hotNews dl dt a { color:#fff; }
.hotNews dl dt a:hover { color:#000; }
.hotNews dl .i { min-height:110px; padding-bottom:10px; padding-left:10px; color:#eee; }
.hotNews dl .m { width:84px; height:24px; margin-left:10px; background:#fff; line-height:24px; text-align:center; }
.hotNews dl .m a { display:block; color:#333; }
.hotNews dl .m a:hover { background:#666; color:#fff; }

/* 新闻列表 */
.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; }

.ttArea { position:relative; background:#fff; margin-bottom:25px; text-align:center; padding:35px 140px 20px 140px; }
.ttArea .p1 { font-size:30px; line-height:32px; height:32px; font-weight:bold; color:#2166c3; margin-bottom:10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.ttArea .p2 { font-size:16px; line-height:28px; color:#898989; }
.ttArea .p3 { position:absolute; top:0; left:0; width:100px; height:100px; background:url(tt.png) no-repeat top left; z-index:9; }
.ttArea:hover { box-shadow: #cfdfec 0px 5px 10px; }

.newArea01 { padding-top:10px; margin-bottom:25px; }
.newArea01 form { padding:45px 0 35px 60px; background:#fff; }
.newArea01 form p { float:left; width:105px; height:37px; line-height:37px; font-size:20px; color:#000; }
.newArea01 form select { float:left; width:240px; height:35px; line-height:35px; border:1px solid #e0e0e0; border-radius:5px; margin-right:20px; padding-left:15px; font-size:14px; color:#999; }
.newArea01 form .txt { float:left; width:230px; height:35px; line-height:35px; border:1px solid #e0e0e0; margin-right:20px; padding-left:10px; font-size:14px; color:#999; }
.newArea01 form .btn { float:left; width:210px; height:35px; line-height:35px; background:#1f88f2; font-size:14px; color:#fff; cursor:pointer; }

.newArea02 { padding-bottom:60px; }
.newArea02 ul li { padding:25px 15px 0 0; transition: all 0.6s; }
.newArea02 ul li .date { float:left; width:65px; border:1px solid #a7b0b5; text-align:center; margin-top:15px; }
.newArea02 ul li .date p { height:45px; background:#a7b0b5; color:#fff; line-height:45px; font-size:26px; }
.newArea02 ul li .date span { display:block; height:25px; color:#a7b0b5; line-height:25px; font-size:12px; }
.newArea02 ul li .con { float:right; width:calc(100% - 135px); padding-left:25px; background:url(li04.jpg) no-repeat top left; min-height:170px; border-bottom:1px solid #dadada; *zoom:1; }
.newArea02 ul li .con:after { content: '\20'; display: block; height: 0; clear: both; }
.newArea02 ul li .con .txt {  }
.newArea02 ul li .con .txt .p1 { font-size:20px; color:#444242; height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.newArea02 ul li .con .txt .p2 { font-size:14px; color:#444242; padding-left:20px; margin:10px 0; background:url(n01.png) no-repeat center left; }
.newArea02 ul li .con .txt .p3 { font-size:14px; color:#444242; line-height:24px; }
.newArea02 ul li .con .txt01 { width:calc(100% - 290px); }
.newArea02 ul li .con .pic { float:right; width:240px; overflow:hidden; }
.newArea02 ul li .con .pic img { transition: all 0.6s; }
.newArea02 ul li .con .pic img:hover { transform: scale(1.1)!important; }

.newArea02 ul li:hover { background:#fff; padding:25px 15px 0 0; /*box-shadow: #cfdfec 0px 5px 10px;*/ }
.newArea02 ul li:hover .con { border-color:#fff; }
.newArea02 ul li:hover .date { border-color:#0e6ac0; }
.newArea02 ul li:hover .date p { background:#0e6ac0; }
.newArea02 ul li:hover .date span { color:#0e6ac0; }


@media all and (max-width:1200px){
	.newArea01 form .btn { margin-top:15px; }
}
@media all and (max-width:1100px){
	.newArea01 form { padding:45px 35px 35px 35px; }
	.newArea01 form p { float:none; text-align:center; width:100%; height:20px; line-height:20px; font-size:18px; color:#000; margin-bottom:15px; }
	
	.newArea01 form select { float:left; width:32%; margin-right:0; margin-left:2%; box-sizing: border-box; }
	.newArea01 form .txt { float:left; width:32%; margin-right:0; box-sizing: border-box; }
	 
	.newArea01 form .btn { float:none; }
}


@media all and (max-width:750px){
	.newArea01 { padding:15px 2%; margin-bottom:15px; background:#fff; }
	.newArea01 form { padding:0; }
	 
	.newArea01 form select { float:none; width:100%; margin:0 0 15px 0; }
	.newArea01 form .txt { float:none; width:100%; margin:0 0 15px 0; }
	.newArea01 form .btn { float:none; width:100%; }

	.ttArea { margin-bottom:15px; padding:20px 35px 20px 35px; }
	.ttArea .p1 { font-size:16px; height:20px; line-height:20px; }
	.ttArea .p2 { font-size:14px; line-height:20px; height:40px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
	.ttArea .p3 { width:50px; height:55px; background-size:contain; }
	
	.newArea02 { padding-bottom:15px; }
	.newArea02 ul li { padding:15px 0; border-bottom:1px solid #dadada; }
	.newArea02 ul li .date { margin-top:0; }
	 
	.newArea02 ul li .con { float:right; width:calc(100% - 85px); padding-left:0;  min-height:auto; border-bottom:none; }
	.newArea02 ul li .con .txt {   }
	.newArea02 ul li .con .txt .p1 { font-size:16px; }
	.newArea02 ul li .con .txt .p2 { font-size:12px; margin:5px 0; }
	.newArea02 ul li .con .txt .p3 { font-size:12px; line-height:20px; height:40px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
	 
	.newArea02 ul li:hover { padding:15px 0; }
 
}

/* 图文新闻 */
.picnews { padding-bottom:40px; }
.picnews ul li { border-bottom:1px dashed #d9d9d9; }
.picnews ul li a { display:block; padding:25px 0; }
.picnews ul li .pic { float:left; width:425px; }
.picnews ul li .txt01 { float:right; width:110px; color:#b8b8b8; padding-top:65px; }
.picnews ul li .txt01 .p1 { font-size:60px; line-height:1; }
.picnews ul li .txt01 .p2 { width:32px; height:2px; margin:15px 0; background:#a9aeb5; transition: all 0.6s; }
.picnews ul li .txt01 .p3 { font-size:18px; line-height:1; }
.picnews ul li .txt { float:left; width:calc(91% - 535px); margin-left:4.5%; padding-top:40px; }
.picnews ul li .txt .p1 { font-size:22px; color:#333; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { display:none; color:#555861; font-size:14px; margin-top:10px; }
.picnews ul li .txt .p3 { margin:30px 0 45px; line-height:25px; font-size:16px; color:#555861; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .txt .p4 { width:105px; height:30px; text-align:center; line-height:30px; background:#0e6ac0; color:#fff; border-radius:25px; }
.picnews ul li .txt .p4 i { display:inline-block; /*padding-right:20px; background:url(ny01.png) no-repeat center right;*/ font-size:14px; }

.picnews ul li:hover .txt .p1 { color:#000; font-weight:bold; }
.picnews ul li:hover .txt01 { color:#0e6ac0; }
.picnews ul li:hover .txt01 .p2 { background:#0e6ac0; width:70px; }

@media all and (max-width:1480px){
	.picnews ul li .pic { float:left; width:350px; }
	.picnews ul li .txt01 { width:80px; padding-top:35px; }
	.picnews ul li .txt { width:calc(94% - 430px); margin-left:3%; padding-top:20px; }
	.picnews ul li .txt .p3 { margin:20px 0 35px; }
}
@media all and (max-width:1200px){
	.picnews ul li .pic { float:left; width:300px; }
	.picnews ul li .txt01 { width:70px; padding-top:35px; }
	.picnews ul li .txt01 .p1 { font-size:40px; }
	.picnews ul li .txt01 .p2 { margin:10px 0; }
	.picnews ul li .txt01 .p3 { font-size:14px; }
	
	.picnews ul li .txt { width:calc(94% - 370px); margin-left:3%; padding-top:20px; }
	.picnews ul li .txt .p1 { font-size:16px; height:20px; line-height:20px; }
	.picnews ul li .txt .p3 { margin:15px 0 25px; line-height:25px; font-size:14px; }	
}
@media all and (max-width:1000px){
	.picnews ul li .txt01 { display:none; }
	.picnews ul li .txt { float:right; width:calc(100% - 330px); margin-left:0; }
	.picnews ul li .txt .p2 { display:block; }
	.picnews ul li .txt .p3 { margin:10px 0 15px; line-height:20px; }
	.picnews ul li .txt .p4 i { font-size:12px; }
}
@media all and (max-width:750px){
	.picnews ul li .pic { float:none; width:100%; } 
	.picnews ul li .txt { float:none; width:100%; margin-top:25px; padding-top:0; }
	
}
 
/* 图片列表 */
.piList { margin:0 0 20px; }
.piList .pic-item-list { width:100%; margin:0 0 20px; }
.piList .pic-item-list .pic-item { display:block; float:left; position:relative; width:32%; margin:0 2% 25px 0; }
.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
.piList .pic-item-list .list-pic { display:block; text-align:center; width:100%; overflow:hidden; /*border:1px solid #ddd;*/ background:#fff; box-sizing: border-box; }
.piList .pic-item-list .list-pic img { width:100%; height:auto; }
.piList .pic-item-list dl { padding:0 10px; text-align:center; background:#dee1e4; color:#4a4a4a; }
.piList .pic-item-list dl dt { height:50px; font-size:16px; line-height:50px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.piList .pic-item-list dl dt a { color:#4a4a4a; }
.piList .pic-item-list .pic-item:hover dl { background:#0e6ac0; color:#fff; }
.piList .pic-item-list .pic-item:hover dl dt a { color:#fff; }
 
@media all and (max-width:750px){
	.piList .pic-item-list .pic-item { width:49%; margin:0 2% 2% 0; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%;; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	
	.piList .pic-item-list dl dt { height:35px; font-size:14px; line-height:35px; }
}
 
/* 分页 */
.page { padding:0 0 40px; 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 #0e6ac0; background:#0e6ac0; 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; }
 

.hrArea { position:relative; background:#1c63b3; margin-bottom:25px; }
.hrArea .pic { float:right; width:595px; }
.hrArea .txt { position:absolute; width:calc(90% - 595px); left:5%; top:50%; transform: translateY(-50%); color:#fff; z-index:5; }
.hrArea .txt .p1 { font-size:26px; font-weight:bold; line-height:1; margin-bottom:30px; }
.hrArea .txt .p2 { font-size:14px; line-height:25px; text-align:justify; }
 
.hrArea01 { padding-bottom:60px; }
.hrArea01 ul li { float:left; width:49%; margin:0 2% 2% 0; background:#fff; } 
.hrArea01 ul li:nth-child(2n) { margin-right:0; } 
.hrArea01 ul li a { display:block; padding:30px; }
.hrArea01 ul li .p1 { font-size:18px; padding-left:30px; background:url(j01.png) no-repeat center left; color:#333; }
.hrArea01 ul li .p2 { margin-top:25px; padding-top:25px; border-top:1px solid #e0e0e0; }
.hrArea01 ul li .p2 .p21 { float:left; width:25%; font-size:16px; color:#aaa; line-height:1; }
.hrArea01 ul li .p2 .p21 i { display:block; margin-bottom:15px; }
.hrArea01 ul li .p2 .p21 span { display:block; color:#333; }
 
@media all and (max-width:1200px){
	.hrArea .txt { width:calc(94% - 595px); left:3%; }
}
@media all and (max-width:1100px){
	.hrArea .pic { width:450px; }
	.hrArea .txt { width:calc(94% - 450px); left:3%; }
}
@media all and (max-width:1000px){
	.hrArea .pic { width:400px; }
	.hrArea .txt { width:calc(94% - 400px); left:3%; }
	.hrArea .txt .p1 { font-size:20px; margin-bottom:20px; }
	.hrArea .txt .p2 { font-size:14px; line-height:25px; }
 
	.hrArea01 { padding-bottom:30px; }
	.hrArea01 ul li a { padding:20px 15px; }
	.hrArea01 ul li .p1 { font-size:16px; }
	.hrArea01 ul li .p2 { margin-top:15px; padding-top:15px; }
	.hrArea01 ul li .p2 .p21 { font-size:14px; }
	.hrArea01 ul li .p2 .p21 i { margin-bottom:10px; }
} 
@media all and (max-width:750px){
	.hrArea .pic { float:none; width:100%; }
	.hrArea .txt { position:relative; width:100%; left:0; top:0; transform: translateY(0); padding:25px 15px; box-sizing: border-box; }
 
	.hrArea01 ul li { float:none; width:100%; margin:0 0 15px 0; }
	.hrArea01 ul li a { padding:20px 3%; }
} 
@media all and (max-width:400px){
	.hrArea01 ul li .p2 .p21 { width:33.33%; }
	.hrArea01 ul li .p2 .p21:nth-child(4) { display:none; }
} 

.fzArea { position:relative; padding-bottom:50px; z-index:5; }
.fzArea:before { position:absolute; top:55px; left:0; right:0; height:2px; background:#d0d0d0; display:block; content:""; z-index:0; }
.fzArea .wrap { position:relative; padding:0 95px; box-sizing: border-box; }
.fzArea .p1 { height:30px; margin-left:25px; background:url(fz01.png) no-repeat center left; }
.fzArea .p2 { height:2px; background:#1c63b3; margin:25px 0 35px; }
.fzArea .p4 { font-size:38px; color:#1c63b3; line-height:1; margin-bottom:25px; }
.fzArea .p5 { font-size:14px; color:#707070; line-height:30px; max-height:390px; overflow-y:auto; padding-right:15px; text-align:justify; }
 
.fzArea .p5::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#c1c4cb}
.fzArea .p5::-webkit-scrollbar-track{background:#eee}
.fzArea .p5::-webkit-scrollbar-corner{background:transparent}
.fzArea .p5::-webkit-scrollbar{width:7px;height:7px}

.fzArea .prev-ny01,.fzArea .next-ny01 { position:absolute; top:43px; width:27px; height:27px; cursor:pointer; display:block; z-index:5; }
.fzArea .prev-ny01 { background:url(fz02.png) no-repeat center #eef2f5; left:0; }
.fzArea .next-ny01 { background:url(fz03.png) no-repeat center #eef2f5; right:0; }
 
@media all and (max-width:1200px){
	.fzArea .wrap { padding:0 35px; }
}
@media all and (max-width:750px){
	.fzArea .wrap { padding:0; }
	.fzArea .p1 { margin-left:0; background:url(fz01.png) no-repeat center; }
	.fzArea .p2 { margin:25px 50px 35px; }
	.fzArea .p4 { font-size:28px; margin-bottom:25px; text-align:center; }
	.fzArea .p5 { font-size:12px; line-height:20px; max-height:240px; padding-right:10px; }
	 
}
  
 