﻿/* 
xiaohei www.dtmuban.com CSS QQ:290948585 
*/

body {
	word-break: break-all;
	font: 12px/1.5 'microsoft yahei', arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	line-height: 20px;
	text-align: left;
	/*background-color: #f5f5f5;*/
	overflow-x: hidden;																																											
	min-width: 1200px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
	margin: 0;
	padding: 0
}
img {border:none;}
fieldset,
a img {
	border: 0;
	vertical-align:middle;

}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ul,
li {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}


/*a {
	color: #333;
	text-decoration: none
}
*/
a:hover {
	color: #3094ed
}


input,textarea,button {
	outline: none;
	border-radius: 3px;
    border: #E6E6E6 1px solid;
}

input,select {
	vertical-align: middle;
	border-radius: 3px;
    border: #E6E6E6 1px solid;
    padding: 4px 5px;
}
.m {
	width: 1200px;
	margin: 10px auto;
	clear:both;
}
.wrapper {
    width:1200px;
	margin: 0 auto;
	clear:both;
	overflow: hidden;
}

.wrapper-left {
	width: 860px;
	float: left;
	background-color: #ffffff;
}
#destoon_qrcode {
    top: 30px !important;
    border: #cfcfcf 1px solid;
    border-top: 0;
    border-radius: 0 0 3px 3px;
	}

/*.clear {
	*zoom: 1
}

.clear:before {
	display: none!important
}
*/
.clear:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0
}

.c_p {
	cursor: pointer;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fb {
	font-weight: bold;
}

.f10 {
	font-size: 10px;
}

.f11 {
	font-size: 11px;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.fm {
	font-family: "微软雅黑";
}

.mt5 {
	margin-top: 5px;
}


.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml10 {
	margin-left: 10px;
	_margin-left: 5px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}


/*字体样式*/

.f_dblue {
	color: #225588;
}

.f_gray {
	color: #666666;
}

.black,
.black a,
.black a:link,
.black a:visited {
	color: #666;
}

.black a:hover {
	text-decoration: underline;
	color: #db2242;
}

.orange,
.orange a:link,
.orange a:visited {
	color: #ff7300;
}

.orange a:hover {
	color: #ff7300;
	text-decoration: none;
}

.gray,
.gray a:link,
.gray a:visited {
	color: #606060;
	font-family: "微软雅黑";
}

.gray a:hover {
	color: #ff7300;
	text-decoration: none;
}

.gray1,
.gray1 a:link,
.gray1 a:visited {
	color: #a4a4a4;
	font-family: "微软雅黑";
}
.user_info_avatar{
	overflow: hidden;
	position: absolute;
	margin-left: -60px;
	width: 50px;
	height: 45px;
}
.user_info {
	overflow: hidden;
	position: relative;
	padding: 15px 0 15px 60px;
	height: 76px;
}
.news {
	overflow: hidden;
	padding: 0 15px;
	height: 215px;
}
.news .mod_tab_head {
	padding: 8px 0 8px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	line-height: 14px;
	margin: 0 0px 0 10px;
}
.users .delu{
	margin: 0 5px;
	height: 40px;
}
.news .news_first {
	padding-left: 0;
}
.news .mod_tab_head_item {
	color: #333;
	padding-right: 13px;
	padding-left: 12px;
	border-right: 1px solid #dfe0e1;
}
.news .mod_tab_head_item1 {
	color: #333;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #dfe0e1;
	position: relative;
}
.news_list .news_item .news_link{line-height: 24px;
	white-space: nowrap;
	font-size: 12px;
	color: #666;}
.news .boron{border-right: 0}
.news_tab_active {
	position: absolute;
	bottom: -1px;
	left:7px;
	width: 40px;
	height: 2px;
	background: #F05004;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.yanse{
	color: #0579F2;
	font-weight: bold;
	font-size: 14px;
}
.delu .user_info_login{float: left;
	text-align: center;
	color: #fff;
	width: 48%;
	line-height: 25px;
	margin-left: 1px;
	background-color: #0579F2 !important;}
.delu .user_info_reg{float: left;
	text-align: center;
	color: #fff;
	width: 48%;
	margin-left: 5px;
	line-height: 25px;
	background-color: #F05004 !important}
.user_info_show p {
	overflow: hidden;
	margin-top: 3px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}
.users {
	/*height: 115px;*/
	/*border-bottom: 1px solid #e6e6e6;*/
}
.fs_col3 {
	float: right;
	margin-left: 10px;
	width: 190px;
	height: 100%;
	background-color: #fff;border: 1px solid #f9f9f9;
}
.user_info_avatar_img{
	display: block;
	height: 100%;
	border-radius: 23px;
	margin-left: 5px;
}
.gray1 a:hover {
	color: #db2242;
	text-decoration: none;
}


.red,
.red a:link,
.red a:visited {
	color: #ea1e00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.red a:hover {
	color: #db2242;
	text-decoration: underline;
}

.white,
.white a:link,
.white a:visited {
	color: #fff;
}

.white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.green,
.green a,
.green a:link,
.green a:visited {
	color: #006600;
}

.green a:hover {
	text-decoration: underline;
	color: #db2242;
}

.blue,
.blue a,
.blue a:link,
.blue a:visited {
	color: #3d5590;
}

.yellow,
.yellow a,
.yellow a:link,
.yellow a:visited {
	color: #996600;
}

.purple,
.purple a,
.purple a:link,
.purple a:visited {
	color: #1c0060;
}

.green1,
.green1 a,
.green1 a:link,
.green1 a:visited {
	color: #336666;
}

.orange1,
.orange1 a,
.orange1 a:link,
.orange1 a:visited {
	color: #cc6600;
}

.white1 {
	font-family: Arial;
	font-size: 14px;
}

.logotab .logo,
.logotab .logofont,
.topbar .toptab .greet .mobile,
.nav-new .cate .ico,
.nav-new .nav-right i,.hot-icon,
.nav-new .nav-right i,.new-icon,
.m_zl .fd-clr i,
.code .codeimg,
/*.slideBox .prev,
.slideBox .next,*/
.slideBoxinfo .prev,
.slideBoxinfo .next,
.m_zl .fd-clr i,
.m_zl .fd-clr:hover i {
	background: url(../images/xiaohei_common.png) no-repeat;
}

.highlight {
	color: #f67208;
}


/*顶部样式*/

.topbar {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #cfcfcf;
	background-color: #f5f5f5;
	font-size: 12px;
}

.topbar .toptab {
	width: 1200px;
	margin: 0 auto;
}

.topbar .toptab .greet {
	float: left;
	padding-top: 4px;
}

.topbar .toptab .greet li {
	float: left;
}

.topbar .toptab .greet a {
	text-decoration: none;
}

.topbar .toptab .greet .mobile {
	float: left;
	margin: 3px 5px 0 0px;
	width: 11px;
	height: 14px;
	background-position: -141px -90px;
}
.topbar .toptab .greet .qrcode {
	float: left;
	margin: 2px 5px 0 0px;
	width: 20px;
	height: 20px;
	background: url(../images/er.png) no-repeat;
}

.topbar .toptab .greet .line {
	display: inline-block;
	margin: 3px 8px 0;
	width: 0;
	height: 14px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	vertical-align: top;
	border-left: 1px solid #ececec;
	float: left;
}

.site-nav {
	line-height: 20px;
	height: 30px;
	float: right;
	position: relative;
	z-index: 999999;
	font-size: 12px;
}

.site-nav a {
	text-decoration: none;
}

.site-nav .quick-menu {
	padding-top: 4px;
	float: right;
}

.site-nav .quick-menu li {
	background-position: right 6px;
	padding-left: 10px;
	float: left;
	padding-bottom: 0px;
	margin-left: 5px;
	padding-top: 2px;
}

.site-nav .quick-menu li.last {
	background: none transparent scroll repeat 0% 0%;
}

.site-nav .quick-menu li.menu-item {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative
}

.site-nav .menu-hd {
	padding-right: 14px;
	display: block;
	padding-left: 8px;
	z-index: 10002;
	padding-bottom: 0px;
	margin: 1px 1px 0px;
	cursor: pointer;
	padding-top: 0px;
	position: relative;
	height: 20px;
}

.site-nav .myxiaohei .menu-hd {
	padding-top: 1px;
	_padding-top: 1px;
	height: 25px;
}

.site-nav .webmenu .menu-hd {
	width: 48px;
	padding-top: 1px;
	_padding-top: 1px;
	height: 25px;
}

.site-nav .services .menu-hd {
	/*width: 60px;*/
	padding-top: 1px;
	_padding-top: 1px;
	height: 25px;
}

.site-nav .rdhelp .menu-hd {
	width: 48px;
	padding-top: 1px;
	_padding-top: 1px;
	height: 25px;
}

.site-nav .menu-hd b {
	border-top: #ccc 4px solid;
	border-right: #f5f5f5 4px solid;
	border-bottom: #f5f5f5 4px solid;
	border-left: #f5f5f5 4px solid;
	font-size: 0px;
	right: 3px;
	width: 0px;
	line-height: 0;
	position: absolute;
	top: 8px;
	height: 0px;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -webkit-transform .2s ease-in;
	-o-transition: -webkit-transform .2s ease-in;
	transition: -webkit-transform .2s ease-in;
}

.site-nav .menu-bd {
	border-right: #bfbfbf 1px solid;
	border-top: #bfbfbf 1px solid;
	display: none;
	z-index: 10001;
	background: #fff;
	border-left: #bfbfbf 1px solid;
	border-bottom: #bfbfbf 1px solid;
	position: absolute;
	top: 21px;
}

.site-nav IFRAME.menu-bd {
	border-top-width: 0px;
	border-left-width: 0px;
	z-index: -1;
	background: none transparent scroll repeat 0% 0%;
	FILTER: alpha(opacity=0);
	float: left;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

.site-nav .menu-bd-panel dl {
	float: left;
	padding: 5px 8px 8px;
}

.site-nav .menu-item-opp .menu-bd {
	left: 0px
}

.site-nav .menu-item-opp .menu-bd S.rt {
	left: 0px
}

.site-nav .menu-item-opp .menu-bd S.lt {
	background-position: -87px -55px;
	RIGHT: -2px;
	LEFT: auto
}

.site-nav .menu {
	position: relative
}

.site-nav .menu:hover .menu-hd {
	border-right: #bfbfbf 1px solid;
	border-top: #bfbfbf 1px solid;
	background: white;
	margin: 0px;
	border-left: #bfbfbf 1px solid;
	border-bottom: #bfbfbf 1px;
}

.site-nav .hover .menu-hd {
	border-right: #bfbfbf 1px solid;
	border-top: #bfbfbf 1px solid;
	background: white;
	margin: 0px;
	border-left: #bfbfbf 1px solid;
	border-bottom: #bfbfbf 1px;
}

.site-nav .menu:hover .menu-bd {
	display: block
}

.site-nav .hover .menu-bd {
	display: block
}

.site-nav .menu:hover .menu-hd B {
	border-left-color: #fff;
	FILTER: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	border-bottom-color: #fff;
	border-top-color: #ccc;
	top: 5px;
	border-right-color: #fff;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
}

.site-nav .hover .menu-hd B {
	border-left-color: #fff;
	FILTER: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	border-bottom-color: #fff;
	border-top-color: #ccc;
	TOP: 5px;
	border-right-color: #fff;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
}

.site-nav .myxiaohei .menu-bd {
	line-height: 22px;
	top: 26px;
	width: 260px;
	left: 0px;
}

.site-nav .myxiaohei .menu-bd dl {
	width: 70px;
}

.site-nav .myxiaohei .menu-bd dt {
	font-weight: 700;
	color: #b0b0b0;
}

.site-nav .myxiaohei .menu-bd dd {
	line-height: 24px;
	word-spacing: no-wrap;
}

.site-nav .webmenu .menu-bd {
	line-height: 22px;
	top: 26px;
	right: 0px;
}

.site-nav .webmenu .menu-bd dl {
	width: 410px;
}

.site-nav .webmenu .menu-bd dt {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 8px 8px 0;
	height: 14px;
	line-height: 14px;
	color: #555;
	float: left;
}

.site-nav .webmenu .menu-bd dd {
	zoom: 1;
	width: 370px;
	line-height: 24px;
	float: left;
}

.site-nav .webmenu .menu-bd dd span {
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 8px 0;
	white-space: nowrap;
	padding: 0px 12px;
	border-right: solid #ececec 1px;
}

.site-nav .webmenu .menu-bd dd span.no-border {
	border-right: none;
}

.site-nav .services .menu-bd {
	line-height: 22px;
	top: 26px;
	width: 82px;
	left: 0px;
}

.site-nav .rdhelp .menu-bd {
	line-height: 22px;
	top: 26px;
	width: 70px;
}

.navbg {
	background-color: #fff;
	-webkit-box-shadow: inset 0 -12px 5px -10px #e7e7e7;
	box-shadow: inset 0 -12px 5px -10px #e7e7e7;
}


/*logo样式*/

.logotab {
	width: 100%;
	height: 120px;
	font-size: 12px;
}

.logotab .logo {
	float: left;
	text-align: left;
	text-indent: -999em;
	background-position: -395px -78px;
	;
	margin-top: 40px;
}

.logotab .logo h1 a {
	width: 200px;
	height: 68px;
	display: block;
}

.logotab .logofont {
	float: left;
	text-align: left;
	text-indent: -999em;
	background-position: -430px -12px;
	margin: 56px 10px 0 10px;
	width: 170px;
	height: 42px;
	display: block;
}


/*搜索样式*/

.searchtab {
	width: 550px;
	height: 95px;
	padding: 14px 0 0 30px;
	float: left;
}

.searchtab .stit {
	width: 550px;
	float: left;
}

.searchtab .stit ul li {
	width: 60px;
	height: 23px;
	line-height: 23px;
	float: left;
	text-align: center;
}

.searchtab .stit ul li {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.searchtab .stit ul li span {
	color: #dfdfdf;
}

.searchtab .stit ul li:hover {
	color: #ff7300;
	text-decoration: none;
}

.searchtab .searstyle {
	width: 550px;
	float: left;
}

.searchtab .searstyle .searmiddle {
	width: 454px;
	height: 37px;
	border: 2px solid #dfdfdf;
	border-right: 0;
	float: left;
}

.searchtab .searstyle .searright {
	width: 94px;
	font-family: "Microsoft YaHei";
	text-align: center;
	background-color: #3094ed;
	float: left;
	cursor: pointer;
}
.searchtab .searstyle .searright input {padding:0}

.searchtab .searstyle .searright:hover {
	background: #2888ea;
}

.searchtab .searstyle .searright .search_s {
	width: 94px;
	height: 41px;
	line-height: 41px;
	background: none;
	border: none;
	cursor: pointer;
}

.searchtab .searstyle .searfont {
	width: 48px;
	padding-left: 10px;
	float: left;
}

.searchtab .sfont {
	width: 550px;
	line-height: 22px;
	margin-top: 8px;
	float: left;
	overflow: hidden;
}

.searchtab .sfont li {
	padding-right: 15px;
	float: left;
}

#search_tips {
	z-index: 1000;
	position: absolute;
	width: 546px;
	overflow: hidden;
	cursor: pointer;
	top: 109px;
	left: 36.7%;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	background: #FFFFFF;
	border: #dfdfdf 2px solid;
	border-top: none;
}

#search_tips div {
	height: 26px;
	padding: 1px 8px 1px 8px;
	clear: both;
	overflow: hidden;
}

#search_tips div span {
	float: right;
	font-size: 12px;
}

#search_tips label {
	display: block;
	width: 100%;
	background: #FAFAFA;
	font-size: 12px;
	color: #0000CC;
	text-align: right;
}

.search_t_div_1 {
	color: #333333;
}

.search_t_div_2 {
	background: #f5f5f5;
	color: #999999;
}


/*询价/二维码*/

.toprs {
	width: 210px;
	padding: 0;
}

.toprs .ask-price {
	padding-top: 36px;
}

.ask-price {
	float: left;
	width: 110px;
	text-align: center;
}

.ask-price a {
	color: #ff7300;
	text-decoration: none;
}

.code {
	float: right;
	margin-top: 10px;
}

.code .codeimg {
	width: 82px;
	height: 82px;
	background-position: -518px -163px;
}

.code p {
	text-align: center;
}


/*表单样式*/

.input {
	width: 446px;
	height: 37px;
	line-height: 37px;
	padding: 0 2px 0 5px;
	border-width: 0;
	border: none;
	float: left;
	color: #999;
	background-color: #fff;
}


/*版权样式*/

.copyrightbar {
	width: 100%;
	padding-top: 15px;
	margin-top: 25px;
	background-color: #3d3d3d;
	color:#a4a4a4;
}

.copyrightbar a {
	color: #a4a4a4;
}

.copyrightbar a:hover {
	color: #DF0808;
}

.copyrightbar .footer {
	width: 795px;
	height: 44px;
	background: url(../images/copyright.png) no-repeat;
}

.copyrightbar .footer .iso {
	width: 126px;
	height: 44px;
	display: block;
	float: left;
}

.copyrightbar .footer .iso:hover {
	background: url(../images/copyright.png) no-repeat 0 -52px;
}

.copyrightbar .footer .beian:hover {
	background: url(../images/copyright.png) no-repeat -126px -52px;
}

.copyrightbar .footer .mcafee:hover {
	background: url(../images/copyrig	ht.png) no-repeat -252px -52px;
}

.copyrightbar .footer .lanbiao:hover {
	background: url(../images/copyright.png) no-repeat -378px -52px;
}

.copyrightbar .footer .youngper:hover {
	background: url(../images/copyright.png) no-repeat -535px -52px;
}

.copyrightbar .footer .gswj:hover {
	background: url(../images/copyright.png) no-repeat -661px -52px;
}

.copyrightbar dl {
	width: 180px;
	float: left;
}

.copyrightbar dt {
	padding: 6px 0;
	font: 700 16px/24px "microsoft yahei";
	color: #a4a4a4;
}

.copyrightbar dd {
	line-height: 20px;
	color: #a4a4a4;
}

.links {color:#a4a4a4}
/*首页客服热线*/

.copyrightbar .wrapper .hotline {
	float: right;
	width: 251px;
	height: 112px;
	border-left: 1px solid #4b4b4b;
	text-align: center;
	color: #a4a4a4;
}

.copyrightbar .wrapper .hotline p {
	margin: 0 0 16px;
	font-size: 12px;
}

.copyrightbar .wrapper .hotline .phone {
	margin: 0 0 5px;
	font-size: 22px;
	line-height: 1;
	color: #ff6700;
}

.btn-line-primary {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background: #ff6700;
	width: 118px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	transition: all .4s;
}

.copyrightbar .wrapper .hotline a {
	color: #FFFFFF;
}


/*end*/

/*#footer {*/
	/*border-top: 1px solid #4b4b4b;*/
	/*padding: 20px 0 30px;*/
	/*text-align: center;*/
/*}*/

/*#footer .links a {*/
	/*margin: 0 10px;*/
/*}*/

/*#footer .copyright {*/
	/*margin: 10px 0;*/
	/*color: #a4a4a4;*/
/*}*/

/*#footer .authentication {*/
	/*margin: 10px 0;*/
	/*display: block;*/
	/*height: 30px;*/
/*}*/

/*#footer .authentication_bg {*/
	/*width: 726px;*/
	/*height: 30px;*/
	/*margin: auto;*/
/*}*/

/*#footer .authentication a {*/
	/*margin-right: 6px;*/
	/*text-decoration: none;*/
	/*height: 30px;*/
	/*float: left;*/
	/*background-image: url(../images/footer.png);*/
	/*background-repeat: no-repeat;*/
/*}*/

/*#footer .authentication_bg a.cert-1 {*/
	/*width: 73px;*/
	/*background-position: 0 0px;*/
/*}*/

/*#footer .authentication_bg a.cert-2 {*/
	/*width: 90px;*/
	/*background-position: -79px 0px;*/
/*}*/

/*#footer .authentication_bg a.cert-3 {*/
	/*width: 73px;*/
	/*margin-right: 7px;*/
	/*background-position: -175px 0px;*/
/*}*/

/*#footer .authentication_bg a.cert-4 {*/
	/*width: 73px;*/
	/*background-position: -255px 0px;*/
/*}*/

/*#footer .authentication_bg a.cert-5 {*/
	/*width: 85px;*/
	/*background-position: -334px 0px;*/
/*}*/

/*#footer .authentication_bg a.cert-6 {*/
	/*width: 171px;*/
	/*background-position: -535px 0px;*/
/*}*/

/*#footer .authentication_bg a.cert-7 {*/
	/*width: 111px;*/
	/*background-position: -715px 0px;*/
/*}*/


/*环球弱电服务*/

.service {
	height: 160px;
	width: 990px;
	border-bottom: 1px solid #4b4b4b;
	margin-left: 20px;
	float: left;
}

.service li {
	float: left;
	height: 110px;
	width: 118px;
	margin-top: 15px;
	padding-right: 46px;
}

.service dl {
	padding-right: 50px;
	width: 68px;
}

.service dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
}

.service dd {
	line-height: 22px;
}

.service .noimg {
	background: none;
}


/*消息提示*/

.topbar .toptab li {
	float: left;
	margin: 0;
}

.msgnum {
	position: relative;
	display: inline;
	float: left;
	margin-left: 3px;
	margin-top: 1px;
	*margin-top: 0;
	margin-top: 0\9\0;
}

.msgnum .arrow {
	position: absolute;
	z-index: 2;
	left: 2px;
	top: 10px;
	display: block;
	width: 0;
	height: 0;
	font-size: 0px;
	border-width: 3px;
	border-style: solid;
	border-color: #F4F4F4 #F4F4F4 #F4F4F4 #EB6312;
	overflow: hidden;
}

.msgnum .arrowbg {
	float: left;
	position: relative;
	z-index: 3;
	left: 0;
	top: 3px;
	display: block;
	height: 10px;
	line-height: 9px;
	background-color: #EB6312;
	padding: 0 1px;
}

.msgnum .arrowbg .fontsize {
	font-size: 9px;
	-webkit-transform: scale(0.71);
	-o-transform: scale(1);
	font-family: tahoma;
}

.msgnum .arrowbg .fontsize a {
	color: #FFF;
	padding: 0 1px;
}

.msgmenu {
	position: relative;
}

.msgmenubtn {
	position: relative;
	float: left;
	padding: 1px 5px;
	z-index: 10002;
	cursor: pointer;
}

.msgmenu:hover .msgmenubtn,
.greet .hover .msgmenubtn {
	padding: 0px 4px;
	border: 1px solid #9D9D9D;
	border-bottom: none;
	background: #F5F5F5;
	height: 22px;
}

.msgmenu:hover .msgmenu-list,
.greet .hover .msgmenu-list {
	display: block
}

.msgmenu-list {
	position: absolute;
	top: 22px;
	left: 0;
	display: none;
	border: 1px solid #9D9D9D;
	background: #F5F5F5;
	z-index: 10001;
	line-height: 22px;
}

.msgmenu-list a {
	display: block;
	padding: 0 4px;
	color: #666;
	white-space: nowrap;
}

.msgmenu-list a:hover {
	background-color: #DDD;
	text-decoration: none;
	color: #666;
}


/*浮动导航*/

.floatnav {
	display: none;
	visibility: visible;
	width: 60px;
	height: 420px;
	*height: 450px;
	background: #fff;
	margin-right: 610px;
	position: fixed;
	right: 50%;
	top: 0;
	z-index: 50;
	cursor: pointer;
	overflow: hidden;
}

.floatnav .navtitle {
	width: 60px;
	height: 33px;
	background: url(../images/ico.png) no-repeat -90px -461px;
}

.floatnav ul li {
	position: relative;
	width: 46px;
	height: 42px;
	border-bottom: 1px solid #dfdfdf;
	margin-left: 6px;
}

.floatnav ul li a .pic {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	text-indent: -150px;
	background: url(../images/ico.png) no-repeat 17px -50px;
}

.floatnav ul li a .txt {
	display: none;
	width: 34px;
	height: 39px;
	text-align: center;
	padding: 3px 6px 0 6px;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	color: #ff6600;
}

.floatnav ul li a.f_nav_s2 .pic {
	background: url(../images/ico.png) no-repeat 15px -88px;
}

.floatnav ul li a.f_nav_s3 .pic {
	background: url(../images/ico.png) no-repeat 15px -122px;
}

.floatnav ul li a.f_nav_s4 .pic {
	background: url(../images/ico.png) no-repeat 15px -154px;
}

.floatnav ul li a.f_nav_s5 .pic {
	background: url(../images/ico.png) no-repeat 15px -186px;
}

.floatnav ul li a.f_nav_s6 .pic {
	background: url(../images/ico.png) no-repeat 15px -220px;
}

.floatnav ul li a.f_nav_s7 .pic {
	background: url(../images/ico.png) no-repeat 15px -252px;
}

.floatnav ul li a.f_nav_s8 .pic {
	background: url(../images/ico.png) no-repeat 10px -285px;
}

.floatnav ul li a.f_nav_s9 .pic {
	padding: 0;
	width: 46px;
	height: 35px;
	background: url(../images/ico.png) no-repeat -213px -287px;
}


/*全站导航*/

.nav-new {
	/*width: 100%;*/
	width: 1200px;
	 min-width: 1200px;
	height: 40px;
	background-color: #3094ed;
	font: 14px/1.5 "Microsoft YaHei", "宋体b8b\4f53", sans-serif;
	margin: 0 auto;
}

.nav-new .cate {
	width: 165px;
	height: 40px;
	line-height: 40px;
	background-color: #2888EA;
	padding-left: 15px;
	float: left;
	color: #fff;
	position: relative;
	z-index: 1000;
}

.nav-new .cate a,
.nav-new .cate a:hover {
	color: #fff;
}

.nav-new .cate .ico {
	width: 18px;
	height: 18px;
	margin: 5px 10px 0 0;
	_margin-top: 10px;
	display: inline-block;
	background-position: -136px -42px;
}

.nav-new .nav-mid {
	width: 855px;
	height: 40px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
}

.nav-new .nav-mid li {
	width: 72px;
	margin-right: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	position: relative;
}

.nav-new .nav-mid li a {
	color: #fff;
	display: block;
}

.nav-new .nav-mid li a:hover {
	background-color: #2888ea;
	text-decoration: none;
}

.nav-new .nav-mid li.active a {
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	background-color: #006ccc;
}

.nav-new .nav-mid li .hot-icon {
	background-position: -133px -15px;
	display: inline-block;
	width: 27px;
	height: 17px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: -7px;
}
.nav-new .nav-mid li .new-icon {
	background-position: -191px -15px;
	display: inline-block;
	width: 27px;
	height: 17px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: -7px;
}

.nav-new .nav-right {
	width: 135px;
	float: right;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
}

.nav-new .nav-right i {
	background-position: 0px -490px;
	display: block;
	width: 2px;
	float: left;
	height: 30px;
}

.nav-new .nav-right li {
	float: right;
	padding-left: 15px;
}


/*全站筛选列表*/
/*
.main-content {
	width: 100%;
	padding-top: 12px;
	position: relative;
}

.main-content .index-sort {
	left: 0;
	z-index: 6;
}
*/

/*筛选*/

.sort-filter {
	z-index: 10;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	width: 1198px;
}

.sort-filter h3 {
	width: 60px;
	height: 20px;
	line-height: 20px;
	_line-height: 22px;
	font-weight: normal;
	float: left;
	font-size: 12px;
	position: relative;
}

.sort-filter .filter-more {
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 15px;
	font-family: '\5b8b\4f53';
}

.sort-filter .filter-more span {
	_line-height: 21px;
}

.sf-hot {
	background-color: #FFFFFF;
	height: 20px;
	padding: 10px 19px;
	border-bottom: 1px solid #efefef;
	/*margin-bottom: 15px;*/
	font-family: '\5b8b\4f53';
	width: 1160px;
}

.sf-hot h3 {
	width: 100px;
}

.sf-hot ul {
	height: 20px;
	/*overflow: hidden;*/
	width: 1180px;
}

.sf-hot li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 25px;
}

.sf-hot a {
	display: inline-block;
	height: 12px;
	line-height: 12px;
	_line-height: 22px;
	_overflow: hidden;
}

.sf-hot a.hot {
	color: #f67208;
}

.sf-hot span {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 0 3px;
	background-color: #f55e4f;
	color: #FFF;
	margin-left: 4px;
	_margin-top: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.sf-hot em {
	display: inline-block;
	float: left;
	line-height: 20px;
	font-size: 14px;
	font-family: Microsoft Yahei;
}

.sf-hot em b {
	color: #ec361e;
	padding: 0 2px;
}

.sf-breadcrumbs {
	padding-bottom: 10px;
	height: 22px;
	margin: -5px 19px 15px;
	border-bottom: 1px solid #efefef;
}

.sfbc-item {
	display: inline-block;
	height: 22px;
	margin-right: 10px;
	float: left;
	cursor: default;
	position: relative;
	z-index: 1;
}

.sfbc-item-title {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	float: left;
	border: 1px solid #e0e0e0;
	padding: 0 6px 0 10px;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}

.sfbc-item-hover .sfbc-item-title {
	height: 21px;
	border-bottom: none;
}

.sfbc-item-title font {
	display: inline-block;
	float: left;
	height: 20px;
	_line-height: 22px;
	overflow: hidden;
	font-size: 12px;
	font-family: '\5b8b\4f53';
}

.item-icon,
.item-close,
.crumb-icon {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	float: left;
}

.item-icon {
	width: 5px;
	height: 3px;
	background-position: -100px -131px;
	margin: 10px 0 0 4px;
}

.item-close {
	width: 8px;
	height: 8px;
	background-position: -120px -165px;
	margin: 7px 0 0 6px;
}

.item-close:hover {
	background-position: -120px -173px;
}

.crumb-icon {
	width: 5px;
	height: 10px;
	background-position: -70px -128px;
	margin: 6px 10px 0 0;
}

.sfbc-item-option {
	display: none;
	padding: 10px 0 6px 10px;
	width: 430px;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: 1;
	box-shadow: 1px 1px 1px #e0e0e0;
}

.sfbc-item-hover .sfbc-item-option {
	display: block;
}

.sfbc-item-option a {
	display: inline-block;
	white-space: nowrap;
	padding: 0 6px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	_line-height: 18px;
	margin: 0 5px 4px 0;
}

.sfbc-item-option a span {
	padding-left: 5px;
	color: #b0b0b0;
	font-family: '\5b8b\4f53';
}

.sfbc-item-option a:hover {
	text-decoration: none;
	background-color: #6486ca;
	color: #FFF;
}

.sfbc-item-option a:hover span {
	color: #FFF;
}

.sf-content {
	margin-top: 10px;
	font-family: '\5b8b\4f53';
	overflow: hidden;zoom:1;
	padding: 2px 0 6px 10px;
	border-bottom: #E8E8E8 1px solid;
}

.hot_search {
	padding: 10px 10px;
	height: 22px;
	font-family: '\5b8b\4f53';
}
.hot_search ul {width:750px;height:20px;overflow:hidden;}
.hot_search select {color: #A0A0A0;margin-top: -3px; margin-right: 17px;}
.hot_search .gengxs {padding-right:18px}

.sf-link {
	overflow: hidden;
	width: 1100px;
	float:left;display:inline;overflow: hidden;
}

.sf-link ul,
.sf-select-content ul {
    overflow: hidden;
    display: block;
    width: 1026px;
    padding: 0 14px 0 0;
    float: left;
    zoom: 1;
}

.sf-unfold {
	height: auto;
	overflow: visible;
}

/*.sf-content .sf-unfold {
	padding-left: 60px;
}*/

.sf-link li,
.sf-select-content li {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;*
	display: inline;*zoom:1;
	vertical-align: top;
	padding: 0 13px 4px 0;
	width: 104px;
	overflow:hidden;
}

.sf-select-content li {
	padding: 2px 13px 3px 0;
}

.sf-link .sf-location-ul li {
	padding-right: 22px;
}

.sf-link li a,
.sf-select-content li a {
	display: inline-block;
	white-space: nowrap;
	padding: 0 6px;
	height: 20px;
	_line-height: 22px;
	_overflow: hidden;
	color: #506eaa;
}

.sf-link li a.sf-location-close {
	display: none;
	width: 17px;
	height: 20px;
	padding: 0;
	background-position: -144px -81px;
	vertical-align: top;
	margin-right: -17px;
}

.sf-location-ul li a.sf-location-close:hover {
	background-position: -144px -101px;
}

.sf-location-ul li.own-position a.sf-location-close {
	display: inline-block;
}

.sf-location-ul li a.sf-location-but {
	background-color: #6486ca;
	color: #FFF;
	padding: 0 8px;
	margin-left: 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.sf-link li span,
.sf-select-content li span {
	padding-left: 5px;
	color: #b0b0b0;
}

.sf-location-ul li a.sf-location-but span {
	color: #FFF;
}

.sf-link li a.current,
.sf-location-ul li.own-position a,
.sf-select-content li a.current {
	background-color: #6486ca;
	color: #FFF;
}

.sf-link li a:hover,
.sf-select-content li a:hover {
	text-decoration: none;
	background-color: #6486ca;
	color: #FFF;
}

.sf-link li a:hover span,
.sf-link li a.current span,
.sf-location-ul li.own-position a span,
.sf-select-content li a:hover span,
.sf-select-content li a.current span {
	color: #FFF;
}

.sf-location,
.sf-subway {
	font-weight: normal;
	display: inline-block;
	height: 16px;
	padding-left: 16px;
	line-height: 16px;
	margin: 2px 0 0 -2px;
	_margin-top: 3px;
	cursor: pointer;
}

.sf-location {
	background-position: -189px -81px;
	color: #f67208;
}

.sf-subway {
	background-position: -189px -113px;
}

.sf-link a.current .sf-location,
.sf-link a:hover .sf-location {
	color: #FFF;
	background-position: -189px -97px;
}

.sf-link a.current .sf-subway,
.sf-link a:hover .sf-subway {
	background-position: -189px -129px;
}

.sf-firstsub {
	_display: inline-block;
	margin: -5px 19px 15px 79px;
	background-color: #f9f9f9;
	padding: 10px 10px 6px;
	font-family: '\5b8b\4f53';
}

.sf-firstsub .filter-more {
	background-color: #FFF;
}

.sf-firstsub .sf-content-unfold .sf-link {
	padding-left: 0;
}

.sf-secondsub {
	_display: inline-block;
	background-color: #f2f2f2;
	border-top: 1px solid #e5e5e5;
	padding: 10px 10px 6px;
	margin: 6px -10px -6px;
}

.sf-select {
	padding-top: 25px;
	margin-left: 60px;
	display: none;
	position: relative;
}

.sf-select .filter-more {
	margin: -25px 0 0;
}

.sf-select .filter-more .triangle {
	background-position: -72px -144px;
}

.sf-select-title {
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
}

.sf-select-title a {
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	border: 1px solid #FFF;
	border-bottom: none;
	float: left;
	text-align: center;
}

.sf-select-title a.all {
	padding: 0 5px;
}

.sf-select-title a.current {
	height: 25px;
	border-color: #e0e0e0;
	background-color: #f9f9f9;
}

.sf-select-title a.disabled {
	color: #b0b0b0;
	cursor: default;
}

.sf-select-title a.disabled:hover {
	text-decoration: none;
}

.sf-select-content {
	padding: 5px 8px 5px;
	border: 1px solid #e0e0e0;
	background-color: #f9f9f9;
	height: 72px;
	overflow-y: auto;
}

.sf-select-content ul {
	display: none;
}

.sf-select-content ul.sf-select-all {
	display: block;
}

.sf-contentmore {
	clear: both;
	display: none;
}

.sf-push {
	display: block;
	height: 26px;
	text-align: center;
	font-family: '\5b8b\4f53';
}

.sf-push span {
	display: inline-block;
	height: 18px;
	padding: 5px 15px 3px 15px;
	overflow: hidden;
	background-color: #f5f5f5;
	cursor: pointer;
	vertical-align: top;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.sf-push b {
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
}

.sf-push em {
	vertical-align: top;
	display: inline-block;
}

.sf-push em.close {
	display: none;
}

.sf-push .sf-pushopen em.open {
	display: none;
}

.sf-push .sf-pushopen em.close {
	display: inline-block;
}

.sf-push i,
.address-icon {
	display: inline-block;
	width: 9px;
	height: 5px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background-position: -184px -18px;
	vertical-align: top;
	margin: 7px 0 0 5px;
}

.sf-push .sf-pushopen i {
	background-position: -193px -18px;
}

/*列表头*/
.sf-sequence {
	padding: 10px 19px;
	height: 28px;
	/*border-top: 1px solid #efefef;*/
	font-family: '\5b8b\4f53';
}

.sf-sequence .fl {
	height: 28px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background-color: #f6f6f6;
}

.sf-sequence a {
	display: inline-block;
	width: auto;
	height: 28px;
	float: left;
	line-height: 28px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #efefef;
	padding: 0 10px;
	color: #565656;
}

.sf-sequence a:hover {
	text-decoration: none;
}

.sf-sequence a.left {
	border-left-color: #efefef;
}

.sf-sequence a.current {
	color: #f67208;
	background-color: #FFF;
}

.sf-sequence span {
	display: inline-block;
	height: 28px;
	line-height: 28px\9;
	*line-height: 28px;
	_line-height: 28px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

.sf-sequence i {
	display: inline-block;
	width: 7px;
	height: 8px;
	float: left;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	margin: 10px 0 0 5px;
}

.sf-sequence i.down {
	background-position: 0px -40px;
}

.sf-sequence i.up {
	background-position: -7px -40px;
}

.sf-sequence .current i.down {
	background-position: -58px -140px;
}

.sf-sequence .current i.up {
	background-position: -65px -140px;
}

.sf-sequence label {
	/*float: left;*/
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-left: 25px;
}

.sf-sequence label input {
	float: left;
	vertical-align: top;
	margin-top: 8px;
	*margin-top: 0;
	*margin-left: -4px;
	cursor: pointer;
}

.sf-sequence label em {
	float: left;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding-left: 6px;
	cursor: pointer;
}


/*搜索错误页面*/

.sm-noresult {
	height: 308px;
}

.sm-noresult .noresult-content {
	overflow: hidden;
	zoom: 1;
	padding-top: 80px;
}

.sm-noresult .noresult-hd {
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #444;
	padding-bottom: 30px;
}

.sm-noresult .noresult-hd em {
	font-family: tahoma;
	font-size: 24px;
	color: #ff7300;
}

.sm-noresult .noresult-item-hd {
	color: #777;
	font-weight: 700;
	padding-bottom: 20px;
}

.sm-noresult .noresult-item {
	color: #666;
	padding-bottom: 10px;
}

.sm-noresult .noresult-item {
	color: #666;
	padding-bottom: 10px;
}

.noresult-btn:link,
.noresult-btn:visited,
.noresult-btn:hover,
.noresult-btn:active {
	text-decoration: none;
	color: #fff;
	background-color: #f76305;
	background-image: -moz-linear-gradient(top, #fd6901, #f15d08);
	background-image: -ms-linear-gradient(top, #fd6901, #f15d08);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fd6901), to(#f15d08));
	background-image: -webkit-linear-gradient(top, #fd6901, #f15d08);
	background-image: -o-linear-gradient(top, #fd6901, #f15d08);
	background-image: linear-gradient(top, #fd6901, #f15d08);
}

.noresult-btn {
	height: 18px;
	line-height: 16px;
	line-height: 18px\9;
	display: inline-block;
	padding: 3px 14px;
	margin-left: 8px;
	border: solid 1px #ff5400;
	color: #fff;
	background-color: #ff7100;
	background-image: -moz-linear-gradient(top, #ff7900, #ff6900);
	background-image: -ms-linear-gradient(top, #ff7900, #ff6900);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7900), to(#ff6900));
	background-image: -webkit-linear-gradient(top, #ff7900, #ff6900);
	background-image: -o-linear-gradient(top, #ff7900, #ff6900);
	background-image: linear-gradient(top, #ff7900, #ff6900);
	border-radius: 3px;
}

.sw-title {
	position: relative;
	margin: 0;
	height: 50px;
	font-size: 30px;
	font-weight: 400;
	color: #757575;
	border-top: 1px solid #e0e0e0;
	-webkit-font-smoothing: antialiased;
}

.sw-title span {
	position: absolute;
	top: -20px;
	left: 372px;
	height: 40px;
	width: 482px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #f5f5f5;
}


/*分页开始*/

.pages {
	padding-top: 30px;
	height: 40px;
	text-align: center;
}

.pages a {
	color: #888 !important;
	font-size: 14px !important;
	padding: 3px;
	border: 1px solid #D9D9D9 !important;
	margin-left: 3px !important;
	transition: all .3s;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
}

.pages a:hover {
	border: solid 1px #cdcdcd;
	background-color: #f8f8f8;
	color: #ff7300;
	border-right: 0
}

.pages strong {
	font-size: 14px !important;
	color: #FFF !important;
	background-color: #3094ed !important;
	border: 1px solid #2888ea !important;
	background-image: none;
	cursor: default;
	font-weight: 700;
	padding: 3px;
	margin-left: 5px !important;
	transition: all .3s;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.pages cite {
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: middle;
}

.pages_inp {
	width: 30px;
	padding: 3px;
	/* height: 20px; */
	/* line-height: 28px; */
	text-align: center;
	margin: 0 5px;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

.pages_btn {
	width: 70px !important;
	/* height: 38px !important; */
	background: 0 0;
	cursor: pointer;
	padding: 3px;
	color: #888 !important;
	font-size: 16px !important;
	/* line-height: 35px !important; */
	border: 1px solid #D9D9D9 !important;
	margin-left: 10px !important;
	transition: all .3s;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
}

.pages_btn:hover {
	border: solid 1px #cdcdcd;
	background-color: #f8f8f8;
	color: #ff7300;
	border-right: 0
}


/*返回顶部*/

.feedBackWidget {
	position: fixed;
	_position: absolute;
	left: 50%;
	bottom: 35px;
	margin-left: 610px;
	_bottom: auto;
	cursor: pointer;
}

.back2top,
.feedback,
.rweixin,
.ronline {
	width: 45px;
	height: 38px;
	margin-top: 10px;
}

.back2top a,
.feedback a,
.rweixin a,
.ronline a {
	display: block;
	text-align: center;
	padding: 7px 0 0;
	line-height: 16px;
	color: #fff;
	width: 100%;
	height: 100%;
	background: url('../images/xiaohei_common.png') no-repeat;
}

.back2top a {
	background-position: -208px -295px;
}

.feedback a {
	background-position: -208px -244px;
}

.rweixin a {
	background-position: -208px -193px;
}

.ronline a {
	background-position: -208px -141px;
}

.back2top a:hover {
	background-position: -265px -295px;
}

.feedback a:hover {
	background-position: -265px -244px;
}

.rweixin a:hover {
	background-position: -265px -193px;
}

.ronline a:hover {
	background-position: -265px -141px;
}

/*友情链接*/
.friendlink{width: 100%;background-color: #FFFFFF;padding: 10px;}
.friendlink li{padding:8px 10px 0 10px;word-break:keep-all;float:left;}

.ibox .header{padding-left:10px;height:48px;line-height:48px;border-bottom: 1px solid #dfdfdf;}
.ibox .header h3{font-size:18px;}
.friendlink li{margin:0 10px 8px;word-break:keep-all;}
.yl {margin-top: -40px;margin-right: 10px;}

/*新加通用*/
/* sell && buy && company */
.category {padding:10px 20px 5px 15px;}
.category p {padding:5px 0 5px 0;margin:0;}
.category div {padding:0 20px 0 20px;}
.type {height:35px;line-height:35px;overflow:hidden;border-top:#dfdfdf 1px solid;background:#EEEEEE;padding-left:35px;}
a.type_1:link,a.type_1:visited,a.type_1:active,a.type_1:hover {float:left;display:block;padding:0 15px 0 15px;background:#FFFFFF;color:#000000;font-weight:bold;}
a.type_2:link,a.type_2:visited,a.type_2:active {float:left;display:block;padding:0 15px 0 15px;border-right:#E2F0FB 1px solid;}
a.type_2:hover {background:#ff500b;color:#FFFFFF;}

/* basic */
.f_l {float:left;}
.f_r {float:right;}
.t_l {text-align:left;}
.t_r {text-align:right;}
.t_c {text-align:center;}
.f_b {font-weight:bold;}
.f_n {font-weight:normal;}
.f_white {color:white;}
.f_gray {color:#666666;}
.f_orange {color:#FF6600;}
.f_red {color:red;}
.f_green {color:green;}
.f_blue {color:blue;}
.f_dblue {color:#225588;}
.f_price {font-weight:bold;font-family:Arial;color:#FF0000;}
.px10 {font-size:10px;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.b5 {height:5px;font-size:1px;}
.b6 {height:6px;font-size:1px;}
.b8 {height:8px;font-size:1px;}
.b10 {height:10px;font-size:1px;}
.b15 {height:15px;font-size:1px;}
.pd3 {padding:3px;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.lh18 {line-height:180%;}
.ls1 {letter-spacing:1px;}
.c_p {cursor:pointer;}
.c_b {clear:both;}
.dsn {display:none;}
.absm {vertical-align:middle;}
.np {padding:20px 30px 20px 50px;line-height:25px;}
.slide {background:#FAFAFA;overflow:hidden;}

/* position */
.pos {padding:0 10px 0 10px;line-height:39px;background:#fff; border-bottom: 1px solid #CCCCCC; border-radius: 3px 3px 0 0;}
.nav {
    padding: 0 10px 0 10px;
    line-height: 30px;
    height: 30px;
	}

/* layout */
.m_l {width:890px;}
.m_r {width:300px;}
.m_n {width:10px;}
.m_l_1 {width:1010px; }
.m_r_1 {width:180px;}
/* left */
.left_box {border:#DDDDDD 1px solid;background:#FFFFFF;border-radius: 3px;}
.left_head {border-top:#DDDDDD 1px solid;background:#EEEEEE url('../images/box_head_bg.gif') repeat-x;height:31px;line-height:31px;overflow:hidden;padding:0 10px 0 10px;font-size:14px;font-weight:bold;}
.left_head span {font-weight:normal;font-size:12px;}

/* box */
.box_head {border:#DDDDDD 1px solid;border-bottom:none;height:39px;line-height:39px;overflow:hidden;padding:0 10px 0 10px;background:#fff; border-bottom: 1px solid #CCCCCC;  border-radius: 3px 3px 0 0;}
.box_head strong {font-size:14px;}
.box_body {border:#DDDDDD 1px solid;border-top:none;padding:6px 8px 6px 8px;background: #ffffff;border-radius:0 0 3px 3px;}
.box_body li {height:24px;line-height:24px;overflow:hidden;}

.top-pic-item {
width: 410px;
margin-top: 2px;
margin-bottom: 12px;

overflow: hidden;
}
.top-pic-item-left {
width: 120px;
height: 85px;
float: left;}
.top-pic-item-right {
width: 280px;
height: 85px;
padding-left: 10px;
float: left;}
.top-pic-item-right h6 {
font-size: 14px;
line-height: 24px;
width: 280px;
height: 24px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.top-pic-item-right h6 {
font-size: 14px;
line-height: 24px;
white-space: nowrap;
font-weight: bold;
}
.top-pic-item-right p {
font-size: 12px;
width: 280px;
text-indent: 2em;
height: 61px;
line-height: 24px;
overflow: hidden;
padding-top: 10px;
color: #888888;
}

.tab_head {border:#DDDDDD 1px solid;border-bottom:none;height:40px;line-height:40px;font-size:14px;overflow:hidden;background:#EEEEEE; font-weight:bold;border-radius: 3px 3px 0 0;border-bottom: #ddd 1px solid;}
.tab_1 {float:left;padding:0 15px 0 15px;border-right:#DDDDDD 1px solid;cursor:pointer;font-weight:normal;}
.tab_2 {float:left;padding:0 15px 0 15px;border-right:#DDDDDD 1px solid;cursor:pointer;background:#FFFFFF;}
.tab_1_1 {border-bottom:#DDDDDD 1px solid;cursor:pointer;}
.tab_1_2 {border:#DDDDDD 1px solid;border-bottom:none;cursor:pointer;font-weight:bold;}

.tab_head_2 {height:27px;background:#EEEEEE;border-left:#DDDDDD 1px solid;border-right:#DDDDDD 1px solid;text-align:center;padding-left:12px;}
.tab_2_1 {float:left;width:80px;height:27px;line-height:31px;overflow:hidden;background:url('../images/tab_2_1.gif') no-repeat 6px right;cursor:pointer;}
.tab_2_1 span {color:#333333;}
.tab_body_2 {border:#DDDDDD 1px solid;border-top:none;}

.li_dot li {background:url('../images/li_dot.gif') no-repeat 5px 10px;padding:0 10px 0 12px;}

/* left_menu */
.left_menu {width:150px;background:#FFFFFF url('../images/left_menu.gif') repeat-y;}
.left_menu a {width:90%;display:block;}
.left_menu ul {background:#FFFFFF url('../images/left_menu_ul.gif') no-repeat;padding-top:2px;}
.left_menu_li {line-height:37px;height:37px;background:url('../images/left_menu_li.gif') no-repeat;padding-left:30px;overflow:hidden;}
.left_menu_on {line-height:37px;height:37px;background:url('../images/left_menu_on.gif') no-repeat;padding-left:30px;overflow:hidden;}
.warn {padding:30px 100px 30px 200px;}
.warn div {padding:5px 0 0 60px;background:url('../images/warn.gif') no-repeat;font-size:14px;line-height:200%;}
.warn h1 {font-size:16px;margin:0;}
.guest_warn {padding:2px 0 2px 0;text-align:center;margin:0 130px 15px 130px;background:#FFF5D8;border:#FF7300 1px solid;}

#destoon_city {color:red;}
#powered {padding:6px 0 20px 0;}

/* show */
.title {height: 55px;line-height: 55px;font-size:20px;text-align:center;font-family:\9ED1\4F53;font-weight:normal;}
.title_trade {height:25px;font-size:18px;text-align:center;font-family:\9ED1\4F53;font-weight:normal;margin:0 0 8px 0;border-bottom:#F1F1F1 1px solid;padding:0 0 10px 0;}
.info {margin:0 15px 0 15px;padding:4px 10px 4px 10px;}
.introduce {margin:10px 15px 10px 15px;padding:8px 12px 8px 12px;line-height:180%;font-size:14px;background:#F1F1F1;}
.content {font-size:14px;line-height:180%;padding:10px 20px 10px 20px;}
.content p {text-indent:2em;}
.content a:link,.content a:visited,.content a:active {color:#225588;text-decoration:underline;}
.content a:hover {color:#FF6600;text-decoration:none;}
.property {border:#E6E6E6 1px solid;background:#F6F6F6;padding:10px;margin:0 10px 0 10px;}
.property li {float:left;width:30%;height:22px;line-height:22px;overflow:hidden;}

.related {padding:5px 15px 5px 15px;line-height:22px;}
.keylink {font-weight:normal;padding:0 3px 0 3px;}
#comment_main div {height:100px;background:url('../images/loading.gif') no-repeat center center;}

/* table */
.tb table{width:100%;border-collapse:collapse;border-spacing:0;}
.tb th{background:#EEEEEE;border:#DDDDDD 1px solid;padding:4px;line-height:150%;}
.tb td{border:#DDDDDD 1px solid;padding:4px;line-height:150%;}

 /*漂浮搜索区域*/
.Top_float{width:100%; min-width:1200px;position:absolute;top:0;z-index:1002;}
.screen-hd{width:100%;height:40px;padding:7px 0;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);}
.screen-hd-wrap{width:1190px;margin:0 auto;}
.s-logo{float:left;width:185px;height:38px;}
.screen-hd .searchcont{float:left;width:566px;margin:2px 0 0 134px;_display:inline;}
.screen-hd .search{border:3px solid  #3094ed;height:32px;width:556px;padding-left:4px;float:left;}
.screen-hd .search .btn{width:86px;height:32px; background-color: #3094ed;color:#fff;font-weight:bold;font-size:16px;cursor:pointer;border:none;float: right;}
.screen-hd .search .txt{width: 416px;padding: 0 25px;border:0px;height:30px;line-height:30px;color:#999;font-size:14px;background:url(../images/searicon.jpg) left center no-repeat}
.screen-hd .search input {border-radius:0px;}
.T-publish{float:left;width:200px;padding-left:75px;color:#fff;font-size:14px;text-align:center;line-height:35px;}
.T-publish a{width:155px;padding-left:20px;height:33px;line-height:32px;color:#fff;border:1px solid #1497FC;background:#3094ed url(../images/tpicon.png) 5px 9px no-repeat;display:inline-block;border-radius:3px;margin-top: 5px;}
.T-publish a:hover{color:#fff;background:#ff9d00  url(../images/tpicon.png) 5px -35px no-repeat;text-decoration:none;border:1px solid #d38304;}

/*图列*/
.listtul {widte:150px;height:28px;line-height:28px;vertical-align:middle;}
.listtul a {border:0;float:none;}
.listtul .c_p {margin-top: -3px;}

/*推广标志*/
.pictj0{background:url(../images/commo.png) -60px -115px;;width: 57px; height: 31px;float: left;margin-top: -10px;position: absolute; z-index: 1000;}
.pictj1{background:url(../images/commo.png) -60px -155px;width: 57px; height: 31px;float: left;margin-top: -10px;position: absolute; z-index: 1000;}
.pictj2{background:url(../images/commo.png) -60px -195px;width: 57px; height: 31px;float: left;margin-top: -10px;position: absolute; z-index: 1000;}

/*展开收缩*/
.sf-link .more {float: right;display:inline;border:#E8E8E8 1px solid;width:40px;color:#A0A0A0;height:22px;line-height:21px;background:url('../images/ico_11.png') right 8px no-repeat;padding:0 5px 0 5px;border-radius:3px;}
.sf-link .more.actived {background-position:right -7px;color:#FF8000;}

.sf-link .zk{
    width: 100%;
    float: left;
}
.sf-link .zk.close {
    height: 24px;
    overflow: hidden;
	}

/* 内容页放大镜 */
#mid_pos {position:absolute;}
#mid_div {cursor:crosshair;margin-bottom: 15px;background: #f7f7f7;height: 290px;width: 300px;border: 1px solid #dfdfdf;}
#zoomer {border:#333333 1px solid;width:120px;height:90px;background:#FFFFFF url('../images/zoom_bg.gif');position:absolute;opacity:0.5;filter:alpha(opacity=50);}
#big_div {width:385px;height:273px;border:#CCCCCC 1px solid;background:#FFFFFF;position:absolute;overflow:hidden;z-index: 1000;}
#big_pic {position:absolute;}

.ab_im {
    border-top:2px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;}

.ab_on {
    border-top:2px solid #ff6600;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;}

.ab_im-new {border:#C0C0C0 1px solid;}

/* 诚信档案 */
.vip_pic0{background:url(../images/ptsj.png) no-repeat center;width: 100px; height: 100px;display: inline-block;vertical-align: middle;position:absolute; top: 70px;left: 130px;}
.vip_pic1{background:url(../images/cxsj.png) no-repeat center;width: 100px; height: 100px;display: inline-block;vertical-align: middle;position:absolute; top: 70px;left: 130px;}

/* 详细页面二维码*/
.qrcode_con {width:130px;padding:5px;border:1px dashed #dddddd;position:absolute; top: -118px;left: 10px;right:0;background:#fff;display:none;text-align:center;}

/* 通用右侧固定浮动 */
.guess{ position:absolute;  }
.guess h4{ color:#999; text-align:center; padding-bottom: 15px; font-size:16px;line-height: 45px;height: 35px;background: #f6f6f6;}
.small {height: 28px;}

/* 通用右侧联系方式*/
.contact_head {height: 39px;line-height: 39px;border: #ddd 1px solid;border-top:#FF8110 2px solid;background: #fff;padding:0 10px 0 10px;font-weight:bold;font-size:14px;border-radius: 3px 3px 0 0;}
.contact_body {padding:10px;border:#DDDDDD 1px solid;border-top:none;background: #ffffff;border-radius: 0 0 3px 3px;}
.contact_body li {line-height:24px;border-bottom:#E2E2E2 1px dotted;padding:0 0 0 10px;}
.contact_body li span {color:#1B4C7A;padding:0 8px 0 0;}

.zl_00 {height:50px;border-bottom: 0 !important;}
.zl_01 {width:300px;}
.zl_02 {background:#0193DE;float:left;padding:0 !important; margin:15px 20px 3px;width:100px;font-size:14px;height:30px;line-height:30px !important;text-align:center;border-radius:3px;border-bottom: 0 !important;}
.zl_02 a {color:#fff;}
.zl_03 a {color:#fff;}
.zl_03 {background: #f58235;margin:15px 30px 3px 0;float:left;width:100px;padding:0 !important; 
font-size:14px;height:30px;line-height:30px !important;text-align:center;border-radius: 3px;border-bottom: 0 !important;}
.zl_02:hover {background:#5E94DD;} 
.zl_03:hover {background: #f60;} 

/* user */
.user {background:url('../images/user_bg.gif') no-repeat;width:300px;font-size:12px;line-height:normal;}
.user_login {padding:15px 0 10px 15px;}
.user_input {border:#8DB2E3 1px solid;padding:3px 0 4px 3px;width:85px;color:#666666;}
.user_tip {margin:0 20px 0 20px;padding:0 0 5px 5px;border-bottom:#EEEEEE 1px solid;font-weight:bold;color:#333333;}
.user_reg {padding:5px 0 0 20px;}
.user_reg_c {padding:5px 0 10px 10px;}
.user_can {padding:10px 10px 0 10px;text-align:center;color:#1B4C7A;}
.user_can td {padding:6px 0 10px 0;background:url('../images/user_can.gif') no-repeat center 0;}
.user_wel {padding:18px 0 10px 45px;font-weight:bold;font-size:14px;background:url('../images/user_wel.gif') no-repeat 26px 18px;}
.user_do {padding:0 10px 0 10px;text-align:center;}
.user_do td {padding:6px 0 11px 0;background:url('../images/user_can.gif') no-repeat center 3px;}
.user_foot {height:10px;line-height:10px;font-size:1px;background:url('../images/user_bg.gif') no-repeat 0 bottom;}
.user_warn {padding:5px;margin:0 10px 0 10px;border:#FFC600 1px solid;background:#FFFEBF;text-align:center;font-weight:bold;}

/*20160504*/
.infoico {text-align:center;}
.infoico img {margin-right: 20px;}

.sooo {background:#F60 !important;color:#fff !important;}

/*list产品*/
.s-layout {
	width: 1390px;
	margin: 0 auto;
}

/*采购*/
/*.clouds-footer {*/
	/*background: url(../images/cloud_one.png) no-repeat left 100%;*/
	/*animation: none;*/
/*}*/
.main {
	padding: 0 90px;
	background: #fff;
}
.titleas {
	padding: 60px 0;
}
.main h2, .pic_list h4 {
	line-height: 80px;
	height: 80px;
	font-size: 30px;
	text-align: center;
	padding-bottom: 4px;
}
.tishi {
	color: #666;
	line-height: 12px;
	height: 40px;
	padding: 14px 10px;
	zoom: 1;
	background: #fff7f2;
	margin-bottom: 30px;
}
.tishi span {
	float: left;
}
.tishi span {
	float: left;
}
.tishi em {
	color: #ff4400;
}
.tishi a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/content_icon.png) no-repeat;
	float: right;
}
.biaoTi {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.biaoTi p {
	border-left: 4px solid #359fe9;
	text-indent: 15px;
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.input_area {
	padding: 30px 0;
}
.input_area dl {
	padding-bottom: 10px;
}
.input_area dd, .input_area dt {
	float: left;
	line-height: 32px;
}
.input_area dt {
	width: 108px;
	height: 34px;
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
	line-height: 34px;
}
.input_area dt em {
	color: #ff4400;
	padding: 0 4px;
}
.input_area input[type="text"], .sele_wrap, textarea {
	border: 1px solid #d1d1d1;
	height: 32px;
	line-height: 32px;
	padding-left: 4px;
	color: #666;
	font-size: 12px;
}
.min_put {
	width: 234px;
}
.input_area .sele_wrap {
	width: 126px;
	padding: 0;
	overflow: hidden;
	margin-right: 10px;
	background: url(../images/content_icon.png) no-repeat 112px -13px;
	float: left;
}
.input_area select {
	background-color: transparent;
	width: 146px;
	height: 34px;
	padding: 8px 0 10px;
	border: 0;
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: transparent;
	outline: medium none;
}
.input_area select option {
	padding: 6px 0;
}
.parent {
	float: left;
	text-indent: 0px;
}
.date-info-end {
	background-position: right -63px;
}
.input_area {
	padding: 30px 0;
}
.input_area textarea {
	width: 536px;
	height: 92px;
}
.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background: url(../images/up1.png);
	height: 43px;
	width: 165px;
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070) );
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.line_dd {
	height: 34px;
	line-height: 34px;
}
.line_dd input[type="radio"], .line_dd input[type="checkbox"], #list_page input[type="radio"] {
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
.line_dd em {
	line-height: 32px;
}
.qitq {
	margin-left: 10px;
}
.fot_box {
	border-top: 1px solid #d1d1d1;
	background: #fff;
	text-align: center;
	padding: 28px 0;
}
.fot_box input {
	width: 200px;
	height: 50px;
	background: #359fe9;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}
.width_em {
	padding-right: 60px;
}
.ts_input {
	margin-left: 10px;
	width: 128px;
	height: 32px;
}
.proList {
	width: 650px;
	overflow: hidden;
	padding-bottom: 5px;
}
.proListBox {
	float: left;
}
.w282 {
	width: 282px;
}
.InputBox {
	float: left;
	padding-right: 5px;
	/*height: 45px;*/
}
.w175 {
	width: 275px;
	_width: 265px;
}
.w137 {
	width: 137px;
}
.w85 {
	 width: 130px;
 }
.proList a {
	float: left;
	font-size: 12px;
	line-height: 30px;
	color: #326fc0;
	font-weight: bold;
}

/*采购index*/
.five_2 {
	width: 150px;
	height: 30px;
	/*border: 1px solid saddlebrown;*/
}
.five_2 .span_10 {
	font-size: 24px;
	margin-left: 20px;
	width: 200px;
	display: block;
}
.five_3 {
	/*width: 1190px;*/
	height: 40px;
	background-color: #0579F2;
	border: 1px solid #0579F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(0, 139, 245);
	border-bottom: none;
	margin-top: 10px;
}
.five_3 ul li {
	/*border: 1px solid red;*/
	list-style: none;
	float: left;
	height: 40px;
}
.five_3 ul li a {
	width: 119px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}
.five_3 ul li.on, .five_3 ul li.on a {
	background-color: #fff;
	color: #0579F2;
}
.div_01 {
	border: 1px solid #0579F2;
	/*background: #f9f9f9;*/
	height: 489px;
}
.five_to{
	clear: both;
}
.five_4 {
	width: 250px;
	height: 148px;
	/*border-bottom: 1px dashed #797979;*/
	background: #f9f9f9;
	margin-top: 11px;
	float: left;
	overflow: hidden;
}
.five_4 .five_4_1 a {
	width: 250px;
	height: 120px;
	display: block;
}
.five_4 .five_4_1 a img {
	border: none;
}
.five_4 .five_4_2 .a_13 {
	width: 250px;
	display: block;
	height: 27px;
	text-align: center;
	line-height: 27px;
	color: #333333;
	font-size: 12px;
	white-space: nowrap;
}
.five_5 {
	width: 930px;
	height: 147px;
	/*background-color: #329BF0;*/
	margin-top: 11px;
	float: right;
	border: 1px dashed #797979;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: rgb(121, 121, 121);
	border-right-color: rgb(121, 121, 121);
	border-left-color: rgb(121, 121, 121);
	border-top: none;
	border-left: none;
	border-right: none;
	overflow: hidden;
}
.five_5 ul li {
	background-color: #fff;
	list-style-type: none;
	height: 40px;
	line-height: 40px;
}
.five_5 ul li:hover{
	background: #f9f9f9;
}
.five_5 #span1 {
	width: 238px;
	margin-left: 21px;
}
.five_5 span {
	font-size: 12px;
	/*border: 1px solid red;*/
	width: 176px;
	float: left;
	line-height: 40px;
	margin-bottom: -5px;
}
.five_5 #span2 {
	width: 181px;
}
.five_5 #span3 {
	width: 191px;
}
.five_5 #span4 {
	width: 163px;
}
.five_5 #span5 {
	width: 63px;
	margin-top: 3px;
	float: right;
	margin-right: 16px;
	margin-left: 33px;
}
.five_5 #span5 .a_14 {
	/*background: #0579F2;*/
	width: 65px;
	height: 20px;
	display: block;
	line-height: 21px;
	text-align: center;
	float: right;
	margin-top: 6px;
	margin-right: -3px;
	color: #0579F2;
}
.five_5 #span5 .ccc{color: #ccc;}
.five_5 #span5 .a_14:hover{
	background: #0579F2;
	color: #fff;
}

.iad ul {
	float: left;
	width: 100%;
	margin: 30px 0 20px 0;
}
.iad ul li:first-child {
	margin-left: 0px;
}
.iad ul li {
	float: left;
	margin-left: 21px;
}


/*采购主体*/
.mod-floor {
	margin-bottom: 30px;
	border-radius: 3px;
	margin-top: 30px;
}

.mod-floor .content-sellindex {
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 3px;
}
.mod-floor .content-sellindex .side-sellindex {
	border-right: 1px solid #e8e8e8;
	float: left;
	width: 240px;
}
.mod-floor-3 .side-sellindex .title-buyindex {
	margin-bottom: 4px;
	text-align: center;
	background-image: linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
}
.mod-floor .side-sellindex .title-buyindex {
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	position: relative;
	width: 239px;
}

.mod-floor .buyff1 {
	background:#0579F2;
	background-image: none;
}

.mod-floor .side-sellindex .title-buyindex h2 {
	float: left;
	font-size: 15px;
	font-weight: 700;
	font-family: '微软雅黑';
	color: #4f4e4e;
}
.mod-floor-3 .category-buyindex {
	min-height: 385px;
}
.mod-floor-3 .category-buyindex .item {
	width: 240px;
	overflow: hidden;
	padding: 6px 0;
	position: relative;
	*display: inline;
	*zoom: 1;
}
.mod-floor-3 .category-buyindex .evenitem {
	background: #f1f1f1;
}
.mod-floor-3 .category-buyindex .itemHead {
	cursor: default;
	height: 14px;
	line-height: 14px;
	padding: 0 10px 0 29px;
	position: relative;
	margin-top: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'Lucida Grande','Microsoft YaHei';
	font-weight: bold;
}
.mod-floor-3 .category-buyindex .itemHead s {
	width: 16px;
	height: 16px;
	background-position: 0 -31px;
	top: -2px;
	left: 9px;
}
.mod-floor-3 .category-buyindex .itemHead a{font-size: 14px;}
.mod-floor-3 .category-buyindex s {
	display: inline;
	font-size: 0;
	position: absolute;
}
.mod-floor-3 .category-buyindex .itemColfirst {
	padding-top: 6px;
}
.mod-floor-3 .category-buyindex .itemCol {
	height: 42px;
	line-height: 21px;
	padding: 0 10px;
	padding-top: 10px;
}
.mod-floor-3 .side-sellindex .title-buyindex h2 {
	color: #fff;
	float: none;
	height: 35px;
	line-height: 35px;
}
.mod-floor-3 .side-sellindex .title-buyindex h2 a {
	color: #fff;
	float: none;
}
.mod-floor-3 .category-buyindex .itemCol a {
	color: #848484;
	margin-right: 5px;
	display: inline;
	vertical-align: top;
}
.mod-floor .content-sellindex .main-buyindex {
	float: left;
	width: 957px;
}
.mod-floor .ff1 {
	border-top: 3px solid #0579F2;
}
.mod-floor .main-buyindex .common {
	float: left;
	width: 750px;
	min-height: 421px;
	overflow: hidden;
	border-right: 1px solid #dcdcdc;
}
.mod-floor-3 .main-buyindex .cell-header {
	background: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
}
.mod-floor-3 .main-buyindex .list li.times,.mod-floor-3 .main-buyindex .list li.address,.mod-floor-3 .main-buyindex .list li.price {
	width: 15%;
}
.mod-floor-3 .main-buyindex .list li {
	float: left;
	overflow: hidden;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.mod-floor-3 .main-buyindex .list li.buy_title {
	width: 25%;
}
.mod-floor-3 .main-buyindex .list li.purchaser {
	width: 30%;
}
.mod-floor-3 .main-buyindex .cell-content .list {
	margin: 5px 0;
	overflow: hidden;
}
.mod-floor-3 .main-buyindex .cell-content .list li.times {
	color: #999;
}
.mod-floor-3 .main-buyindex .list li.times {
	width: 15%;
}
.mod-floor-3 .main-buyindex .list li .btns {
	border: 1px solid #f0cd73;
	background: #ffffde;
	width: 64px;
	height: 22px;
	line-height: 22px;
	color: #c87431;
	margin: 4px 0 0 22.5px;
}
.btns, .btns-gou {
	display: block;
	text-align: center;
	border-radius: 3px;
	transition: all .3s ease-in-out 0s;
}
.mod-floor .sub-side {
	width: 206px;
	float: right;
}
.mod-floor-3 .main-buyindex .cell-header {
	background: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
}
.mod-floor-3 .sub-side .cell-header h2 {
	text-align: center;
}
.mod-floor-3 .sub-side .comment_pro dl {
	padding: 6px;
	border-top: 1px dotted #ddd;
	overflow: hidden;
}
.first {
	border: 0 !important;
}
.mod-floor-3 .sub-side .comment_pro dt {
	float: left;
	margin-right: 10px;
}
.mod-floor-3 .sub-side .comment_pro dt .vertical-img {
	border: 1px solid #dfdfdf;
	padding: 1px;
}
.mod-floor-3 .sub-side .comment_pro dd {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.mod-floor-3 .sub-side .comment_pro dd.company a {
	color: #0579F2;
}
.mod-floor-3 .sub-side .comment_pro dd.intro {
	margin: 4px 0;
	height: 36px;
	line-height: 18px;
	color: #999;
}
.mod-floor-3 .sub-side .comment_pro dd.name {
	color: #888;
}
.mod-floor-3 .sub-side .comment_pro dd.name a {
	color: #666;
}
.scrollBoxs .scrollboxUl {
	width: 100%;
	height: 165px;
	overflow: hidden;
	position: relative;
}
.scrollBoxs .scrollboxUl .youz-caigBox li:nth-child(5n+1) {
	border-left: 0;
}
.youz-caigBox li:first-child {
	border: 0px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: currentcolor;
}
.youz-caigBox li {
	width: 239px;
	padding: 5px 10px;
}
.youz-caigBox{
	float: left;
}
.youz-caigBox li .txt {
	padding: 5px;
	display: block;
}
.youz-caigBox li .txt.borderb {
	border-bottom: 1px dashed #ddd;
}
.youz-caigBox li span {
	display: block;
	height: 25px;
	padding: 5px 0 5px 5px;
	color: #A9A9A9;
}
.youz-caigBox li .btn {
	display: block;
	margin: 10px auto;
	padding: 0;
	border-radius: 5px;
	color: #fff;
	width: 80px;
	text-align: center;
	line-height: 26px;
	height: 28px;
	font-size: 12px;
}
.border {
	border: 1px solid #ddd;
}
.youz-caigBox li {
	border-left: 1px solid #ddd;
}

/*采购list*/
.tool {
	background-color: #f5f5f5;
	height: 40px;
	border: solid 1px #e8e8e8;
}
.tool .styles {
	margin: 10px 12px 0 0;
	width: 200px;
	font-size: 14px;
	text-align: right;
}
.styles a.style_1 {
	background-position: -238px -401px;
}
.styles a {
	float: right;
	background: url("../images/ico.png") no-repeat -999px -999px;
	background-position-x: -999px;
	background-position-y: -999px;
	padding-left: 15px;
	line-height: 20px;
	margin-left: 20px;
}
.styles a.style_0.hover {
	background-position: -238px -431px;
}
.tool .sort {
	font-size: 14px;
	line-height: 40px;
}
.tool .sort li.first {
	 margin-left: 0;
	 border-left: none;
 }
.tool .sort .link:hover, .tool .sort .active {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-color: #e5e5e5;
	color: #c00;
}
.tool .sort .link {
	display: block;
	height: 40px;
	margin-left: -1px;
	padding: 0 19px;
	border-left: solid 1px #f5f5f5;
	border-left-color: rgb(245, 245, 245);
	border-right: solid 1px #f5f5f5;
	border-right-color: rgb(245, 245, 245);
	text-decoration: none;
	color: #6d6d6d;
}
ul.clearfix li {
	float: left !important;
	display: inline;
}
.w960 {
	width: 960px;
}
.pls>ul>li {
	width: 470px;
	float: left;
	border: 1px solid #eee;
	height: 200px;
	margin-top: 15px;
}
.pls>ul>li .srpic {
	border-right: 1px solid #eee;
	width: 175px;
	height: 200px;
}
.pls>ul>li .srpic .listpic {
	display: table-cell;
	width: 175px;
	height: 188px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	border: 0px;
}
.pls>ul>li .srpic .listmorepic {
	text-align: center;
	font-size: 14px;
}
.pls>ul>li .srinfo {
	padding-left: 12px;
	padding-top: 6px;
	float: left;
	font-size: 14px;
	width: 280px;
}
.pls>ul>li .srinfo h2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
.pls>ul>li .srinfo .lprice{
	background: #0579F2;
	font-size: 16px;
	padding: 0px 2px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 5px 0px;
	width: 100px;
	border-radius: 5px;

}
.pls>ul>li .srinfo .lprice a{
	color: #fff;
}
.pls>ul>li .srinfo .lnr {
	height: 29px;
	line-height: 29px;
	overflow: hidden;
}
.pls>ul>li.right {
	float: right;
}
.cleas{
	clear: both;
	overflow: hidden;
}
.mb_30{margin-bottom: 30px;}
.xc_left {
	width: 225px;
	margin-top: 15px;
}

.fr {
	float: right;
}

.oh {
	position: relative;
}
.borderdcs ul {
	padding: 0px !important;
}
.xc_left.pllright .Related .caiglist a {
	height: 65px;
	display: block;
	margin: 5px;
}
.borderdcs ul li a {
	padding-left: 0px !important;
}
.xc_left.pllright .Related .imgBox {
	width: 60px;
	height: 60px;
	margin: 5px;
	overflow: hidden;
	display: block;
	float: left;
	line-height: 60px;
	background: #ddd;
}
.xc_left.pllright .Related .imgBox img {
	width: 100%;
}
.piproductNewtext li a, .productrightimg li a, .productindextxt p, .plltitle, .pllmancompany, .name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.red {
	color: red !important;
}
.pt10 {
	padding-top: 10px !important;
}
.borderdcs {
	border: 1px solid #dcdcdc !important;
}
.newcompany-R li:first-child {
	border: 0;
}
.newcompany-R li {
	padding: 10px;
	border-top: 1px dashed #ddd;
}
.borderdc ul li a {
	padding-left: 0px !important;
}
.newcompany-R li a {
	display: block;
	font-weight: bold;
	color: #000;
}
.newcompany-R li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.xctop, .xcpc, .xcinformation, .qyxcl, .xc_right, .xc, .xclist, .zpxq_list, .spzping_left, .spzping_right {
	border: 1px solid #dcdcdc;
}

.xcinformation {
	padding-bottom: 15px;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.plr5 {
	padding: 0 5px !important;
}
.xcinformation ul li a {
	line-height: 30px;
}
/*采购内容*/
.wrap_position {
	height: 32px;
	line-height: 32px;
	color: #4a4a4a;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}
.wrap_buypro {
	width: 880px;
}
.wrap_buypro_detail {
	border: 1px solid #dbdcdc;
	background: #ffffff;
}
.buypro_title {
	padding: 25px 20px 15px 20px;
	background: #ffffff;
	border-bottom: 1px solid #dbdcdc;
	position: relative;
}
.buypro_title h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	font-family: "微软雅黑";
	height: 30px;
}
.buypro_title p {
	color: #333;
	margin-top: 12px;
}
.vip_picbuy0 {
	background: url(../images/cxsj.png) no-repeat center;
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 16px;
	left: 760px;
}
.buypro_detail {
	padding: 30px 0 20px 0;
	overflow: hidden;
	zoom: 1;
	background-color: #FFFFFF;
}
.buypro_list {
	width: 500px;
	margin-left: 10px;
}
.time_out {
	position: relative;
	height: 52px;
	line-height: 52px;
	background: #ff8720;
}
.time_out h2 {
	color: #fff;
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: "微软雅黑";
}
.time_tip {
	position: absolute;
	bottom: -10px;
	display: block;
	width: 11px;
	height: 10px;
	background: url(../images/inner_tip.png) 0 -640px no-repeat;
}
.buypro_detail_list {
	width: 489px;
	margin-left: 11px;
	background: #ffffff;
}
.buypro_detail_list ul {
	padding: 0 10px;
	border-left: 1px solid #e6eaeb;
	border-right: 1px solid #e6eaeb;
	border-bottom: 1px solid #e6eaeb;
}
.buypro_detail_list .buypro_list1 {
	background-position: 8px -200px;
}
.buypro_detail_list .buypro_list2 {
	background-position: 10px -160px;
}
.buypro_detail_list .buypro_list3 {
	background-position: 8px -120px;
}
.buypro_detail_list .buypro_list4 {
	background-position: 8px -240px;
}
.buypro_detail_list li:last-child, .buypro_detail_list .last {
	border: none;
}

.buypro_detail_list ul li {
	color: #696969;
	height: 38px;
	line-height: 38px;
	padding-left: 42px;
	border-bottom: 1px solid #e3e3e3;
	background: url(../images/pur_tip.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
}
.wrap_quote {
	position: relative;
	width: 489px;
	height: 80px;
	line-height: 80px;
	margin-left: 12px;
	overflow: hidden;
	zoom: 1;
	margin-top: 5px;
}
.wrap_quote .collect {
	width: 245px;
	color: #b1b1b1;
	background: #f9f9f9;
}
.wrap_quote .collect span {
	margin-left: 68px;
}
.wrap_quote span {
	font-size: 24px;
	font-family: "微软雅黑";
}
.wrap_quote .offer_tip {
	position: absolute;
	left: 220px;
	top: 15px;
	display: block;
	color: #8ab8d6;
	height: 52px;
	line-height: 52px;
	width: 52px;
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/mar_icon_newq.png) -148px -170px no-repeat;
	z-index: 99;
}
.wrap_quote .quote_price {
	width: 243px;
	color: #fff;
	background: #2980b9;
}
.wrap_quote .quote_price span {
	margin-left: 78px;
}
.wrap_buypro_pic {
	margin-left: 50px;
}
.buypro_des {
	position: relative;
	margin-top: 14px;
	padding: 60px 24px 40px 20px;
	border: 1px solid #dbdcdc;
	background: #ffffff;
}
.des_title {
	position: absolute;
	top: -6px;
	left: -1px;
	width: 150px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #c1c5c6;
	background: #2980b9;
}
.des_title h3 {
	color: #fff;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	font-family: "微软雅黑";line-height: 36px;
}
.des_title span {
	position: absolute;
	top: 0;
	right: -5px;
	display: block;
	width: 5px;
	height: 5px;
	background: url(../images/inner_tip.png) 0 -655px no-repeat;
}
.buypro_des_table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.buypro_des_table .row1 {
	width: 280px;
}
.buypro_des_table th {
	color: #595959;
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding-left: 20px;
}
.buypro_des_table td {
	color: #595959;
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	background: #fff;
	border: 1px solid #ccc;
}
.des_title {
	line-height: 38px;
}
.wrap_recom {
	margin-top: 10px;
	overflow: hidden;
}
.recom_title {
	width: 148px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #2980b9;
	border-radius: 0 10px 0 0;
	background: #2980b9;
}
.recom_title h3 {
	color: #fff;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height: 36px;
}
.ask_recom {
	border-top: 2px solid #2980b9;
}
.ask_recom li {
	float: left;
	display: inline;
	background: #ffffff;
}
.ask_recom .recom {
	height: 88px;
	width: 220px;
	padding-top: 1px;
	border-left: 1px solid #dbdcdc;
	border-bottom: 1px solid #dbdcdc;
}
.recom1 h4 {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin: 20px 0 0 20px;
}
.recom1 h4 a {
	color: #2980b9;
}
.recom1 p {
	color: #4e4e4e;
	margin: 8px 0 0 20px;
}
.recom1 p span {
	color: #c00;
	margin: 0 3px;
}
.recom2 .recom2_line1 {
	margin-top: 10px;
}
.recom2 p, .recom3 p {
	color: #4e4e4e;
	margin-left: 20px;
}
.recom2_line1 span {
	margin: 0 3px;
}
.recom2 p, .recom3 p {
	color: #4e4e4e;
	margin-left: 20px;
}
.integrity {
	height: 16px;
	line-height: 16px;
	margin-top: 12px;
	padding-left: 32px;
	background: url(../images/tip.png) 0 0px no-repeat;
}
.verify {
	height: 16px;
	line-height: 16px;
	margin-top: 8px;
	padding-left: 32px;
	background: url(../images/tip.png) 0 -64px no-repeat;
}

.recom3_line1 {
	margin-top: 5px;
}
.recom3_line1 span {
	color: #c00;
	margin: 0 3px;
}
.recom3_line2 {
	margin-top: 10px;
}
.recom3_line2 a {
	display: block;
	width: 98px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #ff7801;
	border-radius: 3px;
}
.recom3_line3 {
	margin-top: 8px;
}
.recom3_line3 span {
	margin-left: 5px;
}
.recom3_tip {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 13px;
	height: 22px;
	background: url(../images/inner_tip.png) 0 -668px no-repeat;
}
.recom2, .recom3 {
	position: relative;
	background: #ffffff;
}
.ask_recom li:last-child, .ask_recom li.last {
	border-right: 1px solid #dbdcdc;
	margin-left: -1px;
}


.wrap_right_con {
	width: 300px;
}
.purchase_mes {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.t_pack {
	background-image: url(../images/inner_tip.png);
	background-position: right -690px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.purchase_mes_title h4 {
	color: #595959;
	font-size: 12px;
	margin-left: 10px;
}
.purchase_mes_list {
	background-color: #ffffff;
	width: 298px;
	border-bottom: 1px solid #d6d6d6;
}
.purchase_mes_list p {
	color: #595959;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.purchase_mes_list p span {
	margin-left: 12px;
}
.purchase_mes_list p.last, .purchase_mes_list p:last-child {
	border: none;
}
.purchase_mes_title {
	height: 38px;
	line-height: 38px;
	background-color: #F8F8F8;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.odata_list {
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	zoom: 1;
	background-color: #ffffff;
}
.out_data {
	margin: 8px 0 8px 8px;
}
.out_data span {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
}
.out_data_t {
	color: #fff;
	background: #aac8d5;
}
.out_data_d {
	color: #a0a0a0;
	border: 1px solid #e3e3e3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(227, 227, 227);
	border-top: none;
	background: #ffffff;
}
.odata_detail {
	margin: 8px 0 8px 8px;
}
.odata_detail p {
	color: #595959;
	height: 18px;
	line-height: 18px;
}
.odata_detail p a {
	color: #595959;
}
.purchase_mes_list {
	background-color: #ffffff;
	width: 298px;
	border-bottom: 1px solid #d6d6d6;
}
.contact_body {
	border: 0 !important;
}
.contact_body {
	padding: 10px;
	border: #DDDDDD 1px solid;
	border-top: none;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
}
.top-reconmmend .product_c_list{padding: 0;}
.product_c_list li {
	cursor: pointer;
	float: left;
	padding: 0 20px;
	position: relative;
	font-size: 14px;
	line-height: 38px;
	border-right: 1px solid #ddd;
}
.product_c_list li.active {
	background: #fff;
	z-index: 2;
	height: 37px;
}

.cglb_main_left.p0 {
	padding: 0;
}
.cglb_main_left {
	/*min-height: 420px;*/
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	width: 960px;
	padding: 20px 15px;
	margin-top: 20px;
}
.cglb_main_left .caignewlist {
	padding: 10px 250px 10px 25px;
	height: 140px;
	overflow: inherit;
	margin-bottom: 0;
	/*border: 1px solid #dcdcdc;*/
	border-bottom: 1px dotted #BDBDBD;
	border-top:0 ;
}
.relative {
	position: relative;
}
.cg_name {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
.cglb_main_left .cgty_nei ul {
	width: 410px;
}
.cglb_main_left .cgty_nei ul li {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 175px;
}
.cglb_main_left .caignewlist .rightinfo {
	position: absolute;
	top: 0;
	right: 0;
	background: #FAFAFA;
	width: 250px;
	height: 100%;
	padding: 20px;
}
.cglb_main_left .caignewlist .rightinfo .btnsee {
	display: block;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 5px 0;
	margin: 10px auto;
	width: 95px;
}
.xclist_pages.pllpages .pagination > li > input {
	width: 40px;
	height: 22px;
	margin-right: 10px;
	padding: 0 2px;
	text-align: center;
	font-size: 12px;
	float: none;
	display: inline-block;
}
.xclist_pages button, .xclist_pages input {
	height: 28px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	float: left;
	margin-left: 10px;
	display: block;
	font-size: 13px;
	line-height: 24px;
	color: #555;
}
.xclist_pages.pllpages .pagination > li > button {
	height: 30px;
	margin: 0;
	background: #3089e7;
	color: #fff;
	border-radius: 2px;
	border-color: #266db7 !important;
	position: relative;
	top: -2px;
}
.xclist_pages button {
	width: 60px;
}
.xclist_pages.pllpages .pagination > li {
	background: none;
	padding: 5px 1px;
	margin-left: 8px;
}
.xclist_pages.pllpages .pagination > li {
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
}
.Icongood::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 6px solid #fff;
}
.Icongood {
	background: red;
	width: 18px;
	line-height: 14px;
	padding: 2px 2px 10px 2px;
	color: #fff;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}
input[type="checkbox"], input[type="radio"] {
	margin:-2px 5px 0 0 !important;
}
.mr10{margin-right: 10px;}



.popBox.caiguoseecall {
	position: fixed;
}
.popBox.w440 {
	width: 440px;
}
.popBox {
	max-height: 1000px;
}
.p20 {
	padding: 20px !important;
}

.popBox {
	display: none;
	position: absolute;
	max-height: 371px;
	width: 600px;
	padding: 0px;
	left: 30%;
	top: 40px;
	z-index: 999999;
	box-shadow: 0 0 4px rgba(0,0,0,.8);
}
.popBox .popDiv {
	background: #fff;
	height: 100%;
}
.popBox .popDiv h3.title {
	padding-left: 10px;
	font-weight: normal;
	background: #49A3FF;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}
.popBox .popDiv h3.title .fr {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
}
.popBox .line2 {
	line-height: 2;
}
.popBox {
	top: 50%;
	margin-top: -190px;
}