.bannerSwiper {
	position: relative;
}

.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
	color: #fff;
	font-size: 34px;
}

.bannerSwiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	box-sizing: border-box;
	border: 2px solid rgb(30 104 225);
	margin: 0 6px !important;
	background: none;
}

.bannerSwiper .swiper-pagination-bullet-active {
	border: none;
	background: #1e68e1;
}

.sec1 .form form {
	width: 38%;
	margin: 0px auto 2.5%;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}

.sec1 .form form input[type="text"] {
	width: 100%;
	line-height: 44px;
	padding: 0 140px 0 20px;
	box-sizing: border-box;
	background: #f8f9fb;
	border: none;
	font-size: 15px;
}

.sec1 .form form input[type="submit"] {
	width: 120px;
	line-height: 44px;
	background: #1e68e1;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	font-size: 15px;
	cursor: pointer;
}

.sec1 .ul1 {
	text-align: center;
}

.sec1 .ul1 li {
	display: inline-block;
	margin: 0 1%
}

.sec1 .ul1 li a {
	display: block;
	border: 1px solid #e4e9f3;
	font-size: 16px;
	color: #333;
	padding: 0 25px;
	line-height: 45px;
	border-radius: 50px;
}

.sec1 .ul1 li:hover a {
	color: #fff;
	background: #1e68e1;
	border-color: #1e68e1;
}

.sec1 .ul2 {
	padding-top: 30px;
}

.sec1 .ul2 li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.sec1 .ul2 li a {
	display: block;
	text-align: center;
}

.sec1 .ul2 li .pho img {
	width: 80%;
}

.sec1 .ul2 li .text h3 {
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec5 .fl {
	width: 44%;
	padding-left: 30px;
	box-sizing: border-box;
}

.sec5 .fl h2 {
	font-size: 35px;
	margin-top: 2%;
}

.sec5 .fl p.p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.sec5 .fl .tex {
	border-left: 4px solid #1e68e1;
	padding: 5px 0 10px 20px;
	margin-top: 60px;
}

.sec5 .fl .tex h3 {
	font-size: 22px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec5 .fl .tex p {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec5 .fl .tex span {
	display: block;
	font-size: 15px;
	color: #999;
	font-weight: 350;
}

.sec5 .fl .tex span img {
	width: 20px;
}

.sec5 .fr {
	width: 46%;
}

.sec5 .ul {
	margin-top: 50px;
}

.sec5 .ul ul {
	background: #f6f6f6;
}

.sec5 ul li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #e7e7e7;
}

.sec5 ul li:last-child {
	border-right: none;
}

.sec5 ul li a {
	display: block;
	padding: 30px 10px;
}

.sec5 ul li h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}

.sec5 ul li span {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 15px;
	position: relative;
	background: url(../images/icon5.png) no-repeat top center;
	background-size: 44px;
}

.sec5 .ul li.on a {
	color: #fff;
	background: #1e68e1;
}

.sec5 .ul li.on a span {
	background-position: bottom center;
}

.sec5 .ul li:nth-child(2) a span {
	background-image: url(../images/icon6.png);
}

.sec5 .ul li:nth-child(3) a span {
	background-image: url(../images/icon7.png);
}

.sec5 .ul li:nth-child(4) a span {
	background-image: url(../images/icon8.png);
}

.sec2 {
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
}

.sec2 .container .text {
	width: 54%;
	padding-top: 40px;
}

.sec2 .container .text h2 {
	font-size: 34px;
	font-weight: 400;
	color: #1e68e1;
	margin-top: 30px;
}

.sec2 .container .text h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 20px 0;
}

.sec2 .container .text p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.sec2 .container .text a {
	display: block;
	width: 120px;
	line-height: 36px;
	background: #1e68e1;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	border-radius: 4px;
}

.sec2 .container .fr {
	width: 30%;
}

.sec2 .container .fr li {
	line-height: 60px;
	padding: 30px 0px 30px 100px;
	position: relative;
	background: #fff;
	margin: 40px 0;
}

.sec2 .container .fr li span {
	display: block;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 50px;
}

.sec2 .container .fr li div {
	font-size: 16px;
	opacity: 0.8;
}

.sec2 .container .fr li strong {
	font-size: 40px;
}

.sec2 .container .fr li b {
	font-size: 28px;
}

.sec7 .container {
	position: relative;
	padding: 0 50px;
}

.sec7 .ysSwiper {
	margin-top: 40px;
}

.sec7 .swiper-slide {
	text-align: center;
}

.sec7 .swiper-slide span {
	display: block;
	width: 50px;
	line-height: 50px;
	margin: 0 auto 20px;
}

.sec7 .swiper-slide h3 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
}

.sec7 .swiper-slide p {
	font-size: 15px;
	color: #666;
	width: 80%;
	margin: 20px auto 0;
}

.sec7 .swiper-button-prev, .sec7 .swiper-button-next {
	background: #1e68e1;
	width: 50px;
	line-height: 50px;
	height: 50px;
	border-radius: 50%;
	top: 63%;
	margin-top: inherit;
}

.sec7 .swiper-button-prev:after, .sec7 .swiper-button-next:after {
	color: #fff;
	font-size: 28px;
}

.sec4 .list {
	text-align: center;
	margin-bottom: 40px;
}

.sec4 .list li {
	display: inline-block;
	margin: 0 1%;
}

.sec4 .list li a {
	display: block;
	padding: 0 30px;
	border: 1px solid #efefef;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	border-radius: 20px;
}

.sec4 .list li.on a {
	border-color: #1e68e1;
	background: #1e68e1;
	color: #fff;
}


.sec4 .box ul {
	width: 48%;
}

.sec4 .box ul li {
	margin-bottom: 20px;
	border-bottom: 1px dashed #efefef;
}

.sec4 .box ul li:last-child {
	border-bottom: none;
}

.sec4 .box ul li a {
	display: block;
	padding: 0 60px 20px 30px;
	background: url(../images/icon26.png) no-repeat right center;
	background-size: 26px;
	position: relative;
}

.sec4 .box ul li a:before {
	content: "";
	width: 5px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: none;
	background: #1e68e1;
}

.sec4 .box ul li.on a:before {
	display: block;
}

.sec4 .box ul li.on a {
	background-image: url(../images/icon26-1.png);
}

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

.sec4 .box ul li.on a h3 {
	color: #1e68e1;
}

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

.sec4 .box ul li a span {
	display: block;
	background: url(../images/time.png) no-repeat left center;
	background-size: 20px;
	padding-left: 25px;
	color: #999;
}

.sec4 .box .img {
	width: 48%;
}

.sec4 .box .img .pho a {
	display: block;
}



@media all and (min-width: 992px) and (max-width: 1600px) {
	.sec1 .form form input[type="text"], .sec1 .form form input[type="submit"] {
		line-height: 42px;
	}

	.sec1 .ul1 li a {
		line-height: 40px;
		padding: 0 20px
	}

	.sec1 .ul1 li {
		margin: 0 0.5%;
	}

	.sec1 .ul2 li .text h3 {
		font-size: 18px;
	}

	.sec1 .ul2 li .pho img {
		width: 90%;
	}

	.sec5 .fl h2 {
		font-size: 30px;
		margin-top: 5%;
	}

	.sec5 .fl p.p {
		font-size: 15px;
		margin-top: 5px;
	}

	.sec5 .fl .tex {
		padding: 0 0 0 30px;
	}

	.sec5 .fl .tex h3 {
		font-size: 20px;
	}

	.sec5 .fl .tex p {
		font-size: 15px;
		line-height: 28px;
		margin: 15px 0;
	}

	.sec5 .fl .tex span {
		font-size: 14px;
	}

	.sec5 .ul {
		margin-top: 30px;
	}

	.sec5 ul li a {
		padding: 20px 8px;
	}

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

	.sec5 ul li span {
		width: 40px;
		height: 40px;
		background-size: 40px;
	}

	.sec2 .container .text {
		width: 56%;
	}

	.sec2 .container .text h2 {
		font-size: 34px;
	}

	.sec2 .container .text h3 {
		font-size: 26px;
	}

	.sec2 .container .fr li {
		padding-left: 90px;
		margin: 34px 0;
	}

	.sec2 .container .fr li strong {
		font-size: 36px;
	}

	.sec2 .container .fr li span {
		width: 42px;
	}

	.sec7 .swiper-slide h3 {
		font-size: 20px;
	}

	.sec7 .swiper-slide p {
		width: 90%;
		font-size: 15px;
	}

	.sec7 .swiper-slide span {
		width: 45px;
		line-height: 45px;
	}

	.sec7 .swiper-button-prev, .sec7 .swiper-button-next {
		width: 42px;
		line-height: 42px;
		height: 42px;
	}

	.sec7 .swiper-button-prev:after, .sec7 .swiper-button-next:after {
		font-size: 24px;
	}

	.sec3 .fl li {
		margin-top: 30px;
	}


	.sec2 .container .fr {
		width: 32%;
	}

	.sec4 {
		padding-top: 0;
	}

	.sec4 .box ul li {
		margin-bottom: 15px;
	}

	.sec4 .box ul li a p {
		font-size: 15px;
		line-height: 27px;
		margin: 8px 0 10px;
	}

}

@media all and (min-width: 992px) and (max-width: 1500px) {
	.sec1 .ul1 li:last-child {
		display: none;
	}
}

@media all and (min-width: 992px) and (max-width: 1440px) {

	.sec1 .form form input[type="text"], .sec1 .form form input[type="submit"] {
		line-height: 40px;
	}

	.sec5 .fl {
		width: 47%;
	}

	.sec5 .fl .tex {
		padding-left: 22px;
	}

	.sec5 ul li span {
		width: 40px;
		height: 40px;
		background-size: 40px;
	}

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

	.sec2 .container .text {
		padding-top: 35px;
	}

	.sec2 .container .text h2 {
		font-size: 22px;
	}

	.sec2 .container .text h3 {
		font-size: 28px;
	}

	.sec2 .container .text p {
		font-size: 16px;
		line-height: 30px;
	}

	.sec2 .container .fr li span {
		width: 40px;
		left: 24px;
	}

	.sec2 .container .fr li {
		padding: 20px 0 20px 80px;
		margin: 30px 0;
	}

	.sec2 .container .fr li div {
		font-size: 16px;
	}

	.sec7 .swiper-slide h3 {
		font-size: 19px;
	}

	.sec7 .swiper-slide span {
		width: 45px;
		line-height: 45px;
	}

	.sec7 .swiper-slide p {
		margin-top: 14px;
	}

	.sec4 .box ul {
		width: 50%;
	}

	.sec4 .box ul li a h3 {
		font-size: 18px;
	}

	.sec3 .fl strong {
		font-size: 42px;
	}

	.sec3 .fl p {
		font-size: 15px;
	}
}

@media all and (min-width: 992px) and (max-width: 1300px) {
	.sec1 .ul2 li a {
		padding: 10px;
	}

	.sec1 .ul1 li {
		margin: 0 5px
	}

	.sec1 .ul1 li a {
		font-size: 15px;
		line-height: 38px;
	}

	.sec1 .ul2 li .text h3 {
		font-size: 17px;
	}

	.sec1 .ul2 li .text p {
		line-height: 26px;
		height: inherit;
	}

	.sec1 .ul2 li .text {
		padding: 0 10px;
	}

	.sec5 .fl h2 {
		font-size: 28px;
	}

	.sec5 .fl p.p {
		font-size: 14px;
	}

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

	.sec5 ul li a {
		padding: 20px 10px;
	}

	.sec2 .container .text p {
		font-size: 15px;
		line-height: 28px;
	}

	.sec2 .container .text h2 {
		font-size: 20px;
	}

	.sec2 .container .text h3 {
		font-size: 26px;
		margin: 12px 0;
	}

	.sec2 .container .text a {
		width: 120px;
		line-height: 35px;
		font-size: 14px;
	}

	.sec7 .swiper-slide p {
		font-size: 15px;
		width: 90%;
	}

	.sec4 .list li a {
		line-height: 36px;
	}

	.sec3 .fl li {
		margin-top: 20px;
	}

	.sec3 .fl strong {
		font-size: 36px;
	}

	.sec8 .box3 .container p {
		margin-top: 20px;
	}

}

@media all and (min-width: 992px) and (max-width: 1200px) {
	.sec1 .form form {
		width: 42%;
	}

	.sec1 .form form input[type="text"], .sec1 .form form input[type="submit"] {
		line-height: 36px;
	}

	.sec1 .form form input[type="text"] {
		padding-right: 120px;
	}

	.sec1 .form form input[type="submit"] {
		width: 110px;
	}

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

	.sec5 .fl .tex {
		margin-top: 30px;
	}

	.sec2 .container .fr {
		width: 35%;
	}

	.sec2 .container .fr li {
		margin: 25px 0;
	}
}

@media all and (min-width: 0) and (max-width: 992px) {
	.bannerSwiper .text {
		display: none;
	}

	.bannerSwiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 4px !important;
	}

	.bannerSwiper .swiper-pagination-bullet-active {
		border: 1px solid #fff;
	}

	.sec1 .form {
		padding: 0 10px;
	}

	.sec1 .form form {
		width: 100%;
		max-width: 400px;
		margin: 0px auto 20px;
		border-radius: 20px;
	}

	.sec1 .form form input[type="text"] {
		width: 100%;
		line-height: 36px;
		padding: 0 90px 0 15px;
		font-size: 14px;
	}

	.sec1 .form form input[type="submit"] {
		width: 90px;
		line-height: 36px;
		font-size: 14px;
	}

	.sec1 .ul1 {
		text-align: center;
	}

	.sec1 .ul1 li {
		display: block;
		float: left;
		width: 50%;
		padding: 6px 10px;
		box-sizing: border-box;
		margin: 0
	}

	.sec1 .ul1 li a {
		font-size: 15px;
		padding: 0px;
		line-height: 36px;
		border-radius: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sec1 .ul2 {
		padding-top: 20px;
	}

	.sec1 .ul2 li {
		padding: 10px;
	}

	.sec1 .ul2 li a {
		display: block;
		padding: 20px;
		text-align: center;
		box-shadow: 0 0 10px rgba(0, 64, 160, 0.1);
	}

	.sec1 .ul2 li .pho img {
		width: 100%;
	}

	.sec1 .ul2 li .text {
		padding: 0px;
	}

	.sec1 .ul2 li .text h3 {
		font-size: 16px;
	}

	.sec5 {
		padding: 0 10px 30px;
	}

	.sec5 .fl {
		width: 45%;
		float: left;
		padding-left: 0;
	}

	.sec5 .fl h2 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 0;
		text-align: center;
	}

	.sec5 .fl p.p {
		display: none;
	}

	.sec5 .fl .tex {
		border-left: 4px solid #1e68e1;
		padding: 5px 0 10px 20px;
		margin-top: 30px;
	}

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

	.sec5 .fl .tex p {
		font-size: 15px;
		line-height: 27px;
		margin: 10px 0;
	}

	.sec5 .fl .tex span {
		font-size: 14px;
	}

	.sec5 .fl .tex span img {
		width: 20px;
	}

	.sec5 .fr {
		width: 50%;
		float: right;
	}

	.sec5 .ul {
		margin-top: 30px;
	}

	.sec5 ul li {
		width: 50%;
		float: left;
		border-bottom: 1px solid #e7e7e7;
	}

	.sec5 ul li:nth-child(2n) {
		border-right: none;
	}

	.sec5 ul li:nth-child(3), .sec5 ul li:nth-child(4) {
		border-bottom: none;
	}

	.sec5 ul li a {
		padding: 20px 10px;
	}

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

	.sec5 ul li span {
		width: 36px;
		height: 36px;
		margin: 0 auto 10px;
		background-size: 36px;
	}

	.sec2 {
		padding: 30px 10px;
	}

	.sec2 .container .text {
		width: 100%;
		padding-top: 0px;
	}

	.sec2 .container .text h2 {
		font-size: 26px;
		margin-top: 0px;
	}

	.sec2 .container .text h3 {
		font-size: 22px;
		margin: 16px 0;
	}

	.sec2 .container .text p {
		font-size: 15px;
		line-height: 27px;
	}

	.sec2 .container .text a {
		width: 110px;
		line-height: 32px;
		margin-top: 20px;
	}

	.sec2 .container .fr {
		width: 100%;
	}

	.sec2 .container .fr ul {
		overflow: hidden;
	}

	.sec2 .container .fr li {
		width: 33.33%;
		float: left;
		box-sizing: border-box;
		border-right: 1px solid #fafafa;
		line-height: 60px;
		padding: 20px 0px 20px 60px;
		margin: 20px 0;
	}

	.sec2 .container .fr li span {
		top: 20px;
		left: 12px;
		width: 36px;
	}

	.sec2 .container .fr li div {
		font-size: 15px;
		white-space: nowrap;
	}

	.sec2 .container .fr li strong {
		font-size: 34px;
	}

	.sec2 .container .fr li b {
		font-size: 24px;
	}

	.sec7 .ysSwiper {
		margin-top: 20px;
	}

	.sec7 .swiper-slide span {
		width: 44px;
		line-height: 44px;
		margin: 0 auto 10px;
	}

	.sec7 .swiper-slide h3 {
		font-size: 17px;
	}

	.sec7 .swiper-slide p {
		font-size: 14px;
		width: 90%;
		margin: 10px auto 0;
	}

	.sec7 .swiper-button-prev, .sec7 .swiper-button-next {
		width: 40px;
		line-height: 40px;
		height: 40px;
	}

	.sec7 .swiper-button-prev:after, .sec7 .swiper-button-next:after {
		font-size: 22px;
	}

	.sec4 {
		padding: 30px 10px;
	}

	.sec4 .list {
		margin-bottom: 30px;
	}

	.sec4 .list li a {
		padding: 0 22px;
		line-height: 35px;
		font-size: 15px;
		border-radius: 18px;
	}

	.sec4 .box ul {
		width: 100%;
	}

	.sec4 .box ul li {
		margin-bottom: 15px;
		border-bottom: none;
		box-shadow: 0 0 8px rgba(0, 64, 160, 0.1);
	}

	.sec4 .box ul li a {
		padding: 20px;
		background-image: none;
	}

	.sec4 .box ul li.on a {
		background-image: none;
	}

	.sec4 .box ul li a:before {
		width: 4px;
		left: 6;
	}

	.sec4 .box ul li.on a:before {
		display: none;
	}

	.sec4 .box ul li a h3 {
		font-size: 17px;
		font-weight: 600;
	}

	.sec4 .box ul li a p {
		font-size: 14px;
		margin: 8px 0;
		line-height: 26px;
	}

	.sec4 .box .img {
		display: none;
	}

	.sec3 {
		padding: 20px 15px 30px;
	}

	.sec3 .fl {
		width: 100%;
		display: none;
	}

	.sec3 .fr {
		position: relative;
		width: 100%;

	}

	.sec3 .fr .zg {
		position: absolute;
		left: 33.8%;
		top: 32%;
		width: 36px;
		height: 36px;
	}

	.sec3 .fr .zg span {
		width: 36px;
		line-height: 36px;
		font-size: 13px;

	}

	.sec3 .fr .zg:after {
		width: 100px;
		height: 100px;
	}

	.sec3 .fr .zg:before {
		width: 50px;
		height: 50px;
	}

	.sec3 .fr ul li {
		position: absolute;
	}

	.sec3 .fr ul li p {
		font-size: 12px;
	}

	.sec3 .fr ul li.li7 {
		display: none;
	}

}

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

	.sec1 .ul2 li {
		width: 100%;
		padding: 15px;
		float: inherit;
	}

	.sec5 .fl {
		width: 100%;
		float: inherit;
	}

	.sec5 .fr {
		width: 100%;
		float: inherit;
		margin-top: 20px;
	}

	.sec5 ul li a {
		padding: 20px 4px;
	}

	.sec2 .container .fr li {
		width: 100%;
		float: inherit;
		border-right: none;
		line-height: 60px;
		padding: 15px 0px 15px 60px;
		margin: 20px 0;
	}
}