﻿.aboutus{
  width: 100%;
  height: auto;
  float: left;
}
.aboutusWrap{
  width:92%;
  height: auto;
  margin: 0 auto;
}
.aboutusdiv{
  width:100%;
  height: auto;
  float: left;
}



.comwh{
  width:74%;
  height: auto;
  margin: 0 auto;
}
.comwho{
  width:84.6%;
  height: auto;
  margin: 0 auto;
}
.listBanner{
  width:100%;
  height:390px;
  float: left;
  overflow:hidden;
  background: url(404.png) no-repeat 60% center;
  background-position: center center;
  opacity: 0.9;
}
.listBnnerWrap{
  padding:4%;
}
.listBnnerWrap h3{
  float: left;
  width: 100%;
  text-align: left;
  font-size: 46px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 30px;
}
.listBnnerWrap p{
  width:40%;
  font-size: 16px;
  color: #c8cbcf;
  line-height: 30px;
  margin-bottom: 30px;
}
.listBnnerWrap a{
  padding:0.7% 2%;
  margin-top:30px;
  background-color: #d83721;
  color: #fff;
  font-size: 15px;
  border:1px solid #d83721;
  border-radius: 2px;
}
.listBnnerWrap a:hover{
  background-color: #fff;
  color: #000;
  border:1px solid #fff;
}
.listBnnerWrap strong a{
  border-radius:2px;
  font-weight: normal;
}
.listBnnerWrap strong a:hover{
  color:#d83721;
}






.datacl{
  width:100%;
  height: auto;
  float: left;
  text-align: center;
}
.datacw{
  width:92%;
  height: auto;
  margin:0 auto;
}

.datacList2{
  background:url(../image/buildingbg.png) 61% -50% no-repeat;
}
.datacList2,.datacList3,.datacList4,.datacList5{
  padding: 3rem 0rem 3rem 0rem;
}
.datacMain{
  margin-top:1rem;
}
.list2Left{
  width: 70%;
  height: 380px;
  float: left;
}
.list2Left img{
  width:522px;
  height:360px;
  float:right;
  margin-right:34px;
}
.list2Right{
  width: 30%;
  height: auto;
  float: left;
  font-size:16px;
}
.list2Right h2{
  text-align: left;
  font-size: 1.1rem;
  line-height: 3rem;
  text-indent: 1.5rem;
}
.list2Right h2:hover{
  color: #d83721;
}
.dataclLine{
  width:15%;
  height: 0.2rem;
  float: left;
  border: 0;
  margin:0rem 0rem 0.5rem 2.1rem;
}
.list2Right ul{
  margin-top:100px;
}
.list2Right ul li{
  width:100%;
  line-height: 30px;
  float: left;
  margin-bottom: 10px;
  text-align: left;
  list-style:none;
}
.list2Right ul li i{
  width:10px;
  height: 10px;
  float: left;
  border-radius:10px;
  border: 0;
  background-color: #d83721;
  margin-top:2.5%;
  margin-right: 20px;
}
.list2Right ul li b{
  width:90%;
  height: auto;
  float: right;
  font-weight: normal;
}
.datacList3{
  height: auto;
  background-color:#fff;
}
.list3Left{
  width:26%;
  height: 500px;
  float: left;
}
.list3LeftTop{
  width:100%;
  height: 60%;
  float: left;
}
.list3LeftTop img{
  width:99%;
  height: 350px;
}
.list3LeftBottom{
  width: 90%;
  height:30.8%;
  float: left;
  padding:5% 4.7% 3% 4.8%;
  color: #fff;
  background-color: #d83721;
}
.list3LeftBottom b{
  width:100%;
  text-align: center;
  font-size: 1.2rem;
  float: left;
}
.list3LeftBottom p{
  text-align: left;
  font-size:0.9rem;
  float:left;
  margin-top: 1rem;
}
.list3Right{
  width:74%;
  height: 500px;
  float:left;
}
.list3Right ul{
  width:100%;
  height: 500px;
  float: left;
}
.list3Right ul li{
  width:32.1%;
  height: 237.4px;
  position:relative;
  float: left;
  overflow:hidden;
  margin-right:3px;
}
.list3Right ul li:nth-of-type(1),.list3Right ul li:nth-of-type(2),.list3Right ul li:nth-of-type(3){
  margin-bottom:3px;
}
.list3Right ul li:nth-of-type(1),.list3Right ul li:nth-of-type(4){
  margin-left:2px;
}
.list3Right ul li img{
  width:100%;
  height: 100%;
  float: left;
  transition: all 2.5s ease-in-out;
  -webkit-transition: all 2.5s ease-in-out;
  -moz-transition: all 2.5s ease-in-out;
  -o-transition: all 2.5s ease-in-out;
  overflow:hidden;
}
.list3Right ul li:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  width:100%;
  height: 119%;
}
.list3Right ul li span{
  width:70%;
  height: 38px;
  line-height:38px;
  display: table;
  font-size: 1rem;
  border:1px solid #fff;
  color: #fff;
  position: absolute;
  left:15%;
  bottom: 40%;
  overflow:hidden;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.list3Right ul li h4{
  width:100%;
  position:absolute;
  left:0;
  bottom:25%;
  color:#fff;
  font-size: 14px;
  font-weight: normal!important;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  overflow:hidden;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;


}
.list3Right ul li:hover .datacenterpower{
  bottom:50%;
}
.list3Right ul li:hover .datacenterdes{
  bottom:35%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.datacList4 {
  height:553px!important;
  background:url(../image/sixting-pro-bg.jpg) no-repeat;
  padding-bottom:0;
  padding-top:50px;
}
.datacList4 ul{
  width:100%;
  float: left;
  margin:1rem 0rem 1rem 0rem;
}
.datacList4 ul li{
  width:23%;
  height: 180px;
  float: left;
  background:#fff;
  margin-right:2%;
}
.datacList4 ul li:hover{
      background: #e7f6ff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.datacList4 ul li i{
  width:30%;
  height: auto;
  float: left;
  margin-left: 8%;
  margin-bottom: 1rem;
}
.datacList4 ul li i img{
  width:60px;
  height: 60px;
  margin:0 auto;
  margin-top:63px;
}
.datacList4 ul li h4{
  width:50%;
  height:auto;
  float:left;
  text-align: right;
  font-size: 13px;
  margin-top:10%;
}
.datacList4 ul li p{
  width:50%;
  height: auto;
  float:left;
  font-size:13px;
  margin-top:5%;
  text-align:left;
}
.datacList5{
 padding-top:50px;
}
.list5Left{
  width:60%;
  height: auto;
  float: left;
  overflow:hidden;
}

#Boxcontainer{
  width: 100%;
  height: 31rem;
  float: right;
  margin-top: 30px;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  position: relative;
  background: transparent;
}
.echartscan{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 31rem;
  padding: 0rem;
  margin: 0rem;
  border-width: 0rem;
}
.list5canvas1{
  width:100%;
  position: absolute;
  left: 31rem;
  top: 0rem;
  height: 31rem;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0rem;
  margin: 0rem;
  border-width: 0rem;
}
.list5canvas2{
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 31rem;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0rem;
  margin: 0rem;
  border-width: 0rem;
}
.list5canvas3{
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 31rem;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0rem;
  margin: 0rem;
  border-width: 0rem;
}

.list5Right{
  width:40%;
  height: auto;
  float: left;
  padding-top: 124px;
  font-size:16px;
}
.list5Right h2{
  text-align: left;
  font-size: 1.1rem;
  line-height: 3rem;
  text-indent: 1.5rem;
}
.list5Right h2:hover{
  color: #d83721;
}
.list5Right ul li{
  width:100%;
  line-height: 60px;
  float: left;
  margin-bottom: 0.5rem;
  text-align: left;
  padding:0% 5% 0% 5%;
  list-style:none;
}
.list5Right ul li i{
  width: 10px;
  height: 10px;
  float: left;
  border-radius: 10px;
  border: 0;
  background-color: #d83721;
  margin-top:26px;
  margin-right: 20px;
}
.list5Right ul li b{
  width:81%;
  height: auto;
  float: left;
  font-weight: normal;
}
.datacList6{
  background-color: #f2f2f2;
  padding-bottom:3rem;
}
.list6Top{
  height: 23.937rem;
  width:100%;
  float: left;
  background:url(../image/culture_bg.png);
  color: #fff;
}
.list6Tit{
  font-size: 1.7rem;
  line-height: 4rem;
  padding-top:3rem;
}
.list6Float{
  width:100%;
  height: auto;
  float: left;
  margin-top:-134px;
  position: relative;
}
.list6Float ul{
  width:74%;
  height: auto;
  margin: 0 auto;
}
 .list6Float ul li{
  width:22%;
  height: 352px;
  float: left;
  background-color: #fff;
  margin-right:3%;
  border-radius:0.5rem;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  
}
.list6li1{
  width: 100%;
  height: auto;
  float: left;
}
.list6Float ul li:hover{
  background-color: #d83721;
  color: #fff;
}
.list6Float ul li:hover .list6Conbtnl{
  border:2px solid #fff;
  color: #fff;
}
.list6Li{
  width:100%;
  height: auto;
  float: left;
}

.list6Tit1,.list6Tit2,.list6Tit3,.list6Tit4{
  width:100%;
  height: 134px;
  float: left;
  line-height: 134px;
  font-size: 1.2rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem ;
  color: #f2f2f2;
}
.list6Tit1{
  background:url(../image/datacenterlist6img1.jpg) no-repeat;
  background-size:cover;
}
.list6Tit2{
  background:url(../image/datacenterlist6img2.jpg) no-repeat;
  background-size:cover;
}
.list6Tit3{
  background:url(../image/datacenterlist6img3.jpg) no-repeat;
  background-size:cover;
}
.list6Tit4{
  background:url(../image/datacenterlist6img4.jpg) no-repeat;
  background-size:cover;
}
.list6Content{
  width:100%;
  height: 17rem;
  float: left;
}
.list6Content dl dd:nth-of-type(1){
  margin-top:20px;
}
.list6Content dl dd{
  width:80%;
  height: 40px;
  line-height: 40px;
  text-align:center;
  float: left;
  margin-left: 10%;
  margin-bottom: 5px;
  font-size: 15px;
}
.list6Conbtn{
  width:100%;
  height: auto;
  float: left;
}
.list6Conbtn b{
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  padding:0.5rem 2rem 0.5rem 2rem;
  border:2px solid #2d2c2c;
}