﻿@charset "utf-8";
.banner{ width:100%; position:relative; overflow:hidden}
.banner .swiper-slide{ width:100%; overflow:hidden; background:#fff;position: relative;overflow: hidden;}
.banner .swiper-slide.swiper-slide-active {}
.banner .swiper-slide img{ width:100%;}
.banner .swiper-slide.swiper-slide-active img{}
.banner img.img01{ display:block}
.banner img.img02{ display:none}
.banner .swiper-slide .item{position: absolute;left: 0; top:50%;width: 100%; transform: translateY(-50%); color: #ffffff;}
.banner .swiper-slide .item .con{ width: 50%; border-radius: 20px;background: rgba(5, 16, 33, 0.7); box-sizing: border-box; padding: 60px 60px 80px }
.banner .swiper-slide .item .title{ font-size:60px; line-height: 70px; text-transform: uppercase; font-weight:bold; position:relative; top:80px; transition:all 0.3s linear; opacity:0}
.banner .swiper-slide .item .intro{ font-size:20px; line-height: 1.4; margin-top:25px;position:relative; top:80px; transition:all 0.3s linear; transition-delay:0.4s; opacity:0}
.banner .swiper-slide .item .more{ width: 200px; height: 45px;display:flex; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid #fff; border-radius: 25px; font-size: 16px; margin-top: 60px; position:relative; top:80px; transition:all 0.3s linear; transition-delay:0.8s; opacity:0 }
.banner .swiper-slide.swiper-slide-active .item .title{ top:0; opacity:1}
.banner .swiper-slide.swiper-slide-active .item .intro{ top:0; opacity:1}
.banner .swiper-slide.swiper-slide-active .item .more{ top:0; opacity:1}
.banner .swiper01  .pagination01{ width: 100%; text-align: center; position: absolute; left: 0; bottom: 60px ; font-size: 0; z-index: 9}
.banner .swiper01  .pagination01 span{ width: 30px; height: 5px; background: #fff; margin: 0 5px; padding: 0; opacity: 1; border-radius: 0 }
.banner .swiper01  .pagination01 span.swiper-pagination-bullet-active{ background: rgba(9, 153, 224, 1); }
@media (max-width: 1700px){
	.banner .swiper-slide .item .con{ border-radius: 16px; padding: 50px 50px 50px }
	.banner .swiper-slide .item .title{ font-size:40px; line-height: 50px;  }
	.banner .swiper-slide .item .intro{ font-size:16px; margin-top:20px; }
	.banner .swiper-slide .item .more{ width: 160px; height: 40px; font-size: 14px; margin-top: 40px; }
	.banner .swiper01  .pagination01{ bottom: 30px ; }
	.banner .swiper01  .pagination01 span{ width: 25px; height: 4px;  }
}
@media (max-width: 1200px){
	.banner img.img02{ display:block}
	.banner img.img01{ display:none}
	.banner .swiper-slide .item .con{ border-radius: 15px; padding:30px }
	.banner .swiper-slide .item .title{ font-size:30px; line-height: 40px;  }
	.banner .swiper-slide .item .intro{ font-size:14px; margin-top:20px; }
	.banner .swiper-slide .item .more{ width: 130px; height: 36px; font-size: 12px; margin-top: 30px; }
	.banner .swiper01  .pagination01{ bottom: 20px ; }
	.banner .swiper01  .pagination01 span{ width: 20px; height: 3px;  }
}
@media (max-width: 750px){
	.banner img.img02{ display:block}
	.banner img.img01{ display:none}
	.banner .swiper-slide .item .con{ width: 100%; border-radius: 10px; padding:25px }
	.banner .swiper-slide .item .title{ font-size:20px; line-height: 30px;  }
	.banner .swiper-slide .item .intro{ font-size:12px; margin-top:10px; }
	.banner .swiper-slide .item .more{ width: 120px; height: 36px; font-size: 12px; margin-top: 20px; }

}

.ihd .title{ text-align: center; font-size: 60px; color: rgba(10, 19, 36, 1); line-height: 1 }
.ihd .title.bai{ color: #fff }
@media (max-width: 1700px){
	.ihd .title{ font-size: 40px; }
}
@media (max-width: 1200px){
	.ihd .title{ font-size: 30px; }
}
@media (max-width: 1200px){
	.ihd .title{ font-size: 20px; }
}
.gcon_1{ margin-top: 110px }
.gcon_1 .ibd{ margin-top: 50px }
.gcon_1 .ibd .hd ul{ display: flex; align-items: center; justify-content: center; }
.gcon_1 .ibd .hd ul li{ font-size: 24px; color: rgba(10, 19, 36, 1); line-height: 1; padding-bottom: 10px; position: relative; margin: 0 45px; cursor: pointer; }
.gcon_1 .ibd .hd ul li:after{ content: ""; display: block; width: 0%; height: 4px; background: rgba(9, 153, 224, 1); position: absolute; left: 0; bottom: 0; transition:all 0.5s }
.gcon_1 .ibd .hd ul li.on:after{ width:100%}
.gcon_1 .ibd .bd{ margin-top: 60px; overflow: hidden; }
.gcon_1 .ibd .bd .swiper02{ width: 100%; overflow: hidden; }
.gcon_1 .ibd .bd .swiper02 .swiper-slide{ width: calc(540 / 1700 * 100%); margin-right: calc(40 / 1700 * 100%)  }
.gcon_1 .ibd .bd .swiper02 .swiper-slide:last-child{ margin-right: 0 }
.gcon_1 .ibd .bd .swiper02 .swiper-slide .pic{ width: 100%; overflow: hidden; border-radius: 20px }
.gcon_1 .ibd .bd .swiper02 .swiper-slide .pic img{ width: 100%; transition: all 0.3s; transform: scale(1); }
.gcon_1 .ibd .bd .swiper02 .swiper-slide:hover .pic img{ width: 100%; transform: all 0.3s; transform: scale(1.2); }
.gcon_1 .ibd .bd .swiper02 .swiper-slide .title{ font-size: 28px; color: rgba(10, 19, 36, 1); margin-top: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; text-align: center; transition: all 0.3s }
.gcon_1 .ibd .bd .swiper02 .swiper-slide:hover .title{ color:  rgba(9, 153, 224, 1); }
.gcon_1 .ibd .bd .swiper02 .pagination02{ width: 100%; margin-top: 60px;  text-align: center;}
.gcon_1 .ibd .bd .swiper02 .pagination02 span{ width: 30px; height: 5px; background: rgba(240, 240, 240, 1); margin: 0 5px; padding: 0; opacity: 1; border-radius: 0 }
.gcon_1 .ibd .bd .swiper02 .pagination02 span.swiper-pagination-bullet-active{ background: rgba(9, 153, 224, 1); }
.gcon_1 .imore{ display: flex; justify-content: center;align-items: center; margin-top: 50px }
.gcon_1 .imore a{ width: 200px; height: 45px;display:flex; align-items: center; justify-content: center; box-sizing: border-box;   border: 1px solid rgba(92, 99, 107, 1); border-radius: 25px; font-size: 16px; transition: all 0.3s linear;  }
.gcon_1 .imore a:hover{ background: rgba(9, 153, 224, 1); color: #fff; border: 1px solid rgba(9, 153, 224, 1) }
@media (max-width: 1700px){
	.gcon_1{ margin-top: 80px }
	.gcon_1 .ibd{ margin-top: 40px }
	.gcon_1 .ibd .hd ul{ justify-content: space-between;}
	.gcon_1 .ibd .hd ul li{ font-size: 20px; margin: 0 0; }
	.gcon_1 .ibd .hd ul li.on:after{ height: 3px; }
	.gcon_1 .ibd .bd{ margin-top: 40px; }
	.gcon_1 .ibd .bd .swiper02 .swiper-slide .title{ font-size: 24px;  margin-top: 16px; }
	.gcon_1 .ibd .bd .swiper02 .pagination02{ margin-top: 40px; }
	.gcon_1 .ibd .bd .swiper02 .pagination02 span{ width: 25px; height: 4px; }
	.gcon_1 .imore{ margin-top: 40px }
	.gcon_1 .imore a{ width: 160px; height: 40px; font-size: 14px; }

}
@media (max-width: 1200px){
	.gcon_1{ margin-top: 60px }
	.gcon_1 .ibd{ margin-top: 30px }
	.gcon_1 .ibd .hd ul li{ font-size: 14px; }
	.gcon_1 .ibd .hd ul li.on:after{ height: 2px; }
	.gcon_1 .ibd .bd{ margin-top: 30px; }
	.gcon_1 .ibd .bd .swiper02 .swiper-slide .pic{ border-radius: 15px }
	.gcon_1 .ibd .bd .swiper02 .swiper-slide .title{ font-size: 20px;  margin-top: 12px; }
	.gcon_1 .ibd .bd .swiper02 .pagination02{ margin-top: 20px; }
	.gcon_1 .ibd .bd .swiper02 .pagination02 span{ width: 20px; height: 3px; }
	.gcon_1 .imore{ margin-top: 30px }
	.gcon_1 .imore a{ width: 130px; height: 36px; font-size: 12px; }
}
@media (max-width: 750px){
	.gcon_1{ margin-top: 40px }
	.gcon_1 .ibd{ margin-top: 20px }
	.gcon_1 .ibd .hd{ width:100%; overflow-x:auto; padding-bottom:5px}
	.gcon_1 .ibd .hd ul{ width:800px }
	.gcon_1 .ibd .hd ul li{ font-size: 14px; margin: 0 0; text-align: center; }
	.gcon_1 .ibd .hd ul li.on:after{ height: 2px; }
	.gcon_1 .ibd .bd{ margin-top: 15px; }
	.gcon_1 .ibd .bd .swiper02 .swiper-slide{ width: 48.5%; margin-right: 3% }
	.gcon_1 .ibd .bd .swiper02 .swiper-slide .pic{ border-radius: 10px }
	.gcon_1 .ibd .bd .swiper02 .swiper-slide .title{ font-size: 16px;  margin-top: 12px; }
	.gcon_1 .ibd .bd .swiper02 .pagination02{ margin-top: 10px; }
	.gcon_1 .ibd .bd .swiper02 .pagination02 span{ width: 20px; height: 3px; }
	.gcon_1 .imore{ margin-top: 20px }
	.gcon_1 .imore a{ width: 120px; height: 36px; font-size: 12px; }
}


.gcon_2{ margin-top: 110px }
.gcon_2 .nr{ background: rgba(9, 153, 224, 1); box-sizing: border-box; padding:110px 25px ; border-radius: 55px; overflow:hidden }
.gcon_2 .nr .ibd{ margin-top: 90px; position:relative }
.gcon_2 .nr .ibd .swiper02a{ width: 100%; overflow: hidden; }
.gcon_2 .nr .ibd .swiper02a .swiper-slide{ width: 33.33333333333333333%; position: relative; box-sizing: border-box; padding: 0 105px;display: flex;
flex-direction: column;
height: auto; }
.gcon_2 .nr .ibd .swiper02a .swiper-slide:after{ content: ""; display: block; width: 1px; height: 100%; background: rgba(255,255,255,0.3); position: absolute; right: -1px; top: 0 }
.gcon_2 .nr .ibd .swiper02a .swiper-slide:last-child:after{ width:0}
.gcon_2 .nr .ibd .swiper02a .swiper-slide .ico img{ height: 49px; display:block; margin: 0 auto }
.gcon_2 .nr .ibd .swiper02a .swiper-slide .title{ font-size: 28px; text-align: center; color: #fff; margin-top: 30px }
.gcon_2 .nr .ibd .swiper02a .swiper-slide .intro{ font-size: 20px; color:  rgba(255,255,255,0.8); text-align: center; margin-top: 25px;flex-grow: 1; }
.gcon_2 .nr .ibd .swiper02a .swiper-slide .more{ display: flex; justify-content: center; margin-top: 40px }
.gcon_2 .nr .ibd .swiper02a .swiper-slide .more a{ display: flex; justify-content: center; align-items: center; width: 150px; height: 40px; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.8); font-size: 16px; color:rgba(255,255,255,0.8); border-radius: 30px; transition:all 0.5s  }
.gcon_2 .nr .ibd .swiper02a .swiper-slide .more a:hover{ background: #fff; color: rgba(9, 153, 224, 1); }
.gcon_2 .nr .ibd .swiper02a .pagination02a{ text-align:center; margin-top:60px}
.gcon_2 .nr .ibd .swiper02a .pagination02a span{ width:16px; height:16px; border-radius:50%; background:#fff; opacity:0.5; margin:0 10px}
.gcon_2 .nr .ibd .swiper02a .pagination02a .swiper-pagination-bullet-active{ opacity:1}
.gcon_2 .nr .ibd:after{ content:""; display:block; width:10px; height:100%; background:rgba(9, 153, 224, 1); position:absolute; left:-5px; top:0; z-index:2}
.gcon_2 .nr .ibd:before{ content:""; display:block; width:10px; height:100%; background:rgba(9, 153, 224, 1); position:absolute; right:-5px; top:0; z-index:2}
@media (max-width: 1700px){
	.gcon_2{ margin-top: 80px }
	.gcon_2 .nr{ padding:80px 15px ; border-radius: 40px }
	.gcon_2 .nr .ibd{ margin-top: 60px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide{ padding: 0 60px;}
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .ico img{ height: 40px; }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .title{ font-size: 24px;  margin-top: 25px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .intro{ font-size: 16px;  margin-top: 20px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .more{ margin-top: 30px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .more a{ width: 130px; height: 36px; font-size: 14px; }
	.gcon_2 .nr .ibd .swiper02a .pagination02a{ margin-top:50px}
	.gcon_2 .nr .ibd .swiper02a .pagination02a span{ width:12px; height:12px; margin:0 8px}
}
@media (max-width: 1200px){
	.gcon_2{ margin-top: 60px }
	.gcon_2 .nr{ padding:60px 10px ; border-radius: 20px }
	.gcon_2 .nr .ibd{ margin-top: 40px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide{ width: 50%; padding: 0 20px;}
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .ico img{ height: 36px; }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .title{ font-size: 20px;  margin-top: 20px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .intro{ font-size: 14px;  margin-top: 16px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .more{ margin-top: 20px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .more a{ width: 120px; height: 32px; font-size: 12px; }
	.gcon_2 .nr .ibd .swiper02a .pagination02a{ margin-top:40px}
	.gcon_2 .nr .ibd .swiper02a .pagination02a span{ width:10px; height:10px; margin:0 5px}
}
@media (max-width: 750px){
	.gcon_2{ margin-top: 40px }
	.gcon_2 .nr{ padding:40px 10px ; border-radius: 20px }
	.gcon_2 .nr .ibd{ margin-top: 30px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide{ width: 100%; padding: 0 20px;}
	.gcon_2 .nr .ibd .swiper02a .swiper-slide:after{ width: 0 }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .ico img{ height: 32px; }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .title{ font-size: 18px;  margin-top: 15px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .intro{ font-size: 12px;  margin-top: 12px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .more{ margin-top: 20px }
	.gcon_2 .nr .ibd .swiper02a .swiper-slide .more a{ width: 120px; height: 32px; font-size: 12px; }
	.gcon_2 .nr .ibd .swiper02a .pagination02a{ margin-top:30px}
}


.gcon_3{ margin-top: 50px }
.gcon_3 .ibd{ width: 100%; box-sizing: border-box; border-left: 1px solid rgba(240, 240, 240, 1); overflow: hidden; }
.gcon_3 .ibd .swiper03{ width: 100% }
.gcon_3 .ibd .swiper03 .swiper-slide{ width: calc(100% / 9); box-sizing: border-box; border: 1px solid  rgba(240, 240, 240, 1);  overflow: hidden; border-left: 0}
.gcon_3 .ibd .swiper03 .swiper-slide img{ width: 100% }
.gcon_3 .ibd .swiper03 .swiper-slide:last-child{ border-right: 0 }
@media (max-width: 1700px){
	.gcon_3{ margin-top: 40px }
	.gcon_3 .ibd .swiper03 .swiper-slide{ width: calc(100% / 8); }
}
@media (max-width: 1200px){
	.gcon_3{ margin-top: 30px }
	.gcon_3 .ibd .swiper03 .swiper-slide{ width: calc(100% / 6); }
}
@media (max-width: 750px){
	.gcon_3{ margin-top: 30px }
	.gcon_3 .ibd .swiper03 .swiper-slide{ width: calc(100% / 3); }
}

.gcon_4{ width: 100%; margin-top: 110px }
.gcon_4 .ibd{ background: rgba(242, 243, 245, 1); border-radius: 56px;display:flex; flex-direction: row-reverse; flex-wrap: wrap; overflow: hidden;}
.gcon_4 .ibd .wk{ width:50%}
.gcon_4 .ibd .bd{ width:100%; padding-bottom:calc(780 / 850 * 100%);height:0!important ; position:relative}
.gcon_4 .ibd .bd .con{ width: 100%!important; height:100%!important; position:absolute; left:0; top:0; }
.gcon_4 .ibd .bd .con img{ width: 100% }
.gcon_4 .ibd .hd{ width: 50%; box-sizing: border-box; padding: 80px 40px 0 110px }
.gcon_4 .ibd .hd .ihd .title{ text-align: left;}
.gcon_4 .ibd .hd .ihd .intro{ font-size: 18px; color: rgba(92, 99, 107, 1) ; margin-top: 15px }
.gcon_4 .ibd .hd ul{ padding-top: 10px }
.gcon_4 .ibd .hd ul li{ margin-top: 40px; font-size: 24px; color: rgba(10, 19, 36, 1); line-height: 30px; position: relative; width: fit-content; padding-bottom: 10px; cursor: pointer; }
.gcon_4 .ibd .hd ul li a{ color:rgba(10, 19, 36, 1)}
.gcon_4 .ibd .hd ul li:after{ content: ""; display: block; width:0%; height: 4px; background: rgba(9, 153, 224, 1); position: absolute; left: 0; bottom: 0; z-index: 2; transition: all 0.5s; border-radius: 2px }
.gcon_4 .ibd .hd ul li.on:after{ width: 100% }
@media (max-width: 1700px){
	.gcon_4{ margin-top: 80px }
	.gcon_4 .ibd{  border-radius: 40px; }
	.gcon_4 .ibd .hd{ padding: 60px 30px 0 60px }
	.gcon_4 .ibd .hd .ihd .intro{ font-size: 16px; margin-top: 12px }
	.gcon_4 .ibd .hd ul li{ margin-top: 30px; font-size: 20px; line-height: 1.2; }
	.gcon_4 .ibd .hd ul li:after{ height: 3px; }
}
@media (max-width: 1200px){
	.gcon_4{ margin-top: 60px }
	.gcon_4 .ibd{  border-radius: 30px; }
	.gcon_4 .ibd .hd{ padding: 30px 20px 0 20px }
	.gcon_4 .ibd .hd .ihd .intro{ font-size: 12px; margin-top: 12px }
	.gcon_4 .ibd .hd ul li{ margin-top: 15px; font-size: 14px; line-height: 1.2; padding-bottom: 8px }
	.gcon_4 .ibd .hd ul li:after{ height: 2px; }
}
@media (max-width: 750px){
	.gcon_4{ margin-top: 40px }
	.gcon_4 .ibd{  border-radius: 20px; }
	.gcon_4 .ibd .hd{ width: 100%; padding: 20px }
	.gcon_4 .ibd .hd .ihd .intro{ font-size: 12px; margin-top: 12px }
	.gcon_4 .ibd .hd ul{ padding-top: 5px }
	.gcon_4 .ibd .hd ul li{ margin-top: 12px; font-size: 14px; line-height: 1.2; padding-bottom: 4px }
	.gcon_4 .ibd .hd ul li:after{ height: 2px; }
	.gcon_4 .ibd .wk{ width: 100% }
}

.gcon_5{ margin-top:90px }
.gcon_5 .ibd{ width: 100%; overflow: hidden; }
.gcon_5 .ibd .swiper05{ width: 100%; overflow: hidden; padding-top:20px }
.gcon_5 .ibd .swiper05 .swiper-slide{ width: calc(320 / 1700 * 100%); margin-right:calc(25 / 1700 * 100%)  }
.gcon_5 .ibd .swiper05 .swiper-slide:last-child{ margin-right: 0 }
.gcon_5 .ibd .swiper05 .swiper-slide .top{ width: 100%; background: rgba(242, 243, 245, 1); box-sizing: border-box; padding: 20px 20px 20px 30px; border-radius: 20px; position:relative; top:0; transition:all 0.3s }
.gcon_5 .ibd .swiper05 .swiper-slide .top .ico img{ display: block; height: 38px }
.gcon_5 .ibd .swiper05 .swiper-slide .top .ico .img1{ display: block; }
.gcon_5 .ibd .swiper05 .swiper-slide .top .ico .img2{ display: none; }
.gcon_5 .ibd .swiper05 .swiper-slide .top .num{ margin-top: 50px; font-size: 65px; color: rgba(10, 19, 36, 1); font-weight: bold; line-height: 1; text-align: right; }
.gcon_5 .ibd .swiper05 .swiper-slide:hover .top{ top:-20px}
.gcon_5 .ibd .swiper05 .swiper-slide .intro{ font-size: 18px; color: rgba(92, 99, 107, 1); line-height: 28px; margin-top: 40px; text-align: right; }
.gcon_5 .ibd .swiper05 .swiper-slide:hover .top .ico .img2{ display: block; }
.gcon_5 .ibd .swiper05 .swiper-slide:hover .top .ico .img1{ display: none; }
.gcon_5 .ibd .swiper05 .swiper-slide:hover .top .num{ color: rgba(9, 153, 224, 1)}
@media (max-width: 1700px){
	.gcon_5{ margin-top: 60px }
	.gcon_5 .ibd .swiper05 .swiper-slide .top{ padding: 18px 18px 18px 26px; border-radius: 18px }
	.gcon_5 .ibd .swiper05 .swiper-slide .top .ico img{ height: 32px }
	.gcon_5 .ibd .swiper05 .swiper-slide .top .num{ margin-top: 40px; font-size: 50px; }
	.gcon_5 .ibd .swiper05 .swiper-slide .intro{ font-size: 16px; line-height: 1.4; margin-top: 30px; }
}
@media (max-width: 1200px){
	.gcon_5{ margin-top: 50px }
	.gcon_5 .ibd .swiper05 .swiper-slide{ width: 32%; margin-right: 2% }
	.gcon_5 .ibd .swiper05 .swiper-slide .top{ padding: 16px 16px 16px 24px; border-radius: 16px }
	.gcon_5 .ibd .swiper05 .swiper-slide .top .ico img{ height: 28px }
	.gcon_5 .ibd .swiper05 .swiper-slide .top .num{ margin-top: 30px; font-size: 40px; }
	.gcon_5 .ibd .swiper05 .swiper-slide .intro{ font-size: 14px; line-height: 1.4; margin-top: 20px; }
}
@media (max-width: 750px){
	.gcon_5{ margin-top: 30px }
	.gcon_5 .ibd .swiper05 .swiper-slide{ width: 48.5%; margin-right: 3% }
	.gcon_5 .ibd .swiper05 .swiper-slide .top{ padding: 15px 15px 15px 15px; border-radius: 15px }
	.gcon_5 .ibd .swiper05 .swiper-slide .top .ico img{ height: 24px }
	.gcon_5 .ibd .swiper05 .swiper-slide .top .num{ margin-top: 25px; font-size: 30px; }
	.gcon_5 .ibd .swiper05 .swiper-slide .intro{ font-size: 12px; line-height: 1.4; margin-top: 16px; }
}

.gcon_6{ width: 100%; margin-top: 110px; position: relative; padding:110px 0; background:rgba(9, 153, 224, 1) }
.gcon_6 .bj{ width: 100%; display:none}
.gcon_6 .bj img{ width: 100% }
.gcon_6 .ihd{}
.gcon_6 .intro{ width: 1200px; margin: 60px auto; text-align: center; color:rgba(255,255,255,0.8); font-size: 20px }
.gcon_6 .pic{ width:1200px; margin:0 auto; margin-top:60px; border-radius:60px; overflow:hidden; position:relative}
.gcon_6 .pic i{ display:block; width:100%; height:100%; background:url(ax1.png) center center no-repeat; position:absolute; left:0; top:0}
.gcon_6 .pic img{ width:100%; transform:scale(1); transition:all 0.5s}
.gcon_6 .pic:hover img{ transform:scale(1.1);}
@media (max-width: 1700px){
	.gcon_6{  margin-top: 80px; }
	.gcon_6 .ihd{ top:80px; }
	.gcon_6 .intro{ width: 1000px; margin: 40px auto; font-size: 18px }
	.gcon_6 .pic{ width:1000px; margin-top:50px;border-radius:40px;}
}
@media (max-width: 1200px){
	.gcon_6{  margin-top: 60px; }
	.gcon_6 .ihd{ top:60px; }
	.gcon_6 .intro{ width: 92%; margin: 30px auto; font-size: 14px }
	.gcon_6 .pic{ width:92%; margin-top:30px;border-radius:20px;}
}
@media (max-width: 750px){
	.gcon_6 .bj img{ width: 100%; height: 400px; object-fit:cover; }
	.gcon_6{  margin-top: 40px; }
	.gcon_6 .ihd{ top:40px; }
	.gcon_6 .intro{ width: 92%; margin: 20px auto; font-size: 14px }
	.gcon_6 .pic{ margin-top:20px;border-radius:15px;}
}


.gcon_7{ width: 100%; margin: 110px 0; position: relative; }
.gcon_7 .ibd{ margin-top: 80px }
.gcon_7 .ibd .swiper07{ width: 100% }
.gcon_7 .ibd .swiper07 .swiper-slide{ width: calc(450 / 1700 * 100%); margin-right: calc(30 / 1700 * 100%) }
.gcon_7 .ibd .swiper07 .swiper-slide:last-child{ margin-right: 0 }
.gcon_7 .ibd .swiper07 .swiper-slide .pic{ width: 100%; overflow: hidden; border-radius: 30px; }
.gcon_7 .ibd .swiper07 .swiper-slide .pic img{ width: 100%; transition: all 0.3s linear; transform: scale(1); }
.gcon_7 .ibd .swiper07 .swiper-slide:hover .pic img{ transform: scale(1.2); }
.gcon_7 .ibd .swiper07 .swiper-slide .time{ font-size: 16px; color: rgba(92, 99, 107, 1); margin-top: 30px }
.gcon_7 .ibd .swiper07 .swiper-slide .title{ font-size: 20px; color: rgba(10, 19, 36, 1); margin-top: 18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; height:60px }
.gcon_7 .ibd .swiper07 .swiper-slide .more{ display: flex; justify-content: center; align-items: center; width: 150px; height: 40px; box-sizing: border-box; border: 1px solid rgba(10, 19, 36, 0.5); font-size: 16px; color:rgba(10, 19, 36, 1); border-radius: 30px ;margin-top: 50px; transition:all 0.3s }
.gcon_7 .ibd .swiper07 .swiper-slide:hover .more{ color: #fff; background: rgba(9, 153, 224, 1); border-color:rgba(9, 153, 224, 1)  }
.gcon_7 .ibd .swiper07 .btn{ margin-top: 110px; display: flex; justify-content: center; }
.gcon_7 .ibd .swiper07 .btn .prev07{ width: 50px; height: 50px; background: url(g_12.png) center center no-repeat; background-size: cover; margin: 0 18px; cursor: pointer; }
.gcon_7 .ibd .swiper07 .btn .prev07:hover{background: url(g_12_2.png) center center no-repeat; background-size: cover;}
.gcon_7 .ibd .swiper07 .btn .next07{ width: 50px; height: 50px; background: url(g_13.png) center center no-repeat; background-size: cover; margin: 0 18px; cursor: pointer; }
.gcon_7 .ibd .swiper07 .btn .next07:hover{background: url(g_13_2.png) center center no-repeat; background-size: cover;}
@media (max-width: 1700px){
	.gcon_7{ margin: 80px 0; }
	.gcon_7 .ibd{ margin-top: 60px }
	.gcon_7 .ibd .swiper07 .swiper-slide .pic{ border-radius: 20px; }
	.gcon_7 .ibd .swiper07 .swiper-slide .time{ font-size: 14px; margin-top: 20px }
	.gcon_7 .ibd .swiper07 .swiper-slide .title{ font-size: 18px; margin-top: 15px;}
	.gcon_7 .ibd .swiper07 .swiper-slide .more{  width: 130px; height: 36px; font-size: 14px;margin-top: 40px }
	.gcon_7 .ibd .swiper07 .btn{ margin-top: 80px; display: flex; justify-content: center; }
	.gcon_7 .ibd .swiper07 .btn .prev07{ width: 42px; height: 42px;  margin: 0 15px; }
	.gcon_7 .ibd .swiper07 .btn .next07{ width: 42px; height: 42px;  margin: 0 15px; }
}
@media (max-width: 1200px){
	.gcon_7{ margin: 60px 0; }
	.gcon_7 .ibd{ margin-top: 40px }
	.gcon_7 .ibd .swiper07 .swiper-slide{ width: 31%; margin-right: 3.5% }
	.gcon_7 .ibd .swiper07 .swiper-slide .pic{ border-radius: 16px; }
	.gcon_7 .ibd .swiper07 .swiper-slide .time{ font-size: 12px; margin-top: 10px }
	.gcon_7 .ibd .swiper07 .swiper-slide .title{ font-size: 16px; margin-top: 10px; height:52px}
	.gcon_7 .ibd .swiper07 .swiper-slide .more{  width: 110px; height: 32px; font-size: 12px;margin-top: 20px }
	.gcon_7 .ibd .swiper07 .btn{ margin-top: 40px; display: flex; justify-content: center; }
	.gcon_7 .ibd .swiper07 .btn .prev07{ width: 36px; height: 36px;  margin: 0 10px; }
	.gcon_7 .ibd .swiper07 .btn .next07{ width: 36px; height: 36px;  margin: 0 10px; }
}
@media (max-width: 750px){
	.gcon_7{ margin: 40px 0; }
	.gcon_7 .ibd{ margin-top: 30px }
	.gcon_7 .ibd .swiper07 .swiper-slide{ width: 48.5%; margin-right: 3% }
	.gcon_7 .ibd .swiper07 .swiper-slide .pic{ border-radius: 10px; }
	.gcon_7 .ibd .swiper07 .btn{ margin-top: 30px }
	.gcon_7 .ibd .swiper07 .btn .prev07{ width: 30px; height: 30px;  margin: 0 10px; }
	.gcon_7 .ibd .swiper07 .btn .next07{ width: 30px; height: 30px;  margin: 0 10px; }
}











































































































































































































