


/* 底部导航 */
.nav{

	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56px;
}
.nav a{

	width: 20%;
	display: block;
	float: left;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-weight:normal;
	font-size: 18px;
}

.color-uiho{
	background: #0086ca;
}
.color-2{
	background: #4e5d75;
}
.color-3{
	background: #73c3af;
}
.color-4{
	background: #c95b5a;
}


#uihowrap{

}
#uihowrap section{
	width: 1100px;
	margin: 0 auto;
}

/* com */
.solution_head {
  text-align: center;
  padding: 30px 0;
}
.solution_head h3 {
  color: #444;
  font-size: 30px;
  width: 100%;
  height: 34px;
  line-height: 34px;
}
.solution_head p {
  text-transform: uppercase;
  color: #9b9b9b;
  font-size:20px;
  line-height: 30px;
  margin-bottom: 10px;
}
/* 第一屏 */
.page1{
	min-height: 500px;
}
#container{ margin:0 auto; width:800px; height:500px; text-align:center; padding:80px 0 0 0;}
#container img{ padding:30px 0 40px 0;}
#container h1{font-size:50px;margin:0px; font-family:"Microsoft Yahei"; color:#333;}
#container h2{font-size:40px;margin:0px; line-height:100px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
.w1{ color:#165cc1;}
.w2{ color:#333;}
.w3{ color:#9C0;}
.text{ color:#666;font-size:20px;line-height:26px; padding:30px 0 0 0;}
.text a{ color:#165cc1; text-decoration:none;}
.text a:hover{ color:#165cc1; text-decoration:underline;}
#to a{ color:#666; text-decoration:none;}
#to a:hover{ color:#165cc1;text-decoration:none;}
.bgimg{ position:fixed; bottom:-30px; height:50px;}


/* 服务内容 */

.server{
	margin-top: 50px;
	margin-bottom:100px;
}
.server ul{

}
.server ul li{
	float: left;
	width: 300px;
	margin: 0 0 0 52px;
}
.server ul li .imgwrap{
	text-align: center;
}

.server ul li .server_content{

}
.server ul li .server_content h2{
	font-weight:normal;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #666;
}
.server ul li .server_content p{
	font-size:18px;
	line-height: 23px;
	text-align:center;
	color: #999;
}
.server ul li img{
	width: 100px;
	transition: 0.2s;
}
.server ul li:hover{

}
.server ul li:hover img{
	transform:translateY(-10px) scale(1.1);
}

.techlist{
	height: 400px;
	padding: 0 20px;
}
.techlist-img{
	float: left;
}
.techlist-txt{
	float: right;
}
.techlist-txt ul{
	list-style: disc;
}
.techlist-txt ul li{
	font-size: 16px;
	color: #666;
	line-height: 26px;
}



.introduction{
	margin:0 0 50px 0;
}


.introduction ul{

}
.introduction ul li{
	float: left;
	width: 340px;
	margin: 0 0 0 22px;
	background: #f6fafc;
	border:1px solid transparent;
	transition: 0.5s;
	margin-bottom: 22px;
}
.introduction ul li .imgwrap{
	text-align: center;
}

.introduction ul li .server_content{
	padding: 5px 10px;
}
.introduction ul li .server_content h2{
	padding-top: 10px;
	line-height: 30px;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
.introduction ul li .imgwrap{
	overflow: hidden;
}
.introduction ul li img{
	width: 340px;
	transition: 0.5s;
}
.introduction ul li .server_content p{
	line-height: 23px;
	font-size: 12px;
	color: #999;
}


.introduction ul li:hover{
	border:1px solid #c5e8f9;
	border-radius: 4px;
	box-shadow: 0 1px 5px #c5e8f9;
}
.introduction ul li:hover img{
	transform: rotateZ(4deg) scale(1.1);
}



.about{ padding: 0 20px;}
.about a{ color:#666;}
.about a:hover{ color:#333; text-decoration:underline;}


.aboutIntro{
	padding-left: 210px;
	min-height: 180px;
	position: relative;
}
.aboutIntro img{
	width: 160px;
	position: absolute;
	left: 0;
	top: 0;
}
.aboutIntro h3{
	line-height: 56px;
	font-size: 20px;
	color:#333;

}
.aboutIntro h3 a{ color:#333;}
.aboutIntro h3 a:hover{ text-decoration:none;}

.aboutIntro p{
	margin-bottom: 10px;
	color: #666;
	line-height: 22px;
	font-size: 16px;
}



#load {
  position:absolute;
  width:600px;
  height:80px;
  left:50%;
  top:40%;
  margin-left:-300px;
  overflow:visible;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
}

#load div {
  position:absolute;
  width:50px;
  height:80px;
  font-size:50px;
  opacity:0;
  font-family:Helvetica, Arial, sans-serif;
  animation:move 3s linear;/*
  -o-animation:move 3s linear;
  -moz-animation:move 3s linear;
  -webkit-animation:move 3s linear;*/
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  color:#000;
  font-weight: bold;
}

#load div:nth-child(2) {
  animation-delay:0.4s;/*
  -o-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;*/
}
#load div:nth-child(3) {
  animation-delay:0.8s;/*
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;*/
}
#load div:nth-child(4) {
  animation-delay:1.2s;/*
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;*/
}
#load div:nth-child(5) {
  animation-delay:1.6s;/*
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;*/
}
#load div:nth-child(6) {
  animation-delay:2s;/*
  -o-animation-delay:1s;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;*/
}
#load div:nth-child(7) {
  animation-delay:2.4s;/*
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;*/
}
#load div:nth-child(8) {
  animation-delay:2.8s;
/*  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;*/
}
#load div:nth-child(9) {
  animation-delay:3.2s;
/*  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;*/
}
#load div:nth-child(10) {
  animation-delay:3.6s;
/*  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;*/
}
#load div:nth-child(11) {
  animation-delay:4s;
/*  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;*/
}
#load div:nth-child(12) {
  animation-delay:4.4s;/*
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;*/
}

@keyframes move {
  0% {
    right:0;
    opacity:0;
  }
	35% {
		right: 41%;
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		right:59%;
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	100% {
		right:100%;
		-moz-transform:rotate(-180deg);
		-webkit-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-moz-keyframes move {
	0% {
		right:0;
		opacity:0;
	}
	35% {
		right:41%;
		-moz-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		right:59%;
		-moz-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	100% {
		right:100%;
		-moz-transform:rotate(-180deg);
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-webkit-keyframes move {
	0% {
		right:0;
		opacity:0;
	}
	35% {
		right:41%;
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		right:59%;
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	100% {
		right:100%;
		-webkit-transform:rotate(-180deg);
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-o-keyframes move {
	0% {
		right:0;
		opacity:0;
	}
	35% {
		right:41%;
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		right:59%;
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	100% {
		right:100%;
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg);
		opacity:0;
	}
}
