@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;
}

.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;
}

.contant{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:60px;
}

/* 自助服务 */
.self_service{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.self_service_title{
    width:1200px;
    margin: 0 auto;
    font-family: "my font3";
    font-weight: 600;
    font-size: 32px;
    color: #4F2926;
    margin-bottom: 30px;
}
.self_service_info{
    width:1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.self_service_ul{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom:25px;
}
.self_service_li{
    width: 24%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5%;
    box-shadow: 0px 2px 4px 0px rgba(155,155,155,0.25);
    border-radius: 10px;
    border: 1px solid #d1d1d199;
    cursor: pointer;
}
.self_service_li:last-child{
    margin-right: 0;
}
.self_service_li img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.self_service_li span{
    font-family: "my font2";
    font-weight: 400;
    font-size: 22px;
    color: #1E1E1E;
}
.self_count{
    background: #FAF6F5 !important;
    border: none !important;
}
.self_service_list{
    width: 100%;
    display: flex;
}
.tab{
    width: 100%;
    display: flex;
}
.tab_item{
    width: 100%;
    display: none;
}
.self_service_info_list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.self_service_info_item{
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
    border-radius: 10px;
    background: #FFFBFA;
    cursor: pointer;
    padding: 30px 27px;
    margin-bottom: 25px;
}
.self_service_info_item:nth-child(3n){
    margin-right: 0;
}
.self_service_info_item p{
    font-family: "my font3";
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    margin-bottom: 12px;
}
.self_service_info_item p a{
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}
.self_service_info_item .self_t01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.self_t01 div{
    width: 95%;
    font-family: "my font2";
    font-weight: 400;
    font-size: 17px;
    color: #666666d6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.self_t01 img{
    width:7px;
}



/* 潇湘园恒服务 */
.Service{
    width: 100%;
    height: 530px;
    background:#C2A9A4 url(../pc_images/center_banner01.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    margin-bottom: 60px;
}
.Service_info{
    width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.Service_info_left{
    width:55%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}
.Service_l_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    position: relative;
}
.Service_l_top p{
    font-family: "my font3";
    font-weight: 600;
    font-size: 30px;
    color: #4F2926;
    margin-bottom: 15px;
}
.Service_l_top .Service_t01{
    font-family: "my font2";
    font-weight: 400;
    font-size: 18px;
    color: #4F2926;
    line-height: 32px;
    margin-bottom: 20px;
}
.Service_l_top .Service_sm{
    width: 125px;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    border: 1px solid #4F2926;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font2";
    font-weight: 400;
    font-size: 16px;
    color: #4F2926;
    cursor: pointer;
    position: relative;
}
.Service_l_top .Service_sm .in_sm{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 4px;
}
.Service_sm_ewm{
    width: 120px;
    display: none;
    position: absolute;
    top: -65%;
    left: -134px;
    z-index: 9;
    opacity: 1 !important;
}
.Service_l_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Service_l_list_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-bottom: 25px;
    margin-right: 4%;
}
.Service_l_list_item img{
    margin-bottom: 8px;
}
.Service_l_list_item span{
    font-family: "my font3";
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.in_icon01{
    width: 30px;
    height: 29px;
}
.in_icon02{
    width: 30px;
    height: 27px;
}
.in_icon03{
    width: 23px;
    height: 29px;
}
.in_icon04{
    width: 30px;
    height: 28px;
}
.in_icon05{
    width: 28px;
    height: 29px;
}
.in_icon06{
    width: 30px;
    height: 28px;
}
.in_icon07{
    width: 25px;
    height: 29px;
}
.in_icon08{
    width: 30px;
    height: 28px;
}
.in_icon09{
    width: 29px;
    height: 28px;
}
.in_icon10{
    width: 28px;
    height: 28px;
}
.in_icon11{
    width: 28px;
    height: 29px;
}
.Service_inforight{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Service_inforight img{
    width: 100%;
}


/* 在线预约，立享优惠 */
.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: flex-end;
}

.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;
}