a:hover {
	text-decoration: inherit;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

#week_nav {
	width: 100%;
	min-width: 1180px;
	height: 60px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	top: 0;
	z-index: 15;
	/*background: rgba(255, 255, 255, 0.6);*/
	background: rgba(0, 0, 0, 0.5);
}

#week_nav .home-head {
	height: 60px;
	display: flex;
	justify-content: space-between;
	width: 1280px;
	margin: 0 auto;
}

/*padding:0 20px;*/
/*justify-content: center*/
#week_nav .home-head .logo {
	display: flex;
	;
	align-items: center;
	height: 60px;
	width: 15%;
}

.home-head .home-nav {}

.home-head .home-nav>ul>li {
	float: left;
	position: relative;
}

.home-head .home-nav>ul>li>.cur:after {
	content: '';
	width: 20px;
	height: 3px;
	background: #0FC5C7;
	position: absolute;
	bottom: 10px;
	left: 39%;
	border-radius: 2px;
	display: none;
}

.home-head .home-nav>ul>li>a {
	display: inline-block;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	position: relative;
	/*color: #333;*/
	color: #fff;
	padding: 0 35px;
	font-family: PingFang SC;
	/*font-weight: 400;*/
}

.home-head .home-nav .secnav {
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	width: 100%;
	text-align: center;
	display: none;
}

.home-head .home-nav .secnav a {
	font-size: 14px;
	color: #FFF;
	line-height: 45px;
	padding: 0 16px;
	display: block;
	margin: 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.home-head .home-nav .secnav>dd:last-child a {
	border: none;
}

/*.home-head .home-nav a.cur,.home-head .home-nav a:hover{color: #4183fd}*/
.home-head .home-nav a.cur,
.home-head .home-nav a:hover {
	/*color: #0FC5C7*/
	color: #FFF;
	font-weight: bold;
}

.home-head .home-nav>ul>li:hover .secnav {
	display: block;
}

@media(max-width:768px) {
	.home-head .home-nav {
		display: none;
	}

	#week_nav {
		min-width: auto;
	}

	.sp_nav {
		margin-top: 20px;
		position: absolute;
		right: 0;
	}

	.sp_nav span {
		background-color: #FFF;
		left: 5px
	}
}


.wk_index_main {
	margin-top: -60px;
	width: 100%;
}

/*右侧浮动*/
#dn-nav {
	position: fixed;
	top: 50%;
	z-index: 90;
	margin-top: -32px;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#dn-nav.right {
	right: 17px;
}

#dn-nav ul {
	margin: 0;
	padding: 0;
}

#dn-nav ul li {
	position: relative;
	display: block;
	margin: 15px 7px;
	width: 15px;
	height: 15px;
}

#dn-nav ul li a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

#dn-nav ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -3px 0 0 -3px;
	width: 7px;
	height: 7px;
	border: 0;
	border-radius: 50%;
	background: #cfcfd1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#dn-nav ul li a.active span,
#dn-nav ul li:hover a.active span {
	margin: -17px 0 0 -15px;
	width: 30px;
	height: 35px;
	background: url(../images/ico1.png)no-repeat center;
	background-size: 30px
}

.morebut {
	display: block;
	width: 136px;
	line-height: 40px;
	color: white;
	background-color: #4183fd;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
}

.morebut:hover {
	color: white;
}

/*第一屏*/
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto !important;
}

.section {
	position: relative;
	overflow: hidden;
	background: #fff
}

.page1 {
	background: #000;
	width: 100%;
}

.wk_slide-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.wk_slide-wrap ul {
	width: 100%;
	height: 100%;
}

.wk_slide-wrap li {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	transition: all 3s;
	-ms-transition: all 3s;
}

.wk_slide-wrap li .img {
	position: relative;
	z-index: 9;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-ms-transition: all 1s;
}

.wk_slide-wrap li.wk_selected {
	opacity: 1;
}

.wk_slide-wrap li.wk_selected .img {
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
}

.wk_slide-wrap li .text {
	position: relative;
	z-index: 9;
	margin-top: 25px;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-ms-transition: all .5s;
}

.wk_slide-wrap .wk_banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	min-width: 100%;
}

.wk_slide-wrap li.wk_s1 .wk_banner {
	background: url(../images/banner21.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.wk_slide-wrap li.wk_s1.wk_selected .wk_banner {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

/*.wk_slide-wrap li.wk_s1 .wk_wrap {position:absolute;top:45%;left:50%;margin-top:-175px;margin-left:-375px;width:750px;height:350px;}*/
.wk_slide-wrap li.wk_s1 .wk_wrap {
	position: absolute;
	top: 45%;
	width: 1225px;
	height: 371px;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -175px;
}

.wk_slide-wrap li.wk_s1 .wk_banner12 img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -12px;
	width: 24px;
	height: 11px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img {
	margin-top: -285px;
	margin-left: -285px;
	width: 570px;
	height: 570px;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

/*@media(max-width:11600px){*/
/*	.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img{margin-top:-220px;margin-left:-220px;width:440px;height:440px;}*/
/*}*/
@media(max-width:11600px) {
	.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img {
		margin-top: -15%;
		margin-left: -46%;
		width: 90%;
		height: auto;

	}
}

@media(max-width:1024px) {
	.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img {
		margin-top: -27%;
		margin-left: -46%;
		width: 90%;
		height: auto;
	}
}

@media(max-width:768px) {
	.wk_slide-wrap li.wk_s1 .wk_wrap {
		position: absolute;
		top: 45%;
		left: 0;
		margin-top: -65%;
		margin-left: 0;
		width: 100%;
		height: 90%;
	}

}

/*@media(max-width:500px){*/
/*	.wk_slide-wrap li .wk_banner12 img{*/
/*		display: none;*/
/*	}*/

/*}*/

.arrow {
	bottom: -200px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-transition: all 1s ease 0s;
	position: absolute;
	left: 50%;
	z-index: 20;
	display: block;
	margin-left: -30px;
	width: 60px;
	height: 51px;
	cursor: pointer;
}

.page1.active .arrow,
.page2.active .arrow,
.page3.active .arrow,
.page4.active .arrow,
.page5.active .arrow {
	bottom: 50px;
	opacity: 1;
}

.wk_slide-nav-wrap {
	position: absolute;
	bottom: 61px;
	left: 0;
	z-index: 8;
	overflow: hidden;
	width: 100%;
	height: 65px;
}

#wk_slide-nav {
	position: relative;
	z-index: 10;
	margin: auto;
	width: 100%;
	height: 61px;
}

.wk_nav-bullet-container {
	position: relative;
	width: 47px;
	height: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	background: rgba(0, 252, 255, 0.5);
	cursor: pointer;
	margin-left: 36px;
}

.wk_nav-bullet-container.active {
	background: rgba(0, 252, 255, 1);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
}

.wk_slide-nav-wrap .te_c {
	border: 1px solid #fff;
	width: 540px;
	margin: 0 auto;
	border-radius: 50px;
	display: flex;
	height: 61px;
	justify-content: center;
	align-items: center;
	text-align: center;

}

@media(max-width:1500px) {
	.section {
		width: 100%;
		min-width: 1080px;
		background: #242831;
	}

	.wk_slide-wrap li.wk_s1 .wk_wrap {
		top: 50%;
	}

	.wk_slide-nav-wrap {
		bottom: 5px;
	}
}

@media(max-width:1150px) {
	.wk_slide-nav-wrap {
		bottom: 34px;
	}

	.section {
		width: 100%;
		min-width: 920px;
		background: #242831;
	}
}

@media(max-width:768px) {
	.section {
		width: 100%;
		min-width: 100%;
		background: #242831;
	}

	.wk_slide-nav-wrap .te_c {
		width: auto;
		border: 1px solid #fff;
		max-width: 440px;
		margin: 0 auto;
		border-radius: 50px;
		display: flex;
		height: 50px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	#wk_slide-nav {
		width: 90%;
		display: none;
	}

}

@media(max-width:767px) {
	.wk_slide-wrap li.wk_s1 .wk_wrap {
		height: 100%;
		top: 30%;
		margin-top: -50%
	}

	.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img {
		margin-top: -23%;
		margin-left: -46%;
		width: 90%;
		height: auto;

	}
}

.ie8 .wk_slide-wrap .wk_s1,
.ie8 .wk_slide-wrap #wk_s2,
.ie8 .arrow,
.ie8 .wk_slide-nav-wrap {
	display: none;
}

.ie8 .wk_slide-wrap li#wk_s3 .wk_banner32 {
	top: 0;
}

.ie8 .wk_slide-wrap li#wk_s3 .wk_banner33 {
	bottom: 0;
}

.title {
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
}

.active .title {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.7s;
	margin-bottom: 6vh
}

@media(max-width:767px) {
	.active .title img {
		height: 70px
	}

	.active .title {
		display: none;
		margin-top: 75px;
	}
}

@media(max-width:414px) {
	.active .title img {
		height: 50px
	}

	/*.active .title { padding-top:50px}*/
}

.con {
	width: 100%;
}

.page2,
.page3 {
	background: #CCF7F7;
	margin-bottom: 50px;
}

/*.page2 {background:url(../images/bg2.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}*/
.page2 .container,
.page3 .container,
.page4 .container,
.page6 .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page2 .container {
	margin-top: 0px;
}

.page2 .home-pro {
	width: 1500px;
	display: table;
	margin-top: 120px
}

.page2 .home-pro .items {
	width: 230px;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.page2 .home-pro .items:nth-child(1) {
	-webkit-transform: translate3d(-600px, 0, 0);
	-moz-transform: translate3d(-600px, 0, 0);
	transform: translate3d(-600px, 0, 0);
	-ms-transform: translate3d(-600px, 0, 0);
}

.page2 .home-pro .items:nth-child(2) {
	-webkit-transform: translate3d(-300px, 0, 0);
	-moz-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
}

.page2 .home-pro .items:nth-child(3) {
	-webkit-transform: translate3d(300px, 0, 0);
	-moz-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
}

.page2 .home-pro .items:nth-child(4) {
	-webkit-transform: translate3d(600px, 0, 0);
	-moz-transform: translate3d(600px, 0, 0);
	transform: translate3d(600px, 0, 0);
	-ms-transform: translate3d(600px, 0, 0);
}

.page2.active .home-pro .items {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.page2 .home-pro .items .icon {
	width: 100%;
	height: 168px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.page2 .home-pro .items:hover .icon {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: 0 -168px;
}

.page2 .home-pro .items.p1 .icon {
	background-image: url(../images/p1.png);
}

.page2 .home-pro .items.p2 .icon {
	background-image: url(../images/p2.png);
}

.page2 .home-pro .items.p3 .icon {
	background-image: url(../images/p3.png);
}

.page2 .home-pro .items.p4 .icon {
	background-image: url(../images/p4.png);
}

.page2 .home-pro .items h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page2 .home-pro .items:hover h3 {
	color: #4183fd
}

/*.page2 .home-pro .items p{color: #000;font-size: 14px;opacity: 0.6;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}*/
@media(max-width:1600px) {
	.page2 .home-pro {
		margin-top: 60px
	}

	.page2 .home-pro .items {
		margin: 0 35px;
	}
}

@media(max-width:1024px) {
	.page2 .home-pro .items {
		margin: 0 5px;
	}
}

@media(max-width:768px) {
	.page2 .home-pro {
		margin-top: 30px
	}

	.page2 .home-pro .items {
		margin: 30px 65px;
	}
}

@media(max-width:767px) {
	.page2 .home-pro {
		margin-top: 10px
	}

	.page2 .home-pro .items {
		margin: 10px 1%;
		width: 160px
	}

	.page2 .home-pro .items .icon {
		height: 117px
	}

	.page2 .home-pro .items h3 {
		font-size: 14px;
	}

	.page2 .home-pro .items p {
		font-size: 12px;
	}
}

@media(max-width:360px) {
	.page2 .home-pro .items {
		width: 150px
	}

	.page2 .home-pro .items .icon {
		height: 110px
	}

}

/*.page3 {background:url(../images/bg3.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}*/
/*.fp-viewing-about .home-head .home-nav a,.fp-viewing-process .home-head .home-nav a{color: #333}*/
.page3 .about-txt {
	width: 645px
}

.page3 .about-txt h3 {
	position: relative;
	font-size: 46px;
	color: #000;
	z-index: 9;
	top: -200px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page3.active .about-txt h3 {
	opacity: 1;
	top: 0
}

.page3 .about-txt h3:after {
	content: '';
	position: absolute;
	left: 23px;
	bottom: 3px;
	width: 180px;
	height: 20px;
	background-color: #4183fd;
	z-index: -1;
}

.page3 .about-txt .txt {
	font-size: 14px;
	line-height: 24px;
	margin-top: 40px;
	position: relative;
	top: 0;
	left: -200px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page3.active .about-txt .txt {
	left: 0;
	opacity: 1;
}

.page3 .about-txt .txt p {
	text-indent: 28px;
	color: #222
}

.page3 .about-txt .link {
	bottom: -200px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-transition: all 1s ease 0s;
	z-index: 20;
	cursor: pointer;
	position: relative;
}

.page3 .about-txt .link img {
	margin: 40px auto 0 auto;
}

.page3.active .about-txt .link {
	bottom: 0;
	opacity: 1;
}

.page3 .pic {
	width: 552px;
	position: relative;
	top: 0px;
	right: -150px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page3.active .pic {
	right: 0;
	opacity: 1;
}

@media(max-width:1600px) {
	.page3 .about-txt {
		width: 610px
	}

	.page3 .pic {
		width: 520px;
		margin-top: 15px
	}

	.page3 .about-txt .link img {
		margin-top: 30px
	}
}

@media(max-width:1024px) {
	.page3 .about-txt {
		width: 55%
	}

	.page3 .pic {
		width: 42%;
		margin-top: 15px
	}

	.page3 .about-txt .link img {
		margin-top: 30px
	}
}

@media(max-width:768px) {
	.page3 .about-txt {
		width: 100%
	}

	.page3 .pic {
		width: 100%;
		margin-top: 15px
	}

	.page3 .about-txt .link img {
		margin-top: 30px
	}
}

@media(max-width:414px) {
	.page3.active .about-txt h3 {
		font-size: 24px;
		margin-top: 60px
	}

	.page3 .about-txt h3:after {
		width: 100px;
		height: 10px
	}

	.page3 .about-txt .txt {
		font-size: 12px;
		margin-top: 10px;
	}

	.page3 .about-txt .link {
		display: none;
	}
}

.page4 {
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.page4 .tit {
	position: relative;
	margin-bottom: 0px;
	top: 0px;
	opacity: 1;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	width: 100%;
	display: table;
}

.page4 .tit a {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
	margin-top: 15px;
	display: none;
}

.page4 .active .tit {
	top: 0;
	opacity: 1;
}

.page4 .info-box {
	background-color: #4183fd;
	padding: 35px;
	width: 465px;
	position: relative;
	top: 0;
	left: -200px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page4.active .info-box {
	opacity: 1;
	left: 0;
	display: none;
}

.page4 .info-box .time {
	color: #FFF;
	font-size: 30px;
}

.page4 .info-box .time img {
	margin-top: 10px;
}

.page4 .info-box h3 {
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
}

.page4 .info-box h3 a {
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.page4 .info-box p {
	color: #FFF;
	font-size: 14px;
	margin: 20px 0;
}

.page4 .news-list {
	width: 640px;
	position: relative;
	top: 0px;
	right: -150px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page4.active .news-list {
	opacity: 1;
	right: 0;
	width: 100%
}

.page4.active .news-list .items {
	border-bottom: 1px #818cab solid;
	padding: 20px 155px 20px 35px;
	position: relative;
}

.page4.active .news-list .items:first-child {
	border-top: 1px #818cab solid
}

.page4.active .news-list .items h3 {
	position: relative
}

.page4.active .news-list .items h3 span {
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	display: block;
	;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page4.active .news-list .items h3:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	width: 6px;
	height: 6px;
	display: block;
	margin-top: -3px;
	background-color: #FFF;
	border-radius: 50%
}

.page4.active .news-list .items p {
	font-size: 14px;
	color: #FFF;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page4.active .news-list .items .time {
	position: absolute;
	right: 20px;
	top: 17px;
}

.page4.active .news-list .items .time span {
	display: block;
	color: #FFF;
	font-size: 28px;
}

.page4.active .news-list .items .time em {
	display: block;
	background: url(../images/ico4.png)no-repeat left center;
	width: 100%;
	height: 22px;
	margin-top: 18px;
	background-size: 100%
}

.page4.active .news-list .items:hover {
	background-color: #FFF;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	box-shadow: 0px 2px 5px 0px #FFF, 0px 2px 10px 0px #FFF;
}

.page4.active .news-list .items:hover h3 span,
.page4.active .news-list .items:hover p,
.page4.active .news-list .items:hover .time span {
	color: #4183fd
}

.page4.active .news-list .items:hover .time em {
	background: url(../images/ico5.png)no-repeat left center;
}

.page4 .erwma img {
	display: none;
}

@media(max-width:2000px) {
	.page6 .dynamic .item {
		margin: 0 20px;
	}

	.page4 .tit {
		position: relative;
		margin-bottom: 20px;
		top: 0px;
		opacity: 1;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
		-ms-transition: all 1s ease 0s;
		width: 100%;
		display: table;
	}

}

@media(max-width:1440px) {
	.page4 .tit img {
		width: 150px
	}

	.page4 .info-box {
		padding: 20px 25px
	}
}

@media(max-width:1024px) {
	.page4 .info-box {
		width: 40%
	}

	.page4 .news-list {
		width: 46%;
		margin-right: 50px;
	}

	.page4 .news-list .items {
		padding-right: 100px !important
	}
}

@media(max-width:768px) {
	.page4 .info-box {
		width: calc(100% - 100px);
		margin-right: 50px
	}

	.page4 .news-list {
		width: calc(100% - 50px);
	}

	.page4 .news-list .items {
		padding-right: 100px !important
	}
}

@media(max-width:767px) {
	.page4 .tit img {
		height: 40px
	}

	.page4 .info-box {
		width: calc(100% - 50px);
		margin-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.page4 .info-box .time {
		font-size: 20px;
	}

	.page4 .info-box .time img {
		margin-top: 0
	}

	.page4 .news-list {
		width: 100%;
		margin-right: 0;
	}

	.page4 .news-list .items {
		padding: 10px 80px 10px 25px !important
	}

	.page4 .info-box h3,
	.page4.active .news-list .items h3 span,
	.page4.active .news-list .items p {
		font-size: 14px;
	}

	.page4.active .news-list .items .time {
		top: 5px
	}

	.page4.active .news-list .items h3 span {
		height: 20px;
		width: 100%
	}

	.page4 .info-box p {
		font-size: 12px;
		margin: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 5px
	}

	.page4.active .news-list .items p {
		margin-top: 5px
	}

	.page4.active .news-list .items .time span {
		font-size: 20px;
	}

	.page4.active .arrow {
		bottom: 10px
	}
}


.page5 {
	background: url(../images/bg5.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.page5 .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.page5 .items {
	width: 25%;
	position: relative;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.page5 .items:nth-child(odd) {
	background: rgba(255, 255, 255, 0.3);
}

.page5 .items:nth-child(1) {
	-webkit-transform: translate3d(-600px, 0, 0);
	-moz-transform: translate3d(-600px, 0, 0);
	transform: translate3d(-600px, 0, 0);
	-ms-transform: translate3d(-600px, 0, 0);
}

.page5 .items:nth-child(2) {
	-webkit-transform: translate3d(-300px, 0, 0);
	-moz-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
}

.page5 .items:nth-child(3) {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
}

.page5 .items:nth-child(4) {
	-webkit-transform: translate3d(300px, 0, 0);
	-moz-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
}

.page5 .items:nth-child(5) {
	-webkit-transform: translate3d(600px, 0, 0);
	-moz-transform: translate3d(600px, 0, 0);
	transform: translate3d(600px, 0, 0);
	-ms-transform: translate3d(600px, 0, 0);
}

.page5.active .items {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.page5 .items .box {
	position: relative;
	z-index: 9;
	height: 180px;
	width: 100%
}

.page5 .items .box .pic {
	width: 65px;
	height: 65px;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.page5 .items:hover .box .pic {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: 0 -65px;
}

.page5 .items .box .pic.h1 {
	background-image: url(../images/l1.png);
}

.page5 .items .box .pic.h2 {
	background-image: url(../images/l2.png);
}

.page5 .items .box .pic.h3 {
	background-image: url(../images/l3.png);
}

.page5 .items .box .pic.h4 {
	background-image: url(../images/l4.png);
}

.page5 .items .box .pic.h5 {
	background-image: url(../images/l5.png);
}

.page5 .items .box h3 {
	font-size: 18px;
	color: #4183fd;
	line-height: 40px;
}

.page5 .items .bg {
	background: rgba(65, 131, 253, 0.8);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 1;
}

.page5 .items .box a {
	width: 50%;
	display: none;
	border: 1px #FFF solid;
	color: #FFF;
	padding: 5px 0;
	margin-top: 10px
}

.page5 .items:hover .box a {
	display: inline-block
}

.page5 .items:hover .bg {
	height: 100%;
	bottom: 0
}

.page5 .items:hover .box h3 {
	color: #FFF
}

@media(max-width:767px) {
	.page5 .items .box h3 {
		font-size: 14px;
	}
}

@media(max-width:414px) {
	.page5 .items .box .pic {
		width: 40px;
		height: 40px;
	}

	.page5 .items .box a {
		width: 80%
	}
}

.page6 {
	background: url(../images/bg6.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}



.page6 .dynamic {
	margin-top: 40px;
	bottom: -70px;
	position: relative;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-transition: all 1s ease 0s;
}

.page6.active .dynamic {
	bottom: 0
}

.page6 .dynamic .item {
	margin: 0 35px;
	position: relative;
	padding-bottom: 35px
}

.page6 .dynamic .item:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: #4183fd
}

.page6 .dynamic .item .pic {
	overflow: hidden;
	position: relative;
}

.page6 .dynamic .item .pic .ico {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/ico.png) no-repeat center;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.page6 .dynamic .item:hover .ico {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.page6 .dynamic .item img {
	display: block;
	width: 100%;
	height: auto;
}

.page6 .dynamic .item h3 {
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	color: #FFF;
	font-size: 18px;
}

.page6 .dynamic .item:hover h3 {
	color: #4183fd
}

.page6 .dynamic .item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #FFF;
	line-height: 24px;
	height: 72px
}

.page6 .dynamic .item .pic span {
	position: absolute;
	background: #4183fd;
	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.page6 .dynamic .item .pic .span_1 {
	top: 0;
	left: 0;
	width: 0;
	height: 4px;
}

.page6 .dynamic .item .pic .span_2 {
	top: 0;
	right: 0;
	width: 4px;
	height: 0;
}

.page6 .dynamic .item .pic .span_3 {
	right: 0;
	bottom: 0;
	width: 0;
	height: 4px;
}

.page6 .dynamic .item .pic .span_4 {
	bottom: 0;
	left: 0;
	width: 4px;
	height: 0;
}

.page6 .dynamic .item:hover .span_1,
.page6 .dynamic .item:hover .span_3 {
	width: 100%;
}

.page6 .dynamic .item:hover .span_2,
.page6 .dynamic .item:hover .span_4 {
	height: 100%;
}

.owl-pagination {
	display: none;
}

.owl-carousel .owl-wrapper-outer {
	z-index: 9;
	height: 415px
}

.owl-controls {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0
}

.owl-controls .owl-buttons {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.owl-prev {
	position: absolute;
	left: -50px;
	top: 20%;
	width: 40px;
	height: 60px;
	overflow: hidden;
	background-color: #FFF;
	text-indent: -99px
}

.owl-prev:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 20px;
	width: 14px;
	height: 14px;
	border-left: 1px #4183fd solid;
	border-bottom: 1px #4183fd solid;
	transform: rotate(45deg);
}

.owl-next {
	position: absolute;
	right: -50px;
	top: 20%;
	width: 40px;
	height: 60px;
	overflow: hidden;
	background-color: #FFF;
	text-indent: -99px
}

.owl-next:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 20px;
	width: 14px;
	height: 14px;
	border-right: 1px #4183fd solid;
	border-bottom: 1px #4183fd solid;
	transform: rotate(-45deg);
}


@media(max-width:768px) {
	.owl-controls {
		display: none !important;
	}
}



/*.footer{margin-top: 0}*/










/*动画*/
.page1 .wk_slide-wrap .containerr {
	position: fixed;
	height: 600px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}





.solution {
	width: 1500px;
	/*margin: 0 auto;*/
	display: flex;
	justify-content: space-between;
}

.solution_sub {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 14px 0px #ccc;
}

.solution_sub:after {
	content: " ";
	width: 156px;
	height: 4px;
	background: #00E0E3;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 6px;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.solution_sub img {
	width: 336px;
	height: 283px;
	cursor: pointer;
	transition: all 0.4s ease-out;
}

.solution_sub img:hover {
	transform: scale(1.2);
}

.solution_sub div {
	height: 283px;
	overflow: hidden;
}

.solution_sub p {
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 120px;
	margin: 0 auto;
	color: #000033;
	transition: background 0.5s;
}

.solution_sub p:hover {
	color: #fff;
	background: #00E0E3;
}

.solution a {
	text-decoration: none;
	color: #000033;
}


.solutions {
	height: 100%;
	/*background: url(../images/page3.png) no-repeat;*/
	/*padding-top: 166px;*/
	/*background-size: 100% 100%;*/
}

.solutions_brief {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	width: 765px;
	height: 175px;
	border: 3px solid #13BDBF;
	line-height: 30px;
	color: #fff;
	font-family: PingFangSC-Semibold, sans-serif;
}

.solutions_brief p {
	margin: 40px;
}

.solutions_brief p:nth-child(1) {
	font-size: 36px;
}

.solutions_brief p:nth-child(2) {
	font-size: 26px;
}

.solutions_brief_text {
	width: 750px;
	height: 500px;
	overflow: hidden;
	background: rgba(0, 224, 227, 0.48);
	margin: 0 auto;
	margin-top: 45px;
	color: #fff;
	font-family: PingFangSC-Medium, sans-serif;
}

.solutions_brief_text p {
	line-height: 55px;
	font-size: 22px;
	margin: 65px 63px;
	text-indent: 2em;
}


@media (max-width:1600px) {
	.solutions {
		padding-top: 0;
	}
}