@charset "UTF-8";

body {
	overflow-x: hidden;
}

/*banner*/

.banner a {
	display: block;
	overflow: hidden;
}

.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 {
	bottom: 34px;
	text-align: center;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 6px;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	width: 60px;
	border-radius: 12px;
}

.banner .slick-dots li button {
	display: none;
}

/*首页样式*/

.title {
	height: 64px;
	line-height: 64px;
	position: relative;
	text-align: center;
}

.title h3 {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	color: #204EAA;
	position: relative;
}

.title h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	border-bottom: 3px solid #BDA05C;
}

.more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 92px;
	height: 68px;
	background: url(../images/more.png) no-repeat;
	background-size: cover;
	transition: all 0.3s;
}

.more a {
	display: block;
	text-align: left;
	font-size: 18px;
	color: #204EAA;
	background-image: -webkit-linear-gradient(right, #2090DA, #204EAA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 28px;
}

.more:hover {
	right: 5px;
}

.more:hover a {
	font-weight: bold;
}

/*主体*/
.section1 {
	padding-top: 25px;
}

.section1>div {
	overflow: hidden;
}

.section1 .title {
	margin-bottom: 40px;
}

.s1-l {
	width: 730px;
	margin-right: 50px;
}

.s1-l .slick-slider {
	padding-bottom: 30px;
}

.s1-l ul li a {
	display: block;
}

.s1-l ul li .pic {
	padding-top: 67.12%;
}

.s1-l ul li .s1-ltx h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 25px;
}

.s1-l ul li .s1-ltx h3 em {
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	background-image: linear-gradient(#204EAA, #204EAA);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s1-l ul li:hover .s1-ltx h3 em {
	color: #204EAA;
	background-size: 100% 1px;
}

.s1-l .slick-dots {
	width: auto;
	position: relative;
	text-align: left;
	margin-top: 30px;
	margin-left: 72px;
	font-size: 0;
	line-height: 40px;
}

.s1-l .slick-dots::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -72px;
	width: 52px;
	height: 6px;
	background: url(../images/jdt-x1.png) no-repeat;
	background-size: cover;
}

.s1-l .slick-dots::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 200px;
	width: 261px;
	height: 7px;
	background: url(../images/jdt-x2.png) no-repeat;
	background-size: cover;
}

.s1-l .slick-dots li {
	transition: all 0.3s;
	width: inherit;
	height: inherit;
	margin: 0 7px;
	vertical-align: middle;
}

.s1-l .slick-dots li button {
	font-size: 16px;
	color: rgba(32, 78, 170, 0.5);
	position: relative;
	width: inherit;
	height: inherit;
	padding: 0;
	height: 40px;
	transition: all 0.3s;
}

.s1-l .slick-dots li.slick-active button {
	font-size: 36px;
	font-weight: bold;
	color: #204EAA;
}

.s1-l .slick-prev,
.s1-l .slick-next {
	width: 50px;
	height: 50px;
	top: inherit;
	bottom: 0;
	z-index: 9;
}

.s1-l .slick-prev {
	left: inherit;
	right: 127px;
	background: url(../images/prev.png) no-repeat center;
	background-size: cover;
}

.s1-l .slick-next {
	right: 57px;
	background: url(../images/next.png) no-repeat center;
	background-size: cover;
}

.s1-l .slick-next::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -57px;
	width: 58px;
	height: 7px;
	background: url(../images/jdt-x3.png) no-repeat;
	background-size: cover;
}

.s1-r {
	overflow: hidden;
	padding-top: 5px;
}

.s1-r ul li {
	position: relative;
	z-index: 1;
}

.s1-r ul li:first-child {
	margin-top: 0;
}

.s1-r ul li a {
	display: block;
	line-height: 84px;
	padding-right: 23px;
	overflow: hidden;
	border-top: 1px solid rgba(32, 78, 170, 0.3);
	transition: all 0.3s;
}

.s1-r ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	transition: all 0.3s;
	background-color: #204EAA;
	z-index: -1;
}

.s1-r ul li:hover::before {
	width: 100%;
}

.s1-r ul li::after {
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border: 1px solid rgba(32, 78, 170, 0.3);
	border-radius: 50%;
}

.s1-r ul li a span {
	display: block;
	float: left;
	font-size: 22px;
	width: 60px;
	text-align: center;
	color: #305DB7;
	position: relative;
}

.s1-r ul li a span::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 2px solid #204EAA;
}

.s1-r ul li a h3 {
	float: left;
	width: calc(100% - 100px);
	margin-left: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 18px;
}

.s1-r ul li:hover a,
.s1-r ul li:hover+li a {
	border-top-color: #204EAA;
}

.s1-r ul li:hover a {
	padding-left: 23px;
}

.s1-r ul li:hover+li a span::after {
	display: none;
}

.s1-r ul li:hover::after,
.s1-r ul li:hover+li::after {
	display: none;
}

.s1-r ul li:hover a span,
.s1-r ul li:hover a h3 {
	color: #fff;
}

.section2 {
	margin-top: 35px;
	padding: 50px 0 65px 0;
	background: url(../images/section2-bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.s2-l {
	width: 47.85%;
}

.s2-l .title {
	text-align: left;
}

.s2-l .title h3::after {
	left: 0;
	transform: none;
}

.s2-l ul {
	margin-top: 34px;
}

.s2-l ul li a {
	display: block;
	overflow: hidden;
	line-height: 55px;
	border-bottom: 1px solid #D8D8D8;
	transition: all 0.3s;
	padding: 0 20px 0 43px;
	transition: all 0.3s;
	position: relative;
	z-index: 1;
}

.s2-l ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	transition: all 0.3s;
	background-color: #204EAA;
	z-index: -1;
}

.s2-l ul li a:hover::before {
	width: 100%;
}

.s2-l ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 22px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #204EAA;
}

.s2-l ul li a:hover::after {
	background-color: #fff;
}

.s2-l ul li a span {
	float: right;
	font-size: 16px;
	color: #9E9E9E;
	padding-left: 15px;
	transition: all 0.3s;
}

.s2-l ul li a h3 {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s2-l ul li a:hover span,
.s2-l ul li a:hover h3 {
	color: #fff;
}

.section3 {
	overflow: hidden;
	background: url(../images/section3-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 77px;
}

.s3-c {
	overflow: hidden;
	margin-top: 50px;
}

.s3-c .slick-list {
	margin-left: -20px;
	margin-right: -20px;
}

.s3-c ul li a {
	display: block;
	font-size: 0;
	margin: 0 20px;
	transition: all 0.3s;
}


.s3-c ul li a .pic {
	padding-top: 43.75%;
}




@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width: 1024px) {
	.title {
		height: 50px;
		line-height: 50px;
	}

	.title h3 {
		font-size: 26px;
	}

	.more {
		width: 68px;
		height: 50px;
	}

	.more a {
		font-size: 14px;
		padding-left: 22px;
	}

	.section1 .title {
		margin-bottom: 30px;
	}

	.s1-l {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.s1-r {
		margin-top: 20px;
	}

	.s1-l ul li .s1-ltx h3 em {
		font-size: 18px;
	}

	.s1-l .slick-dots li.slick-active button {
		font-size: 26px;
	}

	.s1-l .slick-prev,
	.s1-l .slick-next {
		width: 40px;
		height: 40px;
	}

	.s1-l .slick-prev {
		right: 110px;
	}

	.s1-l .slick-slider {
		padding-bottom: 15px;
	}

	.s1-l .slick-dots li button {
		font-size: 14px;
	}

	.s1-r ul li a {
		line-height: 54px;
	}

	.s1-r ul li a h3 {
		font-size: 16px;
	}

	.s1-r ul li a span {
		font-size: 18px;
	}

	.s1-r ul li a span::after {
		border-top-width: 1px;
	}

	.s1-r ul li::after {
		width: 6px;
		height: 6px;
		top: -3px;
	}

	.section2 {
		margin-top: 30px;
		padding: 30px 0;
	}

	.s2-l ul li a {
		line-height: 50px;
	}

	.section3 {
		padding-top: 25px;
		padding-bottom: 35px;
	}
}

@media screen and (max-width: 768px) {
	.banner .slick-dots {
		bottom: 15px;
	}

	.s2-l {
		float: none;
		width: auto;
	}

	.s2-r {
		margin-top: 25px;
	}

	.s2-l ul {
		margin-top: 15px;
	}

	.s3-c {
		margin-top: 25px;
	}

	.s3-c .slick-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.s3-c ul li a {
		margin: 0 10px;
	}
}

@media screen and (max-width: 640px) {
	.title {
		text-align: left;
	}

	.title h3::after {
		left: 0;
		transform: none;
		width: 60px;
		border-bottom-width: 2px;
	}

	.s1-l ul li .s1-ltx h3 {
		margin-top: 20px;
	}

	.s1-l .slick-next::after,
	.s1-l .slick-dots::after {
		display: none;
	}

	.s1-l .slick-prev,
	.s1-l .slick-next {
		width: 35px;
		height: 35px;
	}

	.s1-l .slick-prev {
		right: 45px;
	}

	.s1-l .slick-next {
		right: 0;
	}

	.s1-l .slick-dots {
		margin-top: 15px;
	}

	.s1-l .slick-dots li {
		margin: 0 3px;
	}

	.s1-r {
		margin-top: 5px;
	}
	.s1-r ul li a{
		padding-right: 10px;
	}
	.section2 {
		margin-top: 15px;
		padding: 20px 0 30px 0;
	}
}

@media screen and (max-width: 480px) {
	.banner .slick-dots li {
		width: 6px;
		height: 6px;
	}

	.banner .slick-dots li.slick-active {
		width: 30px;
	}

	.title h3 {
		font-size: 24px;
	}

	.section1 {
		padding-top: 15px;
	}

	.section1 .title {
		margin-bottom: 20px;
	}

	.s1-l ul li .s1-ltx h3 {
		margin-top: 15px;
	}

	.s1-l ul li .s1-ltx h3 em {
		font-size: 16px;
	}

	.s1-l .slick-dots li.slick-active button {
		font-size: 22px;
	}

	.s1-l .slick-prev,
	.s1-l .slick-next {
		width: 30px;
		height: 30px;
	}

	.s1-l .slick-prev {
		right: 40px;
	}

	.s1-l .slick-slider {
		padding-bottom: 8px;
	}

	.s1-r ul li a h3 {
		width: calc(100% - 85px);
		margin-left: 25px;
	}

	.s2-l ul li a::after {
		left: 10px;
	}

	.s2-l ul li a {
		padding: 0 10px 0 28px;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}
