/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #231187
}
*{
	font-family: '寰蒋闆呴粦', '榛戜綋','瀹嬩綋';
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.top {
	width: 100%;
	position: fixed;
	z-index: 9;
}
.top .hb {
	-webkit-filter: grayscale(100%) brightness(500%);
    -moz-filter: grayscale(100%) brightness(500%);
    -ms-filter: grayscale(100%) brightness(500%);
    -o-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%);
}

#header{
	width: 1100px;
	margin: 15px auto;
	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;
}
.nr>div{
	padding: 2%;
	box-sizing: border-box;
	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: 200px;
	/*height: 200px;*/
}
.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: 18px;
}


.swiper-container{
    width:1100px;
}
.swiper-slide{
	/*height:350px;*/
	overflow:hidden;
}
.swiper-slide img{
	height: 212px;
	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 (max-width: 1200px){
		#img img{
			width: 112%;
		}
		h1{
			width: 112%;
		}
		.tt>p a{
			font-size: 13px;
		}
		.nr>p:nth-child(2) b {
    		font-size: 15px;
		}
		.nr>p:nth-child(3) b {
    		font-size: 15px;
		}
		.banner-box {
			width: 112% !important;
			height: auto !important;
		}
		.banner-box video {
            object-fit: contain !important;
		}
		.video-box {
			width: 112% !important;
		}
	}