*:focus {
  outline: none;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
.footer {
  min-width: 1280px;
}
.submit {
  display: block;
  background: #015bfe;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 50px;
}
.submit:hover {
  color: #eee;
}
.disabled {
  background: #c2c2c2 !important;
  cursor: not-allowed;
}
.cloumn-title {
  clear: both;
  margin-bottom: 75px;
  text-align: center;
  overflow: hidden;
}
.cloumn-title span {
  font-size: 32px;
  color: #000000;
}
.cloumn-title p {
  margin-top: 22px;
  color: #666666;
  font-size: 16px;
}
.enp-price {
  text-align: left;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
}
.enp-price em {
  display: inline-block;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  background: #ff7900;
  color: #fff;
  text-align: center;
}
.enp-price span {
  margin: 0 8px 0 10px;
  display: inline-block;
  vertical-align: sub;
  font-size: 24px;
  color: #ff7900;
  font-weight: bold;
}
.enp-price del {
  margin-left: 8px;
  display: inline-block;
  vertical-align: text-top;
}
.enp-area {
  color: #888888;
  overflow: hidden;
}
.enp-area .option {
  text-align: center;
  border-left: 1px solid #ddd;
}
.enp-area .option li {
  float: left;
  border: 1px solid #ddd;
  margin: -1px 0 0 -1px;
  color: #666666;
  background: #fff;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.enp-area .option .active {
  position: relative;
  border: 1px solid #015bfe;
  color: #015bfe;
  background: url("../images/activityenterprise/active.png") right bottom
    #d7e4ff no-repeat;
}
.text-l {
  text-align: left !important;
}

/*banner*/
.enp-banner {
  padding-top: 380px;
  height: 100px;
  background: url("../images/activityenterprise/banner.jpg?v=1") #0a0360 no-repeat center top;
  min-width: 1280px;
  overflow: hidden;
}
.enp-banner .rules {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.enp-banner .rules:hover {
  color: #ffa648;
}

/*云服务器*/
.pro-img{
  height: 180px;
  margin-bottom: 40px;
  background: url("../images/activityenterprise/pro-img.jpg") no-repeat center;
}
.enp-cloud {
  background: #f2f5fa;
  padding-top: 95px;
  min-width: 1280px;
}
.enp-cloud .products {
  margin-left: -39px;
  padding-bottom: 60px;
}
.enp-cloud .products:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  width: 100%;
}
.enp-cloud .products dl {
  float: left;
  position: relative;
  margin-left: 39px;
  background: #fff;
  border: 1px solid #ddd;
  width: 288px;
}
.enp-cloud .products dl:hover {
  border: 1px solid #015bfe;
}
.enp-cloud .products dt {
  text-align: center;
  height: 80px;
  padding-top: 24px
}
.enp-cloud .products dd {
  height: 280px;
}
.enp-cloud .products h4 {
  font-size: 20px;
  line-height: 24px;
}
.enp-cloud .products h4 span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #015bfe;
  text-align: center;
  border: 1px solid #015bfe;
  width: 68px;
  height: 22px;
  margin-left: 10px;
  line-height: 22px;
}
.enp-cloud .products .desc {
  margin-top: 10px;
  color: #888888;
}
.enp-cloud .products .parameter {
  text-align: center;
  margin-bottom: 28px;
  color: #666666;
  background: #f2f5fa;
  padding: 20px 0;
  overflow: hidden;
}
.enp-cloud .products .parameter li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ddd;
  padding: 0 16px;
}
.enp-cloud .products .parameter li:last-child {
  border-right: none;
}
.enp-cloud .products .parameter span {
  display: block;
  line-height: 20px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.enp-cloud .products .enp-area {
  padding: 22px 0 0 20px;
}
.enp-cloud .products .enp-area .option {
  margin-top: 22px;
}
.enp-cloud .products .enp-area .option li {
  width: 82px;
}
.enp-cloud .products .select {
  color: #888888;
  line-height: 40px;
  margin: 0 68px 20px 28px;
  height: 40px;
}
.enp-cloud .products .ul {
  width: 180px;
  float: right;
  cursor: pointer;
  color: #666666;
  position: relative;
}
.enp-cloud .products .ul span {
  display: block;
  height: 38px;
  padding: 0 15px 0 20px;
  line-height: 38px;
  border: 1px solid #ddd;
}
.enp-cloud .products .ul span:after {
  content: "";
  float: right;
  width: 11px;
  height: 6px;
  margin-top: 16px;
  transition: transform 0.3s ease;
  background: url("../images/activityenterprise/select.png") center no-repeat;
}
.enp-cloud .products .ul ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 5;
}
.enp-cloud .products .ul li {
  padding: 0 20px;
  line-height: 40px;
}
.enp-cloud .products .ul li:hover {
  background: #015bfe;
  color: #fff;
}
.enp-cloud .products .ul:hover span:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.enp-cloud .products .ul:hover ul {
  display: block;
}
.enp-cloud .products .submit {
  margin: 0 20px;
}
.enp-cloud .enp-price {
  margin: 34px 0 30px;
  text-align: center;
}
.enp-cloud .enp-price del {
  display: block;
  margin: 8px 0 0;
  height: 22px;
  line-height: 22px;
}
.enp-cloud .yh {
  height: 22px;
  line-height: 22px;
  color: #ff8a00;
  font-size: 14px;
}

/*热门产品*/
.enp-hot {
  padding: 95px 0 60px;
  min-width: 1280px;
  overflow: hidden;
}
.enp-hot .products {
  text-align: center;
  margin-left: -39px;
  overflow: hidden;
}
.enp-hot .products dl {
  margin: 0 0 40px 39px;
  float: left;
  width: 618px;
  padding: 20px 0 30px;
  position: relative;
  border: 1px solid #ddd;
  border-top: 5px solid #015bfe;
}
.enp-hot .products h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.enp-hot .products .desc {
  background: #f2f5fa;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  overflow: hidden;
}
.enp-hot .products .desc span {
  margin: 0 15px;
  color: #666666;
}
.enp-hot .products .desc em {
  color: #333;
}
.enp-hot .products .tip {
  color: #888888;
  margin: 12px 0 18px;
}
.enp-hot .products .tip span {
  display: inline-block;
  margin: 0 15px;
  padding-left: 20px;
  background: url("../images/activityenterprise/ico.png") no-repeat left center;
}
.product-list .discout {
  font-size: 12px;
  width: 83px;
  height: 26px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -1px;
  line-height: 26px;
  padding-left: 13px;
  color: #fff;
  background: url("../images/activityenterprise/tip.png") no-repeat left center;
}
.enp-hot .products .enp-price {
  text-align: center;
  padding: 22px 0 24px;
}
.enp-hot .products .enp-area {
  display: inline-block;
  margin: 20px 18px 0;
}
.enp-hot .products .enp-area .option {
  margin-top: 10px;
}
.enp-hot .products .enp-area.item1 .option li {
  width: 80px;
}
.enp-hot .products .enp-area.item2 .option li {
  width: 130px;
}
.enp-hot .products .enp-area.item3 .option li {
  width: 200px;
}
.enp-hot .products .submit {
  width: 430px;
}
.enp-hot .waring {
  overflow: hidden;
}
.enp-hot .waring li {
  margin-bottom: 24px;
}
.enp-hot .waring h4 {
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  padding-left: 20px;
  background: url("../images/activityenterprise/ico4.png") no-repeat left center;
}
.enp-hot .waring p {
  color: #666;
  line-height: 24px;
}

/*其他产品*/
.act-other {
  background: #f2f5fa;
}
.act-other .item1:after {
  background: url("../images/activityenterprise/ico1.png") no-repeat center;
}
.act-other .item2:after {
  background: url("../images/activityenterprise/ico2.png") no-repeat center;
}
.act-other .item3:after {
  background: url("../images/activityenterprise/ico3.png") no-repeat center;
}

