.bw-sub-nav {
  height: 140px;
  box-shadow: 0 3px 10px #dedede; }
  .bw-sub-nav .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
  .bw-sub-nav .item {
    text-align: center;
    height: 140px;
    padding-top: 32px;
    cursor: pointer;
    width: 100%; }
    .bw-sub-nav .item .icon {
      display: block;
      margin: 0 auto;
      width: 41px;
      height: 41px;
      background: url("../images/dkicon1.png") no-repeat center; }
    .bw-sub-nav .item:nth-child(2) .icon {
      background-image: url("../images/dkicon2.png"); }
    .bw-sub-nav .item:nth-child(3) .icon {
      background-image: url("../images/dkicon3.png"); }
    .bw-sub-nav .item:nth-child(4) .icon {
      background-image: url("../images/dkicon4.png"); }
    .bw-sub-nav .item:nth-child(5) .icon {
      background-image: url("../images/dkicon5.png"); }
    .bw-sub-nav .item:nth-child(6) .icon {
      background-image: url("../images/dkicon6.png"); }
    .bw-sub-nav .item.active, .bw-sub-nav .item:hover {
      background-color: #ec6941; }
      .bw-sub-nav .item.active p, .bw-sub-nav .item:hover p {
        color: #ffffff; }
      .bw-sub-nav .item.active .icon, .bw-sub-nav .item:hover .icon {
        background-image: url("../images/dkicona.png"); }
    .bw-sub-nav .item p {
      font-size: 17px;
      color: #000000;
      line-height: 2;
      margin-top: 15px; }

.bw-list .bw-item {
  margin-bottom: 70px; }
  .bw-list .bw-item .item-title {
    padding-left: 43px;
    height: 80px;
    line-height: 80px;
    background-color: #ec6941; }
    .bw-list .bw-item .item-title h4 {
      font-size: 30px;
      color: #ffffff;
      line-height: 80px;
      font-weight: bold;
      display: inline-block; }
    .bw-list .bw-item .item-title .icon {
      width: 105px;
      height: 19px;
      display: inline-block;
      background: url("../images/star.png") no-repeat left;
      margin-left: 25px; }
  .bw-list .bw-item .item-content {
    padding: 40px;
    border: 1px solid #e6e6e6; }
    .bw-list .bw-item .item-content .left-img {
      width: 275px; }
      .bw-list .bw-item .item-content .left-img img {
        width: 100%; }
    .bw-list .bw-item .item-content .right-text {
      margin-left: 310px; }
      .bw-list .bw-item .item-content .right-text p {
        font-size: 16px;
        color: #999999;
        line-height: 1.5; }

.ccd-list .item-content .left-img {
  width: 323px; }
  .ccd-list .item-content .left-img img {
    width: 100%; }
.ccd-list .item-content .right-text {
  margin-left: 360px; }
  .ccd-list .item-content .right-text p {
    font-size: 16px;
    color: #999999;
    line-height: 30px; }

.ccd-service {
  padding-bottom: 50px;
  background-color: #f5f6fa; }
  .ccd-service .list .item {
    width: 555px;
    height: 150px;
    background-color: #fff;
    padding: 20px 0;
    margin: 15px;
    transition: all 0.3s;
    display: inline-block; }
    .ccd-service .list .item:hover {
      box-shadow: 0 0 10px #93b0f1; }
    .ccd-service .list .item .icon {
      width: 145px;
      display: inline-block;
      height: 111px;
      background: url("../images/ccds1.jpg") no-repeat center;
      border-right: 1px dotted #f0f0f0;
      vertical-align: middle; }
    .ccd-service .list .item p {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      color: #011d5f;
      padding-left: 25px; }

.advantage {
  background-color: #f5f6fa;
  padding-bottom: 50px; }
  .advantage .list {
    overflow: hidden; }
    .advantage .list .item {
      padding: 40px;
      background-color: #fff;
      display: inline-block;
      width: 555px;
      height: 222px;
      overflow: hidden;
      transition: all 0.3s;
      margin: 10px; }
      .advantage .list .item:hover {
        box-shadow: 0 0 8px #6d91e4; }
      .advantage .list .item .left {
        width: 100px;
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        background: url("../images/dkad1.png") no-repeat left center; }
      .advantage .list .item .right {
        width: 350px;
        padding-left: 10px;
        display: inline-block;
        vertical-align: middle; }
        .advantage .list .item .right h4 {
          font-weight: bold;
          font-size: 24px;
          color: #011d5f;
          line-height: 2;
          margin-bottom: 5px; }
        .advantage .list .item .right p {
          font-size: 14px;
          color: #666666;
          line-height: 1.5; }

.cc-list .cc-item {
  margin-bottom: 20px; }
  .cc-list .cc-item .left {
    float: left;
    padding: 20px 40px;
    width: 230px;
    height: 240px;
    background-color: #ff8582;
    position: relative; }
    .cc-list .cc-item .left h4 {
      font-size: 24px;
      color: #ffffff;
      line-height: 2;
      margin-bottom: 10px; }
    .cc-list .cc-item .left p {
      font-size: 14px;
      color: #ffffff;
      line-height: 1.5; }
    .cc-list .cc-item .left .my-btn {
      position: absolute;
      bottom: 20px;
      left: 40px; }
  .cc-list .cc-item .right {
    margin-left: 250px;
    width: 947px;
    height: 240px;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    transition: all 0.2s; }
    .cc-list .cc-item .right h4 {
      font-size: 18px;
      color: #333333;
      line-height: 2; }
    .cc-list .cc-item .right td {
      padding: 15px; }
    .cc-list .cc-item .right:hover {
      border-color: #3a75fd;
      box-shadow: 0 0 9px #8fb7ef; }

.fz32 {
  font-size: 32px; }

.fz36 {
  font-size: 36px; }

.index_title h3 {
  font-size: 28px; }

.cc-size {
  background-color: #f5f6fa;
  padding-bottom: 50px; }
  .cc-size .img-list {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.cc-advantage {
  background-color: #ffffff;
  padding-bottom: 65px; }
  .cc-advantage .list {
    font-size: 0; }
    .cc-advantage .list .row {
      margin-top: 1px; }
      .cc-advantage .list .row:first-child .item {
        border-bottom: 1px dotted #c2c2c2; }
    .cc-advantage .list .item {
      height: 240px;
      width: 33.33%;
      border-right: 1px dotted #c2c2c2;
      text-align: center;
      padding: 30px; }
      .cc-advantage .list .item .icon {
        width: 100%;
        display: block;
        height: 57px;
        background: url("../images/ccad1.png") no-repeat center; }
      .cc-advantage .list .item span {
        display: block;
        font-size: 16px;
        color: #333; }
      .cc-advantage .list .item:last-child {
        border-right: none; }
      .cc-advantage .list .item p {
        line-height: 2; }

.hd-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .hd-list .hd-item {
    width: 375px;
    height: 552px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 40px 0 20px;
    text-align: center;
    margin: 20px 0;
    display: inline-block;
overflow:hidden;
    transition: all 0.3s; }
    .hd-list .hd-item .icon {
      display: inline-block;
      width: 70px;
      height: 70px;
      border: 2px solid #3a75fd;
      border-radius: 70px;
      background: url("../images/gficon.png") no-repeat center;
      background-color: #ffffff; }
	 .hd-list .hd-item.sold-out {
	  position: relative;
	  overflow: hidden;}
	.hd-list .hd-item.sold-out:before {
	  content: "";
	  position: absolute;
	  right: -22px;
	  top: -19px;
	  width: 140px;
	  height: 140px;
	  background: url(../images/sold_out.png) no-repeat;
	  background-size: cover;}
    .hd-list .hd-item:hover {
      box-shadow: 0 0 10px #3a75fd; }
    .hd-list .hd-item ul {
      padding: 0 40px; }
      .hd-list .hd-item ul li {
        border-bottom: 1px dotted #e6e6e6;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .hd-list .hd-item ul li:last-child {
          border-bottom: none; }

.d-wrap .hd-list {
  justify-content: left; }
  .d-wrap .hd-list .hd-item {
    width: 285px;
    padding: 40px 15px 20px;
    display: inline-block;
    margin: 10px 7px; }
    .d-wrap .hd-list .hd-item .icon {
      background-image: url("../images/sdicon.png"); }

.d-nav {
  text-align: center;
  font-size: 0;
  margin-bottom: 25px; }
  .d-nav .item {
    display: inline-block;
    width: 145px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #878787;
    line-height: 42px;
    margin-right: -1px;
    cursor: pointer; }
    .d-nav .item.active {
      background-color: #3a75fd;
      color: #ffffff;
      border-color: #3a75fd; }

.hdd-wrap {
  padding: 35px 0; }
  .hdd-wrap .left {
    width: 476px;
    height: 476px;
    border: 1px solid #677aa7; }
  .hdd-wrap .right {
    width: 690px;
    margin-left: 20px;
    vertical-align: top; }
    .hdd-wrap .right .s-detail {
      width: 100%;
      height: 175px;
      background: url("../images/dbg.jpg") no-repeat center;
      background-size: 100%;
      padding: 20px; }
      .hdd-wrap .right .s-detail .col-xs-4, .hdd-wrap .right .s-detail .col-xs-10 {
        padding-left: 0; }
      .hdd-wrap .right .s-detail .tips {
        display: inline-block;
        width: 106px;
        height: 33px;
        background: url("../images/tipsbg.png") no-repeat center;
        padding-left: 10px;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        line-height: 33px;
        vertical-align: super;
        margin-left: 5px; }
    .hdd-wrap .right .configuration .radio-item {
      padding: 0 10px;
      height: 35px;
      border: 1px solid #b3b3b3;
      text-align: center;
      line-height: 33px;
      font-size: 14px;
      cursor: pointer;
      margin-right: 10px;
      margin-bottom: 10px;
      overflow: hidden; }
      .hdd-wrap .right .configuration .radio-item.active {
        position: relative;
        border: 2px solid #eb6100;
        line-height: 31px;
        padding: 0 9px; }
        .hdd-wrap .right .configuration .radio-item.active:after {
          width: 28px;
          height: 28px;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          background: url("../images/selected.png") no-repeat center; }
    .hdd-wrap .right .zx-btn {
      width: 150px;
      height: 40px;
      background-color: #fce4d4;
      font-size: 16px;
      line-height: 38px;
      border: 1px solid #ff7c25;
      color: #eb6100;
      text-align: center; }

.hdd-data-center {
  padding: 30px 0;
  background: url("../images/jfbg.jpg") no-repeat center;
  background-size: auto 100%; }
  .hdd-data-center .index_title h3, .hdd-data-center .index_title p {
    color: #ffffff; }

.scene .list .item {
  display: inline-block;
  width: 375px;
  height: 179px;
  background: url("../images/sc1.jpg") no-repeat center;
  padding-top: 65px;
  margin-left: 20px;
  margin-bottom: 20px;
  transition: all 0.3s;
  background-size: 100%; }
  .scene .list .item:hover {
    background-size: 120%; }

.hdd-adv .item {
  border-right: 1px dotted #b2b2b3;
  height: 420px; }
  .hdd-adv .item:last-child {
    border-right: none; }
  .hdd-adv .item .icon {
    height: 91px;
    display: inline-block;
    width: 100%;
    background: url("../images/hda.png") no-repeat center;
    margin-bottom: 10px; }
  .hdd-adv .item h4 {
    font-size: 20px;
    color: #020064;
    line-height: 2;
    margin-bottom: 25px;
    font-weight: bold; }

.virtual_adv {
  height: 660px; }
  .virtual_adv.database {
    height: 740px;
    padding-top: 30px; }
    .virtual_adv.database .list {
      margin-right: -130px; }
      .virtual_adv.database .list .item {
        width: 300px;
        margin-right: 130px;
        height: 275px; }
        .virtual_adv.database .list .item .icon_wp {
          width: 80px;
          height: 80px; }
          .virtual_adv.database .list .item .icon_wp .front {
            background-image: url("../images/database_icon.png");
            width: 80px;
            height: 80px; }
          .virtual_adv.database .list .item .icon_wp .back {
            background-image: url("../images/database_icon.png");
            width: 80px;
            height: 80px; }
        .virtual_adv.database .list .item:nth-child(2) .icon_wp .front {
          background-position: -67px 10px; }
        .virtual_adv.database .list .item:nth-child(2) .icon_wp .back {
          background-position: -67px -57px; }
        .virtual_adv.database .list .item:nth-child(1) .icon_wp .front {
          background-position: 11px 9px; }
        .virtual_adv.database .list .item:nth-child(1) .icon_wp .back {
          background-position: 11px -58px; }
        .virtual_adv.database .list .item:nth-child(3) .icon_wp .front {
          background-position: -147px 9px; }
        .virtual_adv.database .list .item:nth-child(3) .icon_wp .back {
          background-position: -147px -61px; }
        .virtual_adv.database .list .item:nth-child(4) .icon_wp .front {
          background-position: -245px 10px; }
        .virtual_adv.database .list .item:nth-child(4) .icon_wp .back {
          background-position: -245px -58px; }
        .virtual_adv.database .list .item:nth-child(5) .icon_wp .front {
          background-position: -326px 12px; }
        .virtual_adv.database .list .item:nth-child(5) .icon_wp .back {
          background-position: -326px -59px; }
        .virtual_adv.database .list .item:nth-child(6) .icon_wp .front {
          background-position: -417px 8px; }
        .virtual_adv.database .list .item:nth-child(6) .icon_wp .back {
          background-position: -417px -63px; }
  .virtual_adv .list {
    font-size: 0;
    margin-right: -128px; }
    .virtual_adv .list .item {
      width: 200px;
      height: 236px;
      display: inline-block;
      margin-right: 128px;
      text-align: center;
      vertical-align: middle; }
      .virtual_adv .list .item h4 {
        font-size: 18px;
        color: #000000;
        line-height: 1.5;
        margin-bottom: 10px;
        text-align: center;
        transition: all 0.5s; }
      .virtual_adv .list .item p {
        display: inline-block;
        font-size: 14px;
        color: #5e5e5e;
        line-height: 21px;
        text-align: left;
        transition: all 0.5s; }
      .virtual_adv .list .item:hover .icon_wp {
        transform: rotateY(180deg) translateY(-15px); }
      .virtual_adv .list .item:hover h4 {
        transform: translateY(-15px); }
      .virtual_adv .list .item:hover p {
        transform: translateY(-15px); }
      .virtual_adv .list .item .icon_wp {
        transform-style: preserve-3d;
        width: 77px;
        height: 77px;
        margin: 10px auto;
        position: relative;
        transition: all 0.5s; }
        .virtual_adv .list .item .icon_wp span {
          position: absolute;
          top: 0;
          left: 0;
          backface-visibility: hidden; }
        .virtual_adv .list .item .icon_wp .front {
          width: 77px;
          height: 77px;
          border-radius: 100%;
          border: 1px dashed #2c78bd;
          display: block;
          background: url("../images/virtual_icon.png") no-repeat 9px 8px; }
        .virtual_adv .list .item .icon_wp .back {
          width: 77px;
          height: 77px;
          border-radius: 100%;
          border: 1px dashed #2c78bd;
          display: block;
          background: url("../images/virtual_icon.png") no-repeat 14px -64px;
          background-color: #2c78bd;
          transform: rotateY(180deg); }
      .virtual_adv .list .item:nth-child(2) .icon_wp .front {
        background-position: -61px 8px; }
      .virtual_adv .list .item:nth-child(2) .icon_wp .back {
        background-position: -61px -59px; }
      .virtual_adv .list .item:nth-child(3) .icon_wp .front {
        background-position: -144px 7px; }
      .virtual_adv .list .item:nth-child(3) .icon_wp .back {
        background-position: -144px -63px; }
      .virtual_adv .list .item:nth-child(4) .icon_wp .front {
        background-position: -238px 7px; }
      .virtual_adv .list .item:nth-child(4) .icon_wp .back {
        background-position: -238px -61px; }
      .virtual_adv .list .item:nth-child(5) .icon_wp .front {
        background-position: -321px 10px; }
      .virtual_adv .list .item:nth-child(5) .icon_wp .back {
        background-position: -321px -61px; }
      .virtual_adv .list .item:nth-child(6) .icon_wp .front {
        background-position: -411px 7px; }
      .virtual_adv .list .item:nth-child(6) .icon_wp .back {
        background-position: -411px -63px; }
      .virtual_adv .list .item:nth-child(7) .icon_wp .front {
        background-position: -501px 13px; }
      .virtual_adv .list .item:nth-child(7) .icon_wp .back {
        background-position: -501px -61px; }
      .virtual_adv .list .item:nth-child(8) .icon_wp .front {
        background-position: -595px 15px; }
      .virtual_adv .list .item:nth-child(8) .icon_wp .back {
        background-position: -595px -63px; }

.db-list .db-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .db-list .db-list-wrap .item {
    width: 540px;
    height: 550px;
    margin: 30px;
    position: relative; }
    .db-list .db-list-wrap .item:hover .wrap1 {
      top: 30px;
      opacity: 0;
      z-index: 2;
      transition: all 0.2s; }
    .db-list .db-list-wrap .item:hover .wrap2 {
      top: 0;
      opacity: 1;
      z-index: 3;
      transition: all 0.2s 0.15s; }
    .db-list .db-list-wrap .item .wrap1 {
      position: relative;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
      border: 1px solid #e5e5e5; }
      .db-list .db-list-wrap .item .wrap1 .title {
        padding: 35px 40px 0; }
        .db-list .db-list-wrap .item .wrap1 .title h4 {
          font-size: 24px;
          color: #333333;
          font-weight: bold;
          line-height: 1.5; }
        .db-list .db-list-wrap .item .wrap1 .title p {
          font-size: 14px;
          color: #999999;
          line-height: 1.5;
          margin-top: 10px;
          padding-bottom: 15px;
          border-bottom: 1px solid #e5e5e5;
          position: relative; }
          .db-list .db-list-wrap .item .wrap1 .title p:after {
            content: "";
            display: inline-block;
            width: 222px;
            height: 2px;
            background-color: #0073ff;
            position: absolute;
            bottom: -1px;
            left: 0; }
      .db-list .db-list-wrap .item .wrap1 ul {
        padding-top: 20px;
        margin-bottom: 84px; }
        .db-list .db-list-wrap .item .wrap1 ul li {
          font-size: 14px;
          color: #333333;
          line-height: 38px;
          list-style: initial;
          margin-left: 20px; }
    .db-list .db-list-wrap .item .wrap2 {
      opacity: 0;
      position: absolute;
      top: 30px;
      width: 100%;
      height: 100%;
      left: 0;
      border: 1px solid #e5e5e5;
      box-shadow: 0 0 10px #95B4FD; }
      .db-list .db-list-wrap .item .wrap2 .title {
        padding: 35px 40px 0;
        background: linear-gradient(to bottom, #00aeff, #006bff); }
        .db-list .db-list-wrap .item .wrap2 .title h4 {
          font-size: 24px;
          color: #ffffff;
          font-weight: bold;
          line-height: 1.5; }
        .db-list .db-list-wrap .item .wrap2 .title p {
          font-size: 14px;
          color: #ffffff;
          line-height: 1.5;
          margin-top: 10px;
          padding-bottom: 15px;
          position: relative; }
    .db-list .db-list-wrap .item .pl40 {
      padding-right: 40px; }
      .db-list .db-list-wrap .item .pl40 .top-table {
        border: 1px solid #e5e5e5; }
        .db-list .db-list-wrap .item .pl40 .top-table h4 {
          font-size: 14px;
          color: #333333;
          background-color: #f5f6fa;
          padding-left: 20px;
          line-height: 40px;
          border-bottom: 1px solid #e5e5e5; }
        .db-list .db-list-wrap .item .pl40 .top-table p {
          padding: 12px;
          font-size: 0; }
          .db-list .db-list-wrap .item .pl40 .top-table p i {
            display: inline-block;
            width: 16.6%;
            border-right: 1px solid #e5e5e5;
            height: 22px;
            line-height: 22px;
            text-align: center;
            font-size: 14px; }
            .db-list .db-list-wrap .item .pl40 .top-table p i:last-child {
              border-right: none; }
    .db-list .db-list-wrap .item ul li span {
      display: inline-block;
      width: 90px; }

.pl40 {
  padding-left: 40px; }

.db-sub-nav {
  height: 100px; }
  .db-sub-nav .item {
    height: 100px;
    padding-top: 16px; }

.virtual_wp h3 {
  font-size: 24px;
  color: #0e0e0e;
  line-height: 45px;
  position: relative;
  border-bottom: 1px solid #d2d2d2; }
  .virtual_wp h3:before {
    content: "";
    display: block;
    width: 105px;
    height: 3px;
    background-color: #038bff;
    position: absolute;
    bottom: -1px;
    left: 0; }
.virtual_wp .form_wp {
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2; }
  .virtual_wp .form_wp .input_item {
    margin-bottom: 20px;
    font-size: 0; }
    .virtual_wp .form_wp .input_item span {
      display: inline-block;
      width: 105px;
      font-size: 14px;
      color: #0e0e0e;
      line-height: 42px;
      vertical-align: top; }
    .virtual_wp .form_wp .input_item .right {
      display: inline-block;
      width: 1095px;
      vertical-align: top; }
      .virtual_wp .form_wp .input_item .right .list {
        margin-top: 0;
        padding-top: 0; }
        .virtual_wp .form_wp .input_item .right .list .item {
          width: 170px;
          height: 44px;
          border-color: #d2d2d2;
          margin-right: 12px;
          margin-bottom: 12px;
          font-size: 14px;
          color: #0e0e0e;
          line-height: 42px;
          text-align: center;
          position: relative;
          cursor: pointer;
          transition: all 0.2s;
          display: inline-block;
          vertical-align: middle;
          border: 1px solid #dcdcdc; }
          .virtual_wp .form_wp .input_item .right .list .item.active {
            border-color: #00a4ff; }
            .virtual_wp .form_wp .input_item .right .list .item.active:after {
              content: "";
              display: block;
              width: 17px;
              height: 15px;
              background: url("../images/select.png") no-repeat center;
              position: absolute;
              bottom: 0;
              right: 0; }
          .virtual_wp .form_wp .input_item .right .list .item:hover {
            transform: none; }
      .virtual_wp .form_wp .input_item .right table tr th {
        background-color: #f5f7f9;
        font-weight: normal;
        padding: 20px; }
      .virtual_wp .form_wp .input_item .right table tr td, .virtual_wp .form_wp .input_item .right table tr th {
        font-size: 14px;
        color: #0e0e0e;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        line-height: 1.5; }
      .virtual_wp .form_wp .input_item .right p {
        font-size: 14px;
        color: #0e0e0e;
        line-height: 42px; }
      .virtual_wp .form_wp .input_item .right .radio {
        margin: 0; }
        .virtual_wp .form_wp .input_item .right .radio label {
          display: inline-block;
          height: 42px;
          margin-right: 50px; }
          .virtual_wp .form_wp .input_item .right .radio label input {
            vertical-align: middle;
            margin-right: 5px;
            position: initial;
            margin-left: 0;
            margin-top: 0; }
          .virtual_wp .form_wp .input_item .right .radio label p {
            display: inline-block;
            vertical-align: middle; }
            .virtual_wp .form_wp .input_item .right .radio label p i {
              color: red;
              font-size: 16px;
              font-weight: bold;
              margin-left: 2px; }
.virtual_wp .price {
  text-align: center;
  margin: 40px 0; }
  .virtual_wp .price p {
    display: inline-block;
    font-size: 14px;
    color: #0e0e0e;
    line-height: 1.5;
    margin-right: 25px;
    vertical-align: middle; }
    .virtual_wp .price p i {
      color: #ff0101; }
  .virtual_wp .price .button {
    width: 160px;
    height: 36px;
    background-color: #ed9113;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    transition: all 0.3s; }
    .virtual_wp .price .button:hover {
      opacity: 0.8; }

.vh-hot-list .vh-left {
  width: 248px;
  height: 256px;
  background: url("../images/hotbg.png") no-repeat center;
  padding-top: 80px; }
  .vh-hot-list .vh-left h4 {
    padding: 0 37px; }
  .vh-hot-list .vh-left p {
    padding: 0 37px; }
.vh-hot-list .vh-right {
  margin-left: 270px;
  font-size: 0; }
  .vh-hot-list .vh-right .item {
    width: 305px;
    height: 255px;
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    overflow: hidden; }
    .vh-hot-list .vh-right .item:hover {
      box-shadow: 0 0 10px #92bffd;
      position: relative; }
      .vh-hot-list .vh-right .item:hover:before {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #ec6941; }
    .vh-hot-list .vh-right .item .title {
      border-bottom: 1px solid #e5e5e5;
      position: relative; }
      .vh-hot-list .vh-right .item .title:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #ff7c25;
        position: absolute;
        bottom: -1px;
        left: 0; }
    .vh-hot-list .vh-right .item ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap; }

.vh-hot-list1 .list {
  font-size: 0; }
  .vh-hot-list1 .list .item {
    position: relative;
    width: 208px;
    height: 550px;
    display: inline-block;
    overflow: hidden; }
    .vh-hot-list1 .list .item:last-child .wrap {
      border-right: none; }
    .vh-hot-list1 .list .item.active {
      width: 360px;
      box-shadow: 0 0 10px #759fff;
      z-index: 3;
      transition: all 0.3s; }
      .vh-hot-list1 .list .item.active .wrap {
        opacity: 0;
        z-index: 1; }
      .vh-hot-list1 .list .item.active .wrap1 {
        opacity: 1;
        top: 0;
        transition: all 0.3s;
        z-index: 2; }
    .vh-hot-list1 .list .item .wrap {
      position: absolute;
      width: 208px;
      height: 550px;
      background-color: #fff;
      border-right: 1px solid #e5e5e5;
      top: 0;
      opacity: 1;
      z-index: 2; }
      .vh-hot-list1 .list .item .wrap .icon {
        display: block;
        width: 70px;
        height: 70px;
        border: 2px solid #3a75fd;
        border-radius: 70px;
        margin: 40px auto 15px;
        background: url("../images/gficon.png") no-repeat center; }
    .vh-hot-list1 .list .item .wrap1 {
      position: absolute;
      width: 360px;
      height: 550px;
      top: 30px;
      opacity: 0;
      z-index: 1;
      background-color: #fff; }
      .vh-hot-list1 .list .item .wrap1 .title {
        background: linear-gradient(to bottom, #00aeff, #006bff);
        height: 125px;
        padding: 25px; }
      .vh-hot-list1 .list .item .wrap1 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eeeeee; }

.services .s-wrap {
  font-size: 0;
  padding-top: 50px; }
  .services .s-wrap .s-free {
    width: 580px;
    display: inline-block;
    margin-right: -1px; }
    .services .s-wrap .s-free h4 {
      line-height: 50px;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      font-weight: bold;
      background-color: #3a75fd; }
  .services .s-wrap table {
    width: 100%;
    text-align: center; }
    .services .s-wrap table td {
      border: 1px solid #dcdcdc;
      font-size: 14px;
      color: #0c0c0c;
      line-height: 50px; }
  .services .s-wrap .s-appreciation {
    display: inline-block;
    width: 390px;
    margin-right: -1px; }
    .services .s-wrap .s-appreciation h3 {
      line-height: 50px;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      font-weight: bold;
      background-color: #0e42ff; }
  .services .s-wrap .s-vip {
    display: inline-block;
    width: 230px; }
    .services .s-wrap .s-vip h3 {
      line-height: 50px;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      font-weight: bold;
      background-color: #011a76; }
  .services .s-wrap .s-free, .services .s-wrap .s-vip, .services .s-wrap .s-appreciation {
    transition: all 0.2s;
    position: relative; }
    .services .s-wrap .s-free h4, .services .s-wrap .s-free h3, .services .s-wrap .s-vip h4, .services .s-wrap .s-vip h3, .services .s-wrap .s-appreciation h4, .services .s-wrap .s-appreciation h3 {
      transition: all 0.3s;
      position: absolute;
      top: -50px;
      width: 100%; }
    .services .s-wrap .s-free:hover, .services .s-wrap .s-vip:hover, .services .s-wrap .s-appreciation:hover {
      box-shadow: 0 0 10px #5f97ef; }
      .services .s-wrap .s-free:hover h4, .services .s-wrap .s-free:hover h3, .services .s-wrap .s-vip:hover h4, .services .s-wrap .s-vip:hover h3, .services .s-wrap .s-appreciation:hover h4, .services .s-wrap .s-appreciation:hover h3 {
        line-height: 60px;
        top: -60px; }

.hs-list .hs-left {
  width: 249px;
  height: 538px;
  background: url("../images/hsbg.png") no-repeat center;
  padding-top: 385px;
  padding-left: 40px; }
.hs-list .hs-right {
  margin-left: 275px;
  height: 537px; }
  .hs-list .hs-right .s-item {
    width: 307px;
    height: 537px;
    transition: all 0.2s; }
    .hs-list .hs-right .s-item:hover {
      box-shadow: 0 0 10px #72a9fd;
      position: relative;
      border-color: #ffffff; }
      .hs-list .hs-right .s-item:hover .s-item-head {
        background-color: #287aec; }
        .hs-list .hs-right .s-item:hover .s-item-head i {
          color: #287aec;
          background-color: #ffffff; }
        .hs-list .hs-right .s-item:hover .s-item-head .c333 {
          color: #ffc600; }
        .hs-list .hs-right .s-item:hover .s-item-head .c999 {
          color: #ffffff; }
.hs-list .s-item {
  width: 286px;
  height: 560px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  display: inline-block;
  transition: all 0.3s; }
  .hs-list .s-item:hover {
    box-shadow: 0 0 10px #72a9fd;
    position: relative;
    border-color: #ffffff; }
  .hs-list .s-item .s-item-head {
    padding: 15px;
    padding-bottom: 0;
    padding-top: 30px; }
    .hs-list .s-item .s-item-head i {
      display: inline-block;
      width: 70px;
      height: 70px;
      border-radius: 70px;
      background-color: #0e42ff;
      color: #ffffff;
      text-align: center;
      line-height: 70px;
      font-size: 40px; }
    .hs-list .s-item .s-item-head p {
      border-bottom: 2px solid #2868de;
      padding-bottom: 25px; }
  .hs-list .s-item .s-item-content ul li {
    border-bottom: 1px dotted #e5e5e5; }
.hs-list .foreign-list .s-item {
  width: 364px; }
  .hs-list .foreign-list .s-item:hover {
    box-shadow: 0 0 10px #72a9fd;
    position: relative;
    border-width: 0; }
    .hs-list .foreign-list .s-item:hover .s-item-head {
      background-color: #287aec; }
      .hs-list .foreign-list .s-item:hover .s-item-head i {
        color: #287aec;
        background-color: #ffffff; }
      .hs-list .foreign-list .s-item:hover .s-item-head .c333 {
        color: #ffc600; }
      .hs-list .foreign-list .s-item:hover .s-item-head .c999 {
        color: #ffffff; }

.flex-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-around;
  align-items: center; }
.hd-list .hd-item.ribenA::after{
        content: "";
        position: absolute;
        width: 170px;
        height: 170px;
        background: url(../images/sold_out.png) no-repeat;
        top: -30px;
      }
/*# sourceMappingURL=bandwidth.css.map */
/* ¸ß·ÀcdnÒ³Ãæ css start */
.ty_titleBox .ty_titleH {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 47px;
}
.ty_titleBox .ty_titleP {
    text-align: center;
    margin: 18px 0 40px 0;
    font-size: 16px;
}
.high_defense_content1{
	padding: 60px 0 40px 0;
	overflow: hidden;
	width:1200px;
	margin:0 auto;
}
.high_defense_content1>ul{
    width: 482px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.high_defense_content1 >ul>li{
    width: 240px;
    float: left;
    line-height: 40px;
    text-align: center;
    margin-right: 1px;
    background-color: #999999;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}
.high_defense_content1>ul>li.active{
  background-color: #0066ff;
}

.high_defense_content1 div.content1_div{
    margin-top: 40px;
    display: none;
}
.content1_div>ul li{
    width: 31.6%;
    margin-right: 30px;
    float: left;
    box-shadow:0px 1px 3px 0px rgba(16,28,30,0.2);
    padding-bottom: 28px;
    margin-bottom: 20px;
    background: #FBF9FF url(../templets/default/static/images/home_icoContent.png) center center no-repeat;
}
.content1_div>ul li:hover{
    webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.content1_div>ul li:nth-child(3n){
    margin-right: 0;
}
.content1_div>ul li .content1_div_top{
    height: 100px;
    margin-bottom: 17px;
    background: #0036C4 url(../templets/default/static/images/content1_div_topBj.png) center center no-repeat;
}
.content1_div>ul li .content1_div_top h3{
    font-size: 30px;
    color: #fff;
    font-weight:bold;
    line-height: 100px;
    text-align: center;
}
.content1_div>ul li>p{
    width: 66%;
    height: 39px;
    display: block;
    margin: 0 auto;
    line-height: 39px;
    text-align: center;
    border-bottom: 1.2px dashed #CCCCCC;
}
.content1_div>ul li .content1_div_bottom{
    padding-top: 23px;
}
.content1_div_bottom >p{
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #333;
}
.content1_div_bottom >p b{
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #FF007B;
}
.content1_div_bottom >span{
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #999;
    text-align: center;
    
}
.content1_div_bottom >span b{
    font-size: 20px;
    color: #FF66AF;
    font-weight: 400;
}
.content1_div_bottom >a{
    width:180px;
    height:30px;
    display: block;
    margin: 0 auto;
    border:1px solid #0036C4;
    border-radius:2px;
    color: #0036C4;
    text-align: center;
    line-height: 30px;
    margin-top: 27px;
}
.content1_div_bottom >a:hover{
    background-color: #0036C4;
    color: #fff;
}
.content1_div_bottom .bottomText{
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    text-align: center;
}
.high_defense_content1>li div.content1_div2{
  margin-top: 40px;
  display: none;
}
.content1_div2 ul li.content1_div_top{
    background: #5033FF url(../templets/default/static/images/content1_div_topBj.png) center center no-repeat;   
}
.content1_div2 ul li.content1_div_top .content1_div_bottom >p b{
    color: #A519FF;
}
.content1_div2 ul li.content1_div_top .content1_div_bottom>span b{
    color: #C466FF;
}
.content1_div2 ul li.content1_div_top .content1_div_bottom>a{
    border:1px solid #5033FF;
    color: #5033FF;
}
.content1_div2 ul li.content1_div_top .content1_div_bottom>a:hover{
    background-color: #5033FF;
}
.high_defense_content1 div.active{
    display: block;
}

.high_defense_content2{
	padding: 60px 0;
	background-image: url(../templets/default/static/images/high_defense_content2_bj.png);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.high_defense_content2 .ty_titleBox h2,.high_defense_content2 .ty_titleBox p{
        color: #fff;
}
.home_content2Box .ty_titleP{
    margin: 18px 0 35px 0;
}
.home_content2Box ul{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
    background-color: #fff;
    padding-top: 18px;
}
.home_content2Box ul::after{
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 54px;
    left: 0;
}
.home_content2Box ul li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
    cursor: pointer;
}
.home_content2Box ul li span{
    padding: 0 20px 10px 20px;
}
.home_content2Box ul li span i{
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.home_content2Box ul .activespan{
    position:relative;
    z-index: 2;
    border-bottom: 1px solid #0066ff;
}
.home_content2Box ul .icon_1 span i{
    background-image: url(../templets/default/static/images/content2_t1.png);
}
.home_content2Box ul .icon_2 span i{
            background-image: url(../templets/default/static/images/content2_t2.png);
}
.home_content2Box ul .icon_3 span i{
    background-image: url(../templets/default/static/images/content2_t3.png);
}
.home_content2Box ul .icon_4 span i{
    background-image: url(../templets/default/static/images/content2_t4.png);
}
.home_content2Box .content2_div{
    display: none;
    padding-top: 40px;
    background-color: #fff;
    padding-left: 9.16%;
    overflow: hidden;
    padding-bottom: 60px;
}
.home_content2Box .content2_div img{
    float: left;
    width: 58.7%;
    height: 276px;
}
.home_content2Box .content2_div div{
    width: 26.61%;
    height: 276px;
    float: right;
    padding: 30px 50px 0px 50px;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #E8EDF6;
    margin-right: 10.1%;
}
.home_content2Box .content2_div div h3{
    font-size: 18px;
    font-weight: 800;
    color: #333;
}
.home_content2Box .content2_div div h3 span{
    width: 90px;
    display: block;
    border-bottom: 1px solid #0066ff;
    padding-bottom: 13px;
}
.home_content2Box .content2_div div .text1{
    margin: 16px 0 34px 0;
    line-height: 25px;
}
.home_content2Box .content2_div div p{
    font-size: 14px;
    color: #666;
}
.home_content2Box .content2_div div b{
    font-size: 14px;
    color: #343434;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}
.content2_div.active2{
    display: block;
}
/* ¸ß·ÀcdnÒ³Ãæ css end */
