﻿@charset "utf-8";
/*织梦58 专注好模板分享*/

a:hover,a:focus {
	color: #2a6496;
	text-decoration: none;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform,left,top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform,left,top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform,left,top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px,0px);
	-ms-transition-property: -ms-transform,left,top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform,left,top;
	transition-duration: 0s;
	transform: translate3d(0px,0,0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}

.swiper-container {
}

.swiper-slide {
}

.swiper-slide-active {
}

.swiper-slide-visible {
}

.swiper-pagination-switch {
}

.swiper-active-switch {
}

.swiper-visible-switch {
}

html {
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑",Arial;
}

header,section {
	width: 100%;
}

table {
	border-collapse: collapse;
}

a:focus {
	outline: none;
}

header {
	position: fixed;
	height: 74px;
	color: #ccc;
	z-index: 999;
}

header.fixed {
	height: 70px;
}

header .logo {
	position: fixed;
	top: 24px;
	left: 50px;
	width: 250px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .logo {
	width: 180px;
	top: 16px;
}

header .words {
	display: block;
	position: fixed;
	top: 40px;
	left: -250px;
	letter-spacing: 1px;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .words {
	top: 23px;
	left: 225px;
}

header nav.menu {
	margin: 36px 0 0 110px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu {
	margin: 22px 0 0 85px;
}

header nav.menu ul li {
	margin: 0 12px;
	font-size: 20px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu ul li {
	margin: 0 10px;
	font-size: 16px;
}

header nav.menu ul li a {
	color: #ccc;
	letter-spacing: 2px;
	cursor: pointer;
}

header nav.menu ul li a:hover,header nav.menu ul li.active a {
	color: #00abf3;
	text-decoration: none;
}

header nav.menu .line {
	position: absolute;
	top: 0px;
	width: 0px;
	height: 3px;
	font-size: 3px;
	background-color: #00abf3;
	display: none;
}

header .hotline {
	position: fixed;
	top: 32px;
	right: 215px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline {
	top: 20px;
	right: 185px;
}

header .hotline span {
	position: fixed;
	color: #00abf3;
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline span {
	font-size: 20px;
}

header .hotline u {
	position: fixed;
	top: 35px;
	right: 230px;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: url(../images/icons.png) no-repeat;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline u {
	top: 20px;
	right: 195px;
}

header .hotline a {
	color: #00dfb9;
}

header .menu-icon {
	position: fixed;
	top: 34px;
	right: 48px;
	font-size: 24px;
	color: #00dfb9;
	z-index: 99;
	display: none;
}

header.fixed .menu-icon {
	top: 18px;
}

header .menu-icon a {
	color: #00dfb9;
	text-decoration: none;
}

header .menu-icon span {
	margin-left: 15px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

header .menu-icon span.glyphicon-earphone {
	display: none;
}

header .menu-icon span:hover,header .menu-icon span.active {
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

header .bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 0px;
	background: #111;
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: -1;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .bg {
	height: 70px;
}

div.welcome {
	position: fixed;
	width: 100%;
	height: 100%;
	-background: url(../images/welcome.jpg) 100% 100%;
	background-color: #0C419A;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	transition: all .1s ease-in-out 4s;
	z-index: 999;
	margin: 0 auto;
	text-align: center
}

div.welcome p {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 410px;
	height: 350px;
	-padding-top: 5%;
	padding-top: 300px;
	top: 50%;
	left: 50%;
	margin-top: -2%;
	margin-left: -205px;
	color: #00abf3;
	font-size: 19px;
	text-align: center;
	background: url(../images/logo_center1.png) no-repeat;
	overflow: hidden;
}
.pattern{
    background: url(../images/pattern.png);
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 1000;
}
div.welcome p u {
	text-decoration: none;
}

section {
	position: relative;
	overflow: hidden;
}

.video .swiper-container {
	width: 100%;
}

.video .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.video .swiper-container .nth1 {
	background: url(../images/wallpaper1_1.jpg) 50% 35%;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth1 .box {
	position: relative;
	margin: 0 auto;
	-margin-top: 24.2%!important;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth1 .box .left {
	position: absolute;
	left: -300px;
	width: 123px;
	height: 231px;
	background: url(../images/words.png) no-repeat top right;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth1.active .box .left {
	left: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth1 .box .right {
	position: absolute;
	right: -500px;
        top:-80px;
	margin: 30px 0 0 120px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth1.active .box .right {
	right: 0px;
	-moz-opacity: 1;
	opacity: 1;
        text-align: center;
}

.video .swiper-container .nth1 .box .right span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth1 .box .right i {
	display: block;
	width: 505px;
	height: 68px;
	margin-bottom: 5px;
	background: url(../images/words.png) no-repeat;
}

.video .swiper-container .nth1 .box .right p {
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
}

.video .swiper-container .nth1 .shade {
	/* position: absolute; */
	/* width: 400%; */
	/* height: 1800px; */
	/* background: url(../images/swiper_nth1_shade.png) no-repeat center top; */
	/* -moz-background-size: cover; */
	/* background-size: cover; */
	/* -webkit-transition: width .8s ease-in-out .3s; */
	/* -moz-transition: width .8s ease-in-out .3s; */
	/* -ms-transition: width .8s ease-in-out .3s; */
	/* -o-transition: width .8s ease-in-out .3s; */
	/* transition: width 1.5s ease-in-out .3s; */
}

.video .swiper-container .nth1.active .shade {
	width: 100%;
        top: -450px!important;
}

.video .swiper-container .nth1 .line {
	display:none;
	position: relative;
	margin: 0 auto;
	top: -25.74%;
	width: 602px;
	height: 413px;
	z-index: 20;
}

.video .swiper-container .nth1 .line u {
	display: block;
	width: 0px;
	height: 0px;
	border: 1px dashed #00abf3;
	text-decoration: none;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease-in .7s;
	-moz-transition: all .8s ease-in .7s;
	-ms-transition: all .8s ease-in .7s;
	-o-transition: all .8s ease-in .7s;
	transition: all 1.5s ease-in .7s;
}

.video .swiper-container .nth1.active .line u {
	width: 600px;
	height: 400px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth2 {
	background: url(../images/wallpaper1_2.jpg) 50% 20%;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth2 .box {
	position: absolute;
	left: 0px!important;
	text-align: center;
        width:100%;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth2 .box span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth2 .box i {
	display: block;
	width: 430px;
	height: 65px;
	margin: 0px auto;
        margin-bottom: 5px;
	background: url(../images/words.png) no-repeat 0px -72px;
}

.video .swiper-container .nth2 .box p {
	margin: 0px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
}

.video .swiper-container .nth2 .shade {
	width: 100%;
	height: 2000px;
	-background: #0b151a;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth2.active .shade {
	width: 50%;
	-moz-opacity: 0.25;
	opacity: 0.25;
	filter: alpha(opacity=75);
}

.video .swiper-container .nth3 {
	background: url(../images/wallpaper1_3.jpg) 50% center;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth3 .box {
	position: relative;
	width: 100%;
        text-align: center;
}

.video .swiper-container .nth3 .box .top {
	font-size: 80px;
	color: White;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth3.active .box .top {
	font-size: 36px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth3 .box .mid {
	width: 340px;
	height: 68px;
	margin: 0 auto;
	-margin-top: 10px;
	margin-bottom: 5px;
	background: url(../images/words.png) no-repeat 0px -150px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.video .swiper-container .nth3.active .box .mid {
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth3 .box .bottom {
	width: 100%;
	color: #ccc;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-ms-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	z-index: 10;
}

.video .swiper-container .nth3.active .box .bottom {
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 {
	background: url(../images/wallpaper1_4.jpg) 50% top;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth4 .box {
	position: relative;
	width: 100%;
}

.video .swiper-container .nth4 .box .top {
	position: relative;
	top: -100px;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	z-index: 10;
}

.video .swiper-container .nth4.active .box .top {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 .box .top span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth4 .box .top i {
	display: block;
	width: 242px;
	height: 64px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images/words.png) no-repeat 0px -147px;
}

.video .swiper-container .nth4 .box .bottom {
	position: relative;
	top: 100px;
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-ms-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
	z-index: 10;
}

.video .swiper-container .nth4.active .box .bottom {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 .box .bottom u {
	margin: 0 5px;
	color: #00dfb9;
	text-decoration: none;
}

.video .innerBox {
	position: absolute;
	bottom: 15px;
	width: 100%;
	z-index: 10;
}

.video .innerBox .news {
	margin: 0 auto;
	width: 400px;
        margin-left: 100px;
        margin-bottom: 10px;
}

.video .innerBox .news span {
	float: left;
	margin: 1px 15px 0px 0px;
	color: #00dfb9;
	font-weight: bold;
}

.video .innerBox .news ul {
	float: left;
}

.video .innerBox .news ul li a {
	color: #ddd;
}

.video .innerBox .news a.more {
	float: right;
	color: #00dfb9;
	margin-top: -3px;
	text-decoration: none;
	border-bottom: 1px dotted #00dfb9;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

.video .innerBox .news a.more:hover {
	color: White;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

.video .innerBox .guide {
position: absolute;
margin: 0px;
right: 15px;
bottom: 18px;
}

.video .innerBox .guide a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	font-size: 3px;
	background: White;
	cursor: pointer;
}

.video .innerBox .guide a.active {
	background: #00abf3;
}

.video .innerBox a.movedown {
	display: block;
	-margin: 0 auto;
	width: 47px;
	height: 47px;
	background: url(../images/icons.png) no-repeat 0px -60px;
	cursor: pointer;
	z-index: 99;
        position: absolute;
margin: 0px;
left: 15px;
bottom: 0px;
        
}

.video .innerBox a.movedown:hover {
	background: url(../images/icons.png) no-repeat 0px -112px;
}

section.business {
	background: url(../images/wallpaper2.jpg) 50% bottom;
}

.business .box {
	position: relative;
	margin-top: -55px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.business .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.business.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.business .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 320px;
	height: 35px;
	background: url(../images/words.png) no-repeat 10px -270px;
}

.business .box .caption span {
	font-size: 24px;
	letter-spacing: 3px;
}

.business .box ul.items {
	margin: 0 auto;
	margin-top: 20px;
        width: 1155px!important;
}

.business .box ul.items li {
	width: 200px;
	height: 300px;
	margin: 0 5px;
	-background: url(../images/bg_green.png) no-repeat 0px 400px;
	overflow: hidden;
}

.business .box ul.items li i {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 43px;
	height: 69px;
}

.business .box ul.items li.pc i {
	width: 93px;
	background: url(../images/yiliao.png) no-repeat center;
        background-size: 100% 100%;
}

.business .box ul.items li.mobi i {
	width: 65px;
	background: url(../images/seo.png) no-repeat center;
        background-size: 100% 100%;
}

.business .box ul.items li.sys i {
	width: 77px;
	background: url(../images/yingxiao.png) no-repeat center;
        background-size: 100% 100%;
}

.business .box ul.items li.app i {
	width: 83px;
	background: url(../images/xiala.png) no-repeat center;
        background-size: 100% 100%;
}

.business .box ul.items li.host i {
	width: 75px;
	background: url(../images/shuju.png) no-repeat center;
        background-size: 100% 100%;
}

.business .box ul.items li u {
	display: block;
	position: absolute;
	width: 156px;
	height: 156px;
	margin-left: 22px;
	background: url(../images/words.png) no-repeat 0px -383px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.business .box ul.items li u.cl {
	clip: rect(0px,156px,-10px,78px);
}

.business.active .box ul.items li u.cl {
	clip: rect(0px,156px,156px,78px);
}

.business .box ul.items li u.cr {
	clip: rect(156px,78px,156px,0px);
}

.business.active .box ul.items li u.cr {
	clip: rect(0px,78px,156px,0px);
}

.business .box ul.items li strong {
	display: block;
	margin-top: 70px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
        cursor: default;
        color: #00abf3;
        font-weight: bold;
}

.business .box ul.items li p {
	position: relative;
	-top: 200px;
	color: #454545;
	font-family: Arial,"宋体";
	font-size: 12px;
	line-height: 20px;
	text-align: center;
        cursor: default;
        -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.pc:hover p{
    color:#00abf3!important;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.mobi:hover p{
    color:#00abf3!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.sys:hover p{
    color:#00abf3!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.app:hover p{
    color:#00abf3!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.host:hover p{
    color:#00abf3!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.mobi:hover strong{
    color:red!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.sys:hover strong{
    color:red!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.app:hover strong{
    color:red!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.pc:hover strong{
    color:red!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.host:hover strong{
    color:red!important;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.business .box label {
	display: block;
	margin: 0 auto;
	margin-top: -40px;
	width: 297px;
	height: 21px;
	background: url(../images/words.png) no-repeat 0px -333px;
}

section.cases {
 /*background: url(../images/wallpaper3.jpg);*/ 
		background-color:#F4F4F4;
		

}

.cases .box {

	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .caption {
		display:none;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.cases.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.cases .box .caption i {
	display: none;
	margin: 0 auto;
	-margin-bottom: 20px;
	width: 420px;
	height: 37px;
	background: url(../images/words.png) no-repeat 0px -548px;
}

.cases .box .caption span {
	font-size: 24px;
	letter-spacing: 3px;
	padding-left: 10px;
}

.cases .box .swiper-container.items {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	top: 700px;
	width: 80%;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
	top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
	width: 340px;
	margin: 0px 10px;
	border-bottom: 2px solid #2fd0b5;
	cursor: pointer;
}

.cases .box .swiper-container.items .swiper-slide img {
	width: 340px;
	height: 200px;
}

.cases .box .swiper-container.items .swiper-slide .shade {
	position: absolute;
	width: 340px;
	height: 200px;
	margin-top: -200px;
	background: Black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}

.cases .box .swiper-container.items .swiper-slide .shade u {
	display: block;
	margin: 0 auto;
	margin-top: 78px;
	width: 44px;
	height: 44px;
	background: url(../images/icons.png) no-repeat 0px -168px;
}

.cases .box .swiper-container.items .swiper-slide p {
	position: absolute;
	margin: 10px 20px;
	color: #999;
	font-family: Arial,"宋体";
	font-size: 12px;
	line-height: 26px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}

.cases .box .swiper-container.items .swiper-slide p strong {
	color: #222;
	font-family: Arial,"微软雅黑";
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide .bg {
	width: 340px;
	height: 100px;
	background-color: #fff;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide .bg u {
	display: block;
	position: absolute;
	width: 340px;
	height: 100px;
	margin-top: 150px;
	background-color: #2ed0b4;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .shade {
	margin-top: 0px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .bg {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .bg u {
	margin-top: 0px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover p {
	color: White;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover p strong {
	color: White;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.mini,.cases .box .swiper-container.xs,.cases .box a.prev,.cases .box a.next {
	display: none;
}

.cases .box a.more {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: -10px;
	top: 700px;
	width: 120px;
	-padding: 5px 0px;
	color: #00abf3;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	border: 1px dotted #00abf3;
	-webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more {
	top: 0px;
}

.cases .box a.more:hover {
	color: White;
	background: #2fd0b5;
}

section.clients {
	background: url(../images/dailijiameng.jpg) 50% 90%;
}

.clients .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.clients .box .caption {
	width: 100%;
	text-align: center;
        margin-top: 0!important;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.clients.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.clients .box .caption i {
	display: block;
	margin: 0 auto;
	-margin-bottom: 20px;
	width: 350px;
	height: 37px;
	background: url(../images/words.png) no-repeat 0px -798px;
}

.clients .box .caption span {
	font-size: 24px;
	padding-left: 10px;
}

.clients .box ul.items {
	margin: 0 auto;
	margin-top: 20px;
	width: 60%;
	height: 400px;
	font-size: 0;
	overflow: hidden;
        background: url('../images/lv.png') no-repeat;
        background-size: 100% 100%;
}

.clients .box ul.items li {
	position: relative;
	padding: 0;
	width: 230px;
	height: 150px;
	overflow: hidden;
	z-index: 10;
}

.clients .box ul.items li.cctv {
	top: 600px;
	background: url(../images/clients.png) no-repeat;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.cctv.active {
	background: url(../images/clients.png) no-repeat 0px -150px;
}

.clients.active .box ul.items li.cctv {
	top: 0px;
}

.clients .box ul.items li.unicom {
	top: -400px;
	background: url(../images/clients.png) no-repeat -230px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.unicom.active {
	background: url(../images/clients.png) no-repeat -230px -150px;
}

.clients.active .box ul.items li.unicom {
	top: 0px;
}

.clients .box ul.items li.tsinghua {
	top: 600px;
	background: url(../images/clients.png) no-repeat -460px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.tsinghua.active {
	background: url(../images/clients.png) no-repeat -460px -150px;
}

.clients.active .box ul.items li.tsinghua {
	top: 0px;
}

.clients .box ul.items li.cas {
	top: -400px;
	background: url(../images/clients.png) no-repeat -690px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.cas.active {
	background: url(../images/clients.png) no-repeat -690px -150px;
}

.clients.active .box ul.items li.cas {
	top: 0px;
}

.clients .box ul.items li.sipo {
	top: 600px;
	background: url(../images/clients.png) no-repeat -920px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.sipo.active {
	background: url(../images/clients.png) no-repeat -920px -150px;
}

.clients.active .box ul.items li.sipo {
	top: 0px;
}

.clients .box ul.items li.apple {
	top: 450px;
	background: url(../images/clients.png) no-repeat -1150px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.apple.active {
	background: url(../images/clients.png) no-repeat -1150px -150px;
}

.clients.active .box ul.items li.apple {
	top: 0px;
}

.clients .box ul.items li.das {
	top: -550px;
	background: url(../images/clients.png) no-repeat -1380px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.das.active {
	background: url(../images/clients.png) no-repeat -1380px -150px;
}

.clients.active .box ul.items li.das {
	top: 0px;
}

.clients .box ul.items li.hunantv {
	top: 450px;
	background: url(../images/clients.png) no-repeat -1610px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.hunantv.active {
	background: url(../images/clients.png) no-repeat -1610px -150px;
}

.clients.active .box ul.items li.hunantv {
	top: 0px;
}

.clients .box ul.items li.sino {
	top: -550px;
	background: url(../images/clients.png) no-repeat -1840px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.sino.active {
	background: url(../images/clients.png) no-repeat -1840px -150px;
}

.clients.active .box ul.items li.sino {
	top: 0px;
}

.clients .box ul.items li.report {
	top: 450px;
	background: url(../images/clients.png) no-repeat -2070px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.report.active {
	background: url(../images/clients.png) no-repeat -2070px -150px;
}

.clients.active .box ul.items li.report {
	top: 0px;
}

.clients .box ul.items li.gedu {
	top: 300px;
	background: url(../images/clients.png) no-repeat -2300px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.gedu.active {
	background: url(../images/clients.png) no-repeat -2300px -150px;
}

.clients.active .box ul.items li.gedu {
	top: 0px;
}

.clients .box ul.items li.bgg {
	top: -700px;
	background: url(../images/clients.png) no-repeat -2530px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.bgg.active {
	background: url(../images/clients.png) no-repeat -2530px -150px;
}

.clients.active .box ul.items li.bgg {
	top: 0px;
}

.clients .box ul.items li.bsec {
	top: 300px;
	background: url(../images/clients.png) no-repeat -2760px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.bsec.active {
	background: url(../images/clients.png) no-repeat -2760px -150px;
}

.clients.active .box ul.items li.bsec {
	top: 0px;
}

.clients .box ul.items li.huadan {
	top: -700px;
	background: url(../images/clients.png) no-repeat -2990px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.huadan.active {
	background: url(../images/clients.png) no-repeat -2990px -150px;
}

.clients.active .box ul.items li.huadan {
	top: 0px;
}

.clients .box ul.items li.zd {
	top: 300px;
	background: url(../images/clients.png) no-repeat -3220px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.zd.active {
	background: url(../images/clients.png) no-repeat -3220px -150px;
}

.clients.active .box ul.items li.zd {
	top: 0px;
}

.clients .box ul.items li.r {
	border-right: 1px dotted #ddd;
}

.clients .box ul.items li.b {
	border-bottom: 1px dotted #ddd;
}

.clients .box ul.items li span {
	position: absolute;
	bottom: -30px;
}

.clients .box ul.items li.bg.all {
	position: absolute;
	width: 60%;
	height: 400px;
	background-color: White;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=30);
}

.clients .box ul.items li.bg.one {
	position: absolute;
	background: #eee;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	display: none;
}

.clients .box ul.mini {
	display: none;
}


section.aboutus {
	position: relative;
	background: url(../images/wallpaper7.jpg) 50% 60%;
	-moz-background-size: cover;
	background-size: cover;
}

.aboutus ul.menu {
	position: absolute;
	list-style: none;
	top: 45%;
	left: 50px;
	width: 80px;
	padding: 0px;
}

.aboutus ul.menu li {
	position: relative;
	color: #333;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	z-index: 30;
	-webkit-transition: all .0s ease-in-out .2s;
	-moz-transition: all .0s ease-in-out .2s;
	-ms-transition: all .0s ease-in-out .2s;
	-o-transition: all .0s ease-in-out .2s;
	transition: all .0s ease-in-out .2s;
}
.moren{
    width:80px;
    height: 23px;
    background: #2fd0b5;
}

.aboutus ul.menu li.active {
	color: White;
}

.aboutus ul.menu li.bg.all {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 80px !important;
	height: 126px !important;
	background: #00ABF3;
/*	-moz-opacity: 0.35;
	opacity: 0.55;*/
	filter: alpha(opacity=15);
	z-index: 10;
}

.aboutus ul.menu li.bg.one {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	background: #F19C24;
/*	-moz-opacity: 0.2;
	opacity: 0.2;*/
	filter: alpha(opacity=20);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 20;
}

.aboutus .items {
	position: absolute;
	left: -480px;
	width: 480px;
	height: 240px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.aboutus.active .items {
	left: 50%;
	-moz-opacity: 1;
	opacity: 1;
}
/*.guanyu{
    width: 455px!important;
}*/

.aboutus .items .swiper-slide.nth1 strong {
	display: block;
	color: #F19C24;
	font-size: 22px;
	font-weight: normal;
	text-indent: 28px;
	text-shadow: 1px 1px 3px #000;
}

.aboutus .items .swiper-slide.nth1 p {
	margin-top: 20px;
	color: #fff;
	line-height: 30px;
	text-indent: 28px;
        padding-right: 20px;
		text-shadow: 1px 1px 3px #000;
}

.aboutus .items .swiper-slide.nth1 u {
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 24px;
	text-decoration: none;
}

.aboutus .items .swiper-slide.nth2 strong {
	display: block;
	color: #F19C24;
	font-size: 22px;
	font-weight: normal;
	text-indent: 28px;
	text-shadow: 1px 1px 3px #000;
}

.aboutus .items .swiper-slide.nth2 p {
	margin-top: 20px;
	color: #fff;
	line-height: 30px;
	text-indent: 28px;
        padding-right: 20px;
		text-shadow: 1px 1px 3px #000;
}

.aboutus .items .swiper-slide.nth3 strong {
	display: block;
	margin-bottom: 20px;
	color: #F19C24;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #000;
}

.aboutus .items .swiper-slide.nth3 p {
	margin-top: 20px;
	color: #fff;
	line-height: 30px;
	text-indent: 28px;
    padding-right: 20px;
	text-shadow: 1px 1px 3px #000;
}

.aboutus .items .swiper-slide.nth3 ul {
	padding: 0px;
}

.aboutus .items .swiper-slide.nth3 ul li {
	color: #fff;
	line-height: 35px;
	padding-left: 30px;
	list-style: none;
	background: url(../images/point.png) no-repeat 0px 13px;
}

.aboutus .items .swiper-slide.nth3 ul li u {
	margin: 0 15px;
	text-decoration: none;
}

.aboutus table.exp {
	position: absolute;
	bottom: -80px;
	width: 100%;
	border-top: 1px solid #666;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 20;
}

.aboutus.active table.exp {
	bottom: 0px;
}

.aboutus table.exp td {
	width: 20%;
	height: 70px;
	color: #bbb;
	text-align: center;
}

.aboutus table.exp u {
	margin-right: 10px;
	color: #00dfb9;
	font-family: Arial;
	font-size: 26px;
	text-decoration: none;
}

.aboutus .expBg {
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 70px;
	background: White;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.aboutus.active .expBg {
	bottom: 0px;
}

.aboutus .shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: Black;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	z-index: 5;
}

.aboutus.active .shade {
	-moz-opacity: 0;
	opacity: 0;
	z-index: -1;
}

section.contact {
	position: relative;
	background: url(../images/wallpaper822.jpg) 50% bottom;
	-moz-background-size: cover;
	background-size: cover;
}

.contact .box {
	position: relative;
	margin: 0 auto;
	width: 810px;
	height: 330px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.contact .box .above {
	position: relative;
	top: -300px;
	width: 100%;
	height: 200px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.contact.active .box .above {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.contact .box .above .wechat {
	float: left;
}

.contact .box .above .left {
	float: left;
	margin: -12px 0px 0px 70px;
}

.contact .box .above .left a.tel {
	display: block;
	margin: 10px 0px 15px 0px;
	width: 243px;
	height: 37px;
	text-decoration: none;
	background: url(../images/words.png) no-repeat 0px -877px;
}

.contact .box .above .left p {
	margin-top: 8px;
	color: #666;
	line-height: 26px;
}

.contact .box .above .left a {
	color: #666;
	text-decoration: none;
}

.contact .box .above .left p u {
	margin: 0 5px;
	text-decoration: none;
}

.contact .box .above .left p a.job {
	margin-left: 20px;
	color: #d00000;
	font-weight: bold;
}

.contact .box .above .left p a.job:hover {
	border-bottom: 1px solid #d00000;
}

.contact .box .above .right {
	float: right;
	margin-top: -3px;
	color: #666;
	line-height: 32px;
}

.contact .box .above .right u {
	margin: 0 5px;
	text-decoration: none;
}

.contact .box .below {
	position: relative;
	padding-top: 50px;
	width: 100%;
	border-top: 1px dotted #ccc;
}

.contact .box .below i {
	display: block;
	position: relative;
	top: 300px;
	margin: 0 auto;
	width: 450px;
	height: 86px;
	background: url(../images/words.png) no-repeat -90px -900px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.contact.active .box .below i {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 10px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
	width: 100px;
}

.dock ul.icons li.im p {
	width: 115px;
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 118px;
}

.dock ul.icons li.wechat p img {
	width: 115px;
	border: 2px solid White;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}

.clear {
	clear: both;
}

#BDBridgeWrap {
	display: none;
}

#link {
	width: 100%;
	margin: auto;
	height: auto;
}

#link a {
	color: #838282;
	margin-right: 15px;
	display: inline-block;
	font-size: 14px;
}

/*修改元素*/

.inter-case {
	padding: 70px 0 45px;
}
.inter-box {
	width: 80%;
	margin: 0 auto;
	min-width: 1180px;
}
.inter-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.inter-title > h3 {
	font-size: 30px;
	color: #333;
}
/*.swiper-wrapper {
	padding: 45px 0;
        margin-top: 100px;
}*/
.swiper-wrapper > ul {
	overflow: hidden;
}
.swiper-wrapper> ul > li {
	text-align: center;
}
.swiper-wrapper > ul > li {
	display: block;
	float: left;
	width:32%;
	margin-right:1%;
	/*width: 33.3333333%;
	 *width: 33%; 
	margin: 0px 0;*/
   
}
.case-img {
	overflow: hidden;
	position: relative;
	cursor: pointer;
       
}
.case-img > img {
	width: 100%;
        height: 198px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
}
.case-list-box.hover-box {
	text-align: center;
}
.hover-box .one-btn {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 50%;
	margin-top: 20px;
	opacity: 0;
}
.look-btn {
    display: inline-block;
    padding: 0 50px;
    line-height: 52px;
    border-radius: 26px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    /*background: #46c570;*/
    border: 1px #fff solid;
}
.swiper-wrapper > ul > li > a {
	display: block;
	color: #333;
}
.case-txt > h3 {
	font-size: 16px;
        margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
color: #333;
}

.case-txt img{
    display: none;
}

.case-txt > p {
	font-size: 14px;
}
.swiper-wrapper > ul > li:hover .hover-box {
	visibility: visible;
}
.case-txt:hover {
	color: #eb4f38;
}
.swiper-wrapper>ul>li:hover .one-btn,
.swiper-wrapper>ul>li:hover .wechart-txt,
.swiper-wrapper>ul>li:hover .wechart-btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
}
.look-btn:hover {
	border-color: #00abf3;
	color: #00abf3;
}

.hover-box {
	position: absolute;
	padding: 15px 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/hover_bg.png);
	font-size: 0;
	visibility: hidden;
}
.hover-box:hover .one-btn{opacity:1;margin-top:-26px;transition:0.6s}
.swiper-wrapper > ul > li:hover .case-img > img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.xiangqing{   
    width:100px;
    height: 25px;
    line-height: 25px;
    background: #EA782D;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-left: 50px;
}
.about {
    position: absolute;
    top:10%;
    left: 5%
}
.about_none{
    
}
.about strong{
    text-align: right;
    color: #00ABF3;
    font-size: 36px;
    
}
.about p{
    font-size: 16px;
    color:#fff;
    line-height: 40px;
}
.about_right{
    width: 686px;
    height: 440px;
    margin-top: -200px;
    margin-left: -50px;
    position: relative;
    top:50%;
    left: 50%;
    background:url(../images/team.png); 
    background-size: 100% 100%;
}
/*bottom*/

.main_foot { width: 100%; background: #222222; overflow: hidden; bottom:0;position: absolute;}
.foot_lianxi{list-style: none;padding-left: 0px;}
.foot_lianxi li{}
.foot { width: 1200px; overflow: hidden; margin: 0px auto;}
.foot_logo { background: url(../pic/bot_logo.png) no-repeat;  width: 250px; height: 50px; float: left; margin: 43px 30px 0 0; }
.foot ul { float: left; text-align: left; line-height: 25px; }
.foot ul li { clear: both; list-style: none;}
.foot ul h1 { font-size: 16px; color: #fff; margin-bottom: 10px; font-weight:400;}
.foot ul.list2 h1 { color: #00abf3; }
.foot ul a { color: #8e8e8e; }
.foot ul a:hover { color: #00abf3; }
.foot ul.list1 { width: 170px; }
.foot ul.list2 { width: 235px; float: right; position: relative; }
.foot .list1 a i { background: url(../images/icon.png) no-repeat; width: 23px; height: 19px; display: block; float: left; margin: 5px; }
.foot a i.weibo { background-position: -360px 0; }
.foot a i.dri { background-position: -360px -29px; }
.foot a i.blog { background-position: -360px -58px; }
.foot a i.cool { background-position: -360px -88px; }
.foot a:hover i.weibo { background-position: -409px 0; }
.foot a:hover i.dri { background-position: -409px -29px; }
.foot a:hover i.blog { background-position: -409px -58px; }
.foot a:hover i.cool { background-position: -409px -88px; }
.foot .list2 i { background: url(../images/icon.png) no-repeat; width: 18px; height: 15px; display: block; float: left; margin: 8px 3px 0 0; }
.foot i.qq { background-position: -390px -29px; }
.foot i.miall { background-position: -390px 0; }
.foot i.weixin { background-position: -390px -56px; }
.foot i.skype { background-position: -387px -81px; }
.foot ul.list2 .jiaotan a { background: url(../images/icon.png) no-repeat -317px -123px; width: 76px; height: 33px; text-indent: -10000px; position: absolute; top: 23px; right: 5px; }

.foot_bottom { background: #101010; width: 100%;text-align: center;font-size: 12px; color: #8e8e8e; height: 50px;}
.foot_bottom p{ background: #101010; color: #8e8e8e; font-size: 12px;text-align: left;}


@media screen and (min-device-height: 910px) {
	div.welcome p  {
		padding-top: 330px;
		font-size: 18px;
    }	
	.cases .box .swiper-container.items {
	margin-top: 20px;
	}
	.cases .box .caption {
	display:block;
	}
	
	.cases .box a.more {
	margin-top: 20px;
	padding: 5px 0px;
	}
	
    .business .box ul.items li strong {
        margin-top: 90px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .business .box ul.items li {
         height: 400px;
         text-align: center;
    }
    .box ul.items li p {
        font-size: 13px!important;
        line-height: 25px!important;
    }
    .xiangqing {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-left: 0px; 
    margin-top: 5px;
    }
    .caption{
        margin-top: 0px!important;
    }
    .cases .box .caption i {
        margin-bottom: 20px;
    }
    .clients .box .caption i {
        margin-bottom: 20px;
    }
    .cases .box .caption i {
        display:block;
    }
    .contact_new{
        -height: 678px!important;
    }
    .foot {margin: 30px auto; }
    #item{
        width:250px!important;height:320px!important;top:210px!important;left:330px!important;padding:20px 27px 0px 43px!important;
    }
    .video .swiper-container .nth1 .box {
        margin-top: 25.5%!important;
    }
    .video .swiper-container .nth1 .line {
    top: -15.5%!important;
    }
    .video .swiper-container .nth1.active .shade {
    top: -279px!important;
    }
    .clients .box ul.items li.bg.all {
    width: 70%;
    height: 700px;
    }
    .clients .box ul.items {
    width: 70%;
    height: 700px;
    }
    .aboutus ul.menu {
    left: 15%;
    }
    .aboutus.active .items {
    left: 22%!important;
    }
    .business .box ul.items {
    width: 1500px!important;
    }
    .business .box ul.items li {
    margin: 0 40px;
    }
    .case-img > img {
        height: 283px;
    }

}
@media (max-width:720px) {
    div.welcome {
        display: none;
    }
    header .logo {
        top: 10px!important;
        left: 0px;
        width: 80px!important;
        -height: 50px;
    }
    .logo img{
        height: 30px;
    }
    header.fixed nav.menu ul li {
         margin: 0; 
    }
    nav.menu .line {
       display: none!important;
    }
    nav.menu {
        margin: 10px 0 0 100px!important;
		overflow:hidden;
    }
    header nav.menu ul li {
        margin: 0 5px!important;
        font-size: 16px;
		    float: left;
    }
    header .hotline {
        display: none;
    }
    .video .swiper-container .nth1.active .line u {
        width: 410px;
        height: 250px;
    }
   .video .swiper-container .nth2 .box {
        left:10px!important;
    }
    .video .swiper-container .nth3 .box .mid {
        zoom:0.7;
    }
    header.fixed .words {
        display: none;
    }
    .business .box ul.items {
    width: 400px!important;
    }
    .business .box ul.items li.pc i {
        zoom: 0.5;
        margin-left: 90px;
    }
    .business .box ul.items li.host i {
        zoom: 0.5;
        margin-left: 95px;
    } 
    .business .box ul.items li.mobi i {
        zoom: 0.5;
        margin-left: 100px;
    }
    .business .box ul.items li strong {
        margin-top: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .business .box {
        margin-top: -5%;
    }

    .business .box ul.items li u {
        zoom:0.5;
        margin-left: 55px;
    }
    .business .box ul.items li {
    width: 120px;
    margin: 0px;
    height: 150px;
    }
    .xiangqing{
        margin-left: 15px;
    }
    .business .box ul.items li.sys i {
        zoom: 0.5;
        margin-left: 95px;
    }
    .business .box ul.items li.app i {
        zoom: 0.5;
        margin-left: 95px;
    }
    .items li p {
        font-size: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .jishu{
        height: 120px;
        margin-top: 5px;
        display: none;       
    }
    .jishu p{
         text-align: left!important;
    }
    .list-inline>li {
    padding-right: 2px;
    padding-left: 2px;
    }
    .cases .box .caption {
       -margin-top: -10%!important;
    }
    .cases .box .caption i {
        display: block;
        width: 420px;
        height: 37px;
        zoom: 0.7;
    }
    .cases.active .box .swiper-container.items {
    width: 100%;
    margin-top: 10%
    }
    .swiper-wrapper > ul {
    padding-left: 0px;
    }
    .clients.active .box .caption {
     margin-top: 5%
    }
    .clients .box .caption i {
    zoom:0.7;
    }
    .clients .box ul.items {
    height: 800px;
    }
    .clients .box ul.items li.bg.all {
    height: 800px;
    }
    .clients .box ul.items {
        margin-top: 10%;
        width: 100%;
        zoom:0.3;
        -padding-left:11.63%;
    }
    .clients .box ul.items li.bg.all {
    width: 100%;
    }
    .clients .box ul.items li {
    width: 19.7%;
    }
    .aboutus ul.menu {
        top: 20%;
        left: 10px
    }
    .aboutus.active .items {
    left: 20%!important;
    top:15%!important;
    width: 290px;
    }
    .about strong {
    font-size: 24px;
    }
    .about p {
    line-height: 20px;
    padding-right:2%; 
    }
    .about_right {
    width: 100%;
    height: 240px;
    margin-top: 0%;
    margin-left: -50%;
    }
    /*联系我们*/
    .contain{
        zoom:0.3;
    }
    hr {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    #item{
        left: 2%!important;
        width: 180px!important;
        height: 250px!important;
        top:15%!important;
        
    }
    .foot_bottom {
        display: none;
    }
    .foot_logo {
    width: 150px;
    height: 50px;
    background-size: 100% 100%;
    margin: 60px 0px 0 0;
    }
    .foot {
    width: 100%;
    }
    .list1{
    display: none;
    }
    .foot ul.list2 {
    padding: 0;
}
.aboutus .items .swiper-slide.nth1 strong {
    font-size: 24px;
    text-align: center;
    padding-right: 200px;
}
.aboutus .items .swiper-slide.nth1 p {
    line-height: 20px;
    font-size: 10px;
    padding-right: 200px;
    padding-left: 20px;
}
.aboutus .items .swiper-slide.nth2 strong {
    text-indent: 0px;
    text-align: center;
    padding-right: 200px;
}
.aboutus .items .swiper-slide.nth2 p {
    font-size: 10px;
    padding-right: 200px;
    padding-left: 20px;
    margin-top: 0px;
    line-height: 20px;
    padding-right: 200px;
    padding-left: 20px
}
.aboutus .items .swiper-slide.nth3 strong {
    text-align: center;
    margin-bottom: 0px; 
    padding-right: 200px;
}
.aboutus .items .swiper-slide.nth3 ul {
    margin-left: 10px;
    padding-right: 190px;
}
.case-img > img {
        height: 80px;
}
.case-txt > h3 {
    font-size: 14px;
}
.case-img{
    display: none;
}
.case-txt img{
    display: block;
    width:100%;
	height:auto;
}
    
 
}