/* 网站变黑白 */
/* html{
      filter: gray !important;
      filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%); 
    } */

html,body, ul, li, p, input {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei";
}
body {
    font-size: 14px;
    color: #3a3a3a;
    font-family: "微软雅黑","Microsoft YaHei";
}
li {
    list-style: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}
img {
    border: none;
}
a, span, i {
   /* display: inline-block;*/
}
input{
    outline: none;
}
input[type="button"] {
    cursor: pointer;
    outline: none;
}
input[disabled] {
    cursor: not-allowed !important;
}
.clear-fix:after {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.ove {
    overflow: hidden;
}
/*
 * 12栅格
 */
.row {
    margin: 10px;
    /*overflow: hidden;*/
}

    .row::after {
        clear: both;
        overflow: hidden;
        content: '';
        display: block;
    }

    .row span {
        line-height: 28px;
    }

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-13, .col-14, .col-15 {
    float: left;
}

.col-15 {
    width: 60%;
}

.col-14 {
    width: 40%;
}


.col-13 {
    width: 48%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.6667%;
}

.col-10 {
    width: 83.3333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.6667%;
}

.col-7 {
    width: 58.3333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.6667%;
}

.col-4 {
    width: 33.3333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.6667%;
}

.col-1 {
    width: 8.33333%;
}

.col-right {
    float: right !important;
}

.wid-25percent {
    width:25%;
}
.w-1200{
	width: 1200px;
	margin: 0 auto;
}
/*背景颜色*/
.top-title{
	height: 30px;
	width: 100%;
	background: #f1f1f1;
}
.top-title-box{
	width: 1212px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 12px;
	overflow: hidden;
}
.title-lt a{
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.title-rt a{
	font-size: 14px;
	color: #666;
}
.top-gwc{
	width: 130px;
	height: 28px;
	border: 1px solid #dfdfdf;
	background: #f9f9f9;
}
.top-gwc img{
	width: 25px;
	height: 25px;
	vertical-align: top;
	margin: 2px 7px;
}
.header{
	width: 100%;
	margin: 0 auto;
	height: 200px;
	background: url('../onlinebiddingImg/header_bg.png') no-repeat;
	background-size: 100% 100%;
	border-bottom: 8px solid #005BAB;
}
.header img{
	vertical-align: top;
	margin-top: 20px;
}
.header .search{
	float: right;	
	margin-top: 30px;
}
.input-search{
	box-sizing: border-box;
	width: 300px;
	height: 35px;
	border: 2px solid #005BAB;
	vertical-align: middle;
}
.btn-search{
	width: 50px;
	height: 35px;
	text-align: center;
	box-sizing: border-box;
	background: #005BAB;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
	border: none;
    margin-left: -5px;
	vertical-align: middle;
}
.nav-bg{
	height: 45px;
	width: 100%;
	background: #005BAB;
}
.nav{
	width: 1212px;
	font-size: 0;
	line-height: 45px;
	margin: 0 auto;
}
.nav li{
	display: inline-block;
	font-size: 16px;
	width: 14.28%;
	text-align: center;
}
.nav li a{
	color: #fff;
	display: block;
}
.container{
	width: 1212px;
	margin: 0 auto;
	font-size: 0;
}
.product-column{
	/*display: inline-block;*/
	font-size: 15px;
	background: #fff;
}
.product-list{
	width: 210px;
	height: 470px;
	overflow:auto;
}
.product-list a:hover{
	font-weight:bold;
}
.shop-list{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.shop-list li{
	height: auto;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}
.shop-list li a{
	display: block;
	color: #000;
	padding-left: 10px;
}
.shop-list li a img{
	vertical-align: middle;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}
ul.shop-child-list{
	display: none;
	margin-top: 5px;
}
ul.shop-child-list.active{
	display: block;
}
.shop-list li ul.shop-child-list li{
	padding-left: 4px;
}
.one-level{
	font-size:15px;
}
.two-level{
	font-size:14px;
	color:#484848!important;
}
.three-level{
	font-size:13px;
	color:#6f6f6f!important;
}
.footer{
	padding-top: 20px;
	width: 100%;
	height: 210px;
	background: #f5f5f5;
	padding-top: 20px;
}
.footer p{
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.footer p img{
    vertical-align: top;
    margin-top: 5px;
}
.footer div{
    text-align: center;
}
.child-tab td{
	text-align:center;
}
