body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*********************/
.full{
	height: 100%;
}
.serve-box{
	display: none;
}
.server-cont{
	width: 84.5%;
	height:100%;
	margin-right: -2.5%;
}
.server-nav{
	width: 53%;
	height: 70px;
	background: #031430;
    box-shadow: 0 2px 4px 0 rgba(187,187,187,0.50);
    position: fixed;
    top:0;
    left: 30%;
    /*margin-left: -380px;*/
    z-index: 6;
}
.nav-cont{
	width: 180px;
}
.nav-cont h2{
	text-align: left;
	font-weight: normal;
	margin-left: 30px;
}
.nav-cont h2 img{
	width: 35px;
	margin-top: 22px;
	margin-right: 15px;
}
.nav-cont h2 span{
	font-size: 24px;
    color: #FFFFFF;
    line-height: 70px;
}
.nav-cont ul{
	width: 140px;
	background: #FFFFFF;
    box-shadow: 0 2px 11px 0 rgba(169,169,169,0.50);
    margin-left: 26px;
    padding: 20px 0;
    position: absolute;
    top:70px;
    left: 0;
    display:none;
    z-index: 9!important;
}
.nav-ul li{
	height: 45px;
}
.nav-ul li a{
	font-size: 16px;
	line-height: 45px;
    color: #000000;
    margin-left: 25px;
}
.nav-ul li a:hover{
	color: #2E97FC;
	text-decoration: underline;
}
.nav-cont:hover .nav-ul{
	display: block;
	z-index: 9!important;
}
/******************/
/*server-box*/
.server-cont1{
	background: #FCFCFC;
    box-shadow: -2px 2px 7px 0 rgba(138,138,138,0.50);
    height: 760px;
    padding-top: 20%;
    box-sizing: border-box;
}

.jiaz{
	width: 96%;
	margin-left: 3%;
	margin-bottom: 5%;
}
.fistul{
	margin-top: 0;
}
.jiaz li{
	width: 31%;
	height: 22%;
	/*float: left;*/
	display: inline-block;
	margin-bottom:4%;
	margin-right: 2%;
}
.jiaz li:nth-child(3n){
	margin-right:0px;
}
.jiazp{
	/*width: 295px;*/
	position: relative;
	z-index: 0;
}
.jiazp .img{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.jiazp .img img{
	display: block;
	width: 100%;
	-webkit-transition: all ease 1s;
	   -moz-transition: all ease 1s;
	    -ms-transition: all ease 1s;
	     -o-transition: all ease 1s;
	        transition: all ease 1s;
}
.jiazp:hover .img img {
	/*width: 295px;*/
	opacity: 1;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.jiazp .con {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
}

.jiazp .con-in {
	position: absolute;
	top: 50%;
	left: 16%;
	width: 68%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.jiazp .title{
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.jiazp .name {
	margin-bottom: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	text-align: justify;
}
.jiazp .line {
	position: absolute;
	background: #fff;
}

.jiazp .line-1 {
	left: 6%;
	top: 14%;
	width: 0;
	height: 1px;
	opacity: 0;
	transition: all .5s ease;
}

.jiazp .line-2 {
	right: 6%;
	top: 14%;
	width: 1px;
	height: 0;
	opacity: 0;
	transition: all .5s ease;
}

.jiazp .line-3 {
	right: 6%;
	bottom: 14%;
	width: 0;
	height: 1px;
	opacity: 0;
	transition: all .5s ease;
}

.jiazp .line-4 {
	left: 6%;
	bottom: 14%;
	width: 1px;
	height: 0;
	opacity: 0;
	transition: all .5s ease;
}

.jiazp:hover .line-1,
.jiazp:hover .line-3 { width: 88%; opacity: 1;}

.jiazp:hover .line-2,
.jiazp:hover .line-4 { height: 72%; opacity: 1;}

.jiazp:hover .con,
.jiazp:hover .con-in{ opacity: 1;}


/*server-cont2*/
.server-cont2{
	background: #FCFCFC;
    box-shadow: -2px 2px 7px 0 rgba(138,138,138,0.50);
    padding-top: 10px;
    height: 760px;
    overflow-x: hidden;
    overflow-y: auto;
}

.server-cont2-nav{
	text-align: center;
	width: 51%;
	height: 80px;
	position: fixed;
	top:70px;
	line-height:80px;
    left: 30%;
    background: #FCFCFC;
    z-index:1;
}
.server-cont2-nav a{
	margin: 0 5%;
	font-size: 20px;
    color: #000000;
}
/*server-box3*/
.server-cont3{
	background: #FCFCFC;
    box-shadow: -2px 2px 7px 0 rgba(138,138,138,0.50);
    height: 760px;
    padding-top: 15%;
    box-sizing: border-box;
}
.shgdv{
	width: 90%;
	margin: 0 auto;
	height: 100%;
}
.shgdv li{
	float: left;
	width: 30%;
	overflow: hidden;
	margin-right: 3%;
}
.shgdv li:last-child{
	margin-right: 0;
}
.shg{
	width: 100%;
	
}
.shg img{
	width: 100%;
	vertical-align: top;
}
.ja-txt{
	margin-top: 8%;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #333;
}
.select{
	color: #0880F1!important;
}
@media only screen and (min-width: 2200px){
	 .server-cont2,.server-cont1,.server-cont3{
      height: 860px;
  }
}
@media only screen and (max-width: 1700px) {
	.server-nav,.server-cont2-nav{
		height: 60px;
		line-height: 60px;
	}
	.server-cont2-nav{
		top:60px;
	}
	.nav-cont h2 img{
		width: 30px;
		margin-top: 20px;
		margin-right: 15px;
	}
	.nav-cont h2 span{
		font-size: 22px;
	    color: #FFFFFF;
	    line-height: 60px;
	}
	  .jiazp .title{
		font-size: 16px;
		margin-bottom: 12px;
	}
	.jiazp .name {
		margin-bottom: 4px;
		font-size: 12px;
		line-height: 18px;
	}
	.nav-cont ul{
    position: absolute;
    top:60px;
    left: 0;
  }
  .server-cont2-nav a{
	font-size: 18px;
  }
  .server-cont2,.server-cont1,.server-cont3{
    height: 600px;
  }
}
@media only screen and (max-width: 1500px) {
  .server-nav,.server-cont2-nav{
		height: 50px;
		line-height: 50px;
	}
	.server-cont2-nav{
		top:50px;
	}
	.nav-cont h2 img{
		width: 28px;
		margin-top: 16px;
		margin-right: 14px;
	}
	.nav-cont h2 span{
		font-size: 20px;
	    color: #FFFFFF;
	    line-height: 50px;
	}
	 .jiazp .title{
		font-size: 12px;
		margin-bottom: 8px;
	}
	.jiazp .name {
		margin-bottom: 3px;
		font-size: 11px;
		line-height: 14px;
	}
	.nav-cont ul{
    position: absolute;
    top:50px;
    left: 0;
  }
  .server-cont2-nav a{
	font-size: 14px;
  }
   .server-cont2,.server-cont1,.server-cont3{
    height: 550px;
  }
  .fistul{
	margin-top: -30px;
  }
}
@media only screen and (max-width: 1290px) {
 .server-nav,.server-cont2-nav{
		height: 40px;
		line-height: 40px;
	}
	.server-cont2-nav{
		top:40px;
	}
	.nav-cont h2 img{
		width: 24px;
		margin-top: 12px;
		margin-right: 14px;
	}
	.nav-cont h2 span{
		font-size: 18px;
	    color: #FFFFFF;
	    line-height: 40px;
	}
	.jiazp .title{
		font-size: 10px;
		margin-bottom: 10px;
	}
	.jiazp .name {
		margin-bottom: 2px;
		font-size: 10px;
		line-height: 14px;
	}
	.nav-cont ul{
    position: absolute;
    top:40px;
    left: 0;
  }
  .server-cont2-nav a{
	font-size: 13px;
  }
   .server-cont2,.server-cont1,.server-cont3{
    height: 460px;
  }
  .fistul{
	margin-top: -40px;
  }
}
