.ebg-font-light {
  font-family: ebg-font-light, Arial;
}

.ebg-font-regular {
  font-family: ebg-font-regular, Arial;
}

.ebg-font-bold {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}

/*==S common */
body {
  font-family: ebg-font-regular, Arial;
  font-size: 16px;
  color: #666;
  background: #fff;
}

a,
i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.all-container {
  padding: 80px 0 0;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.container {
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.lazyload {
  position: relative;
}
.lazyload img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
}
.lazyload:after {
  padding-top: 56.24%;
  content: "";
  width: 100%;
  display: block;
}
.content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1680px) {
  .container {
    max-width: 1220px;
  }

  .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 1400px) {
  /*S-= banner*/

  .banner-box {
    position: relative;
    transition: all ease 0.5s;
  }

  .banner-box .pic {
    position: relative;
    overflow: hidden;
  }

  .banner-box .pic span {
    padding-top: 31.25%;
    display: block;
  }

  .banner-box .pic img {
    display: block;
    width: 100%;
    position: absolute;
  }

  .banner-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .banner-height {
    height: 100%;
  }

  .banner-text {
    width: 98%;
    padding-left: 45%;
    display: inline-block;
    vertical-align: middle;
  }

  .banner-text h2 {
    font-family: "ebg-font-bold";
    font-size: 52px;
    line-height: 1.1;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
  }

  .banner-text p.meet {
    font-family: "ebg-font-bold";
    font-size: 34px;
    line-height: 1.3;
    color: #333;
    padding-top: 2px;
  }

  .banner-text p.address {
    font-family: "ebg-font-light";
    font-size: 26px;
    line-height: 1.3;
    color: #333;
    padding-top: 6px;
  }

  a.banner-btn {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    background-color: #e50000;
    margin-top: 26px;
    outline: none;
  }

  a.banner-btn2 {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    background-color: #e50000;
    margin-top: 26px;
    outline: none;
    padding: 30px;
    width: 90%;

    text-align: center;
  }

  a.banner-btn:hover {
    background: #b70000;
  }

  a.banner-btn.sbtn1 {
    margin-right: 17px;
  }

  .verticalmiddle {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 1px;
  }

  .inside-page-box .btn {
    text-align: center;
  }

  .banner-text span {
    display: block;
  }

  .banner-text span img {
    width: 100%;
    max-width: 240px;
    margin-top: 36px;
  }

  @media (max-width: 1600px) {
    .banner-text h2 {
      font-size: 41px;
    }

    .banner-text p.meet {
      font-size: 22px;
    }

    .banner-text p.address {
      font-size: 18px;
    }

    a.banner-btn {
      margin-top: 5px;
      padding: 0 31px;
      height: 40px;
      line-height: 40px;
    }

    a.banner-btn2 {
      margin-top: 5px;
    }
  }

  @media (max-width: 980px) {
    .banner-text h2 {
      font-size: 40px;
      margin-bottom: 5px;
    }

    .banner-text p.meet {
      font-size: 30px;
      padding-top: 8px;
    }

    .banner-text p.address {
      padding-top: 8px;
    }

    a.banner-btn {
      margin-top: 15px;
    }

    .banner-text span img {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .banner-box:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      display: inline-block;
    }

    .banner-box .pic span {
      padding-top: 42.94%;
    }

    a.banner-btn {
      padding: 0 13px;
      font-size: 14px;
      margin-top: 5px;
      line-height: 30px;
      height: 30px;
    }

    .banner-text h2 {
      font-size: 30px;
    }

    .banner-text p.meet {
      font-size: 24px;
    }

    a.banner-btn.sbtn1 {
      margin-right: 7px;
    }
  }

  @media (max-width: 480px) {
    .banner-text h2 {
      font-size: 16px;
    }

    .banner-text p.meet {
      font-size: 14px;
      padding-top: 4px;
    }

    .banner-text p.address {
      font-size: 12px;
      padding-top: 2px;
    }

    a.banner-btn.sbtn2 {
      display: none;
    }
  }

  @media (max-width: 340px) {
    .banner-text h2 {
      font-size: 12px;
      margin-bottom: 0;
    }

    .banner-text p.meet {
      font-size: 12px;
    }

    a.banner-btn {
      height: 22px;
      line-height: 22px;
      padding: 0px 26px;
    }
  }

  .LANG-cn .banner-text h2,
  .LANG-cn .banner-text p.meet,
  .LANG-cn .banner-text p.address {
    font-family: "Microsoft YaHei", Arial;
  }

  /*E-= banner*/

  .h2-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
  }

  @media (max-width: 1680px) {
    .h2-title {
      font-size: 34px;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 1024px) {
    .h2-title {
      margin-bottom: 25px;
      font-size: 28px;
      background-size: 48px;
    }
  }

  @media (max-width: 480px) {
    .h2-title {
      margin-bottom: 20px;
      font-size: 26px;
    }
  }

  @media (max-width: 1600px) {
    .map2 iframe {
      height: 260px;
    }
  }

  @media (max-width: 1240px) {
    .map2 iframe {
      height: 200px;
    }
  }

  .F8F9FC {
    background: #f8f9fc !important;
  }

  .ffffff {
    background: #ffffff !important;
  }

  /*S-= banner logo*/

  .intellogo img {
    max-width: 180px;
    width: 100%;
    padding-bottom: 20px;
  }

  @media (max-width: 1366px) {
    .intellogo img {
      max-width: 132px;
    }
  }

  @media (max-width: 1024px) {
    .intellogo img {
      max-width: 80px;
      padding-bottom: 3px;
    }
  }

  /*E-= banner logo*/

  /*S-= introduction*/

  .introduction {
    min-height: 422px;
  }

  .introduction .introduction-l {
    float: left;
    width: 69%;
    padding-right: 6%;
  }

  .introduction .introduction-l p {
    font-size: 20px;
    line-height: 1.6;
    color: #666;
    padding-bottom: 30px;
  }

  .introduction .introduction-r {
    float: left;
    width: 31%;
    padding-right: 40px;
    position: relative;
  }

  .introduction .introduction-r::before {
    width: 90%;
    left: 20px;
    position: absolute;
    height: 100%;
    content: "";
    top: 15px;
    background-color: #3467c0;
  }

  .introduction .introduction-r img {
    width: 100%;
    position: relative;
  }

  .introduction .introduction-r a.video-b {
    width: 90%;
    position: relative;
    display: inline-block;
    text-align: center;
    left: 20px;
    padding: 10px;
  }

  .introduction .introduction-r a.video-b p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }

  .introduction .introduction-r a.video-b span {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: block;
  }

  .introduction .introduction-r a.video-b i {
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  @media (max-width: 1600px) {
    .introduction {
      min-height: 340px;
    }

    .introduction .introduction-l p {
      font-size: 16px;
    }

    .introduction .introduction-r a.video-b p {
      font-size: 14px;
    }

    .introduction .introduction-r a.video-b span {
      font-size: 18px;
    }
  }

  @media (max-width: 1240px) {
    .introduction .introduction-l p {
      padding-bottom: 18px;
    }
  }

  @media (max-width: 768px) {
    .introduction .introduction-r::before {
      left: 10%;
    }

    .introduction .introduction-r a.video-b {
      left: 10%;
    }

    .introduction .introduction-l,
    .introduction .introduction-r {
      float: none;
      width: 100%;
    }

    .introduction .introduction-l {
      padding-right: 0;
    }
  }

  /*E-= introduction*/

  /*==S agenda*/

  .agenda1-btn {
    font-size: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .agenda1-btn li {
    font-size: 16px;
    display: inline-block;
    min-width: 180px;
    cursor: pointer;
    text-align: center;
    color: #fff;
  }

  .agenda1-btn li p {
    margin: 0 10px;
    padding: 8px 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2px;
    background: #a2a2a2;
    min-height: 40px;
  }

  .agenda1-btn li.current p {
    background: #2196f3;
  }

  .agenda1-btn li:hover p {
    background: #2196f3;
  }

  .agenda1-con {
    overflow: hidden;
    width: 100%;
  }

  .agenda1-block {
    display: none;
  }

  .agenda1-block.current {
    z-index: 10;
    display: block;
  }

  .agenda1-con ul {
    padding: 15px 30px;
    border-bottom: 1px solid #ececec;
    display: table;
    width: 100%;
  }

  .agenda1-con ul.no-border {
    border-bottom: none;
  }

  ul.agenda1-head {
    padding: 13px 30px;
    background: #ececec;
  }

  ul.agenda1-head li {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }

  .agenda1-con li {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
  }

  .agenda1-con li span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 0 10px 10px;
  }

  .col-2 li.agenda1-line-1 {
    width: 20%;
  }

  .col-2 li.agenda1-line-2 {
    width: 80%;
  }

  .col-3 li.agenda1-line-1 {
    width: 20%;
  }

  .col-3 li.agenda1-line-2 {
    width: 40%;
  }

  .col-3 li.agenda1-line-3 {
    width: 40%;
  }

  .col-4 li.agenda1-line-1 {
    width: 13%;
  }

  .col-4 li.agenda1-line-2 {
    width: 29%;
  }

  .col-4 li.agenda1-line-3 {
    width: 29%;
  }

  .col-4 li.agenda1-line-4 {
    width: 29%;
  }

  .agenda1 .min-title {
    font-size: 18px;
    padding: 15px 30px;
    border-bottom: 1px solid #ececec;
  }

  @media (max-width: 1024px) {
    .agenda1-btn li:hover p {
      background: #a2a2a2;
    }

    .agenda1-btn li.current p {
      background: #2196f3;
    }
  }

  @media (max-width: 768px) {
    .agenda1-con li {
      display: block;
    }

    ul.agenda1-head {
      display: none;
    }

    .agenda1-line-1,
    .agenda1-line-2,
    .agenda1-line-3 {
      width: 100% !important;
    }

    .agenda1 .min-title {
      padding: 15px 0;
    }

    .agenda1-btn li {
      min-width: auto;
    }

    .agenda1-btn li p {
      margin: 0 5px;
    }
  }

  @media (max-width: 640px) {
    .agenda1-btn li {
      display: inline-block;
      float: left;
      min-width: 0;
      margin: 0;
      width: 33.333%;
      padding: 0 5px;
    }

    .agenda1-btn {
      margin: 0 -5px 30px;
    }

    .agenda1-btn li p {
      margin: 0 5px;
      padding: 3px 10px;
      font-size: 14px;
      line-height: 1.3;
    }

    .agenda1-btn {
      display: table;
      width: 100%;
    }

    .agenda1-btn li p {
      display: table-cell;
      vertical-align: middle;
      width: 33.333%;
    }
  }

  @media (max-width: 640px) {
    .agenda1-con ul {
      padding: 15px 0;
    }

    .agenda1-btn {
      margin: 0 -5px 10px;
    }
  }

  .remark {
    font-size: 14px;
    float: right;
    padding-top: 20px;
  }

  /*==E agenda*/

  .partner .partnerContent {
    position: relative;
    display: block;
    cursor: pointer;
  }

  /* .partner .partnerContent .partnerbg{position: absolute;width: 100%;height: 100%;left:0;top:0}s */

  .partner .partnerContent .partnerbg {
    width: 100%;
  }

  .partner .partnerContent .h2-title {
    position: relative;
  }

  /*S-= solution3*/

  .solution3 .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .solution3 .col4 {
    width: 33.333%;
    float: left;
    padding: 0 10px;
  }

  .solution3 .col3 {
    width: 25%;
    float: left;
    padding: 0 10px;
  }

  .solution3 .container {
    margin-bottom: -20px;
  }

  .solution3-t {
    position: relative;
    overflow: hidden;
  }

  .solution3-t img {
    display: block;
    width: 100%;
    transition: 1s transform;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }

  .solution3-t i {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 44px;
    color: #fff;
  }

  .solution3-b h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding: 15px 0 10px;
  }

  .solution3-b p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
  }

  .solution3-block {
    margin-bottom: 20px;
  }

  .solution3-block > a {
    display: block;
  }

  .solution3-block:hover .solution3-t img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
  }

  @media (max-width: 1024px) {
    .solution3-block:hover .solution3-t img {
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
    }

    .solution3-block:active .active-dask {
      display: block;
    }

    .solution3 .container {
      margin-bottom: 0;
    }
  }

  @media (max-width: 768px) {
    .solution3-b,
    .solution3-t {
      width: 100%;
    }

    .solution3-t img {
      max-width: 100%;
    }

    .solution3-b {
      padding-left: 0;
    }

    .solution3 .col4 {
      width: 50%;
    }

    .solution3 .col3 {
      width: 50%;
    }
  }

  @media (max-width: 480px) {
    .solution3-b h4 {
      font-size: 16px;
      line-height: 20px;
      padding: 10px 0 5px;
    }

    .solution3-t i {
      left: 10px;
      bottom: 10px;
      font-size: 24px;
    }

    .solution3 .container {
      margin-bottom: -15px;
    }

    .solution3-b p {
      font-size: 12px;
    }
  }

  /*E-= solution3*/
}

@media (max-width: 1024px) {
  .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .all-container {
    padding-top: 50px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*==E common */

/*==S header*/
header {
  width: 100%;
  padding: 23px 30px;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-bottom: 1px #e5e9eb solid;
  overflow: hidden;
}

.all-container.min {
  padding-top: 60px;
}

.all-container.min header {
  padding: 10px 30px;
}

.all-container.min .logo {
  width: 120px;
}

.all-container.min .head_link {
  padding-top: 2px;
}

.all-container.min #pc-nav {
  padding-top: 4px;
}

.logo {
  float: left;
  width: 152px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.logo img {
  display: block;
  width: 100%;
}

.head_link {
  float: right;
  color: #666;
  font-size: 12px;
  padding-top: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.head_link a {
  color: #666;
  font-size: 12px;
}

.head_link a:hover {
  text-decoration: underline;
}

a.facebook-icon {
  background-position: 0 0;
}

a.linkdin-icon {
  background-position: -33px 0;
}

a.twitter-icon {
  background-position: -66px 0;
}

a.youtube-icon {
  background-position: -99px 0;
}

#pc-nav {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding-right: 20px;
  overflow: hidden;
  padding-top: 10px;
}

#pc-nav ul {
  text-align: right;
}

#pc-nav li {
  padding: 0 15px;
  display: inline-block;
}

#pc-nav li a {
  color: #666;
}

#pc-nav li a:hover,
#pc-nav li.current a {
  color: #c7000b;
  text-decoration: none;
}

#pc-nav li.disable a,
#pc-nav li.disable a:hover {
  cursor: default;
  color: #999;
}

.wap_navbtn {
  display: none;
  float: right;
  width: 25px;
  height: 29px;
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  margin-left: 20px;
}

.wap_navbtn span {
  display: inline-block;
  width: 25px;
  height: 2px;
  top: 14px;
  right: auto;
  background: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  transition: background 0.3s;
}

.wap_navbtn span:before,
.wap_navbtn span:after {
  content: "";
  display: block;
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wap_navbtn span:before {
  top: -8px;
}

.wap_navbtn span:after {
  bottom: -8px;
}

.wap_navbtn.close span {
  background: #fff;
}

.wap_navbtn.close span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.wap_navbtn.close span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

#wap-nav {
  display: none;
}

#navposition0,
#navposition1,
#navposition2,
#navposition3,
#navposition4,
#navposition5 {
  position: absolute;
  top: -50px;
  left: 0;
}

@media (max-width: 1400px) {
  #pc-nav li a {
    font-size: 14px;
  }

  #pc-nav {
    padding-right: 20px;
  }
}

@media (max-width: 1240px) {
  #pc-nav li {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .all-container header {
    padding: 10px 10px;
    overflow: initial;
    z-index: 9999;
  }

  .all-container.min header {
    padding: 10px 10px;
  }

  .all-container .logo {
    width: 120px;
  }

  .all-container .head_link {
    display: none;
  }

  .all-container #pc-nav {
    padding-top: 4px;
  }

  .wap_navbtn {
    display: block;
  }

  .wap_navbtn.close span {
    background: #fff;
  }

  .wap_navbtn.close span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }

  .wap_navbtn.close span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }

  #pc-nav {
    display: none;
  }

  #wap-nav {
    display: block;
    padding-top: 4px;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 8888;
  }

  #wap-nav li {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
  }

  #wap-nav li a {
    color: #333;
  }

  #wap-nav ul {
    text-align: center;
    margin-top: 76px;
  }

  #wap-nav div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    border-top: 1px solid #f0f0f0;
    text-align: center;
  }

  #wap-nav div a {
    text-align: center;
    width: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding: 8px;
  }

  #wap-nav li:active a {
    color: #2196f3;
    transition: 0s;
    -webkit-transition: 0s;
  }

  #wap-nav a:active {
    color: #2196f3;
    transition: 0s;
    -webkit-transition: 0s;
  }

  #wap-nav div a.en {
    border-right: 1px solid #f0f0f0;
  }
}

/*==E header*/

/*---=S Public footer---------*/
/*.back-top{display:none;position: fixed;width:46px;height:46px;right:30px;bottom:20px;background:#fff;border:1px #ccc solid;z-index: 8888;}
.back-top a{display:block; text-align: center;width:46px;height:46px;}
.back-top i{font-size:30px;color:#5c5c5c;display:block;padding-top: 9px;}*/
.app-code {
  position: absolute;
  background: #fff;
  padding: 6px;
  left: 50%;
  bottom: 125%;
  display: none;
  margin-left: -54px;
}

.app-code b {
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  border: 8px transparent solid;
  border-top: 8px #fff solid;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.app-code img {
  vertical-align: bottom;
}

footer {
  background: #f6f6f6;
  padding: 95px 0 0;
  text-align: center;
}

.copyright {
  background: #c5c5c5;
  text-align: center;
  font-size: 12px;
  line-height: 79px;
  color: #333;
}

.footer-column {
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 55px;
  margin: 0 auto 50px;
}

.footer-column h3 {
  font-size: 30px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin-bottom: 23px;
}

.footer-column h3 p {
  font-size: 14px;
  color: #959595;
  margin-top: 14px;
}

.contactbox {
  font-size: 0;
}

.contact-us {
  text-align: center;
}

.contact-us ul {
  display: inline-block;
  font-size: 0;
}

.contact-us li {
  padding: 0 25px;
  display: inline-block;
}

.contact-us li a {
  color: #333;
}

.contact-us li span,
.contact-us li a {
  position: relative;
  padding-left: 25px;
  display: block;
  font-size: 14px;
}

.contact-us li i {
  display: inline-block;
  color: #7b7b7b;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-us li i.icon-link {
  font-size: 20px;
}

.footer-box {
  margin: 0 auto;
}

.footer-more a {
  display: block;
  width: 120px;
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
  border: 1px #c5c5c5 solid;
  font-size: 12px;
  color: #333;
}

.footer-more a:hover {
  background: #7b7b7b;
  color: #fff;
  border-color: #7b7b7b;
}

.footer-media {
  padding-bottom: 50px;
  max-width: 460px;
  margin: 0 auto;
}

.footer-media li {
  text-align: center;
  width: 25%;
  float: left;
  padding: 0 5px;
  position: relative;
}

.footer-media li.en {
  width: 20%;
}

.footer-media li span {
  font-size: 12px;
  display: block;
  color: #909090;
}

.footer-media li a i {
  color: #6e6e6e;
}

.footer-media i.iconfont {
  font-size: 46px;
  color: #909090;
}

.footer-media li a:hover i {
  color: #0095fe;
}

.footer-media li:hover .app-code {
  display: block;
}

/*黑版*/
footer.dark {
  background: #212121;
}

footer.dark .copyright {
  color: #fff;
  background: #161616;
}

footer.dark .footer-column {
  border-color: #383838;
}

footer.dark .footer-column h3 {
  color: #bcbcbc;
}

footer.dark .footer-column h3 p {
  color: #cecece;
}

footer.dark .footer-more a {
  border-color: #525252;
  color: #fff;
}

footer.dark .footer-more a:hover {
  background: #4d4d4d;
}

footer.dark .contact-us li a {
  color: #fff;
}

footer.dark .contact-us li span {
  color: #fff;
}

footer.dark .contact-us li i {
  color: #9b9b9b;
}

footer.dark .footer-media li a:hover i {
  color: #acacac;
}

footer.dark .contact-us li a:hover {
  color: #9f9f9f;
}

@media (max-width: 1400px) {
  footer {
    padding: 55px 0 0;
  }

  .footer-column {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .copyright {
    line-height: 56px;
  }

  .footer-column h3 {
    font-size: 22px;
  }

  .footer-media i.iconfont {
    font-size: 40px;
  }

  .footer-media {
    padding-bottom: 25px;
    margin-top: -10px;
  }

  .contact-us li {
    text-align: center;
  }

  .contact-us li span {
    display: inline-block;
    margin: 0 auto;
  }

  .contact-us li.footer-address {
    max-width: none;
    float: none;
  }

  .contact-us ul {
    margin: 0 auto;
  }

  .contact-us ul.add-ul {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .contactbox {
    text-align: center;
  }

  .contact-us ul {
    float: none;
    display: inline-block;
  }

  .contact-us li {
    margin-bottom: 5px;
  }

  .contact-us li a {
    display: inline-block;
  }

  footer {
    padding: 45px 0 0;
  }

  .footer-column {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .footer-media {
    padding-bottom: 10px;
    max-width: 420px;
  }

  .footer-box {
    padding: 0;
  }

  .back-top {
    border-radius: 50px;
  }
}

@media (max-width: 768px) {
  .contact-us li {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .contact-us ul {
    width: 100% !important;
  }

  .footer-column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-column h3 {
    margin-bottom: 10px;
  }

  footer {
    padding-top: 32px;
  }

  .contact-us ul.add-ul,
  .contact-us ul,
  .contact-us ul li {
    margin: 0;
    text-align: left;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .contact-us .wap-l {
    text-align: left;
  }

  .contact-us ul li {
    margin-bottom: 5px;
  }

  .footer-column h3 p {
    margin-top: 10px;
  }

  .footer-media {
    padding-bottom: 10px;
    margin-top: -10px;
  }

  .copyright {
    padding: 10px 24px;
    line-height: 1.5;
  }
}

/*---=E Public footer---------*/

/*S-= Get Pricing/Info + top 20170726*/
.back-topt {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 8888;
  height: 104px;
}

.back-topt span {
  display: block;
  text-align: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px #ccc solid;
  overflow: hidden;
}

.back-topt span:first-child {
  margin-bottom: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.back-topt span:nth-child(2) {
  position: absolute;
  top: 53px;
  right: 0;
}

.back-topt a {
  text-align: center;
}

.back-topt a:hover {
  text-decoration: none;
}

.back-topt a.ss-howtobuy {
  margin-bottom: 5px;
  width: 200px;
  text-align: center;
}

.back-topt a.ss-howtobuy i {
  float: left;
  font-size: 24px;
  line-height: 50px;
  color: #ccc;
  width: 48px;
  line-height: 48px;
}

.back-topt a.ss-howtobuy:hover i {
  color: #e50000;
}

.back-topt a.ss-howtobuy em {
  width: 100px;
  float: left;
  text-align: left;
  font-style: normal;
  font-size: 14px;
  line-height: 46px;
  color: #333;
}

.back-topt .ss-top i {
  font-size: 30px;
  color: #ccc;
  display: block;
  padding-top: 9px;
}

.back-topt .ss-top:hover i {
  color: #e50000;
}

.wap-top-more {
  display: none;
}

@media (max-width: 1024px) {
  .back-topt span {
    border-radius: 50px;
  }
}

@media (max-width: 768px) {
  .back-topt {
    right: 20px;
    height: 130px;
  }

  .back-topt span,
  .back-topt a.ss-howtobuy i {
    width: 40px;
    height: 40px;
  }

  .back-topt a.ss-howtobuy i {
    line-height: 40px;
  }

  .wap-top-more {
    display: block;
  }

  .back-topt span:first-child {
    top: 0px;
  }

  .back-topt span:nth-child(2) {
    top: 45px;
  }

  .back-topt span:first-child,
  .back-topt span:nth-child(2) {
    display: none;
    opacity: 0;
    transition: all ease 0.3s;
  }

  .back-topt span:first-child.on,
  .back-topt span:nth-child(2).on {
    display: block;
    opacity: 1;
  }

  .back-topt span:last-child {
    position: absolute;
    right: 0;
    top: 90px;
    cursor: pointer;
  }

  .wap-top-more i {
    font-size: 30px;
    color: #ccc;
    display: block;
    line-height: 38px;
  }

  .wap-top-more.on i {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
  }

  .back-topt .ss-top i {
    padding-top: 7px;
  }
}

.browsehappy,
.v2-prompt-center {
  display: none;
}
.title-h2 {
  font-size: 36px;
  border-bottom: 2px solid #c7000b;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .title-h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .title-h2 {
    font-size: 24px;
  }
}
.living {
  line-height: 1.57142857;
  font-size: 14px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: #c7000b;
  border-radius: 2px;
  overflow: hidden;
  padding: 0px 5px;
  display: none;
}
@media (max-width: 540px) {
  .living {
    margin-top: 0px;
    margin-left: 0;
    font-size: 10px;
  }
}
.ebg-btn-bg-red-s-icon-download {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #c7000b;
  color: #c7000b;
  border-radius: 2px;
  text-align: center;
  background-color: #c7000b;
  color: #fff;
  margin-top: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
.ebg-btn-bg-red-s-icon-download span {
  position: relative;
  padding-left: 25px;
  line-height: 1.33333333;
  font-size: 12px;
  margin-top: -2px;
  margin-bottom: -2px;
  display: inline-block;
}
.ebg-btn-bg-red-s-icon-download span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6e0";
  font-size: 22px;
  margin-top: 1px;
}
.ebg-btn-box {
  display: inline-block;
}
.ebg-btn-box a,
.ebg-btn-box > div {
  border-radius: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ebg-btn-box a span,
.ebg-btn-box > div span {
  font-size: 14px !important;
}
/*å†…é¡µèƒŒæ™¯*/
/*è‡ªå®šä¹‰æ»šåŠ¨æ¡chromeç”Ÿæ•ˆ*/
.coustom-scroll::-webkit-scrollbar {
  width: 4px;
}
.coustom-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f5f5f5;
}
.coustom-scroll::-webkit-scrollbar-thumb {
  background-color: #e3e3e3;
  border-radius: 2px;
}
.coustom-scroll::-webkit-scrollbar-button {
  background-color: #ffffff;
  display: none;
}
.coustom-scroll::-webkit-scrollbar-corner {
  background-color: black;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li,
ul,
ol {
  list-style: none;
}
img {
  border: 0;
}
a,
a:hover,
a:focus,
a:visited {
  cursor: pointer;
  text-decoration: none;
  outline-style: none;
}
.clearfix:after,
.cistern:after {
  display: table;
  clear: both;
  content: " ";
}
a,
i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.cistern {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
body {
  font-family: ebg-font-regular, Arial;
  font-size: 16px;
  color: #231815;
  background: #fff;
}
.LANG-cn body {
  font-family: Microsoft YaHei, Arial;
}
.LANG-tr body {
  font-family: Arial, Helvetica, sans-serif;
}
body .ebg-font-light {
  font-family: ebg-font-light, Arial;
}
body .ebg-font-regular {
  font-family: ebg-font-regular, Arial;
}
body .ebg-font-bold {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.LANG-cn body .ebg-font-light,
.LANG-cn body .ebg-font-regular,
.LANG-cn body .ebg-font-bold {
  font-family: Microsoft YaHei, Arial;
}
.LANG-cn body .ebg-font-bold {
  font-weight: bold;
}
.LANG-tr body .ebg-font-light,
.LANG-tr body .ebg-font-regular,
.LANG-tr body .ebg-font-bold {
  font-family: Arial, Helvetica, sans-serif;
}
.LANG-tr body .ebg-font-bold {
  font-weight: bold;
}
.LANG-sa body {
  text-align: right !important;
  direction: rtl;
  unicode-bidi: bidi-override;
}
.position-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.lazyload {
  position: relative;
}
.lazyload img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
}
.lazyload:after {
  padding-top: 56.24%;
  content: "";
  width: 100%;
  display: block;
}
/*ç¾ŽåŒ–æ»šåŠ¨æ¡*/
.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
/* è¿™æ˜¯é’ˆå¯¹ç¼ºçœæ ·å¼ (å¿…é¡»çš„) */
.scrollbar::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
/* æ»šåŠ¨æ¡çš„æ»‘è½¨èƒŒæ™¯é¢œè‰² */
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ddd;
  border-radius: 10px;
}
/* æ»‘å—é¢œè‰² */
.scrollbar::-webkit-scrollbar-button {
  display: none;
  background-color: #fff;
}
/* æ»‘è½¨ä¸¤å¤´çš„ç›‘å¬æŒ‰é’®é¢œè‰² */
.scrollbar::-webkit-scrollbar-corner {
  background-color: #fff;
}
.hover:hover .img {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}
img {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.h2-title {
  color: #231815;
  font-size: 36px;
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.2;
  font-weight: bold;
}
.LANG-en .h2-title {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .h2-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .h2-title {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
.ebg-block-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .ebg-block-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .ebg-block-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ebg-block-t {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .ebg-block-t {
    padding-top: 60px;
  }
}
@media (max-width: 750px) {
  .ebg-block-t {
    padding-top: 40px;
  }
}
.ebg-block-b {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .ebg-block-b {
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .ebg-block-b {
    padding-bottom: 40px;
  }
}
.shadow {
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.2) rotate(-3deg);
    transform: scale(1.2) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.2) rotate(-3deg);
    transform: scale(1.2) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bannerArrow {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bannerArrow {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bannerArrow {
  -webkit-animation-name: bannerArrow;
  animation-name: bannerArrow;
}
@-webkit-keyframes bannerArrowSpanRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(10px, -20px, 0);
    transform: translate3d(10px, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bannerArrowSpanRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(10px, -20px, 0);
    transform: translate3d(10px, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bannerArrowSpanRight {
  -webkit-animation-name: bannerArrowSpanRight;
  animation-name: bannerArrowSpanRight;
}
@-webkit-keyframes bannerArrowSpanLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-10px, -20px, 0);
    transform: translate3d(-10px, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bannerArrowSpanLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-10px, -20px, 0);
    transform: translate3d(-10px, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bannerArrowSpanLeft {
  -webkit-animation-name: bannerArrowSpanLeft;
  animation-name: bannerArrowSpanLeft;
}
@-webkit-keyframes loopRight {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes loopRight {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.loopRight {
  -webkit-animation-name: loopRight;
  animation-name: loopRight;
}
@-webkit-keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
.living-icon {
  position: relative;
  width: 10px;
  height: 10px;
  font-size: 0;
  display: inline-block;
}
.living-icon .living-icon-col {
  display: inline-block;
  height: 100%;
  width: 2px;
  margin: 0 1px;
  background-color: #c7000b;
  border-radius: 2px;
  -webkit-animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.living-icon .living-icon-col:first-child {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  margin-left: 0;
}
.living-icon .living-icon-col:last-child {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0;
}
@media (max-width: 750px) {
  body .ebg-btn-box,
  body .ebg-btn-box-block {
    padding-top: 0;
  }
}

/* Agenda  */

.agenda {
  position: relative;
  background-image: url(https://e.huawei.com/topic/sitecore/industrial-digital-transformation-2021/img/agenda/pc-bg.jpg?ver=2021030318);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #e2e9ef;
  padding: 100px 0;
  background-size: 100% auto;
}

.agenda .title-h2 {
  margin-bottom: 17px;
  padding-bottom: 8px;
}

.agenda .gmt {
  color: #595757;
}

.agenda .cistern {
  text-align: center;
}

.agenda .agenda-con {
  margin-top: 20px;
  text-align: left;
}
.agenda .agenda-con .tab {
  opacity: 1;
  margin-bottom:20px;
}
.agenda .agenda-con .tab .ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto !important;
}
.agenda .agenda-con .tab .ul .li {
  position: relative;
  padding: 20px;
  font-size: 24px;
  color: #231815;
  cursor: pointer;
  font-weight: bold;
}
.LANG-en .agenda .agenda-con .tab .ul .li {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.agenda .agenda-con .tab .ul .li:after,
.agenda .agenda-con .tab .ul .li:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
}
.agenda .agenda-con .tab .ul .li:before {
  background-color: #ccc;
  right: 0;
}
.agenda .agenda-con .tab .ul .li:after {
  background-color: #c7000b;
  z-index: 1;
  width: 0;
}
.agenda .agenda-con .tab .ul .li:hover {
  color: #c7000b;
}
.agenda .agenda-con .tab .ul .li.active {
  color: #c7000b;
}
.agenda .agenda-con .tab .ul .li.active:after {
  width: 100%;
}
.agenda .agenda-con .content {
  opacity: 0;
  margin-top: 20px;
  padding-top: 0px !important;
  text-align: left;
}
.agenda .agenda-con .mycontent .swiper-container {
  height: auto !important;
}
.agenda .agenda-con .mycontent .swiper-ul {
  overflow: hidden;
}
.agenda .agenda-con .mycontent .ul .li {
  width: 100% !important;
  border-radius: 8px;
  overflow: hidden;
}
.agenda .agenda-con .mycontent .ul .li .title {
  font-size: 18px;
  padding: 10px 20px;
  color: #231815;
  background-color: #dcdddd;
}
.agenda .agenda-con .mycontent .ul .li .agendaTable {
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableTr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableTr .con1 {
  width: 16%;
  padding-right: 20px;
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableTr .con2 {
  width: 43%;
  padding-left: 20px;
  padding-right: 20px;
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableTr .con3 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableTr .con4 {
  padding-left: 20px;
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableTr .con4 a {
  color: #595757;
}
.agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableTr
  .con4
  a:hover {
  color: #ac010a;
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableTr .con4 a em {
  font-size: 34px;
}
@media (max-width: 768px) {
  .agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableTr .con4 {
    width: 100%;
    padding-left: 0;
  }
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableHead {
  background-color: #eeeeee;
  padding: 10px 20px;
  color: #595757;
}
.agenda .agenda-con .mycontent .ul .li .agendaTable .agendaTableBody {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableBody
  .agendaTableTr {
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
  border-radius: 0px;
  margin-bottom: 0px;
  background: #fff;
}
.agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableBody
  .agendaTableTr:last-child {
  border-bottom: none;
}
.agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableBody
  .agendaTableTr
  .con1 {
  color: #476ea3;
}
.agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableBody
  .agendaTableTr
  .con2 {
  font-weight: bold;
  color: #231815;
}
.LANG-en
  .agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableBody
  .agendaTableTr
  .con2 {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableBody
  .agendaTableTr
  .con3
  .name {
  color: #231815;
  font-weight: bold;
}
.LANG-en
  .agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableBody
  .agendaTableTr
  .con3
  .name {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.agenda
  .agenda-con
  .mycontent
  .ul
  .li
  .agendaTable
  .agendaTableBody
  .agendaTableTr
  .con3
  .jop {
  color: #595757;
}
@media (max-width: 768px) {
  .agenda .agenda-con .tab .ul .li {
    font-size: 18px;
    padding: 10px 1px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .agenda .agenda-con .mycontent .agendaTableHead {
    display: none;
  }
  .agenda
    .agenda-con
    .mycontent
    .ul
    .li
    .agendaTable
    .agendaTableBody
    .agendaTableTr {
    padding: 15px 20px;
  }
  .agenda
    .agenda-con
    .mycontent
    .ul
    .li
    .agendaTable
    .agendaTableBody
    .agendaTableTr
    .con1,
  .agenda
    .agenda-con
    .mycontent
    .ul
    .li
    .agendaTable
    .agendaTableBody
    .agendaTableTr
    .con2,
  .agenda
    .agenda-con
    .mycontent
    .ul
    .li
    .agendaTable
    .agendaTableBody
    .agendaTableTr
    .con3 {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.agenda .prompt {
  text-align: right;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}

/* Event */

.new-events {
  background: #f2f2f2;
}
.new-events .con ul {
  margin: 0 -15px;
}
.new-events .con ul > li {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
.LANG-sa .new-events .con ul > li {
  float: right;
}
.new-events .con ul > li .box {
  margin: 0 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.new-events .con ul > li .box1 .link1 .pic:after {
  padding-top: 60%;
}
.new-events .con ul > li .box1 .link1 .pic img {
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  width: 100%;
}
.new-events .con ul > li .box1 .link1:hover .pic img {
  transform: scale(1.1);
  width: 100%;
}
.new-events .con ul > li .box1 .link1 .text {
  padding: 35px 40px 120px;
}
.new-events .con ul > li .box1 .link1 .text h3 {
  font-size: 18px;
  line-height: 1.375;
  color: #000;
}
.new-events .con ul > li .box1 .link1 .text span {
  font-size: 14px;
  color: #999;
  line-height: 1.375;
}
.new-events .con ul > li .box1 .link1 .text p {
  color: #666;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 20px;
}
.new-events .con ul > li .box1 .btn {
  padding: 0 40px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.new-events .con ul > li .box1 .link2 {
  font-size: 16px;
  line-height: 1.375;
  color: #333;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.LANG-sa .new-events .con ul > li .box1 .link2 {
  padding-left: 0;
  padding-right: 25px;
}
.new-events .con ul > li .box1 .link2:hover {
  text-decoration: underline;
}
.new-events .con ul > li .box1 .link2 .iconfont {
  color: #d20a2c;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
.LANG-sa .new-events .con ul > li .box1 .link2 .iconfont {
  left: auto;
  right: 0;
}
.new-events .con ul > li .box2 {
  padding: 35px 40px;
}
.new-events .con ul > li .box2 .title {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}
.new-events .con ul > li .box2 .title h3 {
  font-size: 24px;
  line-height: 1.375;
  color: #000;
}
.new-events .con ul > li .box2 .title a {
  position: absolute;
  right: 0;
  top: 10px;
  color: #666;
}
.LANG-sa .new-events .con ul > li .box2 .title a {
  left: 0;
  right: auto;
}
.new-events .con ul > li .box2 .title a:hover {
  text-decoration: underline;
}
.new-events .con ul > li .box2 ol li {
  border-bottom: 1px solid #eaeaea;
}
.new-events .con ul > li .box2 ol li a {
  padding: 20px 0;
  display: block;
}
.new-events .con ul > li .box2 ol li a:hover p {
  text-decoration: underline;
}
.new-events .con ul > li .box2 ol li a span {
  font-size: 12px;
  line-height: 1.375;
  color: #999;
  font-weight: 700;
}
.new-events .con ul > li .box2 ol li a p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  padding-top: 5px;
}
@media (max-width: 1200px) {
  .new-events .con ul {
    margin: 0 -5px;
  }
  .new-events .con ul li .box {
    margin: 0 10px;
  }
  .new-events .con ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 920px) {
  .new-events .con ul li {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .new-events .cistern {
    padding-bottom: 20px;
  }
  .new-events .con ul > li .box1 .link1 .text {
    padding: 25px 30px 90px;
  }
  .new-events .con ul > li .box1 .btn {
    padding: 0 30px 40px;
  }
  .new-events .con ul > li .box2 {
    padding: 25px 30px;
  }
  .new-events .con ul > li .box2 ol li a {
    padding: 15px 0;
  }
  .new-events .con ul > li .box2 ol li {
    margin-bottom: 0;
  }
  .new-events .con ul,
  .new-events .con ul li .box {
    margin: 0;
  }
  .new-events .con ul li {
    width: 100%;
    float: none;
  }
}

/*E-= Get Pricing/Info + top*/

/*S-= 以上是各种语言版本通用样式 - 以下是语言自定义修改*/
.LANG-cn body {
  font-family: "Microsoft YaHei", Arial;
}

.LANG-cn .back-topt a.ss-howtobuy em {
  width: 110px;
}

.LANG-cn .back-topt .ss-top i {
  padding-top: 9px;
}
