.bodyColor {
  background-color: #fff !important;
}

.bodyColor body {
  background-color: #fff !important;
}

.wrap1440 {
  max-width: 1440rem;
}

.bxz,
.bxz * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

/* 行显示，多出省略 */
/* 服务支持 */
.search_wrap {
  background: url('../images/search_boxbg.jpg') no-repeat center center;
  padding: 80rem 0;
}

.search_wrap .box {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  width: 960rem;
  max-width: 90%;
  margin: 0 auto;
  padding: 15px 50rem;
  border-radius: 25rem;
}

.search_wrap .box input {
  background: none;
  color: #fff;
  font-size: 16px;
  width: 90%;
}

.search_wrap .box .btn {
  position: absolute;
  right: 64rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 28rem;
  height: 28rem;
  background: url('../images/icon_search.png') no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.question_wrap {
  padding-top: 65rem;
  padding-bottom: 100rem;
}

.question_wrap .cont {
  display: flex;
  justify-content: space-between;
}

.question_list {
  width: calc(100% - 262px - 5%);
}

.question_list li {
  border-bottom: 1px solid #d4d4d4;
  padding: 33rem 40rem;
  font-size: var(--font-size-18);
  transition: all 0.3s;
}

.question_list li.active {
  background: #41aa7e;
  color: #fff;
  border-bottom: none;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

.question_list li.active .qs i {
  color: #41aa7e;
}

.question_list li.active .qs::after {
  content: '\e604';
  font-family: 'iconfont';
  color: #fff;
}

.question_list li.active .aw {
  display: flex !important;
}

.question_list .qs {
  cursor: pointer;
  display: flex;
}
.question_list .qs span{
  flex: 1;
}

.question_list .qs::after {
  content: '\e602';
  font-family: 'iconfont';
  color: #555;
  font-size: 20px;
  float: right;
  line-height: 47rem;
}

.question_list .qs i {
  display: inline-block;
  width: 47rem;
  height: 47rem;
  line-height: 47rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 15px;
}

.question_list .aw {
  display: flex;
  padding-left: 70rem;
  margin-top: 20px;
  display: none;
}

.question_list .aw i {
  display: inline-block;
  width: 29px;
  height: 32px;
  background: url(../images/icon_a.png) no-repeat center center;
  background-size: 100%;
}

.question_list .aw p {
  padding-left: 15px;
  width: 861rem;
}

.common_sort {
  width: 262px;
}

.common_sort h2 {
  font-size: var(--font-size-30);
  color: #41aa7e;
  margin-bottom: 28rem;
}

.common_sort dt {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
  font-size: var(--font-size-18);
  padding-left: 30rem;
  padding-right: 35rem;
  cursor: pointer;
  padding: 0.6em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.common_sort dt::after {
  content: '\e649';
  font-family: 'iconfont';
  color: #41aa7e;
  font-size: var(--font-size-18);
  float: right;
}

.common_sort dt.active {
  background-color: #41aa7e;
  border-radius: 85rem;
  color: #fff;
}

.common_sort dt.active::after {
  color: #fff;
  transform: rotate(180deg);
}

.common_sort dt.active+dd {
  display: block;
}

.common_sort dd {
  display: none;
  background-color: #eeeeee;
  padding-left: 25rem;
  padding-bottom: 30rem;
  border-radius: 25rem;
  padding-top: calc(10px + 40rem);
  margin-top: calc(-10px - 40rem);
}

.common_sort dd a {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
  margin: 5px 0;
  display: block;
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common_sort dd a.on,
.common_sort dd a:hover {
  color: #41aa7e;
}

.exh_sec1 {
  height: 761rem;
  padding-top: 99rem;
  background: url('../images/exh_sec1_bg.jpg') no-repeat center center;
}

.exh_sec1 .swiper-container {
  padding-bottom: 65rem;
  margin-left: 70rem;
}

.exh_sec1 .swiper-slide .img {
  float: left;
  width: 660rem;
  overflow: hidden;
}

.exh_sec1 .swiper-slide .img img {
  transition: .5s;
}

.exh_sec1 .swiper-pagination {
  width: auto;
  left: 705rem;
  bottom: 45rem;
}

.exh_sec1 .swiper-pagination .swiper-pagination-bullet {
  width: 65rem;
  height: 2px;
  background: #c6c6c6;
  margin: 0 3px 0 0;
  opacity: 1 !important;
  border-radius: 0;
}

.exh_sec1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #41aa7e;
  height: 5px;
  transform: translateY(1px);
}

.exh_sec1 .cont {
  float: left;
  background-color: #fff;
  width: 674rem;
  height: 610rem;
  padding: 65rem;
  position: relative;
  top: 111rem;
  left: -24rem;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

.exh_sec1 .cont .location {
  position: absolute;
  right: 0;
  top: -80rem;
  padding-left: 33rem;
  color: #41aa7e;
}

.exh_sec1 .cont .location::before {
  content: '\e647';
  font-family: 'iconfont';
  color: #41aa7e;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.exh_sec1 .cont .date {
  font-size: 16px;
  margin-bottom: 20rem;
}

.exh_sec1 .cont .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30rem;
  font-size: 36rem;
}

.exh_sec1 .cont .title a {
  color: #181818;
}

.exh_sec1 .cont .title:hover a {
  color: #41aa7e;
}

.exh_sec1 .cont .desc {
  font-size: var(--font-size-18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 60rem;
}

.exh_sec1 .cont a.link {
  font-size: 32px;
  font-weight: bold;
}

.exh_sec1 .cont a.link:hover {
  color: #41aa7e;
}

.exh_sec2 {
  padding-top: 238rem;
  padding-bottom: 130rem;
}

.exh_sec2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -22.5rem;
  margin-right: -22.5rem;
  justify-content: flex-start;
}

.exh_sec2 li {
  width: 450rem;
  margin: 0 22.5rem 30rem;
  transition: all 0.3s;
}

.exh_sec2 li:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

.exh_sec2 li:hover a {
  color: #41aa7e;
}

.exh_sec2 li .cont {
  padding: 25rem 19rem 50rem;
}

.exh_sec2 li .date {
  font-size: 16px;
  margin-bottom: 15px;
}

.exh_sec2 li .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-24);
  height: 3em;
  margin-bottom: 10rem;
}

.exh_sec2 li .point {
  font-size: 16px;
  padding-left: 26px;
  position: relative;
}

.exh_sec2 li .point::before {
  content: '\e647';
  font-family: 'iconfont';
  color: #41aa7e;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

/* 资料下载 */
.download_wrap .sec_tit {
  font-size: var(--font-size-60);
  text-align: center;
  color: #41aa7e;
  margin-bottom: 50rem;
}

.down_sec1 {
  padding: 80rem 0 130rem;
}


.down_sec1 li {
  float: left;
  margin: 0 25rem;
  width: 310rem;
  transition: all 0.3s;
  margin-bottom: 50rem;
}

.down_sec1 li:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.down_sec1 li:hover .cont {
  background-color: #41aa7e;
}

.down_sec1 li:hover a {
  color: #fff;
}

.down_sec1 .cont {
  padding: 20rem 25rem 30rem;
  background-color: #f6f6f6;
}

.down_sec1 .cont h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  text-overflow: ellipsis;
  font-size: var(--font-size-24);
  margin-bottom: 10px;
  cursor: pointer;
}

.down_sec1 .cont a {
  font-size: var(--font-size-18);
  color: #41aa7e;
  line-height: 40px;
  margin-left: -5px;
}

.down_sec1 .cont a i {
  font-size: 40px;
  vertical-align: middle;
}

.down_sec2 {
  background-color: #f6f6f6;
  padding: 80rem 0 150rem;
}

.down_sec2 .cont {
  display: flex;
  justify-content: space-between;
}

.down_sec2 .book_list {
  flex: 1;
  margin-left: 50rem;
}

.down_sec2 .book_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30rem;
}

.down_sec2 .book_list li {
  background: #fff;
  padding: 30rem 40rem 40rem;
}

.down_sec2 .book_list .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  font-weight: bold;
}

.down_sec2 .book_list .btn_box {
  margin-top: 50rem;
  display: flex;
  gap: 20rem;
}

.down_sec2 .book_list .btn_box .modular {
  padding: 0;
  background: none;
}

.down_sec2 .book_list .btn_box span {
  margin-right: 0.5em;
}

.down_sec2 .book_list .btn_box a {
  min-width: 0;
  display: flex;
  /* border: 1px solid #41aa7e; */
  font-size: 16px;
  border-radius: 25rem;
  padding: 12rem 28rem 12rem 28rem;
  /* color: #41aa7e; */
  align-items: center;
}

.down_sec2 .book_list .btn_box a i {
  font-size: 150%;
}

@media screen and (min-width:1024px) {
  .exh_sec1 .swiper-slide .img:hover img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 1024px) {


  /* 参展信息 */
  .exh_sec1 {
    height: auto;
    background-size: cover;
    padding: 50rem 0;
  }

  .exh_sec1 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }

  .exh_sec1 .swiper-container {
    margin-left: 0;
  }

  .exh_sec1 .swiper-slide .img,
  .exh_sec1 .swiper-slide .cont {
    width: 100%;
    float: none;
  }

  .exh_sec1 .cont {
    top: 0;
    left: 0;
    height: auto;
  }

  .exh_sec1 .cont .desc {
    margin-bottom: 20rem;
    font-size: 14px;
  }

  .exh_sec1 .cont .location {
    top: 65rem;
    right: 40px;
  }

  .exh_sec2 {
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  .exh_sec2 .cont {
    background-color: #eee;
  }

  .exh_sec2 li {
    width: 45%;
  }

  /* 常见问题 */
  .question_wrap .cont {
    display: block;
  }

  .question_list {
    width: 100%;
    margin-top: 40rem;
  }

  .question_list .qs i {
    font-size: 12px;
  }

  .question_list li {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .question_list li .qs {
    display: flex;
    flex-wrap: nowrap;
  }

  .question_list li .qs span {
    font-size: 14px;
    width: 80%;
  }

  .question_list li .aw {
    padding-left: 10rem;
  }

  .question_list li .aw p {
    font-size: 14px;
  }

  .question_list li .qs::after {
    font-size: 14px;
  }

  /* 资料下载 */
  .common_sort {
    width: 100%;
  }

  .down_sec1 li {
    width: 48%;
    margin: 0;
    margin-bottom: 4%;
  }

  .down_sec1 li:nth-child(2n) {
    margin-left: 4%;
  }

  .down_sec1 .cont a {
    font-size: 16px;
  }

  .down_sec2 .cont {
    display: block;
  }

  .down_sec2 .book_list {
    width: 100%;
    margin-left: 0;
    margin-top: 30rem;
  }

  /* .down_sec2 .book_list li {
    width: 48%;
    padding: 20px;
  } */

  .down_sec2 .book_list .btn_box a {
    padding: 4px 25px 4px 10px;
  }

  /* 资料下载end */

  .common_sort dd {
    padding-top: calc(10px + 60rem);
    margin-top: calc(-10px - 60rem);
  }

}



@media screen and (max-width: 768px) {


  /* 参展信息 */
  .exh_sec1 .cont .location::before {
    font-size: 16px;
  }

  .exh_sec2 li {
    width: 100%;
  }

  .exh_sec2 li .point {
    font-size: 14px;
  }

  /* 资料下载
  .common_sort dt {
    height: 60rem;
    line-height: 60rem;
  } */
  .down_sec2 .book_list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .question_list li{padding: 20px;}
}

/*# sourceMappingURL=./service.css.map */