.wrap {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.head {
  width: 100%;
  border-bottom: 3px solid #e8e9ed;
  padding: 20px 0;
}
.head .con .logo {
  padding-right: 38px;
  margin-right: 38px;
  border-right: 1px solid #e5e5e5;
}
.head .con .tit .company {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  position: relative;
}
.head .con .tit .company span {
  color: #fff;
  background: #008b4b;
  padding: 5px 15px;
  font-weight: normal;
}
.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;
}
.head .link {
  padding: 10px 25px;
  border-radius: 5px;
  color: #008b4b;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #008b4b;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.head .link img {
  vertical-align: middle;
  margin-right: 10px;
  -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: 60px;
}
.con-box .news {
  width: 860px;
}
.con-box .news .top {
  background: #f0f6f2;
  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: #008b4b;
}
.con-box .news .top .swiper-container-news .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  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;
}
.con-box .news .top .info .tit {
  font-size: 18px;
  margin: 0 0 20px 0;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}
.con-box .news .top .info .tit-info {
  line-height: 22px;
  height: 176px;
  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: #008b4b;
  border-radius: 5px;
  text-align: center;
  line-height: 103px;
  color: #fff;
  font-size: 20px;
  display: block;
  margin-bottom: 27px;
}
.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: #206cac;
}
.con-box .link-box .but:nth-of-type(3) {
  background: #3e93b6;
}
.con-box .link-box .but-b {
  width: calc(54% - 29px);
  float: left;
  height: 103px;
  background: #465aa6;
  border-radius: 5px;
  text-align: center;
  padding-top: 18px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 27px;
  margin-right: 33px;
}
.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-of-type(2) {
  background: #742dd5;
  margin-right: 0;
}
.con-box .link-box .but-b:nth-of-type(3) {
  background: #35ae8a;
}
.con-box .link-box .but-b:nth-of-type(4) {
  background: #2794c1;
  margin-right: 0;
}
.Introduction .Int-li {
  width: 32%;
  float: left;
  height: 125px;
  background: #f0f6f2;
  padding-top: 31px;
  margin-right: 2%;
  border-radius: 5px;
}
.Introduction .Int-li:nth-of-type(3) {
  margin-right: 0;
}
.Introduction .Int-li .img {
  margin: 0 10px 0 31%;
}
.Introduction .Int-li .info .tit {
  font-size: 32px;
  color: #008b4b;
  font-weight: bold;
}
.Introduction .Int-li .info .tit .span {
  font-weight: normal;
  font-size: 14px;
}
.Introduction .Int-li .info .info-tit {
  font-size: 18px;
}
.Exhibitors {
  border-bottom: 3px solid #e8e9ed;
  padding-bottom: 47px;
}
.Exhibitors .title {
  width: 45%;
}
.Exhibitors .title .info {
  line-height: 25px;
}
.Exhibitors .title .h3 {
  color: #008b4b;
  font-size: 18px;
}
.Exhibitors .img {
  width: 53%;
  margin-top: 16px;
}
.Exhibitors .img img {
  /* height: 250px; */
  border-radius: 5px;
}
.ind-tit {
  font-size: 36px;
  margin: 5px 0 30px 0;
}
.Exhibitors-area .area-li {
  float: left;
  width: 32%;
  margin-right: 2%;
  border-radius: 5px;
  height: 241px;
  line-height: 241px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}
.Exhibitors-area .area-li a {
  display: block;
}
.Exhibitors-area .area-li a img {
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  border-radius: 5px;
  width: 100%;
}
.Exhibitors-area .area-li a .tit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}
.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;
  width: 48%;
}
.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 .brand-l .box {
  background: #f6f9f7;
  padding: 2%;
  min-height: 567px;
  border-radius: 5px;
}
.Brand .brand-l .box .li {
  width: 175px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  margin: 3px;
  background: #fff;
  float: left;
}
.Brand .brand-l .box .li img {
  max-width: 175px;
  max-height: 65px;
  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: #008b4b;
  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: #f6f9f7;
  padding: 6%;
  height: 680px;
  overflow: hidden;
  border-radius: 5px;
}
.Brand .brand-r .box .con {
  background: #fff;
  padding: 10px 35px;
  border-radius: 5px;
  height: 557px;
  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;
  padding: 60px 0;
}
.evaluation .swiper-container-evaluation {
  position: relative;
  overflow: hidden;
}
.evaluation .swiper-container-evaluation .swiper-pagination-bullet-active {
  background: #008b4b;
}
.evaluation .swiper-container-evaluation .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 14px;
}
.evaluation .evaluation-li {
  width: 45.5%;
}
.evaluation .evaluation-li .box {
  margin-bottom: 48px;
}
.evaluation .evaluation-li .box .img img{
  width: 100%;
}
.evaluation .evaluation-li .box .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.evaluation .evaluation-li .box .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.evaluation .evaluation-li .box .fl-img{
  margin-right: 20px;
}
.evaluation .evaluation-li .box .fr-img{
  margin-left: 20px;
}
.evaluation .evaluation-li .box .img:nth-of-type(3) {
  margin-top: 35px;
  text-align: right;
}
.evaluation .evaluation-li .box .tit {
  width: 78%;
}
.evaluation .evaluation-li .box .tit .info {
  line-height: 25px;
/*  height: 75px;*/
  overflow: hidden;
}
.evaluation .evaluation-li .box .tit .tit-info
{
  color: #008b4b;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: right;
  margin-top: 10px;
  line-height: 26px;
}
.evaluation .evaluation-li .box .tit .tit-info img {
  vertical-align: middle;
  margin-right: 10px;
  padding: 13px 0;
  object-fit: contain;
}
.evaluation .evaluation-li .box .tit p{
  color: #008b4b;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  margin: 0;
  line-height: 26px;
}
.evaluation .evaluation-li:nth-of-type(2) {
  float: right;
}
.activities .box {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.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: #008b4b;
  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: #f0f6f2;
  /* height: 546px; */
  padding: 2% 2.5%;
  font-size: 15px;
  line-height: 1.5;
 
}

.activities .box .tit-box p{
  margin: 0;
   margin-bottom: 14px;
}


.activities .box .tit-box span {
  color: #008b4b;
  margin-right: 5px;
}
.activities .box .tit-box .ind-tit {
  font-size: 20px;
  margin: 0;
  margin-bottom: 14px;
}
.activities .box .tit-box .link-more {
  margin: 20px 0;
}
.link-more {
  background: #008b4b;
  border-radius: 5px;
  color: #fff;
  margin-top: 40px;
  display: block;
  width: 195px;
  height: 52px;
  line-height: 52px;
  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;
  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:90%;
  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: #008b4b;
  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;
}
.footer {
  width: 100%;
  background: #282828;
  margin-top: 35px;
  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: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.footer .con .contant .li .info {
  line-height: 28px;
  color: #ababab;
}
.footer .con .contant .li .info a {
  color: #ababab;
}
.footer .con .code .tit {
  color: #fff;
  line-height: 28px;
  text-align: right;
  margin: 15px 25px 0 0;
}
.footer .con .code .img {
  margin-top: -15px;
}



.Right-suspension-x {
    position: fixed;
  right: 0;
  top: 12%;
  width: 100%;
}

.Right-suspension-wrap {
    width: 100%;
    position: relative;
}

.Right-suspension {
    position: absolute;
    z-index: 998;
    right: -185px;
    top: 370px;
    width: 160px;
}

.Right-suspension-con {
    width: 160px;
    top: 80px;
}

.Right-suspension-con span {
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align: center;
    height: auto;
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
    text-align: center;
}

.Right-suspension-con span img {
    display: block;
}

.Right-suspension-con span:last-child {}

.Right-suspension-con span a {
    color: #fff;
    display: block;
}

.Right-suspension-con-img {
    width: 100%;
    height: 54px;
    background: url(../../../../images/gundong-img.png) no-repeat;
    margin-bottom: 11px;
    color: #fff;
    line-height: 54px;
    text-align: center;
}

.Right-suspension-con-a1 {
    background: #fff;
    text-align: center;
    line-height: 42px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #1d8a3e;
    transition: 200ms;
}

.Right-suspension-con-a1 a {
    display: block;
    color: #1d8a3e;
}

.Right-suspension-con-a1:hover {
    background: #1d8a3e;
}

.Right-suspension-con-a1:hover a {
    color: #fff;
}

.Right-suspension-con-a2 {
    margin-top: 7px;
    background: #1d8a3e;
    text-align: center;
    line-height: 42px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #1d8a3e;
    transition: 200ms;
}

.Right-suspension-con-a2 a {
    display: block;
    color: #fff;
}

.Right-suspension-con-a2:hover {
    background: #fff;
}

.Right-suspension-con-a2:hover a {
    color: #1d8a3e;
}

.Right-suspension-con-tit {
    color: #fff;
    font-size: 25px;
    font-style: initial;
    vertical-align: sub;
    padding:0 5px;
}

.Right-suspension-con-s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #009452;
    cursor: pointer;
    transform: 200ms;
}

.Right-suspension-shrinkage {
    width: 100%;
    overflow: hidden;
}


.mb-show {
  display: none;
}
.pc-show {
  display: block;
}

@media screen and (max-width: 1660px) {
  body {
    zoom: 0.9;
  }
  .wrap {
    width: 1200px;
    margin-right: 260px;
  }
}

/*手机版样式*/
@media screen and (max-width: 780px) {
  .mb-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .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 .company span {
    position: absolute;
    left: 18%;
    top: -50px;
  }
  .head .con .tit .info img {
    vertical-align: top;
    width: 18px;
  }
  .head .con .tit .info .time {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .head .link {
    position: absolute;
    right: 4%;
    top: 0;
    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: 46%;
    margin: 0 8% 8% 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%;
  }
  .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%;
    margin-bottom: 30px;
  }
  .evaluation .evaluation-li:nth-of-type(2) {
    margin-bottom: 0;
  }
  .activities .box {
    display: block;
  }
  .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;
  }
  .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 .bot .tit {
    margin-top: 15px;
  }
  .Audience-source .sourec-right .info .info-right img{
    margin-top: 0;
  }
  .evaluation .evaluation-li .box .img{
    width: 50px;
    height: 50px;
  }
}


.newbar2022{
  background-image: url('/images/bgreview.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0;
  overflow: hidden;
  margin-bottom: 60px;
}
.newbar2022 .insider{
  width: 96%;
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}
.newbar2022 .item{
  color: #fff;
  width: calc(100%/4);
  float: left;
  text-align: center;
}

.newbar2022 .item .p1{
  font-size: 30px;
  margin: 0;
}


.newbar2022 .item .linkbox{
  width: 184px;
  height: 56px;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 56px;
  background-color: #1d8a3e;
  color: #fff;
  font-size: 18px;
  margin: 40px auto 0;
}

.newbar2022 .item .linkbox:hover{
  transition: 0.6s;
  background: #fff;
  color: #1d8a3e;

}

@media screen and (max-width: 680px) {
  .newbar2022{
    background-size: cover;
    padding: 40px 0;
    margin-top: 60px;
  }

  .newbar2022 .item .p1{
    font-size: 24px;
  }
  .newbar2022 .item{
    width: 100%;
    
  }

   .newbar2022 .item:not(:last-child){
      margin-bottom: 30px;
   }

  .newbar2022 .item .linkbox{
    margin: 10px auto 0;
    height: 50px;
    line-height: 50px;
  }
}