﻿@charset "UTF-8";
@import url(./public_01.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./Navlist.css);

.main{
    width: 100%;
    min-width: 1550px;
}
@media (max-width: 1919px) and (min-width: 768px){
    .main {
        zoom:90%;
    }
    @-ms-viewport { width: 1920px; }
}
@font-face {
    font-family: "my font1"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W9.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font2"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W10.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font3"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W15.ttf"); /* 引入本体字体文件 */
}
.maint_top{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    /* margin-top: 95px; */
}

.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .maint-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D3A56F;
}
.banner .swiper-pagination-bullet{
    width: 15px !important;
    height:2px !important;
    border-radius: 10px !important;
}
.top_text{
    width: 50%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.top_text span:nth-child(1){
    font-family: "my font1";
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}
.top_text span:nth-child(2){
    font-family: "my font3";
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
}
.top_text_t1{
    font-family: "my font1";
    font-weight: 400;
    font-size:18px;
    color: #FFFFFF;
    line-height: 31px;
    margin: 30px 0 0px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.top_text_btn{
    width: 130px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.top_text_btn img{
    width: 17px;
    height: 17px;
    margin-left: 8px;
}
.top_text_btn:hover{
    opacity:0.5;
}


.contant{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:60px;
}

/* 关于我们 */
.about{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.about_info{
    width:1200px;
    height: 468px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.about_info_left{
    width: 50%;
    display: flex;
    flex-direction: column;
    background: url(../pc_images/ab_ban01.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 30px 30px 40px;
    border-radius: 20px 0 0 20px;
}
.about_info_te01{
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    text-indent: 2em;
}
.about_info_btn{
    width: 160px;
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4F2926;
    border-radius: 4px;
    margin-top: 20px;
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #4F2926;
}
.about_info_btn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #4F2926;
}
.about_info_btn img{
    width: 18px;
    height: 18px;
    margin-left: 10px;
}
.about_info_btn:hover{
    opacity: 0.5;
    cursor: pointer;
}
.about_info_right{
    width: 50%;
    display: flex;
    cursor: pointer;
}
.about_info_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.box01a{
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    padding: 40px 0 20px 0;
    /* margin-bottom: 30px; */
}
.box01{
    width:1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom:60px;
}
.box01_item{
    width: 204px;
    height: 266px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-right: 45px;
}
.box01_item:last-child{
    margin-right: 0;
}
.box01_item img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.box01_item div{
    text-align: center;
    font-family: "my font1";
    font-size:18px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
    width: 100%;
    border-radius:0 0 6px 6px;
    z-index: 9;
}
.box01_item:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.box01_item:hover {
    transform: translateY(-5px);
}


/* 潇湘人文纪念园优势 */
.box03{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    background-color: #F7F7F7;
    padding: 60px 0;
}
.box03_top{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.box03_top div{
    font-family: "my font3";
    font-weight: 600;
    font-size: 32px;
    color: #D3A56F;
    margin-bottom: 7px;
    text-align: center;
    position: relative;
}
.box03_top div::after{
    content: "";
    width: 85px;
    height: 0;
    border: 1px solid #d3a56f94;
    position: absolute;
    top: 30px;
    left: -116px;
    z-index: 9;
}
.box03_top div::before{
    content: "";
    width: 85px;
    height: 0;
    border: 1px solid #d3a56f94;
    position: absolute;
    top: 30px;
    right: -116px;
    z-index: 9;
}
.box03_top span{
    font-weight: 400;
    font-size: 18px;
    color: #666;
    text-align: center;
}
.box03_banner{
    width: 1080px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    border-radius: 0.13rem;
    overflow: hidden;
    position: relative;
}
.box03_banner .swiper-wrapper{
    width: 100%;
}
.box03_banner .swiper-wrapper .swiper-slide{
    width: 800px;
    height: 516px;
    transition: 300ms;
    display: flex;
    flex-direction: column;
    transform: scale(.8,.8);
}
.box03_banner .swiper-wrapper .swiper-slide-active {
    transform: scale(1);
}
.box03_banner .swiper-wrapper .swiper-slide-prev,
.box03_banner .swiper-wrapper .swiper-slide-next{
    transform: scale(.8,.8);
}
.box03_banner .swiper-wrapper .swiper-slide img{
    width: 800px;
    height: 380px;
    border-radius: 0.13rem;
}
.box03_banner_text{
    background: #fff;
    box-shadow: 0 2px 20px 0 hsla(0,1%,60.8%,.26);
    border: 1px solid #faf9f7;
    text-align: center;
    padding: 20px 150px;
    display: flex;
    flex-direction: column;
}
.box03_banner_text p{
    font-family: "my font3";
    font-weight:500;
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
}
.box03_banner_text div{
    font-family: "my font3";
    font-weight:500;
    font-size: 20px;
    color: #000;
}
.box03_banner .swiper-pagination-bullet{
    width: 0.13rem;
    height: 0.13rem;
    background: #FFFFFF;
    border-radius: 50%;
}
.box03_banner .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 0.35rem;
    height: 0.11rem;
    border-radius: 0.06rem;
}
.swiper-slide-active, .swiper-slide-duplicate-active{
    /* transform: scaleX(1.7) !important; */
    z-index: 9999;
}
.box03_banner .button-prev:focus {
    outline: none !important;
}

.box03_banner .button-next:focus {
    outline: none !important;
}

.box03_banner .button-prev {
    width: 140px;
    height: 516px;
    background: hsla(0, 0%, 100%, .5);
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}

.box03_banner .button-next {
    position: absolute;
    width: 140px;
    height: 516px;
    background: hsla(0, 0%, 100%, .5);
    top: 10px;
    right: 0;
    z-index: 1;
}
.box03_info{
     width:70%;
    margin: 0 auto;
    display: flex;
}
.box03_left{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 2%;
    justify-content: space-between;
}
.box03_left .box03_left_it{
    width: 49%;
    display: flex;
    /* height: 209px; */
    position: relative;
    border-radius: 10px;
    margin-bottom: 13px;
}
.box03_left .box03_left_it:nth-child(3),.box03_left .box03_left_it:nth-child(4){
    margin-bottom: 0;
}
.box03_left .box03_item{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
}
.box03_item .box03_img01{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.box03_item_text{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 20px 13px 20px;
}
.box03_item_text span:nth-child(1){
    font-family: "my font3";
    font-weight:500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.box03_item_text span:nth-child(2){
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.box03_right{
    width: 30%;
    display: flex;
}
.box03_right .box03_left_it{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    border-radius: 10px;
}
.box03_right .box03_left_it .box03_item{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
}
.box03_item_01a{
    width: 100%;
    height: 100%;
    background: #c59e66e8;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 10px;
    display: none;
    cursor: pointer;
}
.box03_item_01a_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.box03_item_01a_top p{
    font-family: "my font3";
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.box03_item_01a_top span{
    font-family: "my font1";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
}
.box03_item_01a_top img{
    width: 40px;
    height: 45px;
    margin-top: 17px;
}
.box03_item_01a_bot{
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    background: #F0B36B;
    border-radius: 0 0 10px 10px;
}
.box03_item_01a_bot span{
    font-family: "my font1";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
}
.box03_item_01a_bot span:hover{
    opacity: 0.8;
}
.box03_item_01a_bot img{
    width: 45px;
}

.box03_left_it:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.box03_left_it:hover {
    transform: translateY(-5px);
}


/* 服务团队 */
.gmgj{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 60px;
    margin-top: 30px;
}
.gmgj_top{
    width:70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.gmgj_top div{
    font-family: "my font3";
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 7px;
    text-align: center;
    color: #333333;
}
.gmgj_top span{
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.gmgj_info{
    width:70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.gmgj_banner .swiper-slide {
    /*width: 100%;*/
    width: 23.2%;
    margin-right: 2.4%;
}
.gmgj_item{
    /*width: 23.5%;*/
    display: flex;
    flex-direction: column;
    margin-right: 2%;
    cursor: pointer;
}
.gmgj_item:last-child{
    margin-right: 0;
}
.gmgj_item_img {
    width: 100%;
    /* height: 280px; */
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
    .gmgj_item_img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 5px;
        box-shadow: 0 1px 5px 0px hsla(0,1%,60.8%,.26)
    }
.gmgj_item_t01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 11px 0 8px 0;
}
.gmgj_item_t01 span:nth-child(1){
    font-family: "my font2";
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin-right: 6px;
}
.gmgj_item_t01 span:nth-child(2){
    font-family: "my font1";
    font-weight: 400;
    font-size: 19px;
    color: #333333;
}
.gmgj_item_te02{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmgj_item_te02 div{
    padding: 5px 10px;
    background: #FEEEDC;
    border-radius: 1px;
    font-family: "my font1";
    font-weight: 400;
    font-size: 14px;
    color: #D3A56F;
    margin-right: 5px;
}
.gmgj_item_te02 div:last-child{
    margin-right: 0;
}
.gmgj_item:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.gmgj_item:hover {
    transform: translateY(-5px);
}
.gmgj_more{
    width: 140px;
    margin: 0 auto;
    margin-top: 50px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #D3A56F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #D3A56F;
    cursor: pointer;
}
.gmgj_more img{
    width: 15px;
    margin-left: 5px;
}
.gmgj_more:hover{
    opacity: 0.5;
}

/* 荣誉资质 */
.horner{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.horner_info{
    width:1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.horner_item{
    width: 23.5%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 3px 8px 2px #dbdcdec2;
    padding: 15px;
    margin-bottom: 20px;
}
.horner_item:nth-child(4n){
    margin-right: 0;
}
.horner_item_img{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.horner_item_img img{
    width: 100%;
    height: 172px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 5px;
}
.horner_item_hengx{
    width: 90%;
    height: 1px;
    background: #4F2926;
    margin: 0 auto;
}
.horner_item_text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #4F2926;
    text-align: center;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.horner_item:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.horner_item:hover {
    transform: translateY(-5px);
}



/* 在线预约，立享优惠 */
.yuyue{
    width: 100%;
	height: 640px;
    background: url(../pc_images/in-banner03.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 45px 0;
    margin-bottom: 60px;
}
.yuyue_info{
    width:1200px;
    margin:0 auto;
    display: flex;
	align-items: center;
    justify-content: center;
}
.yuyue_right{
    width: 40%;
	height: 480px;
    background:#E9DBD5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding:35px;
}
.yuyue_right .yuyue_right_title{
	font-family: "my font2";
    font-weight: 600;
    font-size: 32px;
    color: #4F2926;
    text-align: center;
    margin-bottom: 12px;
}
.yuyue_right_text01{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #4F2926;
    text-align: center;
    margin-bottom: 12px;
}
.yuyue_right_text02{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 15px;
    color: #585858;
    text-align: center;
    margin-bottom: 40px;
}
.yuyue_right_item{
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(101,101,101,0.07), 1px 0px 4px 0px rgba(101,101,101,0.11);
    border-radius: 50px;
}
.yuyue_right_item span{
    display: inline-block;
    width: 30%;
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #4F2926;
    text-align: center;
}
.shu{
	width: 1px;
	height: 20px;
	background: #999999;
	border-radius: 2px;
}
.yuyue_right_item input{
    width: 60%;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    font-family: "my font2";
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding-left: 25px;
}
.yuyue_right_item input::placeholder{
    font-family: "my font1";
    font-weight: 400;
    font-size:15px;
    color: #333333;
    opacity: 0.6;
}
.yuyue_right_btn{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #735352;
    border-radius: 50px;
    font-family: "my font2";
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 35px;
}
.yuyue_right_btn:hover{
    opacity: 0.5;
    cursor: pointer;
}


.ry_shadow{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.27);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.ry_shadow_add{
    width: 35%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    display: flex;
}
.ry_shadow_add .imageUrl{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ry_cancel {
    width: 100%;
    position: absolute;
    top: -7%;
    left: 101%;
    z-index: 9;
    display: flex;
}
.ry_cancel img {
    width: 40px;
    height:40px;
}