.wrap {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clear:after {
  display: block;
  content: "";
  clear: both;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.clearfloat::after {
  content: "";
  display: block;
  clear: both;
}
.head {
  width: 100%;
  padding: 20px 0 0;
}
.head .con .logo {
  padding-right: 38px;
  margin-right: 38px;
  margin-top: 9px;
  border-right: 1px solid #e5e5e5;
  height: 74px;
  line-height: 74px;
}
.head .con .logo img {
  vertical-align: middle;
}
.head .con .tit .company {
  font-size: 24px;
  margin-top: 5px;
  position: relative;
}
.head .con .tit .company span {
  color: #fff;
  background: #ac2439;
  padding: 10px 15px;
  font-weight: normal;
  border-radius: 5px;
  font-size: 18px;
}
.head .con .tit .info {
  margin-top: 15px;
}
.head .con .tit .info img {
  vertical-align: middle;
  margin-right: 8px;
}
.head .con .tit .info .time {
  margin-right: 60px;
}
.btn-box {
  margin-top: 10px;
}
.head .link {
  padding: 9px 20px;
  color: #ac2439;
  /*margin-top:20px;*/
  background: #fff;
  border: 1px solid #ac2439;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  font-size: 18px;
  border-radius: 5px;
}
.head .link img {
  vertical-align: text-top;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.head .link:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.head .link:hover img {
  transform: translate(-6px);
  -ms-transform: translate(-6px);
  -moz-transform: translate(-6px);
  -webkit-transform: translate(-6px);
  -o-transform: translate(-6px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.con-box {
  margin-top: 45px;
}
.con-box .news {
  width: 860px;
}
.con-box .news .top {
  background: #fbe6ea;
  border-radius: 5px;
}
.con-box .news .top .swiper-container-news {
  position: relative;
  overflow: hidden;
}
.con-box .news .top .swiper-container-news .swiper-pagination {
  left: auto;
  right: -268px;
  bottom: 20px;
}
.con-box .news .top .swiper-container-news .swiper-pagination .swiper-pagination-bullet-active {
  background: #ac2439;
}
.con-box .news .top .swiper-container-news .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.con-box .news .top .img {
  width: 67%;
  overflow: hidden;
  height: 357px;
  line-height: 354px;
  text-align: center;
  border-radius: 5px 0 0 5px;
}
.con-box .news .top .img img {
  width: 100%;
  vertical-align: middle;
  display: initial;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.con-box .news .top .img:hover img {
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.con-box .news .top .info {
  width: 33%;
  padding: 3%;
  height: 357px;
  background: #fbe6ea;
}
.con-box .news .top .info .tit {
  font-size: 18px;
  margin: 0 0 20px 0;
  height: 50px;
  line-height: 25px;
  font-weight: 600;
  overflow: hidden;
}
.con-box .news .top .info .tit-info {
  line-height: 22px;
  height: 187px;
  overflow: hidden;
}
.con-box .news .bot {
  width: 100%;
}
.con-box .news .bot .news-li {
  width: 48%;
  margin-right: 4%;
  margin-top: 35px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
  float: left;
}
.con-box .news .bot .news-li .tit {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.con-box .news .bot .news-li .info {
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.con-box .news .bot .news-li:nth-of-type(2n) {
  margin-right: 0;
}
.con-box .link-box {
  width: 295px;
}
.con-box .link-box .but {
  width: 100%;
  height: 103px;
  background: #ac2439;
  text-align: center;
  line-height: 103px;
  color: #fff;
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
}
.con-box .link-box .but img {
  vertical-align: middle;
  margin-right: 45px;
}
.con-box .link-box .but:hover {
  opacity: 0.9;
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.con-box .link-box .but:nth-of-type(2) {
  background: #7289dc;
}
.con-box .link-box .but:nth-of-type(3) {
  background: #f35958;
}
.con-box .link-box .but-b {
  width: calc(57.4% - 29px);
  float: left;
  height: 103px;
  background: #ac2439;
  text-align: center;
  padding-top: 18px;
  color: #fff;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
  margin-right: 14px;
}
.con-box .link-box .but-b:hover {
  opacity: 0.9;
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.con-box .link-box .but-b:nth-child(2n) {
  margin-right: 0;
}
.con-box .link-box .but-b:nth-of-type(2) {
  background: #d4b60f;
}
.con-box .link-box .but-b:nth-of-type(3) {
  background: #1dbd95;
}
.con-box .link-box .but-b:nth-of-type(4) {
  background: #863ce2;
}
.con-box .link-box .but-b:nth-of-type(5) {
  background: #7289dc;
}
.con-box .link-box .but-b:nth-of-type(6) {
  background: #f35a59;
}
.con-box .link-box .but-b:nth-of-type(7) {
  background: #5cbf4d;
}
.con-box .link-box .but-b:nth-of-type(8) {
  background: #ec955f;
}
.con-box .link-box .but-b:nth-of-type(9) {
  background: #ea83da;
}
.con-box .link-box .but-b:nth-of-type(10) {
  background: #3dc8e6;
}
.Introduction .Int-li {
  width: 24%;
  float: left;
  height: 90px;
  text-align: center;
  background: #f2f2f2;
  padding-top: 6px;
  margin-right: 1.3%;
}
.Introduction .Int-li:nth-of-type(4) {
  margin-right: 0;
}
.Introduction .Int-li .img {
  margin: 0 10px 0 31%;
}
.Introduction .Int-li .info .tit {
  font-size: 32px;
  color: #ac2439;
  font-weight: bold;
}
.Introduction .Int-li .info .tit .span {
  font-weight: normal;
  font-size: 14px;
}
.Introduction .Int-li .info .info-tit {
  font-size: 16px;
  color: #50555f;
}
.lan-add {
  background: url(../images/btu11.jpg);
  width: calc(0%);
  height: 412px;
  padding: 50px;
  color: #fff;
}
.lan-add-tit {
  font-size: 26px;
  line-height: 38px;
  margin: 20px 0 35px 0;
}
.lan-add-li {
  margin: 28px 0 20px 0;
}
.lan-add-li li {
  background: #ac2439;
  float: left;
  width: 20%;
  padding: 14px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.lan-add-li li:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.lan-add-li li:last-of-type {
  border: none;
}
.lan-add-li a {
  color: #fff;
}
.lan-add-li-t {
  font-size: 14px;
  line-height: 20px;
}
.lan-add-li-t strong {
  font-size: 18px;
}
.lan-add-li-fa {
  width: 34px;
  height: 34px;
  line-height: 32px;
  float: left;
  font-size: 22px;
  margin: 3px 12px 0 16px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #ac2439 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lan-add-li-fa .fa {
  vertical-align: middle;
  color: #ac2439 !important;
}
.Exhibitors {
  border-bottom: 3px solid #e8e9ed;
  padding-bottom: 47px;
}
.Exhibitors .title {
  width: 42%;
  text-align: justify;
}
.Exhibitors .title .info {
  line-height: 25px;
}
.Exhibitors .title .h3 {
  color: #ac2439;
  font-size: 18px;
}
.Exhibitors .img {
  width: 55%;
  margin-top: 16px;
}
.Exhibitors .img img {
  /*height: 250px;*/
  /* width: 49%; */
}
.Exhibitors .link-more {
  margin-top: 20px;
}
.ind-tit {
  font-size: 36px;
  margin: 5px 0 30px 0;
  font-weight: 600;
}
.Exhibitors-area {
  border-bottom: 3px solid #e8e9ed;
  padding-bottom: 20px;
}
.Exhibitors-area .area-li {
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
  margin-bottom: 20px;
}
.Exhibitors-area .area-li a {
  display: block;
}
.Exhibitors-area .area-li a .img {
  height: 175px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
}
.Exhibitors-area .area-li a img {
  display: block;
  width: 100%;
  max-height: none;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.Exhibitors-area .area-li a .tit {
  width: 100%;
  height: 35px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 35px;
  font-size: 18px;
  color: #333333;
  /* font-weight: bold; */
}
.Exhibitors-area .area-li a .info {
  font-size: 14px;
}
.Exhibitors-area .area-li:hover img {
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.Exhibitors-area .area-li:nth-of-type(3n) {
  margin-right: 0;
}
.Audience-source .source .info {
  position: relative;
}
.Audience-source .source .info .tit {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: url(../images/img36.png);
  width: 337px;
  height: 251px;
  line-height: 28px;
  padding: 14px 0 0 26px;
}
.Audience-source .sourec-right {
  width: 33.5%;
}
.Audience-source .sourec-right .info .info-li {
  line-height: 28px;
}
.Audience-source .sourec-right .info .info-li span {
  margin-right: 15px;
}
.Brand .ind-tit span {
  font-size: 30px;
  font-weight: normal;
  margin-left: -10px;
}
.Brand .brand-l {
  width: 63%;
}
.brand-l .box .clear {
  height: 0px;
}
.Brand .brand-l .box {
  background: #fbe6ea;
  padding: 2%;
  min-height: 567px;
  border-radius: 5px;
}
.Brand .brand-l .box .li {
  width: 175px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  margin: 3px;
  background: #fff;
  float: left;
}
.Brand .brand-l .box .li img {
  max-width: 70%;
  max-height: 60px;
  vertical-align: middle;
}
.Brand .brand-l .box .link-more {
  margin: 20px 5px 20px 0;
  width: 140px;
  height: 42px;
  line-height: 42px;
}
.Brand .brand-l .more {
  font-size: 14px;
  padding: 8px 25px;
  background: #ac2439;
  border-radius: 5px;
  color: #fff;
  margin-top: 14px;
}
.Brand .brand-l .more:hover {
  opacity: 0.9;
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.Brand .brand-r {
  width: 33.5%;
}
.Brand .brand-r .box {
  background: #fbe6ea;
  padding: 6%;
  height: 980px;
  overflow: hidden;
  border-radius: 5px;
}
.Brand .brand-r .box .con {
  background: #fff;
  padding: 10px 35px;
  border-radius: 5px;
  height: 858px;
  overflow: hidden;
}
.Brand .brand-r .box .con ul {
  padding-left: 0;
}
.Brand .brand-r .box .con .link {
  line-height: 33px;
  font-size: 16px;
}
.Brand .brand-r .box .link-more {
  padding: 0 20px;
  margin-top: 20px;
  width: auto;
  height: 42px;
  line-height: 42px;
}
.Audience-h1 {
  margin-right: 33.5%;
}
.evaluation {
  background: #f6f9f7;
}
.evaluation-li {
  position: relative;
  overflow: hidden;
}
.swiper-pagination-visitor {
  width: 100%;
  text-align: center;
}
.evaluation-li .swiper-pagination-bullet-active {
  background: #ac2439;
  outline: none;
}
.evaluation-li .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.evaluation .evaluation-li {
  width: 46%;
  padding: 60px 0;
}
.evaluation .evaluation-li .line {
  margin: 25px 0 40px;
  font-size: 0;
}
.evaluation .evaluation-li .box {
  position: relative;
  /*margin-bottom: 48px;*/
  height: 250px;
}
.evaluation .evaluation-li .box:last-of-type {
  margin-bottom: 0;
}
.evaluation .evaluation-li .box .img {
  position: relative;
  width: 42%;
  height: 100%;
}
.evaluation .evaluation-li .box .img-left {
  width: 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.evaluation .evaluation-li .box .img-right {
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.evaluation .evaluation-li .box .img-bg {
  position: absolute;
  top: 0;
  z-index: 1;
}
.evaluation .evaluation-li .box .imgPre-bg {
  position: absolute;
  top: 106px;
  z-index: 1;
}
.evaluation .evaluation-li .box .imgPre {
  position: absolute;
  top: 20%;
  z-index: 2;
  font-size: 0;
  box-shadow: 9px 7px 14px rgba(0, 0, 0, 0.3);
  width: 69%;
}
.imgbg-l {
  left: 0;
}
.imgpre-l {
  left: 13%;
}
.imgbg-r {
  right: 0;
}
.imgpre-r {
  right: 13%;
}
.evaluation .evaluation-li .box img {
  width: 100%;
}
.evaluation .evaluation-li .box .img:nth-of-type(3) {
  margin-top: 35px;
  text-align: right;
}
.evaluation .evaluation-li .box .tit {
  width: 58%;
  margin-top: 20px;
}
.evaluation .evaluation-li .box .tit .info {
  line-height: 25px;
  overflow: hidden;
  min-height: 200px;
  margin-bottom: 10px;
}
.evaluation .evaluation-li .box .tit .tit-info {
  color: #ac2439;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}
.evaluation .evaluation-li .box .tit .tit-info img {
  vertical-align: middle;
  margin-right: 10px;
}
.evaluation .evaluation-li:nth-of-type(2) {
  float: right;
}
.evaluation .evaluation-li.two {
  border-left: 1px solid #e3eee4;
  padding-left: 5%;
  width: 50.5%;
}
.swiper-container-evaluation {
  overflow: hidden;
}
.statistical-figure {
  margin-top: 45px;
}
.statistical-figure .li {
  width: 50%;
  float: left;
}
.statistical-figure .li .img {
  height: 303px;
  line-height: 303px;
}
.statistical-figure .li .img img {
  vertical-align: bottom;
  display: initial;
}
.statistical-figure .li:nth-of-type(2n) .img {
  text-align: right;
}
.statistical-figure .link {
  width: 100%;
  height: 3px;
  background: #e8e9ed;
  margin: 60px 0 40px 0;
}
.activities .box {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.activities .box .img-box {
  width: 59.6%;
  position: relative;
  overflow: hidden;
}
.activities .box .img-box img {
  display: block;
}
.activities .box .img-box .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 106px;
  background: rgba(0, 0, 0, 0.8);
}
.activities .box .img-box .info li {
  width: 33.33%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 106px;
  float: left;
  text-align: center;
  padding: 20px 0 0 22px;
}
.activities .box .img-box .info li:nth-of-type(1) {
  padding-left: 65px;
}
.activities .box .img-box .info li:nth-of-type(3) {
  border: none;
}
.activities .box .img-box .info li .img {
  margin: 10px 10px 0 0;
}
.activities .box .img-box .info li .img img {
  vertical-align: middle;
}
.activities .box .img-box .info li .info-tit .number {
  color: #ac2439;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
}
.activities .box .img-box .info li .info-tit .number .span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
}
.activities .box .img-box .info li .info-tit .tit {
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.activities .box .tit-box {
  width: 40.4%;
  background: #fbe6ea;
  height: 546px;
  padding: 2% 2.5%;
  font-size: 15px;
  line-height: 50px;
}
.activities .box .tit-box span {
  color: #ac2439;
  margin-right: 5px;
}
.activities .box .tit-box .ind-tit {
  font-size: 20px;
  margin: 0;
}
.activities .box .tit-box .link-more {
  margin: 20px 0;
}
.link-more {
  background: #ac2439;
  color: #fff;
  margin-top: 40px;
  display: block;
  width: 195px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.link-more:hover {
  opacity: 0.9;
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.link-more img {
  margin-left: 10px;
  display: initial !important;
}
.Atlas img {
  display: block;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.Atlas img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.Atlas .Atlas-l {
  width: 67%;
}
.Atlas .Atlas-l img {
  float: left;
  margin: 0 5px 6px 0;
}
.Atlas .Atlas-r {
  width: 33%;
}
.Atlas .Atlas-r img {
  float: right;
  margin-bottom: 6px;
}
.Atlas .link-more {
  margin: 40px auto 0;
}
.media {
  width: 100%;
}
.media li {
  width: 186px;
  height: 61px;
  overflow: hidden;
  line-height: 56px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  float: left;
  margin: 0 16px 16px 0;
}
.media li:nth-of-type(6n) {
  margin-right: 0;
}
.media li img {
  max-width: 186px;
  max-height: 61px;
  vertical-align: middle;
  display: initial;
}
.media .ind-tit {
  float: left;
}
.media .ind-tit span {
  font-size: 30px;
  font-weight: normal;
  margin-left: -10px;
}
.media .more {
  font-size: 14px;
  padding: 8px 25px;
  background: #ac2439;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
}
.media .more:hover {
  opacity: 0.9;
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.media .link-more {
  margin: 40px auto;
}
.subscribe {
  background: #f2f2f2;
  padding: 40px 0;
  /*margin-top:70px;*/
}
.subscribe .tit {
  font-size: 30px;
  line-height: 50px;
}
.subscribe .tit span {
  color: #ac2439;
  margin: 0 15px 0 5px;
}
.subscribe .link-more {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
  float: right;
}
.footer {
  width: 100%;
  background: #282828;
  padding: 50px 0 25px 0;
}
.footer .ind-tit {
  color: #fff;
  margin-top: 0;
}
.footer .bot {
  border-top: 1px solid #535353;
  padding-top: 30px;
}
.footer .bot .tit {
  color: #9e9e9e;
}
.footer .con {
  margin-bottom: 40px;
}
.footer .con .contant .li {
  color: #fff;
  float: left;
  margin-right: 40px;
}
.footer .con .contant .li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.footer .con .contant .li .info {
  line-height: 28px;
  color: #fff;
}
.footer .con .contant .li .info a {
  color: #fff;
}
.footer .con .contant .li .info .fa {
  margin-right: 5px;
}
.footer .con .contant .li .info span {
  margin-right: 35px;
}
.footer .con .code .tit {
  color: #fff;
  line-height: 28px;
  text-align: right;
  margin: 15px 25px 0 0;
}
.footer .con .code .img {
  margin-top: -15px;
}
.suspension-wrap {
  position: fixed;
  right: 0;
  top: 12%;
  width: 100%;
}
.suspension-w {
  position: relative;
}
.suspension {
  position: absolute;
  right: -250px;
  width: 232px;
}
.codebox {
  margin-top: 20px;
  text-align: center;
}
.codebox p.p2 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  margin-top: -10px;
}
.codebox p.greedtxt {
  color: #ac2439;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
}
.suspension .free-register {
  width: 100%;
  border: 2px solid #ac2439;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  /*color: @color;
  background: #fff;*/
  font-weight: bold;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: #ac2439;
  color: #fff;
}
.suspension .free-register:hover {
  background: #ac2439;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
}
.suspension .free-register:last-of-type {
  background: #ac2439;
  color: #fff;
}
.suspension .free-register:hover {
  background: #fff;
  color: #ac2439;
}
.suspension-phone {
  display: block;
  position: absolute;
  left: 40px;
  right: 0;
  bottom: 60px;
  line-height: 35px;
}
.suspension-email {
  display: block;
  position: absolute;
  left: 40px;
  right: 0;
  bottom: 15px;
  line-height: 35px;
}
#downcut-box {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(#2a8130, #216525);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#2a8130, #216525);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#2a8130, #216525);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#2a8130, #216525);
  /* æ ‡å‡†çš„è¯­æ³• */
  font-weight: 700;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
#downcut-box span {
  font-size: 26px;
  color: #FFF;
  padding: 0 10px;
}
.return-past {
  width: 100%;
  position: absolute;
  left: 0;
  height: 240px;
  background: url(../images/img136.jpg) center center;
  text-align: center;
  padding-top: 20px;
}
.return-past > .wrap {
  display: flex;
  justify-content: center;
}
.return-past .tit {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 1em 0;
}
.return-past .link-a {
  color: #fff;
  background: #ac2439;
  padding: 15px 45px;
  font-size: 18px;
}
/*邮件订阅*/
.newsletter-wrap {
  position: unset !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ac2439;
  z-index: 1000;
  /* margin-top: 12px; */
}
.newsletter-wrap.fixed-class {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
}
.newsletter-wrap.fixed-class .newsletter-right .newsletter_form {
  padding: 30px 0;
  overflow: hidden;
}
.newsletter-wrap.fixed-class .newsletter-right .Email_input {
  height: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  border: none;
  padding: 0 10px;
}
.newsletter-wrap.fixed-class .newsletter-right .newsletter_btn {
  height: 46px;
  line-height: 46px;
}
.newsletter-wrap .newsletter-box {
  display: table;
  width: 100%;
}
.newsletter-wrap .newsletter-box .newsletter-left {
  width: 270px;
}
.newsletter-wrap .newsletter-box .siteinfo-box {
  display: table-cell;
  vertical-align: middle;
}
.newsletter-left {
  color: #FFF;
}
.newsletter-left .newsletter-big-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 6px;
  margin-top: 10px;
}
.newsletter-left .newsletter-small-title {
  font-size: 15px;
}
.newsletter-right .newsletter_form {
  /*padding:10px 0;*/
}
.newsletter-right .newsletter_form .mail-content {
  padding-top: 0;
  width: 100%;
  display: block;
  height: 35px;
}
.newsletter-right .newsletter_form .letterbt {
  padding-top: 0;
  width: 100%;
  display: block;
}
.newsletter-right .mail-content .mail-r label {
  line-height: 30px;
  color: #FFF;
}
.newsletter-right .mail-content .mail-name {
  width: 80px;
  line-height: 30px;
  color: #FFF;
  margin: 0;
}
.newsletter-right .red-mark {
  color: #ff0303;
  margin-right: 5px;
}
.newsletter-right .Email_input {
  float: left;
  width: 190px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 10px;
  border: none;
}
.newsletter-right .newsletter_email {
  margin-right: 0;
  width: -webkit-calc(100% - 200px - 200px - 156px);
  width: -moz-calc(100% - 200px - 200px - 156px);
  width: calc(100% - 200px - 200px - 156px);
}
.newsletter-right .Email_input::-webkit-input-placeholder {
  color: #e4e4e4;
}
.newsletter-right .Email_input::-moz-placeholder {
  color: #e4e4e4;
}
.newsletter-right .newsletter_btn {
  float: left;
  width: 156px;
  height: 38px;
  line-height: 38px;
  background: #fbe6ea;
  color: #FFF;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.newsletter-right .newsletter_btn:hover {
  opacity: 0.95;
}
.W-closed {
  position: relative;
  width: 100%;
  padding: 15px 0;
}
.W-closed-x {
  position: absolute;
  right: 7px;
  top: 6px;
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  font-style: normal;
}
.current-gift2 {
  list-style: none;
  background-image: url(../images/git2.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 0px;
}
.current-gift2 a {
  padding-left: 34px !important;
}
.theme-area-w {
  padding-bottom: 40px;
}
.theme-area {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 48%;
  margin-right: 2%;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  min-height: 305px;
}
.theme-area:nth-of-type(2n) {
  margin-right: 0;
}
.theme-area .title {
  font-weight: bold;
  color: #ac2439;
  font-size: 20px;
  margin-bottom: 10px;
}
.theme-area p {
  margin-top: 0;
  margin-bottom: 10px;
}
.theme-icon {
  width: 25px;
}
.theme-icon + div {
  width: calc(100% - 30px);
}
.theme-img {
  width: 60%;
}
.theme-info {
  padding-left: 30px;
  width: 40%;
  margin-top: 10px;
}
.theme-icon img {
  /*height: 100%*/
  width: 100%;
}
.theme-img img {
  width: 100%;
}
.Social-software {
  margin-top: 10px;
}
.Social-software a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #282828;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}
.mb-show {
  display: none;
}
.pc-show {
  display: block;
}
.reviewtopbox {
  overflow: hidden;
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px;
}
.reviewtopbox .tit {
  font-size: 30px;
  font-weight: bold;
  float: left;
}
.reviewtopbox .tabbox {
  float: right;
}
.reviewtopbox .tabbox .item {
  display: inline-block;
  width: 76px;
  height: 36px;
  border: 1px #ac2439 solid;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: 0.6s;
}
.reviewtopbox .tabbox .item:hover {
  background: #ac2439;
  color: #fff;
}
.reviewtopbox .tabbox .current {
  background: #ac2439;
  color: #fff;
}
.showechart {
  overflow: hidden;
  padding-top: 10px;
}
.showechart .item-l {
  width: 46%;
  float: left;
}
.showechart .echart_a {
  width: 100%;
  height: 400px;
}
.showechart .echart_a > div {
  width: 100%;
}
.showechart .titbox {
  font-size: 20px;
  font-weight: bold;
}
.showechart .item-r {
  width: 52%;
  float: left;
  position: relative;
}
.showechart .item3-box-l {
  display: none;
}
.showechart.sessions49 .item-l {
  opacity: 0;
  position: absolute;
  width: 550px;
}
.showechart.sessions49 .item-r {
  width: 100%;
}
.showechart.sessions49 .item3-box-l {
  display: block;
}
.count-list {
  position: absolute;
  left: 0;
  top: 80px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.count-list > * {
  width: calc((100% - 80px) / 5);
  margin: 0px 20px 20px 0;
  text-align: center;
}
.count-list > *:nth-child(5n) {
  margin-right: unset ;
}
.count-list > * .img {
  height: 80px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.showechart .echart_b {
  width: 100%;
  height: 340px;
}
.linestyle {
  width: 100%;
  padding-bottom: 0px !important;
  display: block;
  overflow: hidden;
  background: #e2e2e2;
  height: 1px;
  border: none;
}
.showechart .item-3 {
  width: 100%;
}
.showechart .item-3 .item3-box {
  height: 500px;
  display: flex;
  justify-content: center;
}
.showechart .item-3 .item3-box .item3-box-l {
  width: 55%;
}
.showechart .item-3 .item3-box .item3-box-r {
  margin-left: 5%;
  width: 40%;
}
.showechart .echart_c {
  height: 500px;
  width: 500px;
}
.showechart .echart_d {
  width: 600px;
  height: 400px;
}
.showboxitem {
  display: none;
}
.mapbox {
  overflow: hidden;
  border: 1px #ac2439 solid;
  padding: 30px 20px;
  border-radius: 5px;
}
.mapbox ul li {
  float: left;
  width: calc(100%/3);
  text-align: center;
}
.swiper-pagination-bullet {
  display: inline-block;
  margin: 0 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ac2439;
}
.swiper-pagination {
  padding: 5px 0;
  width: 100%;
  text-align: center;
  left: 0;
}
.evaluate-block {
  float: left;
  width: 48%;
  margin-right: 4%;
  position: relative;
}
.evaluate-block:nth-child(2n) {
  margin-right: 0;
}
.evaluate-block p {
  margin: 0;
}
.evaluate-block .swiper-container {
  padding-bottom: 30px;
}
.evaluate-block .swiper-container-horizontal > .swiper-pagination-bullets,
.evaluate-block .swiper-pagination-custom,
.evaluate-block .swiper-pagination-fraction {
  bottom: 0;
}
.evaluate-block .li {
  background-color: #fbe6ea;
  padding: 20px;
  min-height: 295px;
}
.evaluate-block .li .info {
  line-height: 1.8;
  min-height: 222px;
  color: #666;
  padding: 30px 30px 0;
  text-align: center;
  position: relative;
}
.evaluate-block .li .info:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 35px;
  background: url(../images/comma-left-red.png) no-repeat top left;
  background-size: 100%;
}
.evaluate-block .li .info:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 35px;
  background: url(../images/comma-right-red.png) no-repeat top left;
  background-size: 100%;
}
.evaluate-block .li .titbox {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
}
.evaluate-block .li .tit {
  font-weight: bold;
  font-size: 16px;
}
.evaluate-block .li .p1 {
  color: #666;
}
.photo-list {
  display: flex;
  flex-wrap: wrap;
}
.photo-list > a {
  width: calc((100% - 20px) / 3);
  margin: 0px 10px 10px 0;
}
.photo-list > a:nth-child(3n) {
  margin-right: unset !important;
}
.swiper-slide {
  font-size: 15px;
}
.navbox .wrap {
  display: flex;
}
.navbox .wrap .header-fr,
.navbox .wrap a {
  flex: none;
}
.navbox .wrap .header-fr {
  display: flex;
}
.header-nav .nav > li > a {
  font-size: 14px ;
}
@media screen and (max-width: 1660px) {
  body {
    zoom: 0.9;
  }
  .wrap {
    width: 1200px;
  }
}
/*手机版样式*/
@media screen and (max-width: 780px) {
  .showechart .item-l {
    width: 100%;
  }
  .showechart .item-r {
    width: 100%;
  }
  .showechart .item-3 {
    width: 100%;
  }
  .mb-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .mapbox ul li {
    width: 100%;
  }
  .wrap {
    width: 92%;
    margin: 0 4%;
  }
  .head .con .logo {
    border: none;
  }
  .head .con .logo img {
    height: 44px;
  }
  .head .con .tit .company {
    font-size: 20px;
  }
  .head .con .tit .info img {
    vertical-align: top;
    width: 18px;
  }
  .head .con .tit .info .time {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .btn-box {
    position: absolute;
    right: 4%;
    top: 0;
  }
  .head .link {
    padding: 10px 15px;
  }
  .head .link img {
    display: none;
  }
  .con-box {
    margin-top: 30px;
  }
  .con-box .news {
    width: 100%;
  }
  .con-box .news .top .img {
    width: 100%;
    height: auto;
    line-height: initial;
  }
  .con-box .news .top .info {
    width: 100%;
    height: auto;
  }
  .con-box .news .top .swiper-container-news .swiper-pagination {
    right: 22%;
  }
  .con-box .news .bot .news-li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .con-box .news .bot .news-li .info {
    height: auto;
  }
  .con-box .link-box {
    width: 100%;
  }
  .con-box .link-box .but-b {
    width: 48%;
    margin: 0 4% 4% 0;
    height: 80px;
    font-size: 16px;
  }
  .con-box .link-box .but-b img {
    width: 25px;
  }
  .con-box .link-box .but {
    height: 65px;
    line-height: 65px;
  }
  .con-box .link-box .but img {
    width: 40px;
    margin-right: 25px;
  }
  .Introduction .Int-li {
    width: 32%;
    margin: 0 0.8%;
    height: auto;
    padding: 20px 0;
  }
  .Introduction .Int-li .img {
    margin-left: 0;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
  }
  .Introduction .Int-li .img img {
    width: 23%;
  }
  .Introduction .Int-li .info {
    text-align: center;
    width: 100%;
  }
  .Introduction .Int-li .info .tit {
    font-size: 22px;
  }
  .Introduction .Int-li .info .info-tit {
    font-size: 16px;
  }
  .Exhibitors .title {
    width: 100%;
  }
  .Exhibitors .img {
    width: 100%;
    margin-top: 20px;
  }
  .Exhibitors .img img {
    width: 100%;
    height: auto;
  }
  .Exhibitors-area .area-li {
    width: 100%;
  }
  .Audience-source .source {
    width: 100%;
  }
  .Audience-source .source .info {
    width: 100%;
    height: 251px;
    border-radius: 5px;
    overflow: hidden;
  }
  .Audience-source .sourec-right {
    width: 100%;
    margin-top: 20px;
  }
  .Audience-source .sourec-right .info .info-li {
    width: 100%;
  }
  .Brand .ind-tit span {
    font-size: 20px;
    margin-left: 0;
  }
  .Brand .brand-l {
    width: 100%;
    margin-bottom: 30px;
  }
  .Brand .brand-l .box .link-more {
    margin: 20px auto;
    float: none;
  }
  .Brand .brand-l .box .li {
    width: 48%;
    margin: 1%;
    overflow: hidden;
  }
  .Brand .brand-l .more {
    margin-top: 4px;
  }
  .Brand .brand-r {
    width: 100%;
  }
  .Brand .brand-r .box {
    height: auto;
  }
  .Brand .brand-r .box .con {
    height: 520px;
    padding: 10px 15px;
  }
  .Brand .brand-r .box .con .link {
    font-size: 15px;
  }
  .evaluation {
    padding-bottom: 20px;
  }
  .evaluation .evaluation-li {
    width: 100%;
  }
  .evaluation .evaluation-li .box .img img {
    /*width: 86%;*/
  }
  .evaluation .evaluation-li:nth-of-type(2) {
    margin-bottom: 0;
  }
  .evaluation .evaluation-li.two {
    width: 100%;
    border: none;
    padding-left: 0;
    padding-top: 15px;
  }
  .activities .box .img-box {
    width: 100%;
  }
  .activities .box .img-box img {
    width: 100%;
  }
  .activities .box .img-box .info {
    height: auto;
  }
  .activities .box .img-box .info li {
    width: 33.33%;
    overflow: hidden;
    padding: 10px 0;
    height: 125px;
  }
  .activities .box .img-box .info li:nth-of-type(1) {
    padding-left: 0;
  }
  .activities .box .img-box .info li .img {
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin: 0;
  }
  .activities .box .img-box .info li .img img {
    width: auto;
    height: 30px;
    display: initial;
  }
  .activities .box .img-box .info li .info-tit {
    width: 100%;
  }
  .activities .box .img-box .info li .info-tit .number {
    text-align: center;
    font-size: 24px;
  }
  .activities .box .img-box .info li .info-tit .tit {
    text-align: center;
    font-size: 14px;
  }
  .activities .box .tit-box {
    width: 100%;
    line-height: 30px;
    height: auto;
  }
  .activities .box .tit-box .link-more {
    margin: 20px auto;
  }
  .link-more {
    margin-top: 20px;
    width: 145px;
    height: 42px;
    line-height: 42px;
  }
  .Atlas .Atlas-l {
    width: 100%;
  }
  .Atlas .Atlas-l img {
    width: 100%;
  }
  .Atlas .Atlas-r {
    width: 100%;
  }
  .Atlas .Atlas-r img {
    width: 100%;
  }
  .Atlas .link-more {
    margin-top: 20px;
  }
  .media li {
    width: 48%;
    margin: 1%;
  }
  .media li img {
    max-width: 100%;
  }
  .media .link-more {
    margin: 20px auto 0;
  }
  .media .ind-tit span {
    font-size: 20px;
    margin-left: 0;
  }
  .ind-tit {
    font-size: 26px;
  }
  .lan-add-li li {
    width: 48%;
    height: 106px;
    margin-bottom: 10px;
    margin-right: 3%;
  }
  .lan-add-li li:nth-of-type(2n) {
    margin-right: 0;
  }
  .lan-add-li li .lan-add-li-fa {
    float: none;
    margin: 0 auto;
  }
  .lan-add-li li .lan-add-li-t {
    text-align: center;
    margin-top: 6px;
  }
  .Introduction {
    margin-bottom: 20px;
  }
  .statistical-figure .li {
    width: 100%;
  }
  .statistical-figure .li .img {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    line-height: initial;
  }
  .statistical-figure .li .img img {
    width: 100%;
  }
  .subscribe .wrap {
    width: 80%;
    margin: 0 10%;
  }
  .subscribe .tit {
    font-size: 18px;
    line-height: 28px;
    float: none;
    text-align: center;
  }
  .subscribe .link-more {
    margin: 20px auto 0;
    float: none;
  }
  .footer .con .code {
    width: 100%;
    margin-top: 20px;
  }
  .footer .con .code .tit {
    width: 100%;
    text-align: left;
    margin: 15px 0;
  }
  .footer .con .code .img {
    margin-top: 0;
  }
  .footer .con .contant .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .con .contant .li:last-of-type {
    margin-bottom: 0;
  }
  .footer .con .contant .li .info span {
    width: 100%;
    display: block;
  }
  .footer .bot .tit {
    margin-top: 15px;
    width: 100%;
    text-align: left;
  }
  .head {
    padding-top: 0;
  }
  .suspension-wrap {
    display: none;
  }
  .theme-area {
    width: 100%;
  }
  .theme-area img {
    width: 100%;
  }
  .newsletter-wrap .newsletter-box .siteinfo-box {
    width: 100%;
    display: block;
  }
  .newsletter-right .Email_input {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-right .newsletter_btn {
    width: 100%;
  }
  .return-past {
    margin-top: 30px;
  }
  .return-past .tit {
    font-size: 28px;
  }
  .theme-area .title {
    width: 35%;
  }
  .evaluation .evaluation-li .box .tit {
    margin-top: 45px;
  }
  .evaluation .evaluation-li .box .imgPre {
    width: 75%;
    top: 25%;
  }
  .evaluate-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .evaluate-block .li {
    min-height: 0;
  }
}
