body {
  background-color: #F8F9FD;
}

@media (max-width: 1680px) {
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.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;
  }
}

h1 {
  margin: 0;
}


header {
  background: transparent;
  border-bottom: none;
  padding: 13px 30px;
}

.all-container {
  padding: 0;
}

.container {
  max-width: 1220px;
}

#pc-nav li a {
  color: #fff;
}

.head_link a {
  color: #fff;
}

.head_link {
  color: #fff;
}

.all-container.min {
  padding-top: 60px;
}

.all-container.min header {
  padding: 10px 30px;
  background: rgba(255, 255, 255, 1);
}

.all-container.min #pc-nav li a {
  color: #000;
}

.all-container.min .logo {
  width: 120px;
}

.all-container.min #pc-nav {
  padding-top: 0;
}

.all-container.min .head_link a {
  color: #000;
}
@media(max-width:1400px){
  #pc-nav li{ padding: 0 14px;}
}
@media(max-width:1024px) {

  .wap_navbtn span,
  .wap_navbtn span:before,
  .wap_navbtn span:after {
    background-color: #fff;
  }

  .wap_navbtn span.on,
  .wap_navbtn span.on:before,
  .wap_navbtn span.on:after {
    background-color: #000;
  }

  .all-container header {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .all-container {
    padding-top: 0;
  }

  .all-container.min header {
    background: #fff;
    padding: 10px;
  }

  .wap_navbtn span.onwap:before,
  .wap_navbtn span.onwap:after {
    background-color: #000;
  }
}



/*S-= banner*/
.banner-box {
  position: relative;
  transition: all ease .5s;
}

.banner-box .pic {
  position: relative;
  overflow: hidden;
}

.banner-box .pic span {
  padding-top: 38.54%;
  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%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -20px;
}

.banner-text h1 {
  font-size: 52px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: none;
}

.banner-text p.meet {
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  padding-top: 20px;
}

.banner-text p.address {
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
  padding-top: 10px;
}

.LANG-en .banner-text p.address span {
  display: block;
  margin-bottom: 10px;
}

a.banner-btn {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 40px;
  background-color: #366cc8;
  margin-top: 40px;
  outline: none;
}

a.banner-btn:hover {
  background: #305ba5;
}

a.banner-btn.sbtn1 {
  margin-right: 17px;
  position: relative;
}

.verticalmiddle {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 1px;
}

.inside-page-box .btn {
  text-align: center;
}

.banner-text p.address span {
  font-size: 16px;
  padding-right: 20px;
}

.slogan {
  width: 100%;
  max-width: 615px;
}

#erweima-register img {
  position: absolute;
  top: -194px;
  left: 0;
  width: 180px;
  height: 190px;
  display: none;
}

@media(max-width: 1600px) {
  .banner-text h1 {
    font-size: 41px;
  }

  .banner-text p.meet {
    font-size: 22px;
  }

  .banner-text p.address {
    font-size: 18px;
  }

  a.banner-btn {
    margin-top: 25px;
    padding: 0 31px;
    height: 40px;
    line-height: 40px;
  }

  .slogan {
    max-width: 423px;
  }

  .banner-box .container {
    max-width: 1080px;
  }

  .banner-text {
    padding-left: 5%;
  }
}

@media(max-width: 980px) {
  .banner-text h1 {
    font-size: 40px;
  }

  .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: 98.68%;
  }

  a.banner-btn {
    padding: 0 13px;
    font-size: 14px;
    margin-top: 30px;
    line-height: 30px;
    height: 30px;
  }

  .LANG-en a.banner-btn {
    margin-top: 10px;
  }

  .banner-text h1 {
    font-size: 30px;
  }

  .banner-text p.meet {
    font-size: 24px;
  }

  a.banner-btn.sbtn1 {
    margin-right: 7px;
  }

  .banner-text p.address span {
    display: block;
    font-size: 14px;
  }

  .slogan {
    max-width: 260px;
  }
}

@media(max-width: 480px) {
  .banner-text h1 {
    font-size: 22px;
  }

  .banner-text p.meet {
    font-size: 18px;
    padding-top: 4px;
  }

  .banner-text p.address {
    padding-top: 10px;
  }

  a.banner-btn.sbtn2 {
    display: none;
  }

  a.banner-btn.sbtn1.bannerbtn1 {
    margin-right: 40%;
  }

  a.banner-btn.sbtn1.bannerbtn2 {
    margin-top: 10px;
  }
}

@media(max-width: 340px) {
  .banner-text h1 {
    font-size: 12px;
  }

  .banner-text p.meet {
    font-size: 12px;
  }

  a.banner-btn {
    padding: 2px 26px;
  }
}

@media (min-width:768px) {
  .banner-btn.sbtn1:hover #erweima-register img {
    display: block;
    -webkit-transition: 0s;
    transition: 0s;
  }
}


.LANG-cn .banner-text h2,
.LANG-cn .banner-text p.meet,
.LANG-cn .banner-text p.address {
  font-family: "Microsoft YaHei", Arial;
}

/*E-= banner*/





/*==S introduction1*/
.introduction1 {
  text-align: center;
}

.introduction1 .container {
  max-width: 1080px;
}

.introduction1-text {
  overflow: hidden;
}

.introduction1-text p {
  padding-bottom: 20px;
  color: #666;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.introduction1 .introduction-more-btn {
  display: none;
}

.LANG-cn .introduction1-text p:last-child {
  padding-bottom: 0;
}

.LANG-cn .introduction1-text p {
  line-height: 1.8;
}

@media (max-width:1680px) {
  .introduction1 .container {
    max-width: 980px;
  }

  .introduction1-text p {
    font-size: 16px;
  }

}

@media (max-width:480px) {
  .introduction1-text {
    position: relative;
    padding-right: 0;
  }

  .introduction1-text p {
    padding: 8px 0;
    font-size: 14px;
    line-height: 22px;
  }

}


/*==E introduction1*/

/*S-= agenda1*/
.agenda1 {
  background: #eef7fe url(../images/agendabg.jpg) center center no-repeat !important;
  background-attachment: fixed !important;
}
.agenda1 .container{ max-width: 1080px;}
.agenda1-btn {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

.agenda1-btn li {
  display: inline-block;
  color: #666;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.agenda1-btn li p {
  background-color: transparent;
}

.agenda1-btn li.current {
  position: relative;
}

.agenda1-btn li.current:after {
  content: "";
  display: block;
  width: 70px;
  margin: 0 auto;
  height: 3px;
  background-color: #5261ab;
}

.agenda1-btn li p {
  margin: 0 24px;
  font-size: 20px;
  padding-bottom: 4px;
}

.agenda1-btn li.current p {
  color: #5261ab;
}

.agenda1-btn li.current span {
  color: #5261ab;
}

.agenda1-btn li span {
  display: block;
  font-size: 14px;
  padding-bottom: 4px;
}

.agenda1-con {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.agenda1-block {
  display: none;
}

.agenda1-block.current {
  z-index: 10;
  display: block;
  padding-bottom: 30px;
}

.agenda1-con ul {
  display: table;
  padding: 15px 0px;
  width: 100%;
  color: #333;
  border-bottom: 1px dashed #cccccc;
}

.agenda1-con ul.open {
  color: #999;
}

.agenda1-con ul.weight {
  font-weight: bold;
}

.agenda1-con ul.bordernone {
  border-bottom: none;
}

.icon-4:after,
.icon-map:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  vertical-align: middle;
}

.icon-4:after {
  background-image: url(../images/icon4.png);
  background-repeat: no-repeat;
}

.agenda1-title {
  font-size: 14px;
  display: none;
}

.agenda1-title li {
  color: #5261ab;
}
.agenda1-title li.bold{ font-weight: bold;}
.agenda1-title li::after {
  display: block;
  content: "";
}

.agenda1-title li.agenda1-line-1 {
  color: #333;
}

.agenda1-con li {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
}

.agenda1-con li span {
  display: block;
  padding: 0 10px 10px;
  font-size: 14px;
  line-height: 20px;
}

.agenda1col-2 li.agenda1-line-1 {
  width: 20%;
}

.agenda1col-2 li.agenda1-line-2 {
  width: 25%;
}

.agenda1col-3 li.agenda1-line-1 {
  width: 18%;
}

.agenda1col-3 li.agenda1-line-2 {
  width: 32%;
  padding-right: 40px;
}
.agenda1col-3 li.agenda1-line-2 a{ font-size: 14px; color: #5261ab; padding-left: 20px; background: url(../images/download.png) left center no-repeat; padding-top: 4px;}
.agenda1col-3 li.agenda1-line-2 a:hover{ text-decoration: underline;}

.agenda1col-3 li.agenda1-line-3 {
  width: 50%;
  color: #666;
}

.agenda1col-4 li.agenda1-line-1 {
  width: 13%;
}

.agenda1col-4 li.agenda1-line-2 {
  width: 42%;
}

.agenda1col-4 li.agenda1-line-3 {
  width: 15%;
}

.agenda1col-4 li.agenda1-line-4 {
  width: 30%;
}

.agenda1-line-3 p {
  color: #999;
}

.agenda1-line-2 h4 {
  padding-bottom: 10px;
}

.agenda1-line-2 p {
  padding-bottom: 6px;
}

.agenda1-title li i {
  padding-right: 10px;
  font-style: normal;
}

@media (max-width:1024px) {
  .agenda1-btn li {
    line-height: 1.3;
  }

  .col-3 li.agenda1-line-1 {
    padding-right: 30px;
  }
}

@media (max-width:768px) {
  .agenda1 {
    font-size: 0;
    background: #eef7fe !important
  }

  .agenda1-btn li {
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
    width: 38%;
  }

  .agenda1-btn li:first-child {
    width: 24%;
  }

  .agenda1-title li i {
    display: block;
  }

  .agenda1-line-2 h4 {
    padding-bottom: 14px;
  }

  .agenda1-line-2 p {
    padding-bottom: 12px;
  }

  .agenda1col-3 li.agenda1-line-1,
  .agenda1col-3 li.agenda1-line-2,
  .agenda1col-3 li.agenda1-line-3 {
    padding-right: 0;
  }

  .agenda1-con {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .agenda1-con li {
    display: block;
    font-size: 14px;
  }

  .agenda1-line-1,
  .agenda1-line-2,
  .agenda1-line-3,
  .agenda1-line-4 {
    width: 100% !important;
  }

  .agenda1 .min-title {
    padding: 15px 0;
  }

  .agenda1-block.current {
    margin-bottom: 0;
  }

  /* .agenda1-block{ display: block; } */
  .agenda1-btn li p {
    font-size: 16px;
    margin: 0 4px;
  }

  .agenda1col-2 li.agenda1-line-1 {
    padding-bottom: 6px;
  }
}

@media (max-width:640px) {
  .agenda1-con ul {
    padding: 15px;
  }
}

.remark {
  float: right;
  padding-top: 20px;
  font-size: 14px;
}

/*E-= agenda1*/

/*==S speakers2*/
.speakers2 .container {
  margin-bottom: -40px;
}

.speakers2 ul {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}

.speakers2 ul li {
  padding: 0 10px 20px;
}

.speakers2-con {
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
}

.speakers2-con .img {
  max-width: 150px;
  margin: 0 auto;
}

.speakers2-con .img img {
  display: block;
  width: 90%;
  -webkit-transition: .5s;
  transition: .5s;
}

.speakers2-con .speakers2-text {
  padding-top: 20px;
}

.speakers2-con .speakers2-text h5 {
  font-family: 'ebg-font-blod';
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.speakers2-con .speakers2-text p {
  font-size: 14px;
  line-height: 22px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  color: #666;
}

.spk-col {
  float: left;
  width: 25%;
}

@media(max-width:1600px) {
  .speakers2-con .img img {
    width: 80%;
  }
}

@media (max-width:768px) {
  .spk-col {
    width: 100%;
  }

  .speakers2-con .img img {
    width: 80%;
  }

  .speakers2-con {
    padding: 15px 10px;
  }

  .speakers2-con .img {
    float: left;
    width: 22%;
  }

  .speakers2-con .speakers2-text {
    float: left;
    width: 78%;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
  }

  .speakers2-con .speakers2-text h5 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .speakers2-con .speakers2-text p {
    font-size: 12px;
  }

  .speakers2 li {
    padding: 0 0 20px;
  }

  .speakers2 .container {
    margin-bottom: -20px;
  }

  .speakers2 ul li {
    padding-bottom: 10px;
  }
}

/*==E speakers2*/

/*S-= Success*/
.cloud-customer-story {
  background: url(../images/solutions-bg.jpg) no-repeat center top !important;
}

.cloud-customer-story .h2-title {
  color: #fff;
}

.cloud-customer-story ul li {
  float: left;
  width: 33.333%;
}

.cloud-customer-story ul li .block {
  position: relative;
  display: block;
  margin: 0 10px;
  color: #fff;
  overflow: hidden;
}

.cloud-customer-story ul li .block .pic:after {
  padding-top: 113%;
}

.cloud-customer-story ul li .block .pic img {
  display: block;
  width: 100%;
  max-width: 453px;
}

.cloud-customer-story ul li .block .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  transition: all ease .5s;
}

.cloud-customer-story ul li .block .text h3 {
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 12px;
}

.cloud-customer-story ul li .block .text p {
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
}

.cloud-customer-story .sfbtn {
  padding-top: 40px;
  text-align: center;
}

.cloud-customer-story ul li .block .text a:hover {
  border: 2px solid #e50000;
}

.cloud-customer-story ul li .block .text a:hover:before {
  left: -100%;
}

.cloud-customer-story ul li .block .text a span {
  position: relative;
  z-index: 1;
}

.cloud-customer-story ul li .block .text h5 {
  font-size: 18px;
  line-height: 1.556;
  padding-bottom: 12px;
  margin: 0 auto;
  font-weight: normal;
}

.cloud-customer-story ul li .block .text a.video.new {
  padding: 0 30px;
}

.list-moddle1 .block:hover .text h5 {
  margin-top: 10px;
  transition: all ease .5s;
}

.storymask {
  position: absolute;
  bottom: -12%;
  left: 0;
  background: url(../images/mask.png) left bottom no-repeat;
  width: 453px;
  height: 239px;
  transition: all ease .5s;
}

.cloud-customer-story ul li .block:hover .text {
  bottom: 50px;
  transition: all ease .5s;
}

.cloud-customer-story ul li .block:hover .storymask {
  bottom: 0;
}

@media (max-width:920px) {
  .cloud-customer-story ul li .block {
    margin: 0;
  }

  .cloud-customer-story ul li .block .text {
    padding: 30px 25px;
  }

  .cloud-customer-story .sfbtn {
    padding-top: 30px;
  }

  .cloud-customer-story ul li .block .text h3 {
    font-size: 26px;
  }

  .cloud-customer-story ul li .block .text h5 {
    width: 100%;
    font-size: 22px;
  }

  .cloud-customer-story ul li .block .text a.video.new {
    padding: 0 37px;
  }
}

@media (max-width:750px) {
  .cloud-customer-story ul li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .cloud-customer-story ul li .block .pic {
    position: relative;
    overflow: hidden;
  }

  .cloud-customer-story ul li .block .pic img {
    position: absolute;
  }

  .cloud-customer-story ul li .block .pic:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 81%;
  }

  .cloud-customer-story .sfbtn {
    padding-top: 5px;
  }

  .storymask {
    bottom: -20%;
  }

  .cloud-customer-story ul li .block .text {
    padding: 20px 10px;
  }

  .cloud-customer-story ul li .block .text h5 {
    font-size: 16px;
    padding-bottom: 0;
  }

  .cloud-customer-story.content {
    padding-bottom: 30px;
  }

  .carousel-point {
    bottom: -16px;
  }
}

/*E-= Success*/
/*s:Success手机端轮播*/
.carousel-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.carousel-wrap .carousel-ul-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.carousel-wrap .carousel-ul {
  margin-left: -10px;
  margin-right: -10px;
  position: relative
}

.carousel-wrap .carousel-ul>li {
  float: left;
  position: relative
}

.carousel-wrap .carousel-ul>li h4 {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  padding-top: 10px;
  transition: all 0.6s;
  cursor: pointer;
}

.carousel-wrap .carousel-ul>li .videoimg {
  position: relative;
  overflow: hidden;
}

.carousel-wrap .carousel-ul>li .videoimg img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 150px;
}

.carousel-wrap .carousel-ul>li .videoimg:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.carousel-wrap .carousel-ul>li .videoWrap {
  display: block;
  padding: 0 10px;
}

.carousel-wrap .carousel-ul>li .videoimg em {
  z-index: 10;
  font-size: 74px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -37px 0 0 -37px;
  cursor: pointer;
}

.carousel-wrap .carousel-ul>li p .download-link {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  padding-left: 25px;
  display: inline-block;
  padding-top: 5px;
}

.carousel-wrap .carousel-ul>li p .download-link:hover {
  text-decoration: underline;
}

.carousel-wrap .carousel-ul>li p i {
  font-size: 26px;
  color: #999;
  padding-right: 8px;
  position: absolute;
  top: 0;
  left: -3px;
  line-height: 1;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
}

.carousel-prev em,
.carousel-next em {
  font-size: 60px;
  line-height: 1;
  color: #999;
}

.carousel-prev:hover em,
.carousel-next:hover em {
  color: #666;
}

.carousel-prev,
.carousel-prev:hover {
  left: -80px;
  background-position: 0 0;
}

.carousel-next,
.carousel-next:hover {
  right: -80px;
  background-position: -39px 0;
}

.carousel-wrap .notClick {
  display: none;
}

.carousel-point {
  position: absolute;
  text-align: center;
  width: 100%;
}

.carousel-stop-event {
  pointer-events: none;
}

.carousel-point>span {
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: #d2d2d2;
  transition: all 0.6s;
  margin: 0 6px;
}

.carousel-point>span.hover {
  background: #b3b3b3;
}

.J-carousel-wrap-tab1-coo .carousel-ul>li {
  width: 33%;
}

@media(max-width:1366px) {

  .carousel-next,
  .carousel-next:hover {
    right: -17px;
  }

  .carousel-prev,
  .carousel-prev:hover {
    left: -17px;
  }
}

@media(max-width: 920px) {

  .carousel-prev,
  .carousel-next {
    position: static;
    display: none;
  }

  .carousel-wrap .carousel-ul {
    margin: 0;
  }
}

@media(min-width: 920px) {

  /*垂直*/
  .carousel-wrap.carousel-wrap-vertical {
    height: 100%;
  }

  .carousel-wrap.carousel-wrap-vertical .carousel-ul-wrap {
    margin-left: 0;
  }

  .carousel-wrap.carousel-wrap-vertical .carousel-ul {
    margin: 0
  }

  .carousel-wrap.carousel-wrap-vertical .carousel-ul li {
    float: none;
    width: 100%;
  }
}

/*e:Success手机端轮播*/

/*S-= solution4*/
.solution4 .h3-content-list-wrap {
  padding-top: 15px;
}

.solution4 .h3-content-list {
  margin-left: -10px;
  margin-right: -10px;
}

.solution4 .h3-content-list-item {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 25%;
  float: left;
  padding-top: 20px;
}

.solution4 .h3-content-list-block {
  display: block;
  position: relative;
}

.solution4 .h3-content-list-block:after {
  display: block;
  position: relative;
  padding-top: 61.764%;
  content: "";
}

.solution4 .h3-content-list-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

.solution4 .h3-content-list-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0) \9;
  content: ""
}

.solution4 .h3-content-list-block:hover .h3-content-list-img:after {
  opacity: 0.43;
  filter: alpha(opacity=43) \9;
}

.solution4 .h3-content-list-img img {
  width: 100%;
  height: 100%;
  transition: 1s transform;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

.solution4 .h3-content-list-block:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.solution4 .h3-content-bottom {
  padding-top: 10px;
  height: 0
}

.table-text-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  line-height: 1.1;
  text-align: center;
}

.table-text {
  display: table;
  height: 100%;
  width: 100%;
}

.cell-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-shadow: 1px 5px 11px #000;
}

@media (max-width: 1024px) {
  .solution4 .h3-title {
    font-size: 28px;
    padding-top: 15px;
  }

  .solution4 .top-content-title {
    font-size: 26px;
  }

  .top-content-bottom {
    padding-top: 50px;
  }

  .solution4 .top-content-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .solution4 .h3-content-list-item {
    width: 50%;
    padding: 5px;
  }

  .cell-text {
    font-size: 14px;
  }

  .huawei-red-btn {
    padding: 0 26px;
    font-size: 14px;
  }

  .solution4 .h3-content-bottom {
    padding-top: 20px;
  }

  .solution4 .h3-content-list-wrap {
    padding-top: 0;
  }

  .solution4 .h3-content-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.solutions-ul {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 0;
}

.solutions-li {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.solutions-li-a {
  position: relative;
  display: block;
  overflow: hidden;
}

.solutions-li-img {
  display: block;
}

.solutions-li-img img {
  width: 100%;
  height: 100%;
  transition: 1s transform;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

.solutions-li-a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.solution4-li-text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

@media(max-width: 768px) {
  .solutions-ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  .solutions-li {
    width: 50%;
    padding: 0 5px 10px;
  }

  .solution4-li-text {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
  }
}

/*E-= solution4*/


.btncenter {
  text-align: center;
}

/* S-= map */
.map2 {
  
}

.map2 img {
  max-width: 1420px;
  width: 100%;
}

.map2 h2 p {
  font-size: 16px;
  padding-top: 6px;
}

@media(max-width: 1600px) {
  .map2 iframe {
    height: 260px;
  }
}

@media(max-width: 1240px) {
  .map2 iframe {
    height: 200px;
  }
}

@media(max-width:480px) {
  .map2 img {
    max-width: 355px;
    width: 100%;
  }
}

/* E-= map */

/* S-= banner二维码 */
.qr-code-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  display: none;
  margin-top: -100px;
  margin-left: -107px;
  padding-top: 26px;
  width: 214px;
  border-radius: 5px;
  background-color: #FFF;
  text-align: center;
}

.qr-code-tip p {
  padding: 10px 0;
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}

.qr-code-clock {
  position: absolute;
  bottom: -62px;
  left: 50%;
  margin-left: -20px;
}

.qr-code-clock i {
  color: #FFF;
  font-size: 40px;
  line-height: 1;
}

/* ==S mask */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000\9;
  background: rgba(0, 1, 0, .7);
  filter: alpha(opacifty=50);
}

.bounced {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  width: 0;
  height: 0;
  background: #e50000;
}

.bounced i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
  cursor: pointer;
}

/* ==E mask */


/*S-= download*/
.data-download ul {
  margin-left: -10px;
  margin-right: -10px;
}

.data-download li {
  width: 25%;
  float: left;
  padding: 0 10px;
}

.data-download li .block {
  padding: 34px 30px;
  background: #edeff6;
}

.data-download li.last {
  margin-right: 0
}

.data-download-img {
  line-height: 26px;
}

.data-download-img img {
  margin-right: 15px;
}

.data-download p {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  margin: 20px 0 30px 0;
}

.data-download-more a {
  color: #fff;
  width: 85px;
  font-size: 14px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  background-color: #366cc8;
  border-radius: 2px;
  display: inline-block;
}

.data-download-more a:hover {
  background-color: #366cc8
}

@media(max-width: 768px) {
  .data-download li {
    width: 100%;
    padding-bottom: 10px;
  }

  .data-download li .block {
    padding: 26px 10px;
  }

  .data-download p {
    font-size: 16px;
    margin: 14px 0 20px 0;
  }
}

/*E-= download*/

/*S-= hotspot*/
.hostpot{background: #fff;}
.l-newsList ul{ margin: 0 -50px;}
.l-newsList li{ width: 50%; float: left; margin-top: -1px; padding: 0 50px; }
.l-newsList .l-newsBox{ border-top: #eaeaea solid 1px; border-bottom: #eaeaea solid 1px; padding: 18px 0; position: relative;}
.l-newsList .l-newsBox a{ font-size: 16px; color: #333333; line-height: 1.2;}
.l-newsList .l-newsBox a:hover{ color: #0095fe;}
.l-newsList .l-newsBox span{ font-size: 14px; line-height: 1.2; color: #999999; position: absolute; right: 0; top: 24px;}
@media(max-width: 1400px){
    .l-newsList ul{ margin:0 -25px; }
    .l-newsList li{ padding:0 25px; }
}
@media (max-width:768px) {
    .l-newsList li{ width: 100%; float: none; padding:0;}
    .newsnone{ display: none;}
    .l-newsList .l-newsBox{ position: relative;}
    .l-newsList ul{ margin:0;}
}
/*E-= hotspot*/

/* S-= pastreview */
.pastreview{ background: #fff!important;}
.pastreview .text{ float: left; width: 62%; padding-right: 60px;}
.pastreview .pic{ float: left; width: 38%;}
.pastreview h3{ font-size: 40px; color: #333; line-height: 1.375; padding-bottom: 16px; font-weight: normal;}
.pastreview p{ font-size: 16px; color: #333; line-height: 1.625;}
.pastreview .more{ font-size:16px; line-height: 42px; height: 46px; color: #366cc8; border:2px solid #366cc8; padding: 0 38px; display: inline-block; margin-top: 20px;}
.pastreview .pic img{ max-width: 540px; width: 100%;}
@media(max-width:1680px){
    .pastreview h3{ font-size:34px;}
}
@media(max-width:1024px){
    .pastreview h3{ font-size:28px;}
}
@media(max-width:750px){
    .pastreview .text{ width: 100%; padding-right: 0;}
    .pastreview .pic{ width: 100%;}
    .pastreview h3{ font-size:20px;}
    .pastreview p{ font-size: 14px;}
    .pastreview .more{ margin-bottom: 30px;}
    .pastreview .more{ padding:0 20px; height: 34px; line-height: 30px;}
}

/* E-= pastreview */
.partner.content{ padding: 0; background: url(../images/partner_bg.png) top left repeat-y!important;}
.partner .dis{ display: table; width: 100%;}
.partner .text{ display: table-cell; vertical-align: middle; width: 32%; background: #EDEFF6;}
.partner .text h2{ font-size: 28px; margin-bottom: 0;}
.partner .logoul{ display: table-cell; vertical-align: middle; width: 68%; padding-left: 9%; margin-right: -40px; }
.partner .logoul li{ float: left; padding-right: 40px;}
.partner .logoul li img{ width: 100%; max-width: 278px; padding:20px 0;}
@media(max-width:1200px){
  .partner .text h2{ font-size: 26px; padding-bottom: 30px;}
  .partner.content{ background: #F8F9FC!important;}
  .partner .text{ width: 100%; text-align: center; display: block; background: #F8F9FC;}
  .partner .logoul{ width: 100%; padding-left: 0; display: block;}
  .partner.content{ padding: 40px 0;}
  .partner .logoul{ margin-right: -10px;}
  .partner .logoul li{ width: 50%; text-align: center; padding-right: 10px;}
  .partner .logoul li img{ padding: 0;}
}


/*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{ padding:0 20px 20px; background-color: #fff;}
.solution3-b h4{font-size:18px;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 .vedioplay:hover .solution3-t img{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1)}
.datadown{ font-size: 20px; color: #366cc8;}
.datadown:hover{ text-decoration: underline;}
@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*/
