html,body,div,span,applet,object,img,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,section,summary,time,mark,audio,video,button,input
	{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	font-size: 14px;
	/*color: #000;*/ /*  vertical-align: middle; */
	outline: none;
}

i,em,strong {
	font-style: normal !important;
}

html,body {
	font-size: 14px;
	height: 100%;
	font-family: "微软雅黑"
}

.hover {
	opacity: .8;
}

.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.flex-con {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex-vertical {
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.border-e7 {
	border: 1px solid #e7e7e7;
}

.border-t,.border-b {
	position: relative;
}

.border-t:before,.border-b:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #ddd;
	right: 0;
	height: 1px;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.border-b:after {
	top: auto;
	bottom: 0;
}

.box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.border {
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.clearfix:after,.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix { *
	zoom: 1;
}

.flowhid {
	overflow: hidden;
}

.middlew12 {
	width: 1200px;
}

.eclips {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f32 {
	font-size: 32px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.ipt {
	padding: 5px;
	outline: none;
}

.h100 {
	height: 100%;
}

.w100 {
	width: 100%;
}

.w95 {
	width: 95%;
}

.w90 {
	width: 90%;
}

.w80 {
	width: 80%;
}

.w70 {
	width: 70%;
}

.w50 {
	width: 50%;
}

.w33 {
	width: 33%;
}

.w30 {
	width: 30%;
}

.none {
	display: none;
}

.mauto {
	margin: 0 auto;
}

.mar10 {
	margin: 10px;
}

.mtop10 {
	margin-top: 10px;
}

.mtb5 {
	margin: 5px 0;
}

.mtb10 {
	margin: 10px 0;
}

.mtb20 {
	margin: 20px 0;
}

.mtb30 {
	margin: 30px 0;
}

.mlr10 {
	margin: 0 10px;
}

.mlr20 {
	margin: 0 20px;
}

.mlr30 {
	margin: 0 30px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.ptb5 {
	padding: 5px 0;
}

.ptb10 {
	padding: 10px 0;
}

.ptb20 {
	padding: 20px 0;
}

.ptb30 {
	padding: 30px 0;
}

.plr10 {
	padding: 0 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.inline_block {
	display: inline-block;
}

.lf {
	float: left
}

.rf {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.ohidden {
	overflow: hidden;
}

.talign {
	text-align: center;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.plineh2 {
	line-height: 2;
	font-size: 13px;
}

.z9 {
	z-index: 9999;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.bottom_line {
	border-bottom: 2px solid #dedede;
}

.bototom_dashed {
	border-bottom: 1px dashed #dedede;
}

.border_b {
	border-bottom: 1px solid #dedede;
}

.bgcolor_gray {
	background: #ededed;
}

.bgcolor_white {
	background: #fff;
}

.bradius3 {
	border-radius: 3px;
}

.ftc_fff {
	color: #fff;
}

.yellow_btn {
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #fe9000;
	color: #fff;
	font-size: 16px;
}

.blue_btn {
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #3386ff;
	color: #fff;
	font-size: 16px;
}

.h_fixed {
	position: fixed;
}

.lineh30 {
	line-height: 30px;
}

.lineh40 {
	line-height: 40px;
}

/*登录*/
.logo_font {
	font-size: 26px;
	color: #808080;
	border-left: 1px solid #ddd;
	margin-top: 13px;
	padding-left: 20px;
}

.numsize {
	font-size: 18px;
}

.middbg {
	position: relative;
	height: 400px;
	background: url(../images/loginbg.png) no-repeat center;
	background-size: 100%;
	margin-top: 30px;
}

.login_form {
	position: absolute;
	width: 300px;
	background: #fff;
	right: 15%;
	top: 40px;
	border-radius: 5px;
}

.middbg:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	/* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.login_form {
	display: inline-block;
	vertical-align: middle;
}

.lf_tit {
	font-size: 18px;
	color: #4d4c4c;
}

.srbox {
	border-radius: 3px;
	border: 1px solid #dedede;
	margin-top: 10px;
}

.srbox input {
	font-size: 14px;
	color: #333;
}

.login_btn {
	width: 300px;
	height: 40px;
	letter-spacing: 10px;
	background: #f5ab00;
	border-radius: 3px;
	margin-top: 10px;
	font-size: 18px;
}

.lg_bottom {
	margin-top: 10px;
	border-top: 1px solid #dedede;
}

.no_account {
	color: #808080;
}

.registration {
	color: #00a3f5;
	font-size: 14px;
}

.validateCodeimg {
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
}

.errorwrap {
	height: 45px;
}

.errordiv {
	width: 70%;
	height: 30px;
	line-height: 30px;
	background: #ffebeb;
	margin: 7.5px;
}

.errordiv img {
	width: 16px;
	height: 16px;
	margin: 7px 10px;
	float: left;
}

.errordiv .errormsg {
	float: left;
	font-size: 1em;
	color: red;
	margin-left: 10px;
}

@media screen and (max-width: 1366px) {
	.login_form {
		top: 35px;
		right: 15%;
	}
}

/*首页样式*/ /* side */
.side {
	position: fixed;
	width: 30px;
	height: 275px;
	right: 45px;
	top: 85%;
	z-index: 10000;
}

.side ul li {
	width: 30px;
	height: 30px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}

.side ul li .sidebox {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity =         80);
	color: #fff;
	font: 14px/ 32px "微软雅黑";
	overflow: hidden;
}

.side ul li .sidetop {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity =         80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #f5ab00;
	opacity: 1;
	filter: Alpha(opacity =         100);
}

.side ul li img {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.fontcolor {
	color: #ff8401!important;
}
.link_nav{
 	margin-left:100px;
 	margin-top:-10px
 }
.link_nav li{
	margin-top:5px;
	margin-left:10px	
}
.link_nav li:nth-child(1){
	margin-top:0
}
.link_nav li a{
	width:80px;
	height:30px;
	color:#e70;
	text-align:center;
	line-height:30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block	
}	
.actcolor{
	background: #e70;
    color: white!important;
}
.site-nav {
	height: 40px;
	background: #fafafa;
}

.site-nav ul li a.rline {
	border-right: 1px solid #ddd
}

.include-sch {
	height: 40px;
	width: 400px;
	border: 2px solid #ff8401;
	position: relative;
}

.selectbox {
	margin-left: 20px;
	height: 40px;
	color: #999;
}

.selectbox img {
	margin-left: 5px;
}

.search-warp {
	margin-left: 30px;
}

.include_ipt {
	width: 300px;
	height: 38px;
	border: none;
}

.btn_search {
	right: 0px;
	width: 60px;
	height: 40px;
	border: none;
	color: #fff;
	background: #ff8401;
	position: absolute;
	top: 0;
}

.shopcar {
	height: 42px;
	width: 150px;
	border: 1px solid #d2d2d2;
	background: url(../images/index_jt.png) no-repeat 130px 18px;
}

.carimg {
	height: 40px;
	width: 40px;
	margin-left: 8px;
}

.carfont {
	width: 110px;
	line-height: 42px;
	color: #808080;
	margin-left: 25px;
}

.cupbox {
	border-bottom: 2px solid #ff8401;
}

.tbh_link ul li a {
	font-size: 16px;
	padding: 8px 15px;
	color: #333;
	transition: all 0.3 ease-out
}

.tbh_link ul li a:hover {
	background: #e70;
	color: #fff !important;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.slogan p {
	font-size: 20px;
	font-family: STXinwei;
	color: #34b777;
}

.swiper-container {
	height: 435px;
}

.bannertop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #ededed;
}

.good_li_bb {
	border-bottom: 1px solid #ededed;
}

.good_li_bb a {
	color: #535353;
}

.classifybox {
	position: relative;
	height: 434px;
	width: 220px;
	background: #fff;
}

.allgoods {
	height: 50px;
	line-height: 50px;
	background: #f5ab00;
	padding: 0 10px;
}

.allgoods img {
	margin-top: 14px;
	width: 22px;
	height: 22px;
}

.goodsUl li {
	height: 77px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
}

.block {
	display: block
}

.goods_lv_two {
	display: none;
	position: absolute;
	height: 362.5px;
	width: 400px;
	border: 1px solid #ff8401;
	left: 220px;
	background: #fff;
	top: 72.5px;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.goodsUl li:hover .goods_lv_two {
	display: block;
}

.goodsUl li:hover {
	background: #ff8401;
	color: #fff
}

.goodsUl li:hover .goods_lv_one a {
	color: #fff
}

.goods_lv_one a:hover {
	color: #fff
}

.bold {
	font-weight: bold
}

/*.goods_lv_three a {
    margin: 25px 20px 20px 0;
}*/
.mian_content {
	
}

.lev_span {
	font-size: 16px;
	border-bottom: 2px solid #298739;
	padding-right: 20px;
}

.processbox {
	height: 130px;
	border-bottom: 2px solid #d2d2d2;
}

.flow {
	width: 299px;
	height: 130px;
}

.flow_br {
	border-right: 1px dashed #a2a2a2;
}

.flowimg {
	height: 58px;
	width: 58px;
	margin-top: 38px;
	margin-left: 65px;
}

.flowft {
	margin-top: 45px;
	margin-left: 10px;
}

.flowft span {
	color: #f5ab00;
	margin-top: 10px;
}

.flowft p {
	color: #353535;
	line-height: 2;
}

.apply_bid {
	margin-top: 30px;
	border: 1px solid #e7e7e7;
	height: 130px !important;
}

.apply_array {
	position: relative;
	border: #e7e7e7 1px solid;
	width: 212px;
	float: left;
	height: 300px;
	overflow: hidden;
}

.bid_array {
	position: relative;
	border-right: #e7e7e7 1px solid;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 300px;
	float: left;
	/* height: 130px!important; */
	overflow: hidden;
	padding: 10px;
}

.apply_array:hover {
	border: #ff8401 1px solid;
}

.apply_array:hover .apply_comment {
	margin-top: 0px;
}

.apply_right {
	margin-right: 30px
}

.apply_last {
	margin-right: 0px
}

.apply_img {
	text-align: center;
	height: 130px;
	margin-top: 30px;
}

.apply_img img {
	vertical-align: middle;
}

.apply_comment {
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	margin-top: 58px;
}

.apply_comment p {
	margin-top: 3px;
}

.apply_comment .add_car {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #ff8401;
	margin-top: 20px;
	border-radius: 30px;
}

.apply_nav_bid {
	position: relative;
	width: 1200px;
	float: left;
	height: 130px !important;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.apply_nav {
	position: relative;
	width: 1200px;
	float: left;
	height: 324px;
	overflow: hidden;
	margin-bottom: 30px;
}

.apply_w {
	position: absolute;
	margin-top: 22px;
	width: 1500px;
	float: left;
	left: 0px;
}

.apply_p2 {
	color: #808080;
}

.a_original {
	color: #b4adad;
	text-decoration: line-through;
	margin-left: 10px;
}

.img_l {
	float: left;
	cursor: pointer;
}

.img_r {
	float: left;
	cursor: pointer;
}

.advertising div {
	width: 400px;
}

.breed {
	position: relative;
}

.breed_nav {
	position: relative;
	width: 1200px;
	float: left;
	height: 500px;
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.breed_w {
	position: absolute;
	width: 1500px;
	float: left;
	left: 0px;
}

.breed_array {
	position: relative;
	width: 300px;
	float: left;
	height: 500px;
	overflow: hidden;
}

.breed_right {
	border-right: 1px solid #dedede;
}

.bar_tit {
	font-size: 16px;
}

.bar_font {
	width: 180px;
	font-size: 12px;
	line-height: 1.5;
}

.breed_img img {
	width: 100px;
}

.big_title {
	height: 40px;
	background: #f5ab00;
	font-size: 16px;
}

.breed_last {
	margin-right: 0px
}

.breed_comment {
	height: 80px;
	padding-top: 15px;
}

.bcm_img {
	width: 150px;
}

.bcm_img img {
	height: 60px;
}

.bcn_price {
	width: 150px;
	padding-top: 5px;
}

.click_lr {
	position: absolute;
	height: 100px;
	width: 50px;
	line-height: 411px;
	text-align: center;
	z-index: 100;
	margin-top: 195px;
}

.img_right {
	right: 0px;
}

.company {
	position: relative;
}

.company_nav {
	position: relative;
	width: 1200px;
	float: left;
	height: 220px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}

.company_w {
	position: absolute;
	width: 1500px;
	float: left;
	left: 0px;
}

.company_array {
	position: relative;
	width: 220px;
	float: left;
	height: 220px;
	overflow: hidden;
}

.company_array img {
	height: 220px;
	width: 220px;
}

.company_array:hover .comp_gshsdes {
	display: block;
}

.company_array:hover .comy_des {
	display: none;
}

.company_right {
	margin-right: 22px;
}

.comy_des {
	position: absolute;
	width: 220px;
	height: 30px;
	background: #000;
	opacity: 0.5;
	bottom: 0;
}

.comp_gshsdes {
	display: none;
	position: absolute;
	width: 220px;
	height: 220px;
	background: #000;
	opacity: 0.5;
	top: 0;
}

.chanp {
	width: 150px;
}

.comp_gshsdes p {
	line-height: 2;
	margin-top: 50px;
}

.bottombase {
	border-top: 1px solid #ff8401;
	/*background:#5e5e5e;*/
	background: linear-gradient(to right, #908d8d , #322f2f);
	color:white
}

.threeimg {
	border-bottom: 1px solid #ccc;
	padding-top:30px
}

.contact {
	width: 312px;
	height: 150px;
	border-right: 1px solid #999;
}

.contact p,.linkadsr p {
	color: #fff;
}

.linkadsr {
	height: 170px;
	border-right: 1px solid #777;
	padding: 0 100px;
}

.linkaddress {
	padding: 10px 30px 30px 30px;
	border-right:1px dashed #ccc
}
.linkaddress:last-child{
	border:0
}

.Qrcode {
	width: 200px;
	height: 200px;
	margin-left:65px;
	margin-top:6px
}

.Qrcode img {
	width: 130px;
}

.code_des {
	margin: 60px 0px 0px -30px;
}

.friendlink {
	margin: 0 29px;
	color: #808080;
}

/* 竞价界面 */
.bid_price {
	width: 140px;
	height: 100%;
}

.bid_price p {
	margin: 10px 0;
}

.bid_img img {
	width: 110px;
	height: 110px;
}

.border-r {
	border-right: 1px solid #e7e7e7;
}

.mtop30 {
	margin-top: 30px;
}

.device .arrow-left {
	background: url('../images/aleft.png') no-repeat center center;
	position: absolute;
	left: 10px;
	top: 110px;
	width: 17px;
	height: 30px;
	z-index: 9999;
}

.device .arrow-left:hover {
	background: url('../images/acti_left.png') no-repeat center center;
}

.device .arrow-right:hover {
	background: url('../images/acti_right.png') no-repeat center center;
}

.device .arrow-right {
	background: url('../images/aright.png') no-repeat center center;
	position: absolute;
	right: 10px;
	top: 110px;
	width: 17px;
	height: 30px;
	z-index: 9999;
}

.items {
	width: 1200px;
	height: 50px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.com_item {
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	float: left;
	text-align: center;
}

.items_time {
	width: 515px;
}

.items_status,.items_search {
	width: 340px;
}

.ipt_date {
	border: 1px solid #e7e7e7 !important;
	height: 28px;
}

.sure_date {
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #f6ab00;
	color: #fff;
	margin-left: 10px;
}

.sure_date:hover {
	background: #edbf56;
	cursor: pointer;
}

.checkwrap {
	width: 250px;
	margin: 0 auto;
	overflow: hidden
}

.ui_check {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #e7e7e7;
	vertical-align: middle;
}

.ipt_search {
	width: 150px;
	height: 30px;
	margin-left: 80px;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.s_search {
	width: 30px;
	height: 30px;
	background: #f6ab00;
}

.s_search:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/search.png') no-repeat center center;
}

.goodslist {
	margin-top: 25px;
}

.gooditem {
	width: 270px;
	height: 300px;
	margin: 20px 15px 0 15px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.gooditem:hover {
	border: 1px solid #ff8401;
}

.goodimg_wrap {
	height: 180px;
}

.backcrl {
	height: 30px;
	background: #000;
	opacity: 0.5;
	bottom: 0;
}

.startime {
	text-align: center;
}

.startime,.startime span { /*  display:inline; */ /*   float:left; */
	bottom: 0;
	line-height: 30px;
	color: #fff;
	margin-right: 10px;
}

.priwrap {
	height: 90px;
	padding: 15px;
}

.pri {
	font-size: 20px;
	font-weight: bold;
	color: #f5ae00;
	letter-spacing: 2px;
}

.l40 {
	height: 30px;
	line-height: 30px;
}

.state_icon {
	top: 0;
	right: 0;
}

/* 竞标预告界面 */
.htitle {
	height: 39px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 39px;
	text-indent: 20px;
	font-weight: 300;
}

.detailinfo ul li {
	float: left;
	width: 33.33%;
	height: auto;
	line-height: 30px;
}

.detailinfo ul li span {
	font-size: 12px !important;
}

.infotit {
	display: inline-block;
	width: 30%;
	text-align: right;
	color: #999;
}

.ul_act li {
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.ul_act li:hover {
	cursor: pointer;
}

.w1000 {
	width: 998px !important;
	height: 40px;
	line-height: 40px;
	float: left;
}

.h40 {
	height: 40px;
	line-height: 40px;
}

.bidcontent {
	padding: 20px;
}

.bidcontent h3 {
	font-weight: bold !important;
}

.active {
	border-bottom: 0 !important;
}

.hy_table {
	width: 100%;
	border-collapse: collapse;
}

.hy_table tr {
	border-bottom: 1px solid #e7e7e7;
}

.hy_table th,.hy_table td {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
}

.ui-btn {
	padding: 8px 10px;
	background: #f2aa00;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.ui-btn:hover {
	background: #f1b321;
}

.s_list {
	height: 30px;
	line-height: 30px;
}

.s_list a {
	line-height: 30px;
}

.s_classify li {
	float: left;
	margin-right: 10px;
}

.lh30 {
	height: 30px;
	line-height: 30px;
}

.spanFloat {
	padding-left: 0px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* 竞价公告列表界面CSS */ 

/* 竞价公告详情界面CSS */ 

/* 竞价出价界面CSS */ 


/*交易中心轮播图CSS*/
.slideBox {
	width: 100%;
	height: auto;
	min-height:400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 47%;
	bottom: 5px;
	z-index: 1;
	margin-left:0
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	height: 15px
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	display: block;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #e70;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul{
	height:100%;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 100%;
	min-height:400px;
	display: block;
}

/* 交易中心轮播图 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/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;
}

/* 交易中心五张小广告 */
.ad_five{
	width:100%;
	height:130px;	
}
.ad_five li{
	list-style:none;
	display:inline-block;
	margin-left:19px;
	padding-top:10px;
	padding-bottom:10px;
}
.ad_five li img{
	width:220px;
	height:110px;
}
.ad_five li:nth-child(1){
	margin-left:0
}
.ad_five li:first-child{
	margin-left:0
}
.qt_market .qt_marketable table .theader th {background-color:#f6ac00; line-height：40px;color:#ffffff; padding-left:10px;border-top:0}

.friend_link {
    height: 20px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;/*修改第三块间距*/
}
.friend>p{
    margin: 0 auto 4px;
    width: 1200px;
    text-align: left;
    line-height: 60px;/*修改第二块间距*/
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.friend_link ul{
    /*width: 2000px;*/
    height: 20px;
}
.friend_link li{
    width: 200px;
    height: 20px;
    text-align: center;
    float: left;
    font-size: 14px;
    }
.friend_link li a{
	color:white
}
.friend_link li a:hover{
    color: #fff;
}
.qt_goumai_try:hover{
	background:#e70;
	color:white!important
}
.qt_goumai_try:hover .qt_yigoumai{
	color:white!important
}

/*全部分类*/
.plus_hover_type{
	width:220px;
	height:45px;
	position:relative	
}
.plus_all_change{
	width:180px;
	height:45px;
	padding: 0 20px;
	text-align:center;
	line-height:45px;
	background:#e70;
	position:relative;
}
.plus_all_change h2{
	display:inline-block;
	font-size:18px;
	color:white;
	font-weight:600;
}
.plus_change_detail{
	position:absolute;
	top:45px;
	width:220px;
	height:500px;
	z-index:100000;
	background:rgba(255,255,255,.9);
	box-sizing: border-box;
}

.plus_hover_show{
	width:100%;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
}
.plus_hover_wrap{
	 box-sizing: border-box;
	 overflow:hidden
}
.plus_hover_wrap:hover .plus_hover_show{
	background:rgba(238,119,0,.9)
}
.plus_hover_show:last-child{
	border-bottom:0
}
.plus_hover_show a{
	color:#333
}
.plus_head_main{
	margin-left:30px;
	line-height:37px
}
.plus_head_main a{
	font-size:14px;
	font-weight:bold;
	font-family: Microsoft YaHei,tahoma,arial;
}
.plus_head_child{
	margin-left:60px;
	width:150px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top:7px
}
.plus_head_child a{
	font-size:14px;
}
.plus_head_child a:hover,.plus_hide_detail a:hover{
	color:#c7181e!important;
	text-decoration:underline!important
}
.plus_hide_content{
	width:400px;
	height:498px;
	position:absolute;
	left:220px;
	top:0;
	background:rgba(255,255,255,.9);
	border:1px solid #e70;
	display:none;
	box-sizing: border-box;
	overflow:hidden;
	overflow-y:auto;
}

.plus_hide_detail{
	margin:3px 0 8px 0
}
.jt_goods_lv_three{
	width:80%;
	margin:10px auto;
	border-bottom:1px solid #eee
}

.plus_hide_detail .child{
	padding:0 4px;
	border-right: 1px solid #999;
}
.plus_hide_detail .child:last-child{
	border:0
}
.plus_child_type{
	width:54px;
	margin-left:15px;
}
.plus_child_type:first-child{
	margin-left:0
}
.plus_parent_title{
	color:#e70
}
/*竞价模式点击新增物资CSS*/
.table_inside{
	width:100%;
	height:150px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
.table_inside:last-child{
	border-bottom：0
}
.table_inside:nth-last-child{
	border-bottom：0
}
.table_delete{
	width:60px;
	height:30px;
	line-height:30px;
	float:right;
	text-align:center;
	color:white;
	cursor:pointer;
	margin-right:110px;
	background:#e12
}


