
/* 
 * Project Name:parknoll
 * Author:禾火
 * Date：2017-8-22
 */


.fl{
    float: left;
}

.fr{
    float: right;
}


.w75{
    width: 75%;
    margin: 0 auto;
}

.ui-rel { position: relative; }
.ui-abs { position: absolute; }
.ui-fixed { position: fixed; }

.More{
    display: block;
    width: 170px;
    margin-top: 20px;
    background: #000;
    padding: 7px 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.space_v a img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s
}

.space_v a:hover .sp_all img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*news*/
.newsall{
    width: 100%;
}

.newsall li{
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    float: left;
    background: #EFEFEF;
}

.newsall li:nth-child(2n){
    margin-top: 80px;
    margin-left: 80px;
}

.newsall img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.newsall li:hover .new_info img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.new_info{
   overflow: hidden; 
}

.new_wz{
    padding: 30px 30px;
    color: #333;
}

.new_wz span{
    font-size: 12px;
}

.new_wz h3{
    margin: 5px 0 20px;
    font-weight: bold;
}

.new_wz p{
    font-size: 15px;
    line-height: 22px;
}

.pagination{
    padding: 58px 0;
}

.pagination ul{
    text-align: center;
}

.pagination li{
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

.pagination li a{
    display: inline-block;
    width: 100%;
}

.pagination li a.active {
    border: solid 1px #000;
}

.pagination li a:hover{
    text-decoration: underline;
}



.newsBox_d{
    width: 90%;
    margin: 0 auto 46px;
}

.newsBox_d h3{
    margin-bottom: 10px;
    font-weight: bold;
}

.newsBox_d p{
    font-size: 14px;
    margin-bottom: 16px;
}

.newsBox_d span{
    font-family: "Brown";
    letter-spacing: 2px;
    font-size: 10px;
    /*display: block;
    margin-bottom: 48px;*/
}

.newsBox_d img{
    width: 100%;
}

.news_dw{
    width: 60%;
    margin: 30px auto;
    text-align: center;
}

.news_dw p{
    line-height: 25px;
}

.control_panel{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3.13rem 0 2.13rem;
}

.news_back{
    position: absolute;
    width: 175px;
    right: 0;
    top: 40px;
}

.news_back a{
    display: inline-block;
    background: url(../images/icon-list.png) no-repeat 10px center;
    border: 1px solid #000000;
    padding: 10px 30px;
    font-family: "Brown";
    font-size: 14px;
    font-weight: normal;
}

.news_back a:hover{
    background: #000;
    color: #fff;
}

.news_middle{
    width: 170px;
    margin: 0 auto;
}

.news_middle .btn_prev{
    background: url(../images/prod_prv-icon.png) no-repeat left center;
    padding-left: 33px;
    border-right: 1px solid #c8c8c8;
    padding-right: 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Brown";
    color: #181818;
}

.news_middle .btn_next {
    background: url(../images/prod-next-icon.png) no-repeat 100% center;
    padding-right: 33px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Brown";
    color: #181818;
}


/*news end*/


/*product*/

.seriesOne,.seriesTwo{
    margin:80px auto 0;
}

.seriesOne{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background: #e4e4e4;
}

.text_ser{
    width: 33.333%;
    margin: 0 auto;
    padding: 20px 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.text_ser h3{
    font-size: 28px;
    font-weight: bold;
    font-family: playfair;
}

.text_ser p{
    font-size: 15px;
    margin-top: 14px;
}

.Img_ser{
    width: 66.66%;
    margin: 0 auto;
    padding-right: 80px;
    overflow: hidden;
}

.Img_ser img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s
}

.seriesOne:hover .Img_ser img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*.seriesTwo{
    width: 88%;
}*/


.seriesTwo li{
    float: left;
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    background: #e4e4e4;
    padding: 40px;
    margin-bottom: 80px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.seriesTwo li:nth-child(2n){
    margin-left: 80px;
}

.seriesTwo li a{
    display: block;
}

.serImg1{
    overflow: hidden;
}

.serImg1 img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s
}

.seriesTwo li:hover .serImg1 img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.serBox{
    text-align: center;
}

.serBox h3{
    font-weight: bold;
    font-size: 25px;
    margin: 20px 0;
    font-family: playfair;
}

.serBox p{
    height: 43px;
    overflow: hidden;
}

.serBox a.More{
    margin: 20px auto 0;
}

/*product  end*/


/*team*/

/*.teamTitle{
    margin-bottom: 20px;
}*/

.teamTitle h3{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 12px;
}

.teamTitle span{
    font-size: 15px;
}

.t_Img{
    margin: 0 0 80px;
}

.t_in{
    margin-bottom: 80px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px;
    overflow: hidden;
}

.a_title{
    width: 33%;
    font-size: 33px;
    margin-right: 5%;
    font-family: playfair;
}

.a_nr{
    width: 53%;
}

.a_nr p{
    line-height: 25px;
    margin-bottom: 10px;
}

.team_dd{
    margin-bottom: 80px;
    line-height: 25px;
}

.teamCha{
    width: 100%;
}

.teamOne,.teamTwo{
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}

.teamPic{
    position: absolute;
    width: 78%;
    margin: 0 auto;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    z-index: 1;
    overflow: hidden;
}

.teamPic img{
        -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
        }

.teamPic:hover{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*.teamPic img{
    height: 459px;
}*/

.teamTwo .teamPic{
    right: 0;
}

.teamText{
    position: relative;
    width: 500px;
    height: 592px;
    padding: 86px 50px;
    background: #e3e3e3;
    margin-top: 80px;
    z-index: 2;
}

.teamText h3{
    font-size: 29px;
    margin-bottom: 20px;
    font-family: playfair;
    font-weight: 700;
}

.teamText p{
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}

@media (max-width: 1500px){
    .teamText{
        height: 498px;
        padding: 40px 50px;
    }
}
 
/* home */

.main_banner {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}

.main_banner .bx-wrapper {
    margin-bottom: 0;
}

.main_banner .bx-wrapper .bx-pager {
    position: absolute;
    top: 555px;
    top: 60vh;
    right: 57px;
    width: 12px;
    padding-top: 0;
}

.main_banner .bx-wrapper .bx-pager.bx-default-pager:before {
    content: "";
    float: left;
    display: block;
    position: absolute;
    width: 1px;
    height: 260px;
    height: 28vh;
    top: -269px;
    top: -29vh;
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
    background-color: #000;
    z-index: 2;
}

.main_banner .bx-wrapper .bx-pager.bx-default-pager a {
    position: relative;
    background-color: transparent;
    display: block;
    width: 14px;
    height: 14px;
    margin: 7px 0 7px 1px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    border: none;
}

.main_banner .bx-wrapper .bx-pager.bx-default-pager a {
    /*content: "";*/
    float: left;
    display: block;
    /*position: absolute;*/
    width: 8px;
    height: 8px;
    /*top: 1px;
    left: 1px;*/
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000;
}


/* .main_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 1px solid #000;
    margin: 9px 0 8px 0;
} */

.main_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #000;
    position: relative;
}

.main_banner .bx-wrapper .bx-pager.bx-default-pager a.active:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: -3px;
    left: -3px;
    border: 1px solid #000;
    -moz-border-radius: 20px;
         border-radius: 20px;
}

.main_banner .slide_number {
    float: left;
    display: block;
    position: absolute;
    top: 238px;
    top: 25vh;
    right: 52px;
    font-size: 36px;
    line-height: 38px;
    color: #000;
    z-index: 9;
}

.main_slider>li {
    height: 935px;
    overflow: hidden;
    position: relative;
}


/*.main_slider>li:before{
    content:"";
    float:left;
    display:block;
    position:absolute;
    width:87.5%;
    height:88.87700534759358%;
    top:0;
    bottom:0;
    right:0;
    background-color:#f7f2f0;
}*/

.main_slider .sombra {
    content: "";
    float: left;
    display: block;
    position: absolute;
    width: 97%;
    height: 88.87700534759358%;
    top: 0;
    bottom: 0;
    right: 0;
}

.main_slider .img_holder {
    float: left;
    display: block;
    width: 58.5%;
    position: relative;
    height: 72%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    margin: 68px 0 0 0;
    z-index: 1;
}

.main_slider .img_holder img {
    display: block;
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.main_slider .details {
    display: block;
    position: absolute;
    width:23.75%;
    top: 270px;
    /*top: 29vh;*/
    top: 12vh;
    right: 12.5%;
    text-align: center;
    line-height: 0;
    z-index: 1;
}

.sombra{
    background: #e3e3e3;
}

.main_slider .details h3,
.main_slider .details h2,
.main_slider .details h4 {
    float: left;
    display: block;
    width: 100%;
    color: #000;
    text-transform: uppercase;
}

.main_slider .details h3 {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.15em;
    padding: 0 0 27px 0;
    margin: 0 0 44px 0;
}

.main_slider .details h3:after {
    content: "";
    float: left;
    display: block;
    position: absolute;
    width: 36px;
    height: 1px;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: #000;
}

.main_slider .details h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 20px 0;
}

.main_slider .details h4 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15em;
    opacity: 0.5;
    margin: 0 0 32px 0;
}

.main_slider .details p{
    line-height: 22px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.main_slider .details a {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 15px 25px 13px 28px;
}

.main_slider .details a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.main_banner .vertical_text {
    float: left;
    display: block;
    position: absolute;
    bottom: 294px;
    bottom: 31vh;
    left: 143px;
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    z-index: 9;
    padding: 0 0 0 173px;
    -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.main_banner .vertical_text:before {
    content: "";
    float: left;
    display: block;
    width: 156px;
    height: 1px;
    top: 27px;
    left: 0;
    position: absolute;
    background-color: #fff;
}

@media all and (max-width: 1365px) {
    .main_banner {
        margin-bottom: 72px;
    }
    .main_banner .bx-wrapper .bx-pager {
        top: auto;
        bottom: 22px;
        right: auto;
        left: 50%;
        -moz-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
             transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: auto;
        padding-left: 24vw;
    }
    .main_banner .bx-wrapper .bx-pager.bx-default-pager:before {
        width: 18vw;
        height: 1px;
        top: 15px;
        left: 39px;
        background-color: #000;
        z-index: 2;
    }
    .main_banner .bx-wrapper .bx-pager.bx-default-pager a {
        margin-left: 7px;
        margin-right: 7px;
    }
    .main_banner .slide_number {
        top: auto;
        bottom: 22px;
        right: auto;
        left: 35vw;
    }
    .main_slider>li {
        height: 597px;
    }
    .main_slider>li:before {
        width: 95.1171875%;
        height: 100%;
    }
    .main_slider .img_holder {
        width: 65.0390625%;
        height: 490px;
        margin: 35px 0 0 0;
    }
    .main_slider .details {
        width: 28.3203125%;
        top: 159px;
        right: 5.76171875%;
    }
    .main_slider .details h3 {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.15em;
        padding: 0 0 15px 0;
        margin: 0 0 23px 0;
    }
    .main_slider .details h2 {
        font-size: 42px;
        line-height: 42px;
        margin: 0 0 21px 0;
    }
    .main_slider .details h4 {
        font-size: 13px;
        line-height: 14px;
        margin: 0 0 27px 0;
    }
    .main_slider .details a {
        font-size: 11px;
        line-height: 16px;
        padding: 15px 25px 13px 28px;
    }
    .main_banner .vertical_text {
        bottom: 237px;
        left: 0;
        font-size: 36px;
        padding: 0 0 0 134px;
    }
    .main_banner .vertical_text:before {
        width: 116px;
    }
}

@media all and (max-width: 1023px) {
    .main_slider>li {
        height: auto;
    }
    .main_slider .img_holder {
        width: 87.76041666666667%;
        height: 496px;
    }
    .main_slider .details {
        float: left;
        position: relative;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 46px 50px 48px 50px;
    }
    .main_banner .vertical_text {
        top: 338px;
        bottom: auto;
        left: 0;
    }
    .main_banner .bx-wrapper .bx-pager {
        top: 345px;
        right: 37px;
        width: 12px;
        bottom: auto;
        left: auto;
        -moz-transform: none;
         -ms-transform: none;
             transform: none;
        -webkit-transform: none;
        padding-left: 0;
    }
    .main_banner .bx-wrapper .bx-pager.bx-default-pager:before {
        width: 1px;
        height: 174px;
        top: -184px;
        left: -moz-calc(50% - 1px);
        left: calc(50% - 1px);
    }
    .main_banner .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 7px 0 7px 1px;
    }
    .main_banner .slide_number {
        top: 113px;
        right: 36px;
        font-size: 36px;
        line-height: 38px;
        bottom: auto;
        left: auto;
    }
}

@media all and (max-width: 767px) {
    .main_banner {
        margin-bottom: 48px;
    }
    .main_slider>li:before {
        width: auto;
        left: 18px;
    }
    .main_slider .img_holder {
        width: 94.375%;
        height: 222px;
        margin: 25px 0 0 0;
    }
    .main_slider .details {
        padding: 29px 36px 70px 36px;
    }
    .main_slider .details h3 {
        font-size: 12px;
        line-height: 14px;
        padding: 0 0 15px 0;
        margin: 0 0 11px 0;
    }
    .main_slider .details h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 16px 0;
    }
    .main_slider .details h4 {
        margin: 0 0 21px 0;
    }
    .main_banner .bx-wrapper .bx-pager {
        top: 345px;
        right: 37px;
        width: 20px;
        bottom: auto;
        left: auto;
        -moz-transform: none;
         -ms-transform: none;
             transform: none;
        -webkit-transform: none;
        padding-left: 0;
    }
    .main_banner .bx-wrapper .bx-pager {
        top: auto;
        bottom: 22px;
        right: auto;
        left: 50%;
        -moz-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
             transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: auto;
        padding-left: 0;
    }
    .main_banner .bx-wrapper .bx-pager.bx-default-pager:before {
        display: none;
    }
    .main_banner .bx-wrapper .bx-pager.bx-default-pager a {
        margin-left: 7px;
        margin-right: 7px;
    }
    .main_banner .slide_number {
        display: none;
    }
    .main_banner .vertical_text {
        top: 142px;
        left: 0;
        font-size: 24px;
        padding: 0 0 0 49px;
        -moz-transform: rotate(-90deg) translateY(-30%);
         -ms-transform: rotate(-90deg) translateY(-30%);
             transform: rotate(-90deg) translateY(-30%);
        -webkit-transform: rotate(-90deg) translateY(-30%);
    }
    .main_banner .vertical_text:before {
        width: 36px;
    }
}
/*team  end*/

/*私宅定制*/
.Item_box{
    width: 100%;
    margin: 198px auto 0;
    position: relative;
    overflow: hidden;
}
.Item_box img{
        -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
    overflow: hidden;
}
.Item_box img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.customOne,.customTwo{
    position: relative;
    margin-bottom: 80px;
    background: #F3F3F3;
}

.customText{
    position: absolute;
    width: 30%;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.customText h3{
    font-size: 22px;
    margin:10px 0 5px;
}

.customText p{
    margin-top: 7px;
    font-size: 14px;
}

.customImg{
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}

.customImg img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.customOne:hover .customImg img,.customTwo:hover .customImg img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.customTwo .customText{
    right: 0;
    left: auto
}


.manor_1,.manor_2{
    position: relative;
    width: 100%;
    margin: 60px auto;
    background: #f1f1f1;
    overflow: hidden;
}

.manor_1 img,.manor_2 img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.manor_1:hover .manorImg img,.manor_2:hover .manorImg img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.manorImg{
    width: 60%;
    overflow: hidden;
}

.manorText{
    position: absolute;
    width: 40%;
    text-align: center;
    padding: 20px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.manorText h3{
    font-size: 23px;
}

.manorText span{
    display: block;
    margin: 5px 10px 20px;
}

.manorText p{
    font-size: 15px;
    margin-top: 7px;
    text-align: left;
}

.manor_2 .manorText{
    left: 0;
}


.villasOne{
    position: relative;
    width: 100%;
    margin: 50px 0;
}

.vText{
    margin-top: 40px;
   /* position: absolute;
    width: 450px;
    top: 50%;
    left: 13%;
    color: #fff;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);*/
}

.vText h3{
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}

.vText p{
    width: 50%;
    float: left;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
    padding-right: 30px;
}


.villasTwo,.villasThree{
    position: relative;
    margin: 80px 0;
}

.v_two{
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.villasThree .vT_text{
    width: calc(50% - 60px);
    margin: 0 60px 0 0;
    overflow: hidden;
}

.v_text{
    width: calc(50% - 60px);
    margin: 0 0 20px 60px;
    overflow: hidden;
}
.v_one_1{
    overflow: hidden;
}
.columns{
    overflow: hidden;
}
.vT_text{
    position: absolute;
    bottom: 0;
}

.v_text h2{
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.villasThree .v_text{
    left: 0;
    right: auto;
    margin: 0 60px 0 0;
}

.villasFore{
    position: relative;
    margin-bottom: 80px;
}

.v_js{
    width: 40%;
}

.v_xt p{
    width: calc(50% - 10px);
    float: left;
    margin-left: 10px;
    margin-top: 0 !important;
    overflow: hidden;
}


.v_js .vT_text{
    width: 40%;
    padding-right: 30px;
}

.v_js h3{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.v_js p{
    font-size: 15px;
    margin-top: 10px;
}

.v_db{
    width: 55%;
}

.advanOne{
    width: 800px;
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
}

.advanOne h2{
    font-size: 25px;
    font-weight: bold;
}

.advanOne h5{
    margin-bottom: 10px;
}

.advanOne p{
    font-size: 14px;
    line-height: 25px;
}

.advanOne span{
    display: block;
    width: 1px;
    height: 70px;
    margin: 35px auto;
    background: #BBB;
}

.advanTxt{
    width: 58%;
    background: #e4e4e4;
    padding: 110px 72px;
}

.advanTxt h3{
    font-size: 28px;
    margin-bottom: 10px;
}

.advanTxt span{
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.advanTxt p{
    font-size: 15px;
    margin-bottom: 7px;
}

.advanTxt h4{
    font-size: 25px;
}

.advanImg{
    width: 58%;
    max-height: 457px;
    position: absolute;
    left: 42%;
    top: 19%;
    overflow: hidden;
}

.advanTwo{
    position: relative;
}

.advanTwo .vText{
    position: absolute;
    width: 450px;
    top: 50%;
    left: 13%;
    color: #fff;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advanTwo .vText p{
    width: 100%;
    float: none;
}

.advanTwo .vText p{
    margin-bottom: 10px;
}

.advanThree{
    position: relative;
    padding: 1% 0;
    margin: 80px auto;
}

.advanFore{
    position: relative;
    width: 100%;
    margin: 80px 0;
}

.a_js{
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.a_js h3{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.a_js p{
    font-size: 15px;
    margin-top: 15px;
    line-height: 25px;
}

.a_db{
    margin-top: 30px;
}

.advanFive{
    position: relative;
    margin: 160px 0 ;
}

.a_img{
    width: 80%;
    overflow: hidden;
}

.a_box{
    position: absolute;
    width: 500px;
    right: 0;
    background: #e3e3e3;
    padding: 58px;
    margin-top: -240px;
}

.a_box h3{
    font-size: 25px;
    margin-bottom: 20px;
}

.a_box p{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
}


.space_v{
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.space_v a{
    width: 75%;
    margin: 0 auto;
    display: block;
}

.sp_all{
    overflow: hidden;
}

.sp_Title{
    position: absolute;
    bottom: -21px;
    left: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 78px;
    transform: translateX(-50%);
}

.sp_Title h3{
}

/*私宅定制  end*/


/*个性服务*/

#gallery-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
}

img.thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.white-panel {
    position: absolute;
}

.white-panel h1 {
    font-size: 1em;
}

.white-panel h1 a {
    color: #A92733;
}

.white-panel:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overseasOne{
    width: 100%;
    margin: 0 auto;
    background: #e4e4e4;
    padding:40px;
}

/*.overseasOne li{
    width: 50%;
    float: left;
}*/

.overseasOne a{
    display: block;
}

.overseasImg img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s
}

.white-panel:hover .overseasImg img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.overseasImg{
    overflow: hidden;
}

.overseasBox{
    text-align: center;
}

.overseasBox h3{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px;
}

.overseasBox p{
    font-size: 14px;
    margin-top: 10px;
}

.overseasBox a.More{
    margin: 20px auto 0;
}

.overseasTwo{
    margin-left: 40px;
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
}

.overBox{
    background: #e4e4e4;
    padding:40px;
    margin-bottom: 40px;
}

.over_info{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.over_info h2{
    font-size: 25px;
    font-weight: bold;
}

.over_info img{
    min-width: 100%;
    margin: 20px 0;
}
.over_info p{
    /*margin-top: 10px;*/
    font-size: 14px;
    /*padding-bottom: 50px;*/
    margin-bottom: 5px;
    border-bottom: solid 1px #ccc;
}
.overBox-1{
    width: 60%;
}
.overBox-1,.overBox-2{
    position: relative;
    margin: 80px auto;
}

.overInfo{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    padding-right: 80px;
}

.overInfo p{
    border: none;
    text-align: left;
    padding-bottom: 0;
    line-height: 25px;
}

.overImages{
    width: 50%;
}

.overImages img{
    width: 100%;
}

.overBox-2 .overInfo{
    padding-left: 80px;
    padding-right: 0;
    right: 0;
}



.partyOne{
    position: relative;
}

.partyOne img{
    width: 100%;
}

.partyTitle{
    position: absolute;
    left: 50%;
    bottom: 30px;
    background: #fff;
    padding: 10px 64px;
    text-align: center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.partyTitle h3{
    font-size: 24px;
}

.partyTwo{
    margin: 80px 0;
}

.partyTwo img{
    width: 100%;
}

.partyBox1{
    float: left;
    width: 63.666%;
    margin: 0 auto;
    background: #e4e4e4;
}

.partyBox2{
    float: right;
    width: 31.33%;
    margin: 0 auto;
    background: #e4e4e4;
}

.parText{
    text-align: center;
}

.parText h3{
    font-size: 25px;
    margin: 20px 0 40px;
}

.parText span{
    display: block;
    margin-bottom: 20px;
}

.partyOne:hover .partyImg img,.partyBox1:hover .parImg img,.partyBox2:hover .parImg img{
    opacity: 0.9;
}

.celebrity{
    position: relative;
}

.celebrityImg{
    overflow: hidden;
}

.celebrityImg img{
    width: 100%;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.celebrity_1 a:hover .celebrityImg img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.celebrity_1,.celebrity_2{
    position: relative;
    width: 100%;
}

.celebrity_2{
    margin-left: 10px;
    margin-right: 0;
}

.celebrity_1 a,.celebrity_2 a{
    position: relative;
    display: block;
}

.celebrityTxt{
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.celebrityTxt a{}

.celebrityTxt h3{
    font-size: 25px;
    color: #fff;
    padding: 18px 0 0 0;
    margin: 0 0 15px 0;
}

.celebrityTxt p{
    color: #fff;
}

/* .celebrityTxt h3:before {
    content: "";
    float: left;
    display: block;
    top: 0;
    left: 50%;
    position: absolute;
    height: 1px;
    width: 36px;
    background-color: #9A9A9A;
    -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
} */
/*个性服务  end*/


/*case*/
.caseAll{
    width: 100%;
}

.grid_item{
    width: 100%;
    margin: 0 0 80px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.grid_item a{
    display: block;
    width: 75%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    transition: background .35s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    -webkit-transition: background .35s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    -moz-transition: transform .2s ease-in-out 0s, background .35s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, background .35s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, background .35s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, background .35s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    overflow: hidden;
}

.grid_item a img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s
}

.grid_item a:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.grid_item h4 {
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    color: #fff;
    background-color: #000;
    position: absolute;
    bottom: -24px;
    left: 50%;
    display: inline-block;
    padding: 4px 35px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 16;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.caseBg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.2);
}

.cTitle{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.cTitle span{
    font-size: 20px;
}

.cTitle h3{
    font-size: 25px;
    margin-top: 10px;
}


.flexslider {
    position: fixed;
    width: 100%;
    top: 0;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
    display: none;
    z-index: 9999;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 100%;
}

.flex-control-nav {
    position: absolute;
    bottom: 46px;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: none;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 38px;
    height: 3px;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    height: 6px;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

/*case  end*/


/*job*/
.jobsAll{
    width: 100%;
}

.jobsAll img{
    width: 100%;
}

.jobBox{
    width: 100%;
    text-align: center;
    margin: 80px auto;
}

.jobBox h2{
    margin-bottom: 10px;
    font-size: 30px;
}

.jobBox h5{
    width: 800px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
}

.jobBox ul{
    margin: 80px 0;
    overflow: hidden;
}

.jobBox li{
    width: 24.2%;
    float: left;
    text-align: center;
    margin: 0 1% 0 0;
}

.jobBox li:nth-child(4n){
    margin-right: 0;
}

.jobBox li h3{
    font-weight: bold;
    font-size: 20px;
    margin: 17px 0;
}

.jobBox li p{
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.jobBox li a{
    width: 131px;
    margin: 0 auto;
}

.job_B{
    width: 60%;
    margin: 0 auto;
}

.jobs_de{
    width: 100%;
    margin: 0 auto;
}

.jobs_de li{
    margin: 80px 0;
}

.jobs_de li .job_B h2{
    font-size: 20px;
    font-weight: bold;
}

.jobs_de li .job_B p{
    margin: 20px 0;
    font-size: 14px;
}

.jobs_de li .job_B span{
    cursor: pointer;
}

.jobs_de li .job_B span img{
    width: 25px;
}

.job_hidden{
    margin: 30px 0;
    background: #e3e3e3;
    display: none;
}

.job_op{
    width: 60%;
    margin: 0 auto;
    padding: 40px 0;
}

.job_op h3{
    font-weight: bold;
    margin: 20px 0;
}

.job_op p{
    line-height: 25px;
    font-size: 15px;
}
/*job  end*/

#eject_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,1);
    display: none;
    z-index: 999;
}

#BACK{
    position: fixed;
    top: 42px;
    right: 42px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    z-index: 99999;
    display: none;
}


/*about*/
.aboutText{
    margin: 40px auto;
    text-align: left;
    padding: 80px 30px;
    background: #e3e3e3;
}

.aboutText h3{
    font-size: 33px;
    margin-bottom: 40px;
    font-family: playfair;
}

.aboutText p{
    margin-bottom: 20px;
    line-height: 28px;
}
/*about  end*/
/*翻页样式*/
.pagestr a{display: inline-block;  font-size: 14px;  line-height: 40px;  height: 40px; min-width: 40px;  vertical-align: middle;}
.pagestr .prev,.pagestr .next{width:60px;}
.pagestr .current{border: solid 1px #000;}
/*翻页结束*/


/* contact */
.contactAll{
    width: 100%;
    margin: 0 auto 50px;
    overflow: hidden;
}

.contactText{
    width: 340px;
    height: 550px;
    padding: 30px;
    background: #F3F3F3;
    font-size: 14px;
}

.contactText h3{
    background: url('../images/icon-place.png') no-repeat left;
    padding-left: 40px;
    margin-bottom: 15px;
}

.contactText p{
    margin-bottom: 10px;
}

.contactText ul{
    height: 100%;
}

.contactText li{
    position: relative;
    height: 50%;
}

.contactText li .conOne{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.contactMap{
    width: calc(100% - 340px);
    margin: 0 auto;
}

.contactMap img{
    max-width: initial;
    width: auto;
}
/* contact  end */