* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    box-sizing: border-box;
}

img {
    width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
    line-height: 2;
    color: #3667d0;
    min-width: 1260px;
    background: #e9f3ff;
}

.head {
    width: 100%;
    height: 443px;
    background: url("../images/head.jpg") no-repeat top center;
}

.titText {
    width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    margin: 20px 0px;
}

a {
    color: #78d9ff;
}

.bar {
    width: 960px;
    padding: 20px;
    margin: 20px auto;
    background: url("../images/bar1.jpg") no-repeat top center;
    height: 149px;
}

.barB {
    width: 960px;
    text-align: center;
    margin: 20px auto;
    background: url("../images/bar2.jpg") no-repeat top center;
    line-height: 68px;
    height: 68px;
}

.btn {
    background: url("../images/btn.jpg") no-repeat top center;
    margin: 0 auto;
    margin: 60px;
    height: 119px;
}

.mainContent {
    line-height: 36px;
    letter-spacing: 1px;
}

.text {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
    padding: 10px 20px;
}

table {
    width: 100%;
    border: 1px solid #607cc7;
}

table td {
    padding: 10px 20px;
}

table tr:first-child {
    text-align: center;
    background: #607cc7;
    color: #fff;
}

table tr:first-child td:first-child {
    border-right: 1px solid #e9f3ff;
}

table tr:last-child td:first-child {
    border-right: 1px solid #607cc7;
}