* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style-type: none;
}

body {
	overflow-x: hidden;
	/* 水平滚动条隐藏 */
	overflow-y: auto;
	/* 垂直滚动条根据需要显示 */
}

.banner {
	width: 100%;
	float: left;
}

.banner img {
	width: 100%;
	float: left;
}

.main {
	width: 100%;
	float: left;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: cover;
}

.contain {
	width: 1400px;
	margin: 0 auto;
}

.title {
	width: 100%;
	float: left;
	text-align: center;
	padding: 70px 0;
}

.title img {}

.jsk {
	width: 100%;
	float: left;
}

.jsk li {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.jsk_l {
	width: 480px;
	float: left;
}

.jsk_l img {
	width: 100%;
	float: left;
	padding: 30px;
}

.jsk_r {
	width: calc(100% - 510px);
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.jsk_r-t {
	position: relative;
	color: #6a99ef;
	font-size: 34px;
	font-weight: 600;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	border-left: 5px #6a99ef solid;
	padding-left: 20px;
}

.jsk_r-b {
	width: 100%;
	display: flex;
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.jsd {
	width: 100%;
	float: left;
}

.jsd li {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: #f6f6f6;
	border: 1px #ddd solid;
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 30px;
}

.jsd_l {
	width: calc(100% - 360px);
}

.jsd_l-t {
	width: 100%;
	line-height: 2;
	padding-left: 70px;
	position: relative;
}

.jsd_l-t::before {
	content: "";
	background: url(../images/nao.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	width: 60px;
	height: 60px;
}

.jsd_l-t p {
	font-size: 30px;
}

.time {
	font-size: 30px;
}

.time span {
	color: #ff5400;
}

.time strong {}

.jsd_l-b {
	padding-left: 70px;
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
	font-size: 30px;
}

.jsd_l-b p {
	color: #3882f5;
	font-size: 30px;
	line-height: 54px;
}

.jsd_l-b::before {
	content: "";
	background: url(../images/map.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	width: 60px;
	height: 60px;
}

.jsd_l-b strong {
	color: #3882f5;
	font-size: 30px;
	line-height: 54px;
	float: left;
	/* width: 250px; */
}

.jsd_l-b span {
	float: left;
	line-height: 54px;
	width: calc(100% - 250px);
}

.cols {
	color: #3882f5;
}

.jsd_r {
	width: 340px;
}

.jsd_r img {
	width: 100%;
}

.jsm {
	width: 100%;
	float: left;
}

.jsm li {
	width: calc(100%/3);
	float: left;
	display: flex;
	flex-direction: column;
}

.jsm li h3 {
	width: 100%;
	float: left;
	color: #3882f5;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.jsm_js {
	border: 1px #ddd solid;
	background: #f6f6f6;
	float: left;
	margin: 0 20px;
	padding: 20px;
	line-height: 36px;
	font-size: 20px;
	border-radius: 20px;
	min-height: 300px;
}

.jsh {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0;
	font-size: 20px;
	color: #00000050;
}

@media (max-width: 1400px) {
	.contain {
		width: 1200px;
	}
}


@media (max-width: 1200px) {
	.contain {
		width: 1000px;
	}
}

@media (max-width: 1000px) {
	.contain {
		width: 768px;
	}

	.jsk_l {
		width: 300px;
	}

	.jsk_r {
		width: calc(100% - 310px);
	}

	.jsd li {
		flex-direction: column
	}

	.jsd_l {
		width: 100%;
	}

	.jsd_r {
		width: 100%;
	}
}

@media (max-width: 769px) {
	.contain {
		width: 100%;
		padding: 20px;
	}

	.jsk li {
		flex-direction: column
	}

	.jsk_l {
		width: 100%;
	}

	.jsk_r {
		width: 100%;
	}

	.jsd_l-b span {
		width: auto;
		line-height: 45px;
	}

	.jsm li {
		width: 100%;
	}

	.jsm li h3 {
		margin-top: 30px;
	}

	.time {
		font-size: 26px;
	}

	.jsd_l-b {
		font-size: 20px;
	}

	.jsd_l-b strong {
		font-size: 27px;
		/* font-weight: normal; */
		line-height: 45px;
		float: left;
	}

	.jsd_l-t::before {
		width: 35px;
		height: 35px;
	}

	.jsd_l-b::before {
		width: 35px;
		height: 35px;
	}

	.jsd_l-t {
		padding-left: 45px;
	}

	.jsd_l-b {
		padding-left: 45px;
	}

	.jsd_l-b p {
		font-size: 20px;
		line-height: 40px;
	}

	.jsk_r-b {
		line-height: 38px;
	}

	.jsd_l-t p {
		font-size: 26px;
	}
	
	.title img{max-width: 80%;}
	.jsk_r-t{font-size:26px}
}