@charset "utf-8";

.container01 { background:url(bg.png) no-repeat center bottom; background-size:cover; }

.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-pagination-1 { position:absolute; bottom:40px; left:0; right:0; text-align:center; z-index:9;  }

@media all and (max-width:1200px){
	.swiper-pagination-1 { bottom:30px; }
}
@media all and (max-width:900px){
	.swiper-pagination-1 { bottom:10px; }
}

.swiper-pagination-gx { text-align:center; }
.swiper-pagination-gx .swiper-pagination-bullet { position:relative; transform: rotate(45deg); width:10px; height:10px; margin:0 10px; background:#2054bc; border-radius:0; opacity:1; }
.swiper-pagination-gx .swiper-pagination-bullet:before { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:16px; height:16px; border:1px solid #e02d33; display:none; content:""; z-index:-1; }
.swiper-pagination-gx .swiper-pagination-bullet-active { background:#e02d33!important; }
.swiper-pagination-gx .swiper-pagination-bullet-active:before { display:block; }

@media all and (max-width:1200px){
	.swiper-pagination-gx .swiper-pagination-bullet { width:8px; height:8px; margin:0 9px; }
	.swiper-pagination-gx .swiper-pagination-bullet:before { width:12px; height:12px; }
}
@media all and (max-width:900px){
	.swiper-pagination-gx .swiper-pagination-bullet { width:6px; height:6px; margin:0 6px; }
	.swiper-pagination-gx .swiper-pagination-bullet:before { width:10px; height:10px; }
}

.dlBox { position:absolute; top:50%; transform: translateY(-50%); line-height:1.1; right:50%; margin-right:-720px; width: 270px; padding:30px 25px; border-radius: 5px; background: linear-gradient(0deg, rgba(246, 250, 255, 1) 0%, rgba(207, 233, 254, 1) 100%); box-shadow: 0px 2px 22px  rgba(12, 44, 107, 0.1); backdrop-filter: blur(20px); box-sizing: border-box; z-index:9; }
.dlBox .p1 { font-size:24px; margin-bottom:15px; font-weight:bold; color:#1E67FA; text-align:center; }
.dlBox .p2 { border-radius: 5px; background-color: rgba(255,255,255,0.5)!important; }
.dlBox .p2 .text { width:100%; line-height:40px; border-radius: 5px; padding-left:40px; font-size:14px; color:#333; box-sizing: border-box; }
.dlBox .p2 .text:focus { background:none!important; }
.dlBox .p21 { background:url(dl01.svg) no-repeat 10px center; }
.dlBox .p22 { background:url(dl02.svg) no-repeat 10px center; margin-top:10px; }
.dlBox .p3 { margin-top:10px; }
.dlBox .p3 a { font-size:12px; color:#1E67FA; }
.dlBox .p4 { margin-top:20px; }
.dlBox .p4 .btn01 { display:block; width:100%; text-align:center; color:#fff; border-radius: 30px; line-height:35px; font-size:16px; background:#276BF7; cursor:pointer; }
.dlBox .p5 { margin-top:15px; color:#848691; font-size:12px; }
.dlBox .p5 input { cursor:pointer; vertical-align:middle; }


.dlBox .p2 ::-webkit-input-placeholder { color:#8C9ABA; opacity: 1; }
.dlBox .p2 ::-moz-placeholder { color:#8C9ABA; opacity: 1; }
.dlBox .p2 ::-ms-input-placeholder { color:#8C9ABA; opacity: 1; } 
.dlBox .p2 ::placeholder { color:#8C9ABA; opacity: 1; }

@media all and (max-width:1480px){
	.dlBox { margin-right:-600px; padding:20px 20px; }
	.dlBox .p1 { font-size:20px; margin-bottom:10px; }
	.dlBox .p2 .text { line-height:35px; }
	.dlBox .p3 { margin-top:10px; }
	.dlBox .p4 { margin-top:15px; }
	.dlBox .p5 { margin-top:10px; }
}
@media all and (max-width:1280px){
	.dlBox { right:4%; margin-right:0; padding:20px 20px; }
}
@media all and (max-width:1200px){
	.dlBox { display:none; }
}
/**
.wrap { width:1440px; margin:0 auto; }

@media all and (max-width:1480px){
	.wrap { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
}
*/




.Area-hd { line-height:1.1; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.Area-hd .p1 p { font-size:36px; color:#0A3163; font-weight:bold; }
.Area-hd .p1 span { display:block; font-size:18px; margin-top:15px; padding-left:75px; background:url(hd01.svg) no-repeat center left; color:rgba(37,96,177,0.3); }

.mBtn { position:relative; display:inline-block; padding-left:40px; font-size:16px; color:#2054BC; z-index:99999; }
.mBtn:before { position:absolute; left:0; top:50%; display:block; content:""; width:30px; height:2px; background:#2054BC; z-index:2; }
.mBtn i { position:relative; display:inline-block; padding-right:25px; }
.mBtn i:before { position:absolute; right:0; top:50%; display:block; content:""; width:12px; height:12px; background:#E02D33; transform: rotate(45deg) translateY(-50%); transition: all 0.6s; z-index:2; }
.mBtn i:after { position:absolute; right:5px; top:50%; display:block; content:""; width:12px; height:12px; background:#2054BC; transform: rotate(45deg) translateY(-50%); transition: all 0.6s; z-index:3; }

.mBtn:hover { font-weight:bold; }
.mBtn:hover i:before { right:5px; z-index:3; }
.mBtn:hover i:after { right:0; z-index:2; }

@media all and (max-width:1480px){
	.Area-hd .p1 p { font-size:28px; }
	.Area-hd .p1 span { font-size:16px; margin-top:15px; padding-left:75px; }

	.mBtn { padding-left:40px; font-size:16px; }
	.mBtn:before { width:30px; }
}
@media all and (max-width:1200px){
	.Area-hd .p1 p { font-size:24px; }
	.Area-hd .p1 span { font-size:14px; margin-top:10px; padding-left:60px; background-size:50px auto; }

	.mBtn { padding-left:30px; font-size:14px; }
	.mBtn:before { width:20px; }
}
@media all and (max-width:900px){
	.Area-hd .p1 p { font-size:20px; }
	.Area-hd .p1 span { font-size:13px; margin-top:10px; padding-left:40px; background-size:30px auto; }

	.mBtn { padding-left:25px; font-size:14px; }
	.mBtn:before { width:15px; }
}

.xxArea { padding:70px 0 0; }
.gxArea { padding:0 0; /*background:url(gxArea.jpg) no-repeat center;*/ background-size:cover; }
.xwArea { padding:70px 0 0 ; }

@media all and (max-width:1200px){
	.xxArea { padding:60px 0 0; }
	.gxArea { padding:0 0; }
	.xwArea { padding:60px 0 0; }
}
@media all and (max-width:900px){
	.xxArea { padding:40px 0 0; }
	.gxArea { padding:0 0; }
	.xwArea { padding:40px 0 0;  }
}

.xxArea .bd { margin-top:40px; }
.swiper-pagination-a01 { position:absolute; right:20px; bottom:150px; z-index:2; }
.swiper-pagination-a01 .swiper-pagination-bullet { background:#fff; }

.aBox01 { position:relative; float:left; width:790px; border-radius:10px; box-shadow: 0px -2px 14px  rgba(33, 86, 157, 0.1); overflow:hidden; }
.aBox01 .swiper-slide .pic { position:relative; padding-bottom:465px; overflow:hidden; }
.aBox01 .swiper-slide .pic img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.aBox01 .swiper-slide .txt { padding:30px 40px 0 40px; min-height:130px; box-sizing: border-box; }
.aBox01 .swiper-slide .txt .p1 { font-size:24px; color:#2054BC; font-weight:bold; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.aBox01 .swiper-slide .txt .p2 { font-size:16px; color:#666870; margin-top:10px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.aBox01 .swiper-slide:hover .pic img { transform: scale(1.1)!important; }

.aBox02 { float:right; width:595px; }
.aBox02 .bd01 a { padding:25px 0 30px; display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: space-between; align-items: center; }
.aBox02 .bd01 .pic { width:250px; border-radius:10px; overflow:hidden; }
.aBox02 .bd01 .pic p { position:relative; padding-bottom:150px; overflow:hidden; }
.aBox02 .bd01 .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.aBox02 .bd01 .txt { width:calc(100% - 250px); padding-right:35px; box-sizing: border-box; }
.aBox02 .bd01 .txt .p1 { font-size:16px; color:#999; }
.aBox02 .bd01 .txt .p1 i { font-size:24px; margin-right:10px; color:#2054BC; }
.aBox02 .bd01 .txt .p2 { font-size:18px; margin-top:10px; color:#333; font-weight:bold; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; }

.aBox02 .bd01:hover .pic img { transform: scale(1.1)!important; }
.aBox02 .bd01:hover .txt .p2 { color:#2054BC; font-weight:bold; }


.aBox02 .bd02 ul li { border-top:1px solid rgba(51,51,51,0.2); }
.aBox02 .bd02 ul li a { padding:25px 0; display:block; }
.aBox02 .bd02 ul li .p1 { font-size:16px; color:#2054BC; }
.aBox02 .bd02 ul li .p2 { font-size:18px; color:#222; margin-top:10px; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.aBox02 .bd02 ul li:hover .p2 { color:#2054BC; font-weight:bold; }

.aBox02 .bd03 ul li { border-bottom:1px solid rgba(51,51,51,0.2); }
.aBox02 .bd03 ul li:last-child { border-bottom:none; }
.aBox02 .bd03 ul li a { height:73px; display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: space-between; align-items: center; }
.aBox02 .bd03 ul li .p1 { font-size:18px; color:#999; }
.aBox02 .bd03 ul li .p2 { width:calc(100% - 130px); font-size:18px; color:#222; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.aBox02 .bd03 ul li:hover { padding:0 15px; border-radius: 8px; background: linear-gradient(180deg, rgba(237, 240, 250, 1) 0%, rgba(254, 254, 254, 1) 100%); }
.aBox02 .bd03 ul li:hover .p1 { display:none; }
.aBox02 .bd03 ul li:hover .p2 { font-weight:bold; width:100%!important; }

@media all and (max-width:1480px){
	.xxArea .bd { margin-top:30px; }
	.swiper-pagination-a01 { right:20px; bottom:135px; }
 
	.aBox01 { float:left; width:600px; }
	.aBox01 .swiper-slide .pic { padding-bottom:360px; }
	.aBox01 .swiper-slide .txt { padding:25px 25px 0 25px; min-height:120px; }
	.aBox01 .swiper-slide .txt .p1 { font-size:18px; line-height:25px; }
	.aBox01 .swiper-slide .txt .p2 { font-size:14px; margin-top:10px; line-height:25px; }
	
	.aBox02 { float:right; width:calc(100% - 630px); }
	.aBox02 .bd01 a { padding:25px 0; }
	.aBox02 .bd01 .pic { width:200px; }
	.aBox02 .bd01 .pic p { padding-bottom:115px; }
	.aBox02 .bd01 .txt { width:calc(100% - 200px); padding-right:25px; }
	.aBox02 .bd01 .txt .p1 { font-size:14px; }
	.aBox02 .bd01 .txt .p1 i { font-size:20px; margin-right:10px; }
	.aBox02 .bd01 .txt .p2 { font-size:16px; margin-top:10px; }
 
	.aBox02 .bd02 ul li a { padding:20px 0; }
	.aBox02 .bd02 ul li .p1 { font-size:14px; }
	.aBox02 .bd02 ul li .p2 { font-size:16px; margin-top:5px; }
	 
 
	.aBox02 .bd03 ul li a { height:59px; }
	.aBox02 .bd03 ul li .p1 { font-size:16px; }
	.aBox02 .bd03 ul li .p2 { width:calc(100% - 130px); font-size:16px; }
 
}
@media all and (max-width:1200px){
	.xxArea .bd { margin-top:30px; }
	.swiper-pagination-a01 { right:20px; bottom:135px; }
 
	.aBox01 { float:left; width:50%; }
	.aBox01 .swiper-slide .pic { padding-bottom:300px; }
	.aBox01 .swiper-slide .txt { padding:25px 20px 0 20px; min-height:120px; }
	.aBox01 .swiper-slide .txt .p1 { font-size:18px; line-height:25px; }
	.aBox01 .swiper-slide .txt .p2 { font-size:14px; margin-top:10px; line-height:25px; }
	
	.aBox02 { float:right; width:47%; }
	.aBox02 .bd01 a { padding:20px 0; }
	.aBox02 .bd01 .pic { width:170px; }
	.aBox02 .bd01 .pic p { padding-bottom:100px; }
	.aBox02 .bd01 .txt { width:calc(100% - 170px); padding-right:25px; }
	.aBox02 .bd01 .txt .p1 { font-size:14px; }
	.aBox02 .bd01 .txt .p1 i { font-size:18px; margin-right:10px; }
	.aBox02 .bd01 .txt .p2 { font-size:16px; margin-top:10px; }
 
	.aBox02 .bd02 ul li a { padding:15px 0; }
	.aBox02 .bd02 ul li .p1 { font-size:14px; }
	.aBox02 .bd02 ul li .p2 { font-size:16px; margin-top:5px; }
	
	.aBox02 .bd03 ul li a { height:51px; }
	.aBox02 .bd03 ul li .p1 { font-size:14px; }
	.aBox02 .bd03 ul li .p2 { width:calc(100% - 80px); font-size:14px; }
}
@media all and (max-width:900px){
	.xxArea .bd { margin-top:20px; }
	.swiper-pagination-a01 { right:20px; bottom:115px; }
 
	.aBox01 { float:none; width:100%; }
	.aBox01 .swiper-slide .pic { padding-bottom:58.5%; }
	.aBox01 .swiper-slide .txt { padding:20px 15px 0 15px; min-height:100px; }
	.aBox01 .swiper-slide .txt .p1 { font-size:16px; line-height:20px; }
	.aBox01 .swiper-slide .txt .p2 { font-size:14px; margin-top:10px; line-height:20px; }
	
	.aBox02 { float:none; width:100%; margin-top:10px; }
	.aBox02 .bd01 a { padding:20px 0; }
	.aBox02 .bd01 .pic { width:45%; }
	.aBox02 .bd01 .pic p { padding-bottom:58.5%; }
	.aBox02 .bd01 .txt { width:55%; padding-right:25px; }
	.aBox02 .bd01 .txt .p1 { font-size:14px; }
	.aBox02 .bd01 .txt .p1 i { font-size:16px; margin-right:5px; }
	.aBox02 .bd01 .txt .p2 { font-size:16px; margin-top:5px; }
 
	.aBox02 .bd02 ul li a { padding:15px 0; }
	.aBox02 .bd02 ul li:last-child a { padding-bottom:0; }
	.aBox02 .bd02 ul li .p1 { font-size:14px; }
	.aBox02 .bd02 ul li .p2 { font-size:16px; margin-top:5px; }
	
	.aBox02 .bd03 ul li a { height:45px; }
	.aBox02 .bd03 ul li .p1 { font-size:14px; }
	.aBox02 .bd03 ul li .p2 { width:calc(100% - 90px); font-size:14px; }
}

.xxArea02 { margin-top:80px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.xxArea02 .Area-hd { width:215px; padding-top:0; display:block; }
.xxArea02 .Area-hd .p2 { margin-top:20px; }
.xxArea02 .bd { width:calc(100% - 215px); margin-top:0; padding: 5px; box-sizing: border-box; overflow: hidden; }
.xxArea02 .bd .swiper-slide { position: relative; width:32%; margin-right:2%; background: linear-gradient(180deg, rgba(237, 239, 249, 1) 0%, rgba(254, 254, 254, 1) 100%); border-radius: 8px;  box-shadow: 0px 2px 4px  rgba(37, 96, 177, 0.05);}
.xxArea02 .bd .swiper-slide:last-child { margin-right:0; }
.xxArea02 .bd .swiper-slide a { position: relative; display:block; height:170px; padding: 25px 25px 0 25px; border: 1px solid #fff; border-radius: 8px; box-sizing: border-box; }
.xxArea02 .bd .swiper-slide .p1 { position: relative; padding-bottom: 15px; line-height: 1.1; border-bottom: 1px solid #D6D6D6; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.xxArea02 .bd .swiper-slide .p1:before { position: absolute; left:0; bottom:-1px; width:35px; height:3px; background: #2054BC; display: block; content:""; z-index: 1; }
.xxArea02 .bd .swiper-slide .p1 i { font-size:30px; margin-right: 15px; color:#2054BC; }
.xxArea02 .bd .swiper-slide .p1 span { font-size:16px; color:#999 }
.xxArea02 .bd .swiper-slide .p2 { font-size:18px; line-height: 30px; margin-top: 15px; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; } 

.xxArea02 .bd .swiper-slide:before { position:absolute; top:0; left:0; width:0; height:2px; display:block; content:""; background: #2054BC; transition: all 0.6s; z-index: 1; }
.xxArea02 .bd .swiper-slide:after { position:absolute; top:0; left:0; width:2px; height:0; display:block; content:""; background: #2054BC; transition: all 0.6s; z-index: 1; }

.xxArea02 .bd .swiper-slide:hover:before { width:95px; }
.xxArea02 .bd .swiper-slide:hover:after { height:50px; }

.xxArea02 .bd .swiper-slide a:before { position:absolute; bottom:-1px; right:-1px; width:0; height:2px; display:block; content:""; background: #2054BC; transition: all 0.6s; z-index: 1; }
.xxArea02 .bd .swiper-slide a:after { position:absolute; bottom:-1px; right:-1px; width:2px; height:0; display:block; content:""; background: #2054BC; transition: all 0.6s; z-index: 1; }

.xxArea02 .bd .swiper-slide:hover a { border-top-left-radius:0; border-bottom-right-radius:0; }
.xxArea02 .bd .swiper-slide:hover a:before { width:95px; }
.xxArea02 .bd .swiper-slide:hover a:after { height:50px; }

.xxArea02 .bd .swiper-slide:hover .p2 { font-weight:bold; color:#2054BC; }

@media all and (max-width:1480px){
	.xxArea02 { margin-top:80px; }
	.xxArea02 .Area-hd { width:200px; padding-top:10px; }
	.xxArea02 .Area-hd .p2 { margin-top:40px; }
	.xxArea02 .bd { width:calc(100% - 200px); }
		
	.xxArea02 .bd .swiper-slide a { height:160px; padding: 20px 20px 0 20px;  }
	.xxArea02 .bd .swiper-slide .p1 { padding-bottom: 15px; }
	.xxArea02 .bd .swiper-slide .p1:before { width:35px; }
	.xxArea02 .bd .swiper-slide .p1 i { font-size:24px; margin-right: 15px; }
	.xxArea02 .bd .swiper-slide .p1 span { font-size:14px; }
	.xxArea02 .bd .swiper-slide .p2 { font-size:16px; line-height: 25px; margin-top:15px; } 
}
@media all and (max-width:1200px){
	.xxArea02 { margin-top:60px; }
	.xxArea02 .Area-hd { width:100%; padding-top:0; }
	.xxArea02 .Area-hd .p2 { margin-top:0; }
	.xxArea02 .bd { width:100%; margin-top:30px; }
		
	.xxArea02 .bd .swiper-slide a { height:160px; padding: 20px 20px 0 20px;  }
	.xxArea02 .bd .swiper-slide .p1 { padding-bottom: 15px; }
	.xxArea02 .bd .swiper-slide .p1:before { width:35px; }
	.xxArea02 .bd .swiper-slide .p1 i { font-size:24px; margin-right: 15px; }
	.xxArea02 .bd .swiper-slide .p1 span { font-size:14px; }
	.xxArea02 .bd .swiper-slide .p2 { font-size:16px; line-height: 25px; margin-top:15px; } 
}
@media all and (max-width:900px){
	.xxArea02 { margin-top:40px; }
	.xxArea02 .bd { width:100%; margin-top:20px; }
	
	.xxArea02 .bd .swiper-slide {  width:49%; margin-right:2%; }
	.xxArea02 .bd .swiper-slide:last-child { margin-right:0; }
	.xxArea02 .bd .swiper-slide a { height:150px; padding: 20px 20px 0 20px;  }
	.xxArea02 .bd .swiper-slide .p1 { padding-bottom: 15px; }
	.xxArea02 .bd .swiper-slide .p1 i { font-size:20px; margin-right: 15px; }
	.xxArea02 .bd .swiper-slide .p1 span { font-size:14px; }
	.xxArea02 .bd .swiper-slide .p2 { font-size:14px; line-height: 25px; margin-top:15px; } 
}
@media all and (max-width:500px){
	.xxArea02 .bd .swiper-slide { width:100%; margin-right:0; }
}

.cArea { padding:70px 0; /*background:url(cArea.jpg) no-repeat center;*/ background-size:cover; }
.cArea .bd { position:relative; margin-top:40px; }

.cCon { padding:40px 20px; border-radius: 8px; border:1px solid rgba(219,219,219,1); background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(252, 252, 252, 1) 100%); }
.cCon01 { position:relative; padding-right:100px; }
.cCon01 .p1 { font-size:18px; color:#545454; font-weight:bold; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.cCon01 .p2 { font-size:12px; color:#79808C; line-height:20px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.cCon01 .p3 { position:absolute; top:50%; transform: translateY(-50%); right:0; z-index:2; }
.cCon01 .p3 a { display:block; width:70px; border:1px solid #2054BC; color:#2054BC; border-radius:5px; font-size:14px; text-align:center; }
.cCon01 .p3 i { display:inline-block; line-height:30px; padding-right:12px; background:url(d01.svg) no-repeat center right; }

.cCon01 .p3 a:hover { background:#2054BC; color:#fff; }
.cCon01 .p3 a:hover i { background:url(d02.svg) no-repeat center right; }

.cCon02 { margin-top:25px; }
.cCon02 ul li { float:left; width:31.7%; margin-right:2.45%; }
.cCon02 ul li:last-child { margin-right:0; }
.cCon02 ul li .p1 { position:relative; padding-bottom:83.5%; border-radius:10px; overflow:hidden; }
.cCon02 ul li .p1 img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.cCon02 ul li .p2 { font-size:14px; line-height:20px; color:#333; min-height:40px; margin-top:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; }


.cCon02 ul li:hover .p1 img { transform: scale(1.1)!important; }
.cCon02 ul li:hover .p2 { color:#2054BC; }

.swiper-pagination-c02 { width:100%; margin-top:40px; }

.cBox02 { padding:1px 1px 5px 1px; margin:-1px; overflow:hidden; }

@media all and (max-width:1480px){
	.cArea { padding:80px 0; }
	.cArea .bd { margin-top:30px; }
	
	.swiper-pagination-c02 { margin-top:30px; }
}
@media all and (max-width:1200px){
	.cArea { padding:60px 0; }
	.cArea .bd { margin-top:30px; }
	
	.cCon { padding:30px 15px; }
	.cCon01 .p1 { font-size:16px; }
}
@media all and (max-width:900px){
	.cArea { padding:40px 0; }
	.cArea .bd { margin-top:20px; }
	
	.cCon { padding:20px 15px; }
	.cCon01 .p1 { font-size:16px; }
	
	.swiper-pagination-c02 { margin-top:20px; }
}




.cBox01 { position:absolute; right:0; top:-95px; width:calc(100% - 220px); padding-right:120px; border-bottom:1px solid rgba(32,84,188,0.3); box-sizing: border-box; overflow:hidden; z-index:2; }
.cBox01 .qhBox { overflow:hidden; }
.cBox01 .swiper-slide { position:relative; width:auto; margin-right:35px; }
.cBox01 .swiper-slide:before { position:absolute; display:block; content:""; left:50%; bottom:0; width:0; height:3px; background:#2054BC; transition: all 0.6s; z-index:2; }
.cBox01 .swiper-slide a { display:block; font-size:18px; color:#222; padding-bottom:20px; }

.cBox01 .swiper-slide:hover:before { left:0; width:100%; }
.cBox01 .swiper-slide:hover { font-weight:bold; }

@media all and (max-width:1480px){
	.cBox01 { top:-72px; width:calc(100% - 200px); padding-right:120px; }
	.cBox01 .swiper-slide { width:auto; margin-right:30px; }
	.cBox01 .swiper-slide a { font-size:16px;  padding-bottom:15px; }
}
@media all and (max-width:1200px){
	.cBox01 { top:-65px; width:calc(100% - 200px); padding-right:120px; }
	.cBox01 .swiper-slide { width:auto; margin-right:15px; }
	.cBox01 .swiper-slide a { font-size:16px; padding-bottom:10px; }
}
@media all and (max-width:900px){
	.cBox01 { position:relative; right:auto; top:auto; width:100%; padding-right:0; margin-bottom:25px; }
	.cBox01 .swiper-slide { width:auto; margin-right:15px; }
	.cBox01 .swiper-slide a { font-size:14px; padding-bottom:10px; }
}


.gxArea01 .bd { position:relative; margin-top:40px; }
.gxBox01 { float:left; width:200px; height:595px; background:url(d03.jpg) no-repeat center top; background-size:cover; }
.gxBox01 a { display:block; padding:55px 20px 0 30px; height:100%; color:#fff; line-height:1.1; box-sizing: border-box; }
.gxBox01 .p1 { font-size:28px; font-weight:bold; }
.gxBox01 .p2 { font-size:16px; margin-top:15px; }
.gxBox01 .p3 { margin-top:20px; width:72px; font-size:14px; color:#0A3163; text-align:center; border-radius:30px; background:#fff; }
.gxBox01 .p3 i { display:inline-block; line-height:30px; padding-right:15px; background:url(d01.svg) no-repeat center right; }

.gxBox01 .p3:hover { background:#2054BC; color:#fff; }
.gxBox01 .p3:hover i { background:url(d02.svg) no-repeat center right; color:#fff; }

.gxBox02 { float:right; width:calc(100% - 220px); }
.gxBox02 ul li { float:left; width:19%; margin-right:1.25%; background:#fff; }
.gxBox02 ul li:nth-child(5n) { margin-right:0; }
.gxBox02 ul li:nth-child(n + 6) { margin-top:15px; }
.gxBox02 ul li a { display:block; padding:30px 30px 0 30px; height:290px; box-sizing: border-box; }
.gxBox02 ul li .pic p { position:relative; padding-bottom:140px; overflow:hidden; }
.gxBox02 ul li .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.gxBox02 ul li .txt { margin-top:35px; }
.gxBox02 ul li .txt .p1 { font-size:16px; line-height:25px; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.gxBox02 ul li .txt .p2 { font-size:14px; line-height:30px; margin-top:10px; color:#949494; border-top:1px solid rgba(0,0,0,0.1); overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.gxBox02 ul li:hover .pic p img { transform: scale(1.1)!important; }
.gxBox02 ul li:hover .txt .p1 { color:#2054BC; }

@media all and (max-width:1480px){
	.gxArea01 .bd { margin-top:30px; }
	.gxBox01 { width:180px; height:510px; }
	.gxBox01 a { padding:55px 15px 0 20px; }
	.gxBox01 .p1 { font-size:20px; }
	.gxBox01 .p2 { font-size:14px; margin-top:15px; }
	.gxBox01 .p3 { margin-top:20px; }
 
	.gxBox02 { float:right; width:calc(100% - 200px); }
	.gxBox02 ul li { float:left; width:19%; margin-right:1.25%; }
	.gxBox02 ul li:nth-child(5n) { margin-right:0; }
	.gxBox02 ul li:nth-child(n + 6) { margin-top:10px; }
	.gxBox02 ul li a { padding:20px 20px 0 20px; height:250px; }
	.gxBox02 ul li .pic p { padding-bottom:125px; }
	.gxBox02 ul li .txt { margin-top:25px; }
	.gxBox02 ul li .txt .p1 { font-size:16px; }
	.gxBox02 ul li .txt .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:1200px){
	.gxArea01 .bd { margin-top:30px; }
	.gxBox01 { display:none; }
 
	.gxBox02 { float:none; width:100%; }
	.gxBox02 ul li { float:left; width:19%; margin-right:1.25%; }
	.gxBox02 ul li:nth-child(5n) { margin-right:0; }
	.gxBox02 ul li:nth-child(n + 6) { margin-top:10px; }
	.gxBox02 ul li a { padding:20px 15px 15px 15px; height:auto; }
	.gxBox02 ul li .pic p { padding-bottom:82%; }
	.gxBox02 ul li .txt { margin-top:15px; }
	.gxBox02 ul li .txt .p1 { font-size:14px; }
	.gxBox02 ul li .txt .p2 { font-size:13px; margin-top:5px; }
}
@media all and (max-width:900px){
	.gxArea01 .bd { margin-top:20px; }
	
	.gxBox02 ul li { float:left; width:32%; margin-right:2%; }
	.gxBox02 ul li:nth-child(5n) { margin-right:2%; }
	.gxBox02 ul li:nth-child(3n) { margin-right:0; }
	.gxBox02 ul li:nth-child(n + 4) { margin-top:2%; }
	.gxBox02 ul li:nth-child(10) { display:none; }
}
@media all and (max-width:600px){
	.gxBox02 ul li { float:left; width:49%; margin-right:2%; }
	.gxBox02 ul li:nth-child(5n) { margin-right:2%; }
	.gxBox02 ul li:nth-child(3n) { margin-right:2%; }
	.gxBox02 ul li:nth-child(2n) { margin-right:0; }
	.gxBox02 ul li:nth-child(n + 3) { margin-top:2%; }
	.gxBox02 ul li:nth-child(10) { display:block; }
}

.gxArea02 { margin-top:80px; }
.gxArea02 .bd { position:relative; margin-top:40px; }

.eBox01 { height:340px; background:url(e01.jpg) no-repeat center top; }

.eBox02 { float:right; width:calc(100% - 220px); padding:1px; margin:-1px; overflow:hidden; }
.eBox02 .swiper-slide { width:19%; margin-right:1.25%; }
.eBox02 .swiper-slide:last-child { margin-right:0!important; }
.eBox02 .swiper-slide a { display:block; padding:25px 23px 0 23px; height:340px; border-radius:5px; background:#fff; border:1px solid rgba(229,231,235,1); box-sizing: border-box; }
.eBox02 .swiper-slide .p1 { font-size:17px; color:#444D59; font-weight:bold; line-height:22px; min-height:44px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; }
.eBox02 .swiper-slide .p2 { position:relative; margin-top:15px; padding-left:3px; border-radius:10px; z-index:1; overflow:hidden; }
.eBox02 .swiper-slide .p2:before { position:absolute; display:block; content:""; width:50%; height:100%; left:0; top:0; background:#F59E0B; z-index:-1; }
.eBox02 .swiper-slide .p2 .txt { background:#FEF7E1; border-radius:10px; padding:10px 0 10px 20px; }
.eBox02 .swiper-slide .p2 .p21 { font-size:14px; line-height:20px; color:#995421; }
.eBox02 .swiper-slide .p2 .p22 { font-size:12px; line-height:20px; color:#6E6E6E; margin-top:5px; }
.eBox02 .swiper-slide .p2 .p22 i { font-size:18px; color:#DC2626; font-weight:bold; }
.eBox02 .swiper-slide .p3 { margin-top:15px; padding:15px 0; border-top:1px dashed rgba(182,190,204,1); border-bottom:1px dashed rgba(182,190,204,1); }
.eBox02 .swiper-slide .p3 .p31:nth-child(n + 2) { margin-top:5px; }
.eBox02 .swiper-slide .p3 .p31 { font-size:12px; color:#79808C; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.eBox02 .swiper-slide .p3 .p31 i { display:inline-block; width:70px; }
.eBox02 .swiper-slide .p3 .p31 em { font-weight:bold; }
.eBox02 .swiper-slide .p4 { margin-top:15px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.eBox02 .swiper-slide .p4 .p41 { width:34px; height:34px; font-size: 14px; font-weight:bold; color:#fff; border-radius:100%; background: linear-gradient(118.52deg, rgba(35, 76, 188, 1) 0%, rgba(52, 114, 229, 1) 100%); display:flex; flex-wrap: wrap;  flex-direction:row; justify-content:center; align-items: center; }
.eBox02 .swiper-slide .p4 .p42 { width:calc(100% - 45px); font-size: 14px; color:#79808C; line-height:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; }

.eBox02 .swiper-slide:hover a { border-color:#2054BC; }

@media all and (max-width:1480px){
	.gxArea02 { margin-top:80px; }
	.gxArea02 .bd { margin-top:30px; }

	.eBox01 { height:335px; }

	.eBox02 { float:right; width:calc(100% - 200px); }
	.eBox02 .swiper-slide { width:19%; margin-right:1.25%; }
	.eBox02 .swiper-slide a { display:block; padding:20px 15px 0 15px; height:335px; border-radius:5px; background:#fff; border:1px solid rgba(229,231,235,1); box-sizing: border-box; }
	.eBox02 .swiper-slide .p1 { font-size:16px; line-height:20px; min-height:40px; }
	.eBox02 .swiper-slide .p2 { margin-top:15px; padding-left:3px; }
	.eBox02 .swiper-slide .p2 .txt { padding:10px 0 10px 15px; }
	.eBox02 .swiper-slide .p2 .p21 { font-size:14px; }
	.eBox02 .swiper-slide .p2 .p22 { font-size:12px; margin-top:5px; }
	.eBox02 .swiper-slide .p2 .p22 i { font-size:16px; }
	.eBox02 .swiper-slide .p3 { margin-top:15px; padding:15px 0; }
	.eBox02 .swiper-slide .p3 .p31:nth-child(n + 2) { margin-top:5px; }
	.eBox02 .swiper-slide .p3 .p31 { font-size:12px; line-height:20px; }
	.eBox02 .swiper-slide .p3 .p31 i { width:60px; }
	.eBox02 .swiper-slide .p4 { margin-top:15px; }
	.eBox02 .swiper-slide .p4 .p41 { width:30px; height:30px; font-size: 14px; }
	.eBox02 .swiper-slide .p4 .p42 { width:calc(100% - 40px); font-size: 12px; line-height:20px; }
}
@media all and (max-width:1200px){
	.gxArea02 { margin-top:60px; }
	.gxArea02 .bd { margin-top:30px; }
 
	.eBox02 { float:none; width:100%; }
	.eBox02 .swiper-slide { width:19%; margin-right:1.25%; }
}
@media all and (max-width:1000px){
	.eBox02 .swiper-slide { width:23.5%; margin-right:2%; }
}
@media all and (max-width:900px){
	.gxArea02 { margin-top:40px; }
	.gxArea02 .bd { margin-top:20px; }
}
@media all and (max-width:800px){
	.eBox02 .swiper-slide { width:32%; margin-right:2%; }
}
@media all and (max-width:640px){
	.eBox02 .swiper-slide { width:49%; margin-right:2%; }
}


.xwArea01 { float:left; width:700px; }
.xwArea01 .bd { margin-top:40px; }
.xwArea01 .bd ul li { float:left; width:48.5%; margin-right:3%; box-shadow: 0px -2px 14px  rgba(33, 86, 157, 0.1); border-radius:8px; overflow:hidden; }
.xwArea01 .bd ul li:last-child { margin-right:0; }
.xwArea01 .bd ul li .pic { position:relative; padding-bottom:200px; overflow:hidden; }
.xwArea01 .bd ul li .pic img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.xwArea01 .bd ul li .txt { padding:30px 25px 0 25px; min-height:155px; box-sizing: border-box; }
.xwArea01 .bd ul li .txt .p1 { font-size:16px; color:#999; }
.xwArea01 .bd ul li .txt .p2 { font-size:18px; line-height:30px; min-height:60px; margin-top:10px; color:#222; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; }

.xwArea01 .bd ul li:hover .pic img { transform: scale(1.1)!important; }
.xwArea01 .bd ul li:hover .txt .p2 { color:#2054BC; font-weight:bold; }

.xwArea01 .bd01 { margin-top:25px; }
.xwArea01 .bd01 ul li { float:left; width:48.5%; margin-right:3%; box-shadow: 0px -2px 14px  rgba(33, 86, 157, 0.1); border-radius:8px; overflow:hidden; }
.xwArea01 .bd01 ul li:last-child { margin-right:0; }
.xwArea01 .bd01 ul li .txt { padding:30px 25px 0 25px; min-height:160px; box-sizing: border-box; }
.xwArea01 .bd01 ul li .txt .p1 { font-size:16px; color:#999; }
.xwArea01 .bd01 ul li .txt .p2 { font-size:18px; line-height:30px; min-height:60px; margin-top:10px; color:#222; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; }

.xwArea01 .bd01 ul li:hover .txt .p2 { color:#2054BC; font-weight:bold; }

.xwArea02 { float:right; width:690px; }
.xwArea02 .bd { margin-top:40px; }
.xwArea02 .bd ul li { border-radius: 8px; box-shadow: 0px -2px 14px  rgba(33, 86, 157, 0.1); overflow:hidden; }
.xwArea02 .bd ul li:nth-child(n + 2) { margin-top:15px; }
.xwArea02 .bd ul li a { display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: space-between; align-items: center; }
.xwArea02 .bd ul li .pic { width:290px; }
.xwArea02 .bd ul li .pic p { position:relative; padding-bottom:170px; overflow:hidden; }
.xwArea02 .bd ul li .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.xwArea02 .bd ul li .txt { width:calc(100% - 290px); padding:0 60px 0 30px; box-sizing: border-box; }
.xwArea02 .bd ul li .txt .p1 { font-size:16px; color:#999; }
.xwArea02 .bd ul li .txt .p2 { font-size:18px; line-height:30px; min-height:60px; margin-top:10px; color:#222; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; }

.xwArea02 .bd ul li:hover .pic img { transform: scale(1.1)!important; }
.xwArea02 .bd ul li:hover .txt .p2 { color:#2054BC; font-weight:bold; }

@media all and (max-width:1480px){
	.xwArea01 { width:580px; }
	.xwArea01 .bd { margin-top:30px; }
	.xwArea01 .bd ul li { float:left; width:48.5%; margin-right:3%; }
	.xwArea01 .bd ul li:last-child { margin-right:0; }
	.xwArea01 .bd ul li .pic { padding-bottom:165px; }
	.xwArea01 .bd ul li .txt { padding:20px 20px 0 20px; min-height:130px; }
	.xwArea01 .bd ul li .txt .p1 { font-size:14px; }
	.xwArea01 .bd ul li .txt .p2 { font-size:16px; line-height:30px; min-height:60px; margin-top:10px; }
 
	.xwArea01 .bd01 { margin-top:25px; }
	.xwArea01 .bd01 ul li { float:left; width:48.5%; margin-right:3%; }
	.xwArea01 .bd01 ul li:last-child { margin-right:0; }
	.xwArea01 .bd01 ul li .txt { padding:20px 20px 0 20px; min-height:130px; }
	.xwArea01 .bd01 ul li .txt .p1 { font-size:14px; }
	.xwArea01 .bd01 ul li .txt .p2 { font-size:16px; line-height:30px; min-height:60px; margin-top:10px; }
 
	.xwArea02 { float:right; width:calc(100% - 620px); }
	.xwArea02 .bd { margin-top:30px; }
	.xwArea02 .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.xwArea02 .bd ul li .pic { width:240px; }
	.xwArea02 .bd ul li .pic p { padding-bottom:140px; }
 
	.xwArea02 .bd ul li .txt { width:calc(100% - 240px); padding:0 40px 0 25px; }
	.xwArea02 .bd ul li .txt .p1 { font-size:14px; }
	.xwArea02 .bd ul li .txt .p2 { font-size:16px; line-height:30px; min-height:60px; margin-top:10px; }
}
@media all and (max-width:1200px){
	.xwArea01 { width:48%; }
	.xwArea01 .bd { margin-top:30px; }
	.xwArea01 .bd ul li { float:left; width:48.5%; margin-right:3%; }
	.xwArea01 .bd ul li:last-child { margin-right:0; }
	.xwArea01 .bd ul li .pic { padding-bottom:58.5%; }
	.xwArea01 .bd ul li .txt { padding:15px; min-height:10px; }
	.xwArea01 .bd ul li .txt .p1 { font-size:14px; }
	.xwArea01 .bd ul li .txt .p2 { font-size:16px; line-height:25px; min-height:50px; margin-top:10px; }
 
	.xwArea01 .bd01 { margin-top:25px; }
	.xwArea01 .bd01 ul li { float:left; width:48.5%; margin-right:3%; }
	.xwArea01 .bd01 ul li:last-child { margin-right:0; }
	.xwArea01 .bd01 ul li .txt { padding:15px; min-height:10px; }
	.xwArea01 .bd01 ul li .txt .p1 { font-size:14px; }
	.xwArea01 .bd01 ul li .txt .p2 { font-size:16px; line-height:25px; min-height:50px; margin-top:10px; }
 
	.xwArea02 { float:right; width:48%; }
	.xwArea02 .bd { margin-top:30px; }
	.xwArea02 .bd ul li:nth-child(n + 2) { margin-top:15px; }
	.xwArea02 .bd ul li .pic { width:40%; }
	.xwArea02 .bd ul li .pic p { padding-bottom:58.5%; }
 
	.xwArea02 .bd ul li .txt { width:60%; padding:0 30px 0 20px; }
	.xwArea02 .bd ul li .txt .p1 { font-size:14px; }
	.xwArea02 .bd ul li .txt .p2 { font-size:16px; line-height:25px; min-height:50px; margin-top:10px; }
}
@media all and (max-width:900px){
	.xwArea01 { float:none; width:100%; }
	.xwArea01 .bd { margin-top:20px; }
	.xwArea01 .bd ul li .txt .p1 { font-size:13px; }
	.xwArea01 .bd ul li .txt .p2 { font-size:14px; line-height:20px; min-height:40px; margin-top:5px; }
	
	.xwArea01 .bd01 { margin-top:3%; }
	.xwArea01 .bd01 ul li .txt .p1 { font-size:13px; }
	.xwArea01 .bd01 ul li .txt .p2 { font-size:14px; line-height:20px; min-height:40px; margin-top:5px; }
	
	.xwArea02 { float:none; width:100%; margin-top:40px; }
	.xwArea02 .bd { margin-top:20px; }
	.xwArea02 .bd ul li .txt .p1 { font-size:13px; }
	.xwArea02 .bd ul li .txt .p2 { font-size:14px; line-height:20px; min-height:40px; margin-top:5px; }
}
@media all and (max-width:500px){
	.xwArea02 .bd ul li .pic { width:190px; }
	.xwArea02 .bd ul li .txt { width:calc(100% - 190px); padding:0 15px; }
}


.gArea { padding:70px 0;  /**background:url(gArea.jpg) no-repeat center;*/ background-size:cover; }
.gArea .bd { margin-top:40px; }
.gArea .bd .swiper-slide a { display:block; border:1px solid #fff; border-radius:10px; overflow:hidden; background: linear-gradient(180deg, rgba(230, 234, 247, 1) 0%, rgba(254, 254, 254, 1) 100%); }
.gArea .bd .swiper-slide img { transition: all 0.6s; }
.gArea .bd .swiper-slide:hover img { transform: scale(1.1)!important; }

.swiper-pagination-g01 { margin-top:70px; }

@media all and (max-width:1480px){
	.gArea { padding:70px 0; }
	.gArea .bd { margin-top:30px; }

	.swiper-pagination-g01 { margin-top:40px; }
}
@media all and (max-width:1200px){
	.gArea { padding:60px 0; }
	.gArea .bd { margin-top:30px; }

	.swiper-pagination-g01 { margin-top:30px; }
}
@media all and (max-width:900px){
	.gArea { padding:40px 0; }
	.gArea .bd { margin-top:30px; }

	.swiper-pagination-g01 { margin-top:30px; }
}






@media all and (max-width:1480px){
	
}
@media all and (max-width:1200px){
	
}
@media all and (max-width:1200px){
	
}
