@charset "utf-8";

.banner { position:relative; width:100%; }

.swiper-container-1 .swiper-slide { position:relative; width:100%; overflow:hidden; }
.swiper-container-1 .swiper-slide .img02 { display:none; }
.swiper-container-1 .swiper-slide img { transform: scale(1.4); transition: ease 3s; }
.swiper-container-1 .swiper-slide-active img { transform: scale(1); }

.swiper-pagination-1 { position:absolute; bottom:40px; left:0; right:0; text-align:center; z-index:9;  }
.swiper-pagination-1 .swiper-pagination-bullet { width:10px; height:10px; margin:0 7px;  border-radius:100%; background:rgba(255,255,255,0.4); opacity:1; }
.swiper-pagination-1 .swiper-pagination-bullet-active { width:45px; border-radius:10px; }
 
@media all and (max-width:1200px){
	.swiper-container-1 .swiper-slide .img01 { display:none; }
	.swiper-container-1 .swiper-slide .img02 { display:block; }

	.swiper-pagination-1 { bottom:30px; }
	.swiper-pagination-1 .swiper-pagination-bullet-active { width:25px; } 
}

.sy-hd { line-height:1.3; font-size:30px; }

@media all and (max-width:1280px){
	.sy-hd { font-size:24px; }
}
@media all and (max-width:1200px){
	.sy-hd { font-size:20px; }
}
 
.aArea { padding:120px 0; background:#f8f8f8; background-size:cover; }
.aArea .wrap { padding:90px 65px 65px 65px; background:#fff; box-sizing: border-box; border-radius:10px; }
.aArea .txt { float:left; width:calc(100% - 575px); line-height:1.1; }
.aArea .txt .p2 { font-size:16px; line-height:30px; margin-top:35px; color:#666; }
.aArea .txt .p3 { margin-top:85px; }
.aArea .pic { float:right; width:505px; }

@media all and (max-width:1200px){
	.aArea { padding:60px 0; }
	.aArea .wrap { padding:50px 30px; }
	.aArea .txt { float:left; width:calc(100% - 480px); }
	.aArea .txt .p2 { font-size:16px; line-height:1.7; margin-top:25px; }
	.aArea .txt .p3 { margin-top:50px; }
	.aArea .pic { float:right; width:450px; }
}
@media all and (max-width:1000px){
	.aArea .wrap { padding:30px 4%; }
	.aArea .txt { float:none; width:100%; }
	.aArea .txt .p2 { font-size:16px; margin-top:15px; }
	.aArea .txt .p3 { margin-top:20px; }
	.aArea .pic { float:none; width:100%; margin-top:25px; }
}
@media all and (max-width:750px){
	.aArea { padding:40px 0; }
}

.bArea { padding:120px 0; background:#fff; background-size:cover; }
.bArea .sy-hd { /* color:#fff;*/ }
.bArea .bd { margin-top:45px; }
.bArea .bd .swiper-slide .pic { border-radius:10px; overflow:hidden; }
.bArea .bd .swiper-slide .pic img { transition: all 0.6s; }
.bArea .bd .swiper-slide .txt { font-size:18px; color:#333; margin-top:35px; line-height:20px; height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.bArea .bd .swiper-slide:hover .pic img { transform: scale(1.1)!important; }

.bArea .bd .btn { position:relative; margin-top:70px; font-size:0; }
.bArea .bd .btn01 { display:inline-block; width:13px; height:24px; cursor:pointer; }
.bArea .bd .prev-b01 { background:url(b01.png) no-repeat center; margin-right:50px; }
.bArea .bd .next-b01 { background:url(b02.png) no-repeat center; }

.bArea .bd .prev-b01:hover { background:url(b03.png) no-repeat center;}
.bArea .bd .next-b01:hover { background:url(b04.png) no-repeat center; }

.bArea .bd .num { display:inline-block; float:right; font-size:14px; color:#333; line-height:24px; display:none; }
.bArea .bd .num i { font-size:18px; font-weight:bold; margin-right:3px; }

.bBox-page { position:absolute; left:100px!important; bottom:12px!important; top:auto!important; width:calc(100% - 100px)!important; height:1px!important; background:#eee!important; z-index:2; }
.bBox-page .swiper-pagination-progressbar-fill { background:#333!important; }

@media all and (max-width:1200px){
	.bArea { padding:60px 0; }
	.bArea .bd { margin-top:30px; }
	.bArea .bd .swiper-slide .txt { font-size:14px; margin-top:15px; }

	.bArea .bd .btn { margin-top:30px; }
	.bArea .bd .prev-b01 { margin-right:30px; }
	
	.bBox-page { left:70px!important; }
}
@media all and (max-width:750px){
	.bArea { padding:40px 0; }
}

.cArea { padding:120px 0; background:#f8f8f8; background-size:cover; }
.cArea .wrap { position:relative; }
.cArea .pic { position:relative; float:right; width:620px; border-radius:10px; overflow:hidden; cursor:pointer; }
.cArea .pic img { transition: all 0.6s; }
.cArea .pic p { position:absolute; right:35px; bottom:25px; width:40px; height:40px; background:url(c01.png) no-repeat center; background-size:cover; z-index:2; }
.cArea .txt { position:absolute; left:0; top:50%; width:calc(100% - 710px); transform: translateY(-50%); z-index:2; }
.cArea .txt .p2 { font-size:16px; line-height:30px; color:#666; margin-top:30px; }
.cArea .txt .p3 { margin-top:50px; }

.cArea .pic:hover img { transform: scale(1.1)!important; }
 

@media all and (max-width:1200px){
	.cArea { padding:60px 0; }
	.cArea .pic { float:right; width:50%; }
	.cArea .pic p { position:absolute; right:30px; bottom:25px; width:30px; height:30px; }
	.cArea .txt { position:absolute; left:0; top:50%; width:45%; transform: translateY(-50%); z-index:2; }
	.cArea .txt .p2 { font-size:16px; line-height:1.7; margin-top:20px; }
	.cArea .txt .p3 { margin-top:30px; }
}

@media all and (max-width:1000px){
	.cArea { padding:60px 0; }
	.cArea .pic { float:none; width:100%; margin-top:25px; }
	.cArea .pic p { position:absolute; right:30px; bottom:25px; width:30px; height:30px; }
	.cArea .txt { position:relative; left:auto; top:auto; width:auto; transform: translateY(0);  }
	.cArea .txt .p2 { font-size:16px; line-height:1.7; margin-top:15px; }
	.cArea .txt .p3 { margin-top:20px; }
}
@media all and (max-width:750px){
	.cArea { padding:40px 0; }
}




.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%; font-size:0; 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; }
} 


.dArea { padding:120px 0; }
.dArea .bd { margin-top:45px; }
.dArea .bd01 { float:left; width:560px; }
.dArea .bd01 .pic { border-radius:10px; overflow:hidden; }
.dArea .bd01 .pic img { transition: all 0.6s; }
.dArea .bd01 .txt { margin-top:30px; line-height:1.1; }
.dArea .bd01 .txt .p1 { font-size:14px; color:#666; margin-top:15px; }
.dArea .bd01 .txt .p2 { font-size:20px; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.dArea .bd01:hover .pic img { transform: scale(1.1)!important; }

.dArea .bd02 { float:right; width:calc(100% - 620px); padding-top:0; }
.dArea .bd02 ul li { border-bottom:1px solid #edeef2; }
.dArea .bd02 ul li a { display:block; padding:30px 0; }
.dArea .bd02 ul li:nth-child(1) a { padding-top:0; }
.dArea .bd02 ul li .p1 { font-size:14px; color:#666; margin-top:15px; }
.dArea .bd02 ul li .p2 { font-size:18px; line-height:20px; height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }


@media all and (max-width:1200px){
	.dArea { padding:60px 0; }
	.dArea .bd { margin-top:30px; }
	.dArea .bd01 { float:left; width:400px; }
	.dArea .bd01 .txt { margin-top:20px; }
	.dArea .bd01 .txt .p1 { font-size:14px; margin-top:15px; }
	.dArea .bd01 .txt .p2 { font-size:18px; line-height:25px; -webkit-line-clamp:2; }
 
	.dArea .bd02 { float:right; width:calc(100% - 450px); padding-top:0; }
	.dArea .bd02 ul li a { padding:20px 0; }
	.dArea .bd02 ul li:nth-child(1) a { padding-top:0; }
	.dArea .bd02 ul li .p1 { font-size:14px; margin-top:10px; }
	.dArea .bd02 ul li .p2 { font-size:16px; }
}
@media all and (max-width:1000px){
	.dArea .bd01 { float:none; width:100%; }
	.dArea .bd01 .txt { margin-top:15px; }
	.dArea .bd01 .txt .p1 { font-size:14px; margin-top:15px; }
	.dArea .bd01 .txt .p2 { font-size:18px; line-height:25px; -webkit-line-clamp:2; }
 
	.dArea .bd02 { float:none; width:100%; margin-top:20px; }
	.dArea .bd02 ul { border-top:1px solid #edeef2; }
	.dArea .bd02 ul li a { padding:15px 0; }
	.dArea .bd02 ul li:nth-child(1) a { padding-top:15px; }
}
@media all and (max-width:750px){
	.dArea { padding:40px 0; }
}




.Area-hd { text-align:center; line-height:1.1; }
.Area-hd .p1 {  position:relative;font-size:70px; color:#eef0f1; text-transform:uppercase; font-weight:bold; z-index:1; }
.Area-hd .p2 { position:relative; font-size:40px; color:#3e3a39; margin-top:-30px; z-index:2; }

@media all and (max-width:1480px){
	.Area-hd .p1 { font-size:50px; }
	.Area-hd .p2 { font-size:30px; margin-top:-20px; }
}
@media all and (max-width:1200px){
	.Area-hd .p1 { font-size:38px; }
	.Area-hd .p2 { font-size:24px; margin-top:-15px; }
}
@media all and (max-width:750px){
	.Area-hd .p1 { font-size:30px; }
	.Area-hd .p2 { font-size:20px; margin-top:-15px; }
}



.eArea { padding:100px 0; }
.eArea .bd { margin-top:60px; overflow:hidden; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.eBox01 { width:50%; }
.eBox01 .p1 { font-size:30px; line-height:40px; }
.eBox01 .p2 { margin-top:25px; }
.eBox01 .p2 p { font-size:18px; line-height:30px; padding-left:40px; }
.eBox01 .p2 p:nth-child(n + 2) { margin-top:20px; }
.eBox01 .p2 p.p21 { background:url(f01.png) no-repeat top left; }
.eBox01 .p2 p.p22 { background:url(f02.png) no-repeat top left; }
.eBox01 .p2 p.p23 { background:url(f03.png) no-repeat top left; }
.eBox01 .p3 { margin-top:80px;  }
.eBox01 .p3 ul li { float:left; width:150px; margin-right:15px; text-align:center; }
.eBox01 .p3 ul li img { width:100%; height:auto; }
.eBox01 .p3 ul li p { font-size:18px; margin-top:25px; color:#4b4746; }





.eBox02 { width:46.5%; padding-top:55px; }
.eBox02 .p1 { padding-left:40px; background:url(con01.png) no-repeat top left; }
.eBox02 .p1 .p11 { font-size:20px; line-height:30px; }
.eBox02 .p1 .p11 a { color:#07335e; }
.eBox02 .p1 .p12 { font-size:18px; line-height:30px; margin-top:5px; }

.eBox02 .p2 { padding-left:40px; background:url(con02.png) no-repeat top left; margin-top:20px; }
.eBox02 .p2 .p21 { font-size:20px; line-height:30px; }
.eBox02 .p2 .p22 { margin-top:10px; }
.eBox02 .p2 .p22 ul li { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.eBox02 .p2 .p22 ul li:nth-child(n + 2) { margin-top:25px; }
.eBox02 .p2 .p22 ul li p { width:60px; font-size:18px; color:#333; }
.eBox02 .p2 .p22 ul li p i { color:#07335e; }

.eBox02 .p2 .p22 .text { width:calc(100% - 60px); line-height:45px; padding:0 10px; border:1px solid #dcdddd; border-radius:7px; font-size:20px; box-sizing: border-box; }
 
.eBox02 .p2 .p22 .btn01 { display:block; width:100px; line-height:45px; background:#07335e; border-radius:30px; font-size:20px; color:#fff; text-align:center; margin-top:30px; cursor:pointer; }

.eBox02 .p2 .p22 ::-webkit-input-placeholder { color:#9fa0a0; opacity: 1; }
.eBox02 .p2 .p22 ::-moz-placeholder { color:#9fa0a0; opacity: 1; }
.eBox02 .p2 .p22 ::-ms-input-placeholder { color:#9fa0a0; opacity: 1; } 
.eBox02 .p2 .p22 ::placeholder { color:#9fa0a0; opacity: 1; }
 
@media all and (max-width:1480px){
	.eArea { padding:60px 0; }
	.eArea .bd { margin-top:30px; }
	.eBox01 { width:44%; }
	.eBox01 .p1 { font-size:20px; line-height:30px; }
	.eBox01 .p2 { margin-top:25px; }
	.eBox01 .p2 p { font-size:18px; line-height:25px; padding-left:30px; background-size:25px 25px!important; }
	.eBox01 .p2 p:nth-child(n + 2) { margin-top:15px; }
 
	.eBox01 .p3 { margin-top:60px; }
	.eBox01 .p3 ul li { float:left; width:120px; margin-right:15px; }
	.eBox01 .p3 ul li p { font-size:14px; margin-top:15px; }
	
	
	
	.eBox02 { width:47%; padding-top:55px; }
	.eBox02 .p1 { padding-left:30px; background-size:25px 25px!important; }
	.eBox02 .p1 .p11 { font-size:18px; line-height:25px; }
	.eBox02 .p1 .p12 { font-size:16px; line-height:25px; }

	.eBox02 .p2 { padding-left:30px; background-size:25px 25px!important; margin-top:20px; }
	.eBox02 .p2 .p21 { font-size:18px; line-height:25px; }
	.eBox02 .p2 .p22 { margin-top:10px; }
	.eBox02 .p2 .p22 ul li:nth-child(n + 2) { margin-top:15px; }
	.eBox02 .p2 .p22 ul li p { width:50px; font-size:14px; }
	.eBox02 .p2 .p22 .text { width:calc(100% - 50px); line-height:40px; padding:0 10px; font-size:16px; }
 
	.eBox02 .p2 .p22 .btn01 { line-height:40px; font-size:18px; margin-top:20px; }
}
@media all and (max-width:1200px){
	.eArea { padding:40px 0; }

	.eBox01 { width:44%; }
	.eBox01 .p1 { font-size:18px; line-height:25px; }
	.eBox01 .p2 { margin-top:25px; }
	.eBox01 .p2 p { font-size:16px; line-height:20px; padding-left:30px; background-size:20px 20px!important; }
	.eBox01 .p2 p:nth-child(n + 2) { margin-top:15px; }
 
	.eBox01 .p3 { margin-top:40px; }
 
	.eBox02 { width:47%; padding-top:50px; }
	.eBox02 .p1 { padding-left:30px; background-size:20px 20px!important; }
	.eBox02 .p1 .p11 { font-size:16px; line-height:20px; }
	.eBox02 .p1 .p12 { font-size:14px; line-height:20px; }

	.eBox02 .p2 { padding-left:30px; background-size:20px 20px!important; margin-top:20px; }
	.eBox02 .p2 .p21 { font-size:16px; line-height:20px; }
	.eBox02 .p2 .p22 { margin-top:10px; }
	.eBox02 .p2 .p22 ul li:nth-child(n + 2) { margin-top:15px; }
	.eBox02 .p2 .p22 .text { line-height:35px; padding:0 10px; font-size:14px; }
 
	.eBox02 .p2 .p22 .btn01 { line-height:35px; font-size:16px; margin-top:15px; }
}
@media all and (max-width:900px){
	.eBox01 { width:100%; }
	.eBox01 .p3 { margin-top:30px; }
	
	.eBox02 { width:100%; padding-top:40px; }
}


.fArea { padding:100px 0; background:#f7f8f8; }
 
.fArea .bd { margin-top:60px; overflow:hidden; }
.fArea .bd .swiper-slide a { display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: space-between; align-items: center; }
.fArea .bd .swiper-slide .pic { width:850px; border-radius:7px; overflow:hidden; }
.fArea .bd .swiper-slide .pic img { transition: all 0.6s; object-fit: cover; }
.fArea .bd .swiper-slide .txt { width:400px; }
.fArea .bd .swiper-slide .txt .p1 { font-size:18px; line-height:30px; min-height:150px; color:#3e3a39; }
.fArea .bd .swiper-slide .txt .p2 { margin-top:40px; }
.fArea .bd .swiper-slide .txt .p2 i { display:inline-block; padding:0 30px; line-height:45px; background:#07335e; border-radius:30px; font-size:18px; color:#fff; text-align:center;  cursor:pointer; }


.swiper-pagination-d01 { margin-top:60px; text-align:center; }
.swiper-pagination-d01 .swiper-pagination-bullet { width:12px; height:12px; margin:0 8px;  border-radius:100%; background:#c9caca; opacity:1; }
.swiper-pagination-d01 .swiper-pagination-bullet-active { background:#07335e; }

.fArea .bd .swiper-slide .pic:hover img { transform: scale(1.1)!important; }

@media all and (max-width:1480px){
	.fArea { padding:60px 0; }
	.fArea .bd { margin-top:30px; }
	.fArea .bd .swiper-slide .pic { width:60%; }
	.fArea .bd .swiper-slide .txt { width:36%; }
	.fArea .bd .swiper-slide .txt .p1 { font-size:16px; line-height:30px; min-height:150px; }
	.fArea .bd .swiper-slide .txt .p2 { margin-top:30px; }
	.fArea .bd .swiper-slide .txt .p2 i { padding:0 25px; line-height:40px; font-size:16px; }

	.swiper-pagination-d01 { margin-top:30px; }
	.swiper-pagination-d01 .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px; }
}
@media all and (max-width:1200px){
	.fArea { padding:40px 0; }
	
	.fArea .bd .swiper-slide .txt .p1 { font-size:14px; line-height:25px; min-height:125px; }
	.fArea .bd .swiper-slide .txt .p2 { margin-top:30px; }
	.fArea .bd .swiper-slide .txt .p2 i { padding:0 20px; line-height:35px; font-size:14px; }
}
@media all and (max-width:900px){
	.fArea .bd .swiper-slide a { flex-direction:row; }
	.fArea .bd .swiper-slide .pic { width:100%; }
	.fArea .bd .swiper-slide .txt { width:100%; font-size:14px;  margin-top:25px; }
		.fArea .bd .swiper-slide .txt .p1 { font-size:14px; line-height:25px; min-height:25px; }
	
	.swiper-pagination-d01 { margin-top:20px; }
	.swiper-pagination-d01 .swiper-pagination-bullet { width:8px; height:8px; margin:0 3px; }
}

.gArea { padding:50px 0; background:#f7f8f8; }
.gBox01 { margin-top:50px; }
.gBox01 .hd ul { text-align:center; font-size:0; }
.gBox01 .hd ul li { position:relative; display:inline-block; font-size:26px; line-height:1.1; padding-bottom:20px; margin:0 50px; color:#3e3a39; cursor:pointer; }
.gBox01 .hd ul li:before { position:absolute; display:block; content:""; left:50%; width:0; left:50%; height:4px; bottom:0; transform: translateX(-50%); transition: all 0.6s; background:#07335e; z-index:2; }
.gBox01 .hd ul li.on { color:#07335e; }
.gBox01 .hd ul li.on:before { width:42px; }

.gBox01 .bd { margin-top:50px; }

.swiper-container-gg .swiper-slide a { padding:50px; border-radius:10px; background:#fff; display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: space-between; align-items: center; }
.swiper-container-gg .swiper-slide .txt { width:430px; color:#3e3a39; }
.swiper-container-gg .swiper-slide .txt .p1 { font-size:30px; line-height:1.2; }
.swiper-container-gg .swiper-slide .txt .p2 { font-size:16px; line-height:30px; margin-top:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:6; }
.swiper-container-gg .swiper-slide .txt .p3 { margin-top:30px; }
.swiper-container-gg .swiper-slide .txt .p3 i { display:inline-block; padding:0 30px; line-height:45px; background:#07335e; border-radius:30px; font-size:18px; color:#fff; text-align:center;  cursor:pointer; }
.swiper-container-gg .swiper-slide .txt .p4 { margin-top:30px; }

.swiper-container-gg .swiper-slide .pic { width:795px;border-radius:10px; overflow:hidden; }

.swiper-pagination-gg { margin-top:60px; text-align:center; }
.swiper-pagination-gg .swiper-pagination-bullet { width:12px; height:12px; margin:0 8px;  border-radius:100%; background:#c9caca; opacity:1; }
.swiper-pagination-gg .swiper-pagination-bullet-active { background:#07335e; }


@media all and (max-width:1480px){
	.gArea { padding:50px 0; }
	.gBox01 { margin-top:30px; }
	.gBox01 .hd ul li { font-size:22px; padding-bottom:15px; margin:0 20px; }
	.gBox01 .hd ul li:before { height:3px; }
 
	.gBox01 .bd { margin-top:30px; }

	.swiper-container-gg .swiper-slide a { padding:30px; }
	.swiper-container-gg .swiper-slide .txt { width:33.5%; }
	.swiper-container-gg .swiper-slide .txt .p1 { font-size:24px; }
	.swiper-container-gg .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:6; }
	.swiper-container-gg .swiper-slide .txt .p3 { margin-top:20px; }
	.swiper-container-gg .swiper-slide .txt .p3 i { padding:0 25px; line-height:40px; font-size:16px; }
	.swiper-container-gg .swiper-slide .txt .p4 { margin-top:20px; }

	.swiper-container-gg .swiper-slide .pic { width:62%; }
	
	
	.swiper-pagination-gg { margin-top:30px; }
	.swiper-pagination-gg .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px; }
}
@media all and (max-width:1200px){
	.gArea { padding:40px 0; }
	.gBox01 { margin-top:30px; }
	.gBox01 .hd ul li { font-size:18px; padding-bottom:15px; margin:0 15px; }
	.gBox01 .hd ul li:before { height:3px; }
 
	.gBox01 .bd { margin-top:30px; }

	.swiper-container-gg .swiper-slide a { padding:25px 4%; }
	.swiper-container-gg .swiper-slide .txt { width:33.5%; }
	.swiper-container-gg .swiper-slide .txt .p1 { font-size:18px; }
	.swiper-container-gg .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:6; }
	.swiper-container-gg .swiper-slide .txt .p3 { margin-top:20px; }
	.swiper-container-gg .swiper-slide .txt .p3 i { padding:0 20px; line-height:35px; font-size:14px; }
	.swiper-container-gg .swiper-slide .txt .p4 { margin-top:20px; }

	.swiper-container-gg .swiper-slide .pic { width:62%; }
	

}
@media all and (max-width:900px){
	.fArea .bd .swiper-slide a { flex-direction:row; }
	.fArea .bd .swiper-slide .pic { width:100%; }
	.fArea .bd .swiper-slide .txt { width:100%; font-size:14px;  margin-top:25px; }
	.fArea .bd .swiper-slide .txt .p1 { font-size:14px; line-height:25px; min-height:25px; }
	
	.gBox01 .hd ul li { font-size:14px; padding-bottom:10px; margin:0 5px; }
	.gBox01 .hd ul li:before { height:3px; }
 
	.gBox01 .bd { margin-top:30px; }

	.swiper-container-gg .swiper-slide a { padding:0; flex-direction:row; }
	.swiper-container-gg .swiper-slide .txt { width:100%; padding:25px 4%; box-sizing: border-box; }
	.swiper-container-gg .swiper-slide .txt .p1 { font-size:16px; }
	.swiper-container-gg .swiper-slide .txt .p2 { font-size:14px; line-height:25px; margin-top:15px; -webkit-line-clamp:4; }
	.swiper-container-gg .swiper-slide .txt .p3 { margin-top:20px; }
	.swiper-container-gg .swiper-slide .txt .p4 { margin-top:20px; }
	.swiper-container-gg .swiper-slide .txt .p3 i { padding:0 20px; line-height:35px; font-size:14px; }

	.swiper-container-gg .swiper-slide .pic { width:100%; border-radius:0; }
	
	
	.swiper-pagination-gg { margin-top:20px; }
	.swiper-pagination-gg .swiper-pagination-bullet { width:8px; height:8px; margin:0 3px; }
}
@media all and (max-width:600px){
	
	.gBox01 .hd ul li { max-width:90px; margin:0 10px 0 0; }
	.gBox01 .hd ul li:last-child { margin:0; }
}



@media all and (max-width:1200px){
	
}
