@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button,textarea { border:none; padding:0;margin:0;outline-style:none; }   /*去掉input等聚焦时的蓝色边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "Microsoft YaHei UI","SimSun";}
select, input { vertical-align:middle;}
select, input, textarea { font-size:14px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle;max-width: 100%; }  /*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table { border-collapse:collapse; }
body {
    font:14px/150% "Microsoft YaHei UI",Arial,Verdana;
    color:#333333;
    background:#f6f7fa;;
    overflow-x: hidden;
}
.clearfix:before,.clearfix:after {  /*清楚浮动*/
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#333333; text-decoration:none; }
a:hover{color:#e43344;;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}  /*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,i,em{font-style:normal;text-decoration:none;}

img{
    /* border-radius: 2px;; */
}
/*公共类*/
.w {  /*版心 提取 */width:1200px;margin:0 auto;}
.fl {float:left;}
.fr {float:right;}
.al { text-align:left;}
.ac {text-align:center;}
.ar {text-align:right;}
.hide {display:none;}
.font12{ font-size: 12px;}
.font14{ font-size: 14px;}
.font16{ font-size: 16px;}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}


html{font-size:13.33333vw}
@media screen and (min-width:769px){html{font-size:102.4px;font-size:13.33333vw}}
@media screen and (min-width:721px) and (max-width:768px){html{font-size:102.4px;font-size:13.33333vw}}
@media screen and (min-width:641px) and (max-width:720px){html{font-size:96px;font-size:13.33333vw}}
@media screen and (min-width:541px) and (max-width:640px){html{font-size:85.33px;font-size:13.33333vw}}
@media screen and (min-width:481px) and (max-width:540px){html{font-size:72px;font-size:13.33333vw}}
@media screen and (min-width:415px) and (max-width:480px){html{font-size:64px;font-size:13.33333vw}}
@media screen and (min-width:413px) and (max-width:414px){html{font-size:55.2px;font-size:13.33333vw}}
@media screen and (min-width:394px) and (max-width:412px){html{font-size:54.93px;font-size:13.33333vw}}
@media screen and (min-width:376px) and (max-width:393px){html{font-size:52.4px;font-size:13.33333vw}}
@media screen and (min-width:361px) and (max-width:375px){html{font-size:50px;font-size:13.33333vw}}
@media screen and (min-width:321px) and (max-width:360px){html{font-size:48px;font-size:13.33333vw}}
@media screen and (max-width:320px){html{font-size:42.667px;font-size:13.33333vw}}



/* ===================== */
.swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.banner .swiper-slide {
  background-size: cover !important;
  background-position: center;
}

.banner .mySwiper2 {
  height: 656px;
  width: 100%;
}

.banner .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 112px;
  opacity: 74%;
  background: none;
}
.mySwiper .swiper-slide img{
  border-radius: 5px;
}
.mySwiper2 .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 5px solid #fff;
  border-radius: 5px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner{
  width: 1920px;
  margin:auto;
  max-width: 100%;
}
.main{
  /* border: 1px solid #f00; */
  position: absolute;
  top: 430px;
  left: 50%;
  z-index: 99;
  margin-left: -600px;
  height: 160px;
}

.banner-act {
  background-color: #fff;
  position: relative;
}
.mySwiper{
  position: absolute;
  width: 410px;;
  top: 30px;
  right: 0;
  height: auto;
}
.banner-act-click{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 165px;
}
.banner-act-click .swiper-button-next{
  background: url(http://www.lyzxg.cn/xuanze-index_files/right.png) no-repeat;
  width: 40px;
  height: 40px;
  position: unset;
}
.banner-act-click .swiper-button-next::after{
  content: "";
}
.banner-act-click .swiper-button-prev{
  background: url(http://www.lyzxg.cn/xuanze-index_files/right.png) no-repeat;
  transform: rotate(180deg);  
  width: 40px;
  height: 40px;
  position: unset;
}
.banner-act-click .swiper-button-prev::after{
  content: "";
}
.swiper-pagination-fraction{
  width: 50px;
  position: unset;
  color: #fff;
  font-size: 20px;
}

.header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index:99999;
  padding-bottom: 15px;
}
.header-con .header{
  position: unset;
  background: #fff;
}
.header .w{
  /* height: 100px; */
  /* border:1px solid #f00 */
}
.header .header-top{
  line-height: 48px;
  display: flex;
  justify-content: space-between;
}
.header .header-top .top-right{
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.header .header-top .top-right a{
  font-weight:700;
  color:#ffffff;
  font-size:16px;
  width: 30px;
}
.header-con .header .header-top .top-right a{
  color:#333;
}
.header-bottom{
  display: flex;
  justify-content: space-between;

}
.logo{
  height: 63px;
}
.logo img{
  height: 100%;
  width: auto;
}
.header .logoImg1{
  display: block;
}
.header .logoImg2{
  display: none;
}
.header-con .header .logoImg1{
  display: none;
}
.header-con .header .logoImg2{
  display: block;
}
.nav{
  display: flex;
  justify-content: space-between;
  width: 800px;
  line-height: 63px;
}
.nav li a{
  color:#ffffff;
  font-size:16px;
}
.header-con .header .nav li a{
  color:#333;
}
.nav li.act a{
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  font-weight:700;
}
.header-con .header .nav li.act a{
  border-bottom: 3px solid #004c97;
  padding-bottom: 5px;
  color: #004c97;
}
.social-share .social-share-icon{
  border: none;
  color: #dce0e1;
}
.header-con .header .social-share .social-share-icon{
  color: #333333;
}
.index-item{
  width: 1920px;
  max-width: 100%;
  text-align: center;
  margin:auto;
  position: relative;
}
.index-item-posi{
  position: absolute;
  left: 50%;
  top: 24px;
  width: 1100px;
  height: 550px;
  /* border: 1px solid #f00; */
  margin-left: -550px;
  display: flex;
  justify-content: space-between;
}
.index-item .index-item-posi a{
  display: block;
  width: 337px;
  height: 100%;
  position: unset;
  margin: 0;
}
.index-item a{
  display: block;
  /* border:1px solid #f00; */
  width: 210px;
  height: 96px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
}
.index-01 a{
  width: 188px;
  top: 12px;
  margin-left: -160px;
}
.index-03 a{
  top: 64px;
}
.index-05 a{
  top: 126px;
}
.index-07 a{
  top: 11px;
}
.index-09 a{
  top: 65px;
}
.index-11 a{
  top: 25px;
}
.bott{
  background: url(http://www.lyzxg.cn/xuanze-index_files/footer_bg.png) no-repeat center;
  background-size: 1920px 480px;
  height: 480px;
  text-align: center;
  padding-top: 120px;
  position: relative;
}
.bott a{
  display: block;
  width: 170px;
  height: 43px;
  position: absolute;
  bottom:77px;
  left: 50%;
  margin-left: -73px;
  border-radius: 43px;
}
.footer{
  background: #fff;
  padding:20px 0;
}
.footer .w{
  display: flex;
  justify-content: space-between;
}
.footer .footer-left{
  line-height: 38px;
  color:#999999;
  font-size:16px;
}
.footer .footer-left li:last-child{
  color: #333333;
}
.footer .footer-right{
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-right li{
  width: 130px;
  padding:10px 13px;
  background-color:#efefef;
  border-radius:6px;
}
.footer .footer-right li img{
  width:100%;
  height:102px;
}
.footer .footer-right li  p{
  color:#333333;
  font-size:17px;
  line-height: 21px;
  text-align: center;
  margin-top: 8px;
}
.listBanner{
  width: 1920px;
  max-width: 100%;
  text-align: center;
  margin:auto;
}
.listBanner img{
  max-width: 100%;
  object-fit: cover;
  height: 656px;
}
.breadcrumb{
  color:#999999;
  font-size:16px;
  line-height: 30px;
}
.breadcrumb-con{
  margin-top: 30px;
}
.list li{
  background: #fff;
  margin-top: 30px;
  transition: all .5s;

}
.list li:hover{
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
  transition: all .5s;
}
.list li a{
  display: flex;
  justify-content:space-between;
}
.list li a img{
  width: 400px;
  height: 226px;
  object-fit: cover;
}
.list li a div{
  width: 800px;
  padding:30px 60px;
}
.list li a div h2{
  /* font-weight:700; */
  color:#333333;
  font-size:18px;
  line-height: 24px;
  margin-bottom: 25px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list li a div p{
  font-weight:700;
  color:#999999;
  font-size:14px;
  line-height: 24px;
}
.list li a div b{
  color:#fa5741;
  font-size:18px;
  line-height: 24px;
  margin-top: 21px;
  display: block;
}
.ui-pagination-container{
  height: 36px;
  line-height: 36px;
}
.ui-pagination-container .ui-pagination-page-item {
	color:#555555;
  font-size:14px;
	padding: 9px 13px;
	background: rgba(204, 204, 204, 0.3);;
	/* border: 1px solid #D3D5D8; */
  border-radius: 4px;
	margin: 0 5px;
	text-decoration: none;
  
}

.ui-pagination-container .ui-pagination-page-item:hover {
	/* border-color: #2aa4f1; */
	color: #2aa4f1;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
	background: #2aa4f1;
	/* border-color: #2aa4f1; */
	color: #fff;
	cursor: default;
}
.paginationBox{
  display: block;
}
.page {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.tickteList{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.tickteList-left{
  width: 176px;
}
.tickteList-left a{
  display: block;
  height: 128px;
  background-color: #eeeeee;;
  text-align: center;
  padding: 16px 0 0px 0;
  margin-bottom: 20px;
}

.tickteList-left a p{
  color:#999999;
  font-size:18px;
}
.tickteList-left a img{
  width: 50px;
  height: 50px;
  margin-top: 21px;
}
.tickteList-left a img.imgHide{
  display: none;
}
.tickteList-left a.act{
  background-color:#ffffff;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}
.tickteList-left a.act p{
  color:#333333;
}
.tickteList-left a.act img.imgHide{
  display: inline-block;
}
.tickteList-left a.act img.imgShow{
  display: none;
}
.tickteList-list{
  width: 994px;
}
.tickteList-list li{
  background: #fff;
  margin-top: 30px;
  transition: all .5s;

}
.tickteList-list li:first-child{
  margin-top: 0;
}
.tickteList-list li:hover{
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
  transition: all .5s;
}
.tickteList-list li a{
  display: flex;
  justify-content:space-between;
}
.tickteList-list li a img{
  width: 400px;
  height: 226px;
  object-fit: cover;
}
.tickteList-list li a div{
  width: 590px;
  padding:29px 60px;
}
.tickteList-list li a div h2{
  /* font-weight:700; */
  color:#333333;
  font-size:18px;
  line-height: 27px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tickteList-list li a div p{
  font-weight:700;
  color:#999999;
  font-size:14px;
  line-height: 24px;
}
.tickteList-list li a div b{
  color:#fa5741;
  font-size:18px;
  line-height: 24px;
  margin-top: 79px;
  display: block;
}

.cultureList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
.cultureList li{
  background-color:#ffffff;
  border-radius:10px;
  width: 585px;
  margin-top: 30px;
  transition: all .5s;
}
.cultureList li:hover{
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
  transition: all .5s;
}
.cultureList li .cultureList-img{
  position: relative;
}
.cultureList li img{
  width:100%;
  height:329px;
  border-radius:10px 10px 0px 0px;
  object-fit: cover;
}
.cultureList li img.videoPlay{
  /* opacity:68%; */
  width:80px;
  height:80px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom:0;
  margin:auto;
}
.cultureList-con{
  padding:25px;
}
.cultureList-con h2{
  font-weight:700;
  color:#333333;
  font-size:18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cultureList-con p{
  color:#999999;
  font-size:16px;
  line-height:26px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.visa{
  background-color: #fff;
  padding: 40px 50px;
  margin-top: 30px;
  border-radius: 10px;
  margin-bottom: 100px;
  position: relative
}
.visa-title{
  color:#666666;
  font-size:28px;
  line-height:28px;
  text-align:center;
}
.visa-dec{
  color:#666666;
  font-size:16px;
  line-height:28px;
  text-align:center;
  margin-top: 10px;
}
.vist-list>div{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.vist-list>div>div{
  width:204px;
  height:100px;
  background-color:#f4f4f4;
  border-radius:6px;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  color:#999999;
  font-size:16px;
  line-height: 24px;
}
.vist-list>div>div.act{
  color:#51a9ff;
  background-color:#f2f8fe;
}
.vist-item li{
  display: flex;
  padding:45px 38px;
  font-size:16px;
  border-bottom: 1px solid #e1e1e1;
}
.vist-item li .item1{
  width:145px;
  background-color:#51a9ff;
  border-radius:23px;
  line-height: 40px;
  text-align: center;
  color:#ffffff;
  height: 40px;
}
.vist-item li .item2{
  width: 300px;
  line-height: 40px;
  text-align: center;
  color:#333333;
}
.vist-item li .item3{
  width: 600px;
  /* line-height: 40px; */
  text-align: left;
  color:#333333;
  display:flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
}
.visa-warn{
  color:#ff3636;
  font-size:16px;
  line-height: 26px;
  margin-top: 30px;
}
.stamp3{
  position: absolute;
  bottom: -58px;
  left: -137px;
  z-index: -1
}
.stamp1{
  position: absolute;
  bottom: 80px;
  right: -230px;
}
.stamp2{
  position: absolute;
  bottom: -80px;
  right: -220px;
  z-index: 1;
}
.customize{
  background: url(http://www.lyzxg.cn/xuanze-index_files/srdzbg.png) no-repeat center top 10px;
  background-size: 1643px auto;
  margin-top: 70px;
  height: 1830px;
}
.customize-img{
  text-align: center;
}
.customize-item{
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: auto;
  margin-top: 70px;

}
.customize-img2{
  margin-top: 70px;
}
.customize-img3{
  margin-top: 90px;
}
.customize-form{
  background: url(http://www.lyzxg.cn/xuanze-index_files/srdzdbbg.png) no-repeat center;
  background-size: 1920px 810px;
  height: 850px;
  margin-bottom: -150px;
}
.formDate{
  width:680px;
  background-color:#8fa1af;
  box-shadow:0px 6px 10px rgba(0, 0, 0, 0.32);
  margin: auto;
  margin-top: -210px;
  padding:30px;
}
.formDate h3{
  font-weight:700;
  color:#ffffff;
  font-size:26px;
  line-height:28px;
  text-align:center;
}
.formDate-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.formDate-list>input,.formDate-list textarea{
  border-bottom: 1px solid #fff;
  background: none;
  line-height: 70px;
  width: 280px;
  color: #fff;
  font-size:16px;
}
.formDate-list select{
  width: 280px;
  line-height: 70px;
  height: 70px;
  font-size:16px;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: none;
  outline: none;
}
.formDate-raido{
  width: 280px;
  color: #fff;
  line-height: 70px;
  border-bottom: 1px solid #fff;
  font-size:16px;

}
.formDate-checkbox{
  width: 100%;
}
.formDate-raido label{
  margin-right: 15px;
}
.formDate-raido input{
  margin-right: 5px;
  vertical-align: middle;
}
.formDate-list input::-webkit-input-placeholder,
.formDate-list textarea::-webkit-input-placeholder{
  color: #fff;
  font-size:16px;
}
.formDate-list .formDate-list-item100{
  width: 100%;
}
.formDate-tel{
  color:#ffffff;
  font-size:16px;
  margin-top: 20px;
}
.formDate-sub{
  width:165px;
  line-height:53px;
  background-color:#626a72;
  border-radius:6px;
  color:#ffffff;
  font-size:16px;
  text-align: center;
  margin: auto;
  margin-top: 60px;
  display: block;
  cursor: pointer;
}
.business{
  margin-top: 50px;
}
.business-hezou{
  text-align: center;
  color:#666666;
  font-size:20px;
  line-height:22px;
}
.business-sj{
  color:#666666;
  font-size:28px;
  line-height:28px;
  margin-top: 10px;
  text-align: center;

}
.business-line{
  border-top: 3px solid #5a8dbf;
  width: 96px;
  margin: auto;
  margin-top: 28px;
}
.business-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 44px;;
}
.business-list li {
  width:380px;
  height:456px;
  background-color:#cccccc;
  border-radius:10px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
  cursor: pointer;
}
.business-list li:nth-child(3n+0){
  margin-right: 0;
}
.business-list li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;

}
.business-list li .videoPlay{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 80px;
  height: 80px;
}
.business-list li .item{
  width: 100%;
  height:219px;
  background-image:linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.47) 100%);
  border-radius:0px 0px 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding:0 50px;
}
.business-list li .item h4{
  font-family:Arial;
  font-weight:700;
  color:#ffffff;
  font-size:24px;
  text-align:center;
  margin-top: 100px;
  line-height: 30px;
}
.business-list li .item p{
  color:#ffffff;
  font-size:16px;
  text-align:center;
  margin-top: 15px;
}
.business-list li:hover .business-img{
  transition: all 1s;
  transform: scale(1.1);
}
.diLogBox{
  background-color:rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.diLog{
  width:1000px;
  max-height: 80%;
  /* max-height:600px; */
  background-color:#333333;
  border-radius:10px;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.diLog-close{
  position: absolute;
  right: 0;
  top: -42px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.diLog-img{
  width:400px;
  height:100%;
  /* background-color:#ffffff; */
  border-radius:10px;
  display: flex;
  align-items: center;
}
.diLog-img img{
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius:10px;

}
.diLog-img video{
  width: 100%;
  max-height: 100%;
}
.diLog-con {
  width: 490px;
  /* border: 1px solid #f00; */
  overflow: auto;
  padding-right: 20px;
}
.diLog-con::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/*正常情况下滑块的样式*/
.diLog-con::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.05);
border-radius: 10px;
-webkit-box-shadow: inset1px1px0rgba(0,0,0,.1);
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.diLog-con:hover::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.2);
border-radius: 10px;
-webkit-box-shadow: inset1px1px0rgba(0,0,0,.1);
}
/*鼠标悬浮在滑块上时滑块的样式*/
.diLog-con::-webkit-scrollbar-thumb:hover {
background-color: rgba(0,0,0,.4);
-webkit-box-shadow: inset1px1px0rgba(0,0,0,.1);
}
/*正常时候的主干部分*/
.diLog-con::-webkit-scrollbar-track {
border-radius: 10px;
-webkit-box-shadow: inset006pxrgba(0,0,0,0);
background-color: white;
}
/*鼠标悬浮在滚动条上的主干部分*/
.diLog-con::-webkit-scrollbar-track:hover {
-webkit-box-shadow: inset006pxrgba(0,0,0,.4);
background-color: rgba(0,0,0,.01);
}
.diLog-title{
  color:#ffffff;
  font-size:22px;
  line-height: 28px;
}
.diLog-dec{
  color:#cccccc;
  font-size:14px;
  line-height: 24px;
  margin-top: 5px;
}
.diLog-con .content{
  color:#cccccc;
  font-size:16px;
  line-height: 26px;
  margin-top: 35px;
}
.diLog-con .content p{
  font-size:16px;
  line-height: 26px;
  margin-top: 15px;
  color:#cccccc !important;

}
.ticketContent-top{
  background: #fff;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ticketContent-top img{
  width:548px;
  height:308px;
  border-radius:20px;
}
.ticketContent-top div{
  width: 546px;
  position: relative;
}
.ticketContent-top div h2{
  /* font-weight:700; */
  color:#333333;
  font-size:20px;
  line-height: 35px;
}
.ticketContent-top div p{
  color:#999999;
  font-size:16px;
  margin-top: 30px;
}
.ticketContent-top div span{
  /* font-weight:700; */
  color:#fa5741;
  font-size:30px;
  position: unset;
  left: 0;
  bottom:95px;
  display: block;
  margin-top: 20px;
}
.ticketContent-top div a{
  display: block;
  width:180px;
  height:44px;
  background:#8fa1af;
  border-radius:4px;
  line-height: 44px;
  text-align: center;
  color:#ffffff;
  font-size:16px;
  position: unset;
  left: 0;
  bottom: 0px;
  cursor: pointer;
  margin-left: 0 !important;
}
.ticketContent{
  padding: 35px;
  margin-top: 35px;
  background-color: #fff;
  color:#333333;
  font-size:16px;
  line-height:26px;
  margin-bottom: 50px;
}
.ticketContent video,.cultureCon-con video{
  width: auto;
  margin: auto;
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
}
.ticketContent img{
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
  width: 600px;
}
.ticketContent-img-dec{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.about{
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.about-left{
  width: 660px;
}
.about-left h3{
  font-weight:700;
  color:#333333;
  font-size:20px;
  border-left: 4px solid #333;
  line-height: 22px;
  padding-left: 10px;
}
.about-left h4{
  color:#333333;
  font-size:40px;
  margin-top: 40px;
  line-height: 51px;
}
.about-left p{
  color:#333333;
  font-size:16px;
  line-height:30px;
  margin-top: 40px;
}
.about-left a{
  width:180px;
  line-height:40px;
  border:1px solid #666666;
  display: block;
  text-align: center;
  color:#333333;
  font-size:14px;
  margin:200px 0 0 35px;
}
.about img{
  width:454px;
  height:572px;
}
.review{
  margin-top: 80px;
  margin-bottom: 90px;
}
.review h3{
  text-align: right;
}
.review-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.review-list div{
  width: 277px;
}
.review-list-left p{
  color:#999999;
  font-size:16px;
  line-height:30px;
}
.review-list-left a{
  font-weight:700;
  color:#333333;
  font-size:16px;
  line-height:30px;
  margin-top: 258px;
  display: block;
}
.review-list-item{
  width: 277px;
  display: block;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.05);
  margin-left: 30px;
}

.review-list-item .item-top{
  width: 100%;
  height: 277px;
  position: relative;
}
.review-list-item .item-top img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-list-item .item-top .videoPlay{
  width: 80px;
  height: 80px;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.review-list-item .item-bottom{
  padding: 18px 18px 23px 18px;
}
.review-list-item .item-bottom p{
  color:#333333;
  font-size:16px;
  line-height:26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
}
.review-list-item .item-bottom span{
  color:#333333;
  font-size:16px;
  line-height:26px;
  margin-top: 25px;
  display: block;
}
.review-main{
  /* margin-top: 30px; */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.review-main .review-list-item{
  width: 277px;
  margin-right: 30px;
  margin-top: 30px;
  margin-left: 0;
}
.review-main .review-list-item:nth-child(4n+0){
  margin-right: 0;
}
.cultureCon{
  background-color: #fff;
  margin-top: 30px;
  padding:35px;
  margin-bottom: 30px;
}
.cultureCon-tit{
  color:#333333;
  font-size:24px;
  line-height: 30px;
  text-align: center;
}
.cultureCon-line{
  color:#333333;
  font-size:16px;
  line-height:26px;
  text-align:center;
  margin-top: 20px;
  
}
.cultureCon-line span{
  margin: 0 10px;
}
.cultureCon-con{
  color:#333333;
  font-size:16px;
  line-height:26px;
  margin-top: 40px;
}
.cultureCon-con p{
  margin-bottom: 30px;
  color:#333333;
  font-size:16px;
  line-height:26px;
  text-indent: 2em;
}
.cultureCon-con img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  width: 600px;

}
.list-lunbo{
  background: url(http://www.lyzxg.cn/xuanze-index_files/listBg.png) no-repeat bottom;
  background-size: 1680px auto;
  /* height: 400px; */
  max-width: 1920px;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 75px;
  position: relative;
}
.mySwiper4 .swiper-slide {
  width: 1200px;
  opacity: 0.4;
  position: relative;
}
.mySwiper4  .swiper-slide-active{
  opacity: 1;
}
.list-lunbo a{
  display: flex;
  justify-content: space-between;
}
.list-lunbo .list-lunbo-left{
  width: 380px;
}
.list-lunbo .list-lunbo-left h4{
  font-weight:700;
  color:#333333;
  font-size:30px;
  line-height:43px;
  margin-top: 67px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list-lunbo .list-lunbo-left p{
  color:#333333;
  font-size:16px;
  line-height:30px;
  margin-top: 88px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.list-lunbo .list-lunbo-right{
  width:789px;
  height:444px;
  border-radius:10px;
  object-fit: cover;
}
.list-lunbo .list-lunbo-hide{
  width:789px;
  height:444px;
  border-radius:10px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.list-lunbo .swiper-slide-active .list-lunbo-hide,.list-lunbo .swiper-slide-prev .list-lunbo-hide{
  display: none;
}
.list-lunbo-click{
  width: 150px;
  /* border: 1px solid #f00; */
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -640px;
}
.list-lunbo-click .swiper-button-next:after,.list-lunbo-click .swiper-button-prev:after{
  content: "";
}
.list-lunbo-click .swiper-button-next{
  background: url(http://www.lyzxg.cn/xuanze-index_files/listRight.png) no-repeat center;
  width: 38px;
  height: 20px;
  background-size: cover;
  right: 0;
  top: 0;
  margin-top: 0;

}
.list-lunbo-click .swiper-button-prev{
  background: url(http://www.lyzxg.cn/xuanze-index_files/listLeft.png) no-repeat center;
  width: 38px;
  height: 20px;
  background-size: cover;
  left: 0;
  top: 0;
  margin-top: 0;
}
.list-lunbo-click .swiper-pagination-fraction{
  width: auto;
  text-align: center;
  color:#333333;
  font-size:16px;
}
.list-lunbo-click .swiper-pagination-fraction .swiper-pagination-current{
  color:#999999;
  font-size:22px;
}
.contact{
  position: fixed;
  right: 10px;
  top: 300px;
}
.contact-form{
  position: fixed;
  background:rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}
.contact-form .formDate{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  max-height: 90%;
  overflow: auto;
}
.contact-form .formDate .formDate-close{
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
#lxwm{
  width: 226px;
  height: 46px;
  background: url(http://www.lyzxg.cn/xuanze-index_files/lxwman.png) no-repeat center;
  margin: auto;
  margin-top: 65px;
  cursor: pointer;
}
.source{
  padding: 35px;
  background: #fff;
  margin-top: 30px;
}
.source h1{
  color:#333333;
  font-size:30px;
  line-height: 38px;
  text-align:center;
}
.source h3{
  margin-top: 45px;
  line-height:16px;
  font-weight:700;
  color:#333333;
  font-size:16px;
  border-left: 3px solid #004c97;
  padding-left: 10px;
}
.source-item{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.source-item div{
  margin-top: 25px;
  width: 50%;
  color:#333333;
  font-size:14px;
  line-height: 22px;
}
.wapHeader,.wapMenu,.wapBanner,.wapMain,.wapFooter,.wapBott,.list li .list-wap, .wapCustomize,.formDate-close,.review-wap{
  display: none;
}
@media (max-width: 768px){
  .w{
    width: 100%;
  }
  .header,.banner,.main,.bott,.footer,.index-item,.breadcrumb,.paginationBox,.list-lunbo1,.customize,.review-pc{
    display: none;
  }
  .wapHeader{
    padding: .2rem .32rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wepLogo{
    height: .62rem;
    display: none
  }
  .wepLogo img{
    height: 0.62rem;
    width: auto;
  }
  .wapLogo-list{
    display: block;
  }
  .index-header .wepLogo{
    display: block;
  }  
  .index-header .wapLogo-list{
    display: none;
  }
  .wapLogo-list img{
    height: 0.62rem;
    width: auto;
  }
  .wapLogo-list span{
    color:#333333;
    font-size:.3rem;
    line-height: 0.62rem;
    
  }
  .wapLogo-list .one{
    margin-left: .1rem;
  }
  .wapLogo-list .one:after{
    content: "";
    width: .02rem;
    height: .2rem;
    background: #707070;
    display: inline-block;
    margin-left: 0.2rem;
    margin-right: 0.1rem;
  }
  .wapHeader-right{
    width: 1.44rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wapHeader-menu{
    width: .38rem;
  }
  .wapHeader-menu img{
    max-width: 100%;
  }
  .wapHeader-cn{
    position: relative;
    width: 0.74rem;
  }
  .wapHeader-cn span{
    color:#666666;
    font-size:.28rem;
    line-height:.28rem;
  }
  .wapHeader-cn span img{
    width: 0.42rem;
    height: 0.26rem;
  }
  .wapHeader-cn div{
    display: none;
    width: .4rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wapHeader-cn div a{
margin-top: 0.05rem;
    color: #666666;
    font-size: .28rem;
    line-height: .28rem;
    display: block;
    width:0.42rem
  }
  .wapHeader-cn-one{
  width:0.42rem;
  display: inline-block;}
  .wapMenu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    transition: all 0.5s;
    overflow: hidden;
    display: block;
  }
  .wapMenu-top{
    height: 1rem;
    line-height: 1rem;
    color:#333333;
    font-size:.36rem;
    text-align:center;
    position: relative;
  }
  .wapMenu-top span{
    position: absolute;
    right: .32rem;
    top: 0;
    font-size: .5rem;
    transform:rotate(45deg)
  }
  .wapMenu-nav{
    width: 6.86rem;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .wapMenu-nav li{
    width: 2.06rem;
    line-height: .7rem;
    margin-right: .34rem;
    margin-top: .32rem;
    text-align: center;
    background-color:#f5f5f5;
    border-radius:.12rem
  }
  .wapMenu-nav li a{
    color:#999999;
    font-size:.28rem
  }
  .wapMenu-nav li:nth-child(3n+0){
    margin-right: 0;
  }
  .wapMenu>p{

    width: 6.86rem;
    text-align: left;
    margin: auto;
    color:#333333;
    font-size:.32rem;
    line-height:.52rem;
    border-top: 2px solid #f5f5f5;
    padding-top: .4rem;

  }
  .wapBanner{
    display: block;
  }
  .wapBanner .swiper-slide img{
    height: 4.2rem;
    width: 100%;
    object-fit: cover;
  }
  .wapBanner .swiper{
    height: 4.5rem;
  }
  .wapBanner .swiper .swiper-wrapper{
    height: 4.2rem;
  }
  .swiper-pagination-bullet{
    width: .12rem;
    height: .12rem;
    background-color: #999999;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
  }
  .wapMain{
    /* margin-top: .64rem; */
    padding: 0 .32rem;
    display: block;
  }
  .wapMain a{
    width: 3.16rem;
    display: block;
    margin: auto;;
    margin-top: .6rem;
  }
  .wapMain p{
    color:#999999;
    font-size:.26rem;
    line-height:.4rem;
    text-align:center;
    width: 6rem;
    margin: auto;
    margin-top: .34rem;
  }
  .wapMain div{
    text-align: center;
    margin: auto;
    margin-top: .2rem;
  }
  .wapMain b{
    width:6.86rem;
    color:#333333;
    font-size:.3rem;
    line-height:.4rem;
    text-align:center;
    margin: auto;
    margin-top: .3rem;
    font-weight: normal;
    display: block;
  }
  .wapFooter{
    background: url(http://www.lyzxg.cn/xuanze-index_files/wapFooterBg.png) no-repeat center;
    height: 4.6rem;
    background-size: cover;
    margin-top: .4rem;
    padding-top: 3.38rem;
    display: block;

  }
  .wapFooter a{
    display: block;
    width:1.76rem;
    height:.52rem;
    border-radius:.26rem;
    /* border: 1px solid #f00; */
    margin: auto;
  }
  .wapBott{
    line-height:.8rem;
    text-align: center;
    color:#333333;
    font-size:.24rem;
    display: block;
    background-color: #fff;
  }
  .listBanner img{
    height: 4.2rem;
    object-fit: cover;
  }
  .list{
    padding:0 .32rem;
  }
  .list li{
    margin-top: .3rem;
    padding:.24rem .3rem
  }
  .list li a img{
    width:2.48rem;
    height:1.4rem;
    border-radius:.12rem;
  }
  .list li a div{
    width: 3.48rem;
    padding: 0;
  }
  .list li a div h2{
    font-size: .32rem;
    line-height: .4rem;
    font-weight: normal;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .list li .list-pc div p,.list li .list-pc div b{
    display: none;
  }
  .list li .list-wap{
    display: block;
  }
  .list li .list-wap div{
    width: 100%;
  }
  .list li a div p{
    color:#999999;
    font-size:.26rem;
    font-weight: normal;
    line-height: .28rem;
    margin-top: .2rem;
  }
  .list li a div b{
    font-size:.26rem;
    margin-top: .2rem;
  }
  .tickteList{
    display: block;
    padding:0 .32rem;
    margin-top: .2rem;
  }
  .tickteList-left{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top:  1px solid #e9e9e9;
    padding-top: .3rem;

  }
  .tickteList-left a{
    width: 2rem;
    line-height: .68rem;
    text-align: center;
    box-shadow: none;
    height: .68rem;
    padding: 0;
    margin-bottom: 0;
  }
  .tickteList-left a img{
    display: none !important;
  }
  .tickteList-left a p{
    font-size:.28rem;
  }
  .tickteList-left a.act{
    box-shadow: none;
  }
  .tickteList-list{
    width: 100%;
    /* margin-top: .3rem; */
  }
  .tickteList-list li{
    padding: .24rem .3rem;
    margin-top: .3rem !important;
  }
  .tickteList-list li a img{
    width:2.48rem;
    height:1.4rem;
    border-radius:.12rem;
    object-fit: cover;
  }
  .tickteList-list li a div{
    width: 3.48rem;
    padding: 0;
  }
  .tickteList-list li a div h2{
    font-size:.32rem;
    font-weight: normal;
    line-height: .4rem;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .tickteList-list li a div p{
    font-size:.26rem;
    font-weight: normal;
    line-height: .28rem;
  }
  .tickteList-list li a div b{
    font-size:.26rem;
    margin-top: .2rem;
    line-height: .28rem;

  }
  
  .list-lunbo{
    max-width: 100%;
    margin-top: .32rem;
    margin-bottom: .6rem;
    background: none;
  }
  .mySwiper4 .swiper-slide{
    width: 6rem;
  }
  .list-lunbo a{
    display: block;
    position: relative;
  }
  .list-lunbo .list-lunbo-right{
    width:6.46rem;
    height:3.62rem;
    border-radius:.2rem;
  }
  .list-lunbo .list-lunbo-left p{
    display: none;
  }
  .list-lunbo .list-lunbo-left{
    width: 100%;
    height:1.26rem;
    background-image:linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.58) 100%);
    border-radius:0px 0px .2rem .2rem;
    position: absolute;
    bottom:0;
    left: 0;
    display: none;
  }
  .list-lunbo .swiper-slide-active .list-lunbo-left{
    display: block;
  }
  .list-lunbo .list-lunbo-left h4{
    margin-top: 0;
    font-size:.32rem;
    line-height: .32rem;
    color: #fff;
    font-weight: normal;
    padding:.54rem  .3rem .3rem .3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list-lunbo .list-lunbo-hide{
    display: none;
  }
  .list-lunbo-click{
    position: static;
  }
  .list-lunbo-click .swiper-button-prev,.list-lunbo-click .swiper-button-next{
    display: none;
  }
  .list-lunbo-click .swiper-pagination{
    bottom: -0.4rem;
  }
  .cultureList{
    padding:.3rem 0.32rem 0.32rem .32rem;
    margin-top: 0;
    border-top:  1px solid #e9e9e9;


  }
  .cultureList li{
    margin-top: .2rem;
  }
  .cultureList li:first-child{
    /* border-top:  1px solid #e9e9e9; */
    margin-top: 0;
  }
  .cultureList li img{
    width:100%;
    height:3.86rem;
    border-radius:.2rem .2rem 0px 0px;
  }
  .cultureList li img.videoPlay{
    width: .8rem;
    height: .8rem;
  }
  .cultureList-con{
    padding: .2rem .3rem;
  }
  .cultureList-con h2{
    font-size:.32rem;
    font-weight: normal;
    line-height: .4rem;
  }
  .cultureList-con p{
    display: none;
  }
  .visa{
    width: 6.86rem;
    border-radius:.2rem;
    padding: .48rem .32rem .32rem .32rem;
    margin-top: .3rem;
  }
  .visa-title{
    font-size:.32rem;
    line-height:.46rem;
  }
  .visa-dec{
    font-size:.26rem;
    line-height:.26rem;
  }
  .vist-item li{
    padding: .46rem 0;
    align-items: center;
    font-size: .26rem;
  }
  .vist-item li .item1{
    width:2rem;
    line-height:.6rem;
    height:.6rem;
    border-radius:.46rem;
    font-size: .26rem;
  }
  .vist-item li .item2{
    width: 1.66rem;
  }
  .vist-item li .item3{
    width: 2.56rem;
    word-break: break-all;
  }
  .visa-warn{
    font-size: .26rem;
    line-height: .32rem;
    margin-top: .3rem;
  }
  .vist-list{
    margin-top: .7rem;
    width: 100%;
    overflow-x: auto;
  }
  .vist-list>div{
    width: 14rem;
    margin-top: 0;
  }
  .vist-list>div>div{
    width:2.66rem;
    height:.92rem;
    border-radius:.12rem;  
    font-size: .28rem;
    line-height: .32rem;
  }

  .wapCustomize{
    padding:.32rem;
    text-align: center;
    display: block;
  }
  .wapCustomize img{
    display: block;
    margin: auto;
  }
  .wapCustomize img:nth-child(1){
    width: 5.16rem;
  }
  .wapCustomize img:nth-child(2){
    width: 100%;
    margin-top: .74rem;
  }
  .wapCustomize img:nth-child(3){
    width: 5.54rem;
    margin-top: .74rem;
  }
  .wapCustomize img:nth-child(4){
    width: 6.16rem;
    margin-top: .74rem;
  }
  .wapCustomize img:nth-child(5){
    width: 100%;
    margin-top: .74rem;
  }
  .wapCustomize div{
    width:100%;
    line-height:.8rem;
    background-color:#ebeced;
    border-radius:.12rem;
    color:#333333;
    font-size:.32rem;
    text-align:center;
    margin-top: .4rem;
  }
  .customize-form{
    background:rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    display: none;

  }
  .formDate{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    width: 6.86rem;
    height:fit-content;
    padding:.6rem;

  }
  .formDate h3{
    font-size:.36rem;
    line-height:.56rem;
  }
  .formDate-list{
    margin-top: .7rem;
  }
  .formDate-list>input, .formDate-list textarea{
    width: 100%;
    line-height: 1.04rem;
    font-size: .28rem;
  }
  .formDate-raido{
    width: 100%;
    line-height: 1.04rem;
    font-size: .28rem;
  }
  .formDate-list select{
    width: 100%;
    line-height: 1.04rem;
    height: 1.04rem;
    font-size: .28rem;
  }
  .formDate-list input::-webkit-input-placeholder,
  .formDate-list textarea::-webkit-input-placeholder{
    color: #fff;
    font-size:.28rem;
  }
  .formDate-tel{
    font-size: .32rem;
    margin-top: .2rem;
  }
  .formDate-sub{
    width:5.62rem;
    line-height:.72rem;
    border-radius:.12rem;
    margin-top: .48rem;
    font-size: .32rem;
  }
  .formDate-close{
    width: .32rem;
    height: .32rem;
    position: absolute;
    top: -0.6rem;
    right: 0;
    display: block;
  }
  .business{
    padding: .32rem;
    margin-top: 0;
  }
  .business-hezou{
    font-size:.26rem;
    line-height:.44rem;
  }
  .business-sj{
    font-size:.32rem;
    line-height:.56rem;
    margin-top:0rem;
  }
  .business-line{
    width: 1.92rem;
    height: .06rem;
    margin-top: .26rem;
  }
  .business-list{
    margin-top: .16rem;
    justify-content:space-between
  }
  .business-list li{
    width:3.24rem;
    height:3.88rem;
    border-radius:.2rem;
    margin-top: .32rem;
    margin-right: 0;
  }
  .business-list li .item{
    height:1.86rem;
    background-image:linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.47) 100%);
    border-radius:0px 0px .2rem .2rem;
    padding:0 .3rem
  }
  .business-list li .videoPlay{
    width: 0.8rem;
    height: .8rem;
  }
  .business-list li .item h4{
    font-size:.32rem;
    line-height: .42rem;
    margin-top: .54rem;
  }
  .business-list li .item p{
    font-size:.2rem;
    line-height: .26rem;
    margin-top: .14rem;
  }
  .diLog{
    width: 100%;
    height: fit-content;
    max-height: 90%;
    left: unset;
    top: unset;
    padding:.32rem .32rem .5rem .32rem;
    border-radius: .2rem;
    display: block;
  }
  .diLog-img{
    width: 100%;
    height: 3.86rem;
    border-radius: .2rem;
    display: block;
  }
  .diLog-img img{
    height: 100%;
    border-radius: .2rem;

  }

  .diLog-con{
    width: 100%;
    max-height: 10rem;
    margin-top: .3rem;

  }
  .diLog-title{
    font-size:.44rem;
    line-height: .56rem;
  }
  .diLog-dec{
    font-size: .28rem;
    line-height: .36rem;
    margin-top: .1rem;
  }
  .diLog-con .content{
    font-size: .32rem;
    line-height: .44rem;
    margin-top: .7rem;
  }
  .diLog-con .content p{
    font-size: .32rem;
    line-height: .44rem;
    margin-top: .3rem;
  }
  .diLog-close{
    width: 0.32rem;
    height: 0.32rem;
    top: -0.64rem;
    right: .4rem;
  }
  .ticketContent-top{
    margin-top: 0;
    display: block;
    padding: .32rem;
  }
  .ticketContent-top img{
    width:6.86rem;
    height:3.86rem;
    border-radius:.4rem;
  }
  .ticketContent-top div{
    width: 100%;
  }
  .ticketContent-top div h2{
    font-size: .4rem;
    line-height: .5rem;
    margin-top: .3rem;
  }
  .ticketContent-top div p{
    font-size: .28rem;
    line-height: .36rem;
    margin-top: .4rem;
  }
  .ticketContent-top div span{
    font-size: .36rem;
    line-height: .46rem;
    margin-top: .34rem;
    position: unset;
    display: block;
  }
  #lxwm{
    width:6.86rem;
    height:.8rem;
    border-radius:.12rem;
    line-height: .8rem;
    color:#333333;
    font-size:.32rem;
    position: fixed;
    left: .32rem;
    bottom: .42rem;
    /* background:#ebeced; */
  }
  .ticketContent{
    padding: .32rem;
    margin-top: .3rem;
    font-size:.32rem;
    line-height:.52rem;
    margin-bottom: .3rem;
  }
  .about{
    display: block;
    padding: 0 .32rem;
    margin-top: .3rem;
  }
  .about-left{
    width: 100%;
  }
  .about-left h3{
    font-size: .4rem;
    line-height: .5rem;
    padding-left:.2rem;
  }
  .about-left h4{
    font-size: .48rem;
    line-height: .6rem;
    margin-top: .6rem;
    text-align: center;
  }
  .about-left p{
    font-size:.32rem;
    line-height:.6rem;
    margin-top: .4rem;
  }
  .about img{
    width: 100%;
    height: auto;
  }
  .review{
    margin-top: .9rem;
    padding: 0 .32rem;
    margin-bottom: .4rem;
  }
  .review-wap{
    display: block;
    font-size: .4rem;
    line-height: .5rem;
    padding-left:.2rem;
    border-left: 4px solid #333;
    text-align: left !important;
    font-weight: 700;
    
  }
  .review-list{
    margin-top: .4rem;
    display: block;
  }
  
  .review-list div{
    width: 100%;
  }
  .review-list-left p{
    color:#999999;
    font-size:.32rem;
    line-height:.6rem;
  }
  .review-list-left a{
    font-size:.32rem;
    line-height:.6rem;
    margin-top: .6rem;
  }
  .review-list-item{
    margin-top: .32rem;
    box-shadow:0px .06rem .12rem rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-left: 0;
  }
  .review-list-item .item-top{
    height: 6.86rem;
  }
  .review-list-item .item-top .videoPlay{
    width: 0.8rem;
    height: .8rem;
  }
  .review-list-item .item-bottom{
    padding: .32rem;
  }
  .review-list-item .item-bottom p{
    font-size:.32rem;
    line-height:.52rem;
    height: auto;
  }
  .review-list-item .item-bottom span{
    font-size:.32rem;
    line-height:.52rem;
    margin-top: .3rem;

  }
  .review-main{
    padding:0 .32rem;
  }
  .review-main .review-list-item{
    width: 100%;
    margin-right: 0;
  }
  .cultureCon{
    margin-top: 0;
    padding:.32rem;
    margin-bottom: .3rem;
  }
  .cultureCon-tit{
    font-size:.48rem;
    line-height: .6rem;
    text-align: left;
  }
  .cultureCon-line{
    font-size:.28rem;
    line-height:.44rem;
    margin-top: .4rem;
    text-align: left;
  }
  .cultureCon-line span{
    margin: 0 .2rem 0 0;
  }
  .cultureCon-con{
    font-size:.32rem;
    line-height:.52rem;
    margin-top: 0;
  }
  .cultureCon-con p{
    font-size:.32rem;
    line-height:.52rem;
    margin-top: .6rem;
    margin-bottom: 0;
  }
    .source-item div{
    width: 100%;
  }
}
