.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.w1200 {
  width: 100%;
  margin: 0 auto;
}
.crumbs-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.crumbs-box p {
  line-height: 12px;
}
.crumbs-box a.active {
  color: #6291CB;
}
.crumbs-box .crumb {
  font-size: 12px;
  color: #999999;
}
.crumbs-box .crumb::before {
  content: "";
  padding-left: 12px;
  margin-right: 6px;
  background-image: url("/static/cn/imgs/jobDetail/crumb_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.my-container {
  padding: 13px 15px;
  padding-bottom: 100px;
}
.my-container h2.header-title {
  margin: 20px 0;
  font-size: 30px;
  color: #6291CB;
}
.exhibition-project {
  width: 100%;
  margin: 0 auto;
}
.exhibition-project .top-content > div {
  padding: 40px;
  background-color: #fff;
}
.exhibition-project .top-content > div p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.exhibition-project .project-box {
  margin-top: 40px;
  padding: 0 10px;
  background-color: #fff;
}
.exhibition-project .project-box > h2 {
  padding-top: 40px;
  margin-left: 30px;
  padding-bottom: 40px;
  font-size: 24px;
  color: #333;
}
.exhibition-project .project-box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.exhibition-project .project-box ul li .img {
  display: block;
  margin-left: 30px;
  width: 152px;
  overflow: hidden;
}
.exhibition-project .project-box ul li .img img {
  display: block;
  width: 100%;
}
.exhibition-project .project-box ul li .title {
  width: 310px;
  font-size: 18px;
  color: #6291CB;
}
.exhibition-project .project-box ul li .desc {
  margin-right: 36px;
  width: 489px;
  font-size: 18px;
  color: #999;
}
.exhibition-project .project-box-table {
  display: none;
  margin-top: 40px;
  padding: 22px;
  background-color: #fff;
  box-sizing: border-box;
}
.exhibition-project .project-box-table .title {
  font-size: 24px;
  color: #212529;
}
.exhibition-project .project-box-table .table-box {
  margin-left: -22px;
  margin-right: -22px;
  box-sizing: border-box;
  overflow-x: scroll;
}
.exhibition-project .project-box-table .table-box table {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  padding-left: 22px;
}
.exhibition-project .project-box-table .table-box table tr {
  display: table-row;
  vertical-align: inherit;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.exhibition-project .project-box-table .table-box table tr td {
  width: auto;
  height: 55px;
  white-space: nowrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.exhibition-project .project-box-table .table-box table tr td.item-img {
  padding-right: 20px;
}
.exhibition-project .project-box-table .table-box table tr td.item-img img {
  height: auto;
  width: 80px;
}
.exhibition-project .project-box-table .table-box table tr td.item-title {
  padding-right: 20px;
}
.exhibition-project .project-box-table .table-box table tr td.item-title h2 {
  font-size: 18px;
  color: #6291CB;
}
.exhibition-project .project-box-table .table-box table tr td.item-desc {
  padding-right: 22px;
}
.exhibition-project .project-box-table .table-box table tr td.item-desc > a {
  font-size: 18px;
  color: #999;
}
.exhibition-project .bottom-carousel {
  margin-top: 40px;
}
.exhibition-project .bottom-carousel .swiper-container {
  display: none;
  padding-bottom: 90px;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-slide .item {
  background-color: #fff;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-slide .item img {
  display: block;
  width: 100%;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-slide:last-child {
  justify-content: flex-start;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-slide:last-child .item + .item {
  margin-left: 1.5%;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-pagination {
  padding-top: 20px;
  border-top: 1px solid #333;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: none;
  border: 1px solid #333;
  opacity: 1;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-button-next,
.exhibition-project .bottom-carousel .swiper-container .swiper-button-prev {
  position: absolute;
  top: 24%;
  width: 24px;
  height: 36px;
  margin-top: -11px;
  z-index: 10;
  cursor: pointer;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.exhibition-project .bottom-carousel .swiper-container .swiper-button-next {
  right: 0;
  display: none;
  background-image: url("/static/cn/imgs/business/2.png");
}
.exhibition-project .bottom-carousel .swiper-container .swiper-button-prev {
  left: 0;
  display: none;
  background-image: url("/static/cn/imgs/business/1.png");
}
.exhibition-project .bottom-carousel .swiper-container1 {
  display: block;
}
.data-download {
  padding-bottom: 0;
  margin: 0 auto;
}
.data-download .download-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.data-download .download-box .left {
  width: 65%;
}
.data-download .download-box .left .content-list {
  background-color: #fff;
  padding: 40px;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.data-download .download-box .left .content-list h2 {
  font-size: 24px;
  color: #6291CB;
}
.data-download .download-box .left .content-list .list {
  padding-bottom: 50px;
}
.data-download .download-box .left .content-list .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
  color: #6291CB;
}
.data-download .download-box .left .content-list .list li > div {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.data-download .download-box .left .content-list .list li .file-icon {
  display: block;
  width: 17px;
  height: 17px;
  padding-right: 50px;
  background-image: url(/static/cn/imgs/business/file-icon.png);
  background-repeat: no-repeat;
  background-size: auto 17px;
}
.data-download .download-box .left .content-list .list li + li {
  border-bottom: 1px solid #6291CB;
}
.data-download .download-box .left .content-list .list li.head {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.data-download .download-box .left .content-list .list li.head span:first-child {
  margin-right: 35px;
}
.data-download .download-box .left .content-list .page-box {
  display: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 34px;
}
.data-download .download-box .left .content-list .page-box div {
  width: 36px;
  height: 36px;
  background-color: #6391CB;
  text-align: center;
  line-height: 35px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #6391CB;
  cursor: pointer;
  transition: background-color 0.2s;
}
.data-download .download-box .left .content-list .page-box div:hover {
  background-color: #337ab7;
}
.data-download .download-box .left .content-list .page-box div.active {
  background-color: #fff;
  color: #333;
  border: 1px solid #aaa;
}
.data-download .download-box .left .content-list .page-box div + div {
  margin-left: 10px;
}
.data-download .download-box .left .content-list .page-box .next-btn {
  margin-left: 30px;
}
.data-download .download-box .left .content-list .page-box .prev-btn {
  margin-right: 20px;
}
.data-download .download-box .left .content-list .page-box.page-show {
  display: flex;
}
.data-download .download-box .right {
  width: 30%;
}
.data-download .download-box .right h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #6291CB;
}
.data-download .download-box .right p {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.data-download .download-box .right h4 {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
}
.data-download .download-box .right .btn-back {
  display: inline-block;
  margin-top: 60px;
  width: 153px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #6291CB;
  transition: opacity 0.2s;
}
.data-download .download-box .right .btn-back:hover {
  opacity: 0.8;
}
.exhibition-detail {
  padding-bottom: 0;
  margin: 0 auto;
  min-height: 950px;
  margin-bottom: 61px;
}
.exhibition-detail .download-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
.exhibition-detail .download-box .left {
  padding: 40px;
  margin-bottom: 60px;
  width: 65%;
  background-color: #fff;
  transition: all 0.3s;
}
.exhibition-detail .download-box .left h2 {
  padding-bottom: 22px;
  font-size: 24px;
  color: #6291CB;
}
.exhibition-detail .download-box .left .content-one p {
  font-size: 14px;
  line-height: 26px;
}
.exhibition-detail .download-box .left .content-one p.title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
.exhibition-detail .download-box .left .content-one .content-one-info {
  margin-top: 31px;
  margin-bottom: 50px;
}
.exhibition-detail .download-box .left .content-two {
  margin-top: 20px;
}
.exhibition-detail .download-box .left .content-two .list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 12px;
  border-top: 1px solid #DCDCDC;
}
.exhibition-detail .download-box .left .content-two .list li > h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
}
.exhibition-detail .download-box .left .content-two .list li .desc {
  width: 75%;
  font-size: 16px;
  color: #333;
  word-break: break-word;
}
.exhibition-detail .download-box .left .content-two .list li .desc .color {
  color: #6291CB;
}
.exhibition-detail .download-box .left .content-two .list li:nth-child(2n) {
  background-color: #F5F5F5;
}
.exhibition-detail .download-box .left .button-group {
  margin-top: 44px;
}
.exhibition-detail .download-box .left .button-group a {
  display: inline-block;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #6291CB;
  transition: opacity 0.2s;
}
.exhibition-detail .download-box .left .button-group a:hover {
  opacity: 0.8;
}
.exhibition-detail .download-box .left .button-group a.prev {
  float: left;
}
.exhibition-detail .download-box .left .button-group a.next {
  float: right;
}
.exhibition-detail .download-box .right {
  width: 21%;
  margin-left: 66px;
  transition: all 0.3s;
}
.exhibition-detail .download-box .right h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #6291CB;
}
.exhibition-detail .download-box .right p {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.exhibition-detail .download-box .right h4 {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
}
.exhibition-detail .download-box .right .btn-back {
  display: inline-block;
  margin-top: 44px;
  width: 153px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #6291CB;
  transition: opacity 0.2s;
}
.exhibition-detail .download-box .right .btn-back:hover {
  opacity: 0.8;
}
.exhibition-detail .download-box .right .one-box {
  padding: 22px 31px;
  background-color: #fff;
}
.exhibition-detail .download-box .right .one-box img {
  display: block;
  width: 100%;
}
.exhibition-detail .download-box .right .two-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 19px;
  padding: 18% 25%;
  background-color: #fff;
}
.exhibition-detail .download-box .right .two-box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
}
.exhibition-detail .download-box .right .two-box > div span {
  line-height: 32px;
}
.exhibition-detail .download-box .right .two-box > div .week {
  font-size: 14px;
}
.exhibition-detail .download-box .right .two-box > div .day {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}
.exhibition-detail .download-box .right .two-box > div .month {
  font-size: 16px;
}
.exhibition-detail .download-box .right .two-box > div .year {
  font-size: 12px;
}
.exhibition-detail .download-box .right .two-box > span {
  position: relative;
  top: -17px;
  width: 15px;
  height: 2px;
  background-color: #333;
}
.exhibition-detail .download-box .right .three-box {
  margin: 40px 0;
}
.exhibition-detail .download-box .right .three-box h2 {
  margin-bottom: 20px;
}
.exhibition-detail .download-box .right .three-box p {
  font-size: 14px;
  line-height: 26px;
}
.exhibition-detail .download-box .right .three-box p.icon {
  padding-left: 27px;
  background-position: left auto;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
.exhibition-detail .download-box .right .three-box p.icon.icon-1 {
  background-image: url(/static/cn/imgs/business/exhibition_detail_icon61.png);
}
.exhibition-detail .download-box .right .three-box p.icon.icon-2 {
  background-image: url(/static/cn/imgs/business/exhibition_detail_icon71.png);
}
.exhibition-detail .download-box .right .three-box p.icon.icon-3 {
  background-image: url(/static/cn/imgs/business/exhibition_detail_icon11.png);
}
.exhibition-detail .download-box .right .three-box p.icon.icon-4 {
  background-image: url(/static/cn/imgs/business/exhibition_detail_icon21.png);
}
.exhibition-detail .download-box .right .three-box p.icon.icon-5 {
  background-image: url(/static/cn/imgs/business/exhibition_detail_icon31.png);
}
.exhibition-detail .download-box .right .four-box {
  margin: 40px 0;
}
.exhibition-detail .download-box .right .four-box a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.exhibition-detail .download-box .right .four-box a.icon-left {
  padding-left: 27px;
  background-position: left auto;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
.exhibition-detail .download-box .right .four-box a.icon-before::before {
  position: relative;
  top: -2px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  padding-right: 27px;
  background-position: left auto;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-image: url(/static/cn/imgs/business/exhibition_detail_icon41.png);
}
.exhibition-detail .download-box .right .four-box a.icon-after::after {
  position: relative;
  top: 3px;
  left: 12px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  padding-right: 27px;
  background-position: left auto;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-image: url(/static/cn/imgs/business/exhibition_detail_icon51.png);
}
.exhibition-detail .show-right-btn {
  position: fixed;
  right: 0;
  top: 70%;
  display: none;
  width: 45px;
  height: 60px;
  background-color: #6291CB;
  background-image: url(/static/cn/imgs/traffic/newsdetail/m.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.exhibition-detail .show-right-btn.active {
  background-image: url(/static/cn/imgs/traffic/newsdetail/x.png);
}
@media screen and (max-width: 1200px) {
  .my-container {
    padding-top: 50px;
  }
  .my-container .crumbs-box {
    margin-top: 13px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .my-container .bottom-carousel .swiper-container {
    display: none;
    padding-bottom: 70px;
  }
  .my-container .bottom-carousel .swiper-container2 {
    display: block;
    padding-bottom: 70px;
  }
  .my-container .bottom-carousel .swiper-container2 .swiper-button-next,
  .my-container .bottom-carousel .swiper-container2 .swiper-button-prev {
    display: block;
    top: 33%;
  }
}
@media screen and (max-width: 890px) {
  .my-container .top-content > div {
    padding: 22px;
  }
  .my-container .project-box-table {
    display: block;
  }
  .my-container .project-box {
    display: none;
    padding-left: 22px;
    padding-right: 22px;
  }
  .my-container .project-box > h2 {
    padding-top: 22px;
    margin-left: 0;
  }
  .my-container .project-box ul li {
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .my-container .project-box ul li .img {
    display: block;
    margin-left: 0;
    width: 152px;
    overflow: hidden;
  }
  .my-container .project-box ul li .img img {
    display: block;
    width: 100%;
  }
  .my-container .project-box ul li .title {
    width: 100%;
    padding: 0 60px;
    text-align: center;
  }
  .my-container .project-box ul li .desc {
    margin-right: 0;
    width: 100%;
    max-width: 489px;
    text-align: left;
  }
  .my-container .bottom-carousel .swiper-container1 {
    display: none;
  }
  .my-container .bottom-carousel .swiper-container2 {
    display: block;
    padding-bottom: 70px;
  }
  .my-container .bottom-carousel .swiper-container2 .swiper-pagination {
    padding-top: 10px;
  }
  .my-container .bottom-carousel .swiper-container2 .swiper-button-next,
  .my-container .bottom-carousel .swiper-container2 .swiper-button-prev {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .data-download .download-box {
    flex-direction: column;
  }
  .data-download .download-box .left {
    width: 100%;
  }
  .data-download .download-box .left .content-list {
    padding: 22px;
  }
  .data-download .download-box .right {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .exhibition-detail .download-box {
    justify-content: space-between;
  }
  .exhibition-detail .download-box .right {
    margin-left: 3%;
    width: 35%;
  }
  .exhibition-detail .download-box .right .two-box > span {
    position: relative;
    top: -17px;
  }
}
@media screen and (max-width: 750px) {
  .show-right-btn {
    display: block !important;
  }
  .my-container {
    position: relative;
    left: 320px;
    margin: 0 !important;
    margin-left: -320px !important;
    overflow-x: hidden;
  }
  .my-container.active {
    overflow-x: scroll;
  }
  .exhibition-detail {
    margin-bottom: 0;
  }
  .exhibition-detail .download-box {
    flex-direction: column;
    justify-content: space-between;
  }
  .exhibition-detail .download-box .left {
    padding: 22px;
    width: 100%;
    margin-bottom: 30px;
  }
  .exhibition-detail .download-box .left .content-two .list li .desc {
    width: 68%;
  }
  .exhibition-detail .download-box .right {
    position: absolute;
    right: -300px;
    width: 300px;
    overflow-x: hidden;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .exhibition-detail .download-box .right .two-box {
    align-items: baseline;
    padding: 18% 20%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .exhibition-detail .download-box .right .two-box span {
    top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .my-container {
    padding-bottom: 30px;
  }
}
