.banner{ width:100%; margin:0 auto; position:relative}
.banner:after{ content:""; display:block; background:url(http://xuancheng.chunhuaqz.com/images/g_03.png) top center no-repeat; position:absolute; width:100%; left:0; top:0; z-index:4; height:241px}
.banner .swiper01{ width:100%; overflow:hidden}
.banner .swiper01 img{ width:100%; height:auto; transition:all 5s linear}
.banner .swiper01 .img1{ display:block}
.banner .swiper01 .img2{ display:none}
.banner .prev01{ background:url(http://xuancheng.chunhuaqz.com/images/prev.png) center center no-repeat; width:26px; height:36px; cursor:pointer; position:absolute; left:2%; top:50%; margin-top:-18px; z-index:9}
.banner .next01{ background:url(http://xuancheng.chunhuaqz.com/images/next.png) center center no-repeat; width:26px; height:36px; cursor:pointer; position:absolute; right:2%; top:50%; margin-top:-18px; z-index:9}
.banner .swiper01 .pagination01{ width:1700px; font-size:0; text-align:right; position:absolute; left:calc(50% - 850px); bottom:60px; z-index:9}
.banner .swiper01 .pagination01 span{ display:inline-block; vertical-align:top; width:20px; height:20px; margin:0 18px 0 0; background:url(http://xuancheng.chunhuaqz.com/images/n1.png) center center no-repeat; background-size:cover; border-radius:50%; opacity:1;}
.banner .swiper01 .pagination01 span.swiper-pagination-bullet-active{ background:url(http://xuancheng.chunhuaqz.com/images/n2.png) center center no-repeat; background-size:cover; }
.banner .swiper01 .item{ position:absolute; left:calc(50% - 850px); color:#fff; top:50%; transform:translateY(-50%); z-index:9}
.banner .swiper01 .item .title{ font-size:72px; font-weight:bold;}
.banner .swiper01 .item .intro{ font-size:28px; color:rgba(255,255,255,1); margin-top:15px}



.banner .swiper01 .item .title{visibility:hidden; opacity:0; transition:all 0.5s linear; transition-delay:0.6s; position:relative; top:30px;}
.banner .swiper01 .item .intro{visibility:hidden; opacity:0; transition:all 0.5s linear; transition-delay:1.2s; position:relative; top:30px;}


.banner .swiper01 .swiper-slide.swiper-slide-active .item .title,.banner .swiper01 .swiper-slide.swiper-slide-active .item .intro{ opacity:1;visibility:visible; top:0}
.banner .swiper01 .swiper-slide.swiper-slide-active img{ transform:scale(1.2)}

.banner .btn{ width:fit-content; position:absolute; left:50%; transform:translateX(-50%); bottom:50px; z-index:9; color:#fff}
.banner .btn .a1{ font-size:16px; font-weight:bold}
.banner .btn .a2{ background:url(http://xuancheng.chunhuaqz.com/images/g_16.png) center center no-repeat; width:100%; height:36px; margin-top:20px}
.banner .btn .a3{ background:url(http://xuancheng.chunhuaqz.com/images/g_17.png) center center no-repeat; width:100%; height:30px; margin-top:15px;animation: myMove2 2s infinite;-webkit-animation: myMove2 2s infinite; position:relative}


@keyframes myMove2 {
	0% {
		top: 0;
	}

	50% {
		top: 20px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes myMove2 {
	0% {
		top: 0;
	}

	50% {
		top: 20px;
	}

	100% {
		top: 0;
	}
}


@media (max-width: 1700px){
	.banner .swiper01 .pagination01{ left:calc(50% - 600px); bottom:40px}
	.banner:after{ height:200px; background-size:cover}
	.banner .swiper01 .item{ left:calc(50% - 600px);}
	.banner .swiper01 .item .title{ font-size:50px;}
	.banner .swiper01 .item .intro{ font-size:24px;}	
}
@media (max-width: 1200px){
	.banner:after{ height:120px; background-size:cover}
	.banner .prev01,.banner .next01{ width:16px; background-size:16px}
	.banner .swiper01 .pagination01{ bottom:10px}
	.banner .swiper01 .pagination01 span{ width:10px; height:10px; margin:0 4px;}
	.banner .swiper01 .img2{ display:block}
	.banner .swiper01 .img1{ display:none}
	
	.banner .swiper01 .pagination01{ left:0; width:100%; bottom:15px; text-align:center; font-size:0}
	.banner .swiper01 .pagination01 span{ width:12px; height:12px; margin:0 4px}
	.banner .swiper01 .item{ left:0; width:100%; text-align:center}
	.banner .swiper01 .item .title{ font-size:24px;}
	.banner .swiper01 .item .intro{ font-size:14px; margin-top:10px}
	
	.banner .btn{ bottom:20px; }
	.banner .btn .a1{ font-size:12px; font-weight:bold}
	.banner .btn .a2{ height:20px; background-size:auto 20px; margin-top:10px}
	.banner .btn .a3{ height:20px; background-size:auto 20px; margin-top:5px }

	
	
	
}

.gcon_11{ margin-top:40px; margin-bottom:40px}
.gcon_11 .tab11{ width:100%; box-sizing:border-box; border:1px solid #e6e6e6; background:#fff;}
.gcon_11 .tab11 .hd{ border-bottom:1px solid #e6e6e6; font-size:0; background:#fbfbfb}
.gcon_11 .tab11 .hd li{ display:inline-block; vertical-align:top;font-size:16px; color:#000000; line-height:60px; padding:0 60px; cursor:pointer}
.gcon_11 .tab11 .hd li.on{ font-weight:bold}
.gcon_11 .tab11 .bd{ padding:20px 0}
.gcon_11 .tab11 .bd ul li{ font-size:14px; color:#666666; line-height:30px; float:left; margin-left:50px}
.gcon_11 .tab11 .bd ul li a{ color:#666}
.gcon_11 .tab11 .bd ul li a:hover{ color:#e60012}
@media (max-width: 1700px){
	.gcon_11 .tab11 .hd li{ padding: 0 40px}
	.gcon_11 .tab11 .bd ul li{ margin-left:40px}
}
@media (max-width: 1200px){
	.gcon_11{ margin-top:20px;}
	.gcon_11 .tab11 .hd ul{display:flex;justify-content: space-between; width:92%; margin:0 auto}
	.gcon_11 .tab11 .hd li{ font-size:16px; line-height:50px; padding:0; margin-left:0}
	.gcon_11 .tab11 .hd li.on{ font-weight:bold}
	.gcon_11 .tab11 .bd{ padding:10px 0}
	.gcon_11 .tab11 .bd ul li{ font-size:12px; line-height:25px; float:left; margin-left:20px}	
}


.gcon_1{ width:100%;}
.gcon_1 .lt{  width:100%; position:relative}
.gcon_1 .lt .pic{ width:100%; overflow:hidden}
.gcon_1 .lt .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 .lt .pic:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.gcon_1 .lt .cont{ position:absolute; left:20%; top:50%; transform:translateY(-50%); z-index:2; color:#fff; z-index:2}
.gcon_1 .lt .cont span{ display:block; background:url(http://xuancheng.chunhuaqz.com/images/ax3.png) center center no-repeat; margin:0 auto; width:102px; height:102px; background-size:cover;box-shadow: 0 0 rgba(255, 255, 255, 0.3),0 0 0 15px rgba(255, 255, 255, 0.3),0 0 0 30px rgba(255, 255, 255,0.1);
	animation: ripple-wave1 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-animation: ripple-wave1 1s linear infinite; transform: scale(0.8); border-radius:50%}
.gcon_1 .lt .cont .title{ font-size:18px; margin-top:30px}
@keyframes ripple-wave1{
	to {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),0 0 0 30px rgba(255, 255, 255, 0.3),0 0 0 45px rgba(255, 255, 255,0.1)
	}
  }

.gcon_1 .rt{ width:100%; background:url(http://xuancheng.chunhuaqz.com/images/ax1.jpg) center center no-repeat; background-size:cover; padding:95px 0 230px }
.gcon_1 .rt .title{ font-size:48px; color:#333333; background:url(http://xuancheng.chunhuaqz.com/images/g_05.png) right bottom no-repeat; width:fit-content; line-height:1; margin:0 auto}
.gcon_1 .rt .bq{ font-size:24px; color:#123181; margin-top:30px}
.gcon_1 .rt .intro{ width:1060px; margin:0 auto; font-size:16px; color:#878787; line-height:2; margin-top:30px; text-align:center}
.gcon_1 .rt .more a{ display:block; width:170px; height:70px; background:#1b3884; color:#fff; border-radius:60px;display:flex;align-items: center;justify-content: center;}
.gcon_1 .rt .more a i{ display:inline-block; vertical-align:top; background:url(http://xuancheng.chunhuaqz.com/images/g_06.png) right center no-repeat; padding-right:35px; font-size:16px; transition:all 0.3s}
.gcon_1 .rt .more:hover a i{ padding-right:40px}
.gcon_1 .rt .ts{ width:1400px; margin:0 auto; display:flex;justify-content: space-between; margin-top:150px}
.gcon_1 .rt .ts .item{ position:relative; color:#1b3884; text-align:center}
.gcon_1 .rt .ts .item .p1{ line-height:1; position:relative}
.gcon_1 .rt .ts .item .p1 i{ font-size:54px;  font-family:Arial, Helvetica, sans-serif; font-weight:bold}
.gcon_1 .rt .ts .item .p1 span{ font-size:36px; margin-left:5px; font-weight:bold}
.gcon_1 .rt .ts .item .p1 sup{ font-size:16px; position:absolute; right:3px; top:0}
.gcon_1 .rt .ts .item .p2{ font-size:16px; color:#878787; margin:10px 0}
.gcon_1 .rt .ts .item .p3{ font-size:16px; color:#878787; text-transform:uppercase}
@media (max-width: 1700px){
	.gcon_1{ }
	.gcon_1 .rt{ padding:80px 0 180px  }
	.gcon_1 .lt .cont .title{ font-size:16px}
	.gcon_1 .rt{ }
	.gcon_1 .rt .title{ font-size:40px; margin-top:10px}
	.gcon_1 .rt .bq{ font-size:20px; margin-top:20px}
	.gcon_1 .rt .intro{ font-size:14px; margin-top:25px;}
	.gcon_1 .rt .more a{ width:150px; height:60px}
	.gcon_1 .rt .more a i{ font-size:14px}
	.gcon_1 .rt .ts{ margin-top:130px; width:1200px}
	.gcon_1 .rt .ts .item .p1 i{ font-size:42px}
	.gcon_1 .rt .ts .item .p1 span{ font-size:28px}
	.gcon_1 .rt .ts .item .p1 sup{ font-size:14px}
	.gcon_1 .rt .ts .item .p2{ font-size:16px;}
	.gcon_1 .rt .ts .item .p3{ font-size:16px;}
	.gcon_1 .lt .cont span{ width:80px; height:80px}
}
@media (max-width: 1200px){
	.gcon_1{}
	.gcon_1 .lt{ width:100%; }
	.gcon_1 .lt .cont .title{ font-size:16px}
	.gcon_1 .rt{ width:100%; padding:40px 0 60px}
	.gcon_1 .rt .title{ font-size:20px }
	.gcon_1 .rt .bq{ font-size:18px; margin-top:15px}
	.gcon_1 .rt .intro{ width:92%; font-size:12px; margin-top:10px; height:auto}
	.gcon_1 .rt .more{ margin-top:15px}
	.gcon_1 .rt .more a{ width:130px; height:40px}
	.gcon_1 .rt .more a i{ font-size:12px; background-size:16px 3px; padding-right:30px}
	.gcon_1 .rt .ts{ width:92%; display:block; margin-top:20px; font-size:0}
	.gcon_1 .rt .ts .item{ display:inline-block; vertical-align:top; width:50%}
	.gcon_1 .rt .ts .item .p1 i{ font-size:32px}
	.gcon_1 .rt .ts .item .p1 span{ font-size:20px}
	.gcon_1 .rt .ts .item .p1 sup{ font-size:12px}
	.gcon_1 .rt .ts .item .p2{ font-size:12px; margin:5px 0}
	.gcon_1 .rt .ts .item .p3{ font-size:12px;}
	.gcon_1 .rt .ts .item:nth-child(n+3){ width:33.333333%; margin-top:20px}
	.gcon_1 .lt .cont span{ width:40px; height:40px}
}

.gcon_2{ background:#f4f4f4;   padding:110px 0}
.gcon_2 .ihd{ text-align:center}
.gcon_2 .ihd .title{ font-size:50px; width:fit-content; margin:0 auto; padding: 0 10px; line-height:1; background:url(http://xuancheng.chunhuaqz.com/images/g_05.png) right bottom no-repeat}
.gcon_2 .ihd .intro{ font-size:18px; color:#666666; line-height:2; width:1000px; margin:0 auto; margin-top:20px; }
.gcon_2 .ibd{ margin-top:55px}
.gcon_2 .ibd li{ float:left; width:242px; overflow:hidden; position:relative; margin-right:5px; transition:all 0.3s}
.gcon_2 .ibd li .pic{ width:711px; position:relative; left:50%; transform:translateX(-50%); overflow:hidden}
.gcon_2 .ibd li .pic img{ width:100%}
.gcon_2 .ibd li:last-child{ margin-right:0}
.gcon_2 .ibd li span{ display:block; width:100%; height:100%; background:rgba(00,00,0,0.4); position:absolute; left:0; top:0; transition:all 0.3s}
.gcon_2 .ibd li .cont{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:3; color:#fff; transition:all 0.3s}
.gcon_2 .ibd li .cont .ico{ opacity:0.7; text-align:center; transition:all 0.3s}
.gcon_2 .ibd li .cont .ico img{ height:50px}
.gcon_2 .ibd li .cont .title{ font-size:24px; margin-top:10px}
.gcon_2 .ibd li.on{ width:711px}
.gcon_2 .ibd li.on span{ background:url(http://xuancheng.chunhuaqz.com/images/g_19.png) center center no-repeat; background-size:cover}
.gcon_2 .ibd li.on .cont{ left:50px; top:calc(100% - 146px); transform:translate(0);}
.gcon_2 .ibd li.on .cont .ico{ opacity:1}
@media (max-width: 1700px){
	.gcon_2{  padding:90px 0}
	.gcon_2 .ihd .title{ font-size:40px}
	.gcon_2 .ihd .intro{ font-size:16px; width:890px}
	.gcon_2 .ibd li{ width:160px}
	.gcon_2 .ibd li.on{ width:540px}
	.gcon_2 .ibd li .pic{ width:540px; height:432px}
	.gcon_2 .ibd li .cont .ico img{ height:40px}
	.gcon_2 .ibd li .cont .title{ font-size:18px;}
	.gcon_2 .ibd li.on .cont{ left:40px; top:calc(100% - 117px);}
}
@media (max-width: 1200px){
	.gcon_2{   padding:40px 0}
	.gcon_2 .ihd .title{ font-size:24px}
	.gcon_2 .ihd .intro{ font-size:14px; width:100%; margin-top:10px}
	.gcon_2 .ibd{ margin-top:20px}
	.gcon_2 .ibd li{ width:12%}
	.gcon_2 .ibd li.on{ width:calc(52% - 20px)}
	.gcon_2 .ibd li .pic{ width:52vw; height:360px}
	.gcon_2 .ibd li .cont{ width:100%}
	.gcon_2 .ibd li .cont .ico img{ height:30px}
	.gcon_2 .ibd li .cont .title{ font-size:16px; text-align:center}
	.gcon_2 .ibd li.on .cont{ width:auto; left:40px; top:calc(100% - 117px);}
}
@media (max-width: 750px){
	
	.gcon_2 .ibd li{ width:100%; margin-right:0; margin-bottom:4px}
	.gcon_2 .ibd li:last-child{ margin-bottom:0}
	.gcon_2 .ibd li.on{ width:100%}
	.gcon_2 .ibd li .pic{ width:100%; height:auto}
	.gcon_2 .ibd li .cont{ width:100%}
	.gcon_2 .ibd li .cont .ico img{ height:30px}
	.gcon_2 .ibd li .cont .title{ font-size:16px; text-align:center}
	.gcon_2 .ibd li.on .cont{ width:100%; left:50%; top:50%;transform:translate(-50%,-50%);}
}


.gcon_3{ margin-top:80px; }
.gcon_3 .ihd{ text-align:center}
.gcon_3 .ihd .title{ font-size:50px; width:fit-content; margin:0 auto; padding: 0 10px; line-height:1; background:url(http://xuancheng.chunhuaqz.com/images/g_05.png) right bottom no-repeat}
.gcon_3 .ihd .intro{ font-size:18px; color:#666666; line-height:2; width:810px; margin:0 auto; margin-top:20px; }
.gcon_3 .ibd{ margin-top:60px}
.gcon_3 .ibd ul li{ float:left; margin-right:20px; margin-bottom:20px; width:calc(100% / 3 - 40px /3); position:relative; overflow:hidden}
.gcon_3 .ibd ul li .pic{ width:100%; overflow:hidden}
.gcon_3 .ibd 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_3 .ibd 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:scal(1.1);}
.gcon_3 .ibd ul li:nth-child(3n){ margin-right:0}
.gcon_3 .ibd ul li span{ display:block; background:rgba(255,255,255,0); width:200%; height:200%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)  scale(0); border-radius:50%; z-index:2; transition:all 0.3s; }
.gcon_3 .ibd ul li .cont{ width:200px; height:64px; border:1px solid rgba(255,255,255,0.1); border-radius:40px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; background:rgba(0,0,0,0.3); transition:all 0.3s; font-size:22px; color:#fff;display:flex;align-items: center;justify-content: center;}
.gcon_3 .ibd ul li .cont .title{ transition:all 0.3s;background:url(http://xuancheng.chunhuaqz.com/images/g_06.png) right center no-repeat;  background-size:0}
.gcon_3 .ibd ul li:hover .cont .title{ background:url(http://xuancheng.chunhuaqz.com/images/g_06.png) right center no-repeat; padding-right:40px}
.gcon_3 .ibd ul li:hover .cont{ background:#1b3884; border:1px solid #1b3884}
.gcon_3 .ibd ul li:hover span{ background:rgba(255,255,255,0.5); transform:translate(-50%,-50%)  scale(1);}
.gcon_3 .ibd ul li:nth-child(n+4){ margin-bottom:0}
@media (max-width: 1700px){
	.gcon_3{ margin-top:70px;}
	.gcon_3 .ihd .title{ font-size:40px}
	.gcon_3 .ihd .intro{ font-size:16px; width:720px}
	.gcon_3 .ibd{ margin-top:50px}
	.gcon_3 .ibd ul li{ margin-right:15px; margin-bottom:15px; width:calc(100% / 3 - 30px /3); }
	.gcon_3 .ibd ul li .cont{ width:180px; height:56px; font-size:18px}
	
}
@media (max-width: 1200px){
	.gcon_3{ margin-top:40px;}
	.gcon_3 .ihd{ width:92%; margin:0 auto}
	.gcon_3 .ihd .title{ font-size:24px}
	.gcon_3 .ihd .intro{ font-size:14px; width:100%; margin-top:10px}
	.gcon_3 .ibd{ margin-top:20px}
	.gcon_3 .ibd ul li{ margin-right:10px; margin-bottom:10px; width:calc(100% / 3 - 20px /3); }
	.gcon_3 .ibd ul li .cont{ width:160px; height:52px; font-size:16px}	
}
@media (max-width: 750px){
	.gcon_3 .ibd ul li{ margin-right:1%; margin-bottom:1%; width:49.5%; }
	.gcon_3 .ibd ul li:nth-child(3n){ margin-right:1%}
	.gcon_3 .ibd ul li:nth-child(2n){ margin-right:0}
	.gcon_3 .ibd ul li .cont{ width:120px; height:44px; font-size:14px}	
	.gcon_3 .ibd ul li:hover .cont .title{ background:url(http://xuancheng.chunhuaqz.com/images/g_06.png) right center no-repeat; background-size:15px 3px; padding-right:24px}
	
	
}


.gcon_4{ background:url(http://xuancheng.chunhuaqz.com/images/n1.png) bottom center no-repeat; background-size:cover; padding:120px 0 240px; position:relative; overflow:hidden }
.gcon_4 .bj{ position:absolute; width:100%; height:80%; position:absolute; left:0; top:0; overflow:hidden}
.gcon_4 .bj::after{ content:""; display:block; position: absolute; background:url(http://xuancheng.chunhuaqz.com/images/n2.png) repeat-y  top center; background-size:contain; top: 0; left: 0; width: 100%; height: 10000px; z-index:0; opacity: 1; font-size: 0; animation: bgScroll 160s infinite linear; -webkit-animation: bgScroll 160s infinite linear; will-change: transform;}
@keyframes bgScroll {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%)
	}
}

.gcon_4 .nr{ position:relative; z-index:2}
.gcon_4 .ihd{ text-align:center}
.gcon_4 .ihd .title{ font-size:50px; width:fit-content; margin:0 auto; padding: 0 10px; line-height:1; background:url(http://xuancheng.chunhuaqz.com/images/g_05.png) right bottom no-repeat}
.gcon_4 .ihd .intro{ font-size:18px; color:#666666; line-height:2; width:1400px; margin:0 auto; margin-top:20px; }
.gcon_4 .ibd{ width:1460px; margin:0 auto; margin-top:80px; overflow:hidden}
.gcon_4 .ibd .item{  border-radius:10px; overflow:hidden}
.gcon_4 .ibd .item img{ width:100%}
.gcon_4 .ibd .item:hover{ box-shadow:0  0 10px rgba(00,00,0,.1)}
.gcon_4 .ibd .pagination4{ width:100%; margin-top:30px; text-align:center}
.gcon_4 .ibd .pagination4 span{ width:12px; height:12px; border-radius:50%; opacity:1; background:#e9edf5}
.gcon_4 .ibd .pagination4 span.swiper-pagination-bullet-active{ background:#1b3884}
@media (max-width: 1700px){
	.gcon_4{  padding:100px 0 180px ;}
	.gcon_4 .ihd .title{ font-size:40px}
	.gcon_4 .ihd .intro{ font-size:16px; width:100%}
	.gcon_4 .ibd{ width:100%; margin-top:50px}
	
}
@media (max-width: 1200px){
	.gcon_4{  padding:40px 0 60px ;}
	.gcon_4 .ihd{ width:92%; margin:0 auto}
	.gcon_4 .ihd .title{ font-size:24px}
	.gcon_4 .ihd .intro{ font-size:14px; width:100%; margin-top:10px}
	.gcon_4 .ibd{ margin-top:20px}
}
@media (max-width: 750px){
	.gcon_4 .ibd .item{ }
	.gcon_4 .ibd .pagination4{ margin-top:15px; text-align:center}
	.gcon_4 .ibd .pagination4 span{ width:8px; height:8px; border-radius:50%; opacity:1; background:#e9edf5}
	.gcon_4 .ibd .pagination4 span.swiper-pagination-bullet-active{ background:#1b3884}

	
}

.gcon_5{ padding:80px 0}
.gcon_5 .hd .title{ float:left; font-size:52px; color:#000000; line-height:60px}
.gcon_5 .hd ul{ float:right; height:120px;display:flex;align-items: center;}
.gcon_5 .hd ul li{ float:left; width:140px; height:48px; margin-left:10px;display:flex;align-items: center;justify-content: center; background:#e9edf5; font-size:16px; color:#1c1b1b; border-radius:30px; cursor:pointer}
.gcon_5 .hd ul li.on{ background:#1b3884; color:#fff}
.gcon_5 .bd{ margin-top:70px}
.gcon_5 .bd .con{ width:100%}
.gcon_5 .bd .con .swiper5{ width:100%; overflow:hidden}
.gcon_5 .bd .con .swiper5 .swiper-slide{ width:524px; margin-right:64px}
.gcon_5 .bd .con .swiper5 .swiper-slide:last-child{ margin-right:0}
.gcon_5 .bd .con .swiper5 .swiper-slide .pic{ width:100%; overflow:hidden}
.gcon_5 .bd .con .swiper5 .swiper-slide .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_5 .bd .con .swiper5 .swiper-slide .pic:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.gcon_5 .bd .con .swiper5 .swiper-slide .title{ font-size:20px; color:#000000; margin-top:30px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.gcon_5 .bd .con .swiper5 .swiper-slide .intro{ font-size:16px; color:#000; opacity:0.7; line-height:30px; height:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin-top:20px}
.gcon_5 .bd .con .swiper5 .swiper-slide .time{ font-size:15px; color:rgba(0,0,0,0.6); background:url(http://xuancheng.chunhuaqz.com/images/g_15.png) left center no-repeat; padding-left:25px; margin-top:20px}
.gcon_5 .bd .con .swiper5 .pagination5{ text-align:center; margin-top:20px; font-size:0}
.gcon_5 .bd .con .swiper5 .pagination5 span{ display:inline-block; vertical-align:top; width:10px; height:10px; background:#e9edf5; opacity:1}
.gcon_5 .bd .con .swiper5 .pagination5 span.swiper-pagination-bullet-active{ background:#1b3884}
@media (max-width: 1700px){
	.gcon_5{ padding:70px 0}
	.gcon_5 .hd .title{ font-size:40px; line-height:50px}
	.gcon_5 .hd ul{ height:100px}
	.gcon_5 .bd{ margin-top:40px}
	.gcon_5 .bd .con .swiper5 .swiper-slide{ width:32%; margin-right:2%}
	.gcon_5 .bd .con .swiper5 .swiper-slide .title{ font-size:18px;  margin-top:20px;}
	.gcon_5 .bd .con .swiper5 .swiper-slide .intro{ font-size:14px; line-height:25px; height:50px; margin-top:15px}
	.gcon_5 .bd .con .swiper5 .swiper-slide .time{ font-size:14px; margin-top:15px}

}
@media (max-width: 1200px){
	.gcon_5{ padding:40px 0}
	.gcon_5 .hd .title{ font-size:24px; line-height:30px}
	.gcon_5 .hd ul{ height:60px}
	.gcon_5 .hd ul li{ width:100px; height:36px;  font-size:14px;}
	.gcon_5 .bd{ margin-top:20px}
	.gcon_5 .bd .con .swiper5 .swiper-slide{ width:32%; margin-right:2%}
	.gcon_5 .bd .con .swiper5 .swiper-slide .title{ font-size:16px;  margin-top:12px;}
	.gcon_5 .bd .con .swiper5 .swiper-slide .intro{ font-size:12px; line-height:20px; height:40px; margin-top:10px}
	.gcon_5 .bd .con .swiper5 .swiper-slide .time{ font-size:12px; margin-top:10px}
	.gcon_5 .bd .con .swiper5 .pagination5{ margin-top:15px}
	.gcon_5 .bd .con .swiper5 .pagination5 span{ width:8px; height:8px}

}
@media (max-width: 750px){
	.gcon_5 .hd .title{ width:100%; text-align:center; float:none}
	.gcon_5 .hd ul{ width:fit-content; margin:0 auto; float:none}
	.gcon_5 .hd ul li{ margin:0 5px}
	.gcon_5 .bd .con .swiper5 .swiper-slide{ width:49%; }
	.gcon_5 .bd{ margin-top:10px}
}