@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; background:#f6f4f4; padding-bottom:100px; z-index:8; }
.wrap { position:relative; margin:0 auto; }
.wrap .sidebar {}
.wrap .main { display:block; overflow:hidden; *zoom:1; padding:0 60px; }
.wrapBt { height:0; background:none; overflow:hidden; clear:both; }

.conBox { background:#fff; padding:65px 0; border-top:2px solid #dcd0ae; margin-top:40px; }
.conBox01 { background:#fff; padding:55px 0 65px 0; }

@media all and (max-width:1500px){
	.container { padding-bottom:70px; }
	.wrap .main {  padding:0 40px; }
	.conBox { padding:50px 0; margin-top:30px; }
	.conBox01 { padding:50px 0; }

}
@media all and (max-width:1200px){
	.container { padding-bottom:50px; }
	.wrap .main { padding:0 30px; }
	.conBox { padding:40px 0; margin-top:30px; }
	.conBox01 { padding:40px 0; }
}
@media all and (max-width:1000px){
	.container { padding-bottom:30px; }
	.wrap .main { padding:0 25px; }
	.conBox { padding:25px 0; margin-top:30px; }
	.conBox01 { padding:25px 0; }
}
@media all and (max-width:750px){
	.wrap .main { padding:0 15px; }
	.conBox { padding:20px 0; margin-top:20px; }
	.conBox01 { padding:20px 0; }
}

/* 左侧栏目标题 */
.leftTitle { position:relative; margin-bottom:18px; padding:18px 0; color:#333; display:none; }
.leftTitle i,.leftTitle s { display:block; text-align:center; }
.leftTitle i { font-size:38px; line-height:58px; font-weight:normal; }
.leftTitle s { color:#888; font:12px/18px arial; text-decoration:none; text-transform:uppercase; }

/* 二级、三级菜单 */
.menu { padding-top:40px; }
.menu ul li { float:left; width:19.2%; margin:0 1% 1% 0; }
.menu ul li:nth-child(5n) { margin-right:0; }
.menu ul li a { display:block; background:#fff; text-align:center; font-size:16px; height:50px; line-height:50px; padding:0 5px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.menu ul li a:hover,.menu ul li .current { background:#bead68; color:#fff; }

/*
.m-rdm { padding:25px 0 10px; text-align:center; }
.m-rdm a { display:inline-block; margin:0 8px 10px; padding:3px 20px; border:1px solid #ddd; line-height:24px; }
.m-rdm a:hover,.m-rdm .current { border:1px solid #999; background:#999; color:#fff; }
*/


@media all and (max-width:1500px){
	.menu ul li { float:left; width:24.25%; margin:0 1% 1% 0; }
	.menu ul li:nth-child(5n) { margin-right:1%; }
	.menu ul li:nth-child(4n) { margin-right:0; }
	.menu ul li a { font-size:14px; }
}
@media all and (max-width:1200px){
	.menu ul li { float:left; width:32%; margin:0 2% 2% 0; }
	.menu ul li:nth-child(5n) { margin-right:2%; }
	.menu ul li:nth-child(4n) { margin-right:2%; }
	.menu ul li:nth-child(3n) { margin-right:0; }
	.menu ul li a { font-size:14px; }
}
@media all and (max-width:1000px){
	.menu { padding-top:30px; }
	.menu ul li { float:left; width:49%; margin:0 2% 1% 0; }
	.menu ul li:nth-child(5n) { margin-right:2%; }
	.menu ul li:nth-child(4n) { margin-right:2%; }
	.menu ul li:nth-child(3n) { margin-right:2%; }
	.menu ul li:nth-child(2n) { margin-right:0; }
	.menu ul li a { font-size:12px; height:35px; line-height:35px; }
}

/* 面包屑 */
.location { position:relative; height:75px; line-height:75px; background:#fff; box-shadow: #dddbdb 0px 5px 10px; color:#333; }
.location h3 { position:relative; float:right; font-size:18px; display:inline-block; padding:0 20px; font-weight:normal; }
.location h3:before { position:absolute; left:0; bottom:-2px; content:""; display:block; width:100%; height:5px; background:#c3ac68; z-index:5; }
.breadcrumbs { float:left; font-size:16px; }
.breadcrumbs a { display:inline-block; color:#333; padding:0 15px; background:url(o_ico_04.png) no-repeat 0 center; vertical-align:top; }
.breadcrumbs .u-home { padding-left:105px; background:url(u-home.jpg) no-repeat 0 center; }


@media all and (max-width:1000px){
	.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; }
.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%; }


/* 头部新闻 */
.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 { border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:16px; height:60px; line-height:60px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:20px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }

@media all and (max-width:750px){
	.list li { height:40px; line-height:40px; }
} 


/* 图文新闻 */
.pothoItem { margin:0; }
.pothoItem ul li { float:left; width:23.5%; margin:0 2% 4% 0; background:#f6f7fb; }
.pothoItem ul li:nth-child(4n) { margin-right:0; }
.pothoItem ul li dl { padding:25px 20px; }
.pothoItem ul li dl dt { font-size:16px; color:#333; height:20px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.pothoItem ul li dl dd.d { font-size:14px; color:#999; margin:10px 0; }
.pothoItem ul li dl dd.i { font-size:14px; color:#999; height:50px; line-height:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; } 

.pothoItem ul li dl dd.m { display:none; } 
 
@media all and (max-width:1200px){
	.pothoItem ul li { width:32%; margin:0 2% 3% 0; }
	.pothoItem ul li:nth-child(4n) { margin-right:2%; }	
	.pothoItem ul li:nth-child(3n) { margin-right:0; }	
}
@media all and (max-width:750px){
	.pothoItem { padding-bottom:25px; }
	.pothoItem ul li { width:49%; margin:0 2% 3% 0; } 
	.pothoItem ul li:nth-child(3n) { margin-right:2%; }
	.pothoItem ul li:nth-child(2n) { margin-right:0; }
	.pothoItem ul li dl { padding:15px 10px; }
	.pothoItem ul li dl dt { font-size:14px; }
	.pothoItem ul li dl dd { font-size:12px; margin-top:10px; }
} 


/* 图片列表 */
.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:23%; margin:0 2.66% 25px 0; }
.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:0; }
.piList .pic-item-list .list-pic { display:block; text-align:center; width:100%; overflow:hidden; }
.piList .pic-item-list .list-pic img { width:100%; height:auto; }
.piList .pic-item-list dl { padding:4px 5px; line-height:20px; text-align:center; }
.piList .pic-item-list dl dt { height:30px; font-size:14px; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

@media all and (max-width:1200px){
	.piList .pic-item-list .pic-item { width:32%; margin:0 2% 25px 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; }
}
@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(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; }
}


/* 分页 */
.page { padding:0 0 0; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #ddd; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #bead68; background:#bead68; 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:#c3ac68; 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:80px; }
	.form-panel .text { width:calc(100% - 80px); }
	.form-panel .textarea { width:calc(100% - 80px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 80px; _padding:0 10px 20px 80px; 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; }



.jobArea .hd { margin-bottom:40px; }
.jobArea .hd .p1 { font-size:30px; color:#000; line-height:1; }
.jobArea .hd .p2 { font-size:18px; color:#000; margin-top:30px; }

.jobArea .bd ul li { float:left; width:48.5%; background:#f6f4f4; margin:0 3% 3% 0; }
.jobArea .bd ul li:nth-child(2n) { margin-right:0; }
.jobArea .bd ul li a { display:block; padding:60px 50px; }
.jobArea .bd ul li .p1 { font-size:18px; color:#000; }
.jobArea .bd ul li .p2 { font-size:14px; color:#333; line-height:25px; height:125px; margin:25px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:5; }
.jobArea .bd ul li .p3 { font-size:14px; color:#333; }
.jobArea .bd ul li .p4 { font-size:36px; color:#666; margin-top:25px; text-align:right; line-height:1; }

@media all and (max-width:1400px){
	.jobArea .bd ul li { width:49%; margin:0 2% 2% 0; }
	.jobArea .bd ul li:nth-child(2n) { margin-right:0; }
	.jobArea .bd ul li a { padding:30px 20px; }
}
@media all and (max-width:1200px){
	.jobArea .hd { margin-bottom:30px; }
	.jobArea .hd .p1 { font-size:24px; }
	.jobArea .hd .p2 { font-size:16px; margin-top:20px; }

	.jobArea { padding-bottom:20px; }
	.jobArea .bd ul li a { padding:25px 15px; }
	.jobArea .bd ul li .p1 { font-size:16px; }
	.jobArea .bd ul li .p2 { margin:15px 0; }
	.jobArea .bd ul li .p4 { font-size:20px; margin-top:15px; }
}
@media all and (max-width:1000px){
	.jobArea .hd { margin-bottom:20px; }
	.jobArea .hd .p1 { font-size:20px; }
	.jobArea .hd .p2 { font-size:14px; margin-top:20px; }
	
	.jobArea .bd ul li { float:none; width:100%; margin:0 0 20px 0; }
	.jobArea .bd ul li a { padding:25px 15px; }
	.jobArea .bd ul li .p1 { font-size:16px; }
	.jobArea .bd ul li .p2 { font-size:12px; line-height:20px; height:100px; margin:10px 0; }
	.jobArea .bd ul li .p3 { font-size:12px; }
	.jobArea .bd ul li .p4 { font-size:24px; margin-top:10px; }
}


.qchArea { color:#333; }
.qchArea .img01 { float:right; width:50%; margin-left:4%; }
.qchArea .img02 { display:none; width:100%; margin-top:20px; }
.qchArea .p1 { font-size:30px; }
.qchArea .p2 { width:90px; height:3px; background:#767676; margin:20px 0 50px; }
.qchArea .p3 { font-size:16px; line-height:30px; }
 
@media all and (max-width:1400px){
	.qchArea .p1 { font-size:28px; }
	.qchArea .p2 {  margin:10px 0 20px; }
	.qchArea .p3 { font-size:14px; line-height:25px; }
}
@media all and (max-width:1200px){
	.qchArea .p1 { font-size:24px; }
}
@media all and (max-width:1000px){
	.qchArea .img01 { display:none; }
	.qchArea .img02 { display:block; }
	.qchArea .p1 { font-size:20px; }
}

.shArea { margin-top:60px; }
.shArea ul li { float:left; width:24%; margin:0 1.33% 35px 0; text-align:center; }
.shArea ul li:nth-child(4n) { margin-right:0; }
.shArea ul li .txt { font-size:16px; margin-top:10px; height:20px; line-height:20px; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

@media all and (max-width:1200px){
	.shArea { margin-top:40px; }
	.shArea ul li { width:32%; margin:0 2% 25px 0; }
	.shArea ul li:nth-child(4n) { margin-right:2%; }
	.shArea ul li:nth-child(3n) { margin-right:0; }
	.shArea ul li .txt { font-size:14px; }
}
@media all and (max-width:750px){
	.shArea { margin-top:30px; }
	.shArea ul li { width:49%; margin:0 2% 15px 0; }
	.shArea ul li:nth-child(4n) { margin-right:2%; }
	.shArea ul li:nth-child(3n) { margin-right:2%; }
	.shArea ul li:nth-child(2n) { margin-right:0; }
	.shArea ul li .txt { font-size:14px; }
}

.lyArea { margin-top:60px; }
.lyArea .hd .p1 { font-size:30px; }
.lyArea .hd .p2 { width:90px; height:3px; background:#767676; margin:20px 0 50px; }
.lyArea .bd { margin-top:50px; }
.lyArea .bd .swiper-slide a { display:block; padding:20px 0; background:#f6f4f4; }
.lyArea .bd .swiper-slide .txt { border-left:3px solid #c3ac68; padding:0 25px; font-size:16px; color:#333; }
.lyArea .bd .swiper-slide .txt .p1 { line-height:50px; height:50px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.lyArea .bd .swiper-slide .txt .p2 { line-height:25px; height:25px; color:#c3ac68; }
.lyArea .bd .btn { margin-top:30px; text-align:center; }
.lyArea .bd .btn a { display:inline-block; width:47px; height:46px; margin:0 20px; cursor:pointer; }
.lyArea .bd .btn a.prev-ly { background:url(ly01.png) no-repeat center; }
.lyArea .bd .btn a.next-ly { background:url(ly02.png) no-repeat center; }


@media all and (max-width:1400px){
	.lyArea .hd .p1 { font-size:28px; }
	.lyArea .hd .p2 {  margin:10px 0 20px; }
	
	.lyArea .bd .btn { margin-top:20px; }
	.lyArea .bd .btn a { width:35px; height:35px; background-size:contain!important; }
}
@media all and (max-width:1200px){
	.lyArea { margin-top:40px; }
	.lyArea .hd .p1 { font-size:24px; }
	.lyArea .bd { margin-top:30px; }
}
@media all and (max-width:1000px){
	.lyArea { margin-top:30px; }
	.lyArea .hd .p1 { font-size:20px; }
	.lyArea .bd { margin-top:20px; }
	.lyArea .bd .swiper-slide a { padding:15px 0; }
	.lyArea .bd .swiper-slide .txt { padding:0 15px 0 20px; font-size:14px; }
	.lyArea .bd .swiper-slide .txt .p1 { line-height:30px; height:30px; }
	.lyArea .bd .swiper-slide .txt .p2 { line-height:20px; height:20px; }	
}



.fzArea01 { float:left; width:50%; }
.fzArea01 .hd { font-size:30px; color:#333; margin-bottom:20px; }
.fzArea01 .hd01 { font-size:30px; color:#333; margin-bottom:20px; }
.fzArea01 .hd01 a { display:inline-block; padding:0 10px; height:40px; line-height:40px; font-size:18px; color:#333; margin-right:10px; border:1px solid #fff; cursor:pointer; }
.fzArea01 .hd01 a.on { border:1px solid #c3ac68; }
.fzArea02 { float:right; width:50%; min-height:610px; background:#f6f4f4; }

.fzArea .bd01 { text-align:right; font-size:18px; color:#333; margin-top:35px; }

.map { width:100%; height:520px; }

.aaa .p { padding:60px 50px 0 50px; display:none; }
.aaa .p.on { display:block; }
.aaa .p img { max-width:100%; }
.aaa .p .p1 { font-size:18px; color:#333; margin-bottom:25px; }
.aaa .p .p2 { font-size:14px; color:#333; line-height:25px; padding-right:30px; height:435px; overflow-y:auto; }

::-webkit-scrollbar-thumb{ min-height:50px;border-radius:3px;background-color:#c3ac68; cursor:pointer; }
::-webkit-scrollbar-track{background:#fff}
::-webkit-scrollbar-corner{background:transparent}
::-webkit-scrollbar{width:7px;height:7px}

@media all and (max-width:1500px){
	.aaa .p { padding:40px 25px 0 25px; }
}
@media all and (max-width:1200px){
	.fzArea01 .hd { font-size:24px; }
}
@media all and (max-width:1000px){
	.fzArea01 { float:none; width:100%; margin-bottom:25px; }
	.fzArea01 .hd { font-size:20px; margin-bottom:10px; }
	.fzArea02 { float:none; width:100%; min-height:auto; }

	.fzArea .bd01 { text-align:left; font-size:14px; margin-top:15px; }
	
	.aaa .p { padding:25px 15px; }
	.aaa .p .p1 { font-size:16px; margin-bottom:20px; }
	.aaa .p .p2 { font-size:12px; line-height:20px; padding-right:15px; height:auto; }
}

@media all and (max-width:600px){
	.map { height:400px; }
}
@media all and (max-width:500px){
	.map { height:350px; }
}
@media all and (max-width:400px){
	.map { height:300px; }
}

.ryArea01 { padding:60px; background:#f6f4f4; }
.ryArea01 .btn { text-align:center; margin-top:30px; }
.ryArea01 .btn a { display:inline-block; width:47px; height:46px; margin:0 20px; cursor:pointer; }
.ryArea01 .btn a.prev-ny01 { background:url(ry01.png) no-repeat center; }
.ryArea01 .btn a.next-ny01 { background:url(ry02.png) no-repeat center; }

.ryArea02 { margin-top:75px; }
.ryArea02 .ryBox { position:relative; }
.ryArea02 .ryBox .hd { position:absolute; top:-110px; width:100%; text-align:center; z-index:5; }
.ryArea02 .ryBox .hd ul li { display:inline-block; line-height:110px; width:32%; color:#fff; font-size:24px; font-weight:bold; cursor:pointer; }
.ryArea02 .ryBox .hd ul li.on { background:#fff; color:#333; }
.ryArea02 .ryBox .bd { padding:70px 10% 0 10%; font-size:18px; line-height:35px; }

@media all and (max-width:1400px){
	.ryArea01 { padding:30px; }
	.ryArea01 .btn { margin-top:20px; }
	.ryArea01 .btn a { width:35px; height:35px; background-size:contain!important; }
	
	.ryArea02 { margin-top:45px; }
	.ryArea02 .ryBox .hd { top:-70px; }
	.ryArea02 .ryBox .hd ul li { line-height:70px; width:30%; font-size:20px; }
	.ryArea02 .ryBox .bd { padding:50px 7% 0 7%; font-size:16px; line-height:30px; }
}
@media all and (max-width:1200px){
	.ryArea01 { padding:20px; }
}
@media all and (max-width:1000px){
	.ryArea01 { padding:20px 15px; }
	
	.ryArea02 { margin-top:25px; }
	.ryArea02 .ryBox .hd { top:-50px; }
	.ryArea02 .ryBox .hd ul li { line-height:50px; font-size:16px; }
	.ryArea02 .ryBox .bd { padding:30px 5% 0 5%; font-size:14px; line-height:25px; }
}
@media all and (max-width:750px){
	 
	.ryArea02 .ryBox .hd { top:-30px; }
	.ryArea02 .ryBox .hd ul li { line-height:30px; font-size:14px; }
	.ryArea02 .ryBox .bd { padding:30px 0 0 0; }
}

.dsjArea { position:relative; z-index:5; }
.dsjArea:before { position:absolute; left:0; right:0; top:45px; content:""; display:block; border-bottom:1px dashed #999; }
.dsjArea .gallery-top01 { margin-top:55px; }
.dsjArea .gallery-top01 .swiper-slide .txt { padding:30px 40px; font-size:14px; line-height:30px; color:#333; background:url(pic10.jpg) no-repeat bottom right #f6f4f4; background-size:contain; }

.dsjArea .gallery-thumbs01 { width:70%; margin:0 auto; }
.dsjArea .gallery-thumbs01 .swiper-slide i { display:inline-block; font-size:24px; padding:0 10px 20px 10px; line-height:1; border-bottom:4px solid #727272; cursor:pointer; }
.dsjArea .gallery-thumbs01 .swiper-slide-thumb-active i { border-bottom:4px solid #c3ac68; }

 
.dsjArea a.prev-dsj01 { position:absolute; left:0; top:21px; display:block; width:47px; height:46px; cursor:pointer; background:url(ry01.png) no-repeat center; z-index:5; }
.dsjArea a.next-dsj01 { position:absolute; right:0; top:21px; display:block; width:47px; height:46px; cursor:pointer; background:url(ry02.png) no-repeat center; z-index:5; }


@media all and (max-width:1200px){
	.dsjArea:before { top:34px; }
	.dsjArea .gallery-top01 { margin-top:55px; }
	.dsjArea .gallery-top01 .swiper-slide .txt { padding:30px 20px; }
	 
	.dsjArea .gallery-thumbs01 { width:auto; margin:0 80px; }
	.dsjArea .gallery-thumbs01 .swiper-slide i { display:block; font-size:18px; padding:0 0 15px 0; border-bottom:3px solid #727272; text-align:center; }
	.dsjArea .gallery-thumbs01 .swiper-slide-thumb-active i { border-bottom:3px solid #c3ac68; }
	
	.dsjArea a.prev-dsj01 { top:10px; }
	.dsjArea a.next-dsj01 { top:10px; }
}
@media all and (max-width:1000px){
	.dsjArea:before { top:25px; }
	.dsjArea .gallery-top01 { margin-top:35px; }
	.dsjArea .gallery-top01 .swiper-slide .txt { padding:20px 15px; font-size:12px; line-height:25px; }
	 
	.dsjArea .gallery-thumbs01 { width:auto; margin:0 60px; }
	.dsjArea .gallery-thumbs01 .swiper-slide i { font-size:14px; padding:0 0 10px 0; }
 
	.dsjArea a.prev-dsj01 { top:6px; width:35px; height:35px; background-size:contain; }
	.dsjArea a.next-dsj01 { top:6px; width:35px; height:35px; background-size:contain; }
}


.lsArea01 { margin-top:50px; padding:70px 60px 80px; background:url(ls01.jpg) no-repeat center; background-size:cover; }
.lsArea01 .hd { font-size:30px; color:#fff; font-weight:bold; margin-bottom:35px; }
.lsArea01 .bd { font-size:16px; }
.lsArea01 .bd select { float:left; width:calc(25% - 52.5px); padding-left:20px; margin-right:5px; height:55px; line-height:55px; background:url(ls02.png) no-repeat center right #fff; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.lsArea01 .bd .text { float:left; width:calc(25% - 52.5px); padding-left:20px; margin-right:15px; height:55px; line-height:55px; background:#fff; box-sizing: border-box; }
.lsArea01 .bd .btn01 { float:right; width:180px; height:55px; line-height:55px; text-align:center; font-size:24px; color:#fff; background:rgba(0,0,0,0.4); cursor:pointer; }

.lsArea02 .p1 { font-size:18px; color:#333; line-height:1; margin-bottom:20px; }
.lsArea02 .p2 a { display:inline-block; width:30px; height:30px; text-align:center; line-height:30px; color:#333; font-size:18px; background:#ebebeb; margin:0 10px 10px 0; }
.lsArea02 .p2 a.on,.lsArea02 .p2 a:hover { background:#c3ac68; color:#fff; }

.lsArea03 { margin-top:50px; }
.lsArea03 ul li { float:left; width:48.5%; margin:0 3% 3% 0; }
.lsArea03 ul li:nth-child(2n) { margin-right:0; }
.lsArea03 ul li a { display:block; padding:40px; background:#f6f4f4; }
.lsArea03 ul li .pic { float:left; width:33%; }
.lsArea03 ul li .txt { float:right; width:62%; }
.lsArea03 ul li .txt .p1 { font-size:18px; color:#333; font-weight:bold; margin-bottom:20px; }
.lsArea03 ul li .txt .p2 { font-size:14px; color:#807f7f; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.lsArea03 ul li .txt .p3 { font-size:14px; color:#807f7f; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.lsArea03 ul li .txt .p4 { margin-top:40px; }
.lsArea03 ul li .txt .p4 p { margin-bottom:10px; background:#fff; font-size:14px; color:#333; height:30px; line-height:30px; padding:0 10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.lsArea03 ul li .txt .p4 p i { display:inline-block; padding-left:25px; }
.lsArea03 ul li .txt .p4 p.a1 i { background:url(e01.png) no-repeat center left; }
.lsArea03 ul li .txt .p4 p.a2 i { background:url(e02.png) no-repeat center left; }

.lsArea04 { margin-top:50px; background:#f6f4f4; }
.lsArea04 .pic { float:left; width:375px; }
.lsArea04 .txt { float:right; width:calc(100% - 430px); padding-top:75px; }
.lsArea04 .txt .p1 { font-size:18px; color:#333; font-weight:bold; margin-bottom:20px; }
.lsArea04 .txt .p2 { font-size:14px; color:#807f7f; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.lsArea04 .txt .p3 { font-size:14px; color:#807f7f; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.lsArea04 .txt .p4 { margin-top:40px; max-width:360px; }
.lsArea04 .txt .p4 p { margin-bottom:10px; background:#fff; font-size:14px; color:#333; height:30px; line-height:30px; padding:0 10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.lsArea04 .txt .p4 p i { display:inline-block; padding-left:25px; }
.lsArea04 .txt .p4 p.a1 i { background:url(e01.png) no-repeat center left; }
.lsArea04 .txt .p4 p.a2 i { background:url(e02.png) no-repeat center left; }

.lsArea05 { margin-top:60px; }
.lsArea05 .hd { font-size:24px; color:#fff; padding-left:30px; height:95px; line-height:95px; background:#c3ac68; }
.lsArea05 .bd { padding:35px 30px; font-size:16px; line-height:35px; color:#333; }


@media all and (max-width:1500px){
	.lsArea01 { margin-top:40px; padding:50px 40px; }
	.lsArea01 .hd { font-size:26px; margin-bottom:25px; }

	.lsArea03 ul li { width:49%; margin:0 2% 2% 0; }
	.lsArea03 ul li:nth-child(2n) { margin-right:0; }
	.lsArea03 ul li a { padding:25px; }
	.lsArea03 ul li .pic { width:175px; }
	.lsArea03 ul li .txt { width:calc(100% - 200px); }
}
@media all and (max-width:1200px){
	.lsArea01 { margin-top:30px; padding:40px 30px; }
	.lsArea01 .hd { font-size:24px; margin-bottom:25px; }
	.lsArea01 .bd { font-size:14px; }
	.lsArea01 .bd select { width:calc(33.33% - 7px); padding-left:15px; margin-right:10px; margin-bottom:10px; height:40px; line-height:40px; background:url(ls03.png) no-repeat center right #fff;  }
	.lsArea01 .bd .select03 { margin-right:0; }
	.lsArea01 .bd .text { float:left; width:calc(50% - 5px); padding-left:15px; margin-right:10px; height:40px; line-height:40px; }
	.lsArea01 .bd .btn01 { float:left; width:calc(50% - 5px); height:40px; line-height:40px; font-size:18px; }
	
	.lsArea02 .p1 { font-size:14px; margin-bottom:15px; }
	.lsArea02 .p2 a { width:25px; height:25px; line-height:25px; font-size:14px; margin:0 5px 5px 0; }

	.lsArea03 { margin-top:40px; padding-bottom:20px; }
	.lsArea03 ul li .txt { padding-top:40px; }
	.lsArea03 ul li .txt .p1 { font-size:18px; color:#333; font-weight:bold; margin-bottom:20px; }
	.lsArea03 ul li .txt .p2 { font-size:14px; color:#807f7f; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
	.lsArea03 ul li .txt .p3 { font-size:14px; color:#807f7f; line-height:25px; height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
	.lsArea03 ul li .txt .p4 { display:none; }
 
	.lsArea04 { margin-top:40px; }
	.lsArea04 .pic { float:left; width:250px; }
	.lsArea04 .txt { float:right; width:calc(100% - 280px); padding-top:55px; }
	
	.lsArea05 { margin-top:40px; }
	.lsArea05 .hd { font-size:20px; padding-left:20px; height:65px; line-height:65px; }
	.lsArea05 .bd { padding:25px 20px; font-size:14px; line-height:25px; }
}
@media all and (max-width:1000px){
	.lsArea01 { margin-top:25px; padding:20px 15px; }
	.lsArea01 .hd { font-size:20px; margin-bottom:20px; }
	
	.lsArea02 .p2 a { width:20px; height:20px; line-height:20px; font-size:12px; }
}
@media all and (max-width:900px){
	.lsArea01 { margin-top:25px; padding:20px 15px; }
	
	.lsArea03 { margin-top:25px; }
	.lsArea03 ul li a { padding:15px; }
	.lsArea03 ul li .pic { float:none; width:100%; }
	.lsArea03 ul li .txt { float:none; width:100%; padding-top:15px; text-align:center; }
	.lsArea03 ul li .txt .p1 { font-size:14px;  margin-bottom:10px; }
	.lsArea03 ul li .txt .p2 { font-size:12px; line-height:20px; height:20px; }
	.lsArea03 ul li .txt .p3 { font-size:12px; line-height:20px; height:20px; }
	
	.lsArea04 { margin-top:25px; }
	.lsArea04 .pic { float:left; width:150px; }
	.lsArea04 .txt { float:right; width:calc(100% - 170px); padding-top:25px; }
	.lsArea04 .txt .p1 { font-size:16px; margin-bottom:10px; }
	.lsArea04 .txt .p2 { font-size:12px; line-height:20px; height:20px; }
	.lsArea04 .txt .p3 { font-size:12px; line-height:20px; height:20px;  }
	.lsArea04 .txt .p4 { margin-top:20px; }
	.lsArea04 .txt .p4 p { font-size:12px; }
 
	.lsArea05 { margin-top:25px; }
	.lsArea05 .hd { font-size:18px; padding-left:15px; height:45px; line-height:45px; }
	.lsArea05 .bd { padding:20px 15px; font-size:12px; line-height:20px; }
	

}
@media all and (max-width:750px){
	.lsArea01 .bd { font-size:12px; } 
	.lsArea01 .bd select { width:calc(50% - 5px); padding-left:10px; margin-right:10px; margin-bottom:10px; }
	.lsArea01 .bd .select02 { margin-right:0; }
	.lsArea01 .bd .select03 { margin-right:10px; }
	.lsArea01 .bd .text { float:left; width:calc(50% - 5px); padding-left:10px; margin-right:0; margin-bottom:10px; }
	.lsArea01 .bd .btn01 { float:left; width:100%; font-size:16px; }
	
	.lsArea04 .pic { float:none; width:100%; }
	.lsArea04 .txt { float:none; width:100%; padding:25px 10px; box-sizing: border-box; }
	.lsArea04 .txt .p1 { font-size:16px; margin-bottom:10px; }
	.lsArea04 .txt .p2 { font-size:12px; line-height:20px; height:20px; }
	.lsArea04 .txt .p3 { font-size:12px; line-height:20px; height:20px;  }
	.lsArea04 .txt .p4 { margin-top:20px; }
	.lsArea04 .txt .p4 p { font-size:12px; }
}


.xw-hd { text-align:center; margin-bottom:35px; line-height:1; font-size:30px; color:#333; font-weight:bold; }

.swiper-container-news02 { position:relative; float:left; width:700px; }
.swiper-container-news02 .swiper-slide a { position:relative; display:block; }
.swiper-container-news02 .swiper-slide .txt { position:absolute; left:0; right:0; bottom:0; padding:0 100px 0 20px; font-size:16px; color:#fff; height:65px; line-height:65px; background:rgba(0,0,0,0.5); overflow:hidden; text-overflow: ellipsis; white-space: nowrap; z-index:5; }

.swiper-pagination-news02 { position:absolute; bottom:25px!important; right:20px; left:auto!important; width:auto!important; z-index:6; }
.swiper-pagination-news02 span { background:#fff; }

.xwArea01 .bd01 { float:right; width:calc(100% - 745px); }
.xwArea01 .bd01 ul li {  margin-bottom:10px; }
.xwArea01 .bd01 ul li:last-child {  margin-bottom:0; }
.xwArea01 .bd01 ul li a { display:block; padding:24px 20px 24px 30px; }
.xwArea01 .bd01 ul li .date { float:left; width:125px; line-height:20px; }
.xwArea01 .bd01 ul li .date p { font-size:30px; color:#333; margin-bottom:15px; }
.xwArea01 .bd01 ul li .date span { font-size:18px; color:#c2c2c2; display:block; }
.xwArea01 .bd01 ul li .txt { position:relative; float:left; width:calc(100% - 125px); }
.xwArea01 .bd01 ul li .txt:before { position:absolute; left:-30px; top:10px; display:block; content:""; width:20px; height:1px; background:#7b7a7a; z-index:5; }
.xwArea01 .bd01 ul li .txt .p1 { font-size:18px; color:#000; margin-bottom:15px; height:20px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xwArea01 .bd01 ul li .txt .p2 { font-size:12px; color:#888; line-height:20px; height:40px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.xwArea01 .bd01 ul li:hover { background:#f6f4f4; }
.xwArea01 .bd01 ul li:hover .date p { color:#c3ac68; }
.xwArea01 .bd01 ul li:hover .date span { color:#aba9a9; }
.xwArea01 .bd01 ul li:hover .txt .p1 { color:#c3ac68; }
.xwArea01 .bd01 ul li:hover .txt .p2 { color:#aba9a9; }


.xwArea03 { padding:100px 60px 45px; background:url(pic12.jpg) no-repeat center; background-size:cover; }
.xwArea03 .hd { float:left; font-size:30px; color:#fff; font-weight:bold; }
.xwArea03 .bd { position:relative; float:right; width:750px; background:#fff; padding:75px 65px 65px 65px; box-sizing: border-box; }
.xwArea03 .bd:before { position:absolute; left:0; top:-7px; width:44%; height:14px; background:#c3ac68; content:""; display:block; z-index:5; }
.xwArea03 .bd .p1 { font-size:24px; color:#333; text-align:right; margin-bottom:55px; }
.xwArea03 .bd .p1 i { color:#999; }
.xwArea03 .bd .p2 { font-size:18px; color:#000; height:20px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xwArea03 .bd .p3 { font-size:16px; color:#000; line-height:20px; margin:10px 0 25px; }
.xwArea03 .bd .p4 { font-size:16px; color:#888; line-height:25px; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.xwArea03 .bd .p5 { margin-top:75px; text-align:right; }
.xwArea03 .bd .p5 i { display:inline-block; border-radius:25px; width:130px; height:45px; line-height:45px; font-size:18px; color:#fff; text-align:center; background:#c3ac68; }

.xwArea02 .bd ul li { float:left; width:32.4%; margin:0 1.4% 2% 0; background:#f6f6f6; }
.xwArea02 .bd ul li:nth-child(3n) { margin-right:0; }
.xwArea02 .bd ul li a { display:block; padding:50px; }
.xwArea02 .bd ul li .p1 { font-size:18px; color:#000; height:20px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xwArea02 .bd ul li .p2 { font-size:14px; color:#888; line-height:20px; height:40px; margin:20px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.xwArea02 .bd ul li .p3 { padding-top:25px; color:#888; border-top:1px solid #c7cacc; }
.xwArea02 .bd ul li .p3 span { float:right; color:#333; }


@media all and (max-width:1500px){
	.xw-hd { margin-bottom:30px; font-size:26px; }
	
	.swiper-container-news02 { width:550px; }
	.swiper-container-news02 .swiper-slide .txt { padding:0 100px 0 20px; font-size:16px; height:55px; line-height:55px;}
	.swiper-pagination-news02 { bottom:20px!important;  }
 
	.xwArea01 .bd01 { float:right; width:calc(100% - 580px); }
	.xwArea01 .bd01 ul li {  margin-bottom:4px; }
	.xwArea01 .bd01 ul li:last-child {  margin-bottom:0; }
	.xwArea01 .bd01 ul li a { padding:15px 20px; }
	.xwArea01 .bd01 ul li .date { width:95px; }
	.xwArea01 .bd01 ul li .date p { font-size:24px; margin-bottom:10px; }
	.xwArea01 .bd01 ul li .date span { font-size:14px; }
	.xwArea01 .bd01 ul li .txt { width:calc(100% - 95px); }
	.xwArea01 .bd01 ul li .txt:before { display:none; }
	.xwArea01 .bd01 ul li .txt .p1 { font-size:16px; margin-bottom:10px; }
 
	.xwArea03 { padding:80px 40px 40px; }
	.xwArea03 .hd { font-size:26px; }
	
	.xwArea02 .bd ul li a { padding:25px; }
}
@media all and (max-width:1200px){
	.swiper-container-news02 { width:450px; }
	.swiper-container-news02 .swiper-slide .txt { font-size:14px; height:45px; line-height:45px;}
	.swiper-pagination-news02 { bottom:15px!important;  }
 
	.xwArea01 .bd01 { width:calc(100% - 460px); }
	.xwArea01 .bd01 ul li {  margin-bottom:0; }
	.xwArea01 .bd01 ul li a { padding:10px 15px; }
	.xwArea01 .bd01 ul li .date { width:75px; }
	.xwArea01 .bd01 ul li .date p { font-size:20px; margin-bottom:10px; }
	.xwArea01 .bd01 ul li .date span { font-size:14px; }
	.xwArea01 .bd01 ul li .txt { width:calc(100% - 75px); }
	.xwArea01 .bd01 ul li .txt:before { display:none; }
	.xwArea01 .bd01 ul li .txt .p1 { font-size:14px; margin-bottom:5px; }
	
	.xwArea03 { padding:60px 30px 45px; }
	.xwArea03 .bd { width:650px; padding:65px 45px 45px 45px; }
	
	.xwArea02 .bd ul li { width:49%; margin:0 2% 2% 0; }
	.xwArea02 .bd ul li a { padding:20px; }
	.xwArea02 .bd ul li:nth-child(3n) { margin-right:2%; }
	.xwArea02 .bd ul li:nth-child(2n) { margin-right:0; }
	.xwArea02 .bd ul li .p1 { font-size:16px; }
	.xwArea02 .bd ul li .p2 { margin:15px 0; }
	.xwArea02 .bd ul li .p3 { padding-top:15px; }
 
}
@media all and (max-width:1000px){
	.xw-hd { margin-bottom:25px; font-size:20px; }
	
	.swiper-container-news02 { float:none; width:100%; }
	 
	.xwArea01 .bd01 { float:none; width:100%; margin-top:25px; }
	.xwArea01 .bd01 ul li { margin-bottom:10px; background:#f6f4f4; }
	.xwArea01 .bd01 ul li:last-child { margin-bottom:0; }
	.xwArea01 .bd01 ul li a { padding:20px 15px; }
	 
	.xwArea03 { padding:50px 25px 25px; }
	.xwArea03 .hd { float:none; width:100%; text-align:center; margin-bottom:25px; font-size:20px; }
	.xwArea03 .bd { width:100%; padding:35px 15px; }
	.xwArea03 .bd .p1 { font-size:18px; margin-bottom:25px; }
	.xwArea03 .bd .p2 { font-size:14px; }
	.xwArea03 .bd .p3 { font-size:12px; margin:5px 0; }
	.xwArea03 .bd .p4 { font-size:12px; line-height:20px; height:40px; }
	.xwArea03 .bd .p5 { margin-top:25px; }
	.xwArea03 .bd .p5 i { width:120px; height:35px; line-height:35px; font-size:14px; }

}
@media all and (max-width:750px){
	.xwArea01 .bd01 ul li .date { width:60px; }
	.xwArea01 .bd01 ul li .date p { font-size:16px; margin-bottom:10px; }
	.xwArea01 .bd01 ul li .date span { font-size:14px; }
	.xwArea01 .bd01 ul li .txt { width:calc(100% - 60px); }
	.xwArea01 .bd01 ul li .txt:before { display:none; }
	.xwArea01 .bd01 ul li .txt .p1 { font-size:14px; margin-bottom:5px; }
	
	
	.xwArea03 { padding:30px 15px; }
	
	.xwArea02 .bd ul li { float:none; width:100%; margin:0 0 2% 0!important; }
	.xwArea02 .bd ul li a { padding:20px 15px; }
	.xwArea02 .bd ul li .p1 { font-size:14px; }
	.xwArea02 .bd ul li .p2 { margin:10px 0; font-size:12px; }
	.xwArea02 .bd ul li .p3 { padding-top:10px; }
}


.abArea01 { margin-top:90px; }
.abArea01 .hd { float:left; }
.abArea01 .hd .p1 { font-size:30px; }
.abArea01 .hd .p2 { width:90px; height:3px; background:#767676; margin:20px 0 0; }
.abArea01 .bd { float:right; width:820px; font-size:16px; color:#333; line-height:30px;  }

.abArea02 { margin-top:50px; cursor:pointer; }
.abArea02 video { display:none; }

.abArea03 { margin-top:60px; }
.abArea03 .swiper-slide a { display:block; border:1px solid #e8e7e7; }
.abArea03 .btn { margin-top:30px; text-align:center; }
.abArea03 .btn a { display:inline-block; width:46px; height:46px; margin:0 20px; cursor:pointer; }
.abArea03 .btn a.prev-ab01 { background:url(ly01.png) no-repeat center; }
.abArea03 .btn a.next-ab01 { background:url(ly02.png) no-repeat center; }

.abArea04 { margin-top:90px; }
.abArea041 { margin-top:90px; }

.abArea04 .hd { text-align:center; margin-bottom:55px; font-size:0; }
.abArea04 .hd ul li { display:inline-block; margin:0 7px; font-size:16px; padding:0 35px; height:45px; line-height:45px; color:#000; background:#f4f4f4; cursor:pointer; }
.abArea04 .hd ul li.on { background:#bead68; color:#fff; }

.abArea04 .swiper-slide a { display:block; }
.abArea04 .swiper-slide p { background:url(b01.jpg) no-repeat center left #f8f8f8; height:84px; line-height:84px; padding:0 20px 0 65px; font-size:16px; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.abArea04 .btn { margin-top:30px; text-align:center; }
.abArea04 .btn a { display:inline-block; width:46px; height:46px; margin:0 20px; cursor:pointer; }
.abArea04 .btn a.preva { background:url(ly01.png) no-repeat center; }
.abArea04 .btn a.nexta { background:url(ly02.png) no-repeat center; }

.abjj { margin-top:70px; }


@media all and (max-width:1400px){
	.abArea01 { margin-top:60px; }
	.abArea01 .hd  { float:none; margin-bottom:20px; }
	.abArea01 .hd .p1 { font-size:28px; }
	.abArea01 .hd .p2 { margin:10px 0 0;}
	.abArea01 .bd { float:none; width:100%; font-size:14px; line-height:25px; }
 
	.abArea03 .btn { margin-top:20px; }
	.abArea03 .btn a { width:35px; height:35px; background-size:contain!important; }
	
	.abArea04 { margin-top:60px; }
	.abArea041 { margin-top:60px; }
	.abArea04 .hd {  margin-bottom:40px; }
	.abArea04 .hd ul li { margin:0 5px; font-size:14px; padding:0 25px; height:40px; line-height:40px; }
	.abArea04 .btn { margin-top:20px; }
	.abArea04 .btn a { width:35px; height:35px; background-size:contain!important; }

	.abjj { margin-top:50px; }
}
 
@media all and (max-width:1200px){
	.abArea01 { margin-top:30px; }
	.abArea01 .hd .p1 { font-size:24px; }
	
	.abArea02 { margin-top:30px; }
	
	.abArea04 { margin-top:30px; }
	.abArea041 { margin-top:30px; }
	.abArea04 .hd { margin-bottom:30px; }
	.abArea04 .hd ul li { margin:0 5px; font-size:14px; padding:0 15px; }
	
	.abjj { margin-top:30px; }
	
}
@media all and (max-width:1000px){
	.abArea01 .hd .p1 { font-size:20px; }
	
	.abArea04 .hd { margin-bottom:20px; }
	.abArea04 .hd ul li { margin:0 5px 5px 5px; font-size:12px; padding:0 15px; height:35px; line-height:35px; }
	
	.abArea04 .swiper-slide p { background-size:32px 60px; height:60px; line-height:60px; padding:0 15px 0 45px; font-size:14px; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
}
 