.banner1{position: relative;margin-top: 0;width: 100%;}
.banner1:after{display: none;}
.banner1 .container{overflow: hidden;width: 100%;margin: 0;padding: 0;max-width: none;}
.banner1 .swiper-container{width: 100%;}
.banner1 .swiper-container,
.banner1 .swiper-wrapper,
.banner1 .swiper-slide,
.banner1 .imgbox{width:100%;height:calc(100vw * 762 / 1920);max-height:762px;}
.banner1 .imgbox{position: relative;overflow:hidden;}
.banner1 .bannerimg{display: block;width: 100%;height: 100%;max-width: none;object-fit:cover;object-position:center center;}
/* 内页栏目 banner：图片与首页海报一致，高度保持原内页比例 */
.banner1.banner-inner .swiper-container,
.banner1.banner-inner .swiper-wrapper,
.banner1.banner-inner .swiper-slide,
.banner1.banner-inner .imgbox{
	width:100%;
	height:calc(100vw * 528 / 1800);
	max-height:528px;
}
.banner1.banner-inner .container{
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	max-width:none;
}
.banner1.banner-inner .imgbox{
	position:relative;
	overflow:hidden;
}
.banner1.banner-inner img,
.banner1.banner-inner .bannerimg{
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	max-height:none!important;
	object-fit:cover!important;
	object-position:center center!important;
}
.banner1.banner-inner .down1{display:none;}
@media (max-width:768px){
	.banner1.banner-inner .swiper-container,
	.banner1.banner-inner .swiper-wrapper,
	.banner1.banner-inner .swiper-slide,
	.banner1.banner-inner .imgbox{
		height:calc(100vw * 528 / 1800);
		max-height:none;
	}
}
body{padding-top:0;}
.banner1{margin-top:0;}
.banner1 .content{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.banner1 .content h1{font-size: .4rem;color: white;letter-spacing: 3px;text-shadow: 1px 1px 5px #333;}
.banner1 .content h2{font-size: 19px;color: white;margin-top: .1rem;}
.banner1 .icon1{position: absolute;right:1%;bottom: 10%;}
.banner1 .icon1 a{margin:0;padding:0;margin-top: .2rem;display: block;width:25px;height:25px;float:none;background-position: center;}
.banner1 .icon1 a.weibo{background-image:none}
.banner1 .icon1 a.weixin{background-image:none}
.banner1 .down1 .round{width: 25px;height: 25px;border-radius: 50%;border:2px solid #999;margin-top: 38px;position: relative;}
.banner1 .down1 h1{font-size: 14px;color: #999;width: 14px;display: inline-block;transition: all .3s}
.banner1 .down1{position: absolute;bottom: 8%;left: 0.8%;text-align: center;cursor: pointer;}
.banner1 .down1 .round img{position: absolute;left: 50%;bottom: 50%;margin-left: -4px; -webkit-animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;}
/* 去掉左右箭头 */
.banner1 .prev,.banner1 .next{display:none!important;}

/* Banner 焦点：右侧纵向（覆盖 swiper 默认底部分页） */
.banner1 .swiper-container{position:relative;}
.banner1 .swiper-container .banner-pagination.swiper-pagination,
.banner1 .swiper-container .banner-pagination{
	position:absolute!important;
	right:clamp(16px, 4vw, 80px)!important;
	left:auto!important;
	top:50%!important;
	bottom:auto!important;
	width:15px!important;
	height:auto!important;
	z-index:20;
	display:-webkit-box!important;
	display:-webkit-flex!important;
	display:flex!important;
	-webkit-box-orient:vertical!important;
	-webkit-flex-direction:column!important;
	flex-direction:column!important;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-transform:translateY(-50%)!important;
	transform:translateY(-50%)!important;
	text-align:center;
}
.banner1 .banner-pagination .swiper-pagination-bullet{
	width:14px!important;height:14px!important;
	margin:10px 0!important;
	border:2px solid rgba(255,255,255,.65);
	background:transparent!important;
	opacity:1!important;
	border-radius:50%;
	position:relative;
}
.banner1 .banner-pagination .swiper-pagination-bullet-active{
	border-color:#fff;
	background:#fff!important;
}

.banner1 .swiper-slide .content{-webkit-animation: fadeOut 1.5s;animation: fadeOut 1.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.banner1 .swiper-slide-active .content{-webkit-animation: fadeInDown 1.5s;animation: fadeInDown 1.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.banner1 .swiper-slide .bannerimg,
.banner1 .swiper-slide-active .bannerimg{
	-webkit-animation: none!important;
	animation: none!important;
	transform: none!important;
}
@media (max-width: 1200px){
	.banner1 .banner-pagination{right:12px!important;}
	.banner1 .banner-pagination .swiper-pagination-bullet{width:12px!important;height:12px!important;margin:8px 0!important;}
}
@media (max-width: 639px){
	.banner1 .content h2{font-size: 14px;}
	.banner1 .container{margin: 0;padding: 0;width: 100%;}
	.banner1:after{display: none;}
	.banner1 .down1{display: none;}
	.banner1 .icon1{display: none;}
	.banner1 .swiper-container,
	.banner1 .swiper-wrapper,
	.banner1 .swiper-slide,
	.banner1 .imgbox{height:calc(100vw * 762 / 1920);max-height:none;}
}
.banner1 .icon1 a .after{display: none;}
.banner1 .icon1 a:hover .before{display: none;}
.banner1 .icon1 a:hover .after{display: block;}
.banner1 .down1:hover h1{color:#253c9a; }
.index1{padding:0px;padding-top:0.6rem;}
.index1 .left{float: left;width: 40.875%;margin-left: 3.125%;padding-left: 4vw;position: relative;padding-right: 10vw;}
.index1 .left h1{font-size: .28rem;color: rgb(51, 51, 51);margin-bottom: .1rem}
.index1 .left h2{font-size: 12px;color: rgb(153, 153, 153);}
.index1 .left .content{font-size: .14rem;color: rgb(153, 153, 153);line-height: 1.857;margin-bottom: .3rem;}
.index1 .left a{font-size: 16px;color: rgb(51, 51, 51);border: 1px solid #8b8b8b;width: 138px;line-height: 38px;text-align: center;display: block;transition: all .3s}
.index1 .left a img{display: inline-block;margin-right: 6px;margin-top: -2px}
.index1 .left a:hover{background: #253c9a;border-color:#253c9a;color: white; }
.index1 .left .row .col{float: left;width: 33.3%;text-align: center;}
.index1 .left .row .col h3{font-size: .6rem;color: rgb(51, 51, 51);font-family: "Microsoft Yahei";}
.index1 .left .row .col h4{font-size: .16rem;color: rgb(51, 51, 51);margin-top: 5px;}
.index1 .left .title{position: absolute;left: 0;top: 0}
.index1 .left .row{padding: .4rem 0;margin: 0 -2.4vw;}
.index1 .right .swiper-slide{width: 60%;margin-right: .3rem}
.index1 .right .imgbox{position: relative;}
.index1 .right{float: left;width: 56%;}
/*.index1 .right .imgbox:after{content: "";background: rgba(255,255,255,.5);position: absolute;left: 0;right: 0;top: 0;bottom: 0;}*/
/*.index1 .right .swiper-slide-active .imgbox:after{display: none;}*/
.index1 .right .swiper-next{position: absolute;right:3vw;top: 50%;width: .72rem;height: .72rem;background: white;z-index: 2;cursor: pointer;margin-top: -.36rem;transition: all .3s}
.index1 .right .swiper-next img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.index1 .left a .after{display: none;}
.index1 .left a:hover .before{display: none;}
.index1 .left a:hover .after{display: inline-block;}

.index1 .right .swiper-next .after{display: none;}
.index1 .right .swiper-next:hover .before{display: none;}
.index1 .right .swiper-next:hover .after{display: block;}
.index1 .right .swiper-next:hover{background: #253c9a;}





@media (max-width: 800px){
.index4 .videobox{display:none;}
.index4 .videobox2{display:block;}

}
@media (min-width: 800px){

    .index3 .container .right .item:hover{background:#253c9a }
    .index3 .container .right .item:hover h1,.index3 .container .right .item:hover h2,.index3 .container .right .item:hover h3,.index3 .container .right .item:hover h4{color: white;}
}

.index3 .container{padding: 1.2rem 0;}
.index3 .box{position: relative;display: none;}
.index3 .container .left{float: left;width: 42.5%;}
.index3 .container .left .imgbox{position: relative;display: block;overflow: hidden;}
.index3 .container .left .imgbox .bottom{position: absolute;background: rgba(0,0,0,.6);left:0;right:0;bottom: 0;padding: .2rem .3rem}
.index3 .container .left h1{font-size: .18rem;color: white; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;padding-right:10%;line-height:1.5}
.index3 .container .left h2{font-size: .14rem;color: white;display:none;}
.index3 .container .left .date{font-size: .14rem;color: white;letter-spacing: 1px;padding-bottom: .05rem;border-bottom: 1px solid white}
.index3 .container .left .year{font-size: 12px;color: white;letter-spacing: .03rem;padding-top: .05rem;}
.index3 .container .right{width: 57.5%;position: absolute;right: 0;top: 0;bottom: 0}
.index3 .container .right .item{width: 50%;height: 25%;float: left;padding:0 2vw 0 4vw;display: -webkit-box;transition: all .2s}
.index3 .container .right .item h3{font-size: 14px;color: rgb(153, 153, 153);}
.index3 .container .right .item h4{font-size: 12px;color:rgb(153, 153, 153); margin-top: 5px;}
.index3 .container .right .item h1{font-size: 14px;line-height:1.5;font-weight:bold;color: rgb(51, 51, 51);overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	max-height:42px;}
.index3 .container .right .item h2{font-size: 14px;color: rgb(153,153,153);margin-top: .1rem;display:none;}
.index3 .container .right .item .weui-cell__hd{padding:.1rem 0;padding-right: .1rem;text-align: center;position: relative;padding-bottom: .1rem;margin-right: .15rem}
.index3 .container .right .item .weui-cell__hd:after{content: "";height: 100%;width: 1px;background: #d6d6d6;position: absolute;right: 0;top:0;}
.index3 .container .left .imgbox:hover img{transform: scale(1.05);}
.index1 .right .swiper-pagination{display: none;}
@media (max-width: 639px){

	.index3 .container .right .item h2{margin-top: .2rem;}
	.index1 .right .swiper-pagination{display: block;}
	.index1{padding: .6rem 0}
	.index1 .right .swiper-next{display: none;}
	.index1 .left .title{display: none;}
	.banner1 .next,.banner1 .prev{display: none;}
	.index1 .left{width: 100%;float: none;margin: 0;padding: 0 15px;}
	.index1 .right{width: 100%;margin-top: .3rem;}
	.index1 .right .swiper-slide{width: 100%;margin: 0;padding: 0 15px;}


	.index3 .container{padding: .4rem 0}

	.index3 .container .left .imgbox .bottom{padding: .2rem}
	.index3 .container .left{width: 100%;float: none;}
	.index3 .container .right{width: 100%;position: static;}
	.index3 .container .right .item:nth-child(n+5){display: none;}
	.index3 .container .right .item{width: 100%;float: none;padding: .2rem 0;border-bottom: 1px solid #eee;}
	.index3 .container .right .item .weui-cell__hd{padding-right: .15rem;padding-bottom: 0;}
	.index3 .container .right .item .weui-cell__hd:after{height: 100%;}
}







@media (max-width: 639px){
	.index1 .left a{font-size: 14px}
	.index3 .container .left .date{font-size: 12px;}

	.index1 .left .content{font-size: 12px;}

	.index3 .container .left h2{font-size: 12px;}
}

/*========== 六大优势（对齐 xawcedu.com：宽容器 + 原站色块） ==========*/
@font-face{
	font-family: Alimama_ShuHeiTi_Bold;
	src: url(fonts/Alimama_ShuHeiTi_Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.s_ys{
	background: #f4f5f7;
	padding: 64px 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.s_ys_inner{
	max-width: 1650px;
	width: 100%;
	margin: 0 auto;
	padding: 0 80px;
	box-sizing: border-box;
}
.s_ys_title{
	text-align: center;
	margin-bottom: 40px;
}
.s_ys_title h2{
	font-size: 46px;
	color: #2b2b2b;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	letter-spacing: 1px;
	font-family: Alimama_ShuHeiTi_Bold, "Microsoft Yahei", sans-serif;
}
.s_ys_title h2 span{
	color: #1369df;
	font-family: Alimama_ShuHeiTi_Bold, "Microsoft Yahei", sans-serif;
}

.s_ys_list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 64px;
	width: 100%;
}
.s_ys_list li{
	position: relative;
	padding: 69px 0 0 30px;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
}
.s_ys_list li .tt{
	position: absolute;
	left: -48px;
	top: -12px;
	padding-right: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	font-family: Alimama_ShuHeiTi_Bold, "Microsoft Yahei", sans-serif;
	width: 202px;
	height: 202px;
	z-index: 2;
	background: url(images/douhao01.png) center no-repeat;
	background-size: contain !important;
}
.s_ys_list li .box{
	background: #2b79e9;
	height: 100%;
	min-height: 260px;
	padding: 40px 36px 36px;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
}
.s_ys_list li .box span{
	display: block;
	text-align: right;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.s_ys_list li .txt{
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	height: 150px;
	overflow: auto;
	text-align: justify;
}
.s_ys_list li .txt p{ margin: 0; }
.s_ys_list li .txt::-webkit-scrollbar{
	width: 4px;
	border-radius: 10px;
	background-color: rgba(255,255,255,.2);
}
.s_ys_list li .txt::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #fff;
}

.s_ys_list li:nth-child(1) .tt{ background-image: url(images/douhao01.png); }
.s_ys_list li:nth-child(2) .box{ background: #44c285; }
.s_ys_list li:nth-child(2) .tt{ background-image: url(images/douhao02.png); margin-top: -16px; }
.s_ys_list li:nth-child(3) .box{ background: #ef7e2f; }
.s_ys_list li:nth-child(3) .tt{ background-image: url(images/douhao03.png); margin-top: -32px; }
.s_ys_list li:nth-child(4) .box{ background: #8fbf64; }
.s_ys_list li:nth-child(4) .tt{ background-image: url(images/douhao04.png); }
.s_ys_list li:nth-child(5) .box{ background: #00bcff; }
.s_ys_list li:nth-child(5) .tt{ background-image: url(images/douhao05.png); margin-top: -32px; }
.s_ys_list li:nth-child(6) .box{ background: #ec5a45; }
.s_ys_list li:nth-child(6) .tt{ background-image: url(images/douhao06.png); }

@media (max-width: 1400px){
	.s_ys_inner{ padding: 0 50px; }
	.s_ys_title h2{ font-size: 40px; }
	.s_ys_list{ gap: 20px 48px; }
}
@media (max-width: 1200px){
	.s_ys_inner{ padding: 0 30px; }
	.s_ys_title h2{ font-size: 34px; }
	.s_ys_list{ gap: 20px 36px; }
	.s_ys_list li .tt{ width: 160px; height: 160px; font-size: 20px; left: -36px; }
	.s_ys_list li .box{ min-height: 230px; padding: 36px 28px 28px; }
}
@media (max-width: 992px){
	.s_ys{ padding: 56px 0; }
	.s_ys_list{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 48px; }
	.s_ys_title{ margin-bottom: 36px; }
	.s_ys_title h2{ font-size: 30px; }
}
@media (max-width: 640px){
	.s_ys{ padding: 40px 0; }
	.s_ys_inner{ padding: 0 15px; }
	.s_ys_list{ grid-template-columns: 1fr; gap: 40px; }
	.s_ys_list li{ padding: 56px 0 0 20px; }
	.s_ys_list li .tt{
		width: 130px;
		height: 130px;
		font-size: 18px;
		left: -16px;
		top: -8px;
		margin-top: 0 !important;
	}
	.s_ys_list li .box{
		padding: 36px 20px 24px;
		min-height: 0;
	}
	.s_ys_list li .txt{ height: auto; max-height: 150px; }
	.s_ys_title h2{ font-size: 24px; }
}

/*========== 首页底部三栏新闻 ==========*/
.home-cols{
	padding: 50px 0 60px;
	background: #fff;
}
.home-cols-tabs{
	display: none;
}
.home-cols-inner{
	display: flex;
	gap: 40px;
}
.home-col{
	flex: 1;
	min-width: 0;
}
.home-col-hd{
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0;
	margin-bottom: 22px;
	height: 42px;
}
.home-col-hd strong{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 42px;
	border-bottom: 3px solid #253c9a;
	margin-bottom: -1px;
	padding: 0 4px 0 0;
	position: relative;
	z-index: 1;
}
.home-col-hd .more{
	margin-left: auto;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	color: #999;
	font-size: 18px;
	text-decoration: none;
	transition: .25s;
}
.home-col-hd .more:hover{
	background: #253c9a;
	border-color: #253c9a;
	color: #fff;
}

/* 头条：日期块 + 标题摘要 */
.home-col-top{
	display: flex;
	gap: 14px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #e8e8e8;
}
.home-col-top .date{
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	display: block;
	border: 1px solid #253c9a;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
}
.home-col-top .date .m{
	display: block;
	height: 22px;
	line-height: 22px;
	background: #253c9a;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.home-col-top .date .d{
	display: block;
	height: 32px;
	line-height: 32px;
	background: #fff;
	color: #253c9a;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.home-col-top .txt{
	flex: 1;
	min-width: 0;
}
.home-col-top .txt .t{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	margin-bottom: 6px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-col-top .txt .t:hover{ color: #253c9a; }
.home-col-top .txt p{
	margin: 0;
	font-size: 12px;
	color: #999;
	line-height: 1.6;
	height: 38px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 列表 */
.home-col-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-col-list li{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 0;
	border-bottom: 1px dashed #e8e8e8;
}
.home-col-list li:last-child{ border-bottom: none; }
.home-col-list li:before{
	content: "";
	flex: 0 0 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c5c5c5;
}
.home-col-list a{
	flex: 1;
	min-width: 0;
	color: #444;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}
.home-col-list a:hover{ color: #253c9a; }
.home-col-list .time{
	flex: 0 0 auto;
	color: #aaa;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

@media (max-width: 992px){
	.home-cols-inner{ gap: 28px; }
}

/* 移动端：标签切换 */
@media (max-width: 768px){
	.home-cols{ padding: 28px 0 36px; }
	.home-cols-tabs{
		display: flex;
		justify-content: space-around;
		align-items: stretch;
		margin: 0 0 20px;
		border-bottom: 1px solid #e5e5e5;
		position: relative;
	}
	.home-cols-tabs a{
		flex: 1;
		text-align: center;
		padding: 12px 4px 14px;
		font-size: 15px;
		color: #666;
		text-decoration: none;
		position: relative;
		font-weight: normal;
	}
	.home-cols-tabs a.on{
		color: #333;
		font-weight: bold;
	}
	.home-cols-tabs a.on:after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -1px;
		transform: translateX(-50%);
		width: 56px;
		height: 3px;
		background: #253c9a;
	}
	.home-cols-tabs a.on:before{
		content: "";
		position: absolute;
		left: 50%;
		bottom: 2px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #253c9a;
	}
	.home-cols-inner{
		display: block;
	}
	.home-col{
		display: none;
	}
	.home-col.on{
		display: block;
	}
	.home-col-hd{
		display: none;
	}
	.home-col-list li:before{
		background: #253c9a;
	}
	.home-col-top .txt .t{
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.home-col-list a{
		white-space: nowrap;
	}
}











