@charset "utf-8";

/* Banner */
.banner-ny { position:relative; padding:100px 0; background: linear-gradient(135deg,#2A2A72 0%,#5E35B1 100%); color:#fff; text-align: center; overflow: hidden; }
.banner-ny .wrap { position:relative; z-index:5; }
.banner-ny .p1 { font-size:56px; font-family: 'Nunito', sans-serif; font-weight: 900; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); animation: fadeInUp 1s ease-out; }
.banner-ny .p2 { font-size:24px; max-width: 800px; margin:20px auto 0; text-align: center; opacity: 0.9; animation: fadeInUp 1.2s ease-out;  animation-delay: 0.2s; }

.banner-ny .circle { position: absolute; border-radius: 50%; opacity: 0.6; animation: float 6s ease-in-out infinite; z-index:1; }
.banner-ny .circle-1 { width: 100px; height: 100px; background-color:#FFC107; top: 10%; right: 5%; animation-delay: 0s; }
.banner-ny .circle-2 { width: 60px; height: 60px; background-color:#00ACC1; top: 30%; left: 10%; animation-delay: 1s; }
.banner-ny .circle-3 { width: 80px; height: 80px;  background-color:#00ACC1; bottom: 20%; right: 15%; animation-delay: 2s; }
.banner-ny .circle-4 { width: 40px; height: 40px; background-color:#FFC107; bottom: 30%; left: 20%; animation-delay: 3s; }

@media all and (max-width:1200px){
	.banner-ny { padding:60px 0; }
	.banner-ny .p1 { font-size:40px; }
	.banner-ny .p2 { font-size:16px; margin:20px auto 0; }
	
	.banner-ny .circle-1 { width:80px; height:80px; }
	.banner-ny .circle-2 { width:40px; height:40px; }
	.banner-ny .circle-3 { width:60px; height:60px; }
	.banner-ny .circle-4 { width:20px; height:20px; }
}
@media all and (max-width:900px){
	.banner-ny { padding:40px 0; }
	.banner-ny .p1 { font-size:24px; }
	.banner-ny .p2 { font-size:16px; margin:15px auto 0; }
}

.banner-ny01 { position:relative; padding:100px 0; background:#3b2e7e; color:#fff; text-align: center; line-height: 1.2; overflow: hidden; }
.banner-ny01 .wrap { position:relative; z-index:5; }
.banner-ny01 .p1 { font-size:56px; font-weight: 900; color: #ff3e6c; text-transform: uppercase; animation: fadeInUp 1s ease-out; }
.banner-ny01 .p2 { font-size:32px; margin-top:20px; font-weight:bold; color: #4ecdc4; animation: fadeInUp 1.2s ease-out;   }
.banner-ny01 .p3 { margin-top:30px; animation: fadeInUp 1.2s ease-out; }
.banner-ny01 .p3 a { display: inline-block; background-color: #ff3e6c; color: #fff;  padding: 12px 30px; border-radius: 30px;  font-size: 18px; font-weight: 600; transition: transform .3s, background-color .3s; }

.banner-ny01 .circle { position: absolute; border-radius: 50%; animation: float 6s ease-in-out infinite; z-index:1; }
.banner-ny01 .circle-1 { width: 200px; height: 200px; background-color:#4ecdc44d; top: -50px; left:10%; animation-delay: 0s; }
.banner-ny01 .circle-2 { width: 300px; height: 300px; background-color: #ff3e6c33; bottom: -100px; right: 15%; animation-delay: 1s; }
.banner-ny01 .circle-3 { width: 150px; height: 150px; background-color: #ffce544d; top: 30%; right: 5%; animation-delay: 3s; }
 
@media all and (max-width:1200px){
	.banner-ny01 { padding:60px 0; }
	.banner-ny01 .p1 { font-size:40px; }
	.banner-ny01 .p2 { font-size:16px; margin-top:20px; }
	.banner-ny01 .p3 { margin-top:20px; }
	.banner-ny01 .p3 a { padding: 10px 25px; font-size: 16px; }
 
	.banner-ny01 .circle-1 { width: 100px; height: 100px; }
	.banner-ny01 .circle-2 { width: 150px; height: 150px; }
	.banner-ny01 .circle-3 { width: 75px; height: 75px;  }
}
@media all and (max-width:900px){
	.banner-ny01 { padding:40px 0; }
	.banner-ny01 .p1 { font-size:24px; }
	.banner-ny01 .p2 { font-size:16px; margin-top:15px; }
	.banner-ny01 .p3 a { padding: 10px 20px; font-size: 14px; }
}


/* 主体 */
.container { position:relative; padding:0; }

.main { padding:100px 0; }

@media all and (max-width:1200px){
	.main { padding:60px 0; }
}
@media all and (max-width:900px){
	.main { padding:40px 0; }
}


/* 内容模式 */
.article { line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:24px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .hd h1 { font-size:20px; }
	.article .bd { font-size:14px; }
}

.leftTitle { display:none; }

.menu { position:relative; text-align:center; border-bottom:1px solid #e5e5e5; }
.menu ul li { position:relative; display:inline-block; margin:0 50px; }
.menu ul li a { position:relative; display:inline-block; padding:0 0 0 30px; font-size:20px; color:#777; height:100px; line-height:100px; }
.menu ul li a:before { position:absolute; display:none; content:""; left:30px; bottom:-1px; right:0; height:2px; background:#39286e; z-index:5; }
.menu ul li a.current,.menu ul li:hover a { color:#39286e; background:url(menu.png) no-repeat center left; }
.menu ul li a.current:before,.menu ul li:hover a:before { display:block; }
 

@media all and (max-width:1780px){
	.menu ul li { margin:0 25px; }
	.menu ul li a { font-size:16px; height:70px; line-height:70px; }
}
@media all and (max-width:1200px){
	.menu { display:none; }
}


 
 
/* 新闻列表 */
.list { padding:0 0 60px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }

@media all and (max-width:1200px){
	.list { padding:0 0 40px; }
}

/* 图文新闻 */
.picnews { padding-bottom:60px; }
.picnews ul li { float:left; width:32%; margin-right:2%; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:40px; }
.picnews ul li .pic { overflow:hidden; }
.picnews ul li .pic img { transition: all 0.6s; }
.picnews ul li .txt { margin-top:25px; }
.picnews ul li .txt .p1 { font-size:18px; color:#000; height:25px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { font-size:14px; color:#777; margin-top:15px; }
.picnews ul li .txt .p3 { font-size:14px; color:#777; margin-top:15px; line-height:25px; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.picnews ul li:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1200px){
	.picnews { padding-bottom:40px; }
	.picnews ul li { width:49%; margin-right:2%; }
	.picnews ul li:nth-child(3n) { margin-right:2%; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li:nth-child(n + 3) { margin-top:30px; }
	
	.picnews ul li .txt .p1 { font-size:16px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:10px; } 
}
@media all and (max-width:750px){
	.picnews { padding-bottom:40px; }
	.picnews ul li { width:100%; margin-right:0; }
	.picnews ul li:nth-child(3n) { margin-right:0; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li:nth-child(n + 2) { margin-top:20px; }
	
	.picnews ul li .txt { margin-top:15px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:12px; margin-top:5px; }
	.picnews ul li .txt .p3 { font-size:12px; margin-top:10px; line-height:20px; height:40px; } 
}


/* 图片列表 */
.piList { padding-bottom:60px; }
.piList .pic-item-list .pic-item { float:left; width:32%; margin-right:2%; }
.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
.piList .pic-item-list .pic-item:nth-child(n + 4) { margin-top:30px; }
.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 10px; background:#fff; }
.piList .pic-item-list .pic-item dl dt { height:60px; font-size:16px; line-height:60px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
 
.piList .pic-item-list .pic-item:hover .list-pic img { transform: scale(1.1)!important; }
 
@media all and (max-width:1200px){
	.piList { padding-bottom:40px; }
	.piList .pic-item-list .pic-item { width:49%;  }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item:nth-child(n + 3) { margin-top:2%; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; height:40px; line-height:40px; }

}
 
/* 分页 */
.page { text-align:center; }
.page a { display:inline-block; margin:0 5px; padding:5px 11px; background:#f0f0f1; color:#4f4f4f; vertical-align:top; font-size: 14px; }
.page a:hover,.page .current { background:#c89650; color:#fff; }

@media screen and (max-width: 1200px){
	.page a { padding:3px 5px; margin: 0 3px; font-size: 12px; }
}





.showBox01 { text-align:center; padding:100px 0; }
.showBox11 .show-hd .p3 { max-width:100%; }
.showBox11 .bd { margin-top:50px; }
.showBox11 .bd ul li { float:left; width:31.5%; margin-right:2.75%; min-height:150px; border-radius: 15px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; transition: transform 0.3s ease; cursor:pointer; }
.showBox11 .bd ul li:nth-child(3n) { margin-right:0; }
.showBox11 .bd ul li:nth-child(n + 4) { margin-top:2.75%; }
.showBox11 .bd ul li a { display:block; color:#fff; font-weight: 800; font-family: 'Nunito', sans-serif; font-size:28px; padding:0 20px; }

.showBox11 .bd ul li:nth-child(1) { background:#3F51B5; }
.showBox11 .bd ul li:nth-child(2) { background:#9C27B0; }
.showBox11 .bd ul li:nth-child(3) { background:#4CAF50; }
.showBox11 .bd ul li:nth-child(4) { background:#FFC107; }
.showBox11 .bd ul li:nth-child(5) { background:#FF9800; }
.showBox11 .bd ul li:nth-child(6) { background:#00BCD4; }

.showBox11 .bd ul li:hover { transform: translateY(-10px); }

@media all and (max-width:1200px){
	.showBox01 { padding:60px 0; }
	.showBox11 .bd { margin-top:30px; }
	.showBox11 .bd ul li { float:left; width:32%; margin-right:2%; min-height:150px; border-radius: 15px; }
	.showBox11 .bd ul li:nth-child(3n) { margin-right:0; }
	.showBox11 .bd ul li:nth-child(n + 4) { margin-top:2%; }
	.showBox11 .bd ul li a { font-size:24px; }
}
@media all and (max-width:900px){
	.showBox01 { padding:40px 0; }
	.showBox11 .bd ul li { float:left; width:49%; margin-right:2%; min-height:100px; border-radius:10px; }
	.showBox11 .bd ul li:nth-child(3n) { margin-right:2%; }
	.showBox11 .bd ul li:nth-child(2n) { margin-right:0; }
	.showBox11 .bd ul li:nth-child(n + 3) { margin-top:2%; }
	.showBox11 .bd ul li a { font-size:20px; }
}

.showBox12 { margin-top:70px; }
.showBox12 .hd { font-size:36px; color:#46acc2; font-family: 'Nunito', sans-serif;  font-weight: 800; }
.showBox12 .bd01 { margin-top:40px; }
.showBox12 .bd01 ul li { float:left; width:32%; margin-right:2%; border-radius:15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); overflow:hidden; }
.showBox12 .bd01 ul li:nth-child(3n) { margin-right:0; }
.showBox12 .bd01 ul li:nth-child(n + 4) { margin-top:2%; }

@media all and (max-width:1200px){
	.showBox12 { margin-top:60px; }
	.showBox12 .hd { font-size:28px; }
	.showBox12 .bd01 { margin-top:40px; }
}
@media all and (max-width:900px){
	.showBox12 { margin-top:40px; }
	.showBox12 .hd { font-size:20px; }
	.showBox12 .bd01 { margin-top:30px; }
	.showBox12 .bd01 ul li { float:left; width:49%; margin-right:2%; }
	.showBox12 .bd01 ul li:nth-child(3n) { margin-right:2%; }
	.showBox12 .bd01 ul li:nth-child(2n) { margin-right:0; }
	.showBox12 .bd01 ul li:nth-child(n + 3) { margin-top:2%; }
}


.show-hd { text-align:center; }
.show-hd .p1 { font-size:44px; color:#2A2A72; font-family: 'Nunito', sans-serif;  font-weight: 800; }
.show-hd .p2 { width: 80px; height: 4px; margin:15px auto 0; background: linear-gradient(90deg, #00ACC1, #5E35B1);  border-radius: 2px; }
.show-hd .p3 { font-size:20px; margin-top:30px; color:#2A2A72; max-width: 800px; margin-left:auto; margin-right:auto; word-wrap:break-word; }

@media all and (max-width:1200px){
	.show-hd .p1 { font-size:34px;  }
	.show-hd .p2 { width: 80px; height: 3px; margin:15px auto 0; }
	.show-hd .p3 { font-size:18px; margin-top:30px; }
}
@media all and (max-width:900px){
	.show-hd .p1 { font-size:20px;  }
	.show-hd .p2 { width:60px; height:2px; margin:10px auto 0; }
	.show-hd .p3 { font-size:14px; margin-top:20px; }
}

.showBox02 { /*margin-top:100px;*/ }
.showBox02 .bd { margin-top:50px; }
.showBox02 .bd .bd01 { font-size:28px; text-align: center; font-family: 'Nunito', sans-serif;  font-weight: 700; color:#5E35B1; }
.showBox02 .bd .bd02 { margin-top:30px;  }
.showBox02 .bd .bd02 ul { display:flex; flex-wrap: wrap; }
.showBox02 .bd .bd02 ul li { width:18%; margin-right:2.5%; border-radius: 15px; padding: 25px; box-sizing: border-box; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.showBox02 .bd .bd02 ul li:nth-child(5n) { margin-right:0; }
.showBox02 .bd .bd02 ul li:nth-child(n + 6) { margin-top:2.5%; }
.showBox02 .bd .bd02 ul li .p1 { width:70px; height:70px; background:#5E35B1; margin:0 auto; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.showBox02 .bd .bd02 ul li .p1 img { max-height:35px; width:auto; }
.showBox02 .bd .bd02 ul li .p2 { margin-top:20px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size:20px; color:#212121; }


.showBox02 .bd .bd02 ul li:hover {  transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }

@media all and (max-width:1200px){
	.showBox02 { /*margin-top:60px;*/ }
	.showBox02 .bd { margin-top:30px; }
	.showBox02 .bd .bd01 { font-size:20px;  }
	.showBox02 .bd .bd02 { margin-top:30px;  }
	.showBox02 .bd .bd02 ul li { width:18%; margin-right:2.5%; border-radius: 15px; padding:25px 15px;  }
	.showBox02 .bd .bd02 ul li:nth-child(5n) { margin-right:0; }
	.showBox02 .bd .bd02 ul li:nth-child(n + 6) { margin-top:2.5%; }
	.showBox02 .bd .bd02 ul li .p1 { width:50px; height:50px; }
	.showBox02 .bd .bd02 ul li .p1 img { max-height:25px; }
	.showBox02 .bd .bd02 ul li .p2 { margin-top:15px; font-size:16px; }
}
@media all and (max-width:900px){
	.showBox02 { /*margin-top:40px;*/ }
	.showBox02 .bd { margin-top:30px; }
	.showBox02 .bd .bd01 { font-size:20px;  }
	.showBox02 .bd .bd02 { margin-top:20px;  }
	.showBox02 .bd .bd02 ul li { width:32%; margin-right:2%; border-radius: 10px; padding:25px 10px;  }
	.showBox02 .bd .bd02 ul li:nth-child(5n) { margin-right:2%; }
	.showBox02 .bd .bd02 ul li:nth-child(3n) { margin-right:0; }
	.showBox02 .bd .bd02 ul li:nth-child(n + 4) { margin-top:2%; }
	.showBox02 .bd .bd02 ul li .p1 { width:40px; height:40px; }
	.showBox02 .bd .bd02 ul li .p1 img { max-height:20px; }
	.showBox02 .bd .bd02 ul li .p2 { margin-top:15px; font-size:14px; }
}

.showBox03 { margin-top:100px; padding-bottom:100px; }
.showBox03 .wrap { position:relative; padding: 60px 20px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); border-radius: 20px; overflow: hidden; z-index:5; }
.showBox03 .show-hd .p1 { color:#5E35B1; }
.showBox03 .bd01 { margin:40px auto 0; width: 140px; height: 140px; background: linear-gradient(135deg, #5e35b1 0%, #3f51b5 100%);  border-radius: 50%;  display: flex; justify-content: center; align-items: center; color: #fff; font-weight: 800;  font-size:20px; box-shadow: 0 10px 30px rgba(94, 53, 177, 0.3); z-index: 10; animation: pulse 3s infinite ease-in-out; }
.showBox03 .bd02 { margin-top:100px; }
.showBox03 .bd02 ul {  display: flex; flex-wrap: wrap; justify-content: center; gap: 35px; }
.showBox03 .bd02 ul li { width: 200px; height: 200px; border-radius: 20px; padding: 25px;  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; overflow: hidden; cursor: pointer; }
.showBox03 .bd02 ul li:before { position: absolute; display:block; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%); z-index:1; }
.showBox03 .bd02 ul li .p1 { position: relative; min-height:60px; z-index:5; }
.showBox03 .bd02 ul li .p1 img { max-height:50px; transition: transform 0.3s ease; }
.showBox03 .bd02 ul li .p2 { position: relative; font-size:20px; color:#fff; font-weight: 700; line-height:1.5; z-index:5; }
.showBox03 .bd02 ul li .p3 { font-size:32px; color:#fff; font-weight: 700; margin-top:10px; line-height:1.1; display:none; }

.showBox03 .bd02 ul li:hover { /*transform: translateY(-15px) scale(1.05);*/ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }
.showBox03 .bd02 ul li:hover .p1 img { transform: scale(1.2); }

.showBox03 .bd02 ul li:nth-child(1) { background:#00ACC1; }
.showBox03 .bd02 ul li:nth-child(2) { background:#D81B60; }
.showBox03 .bd02 ul li:nth-child(3) { background:#FF6D00; }
.showBox03 .bd02 ul li:nth-child(4) { background:#5E35B1; }

.showBox03 .bd03 {  margin-top: 60px; }
.showBox03 .bd03 ul { display: flex; justify-content: center; gap: 60px;  flex-wrap: wrap; }
.showBox03 .bd03 ul li { text-align: center; min-width: 200px; padding: 20px; background:#fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);  transition: all 0.3s ease; }
.showBox03 .bd03 ul li .p1 { position:relative; }
.showBox03 .bd03 ul li .p1 i { font-size:56px; font-family: 'Nunito', sans-serif;  font-weight: 800; background: linear-gradient(90deg, #5e35b1, #3f51b5);  -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.showBox03 .bd03 ul li .p1 em { position: absolute; right: -20px;  top: 0; font-size:32px; background: linear-gradient(90deg, #5e35b1, #3f51b5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600; z-index:2; }
.showBox03 .bd03 ul li .p2 { font-size:19px; font-weight: 600; color:#212121; }


.showBox03 .bd03 ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

.showBox03 .bd04 { margin-top:50px; text-align:center; font-size:0; }
.showBox03 .bd04 ul li { display:inline-block; margin:0 25px; }
.showBox03 .bd04 ul li .p1 { font-size:48px; line-height:1.1; color:#5e35b1; font-weight:bold; }
.showBox03 .bd04 ul li .p2 { font-size:18px; color:#5d5d5d; margin-top:30px; }

@media all and (max-width:1200px){
	.showBox03 { margin-top:60px; padding-bottom:60px; }
	.showBox03 .wrap { padding:60px 20px;}
	.showBox03 .bd01 { margin:30px auto 0; width: 140px; height: 140px; font-size:20px; }
	.showBox03 .bd02 { margin-top:60px; }
	.showBox03 .bd02 ul { gap: 30px; }
	.showBox03 .bd02 ul li { width: 180px; height: 180px; padding: 25px 15px; }
	.showBox03 .bd02 ul li .p1 { min-height:60px; }
	.showBox03 .bd02 ul li .p1 img { max-height:40px; }
	.showBox03 .bd02 ul li .p2 { font-size:18px; }
	.showBox03 .bd02 ul li .p3 { font-size:24px; }
 
	.showBox03 .bd03 {  margin-top: 60px; }
	.showBox03 .bd03 ul {  gap: 30px;  }
	.showBox03 .bd03 ul li {  min-width: 180px; padding: 20px 10px; }
	.showBox03 .bd03 ul li .p1 i { font-size:40px; }
	.showBox03 .bd03 ul li .p1 em { right: -20px; font-size:24px; }
	.showBox03 .bd03 ul li .p2 { font-size:16px; }
	
	.showBox03 .bd04 {  margin-top:50px; }
	.showBox03 .bd04 ul li { margin:0 20px; }
	.showBox03 .bd04 ul li .p1 { font-size:30px;  }
	.showBox03 .bd04 ul li .p2 { font-size:16px; margin-top:20px; }
}
@media all and (max-width:900px){
	.showBox03 { margin-top:40px; padding-bottom:40px; }
	.showBox03 .wrap { padding:40px 4%;}
	.showBox03 .bd01 { margin:30px auto 0; width: 120px; height: 120px; font-size:18px; }
	.showBox03 .bd02 { margin-top:40px; }
	.showBox03 .bd02 ul { gap:0; }
	.showBox03 .bd02 ul li { width:48%; margin-right:4%; height: 150px; padding: 25px 15px; }
	.showBox03 .bd02 ul li:nth-child(2n) { margin-right:0; }
	.showBox03 .bd02 ul li:nth-child(n + 3) { margin-top:4%; }
	.showBox03 .bd02 ul li .p1 { min-height:45px; }
	.showBox03 .bd02 ul li .p1 img { max-height:30px; }
	.showBox03 .bd02 ul li .p2 { font-size:14px; }
	.showBox03 .bd02 ul li .p3 { font-size:20px; }
	
	.showBox03 .bd03 {  margin-top: 40px; }
	.showBox03 .bd03 ul {  gap: 30px;  }
	.showBox03 .bd03 ul li {  min-width: 180px; padding: 20px 10px; }
	.showBox03 .bd03 ul li .p1 i { font-size:40px; }
	.showBox03 .bd03 ul li .p1 em { right: -20px; font-size:24px; }
	.showBox03 .bd03 ul li .p2 { font-size:16px; }
	
	.showBox03 .bd04 {  margin-top:30px; }
	.showBox03 .bd04 ul li { margin:0 10px; }
	.showBox03 .bd04 ul li .p1 { font-size:24px;  }
	.showBox03 .bd04 ul li .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.showBox03 .bd03 { margin-top: 40px; }
	.showBox03 .bd03 ul {  gap: 0;  }
	.showBox03 .bd03 ul li {  width:100%; min-width: 150px; padding: 20px 10px; }
	.showBox03 .bd03 ul li:nth-child(n + 2) { margin-top:4%; }
	.showBox03 .bd03 ul li .p1 i { font-size:30px; }
	.showBox03 .bd03 ul li .p1 em { right: -10px; font-size:20px; }
	.showBox03 .bd03 ul li .p2 { font-size:16px; }
	
	.showBox03 .bd04 ul li { float:left; width:32%; margin:0 2% 0 0; }
	.showBox03 .bd04 ul li:last-child { margin-right:0; }
}


 
.platform-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.connection-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.connection-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawPath 1.5s ease-out forwards;
  filter: drop-shadow(0 2px 5px rgba(94, 53, 177, 0.2));
}

.showBox04 { padding:0 0 0; }

.showBox41 { padding:40px 35px; border-radius: 20px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); background:#fff; }

.showBox41 .con { position:relative; background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%); padding: 80px 20px; position: relative; overflow: hidden; }
.showBox41 .con:before { position:absolute; top:0; left:0; width:100%; height:10px; background:linear-gradient(90deg, #5e35b1, #3f51b5); display:block; content:""; z-index:1; }


.showBox41 .show-hd .p1 { color:#5E35B1; }
.showBox41 .bd { margin-top:60px; }
.showBox41 .bd ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.showBox41 .bd ul li { position: relative; width:31%; border-radius: 20px;  padding: 40px 30px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow:hidden; }
.showBox41 .bd ul li:before { position:absolute; top:0; left:0; top:0; width:100%; height:8px; display:block; content: ''; background: linear-gradient(90deg, #5e35b1, #3f51b5); }
.showBox41 .bd ul li .p1 { width: 90px; height: 90px; background: linear-gradient(135deg, #5e35b1 0%, #3f51b5 100%); color: white; border-radius: 50%;  display: flex; justify-content: center;  align-items: center; margin: 0 auto; box-shadow: 0 10px 20px rgba(94, 53, 177, 0.3); transition: all 0.3s ease; }
.showBox41 .bd ul li .p1 img { max-height:45px; width:auto; }
.showBox41 .bd ul li .p2 { margin-top:30px;  font-family: 'Nunito', sans-serif; font-weight: 700; font-size:28px; color: #5e35b1; text-align: center; }
.showBox41 .bd ul li .p3 { margin-top:20px; line-height: 1.7; font-size:18px; color: #555; text-align: center; }

.showBox41 .bd ul li:hover { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); }
.showBox41 .bd ul li:hover .p1 { transform: scale(1.1) rotate(5deg); }

.showBox41 .bd01 { font-size:30px; margin-top:50px; color:#5e35b1; font-weight:bold; text-align:center; font-family: 'Nunito', sans-serif; }
.showBox41 .bd02 { width:100%; max-width:930px; margin:40px auto 0; text-align:center; font-size:0; }
.showBox41 .bd02 ul li { position:relative; float:left; width:48.5%; margin-right:3%;  border-radius:15px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); overflow:hidden; }
.showBox41 .bd02 ul li:last-child { margin-right:0; }
.showBox41 .bd02 ul li .p1 { height:60px; background:#757575; font-size:16px; color:#fff; font-weight:bold; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; }
.showBox41 .bd02 ul li .p2 { padding:20px; min-height:255px; background:#f5f5f5; font-size:18px; color:#757575; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; }
.showBox41 .bd02 ul li .p3 { position:absolute; top:40px; right:0; width:80px; z-index:2; }
.showBox41 .bd02 ul li:nth-child(2) .p1 { background:#5e35b1; }

.showBox04-lg { padding-bottom:80px; }
.showBox04-lg .showBox41 .bd ul li { width:48%;  }

@media all and (max-width:1200px){
	.showBox04 { padding:0 0 0 0; }

	.showBox41 { padding:40px 20px; }
	
	.showBox41 .con { padding:60px 20px; }
	.showBox41 .con:before { height:5px; }

	
	
	.showBox41 .bd { margin-top:40px; }
	.showBox41 .bd ul li { width:32%; padding:30px 20px; }
	.showBox41 .bd ul li:before { height:6px;  }
	.showBox41 .bd ul li .p1 { width: 70px; height: 70px;  }
	.showBox41 .bd ul li .p1 img { max-height:35px; }
	.showBox41 .bd ul li .p2 { margin-top:20px; font-size:20px; }
	.showBox41 .bd ul li .p3 { margin-top:20px; line-height: 1.6; font-size:16px; }
	
	.showBox41 .bd01 { font-size:30px; margin-top:50px; }
	.showBox41 .bd02 {  max-width:100%; margin:40px auto 0; }
	.showBox41 .bd02 ul li { float:left; width:48.5%; margin-right:3%; }
	.showBox41 .bd02 ul li:last-child { margin-right:0; }
	.showBox41 .bd02 ul li .p1 { height:60px; font-size:16px; }
	.showBox41 .bd02 ul li .p2 { padding:20px; min-height:255px; font-size:16px; }
	.showBox41 .bd02 ul li .p3 { top:40px; width:80px; }
	
	.showBox04-lg { padding-bottom:60px; }
	.showBox04-lg .showBox41 .bd ul li { width:48%;  }
}
@media all and (max-width:900px){
	.showBox04 { padding:0 0 0 0; }
 
	.showBox41 { padding:40px 4%; }
	
	.showBox41 .con { padding:40px 4%;  }
	.showBox41 .con:before { height:3px; }
	
	.showBox41 .bd { margin-top:30px; }
	.showBox41 .bd ul { display:block; }
	.showBox41 .bd ul li { width:100%; padding:30px 20px; }
	.showBox41 .bd ul li:nth-child(n + 2) { margin-top:3%; }
	.showBox41 .bd ul li:before { height:4px;  }
	.showBox41 .bd ul li .p1 { width: 60px; height: 60px;  }
	.showBox41 .bd ul li .p1 img { max-height:30px; }
	.showBox41 .bd ul li .p2 { margin-top:10px; font-size:18px; }
	.showBox41 .bd ul li .p3 { margin-top:10px; line-height: 1.6; font-size:14px; }
	
	.showBox41 .bd01 { font-size:20px; margin-top:30px; }
	.showBox41 .bd02 {  max-width:100%; margin:30px auto 0; }
	.showBox41 .bd02 ul li { float:none; width:100%; margin-right:0; }
	.showBox41 .bd02 ul li:last-child { margin-top:3%; }
	.showBox41 .bd02 ul li .p1 { height:50px; font-size:14px; }
	.showBox41 .bd02 ul li .p2 { padding:30px 10px; min-height:15px; font-size:14px; }
	.showBox41 .bd02 ul li .p3 { top:30px; width:60px; }
	
	.showBox04-lg { padding-bottom:40px; }
	.showBox04-lg .showBox41 .bd ul li { width:100%;  }
}

.showBox42 { padding:100px 0; }
.showBox42 .show-hd .p1 { color:#5e35b1; }
.showBox42 .bd { width:100%; max-width:900px; margin:45px auto 0; }
.showBox42 .bd .swiper-slide { border-radius:15px; overflow:hidden; cursor:pointer; }
.showBox42 .bd .gallery-thumbs01 { margin-top:15px!important; }

.showBox42 .bd02 { max-width:900px; padding:40px; margin:90px auto 0; border-radius: 20px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
.showBox42 .bd02 .p1 { font-size:24px; color:#5e35b1; text-align:center; }
.showBox42 .bd02 .p2 { margin-top:30px; text-align:center; }
.showBox42 .bd02 .p2  a { display: inline-block; background-color:#FFC107; color:#202020; padding: 15px 70px; border-radius: 30px; font-size:18px;  font-weight: 700; transition: all 0.3s ease;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

.showBox42 .bd02 .p2  a:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

@media all and (max-width:1200px){
	.showBox42 { padding:60px 0; }
	
	.showBox42 .bd02 {  padding:30px 25px;  margin:60px auto 0; }
	.showBox42 .bd02 .p1 { font-size:20px; }
	.showBox42 .bd02 .p2 a { padding: 10px 40px; font-size:16px; }
}
@media all and (max-width:900px){
	.showBox42 { padding:40px 0; }
	.showBox42 .bd { margin:30px auto 0; }
	
	.showBox42 .bd02 { max-width:100%; margin:40px auto 0; padding:30px 4%; }
	.showBox42 .bd02 .p1 { font-size:18px; }
	.showBox42 .bd02 .p2 a { padding: 10px 30px; font-size:14px; }
}


.showBox06 { padding:100px 0; background:#fff8e2; }
.showBox06 ul li { position:relative; float:left; width:25%; margin:0 4.16%; text-align:center; background:#fff; padding:30px 10px 0 10px; min-height:290px; box-sizing: border-box; border-radius:15px; overflow:hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.showBox06 ul li:before { position:absolute; top:0; left:0; width:100%; height:5px; display:block; content:""; background: linear-gradient(to right,#4a98c0,#5449b5); z-index:2; }
.showBox06 ul li .p1 { width:60px; height:60px; background:#5E35B1; margin:0 auto; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.showBox06 ul li .p1 img { max-height:30px; width:auto; }
.showBox06 ul li .p2 { margin-top:25px; font-size:48px; color:#5e35b1; font-weight:bold; line-height:1.1; }
.showBox06 ul li .p3 { margin-top:20px; font-size:16px; color:#4d4d4d; }

.showBox06 ul li:hover {  transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }

@media all and (max-width:1200px){
	.showBox06 { padding:60px 0; }
	.showBox06 ul li { float:left; width:30%; margin:0 5% 0 0; padding:30px 10px 0 10px; min-height:230px; }
	.showBox06 ul li:last-child { margin-right:0; }
	.showBox06 ul li .p1 { width:50px; height:50px; }
	.showBox06 ul li .p1 img { max-height:25px; width:auto; }
	.showBox06 ul li .p2 { margin-top:20px; font-size:30px; }
	.showBox06 ul li .p3 { margin-top:15px; font-size:16px; }
}
@media all and (max-width:900px){
	.showBox06 { padding:40px 0; }
	.showBox06 ul li { float:left; width:32%; margin:0 2% 0 0; padding:25px 10px 0 10px; min-height:200px; }
	.showBox06 ul li:last-child { margin-right:0; }
	.showBox06 ul li .p1 { width:40px; height:40px; }
	.showBox06 ul li .p1 img { max-height:20px; width:auto; }
	.showBox06 ul li .p2 { margin-top:15px; font-size:30px; }
	.showBox06 ul li .p3 { margin-top:10px; font-size:14px; }
}
@media all and (max-width:900px){
	.showBox06 ul li { float:none; width:100%; margin:0; padding:25px 10px; min-height:10px; }
	.showBox06 ul li:nth-child(n + 2) { margin-top:3%; }
}

.showBox05 { padding:60px 0; background:#fff7e1; border-top:20px solid #382b84; }
.showBox05 .bd { margin-top:45px; font-size:18px; color:#161616; }

@media all and (max-width:1200px){
	.showBox05 { padding:60px 0; border-top:10px solid #382b84; }
	.showBox05 .bd { margin-top:45px; font-size:16px; }
}
@media all and (max-width:900px){
	.showBox05 { padding:40px 0; border-top:5px solid #382b84; }
	.showBox05 .bd { margin-top:30px; font-size:14px; }
}


.creator01 { padding:60px 0; background:#FFF8E1; }
.creator01 ul { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; }
.creator01 ul li {  padding: 30px; border-radius: 20px; text-align: center; color:#fff; width: 300px;  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease; }
.creator01 ul li .p1 { font-family: 'Nunito', sans-serif; font-weight: 800;  font-size:48px; }
.creator01 ul li .p2 { margin-top:10px; opacity: 0.9; font-size:19px; }

.creator01 ul li:nth-child(1) { background: linear-gradient(135deg, #FFCA28 0%, #FF8F00 100%); }
.creator01 ul li:nth-child(2) { background: linear-gradient(135deg, #FF5252 0%, #D32F2F 100%); }
.creator01 ul li:nth-child(3) { background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%); }
 
@media all and (max-width:1200px){
	.creator01 { padding:60px 0; }
	.creator01 ul { gap:0; }
	.creator01 ul li { width:30%; padding:30px 10px; }
	.creator01 ul li .p1 { font-size:30px; }
	.creator01 ul li .p2 { margin-top:10px; font-size:16px; }
}
@media all and (max-width:900px){
	.creator01 { padding:40px 0; }
	.creator01 ul li { width:32%; padding:25px 10px; }
	.creator01 ul li .p1 { font-size:28px; }
	.creator01 ul li .p2 { margin-top:0; font-size:16px; }
}
@media all and (max-width:750px){
	.creator01 ul li { width:100%; padding:25px 10px; }
	.creator01 ul li:nth-child(n + 2) { margin-top:3%; }
	
}

.creator02 { padding:80px 0; background: linear-gradient(135deg,#2A2A72 0%,#5E35B1 100%); color:#fff; }
.creator02 .show-hd .p1 { color:#fff; }
.creator02 .show-hd .p2 { background:#FFC107; }
.creator02 .bd { margin-top:50px; }
.creator02 .bd ul {   }
.creator02 .bd ul li { position:relative; float:left; width:23.5%; margin-right:2%; background-color: #e9ecef; border-top:5px solid #4CAF50; border-radius: 20px; overflow: hidden;  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); cursor: pointer; }
.creator02 .bd ul li:nth-child(4n) {  margin-right:0; }
.creator02 .bd ul li:nth-child(n + 5) {  margin-top:2%; }
.creator02 .bd ul li .txt { position:absolute; left:0; right:0; bottom:0; padding:15px; height:50px; background-color: rgba(0, 0, 0, 0.7); transition: all 0.3s ease; z-index:2; }
.creator02 .bd ul li .txt .p1 { font-family: 'Nunito', sans-serif; font-weight: 800; font-size:18px; line-height:20px; color:#fff;  transition: all 0.3s ease; }
.creator02 .bd ul li .txt .p2 { margin-top:10px; font-size:14px; line-height:25px; color: rgba(255, 255, 255, 0.8); opacity: 0; transition: all 0.3s ease; }
 
.creator02 .bd ul li:hover { /*transform: translateY(-10px);*/ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); }
.creator02 .bd ul li:hover .txt { height:110px; }
.creator02 .bd ul li:hover .txt .p2 {  opacity: 1; }
 
 

@media all and (max-width:1200px){
	.creator02 { padding:60px 0; }
	.creator02 .bd { margin-top:30px; }
	.creator02 .bd ul li .txt { padding:15px 15px; height:50px; }
	.creator02 .bd ul li .txt .p1 {  font-size:18px; line-height:20px; }
	.creator02 .bd ul li .txt .p2 { margin-top:10px; font-size:14px; line-height:25px; }
	
	.creator02 .bd ul li:hover .txt { height:110px; }
}
@media all and (max-width:900px){
	.creator02 { padding:40px 0; }
	.creator02 .bd { margin-top:30px; }
	.creator02 .bd ul li { width:49%; margin-right:2%; }
	.creator02 .bd ul li:nth-child(4n) {  margin-right:2%; }
	.creator02 .bd ul li:nth-child(2n) {  margin-right:0; }
	.creator02 .bd ul li:nth-child(n + 4) {  margin-top:2%; }
	.creator02 .bd ul li .txt { padding:15px 15px; height:50px; }
	.creator02 .bd ul li .txt .p1 {  font-size:18px; line-height:20px; }
	.creator02 .bd ul li .txt .p2 { margin-top:10px; font-size:14px; line-height:25px; }
	
	.creator02 .bd ul li:hover .txt { height:110px; }
}

.creator03 { padding:80px 0; background:#FFF8E1; text-align:center; }
.creator03 a { display: inline-block; background:#FFC107; color:#212121; padding: 15px 30px; border-radius: 30px; font-size:18px; font-weight: 700;  letter-spacing: 1px; transition: all 0.3s ease;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); animation: bounce 2s infinite; }

@media all and (max-width:1200px){
	.creator03 { padding:60px 0; }
	.creator03 a { padding: 15px 30px; border-radius: 30px; font-size:16px; }
}
@media all and (max-width:900px){
	.creator03 { padding:40px 0; }
	.creator03 a { padding: 15px 30px; border-radius: 30px; font-size:14px; }
}

.crBox { position:fixed; top:0; left:0; right:0; height:100%; background:rgba(0,0,0,0.5); z-index:99; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; display:none; }
.crBox.on { display:flex; }
.crBox .con { position:relative; background:#fff; padding:60px 40px; background:#fff; border-radius:20px; }
.crBox .con .bd { max-height:60vh; overflow-y:auto; }

.con-close {position: absolute; right: 2%;top: 3%;z-index: 11;width: 40px;height: 40px; cursor:pointer; }
.con-close i {display: block;width: 100%;height: 40px;position: relative;transform: rotate(45deg); transition: all .4s ease;}
.con-close i::after,.con-close i::before {content: '';background: #000;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.con-close i::after {width: 26px;height: 2px;}
.con-close i::before {width: 2px;height: 26px;}
.con-close i:hover {transform: rotate(135deg);}
.con-close i:hover::after,.con-close i:hover::before {background: #118543;}

@media all and (max-width:1200px){
	.crBox .con { padding:40px 20px; }
	.crBox .con .bd { max-height:50vh; }
}
@media all and (max-width:900px){
	.crBox .con { padding:30px 4%; }
	.crBox .con .bd { max-height:50vh; }
}

.goBox01 { padding:45px 0; background:#1973e7; }
.goBox01 .txt { max-width:925px; margin:0 auto; font-size:22px; font-weight:bold; color:#fff; text-align:center; }

@media all and (max-width:1200px){
	.goBox01 { padding:45px 0; }
	.goBox01 .txt { font-size:18px; }
}
@media all and (max-width:900px){
	.goBox01 { padding:40px 0; }
	.goBox01 .txt { font-size:14px; }
}

.goBox02 { padding:80px 0; background:#f9f9f9; }
.goBox02 .bd { margin-top:45px; }
.goBox02 .bd ul li { position:relative; float:left; width:32%; margin-right:2%; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); border-radius:15px; overflow:hidden; transition: transform .3s; }
.goBox02 .bd ul li:nth-child(3n) { margin-right:0; }
.goBox02 .bd ul li:nth-child(n + 4) { margin-top:2%; }
.goBox02 .bd ul li .pic img { min-height:180px; object-fit: cover;  }
.goBox02 .bd ul li .txt { position:absolute; left:0; right:0; bottom:0; padding:0 20px 15px 20px; color:#fff; z-index:2; }
.goBox02 .bd ul li .txt .p1 { font-size:24px; line-height: 1.2; font-weight:bold; }
.goBox02 .bd ul li .txt .p2 { font-size:16px; line-height: 1.5; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:4; }

.goBox02 .bd ul li:hover { transform: translateY(-10px);}
	
@media all and (max-width:1200px){
	.goBox02 { padding:60px 0; }
	.goBox02 .bd { margin-top:40px; }
	.goBox02 .bd ul li { float:left; width:32%; margin-right:2%;  }
	.goBox02 .bd ul li:nth-child(3n) { margin-right:0; }
	.goBox02 .bd ul li:nth-child(n + 4) { margin-top:2%; }
	.goBox02 .bd ul li .txt { padding:0 15px 15px 15px; }
	.goBox02 .bd ul li .txt .p1 { font-size:20px; }
	.goBox02 .bd ul li .txt .p2 { font-size:14px; -webkit-line-clamp:4; }
}
@media all and (max-width:900px){
	.goBox02 { padding:40px 0; }
	.goBox02 .bd { margin-top:30px; }
	.goBox02 .bd ul li { float:left; width:49%; margin-right:2%;  }
	.goBox02 .bd ul li:nth-child(3n) { margin-right:2%; }
	.goBox02 .bd ul li:nth-child(2n) { margin-right:0; }
	.goBox02 .bd ul li:nth-child(n + 3) { margin-top:2%; }
	.goBox02 .bd ul li .txt { padding:0 15px 15px 15px; }
	.goBox02 .bd ul li .txt .p1 { font-size:16px; }
	.goBox02 .bd ul li .txt .p2 { font-size:14px; -webkit-line-clamp:4; }
}

.goBox03 { padding:80px 0; }
.goBox03 .bd { margin-top:45px; }
.goBox03 .bd ul li { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.goBox03 .bd ul li:nth-child(2n) { flex-direction: row-reverse; }
.goBox03 .bd ul li:nth-child(n + 2) { margin-top:60px; }
.goBox03 .bd ul li .pic { width:47%; border-radius:15px; overflow:hidden; }
.goBox03 .bd ul li .txt { width:47%; }
.goBox03 .bd ul li .txt .p1 { font-size:28px; line-height: 1.2; font-weight:bold; color:#3b2e7e; }
.goBox03 .bd ul li .txt .p2 { font-size:16px; line-height: 1.5; margin-top:15px; color:#333; }

@media all and (max-width:1200px){
	.goBox03 { padding:60px 0; }
	.goBox03 .bd { margin-top:40px; }

	.goBox03 .bd ul li:nth-child(n + 2) { margin-top:40px; }
	.goBox03 .bd ul li .pic { width:48%; }
	.goBox03 .bd ul li .txt { width:48%; }
	.goBox03 .bd ul li .txt .p1 { font-size:20px; }
	.goBox03 .bd ul li .txt .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:900px){
	.goBox03 { padding:40px 0; }
	.goBox03 .bd { margin-top:30px; }
	.goBox03 .bd ul li { display:block; }
	.goBox03 .bd ul li:nth-child(n + 2) { margin-top:20px; }
	.goBox03 .bd ul li .pic { width:100%; }
	.goBox03 .bd ul li .txt { width:100%; margin-top:15px; }
	.goBox03 .bd ul li .txt .p1 { font-size:16px; }
	.goBox03 .bd ul li .txt .p2 { font-size:14px; margin-top:10px; }
}

.goBox04 { padding:80px 0; background:#f9f9f9; }
.goBox04 .bd { margin:30px auto 0; max-width:900px; }
.goBox04 .bd .bd01 { font-size:20px; color:#3d3d3d; line-height:1.5; text-align:center; }
.goBox04 .bd .bd02 { margin-top:35px; }
.goBox04 .bd .bd02 ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.goBox04 .bd .bd02 ul li { padding:25px; width:48.5%; border-radius: 15px; box-shadow: 0 5px 15px #0000001a; }
.goBox04 .bd .bd02 ul li .p1 { color: #3b2e7e; font-size:24px; font-weight:bold; }
.goBox04 .bd .bd02 ul li .p2 { color: #333; font-size:16px; margin-top:15px; }

@media all and (max-width:1200px){
	.goBox04 { padding:60px 0; }
	.goBox04 .bd { margin:30px auto 0; }
	.goBox04 .bd .bd01 { font-size:16px; }
	.goBox04 .bd .bd02 { margin-top:30px; }
	.goBox04 .bd .bd02 ul li { padding:25px 20px; width:48.5%; }
	.goBox04 .bd .bd02 ul li .p1 { font-size:20px; }
	.goBox04 .bd .bd02 ul li .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:900px){
	.goBox04 { padding:40px 0; }
	.goBox04 .bd { margin:20px auto 0; }
	.goBox04 .bd .bd01 { font-size:14px; }
	.goBox04 .bd .bd02 { margin-top:30px; }
	.goBox04 .bd .bd02 ul li { padding:25px 4%; width:100%; }
	.goBox04 .bd .bd02 ul li:nth-child(n + 2) { margin-top:20px; }
	.goBox04 .bd .bd02 ul li .p1 { font-size:16px; }
	.goBox04 .bd .bd02 ul li .p2 { font-size:14px; margin-top:10px; }
}

.goBox05 { padding:80px 0;  }
.goBox05 .bd { margin:30px auto 0; max-width:900px; }
.goBox05 .bd .bd01 { font-size:20px; color:#3d3d3d; line-height:1.5; text-align:center; }
.goBox05 .bd .bd02 { margin-top:35px; }
.goBox05 .bd .bd02 ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.goBox05 .bd .bd02 ul li:nth-child(n + 2) { margin-top:20px; }
.goBox05 .bd .bd02 ul li { padding:25px; border-radius: 15px; background-color: #f9f9f9; }
.goBox05 .bd .bd02 ul li .p1 { color: #3b2e7e; font-size:24px; font-weight:bold; }
.goBox05 .bd .bd02 ul li .p2 { color: #333; font-size:16px; margin-top:15px; }

@media all and (max-width:1200px){
	.goBox05 { padding:60px 0; }
	.goBox05 .bd { margin:30px auto 0; }
	.goBox05 .bd .bd01 { font-size:16px; }
	.goBox05 .bd .bd02 { margin-top:30px; }
	.goBox05 .bd .bd02 ul li { padding:25px 20px; }
	.goBox05 .bd .bd02 ul li .p1 { font-size:20px; }
	.goBox05 .bd .bd02 ul li .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:900px){
	.goBox05 { padding:40px 0; }
	.goBox05 .bd { margin:20px auto 0; }
	.goBox05 .bd .bd01 { font-size:14px; }
	.goBox05 .bd .bd02 { margin-top:30px; }
	.goBox05 .bd .bd02 ul li { padding:25px 4%; width:100%; }
	.goBox05 .bd .bd02 ul li .p1 { font-size:16px; }
	.goBox05 .bd .bd02 ul li .p2 { font-size:14px; margin-top:10px; }
}

.goBox06 { padding: 80px 0; background-color: #3b2e7e; color: #fff; text-align: center; }
.goBox06 .hd { font-size:40px; font-weight: 700; line-height: 1.2; }
.goBox06 .bd { font-size:18px; max-width:700px; margin:20px auto 0; }
.goBox06 .bd01 { margin-top:30px; }
.goBox06 .bd01 a { display: inline-block; background-color: #ff3e6c; color: #fff; padding: 12px 30px; border-radius: 30px; font-size: 18px; font-weight: 600; transition: transform .3s; }
.goBox06 .bd01 a:hover { transform: translateY(-3px); }

@media all and (max-width:1200px){
	.goBox06 { padding:60px 0; }
	.goBox06 .hd { font-size:30px; }
	.goBox06 .bd { font-size:16px; }
	.goBox06 .bd01 { margin-top:30px; }
	.goBox06 .bd01 a { padding: 10px 25px; font-size: 16px; }
}
@media all and (max-width:900px){
	.goBox06 { padding:40px 0; }
	.goBox06 .hd { font-size:20px; }
	.goBox06 .bd { font-size:14px; }
	.goBox06 .bd01 { margin-top:30px; }
	.goBox06 .bd01 a { padding: 10px 20px; font-size: 14px; }
}


.conBox01 { padding:80px 0; }
.conBox01 .bd { margin-top:45px; }
.conBox01 .bd ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between;  }
.conBox01 .bd ul li { width:23%; padding:30px; text-align: center; background-color: #f9f9f9; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); border-radius:15px; overflow:hidden; transition: all 0.3s ease; }
.conBox01 .bd ul li .p1 { width: 80px; height: 80px; background: linear-gradient(135deg,#5E35B1 0%, #2A2A72 100%); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.conBox01 .bd ul li .p1 img { max-height:40px; width:auto; }
.conBox01 .bd ul li .p2 { font-family: 'Nunito', sans-serif; font-weight: 700; font-size:24px; margin-top:20px; color: #5E35B1; }
.conBox01 .bd ul li .p3 { font-size:16px; margin-top:10px; color: #333; }
.conBox01 .bd ul li .p4 { font-size:16px; color: #00ACC1; font-weight: 700; margin-top: 20px; }
.conBox01 .bd ul li .p4 a { color: #00ACC1; }

.conBox01 .bd ul li:hover { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
	
@media all and (max-width:1200px){
	.conBox01 { padding:60px 0; }
	.conBox01 .bd { margin-top:40px; }
	.conBox01 .bd ul li { width:23%; padding:30px 15px; }
	.conBox01 .bd ul li .p1 { width: 60px; height: 60px; }
	.conBox01 .bd ul li .p1 img { max-height:30px; }
	.conBox01 .bd ul li .p2 { font-size:20px; margin-top:15px; }
	.conBox01 .bd ul li .p3 { font-size:14px; margin-top:10px;  }
	.conBox01 .bd ul li .p4 { font-size:16px; margin-top: 15px; }
}
@media all and (max-width:900px){
	.conBox01 { padding:40px 0; }
	.conBox01 .bd { margin-top:30px; }
	
	.conBox01 .bd ul li { width:100%; padding:30px 4%; }
	.conBox01 .bd ul li:nth-child(n + 2) { margin-top:20px; }
	.conBox01 .bd ul li .p1 { width: 40px; height: 40px; }
	.conBox01 .bd ul li .p1 img { max-height:20px; }
	.conBox01 .bd ul li .p2 { font-size:16px; margin-top:10px; }
	.conBox01 .bd ul li .p3 { font-size:14px; margin-top:10px;  }
	.conBox01 .bd ul li .p4 { font-size:14px; margin-top: 10px; }
}

.conBox02 { padding:80px 0; background:#f9f9f9; }
.conBox02 .bd { margin-top:40px; } 
.conBox02 .bd form { margin:0 auto; max-width:800px; } 
.conBox02 .bd form ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between;  }
.conBox02 .bd form ul li { width:48%; }
.conBox02 .bd form ul li.li02 { width:100%; }
.conBox02 .bd form ul li:nth-child(n + 3) { margin-top:4%; }
.conBox02 .bd form ul li .p1 { font-size:18px; font-weight: 600; margin-bottom: 10px; color:#2A2A72; }
.conBox02 .bd form ul li .p2 .text { width:100%; padding: 15px; border: 1px solid #e0e0e0; border-radius: 10px; font-family: 'Quicksand', sans-serif; font-size:16px;  transition: all 0.3s ease; background:#fff; }
.conBox02 .bd form ul li .p2 select { width:100%; padding: 15px; border: 1px solid #e0e0e0; border-radius: 10px; font-family: 'Quicksand', sans-serif; font-size:16px;  transition: all 0.3s ease; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url(ico01.png) no-repeat center right #fff; }
.conBox02 .bd form ul li .p2 .textarea { width:100%; height:130px; padding: 15px; border: 1px solid #e0e0e0; border-radius: 10px; font-family: 'Quicksand', sans-serif; font-size:16px;  transition: all 0.3s ease; background:#fff; }
.conBox02 .bd form ul .btn01 { width:100%; margin-top:40px; color:#fff; background: linear-gradient(135deg,#5E35B1 0%,#2A2A72 100%); border-radius: 30px; padding:15px 0; font-size:18px; font-weight: 700; transition: all 0.3s ease;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); cursor: pointer; }

.conBox02 .bd form ul .btn01:hover { transform: translateY(-5px);  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }

.conBox02 .bd form ul li .p2 input:focus,.conBox02 .bd form ul li .p2 select:focus,.conBox02 .bd form ul li .p2 textarea:focus { outline: none; border-color:#00ACC1; box-shadow: 0 0 0 2px rgba(0, 172, 193, 0.2); }

@media all and (max-width:1200px){
	.conBox02 { padding:60px 0; }
}
@media all and (max-width:900px){
	.conBox02 { padding:40px 0; }
	.conBox02 .bd { margin-top:30px; } 
	.conBox02 .bd form ul li { width:48%; }
	.conBox02 .bd form ul li.li02 { width:100%; }
	.conBox02 .bd form ul li:nth-child(n + 3) { margin-top:4%; }
	.conBox02 .bd form ul li .p1 { font-size:14px; }
	.conBox02 .bd form ul li .p2 .text { padding: 10px; font-size:14px; }
	.conBox02 .bd form ul li .p2 select { padding: 10px; font-size:14px;  }
	.conBox02 .bd form ul li .p2 .textarea { height:120px; padding: 10px; font-size:14px; }
	.conBox02 .bd form ul .btn01 { margin-top:30px; padding:10px 0; font-size:16px; }
}
@media all and (max-width:750px){
	.conBox02 { padding:40px 0; }
	.conBox02 .bd { margin-top:30px; } 
	.conBox02 .bd form ul li { width:100%; }
	.conBox02 .bd form ul li.li02 { width:100%; }
	.conBox02 .bd form ul li:nth-child(n + 2) { margin-top:15px; }
	.conBox02 .bd form ul li .p1 { font-size:14px; }
	.conBox02 .bd form ul li .p2 .text { padding: 10px; font-size:14px; }
	.conBox02 .bd form ul li .p2 select { padding: 10px; font-size:14px;  }
	.conBox02 .bd form ul li .p2 .textarea { height:120px; padding: 10px; font-size:14px; }
	.conBox02 .bd form ul .btn01 { margin-top:20px; padding:10px 0; font-size:16px; }
}

.conBox03 { padding-bottom:80px; background:#f9f9f9; }
.conBox03 .bd { margin-top:40px; } 
.conBox03 .bd ul { max-width:800px; margin:0 auto; }
.conBox03 .bd ul li { border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); background:#fff; } 
.conBox03 .bd ul li:nth-child(n + 2) { margin-top:20px; } 
.conBox03 .bd ul li .p1 { padding:20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: all 0.3s ease; } 
.conBox03 .bd ul li .p1 p { width:calc(100% - 50px); font-size:18px; color:#2A2A72; font-weight: 700; font-family: 'Nunito', sans-serif; } 
.conBox03 .bd ul li .p1 i { display:inline-block; width:20px; height:20px; background:url(ico02.png) no-repeat center;  transition: all 0.3s ease; } 
.conBox03 .bd ul li .p2 { padding:0 20px; font-size:16px; color:#333; background:#fff; max-height: 0;  overflow: hidden; transition: all 0.3s ease; } 

.conBox03 .bd ul li.on .p1 { background-color: #f5f5f5; }
.conBox03 .bd ul li.on .p1 i { transform: rotate(45deg); }
.conBox03 .bd ul li.on .p2 { padding:20px; max-height: 1000px; }
 

@media all and (max-width:1200px){
	.conBox03 { padding-bottom:60px; }
}
@media all and (max-width:900px){
	.conBox03 { padding-bottom:40px;  }
	.conBox03 .bd { margin-top:30px; } 
	.conBox03 .bd ul li:nth-child(n + 2) { margin-top:15px; } 
	.conBox03 .bd ul li .p1 { padding:15px 4%; } 
	.conBox03 .bd ul li .p1 p { width:calc(100% - 40px); font-size:16px; } 
 
	.conBox03 .bd ul li .p2 { padding:0 4%; font-size:14px; } 
 
	.conBox03 .bd ul li.on .p2 { padding:20px 4%; }
}

.conBox04 { padding:80px 0; background: linear-gradient(135deg,#2A2A72 0%, #5E35B1 100%); }
.conBox04 .show-hd .p1 { color:#fff; }
.conBox04 .show-hd .p2 { background:#FFC107; }
.conBox04 .show-hd .p3 { color:#fff; max-width:700px; }
.conBox04 .bd { margin-top:35px; text-align:center; font-size:0; display:flex; flex-wrap: wrap; gap: 30px; flex-direction:row; justify-content:center; }
.conBox04 .bd a { width: 70px; height: 70px; background-color: rgba(255, 255, 255, 0.1); border-radius: 50%;  display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; }
.conBox04 .bd a img { max-height:35px; width:auto; }

.conBox04 .bd a:hover { background:#FFC107; }

@media all and (max-width:1200px){
	.conBox04 { padding:60px 0; }
	.conBox04 .bd { margin-top:35px; gap: 20px; }
	.conBox04 .bd a { width: 60px; height: 60px; }
	.conBox04 .bd a img { max-height:30px; }
}
@media all and (max-width:900px){
	.conBox04 { padding:40px 0; }
	.conBox04 .bd { margin-top:30px; gap: 20px; }
	.conBox04 .bd a { width: 50px; height: 50px; }
	.conBox04 .bd a img { max-height:25px; }
}
@media all and (max-width:750px){
	.conBox04 .bd { max-width:260px; margin:30px auto 0; }
}

.abBox01 { padding:80px 0; }
.abBox01 .bd { margin-top:60px; } 
.abBox01 .bd ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.abBox01 .bd ul li { width:23.5%; background-color: #f9f9f9; border-radius: 15px; padding: 30px; text-align: center; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; }
.abBox01 .bd ul li .p1 { width: 80px; height: 80px; background: linear-gradient(135deg,#5E35B1 0%, #2A2A72 100%); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.abBox01 .bd ul li .p1 img { max-height:40px; width:auto; }
.abBox01 .bd ul li .p2 { font-family: 'Nunito', sans-serif; font-weight: 700; font-size:24px; margin-top:20px;  color:#5E35B1; }
.abBox01 .bd ul li .p3 { font-size:16px; color:#212121; margin-top:15px; }

.abBox01 .bd ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

@media all and (max-width:1200px){
	.abBox01 { padding:60px 0; }
	.abBox01 .bd { margin-top:40px; } 
	.abBox01 .bd ul li { width:23.5%; padding:30px 15px; }
	.abBox01 .bd ul li .p1 { width:60px; height: 60px; }
	.abBox01 .bd ul li .p1 img { max-height:30px; }
	.abBox01 .bd ul li .p2 { font-size:20px; margin-top:15px; }
	.abBox01 .bd ul li .p3 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:900px){
	.abBox01 { padding:40px 0; }
	.abBox01 .bd { margin-top:30px; } 
	.abBox01 .bd ul li { width:100%; padding:30px 4%; }
	.abBox01 .bd ul li:nth-child(n + 2) { margin-top:20px; }
	.abBox01 .bd ul li .p1 { width:50px; height: 50px; }
	.abBox01 .bd ul li .p1 img { max-height:25px; }
	.abBox01 .bd ul li .p2 { font-size:18px; margin-top:10px; }
	.abBox01 .bd ul li .p3 { font-size:14px; margin-top:10px; }
}

.abBox02 { padding:80px 0; background:#f9f9f9; }
.abBox02 .bd { margin-top:40px; }
.abBox02 .bd ul li { float:left; width:18.5%; margin-right:1.875%; border-radius:10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); overflow:hidden; transition: all 0.3s ease; }
.abBox02 .bd ul li:nth-child(5n) { margin-right:0; }
.abBox02 .bd ul li:nth-child(n + 6) { margin-top:1.875%; }

.abBox02 .bd ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

@media all and (max-width:1200px){
	.abBox02 { padding:60px 0; }
}
@media all and (max-width:900px){
	.abBox02 { padding:40px 0; }
	.abBox02 .bd { margin-top:30px; }
	.abBox02 .bd ul li { float:left; width:32%; margin-right:2%; }
	.abBox02 .bd ul li:nth-child(5n) { margin-right:2%; }
	.abBox02 .bd ul li:nth-child(3n) { margin-right:0; }
	.abBox02 .bd ul li:nth-child(n + 4) { margin-top:2%; }	
}
@media all and (max-width:450px){
	.abBox02 .bd ul li { float:left; width:49%; margin-right:2%; }
	.abBox02 .bd ul li:nth-child(5n) { margin-right:2%; }
	.abBox02 .bd ul li:nth-child(3n) { margin-right:2%; }
	.abBox02 .bd ul li:nth-child(2n) { margin-right:0; }
	.abBox02 .bd ul li:nth-child(n + 3) { margin-top:2%; }	
}

.abBox03 { padding: 80px 0; background: linear-gradient(135deg, #2A2A72 0%, #5E35B1 100%); text-align:center; }
.abBox03 a { display: inline-block; background-color:#FFC107; color:#202020; padding: 15px 70px; border-radius: 30px; font-size:18px;  font-weight: 700; transition: all 0.3s ease;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

.abBox03 a:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
 
@media all and (max-width:1200px){
	.abBox03 { padding: 60px 0; }
	.abBox03 a { padding: 10px 40px; font-size:16px; }
}
@media all and (max-width:900px){
	.abBox03 { padding: 40px 0; }
	.abBox03 a { padding: 10px 30px; font-size:14px; }
}

.lin-hd { text-align:center; }
.lin-hd .p1 { font-size:36px; line-height:1.2; color:#333; font-family: 'Nunito', sans-serif;  font-weight: 800; }
.lin-hd .p2 { width: 80px; height: 4px; margin:15px auto 0; background: linear-gradient(90deg, #00ACC1, #5E35B1);  border-radius: 2px; display:none; }
.lin-hd .p3 { font-size:20px; margin-top:15px; color:#6d6c6c; max-width: 800px; margin-left:auto; margin-right:auto; word-wrap:break-word; }

@media all and (max-width:1200px){
	.lin-hd .p1 { font-size:30px;  }
	.lin-hd .p2 { width: 80px; height: 3px; margin:15px auto 0; }
	.lin-hd .p3 { font-size:18px; margin-top:10px; }
}
@media all and (max-width:900px){
	.lin-hd .p1 { font-size:20px;  }
	.lin-hd .p2 { width:60px; height:2px; margin:10px auto 0; }
	.lin-hd .p3 { font-size:14px; margin-top:10px; }
}


.lgBox01 { padding:80px 0; background:#f9f9f9; }

.lgBox11 .lin-hd .p3 { color:#333; }
.lgBox11 .bd { margin-top:50px; }
.lgBox11 .bd ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox11 .bd ul li { width:23.5%; background:#fff; border-radius: 10px; padding: 30px; text-align: center; color:#333; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);  transition: all 0.3s ease; }
.lgBox11 .bd ul li .p1 { width: 80px;  height: 80px; background-color:#6a3de8; border-radius: 50%; display: flex; align-items: center; justify-content: center;  margin: 0 auto; }
.lgBox11 .bd ul li .p1 img { max-height:40px; width:auto; }
.lgBox11 .bd ul li .p2 { font-size:18px; margin-top:25px; font-weight: 700; line-height: 1.3; }
.lgBox11 .bd ul li .p3 { font-size:16px; margin-top:20px; }

.lgBox11 .bd ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

.lgBox11 .bd01 { margin-top:50px; font-size:19px; color:#333; }
.lgBox11 .bd01 img {  float:left; display:inline-block; width:535px; margin:0 25px 10px 0; }

.lgBox12 { margin-top:50px; }
.lgBox12 .hd { text-align:center; font-size:36px; color:#333; font-weight:800; }
.lgBox12 .bd { margin-top:40px; padding:0 2%; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.lgBox12 .bd .pic { width:47.5%; border-radius:15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); overflow:hidden; }
.lgBox12 .bd .txt { width:49%; }
.lgBox12 .bd .txt .p1 { font-size:28px; font-weight:bold; color:#3b2e7e; }
.lgBox12 .bd .txt .p2 { font-size:16px; margin-top:20px; color:#333; }

.lgBox13 { margin-top:50px; }
.lgBox13 .bd ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox13 .bd ul li { width:23.5%; background:#fff; border-radius: 10px; padding: 30px; text-align: center; color:#333; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);  transition: all 0.3s ease; }
.lgBox13 .bd ul li .p1 { width: 80px;  height: 80px; background-color:#6a3de8; border-radius: 50%; display: flex; align-items: center; justify-content: center;  margin: 0 auto; }
.lgBox13 .bd ul li .p1 img { max-height:40px; width:auto; }
.lgBox13 .bd ul li .p2 { font-size:18px; margin-top:25px; font-weight: 700; line-height: 1.3; }
.lgBox13 .bd ul li .p3 { font-size:16px; margin-top:20px; }

.lgBox13 .bd ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }


@media all and (max-width:1200px){
	.lgBox01 { padding:60px 0; }
	
	.lgBox11 .bd01 { margin-top:40px; font-size:16px; }
	.lgBox11 .bd01 img { float:left; display:inline-block; width:45%; margin:0 20px 10px 0; }

	.lgBox11 .bd { margin-top:40px; }
	.lgBox11 .bd ul li { width:23.5%; padding: 30px 15px; }
	.lgBox11 .bd ul li .p1 { width:60px;  height:60px; }
	.lgBox11 .bd ul li .p1 img { max-height:30px; }
	.lgBox11 .bd ul li .p2 { font-size:16px; margin-top:20px; }
	.lgBox11 .bd ul li .p3 { font-size:14px; margin-top:15px; }
 
	.lgBox12 { margin-top:40px; }
	.lgBox12 .hd { font-size:28px; }
	.lgBox12 .bd { margin-top:30px; padding:0; }
	.lgBox12 .bd .pic { width:47.5%; }
	.lgBox12 .bd .txt { width:49%; }
	.lgBox12 .bd .txt .p1 { font-size:20px; }
	.lgBox12 .bd .txt .p2 { font-size:14px; margin-top:15px; }
	
	.lgBox13 { margin-top:40px; }
	.lgBox13 .bd ul li { width:23.5%; padding: 30px 15px; }
	.lgBox13 .bd ul li .p1 { width:60px;  height:60px; }
	.lgBox13 .bd ul li .p1 img { max-height:30px; }
	.lgBox13 .bd ul li .p2 { font-size:16px; margin-top:20px; }
	.lgBox13 .bd ul li .p3 { font-size:14px; margin-top:15px; }
	
}
@media all and (max-width:900px){
	.lgBox01 { padding:40px 0; }
	
	.lgBox11 .bd01 { margin-top:30px; font-size:14px; }
	
	.lgBox11 .bd { margin-top:30px; }
	.lgBox11 .bd ul li { width:100%; padding: 30px 4%; }
	.lgBox11 .bd ul li:nth-child(n + 2) { margin-top:15px; }	
	.lgBox11 .bd ul li .p1 { width:50px;  height:50px; }
	.lgBox11 .bd ul li .p1 img { max-height:25px; }
	.lgBox11 .bd ul li .p2 { font-size:16px; margin-top:15px; }
	.lgBox11 .bd ul li .p3 { font-size:14px; margin-top:10px; }
 
	.lgBox12 { margin-top:40px; }
	.lgBox12 .hd { font-size:20px; }
	.lgBox12 .bd { margin-top:30px; padding:0; }
	.lgBox12 .bd .pic { width:100%; }
	.lgBox12 .bd .txt { width:100%; margin-top:25px; }
	.lgBox12 .bd .txt .p1 { font-size:18px; }
	.lgBox12 .bd .txt .p2 { font-size:14px; margin-top:10px; }
	
	.lgBox13 { margin-top:30px; }
	.lgBox13 .bd ul li { width:100%; padding: 30px 4%; }
	.lgBox13 .bd ul li:nth-child(n + 2) { margin-top:15px; }	
	.lgBox13 .bd ul li .p1 { width:50px;  height:50px; }
	.lgBox13 .bd ul li .p1 img { max-height:25px; }
	.lgBox13 .bd ul li .p2 { font-size:16px; margin-top:15px; }
	.lgBox13 .bd ul li .p3 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.lgBox11 .bd01 img { float:none; display:block; width:100%; margin:0 0 15px 0; }
}

.lgBox14 { margin-top:50px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox14 .pic { width:550px; }
.lgBox14 .pic .pic01 { overflow:hidden; }
.lgBox14 .pic .pic01 img { transition: all 0.6s; object-fit: cover; }
.lgBox14 .pic .pic02 { text-align:center; margin-top:20px; font-weight:bold; line-height:1.2; }
.lgBox14 .pic .pic02 .p1 { font-size:24px; }
.lgBox14 .pic .pic02 .p2 { font-size:18px; margin-top:10px; }
 
.lgBox14 .txt { width:calc(100% - 600px); font-size:16px; line-height:26px; padding-top:30px; }
.lgBox14 .txt p { position:relative; padding-left:15px; }
.lgBox14 .txt p.a1:before { position:absolute; display:block; left:0; top:10px; width:6px; height:6px; background:#332a7e; border-radius:100%; display:block; content:""; z-index:2;  }

.lgBox14 .pic .pic01:hover img { transform: scale(1.1)!important; }

@media all and (max-width:1200px){
	.lgBox14 { margin-top:40px; }
	.lgBox14 .pic { width:45%; }
	.lgBox14 .pic .pic02 { margin-top:15px; }
	.lgBox14 .pic .pic02 .p1 { font-size:20px; }
	.lgBox14 .pic .pic02 .p2 { font-size:16px; margin-top:10px; }
	 
	.lgBox14 .txt { width:50%; font-size:14px; line-height:25px; padding-top:20px; }
	.lgBox14 .txt p { padding-left:15px; }
	.lgBox14 .txt p.a1:before { top:9px; width:6px; height:6px; }
}
@media all and (max-width:900px){
	.lgBox14 { margin-top:30px; }
	.lgBox14 .pic { width:100%; }
	.lgBox14 .pic .pic02 { margin-top:15px; }
	.lgBox14 .pic .pic02 .p1 { font-size:18px; }
	.lgBox14 .pic .pic02 .p2 { font-size:14px; margin-top:10px; }
	 
	.lgBox14 .txt { width:100%; font-size:14px; line-height:25px; padding-top:25px; }
	.lgBox14 .txt p { padding-left:15px; }
	.lgBox14 .txt p.a1:before { top:9px; width:6px; height:6px; }
}
@media all and (max-width:750px){
	
}


.lgBox02 { padding:80px 0; }
.lgBox02 .lin-hd .p3 { max-width:100%;  }
.lgBox02 .bd { margin-top:50px; }
.lgBox02 .bd ul { display:flex; flex-wrap: wrap;  flex-direction:row; }
.lgBox02 .bd ul li { width:31.5%; margin-right:2.75%; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; }
.lgBox02 .bd ul li:nth-child(3n) { margin-right:0; }
.lgBox02 .bd ul li:nth-child(n + 4) { margin-top:2.75%; }
.lgBox02 .bd ul li .p1 { width: 70px; height: 70px; background-color:#6a3de8; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lgBox02 .bd ul li .p1 img { max-height:35px; width:auto; }
.lgBox02 .bd ul li .p2 { margin-top:20px; font-size:18px; font-weight: 700; line-height: 1.3; color:#000; }
.lgBox02 .bd ul li .p3 { margin-top:20px; font-size:16px; color:#333; }
.lgBox02 .bd ul li .p4 { margin-top:20px; }
.lgBox02 .bd ul li .p4 p { position: relative; padding-left: 25px; font-size:16px; line-height:25px; }
.lgBox02 .bd ul li .p4 p:before { position: absolute; left:0; top:0; width:16px; height:25px; background:url(ico03.png) no-repeat center left; display:blcok ;content:""; z-index:2; }
.lgBox02 .bd ul li .p4 p:nth-child(n + 2) { margin-top:10px; }

.lgBox02 .bd ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

@media all and (max-width:1200px){
	.lgBox02 { padding:60px 0; }
	.lgBox02 .bd { margin-top:40px; }
	.lgBox02 .bd ul li { width:32%; margin-right:2%; padding: 30px 15px; }
	.lgBox02 .bd ul li:nth-child(3n) { margin-right:0; }
	.lgBox02 .bd ul li:nth-child(n + 4) { margin-top:2%; }
	.lgBox02 .bd ul li .p1 { width: 60px; height: 60px; }
	.lgBox02 .bd ul li .p1 img { max-height:30px; }
	.lgBox02 .bd ul li .p2 { margin-top:15px; font-size:18px; }
	.lgBox02 .bd ul li .p3 { margin-top:15px; font-size:14px; }
	.lgBox02 .bd ul li .p4 { margin-top:15px; }
	.lgBox02 .bd ul li .p4 p { padding-left: 25px; font-size:14px; line-height:25px; }
	.lgBox02 .bd ul li .p4 p:before { width:16px; height:25px; }
	.lgBox02 .bd ul li .p4 p:nth-child(n + 2) { margin-top:5px; }
}
@media all and (max-width:900px){
	.lgBox02 { padding:40px 0; }
	.lgBox02 .bd { margin-top:30px; }
	.lgBox02 .bd ul li { width:49%; margin-right:2%; padding: 30px 15px; }
	.lgBox02 .bd ul li:nth-child(3n) { margin-right:2%; }
	.lgBox02 .bd ul li:nth-child(2n) { margin-right:0; }
	.lgBox02 .bd ul li:nth-child(n + 3) { margin-top:2%; }
	.lgBox02 .bd ul li .p1 { width: 50px; height: 50px; }
	.lgBox02 .bd ul li .p1 img { max-height:25px; }
}
@media all and (max-width:750px){
	.lgBox02 { padding:40px 0; }
	.lgBox02 .bd { margin-top:30px; }
	.lgBox02 .bd ul li { width:100%; margin-right:0; padding: 30px 4%; }
	.lgBox02 .bd ul li:nth-child(3n) { margin-right:0; }
	.lgBox02 .bd ul li:nth-child(2n) { margin-right:0; }
	.lgBox02 .bd ul li:nth-child(n + 2) { margin-top:15px; }
}

.lgBox03 { padding:80px 0; background:#f9f9f9 }
.lgBox03 .lin-hd .p1 { color:#333; }
.lgBox03 .lin-hd .p3 { max-width:100%; }
.lgBox03 .bd { margin-top:50px; }
.lgBox03 .bd ul { display:flex; flex-wrap: wrap;  flex-direction:row; }
.lgBox03 .bd ul li { width:32%; margin-right:2%; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); display: flex; align-items: flex-start; transition: all 0.3s ease; }
.lgBox03 .bd ul li:nth-child(3n) { margin-right:0; }
.lgBox03 .bd ul li:nth-child(n + 4) { margin-top:2%; }
.lgBox03 .bd ul li .pic { width: 60px; height: 60px; background-color:#6a3de8; border-radius: 50%; display: flex;  align-items: center; justify-content: center; margin-right: 20px; flex-shrink: 0; }
.lgBox03 .bd ul li .pic img { max-height:30px; width:auto; }
.lgBox03 .bd ul li .txt .p1 { font-size:18px; color:#000; font-weight: 700; line-height:1.3; }
.lgBox03 .bd ul li .txt .p2 { font-size:16px; color:#333; margin-top:10px; }

.lgBox03 .bd ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

@media all and (max-width:1200px){
	.lgBox03 { padding:60px 0; }
	.lgBox03 .bd { margin-top:40px; }
	.lgBox03 .bd ul li { width:32%; margin-right:2%; padding: 30px 15px; }
	.lgBox03 .bd ul li:nth-child(3n) { margin-right:0; }
	.lgBox03 .bd ul li:nth-child(n + 4) { margin-top:2%; }
	.lgBox03 .bd ul li .pic { width:50px; height: 50px; }
	.lgBox03 .bd ul li .pic img { max-height:25px; }
	.lgBox03 .bd ul li .txt .p1 { font-size:18px; }
	.lgBox03 .bd ul li .txt .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:900px){
	.lgBox03 { padding:40px 0; }
	.lgBox03 .bd { margin-top:30px; }
	.lgBox03 .bd ul li { width:32%; margin-right:2%; padding: 30px 15px; }
	.lgBox03 .bd ul li:nth-child(3n) { margin-right:0; }
	.lgBox03 .bd ul li:nth-child(n + 4) { margin-top:2%; }
	.lgBox03 .bd ul li { display:block; }
	.lgBox03 .bd ul li .pic { width:50px; height: 50px; margin-right:0; }
	.lgBox03 .bd ul li .pic img { max-height:25px; }
	.lgBox03 .bd ul li .txt { margin-top:10px; }
	.lgBox03 .bd ul li .txt .p1 { font-size:18px; }
	.lgBox03 .bd ul li .txt .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.lgBox03 .bd ul li { width:100%; margin-right:0; padding: 30px 4%; }
	.lgBox03 .bd ul li:nth-child(n + 2) { margin-top:15px; }
}

.lgBox04 { padding:80px 0; color:#fff; background:linear-gradient(135deg, #6a3de8 0%, #8b5cf6 100%); }
.lgBox04 .lin-hd .p1 { color:#fff; }
.lgBox04 .lin-hd .p3 { color:#fff; max-width:100%; }

.lgBox41 { margin-top:45px; background-color: rgba(255, 255, 255, 0.1); border-radius: 15px; padding: 30px; backdrop-filter: blur(10px); }
.lgBox41 .hd ul { display: flex; justify-content: center; flex-wrap: wrap; }
.lgBox41 .hd ul li { padding:0 20px; line-height:40px; margin-right:20px; font-size:18px; font-weight: 600; cursor: pointer; border-radius: 50px; transition: all 0.3s ease; }
.lgBox41 .hd ul li:last-child { margin-right:0; }
.lgBox41 .hd ul li.on { background:#fff; color:#6a3de8; }

.lgBox41 .bd { margin-top:30px; }

@media all and (max-width:1200px){
	.lgBox04 { padding:60px 0; }
 
	.lgBox41 { margin-top:40px; padding: 30px 15px; }
	.lgBox41 .hd ul li { padding:0 15px; line-height:35px; margin-right:10px; font-size:16px; }
	.lgBox41 .hd ul li:last-child { margin-right:0; }
 
	.lgBox41 .bd { margin-top:30px; }
}
@media all and (max-width:900px){
	.lgBox04 { padding:40px 0; }
 
	.lgBox41 { margin-top:30px; padding: 30px 4%; }
	.lgBox41 .hd ul li { padding:0 10px; line-height:35px; margin-right:5px; font-size:14px; }
	.lgBox41 .hd ul li:last-child { margin-right:0; }
 
	.lgBox41 .bd { margin-top:30px; }
}
@media all and (max-width:600px){
	.lgBox41 .hd ul li { width:49%; padding:0; margin-right:2%; text-align:center; background:rgba(255,255,255,0.2);  }
	.lgBox41 .hd ul li:nth-child(2n) { margin-right:0;  }
	.lgBox41 .hd ul li:nth-child(n + 3) { margin-top:2%;  }
}

.lgBox41 .bd01 ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox41 .bd01 ul li { width:49%; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  transition: all 0.3s ease; }
.lgBox41 .bd01 ul li .pic { position:relative; overflow:hidden; }
.lgBox41 .bd01 ul li .pic img { transition: all 0.6s; object-fit: cover; }
.lgBox41 .bd01 ul li:hover .pic img { transform: scale(1.1)!important; }
 

.lgBox41 .bd01 ul li .pic p { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:63px; height:63px; background:url(ico04.png) no-repeat center; background-size:100% 100%; cursor:pointer; border-radius:100%; z-index:5; transition: all 0.3s ease; }
.lgBox41 .bd01 ul li .txt { padding:20px; }
.lgBox41 .bd01 ul li .txt .p1 { font-size:18px; font-weight: 700; line-height: 1.3; }
.lgBox41 .bd01 ul li .txt .p2 { font-size:16px; margin-top:15px; }
.lgBox41 .bd01 ul li .txt .p3 { font-size:16px; margin-top:15px; text-align:center; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox41 .bd01 ul li .txt .p3 p { width:48%; }
.lgBox41 .bd01 ul li .txt .p3 p span { font-weight:bold; margin-bottom:10px; }
.lgBox41 .bd01 ul li .txt .p3 p img { border-radius: 10px; }
.lgBox41 .bd01 ul li .txt .p4 { margin-top:15px; }
.lgBox41 .bd01 ul li .txt .p4 i { display:inline-block; background-color: rgba(255, 255, 255, 0.2); line-height:35px; padding:0 15px; border-radius: 50px; margin-right: 10px; margin-bottom: 10px; font-size:16px; }
.lgBox41 .bd01 ul li .txt .p5 { margin-top:15px; display:flex; flex-wrap: wrap;  flex-direction:row; }
.lgBox41 .bd01 ul li .txt .p5 p { width:23.5%; margin-right:2%;  border-radius:10px; overflow:hidden; }
.lgBox41 .bd01 ul li .txt .p5 p:last-child { margin-right:0; }

.lgBox41 .bd01 ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); }
.lgBox41 .bd01 ul li .pic p:hover { transform: translate(-50%, -50%) scale(1.1); }

@media all and (max-width:1200px){
	.lgBox41 .bd01 ul li { width:49%; }
	.lgBox41 .bd01 ul li .pic p { width:50px; height:50px; }
	.lgBox41 .bd01 ul li .txt { padding:20px 15px; }
	.lgBox41 .bd01 ul li .txt .p1 { font-size:16px; }
	.lgBox41 .bd01 ul li .txt .p2 { font-size:14px; margin-top:10px; }
	.lgBox41 .bd01 ul li .txt .p3 { font-size:14px; margin-top:10px; }
	.lgBox41 .bd01 ul li .txt .p4 { margin-top:10px; }
	.lgBox41 .bd01 ul li .txt .p4 i { line-height:30px; padding:0 10px; margin-right: 10px; margin-bottom: 10px; font-size:14px; }
	.lgBox41 .bd01 ul li .txt .p5 { margin-top:10px; }
}
@media all and (max-width:900px){
	.lgBox41 .bd01 ul li { width:100%; }
	.lgBox41 .bd01 ul li:nth-child(n + 2) { margin-top:15px; }
}

.lgBox41 .bd02 ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox41 .bd02 ul li { width:49%; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  transition: all 0.3s ease; }
.lgBox41 .bd02 ul li .pic { position:relative; padding: 20px; background-color: rgba(0, 0, 0, 0.2); }
.lgBox41 .bd02 ul li .pic .pic01:nth-child(n + 2) { margin-top:15px; }
.lgBox41 .bd02 ul li .pic .p1 { font-size:18px; color:#fff; font-weight: 600; margin-bottom:10px; }
.lgBox41 .bd02 ul li .pic .p2 { border-radius:10px; overflow:hidden; font-size:0; cursor:pointer; }
.lgBox41 .bd02 ul li .pic .p2 audio { width:100%; }
 
.lgBox41 .bd02 ul li .txt { padding:20px; }
.lgBox41 .bd02 ul li .txt .p1 { font-size:18px; font-weight: 700; line-height: 1.3; }
.lgBox41 .bd02 ul li .txt .p2 { font-size:16px; margin-top:15px; }
.lgBox41 .bd02 ul li .txt .p3 { font-size:16px; margin-top:15px; text-align:center; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox41 .bd02 ul li .txt .p4 { margin-top:15px; }
.lgBox41 .bd02 ul li .txt .p4 i { display:inline-block; background-color: rgba(255, 255, 255, 0.2); line-height:35px; padding:0 15px; border-radius: 50px; margin-right: 10px; margin-bottom: 10px; font-size:16px; }

.lgBox41 .bd02 ul li:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); }
.lgBox41 .bd02 ul li .pic p:hover { transform: translate(-50%, -50%) scale(1.1); }

@media all and (max-width:1200px){
	.lgBox41 .bd02 ul li { width:49%; }
	.lgBox41 .bd02 ul li .pic { padding: 20px 15px; }
	.lgBox41 .bd02 ul li .pic .pic01:nth-child(n + 2) { margin-top:10px; }
	.lgBox41 .bd02 ul li .pic .p1 { font-size:16px; 600; margin-bottom:10px; }
 
	.lgBox41 .bd02 ul li .txt { padding:20px 15px; }
	.lgBox41 .bd02 ul li .txt .p1 { font-size:16px; }
	.lgBox41 .bd02 ul li .txt .p2 { font-size:14px; margin-top:10px; }
	.lgBox41 .bd02 ul li .txt .p3 { font-size:14px; margin-top:10px; }
	.lgBox41 .bd02 ul li .txt .p4 { margin-top:10px; }
	.lgBox41 .bd02 ul li .txt .p4 i { line-height:30px; padding:0 10px; margin-right: 10px; margin-bottom: 10px; font-size:14px; }
}
@media all and (max-width:900px){
	.lgBox41 .bd02 ul li { width:100%; }
	.lgBox41 .bd02 ul li:nth-child(n + 2) { margin-top:15px; }
}

 
.lgBox41 .bd04 .bddd { padding:20px; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  transition: all 0.3s ease; }
.lgBox41 .bd04 .pic { position:relative; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox41 .bd04 .pic p { width:32%; border-radius: 10px; overflow:hidden; }
 
.lgBox41 .bd04 .txt { margin-top:20px; }
.lgBox41 .bd04 .txt .p1 { font-size:18px; font-weight: 700; line-height: 1.3; }
.lgBox41 .bd04 .txt .p2 { font-size:16px; margin-top:15px; }
.lgBox41 .bd04 .txt .p3 { font-size:16px; margin-top:15px; text-align:center; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox41 .bd04 .pic01 { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content:center; align-items: center; margin-top: 20px; }
.lgBox41 .bd04 .pic01 p { margin:0 10px; }
.lgBox41 .bd04 .pic01 p:last-child { display:none; }
.lgBox41 .bd04 .pic01 p.p1 { max-width: 15%; text-align:center; }
.lgBox41 .bd04 .pic01 p.p1 span { font-size:16px; margin-bottom:10px; font-weight:bold; }

.lgBox41 .bd04 .pic { overflow:hidden; display:block; }
.lgBox41 .bd04 .pic .swiper-slide { border-radius: 10px; overflow:hidden; }
.lgBox41 .bd04 .pic .swiper-slide img { transition: all 0.6s; object-fit: cover; }
.lgBox41 .bd04 .pic .swiper-slide:hover img { transform: scale(1.1)!important; }
 
.lgBox41 .bd04 .pic ul li { float:left; width:16%; margin-right:0.8%; border-radius: 10px; overflow:hidden; } 
.lgBox41 .bd04 .pic ul li:nth-child(6n) { margin-right:0; } 
.lgBox41 .bd04 .pic ul li:nth-child(n + 7) { margin-top:0.8%; } 
.lgBox41 .bd04 .pic ul li img { transition: all 0.6s; object-fit: cover; }
.lgBox41 .bd04 .pic ul li:hover img { transform: scale(1.1)!important; }
 
 
 
@media all and (max-width:1200px){
	.lgBox41 .bd04 .bddd { padding:20px 15px; }

	.lgBox41 .bd04 .txt { margin-top:20px; }
	.lgBox41 .bd04 .txt .p1 { font-size:16px; }
	.lgBox41 .bd04 .txt .p2 { font-size:14px; margin-top:10px; }
	.lgBox41 .bd04 .txt .p3 { font-size:14px; margin-top:10px; }
	.lgBox41 .bd04 .pic01 { margin-top: 20px; }
	.lgBox41 .bd04 .pic01 p { margin:0 10px; }
	.lgBox41 .bd04 .pic01 p:last-child { display:none; }
	.lgBox41 .bd04 .pic01 p.p1 { max-width:25%; }
	.lgBox41 .bd04 .pic01 p.p1 span { font-size:14px; margin-bottom:10px; }
}
@media all and (max-width:900px){
	.lgBox41 .bd04 .pic01 { justify-content: space-between; }
	.lgBox41 .bd04 .pic01 p { margin:0; }
	.lgBox41 .bd04 .pic01 p.p1 { max-width:calc(33.33% - 15px); }
}


.lgBox05 { padding:80px 0; }
.lgBox05 .bd { margin-top:50px; }
.lgBox05 .bd ul { max-width:800px; margin:0 auto; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox05 .bd ul li { width:48.125%; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.lgBox05 .bd ul li .pic { width: 50px; height: 50px; background-color:#6a3de8; border-radius: 50%;  display: flex; align-items: center; justify-content: center; }
.lgBox05 .bd ul li .pic img { max-height:25px; width:auto; }
.lgBox05 .bd ul li .txt { width:calc(100% - 65px); }
.lgBox05 .bd ul li .txt .p1 { font-size:18px; color:#000; font-weight: 700;  line-height: 1.3; }
.lgBox05 .bd ul li .txt .p2 { font-size:16px; color:#333; margin-top:10px; }

@media all and (max-width:1200px){
	.lgBox05 { padding:60px 0; }
	.lgBox05 .bd { margin-top:40px; }
}
@media all and (max-width:900px){
	.lgBox05 { padding:40px 0; }
	.lgBox05 .bd { margin-top:30px; }
	
	.lgBox05 .bd ul li .pic { width: 40px; height: 40px; }
	.lgBox05 .bd ul li .pic img { max-height:20px; }
	.lgBox05 .bd ul li .txt { width:calc(100% - 55px); }
	.lgBox05 .bd ul li .txt .p1 { font-size:18px; }
	.lgBox05 .bd ul li .txt .p2 { font-size:14px; margin-top:5px; }
}
@media all and (max-width:500px){
	.lgBox05 .bd ul li { width:100%; }
	.lgBox05 .bd ul li:nth-child(n + 2) { margin-top:15px; }
}


.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; padding:20px; box-sizing: border-box; background:#000; transform: translate(-50%,-50%); z-index:5; }
.spBox .spBox01 video { width:100%; height:auto!important; }
.spBox .spBox01 .sp-close { position:absolute; right:-50px; top:-30px; color:#fff; font-size:30px; cursor:pointer; }

@media all and (max-width:750px){
	.spBox .spBox01 { position:absolute; top:50%; width:92%; padding:10px; z-index:5; }
	.spBox .spBox01 .sp-close { position:absolute; right:0; top:-60px; color:#fff; font-size:30px; cursor:pointer; }
} 






@media all and (max-width:1200px){
	
}
@media all and (max-width:900px){
	
}

