.bannerSwiper .swiper-button-prev {
	left: 2%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
}

.bannerSwiper .swiper-button-next {
	right: 2%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
}

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

.bannerSwiper .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #555;
	opacity: 1;
	background: rgba(255, 255, 255, 0.5);
}

.bannerSwiper .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.sec1 .ul2 li {
	width: 49%;
}

.sec1 .ul2 li a {
	display: block;
	background: #fafafa;
	padding: 30px;
	overflow: hidden;
	position: relative;
}

.sec1 .ul2 li a .pho {
	float: right;
	width: 60%;
}

.sec1 .ul2 li a .text {
	position: absolute;
	left: 5%;
	top: 10%;
}

.sec1 .ul2 li a h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	height: 70px;
	width: 70%;
	margin-bottom: 8px;
}

.sec1 .ul2 li a strong {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
	margin: 8px 0 20px;
	background: #0e85d6;
	border-radius: 3px;
}

.sec1 .ul2 li a span {
	display: block;
	line-height: 35px;
	color: #0e85d6;
}

.sec1 .ul2 li a span img {
	width: 12px;
	margin-left: 3px;
}

.sec1 .ul3 li {
	width: 32%;
	float: left;
	margin-top: 30px;
}

.sec1 .ul3 li:nth-child(2) {
	margin: 30px 2% 0;
}

.sec1 .ul3 li a {
	display: block;
	padding: 30px;
	background: #fafafa;
	text-align: center;
}

.sec1 .ul3 li a .pho {
	width: 70%;
	float: inherit;
	margin: 8% auto 0;
}

.sec1 .ul3 li a h3 {
	font-size: 22px;
	width: 100%;
}

.sec2 .container {
	padding: 0 80px;
}

.sec2 .swiper-slide:nth-child(even) .pho2 {
	display: none;
}

.sec2 .swiper-slide:nth-child(odd) .pho1 {
	display: none;
}

.sec2 .swiper-slide a {
	display: block;
	background: #fafafa;
}

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

.sec2 .swiper-slide a .text .tex {
	position: absolute;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.sec2 .swiper-slide a .text span {
	display: block;
	width: 46px;
	margin: 0 auto;
}

.sec2 .swiper-slide a .text h3 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 14px;
}

.sec2 .swiper-slide a .text p {
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec2 .swiper-slide a .text em {
	display: block;
	font-style: normal;
	width: 110px;
	line-height: 32px;
	background: #0e85d6;
	color: #fff;
	text-align: center;
	border-radius: 16px;
	margin: 20px auto 0;
}

.sec2 .swiper-slide a .text b {
	display: block;
	width: 70px;
	height: 60px;
	background: #fafafa url(../images/jt2.png) no-repeat center bottom 10px;
	background-size: 21px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	z-index: 100;
}

.sec2 .swiper-slide:nth-child(2n) a .text b {
	bottom: inherit;
	top: -25px;
	background-position: center top 10px;
}

.sec2 .container {
	position: relative;
}


.sec2 .swiper-button-next {
	right: 0;
	background: #efefef;
	width: 40px;
	height: 60px;
}

.sec2 .swiper-button-prev {
	left: 0;
	background: #efefef;
	width: 40px;
	height: 60px;
}

.sec2 .swiper-button-next:after, .sec2 .swiper-button-prev:after {
	color: #0e85d6;
	font-size: 28px;
}

.sec3 {
	background: url(../images/bg2.jpg) no-repeat left center;
	background-size: cover;
	padding-bottom: 0;
}

.sec3 .text {
	width: 45%;
	padding-top: 30px;
}

.sec3 .text .title {
	text-align: left;
	padding-bottom: 10px;
}

.sec3 .text h3 {
	font-size: 22px;
	font-weight: 500;
}

.sec3 .text p {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	font-weight: 500;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.sec3 .text span {
	display: block;
	width: 48px;
	height: 4px;
	background: #0e85d6;
	border-radius: 3px;
	margin: 10px 0 20px;
}

.sec3 .text a {
	display: block;
	width: 130px;
	line-height: 40px;
	background: #0e85d6;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	margin-top: 30px;
	float: right;
}

.sec3 .text a img {
	width: 16px;
	margin-top: -3px;
	margin-left: 3px;
}

.sec3 .pho {
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
}

.sec3 .ul {
	background: #0a7ac5;
	padding: 40px 0;
	margin-top: 50px;
}

.sec3 .ul li {
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
}

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

.sec3 .ul li .num {
	position: relative;
	font-size: 22px;
}

.sec3 .ul li .num strong {
	font-size: 46px;
}

.sec3 .ul li .num b {
	display: block;
	width: auto;
	max-width: 35px;
	position: absolute;
	top: -7px;
	right: 16%;
}

.sec3 .ul li p {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}

.sec4 {
	background: #fafafa;
}

.sec4 .seCon {
	background: #fff;
}

.sec4 .seCon .swiper-slide a {
	display: table;
	vertical-align: middle;
	border-collapse: collapse;
	background: #fff;
}

.sec4 .seCon .swiper-slide a .text {
	width: 55%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
	box-sizing: border-box;
}

.sec4 .seCon a .text strong {
	display: block;
	font-size: 32px;
	color: #555;
	font-weight: 500;
}

.sec4 .seCon a .text span {
	display: block;
	font-size: 16px;
	color: #777;
}

.sec4 .seCon a .text h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec4 .seCon a .text p {
	color: #666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec4 .seCon .swiper-slide a .text b {
	display: block;
	width: 110px;
	line-height: 34px;
	background: #0e85d6;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}

.sec4 .seCon .swiper-slide a .pho {
	width: 45%;
	display: table-cell;
	border-left: 1px solid #efefef;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	padding: 20px 0;
}

.sec4 .seCon .swiper-slide a .pho img {
	width: 80%;
}

.sec4 .seCon .swiper-button-next, .sec4 .seCon .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #0e85d6;
	top: 15px;
	margin-top: 0;
}

.sec4 .seCon .swiper-button-next:after, .sec4 .seCon .swiper-button-prev:after {
	color: #fff;
	font-size: 24px;
}

.sec4 .seCon .swiper-button-next {
	right: 47%;
}

.sec4 .seCon .swiper-button-prev {
	right: 47%;
	left: inherit;
	margin-right: 41px;
}

.sec4 .seCon li {
	width: 33.33%;
	float: left;
	border-top: 1px solid #efefef;
	box-sizing: border-box;
	border-right: 1px solid #efefef;
}

.sec4 .seCon li:last-child {
	border-right: none;
}

.sec4 .seCon li a {
	display: block;
}

.sec4 .seCon li a .text {
	padding: 30px 50px;
}

.sec4 .seCon li a .text b {
	display: block;
	margin-top: 20px;
	font-weight: 500;
	color: #888;
	font-size: 14px;
}


.sec4 .seCon li a .text b img {
	width: 22px;
	margin-left: 3px;
}

.sec4 .seCon li:hover a .text h3 {
	color: #0e85d6;
}


.sec5 .ul1 {
	padding: 30px 15%;
	text-align: center;
}

.sec5 .ul1 li {
	width: 30%;
	padding: 0 0px 0 80px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	text-align: left;
}

.sec5 .ul1 li span {
	display: block;
	width: 42px;
	position: absolute;
	left: 20px;
	top: 10px;
}

.sec5 .ul1 li .num {
	font-size: 22px;
	color: #444;
}

.sec5 .ul1 li strong {
	font-size: 44px;
}

.sec5 .ul1 li p {
	color: #666;
}

.sec5 .img {
	margin-top: 2%;
	position: relative;
}

.sec5 .img li {
	position: absolute;
	animation: up-down-move linear infinite 2.3s;
}

.sec5 .img li span {
	display: block;
	width: 24px;
	height: 25px;
	background: url(../images/icon2.png) no-repeat center;
	background-size: cover;
}

.sec5 .img li.li1 {
	right: 26.5%;
	top: 38%;
}

.sec5 .img li.li2 {
	right: 28%;
	top: 42%;
}

.sec5 .img li.li3 {
	left: 28%;
	top: 37%;
}

.sec5 .img li.li4 {
	left: 38%;
	bottom: 28%;
}

.sec5 .img li.li5 {
	left: 57%;
	bottom: 39%;
}

.sec5 .img li.li6 {
	right: 20%;
	bottom: 18%;
}

.sec5 .img li.li7 {
	right: 42%;
	top: 28%;
}

.sec5 .img li.li8 {
	right: 35%;
	top: 27%;
}

.sec5 .img li.li9 {
	left: 32%;
	top: 42%;
}

.sec5 .img li.li10 {
	right: 50%;
	top: 48%;
}

@-webkit-keyframes up-down-move {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes up-down-move {
	0% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-moz-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem);
	}

	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes up-down-move {
	0% {
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-o-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem);
	}

	100% {
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes up-down-move {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-0.5rem);
		-moz-transform: translateY(-0.5rem);
		-o-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem);
	}

	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@media all and (min-width: 1024px) and (max-width:1600px) {
	.sec1 .ul3 li a .pho {
		width: 80%;
	}

	.sec1 .ul2 li a h3 {
		font-size: 22px;
	}

	.sec3 .text {
		width: 46%;
	}

	.sec3 .pho {
		width: 50%;
	}

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

	.sec3 .ul li .num b {
		right: 12%;
	}

	.sec4 .seCon .swiper-slide a .text {
		padding: 0 34px;
	}

	.sec4 .seCon li a .text {
		padding: 30px 34px;
	}

	.sec4 .seCon a .text h3 {
		font-size: 18px;
		font-weight: 600;
		margin: 10px 0;
	}

	.sec4 .seCon a .text p {
		line-height: 27px;
	}

	.sec4 .seCon .swiper-button-next, .sec4 .seCon .swiper-button-prev {
		width: 34px;
		height: 34px;
	}

	.sec4 .seCon .swiper-button-next:after, .sec4 .seCon .swiper-button-prev:after {
		font-size: 20px;
	}


	.sec5 .ul1 li span {
		width: 34px;
		left: 30px;
	}

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


@media all and (min-width: 1024px) and (max-width: 1440px) {
	.bannerSwiper .swiper-button-prev:after, .bannerSwiper .swiper-button-next:after {
		font-size: 34px;
	}

	.sec1 .ul2 li a h3 {
		font-size: 20px;
	}

	.sec3 .text h3 {
		font-size: 20px;
	}

	.sec3 .text span {
		width: 42px;
		height: 3px;
	}

	.sec3 .text p {
		font-size: 15px;
		line-height: 30px;
	}

	.sec3 .text a {
		line-height: 35px;
	}

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

	.sec3 .ul li .num b {
		width: 28px;
	}

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

	.sec3 .ul {
		padding: 32px 0;
	}

	.sec2 .swiper-slide a .text span {
		width: 42px;
	}

	.sec2 .swiper-slide a .text h3 {
		font-size: 19px;
	}

	.sec2 .swiper-slide a .text em {
		font-size: 14px;
	}

	.sec2 .swiper-button-prev {
		height: 52px;
		width: 36px;
	}

	.sec4 .seCon a .text strong {
		font-size: 31px;
	}

	.sec4 .seCon a .text span {
		font-size: 15px;
	}

	.sec5 .ul1 li strong {
		font-size: 38px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	.sec3 .text {
		padding-top: 10px;
	}
}



@media all and (min-width: 1024px) and (max-width: 1200px) {
	.sec2 .container {
		padding: 0 60px;
	}

	.sec2 .swiper-slide a .text b {
		width: 60px;
		height: 50px;
	}

	.sec4 .seCon li a .text {
		padding: 20px 25px;
	}

	.sec4 .seCon .swiper-slide a .text {
		padding: 0 25px;
		width: 60%;
	}

	.sec4 .seCon .swiper-slide a .pho {
		width: 40%;
	}

	.sec4 .seCon .swiper-slide a .pho img {
		width: 100%;
	}

	.sec3 .ul li .num strong {
		font-size: 35px;
	}

	.sec5 .ul1 li strong {
		font-size: 35px;
	}

	.sec5 .ul1 {
		padding: 30px 8%;
	}

}

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

	.sec1 .ul2 li {
		width: 100%;
		padding: 0 10px 10px;
		box-sizing: border-box;
	}

	.sec1 .ul2 li a .pho {
		width: 65%;
	}

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

	.sec1 .ul2 li a strong {
		font-size: 13px;
		margin: 8px 0;
	}

	.sec1 .ul3 li {
		width: 100%;
		padding: 10px;
		float: inherit;
		box-sizing: border-box;
		margin-top: 0px;
	}

	.sec1 .ul3 li:nth-child(2) {
		margin: 0;
	}

	.sec1 .ul3 li a {
		padding: 20px;
	}

	.sec1 .ul3 li a .pho {
		width: 60%;
		float: inherit;
		margin: 8% auto 0;
	}

	.sec1 .ul3 li a h3 {
		font-size: 18px;
		height: inherit;
	}

	.sec2 .container {
		padding: 0 50px;
	}

	.sec2 .swiper-slide a .pho {
		height: inherit !important;

	}

	.sec2 .swiper-slide a .text {
		position: relative;
		padding: 10px 20px 70px;
		height: inherit !important;
	}

	.sec2 .swiper-slide a .text .tex {
		position: inherit;
		width: 100%;
		left: inherit;
		top: inherit;
		transform: translate(0%, 0%);
		text-align: left;
	}

	.sec2 .swiper-slide a .text span {
		display: none
	}

	.sec2 .swiper-slide a .text h3 {
		font-size: 16px;
		margin: 0px 0 8px;
	}

	.sec2 .swiper-slide a .text em {
		float: right;
		margin: 20px 0 0;
	}

	.sec2 .swiper-slide a .text b {
		display: none
	}


	.sec2 .swiper-button-next {
		right: 10px;
		width: 30px;
		height: 50px;
	}

	.sec2 .swiper-button-prev {
		left: 10px;
		width: 30px;
		height: 50px;
	}

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

	.sec3 {
		background: url(../images/bg2.jpg) no-repeat left center;
		background-size: cover;
		padding-bottom: 0;
	}

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

	.sec3 .text .title {
		text-align: center;
	}

	.sec3 .text h3 {
		display: none;
	}

	.sec3 .text p {
		line-height: 26px;
		font-size: 14px;
	}

	.sec3 .text span {
		display: none
	}

	.sec3 .text a {
		width: 110px;
		line-height: 34px;
		float: inherit;
		margin: 20px auto;
	}

	.sec3 .text a img {
		width: 15px;
		margin-top: -4px;
	}

	.sec3 .pho {
		width: 100%;
	}

	.sec3 .ul {
		padding: 10px 0;
		margin-top: 30px;
	}

	.sec3 .ul li {
		padding: 20px 0;
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

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

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

	.sec3 .ul li .num {
		font-size: 18px;
	}

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

	.sec3 .ul li .num b {
		display: block;
		width: auto;
		max-width: 28px;
		position: absolute;
		top: -7px;
		right: 8%;
	}

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

	.sec4 .seCon .swiper-slide a {
		display: block;
	}

	.sec4 .seCon .swiper-slide a .text {
		width: 100%;
		display: block;
		padding: 20px;
		border-bottom: 1px solid #efefef;
	}

	.sec4 .seCon a .text strong {
		font-size: 27px;
	}

	.sec4 .seCon a .text span {
		font-size: 15px;
	}

	.sec4 .seCon a .text h3 {
		font-size: 16px;
		font-weight: 600;
		margin: 10px 0;
	}

	.sec4 .seCon a .text p {
		line-height: 25px;
	}

	.sec4 .seCon .swiper-slide a .text b {
		line-height: 30px;
	}

	.sec4 .seCon .swiper-slide a .pho {
		width: 100%;
		display: block;
		border-left: none;
		padding: 10px 0;
	}

	.sec4 .seCon .swiper-slide a .pho img {
		width: 100%;
	}

	.sec4 .seCon .swiper-button-next, .sec4 .seCon .swiper-button-prev {
		width: 32px;
		height: 32px;
	}

	.sec4 .seCon .swiper-button-next:after, .sec4 .seCon .swiper-button-prev:after {
		font-size: 20px;
	}

	.sec4 .seCon .swiper-button-next {
		right: 20px;
	}

	.sec4 .seCon .swiper-button-prev {
		right: 53px;
		margin-right: 0px;
	}

	.sec4 .seCon li {
		width: 100%;
		float: inherit;
		border-top: 20px solid #fafafa;
		border-right: none;
	}

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

	.sec4 .seCon li a .text b {
		margin-top: 20px;
		font-size: 13px;
	}

	.sec4 .seCon li a .text b img {
		width: 20px;
	}

	.sec5 {
		display: none;
	}

}



@media all and (min-width: 0px) and (max-width:560px) {
    .sec3 .ul li p {
        height:50px;
    }
    .sec2 .swiper-slide a .text {
        padding-top:20px;
        
    }
    
}