/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:12px;font-family:' '; color:#333;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{
	box-sizing: border-box;
}
input,textarea,select{
	outline: none;
}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 1000px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
	margin: 0 auto;
}

/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}



/* top */
.topbox{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}
.topbox .top{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topbox .top .logo{
	max-width: 180px;
}
.topbox .top .logo img{
	max-width: 100%;
	width: auto;
}
.topbox .top .name{
	margin-left: 10px;
}
.topbox .top .name span{
	padding: 0 20px;
	border-left: 1px solid #999;
	font-size: 17px;
	color: #666;
}
.searchbox{
    width: 375px;
    margin-left: 38px;
}
.search{
	width: 100%;
	margin-bottom: 10px;
}
.search_input{
	border: 1px solid #f16161;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 8px 0;
    width: 300px;
	background: #F4F4F4 none repeat scroll 0 0;
	padding-left: 3px;
}
.search_btn{
	background: #f16161;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 70px;
    border: medium none white;
	position: relative;
    left: -4px;
}
.searchbox a{
	display: block;
	color: #f16161;
    font-size: 12px;
    letter-spacing: 4px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-left: -25px;
}
.ewmbox{
	display: flex;
	padding-left: 20px;
}
.ewmbox .text{
	padding-top: 40px;
	padding-right: 10px;
	text-align: right;
}
.ewmbox .imgbox{
	text-align: center;
}
.ewmbox .imgbox p{
	font-size: 14px;
}
.ewmbox .imgbox img{
	max-width: 100%;
	width: auto;
}


.menubox{
	width: 100%;
	margin: 0 auto;
}
.menubox .menu{
	width: 100%;
	margin: 0 auto;
}
.menubox .menu ul{
	display: flex;
	flex-wrap: wrap;
}
.menubox .menu ul li{
	margin-right: 15px;
	margin-bottom: 15px;
}
.menubox .menu ul li a{
	padding: 5px 10px;
	font-size: 16px;
	color: #f16161;
	border: 1px solid transparent;
}
.menubox .menu ul li.curr a{
	background: #f16161;
    border: 1px solid #f16161;
    border-radius: 5px;
    color: #ffffff !important;
}



/* footer */
.footerbox{
	width: 100%;
	margin: 0 auto;
}
.footerbox .footer{
	width: 100%;
	margin: 0 auto;
}
.f_menu{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.f_menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.f_menu ul li{
	padding: 0 10px;
	border-right: 1px solid #383838;
}
.f_menu ul li:last-child{
	border-right: 0;
}
.f_menu ul li a{
	font-size: 14px;
	color: #383838;
}

.f_message{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.f_message p{
	font-size: 14px;
	color: #666;
}
.f_message p a{
	color: #383838;
}
.f_message p a:hover{
	color: #c00;
}



.out_top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
.out_top img{
	max-width: 100%;
	width: auto;
}


/* index1 */
.index1box{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.index1box .index1{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index1_left{
	width: 25%;
	padding-top: 25px;
}
.index1_left .item{
	width: 100%;
	margin-bottom: 10px;
}
.index1_left .item h3{
	font-size: 12px;
	color: #666;
	margin-bottom: 2px;
}
.index1_left .item ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.index1_left .item ul li{
	border: 1px solid #dedede;
    border-radius: 5px;
    display: block;
    padding: 1.5px 0;
    width: 88px;
   margin: 5px;
	position: relative;
	text-align: center;
}
.index1_left .item ul li.curr{
	color: rgb(255, 255, 255);
    background: rgb(241, 97, 97);
}
.index1_left .item ul li:hover{
	color: rgb(255, 255, 255);
	background: rgb(241, 97, 97);
}
.index1_left .item ul li dl{
	display: none;
	position: absolute;
	width: 200%;
	top: 20px;
	background-color: #fff;
	padding: 5px;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 999;
}
.index1_left .item ul li dl dd{
	width: 48%;
	margin-bottom: 5px;
	border: 1px solid #dedede;
	border-radius: 5px;
	display: block;
	padding: 1.5px 0;
	color: #333;
	position: relative;
	text-align: center;
}
.index1_left .item ul li dl dd:hover{
	color: rgb(255, 255, 255);
	background: rgb(241, 97, 97);
}
.index1_left .item ul li dl dd.curr{
	color: rgb(255, 255, 255);
	background: rgb(241, 97, 97);
}
.index1_left .item ul li:hover>dl{
	display: flex;
}

.i1_l_btn{
	padding-top: 15px;
	display: flex;
	justify-content: center;
}
.i1_l_btn input{
	background: #eeeeee;
    border: 1px solid #dedede;
    border-radius: 5px;
    cursor: pointer;
    margin: 3px auto;
    padding: 5px 0;
    text-align: center;
    width: 100px;
}
.index1_right{
	width: 75%;
}
.index1_right .mySwiper1{
	width: 100%;
}
.index1_right .mySwiper1 .swiper-slide a{
	display: block;
	font-size: 0;
	width: 100%;
}
.index1_right .mySwiper1 .swiper-slide a img{
	width: 100%;
}


.index1_right .mySwiper1 .prev_btn{
	font-size: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	left: 0;
	line-height: 100px;
	width: 45px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.3);
}
.index1_right .mySwiper1 .next_btn{
	font-size: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	right: 0;
	line-height: 100px;
	width: 45px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.3);
}



/* index2 */
.index2box{
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
}
.index2box .index2{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index2_left{
	width: 25%;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	height: 120px;
	border: 1px solid #ddd;
	background-color: #FFF8D1;
	align-items: center;
}
.index2_right{
	width: 75%;
}
.get_date{
    width: 74px;
    height: 54px;
    background: url(../images/schedule_bg.png) no-repeat;
    text-align: center;
}
.get_date .month{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.get_date .day{
	font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}
.schedule_content{
	text-align: center;
}
.schedule_content h3{
	font-size: 18px;
    color: #f16161;
    line-height: 50px;
    font-family: " ";
    letter-spacing: 2px;
    margin-left: 12px;
}
.schedule_content .laydate-box{
	padding-left: 5px;
    color: #ccc;
    margin-left: 7px;
    line-height: 30px;
}
.schedule_content .laydate-box input{
	width: 120px;
	height: 30px;
}
.schedule_content {
	line-height: 36px;
	font-size: 12px;
	color: #666;
}
.index2_right ul{
	display: flex;
}

.index2_right ul li{
	width: 25%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index2_right ul li a{
	display: block;
	width: 100;
}
.index2_right ul li a .imgbox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.index2_right ul li a .imgbox img{
	max-width: 100%;
	width: auto;
}
.index2_right ul li a .textbox{
	text-align: center;
	width: 100%;
}
.index2_right ul li a .textbox h3{
	font-size: 14px;
	font-weight: bold;
	color: #e48d26;
	margin-bottom: 5px;
}
.index2_right ul li a .textbox p{
	font-size: 12px;
	color: #666;
}


/* index3 */
.index3box{
	padding: 10px 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.index3box .index3{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index3_left{
	width: 73%;
}
.index3_right{
	width: 25%;
}
.index3_left .i3_l_title{
	border-bottom: 1px solid #dedede;
	width: 100%;
	margin-bottom: 5px;
}
.index3_left .i3_l_title span{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #f16161;
	color: #fff;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.i3_r_top{
	width: 100%;
}
.i3_r_title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #f16161;
	border-radius: 5px;
	margin: 5px 0;
}

.i3_r_list{
	width: 100%;
	border: 1px solid #ddd;
}
.i3_r_list ul li{
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 15px 10px;
}
.i3_r_list ul li:last-child{
	border-bottom: 0;
}
.i3_r_list ul li a{
	width: 100%;
	display: flex;
	align-items: center;
}
.i3_r_list ul li a span{
	width: 16px;
	height: 16px;
	background-color: #666;
	text-align: center;
	margin-right: 10px;
	line-height: 16px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 10px;
}
.i3_r_list ul li a p{
	font-size: 14px;
	color: #666;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;
}


.i3_i_img{
	width: 100%;
	border: 1px solid #ddd;
}
.i3_i_img ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.i3_i_img ul li{
	width: 50%;
	padding: 10px;
}
.i3_i_img ul li a{
	display: block;
	width: 100%;
	font-size: 0;
}
.i3_i_img ul li a img{
	max-width: 100%;
	width: auto ;
	height: 65px;
}


/* index4 */
.index4box{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}
.index4box .index4{
	width: 100%;
	margin: 0 auto;
}
.index4_content{
	width: 100%;
}
.index4_content ul{
	display: flex;
	flex-wrap: wrap;
}
.index4_content ul li{
	width: 25%;
	padding: 0 20px;
	margin-bottom: 20px;
}
.index4_content ul li .li_inner{
	width: 100%;
}
.index4_content ul li .li_inner a{
	display: flex;
	align-items: center;
	justify-content: center;
	display: block;
	width: 100%;
	position: relative;
}
.index4_content ul li .li_inner a img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.index4_content ul li .li_inner a .icon3{
	position: absolute;
	right: -30px;
    top: -30px;
	width: 50px;
	height: 50px;
}
.index4_content ul li .li_inner .textbox{
	width: 100%;
	text-align: left;
	padding: 15px 0;
}
.index4_content ul li .li_inner .textbox a{
	color: #fb7782;
	font-size: 12px;
	line-height: 28px;
}
.index4_content ul li .li_inner .textbox p{
	font-size: 12px;
	color: #666;
	line-height: 18px;
	display: flex;
	align-items: center;
}
.index4_content ul li .li_inner .textbox p img{
	max-width: 100%;
	width: auto;
}


.index5box{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.index5box .index5{
	width: 100%;
	margin: 0 auto;
}
.index5_title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.index5_title .title_name{
	width: 120px;
	height: 40px;
	border: 5px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	line-height: 40px;
	margin-right: 30px;
	background-color: #fb7782;
}
.index5_title .more{
	font-size: 14px;
	color: #000;
	font-weight: 600;
}


.inbannerbox{
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	margin: 0 auto;
}
.inbannerbox .inbanner{
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.inbannerbox .inbanner img{
	width: 100%;
}
/* 万元礼包 */
.gift1{
	width: 100%;
	background-color: #7e6d38;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.gift1_left{
	width: 49.5%;
	height: 322px;
}
.gift1_right{
	width: 49%;
	height: 322px;
}

.g_t_text{
	position: relative;
	left: 0;
	width: 100%;
	top: 35%;
}
.g_t_text ul{display: flex;align-items: center;}
.g_t_text ul li{
	width: 33.33%;
	text-align: center;
}
.g_t_text ul li p{
	font-size: 14px;
	color: #333;
}
.g_t_text ul li p span{
	color: #b84535;
	font-weight: bold;
}

.g_text{
	font-size: 14px;
	color: #333;
	position: relative;
    top: 60%;
    left: 30px;
    width: 76%;
	font-weight: bold;
}
.g_text p{
	font-weight: bold;
}

.g_r_text{
	position: relative;
	top: 5%;
    left: 78px;
    width: 82%;
}
.g_r_text ul li{
	width: 100%;
	font-size: 14px;
	color: #333;
	margin-top: 45px;
}

.linebox{width: 100%;margin-bottom: 50px;}
.line{
	background: url(../images/line.jpg) no-repeat;
    height: 32px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
}


.gift2box{
	padding: 10px 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.gift2box .gift2{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 15px;
}
.gift2_left{
	width: 250px;
}
.gift2_left img{
	width: 100%;
}
.gift2_right{
	flex: 1;
	padding-left: 20px;
}
.gift_list{
	width: 100%;
}
.gift_list ul{
	display: flex;
	flex-wrap: wrap;
}
.gift_list ul li{
	width: 20%;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.gift_list ul li a{
	display: block;
	width: 100%;
}
.gift_list ul li img{
	width: 100%;
	border: 2px solid #a1783a;
}
.gift2_right p{
	font-size: 14px;
	color: 333;
}
.gift2_right p span{
	font-size: 16px;
	color: #ff415c;
	font-weight: bold;
}


.gift3box{
	width: 100%;
	margin: 5px auto;
}
.gift3box .gift3{
	width: 100%;
}
.gift3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.gift3 ul li{
	width: 49.5%;
	margin-bottom: 5px;
}
.gift3 ul li .li_inner{
	width: 100%;
	border: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}
.gift3 ul li .li_inner .imgbox{
	width: 251px;
}
.gift3 ul li .li_inner .imgbox img{
	width: 100%;
}
.gift3 ul li .li_inner .textbox{
	padding: 20px 0;
	padding-left: 30px;
}
.gift3 ul li .li_inner .textbox h3{
	font-size: 16px;
	color: #ff415c;
	font-weight: bold;
	margin-bottom: 15px;
}
.gift3 ul li .li_inner .textbox p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}


.gift4box{
	width: 100%;
	margin: 0 auto;
}
.gift4box .gift4{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #eee;
}
.gift4_top{
	border-bottom: 1px solid #eee;
	text-align: right;
}
.gift4_top p{
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.gift4_title{
	text-align: center;
	background: url(../images/line.jpg) no-repeat 50px bottom;
    color: #ff415c;
    height: 93px;
    font-size: 24px;
    line-height: 93px;
    text-align: center;
}
.gift4_main{
	width: 100%;
	margin-top: 30px;
}
.main_top{
	width: 100%;
}
.main_top>ul{
	display: flex;
}
.main_top>ul>li{
	border-left: 1px solid #cb2f2f;
	border-right: 1px solid #fd7e7e;
	padding: 15px;
	background-color: #fd7e7e;
}
.main_top ul li img{
	width: 100%;
}
.main_top ul li .title{
	display: flex;
}
.main_top ul li .title span{
	font-size: 14px;
	color: #333;
}
.main_top ul li .title p{
	font-size: 15px;
	color: #fff;
	padding-left: 5px;
}

.li_list{
	width: 100%;
	margin-top: 10px;
}
.li_list ul li{
	width: 100%;
}
.li_list ul li label{
	font-size: 14px;
	color: #333;
}

.main_bot{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0 40px 0;
}
.main_bot img{
	max-width: 100%;
	width: auto;
}

.gift5box{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.gift5box .gift5{
	width: 100%;
	border: 1px solid #eee;
	padding: 10px 15px 50px 15px;
}
.gift5box .gift5 h3{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.gift5box .gift5  .desc p{
	font-size: 16px;
	color: #333;
}
.main_top ul li:last-child{
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_top .yes{
	display: inline-block;
	padding: 8px 35px;
	background-color: #efd93c;
	text-align: center;
	font-size: 16px;
	color: #000;
}



/* 产品详情 */
.s_menubox{
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
.s_menubox .s_menu{
	width: 100%;
	margin: 0 auto;
}
.s_menubox .s_menu p{
	font-size: 13px;
	color: #666;
}
.s_menubox .s_menu p span{
	padding: 0 7px;
	color: #999;
}
.s_menubox .s_menu p a{
	color: #666;
}
.s_menubox .s_menu p a:last-child{
	color: #ff5384;
}


.detail1box{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.detail1box .detail1{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.detail1box .detail1 .detail1_left{
	width: 49%;
	position: relative;
}
.detail1box .detail1 .detail1_right{
	width: 49%;
}

.detail1_left .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.detail1_left .swiper-slide {
  background-size: cover;
  background-position: center;
}

.detail1_left .swiper_box {
  height: 80%;
  width: 100%;
}

.detail1_left .swiper_tab {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.detail1_left .swiper_tab .swiper-slide {
	width: 25%;
	opacity: 0.6;
	transition:all 0.5s ease;
	border: 3px solid transparent;
}

.detail1_left .swiper_tab .swiper-slide-thumb-active {
	opacity: 1;
	box-shadow:inset 0 0 7px rgba(0,0,0,.6);
	border: 3px solid #f16161;
}

.detail1_left .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper_tab .swiper-slide img{
	border: 1px solid #ddd;
}


.swiper_tab .tab_prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	left: 10px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	background: none;
	font-size: 40px;
	color: #7a7a7a;
	box-sizing: border-box;
	align-items: center;
	transition: all .3s;
}

.swiper_tab .tab_next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	right: 10px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	background: none;
	font-size: 40px;
	color: #7a7a7a;
	box-sizing: border-box;
	align-items: center;
	transition: all .3s;
}


.right_img{
	width: 100%;
}
.right_img img{
	max-width: 100%;
	width: auto;
}
.detail1_right .textbox{
	text-align: left;
}
.detail1_right .textbox p{
	font-size: 13px;
	color: #393939;
	margin-bottom: 10px;
}
.detail1_right .textbox p span{
	font-size: 16px;
	color: #333;
}
.detail1_right .textbox .r_btn{
	margin: 20px 0;
}
.detail1_right .textbox .r_btn a{
	background-image: none;
    border-radius: 5px;
    width: 180px;
    padding: 10px;
    color: #fff;
	display: inline-block;
    font-size: 17px;
    text-indent: 0px;
    line-height: 25px;
    text-align: center;
    margin-right: 15px;
	margin-right: 30px;
    transition: ease-in-out 0.3s;
}
.detail1_right .textbox .r_btn .dangqi_btn{
	background-color: #FF5384;
}
.detail1_right .textbox .r_btn .dangqi_btn:hover{
	background-color: #F14073;
}
.detail1_right .textbox .r_btn .changdi_btn{
	background-color: #ccaa77;
}
.detail1_right .textbox .r_btn .changdi_btn:hover{
	background-color: #bf9555;
}
.detail1_right .textbox .tip{
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.detail1_right .textbox .tip span{
	font-size: 13px;
	color: #999;
	margin-right: 15px;
	display: inline-block;
}
.detail1_right .textbox .tip dl{
	display: flex;
	flex-wrap: wrap;
}
.detail1_right .textbox .tip dl dd{
	margin-right: 10px;
}
.detail1_right .textbox .tip dl dd a{
	display: inline-block;
	border-radius: 10px;
    display: inline-block;
    padding: 3px 10px;
    background-color: #f5f5f5;
    color: #999;
}
.dangqi_tc,
.changdi_tc{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	background-color: rgb(0, 0, 0,0.3);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.dangqi_tc.active,
.changdi_tc.active{
	display: flex;
}

.dangqi_tc .dangqi,
.changdi_tc .changdi{
	width: 83%;
	border: 6px solid rgba(0, 0, 0, .3);
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
	padding-bottom: 10px;
}
.dangqi_tc .dangqi .close,
.changdi_tc .changdi .close{
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 30px;
	color: #333;
	cursor: pointer;
}
.dangqi_tc .dangqi .close i,
.changdi_tc .changdi .close i{
	font-style: normal;
}

.tc_title{
	width: 100%;
	background-color: #F8F8F8;
	border-bottom: 1px solid #eee;
}
.tc_title p{
	font-size: 14px;
	color: #333;
	line-height: 42px;
}


.tc_index{
	border-top: 2px solid #ffb38b;
    border-bottom: 2px solid #ffb38b;
    background: #fff8d1;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	align-items: flex-start;
}

.tc_left{
	width: 40%;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tc_left .schedule_content{
	text-align: left;
	margin-left: 0;
}
.tc_right{
	width: 60%;
}
.tc_right p{
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

.tc_right p span{
	color: #F14073;
	font-weight: bold;
}
.tc_right i{
	font-style: normal;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	display: block;
}


.tc_phone{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.tc_phone input{
	width: 249px;
    outline: 0;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    color: #737373;
    font-weight: bold;
    font-size: 14px;
    border: 0;
	margin-right: 15px;
}
.tc_phone button{
	border-radius: 5px;
	background-color: #F14073;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.tc_right h3{
	font-size: 18px;
    color: #f95b4f;
	margin-bottom: 5px;
}
.tc_right dl dd p{
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}


.detail6box,
.detail5box,
.detail4box,
.detail3box,
.detail2box{
	width: 100%;
    background: #fafafa;
	margin: 0 auto;
	padding: 10px 0;
}
.detail6box .detail6,
.detail5box .detail5,
.detail4box .detail4,
.detail3box .detail3,
.detail2box .detail2{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.detail6box .detail6 h1,
.detail5box .detail5 h1,
.detail4box .detail4 h1,
.detail3box .detail3 h1,
.detail2box .detail2 h1{
	font-size: 20px;
	color: #666;
	text-align: center;
}

.detail2_top{
	width: 100%;
	padding: 40px 0;
}
.detail2_bot ul,
.detail2_top ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail2_bot ul li,
.detail2_top ul li{
	width: 49%;
	margin-bottom: 15px;
	display: flex;
}
.detail2_bot ul li .imgbox,
.detail2_top ul li .imgbox{
	width: 60%;
	position: relative;
}
.detail2_bot ul li .imgbox a,
.detail2_top ul li .imgbox a{
	display: block;
	width: 100%;
}
.detail2_bot ul li .imgbox a img,
.detail2_top ul li .imgbox a img{
	width: 100%;
}
.detail2_bot ul li .imgbox span,
.detail2_top ul li .imgbox span{
	position: absolute;
	right: 10px;
	top: 10px;
	background: #000;
    padding: 0 10px;
    height: 22px;
    opacity: 0.6;
    color: #fff;
    text-align: center;
    z-index: 3;
	line-height: 22px;
    border-radius: 11px;
}
.detail2_bot ul li .textbox,
.detail2_top ul li .textbox{
	width: 40%;
	padding: 15px;
	background-color: #fff
}
.detail2_bot ul li .textbox h3,
.detail2_top ul li .textbox h3{
	padding-bottom: 5px;
    font-size: 18px;
    line-height: 35px;
    border-bottom: 1px solid #dedede;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	color: #7a7a7a;
	margin-bottom: 10px;
}
.detail2_bot ul li .textbox p,
.detail2_top ul li .textbox p{
	font-size: 13px;
	color: #7a7a7a;
	line-height: 28px;
}
.detail2_bot ul li .textbox p span,
.detail2_top ul li .textbox p span{
	font-size: 13px;
	color: #000;
}
.load_more{
	width: 100%;
	text-align: center;
}
.load_more a{
	display: inline-block;
	margin: 0 auto;
	width: 328px;
    height: 48px;
    line-height: 48px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	color: #7a7a7a;
}
.detail2_bot ul li .textbox .r_btn,
.detail2_top ul li .textbox .r_btn{
	margin: 20px 0;
}
.detail2_bot ul li .textbox .r_btn a,
.detail2_top ul li .textbox .r_btn a{
	background-image: none;
    border-radius: 5px;
    width: 160px;
    padding: 10px;
    color: #fff;
	display: inline-block;
    font-size: 17px;
    text-indent: 0px;
    line-height: 25px;
    text-align: center;
    margin-right: 15px;
	margin-right: 30px;
    transition: ease-in-out 0.3s;
}
.detail2_bot ul li .textbox .r_btn .dangqi_btn,
.detail2_top ul li .textbox .r_btn .dangqi_btn{
	background-color: #FF5384;
}
.detail2_bot ul li .textbox .r_btn .dangqi_btn:hover,
.detail2_top ul li .textbox .r_btn .dangqi_btn:hover{
	background-color: #F14073;
}

.detail2_bot{
	display: none;
}


.d3_btn{
	width: 100%;
	text-align: center;
}
.d3_btn a{
	display: inline-block;
	margin: 0 auto;
	width: 328px;
    height: 48px;
    line-height: 48px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	color: #7a7a7a;
}

.detail3_content{
	padding: 40px 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.detail3_content ul{
	display: flex;
	flex-wrap: wrap;
}
.detail3_content>ul>li{
	width: 23.5%;
	margin-bottom: 90px;
	margin-right: 2%;
}
.detail3_content ul li:nth-child(4n){
	margin-right: 0;
}
.detail3_content ul li .imgbox{
	width: 100%;
	position: relative;
	height: 120px;
}
.detail3_content ul li .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail3_content ul li .imgbox .costbox{
	position: absolute;
    top: 49px;
    left: 57px;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}
.detail3_content ul li .imgbox .costbox2{
	position: absolute;
    top: 55px;
    left: 62px;
    width: 118px;
    height: 118px;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
    border: 1px solid #ddd;
}
.detail3_content ul li .imgbox .cosag{
	position: absolute;
    top: 100px;
    left: 72px;
    width: 98px;
    height: 30px;
    z-index: 4;
    text-align: center;
    overflow: hidden;
}
.detail3_content ul li .imgbox .cosag h3{
	font-size: 20px;
	color: #7a7a7a;
}

.listbox{
	display: none;
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 30px;
}
.listbox ul li{
	width: 100%;
	padding-left: 15px;
}
.listbox ul li p{
	font-size: 13px;
	color: #000;
	line-height: 26px;
}

.list_btn{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.list_btn a{
	border: 1px solid #F14073;
	padding: 10px 30px;
	text-align: center;
	color: #F14073;
	display: inline-block;
}



.detail4_content{
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	width: 100%;
}
.detail4_content ul{
	display: flex;
	flex-wrap: wrap;
}
.detail4_content ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.detail4_content ul li:nth-child(3n){
	margin-right: 0;
}
.detail4_content ul li a{
	display: block;
	width: 100%;
	position: relative;
}
.detail4_content ul li a .imgbox{
	width: 100%;position: relative;
}
.detail4_content ul li a .imgbox img{
	width: 100%;
}
.detail4_content ul li a .imgbox .imgtext{
	position: absolute;
	left: 15px;
	bottom: 0;
}
.detail4_content ul li a .imgbox .imgtext h3{
	font-size: 12px;
	color: #fff;
	margin-bottom: 8px;
}
.detail4_content ul li a .imgbox .imgtext p{
	font-size: 13px;
	color: #fff;
	margin-bottom: 8px;
}
.detail4_content ul li:hover .textbox{
	opacity: 1;
}
.detail4_content ul li a .textbox{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
	background-color: rgba(108, 108, 108, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail4_content ul li a .textbox .text_inner p{
	font-size: 13px;
	color: #fff;
	margin-bottom: 15px;
}



.detail5_content{
	width: 100%;
	background-color: #fff;
	padding: 15px;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.detail5_left{
	width: 60%;
	padding-right: 10px;
}
.detail5_left img{
	width: 100%;
}
.detail5_right{
	width: 40%;
	padding-left: 10px;
	text-align: left;
}
.detail5_right h3{
	font-size: 24px;
	color: #393939;
	line-height: 35px;
}
.detail5_right p{
	font-size: 13px;
	color: #7a7a7a;
	line-height: 25px;
}
.detail5_right .desc p{
	line-height: 25px;
}


.detail6_content{
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	margin: 0 auto;
}
.detail6_content ul{
	display: flex;
	flex-wrap: wrap;
}
.detail6_content ul li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.detail6_content ul li:nth-child(4n){
	margin-right: 0;
}
.detail6_content ul li .li_inner{
	width: 100%;
}
.detail6_content ul li .li_inner .imgbox{
	width: 100%;
	font-size: 0;
}
.detail6_content ul li .li_inner .imgbox img{
	width: 100%;
}
.detail6_content ul li .li_inner .textbox{
	text-align: left;
	width: 100%;
	padding: 5px 0;
}
.detail6_content ul li .li_inner .textbox h3{
	font-size: 16px;
	color: #666;
}
.detail6_content ul li .li_inner .textbox p{
	font-size: 14px;
	color: #333;
}





.xfbox{
	position: fixed;
	top: 30%;
	right: 5%;
	z-index: 9999;
	width: 100px;
	border: 1px solid #333;
}
.xfbox .xf_title{
	width: 100%;
	background-color: #bf9555;
    color: #fff;
    height: 30px;
	font-size: 13px;
}
.xfbox .xf_title span{
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: 100%;
}
.xfbox .xf_list{
	width: 100%;
	background-color: #fff;
}
.xfbox .xf_list ul li{
	height: 28px;
    line-height: 28px;
    color: #7a7a7a;
	font-size: 13px;
	text-align: center;
    transition: color 0.3s ease-in-out 0s;
}
.xfbox .xf_list ul li a{
	color: #7a7a7a;
}
.xfbox .xf_list ul li:hover{
	background: #f5f5f5;
}
.xfbox .xf_list ul li:hover a{
    color: #000;
}



/*	五星酒店  */

.fivebox{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.fivebox .five{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.five_left{
	width: 70%;
}
.five_right{
	width: 28%;
}

.five_left .condition{
	width: 100%;
	padding: 10px;
	border: 1px solid #eee;
	display: flex;
}
.five_left .condition span{
	font-size: 12px;
	color: #333;
}
.five_left .condition .condition_list{
	padding-left: 10px;
}
.five_left .condition .condition_list ul{
	display: flex;
	flex-wrap: wrap;
}
.five_left .condition .condition_list ul li{
	display: inline-block;
    background-color: #fff;
    border: 1px solid #dedede !important;
    padding: 2px 2px 2px 5px;
	margin-bottom: 10px;
}
.five_left .condition .condition_list ul li a{
	font-size: 12px;
	color: #666;
}
.five_left .condition .condition_list ul li strong{
	background-color: #f16161;
	color: #fff;
	padding: 2px;
	cursor: pointer;
}
.condition_list ul li.on{
	display: none !important;
}

.choice{
	width: 100%;
	border: 1px solid #eee;
	border-top: 0;
}
.choice ul li{
	width: 100%;
	padding: 10px 10px 0 10px;
	display: flex;
}
.choice ul li span{
	font-size: 12px;
	color: #333;
}
.choice ul li dl{
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}
.choice ul li dl dd{
	margin-bottom: 10px;
	font-size: 12px;
	margin-right: 10px;
}
.choice ul li dl dd a{
	color: #666;
	padding: 2px;
}
.choice ul li dl dd:hover{
	background: #f16161;
	border-radius: 5px;
	border: 0px solid #f16161 !important;
}
.choice ul li dl dd:hover a{
	color: #fff;
}
.choice ul li dl dd.curr{
	background: #f16161;
	border-radius: 5px;
	border: 0px solid #f16161 !important;
}
.choice ul li dl dd.curr a{
	color: #fff;
}

.order{
	width: 100%;
	margin: 0 auto;
	background-color: #efefef;
    border-top: 1px solid #a6a6a6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.order .order_left{
	display: flex;
	align-items: center;
}
.order .order_left a{
	border-right: 1px solid #cecece;
    border-left: 1px solid #fff;
    padding: 10px;
	text-align: center;
}
.l_btn{
	display: flex;
	align-items: center;
}
.l_btn .btn{
	padding-left: 5px;
}
.l_btn .btn i{
	display: block;
	line-height: 5px;
}
.order_right{
	padding-right: 10px;
}
.order_right span{
	font-size: 12px;
	color: #333;
}
.order_right a{
	border: 1px solid #ccc;
	padding: 2px 2px 2px 5px;
}
.order_right a i{
	padding-right: 3px;
}
.style1_btn.on{
	background-color: #fff;
	color: #F14073;
}

.pro_show{
	background: #f1f1f1;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
}
.pro_show ul li{
	width: 100%;
	margin-bottom: 15px;
}
.pro_show ul li .li_inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.pro_show ul li .li_inner .imgbox .icon3{
	display: none;
}
.pro_show.style ul li .li_inner .imgbox .icon3{
	display: block;
}
.pro_show ul li .li_inner .textbox .name .icon5{
	display: block;
}
.pro_show.style ul li .li_inner .textbox .name .icon5{
	display: none;
}
.pro_show.style ul li .li_inner .textbox .zhuoshu{
	display: none;
}
.pro_show.style ul li .li_inner .textbox .table{
	display: none;
}
.pro_show ul li .li_inner .textbox .zhuoshu{
	display: none;
}
.pro_show.style ul li .li_inner .textbox .zhuoshu{
	display: none;
}
.pro_show ul li .li_inner .imgbox{
	width: 40%;
	padding-right: 10px;
	position: relative;
}
.pro_show ul li .li_inner .imgbox img{
	width: 100%;
}
.pro_show ul li .li_inner .textbox .icon5{
	max-width: 100%;
	width: auto;
	padding-left: 10px;
}
.pro_show ul li .li_inner .textbox{
	width: 60%;
	padding-left: 10px;
}
.pro_show ul li .li_inner .textbox .name{
	display: flex;
	font-size: 14px;
	color: #fb7782;
}
.pro_show ul li .li_inner .textbox .table{
	width: 100%;
	font-size: 12px;
	color: #666;
}
.pro_show ul li .li_inner .textbox .table a{
	font-size: 12px;
	color: #666;
}
.pro_show ul li .li_inner .textbox .table table{
	border-collapse: collapse;
}
.pro_show ul li .li_inner .textbox .table thead{
	background-color: #e0e0e0;
	font-weight: normal;
}
.pro_show ul li .li_inner .textbox .table th{
	border: 2px solid #efefef;
	padding: 5px 10px;
}
.pro_show ul li .li_inner .textbox .table  tbody tr{
	border-bottom: 1px dashed #e0e0e0;
}
.pro_show ul li .li_inner .textbox .table  tbody tr td{
	padding: 5px 10px;
}
.li_btn{
	width: 100%;
	margin-top: 15px;
}
.li_btn a{
	padding: 5px 10px;
	text-align: center;
	margin-right: 15px;
	font-size: 12px;
	border-radius: 5px;
	display: inline-block;
}
.li_btn .xq{
	background: linear-gradient(to bottom, #fff, #c6c6c6);
	color: #666 !important;
}
.li_btn .yy{
	background-color: #F14073;
	color: #fff !important;
}
.pro_show.style ul{
	display: flex;
	flex-wrap: wrap;
}
.pro_show.style ul li{
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.pro_show.style ul li:nth-child(4n){
	margin-right: 0;
}
.pro_show.style ul li .li_inner{
	width: 100%;
	display: block;
}
.pro_show.style ul li .li_inner .imgbox{
	display: flex;
	align-items: center;
	justify-content: center;
	display: block;
	width: 100%;
	position: relative;
}
.pro_show.style ul li .li_inner .imgbox img{
	width: 100%;
}
.pro_show.style ul li .li_inner .imgbox .icon3{
	position: absolute;
    right: -10px;
    top: -5px;
    width: 50px;
    height: 50px;
}
.pro_show.style ul li .li_inner .textbox{
	width: 100%;
	text-align: left;
	padding: 15px 0;
}
.pro_show.style ul li .li_inner .textbox a{
	color: #fb7782;
	font-size: 12px;
	line-height: 28px;
}
.pro_show.style ul li .li_inner .textbox p{
	font-size: 12px;
	color: #666;
	line-height: 18px;
	display: flex;
	align-items: center;
}
.pro_show.style ul li .li_inner .textbox p img{
	max-width: 100%;
	width: auto;
}

.f_r_title{
	background: #f16161 none repeat scroll 0 0;
    border: 1px solid #f16161 !important;
    border-radius: 5px;
    color: #ffffff !important;
	padding-left: 15px;
}
.f_r_title h3{
	font-size: 14px;
	color: #fff;
}
.f_r_list{
	padding: 10px 0;
	width: 100%;
}
.f_r_list ul li{
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.f_r_list ul li span{
	display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-size: 10px;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    background-color: #333;
}
.f_r_list ul li .imgbox{display: block;border: 1px solid #e1e1e1;max-width: 100px;font-size: 0;margin-right: 10px;}
.f_r_list ul li .imgbox img{
	max-width: 100%;
	width: auto;
}
.f_r_list ul li .textbox{
	text-align: left;
}
.f_r_list ul li .textbox h3{
	font-size: 12px;
	color: #fb7782;
	font-weight: bold;
}
.f_r_list ul li .textbox p{
	font-size: 12px;
	color: #666;
}

.insidebox{
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	margin: 0 auti;
}
.insidebox .inside{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside p{
	font-size: 13px;
	color: #7a7a7a;
}