/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	text-align:justify; 
	text-justify:inter-ideograph;
}

dl, dt, dd, ul, ol, li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.footer {
	position: absolute;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 140px;
	font-size: 12px;
	background-color: #384064;
}

.topcolor {
	background-color: #384064;
}

.toplogo {
	height: 50px;
	width: 160px;
	background-image: url("../img/zhiwu/toplogo.png");
}



.indeximg1{
	height: 221px;
	width: 286px;
	background-image: url("../img/zhiwu/toplogo.png");
}


 .img-scroll { position:relative; margin:20px auto; width:100%;background-color: #F4F3EE;}
 .img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:20px;top:0; color:#384064; text-align:center; line-height:150px;margin: 0 30px 0 30px;}
 .img-scroll .prev { left:0;cursor:pointer;}
 .img-scroll .next { right:0;cursor:pointer;}
 .img-list { position:relative; width:880px; overflow:hidden;margin: 0 0 0 110px;}
 .img-list ul { width:9999px;}
 .img-list li { float:left; display:inline; width:220px; text-align:center; line-height:150px;height: 160px;}
 .img-list a { text-decoration: none;outline: none;}
 
 
 

 .nav-tabs{  
            border: none;  
        }  
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{  
            border: none;  
            background-color: #E8E8E8;  
            color:#384064;
            font-weight:bold;
        }  
        .nav-tabs > li.active a {  
            background-color: #E8E8E8;  
            outline: none;  
            color:#384064;
            font-weight:bold;
        }  
        #myTabContent{  
            width:1100px; height: 470px;margin-left: 2%; margin-top: 5px;  
        }  
        #allmap{  
            float:left; width: 60%; height: 100%;  
        }  
        .tab-panel{  
            float:right; width: 40%; height: 100%; overflow: scroll;overflow-x: hidden; display: none;  
        }  
        .tab-panel .active{  
            display: block;  
        }  
        #b-result,  
        #e-result,  
        #h-result,  
        #k-result,  
        #s-result,  
        #t-result,  
        #r-result,  
        #o-result{  
            height: 90%;  
            border:0px;
        }  

/* 鏂囧瓧 */
.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}
.zibaishisi {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}
.zhengwen p {
	font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body>.container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.container .text-muted {
	margin: 20px 0;
}
.topcolor .fl{
	font-size: 14px;
    line-height: 20px;
    color: #dddddd;
    padding-top: 13px;
}
.topcolor .fr{
	font-size: 14px;
    line-height: 20px;
    color: #dddddd;
    padding-top: 12px;
}
.topcolor .fr a{
	font-size: 14px;
    line-height: 20px;
    color: #dddddd;
    padding-top: 12px;
}


.footer>.container {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #384064;
}

.footer .big-title {
	background-color: #384064;
}

.footer .big-title .fl {
	padding-top: 25px;
	height: 140px;
	line-height: 30px;
	margin: 0;
}

.footer .big-title .fl ul {
	width: 100%;
	clear: both;
}

.footer .big-title .fl li {
	float: left;
}

.footer .big-title .fl .bai li a {
	color: #FFFFFD;
	font-size: 14px;
	margin-right: 15px;
}

.footer .big-title .fl .hui li a {
	color: #72757E;
	font-size: 14px;
	margin-right: 15px;
}

.footer .big-title .fr .footer-logo {
	background-image: url("../img/zhiwu/footerlogo.png");
	background-position: 0px 0px;
	display: inline-block;
	height: 140px;
	vertical-align: middle;
	width: 180px;
}

code {
	font-size: 80%;
}

.ace-file-input {
  display: block;
  font-size: inherit;
  position: relative;
  height: 30px;
}
.ace-file-input input[type=file] {
  position: absolute;
  z-index: -999;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ace-file-input input[type=file]:focus {
  outline: none;
}
.ace-file-input .ace-file-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.ace-file-input .ace-file-container:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f59942;
}
.ace-file-input .ace-file-container:before {
  display: inline-block;
  content: attr(data-title);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  text-align: center;
  padding: 0 8px;
  background-color: #6fb3e0;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #FFF;
  border-left-width: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ace-file-input .ace-file-container .ace-file-name {
  display: inline-block;
  height: 28px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  color: #888888;
  font-size: 13px;
  vertical-align: top;
  position: static;
  padding-left: 30px;
}
.ace-file-input .ace-file-container .ace-file-name:after {
  display: inline-block;
  content: attr(data-title);
}
.ace-file-input .ace-file-container.selected {
  right: 16px;
}
.ace-file-input .ace-file-container.selected .ace-file-name {
  color: #666666;
}
.ace-file-input .ace-file-container .ace-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  width: 26px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 13px;
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #d1d1d1;
}
.ace-file-input .ace-file-container.selected .ace-file-name .ace-icon {
  background-color: #efad62;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-image {
  background-color: #bd7a9d;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-video {
  background-color: #87b87f;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-audio {
  background-color: #8b7ac9;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-archive {
  background-color: #efad62;
}
.ace-file-input .ace-file-container.hide-placeholder:before {
  display: none;
}
.ace-file-input a:hover {
  text-decoration: none;
}
.ace-file-input .remove {
  position: absolute;
  right: -8px;
  top: 6px;
  display: none;
  width: 17px;
  text-align: center;
  height: 17px;
  line-height: 15px;
  font-size: 11px;
  font-weight: normal;
  background-color: #fb7142;
  border-radius: 100%;
  color: #FFF;
  text-decoration: none;
}
.ace-file-input .ace-file-container.selected + .remove {
  display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ace-file-input input[type=file] {
    position: absolute;
    width: 0;
    height: 0;
  }
}
.ace-file-input input[type=file].disabled + .ace-file-container,
.ace-file-input input[type=file][disabled] + .ace-file-container,
.ace-file-input input[type=file][readonly] + .ace-file-container {
  cursor: not-allowed;
  background-color: #EEE;
}
.ace-file-input input[type=file].disabled + .ace-file-container:hover,
.ace-file-input input[type=file][disabled] + .ace-file-container:hover,
.ace-file-input input[type=file][readonly] + .ace-file-container:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #E3E3E3;
}
.ace-file-input input[type=file].disabled + .ace-file-container:before,
.ace-file-input input[type=file][disabled] + .ace-file-container:before,
.ace-file-input input[type=file][readonly] + .ace-file-container:before {
  border-color: #EEE;
  background-color: #A1AAAF;
}
.ace-file-input input[type=file][readonly] + .ace-file-container {
  cursor: default;
}
.ace-file-input .ace-file-overlay {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -10px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}
.ace-file-input .ace-file-overlay > .overlay-content {
  display: inline-block;
  position: relative;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
}
.ace-file-multiple {
  height: auto;
}
.ace-file-multiple .ace-file-container {
  position: relative;
  height: auto;
  border: 1px dashed #aaaaaa;
  border-radius: 4px;
  text-align: center;
}
.ace-file-multiple .ace-file-container:before {
  display: inline-block;
  content: attr(data-title);
  position: relative;
  right: 0;
  left: 0;
  margin: 12px;
  line-height: 22px;
  background-color: #FFF;
  color: #CCC;
  font-size: 18px;
  font-weight: bold;
  border-width: 0;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  width: 26px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 13px;
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.ace-file-multiple .ace-file-container .ace-file-name {
  position: relative;
  display: block;
  padding: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 4px;
  border-bottom: 1px solid #DDD;
  text-align: left;
}
.ace-file-multiple .ace-file-container .ace-file-name:first-child {
  margin-top: 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name:last-child {
  border-bottom-width: 0;
  margin-bottom: 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name img {
  padding: 2px;
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  margin: 4px 8px 4px 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name:after {
  display: none;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name:after {
  display: inline-block;
  white-space: pre;
}
.ace-file-multiple .ace-file-container .ace-file-name img + .ace-icon,
.ace-file-multiple .ace-file-container.selected .ace-file-name img + .ace-icon {
  display: none;
}
.ace-file-multiple .remove {
  right: -11px;
  top: -11px;
  border: 3px solid #BBB;
  border-radius: 32px;
  background-color: #FFF;
  color: red;
  width: 23px;
  height: 23px;
  line-height: 15px;
}
.ace-file-multiple .ace-file-container.selected + .remove:hover {
  border-color: #f4c0b1;
}
.ace-file-multiple .ace-file-overlay {
  position: absolute;
  top: -12px;
  bottom: -6px;
  left: -12px;
  right: -12px;
}
.ace-file-multiple .ace-file-overlay > .overlay-content {
  top: 20%;
}
.ace-file-multiple .ace-file-container .ace-file-name .ace-icon {
  position: relative;
  display: block;
  text-align: center;
  height: auto;
  line-height: 64px;
  width: auto;
  font-size: 64px;
  color: #D5D5D5;
  margin: 4px 0;
  background-color: transparent;
}
.ace-file-multiple .ace-file-container.selected:after {
  display: none;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
  position: relative;
  margin-right: 4px;
  margin-left: 2px;
  line-height: 24px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large {
  text-align: center;
  border-bottom: 1px solid #222;
  margin: 0 1px 3px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large:last-child {
  margin: 0 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 4px;
  background-color: #555;
  color: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ace-file-multiple .ace-file-container .ace-file-name.large img {
  border-width: 0;
  margin: 0 !important;
  padding: 0;
}
.ace-file-multiple input[type=file].disabled + .ace-file-container:hover,
.ace-file-multiple input[type=file][disabled] + .ace-file-container:hover,
.ace-file-multiple input[type=file][readonly] + .ace-file-container:hover {
  border-color: #AAA;
}
.ace-file-multiple input[type=file].disabled + .ace-file-container:before,
.ace-file-multiple input[type=file][disabled] + .ace-file-container:before,
.ace-file-multiple input[type=file][readonly] + .ace-file-container:before {
  background-color: transparent;
}
.ace-file-multiple input[type=file].disabled + .ace-file-container .ace-icon,
.ace-file-multiple input[type=file][disabled] + .ace-file-container .ace-icon,
.ace-file-multiple input[type=file][readonly] + .ace-file-container .ace-icon {
  border-color: #EEE;
}

.editable-image + .editable-buttons,
.editable-wysiwyg + .editable-buttons {
  display: block;
  text-align: center;
  margin-top: 8px;
}

/* 娉ㄥ唽鍗忚css  .zhucexieyi--.title--.strong--.img-logo */
.zhucexieyi {
    background-color: #ffffff;
    border: 1px solid #e5e5e6;
    border-radius: 4px;
    bottom: 100px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    color: #394043;
    left: 50%;
    margin-left: -480px;
    min-height: 500px;
    overflow: auto;
    position: absolute;
    top: 100px;
    width: 960px;
}

.title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 2px;
    text-align: center;
}
.strong {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.img-logo {
    left: 50%;
    margin-left: -480px;
    overflow: auto;
    position: absolute;
    top: 28px;
    width: 960px;
}

.logo {
    width: 180px;
}
.contactUs {
    padding: 35px 0 20px;
}
.imglogo {
    width: 650px;
    height: 300px;
}

/*物业管理正文首行缩进*/
.wuyeguanli p {
	font-size: 12px;
    text-indent: 2em;
    line-height: 18px;
}
.zwlb{
	font-size: 14px;
}
.zwlb option{
	font-size: 14px;
	height: 25px;
}

.serchbtn a {
    background: #089BE1 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    margin-top: 7px;
    padding: 0 15px;
    text-decoration: none;
}
