

/*server css*/
.server {
  width: 100%;
  height: auto;
  margin: 0px auto 0;
  background: rgb(250, 250, 250);
  overflow: hidden;
}

.serverBox {
  width: 1226px;
  margin: 0 auto;
  position: relative;
}

.serverHead {
  width: 100%;
  height: 74px;
  border-bottom: 3px solid rgb(242, 242, 242);
  position: relative;
  margin-bottom: 20px;
}

.serverHead ul {
  margin: 0;
  padding: 0;
}



 

.serverIcon {
  font-size: 0;
  line-height: 0;
  border-width: 5px;
  border-color: #004d71;
  border-right-width: 0;
  border-style: dashed;
  border-left-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 0;
  top: 36px;
}

.allServer {
  position: absolute;
  right: 12px;

  top: 32px;

  line-height: 16px;
  cursor: pointer;
}

.allServer a {
  color: #004d71;
}

.allServer:hover {
  font-weight: 900;
}

.serverConLi:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  transition: 0.4s;
}

.serverConLi:hover .serverConLiWord1 {
  color: #144b6f;
}

.serverConLi:hover .serverConLiWord2 {
  color: #000000;
}

.serverCon {
  width: 100%;
  height: 519px;
}

.serverCon ul {
  width: 100%;
  height: 100%;
  display: none;
  margin: 0;
  padding: 0;
}

.serverCon ul.show {
  display: block;
}

.serverCon ul:first-child {
  width: 100%;
  height: auto;
  z-index: 10;
}

.serverConLi {
  float: left;
  width: 284px;
  height: 234px;
  margin-right:10px;  margin-left:10px;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  list-style: none;
  /*background: #cccccc;*/
}

 

.serverConLi img {
  width: 284px;
  height: 142px;
  display: block;
  /*background: #ccc;*/
}

.serverConLiWorBac {
  width: 100%;
  height: 92px;
  background: white;
  display: block;
  float: left;
}

.serverConLiWord1 {
  width: 90%;
  height: auto;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 1.47;
  color: #000000;
  letter-spacing: normal;
}

.serverConLiWord2 {
  height: auto;
  text-align: center;
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #999999;
  letter-spacing: normal;
  padding: 0 15px;
}




.showsel {
  display: none;
}

.showsel.show {
  overflow: visible;
}

.showsel.show,
.showsel.show ul {
  display: block;
}

.sspages {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.sspages a.pagesLi {
  float: none;
  display: inline-block;
}

span.buytag {
  display: inline-block;
  width: auto;
  line-height: 14px;
  font-size: 12px;
  background-color: #ca4300;
  color: #fff;
  padding: 3px;
  font-weight: 300;
  vertical-align: middle;
  margin-left: 4px;
}

span.servicetag {
  display: inline-block;
  width: auto;
  line-height: 14px;
  font-size: 12px;
  background-color: #f00;
  color: #fff;
  padding: 3px;
  font-weight: 300;
  vertical-align: middle;
  margin-left: 4px;
}

span.connn-prev {
  float: left;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: 30px;
  line-height: 20px;
  color: #999;
  cursor: pointer;
}

span.connn-next {
  float: right;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: 30px;
  line-height: 20px;
  color: #999;
  cursor: pointer;
}

span.connn-prev:hover,
span.connn-next:hover {
  color: #000;
}


