/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '寰蒋闆呴粦', '榛戜綋','瀹嬩綋';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
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;
	color: #354FDC;
	font-size: 34px;
	background: white;
	border-bottom: 2px solid #354FDC
}
h1 img{
	float: left;
	margin-right: 0.5%
}
h2{
	color: #003386;
	background: white;
	width: 1100px;
	margin: auto;
	font-size: 25px
}
.h{
	font-size: 28px;
	color: #0290CC;
	text-align: center;
	border: none;
}


.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:35px;
}
.tt>p:hover a{
	color: white;
	background: #41B6FF
}
.tt>p:hover{
	background: #41B6FF
}

.rr{
	width: 1100px;
	margin: auto;
	padding: 1%;
	margin-bottom: 15px;
	box-sizing: border-box;
	background: white
}
.rr p{
	line-height: 40px;
	font-size: 20px;
	text-indent: 2em;
	margin: 0;
	letter-spacing:0px;
}
.rr p b{
	color:#0290CC;
}
.rr p a{
	color:#354FDC;
}
.rr img{
	width: 150px;
	height: 50px;
	display: block;
	margin: 1% auto;
}

.yc{
	width: 1100px;
	margin: auto;
	background: white;
	/*padding-left: 1%;*/
	box-sizing: border-box;
}
.yc div{
	padding: 0.5%
}
.yc ul{
	margin: 1% 0;
	border-bottom: 2px dotted #0290CC
}
.yc ul li{
	float: left;
	font-size: 24px;
	line-height: 45px;
}
.yc ul li:first-child{
	font-weight: bold;
	width: 12.9%;
	text-align: right;
	background: #0290CC;
	color: white;
	padding: 0 1%;
	margin-right: 2%
}
.yc ul li:first-child span{
	background: white;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-top: 11%;
}
.yc ul li:nth-child(2) span{
	margin-left: 21%
}
.yc ul .fj{
	font-size: 22px;
	width: 60%;
}
.yc ul li a{
	color: black
}


input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
	.form-bg{
		width:1100px;
		margin:30px auto;
		padding:2%;
		border:#e8e8e8 solid 1px;
		overflow:hidden;
		box-sizing: border-box;
		background: white
	}
	.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;
	}
	.signUp-submit:hover{
		background-color:#0290CC;
	}
	.contact{
		width:20%;
		float:right;
	}
	.logo img{width:auto;height:38px;}
	
	/*#top-btn{
		position:fixed;
		bottom:10px;
		right:0;
		width:40px;
		height:40px;
		background-color:#333;
		z-index:999;
		text-align:center;
		line-height:40px;
	}
	#top-btn a{
		color:#fff;
		font-size:14px;
		font-weight:bold;
		display:inline-block;
	}
	#top-btn:hover{
		background-color:#ff9900;
	}*/
	.ch{
		width: 1100px;
		margin: auto;
		color: white;
		font-size: 20px
	}
	.ch a:hover{
		color: white
	}

.swiper-container{
    width:1100px;
}
.swiper-slide{
	overflow:hidden;
}
.swiper-slide img{
	width: 100%;
}




#p{
	text-align:center;
	font-size:12px;
	color: black
}
#p a{
	margin-right:5px;
	font-size:12px;
	color: black
}


@media screen and (max-width: 1100px){
		#img img{
			width: 112%;
		}
		#p{
			width: 112%;
			font-size: 25px;
			line-height: 40px
		}
		#p a{
			font-size: 25px;
		}
		h1{
			width: 112%;
		}
		.tt>p a{
			font-size: 17px;
		}
		.ch{
			font-size: 40px
		}
	}