@charset "utf-8";
.banner {
  background: url(banner.jpg) center center no-repeat;
  background-size: cover;
  height: 350px;
}
.banner-inner {
  height: 350px;
  position: relative;
}
.banner-btn-box {
  font-size: 0;
  width: 560px;
  padding-top: 80px;
  margin-right: -5px;
  position: absolute;
  right: -5px;
  top: 0;
}
.banner-icon {
  display: block;
  width: 60px;
  height: 50px;
  background: url(banner-icon.png) no-repeat;
  margin: 2px auto;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.banner .icon-polic {
  width: 67px;
  height: 67px;
  background-position: 5px 0;
  margin-top: 46px;
}
.banner .icon-invoice {
  background-position: -92px 0;
}
.banner .icon-renewal {
  background-position: -282px -4px;
}
.banner .icon-activation {
  background-position: -188px -5px;
}
.banner .icon-licensenum {
  background-position: -366px -5px;
}
.banner-btn {
  width: 175px;
  height: 85px;
  background-color: rgba(255, 255, 255, 0.93);
  -webkit-box-shadow: 0 5px 20px rgba(52, 73, 73, 0.4);
          box-shadow: 0 5px 20px rgba(52, 73, 73, 0.4);
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
}
.banner-btn:hover {
  border-color: #ff6343;
  background: rgba(255, 255, 255, 0.93);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.93) 34%, rgba(254, 236, 229, 0.93) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.93)), color-stop(34%, rgba(255, 255, 255, 0.93)), color-stop(100%, rgba(254, 236, 229, 0.93)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.93) 34%, rgba(254, 236, 229, 0.93) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.93) 34%, rgba(254, 236, 229, 0.93) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.93) 34%, rgba(254, 236, 229, 0.93) 100%);
}
.banner .btn-l {
  width: 180px;
  height: 180px;
  float: left;
}
.advantage {
  border-bottom: 1px solid #f5f5f5;
}
.advantage-list {
  font-size: 0;
  padding: 0;
}
.advantage-item {
  list-style: none;
  display: inline-block;
  width: 25%;
  font-size: 16px;
  color: #666;
  text-align: center;
  height: 100px;
  line-height: 100px;
  cursor: default;
}
.advantage-icon {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 66px;
  background: url(service-advantage-icon.png) no-repeat;
  margin-right: 10px;
}
.advantage-icon-01 {
  background-position: 0 0;
}
.advantage-icon-02 {
  background-position: -98px 0;
}
.advantage-icon-03 {
  background-position: -197px 0;
}
.advantage-icon-04 {
  background-position: -286px 0;
}
.server {
  height: 580px;
  background: #fff url(server-bg.jpg) no-repeat;
  background-position: center center;
}
.server-tab {
  height: 420px;
  padding-left: 20px;
  margin-top: 40px;
}
.server-tab li {
  list-style: none;
}
.server-tab-title {
  float: left;
  margin: 0;
  padding: 0;
  height: 420px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.server-tab-title .title-item {
  height: 25%;
  position: relative;
  width: 220px;
  font-size: 18px;
  color: #333;
}
.server-tab-title .title-item p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-left: 20px;
  cursor: pointer;
}
.server-tab-title .title-item span {
  margin-right: 5px;
}
.server-tab-title .title-item.current p {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
.server-tab-title .title-item.current span {
  margin-right: 5px;
  font-size: 26px;
  font-weight: bold;
  color: #ff532b;
}
.server-tab-title .title-item.current:before,
.server-tab-title .title-item.current:after {
  content: "";
  display: block;
  position: absolute;
}
.server-tab-title .title-item.current:before {
  width: 233px;
  height: 2px;
  background-color: #ff532b;
  bottom: -1px;
}
.server-tab-title .title-item.current:after {
  width: 125px;
  height: 16px;
  background-color: rgba(255, 83, 43, 0.15);
  bottom: 2px;
}
.server-tab-con {
  margin: 0;
  padding: 0;
  float: right;
  width: 960px;
  height: 420px;
  background: url(server-tab-bg.png) no-repeat;
}
.server-tab-con .content-item {
  display: none;
}
.server-tab-con .content-item-list {
  font-size: 0;
  padding: 40px 0 0 35px;
}
.server-tab-con .content-item.current {
  display: block;
}
.server-tab-con .item {
  height: 165px;
  width: 212px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 13px rgba(10, 18, 32, 0.51);
          box-shadow: 0 0 13px rgba(10, 18, 32, 0.51);
  margin: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.server-tab-con .item-01 .item-icon {
  background-position: -180px 0;
}
.server-tab-con .item-01 .item-bg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.server-tab-con .item-01:hover .item-icon {
  background-position: 0 0;
}
.server-tab-con .item-02 .item-icon {
  background-position: -270px 0;
}
.server-tab-con .item-02 .item-bg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.server-tab-con .item-02:hover .item-icon {
  background-position: -90px 0px;
}
.server-tab-con .item-03 .item-icon {
  background-position: -180px -90px;
}
.server-tab-con .item-03 .item-bg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.server-tab-con .item-03:hover .item-icon {
  background-position: 0 -90px;
}
.server-tab-con .item-04 .item-icon {
  background-position: -270px -270px;
}
.server-tab-con .item-04 .item-bg {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.server-tab-con .item-04:hover .item-icon {
  background-position: -90px -270px;
}
.server-tab-con .item-05 .item-icon {
  background-position: -270px -900px;
}
.server-tab-con .item-05 .item-bg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.server-tab-con .item-05:hover .item-icon {
  background-position: -90px -900px;
}
.server-tab-con .item-06 .item-icon {
  background-position: -180px -270px;
}
.server-tab-con .item-06 .item-bg {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.server-tab-con .item-06:hover .item-icon {
  background-position: 0 -270px;
}
.server-tab-con .item-07 .item-icon {
  background-position: -270px -180px;
}
.server-tab-con .item-07 .item-bg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.server-tab-con .item-07:hover .item-icon {
  background-position: -90px -180px;
}
.server-tab-con .item-08 .item-icon {
  background-position: -270px -90px;
}
.server-tab-con .item-08 .item-bg {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.server-tab-con .item-08:hover .item-icon {
  background-position: -90px -90px;
}
.server-tab-con .item-09 .item-icon {
  background-position: -180px -180px;
}
.server-tab-con .item-09 .item-bg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.server-tab-con .item-09:hover .item-icon {
  background-position: 0 -180px;
}
.server-tab-con .item-10 .item-icon {
  background-position: -270px -450px;
}
.server-tab-con .item-10 .item-bg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.server-tab-con .item-10:hover .item-icon {
  background-position: -90px -450px;
}
.server-tab-con .item-11 .item-icon {
  background-position: -270px -720px;
}
.server-tab-con .item-11 .item-bg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.server-tab-con .item-11:hover .item-icon {
  background-position: -90px -720px;
}
.server-tab-con .item-12 .item-icon {
  background-position: -180px -360px;
}
.server-tab-con .item-12 .item-bg {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.server-tab-con .item-12:hover .item-icon {
  background-position: 0 -360px;
}
.server-tab-con .item-13 .item-icon {
  background-position: -180px -900px;
}
.server-tab-con .item-13 .item-bg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.server-tab-con .item-13:hover .item-icon {
  background-position: 0 -900px;
}
.server-tab-con .item-14 .item-icon {
  background-position: -180px -720px;
}
.server-tab-con .item-14 .item-bg {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.server-tab-con .item-14:hover .item-icon {
  background-position: 0 -720px;
}
.server-tab-con .item-15 .item-icon {
  background-position: -180px -540px;
}
.server-tab-con .item-15 .item-bg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.server-tab-con .item-15:hover .item-icon {
  background-position: 0 -540px;
}
.server-tab-con .item-16 .item-icon {
  background-position: -270px -630px;
}
.server-tab-con .item-16 .item-bg {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.server-tab-con .item-16:hover .item-icon {
  background-position: -90px -630px;
}
.server-tab-con .item-17 .item-icon {
  background-position: -180px -810px;
}
.server-tab-con .item-17 .item-bg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.server-tab-con .item-17:hover .item-icon {
  background-position: 0 -810px;
}
.server-tab-con .item-18 .item-icon {
  background-position: -270px -810px;
}
.server-tab-con .item-18 .item-bg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.server-tab-con .item-18:hover .item-icon {
  background-position: -90px -810px;
}
.server-tab-con .item-19 .item-icon {
  background-position: -180px -990px;
}
.server-tab-con .item-19 .item-bg {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.server-tab-con .item-19:hover .item-icon {
  background-position: 0 -990px;
}
.server-tab-con .item-l {
  width: 287px;
  height: 340px;
  padding: 30px 20px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 13px rgba(10, 18, 32, 0.51);
          box-shadow: 0 0 13px rgba(10, 18, 32, 0.51);
  margin: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.server-tab-con .item-l:hover .item-l-tit {
  font-weight: bold;
}
.server-tab-con .item-l-tit {
  font-size: 18px;
  color: #333;
  margin: 0;
  font-weight: normal;
}
.server-tab-con .item-l-more {
  margin: 0 auto;
  margin-top: 5px;
  width: 108px;
  height: 36px;
  line-height: 36px;
  display: block;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #ff532b;
  border: 1px solid #ff532b;
  text-align: center;
}
.server-tab-con .item-l-more:hover {
  background-color: #ff532b;
  color: #fff;
}
.server-tab-con .item-l .item-list {
  padding: 0;
  margin-top: 10px;
}
.server-tab-con .item-l .list-item {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.server-tab-con .item-l .list-item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #dcb276;
  margin-right: 5px;
  vertical-align: 2px;
}
.server-tab-con .item-l .list-item a {
  color: #666;
  text-decoration: none;
}
.server-tab-con .item-l .list-item:hover:before {
  background-color: #ff532b;
}
.server-tab-con .item-l .list-item:hover a {
  color: #ff532b;
}
.server-tab-con .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  padding: 25px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.server-tab-con .item-tit {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.server-tab-con .item-con {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}
.server-tab-con .item-arr {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #c4cfda;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.server-tab-con .item-arr:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 3px solid;
  border-color: transparent #c4cfda #c4cfda transparent;
  position: absolute;
  right: -3px;
  top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.server-tab-con .item-bg {
  width: 96px;
  height: 96px;
  border-radius: 96px;
  position: absolute;
  bottom: -16px;
  right: -16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(254, 236, 229, 0.5);
  background: -moz-linear-gradient(left, rgba(254, 236, 229, 0.5) 32%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-gradient(left top, right top, color-stop(32%, rgba(254, 236, 229, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, rgba(254, 236, 229, 0.5) 32%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(254, 236, 229, 0.5) 32%, rgba(255, 255, 255, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(254, 236, 229, 0.5) 32%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(32%, rgba(254, 236, 229, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(254, 236, 229, 0.5) 32%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feece5', endColorstr='#ffffff', GradientType=1);
}
.server-tab-con .item-icon {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -26px;
  right: -26px;
  z-index: 2;
  -webkit-transition: right 0.5s, bottom 0.5s;
  transition: right 0.5s, bottom 0.5s;
  background: url(server-icon.png) no-repeat;
}
.server-tab-con .item:hover .item-icon {
  bottom: -5px;
  right: 0px;
}
.server-tab-con .item:hover .item-tit {
  font-weight: bold;
}
.server-tab-con .item:hover .item-bg {
  width: 100px;
  height: 100px;
  bottom: -5px;
  right: -5px;
  background: #feece5;
  background: -moz-linear-gradient(left, #feece5 32%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(32%, #feece5), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #feece5 32%, #ffffff 100%);
  background: -o-linear-gradient(left, #feece5 32%, #ffffff 100%);
  background: -ms-linear-gradient(left, #feece5 32%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(32%, #feece5), to(#ffffff));
  background: linear-gradient(to right, #feece5 32%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feece5', endColorstr='#ffffff', GradientType=1);
}
.server-tab-con .item:hover .item-arr {
  background-color: #ff532b;
  width: 70px;
}
.server-tab-con .item:hover .item-arr:after {
  border-color: transparent #ff532b #ff532b transparent;
}
.knowledge {
  position: relative;
  height: 420px;
}
.knowledge .sub-title {
  width: 1200px;
  margin: 0 auto;
}
.knowledge-bg {
  position: absolute;
  height: 420px;
  width: 100%;
  background-color: #f7f7f7;
  left: 0;
  top: 0;
}
.knowledge-inner {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.knowledge .swiper-container {
  width: 100%;
  margin-top: 40px;
  overflow: visible;
  height: 210px;
  position: relative;
}
.knowledge .swiper-container:hover .swiper-btn-box {
  display: block;
}
.knowledge .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 370px;
  padding: 0 10px;
  height: 210px;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.knowledge .swiper-slide:hover {
  margin-top: -10px;
}
.knowledge .swiper-slide:hover a {
  border-bottom: 2px solid #ff532b;
}
.knowledge .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: left;
  padding: 25px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 2px 12px rgba(180, 185, 198, 0.5);
          box-shadow: 3px 2px 12px rgba(180, 185, 198, 0.5);
}
.knowledge-tit {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.knowledge-con {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.knowledge-keyword {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #ff6343;
  border: 1px solid #ffa995;
  border-left: none;
  border-right: none;
  height: 22px;
  text-align: center;
  line-height: 22px;
  padding: 0 5px;
  background-size: 100% 100%;
  position: relative;
  margin: 20px 10px 0;
}
.knowledge-keyword:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 24px;
  top: -1px;
  left: -10px;
  background: url(keyword-bg.png) no-repeat left center;
}
.knowledge-keyword::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 24px;
  top: -1px;
  right: -10px;
  background: url(keyword-bg.png) no-repeat right center;
}
.knowledge .show-more {
  position: relative;
  margin-top: 30px;
}
.knowledge .show-more a {
  display: block;
  width: 108px;
  height: 36px;
  font-size: 16px;
  color: #ff532b;
  text-align: center;
  line-height: 36px;
  border: 1px solid #ff532b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  margin: 0 auto;
}
.knowledge .show-more a:hover {
  background-color: #ff532b;
  color: #fff;
}
.knowledge .swiper-btn-box {
  position: absolute;
  top: 80px;
  height: 0;
  left: 50%;
  margin-left: -600px;
}
.knowledge .swiper-button-prev,
.knowledge .swiper-button-next {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 62px;
  -webkit-box-shadow: 3px 5px 21px rgba(111, 120, 135, 0.38);
          box-shadow: 3px 5px 21px rgba(111, 120, 135, 0.38);
  background-image: url(swiper-btn.png);
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  background-size: auto;
}
.knowledge .swiper-button-prev:hover,
.knowledge .swiper-button-next:hover {
  background-image: url(swiper-btn-w.png);
  background-color: #ff532b;
  -webkit-box-shadow: 3px 5px 21px rgba(255, 83, 43, 0.38);
          box-shadow: 3px 5px 21px rgba(255, 83, 43, 0.38);
}
.knowledge .swiper-button-prev {
  background-position: 20px center;
  left: 0;
}
.knowledge .swiper-button-next {
  background-position: -50px center;
  right: 0;
}
.sub-title {
  color: #3d4c5e;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-top: 40px;
}
.sub-title:after {
  content: "";
  height: 3px;
  width: 50px;
  background-color: #ff532b;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -10px;
}
.service-detail-page {
  background: #f0f4fb;
  padding-top: 35px;
  padding-bottom: 40px;
}
.service-detail-page .page-content {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6 p rgba(51, 53, 57, 0.1);
          box-shadow: 0 2px 6 p rgba(51, 53, 57, 0.1);
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service-detail-page .page-content .time {
  font-size: 14px;
  color: #ccc;
  text-align: right;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 15px;
}
.service-detail-page .page-tit {
  text-align: center;
  line-height: 1;
  font-size: 22px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.service-detail-page .page-tit:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 5px;
  border-radius: 2px;
  background-color: #ff644b;
  bottom: -3px;
  left: 50%;
  margin-left: -30px;
}
