@charset "utf-8";

.service-banner{background: url(../imgs/service/banner-pc.jpg) no-repeat center top;
	padding-bottom: 60px;
	overflow: hidden;
    position: relative;
}
@media (max-width: 760px){

.service-banner{
    background: url(../imgs/service/banner-mb.jpg) top center no-repeat;
    background-size: 100%;
    padding-bottom: 30px;
}
}






.service-menu {
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}
.service-menu .menu-wrap {
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.service-menu .menu-inner {
    border-radius: 2px;
    background: #fff;
    padding-left: 14px;
    padding-right: 14px;
}
.service-menu .menu-item {
    width: 25%;
    float: left;
    padding: 20px 28px 20px 96px;
}
.service-menu .tit {
    position: relative;
    font-size: 16px;
    color: #252b3a;
    line-height: 20px;
    margin-bottom: 5px;
}
.service-menu .tit::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -68px;
    width: 48px;
    height: 48px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.service-menu .tit.profes::before {
    background-image: url(../imgs/icon/service-profes.svg);
}
.service-menu .tit.reliable::before {
    background-image: url(../imgs/icon/service-reliable.svg);
}
.service-menu .tit.adapt::before {
    background-image: url(../imgs/icon/service-adapt.svg);
}
.service-menu .tit.actual::before {
    background-image: url(../imgs/icon/service-actual.svg);
}
.service-menu .desc {
    color: #a0a2a8;
    line-height: 22px;
}

.privilege-content-card {
  position: relative;
  width: 50%;
  min-height: 160px;
  float: left;
  padding: 20px 20px 20px 108px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.privilege-content-card:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.privilege-content-card .card-icon {
  position: absolute;
  left: 42px;
  top: 20px;
  display: block;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
}
.privilege-content-card .componey-tel {
    background-image: url(../imgs/icon/custom-support-componey-tel.svg);
}
.privilege-content-card .course-training {
    background-image: url(../imgs/icon/custom-support-course-training.svg);
}
.privilege-content-card .componey-IM {
    background-image: url(../imgs/icon/custom-support-componey-IM.svg);
}
.privilege-content-card .expert-support {
    background-image: url(../imgs/icon/custom-support-expert-support.svg);
}
.privilege-content-card .active-ensure {
    background-image: url(../imgs/icon/custom-support-active-ensure.svg);
}
.privilege-content-card .soft-support {
    background-image: url(../imgs/icon/custom-support-soft-support.svg);
}
.privilege-content-card .optimization-plan {
    background-image: url(../imgs/icon/custom-support-optimization-plan.svg);
}
.privilege-content-card .card-icon {
    position: absolute;
    left: 42px;
    top: 20px;
    display: block;
    width: 48px;
    height: 48px;
    background-size: 100% 100%;
}
.privilege-content-card .card-icon .privilege-content-card .card-text {
  width: 100%;
}
.privilege-content-card .card-tit {
  font-size: 18px;
  color: #252B3A;
  line-height: 22px;
  margin-bottom: 10px;
}
.privilege-content-card:hover .card-tit {
  color: #3453bf;
}
.privilege-content-card .card-desc {
    font-size: 14px;
    color: #676b77;
    line-height: 22px;
}
.privilege-content-card .card-desc p {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.section.section-service {
    background: #FFF;
}
.section-service .section-wrap {
    padding: 50px 0;
}
.section-wrap .section-head {
    padding: 50px 0 37px 0;
    width: 100%;
    margin: 0;
}

.section-service h1 {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px;
    line-height: 30px;
    padding: 0 30px;
    font-weight: 400;
}
.section-service p {
    font-size: 14px;
    color: #737895;
    line-height: 27px;
    text-align: left;
	padding:0 30px;
}

.section-service p:before {
    content: "";
    width: 21px;
    height: 18px;
    background: url(../imgs/ei-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -28px;
    right: -31px;
}
.section-service p:after {
    content: "";
    width: 21px;
    height: 18px;
    background: url(../imgs/ei-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -31px;
    transform: rotatez(180deg);
}
@media (max-width: 1023px) {
.band-banner {
    height: auto;
    min-height: 240px;
	line-height:240px;
    width: 100%;
  }
  .banner-innert {
    padding: 30px 15px 50px 15px;
  }
  .banner-innert p{
      font-size: 14px;
      line-height: 22px;
  }
.service-menu{
      padding-top: 15px;
  }
  .service-menu .menu-inner{
      background: initial;
      box-shadow: initial;
      padding-left: 0;
      padding-right: 0;
  }
  .service-menu .menu-item{
      width: calc((100% - 5px)/2);
      background: #fff;
      padding: 28px 20px 20px 96px;
      margin-bottom: 5px;
  }
  .service-menu .menu-item:nth-child(2n){
      margin-left: 5px;
  }
  .service-menu .tit{
      font-size: 14px;
      line-height: 18px;
  }
  .service-menu .tit::before{
    left: -63px;
    top: -16px;
  }
  .service-menu .desc{
      display: none;
  }
}
@media (max-width: 767px) {
  .band-banner {
    height: auto;
    min-height: 140px;
	line-height:140px;
    width: 100%;
  }
  .banner-innert h1 {
    font-size: 24px;
    line-height: 30px;
}
  .section-service .section-wrap {
    padding: 0 0 20px 0;
}
}



@media (max-width: 1024px){

.privilege-content-card {padding: 15px 17px 15px 62px;min-height: 107px;}

.privilege-content-card .card-icon {width: 32px;height: 32px;left: 17px;top: 18px;}

.privilege-content-card .card-tit {font-size: 14px;line-height: 18px;}

.privilege-content-card .card-desc p {font-size: 12px;line-height: 18px;display: block;color: #666A75;}
}
@media (max-width: 767px){
.privilege-content-list {padding: 0;}
.privilege-content {border-bottom: 1px solid #ddd;}
.privilege-content-card {width: 100%;padding: 25px 0 25px 68px;border-bottom: 1px solid #ddd;}
.privilege-content-list:last-child .privilege-content-card:last-child {border-bottom: none;}
.privilege-content-card .card-icon {width: 48px;height: 48px;top: 25px;left: 7px;}
.privilege-content-card .card-tit {font-size: 16px;line-height: 20px;}
.privilege-content-card .card-desc p {font-size: 14px;line-height: 22px;}
}
@media(max-width: 350px){
    .service-menu .menu-item{
        padding-left: 80px;
    }
}

/*追加注册与防伪补充CSS，其余共用售后服务*/
.service-zc {
	position: relative;
	width: 100%;
	float: left;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 108px;
}
.service-zc:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.service-zc .card-icon {
  position: absolute;
  left: 42px;
  top: 20px;
  display: block;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}
.service-zc .zuce-03 {
	background-image: url(../imgs/service/03.svg);
}
.service-zc .zuce-05 {
	background-image: url(../imgs/service/05.svg);
}
.service-zc .zuce-02 {
	background-image: url(../imgs/service/02.svg);
}
.service-zc .zuce-04 {
	background-image: url(../imgs/service/04.svg);
}
.service-zc .zuce-01 {
    background-image: url(../imgs/service/01.svg);
}
.service-zc .card-icon .service-zc .card-text {
  width: 100%;
}
.service-zc .card-tit {
  font-size: 18px;
  color: #252B3A;
  line-height: 22px;
  margin-bottom: 10px;
}
.service-zc:hover .card-tit {
  color: #3453bf;
}
.service-zc .card-desc {
    font-size: 14px;
    color: #676b77;
    line-height: 22px;
}
.service-zc .card-desc p {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media (max-width: 1024px){
.service-zc {padding: 15px 17px 15px 62px;min-height: 107px;}
.service-zc .card-icon {width: 32px;height: 32px;left: 17px;top: 18px;}
.service-zc .card-tit {font-size: 14px;line-height: 18px;}
.service-zc .card-desc p {font-size: 12px;line-height: 18px;display: block;color: #666A75;}
}
@media (max-width: 767px){
.service-zc {width: 100%;padding: 25px 0 25px 48px;border-bottom: 1px solid #ddd;}
.privilege-content-list:last-child .service-zc:last-child {border-bottom: none;}
.service-zc .card-icon {
	width: 24px;
	height: 24px;
	top: 25px;
	left: 7px;
}
.service-zc .card-tit {font-size: 16px;line-height: 20px;}
.service-zc .card-desc p {font-size: 14px;line-height: 22px;}
}

/*追加注册与防伪补充CSS，其余共用售后服务*/
.service-center {
	position: relative;
	width: 100%;
	float: left;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 20px;
	text-align:left;
}
.service-center:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.service-center .card-icon {
  position: absolute;
  left: 42px;
  top: 20px;
  display: block;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}
.service-center .zuce-03 {
	background-image: url(../imgs/service/03.svg);
}
.service-center .zuce-05 {
	background-image: url(../imgs/service/05.svg);
}
.service-center .zuce-02 {
	background-image: url(../imgs/service/02.svg);
}
.service-center .zuce-04 {
	background-image: url(../imgs/service/04.svg);
}
.service-center .zuce-01 {
    background-image: url(../imgs/service/01.svg);
}
.service-center .card-icon .service-center .card-text {
  width: 100%;
}
.service-center .card-tit {
  font-size: 18px;
  color: #252B3A;
  line-height: 28px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display:inline-block;
}
.service-center h3:after {
    content: '';
	display:block;
    width: 100%;
    height: 2px;
    background-color: #3453bf;
}
.service-center:hover .card-tit {
  color: #3453bf;
}
.service-center .card-desc {
    font-size: 14px;
    color: #676b77;
    line-height: 22px;
}
.service-center .card-desc p {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height:28px;
	padding-bottom: 8px;
}
@media (max-width: 1024px){
.service-center {padding: 15px 17px 15px 62px;min-height: 107px;}
.service-center .card-icon {width: 32px;height: 32px;left: 17px;top: 18px;}
.service-center .card-tit {font-size: 14px;line-height: 18px;}
.service-center .card-desc p {font-size: 12px;line-height: 18px;display: block;color: #666A75;}
}
@media (max-width: 767px){
.service-center {width: 100%;padding: 25px 0 25px 48px;border-bottom: 1px solid #ddd;}
.privilege-content-list:last-child .service-center:last-child {border-bottom: none;}
.service-center .card-icon {
	width: 24px;
	height: 24px;
	top: 25px;
	left: 7px;
}
.service-center .card-tit {font-size: 16px;line-height: 20px;}
.service-center .card-desc p {font-size: 14px;line-height: 22px;}
}