.center {
  width: 1200px;
  margin: 0 auto;
}
.clearfix::after {
  display: block;
  content: "\020";
  clear: both;
  visibility: hidden;
  height: 0;
}
.hidden {
  display: none;
}
.head-top {
  height: 32px;
  background-color: #e6e6e6;
}
.head-top .top-nav {
  float: right;
  height: 32px;
  line-height: 32px;
  color: #666;
}
.top-nav .top-link {
  margin-right: 20px;
  color: #666;
}
.top-nav .top-link:hover {
  color: #0092ee;
}
.top-nav .tel {
  margin-right: 20px;
}
.client-enter {
  float: right;
}
.register,
.login {
  color: #666;
}
.register:hover,
.login:hover {
  color: #0092ee;
}
.site-nav {
  height: 90px;
  line-height: 90px;
}
.site-nav .site-logo {
  float: left;
  width: 220px;
  height: 32px;
  margin-top: 28px;
}
.site-nav .site-logo .logo-pic {
  width: 220px;
  height: 32px;
}
.logo-subtitle {
  display: none;
}
.nav-menu {
  float: right;
}
.nav-menu > ul {
  height: 90px;
}
.nav-menu .nav-item {
  float: left;
  position: relative;
}
.nav-menu .nav-item > a {
  display: block;
  padding: 0 12px;
  font-size: 16px;
  color: #333;
}
.nav-menu .nav-item a:hover {
  color: #0092ee;
}
.nav-menu .subnav-item {
  display: none;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  padding: 15px;
  z-index: 1000;
  background-color: #f5f5f5;
  font-size: 14px;
  padding-bottom: 5px;
}
.nav-menu .subnav-item li a {
  display: block;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  margin-bottom: 10px;
  background-color: #e6e6e6;
}
.nav-menu .subnav-item li a:hover {
  color: #fff;
  background-color: #0092ee;
}
.nav-menu .data-center-item {
  width: 710px;
  left: -340px;
}
.nav-menu .data-center-item ul {
  float: left;
  width: 155px;
  margin-right: 15px;
}
.nav-menu .data-center-item ul:nth-last-child(1) {
  margin-right: 0;
}
.nav-menu .data-center-item .listTitle a {
  height: 20px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  border: 0;
  background-color: transparent;
}
.nav-menu .data-center-item .listTitle a:hover {
  color: #0092ee;
  background-color: transparent;
}
.nav-active {
  color: #0092ee !important;
}
.siteFooter {
  background-color: #f5f5f5;
}
.siteFooter .footw {
  min-width: 1200px;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.siteFooter .infoList {
  padding: 35px 0 60px;
}
.siteFooter .infoList .infoListLeft {
  display: block;
  overflow: hidden;
}
.siteFooter .infoList .infoListRight {
  float: right;
  width: 350px;
}
.siteFooter .infoList .listItemWrap {
  float: left;
  overflow: hidden;
  width: 25%;
}
.siteFooter .infoList .listItem {
  position: relative;
  padding-right: 20px;
}
.siteFooter .infoList .listItem h4 {
  font-size: 20px;
  color: #333;
  padding-bottom: 16px;
  line-height: 1;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.siteFooter .infoList .listItem p {
  line-height: 30px;
  color: #666;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.siteFooter .infoList .listItem p a {
  color: #666;
}
.siteFooter .infoList .listItem p a:hover {
  color: #0092ee;
}
.siteFooter .infoList .wxCode {
  position: absolute;
  top: 0;
  right: 0;
  width: 162px;
}
.siteFooter .infoList .wxCode h4 {
  text-align: center;
}
.siteFooter .infoList .wxCode img {
  height: 100px;
  display: block;
  margin: 10px auto 0;
}
.siteFooter .bottomInfo {
  color: #666;
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  background-color: #e6e6e6;
}
.siteFooter .bottomInfo .QQ {
  text-align: left;
  margin-bottom: 16px;
}
.siteFooter .friendshipLinks li {
  float: left;
}
.siteFooter .friendshipLinks li a {
  color: #666;
}
.siteFooter .friendshipLinks li a:hover {
  color: #0092ee;
}
.siteFooter .friendshipLinks li span {
  margin: 0 14px;
}
.siteFooter .copyRight {
  margin-top: 16px;
  text-align: center;
}
.sidebar {
  position: fixed;
  right: 5px;
  top: 33%;
  z-index: 20000;
}
.sidebar .sidebarItem {
  width: 54px;
  height: 54px;
  padding-top: 8px;
  display: block;
  border-radius: 2px;
  margin-bottom: 5px;
  background-color: #0092ee;
  cursor: pointer;
  box-shadow: 0 0 6px #006eb3;
}
.sidebar .sidebarItem:hover {
  background-color: #006eb3;
}
.sidebar .sidebarItem .itemIco {
  display: block;
  margin: 0 auto 6px;
  width: 17px;
  height: 19px;
  background: url(../../img/public/sidebar/sidebar.png) 0 0 no-repeat;
}
.sidebar .sidebarItem .itemIco.ico01 {
  background-position: 0 0;
}
.sidebar .sidebarItem .itemIco.ico02 {
  background-position: -17px 0;
}
.sidebar .sidebarItem .itemIco.ico03 {
  background-position: -34px 0;
}
.sidebar .sidebarItem .itemText {
  font-size: 12px;
  display: block;
  color: #fff;
  text-align: center;
}
.sidebar .sidebarItem .itemBg {
  display: block;
  margin: 4px auto;
  width: 38%;
}
.sidebar .qqContact {
  position: relative;
}
.sidebar .qqContact:hover .qqContactCon {
  display: block;
}
.sidebar .qqContact .qqContactCon {
  cursor: default;
  position: absolute;
  right: 54px;
  padding-right: 18px;
  top: 0;
  width: 167px;
  height: 219px;
  display: none;
}
.sidebar .qqContact .conBox {
  position: relative;
  box-shadow: 0 0 5px #ffe2ca;
}
.sidebar .qqContact .conBox .kefuBtn {
  position: absolute;
  top: 98px;
  left: 35px;
  width: 99px;
  height: 27px;
}
.sidebar .qqContact .conBox .arrow {
  position: absolute;
  right: -6px;
  top: 21px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
.sidebar .wxCode {
  position: relative;
}
.sidebar .wxCode:hover .wxCodeCon {
  display: block;
}
.sidebar .wxCode .wxCodeCon {
  cursor: default;
  position: absolute;
  right: 54px;
  padding-right: 18px;
  top: -118px;
  height: 172px;
  width: 172px;
  display: none;
}
.sidebar .wxCode .conBox {
  position: relative;
  box-shadow: 0 0 5px #ffe2ca;
}
.sidebar .wxCode .conBox .arrow {
  position: absolute;
  right: -6px;
  bottom: 21px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
.dataPage {
  margin-top: 60px;
  text-align: center;
}
.dataPage .pageAction {
  display: inline-block;
}
.dataPage .pageAction span {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 3px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 28px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.dataPage .pageAction span a {
  display: block;
  color: #666;
  transition: all 0.3s;
  position: relative;
}
.dataPage .pageAction span a:hover {
  background-color: #0092ee;
  color: #fff;
}
.dataPage .pageAction .current a {
  background-color: #0092ee;
  color: #fff;
  border-radius: 4px;
}
.dataPage .pageInfo {
  display: inline-block;
}
.dataPage .pageInfo span {
  margin-left: 10px;
}
.scroll-nav {
  width: 100%;
  height: 54px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.scroll-nav ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.scroll-nav ul li {
  float: left;
  padding: 15px 52px;
}
.scroll-active {
  border-bottom: 2px solid #0092ee;
}
.nav-title {
  padding: 60px 0 40px 0;
  font-size: 30px;
  text-align: center;
}
.config-head {
  padding: 26px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #0092ee;
}
.config-content {
  padding: 26px 0;
}
.config-list {
  padding: 0 20px;
}
.config-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 26px;
}
.config-list .config-icon {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.config-list .cpu-icon {
  background: url(../../img/product/cpu.png) no-repeat center center;
  background-size: 32px 32px;
}
.config-list .ram-icon {
  background: url(../../img/product/ram.png) no-repeat center center;
  background-size: 32px 32px;
}
.config-list .hard-disk-icon {
  background: url(../../img/product/hardDisk.png) no-repeat center center;
  background-size: 32px 32px;
}
.config-list .bandwidth-icon {
  background: url(../../img/product/bandwidth.png) no-repeat center center;
  background-size: 32px 32px;
}
.config-list .defense-icon {
  background: url(../../img/product/defense.png) no-repeat center center;
  background-size: 32px 32px;
}
.config-list .ip-icon {
  background: url(../../img/product/ip.png) no-repeat center center;
  background-size: 32px 32px;
}
.config-list .spec-icon {
    background: url(../../img/product/specification.png) no-repeat center center;
    background-size: 32px 32px;
  }
.config-list .os-icon {
  background: url(../../img/product/os.png) no-repeat center center;
  background-size: 32px 32px;
}
.config-list .config-text {
  font-size: 14px;
  line-height: 24px;
}
.config-list .os-text {
  width: 112px;
}
.price-wrapper {
  padding-top: 20px;
  text-align: center;
}
.price-unit {
  font-size: 14px;
  color: #f08300;
}
.price-num {
  font-size: 36px;
  font-weight: 600;
  color: #f08300;
}
.time-unit {
  font-size: 12px;
}
.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.purchase {
  cursor: pointer;
}

#advertisement {
  position: fixed;
  bottom: -160px;
  right: 20px;
  width: 280px;
  height: 160px;
  background: url("../../img/activity/advertisement.png") no-repeat center
    center;
  background-size: 100% 100%;
  z-index: 9999;
    cursor: pointer;
}

#advertisement .close {
  position: absolute;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../img/activity/delete.png") no-repeat center center;
}
