@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	
}
html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 10px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper-tour{
	width:640px !important;
	margin:20px auto;
}
.wrapper-tour p{
	font-size:16px;
  color:#333;
  line-height: 28px;
  margin:12px auto;
}
.title{
  font-size:20px;
  font-weight: bold;
  color:#b38600;
  text-align: center;
  margin: 25px auto 10px auto;
}
.t1{
  font-size:19px !important;
  font-weight: bold;
  text-align: center;
  margin-top:40px !important;
  margin-bottom: 10px !important;
}
.t3{
  color:#0966a8;
  font-weight: bold;
}
img{width:100%;margin-bottom:-4px;}

.mySwiper{margin-bottom: 5px;}
.mySwiper2{margin-bottom: 10px;}
.swiper-button-next, .swiper-button-prev {
	color:#fff;
}

@media only screen and (max-width:640px){
	.wrapper-tour{
		width:100% !important;
	}
  .wrapper-tour p{
    font-size:15px;
    line-height: 26px;
    margin:12px 4%;
  }
  .title{
    font-size:18px;
    margin: 15px auto 10px auto;
  }
  .t1{
    font-size:17px !important;
    line-height: 24px !important;
    margin-top:30px !important;
    margin-bottom: 8px !important;
  }
}
	