锘緻charset "utf-8";
.banner{ width:100%; height:100vh; overflow:hidden; position:relative; z-index:1}
.banner .swiper_banner{ width:100%; height:100%; overflow:hidden}
.banner .swiper_banner .swiper-slide{ width:100%; height:100%; overflow:hidden}
.banner .swiper_banner .swiper-slide a{ display:block; width:100%; height:100%}
.banner .swiper_banner .swiper-slide a img{ width:100%; height:100%; object-fit:cover}
.banner .swiper_banner .swiper-slide a{transform:scale(1.2,1.2);vertical-align:middle; transition:all 10s cubic-bezier(0.19, 1, 0.22, 1)}
.banner .swiper_banner .swiper-slide.swiper-slide-on a{transform:scale(1);}
.banner .prev,.banner .next { position:absolute; top:50%; margin-top:-50px; display:block; width:60px; height:60px;  border-radius: 100%; border: rgba(255,255,255,0.4) 1px solid; overflow:hidden;  z-index:10; }
.banner .prev { left:4%; }
.banner .next { right:4%; }
.banner .prev:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0;  width:60px; background:url(/2025/images/prev.png) no-repeat center; transition: 0.6s; opacity: 0.4; cursor:pointer; }
.banner .prev:before { content: ""; position: absolute; top: 0; bottom: 0; left:60px;  width:60px;  background:url(/2025/images/prev.png) no-repeat center; transition: 0.6s; opacity: 0.4; cursor:pointer; }
.banner .prev:hover:after { margin-left:-60px; opacity:1; }
.banner .prev:hover:before { margin-left:-60px; opacity:1; }
.banner .next:after { content: ""; position: absolute; top: 0; bottom: 0; right: 0;  width:60px; background:url(/2025/images/next.png) no-repeat center; transition: 0.6s; opacity: 0.4; cursor:pointer; }
.banner .next:before { content: ""; position: absolute; top: 0; bottom: 0; right:60px;  width:60px;  background:url(/2025/images/next.png) no-repeat center; transition: 0.6s; opacity: 0.4; cursor:pointer; }
.banner .next:hover:after { margin-right:-60px; opacity:1; }
.banner .next:hover:before { margin-right:-60px; opacity:1; }
.banner .prev:hover,.banner .next:hover{ background:rgba(255,255,255,0.2); }
@media (max-width: 1200px){
	.banner{ height:auto}
	
	.banner .prev,.banner .next { margin-top:-16px; width:32px; height:32px; }
	.banner .prev:after { width:32px; height:32px; background-size:6px}
	.banner .next:after { width:32px; height:32px; background-size:6px}
	.banner .prev:before { width:32px; height:32px; background-size:6px}
	.banner .next:before { width:32px; height:32px; background-size:6px}
	.banner .swiper_banner .swiper-slide{ height:auto}
}
.gcon_1{ background:url(/2025/images/xh_33.jpg) bottom center no-repeat; background-size:cover; padding:100px 0}
.gcon_1 .nr{ display:flex; flex-wrap: wrap; justify-content: space-between;}
.gcon_1 .nr .lt{ width:1140px;}
.gcon_1 .nr .rt{ width:450px;}
.ihd{ display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; padding-left:7px}
.ihd .ll{position: relative;padding: 0 0 0 22px;display: flex;flex-direction: column;align-items: flex-end;}
.ihd .dot{ position: absolute; left: -7px; top: 0; width: 7px; height: 7px; background: #0056a8;}
.ihd .dot:before{content: "";position: absolute;top: 100%;left: 100%;width: 0;height: 1px;background: #d7d7d7}
.ihd .dot:after{content: "";position: absolute;top: 100%;left: 100%;width: 1px;height: 0;background: #d7d7d7}
.ihd.aos-init .dot:before{width: 0;transition: 1s 0.8s;}
.ihd.aos-animate .dot:before{width: 80px;}
.ihd.aos-init .dot:after{ height: 0;transition: 1s 0.8s;}
.ihd.aos-animate .dot:after{ height: 60px}
.ihd .ll h6{ font-size:18px; color:#7a7a7a; line-height:1; font-weight:normal}
.ihd .ll h3{ font-size:48px; color:#000000; line-height:1; font-weight:bold; margin-top:5px}
.ihd .ll h3 i{ color:#0056a8}
.morex a{ display:flex; align-items: center; justify-content:  space-between; border:1px solid #045caa; color:#045caa;padding:0 16px; border-radius:30px; font-size:16px; color:#004e98; height:38px; transition:all 0.5s; width:112px; box-sizing:border-box}
.morex a i{ display:block; width:9px; height:9px; position:relative;  transition:all 0.5s}
.morex a i:after{ content:""; display:block; width:100%; height:1px; background:#004e98; position:absolute; left:0; top:4px; transition:all 0.5s}
.morex a i:before{ content:""; display:block; width:1px; height:100%; background:#004e98; position:absolute; left:4px; top:0%; transition:all 0.5s}
.morex a:hover{ background:#045caa; color:#fff}
.morex a:hover i{ }
.morex a:hover i:after{ background:#fff;transform:rotate(90deg);}
.morex a:hover i:before{ background:#fff;transform:rotate(90deg); }

.gcon_1 .nr .lt .morex{ margin-right:20px}

.gcon_1 .nr .ibd{ margin-top:60px; display:flex; justify-content: space-between; flex-wrap: wrap;}
.gcon_1 .nr .lt .aL{ width:620px;}
.gcon_1 .nr .lt .aL .swiper01L{ width:100%; position:relative; overflow:hidden}
.gcon_1 .nr .lt .aL .swiper01L .swiper-slide{ width:100%}
.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .pic{ width:100%; padding-bottom:calc(443 / 620 * 100%); position:relative; overflow:hidden}
.gcon_1 .nr .lt .aL .swiper01L .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; height:100%; position:absolute; left:0; top:0; object-fit:cover}
.gcon_1 .nr .lt .aL .swiper01L .swiper-slide: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 .nr .lt .aL .swiper01L .swiper-slide .pic::before { content: ''; position: absolute; top: 0; left: -86%; z-index: 2; display: block; width: 50%; height: 100%; -webkit-transform: skewX(-25deg); transform: skewX(-25deg); background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1)); background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1));}
.gcon_1 .nr .lt .aL .swiper01L .swiper-slide:hover .pic::before {
  -webkit-animation: shine .5s;
  animation: shine .5s;
}
@-webkit-keyframes shine {
	100% {left: 115%;}
}
@keyframes shine {
	100% {left: 115%;}
}



.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont{ background:#fff; padding:1px 30px; box-sizing:border-box; height:180px}
.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont .title{ font-size:20px; color:#222222; font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; line-height:35px; margin:20px 0;transition:all 0.5s}
.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont .time{ height:70px; box-sizing:border-box; border-top:1px dashed #cfe0f1;display:flex; align-items: center; font-size:16px; color:#0056a8}
.gcon_1 .nr .lt .aL .swiper01L .pagination01L{ width:fit-content; font-size:0; position:absolute;display:flex; align-items: center; justify-content: center; right:30px; height:70px; z-index:2; bottom:0; left:auto}
.gcon_1 .nr .lt .aL .swiper01L .pagination01L span{ display:block; margin:0; padding:0; width:12px; height:12px; box-sizing:border-box; border:1px solid #cfe0f1; border-radius:50%; background:none; opacity:1; margin-left:8px}
.gcon_1 .nr .lt .aL .swiper01L .pagination01L span.swiper-pagination-bullet-active{ background:#045caa; border:1px solid #045caa}
.gcon_1 .nr .lt .aL .swiper01L .swiper-slide:hover .cont .title{ color:#0056a8}
.gcon_1 .nr .lt .aR{ width:510px; background:#fff; height:623px}
.gcon_1 .nr .lt .aR .item{ width:100%; height:calc(100% / 6); box-sizing:border-box;  display:flex; align-items: center; padding:0 30px}

.gcon_1 .nr .lt .aR .item a{ display:flex; align-items: center; width:100%; height:100%; border-bottom:1px dashed #cfe0f1;}
.gcon_1 .nr .lt .aR .item:last-child a{ border-bottom:0;}
.gcon_1 .nr .lt .aR .item a .cont{ width:100%}
.gcon_1 .nr .lt .aR .item a .time{ font-size:16px; color:#999999; transition:all 0.5s}
.gcon_1 .nr .lt .aR .item a .title{ font-size:20px; color:#222222;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; transition:all 0.5s}
.gcon_1 .nr .lt .aR .item:hover a .title{ color:#0056a8; font-weight:bold}
.gcon_1 .nr .lt .aR .item:hover a .time{ color:#0056a8; font-weight:bold}
.gcon_1 .nr .rt .ibd{ width:100%; height:623px; background:#fff}
.gcon_1 .nr .rt .ibd .item{ width:calc(100% - 60px); margin:0 auto; height:calc(100% / 6); box-sizing:border-box; border-bottom:1px dashed #cfe0f1}
.gcon_1 .nr .rt .ibd .item:last-child{ border-bottom:0;}
.gcon_1 .nr .rt .ibd .item a{display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; width:100%; height:100%}
.gcon_1 .nr .rt .ibd .item a .pic{ width:92px; box-sizing:border-box; border:1px dashed #cfe0f1; overflow:hidden}
.gcon_1 .nr .rt .ibd .item a .pic i{ display:block; width:100%; padding-bottom:calc(61 / 90 * 100%); position:relative; overflow:hidden}
.gcon_1 .nr .rt .ibd .item a .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; height:100%; position:absolute; left:0; top:0; object-fit:cover}
.gcon_1 .nr .rt .ibd .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_1 .nr .rt .ibd .item a .cont{ width:calc(100% - 110px);}
.gcon_1 .nr .rt .ibd .item a .cont .title{ font-size:20px; color:#222222;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; transition:all 0.5s}
.gcon_1 .nr .rt .ibd .item:hover a .cont .title{ color:#0056a8; font-weight:bold}
@media (max-width: 1600px){
	.gcon_1{ padding:80px 0}
	.gcon_1 .nr .lt{ width:850px;}
	.gcon_1 .nr .rt{ width:335px;}
	.ihd{ padding-left:5px}
	.ihd .ll{ padding: 0 0 0 16px; }
	.ihd .dot{ left: -5px; width: 5px; height: 5px; }
	.ihd.aos-animate .dot:before{width: 60px;}
	.ihd.aos-animate .dot:after{ height: 50px}
	.ihd .ll h6{ font-size:14px; }
	.ihd .ll h3{ font-size:36px; }
	.morex a{ padding:0 12px; font-size:12px; height:30px; width:82px }
	.morex a i{ width:7px; height:7px; }
	.morex a i:after{ top:3px; }
	.morex a i:before{ left:3px; }
	.gcon_1 .nr .ibd{ margin-top:40px;}
	.gcon_1 .nr .lt .aL{ width:465px;height:472px}
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont{ padding:1px 20px; height:140px}
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont .title{ font-size:16px; line-height:28px; margin:16px 0; }
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont .time{ height:50px; font-size:14px; }
	.gcon_1 .nr .lt .aL .swiper01L .pagination01L{ right:20px; height:50px; }
	.gcon_1 .nr .lt .aL .swiper01L .pagination01L span{ width:10px; height:10px; margin-left:6px}
	.gcon_1 .nr .lt .aR{ width:370px; height:472px }
	.gcon_1 .nr .lt .aR .item{ padding:0 20px}
	.gcon_1 .nr .lt .aR .item a .time{ font-size:14px; }
	.gcon_1 .nr .lt .aR .item a .title{ font-size:16px;}
	.gcon_1 .nr .rt .ibd{ height:472px; }
	.gcon_1 .nr .rt .ibd .item{ width:calc(100% - 40px);}
	.gcon_1 .nr .rt .ibd .item a .pic{ width:85px; }
	.gcon_1 .nr .rt .ibd .item a .cont{ width:calc(100% - 95px);}
	.gcon_1 .nr .rt .ibd .item a .cont .title{ font-size:16px; }
}
@media (max-width: 1200px){
	.gcon_1{ padding:60px 0}
	.gcon_1 .nr .lt{ width:100%;}
	.gcon_1 .nr .rt{ width:100%; margin-top:60px}
	.ihd .ll{ padding: 0 0 0 16px; }
	.ihd.aos-animate .dot:before{width: 40px;}
	.ihd.aos-animate .dot:after{ height: 40px}
	.ihd .ll h6{ font-size:12px; }
	.ihd .ll h3{ font-size:28px; }
	.morex a{ padding:0 15px; font-size:12px; height:30px; }
	.morex a i{ width:9px; height:9px; margin-left:15px; }
	.morex a i:after{ top:4px; }
	.morex a i:before{ left:4px; }
	.gcon_1 .nr .ibd{ margin-top:30px;}
	.gcon_1 .nr .lt .morex{ margin-right:0}
	.gcon_1 .nr .lt .aL{ width:400px;}
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont{ padding:1px 20px; height:140px}
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont .title{ font-size:16px; line-height:28px; margin:16px 0; }
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont .time{ height:50px; font-size:14px; }
	.gcon_1 .nr .lt .aL .swiper01L .pagination01L{ right:20px; height:50px; }
	.gcon_1 .nr .lt .aL .swiper01L .pagination01L span{ width:10px; height:10px; margin-left:6px}
	.gcon_1 .nr .lt .aR{ width:calc(100% - 415px); height:426px }
	.gcon_1 .nr .lt .aR .item{ padding:0 20px}
	.gcon_1 .nr .lt .aR .item a .time{ font-size:14px; }
	.gcon_1 .nr .lt .aR .item a .title{ font-size:16px;}
	.gcon_1 .nr .rt .ibd{ height:472px; }
	.gcon_1 .nr .rt .ibd .item{ width:calc(100% - 40px);}
	.gcon_1 .nr .rt .ibd .item a .pic{ width:85px; }
	.gcon_1 .nr .rt .ibd .item a .cont{ width:calc(100% - 95px);}
	.gcon_1 .nr .rt .ibd .item a .cont .title{ font-size:16px; }
}
@media (max-width: 750px){
	.gcon_1{ padding:40px 0}
	.gcon_1 .nr .lt{ width:100%;}
	.gcon_1 .nr .rt{ width:100%; margin-top:40px}
	.ihd .ll{ padding: 0 0 0 16px; }
	.ihd.aos-animate .dot:before{width: 34px;}
	.ihd.aos-animate .dot:after{ height: 34px}
	.ihd .ll h6{ font-size:12px; }
	.ihd .ll h3{ font-size:24px; }
	.morex a{ padding:0 12px; font-size:12px; height:28px; }
	.morex a i{ width:9px; height:9px; margin-left:12px; }
	.morex a i:after{ top:4px; }
	.morex a i:before{ left:4px; }
	.gcon_1 .nr .ibd{ margin-top:20px;}
	.gcon_1 .nr .lt .aL{ width:100%; height:auto}
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont{ padding:1px 20px; height:auto}
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont .title{ font-size:16px; line-height:28px; height:55px; margin:16px 0; }
	.gcon_1 .nr .lt .aL .swiper01L .swiper-slide .cont .time{ height:50px; font-size:14px; }
	.gcon_1 .nr .lt .aL .swiper01L .pagination01L{ right:20px; height:50px; }
	.gcon_1 .nr .lt .aL .swiper01L .pagination01L span{ width:8px; height:8px; margin-left:5px}
	.gcon_1 .nr .lt .aR{ width:100%; margin-top:20px; height:auto }
	.gcon_1 .nr .lt .aR .item{ padding:0 20px}
	.gcon_1 .nr .lt .aR .item a .cont{ padding:15px 0}
	.gcon_1 .nr .lt .aR .item a .time{ font-size:14px; }
	.gcon_1 .nr .lt .aR .item a .title{ font-size:16px;}
	.gcon_1 .nr .rt .ibd{ height:472px; }
	.gcon_1 .nr .rt .ibd .item{ width:calc(100% - 40px);}
	.gcon_1 .nr .rt .ibd .item a .pic{ width:85px; }
	.gcon_1 .nr .rt .ibd .item a .cont{ width:calc(100% - 95px);}
	.gcon_1 .nr .rt .ibd .item a .cont .title{ font-size:16px; }
}

.gcon_2{ background:url(/2025/images/xh_43.jpg) top center no-repeat; background-size:cover; padding-top:100px}
.gcon_2 .nr{ position:relative}
.gcon_2 .aitem{ width:100%; display:flex; border-bottom:1px solid rgba(255,255,255,0.3); position:relative}
.gcon_2 .aitem .inp1{ display:block; width:1470px; height:65px; background:url(/2025/images/xh_37.png) left center no-repeat; padding-left:50px; box-sizing:border-box; font-size:30px; color:#fff}
.gcon_2 .aitem .inp1::placeholder{ appearance:none; opacity:1; color:rgba(255,255,255,0.5)}
.gcon_2 .aitem .inp2{ width:calc(100% - 1470px); display:block; text-align:right; color:#fff; cursor:pointer; font-size:30px; position:relative}
.gcon_2 .aitem:after{ content:""; display:block; width:1px; height:20px; background:rgba(255,255,255,0.5); position:absolute; right:calc(100% - 1470px); top:calc(50% - 10px)}
.gcon_2 .bitem{ display:flex; font-size:16px; color:#c1c1c1; margin-top:15px}
.gcon_2 .bitem a{ color:#fff}
.gcon_2 .bitem div{ color:#fff}
.gcon_2 .citem{ margin-top:55px}
.gcon_2 .citem .hd{ width:100%}
.gcon_2 .citem .hd ul{ display:flex; flex-wrap: wrap; width:100%}
.gcon_2 .citem .hd ul li{ width:370px; position:relative; overflow:hidden; transition:all 0.5s; margin-right:10px; flex:1}
.gcon_2 .citem .hd ul li:hover{ flex:2.3}
.gcon_2 .citem .hd ul li.on{ width:840px}
.gcon_2 .citem .hd ul li:last-child{ margin-right:0}
.gcon_2 .citem .hd ul li .pic{ width:840px; position:relative; left:50%; transform:translateX(-50%)}
.gcon_2 .citem .hd ul li .pic::before { content: ''; position: absolute; top: 0; left: -86%; z-index: 2; display: block; width: 50%; height: 100%; -webkit-transform: skewX(-25deg); transform: skewX(-25deg); background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1)); background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1));}
.gcon_2 .citem .hd ul li:hover .pic::before {  -webkit-animation: shine .5s;  animation: shine .5s;}
.gcon_2 .citem .hd ul li .pic i{ display:block; width:100%; padding-bottom:calc(700 / 840 * 100%); position:relative; overflow:hidden}
.gcon_2 .citem .hd ul li .pic i 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; height:100%; object-fit:cover; position:absolute; left:0; top:0}
.gcon_2 .citem .hd ul li:hover .pic i 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_2 .citem .hd ul li .cont{ width:100%; box-sizing:border-box; padding:30px; position:absolute; left:0; bottom:0; color:#fff; z-index:9}
.gcon_2 .citem .hd ul li .cont .title{ font-size:30px; font-weight:bold; line-height:1}
.gcon_2 .citem .hd ul li .cont .title a{ color:#fff}
.gcon_2 .citem .hd ul li .cont .intro{ margin-top:30px; font-size:14px; color:rgba(255,255,255,0.8); height:36px}
.gcon_2 .citem .hd ul li .cont .intro2{ margin-top:30px; display:flex}
.gcon_2 .citem .hd ul li .cont .intro2 a{display:flex; align-items: center; justify-content: center; box-sizing:border-box; width:90px; height:36px; border:1px solid rgba(255,255,255,0.3); border-radius:5px; font-size:14px; color:rgba(255,255,255,0.8); margin-right:10px; transition:all 0.5s}
.gcon_2 .citem .hd ul li .cont .intro2 a:hover{ background:#fff; border:1px solid #fff; color:#0056a8}
.gcon_2 .ditem{ width:100%;  position:absolute; left:0; bottom:0; overflow-y:scroll; background:#fff; height:740px; z-index:9;  display:none; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.gcon_2 .ditem .conts{ width:100%; height:100%; box-sizing:border-box; padding:10px 40px; display:flex;flex-wrap: wrap;}
.gcon_2 .ditem .n1{ width:180px; margin-right:75px}
.gcon_2 .ditem .n1.ys{ width:450px;}
.gcon_2 .ditem .n1:nth-child(5){ margin-right:0}
.gcon_2 .ditem .n1 .t1{ font-size:20px; color:#005eac; font-weight:bold; line-height:60px; border-bottom:1px dashed #cfe0f1}
.gcon_2 .ditem .n1 .t2{ margin-top:10px}
.gcon_2 .ditem .n1 .t2 ul li a{ display:block; font-size:14px; color:#666666; line-height:2.3}
.gcon_2 .ditem .n1 .t2 ul li a:hover{ color:#005eac}
.gcon_2 .ditem .n1.ys .t2{ display:flex; flex-wrap: wrap; justify-content: space-between;}
.gcon_2 .ditem .n1.ys .t2 .t3{ width:180px}
.gcon_2 .ditem .n1.ys .t2 .t3 .t{ font-size:20px; color:#666666; font-weight:bold; margin-bottom:10px}
.gcon_2 .ditem .n1.ys .t2 .t3 .t:hover{ color:#005eac}
@media (max-width: 1600px){
	.gcon_2{ padding-top:80px}
	.gcon_2 .aitem .inp1{ width:1100px; height:60px; background-size:24px; padding-left:40px; font-size:24px; }
	.gcon_2 .aitem .inp2{ width:100px; font-size:24px; }
	.gcon_2 .aitem:after{  height:18px; right:100px; top:calc(50% - 9px)}
	.gcon_2 .bitem{ font-size:14px; margin-top:15px}
	.gcon_2 .citem{ margin-top:40px}
	.gcon_2 .citem .hd ul{ display:flex; flex-wrap: wrap; width:100%}
	.gcon_2 .citem .hd ul li{ width:275px;}
	.gcon_2 .citem .hd ul li.on{ width:630px}
	.gcon_2 .citem .hd ul li .pic{ width:630px;}
	.gcon_2 .citem .hd ul li .cont{ padding:20px; }
	.gcon_2 .citem .hd ul li .cont .title{ font-size:24px; }
	.gcon_2 .citem .hd ul li .cont .intro{ margin-top:25px; font-size:12px; height:32px }
	.gcon_2 .citem .hd ul li .cont .intro2{ margin-top:25px; }
	.gcon_2 .citem .hd ul li .cont .intro2 a{ width:80px; height:32px; font-size:12px; margin-right:8px; }

	.gcon_2 .ditem{ height:550px;   }
	.gcon_2 .ditem .conts{ padding:10px 20px; }
	.gcon_2 .ditem .n1{ width:160px; margin-right:40px}
	.gcon_2 .ditem .n1.ys{ width:340px;}
	.gcon_2 .ditem .n1 .t1{ font-size:18px; line-height:50px; }
	.gcon_2 .ditem .n1 .t2{ margin-top:10px}
	.gcon_2 .ditem .n1 .t2 ul li a{ font-size:12px; line-height:1.95}
	.gcon_2 .ditem .n1.ys .t2 .t3{ width:140px}
	.gcon_2 .ditem .n1.ys .t2 .t3 .t{ font-size:18px; margin-bottom:5px }
}
@media (max-width: 1200px){
	.gcon_2{ padding-top:60px}
	.gcon_2 .aitem .inp1{ width:calc(100% - 80px); height:50px; background-size:20px; padding-left:30px; font-size:20px; }
	.gcon_2 .aitem .inp2{ width:80px; font-size:20px; }
	.gcon_2 .aitem:after{  height:16px; right:80px; top:calc(50% - 8px)}
	.gcon_2 .bitem{ font-size:12px; margin-top:15px}
	.gcon_2 .citem{ margin-top:20px}
	.gcon_2 .citem .hd ul{}
	.gcon_2 .citem .hd ul li{ width:calc(33.333333333% - 6px); margin-right:9px}
	.gcon_2 .citem .hd ul li.on{ width:calc(33.333333333% - 6px)}
	.gcon_2 .citem .hd ul li:hover{ flex:1}
	.gcon_2 .citem .hd ul li .pic{ width:100%;}
	.gcon_2 .citem .hd ul li .cont{ padding:20px; }
	.gcon_2 .citem .hd ul li .cont .title{ font-size:20px; }
	.gcon_2 .citem .hd ul li .cont .intro{ margin-top:20px; font-size:12px; }
	.gcon_2 .citem .hd ul li .cont .intro2{ margin-top:20px; }
	.gcon_2 .citem .hd ul li .cont .intro2 a{ width:80px; height:32px; font-size:12px; margin-right:8px; }

	.gcon_2 .ditem{ height:200px; }
	.gcon_2 .ditem .conts{ padding:10px 20px; margin-bottom:10px }
	.gcon_2 .ditem .n1{ width:32%; margin-right:2%}
	.gcon_2 .ditem .n1:nth-child(3){ margin-right:0}
	.gcon_2 .ditem .n1.ys{ width:340px;}
	.gcon_2 .ditem .n1 .t1{ font-size:16px; line-height:40px; }
	.gcon_2 .ditem .n1 .t2{ margin-top:10px}
	.gcon_2 .ditem .n1 .t2 ul li a{ font-size:12px; line-height:1.95}
	.gcon_2 .ditem .n1.ys .t2 .t3{ width:140px}
	.gcon_2 .ditem .n1.ys .t2 .t3 .t{ font-size:16px; margin-bottom:5px }
}
@media (max-width: 750px){
	.gcon_2{ padding-top:40px}
	.gcon_2 .aitem .inp1{ width:calc(100% - 70px); height:50px; background-size:16px; padding-left:25px; font-size:16px; }
	.gcon_2 .aitem .inp2{ width:70px; font-size:16px; }
	.gcon_2 .aitem:after{  height:16px; right:70px; top:calc(50% - 8px)}
	.gcon_2 .bitem{ font-size:12px; margin-top:15px}
	.gcon_2 .citem{ margin-top:10px}
	.gcon_2 .citem .hd ul{ display:block}
	.gcon_2 .citem .hd ul li{ width:100%; margin-right:0; margin-top:10px}
	.gcon_2 .citem .hd ul li.on{ width:100%}
	.gcon_2 .citem .hd ul li .pic{ width:100%;}
	.gcon_2 .citem .hd ul li .cont{ padding:20px; }
	.gcon_2 .citem .hd ul li .cont .title{ font-size:20px; }
	.gcon_2 .citem .hd ul li .cont .intro{ margin-top:20px; font-size:12px; }
	.gcon_2 .citem .hd ul li .cont .intro2{ margin-top:20px; }
	.gcon_2 .citem .hd ul li .cont .intro2 a{ width:80px; height:32px; font-size:12px; margin-right:8px; }
	
	.gcon_2 .ditem{ height:400px; bottom:auto; top:100px; }
	.gcon_2 .ditem .conts{ padding:10px 20px; margin-bottom:10px }
	.gcon_2 .ditem .n1{ width:100%; margin-right:0}
	.gcon_2 .ditem .n1:nth-child(3){ margin-right:0}
	.gcon_2 .ditem .n1.ys{ width:100%;}
	.gcon_2 .ditem .n1 .t1{ font-size:16px; line-height:40px; }
	.gcon_2 .ditem .n1 .t2{ margin-top:10px}
	.gcon_2 .ditem .n1 .t2 ul li a{ font-size:12px; line-height:1.95}
	.gcon_2 .ditem .n1.ys .t2 .t3{ width:140px}
	.gcon_2 .ditem .n1.ys .t2 .t3 .t{ font-size:16px; margin-bottom:5px }
	
}

.gcon_3{ margin-top:110px}
.gcon_3 .ibd{ margin-top:70px}
.gcon_3 .ihd .hd ul{ display:flex; position:absolute; left:285px; top:0}
.gcon_3 .ihd .hd ul li{ font-size:24px; color:#b1b1b1; position:relative; height:70px; line-height:1; padding:26px 0 20px; box-sizing:border-box; cursor:pointer; margin-right:30px; }
.gcon_3 .ihd .hd ul li.on{ color:#0056a8; font-weight:bold}
.gcon_3 .ihd .hd ul li.on:after{ content:""; display:block; width:7px; height:7px; background:#0056a8; border-radius:50%; position:absolute; left:0; bottom:-3px}
.gcon_3 .ihd .hd ul li:before{ content:""; display:block; width:0%; height:1px; background:#0056a8; position:absolute; left:0; bottom:0; transition:all 0.5s}
.gcon_3 .ihd .hd ul li.on:before{ width:100%}

.gcon_3 .ibd .con{ display:flex;flex-wrap: wrap;}
.gcon_3 .ibd .lt{ width:1065px;}
.gcon_3 .ibd .lt .item{ width:100%; position:relative; border-radius:20px; overflow:hidden}
.gcon_3 .ibd .lt .item .pic{ width:100%; position:relative; overflow:hidden}
.gcon_3 .ibd .lt .item .pic::before { content: ''; position: absolute; top: 0; left: -86%; z-index: 2; display: block; width: 50%; height: 100%; -webkit-transform: skewX(-25deg); transform: skewX(-25deg); background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1)); background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1));}
.gcon_3 .ibd .lt .item:hover .pic::before {  -webkit-animation: shine .5s;  animation: shine .5s;}
.gcon_3 .ibd .lt .item .pic:after{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:2; background:url(/2025/images/xh_46.png) bottom center no-repeat; background-size:cover}
.gcon_3 .ibd .lt .item .pic i{ display:block; width:100%; padding-bottom:calc(761 / 1065 * 100%)}
.gcon_3 .ibd .lt .item .pic i 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; height:100%; object-fit:cover; position:absolute; left:0; top:0}
.gcon_3 .ibd .lt .item:hover .pic i 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 .lt .item .cont{ width:100%; color:#fff; position:absolute; left:0; bottom:0; padding:15px 30px; box-sizing:border-box; z-index:2}
.gcon_3 .ibd .lt .item .cont .title{ font-size:24px; font-weight:900;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.gcon_3 .ibd .lt .item .cont .intro{ font-size:14px; margin-top:15px; line-height:25px; width:100%}
.gcon_3 .ibd .rt{ width:525px; margin-left:10px}
.gcon_3 .ibd .rt .item{ width:100%; position:relative; border-radius:20px; overflow:hidden}
.gcon_3 .ibd .rt .item .pic{ width:100%; position:relative; overflow:hidden}
.gcon_3 .ibd .rt .item .pic::before { content: ''; position: absolute; top: 0; left: -86%; z-index: 2; display: block; width: 50%; height: 100%; -webkit-transform: skewX(-25deg); transform: skewX(-25deg); background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1)); background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1));}
.gcon_3 .ibd .rt .item:hover .pic::before {  -webkit-animation: shine .5s;  animation: shine .5s;}

.gcon_3 .ibd .rt .item .pic:after{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:2; background:url(/2025/images/xh_46.png) bottom center no-repeat; background-size:cover}
.gcon_3 .ibd .rt .item .pic i{ display:block; width:100%; padding-bottom:calc(376 / 525 * 100%)}
.gcon_3 .ibd .rt .item .pic i 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; height:100%; object-fit:cover; position:absolute; left:0; top:0}
.gcon_3 .ibd .rt .item:hover .pic i 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 .rt .item .cont{ width:100%; color:#fff; position:absolute; left:0; bottom:0; padding:15px 30px; box-sizing:border-box; z-index:2}
.gcon_3 .ibd .rt .item .cont .title{ font-size:24px; font-weight:900;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.gcon_3 .ibd .rt .item .cont .intro{ font-size:16px; margin-top:15px; line-height:28px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; width:100%}
.gcon_3 .ibd .rt .item:nth-child(2){ margin-top:9px}
@media (max-width: 1600px){
	.gcon_3{ margin-top:80px}
	.gcon_3 .ibd{ margin-top:50px}
	.gcon_3 .ihd .hd ul{ left:250px; }
	.gcon_3 .ihd .hd ul li{ font-size:20px; height:55px; line-height:1; padding:20px 0 15px;  margin-right:25px; }
	.gcon_3 .ibd .lt{ width:799px; }
	.gcon_3 .ibd .lt .item .cont{ padding:15px 20px; }
	.gcon_3 .ibd .lt .item .cont .title{ font-size:24px; }
	.gcon_3 .ibd .lt .item .cont .intro{ font-size:14px; margin-top:12px; line-height:25px;}
	.gcon_3 .ibd .rt{ width:392px; margin-left:9px}
	.gcon_3 .ibd .rt .item .cont{ padding:15px 20px; }
	.gcon_3 .ibd .rt .item .cont .title{ font-size:24px;}
	.gcon_3 .ibd .rt .item .cont .intro{ font-size:14px; margin-top:12px; line-height:25px;}
}
@media (max-width: 1200px){
	.gcon_3{ margin-top:60px}
	.gcon_3 .ibd{ margin-top:30px}
	.gcon_3 .ihd .hd ul{ left:200px; }
	.gcon_3 .ihd .hd ul li{ font-size:18px; height:45px; line-height:1; padding:15px 0 12px;  margin-right:20px; }
	.gcon_3 .ibd .lt{ width:66.5%; }
	.gcon_3 .ibd .lt .item{ border-radius:15px}
	.gcon_3 .ibd .lt .item .cont{ padding:15px 15px; }
	.gcon_3 .ibd .lt .item .cont .title{ font-size:20px; }
	.gcon_3 .ibd .lt .item .cont .intro{ font-size:12px; margin-top:10px; line-height:20px; height:40px; overflow:hidden}
	.gcon_3 .ibd .rt{ width:calc(33.5% - 8px); margin-left:8px}
	.gcon_3 .ibd .rt .item .cont{ padding:15px; }
	.gcon_3 .ibd .rt .item .cont .title{ font-size:20px;}
	.gcon_3 .ibd .rt .item .cont .intro{ font-size:12px; margin-top:10px; line-height:20px;}
	.gcon_3 .ibd .rt .item:nth-child(2){ margin-top:8px}
	.gcon_3 .ibd .rt .item{ border-radius:15px}
}
@media (max-width: 750px){
	.gcon_3{ margin-top:40px}
	.gcon_3 .ibd{ margin-top:20px}
	.gcon_3 .ihd{ padding-bottom:55px}
	.gcon_3 .ihd .hd ul{ left:0; top:auto; bottom:0; width:100% }
	.gcon_3 .ihd .hd ul li{ font-size:16px; height:40px; line-height:1; padding:10px 0 12px;  margin-right:20px; }
	.gcon_3 .ibd .lt{ width:100%; }
	.gcon_3 .ibd .lt .item{ border-radius:15px}
	.gcon_3 .ibd .lt .item .cont{ padding:15px 15px; }
	.gcon_3 .ibd .lt .item .cont .title{ font-size:18px; }
	.gcon_3 .ibd .lt .item .cont .intro{ font-size:12px; margin-top:10px; line-height:20px; height:40px; overflow:hidden}
	.gcon_3 .ibd .rt{ width:100%; margin-left:0}
	.gcon_3 .ibd .rt .item{ margin-top:10px}
	.gcon_3 .ibd .rt .item .cont{ padding:15px; }
	.gcon_3 .ibd .rt .item .cont .title{ font-size:18px;}
	.gcon_3 .ibd .rt .item .cont .intro{ font-size:12px; margin-top:10px; line-height:20px;}
	.gcon_3 .ibd .rt .item:nth-child(2){ margin-top:10px}
	.gcon_3 .ibd .rt .item{ border-radius:15px}
}


.gcon_4{ width:100%; margin-top:80px; background:url(/2025/images/xh_39.jpg) top center no-repeat; background-size:cover; padding:30px 0 110px}
.gcon_4 .ibd{ margin-top:65px; position:relative}
.gcon_4 .ibd .cont{ width:100%; overflow:hidden; position:relative}
.gcon_4 .ibd .cont .swiper04{ width:505px;}
.gcon_4 .ibd .cont .swiper04 .swiper-wrapper{ display:flex; align-items: flex-end;}
.gcon_4 .ibd .cont .swiper04 .swiper-slide{ width:340px; margin-right:25px; border-radius:15px; overflow:hidden; height:auto;}
.gcon_4 .ibd .cont .swiper04 .swiper-slide.swiper-slide-active{ width:100%;}
.gcon_4 .ibd .cont .swiper04 .swiper-slide:last-child{ margin-right:0}
.gcon_4 .ibd .cont .swiper04 .swiper-slide .pic{ width:100%; overflow:hidden; position:relative}
.gcon_4 .ibd .cont .swiper04 .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_4 .ibd .cont .swiper04 .swiper-slide: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_4 .ibd .cont .swiper04 .swiper-slide .pic::before { content: ''; position: absolute; top: 0; left: -86%; z-index: 2; display: block; width: 50%; height: 100%; -webkit-transform: skewX(-25deg); transform: skewX(-25deg); background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1)); background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1));}
.gcon_4 .ibd .cont .swiper04 .swiper-slide:hover .pic::before {  -webkit-animation: shine .5s;  animation: shine .5s;}
.gcon_4 .ibd .prev04{ background:url(/2025/images/xh_41.png) center center no-repeat; background-size:cover; width:50px; height:50px; position:absolute; top:50%; margin-top:-25px; left:-25px; z-index:9; cursor:pointer}
.gcon_4 .ibd .next04{ background:url(/2025/images/xh_42.png) center center no-repeat; background-size:cover; width:50px; height:50px; position:absolute; top:50%; margin-top:-25px; left:480px; z-index:9; cursor:pointer}
@media (max-width: 1600px){
	.gcon_4{ margin-top:60px; padding:20px 0 80px}
	.gcon_4 .ibd{ margin-top:50px; }
	.gcon_4 .ibd .cont .swiper04{ width:360px;}
	.gcon_4 .ibd .cont .swiper04 .swiper-slide{ width:260px; margin-right:20px; border-radius:12px;}
	.gcon_4 .ibd .cont .swiper04 .swiper-slide:hover .pic::before {  -webkit-animation: shine .5s;  animation: shine .5s;}
	.gcon_4 .ibd .prev04{ width:40px; height:40px; margin-top:-20px; left:-20px; }
	.gcon_4 .ibd .next04{ width:40px; height:40px; margin-top:-20px; left:340px; }
}
@media (max-width: 1200px){
	.gcon_4{ margin-top:40px; padding:20px 0 60px}
	.gcon_4 .ibd{ margin-top:30px; }
	.gcon_4 .ibd .cont .swiper04{ width:100%;}
	.gcon_4 .ibd .cont .swiper04 .swiper-slide{ width:48%; margin-right:4%; border-radius:12px;}
	.gcon_4 .ibd .cont .swiper04 .swiper-slide.swiper-slide-active{ width:48%;}
	.gcon_4 .ibd .cont .swiper04 .swiper-slide:hover .pic::before {  -webkit-animation: shine .5s;  animation: shine .5s;}
	.gcon_4 .ibd .prev04{ width:36px; height:36px; margin-top:-18px; left:-18px; }
	.gcon_4 .ibd .next04{ width:36px; height:36px; margin-top:-18px; left:auto; right:-18px }
}
@media (max-width: 750px){
	.gcon_4{ margin-top:40px; padding:0 0 40px}
	.gcon_4 .ibd{ margin-top:20px; }
	.gcon_4 .ibd .cont .swiper04 .swiper-slide{ border-radius:10px}
	.gcon_4 .ibd .prev04{ width:32px; height:32px; margin-top:-16px; left:-0; }
	.gcon_4 .ibd .next04{ width:32px; height:32px; margin-top:-16px; left:auto; right:-0 }
}