/*轮播图*/
#TabID {POSITION: absolute; BOTTOM: 0px; LEFT: 5px}
#TabID LI {FLOAT: left; CURSOR: pointer; WIDTH:80px;HEIGHT:40px;FILTER: alpha(opacity=50); opacity: 0.5;}
#TabID LI IMG{WIDTH:66px;HEIGHT:26px;BORDER:2px solid #3A528C;MARGIN:4px;}
#TabID LI.active {FILTER: alpha(opacity=100);opacity: 1}
#TabID LI.active IMG{WIDTH:75px;HEIGHT:30px;BORDER:2px solid #0099FF;MARGIN:0;}
#MaskDiv{POSITION: absolute; FILTER: alpha(opacity=40); WIDTH: 700px; BOTTOM: 0px; BACKGROUND: #000; HEIGHT: 50px; LEFT: 0px; opacity: 0.4; -moz-opacity: 0.4;}
/*动画*/
/* .pro-list li .img a{
	transition: all .2s;
    -webkit-transition: all .2s;
}
.pro-list li .img  a:HOVER{
	margin-left: -28px;
} */

.black_overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:black;
	-moz-opacity:0.8;
	opacity:.80;
	filter:alpha(opacity=80);
	z-index:3;
}

.fill-box .close {
	color:#CCC;
	font-size:18px;
	float:right;
	cursor:pointer;
}


/*产品首页顶部*/
.left-box, .middle-box, .right-box {
	float:left;
}

.nav-menu {
	width:250px;
	height:300px;
	position: relative;
}

.right-box, .sidebar-ad-1 {
	width:270px;
}

.nav-title {
	background-color: #d90000;
	line-height: 40px;
	width: 100%;
	text-indent: 16px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	border-right:1px solid #e0e0e0;
}

.nav-menu ul {
	display: block;
	background-color: #f7f7f7;
	height: 300px;
	z-index:1;
}

.nav-menu ul li {
	height: 74px;
	line-height:74px;
	padding-left: 15px;
	border-bottom: 1px solid #e0e0e0;
	border-left: 2px solid #fff;
	border-right:1px solid #e0e0e0;
	display: block;
	background:#FFFFFF;
	}
.nav-menu .current{
	background:#fdfdfd;
	border-left:2px solid #ff7200;
	border-right:1px solid #fdfdfd;
}

.nav-menu-list {
	position: absolute;
	padding: 10px 0;
	top: 0;
	left: 250px;
	width: 160px;
	height: 318px;
	background-color: #fdfdfd;
	display: none;
	z-index: 1;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.nav-menu-list a {
	padding-left:22px;
	height: 40px;
	line-height: 52px;
	display: block;
	font-size:13px;
	color:#666666;
}
.nav-menu-list a:hover{
	color:#d90000;
}

#owl-demo2{
	width:600px; 
	height:300px; 
	margin-left:20px; 
	margin-right:20px;
}

#owl-demo2 img {
	width:600px;
	height:340px;
}

.middle-box .owl-pagination {
	position: absolute;
	left: 0;
	bottom: -44px;
	width: 100%;
	height: 22px;
	text-align: center;
}

.icon-arrow{
	width:10px;
	height:10px;
	background-image:url(images/arrow.png);
	background-position:0 0;
	display:block;
	float:right;
	margin-top:32px;
	margin-right:10px;
}
.p-grayfont{
	color:#999999;
	margin-left:20px;
	}
.sidebar-ad .sidebar-ad-1 {
  height: 160px;
}
/*表格*/
.fill-box {
  display: none;
  position: absolute;
  margin-left: -300px;
  top: 28%;
  left: 50%;
  width: 580px;
  min-height: 200px;
  background-color: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
  z-index: 4;
}
.fill-box .tt-s{
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	background:#fafafa;
	border-radius: 2px 2px 0 0;
	color: #414141;
	text-align:center;
    }
.fill-box .tt-s p{
	font-size: 12px;
	color:#707070;
    }
.fill-box .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 19px;
  height: 25px;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  background: url(http://oss.jinribeidou.com/jinribeidou/img/01/btn-x.png) no-repeat 3px 2px;
}
.fill-box .close:hover{
    background: url(http://oss.jinribeidou.com/jinribeidou/img/01/btn-x.png) no-repeat -30px -30px;
	}
.btn-box{
        text-align: center;
        background: #eee;
        border-radius:0 0 2px 2px;
    }

.fill-box .fields{
        height: 40px;  
        max-width: 500px;
        margin: 30px auto;

    }
.fill-box .fields label{
        display: block;
        width: 100px;
        float: left;
        margin: 5px 0 0 5px;
        text-align: right;
		line-height:28px;
    }
.fill-box .fields input{
        float: left;
        padding: 10px 10px;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,.15);
		width:230px;
    }
.fill-box .submit{
          width: 128px;
          height: 40px;
          color: #fff;
          background: #EC5252;
          margin: 15px 0;
          border-radius: 4px;
		  cursor:pointer;
    }
.fill-box .submit:hover{
		background:#DB4444;
		}
    .red{
        float: left;
        margin: 5px;
        color: #EF7917;
        font-weight: normal;
    }
    .fill-box .fields span.formtips{
        font-size: 12px;
        text-align: left;
        margin: 10px;
    }
    .formtips.onError{color: red;}
    .formtips.onSuccess{color: green;}

.fill-box .mask-cont {
  background: #fff;
  border-radius: 0 0 8px 8px;
}

/*申请发布按钮*/
.btn-apply{
	position: absolute;
	z-index: 1;
	color: #FFFFFF;
	padding: 10px 69px;
	background: #45C96F;
	bottom: 10px;
	left: 42px;
	border-radius: 2px;
	}
.btn-apply:hover{
	background:#42C06A;
	}
    /* end css */
    
    
.pro-list .brand a img {
    width: 80px;
    height: 60px;
}    