html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {	margin: 0;
background:#f5f5f5;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {	
display: block
}
audio,canvas,progress,video {	display: inline-block;	vertical-align: baseline}

audio:not([controls]) {	display: none;	height: 0}[hidden],template {	display: none}
i {
    font-style: normal;
}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding: 0;}
a {
	background-color: transparent;
	color:#666;
	text-decoration:none;
}
a:hover {
    color: #5aaaff;
    text-decoration:underline;
}
a:active,a:hover {
	outline: 0
}
ul {
    list-style: none;
	padding:0;
	margin:0;
}
abbr[title] {
	border-bottom: 1px dotted
}

b,optgroup,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

/*header*/
body > header .toolbar a {
    padding: 0 5px;
    text-decoration: none;
}
body > header {
    font-size: 14px;
    background: #fff;
}
header > div:first-child {
    border-bottom: 1px solid #e6e6e6;
}
body > header .toolbar {
    padding: 0 4px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}
header .toolbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.toolbar-link {
    float: left;
    width: 75%;
    margin-right: -75%;
}
header .toolbar .toolbar-link .hot-link {
   color: #5aaaff;
}
header .toolbar a {
    padding: 0 5px;
    text-decoration: none;
}
header i.sep {
    color: silver;
    margin-left: .5em;
    margin-right: .5em;
}
header .toolbar .toolbar-link .dropdown {
    display: inline;
    position: relative;
}
header .toolbar a {
    padding: 0 5px;
    text-decoration: none;
}
header .toolbar #user-tools {
    float: right;
    margin: 0;
    color: #666;
}
.tool-bar-ctn .toolbar #user-tools > li {
    border-right: 0;
}
header .toolbar #user-tools > li {
    display: inline;
    height: 20px;
    padding: 2px 10px;
    border-right: 1px solid silver;
}
header .toolbar a.no-padding {
    padding: 0;
}
header .toolbar #user-tools .sign {
    color: #5aaaff;
}
header .toolbar #user-tools > li:last-child {
    border-right: none;
}
header > div:first-child + div {
    background: #fff;
	border-bottom:1px solid #e6e6e6;
}
.head_left{
    float: left;
}
.head_left p.bread{
    font-size: 12px;
    color: #999;
    height: 30px;
    line-height: 24px;
}
header .location {
    position: relative;
    height: auto;
    /* padding-top: 18px; */
}
header .location, body > header .toolbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
header .location .breadcrumb {
	display:inline-block;
}
.twolist{
	display: inline-block;
	border-left: 1px solid #e6e6e6;
	font-size:28px;
	padding-left: 10px;
	margin-left: 10px;
	position: relative;
	top: -7px;
    height: 30px;
    line-height: 30px;
    color: #555;
	}
 header .location .breadcrumb a {
    color: #333;
}
 header .location .primary-logo {
    position: relative;
    top: 4px;
    text-decoration: none;
}
header .location .breadcrumb > * {
    vertical-align: baseline;
    font-size: 14px;
}
header .location .primary-logo img {
    margin-right: 5px;
    vertical-align: baseline;
}

.pull-right {
    float: right;
    margin-top: 10px;
} 
header .location .pull-right a.post {
    width: 180px;
    height: 40px;
    line-height: 40px;
    float: none;
    margin: 0;
    display: block;
}
 header .location a.post {
    border: 1px solid #ffb77c;
    background-color: #fff4ea;
    color: #ff7200;
    border-radius: 2px;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    height: 36px;
    line-height: 34px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
header .location a.post:hover {
    text-decoration: none;
    border-color: #ff9f21;
    background-color: #ff9f21;
    color: #fff;
}


/*content*/
.content {
    margin: 0 auto;
    overflow: hidden;
}
.item_cont_wrap{
    width: 100%;
    margin:0 auto;
    background: #fff;
}
.item_cont{    
    background:#fff;
    overflow: hidden;
    width: 1200px;
    margin:0 auto;
}
.title{
    overflow: hidden;
}
.title h1{
    font-size:22px;
    color:#333;       
    line-height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    white-space: nowrap;
    font-weight: 500;
}
.item_line{
    overflow: hidden;
}
.item_line .time{
    font-size:12px;
    color:#cccccc;
    float: left;
}
.item_line .share{
    float: right;
    font-size: 14px;
    color: #999;
}
.item_line .share i{
    width: 20px;
    height: 20px;
    background: url(../../../images/share.png);
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top:3px;
}
.item_list{
    overflow: hidden;
}
.item_digest{
    padding-top:20px;
    overflow: hidden;
}
.picbox{
    width: 450px;
    float: left;
}
.picbox .picture{
    width:450px;
    height: 360px;
    position: relative;
    background: #f9f9f9;
}
.picbox .picture>img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 450px;
    height:360px;
    margin: auto;
}
.small_picbox{
    overflow: hidden;
    padding-top: 10px;
}
ul.smallpic{
    display: inline-block;
    overflow: hidden;
    height: 70px;
}
ul.smallpic li{
    width: 67px;
    height: 67px;
    border:1px solid #e6e6e6;
    margin:0 3px;
    float: left;
}
ul.smallpic li.current{
    border:1px solid #ff6600;
}
ul.smallpic li img{
    width:67px;
    height:67px;
}
.iteminfo{
    width: 730px;   
    overflow: hidden;    
    padding-left:20px;
    font-size:14px;
    height: 440px;
    position: relative;
}
ul.attribute{
    width: 440px;
    float: left;
}
ul.attribute li{
    overflow: hidden;
    padding: 10px 0;
}
ul.attribute li label{
    color: #888;
    float: left;
    width: 80px;
}
.attribute_text{
    color:#000;
}
.attribute_text{ 

    }
.attribute_text font{
    color: #ff8726;
    font-size: 20px;
    line-height: 20px;
}
.attribute_text span.city{
    color: #999;
    font-size: 12px;
}
.space3{
    letter-spacing: 1.3px;
}
.price{
    color: #ff7800;
    font-size: 16px;
}
.company_about{
    width: 260px;
    float: right;
    border:1px solid #e6e6e6;
    padding-top: 10px;
}
.vip_22 .vip_icon_100,.vip_36 .vip_icon_100,.vip_22 .vip_icon_200,.vip_36 .vip_icon_200,.vip_22 .vip_icon_300,.vip_36 .vip_icon_300{ 
    width:112px;
    height: 64px;
    margin:0 auto;
}
.vip_22 .vip_icon_100{
    background: url(../../images/vip/vip_22_100.png);
}
.vip_36 .vip_icon_100{
    background: url(../../images/vip/vip_36_100.png);
}
.vip_22 .vip_icon_200{
    background: url(../../images/vip/vip_22_200.png);
}
.vip_36 .vip_icon_200{
    background: url(../../images/vip/vip_36_200.png);
}
.vip_22 .vip_icon_300{
    background: url(../../images/vip/vip_22_300.png);
}
.vip_36 .vip_icon_300{
    background: url(../../images/vip/vip_36_300.png);
}
.logo_img{
    width: 80px;
    height: 44px;
    border: 1px solid #ededed;
    margin: 20px auto 10px auto;
    text-align: center;
    border-radius: 3px;
}
.logo_img img{
    max-width: 100%;
    max-height: 44px;
}
.com_name{
    font-size: 16px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.reg_time{
    font-size: 12px;
    color: #ccc;
    text-align: center;
}
.rz_icon{
    text-align: center;
    padding: 10px 0px 10px 10px;
}
.geren_yes,.qiye_yes,.youxiang_yes,.shouji_yes,.geren_no,.qiye_no,.youxiang_no,.shouji_no,.weixin_yes,.weixin_no{
    width:32px;
    height: 22px;
    display: inline-block;
}
.geren_yes{
    background: url(../../images/geren_yes.png); 
}
.qiye_yes{
    background: url(../../images/qiye_yes.png);
}
.youxiang_yes{
    background: url(../../images/youxiang_yes.png);
}
.shouji_yes{
    background: url(../../images/shouji_yes.png);    
}
.weixin_yes{
    background: url(../../images/weixin_yes.png);
}
.go_shop{
    margin-top:5px;
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px; 
}
.go_shop a{
    color: #999;
    text-decoration: none;
}
.butn{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
}
.exchangebox{
    position: absolute;
    left: 20px;
    right: 0px;
    bottom: 0px;
    display: flex;
}

a.online,a.wxline{
    flex: 1;
	text-align:center;
	border-radius:2px;
	text-decoration:none;
	padding:10px 0px;
}
.qqline{
    flex: 1.2;
}
a.online{
	background: #ff8726;
    color: #fff;
	margin-right:10px;
	}
a.online:hover{
	background:#f26e03;
	}	
a.wxline{
	border: 1px solid #5aaaff;
    background: #fafff7;
    color: #5aaaff;
    margin-right:10px;
	}
a.wxline:hover{
	background:#5aaaff;
    color: #fff;
	}	

span.qqline{
    border: 1px solid #ccc;
    text-align: center;
    padding:10px 0px;
    border-radius:2px;
}
span.qqline font{
    font-family: "苹方"
}
span.qqline a{
    font-style: normal;
    color: #ff8726;
    cursor: pointer;
    margin-left: 5px;
}
span.qqline a:hover{
    text-decoration: underline;
}
.cont_body{
    padding-top:15px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.cont_body .left_content{
    float: left;
    width: 880px;
}
.details_wrap{
    background: #fff;    
}
.info_title,.other_title{
    border-bottom: 1px solid #e6e6e6;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
}
.info_title span,.other_title span{
    float: left;
    font-size:18px;
    font-weight: bold;
}
.details{
    overflow: hidden;
    font-size:14px;
    line-height: 26px;
    color:#666;
    padding:20px;
}
.details p{
    text-indent: 28px;
}
.details p img{
    max-width: 850px;
    margin-top: 10px;
}
.details table,.details tr,.details td{
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
}
.tips{
    overflow: hidden;
    background: #fff9ef;
    padding: 15px 20px;
    margin-top: 15px;
}
.tips_icon{
    float:left;position:relative;top:6px;margin-right:8px; height:130px;
}
.tipspic{
    width:20px;height:20px;display:inline-block; background-image:url(../../images/tip.png?v=202308); background-size:100% 100%;
}
.tipstext{
    color: #666;
    padding-left: 30px;
}
.tipstitle{
    font-size:16px;
    line-height: 30px;
    color: #333;
}
.othertext{
    line-height: 24px;
    color: #888;
}
.other_interrelated{
   background: #fff;
   margin-top: 15px; 
}
ul.interrelated_info{
    padding: 20px 20px 10px 20px;
    overflow: hidden;
}
ul.interrelated_info li{
    width: 150px;
    float: left;
    margin-right: 15px;
}
ul.interrelated_info li:nth-child(5n){
    margin-right: 0px;
}
ul.interrelated_info li a img{
    width: 150px; 
    height: 150px;
}
ul.interrelated_info li a p{
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.hot_wrap{
    background: #fff;
    margin-top: 15px;
}
.trade,.area{
    padding: 0px 20px;
    overflow: hidden;
}
.trade{
    padding-top: 10px;
}
.area{
    padding-bottom: 10px;
}
.trade_tit,.area_tit{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    width: 80px;
    line-height: 30px;
}
ul.trade_txt,ul.area_txt{
    width:730px;
    float: left; 
}
ul.trade_txt li,ul.area_txt li{
    width: 110px;
    float: left;
    margin-right: 14px;
}
ul.trade_txt li:nth-child(6n),ul.area_txt li:nth-child(6n){
    margin-right: 0px;
}
ul.trade_txt li a,ul.area_txt li a{
    width: 110px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}
ul.trade_txt li a:hover,ul.area_txt li a:hover{
    color: #5aaaff;
}


.right_content{
    width: 300px;
    margin-left: 20px;
    float: right;
}
.sidebar{
    overflow: hidden;
    background: #fff;   
    margin-bottom: 10px; 
}
.sidebar_title{
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e6e6e6;
    font-size:18px;
    color: #333;
    padding: 0 15px;
}
ul.sidebar_cont{
    padding: 5px 15px;
    overflow: hidden;
}
ul.sidebar_cont li{
    border-bottom: 1px dotted #e6e6e6;
    padding: 10px 0px;
}
ul.sidebar_cont li:last-of-type{
    border-bottom: 0 none;
}
ul.sidebar_cont li a{
    color: #666;
    text-decoration: none;
}
ul.sidebar_cont li a p.text_s:hover{
    color: #5aaaff;
}
ul.sidebar_cont li .pic_s{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
}
ul.sidebar_cont li .pic_s img{
    width: 80px;
    height: 80px;
}
p.text_s{
    font-size:14px;
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow:hidden;
    text-overflow: ellipsis;
}
p.addrees{
    font-size:14px;
    color:#999;
    height: 26px;
    line-height: 26px;
}
ul.classify{
    overflow: hidden;
    padding: 5px 0px;
}
ul.classify li{
    /* width: 40%; */
    width: 100%;
    text-align: left;
    padding: 0 5%;    
    height: 30px;
    line-height: 30px;
    overflow: hidden; 
    font-size:14px;
    float: left;
}
ul.classify li a{
    color: #666;
    text-decoration: none;
}
ul.classify li a:hover{
    color: #5aaaff;
}

/*foot*/
.jl-footer {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center;
}
.jl-footer .footer-cities {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 20px 10px;
    color: #999;
    font-size: 12px;
}
.jl-footer .footer-cities {
    text-align: left;
    color: #999;
    font-size: 12px;
}
.jl-footer .footer-cities ul li {
    margin-bottom: 10px;
}
.jl-footer .footer-cities ul li .c-title {
    float: left;
}
.jl-footer .footer-cities ul li .c-links {
    color: inherit;
    margin-left: 80px;
    overflow: hidden;
    max-height: 20px;
    line-height: 1.6;
}
.jl-footer .footer-cities ul li .c-links > a {
    display: inline-block;
    margin-right: 18px;
	color:#999;
}
.jl-footer .footer-cities ul li .c-links > a:hover{
	color:#5aaaff;
	}
.jl-footer .footer-cities ul li .c-links.expanded {
    max-height: none;
}
.footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
}
.footer a {
    padding: 0 10px;
    font-size: 14px;
    color: #999;
}
.footer a:hover{
	color:#5aaaff;
	}
.jl-footer .copyright {
    color: #999;
    font-size: 12px;
    padding-top: 15px;
}
.jl-footer .copyright {
    color: #999;
    font-size: 12px;
}
.jl-footer .copyright .copy-icon {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.jl-footer .icp-number {
    margin-top: 15px;
    color: #999;
    font-size: 12px;
}
.jl-footer .icp-number span a{
	color:#999;
	font-size:12px;
	}
.jl-footer .icp-number span a:hover{
	color:#5aaaff;
}
	
/*固底*/
.fixed_box{
    width: 100%;
    margin:0 auto;
    border-top-left-radius: 30px;
    border-top-right-radius:30px;
    background: #d9f1ff;
    position: fixed;
    bottom: 0px;
    height:70px;
    box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.2); 
}
.fixed_cont{
    width: 960px;
    margin: 0 auto;
    display: flex;
}
.user_name,.user_contact,.user_ask{
    flex:1;
    text-align: center; 
    margin: 15px 0px;
    height: 40px;
}
.user_ask{
    border-right: 0 none;
}
.user_name span:first-of-type,.user_contact span:first-of-type{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #5aaaff;
    display: inline-block;  
    margin-right: 10px;                 
}
.user_name span:first-of-type img,.user_contact span:first-of-type img{
    width: 40px;
    height: 40px;   
    border-radius: 40px;     
}
.user_name span:last-of-type,.user_contact span:last-of-type{
    color: #5aaaff;
    font-size: 18px;
    font-weight: bold; 
    display: inline-block;
    position: relative;
    top:-12px;   
}
.line{
    width: 1px;
    background:#b6e59b;
    height: 20px;
    position: relative;
    top: 25px;
}
.user_ask a{
    height: 40px;
    background-image: linear-gradient(to left, #5aaaff , #5aaaff);
    line-height:40px;
    color: #fff;
    border-radius: 5px;
    padding: 0 60px;
    display:inline-block;
    font-size: 16px;
    text-decoration: none;
}
.user_ask a:hover{
    background-image: linear-gradient(to left, #5aaaff, #5aaaff);
}
/*增加联系方式*/
span.other_contact{
    width: 98px;
    height: 28px;
    border-radius: 3px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
}
.wxzx{
    background: #5aaaff;
    border:1px solid #5aaaff;
    color: #fff !important;    
}
.qqzx{
    border:1px solid #0090ff;
    color: #0090ff !important;
    background: #eff8ff;
}
.zjdh{
    border:1px solid #5aaaff;
    color: #5aaaff !important;
    background: #aed5ff;
}
.showbox{
    width: 220px;
    border:1px solid #e6e6e6;
    padding: 10px 10px;
    position: absolute;
    left: 0px;
    top:30px;
    /* bottom: 30px; */
    z-index: 9999;
    background: #fff;
}
.qqicon{ 
    width: 50px;
    height: 50px;
    background: url(../../images/qqicon.png);
    float: left;
 }
 .dhicon{
    width: 50px;
    height: 50px;
    background: url(../../images/dhicon.png);
    float: left;
 }
p.f_one{ 
    font-size: 14px;
    color: #333;
    text-align: left;
 }
p.f_one>font{
    color: #5aaaff;
    font-size: 14px;
}
p.f_two{
    color: #999;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.qqzx .qqshow,.zjdh .dhshow{
    display: none;
}
.qqzx:hover .qqshow,.zjdh:hover .dhshow{
    display:block;
}
.item_tip{
			margin:0 auto;
			background: #fff;
			padding:10px 20px 15px 20px;
		}
		.jy_icon{
			font-size: 12px;
			color: #f00;
			overflow: hidden;
			margin-bottom: 10px;
		}
		.jy_icon span{
			float: left;
			line-height: 23px;
			color:#333;
		}
		.jy_cont{
			display:flex;
		}
		.jy_cont .everybox{
			flex:1;
		}
		.jy_cont .everybox i{
			width: 28px;
			height:28px;
			float: left;
			background-image: url(../../images/tip3.png);
			margin-right: 10px;
			background-size: 100% 100%;
            position: relative;
            top: 2px;
            background-size:100% 100%;
		}
		.jy_text{
			height: 30px;
			line-height: 30px;
			color: #ccc;
			float: left;
		}
		.jy_text p:first-of-type{
			font-size: 16px;
			margin: 0px;
			color:#666;
			float:left;
			padding-right:10px;
		}
		.jy_text p:last-of-type{
			font-size: 14px;
			margin:0px;
			float:left;
		}



span.check_mobile {
  background: #ff8726;
  color: #fff;
}

.itemimg{ position: relative; display: inline-block;}
span.sylogo{position: absolute; bottom:5px; right:5px;}
span.sylogo_top{position: absolute; bottom:0px; right:5px;}