body{
	background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
.container-search{
    width: 590px;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 300px;
    position: relative;
}
.container-search:after{
    content: '';
    display: block;
    clear:both;
}
.container-search>div{
    float: left;
}
.container-search .logo{
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 70px;
}
.container-search .input{
    position: relative;
    width: 500px;
    height: 44px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
}
.container-search .input>input{
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 44px;
    width: 410px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}
.container-search .input>input::-webkit-input-placeholder{
    color:#999;
}
.container-search .input .picker{
    width: 60px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    text-align: right;
    background-image: url("img/down.png");
    background-position: 65px center;
    background-repeat: no-repeat;
    user-select: none;
}
.container-search .input .picker-list{
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
}
.container-search .input .picker-list>li{
    text-align: center;
}
.container-search .input .picker-list>li:hover{
    background-color: #ebf1f5;
    cursor: pointer;
}
.container-search .input .hot-list{
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
}
.container-search .input .hot-list>a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}
.container-search .input .hot-list>a:hover{
    background-color: #f3f3f3;
}
.container-search .input .hot-list>a>div{
    float: left;
}
.container-search .input .hot-list>a>div.number{
    text-align: center;
    width: 40px;
}
.container-search .search{
    width: 89px;
    height: 46px;
    background-color: #08f;
    background-image: url("img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}



.container-search-top{
    width: 590px;
    float: left;
    position: relative;
}
.container-search-top:after{
    content: '';
    display: block;
    clear:both;
}
.container-search-top>div{
    float: left;
}
.container-search-top .logo{
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 70px;
}
.container-search-top .input{
    position: relative;
    width: 500px;
    height: 44px;
    margin-top: 40px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
}
.container-search-top .input>input{
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 44px;
    width: 410px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    position: absolute;
}
.container-search-top .input>input::-webkit-input-placeholder{
    color:#999;
}
.container-search-top .input .picker{
    width: 60px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    text-align: right;
    background-image: url("img/down.png");
    background-position: 65px center;
    background-repeat: no-repeat;
    user-select: none;
}
.container-search-top .input .picker-list{
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    z-index: 2;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
}
.container-search-top .input .picker-list>li{
    text-align: center;
}
.container-search-top .input .picker-list>li:hover{
    background-color: #ebf1f5;
    cursor: pointer;
}
.container-search-top .input .hot-list{
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
}
.container-search-top .input .hot-list>a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}
.container-search-top .input .hot-list>a:hover{
    background-color: #f3f3f3;
}
.container-search-top .input .hot-list>a>div{
    float: left;
}
.container-search-top .input .hot-list>a>div.number{
    text-align: center;
    width: 40px;
}
.container-search-top .search{
    width: 89px;
    height: 46px;
    margin-top: 40px;
    background-color: #08f;
    background-image: url("img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}






.red_color {
        color: red;
}
.xk990 {
        width: 100%;
        margin: 0 auto;
        height: 40px;
        background: #333;
}
.xk_top990 .bitweb {
        font-family: microsoft yahei;
        font-size: 14px;
}
.xk_top990 .bitweb li {
        float: left;
        line-height: 40px;
        border-right: 1px #1d1d1d solid;
        border-left: none;
}
.xk_top990 .bitweb li a {
        padding: 0 10px;
        display: block;
}
.xk_top990 ul li a:hover {
  background: #292929
}
.xk_top990 ul li.xueke a {
  background: #c00;
  color: #fff
}
.xk_top990 a:link, .xk_top990 a:visited {
        color: #999;
}
.xk_top990 ul li.xueke a {
        background: #c00;
        color: #fff;
}
.formTop {
        position: absolute;
        top: 15px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
}
.formTop .select {
        color: #ff9400;
        font-weight: bold;
}
.formTop a {
  position: relative;
        margin-right: 15px;
        color: #444;
}
.firm {
	background-color: #f6f6f6;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	height: 120px;
	line-height: 120px;
}

.firmHead {
	margin-left: 20px;
	min-width: 1100px;
}

.f_logo {
	float: left;
	height: 120px;
	display: inline-block;
}

.searchName {
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	color: #2b5084;
	float: left;
	margin: 0 16px 0 10px;
}

.firm_form {
	float: left;
	position: relative;
}

.firm_inp {
	width: 695px;
	height: 34px;
	line-height: 34px;
	border: solid 1px #ddd;
	font-size: 16px;
	color: #444;
	padding-left: 8px;
	_margin-top: 34px;
}

.firm_but {
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
	background-color: #3498db;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	_margin-top: 34px;
}

.firm_butHover {
	background-color: #2a80b9;
}
.firmResultBody{float: left; margin-left: 15px;}
.firmResult {
	color: #999;
	float: right;
	display: inline-block;
	height: 98px;
}

.search-content {
	margin-left: 33px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: 100%;
	clear: both;
}

.loading-wrap {
	top: 105px;
}

.loading-wrap {
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	background: #fff none repeat scroll 0% 0%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	position: fixed;
	z-index: 99;
}

.s_sherroe {
	margin-left: 152px;
}

.s_sherroe {
	width: 1000px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	position: relative;
	padding-top: 2px;
	margin: 0 auto;
	font-size: 12px;
	color: #777777;
	font-family: "SimSun ";
}

.list_lf {
	width: 130px;
	float: left;
	margin: 10px 0 0 30px;
	padding-right: 20px;
}

.list_lf dl {
	padding-bottom: 8px;
	padding-top: 8px;
	width: 100%;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
	padding-top: 13px;
}

.list_lf dl dt {
	padding-left: 13px;
	line-height: 28px;
	position: relative;
}

.list_lf dl dt i {
	width: 5px;
	height: 9px;
	position: absolute;
	top: 10px;
	left: 0px;
	background: url(//icon.xcar.com.cn/ss/search/images/search_img.png) no-repeat left top;
}

.list_lf dl dt span {
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #777777;
	font-weight: bold;
}

.list_lf dl dd {
	padding-left: 13px;
	line-height: 22px;
}

.list_lf dl dd a {
	color: #777777;
	font-family: Microsoft YaHei;
	font-size: 12px;
}
.list_lf dl dd .curr{
	font-weight: bold;
	color: #FF0000;
}
.search_main {
	float: left;
	min-height: 560px;
	max-width: 1000px;
}

.zx_topcar {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.pd_22 {
	padding-top: 22px;
}

.zx_topcar dl {
	width: 505px;
	padding-left: 135px;
	height: 98px;
	overflow: hidden;
}

.zx_topcar dl dt {
	margin-left: -135px;
	margin-top: 8px;
	float: left;
}

.zx_topcar dl .topcar_h6 {
	height: 30px;
	line-height: 30px;
}

.zx_topcar dl .topcar_h6 a {
	color: #3498db;
	font-family: Microsoft YaHei;
	font-size: 16px;
}

.zx_topcar dl .topcar_txt {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #999999;
	font-family: Microsoft YaHei;
}

.zx_topcar dl .topcar_txt a {
	font-size: 16px;
	font-family: Tahoma;
	color: #e74c3c;
}

.zx_topcar dl .topcar_link {
	height: 48px;
	line-height: 48px;
}

.zx_topcar dl .topcar_link a {
	display: inline-block;
	width: 88px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e6e6e6;
	color: #000;
	font-family: Microsoft YaHei;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	text-decoration: none;
}

.zx_topcar dl .topcar_link .l1 {
	background: #ff9400;
	color: #ffffff;
	border: 1px solid #ff9400;
}

.zx_topcar dl .topcar_link .l1:hover {
	background: #f37d00;
	border: 1px solid #f37d00;
	color: #ffffff;
}

.zx_topcar dl .topcar_link .l2 {
	background: #f8f8f8;
}

.zx_topcar dl .topcar_link .l2:hover {
	color: #ffffff;
	background: #3498db;
	border: 1px solid #3498db;
}

.zx_list {
	width: 100%;
	position: relative;
}

.zx_list dl {
	width: 100%;
	padding-top: 11px;
}

.zx_list dl dt {
	height: 45px;
	line-height: 45px;
}

.zx_list dl dt a {
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #3498db;
}

.zx_list dl dt a i {
	color: #db2e2e;
}

.zx_list dl dt a:hover i {
	text-decoration: underline;
}

.zx_list dl .zx_list_text {
	line-height: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #777777;
}
.zx_list dl .zx_list_text .thumb{width:150px; max-height: 100px;overflow: hidden;float: left;}
.zx_list dl .zx_list_text .thumb img{width:150px;}
.zx_list dl .zx_list_text i {
	color: #e74c3c;
}
.zx_list dl .zx_list_text .description{font-size:14px; line-height: 25px; color: #7c7c7c; float: left; margin-left: 15px;max-width: 550px;}
.zx_list dl .zx_list_name {
	height: 29px;
	line-height: 29px;
	font-family: Microsoft YaHei;
	color: #b5b5b5;
	font-size: 12px;
}
.search-title {
    display: inline-block;
    min-width: 10px;
    color: #f13232;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #f13232;
    vertical-align: middle;
    font-size: 14px;
    padding: .15rem;
    font-weight: 400;
    border-radius: 2px;
    margin-right: 4px;
}
.zx_list dl .zx_list_name a {
	color: #b5b5b5;
	font-size: 12px;
}

.zx_list dl .zx_list_name a:hover {
	color: #3498db;
}

.bbs_btlist {
	margin: 30px 0px 15px;
}

.btom_page {
	padding-top: 15px;
}

.bbs_btlist {
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	height: 60px;
	margin: 30px 0px;
}

.bbs_btlist li {
	width: 148px;
	padding-left: 12px;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	float: left;
}

.bbs_btlist li a {
	font-family: Microsoft YaHei;
	font-size: 12px;
	color: #3498db;
}

.bbs_btlist li i {
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 13px;
	background: #3498db;
}

.nav_search {
	overflow: hidden;
	height: 36px;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 5;
	width: 100%;
}

.nav_search .nav {
	padding-left: 180px;
}

.nav_search li.active {
	font-weight: bold;
	border-bottom: 2px solid #ff7200;
	color: #333;
}

.nav_search li {
	font-size: 14px;
	float: left;
	padding: 0 9px;
	border-bottom: 2px solid #f5f5f5;
	height: 34px;
	line-height: 34px;
}

.er_message {
	margin: 52px 0px 0px 127px;
	height: 358px;
}

.er_message strong {
	line-height: normal;
}

.er_message strong {
	height: 76px;
	line-height: 76px;
	font-family: Microsoft YaHei;
	font-size: 22px;
	color: #444444;
	font-weight: 500;
	display: block;
}

.er_message strong span {
	color: #e74c3c;
}

.er_message b {
	height: 33px;
	line-height: 33px;
	color: #666666;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 500;
}

.er_message li {
	padding-left: 10px;
	height: 34px;
	line-height: 34px;
	color: #666666;
	font-size: 14px;
	font-family: Microsoft YaHei;
	position: relative;
}

.er_message li i {
	display: block;
	width: 4px;
	height: 4px;
	background: url(//icon.xcar.com.cn/ss/search/images/search_img.png) no-repeat left -281px;
	position: absolute;
	top: 15px;
	left: 0px;
}
/*==============*/
.dealer_shaix {
	min-width: 1000px;
	margin-top: 20px;
	border: 1px solid #eee;
	padding: 0 30px;
	overflow: hidden;
}

.dealer_shaix dl {
	position: relative;
	z-index: 0;
	padding: 16px 0 16px 0;
}

.dealer_shaix dt {
	position: absolute;
	left: 0;
	top: 18px;
	width: 50px;
	color: #999;
}

.dealer_shaix dd {
	padding-left: 50px;
}

.dealer_shaix li {
	float: left;
	overflow: hidden;
	overflow: hidden;
}

.dealer_shaix li a {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 2px 8px;
	color: #333 !important;
	text-decoration: none;
}

.dealer_shaix li a.active {
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	background-color: #fb4e6b;
}

.left100 {
	left: 88px;
}

.selectUl {
	width: 90px;
	position: absolute;
	left: 3px;
	top: 35px;
	background: #fcfcfc;
	height: 28px;
	overflow: hidden;
	z-index: 3;
}

.top_line {
	border-top: 1px solid #eee;
}