﻿.section1 {
	position: relative;
	z-index: 1;
	height: 100vh
}

.section1 .swiper {
	height: 100%
}

.section1 .swiper .swiper-slide {
	overflow: hidden
}

.section1 .swiper .swiper-slide:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.section1 .swiper .swiper-slide .slide-inner {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0
}

.section1 .swiper .swiper-slide .slide-inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.section1 .swiper .swiper-pagination {
	bottom: .7rem
}

.section1 .swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(0,0,0,0);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin: 0 .15rem;
	border: .01rem solid rgba(0,0,0,0);
	width: .18rem;
	height: .18rem
}

@media (max-width:1024px) {
	.section1 .swiper .swiper-pagination .swiper-pagination-bullet {
		border-width: 1px;
		width: 18px;
		height: 18px
	}
}

.section1 .swiper .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	display: block;
	border-radius: 50%;
	background-color: #fff;
	width: .1rem;
	height: .1rem
}

@media (max-width:1024px) {
	.section1 .swiper .swiper-pagination .swiper-pagination-bullet:after {
		width: 10px
	}
}

@media (max-width:1024px) {
	.section1 .swiper .swiper-pagination .swiper-pagination-bullet:after {
		height: 10px
	}
}

.section1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #fff
}

.section1 .scroll-icon {
	border: 2px solid #fff;
	position: absolute;
	z-index: 10;
	border-radius: 50px;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 5%;
	left: 50%;
	width: 18px;
	height: 24px
}

@media (max-width:1024px) {
	.section1 .scroll-icon {
		display: none
	}
}

.section1 .scroll-icon:after {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	-webkit-animation: rain 2s infinite;
	-moz-animation: rain 2s infinite;
	animation: rain 2s infinite;
	width: 2px;
	height: 6px
}

.section1 .scroll-icon.hide {
	opacity: 0
}

@-webkit-keyframes rain {
	0% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		opacity: 1
	}

	80% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

@-moz-keyframes rain {
	0% {
		-moz-transform: translateY(3px);
		transform: translateY(3px);
		opacity: 1
	}

	80% {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}

	to {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

@keyframes rain {
	0% {
		-webkit-transform: translateY(3px);
		-moz-transform: translateY(3px);
		transform: translateY(3px);
		opacity: 1
	}

	80% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

.section2 {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1);
	transition: opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1);
	-moz-transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1),-moz-transform 3s cubic-bezier(.19,1,.22,1);
	transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1);
	transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1),-moz-transform 3s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	margin-bottom: -.1rem
}

.section2 .cont .cont1 {
	background-color: #00b0ec;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	position: relative;
	padding: .6rem .5rem .6rem 24%
}

@media (max-width:767px) {
	.section2 .cont .cont1 {
		padding-left: 0;
		padding-right: 0;
		padding-top: .4rem;
		padding-bottom: .4rem
	}
}

.section2 .cont .cont1 .left-img {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 3s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1);
	transition: opacity 3s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1);
	-moz-transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 3s cubic-bezier(.19,1,.22,1),-moz-transform 3s cubic-bezier(.19,1,.22,1);
	transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 3s cubic-bezier(.19,1,.22,1);
	transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 3s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1),-moz-transform 3s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	bottom: .6rem;
	left: 4.8%;
	width: 15.64%;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%)
}

@media (max-width:767px) {
	.section2 .cont .cont1 .left-img {
		display: none
	}
}

.section2 .cont .cont1 .left-img img {
	width: 100%;
	height: auto;
	display: block
}

.section2 .cont .cont1 .right-swiper {
	position: relative;
	padding-right: .85rem;
	padding-left: 0
}

@media (max-width:1024px) {
	.section2 .cont .cont1 .right-swiper {
		padding-right: .95rem
	}
}

@media (max-width:991px) {
	.section2 .cont .cont1 .right-swiper {
		padding-right: 1.4rem
	}
}

@media (max-width:767px) {
	.section2 .cont .cont1 .right-swiper {
		padding-right: 1rem;
		padding-left: 1rem
	}
}

.section2 .cont .cont1 .right-swiper .swiper {
	overflow: hidden
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide {
	height: auto;
	background-color: #008cd6;
	color: #fff;
	border-radius: .1rem;
	text-align: center;
	cursor: pointer;
	overflow: hidden
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(5%);
	-moz-transform: translateY(5%);
	-ms-transform: translateY(5%);
	transform: translateY(5%);
	padding: .15rem 0
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon .iconfont {
	font-size: .8rem
}

@media (max-width:1024px) {
	.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon .iconfont {
		font-size: .9rem
	}
}

@media (max-width:991px) {
	.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon .iconfont {
		font-size: 1rem
	}
}

@media (max-width:767px) {
	.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-icon .iconfont {
		font-size: .8rem
	}
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
	position: relative;
	z-index: 1;
	padding: .15rem 0;
	font-size: .2rem
}

@media (max-width:991px) {
	.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
		padding: .2rem 0
	}
}

@media (max-width:767px) {
	.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
		padding: .15rem 0
	}
}

@media (max-width:1024px) {
	.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
		font-size: .3rem
	}
}

@media (max-width:991px) {
	.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
		font-size: .4rem
	}
}

@media (max-width:767px) {
	.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text {
		font-size: .32rem
	}
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top, right top,from(#e8d000),color-stop(23%, #ffe608),color-stop(58%, #ffe60a),to(#ce912c));
	background-image: -webkit-linear-gradient(left,#e8d000,#ffe608 23%,#ffe60a 58%,#ce912c);
	background-image: -moz-linear-gradient(left,#e8d000,#ffe608 23%,#ffe60a 58%,#ce912c);
	background-image: linear-gradient(90deg,#e8d000,#ffe608 23%,#ffe60a 58%,#ce912c);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
	-moz-transition: all .3s cubic-bezier(.785,.135,.15,.86);
	transition: all .3s cubic-bezier(.785,.135,.15,.86)
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide .item-text>div {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide.active .item-icon {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide.active .item-text:after {
	top: 0
}

.section2 .cont .cont1 .right-swiper .swiper .swiper-slide.active .item-text>div {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	color: #008cd6
}

.section2 .cont .cont1 .right-swiper .swiper-btn {
	right: 0;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

@media (max-width:767px) {
	.section2 .cont .cont1 .right-swiper .swiper-btn {
		width: 100%;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next,.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev {
	border-color: #fff;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

@media (max-width:767px) {
	.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next,.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev {
		position: absolute;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next .icon:after,.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev .icon:after {
	color: #fff
}

.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next {
	right: auto;
	margin-bottom: .15rem
}

@media (max-width:767px) {
	.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-next {
		right: .1rem;
		margin-bottom: 0
	}
}

.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev {
	left: auto
}

@media (max-width:767px) {
	.section2 .cont .cont1 .right-swiper .swiper-btn .swiper-button-prev {
		left: .1rem
	}
}

.section2 .cont .cont2 {
	overflow: hidden;
	/*background-color: #c3eaff;*/
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.section2 .cont .cont2 .swiper .swiper-slide {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}

@media (max-width:991px) {
	.section2 .cont .cont2 .swiper .swiper-slide {
		display: block
	}
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
	padding: 1.1rem 1.2rem
}

@media (max-width:991px) {
	.section2 .cont .cont2 .swiper .swiper-slide .item-text {
		width: 100%
	}
}

@media (max-width:767px) {
	.section2 .cont .cont2 .swiper .swiper-slide .item-text {
		padding: .5rem
	}
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text .title {
	font-weight: 700;
	font-size: .5rem;
	margin-bottom: .45rem
}

@media (max-width:1024px) {
	.section2 .cont .cont2 .swiper .swiper-slide .item-text .title {
		font-size: .6rem
	}
}

@media (max-width:991px) {
	.section2 .cont .cont2 .swiper .swiper-slide .item-text .title {
		font-size: .76rem
	}
}

@media (max-width:767px) {
	.section2 .cont .cont2 .swiper .swiper-slide .item-text .title {
		font-size: .5rem
	}
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text .desc {
	line-height: 1.9;
	margin-bottom: .45rem
}

.section2 .cont .cont2 .swiper .swiper-slide .item-text .link {
	text-align: left
}

@media (max-width:991px) {
	.section2 .cont .cont2 .swiper .swiper-slide .item-text .link {
		text-align: right
	}
}

.section2 .cont .cont2 .swiper .swiper-slide .item-img {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	padding-top: .1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	min-height: 28.12vw;
	width: 54%
}

@media (max-width:991px) {
	.section2 .cont .cont2 .swiper .swiper-slide .item-img {
		padding-top: .3rem;
		width: 100%
	}
}

.section2 .cont .cont2 .swiper .swiper-slide .item-img img {
	display: block;
	height: auto;
	width: 104%
}

.section2.is-inview {
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translateY(-.9rem);
	-moz-transform: translateY(-.9rem);
	-ms-transform: translateY(-.9rem);
	transform: translateY(-.9rem)
}

.section2.is-inview .cont .cont1 .left-img {
	opacity: 1;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.section3 .cont {
	border-radius: .3rem;
	overflow: hidden;
	background-color: #dbf0fb;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	flex-direction: row-reverse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}

@media (max-width:991px) {
	.section3 .cont {
		display: block
	}
}

.section3 .cont .sec3-text {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 44.18%;
	padding: .95rem .8rem
}

@media (max-width:991px) {
	.section3 .cont .sec3-text {
		width: 100%
	}
}

@media (max-width:767px) {
	.section3 .cont .sec3-text {
		padding: .5rem
	}
}

.section3 .cont .sec3-text .tag {
	margin-bottom: .15rem
}

.section3 .cont .sec3-text .tag span {
	display: inline-block;
	color: #00b0ec;
	background-color: hsla(0,0%,100%,.5);
	border-radius: 50px;
	padding: .1rem .2rem;
	font-size: .16rem
}

@media (max-width:1024px) {
	.section3 .cont .sec3-text .tag span {
		font-size: .26rem
	}
}

@media (max-width:991px) {
	.section3 .cont .sec3-text .tag span {
		font-size: .36rem
	}
}

@media (max-width:767px) {
	.section3 .cont .sec3-text .tag span {
		font-size: .26rem
	}
}

.section3 .cont .sec3-text .title {
	font-weight: 700;
	margin-bottom: .4rem;
	font-size: .6rem
}

@media (max-width:1024px) {
	.section3 .cont .sec3-text .title {
		font-size: .7rem
	}
}

@media (max-width:991px) {
	.section3 .cont .sec3-text .title {
		font-size: .8rem
	}
}

@media (max-width:767px) {
	.section3 .cont .sec3-text .title {
		font-size: .48rem
	}
}

.section3 .cont .sec3-text .desc {
	line-height: 1.9;
	margin-bottom: .5rem
}

.section3 .cont .sec3-text .link {
	text-align: left
}

@media (max-width:991px) {
	.section3 .cont .sec3-text .link {
		text-align: right
	}
}

.section3 .cont .sec3-text .circle-bg-img {
	z-index: -1;
	top: 0;
	right: 0
}

.section3 .cont .sec3-img {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 55.82%;
	min-height: 36.45vw
}

@media (max-width:991px) {
	.section3 .cont .sec3-img {
		width: 100%;
		min-height: 55vw
	}
}

@media (max-width:767px) {
	.section3 .cont .sec3-img {
		min-height: 60vw
	}
}

.section4 {
	margin-top: .8rem;
	margin-bottom: 1.4rem
}

@media (max-width:767px) {
	.section4 {
		margin-bottom: .8rem
	}
}

.section4 .cont {
	/*background-color: #dbf0fb;*/
	border-radius: .3rem;
	overflow: hidden;
	position: relative;
	padding: 1rem .6rem 1rem .9rem
}

@media (max-width:767px) {
	.section4 .cont {
		padding-top: .5rem;
		padding-bottom: .5rem;
		padding-left: .5rem;
		padding-right: .5rem
	}
}

.section4 .cont:after {
	content: "";
	width: 80%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	background: url(../images/circle3.png) no-repeat 0 0;
	background-size: contain;
	opacity: 0;
	-webkit-transform: translate3d(-10%,-10%,0) scale(.8);
	-moz-transform: translate3d(-10%,-10%,0) scale(.8);
	transform: translate3d(-10%,-10%,0) scale(.8);
	-webkit-transition: opacity 3s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1);
	transition: opacity 3s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1);
	-moz-transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 3s cubic-bezier(.19,1,.22,1),-moz-transform 3s cubic-bezier(.19,1,.22,1);
	transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 3s cubic-bezier(.19,1,.22,1);
	transition: transform 3s cubic-bezier(.19,1,.22,1),opacity 3s cubic-bezier(.19,1,.22,1),-webkit-transform 3s cubic-bezier(.19,1,.22,1),-moz-transform 3s cubic-bezier(.19,1,.22,1);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	top: -10%;
	left: 0;
	width: 13.35rem;
	height: 8.16rem
}

@media (max-width:767px) {
	.section4 .cont:after {
		width: 6.35rem
	}
}

@media (max-width:767px) {
	.section4 .cont:after {
		height: 4.16rem
	}
}

.section4 .cont .common-title {
	position: relative;
	z-index: 1
}

.section4 .cont .common-title .swiper-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.section4 .cont .common-title .swiper-btn .swiper-button-next,.section4 .cont .common-title .swiper-btn .swiper-button-prev {
	position: relative;
	margin-top: 0;
	left: auto;
	right: auto
}

.section4 .cont .common-title .swiper-btn .swiper-button-prev {
	margin-right: .15rem
}

.section4 .cont .swiper {
	overflow: visible
}

.section4 .cont .swiper .swiper-slide {
	height: auto;
	background-color: hsla(0,0%,100%,.8);
	border-radius: .2rem;
	position: relative;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow .6s cubic-bezier(.785,.135,.15,.86);
	transition: -webkit-transform .6s cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow .6s cubic-bezier(.785,.135,.15,.86);
	-moz-transition: transform .6s cubic-bezier(.785,.135,.15,.86),box-shadow .6s cubic-bezier(.785,.135,.15,.86),-moz-transform .6s cubic-bezier(.785,.135,.15,.86);
	transition: transform .6s cubic-bezier(.785,.135,.15,.86),box-shadow .6s cubic-bezier(.785,.135,.15,.86);
	transition: transform .6s cubic-bezier(.785,.135,.15,.86),box-shadow .6s cubic-bezier(.785,.135,.15,.86),-webkit-transform .6s cubic-bezier(.785,.135,.15,.86),-moz-transform .6s cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow .6s cubic-bezier(.785,.135,.15,.86)
}

.section4 .cont .swiper .swiper-slide:hover {
	-webkit-transform: translate3d(-.02rem,-.05rem,0);
	-moz-transform: translate3d(-.02rem,-.05rem,0);
	transform: translate3d(-.02rem,-.05rem,0);
	-webkit-box-shadow: .04rem .08rem .15rem #c8eafa;
	box-shadow: .04rem .08rem .15rem #c8eafa
}

.section4 .cont .swiper .swiper-slide:after {
	content: "";
	display: block;
	/*background-color: #c4deec;*/
	border-radius: 50%;
	position: absolute;
	top: .15rem;
	left: .15rem;
	width: .13rem;
	height: .13rem
}


@media (max-width:1024px) {
	.section4 .cont .swiper .swiper-slide:after {
		top: 13px
	}
}

@media (max-width:1024px) {
	.section4 .cont .swiper .swiper-slide:after {
		left: 13px
	}
}

@media (max-width:1024px) {
	.section4 .cont .swiper .swiper-slide:after {
		width: 10px
	}
}

@media (max-width:1024px) {
	.section4 .cont .swiper .swiper-slide:after {
		height: 10px
	}
}



.section4 .cont .title {
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: .3rem;
    font-size: .5rem;
    text-align: center;
    color:#000;
}

@media (max-width: 1024px) {
    .section4 .cont .title {
        font-size:.6rem
    }
}

@media (max-width: 991px) {
    .section4 .cont .title {
        font-size:.76rem
    }
}

@media (max-width: 767px) {
    .section4 .cont .title {
        font-size:.5rem
    }
}

.section4 .cont .swiper .swiper-slide .t {
	display: block;
	height: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .3rem
}

.section4 .cont .swiper .swiper-slide a .img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	height: 2rem;
	margin-bottom: .2rem
}

.section4 .cont .swiper .swiper-slide a .img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 50%
}

@media (max-width:1024px) {
	.section4 .cont .swiper .swiper-slide a .img img {
		max-height: 55%
	}
}

@media (max-width:991px) {
	.section4 .cont .swiper .swiper-slide a .img img {
		max-height: 60%
	}
}

@media (max-width:767px) {
	.section4 .cont .swiper .swiper-slide a .img img {
		max-height: 70%
	}
}

.section4 .cont .swiper .swiper-slide a .t {
	line-height: 1.4
}

.section4.is-inview .cont:after {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	-moz-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.section5 .common-title {
	padding-left: .45rem;
	padding-right: .35rem;
	margin-bottom: .35rem
}

.section5 .common-title a {
	color: #00b0ec;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s
}

.section5 .common-title a:hover {
	color: #163f57
}


.section5 .cont .title {
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: .3rem;
    font-size: .6rem;
    text-align: center;
 
}

@media (max-width: 1024px) {
    .section5 .cont .title {
        font-size:.5rem
    }
}

@media (max-width: 991px) {
    .section5 .cont .title {
        font-size:.4rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .title {
        font-size:.3rem
    }
}


.section5 .cont .title1 {
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: .3rem;
    font-size: .9rem;
    text-align: center;
 
}

@media (max-width: 1024px) {
    .section5 .cont .title1 {
        font-size:0.7rem
    }
}

@media (max-width: 991px) {
    .section5 .cont .title1 {
        font-size:0.6rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .title1 {
        font-size:0.4rem
    }
}



.section5 .cont .title2 {
	margin-top: 40px;
	color: #666;
    margin-bottom: .3rem;
    font-size: .25rem;
    text-align: center;
 
}

@media (max-width: 1024px) {
    .section5 .cont .title2 {
        font-size:0.7rem
    }
}

@media (max-width: 991px) {
    .section5 .cont .title2 {
        font-size:0.6rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .title2 {
        font-size:0.4rem
    }
}

.section5 ul li {
	position: relative;
	padding: 0 3.45rem
}



@media (max-width:1024px) {
	.section5 ul li {
		position: relative;
		padding: 0 .45rem
	}
}

@media (max-width:991px) {
	.section5 ul li {
		position: relative;
		padding: 0 .45rem
	}
}

@media (max-width:767px) {
	.section5 ul li {
		position: relative;
		padding: 0 .45rem
	}
}

.section5 .cont ul li {
	position: relative;
	padding: 0;
}

.section5 ul li:not(:last-child) a {
	border-bottom: .01rem solid rgba(0,140,214,.2)
}

@media (max-width:1024px) {
	.section5 ul li:not(:last-child) a {
		border-bottom-width: 1px
	}
}

.section5 ul li:after {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	border-radius: .2rem;
	-webkit-transition: all .5s cubic-bezier(.785,.135,.15,.86);
	-moz-transition: all .5s cubic-bezier(.785,.135,.15,.86);
	transition: all .5s cubic-bezier(.785,.135,.15,.86);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	opacity: 0;
	width: -webkit-calc(100% - .9rem);
	width: -moz-calc(100% - .9rem);
	width: calc(100% - .9rem);
	height: -webkit-calc(100% - .5rem);
	height: -moz-calc(100% - .5rem);
	height: calc(100% - .5rem)
}

.section5 ul li a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: border-bottom-color .5s cubic-bezier(.785,.135,.15,.86);
	-moz-transition: border-bottom-color .5s cubic-bezier(.785,.135,.15,.86);
	transition: border-bottom-color .5s cubic-bezier(.785,.135,.15,.86);
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	padding: .25rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}

@media (max-width:1024px) {
	.section5 ul li a {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		justify-content: space-between;
		padding: .35rem 0
	}
}

@media (max-width:767px) {
	.section5 ul li a {
		display: block
	}
}

.section5 ul li a .item-img {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	border-radius: .1rem;
	overflow: hidden;
	height: 15vw;
	width: 28%;
	margin-right: .6rem;
	margin-bottom: 0
}

@media (max-width:1024px) {
	.section5 ul li a .item-img {
		height: 10.5vw
	}
}

@media (max-width:991px) {
	.section5 ul li a .item-img {
		height: 13.5vw
	}
}

@media (max-width:767px) {
	.section5 ul li a .item-img {
		height: 50vw
	}
}

@media (max-width:1024px) {
	.section5 ul li a .item-img {
		width: 20%
	}
}

@media (max-width:991px) {
	.section5 ul li a .item-img {
		width: 25%
	}
}

@media (max-width:767px) {
	.section5 ul li a .item-img {
		width: 100%
	}
}

@media (max-width:1024px) {
	.section5 ul li a .item-img {
		margin-right: 0
	}
}

@media (max-width:767px) {
	.section5 ul li a .item-img {
		margin-bottom: .3rem
	}
}

.section5 ul li a .item-img b {
	display: block;
	width: 100%;
	height: 100%
}

.section5 ul li a .item-text {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 60.7%
}

@media (max-width:1024px) {
	.section5 ul li a .item-text {
		width: 76%
	}
}

@media (max-width:991px) {
	.section5 ul li a .item-text {
		width: 71%
	}
}

@media (max-width:767px) {
	.section5 ul li a .item-text {
		width: 100%
	}
}

.section5 ul li a .item-text .mob-flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	flex-direction: row-reverse;
	display: block;
	margin-bottom: 0
}

@media (max-width:767px) {
	.section5 ul li a .item-text .mob-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		margin-bottom: .2rem
	}
}

.section5 ul li a .item-text .date {
	color: #333;
	margin-bottom: .2rem;
	font-size: .5rem
}

@media (max-width:767px) {
	.section5 ul li a .item-text .date {
		margin-bottom: 0;
		font-size: .26rem
	}
}

@media (max-width:1024px) {
	.section5 ul li a .item-text .date {
		font-size: .26rem
	}
}

@media (max-width:991px) {
	.section5 ul li a .item-text .date {
		font-size: .36rem
	}
}

@media (max-width:767px) {
	.section5 ul li a .item-text .date {
		font-size: .26rem
	}
}

.section5 ul li a .item-text .date .date1{
	font-size: .35rem
}

@media (max-width:767px) {
	.section5 ul li a .item-text .date .date1{
		margin-bottom: 0;
		font-size: .24rem
	}
}

@media (max-width:1024px) {
	.section5 ul li a .item-text .date .date1{
		font-size: .24rem
	}
}

@media (max-width:991px) {
	.section5 ul li a .item-text .date .date1{
		font-size: .32rem
	}
}

@media (max-width:767px) {
	.section5 ul li a .item-text .date .date1{
		font-size: .24rem
	}
}
.section5 ul li a .item-text .tag {
	margin-bottom: .25rem
}

@media (max-width:767px) {
	.section5 ul li a .item-text .tag {
		margin-bottom: 0
	}
}

.section5 ul li a .item-text .tag span {
	display: inline-block;
	color: #00b0ec;
	background-color: #dff2fb;
	border-radius: 50px;
	padding: .1rem .2rem;
	font-size: .16rem
}

@media (max-width:1024px) {
	.section5 ul li a .item-text .tag span {
		font-size: .26rem
	}
}

@media (max-width:991px) {
	.section5 ul li a .item-text .tag span {
		font-size: .36rem
	}
}

@media (max-width:767px) {
	.section5 ul li a .item-text .tag span {
		font-size: .26rem
	}
}

.section5 ul li a .item-text .title {

	display: -webkit-box;
	-webkit-line-clamp: 3; /* 限制行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .22rem
}

@media (max-width:767px) {
	.section5 ul li a .item-text .title {
		line-height: 1.4;
		white-space: wrap;
		overflow: visible
	}
}

@media (max-width:1024px) {
	.section5 ul li a .item-text .title {
		font-size: .32rem
	}
}

@media (max-width:991px) {
	.section5 ul li a .item-text .title {
		font-size: .42rem
	}
}

@media (max-width:767px) {
	.section5 ul li a .item-text .title {
		font-size: .3rem
	}
}

.section5 ul li a .item-btn {
	position: absolute;
	top: 50%;
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.785,.135,.15,.86),-webkit-transform .5s cubic-bezier(.785,.135,.15,.86);
	transition: opacity .5s cubic-bezier(.785,.135,.15,.86),-webkit-transform .5s cubic-bezier(.785,.135,.15,.86);
	-moz-transition: opacity .5s cubic-bezier(.785,.135,.15,.86),transform .5s cubic-bezier(.785,.135,.15,.86),-moz-transform .5s cubic-bezier(.785,.135,.15,.86);
	transition: opacity .5s cubic-bezier(.785,.135,.15,.86),transform .5s cubic-bezier(.785,.135,.15,.86);
	transition: opacity .5s cubic-bezier(.785,.135,.15,.86),transform .5s cubic-bezier(.785,.135,.15,.86),-webkit-transform .5s cubic-bezier(.785,.135,.15,.86),-moz-transform .5s cubic-bezier(.785,.135,.15,.86);
	-webkit-transform: translateY(-50%) scale(.8);
	-moz-transform: translateY(-50%) scale(.8);
	-ms-transform: translateY(-50%) scale(.8);
	transform: translateY(-50%) scale(.8);
	right: .2rem
}

@media (max-width:1024px) {
	.section5 ul li a .item-btn {
		display: none
	}
}

.section5 ul li a .item-btn .common-btn:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.section5 ul li a .item-btn .common-btn .icon:after,.section5 ul li a .item-btn .common-btn .icon:before {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.section5 ul li:hover:after {
	opacity: 1;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: .05rem .1rem .2rem #dff2fb;
	box-shadow: .05rem .1rem .2rem #dff2fb
}

.section5 ul li:hover a {
	border-bottom-color: rgba(0,0,0,0)
}

.section5 ul li:hover a .item-btn {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.section6 {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 1.5rem
}

@media (max-width:991px) {
	.section6 {
		display: block
	}
}

@media (max-width:767px) {
	.section6 {
		margin-top: .6rem
	}
}

.section6 .sec6-left {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	width: 48.43%;
	height: 23.44vw;
	margin-bottom: 0
}

@media (max-width:991px) {
	.section6 .sec6-left {
		width: 100%;
		height: 40vw
	}
}

@media (max-width:767px) {
	.section6 .sec6-left {
		height: 50vw
	}
}

@media (max-width:991px) {
	.section6 .sec6-left {
		margin-bottom: .6rem
	}
}

@media (max-width:767px) {
	.section6 .sec6-left {
		margin-bottom: .4rem
	}
}

.section6 .sec6-left .t {
	position: absolute;
	background-image: -webkit-gradient(linear,left top, right top,from(rgba(243,250,254,.95)),color-stop(rgba(243,250,254,.7)),to(rgba(243,250,254,0)));
	background-image: -webkit-linear-gradient(left,rgba(243,250,254,.95),rgba(243,250,254,.7),rgba(243,250,254,0));
	background-image: -moz-linear-gradient(left,rgba(243,250,254,.95),rgba(243,250,254,.7),rgba(243,250,254,0));
	background-image: linear-gradient(90deg,rgba(243,250,254,.95),rgba(243,250,254,.7),rgba(243,250,254,0));
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	z-index: 1;
	top: -1px;
	left: -1px;
	bottom: -1px;
	padding: 1.15rem .55rem;
	width: 60%
}

@media (max-width:1024px) {
	.section6 .sec6-left .t {
		padding: .8rem .5rem
	}
}

@media (max-width:991px) {
	.section6 .sec6-left .t {
		padding: 1.5rem .7rem
	}
}

@media (max-width:767px) {
	.section6 .sec6-left .t {
		padding: .5rem
	}
}

.section6 .sec6-left .t .title {
	font-weight: 700;
	font-size: .32rem;
	margin-bottom: .25rem
}

@media (max-width:1024px) {
	.section6 .sec6-left .t .title {
		font-size: .42rem
	}
}

@media (max-width:991px) {
	.section6 .sec6-left .t .title {
		font-size: .52rem
	}
}

@media (max-width:767px) {
	.section6 .sec6-left .t .title {
		font-size: .38rem
	}
}

.section6 .sec6-left .t .desc {
	line-height: 1.9
}

.section6 .sec6-left .img {
	height: 100%;
	border-radius: .2rem;
	overflow: hidden;
	position: relative
}

.section6 .sec6-left .img b {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.section6 .sec6-left:hover .img b {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.section6 .sec6-right {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	border-radius: .2rem;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 48.43%;
	height: 23.44vw
}

@media (max-width:991px) {
	.section6 .sec6-right {
		width: 100%;
		height: 40vw
	}
}

@media (max-width:767px) {
	.section6 .sec6-right {
		height: 50vw
	}
}

.section6 .sec6-right .t {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background-color: #008cd6;
	width: 35.2%;
	padding: 1.15rem 0 1.15rem .55rem
}

@media (max-width:1024px) {
	.section6 .sec6-right .t {
		width: 40%
	}
}

@media (max-width:767px) {
	.section6 .sec6-right .t {
		width: 51%
	}
}

@media (max-width:1024px) {
	.section6 .sec6-right .t {
		padding: .8rem 0 .8rem .5rem
	}
}

@media (max-width:991px) {
	.section6 .sec6-right .t {
		padding: 1.5rem 0 1.5rem .7rem
	}
}

@media (max-width:767px) {
	.section6 .sec6-right .t {
		padding: .5rem 0 .5rem .5rem
	}
}

.section6 .sec6-right .t:after {
	content: "";
	display: block;
	height: 100%;
	background: url(../images/index_img4.png) no-repeat 100%;
	background-size: auto 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 140%
}

@media (max-width:767px) {
	.section6 .sec6-right .t:after {
		width: 130%
	}
}

.section6 .sec6-right .t .title {
	font-weight: 700;
	font-size: .32rem;
	margin-bottom: .25rem
}

@media (max-width:1024px) {
	.section6 .sec6-right .t .title {
		font-size: .42rem
	}
}

@media (max-width:991px) {
	.section6 .sec6-right .t .title {
		font-size: .52rem
	}
}

@media (max-width:767px) {
	.section6 .sec6-right .t .title {
		font-size: .38rem
	}
}

.section6 .sec6-right .t .desc {
	line-height: 1.9
}

@media (max-width:767px) {
	.section6 .sec6-right .t .desc {
		line-height: 1.6
	}
}

.section6 .sec6-right .img {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 100%;
	width: 64.8%
}

@media (max-width:1024px) {
	.section6 .sec6-right .img {
		width: 60%
	}
}

@media (max-width:767px) {
	.section6 .sec6-right .img {
		width: 49%
	}
}

.section6 .sec6-right .img b {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.section6 .sec6-right:hover .img b {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

/*# sourceMappingURL=6a992d5529f459a44fee58c733255e86.css.map*/