*{
  padding: 0;
  margin: 0;
}
.maptop10{ margin-top: 10px; }
.maptop20{ margin-top: 20px; }
.maptop30{ margin-top: 30px; }
.maptop40{ margin-top: 40px; }
.maptop50{ margin-top: 50px; }
.padbottom50{padding-bottom: 50px;}
.padbottom300{padding-bottom: 300px;}

/* bigbanner */
.bigbanner{
  position: relative;
	width: 100%;
	overflow: hidden;
}
.bigbanner img{
  width: 100%;
  vertical-align: middle;
}
/* .banner-top{
  position: absolute;
	top: 0;
  width: 100%;
  height: 100%;
	box-sizing: border-box;
  margin: auto;
  z-index: 1;
	display: flex;
	justify-content: center;
  align-items: center;
}
.banner-top img{
  object-fit: contain;
  height: 100%;
  width: 100%;
} */

.header-canvas-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 670px;
}


/* nav */
.nav{
  background-color: #505151;
  display: flex;
  list-style: none;
  justify-content: center;
}
.nav a{
  font-size: 18px;
  padding: 0 47px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-decoration:none

}

.main{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* smallScale */
.smallScale{
  text-align: center;
}
.smallScale h1{
  color: #008baf;
  margin-top: 60px;
  margin-bottom: 20px;
}

.title{
  text-align: center;
  padding: 50px 0 30px 0;
  vertical-align: middle;
}
.title span{
  font-size: 20px;
  color: #777;
  display: block;
}
.title span img{
  margin-right: 10px;
  vertical-align: middle;
}
.title strong{
  font-size: 48px;
  letter-spacing: 5px ;
  margin-top: 20px;
}

/* tab */
.tab_title_bg{
  margin-top: 30px;
  background: url(../img/bg/bg_01.png) no-repeat;
  width:100%;
  height:100%;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
}
.tab{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.tab img{
  width: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.tab-content{
  width: 50%;
}
.hided{
  position: relative;
}
.tab-con-btn{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(48, 48, 48, 0.708);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-con-btn a{
  color: #fff;
  border: 1px solid #ccc;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: all .5s;
}
.tab-con-btn a:hover{
  color: #008baf;
  background-color: #fff;
}
/*.tab-bar{
  margin-left: 20px;
  
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tab-bar > div{
  position: relative;

}
.tab-bar p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 4px 6px;
  background-color: rgba(48, 48, 48, 0.708);
  box-sizing: border-box;
} */
.tab-bar{
  width: 50%;
  height:393px;
  margin:0 auto;
  display: flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
}
.tab-bar ul{
  width:100%;
  border: 2px solid rgb(176,192,215);
  background:rgb(240,245,251);
  box-sizing: border-box;
  /* overflow-y: scroll; 
  overflow-x: hidden; */
}
.tab-bar ul li{
  list-style: none;
  height: 99px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgb(198,202,213);
  font-size: 14px;
  box-sizing: border-box;
  /* margin-left: 20px; */
  /* overflow: hidden; */
  /* 第二步：让文本不会换行， 在同一行继续 */
  /* white-space: nowrap; */
  /* 第三步：用省略号来代表未显示完的文本 */
  /* text-overflow: ellipsis; */
}
.tab-bar ul li:nth-child(20){
  border-bottom:rgb(176,192,215);
}
.tab-bar ul li a{
  /* margin-top: 20px; */
  display: inline-block;
  
  width: calc(100% - 19px);
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: bold;
  color: black;
  text-decoration:none;
}
.tab-bar ul li:hover a{
  color: #008baf;
}
.tab-bar ul li::before{
  content: ".";
  margin-right: 10px;
  border-radius: 5px;
  color: rgb(40,178,251);
  display: inline-block;
  height:35px;
  background: linear-gradient(to bottom, rgb(156,243,255) 0%, rgb(40,178,251) 30%, rgb(7,128,245) 100%);
  vertical-align: top;
} 

/* shuffling */
.exhibitors-bg{
  background: url(../img/bg/exhibitors-bg.png) no-repeat;
  width:100%;
  height:100%;
  background-position: center;
  background-size:cover;
}
.shuffling{
  position: relative;
}
.slideContent{
  width: 1120px;
  margin: auto;
}
.slideContent ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  transition: all 1s;
  opacity: 0;
  box-sizing: border-box;
  
}
.slideContent li{
  list-style: none;
  width: 32.5%;
  height: 242px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-image: linear-gradient(to bottom, #008baf, rgb(255, 254, 176));
  transition: all .1s;
}
.slideContent li img{
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.slideContent li:hover{
  padding: 6px;
}

.shuffling > a{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #008baf;
}
.shuffling > a.right{
  left: auto;
  right: 0;
}

.news{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-sizing: border-box;
}
.news a{
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news a::before{
  content: '·';
  font-size: 24px;
  color: #008baf;
  font-weight: bold;
  margin-right: 4px;
  box-sizing: border-box;
}
.news a:hover{
  font-weight: bold;
}
.news span{
  vertical-align: middle;
  line-height: 30px;
}
/* live */
.live_bg{
  background: url(../img/bg/live_bg.jpg) no-repeat;
  width:100%;
  height:100%;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
}
.live-scale{
  position: relative;
  overflow: hidden;
}
.live-mask{
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://e.cippe.com.cn/tpl/default/live/images/playicon.png) no-repeat;
  background-size: 50px;
  background-position: center;
  backface-visibility: hidden;
  transition: all .5s;
}
.live-scale:hover img{
  transform: scale(1.2);
}
.live-scale:hover .live-mask{
  opacity: 1;
}

.live{
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.live img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
  border: 2px solid #008baf;
  box-sizing: border-box;
}
.live-left{
  width: 28%;
}

.live .live-con{
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.live-left a + a{
  margin-top: 5px;
}

a.live-con .list-img{
  position: relative;
  overflow: hidden;
}
a.live-con .list-img img{
  width: 100%;
  transform: scale(1);
  transition: all .5s;
  border: 2px solid #008baf;
  border-bottom: 0;
}
.list-time{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5px;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  transition: opacity 1s;
}
.live-con :hover{
  opacity: 1;
}
.list-time h3{
  font-size: 14px;
  font-weight: initial;
}


.live-right{
  flex: 1;
  margin-left: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-fixed{
  min-height: 53px;
  line-height: 40px;
  width: 100%;
  padding: 5px;
  border-top: 1px solid #ccc;
  color: #fff;
  background-color: rgba(0, 139, 175, 1);
  font-size: 12px;
  box-sizing: border-box;
}
.live-right .live-con:nth-child(1),
.live-right .live-con:nth-child(2),
.live-right .live-con:nth-child(3),
.live-right .live-con:nth-child(4){
  padding-bottom: 5px;
}


/* innovation-medal */
.innovation-medal-bg{
  background: url(../img/bg/innovation-medal-bg.png) no-repeat ;
  background-size: 100% 100%;
}
.innovation_center {
  width: 1200px;
  margin: 0 auto;
}
.innovation_left {
  width: 60%;
  float: left;
  background-color: #fff;
  opacity: 0.8;

}
.innovation_right {
  width: 38%;
  float: right;
  border: 1px solid #ccc;
  padding: 18px 0;
  background: linear-gradient(to bottom, rgb(244, 252, 255) 0%, rgb(189, 236, 254) 30%, rgb(148, 225, 255) 100%);
}
.innovation_bo {
  border: 1px solid #ccc;
}
.innovation_w90p {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  color: rgb(53, 52, 52);
  margin-bottom: 12px;
}
.innovation_title {
  margin:0 auto;
  margin-top: 20px;
  line-height: 40px;
  width: 90%;
  text-align: center;
  background: linear-gradient(to bottom, rgb(148, 225, 255) 0%, rgb(189, 236, 254) 30%, rgb(244, 252, 255) 100%);
}
.innovation_article {
  line-height: 30px;
}
.innovation_article img {
  width: 100%;
}
.innovation_right_box {
  margin-bottom: 20px;
}
.innovation_right_title {
  margin: 45px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: white;
  padding: 20px;
  padding-right: 0px;
}
.innovation_right_title h4 {
  font-size: 30px;
  text-align: left;
}
.innovation_right_title a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  width: 44%;
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: #008baf;
}
.innovation_right_title p {
  margin-top: 20px;
  line-height: 30px;
}
.innovation_right_img {
  width: 94%;
  margin: 0 auto;
  margin: 20px 50px;
}

.innovation_right_img li {
  width: 48%;
  height: 120px;
  float: left;
  margin-bottom: 10px;
  list-style: none;
}
.innovation_right_img li:nth-child(odd) {
  margin-right: 10px;
}
.innovation_right_img li img {
  width: 100%;
  height: 120px;
}
/* .innovation-medal{
  display: flex;
}
.innovation-medal-img{
  width: 60%;
  border-radius: 10px;
  overflow: hidden;
}
.innovation-medal-img img{
  width: 100%;
  vertical-align: middle;
}
.innovation-medal-title{
  flex: 1;
  margin-left: 40px;
  padding-top: 30px;
  line-height: 2;
}
.innovation-medal-title h3{
  font-size: 26px;
  margin-bottom: 20px;
}
.innovation-medal-title a{
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  width: 44%;
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: #008baf;
}
.innovation-medal-title a:nth-child(1){
  display: none;
}
.innovation-medal-title a+a{
  margin-left: 10px;
}
.innovation-medal-title p{
  margin-top: 20px;
}
.innovation-medal-introduce{
  padding: 50px 0 100px;
  font-size: 16px;
  line-height: 36px;
} */
.popularProducts-cont{
	width: 1200px;
	position: relative;
	overflow: hidden;
	display: flex;
  margin: 40px auto;
}
.popularProducts-cont-ul{
	position: relative;
	display: flex;
}
.popularProducts-cont-ulul{
	position: relative;
	display: flex;
}
.popularProducts-cont-li{
	justify-content: center;
	align-items: center;
	/* width: 262px;
	height: 155px; */
  width: 220px;
	height: 135px;
	padding-left: 5px;
	padding-right: 5px;
}
.popularProducts-cont-img{
	/* height: 150px;
	width: 262px;*/
  	height: 130px;
	  width: 220px; 
}
.popularProducts-cont-ul li{
	list-style: none;
}
.popularProducts-cont-ulul li{
	list-style: none;
}
/* information */
.information_bg{
  background: url(../img/bg/information_bg.png) no-repeat;
  width:100%;
  height:100%;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
}
.gundong_information{
  width:1200px;
  margin:0 auto;
  display: flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
 
}
.information_ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 50px;
  width: 100%;
  border: 2px solid rgb(176,192,215);
  background:rgb(240,245,251);
  box-sizing: border-box;
}
.information_ul li {
  position: relative;
  list-style: none;
  padding: 15px 0 25px 20px;
  width: 48%;
  
  color: #999;
  border-bottom: 1px solid rgb(198,202,213);
  list-style-position: inside;
  overflow: hidden;
  box-sizing: border-box;
}
.gundong_information ul li:nth-child(19){
  border-bottom:rgb(176,192,215);
}
.gundong_information ul li:nth-child(20){
  border-bottom:rgb(176,192,215);
}
.information_ul li::before{
  position: absolute;
  top: 13px;
  left: 5px;
  content: " ";
  height:35px;
  width: 6px;
  margin-right: 10px;
  border-radius: 5px;
  color: rgb(40,178,251);
  background: linear-gradient(to bottom, rgb(156,243,255) 0%, rgb(40,178,251) 30%, rgb(7,128,245) 100%);
  vertical-align: middle;
}
.information_ul li a{
  display: inline-block;
  /* height: 48px; */
  font-size: 14px;
  line-height: 24px;
  color: black;
  text-decoration:none;
}
.information_ul li span{
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 12px;
  text-align: end;
}
.information_ul li:hover a{
  color: #008baf;
}

/* banner */
.wonderful_bg{
  background: url(../img/bg/wonderful_bg.jpg) no-repeat;
  width:100%;
  height:100%;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;

}
.wonderful{
  display: flex;
}
.lunbo{
  width: 70%;
  overflow: hidden;
  position: relative;
}
.lunbo img{
  width: 100%;
  vertical-align: middle;
}

.dot{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;

}
.dot li{
  list-style: none;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  margin-left: 6px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.dot li.active{
  background-color: #008baf;
}
.lunbo .arrow{
  position: absolute;
  top: 0;
  width: 14%;
  height: 100%;
  cursor: pointer;
  
}
.lunbo .arrow img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  transform: translate(-50%,-50%);
}
.lunbo .left{
  left: 0;
  background:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(48, 48, 48, 0.808));
}
.lunbo .right{
  right: 0;
  background:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(48, 48, 48, 0.808));
}
.lunbo .right img{
  transform: translate(-50%,-50%) rotate(180deg);
}

.main-content .review{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0px 20px;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.main-content .review img{
  cursor: pointer;
  vertical-align: middle;
}
.main-content .review a+a{
  margin-top: 10px;
  display: block;
}

/* jingcai */
.photoslist div{float:left;background: url(../images/tujilibg.jpg) no-repeat; height:49px; line-height:49px; width:150px; text-align:center;}
.photoslist div a{ font-size:18px; letter-spacing:0.06em; cursor:pointer;}
.photoslist div:nth-child(1){background: url(../images/tujilibg01.jpg) no-repeat; width: 140px;}
#pic ul {margin: 0px;padding: 0px;list-style-image: none;list-style-type: none;}
.eighth2 ul{display:none;}

/* advertising */
.advertising{
  position: relative;
}
.advertising>img{
  width: 100%;
}
.advertising a{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  /* height: 100%;
  width: 50%; */
}
.advertising a+a{
  left: auto;
  right: 0;
}
/* footer */
footer{
  padding: 30px 0;
  background-color: #282828;
  text-align: center;
  font-size: 12px;
  color: white;
}
footer a{
  color: white;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px){
  .main{
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab{
    width:992px;
  }
  .tab-bar{
    height: 325px;
  }
  .tab-bar ul li{
    padding-top: 18px;
    height: 80px;
  }
  .tab-bar ul li a{
    font-size: 16px;
  }
  .bigbanner{
    min-height: 300px;
  }
  .slideContent{
    width: 980px;
  }
  .slideContent li{
    height: 213px;
    width: 318px;
  }
  .live-right a{
    width: 32%;
  }
  .live-right dd{
    line-height: 1.6;
  }
  .innovation_center{
    width: 992px;
      margin: 0 auto;
  }
  .popularProducts-cont{
    width: 992px;
  }
  .innovation_right_img {
    margin: 20px 10px;
  }
  .innovation_right{
    padding-bottom: 35px;
  }
  .innovation_right_title{
    margin: 15px;
    margin-top: 90px;
  }
  .innovation-medal-introduce{
    padding: 50px 10px;
  }
  .image-list .cover{
    /* margin: 0 10px; */
    width: 135px;
    height: 142px;
  }
  .wonderful{
    display: flex;
  }

  .gundong_information{
    width:992px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .main{
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab{
    width:768px;
  }
  .tab-bar{
    height: 252px;
  }
  .tab-bar ul li{
    padding-right: 15px;
    padding-top: 10px;
    height: 62px;
    /* margin-top: 15px; */
  }
  .tab-bar ul li a{
    font-size: 14px;
  }
  .bigbanner{
    min-height: 200px;
  }
  .slideContent{
    width: 750px;
  }
  .slideContent li{
    height: 163px;
    width: 244px;
  }
  .innovation_center{
    width: 768px;
  }
  .popularProducts-cont{
    width: 768px;
  }
  .innovation_left{
    width: 100%;
  }
  .innovation_right {
    display: none;
  }
  .live{
    display: block;
  }
  .live-left{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 10px;
  }
  .live-right{
    margin-left: 0;
    justify-content: space-evenly;
  }
  .innovation-medal{
    display: block;
  }
  .innovation-medal-img{
    width: 100%;
    box-sizing: border-box;
  }
  .innovation-medal-introduce{
    padding-left: 10px;
    padding-right: 10px;
  }
  .gundong_information ul li:nth-child(19){
    border-bottom: 1px solid rgb(198,202,213);
  }
  .wonderful{
    display: block;
  }
  .lunbo{
    width: 100%;
  }
  .main-content{
    width: 100%;
    padding-top: 20px;
  }
  .image-list{
    width: 510px;
  }
  .image-list .cover{
    /* margin: 0 10px; */
  }
  .gundong_information{
    width:768px;
  }
  .information_ul li {
    float: none;
    width:90%;
  }
  .review .cover{
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767.9px){
  .main{
    padding-left: 10px;
    padding-right: 10px;
  }
  .title{
    padding:  30px 0 20px;
  }
  .title img{
    width: 200px;
  }
  .tab{
    display: block;
    width:100%;
  }
  .tab-content{
    width: 100%;
  }
  .tab-bar{
    padding-top: 20px;
    height: auto;
    width: 100%;
  }
  .tab-bar ul li{
    padding: 12px 10px 0;
    height: 65px;
  }
  .tab-bar ul li a{
    font-size: 14px;
  }
  /* .bigbanner{
    min-height: 160px;
  } */
  
  .nav{
    overflow-x: auto;
  }
  .nav a{
    white-space: nowrap;
  }
  .smallScale{
    padding-left: 10px;
    padding-right: 10px;
  }
  .smallScale h1{
    font-size: 24px;
  }
  .shuffling{
    display: none;
  }
  .news a{
    width: 100%;
  }
  .innovation_center{
    width: 100%;
  }
  .popularProducts-cont{
    width: 100%;
  }
  .innovation_left{
    width: 100%;
    box-sizing: border-box;
  }
  .innovation_right {
    display: none;
  }
  .live{
    display: block;
  }
  .live-left{
    width: 100%;
    margin-bottom: 10px;
  }
  .live-right{
    margin-left: 0;
  }
  .live-right a{
    width: 49%;
  }
  .innovation-medal{
    display: block;
  }
  .innovation-medal-img{
    width: 100%;
  }
  .innovation-medal-title{
    margin-left: 0;
  }
  .innovation-medal-title a{
    font-size: 14px;
  }
  .gundong_information ul li:nth-child(19){
    border-bottom: 1px solid rgb(198,202,213);
  }
  .wonderful{
    display: block;
  }
  .lunbo{
    width: 100%;
  }
  .main-content{
    width: 100%;
  }
  .image-list{
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
  .image-list .cover{
    width: 45%;
    margin: 0;
    height: 180px;
    margin-top: 14px;
  }
  .live-left .live-con{
    width: 100%;
  }
  .live-right .live-con:nth-child(1),
  .live-right .live-con:nth-child(2),
  .live-right .live-con:nth-child(3),
  .live-right .live-con:nth-child(4),
  .live-right .live-con:nth-child(5),
  .live-right .live-con:nth-child(6){
    padding-bottom: 5px;
  }
  .gundong_information{
    width:100%;
  }
  .information_ul{
    padding: 0 10px;
  }
  .information_ul li {
    float: none;
    padding: 10px 0 20px 20px;
    width: 100%
  }
  .information_ul li span{
    bottom: 4px;
  }
  .live-con{
    display: none;
  }
  .review .cover{
    margin-top: 10px;
  }
  .padbottom300{
    padding-bottom: 50px;
  }
}

