/* CSS Document */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.navs{ }
.nav-brands table{color: #999;    max-width: 580px;}
.navs table{float: right;}
.nav-main table td{
	font-size:14px;
    float: right;
    height: 60px;
    max-width: 900px;
    z-index: 99999;

    margin-right: 5px;
    overflow: hidden;
}
.nav-main table a{    color: #000;   display: inline-block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
	float: left;
    height: 100%;
    padding: 0 21px;
    position: relative;}
.nav-main table a:hover{color: #1482f0;}
#footer table td{    color: #fff;}
.bdaddtocitebtn{display:none;}
#main font{font-weight: normal;}
@media screen and (max-width:1260px){
.nav-main table a{padding: 0 12px;}
}

body {background:#FFF; margin: 2px; color: #2d2d2d; margin:0 auto; font-size:14px; font-family:Helvetica,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif; }
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px;}
a, a:focus, a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.add_box{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    margin-top:15px;
}
.box_c{
}
.b_title{
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    overflow: hidden;
}
.b_title h2,.b_title h3{font-size: 16px;font-weight: normal;}
.l_cont,.r_cont{
    border-bottom: 1px solid #e6e6e6;
    border-top: 2px solid #68b05c;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    overflow: hidden;
}
.l_cont{
}
.r_cont{
    margin-left: 10px;
}
.c_specing{
    padding: 0 10px;
}
.otherhlv_xq{
    padding: 10px 10px;
    overflow: hidden;
    text-align: left;
}
.otherhlv_xq li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size:14px;
    width:50%;
    float: left;
}
.otherhlv_xq li span{
    float: right;
    color: #999;
}
.otherhlv_xq li a{
    color: #666;
}
.otherhlv_xq li a:hover{
    color: #68b05c;
}
