.contact-section{
    background-color:#000;opacity:0.3;margin-top:475px; height: 100px
}
.top{
    margin-top: 40px;
}
.top-90{
	margin-top: 90px;
}
.top-7{
	margin-top: 7px
}
.top-30{
	margin-top: 30px;
}
.top20{
	margin-top: -20px;
}
.margin-lf{
	margin-left: 10px;
}
.margin-lf20{
	margin-left:20px;
}
/*.row{
    cursor:pointer;
}*/
.flexslider{
    height: 580px;
}
.footer-gallery-widget{
    text-align: left;
}
.breadcrumb{
    background-color: #fff;
    padding: 8px 0px;
        margin: 10px 0;
}
.meta-post{
  /*  font-size: 20px;*/
    margin-bottom: 12px;
     /*padding: 0px 20px;*/
}
.meta-post>div, .meta-post>span{
	float: left;
}
.meta-post a:hover{
	    color: #c18d3d;
}
.i-con{
	    margin: -30px 0;
}
.posted-on{
    position: relative;
    color: #494949;
    margin-right: 4px;
    font-weight: 600;
}
.meta-post{
    font-size: 14px;
}
.byline{
    position: relative;
    padding-bottom: 10px;
    padding-left: 10px;
}

.liucheng{
    background-image: url(../img/woku_1.png);
    background-repeat: no-repeat;
}
.dropdown{
    float: right;
    margin: 50px 0 0 50px;
}
.service-item p {
margin: 0;
line-height: 2em;
}
.service-item .btn {
position: absolute;
right: 5px;
bottom: 5px;
color: #f93;
border-color: #f93;
 -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#sidebar-content {
width: 115%;
height: 100% !important;
/* overflow-y: scroll;*/
}
.map-left .nav-tabs>li>a{
	line-height: 46px; 
}
/* 个人中心 */


 /* 上传头像 */
 
.l-btn{
    display: inline-block;
    outline: none;
    resize: none;
    border: none;
    padding:5px 10px;
    background: #333;
    color: #fff;
    border:solid 1px #333;
    border-radius: 3px;
    font-size: 14px;
}
.l-btn:hover{
    background: #000;
    animation: anniu 1s infinite;
}
.l-btn:active{
    box-shadow: 0 2px 3px rgba(0,0,0,.2) inset;
}
.hidden{
    display: none;
}
.tailoring-container, .tailoring-container div, .tailoring-container p{
    margin: 0;padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tailoring-container{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}
.tailoring-container .black-cloth{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .9;
    z-index: 1001;
}
.tailoring-container .tailoring-content{
    position: absolute;
    width: 768px;
    height: 560px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;

    /* 水平垂直居中*/
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -weblit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);*/

    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    padding: 10px;
}

.tailoring-content-one{
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #DDD ;
}
.tailoring-content .choose-btn{
    float: left;
}
.tailoring-content .close-tailoring{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #eee;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    float: right;
    cursor: pointer;
}
.tailoring-content .close-tailoring:hover{
    background: #ccc;
}

.tailoring-content .tailoring-content-two{
    width: 100%;
    height: 460px;
    position: relative;
    padding: 5px 0;
}
.tailoring-content .tailoring-box-parcel{
    width: 520px;
    height: 450px;
    position: absolute;
    left: 0;
    border: solid 1px #ddd;
}
.tailoring-content .preview-box-parcel{
    display: inline-block;
    width: 228px;
    height: 450px;
    position: absolute;
    right: 0;
    padding: 4px 14px;
}
.preview-box-parcel p{
    color: #555;
}
.previewImg{
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.preview-box-parcel .square{
    margin-top: 10px;
    border: solid 1px #ddd;
}
.preview-box-parcel .circular{
    border-radius: 100%;
    margin-top: 10px;
    border: solid 1px #ddd;
}

.tailoring-content .tailoring-content-three{
    width: 100%;
    height: 40px;
    border-top: 1px solid #DDD ;
    padding-top: 10px;
}
.sureCut{
    float: right;
}

@media all and (max-width: 768px) {
    .tailoring-container .tailoring-content{
        width: 100%;
        min-width: 320px;
        height: 460px;
    }
    .tailoring-content .tailoring-content-two{
        height: 360px;
    }
    .tailoring-content .tailoring-box-parcel{
        height: 350px;
    }
    .tailoring-container .tailoring-box-parcel{
        width: 100%;
    }
    .tailoring-container .preview-box-parcel{
        display: none;
    }
}

.personal .nav-tabs>li>a{
	line-height: 50px;
	height: 50px;
}
.nav-tabs>li>a{
    margin-right: 2px;
    padding-left: 0px;
    color: #999;
    line-height: 0.5;
    border: 1px solid transparent;
   border-radius:0px;
   /*height: 46px;*/
    line-height: 28px;
    padding:0;
}
.map-left ul li .sort {
	line-height: 46px;
}
.navBox .nav-tabs > li.active > a, .navBox .nav-tabs > li.active > a:hover, .navBox .nav-tabs > li.active > a:focus
{
	font-weight: bolder;
	border:none;
}
.nav-tabs{
    border: none;
}
.nav-tabs>li>a:hover{
    background: #f7f8f9;
    color: #555;
    border: none;
}
/*缁愭繂绨辨导姗�锟斤拷*/
/* .line_left a:link, .line_left a:visited, .line_left a:hover, .line_left a:active{
 	font-weight: bolder;
    }*/
   .current{
		font-weight: bolder;
	}
.room-list .room-sort {
    padding: 10px 5px;
    border-bottom: 2px solid #eceded;
}
.clearfix {
    zoom: 1;
}
.fl{
    float: left;
}
.hs-info {
    position: relative;
    width: 228px;
    padding-left: 10px;
}
.sort-item{
    font-size: 14px;
    /* font-weight: bold; */
}
.room-sort div {
    display: inline-block;
    padding: 5px 0px;
    border-radius: 3px;
    font-size: 14px;
}
.room-sort div {
    padding-left: 8px;
}
.line_left>a{
    border-left: 1px solid #e5e5e5;
    padding: 0 10px;
}
.border_bott{
    border-bottom: 1px solid #e5e5e5;
}
.margin_top{
    margin-top: 20px;
}
.light_Home{
    /*width: 212px;*/
    position: relative;
    text-align: center;
         margin: 16px 0 0 0; 
    height: 250px;
}
.light_Home .sidebar-right{
	    padding: 10px 0;
}
.line{
    height:1px;
    border-top:1px double #e5e5e5;
    margin: 0 20px;
}
.border_reght{
    border-right: 1px solid #e5e5e5;
}
.border_dashed{
    border-right: 1px dashed #e5e5e5;
}
.form-contro2{
    padding-left: 10px;
}
.btn2{
    background-color: #c8a063;
}
.map-marker2{
    font-size: 30px;
    color: #c8a063;
}
.border_b{
    border: 1px solid #e5e5e5;
    width: 70px;
        padding: 1px 5px;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}
.sidebar-right p:first-child{
    color: #cfae7c;
    font-size: 20px;
}

.f2{
    float: right;
    margin-right: 10px;
}

.image-box img{
    -webkit-transition: .3s;
    transition: .3s;
}

.image-box img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.font_size {
        font-size: 14px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    float: right;
    border: 0;
    display: block;
    border-radius: 0 2px 2px 0;
    position: relative;
    right: 0px;
    cursor: pointer;
    color: #7d7d7d;
    z-index: 200;
    background: #e5e5e5;
    margin: -41px 6px 0px 0px;
    padding-left: 30px;
}
.service-item dd {
    height: 100%;
    padding-left: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
}
/*缁楊兛绔撮崚锟�*/
.list-news>ul li:last-child {
   /* margin-top: -20px;*/
    border-bottom:none;
}

.list-news>ul li {
    padding: 0px 0px 20px 0px;
    /* margin: 10px 0px; */
}
.cont-life .list-news>ul li{
	 margin-top:10px;
	 padding-top:10px;
}

.list-item {
    border-bottom: 1px solid #ddd;
    height: 100%;
    position: relative;
}
.pad-border{
	    border-bottom: 1px #e5e5e5 solid;
    padding-top: 15px;
        margin: 0 0px;
}
.main-container .list-item-image{
	 height: 250px;
    width: 380px;
}
.main-container .list-news .pad-border:last-child{
	border-color:transparent;
}
.list-item-image {
    height: 280px;
    width: 420px;
    overflow: hidden;
    display: inline-block;
    float: left;
    cursor: pointer;
    /* padding-right: 30px; */
}

.list-item img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    transform: scale(1.0, 1.0);
    transition: .7s transform;
    -moz-transition: .7s transform;
    -webkit-transition: .7s transform;
    -o-transition: .7s transform;
}
.right-box{
	padding-top: 10px;
    padding-bottom: 25px;
}
.togg .fl{
	
}
.item-info {
    /* margin-left: 220px; */
    display: inline-block;
    width: 45.6%;
    padding-left: 20px;
}
.item-info a {
    color: #000;
    text-decoration: none;
}
.item-info p {
   /* line-height: 24px;*/
    font-size: 14px;
    /*height: 72px;*/
    overflow: hidden;
    letter-spacing: 0px;
    color: #666;
}

.img_height{
    margin: auto; width: 100%;
    height: 551px;
}
/*缂堝銆�*/
.Page {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}
.Page ul li {
    display: inline-block;
    min-width: 42px;
    /*padding: 0 5px;*/
    /*background: #ffffff;*/
    height: 42px;
    /* vertical-align: middle; */
    line-height: 42px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-left: 5px;
    /* float: left; */
    color: #333;
}
.wh{
	width: 70px;
}
.Page .button{
	width: 70px;    
	background-color: #c8a063;    
	height: 42px;
	line-height: 42px;
}
/*.Page ul li:last-child:hover{
	background: transparent;
}*/
.Page ul li.thisclass>a{
	color: #fff;
}
.Page ul li.thisclass {
    background: #c8a063;
    color: #fff;
    /* display: inline-block; */
    /* width: 14px; */
}
.Page ul li a:hover {
    background: #c8a063;   
    width: 100%;
    color: #fff;
}
.Page ul li a {
    min-width: 30px;
    display: block;
    color: #333;
    /* width: 100%; */
    text-decoration: none;
   /* padding: 0 5px;*/
}
/*.Page ul li:last-child{
    border: none;
}*/
.Page ul li:hover:last-child{
    background:#fff;
    color: #000;
}
.breadcrumb li{
    font-size: 16px;
}
.border2_left{
    border-left: 1px solid #e6e6e6;
}
.pad_lt{
    padding-right: 5px;
    padding-left: 5px;
}

/*娴兼﹢锟斤拷--鐠囷附鍎忔い锟�*/
.ndiv{
	  width: 6%;position: absolute;
}
.fix-div{
	 position:fixed; top:0px;
}
.about-widget-box .right-hot-box .right-form-box .btn-style-one:hover, .position-btn .btn-t:hover{
	background-color: #CBA063;
	color: #fff;
}
.item-info .mg-t50{
	margin-top: 20px;
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
}


.left-fixed{
	background: rgba(255, 255, 255);    
	margin-left: -7%;top:12%;
}
.left-fixed .left-weixin{
	width: 50px;
    height: 50px; margin: auto;
    border-radius: 50%;
    background-color: #dddddd;
}
.left-weixin i{
	line-height: 50px;
    margin: auto;
    font-size: 24px;
}
.position {
    width: 88%;
    margin: 0 auto;
    padding: 18px 0px;
   /* border-bottom: 1px solid #DDD;*/
}
.room-img-desc .gallery-thumbs {
    width: 450px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.fl {
    float: left;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.room-img-desc .gallery-thumbs .slide-img, .room-img-desc .gallery-thumbs .img-holder {
    width: 450px;
    height: 300px;
}
.img-clip {
    background-position: center;
    background-size: cover;
}
.room-img-desc .gallery-right {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 120px;
    height: 260px;
}
.row-cooperation {
    padding: 10px 22%;
    text-align: center;
}

.icon-cooperation-process {
    width: 48px;
    height: 48px;
    display: block;
        margin: 20px auto 0px auto;
}
.row-cooperation>h4 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #de0f18;
}
.animate-box {
    opacity: 0;
}
.right-button-box {
    padding: 1px 0;
    height: 50px;
    position: relative;
}
.button_left{
    display: block;
    float: left;
    border: 1px solid #fff;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    width: 50%;
    margin: 0px auto;
    font-size: 20px;
    letter-spacing: 1px;
   cursor: pointer;
    background: #eee;
}
.button_right{
    display: block;
    padding: 1px 10px;
    color: #3f3a39;
    text-align: center;
    width:100%;
    /*margin: 10px auto;*/
    font-size: 18px;
    letter-spacing: 1px;
    background: #eee;
}
.right-hot-box {
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    width: 360px;
}
.right-fixed{
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: #ffffff;
    transition: all 500ms ease;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
}
.right-share-box {
    width: 100%;
    /*padding-top: 20px;*/
    display: inline-block;
}
.right-share-box span{
	height: 20px;
    line-height: 20px;
    /*margin-top: 20px;*/
}
.table-condensed tbody tr td{
	background: #f8f8f8;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.active th{
	text-align: center;
}
.cont-house .hentry .byline{
	 padding:5px 5px;
    margin-right: 10px;
}
.hentry .meta-post .btn-t{
	float: right;
}

.hentry .meta-post .btn-t a:hover, .hentry .meta-post .btn-t:hover{
	background: #d6ac66;
    color: #fff;
    border-color:transparent;
    }
    .hentry .meta-post .ppp:last-child{
    	 border-bottom: 1px solid #999;
    }
    
.ar {
    float: right;
    text-align: right;
    width: 50%;
    padding-right: 4%;
}

.al {
    float: left;
    width: 50%;
}
.cont-house .right-form-box{
    width: 90%;
    margin: auto;
} 
.cont-house .right-form-box input{
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius:0px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.right-form-box input:focus {
    outline: none;
    border-color: #fa9901;
    box-shadow: none;
}
.about-widget-box .row-aboutus-box p{
	/*font-size: 16px;*/
	/*height: 40px;*/
    line-height: 24px;
    color: #999;
}
 .row-aboutus-box .detail-text{
	text-align:left;
 text-indent:2em;
 padding-bottom:10px;
}
.about-widget-box .row-aboutus-box p>span{
	color: #333;
	}
.row-features-box p{
	color: #333;
}
.aboutus-btn-config{
	font-size: 16px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 0 2px 2px 0;
    right: 0px;
    cursor: pointer;
    text-align: center;
    color: #7d7d7d;
    z-index: 200;
    background: #e5e5e5;
    margin: 5px 5px;
    padding: 10px 10px;
}
.aboutus-box-input{
	width: 49%;
    height: 40px;
    padding: 0 10px;
}
.right-share-box i{
	font-size:18px;
	color: #999;
	margin: 0 2px;
}
.list-item .item-info span.news-tags {
    padding-left: 20px;
    right: 0;
    padding-right: 0;
    line-height: 30px;
   /*  margin-top: 20px; */
    font-size: 12px;
     min-height: 40px;
    bottom: 0px;
    position: absolute;
}
.news-tags a{
	color: #777;
}

.list-item .item-info span.news-view {
    padding-left: 35px;
    background: url(../img/icon-view.png) no-repeat 0px 0px;
    float: left;
    line-height: 30px;
    color: #777;
        min-height: 40px;
    bottom: 0px;
    position: absolute;
}
.list-item .item-info h2 {
    line-height: 22px;
    height: 30px;
    padding-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    
}
.tabCons .life-right .top-20{
	height: 175px;
	margin-top: 30px;
}
 .life{
    		    background: #fafafa;
    	} 
.cont-problem, .cont-forget, .job-container, .cont-life .tab-pane, .sticky-header, .personal, .life .personal .tab-pane, .life .right-box, .life .nav-news, .life .main-header-block{
    		background-color: #fff;
    	}
    	.cont-forget{
    	margin-bottom:100px;}
.cont-life .tab-pane{
    		padding:0 15px;
    	}
.life .carousel-caption{
    		bottom: 0;
    	}
    	.cont-life .list-item-image{
    	height: 200px;
    	}
    	.cont-life .list-item{
    	height: 230px;
    	}
    	.cont-life .carousel-inner .item{
    	height:342px;
    	width:1145px;
    	}
    	.owner-img .carousel-inner .item, .index-img .carousel-inner .item{
    	min-height:200px;
    	}
    	.error{
    		color: red;
    	}
.news-container .list-item .item-info h2, .news-container h2 {
	margin-top: 0px;
	font-weight: 600;
	font-size: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-map{
	position: absolute;
    width: 400px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px #e5e5e5 solid;

}
.nav > li > a:hover, .nav > li > a:focus{
	background-color:transparent;
}
.nav-map div{
	width: 50%;
}
.nav-map div:last-child{
	text-align: center;
    padding-left: 10%;
}
.nav-map div:first-child{
	position: relative;
	padding-left: 30px;
	    height: 30px;
    line-height: 30px;
    word-break: keep-all;
    white-space: nowrap;
}
.nav-map i{
	position: absolute;
	margin: 0 -20px;
}
.nav-map b{
	font-size: 20px;
	color: #d89023;
}
.navBox ul li{
	margin-bottom: 10px;
	/*width: 33%;
    text-align: center;*/
}
.map-left .nav-tabs{
	    margin: 0 -5px 0 -5px;
}
.map-left .nav-tabs > li{
	width: 33%;
	height: 46px;
    text-align: center;
    border-left: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}
.nav-news li {
   width: 25%;
    display: inline-block;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.nav-map i{
	font-size:30px;
	color:#d59432;
}
.nav-news li a {
    color: #292929;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    display: inline-block;
    /* background: #333333; */
    text-decoration: none;
    cursor: pointer;
}
/*閸︽澘娴橀幍鐐煣*/
.map-left{
    padding: 0px;
    width: 400px; float: left;
}
.map-left .tab-content{
	position: absolute;
	margin-top: 50px;
	height: 800px;
	overflow-y: auto;
	width: 90%;
	    }
.map-icons{
	color: #000;
	padding: 15px 0;
    height: 58px;
}
.nav-daohan{
	cursor: pointer;
    width: 16px;
    height: 58px;
    margin-left: -15px;
    border: 1px #A0A0A0 solid;
    background-color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    position: absolute;
    margin-top: 70%;
    box-sizing: border-box;
}
.hs-info-name {
    position: relative;
    /*margin-top: -3px;*/
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hs-info-price {
    color: #f91;
}
.hs-info-price b {
    
    font-size: 20px;
}
.hs-info p{
	line-height: 20px;
}
.hs-photo {
    width: 135px;
}
.most-inside{
	float: left;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #434343;
}
.most-inside .trigger i {
        position: static;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto 4px;
}
.icons-peripheral {
    position: relative;
    width: 25px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100px;
    background: url(../img/icons-mapv2-png.png) no-repeat;
    
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.most-inside .trigger i.quyu {
    background-position: -5px -125px;
}
.most-inside .trigger i.ditie {
    background-position: -38px -125px;
}
.most-inside .trigger .text {
    color: #fff;
}
.most-inside .trigger {
    position: relative;
    z-index: 1;
    height: 80px;
    overflow: hidden;
    text-align: center;
}
.slider-shape {
    position: absolute;
    right: 9px;
    top: 93px; 
    display: block;
    width: 60px;
    height: 80px;
    background-color: #1a1a1a;
}
.map-main{
	padding: 10px 0;
	border-top: 1px #e5e5e5 solid;
}
.map-header .select-type-relative{
position:relative;
float: left;
}

.map-header .select-type {
        text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
        position: relative;
    width: 130px;
    border: 1px solid #dadada;
    color: #000;
    box-sizing: border-box;
    font-size:14px;
    background-color: #fff;
}
.map-header .select-type .btn{
	 height: 50px;
    line-height: 40px;
    width: 100px;
   /*  padding: 6px 30px; */
    background: transparent;
}
.select-type-absolute .dropdown-menu > li > a{
	    padding: 3px 20px 3px 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus, .map-header .select-type .btn:hover{
	background: none;
	color: #444;
	border-color:transparent;
	border-radius:0px
}
.select-type-content i{
	position: absolute;
	font-size: 26px;
    margin: 11px;
    right: 0;
    
}
.metro-tips {
    padding-right: 80px;
    background-color: #fff5e7;
    border-bottom: #e0e0e0 solid 1px;
}
.metro-tips span {
    float: left;
    font-size: 14px;
    line-height: 59px;
    padding-left: 20px;
}
.metro-list{
	height: 124px;
    overflow: hidden;
    padding: 0px;
    display: block;
    width: 400px;
}
.jspContainer{
	position: absolute;
}
.metro-list a {
    font-size: 14px;
    line-height: 44px;
    display: block;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: #e6e6e6 solid 1px;
}
.map-header .select-type-content:hover .select-type{background: #ebf1fa;}
.map-header .select-type-content:hover .select-type .arrow{ 
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transition: all .25s ease 0s;

}

/*娑撳濯哄锟�*/
.map-header .select-type-absolute{
    position: absolute;
    background: #fff;
    border: 1px solid #dadada;
    left:0px;
    top: 46px;
    display: none;
    z-index: 222;
    border-radius: 0;
}

.map-header .select-type-absolute li {
    width: 140px;
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
    cursor: pointer;
    border-bottom: 1px solid #dadada;
}
.map-header .select-type-absolute li:hover {
    background: #ebf1fa;
}
	
			#menu {
  overflow: hidden;
  /*   height: 800px; */
    height:100%;
    width: 425px;
    right: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
}
#menu #ensconce {
  /*闅愯棌鑿滃崟鏍峰紡*/
 
  /* height: 800px; */
  height:100%;
  margin-top: 70%;
  float: right;
  text-align: center;
  position: relative;
  display: none;
}
#menu #ensconce h2 {
  cursor: pointer;
  border: 1px #000 solid;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.5rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}
#menu #ensconce h2 img {
  width: 52%;
}
#menu #open {
  /*鏄剧ず鑿滃崟鏍峰紡*/
 position: relative;
  width: 100%;
 /*  height:800px; */
 height:100%;
  padding-left: 20px;
  
  padding-bottom: 0.1rem;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
#menu #open .navH span {
  position: absolute;
  top: 49%;
  left: 0;
  padding: 0 0.15rem;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

#menu #open .navBox {
 /*  height: 800px; */
     height:100%;
  /*overflow-y: auto;*/
     border: #b3b3b3 solid 1px;
     background-color: #fff;
  padding-left: 0.05rem;
  padding-right: 0.07rem;
  margin-top: 0.1rem;
}
/*#menu #open .navBox ul li {
  background-color: #393c4a;
 border-left: #b3b3b3 solid 1px;
  cursor: pointer;
  margin-bottom: 4px;
}*/

#menu #open .navBox ul li h2 {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
  padding: 0.15rem 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
#menu #open .navBox ul li h2 i {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  border-top: 0.07rem transparent dashed;
  border-left: 0.07rem solid #fff;
  border-right: 0.07rem transparent dashed;
  border-bottom: 0.07rem transparent dashed;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transform-origin: 4px 3px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/*涓嬫媺鑿滃崟*/
  .map-header .dropdown-submenu {
            position: relative;
        }
        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
                width: 219px;
    height: 310px;
    overflow: hidden;
        }
       .map-header .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }
       .map-header .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }
       .map-header .dropdown-submenu:hover > a:after {
            border-left-color: #fff;
        }
       .map-header .dropdown-submenu.pull-left {
            float: none;
        }
       .map-header .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
.chose-item {
    padding: 0 0 10px 20px;
}
.initial {
    display: block;
    width: 15px;
}
.chose-item-menu {
    overflow: hidden;
    zoom: 1;
        margin-top: 3px;
    /*font-size: 0;*/
}
.chose-item-menu a {
    display: inline-block;
    display: inline;
    float: left;
    zoom: 1;
    margin-right: 15px;
    font-size: 12px;
    white-space: nowrap;
}
.select-type-absolute .dropdown-submenu .dropdown-menu li{
	float:left;
	border-color: transparent;
	width: 50%;
	    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.select-type-absolute .dropdown-submenu .dropdown-menu li:hover{
	background-color: transparent;
	border-color: transparent;
}
.map-header .show{display:block;}

.map-header .hide{display:none;}

.map-img{
	position: absolute;
	margin: 10px 0;
	width: 100%;
}

/*娑撴矮瀵岄悾宀勬桨*/
.index-img .cont-owner{
	background: #f7f8f9;
	padding-bottom: 15px;
}

.dec-style .container .row, .cont-owner .container ul{
	width: 45%;
	margin: auto;
}
.index-img .cont-owner .container ul, .owner-img .cont-owner .container ul{
	width: 60%;
}
.pace-inactive .aboutus-box-title h2, .cont-owner .aboutus-box-title h2{
	font-size: 32px;
    color: #424242;
    font-weight: bold;
}
.other-slide img {
    width: 100%;
    height: auto;
}
.aboutus-container{
	background: url(//img.szwoku.com/img/owner.jpg) no-repeat center fixed;	
	background-size: 100%;
	height: 680px;
}
.aboutus-box-title-line {
    width: 128px;
    height: 2px;
    background: #333;
    display: inline-block;
}
.aboutus-box-title {
    text-align: center;
    margin: 70px 0;
}
.cont-house .aboutus-box-title{
	margin: 40px 0 18px 0;
	text-align: left;
}
.owner-btn{
	border: 1px solid #fff;
    margin: 0 40%;
    margin-top: 50px;
    background: #fff;
    color: #000;
    padding: 15px 30px;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.row-aboutus-partner div {
    display: block;
    text-align: center;
        padding: 35px 0;
    cursor: pointer;
    height: 200px;
}
.aboutus-container div span{
	font-size:20px;

	}

.card-box {
   /* padding-top: 20px;
    padding-bottom: 60px;*/
}
.card-area {
    padding: 0;
    margin: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
/*.card-area li{
	
}*/
.weixin-code{
	width: 165px;
	height: 165px;
}
.contact-hr{
	    border-top: 1px solid #000;
    width: 165px;
}
.card-box ul li {
        float: left;
    position: relative;
    line-height: 3em;
    margin: 10px 5%;
    border: 1px solid #bfbfbf;
    list-style: none;
    width: 40%;
    background-color: #fafafa;
    border: 1px solid #c1c1c1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-area{
	    width: 80%;
    margin: auto;
}
.owner-mode .content-box{
	height: 500px;
}
 .woku-display .aboutus-box-title, .woku-park .aboutus-box-title, .cont-owner .aboutus-box-title, .owner-delegate .aboutus-box-title, .owner-mode .aboutus-box-title{
	margin-top: 70px;
	margin-bottom: 50px;
}
.card-area .card-active {
    background-color: #c8a063;
    border: 1px solid #c8a063;
    box-shadow: 0 0 20px 0 rgba(200,160,99,.5);
    color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 11;
}

.tab-on div{
	display: none;
}
#on {
	display:block;
}
.delegate-left{
	background: url(//img.szwoku.com/img/owner-jm.png) no-repeat center;
	background-size: cover;
    width: 100%;
    color: #FFF;
    height: 538px;
}
.md-form {
    position: relative;
    width: 80%;
    margin: auto;
        height: 373px;
}


.row-aboutus-partner span{
	height: 100px;
}
.woku_row{
background-image: url(//img.szwoku.com/img/owner_3.jpg) ;
    background-color: rgb(9, 24, 39);
    /*padding-top: 100px;*/
    padding-bottom: 100px;
    background-position: 50% 0;
    height: 700px;
}
.woku_row h2{
	color: #fff;
}

.cont-ar .row, .woku_row .aboutus-box-title-line{
	background: #fff;
}
.woku_row img{
	    width: 100%;
    height: 170px;
        margin: 48px auto;
}
.woku_row .btn{
	
	border: 1px solid #fff;
	margin: 50px 44%;
	background-color: #fff;
}
.owner-border-right{
	    border-right: 1px #999 solid;
	   
}
.owner-border-bottom{
	    border-bottom: 1px #999 solid;
	   
}
.owner-cases img{
	width: 100%;
}
.owner-mode{
	margin-top: 35px;
}
.owner-cases div{
	padding-right: 0px;
    padding-left: 0px;
}


/*闁喚鍍电仦锟�*/
.con{
	overflow: hidden;
	position: relative;
}
.con img{
	 width: 100%;
	 /* height:100%; */
	 cursor: pointer;
     -webkit-transition: .3s;
    transition: .3s;
}
.con img:hover{
	 -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.txt{width:100%;height:45px;background:rgba(0,0,0,0.6);/*闁繑妲戦懗灞炬珯閼硅绱濇稉宥夛拷蹇旀閸忚埖鏋冪�涙鍞寸�癸拷*/position:absolute;left:0;bottom:0;color:#fff;font-family:"瀵邦喛钂嬮梿鍛寸拨";}

.txt h3{font-size:20px;font-weight:100;height:45px;text-align:center;line-height:45px;}

.txt p{font-size:14px;text-align:center;margin-top: 104px;padding: 0 25px;}
.owner-delegate .featured-area .content-box {
    padding: 160px 80px 0px 70px;
    margin-top: 0px;
    }
    .owner-delegate{
    	margin: 35px 0;
    }
     .owner-delegate form{
     	margin: 10px 0;
     }
     .form-input{
    	border-color: #eee;
    	outline:0;
        box-shadow:inset 1 0px 0px rgba(0,0,0,0.075);
        text-align: left;
        padding-left: 10%;
        border: none;
        border-radius: 0px;
        border-bottom: 1px #999 solid;
        background-color:transparent;
                padding: 6px 20%;
    font-size: 14px;
    line-height: 1.42857143;
        width: 100%;
            height: 50px;
    }
   .input-left{
   	    color: #333;
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 14px;
   }
   .input-danger{
   	color:#999;
   	     position: absolute;
   	     right: 0;
   	     padding: 20px 40px 17px 35px;
   }
    .form-input:focus {
       outline: none;
       border-color: #c8a063;
       border-radius: 0px;
       padding-top:15px;
}
.owner-delegate .owner-btn{
	border: 1px solid #333;
	background:none;
}
.owner-delegate .bx-viewport{
	width: 80%;
	margin: auto;
}
.owner-mode .bx-viewport{
	min-height: 400px;
}
.owner-delegate .bx-viewport .top-90{
	line-height: 40px;
}
.owner-delegate .slider-pager{
	width: 65%;
    margin: auto;
}
.modal-dialog{
	position: absolute; 
    margin: 10px auto;
    left: 0;
    right: 0;
    top: 20%;
}
.modal-dialog .form-input{
	    border-color: #999;
}
.modal-dialog .input-left{
	font-size: 16px;
}
.owner-logo{
	width: 100%;
    height: 100px;
    margin-top: -100px;
}
.owner-bottom{
	    cursor: pointer;
    border: 1px solid #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    font-weight: bold;
    right: 20px;
    top: -80px;
}
.modal-header .aboutus-box-title{
	    margin: 40px 0 0 0;
}
.modal-content .md-form{
	height: 414px;
}
.modal-content .owner-btn{
	background-color: #c8a063;
	color: #fff;
	padding: 10px 35px;
	margin-top: 30px;
}
.modal-content .input-left{
	top: 20px;
}
.modal-content  .form-input{
	padding-left: 16%;
}


/*閸忓厖绨幋鎴滄粦*/
.brand-slide{
	background: url(../img/about_03.jpg) no-repeat center;
	background-size:cover;
	height: auto;
	width: 100%;height: 800px;
}
.brand-slide .aboutus-box-title{
	 margin: 40px 0;
}
.woku-room{
	background-color: #fafafa;
}
.woku-room .row{
	margin: 0px;
}
.brand-slide .aboutus-box-title h2{
	color: #fff;
}
.brand-slide .aboutus-box-title-line{
	background:#fff;
}

.brand-contactus{
	color: #fff;
	text-align: center;
}
.brand-slide .container{
	padding: 100px 0;
}
.woku-about{
	position: relative;
	background: url(../img/about-banner_07.jpg) no-repeat;
	width: 100%;
	background-size: cover;
}
.woku-room .text-left, .woku-park .text, .woku-about .brand-contactus{
	width: 80%;
    margin: auto;
}

.brand-slide .brand-contactus p{
	font-size:18px;
}
.woku-park .text, .woku-room .text-center{
	width: 60%;
}
.woku-about .aboutus-box-title h2{
	color:#fff;
}

.woku-about .aboutus-box-title span{
	background-color:#fff;
}
.woku-about .content{
	padding:80px 0;
}
.woku-about .content .row{
	background: rgba(0, 0, 0, 0.6);
	    margin: 0;
}
.woku-about img{
	width: 100%;
}
.woku-development{
	position: relative;
	background: url(../img/about_03.png) no-repeat center;
	background-size: 65% 100%;
	width: 100%;
   margin: 100px auto;
}
.woku-development .content{
	width: 80%;
	padding: 100px 0;
	margin: auto;
	position: relative;
}
.woku-development .vertical-line {
   position: absolute;
    width: 98%;
    height: 2px;
    border: 2px solid #000;
    border-radius: 5px;
    z-index: 0;
        top: 390px;
}
.deve-contactus{
	padding:200px 0;
	}
.timeline{
	 width: 20%;
	 text-align: center;
    float: left;
    position: relative;
}
.timeline .timeline-text{
	margin-top: -128px;
    margin-bottom: 77px;
}
.timeline-top{
	 width: 100%;
	 padding-left: 8%;
	 margin-top: -278px;    
	 position: absolute;
	 text-align: right;
}

.woku-development .title-cycle{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    background: #333;
    z-index: 999;
    position: absolute;
    margin-top: 245px;
    /*margin-left: 54px;*/
   
}
.cycle-text{
	padding-left: 40%;
    text-align: left;
}
.woku-development .timeline-but .title-cycle{
	margin-top: -55px;
	margin-left: -10px;
}
.woku-development .vertical-line>i{
	color: #fff;
	    font-size: 38px;

    margin: 0;
    right: -5px;
    top: -22px;
    width: 40px;
    height: 40px;
}
.woku-development .vertical-line .fa-angle-right:before{
	       margin: 2px 12px;
    position: absolute;
}
.timeline-but{
	width: 100%;
	position: absolute;
	margin-top:22px;
	padding-right: 10%;
}
/*.woku-development img{
	width: 100px;
}*/
.woku-culture{
	background: url(../img/about-banner_46.jpg) no-repeat;
	color: #fff;
	background-size: 100% 100%;
}
.woku-culture .text{
	padding: 10px 0;
	height: 180px;
}
.woku-culture .row{
	padding-bottom: 70px;
}
.woku-culture img{
	width: 100%;
}
.woku-culture p{
	font-size: 16px;
}
.woku-park .content, .woku-display .content, .woku-culture .content{
	width: 80%;
    margin: 0px auto;
    padding:10px 0;
}
.woku-culture .content h2{
	color: #fff;
}
.woku-culture h3{
	font-weight: ;
}
.woku-culture .content span{
	background-color: #fff;
}
	.woku-culture .col-box{
		background-color: #ededed;
}
/* .woku-park .row, .woku-display .row{
	width: 90%;
    margin: 0 auto 50px 6%;
}  */

.woku-display .col-lg-3{
	    padding-left: 8px;
    padding-right: 8px;
}
.woku-park .col-lg-4{
	padding-left: 8px;
    padding-right: 8px;
}
/* .woku-display .con{
	    height: 280px;
} */
.woku-display p{
	color: #000;
	padding-top: 10px;
}
.woku-display img{
	width: 100%;
}
.woku-display .txt-ab{
	height:40px;width:100%;
	text-align: center;
	background:rgba(0,0,0,0.6);
position:absolute;left:0;bottom:0;color:#fff;
	
}
.woku-service .col-lg-3{
	padding-left: 8px;
	padding-right: 8px;
}
.modal-content, .woku-park .text{
	    padding-bottom: 70px;
}
.woku-service img{
	width: 100%;
}

.navbar .vertical-line {
    position: absolute;
    /* width: 12px; */
    height: 408px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-left: 15%;
    z-index: 0;
    margin-top: 20px;
}
.navbar-default .title-cycle {
       width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    background: #FFF;
    z-index: 999;
    position: absolute;
    margin-top: 17px;
    left: 13%;
}
.active>.title-cycle{
	position: absolute;
	 width: 15px;
    height: 15px;
    margin-left: -1px;
}
.navbar-collapse ul{
	width: 100%;
    text-align: right;
}
.navbar-collapse{
	padding-right:0px;
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
	font-size: 16px;
	color: #fff;
	background-color:transparent;
}


.woku-style .carousel-indicators{
	    bottom: -43px;
}
.carousel-indicators .active{
	    background-color: #fff;
}
.carousel-indicators li{
	    border: 1px solid #fff;
}
.woku-style .carousel-indicators .active{
	    background-color: #7d7d7d;
}
.woku-style .carousel-indicators li{
	   
	        border: 1px solid #7d7d7d;
}


/*閻ц缍嶅▔銊ュ斀*/
.login-bg{
	    background: #161616 url(//img.szwoku.com/img/login_03.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;  
    margin-bottom: 15px; 
}
.login-bg .row{
	margin-left: 560px;
}
.login-bg .login-pd{
	padding: 0;
    height: 40px;
    /*margin-bottom: 50px;*/
}
.login-bg .login-form, .reg-ciont{
	height: 580px;
	background: rgba(255, 255, 255, 0.9);
}
.login-form ul{
	padding:10px 20%;
}
.login-form .nav-tabs li{
	border: 1px solid transparent !important;
	width: 50%;
	margin: 20px 0;
	font-size:20px;
	text-align: center;
}
.nav-tabs > li > a:hover{
	    background: none;margin-bottom:2px;
}
/*.personal-password .col-sm-10:first-child{
	padding: 0;
}*/
/*鐧诲綍寮圭獥*/
.login-box .login-bg{
	   background: none;
}
.login-box .login-bg .container{
	    width: 600px !important;
}
.login-box .login-bg .row{
	   margin: 0;
}
.personal .simple-tab p{
	    margin-top: 6px;
    margin-bottom: 0;
}
.personal .personal-cont label{
	font-weight:normal;
}
.personal-password .form-control, .personal-cont .form-control, .forget-con .form-control, .login-bg .form-control{
	text-align: left;
	border-radius:0;
	height: 43px;
}
.personal-password .btn, .personal-cont .btn{
	width: 100px;
	height: 48px;
	border-radius:0px;
}
.right-hot-box .btn-style-one:hover,.btn:hover{
	background: #cba063;
	color: #fff;
	border-color:#cba063;
}
.cancel-btn:hover{
	background: #ccc;
	color: #000;
	border-color: #ccc;
}
.personal .brand-contactus:hover{
	background-color:#A27837;
	color: #FFF;
}
.personal-cont .img-circle{
	    border: 1px #d8bc91 solid;
    width: 70px;
    height: 70px;
}
.personal-cont .fl{
	    margin-right: 10px;
    margin-bottom: 15px;
}
 .fl-15{
	margin-right:30px;
} 
.mg-bottom{
	margin-bottom: 150px;
}
.personal-cont i{
	position: absolute;
    margin: 10px;
    color: #999;
    font-size:20px;
}
.position-rlt{
	    position: relative;
}
.personal-cont .form-group > .color-ca8{
	position: absolute;
    bottom: 10px;
    left: 96%;
}
.forget-con .input-group-addon, .login-bg .input-group-addon{
	border-radius:0;
	color:#fff;
	background-color: #c8a063;
}
.forget-con .btn, .login-bg .btn{
	background-color: #535353;
	border-radius:0;
	color:#fff;
	font-size: 16px;
	 -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.login-bg .btn:last-child, .forget-con .register-btn{
	background: none;
	margin-top: 20px;
	border: 1px #535353 solid;
	color:#535353;
}
.personal-password .form-horizontal .form-group, .personal-cont .form-group, .forget-con .form-group, .login-bg .form-horizontal .form-group{
	margin-right:0px;
	margin-left:0px;
	
}
.login-form .nav-tabs > li.active > a, .login-form .nav-tabs > li.active > a:hover, .login-form .nav-tabs > li.active > a:focus{
	outline: none;
	font-weight: bold;
	border-radius: 0;
	border:none;
	color:inherit;
	background: none;
}
.login-bg .form-control{
	   /* height: 43px;*/
}
.forget-con .yanzhen .forget-psd{
	 width: 100px;
	height: 100%;
	right: 0px;
}
.index-img #carousel-example-generic .item img, .forget-con .yanzhen .forget-psd img, .owner-img #carousel-example-generic .item img{
	 width: 100%;height: 100%;
}
.yanzhen .forget-psd, .login-bg .forget-psd{
	position: absolute;
	cursor:pointer;
    width: 70px;
    right: 10px;
    z-index: 100;
    line-height: 44px;
    color: #c8a063;
}
.text-with-hr {
    text-align: center;
    position: relative;
    z-index: 2;
    
}
/*
濡亞鍤庨敍灞借嫙闁俺绻儂-index閿涳拷-1鐏忓攷r闂勫嫯绻庨惃鍕痪鍧椾紕閻╂牔缍�
*/
.text-with-hr:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #666;
    z-index: -1;
}
.text-with-hr span {
    display: inline-block;
    background: #fff;
    padding: 10px;
}
.reg-ciont .register{
	padding: 40px 0 20px 0;
    font-size: 24px;
}
/*濞夈劌鍞�*/
.forget-con{
	    margin: 50px 0 100px auto;
    padding: 0 30%;
}
.pass-text p{
	border-bottom: 2px solid #666;
	width: 5%;
	margin-bottom: 0px;
}
.pass-text hr{
	margin-top: 0px;
}

/*娑擃亙姹夋稉顓炵妇*/
.personal{
	padding-bottom: 70px;
	margin-top: 18px;
}
.personal .nav-tabs > li{
	float: none;
}
.personal-cont{
	    padding: 20px 50% 20px 3%;
	    color: #666;
}
.personal .tabbable, .personal .tab-content{
	border: 1px #ddd solid;
	padding: 20px 0;
}
 .personal .tab-content{
	min-height: 500px;
} 
.personal .lead{
	border-bottom: 1px #ddd solid;
	    margin: 0px 20px;
    padding-bottom: 10px;    padding-left: 10px;
}
.personal .tabbable li{
	border-bottom: 1px #ddd solid;
	    margin: 0 30px;
	    font-size: 18px;
}
.personal .tabbable li:last-child{
	border: none;
}
.personal .nav-tabs > li.active > a, .personal .nav-tabs > li.active > a:hover, .personal .nav-tabs > li.active > a:focus{
	border: none;
	font-weight: bold;
}

 .personal .events-wrapper {
    position: relative;
    height: 160px;
    width: 100%;
    /*margin: 0 40px;*/
    overflow: hidden;
}
.personal .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
}
.personal .events a {
    position: absolute;
       top: -20px;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.personal .events p:first-child{
	width: 40px;
    height: 40px;
    background: #bbb;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding-top: 8px;
}
.personal  .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #666;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.personal-password{
	    padding: 0 20%;
}
.simple-tab{
	margin: 0px 20px;
}
.woku-display, .personal .table thead{
	background-color: #fafafa;
}
.terms-con{
	margin: 20px 0;
	    padding: 20px 0;;
}
.terms-con .pre-scrollable{
	max-height: 600px;
	    border: 1px #7d7d7d solid;
}
.avatar-per{
	border: 1px #c8a063 solid;
	width:70px;
	text-align: center;
	color: #c8a063;
	cursor:pointer;
}
.color-999{
	color: #999;
}
.color-ca8{
	color: #c8a063;
}
.pg-10{
	padding-left:10%;
}
.pg-20{
	padding-left:20%;
}
.personal-label{
	padding-left:20%;
	margin: 20px 0;
}
.personal-label .label{
	color: #999;
	border: 1px #999 solid;
	cursor:pointer;
}
/*缁愭繂绨遍幏娑滀粧*/
.job-container .view-job{
	padding: 20px 8%;
	color: #666;
	min-height: 400px;
}
/*.view-job p{
	font-size: 14px;
}*/
.view-job span{
	margin: 0 10px;
}
.view-job h3{
	font-weight: bold;
}
.view-job .view-title{
	border-bottom: 1px #e5e5e5 dashed;
	margin-top: 20px;
}
.view-title .font-size-16{
	margin-bottom: 20px;
}
.view-job .view-title strong{
	color: #333;
}
.view-job .font-size-20{
	font-weight: bold;
	color: #333;
}
.view-title a:focus, .view-title a:hover, .view-title a:visited{
	outline:none;
	outline-offset:0px;
	text-decoration: none;
	/*color: #333;*/
}
.apply-job{
	color: #c8a063;
		padding: 2px 15px;
		margin-top: -5px;
	border: 1px #c8a063 solid;
}
.top-10{
	    margin-top: 10px;
}
/*.view-title p{
	font-size: 16px;
}*/
.cont-problem, .job-container{
	padding-bottom: 20px;
}
.middle-box h3, .middle-box p{
	color: #999;
}
.togg{
	    width: 40%;
    margin: 0 auto;
}
.togg .fl, .togg .pull-right{
	    border: 4px #999 solid;
    width: 40%;
    margin: 10px 5%;
}

.cont-problem .top-10{
	color: #666;
}
.cont-problem .sort-item{
	color: #333;
}
.life .navbar-fixed-top{
	background: rgba(255, 255, 255);
    width: 6%;
    top: 18%;
}


.room-sort .fa-sort-down:before {
	content: "\f0dd";
}

.room-sort .fa-sort-up:before {
	content: "\f0de";
}

.sort {
	position: relative;
	padding-right: 15px;
}

.sort:before, .sort:after {
	position: absolute;
	right: -5px;
	z-index: 1;
	font-size: 14px;
}

.sort:before {
	top: 1px;
	content: "\f0de";
}

.sort:after {
	bottom: -1px;
	content: "\f0dd";
}

.sort.up:before, .sort.down:after {
	color: #999;
}

.meta-post .active>a {
	color: #fff;
	background-color: #dac36d;
}
/* AR界面 */
.cont-ar{
	background-color:#fafafa;
}
.cont-ar iframe{
height: 646px;
}
 .cont-ar .row{
background: #fff;
padding-top:12px;
} 

.opacity-layer{
filter:alpha(opacity=0.01); 
-moz-opacity:0.01; 
-khtml-opacity: 0.01; 
opacity: 0.01; 
 position: absolute;
    background: transparent;
    z-index: 1;
       width: 100%;
    height: 500px;
    cursor: pointer;
}


@media (min-width:768px){.navbar-static-top{border-radius:0;}}
.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030;}
@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0;}}
.navbar-fixed-top{top:20%;border-width:0 0 1px;padding: 20px 0;background: rgba(0, 0, 0, 0.6);width: 120px;border-color: transparent;}
.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0;}
.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px;}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}
@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px;}}
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}
.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}

@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:none;text-align: center;
    padding-left: 30%;}
.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}

.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0
.navbar-btn{margin-top:8px;margin-bottom:8px;}
.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px;}
.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px;}
.navbar-text{margin-top:15px;margin-bottom:15px;}
@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}
@media (min-width:768px){.navbar-left{float:left!important}
.navbar-right{float:left!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}
.navbar-default{ background-color: #000;border-color:#e7e7e7;opacity: 0.5;width: 20%;}
.navbar-default .navbar-brand{color:#777}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#fff;background-color:transparent}
.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fff;background-color:transparent}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{font-size: 18px;}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#fff;background-color:transparent}
.navbar-default .navbar-toggle{border-color:#ddd}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}
.navbar-default .navbar-toggle .icon-bar{background-color:#888}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{font-size: 18px;}
@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{font-size: 18px;}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#fff;background-color:transparent}}
.navbar-default .navbar-link{color:#777}
.navbar-default .navbar-link:hover{color:#333}
.navbar-default .btn-link{color:#777}
.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#fff;}

