<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* exhibition-layout start */

.art_main {
  position: relative;
  z-index: 10;
  float: left;
  margin-top: 70px;
  margin-left: 10px;
}
.first_art{
  margin-left: 0px;
}
.art_main p {
  margin: 0;
  line-height: 30px;
  font-size:20px;
  display: flex;
  justify-content: center;
  font-weight:200;
}
.art_main a{
  color: var(--primary-color);
}
.art_main p span {
  display: block;
  font-size: 24px;
  transform: scaleY(2);
  float: left;
  margin-right: 30px;
}

.art_main .p2 {
  margin-bottom: 45px;
}

.art_main .p2::before {
  content: "";
  height: 36px;
  width: 2px;
  margin-top: 10px;
  margin-right: 33px;
  margin-left: 20px;
  color: rgb(1, 40, 132);
  display: inline-block;
  background-color: rgb(1, 40, 132);
  vertical-align: middle;
}
/* exhibition-layout end */

/* introduction start */
.tab {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.tab-content {
  width: 894px;
}

.tab-bar {
  flex: 1;
  padding: 44px 100px 44px 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fafafa;
}

.tab-bar ul {
  padding: 0;
  width: 100%;
  display: table;
  box-sizing: border-box;
}
.tab-bar ul li {
  display: table-row;
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  overflow: hidden;
  /* 绗簩姝ワ細璁╂枃鏈笉浼氭崲琛岋紝 鍦ㄥ悓涓€琛岀户缁� */
  white-space: nowrap;
  /* 绗笁姝ワ細鐢ㄧ渷鐣ュ彿鏉ヤ唬琛ㄦ湭鏄剧ず瀹岀殑鏂囨湰 */
  text-overflow: ellipsis;
}
.tab-bar ul li span{
  display: table-cell;
}
.tab-bar ul li span:first-child{
  text-align: end;
  width: 80px;
}
.introduction{
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.introduction p{
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  text-indent: 2em;
}

.exhibition-highlights-con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  max-width: 1180px;
  margin: auto;
}
.exhibition-highlights-item{
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
  /* width: 680px;
  height: 300px; */
  width: 580px;
  height: 256px;
  perspective:1000px;
  cursor: pointer;
}
.exhibition-highlights-before,
.exhibition-highlights-after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--primary-color);
  color: #fff;
  transition: all 1s ease-in-out 0s;
  
}
.exhibition-highlights-before{
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  text-align: center;
  font-size: 20px;
  line-height: 64px;
  background-image: url(/public/images/exhibition-highlights-after-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.exhibition-highlights-after{
  transform: rotateY(180deg);
}
.exhibition-highlights-after p{
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  padding-top: 10px;
  height: calc(100% - 80px);
  color: #000;
  font-size: 14px;
  text-indent: 2em;
  line-height: 26px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid var(--primary-color);
}
.exhibition-highlights-item:hover .exhibition-highlights-before{
  transform: rotateY(180deg);
}
.exhibition-highlights-item:hover .exhibition-highlights-after{
  transform: rotateY(360deg);
}


/* introduction end */

/* kele-exh-news */
.kele-exh-news-list{
  padding: 24px;
  background-color: #fff;
}
.kele-exh-news-list&gt;a{
  display: block;
  margin-top: 20px;
}
.kele-exh-news-list&gt;a:first-child{
  margin-top: 0;
}
.kele-exh-news-item{
  display: flex;
  flex-wrap: wrap;
  color: var(--primary-color);
  
}
.kele-exh-news-item:hover{
  color: var(--secondary-color);
}
.kele-exh-news-item:hover .exh-news-left div{
  background-color: var(--secondary-color);
}
.exh-news-left{
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 30px;
  width: 4px;
  height: 120px;
  background-color: #eaeaea;
}
.exh-news-left div{
  height: 40px;
  width: 8px;
  margin-left: -2px;
  background-color: var(--primary-color);
}
.kele-exh-news-images img{
  width: 280px;
  height: 190px;
  object-fit: cover;
  vertical-align: middle;
}
.kele-exh-news-right{
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 30px;
}
.kele-exh-news-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.kele-exh-news-title h3{
  margin: 0;
  font-size: 18px;
}
.kele-exh-news-title span{
  color: var(--primary-color);
  font-size: 14px;
}
.kele-exh-news-right p{
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  color: var(--primary-color);
}


/* kele-radius-list */
.kele-radius-list{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kele-radius-item{
  width: 50%;
  background-color: #fff;
}
.kele-radius-item h4{
  margin: 0;
  font-size: 28px;
  font-weight: lighter;
  line-height: 44px;
  text-align: center;
  color: var(--primary-color);
  background-color: #b7ddff;
}
.kele-radius-item p{
  margin: 0;
  /* padding: 74px 40px 74px 60px; */
  padding: 34px;
  font-size: 14px;
  line-height: 30px;
}
.kele-radius-item p strong{
  color: var(--primary-color);

}
.kele-radius-item p strong::before{
  content: '路';
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  vertical-align: top;
}
.kele-radius-item .p2{
  padding-top: 0;
  padding-bottom: 0;
}
.kele-radius-item img{
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  height: 320px;
}

/* main-forum 涓昏鍧� start */
.main-forum{
  position: relative;
  z-index: 1;
  padding: 65px 140px;
  text-indent: 2em;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: var(--primary-color);
}
.main-forum p{
  margin: 0;
}

.kele-agenda-arrangement{
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}
.kele-table-th{
  display: table-row;
  background-color: var(--primary-color);
}
.kele-table-th span{
  display: table-cell;
  color: #fff;
  font-size: 20px;
  line-height: 56px;
  font-weight: lighter;
  text-align: center;
}
.kele-table-tr{
  display: table-row;
}
.kele-table-tr:nth-child(2n-1){
  background-color: #ededed;
}
.kele-table-tr:nth-child(2n){
  background-color: #fff;
}
.kele-table-tr span{
  display: table-cell;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 56px;
  text-align: center;
}
.kele-table-th span:nth-child(1),
.kele-table-tr span:nth-child(1){
  border-right: 5px solid #fff;
  width: 33%;
  box-sizing: border-box;
}
.kele-table-tr span:nth-child(2){
  width: calc(67% - 5px);
  text-align: left;
  padding-left: 260px;
  box-sizing: border-box;
}

.participant{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.participant-item{
  position: relative;
  margin-bottom: 30px;
  max-width: 266px;
  min-width: 266px;
}
.participant-item img{
  width: 100%;
}
.participant-item .icon-participant{
  position: absolute;
  right: 14px;
  bottom: 140px;
  width: 92px;
  height: 92px;
  transition: all .5s;
}
.participant-item:hover .icon-participant{
  transform: rotate(360deg);
}
.participant-mask{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 10px;
  color: #fff;
  background-color: rgba(7, 55, 166, .8);
  line-height: 36px;
  text-align: center;
}
.participant-title{
  font-size: 20px;
}

.participant-mask p{
  margin: 0;
  font-size: 14px;
}
/* main-forum 涓昏鍧� end */

/* 灞曚細浜偣 start */
.broght-spot-con{
  position: relative;
  min-height: 642px;
}
.broght-spot-con&gt;div{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
.broght-spot-con .swiper-slide{
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.broght-spot-con &gt; div:first-child{
  display: block;
}
.broght-spot-con .swiper-button-prev,
.broght-spot-con .swiper-button-next{
  background-image:url(/public/images/icon-right.png)
}
.broght-spot-con .swiper-button-prev{
  transform: rotate(180deg);
}
#broght1 a,
#broght2 a{
  /* width: 450px; */
  width: 390px;
  /* height: 300px; */
  height: 260px;
  margin-bottom: 40px;
  overflow: hidden;
}
.broght-spot-con img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.broght-spot-con img:hover{
  transform: scale(1.5);
  transition: all .5s;
}
.broght-spot-con .img{
  width: 390px;
}
#broght1 .swiper-slide,
#broght2 .swiper-slide{
  padding: 0 100px;
  box-sizing: border-box;
}
#broght3 a{
  position: relative;
}
#broght3 .kele-video-img02,
#broght3 .kele-video-img03{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.kele-video-img03{
  opacity: 0;
  transition: all .5s;
}
#broght3 a:hover .kele-video-img03{
  opacity: 1;
}
.kele-broght-spot-btn-con{
  position: relative;
  z-index: 10;
  padding-top: 100px;
  display: flex;
  justify-content: center;
}
.kele-btn{
  margin-left: 20px;
  padding: 4px 10px;
  color: var(--primary-color);
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}
.kele-btn a{
  color: var(--primary-color);
}
.kele-btn.broght-spot-active,
.kele-btn:hover,
.kele-btn:hover a{
  background-color: var(--primary-color);
  color: #fff;
}
/* 灞曚細浜偣 end */

/* 閲囪喘闇€姹� start */
.kele-purchase-con{
  padding: 55px 50px;
  background-color: #fff;
  /* box-shadow: 0 0 4px #ccc; */
  border-radius: 15px;
}
.kele-purchase-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kele-purchase-supply{
  font-size: 0;
  color: #fff;
}
.kele-purchase-supply a{
  display: inline-block;
  width: 97px;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 15px;
}
.kele-purchase-supply a + a{
  margin-left: 16px;
  background-color: var(--secondary-color);
}
.kele-purchase-search{
  font-size: 0;
}
.kele-purchase-search input{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  vertical-align: middle;
  height: 28px;
  width: 200px;
  color: #667db3;
  border-radius: 0;
  border-width: 1px;
  box-sizing: border-box;
}
.kele-purchase-search input:focus-visible{
  outline:none
}
.kele-purchase-search img{
  padding: 4px;
  height: 28px;
  background-color: var(--primary-color);
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
.kele-purchase-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kele-purchase-item{
  position: relative;
  margin-top: 26px;
  padding: 15px 50px 15px 36px;
  width: 100%;
  max-width: 650px;
  border-radius: 15px;
  border: 1px solid #aab7d6;
  box-sizing: border-box;
}
.kele-purchase-item-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.kele-purchase-item-header-left span{
  font-size: 14px;
  color: #383838;
  font-weight: lighter;
}
.kele-purchase-item-header-left .kele-icon-purchase,
.kele-purchase-item-header-left .kele-icon-supply{
  display: inline-block;
  margin-right: 14px;
  width: 44px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  font-weight: lighter;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 15px;
}
.kele-purchase-item-header-left .kele-icon-purchase{
  background-color: var(--secondary-color);
}
.kele-purchase-item-header-right{

}
.kele-purchase-item-header-right img{
  margin-right: 10px;
  vertical-align: middle;
}
.kele-purchase-item-header-right span{
  font-size: 16px;
  color: var(--primary-color);
  vertical-align: middle;
}

.kele-purchase-item p{
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.kele-negotiate{
  margin-right: -20px;
}
.kele-negotiate span{
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.kele-purchase-item:hover p{
  color: var(--secondary-color);
  /* text-decoration: underline; */
}
/* 閲囪喘闇€姹� end */

/* kele-pagination start */
.kele-pagination{
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 100px auto 0;
  padding-left: 0;
  font-size: 14px;
  color: var(--primary-color);
}
.kele-pagination li{
  border: 1px solid var(--primary-color);
  border-left: none;
  vertical-align: bottom;
}
.kele-pagination li:nth-child(1){
  border-left: 1px solid var(--primary-color);
}
.kele-pagination li.active{
  background-color: var(--primary-color);
}
.kele-pagination li.active a{
  color: #fff;
}
.kele-pagination li a{
  display: inline-block;
  padding: 4px 10px;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: lighter;
}
.kele-pagination li:nth-last-child(3){
  margin-right: 10px;
}
.kele-pagination strong{
  font-size: 18px;
  padding: 4px 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: lighter;
  vertical-align: bottom;
  border: 1px solid var(--primary-color);
}
/* kele-pagination end */

/* kele-show-con start */
.kele-show-con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kele-show-item{
  margin-top: 46px;
  width: 448px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 2px var(--primary-color);
}
.kele-show-con .kele-show-item:nth-child(1),
.kele-show-con .kele-show-item:nth-child(2),
.kele-show-con .kele-show-item:nth-child(3){
  margin-top: 0;
}
.kele-show-item a{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.kele-show-item img{
  width: 448px;
  height: 324px;
  vertical-align: middle;
}
.kele-show-item p{
  margin: 0;
  padding: 0 10px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  box-sizing: border-box;
}
.kele-show-item:hover p{
  background-color: var(--secondary-color);
}

.kele-report-item{
  margin-top: 70px;
  padding: 30px 60px;
  background-color: #fff;
  border: 1px solid #aab7d6;
  box-sizing: border-box;
}
.kele-report-item:first-child{
  margin-top: 0;
}
.kele-report-item a{
  display: flex;
  color: #000;
}
.kele-report-item img{
  width: 220px;
}
.kele-report-item:hover{
  box-shadow: 0 0 10px #00238c91;
}
.kele-report-item .kele-report-item-right{
  flex: 1;
  padding-left: 50px;
}
.kele-report-item .kele-report-item-right h3{
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.kele-report-item .kele-report-item-right p{
  margin: 0;
  font-size: 14px;
  line-height: 30px;
}
/* kele-show-con end */

/* kele-exhibition-details-con start */
.kele-exhibition-details-con{
  position: relative;
  display: flex;
  color: #fff;
  background-color: var(--primary-color);
}
.kele-exhibition-details-img{
  width: 50%;
}
.kele-exhibition-details-img img{
  vertical-align: middle;
  width: 100%;
  height: 436px;
}
.kele-exhibition-details-date{
  flex: 1;
  /* padding: 30px 160px 10px; */
  box-sizing: border-box;
}
.kele-exhibition-details-date h3{
  margin: 0;
  padding-bottom: 20px;
  padding-top: 30px;
  font-size: 18px;
  text-align: center;
}
.kele-exhibition-details-time{
  display: table;
  margin: auto;
}
.kele-exhibition-details-time p{
  display: table-row;
  margin: 0;
}
.kele-exhibition-details-time strong,
.kele-exhibition-details-time span{
  display: table-cell;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
}
.kele-exhibition-details-time strong{
  text-align: end;
  font-weight: inherit;
}
.kele-exhibition-details-time span{
  font-weight: lighter;
}

.kele-table-title{
  margin: 0 0 16px;
  color: #002fa3;
  font-size: 16px;
}
.kele-service-quotation-table{
  position: relative;
  width: 100%;
  z-index: 1;
}

.kele-service-quotation-table th,
.kele-service-quotation-table td{
  padding: 10px;
  font-size: 14px;
  line-height: 28px;
  border-left: 3px solid #fff;
  box-sizing: border-box;
}
.kele-service-quotation-table th{
  color: #fff;
  background-color: var(--primary-color);
}
.kele-service-quotation-table th:nth-child(1){
  min-width: 260px;
}
.kele-service-quotation-table th:nth-child(2){
  min-width: 520px;
}
.kele-service-quotation-table th:nth-child(3){
  min-width: 620px;
}
.kele-service-quotation-table td{
  color: var(--primary-color);
}
.kele-service-quotation-table th:first-child,
.kele-service-quotation-table td:first-child{
  border-left: none;
}
.kele-service-quotation-table tr:nth-child(2n+1){
  background-color: #ededed;
}
.kele-service-quotation-table tr:nth-child(2n){
  background-color: #fff;
}
.kele-service-quotation-table ul{
  display: flex;
  flex-wrap: wrap;
}
.kele-service-quotation-table .num1 li{
  width: 100%;
  list-style-type: disc;
  box-sizing: border-box;
}
.kele-service-quotation-table .num1 li:nth-child(2n){
  width: 64%;
}
.kele-service-quotation-table .num2 li{
  width: 50%;
  list-style-type: disc;
  box-sizing: border-box;
}

.service-quotation-box{
  margin: 0;
  padding: 70px 0;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 32px;
  text-indent: 2em;
  box-sizing: border-box;
}
.gengduo{
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background-color: var(--primary-color);
}
/* kele-exhibition-details-con end */

/* kele-exhibition-video start */
.kele-exhibition-video-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kele-exhibition-video-item{
  position: relative;
  margin-top: 40px;
  width: 450px;
}
.kele-exhibition-video-item:nth-child(1),
.kele-exhibition-video-item:nth-child(2),
.kele-exhibition-video-item:nth-child(3){
  margin-top: 0;
}
.kele-exhibition-video-item img{
  width: 100%;
  vertical-align: middle;
}
.kele-exhibition-video-item .kele-exh-video-img02,
.kele-exhibition-video-item .kele-exh-video-img03{
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 109px;
  height: 65px;
}
.kele-exhibition-video-item .kele-exh-video-img02{
  display: block;
}
.kele-exhibition-video-item .kele-exh-video-img03{
  display: none;
}
.kele-exhibition-video-item p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background-color: var(--primary-color);
  box-sizing: border-box;
  transition: all .5s;
}
.kele-exhibition-video-item:hover p{
  background-color: var(--secondary-color);
}
.kele-exhibition-video-item:hover .kele-exh-video-img02{
  display: none;
}
.kele-exhibition-video-item:hover .kele-exh-video-img03{
  display: block;
}
/* kele-exhibition-video-item end */






/* contact-us start */
/* 鑱旂郴鎴戜滑 */
.contact-us-con {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px #00238c3d;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.contact-us-img img {
  width: 760px;
  height: 400px;
  object-fit: cover;
  vertical-align: middle;
}

.contact-us-right {
  margin: auto;
}

.contact-us-title {
  margin: 0 auto;
  padding-bottom: 32px;
  background-color: white;
  color: rgb(1, 40, 132);
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
}

.contact-us-right p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
  color: rgb(1, 40, 132);
  background-color: white;
}
.contact-us-right p::before{
  content: '路';
  font-weight: bold;
  margin-right: 10px;
}

/*璧炲姪  */
.organization{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px #00238c3d;
  border-radius: 10px;
  overflow: hidden;
}
.organization &gt; p {
  margin: 0 0 20px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: var(--primary-color);
  /* font-weight: 200; */
}

.organization .p30 p {
  font-size: 14px;
  color: var(--primary-color);
  /* font-weight: lighter; */
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.organization .p30 p:first-child{
  font-weight: 600;
  padding-bottom: 30px;
}
/* contact-us end */


/* download-center start */
.kele-nav-header{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  font-weight: lighter;
  line-height: 50px;
  color: #fff;
  background-color: #0036b4;
}
.download-center-con{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
}
.download-center-list{
  min-width: 290px;
}
.download-center-title{
  display: none;
}
.download-center-item{
  display: flex;
  width: 290px;
  height: 50px;
  border: 1px solid var(--primary-color);
  margin-top: 12px;
}
.download-center-item:first-child{
  margin-top: 40px;
}
.download-center-item a{
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 40px;
  box-sizing: border-box;
  background-image: url(/public/images/icon-down.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px 10px;
}
.download-center-item a img{
  width: 30px;
}
.download-center-item .gang{
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 2px;
  height: 30px;
  font-size: 0;
  background-color: #eaeaea;
  vertical-align: top;
}
.download-center-item .gang span{
  position: absolute;
  top: 0;
  left: -1px;
  width: 4px;
  height: 14px;
  background-color: var(--primary-color);
  transition: all .3s;
}
.download-center-item a&gt;span{
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  color: var(--primary-color);
  transition: all .5s;
  white-space: nowrap;
}
.download-center-item a span:nth-child(2){
  width: calc(100% - 30px);
}
.download-center-item a:hover .gang span{
  top: calc(100% - 14px);
  background-color: var(--secondary-color);
}
.download-center-item a:hover{
  background-image: url(/public/images/icon-down01.png);
}
.download-center-item a:hover &gt;span{
  color: var(--secondary-color);
}
/* download-center end */


/* kele-traffic-guide start */
.kele-traffic-guide-con{
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #fff;
  box-sizing: border-box;
}
.kele-traffic-guide-table{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
}
.kele-traffic-guide-table td{
  padding: 10px;
  line-height: 28px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.title-vice-h3{
  margin-top: 100px;
  font-size: 20px;
  font-weight: inherit;
}
.kele-container .title-vice{
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 44px;
}
.kele-container .content-p{
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 32px;
}
.trafficguide-img{
  padding-top: 40px;
  text-align: center;
}
/* kele-traffic-guide end */


/* 鏂伴椈涓夌骇椤� start */
.articlepage{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.articlepage h2{
  margin: 0;
  padding: 84px 0 24px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
.articlepage h3{
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  color: var(--primary-color);
  line-height: 40px;
}
.articlepage .info{
  text-align: center;
  font-size: 14px;
  margin-bottom: 44px;
}
.articlepage .conbox{
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
}
.articlepage .conbox p{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
}
.articlepage div img{
  max-width: 800px !important;
  width: 100% !important;
  height: auto !important;
}
.preinfo{
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
}
/* 鏂伴椈涓夌骇椤� end */

@media (min-width: 1200px) and (max-width: 1500px){

  .kele-pagination{
    margin-top: 60px;
  }

  /* 灞曚細浠嬬粛 */
  .tab-bar{
    padding: 30px 50px;
  }
  .exhibition-highlights-item{
    margin-bottom: 30px;
    width: 49%;
  }
  .exhibition-highlights-after p{
    font-size: 14px;
    line-height: 26px;
  }

  /* 灞曚綅甯冨眬 */
  .art_main{
    width: 48%;
    margin-left: 30px;
  }
  .first_art{
    margin-left: 0;
  }
  .art_main img{
    width: 100%;
  }

  /* 灞曞晢鑼冨洿 */
  .kele-radius-item img{
    /* padding: 42px; */
    height: 346px;
  }

  /* 绮惧僵浜偣 */
  .broght-spot-con{
    min-height: 438px;
  }
  
  #broght1 a, #broght2 a{
    margin-bottom: 20px;
    width: 314px;
    height: 209px;
  }

  /* 鏂伴椈 */

  /* 鍙傚睍缁嗗垯 */
  .kele-service-quotation-table th:nth-child(1){
    min-width: 160px;
  }
  .kele-service-quotation-table th:nth-child(2){
    min-width: 450px;
  }
  .kele-service-quotation-table th:nth-child(3){
    min-width: 570px;
  }
  .kele-service-quotation-table .num1 li:nth-child(2n){
    width: 100%;
  }

  /* 璁哄潧 */
  .main-forum{
    padding: 40px;
  }

  /* 鏂板搧鍙戝竷 */
  .kele-show-item{
    width: 380px;
  }
  .kele-show-item img{
    width: 380px;
    height: 347px;
  }
  .kele-show-item p{
    font-size: 16px;
    line-height: 40px;
  }

  /* 灞曚細瑙嗛 */
  .kele-exhibition-video-item{
    margin-top: 20px;
    width: 380px;
  }

  /* 渚涢渶瀵规帴 */
  .kele-purchase-supply a{
    height: 32px;
    width: 70px;
    font-size: 16px;
    line-height: 32px;
  }
  .kele-purchase-item{
    max-width: 530px;
    padding-left: 28px;
    padding-right: 32px;
  }
  .kele-purchase-item-header-left .kele-icon-purchase, .kele-purchase-item-header-left .kele-icon-supply{
    line-height: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .kele-pagination{
    margin-top: 50px;
  }

  /* 灞曚細浠嬬粛 */
  .tab-bar{
    padding: 30px 50px;
  }
  .exhibition-highlights-item{
    width: 480px;
    height: 220px;
  }
  .exhibition-highlights-before{
    line-height: 40px;
  }
  .exhibition-highlights-after p{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: calc(100% - 40px);
    line-height: 23px;
  }

  /* 灞曚細甯冨眬 */
  .art_main{
    margin-top: 40px;
    width: 49%;
  }
  .art_main img{
    width: 100%;
  }
  .art_main .p2{
    margin-bottom: 24px;
  }

  /* 灞曞晢鑼冨洿 */
  .kele-radius-item p{
    padding: 12px;
  }

  /* 绮惧僵浜偣 */
  .broght-spot-con{
    min-height: 800px;
  }
  #broght1 a, #broght2 a{
    margin-bottom: 20px;
    width: 375px;
    height: 253px;
  }
  .kele-broght-spot-btn-con{
    padding-top: 50px;
  }

  /* 鏂伴椈 */
  .kele-exh-news-list{
    padding: 10px;
  }
  
  .exh-news-left{
    margin: 20px 15px 0 20px;
  }
  .kele-exh-news-images img{
    width: 240px;
    height: 150px;
  }
  .kele-exh-news-right{
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .kele-exh-news-list&gt;a{
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #ccc;
  }
  .kele-exh-news-list&gt;a:first-child{
    border-top: none;
  }
  .kele-exh-news-title h3{
    font-size: 16px;
  }
  .kele-exh-news-title span{
    font-size: 12px;
  }
  .kele-exh-news-right p{
    line-height: 26px;
  }

  /* 鍙傚睍缁嗗垯 */
  .kele-service-quotation-table th:nth-child(1){
    min-width: 130px;
  }
  .kele-service-quotation-table th:nth-child(2){
    min-width: 400px;
  }
  .kele-service-quotation-table th:nth-child(3){
    min-width: 442px;
  }
  .kele-service-quotation-table .num1 li:nth-child(2n){
    width: 100%;
  }
  
  /* 浜ら€氭寚鍗� */
  .title-vice-h3{
    margin-top: 60px;
  }

  /* 璁哄潧 */
  .main-forum{
    padding: 40px;
  }
  .kele-table-tr span:nth-child(2){
    padding-left: 140px;
  }
  .participant-item{
    max-width: 220px;
    min-width: 220px;
  }
  .participant-item .icon-participant{
    width: 64px;
    height: 64px;
    bottom: 85px;
  }
  .participant-mask{
    padding: 10px;
    line-height: 26px;
  }

  /* 鏂板搧鍙戝竷 */
  .kele-show-item{
    width: 310px;
    margin-top: 20px;
  }
  .kele-show-item img{
    width: 310px;
    height: 283px;
  }
  .kele-show-item p{
    font-size: 16px;
    line-height: 40px;
  }

  /* 灞曚細瑙嗛 */
  .kele-exhibition-video-item{
    margin-top: 20px;
    width: 310px;
  }
  .kele-exhibition-video-item p{
    font-size: 16px;
    line-height: 36px;
  }

  /* 渚涢渶瀵规帴 */
  .kele-purchase-con{
    padding: 35px;
  }
  .kele-purchase-supply a{
    width: 70px;
    font-size: 16px;
    line-height: 30px;
  }
  .kele-purchase-item{
    max-width: 440px;
    padding: 15px 20px 15px 15px;
  }
  .kele-purchase-item-header-left .kele-icon-purchase, .kele-purchase-item-header-left .kele-icon-supply{
    line-height: 24px;
  }
  .kele-purchase-item p{
    margin-top: 15px;
  }

  /* 鑱旂郴鎴戜滑 */
  .contact-us-img{
    width: 50%;
  }
  .contact-us-img img{
    width: 100%;
    height: 310px;
  }
  .contact-us-title{
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px){

  .kele-pagination{
    margin-top: 50px;
  }

  /* 灞曚細浠嬬粛 */
  .tab-bar{
    padding: 30px;
  }
  .tab-bar ul li{
    line-height: 26px;
  }
  .exhibition-highlights-item{
    width: 360px;
    height: 164px;
  }
  .exhibition-highlights-before{
    font-size: 16px;
    line-height: 34px;
  }
  .exhibition-highlights-after p{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
    height: calc(100% - 20px);
  }

  /* 灞曚細甯冨眬 */
  .art_main{
    z-index: 10;
    margin-top: 40px;
    width: 49%;
  }
  .art_main .p2::before{
    margin-left: 10px;
    margin-right: 43px;
  }
  .art_main img{
    width: 100%;
  }
  .art_main .p2{
    margin-bottom: 24px;
  }

  /* 灞曞晢鑼冨洿 */
   .kele-radius-item p{
    padding: 5px 10px;
  }

  /* 绮惧僵浜偣 */
  .broght-spot-con{
    min-height: 676px;
  }
  #broght1 .swiper-slide, #broght2 .swiper-slide{
    padding: 0 50px;
  }
  
  #broght1 a, #broght2 a{
    margin-bottom: 20px;
    width: 314px;
    height: 209px;
  }
  .kele-broght-spot-btn-con{
    padding-top: 50px;
  }

  /* 鏂伴椈 */
  .kele-exh-news-list{
    padding: 10px;
  }
  
  .exh-news-left{
    margin: 10px 15px 0 20px;
    height: 100px;
  }
  .exh-news-left div{
    height: 35px;
  }
  .kele-exh-news-images img{
    width: 210px;
    height: 120px;
  }
  .kele-exh-news-right{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .kele-exh-news-list&gt;a{
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #ccc;
  }
  .kele-exh-news-list&gt;a:first-child{
    border-top: none;
  }
  .kele-exh-news-title h3{
    font-size: 16px;
  }
  .kele-exh-news-title span{
    font-size: 12px;
  }
  .kele-exh-news-right p{
    line-height: 26px;
  }

  /* 鍙傚睍缁嗗垯 */
  .kele-exhibition-details-date{
    padding-bottom: 20px;
  }
  .kele-exhibition-details-img img{
    height: 100%;
    object-fit: cover;
  }
  .kele-exhibition-details-date h3{
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .kele-exhibition-details-time strong,
  .kele-exhibition-details-time span{
    font-size: 14px;
    line-height: 26px;
  }
  .kele-service-quotation-table th:nth-child(1){
    min-width: 100px;
  }
  .kele-service-quotation-table th:nth-child(2){
    min-width: 300px;
  }
  .kele-service-quotation-table th:nth-child(3){
    min-width: 348px;
  }
  .kele-service-quotation-table .num1 li:nth-child(2n){
    width: 100%;
  }
  .gengduo{
    font-size: 16px;
  }

  /* 浜ら€氭寚鍗� */
  .title-vice-h3{
    margin-top: 50px;
  }

  /* 璁哄潧 */
  .main-forum{
    padding: 40px;
  }
  .kele-table-tr span:nth-child(2){
    padding-left: 40px;
  }
  .participant-item{
    max-width: 220px;
    min-width: 220px;
  }
  .participant-item .icon-participant{
    width: 64px;
    height: 64px;
    bottom: 85px;
  }
  .participant-mask{
    padding: 10px;
    line-height: 26px;
  }

  /* 鏂板搧鍙戝竷 */
  .kele-show-item{
    width: 360px;
  }
  .kele-show-item,
  .kele-show-con .kele-show-item:nth-child(3){
    margin-top: 20px;
  }
  .kele-show-item img{
    width: 360px;
    height: 309px;
  }
  .kele-show-item p{
    font-size: 16px;
    line-height: 40px;
  }

  /* 灞曚細瑙嗛 */
  .kele-exhibition-video-item{
    margin-top: 14px;
    width: 240px;
  }
  .kele-exhibition-video-item p{
    font-size: 16px;
    line-height: 36px;
  }
  .kele-exhibition-video-item .kele-exh-video-img02, .kele-exhibition-video-item .kele-exh-video-img03{
    width: 70px;
    height: 42px;
  }

  /* 涓嬭浇涓績 */
  .download-center-list{
    min-width: 230px;
  }
  .download-center-item{
    width: 230px;
    height: 40px;
  }
  .download-center-item a{
    padding: 6px 6px 6px 36px;
    background-position: 6px 8px;
    background-size: 30px 26px;
  }

  /* 渚涢渶瀵规帴 */

  /* 鑱旂郴鎴戜滑 */
  .contact-us-img{
    width: 50%;
  }
  .contact-us-img img{
    width: 100%;
    height: 310px;
  }
  .contact-us-title{
    padding-bottom: 20px;
  }

}
@media (min-width: 320px) and (max-width: 767px){

  .kele-pagination{
    margin-top: 50px;
  }
  .kele-pagination li a,
  .kele-pagination strong{
    padding: 4px;
    font-size: 14px;
    font-weight: initial;
  }
  .kele-pagination strong{
    margin-left: 4px;
    margin-right: 4px;
  }
  .kele-pagination li:nth-last-child(3){
    margin-right: 4px;
  }


  /* 灞曚細浠嬬粛 */
  .tab{
    display: block;
  }
  .tab-bar{
    padding: 15px;
  }
  .tab-content{
    width: 100%;
  }
  .exhibition-highlights-item{
    width: 100%;
    height: 190px;
  }
  .exhibition-highlights-before{
    font-size: 16px;
    line-height: 40px;
  }
  .exhibition-highlights-after p{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 4px 8px;
    height: calc(100% - 20px);
    font-size: 12px;
    line-height: 20px;
  }

  /* 灞曚細甯冨眬 */
  .art_main{
    margin-top: 30px;
    width: 100%;
  }
  .art_main .p2{
    margin-bottom: 24px;
  }
  .art_main img{
    width: 100%;
  }

  /* 灞曞晢鑼冨洿 */
  .kele-radius-item{
    width: 100%;
  }
  .kele-radius-item p{
    padding: 10px;
  }
  .kele-radius-item img{
    height: 200px;
  }

  /* 绮惧僵浜偣 */
  .broght-spot-con{
    min-height: 320px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 2px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 2px;
  }
  #broght1 .swiper-slide, #broght2 .swiper-slide{
    padding: 0 30px;
  }
  #broght1 a, #broght2 a{
    margin-bottom: 10px;
    width: 49%;
    height: 100px;
  }
  .kele-broght-spot-btn-con{
    padding-top: 50px;
  }
  .kele-btn{
    margin-left: 12px;
    font-size: 14px;
  }

  /* 鏂伴椈 */
  .kele-exh-news-list{
    padding: 10px;
  }
  
  .kele-exh-news-item{
    display: block;
  }
  .exh-news-left{
    display: none;
  }
  .kele-exh-news-images{
    display: none;
  }
  .kele-exh-news-images img{
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
  }
  .kele-exh-news-right{
    padding: 0px 10px;
  }
  .kele-exh-news-list&gt;a{
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #ccc;
  }
  .kele-exh-news-list&gt;a:first-child{
    border-top: none;
  }
  .kele-exh-news-title{
    padding-bottom: 5px;
  }
  .kele-exh-news-title h3{
    font-size: 16px;
  }
  .kele-exh-news-title span{
    font-size: 12px;
  }
  .kele-exh-news-right p{
    font-size: 12px;
    line-height: 20px;
  }
  /* 鏂伴椈璇︽儏 */
  .articlepage h2{
    padding: 40px 0 15px;
    font-size: 20px;
  }
  .articlepage .info{
    margin-bottom: 15px;
  }
  .articlepage .conbox p{
    line-height: 24px;
  }

  /* 鍙傚睍缁嗗垯 */
  .kele-exhibition-details-con{
    display: block;
  }
  .kele-exhibition-details-img{
    width: 100%;
  }
  .kele-exhibition-details-img img{
    height: auto;
  }
  .kele-exhibition-details-date{
    padding-bottom: 20px;
  }
  .kele-exhibition-details-date h3{
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .kele-service-quotation-table{
    min-width: 500px;
  }
  .kele-table-con{
    overflow: auto;
  }
  .kele-service-quotation-table th,
  .kele-service-quotation-table td{
    padding: 2px;
    font-size: 14px;
    line-height: 24px;
  }
  .kele-exhibition-details-time strong,
  .kele-exhibition-details-time span{
    font-size: 14px;
    line-height: 26px;
  }
  .kele-service-quotation-table th:nth-child(1){
    min-width: 50px;
  }
  .kele-service-quotation-table th:nth-child(2){
    min-width: 260px;
  }
  .kele-service-quotation-table th:nth-child(3){
    min-width: 190px;
  }
  .kele-service-quotation-table ul{
    padding-left: 24px;
  }
  .kele-service-quotation-table .num1 li:nth-child(2n){
    width: 100%;
  }
  .gengduo{
    font-size: 14px;
    line-height: 40px;
  }

  /* 浜ら€氭寚鍗� */
  .kele-traffic-guide-con{
    padding: 15px;
  }
  .kele-traffic-guide-table tr:first-child td:nth-child(2){
    min-width: 50px !important;
  }
  .title-vice-h3{
    padding-top: 30px;
    font-size: 16px;
  }
  .kele-traffic-guide-table tr:nth-child(2) td:nth-child(1){
    min-width: 50px !important;
  }
  .kele-traffic-guide-table td{
    padding: 5px;
    line-height: 24px;
  }
  .kele-container .content-p{
    line-height: 24px;
  }

  /* 璁哄潧 */
  .main-forum{
    padding: 20px;
    line-height: 24px;
  }
  .kele-table-th span,
  .kele-table-tr span{
    padding: 8px;
    line-height: 24px;
    font-weight: initial;
    vertical-align: middle;
  }
  .kele-table-th span{
    font-size: 16px;
  }
  .kele-table-th span:nth-child(1), .kele-table-tr span:nth-child(1){
    border-right-width: 2px;
  }
  .kele-table-tr span:nth-child(2){
    padding-left: 10px;
  }
  .participant-item{
    min-width: 49%;
    max-width: 49%;
    margin-bottom: 14px;
  }
  .participant-item .icon-participant{
    right: 8px;
    bottom: 72px;
    width: 44px;
    height: 44px;
  }
  .participant-mask{
    padding: 8px;
    line-height: 24px;
  }
  .participant-title{
    font-size: 16px;
  }
  .participant-mask p{
    font-size: 12px;
  }

  /* 鏂板搧鍙戝竷 */
  .kele-show-item{
    width: 49%;
  }
  .kele-show-item,
  .kele-show-con .kele-show-item:nth-child(3){
    margin-top: 20px;
  }
  .kele-show-item img{
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .kele-show-item p{
    font-size: 12px;
    line-height: 32px;
  }

  /* 灞曚細瑙嗛 */
  .kele-exhibition-video-item{
    margin-top: 10px;
    width: 49%;
  }
  .kele-exhibition-video-item:nth-child(3){
    margin-top: 10px;
  }
  .kele-exhibition-video-item p{
    font-size: 14px;
    line-height: 30px;
  }
  .kele-exhibition-video-item .kele-exh-video-img02, .kele-exhibition-video-item .kele-exh-video-img03{
    width: 48px;
    height: 28px;
  }

  /* 涓嬭浇涓績 */
  .kele-nav-header{
    display: none;
  }
  .download-center-con{
    display: block;
  }
  .download-center-list:first-child .download-center-title{
    margin-top: 0;
  }
  .download-center-title{
    display: block;
    margin-top: 30px;
    color: #fff;
    background-color: #0036b4;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
  }
  .download-center-item{
    width: 100%;
    height: 40px;
  }
  .download-center-item a{
    padding: 5px 5px 5px 40px;
  }

  /* 渚涢渶瀵规帴 */
  .kele-purchase-con{
    padding: 20px;
  }
  .kele-purchase-supply a{
    width: 70px;
    font-size: 14px;
    line-height: 30px;
  }
  .kele-purchase-supply a + a{
    margin-left: 10px;
  }
  .kele-purchase-item{
    margin-top: 20px;
    padding: 10px 30px 10px 15px;
  }
  .kele-purchase-item p{
    margin-top: 15px;
    margin-bottom: 26px;
  }
  .kele-negotiate span{
    bottom: 10px;
    right: 15px;
    width: 50px;
    line-height: 24px;
    font-size: 12px;
  }

  /* 鑱旂郴鎴戜滑 */
  .contact-us-con{
    display: block;
  }
  .contact-us-img img{
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  .contact-us-right{
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 285px;
  }
  .contact-us-title{
    padding-bottom: 8px;
  }
  .organization{
    padding: 20px;
  }
  .organization &gt; p{
    margin-bottom: 10px;
  }
  .organization .p30 p:first-child{
    padding-bottom: 10px;
  }

  
}</pre></body></html>