@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul li {
	list-style-type: none;
}

.bigbox {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.xxpc {
	display: none;
	position: fixed;
	width: 870px;
	height: 530px;
	padding: 50px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 5px #999;
	top: calc(50% - 315px);
	left: calc(50% - 485px);
	z-index: 10002;
}

.xxpc h2 {
	font-size: 36px;
	line-height: 3;
}

.xxpc p {
	font-size: 18px;
	line-height: 1.75;
	text-align: left;
	text-indent: 2em
}

.xxpc a {
	display: block;
	color: #1b6fe3;
	text-align: left;
	line-height: 3;
	text-indent: 2em
}

.xxpc button {
	border: none;
	width: 145px;
	height: 63px;
	background: #1b6fe3;
	color: #fff;
	border-radius: 10px;
}






.xxgk-section1 {
	width: 1180px;
	height: 225px;
	background: linear-gradient(to bottom, #ecf4ff, #fff);
	margin: 0 auto;
	padding: 60px 10px 0px 10px;
	margin-top: 10px;
}

.xxgk-section1 .xxthree .xxvideo {
	display: none;
}

.xxthree {
	width: 830px;
	float: left;
}

.xxthree ul li {
	display: block;
	width: 190px;
	height: 150px;
	border: 1px solid #cee6ff;
	float: left;
	margin-right: 14px;
}

.xxthree ul li:last-child {
	margin-right: 0px;
}

.xxthree ul li a img {
	margin: 0 auto;
	margin-top: -50px;
	display: block;
}

.xxthree ul li a p {
	font-size: 28px;
	line-height: 36px;
	font-weight: bolder;
	color: #0059b5;
	text-align: center;
	margin-top: 27px;
}

.xxvideo {
	width: 330px;
	height: 175px;
	float: right;
	margin-top: -26px;
}

.xxgk-section1::after {
	content: '';
	display: table;
	clear: both;
}

.xxgk-section2 {
	width: 1180px;
	margin: 0 auto;
}

.bm-title h2 {
	border-bottom: 1px solid #1b6fe3;
	height: 64px;
}

.bm-title h2 span {
	display: inline-block;
	width: 175px;
	height: 65px;
	background: #1b6fe3;
	color: #fff;
	text-align: center;
	line-height: 65px;
}

.bm-title h2 p {
	font-size: 18px;
	color: #1b6fe3;
	line-height: 65px;
	display: inline-block;
	padding-left: 30px;
	font-weight: 400;
}

.szfbm {
	margin-bottom: 30px;
}

.szfbm::after {
	content: '';
	display: table;
	clear: both;
}

.szfbm ul li {
	display: block;
	width: 236px;
	height: 36px;
	line-height: 36px;
	float: left;
	margin-top: 20px;
}

.szfbm ul li a {
	display: block;
	line-height: 36px;
	color: #333;
	text-align: center;
	font-size: 16px;
}

.szfbm ul li a:hover {
	background: #DFECFF;
}

.xxgk-section3 {
	width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
	background: url("../images/ysq-m5.png")top center no-repeat;
	height: 251px;
	text-align: center;
	margin-bottom: 10px;
}

.xxgk-section3>img {
	margin-top: 40px;
	margin-bottom: 50px;
}

.search {
	width: 930px;
	margin: 0 auto;
}

.search input {
	width: 375px;
	height: 63px;
	border: none;
	border-radius: 10px;
	padding-left: 10px
}

.search button {
	width: 120px;
	height: 63px;
	color: #fff;
	background: #1b6fe3;
	border: none;
	border-radius: 10px;
}

@media screen and (max-width: 750px) {
	.bigbox {
		width: 100%;
	}

	.xxpc {
		position: fixed;
		width: 94%;
		height: 600px;
		padding: 2%;
		background: #fff;
		text-align: center;
		box-shadow: 0px 0px 5px #999;
		top: calc(50% - 300px);
		left: 1%;
	}

	.xxgk-section1 {
		width: 98%;
		height: auto;
		background: linear-gradient(to bottom, #ecf4ff, #fff);
		margin: 0 auto;
		padding: 0;
		padding-top: 50px;
		margin-top: 10px;
	}

	.xxthree {
		width: 100%;
		float: left;
	}

	.xxthree ul li {
		display: block;
		width: 47%;
		height: 150px;
		border: 1px solid #cee6ff;
		float: left;
		margin-right: 4%;
		margin-bottom: 50px;
	}

	.xxthree ul li:nth-child(2n) {
		margin-right: 0;
	}

	.xxvideo {
		display: none;
		/* width: 100%; */
		height: auto;
		float: left;
		margin-top: -26px;
		margin-bottom: 20px;
	}

	.xxvideo img {
		width: 347px;
	}
	.xxgk-section1 .xxthree .xxvideo {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.xxgk-section2 {
		width: 98%;
		margin: 0 auto;
	}

	.bm-title h2 p {
		font-size: 14px;
		color: #1b6fe3;
		line-height: 65px;
		display: inline-block;
		padding-left: 10px;
		font-weight: 400;
	}

	.szfbm ul li {
		display: block;
		width: 50%;
		height: 36px;
		line-height: 36px;
		float: left;
		margin-top: 20px;
	}

	.xxgk-section3 {
		width: 98%;
		margin: 0 auto;
		padding: 0 10px;
		background: url("../images/ysq-m7.png")top center no-repeat;
		height: auto;
		text-align: center;
		margin-bottom: 10px;
	}

	.xxgk-section3>img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.search {
		width: 100%;
		margin: 0 auto;
	}

	.search input {
		width: 90%;
		height: 63px;
		border: none;
		border-radius: 10px;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.search button {
		width: 50%;
		height: 63px;
		color: #fff;
		background: #1b6fe3;
		border: none;
		border-radius: 10px;
	}






}