.w1600 {
	width: 100rem;
	margin: 0 auto;
}

.rl { height:37.5rem;
	position: relative;
	z-index: 1;
}
.rl>img{ height:100%;}

body {
	background: #fff;
}


/*分页*/
.fy {
	margin-top: 3rem;
}

.fy p {
	float: left;
	font-size: 1rem;
}

.fy p a,
.fy p .NormalRed {
	width: 2.75rem;
	line-height: 2.1875rem;
	border: 0.0625rem solid #ececec;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
}

.fy p .NormalRed {
	background: #004097;
	color: #fff;
	margin-left: 0.5rem;
}

.fy p a:hover {
	background: #3773d7;
	color: #fff;
}

.fy p:last-child {
	margin-top: 0.5rem;
	margin-left: 1.5rem;
}

.fy p span {
	width: 0.5rem !important;
}


@media (max-width: 767px) {
       .rl { height:10rem;}
	.app-search,
	.menu-search img {
		width: 1.65rem !important;
	}
        .top-nav { display:none;}
}

@media screen and (max-width: 991px) {
	.sy-nav {
		display: none !important;
	}

	.banner {
		margin-top: 3.25rem;
	}
         .rl { height:10rem;}

	.app-top {
		left: 0;
		top: 0;
		z-index: 99;
		position: fixed;
		display: block !important;
	}

	.app-top-show {
		width: 92%;
		padding: 4%;
		display: flex;
		justify-content: space-between;
		background: #004097;
	}

	.app-logo img {
		width: 90%;
	}

	.menu-search {
		display: flex;
	}

	.app-search {
		margin-right: 0.5rem;
	}

	.app-search,
	.menu-search img {
		width: 2rem;
	}

	.app-menu {
		width: 96%;
		padding: 2%;
		background: #f3f3f3;
		overflow: hidden;
		display: none;
	}

	.app-menu a,
	.app-menu span {
		color: #1b1b1b;
		cursor: pointer;
	}

	.app-menu-ul {
		overflow-y: scroll;
		white-space: nowrap;
		background-color: #f3f3f3;
		-webkit-overflow-scrolling: touch;
		overflow: -moz-scrollbars-none;
		overflow: -moz-scrollbars-none;
	}

	.app-menu-ul::-webkit-scrollbar {
		display: none;
	}

	.app-menu-one,
	.app-menu-two,
	.app-menu-three,
	.app-menu-four {
		width: 98%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #1b1b1b;
		height: 3rem;
	}

	.app-menu-twoBox,
	.app-menu-threeBox,
	.app-menu-fourBox {
		display: none;
	}

	.app-menu-one>a {
		font-size: 1rem;
	}

	.app-menu span {
		font-size: 1rem;
		font-weight: 500;
		transform: rotate(90deg);
	}

	.app-menu-twoBox {
		width: 96%;
		float: right;
	}

	.app-menu-two>a {
		font-size: 1rem;
	}

	.app-menu-threeBox,
	.app-menu-fourBox {
		width: 96%;
		float: right;
		overflow: hidden;
	}

	.app-menu-three>a {
		font-size: 1rem;
	}

	.app-menu-four>a {
		font-size: 1rem;
	}

	.app-menu .act a,
	.app-menu .act span {
		color: #004097;
	}

	.appLinkBox {
		margin-top: 30px;
		line-height: 2;

	}

	.appLinkBox p,
	.appLinkBox p a {
		margin-right: 8px;
		float: left;
		color: #333;
		font-size: 14px;
	}
}