@charset "UTF-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) center top repeat-y;
	background-color: #ae1f23;
}
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;
}
.nav-link img {
	height: auto;
    width: 100%;
}
.nav_dec {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
}
.main_contain {
    background: url(../images/bg_top.jpg) center top no-repeat;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.top_banner {
	margin: 0px auto;
	text-align: center;
}
.title01 {
	display: block;
	margin: 80px auto 0 auto;
	width: 29%;
	max-width: 400px;
}
.title02 {
    display: block;
    position: absolute;
    top: 50%;
    left: 27.7%;
    margin: 0 auto;
    width: 12%;
    max-width: 168px;
}
.title03 {
    display: block;
    position: absolute;
    top: 70%;
    left: 38%;
    margin: 0 auto;
    width: 33%;
    max-width: 450px;
}
.top_content {
	position: relative;
    margin: 0px auto 30px auto;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.top_content span {
	font-size: 16px;
    font-weight: 400;
	display: block;
}
.carousel {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}
.carousel-inner {
    max-height: 750px;
	padding-bottom: 7vw;
}
.wrapper {
    position: relative;
    margin: 30px auto 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1100px;
}
.wrapper_bottom {
	position: relative;
    margin: 0 auto;
    width: 100%;
}
.kv_mask {
	width: 100%;
	max-width: 1400px;
	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: 30px;
    background-color: #fff;
    border: 4px solid #fff;
	border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 2px 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: 2px solid #D3A752;
    padding: 1px;
    overflow: hidden;
}
.tour_dis {
	position: absolute;
	top: 0;
	right: 0;
	width: 26%;
}
.card-body {
	padding: 0 0 150px 0;
}
.card-title {
	margin: 10px 10px 3px 10px;
    color: #7f5b24;
    font-size: 22px;
    font-weight: bolder;
    line-height: 22px;
}
.card-title span {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	white-space: nowrap;
}
.card-title b {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	white-space: nowrap;
	display: block;
}
.n13 .card-title, .n14 .card-title, .n15 .card-title {
	min-height: 68px;
}
.card-body h6 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.card-img-top {
    border-radius: 0;
}
.discount {
	position: absolute;
	top: 0;
    right: -1px;
    width: 40%;
    max-width: 130px;
}
.card-text {
	font-size: 14px;
    margin: 10px 0;
	color: #6b0d0e;
	line-height: 16px;
}
.hot_date {
	font-size: 12px;
	color: #ae1f23;
}
.one_price {
	position: relative;
    margin: 5px auto;
    padding: 5px 10px;
    width: calc(100% - 2px);
    background: #dd0000;
    color: #fff;
    font-size: 12px;
}
.sub_content {
    margin: 0 10px 0 10px;
	min-height: 210px;
}
.sub_content ul {
    padding-left: 20px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
	line-height: 16px;
	margin-bottom: 10px;
}
.p_price {
	position: absolute;
    width: calc(100% - 0px);
    left: 0px;
    right: 0px;
    border-radius: 0;
    bottom: 0px;
    overflow: hidden;
}
.o_price {
	text-align: center;
    color: #666;
    font-size: 12px;
}
.o_price span {
	font-size: 28px;
	text-decoration: line-through;
}
.L_price {
    position: relative;
    float: left;
    width: calc(45% - 1px);
    margin-left: 1px;
    font-size: 12px;
    color: #fff;
    background-color: #ae1f23;
    padding: 10px 5px 10px 10px;
    line-height: 14px;
    text-align: right;
}
.R_price {
    position: relative;
    float: left;
    width: calc(55% - 1px);
    font-size: 30px;
    color: #fff;
    background-color: #ae1f23;
    padding: 14px 5px;
    line-height: 20px;
}
.btn{
	background-color: #d3a759;
    color: #FFF;
}
.btn-block {
    position: relative;
    display: block;
    border-radius: 0;
    width: 100%;
    z-index: 999;
    font-size: 26px;
    font-weight: 400;
    margin: 1px 0px 0px 0px;
    padding: 2px;
	line-height: 30px;
}
.btn-block:hover {
	background-color: #aa833d;
	color: #FFF;
    display: block;
}
.btn-block span {
	font-size: 10px;
    line-height: 12px;
    opacity: 0.8;
}
.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 20px;
    width: 100%;
    max-width: 1100px;
    font-size: 12px;
    color: #999;
}
.tnc ul {
	margin-bottom: 0;
	padding-left: 25px;
}
.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;
}
.flashit{
	-webkit-animation: flash linear 0.01s infinite;
	animation: flash linear 0.01s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .9; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .9; } 
	100% { opacity: 1; }
}
@media (max-width: 1700px) {

	.carousel-inner {
		padding-bottom: 10vw;
	}
}
@media (max-width: 1200px) {
	.carousel-inner {
		padding-bottom: 12vw;
	}
	.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;
	}
	.n13 .card-title, .n14 .card-title, .n15 .card-title {
		min-height: 74px;
	}
	.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: 150%;
	}
	.main_contain {
		background-size: 150%;
	}
	.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: 16%;
	}
	.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%;
	}
	.title01 {
		display: block;
		margin: 60px auto 0 auto;
		width: 44%;
	}
	.title02 {
		left: 17%;
		width: 18%;
	}
	.title03 {
		top: 73%;
		left: 32.2%;
		width: 49%;
	}
	.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: 183px;
	}
	.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) {
	.carousel-inner {
		padding-bottom: 19%;
	}
	.main_contain {
		background-size: 175%;
	}
	.title01 {
		margin: 45px auto 0 auto;
		width: 56%;
	}
	.title02 {
		left: 8%;
		width: 23%;
	}
	.title03 {
		top: 80%;
		left: 27.5%;
		width: 61%;
	}
	.card {
		min-width: 48%;
	}
	.carousel-caption {
		top: 32%;
	}
	.sub_bar {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.nav {
		display: -webkit-inline-box;
	}
	.btn-block {
		bottom: 2.5%;
	}
	.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: 260px;
	}
	.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%;
	}
	.main_contain {
		background-size: 270%;
	}
	.top_banner {
		margin: 0% auto 0px auto;
		background-size: 220%;
	}
	.carousel-inner {
		padding-bottom: 26%;
	}
	.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;
	}
	.title01 {
		margin: 65px auto 0 auto;
		width: 75%;
	}
	.title02 {
		top: 66%;
		left: 6%;
		width: 24%;
	}
	.title03 {
		top: 80%;
		left: 22.5%;
		width: 77%;
	}
	.card {
		width: 98%;
		max-width: 98%;
	}
	.card-body {
		padding: 0 0 0 0;
	}
	.sub_content {
		min-height: 0;
	}
	.p_price {
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 10px auto 0 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;
	}
}