#home-banner {
	background: #bebebe;
}

.swiper-container {
	width: 100%;
	margin: 0 auto;
}

.swiper-slide {
	position: relative;
}

.swiper-slide .content {
	width:50%;
	max-width: 460px;
	position: absolute;
  right: 60px;
	bottom: 90px;
	z-index: 20;
}
@media screen and (max-width: 768px) {
	.swiper-slide .content {
		display:none;
	}
}
.swiper-slide .content .txt {
	padding: 20px;
	background: rgba(255,255,255,0.85);
}

.swiper-slide .content .txt h3 {
	font-family: "BerlingskeSans Serif",Georgia,Times,serif;
	margin: 0;
	font-size: 2.3em;
	font-weight: normal;
}

.swiper-slide .content .txt p {
	margin: 5px 0 0;
	font-size: 1.2em;
}

.swiper-slide .content .link {
	border-radius: 25px;
	display: block;
	background: #008369;
	-webkit-transition: .2s background;
	-o-transition: .2s background;
	transition: .2s background;
	color: #fff;
	font-family: "BerlingskeSans Bd",Tahoma,helvetica,arial,sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 10px 30px 10px;
	float: right;
	margin-top: 15px;
	text-decoration: none;
}

.swiper-slide .content .link:hover {
	background: #006a55;
}

.img-fix {
	margin-top: -25%;
	overflow: hidden;
}

.img-inner {
	-webkit-transform: translateY(40%);
	    -ms-transform: translateY(40%);
	        transform: translateY(40%);
}

.swiper-container img {
	width: 100%;
	display: block;
}

.swiper-button-next,.swiper-button-prev {
	background: none;
	top: auto;
	bottom: 30px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 40px;
}

.swiper-button-next:before,.swiper-button-prev:before {
	font-family: "upsicons";
	position: absolute;
	display: block;
	height: 54px;
	width: 50px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 68px;
}

.swiper-button-prev:before {
	content: '\e628';
}
.swiper-button-next:before {
	content: '\e62a';
}

.bottom-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 10;
}

.ups-icon-videoplay {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}

.ups-icon-videoplay:before {
	font-family: "upsicons";
	content: "\e680";
	font-size: 28px;
	color: white;
}

.stop-status.ups-icon-videoplay:before {
	content: "\e681";
}

.swiper-pagination {
	position: relative;
	display: inline-block;
	height: 29px;
	vertical-align: middle;
}

#home-banner .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #fff;
	opacity: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 3px solid #fff;
	margin: 0 15px;
	vertical-align: middle;
}

#home-banner .swiper-pagination-bullet-active {
	background: #006a55;
}	
@media screen and (min-width:1200px){
  .swiper-slide .content{
    right: 150px;
  }
  .swiper-button-prev {
    left: 90px;
  }
  
  .swiper-button-next {
    right: 40px;
    right: 130px;
  }
}
@media (max-width: 767px){
	  .swiper-button-prev:before {
		  content: '\e627';
	  }
	  
	  .swiper-button-next:before {
		  content: '\e629';
	  }
	  .swiper-button-next,.swiper-button-prev {
		  bottom: 10px;
	  }
	  .swiper-button-next:before,.swiper-button-prev:before {
		  font-size: 32px;
	  }
	  .bottom-nav {
		  bottom: 10px;
	  }
	  #home-banner .swiper-pagination-bullet {
		  width: 12px;
	      height: 12px;
		  border-width: 2px;
		  margin:0 10px;
	  }
	  .ups-icon-videoplay {
		  margin-right: 10px;
	  }
}

h1,h2{
  margin-top: 40px;
  text-align: center;
}
h2.line{
  position: relative;
}
h2.line::before{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
  z-index: 1;
  top: 50%;
}
h2.line>span{
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.tour-linesbox .item-con{
  padding: 10px;
}
.tour-linesbox .item-con>a{
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  line-height: 1.3;
}
@media screen and (min-width:768px){
  .tour-linesbox .item{
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 400ms ease,-webkit-transform 400ms ease;
    transition: -webkit-box-shadow 400ms ease,-webkit-transform 400ms ease;
    -o-transition: box-shadow 400ms ease,transform 400ms ease;
    -webkit-transition: box-shadow 400ms ease,-webkit-transform 400ms ease;
    -webkit-transition: box-shadow 400ms ease,transform 400ms ease;
    transition: box-shadow 400ms ease,transform 400ms ease;
    -webkit-transition: box-shadow 400ms ease,-webkit-transform 400ms ease,-webkit-box-shadow 400ms ease,-webkit-transform 400ms ease;
    -webkit-transition: box-shadow 400ms ease,transform 400ms ease,-webkit-box-shadow 400ms ease,-webkit-transform 400ms ease;
    transition: box-shadow 400ms ease,transform 400ms ease,-webkit-box-shadow 400ms ease,-webkit-transform 400ms ease;
  }
  .tour-linesbox .item:hover{
    -webkit-box-shadow: 0 0 4rem -1rem rgba(0,0,0,0.4);
    box-shadow: 0 0 4rem -1rem rgba(0,0,0,0.4);
    -webkit-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@media screen and (max-width:768px){
  .tour-linesbox .item{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
  }
}


.panda-box {
  overflow: hidden;
}
.panda-box-l,
.panda-box-r {
  width: 50%;
  float: left;
}

.panda-box .imgbox {
  position: relative;
}
.panda-box .imgbox img {
  width: 100%;
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
}
.panda-box .imgbox .imgcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 90%;
  text-align: center;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  color: #fff;
  height: 30px;
  overflow: hidden;
}
.panda-box .imgbox:hover .imgcaption {
  height: auto;
}
.panda-box .imgbox dt {
  font-weight: 300;
  font-size: 22px;
}
.panda-box .imgbox dd{
  transition: opacity .8s ease;
  -webkit-transition: opacity .8s ease;
  -moz-transition: opacity .8s ease;
  -ms-transition: opacity .8s ease;
  -o-transition: opacity .8s ease;
  opacity: 0;
}
.panda-box .imgbox:hover img{
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}
.panda-box .imgbox:hover dd {
  opacity: 1;
}
.panda-box-l {
  padding-right: 10px;
}

.panda-box-l .imgbox {
  width: 100%;
}

.panda-box-r {
  padding-left: 10px;
}

.panda-box-r .imgbox {
  float: left;
  width: 50%;
}

.panda-box-r .imgbox:first-child {
  width: 100%;
  margin-bottom: 20px;
}

.panda-box-r .imgbox:nth-child(2) {
  padding-right: 10px;
}

.panda-box-r .imgbox:nth-child(2) .imgcaption {
  padding-right: 10px;
}

.panda-box-r .imgbox:nth-child(3) {
  padding-left: 10px;
}

.panda-box-r .imgbox:nth-child(3) .imgcaption {
  padding-left: 10px;
}
@media screen and (max-width:1199px){

  .panda-box-l, .panda-box-r{
    width: 100%;
    padding: 0;
  }
  .panda-box-l{
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px){
  .panda-box .imgcaption>dt{
    font-size: 16px;
    font-weight: 500;
  }
  .panda-box .imgcaption>dd{
    display: none;
  }
}

.our-service {
  margin-bottom: 30px;
  margin-top: 30px;
}

.our-service > li > div {
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}

.our-service > li:hover > div {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 5px 10px #ccc;
  box-shadow: 0 5px 10px #ccc;
}

@media screen and (max-width:768px){
  .our-service > li {
    margin-bottom: 12px;
  }
}


.panda-base-ul > li {
  margin-bottom: .5rem;
}

.panda-base-ul > li dl,
.panda-base-ul > li dd {
  margin-bottom: 0;
}

.panda-base-ul > li dt {
  font-weight: 500;
}

.further-plan dt {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.further-plan dd {
  position: relative;
  min-height: 32px;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-left: 40px;
}

.further-plan dd a {
  font-style: italic;
  color: #666;
}

.further-plan dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  content: '';
  background: url(../images/index_button_tourtag.png) no-repeat 0 -134px;
}

.further-plan dd:nth-of-type(2)::before {
  background-position-y: -166px;
}

.further-plan dd:nth-of-type(3)::before {
  background-position-y: -197px;
}

.further-plan dd:nth-of-type(4)::before {
  background-position-y: -229px;
}

.further-plan dd:nth-of-type(5)::before {
  background-position-y: -262px;
}

.further-plan dd:last-child {
  background-color: transparent;
}

.further-plan dd:last-child a {
  color: #00a680;
}

.further-plan dd:last-child::before {
  background: none;
}
/*# sourceMappingURL=landing.css.map */
