@charset "UTF-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) center top no-repeat;
	background-color: #fff;
	background-size: 135%;
}
img {
	height: auto;
	flex: none;
}
.top_bar {
	position: absolute;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	z-index: 9999;
}
.top_menu {
	position: relatives;	
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.navbar-brand {
	width: 15%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar-nav {
	display: none !important;
}
#nav-icon{
  width: 40px;
  height: 30px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #005ba6;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 24px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
.collapse.show {
    border-top: 1px dotted #ccc;
}
.sub_bar {
	position: relative;
	margin-bottom: 40px;
	height: 48px;
	background: url(../images/menu_bg.png) center center repeat-x;
}
.sub_menu {
	position: relative;
    margin: 0 auto;
    width: 100%;
	height: 100%;
    max-width: 1200px;
}
.sub_menu .nav-item {
	display: inline-block;
    opacity: 0.7;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.sub_menu a {
	color: #fff;
}

.nav_main {
	height: 100%;
    margin: 0;
	padding: 0;
	text-align: center; 
	list-style: none;
}
.nav-link {
    margin: 12px 20px;
    padding: 0;
    opacity: 0.7;
	width: auto;
    height: 38%;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.n01 {
	margin: 14px 30px;
    width: 10%;
}
.n01:hover {
	margin: 12px 22px;
    width: 12%;
    opacity: 1;
}
.n01.active {
	margin: 8px 30px;
    opacity: 1;
    width: 16%;
}
.n02 {
	margin: 14px 30px;
    width: 8%;
}
.n02:hover {
	margin: 12px 22px;
    width: 10%;
    opacity: 1;
}
.n02.active {
	margin: 9px 30px;
    opacity: 1;
    width: 13%;
}
.n03 {
	margin: 14px 30px;
    width: 6.4%;
}
.n03:hover {
	margin: 12px 22px;
    width: 8%;
    opacity: 1;
}
.n03.active {
	margin: 8px 30px;
    opacity: 1;
    width: 10.6%;
}
.n04 {
	margin: 6px 30px;
    width: 8%;
}
.n04:hover {
	margin: 5px 22px;
    width: 8%;
    opacity: 1;
}
.n04.active {
	margin: 0px 30px;
    opacity: 1;
    width: 10%;
}
.n05 {
	margin: 14px 30px;
    width: 6.4%;
}
.n05:hover {
	margin: 12px 22px;
    width: 8%;
    opacity: 1;
}
.n05.active {
	margin: 8px 30px;
    opacity: 1;
    width: 10.6%;
}
.n06 {
	margin: 14px 30px;
    width: 6.4%;
}
.n06:hover {
	margin: 12px 22px;
    width: 8%;
    opacity: 1;
}
.n06.active {
	margin: 8px 30px;
    opacity: 1;
    width: 10.6%;
}
.n07 {
	margin: 14px 30px;
    width: 6.3%;
}
.n07:hover {
	margin: 12px 22px;
    width: 8%;
    opacity: 1;
}
.n07.active {
	margin: 8px 30px;
    opacity: 1;
    width: 10.6%;
}
.nav-link img {
	height: auto;
    width: 100%;
}
.nav_dec {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
}
.top_banner {
	margin: 0% auto 0px auto;
}
.top_content {
	position: relative;
    margin: -20px auto 30px auto;
    color: #603913;
    width: 90%;
    max-width: 735px;
    text-align: center;
    font-size: 20px;
}
.top_content span {
	font-size: 24px;
    font-weight: 500;
    color: #dd0000;
}
.carousel-inner {
    max-height: 750px;
	padding-bottom: 6vw;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1200px;
}
.kv_mask {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.card-group, .card-deck {
	margin: 0 0 0px 0;
}
.carousel-caption {
	top: 28%;
}
.carousel-caption div:first-child {
	animation-delay: 0s;
	width: 80%;
    top: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    position: absolute;
}
.carousel-caption div:nth-child(2) {
	animation-delay: 0.1s;
	width: 30%;
    max-width: 350px;
    top: -2%;
    left: 1%;
    position: absolute;
    z-index: 6;
}
.carousel-caption div:nth-child(3) {
	animation-delay: 0.2s;
	animation-duration: 0.4s;
	max-width: 238px;
    width: 19%;
    position: absolute;
    top: 2%;
    right: 17%;
    z-index: 2;
}
.carousel-caption div:nth-child(4) {
	animation-delay: 0.3s;
	animation-duration: 0.4s;
	max-width: 380px;
    width: 31%;
    position: absolute;
    top: -19%;
    right: 27%;
    z-index: 2;
}
.carousel-caption div:nth-child(5) {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	max-width: 500px;
	width: 41%;
    position: absolute;
    top: -8%;
    right: 8%;
    z-index: 1;
}
.carousel-caption div:nth-child(6) {
	animation-delay: 0.5s;
	animation-duration: 0.4s;
	max-width: 153px;
    width: 12%;
    position: absolute;
    top: 61%;
    right: 14.5%;
    z-index: 7;
}
.carousel-caption button {
	animation-delay: 0.4s;
}
.card-deck {
	position: relative;
	width: 100%;
}
.card-deck .card {
	margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 30px;
    overflow: hidden;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
}
.card {
	width: 33.3%;
	min-width: 31.333%;
	max-width: 33.3%;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.card-entry {
	background: #fff !important; 
	border: 0 !important;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0) !important;
	-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0) !important;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0) !important;
}
.card_warp {
    position: relative;
    border: 5px solid #44240c;
    border-radius: 26px;
    overflow: hidden;
}
.tour_dis {
	position: absolute;
	top: 0;
	right: 0;
	width: 26%;
}
.card-body {
	padding: 10px 10px 0 10px;
}
.card-title {
	margin-bottom: 0px;
    color: #123180;
    font-size: 28px;
    font-weight: bolder;
    min-height: 75px;
    line-height: 32px;
}
.card-title b {
	display: block;
    font-size: 18px;
    line-height: 20px;
    color: #3c5eb7;
}
.card-title span {
	font-size: 18px;
	color: #666;
	line-height: 20px;
	white-space: nowrap;
}
.card-body h6 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.card-text {
	font-size: 14px;
    margin-bottom: 5px;
	color: #e67701;
	line-height: 16px;
}
.sub_content {
	min-height: 320px;
}
.sub_content ul {
    padding-left: 20px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
	line-height: 16px;
}
.p_price {
    position: absolute;
    width: 94%;
    left: 3%;
    right: 4%;
    border-radius: 12px;
    bottom: 12px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}
.p_price2{    
	position: relative;
    width: 99%;
    left: 0;
}
.L_price{
    position: relative;
    float: left;
    width: 40%;
    font-size: 12px;
    color: #999;
    background-color: #ffee00;
    padding: 11px 14px;
    min-height: 76px;
    line-height: 20px;
}
.L_price2{
	position: relative;
    float: left;
    width: 30%;
    font-size: 14px;
    color: #b5b5b5;
    background-color: #efecd1;
    padding: 11px 14px;
    min-height: 79px;
}
.L_price3{
	position: relative;
    float: left;
    width: 30%;
    font-size: 14px;
    color: #b5b5b5;
    background-color: #efecd1;
    padding: 11px 14px;
    min-height: 79px;
}
.R_price{
	position: relative;
    float: left;
    width: 60%;
    font-size: 12px;
    color: #fff;
    background-color: #ff7200;
    padding: 8px 11px;
    line-height: 20px;
    min-height: 76px;
}
.L_price span{
	font-size: 22px;
}
.L_price2 span{
	font-size: 21px;
}
.L_price3 span{
	font-size: 21px;
}
.R_price span{
	font-size:10px; white-space: nowrap;
}
.R_price b {
    font-size: 22px;
}
.btn{
	background-color: #c2020f;
	color: #FFF;
}
.btn-block {
	position: relative;
    display: block;
	border-radius: 0;
    width: 100%;
    z-index: 999;
    font-size: 20px;
    font-weight: 700;
}
.btn-block:hover {
	background-color: #ad010d;
	color: #FFF;
    display: block;
	margin: 0 auto;
}
.btn_pop {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 display: block;
	 width: 100%;
	 height: 100%;
}
.btn_close {
	 position: absolute;
	 top: 5px;
  	 right: 5px;
   		z-index: 1;
}
.btn_bottom {
	position: relative;
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    display: inline-table;
    text-align: center;
}
.btn_bottom div {
	display: inline-block;
    max-width: 300px;
    width: 30%;
    margin: 0 10px 10px 10px;
}
.tnc {
	position: relative;
	margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
    max-width: 1200px;
}
.tnc ul {
	margin-bottom: 0;
}
.tnc ul li {
	font-size: 12px;
	color: #999;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    /* color: #666; */
    border-top: 1px solid #ccc;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
}
@media (max-width: 1700px) {

	.carousel-inner {
		padding-bottom: 3vw;
	}
}
@media (max-width: 1200px) {
	.carousel-inner {
		padding-bottom: 0vw;
	}
	.top_banner {
		margin: 0% auto 0px auto;
		background-size: 128%;
	}
	.card-body h6 {
		font-size: 20px;
	}
	.card-title {
		font-size: 22px;
		min-height: 65px;
		line-height: 26px;
	}
	.card-title b {
		font-size: 16px;
		line-height: 20px;
	}
	.card-title span {
		font-size: 16px;
		line-height: 18px;
	}
	.sub_content {
		min-height: 320px;
	}
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
}
@media (max-width: 968px) {
	body {
		background-size: 160%;
	}
	.top_bar {
		position: absolute;
	}
	.top_banner {
		margin: 0% auto 0px auto;
		background-size: 128%;
	}
	.sub_bar {
		overflow-x: scroll;
	}
	.sub_menu {
		min-width: 1000px;
	}
	.carousel-inner {
		padding-bottom: 5%;
	}
	.carousel-caption div:first-child {
		width: 100%;
		top: 4%;
		left: 0;
		right: 0;
	}
	.carousel-caption div:nth-child(2) {
		width: 38%;
		top: -18%;
		left: -12%;
	}
	.carousel-caption div:nth-child(3) {
		width: 24%;
		top: -11%;
		right: 9%;
	}
	.carousel-caption div:nth-child(4) {
		width: 37%;
		top: -36%;
		right: 23%;
	}
	.carousel-caption div:nth-child(5) {
		width: 53%;
		top: -22%;
		right: -1%;
	}
	.carousel-caption div:nth-child(6) {
		width: 17%;
		top: 56%;
		right: 3%;
	}
	.card {
		width: 45.3%;
		min-width: 45%;
		max-width: 50%;
	}
	.card-title {
		font-size: 22px;
		min-height: 55px;
		line-height: 26px;
	}
	.sub_content {
		min-height: 305px;
	}
	.L_price {
		font-size: 13px;
	}
	.L_price span {
		font-size: 18px;
	}
	.R_price {
		font-size: 13px;
	}
	.R_price span {
		font-size: 9px;
		white-space: nowrap;
	}
}
@media (max-width: 768px) {
	.card {
		min-width: 48%;
	}
	.carousel-caption {
		top: 32%;
	}
	.sub_bar {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.nav {
		display: -webkit-inline-box;
	}
	.p_price {
   		bottom: 9px;
	}
	.btn-block {
		bottom: 2.5%;
	}

	.birthday {
		display: none
	}
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
	}
	.sub_content {
		min-height: 370px;
	}
	.L_price {
		font-size: 12px;
		min-height: 96px;
	}
	.R_price {
		font-size: 12px;
		min-height: 96px;
	}
}
@media (max-width: 576px) {
	body {
		width: 100vw;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0 0 40px 0;
		background-size: 250%;
	}
	.top_banner {
		margin: 0% auto 0px auto;
		background-size: 220%;
	}
	.carousel-item {
		width: 136%;
		margin: 2px 0% 0 -11%;
	}
	.carousel-caption {
		top: 35%;
		left: 25%; 
		right: 25%;
		width: 50%;
	}
	.carousel-caption div:nth-child(2) {
		width: 38%;
		top: -19%;
		left: 0%;
		z-index: 2;
	}
	.card {
		width: 98%;
		max-width: 98%;
	}

	.sub_content {
		min-height: 0;
	}
	.p_price {
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 10px auto;
	}
	.sub_bar {
		position: fixed;
		z-index: 99;
		bottom: 0;
		margin-bottom: 0;
		width: 100%;
	}
	.birthday {
		display: none
	}
	.L_price {
		min-height: 78px;
	}
	.R_price {
		min-height: 78px;
	}
}