@font-face {
  font-family: "HarmonyOS_Sans_SC_Black";
  src: url("../fonts/harmonyos_sans_sc_black.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Light";
  src: url("../fonts/harmonyos_sans_sc_light.ttf") format("truetype");
}

.kele-home-container{
  position: relative;
  margin: auto;
  /* max-width: 1640px; */
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}
.kele-home-main{
  background: url(../images/home-bg01.jpg) no-repeat center left;
  background-size: 100% 100%;
  overflow: hidden;
}
.kele-home-main1{
  padding-bottom: 80px;
  background: url(../images/home-bg02.jpg) no-repeat center right;
  background-size: 100% 100%;
  overflow: hidden;
}
.kele-home-main2{
  background: url(../images/home-bg03.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.kele-home-main3{
  background: url(../images/home-bg04.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.flex{
  display: flex;
  justify-content: space-between;
}

/* 展会公告 */
.gonggao,.czfz,.tqhd,.zhjs,.hzmt,.xwzx{padding-top: 60px;padding-bottom: 80px;}
.zl-title{margin-top: 15px;margin-bottom: 15px;text-align: center;font-size: 42px;height: 42px;line-height: 42px;}
.zl-title span{border-bottom: 2px solid #c9c9c9;cursor: pointer;}
.zl-title span:hover{border-bottom: 2px solid #88b92a;}
a{text-decoration: none;color: #000;}
a:hover,a:focus{text-decoration: none;color: #00569B;}
.list-zw{color: rgba(153,153,153,1);}
.list{margin-top: 45px;margin-bottom: 30px;}
.list>a>div{overflow: hidden;}
.list img{width: 100%;transform: scale(1); transition: all .5s;}
.list img:hover{width: 100%;transform: scale(1.2);}
.gonggao h4{font-weight: bold;margin-top: 30px;margin-bottom: 20px;}
.zl-gengduo{text-align: center;font-size: 20px;margin: 30px 0;}
.zl-gengduo>a>span{box-shadow: 0 0 20px #065e98;padding: 15px;}
/* 参展范围 */
.czfw-list,.xwzx-list{background-color: #fff;padding-bottom: 20px;}
.czfw-list:hover img{transform: scale(1.1);box-shadow: 0 0 20px #065e98;}
.czfz,.xwzx,.hzmt{background-color: rgba(244,244,244,1);}
.czfz h4{margin-top: 20px;font-size: 20px;}
.czfz h4,.czfz p{padding: 0px 20px;}
.czfz p{line-height: 24px;font-size: 14px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient:vertical;overflow: hidden;}
.mb-2{margin-bottom:20px;}

/* 同期活动 */
.tqhd-small-title{background-color: #00569B95;position: relative;top: -40px;}
.tqhd-small-title h4{color: #fff;text-align: center;}

/* 展会介绍 */
.zhjs-img{width: 100%;}
.zhjs-img img{width: 100%;}
.zhjs-img video{width:100%;}
/*.list .zhjs-img img:hover{width: 100%;transform: scale(1.0);}*/
.zhjs-list{margin-top: 45px;margin-bottom: 30px;}
.zhjs p{font-size: 16px;text-indent: 2em;line-height:30px;}
/*.zhjs-p{padding-bottom: 20px;}*/
/* 合作媒体 */
.medium-list{
  flex-wrap: wrap;
  padding-bottom: 190px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 8000px;
  -webkit-perspective: 8000px;
}
.hzmt-list{margin-top: 45px;}
.medium-item{
  margin-top: 12px;
  /* width: 230px; */
  
}
.medium-item img{
  width: 100%;
  transform: rotateY(0deg);
  box-shadow: 0 0 6px #065e98;
  vertical-align: middle;
}
.medium-item:hover img{
  transform: rotateY(360deg);
  transition: all 1s;
}
/* 新闻中心 */
.xwzx .zl-title{margin-bottom: 45px;}
.xwzx-smalltitle{line-height: 20px; background-color: #88b92a; padding: 15px 25px; font-size: 16px; font-weight: bold; color: #fff; margin-bottom: 10px;}
.xwzx-img{overflow: hidden;}
.xwzx-img img{width: 100%;}
.xwzx-img img:hover{transform: scale(1.1);box-shadow: 0 0 20px #065e98;border: 1px solid #065e9857;}
.page_news_main {padding:0 12px}
.page_news_main>h2 {line-height: 20px;margin-bottom: 10px;padding: 15px 25px;font-size: 24px;font-weight: normal;color: #fff;border-left: 2px solid #036bcd; line-height: 1;padding-left: 22px;margin-bottom: 20px;overflow: hidden;background-color: #88b92a;}
.page_news_main>h2>em{font-style: normal;}
.page_news_main>h2 a {float: right; color: #036bcd;font-size: 14px;  margin-top: 6px;}
.page_news_main>ul {  background: #fff;  padding: 20px;}
.page_news_main>ul li:nth-child(1) {padding-bottom: 12px; border-bottom: 1px solid #dfdfe0;}
.page_news_main>ul li a {display: block; overflow: hidden; line-height: 40px;}
.page_news_main>ul li a:hover{color: #88b92a;}
.page_news_main>ul li:nth-child(1) .cover {display: block; height: 150px; overflow: hidden;}
.page_news_main>ul li:nth-child(1) .cover span { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; transition: all .2s;}
.page_news_main>ul li:nth-child(1) h4 {
  float: none;
  width: 100%;
  white-space: normal;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  margin-top: 16px;
}
.page_news_main>ul li:nth-child(1) h4 em {
  position: absolute;
  left: 0;
  top: 1px;
  color: #024097;
  border: 2px solid #024097;
  font-size: 14px;
  display: block;
  width: 46px;
  text-align: center;
  line-height: 18px;
}
.page_news_main>ul li:nth-child(1) h4 span {text-indent: 56px; display: block;}
.page_news_main>ul li h4 span:hover{color: #88b92a;}
.page_news_main>ul li:nth-child(1) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 10px;
}
.page_news_main>ul li:nth-child(1) i {display: none;}
.page_news_main>ul li .cover { display: none;}
.page_news_main>ul li h4 {float: left;width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;color: #000;font-weight: normal;}
.page_news_main>ul li h4 em {display: none;}
.page_news_main>ul li h4 {float: left;width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;color: #000;font-weight: normal;}
.page_news_main>ul li i {float: left;width: 20%;text-align: right;font-size: 16px;color: #7e8391;font-style: normal;}

/* 参展品牌 */
.czpp .container{padding: 0;}
.czpp .row{margin: 0;}
#mediaBox {height: 220px;overflow: hidden;margin-top: 45px;margin-bottom:30px;}
.logodiv {height: 90px;  margin: 10px 0;}
.logodiv div {
  border: 1px solid #eee;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.logodiv img { object-fit: contain; cursor: pointer;width: 100%;}
.logodiv div:hover {
  /* box-shadow: 0px 0px 10px rgba(102, 101, 101, 0.8); */
  box-shadow: 0 0 10px #065e98;
  transition: all .8s;
  border-radius: 5px;
}

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

  .kele-home-container{
    max-width: 1200px;
  }
  .kele-overview{
    padding: 40px 30px 60px;
  }
  .kele-overview-con img{
    padding-top: 24px;
    padding-left: 5%;
    width: 50%;
    box-sizing: border-box;
  }
  .kele-overview-con div{
    font-size: 14px;
    line-height: 36px;
  }
  .kele-overview-con div p:first-child::first-letter{
    font-size: 2em;
  }
  .overview-con-img{
    margin-top: -110px;
    margin-left: -50px;
    margin-right: -50px;
  }
  .overview-con-img img{
    width: 100%;
  }
  .kele-overview>p{
    padding-top: 30px;
    font-size: 14px;
    line-height: 36px;
  }

  
}

@media (min-width: 992px) and (max-width: 1199px){
  .kele-home-container{
    padding: 0 10px;
    max-width: 992px;
  }
  .partners-logo > img{
    width: 30%;
  }
  .partners-item{
    width: 155px;
    height: 155px;
  }
  .partners-item dd{
    zoom: .8;
  }

  .kele-news-con{
    padding-left: 15px;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-top: 70px;
  }
  .kele-news-left img{
    width: 400px;
  }
  .kele-news-list{
    width: 530px;
    height: 472px;
  }
  .kele-news-item-active{
    height: 210px;
  }
  .kele-news-item:nth-child(5).kele-news-item-active{
    height: 186px;
  }
  .news-bg{
    left: -10px;
    right: -10px;
  }
  .news-bg img{
    width: 100%;
  }

  .period-title{
    padding: 80px 0 40px 60px;
  }
  #certify{
    zoom: .8;
  }

  .exhibition-con{
    min-height: 760px;
  }
  .exhibition-title{
    padding-left: 60px;
    padding-top: 110px;
  }
  .exhibition-title img{
    width: 200px;
  }
  .exhibition-bg,
  .rongqi-active,
  .exhibition-con .rongqi{
    zoom: .8;
  }

  .medium-title{
    padding: 60px;
  }
  .medium-list{
    padding-bottom: 100px;
  }
  /* .medium-item,
  .medium-item img{
    width: 180px;
  } */

  .style-title{
    padding: 100px 0 50px 60px;
  }
  .style-con{
    padding-bottom: 80px;
  }
  .style-con > div{
    width: 230px;
  }
  .style-img img{
    height: 230px;
  }
  .style-text{
    left: 24px;
    bottom: 10px;
  }
  .style-item{
    font-size: 14px;
  }
  .style-list{
    padding: 10px 5px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .kele-home-container{
    padding: 0 10px;
    max-width: 768px;
  }
  .partners-logo > img{
    width: 30%;
  }
  .partners-title{
    padding-top: 60px;
  }
  .partners-item{
    width: 115px;
    height: 115px;
    padding: 15px 0;
  }
  .partners-item img{
    width: 36px;
  }
  .partners-item dt{
    padding-right: 10px;
    font-size: 14px;
  }
  .partners-item dd{
    zoom: .6;
  }
  .kele-news-con{
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 30px;
  }
  .kele-news-left{
    margin-top: 110px;
  }
  .kele-news-left img{
    width: 300px;
  }
  .kele-news-list{
    width: 410px;
    height: 452px;
  }
  .news-bg{
    left: -10px;
    right: -10px;
  }
  .news-bg img{
    width: 100%;
  }
  .news-item-right{
    padding: 15px;
  }
  .kele-news-item-active{
    height: 190px;
  }
  .kele-news-item:nth-child(5).kele-news-item-active{
    height: 166px;
  }

  .period-title{
    padding: 60px 0 40px 40px;
  }
  #certify{
    zoom: .6;
  }
  .kele-home-main1{
    padding-bottom: 40px;
  }
  .exhibition-con{
    min-height: 570px;
  }
  .exhibition-title{
    padding-left: 40px;
    padding-top: 40px;
  }
  .exhibition-title img{
    width: 200px;
  }
  .exhibition-bg,
  .rongqi-active,
  .exhibition-con .rongqi{
    zoom: .6;
  }

  .medium-title{
    padding: 60px 0 40px 40px;
  }
  .medium-list{
    padding-bottom: 80px;
  }
  /* .medium-item,
  .medium-item img{
    width: 140px;
  } */

  .style-title{
    padding: 60px 0 40px 40px;
  }

  .style-con{
    padding-bottom: 60px;
  }
  .style-con > div{
    width: 180px;
  }
  .style-img img{
    height: 180px;
  }
  .style-text{
    left: 20px;
    bottom: 0;
  }
  .style-list{
    padding: 10px 5px;
  }
  .style-item{
    font-size: 12px;
    line-height: 24px;
  }
}

@media (min-width: 320px) and (max-width: 767px){
  .gonggao, .czfz, .tqhd, .zhjs, .hzmt, .xwzx {padding-top: 20px;padding-bottom: 20px;}
.zl-gengduo{margin: 10px 0;}
.zl-title {margin-top: 5px;margin-bottom: 5px;font-size: 30px;height: 30px;line-height: 30px;}
.list {margin-top: 20px;margin-bottom: 0px;}
.gonggao h4 {font-weight:unset;margin-top: 10px; margin-bottom: 10px;}
.czfz h4, .czfz p { padding: 0px 10px;}
.czfz h4 {margin-top: 10px; font-size: 18px;}
.czfw-list, .xwzx-list{padding-bottom: 5px;}
.tqhd-small-title{top: -33px;}
.tqhd-small-title h4{font-size: 12px;}
.zhjs-img{text-align: center;width: 100%;}
.zhjs .zl-title{font-size: 24px;margin: 10px 0;}
.zhjs p{font-size: 14px;}
.hzmt-list{margin-top: 15px;}
.xwzx .zl-title{margin-bottom: 15px;}
  
  .kele-home-container{
    padding: 0 10px;
  }
  .partners-title{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .partners-title img{
    width: 100%;
  }
  .partners-logo-con{
    width: 100%;
    overflow: auto;
  }
  .partners-logo{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: auto;
    /* width: 300%; */
  }
  .partners-logo > img{
    /* margin-top: 20px; */
    margin-left: 10px;
    width: calc(80vw - 40px);
    /* width: 100%; */
  }
  .partners-logo > img:last-child{
    margin-right: 10px;
  }
  .partners-con{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .partners-item{
    margin-top: 15px;
    padding: 15px 0;
    width: 30vw;
    height: 30vw;
  }
  .partners-item img{
    width: 36px;
  }
  .partners-item h2{
    font-size: 28px;
  }

  .partners-item dt{
    font-size: 14px;
    padding-right: 10px;
  }
  .partners-item dd{
    zoom: .5;
    padding-right: 10px;
  }

  .kele-news-con{
    margin-top: 100px;
    padding: 0;
    box-shadow: none;
  }
  .kele-news-left{
    display: none;
  }
  .kele-news-list{
    margin-left: 0;
    width: 100%;
  }
  .kele-news-list>a{
    display: none;
  }
  .news-bg{
    left: -10px;
    right: -10px;
  }
  .news-bg img{
    width: 100%;
  }

  .period-title{
    display: none;
  }
  .period-title img{
    width: 200px;
  }
  #certify{
    display: none;
  }
  .kele-home-main1{
    padding-bottom: 20px;
  }
  .exhibition-con{
    zoom: .3;
  }

  .medium-title{
    padding: 50px 0 30px;
    text-align: center;
  }
  .medium-title img{
    width: 120px;
  }
  .medium-list{
    padding-bottom: 80px;
  }
  .medium-item{
    width: 23%;
  }

  .kele-home-main3{
    background-image: url(../images/home-bg04-m.jpg);
  }
  .style-title{
    padding: 50px 0 30px;
    text-align: center;
  }
  .style-title img{
    width: 120px;
  }
  .style-con{
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .style-con > div{
    margin-top: 10px;
    width: 49%;
  }
  .style-img{
    border-radius: 8px;
  }
  .style-img img{
    height: 75px;
    object-fit: cover;
  }
  .style-text{
    left: 10px;
    bottom: 0;
  }
  .style-text p{
    margin-top: 8px;
    font-size: 14px;
  }
  .style-list{
    padding: 10px 5px;
  }
  .style-item{
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
    background-position: 2px 5px;
    background-size: 14px;
  }
}