﻿@charset "utf-8";
/*织梦58 专注好模板分享*/
.copy{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:9;
}
.copy a{
	color:#fff;
}
.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;
	overflow:hidden;
}
.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}
html {
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	font-family: PingFangSC-Regular, sans-serif,"微软雅黑", 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: 32px;
	left: 50px;
	width: 300px;
	-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: 300px;
	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: 185px;
}
header nav.menu {
	margin: 36px 0 0 110px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
header.fixed nav.menu {
	margin: 22px 0 0 85px;
}
header nav.menu ul li {
	margin: 0 12px;
	font-size: 18px;
	-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: #D6011D;
	text-decoration: none;
}
header nav.menu .line {
	position: absolute;
	top: 0px;
	width: 0px;
	height: 3px;
	font-size: 3px;
	background-color: #D6011D;
	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: #D6011D;
	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?v=20) 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: #D6011D;
}
header .menu-icon {
	position: fixed;
	top: 34px;
	right: 48px;
	font-size: 24px;
	color: #D6011D;
	z-index: 99;
	display: none;
}
header.fixed .menu-icon {
	top: 18px;
}
header .menu-icon a {
	color: #D6011D;
	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?v=20) 30% 80%;
	background-color: White;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
	z-index: 999;
}
div.welcome p {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 370px;
	height: 30px;
	padding-top: 240px;
	top: 50%;
	left: 50%;
	margin-top: -135px;
	margin-left: -185px;
	color: #aaa;
	font-size: 20px;
	text-align: center;
	background: url(../Images/welcome_words.png?v=20) no-repeat;
	overflow: hidden;
}
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?v=20) 50% 35%;
	-moz-background-size: cover;
	background-size: cover;
}
.video .swiper-container .nth1 .box {
	position: relative;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}
.video .swiper-container .nth1 .box .left {
	position: absolute;
	width: 74px;
	height: 139px;
	left: -150px;
	background: url(../Images/words_mini.png?v=20) 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: -100px;
	-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;
}
.video .swiper-container .nth1 .box .right span {
	font-size: 32px;
	color: White;
}
.video .swiper-container .nth1 .box .right i {
	display: block;
	width: 339px;
	height: 66px;
	margin-bottom: 5px;
	background: url(../Images/words.png?v=20) no-repeat;
}
.video .swiper-container .nth1 .box .right p {
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	margin:0px;
}
.video .swiper-container .nth1 .shade {
	position: absolute;
	width: 400%;
	height: 1800px;
	background: url(../Images/swiper_nth1_shade.png?v=20) no-repeat center top;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: width .8s ease-in-out .3s;
	-moz-transition: width .8s ease-in-out .3s;
	-ms-transition: width .8s ease-in-out .3s;
	-o-transition: width .8s ease-in-out .3s;
	transition: width .8s ease-in-out .3s;
}
.video .swiper-container .nth1.active .shade {
	width: 100%;
}
.video .swiper-container .nth1 .line {
	display:none;
	position: relative;
	margin: 0 auto;
	top: -91px;
	width: 602px;
	height: 413px;
	z-index: 20;
}
.video .swiper-container .nth1 .line u {
	display: block;
	width: 0px;
	height: 0px;
	border: 1px dashed #22fae2;
	text-decoration: none;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease-in .7s;
	-moz-transition: all .8s ease-in .7s;
	-ms-transition: all .8s ease-in .7s;
	-o-transition: all .8s ease-in .7s;
	transition: all .8s ease-in .7s;
}
.video .swiper-container .nth1.active .line u {
	width: 600px;
	height: 411px;
	-moz-opacity: 1;
	opacity: 1;
}
.video .swiper-container .nth2 {
	background: url(../Images/wallpaper1_2.jpg?v=20) 50% 20%;
	-moz-background-size: cover;
	background-size: cover;
}
.video .swiper-container .nth2 .box {
	position: absolute;
	left: -350px;
	text-align: right;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
	z-index: 10;
}
.video .swiper-container .nth2 .box span {
	font-size: 36px;
	color: White;
}
.video .swiper-container .nth2 .box i {
	display: block;
	width: 320px;
	height: 65px;
	margin: 0px 0px 8px 0px;
	background: url(../Images/words.png?v=20) 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.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.video .swiper-container .nth3 {
	background: url(../Images/wallpaper1_3.jpg?v=20) 50% center;
	-moz-background-size: cover;
	background-size: cover;
}
.video .swiper-container .nth3 .box {
	position: relative;
	width: 100%;
}
.video .swiper-container .nth3 .box .top {
	font-size: 80px;
	color: 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: 358px;
	height: 66px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../Images/words.png?v=20) no-repeat 0px -219px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.video .swiper-container .nth3.active .box .mid {
	-moz-opacity: 1;
	opacity: 1;
}
.video .swiper-container .nth3 .box .bottom {
	width: 100%;
	color: #ccc;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-ms-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	z-index: 10;
}
.video .swiper-container .nth3.active .box .bottom {
	-moz-opacity: 1;
	opacity: 1;
}
.video .swiper-container .nth4 {
	background: url(../Images/wallpaper1_4.jpg?v=20) 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: 10px;
	background: url(../Images/words.png?v=20) no-repeat 0px -147px;
}
.video .swiper-container .nth4 .box .bottom {
	position: relative;
	top: 100px;
	width: 100%;
	margin-top: 5px;
	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: #D6011D;
	text-decoration: none;
}
.video .innerBox {
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 10;
}
.video .innerBox .news {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 400px;
}
.video .innerBox .news span {
	float: left;
	margin: 1px 15px 0px 0px;
	color: #D6011D;
	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: #D6011D;
	margin-top: -3px;
	text-decoration: none;
	border-bottom: 1px dotted #D6011D;
	-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 {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 200px;
}
.video .innerBox .guide a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	font-size: 3px;
	background: White;
	cursor: pointer;
}
.video .innerBox .guide a.active {
	background: #D6011D;
}
.video .innerBox a.movedown {
	display: block;
	margin: 0 auto;
	width: 47px;
	height: 47px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -60px;
	cursor: pointer;
	z-index: 99;
}
.video .innerBox a.movedown:hover {
	background: url(../Images/icons.png?v=20) no-repeat 0px -112px;
}
section.business {
	background: url(../Images/wallpaper2.jpg?v=20) 50% bottom;
}
.business .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.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: 5px;
	height: 30px;
	background: url(../Images/wecando.png?v=20) center no-repeat;
	background-size: auto 30px;
}
.business .box .caption span {
	font-size: 24px;
}
.business .box ul.items {
	margin: 0 auto;
	margin-top: 20px;
	width:1200px;
	overflow:hidden;
	margin-bottom:30px;
}
.business .box ul.items li {
	width: 200px;
	float:left;
	height: 280px;
	position:relative;
	padding:0px;
	margin: 0 20px;
}
.business .box ul.items li a {
	display:block;
	padding-top:42px;
	overflow: hidden;
	background: url(../Images/bg_green.png?v=20) no-repeat 0px 400px;
	position:relative;
	width: 200px;
	height: 238px;
}
.business .box ul.items li a i {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 69px;
}
.business .box ul.items li.pc a i {
	width: 69px;
	background: url(../Images/words.png?v=20) no-repeat -245px -357px;
}
.business .box ul.items li.mobi a i {
	width: 64px;
	background: url(../Images/words.png?v=20) no-repeat -416px -291px;
}
.business .box ul.items li.sys a i {
	width: 76px;
	background: url(../Images/words.png?v=20) no-repeat -415px -362px;
}
.business .box ul.items li.app a i {
	width: 74px;
	background: url(../Images/words.png?v=20) no-repeat -244px -439px;
}
.business .box ul.items li.host a i {
	width: 79px;
	background: url(../Images/words.png?v=20) no-repeat -420px -439px;
}
.business .box ul.items li a u {
	display: block;
	position: absolute;
	width: 156px;
	height: 156px;
	left:50%;
	top:0px;
	margin-left: -78px;
	background: url(../Images/words.png?v=20) no-repeat 0px -363px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.business .box ul.items li a u.cl {
	clip: rect(0px, 156px, -10px, 78px);
}
.business.active .box ul.items li a u.cl {
	clip: rect(0px,156px,156px,78px);
}
.business .box ul.items li a u.cr {
	clip: rect(156px,78px,156px,0px);
}
.business.active .box ul.items li a u.cr {
	clip: rect(0px,78px,156px,0px);
}
.business .box ul.items li a strong {
	display: block;
	margin-top: 70px;
	font-size: 16px;
	color:#333;
	font-weight: bold;
	margin-bottom:5px;
	text-align: center;
}
.business .box ul.items li a p {
	position: relative;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
	text-align: center;
	margin:0px;
}
.business .box ul.items li a:hover {
	text-decoration:none;
	background-position: 0px 0px;
	-webkit-transition: all .5s ease-in-out .3s;
	-moz-transition: all .5s ease-in-out .3s;
	-ms-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s.3s;
}
.business .box ul.items li a:hover i {
	-webkit-transition: all .5s ease-in-out .4s;
	-moz-transition: all .5s ease-in-out .4s;
	-ms-transition: all .5s ease-in-out .4s;
	-o-transition: all .5s ease-in-out .4s;
	transition: all .5s ease-in-out .4s;
}
.business .box ul.items li.pc a:hover i {
	background: url(../Images/words.png?v=20) no-repeat -168px -357px;
}
.business .box ul.items li.mobi a:hover i {
	background: url(../Images/words.png?v=20) no-repeat -337px -291px;
}
.business .box ul.items li.sys a:hover i {
	background: url(../Images/words.png?v=20) no-repeat -327px -362px;
}
.business .box ul.items li.app a:hover i {
	background: url(../Images/words.png?v=20) no-repeat -164px -439px;
}
.business .box ul.items li.host a:hover i {
	background: url(../Images/words.png?v=20) no-repeat -335px -439px;
}
.business .box ul.items li a:hover u.cl {
	clip: rect(0px, 156px, -10px, 78px);
}
.business .box ul.items li a:hover u.cr {
	clip: rect(156px,78px,156px,0px);
}
.business .box ul.items li a:hover strong {
	color: White;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.business .box ul.items li a:hover p {
	color:#fff;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
}
.business .box label {
	display: block;
	margin: 0 auto;
	width: 297px;
	height: 21px;
	background: url(../Images/words.png?v=20) no-repeat 0px -333px;
}
section.cases {
	background: url(../Images/wallpaper3.jpg?v=20);
}
.cases .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.cases .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.cases.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}
.cases .box .caption i {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	height: 30px;
	background: url(../Images/news-hd.png?v=20) center no-repeat;
	background-size: auto 30px;
}
.cases .box .caption span {
	font-size: 24px;
	padding-left: 10px;
}
.cases .box .swiper-container.items {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	top: 700px;
	width: 1360px;
	-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: 320px;
	height: 288px;
	margin: 0 10px;
	border-bottom: 2px solid #e90000;
}
.cases .box .swiper-container .swiper-slide a{
	display:block;
	overflow:hidden;
}
.cases .box .swiper-container .swiper-slide a:hover{
	text-decoration:none;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg{
	overflow:hidden;
	width: 320px;
	height: 188px;
	position:relative;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg img {
	width: 320px;
	height: 188px;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg .shade {
	position: absolute;
	width: 320px;
	height: 188px;
	bottom:188px;
	background: Black;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: url(../Images/view-icon.png) center no-repeat #000;
    background-size: 36px;
	-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 a .newsdesc{
	background-color: #fff;
	width: 290px;
	height:83px;
	overflow:hidden;
	padding:17px 15px 0px 15px;
	-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;
}
.cases .box .swiper-container.items .swiper-slide a:hover .newsdesc{
	background: #D6011D;
}
.cases .box .swiper-container .swiper-slide a .newsdesc h2{
	color: #666;
    font-size: 12px;
    font-weight: normal;
	margin:0px;
	padding:0px;
	text-decoration:none;
	-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 .swiper-slide a .newsdesc h4{
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333;
	height:16px;
	line-height:16px;
    font-size: 16px;
	padding:10px 0px;
    font-weight: bold;
	margin:0px;
	text-decoration:none;
	-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 .swiper-slide a .newsdesc p{
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #999;
    font-size: 12px;
	height:16px;
	line-height:16px;
	text-decoration:none;
	margin:0px;
    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 a:hover .newsdesc h2,.cases .box .swiper-container.items .swiper-slide a:hover .newsdesc h4,.cases .box .swiper-container.items .swiper-slide a:hover .newsdesc p{
	color:#fff;
	text-decoration:none;
}
.box .swiper-container.items .swiper-slide a:hover .newsimg .shade {
	bottom:0px;
}
.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;
	width: 140px;
	padding: 5px 0px;
	color: #e90000;
	font-size: 14px;
	margin-top:50px;
	border-radius:3px;
	line-height:34px;
	text-align: center;
	text-decoration: none;
	border: 1px dotted #e90000;
	-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 .box a.more:hover {
	color: White;
	background: #e90000;
}
section.clients {
	background: url(../Images/wallpaper4.jpg?v=20) top center no-repeat #000;
	background-size:auto 100%;
}
.clients .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.clients .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	margin-bottom:10px;
}
.clients.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}
.clients .box .caption i {
	display: block;
	height:30px;
	background: url(../Images/wework.png?v=20) center no-repeat;
	background-size:auto 30px;
}
.clients .box .caption span {
	font-size: 18px;
	color:#fff;
	padding-left: 10px;
}
.clients .box  .brandlist-big{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}
.clients .box  .brandlist-small{
	display:none;
	margin:0px auto;
	padding-bottom:50px;
	overflow:hidden;
}
.clients .box  .brandlist-big a,.clients .box  .brandlist-small a{
	display:block;
	-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  .brandlist-big a:hover,.clients .box  .brandlist-small a:hover{
	display:block;
	transform:scale(0.99);
	-webkit-transform:scale(0.99);  /*兼容-webkit-引擎浏览器*/
	-moz-transform:scale(0.99);     /*兼容-moz-引擎浏览器*/
}
@media screen and (max-width: 1200px) {
.clients .box  .brandlist-big{
	width:90%;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}
}
@media screen and (max-width: 700px) {
.clients .box .caption i {
	height:24px;
	background-size:auto 24px;
}
.clients .box  .brandlist-big{
	display:none;
}
.clients .box  .brandlist-small{
	width:70%;
	display:block;
}
}
@media screen and (max-width: 600px) {
.clients .box .caption i {
	height:24px;
	background-size:auto 24px;
}
.clients .box  .brandlist-big{
	display:none;
}
.clients .box  .brandlist-small{
	width:80%;
	display:block;
}
}
@media screen and (max-width: 500px) {
.clients .box .caption i {
	height:22px;
	background-size:auto 22px;
}
.clients .box  .brandlist-big{
	display:none;
}
.clients .box  .brandlist-small{
	width:90%;
	display:block;
}
}
@media screen and (max-width: 375px) {
.clients .box .caption i {
	height:20px;
	background-size:auto 20px;
}
.clients .box  .brandlist-big{
	display:none;
}
.clients .box  .brandlist-small{
	width:90%;
	display:block;
}
.business .box label {
	display: none;
}
}
.clients .box ul.items {
	margin: 0 auto;
	margin-top: 0px;
	border-radius:5px;
	width: 1155px;
	height: 450px;
	font-size: 0;
	overflow: hidden;
}
.clients .box ul.items li {
	position: relative;
	padding: 0;
	width: 165px;
	height: 60px;
	overflow: hidden;
	z-index: 10;
}
.clients .box ul.items li.r {
	/*border-right: 1px dotted #ddd;*/
}
.clients .box ul.items li.b {
	/*border-bottom: 1px dotted #ddd;*/
}
.clients .box ul.items li span {
	position: absolute;
	bottom: -30px;
}
.clients .box ul.items li.bg.all {
	position: absolute;
	width: 1155px;
	height: 450px;
}
.clients .box ul.items li.bg.one {
	position: absolute;
	display: none;
}
.clients .box ul.mini {
	display: none;
}
section.quality {
	background: url(../Images/wallpaper5.jpg?v=20) bottom center no-repeat #000;
}
.quality .box {
	display:none;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.quality .flash{
	width:1200px; height:606px; position:absolute; left:50%; margin-left:-600px; bottom:0px; overflow:hidden;
}
.quality .course-big{
	width:90%; text-align:center; height:auto; position:absolute; left:.5%; bottom:0px; overflow:hidden;
	display:none;
}
.quality .course-small{
	width:100%; text-align:center; height:auto; position:absolute; bottom:0px; overflow:hidden;
	display:none;
}
@media (max-width:1200px) {
.quality .flash{
	display:none;
}
.quality .course-big{
	display:block;
}
.quality .course-big img{
	width:90%;
}
.quality .course-small{
	display:none;
}
}
@media (max-width:800px) {
.quality .flash{
	display:none;
}
.quality .course-big{
	display:none;
}
.quality .course-small{
	display:block;
}
.quality .course-small img{
	width:70%;
}
}
@media (max-width:700px) {
.quality .course-small img{
	width:80%;
}
}
@media (max-width:600px) {
.quality .course-small img{
	width:85%;
}
}
@media (max-width:500px) {
.quality .course-small img{
	width:100%;
}
}
.quality .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;
}
.quality.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}
.quality .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 240px;
	height: 37px;
	background: url(../Images/words.png?v=20) no-repeat 0px -576px;
}
.quality .box .caption span {
	padding-left: 5px;
	color: White;
	font-size: 24px;
}
.quality .box .items {
	margin: 0 auto;
	margin-top: 120px;
	width: 960px;
}
.quality .box .swiper-slide {
	position: relative;
	width: 240px;
	margin: 0 40px;
}
.quality .box .items .swiper-slide.nth1 {
	left: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}
.quality.active .box .items .swiper-slide.nth1 {
	left: 0px;
}
.quality .box .items .swiper-slide.nth2 {
	bottom: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}
.quality.active .box .items .swiper-slide.nth2 {
	bottom: 0px;
}
.quality .box .items .swiper-slide.nth3 {
	right: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}
.quality.active .box .items .swiper-slide.nth3 {
	right: 0px;
}
.quality .box .swiper-slide ul {
	margin: 0 auto;
	margin-bottom: 20px;
}
.quality .box .swiper-slide ul li {
	position: relative;
	margin: 0 15px;
	padding: 0;
	overflow: hidden;
}
.quality .box .swiper-slide ul li.mobi {
	width: 14px;
	height: 27px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -264px;
}
.quality .box .swiper-slide ul li.pad {
	width: 29px;
	height: 23px;
	background: url(../Images/icons.png?v=20) no-repeat -71px -264px;
}
.quality .box .swiper-slide ul li.pc {
	width: 35px;
	height: 27px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -303px;
}
.quality .box .swiper-slide ul li.windows {
	width: 27px;
	height: 27px;
	background: url(../Images/icons.png?v=20) no-repeat -73px -304px;
}
.quality .box .swiper-slide ul li.ios {
	width: 24px;
	height: 30px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -344px;
}
.quality .box .swiper-slide ul li.andriod {
	width: 28px;
	height: 29px;
	background: url(../Images/icons.png?v=20) no-repeat -72px -345px;
}
.quality .box .swiper-slide ul li.ie {
	width: 28px;
	height: 28px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -392px;
}
.quality .box .swiper-slide ul li.chrome {
	width: 30px;
	height: 30px;
	background: url(../Images/icons.png?v=20) no-repeat -71px -392px;
}
.quality .box .swiper-slide ul li.firefox {
	width: 32px;
	height: 30px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -432px;
}
.quality .box .swiper-slide ul li.safari {
	width: 30px;
	height: 32px;
	background: url(../Images/icons.png?v=20) no-repeat -71px -432px;
}
.quality .box .swiper-slide ul li span {
	position: absolute;
	top: 30px;
}
.quality .box .swiper-slide p {
	color: #e1e1e1;
	text-align: center;
	line-height: 36px;
}
.quality .box a.lookall {
	display: block;
	margin: 0 auto;
	margin-top: 90px;
	width: 300px;
	padding: 12px 0px;
	color: #00aa88;
	font-size: 18px;
	
	text-align: center;
	text-decoration: none;
	border: 1px solid #00aa88;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.quality.active .box a.lookall {
	-moz-opacity: 1;
	opacity: 1;
}
.quality .box a.lookall:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}
.quality .box .mini, .quality .box a.prev, .quality .box a.next {
	display: none;
}
section.marketing {
	background: url(../Images/wallpaper6.jpg?v=20)  top center;
	background-size:100%;
}
@media (max-width:1280px) and (max-height:800px) {
section.marketing {
	background: url(../Images/wallpaper6_h800.jpg?v=20) top center;
	background-size: auto 100%;
}
}
@media (max-width:960px) and (max-height:600px) {
section.marketing {
	background: url(../Images/wallpaper6_h600.jpg?v=20) top center;
	background-size: auto 100%;
}
}
.marketing .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;
}
.marketing .box .caption {
	position: relative;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}
.marketing.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}
.marketing .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 240px;
	height: 37px;
	background: url(../Images/words.png?v=20) no-repeat right -576px;
}
.marketing .box .caption span {
	padding-left: 5px;
	font-size: 24px;
}
.marketing .box ul.items {
	margin: 0 auto;
	width:1040px;
	margin-top: 20px;
	overflow:hidden;
}
.marketing .box ul.items li {
	padding:0px;
	width: 128px;
	float:left;
	height: 210px;
	margin: 0 40px;
}
.marketing .box ul.items li a{
	display:block;
	position:relative;
	width: 100%;
	padding-top:30px;
	height: 180px;
	overflow: hidden;
}
.marketing .box ul.items li a:hover{
	text-decoration:none;
}
.marketing .box ul.items li a i {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 70px;
	padding: 0px;
}
.marketing .box ul.items li.se a i {
	width: 64px;
	background: url(../Images/words.png?v=20) no-repeat -137px -632px;
}
.marketing .box ul.items li.weixin a i {
	width: 74px;
	background: url(../Images/words.png?v=20) no-repeat -207px -630px;
}
.marketing .box ul.items li.weibo a i {
	width: 68px;
	background: url(../Images/words.png?v=20) no-repeat -288px -630px;
}
.marketing .box ul.items li.sms a i {
	width: 61px;
	background: url(../Images/words.png?v=20) no-repeat -366px -628px;
}
.marketing .box ul.items li.pay a i {
	width: 64px;
	background: url(../Images/words.png?v=20) no-repeat -435px -627px;
}
.marketing .box ul.items li.bbs a i {
	width: 51px;
	background: url(../Images/words.png?v=20) no-repeat -144px -705px;
}
.marketing .box ul.items li a u {
	display: block;
	top:0px;
	position: absolute;
	width: 128px;
	height: 128px;
	background: url(../Images/words.png?v=20) no-repeat 0px -624px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.marketing .box ul.items li a u.cl {
	clip: rect(0px, 128px, -10px, 64px);
}
.marketing .box ul.items li a:hover u.cl {
	clip: rect(0px,128px,128px,64px);
}
.marketing .box ul.items li a u.cr {
	clip: rect(128px,64px,128px,0px);
}
.marketing .box ul.items li a:hover u.cr {
	clip: rect(0px,64px,128px,0px);
}
.marketing .box ul.items li a strong {
	display: block;
	line-height:30px;
	font-size: 18px;
	color:#333;
	margin-top: 20px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.marketing.active .box ul.items li a strong {
	margin-top: 50px;
}
.marketing .box ul.items li a p {
	line-height: 20px;
	font-family: Arial;
	font-size:12px;
	text-align: center;
	color:#999;
	margin:0px;
}
@media (max-width:1200px) {
.marketing .box ul.items{
	width:86%;
	overflow:hidden;
}
.marketing .box ul.items li a u {
	display: none;
}
.marketing .box ul.items li {
    width: 16%;
    height: 134px;
    margin: 0 2%;
}
.marketing .box ul.items li a{
	padding-top:0px;
	height: 134px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.marketing .box ul.items li a:hover{
	transform:scale(0.96);
	-webkit-transform:scale(0.96);  /*兼容-webkit-引擎浏览器*/
	-moz-transform:scale(0.96);     /*兼容-moz-引擎浏览器*/
}
.marketing .box ul.items li a i {
    margin-top: 0px;
	height:64px;
}
.marketing .box ul.items li.se a i {
	background: url(../Images/marketing01.png?v=20) center no-repeat;
	background-size:64px;
}
.marketing .box ul.items li.weixin a i {
	background: url(../Images/marketing02.png?v=20) center no-repeat;
	background-size:64px;
}
.marketing .box ul.items li.weibo a i {
	background: url(../Images/marketing03.png?v=20) center no-repeat;
	background-size:64px;
}
.marketing .box ul.items li.sms a i {
	background: url(../Images/marketing04.png?v=20) center no-repeat;
	background-size:64px;
}
.marketing .box ul.items li.pay a i {
	background: url(../Images/marketing05.png?v=20) center no-repeat;
	background-size:64px;
}
.marketing.active .box ul.items li a strong {
    margin-top: 20px;
}
.marketing .box ul.items li a p {
    margin-bottom:0px;
}
}
@media (max-width:800px) {
.marketing .box ul.items{
	width:100%;
}
}
@media (max-width:600px) {
.marketing .box .caption i {
    height: 24px;
	background-size:auto 24px;
}
.marketing .box ul.items{
	width:96%;
	overflow:hidden;
}
.marketing .box ul.items li u {
	display: none;
}
.marketing .box ul.items li {
	width: 80%;
	height: 34px;
	padding: 10px 0px;
	border:#d6011d 1px solid;
	border-radius:3px;
	margin:0px 10%;
	margin-bottom:20px;
}
.marketing .box ul.items li:last-child{
	margin-bottom:0px;
}
.marketing .box ul.items li a{
	width: 100%;
	height: 34px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
    justify-content:center;
}
.marketing .box ul.items li a i,.marketing .box ul.items li.se a i,.marketing .box ul.items li.weixin a i,.marketing .box ul.items li.weibo a i,.marketing .box ul.items li.sms a i,.marketing .box ul.items li.pay a i {
	float: left;
	margin: 0px;
	height: 34px;
	width: 34px;
}
.marketing .box ul.items li.se a i {
	background: url(../Images/marketing01.png?v=20) center no-repeat;
	background-size:34px;
}
.marketing .box ul.items li.weixin a i {
	background: url(../Images/marketing02.png?v=20) center no-repeat;
	background-size:34px;
}
.marketing .box ul.items li.weibo a i {
	background: url(../Images/marketing03.png?v=20) center no-repeat;
	background-size:34px;
}
.marketing .box ul.items li.sms a i {
	background: url(../Images/marketing04.png?v=20) center no-repeat;
	background-size:34px;
}
.marketing .box ul.items li.pay a i {
	background: url(../Images/marketing05.png?v=20) center no-repeat;
	background-size:34px;
}
.marketing .box ul.items li a strong, .marketing.active .box ul.items li a strong {
	float: left;
	font-size:14px;
	margin: 0px;
	height: 34px;
	padding-left: 10px;
	line-height: 34px;
}
.marketing .box ul.items li p {
	display: none;
}
}
@media (max-width:375px) {
.marketing .box ul.items li {
	padding: 6px 0px;
	margin-bottom:20px;
}
}
section.aboutus {
	position: relative;
	background: url(../Images/wallpaper7.jpg?v=20) 50% 60%;
	-moz-background-size: cover;
	background-size: cover;
}
@media (max-width:1280px) and (max-height:800px) {
section.aboutus {
	background: url(../Images/wallpaper7_h800.jpg?v=20) 50% 60%;
}
}
@media (max-width:960px) and (max-height:600px) {
section.aboutus {
	background: url(../Images/wallpaper7_h600.jpg?v=20) 50% 60%;
}
}
.aboutus .box {
    position: relative;
    -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;
	margin:0px auto;
	overflow:hidden;
}
.aboutus .aboutinfo{
	margin:0px auto;
	max-width:1200px;
	overflow:hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.aboutus .aboutinfo .aboutleft,.aboutus .box .swiper-container .aboutleft{
	width:90px;
	height:200px;
	overflow:hidden;
	background: url(../Images/aboutus.png?v=20) top center no-repeat;
	background-size: 100%;
	margin-right:30px;
}
.aboutus .box .swiper-container .aboutleft{
	width:60px;
	margin-right:15px;
}
.aboutus .aboutinfo .aboutright{
	overflow:hidden;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	height:auto;
	padding-right:30px;
	margin-right:30px;
	border-right:rgba(214,181,161,0.25) 1px solid;
	text-indent:28px;
}
.aboutus .box .swiper-container .aboutright{
	overflow:hidden;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding-right:30px;
}
.aboutus .box .swiper-container .aboutright-small,.aboutus .box .swiper-container .honorright-small{
	display:none;
	overflow:hidden;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.aboutus .aboutinfo .honorleft,.aboutus .box .swiper-container .honorleft{
	width:90px;
	height:300px;
	float:left;
	overflow:hidden;
	background: url(../Images/abouthonor-yellow.png?v=20) top center no-repeat;
	background-size: 100%;
	margin-right:30px;
}
.aboutus .box .swiper-container .honorleft{
	width:60px;
	margin-right:15px;
}
.aboutus .aboutinfo .honorright,.aboutus .box .swiper-container .honorright{
	overflow:hidden;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding-right:30px;
}
.aboutus .aboutinfo .honorright p,.aboutus .aboutinfo .aboutright p{
	margin-bottom:15px;
	font-size:13px;
	line-height:20px;
	color: #d6b5a1;
}
.aboutus .aboutinfo .aboutright p{
	text-indent:28px;
}
.aboutus .box .swiper-container .honorright p,.aboutus .box .swiper-container .honorright-small p,.aboutus .box .swiper-container .aboutright p,.aboutus .box .swiper-container .aboutright-small p{
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	color: #d6b5a1;
}
.aboutus .aboutinfo .honorright a,.aboutus .aboutinfo .aboutright a,.aboutus .box .swiper-container .honorright a,.aboutus .box .swiper-container .aboutright a,.aboutus .box .swiper-container .aboutright-small a,.aboutus .box .swiper-container .honorright-small a{
	width:50%;
	display:block;
	text-indent:0px;
	height:34px;
	text-align:center;
	border-radius:4px;
	font-size:12px;
	line-height:34px;
	border: #d6b5a1 1px solid;
	text-decoration:none;
	color:#d6b5a1;
	-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;
}
.aboutus a:hover{
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.aboutus .box .swiper-container {
	display:none;
}
.aboutus .box .swiper-container .swiper-slide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
@media (max-width:1000px) {
.aboutus .box{
	width:92%;
}
.aboutus .aboutinfo{
	display:none;
}
.aboutus .box .swiper-container{
	display:block;
}
.aboutus .box .swiper-container {
	height: 360px;
}
}
@media (max-width:800px) {
.aboutus .box .swiper-container {
	height: 380px;
}
}
@media (max-width:700px) {
.aboutus .box .swiper-container .aboutright{
	padding-right:0px;
}
.aboutus .box .swiper-container .honorright{
	padding-right:0px;
}
.aboutus .box .swiper-container {
	height: 420px;
}
}
@media (max-width:600px) {
.aboutus .box .swiper-container {
	height: 440px;
}
}
@media (max-width:500px) {
.aboutus .box .swiper-container {
	height: 480px;
}
}
@media (max-width:375px) {
.aboutus .box .swiper-container .aboutright p{
	margin-bottom:10px;
	line-height:18px;
}
.aboutus .box .swiper-container {
	height: 320px;
}
.aboutus .box .swiper-container .aboutright{
	display:none;
}
.aboutus .box .swiper-container .honorright{
	display:none;
}
.aboutus .box .swiper-container .aboutright-small{
	display:block;
}
.aboutus .box .swiper-container .honorright-small{
	display:block;
}
}
@media (max-width:320px) {
.aboutus .box .swiper-container {
	height: 400px;
}
.aboutus .box .swiper-container .honorright-small p{
	margin-bottom:5px;
}
.aboutus .box .swiper-container .aboutright-small p{
	margin-bottom: 5px;
}
}
.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{
	width:50px;
	height: 50px;
	position:relative;
}
.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../Images/icons.png?v=20) 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: 50%;
	margin-top:-60px;
	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: 200px;
	height: 60px;
	margin-top:-30px;
}
.dock ul.icons li.im p {
	width: 115px;
	height: 80px;
	margin-top:-40px;
}
.dock ul.icons li.tel.active p {
	margin-top:-30px;
}
.dock ul.icons li.im.active p {
	margin-top:-40px;
}
.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?v=20) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}
.dock a.switch.off {
	background-position: -32px -640px;
}
@media (max-width:1300px) {
header .logo {
	top: 37px;
	left: 35px;
	width: 220px;
}
header .words {
	display: none;
}
header nav.menu {
	margin-left: -40px;
}
header.fixed nav.menu {
	margin-left: -55px;
}
header nav.menu ul li {
	margin: 0 5px;
}
header .hotline {
	right: 200px;
}
header.fixed .hotline {
	right: 170px;
}
header .hotline u {
	right: 215px;
}
header.fixed .hotline u {
	right: 180px;
}
}
@media (max-width:1080px) {
header .words {
	display: block;
	left: 220px;
}
header .hotline {
	right: 285px;
}
header.fixed .hotline {
	right: 255px;
}
header .hotline u {
	right: 300px;
}
header.fixed .hotline u {
	right: 265px;
}
header .menu-icon {
	display: block;
}
header nav.menu {
	position: fixed;
	width: 72px;
	top: 38px;
	right: -100px;
	margin: 0px;
	padding-top: 30px;
	border: 1px solid #000;
	border-top: 1px solid #D6011D;
	border-right: none;
	background: #3a3a3a;
}
header.fixed nav.menu {
	top: 22px;
	margin: 0px;
}
header nav.menu.active {
	display: block;
	margin: 0px;
	right: 0px;
}
header nav.menu ul li, header.fixed nav.menu ul li {
	margin: 0px;
	margin-left: 5px;
	width: 73px;
	padding: 8px 0px;
	
	font-size: 14px;
	text-align: center;
}
header nav.menu ul li.active {
	background: #111;
}
header nav.menu .line {
	-moz-opacity: 0;
	opacity: 0;
}
}
@media (max-width:720px) {
header {
	height: 54px;
}
header .logo, header.fixed .logo {
	top: 17px;
	left: 20px;
	width: 260px;
}
header .words {
	display: none;
}
header .menu-icon, header.fixed .menu-icon {
	top: 18px;
	right: 30px;
}
header nav.menu, header.fixed nav.menu {
	width: 54px;
	top: 22px;
	padding-top: 30px;
}
header nav.menu ul li, header.fixed nav.menu ul li {
	margin-left: 5px;
	width: 55px;
	padding: 5px 0px;
	font-size: 12px;
}
header .hotline, header.fixed .hotline {
	top: 21px;
	right: 218px;
}
header .hotline span {
	font-size: 20px;
}
header .hotline u, header.fixed .hotline u {
	top: 24px;
	right: 223px;
	width: 15px;
	height: 21px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -34px;
}
}
@media (max-width:460px) {
header {
	height: 42px;
}
header.fixed {
	height: 60px;
}
header .logo, header.fixed .logo {
	top: 13px;
	width: 220px;
}
header .menu-icon, header.fixed .menu-icon {
	top: 12px;
	height:30px;
}
header .menu-icon span.glyphicon-earphone {
	display: inline;
}
header nav.menu, header.fixed nav.menu {
	top: 17px;
}
header .hotline, header.fixed .hotline {
	display: none;
}
header.fixed .bg {
	height: 60px;
}
}
@media (max-width:560px) {
header .logo, header.fixed .logo {
	top: 22px;
	width: 180px;
}
}
@media (max-width:460px) {
header .logo, header.fixed .logo {
	top: 16px;
	width: 220px;
}
}
@media (max-width:375px) {
header .logo, header.fixed .logo {
	top: 16px;
	width: 200px;
}
}
@media (max-width:320px) {
header .logo, header.fixed .logo {
	top: 18px;
	width: 160px;
}
}
@media (max-height:310px) {
header, header.fixed {
	display: none;
	height: 0px;
}
}
@media (max-width:1280px) and (max-height:800px) {
div.welcome {
	background: url(../Images/welcome_h800.jpg?v=20) 30% 80%;
}
}
@media (max-width:960px) and (max-height:600px) {
div.welcome {
	background: url(../Images/welcome_h600.jpg?v=20) 30% 80%;
}
}
@media (max-width:800px), (max-height:480px) {
div.welcome p {
	width: 218px;
	padding-top: 130px;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -109px;
	background: url(../Images/welcome_words_mini.png?v=20) top center no-repeat;
	background-size:80%;
}
}
@media (max-height:260px) {
div.welcome p {
	height: 158px;
	padding: 0px;
	margin-top: -79px;
}
div.welcome p u {
	display: none;
}
}
@media (max-width:1280px) and (max-height:800px) {
.video .swiper-container .nth1 {
	background: url(../Images/wallpaper1_1_h800.jpg?v=20) 50% 35%;
}
}
@media (max-width:960px) and (max-height:600px) {
.video .swiper-container .nth1 {
	background: url(../Images/wallpaper1_1_h600.jpg?v=20) 50% 35%;
}
}
@media (max-height:750px) {
.video .swiper-container .nth1 .line {
	display: none;
}
}
@media (max-width:900px), (min-height:1201px), (max-height:720px) {
.video .swiper-container .nth1 .shade {
	display: none;
}
}
@media (max-width:512px) {
.video .swiper-container .nth1 .box .left{
	display:none;
	width:0px;
}
.video .swiper-container .nth1 .box .right {
	margin: 18px 0 0 0px;
	right: -300px;
}
.video .swiper-container .nth1 .box .right span {
	font-size: 24px;
}
.video .swiper-container .nth1 .box .right i {
	width: 203px;
	height: 40px;
	margin: 3px 0px 5px 0px;
	background: url(../Images/words_mini.png?v=20) no-repeat;
}
.video .swiper-container .nth1 .box .right p {
	font-size: 12px;
	
	line-height: 20px;
}
}
@media (max-width:1280px) and (max-height:800px) {
.video .swiper-container .nth2 {
	background: url(../Images/wallpaper1_2_h800.jpg?v=20) 50% 20%;
}
}
@media (max-width:960px) and (max-height:600px) {
.video .swiper-container .nth2 {
	background: url(../Images/wallpaper1_2_h600.jpg?v=20) 50% 20%;
}
}
@media (max-width:799px) {
.video .swiper-container .nth2 .box {
	left: -400px;
	width: 100%;
	text-align: center;
}
.video .swiper-container .nth2.active .box {
	left: 0px;
}
.video .swiper-container .nth2 .box i {
	margin: 0 auto;
	margin-bottom: 10px;
}
}
@media (orientation:landscape) and (max-height:480px), (orientation:portrait) and (max-width:699px) {
.video .swiper-container .nth2 .box span {
	font-size: 24px;
}
.video .swiper-container .nth2 .box i {
	width: 191px;
	height: 40px;
	margin-top: 8px;
	margin-bottom: 5px;
	background: url(../Images/words_mini.png?v=20) no-repeat 0px -45px;
}
.video .swiper-container .nth2 .box p {
	font-size: 12px;
	
	line-height: 20px;
}
}
@media (max-width:1280px) and (max-height:800px) {
.video .swiper-container .nth3 {
	background: url(../Images/wallpaper1_3_h800.jpg?v=20) 50% center;
}
}
@media (max-width:960px) and (max-height:600px) {
.video .swiper-container .nth3 {
	background: url(../Images/wallpaper1_3_h600.jpg?v=20) 50% center;
}
}
@media (orientation:landscape) and (max-height:480px), (orientation:portrait) and (max-width:699px) {
.video .swiper-container .nth3 .box .top {
	font-size: 40px;
}
.video .swiper-container .nth3.active .box .top {
	font-size: 24px;
}
.video .swiper-container .nth3 .box .mid {
	width: 216px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../Images/words_mini.png?v=20) no-repeat 0px -131px;
}
.video .swiper-container .nth3 .box .bottom {
	font-size: 12px;
	
	line-height: 20px;
}
}
@media (max-width:1280px) and (max-height:800px) {
.video .swiper-container .nth4 {
	background: url(../Images/wallpaper1_4_h800.jpg?v=20) 50% top;
}
}
@media (max-width:960px) and (max-height:600px) {
.video .swiper-container .nth4 {
	background: url(../Images/wallpaper1_4_h600.jpg?v=20) 50% top;
}
}
@media (orientation:landscape) and (max-height:480px), (orientation:portrait) and (max-width:699px) {
.video .swiper-container .nth4 .box .top span {
	font-size: 24px;
}
.video .swiper-container .nth4 .box .top i {
	width: 143px;
	height: 38px;
	background: url(../Images/words_mini.png?v=20) no-repeat 0px -88px;
}
.video .swiper-container .nth4 .box .bottom {
	font-size: 12px;
	
	line-height: 20px;
}
}
@media (orientation:landscape) and (max-height:300px) {
.video .swiper-container .swiper-slide {
	padding-top: 10px;
}
.video .swiper-container .nth2 .shade {
	margin-top: -10px;
	height: 400px;
}
}
@media (orientation:landscape) and (max-height:650px) {
.video .innerBox {
	bottom: 15px;
}
.video .innerBox .news {
	margin-left: 100px;
	margin-bottom: 10px;
}
.video .innerBox .guide {
	position: absolute;
	margin: 0px;
	right: 15px;
	bottom: 18px;
	width: 110px;
}
.video .innerBox .guide a {
	margin: 0px 3px;
	width: 20px;
}
.video .innerBox a.movedown {
	position: absolute;
	margin: 0px;
	left: 15px;
	bottom: 0px;
}
}
@media (orientation:landscape) and (max-height:650px) and (max-width:660px) {
.video .innerBox .news a.more {
	display: none;
}
.video .innerBox .news span {
	display: none;
}
}
@media (orientation:landscape) and (max-height:650px) and (max-width:540px) {
.video .innerBox .news {
	margin-left: 85px;
}
.video .innerBox .news ul li {
	font-size: 12px;
	
}
}
@media (orientation:landscape) and (max-height:650px) and (max-width:460px), (orientation:landscape) and (max-height:300px), (orientation:portrait) and (max-height:380px) {
.video .innerBox .news {
	display: none;
}
}
@media (orientation:portrait) and (max-width:460px) {
.video .innerBox .news a.more {
	display: none;
}
.video .innerBox .news span {
	display: none;
}
.video .innerBox .news {
	width: 100%;
}
.video .innerBox .news ul {
	width: 100%;
	text-align: center;
}
}
@media (orientation:portrait) and (max-width:360px) {
.video .innerBox .news {
	margin: 0px;
	margin-bottom: 10px;
}
.video .innerBox .news ul li {
	font-size: 12px;
	
}
.video .innerBox .guide {
	position: static;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 25px;
	right: inherit;
	bottom: inherit;
	width: 110px;
}
.video .innerBox .guide a {
	margin: 0 3px;
	width: 20px;
}
.video .innerBox a.movedown {
	position: static;
	margin: 0 auto;
	left: 0px;
}
}
@media (max-width:1200px) {
.business .box ul.items {
	width:1100px;
}
.business .box ul.items li {
	margin: 0 10px;
}
}
@media (max-width:1100px) {
.business .box ul.items {
	width:1000px;
}
.business .box ul.items li {
	width: 180px;
	height: 260px;
	margin: 0 10px;
}
.business .box ul.items li a{
	width: 180px;
	height: 218px;
}
}
@media (max-width:1000px) {
.business .box ul.items {
	width:900px;
	overflow:hidden;
}
.business .box ul.items li {
	width: 170px;
	float:left;
	height: 280px;
	position:relative;
	padding:0px;
	margin: 0 5px;
	background: url(../Images/bg_green.png?v=20) no-repeat 0px 400px;
	overflow: hidden;
}
}
@media (max-width:900px) {
.business .box .caption i {
    height: 20px;
    background-size: auto 20px;
}
.business .box ul.items {
	overflow:hidden;
	width:50%;
}
.business .box ul.items li {
	width: 50%;
	height: 60px;
	margin: 0px 0px 20px 0;
	padding: 0px;
	float:left;
}
.business .box ul.items li a{
	padding:0px;
	margin:0px;
	width: 100%;
	height: 60px;
	background: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
.business .box ul.items li a u{
	display:none;
}
.business .box ul.items li:last-child{
	margin:0px;
}
.business .box ul.items li a:hover {
	background: #d6011d;
	-webkit-transition: all .5s ease-in-out .2s;
	-moz-transition: all .5s ease-in-out .2s;
	-ms-transition: all .5s ease-in-out .2s;
	-o-transition: all .5s ease-in-out .2s;
	transition: all .5s ease-in-out .2s;
}
.business .box ul.items li a strong {
	margin: 0px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	padding:0px 8px 0px 5px;
}
.business .box ul.items li a i {
	margin:0px;
	float:left;
}
.business .box ul.items li.pc a i {
	width: 46px;
	height: 35px;
	background: url(../Images/words_mini.png?v=20) no-repeat -145px -217px;
}
.business .box ul.items li.mobi a i {
	width: 46px;
	height: 39px;
	background: url(../Images/words_mini.png?v=20) no-repeat -245px -176px;
}
.business .box ul.items li.sys a i {
	width: 46px;
	height: 35px;
	background: url(../Images/words_mini.png?v=20) no-repeat -249px -220px;
}
.business .box ul.items li.app a i {
	width: 46px;
	height: 41px;
	background: url(../Images/words_mini.png?v=20) no-repeat -146px -264px;
}
.business .box ul.items li.host a i {
	width: 47px;
	height: 38px;
	background: url(../Images/words_mini.png?v=20) no-repeat -253px -266px;
}
.business .box ul.items li.pc a:hover i {
	background: url(../Images/words_mini.png?v=20) no-repeat -100px -217px;
}
.business .box ul.items li.mobi a:hover i {
	background: url(../Images/words_mini.png?v=20) no-repeat -201px -176px;
}
.business .box ul.items li.sys a:hover i {
	background: url(../Images/words_mini.png?v=20) no-repeat -196px -220px;
}
.business .box ul.items li.app a:hover i {
	background: url(../Images/words_mini.png?v=20) no-repeat -100px -264px;
}
.business .box ul.items li.host a:hover i {
	background: url(../Images/words_mini.png?v=20) no-repeat -201px -266px;
}
.business .box ul.items li a p {
	display:none;
}
.business .box label{
	margin-top:0px;
}
}
@media (max-width:414px) {
.business .box .caption i {
	height: 16px;
	background-size: auto 16px;
}
.business .box ul.items li {
	width: 100%;
	height: 60px;
	margin: 0px 0px 10px 0;
}
}
@media (max-width:1280px) and (max-height:800px) {
section.cases {
	background: url(../Images/wallpaper3_h800.jpg?v=20);
}
}
@media (max-width:960px) and (max-height:600px) {
section.cases {
	background: url(../Images/wallpaper3_h600.jpg?v=20);
}
}
@media (max-width:1500px) {
.cases .box .swiper-container.items {
	width: 1240px;
}
.cases .box .swiper-container.items .swiper-slide {
	width: 290px;
	height:264px;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg{
	width: 290px;
	height: 164px;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg img {
	width: 290px;
	height: 164px;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg .shade {
	width: 290px;
	height: 164px;
	bottom:164px;
}
.cases .box .swiper-container.items .swiper-slide a .newsdesc{
	width: 260px;
}
.cases .box .swiper-container .swiper-slide a .newsdesc h4{
	font-size:15px;
}
}
@media (max-width:1200px) {
.cases .box .swiper-container.items {
	width: 1100px;
}
.cases .box .swiper-container.items .swiper-slide {
	width: 255px;
	height:250px;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg{
	width: 255px;
	height: 150px;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg img {
	width: 255px;
	height: 150px;
}
.cases .box .swiper-container.items .swiper-slide a .newsimg .shade {
	width: 255px;
	height: 150px;
	bottom:150px;
}
.cases .box .swiper-container.items .swiper-slide a .newsdesc{
	width: 225px;
	height:85px;
	overflow:hidden;
	padding:18px 15px 0 15px;
}
.cases .box .swiper-container .swiper-slide a .newsdesc h4{
	font-size:14px;
}
}
@media (max-width:1100px) {
.cases .box .swiper-container.items {
	display: none;
}
.cases .box .swiper-container.mini {
	display: block;
	width: 340px;
	height:300px;
	margin-top: 40px;
}
.cases .box .swiper-container.mini .swiper-wrapper {
	height: 300px !important;
}
.cases .box .swiper-container.mini .swiper-slide {
	width: 340px;
	height: 300px;
}
.cases .box .swiper-container.mini .swiper-slide a {
	display: block;
	height: 300px;
    overflow: hidden;
}
.cases .box .swiper-container.mini .swiper-slide a .newsimg {
	width: 340px;
	height: 200px;
	overflow:hidden;
	position:relative;
}
.cases .box .swiper-container.mini .swiper-slide a .newsimg img {
	width: 340px;
	height: 200px;
}
.cases .box .swiper-container.mini .swiper-slide a .newsimg .shade {
	position: absolute;
	width: 340px;
	height: 200px;
	bottom:200px;
	background: Black;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: url(../Images/view-icon.png) center no-repeat #000;
    background-size: 36px;
	-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.mini .swiper-slide a:hover .newsimg .shade {
	bottom:0px;
}
.cases .box .swiper-container.mini .swiper-slide a .newsdesc{
	background-color: #fff;
	width: 310px;
	height:83px;
	overflow:hidden;
	padding:17px 15px 0px 15px;
	-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;
}
.cases .box .swiper-container.mini .swiper-slide a:hover .newsdesc{
	background: #D6011D;
}
.cases .box .swiper-container.mini .swiper-slide a:hover .newsdesc h2,.cases .box .swiper-container.mini .swiper-slide a:hover .newsdesc h4,.cases .box .swiper-container.mini .swiper-slide a:hover .newsdesc p{
	color:#fff;
}
.cases .box a.prev, .cases .box a.next {
	display: block;
	position: absolute;
	top: -300px;
	width: 16px;
	height: 30px;
	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: 100;
}
.cases .box a.prev {
	left: 30px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -219px;
}
.cases .box a.next {
	right: 30px;
	background: url(../Images/icons.png?v=20) no-repeat -25px -219px;
}
}
@media (max-width:500px) {
.cases .box .caption i {
    height: 24px;
    background-size: auto 24px;
}
.cases .box .swiper-container.mini .swiper-wrapper {
	height: 253px !important;
}
.cases .box .swiper-container.mini {
	width: 260px;
	height: 253px;
}
.cases .box .swiper-container.mini .swiper-slide {
	width: 260px;
	height: 253px !important;
}
.cases .box .swiper-container.mini .swiper-slide a {
	display: block;
	height: 253px;
    overflow: hidden;
}
.cases .box .swiper-container.mini .swiper-slide a .newsimg {
	width: 260px;
	height: 153px;
}
.cases .box .swiper-container.mini .swiper-slide a .newsimg img {
	width: 260px;
	height: 153px;
}
.cases .box .swiper-container.mini .swiper-slide a .newsimg .shade {
	width: 260px;
	height: 153px;
	bottom:153px;
}
.cases .box .swiper-container.mini .swiper-slide a .newsdesc{
	width: 230px;
}
.cases .box a.prev {
	left: 20px;
}
.cases .box a.next {
	right: 20px;
}
}
@media (orientation:portrait) and (max-width:500px) and (max-height:580px) {
.cases .box .swiper-container.mini {
	margin-top: 30px;
}
.cases .box a.more {
	display: block;
	position: static;
	margin: 0 auto;
	margin-top: 30px;
	width: 66px;
	font-size: 12px;
	padding: 3px 0px;
}
}
@media (max-width:370px) {
.cases .box a.prev, .cases .box a.next {
	margin-top: 180px;
}
.cases .box a.prev {
	left: 40px;
}
.cases .box a.next {
	right: 40px;
}
}
@media (min-width:1921px), (min-height:1201px) {
section.clients {
	-moz-background-size: cover;
	background-size: cover;
}
}
@media (max-width:1280px) and (max-height:800px) {
section.clients {
	background: url(../Images/wallpaper4_h800.jpg?v=20) center no-repeat #000;
	background-size:auto 100%;
}
}
@media (max-width:960px) and (max-height:600px) {
section.clients {
	background: url(../Images/wallpaper4_h600.jpg?v=20) center no-repeat #000;
	background-size:auto 100%;
}
}
@media (max-width:414px) {
section.clients {
	background: url(../Images/wallpaper4_h400.jpg?v=20) center no-repeat #000;
	background-size:auto 100%;
}
}

@media (min-width:471px) and (max-height:580px) {
.clients .box ul.items {
	height: 150px;
}
.clients .box ul.items li.bg.all {
	height: 150px;
}
}
@media (min-width:471px) and (max-height:450px) {
.clients .box .swiper-container.items {
	margin-top: 40px;
}
.clients .box .caption i {
	display: none;
}
}
@media (min-height:920px) {
.clients .box {
	margin-top: -80px;
}
}
@media (max-width:690px) and (max-height:380px), (max-width:620px) and (max-height:480px), (max-width:470px) {
.clients .box ul.mini li.bg.all{
	display:none;
}
.clients .box ul.items {
	display: none;
}
.clients .box ul.mini {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 90%;
	height: auto;
	overflow: hidden;
}
.clients .box ul.mini li {
	position: relative;
	float: left;
	width: 50%;
	font-size:12px;
	color:#fff;
	padding: 10px 0 10px 0px;
	text-indent:15px;
	background: url(../Images/point.png?v=20) left center  no-repeat;
	background-size:10px;
	z-index: 20;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.clients .box ul.mini li.bg.all {
	position: absolute;
	width: 500px;
	height: 560px;
	list-style: none;
}
.clients .box ul.mini li.bg.one {
	display: none;
}
}
@media (min-width:1921px), (min-height:1201px) {
section.quality {
	-moz-background-size: cover;
	background-size: cover;
}
}
@media (max-width:1280px) and (max-height:800px) {
section.quality {
	background: url(../Images/wallpaper5_h800.jpg?v=20) 50% 10%;
}
}
@media (max-width:960px) and (max-height:600px) {
section.quality {
	background: url(../Images/wallpaper5_h600.jpg?v=20) 50% 10%;
}
}
@media (max-width:960px) {
.quality .box .items {
	display: none;
}
.quality .box .mini {
	display: block;
	margin: 0 auto;
	margin-top: 120px;
	width: 240px;
	height: 200px;
	overflow: hidden;
}
.quality .box .mini .swiper-slide {
	margin: 0px;
}
.quality .box a.prev, .quality .box a.next {
	display: block;
	position: absolute;
	top: -300px;
	width: 16px;
	height: 30px;
	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: 100;
}
.quality .box a.prev {
	left: 30px;
	background: url(../Images/icons.png?v=20) no-repeat 0px -219px;
}
.quality .box a.next {
	right: 30px;
	background: url(../Images/icons.png?v=20) no-repeat -25px -219px;
}
}
@media (max-height:730px) {
.quality .box .items, .quality .box .mini {
	margin-top: 80px;
}
}
@media (max-height:710px) {
.quality .box a.lookall {
	display: none;
}
}
@media (max-height:530px) {
.quality .box .items, .quality .box .mini {
	margin-top: 60px;
}
.quality .box .caption i {
	display: none;
}
}
@media (max-height:420px) {
.quality .box .items, .quality .box .mini {
	height: 120px;
	margin-top: 40px;
}
.quality .box a.prev, .quality .box a.next {
	margin-top: -40px;
}
}
@media (max-height:360px) {
.quality .box .items, .quality .box .mini {
	height: 110px;
	margin-top: 20px;
}
.quality .box .swiper-slide ul {
	margin-bottom: 10px;
}
.quality .box a.prev, .quality .box a.next {
	margin-top: -80px;
}
}
section.contact {
	position: relative;
	background: url(../Images/wallpaper8.jpg?v=20) bottom center no-repeat #f4f4f4;
	background-size: 100%;
}
@media (max-width:880px) {
section.contact {
	background: url(../Images/wallpaper8_h800.jpg?v=20) bottom center no-repeat #f4f4f4;
	background-size: cover;
}
}
@media (max-width:500px) {
section.contact {
	background: url(../Images/wallpaper8_h600.jpg?v=20) bottom center no-repeat #f4f4f4;
	background-size: cover;
}
}
.contact .box {
	position: relative;
	margin: 0 auto;
	width: 960px;
	overflow:hidden;
	-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-small{
	display:none;
}
.contact .box .above-big {
	position: relative;
	top: -300px;
	width: 100%;
	height: 260px;
	-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-big {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}
.contact .box .above-big .wechat{
	float: left;
	height: 200px;
	width:200px;
}
.contact .box .above-big .wechat img{
	height: 200px;
	width:200px;
}
.contact .box .above-big .left{
	height: 220px;
	width:380px;
	float: left;
	font-size:16px;
	margin: 0px 0px 0px 30px;
	color: #666;
	line-height: 32px;
}
.contact .box .above-big .right{
	width:350px;
	height: 220px;
	float: left;
	font-size:16px;
	line-height: 32px;
}
.contact .box .above-big .left p,.contact .box .above-big .right p{
	color: #666;
}
.contact .box .above-big .left p a,.contact .box .above-big .right p a{
	color: #666;
}
.contact .box .below {
	position: relative;
	width: 100%;
	padding-top:30px;
	border-top: 1px dotted #ccc;
}
.contact .box .below i {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background: url(../Images/contect-beow.png?v=20) center no-repeat;
	background-size: auto 100px;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}
.contact.active .box .below i {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}
@media (max-width:840px) {
.contact .box {
	width: 94%;
}
.contact .box .above-big{
	display:none;
}
.contact .box .above-small{
	padding-bottom:30px;
	display:block;
	background: url(../Images/wechat_code.png?v=20) top left no-repeat;
	background-size: 160px;
	padding-left:190px;
}
.contact .box .above-small p{
	color: #666;
	line-height: 22px;
}
}
@media (max-width:600px) {
.contact .box {
	width: 94%;
}
.contact .box .above-big{
	display:none;
}
.contact .box .above-small{
	display:block;
	background: none;
	padding:0px 0px 30px 0px;
	text-align:center;
}
.contact .box .above-small p{
	color: #666;
	font-size:12px;
	line-height: 22px;
}
}
@media (max-width:700px), (max-height:600px) {
.dock {
	display: none;
}
}
@media (max-width:319px), (max-height:210px) {
body {
	display: none;
}
html {
	background: url(../Images/displaynone.png?v=20) no-repeat 50% top;
	background-color: #333a32;
}
}
.clear {
	clear: both;
}
#BDBridgeWrap {
	display: none;
}
