@charset "utf-8";
 
/* Banner */
.banner-ny { position:relative; }
.banner-ny img { width:100%; height:auto; }
.banner-ny .img02 { display:none; }

.banner-ny .txt { position:absolute; top:50%; left:0; right:0; transform: translateY(-50%); z-index:2; }
.banner-ny .txt .p1 { font-size:30px; color:#fff; }

@media all and (max-width:1680px){
	.banner-ny .txt .p1 { font-size:28px; }
}
@media all and (max-width:1280px){
	.banner-ny .txt .p1 { font-size:20px; }
}
@media all and (max-width:750px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt .p1 { font-size:18px; }
}
 
/* 主体 */
.container { position:relative; padding:55px 0 70px; }
.wrap {  margin:0 auto; }

.sidebar { float:left; width:270px; }
.main { float:right; width:calc(100% - 310px); background:#fff; }
.conArea { padding:45px 40px 70px 40px; }

/* 面包屑 */
.location { font-size:0; color:#333; background:#ebebeb; padding-left:40px; line-height:70px; }
.location h3 { display:none; }
.breadcrumbs { font-size:16px; }
.breadcrumbs a { color:#333; display:inline-block; padding:0 10px; }
.breadcrumbs a.u-home { padding-left:40px; background:url(u-home.png) no-repeat center left; }

@media all and (max-width:1680px){
	.container { padding:40px 0 50px; }
	
	.sidebar { float:left; width:200px; }
	.main { float:right; width:calc(100% - 230px); }
	.conArea { padding:40px 30px; }
	
	.location { padding-left:30px; line-height:60px; }
	.breadcrumbs { font-size:14px; }
	.breadcrumbs a { padding:0 5px; }
	.breadcrumbs a.u-home { padding-left:30px; }

}
@media all and (max-width:1280px){
	.container { padding:40px 0; }
}
@media all and (max-width:1200px){
	.sidebar { float:none; display:none; }
	.main { float:none; width:100%; }
	.conArea { padding:30px 20px; }
	
	.location { padding-left:20px; line-height:50px; }
}
@media all and (max-width:750px){
	.container { padding:30px 0; }
	
	.conArea { padding:30px 4%; }
	
	.location { display:none; }
}

.leftTitle { font-size:0; background:#b7162a; padding-left:40px; font-weight:normal; }
.leftTitle s { display:none; }
.leftTitle i { display:inline-block; font-size:24px; color:#fff; padding-left:40px; background:url(leftTitle.png) no-repeat center left; line-height:70px; }

.menu { background:#fff; }

.menu dl dt { border-top:1px solid #ebebeb; }
.menu dl dt:first-child { border-bottom:none; }
.menu dl dt a { position:relative; display:block; padding:25px 25px 25px 50px; font-size:18px; line-height:25px; color:#666; transition: all 0.6s; }
.menu dl dt a:before { position:absolute; display:none; content:""; left:0; bottom:0; top:0; width:8px; background:#bf1728; z-index:5; }

.menu dl dt a.current,.menu dl dt:hover a { color:#c8161e; background:#ebebeb; font-weight:bold; padding-left:60px; }
.menu dl dt a.current:before,.menu dl dt:hover a:before { display:block; }

.menu dl .pp { padding:10px 0; }
.menu dl dd a { display:block; padding:5px 15px 5px 70px; font-size:16px; line-height:25px; color:#666; }
.menu dl dd a.current,.menu dl dd:hover a { color:#c8161e; }

@media all and (max-width:1680px){
	.leftTitle { padding-left:30px; }
	.leftTitle i { font-size:20px; padding-left:40px; line-height:60px; }

	.menu dl dt a { padding:20px 20px 20px 30px; font-size:16px; line-height:25px; }
	.menu dl dt a:before { width:3px; }

	.menu dl dt a.current,.menu dl dt:hover a { padding-left:40px; }
 
	.menu dl .pp { padding:10px 0; }
	.menu dl dd a { padding:5px 15px 5px 40px; font-size:14px; }
}
 

/* 内容模式 */
.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:24px; }
.article .hd h2 { color:#000; font-size:18px; font-weight:normal; }
.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%; height:auto!important; }
.article video { max-width:100%; height:auto!important; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .hd h1 { font-size:20px; }
	.article .hd h2 { font-size:16px; }
	.article .bd { font-size:14px; }
}

.article .hd01 { text-align:center; font-size:32px; margin-bottom:40px; color:#333; }
.ywArea { margin-top:50px; }
.ywArea ul li .p1 { font-size:24px; color:#c09f39; padding-left:30px; background:url(yw.png) no-repeat center left; }
.ywArea ul li .p2 { font-size:16px; color:#666; margin-top:10px; padding-left:30px; }
.ywArea ul li:nth-child(n + 2) { margin-top:20px; }

@media all and (max-width:1680px){
	.article .hd01 { font-size:28px; margin-bottom:40px; }
	.ywArea { margin-top:50px; }
	.ywArea ul li .p1 { font-size:20px; padding-left:25px;  }
	.ywArea ul li .p2 { font-size:14px;  margin-top:10px; padding-left:25px; }
	.ywArea ul li:nth-child(n + 2) { margin-top:20px; }
}
@media all and (max-width:1200px){
	.article .hd01 { font-size:24px; margin-bottom:30px; }
	.ywArea { margin-top:30px; }
	.ywArea ul li .p1 { font-size:18px; padding-left:25px;  }
	.ywArea ul li .p2 { font-size:14px;  margin-top:10px; padding-left:25px; }
	.ywArea ul li:nth-child(n + 2) { margin-top:15px; }
}


/* 新闻列表 */
.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 { display:inline-block; padding-left:15px; width:calc(100% - 100px); overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li a:hover { text-decoration:underline; }

.lists { padding:0 0 40px; }
.lists li { padding:35px 0; border-bottom:1px solid #e5e5e5; transition:all 0.5s linear; }
.lists li:first-child { padding-top:0; }
.lists li .title i { display:block; float:left; width:calc(100% - 150px); font-size:20px; color:#666666; font-weight:bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; line-height:30px; }
.lists li .title span{ display:block; float:right; line-height:30px; color:#adadad; font-size:20px}
.lists li .intro{ font-size:16px; color:#999999; line-height:2; margin-top:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.lists li:hover .title i,.lists li:hover .title span{ color:#c8161e; }

@media all and (max-width:1680px){
	.lists li { padding:25px 0; }
	.lists li:first-child { padding-top:0; }
	.lists li .title i { width:calc(100% - 130px); font-size:18px; line-height:25px; }
	.lists li .title span { line-height:25px; font-size:16px; }
	.lists li .intro{ font-size:14px; line-height:2; margin-top:10px; }
}
@media all and (max-width:1200px){
	.lists li { padding:20px 0; }
	.lists li:first-child { padding-top:0; }
	.lists li .title i { float:none; width:100%; font-size:16px; line-height:20px; }
	.lists li .title span { float:none; display:block; line-height:20px; font-size:14px; margin-top:5px; }
	.lists li .intro{ font-size:14px; line-height:1.7; margin-top:10px; }
}
 
/* 图文新闻 */
.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:250px; height:auto; margin-right:20px; box-sizing: border-box; }
.pothoItem .item .pic img { width:100%; height:auto; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding-top:15px; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d { padding:5px 0 0; color:#999; font-size:14px; }
.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

@media all and (max-width:750px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
	.pothoItem .item dl { padding-top:0; }
}

.picnews ul li { float:left; width:31%; margin:0 3.5% 60px 0; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li .pic { overflow:hidden; }
.picnews ul li .pic img { transition: all 0.6s; }
.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li .txt { margin-top:25px; }
.picnews ul li .txt .p1 { font-size:18px; color:#000; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { font-size:14px; color:#777; margin-top:15px; }
.picnews ul li .txt .p3 { font-size:14px; color:#777; margin-top:15px; line-height:25px; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
 
@media all and (max-width:1200px){
	
	
	.picnews ul li .txt { margin-top:20px; }
	.picnews ul li .txt .p1 { font-size:16px; }
	.picnews ul li .txt .p2 { font-size:12px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:15px; } 
}
@media all and (max-width:750px){
	.picnews ul li { width:100%; margin:0 0 25px 0; }
	.picnews ul li:nth-child(3n) { margin-right:0; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	
	.picnews ul li .txt { margin-top:15px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:12px; margin-top:5px; }
	.picnews ul li .txt .p3 { font-size:12px; margin-top:10px; line-height:20px; height:40px; } 
}


/* 图片列表 */
.piList { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 30px 0; }
.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList .pic-item-list .pic-item dl { padding:0 5px; margin-top:10px; }
.piList .pic-item-list .pic-item dl dt { height:20px; font-size:16px; line-height:20px; 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:1200px){
	.piList { padding-bottom:20px; }
	.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 2% 0; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }
}
@media all and (max-width:750px){
	.piList .pic-item-list .pic-item { width:49%;  }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }

}
 
/* 分页 */
.page { padding-top: 0; line-height:24px; text-align:center;padding-bottom:0; }
.page a { display:inline-block; margin:0 5px; padding:3px 11px; background:#f0f0f1; color:#4f4f4f; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#c8161e; color:#fff; }

@media screen and (max-width: 1024px){
	.page{padding-top: 0}
	.page a{padding: 0 5px;margin: 0 3px;font-size: 12px}
}

/* 人才招聘 */
.hr { position:relative; padding:0 0 40px; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#1c63b3; font-weight:bold; font-size:28px; margin-bottom:30px; }
.hr-list .info { padding:5px 0; line-height:25px; font-size:14px; }

@media all and (max-width:750px){
	.hr-list .title { font-size:20px; margin-bottom:15px; }
	.hr-list .info { font-size:12px; }
}
 
  
/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel input {  vertical-align:middle; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:30px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:30px; line-height:30px; padding:0 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

@media all and (max-width:750px){
	.form-panel li.field label { width:65px; }
	.form-panel .text { width:calc(100% - 65px); }
	.form-panel .textarea { width:calc(100% - 65px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 65px; _padding:0 10px 20px 65px; clear:both; }
}

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }


.cpArea { position:relative; }
.cpArea02 { margin-top:60px; }

.cpArea .hd01 { position:relative; font-size:24px; color:#333; padding-left:15px; line-height:25px; }
.cpArea .hd01:before { position:absolute; top:50%; left:0; transform: translateY(-50%); display:block; content:""; width:4px; height:20px; background:#bc1d21; z-index:2; }

.cpArea .bd01 { font-size:16px; line-height:1.7; margin-top:30px; color:#666; }
.cpArea .bd01 img { max-width:100%; }

.cpArea .bd-fw { padding-left:35px; margin-top:35px; }
.cpArea .bd-fw .p1 { font-size:18px; font-weight:bold; }
.cpArea .bd-fw .p2 { font-size:16px; line-height:1.7; margin-top:10px; color:#666; }
.cpArea .bd-fw .p2 img { max-width:100%; }

.cpBox02 { margin-top:30px; }
.cpBox02 .hd { font-size:0; }
.cpBox02 .hd ul li { float:left; width:185px; text-align:center; height:40px; line-height:40px; font-size:16px; margin-bottom:10px; color:#333; border:1px solid rgba(0,0,0,0.1); margin-right:50px; cursor:pointer; }
.cpBox02 .hd ul li:last-child { margin-right:0; }
.cpBox02 .hd ul li.on { background:#c8161e; border:1px solid #c8161e; color:#fff; }
.cpBox02 .bd { font-size:16px; line-height:1.7; margin-top:30px; }
.cpBox02 .bd img { max-width:100%; }

.cpArea .bd02 { margin-top:40px; }
.cpArea .bd02 ul li { float:left; width:21.25%; margin-right:5%; text-align:center; padding-top:35px; min-height:140px; border-radius:15px; background:url(cp01.png) no-repeat center; background-size:cover; overflow:hidden; box-sizing: border-box; }
.cpArea .bd02 ul li:nth-child(4n) { margin-right:0; }
.cpArea .bd02 ul li:nth-child(n + 5) { margin-top:20px; }
.cpArea .bd02 ul li .p1 { min-height:50px; }
.cpArea .bd02 ul li .p1 img { max-height:40px; transition: all 0.3s;  }
.cpArea .bd02 ul li .p2 { font-size:16px; color:#666; padding:0 20px; }

.cpArea .bd02 ul li:hover .p1 img {animation: jello 1.4s;} 
.cpArea .bd02 ul li:hover .p2 { color:#c8161e; } 

.cpArea .bd03 { margin-top:30px; }
.cpArea .bd03 .swiper-slide .pic { overflow:hidden; }
.cpArea .bd03 .swiper-slide .pic img { transition: all 0.6s; }
.cpArea .bd03 .swiper-slide .txt { font-size:20px; color:#333; text-align:center; padding:0 5px; line-height:65px; height:65px; border-bottom:1px solid rgba(0,0,0,0.1); overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.cpArea .bd03 .swiper-slide:hover .pic img { transform: scale(1.1)!important; }
.cpArea .bd03 .swiper-slide:hover .txt { color:#c8161e; border-color:#c8161e; }

.cpArea03 { margin-top:60px; overflow:hidden; }
.cpArea03 .img01 { transition: all 0.6s; }
.cpArea03 .img02 { display:none; }
.cpArea03 .bd04 { position:absolute; width:360px; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); z-index:2;  }
.cpArea03 .bd04 .pp { position:absolute; top:50%; left:50%; width:175px; transform: translate(-50%,-50%);  z-index:2; }
.cpArea03 .bd04 .pp .p2 { font-size:14px; margin-top:20px; color:#fff; text-align:center; }
 
.cpArea03:hover .img01 { transform: scale(1.1)!important; }

.cpArea .bd05 { margin-top:30px; padding:40px 20px; background:#f9f9fa; }
.cpArea .bd05 ul li { float:left; width:45%; margin-right:10%; }
.cpArea .bd05 ul li:nth-child(2n) { margin-right:0; }
.cpArea .bd05 ul li:nth-child(n + 3) { margin-top:25px; }
.cpArea .bd05 ul li .p1 { position:relative; font-size:18px; color:#333; padding-bottom:10px; border-bottom:1px solid #ddd; }
.cpArea .bd05 ul li .p1:before { position:absolute; width:80px; height:2px; background:#d86267; display:block; content:""; left:0; bottom:-1px; z-index:2; }
.cpArea .bd05 ul li .p2 { font-size:16px; color:#666; margin-top:20px; line-height:35px; }
 
@media all and (max-width:750px){
	.cpArea .bd05 { margin-top:20px; padding:25px 4%; }
	.cpArea .bd05 ul li { float:left; width:100%; margin-right:0; }
	.cpArea .bd05 ul li:nth-child(3n) { margin-right:0; }
	.cpArea .bd05 ul li:nth-child(2n) { margin-right:0; }
	.cpArea .bd05 ul li:nth-child(n + 2) { margin-top:15px; }
	.cpArea .bd05 ul li .p1 { font-size:16px; }
	.cpArea .bd05 ul li .p1:before { width:60px; }
	.cpArea .bd05 ul li .p2 { font-size:14px; margin-top:15px; line-height:25px;  }
}



@media all and (max-width:1680px){
	.cpArea .bd02 ul li { float:left; width:22.75%; margin-right:3%; }
	.cpArea .bd02 ul li:nth-child(4n) { margin-right:0; }
}
@media all and (max-width:1200px){
	.cpArea .bd01 { font-size:14px; }
	
	.cpArea .bd-fw { padding-left:4%; margin-top:20px; }
	.cpArea .bd-fw .p1 { font-size:16px; }
	.cpArea .bd-fw .p2 { font-size:14px; }
 
	.cpArea .bd02 ul li { min-height:150px; }
	.cpArea .bd02 ul li .p2 { font-size:14px; }
	
	.cpArea .bd03 .swiper-slide .txt { font-size:16px; line-height:50px; height:50px; }
	
	.cpArea03 .bd04 { width:30%; }
	.cpArea03 .bd04 .pp { width:50%; }
	
	.cpBox02 .hd ul li { width:130px; height:35px; line-height:35px; font-size:14px; margin-right:30px; }
	.cpBox02 .hd ul li:last-child { margin-right:0; }
}
@media all and (max-width:750px){
	.cpArea02 { margin-top:30px; }

	.cpArea .hd01 {font-size:20px; }
	.cpArea .hd01:before { width:2px; height:16px; }

	.cpArea .bd01 { font-size:14px; line-height:1.7; margin-top:20px; }
 
	.cpBox02 { margin-top:30px; }
	.cpBox02 .hd ul li { width:125px; height:35px; line-height:35px; font-size:14px; margin-right:20px; }
	.cpBox02 .hd ul li:last-child { margin-right:0; }
 
	.cpBox02 .bd { font-size:14px; line-height:1.7; margin-top:10px; }
 
	.cpArea .bd02 { margin-top:20px; }
	.cpArea .bd02 ul li { float:left; width:49%; margin-right:2%; padding-top:25px; min-height:130px; border-radius:15px; }
	.cpArea .bd02 ul li:nth-child(4n) { margin-right:2%; }
	.cpArea .bd02 ul li:nth-child(2n) { margin-right:0; }
	.cpArea .bd02 ul li:nth-child(n + 3) { margin-top:2%; }
	.cpArea .bd02 ul li .p1 { min-height:40px; }
	.cpArea .bd02 ul li .p1 img { max-height:30px; }
	.cpArea .bd02 ul li .p2 { font-size:14px; }

	.cpArea .bd03 { margin-top:20px; }
	.cpArea .bd03 .swiper-slide .pic { overflow:hidden; }
	.cpArea .bd03 .swiper-slide .pic img { transition: all 0.6s; }
	.cpArea .bd03 .swiper-slide .txt { font-size:14px; line-height:40px; height:40px; }
 
	.cpArea03 { margin-top:30px; }
	.cpArea03 .img01 { display:none; }
	.cpArea03 .img02 { display:block; }
	.cpArea03 .bd04 { position:absolute; width:100%; top:auto; left:0; right:0; bottom:0; padding:30px 0; background:rgba(0,0,0,0.6); }
	.cpArea03 .bd04 .pp { position:relative; top:auto; left:auto; width:90px; transform: translate(0,0); margin:0 auto; }
	.cpArea03 .bd04 .pp .p2 { font-size:14px; margin-top:10px; }

}
@media all and (max-width:500px){
	 
	.cpBox02 .hd ul li { width:49%; height:35px; line-height:35px; font-size:14px; margin-right:2%; box-sizing: border-box }
	.cpBox02 .hd ul li:nth-child(2n) { margin-right:0; }

}


.abArea01 { padding-top:70px; }
.abArea01 .txt { float:left; width:calc(100% - 580px); }
.abArea01 .txt .p1 img { max-width:80%; }
.abArea01 .txt .p2 { position:relative; margin-top:60px; font-size:16px; line-height:25px; color:#666; height:322px; }

.abArea01 .txt .swiper-container { width: 100%; height: 100%; }
.abArea01 .txt .swiper-container .swiper-slide { height: auto; }
.abArea01 .txt .swiper-container .swiper-slide .p21 { padding-left:40px; }

.swiper-scrollbar-ab01 { left:0; right:auto; width:10px!important; background:#f2f2f2; }
.swiper-scrollbar-ab01 .swiper-scrollbar-drag { background:#c8161e; }

.abArea01 .pic { position:relative; float:right; width:520px; padding-top:30px; overflow:hidden; }
.abArea01 .pic img { transition: all 0.6s; }
.abArea01 .pic .pp { position:absolute; left:60px; bottom:50px; width:60px; text-align:center; z-index:2; cursor:pointer; }
.abArea01 .pic .pp .p2 { font-size:14px; color:#c09f39; margin-top:10px; text-transform:uppercase; line-height:1.1; }

.abArea01 .pic:hover .img  { transform: scale(1.1)!important; }


@media all and (max-width:1680px){
	.abArea01 { padding-top:60px; }
	.abArea01 .txt { float:left; width:calc(100% - 500px); }
	.abArea01 .txt .p2 { position:relative; margin-top:40px; font-size:14px; line-height:25px; height:295px; }
 
	.abArea01 .txt .swiper-container .swiper-slide .p21 { padding-left:30px; }

	.swiper-scrollbar-ab01 { width:5px!important; }
 
	.abArea01 .pic { width:450px; padding-top:30px; }
	.abArea01 .pic .pp { left:40px; bottom:40px; width:60px; }
	.abArea01 .pic .pp .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:1000px){
	.abArea01 .txt { float:none; width:100%; }
	
	.abArea01 .pic { float:none; width:100%; padding-top:20px; }
}
@media all and (max-width:750px){
	.abArea01 { padding-top:40px; }
	
	.abArea01 .pic .pp { left:30px; bottom:30px; width:50px; }
	.abArea01 .pic .pp .p1 img { width:40px; height:40px; }
	.abArea01 .pic .pp .p2 { font-size:14px; margin-top:10px; }
}

.spBox { position:fixed; top:0; right:0; left:0; bottom:0; background:rgba(0,0,0,0.6); z-index:9; display:none; }
.spBox.on { display:block; }
.spBox .spBox01 { position:absolute; top:50%; left:50%; width:46%; padding:20px; box-sizing: border-box; background:#000; transform: translate(-50%,-50%); z-index:5; }
.spBox .spBox01 video { width:100%; height:auto!important; }
.spBox .spBox01 .sp-close { position:absolute; right:-50px; top:-30px; color:#fff; font-size:30px; cursor:pointer; }

@media all and (max-width:750px){
	.spBox .spBox01 { position:absolute; top:50%; width:92%; padding:10px; z-index:5; }
	.spBox .spBox01 .sp-close { position:absolute; right:0; top:-60px; color:#fff; font-size:30px; cursor:pointer; }
} 

.abArea02 { padding-top:70px; }
.abArea02 .wrap01 { position:relative; }
.abArea02 .pic { padding-top:190px; }
.abArea02 .txt01 { position:absolute; top:100px; left:90px; color:#c8161e; font-weight:bold; font-family:"DINCond"; z-index:2; }
.abArea02 .txt01 i { font-size:24px; display:inline-block; margin-right:15px; text-transform:uppercase; }
.abArea02 .txt01 em { font-size:50px; display:inline-block; }

.abArea02 .txt ul li { position:absolute; line-height:1.1; font-size:14px; color:#666; text-align:center; width:200px; animation: remove 3s linear infinite; z-index:2; }
.abArea02 .txt ul li .p1 i { font-size:40px; color:#c09f39; font-family: "DINCond"; }
.abArea02 .txt ul li .p1 em { position:relative; left:10px; top:-15px; }
.abArea02 .txt ul li .p2 { margin-top:15px; }
.abArea02 .txt ul li .p3 { width:2px; height:160px; margin:20px auto 0; background:url(ab03.png) no-repeat center bottom; }

.abArea02 .txt ul li:nth-child(1) { left:38.3%; bottom:100px; }
.abArea02 .txt ul li:nth-child(2) { left:49.95%; bottom:20px; animation: remove2 3s linear infinite; }
.abArea02 .txt ul li:nth-child(3) { left:61.6%; bottom:100px; }
.abArea02 .txt ul li:nth-child(4) { left:73.3%; bottom:20px; animation: remove2 3s linear infinite; }
 
@media all and (max-width:1680px){
	.abArea02 { padding-top:60px; }

	.abArea02 .pic { padding-top:160px; }
	.abArea02 .txt01 { position:absolute; top:40px; left:40px; }
	.abArea02 .txt01 i { font-size:24px; display:inline-block; margin-right:15px; text-transform:uppercase; }
	.abArea02 .txt01 em { font-size:50px; display:inline-block; }

	.abArea02 .txt ul li { width:150px; }
	.abArea02 .txt ul li .p1 i { font-size:30px; }
	.abArea02 .txt ul li .p1 em { left:10px; top:-10px; }
	.abArea02 .txt ul li .p2 { margin-top:10px; }
 
	.abArea02 .txt ul li:nth-child(1) { left:38.7%; bottom:80px; }
	.abArea02 .txt ul li:nth-child(2) { left:50.4%; bottom:20px; }
	.abArea02 .txt ul li:nth-child(3) { left:62%; bottom:80px; }
	.abArea02 .txt ul li:nth-child(4) { left:73.6%; bottom:20px; }
}
@media all and (max-width:1280px){
	.abArea02 .pic { display:none; }
	.abArea02 .txt01 { position:relative; top:auto; left:auto; text-align:center; }
	.abArea02 .txt01 i { font-size:20px; margin-right:15px; }
	.abArea02 .txt01 em { font-size:40px; }
	
	.abArea02 .txt { margin-top:30px; }
	.abArea02 .txt ul { display:flex; flex-direction:row; justify-content:space-between; }
	.abArea02 .txt ul li { position:relative; width:auto; left:auto!important; bottom:auto!important; animation:none!important; }
	.abArea02 .txt ul li .p3 { display:none; }
}
@media all and (max-width:750px){
	.abArea02 { padding-top:40px; }
	
	.abArea02 .txt01 i { font-size:18px; margin-right:10px; }
	.abArea02 .txt01 em { font-size:30px; }
	
	.abArea02 .txt ul { display:block; flex-direction:row; justify-content:space-between; }
	.abArea02 .txt ul li { float:left; width:50%; text-align:center; }
	.abArea02 .txt ul li:nth-child(n + 3) { margin-top:30px; }
	.abArea02 .txt ul li .p1 i { font-size:28px; }
	.abArea02 .txt ul li .p3 { display:none; }
}

.abArea03 { padding-top:70px; }
.abArea03 .wrap01 { position:relative; }
.abArea03 .hd { position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5); z-index:2; }
.abArea03 .hd ul { height:100%; }
.abArea03 .hd ul li { float:left; width:25%; border-right:1px solid rgba(255,255,255,0.2); height:100%; padding:80px 40px 0 40px; box-sizing: border-box; }
.abArea03 .hd ul li:last-child { border-right:none; }
.abArea03 .hd ul li .p1 { min-height:85px; }
.abArea03 .hd ul li .p1 .img02 { display:none; }
.abArea03 .hd ul li .p2 { font-size:20px; color:#fff; }
.abArea03 .hd ul li .p3 { font-size:14px; color:rgba(255,255,255,0.5); margin-top:5px; text-transform:uppercase; }
.abArea03 .hd ul li .p4 { font-size:20px; color:#d2bc7b; margin-top:55px; display:none; }

.abArea03 .hd ul li:hover { background:url(ab10.png) no-repeat center; background-size:cover; }
.abArea03 .hd ul li:hover .p1 .img01 { display:none; }
.abArea03 .hd ul li:hover .p1 .img02 { display:inline-block; }
.abArea03 .hd ul li:hover .p2 { color:#333; }
.abArea03 .hd ul li:hover .p3 { color:rgba(51,51,51,0.5); }
.abArea03 .hd ul li:hover .p4 { display:block; }

.abArea03 .hd ul li.on { background:url(ab10.png) no-repeat center; background-size:cover; }
.abArea03 .hd ul li.on .p1 .img01 { display:none; }
.abArea03 .hd ul li.on .p1 .img02 { display:inline-block; }
.abArea03 .hd ul li.on .p2 { color:#333; }
.abArea03 .hd ul li.on .p3 { color:rgba(51,51,51,0.5); }
.abArea03 .hd ul li.on .p4 { display:block; }

.abArea03 .bd { overflow:hidden; }
.abArea03 .bd img { transition: all 0.6s; }
.abArea03:hover .bd img { transform: scale(1.1)!important; }


@media all and (max-width:1680px){
	.abArea03 { padding-top:60px; }
	.abArea03 .hd ul li { padding:50px 30px 0 30px; }
	.abArea03 .hd ul li .p1 { min-height:65px; }
	.abArea03 .hd ul li .p1 img { max-height:45px; }
	.abArea03 .hd ul li .p2 { font-size:18px; }
	.abArea03 .hd ul li .p3 { font-size:14px; }
	.abArea03 .hd ul li .p4 { font-size:18px; margin-top:35px; }
}
@media all and (max-width:1280px){
	.abArea03 .hd ul li { padding:50px 30px 0 30px; }
	.abArea03 .hd ul li .p1 { min-height:65px; }
	.abArea03 .hd ul li .p1 img { max-height:45px; }
	.abArea03 .hd ul li .p2 { font-size:16px; }
	.abArea03 .hd ul li .p3 { font-size:12px; }
	.abArea03 .hd ul li .p4 { font-size:14px; margin-top:35px; }
	
	.abArea03 .bd img { width:100%; height:310px; }
}
@media all and (max-width:750px){
	.abArea03 { padding-top:40px; }
	.abArea03 .hd ul li { width:50%; border-right:1px solid rgba(255,255,255,0.2); height:50%; padding:30px 4% 0 4%; text-align:center; }
	.abArea03 .hd ul li:nth-child(2n) { border-right:none; }
	.abArea03 .hd ul li:nth-child(n + 3) { border-top:1px solid rgba(255,255,255,0.2); }
	.abArea03 .hd ul li .p1 { min-height:50px; }
	.abArea03 .hd ul li .p1 img { max-height:40px; }
	.abArea03 .hd ul li .p2 { font-size:16px; }
	.abArea03 .hd ul li .p3 { font-size:12px; display:none; }
	.abArea03 .hd ul li .p4 { font-size:14px; margin-top:15px; }
	
	.abArea03 .bd { width:100%; height:400px; }
	.abArea03 .bd img { display:none; }
}

.ab-hd { text-align:center; line-height:1.1; }
.ab-hd .p1 { font-size:26px; }
.ab-hd .p2 { font-size:14px; color:rgba(51,51,51,0.5); margin-top:10px; text-transform:uppercase; }

@media all and (max-width:1680px){
	.ab-hd .p1 { font-size:24px; }
	.ab-hd .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.ab-hd .p1 { font-size:20px; }
	.ab-hd .p2 { font-size:14px; margin-top:10px; }
}

.abArea04 { margin-top:100px; }
.abArea04 .wrap { position:relative; z-index:2; }
.abArea04 .bd { position:relative; margin-top:70px; padding:0 120px 0 140px; min-height:560px; z-index:2; }
.abArea04 .bd .bd01 { float:left; width:140px; height:470px; padding-top:105px; overflow:hidden; box-sizing: border-box; }
.abArea04 .bd .gallery-thumbs-xq01 { height:260px!important; }
.abArea04 .bd .bd01 .swiper-slide { height:50px; line-height:50px; cursor:pointer; }
.abArea04 .bd .bd01 .swiper-slide a { display:block; height:50px; line-height:50px; font-size:30px; color:#666; font-family:"DINCond"; padding-left:35px; }
.abArea04 .bd .bd01 .swiper-slide-thumb-active a { font-size:50px; color:#c09f39; padding-left:0; }
.abArea04 .bd .bd01 .swiper-slide-prev a { padding-left:20px; }
.abArea04 .bd .bd01 .swiper-slide-next a { padding-left:20px; }

.abArea04 .bd .bd02 { float:right; width:calc(100% - 220px); }
.abArea04 .bd .bd02 .swiper-slide-pp { position:relative; height:470px!important; }
.abArea04 .bd .bd02 .swiper-slide-pp .swiper-scrollbar { right:0; width:10px!important; background:#f2f2f2; }
.abArea04 .bd .bd02 .swiper-slide-pp .swiper-scrollbar .swiper-scrollbar-drag { background:#c8161e; }

.abArea04 .bd .bd02 .swiper-slide-pp .swiper-container { width: 100%; height: 100%; }
.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide { height: auto; }
.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp { padding-right:110px; }
.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li .p1 { font-size:18px; color:#c6a84f; font-weight:bold; padding-left:25px; background:url(c03.png) no-repeat center left; }
.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li .p2 { font-size:16px; color:#333; line-height:25px; margin-top:5px; padding-left:25px; }
.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li:nth-child(n + 2) { margin-top:45px; }

.abArea04 .bg01 { position:absolute; bottom:0; left:0; width:175px; z-index:-1; }
.abArea04 .bg02 { position:absolute; bottom:0; right:0; width:175px; z-index:-1; }
.abArea04 .bg03 { position:absolute; bottom:0; left:0; right:0; width:100%; z-index:-1; }

@media all and (max-width:1680px){
	.abArea04 { margin-top:70px; }
 
	.abArea04 .bd {  margin-top:50px; padding:0 100px; min-height:420px; z-index:2; }
	.abArea04 .bd .bd01 { float:left; width:120px; height:320px; padding-top:70px;  }
	.abArea04 .bd .gallery-thumbs-xq01 { height:180px!important; }
	.abArea04 .bd .bd01 .swiper-slide { height:40px; line-height:40px; cursor:pointer; }
	.abArea04 .bd .bd01 .swiper-slide a { display:block; height:40px; line-height:40px; font-size:20px; padding-left:35px; }
	.abArea04 .bd .bd01 .swiper-slide-thumb-active a { font-size:30px; padding-left:0; }
	.abArea04 .bd .bd01 .swiper-slide-prev a { padding-left:20px; }
	.abArea04 .bd .bd01 .swiper-slide-next a { padding-left:20px; }

	.abArea04 .bd .bd02 { float:right; width:calc(100% - 160px); }
	.abArea04 .bd .bd02 .swiper-slide-pp { height:360px!important; }
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-scrollbar { width:5px!important; }
 
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp { padding-right:60px; }
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li .p1 { font-size:18px; padding-left:25px; }
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li .p2 { font-size:16px; line-height:25px; margin-top:5px; padding-left:25px; }
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li:nth-child(n + 2) { margin-top:25px; }

	.abArea04 .bg01 { width:120px; }
	.abArea04 .bg02 { width:120px; }
}
@media all and (max-width:1000px){
	
	.abArea04 .bd {  margin-top:30px; padding:0 0 40px 0; min-height:40px; z-index:2; }
	.abArea04 .bd .bd01 { float:none; width:100%; height:40px; padding-top:0;  }
	.abArea04 .bd .bd01 .swiper { overflow:hidden; }
	.abArea04 .bd .gallery-thumbs-xq01 { height:40px!important; }
	.abArea04 .bd .bd01 .swiper-slide { height:40px; line-height:40px; cursor:pointer; }
	.abArea04 .bd .bd01 .swiper-slide a { display:block; height:40px; line-height:40px; font-size:20px; padding-left:0; text-align:center; }
	.abArea04 .bd .bd01 .swiper-slide-thumb-active a { font-size:30px; padding-left:0; }
	.abArea04 .bd .bd01 .swiper-slide-prev a { padding-left:0; }
	.abArea04 .bd .bd01 .swiper-slide-next a { padding-left:0; }

	.abArea04 .bd .bd02 { float:none; width:100%; margin-top:30px; }
	.abArea04 .bd .bd02 .swiper-slide-pp { height:360px!important; }
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-scrollbar { width:5px!important; }
 
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp { padding-right:30px; }
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li .p1 { font-size:16px; padding-left:25px; }
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li .p2 { font-size:14px; line-height:25px; margin-top:5px; padding-left:25px; }
	.abArea04 .bd .bd02 .swiper-slide-pp .swiper-slide .pp ul li:nth-child(n + 2) { margin-top:25px; }

	.abArea04 .bg01 { display:none; }
	.abArea04 .bg02 { display:none; }
}
@media all and (max-width:750px){

}





.abArea05 { padding:65px 0 80px; }
.abArea05 .bd { margin-top:50px; }
.abArea05 .bd img { max-width:100%; }

@media all and (max-width:1680px){
	.abArea05 { padding:60px 0; }
	.abArea05 .bd { margin-top:40px; }
}
@media all and (max-width:750px){
	.abArea05 { padding:40px 0; }
	.abArea05 .bd { margin-top:25px; }
}


@keyframes remove{
	0%{transform:translateY(0);}
	50%{transform:translateY(2vw);}
	100%{transform:translateY(0);}
}
@keyframes remove2{
	0%{transform:translateY(0);}
	50%{transform:translateY(-2vw);}
	100%{transform:translateY(0);}
}


/* webmap */
.webmap {  }
.webmap dl dt { margin: 15px 0 5px; padding-left: 18px; background: url(ico_05.gif) 3px center no-repeat; border-bottom: 1px solid #ccc; font-size: 20px; line-height: 2; }
.webmap dl dd a { margin-right: 10px; padding-left: 18px; font-size: 16px; line-height: 2; }

.contact-map { margin-bottom: 30px; }

@media all and (max-width:750px){
	.webmap dl dt { font-size: 18px; }
	.webmap dl dd a { font-size: 14px; }
}


.mapArea01 .select { float:left; width: 370px; height: 45px; border:1px solid #9aa1aa; padding: 0 28px; font-size: 16px; appearance: none; -moz-appearance: none; -webkit-appearance: none;background-color: transparent; background: url(map1_03.png) no-repeat 93% center; border-radius: 4px; vertical-align: middle; }
.mapArea01 .btnSer { float:left; width: 136px; height: 45px; line-height:45px; text-align:center; border-radius: 4px; vertical-align: middle; margin-left: 5px; font-size: 16px;  border:1px solid #da2228; color:#da2228; background:none; transition:all 0.5s linear; -webkit-transition:all 0.5s linear; cursor:pointer; }
.mapArea01 .btnSer:hover{ background:#da2228; color:#fff}

.mapArea02 { margin-top:30px; }
.mapBox02 {  width:100%; }
.mapBox02 #dituContent { height:470px!important; }

.mapBox01 {  margin-top:40px; border:1px solid #f2f2f2; }
.mapBox01 ul li { border-bottom:1px solid #f4f4f4; }
.mapBox01 ul li .p1 { padding:0 40px; background:#f7f7f7; font-size:20px; color:#333;  font-weight:bold; cursor:pointer; }
.mapBox01 ul li .p1 p { line-height:65px; background:url(map01.png) no-repeat center right; }
.mapBox01 ul li:last-child  { border-bottom:none; }
.mapBox01 ul li .p2 { display:none; }
.mapBox01 ul li .p2 .clearfix { padding:0 40px; border-bottom:1px solid #f4f4f4; }
.mapBox01 ul li .p2 .clearfix:last-child  { border-bottom:none; }
.mapBox01 ul li .p21 { float:left; width:21%; font-size:16px; line-height:60px; color:#333; font-weight:bold; }
.mapBox01 ul li .p22 { float:left; width:79%; font-size:16px; line-height:30px; color:#333; padding:15px 0; }

.mdlist li.on .p1 p { color:#cc2e34; background:url(map02.png) no-repeat center right; }
.mdlist li.on .p2 { display:block; }

@media all and (max-width:1280px){
	.mapBox02 #dituContent { height:400px!important; }
	
	.mapBox01 {  margin-top:30px;  }
	.mapBox01 ul li .p1 { padding:0 25px; font-size:18px; }
	.mapBox01 ul li .p1 p { line-height:50px; }
	.mapBox01 ul li .p2 .clearfix { padding:0 25px; }
	.mapBox01 ul li .p21 { float:left; width:21%; font-size:14px; line-height:45px; }
	.mapBox01 ul li .p22 { float:left; width:79%; font-size:14px; line-height:25px; padding:10px 0; }
}
@media all and (max-width:750px){
	.mapArea01 .select { float:left; width: calc(100% - 130px); height: 35px; padding: 0 10px; font-size: 14px;  box-sizing: border-box; }
	.mapArea01 .btnSer { float:right; width:120px; height: 35px; line-height:33px; font-size: 14px; box-sizing: border-box; }

	.mapBox02 #dituContent { height:350px!important; }
	
	.mapBox01 {  margin-top:30px;  }
	.mapBox01 ul li .p1 { padding:0 15px; font-size:16px; }
	.mapBox01 ul li .p1 p { line-height:45px; }
	.mapBox01 ul li .p2 .clearfix { padding:0 15px; }
	.mapBox01 ul li .p21 { float:left; width:50px; font-size:14px; line-height:35px; }
	.mapBox01 ul li .p22 { float:left; width:calc(100% - 50px); font-size:12px; line-height:20px; padding:7px 0; }
}


.BMap_Marker { animation: bounce-up 1.4s linear infinite; }

@keyframes bounce-up111 {
 25% {transform: translateY(10px);}
 50%, 100% {transform: translateY(0);}
 75% {transform: translateY(-10px);}
}


.box-isd { border-bottom: 10px solid #f2f2f2; margin: 0 4% 30px; display:none; }
.box-isd .hd { position: relative; }
.box-isd .hd h2 { padding: 0 5px 15px; color: #c8161e; font-size: 20px; line-height: 30px; }
.box-isd .hd .col { float: right; height: 24px; margin: 0 5px 0 0; padding: 0 20px; line-height: 24px; border-radius: 3px; border: 1px solid #ddd; text-align: center; }
.box-isd .hd .col a { color: #333; }

.u-mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000;  opacity: .5; z-index: 9; }

.m-menu {position:fixed;top:0;right:-50%;width:50%;height:100%;padding:7% 5%;background:#fff;z-index:99;opacity:0;overflow:auto;box-sizing: border-box;}
.m-menu .site-nav {min-height:400px;overflow-y:auto;}
.m-menu dl dt {margin-bottom:8px;padding:0 8px 10px;border-bottom:1px solid #ddd;line-height:24px;}
.m-menu dl dt a {color:#333;}
.m-menu dl dt a:hover,.m-menu dl dt .current {color:#c8161e;}
.m-menu dl dd {padding:0 5px 10px 24px;background:url(iFCB_sort_ico.png) no-repeat 10px 7px;line-height:24px;}
.m-menu dl dd.fourth {padding:0 5px 10px 36px;background:url(iFCB_sort_ico.png) no-repeat 23px 7px;line-height:24px;}
.m-menu dl dd a {color:#333;}
.m-menu dl dd a.current {color:#c8161e;}


@media all and (max-width:1200px){
	.box-isd { display:block; }
}

 
