html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

div:focus,
input:focus {
    outline: none;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

html,
body {
    font-size: 16px;
    height: 100%;
    color: #666;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    /* position: relative; */
}

.location {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.banner {
    position: absolute;
    width: 100%;
    left: 0;
    height: 502px;
    background: url('//png.pookcdn.net/bydr-lobby/bydsj/website/inner_banner.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
}

.content {
    height: 100%;
    padding-top: 500px;
    background-color: #f1f4fb;
}

.content_header {
    width: 1280px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_header a {
    color: #333;
    cursor: pointer;
}

.content_header img {
    vertical-align: middle;
}

.content_inner {
    width: 1280px;
    height: 1280px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
}

.footer {
    height: 280px;
    background-color: #768fe6;
    text-align: center;
    padding-top: 40px;
    color: #bfe0ff;
    position: absolute;
    width: 100%;
    left: 0;
}

.footer a {
    color: #bfe0ff;
}

.top {
    height: 120px;
    width: 1180px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.top li {
    float: left;
    width: 180px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    cursor: pointer;
}

.bottom {
    width: 1180px;
    margin: 0 auto;
    height: 1000px;
    overflow: hidden;
}

.title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.des {
    color: #666;
    margin-top: 10px;
}

.bottom li {
    height: 180px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.active {
    height: 60px;
    border-radius: 30px;
    background-color: #6798f8;
    color: #fff;
}

.banner_center {
    width: 1300px;
    margin: 0 auto;
}

.nav a {
    color: #fff;
}

.nav ul {
    width: 700px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    float: right;
    height: 100px;
    color: #fff;
}

.nav ul li {
    width: 160px;
}

.nav img {
    vertical-align: middle;
}

.logo {
    float: left;
    margin-top: 20px;
}

.footer_nav {
    width: 800px;
    margin: 10px auto 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer p {
    margin-bottom: 10px;
}

.footer_tips {
    width: 480px;
    height: 47px;
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 2;
}

.page {
    width: 500px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}

.page2 {
    width: 300px;
    margin: 100px auto;
    display: flex;
    justify-content: center;
}

.page2 a {
    display: inline-block;
    margin: 0 5px;
    width: 138px;
    height: 58px;
    background: #fff;
    font-size: 18px;
    color: #6798f8;
    border: 1px solid #6798f8;
    text-align: center;
    line-height: 58px;
    border-radius: 5px;
    cursor: pointer;
}

.page2 a:hover {
    background-color: #6798f8;
    color: #fff;
}

.page a {
    display: inline-block;
    margin: 0 5px;
    width: 44px;
    height: 44px;
    background: #f4f4f4;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    cursor: pointer;
}

.current_page {
    background: #6798f8 !important;
    color: #fff !important;
}

.bottom li:hover .title {
    color: #6798f8;
}

.time {
    float: right;
}

.detail_text {
    padding: 30px 0;
    height: 800px;
    overflow: auto;
    border-bottom: 1px solid #f5f5f5;
}

.detail_text p {
    margin-top: 30px;
    line-height: 1.5;
}