@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: 1200px;
	height: 800px;
	/* background: #fff; */
	text-align: center;
	/* box-shadow: 0px 0px 5px #999; */
	top: calc(50% - 400px);
	left: calc(50% - 600px);
	z-index: 10002;
  background-image: url('../images/tcbg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xxpc img {
  margin-top: 104px;
  height: 70px;
}
.xxpc .xxpc_content {
  width: 880px;
  margin: 0 auto;
  margin-top:20px;
  padding: 20px;

}

.xxpc .xxpc_content p a{
 display: inline-block;
     color: red;

}
.xxpc h2 {
	font-size: 16px;
	line-height: 1.75;
  text-align: left;
}

.xxpc p {
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
  color: #333333;
}
.xxpc span {
  color: red;
}

.xxpc a {
	display: block;
	color: #ffffff;
}
.xxpc .xxpcClose {
  background-color: #d7d4d4;
}
.xxpc button {
	border: none;
	width: 356px;
	height: 50px;
	background-color: #006bee;
	border-radius: 28px;
	color: #fff;
  margin-top: 10px;
}






.xxgk-section1 {
	width: 1180px;
	height: 205px;
	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: 920px;
	float: left;
  margin-top: 5px;
}
.xxthree ul {
  width: 100%;
  display: flex;
}
.xxthree ul li {
	display: block;
     width: calc(100% / 6 - 10px);
	height: 140px;
	border: 1px solid #cee6ff;
	/* float: left; */
	margin-right: 8px;
}

.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: 22px;
	line-height: 36px;
	font-weight: bolder;
	color: #0059b5;
	text-align: center;
	margin-top: 20px;
}

.xxvideo {
	width: 260px;
	height: 175px;
	float: right;
	/* margin-top: -26px; */
}
.xxvideo img {
  width: 260px;
}

.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: 100%;
		height: 1200px;
		/* padding: 2%; */
		/* background: #fff; */
		text-align: center;
		/* box-shadow: 0px 0px 5px #999; */
		top: calc(50% - 600px);
		left: 0;
	}
  .xxpc img {
    margin-top: 176px;
    height: 80px;
  }
  .xxpc .xxpc_content {
    width: 75%;
    margin-top: 35px;
  }
  .xxpc h2 {
    font-size: 18px;
  }
  .xxpc p {
    font-size: 18px;
  }
	.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 {
    flex-wrap: wrap;
  }
	.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: block;
		/* justify-content: center; */
    margin-left: 0;
	}
	.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;
	}






}