@charset "utf-8";

@font-face{
    font-family: 'HelveticaNeueLight';
    src: url('HelveticaNeueLight.woff');
}
body {
    min-width: 1170px;
    background-color: #f6f6f6;
}
.main-wrapper {
    padding: 0;
    height: auto;
    overflow: hidden;
}
.layout {
    width: 1170px;
}

a:link,
a:active,
.c-blue,
a.c-blue:link,
a.c-blue:active {
    color: #0095d9;
}

/*头部*/
.header-common-bjs-bar {
    height: 74px;
    background-color: #fff;
    width: 100%;
    min-width: 1170px;
    box-shadow: 1px 1px 4px rgba(189, 189, 189, .4);
    position: relative;
    z-index: 11;
}

.header-common-bjs-bar .layout {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.header-common-bjs-bar .logo {
    width: 250px;
    height: 74px;
    background: #fff url(images/logo-bjs.png) no-repeat left center;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}
.header-common-bjs-bar .home-logo {
    width: 263px;
    height: 97px;
    background: #fff url(images/logo-bjs-home.png) no-repeat center center;
    box-shadow: 1px 1px 4px rgba(189, 189, 189, .4);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}
.header-common-bjs-bar .header-nav {
    float: right;
    margin-top: 8px;
    height: 60px;
    position: relative;
}
.header-common-bjs-bar .header-nav a {
    float: left;
    display: block;
    position: relative;
    margin-left: 60px;
    padding: 0 5px;
    min-width: 52px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}
.header-common-bjs-bar .header-nav a i {
    width: 0;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #0095d9;
    position: absolute;
    top: 58px;
    left: 0;
    transition: width 2s;
    -moz-transition: width 2s; /* Firefox 4 */
    -webkit-transition: width 2s; /* Safari 和 Chrome */
    -o-transition: width 2s; /* Opera */
}
.header-common-bjs-bar .header-nav a:hover,
.header-common-bjs-bar .header-nav a.active {
    color: #0095d9;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.header-common-bjs-bar .header-nav a:hover i,
.header-common-bjs-bar .header-nav a.active i {
    width: 100%;
}
/*头部结束*/

/*尾部*/
.footer-bjs {
    width: 100%;
    height: 205px;
    background: #333;
    color: #999;
}
.footer-bjs .footer-l {
    float: left;
    width: 950px;
    height: 190px;
}
.footer-bjs .txt-1 {
    margin: 38px 0 23px 0;
    height: 32px;
    color: #fff;
}
.footer-bjs .tel {
    line-height: 32px;
    font-size: 30px;
    /*font-family: 'HelveticaNeueLight';*/
}
.footer-bjs .time {
    margin-left: 25px;
    margin-top: 8px;
    line-height: 24px;
    font-size: 12px;
}
.footer-bjs .links {
    display: block;
    height: 32px;
}
.footer-bjs .links li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 32px;
}
.footer-bjs .links a,
.footer-bjs .txt-2 a {
    line-height: 32px;
    color: #999;
    text-decoration: none;
}
.footer-bjs .links .space-1 {
    padding: 0 9px;
}
.footer-bjs .links .space-2 {
    padding: 0 6px;
}
.footer-bjs .txt-2 {
    height: 32px;
    line-height: 32px;
}
.footer-bjs .code {
    float: right;
    margin-top: 33px;
    padding-top: 127px;
    width: 117px;
    height: 36px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    background: url(images/code-bjs.png) no-repeat center top;
    text-align: center;
}
/*尾部结束*/

