body {
  color: #333;
}
.wrap {
  width: 756px;
  margin: 0 auto;
  background: #fff;
}

.clear {
  clear: both;
}

.logo {
  width: 100%;
  height: 94px;
  line-height: 94px;
  text-align: center;
}
.logo-p {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #ac2439;
  height: 50px;
}

.logo img {
  vertical-align: middle;
  /*margin-left:20px;
	float:left;
	margin-top:24px;*/
}

.wrap-con {
  width: 672px;
  margin: 0 auto;
}
.wrap-con .con-h1 {
  font-size: 32px;
  color: #ac2439;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 20px 0;
}

.Spring-Edition {
  /*display: none;*/
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #333;
  line-height: 35px;
  /*border-top:1px solid #d9d9d9;*/
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
}

.ticket-h1 {
  display: none;
  font-size: 54px;
  margin-top: 65px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.ticket-p {
  font-size: 23px;
  text-align: center;
  line-height: 55px;
}
.ticket-p span {
  font-size: 24px;
  color: #e50025;
}

.ticket-input-wrap {
  padding-bottom: 60px;
}
.ticket-input {
  margin-top: 20px;
}
.ticket-input input {
  width: calc(100% - 30px);
  height: 60px;
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  font-size: 24px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ticket-input.has-error input {
  border: 1px solid #bc1f1f;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  box-shadow: 0 0 5px rgba(188, 31, 31, 0.4);
}

.ticket-select {
  margin-top: 20px;
}
.ticket-select select {
  width: 100%;
  height: 60px;
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
  padding: 0 3%;
  font-size: 18px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ticket-country .chosen-container {
  width: 100% !important;
}
.ticket-country .chosen-container-single .chosen-single {
  width: calc(100% - 8px);
  height: 60px;
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
}

.ticket-select.has-error select {
  border: 1px solid #bc1f1f;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  box-shadow: 0 0 5px rgba(188, 31, 31, 0.4);
}

.ticket-radio {
  margin-top: 20px;
  font-size: 22px;
  line-height: 40px;
  color: #333;
  width: 100%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.ticket-radio.has-error {
  width: 92%;
  border: 1px solid #bc1f1f !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  box-shadow: 0 0 5px rgba(188, 31, 31, 0.4);
  padding: 2% 4%;
}

.ticket-radio.one {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.ticket-radio input {
  font-size: 26px;
  line-height: 40px;
}

.tic-rodio label {
  /*width:40%;*/
  display: block;
  float: left;
  margin-right: 5%;
}

.tic-tit span {
  color: #e50025;
}

.name-input {
  margin-right: 1%;
  float: left;
}
.name-input:nth-of-type(1) {
  width: 24%;
}
.name-input:nth-of-type(2) {
  width: 24%;
}
.name-input:nth-of-type(3) {
  width: 49.7%;
  margin-right: 0;
}

.phone-input {
  margin-right: 1%;
  float: left;
}
.phone-input.one {
  width: 24%;
}
.phone-input.two {
  width: 75%;
  margin-right: 0;
}

.ticket-sub {
  margin-top: 20px;
  width: 100%;
  height: 62px;
  line-height: 62px;
  background: #ac2439;
  cursor: pointer;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  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;
}
.ticket-sub.curr {
  background: #eee;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-size: 20px;
  font-family: OpenSans, 'siyuan';
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 20px;
  font-family: OpenSans, 'siyuan';
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 20px;
  font-family: OpenSans, 'siyuan';
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 20px;
  font-family: OpenSans, 'siyuan';
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  font-size: 20px;
  font-family: OpenSans, 'siyuan';
}

.lan-about {
  background: #f5f5f5;
}

.lan-about .wrap-con {
  padding: 50px 0;
}
.lan-about-t {
  text-align: center;
  font-size: 52px;
  line-height: 65px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #333333;
}
.lan-about-p {
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
  word-break: break-word;
}
.highlights-t {
  /*border-top: 1px solid #d9d9d9;*/
  /*padding-top: 35px;*/
  font-size: 38px;
  line-height: 40px;
  margin: 40px 0 30px 0;
  font-weight: bold;
  text-align: center;
  color: #ac2439;
  /*background:url(../images/why-visit.png) no-repeat center 48px;*/
  position: relative;
}

.highlights-t img {
  vertical-align: middle;
  padding: 0 15px;
}
/*.highlights-t:after{
	position:absolute;
	left:0;
	top:0;
    background:url(../images/why-visit1-red.png) no-repeat;
    width:88px;
    height:16px;
	content: " ";
}*/
.lan-about-li {
  margin-top: 30px;
}
.lan-about-li li {
  float: left;
  background: #ac2439;
  width: 31.33%;
  margin-right: 3%;
  text-align: center;
  padding: 20px 0;
  height: 85px;
}
.lan-about-span {
  display: block;
  margin-bottom: 15px;
  padding-left: 28px;
}
.lan-about-li li:last-of-type {
  margin-right: 0;
}

.lan-about-span .fa {
  float: left;
  margin: 9px 0 0 -28px;
  font-size: 18px;
  color: #ac2439;
}

.lan-about-s-t {
  display: block;
  /*color:#ac2439;*/
  font-weight: bold;
}

.lan-about-li-t {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.lan-about-li-t .li-info {
  font-weight: normal;
  font-size: 20px;
  margin-left: 8px;
}
.lan-about-li-i {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
}

.Product-Category {
  padding: 0 0 20px 0;
}

/*why visit*/
.why-li > ul > li {
  width: 100%;
  /*border-bottom: 1px solid #ddd;*/
  margin-bottom: 20px;
}
.why-li > ul > li:last-of-type{
  border-bottom: 0;
}
.why-li-top{
  display: flex;
  align-items: center;
}
.why-li-top&:after{
  display: block;
  content: "";
  clear: both;
}
.why-li-img {
  width: calc(100% - 279px);
  float: left;
}
.why-li-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.why-li-txt{
  width: 279px;
  float: left;
  padding: 20px 0 20px 20px;
}
.why-li > ul > li:nth-of-type(1) .why-li-txt{
    border-bottom: 2px solid #e4cf74;
    border-right: 2px solid #e4cf74;
    border-top: 2px solid #e4cf74;
}
.why-li > ul > li:nth-of-type(2) .why-li-txt{
    border-bottom: 2px solid #c1e2d2;
    border-left: 2px solid #c1e2d2;
    border-top: 2px solid #c1e2d2;
}
.why-li > ul > li:nth-of-type(2) .why-li-info{
  list-style-image: url(/images/point02.jpg);
}
.why-li > ul > li:nth-of-type(2n+1) .why-li-p{
  color: #c3a834;
}
.why-li > ul > li:nth-of-type(2n) .why-li-p{
  color: #009944;
}

.why-li-tit{
  font-size: 25px;
  color: #333;
  font-weight: bold;
  font-family: Verdana,Microsoft YaHei UI,arial;
  line-height: 35px;
}
.why-li-p{
  font: 22px/35px Microsoft YaHei UI,arial;
  font-weight: bold;
}
.why-li-info{
  list-style-image: url(/images/point01.jpg);
  list-style-type: disc;
  font-size: 17px;
  line-height: 35px;
  padding: 20px 0;
  padding-left: 120px;
}
.why-li > ul > li:nth-of-type(3) .why-li-img{
  width: auto;
}
.why-li > ul > li:nth-of-type(3) .why-li-txt{
  flex: 1;
  padding-left: 40px;
}
.why-li > ul > li:nth-of-type(3) .why-li-info{
  padding: 10px 0 0 20px;
}

.why-img img{
  max-width: 100%;
}

.video-box{
  width: 650px;
  margin: 30px auto 0;
}

.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;
  /*margin-top:6px;*/
  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%;
}

.lan-photo-h2 {
  color: #ac2439;
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.Testimonials-h2 {
  margin-top: 45px;
}
.lan-photo-img {
  text-align: center;
}

.Testimonials-li li {
  background: #fff;
  padding: 25px 25px;
  font-weight: bold;
  box-shadow: 0 0 20px rgba(153, 153, 153, 0.1);
  margin-bottom: 25px;
}
.Testimonials-li-info {
  font-size: 26px;
  line-height: 38px;
  text-align: justify;
}
.Testimonials-li-tit {
  font-size: 24px;
  line-height: 40px;
  margin-top: 10px;
  color: #ac2439;
  text-align: right;
}
.Testimonials-li-p {
  font-size: 22px;
  line-height: 40px;
}
.Testimonials-li-p span {
  color: #fff;
}

.Buyers-li {
}

.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;
}

.lan-add {
  background: url(/images/btu11.jpg);
  width: calc(100% - 100px);
  /* height: 270px; */
  padding: 50px;
  color: #fff;
}
.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: 32px;
  margin: 0 auto;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #ac2439;
}

.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;
}

.layui-layer-btn .layui-layer-btn0 {
  background-color: #ac2439 !important;
  border-color: #ac2439 !important;
}

.ticked-sub-p {
  text-align: center;
  width: 100%;
  color: #e50025;
  line-height: 60px;
  font-size: 22px;
}
.ticked-sub-p .fa {
  margin-right: 8px;
  font-size: 22px;
}

.lan-banner img {
  width: 100%;
}

.lan-about-why {
  margin-bottom: 60px;
}
.spimg {
  width: 50%;
  height: 100%;
}
.spimg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sptit {
  width: 48%;
  height: auto;
}
.sptit .cate-li-tit-info {
  font-size: 22px;
  color: #333;
}
.sptit .cate-li-tit-info {
  box-sizing: border-box;
  padding: 37px 55px 38px 41px;
}
.othercate-li li:nth-of-type(1) {
  background-color: #e8f5e8;
}
.othercate-li li:nth-of-type(2) {
  background-color: #faf4e5;
}
.othercate-li li:nth-of-type(3) {
  background-color: #e8f5e8;
}

.links-a {
  display: block;
  margin: 20px auto;
}
.links-a img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.links-a {
  display: block;
  margin: 20px auto;
  width: 250px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ac2439 url(/images/double-arrow.png) no-repeat left 30px center;
  border-radius: 30px;
  text-indent: 20px;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.links-a:hover {
  color: #fff;
  opacity: 0.8;
}
.links-tit {
  font-size: 32px;
}
.links-info{
  text-align: center;
  font-size: 26px;
  line-height: 1.7;
}
.links-info img {
  vertical-align: middle;
  /*width: 50px;*/
}

.lan-ads{
  margin: 40px 0;
}
.ads-item {
  margin-bottom: 25px;
}
.ads-item .top .time{
  display: inline-block;
  height: 24px;
  color: #fff;
  background: #ac2439;
  border-radius: 15px;
  font-weight: bold;
  padding-left: 14px;
  padding-right: 1px;
  line-height: 24px;
  font-size: 12px;
  vertical-align: top;
  margin-top: 1px;
}
.ads-item .top .time span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  color: #ac2439;
  text-align: center;
  line-height: 18px;
  margin-left: 8px;
}
.ads-item .top .lan-tit {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
  line-height: 24px;
  color: #ac2439;
  font-weight: bold;
  font-size: 26px;
}
.ads-item:nth-of-type(2) .time{
  background: #8c6557;
}
.ads-item:nth-of-type(2) .time span{
  color: #8c6557;
}
.ads-item:nth-of-type(2) .title{
  color: #8c6557;
}
.ads-item:nth-of-type(3) .time{
  background: #466e71;
}
.ads-item:nth-of-type(3) .time span{
  color: #466e71;
}
.ads-item:nth-of-type(4) .title{
  color: #466e71;
}
.ads-item .imgbox{
  margin-top: 10px;
}
.ads-item .imgbox img {
  display: block;
  width: 100%;
}


.Onsite-Exhibition{
    background-color: #fbe6ea;
    /* background-color: #fff1f3; */
    padding:20px;
    border-radius:5px;
}
.Onsite-Exhibition:nth-of-type(2){
    background-color: rgb(255, 245, 235);
    margin-top:10px;
}
.Onsite-Exhibition:nth-of-type(2) .Onsite-Exhibition-img{
    float:right;
}
.Onsite-Exhibition:nth-of-type(2) .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;
}

/* 产品聚焦 */

.pro-li li {
  position: relative;
  padding-top: 30px;
}
.pro-li li:after {
  display: table;
  clear: both;
  content: "";
}
.pro-li li:nth-child(1) {
  background: #fff url(/images/product/bg1.jpg) no-repeat top center;
  background-size: 100%;
}
.pro-li li:nth-child(2) .imgbox{
  float: right;
}
.pro-li li:nth-child(2) .txtbox{
  float: left;
}
.pro-li li:nth-child(3) {
  padding-bottom: 30px;
  background: #fff url(/images/product/bg2.png) no-repeat bottom center;
  background-size: 100%;
}
.pro-li .txtbox .tit {
  font-size: 32px;
  font-family: Segoe UI, Arial;
  font-weight: bold;
  font-style: italic;
  line-height: 34px;
  margin-bottom: 10px;
}
.pro-li .txtbox .subtit {
  font-size: 18px;
  font-family: Segoe UI, Arial;
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
}
.pro-li .txtbox .p {
  font-size: 12px;
  font-family: Segoe UI, Arial;
  font-style: italic;
  margin-bottom: 15px;
}
.pro-li .imgbox {
  width: 55%;
  float: left;
}
.pro-li .txtbox {
  width: 40%;
  float: right;
}
.pro-li img {
  max-width: 100%;
}

.Product-box {
  /* background: linear-gradient(to bottom, #953143 200px, #f9f3f7 200px); */
  background: linear-gradient(to bottom, #ac2439 200px, #fbe6ea 200px);
  margin-top: 40px;
  padding: 40px 0 30px;
}
.Product-box .highlights-t {
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
}
.Product-box .highlights-t a {
  color: #fff;
}
.pro-li2 {
  position: relative;
}

.pro-li2 li {
  background-color: #fff;
  margin-bottom: 20px;
}
.pro-li2 li:after {
  display: block;
  content: "";
  clear: both;
}
.pro-li2 li img {
  display: block;
  max-width: 100%;
}
.pro-li2 li .poster {
  float: left;
  width: 180px;
}
.pro-li2 li .imgbox {
  float: left;
  width: calc(100% - 180px);
  padding: 25px;
  box-sizing: border-box;
}
.pro-li2 li .imgbox img {
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}
.pro-li2 li .imgbox img:nth-child(2n) {
  margin-right: 0;
}
.pro-li2 li .imgbox img:nth-last-child(1),
.pro-li2 li .imgbox img:nth-last-child(2) {
  margin-bottom: 0;
}
.pro-li2 li:nth-child(2n) .poster {
  float: right;
}

/*手机版样式*/
@media screen and (max-width: 780px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
  }
  .wrap-con {
    width: 92%;
    margin: 0 4%;
  }
  .lan-banner img {
    width: 100%;
  }
  .logo {
    line-height: 30px;
    height: auto;
  }
  .logo img {
    margin-top: 8px;
  }
  .logo-p {
    /*margin-left:0;
		text-align:center;*/
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .wrap-con .con-h1 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .Spring-Edition {
    font-size: 16px;
  }
  .ticket-h1 {
    font-size: 22px;
  }
  .ticket-p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .ticket-radio {
    font-size: 16px;
  }
  .ticket-sub {
    font-size: 20px;
  }
  .ticked-sub-p {
    line-height: 24px;
    text-align: left;
    margin-top: 14px;
  }
  .Buyers-li-img {
    text-align: center;
  }
  .Buyers-li li img {
    display: initial;
    width: 100%;
    /*margin-top:3%;*/
  }
  .Testimonials-li-tit {
    line-height: 24px;
    margin: 10px 0;
    font-size: 14px;
  }
  .Testimonials-li-p {
    font-size: 16px;
  }
  .Testimonials-li-info {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  .lan-about-t {
    font-size: 28px;
    display: none;
  }
  .lan-about-p {
    font-size: 14px;
    line-height: 30px;
  }
  .lan-about-li li {
    /*width:100%;
		margin:5px 0;*/
    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% !important;
  }
  .cate-li-tit {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
  }
  .cate-li-img img {
    width: 100%;
  }
  .lan-photo-img img {
    width: 100%;
  }
  .Testimonials-li-p span {
    display: none;
  }
  .Buyers-li li {
    width: 31.33%;
    margin: 1%;
    height: 50px;
    overflow: hidden;
  }
  .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);
    /*margin:1%;*/
    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;
  }
  .success-box {
    padding: 15px;
  }

  .success-box .tit {
    font-size: 16px;
  }

  .name-input:nth-of-type(1) {
    width: 100%;
  }
  .name-input:nth-of-type(2) {
    width: 100%;
  }
  .name-input:nth-of-type(3) {
    width: 100%;
  }
  .phone-input.one {
    width: 36%;
    margin-right: 4%;
  }
  .phone-input.two {
    width: 60%;
  }
  .cate-li-tit {
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 0;
    padding: 2% 4% 0;
    width: 92%;
  }
  .cate-li-tit-info {
    margin-top: 4px;
  }
  .ticket-input input {
    font-size: 16px;
    height: 45px;
  }
  .ticket-select select {
    height: 45px;
    font-size: 16px;
  }

  .mb-none {
    display: none;
  }

  ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
  }
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
  }
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
  }
  ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
  }

  .highlights-t {
    font-size: 26px;
    margin: 20px 0 15px 0;
  }
  .highlights-t img {
    width: 30px;
    padding: 0 5px;
  }

  .lan-about .wrap-con {
    padding: 5px 0 20px 0;
  }

  .lan-about-why {
    margin-bottom: 30px;
  }

  .ticket-h1 {
    margin-top: 35px;
  }
  .lan-add-li {
    margin-top: 20px;
  }
  .ticket-input-wrap {
    padding-bottom: 10px;
  }

  .video-box{
    width: 100%;
  }
  .why-li-top{
    display: block;
  }
  .why-li-img{
    width: 100%;
    float: none;
  }
  .why-li-txt{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    float: none;
  }
  .why-li > ul > li:nth-of-type(1) .why-li-txt{
    border-left: 2px solid #e4cf74;
  }
  .why-li > ul > li:nth-of-type(2) .why-li-txt{
    border-right: 2px solid #c1e2d2;
  }
  .why-li-info{
    padding-left: 20px;
  }
  .why-li > ul > li:nth-of-type(3) .why-li-txt{
    padding-left: 20px;
  }
  .why-li .line-img{
    display: none;
  }

  .links-a{
    font-size: 18px;
    width: 220px;
  }
  .links-info {
    font-size: 20px;
  }
  .links-info img{
    /*width: 40px;*/
  }

  .ads-item .top .lan-tit {
    font-size: 18px;
  }

    .Onsite-Exhibition-img{
        width:100%;
    }
    .Onsite-Exhibition-info{
        width:100%;
    }
    .pro-li .txtbox {
      width: 46%;
    }
    .pro-li .imgbox {
      width: 50%;
    }
    .pro-li2 li {
      display: flex;
      align-items: center;
    }
    .pro-li2 li .poster {
      width: 30%;
    }
    .pro-li2 li .imgbox {
      width: 70%;
      padding: 15px;
    }
    .pro-li2 li .imgbox img {
      margin-right: 5px;
      margin-bottom: 5px;
    }
    .pro-li2 li .imgbox img:nth-child(1),
    .pro-li2 li .imgbox img:nth-child(4) {
      width: 60%;
    }
    .pro-li2 li .imgbox img:nth-child(2),
    .pro-li2 li .imgbox img:nth-child(3) {
      width: calc(40% - 5px);
    }
    .pro-li2 li:nth-child(3) .imgbox img:nth-child(1),
    .pro-li2 li:nth-child(3) .imgbox img:nth-child(4) {
      width: calc(40% - 5px);
    }
    .pro-li2 li:nth-child(3) .imgbox img:nth-child(2),
    .pro-li2 li:nth-child(3) .imgbox img:nth-child(3) {
      width: 60%;
    }
}


