@charset "utf-8";

body {
	position: relative;
}

/* banner */
.banner {
	width: 100%;
}

.banner .slick-slide a {
	display: block;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	right: 0;
	left: 0;
	text-align: center;
	bottom: 27px;
	font-size: 0;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li {
	width: 57px;
	height: 57px;
	background: url(../images/dot1.png) no-repeat center;
	background-size: cover;
	margin: 0;
}

.banner .slick-dots li.slick-active {
	background: url(../images/dot2.png) no-repeat center;
}

.title {
	overflow: hidden;
	height: 76px;
}

.title-l {
	margin-right: 20px;
}

.title-l h3 {
	font-size: 38px;
	font-weight: bold;
	color: #000000;
}

.title-l p {
	display: inline-block;
	font-size: 20px;
	color: #555555;
}

.more {
	overflow: hidden;
	position: relative;
}

.more a {
	display: block;
	text-align: right;
	font-size: 20px;
	color: #485c9c;
	transition: all 0.3s;
	line-height: 76px;
}

.more::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #b9a371;
}

.more::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: #485c9c;
}

.more a:hover {
	padding-right: 5px;
	color: #b9a371;
}

.section1 {
	background: #f6f6f6;
	padding-right: 6%;
}

.s1-c {
	width: calc(100% - 280px);
}

.s1-c ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 140px;
	transition: all 0.3s;
}

.s1-c ul li a p {
	width: 100%;
	height: 50px;
	display: flex;
	flex-wrap: nowrap;
	/* justify-content: center; */
	align-items: center;
}

.s1-c ul li a h3 {
	font-size: 20px;
	margin-top: 10px;
}

.s1-c ul li a p img {
	margin: 0 auto;
}

.s1-c ul li a p img:nth-child(2) {
	display: none;
}

.s1-c ul li:hover a {
	background-color: #b9a371;
}

.s1-c ul li:hover a p img:first-child {
	display: none;
}

.s1-c ul li:hover a p img:nth-child(2) {
	display: block;
	animation: jello 1.5s linear;
}

.s1-c ul li:hover a h3 {
	color: #fff;
}

.s1-c .slick-list {
	margin: 0 8%;
}

.s1-c .slick-prev,
.s1-c .slick-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 9;
	font-size: 0;
	transition: all 0.3s;
}

.s1-c .slick-prev {
	left: 3.5%;
	background: url(../images/prev1.png) no-repeat center;
}

.s1-c .slick-prev:hover {
	background-image: url(../images/prev1-1.png);
}

.s1-c .slick-next {
	right: 3.5%;
	background: url(../images/next1.png) no-repeat center;
}

.s1-c .slick-next:hover {
	background-image: url(../images/next1-1.png);
}


.s1-r {
	width: 280px;
	margin-top: -140px;
	position: relative;
	z-index: 2;
}

.s1-r ul li {
	width: 50%;
}

.s1-r ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 140px;
	text-align: center;
}

.s1-r ul li a p {
	width: 100%;
	text-align: center;
}

.s1-r ul li a h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 5px;
}

.s1-r ul li:first-child a {
	background-color: rgba(72, 92, 153, 0.5);
}

.s1-r ul li:nth-child(2) a {
	background-color: rgba(43, 92, 165, 0.5);
}

.s1-r ul li:nth-child(3) a {
	background-color: #556ebf;
}

.s1-r ul li:nth-child(4) a {
	background-color: #485c9c;
}

.s1-r ul li:hover a p img {
	animation: jello 1.5s linear;
}

.section2-box {
	padding-left: 6%;
	padding-right: 6%;
	background: url(../images/section2-bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 120px;
}

.section2 {
	padding-top: 65px;
	align-items: flex-start;
}

.section2 .title {
	margin-bottom: 40px;
}

.s2-l,
.s2-r {
	width: 48%;
}

.s1-lt a {
	display: block;
	background-color: #485c9c;
	box-shadow: 0px 0px 26.73px 0.27px rgba(0, 0, 0, 0.18);
	transition: all 0.3s;
}

.s1-lt a .pic {
	height: 370px;
	overflow: hidden;
}

.s1-lt a .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.s1-lt a:hover .pic img {
	transform: scale(1.05);
}

.s1-lt a .s1-lttx {
	padding: 25px;
}

.s2-l .date {
	text-align: center;
}

.s2-l .date p {
	font-size: 28px;
	color: #485c9c;
}
.s3 {
	font-size: 28px;
	color: #485c9c;
padding-top:20px;
}

.s2-l .date span {
	display: block;
	font-size: 16px;
	color: #485c9c;
}

.s1-lt a .s1-lttx .date {
	width: 88px;
	height: 100px;
	background-color: #fff;
	margin-right: 20px;
	margin-top: -81px;
	position: relative;
	z-index: 2;
}

.s1-lt a .s1-lttx .date p {
	line-height: 66px;
	border-bottom: 1px solid rgba(72, 92, 156, 0.7);
}

.s1-lt a .s1-lttx .date span {
	line-height: 33px;
}

.s1-lt a .s1-lttx .s1-lttxr {
	overflow: hidden;
}

.s1-lt a .s1-lttx .s1-lttxr h3 {
	font-size: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #fff;
}

.s1-lt a .s1-lttx .s1-lttxr p {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 10px;
	color: #fff;
}

.s1-lt a:hover {
	background-color: #b9a371;
}

.s2-l ul li {
	margin-top: 20px;
}

.s2-l ul li a {
	display: block;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 26.73px 0.27px rgba(0, 0, 0, 0.18);
	padding: 24px;
	transition: all 0.3s;
}

.s2-l ul li a .date {
	margin-right: 20px;
}

.s2-l ul li a h3 {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	font-size: 0;
	margin-top: 12.5px;
}

.s2-l ul li a h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 42px;
	background-color: #d5d5d5;
}

.s2-l ul li a h3 p {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
	color: #4c4c4c;

}

.s2-l ul li a:hover {
	background-color: #485c9c;
}

.s2-l ul li a:hover .date p,
.s2-l ul li a:hover .date span {
	color: #fff;
}

.s2-l ul li a:hover h3 p {
	color: #fff;
}

.s2-r ul li a {
	display: block;
	border-bottom: 1px solid #e2e2e2;
	padding: 30.5px 0;
	transition: all 0.3s;
}

.s2-r ul li a p {
	font-size: 20px;
	color: #555
}

.s2-r ul li a h3 {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	color: #555;
}

.s2-r ul li:hover a {
	background-color: #b9a371;
	padding: 30.5px;
}

.s2-r ul li:hover a p,
.s2-r ul li:hover a h3 {
	color: #fff;
}

.section3-box {
	padding-left: 6%;
	padding-right: 6%;
	background: url(../images/section3-bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

.section3 {
	/* padding-top: 65px; */
	align-items: flex-start;
}

.s3-l,
.s3-r {
	width: 48%;
}

.s3-l ul li {
	width: 48.5%;
	margin-top: 30px;
	padding-top: 70px;
}

.s3-l ul li a {
	display: block;
	background-color: #fff;
	box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px;
}

.s3-l ul li a p {
	width: 84px;
	height: 84px;
	line-height: 84px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	background-color: #485c9c;
	font-size: 0;
	position: relative;
	z-index: 1;
	margin-top: -70px;
	transition: all 0.3s;
}

.s3-l ul li a p::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 5px;
	border-radius: 50%;
	border: 1px solid rgba(72, 92, 156, 0.2);
}

.s3-l ul li a p img {
	vertical-align: middle;
}

.s3-l ul li a h3 {
	font-size: 28px;
	margin-top: 20px;
}

.s3-l ul li a:hover p {
	background-color: #b9a371;
}

.s3-l ul li a:hover p img {
	animation: jello 1.5s linear;
}

.s3-l ul li a:hover h3 {
	color: #485c9c;
}

.s3-l h4 {
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
}

.s3-r ul {
	background-color: #fff;
	box-shadow: 0px 0px 26.73px 0.27px rgba(0, 0, 0, 0.18);
	padding-bottom: 30px;
	margin-top: 44px;
}

.s3-r ul .pic {
	width: 100%;
	height: 370px;
	overflow: hidden;
	margin-bottom: 15px;
}

.s3-r ul .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s3-r ul li {
	line-height: 58px;
	padding: 0 30px 0 80px;
	background: url(../images/list1.png) no-repeat 20px center;
	transition: all 0.3s;
}

.s3-r ul li a {
	display: block;
	border-bottom: 1px solid #e2e2e2;
	transition: all 0.3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-r ul li:hover {
	background-image: url(../images/list2.png)
}

.s3-r ul li:hover a {
	color: #485c9c;
}

.section4 {
	align-items: flex-start;
	padding-top: 100px;
	padding-bottom: 100px;
}

.s4-l,
.s4-r {
	width: 48%;
}

.s4-l ul {
	background-color: #fff;
	box-shadow: 0px 0px 26.73px 0.27px rgba(0, 0, 0, 0.18);
	padding: 20px;
	margin-top: 70px;
}

.s4-l ul li a {
	display: block;
}

.s4-l ul li a .show {
	display: block;
}

.s4-l ul li a .hide {
	display: none;
}

.s4-l ul li.on a .show {
	display: none;
}

.s4-l ul li.on a .hide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.s4-l ul li a .show {
	line-height: 62px;
	padding-left: 80px;
	background: url(../images/list1.png) no-repeat 20px center;
}

.s4-l ul li a .show p {
	border-bottom: 1px solid #e2e2e2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s4-l ul li a .hide .pic {
	width: 354px;
	height: 236px;
	overflow: hidden;
}

.s4-l ul li a .hide .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.s4-l ul li a .hide .s4-ycr {
	width: calc(100% - 374px);
	margin-left: 20px;
}

.s4-l ul li a .hide .s4-ycr h3 {
	font-size: 20px;
	color: #485c9c;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;

}

.s4-l ul li a .hide .s4-ycr p {
	font-size: 18px;
	color: #555555;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.s4-rk h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(72, 92, 156, 0.9);
	line-height: 52px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s4-r .s4-rt {
	margin-top: 70px;
}

.s4-rk a {
	display: block;
	position: relative;
	overflow: hidden;
}

.s4-rk img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s4-rcl {
	width: 66.08%;
}

.s4-rcl ul li {
	margin-top: 20px;
}

.s4-rcr {
	width: 31.01%;
	margin-top: 20px;
}

.s4-rd {
	margin-top: 20px;
}

.s4-r a:hover img {
	transform: scale(1.05);
}

.s4-r a:hover h3 {
	background-color: rgba(185, 163, 113, 0.9);
}

.s4-rdl {
	width: 48.98%;
}

.s4-rdr {
	width: 48.11%;
}

@media screen and (max-width:1800px) {
	.s4-l ul li a .show {
		line-height: 57px;
	}
}
@media screen and (max-width:1700px) {
	.s4-l ul li a .show {
		line-height: 52px;
	}
}
@media screen and (max-width:1600px) {
	.s4-l ul li a .show {
		line-height: 47px;
	}
}
@media screen and (max-width:1500px) {
	.s4-l ul li a .show {
		line-height: 42px;
	}
}
@media screen and (max-width:1400px) {
	.s4-l ul li a .show {
		line-height: 37px;
	}
}