#app * {
  box-sizing: border-box;
}

.server_banner {
  position: relative;
  width: 100%;
  height: 370px;
  background: url(../images/server_banner.png) no-repeat center bottom #070830;
}

.server_banner h3 {
  padding-top: 40px;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  line-height: 37px;
}

.server_banner p {
  margin-top: 25px;
  width: 810px;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.server_banner p.show-more{
  height: 150px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.banner-text-more{
  color: #218cfd;
}

.banner-text-pack-up{
  color: #218cfd;
}

.server_banner .tag {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 60px;
}

.server_banner .tag a {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  transition: all 0.3s;
}

.server_banner .tag a:hover {
  color: #007bfc;
}

.server_banner .tag .btn {
  display: inline-block;
  width: 138px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.server_banner .tag .btn:hover {
  background-color: #007bfc;
  color: #fff;
  border: 1px solid #007bfc;
}

.server_banner .tag .btn.over:hover {
  background-color: #218cfd;
}

.server_banner .tag .btn.over {
  background-color: #007bfc;
  color: #fff;
  border: 1px solid #007bfc;
}

.server_banner .tag .iconfont {
  font-weight: lighter;
  margin-right: 5px;
  font-size: 16px;
}

.snapadv_banner {
  width: 100%;
  height: 360px;
  background: url(../images/snapadv_banner.png) no-repeat center bottom #070830;
}

.xndb_banner {
  background: url(../images/xndb_banner.png) no-repeat center bottom #070830;
}

.ccfh_banner {
  background: url(../images/ccfh_banner.png) no-repeat center bottom #070830;
}

.fwbz_banner {
  background: url(../images/fwbz_banner.png) no-repeat center bottom #070830;
}

.snapadv_banner h3 {
  padding-top: 100px;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  line-height: 37px;
}

.snapadv_banner p {
  margin-top: 25px;
  width: 810px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}

.snapadv_banner a.btn{
  display: block;
  margin-top: 40px;
  width: 166px;
  line-height: 44px;
  background: #006FFF;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}

.advantage_wrapper{
  background: url(../images/advantage_bg.png) no-repeat center center #1F2A3D;
  width: 100%;
  height: 720px;
}

.advantage_wrapper .qy-index_title h2 {
  color: #fff;
}

.advantage_wrapper li {
  margin-right: 41px;
  margin-bottom: 35px;
  float: left;
  width: 372px;
  height: 220px;
  background: #262E41;
  text-align: center;
  padding: 26px 20px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
}

.advantage_wrapper li:nth-child(3n) {
  margin-right: 0;
}

.advantage_wrapper li:hover {
  background-color: #333E58;
}

.advantage_wrapper li h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}

.advantage_wrapper li .icon {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 20px;
  background: url(../images/advantage_icons.png) no-repeat;
}

.advantage_wrapper li .icon1{
  background-position: 0 0;
}
.advantage_wrapper li .icon2{
  background-position: 0 -38px;
}
.advantage_wrapper li .icon3{
  background-position: 0 -76px;
}
.advantage_wrapper li .icon4{
  background-position: 0 -114px;
}
.advantage_wrapper li .icon5{
  background-position: 0 -152px;
}
.advantage_wrapper li .icon6{
  background-position: 0 -190px;
}

.advantage_wrapper li p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  line-height: 24px;
  text-align: center;
}


.qy-ssl_case {
  padding-bottom: 44px;
}

.qy-ssl_case li {
  float: left;
  width: 280px;
  height: 120px;
  border: 1px solid #eee;
  background: #fff;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qy-ssl_case li a {
  display: block;
}

.qy-ssl_case li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: 'gray';
  transition: all .3s;
}

.qy-ssl_case li:nth-child(4n) {
  margin-right: 0;
}

.qy-ssl_case li:hover {
  box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}

.qy-ssl_case li:hover img {
  filter: none;
}

.qy-ssl_contrast li:not(.w1):hover {
  box-shadow: 0 0 8px 0 #E9E9E9;
  background: #eff7fb;
}

.qy-ssl_contrast .header li:hover {
  box-shadow: none;
  background: #fff;
  transform: scale(1);
}

.qy-ssl_qs {
  padding-bottom: 70px;
  background-color: #F5F7FA;
}

.qy-ssl_qs .qy-index_title {
  padding: 70px 0 0;
}

.snapadv_about {
  width: 100%;
  padding: 70px 0;
  background-color: #F4F7FA;
}

.snapadv_about .content {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.snapadv_about .pic{
  float: left;
  width: 348px;
}

.snapadv_about .pic img{
  width: 100%;
}

.snapadv_about .con{
  float: right;
  width: 790px;
}

.snapadv_about h3.tit{
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
}

.snapadv_about p.desc{
  line-height: 28px;
  color: #333;
}

.snapadv_about p.desc a{
  color: #2761D2;
}

.snapadv_about .advants{
  margin-top: 20px;
  overflow: hidden;
}

.snapadv_about .advants li{
  float: left;
  line-height: 22px;
  padding: 0 60px 0 30px;
  background: url(../images/snapadv_icons.png) no-repeat;
  color: #999;
}

.snapadv_about .advants li.icon1{
  background-position: 0 0;
}
.snapadv_about .advants li.icon2{
  background-position: 0 -40px;
}

.snapadv_about .advants li strong{
  padding-right: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

.snapadv_plan {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}

.snapadv_plan .content {
  width: 1200px;
  margin: 0 auto;
}

.snapadv_plan h2.title{
  line-height: 1;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}

.snapadv_plan p.ms{
  line-height: 28px;
}

.snapadv_plan_box{
  display: block;
  width: 100%;
  margin-top: 30px;
}

.snapadv_plan_box ul{
  margin-left: -24px;
}

.snapadv_plan_box ul::after,
.ccfh_yxdb_box::after{
  display: block;
  content: '';
  height: 0;
  width: 0;
  clear: both;
}

.snapadv_plan_box li{
  float: left;
  width: 588px;
  padding: 40px;
  margin-left: 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}

.snapadv_plan_box li img{
  float: left;
  display: block;
  width: 60px;
}

.snapadv_plan_box li .con{
  float: right;
  width: 410px;
}

.snapadv_plan_box li .tit{
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}

.snapadv_plan_box li .scen{
  margin: 10px 0 4px;
  line-height: 1;
  color: #333;
}

.snapadv_plan_box li .desc{
  color: #999;
}

.snapadv_ys_wrapper{
  background: url(../images/advantage_bg.png) no-repeat center center #1F2A3D;
  width: 100%;
  height: 780px;
}

.snapadv_ys_wrapper .qy-index_title h2 {
  color: #fff;
}

.snapadv_ys_wrapper li {
  margin-right: 80px;
  margin-bottom: 56px;
  float: left;
  width: 560px;
  height: 250px;
  background: #262E41;
  padding: 50px 60px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
}

.snapadv_ys_wrapper li:nth-child(2n) {
  margin-right: 0;
}

.snapadv_ys_wrapper li:hover {
  background-color: #333E58;
}

.snapadv_ys_wrapper li h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  background: url(../images/snapadv_ys_icons.png) no-repeat;
  padding-left: 66px;
}

.snapadv_ys_wrapper li h3.icon1 {
  background-position: 0 0;
}
.snapadv_ys_wrapper li h3.icon2 {
  background-position: 0 -56px;
}
.snapadv_ys_wrapper li h3.icon3 {
  background-position: 0 -114px;
}
.snapadv_ys_wrapper li h3.icon4 {
  background-position: 0 -168px;
}

.snapadv_ys_wrapper li p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  line-height: 28px;
}

.snapadv_function{
  width: 100%;
  background-color: #F4F7FA;
  padding: 60px 0;
}

.snapadv_function .title{
  line-height: 1;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}

.snapadv_function .ms{
  line-height: 1;
  text-align: center;
  color: #666;
}

.snapadv_table{
  width: 1200px;
  margin: 50px auto 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 0px rgba(224, 224, 224, 0.5);
}

.snapadv_table table{
  width: 100%;
  border-collapse: collapse;
}
.snapadv_table table th{
  padding: 38px 0;
  border: 1px solid #E2E2E2;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #F9F9F9;
}

.snapadv_table table th:first-child{
  background: url(../images/table_header_bg.png) no-repeat center center;
  background-size: cover;
}

.snapadv_table table td{
  padding: 20px 10px;
  border: 1px solid #E2E2E2;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.snapadv_table table td.mc{
  background-color: #F2F2F4;
  font-weight: bold;
  color: #000;
}

.snapadv_table table td.sub{
  padding-left: 20px;
  text-align: left;
}

.snapadv_table td span.price{
  color: #FD7D0A;
}

.snapadv_table td span.price strong{
  font-weight: normal;
  font-size: 24px;
}

.ccfh_about h3.tit{
  padding: 20px 0;
}

.ccfh_about p.desc{
  line-height: 30px;
  color: #666;
}

.ccfh_sort{
  width: 100%;
  background-color: #fff;
  padding: 70px 0;
}

.ccfh_sort h2.title{
  font-size: 28px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.ccfh_sort_box{
  width: 1200px;
  margin: 70px auto 0;
}
.ccfh_sort_box ul{
  margin-left: -36px;
}

.ccfh_sort_box ul::after{
  display: block;
  content: '';
  height: 0;
  width: 0;
  clear: both;
}

.ccfh_sort_box li{
  margin-left: 36px;
  margin-bottom: 20px;
  float: left;
  width: 270px;
  height: 240px;
  padding: 20px 20px;
  background-color: #fff;
  text-align: center;
  transition: all ease-in-out 0.2s;
}

.ccfh_sort_box li:hover{
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  transition: all ease-in-out 0.2s;
}

.ccfh_sort_box li i.icon{
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background: url(../images/cc_sorts_icons.png) no-repeat;
}

.ccfh_sort_box li i.icon1{
  background-position: 0 -392px;
}
.ccfh_sort_box li i.icon2{
  background-position: 0 -280px;
}
.ccfh_sort_box li i.icon3{
  background-position: 0 -224px;
}
.ccfh_sort_box li i.icon4{
  background-position: 0 -336px;
}
.ccfh_sort_box li i.icon5{
  background-position: 0 -56px;
}
.ccfh_sort_box li i.icon6{
  background-position: 0 0;
}
.ccfh_sort_box li i.icon7{
  background-position: 0 -168px;
}
.ccfh_sort_box li i.icon8{
  background-position: 0 -112px;
}

.ccfh_sort_box li h3{
  margin: 20px 0 18px;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  color: #333;
} 

.ccfh_sort_box li p{
  line-height: 20px;
  font-size: 14px;
  color: #999;
  text-align: left;
}

.ccfh_harm{
  width: 100%;
  padding: 70px 0;
  background-color: #F5F7FA;
}

.ccfh_harm h2.title,
.ccfh_yxdb h2.title{
  font-size: 28px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.ccfh_harm_box{
  position: relative;
  width: 1200px;
  height: 340px;
  margin: 70px auto 0;
  background: url(../images/cc_harm.png) no-repeat center center;
}

.ccfh_harm_item{
  position: absolute;
  width: 380px;
  height: 130px;
  padding: 24px 30px;
  transition: all ease-in-out 0.2s;
}

.ccfh_harm_item:hover{
  box-shadow: 0px 2px 30px 0px rgba(224, 224, 224, 0.5);
  background-color: #fff;
  transition: all ease-in-out 0.2s;
}

.ccfh_harm_item1{
  top: 0;
  left: 0;
}
.ccfh_harm_item2{
  top: 0;
  right: 0;
}
.ccfh_harm_item3{
  bottom: 0;
  left: 0;
}
.ccfh_harm_item4{
  bottom: 0;
  right: 0;
}

.ccfh_harm_item h3{
  line-height: 36px;
  padding-left: 48px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: normal;
  background: url(../images/cc_harm_icons.png) no-repeat;
}

.ccfh_harm_item1 h3{
  background-position: 0 -108px;;
}
.ccfh_harm_item2 h3{
  background-position: 0 -36px;
}
.ccfh_harm_item3 h3{
  background-position: 0 -72px;;
}
.ccfh_harm_item4 h3{
  background-position: 0 0;
}

.ccfh_harm_item p{
  line-height: 20px;
  color: #666;
}

.ccfh_yxdb{
  position: relative;
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}

.ccfh_yxdb_bg1{
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}

.ccfh_yxdb_bg2{
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
}
.ccfh_yxdb_box{
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 70px auto 0;
}

.ccfh_yxdb_item{
  position: relative;
  width: 590px;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 0px rgba(224, 224, 224, 0.5);
}

.ccfh_ys_item{
  float: left;
}

.ccfh_ns_item{
  float: right;
}

.ccfh_ys_item img{
  position: absolute;
  top: -43px;
  left: -27px;
}

.ccfh_ns_item img{
  position: absolute;
  top: 0;
  left: 0;
}

.ccfh_yxdb_item .tit{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 82px;
  line-height: 82px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}

.ccfh_yxdb_item ul{
  padding: 115px 46px 0;
}

.ccfh_yxdb_item li{
  margin-bottom: 40px;
  padding-left: 34px;
}

.ccfh_ys_item li{
  background: url(../images/yes_icon.png) no-repeat 0 2px;
}

.ccfh_ns_item li{
  background: url(../images/no_icon.png) no-repeat 0 2px;
}

.ccfh_yxdb_item li h4{
  margin-bottom: 6px;
  line-height: 22px;
  font-size: 18px;
  font-weight: normal;
}

.ccfh_yxdb_item li p{
  line-height: 20px;
  color: #666;
}

.xndb_table_wrapper{
  background-color: #F7F8FA;
  padding: 80px 0;
}

.xndb_table{
  width: 1200px;
  margin: 0 auto;
}

.xndb_table table{
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.xndb_table table th{
  padding: 30px 0;
  border: 1px solid #E2E2E2;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #555555;
  background: url(../images/thead_bg.png) no-repeat;
  background-size: 100% 114%;
  background-position: 0 -12px; 
}

.thead_title{
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 84px;
  background-color: #fff;
}

.thead_title hr{
  position: absolute;
  left: -12px;
  top: 41px;
  width: 163px;
  transform: rotate(31deg);
}
.thead_title span{
  position: absolute;
}

.thead_title span.sort{
  right: 20px;
  top: 14px;
}

.thead_title span.config{
  left: 20px;
  bottom: 14px;
}

.new_thead{
  position: relative;
}
.new_thead img{
  position: absolute;
  left: 2px;
  bottom: 0;
  z-index: 1;
  width: 240px;
}

.new_thead p{
  position: relative;
  z-index: 2;
  top: -12px;
  text-align: center;
  color: #fff;
}

.xndb_table table tr:nth-child(2n){
  background-color: #F8FCFF;
}

.xndb_table table td{
  padding: 20px;
  border: 1px solid #E2E2E2;
  text-align: center;
  font-size: 12px;
  color: #555;
}

.xndb_ms{
  height: 30px;
  line-height: 30px;
  padding: 30px 0;
}

.ms_item{
  float: left;
}

.ms_item strong{
  font-size: 16px;
}

.ms_item .yes{
  padding: 0 32px 0 26px;
  background: url(../images/yes_icons.png) no-repeat left center;
  color: #777;
}
.ms_item .no{
  padding: 0 32px 0 26px;
  background: url(../images/no_icons.png) no-repeat left center;
  color: #777;
}
.ms_item .tel{
  color: #006FFF;
}

.fwbz_banner h3{
  text-align: center;
}

.fwbz_banner p{
  width: 100%;
  text-align: center;
}

.fwbz_banner a.btn{
  margin: 30px auto 0;
}

.fwbz_table_wrapper{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.fwbz_table_wrapper table{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
  border-collapse: collapse;
}

.fwbz_table_wrapper table td{
  padding: 20px;
  border: 1px solid #E9E9E9;
  text-align: center;
  color: #666;
}

.fwbz_table_wrapper td.thead{
  text-align: left;
  background-color: #FBFBFB;
  font-size: 18px;
  color: #3A3A3A;
}

.server_name{
  font-size: 18px;
  font-weight: normal;
  color: #3A3A3A;
}

.server_price{
  margin: 10px 0;
  font-size: 14px;
  color: #424242;
}

.server_price strong{
  font-size: 48px;
  font-weight: normal;
  color: #007BFC;
  vertical-align: sub;
}

.server_ms{
  color: #666;
  font-size: 14px;
}

.tj_tag{
  position: relative;
}

.tj_tag i{
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/rec_icon.png) no-repeat;
}

.thead_tr{
  background-color: #F6F8FA;
  color: #3A3A3A;
  font-size: 16px;
  text-align: left !important;
}

.sub_table td{
  line-height: 30px;
  font-size: 14px;
}

.sub_table td span{
  color: #FF8C1E;
}

.sub_head{
  text-align: left !important;
  background-color: #FBFBFB;
}

.thead_box td{
  padding: 40px 20px 20px !important;
}

.sub_table td span.free{
  display: block;
  width: 52px;
  margin: 0 auto;
  line-height: 24px;
  background: #0DB160;
  border-radius: 6px 1px 6px 1px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.table_fwbz_fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12);
  display: none;
}

.table_fwbz_fixed table{
  width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #FFFFFF;
}

.table_fwbz_fixed table td{
  padding: 20px;
  border: 1px solid #E9E9E9;
  text-align: center;
  color: #666;
}

.table_fwbz_fixed td.thead{
  text-align: left;
  background-color: #FBFBFB;
  font-size: 18px;
  color: #3A3A3A;
}

.added_services{
  display: block;
  width: 300px;
  line-height: 58px;
  background: #006FFF;
  border-radius: 4px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #fff;
}

.warm_prompt_wrap{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.warm_prompt_wrap .title{
  position: relative;
  height: 40px;
  border-bottom: 1px solid #EBEBEB;
}

.warm_prompt_wrap .title h3{
  position: absolute;
  left: 0;
  bottom: -1px;
  float: left;
  padding: 0 10px;
  line-height: 40px;
  border-bottom: 2px solid #007AFF;
  font-size: 14px;
  color: #333;
}

.warm_prompt_wrap .box{
  padding: 15px 10px;
}

.warm_prompt_wrap .box p{
  line-height: 28px;
  color: #666;
}

.pop_tpl{
  width: 322px;
  height: 188px;
  padding: 30px 0;
  background: #FFFFFF;
  border-radius: 6px;
  text-align: center;
}

.pop_tpl i.close{
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/close_icon.png) no-repeat center center;
  cursor: pointer;
}

.pop_tpl h3.title{
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.pop_tpl p.ms{
  margin: 12px 0 30px;
  font-size: 13px;
  color: #666;
}

.pop_tpl button.btn{
  width: 92px;
  height: 32px;
  background: #007AFF;
  border-radius: 3px;
  color: #fff;
}

.warn_tip{
  padding-left: 10px;
  color: #fb791c;
  font-size: 12px;
}
.search_box_btn{
  box-sizing: content-box;
}

.search_wrapper{
  z-index: 100;
}