
#page {
  color: #000;
}
#page .bgw {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
}
#page .content {
  min-width: 1440px;
  position: relative;
}
#page .title {
  font-size: 34px;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
#page .serve-nav {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #f6f7f9;
  height: 80px;
  line-height: 80px;
}
#page .serve-nav .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page .serve-nav .content-wrap .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
   height: 80px;
  line-height: 80px;
}
#page .serve-nav .content-wrap .item img {
  margin-right: 15px;
}
#page .serve-nav .content-wrap .active {
  background: -webkit-gradient(linear, left bottom, left top, from(#28738C), to(#28738C));
  background: -o-linear-gradient(bottom, #28738C, #28738C);
  background: linear-gradient(0deg, #28738C, #28738C);
  color: #fff;
  
}
#page .serve-nav .content-wrap .active img {
  -webkit-filter: grayscale(100%) brightness(200%);
  filter: grayscale(100%) brightness(200%);
}
#page .pre-sale .sale-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page .pre-sale .sale-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 650px;
  height: 230px;
  padding: 50px 43px 50px 30px;
  background: #fafafa;
  border-radius: 10px;
  margin: 0 70px 30px 70px;
  cursor: pointer;
}
#page .pre-sale .sale-box .item .img-box {
  min-width: 120px;
  min-height: 120px;
  line-height: 120px;
  text-align: center;
  background: -o-linear-gradient(130deg, #78d1f6, #49acf1);
  background: linear-gradient(-40deg, #78d1f6, #49acf1);
  border-radius: 60px;
  margin-right: 30px;
}
#page .pre-sale .sale-box .item .txt-box .sub-title {
  font-size: 24px;
  margin-bottom: 30px;
}
#page .pre-sale .sale-box .item:hover {
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.1);
}
#page .service-content {
  height: 663px;
}
#page .service-content .serviceItems {
  margin: 0 auto;
  width: 1440px;
  height: 480px;
  background: rgba(255,255,255,0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page .service-content .serviceItems .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page .service-content .serviceItems .list .item2 {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 340px;
  height: 80px;
  background: #ede9e3;
  border: 1px solid #fff;
  border-radius: 0px 0px 10px 0px;
  font-size: 20px !important;
}
#page .service-content .serviceItems .list .item2 .title {
  padding: 0 0 0 65px !important;
  font-size: 20px;
  line-height: 80px;
}
#page .service-content .serviceItems .list .active {
  background: #fafdfe;
}
#page .service-content .serviceItems .list .active:before {
  content: '';
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#28738C), to(#28738C));
  background: -o-linear-gradient(left, #28738C, #28738C);
  background: linear-gradient(90deg, #28738C, #28738C);
}
#page .service-content .serviceItems .data-display-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
#page .service-content .serviceItems .data-display-wrap .copy {
  padding: 100px 180px 0 63px;
}
#page .service-content .serviceItems .data-display-wrap .copy .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
  font-size: 20px;
}
#page .service-content .serviceItems .data-display-wrap .copy .item img {
  margin: 5px 25px 0 0;
}
#page .after-sales .row1,
#page .after-sales .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page .after-sales .row1 .item,
#page .after-sales .row2 .item {
  cursor: pointer;
  width: 440px;
  height: 320px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.1);
  box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 60px 0 48px 0;
  text-align: center;
  margin: 0 50px 57px 50px;
  font-size: 22px;
  line-height: 30px;
}
#page .after-sales .row1 .item img,
#page .after-sales .row2 .item img {
  margin-bottom: 40px;
  -webkit-filter: grayscale(65%) opacity(50%);
  filter: grayscale(65%) opacity(50%);
}
#page .after-sales .row1 .item:hover,
#page .after-sales .row2 .item:hover {
  -webkit-box-shadow: 7px 7px 0px 0px rgba(40,115,140,0.5);
  box-shadow: 7px 7px 0px 0px rgba(40,115,140,0.5);
  border: 1px solid rgba(40,115,140,0.5);
}
#page .after-sales .row1 .item:hover img,
#page .after-sales .row2 .item:hover img {
  -webkit-filter: none;
  filter: none;
}
#page .after-sales .row2 .item {
  margin: 0 30px 57px 30px;
}
#page .service-process {
  height: 660px;
  padding-top: 50px;
}
#page .service-process .item {
  text-align: center;
  position: absolute;
  width: 149px;
  height: 149px;
  background: #d4e5f7;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 35px 0 24px 0;
  font-size: 20px;
}
#page .service-process .i1 {
  top: 183px;
  left: 301px;
}
#page .service-process .i2 {
  top: 183px;
  left: 550px;
}
#page .service-process .i3 {
  top: 183px;
  left: 800px;
}
#page .service-process .i4 {
  top: 183px;
  right: 723px;
}
#page .service-process .i5 {
  top: 183px;
  right: 474px;
}
#page .service-process .i6 {
  bottom: 120px;
  right: 350px;
}
#page .service-process .i7 {
  bottom: 120px;
  right: 600px;
}
#page .service-process .i8 {
  bottom: 120px;
  right: 847px;
}
#page .service-process .i9 {
  bottom: 120px;
  left: 675px;
}
#page .leaveMessage {
  height: 677px;
}
#page .leaveMessage .form-box {
  color: #ebaa2d;
  padding: 30px 50px 50px 50px;
  position: relative;
  margin: 0 auto;
  width: 1200px;
  background: rgba(255,255,255,0.8);
}
#page .leaveMessage .form-box .w400 {
  width: 400px !important;
}
#page .leaveMessage .form-box .w1000 {
  width: 1000px;
}
#page .leaveMessage .form-box .btn3 {
  margin: 30px auto;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ebaa2d;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.section-title-with-bottom-line-span{
  border-bottom: 3px solid #0000002b 
}
    
.section-title-with-bottom-line-span:after{
  display: block;
  content: "";
  position: relative;
  width: 100px;
  top: 0px;
  z-index: 99;
  height: 3px;
  background: #28738C;
  left: calc( 50% - 50px );
}

.section-title-with-bottom-line-span-2{
  border-bottom: 3px solid #0000002b 
}
    
.section-title-with-bottom-line-span-2:after{
  display: block;
  content: "";
  position: relative;
  width: 100px;
  top: 9px;
  z-index: 99;
  height: 3px;
  background: #ebaa2d;
  left: calc( 50% - 50px );
}

.serve-swiper {
    width: 100%;
    min-height: 700px;
    background: url("/img/serve/server_banner_bg.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
}

.serve-swiper .pr{
    width: 100%;
    height: 700px;
}


.banner-content-warp {
  min-width: 960px;
  max-width: 1280px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-title-warp {
  width: 870px;
  height: 290px;
  background-color: #eba92dca;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-title-warp::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 400px;
  border: 3px solid #fafafa;
  left: 250px;

}

.banner-title {
    color: #fafafa;
    text-align: center;

}
.banner-title h1 {
  display: inline-block;
    font-size: 48px;
    font-weight: 900;
}

.banner-title p {
  margin-top: 20px;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
}

.pr {
    position: relative !important;
}