/*@import url('./reset.css');*/
@media (min-width: 1360px) {



.page-about {
    width: 1280px;
}

}

* {
    outline: none;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
    padding: 0;
}

body {
    background: #ffffff;
}

/*@media (min-width: 1024px) {
    .container {
        width: 1280px;
        margin: 0 auto;
    }
}*/

a {
    text-decoration: none;
    color: #666666;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0084ce;
}

/*悬停下拉导航设置*/
.dropdown {
    text-align: center;
    min-width: 120px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #ffffff;
    border-color: transparent;
}
.bs-docs-nav .navbar-menu > li:hover,
.bs-docs-nav .navbar-menu > li.active {
    border-bottom: 3px solid #0084cd;
}
.dropdown-menu {
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.bs-docs-nav .navbar-menu > li {
    margin: 0;
    padding-bottom: 10px;
    width: 120px;
    height: 60px;
    text-align: center;
    border-bottom: 3px solid transparent;
}
.bs-docs-nav .navbar-menu > li:first-child {
    width: 80px;
}
.bs-docs-nav .navbar-menu > li > a {
    font-size: 16px;
}
.navbar-menu > li .dropdown-menu {
    margin-top: 3px;
    width: 100%;
    min-width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
}

.dropdown-menu li > a {
    padding: 10px 0px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.navbar-menu > li:hover .dropdown-menu li > a:hover {
    color: #0083cc;
    background: none;
}

.navbar-menu > li:hover .dropdown-menu {
    display: block;
    margin-top: 3px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.nav_line {
    display: none;
}
img {
    border: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix {
    clear: both;
    content: '';
}

.font14 {
    font-size: 14px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.text-center {
    text-align: center;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.max100 img {
    max-width: 100%;
}

.bg-blue {
    background: #031e79;
}

.footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 40px;
    background: #f3f3f3;
    z-index: 999;
}

.footer .fotnav {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
    background: url(../img/24hour.png) no-repeat right 250px;
}

@media (max-width: 768px) {
    .footer .fotnav {
        width: 100%;
        height: 60px;
        background: none;
        margin-top: 0px;
        padding-top: 0px;
    }
}

.footer .fotnav a {
    color: #333;
}

.footer .fotnav a:hover {
    color: #0084ce;
}

.footer .fotnav .dl {
    margin-left: 50px;
    padding: 0px;
    margin-top: -10px;
}

.footer .fotnav dl {
    float: left;
    width: 18%;
    padding: 0px;
}

.footer .fotnav dt {
    font-size: 16px;
    line-height: 35px;
    position: relative;
    padding: 0px;
}

/* .footer .fotnav dt i {
    display: block;
    position: absolute;
    left: 0px;
    top: 30px;
    width: 20px;
    height: 2px;
    background: #373737;
} */

.footer .fotnav dd {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    -webkit-margin-start: 0px;
    margin: 0;
    padding: 0;
}

.footer .hotline {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 18px;
}

.footer .copyright {
    background: #1b1b1b;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}
