﻿@charset "utf-8";

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none
}

* {
	padding: 0;
	margin: 0
}

body,
html {
	overflow-x: hidden
}

li,
ol,
ul {
	list-style: none
}

img {
	border: none
}

a {
	text-decoration: none;
	color: #6a6a6a
}

a:hover {
	color: #284877;
}

.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.fixed {
	position: fixed
}

.hidden {
	display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 14px
}

.auto {
	height: 100%;
	overflow: hidden !important
}

body {
	width: 100%;
	min-width: 1200px;
	font-size: 14px;
	line-height: 28px;
	font-family: "微软雅黑";
	color: #6a6a6a
}

::selection {
	background: #3cade2;
	color: #fff
}

::-moz-selection {
	background: #3cade2;
	color: #fff
}

::-webkit-selection {
	background: #3cade2;
	color: #fff
}

.wrap {
	width: 1200px;
	margin: 0 auto
}

.wrap1 {
	width: 1180px;
	margin: 0 auto
}

.c_white {
	color: #FFF
}

.c_black {
	color: #3f3f3f
}

.c_red {
	color: red
}

.c_blue {
	color: #5fb9da
}

.border_r5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.mt30 {
	margin-top: 30px
}

.mt50 {
	margin-top: 50px
}

.dh_bd img {
	transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s
}

.dh_bd:hover img {
	transform: scale(1.12, 1.12);
	-moz-transform: scale(1.12, 1.12);
	-webkit-transform: scale(1.12, 1.12)
}

.bg1 {
	background: #f7f7f7
}

header {
	width: 100%;
	height: 100px;
	z-index: 9999;
	position: fixed;
	border-bottom: 1px solid #dadada;
	background: #FFF
}

header {
	position: fixed;
	height: 100px;
	color: #ccc;
	z-index: 999
}

header.fixed {
	height: 100px
}

.logo {
	height: 62px;
	left: 30px;
	top: 18px;
}

.logo h1 {
	text-indent: -99999px
}

.logo a img {
	width: 254px;
	height: 62px
}

.tel {
	width: 200px;
	height: 18px;
	background: url(../images/ico_head_tel.png) 25px center no-repeat;
	font: 20px/18px "微软雅黑";
	color: #123a70;
	top: 42px;
	right: 15px
}

.tel span {
	margin-left: 30px
}

@media screen and (max-width:1180px) {
	.logo {
		display: none;
	}

	.tel {
		display: none
	}

}

@media screen and (min-width:1180px) {
	.logo {
		height: 62px;
		left: 10px;
		top: 18px
	}

	.nav {
		position: absolute;
		right: 0px
	}

	.tel {
		display: none
	}

}

.nav {
	width: 920px;
	height: 40px;
	margin: 0 auto;
	margin-top: 32px
}

.nav ul li {
	width: 100px;
	float: left;
	display: inline;
	font: 16px/38px "微软雅黑";
	text-align: center;
	font-weight: 700;
	margin: 0 2px;
	position: relative;
}

.nav ul li.home {
	width: 68px
}

.nav ul li a {
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF
}

.nav ul li a:hover,
.nav ul li a.cur_nav,
.nav ul li a.active,
.nav ul li div
 {
	background: url(../images/nav_sj.png) bottom center no-repeat;
	border-top: 1px solid #123a70;
	border-bottom: 1px solid #123a70;
	color: #123a70;
}

.nav ul li div {
	position: absolute;
	clear: both;
	width: 120px;
	height: auto;
	overflow: hidden;
	display: none;
	background: #FFF;
	z-index: 100000;
	left: -10px;
	top: 39px;
	border: 1px solid #123a70;
	border-radius: 5px
}

.nav ul li div ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0
}

.nav ul li div ul li {
	width: 100%;
	height: 36px;
	overflow: hidden;
	background: 0 0;
	padding: 0;
	margin: 0
}

.nav ul li div ul li a {
	position: absolute;
	width: 120px;
	height: 36px;
	font: 14px/36px "微软雅黑";
	color: #333;
	z-index: 2;
	left: 0;
	text-align: center
}

.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(0, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0, 0);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0, 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
}

html {
	overflow: hidden
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑", Arial
}

header,
section {
	width: 100%
}

table {
	border-collapse: collapse
}

a:focus {
	outline: 0
}

div.welcome {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-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: 0;
	padding: 0;
	width: 370px;
	height: 370px;
	padding-top: 290px;
	top: 50%;
	left: 50%;
	margin-top: -145px;
	margin-left: -185px;
	color: #ec5b1f;
	font-size: 20px;
	text-align: center;
	background: url(../images/welcome_loading.png) no-repeat;
	overflow: hidden
}

div.welcome p u {
	text-decoration: none;
	color: #0d6fb8
}

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/wallpaper1_1.jpg) 50% 35%;
	-moz-background-size: cover;
	background-size: cover
}

.video .swiper-container .nth1 .box {
	position: relative;
	margin: 0 auto;
	-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;
	z-index: 10
}

.video .swiper-container .nth1 .box .left {
	position: absolute;
	left: -300px;
	width: 123px;
	height: 220px;
	background: url(../images/words.png) no-repeat top right;
	-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
}

.video .swiper-container .nth1.active .box .left {
	left: 0;
	-moz-opacity: 1;
	opacity: 1
}

.video .swiper-container .nth1 .box .right {
	position: absolute;
	right: -500px;
	margin: 30px 0 0 120px;
	-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
}

.video .swiper-container .nth1.active .box .right {
	right: 0;
	-moz-opacity: 1;
	opacity: 1
}

.video .swiper-container .nth1 .box .right span {
	font-size: 36px;
	color: #fff
}

.video .swiper-container .nth1 .box .right i {
	display: block;
	width: 339px;
	height: 66px;
	margin-bottom: 5px;
	background: url(../images/words.png) no-repeat
}

.video .swiper-container .nth1 .box .right p {
	font-size: 16px;
	line-height: 25px;
	color: #ccc
}

.video .swiper-container .nth1 .shade {
	position: absolute;
	width: 400%;
	height: 1800px;
	background: url(../images/swiper_nth1_shade.png) no-repeat center top;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: width .8s ease-in-out .3s;
	-moz-transition: width .8s ease-in-out .3s;
	-ms-transition: width .8s ease-in-out .3s;
	-o-transition: width .8s ease-in-out .3s;
	transition: width .8s ease-in-out .3s
}

.video .swiper-container .nth1.active .shade {
	width: 100%
}

.video .swiper-container .nth1 .line {
	position: relative;
	margin: 0 auto;
	top: -91px;
	width: 602px;
	height: 413px;
	z-index: 20
}

.video .swiper-container .nth1 .line u {
	display: block;
	width: 0;
	height: 0;
	border: 1px dashed #ec5b1f;
	text-decoration: none;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease-in .7s;
	-moz-transition: all .8s ease-in .7s;
	-ms-transition: all .8s ease-in .7s;
	-o-transition: all .8s ease-in .7s;
	transition: all .8s ease-in .7s
}

.video .swiper-container .nth1.active .line u {
	width: 600px;
	height: 411px;
	-moz-opacity: 1;
	opacity: 1
}

.video .swiper-container .nth2 {
	background: url(../images/wallpaper1_2.jpg) 50% 20%;
	-moz-background-size: cover;
	background-size: cover
}

.video .swiper-container .nth2 .box {
	position: absolute;
	left: -350px;
	text-align: right;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
	z-index: 10
}

.video .swiper-container .nth2 .box span {
	font-size: 36px;
	color: #fff
}

.video .swiper-container .nth2 .box i {
	display: block;
	width: 360px;
	height: 65px;
	margin: 6px 0 8px 30px;
	background: url(../images/words.png) no-repeat 0 -75px
}

.video .swiper-container .nth2 .box p {
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	color: #ccc
}

.video .swiper-container .nth2 .shade {
	width: 100%;
	height: 2000px;
	background: #0b151a;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(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
}

.video .swiper-container .nth2.active .shade {
	width: 50%;
	-moz-opacity: .75;
	opacity: .75;
	filter: alpha(opacity=75)
}

.video .swiper-container .nth3 {
	background: url(../images/wallpaper1_3.jpg) 50% center;
	-moz-background-size: cover;
	background-size: cover
}

.video .swiper-container .nth3 .box {
	position: relative;
	width: 100%
}

.video .swiper-container .nth3 .box .top {
	font-size: 80px;
	color: #fff;
	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;
	z-index: 10
}

.video .swiper-container .nth3.active .box .top {
	font-size: 36px;
	-moz-opacity: 1;
	opacity: 1
}

.video .swiper-container .nth3 .box .mid {
	width: 400px;
	height: 66px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	background: url(../images/words.png) no-repeat 0 -219px;
	-moz-opacity: 0;
	opacity: 0;
	-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
}

.video .swiper-container .nth3.active .box .mid {
	-moz-opacity: 1;
	opacity: 1
}

.video .swiper-container .nth3 .box .bottom {
	width: 100%;
	color: #ccc;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-ms-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	z-index: 10
}

.video .swiper-container .nth3.active .box .bottom {
	-moz-opacity: 1;
	opacity: 1
}

.video .swiper-container .nth4 {
	background: url(../images/wallpaper1_4.jpg) 50% top;
	-moz-background-size: cover;
	background-size: cover
}

.video .swiper-container .nth4 .box {
	position: relative;
	width: 100%
}

.video .swiper-container .nth4 .box .top {
	position: relative;
	top: -100px;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	z-index: 10
}

.video .swiper-container .nth4.active .box .top {
	top: 0;
	-moz-opacity: 1;
	opacity: 1
}

.video .swiper-container .nth4 .box .top span {
	font-size: 36px;
	color: #fff
}

.video .swiper-container .nth4 .box .top i {
	display: block;
	width: 242px;
	height: 64px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images/words.png) no-repeat 0 -146px
}

.video .swiper-container .nth4 .box .bottom {
	position: relative;
	top: 100px;
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-ms-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
	z-index: 10
}

.video .swiper-container .nth4.active .box .bottom {
	top: 0;
	-moz-opacity: 1;
	opacity: 1
}

.video .swiper-container .nth4 .box .bottom u {
	margin: 0 5px;
	color: #ec5b1f;
	text-decoration: none
}

.video .innerBox {
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 10
}

.video .innerBox .news {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 400px
}

.video .innerBox .news span {
	float: left;
	margin: 1px 15px 0 0;
	color: #ec5b1f;
	font-weight: 700
}

.video .innerBox .news ul {
	float: left
}

.video .innerBox .news ul li a {
	color: #ddd
}

.video .innerBox .news a.more {
	float: right;
	color: #ec5b1f;
	margin-top: -3px;
	border-bottom: 1px dotted #ec5b1f;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s
}

.video .innerBox .news a.more:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s
}

.video .innerBox .guide {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 200px
}

.video .innerBox .guide a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	font-size: 3px;
	background: #fff;
	cursor: pointer
}

.video .innerBox .guide a.active {
	background: #0d6fb8
}

.video .innerBox a.movedown {
	display: block;
	margin: 0 auto;
	width: 47px;
	height: 47px;
	background: url(../images/icons.png) no-repeat 0 -60px;
	cursor: pointer;
	z-index: 99
}

.video .innerBox a.movedown:hover {
	background: url(../images/icons.png) no-repeat 0 -112px
}

section.business {
	background: url(../images/busbg.jpg) 50% bottom
}

.business .box {
	position: relative;
	margin-top: -55px;
	-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
}

.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;
	width: 320px;
	height: 31px;
	background: url(../images/words.png) no-repeat 0 -294px
}

.business .box .caption span {
	font-size: 24px;
	letter-spacing: 3px
}

.business .box ul.items {
	margin: 0 auto;
	margin-top: 60px
}

.business .box ul.items li {
	width: 200px;
	height: 300px;
	margin: 0 8px;
	background: url(../images/bg_orange.png) no-repeat 0 400px;
	overflow: hidden;
	cursor: pointer
}

.business .box ul.items li i {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 43px;
	height: 70px
}

.business .box ul.items li.pc i {
	width: 70px;
	background: url(../images/words.png) no-repeat -250px -359px
}

.business .box ul.items li.mobi i {
	width: 64px;
	background: url(../images/words.png) no-repeat -416px -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 {
	display: block;
	position: absolute;
	width: 156px;
	height: 156px;
	margin-left: 22px;
	background: url(../images/words.png) no-repeat 0 -363px;
	-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 .box ul.items li u.cl {
	clip: rect(0, 156px, -10px, 78px)
}

.business.active .box ul.items li u.cl {
	clip: rect(0, 156px, 156px, 78px)
}

.business .box ul.items li u.cr {
	clip: rect(156px, 78px, 156px, 0)
}

.business.active .box ul.items li u.cr {
	clip: rect(0, 78px, 156px, 0)
}

.business .box ul.items li strong {
	display: block;
	margin-top: 70px;
	font-size: 16px;
	font-weight: 400;
	text-align: center
}

.business .box ul.items li p {
	margin-top: 200px;
	color: #fff;
	font-family: Arial, "宋体";
	font-size: 12px;
	line-height: 20px;
	text-align: center
}

.business .box ul.items li:hover {
	background-position: 0 0;
	-webkit-transition: all .5s ease-in-out .3s;
	-moz-transition: all .5s ease-in-out .3s;
	-ms-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s
}

.business .box ul.items li:hover i {
	-webkit-transition: all .5s ease-in-out .4s;
	-moz-transition: all .5s ease-in-out .4s;
	-ms-transition: all .5s ease-in-out .4s;
	-o-transition: all .5s ease-in-out .4s;
	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(0, 156px, -10px, 78px)
}

.business .box ul.items li:hover u.cr {
	clip: rect(156px, 78px, 156px, 0)
}

.business .box ul.items li:hover strong {
	color: #fff;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.business .box ul.items li:hover p {
	margin-top: 20px;
	-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
}

.business .box label {
	display: block;
	margin: 0 auto;
	margin-top: -40px;
	width: 297px;
	height: 24px;
}

section.cases {
	background: url(../images/wallpaper3.jpg)
}

.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
}

.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;
	width: 129px;
	height: 37px;
	background: url(../images/words.png) no-repeat 0 -528px
}

.cases .box .caption span {
	font-size: 24px;
	letter-spacing: 3px;
	padding-left: 10px
}

.cases .box .swiper-container.items {
	position: relative;
	margin: 0 auto;
	margin-top: 60px;
	top: 700px;
	width: 1080px;
	-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
}

.cases.active .box .swiper-container.items {
	top: 0
}

.cases .box .swiper-container.items .swiper-slide {
	position: relative;
	width: 340px;
	margin: 0 10px;
	border-bottom: 2px solid #ec5b1f;
	cursor: pointer
}

.cases .box .swiper-container.items .swiper-slide img {
	width: 340px;
	height: 200px
}

.cases .box .swiper-container.items .swiper-slide .shade {
	position: absolute;
	width: 340px;
	height: 200px;
	margin-top: -200px;
	background: #000;
	-moz-opacity: .7;
	opacity: .7;
	filter: alpha(opacity=70);
	-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;
	z-index: 10
}

.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;
	margin: 10px 20px;
	color: #999;
	font-family: Arial, "宋体";
	font-size: 12px;
	line-height: 26px;
	-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;
	z-index: 10
}

@media (max-width:1280px) and (max-height:800px) {
	.cases .box .swiper-container.items .swiper-slide p {
		line-height: 22px
	}

}

@media (max-width:960px) and (max-height:600px) {
	.cases .box .swiper-container.items .swiper-slide p {
		line-height: 20px
	}

}

.cases .box .swiper-container.items .swiper-slide p strong {
	color: #222;
	font-family: Arial, "微软雅黑";
	font-size: 16px;
	font-weight: 400;
	-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
}

.cases .box .swiper-container.items .swiper-slide .bg {
	width: 340px;
	height: 120px;
	background-color: #fff;
	-moz-opacity: .5;
	opacity: .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
}

.cases .box .swiper-container.items .swiper-slide .bg u {
	display: block;
	position: absolute;
	width: 340px;
	height: 120px;
	margin-top: 150px;
	background-color: #ec5b1f;
	-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
}

.cases .box .swiper-container.items .swiper-slide:hover .shade {
	margin-top: 0;
	-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
}

.cases .box .swiper-container.items .swiper-slide:hover .bg {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-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
}

.cases .box .swiper-container.items .swiper-slide:hover .bg u {
	margin-top: 0;
	-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
}

.cases .box .swiper-container.items .swiper-slide:hover p {
	color: #fff;
	-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
}

.cases .box .swiper-container.items .swiper-slide:hover p strong {
	color: #fff;
	-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
}

.cases .box .swiper-container.mini,
.cases .box .swiper-container.xs,
.cases .box a.next,
.cases .box a.prev {
	display: none
}

.cases .box a.more {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 0px;
	top: 600px;
	width: 120px;
	padding: 5px 0;
	color: #ec5b1f;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	border: 1px dotted #ec5b1f;
	-webkit-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
	-moz-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;
	-o-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
}

.cases.active .box a.more {
	top: 0
}

.cases .box a.more:hover {
	color: #fff;
	background: #ec5b1f
}

section.clients {
	background: url(../images/wallpaper4.jpg) 50% 90%
}

.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
}

.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;
	width: 299px;
	height: 37px;
	background: url(../images/words.png) no-repeat -152px -528px
}

.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(../images/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(../images/clients.png) no-repeat 0 -150px
}

.clients.active .box ul.items li.cctv {
	top: 0
}

.clients .box ul.items li.unicom {
	top: -400px;
	background: url(../images/clients.png) no-repeat -230px 0;
	-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(../images/clients.png) no-repeat -230px -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 -460px 0;
	-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(../images/clients.png) no-repeat -460px -150px
}

.clients.active .box ul.items li.tsinghua {
	top: 0
}

.clients .box ul.items li.cas {
	top: -400px;
	background: url(../images/clients.png) no-repeat -690px 0;
	-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(../images/clients.png) no-repeat -690px -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 -920px 0;
	-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(../images/clients.png) no-repeat -920px -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 -1150px 0;
	-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(../images/clients.png) no-repeat -1150px -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 -1380px 0;
	-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(../images/clients.png) no-repeat -1380px -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 -1610px 0;
	-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(../images/clients.png) no-repeat -1610px -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 -1840px 0;
	-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(../images/clients.png) no-repeat -1840px -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 -2070px 0;
	-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(../images/clients.png) no-repeat -2070px -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 -2300px 0;
	-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(../images/clients.png) no-repeat -2300px -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 -2530px 0;
	-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(../images/clients.png) no-repeat -2530px -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 -2760px 0;
	-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(../images/clients.png) no-repeat -2760px -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 -2990px 0;
	-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(../images/clients.png) no-repeat -2990px -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 -3220px 0;
	-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(../images/clients.png) no-repeat -3220px -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;
	-moz-opacity: .3;
	opacity: .3;
	filter: alpha(opacity=30)
}

.clients .box ul.items li.bg.one {
	position: absolute;
	background: #eee;
	-moz-opacity: .5;
	opacity: .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
}

section.quality {
	background: url(../images/wallpaper5.jpg) 50% 10%
}

.quality .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
}

.quality .box .caption {
	margin-top: 0;
	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
}

.quality.active .box .caption {
	-moz-opacity: 1;
	opacity: 1
}

.quality .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 157px;
	height: 37px;
	background: url(../images/words.png) no-repeat 0 -630px
}

.quality .box .caption span {
	padding-left: 5px;
	color: #fff;
	font-size: 24px
}

.quality .box .items {
	margin: 0 auto;
	margin-top: 50px;
	width: 960px
}

.quality .box .swiper-slide {
	position: relative
}

.quality .box .items .swiper-slide.nth1 {
	text-align: right;
	width: 44%;
	-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
}

.quality.active .box .items .swiper-slide.nth1 {
	left: 0;
	margin-right: 40px;
	margin-top: 35px
}

.quality .box .items .swiper-slide.nth2 {
	text-align: left;
	padding-left: 60px;
	padding-top: 110px;
	background: url(../images/news.png) no-repeat;
	bottom: -300px;
	-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
}

.quality.active .box .items .swiper-slide.nth2 {
	bottom: 0;
	height: 280px
}

.quality .box .items .swiper-slide.nth3 {
	right: -300px;
	-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
}

.quality.active .box .items .swiper-slide.nth3 {
	right: 0
}

.quality .box .swiper-slide p {
	margin-bottom: 100px;
	color: #e1e1e1
}

.quality .box .swiper-slide span {
	display: block;
	font-size: 16px;
	color: #FFE714;
	font-weight: 700
}

.quality .box a.lookall {
	display: block;
	margin: 0 auto;
	margin-top: -20px;
	width: 300px;
	padding: 12px 0;
	color: #ec5b1f;
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ec5b1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity: 0;
	opacity: 0;
	-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
}

.quality.active .box a.lookall {
	-moz-opacity: 1;
	opacity: 1
}

.quality .box a.lookall:hover {
	color: #fff;
	background: #d64b11;
	border: 1px solid #d64b11
}

.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: -80px;
	-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
}

.marketing .box .caption {
	position: relative;
	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;
	z-index: 10
}

.marketing.active .box .caption {
	-moz-opacity: 1;
	opacity: 1
}

.marketing .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 380px;
	height: 38px;
	background: url(../images/words.png) no-repeat right -575px
}

.marketing .box .caption span {
	padding-left: 5px;
	font-size: 24px
}

.marketing .box ul.items {
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	z-index: 10;
	width: 90%
}

.marketing .box ul.items li {
	width: 220px;
	margin: 0 20px;
	overflow: hidden;
	text-align: center
}

.marketing .box ul.items li img {
	width: 70px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	height: 70px;
	border-radius: 100%;
	border: 1px solid #999
}

.marketing .box ul.items li u {
	display: block;
	position: absolute;
	width: 128px;
	height: 128px;
	background: url(../images/words.png) no-repeat 0 -624px;
	-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
}

.marketing .box ul.items li u.cl {
	clip: rect(0, 128px, -10px, 64px)
}

.marketing .box ul.items li:hover u.cl {
	clip: rect(0, 128px, 128px, 64px)
}

.marketing .box ul.items li u.cr {
	clip: rect(128px, 64px, 128px, 0)
}

.marketing .box ul.items li:hover u.cr {
	clip: rect(0, 64px, 128px, 0)
}

.marketing .box ul.items li strong {
	display: block;
	font-size: 16px;
	text-align: center;
	-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
}

.marketing.active .box ul.items li strong {
	margin-top: 20px
}

.marketing .box ul.items li p {
	line-height: 20px;
	text-align: left;
	margin-top: 28px;
	height: 160px;
	padding: 8px 15px;
	background: url(../images/qp.png) no-repeat top center
}

.marketing .box ul.items li span {
	color: #ec5b1f;
	text-align: center;
	display: block
}

.marketing .shade {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	-moz-opacity: .4;
	opacity: .4;
	filter: alpha(opacity=40)
}

section.aboutus {
	position: relative;
	background: url(../images/wallpaper7.jpg) 50% 60%;
	-moz-background-size: cover;
	background-size: cover
}

.aboutus ul.menu {
	position: absolute;
	list-style: none;
	top: 150px;
	left: 50px;
	width: 80px;
	padding: 0
}

.aboutus ul.menu li {
	position: relative;
	color: #888;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	z-index: 30;
	-webkit-transition: all 0s ease-in-out .2s;
	-moz-transition: all 0s ease-in-out .2s;
	-ms-transition: all 0s ease-in-out .2s;
	-o-transition: all 0s ease-in-out .2s;
	transition: all 0s ease-in-out .2s
}

.aboutus ul.menu li.active {
	color: #fff
}

.aboutus ul.menu li.bg.all {
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	width: 80px !important;
	background: #ec5b1f;
	-moz-opacity: .15;
	opacity: .15;
	filter: alpha(opacity=15);
	z-index: 10
}

.aboutus ul.menu li.bg.one {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	background: #ec5b1f;
	-moz-opacity: .2;
	opacity: .2;
	filter: alpha(opacity=20);
	-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;
	z-index: 20
}

.aboutus .items {
	position: absolute;
	left: -480px;
	width: 480px;
	height: 320px;
	-moz-opacity: 0;
	opacity: 0;
	-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
}

.aboutus.active .items {
	left: 50%;
	-moz-opacity: 1;
	opacity: 1
}

.aboutus .items .swiper-slide.nth2 strong {
	display: block;
	color: #ec5b1f;
	font-size: 22px;
	font-weight: 400;
	color: #FFE500
}

.aboutus .items .swiper-slide.nth2 p {
	margin-top: 20px;
	color: #999;
	line-height: 35px;
}

.aboutus table.exp {
	position: absolute;
	bottom: -80px;
	width: 100%;
	border-top: 1px solid #666;
	-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;
	z-index: 20
}

.aboutus.active table.exp {
	bottom: 0
}

.aboutus table.exp td {
	width: 20%;
	height: 70px;
	color: #FFF;
	text-align: center
}

.aboutus table.exp u {
	margin-right: 10px;
	color: #FF0;
	font-family: Arial;
	font-size: 26px;
	text-decoration: none
}

.aboutus .expBg {
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 70px;
	background: #fff;
	-moz-opacity: .2;
	opacity: .2;
	filter: alpha(opacity=20);
	-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;
	z-index: 10
}

.aboutus.active .expBg {
	bottom: 0
}

.aboutus .shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: .5;
	opacity: .5;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	z-index: 5
}

.aboutus.active .shade {
	-moz-opacity: 0;
	opacity: 0;
	z-index: -1
}

section.contact {
	position: relative;
	background: url(../images/wallpaper8.jpg) 50% bottom;
	-moz-background-size: cover;
	background-size: cover
}

.contact .box {
	position: relative;
	margin: 0 auto;
	width: 810px;
	height: 530px;
	-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 .con-tit {
	font: 700 50px "微软雅黑";
	color: #5b5d62;
}

.contact .con-tit2 {
	font: 700 26px "微软雅黑";
	color: #5b5d62;
	margin-bottom: 35px
}

.contact .con-tit2 span {
	color: #ff5000
}

.contact .con-center {
	width: 860px
}

.contact .con-center-left {
	padding: 35px 0 0 0;
	float: right;
	background: #e19115;
	height: 85px;
	width: 50%
}

.contact .con-center-left img {
	margin-left: 25px
}

.contact .con-center-right {
	width: 50%;
	float: left;
	background: #0d6fb8;
	height: 120px;
	font: 700 65px/120px "微软雅黑";
	color: #fff;
	text-align: center;
	letter-spacing: 8px
}

.contact .box .above {
	position: relative;
	top: -300px;
	width: 100%;
	height: 200px;
	-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 .above {
	top: 0;
	-moz-opacity: 1;
	opacity: 1
}

.contact .box .above .wechat {
	float: left
}

.contact .box .above .left {
	float: left;
	margin: -12px 0 0 70px
}

.contact .box .above .left a.tel {
	display: block;
	margin: 10px 0 15px 0;
	width: 243px;
	height: 37px;
	text-decoration: none;
	background: url(../images/words.png) no-repeat 0 -877px
}

.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 .right {
	float: right;
	margin-top: -3px;
	color: #666;
	line-height: 32px
}

.contact .box .above .right u {
	margin: 0 5px;
	text-decoration: none
}

.contact .box .below {
	position: relative;
	padding-top: 50px;
	width: 100%;
	border-top: 1px dotted #ccc
}

.contact .box .below i {
	display: block;
	position: relative;
	top: 300px;
	margin: 0 auto;
	width: 424px;
	height: 86px;
	background: url(../images/words.png) no-repeat 0 -787px;
	-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: 0;
	-moz-opacity: 1;
	opacity: 1
}

.dock {
	position: fixed;
	right: 0;
	width: 50px;
	-moz-opacity: .7;
	opacity: .7;
	z-index: 200
}

.dock.close {
	z-index: 50
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0;
	padding: 0;
	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(../images/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;
	z-index: 210
}

.dock ul.icons li.active i {
	-moz-opacity: .4;
	opacity: .4
}

.dock ul.icons li.up i {
	background-position: -63px -150px
}

.dock ul.icons li.tel i {
	background-position: -62px -108px
}

.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 {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: #fff;
	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;
	z-index: 201
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100)
}

.dock ul.icons li.tel p {
	width: 100px
}

.dock ul.icons li.im p {
	width: 115px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #ec5b1f;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ec5b1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-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.im p a:hover {
	color: #fff;
	background: #0f8773;
	border: 1px solid #0f8773
}

.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;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0 -348px;
	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 -348px
}

.clear {
	clear: both
}

.case_zh {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px
}

.case_zh ul {
	margin-left: -20px
}

.case_zh ul li {
	width: 285px;
	float: left;
	display: inline;
	padding-left: 20px;
	margin-top: 20px
}

.wf_case_p {
	width: 285px;
	height: 200px;
	overflow: hidden;
}

.wf_case_p img {
	width: 285px;
	height: 200px;
	transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}

.wf_case_p:hover img {
	transform: scale(1.12, 1.12);
	-moz-transform: scale(1.12, 1.12);
	-webkit-transform: scale(1.12, 1.12)
}
