/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to right, #2855ec, #4b85f3, #2855ec);
}

* {
	font-family: '寰蒋闆呴粦', '榛戜綋', '瀹嬩綋';
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #231187;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header {
	overflow: hidden;
}

#header>img {
	float: left;
}

#header>ul {
	list-style: none;
	float: right;
	padding-top: 10px;
}

#header>ul li {
	padding: 0 5px;
	text-align: center;
	float: left;
}





#img img {
	width: 100%;
}

h1 {
	width: 1100px;
	margin: 25px auto;
	text-align: center;
	color: #231187;
	font-size: 35px;
	background: white
}




.rr {
	width: 1100px;
	margin: auto;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.rr p {
	line-height: 35px;
	font-size: 18px;
	text-indent: 2em;
	/* color: white */
}


.tt {
	width: 1100px;
	margin: auto;
}

.tt>p {
	font-weight: bold;
	text-align: center;
	width: 1100px;
	margin: 15px auto;
	background: white
}

.tt>p a {
	color: black;
	font-size: 32px;
}

.tt>p:hover a {
	color: #231187;
}

.nr {
	width: 1100px;
	margin: 2% auto;
	overflow: hidden;
	background: white;
	box-sizing: border-box;
	display: flex;
}

.nr>div {
	padding: 2%;
	box-sizing: border-box;
	/* width: 350px;
	height: 400px; */
	justify-content: space-around;
}

/* float: left; */
/* .nr>div:nth-child(1){
	margin-top: 2%
}
.nr>div:nth-child(1) p{
	text-align: center;
	padding: 2% 0
}
.nr>div:nth-child(2){
	margin-left: 20%;
	float: none;
} */
.nr img {
	width: 430px;
	height: 360px;
}

.nr>div:nth-child(2) h2 {
	margin: 1% 0;
}

.nr>div:nth-child(2) div {
	margin: 3% 0;
}

.nr p {
	margin: 0;
	line-height: 35px;
	font-size: 16px;
	text-indent: 2rem;
}


.swiper-container {
	width: 1100px;
}

.swiper-slide {
	/* width: 50% !important; */
	overflow: hidden;
}

.swiper-slide img {
	height: 320px;
	width: 100%;
}



.xg {
	width: 1100px;
	margin: auto;
	display: flex;
}

.xg div {
	width: 35%;
	margin: 0.5% 1%;
}

.xg div img {
	width: 100%;
	/*height: 182px;*/
}

.xg2 {
	width: 1100px;
	margin: auto;
	display: flex;
}

.xg2 div {
	width: 48%;
	margin: 0.5% 1%;
}

.xg2 div img {
	width: 100%;
	height: 800px;
}


.lx {
	width: 1100px;
	margin: 2% auto;
}

.lx img {
	display: block;
	margin: auto;
}




#p {
	text-align: center;
	font-size: 12px;
	color: white
}

#p a {
	margin-right: 5px;
	font-size: 12px;
	color: white
}

.mt {
	max-width: 1100px;
	margin: auto;
	margin-top: 10px;
	background: #fff;
	padding: 20px 10px;
}

.mt li {
	width: 48%;
	float: left;
	padding-left: 2%;
}

.mt h1 {
	font-size: 20px;
	color: #0270d1;
}

.mt p {
	line-height: 30px;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
}

.mt span {
	color: #111;
	font-weight: bold;
	transition: all 0.5s;
}

.mt span a {
	color: #111;
}

.mt p:hover a {
	color: #0270d1;
}

.mt_more {
	font-size: 16px;
	color: #fff;
	background: dodgerblue;
	text-align: center;
	line-height: 32px;
	display: block;
}

.mt_more:hover {
	color: #fff;
}

* {
	margin: 0;
	padding: 0;
}

h2 {
	width: 1100px;
	margin: 25px auto;
	text-align: center;
	color: #231187;
	background: white;
}

#al {
	width: 1100px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top: 20px;
}

#al li {
	border: gray solid 1px;
	text-align: center;
	line-height: 40px;
	margin: 10px 0;
	transition: all 0.5s;
}

#al li a {
	font-size: 25px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	font-weight: bold;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#al li:hover {
	border: #231187 solid 1px;
	background: #231187;
}

#al li:hover a {
	color: white;
}

.btn {
	width: 1100px;
	margin: 20px auto;
	text-align: center;
	background: #fff;
	transition: all 0.5s;
}

.btn:hover {
	background: white;
	border: 1px solid #231187;
	box-sizing: border-box;
	height: 36px;
}

.btn a {
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 36px;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.btn:hover a {
	color: #231187
}

.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 10px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

#box:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}

.box-hyxx {
	width: 1100px;
	margin: auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.box-hyxx li {
	width: 50%;
	margin-top: 10px;
}

.box-conter {
	width: 1100px;
	margin: auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.box-conter p {
	/* text-align: center; */
	text-indent: 2em;
	font-size: 20px;
	font-weight: 900;
	padding: 10px;
}

.box-img {
	width: 1100px;
	margin: auto;
}

.tv {
	width: 1100px;
	margin: 20px auto;
}

.big {
	text-align: center;
	font-size: 21px !important;
	font-weight: 900;
}

.title-link {
	float: right;
	color: #111;
	font-size: 18px;
	margin-top: 20px;
}

.box-mt {
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.box-mt div {
	width: 49%;
}

.box-mt div img {
	width: 100%;
}

.box-hb {
	width: 1100px;
	margin: auto;
	height: 600px;
	overflow-y: scroll;
}

.box-hb img {
	width: 100%;
}

.swiper-box {
	width: 50% !important;
}

.box-hy {
	width: 1100px;
	margin: auto;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.box-hy>li {
	width: 50%;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 900;
	box-sizing: border-box;
}

.tj {
	width: 1100px;
	margin: auto;
	font-size: 25px;
	line-height: 40px;
	text-indent: 2em;
}

.form-bg {
	width: 1100px;
	margin: 30px auto;
	padding: 2%;
	border: #e8e8e8 solid 1px;
	overflow: hidden;
	box-sizing: border-box;
}

.form {
	float: left;
	max-width: 1100px;
	overflow: hidden;
}

.form p {
	float: left;
	margin: 10px 0.8%;
}

.text-input {
	width: 500px;
	height: 30px;
	border-bottom: #888 solid 1px;
	cursor: text;
	color: #757575;
	background-color: transparent;
}

.signUp-submit {
	width: 500px;
	height: 40px;
	background-color: #333;
	cursor: pointer;
	color: #fff;
}

@media (max-width:1024px) {
	h2 {
		width: 112%;
	}

	.video-sp {
		width: 100%;
		height: 240px;
	}
}

@media screen and (max-width: 1200px) {
	#img img {
		width: 112%;
	}

	h1 {
		width: 100%;
	}

	.tt>p a {
		font-size: 13px;
	}

	.nr>p:nth-child(2) b {
		font-size: 15px;
	}

	.nr>p:nth-child(3) b {
		font-size: 15px;
	}
}