body {
	min-width: 1024px;
}

header {
	/*padding-top: 40px;*/
}

nav {
	background: #fff;
}
.bold{
	font-weight: bold;
}
a, a:visited{
	color: #666666;
}

a:hover{
	color: #ff0000;
}

.header {
	height: 80px;
}
.navbar-fixed-top{
	line-height: 30px;
	height: 30px;
	background: #eaeaea;
	border-bottom: solid #bbbbbb 1px;
	position: static;
}

.top-item a{
	margin-left: 20px;
}

.navbar-fixed-top .container{
	width: 1140px;
}

.nav-logo {
	float: left;
	width: 400px;
}

.nav-logo>a:hover {
	background: transparent;
}

.nav-search {
	margin-left: 540px;
	width: 600px;
	line-height: 80px;
	height: 80px;
	text-align: right;
}

.nav-search-inner {
	margin-top: 5px;
	padding: 5px;
	height: 60px;
	border: solid 1px #f2f2f2;
}

.nav-search-btn {
	float: right;
	width: 60px;
}

.nav-search-btn>a.btn {
	line-height: 50px;
	font-weight: normal;
	width: 32px;
	color: #666666;
}

.nav-search-filter {
	height: 26px;
	padding-bottom: 3px;
}

.nav-search-filter .filter {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	border: solid 1px #ccc;
	margin-right: 4px;
}

select.filter{
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	margin-right: 4px;
	border: solid 1px #ccc;
	text-align: left;
}

select.filter option{
	text-align: left;
}

.nav-search-form>input {
	height: 25px;
	line-height: 25px;
	padding: 2px 5px;
	width: 480px;
	border: solid 1px #ccc;
	outline: none;
	color: #ccc;
	margin-bottom: 0px;
}

.nav-search-form>input:focus,.nav-search-form>input.focus {
	border: solid 1px #ff0000;
}

.nav-login {
	float: right;
	width: 235px;
	/**width: 120px;**/
	margin-top: 25px;
	text-align: right;
}

.nav-login>a.btn {
	/*display: inline-block;*/
	margin: 2px 5px;
	width: 80px;
	line-height: 25px;
	color: #333333;
}

.nav-login a.btn-danger{
	color: #ffffff;
}

section.menu{
	height: 40px;
	border-bottom: solid 4px #f00;
	background-color: #444444;
	margin: 0px;
	background: linear-gradient(to bottom,black, #666666);
}
header .nav {
	margin: 0px;
}

header .nav>.text {
	float: right;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	margin: 0;
	padding-top: 10px;
	
}

header .nav>ul {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

header .nav>ul>li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

header .nav>ul>li>a {
	padding: 5px 15px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	list-style: none;
	float: left;
	text-decoration: none;
	color: #ffffff;
}

header .nav>ul>li>img.new{
	/*display: block;*/
	/*padding: 0; */
	/*margin: 0;*/
	/*margin-top: -10px;*/
	/*margin-left: 30px;*/
	/** fix for ie7 **/
	position: absolute;
    top: -6px;
    left: 22px;
	/*height: 21px;*/
	/*width: 35px;*/
}

header .nav>ul>li>img.hot{
	/*display: block;*/
	/*padding: 0;*/
	/*margin: 0;*/
	/*margin-top: -10px;*/
	/*margin-left: 30px;*/
	/** fix for ie7 **/
	/**margin-left: -50px;*/
	position: absolute;
    top: -6px;
    left: 22px;
    /* height: 15px; */
	/*height: 15px;*/
	/*width: 31px;*/
}

header .nav>ul>li>a:hover{
	color: #ff0000;
}

header .nav>ul>li.active>a {
	background: #ff0000;
	color: #fff;
}

.slides {
	width: 860px;
	height: 280px;
	margin: 10px 10px 10px 0px;
	overflow: hidden;
}

.slides a img{
	width: 860px;
	height: 280px;
}

.contact {
	float: right;
	color: #666666;
}

.contact .well {
	width: 235px;
	padding: 12px 15px;
	margin: 10px 0px 0px 10px;
	background: #fff;
}

.contact h4 {
	color: #ff0000;
	*margin: 6px 0;
}

.contact h4>span {
	display: inline-block;
	width: 65px;
	color: #666666;
}

.contact .social .qrcode {
	width: 90px;
	height: 90px;
}

.contact .social .time {
	float: left;
}
.contact .social .time p{
	margin-bottom: 5px;
}
.contact .social .time-digit {
	font-weight:bold;
	text-align: center;
	color: #ff0000;
}

.contact .social .weibo {
	float: left;
	margin-left: 36px;
}

.house-tabs {
	margin-bottom: 0px;
	border-color: #ff0000;
	background-color: #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.house-tabs li, .house-tabs li.active{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.house-tabs a{
	color: #666666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
}

.house-tabs>.active>a,.house-tabs>.active>a:hover,.house-tabs>.active>a:focus{
	border-color: #ff0000;
	background: #ff0000;
	color: #fff;
}

.house-tabs>li>a:hover {
	border-color: #ff0000;
	background: #ff0000;
	color: #ffffff;
}

.house-content{
    background-color: #fff;
    height: 182px;
    overflow: hidden;
    position: relative;
}

.first-footer{
    background: #808080;
    margin-top: 10px;
}

.first-footer .container{
    padding-top: 20px;
    padding-bottom: 20px;
}

.first-footer .container .first-footer-item{
    float: left;border-right: 1px solid white;
}

.first-footer .container .first-footer-item1{
    width: calc(33.225% - 0px);
}

.first-footer .container .first-footer-item2{
    width: calc(33.225% + 1px);
}

.first-footer .container .first-footer-item3{
    width: calc(33.225% - 1px);
    border:none;
}

.second-footer .second-footer-text {
    float: left;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 20%;

}

.third-footer{
    background: #ed1c24;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.hover-show:hover .recommendCom img{
    display: block;
}

.recommendCom .banner-btn{
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 100px;
}

.recommendCom .banner-left{
    left: -50px;
}

.recommendCom .banner-right{
    right: -50px;
}

.house-content tr{
    display:none;
}

.house-content tr:nth-child(1) {
    display: table-row;
}

.slide-banner{
    width: 9999999999999999px;
    margin: 0px;
    position: absolute;
}

.slide-banner li{
    float: left;
    display: block;
    margin-right: 5px;
}

.house-content .house-content-text-up{
	position: absolute;
	right: 0;
	width: 278px;
	bottom: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background: #333;
	opacity: 0.8;

}
.house-content .house-content-text-down{
    position: absolute;
    right: 0;
    width: 278px;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
	background: #333;
	opacity: 0.8;
}

.house-content .a-img{
    position: relative;
    display: block;
}

.house-content img {
	max-width:700px;height:auto;
	/*width: 278px;*/
	/*height: 180px;*/
}
.house-content span{
	line-height: 28px;
}
.house-content table td:hover span{
	color:  red;
}

.advertisement{
	border: solid #ddd 1px; 
	height: 120px;
	text-align: center; 
	line-height: 120px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}

.advertisement img{
	width: 100%;
}

.question{
	float: right;
	width: 248px;
	background: #fff;
	overflow: hidden;
	padding: 10px;
	height: 309px;
}
.question h4{
	margin: 0 0 10px;
	line-height: 35px;
}
.question .qa-content{
	color: #666666;
}
.chart-tabs li>select{
	margin: 7px 5px 3px;
}
.chart-container{
	width: 860px;
	float: left;
}

.chart-content{
	width: 858px;
	border: solid 1px #ddd;
}

.chart{
	width: 858px;
	height: 290px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*color: #fff !important;
	background: url(../img/chartbg.jpg) right bottom no-repeat;*/
}
text{
	color: #fff;
}
.info-container{
	width: 860px;
	float: left;
}

.info-container .thumbnail{
	width: 415px;
	float: left;
}
.info-container .thumbnail.left{
	float: left;
}
.info-container .thumbnail.right{
	float: right;
}
.info-container ul{
	padding-top: 10px;
	margin-left: 0;
	padding-right: 100px;
	min-height: 248px;
}
.info-container ul>li{
	list-style: circle;
	line-height: 30px;
	border-bottom: dashed 1px #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-container .title{
	line-height: 35px;
	padding:0px 10px;
	border-bottom: solid 1px #ddd;
	color: #ff0000;
}
.info-container .title a{
	float: right;
	line-height: 20px;
}
.info-container .title h4{
	line-height: 20px;
}
.info-container .title h4 i{
	font-size: 14px;
}
.school-rank{
	width:270px;
	float: right;
}
.school-rank .nav{
	margin: 10px 0px 0px;
}
.school-rank .tab-content{
	border: solid 1px #ddd;
	border-top: none;
	padding: 7px 10px;
}
.school-rank .schoollist{
	margin: 0px;
}
.school-rank .schoollist >li{
	margin: 0px;
	padding: 0px;
	height:30px;
	line-height: 30px;
	*height:27px;
	*line-height: 27px;
	list-style: none;
}
.school-rank .schoollist >li >i{
	display:inline-block;
	width:16px;
	height:20px;
	font-size:11px;
	font-style:normal;
	text-align:center;
	line-height:20px;
	background-color:#999999;
	margin:5px 5px 5px 0;
	color:#ffffff;
	float:left;
}
.school-rank .schoollist >li >a{
	display: block;
	overflow: hidde;
	text-overflow: ellipsis;
	white-space:nowrap;
	margin-left: 21px;
	margin-right: 41px;
	overflow: hidden;
}
.school-rank .schoollist >li >span{
	display: inline-block;
	float:right;
	width:36px;
	height:20px;
	font-size:11px;
	font-style:normal;
	text-align:center;
	line-height:20px;
	background-color: #ccc;
	margin-right:5px;
	color: #fff;
}
.school-rank .schoollist >li span{
	margin:5px 5px 5px 0;
}
.school-rank .schoollist >li:hover i{
	background-color: #ff0000;
}
.school-rank .schoollist >li:hover span{
	background-color: #ff0000;
}
.school-rank .schoollist >li:hover a{
	color: #ff0000;
	text-decoration: none;
}

/** real estate search criteria area **/
#searchSection{
	margin-bottom: 0 !important;
}
#searchSection strong{
	float: left;
	margin: 1px;
	padding: 3px 0;
}
#searchSection p{
	margin-bottom: 0;
	margin-left: 80px;
}
#searchSection p a{
	margin: 0 5px;
	padding: 3px 5px;
	display: inline-block;
	border-radius: 3px;
	margin: 1px;
}

#searchSection p a:hover{
	/**background-color: #e74242;**/
	background-color: #006699;
	color: #fff;
	text-decoration: none;
}

#searchSection p a:focus{
	text-decoration: none;
	color: #666666;
}

#searchSection p a.selected{
	/**background-color: #e74242;**/
	background-color: #006699;
	color: #ffffff;
	text-decoration: none;
}

/** search result list **/
#resultContainer{
	border: solid #ccc 0px;
}
#resourceListWrapper{
	padding-right: 290px;
}
#resourceList{
	
}
.resourceItem{
	border-bottom: dashed #ddd 1px;
	margin: 10px 0;
	height: 180px;
	overflow: hidden;
	position: relative;
}

.resourceItem img{
	float: left;
	width: 200px;
	height: 150px;
}

.resourceItem p{
	margin-left: 220px; 
	line-height: 30px;
}
.resourceItem p .address a{
	font-weight: bold;
	font-size: 16px;
}
.resourceItem p .price{
	float: right;
	font-weight: bold;
	color: #ff0000;
	font-size: 16px;
}

.resourceItem p .author, .resourceItem p .time{
	color: #ff0000;
}

.resourceItem p .roomInfo{
	
}

.resourceItem p .constructInfo{
	
}
.resourceItem p .tel{
	display: inline-block;
	text-align: right;
	float: right;
	color: #005aa0;
	font-weight: bold;
	font-size: 18px;
}

.resourceItem p .title{
	font-weight: bold;
	font-size: 16px;
}

#sideBar{
	float: right;
	width: 270px;
	display: inline-block;
	border: solid red 0px;
}

.question{
	margin-bottom: 20px;
}

#resourceList h3{
	text-align: center;
	color: #0088CC;
	border-bottom: dashed #ddd 1px;
}

#infoBody{
	line-height: 25px;
}

/*房屋信息明细页面*/
.container-houseinfo{
	margin: 10px auto;
	border: solid 0px #ddd;
}
/*房屋信息*/
.houseinfo-wrap{
	float:right;
	width: 270px;
	padding: 0;
}
.houseinfo{
	color:#f80;
	color:#4d87c7;
	line-height: 30px;
	border: solid #ddd 1px;
	padding: 10px;
	margin-bottom: 10px;
}
.houseinfo strong{
	color:#f80;
}
.houseinfo span{
	color:#000;
}
.houseinfo-wrap .contact{
	float: none;
}
.houseinfo-wrap .contact .well{
	margin: 10px 0px 0px 0px;
}
/*图片轮播*/

#gallery{
	width: 700px;
	height: 581px;
	overflow: hidden;
}
.gv_galleryWrap{
	margin-right: 300px;
}
/*房屋明细tab*/
.house-detail-tab{
	width: 860px;
	float: left;
	margin-bottom: 20px;
}
.tab-content.housedetail-content{
	border: solid 1px #eee;
	border-top: none;
	padding: 10px;
	color: #666;
	/*height: 275px;
	*height: 265px;*/
	overflow-y: auto;
}
.calculator-wrap{
	float:right;
	width: 265px;
	padding: 10px 0px 10px 0px;
	background: #fff;
	margin-top: 10px;
}
.calculator-wrap h4{
	padding-left: 10px;
}
.calculator-wrap input{
	width: 75px;
}
.calculator-wrap select{
	width: 100px;
}
.calculator .icon-minus-sign-alt,
.calculator .icon-plus-sign-alt{
	color: #51a351;
}
.calculator-wrap p{
	text-align: center;
}
.calculator-wrap p strong{
	color: #f80;
	font-size: 16px;
	margin-right: 10px;
}

/** begin school **/
#schoolSearchSection{
	margin-bottom: 0 !important;
}
#schoolSearchSection strong{
	float: left;
	margin: 1px;
	padding: 3px 0;
}
#schoolSearchSection p{
	margin-bottom: 0;
	margin-left: 50px;
}
#schoolSearchSection p a{
	margin: 0 5px;
	padding: 3px 5px;
	display: inline-block;
	border-radius: 3px;
	margin: 1px;
}

#schoolSearchSection p a:hover{
	background-color: #ff0000;
	color: #fff;
	text-decoration: none;
}

#schoolSearchSection p a.selected{
	background-color: #ff0000; 
	color: #fff;
}

ul.schoolList{
	margin: 0;
	padding: 0;
	margin-right: 280px;
	list-style: none;
}

ul.schoolList li{
	list-style: none;
	border-bottom: dashed #dddddd 1px;
}

ul.schoolList li.stripe{
	background-color: #ffffef;
}


ul.schoolList li p{
	line-height: 25px !important;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
}
ul.schoolList li:hover{
	background-color: #eee;
}

ul.schoolList li p span.name{
	font-weight: bold;
	color: #666666;
}

ul.schoolList li p span.type{
	margin-right: 20px;
	color: #ff0000;
}

ul.schoolList li p span a:hover{
	color: #ff0000;
}

ul.schoolList li p span.rank strong{
	color: #ff0000;
}
/** end school **/

footer{
	text-align: center;
	line-height: 25px;
}
.footer{
	padding-bottom: 10px;
}





.info-tab{
	width: 720px;
	background-color: #ddd;
}

.info-tab-label{
	float: left; 
}

.info-tab-label a{
	display: block;
	width: 15px;
	height: 40px;
	padding: 10px;
	text-decoration: none;
	background-color: #666666;
	color: #fff;
	overflow: hidden;
}

.info-tab-label a:hover{
	
}

.info-tab-label a.active{
	background-color: #ff0000;
}

.info-tab-content{
	background-color: #fff;
	margin-left: 35px;
	height: 240px;
	margin-right: 280px;
	overflow: hidden;
}

.info-tab-content ul{
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

.info-tab-content ul>li{
	list-style: circle;
	line-height: 37px;
	border-bottom: dashed 1px #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 335px;
}

.contact .well{
	width: 265px;
	padding: 0;
}
.contact .well ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact .well ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
	float: left;
	width: 88px;
	text-align: center;
	border-bottom: solid #eeeeee 7px;
	background-color: #eeeeee;
	cursor: pointer;
}
.contact .well ul li.first{
	width: 89px;
}
.contact .well ul li.active{
	border-bottom: solid #ff0000 7px;
	background: url(../img/bg-contact.gif) center bottom no-repeat;	
	color: #ff0000;
	font-weight: bold;
}
#iconCloseActivityPromotion{
	position: absolute;
	top: 20px;
	left:690px;
}
.contact .contact-detail{
	padding: 10px 15px;
	*padding-top: 5px;
	color: #666666;
	text-align: center;
}
.contact .contact-detail p{
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #666666;
	line-height: 26px;
}

.contact .contact-detail p .red{
	color: #ff0000;
}

#activityPromotion{
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
	vertival-align: top;
	height: 75px;

}

#activityPromotion a, #activityPromotion a:hover{
	text-decoration: none;
}

#activityPromotion a:hover .icon-remove{
	color: #f00;
}
#activityPromotion .icon-remove{
	color: #fff;
}

.tip{
	position: fixed;
	right: 10px;
	bottom: 100px;
	width: 50px;
	z-index: 1038;
}

.tip a{
	display: block;
	margin-bottom: 2px;
	background-color: #ff0000;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
}

.tip a:hover{
	background-color: #ff0000;
}

.tip a:hover .popup{
	display: block;
}
.tip a .popup{
	position: relative;
	left: -205px;
	top: -50px;
	width: 200px;
	border: solid red 0px;
	font-size: 14px;
	background-color: #ff0000;
	color: #fff;
	display: none;
}

.vaocwasthj{
	display: none !important;
	height: 1px;
	width: 1px;
}

#mapCanvas{
	border: solid red 0px;
}
/** hide microsoft overlay at the top left of the map **/
.OverlaysTL{
	display: none !important;
}
.fangInfoBox a, .fangInfoBox a:visited{
	color: green;
}

.fangInfoBox a:hover{
	font-weight: bold;
	text-decoration: none;
}

.fangInfoBox span{
	color: red;
}

.green{
	color: #51A351;
}
.orange{
	color: #FF7700;
}
.fangBriefInfo{
	border: solid #eee 0px;
}

.fangBriefInfo img{
	float: left;
	width: 140px;
	height: 110px;
}
.fangBriefInfo p{
	margin-left: 150px;
	line-height: 20px;
}

.recommend{
	width: 364px;
	background-color: #fff;
	border: solid #ddd 1px;
}
.recommendCom{
	background-color: #fff;
	border: solid #ddd 1px;
    position: relative;
	border-radius:4px;
	box-shadow: 2px 2px 2px 2px lightgrey;
}

.recommendCom div.title {
	background: linear-gradient(to bottom right,lightgrey, #eeeeee);
}

.recommendCom .title i{
	color: red;
}
.recommendCom .title small{
	position:absolute;
	right:10px;
}
.recommend1{
	float: left;
}
.recommend2{
	float: right;
}
.recommend3{
	margin-left: 386px;
	margin-right: 386px;
}
.recommend .title, .recommendCom .title{
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	color: #484848;
	border-bottom: dashed #ccc 1px;
	background-color: #eeeeee;
	background: linear-gradient(to bottom right,lightgrey, #eeeeee);
}

div.recommend {
	box-shadow: 1px 1px 1px 1px lightgrey;
	border-radius:4px;
}
.recommend .title i{
	color: #ff0000;
}
.recommend table{
	width: 100%;
	table-layout: fixed;
}
.recommend table td{
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.recommend table tr:hover{
	background-color: #f6f6f6;
}

.recommend table tr.active{
	/*color: red;*/
	font-weight: bold;
	background-color: #f6f6f6;
}
.recommend table tr.item td{
	/*cursor: pointer;*/
}

.recommend table tr.preview td{
	background-color: #f6f6f6;
}
.recommend table tr.preview td.info{
	line-height:22px;
	vertical-align: top;
	text-align: right;
}

.recommend table tr.preview td.info a{
	color: #ff0000;
}

.recommend table tr.preview td.img{
	text-align: left;
	padding: 0;
}

.recommend table tr.preview img{
	width: 180px;
	height: 120px;
}

.latestTag{
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	width: 45px !important;
	height: 65px !important;
}

.gv_galleryWrap{
	width: 700px;
	height: 581px; 
	padding: 5px;
	border: solid #ddd 1px;
}

.form-horizontal .control-group{
	margin-bottom: 0;
}

/* New added for styling dropdown */
.dropdown-menu .divider {
height: 1px;
margin: 9px 1px;
overflow: hidden;
background-color: #ff0000;
border-bottom: 1px solid #ff0000;
}
.dropdown-menu > li > a{
	color:#ffffff;
}
.open > .dropdown-menu{
	background-color: #444444;
	margin: 0;
} 
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ff0000;
  background-color: #ddd;
    background-image: -moz-linear-gradient(top, #dddddd, #ddddee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#ddddee));
  background-image: -webkit-linear-gradient(top, #dddddd, #ddddee);
  background-image: -o-linear-gradient(top, #dddddd, #ddddee);
  background-image: linear-gradient(to bottom, #dddddd, #ddddee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ddddee', GradientType=0);
}
#menu > li .dropdown-menu {
	margin: 0;
}
#menu > li.dropdown:hover .dropdown-menu {
	display: block;
	background-color: #444444;
}
.resourceItem ul li
{
	border: 1px solid #ddd;
	border-bottom:0px solid #ddd;
	padding: 6px;
	vertical-align: middle;
	padding-left: 2px;
}
.resourceItem ul
{
	border-bottom:1px solid #ddd;
}
.resourceItem ul li a,.resourceItem ul li span
{
	line-height:40px;
}
#contact-header li
{
	font-family:Arial, 微软雅黑, sans-serif;
	font-weight: bold;
	font-size:16px;
	 width:254px;
	 text-align: left;
	 padding-left:10px;
	 border:none;
	/*  padding:0px;
	 margin:0px; */
	 cursor: default;
	 color:666;
	 box-shadow: 0px 3px 0px #999;
   -moz-box-shadow: 0px 3px 4px #999;
   -webkit-box-shadow: 0px 2px 4px #999;
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#999999');
    /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#999999')";
}
#contact-header li.active
{
	font-family:Arial, 微软雅黑, sans-serif;
	font-size:16px;
	font-weight: bold;
	background: none;
	background-color: #eeeeee; 
	color:#666;
	border: none;
	cursor: default;
	text-align: left;	
} 
#contact-header li:hover,#contact-header li .icon-list
{
	color:#FF0000;
}
#contact-header li:hover
{
	font-weight:bold;
}
.criteriaSelector .btn-primary {
	color: red;
	border: solid red 1px;
	background-color: #fff;
	background-image: none;
	text-shadow: none;
}
.criteriaSelector .btn
{
	margin-right:10px;
}

/**search-box start**/
.search-box{
    margin-bottom: 10px;
    margin-top: 10px;
}

.search-box .search-bar .search-box-btn{
    padding: 0 10px;
}



.search-box .box-main .search-bar .form-control .pull-left a:hover{
    text-decoration: none;
    color: #ff0000;
}

.search-box a {
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    font-size: 14px;
    color: #4d555d;
    background-color: #fff;
}

.search-box strong{
    font-size: 16px;
}

.search-box .all {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    padding: 0 34px 0 0px;
}

.search-box a:hover {
    text-decoration: underline;
    color: #ff0000;
}

.search-box .box-main .search-bar .search-box-btn:hover{
    text-decoration: none;
    color: #fff;
    background: #ff0000;
}

.search-box .all .iup {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #93999f;
    font-size: 18px;
}

.form-control {
    width: 88%;
    float: left;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
}

.search-box .search-bar{

}

.box-main{
    width: 75.5%;
    float: left;
}

.search-box .pull-left{
    position: relative;
}

.search-box .search-box-select{
    display: none;
    border: 1px solid #ccc;
    position:absolute;
    z-index:2;
    top: 28px;
    left: 0px;
    background: #fff;
    padding: 0 5px 5px 5px;
    width:300px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.search-box .search-box-btn {
    float: left;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    border-left: 0;
    cursor: pointer;
    margin-right: 0;
}

.search-box .search-box-select .criteriaSelector a{
    margin-top: 5px;
}

.search-bar-other{
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 4px 12px;
}


.search-bar-other .search-bar-other-f{
    float: left;
    width: 33%;
}

.search-bar-other .search-bar-other-f strong{
    display: block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-bar-data{
    width: 23.31%;
    border: 1px solid #ccc;
    /*height:290px;*/
    float: right;
}

/**search-box end**/
.search-bar-data td{
    text-align: center;
    border-bottom: 1px dashed #f1f1f1;
}
.search-bar-data .head td {
    border-left: 1px solid #fff;
    border-right: 1px solid #f1f1f1;
    border-bottom: 0;
    height: 44px;
    color: #f70;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}

.search-bar-data .tbody .tr1{
    background: #fbfbfb;
}

.search-bar-data .tbody tr td{
    font-size: 12px;
    color: #008bc8;
    font-weight: bold;
    font-family: Arial;
}

.search-bar-data .tbody .td-1{
    border-right: 1px solid #f1f1f1;
    font-weight: bold;
    color: #333;
}

.search-bar-data .search-bar-data-head{
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    background-color: #f3f3f3;
    border-bottom: 1px dashed #e3e3e3;
    font-weight: bold;
    color: black;
    font-family: Arial;
}