/*free-ticket*/

html,body {
	width: 100%;
	background: #f6f6f6;
	overflow-x: hidden;
}
.fb-box {
    width: 756px;
    margin: 0 auto;
    background: #fff;
}
.lan-banner img {
    width: 100%;
    display: block;
}
.lan-about {
    background: #f5f5f5;
}
.wrap-con {
    padding: 50px 0;
}
.lan-about-p {
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
    word-break: break-word;
    margin-bottom: 15px;
}
.lan-about-p:last-of-type {
	margin-bottom: 0;
}
.highlights-t {
    font-size: 38px;
    line-height: 40px;
    margin: 40px 0 30px 0;
    font-weight: normal;
    text-align: center;
    color: #ac2439;
    position: relative;
}
.highlights-t img {
    vertical-align: middle;
    padding: 0 15px;
}
.Product-Category {
    padding: 0 40px;
}
.Onsite-Exhibition{
    /* background-color: rgb(255, 242, 242); */
    background-color: #ecf9f0;
    padding:20px;
    border-radius:5px;
}
.Onsite-Exhibition:nth-of-type(2),
.Onsite-Exhibition:last-of-type{
    background-color: rgb(255, 245, 235);
    margin-top:10px;
}
.Onsite-Exhibition:nth-of-type(2) .Onsite-Exhibition-img,
.Onsite-Exhibition:last-of-type .Onsite-Exhibition-img{
    float:right;
}
.Onsite-Exhibition:nth-of-type(2) .Onsite-Exhibition-info,
.Onsite-Exhibition:last-of-type .Onsite-Exhibition-info{
    float:left;
}
.Onsite-Exhibition:after{
    display:block;
    content:'';
    clear:both;
}
.Onsite-Exhibition-img{
    width:36%;
    border-radius:5px;
    overflow:hidden;
    float:left;
}
.Onsite-Exhibition-img img{
    width:100%;
    display:block;
}
.Onsite-Exhibition-info{
    width:60%;
    float:right;
}
.Onsite-Exhibition-info-tit{
    font-size:22px;
    color:#ac2439;
    font-weight: bold;
    margin-top:15px;
}
.Onsite-Exhibition-info-tit img{
    vertical-align: sub;
    width:25px;
}
.Onsite-Exhibition-info-p{
    line-height: 22px;
    font-size: 14px;
    padding:8px 0;
}
.Onsite-Exhibition-info-p span{
    color:#ac2439;
}
.Onsite-Exhibition-info-add{

}
.Onsite-Exhibition-info-add img{
    vertical-align: top;
    width:16px;
}

.cate-li {
}
.cate-li li {
  width: 100%;
  margin: 0 0 20px;
  float: left;
}
.cate-li li:nth-of-type(1) {
  background-color: #ffdcce;
}
.cate-li li:nth-of-type(2) {
  background-color: #ffedda;
}
.cate-li li:nth-of-type(3) {
  background-color: #ffcdd3;
}
.cate-li li:nth-of-type(4) {
  background-color: #c6eeff;
}
.cate-li li:nth-of-type(5) {
  background-color: #eaffd8;
}
.cate-li li:nth-of-type(6) {
  background-color: #ffebeb;
}

.cate-li-img {
  width: 54%;
  float: left;
}
.cate-li-img img {
  width: 100%;
  display: block;
}
.cate-li-tit {
  width: 40%;
  margin-right: 2%;
  float: right;
  font-size: 19px;
  color: #333;
  line-height: 34px;
  text-align: center;
  height: 175px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cate-li-t {
  text-align: left;
  width: 100%;
}
.cate-li-tit-info {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  font-weight: normal;
  text-align: left;
  width: 100%;
}

.Buyers-li li {
  width: 23%;
  margin: 0 1% 20px;
  float: left;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.2);
}
.Buyers-li li img {
  display: block;
}

.ticket-sub {
	display: block;
  margin-top: 20px;
  width: 100%;
  height: 62px;
  line-height: 62px;
  background: #ac2439;
  cursor: pointer;
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ticket-sub:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
}
.ticket-sub.curr {
  background: #eee;
}

/*底部*/
.lan-add {
  background: url(/Public/Home/Images/fb/btu11.jpg);
  width: calc(100% - 100px);
  padding: 50px;
  color: #fff;
  margin-top: 50px;
}
.lan-add-tit {
  font-size: 26px;
  line-height: 38px;
  margin: 20px 0 35px 0;
}
.lan-add-tit a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.lan-add-li {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.lan-add-li li {
  background: #ac2439;
  float: left;
  width: calc(20% - 1px);
  text-align: center;
  padding: 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);

  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.lan-add-li li:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.lan-add-li li:last-of-type {
  border: none;
}
.lan-add-li a {
  color: #fff;
}
.lan-add-li-t {
  font-size: 14px;
  line-height: 20px;
}

.lan-add-li-t strong {
  font-size: 18px;
}
.lan-add-li-fa {
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #ac2439;
}
.lan-add-li-fa img {
	vertical-align: middle;
}

.lan-add-li-fa .fa {
  vertical-align: middle;
}

.success-box {
  padding: 50px;
  line-height: 28px;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}
.success-box .tit {
  font-size: 20px;
  text-align: center;
  color: #ac2439;
  font-weight: bold;
}

.email-box {
  padding: 50px 10px;
  line-height: 28px;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}
.email-box .tit {
  font-size: 20px;
  text-align: center;
  color: #ac2439;
  font-weight: bold;
}
.online-master {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}
.online-popbox {
    width: 100%;
    padding: 30px 40px;
    background: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}
.online-popbox p {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}
.online-popbox .count {
  /*color: #b4253c;*/
  font-size: 26px;
  font-weight: bold;
}

.top {
  background: linear-gradient(#ac2439 58%, #fff 58%);
  padding: 40px;
  margin-bottom: 40px;
}
.top .logotxt img{
  display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
}
.top .logotxt .p {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  vertical-align: middle;
}
.topimg {
  display: flex;
  margin-top: 10px;
  
}
.topimg .imgbox{
  float: left;
  width: 70%;
  overflow: hidden;
}
.topimg .imgbox img {
  display: block;
  width: 100%;

}
.topimg .txtbox {
  background-color: #dfb6bc;
  /* background-color: #dfb6bc; */
  padding: 50px 20px;
  color: #fff;
  float: left;
  width: 30%;
  position: relative;
}
.topimg .txtbox .p {
  margin-bottom: 10px;
}
.topimg .txtbox .p span {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
  background-color: #fff;
  color: #ac2439;
  width: 70px;
  text-align: center;
  margin-right: 5px;
}
.topimg .txtbox .linka {
  margin-top: 20px;
}
.topimg .kvimg {
  position: absolute;
  bottom: -90px;
  right: -35px;
}
.linka {
  display: block;
  background-color: #ac2439;
  border-radius: 5px;
  padding: 10px 20px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.linka:hover {
  opacity: 0.8;
  color: #fff;
}
.linka:after {
  display: block;
  content: "";
  width: 47px;
  height: 45px;
  background: url(../images/fb/shouzhi.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -25px;
  animation: shouji 1.5s infinite forwards;
}
@keyframes shouji {
  0%{transform: translateY(0) scale(1);}
  50%{transform: translateY(0px) scale(0.95);}
  100%{transform: translateY(0)  scale(1);}
}

.block {
  padding: 0 40px;
}
.titbox {
  margin-bottom: 10px;
}
.titbox .tit{
  float: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 44px;
}
.titbox .tit img {
  vertical-align: middle;
  margin-right: 5px;
}
.titbox .linka {
  float: right;
  width: 180px;
  margin-bottom: 30px;
}
.aboutimg img {
  display: block;
  width: 100%;
}
.lan-add-logo img {
  width: 200px;
}

/*手机*/
@media screen and (max-width: 700px) {
	body {
		background-color: #fff;
	}
	.fb-box {
		width: 100%;
	}
	.Product-Category {
		padding: 0 4%;
	}
	.lan-about .wrap-con {
	    padding: 5px 4% 20px;
	}
	.highlights-t {
	    font-size: 26px;
	    margin: 20px 0 15px 0;
	}
	.highlights-t img {
	    width: 30px;
	    padding: 0 5px;
	}
	.Onsite-Exhibition-img,
	.Onsite-Exhibition-info{
        width:100%;
    }
    .lan-about-t {
	    font-size: 28px;
	    display: none;
	}
	  .lan-about-p {
	    font-size: 14px;
	    line-height: 30px;
	  }
	  .lan-about-li li {
	    height: 50px;
	  }
	  .lan-about-li-t {
	    font-size: 18px;
	    line-height: 25px;
	  }
	  .lan-about-li-i {
	    font-size: 12px;
	    line-height: 25px;
	  }
	  .lan-about-li-t .li-info {
	    font-size: 16px;
	  }
	  .cate-li li {
	    width: 100%;
	    height: auto;
	  }
	  .cate-li-img {
	    width: 100%;
	  }
	  .cate-li-tit {
	    width: 100%;
	    height: auto;
	    margin-bottom: 0px;
	    margin-right: 0;
	    padding: 10px;
	    box-sizing: border-box;
	  }
	  .cate-li-img img {
	    width: 100%;
	  }
	  .ticket-sub {
		    font-size: 20px;
		}
	  .lan-photo-img img {
	    width: 100%;
	  }
	  .Testimonials-li-p span {
	    display: none;
	  }
	  .Buyers-li li {
	    width: 31.33%;
	    margin: 1%;
	    height: 50px;
	    overflow: hidden;
	  }
	  .Buyers-li li img {
	    display: initial;
	    width: 100%;
		}
	  .lan-add {
	    padding: 20px;
	    width: calc(100% - 40px);
	    overflow: hidden;
	    height: auto;
	  }
	  .lan-add-tit {
	    font-size: 16px;
	  }
	  .lan-add-li li {
	    width: calc(20% - 1px);
	    padding: 10px 0;
	    border: none;
	    border-right: 1px solid rgba(255, 255, 255, 0.3);
	  }
	  .lan-add-li-t strong {
	    font-size: 13px;
	  }
	  .lan-add-li-t span {
	    font-size: 12px;
	  }
	  .lan-add-li-fa {
	    width: 28px;
	    height: 28px;
	    line-height: 26px;
	    font-size: 16px;
	    margin-bottom: 6px;
	  }
    .online-popbox {
        padding: 30px 20px;
    }
    .online-popbox p {
        font-size: 18px;
    }
    .top {
      padding: 20px 4%;
    }
    .top .logotxt {
      display: flex;
      align-items: center;
    }
    .top .logotxt  img {
      width: 30px;
      margin-right: 2px;
    }
    .top .logotxt .p {
      font-size: 16px;
    }
    .topimg  {
      display: block;
    }
    .topimg .linka {
      position: relative;
      z-index: 2;
      width: 180px;
      margin: 20px auto 0;
    }
    .topimg .imgbox {
      width: 100%;
    }
    .topimg .txtbox {
      width: 100%;
      padding: 20px 4%;
      padding-bottom: 130px;
      box-sizing: border-box;
    }
    .lan-add-logo img {
      width: 150px;
    }
}
