@charset "UTF-8";
/**
 * @鍚嶇О:蹇呰仈缃?鍏叡澶撮儴-椤佃剼鏍峰紡
 * @鍔熻兘:
 * @authors xiaorongmiao@ebnew.com
 * @date    
 * @version 1.0
 */
body{
    width: 100%;
    min-width: 1200px;
}
a{
    color: #333;
}
/* 澶撮儴 */
.bidlink_index_header{
    width: 100%;
    height: 80px;
    margin:0px auto;
}
.bidlink_index_header .head{
    height: 80px;
    width: 1100px;
    margin: 0px auto;
}
.bidlink_index_header .head .head_logo{
    float: left;
}
.bidlink_index_header .head .head_logo img{
    display: block;
}
.bidlink_index_header .head .head_nav{
    float: right;
    height: 80px;
    line-height: 80px;
}
.bidlink_index_header .head .head_nav li{
    float: left;
    width: 108px;
    text-align: center;
    border-top: 5px solid transparent;
    position: relative;
}
.bidlink_index_header .head .head_nav li .head_nav_a{
    display: inline-block;
    margin: 0px auto;
    height: 75px;
    color: #4d4d4d;
}
.bidlink_index_header .head .head_nav li .drop_dowm{
    background: url(../../images/common/drop_dowm1.png) no-repeat right center;
    padding-right:13px;
}
.bidlink_index_header .head .head_nav li:hover{
    border-top: 5px solid #4c8be8;
}
.bidlink_index_header .head .head_nav li:hover .drop_dowm{

    background: url(../../images/common/drop_dowm.png) no-repeat right center;
}
.bidlink_index_header .head .head_nav li:hover .nav_cont{
    display: block;   
    z-index: 999;
}

/* 澶撮儴淇℃伅瀵艰埅 */
.nav_cont{
    width: 108px;
    /* height: 124px;*/
    background: #fff;
    display: none;
    position: absolute;
    left: 0px;
    top: 68px;
  padding-bottom:8px;
}
.nav_cont .nav_cont_a{
    display:block;
    /* height: 31px; */
    line-height: 31px;
    text-align: center;
    color: #4d4d4d;
}
.nav_cont .nav_cont_a:hover{
    color: #4c8be8;
    font-weight: 600;
}




/* 椤佃剼 */
.bidlink_index_footer{
    width: 100%;
    height: 140px;
    background: #434a54;
}
.bidlink_index_footer .foot_top div{
    height: 88px;
    line-height: 88px;
    width: 1100px;
    margin:0px auto;
  font-family:Arial black,Microsoft YaHei;
}
.bidlink_index_footer .foot_top ul{

}
.bidlink_index_footer .foot_top li{
  display:inline-block;
    padding:0px 15px;
    color: #959ca6;
    font-size: 14px;
}
.bidlink_index_footer .foot_top a{
    padding:0px 15px;
    color: #959ca6;
    font-size: 14px;
}
.bidlink_index_footer .foot_top a:hover{
    font-weight: bolder;
    color: #fff;
}
.bidlink_index_footer .foot_bottom{
    height: 52px;
    line-height: 52px;
    width: 100%;
    background: #39404a;
}
.bidlink_index_footer .foot_bottom a{
		color: #009edf;
    	text-decoration: none;
}
.bidlink_index_footer .foot_bottom p{
    color:#959ca6;
    text-align: center;
}
.bidlink_index_header .head .head_nav li.select{
    border-top: 5px solid #4c8be8;
}

