/**start 轮播插件**/
.slideBox {
	height: 620px;
	background-position: center;
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

.slideBox .hd {
	height: 15px;
	width: 100px;
	position: absolute;
	right: 45%;
	bottom: 40px;
	z-index: 1;
	overflow: hidden;
}

.slideBox .hd ul {
	float: left;
	overflow: hidden;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 8px;
	border-radius: 16px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}

.slideBox .hd ul li.on {
	background: #FC6F13;
	color: #fff;
}

.slideBox .bd {
	height: 620px;
	z-index: 0;
	margin: 0 auto;
}

.slideBox .bd li {
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 620px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../image/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity =     50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,.slideBox .next:hover {
	filter: alpha(opacity =     100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
/**end 轮播插件**/

/**图标导航**/
.contains {
	width: 1200px;
	margin: 0 auto;
}

.contains_nav {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 135px;
}

.ul {
	width: 190px;
	height: 135px;
	margin-right: 10px;
	background-color: #F5F5F5;
	float: left;
}

.ul_img {
	width: 78px;
	height: 101px;
	float: left;
	margin-top: 34px;
	margin-left: 12px;
	position: relative;
}

.ul_text {
	width: 100px;
	height: 135px;
	float: left;
}

.ul_text .ul_text_li {
	margin-top: 40px;
}

.ul_text .ul_text_li .title {
	display: block;
	color: #202020;
	font-size: 16px;
}

.ul_text .ul_text_li .descrip {
	display: block;
	color: #B6B6B6;
}
/**蓝天动态与行业动态**/
.dinamic {
	margin-bottom: -20px;
	height: 430px;
	width: 100%;
}

.dinamic .lt_dinamic {
	width: 385px;
	margin-right: 50px;
	float: left;
}

.dinamic .hy_dinamic {
	width: 385px;
	margin-right: 50px;
	float: left;
}

.dinamic_hr {
	height: 1px;
	width: 385px;
	background-color: #E8E8E8;
}

.dinamic .left {
	float: left;
	color: #F57C21;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.dinamic .right {
	float: right;
	height: 50px;
	line-height: 50px;
}

.dinamic_img {
	height: 110px;
	width: 100%;
}

.dinamic_img .img {
	height: 110px;
	width: 180px;
	background: url("../image/index_news_pic.jpg");
	float: left;
}

.text_left .img {
	height: 17px;
	width: 24px;
	background: url("../image/new.gif");
	float: left;
	border-bottom:	1px solid gray;
}

.dinamic_img .text {
	height: 75px;
	width: 195px;
	float: left;
	margin-left: 10px;
	margin-top: 35px;
	color: #202020;
}

.dinamic .li_text {
	height: 33px;
	width: 100%;
}

.dinamic .li_text .text_left {
	height: 33px;
	line-height: 33px;
	width: 550px;
	float: left;
}

/* .dinamic .li_text .text_right {
	height: 33px;
	line-height: 33px;
	width: 80px;
	float: right;
	text-align: right;
} */

/**招投标**/
.dinamic .ztb_dinamic {
	width: 390px;
	float: left;
	height: 360px;
}

.ztb_dinamic_li {
	height: 360px;
	border: 1px solid #E8E8E8;
}

.ztb_dinamic_text {
	margin-bottom: 10px;
	margin-left: 10px;
}

.ztb_dinamic_text span {
	display: block;
	height: 29px;
	margin-left: 5px;
	border-bottom:	1px dashed #EDEDED;
	margin-right: 15px;
	margin-top: 10px;
}

/**货源信息**/
.goods_source {
	height: 350px;
	width: 750px;
	margin: 0 auto;
	margin-bottom: 0px;
}

.goods_source_hr {
	height: 1px;
	width: 550px;
	background-color: #F57C21;
}

.goods_source_title {
	height: 50px;
}

.goods_source_title .left {
	width: 400px;
	float: left;
	line-height: 50px;
	color: #F57C21;
	font-size: 16px;
}

.goods_source_title .right {
	width: 750px;
	float: right;
	line-height: 50px;
}

.goods_source_title .right span {
	width: 52px;
	text-align: center;
	margin-right: 5px;
}

input[type=submit] {
	padding: 0 12px;
	height: 26px;
	font-size: 13px;
	color: #F57C21;
	text-shadow: 0 1px #e3f1f1;
	background: #FFF1E8;
	border: 0px solid;
	border-radius: 16px;
	outline: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #FFF1E8, #FFF1E8);
	background-image: -moz-linear-gradient(top, #FFF1E8, #FFF1E8);
	background-image: -o-linear-gradient(top, #FFF1E8, #FFF1E8);
	background-image: linear-gradient(to bottom, #FFF1E8, #FFF1E8);
	-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.goods_source_img {
	height: 282px;
	width: 100%;
	margin-top: 15px;
}

.goods_source .goods_source_img .img {
	float: left;
	margin-right: 20px;
	height: 282px;
	width: 360px;
	background: url("../image/index_resource_pic1.jpg");
}

.goods_source_img .img .content {
	height: 80px;
	width: 330px;
	position: absolute;
	margin-top: 202px;
}

.goods_source .goods_source_img .img .content div {
	margin-left: 30px;
	color: #FCFFFF;
	font: bold;
	font-size: 14px;
}

.img_list {
	width: 320px;
	height: 282px;
	margin-right: 20px;
	float: left;
}

.goods_source_img .img_list .li {
	height: 84px;
	width: 100%;
	margin-bottom: 15px;
}

.goods_source .goods_source_img .img_list .li .left {
	height: 84px;
	width: 128px;
	margin-right: 10px;
	background: url("../image/index_resource_pic2.jpg");
	float: left;
}

.little_img {
	width: 40px;
	height: 33px;
	background: url("../image/common_icon_recommand.png");
}

.little_img_last {
	width: 40px;
	height: 33px;
	background: url("../image/common_icon_new.png");
}

.goods_source_img .img_list .li .right {
	height: 84px;
	float: left;
	font-size: 14px;
}

.table {
	height: 282px;
	width: 550px;
	float: left;
}

.table .tr {
	height: 40px;
	width: 750px;
	border-left: 3px solid #F5F5F5;
	text-align: center;
}

.sigle {
	background-color: #F5F5F5;
}

.first {
	background-color: #EFEFEF;
}

.goods_source .table span {
	display: block;
	float: left;
	width: 160px;
	text-align: center;
	line-height: 40px;
}


/**供应商信息**/
.supplier_source {
	height: 350px;
	width: 550px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.supplier_source .goods_source_img .img {
	float: left;
	margin-right: 20px;
	height: 282px;
	width: 360px;
	background: url("../image/index_provider_pic1.jpg");
}

.supplier_source .goods_source_img .img_list .li .left {
	height: 84px;
	width: 128px;
	margin-right: 10px;
	background: url("../image/index_provider_pic2.jpg");
	float: left;
}

.supplier_source .goods_source_img .img .content div {
	margin-left: 30px;
	color: #FCFFFF;
	font: bold;
	font-size: 14px;
}

.supplier_source .table span {
	display: block;
	float: left;
	width: 158px;
	text-align: center;
	line-height: 40px;
}

.new_tip {
	display:inline;
	background: rgba(0, 0, 0, 0) url("../image/new.gif") no-repeat scroll 0 0;
    float: left;
    height: 17px;
    width: 24px;
}

.over{
	cursor:pointer;
	color:#f57c21;
}

.out{
	cursor:default;
	color:#7e7e7e;
}