/* @font-face {
    font-family: zhengwen;
    src: url('../fonts/fzlthj.eot'),
    url('https://hwyhw-static.smarket.net.cn/519/seminar/detour2021/website/fzlthj.TTF'),
    url('../fonts/fzlthj.svg'),
    url('../fonts/fzlthj.woff');
}

@font-face {
    font-family: biaoti;
    src: url('../fonts/fzltzchj.eot'), url('https://hwyhw-static.smarket.net.cn/519/seminar/detour2021/website/fzltzchj.TTF'),
    url('../fonts/fzltzchj.svg'),
    url('../fonts/fzltzchj.woff');
}

@font-face {
    font-family: yingwen;
    src: url('../fonts/HuaweiSans-Light.eot'), url('../fonts/HuaweiSans-Light.ttf'),
    url('../fonts/HuaweiSans-Light.svg'),
    url('../fonts/HuaweiSans-Light.woff');
} */

html {
  font-size: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  /*font-size:100px;*/
  font-family: "微软雅黑";
  color: #333;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.content {
  /*background: #DEDEDE;*/
  background-color: #f5f5f5;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;
}

.m-box {
  margin: 0 auto;
  padding-top: 70px;
  width: 100%;
  position: relative;
  background: #D7E2ED;
}

.block-point {
  position: absolute;
  left: auto;
    top: -50px;
}

.mores {
  cursor: pointer;
  /*color: #c7000b;*/
  /*border-radius: 8px;*/
  /*border: 1px solid #c7000b;*/
  /*padding: 6px 20px;*/
  /*font-size: 16px;*/
  margin: 0 auto;
  display: table;
}

.mores img {
  width: 100px;
}

/*头部开始*/
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 999;
  transition: background 0.2s;
  -moz-transition: background 0.2;
  -webkit-transition: background 0.2;
  -o-transition: background 0.2;
}

.new_header {
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2;
  -moz-transition: background 0.2;
  -webkit-transition: background 0.2;
  -o-transition: background 0.2;
}

.header-content {
  display: flex;
  justify-content: space-between;
  padding: 0 6% 0 8%;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(235, 242, 247, 1);
}

.pc-logo {
  display: block;
  width: 133px;
  /*top: 23px;*/
}

.wap-logo {
  display: none;
}

.wap-zt-title {
  font-size: 0.22rem;
  color: #212121;
  font-weight: bold;
  padding: 5% 3% 4%;
}

.header-list {
  display: flex;
  width: 75%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

@media screen and (min-width: 1000px) {
  .header-list {
    width: 75%;
    max-width: 1000px;
    margin-left: 5%;
  }
}

.header-list .header-li.redborder a {
  display: initial;
  display: ruby-text-container \0;
  /*margin-left: 180px;*/
  padding: 5px 14px;
  border: 1px solid #212121;
  border-radius: 4px;
  width: 109px;
  height: 32px;
}
/* .header-list .header-li:nth-last-child(2) a {
  display: initial;
  display: ruby-text-container \0;
  padding: 5px 20px;
  border: 1px solid #212121;
  border-radius: 10px;
  width: 109px;
  height: 32px;
} */
.header-list .header-li.redborder a {
  border: 1px solid #c7000b;
  color: #c7000b;
}

.header-list .header-li.redborder a:hover {
  border: 1px solid #c7000b;
}


.header-li {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  flex: 1;
  padding: 0 6px;
  max-width: 100px;
  text-align: center;
}

.header-li a {
  display: block;
  height: 100%;
}

.header-li a:link,
.header-li a:active,
.header-li a:visited {
  text-decoration: none;
  color: #212121;
}

.header-li a:hover {
  color: #c7000b;
}

.header-li:last-child {
  padding-right: 0;
  /*margin-left: 180px;*/
}

.header-li:hover a {
  color: #c7000b;
}

.header-list:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.mb-header-btn {
  display: none;
}

.mb-header-list {
  display: none;
}

/*头部结束*/

/*banner 开始*/
.banner {
  position: relative;
  display: flex;
  /*height: 490px;*/
  padding-top: 79px;
  padding-bottom: 38px;
  align-items: center;
  justify-content: center;
  background: #dedede;
}

.banner-img {
  display: block;
  width: 664px;
}

.wapbanner-img {
  display: none;
}

.banner-reg-a {
  position: static;
}

.banner-slogan {
  padding-left: 72px;
  /*position: absolute;*/
  /*left: 50%;*/
  /*transform: translate(-50%, 0);*/
  /*width: 1160px;*/
  /*max-width: 1160px;*/
  /*padding: 40px 20px 10px 20px;*/
  /*top: 33%;*/
  /*z-index: 9;*/
  /*display: none;*/
}

.banner .banner-ft-img {
  position: absolute;
  right: 120px;
  bottom: 22px;
  width: 125px;
}

/*.banner .active{display: block;}*/
.banner_top {
  top: 71%;
}

.slogan-text11 {
  line-height: inherit !important;
  margin-bottom: 20px;
}

.slogan-text1 {
  margin-top: 5px;
  color: #231815;
  font-size: 24px;
  text-justify: distribute;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}
.slogan-text1:after,.slogan-text2:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
}

.slogan-text2 {
  color: #231815;
  font-size: 54px;
  text-justify: distribute;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}

.banner-btn {
  opacity: 1;
  transform: translateY(-20%);
  width: 120px;
  height: 36px;
  background: #c50819;
  border-radius: 10px;
  border: 1px solid #c50819;
  color: #fff;
  margin-top: 29px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

.banner-btn1 {
  opacity: 0;
  transform: translateY(-20%);
  width: 120px;
  height: 36px;
  background: #c50819;
  border-radius: 10px;
  border: 1px solid #c50819;
  color: #fff;
  margin-top: 29px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}

.banner-slogan.active .slogan-text1,
.banner-slogan.active .slogan-text2,
.banner-slogan.active .banner-btn,
.banner-slogan.active .infos {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s;
}

.banner-slogan.active .slogan-text1,
.banner-slogan.active .slogan-text2,
.banner-slogan.active .banner-btn1,
.banner-slogan.active .infos {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s;
}

.m-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: 1px \0;
}

.bannerorder-btn {
  position: absolute;
  left: 50%;
  top: 88%;
  width: 18.44%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bannersign-btn {
  position: absolute;
  left: 60%;
  top: 88%;
  width: 18.44%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-btn-img {
  display: block;
  width: 100%;
}

.banner-btn-text {
  position: absolute;
  left: 48%;
  top: 54%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
}

.mb-banner {
  display: none;
}

.infos {
  display: flex;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.infos .time {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #c7000b;
  margin-right: 15px;
}

.infos .time img {
  width: 18px;
}

.infos .site {
  display: flex;
  align-items: center;
  border-left: 1px solid #000000;
  color: #3e3a39;
  padding-left: 15px;
}

.infos .site img {
  width: 17px;
  margin-right: 10px;
}

/*banner 结束*/
.background-box {
  position: relative;
 /* background-image: url("../img/box_bg1.png"); */
  background-size: 100% 100%;
  /* background-image: linear-gradient(to bottom, #dedede, #f5f5f5); */
  background-image: url('../img/new/home_new_bg.png');
}

.left-bg-img {
  position: absolute;
  top: 390px;
  left: -50px;
  width: 192px;
}

/*大会简介开始*/
.intro {
  /*margin-top:-160px;*/
  margin-bottom: 30px;
  z-index: 30;
  /*padding-top: 40px;*/
  margin-bottom: 0;
}

.intro-bg {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}


.intro-box {
  width: 100%;
  max-width: 1420px;
  padding: 16px 40px 60px 40px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.intro-float:after {
  content: "";
  display: block;
  clear: both;
}

.jt2icon {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
}

.jticon {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #c7000b;
}

.intro-title {
  display: flex;
  padding-top: 70px;
  /*padding-bottom: 14px;*/
  align-items: flex-end;
}

.intro-title.titler {
  justify-content: flex-end;
}

.intro-title img {
  margin-left: 20px;
  width: 26px;
}

.title-cn {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}

.solution .title-cn,
.case .title-cn,
.product .title-cn {
  font-size: 26px;
}

/*.title-cn::before {*/
/*	display: block;*/
/*	content: '';*/
/*	width: 80px;*/
/*	height: 2px;*/
/*	background: #212121;*/
/*	margin-bottom: 13px;*/
/*}*/

/*.title-cn.active::before {*/
/*	display: none;*/
/*}*/

.title-icon {
  display: inline-block;
  width: 41px;
  vertical-align: middle;
  margin: 0 10px;
}

.title-en {
  padding-left: 20px;
  color: #999999;
  font-size: 20px;
  /*vertical-align: middle;*/
  /*letter-spacing: 03px;*/
}

.intro-text1 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  padding-right: 10px;
}

.intro-margin {
  margin-bottom: 0 !important;
}

.intro-float {
  margin-top: 14px;
  padding: 60px 33px 43px;
  height: 381px;
  background-image: url("../img/background_1.png");
  background-size: 100% 100%;
  display: flex;
}
.intro-float-wap {
  display: none;
}

.intro-text2 {
  height: 100%;
  max-height: 264px;
  overflow-y: auto;
  flex: 1;
  margin-left: 54px;
}

.intro-text2::-webkit-scrollbar {
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.intro-text2::-webkit-scrollbar-thumb {
  width: 2px;
  background: #c50819;
}

.intro-video-box {
  width: 474px;
  flex: 0 0 474px;
}

.intro-video-cover {
  display: block;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  filter: brightness(80%);
}
.intro-video-cover.nofilter {
    filter:unset;
    cursor: default;
}

.play-icon {
  position: absolute;
  width: 10%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}

.float-text {
  position: absolute;
  left: 30px;
  bottom: 60px;
  width: 41.5%;
}

.intro-botttom-text {
  text-align: right;
  color: #666666;
  font-size: 18px;
  padding-right: 25px;
  margin-top: 20px;
}

/*大会简介结束*/
/*嘉宾开始*/
.mb-speaker-swiper-box {
  display: none;
}

.speaker {
  width: 100%;
}

.solutioncon .intro-title,
.productcon .intro-title {
  padding-top: 40px;
}

.speaker-swiper-box {
  position: relative;
  width: 100%;
  max-width: 1420px;
  padding: 3px 40px 10px 40px;
  margin: 0 auto;
  /*background: url(../img/page-icon1.png)no-repeat right top;*/
}

.speaker-swiper-box .swiper-container {
  padding-bottom: 70px;
  margin-top: 61px;
}

.swiper-container.swiper-dongni {
  overflow: inherit;
  display: block;
}

.speaker-swiper-box .swiper-slide {
  /*padding: 20px;*/
  /*padding-right: 72px;*/
}

.swiper-case-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -23px;
  left: 0;
}

.swiper-wap-case-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}

.mb-speaker-swiper-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 6px;
  margin-right: 8px;
  background: #d8d8d8;
  border-radius: 4px;
}

.swiper-pagination-bullet-active {
  width: 32px;
  background: #ce0e2d;
}

.speaker-li {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  border-radius: 20px;
  /*background: #E9F5FD;*/
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.speaker-item {
  display: flex;
  width: 148px;
  height: 148px;
  justify-content: center;
  border-radius: 100px;
  align-items: flex-end;
  background: linear-gradient(180deg, #c7c7c7 1%, #c1bfc3 100%);
  overflow: hidden !important;
  position: relative;
  z-index: 1;
}

.speaker-img {
  /*transition: 0.8s;*/
  /*display: block;*/
  width: 100%;
  /*-webkit-border-radius: 5px;*/
  /*-moz-border-radius: 5px;*/
  /*border-radius: 20px;*/
  /*-webkit-box-shadow: 3px 3px 20px 0px rgba(21, 67, 81, 0.3);*/
  /*-moz-box-shadow: 3px 3px 20px 0px rgba(21, 67, 81, 0.3);*/
  /*box-shadow: 3px 3px 20px 0px rgba(21, 67, 81, 0.3);*/
}

/* .speaker-img2 {
	transition: 0.2s;
	position: absolute;
	top: 0;
	left: 7%;
	width: 92.5%;
} */
.speaker-img2 {
  width: 70%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.speaker-img3 {
  display: none;
  transition: 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 3px 3px 13px 0px rgba(21, 67, 81, 0.3);
  -moz-box-shadow: 3px 3px 13px 0px rgba(21, 67, 81, 0.3);
  box-shadow: 3px 3px 13px 0px rgba(21, 67, 81, 0.3);
}

.speaker-li:hover .speaker-line {
  display: block;
}

.speaker-li:hover .speaker-img3 {
  display: block;
}

.speaker-li:hover .speaker-img2 {
  transform: scale(1.2);
  transform-origin: center center;
}

.speaker-li:hover .speaker-img {
  opacity: 0;
}

/*
.speaker-swiper-box .swiper-slide-next .speaker-li {
	-webkit-transform: translateY(16px);
	-moz-transform: translateY(16px);
	-ms-transform: translateY(16px);
	-o-transform: translateY(16px);
	transform: translateY(16px);
}
 */
.speaker-swiper-box .speaker-arrow-left,
.speaker-arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(360deg, #eeeeee 0%, #ffffff 100%);
  border: 1px solid #ffffff;
  cursor: pointer;
  outline: none;
}

.speaker-swiper-box .speaker-arrow-left {
  right: 98px;
  /*background: url("../img/arrow-left.png") center no-repeat;*/
  /*-webkit-background-size: 98% 98%;*/
  /*background-size: 98% 98%;*/
}

/*.speaker-swiper-box .speaker-arrow-left:hover {*/
/*	background: url("../img/arrow2-left.png") center no-repeat;*/
/*	-webkit-background-size: 98% 98%;*/
/*	background-size: 98% 98%;*/
/*}*/

.speaker-swiper-box .speaker-arrow-right {
  right: 16px;
  /*background: url("../img/arrow-right.png") center no-repeat;*/
  /*-webkit-background-size: 98% 98%;*/
  /*background-size: 98% 98%;*/
}

/*.speaker-swiper-box .speaker-arrow-right:hover {*/
/*	background: url("../img/arrow2-right.png") center no-repeat;*/
/*	-webkit-background-size: 98% 98%;*/
/*	background-size: 98% 98%;*/
/*}*/
.speaker-arrow-left img,
.speaker-arrow-right img {
  width: 25px;
}

.case-arrow-left img,
.case-arrow-right img {
  width: 25px;
}

.case-arrow-left,
.case-arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(360deg, #eeeeee 0%, #ffffff 100%);
  border-radius: 26px;
  border: 1px solid #ffffff;
  cursor: pointer;
  outline: none;
  z-index: 10;
}

.case-arrow-left {
  left: 16px;
}

.case-arrow-right {
  right: 16px;
}

.mynews-arrow-left,
.mynews-arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 140px;
  top: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(360deg, #eeeeee 0%, #ffffff 100%);
  border-radius: 26px;
  border: 1px solid #ffffff;
  cursor: pointer;
  outline: none;
}

.swiper-button-disabled {
  opacity: 50% !important;
}
.mynews-arrow-left img,
.mynews-arrow-right img {
  width: 25px;
}

.mynews-arrow-left {
  right: 140px;
}

.mynews-arrow-right {
  right: 60px;
}

/*.case-arrow-left:hover, .mynews-arrow-left:hover {*/
/*    background: url("../img/page-icon181.png") center no-repeat;*/
/*    -webkit-background-size: 98% 98%;*/
/*    background-size: 98% 98%;*/
/*}*/

/*.case-arrow-right:hover, .mynews-arrow-right:hover {*/
/*    background: url("../img/page-icon191.png") center no-repeat;*/
/*    -webkit-background-size: 98% 98%;*/
/*    background-size: 98% 98%;*/
/*}*/

.speaker-name {
  padding-top: 24px;
  font-size: 20px;
  text-align: center;
  color: #555555;
  font-weight: bold;
}

.speaker-line {
  display: none;
  margin-top: 10px;
  width: 25px;
  height: 3px;
  background: #ce0e2d;
}

.agenda-line-content {
}

.speaker-jpb {
  width: 148px;
  padding-top: 10px;
  color: #666666;
  text-align: center;
  font-size: 14px;
}

.mb-speaker-bg {
  display: none;
}

.mb-speaker-swiper {
  display: none;
}

/*嘉宾结束*/
/*大会议程开始*/

.agenda-bg-box {
  position: relative;
  /* background-color: #f5f5f5; */
}

.agenda-bg-box::after{
  content: "";
  width: 100%;
  height: 90px;
  background: rgba(230, 230, 230, 0.294);
  position: absolute;
  bottom: 0;
  left: 0;
}

.agenda-bg-img {
  position: absolute;
  width: 501px;
  right: -3px;
  bottom: -90px;
}

.agenda {
  width: 100%;
  display: block;
}

.wap-agenda {
  display: none;
}

.agendacon {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  width: 100%;
  max-width: 1420px;
  /* height: 744px; */
  padding: 2px 40px 0 40px;
  margin: 0 auto;
  /*padding-bottom: 300px;*/
  /*background: url(../img/page-icon10.png)no-repeat right bottom;*/
}

.agendacon::after {
  display: block;
  width: 100%;
  clear: both;
  content: "";
}

.agenda-tab {
  display: flex;
  justify-content: center;
  /*float: left;*/
  margin-top: 26px;
  /*width: 13%;*/
}

.agenda-tab:after {
  content: "";
  display: block;
  clear: both;
}

.agenda-tab-li {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.agenda-tab-li .triangle {
  display: none;
}

.agenda-tab-li .icon2 {
  display: none;
  width: 55px;
  height: 58px;
}

.agenda-tab-li .icon1 {
  display: block;
  width: 55px;
  height: 58px;
}

.agenda-tab-li.agenda-tab-li-act .icon1 {
  /*display: none;*/
}

.agenda-tab-li.agenda-tab-li-act .icon2 {
  display: block;
}

.agenda-tab-li1 {
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.agenda-prop {
  position: absolute;
  right: 30px;
  bottom: 170px;
  font-size: 14px;
  line-height: 30px;
  color: #c7000b;
}

.agenda-tab-li:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.agenda-tab-li-act {
  /*background: #c7000b;*/
  cursor: default;
}

.agenda-tab-li-act .triangle {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -12px;
  bottom: 0;
  z-index: 100;
}

.triangle:after,
.triangle:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.triangle:after {
  top: -22px;
  border-color: transparent transparent white transparent;
  border-width: 12px;
}

.triangle:before {
  top: -23px;
  border-color: transparent transparent #a00 transparent;
  border-width: 12px;
}

/*.triangle:after {*/
/*	content: "";*/
/*	width: 0;*/
/*	height: 0;*/
/*	position: absolute;*/
/*	border-left:5px solid #CE0E2D;*/
/*	border-right: 5px solid #CE0E2D;*/
/*	border-bottom: 12px solid #CE0E2D;*/
/*}*/

.agenda-tab-li-act img {
  /*filter: grayscale(100%) brightness(200%);*/
}

.agenda-li-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  /*vertical-align: middle;*/
  color: #333333;
  padding: 0 45px;
  /*text-align: left;*/
}

.agenda-li-line {
  position: absolute;
  top: 11px;
  left: 0;
  width: 1px;
  height: 60px;
  background: #e3e3e3;
}

.agenda-li-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 82px;
}

.agenda-li-line {
  display: none;
}

.agenda-tab .agenda-tab-li-act .agenda-li-bg-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  display: block;
  width: 25px;
  height: 3px;
  background: #ce0e2d;
  /*background-image: url("../img/box_bg4.png");*/
  /*background-size: 100% 100%;*/
}

.time-icon1 {
  width: 22px;
  display: none;
  vertical-align: middle;
  top: -2px;
}

.time-icon2 {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.time-text {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

/*.agenda-tab-li-act .agenda-li-text {*/
/*padding-right: 10px;*/
/*color: #ffffff;*/
/*}*/

/*.agenda-li-text {*/
/*	display: flex;*/
/*	align-items: start;*/
/*}*/

/*.agenda-li-text img {*/
/*	margin-right:7px;*/
/*}*/

.agenda-tab-li-act .time-icon1 {
  display: inline-block;
}

.agenda-tab-li-act .time-icon2 {
  display: none;
}

.agenda-box1 {
  height: 100%;
  display: none;
  /*transition: 0.8s;*/
}

.agenda-box1.active {
  display: block;
  /*transition: 0.8s;*/
}

.agenda-tab2 {
  transition: 0.2s;
  z-index: 1;
  margin-top: 54px;
  float: right;
  width: 219px;
  margin-right: -30px;
  background: linear-gradient(
    109deg,
    #bef0ff 0%,
    rgba(184, 219, 239, 0.37) 100%
  );
  box-shadow: 20px 40px 500px 0px rgba(95, 117, 134, 0.38);
  border-radius: 10px;
  height: 400px;
}

.agenda-tab2.active {
  margin-right: -40px;
  transition: 0.2s;
}

.agenda-tab2h1 {
  margin-left: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: start;
  align-items: end;
  font-size: 18px;
  color: #212121;
  width: 180px;
  font-weight: bold;
}

.agendats {
  width: 150px;
}

.agenda-tab2h1 img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.agenda-tab2h2 {
  margin-left: 30px;
  font-size: 14px;
  color: #212121;
  margin-bottom: 20px;
  color: #444;
  font-size: 14px;
}

.agenda-tab2menu {
  transition: 0.8s;
  color: #212121;
  cursor: pointer;
  margin-left: 30px;
  margin-top: 10px;
  font-size: 14px;
}

.agenda-tab2menu::before {
  content: "";
  vertical-align: middle;
  margin-right: 12px;
  display: inline-block;
  background: #212121;
  height: 1px;
  width: 8px;
}

.agenda-tab2menu.active {
  transition: 0.8s;
  color: #c50819;
}

.agenda-tab2menu.active1::before {
  display: none;
}

.agenda-tab2menu.active::before {
  background: #c50819;
}

.agenda-box {
  z-index: 2;
  /*float: right;*/
  display: none;
  width: 100%;
  background: #ffffff;
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  border-radius: 0 0 10px 10px;
  /*margin-top: 54px;*/
  padding: 30px 18px 30px 30px;
  border-top: 1px solid #ce0e2d;
  overflow: hidden;
  /* height: 520px; */
}

.agenda-box1 .swiper-Part {
  height: 100%;
}

.swiper-Part .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-Part.swiper-container-vertical > .swiper-scrollbar {
  width: 2px;
  right: 0;
  top: 0;
}

.swiper-scrollbar-drag {
  background: #c50819;
}

.agenda-line0 {
  padding-left: 120px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d4d6dc;
}

.agenda0-icon {
  display: inline-block;
  height: 22px;
  top: 04px;
}

.agenda-box-act {
  display: block;
}

.agenda-box.agenda-box-act.active {
  background: #ffffff url(../img/havenoinfo.png) no-repeat center;
  background-size: 223px;
  padding-top: 300px;
}

.agenda-box.agenda-box-act.active .agenda-line2-td1 {
  display: none;
}

.agenda-line1 {
  text-align: center;
  margin-bottom: 40px;
}

.agenda-line1-td1 {
  display: inline-block;
  width: 450px;
  text-align: center;
  vertical-align: top;
}

.agenda-line1-td1-img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.agenda-line1-text {
  display: inline-block;
  color: #333333;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 01px;
  vertical-align: middle;
}

.agenda-line2 {
  font-size: 0;
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: flex-start;
  /*border-bottom: 1px dotted #d3dfe8;*/
}

.agenda-lix {
  width: 9px;
  height: 9px;
  margin-top: 11px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(206, 14, 45, 0.5);
  border: 2px solid #ce0e2d;
  border-radius: 50%;
}

.agenda-title2 {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  color: #333333;
  padding-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 16px;
  align-items: center;
  color: #333333;
  font-weight: bold;
}

.swiper-Part .swiper-slide:first-child .agenda-title2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.agenda-title2-text1 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  /*width: 130px;*/
  height: 40px;
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  /*border-radius: 10px;*/
  /*margin-right: 10px;*/
}

.agenda-title2-text1::after {
  content: "—";
  /*margin-left: 20px;*/
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 100;
}

.agenda-line1 + .agenda-title2 {
  border: none;
}

.agenda-line0 .agenda-line2-td1 {
  font-size: 16px;
  line-height: 28px;
  color: #2a2a2a;
}

.agenda-line0 .agenda-line2-td2 {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #2a2a2a;
}

.agenda-line0 .agenda-line2-td3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #2a2a2a;
}

.agenda-line2 + .agenda-title2 {
  margin-top: 20px;
}

.agenda-line2-td1 {
  display: inline-block;
  /*width: 150px;*/
  padding-right: 73px;
  padding-left: 35px;
  vertical-align: top;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  letter-spacing: normal;
}

.agenda-line2-td2 {
  display: inline-block;
  /*width: 415px;*/
  flex: 1;
  vertical-align: top;
  line-height: 30px;
  color: #333333;
  font-size: 16px;
  letter-spacing: normal;
  padding-right: 70px;
}

.fubiaoti {
  font-size: 16px;
}

.agenda-line2-td3 {
  display: flex;
  flex-wrap: wrap;
  width: 327px;
  /*flex: 1;*/
  align-items: center;
  margin-right: 57px;
  /*width: calc(55% - 105px);*/
  /*vertical-align: top;*/
  /*line-height: 30px;*/
  /*vertical-align: middle;*/
}

.agenda-line2-td3-line {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.agenda-name {
  display: inline-block;
  width: 80px;
  color: #212121;
  font-size: 16px;
  letter-spacing: normal;
  /*2020.5.8注释*/
  /* text-align: justify; */
  vertical-align: top;
}

/*2020.5.8*/
.agenda_h30 {
  height: 30px;
}

.agenda_align {
  text-align: justify;
  word-break: break-all;
  text-justify: distribute;
}

/*5.8结束*/
.agenda-name i {
  width: 100%;
  display: inline-block;
}

.agenda-job {
  display: inline-block;
  width: calc(100% - 86px);
  color: #686d71;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: top;
}

.agenda-job.active {
  font-size: 16px;
  color: #1c1c1c;
}

.no-name {
  width: 100%;
}

.agenda-bottom-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.mb-agenda-bottom-img {
  display: none;
}

.look-live-btn {
  width: 320px;
  height: 52px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #c7000b;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 53px;
  cursor: pointer;
  margin: 90px auto 0 auto;
}

.look-live-icon {
  display: inline-block;
  width: 32px;
  top: 3px;
  margin-left: 4px;
}

/*大会议程结束*/
/*线上展厅开始*/
.exhibition {
  position: relative;
  width: 100%;
  margin-top: -270px;
}

.ex {
  margin-top: 30px;
}

.exhibitioncon {
  width: 100%;
  max-width: 1420px;
  padding: 40px;
  margin: 0 auto;
}

.exhibition-box {
  margin-top: 40px;
  width: 100%;
  border: 4px solid #e3f1f9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #e3f1f9;
  border-bottom: 2px solid #c50819;
  box-shadow: 0px 20px 20px 0px rgb(15, 41, 61, 0.12);
}

.mb-exhibition-box {
  display: none;
}

.exhibition-img {
  display: block;
  width: 100%;
}

.exhibition-text {
  margin-top: 5px;
  padding: 25px 20px 50px 20px;
}

.exhibition-text1 {
  font-size: 16px;
  color: #212121;
  line-height: 32px;
  margin-bottom: 5px;
}

.mb-page-icon {
  display: none;
}

.exhibition-text1:last-child {
  margin-bottom: 0;
}

.exhibition-icon {
  position: absolute;
  display: block;
  width: 6%;
  right: 0;
  bottom: 0;
}

/*线上展厅结束*/
/*精彩回顾开始*/
.review-bg-box {
  background: rgba(230, 230, 230, 0.294);
}

.review-bg-img {
  display: none;
}

.review {
  width: 100%;
  padding-top: 40px;
  /*background: rgba(230, 230, 230, .294);*/
  /*background: url(../img/page-icon8.png) no-repeat left bottom;*/
}

/*.case-box {*/
/*    margin-top: 30px;*/
/*}*/

.intro-title.titler {
  margin-top: 20px;
}

.reviewcon {
  width: 100%;
  max-width: 1420px;
  padding: 0px 40px 0 40px;
  margin: 0 auto;
}

.review-img {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  width: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.review-box {
  display: flex;
  max-width: 1420px;
  margin: 0 auto;
  height: 287px;
  padding: 0 40px;
  align-items: center;
  position: relative;
  width: 100%;
  /*height: 500px;*/
  /*font-weight: 600;*/
}

.zhezhao {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -80px;
  z-index: 17;
  height: 230px;
}

.review-box a {
  display: contents;
}

/*.review-box.pc {*/
/*    display: block;*/
/*}*/

.review-box.wap {
  display: none;
}

.review-btn1,
.review-btn2,
.review-btn3,
.review-btn4 {
  /*white-space: nowrap;*/
  /*position: absolute;*/
  /*width: 16%;*/
  /*z-index: 2;*/
  display: flex;
  flex: 1;
  height: 220px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*border-bottom: 1px solid rgba(197, 8, 25, 1);*/
  font-size: 20px;
  /*transition: 0.3s;*/
  color: #333333;
  background-size: 100% 100%;
  /*padding-bottom: 1%;*/
}

.review-li a {
  /*color: #212121;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.review-li.active {
  height: 240px;
  background-repeat: no-repeat;
  /*border-bottom: 1px solid rgba(197, 8, 25, 0);*/
  /*transition: 0.3s;*/
  /*opacity: 1;*/
}

/*.review-btn1.active2,*/
/*.review-btn2.active2,*/
/*.review-btn3.active2,*/
/*.review-btn4.active2 {*/
/*    transition: 0.3s;*/
/*    opacity: 0;*/
/*}*/
.review-btn1.active {
  background-image: url("../img/dongni_bg1.png");
}

.review-btn2.active {
  background-image: url("../img/dongni_bg2.png");
}

.review-btn3.active {
  background-image: url("../img/dongni_bg3.png");
}

.review-btn4.active {
  background-image: url("../img/dongni_bg4.png");
}

.review-btn1 {
  background-image: url("../img/dongni_bg_1.png");
}

.review-btn2 {
  background-image: url("../img/dongni_bg_2.png");
}

.review-btn3 {
  background-image: url("../img/dongni_bg_3.png");
}

.review-btn4 {
  background-image: url("../img/dongni_bg_4.png");
}

.review-li.active .active-img {
  display: block;
}

.review-li.active span {
  display: block;
  /*width: 56px;*/
  height: 30px;
  margin-top: 26px;
  padding: 6px 22px;
  text-align: center;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  color: #ffffff;
  line-height: 19px;
}

.review-li.active p {
  margin-top: 20px;
  color: #ffffff;
  font-size: 24px;
}

.active .default-img {
  display: none !important;
}

.review-li .default-img {
  display: block;
}

.review-li p {
  margin-top: 30px;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}

.review-li img {
  width: 42px;
}

.review-li span {
  display: none;
}

.review-li .active-img {
  display: none;
}

/*.review-btn1 {*/
/*    top: 9%;*/
/*    left: 22.3%;*/
/*}*/

/*.review-btn2 {*/
/*    top: 36%;*/
/*    right: 22%;*/
/*    justify-content: flex-end;*/
/*}*/

/*.review-btn3 {*/
/*    top: 56%;*/
/*    left: 20.5%;*/
/*}*/

/*.review-btn4 {*/
/*    top: 72%;*/
/*    right: 24.5%;*/
/*    justify-content: flex-end;*/
/*}*/

/*.review-btn1::after {*/
/*    transition: 0.3s;*/
/*    opacity: 1;*/
/*    background: url(../img/pointicon.png) no-repeat center;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    bottom: -16px;*/
/*    right: -18px;*/
/*}*/

/*.review-btn2::after {*/
/*    transition: 0.3s;*/
/*    opacity: 1;*/
/*    background: url(../img/pointicon.png) no-repeat center;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    bottom: -16px;*/
/*    left: -18px;*/
/*}*/

/*.review-btn3::after {*/
/*    transition: 0.3s;*/
/*    opacity: 1;*/
/*    background: url(../img/pointicon.png) no-repeat center;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    bottom: -16px;*/
/*    right: -18px;*/
/*}*/

/*.review-btn4::after {*/
/*    transition: 0.3s;*/
/*    opacity: 1;*/
/*    background: url(../img/pointicon.png) no-repeat center;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    bottom: -16px;*/
/*    left: -18px;*/
/*}*/

/*.review-btn1.active::after {*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/

/*.review-btn2.active::after {*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/

/*.review-btn3.active::after {*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/

/*.review-btn4.active::after {*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/

.play-icon2 {
  width: 4.4%;
}

/*精彩回顾结束*/
/*解决方案开始*/
.solution {
  width: 100%;
  display: block;
}

.wap-solution {
  display: none;
}

.solutioncon {
  width: 100%;
  max-width: 1420px;
  padding: 0px 40px 10px 40px;
  margin: 0 auto;
}

.mb-page-icon3 {
  display: none;
}

.block-title2 {
  text-align: center;
  font-size: 24px;
  color: #8d8f94;
  line-height: 36px;
  margin-top: 45px;
}

.block-title2 span {
  font-size: 20px;
}

.solution-box {
  /*margin-top: 30px;*/
  /*margin-left: -8px;*/
  /*margin-right: -8px;*/
  height: 348px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0.65) 100%
  );
  border-radius: 4px;
  border: 2px solid #ffffff;
}

.solution-box .swiper-wrapper {
  display: block;
}

.agenda-box1.active .swiper-wrapper {
  overflow: auto \0;
}

.product-box,
.product-tab {
  display: grid;
  height: 348px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0.65) 100%
  );
  border-radius: 4px;
  border: 2px solid #ffffff;
  grid-template-columns: repeat(6, 16.66666%);
  grid-template-rows: 50% 50%;
}

.product-tab .product-li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product-tab .product-li:nth-child(6n) .border-right {
  display: none;
}

.product-tab .border-right {
  position: absolute;
  top: 65px;
  right: 0;
  width: 1px;
  height: 60px;
  background-color: rgba(182, 182, 182, 0.4);
}

.product-tab .product-li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-tab .product-li a .product-img img {
  width: 100%;
  height: 100%;
}

.product-tab .product-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: none;
  margin-top: 0;
}

.product-tab .product-li:last-child {
  border-right: none;
}

.solution-tab .swiper-container {
  height: 100%;
}

.solution-tab .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 16.66666%);
  grid-template-rows: 50% 50%;
}

.solution-tab .solution-li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.solution-tab .solution-li:nth-child(6n) .border-right {
  display: none;
}

.solution-tab .border-right {
  position: absolute;
  top: 65px;
  right: 0;
  width: 1px;
  height: 60px;
  background-color: rgba(182, 182, 182, 0.4);
}

.solution-tab .solution-li a {
  width: 100%;
  height: 100%;
}

.solution-tab .solution-li .solution-li-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: none;
  margin-top: 0;
}

.solution-tab .solution-li:last-child .solution-li-box {
  border-right: none;
}

.agenda-box1.active .swiper-wrapper::-webkit-scrollbar {
  width: 0 !important;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  display: none;
}

.ltname {
  display: flex;
  justify-content: center;
  padding: 14px 0;
}

.agenda-box1.active .swiper-wrapper {
  -ms-scroll-chaining: chained;
  -ms-overflow-style: none;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
  -ms-overflow-style: none;
}

.mb-solution-pagination {
  display: none;
}

.solution-box:after {
  content: "";
  display: block;
  clear: both;
}

.solution-li {
  float: left;
  width: 16.6666%;
  padding-top: 1px;
}

.solution-li-box {
  width: 100%;
  height: 220px;
  /*border: 1px solid #BBD6E9;*/
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  /*border-radius: 16px;*/
  overflow: hidden;
  cursor: pointer;
  border-right: 0;
  /*margin-top: -1px;*/
}

.solution-li:last-child .solution-li-box {
  border-right: 1px solid #bbd6e9;
}

.solution-li-box:hover {
  border-top-color: #c50819;
  border-bottom-color: #c50819;
}

.solution-img {
  display: block;
  width: 44px;
  height: 44px;
  /*width: 56%;*/
  /*margin: 10px auto;*/
  /*filter:grayscale(1);*/
}

.solution-icon-box {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 58px;
  height: 59px;
  background: url("../img/solution-icon2.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 295px;
  line-height: 50px;
  padding-left: 10px;
  z-index: 1;
}

.solution-btn {
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 76%;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-moz-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*-o-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
  font-size: 14px;
  line-height: 21px;
  /*padding: 09px 0 30px;*/
  /*-webkit-border-radius: 25px;*/
  /*-moz-border-radius: 25px;*/
  padding-top: 10px;
  border-radius: 25px;
  white-space: nowrap;
  color: #333333;
  /*font-weight: 600;*/
  z-index: 1;
  /*background: url(../img/xjticon.png) no-repeat center bottom;*/
}

/*.solution-li-box:hover .solution-icon-box{*/
/*background: url("../img/solution-icon2.png") center no-repeat;*/
/*-webkit-background-size:100% 100%;*/
/*background-size:100% 100%;*/
/*}*/
.solution-li-box:hover .solution-btn {
  /*color: #C50819;*/
  /*background: url(../img/xjticonative.png) no-repeat center bottom;*/
}

/*.solution-li-box:hover .solution-img{*/
/*filter:none;*/
/*}*/
.partners {
  /*padding-top: 70px;*/
  width: 100%;
  /*padding-bottom: 50px;*/
  display: block;
  background-color: #f5f5f5;
  background-image: url("../img/box_bg5.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.wap-partners {
  display: none;
}

.partnerscon {
  width: 100%;
  max-width: 1420px;
  padding: 7px 40px 60px 40px;
  margin: 0 auto;
}

.partners-box {
  /* max-width: 1080px; */
  padding-top: 29px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 0 -10px;
}

.partners-boxl {
  margin: 0 10px 20px;
  width: calc(20% - 20px);
  /* width: 190px; */
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  border-radius: 4px;
  border: 2px solid #ffffff;
}

/* .partners-box .partners-boxl:not(:nth-child(5n)) {
    margin-right: calc(4% / 3);
} */

/* 如果最后一行是3个元素 */
/* .partners-box .partners-boxl:last-child:nth-child(5n - 1) {
    margin-right: calc(18% + 7% / 3);
} */

/* 如果最后一行是2个元素 */
/* .partners-box .partners-boxl:last-child:nth-child(5n - 2) {
    margin-right: calc(37% + 12% / 3);
} */

/* 如果最后一行是1个元素 */
/* .partners-box .partners-boxl:last-child:nth-child(5n - 3) {
    margin-right: calc(57% + 14% / 3);
} */

.partners-boxl img {
  /*width: 100%;*/
  width: 123px;
  height: auto;
  border-radius: 10px;
}

.mynews {
  padding-top: 40px;
  width: 100%;
  background: #f5f5f5;
  /* padding-bottom: 200px; */
  /*background: url(../img/mynewsicon3.png) no-repeat left center;*/
  display: block;
}

.wap-mynews {
  display: none;
}

.mynewscon {
  width: 100%;
  max-width: 1420px;
  padding: 0px 40px 80px 40px;
  margin: 0 auto;
}

.mynewscon .case-box {
  padding-top: 30px;
}

.highlight {
  width: 100%;
  max-width: 1420px;
  padding: 0px 40px 60px 40px;
  margin: 0 auto;
}

.highlight-box {
  display: flex;
  width: 100%;
  /*height: 370px;*/
  padding-top: 30px;
}

.wap-highlight-box {
  display: none;
}

.highlight-box .left-container {
  display: flex;
  width: 40%;
  /*margin-right: 12px;*/
  flex-direction: column;
}

.highlight-box .left-container .main_high {
  width: 100%;
  height: auto;
  /*height: 240px;*/
}

.highlight-box .left-container .sec_high {
  display: grid;
  margin-top: 14px;
  flex: 1;
  grid-column-gap: 14px;
  /*grid-row-gap: 14px;*/
  grid-template-columns: auto auto;
  /*grid-template-rows: auto auto;*/
}

.highlight-box .left-container .sec_high div {
  height: 100%;
}

.highlight-box .right-container {
  display: grid;
  flex: 1;
  margin-left: 12px;
  grid-row-gap: 14px;
  grid-column-gap: 14px;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}

.left-container img,
.right-container img {
  width: 100%;
  height: 100%;
}

.video-play {
  cursor: pointer;
}

/*解决方案结束*/
.case {
  width: 100%;
  /*padding-bottom: 20px;*/
  /*padding-top: 40px;*/
  display: block;
}

.wap-case {
  position: relative;
  display: none;
}

.casecon {
  position: relative;
  width: 100%;
  max-width: 1420px;
  padding: 0px 41px;
  margin: 0 auto;
}

.case-tab {
  position: relative;
}

.case-tab .line-1 {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  /*background: rgba(182, 182, 182, .4);*/
  background: #b6b6b6;
  opacity: 0.4;
  z-index: 9;
}

.case-tab .line-2 {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  /*background: rgba(182, 182, 182, .4);*/
  background: #b6b6b6;
  opacity: 0.4;
  z-index: 9;
}

.case-tab .swiper-container {
  /*display: grid;*/
  height: 348px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0.65) 100%
  );
  border-radius: 4px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  /*grid-auto-flow: column dense;*/
  /*grid-template-columns: 50% 50%;*/
  /*grid-template-rows: 50% 50%;*/
}

.case-tab .swiper-wrapper {
  /*display: grid;*/
  width: 100%;
  height: 348px;
  flex-direction: column;
/* background: linear-gradient(180deg, rgba(255,255,255,0.21) 0%, rgba(255,255,255,0.65) 100%); */
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.65) 100%);*/
  /*border-radius: 4px;*/
  /*border: 2px solid #FFFFFF;*/
  /*box-sizing: border-box;*/
  /*grid-auto-flow: column dense;*/
  /*grid-template-columns: 50% 50%;*/
  /*grid-template-rows: 50% 50%;*/
}

.case-tab .swiper-slide:nth-child(4n + 1) {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.case-tab .swiper-slide:nth-child(4n + 3) {
  border-bottom: 1px solid #e4e4e4;
}

.case-tab .swiper-slide:nth-child(4n + 2) {
  border-right: 1px solid #e4e4e4;
}

/*.case-tab .swiper-slide:nth-child(4n-2):nth-child(4n) {*/
/*    border-left: 1px solid #B6B6B6;*/
/*}*/

/*.case-tab .swiper-slide:nth-child(4n+1):nth-child(4n+2) {*/
/*    border-bottom: 1px solid #B6B6B6;*/
/*}*/

.case-tab .swiper-slide {
  /*width: 100% !important;*/
  margin-top: 0 !important;
  height: 174px;
  box-sizing: border-box;
}

.case-tab .swiper-slide .case-boxes {
  display: flex;
  height: 100%;
  padding: 15px 24px 16px 20px;
  align-items: center;
}

.case-tab .swiper-slide .case-boxes img {
  height: 100%;
  border-radius: 4px;
}

.case-boxes-content {
  display: flex;
  height: 100%;
  padding-left: 25px;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.case-boxes-content .caselisth1 {
  padding-top: 10px;
  text-align: left;
  -webkit-line-clamp: 2;
}

.case-boxes-content .casemore {
  padding-bottom: 6px;
  justify-content: end;
  border: none;
}

.boxes {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 10px 10px 10px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  box-shadow: 0px 0px 12px 0px rgba(45, 45, 45, 0.06);
  border-radius: 4px;
  border: 2px solid #ffffff;
  /*padding-bottom: .2rem;*/
  /*background: url(../img/caseicon1.png) no-repeat center bottom;*/
  /*background-size: cover;*/
}

.swiper-dongni .boxes {
  height: 348px;
  flex-direction: row;
}

.mynews-list .boxes:hover .casemore {
  justify-content: center;
  background: #ce0e2d;
  border-radius: 4px;
  color: #ffffff;
}

.boxes.boxes2 {
  background: url(../img/boxes2.png) no-repeat center bottom;
  background-size: 100% 31%;
}

.boxes.boxes2 .caselisth1,
.boxes.boxes2 .casemore {
  color: #fff;
}

.mynews-list .boxes {
  /*background: url(../img/mynewsicon2.png) no-repeat center bottom;*/
  background-size: contain;
}

.mynews-list .swiper-slide-active .boxes {
  /*background: url(../img/mynewsicon1.png) no-repeat center bottom;*/
  background-size: contain;
}

.boxes img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.swiper-wap-dongni {
  display: none;
}

.swiper-dongni .boxes img {
  height: 100%;
  width: auto;
}

.caselisth1 {
  font-size: 16px;
  padding-top: 11px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
 .caselisth2{
	height: 80px;
	-webkit-line-clamp: 3;
}
.mynews-list .caselisth1 {
  /*color: #fff;*/
  overflow: hidden;
  height: 55px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mynews-list .caselisth2{
	height: 80px;
	-webkit-line-clamp: 3;
}
.casemore {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  font-size: 14px;
  color: #c50819;
  padding: 10px 0;
  margin-top: 20px;
  cursor: pointer;
  /* border-bottom: 1px solid #ce0e2d; */
}

.casemore2 {
  font-size: 14px;
  color: #c50819;
  cursor: pointer;
  position: absolute;
  left: 40px;
  bottom: 7px;
  z-index: 1;
}

.mynewscon .casemore2 {
  bottom: 27px;
  left: 50%;
  margin-left: -50px;
}

.highlight .casemore2 {
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
}

.casemore2 img {
  width: 100px;
}

/*.mynews-list .casemore {*/
/*    color: #fff;*/
/*}*/

.case-list .swiper-slide-active {
  transform: scale(1);
}

/* transform:translateY(-5%); */
/*.mynews-list {*/
/*    padding-top: 20px;*/
/*}*/

/* .mynews-list .swiper-slide-active{transform:scale(1);transform:translateY(-5%);} */
.swiper-scrollbars,
.swiper-scrollbary,
.swiper-scrollbarp,
.swiper-scrollbardn {
  height: 1px;
  transform: scaleX(0.6);
  bottom: -46px;
}

.swiper-scrollbardn {
  bottom: 0px;
}

.partners-list .swiper-slide {
  padding: 10px;
}

/*热门产品开始*/
.product {
  width: 100%;
  /* background: url(../img/page-icon5.png) no-repeat right bottom; */
  /* padding-bottom: 200px;display: block; */
  padding-bottom: 20px;
  display: block;
}

.wap-product {
  display: none;
}

.productcon {
  width: 100%;
  max-width: 1420px;
  padding: 0px 40px 10px 40px;
  margin: 0 auto;
}

.productcon .intro-title.titler {
  margin-top: 10px;
}

.product-img {
  width: 40px;
  height: 40px;
  /*height: 47px;*/
  /*margin: 20% auto 20%;*/
  /*text-align: center;*/
}

/*.product-box {*/
/*    margin-top: 30px;*/
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

.product-box:after {
  content: "";
  display: block;
  clear: both;
}

.product-li {
  /*width: 16.6666%;*/
  /*padding: 0 15px;*/
  /*height: 220px;*/
  /*border: 1px solid #BBD6E9;*/
  /*border-radius: 16px;*/
  /*border-right: 0;*/
}

/*.product-box .product-li:last-child {*/
/*    border-right: 1px solid #BBD6E9;*/
/*}*/

/*.product-li:hover {*/
/*    border-top-color: #C50819;*/
/*    border-bottom-color: #C50819;*/
/*}*/

/*.product-li-box {*/
/*width: 100%;*/
/*height: 72px;*/
/*-webkit-background-size: 99% 99%;*/
/*background-size: 99% 99%;*/
/*cursor: pointer;*/
/*}*/

/*.product-li-box:hover {*/
/*    -webkit-background-size: 99%;*/
/*    background-size: 99%;*/
/*}*/

/*.product-li a {*/
/*    width: 100%;*/
/*    display: block;*/
/*    height: 100%;*/
/*}*/

/*.product-li img {*/
/*    display: inline-block;*/
/*}*/

.product-title {
  /*position: absolute;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*top: 42%;*/
  /*-webkit-transform: translateY(-50%);*/
  /*-moz-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/
  /*-o-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  text-align: center;
  padding-top: 16px;
  font-size: 14px;
  /*line-height: 28px;*/
  color: #333333;
  /*font-weight: 600;*/
  /*min-height: 56px;*/
  /*padding-bottom: 20px;*/
  /*box-sizing: content-box;*/
  /*background: url(../img/xjticon.png) no-repeat center bottom;*/
}

/*.product-li:hover .product-title {*/
/*    color: #c7000b;*/
/*    background: url(../img/xjticonative.png) no-repeat center bottom;*/
/*}*/

/*热门产品结束*/
/*资料中心开始*/
.resource {
  width: 100%;
  /* max-width: 1420px; */
  display: block;
}

.wap-resource {
  display: none;
}

.resourcecon {
  width: 100%;
  max-width: 1420px;
  padding: 0px 40px 100px 40px;
  margin: 0 auto;
  /*background: url(../img/page-icon1.png) no-repeat center bottom;*/
}

.resource-box {
  display: grid;
  padding: 24px 19px;
  height: 348px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0.65) 100%
  );
  border-radius: 4px;
  border: 2px solid #ffffff;
  grid-template-columns: repeat(3, 33.33333%);
  grid-template-rows: 50% 50%;
  /*margin-top: 40px;*/
  /*margin-left: -.14px;*/
  /*margin-right: -.14px;*/
}

.resource-box:after {
  content: "";
  clear: both;
  display: block;
}

.resourcemore {
  font-size: 16px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  display: block;
  color: #c50819;
}

.resourcecon .casemore2 {
  bottom: 60px;
  left: 50%;
  margin-left: -50px;
}

.casecon .casemore2 {
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
}


.swiper-dongni .resource-li:nth-child(3n + 1) .resource-li-box {
  padding-left: 20px;
  padding-right: 40px;
}

.swiper-dongni .resource-li:nth-child(3n) {
  border-right: none;
}

.swiper-dongni .resource-li:nth-child(3n) .resource-li-box {
  padding-left: 40px;
  padding-right: 20px;
}

.swiper-dongni .resource-li:nth-child(n + 4) .resource-li-box {
  padding-top: 30px;
}

.swiper-dongni .resource-li:nth-child(n + 4) .resource-li-box .resource-btn {
  padding-bottom: 8px;
}

.swiper-dongni.resource-li:nth-child(3n) {
  border-right: none;
}

.swiper-dongni .resource-li:nth-child(-n + 3) {
  border-bottom: 1px solid #e4e4e4;
}

.swiper-dongni .resource-li:nth-child(3n) {
  border-right: none;
}

.swiper-dongni .resource-li {
  border-right: 1px solid #e4e4e4;
  /*width: 75.5%;*/
  /*float: right;*/
  /*margin-bottom: 10px;*/
}

/*.resource-li:first-child {*/
/*    width: 24%;*/
/*    float: left;*/
/*}*/

/*.resource-li:first-child .resource-li-box {*/
/*    height: 330px;*/
/*}*/

/*.resource-li:first-child .resource-li-box .data-down {*/
/*    left: 10%;*/
/*    bottom: 30px;*/
/*    width: 100px;*/
/*}*/

/*.resource-li:first-child .resource-li-box .look-online {*/
/*    left: 45%;*/
/*    bottom: 30px*/
/*}*/

/*.resource-li:first-child .resource-li-box .resource-name {*/
/*    background: url(../img/iconcloud.png) no-repeat center bottom;*/
/*    padding: 9%;*/
/*    line-height: 26px;*/
/*    padding-top: 200px;*/
/*    height: 260px;*/
/*}*/

.resource-li-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 40px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  /*border-radius: 10px;*/
  /*background: #E9F5FD;*/
}

.resource-icon {
  position: absolute;
  left: 6.5%;
  top: 50%;
  width: 16.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.resource-name {
  display: -webkit-box;
  padding-top: 8px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*2020.5.6*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.resource-btn {
  display: flex;
  align-items: center;
  padding-bottom: 38px;
  color: #666666;
}

.look-online {
  /*position: absolute;*/
  /*right: 2%;*/
  /*bottom: 8px;*/
  /*width: 100px;*/
  white-space: nowrap;
  padding-left: 43px;
  /*color: #212121;*/
  font-size: 14px;
  /*line-height: 30px;*/
  cursor: pointer;
}

.look-online img {
  width: 24px;
  height: 15px;
}

.resource-icon2 {
  display: inline-block;
  margin-right: 7px;
  /*top: -02px;*/
  vertical-align: middle;
}

.data-down {
  /*position: absolute;*/
  /*right: 15%;*/
  /*bottom: 8px;*/
  white-space: nowrap;
  font-size: 14px;
  /*line-height: 30px;*/
  cursor: pointer;
}

.data-down img {
  width: 16px;
  height: 18px;
}

.more-btn {
  width: 320px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin: 0 auto;
  background: #e38085;
  border: 2px solid #fafbfe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.more-btn:before,
.more-btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.more-btn-text {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
}

.more-btn-icon {
  display: inline-block;
  width: 21px;
  vertical-align: middle;
  margin-left: 12px;
}

/*资料中心结束*/
.page-icon1 {
  transition: 0.8s;
  position: absolute;
  left: 0;
  top: 0px;
  width: 9%;
}

.page-icon2 {
  transition: 0.8s;
  position: absolute;
  right: 0;
  top: 0;
  width: 11%;
}

.page-icon3 {
  transition: 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  width: 9%;
}

.page-icon4 {
  transition: 0.8s;
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
}

.page-icon5 {
  transition: 0.8s;
  position: absolute;
  right: 0;
  top: 0;
  width: 13%;
}

.page-icon6 {
  transition: 0.8s;
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
}

.page-icon7 {
  transition: 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
}

.page-icon8 {
  transition: 0.8s;
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
}

/*尾部开始*/
.footer {
  width: 100%;
  background: #C7D2E4;
  margin-top: 50px;
}

.footer-content {
  width: 100%;
  height: 8vh;
  max-width: 1730px;
  margin: 0 auto;
}

.footer-left {
  position: absolute;
  top: 50%;
  left: 179px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  font-size: 16px;
  line-height: 29px;
}

.footer-right {
  position: absolute;
  top: 50%;
  right: 183px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  font-size: 16px;
  line-height: 29px;
}

.footer-a {
  color: #333333;
  text-decoration: none;
}

.footer-a:link,
.footer-a:hover,
.footer-a:active,
.footer-a:visited {
  color: #333333;
  text-decoration: none;
}

.bottom-bg {
  position: absolute;
  left: 50%;
  bottom: 120px;
  width: 1920px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mb-bottom-bg {
  display: none;
}

/*尾部结束*/
.marsk {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.marskcon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  padding: 70px;
  transform: translate(-50%, -50%);
  min-width: 360px;
  background: #fff;
}

.marskcon .h1 {
  text-align: center;
  color: #212121;
  font-size: 16px;
}

.marskcon a.marskbtn {
  cursor: pointer;
  width: 120px;
  display: block;
  text-align: center;
  color: #fff;
  height: 36px;
  margin: 30px auto 0;
  line-height: 36px;
  font-size: 14px;
  background: #c50819;
  border-radius: 10px;
  border: 1px solid #c50819;
}

/*视频弹窗开始*/
.video-alert {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}

.video-alert:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.video-alert-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-close {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 24px;
  cursor: pointer;
}

.video-video {
  width: 100%;
  height: auto;
}

/*视频弹窗结束*/
/*浮动按钮开始*/
.float-menu {
  position: fixed;
  right: 6px;
  bottom: 71px;
  z-index: 40;
}

.float-menu-li1 {
  /*width:126px;*/
  /*height:126px;*/
  /*padding-top:25px;*/
  /*text-align: center;*/
  /*font-size:24px;*/
  /*line-height:40px;*/
  /*color: #ffffff;*/
  /*-webkit-border-radius:83px;*/
  /*-moz-border-radius:83px;*/
  /*border-radius:83px;*/
  -webkit-box-shadow: 0px 6px 20px 6px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 6px 20px 6px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 6px 20px 6px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  width: 144px;
}

.float-menu-li2 {
  /*width:126px;*/
  /*height:126px;*/
  margin-top: 25px;
  -webkit-box-shadow: 0px 6px 20px 6px rgba(101, 2, 3, 0.1);
  -moz-box-shadow: 0px 6px 20px 6px rgba(101, 2, 3, 0.1);
  box-shadow: 0px 6px 20px 6px rgba(101, 2, 3, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  width: 102px;
}

.bg-yuan {
  /*position: absolute;*/
  /*left:0;*/
  /*top:0;*/
  width: 100%;
  height: 100%;
  /*z-index:-1;*/
}

.xinxi-icon {
  display: block;
  margin: 0 auto;
}

.float-menu-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.float-text1 {
  font-size: 24px;
  line-height: 30px;
  color: #ab0b25;
  text-align: center;
}

.float-text2 {
  font-size: 22px;
  line-height: 30px;
  color: #ab0b25;
  font-weight: bold;
  text-align: center;
}

/*浮动按钮结束*/
.agenda-tab .active {
  position: absolute;
  top: -0.25rem;
  right: 0.1rem;
  width: 0.52rem;
}

.agenda-tab .active img {
  width: 0.52rem;
}

/*5.29资料下载弹窗*/
.email_dialog {
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.email_box {
  width: 400px;
  padding: 40px 35px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.email_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.email_input {
  width: 300px;
  height: 45px;
  margin: 10px auto;
}

.email_input input {
  padding: 0 5px;
  width: 100%;
  height: 43px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-size: 14px;
  color: #888;
  text-align: center;
}

.email_btn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  margin-top: 30px;
  background: #c7000b;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.email_tip {
  font-size: 18px;
  color: #282828;
  text-align: center;
  line-height: 35px;
  margin-top: 20px;
}

.error_tip {
  font-size: 14px;
  color: #c7000b;
  line-height: 30px;
  text-align: right;
  margin-bottom: -10px;
}

.solution .title-cn,
.case .title-cn,
.product .title-cn,
.resourcecon .title-cn {
  font-size: 22px;
}

@media screen and (min-width: 1600px) and (max-width: 1900px) {
  .solution .title-cn,
  .case .title-cn,
  .product .title-cn,
  .resourcecon .title-cn {
    font-size: 22px;
  }

  .intro-title {
    font-size: 22px;
  }

  /*.intro {*/
  /*    margin-top: -100px;*/
  /*}*/
  .review {
    padding: 40px 0 0 0;
  }

  /*.review-btn1 {*/
  /*    top: 20%;*/
  /*    left: 22.5%;*/
  /*}*/
  /*.review-btn4 {*/
  /*    top: 66%;*/
  /*    right: 24%;*/
  /*}*/
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .partners-box {
    padding-top: 40px;
  }

  /*.agenda-box{margin-top: 44px;}*/
  .speaker-swiper-box .swiper-container {
    margin-top: 26px;
  }

  .agenda-tab {
    margin-top: 38px;
  }

  .agenda-tab2 {
    margin-top: 44px;
  }

  /*.review-btn1 {*/
  /*    top: 19%;*/
  /*    left: 22.8%;*/
  /*}*/
  /*.intro {*/
  /*    margin-top: -100px;*/
  /*}*/
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .speaker-swiper-box .speaker-arrow-left {
    top: 52px;
  }

  .speaker-swiper-box .speaker-arrow-right {
    top: 52px;
  }

  /*.speaker-swiper-box{background: url(../img/page-icon1.png)no-repeat right 40px;}*/
  /*.resource-li:first-child .resource-li-box .look-online {*/
  /*    left: 50%;*/
  /*}*/
  .solution .title-cn,
  .case .title-cn,
  .product .title-cn,
  .resourcecon .title-cn {
    font-size: 21px;
  }

  .intro-title {
    font-size: 20px;
  }

  .review-btn1,
  .review-btn2,
  .review-btn3,
  .review-btn4 {
    font-size: 21px;
  }

  /*.review-box {*/
  /*    height: 500px;*/
  /*}*/
  /*.review {padding: 80px 0 0 0;}*/
  /*.agenda-tab{width: 15%;}*/
  /*.agenda-box{width: 67%;}*/
  .agenda-tab2 {
    margin-right: -50px;
  }

  .agenda-tab2h1,
  .agenda-tab2h2,
  .agenda-tab2menu {
    margin-left: 10px;
  }

  .agendats {
    width: 130px;
    font-size: 16px;
  }

  .agenda-tab2h2 {
    padding-left: 24px;
    font-size: 12px;
  }

  .partnerscon {
    max-width: 1160px;
  }

  .mynewscon {
    max-width: 1160px;
  }

  .casecon {
    max-width: 1160px;
  }

  .reviewcon,
  .review-box {
    max-width: 1160px;
  }

  .highlight {
    max-width: 1160px;
  }

  .resourcecon {
    max-width: 1160px;
  }

  .solutioncon {
  }

  .exhibitioncon {
    width: 1160px;
  }

  .exhibition {
    margin-top: -220px;
  }

  .ex {
    margin-top: 30px;
  }

  /*5.8*/
  /*5.8结束*/
  .float-menu {
    right: 2px;
  }

  /*大会介绍*/
  .intro {
  }

  .intro-box {
    max-width: 1160px;
  }

  .title-cn {
    font-size: 26px;
  }

  /*嘉宾*/
  /*.speaker {*/
  /*	margin-top: 50px;*/
  /*}*/
  .speaker-swiper-box {
    width: 1160px;
  }

  /*议程*/
  .agendacon {
    /*margin-top: 25px;*/
    width: 1160px;
  }

  /*.agenda-tab {*/
  /*	margin-top: 58px;*/
  /*}*/
  /*.agenda-li-text {*/
  /*	font-size: 12px;*/
  /*}*/
  .time-text {
    font-size: 14px;
  }

  .time-icon2 {
    width: 19px;
    top: -1px;
  }

  .agenda-title2 {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
  }

  .agenda-title2-text1 {
    /*width: 100px;*/
    height: 40px;
    margin-left: -15px;
  }

  .agenda-line0 {
    padding-left: 100px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .agenda0-icon {
    height: 20px;
  }

  .agenda-line0 .agenda-line2-td1,
  .agenda-line0 .agenda-line2-td2,
  .agenda-line0 .agenda-line2-td3 {
    font-size: 16px;
    line-height: 26px;
  }

  .agenda-line2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .agenda-line2-td1 {
    font-size: 14px;
  }

  /*.agenda-line2-td2 {*/
  /*	font-size: 16px;*/
  /*	width: 35%;*/
  /*}*/
  .fubiaoti {
    font-size: 14px;
  }

  /* .agenda-line2-td3 {
		width: 41%;
	} */
  .agenda-name {
    font-size: 16px;
  }

  .agenda-job {
    font-size: 13px;
  }

  /*展厅*/
  .exhibition-box {
    margin-top: 25px;
  }

  .exhibition-text1 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  /*方案*/
  .solutioncon {
    width: 1160px;
  }

  /*.solution-box {*/
  /*    margin-top: 25px;*/
  /*}*/
  .solution-li-box {
    height: 220px;
  }

  .block-title2 {
    margin-top: 15px;
  }

  .solution-btn {
    font-size: 16px;
    line-height: 28px;
  }

  /*.product-box {*/
  /*    margin-top: 30px;*/
  /*    font-size: 20px;*/
  /*}*/
  .productcon {
    max-width: 1160px;
  }

  .product-title {
    font-size: 16px;
  }

  /*底部*/
  .footer-content {
    height: 80px;
    max-width: 1160px;
  }

  .footer-left {
    font-size: 16px;
  }

  .footer-right {
    font-size: 16px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .solution .title-cn,
  .case .title-cn,
  .product .title-cn,
  .resourcecon .title-cn {
    font-size: 18px;
  }

  .intro-title {
    font-size: 18px;
  }

  /*.review-box {*/
  /*    height: 400px;*/
  /*}*/
  .review-btn1,
  .review-btn2,
  .review-btn3,
  .review-btn4 {
    font-size: 18px;
  }

  .title-cn {
    font-size: 22px;
  }

  /*.agenda-tab {*/
  /*    width: 15.6%;*/
  /*}*/
  .agenda-tab2h1,
  .agenda-tab2h2,
  .agenda-tab2menu {
    margin-left: 6px;
  }

  .agendats {
    width: 120px;
    font-size: 13px;
  }

  /*.agenda-box {*/
  /*    width: 64%;*/
  /*}*/
  .agenda-tab2 {
    margin-right: -55px;
  }

  .agenda-tab2h1 {
    font-size: 18px;
  }

  .footer-right,
  .footer-left {
    font-size: 14px;
  }

  .product-title,
  .solution-btn {
    font-size: 16px;
  }

  /*.solution-btn {*/
  /*    padding-bottom: 16px;*/
  /*}*/
  /*.review-btn1 {*/
  /*    top: 28%;*/
  /*    left: 22%;*/
  /*}*/
  /*.review-btn4 {*/
  /*    top: 60%;*/
  /*    right: 24%;*/
  /*    justify-content: flex-end;*/
  /*}*/
  .banner-slogan {
    width: 100%;
  }

  .agenda-tab-li {
    padding-left: 12px;
    line-height: 16px;
  }

  .caselisth1 {
    font-size: 12px;
    line-height: 20px;
  }

  .header-li {
    font-size: 14px;
    margin-left: 13px;
  }

  /*.header-list .header-li:last-child a{    margin-left:30px;}*/
  .casemore {
    font-size: 12px;
  }

  .intro-text1 {
    font-size: 12px;
    line-height: 20px;
  }

  .agenda-li-text {
    font-size: 12px;
  }

  .solution-li-box {
    height: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .mores {
    /*border-radius: .08rem;*/
    /*border: .01rem solid #c7000b;*/
    /*padding: .06rem .2rem;*/
    /*font-size: .2rem;*/
    padding-top: 0.3rem;
    margin: 0 auto;
  }

  .solutioncon .intro-title,
  .productcon .intro-title {
    padding-top: 0;
  }

  .productcon .intro-title.titler {
    margin-top: 0;
  }

  .zhezhao {
    display: none;
  }

  .agenda-tab2menu.active {
    color: #212121;
  }

  .agenda-tab2menu.active::before {
    background: #212121;
  }

  .agenda-box.agenda-box-act.active {
    background-size: 3.34rem;
    height: 5rem;
  }

  .agenda-box.agenda-box-act.active .agenda-box1 {
    display: none;
  }

  .mycase-arrow-left {
    bottom: -0.6rem;
    width: 0.5rem;
    height: 0.5rem;
    left: 0.2rem;
  }

  .mycase-arrow-right {
    bottom: -0.6rem;
    width: 0.5rem;
    height: 0.5rem;
    left: 1rem;
  }

  .slogan-text1,
  .slogan-text2,
  .banner-btn,
  .banner-btn1 {
    opacity: 1;
    transform: translateY(0%);
  }

  .m-box video {
    display: none;
  }

  .marskcon {
    border-radius: 0.1rem;
    padding: 0.5rem;
    width: 4rem;
    min-width: 5.5rem;
  }

  .marskcon .h1 {
    font-size: 0.22rem;
  }

  .marskcon a.marskbtn {
    width: 1.2rem;
    height: 0.43rem;
    margin: 0.3rem auto 0;
    line-height: 0.43rem;
    font-size: 0.22rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #c50819;
  }

  .mynewscon .casemore2 {
    /*top: .3rem;*/
    bottom: -0.25rem;
    left: 50%;
    margin-left: -0.76rem;
  }

  .solutioncon .intro-title,
  .productcon .intro-title {
    padding-top: 0;
  }

  .icon1,
  .icon2 {
    width: 0.28rem;
  }

  .mynews {
    display: none;
  }

  .wap-mynews {
    display: block;
    /*margin-top: .42rem;*/
  }

  .case {
    display: none;
  }

  .wap-case {
    /*display: none;*/
    visibility: hidden;
    margin-bottom: 0.72rem;
  }

  .casemore2 {
    display: flex;
    justify-content: center;
    /*width: 100%;*/
    /*right: .3rem;*/
    /*top: .1rem;*/
    /*bottom: auto;*/
    /*color: #6B6B6B;*/
    /*left: auto;*/
    /*font-size: .2rem;*/
  }

  .casemore2 img {
    width: 1.52rem;
    height: auto;
  }

  .caselisth1 {
    font-size: 0.24rem;
    color: #212121;
    height: auto;
    padding: 0;
    line-height: 0.36rem;
  }

  .casemore {
    font-size: 0.22rem;
   /* padding: 0.1rem 0.26rem 0.22rem; */
  }

  .mynewscon .case-box {
    padding-top: 0.3rem;
  }
  .mynewscon .case-box-jingcaishunjian{
	  margin-top: 0.3rem;
	   padding-top: 0;
  }
  .mynewscon .boxes.boxes2 {
    height: 4rem;
    padding: 0.1rem;
    min-height: auto;
    justify-content: space-between;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 100%
    );
    box-shadow: 0rem 0rem 0.12rem 0rem rgba(45, 45, 45, 0.06);
    border-radius: 0.04rem;
    border: 0.02rem solid #ffffff;

  }

  .mynewscon .boxes.boxes2 .caselisth1 {
    display: -webkit-box;
    /*flex: 1;*/
	height: 55px;
    /*padding-top: .16rem;*/
    padding-left: 0.1rem;
    line-height: 0.36rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .mynewscon .boxes.boxes2 .casemore {
    color: #ce0e2d;
    font-size: 0.22rem;
    margin-top: 0;
    padding-bottom: 0.27rem;
    padding-left: 0.1rem;
    border-bottom: none;
  }

  .partners {
  }

  .partners {
    display: none;
  }

  .wap-partners {
    /*padding-bottom: .6rem;*/
    display: block;
    margin-top: 0.6rem;
  }

  .mynewscon,
  .casecon,
  .partnerscon {
    padding: 0.1rem 0.25rem 0.25rem 0.25rem;
  }

  .wap-case .boxes {
    display: flex;
    flex-direction: row;
    height: 2.05rem;
    min-height: auto;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 100%
    );
    box-shadow: 0rem 0rem 0.12rem 0rem rgba(45, 45, 45, 0.06);
    border-radius: 0.04rem;
    border: 0.02rem solid #ffffff;
    padding: 0.1rem;
  }

  .wap-case .boxes img {
    width: auto;
    height: 100%;
  }

  .wapcase-box.swiper-container {
    width: 100%;
    height: auto;
  }

  .wapcase-box .swiper-wrapper {
    height: 9.3rem;
    /*width: 100% !important;*/
    flex-direction: column;
  }

  .wap-case .swiper-slide {
    padding-top: 0.25rem;
    height: auto !important;
  }

  .wap-case .boxes .boxes-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.3rem;
  }

  .wap-case .boxes .boxes-content .caselisth1 {
    padding-top: 0.04rem;
    font-size: 0.24rem;
    color: #333333;
  }

  .wap-case .boxes .boxes-content .casemore {
    border-bottom: none;
    padding-bottom: 0.17rem;
    padding-left: 0;
    margin-top: 0;
    font-size: 0.21rem;
    color: #ce0e2d;
  }

  .partners-box {
    padding-top: 0.3rem;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    display: grid;
    grid-row-gap: 0.3rem;
    grid-column-gap: 0.3rem;
    grid-template-columns: repeat(3, 30%);
    /*justify-content: space-between;*/
    margin: 0;
  }

  .partners-box::after {
    display: block;
    content: "";
    width: 1.53rem;
  }

  .partners-box .swiper-slide {
    /*margin-bottom: .18rem;*/
    /*width: 30%;*/
    height: 0.84rem;
  }

  /*.partners-box .swiper-slide:not(:nth-child(3n)) {*/
  /*    margin-right: calc(4% / 3);*/
  /*}*/
  /*!* 如果最后一行是3个元素 *!*/
  /*.partners-box .swiper-slide:last-child:nth-child(3n - 1) {*/
  /*    margin-right: calc(24% + 8% / 3);*/
  /*}*/
  /*!* 如果最后一行是2个元素 *!*/
  /*.partners-box .swiper-slide:last-child:nth-child(3n - 2) {*/
  /*    margin-right: calc(48% + 17% / 3);*/
  /*}*/
  .partners-boxl {
    width: 100%;
    height: 100%;
    margin: 0;
    /*height: 0.84rem;*/
  }

  .partners-box .swiper-slide .partners-boxl img {
    width: 1.32rem;
    height: auto;
    /*height: 100%;*/
  }

  .partners-boxl img {
    border-radius: 0.1rem;
  }

  .resourcecon {
    width: 100%;
    padding: 0.4rem 0.25rem 0 0.25rem;
    margin-bottom: 0;
    /*margin-top: .4rem;*/
  }

  .resource {
    display: none;
  }

  .wap-resource {
    display: none;
  }

  body {
    font-size: 0;
  }

  .exhibitioncon {
    width: 100%;
    padding: 0 0.25rem;
  }

  /*2020.5.8*/
  .agenda-line-td3-line35 {
    height: 0.35rem;
  }

  /*2020.5.8结束*/
  .content {
    background-image: none;
    background-color: #f5f5f5;
  }

  .title-cn {
    font-size: 0.36rem;
  }

  .title-cn::before {
    width: 0.8rem;
    height: 0.02rem;
    margin-bottom: 0.12rem;
  }

  .bottom-bg {
    display: none;
  }

  .mb-bottom-bg {
    position: absolute;
    left: 0;
    bottom: 1.2rem;
    width: 100%;
    display: block;
  }

  .block-point {
    top: -1rem;
  }

  .highlight {
    width: 100%;
    padding: 0;
  }

  .wap-highlight-box {
    display: block;
    padding-top: 0.3rem;
  }

  .highlight .intro-title {
    padding: 0.77rem 0.25rem 0;
  }

  .wap-highlight-box .swiper-wrapper {
    align-items: center;
  }

  .wap-highlight-box .swiper-slide {
    margin: 0 0.1rem;
    width: 80%;
  }

  .wap-highlight-box .swiper-slide-prev {
    display: flex;
    align-items: center;
    height: 3.17rem;
    justify-content: end;
    /*background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0.41) 100%);*/
    opacity: 0.4;
  }

  .wap-highlight-box .swiper-slide-prev {
  }

  .wap-highlight-box .swiper-slide-next {
    display: flex;
    align-items: center;
    height: 3.17rem;
    /*background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0.41) 100%);*/
    opacity: 0.4;
  }

  .wap-highlight-box .video-play {
    /*height: 3.39rem;*/
    height: 100%;
  }

  .wap-highlight-box .video-play img {
    width: 100%;
    height: 100%;
  }

  .highlight-box {
    display: none;
  }

  /*头部开始*/
  .header {
    left: 0;
    top: 0;
    width: 100%;
    height: 0.9rem;
    z-index: 111;
  }

  .header-content {
    justify-content: space-between;
    padding: 0 0.4rem;
    background: #F2F6FC !important;
  }

  .pc-logo {
    display: none;
  }

  .wap-logo {
    width: 0.6rem;
    height: 0.6rem;
    /*top: 0.15rem;*/
    display: inline;
  }

  .m-box {
    margin-top: 0;
    padding-top: 0.9rem;
    background: #f5f5f5;
  }

  .banner {
    flex-direction: column;
  }

  .header-list {
    display: none;
  }

  .mb-header-btn {
    position: absolute;
    display: block;
    right: 0.3rem;
    top: 0.15rem;
    width: 0.54rem;
    height: 0.51rem;
    padding: 0.1rem;
  }

  .mb-header-list {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
  }

  /* .mb-header-list:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
	} */
  .mb-header-box {
    position: absolute;
    right: 0;
    top: 0.9rem;
    width: 100%;
	opacity: 0.95;
    background: #fff;
    padding-top: 0.5rem;
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.2);
   /* background: url(../img/topbarbg.jpg) no-repeat; */
    background-size: cover;
    padding-bottom: 0.5rem;
    overflow-y: auto;
    max-height: calc(100vh - 0.9rem);
  }

  .mb-header-li {
    padding-top: 0.15rem;
    margin: 0 0.4rem 0.05rem 0.4rem;
    border-bottom: 1px solid #d8d8d8;
    background: url(../img/left-nex.png) no-repeat right center;
    background-size: 0.15rem;
    padding-bottom: 0.2rem;
  }

	.mb-header-box .mb-header-li:has(+ .mb-header-li.mtrem4) {
    border-bottom: none;
  }
  .mb-header-li:last-child {
    border-bottom: none;
  }

  .mb-header-li a {
    display: block;
    color: #333333;
    text-align: left;
    font-size: 0.28rem;
    line-height: 0.65rem;
    text-decoration: none;
  }

  .mb-header-li a:link,
  .mb-header-li a:hover,
  .mb-header-li a:active,
  .mb-header-li a:visited {
    color: #333333;
    text-decoration: none;
  }

  .mb-header-back {
    position: absolute;
    bottom: 0.3rem;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0.4rem;
  }

  .infos {
    font-size: 0.2rem;
    display: flex;
    padding-top: 0.3rem;
    opacity: 1;
  }

  .infos .time {
    margin-right: 0.2rem;
    /*margin-bottom: .1rem;*/
  }

  .infos .time img {
    width: 0.18rem;
    margin-right: 0.1rem;
  }

  .infos .site img {
    width: 0.17rem;
    /*margin-right: .1rem;*/
  }

  /*头部结束*/
  /*banner开始*/
  .banner-img {
    display: none;
  }

  .wapbanner-img {
    display: block;
    padding: 0 0.57rem;
  }

  .wapbanner-img img {
    width: 100%;
    height: auto;
  }

  .mb-banner {
    width: 100%;
    display: block;
  }

  .slogan-text1 {
    display: block;
    padding-top: 0.03rem;
    /*margin-top: .1rem;*/
  }

  .slogan-text11 {
    margin-top: 0;
    line-height: inherit !important;
    margin-bottom: 0.2rem;
  }

  .slogan-text2 {
    display: block;
  }

  .review {
    background: none;
    margin-top: 0.2rem;
  }

  .slogan-text1 {
    width: 100%;
    font-size: 0.29rem;
    height: .42rem;
    line-height: .42rem;
  }

  .slogan-text199 {
    font-size: 0.25rem;
    line-height: 0.5rem;
  }

  .banner {
    padding: 0.64rem 0rem 1rem;
    /*padding-top: .64rem;*/
    background-color: #d8d8d8;
    /*padding-bottom: 1rem;*/
  }

  .slogan-text2 {
    width: 100%;
    font-size: 0.64rem;
    height: .84rem;
    line-height: .84rem;
  }

  .banner-slogan {
    /*top: 8vh;*/
    /*width: 5.34rem;*/
    /*padding: .8rem 0 0 .25rem;*/
    padding-left: 0;
    display: flex;
    font-weight: bold;
    flex-direction: column;
    align-items: center;
  }

  .banner-btn {
    width: 2.34rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    margin-top: 0.61rem;
  }

  .banner-btn1 {
    width: 1.54rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }

  .bannersign-btn {
    position: absolute;
    width: 3.54rem;
    height: 1.34rem;
    top: 87%;
    left: 75%;
  }

  .bannerorder-btn {
    position: absolute;
    width: 3.54rem;
    height: 1.34rem;
    top: 0.3rem;
  }

  .banner-btn-text {
    left: 50%;
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #ffffff;
  }

  /*banner结束*/
  /*大会介绍开始*/
  .jt2icon {
    display: none;
  }

  .jticon {
    display: none;
  }

  .intro-float {
   /* background-image: url(../img/box_bg6.png); */
	background-image: url(../img/new/yaoqinghan-wap.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: right;
  }

  .intro-float {
    padding: 0.3rem;
  }

  .background-box {
    background: linear-gradient(
      180deg,
      #d8d8d8 0%,
      rgba(222, 222, 222, 0) 100%
    );
  }

  .left-bg-img {
    width: 1.91rem;
    left: -0.5rem;
    top: auto;
    bottom: 9.3rem;
  }
  .intro .left-bg-img {
    bottom: -1rem;
  }

  .intro {
    margin-bottom: 0;
    /*background: url(../img/wapimg1.png) no-repeat left .4rem;*/
    /*background-size: 1.34rem 1.44rem;*/
    /*margin-top: 0.2rem;*/
    height: auto;
    padding: 0 0.25rem;
  }

  .intro-box {
    padding: 0rem 0 0.3rem 0;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }

  .title-cn {
    font-size: 0.48rem;
    font-weight: bold;
  }

  .wap-case .title-cn.active,
  .wap-solution .title-cn.active,
  .wap-product .title-cn.active {
    font-size: 0.24rem;
    font-weight: bold;
  }

  .title-icon {
    width: 0.41rem;
    vertical-align: middle;
    margin: 0 0.08rem 0 0.1rem;
  }

  .title-en {
    font-size: 0.24rem;
    padding-left: 0.24rem;
    padding-bottom: 0.04rem;
    /*letter-spacing: 0.03rem;*/
  }

  .intro-text1 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.16rem;
    padding-right: 0;
  }

  .intro-margin span {
    font-size: 0.25rem !important;
  }

  .intro-top {
    margin-top: 0 !important;
  }

  .intro-float {
    margin-top: 0;
    height: auto;
    display: none;
  }
  .intro-float-wap {
    position: relative;
    /* background-image: none; */
    padding-bottom: 1.5rem;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
  }

  .intro-float-wap-border-before {
    content: " ";
    position: absolute;
    /* background-image: url("../img/intro-border.png"); */
    background-size: 100% 100%;
    width: 0.04rem;
    height: 100%;
    left: 0;
  }
  .intro-float-wap-border-after {
    content: " ";
    position: absolute;
    /* background-image: url("../img/intro-border.png"); */
    background-size: 100% 100%;
    width: 0.04rem;
    height: 90%;
    right: 0;
  }
  .intro-float-wap:before {
    content: " ";
    background-image: url("../img/intro-top.png");
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 0.4rem;
    right: 0;
    top: 0;
  }
  .intro-float-wap:after {
    content: " ";
    /* background-image: url("../img/intro-bottom.png"); */
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 0.8rem;
    left: 0;
    bottom: 0;
  }
  .intro-float-wap.show {
    /* background-image: none; */
    background-size: auto 100%;
    display: block;
  }

  .intro-float-wap .intro-video-cover {
    border-radius: 0;
    _webkit-border-radius: 0;
  }
  .intro-title {
    padding-top: 0.65rem;
    /*margin-bottom: .4rem;*/
  }
	.intro-title-bikan-wap{
		 padding-top: 0.45rem;
	}

  .review-bg-box {
    background: #f5f5f5;
    position: relative;
  }

  .review-bg-img {
    display: block;
    position: absolute;
    width: 14.41rem;
    height: 9.52rem;
    top: -1.05rem;
    right: 0;
  }

  .review .intro-title {
    margin-bottom: 0rem;
  }

  .intro-text2 {
    margin-top: 0.25rem;
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.4rem;
    height: auto;
  }
  .intro-text2-wap {
    height: 4.3rem;
    overflow-y: hidden;
    transition: all 0.2s;
    margin-left: 0;
    padding: 0 0.24rem;
  }
  .intro-text2-wap.hauto {
    height: auto;
    transition: all 0.2s;
    overflow-y: initial;
    max-height: initial;
  }
  .showAll.intro-more {
    color: #999;
  }
  .showAll.intro-more .more-img {
    animation: none;
    transform: rotate(180deg);
    filter: grayscale(1);
  }

  .intro-more {
    position: absolute;
    transform: translateX(-50%);
    bottom: 0.4rem;
    left: 50%;
    font-size: 0.26rem;
    color: #ce0e2d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .intro-more .more-img {
    margin-top: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
    animation: moveDown 2s infinite linear;
  }
  @keyframes moveDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
      opacity: 0.5;
    }
    100% {
      transform: translateY(0);
    }
  }
  .intro-more .more-img img {
    display: block;
    width: 100%;
  }

  .intro-video-box {
    width: 100%;
    margin-top: 0.1rem;
  }

  .intro-botttom-text {
    font-size: 0.18rem;
    line-height: 0.4rem;
    padding-right: 0;
    margin-top: 0.15rem;
  }

  .float-text {
    left: auto;
    bottom: 4.8rem;
    width: 2.3rem;
    right: 0.4rem;
  }

  .intro-bg {
    display: none;
  }

  .swiper-scrollbardn,
  .swiper-container.swiper-dongni {
    display: none;
  }

  .swiper-wap-dongni {
    display: block;
  }

  /*大会介绍结束*/
  /*嘉宾开始*/
  .speaker {
    margin-top: 0.7rem;
  }

  .mb-speaker-bg {
    position: absolute;
    display: block;
    left: 0;
    top: 0.2rem;
    width: 100%;
  }

  .speaker-swiper-box {
    display: none;
  }

  .mb-speaker-swiper-pagination {
    bottom: 0.7rem;
  }

  .mb-speaker-swiper-box {
    display: block;
    /*margin-top: 0.35rem;*/
    width: 100%;
    background-image: url("../img/box_bg7.png");
    background-size: 100% 100%;
    padding-bottom: 1.3rem;
  }

  .mb-speaker-swiper-box .intro-title {
    margin-bottom: 0.1rem;
    padding: 0 0.25rem;
  }

  .mb-speaker-swiper {
    display: block;
  }

  .speaker-li {
    border-radius: 0.2rem;
    /* padding: 0 0.1rem; */
  }

  .speaker-img {
    border-radius: 0.2rem;
  }

  /* .mb-speaker-swiper .swiper-slide {
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -ms-transform: scale(0.89);
    -o-transform: scale(0.89);
    transform: scale(0.89);
  }

  .mb-speaker-swiper .swiper-slide-next {
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -ms-transform: scale(0.89);
    -o-transform: scale(0.89);
    transform: scale(0.89);
  } */

  .swiper-scrollbara {
    height: 0.03rem;
    transform: scaleX(0.93);
    bottom: -0.2rem;
  }

  .swiper-scrollbaca {
    height: 0.03rem;
    transform: scaleX(0.62);
    bottom: -0.45rem;
    margin-right: -20%;
    overflow: hidden;
  }

  .swiper-scrollbar,
  .swiper-scrollbaca {
    background: rgba(255, 255, 255, 0.7);
  }

  .swiper-scrollbarso,
  .swiper-scrollbarpr {
    height: 0.03rem;
    bottom: -0.2rem;
  }

  .swiper-pagination {
    position: relative;
    margin: 0.3rem auto 0 auto;
    white-space: nowrap;
  }

  .jjfa-pagination {
    margin: 0.1rem auto 0 auto;
  }

  .swiper-pagination-bullet {
    margin: 0 0.12rem;
  }

  .swiper-pagination-bullet-active {
    width: 23px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ad2122;
  }

  /*嘉宾结束*/
  /*大会议程开始*/
  .agenda {
    display: none;
  }

  .wap-agenda {
    display: block;
    /*margin: .8rem 0 0 0;*/
    background: url(../img/page-icon20wap.png) no-repeat right top;
    background-size: 0.86rem 1.22rem;
  }

  .agendacon {
    padding: 0.2rem 0.25rem 0rem 0.25rem;
    max-height: 14.27rem;
    height: auto;
    background: linear-gradient(
      180deg,
      #fbfbfb 0%,
      rgba(255, 255, 255, 0.83) 100%
    );
    box-shadow: 0rem 0rem 0.12rem 0rem rgba(45, 45, 45, 0.06);
    border: 0.02rem solid #ffffff;
  }

  .agendacon div.agenda-box-act:last-child {
    padding-bottom: 0.2rem;
  }

  .agenda-tab {
    height: 2rem;
    display: block;
    overflow: hidden;
    /*float: inherit;*/
    width: 100%;
  }

  .agenda-tab::after {
    display: none;
  }

  .agenda-box {
    /*float: inherit;*/
    width: 100%;
    /*background: #E1EEF7;*/
    height: auto;
  }

  .agendas-has-prt {
    margin-top: -0.02rem;
    max-height: 10.01rem;
    /*margin-top: 0.3rem;*/
    background: linear-gradient(
      180deg,
      #fbfbfb 0%,
      rgba(255, 255, 255, 0.83) 100%
    );
    box-shadow: 0rem 0rem 0.12rem 0rem rgba(45, 45, 45, 0.06);
    border: 0.02rem solid #ffffff;
    overflow-y: scroll;
    border-top: 1px solid #ce0e2d;
    z-index: 2;
  }

  .agenda-box {
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0.5rem 0.4rem 0;
  }
  .agenda-box:first-child{
    padding-top: 0.2rem;
  }

  .agenda-tabs {
    position: absolute;
    right: 0.3rem;
    top: 0.28rem;
    display: flex;
    flex-direction: column;
    height: 1.3rem;
    justify-content: space-around;
  }

  .agenda-tab2 {
    float: inherit;
    width: 100%;
    margin-top: 0.5rem;
    margin-right: 0;
    height: 1.71rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .agenda-tab2 .iconplan {
    width: 1.76rem;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
  }

  .agenda-tab2h1 {
    margin-left: 0rem;
    font-weight: bold;
    padding: 0.41rem 0 0 2rem;
    /* width: 5rem; */
    width: 7rem;

    margin-bottom: 0.37rem;
    font-size: 0.26rem;
    display: flex;
    /* align-items: end; */
    align-items: center;
  }

  .agenda-tab2menu {
    margin: 0;
    margin-left: 0.2rem;
    font-size: 0.2rem;
    justify-content: space-evenly;
  }

  .agenda-tab2menu2 {
  }

  .agenda-title2 {
    display: flex;
    border-radius: none;
  }

  .agenda-tab2h2 {
    margin-left: 0;
    position: absolute;
    left: 2rem;
    top: 1.2rem;
    font-size: 0.26rem;
    margin-bottom: 0;
  }

  .agenda-tab {
    display: flex;
    margin-top: 0.35rem;
    padding-bottom: 0.3rem;
    overflow-x: auto;
  }

  .agenda-box1 div:last-child {
    padding-bottom: 0;
  }

  .agenda-line {
    height: 0.04rem;
    background: #e0ecf5;
    margin-top: -0.04rem;
  }

  .agenda-tab:before {
    content: "";
    display: none;
  }

  .agenda-tab::after {
    content: "";
    display: none;
    height: 0.03rem;
    background: #e0ecf5;
    position: absolute;
    bottom: 0rem;
    width: 100%;
  }

  .agenda-tab-li-act {
    /*border:none;*/
  }

  .agenda-tab::-webkit-scrollbar {
    display: none;
  }

  .agenda-tab-li .icon2 {
  }

  .agenda-tab-li-act .agenda-li-bg img {
    /*padding-bottom: .13rem;*/
    /*border-bottom: .05rem solid #CE0E2D;*/
    margin-bottom: 0.24em;
  }

  .agenda-li-text .agenda-li-bg {
  }

  .agenda-li-text .agenda-li-bg img {
    /*margin-right: .1rem;*/
    width: 0.66rem;
    height: 0.66rem;
  }

  .agenda-tab-li-act::after {
    z-index: 2;
    position: absolute;
    bottom: 0.76rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0.4rem;
    content: "";
    display: block;
    height: 0.05rem;
    background: #ce0e2d;
    /*border:none;*/
  }

  .agenda-tab-li .agenda-li-bg {
    min-width: 2rem;
    height: 100%;
    flex-direction: column;
    background: transparent;
    justify-content: space-between;
    /*height: ;*/
  }

  .agenda-tab-li.agenda-tab-li-act .icon1 {
    width: 0.66rem;
    height: 0.66rem;
    display: block;
  }

  .agenda-tab-li.agenda-tab-li-act .icon2 {
    display: none;
  }

  .agenda-tab-li-act .agenda-li-bg {
    /*border-bottom: .05rem solid #CE0E2D;*/
  }

  .agenda-tab-li-act .triangle {
    bottom: -0.3rem;
  }

  .agenda-tab-li {
    /*margin-right: .2rem;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*white-space: nowrap;*/
    /*margin-bottom: .2rem;*/
    /*padding: 0 .16rem;*/
    /*height: .56rem;*/
    /*line-height: .56rem;*/
    /*border-radius: .1rem;*/
  }

  .time-icon1 {
    width: 0.22rem;
    top: 0;
  }

  .time-icon2 {
    display: inline-block;
    width: 0.22rem;
    top: 0;
  }

  .agenda-title2-text1 {
    width: auto;
    font-size: 0.25rem;
    height: 0.5rem;
    border-radius: 0.1rem;
    margin-left: -0.2rem;
  }

  .agenda-line2-td3-line {
    display: flex;
    padding-top: 5px;
  }

  .agenda-title2-text1::after {
    margin-left: 0.05rem;
    margin-right: 0.05rem;
  }

  .agenda-line2 {
    border: none;
  }

  .agenda-title2:before {
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #c7000b;
  }

  .agenda-li-text {
    font-size: 0.24rem;
    padding: 0;
    height: 100%;
    /*color: #ffffff;*/
    /*line-height: 0.35rem;*/
    color: #181818;
  }

  .agenda-prop {
    font-size: 0.22rem;
    line-height: 0.4rem;
    bottom: 1.9rem;
    right: 0.15rem;
  }

  .agenda-tab-li-act .agenda-li-text {
    font-size: 0.26rem;
    justify-content: space-between;
    /*line-height: 0.35rem;*/
  }

  .time-text {
    font-size: 0.14rem;
  }

  .agenda-li-name {
    width: 100%;
    height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
  }

  .agenda-line1:after {
    content: "";
    display: block;
    clear: both;
  }

  .agenda-line1-td1 {
    float: left;
    width: 50%;
  }

  .agenda-title2 {
    min-height: 0.6rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    height: auto;
    margin-bottom: 0.05rem;
    margin-top: 0;
  }

  .agenda-tab2 {
    position: relative;
  }

  .agenda-tab2::after {
    font-size: 0.16rem;
    display: block;
    position: absolute;
    content: "滑动查看更多分论坛";
    z-index: 1;
    right: 0;
    top: -0.4rem;
  }

  .agenda-box div:nth-of-type(4) {
    /*padding-top:.2rem;*/
  }

  .agenda-line0 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0;
  }

  .agenda-line0 .agenda-line2-td3 {
    display: none;
  }

  .agenda-line1-td1-img {
    width: 0.39rem;
    margin-right: 0.2rem;
    top: -0.04rem;
  }

  .agenda-line1-text {
    font-size: 0.28rem;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
  }

  .agenda-line1 {
    margin-bottom: 0.35rem;
  }

  .agenda-line2 {
    padding: 0.1rem 0;
    margin-top: 0.4rem;
    letter-spacing: normal;
  }

  .agenda-line2-td1 {
    width: 27%;
    /* width: auto; */
    /* height: 0.72rem; */
    padding-top: 0.05rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.22rem;
    line-height: 0.24rem;
    text-align: left;
    /* font-family: MicrosoftYaHei-Bold, MicrosoftYaHei; */
  }

  .agenda-line-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 0.58rem;
  }

  .agenda-line2-td2 {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.35rem;
    padding-right: 0;
    /*font-weight: 700;*/
  }

  .fubiaoti {
    font-size: 0.18rem;
  }

  .agenda-line2-td3 {
    width: 100%;
    /*padding-left: 27%;*/
    line-height: 0;
  }

  .agenda-line0 .agenda-line2-td1,
  .agenda-line0 .agenda-line2-td2,
  .agenda-line0 .agenda-line2-td3 {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }

  .agenda0-icon {
    height: 0.22rem;
    top: 0.04rem;
  }

  .agenda-line2 + .agenda-title2 {
    margin-top: 0.4rem;
  }

  .agenda-name {
    font-size: 0.2rem;
    line-height: 0.35rem;
    color: #666666;
  }

  .agenda-job {
    font-size: 0.2rem;
    line-height: 0.35rem;
    width: 100%;
    color: #999999;
  }

  .agenda-li-line {
    top: 0;
    height: 0.6rem;
  }

  .mb-agenda-bottom-img {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .agenda-bottom-img {
    display: none;
  }

  .look-live-btn {
    width: 3.2rem;
    height: 0.52rem;
    line-height: 0.55rem;
    font-size: 0.26rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.12rem;
    /*bottom:0.6rem;*/
    margin: 0.4rem auto 0 auto;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #c7000b;
  }

  .look-live-icon {
    width: 0.32rem;
    top: 0.03rem;
  }

  .page-icon1 {
    display: none;
  }

  .page-icon2 {
    position: absolute;
    left: -0.6rem;
    top: 23.22rem;
    width: 1.8rem;
  }

  /*大会议程结束*/
  /*线上展厅开始*/
  .exhibition {
    margin-top: 0.6rem;
  }

  .ex {
  }

  .exhibition-box {
    display: none;
  }

  .mb-exhibition-box {
    display: block;
    margin-top: 0.2rem;
    background: #e3f1f9;
    border-bottom: 0.06rem solid #c50819;
    border-radius: 0.06rem;
  }

  .mb-exhibition-img-box {
    width: 100%;
    padding: 0 3%;
  }

  .mb-exhibition-img {
    display: block;
    width: 100%;
  }

  .exhibition-line {
    display: none;
    margin: 0.1rem auto 0 auto;
    width: 98%;
    height: 0.08rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
    background: #808081;
  }

  .exhibition-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 0.08rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
    background: #fd473e;
  }

  .exhibition-icon {
    display: none;
  }

  .exhibition-prop {
    display: none;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.26rem;
    margin-top: 0.1rem;
  }

  .hand-icon {
    display: inline-block;
    width: 0.28rem;
    margin-right: 0.05rem;
    top: 0.02rem;
  }

  .reviewcon {
    padding: 0px 0.25rem 0rem 0.25rem;
  }

  .mb-exhibition-boxh1 {
    font-size: 0.24rem;
    font-weight: bold;
    padding: 0.4rem 0.25rem 0.3rem;
  }

  .exhibition-text {
    padding: 0.35rem 0.25rem 0.35rem 0.25rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }

  .exhibition-text1 {
    font-size: 0.2rem;
    line-height: 0.42rem;
    margin-bottom: 0.22rem;
  }

  .mb-page-icon {
    position: absolute;
    display: block;
    right: 0;
    width: 0.91rem;
    top: -0.1rem;
  }

  .exhibition-icon {
    width: 0.75rem;
    right: 0.2rem;
    top: 0;
    bottom: auto;
    /*width:0.75rem;
        right:0.66rem;
        bottom:0.11rem;
        left:auto;
        top:auto;*/
  }

  /*线上展厅结束*/
  /*精彩回顾开始*/
  .review {
    padding: 0;
    margin-top: 0rem;
    z-index: 1;
  }

  .review-box {
    margin: 0 auto;
    width: 100%;
    height: 3.5rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
  }

  .review-box.pc {
    display: none;
  }

  .review-box.wap {
    display: flex;
    padding: 0 0.35rem;
    height: 1.72rem;
    margin-top: 0.26rem;
  }

  .review-li.active {
    height: 100%;
  }

  .review-li.active p {
    margin-top: 0.17rem;
    font-size: 0.26rem;
  }

  .review-li.active span {
    margin-top: 0.2rem;
    font-size: 0.12rem;
    padding: 0.02rem 0.04rem;
    line-height: normal;
    height: auto;
  }

  .review-btn1,
  .review-btn2,
  .review-btn3,
  .review-btn4 {
    font-size: 0.22rem;
    height: 1.6rem;
    /*width: 23%;*/
  }

  /*.review-btn1 {*/
  /*    top: 20%;*/
  /*    width: 32%;*/
  /*    left: 3.8%;*/
  /*}*/
  /*.review-btn2 {*/
  /*    top: 36%;*/
  /*    width: 30%;*/
  /*    right: 3.8%;*/
  /*}*/
  /*.review-btn3 {*/
  /*    top: 56%;*/
  /*    width: 28%;*/
  /*    left: 3.8%;*/
  /*}*/
  /*.review-btn4 {*/
  /*    top: 70%;*/
  /*    width: 34%;*/
  /*    right: 3.8%;*/
  /*}*/
  .review-btn1 img,
  .review-btn2 img,
  .review-btn3 img,
  .review-btn4 img {
    width: 0.35rem;
    height: 0.35rem;
  }

  .review-li a {
    width: 100%;
    height: 100%;
    /*justify-content: space-around;*/
  }

  .review-li p {
    margin-top: 0.17rem;
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
  }

  .review-img {
    width: 40%;
  }

  .play-icon2 {
    width: 13.5%;
  }

  .review-btn1::after,
  .review-btn2::after,
  .review-btn3::after,
  .review-btn4::after {
    width: 0.3rem;
    background-size: contain;
    height: 0.3rem;
    font-size: 0.24rem;
    width: 23%;
    bottom: -0.16rem;
  }

  .review-btn1::after {
    right: -0.18rem;
  }

  .review-btn2::after {
    left: -0.18rem;
  }

  .review-btn3::after {
    right: -0.18rem;
  }

  .review-btn4::after {
    left: -0.18rem;
  }

  .page-icon3 {
    display: none;
  }

  /*精彩回顾结束*/
  /*产品解决方案开始*/
  .solution {
    display: none;
    width: 100%;
    margin-top: -200px;
    display: none;
  }

  .wap-solution {
    display: none;
    margin-top: 0rem;
    /*margin-top: 0;*/
    padding: 0.4rem 0.25rem;
  }

  .solution-li.swiper-slide-active .solution-li-box {
    border-top-color: #c50819;
    border-bottom-color: #c50819;
  }

  .solution-li.swiper-slide-active .solution-btn {
    color: #c50819;
    background: url(../img/xjticonative.png) no-repeat center bottom;
  }

  .productcon,
  .solutioncon {
    padding: 0;
  }

  .intro-title.titler {
    justify-content: flex-start;
    margin-top: 0rem;
  }

  .mb-page-icon3 {
    position: absolute;
    left: 0;
    top: -1rem;
    width: 1.21rem;
    display: block;
  }

  .block-title2 {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .block-title2 span {
    font-size: 0.2rem;
  }

  .cp-title {
    margin-top: 0.6rem;
  }

  .solution-box {
    /*margin-top: 0.2rem;*/
    /*margin-left: -0.1rem;*/
    /*margin-right: -0.1rem;*/
    /*margin: .3rem 0;*/
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0 0.3rem;
    height: auto;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.21) 0%,
      rgba(255, 255, 255, 0.65) 100%
    );
    border-radius: 0.04rem;
    border: 0.02rem solid #ffffff;
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
  }

  .solution-box a {
    /*width: 25%;*/
    width: 100%;
    height: 1.29rem;
    display: flex;
    border-top: 1px solid #b6b6b6;
    align-items: center;
    /*border: .01rem solid #BBD6E9;*/
    /*border-radius: .16rem;*/
    /*margin-left: -.01rem;*/
  }

  .solution-box a:first-child {
    border-top: none;
  }

  .solution-box a:nth-child(2) {
    border-top: none;
  }

  .solution-box a:nth-child(2n) {
    padding-left: 0.67rem;
  }

  .solution-box a:last-child {
    border-bottom: none !important;
  }

  .solution-box a:nth-last-child(-n + 2) {
    border-bottom: 1px solid #b6b6b6;
  }

  .solution-box a:nth-last-child(-n + 2):nth-child(2n + 1) {
    border-bottom: none;
  }

  .solution-box a:nth-child(-n + 2) {
    margin-top: 0.1rem;
    /*padding-top: .3rem;*/
    /*height: 1rem;*/
  }

  .solution-box a:nth-child(-n + 2) .solution-li-box {
    padding-top: 0.1rem;
  }

  .solution-box a:nth-last-child(-n + 2) .solution-li-box {
    padding-bottom: 0.1rem;
  }

  .solution-box a:nth-last-child(-n + 2) {
    margin-bottom: 0.1rem;
    /*padding-bottom: .3rem;*/
    /*height: 1rem;*/
  }

  .solution-box a:nth-child(2n + 1) {
    padding-left: 0.34rem;
    border-right: 1px solid #b6b6b6;
  }

  .mb-solution-pagination {
    display: block;
  }

  .solution-li {
    padding-left: 0px;
    padding-right: 0rem;
    margin-bottom: 0.2rem;
  }

  .solution-box .swiper-wrapper {
    display: flex;
  }

  .solution-li-box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    /*border: 0px solid #BBD6E9;*/
    /*margin-top: 0;*/
  }

  .solution-btn {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    /*line-height: 0.34rem;*/
    padding: 0;
    padding-left: 0.19rem;
    /*-webkit-border-radius: 0.28rem;*/
    /*-moz-border-radius: 0.28rem;*/
    /*border-radius: 0.28rem;*/
    /*border:1px solid #ffffff;*/
    /*background-size: .2rem .11rem;*/
  }

  .solution-li-box:hover .solution-btn {
    background-size: 0.2rem 0.11rem;
  }

  .solution-icon-box {
    width: 0.58rem;
    height: 0.59rem;
    padding-left: 0.1rem;
    font-size: 0.295rem;
    line-height: 0.5rem;
  }

  .product {
    display: none;
  }

  .wap-product {
    display: block;
    /*margin: .2rem 0;*/
    padding: 0.2rem 0.25rem 0;
  }

  .product-box {
    /*margin-top: 0.3rem;*/
    /*margin-left: -0.13rem;*/
    /*margin-right: -0.13rem;*/
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    grid-template-rows: repeat(4, 25%);
    grid-auto-flow: row;
    height: 6.94rem;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.21) 0%,
      rgba(255, 255, 255, 0.65) 100%
    );
    border-radius: 0.04rem;
    border: 0.02rem solid #ffffff;
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
  }

  .product-box::after {
    display: block;
    content: "";
    width: 25%;
  }

  .product-box a {
    /*width: 25%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*border: .01rem solid #BBD6E9;*/
    /*border-radius: .16rem;*/
    /*margin-left: -.01rem;*/
  }

  .product-li {
    border: 0;
  }

  /*.product-box .product-li:last-child {*/
  /*    border: 0;*/
  /*}*/
  .product-box .swiper-slide {
    padding: 0 0;
  }

  .product {
    margin-top: 0.7rem;
  }

  .wap-product .product-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    /*margin-bottom: 0.21rem;*/
    /*height: 2.46rem;*/
    padding: 0;
  }

  .product-box a:nth-child(-n + 3) .product-li {
    margin-top: 0.12rem;
  }

  .product-box a:nth-child(3n + 3) .product-li {
    border-right: none;
    margin-right: 0.3rem;
  }

  .product-box a:nth-child(3n + 1) .product-li {
    margin-left: 0.3rem;
  }

  .product-box a:nth-last-child(-n + 3):nth-child(3n + 1) .product-li {
    margin-bottom: 0.12rem;
    border-bottom: none;
  }

  .product-box a:nth-last-child(-n + 2) .product-li {
    margin-bottom: 0.12rem;
    border-bottom: none;
  }

  .swiper-slide-active .product-li {
    border-top-color: #c50819;
    border-bottom-color: #c50819;
  }

  .swiper-slide-active .product-title {
    color: #c50819;
    background: url(../img/xjticonative.png) no-repeat center bottom;
  }

  .product-li-box {
    padding-top: 0.08rem;
    /*height: 0.66rem;*/
    /*position: absolute;*/
    /*top: 66%;*/
  }

  .product-li img {
    margin: 0;
    width: 0.52rem;
    height: 0.52rem;
    /*position: absolute;*/
    /*top: 28%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
  }

  .product-li:hover .product-title {
    background-size: 0.2rem 0.11rem;
  }

  .swiper-slide:first-child .product-title {
    padding: 0 0 0.3rem;
  }

  .product-title {
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding-top: 0;
    /*font-weight: bold;*/
    /*line-height: 0.3rem;*/
    /*padding-bottom: .3rem;*/
    /*background-size: .20rem .11rem;*/
    /*height: 0.6rem;*/
    /*min-height: 0.6rem;*/
    /*top: 20%;*/
  }

  .product-img {
    height: 0.8rem;
  }

  /*产品解决方案结束*/
  /*资料中心开始*/
  .resource-box {
    display: flex;
    flex-direction: column;
    padding: 0 0.3rem;
    /*height: 9.8rem;*/
    height: auto;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.21) 0%,
      rgba(255, 255, 255, 0.65) 100%
    );
    border-radius: 0.04rem;
    border: 0.02rem solid #ffffff;
    /*margin-top: 0.35rem;*/
    /*margin-left: -0.1rem;*/
    /*margin-right: -0.1rem;*/
  }

  .resource-li {
    /*width: 50%;*/
    /*padding: 0 0.1rem;*/
    /*margin-bottom: 0.2rem;*/
  }

  .wap-resource .resource-li {
    /*height: 2.07rem;*/
    border-bottom: 1px solid #b6b6b6;
  }

  .wap-resource .resource-li-box {
    padding: 0.3rem 0.22rem 0.3rem 0.18rem;
    /*border-radius: .1rem;*/
    /*height: 2.07rem;*/
  }

  .resource-li:last-child,
  .resource-li {
    border-bottom: none;
  }

  /*.resource-li:first-child .resource-li-box {*/
  /*    height: 1.43rem;*/
  /*}*/
  .resource-name {
    font-size: 0.24rem;
    /*line-height: 0.3rem;*/
    /*top: 22%;*/
    /*padding-right: 4%;*/
    /*padding-left: 4%;*/
    /*display: -webkit-box;*/
    padding-top: 0;
    color: #333333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    line-height: 0.36rem;
    /*height: 0.6rem;*/
    /*font-weight: 600;*/
  }

  .resource-btn {
    padding-bottom: 0;
    padding-top: 0.2rem;
    font-size: 0.22rem;
  }

  .resource-li:first-child .resource-li-box .look-online,
  .look-online {
    /*bottom: 0.18rem;*/
    /*font-size: 0.22rem;*/
    /*line-height: 0.25rem;*/
    /*left: .3rem;*/
  }

  .resource-icon2 {
    width: 0.24rem;
    margin-right: 0;
    top: 0;
  }

  .data-down img {
    height: 0.24rem;
    width: auto;
  }

  .look-online img {
    height: 0.24rem;
    width: auto;
  }

  /*.resource-li:first-child .resource-li-box .data-down, .data-down {*/
  /*    bottom: 0.18rem;*/
  /*    font-size: 0.22rem;*/
  /*    line-height: 0.25rem;*/
  /*    right: 0.25rem;*/
  /*    left: 2.3rem;*/
  /*}*/
  /*.resource-li:last-child .resource-li-box {*/
  /*    height: .7rem;*/
  /*    line-height: .7rem;*/
  /*}*/
  .resourcemore {
    font-size: 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }

  .more-btn {
    margin-top: 0.25rem;
    width: 3.2rem;
    height: 0.52rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    line-height: 0.48rem;
  }

  .more-btn-text {
    font-size: 0.26rem;
    line-height: 0;
  }

  .more-btn-icon {
    width: 0.2rem;
    margin-left: 0.1rem;
  }

  /*资料中心结束*/
  /*尾部开始*/
  .footer {
    margin-top: 0.8rem;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1.77rem;
  }

  .footer-left {
    position: static;
    font-size: 0.24rem;
    color: #333333;
    margin-top: 0.15rem;
    line-height: 0.37rem;
  }

  .footer-right {
    position: static;
    padding-top: 0.11rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.37rem;
  }

  .footer-right .footer-a {
    color: #333333;
  }

  /*尾部结束*/
  /*悬浮菜单开始*/
  .float-menu {
    right: 0;
    bottom: 0.7rem;
  }

  .float-menu-li1 {
    width: 1.45rem;
    height: 1.45rem;
    /*padding-top:0.25rem;*/
    font-size: 0.24rem;
    line-height: 0.4rem;
    -webkit-border-radius: 0.83rem;
    -moz-border-radius: 0.83rem;
    border-radius: 0.83rem;
  }

  .xinxi-icon {
    width: 0.4rem;
  }

  .float-menu-li2 {
    width: 1.26rem;
    height: 1.26rem;
    margin-top: 0.25rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    -webkit-box-shadow: 0 0.11rem 0.14rem 0.09rem rgba(101, 2, 3, 0.1);
    -moz-box-shadow: 0 0.11rem 0.14rem 0.09rem rgba(101, 2, 3, 0.1);
    box-shadow: 0 0.11rem 0.14rem 0.09rem rgba(101, 2, 3, 0.1);
    -webkit-border-radius: 0.83rem;
    -moz-border-radius: 0.83rem;
    border-radius: 0.83rem;
  }

  .float-text1 {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .float-text2 {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }

  /*悬浮菜单结束*/
  .video-alert-box {
    width: 90%;
  }

  .video-close {
    left: 50%;
    top: 105%;
    width: 0.3rem;
    margin-left: -0.15rem;
  }

  .swiper-button-next.speaker-arrow-left {
    display: none;
  }

  .swiper-button-prev.speaker-arrow-right {
    display: none;
  }

  /*5.29资料下载弹窗*/
  .email_box {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0.4rem 0.35rem;
  }

  .email_close {
    right: 0.2rem;
    top: 0.2rem;
  }

  .email_tip {
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin-top: 0.5rem;
  }

  .email_btn {
    width: 2.7rem;
    height: 0.65rem;
    line-height: 0.65rem;
    border-radius: 5px;
    font-size: 0.26rem;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
  }

  .email_input {
    width: 100%;
    margin-top: 0.36rem;
    height: 0.65rem;
  }

  .email_input input {
    padding: 0 0.05rem;
    width: 100%;
    height: 0.65rem;
    font-size: 0.22rem;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-appearance: none;
  }

  .error_tip {
    font-size: 0.18rem;
    color: #c7000b;
    line-height: 0.5rem;
    text-align: right;
    margin-bottom: -0.1rem;
  }

  .mb-page-icon3,
  .page-icon2,
  .page-icon3,
  .page-icon4,
  .page-icon5,
  .page-icon6,
  .page-icon7,
  .page-icon8,
  .page-icon9,
  .page-icon10 {
    display: none;
  }

  .title-cn.active {
    font-size: 0.24rem;
  }

  .intro-title img {
    width: 0.27rem;
    margin-left: 0.2rem;
  }

  .solution-img {
    width: 0.58rem;
    height: 0.58rem;
    /*width: 67%;*/
    /*margin: .1rem auto 0 auto;*/
  }
}

.swiper-button-next.speaker-arrow-left {
  left: -48px;
  top: 39px;
}

.swiper-button-prev.speaker-arrow-right {
  right: -48px;
  top: 39px;
  left: inherit;
}

/*加载样式2020.5.5*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading .gif {
  display: block;
  width: 300px;
  height: 300px;
}

@media screen and (min-width: 750px) {
  .sk-circle-bounce {
    width: 100px;
    height: 100px;
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .sk-circle-bounce {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }
}

.sk-circle-bounce .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-bounce .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #c7000b;
  border-radius: 100%;
  animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}

.sk-circle-bounce .sk-circle-2 {
  transform: rotate(30deg);
}

.sk-circle-bounce .sk-circle-3 {
  transform: rotate(60deg);
}

.sk-circle-bounce .sk-circle-4 {
  transform: rotate(90deg);
}

.sk-circle-bounce .sk-circle-5 {
  transform: rotate(120deg);
}

.sk-circle-bounce .sk-circle-6 {
  transform: rotate(150deg);
}
.intro-title-bikan-60{
	padding-top: 60px;
}
.intro-title-bikan-pc-45{
	padding-top: 45px;
}
.intro-title-bikan-pc-35{
	padding-top: 35px;
}
.intro-title-bikan-pc-20{
	padding-top: 20px;
}
.sk-circle-bounce .sk-circle-7 {
  transform: rotate(180deg);
}

.sk-circle-bounce .sk-circle-8 {
  transform: rotate(210deg);
}

.sk-circle-bounce .sk-circle-9 {
  transform: rotate(240deg);
}

.sk-circle-bounce .sk-circle-10 {
  transform: rotate(270deg);
}

.sk-circle-bounce .sk-circle-11 {
  transform: rotate(300deg);
}

.sk-circle-bounce .sk-circle-12 {
  transform: rotate(330deg);
}

.sk-circle-bounce .sk-circle-2:before {
  animation-delay: -1.1s;
}

.sk-circle-bounce .sk-circle-3:before {
  animation-delay: -1s;
}

.sk-circle-bounce .sk-circle-4:before {
  animation-delay: -0.9s;
}

.sk-circle-bounce .sk-circle-5:before {
  animation-delay: -0.8s;
}

.sk-circle-bounce .sk-circle-6:before {
  animation-delay: -0.7s;
}

.sk-circle-bounce .sk-circle-7:before {
  animation-delay: -0.6s;
}

.sk-circle-bounce .sk-circle-8:before {
  animation-delay: -0.5s;
}

.sk-circle-bounce .sk-circle-9:before {
  animation-delay: -0.4s;
}

.sk-circle-bounce .sk-circle-10:before {
  animation-delay: -0.3s;
}

.sk-circle-bounce .sk-circle-11:before {
  animation-delay: -0.2s;
}

.sk-circle-bounce .sk-circle-12:before {
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-bounce-delay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes sk-circle-bounce-delay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.mb_banner {
  margin-top: 0;
}

/*手机端资料中心 资料下载css2020.5.5*/
.download_btn {
  display: none;
}

.pad20 {
  font-size: 16px;
  color: #8d8d8d;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .look-online {
    font-size: 0.22rem;
  }

  .data-down {
    font-size: 0.22rem;
  }

  .download_btn {
    display: block;
  }

  .resource-icon {
    top: 35%;
  }

  .download_btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    padding-left: 0.25rem;
    width: 100%;
    text-align: left;
  }

  .download_btn .look-online,
  .download_btn .data-down {
    display: block;
  }

  .mb_banner {
    margin-top: 0.8rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .resource-li-box {
    padding-left: 24%;
  }

  .resource-icon2 {
    margin-right: 0px;
  }
}

/* @media screen and (min-width:960px) and (max-width:1000px) {
	.agenda-name {
		width: 16.8%;
		font-size: 16px;
	}
}

@media screen and (min-width:1001px) and (max-width:1024px) {
	.agenda-name {
		width: 15.9%;
		font-size: 16px;
	}
}


@media screen and (min-width:1025px) and (max-width:1080px) {


	.agenda-name {
		width: 15.4%;
		font-size: 16px;
	}
}

@media screen and (min-width:1081px) and (max-width:1120px) {

	.agenda-name {
		width: 14.4%;
		font-size: 16px;
	}
}

@media screen and (min-width:1121px) and (max-width:1170px) {


	.agenda-name {
		width: 13.8%;
		font-size: 16px;
	}
}

@media screen and (min-width:1171px) and (max-width:1190px) {


	.agenda-name {
		width: 13%;
		font-size: 16px;
	}
}

@media screen and (min-width:1191px) and (max-width:1200px) {

	.agenda-name {
		width: 12.7%;
		font-size: 16px;
	}
}
*/
/*2020.5.6*/
.meeting_tip {
  font-size: 16px;
  color: #666;
  height: 35px;
  line-height: 35px;
  float: right;
}

.meeting_tip span {
  display: inline-block;
  float: left;
  line-height: 35px;
}

.resource_img {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -50px;
  /* height:310px; */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mb-resource-img {
  display: none;
}
.ml42{
	margin-left: 42px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .meeting_tip {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .intro-float {
    height: 381px;
  }

  .resource_img {
    /* height:300px; */
  }
}

@media screen and (max-width: 1000px) {
  .resource_img {
    display: none;
  }

  .mb-resource-img {
    position: absolute;
    display: block;
    left: 0;
    bottom: -0.5rem;
    width: 100%;
  }
}

/*5.9修改*/
/* @media screen and (max-width:320px) {
	.agenda-name {
		width: 17.3%;
	}
}

@media screen and (min-width: 321px) and (max-width: 360px) {
	.agenda-name {
		width: 15.4%;
	}
}

@media screen and (min-width: 361px) and (max-width: 375px) {
	.agenda-name {
		width: 14.8%;
	}
}

@media screen and (min-width: 376px) and (max-width: 414px) {
	.agenda-name {
		width: 13.5%;
	}
}

@media screen and (min-width: 415px) and (max-width: 768px) {
	.agenda-name {
		width: 10%;
	}
} */

/*图片带边兼容性*/
.exhibition-img,
.solution-img,
.bg-yuan,
.banner-btn-img,
.pc-logo {
  border: 0px;
}

.pad8 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
}
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #ce0e2d;
}
._mCS_1 .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.1);
}
.casemore-wap{
  position: absolute;
  width: 100%;
  bottom: -0.24rem
}
.casemore-wap img{
  display: block;
  margin:  0 auto;
  width: 1.52rem;
}

.down-more{
  margin-top: .24rem;
}
.down-more img{
  display: block;
  margin:  0 auto;
  width: 1.52rem;
}
.fenzhan-tips{
	position: absolute;
	right: 0;
	font-size: 14px;
	margin-top: 5px;
	line-height: 30px;
}
.fenzhan-tips-wap{
	position: absolute;
	right: 0.25rem;
	font-size: 0.24rem;
	margin-top: 5px;
	line-height: 30px;
	z-index: 99;
}
