
.swiper-pagination-bullet{
    width: 50px;
    height: 5px;
    border-radius: 0;
}
#xwdt-swiper .swiper-pagination-bullet,#huihan .swiper-pagination-bullet{
  width: 10px;
  height: 5px;
  border-radius: 0;
}
.swiper-slide img {
  width: 100%;
}
.cnahui_box .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .cnahui_box .content .top_box {
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    
  }
  .cnahui_box .content .top1 {
    width: 50%;
    height: 98px;
    background-image: linear-gradient(90deg, #0a6eae, #8fbe25);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    position: absolute;
    left: 0;
    z-index: 1;
    text-align: right;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .cnahui_box .content .top1 .day {
    width: 70px;
    height: 70px;
    font-size: 40px;
    color: #2fa865;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    margin-right: 20px;
  }
  .cnahui_box .content  .top1 div:last-child {
    margin-right: 85px;
  }
  .cnahui_box .content .top2 {
    width: 54%;
    height: 98px;
    background-image: linear-gradient(90deg, #0068b7, #0068b7);
    position: absolute;
    right: 0;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    padding-left: 80px;
    font-size: 36px;
    box-sizing: border-box;
    align-items: center;
  }
  .cnahui_box .content .top2 div:first-child {
    font-size: 24px;
    background-color: #045397;
    border-radius: 50px;
    padding: 10px 35px;
    margin-right: 18px;
  }
  .cnahui_box .content .bottom_box {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #005a9e;
    flex-wrap: wrap;
    align-content: center;
  }
  .cnahui_box .content .bottom_box a {
    display: block;
  }
  .cnahui_box .content .bottom_box a > div {
    width: 275px;
    height: 80px;
    margin: 35px 30px;
    font-size: 30px;
    color: #fff;
    line-height: 80px;
    text-align: center;
  }
  .cnahui_box .content .bottom_box a > div {
    background: url('/public/images/b1.png') no-repeat;
    padding-left: 30px;
  }
  .cnahui_box .content .bottom_box a:last-child > div {
    background: url('/public/images/b2.png') no-repeat;
    padding-left: 30px;
  }
  .company-num {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
  }
  .company-num dl {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .company-num .bor {
    width: 1px;
    background-color: #e7e7e7;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 200;
    height: 200px;
  }
  .company-num dl dt {
    margin-right: 50px;
  }
  .company-num dl dt h3 {
    font-size: 16px;
    color: #005a9e;
    display: block;
    margin-bottom: 10px;
  }
  .company-num dl dt span {
    font-size: 32px;
    color: #005a9e;
    font-weight: bolder;
    font-family: Arial;
  }
  .company-num dl dt b {
    font-size: 16px;
    color: #005a9e;
  }
  .itemimg img {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .itemimg:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .lanmu-title {
    position: relative;
    margin-top: 40px;
    margin-bottom: 25px;
    line-height: 40px;
    padding: 5px 0;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    letter-spacing: .1em;
    z-index: 1;
    cursor: pointer;
    font-family: '微软雅黑';
}
.lanmu-title::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: 'EXHITON NEWS';
    font-size: 40px;
    font-family: Arial;
    font-weight: bolder;
    background-image: linear-gradient(to bottom, #cbcbcb7a, transparent);
    color: transparent;
    -webkit-background-clip: text;
    z-index: -1;
    letter-spacing: 0em;
}
.lanmu-title::after {
    display: block;
    content: 'EXHITON NEWS';
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    letter-spacing: 0em;
}
.clearfix::after{
        content:"";
        display:block;
        clear:both;
}
/*新闻动态*/
.xinwen::after,.xinwen::before{content:'EXHITON NEWS'}
.news .txt{padding: 15px 20px;border-top: 0 none;}
#xwdt-swiper{border: 1px solid #ddd;}
#xwdt-swiper img{height: 288px;width: 100%;}
#xwdt-swiper .txt h3{
    display: block;
    font-size: 18px;
    color: #000;
    -webkit-transform: all .3s ease-in-out 0s;
    -moz-transform: all .3s ease-in-out 0s;
    -ms-transform: all .3s ease-in-out 0s;
    -o-transform: all .3s ease-in-out 0s;
    transform: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#xwdt-swiper .txt p{
    padding: 0;
    color: #666;
    line-height: 24px;
    height: 45px;
    overflow: hidden;
}
#xwdt-swiper a:hover h3{color: #005a9e;}
.news .item{
    border: 1px solid #ddd;
    margin-bottom: 16px;
    transition: all .2s linear 0s;
}
.news .list{
  padding: 0;
}
.news .item:hover{
    border: 1px solid #005a9e;
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    color: #005a9e;
}
.news .item a{
    display: block;
    padding: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .item .time{
    display: block;
    width: 90px;
    height: 66px;
    border-right: 1px solid #ddd;
    line-height: 20px;
    margin-right: 30px;
    color: #666;
    vertical-align: middle;
}
.news .item .time b{
    color: #666;
    display: block;
    font-size: 48px;
    line-height: 48px;
}
.news .item h3{
    font-size: 18px;
    vertical-align: top;
}
.news .item p{
    font-size: 14px;
    line-height: 20px;
    /* height: 40px;     */
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.more{
  width: 180px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 40px auto 0;
  background: #444;
  transition: all 0.2s linear 0s;
}
.more:hover{
  background: #005a9e;
  color: #fff;
  text-indent: 10px;
}
/*参展企业回函*/
.huihan{}
.huihan>.container{width:100%;}
#huihan{height:300px;}
/*组织机构*/
.zuzhijigou{
  
  /*height: 500px;*/
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
.zuzhijigou img{width:100%;}
.zuzhi{position: absolute; left: 50%; transform: translateX(-50%);top:0;}
.zuzhi::after,.zuzhi::before{content:'ORGANIZATION'}
.zuzhijigou .zhuban{color:#fff;height:250px;width:max-content;}
.zuzhijigou .zhuban h4{margin-bottom:15px;}
.zuzhijigou .zhuban p{font-weight:400;}
.zhuleft{margin-left:auto;}
.pdl25{padding-left:25px;}
.pdr25{padding-right:25px;}
/* 展商中心 */
.excenter-title::after,
.excenter-title::before{
  content:'EXHIBITOR CENTER';
}
.nav-center{text-align: center;margin-bottom: 20px;}
.nav-center a{
  font-size: 16px;
    display: inline-block;
    padding: 0 24px;
    text-align: center;
    border-left: 1px solid #005a9e;
    height: 20px;
    line-height: 20px;
    color: #000;
}
.nav-center a:hover{
  color: #005a9e;
}
.nav-center a:first-child{border: none;}
.excenter .list>a>div{overflow: hidden;}
.excenter .list img{width: 100%;transform: scale(1); transition: all .5s;}
.excenter .list:hover img{width: 100%;transform: scale(1.2);}
.excenter .list:hover .tqhd-small-title{background-color: #005a9e95;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.tqhd-small-title{background-color: #34343495;position: relative;top: -39px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;}
.tqhd-small-title h4{color: #fff;text-align: center;}
/* 展会优势 */
.cpys{
  background: url(/public/images/iyoushi3.jpg) no-repeat center top;
  height: 800px;
  overflow: hidden;
  margin-top: 40px;
}
.youshi::after,.youshi::before{content:'EXHIBITION ADVANTAGES'}
.youshi,.zuzhi{
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}
.cpys .item{
  width: 375px;
  height: 128px;
  background: url(/public/images/yousitem.png) no-repeat left top;
  margin-top: 40px;
  float: left;
  /* display: block; */
}
.cpys .item .trans{
  padding: 40px;  
}
.cpys .item .item-img{
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 10px;
}
.cpys .item .item-img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  display: block;
}
.cpys .item .text{
  color: #fff;
  padding-left: 120px;
  /* float: left; */
}
.cpys .item .text h5{
  font-size: 20px;
  font-weight: bold;
}
.cpys .item .text p{
  color: #ccc;
}
.cpys .item .trans:hover{background: url(/public/images/yousitem_a.png) no-repeat left top;}
.cpys .item .trans:hover .item-img img{top:-50px;}
.cpys .item .trans:hover .text h5{color: #2793f8;}
.cpys .t1,.cpys .t5{margin-left: 100px;margin-right: 165px;}
.cpys .t2,.cpys .t6{float: right;margin-right: 100px;}
.cpys .t3{}
.cpys .t4{float: right;}
/*优质展商*/
.czpp{}
.czpp-title::after,.czpp-title::before{content:'HIGH QUALITY EXHIBITORS'}
.medium-list{
  flex-wrap: wrap;
  padding-bottom: 190px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 8000px;
  -webkit-perspective: 8000px;
}
.czpp-list{margin-top: 45px;}
.medium-item{ margin-top: 12px; /* width: 230px; */}
.medium-item img{ width: 100%; transform: rotateY(0deg); box-shadow: 0 0 6px #005a9e; vertical-align: middle;}
.medium-item:hover img{ transform: rotateY(360deg); transition: all 1s;}

/* 合作媒体 */
.hezuo{}
.hezuo-title::after,.hezuo-title::before{content:'COOPERATIVE MEDIA'}
.hezuo .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 #2793f8;
  transition: all .8s;
  border-radius: 5px;
}
/* 服务流程 */
.service-title::after,.service-title::before{content:'SERVICE PROCESS'}
.liuc{
  text-align: center;
}
.liuc .list{
  text-align: left;
  display: inline-block;
  padding-left: 0;
}
.service li {
  position: relative;
	float: left;
	width: 206px;
  padding-left: 36px;
  box-sizing: border-box;
}
.service li:first-child{
  width: 206px;
}
.service li .Piece {
  padding: 50px 0;
  
	width: 168px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	float: left;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 0 #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.service li .jtou {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
	width: 36px;
	height: 100%;
	background: url(/public/images/service/jtou.png) no-repeat center;
}
.service li img {
	display: block;
	margin: 0 auto;
}
.service li p {
	text-align: center;
}
.service li:hover .Piece {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

/* 小banner */
.xunpan{
  width: 100%;
  background: url(/public/images/xunpan.jpg) no-repeat center top;
  height: 200px;
  color: #fff;
}
.xunpan h4{font-size: 40px;font-weight: 600;padding: 30px 0;letter-spacing: 10px;}
.xunpan p{font-size: 20px;}
.xunpan span{width: 25px;height: 25px;background: url(/public/images/icon.png) no-repeat -100px 0;display: inline-block;vertical-align: middle;margin-right: 10px;}
.xunpan button{display: block;margin: 30px auto;width: 280px;height: 50px;line-height: 50px;font-size: 20px;border-radius: 20px;background-color: #005a9e;border: none;}
.xunpan button:first-child{background: none;border: 1px solid #fff;color: #fff;}
.xunpan button a{color:#fff;}
.xunpan button:hover{text-indent: 10px;}
/* 同期活动 */
.tqhd{background: #f5f5f5;padding: 80px 0px 80px;}
.tqhd-title::after,
.tqhd-title::before{content: 'CONCURRENT EVENTS';}
.tqhd .tqhd-item{width:90%;margin: 0 auto; box-shadow: 0 2px 5px rgba(0,0,0,.1);transition: all .2s linear 0s; background-color: #fff;margin-bottom: 50px;}
.tqhd-item:hover{box-shadow: 0 15px 30px rgba(0,0,0,.1);-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);}
.tqhd .tqhd-item .tqhd-item-img{width: 100%;overflow: hidden;}
.tqhd .tqhd-item img{width: 100%;transition: all .3s ease-out 0s;}
.tqhd-item-content{overflow: hidden;text-align: center;margin: 0 auto;padding: 30px 40px 10px;}
.tqhd-item-content h4{font-size: 18px;color: #000;}
.tqhd-item-content p{font-size: 14px;color: #666;text-align: left;}
.tqhd .tqhd-item:hover img{transform: scale(1.1,1.1);}
.tqhd .tqhd-item:hover h4{color: #005a9e;}
.fl{float: left;}
.fr{float: right;}

@media (min-width:1200px) and (max-width: 1399.9px){
  .container{
    width: 1200px;
  }
  .liuc .list{
    width: 100%;
  }
  
  .liuc li{
    padding-left: 24px;
    width: calc(100% / 6);
  }
  .liuc li:first-child{
    padding-left: 0;
    width: calc(100% / 6 - 24px);
  }
  .service li .jtou{
    width: 24px;
  }
  .liuc li .Piece{
    font-size: 14px;
  }
  .liuc li:first-child .Piece{
    width: 100%;
    
  }
  .service li img{
    width: 50%;
  }
}
@media (min-width:1400px) {
    .container {width: 1400px;}
}
@media (max-width:1200px) {
  .none{display: none;}
  /*.zuzhijigou{height: 320px;}*/
}

@media (min-width:768px) and (max-width: 1199.9px){
  .container{
    width: 100%;
    max-width: 768px;
  }
  .liuc .list{
    width: 100%;
  }
  
  .liuc li{
    padding-left: 24px;
    width: calc(100% / 6);
  }
  .liuc li:first-child{
    padding-left: 0;
    width: calc(100% / 6 - 24px);
  }
  .service li .jtou{
    width: 24px;
  }
  .liuc li .Piece{
    padding: 30px 0;
    font-size: 14px;
  }
  .liuc li:first-child .Piece{
    width: 100%;
  }
  .service li .Piece{
    width: 100%;
  }
  .service li img{
    width: 50%;
  }
}
@media (max-width: 767.9px){
  .container{
    width: 100%;
    /* max-width: 768px; */
  }
  .col-xs-none{display: none;}
  /*.zuzhijigou{height: 120px;}*/
  .cnahui_box .content .bottom_box a > div,.cnahui_box .content .bottom_box a:last-child > div {
    background: none;
    padding-left: 0px;
    font-size: 16px;
    margin: 10px;
    /* width: 100%; */
    height: 45px;
    line-height: 45px;
    background-color: #8fbe25;
    border: 1px solid #8fbe25;
    border-radius: 10px;
}
.cnahui_box .content .top_box{height: auto;}
  .company-num dl,.company-num .bor{height: 80px;}
  .company-num dl dd{display: none;}
  .company-num .itemimg{width:25%;}
  .company-num dl dt{margin-right: 0;padding-left: 10px;}
  .company-num dl dt h3{font-size: 12px;}
  .company-num dl dt span{font-size: 15px;}
  .nav-center a{
    border-radius: 3px;
    background-color:#e3e3e3;
    border-left:none;
    margin-bottom:5px;
    padding: 0;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    width: 32%;
  }
  .tqhd-small-title h4{font-size: 14px;}
  .cpys .item,.cpys .t1,.cpys .t2,.cpys .t3,.cpys .t4,.cpys .t5,.cpys .t6{float: none;}
  .cpys .t1, .cpys .t5{margin-left: 0;}
  .cpys .item{background-size: 60%;margin-top: -15px;margin-left: 70px;}
  .cpys .item .trans{padding: 15px;}
  .cpys .item .item-img{margin-left: 5px;}
  .cpys .item .text{padding-left: 70px;}
  .cpys .item .text h5{font-size: 17px;}
  .cpys .item .text p{display: none;}
  .tqhd{padding: 10px 0px 10px;}
  .tqhd .tqhd-item{margin-bottom: 20px;width: 95%;}
  .more{margin-top: 10px;}
  .liuc .list{
    width: 100%;
  }
  
  .liuc li{
    padding-left: 24px;
    width: calc(100% / 6);
  }
  .liuc li:first-child{
    padding-left: 0;
    width: calc(100% / 6 - 24px);
  }
  .service li .jtou{
    width: 24px;
  }
  .liuc li .Piece{
    padding: 30px 0;
    font-size: 12px;
  }
  .liuc li:first-child .Piece{
    width: 100%;
  }
  .service li .Piece{
    width: 100%;
  }
  .service li img{
    width: 50%;
  }
  /*参展企业回函*/

#huihan{height:150px;}
}
