/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #003DC6
}
*{
	font-family: '寰蒋闆呴粦', '榛戜綋','瀹嬩綋';
}
a{
	color:white;
	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;
	text-align:center;
	color: #354FDC;
	font-size: 34px;
	background: white
}
.h{
	font-size: 34px;
	color:#003DC6
}


.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
}

.yc{
	width: 1100px;
	margin: auto;
	background: white;
	padding-left: 1%;
	box-sizing: border-box;
}
.yc div{
	padding: 0.5%
}
h2{
	padding-left: 2%;
	font-size: 32px;
	margin: 1% 0;
	line-height: 45px;
	color: #0A7BFA
}
.sj{
	width: 1100px;
	margin: auto;
	background: white
}
.sj h2{
	font-size: 24px;
	text-align: left;
	margin-left: 2%;
	font-weight: normal;
}
.yc h2{
	text-align: center;
}
.yc p {
    font-size: 22px;
    line-height: 55px;
    margin: 0;
    margin-left: 2%;
}
.yc a{
	color: black
}
.yc a:hover{
	color: red
}
#yc h2{
	text-align: left;
	font-size: 25px
}

.swiper-container{
    width:1100px;
}
.swiper-slide{
	height:200px;
	overflow:hidden;
}
.swiper-slide img{
	height: 200px;
	width: 100%;
}


.qy{
	width: 1100px;
	margin: auto;
	overflow: hidden;
	background: white
}
.qy img{
	float: left;
}
.qy ul{
	margin-left: 52%;
	overflow: hidden;
}
.qy ul li{
	float: left;
	width: 33%;
	font-size: 25px;
	line-height: 77px
}
#qy ul li{
	float: none;
	width: 100%;
	line-height: 65px
}

.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
}


@media screen and (max-width: 1200px){
		#img img{
			width: 112%;
		}
		h1{
			width: 112%;
		}
		.tt>p a{
			font-size: 17px;
		}
	}