﻿/*商品分类*/

#nav {
	width: 190px;
	position: relative;
	background: #fff;
	z-index: 10;
}

#nav .mod_cate_hd {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 7px;
	box-shadow: 2px -1px 3px rgba(55, 55, 55, 0.5);
	background-color: #4593FD;
	border-bottom: 1px #EEF2FA solid;
	font-family: "Microsoft Yahei";
}

#nav .mod_cate,
#nav .mod_cate2 {
	padding: 10px 10px 10px 10px;
}

#nav .mod_cate:hover,
#nav .mod_cate2:hover {
	background-color: #EEF2FA;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#nav .mod_cate h2,
#nav .mod_cate2 h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
}

#nav .mod_cate h2 a,
#nav .mod_cate2 h2 a {
	color: #333;
	padding-right: 5px;
	font-weight: 700;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#nav .mod_cate a.hot_sub {
	background: #106AC0;
	font-size: 12px;
	color: #0033B2;
	border-radius: 9px;
	padding: 0px 5px;
	margin-left: 5px;
}

#nav .mod_cate_r {
	line-height: 24px;
	font-style: normal;
	font-variant: normal;
}

#nav .mod_cate_r a {
	font-size: 12px;
	color: #888;
	padding-right: 5px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#nav .mod_cate2 {
	background: none;
}

#nav .mod_cate2 a.yel {
	color: #fee602;
}

#nav .mod_subcate {
	display: none;
	width: 798px;
	height: 580px;
	border: 2px #1844A7 solid;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	z-index: -1;
	left: 188px;
	overflow: hidden;
}

#nav .mod_subcate_main {
	width: 530px;
	padding: 0px 20px 1000px 20px;
	margin-bottom: -1000px;
	border-right: 1px #ddd solid;
	float: left;
}

#nav .mod_subcate_line {
	width: 100%;
	height: 1px;
	clear: both;
	font-size: 0px;
	margin-bottom: 5px;
	border-top: 5px #EEF2FA solid;
	border-bottom: 1px #dadada dotted;
	overflow: hidden;
	display: block;
}

#nav .mod_subcate_main dl {
	padding: 7px 0 7px 30px;
	border-bottom: 1px #e5e5e5 solid;
	overflow: hidden;
}

#nav .mod_subcate_main dl dt {
	font-size: 15px;
	color: #0033B2;
	line-height: 22px;
	font-weight: 700;
	font-size-adjust: none;
	font-stretch: normal
}

#nav .mod_subcate_main dl dd {
	line-height: 22px;
}

#nav .mod_subcate_main dl dd a {
	color: #666;
	font-size: 14px;
	margin: 0 5px 0 5px;
	float: left;
	display: inline;
	white-space: nowrap;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#nav .mod_subcate_main dl dd .c-orange {
	color: #FF6600;
}

#nav .mod_subcate_main dl dd a:hover {
	color: #cc0000;
}

#nav .mod_subcate_main dl dd a.org {
	color: #ff7300;
}

#nav .mod_subcate_channel {
	clear: both;
	margin-top: 15px;
}

#nav .mod_subcate_channel .mod_btn_arrow {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: #2785E6;
	cursor: pointer;
	display: inline-block;
}

#nav .mod_subcate_channel .mod_btn_arrow b {
	font-weight: normal;
	float: left;
}

#nav .arrow_dot {
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	margin: 9px 0 0 5px;
	border: 4px transparent dashed;
	border-left: 4px #B4C4E6 solid;
}

#nav .mod_subcate_side {
	width: 217px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	float: left;
}

#nav .on {
	background: #FFFFFF;
	border-left: #1844A7 solid 2px;
}

#nav .on h2 a {
	color: #333333;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#nav .on .mod_subcate {
	display: block !important;
	/* !important 强制显示，否则会闪烁*/
}

#nav .on .mod_cate_r a {
	color: #666666;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#nav .on a.hot_sub {
	color: #FFFFFF;
}


/*品牌*/

.mod_subcate_side_hd {
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑", Arial;
}

.mod_subcate_side_brand {
	margin: 5px 0 10px 4px;
}

.mod_subcate_side_brand li {
	border: 1px #EEEEEE solid;
	margin: -1px 0 0 -1px;
	position: relative;
	float: left;
}


/*热门活动*/

.mod_subcate_side_hotlist {
	margin-left: 4px;
}

.mod_subcate_side_hotlist li {
	height: 20px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
}

.mod_subcate_side_hotlist li a {
	color: #666666;
}


/*ad*/

.mod_subcate_gg {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}


/*关键词广告*/

.sites-navs a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 4px;
	color: #666;
	font-weight: 400;
	font-size: 12px
}

.sites-navs a:hover {
	color: #cc0000;
}

.sites-navs .site-nav-items {
	background: #EEF2FA;
	margin: 0;
	padding: 5px 0;
	border: #B4C4E6 solid 1px;
}

.sites-navs .site-nav-items>div {
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff
}

.sites-navs .site-nav-items>div:first-child {
	border-left: 0
}

.sites-navs .site-nav-items>div:last-child {
	border-right: 0
}

.sites-navs .site-navs-title {
	font-weight: 700;
	color: #333;
	margin-right: 8px
}


/*首页新闻*/

.index-news {
	margin-top: 10px
}

.index-news .syjc-tabs>span {
	cursor: pointer
}

.index-news .syjc-tabs-content .syjc-tabs-item {
	display: none
}

.index-news .syjc-tabs-content .syjc-tabs-item:first-child {
	display: block
}

.index-news .tab-helps {
	border: 1px solid #AACCEE;
	border-radius: .3rem
}

.index-news .tab-helps .syjc-tabs span {
	cursor: pointer;
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px;
	border: 1px solid #AACCEE;
	border-top: 0;
	background: #EEF2FA
}

.index-news .tab-helps .syjc-tabs span.active {
	border: 0;
	background-color: #EEF2FA;
}

.index-news .tab-helps .syjc-tabs-item {
	padding: 10px;
}

.index-news .tab-helps .syjc-tabs-item a {
	font-size: 14px
}

.index-news .tab-helps .syjc-tabs-item li {
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news .index-top-news {
	padding: 0
}

.index-news .toutiao {
	position: relative;
	border-top: 1px solid #d3191a
}

.index-news .toutiao h2 {
	color: #d3191a;
	margin: 15px 0;
	font-size: 22px;
	padding-left: 45px
}

.index-news .toutiao p {
	line-height: 200%;
	text-indent: 2em
}

.index-news .toutiao p a {
	color: #999
}

.index-news .toutiao span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 36px;
	height: 33px;
	background-repeat: no-repeat;
}

.index-news .news-tabs {
	padding: 10px
}

.index-news .news-tabs .syjc-tabs {
	margin-bottom: 10px
}

.index-news .news-tabs .syjc-tabs span {
	cursor: pointer;
	position: relative;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 700;
	margin-right: 20px;
	padding-bottom: 2px;
	border-bottom: 2px solid #fff
}

.index-news .news-tabs .syjc-tabs span i {
	display: none;
	position: absolute;
	left: 40%;
	top: 20px
}

.index-news .news-tabs .syjc-tabs span.active {
	color: #d3191a;
	border-bottom: 2px solid #d3191a
}

.index-news .news-tabs .syjc-tabs span.active i {
	display: block
}

.index-news .news-tabs .syjc-tabs-content .syjc-tabs-item li {
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news .index-zt {
	width: 175px
}

.index-news .index-zt li {
	position: relative;
	margin-bottom: 10px
}

.index-news .index-zt li img {
	width: 100%;
	height: 110px
}

.index-news .index-zt li span {
	position: absolute;
	display: block;
	bottom: 0;
	padding: 4px 2px;
	background: #000;
	width: 100%;
	color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7
}

.index-news .index-zt .index-zt-tougao {
	display: block;
	background: #d3191a;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	font-size: 12px;
	width: 100%
}

.index-news .login-regist {
	background-color: #FFFFFF;
	text-align: center;
	height: 205px;
	padding-top: 15px;
}

.index-news .login-regist a {
	display: block;
	padding: 5px 0
}


/*热门品牌*/


/*店铺分类*/

.index-shop {
	padding: 10px
}

.index-shop .index-shop-cates {
	padding: 0;
	padding: 10px;
	background-color: #ebeff9;
}

.index-shop .index-shop-cates .index-shop-join-btn {
	position: absolute;
	top: 96px;
	right: 58px;
	color: #fff;
	font-size: 12px
}

.index-shop .index-shop-cates ul li {
	text-align: center;
	padding: 0;
	margin-bottom: 5px
}

.index-shop .index-shop-cates ul li a {
	display: block;
	color: #666;
	text-align: center;
	margin: 0;
}

.index-shop .index-shop-cates ul li a:hover {
	color: #1844A7;
}

.index-shop .index-shop-cates ul li i {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	font-size: 30px;
	line-height: 45px;
	border-radius: 50%;
	background: #fff;
	color: #999;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.index-shop .index-shop-cates ul li i:hover {
	color: #fff;
	background: #1844a7;
}

.index-shop .index-shop-cates ul li a.active i {
	border-color: #f60
}


/*三优招商*/

.sanu-class {
	min-height: 350px;
	padding: 0;
}

.sanu-class li {
	padding: 0;
	text-align: center;
}

.sanu-class ul li img {
	width: 44px;
}

.sanu-class ul.unbounded-ul li a p {
	text-align: center;
	padding: 3px 0;
}

.sanu .txtMarquee-cnt2 .tempWrap {
	height: 280px !important;
}


/*店铺logog*/

.index-shop .index-shop-logos {
	padding: 0;
	padding-left: 10px;
	min-height: 350px;
	text-align: center
}

.index-shop .index-shop-logos li {
	padding: 0
}

.index-shop .index-shop-logos li a {
	padding: 5px;
	display: block;
	border: #fff solid 1px;
	background: #fff;
	height: 60px;
	line-height: 40px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.index-shop .index-shop-logos li a:hover {
	border: #1844A7 solid 1px;
	margin: 0px;
}

.index-shop .index-shop-logos li a img {
	vertical-align: middle;
	max-height: 100%;
	width: 133px;
	height: 48px;
}

.index-shop .index-shop-new-join {}

.index-shop .index-shop-new-join-wid {
	width: 25% !important;
}

.index-shop .index-shop-new-join>div {
	background: #fff
}


/*建材商机产品*/

.index-sj .blk-theme-sj {
	color: #666;
	border-top: 2px solid #f60;
	border: 1px solid #e9e9e9
}

.index-sj .blk-theme-sj h4 {
	padding: 10px 15px;
	font-size: 16px;
	border-bottom: 1px solid #e9e9e9
}

.index-sj .blk-theme-sj .index-sj-cates li {
	padding: 0;
	background: #e9e9e9
}

.index-sj .blk-theme-sj .index-sj-cates li.odd a {
	margin-left: 0
}

.index-sj .blk-theme-sj .index-sj-cates a {
	display: block;
	text-align: center;
	color: #666;
	padding: 5px;
	background: #fff;
	margin: 1px
}

.index-sj .blk-theme-sj .index-sj-list .jdtbox .hd ul {
	background: 0 0
}

.index-sj .blk-theme-sj .index-sj-list li {
	text-align: center;
	padding: 0
}

.index-sj .blk-theme-sj .index-sj-list li img {
	width: 100%;
	height: 105px;
	margin-bottom: 5px
}

.index-sj .blk-theme-sj .index-sj-list li .index-sj-info {
	padding: 15px;
	padding-bottom: 4px;
	margin: 1px;
	border: 1px solid #fff;
	border-bottom: 1px solid #e9e9e9
}

.index-sj .blk-theme-sj .index-sj-list li .index-sj-info.odd {
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.index-sj .blk-theme-sj .index-sj-list li .index-sj-info a {
	font-size: 12px;
	color: #999
}

.index-sj .blk-theme-sj .index-sj-list li .index-sj-info a.index-sj-info-title {
	display: block;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}


/*商机信息切换*/

.index-sj .syjc-tabs {
	border-bottom: 1px solid #e9e9e9
}

.index-sj .syjc-tabs span {
	cursor: pointer;
	background: #f5f5f5;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px 15px;
	border-top-right-radius: .3em;
	border-top-left-radius: .3em
}

.index-sj .syjc-tabs span.active {
	background: #1844A7;
	color: #fff
}

.index-sj .syjc-tabs-content {
	margin-top: 15px
}

.index-sj .syjc-tabs-content .tab-sj {
	padding: 0
}

.index-sj .syjc-tabs-content .tab-sj-img img {
	width: 100%;
	height: 90px
}

.index-sj .syjc-tabs-content .tab-sj-img a {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index-sj .syjc-tabs-content .tab-sj-list {
	padding: 0
}

.index-sj .syjc-tabs-content .tab-sj-list li {
	color: #d3191a;
	height: 32px;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index-sj .syjc-tabs-content .tab-sj-list li a {
	margin-left: 5px
}


/*建材商机-最新求购滚动信息*/

.index-sj .txtMarquee-cnt .tempWrap {
	height: 302px !important;
}


/*企业服务-企业logo*/

.index-qyfw .ADS li {
	margin-left: 0;
}

.index-qyfw .blk-title h3 {
	font-weight: 400;
}

.blk-cnt p {
	font-size: 14px;
	padding-left: 0px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*企业服务-第三方服务*/

.index-qyfw .sanfang {
	border: 1px solid #B4C4E6;
	border-radius: .3em
}

.index-qyfw .sanfang .sf-tit {
	text-align: center;
	background: #EEF2FA;
	padding: 10px 0;
}

.index-qyfw .sanfang .sf-tit a {
	font-weight: 700;
	font-size: 16px;
	color: #1844A7;
}

.index-qyfw .sanfang-con {
	text-align: center;
	padding: 5px 15px 15px;
}

.index-qyfw .sanfang-con a {
	display: block;
	padding: 7px 0;
	border: 1px solid #1844A7;
	color: #1844A7;
	margin-top: 10px;
	border-radius: .3em
}

.index-qyfw .sanfang-con a:hover {
	background: #1844A7;
	color: #FFFFFF;
}


/*建筑工程*/

.index-jzgc .row {
	margin: 15px;
}

.index-jzgc .blk-theme-list {
	border-radius: .3em
}

.jzgc-tit {
	background: #EEF2FA;
}

.jzgc-tit h3 {
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #1844A7;
}

.index-jzgc .index-product li {
	width: 12.5% !important;
}


/*建材资讯*/

.jczx-tit h3 {
	font-weight: 400 !important;
	font-size: 16px;
	color: #333;
}


/*友情链接*/

.index-link {
	padding: 15px;
}

.index-link a {
	margin-right: 6px;
	white-space: nowrap;
}