@charset "UTF-8";
/*
  样式规范表
*/
/* ****首页**** */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ******** */
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* PC端下内容容器 */
/* 公共-板块标题 */
.plate_introduce {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0;
  /* @media screen and (max-width: 1100px) {
        width: $width;
        max-width: 90%;
        padding: $padding;
        box-sizing: border-box;
    } */
  padding-top: 50px !important;
  padding-bottom: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1400px) {
  .plate_introduce {
    width: 93%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .plate_introduce {
    width: 92%;
    /* max-width: auto;
        padding: $padding; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.plate_introduce .plate_title {
  margin-bottom: 23px;
  width: 100%;
  text-align: center;
}

.plate_introduce .plate_title p {
  color: #333333;
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.plate_introduce .plate_remark {
  width: 100%;
  text-align: center;
}

.plate_introduce .plate_remark p {
  color: #666666;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.plate_introduce_left {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .plate_introduce {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .plate_introduce .plate_title {
    width: 100%;
  }
  .plate_introduce .plate_title p {
    font-size: 7.733vw;
    text-align: center;
  }
  .plate_introduce .plate_remark p {
    font-size: 4.8vw;
    text-align: center;
  }
  .plate_introduce .plate_introduce_right {
    display: none;
  }
}

.service_main {
  /* overflow-x: hidden; */
  background-color: white;
}

.service_main .service_banner {
  height: 460px;
  background: url(../../images/service/banner/banner.jpg) center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10%;
}

.service_main .service_banner .banner_title {
  margin-bottom: 40px;
}

.service_main .service_banner .banner_title p {
  color: #fff;
  font-size: 51px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.service_main .service_banner .banner_remark p {
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.service_main .service_wx {
  margin-bottom: 100px;
}

.service_main .service_wx .service_wx_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0;
  /* @media screen and (max-width: 1100px) {
        width: $width;
        max-width: 90%;
        padding: $padding;
        box-sizing: border-box;
    } */
}

@media screen and (max-width: 1400px) {
  .service_main .service_wx .service_wx_content {
    width: 93%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .service_main .service_wx .service_wx_content {
    width: 92%;
    /* max-width: auto;
        padding: $padding; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.service_main .service_wx .service_wx_content .service_wx_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item {
  padding: 0 35px;
  width: calc(100% / 4 - 30px);
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: solid 1px #dddddd;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item.seize {
  border: none;
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item.seize:hover {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item:hover {
  background-color: white;
  border: solid 1px rgba(221, 221, 221, 0);
  -webkit-box-shadow: -3px 3px 10px #ccc;
  box-shadow: -3px 3px 10px #ccc;
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item .service_wx_pic {
  margin-bottom: 50px;
  height: 96px;
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item .service_wx_title {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item .service_wx_title:after {
  content: '';
  width: 24px;
  height: 3px;
  background-color: ##1f5fff;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item .service_wx_title p {
  text-align: center;
  color: #333333;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.service_main .service_wx .service_wx_content .service_wx_list .service_wx_item .service_wx_remark p {
  color: #666666;
  font-size: 15px;
  line-height: 1.733;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.service_main .service_business {
  padding-bottom: 100px;
  background-color: #f8f8fa;
}

.service_main .service_business .plate_introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.service_main .service_business .plate_introduce .plate_introduce_right {
  border-bottom: solid 1px #dddddd;
}

.service_main .service_business .plate_introduce .plate_introduce_right .plate_introduce_more {
  cursor: pointer;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_main .service_business .plate_introduce .plate_introduce_right .plate_introduce_more .more_title {
  margin-right: 45px;
}

.service_main .service_business .plate_introduce .plate_introduce_right .plate_introduce_more .more_title p {
  color: ##1f5fff;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.service_main .service_business .service_business_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0;
  /* @media screen and (max-width: 1100px) {
        width: $width;
        max-width: 90%;
        padding: $padding;
        box-sizing: border-box;
    } */
}

@media screen and (max-width: 1400px) {
  .service_main .service_business .service_business_content {
    width: 93%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .service_main .service_business .service_business_content {
    width: 92%;
    /* max-width: auto;
        padding: $padding; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.service_main .service_business .service_business_content .service_business_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service_main .service_business .service_business_content .service_business_list .service_business_item {
  width: calc(100% / 6);
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: solid 0.5px #dddddd;
  border-top: solid 0.5px #dddddd;
}

.service_main .service_business .service_business_content .service_business_list .service_business_item img{
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.service_main .service_business .service_business_content .service_business_list .service_business_item:nth-of-type(6n) {
  border-right: solid 0.5px #dddddd;
}

.service_main .service_business .service_business_content .service_business_list .service_business_item:nth-of-type(n+19) {
  border-bottom: solid 0.5px #dddddd;
}

.service_main .service_business .consulting {
  display: none;
}

.service_main .service_process {
  margin-bottom: 100px;
  background-color: #fff;
}

.service_main .service_process .plate_introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.service_main .service_process .plate_introduce .plate_introduce_right {
  border-bottom: solid 1px #dddddd;
}

.service_main .service_process .plate_introduce .plate_introduce_right .plate_introduce_more {
  cursor: pointer;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_main .service_process .plate_introduce .plate_introduce_right .plate_introduce_more .more_title {
  margin-right: 45px;
}

.service_main .service_process .plate_introduce .plate_introduce_right .plate_introduce_more .more_title p {
  color: ##1f5fff;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.service_main .service_process .service_process_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0;
  /* @media screen and (max-width: 1100px) {
        width: $width;
        max-width: 90%;
        padding: $padding;
        box-sizing: border-box;
    } */
  padding: 280px 0;
  position: relative;
}


@media screen and (max-width: 1400px) {
  .service_main .service_process .service_process_content {
    width: 93%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .service_main .service_process .service_process_content {
    width: 92%;
    /* max-width: auto;
        padding: $padding; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.service_main .service_process .service_process_content .service_process_line {
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item {
  width: 320px;
  height: 190px;
  padding: 30px 35px;
  padding-top: 38px;
  position: absolute;
  background-color: #f8f8fa;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(1) {
  position: absolute;
  left: calc(3%);
  top: calc(50% - 85px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(1) .service_process_seize {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -86px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(2) {
  position: absolute;
  left: calc(38%);
  top: calc(50% - 85px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(2) .service_process_seize {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -86px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(3) {
  position: absolute;
  left: calc(75%);
  top: calc(50% - 85px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(3) .service_process_seize {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -86px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(4) {
  position: absolute;
  left: calc(3%);
  bottom: calc(50% - 85px);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(4) .service_process_seize {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: -84px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(5) {
  position: absolute;
  left: calc(38%);
  bottom: calc(50% - 85px);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(5) .service_process_seize {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: -84px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(6) {
  position: absolute;
  left: calc(75%);
  bottom: calc(50% - 85px);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:nth-of-type(6) .service_process_seize {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: -84px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:hover {
  -webkit-box-shadow: -3px 3px 10px #ccc;
  box-shadow: -3px 3px 10px #ccc;
  /* .service_process_seize {
                            transition: all .3s;
                            z-index: 4;
                            background-color: ##1f5fff;
                        } */
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:hover .service_process_num {
  -webkit-box-shadow: -3px 3px 10px #ccc;
  box-shadow: -3px 3px 10px #ccc;
}

.service_main .service_process .service_process_content .service_process_list .service_process_item:hover .service_process_introduce .service_process_title p {
  color: ##1f5fff;
}

.service_main .service_process .service_process_content .service_process_list .service_process_item .service_process_num {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: ##1f5fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item .service_process_num p {
  color: white;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  font-family: "Source Han Sans CN";
}

.service_main .service_process .service_process_content .service_process_list .service_process_item .service_process_more {
  position: absolute;
  left: 0;
  top: 38px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service_main .service_process .service_process_content .service_process_list .service_process_item .service_process_introduce .service_process_title {
  margin-bottom: 20px;
}

.service_main .service_process .service_process_content .service_process_list .service_process_item .service_process_introduce .service_process_title p {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333333;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.service_main .service_process .service_process_content .service_process_list .service_process_item .service_process_introduce .service_process_remark p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666666;
  font-size: 15px;
  line-height: 1.733;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.service_main .service_process .consulting {
  display: none;
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.serviceBlock {
  background: #f8f8fa;
}

.serviceBlock .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px;
}

.serviceBlock .w1400 .list {
  width: calc(445/1400*100%);
  margin-left: calc(32.5/1400*100%);
  background: #fff;
  -webkit-box-shadow: 0px 7px 13px 0px rgba(36, 37, 41, 0.05);
  box-shadow: 0px 7px 13px 0px rgba(36, 37, 41, 0.05);
  margin-bottom: 33px;
  padding: 36px 38px 36px;
  position: relative;
}

.serviceBlock .w1400 .list:nth-child(3n+1) {
  margin-left: 0;
}

.serviceBlock .w1400 .list .img {
  font-size: 0;
  height: 42px;
  display: flex;
  align-items: center;
}

.serviceBlock .w1400 .list .tit {
  font-size: 26px;
  color: #333;
  margin-top: 24px;
}

.serviceBlock .w1400 .list .tips {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 20px;
}

.serviceBlock .w1400 .list .num {
  position: absolute;
  right: 30px;
  top: 36px;
  font-size: 32px;
  color: #000;
  opacity: 0.1;
}

.service_business{
  background: #fff !important;
}

.service_process{
  margin-bottom: 0 !important;
  padding-bottom: 100px;
}
.liuchengCont{
  display: flex;
  flex-wrap: wrap;
}
.liuchengCont1 .list:nth-child(3) .posi{
  transform: rotate(90deg);
  right: 30px;
  bottom: -36px;
}
.liuchengCont2{
  flex-direction: row-reverse;
}
.liuchengCont2 .list .posi{
  transform: rotate(180deg);
  right: auto !important;
  left: -29px;
}
.liuchengCont .list{
  width: calc(460/1400*100%);
  margin-left: calc(10/1400*100%);
  box-shadow: 0px 5px 13px 0px rgba(128, 128, 128, 0.1);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  position: relative;
  padding:50px 40px;
  margin-bottom: 10px;
}
.liuchengCont .list .tit{
  font-size: 24px;
  color: #333;
}
.liuchengCont .list .tips{
  font-size: 16px;
  line-height:28px;
  color: #666;
  max-width: 295px;
  width: calc(375/460*100%);
  margin-top: 22px;
}
.liuchengCont .list .num{
  font-size: 58px;
  position: absolute;
  right: 40px;
  bottom: 50px;
  font-family: tel;
  color: rgba(31,95,255, 0.1);
}
.liuchengCont .list .posi{
  position: absolute;
  right: -28px;
  bottom: 50px;
  background: #fff;
}
.liuchengCont2 .list:last-child{
  margin-left: 0;
}.liuchengCont2 .list:last-child .posi{
   display: none;
 }
.liuchengCont1 .list:first-child{
  margin-left: 0;
}
@media (max-width:1366px){
  .liuchengCont .list .num{
    font-size: 36px;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width:800px){
  .serviceBlock .w1400 .list{
    width: 100%;
    margin-left: 0;
  }
  .liuchengCont{
    flex-direction: column !important;
  }
  .liuchengCont .list{
    width: 100%;
  }
  .liuchengCont .list .posi{
    display: none;
  }
  .plate_introduce .plate_remark{
      width: 100%;
  }
  .plate_introduce .plate_remark p{
      text-align: center;
      font-size: 14px;
  }
  .service_main .service_wx .service_wx_content .service_wx_list .service_wx_item{
      height: 380px;
  }
}



.online {
	background-color: #004add;
}
.online {
	height: auto;
	padding: 140px 0;
}
.online-box {
	padding: 0 9vw;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.online-title {
	line-height: 1.5;
	margin-bottom: 60px;
}
.online-title h3 {
	font-size: 22px;
	color: #fff;
}
.online-title h3 {
	line-height: 3;
	margin-top: 0;
}
.online-title h3 {
	text-align: center;
	color: #fff;
}
.online-title h3 span {
	font-size: 60px;
	line-height: 1.5;
	font-weight: bold;
}
.online-title h3 span {
	color: #fff;
	display: block;
	text-align: center;
}