@charset "utf-8";
.secEstate .secPegetit{
    padding: 81px 0 66px;
}
.secEstate .secPegetit .Tit{
    margin-top: 23px;
}
@media only screen and (max-width:767px){
    .secPegetit .imgtit{
        width: 67px;
    }
    .secEstate .secPegetit{
        padding: 20px 0 14px;
    }
    .secEstate .secPegetit .Tit{
        margin-top: 6px;
    }
}
/* secE_top */
.secE_top{
    text-align: center;
    position: relative;
    padding-top: 89px;
    padding-bottom: 38px;
}
.secE_top .title{
    font-size:40px;
    line-height: 65px;
    font-weight: bold;
}
.secE_top .title span{
    position: relative;
    z-index: 2;
}
.secE_top .title span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #f5e149;
    left: 0;
    bottom: 6px;
    z-index: -1;
}
.secE_top .txt{
    font-size:16px;
    line-height: 36px;
    margin-top: 23px;
}
.secE_top .imgbox{
    text-align: center;
    margin-top: 77px;
}
@media only screen and (max-width:767px){
    .secE_top{
        text-align: center;
        position: relative;
        padding-top: 44px;
        padding-bottom: 0;
    }
    .secE_top .title{
        font-size:24px;
        line-height:1.5;
    }
    .secE_top .title span{
        z-index: 2;
    }
    .secE_top .title span::after{
        height: 6px;
        bottom: 3px;
    }
    .secE_top .txt{
        font-size:13px;
        line-height:1.53;
        margin-top: 18px;
        text-align: left;
    }
    .secE_top .imgbox{
        text-align: center;
        width: calc((325 / 345) * 100%);
        margin: 0 auto;
        margin-top: 26px;
    }
}

/* secSlide */
.secSlide{
    position: relative;
    height: 500px;
    margin-top: 169px;
}
.secSlide::after{
    content: "";
    position: absolute;
    top: -130px;
    right: calc(50% - 440px);
    width: 186px;
    height: 180px;
}
.secSlide.lazyloaded::after{
    background: url(../img/concept/estate/imgSlideIcon.png)center center no-repeat;
    background-size: 186px auto;
}
.secSlide.lazyloaded{
    background: url(../img/concept/estate/imgbackSlide.jpg) center top no-repeat;
}
.secSlide .slidebox{
    width: 100%;
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 112px;
    overflow: hidden;
}
.secSlide .slidebox .swiper{
    width: 2463px;
}
.secSlide .slidebox .swiper-wrapper{
    transition-timing-function: linear;
}
@media only screen and (max-width:767px){
    .secSlide{
        position: relative;
        margin-top: 59px;
        height: 53.335vw;
    }
    .secSlide::after{
        top: auto;
        bottom: calc(0% - 36px);
        right: calc(50% - 41px);
        width:82px;
        height: 80px;
        z-index: 2;
    }
    .secSlide.lazyloaded::after{
        background-image: url(../img/concept/estate/imgSlideIcon_sp.png);
        background-size: 82px auto;
    }
    .secSlide.lazyloaded{
        background: url(../img/concept/estate/imgbackSlide_sp.jpg) center top no-repeat;
        background-size: cover;
    }
    .secSlide .slidebox{
        bottom: -7px;
        height: 60px;
    }
    .secSlide .slidebox .swiper{
        width: 1315px;
    }
}
/* .secReason */
.secReason{
    margin-top: 149px;
}
.secReason .title{
    text-align: center;
    font-size: 26px;
    line-height: 37px;
    font-weight: bold;
}
.secReason .title span{
    background: #f5e149;
    padding: 16px 25px;
    display: inline-block;
}
.secReason .list{
    margin-top: 69px;
}
.secReason .list .item{
    display: flex;
    align-items: center;
}
.secReason .list .item:nth-child(2n){
    flex-direction: row-reverse;
}
.secReason .list .item:nth-child(n + 2){
    margin-top: 100px;
}
.secReason .list .item .imgbox{
    width: 500px;
}
.secReason .list .item .txtbox{
    flex: 1;
    padding-left: 98px;
}
.secReason .list .item:nth-child(2n) .txtbox{
    padding-left: 0;
}
.secReason .list .item .txtbox .tit{
    font-size: 40px;
    line-height: 65px;
    font-weight: bold;
}
.secReason .list .item .txtbox .txt{
    font-size: 16px;
    line-height: 36px;
    margin-top: 14px;
}
.secReason .list .item .txtbox .txt .yline{
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.secReason .list .item .txtbox .txt .yline::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #f5e149;
    left: 0;
    bottom: 3px;
    z-index: -1;
}
@media only screen and (max-width:767px){
    .secReason{
        margin-top: 50px;
    }
    .secReason .title{
        font-size: 14px;
        line-height: 2;
    }
    .secReason .title span{
        padding: 6px 12px;
    }
    .secReason .list{
        margin-top: 50px;
    }
    .secReason .list .item{
        display:block;
    }
    .secReason .list .item:nth-child(n + 2){
        margin-top: 57px;
    }
    .secReason .list .item .imgbox{
        width: 100%;
    }
    .secReason .list .item .txtbox{
        padding: 0;
        width: 100%;
        margin-top: 24px;
    }
    .secReason .list .item .txtbox .tit{
        font-size:24px;
        line-height: 1.5;
    }
    .secReason .list .item .txtbox .txt{
        font-size: 13px;
        line-height: 1.53;
        margin-top: 5px;
    }
    .secReason .list .item .txtbox .txt .yline{
        position: relative;
        z-index: 2;
        background: linear-gradient(transparent 70% , #f5e149 0%);
        display: inline;
    }
    .secReason .list .item .txtbox .txt .yline::after{
        display: none;
    }
}
/* secEstatelist */
.secEstatelist{
    margin-top: 187px;
    padding-bottom: 20px;
}
.secEstatelist .title{
    text-align: center;
    font-size: 40px;
    line-height: 65px;
    font-weight: bold;
}
.secEstatelist .title span{
    position: relative;
    z-index: 2;
}
.secEstatelist .title span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #f5e149;
    left: 0;
    bottom: 6px;
    z-index: -1;
}
@media only screen and (max-width:767px){
    .secEstatelist{
    margin-top: 60px;
    padding-bottom: 0;
}
    .secEstatelist .title{
        font-size: 24px;
        line-height: 1.5;
    }
    .secEstatelist .title span{
    }
    .secEstatelist .title span::after{
        height: 6px;
        bottom: 3px;
    }
}
.secEstatelist .contentbox{
    background: url(../img/concept/estate/imgbackEstate.jpg) center bottom no-repeat #f8f7f6;
    position: relative;
    margin-top: 85px;
    padding-bottom: 80px;
}
.secEstatelist .contentbox .inner{

}
.secEstatelist .contentbox .inner .titbox{
    position: relative;
    padding-left: 233px;
    margin-top: 0px;
    top: -29px;
}
.secEstatelist .contentbox .inner .titbox::after{
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 186px;
    height: 180px;
}
.secEstatelist.lazyloaded .contentbox .inner .titbox::after{
    background: url(../img/concept/estate/imgSlideIcon.png)center center no-repeat;
    background-size: 186px auto;
}
.secEstatelist .contentbox .inner .titbox .tit{
    font-size:35px;
    line-height: 60px;
    font-weight: bold;
}
.secEstatelist .contentbox .inner .titbox .txt{
    font-size:16px;
    line-height: 40px;
    margin-top: 13px;
}
.secEstatelist .contentbox .inner .searchtit{margin-top: 31px;position: relative;}
.secEstatelist .contentbox .inner .searchtit .t_box{
    position: relative;
    padding-top: 52px;
    width: 380px;
    margin: 0 auto;
    background: #f8f7f6;
    z-index: 2;
}
.secEstatelist .contentbox .inner .searchtit::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    left: 0;
    top: calc(50% + 2.5px);
}
.secEstatelist .contentbox .inner .searchtit .t_box .imgtxt{
    position: absolute;
    width: 231px;
    left: calc(50% - 115.5px);
    top: 0;
}
.secEstatelist .contentbox .inner .searchtit .t_box .tit{
    font-size: 15px;
    line-height: 1;
    text-align: center;
}
.secEstatelist .contentbox .inner .searchtit .t_box .tit span{
    background: #f5e149;
}
@media only screen and (max-width:767px){
    .secEstatelist .contentbox{
        background: #f8f7f6;
        position: relative;
        margin-top: 35px;
        padding-bottom: 59px;
    }
    .secEstatelist .contentbox .inner{
    
padding-top: 53px;
    }
    .secEstatelist .contentbox .inner .titbox{
        position: relative;
        width: 100%;
        padding-left:0px;
        top: 0;
    }
    .secEstatelist .contentbox .inner .titbox::after{
        top: -68px;
        right: 20px;
        left:auto;
        width: 99px;
        height: 102px;
    }
    .secEstatelist.lazyloaded .contentbox .inner .titbox::after{
        background-size: 99px auto;
    }
    .secEstatelist .contentbox .inner .titbox .tit{
        font-size:20px;
        line-height: 1.5;
    }
    .secEstatelist .contentbox .inner .titbox .txt{
        font-size:12px;
        line-height:1.66;
        margin-top: 6px;
    }
    .secEstatelist .contentbox .inner .searchtit{
        margin-top: 24px;
    }
    .secEstatelist .contentbox .inner .searchtit .t_box{
        padding-top: 32px;
        width: 145px;
    }
    .secEstatelist .contentbox .inner .searchtit::after{
        top: calc(50% - 4px);
    }
    .secEstatelist .contentbox .inner .searchtit .t_box .imgtxt{
        width: 132px;
        left: calc(50% - 76px);
    }
    .secEstatelist .contentbox .inner .searchtit .t_box .tit{
        font-size: 11px;
    }
}
.secEstatelist .contentbox .inner .linklist{
    display: flex;
    flex-wrap: wrap;
    margin-top: 49px;
}
.secEstatelist .contentbox .inner .linklist .item{
    width: calc((100% - 66px) / 4);
    margin-right: 22px;
}
.secEstatelist .contentbox .inner .linklist .item:last-child,
.secEstatelist .contentbox .inner .linklist .item:nth-child(4n){
    margin-right: 0;
}
.secEstatelist .contentbox .inner .linklist .item:nth-child(n + 5){
    margin-top:20px;
}
.secEstatelist .contentbox .inner .linklist .item .link{
    text-decoration: none;
    color: #333333;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #333333;
    background: #fff;
    font-weight: bold;
}
.secEstatelist .contentbox .inner .linklist .item .link .txt{
    padding: 14px 0;
}
.secEstatelist .contentbox::after{
    content: "";
    position: absolute;
    width: 92px;
    height: 150px;
    bottom: 0;
    right: calc(50% - 341px);
}
.secEstatelist.lazyloaded .contentbox::after{
    background: url(../img/estate/imgItemOnbox.png) center center no-repeat;
    background-size: 92px auto;
}
@media only screen and (max-width:767px){
    .secEstatelist .contentbox .inner .linklist{
        margin-top: 20px;
    }
    .secEstatelist .contentbox .inner .linklist .item{
        width: calc((100% - 9px) / 2);
        margin-right: 9px;
    }
    .secEstatelist .contentbox .inner .linklist .item:last-child,
    .secEstatelist .contentbox .inner .linklist .item:nth-child(4n),
    .secEstatelist .contentbox .inner .linklist .item:nth-child(2n){
        margin-right: 0;
    }
    .secEstatelist .contentbox .inner .linklist .item:nth-child(n + 5),
    .secEstatelist .contentbox .inner .linklist .item:nth-child(n + 3){
        margin-top:7px;
    }
    .secEstatelist .contentbox .inner .linklist .item .link{
        font-size: 12px;
        line-height: 2;
    }
    .secEstatelist .contentbox .inner .linklist .item .link .txt{
        padding: 7px 0;
    }
    .secEstatelist .contentbox::after{
        display: none;
    }
    .secEstatelist .contentbox::before{
        content: "";
        position: absolute;
        width: 142px;
        height: 240px;
        right: calc(22% - 71px);
        bottom: 0;
    }
    .secEstatelist.lazyloaded .contentbox::before{
        background: url(../img/concept/estate/imgIconEstatelist.gif) center center no-repeat;
        background-size: 100% auto;
    }
}

.secEstatelist .contentbox .inner .loginbox{
    text-align: center;
    margin-top: 19px;
}
.secEstatelist .contentbox .inner .loginbox .tit{
    font-size:18px;
    line-height: 1.5;
    font-weight: bold;
}
.secEstatelist .contentbox .inner .loginbox .btn{
    min-width:240px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    font-size:14px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    border: 1px solid #333333;
    background: #f5e149;
    padding: 19px 15px;
    display: inline-block;
    margin-top: 24px;
    letter-spacing: 0.25px;
}
@media only screen and (max-width:767px){
    .secEstatelist .contentbox .inner .loginbox{
        margin-top: 28px;
    }
    .secEstatelist .contentbox .inner .loginbox .tit{
        font-size: 12px;
    }
    .secEstatelist .contentbox .inner .loginbox .btn{
        min-width: 205px;
        font-size: 12px;
        padding: 16px 10px 17px;
        margin-top: 11px;
        letter-spacing: 0px;
    }
    .secConceptlist{
        margin-top: 100px;
    }
}