.banner .item {
    height: auto;
}
.site-main{
    /*padding-bottom: 12px;*/
}
.sect-title i{
    width: 50px;
    height: 58px;
    background: url(../../images/common/index/about_icon.png);
    display: inline-block;
}
.sect-title small{
    font-family: 'Lithos Pro';
}

.sect1{
    margin-top: -25px;
    padding-top: 100px;
    padding-bottom: 70px;
	background: url(../../images/common/index/about_bg.jpg) no-repeat;
}
.about-box:after{
    content: '';
    display: block;
    clear: both;
}
.about-box .pic{
    float: left;
    width: 64%;
}
.about-box .txt{
    float: right;
    width: 36%;
    padding: 20px 0;
    /*border-bottom: 1px dotted #EC8353;*/
}
.about-box .editor{
    height: 160px;
    overflow: hidden;
}
.about-box .sect-title{
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}
.about-box .sect-title small{
    font-size: 26px;
    color: #333333;
    margin-left: -1px;
    font-family: 'Monda';
}
.about-box .more{
    width: 143px;
    height: 31px;
    background: url(../../images/common/index/about_more.png)top;
    float: left;
    margin-top: 30px;
}
.about-box .more:hover{
    background-position: bottom;
}

.sect-title.wow.fadeInRight {
    /*background: #fbfbfb;*/
    padding: 9px 11px 0;
    border-radius: 8px;
}


.sect2{
    margin-top: 10px;
    background: url(../../images/common/index/room_bg.jpg);
}
.sect2 .container{
    padding-top: 45px;
    padding-bottom: 55px;
}
.sect2 .sect-title{
    text-align: center;
    font-size: 23px;
    margin-bottom: 40px;
	color: #333;
}
.sect2 .sect-title i{
    /*background-position: -70px 0;*/
    display: block;
    margin: 0 auto;
	width: 236px;
    height: 114px;
    background: url(../../images/common/index/room_icon.png) center center;
}
.sect2 .sect-title small{
    font-size: 30px;
    color: #333;
    letter-spacing: 0.08em;
    display: block;
    font-family: 'Monda';
    margin: 6px 0;
}
.rooms-list{
    margin-top: -40px;
}
.rooms-list .item{
    padding-top: 45px;
}
.rooms-list button{
    cursor: pointer;
    border: none;
    background: none;
    text-indent: -5000px;
    width: 30px;
    height: 30px;
    background: #b43d73 url(../../images/common/index/rooms_arrow.svg);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    position: absolute;
    top: -35px;
    right: 52%;
    margin-right: -130px;
}
.rooms-list button:hover{
    background-color: rgb(243, 152, 185);
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.rooms-list button.slick-prev {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    top: -35px;
    left: 52%;
    margin-left: -130px;
    right: inherit;
    margin-right: inherit;
}
.rooms-box .more{
    width: 215px;
    height: 65px;
    background: url(../../images/common/index/rooms_more.png)top;
    margin: -10px auto 0;
    display: block;
}
.rooms-box .more:hover{
    background-position: 0 100%;
}

.sect3{
    background: url(../../images/common/index/news_bg.jpg)top repeat-x;
    padding-top: 100px;
	padding-bottom: 100px;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.album-box{
    max-width: 520px;
    width: 100%;
    float: left;
}
.album-box .item{
    width: 50%;
}
.news-box{
    float: right;
    width:calc(100% - 640px);
}
.album-list .sect-title a .pic.hover{
    display: none;
}
.album-list .sect-title a:hover .pic.hover{
    display: block;
}
.album-list .sect-title a:hover .pic{
    display: none;
}
.ih-item a{
    overflow: hidden;
    max-width: 260px;
}
.ih-item.square{
    border: none;
    box-shadow:none;
    max-width: 260px;
    width: 100%;
    height: inherit;
}
.ih-item.square.effect6 .info h3{
    margin-top: 70px;
    background: none;
}
.news-box{
    border-bottom: 1px dashed #82812f;
}
.news-box .sect-title{
    font-size: 20px;
    color: #333333;
    background: url(../../images/common/index/icon_2.png)right top no-repeat;
}
.news-box .sect-title small{
    font-size: 30px;
    color: #333333;
    font-family: 'Monda';
    letter-spacing: 0.06em;
    margin-left: 10px;
}
.news-box .sect-title i{
    background-position: -140px 0;
    vertical-align: top;
    position: relative;
    top: -5px;
    width: 94px;
    background: url(../../images/common/index/icon_1.png);
}
.news-list{
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}
.news-list a{
    background: rgb(245, 245, 245);
    color: #628c06;
    line-height: 40px;
    height: 40px;
    display: block;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news-list li:nth-child(even) a{
    background: rgb(98, 140, 6);
    color: #F8F3EF;
}
.news-list li:first-child a {
    -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
       -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
           border-top-right-radius: 10px;
}
.news-list li:last-child a {
    -webkit-border-bottom-right-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
         -moz-border-radius-bottomleft: 10px;
            border-bottom-right-radius: 10px;
             border-bottom-left-radius: 10px;
}


.news-list li a:hover{
    background: rgb(255, 255, 255);
}
.news-list li:nth-child(even) a:hover{
    background: rgb(98, 152, 138);
}
.news-list a:hover:after{
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../images/common/index/news_after.png)bottom;
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
}
.news-list li:nth-child(even) a:hover:after{
    background-position: bottom;
}
.news-list .date{
    display: block;
    font-size: 14px;
    padding: 0 30px;
    float: left;
    width: 115px;
}
.news-list .name {
    display: block;
    font-size: 15px;
    float: right;
    width: calc(100% - 245px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 70px;
}
.news-list a:after{
    content: '';
    display: block;
    clear: both;
}
.news-box .more{
    font-size: 15px;
    color: #333;
    font-family: 'Monda';
    font-weight: 700;
    float: right;
    margin: 13px 0 10px;
}
.news-box .more:hover{
    color: #628c06;
}
.sect4{
    margin-top: 0px;
}
.sect4 .sect-title{
    background: url(../../images/common/index/attractions_bg.jpg)center 100% no-repeat fixed;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    text-align: right;
    position: relative;
    background-size: 100%;
    min-height: 500px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.sect4 .sect-title span{
    position: absolute;
    top: 39px;
    right: 62%;
    text-align: center;
    margin-right: -409px;
}

.sect4 .sect-title b {
    background: rgba(145, 196, 33, 0.74);
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.31); 
    -moz-box-shadow: 5px 5px 5px #333333; 

}

.sect4 .sect-title small{
    font-size: 35px;
    letter-spacing: 0.08em;
    color: #ffffff;
    font-family: 'Monda';
    font-weight: bold;
    text-shadow: 1px 3px 6px #333333;
}
.sect4 .sect-title b{
    display: block;
    font-weight: normal;
}
.travel-list .item{
    width: 25%;
}
.travel-list .pic{
    position: relative;
}
.travel-list .cover{
    color: #fff;
    background: rgba(92, 175, 23, 0.74);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 75px 30px 30px 30px;
}
.travel-list .cover:hover{
    background: rgba(11, 62, 17, 0.28);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.travel-list .cover:hover .description{
    color: #FFF;
}
.travel-list .name {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.travel-list .description{
    font-size: 15px;
    height: 105px;
    overflow: hidden;
    color: #fff;
}
.travel-list .link{
    max-width: 150px;
    margin: 20px auto 0;
}
.travel-list .link li{
    width: 50%;
    text-align: center;
}
.travel-list .link a{
    width: 42px;
    height: 43px;
    background: url(../../images/common/index/attractions_web.png);
    display: inline-block;
    text-indent: -5000px;
    opacity: 0.5;
}
.travel-list .link a.web{ background-position: 100% 0; }

.travel-list .link a:hover{
    opacity: 1;
}






@media screen and (max-width: 1600px) {
    .travel-list .description{
        height: 75px;
    }
}
@media screen and (max-width: 1440px) {
    .banner .item {
        padding-top: 0;
    }
}
@media screen and (max-width: 1410px) {
    .travel-list .description{
        height: 50px;
    }
}
@media screen and (max-width: 1280px) {
    .about-box .pic {
        width: 52%;
    }
    .about-box .txt {
        width: 45%;
    }
    .travel-list .item{
        width: 50%;
    }
    .travel-list .cover{
        padding: 50px 100px;
    }
    .travel-list .description{
        height: 125px;
    }
}
@media screen and (max-width: 1180px) {
    .album-box,.news-box{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .news-box{
        width: 80%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .sect1 {
        margin-top: 0;
        padding-top: 40px;
    }
    .about-box .pic,
    .about-box .txt {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .about-box .pic {
        margin-bottom: 20px;
    }
    .site-main{
        padding-bottom: 0px;
    }
    .travel-list .cover{
        padding: 30px;
    }
    .sect4 .sect-title{
        background-position: right;
        min-height: 220px;
        margin: 0;
        text-align: center;
    }
    .sect4 .sect-title span{
        margin-right: -150px;
        top: 80px;
    }
}
@media screen and (max-width: 860px) {
    .travel-list .description{
        height: 100px;
    }
}
@media screen and (max-width: 767px) {
    .sect1 {
        border-top: 5px solid #fbad18;
    }
    .about-box .pic,
    .about-box .txt {
        width: 100%;
    }
    .sect2 .sect-title small {
        line-height: 27px;
        font-size: 24px;
    }
    .rooms-list button {
        margin-right: -110px;
    }
    .rooms-list button.slick-prev {
        margin-left: -110px;
    }
    .news-box{
        width: 100%;
    }
    .travel-list .description{
        height: 75px;
    }
}
@media screen and (max-width: 580px) {
    .news-box .sect-title{
        background: none;
        font-size: 18px;
    }
    .news-box .sect-title i{
        display: none;
    }
    .news-list a{
        height: inherit;
        padding: 0 15px;
    }
    .news-list .date,.news-list .name{
        float: none;
    }
    .news-list .date{
        padding: 0;
    }
    .news-list .name {
        width: 100%;
        padding: 0;
        margin-top: -10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 650px) {
    .travel-list .item{
        width: 100%;
    }
    .travel-list .description{
        height: 125px;
    }
}
@media screen and (max-width: 430px) {
    .about-box .sect-title{
        font-size: 21px;
    }
    .about-box .sect-title small{
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .album-box .item{
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .ih-item.square{
        margin: 0 auto;
    }
    .travel-list .description{
        height: 75px;
    }
    .sect4 .sect-title span{
        margin-right: -113px;
    }
    .sect4 .sect-title small{
        font-size: 26px;
    }
}
@media screen and (max-width: 347px) {
    .travel-list .description{
        height: 45px;
    }
    .travel-list .cover{
        padding: 15px;
    }
}
