@charset "utf-8";

/* Banner */
 


/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.sidebar { padding:70px 0 40px; }
.leftTitle { display:none; }

.main { min-height:400px; }

 
.menu ul li { float:left; margin-right:60px; line-height:1.1; }
.menu ul li:last-child { margin-right:0; }
.menu ul li a { display:inline-block; font-size:28px; color:#adadad; font-family:"Fontquan"; padding-bottom:10px; border-bottom:1px solid transparent; }
.menu ul li a.current,.menu ul li:hover a { border-color:#ff3a0d; color:#333; }

.m-rdm { margin-top:35px; padding-top:20px; border-top:1px solid #e5e5e5; }
.m-rdm a { float:left; margin-bottom:5px; font-size:14px; color:#333; padding:0 30px; line-height:40px; border-radius:25px; margin-right:10px; }
.m-rdm a.current,.m-rdm a:hover { background:#ff3a0d; color:#fff;  }

@media all and (max-width:1280px){
	.sidebar { padding:50px 0 40px; }
	
	.menu ul li { float:left; margin-right:30px; }
	.menu ul li:last-child { margin-right:0; }
	.menu ul li a { font-size:20px; }
	
	.m-rdm { margin-top:30px; padding-top:20px; }
	.m-rdm a { margin-bottom:5px; font-size:14px; padding:0 20px; line-height:30px; margin-right:5px; }
}
@media all and (max-width:1200px){
	.sidebar { padding:30px 0; }
}
@media all and (max-width:750px){
	.sidebar { padding:30px 0; }
	
	.menu ul li { float:left; margin-right:10px; }
	.menu ul li:last-child { margin-right:0; }
	.menu ul li a { font-size:16px; }
	
	.m-rdm { margin-top:20px; padding-top:20px; }
	.m-rdm a { padding:0 15px; }
}
 
/* 面包屑 */
.location { font-size:18px; color:#0c0e37; border-top:1px solid #cdccd6; padding:35px 0; display:none; }
.location a {  color:#0c0e37; padding:0 6px; }

@media all and (max-width:1280px){
	.location { padding:20px 0 35px 0; font-size:16px; }
}
@media all and (max-width:750px){
	.location { padding:20px 0; font-size:14px; }
}
 
/* 内容模式 */
.article { padding:40px 0 80px; 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:30px; font-weight:normal; }
.article .hd .titBar { color:#797979; font-size:16px; } 
.article .bd { padding-bottom:0; font-size:16px; }
.article img { max-width:100%; }

.article .ft { margin-top:80px; padding:0 50px; }
.article .ft ul li { float:left; height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article .ft ul li:nth-child(2) { float:right; }
.article .ft ul li a { display:inline-block; padding-left:30px; background:url(ft01.png) no-repeat center left; }
.article .ft ul li:nth-child(2) a { padding-right:30px; background:url(ft02.png) no-repeat center right; }

.ttBtn { position:relative; text-align:center; }
.ttBtn a { position:absolute; top:-45px; display:inline-block; font-size:18px; color:#333; padding-top:15px; background:url(ft03.png) no-repeat center top; z-index:2; }

.ttBtn01 { margin-top:40px; padding-bottom:80px; }
.ttBtn01 a { position:relative; top:0!important; }

@media all and (max-width:1680px){
	.article .hd h1 { font-size:20px; }
	.article .hd .titBar { font-size:14px; }

	.article .ft { margin-top:80px; padding:0 30px; }

	.ttBtn01 { margin-top:20px; padding-bottom:60px; }	
}
@media all and (max-width:1280px){
	.article { font-size:14px; padding:20px 0 40px; }
	.article .bd { font-size:14px; }
	
	.article .hd h1 { font-size:18px; }
	.article .hd .titBar { font-size:14px; }
	
	.ttBtn01 { margin-top:20px; }
}
@media all and (max-width:750px){
	.article { padding:0 0 40px; }
	.article .hd .titBar { font-size:12px; } 
	
	.article .ft { margin-top:50px; padding:0; }
 
	.ttBtn a { top:-35px; font-size:14px; padding-top:10px; }
	.ttBtn01 { margin-top:15px; padding-bottom:40px; }
}


/* 新闻列表 */
.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.png) no-repeat center left; font-size:14px; line-height:40px; clear:both; 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 { padding:0 0 30px; }
}

/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:auto; margin-right:20px; padding:4px; border:1px solid #e7e7e7; box-sizing: border-box; }
.pothoItem .item .pic img { width:100%; height:auto; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

@media all and (max-width:750px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}


.picnews { padding-bottom:60px; }
.picnews ul li { background:#fef5f0; }
.picnews ul li:nth-child(n + 2) { margin-top:30px; }
.picnews ul li a { display:block; padding:40px; }
.picnews ul li .txt { float:left; width:510px; padding-top:20px; }
.picnews ul li .txt .p1 { font-size:14px; color:#b38854; padding-left:20px; background:url(h01.png) no-repeat center left; }
.picnews ul li .txt .p2 { font-size:18px; color:#333; margin-top:20px; line-height:20px; height:20px; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p3 { font-size:14px; color:#666; margin-top:30px; line-height:25px; height:75px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.picnews ul li .txt .p4 { font-size:14px; color:#999; margin-top:80px; padding-left:30px; background:url(h02.png) no-repeat center left; }
.picnews ul li .pic { float:right; width:540px; 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:hover .txt .p2 { color:#ff3a0d; }
.picnews ul li:hover .txt .p4 { color:#ff3a0d; }
 
@media all and (max-width:1280px){
	 
	.picnews ul li:nth-child(n + 2) { margin-top:20px; }
	.picnews ul li a { padding:20px; }
	.picnews ul li .txt { float:left; width:calc(100% - 500px); }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:18px; margin-top:15px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:20px; }
	.picnews ul li .txt .p4 { font-size:14px; margin-top:50px; }
	.picnews ul li .pic { float:right; width:450px; }

	.picnews ul li:hover .txt .p2 { color:#ff3a0d; }
	.picnews ul li:hover .txt .p4 { color:#ff3a0d; }
 
}
@media all and (max-width:1000px){
 
	.picnews ul li:nth-child(n + 2) { margin-top:10px; }
	.picnews ul li a { padding:15px; }
	.picnews ul li .txt { float:left; width:calc(100% - 380px); padding-top:10px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:16px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:15px; }
	.picnews ul li .txt .p4 { font-size:14px; margin-top:20px; }
	.picnews ul li .pic { float:right; width:350px; }

	.picnews ul li:hover .txt .p2 { color:#ff3a0d; }
	.picnews ul li:hover .txt .p4 { color:#ff3a0d; }
 
}
@media all and (max-width:750px){
	.picnews { padding-bottom:40px; } 
	.picnews ul li:nth-child(n + 2) { margin-top:10px; }
	.picnews ul li a { padding:15px; }
	.picnews ul li .txt { float:none; width:100%; padding-top:0; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:16px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:10px; }
	.picnews ul li .txt .p4 { font-size:14px; margin-top:15px; }
	.picnews ul li .pic { float:none; width:100%; margin-top:20px; }

	.picnews ul li:hover .txt .p2 { color:#ff3a0d; }
	.picnews ul li:hover .txt .p4 { color:#ff3a0d; }
 
}

 
/* 图片列表 */
.piList .pic-item-list { padding-bottom:20px; }
.piList .pic-item-list .pic-item { float:left; width:23.5%; margin:0 2% 30px 0; }
.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:0; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList .pic-item-list .pic-item dl { padding:0 5px; margin-top:15px; }
.piList .pic-item-list .pic-item dl dt { height:25px; font-size:14px; line-height:25px; 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:1000px){
	.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 20px 0; }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }

	.piList .pic-item-list .pic-item dl { margin-top:10px; }
	.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%; margin:0 2% 15px 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-bottom:80px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 15px; color:#333; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { color:#ff3a0d; }

@media screen and (max-width:1280px){
	.page { padding-bottom:60px; }
}
@media screen and (max-width:750px){
	.page{ padding-bottom:40px; }
	.page a { margin: 0 5px; 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; }



.ppArea01 { position:relative; margin:100px 0 80px; line-height:1.1; }
.ppArea01 .hd01 { font-size:48px; font-family:"Fontquan"; }
.ppArea01 .hd02 { position:absolute; right:0; top:20px; z-index:2; }
.ppArea01 .hd02 ul li { float:left; margin-right:35px; cursor:pointer; }
.ppArea01 .hd02 ul li:last-child { margin-right:0; }
.ppArea01 .hd02 ul li a { display:inline-block; font-size:16px; line-height:22px; border-bottom:1px solid #fff; }
.ppArea01 .hd02 ul li a.current,.ppArea01 .hd02 ul li:hover a { color:#ff3a0d; border-color:#ff3a0d; }

.ppArea01 .bd01 { margin-top:25px; position:relative; font-size:14px; line-height:35px; color:#666; }
.ppArea01 .bd01 .p1 { float:left; }
.ppArea01 .bd01 .p2 { float:left; margin-left:20px; width:140px; border-bottom:1px solid #e5e5e5; background:url(e01.png) no-repeat center right; cursor:pointer; }

.eBox { position:absolute; top:55px; left:90px; display:none; z-index:2; }
.eBox .hd { float:left; }
.eBox .hd ul li { width:210px; padding:0 15px; line-height:50px; background:#fef7f2; font-size:14px; color:#666; text-align:center; cursor:pointer; box-sizing: border-box; }
.eBox .hd ul li.on { background:#ff3a0d; color:#fff; }
.eBox .bd { float:left; padding:25px 5px; border:1px solid #e5e5e5; width:75px; text-align:center; background:#fff; }
.eBox .bd a { display:block; cursor:pointer; }

.ppArea02 { padding-bottom:140px; }
.ppArea02 ul { position:relative; border-top:1px solid #e5e5e5; }
.ppArea02 ul:before { position:absolute; left:0; right:0; bottom:0; display:block; content:""; height:1px; background:#e5e5e5; z-index:2; }
.ppArea02 ul li { float:left; width:20%; position:relative; border-bottom:1px solid #e5e5e5; }
.ppArea02 ul li .pic { position:relative; overflow:hidden; }
.ppArea02 ul li .pic img { transition: all 0.6s; }
.ppArea02 ul li .pic p { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); z-index:2; display:none; }
.ppArea02 ul li .txt { position:absolute; top:50%; transform: translateY(-50%); left:10px; right:10px; text-align:center; z-index:5; display:none; }
.ppArea02 ul li .txt .p1 { font-size:16px; color:#fff; }
.ppArea02 ul li .txt .p2 { margin-top:15px; }
.ppArea02 ul li .txt .p2 i { display:inline-block; padding:0 15px; background:#ff3a0d; line-height:25px; font-size:14px; color:#fff; border-radius:25px; }

.ppArea02 ul li:hover .pic p { display:block; }
.ppArea02 ul li:hover .pic img { transform: scale(1.1)!important; }
.ppArea02 ul li:hover .txt { display:block; }
 
@media all and (max-width:1280px){
	.ppArea01 { margin:80px 0 60px; }
	.ppArea01 .hd01 { font-size:36px; }
	.ppArea01 .hd02 { top:10px; }
	.ppArea01 .hd02 ul li { margin-right:25px; }
	.ppArea01 .hd02 ul li:last-child { margin-right:0; }

	.ppArea02 { padding-bottom:100px; }
}
@media all and (max-width:1000px){
	.ppArea01 { margin:60px 0 40px; }
	.ppArea01 .hd01 { font-size:28px; }
	
	.ppArea02 { padding-bottom:80px; }
	.ppArea02 ul li { width:25%; }
}
@media all and (max-width:750px){
	.ppArea01 { margin:40px 0 30px; }
	.ppArea01 .hd01 { font-size:26px; }
	.ppArea01 .hd02 { top:5px; }
	.ppArea01 .hd02 ul li { font-size:14px; margin-right:20px; }
	.ppArea01 .hd02 ul li:last-child { margin-right:0; }
	
	.ppArea01 .bd01 .p2 { margin-left:0; }

	.eBox { position:absolute; top:45px; left:0; right:auto; }
	.eBox .hd { float:left; }
	.eBox .hd ul li { width:110px; line-height:40px; padding:0; }
	.eBox .bd { float:left; padding:15px 5px; }
	
	.ppArea02 { padding-bottom:50px; }
	.ppArea02 ul li { width:33.33%; }
	.ppArea02 ul li .txt .p1 { font-size:14px; }
	.ppArea02 ul li .txt .p2 { margin-top:5px; display:none; }
}


.ryArea { padding-top:130px; }
.ryArea .hd { text-align:center; font-size:48px; font-family:"Fontquan"; line-height:1.1; }
.ryArea .bd { margin-top:40px; }
.ryArea .bd table { width:100%; }
.ryArea .bd table tr th { font-weight:normal; padding:30px 5px; font-size:14px; color:#666; min-width:40px; }
.ryArea .bd table tbody tr { border-bottom:1px solid #ececec; }
.ryArea .bd table tbody tr a { color:#666; }
.ryArea .bd table tbody tr a:hover { color:#ff3a0d; }
.ryArea .bd table thead { background:#fef5f0; }
.ryArea .bd table thead tr th { font-weight:bold; color:#b38854; }
 
.ryArea .bd table tr th:nth-child(4) { min-width:50px; }

.dArea031 { overflow:hidden; margin-top:80px; padding-bottom:140px; }
.dArea031 .swiper-slide { width: auto; height:200px; display: table; margin-right:80px; }
.dArea031 .swiper-slide a { display: table-cell; vertical-align: bottom; }
.dArea031 .swiper-slide img { max-height:200px; }

@media all and (max-width:1280px){
	.ryArea { padding-top:100px; }
	.ryArea .hd { font-size:36px; }
	.ryArea .bd { margin-top:40px; }
	.ryArea .bd table tr th { padding:25px 5px; font-size:14px; }

	.dArea031 { margin-top:60px; padding-bottom:100px;  }
	.dArea031 .swiper-slide { height:150px; margin-right:40px; }
	.dArea031 .swiper-slide img { max-height:150px; } 
}
@media all and (max-width:1000px){
	.ryArea { padding-top:60px; }
	.ryArea .hd { font-size:28px; }
	.ryArea .bd { margin-top:40px; }
	.ryArea .bd table tr th { padding:20px 5px; font-size:14px; }
	
	.dArea031 { margin-top:40px; padding-bottom:80px;  }
	.dArea031 .swiper-slide { height:120px; margin-right:30px; }
	.dArea031 .swiper-slide img { max-height:120px; }  
}
@media all and (max-width:750px){
	.ryArea { padding-top:40px; }
	.ryArea .hd { font-size:26px; }
	.ryArea .bd { margin-top:30px; }
	.ryArea .bd table tr th { padding:10px 5px; font-size:12px; }
	
	.dArea031 { margin-top:30px; padding-bottom:50px;  }
	.dArea031 .swiper-slide { height:100px; margin-right:15px; }
	.dArea031 .swiper-slide img { max-height:100px; }  
}


.cbArea { position:fixed; top:50%; transform: translateY(-50%); left:20px; z-index:99; }
.cbArea:before { position:absolute; width:5px; left:12px; top:10px; bottom:8px; display:block; content:""; background:#fef7f2; border-radius:10px; z-index:-1; }
.cbArea .p1 { font-size:16px; color:#b38854; font-weight:bold; padding-left:30px; line-height:25px;padding-top:5px; background:url(cb01.png) no-repeat center left; }
.cbArea ul { padding-left:6px; padding-top:20px; }
.cbArea ul li { margin-bottom:25px; padding-left:20px; }
.cbArea ul li a { font-size:14px; color:#333; cursor:pointer; }
.cbArea ul li:last-child { margin-bottom:0; }

.cbArea ul li.on { background:url(cb02.png) no-repeat center left; }
.cbArea ul li.on a { color:#ff3a0d; }

@media all and (max-width:1400px){
	.cbArea { display:none; }
}

.fwArea01 { margin:140px 0; background:url(fw01.png) no-repeat center top; background-size:contain; }
.fwArea01 .p1 { font-size:24px; color:#b38854; }
.fwArea01 .p2 { font-size:14px; color:#666; line-height:2; margin-top:15px; }
.fwArea01 .p3 { margin-top:65px; }
.fwArea01 .p3 ul li { position:relative; top:0; float:left; width:180px; margin-right:calc(33.33% - 240px); transition: all 0.6s; cursor:pointer; }
.fwArea01 .p3 ul li:nth-child(4n) { margin-right:0; }
.fwArea01 .p3 ul li:nth-child(n + 5) { margin-top:30px; }
.fwArea01 .p3 ul li img { max-width:100%; height:autoo; }

@media all and (min-width:1000px){
.fwArea01 .p3 ul li:hover { top:-20px; }
}

.fwArea01 .p4 { margin-top:90px; }
.fwArea01 .p4 .hd { font-size:48px; font-family:"Fontquan"; line-height:1.1; }
.fwArea01 .p4 .bd { margin-top:30px; }
.fwArea01 .p4 .bd .p41 { font-size:14px; margin-bottom:15px; font-weight:bold; }

.fwArea01 .p4 .bd01 { float:left; font-size:14px; width:350px; }
.fwArea01 .p4 .bd01 .p42 { font-size:30px; color:#b38854; line-height:1.1; }
.fwArea01 .p4 .bd01 .p43 { margin:5px 0 40px; }
 
.fwArea01 .p4 .bd02 { float:right; }
.fwArea01 .p4 .bd02 ul li { float:left; width:120px; margin-right:15px; text-align:center; }
.fwArea01 .p4 .bd02 ul li:last-child { margin-right:0; }
.fwArea01 .p4 .bd02 ul li img { width:100%; }
.fwArea01 .p4 .bd02 ul li p { font-size:14px; margin-top:10px; }

@media all and (max-width:1280px){
	.fwArea01 { margin:100px 0; }
	.fwArea01 .p1 { font-size:20px; }
	.fwArea01 .p2 { font-size:14px; margin-top:15px; }
	.fwArea01 .p3 { margin-top:50px; }
	 
	.fwArea01 .p4 { margin-top:60px; }
	.fwArea01 .p4 .hd { font-size:36px; }
	.fwArea01 .p4 .bd { margin-top:30px; }
	.fwArea01 .p4 .bd .p41 { font-size:14px; margin-bottom:15px; }
 
}
@media all and (max-width:1000px){
	.fwArea01 { margin:80px 0; }
	.fwArea01 .p1 { font-size:20px; }
	.fwArea01 .p2 { font-size:14px; margin-top:15px; }
	.fwArea01 .p3 { margin-top:40px; }
	.fwArea01 .p3 ul li { float:left; width:23.5%; margin-right:2%; }
	.fwArea01 .p3 ul li:nth-child(4n) { margin-right:0; }
	.fwArea01 .p3 ul li:nth-child(n + 5) { margin-top:15px; }
 
	.fwArea01 .p4 { margin-top:40px; }
	.fwArea01 .p4 .hd { font-size:28px; }
	.fwArea01 .p4 .bd { margin-top:20px; }
	.fwArea01 .p4 .bd .p41 { font-size:14px; margin-bottom:10px; }

	.fwArea01 .p4 .bd01 { float:none; font-size:14px; }
	.fwArea01 .p4 .bd01 .p42 { font-size:30px; }
	.fwArea01 .p4 .bd01 .p43 { margin:5px 0 20px; }
	 
	.fwArea01 .p4 .bd02 { float:none; margin-top:20px; }
	.fwArea01 .p4 .bd02 ul li { width:100px; margin-right:10px; }
	.fwArea01 .p4 .bd02 ul li:last-child { margin-right:0; }
	.fwArea01 .p4 .bd02 ul li p { font-size:14px; margin-top:10px; } 
}
@media all and (max-width:750px){
	.fwArea01 { margin:40px 0; }
	.fwArea01 .p1 { font-size:18px; }
	.fwArea01 .p2 { font-size:14px; margin-top:10px; }
	.fwArea01 .p3 { margin-top:20px; }
	.fwArea01 .p3 ul li { float:left; width:48%; margin-right:4%; }
	.fwArea01 .p3 ul li:nth-child(4n) { margin-right:4%; }
	.fwArea01 .p3 ul li:nth-child(2n) { margin-right:0; }
	.fwArea01 .p3 ul li:nth-child(n + 3) { margin-top:15px; }
 
	.fwArea01 .p4 { margin-top:30px; }
	.fwArea01 .p4 .hd { font-size:26px; }
	.fwArea01 .p4 .bd { margin-top:20px; }
	.fwArea01 .p4 .bd .p41 { font-size:14px; margin-bottom:10px; }

	.fwArea01 .p4 .bd01 { float:none; width:100%; }
	.fwArea01 .p4 .bd01 .p42 { font-size:24px; }
	.fwArea01 .p4 .bd01 .p43 { margin:5px 0 20px; }
	 
	.fwArea01 .p4 .bd02 { float:none; width:100%; margin-top:20px; }
	.fwArea01 .p4 .bd02 ul { width:210px; }
	.fwArea01 .p4 .bd02 ul li { width:100px; margin-right:10px; }
	.fwArea01 .p4 .bd02 ul li:nth-child(2n) { margin-right:0; }
	.fwArea01 .p4 .bd02 ul li:nth-child(n + 3) { margin-top:10px; }
	.fwArea01 .p4 .bd02 ul li p { font-size:12px; margin-top:5px; }  
}

.fwArea02 { padding:140px 0; background:#fafafa; }
.fwArea02 .hd { text-align:center; }
.fwArea02 .hd .p1 { font-size:48px; font-family:"Fontquan"; line-height:1.1; }
.fwArea02 .hd .p2 { font-size:14px; color:#999; margin-top:20px; }
.fwArea02 .bd { margin-top:45px; }
.fwArea02 .bd form .text { float:left; width:32%; margin-right:2%; border:1px solid #e1e1e1; line-height:60px; font-size:14px; padding:0 10px 0 30px; box-sizing: border-box; }
.fwArea02 .bd form .text03 { margin-right:0; }
.fwArea02 .bd form .textarea { width:100%; margin:30px 0 50px; border:1px solid #e1e1e1; font-size:14px; padding:10px 10px 10px 30px; height:200px; box-sizing: border-box; }
.fwArea02 .bd form .p1 { float:left; width:440px; font-size:14px; color:#999; line-height:2; }
.fwArea02 .bd form .btn01 { float:right; display:block; width:260px; font-size:14px; color:#fff; line-height:60px; background:#b38854; border-radius:30px; cursor:pointer; }

@media all and (max-width:1280px){
	.fwArea02 { padding:100px 0; }
	.fwArea02 .hd .p1 { font-size:36px; }
	.fwArea02 .hd .p2 { font-size:14px; margin-top:20px; }
	.fwArea02 .bd { margin-top:35px; }
	.fwArea02 .bd form .text { float:left; width:32%; margin-right:2%; line-height:50px; font-size:14px; padding:0 10px 0 30px; }
	.fwArea02 .bd form .text03 { margin-right:0; }
	.fwArea02 .bd form .textarea { width:100%; margin:30px 0; padding:10px 10px 10px 30px; height:200px; }
	.fwArea02 .bd form .p1 { float:left; width:440px; font-size:14px; color:#999; line-height:2; }
	.fwArea02 .bd form .btn01 { float:right; width:200px; line-height:50px; }
}
@media all and (max-width:1000px){
	.fwArea02 { padding:80px 0; }
	.fwArea02 .hd .p1 { font-size:28px; }
	.fwArea02 .hd .p2 { font-size:14px; margin-top:15px; }
	.fwArea02 .bd { margin-top:35px; }
	.fwArea02 .bd form .text { float:left; width:32%; margin-right:2%; line-height:50px; font-size:14px; padding:0 10px 0 30px; }
	.fwArea02 .bd form .text03 { margin-right:0; }
	.fwArea02 .bd form .textarea { width:100%; margin:30px 0; padding:10px 10px 10px 30px; height:200px; }
	.fwArea02 .bd form .p1 { float:left; width:440px; font-size:14px; color:#999; line-height:2; }
	.fwArea02 .bd form .btn01 { float:right; width:200px; line-height:50px; }
}
@media all and (max-width:750px){
	.fwArea02 { padding:40px 0; }
	.fwArea02 .hd .p1 { font-size:26px; }
	.fwArea02 .hd .p2 { font-size:14px; margin-top:10px; }
	.fwArea02 .bd { margin-top:25px; }
	.fwArea02 .bd form .text { float:none; width:100%; margin-right:0; line-height:40px; font-size:14px; padding:0 10px; margin-bottom:10px; }
	.fwArea02 .bd form .text03 { margin-right:0; }
	.fwArea02 .bd form .textarea { width:100%; margin:0 0 20px 0; padding:10px; height:150px; }
	.fwArea02 .bd form .p1 { float:none; width:100%; font-size:14px; }
	.fwArea02 .bd form .btn01 { float:none; width:200px; line-height:40px; margin-top:20px; }
}

.jmArea06 { background:#fef5f0; }

.gfArea01 { padding-top:140px; }
.gfArea01 .hd i { font-size:48px; font-family:"Fontquan"; line-height:1.1; }
.gfArea01 .hd a { float:right; font-size:14px; margin-top:25px; }
.gfArea01 .bd { position:relative; margin-top:45px; }
.gfArea01 .bd .bd01 { width:56.66%; }
.gfArea01 .bd .bd01 ul { border:1px solid #ececec; border-right:none; font-size:0; }
.gfArea01 .bd .bd01 ul li { position:relative; float:left; width:50%; box-sizing: border-box; }
.gfArea01 .bd .bd01 ul li a { display:block; border-right:1px solid #ececec; }
.gfArea01 .bd .bd01 ul li:nth-child(n + 3) a { border-top:1px solid #ececec; }

.gfArea01 .bd .bd01 ul li .pic { position:relative; overflow:hidden; }
.gfArea01 .bd .bd01 ul li .pic img { transition: all 0.6s; }
.gfArea01 .bd .bd01 ul li .pic p { position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5); z-index:2; display:none; }
.gfArea01 .bd .bd01 ul li .txt { position:absolute; left:10px; right:10px; top:50%; font-size:18px; color:#fff; transform: translateY(-50%); text-align:center; z-index:2; display:none; }
 
.gfArea01 .bd .bd01 ul li:hover .pic img { transform: scale(1.1)!important; }
.gfArea01 .bd .bd01 ul li:hover .pic p { display:block; }
.gfArea01 .bd .bd01 ul li:hover .txt { display:block; }

.gfArea01 .bd .bd02 { position:absolute; top:0; right:0; bottom:0; width:41.66%; min-height:350px; background:#fef7f2; border:1px solid #b38854; z-index:2; }
.gfArea01 .bd .bd02 .txt { position:absolute; left:0; right:0; top:50%; transform: translateY(-50%); text-align:center; z-index:2; }
.gfArea01 .bd .bd02 .txt .p1 { font-size:28px; color:#b38854; }
.gfArea01 .bd .bd02 .txt .p2 { margin-top:60px; }
.gfArea01 .bd .bd02 .txt .p2 img { max-height:200px; }
.gfArea01 .bd .bd02 .txt .p2 p { font-size:14px; margin-top:10px; }

@media all and (max-width:1280px){
	.gfArea01 { padding-top:80px; }
	.gfArea01 .hd i { font-size:36px; }
	.gfArea01 .hd a { font-size:14px; margin-top:15px; }
	.gfArea01 .bd { margin-top:35px; }
	.gfArea01 .bd .bd01 { width:56.66%; }
	 
	.gfArea01 .bd .bd01 ul li .txt { font-size:16px; }
 
	.gfArea01 .bd .bd02 { width:41.66%; min-height:350px; }
	.gfArea01 .bd .bd02 .txt .p1 { font-size:20px; }
	.gfArea01 .bd .bd02 .txt .p2 { margin-top:60px; }
	.gfArea01 .bd .bd02 .txt .p2 img { max-height:200px; }
	.gfArea01 .bd .bd02 .txt .p2 p { font-size:14px; margin-top:10px; }
}
@media all and (max-width:1000px){
	.gfArea01 { padding-top:60px; }
	.gfArea01 .hd i { font-size:28px; }
	.gfArea01 .hd a { font-size:14px; margin-top:15px; }
	.gfArea01 .bd { margin-top:30px; }
	.gfArea01 .bd .bd01 { width:56.66%; }
	 
	.gfArea01 .bd .bd01 ul li .txt { font-size:14px; }
 
	.gfArea01 .bd .bd02 { width:41.66%; min-height:160px; }
	.gfArea01 .bd .bd02 .txt .p1 { font-size:16px; }
	.gfArea01 .bd .bd02 .txt .p2 { margin-top:30px; }
	.gfArea01 .bd .bd02 .txt .p2 img { max-height:150px; }
	.gfArea01 .bd .bd02 .txt .p2 p { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.gfArea01 { padding-top:40px; }
	.gfArea01 .hd i { font-size:26px; }
	.gfArea01 .hd a { font-size:14px; margin-top:10px; }
	.gfArea01 .bd { margin-top:30px; }
	.gfArea01 .bd .bd01 { width:100%; }
	 
	.gfArea01 .bd .bd01 ul li .txt { font-size:14px; }
 
	.gfArea01 .bd .bd02 { position:relative; left:0; width:100%; min-height:100px; margin-top:20px; padding:30px 0; }
	.gfArea01 .bd .bd02 .txt { position:relative; top:0; transform: translateY(0); }
	.gfArea01 .bd .bd02 .txt .p1 { font-size:16px; }
	.gfArea01 .bd .bd02 .txt .p2 { margin-top:20px; }
	.gfArea01 .bd .bd02 .txt .p2 img { max-height:100px; }
	.gfArea01 .bd .bd02 .txt .p2 p { font-size:14px; margin-top:10px; }
}


.gfArea02 { padding:140px 0 100px; }
.gfArea02 .hd-gf { font-size:48px; font-family:"Fontquan"; line-height:1.1; text-align:center; margin-bottom:40px; }
.gfArea02 .hd01 { border-bottom:1px solid #ececec; line-height:30px; padding-bottom:10px; }
.gfArea02 .hd01 i { font-size:24px; color:#b38854; font-weight:bold; }
.gfArea02 .hd01 a { margin-left:110px; font-size:18px; color:#333; }

.gBox01 .bd01 { margin-top:40px; font-size:14px; color:#666; line-height:2; }

.gCon { margin-top:65px; }
.gCon .hd ul li { position:relative; float:left; top:0; width:21.66%; margin-right:4.45%; transition: all 0.6s; cursor:pointer; }
.gCon .hd ul li:last-child { margin-right:0; }
.gCon .hd ul li .pic { border-radius:8px; }
.gCon .hd ul li .pic img { width:100%; height:auto; border-radius:8px; }
.gCon .hd ul li .pic .img02 { display:none; }
.gCon .hd ul li .p1 { position:absolute; right:-10px; bottom:-10px; width:40px; height:40px; background:url(hy01.png) no-repeat center; background-size:cover; display:none; }

.gCon .bd { margin-top:40px; padding:45px 55px; background:#fef7f2; border:1px solid #ebe5e0; }
.gCon .bd .p1 { font-size:30px; color:#b38854; font-family:"Fontquan"; }
.gCon .bd .p2 { margin-top:25px; line-height:2; font-size:14px; }

@media all and (min-width:1200px){
	.gCon .hd ul li.on { top:-20px; }
}
.gCon .hd ul li.on .pic { box-shadow: #bbb 0px 5px 10px; }
.gCon .hd ul li.on .pic .img01 { display:none; }
.gCon .hd ul li.on .pic .img02 { display:block; }
.gCon .hd ul li.on .p1 { display:block; }

.gBox02 { padding-top:65px; }
.gBox02 .bd01 { margin-top:70px; }
.gBox02 .bd01 ul li { float:left; text-align:center; width:200px; }
.gBox02 .bd01 ul li .p1 img { max-width:100%; }
.gBox02 .bd01 ul li .p2 { font-size:14px; margin-top:15px; }

.gBox02 .bd01 ul li:nth-child(2n) { width:calc(33.33% - 267px); height:196px; padding-top:80px; box-sizing: border-box; }
.gBox02 .bd01 ul li:nth-child(2n) i { display:inline-block; width:32px; height:14px; background:url(hy02.png) no-repeat center; }
.gBox02 .bd01 ul li:nth-child(8) { width:0; height:0; display:none; }

.gBox02 .bd02 { margin-top:50px; font-size:14px; color:#666; line-height:2; }

.gBox03 { padding-top:65px; }
.gBox03 .bd01 { margin-top:60px; }
.gBox03 .bd01 ul li:nth-child(n + 2) { margin-top:30px; }
.gBox03 .bd01 ul li .pic { float:left; width:410px; }
.gBox03 .bd01 ul li .txt { float:right; width:calc(100% - 480px); padding-top:40px; }
.gBox03 .bd01 ul li .txt .p1 { font-size:14px; line-height:2; min-height:84px; color:#666; }
.gBox03 .bd01 ul li .txt .p2 { margin-top:40px; }
.gBox03 .bd01 ul li .txt .p2 i { display:inline-block; padding-left:70px; line-height:56px; font-size:14px; color:#999; background:url(d01.png) no-repeat center left; background-size:contain; }
.gBox03 .bd01 ul li:hover .txt .p2 i { color:#ff3a0d; }

@media all and (max-width:1280px){
	.gfArea02 { padding:80px 0; }
	.gfArea02 .hd-gf { font-size:36px; margin-bottom:40px; }
	.gfArea02 .hd01 { line-height:30px; padding-bottom:10px; }
	.gfArea02 .hd01 i { font-size:20px; }
	.gfArea02 .hd01 a { margin-left:60px; font-size:16px; }

	.gBox01 .bd01 { margin-top:40px; font-size:14px; line-height:2; }

	.gCon { margin-top:40px; }
	.gCon .hd ul li {  width:22.75%; margin-right:3%; }
	.gCon .hd ul li:last-child { margin-right:0; }

	.gCon .hd ul li .p1 { right:-10px; bottom:-10px; width:30px; height:30px; }

	.gCon .bd { margin-top:40px; padding:30px 25px; }
	.gCon .bd .p1 { font-size:24px; }
	.gCon .bd .p2 { margin-top:15px; line-height:2; font-size:14px; }
 
	.gBox02 { padding-top:40px; }
	.gBox02 .bd01 { margin-top:40px; }
	.gBox02 .bd01 ul li { float:left; text-align:center; width:200px; }
	.gBox02 .bd01 ul li .p1 img { max-width:100%; }
	.gBox02 .bd01 ul li .p2 { font-size:14px; margin-top:15px; }

	.gBox02 .bd01 ul li:nth-child(2n) { width:calc(33.33% - 267px); height:196px; padding-top:80px; box-sizing: border-box; }
	.gBox02 .bd01 ul li:nth-child(2n) i { display:inline-block; width:32px; height:14px; background:url(hy02.png) no-repeat center; }
	.gBox02 .bd01 ul li:nth-child(8) { width:0; height:0; display:none; }

	.gBox02 .bd02 { margin-top:40px; font-size:14px; line-height:2; }

	.gBox03 { padding-top:40px; }
	.gBox03 .bd01 { margin-top:40px; }

}
@media all and (max-width:1000px){
	.gfArea02 { padding:60px 0; }
	.gfArea02 .hd-gf { font-size:28px; margin-bottom:30px; }
	.gfArea02 .hd01 { line-height:30px; padding-bottom:10px; }
	.gfArea02 .hd01 i { font-size:20px; }
	.gfArea02 .hd01 a { margin-left:30px; font-size:16px; }

	.gBox01 .bd01 { margin-top:30px; font-size:14px; line-height:2; }

	.gCon { margin-top:30px; }
	.gCon .hd ul li { width:23.5%; margin-right:2%; }
	.gCon .hd ul li:last-child { margin-right:0; }

	.gCon .hd ul li .p1 { right:-10px; bottom:-10px; width:30px; height:30px; }

	.gCon .bd { margin-top:30px; padding:25px 4%; }
	.gCon .bd .p1 { font-size:20px; }
	.gCon .bd .p2 { margin-top:15px; line-height:2; font-size:14px; }
 
	.gBox02 { padding-top:30px; }
	.gBox02 .bd01 { margin-top:30px; }
	.gBox02 .bd01 ul li { float:left; text-align:center; width:25%; padding:0 10px; box-sizing: border-box;}
	.gBox02 .bd01 ul li .p1 img { max-width:100%; }
	.gBox02 .bd01 ul li .p2 { font-size:14px; margin-top:15px; }

	.gBox02 .bd01 ul li:nth-child(2n) { width:0; height:0; display:none; }
 
	.gBox02 .bd02 { margin-top:30px; font-size:14px; line-height:2; }

	.gBox03 { padding-top:30px; }
	.gBox03 .bd01 { margin-top:30px; }
	.gBox03 .bd01 ul li:nth-child(n + 2) { margin-top:20px; }
	.gBox03 .bd01 ul li .pic { float:left; width:270px; }
	.gBox03 .bd01 ul li .txt { float:right; width:calc(100% - 300px); padding-top:10px; }
	.gBox03 .bd01 ul li .txt .p1 { font-size:14px; line-height:2; min-height:84px; color:#666; }
	.gBox03 .bd01 ul li .txt .p2 { margin-top:30px; }
	.gBox03 .bd01 ul li .txt .p2 i { padding-left:40px; line-height:30px; }
}
@media all and (max-width:750px){
	.gfArea02 { padding:40px 0; }
	.gfArea02 .hd-gf { font-size:26px; margin-bottom:20px; }
	.gfArea02 .hd01 { line-height:30px; padding-bottom:10px; }
	.gfArea02 .hd01 i { font-size:20px; }
	.gfArea02 .hd01 a { margin-left:30px; font-size:16px; }

	.gBox01 .bd01 { margin-top:20px; font-size:14px; line-height:2; }

	.gCon { margin-top:30px; }
	.gCon .hd ul li { width:48%; margin-right:4%; }
	.gCon .hd ul li:nth-child(2n) { margin-right:0; }
	.gCon .hd ul li:nth-child(n + 3) { margin-top:20px; }

	.gCon .hd ul li .p1 { right:-5px; bottom:-5px; width:20px; height:20px; }

	.gCon .bd { margin-top:30px; padding:25px 4%; }
	.gCon .bd .p1 { font-size:20px; }
	.gCon .bd .p2 { margin-top:15px; line-height:2; font-size:14px; }
 
	.gBox02 { padding-top:30px; }
	.gBox02 .bd01 { margin-top:30px; }
	.gBox02 .bd01 ul li { float:left; text-align:center; width:50%; padding:0 10px; box-sizing: border-box; }
	.gBox02 .bd01 ul li .p1 img { max-width:100%; }
	.gBox02 .bd01 ul li .p2 { font-size:14px; margin-top:10px; min-height:50px; }
	.gBox02 .bd01 ul li:nth-child(n + 5) { margin-top:20px; }

	.gBox02 .bd01 ul li:nth-child(2n) { width:0; height:0; display:none; }
 
	.gBox02 .bd02 { margin-top:30px; font-size:14px; line-height:2; }

	.gBox03 { padding-top:30px; }
	.gBox03 .bd01 { margin-top:30px; }
	.gBox03 .bd01 ul li:nth-child(n + 2) { margin-top:30px; }
	.gBox03 .bd01 ul li .pic { float:none; width:100%; }
	.gBox03 .bd01 ul li .txt { float:none; width:100%; padding-top:20px; }
	.gBox03 .bd01 ul li .txt .p1 { font-size:14px; line-height:2; min-height:20px; }
	.gBox03 .bd01 ul li .txt .p2 { margin-top:20px; }
	.gBox03 .bd01 ul li .txt .p2 i { padding-left:40px; line-height:30px; } 
}

.hd-jm { text-align:center; }
.hd-jm .p1 { font-size:48px; line-height:1.1; font-family:"Fontquan"; }
.hd-jm .p2 { font-size:14px; line-height:2; color:#666; margin-top:20px; }

@media all and (max-width:1280px){
	.hd-jm .p1 { font-size:36px; }
	.hd-jm .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:1000px){
	.hd-jm .p1 { font-size:28px; }
}
@media all and (max-width:750px){
	.hd-jm .p1 { font-size:26px; }
	.hd-jm .p2 { font-size:14px; margin-top:10px; }
}

.jmArea01 { padding:140px 0; }
.jmArea01 .bd { margin-top:45px; }
.jmArea01 .bd table { width:100%; border:1px solid #b38854; box-sizing: border-box; }
.jmArea01 .bd table tr { border-bottom:1px solid #b38854; }
.jmArea01 .bd table tr:last-child { border-bottom:none; }
.jmArea01 .bd table tr th { border-right:1px solid #b38854; text-align:left; padding:25px 60px; font-weight:normal; font-size:16px; box-sizing: border-box; }
.jmArea01 .bd table tr th:last-child { border-right:none; }
.jmArea01 .bd table tr th:nth-child(1) { width:220px; text-align:center; font-size:20px; color:#b38854; font-weight:bold; background:#fef5f0; }

@media all and (max-width:1280px){
	.jmArea01 { padding:100px 0; }
	.jmArea01 .bd { margin-top:30px; }
	.jmArea01 .bd table tr th { padding:20px 40px; font-size:16px; }
	.jmArea01 .bd table tr th:nth-child(1) { width:220px; font-size:18px; }
}
@media all and (max-width:1000px){
	.jmArea01 { padding:60px 0; }
	.jmArea01 .bd { margin-top:30px; }
	.jmArea01 .bd table tr th { padding:15px 20px; font-size:14px; }
	.jmArea01 .bd table tr th:nth-child(1) { width:150px; font-size:16px; }
}
@media all and (max-width:750px){
	.jmArea01 { padding:40px 0; }
	.jmArea01 .bd { margin-top:30px; }
	.jmArea01 .bd table tr th { padding:10px; font-size:14px; }
	.jmArea01 .bd table tr th:nth-child(1) { width:80px; font-size:14px; }
}

.jmArea02 { padding:140px 0; background:#fef5f0; }
.jmArea02 .bd { margin-top:70px; }
.jmArea02 .bd ul li { position:relative; top:0; width:240px; padding-top:35px; height:155px; border:1px solid #b38854; border-radius:8px; text-align:center; box-sizing: border-box; cursor:pointer; transition: all 0.6s; }
.jmArea02 .bd ul li:before { position:absolute; top:-18px; left:41px; transform: rotate(45deg); width:1px; height:120px; border-right:1px dashed #b38854; display:block; content:""; z-index:5; }
.jmArea02 .bd ul li:nth-child(2n) { width:calc(33.33% - 320px); padding-top:0; height:155px; border:none; }
.jmArea02 .bd ul li:nth-child(2n):before { display:none; }
.jmArea02 .bd ul li:last-child { display:none; }
.jmArea02 .bd ul li .p1 { min-height:60px; }
.jmArea02 .bd ul li .p1 img { max-height:45px; }
.jmArea02 .bd ul li .p2 { font-size:18px; }
.jmArea02 .bd ul li .p3 { position:absolute; left:0; top:0; width:50px; height:50px; text-align:center; line-height:50px; font-size:32px; color:#b38854; font-weight:bold; z-index:5; }

.jmArea02 .bd .ul02 { width:100%; text-align:right; font-size:0; }
.jmArea02 .bd .ul02 i { display:inline-block; width:240px; width:240px; height:80px; background:url(jm02.png) no-repeat center; }

.jmArea02 .bd ul.ul01 li { float:left; }
.jmArea02 .bd ul.ul01 li:nth-child(2n) { background:url(jm01.png) no-repeat center; }

.jmArea02 .bd ul.ul03 li { float:right; }
.jmArea02 .bd ul.ul03 li:nth-child(2n) { background:url(jm03.png) no-repeat center; }

@media all and (min-width:1200px){
	.jmArea02 .bd ul li:hover { top:-20px; }
	.jmArea02 .bd ul li:nth-child(2n):hover { top:0; }
	.jmArea02 .bd ul li:hover .p2 { color:#ff3a0d; font-weight:bold; }
}

@media all and (max-width:1280px){
	.jmArea02 { padding:90px 0; }
	.jmArea02 .bd { margin-top:60px; }
	.jmArea02 .bd ul li { width:23.5%; padding-top:30px; height:130px; margin-right:2%; }
	.jmArea02 .bd ul li:before { top:-18px; left:41px; height:120px; }
	.jmArea02 .bd ul li:nth-child(2n) { display:none; }
	.jmArea02 .bd ul li:nth-child(7) { margin-right:0; }

	.jmArea02 .bd ul li .p1 { min-height:50px; }
	.jmArea02 .bd ul li .p1 img { max-height:35px; }
	.jmArea02 .bd ul li .p2 { font-size:14px; }
	.jmArea02 .bd ul li .p3 { width:50px; height:50px; line-height:50px; font-size:28px; }

	.jmArea02 .bd .ul02 { display:none; }
	
	.jmArea02 .bd ul.ul03 { margin-top:25px; }
	.jmArea02 .bd ul.ul03 li { float:left; }
}
@media all and (max-width:1000px){
	.jmArea02 { padding:60px 0; }
	.jmArea02 .bd { margin-top:40px; }
}
@media all and (max-width:750px){
	.jmArea02 { padding:40px 0; }
	.jmArea02 .bd { margin-top:25px; }
	.jmArea02 .bd ul li { width:48%; padding-top:30px; height:130px; margin-right:4%; }
	.jmArea02 .bd ul li:before { top:-13px; left:27px; height:80px; }
	.jmArea02 .bd ul li:nth-child(2n) { display:none; }
	.jmArea02 .bd ul li:nth-child(3) { margin-right:0; }
	.jmArea02 .bd ul li:nth-child(7) { margin-right:0; }
	.jmArea02 .bd ul li:nth-child(n + 5) { margin-top:15px; }
 
	.jmArea02 .bd ul li .p1 { min-height:50px; }
	.jmArea02 .bd ul li .p1 img { max-height:35px; }
	.jmArea02 .bd ul li .p2 { font-size:14px; }
	.jmArea02 .bd ul li .p3 { width:30px; height:30px; line-height:30px; font-size:18px; }

	.jmArea02 .bd .ul02 { display:none; }
	
	.jmArea02 .bd ul.ul03 { margin-top:15px; }
	.jmArea02 .bd ul.ul03 li { float:left; }
}



.jmArea03 { padding-top:140px; }
.jmArea031 { border-top:1px solid #ececec; border-bottom:1px solid #ececec; }
.jmArea031 .wrap { position:relative; border-left:1px solid #ececec; border-right:1px solid #ececec; padding:110px 35px; box-sizing: border-box; }

.jmArea03 .hd-jm { float:left; width:295px; text-align:left; }
.jmArea03 .bd { float:right; width:calc(100% - 340px); }
.jmArea03 .bd ul li { float:left; width:23%; margin-right:2.66%; text-align:center; }
.jmArea03 .bd ul li:last-child { margin-right:0; }
.jmArea03 .bd ul li .p2 { margin-top:20px; font-size:14px; color:#666; }
.jmArea03 .bd ul li .p3 { margin-top:5px; font-size:18px; color:#b38854; font-weight:bold; }

.swiper-pagination-jm03  { position:absolute; left:35px; bottom:50px!important; font-size:0; text-align:left; }
.swiper-pagination-jm03 .swiper-pagination-bullet { width:6px!important; height:6px!important; margin:0 3px!important; background:none; border-radius:100%; border:1px solid #ff3a0d; opacity:1; }
.swiper-pagination-jm03 .swiper-pagination-bullet-active { background:#ff3a0d; width:14px!important; border-radius:10px; }

.jmArea031 .prev-jm03,.jmArea031 .next-jm03 { position:absolute; top:50%; transform: translateY(-50%); width:35px; height:65px; z-index:2; cursor:pointer; }
.jmArea031 .prev-jm03 { background:url(jm04.png) no-repeat center; left:-130px; }
.jmArea031 .next-jm03 { background:url(jm06.png) no-repeat center; right:-130px; }

.jmArea031 .prev-jm03:hover { background:url(jm05.png) no-repeat center; }
.jmArea031 .next-jm03:hover { background:url(jm07.png) no-repeat center; }

@media all and (max-width:1400px){
	.jmArea031 .prev-jm03,.jmArea031 .next-jm03 { display:none; }
}
@media all and (max-width:1280px){
	.jmArea03 { padding-top:100px; }
	 
	.jmArea031 .wrap { padding:80px 20px; }

	.jmArea03 .hd-jm { float:left; width:200px; text-align:left; }
	.jmArea03 .bd { float:right; width:calc(100% - 230px); }
	.jmArea03 .bd ul li { float:left; width:23%; margin-right:2.66%; text-align:center; }
	.jmArea03 .bd ul li:last-child { margin-right:0; }
	.jmArea03 .bd ul li .p2 { margin-top:20px; font-size:14px; color:#666; }
	.jmArea03 .bd ul li .p3 { margin-top:5px; font-size:18px; color:#b38854; font-weight:bold; }
}
@media all and (max-width:1000px){
	.jmArea03 { padding-top:60px; }
	 
	.jmArea031 .wrap { padding:50px 20px; }
}
@media all and (max-width:750px){
	.jmArea03 { padding-top:40px; }
	.jmArea031 .wrap { padding:40px 15px; }

	.jmArea03 .hd-jm { float:none; width:100%; text-align:center; }
	.jmArea03 .bd { float:none; width:100%; margin-top:30px; }
	.jmArea03 .bd ul li { float:left; width:48%; margin-right:4%; }
	.jmArea03 .bd ul li:nth-child(2n) { margin-right:0; }
	.jmArea03 .bd ul li:nth-child(n + 3) { margin-top:20px; }
	.jmArea03 .bd ul li .p2 { margin-top:10px; font-size:14px; }
	.jmArea03 .bd ul li .p3 { margin-top:5px; font-size:16px; }

	.swiper-pagination-jm03  { position:relative; width:100%; left:0; bottom:0!important; text-align:center; margin-top:25px; }
}


.jmArea04 { padding-top:130px; }
.jmArea04 .hd { line-height:1; color:#ff3a0d; }
.jmArea04 .hd .p1 { float:left; font-size:48px; font-family:"Fontquan"; }
.jmArea04 .hd .p2 { float:left; font-size:14px; max-width:100px; line-height:20px; text-transform:uppercase; padding-left:15px; margin:10px 0 0 10px; border-left:1px solid #ff3a0d; }

.jmArea041 { margin-top:70px; padding-bottom:40px; border-bottom:1px solid rgba(102,102,102,0.1); }
.jmArea041 .bd { margin-top:55px; }
.jmArea041 .bd ul:nth-child(n + 2) { margin-top:45px; }
.jmArea041 .bd ul li { float:left; width:30%; margin-right:5%; line-height:1.1; }
.jmArea041 .bd ul li:nth-child(3n) { margin-right:0; }
.jmArea041 .bd ul li .p1 { position:relative; font-size:56px; color:#b38854; z-index:1; }
.jmArea041 .bd ul li .p1:before { position:absolute; left:-10px; bottom:-5px; display:block; content:""; width:34px; height:20px; background:url(jm10.png) no-repeat center; z-index:-1; }
.jmArea041 .bd ul li .p2 { font-size:24px; font-weight:bold; margin-top:30px; line-height:40px; min-height:80px; }
.jmArea041 .bd ul li .p3 { font-size:14px; color:#666; line-height:2; margin-top:20px; }

.jmArea041 .bd ul li:hover .p2 { color:#ff3a0d; }

.jmArea042 { margin-top:45px; }
.jmArea042 .bd { margin-top:60px; }
.jmArea042 .bd ul li { position:relative; top:0; float:left; width:250px; margin-right:calc(33.33% - 334px); padding-top:50px; height:355px; text-align:center; background:#fef5f0; box-sizing: border-box; transition: all 0.6s; border-radius:8px; }
.jmArea042 .bd ul li:nth-child(4n) { margin-right:0; }
.jmArea042 .bd ul li:nth-child(n + 5) { margin-top:30px; }
.jmArea042 .bd ul li .p1 { font-size:72px; color:rgba(179,136,84,0.2); line-height:1; }
.jmArea042 .bd ul li .p2 { margin-top:15px; min-height:65px; }
.jmArea042 .bd ul li .p2 img { max-height:45px; }
.jmArea042 .bd ul li .p3 { font-size:20px; color:#ff3a0d; font-weight:bold; }
.jmArea042 .bd ul li .p4 { width:125px; height:1px; border-bottom:1px dashed #b38854; margin:15px auto 0; }
.jmArea042 .bd ul li .p5 { font-size:14px; line-height:25px; color:#b38854; margin-top:15px; }

@media all and (min-width:1200px){
	.jmArea042 .bd ul li:hover { top:-20px; box-shadow: #dbdada 0px 5px 10px; }
}
@media all and (max-width:1280px){
	.jmArea04 { padding-top:90px; }
	.jmArea04 .hd .p1 { font-size:36px; }
	.jmArea04 .hd .p2 { font-size:12px; line-height:1.1; padding-left:15px; margin:9px 0 0 10px; }

	.jmArea041 { margin-top:40px; padding-bottom:40px; }
	.jmArea041 .bd { margin-top:40px; }
	.jmArea041 .bd ul:nth-child(n + 2) { margin-top:40px; }
	.jmArea041 .bd ul li { width:30%; margin-right:2%; }
	.jmArea041 .bd ul li:nth-child(3n) { margin-right:0; }
	.jmArea041 .bd ul li .p1 { font-size:36px; }
	.jmArea041 .bd ul li .p1:before { left:-10px; bottom:-5px; }
	.jmArea041 .bd ul li .p2 { font-size:18px; margin-top:20px; min-height:50px; line-height:25px; }
	.jmArea041 .bd ul li .p3 { font-size:14px; margin-top:15px; }

	.jmArea042 { margin-top:40px; }
	.jmArea042 .bd { margin-top:40px; }
	.jmArea042 .bd ul li { width:220px; margin-right:calc(33.33% - 294px); padding-top:30px; height:300px; }
	.jmArea042 .bd ul li:nth-child(4n) { margin-right:0; }
	.jmArea042 .bd ul li:nth-child(n + 5) { margin-top:25px; }
	.jmArea042 .bd ul li .p1 { font-size:50px; }
	.jmArea042 .bd ul li .p2 { margin-top:15px; min-height:65px; }
	.jmArea042 .bd ul li .p2 img { max-height:45px; }
	.jmArea042 .bd ul li .p3 { font-size:18px; }
	.jmArea042 .bd ul li .p4 { width:125px; margin:15px auto 0; }
	.jmArea042 .bd ul li .p5 { font-size:14px; line-height:25px; margin-top:15px; }
}
@media all and (max-width:1000px){
	.jmArea04 { padding-top:60px; }
	
	.jmArea042 .bd ul li { width:23.5%; margin-right:2%; padding-top:30px; height:250px; }
	.jmArea042 .bd ul li:nth-child(4n) { margin-right:0; }
	.jmArea042 .bd ul li .p2 { margin-top:15px; min-height:40px; }
	.jmArea042 .bd ul li .p2 img { max-height:30px; }
	.jmArea042 .bd ul li .p4 { width:60%; margin:10px auto 0; }
	.jmArea042 .bd ul li .p5 { font-size:12px; line-height:20px; margin-top:10px; }
}
@media all and (max-width:900px){
 
	.jmArea041 .bd ul li { float:none; width:100%; margin-right:0; }
	.jmArea041 .bd ul li:nth-child(n + 2) { margin-top:20px; } 
	.jmArea041 .bd ul li .p2 { min-height:25px; line-height:25px; }
}
@media all and (max-width:750px){
	.jmArea04 { padding-top:40px; }
	.jmArea04 .hd .p1 { font-size:28px; }
	.jmArea04 .hd .p2 { font-size:12px; padding-left:10px; margin:3px 0 0 10px; }

	.jmArea041 { margin-top:20px; padding-bottom:20px; }
	.jmArea041 .bd { margin-top:20px; }
	.jmArea041 .bd ul:nth-child(n + 2) { margin-top:20px; }
 
	.jmArea041 .bd ul li .p1 { font-size:28px; }
	.jmArea041 .bd ul li .p1:before { left:-10px; bottom:-5px; }
	.jmArea041 .bd ul li .p2 { font-size:16px; margin-top:15px; }
	.jmArea041 .bd ul li .p3 { font-size:12px; margin-top:10px; line-height:1.7; }

	.jmArea042 { margin-top:20px; }
	.jmArea042 .bd { margin-top:20px; }
	.jmArea042 .bd ul li { width:49%; margin-right:2%; padding-top:30px; height:250px; }
	.jmArea042 .bd ul li:nth-child(4n) { margin-right:2%; }
	.jmArea042 .bd ul li:nth-child(2n) { margin-right:0; }
	.jmArea042 .bd ul li:nth-child(n + 3) { margin-top:2%; }
	.jmArea042 .bd ul li .p1 { font-size:40px; }
	.jmArea042 .bd ul li .p2 { margin-top:15px; min-height:40px; }
	.jmArea042 .bd ul li .p2 img { max-height:30px; }
	.jmArea042 .bd ul li .p3 { font-size:16px; }
	.jmArea042 .bd ul li .p4 { width:60%; margin:10px auto 0; }
	.jmArea042 .bd ul li .p5 { font-size:12px; line-height:20px; margin-top:10px; }
}

.jmArea05 { padding-top:130px; }
.jmArea05 .bd { position:relative; margin-top:45px; }
.jmArea05 .swiper-container-jm05 { width:875px; margin:0 auto; }
.jmArea05 .swiper-slide { width:875px; margin:0 10px; }
.jmArea05 .swiper-slide a { position:relative; display:block; overflow:hidden; }
.jmArea05 .swiper-slide a img { transition: all 0.6s; }
.jmArea05 .swiper-slide p { position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); z-index:2; }
.jmArea05 .swiper-slide-active p { display:none; }

.jmArea05 .swiper-slide:hover a img { transform: scale(1.1)!important; }

.jmArea05 .prev-jm05,.jmArea05 .next-jm05 { position:absolute; top:50%; transform: translateY(-50%); width:35px; height:65px; z-index:2; cursor:pointer; }
.jmArea05 .prev-jm05 { background:url(jm08.png) no-repeat center; left:10%; }
.jmArea05 .next-jm05 { background:url(jm09.png) no-repeat center; right:10%; }

.jmArea051 { padding-top:100px; }
.jmArea051 .bd { margin-top:0; }

@media all and (max-width:1400px){
	.jmArea05 .prev-jm05,.jmArea05 .next-jm05 { display:none; }
}
@media all and (max-width:1280px){
	.jmArea05 { padding-top:90px; }
	.jmArea05 .bd { margin-top:35px; }
	.jmArea05 .swiper-container-jm05 { width:700px; }
	.jmArea05 .swiper-slide { width:700px; margin:0 10px; }
	
	.jmArea051 { padding-top:80px; }
	.jmArea051 .bd { margin-top:0; }
}
@media all and (max-width:1000px){
	.jmArea05 { padding-top:60px; }
	.jmArea05 .bd { margin-top:30px; }
	.jmArea05 .swiper-container-jm05 { width:500px; }
	.jmArea05 .swiper-slide { width:500px; margin:0 10px; }
	
	.jmArea051 { padding-top:60px; }
	.jmArea051 .bd { margin-top:0; }
}
@media all and (max-width:750px){
	.jmArea05 { padding-top:40px; }
	.jmArea05 .bd { margin-top:20px; }
	.jmArea05 .swiper-container-jm05 { width:70%; }
	.jmArea05 .swiper-slide { width:100%; margin:0 5px; }
	
	.jmArea051 { padding-top:40px; }
	.jmArea051 .bd { margin-top:0; }
}


.abArea011 { padding:130px 0 60px; }
.abArea011 .pic { float:right; width:180px; text-align:right; }
.abArea011 .pic img { max-width:100%; }
.abArea011 .txt { float:left; width:calc(100% - 210px); }
.abArea011 .txt .Area-hd { text-align:left; }
.abArea011 .txt .bd { font-size:14px; line-height:2; margin-top:35px; }

.abArea02 { padding:70px 0 140px; }
.abArea021 ul li { position:relative; float:left; width:11.66%; margin-right:0.5%; transition: all 0.6s; overflow:hidden; cursor:pointer; }
.abArea021 ul li:last-child { margin-right:0; }
.abArea021 ul li .pic { position:relative; left:0; transform: translateX(-100%); }
.abArea021 ul li .pic p { position:absolute; transform: translateX(100%); left:0; top:0; right:0; bottom:0; background: linear-gradient(to bottom,#fde8d8,rgba(255,255,255,0));  z-index:1; }
.abArea021 ul li .txt { position:absolute; top:50px; left:10%; min-width:260px; z-index:2; }
.abArea021 ul li .txt .p1 { color:#b38854; font-family:"Fontquan"; line-height:1.1; }
.abArea021 ul li .txt .p1 i { display:block; font-size:30px; }
.abArea021 ul li .txt .p1 span { display:block; font-size:16px; margin-top:10px; text-transform:uppercase; }
.abArea021 ul li .txt .p2 { display:none; font-size:14px; margin-top:25px; color:#fff; }

.abArea021 ul li.on { width:51.36%; }
.abArea021 ul li.on .pic { transform: translateX(0); }
.abArea021 ul li.on .pic p { display:none; }
.abArea021 ul li.on .txt { top:100px; left:6.5%; }
.abArea021 ul li.on .txt .p1 { color:#fff; }
.abArea021 ul li.on .txt .p1 i { display:inline-block; font-size:40px; }
.abArea021 ul li.on .txt .p1 span { display:inline-block; font-size:24px; margin-top:0; margin-left:10px; }
.abArea021 ul li.on .txt .p2 { display:block; }

.abArea022 { margin-top:70px; }

@media all and (max-width:1280px){
	.abArea011 { padding:90px 0 50px; }
	 
	.abArea02 { padding:50px 0 90px; }

	.abArea022 { margin-top:50px; }
}
@media all and (max-width:1000px){
	.abArea011 { padding:60px 0 40px; }
	.abArea011 .pic { display:none; }
	.abArea011 .txt { float:none; width:100%; }
	.abArea011 .txt .bd { margin-top:25px; }

	.abArea02 { padding:40px 0 60px; }
	
	.abArea021 ul li .pic img { width:520px; }
	.abArea021 ul li .txt .p1 i { font-size:20px; }
	.abArea021 ul li .txt .p1 span { font-size:14px; margin-top:10px; }
	.abArea021 ul li .txt .p2 { margin-top:20px; }
 
	.abArea021 ul li.on .txt { top:60px;  }

	.abArea021 ul li.on .txt .p1 i { font-size:28px; }
	.abArea021 ul li.on .txt .p1 span { font-size:18px; }

	.abArea022 { margin-top:40px; }
}
@media all and (max-width:750px){
	.abArea011 { padding:40px 0; }
	
	.abArea02 { padding:30px 0; }
	.abArea021 ul li { width:12%; }
	.abArea021 ul li:last-child { margin-right:0; }
	.abArea021 ul li .pic img { width:350px; }
	.abArea021 ul li .txt { position:absolute; top:50px; left:28%; min-width:20px; z-index:2; }
	.abArea021 ul li .txt .p1 i { display:block; width:20px; text-align:center; font-size:20px; }
	.abArea021 ul li .txt .p1 span { display:none; }
 
	.abArea021 ul li.on { width:50%; }

	.abArea021 ul li.on .txt { top:50px; left:6.5%; }
	.abArea021 ul li.on .txt .p1 i { display:block; width:100%; text-align:left; font-size:20px; }
	.abArea021 ul li.on .txt .p1 span { display:none; }
	.abArea021 ul li.on .txt .p2 { display:block; }

	.abArea022 { margin-top:30px; }
}

.abArea04 { padding-top:140px; }

.abArea04 .hd { margin-top:35px; text-align:center; }
.abArea04 .hd ul li { display:inline-block; font-size:16px; margin:0 15px; border-bottom:1px solid #fff; cursor:pointer; }
.abArea04 .hd ul li.on { color:#ff3a0d; border-color:#ff3a0d; }

.abArea041 { position:relative; margin-top:50px; background:url(abArea041.png) no-repeat top left; }
.abArea041 .pic { position:relative; width:68.75%; float:right; z-index:2; }
.abArea041 .pic video { object-fit: cover; object-position: center center; height:550px; display: block; width: 100%; }

.abArea041 .pic .bd01 { margin-top:40px; }
.abArea041 .pic .bd01 a { display:inline-block; line-height:1.2; color:#333; border-bottom:1px solid #000; padding-right:60px; font-size:30px;  font-family:"Fontquan"; background:url(a03.png) no-repeat center right; }
.abArea041 .pic .bd01 a:hover { color:#ff3a0d; border-color:#ff3a0d; background:url(a04.png) no-repeat center right; }
 
.abArea041 .ff { position:absolute; top:45%; transform: translateY(-50%); display: flex; justify-content: flex-start; z-index:0; }
.abArea041 .ff img { transform: translate3d(0, 0, 0); animation: move_left 40s linear infinite; }

@media all and (max-width:1280px){
	.abArea04 { padding-top:90px; }
 
	.abArea04 .hd ul li { font-size:16px; margin:0 15px; }
 
	.abArea041 { margin-top:40px; }
	.abArea041 .pic { width:70%; float:right; }
	.abArea041 .pic video { height:450px; }

	.abArea041 .pic .bd01 { margin-top:40px; }
	.abArea041 .pic .bd01 a { font-size:24px; }
	
	.abArea041 .ff img { max-height:130px; }
}
@media all and (max-width:1000px){
	.abArea04 { padding-top:60px; }
 
	.abArea04 .hd ul li { font-size:14px; margin:0 15px; }
 
	.abArea041 { margin-top:30px; }
	.abArea041 .pic { width:70%; float:right; }
	.abArea041 .pic video { height:400px; }
	
	.abArea041 .pic .bd01 { margin-top:20px; }
	.abArea041 .pic .bd01 a { font-size:18px;  }
	
	.abArea041 .ff img { max-height:100px; }
}
@media all and (max-width:750px){
	
	.abArea04 { padding-top:40px; }
	.abArea04 .hd { margin-top:25px; }
	.abArea04 .hd ul li { font-size:14px; margin:0 15px; }
 
	.abArea041 { margin-top:30px; }
	.abArea041 .pic { width:92%; float:none; margin:0 auto; }
	.abArea041 .pic video { height:auto; }
	
	.abArea041 .pic .bd01 { margin-top:20px; text-align:center; }
	.abArea041 .pic .bd01 a { font-size:18px;  }
	
	.abArea041 .ff img { max-height:80px; }
}

@keyframes move_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
  
.abArea05 { padding-top:140px; }
.abArea051 { margin-top:45px; }
.abArea051 .select { position:relative; float:left; width:29%; border:1px solid #eee; border-right:none; box-sizing: border-box; z-index:2; }
.abArea051 .select:before { position:absolute; display:block; width:15px; height:8px; top:50%; transform: translateY(-50%); right:40px; content:""; background:url(ab04.png) no-repeat center; z-index:-1; }
.abArea051 .select select { display:block; width:100%; line-height:65px; height:65px; padding-left:40px; font-size:18px; box-sizing: border-box;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.abArea051 .btnSer { float:right; width:13%; height:65px; background:url(ab05.png) no-repeat center #b38854; cursor:pointer; }

.abArea052 { margin-top:20px; }

.abArea052 .txt { height:465px; border:1px solid #eee; overflow-y:auto; box-sizing: border-box; }
.abArea052 .txt ul li { float:left; width:33.33%; padding:30px 20px 0 20px; min-height:116px; border-right:1px dashed #eee; border-bottom:1px dashed #eee; box-sizing: border-box; cursor:pointer; }
.abArea052 .txt ul li .p1 { font-size:20px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.abArea052 .txt ul li .p2 { font-size:14px; line-height:20px; color:#666; margin-top:10px; padding-left:20px; background:url(ab03.png) no-repeat top left; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.abArea052 .txt ul li:hover { background:#fef5f0; }


/*
.abArea052 .txt { float:left; width:350px; height:465px; border:1px solid #eee; overflow-y:auto; box-sizing: border-box; }
.abArea052 .txt ul li { padding:30px 20px 0 20px; min-height:116px; border-bottom:1px dashed #eee; box-sizing: border-box; cursor:pointer; }
.abArea052 .txt ul li .p1 { font-size:20px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.abArea052 .txt ul li .p2 { font-size:14px; line-height:20px; color:#666; margin-top:10px; padding-left:20px; background:url(ab03.png) no-repeat top left; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.abArea052 .txt ul li.on { background:#fef5f0; }

.abArea052 .pic { float:right; width:calc(100% - 370px); }
.abArea052 .pic #dituContent { height:465px!important; }
*/

.abArea052 .txt::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#ff3a0d}
.abArea052 .txt::-webkit-scrollbar-track{background:#eee}
.abArea052 .txt::-webkit-scrollbar-corner{background:transparent}
.abArea052 .txt::-webkit-scrollbar{width:7px;height:7px}


@media all and (max-width:1280px){
	.abArea05 { padding-top:90px; }
	.abArea051 { margin-top:30px; }
	.abArea051 .select { float:left; width:29%; }
	.abArea051 .select:before { width:15px; height:8px; right:30px; }
	.abArea051 .select select { line-height:50px; height:50px; padding-left:20px; font-size:16px; }
	.abArea051 .btnSer { float:right; width:13%; height:50px;  }

	.abArea052 { margin-top:20px; }
	
	
	.abArea052 .txt { height:400px; }
	.abArea052 .txt ul li { padding:20px 15px 0 15px; min-height:100px; }
	.abArea052 .txt ul li .p1 { font-size:16px; line-height:20px; }
	.abArea052 .txt ul li .p2 { font-size:14px; line-height:20px; }
	/*
	.abArea052 .txt { float:left; width:300px; height:400px; }
	.abArea052 .txt ul li { padding:20px 15px 0 15px; min-height:100px; }
	.abArea052 .txt ul li .p1 { font-size:16px; line-height:20px; }
	.abArea052 .txt ul li .p2 { font-size:14px; line-height:20px; }

	.abArea052 .pic { float:right; width:calc(100% - 320px); }
	.abArea052 .pic #dituContent { height:400px!important; }
	*/
}
@media all and (max-width:1000px){
	.abArea05 { padding-top:60px; }
	 
	
	.abArea052 .txt ul li { width:50%; }
	/*
	.abArea052 .txt { width:250px; }
	.abArea052 .pic { float:right; width:calc(100% - 270px); }
	*/
}
@media all and (max-width:750px){
	.abArea05 { padding-top:40px; }
	.abArea051 { margin-top:20px; }
	.abArea051 .select { float:left; width:29%; }
	.abArea051 .select:before { width:8px; height:4px; right:10px; background-size:cover; }
	.abArea051 .select select { line-height:40px; height:40px; padding-left:10px; font-size:14px; }
	.abArea051 .btnSer { float:right; width:13%; height:40px; background-size:22px 4px; }

	.abArea052 { margin-top:20px; }
	.abArea052 .txt { height:400px; }
	.abArea052 .txt ul li { float:none; width:100%; padding:15px 4%; min-height:20px; }
	.abArea052 .txt ul li .p1 { font-size:16px; line-height:20px; }
	.abArea052 .txt ul li .p2 { font-size:14px; line-height:20px; }
	
	/*
	.abArea052 .txt { float:none; width:100%; height:400px; }
	.abArea052 .txt ul li { padding:15px 4%; min-height:20px; }
	.abArea052 .txt ul li .p1 { font-size:16px; line-height:20px; }
	.abArea052 .txt ul li .p2 { font-size:14px; line-height:20px; }

	.abArea052 .pic { float:none; width:100%; margin-top:15px; }
	.abArea052 .pic #dituContent { height:400px!important; }
	*/
}
 

.hfBox { padding-top:140px; }
.hfBox01 { position:relative; text-align:center; z-index:2; }

.hfBox01 .ff { position:absolute; top:36%; transform: translateY(-50%); display: flex; justify-content: flex-start; z-index:0; }
.hfBox01 .ff img { transform: translate3d(0, 0, 0); animation: move_left 40s linear infinite; }

.hfBox01 .p1 img { max-width:70%; }
.hfBox01 .p2 { font-size:14px; line-height:2; margin-top:15px; }
.hfBox01 .p3 { height:14px; margin-top:50px; background:url(f01.png) no-repeat center; }
.hfBox01 .p4 { margin-top:50px; animation: bounce-up 2.4s linear infinite; }
.hfBox01 .p4 img { max-width:100%; }
 
@media all and (max-width:1280px){
	.hfBox { padding-top:90px; }

	.hfBox01 .ff { top:36%; }
	.hfBox01 .ff img { height:90px; }
	
	.hfBox01 .p2 { font-size:14px; line-height:2; margin-top:15px; }
	.hfBox01 .p3 { margin-top:50px; }
	.hfBox01 .p4 { margin-top:50px; } 
}
@media all and (max-width:1000px){
	.hfBox { padding-top:60px; }

	.hfBox01 .ff { top:36%; }
	.hfBox01 .ff img { height:90px; }
	
	.hfBox01 .p2 { font-size:14px; line-height:2; margin-top:15px; }
	.hfBox01 .p3 { margin-top:50px; }
	.hfBox01 .p4 { margin-top:50px; }  
}
@media all and (max-width:750px){
	.hfBox { padding-top:40px; }

	.hfBox01 .ff { top:36%; }
	.hfBox01 .ff img { height:50px; }
	
	.hfBox01 .p2 { font-size:14px; line-height:2; margin-top:15px; }
	.hfBox01 .p3 { margin-top:30px; }
	.hfBox01 .p4 { margin-top:30px; }   
} 

@keyframes bounce-up {
	 25% {transform: translateY(10px);}
	 50%, 100% {transform: translateY(0);}
	 75% {transform: translateY(-10px);}
}

 
.hfArea01 { padding-top:140px; padding-bottom:100px; }
.hfArea01 .Area-hd .p2 { margin-top:15px; }
.hfArea011 { position:relative; margin-top:50px; /* border-top:1px solid #ececec; border-bottom:1px solid #ececec;*/ }
.hfArea011 .wrap { position:relative; }
.hfArea011 a { display:block; padding:2px; }
.hfArea011 table { width:100%; background:#fef7f2; }
.hfArea011 table tr td { border:1px solid #333; text-align:center; }
 
.hfArea011 table tr td.td01 { width:30%; padding:20px; }
.hfArea011 table tr td.td01 img { max-width:100%; }
.hfArea011 table tr td.td02 { width:32%; font-size:30px; color:#b38854; font-weight:bold; height:80px; }
.hfArea011 table tr td.td03 { width:38%; font-size:20px; color:#b38854; font-weight:bold; height:40px; }
.hfArea011 table tr td.td04 { font-size:20px; color:#b38854; font-weight:bold; height:40px; }
.hfArea011 table tr td.td05 { text-align:left; font-size:14px; color:#333; line-height:2; padding:10px 25px; }
.hfArea011 table tr td.td06 { font-size:20px; color:#b38854; }
.hfArea011 table tr td.td07 { padding:25px 25% 25px 25px; font-size:14px; color:#b38854; font-weight:bold; text-align:left; }
 
.hfArea011 .table02 { display:none; }

.hfArea011 table tr td.td11 { padding:15px 4%; }
.hfArea011 table tr td.td11 img { max-width:100%; }
.hfArea011 table tr td.td12 { font-size:18px; height:40px; color:#b38854; font-weight:bold; background:#fce8d9; }
.hfArea011 table tr td.td13 { font-size:14px; color:#333; text-align:left; padding:15px 4%; }
.hfArea011 table tr td.td14 { font-size:18px; height:40px; color:#b38854; font-weight:bold; background:#fce8d9; }
.hfArea011 table tr td.td15 { font-size:16px; height:30px; color:#b38854; font-weight:bold; }
.hfArea011 table tr td.td16 { font-size:16px; color:#b38854; padding:15px 5px; }
.hfArea011 table tr td.td17 { padding:15px 4%; font-size:14px; color:#b38854; font-weight:bold; text-align:left; }


.hfArea011 .prev-hf01,.hfArea011 .next-hf01 { position:absolute; top:50%; transform: translateY(-50%); width:35px; height:65px; z-index:2; cursor:pointer; }
.hfArea011 .prev-hf01 { background:url(jm04.png) no-repeat center; left:-130px; }
.hfArea011 .next-hf01 { background:url(jm06.png) no-repeat center; right:-130px; }

.hfArea011 .prev-hf01:hover { background:url(jm05.png) no-repeat center; }
.hfArea011 .next-hf01:hover { background:url(jm07.png) no-repeat center; }

@media all and (max-width:1400px){
	.hfArea011 .prev-hf01,.hfArea011 .next-hf01 { display:none; }
}
@media all and (max-width:1280px){
	.hfArea01 { padding-top:50px;  padding-bottom:60px; }
	.hfArea01 .Area-hd .p2 { margin-top:15px; }
	.hfArea011 { margin-top:30px; }
 
	.hfArea011 table tr td.td01 { width:30%; padding:10px; }
	.hfArea011 table tr td.td02 { width:32%; font-size:20px; height:60px; }
	.hfArea011 table tr td.td03 { width:38%; font-size:18px; height:30px; }
	.hfArea011 table tr td.td04 { font-size:18px; height:30px; }
	.hfArea011 table tr td.td05 { font-size:14px; line-height:1.7; padding:10px 15px; }
	.hfArea011 table tr td.td06 { font-size:18px; }
	.hfArea011 table tr td.td07 { padding:15px; }
}
@media all and (max-width:1000px){
	.hfArea01 { padding-top:40px;  padding-bottom:40px; }
	.hfArea01 .Area-hd .p2 { margin-top:15px; }
	.hfArea011 { margin-top:30px; }
 
	.hfArea011 table tr td.td01 { width:30%; padding:10px; }
	.hfArea011 table tr td.td02 { width:32%; font-size:18px; height:60px; }
	.hfArea011 table tr td.td03 { width:38%; font-size:16px; height:30px; }
	.hfArea011 table tr td.td04 { font-size:16px; height:30px; }
	.hfArea011 table tr td.td05 { font-size:14px; line-height:1.6; padding:10px 15px; }
	.hfArea011 table tr td.td06 { font-size:16px; }
	.hfArea011 table tr td.td07 { padding:15px; }
}
@media all and (max-width:750px){	
	.hfArea011 .table01 { display:none; }
	.hfArea011 .table02 { display:block; }
}
 

.hfArea02 { padding:140px 0 60px; }
.hfArea021 { margin-top:90px; }
.hfArea021 .swiper-slide { width:200px; margin-right:50px; }
 
.hfArea022 { padding-bottom:75px; background:url(hf03.png) no-repeat center bottom; margin-top:140px; }
.hfArea022 .swiper-slide a { display:block; overflow:hidden; }
.hfArea022 .swiper-slide a img { transition: all 0.6s; }
.hfArea022 .swiper-slide:hover a img { transform: scale(1.1)!important; }
 
.hfArea023 { margin-top:10px; text-align:center; }
.hfArea023 .p2 { font-size:14px; color:#999; margin-top:10px; }
 
@media all and (max-width:1280px){	
	.hfArea02 { padding:80px 0 60px; }
	.hfArea021 { margin-top:60px; }
	.hfArea021 .swiper-slide { width:200px; margin-right:30px; }
	 
	.hfArea022 { padding-bottom:75px; margin-top:80px; }

} 
@media all and (max-width:1000px){	
	.hfArea02 { padding:80px 0 60px; }
	.hfArea021 { margin-top:60px; }
	.hfArea021 .swiper-slide { width:180px; margin-right:20px; }
	 
	.hfArea022 { padding-bottom:35px; margin-top:80px; background-size:1000px 50px; }

}
@media all and (max-width:750px){	
	.hfArea02 { padding:40px 0 30px; }
	.hfArea021 { margin-top:30px; }
	.hfArea021 .swiper-slide { width:100px; margin-right:10px; }
	 
	.hfArea022 { padding-bottom:35px; margin-top:30px; }
	
	.hfArea023 { display:none; }
}
 
 
.hfArea03 { padding:140px 0; background:url(hfArea03.jpg) repeat-y center; }
.hfArea031 { max-width:860px; margin:0 auto; }
.hfqb01 { float:left; width:calc(50% - 35px); text-align:right; }
.hfqb01 .Area-hd { text-align:right; }
.hfqb01 .bd01 { margin-top:35px; }
.hfqb01 .bd01 p { float:right; width:130px; border:1px solid #b38854; border-radius:30px; text-align:center; }
.hfqb01 .bd01 i { display:inline-block; line-height:55px; padding-right:50px; font-size:24px; color:#b38854; background:url(hf04.png) no-repeat center right; }
.hfqb01 .bd02 { margin-top:25px; }
.hfqb01 .bd02 ul li { background:#fff; padding:15px 25px; min-height:90px; box-sizing: border-box; }
.hfqb01 .bd02 ul li:nth-child(n + 2) { margin-top:25px; }
.hfqb01 .bd02 ul li .p1 { font-size:20px; color:#b38854; font-weight:bold; }
.hfqb01 .bd02 ul li .p2 { font-size:14px; color:#666; margin-top:5px; }

.hfqb02 { float:right; width:calc(50% - 35px); text-align:left; }
.hfqb02 .Area-hd { text-align:left; }
.hfqb02 .bd01 { margin-top:35px; }
.hfqb02 .bd01 p { float:left; width:130px; border:1px solid #ff3a0d; border-radius:30px; text-align:center; background:#ff3a0d; }
.hfqb02 .bd01 i { display:inline-block; line-height:55px; padding-right:50px; font-size:24px; color:#fff; background:url(hf05.png) no-repeat center right; }
.hfqb02 .bd02 { margin-top:25px; }
.hfqb02 .bd02 ul li:nth-child(n + 2) { margin-top:10px; }
.hfqb02 .bd02 ul li .p1 img { max-width:100%; }
.hfqb02 .bd02 ul li .p2 { font-size:14px; color:#ff3a0d; margin-top:5px; line-height:20px; }
 
@media all and (max-width:1280px){	
	.hfArea03 { padding:90px 0; }
	
	.hfqb01 { float:left; width:calc(50% - 25px); }

	.hfqb01 .bd01 { margin-top:25px; }
	.hfqb01 .bd01 p { width:110px; }
	.hfqb01 .bd01 i { line-height:40px; padding-right:40px; font-size:18px; }
	.hfqb01 .bd02 { margin-top:25px; }
	.hfqb01 .bd02 ul li { background:#fff; padding:15px 25px; min-height:90px; box-sizing: border-box; }
	.hfqb01 .bd02 ul li:nth-child(n + 2) { margin-top:25px; }
	.hfqb01 .bd02 ul li .p1 { font-size:20px; color:#b38854; font-weight:bold; }
	.hfqb01 .bd02 ul li .p2 { font-size:14px; color:#666; margin-top:5px; }

	.hfqb02 { float:right; width:calc(50% - 25px); }
	
	.hfqb02 .bd01 { margin-top:25px; }
	.hfqb02 .bd01 p { width:110px; }
	.hfqb02 .bd01 i { line-height:40px; padding-right:40px; font-size:18px; }
	.hfqb02 .bd02 { margin-top:25px; }

}
@media all and (max-width:1000px){	
	.hfArea03 { padding:60px 0; } 
}
@media all and (max-width:750px){	
	.hfArea03 { padding:40px 0; }
	
	.hfqb01 { width:calc(50% - 20px); }
	.hfqb01 .bd01 { margin-top:25px; }
	.hfqb01 .bd01 p { width:90px; }
	.hfqb01 .bd01 i { line-height:35px; padding-right:30px; font-size:16px; background-size:15px 15px; }
	.hfqb01 .bd02 { margin-top:25px; }
	.hfqb01 .bd02 ul li { background:#fff; padding:15px 10px; min-height:90px; }
	.hfqb01 .bd02 ul li:nth-child(n + 2) { margin-top:15px; }
	.hfqb01 .bd02 ul li .p1 { font-size:16px; color:#b38854; font-weight:bold; }
	.hfqb01 .bd02 ul li .p2 { font-size:14px; color:#666; margin-top:5px; }

	.hfqb02 { width:calc(50% - 20px); }
	.hfqb02 .bd01 { margin-top:25px; }
	.hfqb02 .bd01 p { width:90px; }
	.hfqb02 .bd01 i { line-height:35px; padding-right:30px; font-size:16px; background-size:15px 15px; }
	.hfqb02 .bd02 { margin-top:25px; }
	.hfqb02 .bd02 ul li:nth-child(n + 2) { margin-top:10px; }
}
 
.hfArea04 { padding:140px 0 140px; }
.hfArea04 .Area-hd .p2 { margin-top:15px; }
.hfArea041 { margin-top:45px; }
.hfArea041 .hd { text-align:center; margin-bottom:35px; }
.hfArea041 .hd ul li { display:inline-block; font-size:14px; margin:0 15px 10px 15px; color:#333; cursor:pointer; }
.hfArea041 .hd ul li.on { color:#ff3a0d; }

.hfArea041 .bd01 { float:left; width:455px;  }
.hfArea041 .bd { float:right; width:calc(100% - 480px); padding-top:10px; }

.hfCon { height:540px!important; overflow:hidden; }
.hfCon ul li { border-bottom:1px solid #eee; padding:30px 0; height:85px!important; box-sizing: border-box; }
.hfCon ul li .p1 { font-size:20px; line-height:25px; padding-right:30px; background:url(hf07.png) no-repeat center right; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; cursor:pointer; }
 
.hfCon ul li .p2 { display:none; font-size:14px; line-height:30px; color:#999; overflow:hidden; text-overflow:ellipsis;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }

.hfCon ul li:hover { height:190px!important; border-color:#b38854; }
.hfCon ul li:hover .p1 { color:#b38854; background:url(hf08.png) no-repeat center right; }
.hfCon ul li:hover .p2 { display:-webkit-box; margin-top:15px; }
 
@media all and (max-width:1280px){
	.hfArea04 { padding:90px 0; }
	.hfArea04 .Area-hd .p2 { margin-top:15px; }
	.hfArea041 { margin-top:30px; }
	.hfArea041 .hd { text-align:center; margin-bottom:25px; }
	.hfArea041 .hd ul li { margin:0 10px 10px 10px; }
 
	.hfArea041 .bd01 { float:left; width:350px;  }
	.hfArea041 .bd { float:right; width:calc(100% - 370px); padding-top:10px; }

	.hfCon { height:420px!important; overflow:hidden; }
	.hfCon ul li { padding:20px 0; height:60px!important; }
	.hfCon ul li .p1 { font-size:16px; line-height:20px; padding-right:20px; background-size:15px 15px!important; }
	 
	.hfCon ul li .p2 { font-size:14px; line-height:25px; }

	.hfCon ul li:hover { height:150px!important; }
 
	.hfCon ul li:hover .p2 { margin-top:15px; }
}
@media all and (max-width:1000px){
	.hfArea04 { padding:60px 0; }
	.hfArea04 .Area-hd .p2 { margin-top:15px; }
	.hfArea041 { margin-top:20px; }
	.hfArea041 .hd { text-align:left; margin-bottom:20px; }
	.hfArea041 .hd ul li { margin:0 5px 5px 5px; }
	
	.hfArea041 .bd01 { float:left; width:250px;  }
	.hfArea041 .bd { float:right; width:calc(100% - 270px); padding-top:0; }

	.hfCon { height:310px!important; }
	.hfCon ul li { padding:15px 0; height:50px!important; }
	.hfCon ul li .p1 { font-size:16px; line-height:20px; }
	 
	.hfCon ul li .p2 { font-size:14px; line-height:25px; }

	.hfCon ul li:hover { height:135px!important; }
 
	.hfCon ul li:hover .p2 { margin-top:10px; }
}
@media all and (max-width:750px){
	.hfArea04 { padding:40px 0; }
	 
	.hfArea041 .bd01 { display:none;  }
	.hfArea041 .bd { float:none; width:100%; padding-top:0; }

	.hfCon { height:310px!important; }
	.hfCon ul li { padding:15px 0; height:50px!important; }
	.hfCon ul li .p1 { font-size:16px; line-height:20px; }
	 
	.hfCon ul li .p2 { font-size:14px; line-height:25px; }

	.hfCon ul li:hover { height:135px!important; }
 
	.hfCon ul li:hover .p2 { margin-top:10px; }
}
 

.hfArea05 { /*padding:0 0 140px 0;*/ }
.hfArea051 { margin-top:45px; }
.hfArea051 .bd { float:left; width:71.66%; }
.hfArea051 .bd video { object-fit: cover; object-position: center center; height:500px; display: block; width: 100%; }
.hfArea051 .bd .txt { line-height:35px; border-bottom:1px solid #eee; font-size:16px; color:#333; text-align:center; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.hfArea051 .hd { float:right; width:24.16%; }
.hfArea051 .hd ul li:nth-child(n + 2) { margin-top:10px; }
.hfArea051 .hd ul li { padding:10px; border:1px solid #eee; cursor:pointer; }
.hfArea051 .hd ul li.on { border-color:#ff3a0d; }
 
.hfArea05 .bd01 { margin-top:40px; text-align:center; }
.hfArea05 .bd01 a { display:inline-block; line-height:1.2; color:#333; border-bottom:1px solid #000; padding-right:60px; font-size:30px;  font-family:"Fontquan"; background:url(a03.png) no-repeat center right; }
.hfArea05 .bd01 a:hover { color:#ff3a0d; border-color:#ff3a0d; background:url(a04.png) no-repeat center right; }

@media all and (max-width:1280px){
	.hfArea05 { /*padding:0 0 90px 0;*/ }
	.hfArea051 { margin-top:40px; }

	.hfArea05 .bd01 { margin-top:40px; }
	.hfArea05 .bd01 a { font-size:24px; }
}
@media all and (max-width:1000px){
	.hfArea05 { /*padding:0 0 60px 0;*/ }
	.hfArea051 { margin-top:30px; }
	
	.hfArea051 .bd video { height:350px; }
	
	.hfArea05 .bd01 { margin-top:20px; }
	.hfArea05 .bd01 a { font-size:18px;  }
}
@media all and (max-width:750px){
	.hfArea05 { /*padding:0 0 40px 0;*/ }
	
	.hfArea051 .bd { float:none; width:100%; }
	.hfArea051 .bd video { height:300px; }
	.hfArea051 .bd .txt { line-height:35px; font-size:14px; }

	.hfArea051 .hd { float:none; width:100%; margin-top:25px; }
	.hfArea051 .hd ul li:nth-child(n + 2) { margin-top:0; }
	.hfArea051 .hd ul li { float:left; width:32%; margin-right:2%; padding:5px; box-sizing: border-box;  }
	.hfArea051 .hd ul li:last-child { margin-right:0;  }
 
	.hfArea05 .bd01 { margin-top:20px; text-align:center; }
	.hfArea05 .bd01 a { font-size:18px;  }
}
