* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none
}

body,
html {
    margin: 0;
    padding: 0
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 24px;
    background-color: #f0f9ff;
    min-width: 1000px;
}

.content {
    position: relative;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    overflow: hidden;
    min-width: 1200px;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.tit-bimg {
    margin: 0 auto 30px;
    display: block;
}

.tit-simg {
    line-height: 48px;
    display: block;
    float: left;
    margin-right: 20px;
}

.tit-box {
    margin: 10px 0;
}

.box {
    line-height: 48px;
    color: #5e5d5b;
}

a {
    text-decoration: none;
    outline: 0
}

.head {
    width: 100%;
    height: 728px;
    background: url(../images/pc_01.jpg) no-repeat center
}

.table {
    width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    background-color: #f0f9ff;
    font-size: 22px;
    color: #5d5d5d;
}

.imgg {
    width: 100%;
}

.table tr {
    height: 70px;
}

.table tr td {
    border: 2px solid #24a3b3;
    line-height: 2
}

.table .th {
    background-color: #24a3b3;
    color: #ffffff;
    height: 61px;
}

.border-right {
    border-right: 2px solid #f0f9ff!important;
}

.red {
    color: red;
}

.blue {
    color: #24a3b3;
}

.blue-txt {
    font-size: 18px;
    color: #24a3b3;
    line-height: 48px;
}

.pointer {
    cursor: pointer;
}

.btn {
    display: block;
    margin: 20px auto 40px;
}

.notice-box {
    width: 1000px;
    margin: -90px auto 200px;
    margin-top: -90px;
    background: #ffffff;
    padding-top: 90px;
    height: 1050px;
    border-radius: 20px;
}

.notice-box li {
    padding: 0 30px;
    margin: 0 auto;
    line-height: 43px;
    color: #333333;
    font-weight: 300;
    font-size: 20px;
    list-style: none;
    letter-spacing: 2px;
}

.notice-box li .dot {
    letter-spacing: 0;
    display: block;
    width: 28px;
    height: 28px;
    background-color: #24a3b3;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-right: 9px;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
}

.notice-box li:nth-child(even) {
    background-color: #f4fbff;
}

.notice-box li:nth-child(odd) {
    background-color: #ffffff;
}

.foot-box {
    background-color: #ffffff;
    width: 1920px;
    height: 150px;
    padding-top: 40px;
}

.foot {
    margin: 0 auto;
    width: 913px;
    height: 40px;
    background: url("../images/footer-bg.jpg") no-repeat center;
}

.foot a {
    display: block;
    float: left;
    width: 275px;
    height: 40px;
}

.facebook {
    margin-right: 26px;
}

.line {
    width: 278px;
    margin-right: 58px;
}