body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size:100%;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
fieldset,img {
	border:none;
}
input,button {
	vertical-align:middle;
}
caption,th {
	text-align:left;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#ac2439;
}
body {
  font:24px/1.5 Verdana;
	color:#333;
	margin:0 auto;
	text-align:left;
	-webkit-text-size-adjust:none;
	font-family: OpenSans, "siyuan";
	background:#f6f6f6;
	overflow-x:hidden;
}
/*Common Style*/
.hidden {
	display:none;
}
.clear:after {
	content:"";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	*zoom:1;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fs16 {
  font-size: 16px;
}
.fs20 {
  font-size: 20px;
}
.fs32 {
  font-family: 32px;
}

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

.clear {
  clear: both;
}

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

.logo img {
  vertical-align: middle;
}

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

.Spring-Edition {
  text-align: center;
  font-weight: bold;
  color: #333;
  padding-bottom: 24px;
}

.ticket-input {
  margin-top: 20px;
}
.ticket-input input {
  width: calc(100% - 30px);
  height: 60px;
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  -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;
  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 {
  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;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 35px;
  -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;
}
.pad50,
.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 {
  font-size: 36px;
  line-height: 40px;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
  color: #ac2439;
  position: relative;
}
.highlights-t p {
  white-space: nowrap;
  display: inline-block;
}
.highlights-t img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  width: calc((100% - 190px)/2);
}
.highlights-subt {
  font-size: 28px;
  color: #ac2439;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.highlights-subt p {
  display: inline-block;
  position: relative;
}
.highlights-subt p:before,
.highlights-subt p:after {
  content: "";
  display: block;
  width: 28px;
  height: 25px;
  background: url(../images/whyvst-ico-green.png) no-repeat;
  position: absolute;
  top: 10px;
}
.highlights-subt p:before {
  left: -35px;
}
.highlights-subt p:after {
  right: -35px;
}
.highlights-subt img {
  padding: 0 5px;
}

.intro-info {
  color: #666;
}
.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;
}


/*why visit*/
.why-box .item{
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.why-box .item .tit {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.why-box .item img {
  display: block;
  width: 100%;
}

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

.cate-li li {
  width: calc(100%/3 - 14px);
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.cate-li li:nth-of-type(3n) {
  margin-right: 0;
}

.cate-li-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
}
.cate-li-img img {
  width: 100%;
  display: block;
}
.cate-li-t {
  text-align: center;
}

.event-list li{
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}
.event-list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ac2439;
  vertical-align: middle;
  margin-right: 8px;
}

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

.Buyers-li li {
  width: 23%;
  margin: 0 1% 20px;
  float: left;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  height: 74px;
  font-size: 0;
  padding: 10px;
}
.Buyers-li li img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.tip {
  color: #999;
  text-align: right;
  font-size: 16px;
}

.lan-add {
  background: url(/images/btu11.jpg);
  width: calc(100% - 100px);
  /* height: 270px; */
  padding: 50px;
  color: #fff;
}
.lan-add-tit {
  line-height: 38px;
  margin: 20px 0 35px 0;
  float: left;
}
.lan-add-tit a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.lan-add-ewm {
  float: right;
}

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

.banner-box {
  position: relative;
}
.banner-box .bg {
  display: block;
  width: 100%;
}
.banner-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-con .p1 {
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 5px;
}
.banner-con .p2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.banner-con .btnbox {
  margin-top: 40px;
}

.banner-con .btnbox .btn {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #ac2439;
  color: #fff;
  font-size: 20px;
}
.banner-con .btnbox .btn.btn-white {
  background-color: #fff;
  color: #ac2439;
}
.banner-con .btnbox .btn:hover {
  background-color: #ac2439;
  color: #fff;
  opacity: 0.9;
}

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


.databox {
  background-color: #fbe6ea;
  padding: 15px 20px;
}
.databox .item {
  float: left;
  width: 33.33%;
  border-right: 1px solid #fbe6ea;
  text-align: center;
  box-sizing: border-box;
}
.databox .item:last-of-type {
  border-right: 0;
}
.databox .item span {
  color: #ac2439;
  font-weight: bold;
  font-size: 36px;
}

/* 底部悬浮按钮 */
.fixfoofter {
  position: fixed;
  bottom: 20px;
  padding: 10px 0;
  width: 740px;
  left: calc((100% - 740px)/2);
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
}
.fixfoofter .linkgroub {
  width: 96%;
  margin: auto;
}
.fixfoofter .linkgroub a {
  width: calc(100%/2 - 5px);
  display: block;
  float: left;
  background-color: #ac2439;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  transition: 0.6s;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
}
.fixfoofter .linkgroub a:hover {
  background: #fff;
  color: #ac2439;
}
.fixfoofter .linkgroub a:nth-of-type(1) {
  background-image: url(../images/click1.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  animation: bgani 3s linear infinite;
  transition: 0.6s;
  margin-right: 10px;
}
.fixfoofter .linkgroub a:nth-of-type(1):hover {
  background-image: url(../images/click2.png);
}
.fixfoofter .linkgroub a:nth-of-type(2) {
  background: linear-gradient(45deg, #242424, #353535);
  /* background: linear-gradient(45deg, #deb80c, #e7d372); */
  /* background: #deb80c; */
}
.fixfoofter .linkgroub a:nth-of-type(2):hover {
  background: #fff;
  color: #242424;
}

.event-item {
  width: 100%;
  display: flex;
  background-color: #fbe6ea;
  align-items: center;
}
.event-item:nth-child(2n){
  flex-direction: row-reverse;
  background-color: #fff5eb;
}
.event-item .imgbox {
  width: 50%;
}
.event-item .imgbox img {
  display: block;
  width: 100%;
}
.event-item .txtbox {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.event-item .p1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.event-item .info {
  /* color: #666; */
  font-size: 14px;
  line-height: 1.8;
}

.gt-block{
  position: absolute;
  height: 100vh;
  top: 50%;
  transform: translateY(-50%);
}

.gt-img{
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gt-img img{
  width: 100%;
}

@keyframes bgani {
  0% {
      background-position: 85% center
  }
  25% {
      background-position: 90% 150%;
  }
  100% {
      background-position: 85% center;
  }
}

/*手机版样式*/
@media screen and (max-width: 780px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
  }
  .fs20 {
    font-size: 12px;
  }
  .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: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .Spring-Edition {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .ticket-h1 {
    font-size: 22px;
  }
  .ticket-p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .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: calc(100%/2 - 10px);
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .cate-li li:nth-of-type(3n) {
    margin-right: 20px;
  }
  .cate-li li:nth-of-type(2n) {
    margin-right: 0px;
  }
  .cate-li-img {
    margin-bottom: 0;
  }
  .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;
    padding: 5px;
  }
  .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;
    
    margin-right: 0;
    padding: 2% 4% 0;
    width: 92%;
  }
  .cate-li-tit-info {
    margin-top: 4px;
  }
  .ticket-input input {
    height: 45px;
  }
  .ticket-sub {
    font-size: 16px;
    height: 47px;
    line-height: 47px;
  }
  .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;
  }
  .pad50,
  .wrap-con {
    padding: 30px 0;
  }
  .highlights-t {
    font-size: 20px;
    line-height: 1.5;
  }
  .highlights-t img {
    width: calc((100% - 110px)/2);
    padding: 0 5px;
  }
  .highlights-subt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .highlights-subt p:before,
  .highlights-subt p:after {
    width: 20px;
    background-size: 100%;
    top: 5px;
  }
  .highlights-subt p:before {
    left: -25px;
  }
  .highlights-subt p:after {
    right: -25px;
  }

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

  .links-a{
    font-size: 18px;
    width: 220px;
  }
  .links-info {
    font-size: 20px;
  }
  .links-info img{
    /*width: 40px;*/
  }
  .databox {
    padding: 10px 0;
  }
  .databox .item span {
    font-size: 20px;
  }
  .lan-add-tit,
  .lan-add-ewm {
    float: none;
  }
  .banner-con .txtbox {
    transform: scale(0.9);
  }
  .event-item {
    display: block;
    margin-bottom: 20px;
  }
  .event-item .imgbox {
    width: 100%;
  }
  .event-item .txtbox {
    width: 100%;
    padding: 20px 10px;
  }
  .event-item .p1 {
    font-size: 16px;
  }
  .event-item .info {
    font-size: 14px;
  }
  .event-box {
    margin: 0 auto;
    width: 92%;
  }
  
  .fixfoofter {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .fixfoofter .linkgroub a {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .banner-con .txtbox {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 460px) {
  .banner-con .txtbox {
    transform: scale(0.5);
  }
}

