@charset "utf-8";
.swiper-container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-wrapper {
	position: relative;
	box-sizing: content-box;
	width: 100%;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-property: -webkit-transform, left, top;
	transition-property: transform, left, top;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease
}

.swiper-free-mode>.swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out
}

.swiper-slide {
	float: left;
	box-sizing: content-box
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}

html {
	overflow: hidden
}

body {
	height: 100%;
	font-family: "微软雅黑", Arial
}

body,
header,
section {
	width: 100%
}

table {
	border-collapse: collapse
}

a:focus {
	outline: 0
}

header {
	position: fixed;
	z-index: 999;
	height: 74px;
	color: #ccc
}

header.fixed {
	height: 70px
}

header .logo {
	position: fixed;
	top: 24px;
	left: 50px;
	width: 180px;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .logo {
	top: 1pc;
	width: 90pt
}

header .words {
	position: fixed;
	top: 40px;
	left: 250px;
	display: block;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .words {
	top: 23px;
	left: 185px
}

header nav.menu {
	margin: 36px 0 0 0;
	text-align: center;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed nav.menu {
	margin: 22px 0 0 0
}

header nav.menu ul li {
	margin: 0 9pt;
	font-size: 20px;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed nav.menu ul li {
	margin: 0 10px;
	font-size: 1pc
}

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: 0;
	display: none;
	width: 0;
	height: 3px;
	background-color: #00dfb9;
	font-size: 3px
}

header .hotline {
	position: fixed;
	top: 2pc;
	right: 215px;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .hotline {
	top: 20px;
	right: 185px
}

header .hotline span {
	position: fixed;
	color: #00dfb9;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 26px;
	font-family: Arial;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-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;
	background:url(../images/icons.png) no-repeat;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-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: 3pc;
	z-index: 99;
	display: none;
	color: #00dfb9;
	font-size: 24px
}

header.fixed .menu-icon {
	top: 18px
}

header .menu-icon a {
	color: #00dfb9;
	text-decoration: none
}

header .menu-icon span {
	margin-left: 15px;
	opacity: .5;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: .5;
	-ms-transition: all .3s ease-in-out 0s
}

header .menu-icon span.glyphicon-earphone {
	display: none
}

header .menu-icon span.active,
header .menu-icon span:hover {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: 1;
	-ms-transition: all .3s ease-in-out 0s
}

header .bg {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background: #111;
	opacity: .6;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-moz-opacity: .6;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .bg {
	height: 70px
}

div.welcome {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:url(../images/g6cddp.jpg) 30% 80%;
	background-color: #fff;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
	-moz-background-size: cover;
	-ms-transition: all .3s ease-in-out .5s
}

div.welcome p {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	overflow: hidden;
	margin: 0;
	margin-top: -135px;
	margin-left: -185px;
	padding: 0;
	padding-top: 15pc;
	width: 370px;
	height: 30px;
	background:url(../images/welcome_words.png) no-repeat;
	color: #2fd0b5;
	text-align: center;
	font-size: 20px
}

div.welcome p u {
	text-decoration: none
}

section {
	position: relative;
	overflow: hidden
}

.video .swiper-container {
	width: 100%
}

.video .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden
}

.video .swiper-container .nth1 {
	background:url(../images/e3mimp.jpg) 50% 35%;
	background-size: cover;
	-moz-background-size: cover
}

.video .swiper-container .nth1 .box {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.video .swiper-container .nth1 .box .left {
	position: absolute;
	left: -300px;
	width: 130px;
	height: 231px;
	background:url(../images/words.png) no-repeat top right;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.video .swiper-container .nth1.active .box .left {
	left: 0;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth1 .box .right {
	position: absolute;
	right: -500px;
	margin: 30px 0 0 90pt;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.video .swiper-container .nth1.active .box .right {
	right: 0;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth1 .box .right span {
	color: #fff;
	font-size: 36px
}

.video .swiper-container .nth1 .box .right i {
	display: block;
	margin-bottom: 5px;
	width: 339px;
	height: 66px;
	background:url(../images/words.png) no-repeat
}

.video .swiper-container .nth1 .box .right p {
	color: #ccc;
	font-size: 1pc;
	line-height: 25px
}

.video .swiper-container .nth1 .shade {
	position: absolute;
	width: 400%;
	height: 1800px;
	background:url(../images/swiper_nth1_shade.png) no-repeat center top;
	background-size: cover;
	-webkit-transition: width .8s ease-in-out .3s;
	transition: width .8s ease-in-out .3s;
	-moz-background-size: cover;
	-ms-transition: width .8s ease-in-out .3s
}

.video .swiper-container .nth1.active .shade {
	width: 100%
}

.video .swiper-container .nth1 .line {
	position: relative;
	top: -91px;
	z-index: 20;
	margin: 0 auto;
	width: 602px;
	height: 413px
}

.video .swiper-container .nth1 .line u {
	display: block;
	width: 0;
	height: 0;
	border: 1px dashed #22fae2;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: all .8s ease-in .7s;
	transition: all .8s ease-in .7s;
	-moz-opacity: 0;
	-ms-transition: all .8s ease-in .7s
}

.video .swiper-container .nth1.active .line u {
	width: 600px;
	height: 411px;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth2 {
	background:url(../images/vobj6a.jpg) 50% 20%;
	background-size: cover;
	-moz-background-size: cover
}

.video .swiper-container .nth2 .box {
	position: absolute;
	left: -350px;
	z-index: 10;
	text-align: right;
	-webkit-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s
}

.video .swiper-container .nth2 .box span {
	color: #fff;
	font-size: 36px
}

.video .swiper-container .nth2 .box i {
	display: block;
	margin: 10px 0 8px;
	width: 20pc;
	height: 65px;
	background:url(../images/words.png) no-repeat 0 -72px
}

.video .swiper-container .nth2 .box p {
	margin: 0;
	color: #ccc;
	font-size: 1pc;
	line-height: 25px
}

.video .swiper-container .nth2 .shade {
	width: 100%;
	height: 125pc;
	background: #0b151a;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-transition: all .5s ease-in-out 0s
}

.video .swiper-container .nth2.active .shade {
	width: 50%;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75)
}

.video .swiper-container .nth3 {
	background:url(../images/p8viel.jpg) 50% center;
	background-size: cover;
	-moz-background-size: cover
}

.video .swiper-container .nth3 .box {
	position: relative;
	width: 100%
}

.video .swiper-container .nth3 .box .top {
	z-index: 10;
	color: #fff;
	text-align: center;
	font-size: 5pc;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.video .swiper-container .nth3.active .box .top {
	font-size: 36px;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth3 .box .mid {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 358px;
	height: 66px;
	background:url(../images/words.png) no-repeat 0 -219px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .3s ease-in-out 0s
}

.video .swiper-container .nth3.active .box .mid {
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth3 .box .bottom {
	z-index: 10;
	width: 100%;
	color: #ccc;
	text-align: center;
	font-size: 1pc;
	line-height: 30px;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	-moz-opacity: 0;
	-ms-transition: all .6s ease-in-out .3s
}

.video .swiper-container .nth3.active .box .bottom {
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth4 {
	background:url(../images/puodps.jpg) 50% top;
	background-size: cover;
	-moz-background-size: cover
}

.video .swiper-container .nth4 .box {
	position: relative;
	width: 100%
}

.video .swiper-container .nth4 .box .top {
	position: relative;
	top: -75pt;
	z-index: 10;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	-moz-opacity: 0;
	-ms-transition: all .3s linear 0s
}

.video .swiper-container .nth4.active .box .top {
	top: 0;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth4 .box .top span {
	color: #fff;
	font-size: 36px
}

.video .swiper-container .nth4 .box .top i {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 242px;
	height: 4pc;
	background:url(../images/words.png) no-repeat 0 -147px
}

.video .swiper-container .nth4 .box .bottom {
	position: relative;
	top: 75pt;
	z-index: 10;
	margin-top: 15px;
	width: 100%;
	color: #ccc;
	text-align: center;
	font-size: 1pc;
	line-height: 25px;
	opacity: 0;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s linear 0s
}

.video .swiper-container .nth4.active .box .bottom {
	top: 0;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth4 .box .bottom u {
	margin: 0 5px;
	color: #00dfb9;
	text-decoration: none
}

.video .innerBox {
	position: absolute;
	bottom: 40px;
	z-index: 10;
	width: 100%
}

.video .innerBox .news {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 350px
}

.video .innerBox .news span {
	float: left;
	margin: 1px 15px 0 0;
	color: #00dfb9;
	font-weight: 700
}

.video .innerBox .news ul {
	float: left
}

.video .innerBox .news ul li a {
	color: #ddd
}

.video .innerBox .news a.more {
	float: right;
	margin-top: -3px;
	border-bottom: 1px dotted #00dfb9;
	color: #00dfb9
}

.video .innerBox .news a.more,
.video .innerBox .news a.more:hover {
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s
}

.video .innerBox .news a.more:hover {
	color: #fff
}

.video .innerBox .guide {
	margin: 0 auto;
	margin-bottom: 5pc;
	width: 200px
}

.video .innerBox .guide a {
	float: left;
	display: block;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	background: #fff;
	font-size: 3px;
	cursor: pointer
}

.video .innerBox .guide a.active {
	background: #00dfb9
}

.video .innerBox a.movedown {
	z-index: 99;
	display: block;
	margin: 0 auto;
	width: 47px;
	height: 47px;
	background:url(../images/icons.png) no-repeat 0 -60px;
	cursor: pointer
}

.video .innerBox a.movedown:hover {
	background:url(../images/icons.png) no-repeat 0 -7pc
}

section.business {
	background:url(../images/wallpaper2.jpg) 50% bottom
}

.business .box {
	position: relative;
	margin-top: -55px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.business .box .caption {
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.business.active .box .caption {
	opacity: 1;
	-moz-opacity: 1
}

.business .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 20pc;
	height: 31px;
	background:url(../images/words.png) no-repeat 0 -294px
}

.business .box .caption span {
	letter-spacing: 3px;
	font-size: 24px
}

.business .box ul.items {
	margin: 0 auto;
	margin-top: 60px
}

.business .box ul.items li {
	overflow: hidden;
	margin: 0 8px;
	width: 200px;
	height: 300px;
	background:url(../images/bg_green.png) no-repeat 0 25pc
}

.business .box ul.items li i {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 43px;
	height: 69px
}

.business .box ul.items li.pc i {
	width: 69px;
	background:url(../images/words.png) no-repeat -245px -357px
}

.business .box ul.items li.mobi i {
	width: 4pc;
	background:url(../images/words.png) no-repeat -26pc -291px
}

.business .box ul.items li.sys i {
	width: 76px;
	background:url(../images/words.png) no-repeat -415px -362px
}

.business .box ul.items li.app i {
	width: 74px;
	background:url(../images/words.png) no-repeat -244px -439px
}

.business .box ul.items li.host i {
	width: 79px;
	background:url(../images/words.png) no-repeat -420px -439px
}

.business .box ul.items li u {
	position: absolute;
	display: block;
	margin-left: 22px;
	width: 156px;
	height: 156px;
	background:url(../images/words.png) no-repeat 0 -363px;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s
}

.business .box ul.items li u.cl {
	clip: rect(0px, 156px, -10px, 78px)
}

.business.active .box ul.items li u.cl {
	clip: rect(0px, 156px, 156px, 78px)
}

.business .box ul.items li u.cr {
	clip: rect(156px, 78px, 156px, 0px)
}

.business.active .box ul.items li u.cr {
	clip: rect(0px, 78px, 156px, 0px)
}

.business .box ul.items li strong {
	display: block;
	margin-top: 70px;
	text-align: center;
	font-weight: 400;
	font-size: 1pc
}

.business .box ul.items li p {
	position: relative;
	top: 200px;
	color: #fff;
	text-align: center;
	font-size: 9pt;
	font-family: Arial, "宋体";
	line-height: 20px
}

.business .box ul.items li:hover {
	background-position: 0 0;
	-webkit-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
	-ms-transition: all .5s ease-in-out .3s
}

.business .box ul.items li:hover i {
	-webkit-transition: all .5s ease-in-out .4s;
	transition: all .5s ease-in-out .4s;
	-ms-transition: all .5s ease-in-out .4s
}

.business .box ul.items li.pc:hover i {
	background:url(../images/words.png) no-repeat -168px -357px
}

.business .box ul.items li.mobi:hover i {
	background:url(../images/words.png) no-repeat -337px -291px
}

.business .box ul.items li.sys:hover i {
	background:url(../images/words.png) no-repeat -327px -362px
}

.business .box ul.items li.app:hover i {
	background:url(../images/words.png) no-repeat -164px -439px
}

.business .box ul.items li.host:hover i {
	background:url(../images/words.png) no-repeat -335px -439px
}

.business .box ul.items li:hover u.cl {
	clip: rect(0px, 156px, -10px, 78px)
}

.business .box ul.items li:hover u.cr {
	clip: rect(156px, 78px, 156px, 0px)
}

.business .box ul.items li:hover strong {
	color: #fff;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	-ms-transition-delay: .4s
}

.business .box ul.items li:hover p {
	top: 20px;
	-webkit-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s
}

.business .box label {
	display: block;
	margin: 0 auto;
	margin-top: -40px;
	width: 297px;
	height: 21px;
	background:url(../images/words.png) no-repeat 0 -333px
}

section.cases {
	background:url(../images/wallpaper3.jpg)
}

.cases .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .caption {
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.cases.active .box .caption {
	opacity: 1;
	-moz-opacity: 1
}

.cases .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 129px;
	height: 37px;
	background:url(../images/words.png) no-repeat 0 -33pc
}

.cases .box .caption span {
	padding-left: 10px;
	letter-spacing: 3px;
	font-size: 24px
}

.cases .box .swiper-container.items {
	position: relative;
	top: 700px;
	margin: 0 auto;
	margin-top: 60px;
	width: 810pt;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.cases.active .box .swiper-container.items {
	top: 0
}

.cases .box .swiper-container.items .swiper-slide {
	margin: 0 10px;
	width: 340px;
	border-bottom: 2px solid #2fd0b5;
	cursor: pointer
}

.cases .box .swiper-container.items .swiper-slide img {
	width: 340px;
	height: 200px
}

.cases .box .swiper-container.items .swiper-slide .shade {
	position: absolute;
	z-index: 10;
	margin-top: -200px;
	width: 340px;
	height: 200px;
	background: #000;
	opacity: .7;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide .shade u {
	display: block;
	margin: 0 auto;
	margin-top: 78px;
	width: 44px;
	height: 44px;
	background:url(../images/icons.png) no-repeat 0 -168px
}

.cases .box .swiper-container.items .swiper-slide p {
	position: absolute;
	z-index: 10;
	margin: 10px 20px;
	color: #999;
	font-size: 9pt;
	font-family: Arial, "宋体";
	line-height: 26px
}

.cases .box .swiper-container.items .swiper-slide p,
.cases .box .swiper-container.items .swiper-slide p strong {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide p strong {
	color: #222;
	font-weight: 400;
	font-size: 1pc;
	font-family: Arial, "微软雅黑"
}

.cases .box .swiper-container.items .swiper-slide .bg {
	background-color: #fff;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50)
}

.cases .box .swiper-container.items .swiper-slide .bg,
.cases .box .swiper-container.items .swiper-slide .bg u {
	width: 340px;
	height: 75pt;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide .bg u {
	position: absolute;
	display: block;
	margin-top: 150px;
	background-color: #2ed0b4
}

.cases .box .swiper-container.items .swiper-slide:hover .shade {
	margin-top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide:hover .bg {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide:hover .bg u {
	margin-top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide:hover p,
.cases .box .swiper-container.items .swiper-slide:hover p strong {
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.mini,
.cases .box .swiper-container.xs,
.cases .box a.next,
.cases .box a.prev {
	display: none
}

.cases .box a.more {
	position: relative;
	top: 700px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	padding: 5px 0;
	width: 90pt;
	border: 1px dotted #00dfb9;
	color: #00dfb9;
	text-align: center;
	text-decoration: none;
	font-size: 26px;
	-webkit-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
	transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s
}

.cases.active .box a.more {
	top: 0
}

.cases .box a.more:hover {
	background: #2fd0b5;
	color: #fff
}

section.clients {
	background:url(../images/wallpaper4.jpg) 50% 90%
}

.clients .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.clients .box .caption {
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.clients.active .box .caption {
	opacity: 1;
	-moz-opacity: 1
}

.clients .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 299px;
	height: 37px;
	background:url(../images/words.png) no-repeat -152px -33pc
}

.clients .box .caption span {
	padding-left: 10px;
	font-size: 24px
}

.clients .box ul.items {
	overflow: hidden;
	margin: 0 auto;
	margin-top: 45px;
	width: 1155px;
	height: 450px;
	font-size: 0
}

.clients .box ul.items li {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0;
	width: 230px;
	height: 150px
}

.clients .box ul.items li.cctv {
	top: 600px;
	background:url(../images/clients.png) no-repeat;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.cctv.active {
	background:url(../images/clients.png) no-repeat 0 -150px
}

.clients.active .box ul.items li.cctv {
	top: 0
}

.clients .box ul.items li.unicom {
	top: -25pc;
	background:url(../images/clients.png) no-repeat -208px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.unicom.active {
	background:url(../images/clients.png) no-repeat -208px -150px
}

.clients.active .box ul.items li.unicom {
	top: 0
}

.clients .box ul.items li.tsinghua {
	top: 600px;
	background:url(../images/clients.png) no-repeat -428px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.tsinghua.active {
	background:url(../images/clients.png) no-repeat -428px -150px
}

.clients.active .box ul.items li.tsinghua {
	top: 0
}

.clients .box ul.items li.cas {
	top: -25pc;
	background:url(../images/clients.png) no-repeat -644px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.cas.active {
	background:url(../images/clients.png) no-repeat -644px -150px
}

.clients.active .box ul.items li.cas {
	top: 0
}

.clients .box ul.items li.sipo {
	top: 600px;
	background:url(../images/clients.png) no-repeat -855px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.sipo.active {
	background:url(../images/clients.png) no-repeat -855px -150px
}

.clients.active .box ul.items li.sipo {
	top: 0
}

.clients .box ul.items li.apple {
	top: 450px;
	background:url(../images/clients.png) no-repeat -1066px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.apple.active {
	background:url(../images/clients.png) no-repeat -1066px -150px
}

.clients.active .box ul.items li.apple {
	top: 0
}

.clients .box ul.items li.das {
	top: -550px;
	background:url(../images/clients.png) no-repeat -1283px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.das.active {
	background:url(../images/clients.png) no-repeat -1283px -150px
}

.clients.active .box ul.items li.das {
	top: 0
}

.clients .box ul.items li.hunantv {
	top: 450px;
	background:url(../images/clients.png) no-repeat -1499px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.hunantv.active {
	background:url(../images/clients.png) no-repeat -1499px -150px
}

.clients.active .box ul.items li.hunantv {
	top: 0
}

.clients .box ul.items li.sino {
	top: -550px;
	background:url(../images/clients.png) no-repeat -110pc 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.sino.active {
	background:url(../images/clients.png) no-repeat -110pc -150px
}

.clients.active .box ul.items li.sino {
	top: 0
}

.clients .box ul.items li.report {
	top: 450px;
	background:url(../images/clients.png) no-repeat -2033px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.report.active {
	background:url(../images/clients.png) no-repeat -2033px -150px
}

.clients.active .box ul.items li.report {
	top: 0
}

.clients .box ul.items li.gedu {
	top: 300px;
	background:url(../images/clients.png) no-repeat -2271px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.gedu.active {
	background:url(../images/clients.png) no-repeat -2271px -150px
}

.clients.active .box ul.items li.gedu {
	top: 0
}

.clients .box ul.items li.bgg {
	top: -700px;
	background:url(../images/clients.png) no-repeat -2458px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.bgg.active {
	background:url(../images/clients.png) no-repeat -2458px -150px
}

.clients.active .box ul.items li.bgg {
	top: 0
}

.clients .box ul.items li.bsec {
	top: 300px;
	background:url(../images/clients.png) no-repeat -2710px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.bsec.active {
	background:url(../images/clients.png) no-repeat -2710px -150px
}

.clients.active .box ul.items li.bsec {
	top: 0
}

.clients .box ul.items li.huadan {
	top: -700px;
	background:url(../images/clients.png) no-repeat -2926px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.huadan.active {
	background:url(../images/clients.png) no-repeat -2926px -150px
}

.clients.active .box ul.items li.huadan {
	top: 0
}

.clients .box ul.items li.zd {
	top: 300px;
	background:url(../images/clients.png) no-repeat -3155px 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.clients .box ul.items li.zd.active {
	background:url(../images/clients.png) no-repeat -3155px -150px
}

.clients.active .box ul.items li.zd {
	top: 0
}

.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: #fff;
	opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity=30)
}

.clients .box ul.items li.bg.one {
	position: absolute;
	display: none;
	background: #eee;
	opacity: .5;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-transition: all .3s ease-in-out 0s
}

.clients .box ul.mini {
	display: none
}

section.quality {
	background:url(../images/wallpaper5.jpg) 50% 10%
}

.quality .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.quality .box .caption {
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.quality.active .box .caption {
	opacity: 1;
	-moz-opacity: 1
}

.quality .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 15pc;
	height: 37px;
	background:url(../images/words.png) no-repeat 0 -6in
}

.quality .box .caption span {
	padding-left: 5px;
	color: #fff;
	font-size: 24px
}

.quality .box .items {
	margin: 0 auto;
	margin-top: 90pt;
	width: 60pc
}

.quality .box .swiper-slide {
	position: relative;
	margin: 0 40px;
	width: 15pc
}

.quality .box .items .swiper-slide.nth1 {
	left: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.quality.active .box .items .swiper-slide.nth1 {
	left: 0
}

.quality .box .items .swiper-slide.nth2 {
	bottom: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.quality.active .box .items .swiper-slide.nth2 {
	bottom: 0
}

.quality .box .items .swiper-slide.nth3 {
	right: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.quality.active .box .items .swiper-slide.nth3 {
	right: 0
}

.quality .box .swiper-slide ul {
	margin: 0 auto;
	margin-bottom: 20px
}

.quality .box .swiper-slide ul li {
	position: relative;
	overflow: hidden;
	margin: 0 15px;
	padding: 0
}

.quality .box .swiper-slide ul li.mobi {
	width: 14px;
	height: 27px;
	background:url(../images/icons.png) no-repeat 0 -264px
}

.quality .box .swiper-slide ul li.pad {
	width: 29px;
	height: 23px;
	background:url(../images/icons.png) no-repeat -71px -264px
}

.quality .box .swiper-slide ul li.pc {
	width: 35px;
	height: 27px;
	background:url(../images/icons.png) no-repeat 0 -303px
}

.quality .box .swiper-slide ul li.windows {
	width: 27px;
	height: 27px;
	background:url(../images/icons.png) no-repeat -73px -19pc
}

.quality .box .swiper-slide ul li.ios {
	width: 24px;
	height: 30px;
	background:url(../images/icons.png) no-repeat 0 -344px
}

.quality .box .swiper-slide ul li.andriod {
	width: 28px;
	height: 29px;
	background:url(../images/icons.png) no-repeat -72px -345px
}

.quality .box .swiper-slide ul li.ie {
	width: 28px;
	height: 28px;
	background:url(../images/icons.png) no-repeat 0 -392px
}

.quality .box .swiper-slide ul li.chrome {
	width: 30px;
	height: 30px;
	background:url(../images/icons.png) no-repeat -71px -392px
}

.quality .box .swiper-slide ul li.firefox {
	width: 2pc;
	height: 30px;
	background:url(../images/icons.png) no-repeat 0 -27pc
}

.quality .box .swiper-slide ul li.safari {
	width: 30px;
	height: 2pc;
	background:url(../images/icons.png) no-repeat -71px -27pc
}

.quality .box .swiper-slide ul li span {
	position: absolute;
	top: 30px
}

.quality .box .swiper-slide p {
	color: #e1e1e1;
	text-align: center;
	line-height: 36px
}

.quality .box a.lookall {
	display: block;
	margin: 0 auto;
	margin-top: 90px;
	padding: 9pt 0;
	width: 300px;
	border: 1px solid #0a8;
	border-radius: 5px;
	color: #0a8;
	text-align: center;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .3s ease-in-out 0s
}

.quality.active .box a.lookall {
	opacity: 1;
	-moz-opacity: 1
}

.quality .box a.lookall:hover {
	border: 1px solid #0f8773;
	background: #0f8773;
	color: #fff
}

.quality .box .mini,
.quality .box a.next,
.quality .box a.prev {
	display: none
}

section.marketing {
	background:url(../images/wallpaper6.jpg) 50% 45%
}

.marketing .box {
	position: relative;
	margin-top: -5pc;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.marketing .box .caption {
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.marketing.active .box .caption {
	opacity: 1;
	-moz-opacity: 1
}

.marketing .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 15pc;
	height: 37px;
	background:url(../images/words.png) no-repeat right -6in
}

.marketing .box .caption span {
	padding-left: 5px;
	font-size: 24px
}

.marketing .box ul.items {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	margin-top: 30px
}

.marketing .box ul.items li {
	overflow: hidden;
	margin: 0 20px;
	width: 8pc;
	height: 230px
}

.marketing .box ul.items li i {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 28px;
	height: 70px
}

.marketing .box ul.items li.se i {
	width: 54px;
	background:url(../images/words.png) no-repeat -9pc -632px
}

.marketing .box ul.items li.weixin i {
	width: 74px;
	background:url(../images/words.png) no-repeat -207px -630px
}

.marketing .box ul.items li.weibo i {
	width: 68px;
	background:url(../images/words.png) no-repeat -3in -630px
}

.marketing .box ul.items li.sms i {
	width: 61px;
	background:url(../images/words.png) no-repeat -366px -628px
}

.marketing .box ul.items li.pay i {
	width: 56px;
	background:url(../images/words.png) no-repeat -438px -639px
}

.marketing .box ul.items li.bbs i {
	width: 51px;
	background:url(../images/words.png) no-repeat -9pc -705px
}

.marketing .box ul.items li u {
	position: absolute;
	display: block;
	width: 8pc;
	height: 8pc;
	background:url(../images/words.png) no-repeat 0 -39pc;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s
}

.marketing .box ul.items li u.cl {
	clip: rect(0px, 128px, -10px, 64px)
}

.marketing .box ul.items li:hover u.cl {
	clip: rect(0px, 128px, 128px, 64px)
}

.marketing .box ul.items li u.cr {
	clip: rect(128px, 64px, 128px, 0px)
}

.marketing .box ul.items li:hover u.cr {
	clip: rect(0px, 64px, 128px, 0px)
}

.marketing .box ul.items li strong {
	display: block;
	margin: 200px 0 10px;
	text-align: center;
	font-size: 1pc;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s
}

.marketing.active .box ul.items li strong {
	margin-top: 50px
}

.marketing .box ul.items li p {
	text-align: center;
	line-height: 20px
}

.marketing .shade {
	position: absolute;
	top: 0;
	display: none;
	width: 100%;
	background: #fff;
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40)
}

section.aboutus {
	position: relative;
	background:url(../images/wallpaper7.jpg) 50% 60%;
	background-size: cover;
	-moz-background-size: cover
}

.aboutus ul.menu {
	position: absolute;
	top: 150px;
	left: 50px;
	padding: 0;
	width: 5pc;
	list-style: none
}

.aboutus ul.menu li {
	position: relative;
	z-index: 30;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 1pc;
	cursor: pointer;
	-webkit-transition: all 0s ease-in-out .2s;
	transition: all 0s ease-in-out .2s;
	-ms-transition: all 0s ease-in-out .2s
}

.aboutus ul.menu li.active {
	color: #fff
}

.aboutus ul.menu li.bg.all {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 0;
	width: 5pc!important;
	height: 126px!important;
	background: #2fd0b5;
	opacity: .15;
	-moz-opacity: .15;
	filter: alpha(opacity=15)
}

.aboutus ul.menu li.bg.one {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 5pc;
	background: #2fd0b5;
	opacity: .2;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
	-ms-transition: all .3s ease-in-out 0s
}

.aboutus .items {
	position: absolute;
	left: -5in;
	width: 5in;
	height: 15pc;
	opacity: 0;
	-webkit-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .8s ease-in-out 0s
}

.aboutus.active .items {
	left: 50%;
	opacity: 1;
	-moz-opacity: 1
}

.aboutus .items .swiper-slide.nth1 strong {
	display: block;
	color: #00dfb9;
	letter-spacing: 5px;
	font-weight: 400;
	font-size: 40px
}

.aboutus .items .swiper-slide.nth1 p {
	margin-top: 20px;
	color: #fff;
	line-height: 35px
}

.aboutus .items .swiper-slide.nth1 u {
	display: block;
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 24px
}

.aboutus .items .swiper-slide.nth2 strong {
	display: block;
	color: #00dfb9;
	text-indent: 28px;
	font-weight: 400;
	font-size: 22px
}

.aboutus .items .swiper-slide.nth2 p {
	margin-top: 20px;
	color: #fff;
	text-indent: 28px;
	line-height: 35px
}

.aboutus .items .swiper-slide.nth3 strong {
	display: block;
	margin-bottom: 20px;
	color: #00dfb9;
	font-weight: 400;
	font-size: 22px
}

.aboutus .items .swiper-slide.nth3 ul {
	padding: 0
}

.aboutus .items .swiper-slide.nth3 ul li {
	padding-left: 30px;
	background:url(../images/point.png) no-repeat 0 13px;
	color: #fff;
	list-style: none;
	line-height: 35px
}

.aboutus .items .swiper-slide.nth3 ul li u {
	margin: 0 15px;
	text-decoration: none
}

.aboutus table.exp {
	position: absolute;
	bottom: -5pc;
	z-index: 20;
	width: 100%;
	border-top: 1px solid #666;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s
}

.aboutus.active table.exp {
	bottom: 0
}

.aboutus table.exp td {
	width: 20%;
	height: 70px;
	color: #bbb;
	text-align: center
}

.aboutus table.exp u {
	margin-right: 10px;
	color: #00dfb9;
	text-decoration: none;
	font-size: 26px;
	font-family: Arial
}

.aboutus .expBg {
	position: absolute;
	bottom: -5pc;
	z-index: 10;
	width: 100%;
	height: 70px;
	background: #fff;
	opacity: .2;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
	-ms-transition: all .5s ease-in-out 0s
}

.aboutus.active .expBg {
	bottom: 0
}

.aboutus .shade {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-opacity: .5;
	-ms-transition: all 1s ease-in-out 0s
}

.aboutus.active .shade {
	z-index: -1;
	opacity: 0;
	-moz-opacity: 0
}

section.contact {
	position: relative;
	background:url(../images/wallpaper8.jpg) 50% bottom;
	background-size: cover;
	-moz-background-size: cover
}

.contact .box {
	position: relative;
	margin: 0 auto;
	width: 810px;
	height: 330px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.contact .box .above {
	position: relative;
	top: -300px;
	width: 100%;
	height: 230px;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .6s ease-in-out 0s
}

.contact.active .box .above {
	top: 0;
	opacity: 1;
	-moz-opacity: 1
}

.contact .box .above .wechat {
	float: left
}

.contact .box .above .left {
	float: left;
	margin: -9pt 0 0 70px
}

.contact .box .above .left a.tel {
	display: block;
	margin: 10px 0 15px;
	width: 243px;
	height: 37px;
	background:url(../images/words.png) no-repeat 0 -877px;
	text-decoration: none
}

.contact .box .above .left p {
	margin-top: 8px;
	color: #666;
	line-height: 26px
}

.contact .box .above .left a {
	color: #666;
	text-decoration: none
}

.contact .box .above .left p u {
	margin: 0 5px;
	text-decoration: none
}

.contact .box .above .left p a.job {
	margin-left: 20px;
	color: #d00000;
	font-weight: 700
}

.contact .box .above .left p a.job:hover {
	border-bottom: 1px solid #d00000
}

.contact .box .above .right {
	float: right;
	margin-top: -3px;
	color: #666;
	line-height: 2pc
}

.contact .box .above .right u {
	margin: 0 5px;
	text-decoration: none
}

.contact .box .below {
	position: relative;
	display: none;
	padding-top: 50px;
	width: 100%;
	border-top: 1px dotted #ccc
}

.contact .box .below i {
	position: relative;
	top: 300px;
	display: block;
	margin: 0 auto;
	width: 424px;
	height: 86px;
	background:url(../images/words.png) no-repeat 0 -787px;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .6s ease-in-out 0s
}

.contact.active .box .below i {
	top: 0;
	opacity: 1;
	-moz-opacity: 1
}

.dock {
	position: fixed;
	right: 0;
	z-index: 200;
	width: 50px;
	opacity: .7;
	-moz-opacity: .7
}

.dock.close {
	z-index: 50
}

.dock ul.icons {
	position: absolute;
	right: 0;
	padding: 0;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	border-radius: 10px 0 0 10px;
	background: #111;
	list-style: none;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.dock.close ul.icons {
	right: -70px
}

.dock ul.icons li i {
	position: relative;
	z-index: 210;
	display: block;
	width: 50px;
	height: 50px;
	background:url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.dock ul.icons li.active i {
	opacity: .4;
	-moz-opacity: .4
}

.dock ul.icons li.up i {
	background-position: -63px -150px
}

.dock ul.icons li.tel i {
	background-position: -62px -81pt
}

.dock ul.icons li.im i {
	background-position: -63px -20px
}

.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 {
	position: absolute;
	top: 50px;
	right: -260px;
	z-index: 201;
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	height: 90pt;
	border: 1px solid #333;
	border-right: none;
	border-radius: 10px 0 0 10px;
	background: #111;
	color: #fff;
	line-height: 30px;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-transition: all .4s ease-in-out .1s
}

.dock ul.icons li.active p {
	right: 50px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100)
}

.dock ul.icons li.tel p {
	width: 75pt
}

.dock ul.icons li.im p {
	width: 115px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 9pt;
	width: 75pt;
	height: 35px;
	border: 1px solid #00dfb9;
	border-radius: 5px;
	color: #00dfb9;
	text-align: center;
	text-decoration: none;
	font-size: 1pc;
	line-height: 2pc;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.dock ul.icons li.im p a:hover {
	border: 1px solid #0f8773;
	background: #0f8773;
	color: #fff
}

.dock ul.icons li.wechat p {
	width: 118px
}

.dock ul.icons li.wechat p img {
	width: 115px;
	border: 2px solid #fff
}

.dock a.switch {
	position: absolute;
	top: 270px;
	right: 11px;
	display: block;
	width: 26px;
	height: 26px;
	background:url(../images/icons.png) no-repeat 0 -40pc;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
	-ms-transition-delay: .15s
}

.dock a.switch.off {
	background-position: -2pc -40pc
}

@media (max-width:1300px) {
	header .logo {
		top: 24px;
		left: 35px;
		width: 10pc
	}
	header .words {
		display: none
	}
	header nav.menu {
		margin-left: -40px
	}
	header.fixed nav.menu {
		margin-left: -55px
	}
	header nav.menu ul li {
		margin: 0 8px
	}
	header .hotline {
		right: 200px
	}
	header.fixed .hotline {
		right: 170px
	}
	header .hotline u {
		right: 215px
	}
	header.fixed .hotline u {
		right: 180px
	}
}

@media (max-width:1080px) {
	header .words {
		left: 220px;
		display: block
	}
	header .hotline {
		right: 285px
	}
	header.fixed .hotline {
		right: 255px
	}
	header .hotline u {
		right: 300px
	}
	header.fixed .hotline u {
		right: 265px
	}
	header .menu-icon {
		display: block
	}
	header nav.menu {
		position: fixed;
		top: 38px;
		right: -75pt;
		margin: 0;
		padding-top: 30px;
		width: 72px;
		border: 1px solid #000;
		border-top: 1px solid #00dfb9;
		border-right: none;
		background: #3a3a3a
	}
	header.fixed nav.menu {
		top: 22px;
		margin: 0
	}
	header nav.menu.active {
		right: 0;
		display: block;
		margin: 0
	}
	header nav.menu ul li,
	header.fixed nav.menu ul li {
		margin: 0;
		margin-left: 5px;
		padding: 8px 0;
		width: 73px;
		text-align: center;
		font-size: 14px;
		font-family: "宋体"
	}
	header nav.menu ul li.active {
		background: #111
	}
	header nav.menu .line {
		opacity: 0;
		-moz-opacity: 0
	}
}

@media (max-width:720px) {
	header {
		height: 54px
	}
	header .logo,
	header.fixed .logo {
		top: 10px;
		left: 20px;
		width: 90pt
	}
	header .words {
		display: none
	}
	header .menu-icon,
	header.fixed .menu-icon {
		top: 18px;
		right: 30px
	}
	header nav.menu,
	header.fixed nav.menu {
		top: 22px;
		padding-top: 30px;
		width: 54px
	}
	header nav.menu ul li,
	header.fixed nav.menu ul li {
		margin-left: 5px;
		padding: 5px 0;
		width: 55px;
		font-size: 9pt
	}
	header .hotline,
	header.fixed .hotline {
		top: 21px;
		right: 218px
	}
	header .hotline span {
		font-size: 20px
	}
	header .hotline u,
	header.fixed .hotline u {
		top: 24px;
		right: 223px;
		width: 15px;
		height: 21px;
		background:url(../images/icons.png) no-repeat 0 -34px
	}
}

@media (max-width:460px) {
	header {
		height: 42px
	}
	header.fixed {
		height: 60px
	}
	header .logo,
	header.fixed .logo {
		width: 8pc
	}
	header .menu-icon,
	header.fixed .menu-icon {
		top: 13px
	}
	header .menu-icon span.glyphicon-earphone {
		display: inline
	}
	header nav.menu,
	header.fixed nav.menu {
		top: 17px
	}
	header .hotline,
	header.fixed .hotline {
		display: none
	}
	header.fixed .bg {
		height: 60px
	}
}

@media (max-height:310px) {
	header,
	header.fixed {
		display: none;
		height: 0
	}
}

@media (max-width:1280px) and (max-height:800px) {
	div.welcome {
		background:url(../images/welcome_h800.jpg) 30% 80%
	}
}

@media (max-width:960px) and (max-height:600px) {
	div.welcome {
		background:url(../images/welcome_h600.jpg) 30% 80%
	}
}

@media (max-height:480px),
(max-width:800px) {
	div.welcome p {
		top: 50%;
		left: 50%;
		margin-top: -110px;
		margin-left: -109px;
		padding-top: 190px;
		width: 218px;
		background:url(../images/welcome_words_mini.png) no-repeat
	}
}

@media (max-height:260px) {
	div.welcome p {
		margin-top: -79px;
		padding: 0;
		height: 158px
	}
	div.welcome p u {
		display: none
	}
}

@media (max-width:1280px) and (max-height:800px) {
	.video .swiper-container .nth1 {
		background:url(../images/wallpaper1_1_h800.jpg) 50% 35%
	}
}

@media (max-width:960px) and (max-height:600px) {
	.video .swiper-container .nth1 {
		background:url(../images/wallpaper1_1_h600.jpg) 50% 35%
	}
}

@media (max-height:750px) {
	.video .swiper-container .nth1 .line {
		display: none
	}
}

@media (max-height:720px),
(max-width:900px),
(min-height:1201px) {
	.video .swiper-container .nth1 .shade {
		display: none
	}
}

@media (orientation:landscape) and (max-height:480px),
(orientation:portrait) and (max-width:699px) {
	.video .swiper-container .nth1 .box .left {
		left: -150px;
		width: 86px;
		height: 139px;
		background:url(../images/words_mini.png) no-repeat top right
	}
	.video .swiper-container .nth1 .box .right {
		right: -300px;
		margin-top: 8px
	}
	.video .swiper-container .nth1 .box .right span {
		font-size: 24px
	}
	.video .swiper-container .nth1 .box .right i {
		margin: 3px 0 5px;
		width: 203px;
		height: 40px;
		background:url(../images/words_mini.png) no-repeat
	}
	.video .swiper-container .nth1 .box .right p {
		font-size: 9pt;
		font-family: "宋体";
		line-height: 20px
	}
}

@media (max-width:1280px) and (max-height:800px) {
	.video .swiper-container .nth2 {
		background:url(../images/wallpaper1_2_h800.jpg) 50% 20%
	}
}

@media (max-width:960px) and (max-height:600px) {
	.video .swiper-container .nth2 {
		background:url(../images/wallpaper1_2_h600.jpg) 50% 20%
	}
}

@media (max-width:799px) {
	.video .swiper-container .nth2 .box {
		left: -25pc;
		width: 100%;
		text-align: center
	}
	.video .swiper-container .nth2.active .box {
		left: 0
	}
	.video .swiper-container .nth2 .box i {
		margin: 0 auto;
		margin-bottom: 10px
	}
}

@media (orientation:landscape) and (max-height:480px),
(orientation:portrait) and (max-width:699px) {
	.video .swiper-container .nth2 .box span {
		font-size: 24px
	}
	.video .swiper-container .nth2 .box i {
		margin-top: 8px;
		margin-bottom: 5px;
		width: 191px;
		height: 40px;
		background:url(../images/words_mini.png) no-repeat 0 -45px
	}
	.video .swiper-container .nth2 .box p {
		font-size: 9pt;
		font-family: "宋体";
		line-height: 20px
	}
}

@media (max-width:1280px) and (max-height:800px) {
	.video .swiper-container .nth3 {
		background:url(../images/wallpaper1_3_h800.jpg) 50% center
	}
}

@media (max-width:960px) and (max-height:600px) {
	.video .swiper-container .nth3 {
		background:url(../images/wallpaper1_3_h600.jpg) 50% center
	}
}

@media (orientation:landscape) and (max-height:480px),
(orientation:portrait) and (max-width:699px) {
	.video .swiper-container .nth3 .box .top {
		font-size: 40px
	}
	.video .swiper-container .nth3.active .box .top {
		font-size: 24px
	}
	.video .swiper-container .nth3 .box .mid {
		margin-top: 10px;
		width: 216px;
		height: 40px;
		background:url(../images/words_mini.png) no-repeat 0 -131px
	}
	.video .swiper-container .nth3 .box .bottom {
		font-size: 9pt;
		font-family: "宋体";
		line-height: 20px
	}
}

@media (max-width:1280px) and (max-height:800px) {
	.video .swiper-container .nth4 {
		background:url(../images/wallpaper1_4_h800.jpg) 50% top
	}
}

@media (max-width:960px) and (max-height:600px) {
	.video .swiper-container .nth4 {
		background:url(../images/wallpaper1_4_h600.jpg) 50% top
	}
}

@media (orientation:landscape) and (max-height:480px),
(orientation:portrait) and (max-width:699px) {
	.video .swiper-container .nth4 .box .top span {
		font-size: 24px
	}
	.video .swiper-container .nth4 .box .top i {
		width: 143px;
		height: 38px;
		background:url(../images/words_mini.png) no-repeat 0 -88px
	}
	.video .swiper-container .nth4 .box .bottom {
		font-size: 9pt;
		font-family: "宋体";
		line-height: 20px
	}
}

@media (orientation:landscape) and (max-height:300px) {
	.video .swiper-container .swiper-slide {
		padding-top: 10px
	}
	.video .swiper-container .nth2 .shade {
		margin-top: -10px;
		height: 25pc
	}
}

@media (orientation:landscape) and (max-height:650px) {
	.video .innerBox {
		bottom: 15px
	}
	.video .innerBox .news {
		margin-bottom: 10px
	}
	.video .innerBox .guide {
		position: absolute;
		right: 15px;
		bottom: 18px;
		margin: 0;
		width: 110px
	}
	.video .innerBox .guide a {
		margin: 0 3px;
		width: 20px
	}
	.video .innerBox a.movedown {
		position: absolute;
		bottom: 0;
		left: 15px;
		margin: 0
	}
}

@media (orientation:landscape) and (max-height:650px) and (max-width:660px) {
	.video .innerBox .news a.more,
	.video .innerBox .news span {
		display: none
	}
}

@media (orientation:landscape) and (max-height:650px) and (max-width:540px) {
	.video .innerBox .news {
		margin-left: 85px
	}
	.video .innerBox .news ul li {
		font-size: 9pt;
		font-family: "宋体"
	}
}

@media (orientation:landscape) and (max-height:300px),
(orientation:landscape) and (max-height:650px) and (max-width:460px),
(orientation:portrait) and (max-height:380px) {
	.video .innerBox .news {
		display: none
	}
}

@media (orientation:portrait) and (max-width:460px) {
	.video .innerBox .news a.more,
	.video .innerBox .news span {
		display: none
	}
	.video .innerBox .news {
		width: 100%
	}
	.video .innerBox .news ul {
		width: 100%;
		text-align: center
	}
}

@media (orientation:portrait) and (max-width:360px) {
	.video .innerBox .news {
		margin: 0;
		margin-bottom: 10px
	}
	.video .innerBox .news ul li {
		font-size: 9pt;
		font-family: "宋体"
	}
	.video .innerBox .guide {
		position: static;
		right: inherit;
		bottom: inherit;
		margin: 0 auto;
		margin-bottom: 25px;
		padding-top: 10px;
		width: 110px
	}
	.video .innerBox .guide a {
		margin: 0 3px;
		width: 20px
	}
	.video .innerBox a.movedown {
		position: static;
		left: 0;
		margin: 0 auto
	}
}

@media (min-height:1201px),
(min-width:1921px) {
	section.business {
		background-size: cover;
		-moz-background-size: cover
	}
}

@media (min-height:1201px) {
	.business .box {
		margin-top: -70px
	}
}

@media (min-width:1151px) and (max-height:700px) {
	.business .box .caption i {
		display: none
	}
	.business .box ul.items {
		margin-top: 50px
	}
}

@media (min-width:1151px) and (max-height:630px) {
	.business .box {
		margin-top: 0
	}
}

@media (max-width:1150px) {
	.business .box ul.items {
		margin-top: 40px
	}
	.business .box ul.items li {
		margin: 0;
		width: 170px;
		height: 270px
	}
	.business .box ul.items li u {
		display: none;
		background: none
	}
	.business .box ul.items li strong {
		margin-top: 40px
	}
	.business .box ul.items li:hover {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-ms-transition-delay: 0s
	}
}

@media (max-width:1150px) and (max-height:680px) {
	.business .box .caption i {
		display: none
	}
	.business .box ul.items {
		margin-top: 10px
	}
}

@media (max-width:1150px) and (max-height:580px) {
	.business .box {
		margin-top: 0
	}
}

@media (max-width:1000px) {
	.business .box {
		margin-top: -55px
	}
	.business .box ul.items li {
		margin: 30px 0 0 21px;
		padding: 10px 0 5px 15px;
		width: 270px;
		height: 5pc
	}
	.business .box ul.items li i {
		float: left;
		margin-top: 0
	}
	.business .box ul.items li p,
	.business .box ul.items li strong {
		float: left;
		margin: 5px 0 0 20px
	}
	.business .box ul.items li p {
		color: #888;
		text-align: inherit
	}
	.business .box ul.items li:hover p {
		margin: 5px 0 0 20px;
		color: #fff;
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
		-ms-transition-delay: .2s
	}
	.business .box label {
		margin-top: 50px
	}
}

@media (max-width:1000px) and (max-height:730px) {
	.business .box .caption i {
		display: none
	}
	.business .box ul.items {
		margin-top: 10px
	}
}

@media (max-width:1000px) and (max-height:650px) {
	.business .box label {
		display: none
	}
}

@media (max-width:1000px) and (max-height:560px) {
	.business .box {
		margin-top: 0
	}
}

@media (max-width:929px) and (max-height:880px) {
	.business .box .caption i {
		display: none
	}
	.business .box ul.items {
		margin-top: 10px
	}
}

@media (max-width:929px) and (max-height:770px) {
	.business .box label {
		display: none
	}
}

@media (max-width:929px) and (max-height:680px) {
	.business .box {
		margin-top: 0
	}
}

@media (max-width:620px),
(max-width:929px) and (max-height:570px) {
	.business .box {
		margin-top: -55px
	}
	.business .box ul.items {
		margin-top: 30px
	}
	.business .box ul.items li {
		margin: 15px 10px 0;
		width: 173px;
		height: 43px
	}
	.business .box ul.items li i {
		margin-top: 0
	}
	.business .box ul.items li.pc i {
		width: 46px;
		height: 35px;
		background:url(../images/words_mini.png) no-repeat -145px -217px
	}
	.business .box ul.items li.mobi i {
		width: 46px;
		height: 39px;
		background:url(../images/words_mini.png) no-repeat -245px -11pc
	}
	.business .box ul.items li.sys i {
		width: 46px;
		height: 35px;
		background:url(../images/words_mini.png) no-repeat -249px -220px
	}
	.business .box ul.items li.app i {
		width: 46px;
		height: 41px;
		background:url(../images/words_mini.png) no-repeat -146px -264px
	}
	.business .box ul.items li.host i {
		width: 47px;
		height: 38px;
		background:url(../images/words_mini.png) no-repeat -253px -266px
	}
	.business .box ul.items li p {
		display: none
	}
	.business .box ul.items li strong {
		margin-left: 14px
	}
	.business .box ul.items li.pc:hover i {
		background:url(../images/words_mini.png) no-repeat -75pt -217px
	}
	.business .box ul.items li.mobi:hover i {
		background:url(../images/words_mini.png) no-repeat -201px -11pc
	}
	.business .box ul.items li.sys:hover i {
		background:url(../images/words_mini.png) no-repeat -196px -220px
	}
	.business .box ul.items li.app:hover i {
		background:url(../images/words_mini.png) no-repeat -75pt -264px
	}
	.business .box ul.items li.host:hover i {
		background:url(../images/words_mini.png) no-repeat -201px -266px
	}
}

@media (max-width:929px) and (max-height:460px) {
	.business .box ul.items {
		margin-top: 15px
	}
	.business .box ul.items li {
		margin: 5px 10px 0
	}
}

@media (max-width:929px) and (max-height:420px) {
	.business .box ul.items {
		margin-top: 30px
	}
	.business .box {
		margin-top: 0
	}
}

@media (max-width:929px) and (max-height:720px) {
	.business .box label {
		display: none
	}
}

@media (max-width:929px) and (max-height:660px) {
	.business .box .caption i {
		display: none
	}
	.business .box ul.items {
		margin-top: 30px
	}
}

@media (max-width:929px) and (max-height:550px) {
	.business .box ul.items {
		margin-top: 20px
	}
	.business .box ul.items li {
		margin: 5px 10px 0
	}
}

@media (max-width:929px) and (max-height:460px) {
	.business .box {
		margin-top: 0
	}
}

@media (max-width:929px) and (max-height:320px) {
	.business .box ul.items {
		margin-top: 15px
	}
}

@media (max-width:425px) and (max-height:500px),
(max-width:638px) and (max-height:390px),
(max-width:929px) and (max-height:310px) {
	.business .box ul.items {
		margin-top: 40px
	}
	.business .box ul.items li {
		margin: 0 10px 15px;
		padding: 0;
		width: 90pt;
		height: 40px;
		background: none
	}
	.business .box ul.items li strong {
		position: relative;
		z-index: 10;
		margin: 0;
		width: 100%;
		height: 40px;
		text-align: center;
		font-size: 14px;
		line-height: 40px
	}
	.business .box ul.items li:hover strong {
		color: #333
	}
	.business .box ul.items li i {
		position: absolute;
		display: block!important;
		width: 90pt!important;
		height: 40px!important;
		border: 1px solid #bbb;
		background: #fff!important;
		opacity: .5;
		-moz-opacity: .5
	}
}

@media (max-width:929px) and (max-height:260px) {
	.business .box {
		margin-top: 8px
	}
	.business .box ul.items {
		margin-top: 18px
	}
}

@media (max-width:425px) and (max-height:880px) {
	.business .box .caption i {
		display: block
	}
	.business .box label {
		display: none
	}
}

@media (max-width:425px) and (max-height:770px) {
	.business .box .caption i {
		display: none
	}
	.business .box ul.items {
		margin-top: 20px
	}
}

@media (max-width:425px) and (max-height:670px) {
	.business .box {
		margin-top: 0
	}
}

@media (max-width:425px) and (max-height:500px) {
	.business .box ul.items {
		margin-top: 40px
	}
}

@media (max-width:390px) {
	.business .box .caption i {
		display: none
	}
}

@media (min-height:921px),
(min-width:1921px) {
	section.cases {
		background-size: cover;
		-moz-background-size: cover
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.cases {
		background:url(../images/wallpaper3_h800.jpg)
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.cases {
		background:url(../images/wallpaper3_h600.jpg)
	}
}

@media (min-width:1151px) and (max-height:700px) {
	.cases .box .swiper-container.items {
		margin-top: 40px
	}
	.cases .box .caption i {
		display: none
	}
}

@media (min-width:1151px) and (max-height:620px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none
	}
	.cases .box .items .swiper-slide .bg,
	.cases .box .items .swiper-slide p {
		display: none
	}
}

@media (max-width:1150px) {
	.cases .box .swiper-container.items {
		width: 840px
	}
	.cases .box .swiper-container.items .swiper-slide {
		width: 260px
	}
	.cases .box .swiper-container.items .swiper-slide .shade,
	.cases .box .swiper-container.items .swiper-slide img {
		width: 260px;
		height: 153px
	}
	.cases .box .swiper-container.items .swiper-slide .shade u {
		margin-top: 54px
	}
	.cases .box .swiper-container.items .swiper-slide p strong {
		font-size: 14px
	}
	.cases .box .swiper-container.items .swiper-slide .bg,
	.cases .box .swiper-container.items .swiper-slide .bg u {
		width: 260px;
		height: 75pt
	}
}

@media (max-width:1150px) and (max-height:660px) {
	.cases .box .swiper-container.items {
		margin-top: 40px
	}
	.cases .box .caption i {
		display: none
	}
}

@media (max-width:1150px) and (max-height:580px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none
	}
	.cases .box .items .swiper-slide .bg,
	.cases .box .items .swiper-slide p {
		display: none
	}
}

@media (max-width:1150px) and (max-height:480px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none
	}
	.cases .box .items .swiper-slide .bg,
	.cases .box .items .swiper-slide p {
		display: none
	}
}

@media (orientation:landscape) and (max-width:900px) {
	.cases .box .swiper-container.items {
		display: none
	}
	.cases .box .swiper-container.xs {
		display: block;
		margin: 0 auto;
		margin-top: 40px;
		width: 90%
	}
	.cases .box .swiper-container.xs .swiper-slide {
		margin: 0 1%;
		width: 31.33%
	}
	.cases .box .xs .swiper-slide p,
	.cases .xs .swiper-slide .bg {
		display: none;
		background: none
	}
}

@media (orientation:landscape) and (max-width:900px) and (max-height:450px) {
	.cases .box .swiper-container.xs {
		margin-top: 15px
	}
	.cases .box a.more {
		margin-top: 18px;
		padding: 3px 0;
		width: 66px;
		font-size: 1pc
	}
}

@media (orientation:portrait) and (max-width:900px) {
	.cases .box .swiper-container.items {
		display: none
	}
	.cases .box .swiper-container.mini {
		display: block;
		margin-top: 60px;
		width: 340px
	}
	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 300px!important
	}
	.cases .box .swiper-container.mini .swiper-slide {
		width: 340px;
		height: 300px!important;
		border-bottom: 2px solid #2fd0b5;
		cursor: pointer
	}
	.cases .box .swiper-container.mini .swiper-slide img {
		width: 340px;
		height: 200px
	}
	.cases .box .swiper-container.mini .swiper-slide p {
		position: absolute;
		z-index: 10;
		margin: 10px 20px;
		color: #999;
		font-size: 9pt;
		font-family: Arial, "宋体";
		line-height: 26px
	}
	.cases .box .swiper-container.mini .swiper-slide p strong {
		color: #222;
		font-weight: 400;
		font-size: 1pc;
		font-family: Arial, "微软雅黑"
	}
	.cases .box .swiper-container.mini .swiper-slide .bg {
		width: 340px;
		height: 75pt;
		background-color: #fff;
		opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=50)
	}
	.cases .box a.next,
	.cases .box a.prev {
		position: absolute;
		top: -300px;
		z-index: 100;
		display: block;
		width: 1pc;
		height: 30px;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s
	}
	.cases .box a.prev {
		left: 30px;
		background:url(../images/icons.png) no-repeat 0 -219px
	}
	.cases .box a.next {
		right: 30px;
		background:url(../images/icons.png) no-repeat -25px -219px
	}
}

@media (orientation:portrait) and (max-width:900px) and (max-height:700px) {
	.cases .box .swiper-container.mini {
		margin-top: 40px
	}
	.cases .box .caption i {
		display: none
	}
}

@media (orientation:portrait) and (max-width:500px) {
	.cases .box .caption i {
		display: block
	}
	.cases .box .swiper-container.mini {
		margin-top: 40px;
		width: 260px
	}
	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 253px!important
	}
	.cases .box .swiper-container.mini .swiper-slide {
		width: 260px;
		height: 253px!important
	}
	.cases .box .swiper-container.mini .swiper-slide img {
		width: 260px;
		height: 153px
	}
	.cases .box .swiper-container.mini .swiper-slide p strong {
		font-size: 14px
	}
	.cases .box .swiper-container.mini .swiper-slide .bg {
		width: 260px;
		height: 75pt
	}
	.cases .box a.prev {
		left: 20px
	}
	.cases .box a.next {
		right: 20px
	}
}

@media (orientation:portrait) and (max-width:500px) and (max-height:640px) {
	.cases .box .caption i {
		display: none
	}
}

@media (orientation:portrait) and (max-width:500px) and (max-height:580px) {
	.cases .box .swiper-container.mini {
		margin-top: 30px
	}
	.cases .box a.more {
		position: static;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		padding: 3px 0;
		width: 66px;
		font-size: 1pc
	}
}

@media (orientation:portrait) and (max-width:370px) {
	.cases .box a.next,
	.cases .box a.prev {
		margin-top: 175px
	}
	.cases .box a.prev {
		left: 40px
	}
	.cases .box a.next {
		right: 40px
	}
}

@media (orientation:portrait) and (max-width:370px) and (max-height:500px) {
	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 153px!important
	}
	.cases .box .swiper-container.mini .swiper-slide {
		height: 153px!important;
		border: none
	}
	.cases .box .mini .swiper-slide .bg,
	.cases .box .mini .swiper-slide p {
		display: none
	}
	.cases .box a.next,
	.cases .box a.prev {
		margin-top: 73px
	}
}

@media (min-height:1201px),
(min-width:1921px) {
	section.clients {
		background-size: cover;
		-moz-background-size: cover
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.clients {
		background:url(../images/wallpaper4_h800.jpg) 50% 90%
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.clients {
		background:url(../images/wallpaper4_h600.jpg) 50% 90%
	}
}

@media (max-width:1150px) {
	.clients .box ul.items,
	.clients .box ul.items li.bg.all {
		width: 924px
	}
}

@media (max-width:920px) {
	.clients .box ul.items,
	.clients .box ul.items li.bg.all {
		width: 693px
	}
}

@media (max-width:690px) {
	.clients .box ul.items,
	.clients .box ul.items li.bg.all {
		width: 462px
	}
}

@media (min-width:471px) and (max-height:720px) {
	.clients .box ul.items,
	.clients .box ul.items li.bg.all {
		height: 300px
	}
}

@media (min-width:471px) and (max-height:580px) {
	.clients .box ul.items,
	.clients .box ul.items li.bg.all {
		height: 150px
	}
}

@media (min-width:471px) and (max-height:450px) {
	.clients .box .swiper-container.items {
		margin-top: 40px
	}
	.clients .box .caption i {
		display: none
	}
}

@media (min-height:920px) {
	.clients .box {
		margin-top: -5pc
	}
}

@media (max-width:470px),
(max-width:620px) and (max-height:480px),
(max-width:690px) and (max-height:380px) {
	.clients .box ul.items {
		display: none
	}
	.clients .box ul.mini {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 30px;
		width: 500px;
		height: 550px
	}
	.clients .box ul.mini li {
		position: relative;
		z-index: 20;
		float: left;
		padding: 8px 0 8px 40px;
		width: 200px;
		background:url(../images/point.png) no-repeat 20px 15px
	}
	.clients .box ul.mini li.bg.all {
		position: absolute;
		width: 500px;
		height: 35pc;
		background-color: #fff;
		list-style: none;
		opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=50)
	}
	.clients .box ul.mini li.bg.one {
		display: none
	}
}

@media (max-width:470px),
(max-width:560px) and (max-height:480px) {
	.clients .box ul.mini,
	.clients .box ul.mini li.bg.all {
		width: 250px
	}
}

@media (max-width:470px) and (max-height:800px) {
	.clients .box ul.mini,
	.clients .box ul.mini li.bg.all {
		height: 440px
	}
}

@media (max-width:470px) and (max-height:700px) {
	.clients .box ul.mini,
	.clients .box ul.mini li.bg.all {
		height: 330px
	}
}

@media (max-width:560px) and (max-height:600px) {
	.clients .box ul.mini,
	.clients .box ul.mini li.bg.all {
		height: 260px
	}
}

@media (max-width:690px) and (max-height:520px) {
	.clients .box ul.mini {
		margin-top: 15px
	}
	.clients .box .caption i {
		display: none
	}
}

@media (max-width:690px) and (max-height:430px) {
	.clients .box ul.mini,
	.clients .box ul.mini li.bg.all {
		height: 150px
	}
}

@media (max-width:690px) and (max-height:420px) {
	.clients .box ul.mini,
	.clients .box ul.mini li.bg.all {
		height: 110px
	}
}

@media (max-width:690px) and (max-height:300px) {
	.clients .box ul.mini {
		margin-top: 5px
	}
}

@media (max-width:400px) {
	.clients .box .caption i {
		display: none
	}
}

@media (min-height:1201px),
(min-width:1921px) {
	section.quality {
		background-size: cover;
		-moz-background-size: cover
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.quality {
		background:url(../images/wallpaper5_h800.jpg) 50% 10%
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.quality {
		background:url(../images/wallpaper5_h600.jpg) 50% 10%
	}
}

@media (max-width:960px) {
	.quality .box .items {
		display: none
	}
	.quality .box .mini {
		display: block;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 90pt;
		width: 15pc;
		height: 200px
	}
	.quality .box .mini .swiper-slide {
		margin: 0
	}
	.quality .box a.next,
	.quality .box a.prev {
		position: absolute;
		top: -300px;
		z-index: 100;
		display: block;
		width: 1pc;
		height: 30px;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s
	}
	.quality .box a.prev {
		left: 30px;
		background:url(../images/icons.png) no-repeat 0 -219px
	}
	.quality .box a.next {
		right: 30px;
		background:url(../images/icons.png) no-repeat -25px -219px
	}
}

@media (max-height:730px) {
	.quality .box .items,
	.quality .box .mini {
		margin-top: 5pc
	}
}

@media (max-height:710px) {
	.quality .box a.lookall {
		display: none
	}
}

@media (max-height:530px) {
	.quality .box .items,
	.quality .box .mini {
		margin-top: 60px
	}
	.quality .box .caption i {
		display: none
	}
}

@media (max-height:420px) {
	.quality .box .items,
	.quality .box .mini {
		margin-top: 40px;
		height: 90pt
	}
	.quality .box a.next,
	.quality .box a.prev {
		margin-top: -40px
	}
}

@media (max-height:360px) {
	.quality .box .items,
	.quality .box .mini {
		margin-top: 20px;
		height: 110px
	}
	.quality .box .swiper-slide ul {
		margin-bottom: 10px
	}
	.quality .box a.next,
	.quality .box a.prev {
		margin-top: -5pc
	}
}

@media (min-height:1201px),
(min-width:1921px) {
	section.marketing {
		background-size: cover;
		-moz-background-size: cover
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.marketing {
		background:url(../images/wallpaper6_h800.jpg) 50% 45%
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.marketing {
		background:url(../images/wallpaper6_h600.jpg) 50% 45%
	}
}

@media (max-width:1100px) {
	.marketing .box ul.items li {
		margin: 0 10px
	}
}

@media (min-width:1001px) and (min-height:951px) {
	.marketing .box {
		margin-top: -170px
	}
}

@media (min-width:1001px) and (max-height:950px) {
	.marketing .box {
		margin-top: -130px
	}
}

@media (min-width:1001px) and (max-height:850px) {
	.marketing .box {
		margin-top: -90px
	}
}

@media (min-width:1001px) and (max-height:750px) {
	.marketing .box {
		margin-top: -60px
	}
}

@media (min-width:1001px) and (max-height:700px) {
	.marketing .box .caption i {
		display: none
	}
}

@media (min-width:1001px) and (max-height:650px) {
	.marketing .box {
		margin-top: 0
	}
}

@media (max-width:1000px) {
	.marketing .box {
		margin: 0
	}
	.marketing .box ul.items {
		width: 550px!important
	}
	.marketing .box ul.items li {
		margin: 0 20px;
		height: 190px
	}
	.marketing .box ul.items li u {
		display: none
	}
	.marketing.active .box ul.items li strong {
		margin-top: 20px
	}
	.marketing .shade {
		display: block
	}
}

@media (max-width:1000px) and (min-height:920px) {
	.marketing .box {
		margin-top: -75pt
	}
}

@media (max-width:1000px) and (max-height:700px) {
	.marketing .box ul.items li {
		height: 140px
	}
}

@media (max-width:1000px) and (max-height:580px) {
	.marketing .box .caption i {
		display: none
	}
	.marketing .box ul.items {
		margin-top: 10px
	}
}

@media (max-width:600px),
(max-width:1000px) and (max-height:470px) {
	.marketing .box ul.items {
		margin-top: 30px;
		width: 600px!important
	}
	.marketing .box ul.items li {
		margin: 30px 0 0 25px;
		width: 10pc;
		height: 43px
	}
	.marketing .box ul.items li i {
		float: left;
		margin-top: 0;
		height: 43px
	}
	.marketing .box ul.items li.se i {
		margin: 0 6px;
		width: 33px;
		background:url(../images/words_mini.png) no-repeat -86px -380px
	}
	.marketing .box ul.items li.weixin i {
		width: 45px;
		background:url(../images/words_mini.png) no-repeat -93pt -377px
	}
	.marketing .box ul.items li.weibo i {
		margin: 0 1px 0 2px;
		width: 42px;
		background:url(../images/words_mini.png) no-repeat -172px -377px
	}
	.marketing .box ul.items li.sms i {
		margin: 0 3px 0 4px;
		width: 38px;
		background:url(../images/words_mini.png) no-repeat -219px -374px
	}
	.marketing .box ul.items li.pay i {
		margin: 0 5px 0 6px;
		width: 34px;
		background:url(../images/words_mini.png) no-repeat -263px -382px
	}
	.marketing .box ul.items li.bbs i {
		margin: 0 7px;
		width: 31px;
		background:url(../images/words_mini.png) no-repeat -86px -422px
	}
	.marketing .box ul.items li strong,
	.marketing.active .box ul.items li strong {
		float: left;
		margin: 0;
		padding-left: 15px;
		line-height: 43px
	}
	.marketing .box ul.items li p {
		display: none
	}
}

@media (max-width:1000px) and (max-height:430px) {
	.marketing .box ul.items,
	.marketing .box ul.items li {
		margin-top: 20px
	}
}

@media (max-width:600px) {
	.marketing .box ul.items {
		margin-top: 50px;
		width: 395px!important
	}
}

@media (max-width:600px) and (min-height:750px) {
	.marketing .box {
		margin-top: -70px
	}
}

@media (max-width:600px) and (max-height:520px) {
	.marketing .box ul.items {
		margin-top: 20px
	}
	.marketing .box ul.items li {
		margin-top: 15px
	}
}

@media (max-width:450px) {
	.marketing .box {
		margin-top: 0
	}
	.marketing .box ul.items {
		margin-top: 20px;
		width: 220px!important
	}
}

@media (max-width:450px) and (max-height:730px) {
	.marketing .box ul.items {
		margin-top: 30px
	}
	.marketing .box ul.items li {
		margin-top: 15px
	}
}

@media (max-width:450px) and (max-height:650px) {
	.marketing .box .caption i {
		display: none
	}
	.marketing .box ul.items {
		margin-top: 20px
	}
}

@media (max-width:450px) and (max-height:550px),
(max-width:600px) and (max-height:380px) {
	.marketing .box ul.items {
		width: 222px!important
	}
	.marketing .box ul.items li {
		position: relative;
		margin: 0 3px;
		padding: 0;
		width: 102px;
		text-align: center
	}
	.marketing .box ul.items li strong,
	.marketing.active .box ul.items li strong {
		position: absolute;
		float: none;
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 75pt;
		border: 1px solid #eee;
		font-weight: 400;
		font-size: 14px;
		line-height: 36px
	}
	.marketing .box ul.items li i {
		position: absolute;
		margin: 0!important;
		padding: 1px 0 0 1px!important;
		width: 130px!important;
		height: 36px!important;
		background: #fff!important;
		opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=50)
	}
}

@media (orientation:landscape) and (max-height:230px) {
	.marketing .box ul.items {
		width: 334px!important
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.aboutus {
		background:url(../images/wallpaper7_h800.jpg) 50% 60%
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.aboutus {
		background:url(../images/wallpaper7_h600.jpg) 50% 60%
	}
}

@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 {
		right: -5in;
		left: auto
	}
	.aboutus.active .items {
		right: 70px;
		left: auto
	}
}

@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 {
		right: 30px;
		left: auto
	}
}

@media (max-width:780px) and (max-height:500px) {
	.aboutus ul.menu {
		top: 75pt
	}
}

@media (max-width:780px) and (max-height:400px) {
	.aboutus .items {
		height: 220px
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 30px
	}
	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 15px
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 15px;
		font-size: 22px
	}
	.aboutus .items .swiper-slide.nth2 p {
		margin-top: 9pt;
		line-height: 2pc
	}
	.aboutus .items .swiper-slide.nth3 strong {
		margin-bottom: 15px
	}
}

@media (max-width:780px) and (max-height:340px) {
	.aboutus .items {
		height: 190px
	}
	.aboutus.active .items {
		right: -50px
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 26px
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 0;
		font-size: 14px
	}
	.aboutus .items .swiper-slide.nth2 p:last-child {
		display: none
	}
	.aboutus .items .swiper-slide.nth2 p {
		display: block;
		width: 350px;
		line-height: 35px
	}
	.aboutus .items .swiper-slide.nth3 ul li:last-child {
		display: none
	}
}

@media (max-width:780px) and (max-height:310px) {
	.aboutus ul.menu {
		top: 40px
	}
	.aboutus .items {
		height: 140px
	}
	.aboutus.active .items {
		right: -75pt
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 22px
	}
	.aboutus .items .swiper-slide.nth1 p {
		font-size: 9pt;
		font-family: "宋体";
		line-height: 25px
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin-top: -6px;
		font-size: 9pt;
		font-family: "宋体"
	}
	.aboutus .items .swiper-slide.nth2 p {
		width: 330px;
		font-size: 9pt;
		font-family: "宋体";
		line-height: 25px
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		background-position: 0 7px;
		font-size: 9pt;
		font-family: "宋体";
		line-height: 25px
	}
}

@media (max-width:550px) {
	.aboutus ul.menu {
		top: 90px;
		right: 30px;
		left: auto;
		width: 180px
	}
	.aboutus ul.menu li {
		float: left;
		padding: 6px 0;
		width: 60px
	}
	.aboutus ul.menu li.bg.all {
		left: auto;
		margin: 0;
		width: 180px!important;
		height: 34px!important
	}
	.aboutus ul.menu li.bg.one {
		width: 60px
	}
	.aboutus .items,
	.aboutus.active .items {
		right: auto;
		left: 30px
	}
}

@media (max-width:550px) and (max-height:310px) {
	.aboutus ul.menu {
		top: 25px
	}
}

@media (orientation:portrait) and (max-width:700px) {
	.aboutus ul.menu {
		top: 90pt;
		left: 50%;
		margin-left: -90pt;
		width: 5pc;
		width: 15pc
	}
	.aboutus ul.menu li {
		float: left;
		padding: 10px 0;
		width: 5pc!important
	}
	.aboutus ul.menu li.bg.all {
		left: 50%;
		margin-left: -90pt;
		width: 15pc!important;
		height: 42px!important
	}
	.aboutus .items,
	.aboutus.active .items {
		left: 50%;
		margin-left: -15pc;
		height: 360px
	}
	.aboutus .items .swiper-slide.nth1 strong {
		text-align: center;
		font-size: 2pc
	}
	.aboutus .items .swiper-slide.nth1 p {
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		width: 230px
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin: 0 auto;
		margin-top: 6px;
		width: 230px;
		font-size: 14px
	}
	.aboutus .items .swiper-slide.nth2 strong {
		margin-left: -20px;
		text-align: center
	}
	.aboutus .items .swiper-slide.nth2 p {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		width: 15pc
	}
	.aboutus .items .swiper-slide.nth3 strong {
		margin-left: 10px;
		text-align: center
	}
	.aboutus .items .swiper-slide.nth3 ul {
		margin: 0 auto;
		width: 15pc
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 2pc
	}
	.aboutus .items .swiper-slide.nth3 ul li:last-child {
		display: none
	}
}

@media (orientation:portrait) and (max-width:700px) and (max-height:660px) {
	.aboutus ul.menu {
		top: 75pt
	}
	.aboutus .items,
	.aboutus.active .items {
		margin-top: 20px
	}
}

@media (orientation:portrait) and (max-width:700px) and (max-height:500px) {
	.aboutus ul.menu {
		top: 90px
	}
	.aboutus .items,
	.aboutus.active .items {
		margin-top: 60px;
		height: 260px
	}
	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 15px
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 30px
	}
}

@media (orientation:portrait) and (max-width:700px) and (max-height:470px) {
	.aboutus ul.menu {
		top: 5pc
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 24px
	}
	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 10px;
		line-height: 27px
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 4px
	}
	.aboutus .items .swiper-slide.nth2 p {
		margin-top: 10px;
		line-height: 28px
	}
	.aboutus .items .swiper-slide.nth2 p:last-child {
		display: none
	}
	.aboutus .items .swiper-slide.nth3 strong {
		margin-bottom: 8px
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 25px
	}
}

@media (max-height:470px),
(max-width:680px) {
	.aboutus .expBg,
	.aboutus table.exp {
		display: none;
		height: 0
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.contact {
		background:url(../images/wallpaper8_h800.jpg) 50% bottom
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.contact {
		background:url(../images/wallpaper8_h600.jpg) 50% 10%
	}
}

@media (max-width:950px) {
	.contact .box {
		width: 470px
	}
	.contact .box .above .left {
		float: right;
		margin-left: 0
	}
	.contact .box .above .right {
		display: none
	}
}

@media (orientation:landscape) and (max-height:520px) {
	.contact .box {
		height: 150px
	}
	.contact .box .below {
		display: none
	}
}

@media (orientation:landscape) and (max-height:480px) and (max-width:570px) {
	.contact .box {
		width: 380px;
		height: 140px
	}
	.contact .box .above .wechat {
		margin-top: 5px;
		width: 75pt
	}
	.contact .box .above .left p {
		margin-top: 0
	}
}

@media (orientation:portrait) and (max-width:550px) {
	.contact .box {
		width: 430px;
		height: 490px
	}
	.contact .box .above .wechat {
		position: absolute;
		top: 200px;
		left: 50%;
		float: none;
		margin: 0;
		margin-left: -50px;
		width: 75pt
	}
	.contact .box .above .left {
		position: absolute;
		top: 0;
		left: 50%;
		float: none;
		margin: 0;
		margin-left: -125px
	}
	.contact .box .below {
		margin-top: 150px
	}
}

@media (orientation:portrait) and (max-width:470px),
(orientation:portrait) and (max-width:550px) and (max-height:650px) {
	.contact .box {
		width: 260px;
		height: 350px
	}
	.contact .box .above .wechat {
		margin-left: -75px;
		width: 150px
	}
	.contact .box .below {
		display: none
	}
}

@media (orientation:portrait) and (max-height:450px) {
	.contact .box {
		height: 10pc
	}
	.contact .box .above .wechat {
		display: none
	}
}

@media (max-height:600px),
(max-width:700px) {
	.dock {
		display: none
	}
}

@media (max-height:210px),
(max-width:319px) {
	body {
		display: none
	}
	html {
		background:url(../images/displaynone.png) no-repeat 50% top;
		background-color: #333a32
	}
}

.clear {
	clear: both
}

#BDBridgeWrap {
	display: none
}