@charset "UTF-8";

body {
	overflow-x: hidden;
}

/*banner*/

.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100vh;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-list {
	position: relative;
}

.banner .slick-list::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, #073272 0%, rgba(32, 66, 159, 0) 100%);
	height: 3rem;
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

.banner .slick-dots {
	max-width: 14rem;
	text-align: right;
	bottom: 0.47rem;
	font-size: 0;
	z-index: 1;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.17rem;
	padding: 0;
	width: 0.14rem;
	height: 0.14rem;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	transition: all 0.5s;
}

.banner .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.26rem;
	height: 0.26rem;
	background: url(../images/ban_dot.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active::after {
	display: block;
}


/* .banner .slick-prev,
.banner .slick-next {
	width: 0.25rem;
	height: 0.13rem;
	top: inherit;
	transform: none;
	right: 0.35rem;
	bottom: 1.6rem;
}

.banner .slick-prev {
	left: inherit;
	bottom: 3.4rem;
}

.banner .slick-next {
	
} */


/*首页样式*/

.title {
	position: relative;
	text-align: center;
}

.tit-c {
	display: inline-block;
}

.tit-c h3 {
	font-family: 'sySong';
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1;
	color: #333333;
}

.tit-c h4 {
	font-family: 'sySong';
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1;
	color: #CCDBF3;
	margin-top: 0.1rem;
}

.tit-c h4 i {
	display: inline-block;
	vertical-align: middle;
	width: 0.6rem;
	border-bottom: 1px solid #CCDBF3;
}

.tit-c h4 i:first-child {
	margin-right: 0.1rem;
}

.tit-c h4 i:nth-child(2) {
	margin-left: 0.1rem;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.more::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0.56rem;
	height: 0.56rem;
	background: url(../images/more2.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.more a {
	display: block;
	font-size: 0.18rem;
	font-weight: 350;
	color: #0046A8;
	background: url(../images/more1.png) no-repeat right center;
	background-size: 0.18rem 0.18rem;
	padding-right: 0.28rem;
	margin-right: 0.24rem;
	transition: all 0.5s;
}

.more a:hover {
	margin-right: 0.14rem;
}

/*主体*/

.section1 {
	padding-top: 0.58rem;
	padding-bottom: 0.83rem;
	background: url(../images/section1_bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.s1-c {
	align-items: flex-start;
	margin-top: 0.35rem;
}

.s1-l {
	width: 58.92%;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li .bg_img {
	height: 5.79rem;
}

.s1-l ul li:hover .bg_img .a {
	transform: scale(1.1);
}

.s1-l ul li .s1-ltx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #144DAC;
	padding: 0 1.92rem 0 0.3rem;
	z-index: 1;
}

.s1-l ul li .s1-ltx h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.82rem;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l .slick-dots {
	width: auto;
	font-size: 0;
	right: 0.25rem;
	bottom: 0.36rem;
}

.s1-l .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 0.06rem;
}

.s1-l .slick-dots li.slick-active {
	background: #fff;
}

.s1-l .slick-dots li button {
	display: none;
}

/* .s1-l .slick-prev,
.s1-l .slick-next {
	width: 0.5rem;
	height: 0.5rem;
	top: auto;
	transform: none;
	bottom: 0.3rem;
	z-index: 1;
	transition: all 0.3s;
}

.s1-l .slick-prev {
	left: auto;
	right: 0.5rem;
	background-color: #F95A41;
	background-size: 0.11rem 0.13rem;
}

.s1-l .slick-next {
	right: 0;
	background-color: rgba(53, 58, 191, 0.5);
	background-size: 0.11rem 0.13rem;
}

.s1-l .slick-prev:hover,
.s1-l .slick-next:hover {
	transform: scale(1.05);
} */

.s1-r {
	flex: 1;
	min-width: 0;
}

.s1-r>ul li {
	transition: all 0.5s;
}

.s1-r>ul li a {
	display: block;
	padding: 0.13rem 0;
	margin-left: 0.45rem;
	border-bottom: 1px solid #C4D5E4;
}

.s1-r>ul li a span {
	display: block;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.3rem;
	color: #144DAC;
	background: url(../images/s1-rttime.png) no-repeat left center;
	background-size: 0.16rem 0.16rem;
	padding-left: 0.26rem;
	margin-top: 0.1rem;
}

.s1-r>ul li a h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.3rem;
	transition: all 0.5s;
}

.s1-r>ul li:hover {
	background: linear-gradient(270deg, rgba(231, 242, 252, 0.1) 0%, rgba(142, 192, 255, 0.2) 100%);
}

.s1-r>ul li:hover a h3 {
	font-weight: bold;
	color: #144DAC;
}


.section2 {
	background: url(../images/section2_bg.png) no-repeat center bottom;
	background-size: cover;
	padding-top: 0.5rem;
	padding-bottom: 1.34rem;
	position: relative;
}

.section2 .tit-c h3 {
	color: #fff;
}

.section2 .tit-c h4 {
	color: #5581CB;
}

.section2 .tit-c h4 i {
	border-bottom-color: #5581CB;
}

.section2 .more::before {
	background-image: url(../images/more2-2.png);
}

.section2 .more a {
	color: #fff;
	background-image: url(../images/more1-2.png);
}


.s2-c {}

.s2-c ul {}

.s2-c ul li {}

.s2-c .slick-list {
	padding-top: 0.68rem;
}

.s2-c ul li a {
	display: block;
	margin: 0 0.15rem;
	padding: 0.2rem;
	border-radius: 0px 0.4rem 0px 0.4rem;
	background: rgba(246, 250, 255, 0.2);
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.s2-c ul li a .s2-cdate {
	font-family: 'sySong';
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #fff;
	position: relative;
}

.s2-c ul li a .s2-cdate span {
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.3rem;
	padding-right: 0.05rem;
}

.s2-c ul li a h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	height: 0.64rem;
	color: #fff;
	transition: all 0.5s;
	margin-top: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s2-c ul li a p {
	float: right;
	width: 0.65rem;
	height: 0.12rem;
	background: url(../images/s2-cgd.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.3rem;
	transition: all 0.5s;
}

.s2-c ul li:hover a {
	background: #fff;
	margin-top: -0.3rem;
}

.s2-c ul li:hover a .s2-cdate {
	color: #144DAC;
}

.s2-c ul li:hover a h3 {
	font-weight: bold;
	color: #333333;
}

.s2-c ul li:hover a p {
	background-image: url(../images/s2-cgd2.png);
}

.s2-c .slick-dots {
	position: static;
	margin-top: 0.3rem;
	font-size: 0;
}

.s2-c .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin: 0 0.24rem;
	transition: all 0.5s;
}

.s2-c .slick-dots li.slick-active {
	background: #FFFFFF;
}

.s2-c .slick-dots li button {
	display: none;
}


.section3 {
	padding-top: 0.65rem;
	padding-bottom: 0.5rem;
}

.s3-c {
	align-items: flex-start;
}

.s3-c .title {
	text-align: left;
}

.s3-l {
	width: 44.28%;
}

.s3-l ul {
	margin-top: 0.2rem;
}

.s3-l ul li a {
	display: block;
	padding: 0.31rem 0;
	border-bottom: 1px solid #E5E5E5;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.s3-l ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.12rem;
	right: -0.5rem;
	background: #fff url(../images/s3-libg.png) no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0.04rem 0.16rem 0px rgba(0, 0, 0, 0.16);
	z-index: -1;
	display: none;
}

.s3-l ul li a h3 {
	font-size: 0.18rem;
	font-weight: normal;
	color: #333333;
	line-height: 0.3rem;
	padding-left: 0.28rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	transition: all 0.5s;
}

.s3-l ul li a h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.1rem;
	height: 0.1rem;
	background: #144DAC;
	border-radius: 50%;
}

.s3-l ul li a p {
	margin-left: 0.28rem;
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #666666;
	margin-top: 0.06rem;
	padding-left: 0.22rem;
}

.s3-l ul li a p:nth-child(2) {
	margin-top: 0.18rem;
	background: url(../images/s3-l1.png) no-repeat left center;
	background-size: 0.12rem 0.12rem;
}

.s3-l ul li a p:nth-child(3) {
	background: url(../images/s3-l2.png) no-repeat left center;
	background-size: 0.09rem 0.12rem;
}

.s3-l ul li:hover a::before {
	display: block;
}

.s3-l ul li:hover a h3 {
	color: #144DAC;
	font-weight: bold;
}

.s3-r {
	width: 49.28%;
}

.s3-r ul {
	margin-top: 0.4rem;
}

.s3-r ul li a {
	display: block;
}

.s3-r ul li a .s3-rmr {
	padding: 0.3rem 0;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(18, 54, 143, 0.3);
	transition: all 0.5s;
}

.s3-r ul li a .s3-rmr .s3-rdate {
	font-family: 'sySong';
	text-align: center;
	color: #144DAC;
}

.s3-r ul li a .s3-rmr .s3-rdate p {
	font-weight: 700;
	font-size: 0.26rem;
}

.s3-r ul li a .s3-rmr .s3-rdate span {
	display: block;
	font-weight: 400;
	font-size: 0.16rem;
}

.s3-r ul li a .s3-rmr h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.23rem;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-r ul li a .s3-ron {
	display: none;
	transition: all 0.5s;
}

.s3-r ul li.on a .s3-rmr {
	display: none;
}

.s3-r ul li.on a .s3-ron {
	display: flex;
	align-items: center;
	padding: 0.22rem;
	background: #fff;
	box-shadow: 0px 0.04rem 0.16rem 0px rgba(0, 0, 0, 0.16);
}

.s3-r ul li.on a .s3-ron .bg_img {
	width: 1.6rem;
	height: 2.01rem;
}

.s3-r ul li.on a .s3-ron .s3-rtx {
	flex: 1;
	min-width: 0;
	padding-left: 0.3rem;
}

.s3-r ul li.on a .s3-ron .s3-rtx h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #144DAC;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-r ul li.on a .s3-ron .s3-rtx p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.1rem;
}

.s3-r ul li.on a .s3-ron .s3-rtx .s3-rd {
	font-family: 'sySong';
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #144DAC;
	margin-top: 0.25rem;
	position: relative;
}

.s3-r ul li.on a .s3-ron .s3-rtx .s3-rd::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0.23rem;
	height: 0.17rem;
	background: url(../images/s3-rjt.png) no-repeat;
	background-size: 100% 100%;
}

.s3-r ul li.on a .s3-ron .s3-rtx .s3-rd span {
	font-family: 'sySong';
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #144DAC;
	padding-right: 0.05rem;
}












@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width: 1024px) {

	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		width: 100%;
		height: auto;
	}

	.banner .slick-list::after {
		display: none;
	}

	.banner .slick-dots {
		text-align: center;
		bottom: 0.2rem;
	}

	.tit-c h3 {
		font-size: 0.3rem;
	}

	.tit-c h4 {
		font-size: 0.24rem;
		margin-top: 0.05rem;
	}

	.tit-c h4 i {
		width: 0.3rem;
	}

	.more::before {
		width: 0.46rem;
		height: 0.46rem;
	}

	.section1 {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.s1-c {
		margin-top: 0.2rem;
	}

	.s1-l {
		width: 100%;
	}

	.s1-l ul li .bg_img {
		height: auto;
		padding-top: 70.18%;
	}

	.s1-r {
		width: 100%;
		flex: none;
		margin-top: 0.1rem;
	}

	.s1-r>ul li a {
		margin-left: 0;
	}

	.section2 {
		padding-top: 0.4rem;
		padding-bottom: 0.8rem;
	}

	.s2-c .slick-dots li {
		margin: 0 0.1rem;
	}

	.s2-c .slick-list {
		padding-top: 0.34rem;
	}

	.section3 {
		padding-top: 0.3rem;
	}

	.s3-l {
		width: 100%;
	}
	.s3-l ul li a{
		padding: 0.2rem 0;
	}
	.s3-r {
		width: 100%;
		margin-top: 0.3rem;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}