.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
	color: #005aa4;
}

.bannerSwiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #005aa4;
}

.bannerSwiper .swiper-pagination-bullet-active {
	opacity: 1;
}

.sec1 {
	padding: 50px 0;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
}

.sec1 .ul1 {
	margin: 50px 0 40px;
}

.sec1 .ul1 li {
	width: 16.66%;
	float: left;
}

.sec1 .ul1 li a {
	display: block;
	padding: 30px 10px 20px;
	text-align: center;
}

.sec1 .ul1 li a span {
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	background: url(../images/icon01.png) no-repeat top center;
	background-size: 45px;
	margin: 0 auto 20px;
}

.sec1 .ul1 li a p {
	font-size: 17px;
	font-weight: 350;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-family: "思源黑体 CN", "微软雅黑";
}

.sec1 .ul1 li:hover a {
	background: rgba(255, 255, 255, .4);
	box-shadow: 0px 0px 9px 0px rgba(27, 42, 58, 0.1);
}

.sec1 .ul1 li:hover a p {
	color: #00306b;
}

.sec1 .ul1 li:hover a span {
	background-position: bottom center;
}

.sec1 .ul1 li:nth-child(2) a span {
	background-image: url(../images/icon02.png);
}

.sec1 .ul1 li:nth-child(3) a span {
	background-image: url(../images/icon03.png);
}

.sec1 .ul1 li:nth-child(4) a span {
	background-image: url(../images/icon04.png);
}

.sec1 .ul1 li:nth-child(5) a span {
	background-image: url(../images/icon05.png);
}

.sec1 .ul1 li:nth-child(6) a span {
	background-image: url(../images/icon06.png);
}

.sec1 .ul1 li:nth-child(7) a span {
	background-image: url(../images/icon07.png);
}

.sec1 .seCon {
	padding: 50px 60px;
	box-sizing: border-box;
	position: relative;
}

.sec1 .seCon .swiper-slide a {
	display: block;
	text-align: center;
}

.sec1 .seCon .swiper-slide a h3 {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 20px;
}

.sec1 .seCon .swiper-slide .pho {
	width: 92%;
	margin: 0 auto;
}


.sec1 .seCon .swiper-slide:hover a h3 {
	color: #005aa4;
}

.sec1 .seCon .swiper-button-next, .sec1 .seCon .swiper-button-prev {
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	border-radius: 50%;
}

.sec1 .seCon .swiper-button-next img, .sec1 .seCon .swiper-button-prev img {
	width: 28px;
	margin-top: 2px;
}

.sec1 .seCon .swiper-button-prev img {
	transform: scaleX(-1);
}

.sec1 .seCon .swiper-button-next:after, .sec1 .seCon .swiper-button-prev:after {
	display: none;
}

.sec2 .seCon {
	margin: 40px auto;
}

.sec2 .p_Swiper {
	width: 50%;
}

.sec2 .swiper-slide a {
	display: block;
	position: relative;
}


.sec2 .tex {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 20px 30px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 1%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .5) 100%);
}

.sec2 .tex h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.sec2 .t_Swiper {
	width: 48%;
	background: #f8f8f8;
	box-sizing: border-box;
}

.sec2 .t_Swiper a {
	padding: 10% 12% 0;

}

.sec2 .t_Swiper .text h3 {
	font-size: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.sec2 .t_Swiper .text p {
	font-size: 16px;
	line-height: 30px;
	color: #767E8C;
	margin: 20px 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.sec2 .t_Swiper .text span {
	display: block;
	width: 120px;
	color: #fff;
	line-height: 36px;
	background-color: #005aa4;
	text-align: center;
	float: right;
}

.sec3 {
	position: relative;
	padding: 50px 0;
	margin-top: 30px;
}

.sec3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 20%;
	right: 0;
	z-index: -1;
	background: #f8f8f8;
}

.sec3 .ul1 li {
	text-align: center;
	width: 25%;
	float: left;
	padding: 60px 0;
	font-size: 18px;
	color: #999;
}

.sec3 .ul1 li .num {
	color: #005aa4;
	font-family: "思源黑体 CN", "微软雅黑";
	font-size: 42px;
	font-weight: 500;
}

.sec3 .ul1 li .num strong {
	font-weight: 600;
	font-size: 70px;
}

.sec3 .seCon {
	position: relative;
	padding-top: 120px;
}

.sec3 .seCon:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 40%;
	background: #fff;
	z-index: 1;
}

.sec3 .seCon .container {
	position: relative;
	z-index: 10;
}

.sec3 .seCon .pho {
	width: 49%;
}

.sec3 .seCon .text {
	width: 44%;
}

.sec3 .seCon .text span.ico {
	display: block;
	width: 60px;
	margin-bottom: 30px;
}

.sec3 .seCon .text .tex {
	padding-bottom: 60px;
}

.sec3 .seCon .text .tex p {
	font-size: 16px;
	line-height: 40px;
	color: #71757c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.sec3 .seCon .text a.mor {
	display: block;
	width: 125px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	background: #005aa4;
	float: right;
	margin-top: 20px;
	border-radius: 20px;
}

.sec3 .seCon .text a.mor img {
	width: 20px;
	position: relative;
	left: 6px;
	top: -1px;
}

.sec3 .seCon .text li {
	width: 50%;
	float: left;
	position: relative;
	padding: 40px 0px 0px 0;
	box-sizing: border-box;
}

.sec3 .seCon .text li a {
	display: table;
	width: 100%;
	vertical-align: middle;
}

.sec3 .seCon .text li .ico {
	display: table-cell;
	vertical-align: middle;
	width: 46px;
}

.sec3 .seCon .text li span {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #005aa4;
	border-radius: 50%;
	text-align: center;
}

.sec3 .seCon .text li span img {
	width: 28px;
}

.sec3 .seCon .text li h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.sec3 .seCon .text li p {
	font-size: 15px;
	color: #999;
}

.sec4 {
	padding: 50px 0;
}

.sec4 .seCon .ul {
	margin-top: 40px;
}

.sec4 .seCon .ul li {
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.sec4 .seCon .ul li .pho {
	width: 44%;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
}

.sec4 .seCon .ul li .text {
	width: 56%;
	padding: 30px 30px 0;
	box-sizing: border-box;
}

.sec4 .seCon .ul li .text h3 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 .seCon .ul li .text p {
	font-size: 15px;
	line-height: 30px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0 20px;
}

.sec4 .seCon li a {
	display: block;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	position: relative;
}

.sec4 .seCon .ul1 li {
	width: 25%;
	padding: 40px 20px;
	box-sizing: border-box;
	float: left;
}

.sec4 .seCon .ul1 li .text {
	padding: 15px 20px;
	font-family: "思源黑体 CN", "微软雅黑";
	font-weight: 350;
	border-top: 1px solid #efefef;
}

.sec4 .seCon .ul1 li .text b {
	display: block;
	font-size: 15px;
	color: #999;
	font-weight: 500;
	margin-bottom: 20px;
}

.sec4 .seCon .ul1 li .text h3 {
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sec4 .seCon .ul1 li .text p {
	font-size: 15px;
	line-height: 25px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0 30px;
}

.sec4 .seCon .text span {
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/jt5.png) no-repeat center;
	background-size: cover;
}

.sec4 .seCon .ul .text span {
	background-position: left 80px center;
	color: #999;
	background-size: 20px;
	width: auto;
	line-height: 30px;
}

.sec4 .seCon .ul li:hover .text span, .sec4 .seCon .ul1 li:hover .text span {
	background-image: url(../images/jt4.png);
	color: #005aa4;
}

.sec4 .seCon .ul li:hover .text h3, .sec4 .seCon .ul1 li:hover .text h3 {
	color: #005aa4;
}

.sec4 .seCon .ul1 .text span {
	background-position: right center;
	width: 100%;
	background-size: 20px;
	color: #999;
}

.sec5 {
	position: relative;

}

.sec5 .pic:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 0;
}

.sec5 .title {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 20;
}

.sec5 .title h2 {
	color: #fff;
}

.sec5 ul {
	position: absolute;
	left: 6%;
	top: 0;
	right: 6%;
	bottom: 0;
	z-index: 10;
	border-left: 1px solid rgba(255, 255, 255, .2);
	box-sizing: border-box;
}

.sec5 ul li {
	width: 16.66%;
	float: left;
	height: 100%;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .2);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.sec5 ul li span {
	display: block;
	margin: 0 auto;
	width: 56px;
	height: 56px;
}

.sec5 ul li h3 {
	font-size: 18px;
	font-family: "思源黑体 CN", "微软雅黑";
	font-weight: 500;
	margin: 30px 0 60px;
	text-align: center;
}

.sec5 ul li b {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	margin: 0 auto;
	opacity: 0;
}

.sec5 ul li:hover {
	background: rgba(0, 90, 164, .7);
}

.sec5 ul li:hover b {
	opacity: 1;
}


@media all and (min-width: 992px) and (max-width: 1700px) {
	.sec1 .ul1 {
		margin: 30px 0 20px;
	}

	.sec1 .ul1 li a p {
		font-size: 16px;
	}

	.sec1 .seCon .swiper-slide a h3 {
		font-size: 17px;
	}

	.sec1 .seCon .swiper-button-next, .sec1 .seCon .swiper-button-prev {
		width: 44px;
		height: 44px;
	}

	.sec2 .tex h3 {
		font-size: 18px;
	}

	.sec2 .tex {
		padding: 20px;
	}

	.sec2 .t_Swiper .text h3 {
		font-size: 24px;
	}

	.sec2 .t_Swiper .text p {
		font-size: 15px;
	}

	.sec2 .t_Swiper .text span {
		width: 110px;
		line-height: 32px;
	}

	.sec3 .seCon {
		padding-top: 80px;
	}

	.sec3 .seCon .pho {
		width: 53%;
	}

	.sec3 .seCon .text span.ico {
		margin: -20px 0 20px;
	}

	.sec3 .ul1 li .num strong {
		font-size: 60px;
	}

	.sec3 .ul1 li {
		font-size: 16px;
	}

	.sec3 .seCon .text .tex p {
		line-height: 35px;
	}

	.sec3 .seCon .text li p {
		height: 45px;
	}

	.sec4 .seCon .ul li .text {
		padding: 20px 20px 0;
	}

	.sec4 .seCon .ul li .text h3, .sec4 .seCon .ul1 li .text h3 {
		font-size: 18px;
	}


	.sec4 .seCon .ul1 li .text {
		padding: 20px 15px;
	}
}

@media all and (min-width: 992px) and (max-width: 1600px) {
	.sec1 .seCon {
		padding: 30px 60px 40px
	}

	.sec1 .seCon .swiper-slide .pho {
		width: 100%;
	}

	.sec2 .t_Swiper a {
		padding: 8% 10% 0;
	}

	.sec3 .seCon .pho {
		width: 52%;
	}

	.sec3 .seCon .text {
		width: 45%;
	}

	.sec3 .seCon .text li {
		padding-top: 30px;
	}

	.sec3 .ul1 li .num strong {
		font-size: 55px;
	}

	.sec3 .ul1 li .num {
		font-size: 38px;
	}

	.sec5 ul li span {
		width: 50px;
		height: 50px;
	}

	.sec4 .seCon .ul li .text p {
		margin-bottom: 10px;
	}

	.sec5 ul li {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.sec5 ul li h3 {
		height: 54px;
	}

	.sec4 .seCon .ul li {
		padding: 0 15px;
	}

	.sec4 .seCon .ul1 li {
		padding: 30px 15px;
	}

}

@media all and (min-width: 992px) and (max-width: 1440px) {
	.sec1 .seCon {
		margin-bottom: 20px;
	}

	.sec3 .seCon .text li p {
		font-size: 14px;
	}

	.sec3 .seCon .text li h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.sec3 .ul1 li .num strong {
		font-size: 50px;
	}

	.sec5 ul li span {
		width: 44px;
		height: 44px;
	}

	.sec5 ul li h3 {
		font-size: 17px;
	}

	.sec4 .seCon .ul li .text {
		padding: 14px 14px 0;
	}

	.sec4 .seCon .ul li .text p {
		margin: 8px 0 12px;
	}

	.sec4 .seCon .ul .text span {
		background-size: 20px;
	}


	.sec4 .seCon .ul1 li {
		padding: 30px 15px;
	}
}

@media all and (min-width: 992px) and (max-width: 1360px) {
	.sec1 .seCon .swiper-button-next, .sec1 .seCon .swiper-button-prev {
		width: 40px;
		height: 40px
	}

	.sec1 .ul1 li {
		width: 20%;
	}

	.sec1 .ul1 li:last-child {
		display: none;
	}

	.sec2 .t_Swiper a {
		padding: 5% 8% 0;
	}

	.sec2 .t_Swiper .text h3 {
		font-size: 22px;
	}

	.sec3 .ul1 li .num strong {
		font-size: 42px;
	}

	.sec3 .ul1 li .num {
		font-size: 30px;
	}

	.sec3 .seCon .text a.mor {
		line-height: 30px;
	}

}

@media all and (min-width: 992px) and (max-width: 1280px) {
	.sec3 .ul1 li {
		padding-bottom: 40px;
	}

	.sec3 .seCon .text .ul2 {
		display: none;
	}

	.sec4 .seCon .ul1 li {
		width: 33.33%;
	}

	.sec4 .seCon .ul1 li:last-child {
		display: none;
	}
}

@media all and (min-width: 0) and (max-width: 992px) {
	.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
		color: #fff;
		font-size: 32px;
	}

	.bannerSwiper .swiper-button-prev {
		left: 0;
	}

	.bannerSwiper .swiper-button-next {
		right: 0;
	}

	.bannerSwiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.sec1 {
		padding: 30px 0;
	}

	.sec1 .ul1 {
		margin: 10px 0;
	}

	.sec1 .ul1 li {
		width: 33.33%;
		float: left;
	}


	.sec1 .ul1 li a {
		padding: 10px 0;
	}

	.sec1 .ul1 li a span {
		width: 36px;
		height: 36px;
		background-size: 36px;
		margin: 0 auto 10px;
	}

	.sec1 .ul1 li a p {
		font-size: 15px;
	}

	.sec1 .seCon {
		padding: 0px 20px 20px;
	}

	.sec1 .seCon .swiper-slide a h3 {
		font-size: 16px;
		padding: 10px 0;
	}

	.sec1 .seCon .swiper-slide .pho {
		width: 100%;
	}

	.sec1 .seCon .swiper-button-next, .sec1 .seCon .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.sec1 .seCon .swiper-button-next img, .sec1 .seCon .swiper-button-prev img {
		width: 24px;
	}

	.sec2 {
		padding: 0 10px;
	}

	.sec2 .seCon {
		margin: 20px 0px 40px;
	}

	.sec2 .p_Swiper {
		width: 100%;
		height: inherit !important;
	}

	.sec2 .tex {
		padding: 20px 10px;
	}

	.sec2 .tex h3 {
		font-size: 17px;
	}

	.sec2 .t_Swiper {
		width: 100%;
		background: #f8f8f8;
		box-sizing: border-box;
		height: inherit !important;
	}

	.sec2 .t_Swiper a {
		padding: 30px 20px 50px;

	}

	.sec2 .t_Swiper .text h3 {
		font-size: 17px;
	}

	.sec2 .t_Swiper .text p {
		font-size: 14px;
		line-height: 27px;
		margin: 10px 0;
	}

	.sec2 .t_Swiper .text span {
		width: 100px;
		line-height: 30px;
	}

	.sec3 {
		padding: 30px 0;
	}

	.sec3:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0%;
		right: 0;
		z-index: -1;
		background: #f8f8f8;
	}

	.sec3 .ul1 li {
		padding: 30px 0;
		font-size: 14px;
	}

	.sec3 .ul1 li .num {
		font-size: 32px;
	}

	.sec3 .ul1 li .num strong {
		font-size: 42px;
	}

	.sec3 .seCon {
		padding: 0px 10px 0;
	}

	.sec3 .seCon:before {
		right: 10px;
		left: 10px;
	}

	.sec3 .seCon .pho {
		width: 100%;
		position: relative;
		z-index: 100;
	}

	.sec3 .seCon .text {
		width: 100%;
		padding: 20px 10px 30px;
		box-sizing: border-box;
	}

	.sec3 .seCon .text span.ico {
		display: none;
	}

	.sec3 .seCon .text .tex {
		padding-bottom: 50px;
	}

	.sec3 .seCon .text .tex p {
		font-size: 15px;
		line-height: 28px;
	}

	.sec3 .seCon .text a.mor {
		line-height: 32px;
		border-radius: 16px;
	}

	.sec3 .seCon .text li span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.sec3 .seCon .text li span img {
		width: 24px;
	}

	.sec3 .seCon .text li h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.sec3 .seCon .text li p {
		font-size: 14px;
	}

	.sec4 {
		padding: 30px 0;
	}


	.sec4 .seCon .ul {
		margin-top: 0px;
	}

	.sec4 .seCon .ul li {
		padding: 0 10px;
		margin-top: 20px;
	}

	.sec4 .seCon .ul li .pho {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #efefef;
	}

	.sec4 .seCon .ul li .text {
		width: 100%;
		padding: 20px 20px;
	}

	.sec4 .seCon .ul li .text h3 {
		font-size: 17px;
	}

	.sec4 .seCon .ul li .text p {
		margin: 10px 0;
	}

	.sec4 .seCon .ul1 li {
		width: 50%;
		padding: 20px 10px;
	}

	.sec4 .seCon .ul1 li .text {
		padding: 20px;
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
		display: block;
	}

	.sec4 .seCon .ul1 li .text b {
		display: block;
		font-size: 15px;
		color: #999;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.sec4 .seCon .ul1 li .text h3 {
		font-size: 17px;
	}

	.sec4 .seCon .text span {
		height: 27px;
		width: 27px;
	}

	.sec4 .seCon .ul .text span {
		background-size: 20px;
		width: 100%;
		background-position: right center;
	}

	.sec5 {
		display: none;

	}

}

@media all and (min-width: 0) and (max-width: 600px) {


	.sec1 .ul1 li {
		width: 50%;
		padding: 0 8px;
		box-sizing: border-box;
	}

	.sec3 .ul1 li {
		width: 50%;
		padding-bottom: 10px;
	}

	.sec3 .ul1 li p {
		height: 40px;
	}

	.sec3 .seCon .text li {
		width: 100%;
		float: inherit;
		padding-top: 20px;
	}

	.sec4 .seCon .ul li, .sec4 .seCon .ul1 li {
		width: 100%;
		float: inherit;
	}
}