/* 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;
	text-align:center;
	background: #011495;
	color:white;
	font-size: 40px;
}


.rr{
	width: 1100px;
	margin: auto;
	border:2px solid #0777E7;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.rr p{
	line-height: 35px;
	font-size: 18px;
	text-indent: 2em;
}

.swiper-container{
    width:1100px;
	margin:10px auto;
}
.swiper-slide{
	overflow:hidden;
}
.swiper-slide img{
	height: 300px;
	width: 100%;
}


.swiper-container{
	max-width:1100px;
	margin: auto;
	border:2px solid #0777E7;
}
#xc{
	border: none;
}
#rw .swiper-slide{
	background-color:#fff;
	height:350px !important;
	padding:10px 0;
}
#rw img{
	height: 250px;
	height: 300px;
}
.ls{
	max-width:900px;
	margin: auto;
}
.tx{
	float:left;
	width:220px;
	margin-right:125px;
	text-align:center;
}
.tx img{
	width:138%;
}
.tx b{
	font-size: 20px;
}
.tx p{
	margin: 0;
	width:138%;
}
.js{
	float:left;
	width:555px;
}
.js strong{
	font-size:17px;
	margin-top:10px;
	color:#0777E7;
	display:block;
}
.js p{
	line-height:30px;
	font-size: 15px;
}
.js a{
	color:#0777E7;
}


.xg{
	width:1100px;
	margin: auto;
	display: flex;
}
.xg div{
    width: 35%;
    margin: 0.5% 1%;
}
.xg div img{
	width: 100%;
	height: 182px;
}






#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1200px){
		#img img{
			width: 112%;
		}
		h1{
			width: 112%;
		}
		.js strong{
			font-size: 13px;
		}
	}