﻿/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	list-style: none;
	border: 0;
}

fieldset,
img {
	border: 0;
	margin: 0;
	list-style: none;
	padding: 0;
}


/*html{height: 100%;}  body{height: 100%;}*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;
	color: #808080;
}

.nobottom {
	margin-bottom: none;
}

.clearfix:after {
	content: "";
	/*内容可以为空，你还会看到"."我们就给空*/
	visibility: hidden;
	/*隐藏对象*/
	height: 0;
	/*高度为0*/
	display: block;
	/*转换为块*/
	clear: both;
	/*清除两端*/
}

.clearfix {
	zoom: 1;
	/*给IE6用的*/
}


/*----------------------------------------以上是公共样式------------------------------*/

html {
	width: 100%;
	height:100%;
	background:#0383d9;
	background: -moz-linear-gradient(left 30deg, #74cbfa, #54c0fa);/* 火狐兼容 */
	
	background: -webkit-linear-gradient(30deg, #74cbfa, #54c0fa);/*谷歌兼容*/
	background: -webkit-gradient(linear, 0 0, 100% 100%, from(#74cbfa), to(#54c0fa0));
	background: -o-linear-gradient(30deg,  #74cbfa, #54c0fa);/*opera*/	
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#74cbfa, endColorstr=#54c0fa);
	/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#74cbfa, endColorstr=#54c0fa)";
	/*IE8+*/
	
	overflow: hidden;
}
:root .html{filter:none;}
.modules-wrap{
	
}
.contactWrap {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	height: 103px;
	margin: 24px 78px;
	width:87%;
}

.logo-left {
	width: 60%;
	height:100%;
	//background-image: url(../images/logo.png);
	float: left;
}

.contact {
	width: 87%;
	margin: 0 auto;
}
.cont-left{
	width: 41%;
	float:left;
}
.cont-left .cont-ul1 li,.cont-left .cont-ul2 li{
	width: 130px;
	height:130px;
	float:right;
	background-color:#000;
}
.cont-left .cont-ul1 li:first-child{
	width: 280px;
	height: 280px;
	float:left;
	background-color:#e5ac00;
	margin: 0 10px 10px 0;
}
/*.cont-left .cont-ul1 li.thisIe{
	width: 280px;
	height: 280px;
	float:left;
	background-color:#e5ac00;
	margin: 0 10px 10px 0;
}*/

.cont-left .cont-ul2 li{
	float:left;
	margin:10px 16px 20px 0;
}


.cont-right{
	width: 59%;
	float:left;
}
.cont-right ul li{
	width: 100%;
	height: 208px;
	float:left;
}
.teach{
	margin-left: 20px;
}
.teach,.grid,.network,.set{
	width: 204px;
	height: 208px;
	float:left;
	background-color: #de0451;
}
.grid{
	width: 174px;
	background-color: #138143;
	margin: 0 20px;
}
.network,.set{
	width: 170px;
	height: 100px;
	background-color: #a520b5;
}
.set{
	background-color: #0697ac;
	margin-top: 8px;
}
.performance,.teacher{
	width: 268px;
	height: 200px;
	float:left;
	background-color: #5d41b6;
	margin-left: 20px;
}
.teacher{
	width: 300px;
	background-color: #0fa96a;
}
.gateway{
	width: 112px;
	height: 118px;
	
	margin: 69px auto 0; 
	
}
.gateway img,.work img{
	display: block;
	margin: 10px auto 0;
}
.gateway p,.work p,.teach-work p{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 4px;
}
.teach-work img{
	margin: 40px auto 0;
	display: block;
}
.SkyDrive img{
	float:left;
	margin: 6px 0 0 10px;
}
.SkyDrive p{
	line-height: 100px;
	font-size: 20px;
	color: #fff;
}
.net-work img{
	display: block;
	margin: -4px auto 0;
}
.net-work p{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: -6px;
}



.login-right{
	height:40px;
	float:right;
	line-height:40px;
	font-size:16px;
	color:#fff;
	
	margin-top:3%;
}
.login-right #ShowInfo a{
	color:#fff;
}