@charset "utf-8";
.banner{width:100%;position:relative;height: 100vh;overflow: hidden;}
.banner a{display:block;height: 100%;overflow: hidden;}
.banner img {width: 100%;height: 100%;position:relative;object-fit: cover;}
.banner .swiper-container{height: 100%;}
.banner .swiper-pagination-bullet { width: 12px; height:12px; background:#fff; }
.banner .swiper-pagination-bullet-active { background:rgb(0, 64, 152); }
.banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 30px; }

.banner .swiper-slide img{
	
		transition:1s linear 2s;
		transform:scale(1,1);
		}
.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1.15,1.15);
		}	
  
  
.banner .img02 { display:none; }
@media all and (max-width:750px){
	.banner .img01 { display:none; }
	.banner .img02 { display:block; }
	.banner{padding-top: 60px;height: auto;}
}
.gcon_1{background: rgba(248, 249, 250, 1); padding: 100px 0}
.ihd .title{ text-align: center;font-size: 40px;font-weight: 700;color: rgba(0, 0, 0, 1); line-height: 1}
.ihd .intro{ text-align: center;font-size: 14px;font-weight: 400;line-height: 24px;color: rgba(0, 0, 0, 1); margin-top: 15px }
.gcon_1 .ibd{ margin-top: 55px }
.gcon_1 .ibd .tab01{ width: 100% }
.gcon_1 .ibd .tab01 .hd{ width: 100% }
.gcon_1 .ibd .tab01 .hd ul{ width: 100%; display: flex; justify-content: space-between;flex-wrap: wrap; }
.gcon_1 .ibd .tab01 .hd ul li{ width: 215px; transition: all 0.5s; overflow: hidden; border-radius: 10px; position: relative;}
.gcon_1 .ibd .tab01 .hd ul li .pic{ width: 930px; position: relative; left: 50%; transform: translateX(-50%); position: relative; overflow: hidden; }
.gcon_1 .ibd .tab01 .hd ul li .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.gcon_1 .ibd .tab01 .hd ul li:hover .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.gcon_1 .ibd .tab01 .hd ul li .pic:after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top:0; background: url(../images/g_18.png) bottom center no-repeat; background-size: 100%}
.gcon_1 .ibd .tab01 .hd ul li .item{ width: 100%; position: absolute; left: 0; bottom: 0; box-sizing: border-box; padding: 25px; transition: all 0.3s; color: #fff }
.gcon_1 .ibd .tab01 .hd ul li .item .ico img{ height: 0; transition: all 0.3s; }
.gcon_1 .ibd .tab01 .hd ul li .item .title{ font-size:20px ; font-weight: bold; margin-top: 10px }
.gcon_1 .ibd .tab01 .hd ul li .item .intro{ font-size: 14px; line-height: 24px ; color: rgba(255,255,255,0.6);text-overflow: ellipsis;overflow: hidden;white-space: nowrap; margin-top: 8px }
.gcon_1 .ibd .tab01 .hd ul li.on{ width:930px;  }
.gcon_1 .ibd .tab01 .hd ul li.on .item{ padding: 25px 40px }
.gcon_1 .ibd .tab01 .hd ul li.on .item .ico img{  height: 30px;  }
.gcon_1 .ibd .tab01 .hd ul li.on .item .intro{ display: block; overflow: visible;white-space: initial; }
@media all and (max-width:1680px){
	.gcon_1{ padding: 80px 0}
	.ihd .title{ font-size: 32px; }
	.ihd .intro{ font-size: 14px; line-height: 20px; margin-top: 12px }
	.gcon_1 .ibd{ margin-top:40px }
	.gcon_1 .ibd .tab01 .hd ul li{ width: 240px; }
	.gcon_1 .ibd .tab01 .hd ul li .pic{ width: 700px; }
	.gcon_1 .ibd .tab01 .hd ul li .item{ padding: 20px;}
	.gcon_1 .ibd .tab01 .hd ul li .item .title{ font-size:18px ; }
	.gcon_1 .ibd .tab01 .hd ul li .item .intro{ font-size: 14px; line-height: 20px ; margin-top: 6px }
	.gcon_1 .ibd .tab01 .hd ul li.on{ width:700px;  }
	.gcon_1 .ibd .tab01 .hd ul li.on .item { padding: 20px 30px }
	.gcon_1 .ibd .tab01 .hd ul li.on .item .ico img{  height: 26px;  }
}
@media all and (max-width:1280px){
	.gcon_1{ padding: 60px 0}
	.ihd .title{ font-size: 24px; }
	.ihd .intro{ font-size: 14px; line-height: 20px; margin-top: 12px }
	.gcon_1 .ibd{ margin-top:30px }
	.gcon_1 .ibd .tab01 .hd ul li{ width: 20%; }
	.gcon_1 .ibd .tab01 .hd ul li .pic{ width: 54vw; }
	.gcon_1 .ibd .tab01 .hd ul li .item{ padding: 16px;}
	.gcon_1 .ibd .tab01 .hd ul li .item .title{ font-size:16px ; }
	.gcon_1 .ibd .tab01 .hd ul li .item .intro{ font-size: 14px; line-height: 20px ; margin-top: 6px }
	.gcon_1 .ibd .tab01 .hd ul li.on{ width:58%;  }
	.gcon_1 .ibd .tab01 .hd ul li.on .item { padding: 16px 25px }
	.gcon_1 .ibd .tab01 .hd ul li.on .item .ico img{  height: 24px;  }
}
@media all and (max-width:750px){
	.gcon_1{ padding: 40px 0}
	.ihd .title{ font-size: 20px; }
	.ihd .intro{ font-size: 14px; line-height: 20px; margin-top: 10px }
	.gcon_1 .ibd{ margin-top:0 }
	.gcon_1 .ibd .tab01 .hd ul li{ width: 100%; margin-top: 20px }
	.gcon_1 .ibd .tab01 .hd ul li .pic{ width: 100%; }
	.gcon_1 .ibd .tab01 .hd ul li .item{ padding: 16px;}
	.gcon_1 .ibd .tab01 .hd ul li .item .title{ font-size:16px ; }
	.gcon_1 .ibd .tab01 .hd ul li .item .intro{ font-size: 14px; line-height: 18px ; margin-top: 6px }
	.gcon_1 .ibd .tab01 .hd ul li.on{ width:100%;  }
	.gcon_1 .ibd .tab01 .hd ul li .item { padding: 16px }
	.gcon_1 .ibd .tab01 .hd ul li.on .item { padding: 16px }
	.gcon_1 .ibd .tab01 .hd ul li .item .ico img{  height: 20px;  }
	.gcon_1 .ibd .tab01 .hd ul li.on .item .ico img{  height: 20px;  }
	.gcon_1 .ibd .tab01 .hd ul li .item .intro{ display: block; overflow: visible;white-space: initial; }
}



.gcon_2{ padding: 100px 0}
.gcon_2 .ibd{ margin-top: 55px }
.gcon_2 .ibd .tab02{ width: 100% }
.gcon_2 .ibd .tab02 .hd{ width: 100% }
.gcon_2 .ibd .tab02 .hd ul{ width: 100%; display: flex; justify-content: space-between;flex-wrap: wrap; }
.gcon_2 .ibd .tab02 .hd ul li{ width: 250px; position: relative; border-radius: 10px; overflow: hidden; }
.gcon_2 .ibd .tab02 .hd ul li a{ display:block; width: 250px; transition: all 0.3s; position: relative; overflow: hidden; }
.gcon_2 .ibd .tab02 .hd ul li.on{ width: 775px }
.gcon_2 .ibd .tab02 .hd ul li.on a{ width: 775px }
.gcon_2 .ibd .tab02 .hd ul li a .pic{ width:250px; position:relative;left: 50%; transform: translateX(-50%);}
.gcon_2 .ibd .tab02 .hd ul li a .pic img{ width: 250px }
.gcon_2 .ibd .tab02 .hd ul li.on a .pic{ width:473px;  }
.gcon_2 .ibd .tab02 .hd ul li.on a .pic img{ width: 473px }
.gcon_2 .ibd .tab02 .hd ul li a .pic .img2{ display: block; }
.gcon_2 .ibd .tab02 .hd ul li a .pic .img1{ display: none; }
.gcon_2 .ibd .tab02 .hd ul li.on a .pic{ left: 0; transform: translateX(0);float: right; }
.gcon_2 .ibd .tab02 .hd ul li a .item{ width: 98%; position: absolute; right: 0; top: 0; box-sizing: border-box; padding:80px 1%; z-index: 2; transition: all 0.3s; }
.gcon_2 .ibd .tab02 .hd ul li a .item .title{ font-size: 20px; color: #000; font-weight: bold; text-align: center; }
.gcon_2 .ibd .tab02 .hd ul li a .item .bq{ font-size: 14px; color: #000; margin-top: 10px; text-align: center; }
.gcon_2 .ibd .tab02 .hd ul li a .item .intro{width: 100%;border-top: 1px solid rgba(255,255,255,0.5);margin-top: 25px;font-size: 14px;color: rgba(255,255,255,0.9);line-height: 24px;height: auto;box-sizing: border-box;padding-top: 25px;opacity: 0;transition: all 0.5s;/* text-align: justify; */}
.gcon_2 .ibd .tab02 .hd ul li a .item .more{display:flex; align-items: center; justify-content: center; width: 120px; height: 32px; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.5); color: #fff; border-radius: 6px; opacity: 0; transition: all 0.5s; font-size: 14px}
.gcon_2 .ibd .tab02 .hd ul li.on .item{ border-radius: 0 6px 6px; overflow: hidden; width: 310px;height: 100%; background:  rgb(0, 64, 152); position: absolute; left: 0; top: 0 }
.gcon_2 .ibd .tab02 .hd ul li.on a .item .title{ color: #fff; text-align: left; }
.gcon_2 .ibd .tab02 .hd ul li.on a .item .bq{ color: #fff; text-align: left; }
.gcon_2 .ibd .tab02 .hd ul li.on a .item .intro{ opacity: 1 }
.gcon_2 .ibd .tab02 .hd ul li.on a .item .more{ opacity: 1 }
.gcon_2 .ibd .tab02 .hd ul li.on a .pic .img1{ display: block; }
.gcon_2 .ibd .tab02 .hd ul li.on a .pic .img2{ display: none; }
.gcon_2 .ibd .tab02 .hd ul li.on a .item{ padding:60px 35px}
@media all and (max-width:1680px){
	.gcon_2{ padding: 80px 0}
	.gcon_2 .ibd{ margin-top: 40px }
	.gcon_2 .ibd .tab02 .hd ul li{ width: 190px; }
	.gcon_2 .ibd .tab02 .hd ul li a{ width: 190px; }
	.gcon_2 .ibd .tab02 .hd ul li.on{ width: 600px }
	.gcon_2 .ibd .tab02 .hd ul li.on a{ width: 600px }
	.gcon_2 .ibd .tab02 .hd ul li a .pic{ width:201px; position: relative; }
	.gcon_2 .ibd .tab02 .hd ul li a .pic img{ width: 201px }
	
	.gcon_2 .ibd .tab02 .hd ul li.on a .pic{ width:380px; position: relative; }
	.gcon_2 .ibd .tab02 .hd ul li.on a .pic img{ width: 380px }
	
	
	.gcon_2 .ibd .tab02 .hd ul li a .item{ padding: 60px 0;  }
	.gcon_2 .ibd .tab02 .hd ul li a .item .title{ font-size: 18px; }
	.gcon_2 .ibd .tab02 .hd ul li a .item .bq{ font-size: 14px; margin-top: 8px }
	.gcon_2 .ibd .tab02 .hd ul li a .item .intro{ margin-top: 20px; font-size: 14px; line-height: 20px; height: 180px;  padding-top: 20px; }
	.gcon_2 .ibd .tab02 .hd ul li a .item .more{ width: 100px; height: 28px; font-size: 12px}
	.gcon_2 .ibd .tab02 .hd ul li.on .item{ width: 230px; padding: 60px 20px; }

}
@media all and (max-width:1280px){
	.gcon_2{ padding: 60px 0}
	.gcon_2 .ibd{ margin-top: 40px }
	.gcon_2 .ibd .tab02 .hd ul li{ width: calc(25% - 1px); border-radius: 6px }
	.gcon_2 .ibd .tab02 .hd ul li a{ width: 100%; }
	.gcon_2 .ibd .tab02 .hd ul li.on{ width: calc(25% - 1px); }
	.gcon_2 .ibd .tab02 .hd ul li.on a{ width: 100% }
	.gcon_2 .ibd .tab02 .hd ul li a .pic{ float: none; width:100%; position: relative;left: 0; transform: translateX(0); }
	.gcon_2 .ibd .tab02 .hd ul li a .pic img{ width: 100%!important }
	.gcon_2 .ibd .tab02 .hd ul li.on a .pic{ width:100%}
	.gcon_2 .ibd .tab02 .hd ul li.on a .pic img{ width: 100%!important }
	
	.gcon_2 .ibd .tab02 .hd ul li a .pic .img1{ display:block }
	.gcon_2 .ibd .tab02 .hd ul li a .pic .img2{ display:none }
	.gcon_2 .ibd .tab02 .hd ul li.on a .pic .img1{ display:block }
	.gcon_2 .ibd .tab02 .hd ul li.on a .pic .img2{ display:none }
	
	
	.gcon_2 .ibd .tab02 .hd ul li a .item{ position: relative; padding: 20px 10px; background:  rgb(0, 64, 152); border-radius: 0 }
	.gcon_2 .ibd .tab02 .hd ul li a .item .title{ font-size: 16px; color: #fff; text-align: left; }
	.gcon_2 .ibd .tab02 .hd ul li a .item .bq{ font-size: 13px; margin-top: 8px; color: #fff; text-align: left; opacity: 1 }
	.gcon_2 .ibd .tab02 .hd ul li a .item .intro{ margin-top: 16px; font-size: 14px; line-height: 20px;  padding-top: 16px; height:auto;  opacity: 1; min-height:140px}
	.gcon_2 .ibd .tab02 .hd ul li a .item .more{ width: 100px; height: 28px; font-size: 14px; margin-top: 16px; opacity: 1}
	
	.gcon_2 .ibd .tab02 .hd ul li .item{ position: relative; width: 100%; padding:20px 10px; border-radius: 0}
	
	.gcon_2 .ibd .tab02 .hd ul li.on .item{ position: relative; width: 100%; padding:20px 10px; border-radius: 0}
	.gcon_2 .ibd .tab02 .hd ul li.on a .item{ padding:20px 10px}

}
@media all and (max-width:750px){
	.gcon_2{ padding: 40px 0}
	.gcon_2 .ibd{ margin-top: 0 }
	.gcon_2 .ibd .tab02 .hd ul li{ width: 100%; border-radius: 6px; margin-top: 20px }
	.gcon_2 .ibd .tab02 .hd ul li.on{ width: 100%; }
	.gcon_2 .ibd .tab02 .hd ul li a .item .intro{  min-height:0}
}

.gcon_3 .ibd{ margin-top: 55px; display: flex; flex-wrap: wrap; justify-content: space-between;align-items: flex-start;  }
.gcon_3 .ibd .lt{ width: calc(390 / 1600 * 100%) }
.gcon_3 .ibd .lt .item{ width: 100%; position: relative; border-radius: 10px; overflow: hidden; }
.gcon_3 .ibd .lt .item .pic{ width: 100%; overflow: hidden; position:relative }
.gcon_3 .ibd .lt .item .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;border-radius: 10px;}
.gcon_3 .ibd .lt .item:hover .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);border-radius: 10px;}
.gcon_3 .ibd .lt .item:hover .pic:after{ content:""; display:block; width:100%; height:100%; background:rgb(0 64 152 / 80%); position:absolute; left:0; top:0; z-index:2;border-radius: 10px;}

.gcon_3 .ibd .lt .item .cont{ width: 100%; position: absolute; left: 0; bottom: 0; box-sizing: border-box; padding: 15px 30px; color: #fff; z-index: 2 }
.gcon_3 .ibd .lt .item .cont .intro{ font-size:16px; margin-top:10px; display:none; opacity:0.7; padding-bottom:10px}
.gcon_3 .ibd .lt .item .cont .title{ font-size:20px; font-weight:bold}
.gcon_3 .ibd .lt .item:hover .cont .intro{ display:block}


.gcon_3 .ibd .cen{ width: calc(776 / 1600 * 100%);display: flex; flex-wrap: wrap; justify-content: space-between;  }
.gcon_3 .ibd .cen .item{ width: calc(377 / 776 * 100%); position: relative; border-radius: 10px; overflow: hidden; }
.gcon_3 .ibd .cen .item .pic{ width: 100%; overflow: hidden; }
.gcon_3 .ibd .cen .item .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.gcon_3 .ibd .cen .item:hover .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.gcon_3 .ibd .cen .item:hover .pic:after{ content:""; display:block; width:100%; height:100%; background:rgb(0 64 152 / 80%); position:absolute; left:0; top:0; z-index:2}
.gcon_3 .ibd .cen .item .cont{ width: 100%; position: absolute; left: 0; bottom: 0; box-sizing: border-box; padding: 15px 30px; color: #fff; z-index: 2 }
.gcon_3 .ibd .cen .item .cont .intro{ font-size:14px; margin-top:10px; display:none; opacity:0.7; padding-bottom:10px}
.gcon_3 .ibd .cen .item .cont .title{ font-size:20px; font-weight:bold}
.gcon_3 .ibd .cen .item:hover .cont .intro{ display:block}
.gcon_3 .ibd .cen .item:nth-child(3){ width: 100%; margin-top: calc(22 / 776 * 100%) }

@media all and (max-width:1680px){
	.gcon_3 .ibd{ margin-top: 40px; }
	.gcon_3 .ibd .lt .item .cont .title{  font-size: 18px; }
	.gcon_3 .ibd .cen .item .cont .title{  font-size: 18px; }
	
	.gcon_3 .ibd .lt .item .cont{  padding: 12px 20px; }
	.gcon_3 .ibd .lt .item .cont .intro{ font-size:14px; }
	
	.gcon_3 .ibd .cen .item .cont{  padding: 12px 20px; }
	.gcon_3 .ibd .cen .item .cont .intro{ font-size:14px; }


	
}
@media all and (max-width:1280px){
	.gcon_3 .ibd{ margin-top: 30px; }
	.gcon_3 .ibd .lt .item{ border-radius: 6px }
	.gcon_3 .ibd .cen .item{ border-radius: 6px }
	
	.gcon_3 .ibd .lt .item .cont{ padding: 10px 15px; }
	.gcon_3 .ibd .cen .item .cont{ padding: 10px 15px;  }
	.gcon_3 .ibd .lt .item .cont .title{  font-size: 16px; }
	.gcon_3 .ibd .cen .item .cont .title{  font-size: 16px; }
	.gcon_3 .ibd .lt .item .cont .intro{  font-size: 14px; }
	.gcon_3 .ibd .cen .item .cont .intro{  font-size: 14px; }
	
	
}
@media all and (max-width:750px){
	.gcon_2 .ibd .tab02 .hd ul li a .pic .img1 {
	   height: 200px;
	       object-fit: cover;
	}
	.gcon_3 .ibd{ margin-top: 20px; position: relative; }
	.gcon_3 .ibd .lt{ width: 48.5% }
	.gcon_3 .ibd .cen{ width: 100% }
	.gcon_3 .ibd .cen .item{ width: 48.5%; margin-top: calc(22 / 776 * 100%)  }
	.gcon_3 .ibd .lt:nth-child(3){ position: absolute; right: 0; top:0; }
	
	.gcon_3 .ibd .lt .item .cont{ padding: 10px }
	.gcon_3 .ibd .cen .item .cont{ padding: 10px  }
	.gcon_3 .ibd .lt .item .cont .title{  font-size: 14px; }
	.gcon_3 .ibd .cen .item .cont .title{  font-size: 14px; }
	.gcon_3 .ibd .lt .item .cont .intro{  font-size: 13px; }
	.gcon_3 .ibd .cen .item .cont .intro{  font-size: 13px; }
	
}

.gcon_4{ padding: 100px 0 }
.gcon_4 .ibd{ margin-top: 55px }
.gcon_4 .ibd .swiper04{ width: 100%; overflow: hidden; }
.gcon_4 .ibd .swiper04 .swiper-slide{ width: calc(375 / 1600 * 100%); margin-right: calc(100 / 3 / 1600 * 100%) ; box-sizing: border-box; border: 1px solid rgba(228, 228, 228, 1); border-radius: 10px; overflow: hidden; }
.gcon_4 .ibd .swiper04 .swiper-slide:last-child{ margin-right:0}
.gcon_4 .ibd .swiper04 .swiper-slide a{ display: block; }
.gcon_4 .ibd .swiper04 .swiper-slide a .item{ padding: 50px 35px }
.gcon_4 .ibd .swiper04 .swiper-slide a .item .title{ text-align: center; font-size: 20px; font-weight: bold; color: #000; font-weight: bold; }
.gcon_4 .ibd .swiper04 .swiper-slide a .item .line{ width: 18px; height: 3px; margin: 0 auto; background: rgb(0, 64, 152); margin-top: 12px }
.gcon_4 .ibd .swiper04 .swiper-slide a .item .intro{ font-size: 14px; color: rgba(117, 118, 119, 1); line-height: 24px; text-align: center; margin-top: 8px; height: 96px }
.gcon_4 .ibd .swiper04 .swiper-slide a .pic{ text-align: center; height: 158px; width: 100%  }
.gcon_4 .ibd .swiper04 .swiper-slide a .pic img{ height: 100%; transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;  }
.gcon_4 .ibd .swiper04 .swiper-slide:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.gcon_4 .ibd .swiper04 .swiper-slide a .more{ border-top: 1px solid  rgba(228, 228, 228, 1);display:flex; align-items: center; justify-content: center; height: 45px; font-size: 14px; color: rgba(0, 0, 0, 1)}
.gcon_4 .ibd .swiper04 .swiper-slide:hover a .more{ background: rgb(0, 64, 152); border-color: rgb(0, 64, 152); color: #fff }
.gcon_4 .ibd .swiper04 .pagination04{ width: 100%;display:flex; align-items: center; justify-content: center; margin-top: 60px; font-size: 0 }
.gcon_4 .ibd .swiper04 .pagination04 span{ display: block; width: 8px; height: 8px; border-radius: 50%; opacity: 1; background: rgba(204, 204, 204, 1); margin: 0 10px; box-sizing: border-box; }
.gcon_4 .ibd .swiper04 .pagination04 span.swiper-pagination-bullet-active{width: 14px;height: 14px;  border: 4px solid rgb(0, 64, 152); background: none}
.gcon_4 .ifd{ margin-top: 45px;display:flex; align-items: center; justify-content: center; }
.gcon_4 .ifd a{display:flex;align-items: center;justify-content: center;width: 200px;height: 38px;border-radius: 6px;border: 1px solid rgba(89, 89, 92, 1);font-size: 14px;color: rgba(0, 0, 0, 1);position:relative;}
.gcon_4 .ifd a:hover{ border-color: rgb(0, 64, 152); color: #fff }


.gcon_4 .ifd a:after{ content:""; display:block; width:0%; height:100%; background:rgb(0, 64, 152); position:absolute; left:0; top:0; z-index:-1; transition:
all 0.5s}
.gcon_4 .ifd a:hover:after{ width:100%;}

@media all and (max-width:1680px){
	.gcon_4{ padding: 80px 0 }
	.gcon_4 .ibd{ margin-top: 40px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item{ padding: 40px 25px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .title{ font-size: 18px; }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .line{ width: 16px; height: 2px;  margin-top: 10px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .intro{ font-size: 14px; line-height: 20px; margin-top: 8px; height: 80px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .pic{ height: 132px;  }
	.gcon_4 .ibd .swiper04 .swiper-slide a .more{ height: 40px; font-size: 14px;}
	.gcon_4 .ibd .swiper04 .pagination04{ margin-top: 50px; }
	.gcon_4 .ibd .swiper04 .pagination04 span{ width: 7px; height: 7px; margin: 0 8px; }
	.gcon_4 .ibd .swiper04 .pagination04 span.swiper-pagination-bullet-active{width: 12px;height: 12px;  border: 3px solid rgb(0, 64, 152); }
	.gcon_4 .ifd{ margin-top: 35px;}
	.gcon_4 .ifd a{width: 160px;height: 36px;border-radius: 5px;font-size: 14px;}
}
@media all and (max-width:1280px){
	.gcon_4{ padding: 60px 0 }
	.gcon_4 .ibd{ margin-top: 30px }
	.gcon_4 .ibd .swiper04 .swiper-slide{ width: 32%; margin-right: 2% }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item{ padding: 30px 20px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .title{ font-size: 16px; }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .line{ width: 16px; height: 2px;  margin-top: 10px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .intro{ font-size: 14px; line-height: 20px; margin-top: 8px; height: 80px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .pic{ height: 120px;  }
	.gcon_4 .ibd .swiper04 .swiper-slide a .more{ height: 36px; font-size: 14px;}
	.gcon_4 .ibd .swiper04 .pagination04{ margin-top: 40px; }
	.gcon_4 .ibd .swiper04 .pagination04 span{ width: 6px; height: 6px; margin: 0 6px; }
	.gcon_4 .ibd .swiper04 .pagination04 span.swiper-pagination-bullet-active{width: 10px;height: 10px;  border: 2px solid rgb(0, 64, 152); }
	.gcon_4 .ifd{ margin-top: 25px;}
	.gcon_4 .ifd a{ width: 120px; height: 30px;border-radius: 5px;  font-size: 14px; transform: rotate(); }
}
@media all and (max-width:750px){
	.gcon_4{ padding: 40px 0 }
	.gcon_4 .ibd{ margin-top: 20px }
	.gcon_4 .ibd .swiper04 .swiper-slide{ width: 49%; margin-right: 2%; border-radius: 6px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item{ padding: 20px 15px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .title{ font-size: 16px; }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .line{ width: 16px; height: 2px;  margin-top: 10px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .item .intro{ font-size: 14px; line-height: 20px; margin-top: 8px; height: 80px }
	.gcon_4 .ibd .swiper04 .swiper-slide a .pic{ height: 80px;  }
	.gcon_4 .ibd .swiper04 .swiper-slide a .more{ height: 36px; font-size: 14px;}
	.gcon_4 .ibd .swiper04 .pagination04{ margin-top: 25px; }
}
.gcon_5{ background: url(../images/g_11.png) center center no-repeat; background-size: cover; padding: 100px 0 }
.gcon_5 .ibd{ width: 100%; margin-top: 55px; position: relative; overflow: hidden; }
.gcon_5 .ibd #certify{ width: 100%; position: relative;  }
.gcon_5 .ibd #certify .swipers{ width: 100%; position: relative;  padding-bottom: 90px }
.gcon_5 .ibd #certify .swiper-slide{ width: 740px }
.gcon_5 .ibd #certify .swiper-slide .pic{ width: 100%; border-radius: 10px; overflow: hidden; position: relative; box-shadow: 0 0 10px rgba(0,0,0,0.15); padding-bottom:63.1% }

.gcon_5 .ibd #certify .swiper-slide .pic img{  width: 100%; height:100%; position:absolute; left:0;top:0; z-index:1; object-fit:cover }
.gcon_5 .ibd #certify .swiper-slide .pic:after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top:0; background: rgba(0,0,0,0.2); z-index:2 }
.gcon_5 .ibd #certify .swiper-slide.swiper-slide-active .pic:after{ background: rgba(0,0,0,0)  }
.gcon_5 .ibd #certify .swiper-slide .cont{ text-align: center;  font-size: 18px; font-weight: bold; color: rgba(0, 0, 0, 1); opacity: 0;position: absolute; left: 0; top:calc(100% + 30px); width: 100% }
.gcon_5 .ibd #certify .swiper-slide.swiper-slide-active .cont{ opacity: 1 }
.gcon_5 .ibd .prev05{/* opacity:0.8; */background: url(../images/g_14_2.png) center center no-repeat;background-size: cover;width: 40px;height: 40px;position: absolute;bottom: 50%;left: 48%;margin-left: -360px;z-index: 2;cursor: pointer;}
.gcon_5 .ibd .prev05:hover{opacity:1; background: url(../images/g_14_2.png) center center no-repeat; background-size: cover;}
.gcon_5 .ibd .next05{/* opacity:0.8; */background: url(../images/g_15_2.png) center center no-repeat;background-size: cover;width: 40px;height: 40px;position: absolute;bottom: 50%;right: 48%;margin-right: -360px;z-index: 2;cursor: pointer;}
.gcon_5 .ibd .next05:hover{opacity:1; background: url(../images/g_15_2.png) center center no-repeat; background-size: cover;}
@media all and (max-width:1680px){
	.gcon_5{ padding: 80px 0 }
	.gcon_5 .ibd{ margin-top: 40px; }
	.gcon_5 .ibd #certify .swipers{ width: 100%; position: relative;  padding-bottom: 80px }
	.gcon_5 .ibd #certify .swiper-slide{ width: 560px }
	.gcon_5 .ibd #certify .swiper-slide .cont{font-size: 16px;  line-height: 28px; top:calc(100% + 24px); }
	.gcon_5 .ibd .prev05{width: 36px;height: 36px;bottom: 55%;margin-left: -300px;}
	.gcon_5 .ibd .next05{width: 36px;height: 36px;bottom: 55%;margin-right: -300px;}
}
@media all and (max-width:1280px){
	.gcon_5{ padding: 60px 0 }
	.gcon_5 .ibd{ margin-top: 30px; }
	.gcon_5 .ibd #certify .swipers{ width: 100%; position: relative;  padding-bottom: 65px }
	.gcon_5 .ibd #certify .swiper-slide{ width: 400px }
	.gcon_5 .ibd #certify .swiper-slide .cont{font-size: 16px;  line-height: 25px; top:calc(100% + 15px); }
	.gcon_5 .ibd .prev05{width: 32px;height: 32px;bottom: 55%;margin-left: -200px;}
	.gcon_5 .ibd .next05{width: 32px;height: 32px;bottom: 55%;margin-right: -200px;}
}
@media all and (max-width:750px){
	.gcon_5{ padding: 40px 0 }
	.gcon_5 .ibd{ margin-top: 20px; }
	.gcon_5 .ibd #certify{  }
	.gcon_5 .ibd #certify .swipers{ width: 100%; position: relative;  padding-bottom: 80px }
	.gcon_5 .ibd #certify .swiper-slide{ width: 60% }
	.gcon_5 .ibd #certify .swiper-slide .cont{font-size: 14px;  line-height: 22px; top:calc(100% + 12px); }
	.gcon_5 .ibd .prev05{width: 28px;height: 28px;bottom: 55%;margin-left:0;left: 4%}
	.gcon_5 .ibd .next05{width: 28px;height: 28px;bottom: 55%;margin-right: 0;right: 4%}
}
.gcon_6{ padding: 100px 0 }
.gcon_6 .ibd{ margin-top: 55px; display:flex;justify-content: space-between; }
.gcon_6 .ibd .lt{  width: 527px; }
.gcon_6 .ibd .lt .item{ background: rgba(248, 249, 250, 1); border-radius: 10px }
.gcon_6 .ibd .lt .item .pic{ width: 100%; overflow: hidden; position:relative; padding-bottom:calc(160 / 375 * 100%)}
.gcon_6 .ibd .lt .item .pic img{ width:100% ; transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear; position:absolute; height:100%; position:absolute; left:0; top:0; }
.gcon_6 .ibd .lt .item:hover .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.gcon_6 .ibd .lt .item .cont{ width: 100%; padding:35px 30px; box-sizing: border-box; }
.gcon_6 .ibd .lt .item .cont .title{ font-size: 18px; font-weight: bold; color: #000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; line-height:30px;  }
.gcon_6 .ibd .lt .item .cont .intro{ font-size: 14px; color: rgba(68, 64, 63, 1);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; line-height: 25px; margin-top: 15px }
.gcon_6 .ibd .lt .item .cont .more{display:flex; align-items: center; justify-content: center; width: 120px; height: 32px; box-sizing: border-box; border: 1px solid rgba(89, 89, 92, 1); color: #000; border-radius: 6px; transition: all 0.5s; font-size: 14px; margin-top: 35px}
.gcon_6 .ibd .lt .item:hover .cont .more{ background: rgb(0, 64, 152); border-color: rgb(0, 64, 152); color: #fff }
.gcon_6 .ibd .cen{ width: 500px; background:rgba(241, 244, 249, 1); box-sizing: border-box; padding: 30px }
.gcon_6 .ibd .cen .ahd{ display: flex; justify-content:space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid rgba(0,0,0,0.1) }
.gcon_6 .ibd .cen .ahd .title{ font-size: 20px; color: rgba(0, 0, 0, 1); font-weight: bold; }
.gcon_6 .ibd .cen .ahd .more a{ font-size: 14px; color: #000 }
.gcon_6 .ibd .cen .ahd .more a:hover{ color:rgb(0, 64, 152)}
.gcon_6 .ibd .cen .abd{ }
.gcon_6 .ibd .cen .abd .aitem{border-bottom: 1px solid rgba(0,0,0,0.1) ; padding: 20px 0 }
.gcon_6 .ibd .cen .abd .aitem .title{ font-size: 16px; color: #000; font-weight: bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; }
.gcon_6 .ibd .cen .abd .aitem .title a{ color: #000 }
.gcon_6 .ibd .cen .abd .aitem:hover .title a{  color:rgb(0, 64, 152)}
.gcon_6 .ibd .cen .abd .aitem .intro{ font-size: 14px; color: rgba(68, 64, 63, 1); line-height: 20px; margin-top: 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.gcon_6 .ibd .cen .abd .bitem .item a{ display: block; text-overflow: ellipsis;overflow: hidden;white-space: nowrap; font-size: 16px; color: rgba(0, 0, 0, 1); box-sizing: border-box; padding-left: 18px; line-height: 28px; margin-top: 18px; position: relative; }
.gcon_6 .ibd .cen .abd .bitem .item a:after{ content: ""; display: block; width: 5px; height: 5px; border-radius: 50%; background: rgba(204, 204, 204, 1); position: absolute; left: 0; top:50%;margin-top: -2px }
.gcon_6 .ibd .cen .abd .bitem .item a:hover{ color:rgb(0, 64, 152); font-weight:bold}
.gcon_6 .ibd .cen .abd .bitem .item a:hover:after{ background:rgb(0, 64, 152)}
.gcon_6 .ibd .rt{ width: 508px }
.gcon_6 .ibd .rt .ahd{ display: flex; justify-content:space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid rgba(0,0,0,0.1) }
.gcon_6 .ibd .rt .ahd .title{ font-size: 20px; color: rgba(0, 0, 0, 1); font-weight: bold; }
.gcon_6 .ibd .rt .ahd .more a{ font-size: 14px; color: #000 }
.gcon_6 .ibd .rt .ahd .more a:hover{  color:rgb(0, 64, 152)}
.gcon_6 .ibd .rt .abd .item{ padding: 28px 0; border-bottom: 1px solid rgba(0,0,0,0.1) }
.gcon_6 .ibd .rt .abd .item:last-child{ border-bottom: 0; padding-bottom: 0 }
.gcon_6 .ibd .rt .abd .item a{ display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; }
.gcon_6 .ibd .rt .abd .item a .pic{ width: 210px;  }
.gcon_6 .ibd .rt .abd .item a .pic i{ display:block;overflow: hidden; padding-bottom:calc(160 / 375 * 100%); position:relative; width:100%}
.gcon_6 .ibd .rt .abd .item a .pic img{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;transition:All 0.4s linear;-webkit-transition:All 0.4s linear;-moz-transition:All 0.4s linear;-o-transition:All 0.4s linear;object-fit: cover;}
.gcon_6 .ibd .rt .abd .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}

.gcon_6 .ibd .rt .abd .item a .cont{ width: 280px }
.gcon_6 .ibd .rt .abd .item a .cont .title{ font-size: 16px; line-height: 25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; color: #000; }
.gcon_6 .ibd .rt .abd .item:hover a .cont .title{ color:rgb(0, 64, 152); font-weight:bold}
.gcon_6 .ibd .rt .abd .item a .cont .intro{ font-size: 14px; color: rgba(62, 62, 62, 1); margin-top: 10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
@media all and (max-width:1680px){
	.gcon_6{ padding: 80px 0 }
	.gcon_6 .ibd{ margin-top: 40px; }
	.gcon_6 .ibd .lt{  width: 395px; }
	.gcon_6 .ibd .lt .item .cont{ padding:20px 20px; }
	.gcon_6 .ibd .lt .item .cont .title{ font-size: 16px;}
	.gcon_6 .ibd .lt .item .cont .intro{ font-size: 14px; line-height: 24px; margin-top: 8px; height:72px }
	.gcon_6 .ibd .lt .item .cont .more{ width: 110px; height: 30px; font-size: 14px; margin-top: 16px}
	.gcon_6 .ibd .lt .item:hover .cont .more{ background: rgb(0, 64, 152); border-color: rgb(0, 64, 152); color: #fff }
	.gcon_6 .ibd .cen{ width: 375px; padding: 20px }
	.gcon_6 .ibd .cen .ahd{  padding-bottom: 12px; }
	.gcon_6 .ibd .cen .ahd .title{ font-size: 18px;  }
	.gcon_6 .ibd .cen .ahd .more a{ font-size: 14px; }
	.gcon_6 .ibd .cen .abd .aitem{ padding: 16px 0 }
	.gcon_6 .ibd .cen .abd .aitem .title{ font-size: 14px; }
	.gcon_6 .ibd .cen .abd .aitem .intro{ font-size: 14px; line-height: 18px; margin-top: 12px; }
	.gcon_6 .ibd .cen .abd .bitem .item a{  font-size: 14px; padding-left: 16px; line-height: 20px; margin-top:16px; }
	.gcon_6 .ibd .cen .abd .bitem .item a:after{ width: 4px; height: 4px; }
	.gcon_6 .ibd .rt{ width: 380px }
	.gcon_6 .ibd .rt .ahd{ padding-bottom: 12px; }
	.gcon_6 .ibd .rt .ahd .title{ font-size: 18px; }
	.gcon_6 .ibd .rt .ahd .more a{ font-size: 14px; }
	.gcon_6 .ibd .rt .abd .item{ padding: 22px 0;  }
	.gcon_6 .ibd .rt .abd .item a .pic{ width: 165px; }
	.gcon_6 .ibd .rt .abd .item a .cont{ width: 205px }
	.gcon_6 .ibd .rt .abd .item a .cont .title{ font-size: 14px; line-height: 22px; }
	.gcon_6 .ibd .rt .abd .item a .cont .intro{ font-size: 14px; margin-top: 8px; }
}
@media all and (max-width:1280px){
	.gcon_6{ padding: 60px 0 }
	.gcon_6 .ibd{ margin-top: 30px; flex-wrap: wrap;}
	.gcon_6 .ibd .lt{  width: 395px; }
	.gcon_6 .ibd .cen{ width: calc(100% - 410px); padding: 20px }
	.gcon_6 .ibd .rt{ width:100%; margin-top: 20px }
	.gcon_6 .ibd .rt .abd .item a .cont{ width: calc(100% - 200px) }
}
@media all and (max-width:750px){
	.gcon_6{ padding: 40px 0 }
	.gcon_6 .ibd{ margin-top: 20px; }
	.gcon_6 .ibd .lt{  width: 100%; }
	.gcon_6 .ibd .lt .item .cont{ padding:20px; }
	.gcon_6 .ibd .lt .item .cont .title{ font-size: 16px;}
	.gcon_6 .ibd .lt .item .cont .intro{ font-size: 14px; line-height: 22px; height: 62px; margin-top: 10px }
	.gcon_6 .ibd .lt .item .cont .more{ width: 100px; height: 28px; font-size: 14px; margin-top: 16px}
	.gcon_6 .ibd .lt .item:hover .cont .more{ background: rgb(0, 64, 152); border-color: rgb(0, 64, 152); color: #fff }
	.gcon_6 .ibd .cen{ width: 100%; margin-top: 20px; padding: 20px }
	.gcon_6 .ibd .cen .ahd{  padding-bottom: 12px; }
	.gcon_6 .ibd .cen .ahd .title{ font-size: 18px;  }
	.gcon_6 .ibd .cen .ahd .more a{ font-size: 14px; }
	.gcon_6 .ibd .cen .abd .aitem{ padding: 16px 0 }
	.gcon_6 .ibd .cen .abd .aitem .title{ font-size: 14px; }
	.gcon_6 .ibd .cen .abd .aitem .intro{ font-size: 14px; line-height: 18px; margin-top: 12px; }
	.gcon_6 .ibd .cen .abd .bitem .item a{  font-size: 14px; padding-left: 16px; line-height: 20px; margin-top: 20px; }
	.gcon_6 .ibd .cen .abd .bitem .item a:after{ width: 4px; height: 4px; }
	.gcon_6 .ibd .rt{ width: 100% }
	.gcon_6 .ibd .rt .ahd{ padding-bottom: 12px; }
	.gcon_6 .ibd .rt .ahd .title{ font-size: 18px; }
	.gcon_6 .ibd .rt .ahd .more a{ font-size: 14px; }
	.gcon_6 .ibd .rt .abd .item{ padding: 17px 0;  }
	.gcon_6 .ibd .rt .abd .item a .pic{ width: 150px; }
	.gcon_6 .ibd .rt .abd .item a .cont{ width: calc(100% - 160px) }
	.gcon_6 .ibd .rt .abd .item a .cont .title{ font-size: 14px; line-height: 22px; }
	.gcon_6 .ibd .rt .abd .item a .cont .intro{ font-size: 14px; margin-top: 8px; }
}

.gcon_7{ background: rgba(241, 244, 249, 1); padding: 100px 0 }
.gcon_7 .ibd{ margin-top: 55px }
.gcon_7 .ibd .swiper07{ width: calc(100% + 10px); margin: -5px; box-sizing: border-box; padding: 5px; overflow: hidden; }
.gcon_7 .ibd .swiper07 .swiper-slide{ width: 100%; display: flex; flex-wrap: wrap; margin-right: 20px}
.gcon_7 .ibd .swiper07 .swiper-slide .item{ width: calc(210 / 1600 * 100%); margin-right:calc(130 / 6 / 1600 * 100%); border-radius: 5px; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,0.05); margin-bottom: 20px  }
.gcon_7 .ibd .swiper07 .swiper-slide .item:nth-child(7n){ margin-right: 0 }
.gcon_7 .ibd .swiper07 .swiper-slide .item .pic{ width: 100% }
.gcon_7 .ibd .swiper07 .swiper-slide .item .pic img{ width: 100% }
.gcon_7 .ibd .swiper07 .swiper-slide .item .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.gcon_7 .ibd .swiper07 .swiper-slide .item .pic:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}

.gcon_7 .ibd .swiper07 .swiper-slide:last-child{ margin-right: 0 }
.gcon_7 .ibd .swiper07 .pagination07{ width: 100%;display:flex; align-items: center; justify-content: center; margin-top: 40px; font-size: 0 }
.gcon_7 .ibd .swiper07 .pagination07 span{ display: block; width: 8px; height: 8px; border-radius: 50%; opacity: 1; background: rgba(204, 204, 204, 1); margin: 0 10px; box-sizing: border-box; }
.gcon_7 .ibd .swiper07 .pagination07 span.swiper-pagination-bullet-active{width: 14px;height: 14px;  border: 4px solid rgb(0, 64, 152); background: none}
@media all and (max-width:1680px){
	.gcon_7{  padding: 80px 0 }
	.gcon_7 .ibd{ margin-top: 40px }
	.gcon_7 .ibd .swiper07 .swiper-slide .item{ margin-bottom: 15px  }
	.gcon_7 .ibd .swiper07 .pagination07{ margin-top: 35px; }
	.gcon_7 .ibd .swiper07 .pagination07 span{ width: 7px; height: 7px; margin: 0 8px; }
	.gcon_7 .ibd .swiper07 .pagination07 span.swiper-pagination-bullet-active{width: 12px;height: 12px;  border: 3px solid rgb(0, 64, 152); }
}
@media all and (max-width:1200px){
	.gcon_7{  padding: 60px 0 }
	.gcon_7 .ibd{ margin-top: 30px }
	.gcon_7 .ibd .swiper07 .swiper-slide .item{ margin-bottom: 12px  }
	.gcon_7 .ibd .swiper07 .pagination07{ margin-top: 28px; }
	.gcon_7 .ibd .swiper07 .pagination07 span{ width: 6px; height: 6px; margin: 0 6px; }
	.gcon_7 .ibd .swiper07 .pagination07 span.swiper-pagination-bullet-active{width: 10px;height: 10px;  border: 2px solid rgb(0, 64, 152); }
}
@media all and (max-width:750px){
	.gcon_7{  padding: 40px 0 }
	.gcon_7 .ibd{ margin-top: 20px }
	.gcon_7 .ibd .swiper07 .swiper-slide .item{ width: 32%; margin-right: 2%; margin-bottom: 12px  }
	.gcon_7 .ibd .swiper07 .swiper-slide .item:nth-child(7n){ margin-right: 2% }
	.gcon_7 .ibd .swiper07 .swiper-slide .item:nth-child(3n){ margin-right: 0 }
	.gcon_7 .ibd .swiper07 .pagination07{ margin-top: 20px; }
}	
	