* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

body {
	background-color: #fff !important;
	font-size: 14px;
}

.w {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0px 8%;
}

.w h1 {
	font-size: 40px;
	line-height: 70px;
	color: #000;
	text-align: center;
	width: 100%;
	margin: 1% 0px;
}

.w h2 {
	font-size: 40px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 1% 0px;
}

.text {
	width: 100%;
	float: left;
	padding: 40px 0px;
}

.text p {
	line-height: 40px;
	color: #000;
	font-size: 20px;
}

.banner {
	background: url(../image/02.png) no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 100%;
	overflow: hidden;
	padding: 100px 0px 100px;

}

.logo {
	text-align: right;
}

.bannerbox {
	width: 80%;
	float: right;
	margin-top: 2%;
	padding-left: 20px;
	padding: 10px 0px 10px 23px;
	MARGIN-BOTTOM: 1%;
	text-align: right;
}

.bannerbox h2 {
	color: #fff;
	font-size: 66px;
	line-height: 90px;
	text-shadow: 1px 1px 2px #000;
}

.bannerbox h3 {
	font-size: 50px;
	line-height: 80px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}


.zy {
	width: 100%;
	background-color: #0444ae;
	text-align: center;
	float: left;
	padding: 70px 0px;
}

.zy .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.zy .left {
	width: 53%;
}

.zy .left img {
	width: 100%;
}

.zy .right {
	width: 47%;
}

.zy .right img {
	width: 100%;
}

.ab {
	float: left;
	width: 100%;
	margin: 0px 0px 30px;
}

.wright {
	width: 1100px;
	height: 630px;
	margin: 0 auto;
}

.fn {
	width: 100%;
	text-align: center;
	float: left;
	padding: 20px 0px 60px;
	border-bottom: 1px solid #1138ad;
}

.fn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	width: 100%;
}

.fn ul li {
	width: 13%;
	background-color: #1138ad;
	border-radius: 20px;
	padding: 35px 22px;
	text-align: center;
	height: 175px;
}

.fn ul li h3 {
	font-size: 26px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 10px;
}

.fn ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.box_1 {
	width: 100%;
}

.player-container-id-dimensions {
	width: 100% !important;
	height: 624px !important;
}

.abl {
	width: 100%;
	float: left;
	margin: 0% 0px 5%;
}

.abl ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	width: 100%;
}

.abl ul li {
	width: 32%;
	margin-bottom: 23px;
}

.abl ul li img {
	width: 100%;
}

.abr {
	background: url(../image/012.png) no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 100%;
	overflow: hidden;
	padding: 60px 0px;
	border-bottom: 1px solid #0f58d6;
	text-align: center;
}

.aba {
	width: 100%;
	float: left;
	background-color: #1138ad;
	padding: 60px 0px;
	border-bottom: 1px solid #0f58d6;
	text-align: center;
}

.footer {
	width: 100%;
	float: left;
	background-color: #1138ad;
}

.footer .w {
	text-align: center;
	padding: 40px 0px;
}


@media(max-width:980px) {
	.w {
		clear: both;
		display: block;
		margin: 0 auto;
		max-width: 100%;
		overflow: hidden;
		padding: 0px 4%;
	}

	.banner {
		background: url(../image/02.png) no-repeat;
		background-position-x: 20%;
		background-position-y: 5%;
		width: 100%;
		overflow: hidden;
		padding: 89px 0px 100px;
	}

	.logo img {
		width: 100%;
	}

	.bannerbox {
		width: 100%;
		float: right;
		margin-top: 72%;
		padding-left: 20px;
		/* padding: 10px 0px 10px 23px; */
		MARGIN-BOTTOM: 1%;
		text-align: right;
	}

	.bannerbox img {
		width: 100%;
	}

	.wright {
		max-width: 100%;
		height: 200px;
		margin: 0 auto;
	}

	.video-js .vjs-tech {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 198px !important;
	}

	.ab {
		float: left;
		width: 100%;
		margin: 0px;
	}

	.zy .left {
		width: 100%;
	}

	.zy .right {
		width: 100%;
	}

	.fn img {
		width: 100%;
	}
	.fn ul li {
	    width: 43%;
	    background-color: #1138ad;
	    border-radius: 20px;
	    padding: 28px 11px;
	    text-align: center;
	    height: 170px;
	    margin-bottom: 15px;
	}
	.fn ul li p {
	    font-size: 14px;
	    color: #fff;
	    line-height: 30px;
	}
	.abl ul li {
	    width: 48%;
	    margin-bottom: 23px;
	}
	.abr img{
		width: 100%;
	}
	.aba img{
		width: 100%;
	}
}