.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}

.swiper-container {}

.swiper-slide {}

.swiper-slide-active {}

.swiper-slide-visible {}

.swiper-pagination-switch {}

.swiper-active-switch {}

.swiper-visible-switch {}

html {
	overflow: hidden;
	touch-action: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑", Arial;
}

header,
section {
	width: 100%;
}

table {
	border-collapse: collapse;
}

a:focus {
	outline: none;
}

header {
	position: fixed;
	color: #ccc;
	z-index: 999;
}



header .logo {
	position: fixed;
	top: 24px;
	left: 50px;
	width: 180px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .logo {
	width: 120px;
	top: 21px;
}

header .words {
	display: block;
	position: fixed;
	top: 40px;
	left: 250px;
	letter-spacing: 1px;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .words {
	top: 23px;
	left: 185px;
}

header nav.menu {
	margin: 36px 0 0 110px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu {
	margin: 22px 0 0 85px;
}

header nav.menu ul li {
	margin: 0 12px;
	font-size: 20px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu ul li {
	margin: 0 10px;
	font-size: 16px;
}

header nav.menu ul li a {
	color: #ccc;
	letter-spacing: 2px;
	cursor: pointer;
}

header nav.menu ul li a:hover,
header nav.menu ul li.active a {
	color: #00dfb9;
	text-decoration: none;
}

header nav.menu .line {
	position: absolute;
	top: 0px;
	width: 0px;
	height: 3px;
	font-size: 3px;
	background-color: #00dfb9;
	display: none;
}

header .hotline {
	position: fixed;
	top: 32px;
	right: 215px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline {
	top: 20px;
	right: 185px;
}

header .hotline span {
	position: fixed;
	color: #00dfb9;
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline span {
	font-size: 20px;
}

header .hotline u {
	position: fixed;
	top: 35px;
	right: 230px;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: url(../image/icons.png) no-repeat;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline u {
	top: 20px;
	right: 195px;
}

header .hotline a {
	color: #00dfb9;
}

header .menu-icon {
	position: fixed;
	top: 34px;
	right: 48px;
	font-size: 24px;
	color: #00dfb9;
	z-index: 99;
	display: none;
}

header.fixed .menu-icon {
	top: 18px;
}

header .menu-icon a {
	color: #00dfb9;
	text-decoration: none;
}

header .menu-icon span {
	margin-left: 15px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

header .menu-icon span.glyphicon-earphone {
	display: none;
}

header .menu-icon span:hover,
header .menu-icon span.active {
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

header .bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 0px;
	background: #111;
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: -1;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .bg {
	height: 70px;
}

div.welcome {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(404.png) 30% 80%;
	background-color: White;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
	z-index: 999;
}

div.welcome p {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 370px;
	height: 30px;
	padding-top: 240px;
	top: 50%;
	left: 50%;
	margin-top: -135px;
	margin-left: -185px;
	color: #2fd0b5;
	font-size: 20px;
	text-align: center;
	background: url(404.png) no-repeat;
	overflow: hidden;
}

div.welcome p u {
	text-decoration: none;
}


html {
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑", Arial;
}

header,
section {
	width: 100%;
}

a:focus {
	outline: none;
}

header {
	position: fixed;
	color: #ccc;
	z-index: 999;
}



section {
	position: relative;
	overflow: hidden;
}

.video .swiper-container {
	width: 100%;
}

.video .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

@media  (orientation: portrait){
	.video .swiper-container .nth1 {
		background: url(../image/wallpaper_mini_1_1.jpg)  no-repeat center center;
		background-size: 100% 100%;
	}
	.video .swiper-container .nth2 {
		background: url(../image/wallpaper_mini_1_2.jpg) no-repeat center center;
		background-size: 100% 100%;
	}
	.video .swiper-container .nth3 {
		background: url(../image/wallpaper_mini_1_3.jpg) no-repeat center center;
		background-size: 100% 100%;
	}
	.video .swiper-container .nth4 {
		background: url(../image/wallpaper_mini_1_4.jpg) no-repeat center center;
		background-size: 100% 100%;
	}
	.video .swiper-container .nth5 {
		background: url(../image/wallpaper1_5.png) no-repeat center center;
		background-size: 100% 100%;
	}
}

@media (orientation: landscape) {
	.video .swiper-container .nth1 {
		background: url(../image/wallpaper1_1.png) no-repeat center center;
		
		background-size: cover;
	}
	.video .swiper-container .nth2 {
		background: url(../image/wallpaper1_2.png) no-repeat center center;
		
		background-size: cover;
	}
	.video .swiper-container .nth3 {
		background: url(../image/wallpaper1_3.png) no-repeat center center;
		
		background-size: cover;
	}
	.video .swiper-container .nth4 {
		background: url(../image/wallpaper1_4.png) no-repeat center center;
		
		background-size: cover;
	}
	.video .swiper-container .nth5 {
		background: url(../image/wallpaper1_5.png) no-repeat center center;
		background-size: cover;
	}
}

.video .innerBox,
.cases .innerBox,
.business .innerBox,
.clients .innerBox,
.aboutus .innerBox{
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 500;
}

.video .innerBox .guide {
	margin:0 auto;
	margin-bottom: 30px;
	width: 250px;
}

.video .innerBox .guide a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	font-size: 3px;
	background: White;
	cursor: pointer;
}

.video .innerBox .guide a.active {
	background: #54c3f1;
}

.video .innerBox a.movedown,
.cases .innerBox a.movedown,
.business .innerBox a.movedown,
.clients .innerBox a.movedown,
.aboutus .innerBox a.movedown{
	display: block;
	margin: 0 auto;
	width: 48px;
	height: 48px;
	background: url(../image/icons.png) no-repeat 0px -60px;
	
	border-radius: 24px;
	cursor: pointer;
	z-index: 500;
}

.video .innerBox a.movedown:hover,
.cases .innerBox a.movedown:hover,
.business .innerBox a.movedown:hover,
.clients .innerBox a.movedown:hover,
.aboutus .innerBox a.movedown:hover{
	background: url(../image/icons.png) no-repeat 0px -112px;
}

@media (orientation:portrait) and (max-width:420px) and (max-height: 820px) ,(orientation:landscape) and (max-width:820px) and (max-height:420px) {
	.video .innerBox,
	.cases .innerBox,
	.business .innerBox,
	.clients .innerBox,
	.aboutus .innerBox{
		bottom: 5px;
	}
	.video .innerBox .guide {
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		right: inherit;
		bottom: inherit;
		width: 140px;
	}
	.video .innerBox .guide a {
		margin: 0 5px;
		width: 20px;
	}
	
}



section.business {
	background: url(../image/wallpaper1_4.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.business .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	text-align: center;
}

@media screen and (max-width: 1024px){
	.business .box .caption {
		width: 100%;
		text-align: center;
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}
}

@media screen and (min-width: 1025px){
	.business .box .caption {
		width: 100%;
		text-align: center;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}

	.business.active .box .caption {
		-moz-opacity: 1;
		opacity: 1;
	}
}

.business .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	background: none;
	border-top: 5px solid #54c3f1;
	width: 70px;
	height: 0;
}

.business .box .caption span {
	color: white;
	font-size: 24px;
	letter-spacing: 3px;
}



section.cases {
	background: url(../image/wallpaper2.jpg)no-repeat center center;
	background-size: 100% 100%;
}

.cases .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
@media screen and (max-width: 1024px){
	.cases .box .caption {
		width: 100%;
		text-align: center;
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}
}

@media screen and (min-width: 1025px){
	.cases .box .caption {
		width: 100%;
		text-align: center;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}

	.cases.active .box .caption {
		-moz-opacity: 1;
		opacity: 1;
	}
}

.cases .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	background: none;
	border-top: 5px solid #54c3f1;
	width: 70px;
	height: 0;
}

.cases .box .caption span {
	font-size: 24px;
	letter-spacing: 3px;
}



section.clients {
	background: url(../image/wallpaper4.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.clients .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

@media screen and (max-width: 1024px) {
	.clients .box .caption {
		width: 100%;
		text-align: center;
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}
}

@media screen and (min-width: 1025px){
	.clients .box .caption {
		width: 100%;
		text-align: center;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}

	.clients.active .box .caption {
		-moz-opacity: 1;
		opacity: 1;
	}
}

.clients .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	background: none;
	border-top: 5px solid #54c3f1;
	width: 70px;
	height: 0;
}

.clients .box .caption span {
	font-size: 24px;
	padding-left: 10px;
}

.clients .box ul.items {
	margin: 0 auto;
	margin-top: 45px;
	width: 1155px;
	height: 450px;
	font-size: 0;
	overflow: hidden;
}

.clients .box ul.items li {
	position: relative;
	padding: 0;
	width: 230px;
	height: 150px;
	overflow: hidden;
	z-index: 10;
}

.clients .box ul.items li.cctv {
	top: 600px;
	background: url(../image/clients.png) no-repeat;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.cctv.active {
	background: url(../image/clients.png) no-repeat 0px -150px;
}

.clients.active .box ul.items li.cctv {
	top: 0px;
}

.clients .box ul.items li.unicom {
	top: -400px;
	background: url(../image/clients.png) no-repeat -230px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.unicom.active {
	background: url(../image/clients.png) no-repeat -230px -150px;
}

.clients.active .box ul.items li.unicom {
	top: 0px;
}

.clients .box ul.items li.tsinghua {
	top: 600px;
	background: url(../image/clients.png) no-repeat -460px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.tsinghua.active {
	background: url(../image/clients.png) no-repeat -460px -150px;
}

.clients.active .box ul.items li.tsinghua {
	top: 0px;
}

.clients .box ul.items li.cas {
	top: -400px;
	background: url(../image/clients.png) no-repeat -690px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.cas.active {
	background: url(../image/clients.png) no-repeat -690px -150px;
}

.clients.active .box ul.items li.cas {
	top: 0px;
}

.clients .box ul.items li.sipo {
	top: 600px;
	background: url(../image/clients.png) no-repeat -920px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.sipo.active {
	background: url(../image/clients.png) no-repeat -920px -150px;
}

.clients.active .box ul.items li.sipo {
	top: 0px;
}

.clients .box ul.items li.apple {
	top: 450px;
	background: url(../image/clients.png) no-repeat -1150px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.apple.active {
	background: url(../image/clients.png) no-repeat -1150px -150px;
}

.clients.active .box ul.items li.apple {
	top: 0px;
}

.clients .box ul.items li.das {
	top: -550px;
	background: url(../image/clients.png) no-repeat -1380px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.das.active {
	background: url(../image/clients.png) no-repeat -1380px -150px;
}

.clients.active .box ul.items li.das {
	top: 0px;
}

.clients .box ul.items li.hunantv {
	top: 450px;
	background: url(../image/clients.png) no-repeat -1610px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.hunantv.active {
	background: url(../image/clients.png) no-repeat -1610px -150px;
}

.clients.active .box ul.items li.hunantv {
	top: 0px;
}

.clients .box ul.items li.sino {
	top: -550px;
	background: url(../image/clients.png) no-repeat -1840px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.sino.active {
	background: url(../image/clients.png) no-repeat -1840px -150px;
}

.clients.active .box ul.items li.sino {
	top: 0px;
}

.clients .box ul.items li.report {
	top: 450px;
	background: url(../image/clients.png) no-repeat -2070px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.report.active {
	background: url(../image/clients.png) no-repeat -2070px -150px;
}

.clients.active .box ul.items li.report {
	top: 0px;
}

.clients .box ul.items li.gedu {
	top: 300px;
	background: url(../image/clients.png) no-repeat -2300px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.gedu.active {
	background: url(../image/clients.png) no-repeat -2300px -150px;
}

.clients.active .box ul.items li.gedu {
	top: 0px;
}

.clients .box ul.items li.bgg {
	top: -700px;
	background: url(../image/clients.png) no-repeat -2530px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.bgg.active {
	background: url(../image/clients.png) no-repeat -2530px -150px;
}

.clients.active .box ul.items li.bgg {
	top: 0px;
}

.clients .box ul.items li.bsec {
	top: 300px;
	background: url(../image/clients.png) no-repeat -2760px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.bsec.active {
	background: url(../image/clients.png) no-repeat -2760px -150px;
}

.clients.active .box ul.items li.bsec {
	top: 0px;
}

.clients .box ul.items li.huadan {
	top: -700px;
	background: url(../image/clients.png) no-repeat -2990px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.huadan.active {
	background: url(../image/clients.png) no-repeat -2990px -150px;
}

.clients.active .box ul.items li.huadan {
	top: 0px;
}

.clients .box ul.items li.zd {
	top: 300px;
	background: url(../image/clients.png) no-repeat -3220px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.zd.active {
	background: url(../image/clients.png) no-repeat -3220px -150px;
}

.clients.active .box ul.items li.zd {
	top: 0px;
}

.clients .box ul.items li.r {
	border-right: 1px dotted #ddd;
}

.clients .box ul.items li.b {
	border-bottom: 1px dotted #ddd;
}

.clients .box ul.items li span {
	position: absolute;
	bottom: -30px;
}

.clients .box ul.items li.bg.all {
	position: absolute;
	width: 1155px;
	height: 450px;
	background-color: White;
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.clients .box ul.items li.bg.one {
	position: absolute;
	background: #eee;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	display: none;
}

.clients .box ul.mini {
	display: none;
}

@media (min-width:1921px),
(min-height:1201px) {
	section.clients {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media (max-width:1150px) {
	.clients .box ul.items {
		width: 924px;
	}
	.clients .box ul.items li.bg.all {
		width: 924px;
	}
}

@media (max-width:920px) {
	.clients .box ul.items {
		width: 693px;
	}
	.clients .box ul.items li.bg.all {
		width: 693px;
	}
}

@media (max-width:690px) {
	.clients .box ul.items {
		width: 462px;
	}
	.clients .box ul.items li.bg.all {
		width: 462px;
	}
}

@media (min-width:471px) and (max-height:720px) {
	.clients .box ul.items {
		height: 300px;
	}
	.clients .box ul.items li.bg.all {
		height: 300px;
	}
}

@media (min-width:471px) and (max-height:580px) {
	.clients .box ul.items {
		height: 150px;
	}
	.clients .box ul.items li.bg.all {
		height: 150px;
	}
}


@media (max-width:690px) and (max-height:380px),
(max-width:620px) and (max-height:480px),
(max-width:470px) {
	.clients .box ul.items {
		display: none;
	}
	.clients .box ul.mini {
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 30px;
		width: 500px;
		height: 550px;
		overflow: hidden;
	}
	.clients .box ul.mini li {
		position: relative;
		float: left;
		width: 200px;
		padding: 8px 0 8px 40px;
		background: url(../image/point.png) no-repeat 20px 15px;
		z-index: 20;
	}
	.clients .box ul.mini li.bg.all {
		position: absolute;
		width: 500px;
		height: 560px;
		list-style: none;
		background-color: White;
		-moz-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.clients .box ul.mini li.bg.one {
		display: none;
	}
}

@media (max-width:560px) and (max-height:480px),
(max-width:470px) {
	.clients .box ul.mini {
		width: 250px;
	}
	.clients .box ul.mini li.bg.all {
		width: 250px;
	}
}

@media (max-width:470px) and (max-height:800px) {
	.clients .box ul.mini {
		height: 440px;
	}
	.clients .box ul.mini li.bg.all {
		height: 440px;
	}
}

@media (max-width:470px) and (max-height:700px) {
	.clients .box ul.mini {
		height: 330px;
	}
	.clients .box ul.mini li.bg.all {
		height: 330px;
	}
}

@media (max-width:560px) and (max-height:600px) {
	.clients .box ul.mini {
		height: 260px;
	}
	.clients .box ul.mini li.bg.all {
		height: 260px;
	}
}

@media (max-width:690px) and (max-height:430px) {
	.clients .box ul.mini {
		height: 150px;
	}
	.clients .box ul.mini li.bg.all {
		height: 150px;
	}
}

@media (max-width:690px) and (max-height:420px) {
	.clients .box ul.mini {
		height: 110px;
	}
	.clients .box ul.mini li.bg.all {
		height: 110px;
	}
}

@media (max-width:690px) and (max-height:300px) {
	.clients .box ul.mini {
		margin-top: 5px;
	}
}



section.aboutus {
	position: relative;
	background: url(../image/us-bg.png) 30% 60%;
	-moz-background-size: cover;
	background-size: cover;
}

.aboutus ul.menu {
	position: absolute;
	list-style: none;
	top: 150px;
	left: 50px;
	width: 80px;
	padding: 0px;
}
.aboutus .items {
	position: absolute;
	left: -480px;
	width: 480px;
	height: 500px;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

@media (max-height: 500px) {
	.aboutus .items{
		top: 80px!important;
	}
}

@media (min-height: 501px) {
	.aboutus .items{
		top: 140px!important;
	}
}

.aboutus.active .items {
	left: 40%;
	-moz-opacity: 1;
	opacity: 1;
}

.aboutus .items .swiper-slide strong {
	display: block;
	color: #00dfb9;
	font-size: 22px;
	font-weight: normal;
	text-indent: 28px;
}

.aboutus .items .swiper-slide p {
	margin-top: 20px;
	color: #999;
	line-height: 28px;
	text-indent: 28px;
}


@media (max-width:1200px) {
	.aboutus table.exp td:nth-child(2) {
		display: none;
	}
	.aboutus table.exp td {
		width: 25%;
	}
}

@media (max-width:1100px) {
	.aboutus .items {
		left: auto;
		right: -480px;
	}
	.aboutus.active .items {
		left: auto;
		right: 70px;
	}
}

@media (max-width:900px) {
	.aboutus table.exp td:last-child {
		display: none;
	}
	.aboutus table.exp td {
		width: 33.333333%;
	}
}

@media (max-width:780px) {
	.aboutus.active .items {
		left: auto;
		right: 30px;
	}
}

@media (max-width:550px) {
	.aboutus ul.menu {
		top: 90px;
		left: auto;
		right: 30px;
		width: 180px;
	}
	.aboutus ul.menu li {
		float: left;
		width: 60px;
		padding: 6px 0px;
	}
	.aboutus ul.menu li.bg.all {
		left: auto;
		margin: 0px;
		width: 180px !important;
		height: 34px !important;
	}
	.aboutus ul.menu li.bg.one {
		width: 60px;
	}
	.aboutus .items,
	.aboutus.active .items {
		left: 30px;
		right: auto;
	}
}

@media (orientation:portrait) and (max-width:700px) {
	.aboutus ul.menu {
		top: 120px;
		left: 50%;
		width: 80px;
		margin-left: -120px;
		width: 240px;
	}
	.aboutus ul.menu li {
		float: left;
		width: 80px !important;
		padding: 10px 0px;
	}
	.aboutus ul.menu li.bg.all {
		left: 50%;
		margin-left: -120px;
		width: 240px !important;
		height: 42px !important;

	}
	.aboutus ul.menu{
		display: none;
	}
	.aboutus .items,
	.aboutus.active .items {
		left: 50%;
		margin-left: -240px;
		height: 600x;
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 32px;
		text-align: center;
	}
	.aboutus .items .swiper-slide.nth1 p {
		display: block;
		width: 280px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.aboutus .items .swiper-slide.nth1 u {
		font-size: 14px;
		width: 230px;
		margin: 0 auto;
		margin-top: 6px;
	}
	.aboutus .items .swiper-slide.nth2 strong {
		text-align: center;
		margin-left: -20px;
	}
	.aboutus .items .swiper-slide.nth2 p {
		display: block;
		width: 270px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.aboutus .items .swiper-slide.nth3 strong {
		text-align: center;
		margin-left: 10px;
	}
	.aboutus .items .swiper-slide.nth3 ul {
		width: 300px;
		margin: 0 auto;
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 32px;
	}
	.aboutus .items .swiper-slide.nth3 ul li:last-child {
		display: none;
	}
}

@media (max-width:680px),
(max-height:470px) {
	.aboutus table.exp,
	.aboutus .expBg {
		display: none;
		height: 0px;
	}
}



section.contact {
	position: relative;
	background: url(../image/wallpaper8.jpg) no-repeat center center;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.contact .box {
	position: relative;
	margin: 0 auto;
	width: 550px;
	height: 224px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.contact .box .above {
	position: relative;
	top: -300px;
	width: 100%;
	height: 100%;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.contact.active .box .above {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.contact .box .above .wechat {
	float: left;
	margin-top: 0px;
}

.contact .box .above .left {
	float: left;
	margin: 20px 0px 0px 30px;
}

.contact .box .above .left p {
	margin-top: 8px;
	color: #666;
	line-height: 26px;
}

.contact .box .below {
	position: relative;
	width: 100%;
	border-top: 1px dotted #ccc;
}

.contact .box .below i {
	display: block;
	position: relative;
	top: 300px;
	margin: 0 auto;
	width: 424px;
	height: 86px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.contact.active .box .below i {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}


@media (orientation:landscape) and (max-height:768px){
	.contact .box {
		width: 400px;
		height: 200px;
	}
	.contact .box .above{
		top:0;
	}
	.contact .box .above .wechat {
		margin-top: 40px;
		width: 100px;
	}
	.contact .box .above .left {
		float: right;
		margin:auto;
	}
	.contact .box .above .left p {
		margin-top: 8px;
		color: #666;
		line-height: 20px;
		width: 240px;
	}
}

@media (orientation:landscape) and (max-height:480px) and (max-width:300px) {
	body {
		display: none;
	}
	html {
		background: url(../image/displaynone.png) no-repeat 50% top;
		background-color: #333a32;
	}
}



@media (orientation:portrait) and (max-width:550px) {
	.contact .box {
		width: 210px;
		height: 300px;
	}
	.contact .box .above {
		top: 0;
	}
	.contact .box .above .wechat {
		position: absolute;
		float: none;
		margin: 0px;
		top: 0px;
		left: 55px;
		width: 100px;
	}
	.contact .box .above .left {
		position: absolute;
		float: none;
		margin: 0px;
		top: 110px;
	}
}

@media (orientation:portrait) and (max-height:400px) {
	body {
		display: none;
	}
	html {
		background: url(../image/displaynone.png) no-repeat 50% top;
		background-color: #333a32;
	}
}




.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 500;
}

.dock.close {
	z-index: 200;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../image/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 3px;
	right: -260px;
	padding: 15px 20px;
	height: 145px;
	width: 135px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	margin: 0;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.wechat p img {
	width: 115px;
	border: 2px solid White;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 160px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../image/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}

@media screen and (max-width:700px) {
	.dock {display: none!important;}
}





@media (max-width:319px),
(max-height:210px) {
	body {
		display: none;
	}
	html {
		background: url(../image/displaynone.png) no-repeat 50% top;
		background-color: #333a32;
	}
}

.clear {
	clear: both;
}