body{
	font-size: 16px;
	color: #5b5b5b;
}
.wrapper{
	width: 1245px;
	margin: 0 auto;
	height: 100%;
}
.m-nav{
	display: none;
}
.isMobile{
	display: none;
}
/* 登录 */
.login{
	height: 100vh;
	background: url(../img/bg_01.jpg) no-repeat center;
	-moz-background-size: cover;
	     background-size: cover;
}
.login .wrapper{
	position: relative;
}
.login-bd{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	overflow: hidden;
	width: 100%;
	height: 700px;
	-moz-border-radius: 8px;
	     border-radius: 8px;
} 
.login-bd-left{
	float: left;
	display: table;
	width: 825px;
	height: 100%;
	background: rgba(49,49,49,.55);
}
.login-bd-left .txt{
	display: table-cell;
	vertical-align: middle;
	font-size: 48px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}
.login-bd-left .txt p{
	font-size: 34px;
	font-family: MicrosoftYaHeiLight;
	color: rgba(255,255,255,.45);
	letter-spacing: -2px;
}
.login-bd-right{
	float: left;
	background: #fff;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 420px;
	height: 100%;
}
.login-bd-right .hd{
	margin-top:70px;
	text-align: center;
}
.login-bd-right .hd h3{
	margin-top: 20px;
	font-size: 16px;
	color: #232323;
}
.txt-line{
	position: relative;
	text-align: center;
}
.txt-line:before,
.txt-line:after{
	content: '';
	position: absolute;
	top: 50%;
	width: 114px;
	height: 1px;
	background: #1b1b1b;
}
.txt-line:before{
	left: 0;
}
.txt-line:after{
	right: 0;
}
.login-bd-right .bd{
	margin-top: 120px;
}
.login-bd-right .bd li{
	margin-bottom: 15px;
	position: relative;
	
}
.login-bd-right .bd li input{
	padding: 0 15px 0 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	background: none;
	border: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	border: solid 1px #949494;
	-moz-border-radius: 20px;
	     border-radius: 20px;
}
.login-bd-right .bd li input:focus{
	border-color: #1b1b1b;
	-webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,.6);
	   -moz-box-shadow: 0 0 10px 0 rgba(255,255,255,.6);
	        box-shadow: 0 0 10px 0 rgba(255,255,255,.6);
}
.login-bd-right .bd li i{
	position: absolute;
	top: 50%;
	left: 22px;
	-moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	     transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.login-bd-right .bd li i.icon-user{
	width: 22px;
	height: 22px;
	background: url(../img/icon_01.png) no-repeat;
}
.login-bd-right .bd li i.icon-pwd{
	width: 22px;
	height: 24px;
	background: url(../img/icon_02.png) no-repeat;
}
.login-bd-right .bd li:last-child{
	margin-bottom: 0;
}
.login-bd-right .bd .remember-pwd{
	padding: 15px 0;
	overflow: hidden;
	font-size: 12px;
}
.login-bd-right .bd .remember-pwd label{
	position: relative;
	float: left;
	padding-left: 30px;
}
.login-bd-right .bd .remember-pwd label input{
	display: none;
}
.login-bd-right .bd .remember-pwd label i{
	position: absolute;
	top: 0;
	left: 10px;
	width: 14px;
	height: 14px;
	border: 1px solid #535353;
	-moz-border-radius: 3px;
	     border-radius: 3px;
}
.login-bd-right .bd .remember-pwd label i:before{
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -5px;
	width: 11px;
	height: 8px;
	background: url(../img/icon_03.png) no-repeat center;
	-moz-background-size: cover;
	     background-size: cover;
}
.login-bd-right .bd .remember-pwd label input:checked + i:before{
	display: block;
}
.login-bd-right .bd .remember-pwd a{
	float: right;
	color: #5e5e5e;
}
.login-bd-right .bd .remember-pwd a:hover{
	color: #10c7d9;
}
.login-bd-right .bd .login-btn a{
	display: block;
	width: 100%;
	line-height: 40px;
	-moz-border-radius: 20px;
	     border-radius: 20px;
	background: #10c7d9;
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.login-bd-right .bd .regst{
	margin-top: 20px;
	text-align: center;
}
.login-bd-right .bd .regst a{
	color: #10c7d9;
}
.login-bd-right .bd .regst span{
	color: #272727;
}
.login-bd-right .ft{
	margin-top: 130px;
	text-align: center;
}
.login-bd-right .ft li{
	display: inline-block;
	margin: 0 5px;
}
.regst-bd-right{
	padding: 0 55px;
}
.regst-bd-right .hd .txt-line:before,
.regst-bd-right .hd .txt-line:after{
	width: 90px;
}
.regst-bd-right .bd{
	margin-top: 50px;
}
.regst-bd-right .hd .txt-line{
	margin:5px 0;
	font-size: 16px;
	letter-spacing: 1px;
}
.regst-bd-right .bd .txt-line{
	margin: 10px 0;
}
.regst-bd-right .regst-msg li{
	overflow: hidden;
}
.regst-bd-right .regst-msg li label{
	float: left;
	font-size: 14px;
	color: #171717;
	line-height: 30px;
	width: 26%;
	text-align: justify;
}
.regst-bd-right .regst-msg li input{
	padding: 0 15px;
	float: right;
	display: block;
	width: 213px;
	height: 28px;
	border: 1px solid #f4f4f4f;
	-moz-border-radius: 22px;
	     border-radius: 22px;
}
.regst-bd-right .regst-btn{
	margin-top: 10px;
}
.regst-bd-right .regst-btn a{
	display: block;
	width: 100%;
	line-height: 40px;
	-moz-border-radius: 20px;
	     border-radius: 20px;
	background: #10c7d9;
	text-align: center;
	color: #fff;
}
.regst-bd-right .ft{
	margin-top: 50px;
	text-align: right;
}
.regst-bd-right .ft a{
	font-size: 14px;
	color: #10c7d9;
}
.regst-bd-right .hd{
	margin-top: 40px;
}
/* 好评列表 */
.main{
	position: relative;
	height: 100%;
}
.main-left{
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	height: 100%;
	background: #000;
	z-index: 99999;
}
.main-left .close{
	display: none;
}
.main-left .logo{
	font-size: 0;
	text-align: center;
}
.main-left .logo{
	margin-top: 40px;
}
.main-left .list{
	/*margin-top:60px;*/
}
.main-left .list li{
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.main-left .list li:last-child{
	margin-bottom: 0;
}
.main-left .list li a{
	padding: 7px 0;
	display: inline-block;
	text-align: center;
	color: #fff;
}
.main-left .list li .en-name{
	font-size: 12px;
}
.main-left .list li img{
	position: absolute;
	top: 50%;
	left: 60px;
	margin-top: -12px;
}
.main-left .list li .icon-s{
	display: none;
} 
.main-left .list li.on > a{
	color: #fff;
	background: #da0023;
	-moz-border-radius: 26px;
	     border-radius: 26px;
	width: 200px;
}
.main-left .list li.on .icon-w{
	display: none;
}
.main-left .list li.on .icon-s{
	display: block;
}
.main-left .list li:hover .nav-childer{
	display: block;
}
.main-left .list li .nav-childer{
	display: none;
	position: fixed;
	top: 0;
	left: 256px;
	bottom: 0;
	width: 260px;
	background: #313132;
	overflow-y: auto;
	z-index: 1;
}
.main-left .list li .nav-childer dd{
	line-height: 90px;
}
.main-left .list li .nav-childer dd:hover a{
	color: #c9b296;
}

.main-left .flag,
.main-left .copy{
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	line-height: 2;
	text-align: center;
	font-size: 12px;
	color: #2e2e2e;
}
.main-left .flag{
	bottom: 21%;
}
.pop-ups {
	display: none;
}
.pop-ups > a{
	position: fixed;
    left: 15%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.pop-ups .next{
	left: auto;
    right: 15%;
    background-position: 8px 5px;
}
.pop-ups li{
	text-align: center;
	
}
.pop-ups li img{
	height: 720px;
}
.pop-ups-style{
	background: none!important;
}
.layui-layer-shade{
	background: rgba(0,0,0,.8)!important;
}
.main-right{
	padding-left: 260px;
	width: 100%;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f8f8f8;
}
.main-right-hd{
	height: 50px;
	line-height: 47px;
}
.header-fiexd{
	position: fixed;
	top: 0;
	left: 0;
	padding-left: 260px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 999;
}
.main-right-hd .search{
	display: none;
	margin-top: 23px;
	width: 6%;
	text-align: center;
}
.main-right-hd .search > a{
	margin: 0 auto;
	display: block;
	width: 20px;
	height: 22px;
	background: url(../img/icon_10.png) no-repeat center;
	-moz-background-size: cover;
	     background-size: cover;
}
.main-right-hd .nav-box{
	width: 82%;overflow: visible;
}
.dropdown-toggle::after{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: .286rem;
    content: '';
    vertical-align: middle;
    border-top: .286rem solid;
    border-right: .286rem solid transparent;
    border-left: .286rem solid transparent;
    margin-right: 0;
    margin-left: .3em;
	color: #000;
}
.main-right-hd .nav-list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.main-right-hd .nav-list li{
	padding: 0 10px;
	border-bottom: 3px solid transparent;
	position: relative;
	text-align: center;
	width: 11.111%;
}
.main-right-hd .nav-list li > a{
	display: block;
}
.main-right-hd .nav-list li .nav-child{
	display: none;
	position: absolute;
	top: 67px;
	left: 50%;
	width: 120%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.main-right-hd .nav-list li .nav-child dd{
	background: rgba(0,0,0,.6);
	text-align: center;
	border-bottom: 1px solid #333;
}
.main-right-hd .nav-list li .nav-child dd a{
	display: block;
	color: #fff;
}
.main-right-hd .nav-list li.on{
	border-color: #da0023;
}
/* .main-right-hd .nav-list li.on > a{
	color: #c9b296;
} */
.main-right-hd .nav-list li:hover {
	border-color: #da0023;
}
/* .main-right-hd .nav-list li:hover > a{
	color: #c9b296;
} */
 

.main-right-hd .nav-user{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 15%;
}
.nav-user-mgs img{
	display: inline-block;
	width: 45px;
	height: 45px;
	-moz-border-radius: 45px;
	     border-radius: 45px;
	vertical-align: middle;
}
.nav-user:hover .nav-user-down{
	display: block;
}
.main-right-hd .nav-user > a{
	display: none;
	margin: 20px 0 0 20px;
	width: 22px;
	height: 22px;
	background: url(../img/icon_11.png) no-repeat center;
	-moz-background-size: cover;
	     background-size: cover;
}
.nav-user-down{
	display: none;
	position: absolute;
	top: 68px;
	left: 30%;
	width: 60%;
	-moz-border-radius: 10px;
	     border-radius: 10px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}
.nav-user-down:before{
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:10px solid #fff;
	z-index: 999;
}
.nav-user-down li{
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}
.nav-user-down li a{
	display: block;
	color: #000;
	background: #fff;
}
.nav-user-down li:hover a{
	color: #c9b296;
}
.good-right-bd{
	margin: 58px 36px 0;
	padding: 44px 0px 50px 4%;
	background: #fff;
}
.good-right-bd ul{
	margin-bottom: -35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.good-right-bd li{
	margin-bottom: 35px;
	overflow: hidden;
	width: 33.33%;
}
.good-right-bd li .img{
	float: left;
	font-size: 0;
}
.good-right-bd li .img img{
	display: block;
	width: 104px;
	height: 104px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
}
.good-right-bd li .txt{
	margin: 0 0 0 10px;
	float: left;
}
.good-right-bd li .txt h3{
	margin-left: 15px;
	font-size: 18px;
	color: #000;
}
.good-right-bd li .txt p{
	margin-top:5px;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 280px;
	line-height: 50px;
	font-size: 14px;
	color: #717171;
	background: url(../img/img_02.png) no-repeat center;
}
.good-right-bd li .txt i{
	margin: 5px 0 0 10px;
	display: block;
	width: 100px;
	height: 15px;
	background: url(../img/img_03.png) no-repeat center;
}
.main-right-ft{
	padding: 30px 0 60px;
	line-height: 30px;
}
.globel-page{
	text-align: center;
	font-size: 12px;
}
.globel-page > a,
.globel-page ul,
.globel-page li{
	display: inline-block;
}
.globel-page a{
	color: #000;
}
.globel-page li{
	margin: 0 10px;	
}
.globel-page > a{
	margin: 0 40px;
	
}
.globel-page li a{
	display: block;
	width: 36px;
}
.globel-page li.on a{
	border: 1px solid #74522d;
	-moz-border-radius: 5px;
	     border-radius: 5px;
}

/* 三亚套餐 */
.package-right-bd{
	padding: 20px;
}
.package-right-bd li{
	margin-bottom: 25px;
	background: #fff;
	font-size: 0;
}
.package-right-bd li:last-child{
	margin-bottom: 0;
}
.package-right-bd li img{
	width: 100%;
}
.package-right-bd li .package-txt{
	padding: 20px 30px 25px;
}
.package-right-bd li .tit{
	font-size: 18px;
	font-size: 18px;
}
.package-right-bd li .tit h3{
	color: #a9a9a9;
}
.package-right-bd li .tit p{
	color: #2a2a2a;
	font-family: FelixTitlingMT;
}
.package-right-bd li .desc{
	padding: 20px 0;
	width: 75%;
	font-size: 12px;
	color: #bfbfbf;
	line-height: 18px;
	
}
.package-right-bd li .desc em{
	font-weight: bold;
}
.package-right-bd li .time{
	padding: 20px 0 0 ;
	border-top: 1px solid #5b5b5b;
}
.package-right-bd li .time p{
	margin-right: 70px;
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.package-right-bd li .time p i{
	margin-right: 15px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon_12.png) no-repeat;
	vertical-align: -1px;
}
.package-right-bd li .time p .number{
	background: url(../img/icon_13.png) no-repeat;
}

.package-right-bd li .time p:last-child{
	margin-right: 0;
} 

/* 三亚客片 */
.guest-right-bd{
	padding: 16px 28px ;
}
.globel-btn{
	text-align: center;
}
.globel-btn a{
	margin: 0 auto;
	display: block;
	width: 40%;
	line-height: 50px;
	-moz-border-radius: 25px;
	     border-radius: 25px;
	background: #10c7d9;
	color: #fff;
	font-size: 18px;
}
/* 瀑布流 */
.article {
  display: block;
  margin: 0 0 30px 0;
  padding: 12px;
  background: white;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 220ms;
  -moz-transition: all 220ms;
  transition: all 220ms;
}
.article:hover {
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 220ms;
  -moz-transition: all 220ms;
  transition: all 220ms;
}
.article > img {
  display: block;
  width: 100%;
  margin: 0 0 24px 0;
}
.article h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
 
.wall {
  display: block;
  position: relative;
  overflow: hidden;
}
.wall-column {
	display: block;
	position: relative;
	width: 33.33%;
	float: left;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wall-column a{
	margin-bottom: 15px;
	display: block;
}
@media (max-width: 640px) {
  .wall-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wall-column {
    width: auto;
    float: none;
  }
}     
 
 
 
 
 
 
.guest-right-bd .wall-item .img{
	font-size: 0;
}   
.guest-right-bd .wall-item img{
	width: 100%;
}
.guest-right-bd .wall-item .txt{
	padding: 45px 30px;
	overflow: hidden;
	color: #000;
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.guest-right-bd .wall-item .txt p{
	font-size: 12px;
}
.guest-right-bd .wall-item .txt  h3{
	font-size: 24px; 
}
.guest-right-bd .wall-item .txt .place{
	float: left;
}
.guest-right-bd .wall-item .txt .time{
	float: right;
}
/* 列表模式 */
.guest2-right-bd{
	margin: 20px;
	padding: 20px;
	background: #fff;
}
.product-list .hover-img{
	display: none;
}
.product-list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.product-list li{
	width: 25%;
	margin-bottom: 50px;
}
.product-list li:hover .hover-img{
	display: block;
}
.product-list li:hover .img{
	display: none;
}
.product-list li img{
	width: 100%;vertical-align: middle;
}
.product-list li .txt{
	text-align: center;
}
.product-list li h3{
	margin: 11px 0;
	color: #959595;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list li span{
	color: #ffffff;
    padding: 3px 25px;
	background: #333;
	font-size: 1rem;
    font-weight: 400;
	width: 82px;
    line-height: 1.571429;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    -moz-border-radius: .215rem;
         border-radius: .215rem;
}

/* 地图 */
.map{
	height: 92vh;
	background: #f8f8f8;
}
.map-right-bd{
	height: 100%;
}
 
#main{
	margin: 0 auto;
	width:100%;
	height: 100%;
}
.zoom-btn{
	position: fixed;
	top: 50%;
	right: 60px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.zoom-btn a{
	margin: 10px 0;
	display: block;
	font-size: 90px;
	color: #7d7d7d;
	text-align: center;
	line-height: 1;
}
.zoom-btn .reduction{
	font-size: 120px;
}
/* 地图 end*/

.swiper-box{
	margin:30px 20px 0;
}
.swiper-box .big-img{
	position: relative;
	text-align: center;
}
.swiper-box .big-img li{
	font-size: 0;
}
.swiper-box .big-img img{
	width: 60%;
	margin: 0 auto;
}
.swiper-box .big-img .prev,
.swiper-box .big-img .next{
	position: absolute;
	top: 50%;
	left: 2%;
	margin-top: -28px;
	width: 56px;
	height: 56px;
	z-index: 999;
}
.swiper-box .big-img .prev{
	background: url(../img/slide_prev.png) no-repeat center;
}
.swiper-box .big-img .next{
	left: auto;
	right:2%;
	background: url(../img/slide_next.png) no-repeat center;
}
.swiper-box .small-img{
	position: relative;
	text-align: center;
}

.swiper-box .small-img .bd{
	position: relative;
	margin: 0 6%;
	padding: 60px 0 30px;
	overflow: hidden;
}
.swiper-container-horizontal>.swiper-scrollbar{
	bottom: 23px;
}
.swiper-box .small-img ul{
	width: 100%;
}
.swiper-box .small-img .prev,
.swiper-box .small-img .next{
	position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 30px;
    height:70px;
	background: url(../img/slider-arrow.png) no-repeat center;
    filter: alpha(opacity=50);
    opacity: 0.5;
	background-color: #3f3f3f;
	background-position: -110px 20px;
}
.swiper-box .small-img .next{
	left: auto;
    right: 2%;
    background-position: 8px 20px;
}
.swiper-box .small-img li{
	font-size: 0;
}
.swiper-box .small-img li a{
	display: block;
	position: relative;
}
.swiper-box .small-img li a img{
	width: 100%;
}
.swiper-box .small-img li a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.swiper-box .small-img ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.swiper-box .small-img li{
	margin-right: 7px;
}
.swiper-box .small-img li:last-child{
	margin-right: 0;
}
.swiper-box .small-img li.swiper-slide-thumb-active a:before{
	background: rgba(255,255,255,0);
}

/* 品牌介绍 */
.breadcrumb-box{
	border-top:1px solid #333;
	background: #fff;
}
.breadcrumb-box .breadcrumb{
	line-height: 40px;
	font-size: 18px;
}
.breadcrumb-box .breadcrumb dt{
	display: inline-block;
	margin: 0 10px 0 45px;
	font-size: 26px;
	font-weight: bold;
	color: #737373;
}
.breadcrumb-box .breadcrumb dd{
	display: inline-block;
}
.breadcrumb-box .breadcrumb >dd + dd:before {
	display: inline-block;
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb-box .breadcrumb dd:hover a{
	color: #000;
}
.breadcrumb-box .breadcrumb a{
	color: #dddddd;
}
.brabd-right-bd img{
	display: block;
	vertical-align: baseline;
	width: 100%;
}
.go-top{
	display: none;
	position: fixed;
	right: 40px;
	bottom: 18%;
}
.go-top a{
	display: block;
	width: 65px;
	line-height:65px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	text-align: center;
	background: #000;
	font-size: 22px;
	color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
}

/* 2019-9-19 */
/* 好评 */
.good-reputation{
	
}
.good-reputation-hd{
	display: table;
	width: 100%;
	height: 360px;
	background: #191919;
	text-align: center;
}
.good-reputation-hd .txt{
	display: table-cell;
	vertical-align: middle;
}
.good-reputation-hd h3{
	font-size: 5rem;
	color: #fff;
	font-weight: bold;
}
.good-reputation-hd h3 em{
	color: #da0000;
	font-weight: bold;
}
.good-reputation-hd p{
	font-size: 3rem;
	color: #fff;
}
.good-reputation-hd p em{
	font-weight: bold;
}
.good-reputation-bd{
	padding: 8% 5% 0;
	background: #fff;
}
.good-reputation-bd ul{
	margin: 0 0 -4% -3%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.good-reputation-bd li{
	margin: 0 0 4% 3%;
	font-size: 0;
	width: 22%;
}
.good-reputation-bd li img{
	width: 100%;
}
.good-reputation-ft{
	padding: 30px 0;
}
/* 客片模板 */
.min-height{
	position: relative;
	padding: 3% 9%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: -moz-calc(100vh - 50px);
	min-height: calc(100vh - 50px);
	background: #eee;
}
.main-right-ft{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 140px;
}
.kepian-mode-hd{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.kepian-mode-hd .text-left,
.kepian-mode-hd .text-right{
	font-size: 0;
}
.kepian-mode-bd{
	margin-top: 25px;
}
.kepian-mode-bd .list{
	margin: 0 0 -3% -3.5%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.kepian-mode-bd .list li{
	margin:0 0 3% 3.2%;
	width: 30%;
}
.kepian-mode-bd .list li .img{
	font-size: 0;
	width: 100%;
}
.kepian-mode-bd .list li img{
	width: 100%;
	height: 100%;
}
.kepian-mode-bd .list li .txt{
	padding: 20px 20px 30px;
	background: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.kepian-mode-bd .list li .txt h3{
	color: #929292;
}
.kepian-mode-bd .list li .txt h3 span{
	margin: 0 5px;
	font-size: 18px;
	font-weight: bold;
}
.kepian-mode-bd .list li .txt em{
	font-weight: bold;
	font-size: 24px;
	color: #000;
}
.kepian-mode-bd .list li .txt p{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}
.kepian-mode-bd .list li .like-icon{
	position: relative;
	padding-left: 24px;
	font-size: 20px;
	color: #000;
	overflow: hidden;
}
.kepian-mode-bd .list li .like-icon .xin{
	position: absolute;
	top: 6px;
	left: 0;
	width: 18px;
	height: 16px;
	background: url(../img/star.png) no-repeat center;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;
}
.kepian-mode-bd .list li .like-icon  .number{
	
}
.g-btn{
	position: absolute;
	left: 50%;
	bottom: 1%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.g-btn a{
	display: block;
	line-height: 40px;
	border: 1px solid #000;
	width: 180px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
/* 套餐目录 */
.taocan-catalogue{
	padding: 3%;
}
.taocan-catalogue ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.taocan-catalogue li{
	margin-bottom: 48px;
	font-size: 0;
	width: 49.5%;
}
.taocan-catalogue li img{
	width: 100%;
}

/* 样板目录 */
.sample-box{
	position: relative;
	background: #eee;
	padding: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: -moz-calc(100vh - 50px);
	min-height: calc(100vh - 50px);
}
.sample-box .list{
	margin: 0 0 -20px -20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.sample-box .list li{
	margin: 0 0 20px 20px;
	width: 48.5%;
}
.sample-box .list li .img{
	font-size: 0;
}
.sample-box .list li img{
	width: 100%;
}
.sample-box .list li .txt{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 15px 40px;
	background: #fff;
}
.sample-box .list li .txt .desc h3{
	font-size: 20px;
	font-weight: bold;
	color: #202020;
}
.sample-box .list li .txt .desc p{
	margin-top: 5px;
	color: #999999;
}
.sample-box .list li .txt .desc .t1{
	font-size: 14px;
}
.sample-box .list li .txt .desc .t2{
	font-size: 12px;
}
.sample-box .list li .txt .btn a{
	display: block;
	font-size: 12px;
	color: #000;
	padding: 0 15px;
	line-height: 26px;
	-moz-border-radius: 13px;
	     border-radius: 13px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border: solid 1px #000000;
}
.sample-box .list li .txt .btn a:hover{
	background: #333333;
	color: #fff;
}
.sample-box .g-btn{
	margin: 30px 0;
	position: static;
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	        transform: translate(0,0);
}
.sample-box .g-btn a{
	margin: 0 auto;
}
.g-btn a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.g-btn a:hover{
	color: #fff;
	background: #000;
}
.layui-flow-more{
	margin: 0 auto 30px;
	width: 100%;
}
.layui-flow-more a cite{
	border: 1px solid #000;
}