﻿@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "LSONGSJ";
  src: url("../fonts/LSONGSJ.woff2") format("woff2"),
       url("../fonts/LSONGSJ.woff") format("woff"),
       url("../fonts/LSONGSJ.ttf") format("truetype"),
       url("../fonts/LSONGSJ.eot") format("embedded-opentype"),
       url("../fonts/LSONGSJ.svg") format("svg");
}


html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px; /*font-family: "原版宋体_0","SimSun-ExtB"; */ font-family: "Arial","Microsoft Yahei";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.warp{ max-width:1440px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;} 

/*all-img*/
.xxl,icu1{ display:block;}
.xl,.l,.m,.icu2{ display:none;}

/*parts*/
div.fy *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
div.fy {text-align:center;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px;padding:8px 12px; color:#fff; font-size:1.4em; display:inline; border: 1px solid #ddd; }
div.fy a:hover{color:#fff;  background: #c29f62;  border: 1px solid #c29f62;}
div.fy a:active{ color:#fff;  background: #c29f62; border: 1px solid #c29f62;}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #c29f62; border: 1px solid #c29f62;}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#fff; font-size:1.4em;  border: 1px solid #ddd;}


/*手机导航*/
.m-header{ width:100%; background:#c29f62;}
#hamburger {width: 24px; height: 14px;	position:absolute;	top: 25px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#c29f62; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}


/*header*/
.header,.header .mune a,.header .mune .m-list>a:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header .clear2{ display: none;}
.header{ width: 100%; display: flex; align-items: center; justify-content: space-between; background-image:linear-gradient(180deg,rgba(0,0,0,0.6) 0%,transparent  100%); position:fixed; width: 100%; top:0; left: 0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 2; }
.header .logo{ width: 240px; text-align: center; float:left;  padding:8px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .logo img{ max-width: 100%;}
.header .mune{ float: right; padding-right: 20px;}
.header .mune>*{ display: inline-block; }
.header .mune .m-list{ padding: 28px 20px;}
.header .mune .m-list>a{ display: inline-block; font-size:1.4em; color:#fff; padding:12px 15px; line-height:20px; position: relative;}
.header .mune .m-list>a:after{ position: absolute; bottom: 0px; left: 0; height: 2px; width: 100%; content: ""; background: #c29f62; transform: scaleX(0);}
.header .mune .m-list:hover>a,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6{ color: #c29f62 !important; }
.header .mune .m-list:hover>a:after,#m1 .m1:after,#m2 .m2:after,#m3 .m3:after,#m4 .m4:after,#m5 .m5:after,#m6 .m6:after{ transform: scaleX(0.8) !important;}

.header .mune .m-dot:after{ background-image:linear-gradient(270deg,#c29f62 0%,transparent  100%); content: "";  height: 1px; position:absolute; width: 100%; top:0; left: 0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 2; }
.header .mune .m-dot{ background: #333; display: none; left: 0; width: 100%; z-index: 0; position: absolute; top:calc(100%); text-align: right; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header .mune .m-dot a{ opacity: 0.6; font-size: 1.4em; line-height: 24px; color: #fff; margin: 0 20px; display: inline-block;}
.header .mune .m-list:hover .m-dot{ z-index: 2; display: block;}
.header .mune .m-dot a:hover{ opacity: 1; }
.header:hover{ background: #000;}
.header.h-showdown{ top:-100%; }

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ overflow:hidden; background: #000; }

.footer .fo1{ overflow:hidden;  padding:40px 0; border-bottom: 1px solid #333;}
.footer .fo2{ border-bottom: 1px solid #333; padding: 26px 0 10px 0;}
.footer .fo2 .da .d{ display: flex; overflow: hidden; margin: 20px 0;}
.footer .fo2 .da .d .t{ display: flex;flex-wrap: wrap; width: 100%;}
.footer .fo2 .da .d p{ padding: 0 10px; border-left: 1px solid #333; margin-bottom: 12px;}
.footer .fo2 .da .d>*{ float:left; text-align: center;  min-width: 100px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.footer .fo2 .da .d p:first-child{ text-align: left; border-left: none;}
.footer .fo2 .da .d h3 a{ font-size: 1.4em; color: #fff;}
.footer .fo2 .da .d p a{ font-size: 1.4em; color: #888;}
.footer .fo2 .da .d p:hover a,.footer .fo2 .da .d h3:hover a{ color:#fff; font-weight: bold;}
.footer .fo2 .fc{ overflow: hidden; margin-top: 25px;}
.footer .fo2 .fc .fp{ float:left; margin-top: 40px;}
.footer .fo2 .fc .fp>*{ float:left;}
.footer .fo2 .fc .fp .t{ padding-left: 14px;}
.footer .fo2 .fc .fp .t h3{ font-size: 2.4em; color: #c29f62; margin-bottom: 6px;}
.footer .fo2 .fc .fp .t p{ font-size: 1.4em; color: #555; }
.footer .fo2 .fc .two{ float:right;}
.footer .fo2 .fc .two .dot{ float:left; margin: 0 10px; text-align: center; }
.footer .fo2 .fc .two .dot p{ line-height: 24px; color: #967946; font-size: 1.2em;}

.footer .fo3{  text-align: center; overflow:hidden; padding:25px 0 30px 0; }
.footer .fo3 p{ font-size:1.4em; color:#888; line-height:24px; float:left;}
.footer .fo3 p a{ font-size: 1em; color: #888;}
.footer .fo3 p a:hover{ text-decoration: underline;}
.footer .fo3 .fs{ float:right; }
.footer .fo3 .fs a{ display: inline-block; background: #2e2e2e; padding: 4px; margin: 0 5px; border-radius: 50%;}
.footer .fo3 .fs a:hover{ background: #ccc;}

.bottomlist{ background:#c29f62; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:200;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}


/*banner*/
.iht .gallery-top .swiper-slide{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.banner{ width: 100%;}
.banner video{ background-attachment: fixed; background-size: cover !important; height: 100vh;  object-fit:cover;}
.banner .ban-bg{ background: rgba(0,0,0,0.5); position: absolute; top:0; left: 0; width: 100%; height: 100vh;}
.banner .img{ position:absolute; top:50%; margin-top:-105px; z-index:999; width: 100%; text-align: center;}
/*iht*/
.iht{ position: relative; }
.iht .gallery-thumbs{ position: absolute; top:20vh; left: 4%; height: 60vh; z-index: 2; padding: 40px 10px;}
.iht .gallery-thumbs .swiper-slide{ cursor: pointer; display: table; padding: 0 20px; position: relative; border-left:1px dashed #3c3c3c; }
.iht .gallery-thumbs .swiper-slide:after,.iht .gallery-thumbs .swiper-slide:before{ position: absolute; top:0; bottom: 0; margin: auto; content: ""; border-radius: 50%; opacity: 0;}
.iht .gallery-thumbs .swiper-slide:after{ background: #ba9420; width: 9px; height: 9px; left: -5px;}
.iht .gallery-thumbs .swiper-slide:before{ border: 1px solid #ba9420; width: 11px; height: 11px; left: -7px;}
.iht .gallery-thumbs .swiper-slide p{ display: table-cell; vertical-align: middle; font-size: 1.4em; color: #888; line-height: 24px;}
.iht .gallery-thumbs .swiper-slide-thumb-active p{ color: #ba9420;}
.iht .gallery-thumbs .swiper-slide-thumb-active:after,.iht .gallery-thumbs .swiper-slide-thumb-active:before{ opacity: 1;}
.iht .gallery-top{ background: #000;}
.iht .gallery-top .swiper-slide{ background-size: cover !important; height: 100vh;}
.iht .gallery-top .swiper-slide .txt{ padding: 20% 20px 20px 20%;}
.iht .gallery-top .swiper-slide .txt h3{ font-size:3.6em; color: #fff; margin-bottom: 20px;}
.iht .gallery-top .swiper-slide .txt p{ color: #fff; max-width: 360px; font-size: 1.4em; line-height: 24px;}
.iht .gallery-top .swiper-slide .txt a{ font-size: 1.4em; color: #b18a51; margin-top: 20px; display: inline-block;}
.iht .gallery-top .swiper-slide .txt a:hover{ text-decoration: underline;}
/*iv*/
.iv video{ height: 55vh;  object-fit:cover; }
.iv .txt{ position:absolute; top:50%; margin-top:-50px; z-index:999; width: 100%; text-align: center;}
.iv .txt h3{ font-size: 3.6em; color: #fff; margin-bottom: 16px; font-weight: 100;}
.iv .txt p{ font-size: 1.6em; color: #fff; letter-spacing: 4px;}
/*idi*/
.idi .dot1 .txt span,.idi .dot .txt span,.idi .dot1 .txt p,.idi .dot .txt p,.idi .dots .dot:after,.idi .dot1:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.idi{ background: #000; padding: 100px 0;}
.idi img{ width: 100%;}
.idi .dot1{ overflow: hidden; margin: 10px 15px; width: calc(100% - 30px); position: relative;}
.idi .dots{ overflow: hidden;}
.idi .dots .dot{ position: relative; float:left; width: calc(50% - 30px); margin: 10px 15px; overflow: hidden;}
.idi .dots .dot:after,.idi .dot1:after{ position: absolute; bottom: 0; left: 0; content: ""; background: #b18a51;  width: 0; height: 10px;}
.idi .txt{ position: absolute; bottom: 0px; left: 0px; width: 100%; padding:30px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idi .txt h3{ font-size: 3em; color: #fff; margin-bottom: 10px;}
.idi .txt p{ font-size: 1.6em; color: #fff; transform: scaleY(0); display:none;}
.idi .txt span{ margin-top: 0px; font-size: 1.4em; color: #a0a0a0;  transform: scaleY(0); display:none;}
.idi .dot1:hover .txt span,.idi .dot:hover .txt span,.idi .dot1:hover .txt p,.idi .dot:hover .txt p{ transform: scaleY(1); display: block;}
.idi .dot1:hover .txt span,.idi .dot:hover .txt span{ margin-top: 20px;}
.idi .dots .dot:hover:after,.idi .dot1:hover:after{ width: 100%;}
.idi .dots .dot:hover .txt,.idi .dot1:hover .txt{ background-image:linear-gradient(0deg,rgba(0,0,0,0.8) 0%,transparent  100%);}
/*inews*/
.inews{ padding: 80px 0 70px 0; background: #191919;}
.inews .tit{ margin-bottom: 100px;}
.inews .tit h3{ font-size: 3.6em; color: #fff; }
.inews .tit span{ width: 80px; height: 1px; background: #717171; display:inline-block; margin: 24px 0 30px 0;}
.inews .tit p{ font-size: 1.4em; color: #c29f62; line-height: 24px;}
.inews .tit a{ display: block; text-align: right; font-size: 1.4em; color: #c29f62;}
.inews .tit a:hover{ text-decoration: underline;}
.inews .txts .inews-slider .img{ background: #000;}
.inews .txts .inews-slider .img img{ opacity: 0.3; width: 100%;}
.inews .txts .inews-slider .txt{ text-align: center; padding: 10px 0; opacity: 0; transform: translateY(45px);}
.inews .txts .inews-slider .txt h4{ font-size: 1.4em; color: #a7a7a7; text-align: right; margin-bottom: 6px;}
.inews .txts .inews-slider .txt h3{ font-size: 2.4em; color: #c29f62; max-width: 60%; margin: 0 auto 20px auto; line-height: 32px; height: 32px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .txts .inews-slider .txt p{ font-size: 1.4em; color: #888; line-height: 24px;  max-width: 60%; margin: 0 auto; height: 72px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.inews .txts .inews-slider .swiper-slide-active .img img{ opacity: 1;}
.inews .txts .inews-slider .swiper-slide-active .txt{ opacity: 1; transform: translateY(0px);}


/*tits*/
.tits{ text-align: center;}
.tits h3{ font-size: 3.6em; color: #fff;  margin-bottom:12px;}
.tits span{ display: inline-block; width: 70px;  height: 1px; background: #c29f62;}

/*banners*/
.banners{ height: 750px; background-size: cover !important;}
.news{ background: url(../images/banner/news-banner.jpg) center center no-repeat;}
.case{ background: url(../images/banner/case-banner.jpg) center center no-repeat;}



/*case*/
.case-t .dots .dot img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.case-t{ background: #111; padding: 55px 0 70px 0;}
.case-t .tits{ margin-bottom: 40px;}
.case-t .dots{ overflow: hidden;}
.case-t .dots .dot{ border-bottom: 1px solid #4a4a4a; float:left; width: calc(33.33% - 40px); margin: 25px 20px;}
.case-t .dots .dot .img{ overflow: hidden;}
.case-t .dots .dot img{ width: 100%;}
.case-t .dots .dot .txt{ padding: 25px 15px 15px 15px;}
.case-t .dots .dot p{ font-size: 1.6em; color: #fff; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.case-t .dots .dot:hover img{ transform: scale(1.1);}

/*news*/
.news-t .dots .dot .txt .tit .t h3,.news-t .dots .dot .img img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.news-t{ background: #111; padding: 50px 0 70px 0;}
.news-t .tits{ margin-bottom: 60px;}
.news-t .dots .dot{ overflow: hidden; margin: 60px 0;}
.news-t .dots .dot a>*{ float:left;}
.news-t .dots .dot .img{ overflow: hidden;width: 340px; margin-right: 40px;}
.news-t .dots .dot .img img{ width: 100%;}
.news-t .dots .dot .txt{ padding-bottom: 30px; border-bottom: 1px solid #333; width: calc(100% - 380px);}
.news-t .dots .dot .txt .tit{ overflow: hidden; padding: 35px 0 40px 0;}
.news-t .dots .dot .txt .tit .t{ float:left; width: calc(100% - 140px);}
.news-t .dots .dot .txt .tit .more{ float:left; width: 140px;}
.news-t .dots .dot .txt .tit .more h3{ font-size: 1.2em; color: #555;}
.news-t .dots .dot .txt .tit .more h3 span{ margin-left: 20px;}
.news-t .dots .dot .txt .tit .t h3{ font-size: 1.6em; color: #fff; font-weight: bold; margin-bottom: 15px;  line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.news-t .dots .dot .txt .tit .t span{ font-size: 1.2em; color: #555; line-height: 24px;}
.news-t .dots .dot .txt p{ font-size: 1.4em; color: #888; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .dots .dot:hover .txt .tit .t h3{ color: #c29f62;}
.news-t .dots .dot:hover .img img{ transform: scale(1.1);}

/*newsshow*/
.newsshow{ background: #111; padding:80px 0 80px 0;}
.newsshow .boxs{ background:#f5f5f5; }

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:2.2em; color:#c29f62;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{  padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{ color:#666; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px;}
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#fff; font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#000 !important; color:#fff !important;}

/*dishes*/
.dishes-t .boxs .box img,.dishes-t .boxs .box{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.dishes{ height: 750px; background-size: cover !important;}
.dishes-t{ padding-bottom: 60px; background: #111;}
.dishes-t .dil{ padding: 30px 0 5px 0; text-align: center;}
.dishes-t .dil a{ font-size: 1.4em; color: #fff; line-height: 24px; display: inline-block; margin: 5px 30px;}
.dishes-t .dil a:hover,.dishes-t .dil a.lock{ color: #c29f62; font-weight:bold;}
.dishes-t .boxs{ overflow: hidden;}
.dishes-t .boxs .box{ border-bottom: 1px solid #353535; float:left; width: calc(50% - 60px); margin: 25px 30px;}
.dishes-t .boxs .box .img{ overflow: hidden;}
.dishes-t .boxs .box img{ width: 100%;}
.dishes-t .boxs .box .txt{ padding: 25px 15px 15px 15px;}
.dishes-t .boxs .box .txt p{ font-size: 1.6em; color: #fff; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.dishes-t .boxs .box:hover img{ transform: scale(1.1);}
.dishes-t .boxs .box:hover{ border-bottom: 1px solid #c29f62;}

/*about*/
.ab2 .devl-t .swiper-slide .t h3,.ab2 .devl-t .swiper-slide .t2>*{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.about{ background: #070707;}
.about .tit h3{ font-size: 3em; color: #c29f62; margin-bottom: 12px;}
.about .tit h4{ font-size: 4.8em; color: #c29f62; opacity: 0.2; font-weight: bold;}

.ab-ban{  background:url(../images/about/about-banner.jpg) center center no-repeat; background-size: cover !important;  overflow: hidden;}
.ab-ban .warp{ float:right; display: table; width: 50%; height: 100vh;  padding-right: 10%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ab-ban .txt{ display:table-cell; vertical-align: middle;}
.ab-ban .txt h3{ font-size: 3em; color: #c29f62; margin-bottom: 25px;}
.ab-ban .txt p{ font-size: 1.6em; line-height: 24px; color: #fff; margin-bottom: 30px;}
.ab2{  padding: 120px 0; background: url(../images/about/ab2-bg.jpg) center center no-repeat; background-size: cover !important; overflow: hidden;}
.ab2 .tit{ padding-top: 14%; float:left; width: 40%; padding-left: 10%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ab2 .tit h5{ margin-top: 70px; font-size: 1.6em; color: #6d6d6d; margin-bottom: 12px; opacity: 0.4;}
.ab2 .tit p{ font-size: 2.4em; color: #6d6d6d; opacity: 0.2; font-weight: bold; }
.ab2 .devl-t{  float:left; width: 60%;}
.ab2 .devl-t .devl-slider{ height: 680px;}
.ab2 .devl-t .swiper-slide{ padding: 30px 40px; border-top:1px solid #313131; overflow:hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: fit-content;}
.ab2 .devl-t .swiper-slide>*{ float:left; }
.ab2 .devl-t .swiper-slide .t{ width: 24%;}
.ab2 .devl-t .swiper-slide .t h3{ font-size: 3em; color: #fff;  font-family: "LSONGSJ"; transform-origin : 0 0 0;}
.ab2 .devl-t .swiper-slide .t2{ width: 76%;}
.ab2 .devl-t .swiper-slide .t2 h3{ font-size: 1.8em; color: #fff; font-weight: bold;  margin-bottom: 10px;}
.ab2 .devl-t .swiper-slide .t2 p{ font-size: 1.6em; color: #fff; line-height: 24px;}
.ab2 .devl-t .swiper-slide:hover .t h3{ transform: scale(2); color: #c29f62;}
.ab2 .devl-t .swiper-slide:hover .t2>*{ color: #c29f62;}
.ab3{ overflow: hidden;  padding: 120px 0;}
.ab3 .img{ float:left; width: 48%;}
.ab3 .img img{ max-width: 80%;}
.ab3 .txt{ float:left; width: 52%; padding-top: 10%;}
.ab3 .txt .tit{ margin-bottom: 30px;}
.ab3 .txt p{ font-size: 1.4em; color: #bebebe; line-height: 24px; margin-bottom: 24px;}
.ab4{ background: url(../images/about/ab4-bg.jpg) center center no-repeat; background-size: cover !important;}
.ab4 .txts{ padding: 200px 0;}
.ab4 .txts p{ font-size: 1.4em; color: #bebebe; line-height: 24px;}
.ab5{ padding: 200px 0 10px 0; overflow: hidden;}
.ab5 .tit{ float:left; width: 30%; padding-left: 10%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ab5 .dots{ width: 70%; float:left; padding-right: 5%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ab5 .dots>*{ float:left; width: calc(50% - 60px); margin: 0 30px 20px 30px;}
.ab5 .dots .img img{ width: 100%;}
.ab5 .dots .img:nth-child(2n){ margin-top: 40px;}
.ab5 .dots .img:nth-child(2n-1){ margin-top: -20px;}


/*hotel*/
.hotel3 .swiper-pagination-bullet,.hotel3 .swiper-pagination-bullet p,.hotel3 .swiper-pagination-bullet i,.hotel3 .swiper-slide img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.hotel{ overflow: hidden;}
.hotel img{ width: 100%;}
.hotel2{ overflow: hidden; background: #f1f1f1; padding: 80px 0 100px 0;}
.hotel2 .txt{ float:left; width: 50%; padding-top: 5%;}
.hotel2 .txt h3{ font-size: 3.6em; color: #c29f62; margin-bottom: 35px;}
.hotel2 .txt p{ max-width: 580px; font-size: 1.4em; color: #555; line-height: 24px;}
.hotel2 .img{ float:left; text-align:center; width: 50%; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotel2 .img img{ max-width: 100%;}
.hotel3{ padding: 90px 0 70px 0;}
.hotel3 .tits h3{ color: #333;}
.hotel3 .hotel3-slider{ padding-bottom: 70px;}
.hotel3 .tits span{ background: #111;}
.hotel3 .tits{ margin-bottom: 50px;}
.hotel3 .swiper-slide{ background: #000;}
.hotel3 .swiper-slide img{ width: 100%; opacity: 0.5;}
.hotel3 .swiper-pagination-bullet{ width: 40px; height: 24px; background: transparent;}
.hotel3 .swiper-pagination-bullet p{ line-height: 20px;  font-size: 14px;  color: #000;   opacity: 1;  display: none;}
.hotel3 .swiper-pagination-bullet i{ display: inline-block; width: 20px; height: 1px; background: #111; margin: 0px 3px 4px 0px;}
.hotel3 .swiper-pagination-bullet-active{ width: 60px;}
.hotel3 .swiper-pagination-bullet-active p{  color: #c29f62; display: inline-block; }
.hotel3 .swiper-pagination-bullet-active i{ width: 40px; background: #c29f62;}
.hotel3 .swiper-container-horizontal>.swiper-pagination-bullets,.hotel3  .swiper-pagination-custom,.hotel3  .swiper-pagination-fraction{ bottom: 0; right: 28%; left: auto; width: auto;}
.hotel3 .swiper-slide.swiper-slide-active img{ opacity: 1;}
.hotel4{ overflow: hidden; background: #cebea2; padding: 70px 0;}
.hotel4 .warp>*{ padding-right:20px; float:left; color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;}
.hotel4 .warp .t1:after,.hotel4 .warp .t2:after{ position: absolute; right: 10px; width: 1px; height: 60px; content: ""; top:0; background: #fff;}
.hotel4 .t1{ width: 30%;}
.hotel4 .t1 h3{ font-size: 4em; font-weight: 100; margin-bottom: 16px;}
.hotel4 .t1 h4{ font-size: 1.6em; letter-spacing: 2px;}
.hotel4 .t2{ width: 40%; padding: 0 5%;}
.hotel4 .t2 h3{ font-size: 1.6em;  line-height: 24px; font-weight: 100; margin-bottom: 12px;}
.hotel4 .t2 p{ font-size: 3.6em; font-weight: 100;}
.hotel4 .t3{ width: 30%; text-align: center;}











