#header {
    width: 100%;
    height: 75px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 99;
}

header {
    height: 75px;
    background: url("../images/headerbg.png") repeat-x;
    margin: 0 auto;
    position: relative;
}

header .logo {
    width: 188px;
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
}

header ul {
    margin: 0;
    padding: 0;
    width: 550px;
    position: absolute;
    right: 10px;
    top: 0;
}

header ul li {
    list-style: none;
    color: #000;
    font-size: 16px;
    float: left;
    font-weight: normal;
    line-height: 75px;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}

header ul li.active {
    background: #8291c1;
    color: #fff;
}

header ul li .pulldown {
    position: absolute;
    width: 130px;
    text-align: center;
    left: 50%;
    margin-left: -65px;
    top: 60px;
    padding: 20px 0;
    color: #000;
    display: none;
}

header ul li:hover .pulldown {
    display: block;
}

header ul li .pulldown .arrow-up {
    width: 0;
    height: 0;
    margin-left: 55px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    opacity: 0.9;
}

header ul li .pulldown .container-nav {
    background: rgba(255, 255, 255, .9);
    border-radius: 5px;
    padding: 10px 0;
}

header ul li .pulldown .container-nav a {
    display: block;
    color: #000;
    line-height: 44px;
}

header ul li:hover {
    background: #8291c1;
    color: #fff;
}

header ul li:last-child {
    font-size: 12px;
}

header ul li:last-child a {
    color: #000;
}

header ul li:last-child a.active {
    color: #8291c1;
}

header ul li:last-child a:hover {
    color: #8291c1;
}

header ul li:last-child:hover {
    background: none;
    color: #000;
}

header ul li:last-child .border {
    height: 40px;
    float: left;
    margin-top: 17px;
    border-left: 1px solid #000;
    margin-right: 12px;
}

#header .menu-toggle {
    display: none;
}

#gotop {
    width: 40px;
    position: fixed;
    right: 50px;
    bottom: 100px;
    opacity: 0.7;
    cursor: pointer;
}

#gotop:hover {
    opacity: 1;
}

#footer {
    width: 100%;
    background: #333;
}

footer {
    width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 30px;
}

footer>.ct {
    padding-bottom: 30px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

#footer>.bt {
    color: #999;
    background: #202020;
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    vertical-align: middle;
}

#footer>.bt .bit {
    vertical-align: middle;
    margin-left: 20px;
}

#footer>.bt p {
    display: inline;
}

footer .title {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 20px;
}

footer p {
    display: block;
    color: #fff;
}

footer a {
    color: #fff;
    margin: 0 20px 0 0;
}

footer a:hover {
    color: #8291c1;
    text-decoration: none;
}

footer>.ct .news {
    border-left: 1px solid #fff;
    padding-left: 60px;
}

footer>.ct .news .address {
    color: #fff;
    background: url("../images/7.png") 0 0 no-repeat;
    height: 30px;
    padding-left: 35px;
    line-height: 30px;
    margin-bottom: 10px;
}

footer>.ct .news .tel {
    color: #fff;
    background: url("../images/8.png") 0 0 no-repeat;
    height: 30px;
    padding-left: 35px;
    line-height: 30px;
}

footer>.ct .news .weibo {
    margin: 15px 0 0 0;
    width: 50px;
    height: 50px;
    background: url("../images/9.png") no-repeat;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}

footer>.ct .news .weibo:hover {
    background: url("../images/9_on.png") no-repeat;
    background-size: 100%;
}

footer>.ct .news .weixin {
    margin: 15px 0 0 15px;
    width: 50px;
    height: 50px;
    background: url("../images/10.png") no-repeat;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}

footer>.ct .news .weixin:hover {
    background: url("../images/10_on.png") no-repeat;
    background-size: 100%;
}

footer .gotop {
    width: 40px;
    position: absolute;
    top: 0px;
    right: 25px;
    cursor: pointer;
}

#header-mobile,
#nav-mobile,
#nav-mobile-mask {
    display: none;
}

footer {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #header {
        top: 0;
        height: 50px;
        background: #fff;
        position: relative;
    }
    #header-mobile {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
    }
    #header-mobile .menu-btn {
        width: 20px;
        position: absolute;
        right: 18px;
        top: 18px;
    }
    #header-mobile .logo {
        width: 110px;
        display: block;
        position: absolute;
        left: 8px;
        top: 3px;
    }
    #header header {
        display: none;
    }
    #nav-mobile {
        display: block;
        width: 185px;
        position: fixed;
        margin-left: -15px;
        left: 0px;
        top: 0px;
        background: #fff;
        z-index: 99999;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
    #nav-mobile>ul {
        width: 100%;
        padding: 0px;
        margin: 0 auto;
    }
    #nav-mobile>ul>li {
        list-style: none;
        text-align: center;
        font-size: 14px;
        border-bottom: 1px solid #E5E5E6;
        color: #666;
        padding-bottom: 18%;
        padding-top: 18%;
    }
    #nav-mobile li:first-child img {
        filter: grayscale(1);
    }
    #nav-mobile li:last-child {
        border-bottom: none;
    }
    #nav-mobile li:last-child a {
        font-size: 12px;
    }
    #nav-mobile li p {
        padding-top: 15px;
        margin: 0px;
    }
    #nav-mobile li a {
        display: block;
        font-size: 14px;
        margin: 3px 0;
        color: #666;
    }
    #nav-mobile li a.english,
    #nav-mobile li a.chinese {
        display: inline-block;
    }
    #nav-mobile li.bj.on {
        padding-bottom: 0px;
        border-bottom: none;
    }
    #nav-mobile li.bj .bj_txt {
        list-style: none;
        background: #f5f5f5;
        padding: 0px;
        margin: 0px;
        margin-top: 25px;
        display: none;
    }
    #nav-mobile li.bj .bj_txt>li {
        border-bottom: 1px solid #e7e7e7;
        padding: 0px;
        width: 80%;
        margin: 0 auto;
    }
    #nav-mobile li.bj .bj_txt a {
        font-size: 12px;
        line-height: 12px;
        color: #666;
        margin: 0px;
        padding: 40px 0px;
    }
    #nav-mobile-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        z-index: 99998;
        left: 0px;
        top: 0px;
    }
    footer {
        width: 95%;
        padding: 30px 0 20px 0;
    }
    footer .title {
        font-size: 14px;
        text-align: left;
    }
    footer a {
        margin: 0;
    }
    footer>.ct {
        width: 100%;
    }
    footer>.ct .news {
        padding: 0px;
        border: none;
    }
    footer>.ct>div:first-child {
        border: none;
        display: none;
    }
    footer>.ct>div {
        border-bottom: 1px solid #fff;
        padding: 15px;
    }
    footer>.ct .col-md-1,
    footer>.ct .col-md-2,
    footer>.ct .col-md-3 {
        display: none;
    }
    footer>.ct .col-md-3.news {
        display: block;
    }
    footer>.ct .news>a:first-child {
        display: none;
    }
    footer>.ct .news .weibo {
        position: absolute;
        width: 48px;
        height: 48px;
        right: 60px;
        top: 0px;
    }
    footer>.ct .news .weixin {
        position: absolute;
        width: 48px;
        height: 48px;
        right: 0px;
        top: 0px;
    }
    footer>.ct .news .address {
        background-size: 15px;
        line-height: inherit;
        padding-left: 25px;
        font-size: 12px;
    }
    footer>.ct .news .tel {
        background-size: 18px;
        line-height: inherit;
        padding-left: 25px;
        font-size: 12px;
    }
    footer.container {
        padding-left: 5px;
        padding-right: 0px;
    }
    #footer>.bt .bit {
        display: block;
        width: 20px;
        margin: 5px auto;
    }
    #footer>.bt p {
        font-size: 12px;
        display: block;
    }
    #gotop {
        display: block;
        right: 20px;
        bottom: 110px;
        z-index: 9999;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header ul {
        width: 500px;
    }
    header ul li {
        font-size: 14px;
    }
    footer>.ct .news {
        padding: 15px;
        border: none;
    }
    footer>.ct>div:first-child {
        border: none;
        display: none;
    }
    footer>.ct>div {
        border-bottom: 1px solid #fff;
        padding: 15px;
    }
    #kv .slideBtn {
        display: none;
    }
    #gotop {
        display: none;
    }
}