html, body, h3, p, font, span, h2, dl, dd, dt, ul, li {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
}
a, a:hover, button, button:hover {
	text-decoration: none !important;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a:focus, input, textarea {
	outline: none;
	-moz-outline-style: none;
}
li {
	list-style: none;
}
img {
	border: 0;
}
/*loading*/
.loading img{
	width:60px;
}
#loading {
	background-color: #df5a49;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index:999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
.object {
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;
}
#object_one {
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}
#object_two {
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
#object_three {
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#object_four {
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
 @-webkit-keyframes animate {
 50% {
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
 100% {
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @keyframes animate {
 50% {
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
 100% {
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}

/*导航*/
.common-nav {
	position: relative;
	height: 64px;
	width: 755px;
    float: right;
}
.common-nav li {
	float: left;
    margin: 0 20px;
	display: inline;
	height: 64px;
    line-height: 64px;
}
.common-nav li a {
	padding: 0 8px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.common-nav li a:hover {
	text-decoration: none;
}
.common-nav li.common-cur a {
	color: #fff;
}
.common-nav .common-nav-line {
	position: absolute;
	border-bottom: 2px solid #fff;
	height: 0;
	overflow: hidden;
	left: 0;
	bottom: 0;
}
#header {
	color: #fff;
	background: transparent;
}
#header .logo {
	background-image: url(../images/logo-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 180px;
	height: 46px;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin-left: 55px;
	margin-top: 12px;
	background-size: 98%;
}
#header.top .logo {
	width: 180px;
	height: 46px;
	line-height: 46px;
	background-image: url(../images/logo.png);
	margin-top: 12px;
	background-size: 98%;
}
#header.solid:not(.top) .common-nav-line {
	border-bottom: 2px solid #5f55ce;
}
#header.solid:not(.top) a:hover {
	color:#5f55ce;
}
#header.solid:not(.top) li.common-cur a{
	color:#5f55ce;
}
#header.solid:not(.top) .logo:hover {
	-webkit-animation: spin 0.5s ease-in 0s 1 normal;
	-moz-animation: spin 0.5s ease-in 0s 1 normal;
	-o-animation: spin 0.5s ease-in 0s 1 normal;
	animation: spin 0.5s ease-in 0s 1 normal;
}
#header.solid:not(.top) { /*background-color:rgba(250,250,250,1);*/
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#header.solid:not(.top) .menu li:not(.icon):hover a {
	color: #5f55ce;
}
#header.solid:not(.top) .menu li.active:not(.icon) a {
	color: #5f55ce;
	border-top: #5f55ce 2px solid;
}
#header.solid:not(.top) a {
	color: #333;
}
.transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	margin: 0 auto;
	z-index: 99999;
}
/*------------------------------------APP-----------------------------*/
/*.nav-fixed {
	width: 100%;
	height: 76px;
	position: fixed;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	z-index: 99;
}
.index-nav {
	width: 1200px;
	height: 50px;
	margin: 10px 0 0 -600px;
	position: fixed;
	z-index: 999;
	left: 50%;
}
.index-nav img {
	width: 233px;
	height: 50px;
	float: left;
}
.index-nav p {
	width: 750px;
	float: right;
	margin-top: 12px;
}
.index-nav p a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	border: 2px #fff solid;
	border-color: transparent;
	border-radius: 30px;
	margin-right: 19px;
	display: block;
	color: #fff;
	text-align: center;
	float: left;
}
.index-nav p a:hover, .nav-active {
	border: 2px #fff solid !important;
	border-radius: 30px;
}
*//*banner*/
.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sl-slide {
	z-index: 1;
}
.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}
.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}
.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
.demo-1 .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}
.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}
.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}
.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1);
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
.demo-1 .deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
}
.demo-1 [data-icon]:after {
	content: attr(data-icon);
	font-family: 'AnimalsNormal';
	color: #999;
	text-shadow: 0 0 1px #999;
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 100px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	background: url(../images/app1.png) no-repeat center center;
	background-size: 50%;
	border-radius: 50%;
}
.demo-1 .sl-slide h2 {
	color: #000;
	text-shadow: 0 0 1px #000;
	padding: 20px;
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 13px;
	text-transform: uppercase;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 50px;
	bottom: 50%;
	margin: 0 0 -120px 0;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
}
.demo-1 .sl-slide blockquote {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #8b8b8b;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 -200px 0;
	padding: 0;
}
.demo-1 .sl-slide blockquote p {
	margin: 0 auto;
	width: 60%;
	max-width: 400px;
	position: relative;
	color: #fff;
}
.demo-1 .sl-slide blockquote p:before {
	color: #f0f0f0;
	color: rgba(244,244,244,0.65);
	font-family: "Bookman Old Style", Bookman, Garamond, serif;
	position: absolute;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 200px;
	z-index: -1;
	left: -212px;
	top: 35px;
	content: '\201C';
}
.demo-1 .sl-slide blockquote cite {
	font-size: 12px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: "微软雅黑";
}
.demo-1 .bg-1 .sl-slide-inner, .demo-1 .bg-1 .sl-content-slice {
	background: #fff;
}
.demo-1 .bg-2 .sl-slide-inner, .demo-1 .bg-2 .sl-content-slice {
	background: url(../images/app-banner1.png) no-repeat center center;
}
.demo-1 .bg-2 [data-icon]:after, .demo-1 .bg-2 h2 {
	color: #fff;
}
.demo-1 .bg-2 blockquote:before {
	color: #222;
}
.demo-1 .bg-3 .sl-slide-inner, .demo-1 .bg-3 .sl-content-slice {
	background: url(../images/app-banner2.png) no-repeat center center;
}
.demo-1 .bg-3 .deco {
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
}
.demo-1 .bg-3 [data-icon]:after {
	color: #fff;
	text-shadow: 0 0 1px #fff;
	box-shadow: inset 0 0 0 10px #b55381;
}
.demo-1 .bg-3 h2, .demo-1 .bg-3 blockquote {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.demo-1 .bg-3 blockquote:before {
	color: #c46c96;
}
/* Forth Slide */
.demo-1 .bg-4 .sl-slide-inner, .demo-1 .bg-4 .sl-content-slice {
	background: url(../images/app-banner3.png) no-repeat center center;
}
.demo-1 .bg-4 .deco {
	border-color: #379eaa;
}
.demo-1 .bg-4 [data-icon]:after {
	text-shadow: 0 0 1px #277d87;
	color: #277d87;
}
.demo-1 .bg-4 h2, .demo-1 .bg-4 blockquote {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.demo-1 .bg-4 blockquote:before {
	color: #379eaa;
}
.demo-1 .bg-5 .sl-slide-inner, .demo-1 .bg-5 .sl-content-slice {
	background: #ffeb41;
}
.demo-1 .bg-5 .deco {
	border-color: #ECD82C;
}
.demo-1 .bg-5 .deco:after {
	color: #000;
	text-shadow: 0 0 1px #000;
}
.demo-1 .bg-5 h2, .demo-1 .bg-5 blockquote {
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.demo-1 .bg-5 blockquote:before {
	color: #ecd82c;
}
.sl-trans-elems .deco {
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2 {
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote {
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco {
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2 {
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote {
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll {
 0% {
-webkit-transform: translateX(500px) rotate(360deg);
}
 100% {
-webkit-transform: translateX(0px) rotate(0deg);
}
}
@-moz-keyframes roll {
 0% {
-moz-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-moz-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-o-keyframes roll {
 0% {
-o-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-o-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-ms-keyframes roll {
 0% {
-ms-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-ms-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@keyframes roll {
 0% {
transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-webkit-keyframes moveUp {
 0% {
-webkit-transform: translateY(40px);
}
 100% {
-webkit-transform: translateY(0px);
}
}
@-moz-keyframes moveUp {
 0% {
-moz-transform: translateY(40px);
}
 100% {
-moz-transform: translateY(0px);
}
}
@-o-keyframes moveUp {
 0% {
-o-transform: translateY(40px);
}
 100% {
-o-transform: translateY(0px);
}
}
@-ms-keyframes moveUp {
 0% {
-ms-transform: translateY(40px);
}
 100% {
-ms-transform: translateY(0px);
}
}
@keyframes moveUp {
 0% {
transform: translateY(40px);
}
 100% {
transform: translateY(0px);
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes scaleDown {
 0% {
-webkit-transform: scale(1);
}
 100% {
-webkit-transform: scale(0.5);
}
}
@-moz-keyframes scaleDown {
 0% {
-moz-transform: scale(1);
}
 100% {
-moz-transform: scale(0.5);
}
}
@-o-keyframes scaleDown {
 0% {
-o-transform: scale(1);
}
 100% {
-o-transform: scale(0.5);
}
}
@-ms-keyframes scaleDown {
 0% {
-ms-transform: scale(1);
}
 100% {
-ms-transform: scale(0.5);
}
}
@keyframes scaleDown {
 0% {
transform: scale(1);
}
 100% {
transform: scale(0.5);
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@-o-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@-ms-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@media screen and (max-width: 660px) {
.demo-1 .deco {
	width: 130px;
	height: 130px;
	margin-left: -65px;
	margin-bottom: 50px;
}
.demo-1 [data-icon]:after {
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 40px;
	margin: -55px 0 0 -55px;
}
.demo-1 .sl-slide blockquote {
	margin-bottom: -120px;
}
.demo-1 .sl-slide h2 {
	line-height: 22px;
	font-size: 18px;
	margin-bottom: -40px;
	letter-spacing: 8px;
}
.demo-1 .sl-slide blockquote p:before {
	line-height: 10px;
	width: 40px;
	height: 40px;
	font-size: 120px;
	left: -45px;
}
}
/*我们能为您做什么*/
.do {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.common-tit {
	width: 1200px;
	margin: 0px auto;
	font-family: "微软雅黑";
	text-align: center;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}
.common-tit h3 {
	font-size: 36px;
	line-height: 50px;
	color: #333;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
}
.common-tit span {
	font-size: 18px;
	line-height: 35px;
	color: #999;
	text-transform: uppercase;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
}
.common-tit p {
	width: 1000px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 25px;
	color: #555;
	margin: 0 auto;
}
.do-con {
	width: 1200px;
	height: 658px;
	background: url(../images/do.png) no-repeat center center;
	margin: 0 auto;
}
.do-ul {
	width: 980px;
	margin: 0 auto;
	height: 658px;
}
.dodl1 {
	top: 68px;
	left: 60px;
}
.dodl2 {
	top: 484px;
	left: -119px;
}
.dodl3 {
	top: 508px;
	left: 266px;
}
.dodl4 {
	top: 468px !important;
	left: 562px !important;
}
.dodl5 {
	top: 305px !important;
	left: 357px !important;
}
.dodl6 {
	top: 105px !important;
	left: 498px !important;
}
.dodl1-span {
	top: 70px !important;
	left: 228px !important;
}
.dodl2-span {
	top: 484px !important;
	left: 49px !important;
}
.dodl3-span {
	top: 497px !important;
	left: 434px !important;
}
.dodl4-span {
	top: 466px !important;
	left: 753px !important;
}
.dodl5-span {
	top: 287px !important;
	left: 505px !important;
}
.dodl6-span {
	top: 109px !important;
	left: 332px !important;
}
.do-ul ul li {
	display: inline-block;
	position: relative;
	margin: 0 3em;
}
.do-ul ul li a {
	display: inline-block;
	padding: 0.15em 0.25em 0;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.do-ul a:hover {
	color: red;
}
.do-ul ul li dl {
	text-align: center;
	position: absolute;
}
.do-ul ul li dl dd {
	color: #666;
	margin-top: 10px;
}
.tooltip {
	display: inline;
	position: relative;
	color: #CCC;
	z-index: 999;
}
.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 200px;
	height: 100px;
	border-radius: 10px;
	background: url(../images/do-bg.png) repeat;
	left: 50%;
	margin-left: -50px;
	bottom: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	cursor: default;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	line-height: 23px;
}
.tooltip-style1 .tooltip-content {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	-moz-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	-ms-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	-o-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
	-o-transition: opacity 0.3s, -ms-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.tooltip-style2 .tooltip-content {
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	-ms-transform: translate3d(0, -20px, 0);
	-o-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
	-o-transition: opacity 0.3s, -ms-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.tooltip-style2 .tooltip-content i {
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.tooltip-style3 .tooltip-content {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	-moz-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	-ms-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	-o-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
	-o-transition: opacity 0.3s, -ms-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.tooltip-style4 .tooltip-content {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, -45deg);
	-moz-transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, -45deg);
	-ms-transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, -45deg);
	-o-transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, -45deg);
	transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, -45deg);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
	-o-transition: opacity 0.3s, -ms-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.tooltip-style5 .tooltip-content {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
	-o-transition: opacity 0.3s, -ms-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.tooltip:hover .tooltip-content, .tooltip:hover .tooltip-content i {
	opacity: 1 !important;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1, );
	-o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.tooltip-content::after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 24px;
	left: 50%;
	margin-left: -15px;
	top: 100%;
	margin-top: -10px;
	background-size: 100%;
}
/*开发流程*/
.lc-box {
	width: 100%;
	height: 525px;
	background: url(../images/bg-4.jpg) no-repeat center center fixed;
}
.lc {
	width: 1200px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.lc p {
	line-height: 30px;
	padding: 81px 0 20px;
	display: block;
}
.lc a {
	line-height: 35px;
	padding: 0 20px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	border: 1px #fff solid;
	border-radius: 25px;
	color: #fff;
}
.lc a:hover {
	background: #5f55ce;
	border: 1px #5f55ce solid;
	color: #fff;
}
.lc-tu {
	position: relative;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	margin-top: 71px;
}
.lc-tu img {
	position: absolute;
}
/*三大业务*/
#appdown_wrap {
}
.banner_zone {
	width: 100%;
	height: 425px;
	position: relative;
	overflow: hidden
}
.banner_zone h1 {
	width: 383px;
	height: 132px;
	position: absolute;
	left: 50%;
	top: 113px;
	margin-left: -45px;
	z-index: 10
}
.banner_zone .bgs .bg_banner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/banner_1.png) no-repeat center top
}
.banner_zone .hands {
	width: 334px;
	height: 405px;
	background: url(../images/hand_phone.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -600px;
	z-index: 10
}
.section {
	width: 100%;
	height: 520px;
	position: relative;
	overflow: hidden
}
#appdown_wrap .section div {
	opacity: 1
}
.section:nth-of-type(2n+1) {
	background-color: #fff;
}
.section:nth-of-type(2n) {
	background-color: #fdfdfd;
}
.section .text_info {
	width: 480px;
	margin-left: -600px;
	height: 220px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10
}
.action div {
	opacity: 1
}
.quanwei_zone .text_info {
	width: 425px
}
.quanwei_zone .phone {
	position: absolute;
	left: 50%;
	top: 47px;
	margin-left: 180px;
	z-index: 1
}
.quanwei_zone .zoom {
	position: absolute;
	left: 50%;
	top: 156px;
	margin-left: 255px;
	z-index: 5
}
.loupan_zone .text_info {
	width: 560px;
	margin-left: 55px
}
.loupan_zone .phone_white {
	position: absolute;
	left: 50%;
	top: 27px;
	margin-left: -586px;
	z-index: 2
}
.loupan_zone .phone_black {
	position: absolute;
	left: 50%;
	top: 55px;
	margin-left: -225px;
	z-index: 1
}
.loupan_zone .zoom {
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -560px;
	z-index: 5
}
.redian_zone .text_info {
	width: 560px;
	margin-left: -600px
}
.redian_zone .earth {
	position: absolute;
	left: 50%;
	top: 57px;
	margin-left: 180px;
	z-index: 1
}
.redian_zone .hot1 {
	position: absolute;
	left: 50%;
	top: 63px;
	margin-left: 141px;
	z-index: 2
}
.redian_zone .hot2 {
	position: absolute;
	left: 50%;
	top: 195px;
	margin-left: 235px;
	z-index: 2
}
.redian_zone .hot3 {
	position: absolute;
	left: 50%;
	top: 220px;
	margin-left: 545px;
	z-index: 2
}
.zuixin_zone .text_info {
	width: 560px;
	margin-left: 55px
}
.zuixin_zone .phone {
	position: absolute;
	left: 50%;
	top: 27px;
	margin-left: -586px;
	z-index: 1
}
.zuixin_zone .message {
	position: absolute;
	left: 50%;
	top: 102px;
	margin-left: -511px;
	z-index: 2
}
#fujin {
	background: url(../images/process-bg.png) no-repeat scroll center center;
	height: 747px;
	width: 100%;
}
.fujin_zone .text_info {
	width: 730px;
	margin-left: -365px
}
.fujin_zone .people {
	position: absolute;
	left: 50%;
	top: 237px;
	margin-left: -574px;
	z-index: 5
}
.quanwei_zone.action .text_info {
	animation: 1s ease-in-out 0s normal lt_opshow;
	-webkit-animation-name: lt_opshow;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.quanwei_zone.action .phone {
	animation: 2s ease-in-out 0s normal qw_phone;
	-webkit-animation-name: qw_phone;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.quanwei_zone.action .zoom {
	animation: 3s ease-in-out 0s normal zoom_out;
	-webkit-animation-name: zoom_out;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.loupan_zone.action .text_info {
	animation: 1s ease-in-out 0s normal rt_opshow;
	-webkit-animation-name: rt_opshow;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.loupan_zone.action .phone_white {
	animation: 1.7s ease-in-out 0s normal lp_phone_white;
	-webkit-animation-name: lp_phone_white;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1.7s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.loupan_zone.action .phone_black {
	animation: 2.2s ease-in-out 0s normal lp_phone_black;
	-webkit-animation-name: lp_phone_black;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 2.2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.loupan_zone.action .zoom {
	animation: 3.2s ease-in-out 0s normal lp_zoom_out;
	-webkit-animation-name: lp_zoom_out;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 3.2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.redian_zone.action .text_info {
	animation: 1s ease-in-out 0s normal lt_opshow;
	-webkit-animation-name: lt_opshow;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.redian_zone.action .earth {
	animation: 3s ease-out 0s normal earth_roll;
	-webkit-animation-name: earth_roll;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.redian_zone.action .hot1 {
	animation: 3.4s ease-in 0s normal hot_1;
	-webkit-animation-name: hot_1;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 3.4s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.redian_zone.action .hot2 {
	animation: 3.8s ease-in 0s normal hot_2;
	-webkit-animation-name: hot_2;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 4s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.redian_zone.action .hot3 {
	animation: 3.6s ease-in 0s normal hot_3;
	-webkit-animation-name: hot_3;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 3.8s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.zuixin_zone.action .text_info {
	animation: 1s ease-in-out 0s normal rt_opshow;
	-webkit-animation-name: rt_opshow;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.zuixin_zone.action .phone {
	animation: 2s ease-in-out 0s normal opshow;
	-webkit-animation-name: opshow;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.zuixin_zone.action .message {
	animation: 2.5s ease-in-out 0s normal zx_alert;
	-webkit-animation-name: zx_alert;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.fujin_zone.action .text_info {
	animation: 1.5s ease-in-out 0s normal fjrt_opshow;
	-webkit-animation-name: fjrt_opshow;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.fujin_zone.action .people {
	animation: 1s ease-in-out 0s normal opshow;
	-webkit-animation-name: opshow;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal
}
.flink_zone {
	height: 500px;
}
.sys-left a, .sys-left02 a {
	color: #3F3F3F;
	font-weight: normal;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei"
}
.text_info .sys-left {
	width: 560px;
	padding: 125px 0 0 0;
	float: left;
}
.text_info .sys-left h3 {
	font-size: 28px;
	font-family: "微软雅黑";
}
.text_info .sys-left h3 span {
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
}
.text_info .sys-left .line {
	width: 50px;
	height: 28px;
	border-bottom: 2px solid #5f55ce;
}
.text_info .sys-left p {
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	padding-top: 24px;
	clear: both;
}
.text_info .sys-left b {
	font-size: 14px;
	margin-top: 15px;
	display: block;
	font-weight: normal;
}
.text_info .sys-left b span {
	color: #5f55ce;
}
.text_info .sys-left .more {
	margin-top: 20px;
	display: inline-block;
	height: 30px;
	width: 100px;
	line-height: 30px;
	color: #ffffff;
	font-family: "微软雅黑";
	border-radius: 10px;
	text-align: center;
	border: 1px #5f55ce solid;
	color: #5f55ce;
}
.text_info .sys-left {
	padding-top: 105px;
}
.text_info .sys-left02 {
	width: 560px;
	padding: 125px 0 0 0;
	float: right;
	text-align: right;
}
.text_info .sys-left02 h3 {
	font-size: 28px;
	font-family: "微软雅黑";
}
.text_info .sys-left02 h3 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	text-transform: uppercase;
}
.text_info .sys-left02 .line {
	width: 50px;
	height: 28px;
	border-bottom: 2px solid #5f55ce;
	float: right;
}
.text_info .sys-left02 p {
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	padding-top: 24px;
	clear: both;
}
.text_info .sys-left02 b {
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	display: block;
}
.text_info .sys-left02 b span {
	color: #5f55ce;
}
.text_info .sys-left02 .more {
	margin-top: 20px;
	display: inline-block;
	height: 30px;
	width: 100px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	font-family: "微软雅黑";
	border-radius: 10px;
	border: 1px #5f55ce solid;
	color: #5f55ce;
}
.text_info .sys-left02 .more:hover, .text_info .sys-left .more:hover {
	background-color: #5f55ce;
	color: #fff;
}
.text_info .sys-right02 {
	padding: 65px 0 0 0;
	width: 560px;
	float: left;
	text-align: left;
	overflow: hidden;
}
.text_info .sys-right02 {
	padding: 40px 0 0 0;
}
.other-banner {
	width: 100%;
	height: 425px;
	padding-top: 86px;
	background: url(../images/app_banner.jpg) no-repeat scroll center 86px;
}
/*数字*/
.shuzi {
	width: 100%;
	height: 300px;
	background: url(../images/port_head.jpg) no-repeat center center fixed;
	background-size: cover;
}
#wrap33 {
	width: 1200px;
	margin: 0px auto -25px auto;
	text-align: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap33 section {
	display: block;
	clear: left;
	position: relative;
	width: 100%;
}
#wrap33 h1.jumbo {
	font-size: 80px;
	margin: 0;
	color: #fff;
	display: inline-block;
	width: 390px;
	text-align: center;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
	margin: 70px 0 0;
}
#wrap33 h3.jumbo {
	font-size: 27px;
	margin: 0;
	color: #fff;
	display: inline-block;
	width: 390px;
	text-align: center;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
	line-height: 90px;
}
/*案例*/
.grid-case {
	position: relative;
	clear: both;
	margin: 32px auto 0;
	width: 1200px;
	list-style: none;
	text-align: center;
}
.grid-case figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 294px;
	height: 268px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	margin: 0;
}
.grid-case figure img {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	opacity: 0.8;
}
.grid-case figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid-case figure figcaption::before, .grid-case figure figcaption::after {
	pointer-events: none;
}
.grid-case figure figcaption, .grid-case figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid-case figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid-case figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid-case figure h2, .grid-case figure p {
	margin: 0;
}
.grid-case figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-ming {
	background: #5f55ce;
}
figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
figure.effect-ming:hover h2 {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}
figure.effect-ming:hover img {
	opacity: 0.4;
}
/*客户*/
.home_partner_list {
	width: 1200px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.home_partner_list table {
	border-collapse: collapse;
}
.home_partner_list table td {
	width: 238px;
	height: 138px;
}
.home_partner_list table td .partner_box {
	width: 150px;
	height: 100px;
	padding: 19px 30px;
	position: relative;
	z-index: 1;
}
.home_partner_list table td .partner_box2:hover {
	border: 8px solid #f6f6f6;
	padding: 11px 36px;
}
.partner_box .cont1 {
	width: 150px;
	height: 100px;
	position: absolute;
	top: 19px;
	left: 44px;
	z-index: 2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.partner_box .cont2 {
	width: 150px;
	height: 100px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 19px;
	left: 44px;
	z-index: 1;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.partner_box:hover .cont1 {
	transform: rotateY(180deg);
	z-index: 1;
 alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.partner_box:hover .cont2 {
	transform: rotateY(360deg);
	z-index: 2;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.partner_box:hover .cont2 {
	z-index: 2;
}
.partner_box .cont1 {
	transition: all .5s linear 10ms;
}
.partner_box .cont2 {
	transition: all .5s linear 10ms;
}
/*联系我们*/
.cor{
	background:url(../images/cor.png) no-repeat center left;
	padding-left: 26px;
    display: inline-block;
}
.contact_box {
	width: 100%;
	height: 475px;
	float: left;
	background: url(../images/news.png) no-repeat center center fixed;
}
.foot_contact p a{
    margin-left: 7px;
    color: #fff;
}
.foot_contact {
	background: url(../images/page7-wen.png) no-repeat right 85px;
	height: 337px;
	width: 80%;
	min-width: 1200px;
	margin: 61px auto 0;
	color: #fff;
	border-bottom: 1px #fff solid;
}
.foot_contact h3 {
	font-size: 30px;
	line-height: 45px;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
	float: left;
	display: block;
	width: 100%;
	margin: 0;
}
.foot_contact a.qq {
	display: block;
	float: left;
	line-height: 48px;
	background: url(../images/page7-qq.png) no-repeat center left;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-left: 55px;
	color: #fff;
	margin: 16px 0;
	width: 100%;
}
.foot_contact a:hover {
	color:#5f55ce;
}
.foot_contact p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
.link {
	width: 100%;
	color: #fff;
	line-height: 30px;
	width: 80%;
	min-width: 1200px;
	margin: 25px auto 0;
}
.link a {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
}
.link a:hover{
	color:#5f55ce;
}
/*------------------------------------网站开发-----------------------------*/
.banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner ul {
	list-style: none;
}
.banner a {
	color: #538c9f;
}
.banner a:hover {
	color: #84B263;
}
.banner div .wrapper {
	height: 700px;
	overflow: hidden;
	position: relative;
}
.banner .fn-clear {
	zoom: 1;
	left: 50%;
	width: 1920px;
	height: 700px;
	overflow: hidden;
	margin-left: -960px;
	position: absolute;
}
.banner .box_skitter ul {
	display: none;
	width: 999999px;
	height: 700px;
	position: relative;
}
.banner .box_skitter ul li {
	width: 1920px;
	height: 700px;
	text-align: center;
	font-size: 0px;
	float: left;
	display: inline;
}
.banner .box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}
.banner .box_skitter .image {
	overflow: hidden;
	position: relative;
}
.banner .box_skitter .image img {
	display: none;
}
.banner .box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}
.banner .box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.banner .box_skitter .prev_button {
	position: absolute;
	top: 50%;
	left: 20%;
	width: 57px;
	height: 62px;
	margin-top: -31px;
	overflow: hidden;
	background: url("../images/prev1.png") no-repeat left top !important;
	z-index: 999;
	text-indent: -9999em;
}
.banner .box_skitter .next_button {
	position: absolute;
	top: 50%;
	right: 20%;
	width: 57px;
	height: 62px;
	margin-top: -31px;
	overflow: hidden;
	z-index: 999;
	text-indent: -9999em;
	background: url("../images/next1.png") no-repeat left top !important;
}
.banner .box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}
.banner #slideshow ul {
	display: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: "Microsoft YaHei Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #5f55ce;
	text-decoration: none
}
a:hover, a:focus {
	color: #5f55ce;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.container1 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
@media(min-width:768px) {
.container1 {
	width: 750px
}
}
@media(min-width:992px) {
.container1 {
	width: 970px
}
}
@media(min-width:1200px) {
.container1 {
	width: 1170px
}
}
.container1-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.from-top {
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%
}
.from-left {
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%
}
.from-top, .from-left {
	-webkit-animation: enter-clockwise .23s ease-out;
	-moz-animation: enter-clockwise .23s ease-out;
	-ms-animation: enter-clockwise .23s ease-out;
	animation: enter-clockwise .23s ease-out
}
.from-right {
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.from-bottom {
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%
}
.from-right, .from-bottom {
	-webkit-animation: enter-anti-clockwise .23s ease-out;
	-moz-animation: enter-anti-clockwise .23s ease-out;
	-ms-animation: enter-anti-clockwise .23s ease-out;
	animation: enter-anti-clockwise .23s ease-out
}
.to-top {
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%
}
.to-left {
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%
}
.to-top, .to-left {
	-webkit-animation: leave-anti-clockwise .23s ease-out;
	-moz-animation: leave-anti-clockwise .23s ease-out;
	-ms-animation: leave-anti-clockwise .23s ease-out;
	animation: leave-anti-clockwise .23s ease-out
}
.to-right {
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.to-bottom {
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%
}
.to-right, .to-bottom {
	-webkit-animation: leave-clockwise .23s ease-out;
	-moz-animation: leave-clockwise .23s ease-out;
	-ms-animation: leave-clockwise .23s ease-out;
	animation: leave-clockwise .23s ease-out
}
@-webkit-keyframes enter-clockwise {
from {
z-index:3;
-webkit-transform:rotate(-90deg)
}
to {
	z-index: 3;
	-webkit-transform: rotate(0deg)
}
}
@-moz-keyframes enter-clockwise {
from {
z-index:3;
-moz-transform:rotate(-90deg)
}
to {
	z-index: 3;
	-moz-transform: rotate(0deg)
}
}
@-ms-keyframes enter-clockwise {
from {
z-index:3;
-ms-transform:rotate(-90deg)
}
to {
	z-index: 3;
	-ms-transform: rotate(0deg)
}
}
@keyframes enter-clockwise {
from {
z-index:3;
transform:rotate(-90deg)
}
to {
	z-index: 3;
	transform: rotate(0deg)
}
}
@-webkit-keyframes enter-anti-clockwise {
from {
z-index:3;
-webkit-transform:rotate(90deg)
}
to {
	z-index: 3;
	-webkit-transform: rotate(0deg)
}
}
@-moz-keyframes enter-anti-clockwise {
from {
z-index:3;
-moz-transform:rotate(90deg)
}
to {
	z-index: 3;
	-moz-transform: rotate(0deg)
}
}
@-ms-keyframes enter-anti-clockwise {
from {
z-index:3;
-ms-transform:rotate(90deg)
}
to {
	z-index: 3;
	-ms-transform: rotate(0deg)
}
}
@keyframes enter-anti-clockwise {
from {
z-index:3;
transform:rotate(90deg)
}
to {
	z-index: 3;
	transform: rotate(0deg)
}
}
@-webkit-keyframes leave-clockwise {
from {
z-index:3;
-webkit-transform:rotate(0deg)
}
to {
	z-index: 3;
	-webkit-transform: rotate(90deg)
}
}
@-moz-keyframes leave-clockwise {
from {
z-index:3;
-moz-transform:rotate(0deg)
}
to {
	z-index: 3;
	-moz-transform: rotate(90deg)
}
}
#newsboxss {
	position: relative;
	width: 1140px;
}
#newsboxss .about-box {
	position: relative
}
#newsboxss .group-item {
	width: 100%;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 245px;
	overflow: hidden
}
#newsboxss .group-item .item {
	cursor: pointer;
	float: left;
	background-color: #fff;
	position: relative
}
#newsboxss .group-item .item .txt {
	text-align: center;
	width: 100%;
	height: 100%
}
#newsboxss .group-item .item .txt a {
	float: left;
}
#newsboxss .group-item .item .txt a:hover {
	color: #fff;
	text-decoration: none
}
#newsboxss .group-item .item h4 {
	display: block;
	font-size: 20px;
	color: #fff;
	z-index: 2;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	width: 100%;
	font-family: 'Microsoft YaHei Light', webfont, 'Microsoft YaHei'
}
#newsboxss .group-item .item p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 2;
	line-height: 20px;
	display: block;
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden
}
#newsboxss .group-item .item span {
	display: inline-block;
	border: 2px solid #fff;
	position: relative;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 10px;
	border: 2px solid #fff;
	bottom: 10px
}
#newsboxss .group-item {
	width: 20%
}
.website-do .website-do-show {
	background: rgba(95, 85, 206, 0.4);
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: opacity;
	transition-timing-function: ease-in;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 0.3s;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: ease-in;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease-in;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 0.3s;
	-o-transition-property: opacity;
	-o-transition-timing-function: ease-in;
	width: 100%;
	z-index: 0;
}
.website-do:hover .website-do-show {
	opacity: 1;
	filter: alpha(opacity=100);
}
#newsboxss .about-box .box1 {
	width: 100%;
	height: 100%;
	background: url(../images/21.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box2 {
	width: 50%;
	height: 50%;
	background: url(../images/22.jpg) no-repeat;
	background-size: cover;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff
}
#newsboxss .about-box .box3 {
	width: 50%;
	height: 50%;
	background: url(../images/23.jpg) no-repeat;
	float: right;
	background-size: cover;
	border-bottom: 1px solid #fff
}
#newsboxss .about-box .box4 {
	width: 100%;
	height: 50%;
	background: url(../images/24.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box5 {
	width: 100%;
	height: 100%
}
#newsboxss .about-box .box5 .txt, #newsboxss .about-box .box13 .txt, #newsboxss .about-box .box17 .txt, #newsboxss .about-box .itemss .txt, #newsboxss .about-box1 .itemss .txt {
	width: 100%;
	height: 100%;
	background-color: #5f55ce;
	background-image: none;
	display: block;
	text-align: left
}
#newsboxss .about-box .box5 .txt h4, #newsboxss .about-box .box13 .txt h4, #newsboxss .about-box .box17 .txt h4, #newsboxss .about-box .itemss .txt h4, #newsboxss .about-box1 .itemss .txt h4 {
	text-align: left;
	padding: 20px;
	position: relative;
	margin: 0
}
#newsboxss .about-box .box5 .txt p, #newsboxss .about-box .box13 .txt p, #newsboxss .about-box .box17 .txt p, #newsboxss .about-box .itemss .txt p, #newsboxss .about-box1 .itemss .txt p {
	text-align: left;
	padding: 20px;
	padding-top: 0
}
#newsboxss .about-box .box5 .txt span, #newsboxss .about-box .box13 .txt span, #newsboxss .about-box .box17 .txt span, #newsboxss .about-box .itemss .txt span, #newsboxss .about-box1 .itemss .txt span {
	margin: 0;
	text-align: left;
	margin-left: 20px
}
#newsboxss .about-box .box6 {
	width: 100%;
	height: 100%
}
#newsboxss .about-box .box7 {
	width: 50%;
	height: 50%;
	border-right: 1px solid #fff
}
#newsboxss .about-box .box8 {
	width: 50%;
	height: 50%;
	float: right
}
#newsboxss .about-box .box9 {
	width: 100%;
	height: 50%;
	border-top: 1px solid #fff
}
#newsboxss .about-box .box10 {
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #fff
}
#newsboxss .about-box .box11 {
	width: 50%;
	height: 50%;
	border-right: 1px solid #fff
}
#newsboxss .about-box .box12 {
	width: 50%;
	height: 50%;
	float: right
}
#newsboxss .about-box .box13 {
	width: 100%;
	height: 100%;
	background-size: cover
}
#newsboxss .about-box .box13 .txt {
	display: block;
	background-color: #5f55ce;
	background-image: none;
	text-align: left
}
#newsboxss .about-box .box14 {
	width: 100%;
	height: 100%;
	background-size: cover
}
#newsboxss .about-box .box15 {
	width: 100%;
	height: 50%;
	background: url(../images/25.jpg) no-repeat;
	background-size: cover;
	border-bottom: 1px solid #fff
}
#newsboxss .about-box .box16 {
	width: 100%;
	height: 50%;
	background: url(../images/26.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box17 {
	width: 100%;
	height: 100%;
	background: url(../images/27.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box17 .txt {
	display: block;
	background-color: #5f55ce;
	background-image: none;
	background-size: cover;
	text-align: left
}
#newsboxss .about-box .box1 .txt {
	background: url(../images/21.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box2 .txt {
	background: url(../images/22.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box3 .txt {
	background: url(../images/23.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box4 .txt {
	background: url(../images/24.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box6 .txt {
	background: url(../images/26.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box7 .txt {
	background: url(../images/27.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box8 .txt {
	background: url(../images/28.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box9 .txt {
	background: url(../images/29.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box10 .txt {
	background: url(../images/30.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box11 .txt {
	background: url(../images/31.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box12 .txt {
	background: url(../images/32.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box14 .txt {
	background: url(../images/34.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box15 .txt {
	background: url(../images/35.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box .box16 .txt {
	background: url(../images/36.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 {
	position: relative
}
#newsboxss .about-box1 .item .txt ul {
	font-size: 12px;
	height: 140px;
	float: left;
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0
}
#newsboxss .about-box1 .item .txt li {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 212px;
	text-align: left;
	color: #fff;
	background: url(../images/d.png) no-repeat 20px center
}
#newsboxss .about-box1 .item .txt li a {
	color: #fff;
	padding-left: 10px
}
#newsboxss .about-box1 .item .txt li a:before {
}
#newsboxss .about-box1 .item .txt li a:hover {
	color: #ddd
}
#newsboxss .about-box1 .box1 {
	width: 100%;
	height: 100%;
	background: url(../images/1.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 .box2 {
	width: 50%;
	height: 50%;
	background: url(../images/2.jpg) no-repeat;
	background-size: cover;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff
}
#newsboxss .about-box1 .box3 {
	width: 50%;
	height: 50%;
	background: url(../images/3.jpg) no-repeat;
	background-size: cover;
	border-bottom: 1px solid #fff;
	float: right
}
#newsboxss .about-box1 .box4 {
	width: 50%;
	height: 50%;
	background: url(../images/4.jpg) no-repeat;
	background-size: cover;
	border-right: 1px solid #fff
}
#newsboxss .about-box1 .box5 {
	width: 50%;
	height: 50%;
	background: url(../images/5.jpg) no-repeat;
	background-size: cover;
	float: right
}
#newsboxss .about-box1 .box6 .txt, #newsboxss .about-box1 .box12 .txt, #newsboxss .about-box1 .box15 .txt {
	display: block;
	background-color: #5f55ce;
	background-image: none;
	text-align: left
}
#newsboxss .about-box1 .box6 .txt h4, #newsboxss .about-box1 .box12 .txt h4, #newsboxss .about-box1 .box15 .txt h4 {
	text-align: left;
	padding: 20px;
	padding-bottom: 10px;
	position: relative;
	margin: 0
}
#newsboxss .about-box1 .box6 .txt p, #newsboxss .about-box1 .box12 .txt p, #newsboxss .about-box1 .box15 .txt p {
	text-align: left;
	padding: 20px;
	padding-top: 0
}
#newsboxss .about-box1 .box6 .txt span, #newsboxss .about-box1 .box12 .txt span, #newsboxss .about-box1 .box15 .txt span {
	margin: 0;
	text-align: left;
	margin-left: 20px
}
#newsboxss .about-box1 .box6 {
	width: 100%;
	height: 100%;
	background: url(../images/6.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 .box7 {
	width: 100%;
	height: 100%;
	background: url(../images/7.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 .box8 {
	width: 50%;
	height: 50%;
	background: url(../images/8.jpg) no-repeat;
	background-size: cover;
	border-right: 1px solid #fff
}
#newsboxss .about-box1 .box9 {
	width: 50%;
	height: 50%;
	background: url(../images/9.jpg) no-repeat;
	background-size: cover;
	float: right
}
#newsboxss .about-box1 .box10 {
	width: 100%;
	height: 50%;
	background: url(../images/10.jpg) no-repeat;
	background-size: cover;
	border-top: 1px solid #fff
}
#newsboxss .about-box1 .box11 {
	width: 100%;
	height: 100%;
	background: url(../images/11.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 .box12 {
	width: 100%;
	height: 100%;
	background: url(../images/12.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 .box13 {
	width: 100%;
	height: 100%;
	background: url(../images/13.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 .box12 .txt {
	display: block;
	background-color: #5f55ce;
	background-image: none
}
#newsboxss .about-box1 .box14 {
	width: 100%;
	height: 100%;
	background: url(../images/14.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 .box15 {
	width: 100%;
	height: 100%;
	background: url(../images/15.jpg) no-repeat;
	background-size: cover
}
#newsboxss .about-box1 .box15 .txt {
	display: block;
	background-color: #5f55ce;
	background-image: none
}
#newsboxss .about-box .box2 h4, #newsboxss .about-box .box3 h4, #newsboxss .about-box .box7 h4, #newsboxss .about-box .box8 h4, #newsboxss .about-box .box11 h4, #newsboxss .about-box .box12 h4, #newsboxss .about-box1 .box2 h4, #newsboxss .about-box1 .box3 h4, #newsboxss .about-box1 .box4 h4, #newsboxss .about-box1 .box5 h4, .about-box1 .box8 h4, #newsboxss .about-box1 .box9 h4 {
	font-size: 16px
}
#group1 .item {
	display: none
}
.tablis {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 33;
	top: 0;
	right: -15px;
	width: 10px;
	height: auto
}
.tablis li {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #5f55ce;
	margin-bottom: 4px
}
.tablis li a {
	display: block;
	height: 10px;
	overflow: hidden;
	line-height: 10px
}
.tablis li.active {
	background-color: #a0a0a0
}
#newsboxss .item .back-face {
	z-index: -1;
	color: #93f;
	height: 360px\9;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5
}
#newsboxss .item .back-face p {
	padding: 20px;
	position: absolute;
	bottom: 0
}
#newsboxss .item:hover .back-face {
	z-index: 1
}
#newsboxss .item:hover .text h4 {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0
}
.tab-red {
	background: #5f55ce
}
#wrap33 span {
	font-size: 50px;
	margin: 0;
	color: #fff;
	display: inline-block;
	width: 390px;
	text-align: center;
	font-family: '黑体';
	margin: 70px 0 0;
	position: absolute;
	left: 126px;
	top: 17px;
}
.container2 img {
	max-width: 100%;
	vertical-align: middle;
}
.container2 ul {
	margin: 0 -1.5%;
}
.container2 li {
	float: left;
	width: 31.33%;
	margin: 10px 1%;
	list-style: none;
}
.container2 h3 {
	font-size: 20px;
	margin: 5px 0 10px;
}
.container2 p {
	font-weight: 300;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.container2 .btn {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	border: 2px solid #5f55ce;
	background-color: #5f55ce;
	text-decoration: none;
	transition: 0.4s;
}
.container2 .btn:hover {
	background-color: transparent;
	color: #5f55ce;
	transition: 0.4s;
}
.container2 .text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 100%;
	opacity: 0;
	width: 100%;
	padding: 20px;
}
.container2 {
	margin: 0 auto;
	max-width: 1060px;
}
.full-length {
	width: 100%;
	float: left;
}
.port-1 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 4px solid rgba(255, 255, 255, 0.9);
}
.port-1 .text-desc {
	opacity: 0.9;
	top: -100%;
	transition: 0.5s;
	color: #000;
	padding: 45px 20px 20px;
}
.port-1 img {
	transition: 0.5s;
}
.port-1:hover img {
	transform: scale(1.2);
}
.port-1.effect-1:hover .text-desc {
	top: 0;
}
.port-1.effect-2 .text-desc {
	top: auto;
	bottom: -100%;
}
.port-1.effect-2:hover .text-desc {
	bottom: 0;
}
.port-1.effect-3 .text-desc {
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}
.port-1.effect-3:hover .text-desc {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	padding: 45px 20px 20px;
}
.port-3 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 4px solid rgba(255, 255, 255, 0.9);
	perspective: 500px;
}
.port-3 img {
	transition: 0.5s;
}
.port-3.effect-1 .text-desc {
	z-index: -1;
	transition: 0.5s;
	transform: rotateX(80deg);
	transform-origin: center top 0;
	padding: 45px 20px 20px;
	opacity: 1;
}
.port-3.effect-1:hover .text-desc {
	transform: none;
}
.port-3.effect-1:hover img {
	opacity: 0;
	transform: scale(1.2)
}
.port-3.effect-2 .text-desc {
	z-index: -1;
	transition: 0.5s;
	transform: rotateX(80deg);
	transform-origin: center bottom 0;
	top: auto;
	bottom: 0;
	padding: 45px 20px 20px;
}
.port-3.effect-2:hover .text-desc {
	transform: none;
	opacity: 1;
}
.port-3.effect-2:hover img {
	transform: translateY(-100%)
}
.port-3.effect-3 .text-desc {
	z-index: -1;
	transition: 0.5s;
	transform: rotateX(80deg);
	transform-origin: center top 0;
	padding: 45px 20px 20px;
}
.port-3.effect-3:hover .text-desc {
	transform: none;
	opacity: 1;
}
.port-3.effect-3:hover img {
	transform: translateY(100%)
}
.why ul {
	width: 1200px;
	margin: 0 auto;
}
.why ul li {
	width: 400px;
	height: 100px;
	float: left;
}
.why ul li h3 {
	font-size: 24px;
	font-family: "微软雅黑";
}
.why ul li p {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 32px;
}
/*定位要准*/
.postion-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.postion-box ul {
	margin-top: 30px;
}
.postion-box li {
	float: left;
	margin-left: 30px;
	width: 263px;
	background-color: #fff;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	padding: 15px 5px;
}
.postion-box li .postion-pic {
	margin: 0 0 15px 0;
}
.postion-box li .postion-title {
	margin: 0 10px 2px
}
.postion-box li .postion-title a {
	color: #333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1
}
.postion-box li .postion-desc {
	margin: 7px 10px 10px;
	font-size: 12px;
	text-align: center;
	color: #7d7d7d;
	line-height: 20px;
}
.postion-box li {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.postion-box li:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 0px 5px 15px #e5e5e5;
	-moz-box-shadow: 0px 5px 15px #e5e5e5;
	box-shadow: 0px 5px 15px #e5e5e5;
}
/*优秀的项目是这样子做出来的*/
.business-main {
	width: 1200px;
	margin: 0 auto;
}
.cbp-ig-grid {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cbp-ig-grid:before, .cbp-ig-grid:after {
	content: " ";
	display: table;
}
.cbp-ig-grid:after {
	clear: both;
}
.cbp-ig-grid li {
	width: 180px;
	float: left;
	height: 250px;
	text-align: center;
	margin: 10px;
	border-radius: 15px;
	overflow: hidden;
	webkit-box-shadow: 0px -3px 12px #f7f7f7;
	-moz-box-shadow: 0px -3px 12px #f7f7f7;
	box-shadow: 0px -3px 12px #f7f7f7;
}
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #666;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}
.cbp-ig-grid .iconfont {
	font-size: 70px;
	display: inline-block;
}
.icon-xiangmutaolun {
	font-size: 65px !important;
	margin-top: 13px !important;
}
.icon-shijuechuangyi {
	font-size: 73px !important;
	margin-top: 7px !important;
}
.icon-shejiban {
	font-size: 90px !important;
	margin-top: 2px !important;
}
.icon-h {
	font-size: 61px !important;
	margin-top: 19px !important;
}
.icon-daimayingyong {
	font-size: 68px !important;
	margin-top: 14px !important;
}
.icon-yunshuju {
	font-size: 74px !important;
	margin-top: 12px !important;
}
.cbp-ig-icon {
	height: 117px;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cbp-ig-grid .cbp-ig-title {
	margin: 20px 0 10px 0;
	padding: 11px 0 0 0;
	font-size: 16px;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cbp-ig-grid .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #7c7c7c;
	width: 46px;
	height: 1px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -23px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}
.cbp-ig-grid .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	padding: 0 10px;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}
.cbp-ig-grid li:hover .cbp-ig-category, .touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.cbp-ig-grid li > a:hover {
	background: #5f55ce;
}
.cbp-ig-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.cbp-ig-grid li > a:hover .cbp-ig-icon i:before, .cbp-ig-grid li > a:hover .cbp-ig-title {
	color: #fff;
}
.cbp-ig-grid li > a:hover .cbp-ig-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.cbp-ig-grid li > a:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 50px;
}
.kande {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.kande p {
	display: block;
	width: 180px;
	margin: 58px 110px 33px;
	text-align: center;
	line-height: 50px;
	float: left;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	border: 1px dashed #999;
	border-radius: 5px;
}
.container3 {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.grid {
	position: relative;
	float: left;
	width: 380px;
	height: 300px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
.grid:nth-child(1), .grid:nth-child(2) {
	margin-right: 30px;
}
.grid_box {
	width: 396px;
	height: 300px;
	overflow-y: scroll;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}
figure.effect-duke img, figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2, 2, 1);
	transform: scale3d(2, 2, 1);
}
figure.effect-duke p {
	position: absolute;
	top: 22%;
	left: 0;
	width: 89%;
	margin: 20px;
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
/*云米中控*/
/*我们能做些什么*/
/**服务项目**/
#service {
	width: 1200px;
	margin: 0 auto;
}
.serQuery {
	width: 100%;
	height: 346px;
	overflow: hidden;
	padding: 35px 0 0;
	overflow: hidden;
}
.serWrap {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 273px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.serLi {
	position: relative;
	float: left;
	width: 221px;
	height: 273px;
	margin-right: 102.5px;
	cursor: pointer;
	background: #fefefe;
}
.ser_bg {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}
.serIco {
	height: 103px;
	width: 104px;
	margin: 30px auto 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.serIco1 {
	background: url(../images/pic5.png) no-repeat;
}
.serIco2 {
	background: url(../images/pic6.png) no-repeat;
}
.serIco3 {
	text-align: center;
	background: url(../images/pic7.png) 12px 0 no-repeat;
}
.serIco4 {
	text-align: center;
	background: url(../images/pic8.png) 25px 0 no-repeat;
}
.serLi:hover .serIco1 {
	background: url(../images/pic5-5.png) no-repeat;
}
.serLi:hover .serIco2 {
	background: url(../images/pic6-6.png) no-repeat;
}
.serLi:hover .serIco3 {
	background: url(../images/pic7-7.png) 12px 0 no-repeat;
}
.serLi:hover .serIco4 {
	background: url(../images/pic8-8.png) 25px 0 no-repeat;
}
.serIntro {
	padding: 0 0 16px;
	text-align: center;
	line-height: 24px;
	color: #7c7c7c;
}
.serLink {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	line-height: 22px;
	background: url(../images/bg_block.png) no-repeat;
	font-size: 12px;
	color: #7c7c7c;
	padding: 26px 10px;
	text-align: center;
	background-size: 100%;
}
.serLi:hover .serLink {
	background: url(../images/bg_red.png) no-repeat;
	color: #fff;
	background-size: 100%;
}
.serWrap:hover {
	border: 1px solid #5f55ce;
}
.serWrap:hover .serIntro {
	color: #5f55ce;
}
/*为什么选择我们*/
.why {
	width: 1200px;
	margin: 63px auto 36px;
	height: 87px;
}
.why-left {
	width: 600px;
	float: left;
	height: 314px;
	background: url(../images/jango-intro-2.jpg) no-repeat right center;
}
.why-left p {
	background-color: #ffffff;
	width: 300px;
	padding: 25px;
	color: #5c6873;
	font-size: 16px;
	line-height: 25px;
	margin: 60px 0 0;
}
.why-right {
	width: 540px;
	float: right;
}
#accordion .panel {
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin-bottom: 6px;
	border-left: 5px solid #5f55ce;
}
#accordion .panel-heading {
	padding: 0;
	background-color: #fff;
}
#accordion .panel-title a {
	display: block;
	color: #333;
	font-size: 19px;
	font-weight: 600;
	padding: 21px 40px;
	background: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
#accordion .panel-title a.collapsed {
	border-top: 0;
	color: #333;
	background: #fff;
	border-bottom: 1px solid transparent;
}
#accordion .panel-title a:before, #accordion .panel-title a.collapsed:before {
	content: "\f068";
	font-family: FontAwesome;
	position: absolute;
	top: 19px;
	left: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #5f55ce;
}
#accordion .panel-title a.collapsed:before {
	content: "\f067";
}
#accordion .panel-body {
	color: #666464;
	font-size: 17px;
	line-height: 30px;
	border-top: 0 none;
	background: #fff;
	padding: 25px 27px;
}
/*过时的营销方法*/
.out {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0;
	background: url(../images/port_head.jpg) no-repeat center center fixed;
	background-size: cover;
}
.out .common-tit span, .out .common-tit p, .out .common-tit h3 {
	color: #d8d8d8;
}
.out-con {
	width: 1200px;
	margin: 20px auto;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}
.out-con dl {
	width: 300px;
	float: left;
}
.out-con dl dt {
	border-radius: 50%;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.out-con dl dd {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	color: #d8d8d8;
}
.out-con dl dd h4 {
	padding: 15px 0 0;
}
.out-con dl dd p {
	line-height: 21px;
}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
}
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #e2e2e2;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	font-size: 45px;
	line-height: 110px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #5f55ce;
}
.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*微信群控功能*/
.function {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	color: #333;
}
.function .button {
	float: left;
	width: 251px;
	padding: 0 13px;
	line-height: 43px;
	margin: 20px 10px 0;
	text-align: center;
	border-radius: 50px;
	border: 1px #d6d4d4 solid;
	display: block;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.function .button:focus {
	outline: none;
}
.function .button > span {
	vertical-align: middle;
}
.button--nina {
	background: #7986cb;
	color: #fff;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button--nina.button--inverted {
	background: #fff;
	color: #333;
}
.button--nina > span {
	display: inline-block;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
	background-color: #5f55ce;
}
.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.button--nina:hover > span:nth-child(11) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.49s;
}
.button--nina:hover > span:nth-child(12) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.54s;
}
.button--nina:hover > span:nth-child(13) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.58s;
}
/*微信CMS-Wechats*/
.pagewrap {
	height: 700px;
}
.pageblock {
	width: 100%;
}
.pagewrap .fb-like {
	position: fixed;
	left: 30px;
	top: 75px;
	z-index: 100;
}
.pagewrap .githubbuttons {
	position: fixed;
	left: 220px;
	top: 75px;
	z-index: 100;
}
.pagewrap .copy {
	font-size: 10px;
	bottom: 20px;
	left: 30px;
	z-index: 100;
	position: absolute;
	color: white;
}
.pagewrap .copy a, .pagewrap .copy a:hover {
	color: white;
}
.pageblock#fullscreen {
	height: 100%;
	background: none;
	color: white;
}
.pageblock#fullscreen h1 {
	color: white;
	font-size: 72px;
	margin: 0;
	padding: 0;
	font-family: 'sxehwcmaax-blackblack', Helvetica, Arial, Verdana;
	font-weight: normal;
}
.pageblock#fullscreen .pagewrap-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -150px;
	text-align: center;
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent h1 {
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	font-size: 54px;
    margin: 0px 0 2px 0;
    padding: 0;
    line-height: 107px;
	    font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .headersur {
	    font-size:18px;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #FFF;
	display: block;
	    font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .button {
	padding: 10px 40px;
    border: 1px solid white;
    text-transform: uppercase;
    background: transparent;
    background: rgba(0,0,0,.2);
    color: white;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 44px 0;
    line-height: 20px;
	border-radius: 30px;
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .button a, .pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .button a:hover {
	text-decoration: none !important;
	color: white;
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .button:hover {
	background: rgba(0,0,0,.3);
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .text {
	width: 900px;
	margin: 0 auto;
	line-height: 28px;
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .text p{
	    font-size: 23px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #FFF;
    display: block;
	    font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei";
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .text a {
	color: white;
	text-decoration: underline;
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .text a:hover {
	text-decoration: none;
}
.pageblock#fullscreen .pagewrap-slider .pagewrap-slide .slidecontent .text xmp {
	font-size: 13px;
	text-align: left;
	border: 1px solid white;
	background: rgba(0,0,0,0.1);
	padding: 10px 15px;
}
.pageblock#fullscreen #slideposition {
	position: absolute;
	top: 650px;
	    left: 47.5%;
}
.pageblock#fullscreen #slideposition ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pageblock#fullscreen #slideposition ul li.indicator {
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #222;
	margin: 0px 7px;
	padding: 0;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	cursor: pointer;
}
.pageblock#fullscreen #slideposition ul li.indicator.active {
	background: white;
}
/**/
#intro {
	width: 100%;
	height: 700px;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 0 !important;
	background: #2d2d2d;
}
#slides {
	height: 700px !important;
	position: relative;
}
.tgs-slide {
	position: absolute;
	top: 0;
	left: 0;
}
#slidesbg {
	z-index: 1;
}
#slides .scrollable {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
 *zoom: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.intro-content {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.intro-content h1 {
	font-size: 500%;
	font-weight: 900;
	line-height: 95%;
	margin-bottom: 20px;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei"
}
.intro-content span{
	display:inline-block;
	height:2px;
	width:100px;
	background:#fff;
	margin:30px auto;
}
.intro-content h3 {
	font-size: 200%;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	font-family: "novecento_widenormal", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei"
}
.slides-pagination {
	width: 100%;
	position: absolute;
	bottom: 8%;
	z-index: 20;
	text-align: center;
}
.slides-pagination a {
	width: 30px;
	height: 4px;
	background: #ffffff;
	color: #1a1a1a;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a:hover, .slides-pagination a.current {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/*我们的成绩*/
.datatime-left{
	width:100%;
	float:left;
	text-align: center;
}
.datatime-left p{
	color: #5f55ce;
    font-size: 34px;
    font-weight: bold;
    margin: 2px 0px 12px;
}
.datatime-left div a{
    font-size: 28px;
	margin: 5px 14px 47px;
    font-weight: bold;
    border: 1px #efefef solid;
    border-radius: 6px;
    display: inline-block;
    color: #666;
    height:55px;
    line-height: 55px;
}
#t_d{
    width: auto;
    padding: 0 12px;
}
#t_h,#t_m,#t_s{
    width:55px;
}
.datatime-right{
	width:100%;
	float:right;
	text-align:center;
}
.datatime{
	width:1200px;
	margin:0 auto;
}
.datatime-right a{
	display:inline-block;
	color:#555;
	margin: 0 38px;
}
#wechats-shuzi #wrap33 h1.jumbo {
	font-weight: normal;
    font-size: 28px;
    width: auto;
    text-align: center;
    margin:11px 5px;
    color: #666;
}
#wechats-shuzi #wrap33 section {
	width: 610px;
	margin: 0 auto;
}
#wechats-shuzi #wrap33 h3.jumbo {
	color: #333;
	font-weight: lighter;
	font-size: 15px;
	width: 200px;
	text-align: center;
	margin: 0;
	line-height: 33px;
}
#jiejue {
	padding-bottom: 40px;
	background: url(../images/bg0.jpg) no-repeat center fixed;
	height: auto;
	overflow: hidden;
	background-size: cover;
}
.xpage01ul-container {
	width: 1170px;
	margin: 24px auto 0;
}
.xpage01ul {
	height: 380px;
	position: relative;
	display: block;
}
.xpage01ul canvas {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -195px
}
.xpage01ul ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.xpage01ul li A {
	position: absolute;
	display: block;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.xpage01ul li:before a {
}
.xpage01ul li:after a {
}
.xpage01ul li:nth-child(1) a {
	text-align: right;
	padding-right: 110px;
	width: 459px;
	top: 5px
}
.xpage01ul li:nth-child(2) a {
	text-align: left;
	padding-left: 110px;
	width: 459px;
	right: 0;
	top: 5px
}
.xpage01ul li:nth-child(3) a {
	text-align: right;
	padding-right: 110px;
	width: 459px;
	top: 105px;
	left: 15px
}
.xpage01ul li:nth-child(4) a {
	text-align: left;
	padding-left: 110px;
	width: 459px;
	top: 105px;
	right: 15px
}
.xpage01ul li:nth-child(5) a {
	text-align: right;
	padding-right: 110px;
	width: 459px;
	top: 210px;
	left: 80px
}
.xpage01ul li:nth-child(6) a {
	text-align: left;
	padding-left: 110px;
	width: 459px;
	right: 80px;
	top: 210px
}
.xpage01ul li:nth-child(7) a {
	text-align: center;
	width: 260px;
	top: 270px;
	left: 50%;
	margin-left: -130px
}
.xpage01ul li b {
	color: #fff;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
	font-family: "微软雅黑";
}
.xpage01ul li p {
	font-size: 12px;
	color: #b8b8b8;
	font-family: "微软雅黑";
}
.xpage01ul li a:hover {
	transform: scale(1.05, 1.05)
}
.white .common-tit h3, .white .common-tit span, .white .common-tit p {
	color: #d8d8d8 !important;
}
/*功能体系*/
.gntixi {
	height: 756px;
	overflow: hidden;
}
.tab-group {
	position: relative;
	top: 55px;
	border-radius: 0 0 10px 10px;
	width: 1200px;
	margin: 0 auto;
}
.tab-group section {
	opacity: 0;
	height: 0;
	padding: 0 1em;
	overflow: hidden;
	transition: opacity 0.4s ease, height 0.4s ease;
}
.tab-group section.active {
	opacity: 1;
	height: auto;
	overflow: visible;
}
.tab-nav {
	list-style: none;
	margin: -2.5em 0px 15px 0;
	padding: 0;
	height: 2.5em;
	overflow: hidden;
	text-align: center;
}
.tab-nav li {
	display: inline-block;
}
.tab-nav li a {
	top: 1px;
	position: relative;
	display: block;
	float: left;
	border-radius: 10px 10px 0 0;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #333;
	margin-top: .5em;
	margin-right: 1px;
	transition: background .2s ease, line-height .2s ease, margin .2s ease;
}
.tab-nav li font {
	color: #333;
	margin-top: 12px;
	display: inline-block;
}
.tab-nav li.active a {
	border-bottom: 1px #fff solid;
	color: #000;
	line-height: 2.5em;
	margin-top: 0;
}
.tab-group section dl {
	text-align: center;
	float: left;
	width: 145px;
	margin: 20px 0;
	cursor: pointer;
	    visibility: inherit !important;
}
.tab-group section {
}
.tab-group section dl dd {
	color: #333;
	padding-top: 10px;
}
.tab-group section dt img {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	    border-radius: 6px;
}
.tab-group section dl:hover img {
	-webkit-animation: pulse 1s ease 1 0s both;
	animation: pulse 1s ease 1 0s both;
}
.tab-group section dl:hover img {
	-webkit-animation: bounce 1s ease 1 0s both;
	animation: bounce 1s ease 1 0s both;
}
.tab-nav li:last-child font{
	color:#f7f7f7;
}
/*我们的优势*/
.am-container>.we-module {
	margin: 30px 14px 0 0;
	overflow: hidden;
	padding-left: 14px;
}
.am-container {
	width: 1200px;
	margin: 0 auto;
}
.am-g {
	height: 453px;
}
.am-g-left {
	position: relative;
	height: 453px;
	overflow: hidden;
	width: 850px;
	float: left;
	margin-right: 58px;
}
.am-g-right, .am-g-right img {
	height: 483px;
	float: right;
}
.service-wrap {
	position: absolute;
	top: 0;
	width: 96%;
	height: 411px;
	overflow: hidden;
}
.service {
	position: absolute;
	top: 0
}
.service-item {
	padding: 10px;
}
.service-item .s-item-img {
	position: relative;
}
.service-item img {
	position: absolute;
	width: 90px;
	height: 90px;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
.s-item-img img:last-child {
	opacity: 0;
}
.s-item-img:hover img:first-child {
	opacity: 0;
}
.s-item-img:hover img:last-child {
	opacity: 1;
}
.s-item-con {
	margin-left: 110px;
}
.s-item-con h3 {
	font-size: 18px;
	color: #292929;
	padding-top: 6px;
	margin: 15px 0 0;
}
.s-item-con p {
	font-size: 12px;
	color: #7c7c7c;
	margin: 10px 0;
	line-height: 19px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s-item-con a {
	color: #333;
}
.arrow1 {
	background: url(../images/arrow.png) no-repeat center;
	width: 116px;
	height: 38px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
}
.arrow {
	display: block;
	width: 116px;
	height: 38px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
}
.slide-wrap li .bg {
	background: url(../images/index/img50.png) repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*微信CMS-xinwen*/
.wechats-news {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.wechats-news .item {
	padding: 5% 0 2.5%;
	background-color: #fbfbfb;
	height: auto;
	overflow: hidden;
	border: 1px #f7f7f7 solid;
}
.wechats-news .item .col-sm-4 img {
	display: block;
	margin: 25% 0 18% 10%;
}
.wechats-news .item .col-sm-4 p {
	display: inline-block;
	margin-left: 10%;
	padding: 1% 7%;
	color: #fff;
	font-size: 15px;
}
.wechats-news .item .col-sm-8 * {
	color: #8e8e8e;
}
.wechats-news .item .col-sm-8 {
	padding-right: 0;
}
.wechats-news .item .col-sm-8 h5 {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #505050;
	font-size: 15px;
	font-weight: bold;
}
.wechats-news .item .col-sm-8 >a {
	display: block;
	margin-bottom: 16px;
	margin-right: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #8e8e8e;
}
.wechats-news .item .more {
	padding-right: 15px;
}
.wechats-news .item .more a {
	position: relative;
	display: inline-block;
	padding: 2px 14px;
	color: #505050;
	border: 1px solid #d2d2d2;
}
.wechats-news .item .more a em {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
}
.wechats-news .item .more a span {
	position: relative;
	z-index: 1;
}
.wechats-news .industry .item .col-sm-4 p {
	background: #5f55ce;
}
.wechats-news .company .item .col-sm-4 p {
	background: #ffa13d;
}
.wechats-news .item .more a:hover em {
	width: 100%;
}
.wechats-news .item .more a:hover span {
	color: #fff;
}
.wechats-news .industry, .wechats-news .company {
	padding-right: 15px;
}
.wechats-news .industry .item .col-sm-8 >a:hover h5 {
	color: #5f55ce;
}
.wechats-news .industry .item .more a:hover {
	border: 1px solid #5f55ce;
}
.wechats-news .industry .item .more a:hover em {
	background: #5f55ce;
}
.wechats-news .company .item .more a:hover {
	border: 1px solid #ffa13d;
}
.wechats-news .company .item .more a:hover em {
	background: #ffa13d;
}
.wechats-news .company .item .col-sm-8 >a:hover h5 {
	color: #ffa13d;
}
.trans-3 {
	transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
}
.news-width {
	width: 585px;
	float: left;
}
.wechats-news .industry {
	margin-right: 29px;
}
/*更多-联系客服旋转按钮*/
.case-more {
	height: 226px;
	background: #fbfbfb;
}
.case-more .line {
	width: 1px;
	height: 45px;
	background-color: #d9d5d1;
	display: none\9;
}
.case-more .circles {
	width: 7px;
	height: 7px;
	border: 1px solid #d9d5d1;
	display: none\9;
	border-radius: 50%;
}
.button-load-more i {
	margin-top: -7px;
	margin-left: -7px;
	color: #e8e4e0;
	position: relative;
	top: 74px;
	font-size: 25px;
	left: 58px;
}
.button-load-more {
	margin: 0px auto 30px;
	height: 126px;
	width: 126px;
	position: relative;
	display: block;
	cursor: pointer;
}
.button-load-more svg {
	fill: transparent;
	stroke: #e3ded9;
	stroke-width: 1
}
.button-load-more .c1, .button-load-more .c2 {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.button-load-more:hover i {
	-webkit-animation: myCircle 0.8s linear;
	-moz-animation: myCircle 0.8s linear;
	animation: myCircle 0.8s linear;
}
.button-load-more:hover .c1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button-load-more:hover .c2 {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
/*foot-contact*/
.foot-aa {
	height: 272px;
	background: #fbfbfb;
	padding: 64px 0 40px;
}
.aa-gif {
	height: 50px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.btn-slide {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 200px;
	line-height: 50px;
	padding: 0;
	border-radius: 50px;
	background: #fdfdfd;
	border: 1px solid #6e6e6e;
	margin: 10px;
	transition: .5s;
}
.btn-slide:hover {
	background-color: #6e6e6e;
}
.btn-slide:hover span.circle {
	right: 100%;
	margin-right: -45px;
	background-color: #fdfdfd;
	color: #6e6e6e;
}
.btn-slide:hover span.title {
	right: 40px;
	opacity: 0;
}
.btn-slide:hover span.title-hover {
	opacity: 1;
	right: 40px;
}
.btn-slide span.circle {
	display: block;
	background-color: #6e6e6e;
	color: #fff;
	position: absolute;
	float: right;
	margin: 4px;
	line-height: 42px;
	height: 40px;
	width: 40px;
	top: 0;
	right: 0;
	transition: .5s;
	border-radius: 50%;
}
.btn-slide span.title, .btn-slide span.title-hover {
	position: absolute;
	right: 90px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	color: #6e6e6e;
	transition: .5s;
}
.btn-slide span.title-hover {
	right: 80px;
	opacity: 0;
}
.btn-slide span.title-hover {
	color: #fff;
}
.subtitle {
	width: 100%;
	display: block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	margin: 0px 0 34px;
}
/*联系我们*/
.contact-banner{
	width:100%;
	background:url(../images/one_bg.jpg) no-repeat center center;
	height: 590px;
}
.contact-inside {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.contact-inside p {
	line-height: 25px;
	text-align: center;
	margin-top: 15px;
	color: #434343;
}
.num-contact {
	height: 147px;
	margin: 0 auto;
	width: 592px;
}
.num-contact dl {
	padding-top: 21px;
	height: 127px;
	width: 197px;
	text-align: center;
	float: left;
}
.num-contact dl p {
	/*font-family: 'dincondensedcregular';*/
	font-size: 58px;
	color: #444;
	font-weight: 100;
}
.num-contact dl font {
	font-family: "novecento_widelight", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	font-weight: 100;
	font-size: 16px;
	color: #444;
}
.sub {
	width: 124px;
	height: 2px;
	margin:30px auto 0px auto;
	background: #5f55ce;
}
.contact-gif {
	height: 400px;
	width: 100%;
	background: #dfddde url(../images/idea.gif) no-repeat center center;
	text-align: center;
	background-size: 500px;
}
.contact-gif a {
	display: inline-block;
	margin: 215px auto;
	color: #fff;
	padding: 6px 25px;
	border: #fff solid 1px;
	border-radius: 6px;
}
.contact-gif a:hover {
	background: #fff;
	color: #333;
}
.contactTable {
	height: 703px;
	overflow: hidden;
	padding: 70px 0 0px 0;
	width: 960px;
	margin: 0px auto;
}
.contactTable-left {
	width: 500px;
	float: left;
}
.contactTable-redTitle {
	height: 60px;
	line-height: 60px;
	font-size: 48px;
	padding: 5px 0px;
	border-bottom: 2px solid #5f55ce;
	color: #5f55ce;
	font-family: "novecento_widelight", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.contactTable-title {
	line-height: 54px;
	padding: 14px 0 6px 0;
	margin-bottom: 8px;
	font-size: 44px;
	color: #444;
	font-family: "novecento_widelight", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	font-weight: 100;
	border-bottom: 1px solid #d3d3d3;
}
.contactTable-info {
	font-size: 14px;
	color: #444;
	line-height: 30px;
}
.contactTable-footTitle {
	heihgt: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #444;
	margin: 24px 0 6px 0;
}
.contactTable-info {
	font-size: 14px;
	color: #444;
	line-height: 30px;
}
.contactTable-contactTableTitle {
	font-size: 20px;
	line-height: 28px;
	margin-top: 36px;
	color: #5f55ce;
}
.contactTable-contactTableInfo {
	line-height: 22px;
	font-size: 17px;
	margin-top: 12px;
	color: #434343;
}
.contactTable-right {
	width: 400px;
	float: right;
}
.contactTable-title {
	font-size: 24px;
	color: #444;
	padding-bottom: 8px;
}
.contactTable-line {
	padding: 4px 0;
}
.contactTable-line {
	padding: 4px 0;
}
.contactTable-inputText {
	width: 400px;
	font-size: 14px;
	color: #8D8D8D;
	border: 0px;
	background: #f3f3f3;
	padding: 0 18px;
	height: 53px;
	margin: 0px;
	font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
.contactTable-textArea {
	width: 400px;
	height: 184px;
	font-size: 14px;
	color: #8D8D8D;
	border: 0px;
	background: #f3f3f3;
	padding: 18px;
	margin: 0px;
	font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
.contactTable-inputBtn {
	width: 400px;
	font-size: 17px;
	cursor: pointer;
	height: 50px;
	background: #fff;
	color: #5f55ce;
	border: 2px solid #5f55ce;
	font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.contactTable-inputBtn:hover {
	background: #5f55ce;
	color: #fff;
}
#map {
	width: 987px;
    margin: 10px auto 50px;
    padding: 5px;
    border: 1px #ececec solid;
}
/*-----------------------------------------------------------------首页---------------------------------------------------------*/
/*首页*/
.clear {
	clear: both;
	content: "";
}
.pr {
	position: relative;
}
.hidden {
	overflow: hidden !important;
}
/*首页-客户*/
.trans-3 {
	transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
}
.trans-8 {
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: 0.3s;
}
.scale-0x {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.scale-1x {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.shadow {
	-webkit-box-shadow: 7px 7px 7px #dad6d6;
	-moz-box-shadow: 7px 7px 7px #dad6d6;
	box-shadow: 7px 7px 7px #dad6d6;
}
.customer {
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0s;
	padding-bottom: 172px;
	position: relative;
	width: 100%;
	height: 852px;
	padding: 50px 0;
	background: #2c313f;
	margin-top: -10px;
}
.customer .row, .signing {
	width: 1200px;
	margin: 0 auto;
}
.customer .dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/zp_dot.png) repeat;
	-webkit-animation: myflash 8s ease-in-out infinite;
	-moz-animation: myflash 8s ease-in-out infinite;
	-o-animation: myflash 8s ease-in-out infinite;
	animation: myflash 8s ease-in-out infinite;
}
.customerbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(/images/zp_bg1.jpg) repeat-x;
	background-size: auto 100%;
}
.customer ul li {
	position: relative;
	margin: 1% 0;
	color: #abacb0;
}
.customer ul li.col-lg-2 {
	width: 200px;
	height: 180px;
}
.customer ul li.active {
	z-index: 1;
}
.customer ul li a {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	background-color: #333949;
	text-align: center;
}
.customer ul li a img {
	width: 180px;
	height: 180px;
}
.customer ul li:first-child {
	padding-top: 4%;
	text-align: right;
}
.customer ul li:first-child img {
	margin-bottom: 20px;
}
.customer ul li:first-child {
	text-align: right;
}
.customer ul li:first-child * {
	margin-right: 1%;
}
.customer ul li a:hover {
	background-color: #5f55ce;
	-webkit-box-shadow: 0 0 17px #282c39;
	-moz-box-shadow: 0 0 17px #282c39;
	box-shadow: 0 0 17px #282c39;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.customer ul li a:hover img {
	position: relative;
	top: -0.5px;
	left: 0.5px;
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	transform: scale(0.96);
}
/*首页-案例*/
#index-slides {
}
.slides_container li {
	float: left;
}
.pagination {
	position: absolute;
	left: 591px;
	z-index: 10;
	top: 233px;
	margin: 0 !important;
}
.pagination li {
	float: left;
	padding-right: 7px;
}
.pagination a {
	display: block;
	outline: none;
	background: url(../images/index/pg.gif) no-repeat -1px 0;
	text-indent: -999em;
	width: 14px;
	height: 14px;
	padding: 0 !important;
	border: none !important;
}
.pagination li.current a {
	background-position: -22px 0;
}
.index-grid {
	position: relative;
	margin: 0 auto;
	height: 245px;
	width: 1200px;
	list-style: none;
	text-align: center;
	top: -123px;
	overflow: hidden;
	height: 245px;
}
.slides_container {
	height: 187px;
	overflow: hidden !important;
}
.index-grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 12px;
	height: 176px;
	width: 274px !important;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}
.index-grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 117%;
	opacity: 0.8;
	border-radius: 5px;
	overflow: hidden;
	margin-left: -8%;
}
.index-grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.index-grid figure figcaption::before, .index-grid figure figcaption::after {
	pointer-events: none;
}
.index-grid figure figcaption, .index-grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index-grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.index-grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.index-grid figure h2 span {
	font-weight: 800;
}
.index-grid figure h2, .index-grid figure p {
	margin: 0;
}
.index-grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-layla {
	background: #000;
}
figure.effect-layla img {
}
figure.effect-layla figcaption {
	padding: 3em;
}
figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}
figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
figure.effect-layla h2 {
	padding-top: 9%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	FONT-SIZE: 20PX;
}
figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
figure.effect-layla img, figure.effect-layla h2 {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}
figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-layla:hover h2, figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::after, figure.effect-layla:hover h2, figure.effect-layla:hover p, figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*我们的服务*/
.indexService {
	padding: 0;
	background: #f9f9f9;
}
.indexService li {
	width: 25%;
	float: left;
	cursor: pointer;
	height: 300px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.indexService li img {
	width: 100%;
	display: block;
	overflow: hidden;
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.indexService li .name {
	font-size: 28px;
	text-align: center;
	margin-top: 90px;
	line-height: 38px;
	overflow: hidden;
	color: #fff;
	padding: 0 15%;
	position: relative;
	z-index: 9;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.indexService li .intro {
	line-height: 29px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	padding: 0 15%;
	margin-top: 15px;
	position: relative;
	z-index: 9;
}
.indexService li:hover .name {
	margin-top: 70px;
}
.indexService li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
/*首页-头部视频*/
.gb-header, .gb-nav {
	height: 86px;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 8;
}
.gb-nav {
	background: rgba(255,255,255,0.25);
	z-index: 99999;
}
.gb-nav, .gb-header {
	top: -86px;
	/*css3*/



	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.gb-nav.show, .gb-header.show {
	top: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.gb-nav.show {
	background: rgba(0,0,0,0.25);
}
.gh {
	float: right;
	height: 34px;
	width: 34px;
	margin-right: 30px;
	margin-top: 25px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
}
.gh.selected {
	transform: rotate(90deg);
}
.gh a {
	background-color: #000;
	display: block;
	height: 4px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}
.gh:hover a:before {
	transform: translateY(-2px) rotate(0deg);
	-webkit-transform: translateY(-2px) rotate(0deg);
	-ms-transform: translateY(-2px) rotate(0deg);
}
.gh:hover a:after {
	transform: translateY(2px) rotate(0deg);
	-webkit-transform: translateY(2px) rotate(0deg);
	-ms-transform: translateY(2px) rotate(0deg);
}
.gh.selected:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}
.gh.selected:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}
.gh a:after, .gh a:before {
	background-color: #000;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}
.gh a:after {
	top: 10px;
}
.gh a:before {
	top: -10px;
}
.gh.selected a:after, .gh.selected a:before {
	top: 0;
}
.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}
.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a {
	background-color: transparent !important;
}
.gb-nav.show .gh a, .gb-nav.show .gh a:after, .gb-nav.show .gh a:before {
	background-color: #fff;
}
.header .logo, .gb-nav .logo {
	margin-left: 60px;
	float: left;
	display: inline;
	margin-top: 24px;
}
.gb-nav .logo {
	position: relative;
}
.gb-nav .logo img {
	position: absolute;
	left: 0;
	top: 0;
}
.gb-nav .logo img.img2 {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.gb-nav.show .logo img.img2 {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.header .nav {
	margin-right: 50px;
	float: right;
	display: inline;
	margin-top: 40px;
}
.header .nav li {
	float: left;
	display: inline;
	margin-left: 40px;
	font-size: 14px;
}
.header .nav li a {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-decoration: none;
}
.header .nav li span {
	display: block;
	transition: all 0.3s ease-in-out 0s;
}
.header .nav li span.s2 {
	color: #E31414;
	font-weight: bold;
}
.header .nav li a:hover .s1, .header .nav li.selected a .s1 {
	margin-top: -24px;
}
.section {
	position: relative;
}
.page1 {
	background: url(../imgs/bg1.jpg) no-repeat center;
	background-size: cover !important;
	height: 886px;
}
.arrow, .page1 .nav {
	z-index: 2;
}
.arrow {
	width: 87px;
	height: 87px;
	position: absolute;
	left: 50%;
	margin-left: -44px;
	bottom: 110px;
	cursor: pointer;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrow table {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	top: 5px;
}
.arrow:before,.arrow:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	pointer-events: none
}
.arrow:before {
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	-moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.arrow:after {
	width: 86px;
	height: 86px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 0;
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.arrow:hover:before {
	opacity: 0;
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.arrow:hover:after {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.gb-arrow {
	background: url(/22vd/images/img42.png) no-repeat left center;
	height: 47px;
	line-height: 47px;
	padding-left: 30px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: 1500px;
	font-size: 12px;
	color: #fff;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.active .gb-arrow {
	margin-top: -23px;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.slide-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.slide-wrap ul {
	width: 100%;
	height: 100%;
}
.slide-wrap li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.slide-wrap li .wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -250px;
}
.slide-wrap li.selected {
}
.slide-wrap li .bg {
	background: url(../images/index/img50.png) repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
}
.slide-wrap li.selected .bg {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}
.slide-wrap li .img {
	position: relative;
	z-index: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
}
.slide-wrap li.selected .img {
	-webkit-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
.slide-wrap li .text {
	color: #fff;
	font-size: 20px;
	margin-top: 25px;
	position: relative;
	z-index: 9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.slide-wrap video {
	position: absolute;
	z-index: 0;
	top: -93px;
	left: 0px;
	min-width: 0px; /*min-height: 999px;*/
	min-width: 100%;
	min-height: 117%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.slide-wrap li#s1 video {
	opacity: 0;
}
.slide-wrap li#s1.selected video {
	opacity: 1;
}
.slide-wrap li#s1 .img {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
.slide-wrap li#s1.selected .img {
	opacity: 1;
}
.slide-wrap li#s1 .text {
	opacity: 0;
}
.slide-wrap li#s1.selected .text {
	opacity: 1;
}
.slide-wrap li#s2 video {
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
}
.slide-wrap li#s2.selected video {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}
.slide-wrap li#s2 .img {
	position: relative;
	display: inline-block;
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
.slide-wrap li#s2.selected .img {
	opacity: 1;
}
.slide-wrap li#s2 .quan {
	position: absolute;
	right: 0;
	top: 0;
}
.slide-wrap li#s2 .img {
	opacity: 0;
}
.slide-wrap li#s2 .text {
	opacity: 0;
}
.slide-wrap li#s3 video {
	opacity: 0;
}
.slide-wrap li#s3.selected video {
	opacity: 1;
}
.slide-wrap li#s3 .img {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	-ms-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
.slide-wrap li#s3.selected .img {
	opacity: 1;
}
.slide-wrap li#s3 .text {
	opacity: 0;
}
.slide-wrap li#s3.selected .text {
	opacity: 1;
}
.slide-nav-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 25px;
	margin-bottom: -5px;
	opacity: 1;
	overflow: hidden;
	z-index: 8;
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	height: 84px;
}
#slide-nav {
	position: relative;
	width: 620px;
	height: 26px;
	margin: auto;
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-webkit-transform: translateX(90px);
	transform: translateX(90px)
}
.nav-line {
	float: left;
	position: relative;
	width: 90px;
	height: 1px;
	top: 13px
}
.nav-line:after {
	content: '';
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	background-color: #fff;
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-line.small:after {
	width: 78px
}
.nav-line.x-small:after {
	width: 63px;
	-moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-line.prev:after {
	left: 0
}
.nav-line.next:after {
	right: 0
}
.nav-line:first-child:before, .nav-line:last-child:before {
	content: '';
	position: absolute;
	top: 0;
	width: 8000px;
	height: 1px;
	background-color: #fff;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.nav-line:first-child:before {
	left: -8000px
}
.nav-line:last-child:before {
	right: -8000px
}
.nav-bullet-container {
	float: left;
	position: relative;
	width: 26px;
	height: 26px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.nav-bullet-container:nth-child(1) {
	margin-left: 100px
}
.nav-bullet-container:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 8px;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
#slide-nav .nav-bullet-container:hover:before {
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1
}
#slide-nav .nav-bullet-container:hover .nav-link:before {
	-moz-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
	opacity: 0;
	-moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
#slide-nav .nav-bullet-container:hover .nav-link:after {
	-moz-transform: scale(3.3, 3.3);
	-ms-transform: scale(3.3, 3.3);
	-webkit-transform: scale(3.3, 3.3);
	transform: scale(3.3, 3.3);
	opacity: 0.2
}
#slide-nav .nav-bullet-container:hover .nav-bullet {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
#slide-nav .nav-bullet-container:hover .nav-text {
	opacity: 1;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}
.nav-bullet-container.active .nav-link:after {
	opacity: 1
}
.nav-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
.nav-link:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.5;
	-moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.nav-link:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	width: 8px;
	height: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-bullet {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 8px;
	height: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-text {
	position: absolute;
	left: -44px;
	bottom: -22px;
	width: 113px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	color: #fff;
}
/*雷达波纹效果*/
.gb-radar {
	position: relative;
}
.gb-radar:before, .gb-radar:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	pointer-events: none
}
.gb-radar:before {
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	-moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.gb-radar:after {
	width: 86px;
	height: 86px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 0;
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.gb-radar:hover:before {
	opacity: 0;
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.gb-radar:hover:after {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
/*案例*/
.grid-news-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 1em;
	width: 1200px;
	margin: 0 auto;
}
.grid-newscontent:not(:first-child) {
	padding: 4em 0;
}
.grid-newscontent.content--padded {
	padding: 4em 0 8em;
}
.content__title {
	font-size: 0.85em;
	position: absolute;
	top: 18%;
	left: 2em;
	width: 5em;
	margin: 0.75em 0;
	color: #b0adad;
}
.grid-news {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	perspective: 800px;
	perspective-origin: 50% 100%;
	margin-top: 14px;
}
.grid__item {
	position: relative;
	display: block;
	flex: none;
	width: 250px;
	margin: 15px 23px;
	cursor: default;
	transform-style: preserve-3d;
}
.grid__item:hover, .grid__item:focus {
	outline: none;
}
.grid__item--c1, .grid__item--c1:hover, .grid__item--c1:focus {
	color: #77cec0;
}
.grid__item--c2, .grid__item--c2:hover, .grid__item--c2:focus {
	color: #3d5191;
}
.grid__item--c3, .grid__item--c3:hover, .grid__item--c3:focus {
	color: #6ec0ff;
}
.grid__item--c4, .grid__item--c4:hover, .grid__item--c4:focus {
	color: #ffdc28;
}
.stack {
	position: relative;
	width: 100%;
	height: 200px;
	transform-style: preserve-3d;
}
.stack__deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	transform-origin: 50% 100%;
}
.stack__deco:first-child {
	opacity: 0.2;
}
.stack__deco:nth-child(2) {
	opacity: 0.4;
}
.stack__deco:nth-child(3) {
	opacity: 0.6;
}
.stack__deco:nth-child(4) {
	opacity: 0.8;
}
.stack__figure {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transform-origin: 50% 100%;
}
.stack__img {
	position: relative;
	display: block;
	flex: none;
}
.grid__item-caption {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	transform-style: preserve-3d;
}
.grid__item-title {
	font-size: 16px;
	width: 100%;
	margin: 20px 0 10px;
	text-align: center;
	color: #333;
}
.column {
	width: 100%;
	padding: 0 0.5em;
	opacity: 0;
}
.column--left {
	text-align: right;
	display: none;
}
.column--right {
	text-align: left;
}
.column__text {
	font-size: 0.85em;
	display: block;
	color: #fff;
}
.column--left .column__text {
	font-weight: bold;
}
.column--right .column__text {
	color: #999;
	line-height: 22px;
	text-align: center;
}
.grid--effect-vega .column {
	opacity: 1;
}
.grid--effect-castor .stack__figure, .grid--effect-castor .stack__deco {
	transform-origin: 50% 50%;
}
.grid--effect-castor .column {
	opacity: 1;
}
.grid--effect-hamal {
	perspective: none;
}
.grid--effect-hamal .column {
	opacity: 1;
}
.grid--effect-polaris {
	perspective-origin: 100% -100%;
}
.grid--effect-polaris .column {
	opacity: 1;
}
.grid--effect-alphard {
	perspective: none;
}
.grid--effect-alphard .column {
	opacity: 1;
}
.grid--effect-alphard .stack__figure, .grid--effect-alphard .stack__deco {
	transform-origin: 50% 150%;
}
.grid--effect-altair {
	perspective-origin: 50% -50%;
}
.grid--effect-altair .column {
	opacity: 1;
}
.grid--effect-altair .stack__figure, .grid--effect-altair .stack__deco {
	transform-origin: 50% 100%;
}
.grid--effect-rigel {
	perspective-origin: 50% 100%;
}
.grid--effect-rigel .column {
	opacity: 1;
}
.grid--effect-canopus {
	perspective-origin: 50% 0%;
}
.grid--effect-canopus .column {
	opacity: 1;
}
.grid--effect-canopus .stack__figure, .grid--effect-canopus .stack__deco {
	transform-origin: 50% 100%;
}
.grid--effect-pollux {
	perspective: 1000px;
	perspective-origin: 50% -70%;
}
.grid--effect-pollux .column {
	opacity: 1;
}
.grid--effect-pollux .stack__figure, .grid--effect-pollux .stack__deco {
	transform-origin: 50% 50%;
}
.grid--effect-pollux .grid__item-caption > .grid__item-title {
	transform-origin: 50% -200%;
}
.grid--effect-deneb {
	perspective: none;
}
.grid--effect-deneb .stack__figure, .grid--effect-deneb .stack__deco {
	transform-origin: 50% 50%;
}
.grid--effect-deneb .grid__item-caption > .column {
	transform-origin: 50% -200%;
}
.content.content--related {
	font-weight: bold;
	justify-content: center;
	min-height: 0;
	padding-bottom: 10em;
	text-align: center;
	background: #5d5d66;
}
.content--related a {
	color: #b0adad;
}
.content--related a:hover, .content--related a:focus {
	color: #fff;
}
.content--related p:first-child {
	padding: 6em 0 2em;
}
.content--related p {
	width: 100%;
	color: #37373e;
}
.media-item {
	font-size: 0.85em;
	display: inline-block;
	padding: 1em 2vw;
	vertical-align: top;
	transition: color 0.3s;
}
.media-item__img {
	max-width: 100%;
	opacity: 0.6;
	transition: opacity 0.3s;
}
.media-item:hover .media-item__img, .media-item:focus .media-item__img {
	opacity: 1;
}
.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}
/*首页-新闻*/
.index-news {
	width: 1200px;
	height: auto;
	margin: 33px auto;
}
.index-news .news-left {
	width: 384px;
	height: 430px;
	float: left;
	background: url(../images/index/index-news.png) no-repeat center center;
}
.index-news .news-right {
	float: right;
	width: 700px;
}
.index-news .news-right article {
	width: 100%;
	padding: 19px 0;
	width: 100%;
	opacity: 0;
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
}
.index-news .news-right article:nth-of-type(1) {
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}
.index-news .news-right article:nth-of-type(2) {
	transition: all .8s ease .2s;
	-webkit-transition: all .8s ease .2s;
	-moz-transition: all .8s ease .2s;
}
.index-news .news-right.active article {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.index-news .news-right article time {
	margin-left: 8px;
}
.index-news .news-right article time img {
	display: inline-block;
	vertical-align: middle;
}
.index-news .news-right article time font {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
	font-size: 14px;
	font-family: 'HelveticaNeue';
	color: #000;
}
.index-news .news-right article h3 {
	margin: 30px 0 25px 0;
	font-size: 0;
}
.index-news .news-right article h3 i {
	display: inline-block;
	width: 0px;
	height: 1px;
	background-color: #000;
	vertical-align: middle;
	margin-right: 10px;
}
.index-news .news-right article h3 a {
	display: inline-block;
	font-size: 18px;
	color: #000;
	vertical-align: middle;
}
.index-news .news-right article h3 a h5 {
	font-size: 18px;
}
.index-news .news-right article p {
	font-size: 12px;
	color: #737373;
	line-height: 2;
	margin-left: 8px;
}
.index-news .news-right article h3:hover i {
	width: 30px;
}
.index-news .news-right .more {
	padding-top: 20px;
	opacity: 0;
	transform: translateX(400px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	transition: all .8s ease .4s;
	-webkit-transition: all .8s ease .4s;
	-moz-transition: all .8s ease .4s;
}
.index-news .news-right.active .more {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.index-news .news-right .more font {
	display: inline-block;
	width: 0px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 10px;
}
.index-news .news-right article h3 i, .index-news .news-right .more font {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
}
.index-news .news-right .more i {
	display: inline-block;
	width: 38px;
	color: #b5b5b5;
}
.index-news .news-right .more:hover font {
	width: 40px;
}
/*3d鼠标跟随*/
.card {
	display: block;
	cursor: pointer;
}
/*APP设计我们能做些什么*/
.vip_plugs {
	position: relative;
	padding: 175px 0;
}
.wwdc15 {
	font-size: 24px;
	position: relative;
}
.wwdc15 span {
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 240px;
	position: absolute;
	left: -webkit-calc(50% - 120px);
	left: calc(50% - 120px);
	bottom: 65px;
}
.wwdc15 .large-circles {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
.wwdc15 .small-shapes {
	-webkit-animation: spin 30s linear infinite;
	animation: spin 30s linear infinite;
}
.wwdc15 .circle {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-radius: 50%;
	left: -webkit-calc(50% - 120px);
	left: calc(50% - 120px);
	top: -webkit-calc(50% - 240px);
	top: calc(50% - 240px);
	-webkit-transform-origin: 50% 240px;
	-ms-transform-origin: 50% 240px;
	transform-origin: 50% 240px;
}
.wwdc15 .one {
	background: rgba(16,63,236,0.75);
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}
.wwdc15 .two {
	background: rgba(37,172,162,0.75);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.wwdc15 .three {
	background: rgba(233,124,32,0.75);
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.wwdc15 .four {
	background: rgba(235,67,35,0.75);
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}
.wwdc15 .five {
	background: rgba(190,28,65,0.75);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.wwdc15 .six {
	background: rgba(208,57,159,0.75);
	-webkit-transform: rotateZ(225deg);
	transform: rotateZ(225deg);
}
.wwdc15 .seven {
	background: rgba(150,32,198,0.75);
	-webkit-transform: rotateZ(270deg);
	transform: rotateZ(270deg);
}
.wwdc15 .eight {
	background: rgba(95,33,203,0.75);
	-webkit-transform: rotateZ(315deg);
	transform: rotateZ(315deg);
}
.wwdc15 .small {
	width: 100px;
	height: 100px;
	left: -webkit-calc(50% - 50px);
	left: calc(50% - 50px);
	top: -webkit-calc(50% - 315px);
	top: calc(50% - 315px);
	-webkit-transform-origin: 50% 315px;
	-ms-transform-origin: 50% 315px;
	transform-origin: 50% 315px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	-webkit-box-shadow: 0 0.5px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0.5px 1px rgba(0,0,0,0.2);
}
.wwdc15 .small img {
	width: 100%;
}
.wwdc15 .content {
	text-align: center;
	position: relative;
	background: #fff;
	border: 5px solid #e5e5e5;
	border-radius: 50%;
	width: 370px;
	height: 370px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-sizing: border-box;
	margin: 0 auto;
}
.wwdc15 .content h1 {
	font-size: 24px;
	margin: 54px auto 28px;
	max-width: 100%;
	color: #333;
	font-weight: 300;
}
.wwdc15 .content p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.wwdc15 .content .more_btn {
	display: inline-block;
	padding: 0 30px;
	border-radius: 4px;
	font-size: 16px;
	background-color: #fff;
	border: 1px #5f55ce solid;
	color: #5f55ce;
	height: 40px;
	line-height: 38px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-top: 20px;
}
.wwdc15 .content .more_btn:hover {
	color: #fff;
	background-color: #5f55ce;
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotateZ(0);
transform:rotateZ(0);
}
100% {
-webkit-transform:rotateZ(360deg);
transform:rotateZ(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform:rotateZ(0);
transform:rotateZ(0);
}
100% {
-webkit-transform:rotateZ(360deg);
transform:rotateZ(360deg);
}
}
@-webkit-keyframes spin-pulse {
0% {
-webkit-transform:scale(1) rotateZ(0);
transform:scale(1) rotateZ(0);
}
50% {
-webkit-transform:scale(0.9) rotateZ(180deg);
transform:scale(0.9) rotateZ(180deg);
}
100% {
-webkit-transform:scale(1) rotateZ(360deg);
transform:scale(1) rotateZ(360deg);
}
}
@keyframes spin-pulse {
0% {
-webkit-transform:scale(1) rotateZ(0);
transform:scale(1) rotateZ(0);
}
50% {
-webkit-transform:scale(0.9) rotateZ(180deg);
transform:scale(0.9) rotateZ(180deg);
}
100% {
-webkit-transform:scale(1) rotateZ(360deg);
transform:scale(1) rotateZ(360deg);
}
}
/*联系我们-招聘信息*/
.join-box .pr {
	position: relative;
}
.join-box .pa {
	position: absolute;
}
.process img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}
.join-box {
	width: 100%;
}
.activities-wrap {
	padding: 80px 0;
	width: 1200px;
	margin: 0 auto;
}
.activities {
	margin: 0 6.6%;
	padding-bottom: 60px;
}
.activities .bgbox {
	position: relative;
	height: 518px;
	margin-left: 9.6%;
	background: url(../images/zpxxbg.png) no-repeat center center;
}
.activities .bgbox .item-zp {
	position: absolute;
	width: 100%;
	height: 502px;
}
.activities .imgbox {
	position: absolute;
	z-index: 1;
	top: 15%;
	left: -10.6%;
	width: 62.5%;
	overflow: hidden;
	opacity: 0;
}
.activities .text-zp {
	position: absolute;
	right: 2.2%;
	top: 64px;
	padding: 0 26px 0 13px;
	width: 41.1%;
	height: 82%;
	overflow: hidden;
	opacity: 0;
}
.activities .date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #b9b3ff;
}
.activities .tit {
	font-size: 20px;
	color: #fff;
	line-height: 42px;
	overflow: hidden;
}
.activities .desc {
	font-size: 12px;
	line-height: 23px;
	padding-top: 14px;
	color: #e5e3ff;
	vertical-align: bottom;
	overflow: hidden;
}
.activities .abtn {
	position: absolute;
	bottom: -7%;
	display: block;
	width: 20.4%;
	height: 57px;
	line-height: 57px;
	background: #965fda;
	color: #fff;
	text-align: center;
}
.activities .prev {
	right: 22.8%;
}
.activities .next {
	right: 2.2%;
}
.activities .abtn span {
	position: relative;
	top: 26px;
	left: 35%;
	display: block;
	width: 31%;
	height: 1px;
	background: #fff;
}
.activities .abtn span:before, .activities .abtn span:after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	background: #fff;
}
.activities .prev span:before, .activities .prev span:after {
	left: -2px;
}
.activities .prev span:before, .activities .next span:after {
	top: -4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.activities .prev span:after, .activities .next span:before {
	bottom: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.activities .next span:before, .activities .next span:after {
	right: 0;
}
.activities .next span:before {
	top: -4px;
	bottom: auto;
}
.activities .next span:after {
	top: auto;
	bottom: -4px;
}
.activities .abtn:hover {
	background: #5f55ce;
}
.activities .prev:hover span {
	left: 20%;
	width: 40%;
}
.activities .next:hover span {
	left: 40%;
	width: 40%;
}
/* about ~ process */
.scene {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	right: 0;
	border-bottom: 100px solid #342a2a;
	height: 800px;
}
.scene .parallax {
	position: absolute;
	bottom: 0;
}
.scene > div.clouds {
	width: 895px;
	left: 50%;
	margin-left: -447px;
	height: 255px;
	bottom: 250px;
}
.scene div.trees {
	z-index: 100;
	left: 50%;
	bottom: 20px;
	margin-left: -454px;
}
.scene div.grass {
	z-index: 200;
	left: 50%;
	bottom: 20px;
	margin-left: -482px;
}
.buildings {
	    left: 567px;
}

.process {
	padding:19% 0 0%;
	background: #2c313f fixed;
	position: relative;
	width: 100%;
}
.process .container {
	width: 1200px;
	margin: 0 auto;
}
.responsive .dots {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dot_white.png) repeat fixed;
	opacity: .5;
	-webkit-animation: myflash 8s ease-in-out infinite;
	-moz-animation: myflash 8s ease-in-out infinite;
	-o-animation: myflash 8s ease-in-out infinite;
	animation: myflash 8s ease-in-out infinite;
}
.process .article {
	z-index: 1;
}
.process .article .anibox {
	position: absolute;
	top: 98%;
}
.process .text-zp {
	position: relative;
	z-index: 1;
	padding: 5% 8%;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.process .text-zp strong {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}
.process .picbox {
	position: relative;
	background: #333949;
	text-align: center;
}
.process .picbox .dotbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: 50% 0;
}
.process .picbox .dot {
	top: -2px;
	left: 49%;
	width: 2.2%;
}
.growing .picbox .dotbox {
	-webkit-animation: growingDot 8s linear infinite;
	-moz-animation: growingDot 8s linear infinite;
	animation: growingDot 8s linear infinite;
}
.growing .text-zp {
	background: #3b4152;
}
.growing .article .anibox {
    width: 63.9%;
    margin: 0px 0 0 189px;
}
.growing .ani1 .ani-img2 {
	top: 17.5%;
	left: -14.5%;
	width: 124%;
	max-width: 124%;
}
.growing .ani1 .ani-img3 {
	top: 77px;
	left: 9%;
	width: 17.6%;
}
.evolution .picbox .dotbox {
	-webkit-animation: evolutionDot 8s linear infinite;
	-moz-animation: evolutionDot 8s linear infinite;
	animation: evolutionDot 8s linear infinite;
}
.process .article, .process .picbox {
	position: absolute;
}
.process .text-zp {
	position: relative;
	z-index: 1;
	padding: 14% 14% 16%;
}
.growing {
	height: 562px;
	margin:0 auto;
	width:1200px;
}
.growing .article {
	width: 49%;
}
.growing .picbox {
	left:73px;
	width: 51%;
}
.growing .ani1 {
	top:138px;
	margin-left: 42px;
	width: 66%;
}
@-webkit-keyframes myCircle {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes myCircle {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes growingDot {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
33% {
-webkit-transform: translate3d(49.5%, 98.5%, 0);
transform: translate3d(49.5%, 98.5%, 0);
}
66% {
-webkit-transform: translate3d(-49.5%, 98.5%, 0);
transform: translate3d(-49.5%, 98.5%, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes growingDot {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
33% {
-webkit-transform: translate3d(50%, 98.5%, 0);
transform: translate3d(50%, 98.5%, 0);
}
66% {
-webkit-transform: translate3d(-50%, 98.5%, 0);
transform: translate3d(-50%, 98.5%, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes evolutionDot {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
25% {
transform: translate3d(49.5%, 49%, 0);
-webkit-transform: translate3d(49.5%, 49%, 0);
}
50% {
transform: translate3d(0%, 97%, 0);
-webkit-transform: translate3d(0, 97%, 0);
}
75% {
transform: translate3d(-49.5%, 49%, 0);
-webkit-transform: translate3d(-49.5%, 49%, 0);
}
100% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes evolutionDot {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
25% {
transform: translate3d(49.5%, 49%, 0);
-webkit-transform: translate3d(49.5%, 49%, 0);
}
50% {
transform: translate3d(0%, 97%, 0);
-webkit-transform: translate3d(0, 97%, 0);
}
75% {
transform: translate3d(-49.5%, 49%, 0);
-webkit-transform: translate3d(-49.5%, 49%, 0);
}
100% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
}
/*微风尚云控banner*/
.codrops-container {
	height: 700px;
}
.codrops-header {
	z-index: 1000;
	position: absolute;
	top:367px;
	left: 50%;
	width: 1200px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.codrops-header h1 {
	margin: 0;
	font-weight: 200;
	font-size: 3em;
	line-height: 1;
	color:#fff;
}
.codrops-header h1 span {
	display: block;
    padding: 32px 0;
	font-size: 40%;
	line-height: 1.2;
	opacity: 0.7;
}
.js .boxgallery, .js .boxgallery div {
	position: absolute;
}
.js .boxgallery, .bg-tile, .bg-img {
	overflow: hidden;
}
.js .boxgallery, .js .codrops-panel {
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
}
.codrops-panel {
	z-index: 0;
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.bg-tile {
	width: 50%;
	height: 50%;
}
.bg-tile:nth-child(2), .bg-tile:nth-child(4) {
	left: 50%;
}
.bg-tile:nth-child(3), .bg-tile:nth-child(4) {
	top: 50%;
}
.bg-img {
	width: 100%;
	height: 100%;
	background: #999;
}
.bg-img img {
	position: absolute;
	display: block;
	height: 200%;
}
 @media screen and (min-aspect-ratio: 1280/850) {
.bg-img img {
	width: 200%;
	height: auto;
}
}
.bg-tile:nth-child(2) .bg-img img, .bg-tile:nth-child(4) .bg-img img {
	left: -100%;
}
.bg-tile:nth-child(3) .bg-img img, .bg-tile:nth-child(4) .bg-img img {
	top: -100%;
}
.boxgallery > nav span {
	position: absolute;
	top: 50%;
	z-index: 1000;
	display: block;
	width: 100px;
	height: 100px;
	outline: none;
	text-align: left;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.boxgallery > nav span.prev {
	left: 0;
}
.boxgallery > nav span.next {
	right: 0;
}
.boxgallery > nav i {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.boxgallery > nav span::before, .boxgallery > nav span::after, .boxgallery > nav i::before, .boxgallery > nav i::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	outline: 1px solid transparent;
	background: #dbccd0;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.boxgallery > nav i::before, .boxgallery > nav i::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}
.boxgallery > nav span::before, .boxgallery > nav i::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.boxgallery > nav span.next::before, .boxgallery > nav span.next i::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.boxgallery > nav span::after, .boxgallery > nav i::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.boxgallery > nav span.next::after, .boxgallery > nav span.next i::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.no-touch .boxgallery > nav span:hover i::before, .no-touch .boxgallery > nav span:hover i::after {
	height: 50%;
}
.no-touch .boxgallery > nav span:hover::before, .no-touch .boxgallery > nav span:hover i::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}
.no-touch .boxgallery > nav span.next:hover::before, .no-touch .boxgallery > nav span.next:hover i::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}
.no-touch .boxgallery > nav span:hover::after, .no-touch .boxgallery > nav span:hover i::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}
.no-touch .boxgallery > nav span.next:hover::after, .no-touch .boxgallery > nav span.next:hover i::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}
.codrops-panel.current {
	z-index: 2;
}
.codrops-panel.active {
	z-index: 1;
}
.codrops-panel.current .bg-img {
	-webkit-transition: -webkit-transform 1.1s ease-in-out;
	transition: transform 1.1s ease-in-out;
}
.boxgallery[data-effect="effect-1"] .codrops-panel.active .bg-tile, .boxgallery[data-effect="effect-2"] .codrops-panel.active .bg-tile {
	-webkit-animation: scaleDown 1.1s ease-in-out;
	animation: scaleDown 1.1s ease-in-out;
}
@-webkit-keyframes scaleDown {
 from {
-webkit-transform: translate3d(0, 0, 380px);
transform: translate3d(0, 0, 380px);
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
@keyframes scaleDown {
 from {
-webkit-transform: translate3d(0, 0, 380px);
transform: translate3d(0, 0, 380px);
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
/*更多按钮*/
.button-more {
	display: block;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button-more:focus {
	outline: none;
}
.button-more.button--shikoba {
	border-radius: 40px;
	padding: 8px 30px 8px 50px;
	overflow: hidden;
	background: #fff;
	color: #37474f;
	border-color: #37474f;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button--shikoba.button--inverted {
	color: #333;
	background: none;
	border: 1px #333 solid;
	margin: 0 auto;
}
.button--shikoba > strong {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba .button__icon {
	position: absolute;
	left: 20px;
	font-size: 18px;
	-webkit-transform: translate3d(-40px, 2.5em, 0);
	transform: translate3d(-40px, 2.5em, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba:hover .button__icon, .button--shikoba:hover > strong {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--shikoba:hover {
	background: #5f55ce;
	border-color: #5f55ce;
	color: #fff;
}
#newsboxss .button-more.button--shikoba {
	padding: 5px 30px 5px 50px;
}
#newsboxss .button--shikoba.button--inverted {
	color: #fff;
	background: none;
	border: 1px #ffffff solid;
}
.wwdc15 .button--shikoba.button--inverted {
	padding: 8px 80px 8px 100px;
	margin: 26px auto 0;
	float: none;
	line-height: 24px;
}
.wwdc15 .button--shikoba .button__icon {
	top: 13px;
	left: 75px;
}
.lc .button--shikoba .button__icon {
	top: 9px;
	left: 29px;
}
.lc .button--shikoba.button--inverted,.codrops-demos .button--shikoba.button--inverted{
	color: #fff;
	border: 1px #ffffff solid;
}
.lc .button--shikoba:hover,.codrops-demos .button--shikoba:hover{
	border: 1px #5f55ce solid;
}
.codrops-demos .button--shikoba .button__icon{
    margin-top: 2px;
}
.appdown_wrap .button--shikoba.button--inverted {
	float: right;
	margin-top: 20px;
}
.appdown_wrap .button--shikoba .button__icon {
	top: 9px;
	left: 29px;
}
.why-left .button--shikoba.button--inverted {
	color: #fff;
	background: #5f55ce;
	border: 1px #5f55ce solid;
	float: left;
	margin-top: 35px;
}
.why-left .button--shikoba:hover {
	background: #fff;
	border-color: #333;
	color: #333;
}
.why-left .button--shikoba .button__icon {
	top: 10px;
	left: 21px;
}
.contact-gif .button--shikoba.button--inverted {
	color: #fff;
	background: none;
	border: 1px #fff solid;
	margin: 215px auto;
	display: inline-block;
}
.contact-gif .button--shikoba:hover {
	background: #fff;
	border-color: #fff;
	color: #333;
}
.contact-gif .button--shikoba .button__icon {
	top: 11px;
	left: 21px;
	font-size: 14px;
}
.contactTable-right .button-more.button--shikoba {
	border-radius: 40px;
	padding: 14px 30px 14px 50px;
	width: 400px;
}
.contactTable-right .button--shikoba > strong {
	font-size: 16px;
}
.contactTable-right .button--shikoba .button__icon {
	top: 16px;
	left: 136px;
}
/*右侧导航*/
.right-nav {
	position: fixed;
	top: 40%;
	width: 152px;
	height: 40px;
	right: 0;
	z-index: 999;
}
.right-nav.active .scroll-link:after {
	opacity: 1
}
.scroll-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #999;
	padding-left: 25px;
}
.scroll-link:hover {
	color: #999;
}
.scroll-link:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 3px;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.scroll-link:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 6px;
	width: 8px;
	height: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	opacity: 0.5;
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
 transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)  -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.scroll-link:hover:after {
	background-color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.scroll-link:hover:before {
	background-color: #999;
	border: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.toolbar-item, .toolbar-layer {
	background: url(../images/index/toolbar.png) no-repeat;
}
.toolbar {
	position: fixed;
	right: 0px;
	bottom: 50px;
	    z-index: 999;
}
.toolbar-item {
	display: block;
	width: 52px;
	height: 52px;
	margin-top: 1px;
	position: relative;
	-moz-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-moz-transition: background-position 1s;
	-webkit-moz-transition: background-position 1s;
	transition: background-position 1s;
}
.toolbar-item:hover .toolbar-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.toolbar-item-weixin {
	background-position: 0 -798px;
}
.toolbar-item-weixin:hover {
	background-position: 0 -860px;
}
.toolbar-item-weixin .toolbar-layer {
	height: 260px;
	background-position: 0 0;
}
.toolbar-item-feedback {
	background-position: 0 -426px;
}
.toolbar-item-feedback:hover {
	background-position: 0 -488px;
}
.toolbar-item-app {
	background-position: 0 -550px;
}
.toolbar-item-app:hover {
	background-position: 0 -612px;
}
.toolbar-item-app .toolbar-layer {
	height: 272px;
	background-position: 0px -238px;
}
.toolbar-item-top {
	background-position: 0 -674px;
}
.toolbar-item-top:hover {
	background-position: 0 -736px;
}
.toolbar-layer {
	position: absolute;
	right: 58px;
	bottom: -10px;
	width: 172px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
