/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #1349AB
}
*{
	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{
	position: relative;
}
#img img{
	width: 100%;
}
#img>p{
	position: absolute;
	font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-shadow: 5px 2px 6px #333;
    letter-spacing: 5px;
    left: 2%;
    top: 25%;
    line-height: 75px;
    margin: 0;
}
#img>.p{
    left: 35%;
    top: 55%;
    font-size: 30px;
}
h1{
	width: 1100px;
	margin:25px auto;
	text-align:center;
	color:#6149A9;
	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:31px;
}
.tt>p:hover a{
	color: #6149A9;
}

.nr{
	width: 1100px;
	margin:2% auto;
	padding: 10px;
	overflow: hidden;
	background: white;
	box-sizing: border-box;
}
.nr>div{
	padding: 2%;
	box-sizing: border-box;
	float: left;
}
.nr img{
	width: 200px;
	height: 200px;
}
.nr>p{
	margin-left: 22%;
}
.nr>p:nth-child(2) b{
	font-size: 25px;
}
.nr>p:nth-child(3) a{
	font-size: 22px;
	color: #1349AB;
}
.nr>p:nth-child(4){
	line-height: 30px;
	font-size: 16px;
}


.tp{
	width: 1100px;
	margin: 2% auto;
	overflow: hidden;
}
.tp li{
	float: left;
	width: 346px;
	height: 259px;
	margin-right: 2.81%
}
.tp li:nth-child(3){
	margin-right: 0
}
.tp li img{
	width: 100%;
	height: 259px;
}


.swiper-container{
    width:1100px;
}
.swiper-slide{
	height:200px;
	overflow:hidden;
}
.swiper-slide img{
	height: 200px;
	width: 100%;
}




.xg{
	width:1100px;
	margin: auto;
	display: flex;
}
.xg div{
    width: 35%;
    margin: 0.5% 1%;
}
.xg div img{
	width: 100%;
	height: 182px;
}


.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%;
		}
		#img>p{
			font-size: 37px;
			top: 16%
		}
		h1{
			width: 112%;
		}
		.rr p{
			font-size: 28px;
			line-height: 50px;
		}
		.tt>p a{
			font-size: 41px;
		}
		.nr>p:nth-child(2) b {
    		font-size: 40px;
		}
		.nr>p:nth-child(3) b {
    		font-size: 33px;
		}
		.nr>p:nth-child(4){
    		font-size: 25px;
    		line-height: 45px;
		}
	}