section{
    width: 100%;
    margin: auto;
    position: relative;
}
section>div{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}
section h1{
    font-size: 32px;
    background: #fff;
    padding: 20px 60px 22px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #64615f;
}
section h1 span{
    display: block;
    color: #e7a28b;
    font-size: 22px;
}
section p{
    display: block;
    color: #fff;
    font-size: 16px;
}
section a{
    color: #fff;
    display: inline-block;
}
section i{
    margin: 0 5px;
}
@media only screen and (max-width: 1580px) {
    section h1{
        font-size: 26px;
        font-weight: bold;
        padding: 10px 50px 12px;
    }
    section h1 span{
        font-size: 18px;
    }
    section p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 990px) {
    section{
        overflow: hidden;
    }
    section img{
        width: 1000px;
        max-width: 1000px;
        margin-left: calc(50% - 500px);
    }
    section h1{
        font-size: 22px;
    }
    section h1 span{
        font-size: 14px;
    }
    section p{
        font-size: 12px;
    }
}

.edit{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 32px;
}
.edit *:after{
    content: none;
}
.edit p{
    padding: 20px 0;
}
.edit ul,
.about .edit ul{
    display: list-item;
    list-style: disc;
}
.edit ul li,
.about .edit ul li{
    color: inherit;
    margin: auto;
    width: auto;
    display: list-item;
    text-align: left;
    list-style: disc;
    padding: 0;
}
.edit ol,
.edit ol li{
    list-style: decimal;
}
@media only screen and (max-width: 767px) {
    .edit{
        font-size: 14px;
        line-height: 30px;
    }
}

h2{
    width: 100%;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e7a28b;
    font-size: 28px;
    font-weight: 400;
    color: #64615f;
}
h3{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    color: #64615f;
}
@media only screen and (max-width: 1380px) {
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
}
.color-1{
    color: #e7a28b;
}

main .container{
    width: 1200px;
}

.page{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    padding: 40px 0 20px;
}
.page a,
.page span{
    display: inline-block;
    margin: 5px;
    border: 1px solid #e7a28b;
    padding: 6px 10px 7px;
}
.page a,
.page span.total{
    color: #e7a28b;
}

.page a.no:hover{
    background:#e7a28b;
    color: #fff;
}
.page a:hover,
.page span,
.page a.active{
    background: #e7a28b;
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .page{
        font-size: 14px;
    }
}
@media only screen and (max-width: 599px) {
    .page{
        padding: 20px 0 40px;
    }
}

.about{
    width: 100%;
    float: left;
    padding: 80px 0;
    font-size: 20px;
    line-height: 30px;
}
.about ul{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.about li{
    width: 33.33%;
    float: left;
    padding: 20px 15px;
}
.about li a{
    display: block;
    text-align: center;
}
.about li a div{
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
    position: relative;
}
.about li a:hover div{
    padding: 0 20px 20px 0;
}
.about li a div:after{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e7a28b;
    opacity: 0;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.about li a:hover div:after{
    opacity: 1;
}
.about li a div img{
    width: 100%;
    position: relative;
    z-index: 10;
}
.about li a div i{
    position: absolute;
    top: 25px;
    right: 35px;
    color: #e7a28b;
    font-size: 24px;
    z-index: 11;
}
.about li a p{
    width: 100%;
    float: left;
    padding-top: 0;
}
@media only screen and (max-width: 1380px) {
    .about{
        font-size: 18px;
    }
    .about li{
        padding: 20px 5px;
    }
}
@media only screen and (max-width: 767px) {
    .about{
        padding: 40px 0;
        font-size: 16px;
        line-height: 26px;
    }
    .about li{
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .about li{
        width: 100%;
    }
}

.reserve{
    width: 100%;
    margin: auto;
    padding: 80px 0;
    background: url(../images/in-bg.jpg);
    background-size: cover;
}
.reserve>div{
    width: 1100px;
    max-width: 90%;
    margin: auto;
    border: 1px solid #fff;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}
.reserve p{
    width: 550px;
}
.reserve a{
    width: 300px;
    margin-left: 60px;
    font-size: 24px;
    color: #fff;
    padding: 20px;
    background: #e7a28b;
}
.reserve a:hover{
    background: #fff;
    color: #e7a28b;
}
.reserve a i{
    float: right;
    margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .reserve>div{
        font-size: 25px;
        line-height: 40px;
    }
    .reserve p{
        width: 400px;
    }
    .reserve a{
        width: 200px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 899px) {
    .reserve{
        background-position: center center;
    }
    .reserve>div{
        font-size: 20px;
        line-height: 36px;
        flex-wrap: wrap;
        min-height: 10px;
        padding: 40px;
    }
    .reserve p{
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    .reserve a{
        width: 200px;
        font-size: 16px;
        padding: 10px 20px;
        margin: 0;
    }
}

.products{
    width: 100%;
    float: left;
    padding: 80px 0;
    color: #817e7c;
    font-size: 16px;
    line-height: 30px;
}
.products ul{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.products ul>li{
    width: 45%;
    float: left;
    margin: 20px 0 30px;
}
.products ul>li:nth-child(odd){
    margin-right: 10%;
}
.products p{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.products p.heading {
	font-size: 22px;
    padding: 40px 0 20px;
}
.products p.heading i{
    margin-right: 15px;
}
.products ol{
    width: 100%;
    float: left;
    border-top: 1px solid #e7a28b;
    color: #e7a28b;
    padding-top: 5px;
}
.products ol li{
    width: auto;
    float: left;
    padding: 5px 0;
    position: relative;
    padding-right: 15px;
    margin-right: 5px;
}
.products ol li:after{
    content: "·";
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 30%;
    right: 0;
}
.products ol li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.products ol li:last-child:after{
    content: "";
    font-size: 0;
    line-height: 0;
}
@media only screen and (max-width: 767px) {
    .products{
        padding: 40px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .products p.heading {
        font-size: 18px;
    }
}
@media only screen and (max-width: 599px) {
    .products ul>li{
        width: 100%;
    }
    .products ul>li:nth-child(odd){
        margin-right:0;
    }
    .products p.heading {
        padding: 20px 0 0;
    }
}

.slick-slider{
    position: inherit;
}
.slick-prev,
.slick-next{
    font-size: 20px;
    color: #a7a7a7;
    right: 0;
    top: auto;
    bottom: 120px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: #64615f;
}
.slider .slick-prev{
    left: auto;
    right: 70px;
}
.slider .slick-next{
    right: 40px;
}
.slick-prev:before,
.slick-next:before{
    content: none;
}
@media only screen and (max-width: 1380px) {
    .slick-prev,
    .slick-next{
        bottom: 40px;
    }
}
@media only screen and (max-width: 990px) {
    .slick-prev,
    .slick-next{
        bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .slider .slick-prev{
        right: 30px;
    }
    .slider .slick-next{
        right: 0;
    }
}

.team{
    padding: 80px 0;
}
.team>div>div{
    padding: 60px 0;
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    position: relative;
}
.team .img{
    width: 545px;
}
.team .text{
    flex: 1;
    overflow: hidden;
    margin: 0 40px 0 -40px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px rgba(168,168,168,.5);
}
.team .text>div{
    width: 100%;
    float: left;
    border: 1px solid #817e7c;
    padding: 30px 50px 45px;
    font-size: 20px;
    height: 400px;

}

.team .text p{
    width: 100%;
    float: left;
    padding: 10px 0 20px;
    text-decoration: underline;
    color: #e7a28b;
}
.team .text p.heading {
	font-size: 25px;
    color: #64615f;
    padding-bottom: 15px;
    text-decoration: none;
}
.team .text ul{
    width: 100%;
    float: left;
    height: calc(100% - 56px);;
    overflow-y: auto;
    padding-left: 25px;
}
.team .text li{
    list-style: disc;
    width: 100%;
    float: left;
    padding: 5px 0;
}
.vertical-center-3{
    width: 100%;
    float: left;
    height: calc(100% - 58px);
}
.vertical-center-3 .slick-list,
.vertical-center-3 .slick-track{
    height: 100%;
}
@media only screen and (max-width: 1380px) {
    .team .img{
        width: 400px;
    }
    .team .text p.heading{
        font-size: 22px;
    }
    .team .text ul{
        font-size: 18px;
    }
}
@media only screen and (max-width: 990px) {
    .team .text>div{
        padding: 30px 30px 45px;
    }
    .team .img{
        width: 350px;
    }
    .team .text ul{
        height: 250px;
        padding: 0 30px 15px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .team{
        padding: 40px 0;
    }
    .team>div>div{
        flex-wrap: wrap;
        justify-content: center;
    }
    .team .img{
        width: 350px;
    }
    .team .text{
        margin: -40px 0 0;
        width: 100%;
        flex: none;
    }
    .team .text p.heading{
        font-size: 20px;
    }
    .team .text ul{
        font-size: 16px;

    }
}

.share-list,
.share-main{
    width: 100%;
    float: left;
    padding: 60px 0 0;
}
.share-list .more{
    text-align: right;
}
.vertical-center-4{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.share-list>div{
    width: 100%;
    float: left;
    margin: 40px 0;
    position: relative;
}
.vertical-center-4 .slick-prev,
.vertical-center-4 .slick-next{
    bottom: auto;
    top: -55px;
}
.slider.vertical-center-4 .slick-next{
    right: 0;
}
.slider.vertical-center-4 .slick-prev{
    right: 30px;
}
.vertical-center-4 .slick-slide {
    margin:0 10px;
}

.share-main{
    padding-bottom: 60px;
}
.share-main ul{
    width: 100%;
    float: left;
    padding: 20px 0;
}

.share-main .list li{
    width: 100%;
    float: left;
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 32px;
}
.share-main .list li p:first-child{
    padding-top: 0;
}
.share-main .list img{
    width: 400px;
    margin-right: 30px;
}
.share-main .list .edit{
    flex: 1;
}
.share-main .pic li{
    width: 33.33%;
    float: left;
    padding:20px 10px;
}

@media only screen and (max-width: 990px) {
    .share-main .list img{
        width: 300px;
    }
    .share-main .list .edit p{
        padding: 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    .share-main .list li{
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 28px;
    }
    .share-main .list img{
        width: 100%;
        margin: 0 0 30px;
    }
    .share-main .list .edit{
        flex: none;
        width: 100%;
    }
    .share-main .pic li{
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .share-main .pic li{
        width: 100%;
        padding: 20px 0;
    }
}

.contact{
    width: 100%;
    float: left;
    padding: 80px 0;
    font-size: 16px;
    line-height: 28px;
}
.contact i{
    color: #e7a28b;
    margin-right: 10px;
}
.contact>div{
    width: 50%;
    float: left;
}
.contact iframe{
    width: calc(100% - 50px);
    height: 600px;
    margin-left: 50px;
}
.contact .text{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.contact .text p{
    width: 100%;
    float: left;
    padding: 5px 0;
    color: #64615f;
    display: flex;
    align-items: flex-start;
}
.contact .text i{
    margin-top: 7px;
    width: 17px;
}
.contact .text p span:nth-child(2){
    width: 85px;
    margin-right: 5px;
    text-align: right;
}
.contact a{
    color: #64615f;
}
.contact a:hover,
.contact ul>p{
    color: #e7a28b;
}
.contact ul>p{
    width: calc(100% + 25px);
    float: left;
    margin-left: -25px;
}
.contact ul{
    width: calc(100% - 25px);
    float: left;
    margin-left: 25px;
    padding-bottom: 20px;
}
.contact li{
    width: 100%;
    float: left;
    color: #e7a28b;
    list-style: disc;
}
.contact li p{
    color: #817e7c;
}
@media only screen and (max-width: 767px) {
    .contact{
        padding: 40px 0;
        font-size: 14px;
        line-height: 26px;
    }
    .contact>div{
        width: 100%;
    }
    .contact iframe{
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-top: 30px;
    }
}

.news-list,
.news-main,
.info-list,
.online{
    width: 100%;
    float: left;
    padding: 80px 0;
}
.news-list ul,
.news-list p,
.info-list ul,
.info-list p{
    width: 100%;
    float: left;
}
.news-list li,
.info-list li{
    width: 33.33%;
    float: left;
    padding: 15px;
}
.info-list li{
    padding: 25px;
}
.news-list li a{
    display: block;
    padding: 0 10px 10px;
}
.news-list li a:hover{
    box-shadow: 0 0 5px rgba(110,110,110,.2);
}
.news-list p:last-child,
.info-list p:last-child{
    font-size: 16px;
    line-height: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 30px;
}
.news-list .date,
.info-list .date{
	font-size: 14px;
    line-height: 32px;
    color: #7c7876;
}
.info-list .date{
    padding-top: 20px;
}
.news-list .date span,
.info-list .date span{
    background: #e7a28b;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
.news-list .heading,
.info-list .heading{
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 20px 0;
    line-height: 32px;
    color: #64615f;
    height: 64px;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.info-list a:hover .heading{
    color: #e7a28b;
}
.news-main h2{
    padding-bottom: 10px;
}
.news-main h2 span{
    float: right;
    padding-top: 10px;
    font-size: 14px;
    color: #7c7876;
}
.news-main .table{
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-end;
}
.news-main .table .more{
    width: 210px;
    margin-bottom: 25px;
}
.news-main .table .page {
	flex: 1;
}
@media only screen and (max-width: 850px) {
    .news-list li{
        width: 50%;
    }
    .news-list .date {
        font-size: 12px;
    }
    .news-list p:last-child{
        font-size: 14px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list,
    .news-main,
    .online{
        padding: 40px 0;
    }
    .news-list li{
        width: 100%;
        padding: 15px 0;
    }
    .news-list .heading{
        height: auto;
    }
    .news-list .heading {
        line-height: 30px;
    }
    .news-main h2 span{
        display: block;
        width: 100%;
        float: none;
        font-size: 12px;
        padding-top: 5px;
    }
    .news-main .table{
        flex-wrap: wrap;
    }
    .news-main .table .more{
        width: 100%;
        margin:0 0 20px;
        padding: 0;
        text-align: center;
    }
    .news-main .table .page {
        flex: none;
    }
}

.info-table{
    width: 100%;
    float: left;
    padding-top: 20px;
}
.info-table .img{
    width: 460px;
    float: left;
    margin-right: 40px;
}
.info-table .edit{
     width: calc(100% - 500px);
}
@media only screen and (max-width: 990px) {
    .info-table .img{
        width: 100%;
        margin: 0 0 40px;
        text-align: center;
    }
    .info-table .edit{
        width: 100%;
    }
}

.online .table{
    width: 100%;
    float: left;
    border: 1px dashed #e7a28b;
    padding: 40px;
    font-size: 16px;
    line-height: 32px;
    margin: 30px 0;
}
.online .table>div{
    width: 37%;
    float: left;
}
.online .table table{
    width: 60%; /*53%*/
    float: right;
    line-height: 24px;
    text-align: center;
}
.online .table table.block{
    display: inline-table;
}
.online table th{
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.online table td{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.online table tr td:first-child{
    color: #e7a28b;
}
.online .form{
    width: 100%;
    float: left;
}
.online .form ul{
    width: 650px;
    max-width: 100%;
    margin: auto;
    display: block;
    padding: 30px 0;
}
.online .form ul li{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}
.online .form ul li span{
    width: 100px;
    font-size: 16px;
}
.online .form ul li div p{
    width: 30%;
    display: inline-block;
}
.online .form ul li input,
.online .form ul li div{
    flex: 1;
}
.online .form ul li:last-child{
    justify-content: center;
}
.online .form ul li select{
    width: 40%;
}
.online .form ul li textarea{
    width: 100%;
    margin-top: 10px;
    height: 200px;
}
@media only screen and (max-width: 1099px) {
    .online .table{
        display: flex;
        flex-wrap: wrap;
        flex-direction:column-reverse;
    }
    .online .table>div{
        width: 100%;
    }
    .online .table table{
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .online .table{
        padding: 20px;
        font-size: 14px;
        line-height: 30px;
    }
    .online .table table th{
        padding: 5px;
    }
    .online .table table th:first-child{
        padding: 5px 10px;
    }
    .online .form ul li select{
        flex: 1;
    }
    .online .table table.block{
        display: none;
    }
    .online .table table.none{
        display: inline-table;
    }
}


.fancybox-title-float-wrap .child{
    background:none;
    border-radius:0;
    text-shadow:0 0 0 rgba(0,0,0,0);
    white-space:inherit;
    padding: 0;
    margin: 0;
}
.fancybox-title-float-wrap{
    bottom: -80px;
    margin-bottom: 0;
}
.fancybox-title-float-wrap{
    position: relative;
    bottom: 0;
    right: 0;
    margin: 10px 0 0;
    text-align: left;
}
.fancybox-opened .fancybox-skin{
    -webkit-box-shadow:0 0 0 rgba(0,0,0,0);
    box-shadow:0 0 0 rgba(0,0,0,0);
    background: none;
}
.fancybox-title{
    font:normal 13px/20px Tahoma,Arial,\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4,sans-serif;
}
.fancybox-next span,
.fancybox-prev span{
    visibility: visible;
}
.fancybox-overlay{
    z-index: 99999;
}
@media only screen and (min-width: 1101px) {
    .fancybox-prev{
        left: -80px;
    }
    .fancybox-next{
        right: -80px;
    }
    .fancybox-close{
        top: -30px;
        right: -70px;
    }
}

