.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;
}

/*S-= banner*/
.banner-box {
  position: relative;
  transition: all ease .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%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding-left: 40%;
  /* text-align: center; */
}

.banner-text h1 {
  font-size: 46px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-bottom: 5px;
}

.banner-text p.meet {
  font-size: 34px;
  line-height: 1.3;
  padding-bottom: 20px;
}

.banner-text p.address {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.8;
  display: block;
}

.banner-text p.address.tim {
  padding-bottom: 10px;
}

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-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:after {
  content: "|";
  display: inline;
}

.banner-text span img {
  width: 100%;
  max-width: 240px;
  margin-top: 36px;
}

.bannnerlogo img {
  max-width: 160px;
  width: 100%;
  padding-bottom: 21px;
}

.bannnertextimg img {
  max-width: 791px;
  width: 100%;
  padding-bottom: 5px;
}

.bannermore {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  padding: 0 40px;
  line-height: 50px;
  height: 50px;
  border-radius: 5px;
  letter-spacing: 3px;
  margin-top: 35px;
  background: #c7000b;
  position: relative;
  margin-bottom: 2%;
}

#erweima-register img {
  display: none;
  position: absolute;
  left: -8px;
  top: -194px;
  width: 180px;
  height: 190px;
}

.bannermore.wapbtn {
  display: none;
}

.bannermore.pcbtn:hover #erweima-register img {
  display: block;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  filter: alpha(opacifty=50);
  background: rgba(0, 1, 0, .7);
  display: none;
}

@media(max-width: 1680px) {
  a.banner-btn {
    margin-top: 25px;
    padding: 0 31px;
    height: 40px;
    line-height: 40px;
  }

  .bannnerlogo img {
    padding-bottom: 30px;
  }

  .bannnertextimg img {
    width: 56%;
  }

  .bannermore {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 25px;
  }
}

@media(max-width: 1440px) {
  .banner-text h1 {
    font-size: 38px;
  }

  .banner-text p.meet {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .bannnerlogo img {
    max-width: 130px;
    padding-bottom: 10px;
  }

  .bannnertextimg img {
    width: 52%;
  }

  .briefing .textL p {
    font-size: 16px;
  }

  #erweima-register img {
    left: -22px;
  }
}

@media(max-width:1240px) {
  .banner-text h1 {
    font-size: 32px;
  }

  .banner-text p.meet {
    font-size: 22px;
  }

  .bannermore {
    margin-top: 10px;
  }
}

@media(max-width: 980px) {
  .banner-text h1 {
    font-size: 28px;
  }

  .banner-text p.meet {
    font-size: 18px;
  }

  a.banner-btn {
    margin-top: 15px;
  }

  .banner-text span img {
    display: none;
  }

  .banner-text p.address {
    line-height: 1.3;
  }
}

@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: 74.666%;
  }

  a.banner-btn {
    padding: 0 13px;
    font-size: 14px;
    margin-top: 5px;
    line-height: 30px;
    height: 30px;
  }

  .banner-box .pic img {
    bottom: 0;
  }

  .banner-text {
    width: 100%;
    text-align: center;
    margin-top: 6%;
    padding-left: 0;
  }

  .bannnerlogo img {
    max-width: 100px;
  }

  .banner-text p.address {
    font-size: 14px;
  }

  .bannermore {
    margin-top: 30px;
  }

  .banner-text h1 {
    font-size: 36px;
  }
}

@media(max-width: 640px) {
  .banner-box .pic span {
    padding-top: 90.666%;
  }

  .banner-text h1 {
    font-size: 24px;
  }

  .banner-text p.meet {
    font-size: 16px;
    padding-bottom: 4px;
  }

  a.banner-btn.sbtn1 {
    margin-right: 7px;
  }

  .bannnerlogo img {
    max-width: 80px;
    padding-bottom: 10px;
  }

  .bannnertextimg img {
    width: 64%;
    padding-bottom: 8px;
  }

  .banner-text p.address {
    font-size: 12px;
  }

  .bannermore {
    margin-top: 16px;
    font-size: 12px;
    padding: 0 14px;
    border-radius: 8px;
    position: relative;
    line-height: 26px;
    height: 26px;
    letter-spacing: 0;
    margin-bottom: 8%;
  }

  .bannermore i {
    top: 5px;
    font-size: 16px;
    margin-left: 6px;
  }

  .banner-text span {
    display: block;
  }

  .banner-text span:after {
    display: none;
  }

  .bannermore.wapbtn {
    display: inline-block;
  }

  .bannermore.pcbtn {
    display: none;
  }

  a.banner-btn.sbtn2 {
    display: none;
  }
}

@media(max-width: 340px) {
  .banner-text h1 {
    font-size: 12px;
  }

  .banner-text p.meet {
    font-size: 12px;
  }

  a.banner-btn {
    padding: 2px 26px;
  }
}

/*E-= banner*/

/* 手机端二维码 */
.qr-code-tip {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -107px;
  margin-top: -100px;
  width: 214px;
  border-radius: 5px;
  z-index: 10001;
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 26px;
}

.qr-code-tip p {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  padding: 10px 0;
  color: #666666;
}

.qr-code-clock {
  position: absolute;
  bottom: -62px;
  left: 50%;
  margin-left: -20px;
}

.qr-code-clock i {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
}

.qr-code-tip img {
  width: 150px;
  height: 150px;
}

/* S-=introduction1 */

/*S-= agenda1*/
.agenda1-btn {
  text-align: center;
}

.agenda1-btn li {
  display: inline-block;
  min-width: 180px;
  color: #5261ab;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #5261ab;
  margin-bottom: 10px;
}

.agenda1-btn li p {
  padding: 8px 10px;
  min-height: 40px;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.agenda1-btn li.current p {
  background-color: #5261ab;
  color: #fff;
}

.agenda1-btn li:hover p {
  background-color: #5261ab;
  color: #fff;
}

.agenda1-btn li {
  margin-right: 10px;
}

.agenda1-btn li:last-child {
  margin-right: 0px;
}

.agenda1 {
  overflow: hidden;
}

.agenda1 .container {
  max-width: 1080px;
}

/* .agenda1-btn li{display:inline-block;color:#5261ab;text-align:center;font-size:20px; cursor:pointer; margin-bottom: 10px;}
.agenda1-btn li p{min-height:40px; background-color: transparent;font-family: 'ebg-font-bold',Arial, Helvetica, sans-serif;}
.agenda1-btn li.current p{background-color:transparent; color: #5261ab; border-bottom: 3px solid #5261ab;}
.agenda1-btn li:hover p{background-color:transparent; color: #5261ab; border-bottom: 3px solid #5261ab;}
.agenda1-btn li:first-child{ margin-right: 30px;} */
.agenda1-con {
  overflow: hidden;
  width: 100%;
}

.agenda1-block {
  display: none;
}

.agenda1-block.current {
  z-index: 10;
  display: block;
}

.agenda1-con ul {
  display: table;
  padding: 15px 0px;
  width: 100%;
  color: #333;
  border-bottom: 1px dashed #e5e7e8;
}

.agenda1-con ul.open {
  color: #999;
}

ul.agenda1-head li {
  color: #5261ab;
  font-family: 'ebg-font-bold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}

ul.agenda1-head li:before {
  display: none;
  content: "";
  width: 25px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

ul.agenda1-head li i {
  font-size: 18px;
  padding-right: 10px;
}

.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: #000;
}

.agenda1-title li::after {
  display: block;
  content: "";
}

.agenda1-con li {
  display: table-cell;
  padding: 0 30px 0 0;
  vertical-align: middle;
  font-size: 14px;
  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: 80%;
}

.agenda1col-2 li.agenda1-line-3,
.agenda1col-2 li.agenda1-line-4 {
  display: none;
}

.agenda1col-3 li.agenda1-line-1 {
  width: 16%;
}

.agenda1col-3 li.agenda1-line-2 {
  width: 54%;
  padding-right: 80px;
}

.agenda1col-3 li.agenda1-line-3 {
  width: 30%;
  padding-right: 0;
}

.agenda1col-3 li.agenda1-line-4 {
  display: none;
}

.agenda1col-4 li.agenda1-line-1 {
  width: 13%;
}

.agenda1col-4 li.agenda1-line-2 {
  width: 30%;
}

.agenda1col-4 li.agenda1-line-3 {
  width: 37%;
}

.agenda1col-4 li.agenda1-line-4 {
  width: 20%;
}

.agenda1-line-3 h4 {
  font-family: 'ebg-font-bold', Arial, Helvetica, sans-serif;
}

.agenda1-line-3 p {
  color: #999;
}

.agenda1-line-2 h4 {
  padding-bottom: 10px;
}

.agenda1-line-2 h4:last-child {
  padding-bottom: 0;
}

.agenda1-line-2 p {
  padding-bottom: 6px;
}

.agenda1-line-2 i {
  padding-right: 10px;
  font-style: normal;
}

ul.agenda1-head li.agenda1-line-title p {
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
}

ul.agenda1-head.headtitle li.agenda1-line-title p {
  font-size: 22px;
  padding-left: 0;
}

ul.agenda1-head.headtitle.two {
  padding-top: 40px;
}

@media (max-width:1024px) {
  .agenda1-btn li {
    line-height: 1.3;
  }

  .col-3 li.agenda1-line-1 {
    padding-right: 30px;
  }
}

@media (max-width:768px) {
  ul.agenda1-head li {
    font-size: 14px;
  }

  ul.agenda1-head li.agenda1-line-title p {
    font-size: 14px;
    padding-left: 0;
    display: block;
  }

  .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;
  }

  .agenda1-con .agenda1-title {
    display: none;
  }

  .agenda1 li.agenda1-line-1,
  .agenda1 li.agenda1-line-2,
  .agenda1 li.agenda1-line-3,
  .agenda1 li.agenda1-line-4 {
    width: 100%;
    padding-right: 0;
  }

  .agenda1 .min-title {
    padding: 15px 0;
  }

  .agenda1-btn {
    display: flex;
    width: 100%;
    border-right: 1px solid #5261ab;
    border-top: 1px solid #5261ab;
    margin-bottom: 12px;
  }

  .agenda1-btn li {
    flex: 1;
    min-width: auto;
    margin: 0;
    border: transparent;
    border-left: 1px solid #5261ab;
    border-bottom: 1px solid #5261ab;
  }

  .agenda1-btn li p {
    height: 100%;
    padding: 10px;
    font-size: 14px;
    width: 100%;
  }

  .agenda1-block.current {
    margin-bottom: 0;
  }

  /* .agenda1-block{ display: block; } */
  .agenda1-line-3.padtop {
    padding-top: 10px;
  }
}

@media (max-width:640px) {
  .agenda1-con ul {
    padding: 15px 0;
  }
}

.remark {
  float: right;
  padding-top: 20px;
  font-size: 14px;
}

/*E-= agenda1*/

/*S-= solution4*/
.solution4 {
  color: #fff;
  background: url(../images/solutions-bg.jpg) no-repeat center top !important;
}

.solution4 .h3-content {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.solution4 .h3-title {
  font-size: 24px;
  color: #fff;
  padding-top: 35px;
  text-align: center
}

.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: 42.94%;
  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 {
    background: url(../images/solutions-bg-wap.jpg) no-repeat center top !important;
  }

  .solution4 .h3-content-list-item {
    width: 50%;
  }

  .cell-text {
    font-size: 14px;
  }

  .huawei-red-btn {
    padding: 0 26px;
    font-size: 14px;
  }

  .solution4 .h3-content-bottom {
    padding-top: 20px;
  }

  .solution4 .h3-content {
    padding-top: 16px;
  }

  .solution4 .h3-title {
    font-size: 22px;
  }
}

@media(max-width:480px) {
  .solution4 .h3-content-list-item {
    width: 100%;
  }

  .solution4 .h3-content-list-wrap {
    padding-top: 0;
  }

  .table-text-wrap {
    padding: 20px 15px;
  }
}

.solutions-ul {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px;
}

.solutions-li {
  float: left;
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.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: 20px;
  line-height: 1.1;
  padding: 20px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

@media(max-width:1240px) {
  .solution4-li-text {
    font-size: 15px;
    padding: 20px 15px;
  }

  .cell-text {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media(max-width: 768px) {
  .solutions-li {
    width: 50%;
    padding: 0 5px;
  }

  .solutions-ul {
    padding-bottom: 0;
  }

  .solution4-li-text {
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
  }
}

/*E-= solution4*/

/* ==S solution2 */
.solution2 {
  background-color: rgba(248, 249, 252);
  overflow: hidden;
}

.solution2ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.solution2ul li {
  padding: 10px;
}

.solution2ul li .libox {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.solution2ul li.col2 {
  width: 50%;
}

.solution2ul li.col1 {
  width: 100%;
}

.solution2ul li {
  width: 33.33%;
}

.solution2ul li .liimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solution2ul li .liimg img {
  width: 100%;
  display: block;
}

.solution2ul li .tex {
  padding: 50px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.solution2ul li .tex h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 20px;
}

.solution2ul li .tex p {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 30px;
}

.solution2ul li .tex .btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
}

.solution2ul li .tex .btn:hover {
  background: rgba(0, 0, 0, .3);
}

.solution2ul li .abox {
  font-size: 0;
}

.solution2ul li .abox .btn {
  margin: 0 20px 20px 0;
  width: 198px;
  text-align: center;
}

.solution2 .btn {
  text-align: center;
  padding-top: 50px;
}
.solution2 .btn span {
  font-size: 14px;
  line-height: 1;
  border: 2px solid #000;
  color: #000;
  padding: 12px 26px;
  transition:.2s linear ;
}
.solution2 .btn span:hover{
  color: #c7000b;
  border-color: #c7000b;
}
@media(max-width:1366px) {
  .solution2ul li .tex {
    padding: 36px 22px;
  }

  .solution2ul li .tex h4 {
    padding-bottom: 14px;
    font-size: 22px;
  }

  .solution2ul li .tex p {
    font-size: 14px;
    padding-bottom: 22px;
  }
}

@media(max-width:1024px) {
  .solution2ul li .tex .btn {
    padding: 10px 20px;
  }

  .solution2ul li .abox .btn {
    margin: 0 10px 10px 0;
    width: 164px;
    padding: 10px;
  }

  .solution2ul li .tex {
    padding: 20px;
  }
  .solution2 .btn {
    padding-top: 30px;
  }
  .solution2 .btn span{
    padding: 10px 20px;
    border:1px solid black;
  }
}

@media(max-width:768px) {

  .solution2ul li,
  .solution2ul li.col2 {
    width: 100%;
  }

  .solution2ul li .tex {
    padding: 30px 20px;
    display: block;
  }

  .solution2ul li .tex .btn {
    border: 1px solid #fff;
  }
}

/* ==S solution2 */

/* S-= speakers2 */
.speakers2 {
  background-color: rgb(248, 249, 252);
}

.speakers2 ul {
  margin-right: -10px;
  margin-left: -10px
}

.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: 'LT_Bold';
  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
  }
}

.sp-shade.on {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2) !important
}

.speaker-more {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%
}

.speaker-more ul {
  position: absolute;
  top: 50%;
  top: 15%\9;
  left: 50%;
  left: 30%\9;
  width: 40%;
  transform: translate(-50%, -50%);
  border-radius: .25rem;
  background-color: #fff;
  box-shadow: .02rem .02rem .25rem #dcdcdc
}

.speaker-more li .speakers2-con {
  position: relative;
  text-align: left
}

.speaker-more li .img {
  float: left
}

.speaker-more li .speakers2-text {
  float: left;
  width: 70%
}

.speaker-more ul li:hover img {
  transform: translate(0, 0)
}

.speaker-more li i.iconfont {
  font-size: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #999
}

.speaker-more ul li i.iconfont:hover {
  transform: rotate(90deg)
}

.speaker-more li {
  cursor: default !important
}

.speakers2-con .speakers2-text p.h5p {
  padding-bottom: 20px;
  color: #000
}

.speaker-more::-webkit-scrollbar {
  width: 5px;
  height: 12px
}

.speaker-more::-webkit-scrollbar-track {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  background-color: #f5f5f5
}

.speaker-more::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 10px;
  border-radius: 2em;
  background-color: #b2b2b2
}

@media(max-width:1366px) {
  .speaker-more ul {
    width: 60%
  }
}

@media(max-width:768px) {
  .speaker-more ul {
    width: 90%
  }
}

@media(max-width:480px) {
  .speaker-more {
    top: 49px;
    overflow: scroll
  }

  .speaker-more ul {
    width: 100%;
    height: 100%
  }

  .speakers2 .speaker-more ul li {
    padding: 0 !important
  }

  .speaker-more .speakers2-con {
    padding: 0
  }

  .speaker-more ul {
    top: 0;
    left: 0;
    transform: translate(0, 0)
  }

  .speakers2 ul {
    margin-right: 0;
    margin-left: 0
  }

  .speaker-more li i.iconfont {
    top: 8px;
    right: 3px
  }

  .speaker-more li .speakers2-con {
    padding: 20px 0 60px 10px
  }
}

/* 展开 */
.speakers2 .solution-expandBtn {
  margin-top: 10px;
  text-align: center
}

.speakers2 .solution-expandBtn a {
  display: inline-block;
  cursor: pointer
}

.speakers2 .solution-expandBtn .iconfont {
  font-size: 48px;
  line-height: 43px;
  transition: all .4s;
  color: #666
}

.speakers2 .solution-expandBtn .iconfont:hover {
  color: #e50000
}

.speakers2 .row {
  transition: all .4s
}

.speakers2 .tab-con-solutions {
  overflow: hidden;
  max-height: 670px;
  -webkit-transition: max-height .5s ease 0s;
  transition: max-height .5s ease 0s
}

/* E-= speakers2 */

/*S-= news-one*/
.more-box {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  margin-bottom: 20px
}

.media-news {
  border-top: 1px #e1e8ef solid;
}

.media-news li {
  padding: 70px 5%;
  /*border-bottom:1px #e1e8ef solid;*/
  position: relative;
  transition: .5s;
}

.media-news li.last {
  border-color: #fff;
}

.media-news li:before {
  content: '';
  opacity: 0;
  display: block;
  width: 100%;
  height: 31px;
  position: absolute;
  bottom: -31px;
  left: 0;
  transition: .5s;
  -ms-transition: .5s;
  filter: alpha(opacity=0);
}

.media-news li:hover:before {
  opacity: 1;
}

.media-news section {
  width: 8%;
  float: left;
  background: #253A71;
  color: #fff;
  font-size: 18px;
  padding: 25px 20px;
  text-align: center;
  letter-spacing: 2px;
}

.media-news section span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.media-news article {
  float: left;
  width: 72%;
  padding: 0 5%;
}

.media-news article h4 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.media-news article h6 {
  font-size: 12px;
  color: #666;
}

.media-news article p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  padding: 35px 0 20px;
  position: relative;
  z-index: 2;
  background: #fff
}

.media-news article a {
  border-radius: 30px;
  display: inline-block;
  padding: 8px 30px;
  border: 1px #253A71 solid;
  text-align: center;
  color: #253A71;
  font-weight: bold;
  font-size: 14px;
}

.momedia-newsre-box {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  margin-bottom: 20px
}

.media-news article a:hover {
  background: #1F3462;
  color: #fff;
}

.media-news figure {
  width: 20%;
  float: left;
}

.media-news figure img {
  width: 100%;
}

/*.media-news li:hover{ border-bottom:1px #fff solid; }*/
.media-news li:hover .more-box {
  margin-top: 0;
}

@media only screen and (max-width:1600px) {
  main h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .media-news article h4 {
    font-size: 22px;
    line-height: 1.5;
  }

  .media-news article p {
    padding: 25px 0
  }

  .media-news li {
    padding: 50px 5%
  }
}

@media only screen and (max-width:992px) {
  .media-news {
    border-top: none;
  }

  /*多个删除这个*/
  .media-news li {
    padding: 0px 0
  }

  /*多个改成20*/
  main h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .media-news article h4 {
    font-size: 20px;
  }

  .media-news section,
  .media-news section span {
    font-size: 16px;
  }

  .media-news section {
    float: none;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .media-news section span {
    display: inline;
    font-weight: normal;
  }

  .media-news article {
    width: 60%;
    padding: 0 5% 0 0;
  }

  .media-news figure {
    width: 40%;
  }

  .more-box {
    margin-top: 0
  }

  .media-news article a {
    padding: 2px 30px;
  }

  .media-news article p {
    padding: 10px 0;
  }
}

@media only screen and (max-width:480px) {
  .media-news article {
    width: 100%;
    padding: 0;
  }

  .media-news figure {
    display: none;
  }
}

/*E-= news-one*/

/*==S introduction1*/
.introduction1 {
  text-align: center;
  background: -webkit-linear-gradient(left, #054f7d, #d4b3e6);
  background: -o-linear-gradient(right, #054f7d, #d4b3e6);
  background: -moz-linear-gradient(right, #054f7d, #d4b3e6);
  background: linear-gradient(to right, #054f7d, #d4b3e6);
}

.introduction1 .container {
  max-width: 1080px;
}

.introduction1-text {
  overflow: hidden;
  margin: -18px 0;
}

.introduction1-text p {
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.introduction1 .introduction-more-btn {
  display: none;
}

@media (max-width:1680px) {
  .introduction1 .container {
    max-width: 980px;
  }
}

@media (max-width:480px) {
  .introduction1-text {
    position: relative;
    padding-right: 0;
  }

  .introduction1-text p {
    padding: 8px 0;
    font-size: 14px;
    line-height: 22px;
  }

  .introduction1-text {
    margin: -8px 0;
  }
}

.LANG-cn .introduction1-text p {
  line-height: 1.8;
}

/*==E introduction1*/

/*S-= hotspot*/
.hostpot {
  background: #fff;
  overflow: hidden;
}

.hostpot .container {
  max-width: 1220px;
}

.l-newsList ul {
  margin: 0 -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-newsList li {
  width: 50%;
  float: left;
  margin-top: -1px;
  padding: 0 50px;
}

.l-newsList .l-newsBox {
  height: 100%;
  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-=大会简介 */
/* .briefing{padding-top:40px;padding-bottom:40px;
  background:-webkit-linear-gradient(left,#054f7d,#d4b3e6);
  background: -o-linear-gradient(right, #054f7d, #d4b3e6);
  background: -moz-linear-gradient(right, #054f7d, #d4b3e6); 
  background: linear-gradient(to right, #054f7d , #d4b3e6); } */
.briefing {
  padding-top: 40px;
  padding-bottom: 40px;

  background: linear-gradient(to bottom, #f0f0f0, #eee);
}

.briefing .imgR,
.briefing .textL {
  float: left;
}

.briefing .textL {
  padding-right: 8%;
  width: 70%;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.briefing .textL p {
  padding-bottom: 35px;
}

.briefing .imgR {
  position: relative;
  width: 30%;
}

.briefing .imgR .baseMap {
  display: block;
  padding: 20px 15.26%;
  color: #333;
  text-align: center;
}

.briefing .baseMap h5 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
}

.briefing .baseMap p {
  font-size: 16px;
  line-height: 1.25;
}

.briefing .baseMap i {
  position: absolute;
  margin-left: 10px;
  font-size: 18px;
}

.briefing .baseMap:hover i {
  margin-left: 20px;
}

/* .briefing .imgR .baseMap:after{position:absolute;bottom:-40px;left:15%;display:block;width:70%;height:20px;border-radius:50%;background-color:rgba(230,230,230,.5);content:" ";filter:blur(2px);} */
@media(max-width:1240px) {
  .briefing .textL p {
    font-size: 16px;
  }

  .briefing .imgR img {
    width: 100%;
  }
}

@media(max-width:750px) {
  .briefing {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px
  }

  .briefing .imgR {
    width: 100%
  }

  .briefing .imgR .baseMap {
    width: 100%;
    position: relative;
    display: block
  }

  .briefing .textL,
  .thought .titleH {
    width: 100%;
    padding: 0
  }

  .briefing .textL p {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 24px
  }

  .briefing .imgR .baseMap img {
    width: 35%;
    float: left;
    margin-right: 20px
  }

  .briefing .imgR .baseMap {
    padding: 9% 8% 18%
  }

  .briefing .imgR .baseMap:after {
    display: none
  }

  .briefing .imgR .baseMap .text {
    text-align-last: left
  }

  .briefing .imgR .baseMap .text h5 {
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: 10px
  }
}

/* E-=大会简介 */



/* S-= partner */
.partner {
  background-image: url("../images/logobg.png") !important;
  background-position: center top;
  background-size: cover;
  animation: mall-bg 50s linear infinite;
}

@keyframes mall-bg {
  0% {
    background-position-y: 0;
  }

  100% {
    background-position-y: -1463px;
  }
}

.partner h3 {
  padding-bottom: 40px;
}

.partner .logeBox {
  padding: 3.87%;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.partner .logeBox li {
  float: left;
  padding: 5px;
  width: 33.3%;
  transition: all linear .3s;
}

.partner .logeBox li a {
  display: block;
}

.partner .logeBox li img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 220px;
  margin: 0 auto;
}

@media(max-width:768px) {
  .partner .logeBox li {
    width: 33.333%;
  }
}

@media (min-width:750px) {
  .logeBox .ul:hover a {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray;
  }

  .logeBox .ul:hover a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
  }
}

/* E-= partner */


/* ==S new */
.new-box {
  background-color: rgb(248, 249, 252);
}

.new ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.new ul li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}

.new ul li a {
  display: block;
  height: 100%;
  margin: 0 10px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 0 8px #e2dcdc4d;
}

.new ul li a p {
  font-size: 16px;
  line-height: 1.54;
  color: #333;
}

.new ul li a>div {
  margin-top: 20px;
  color: #2575d4;
  font-size: 14px;
}

.new ul li a>div:hover .iconfont {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

.new ul li a>div .iconfont {
  font-size: 24px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  color: #3f85d9;
}

@media (max-width:768px) {
  .new ul li {
    width: 100%;
  }

  .new ul li a {
    padding: 30px 10px;
  }
}

/* ==E new */