* {
    margin: 0;
    padding: 0;
    font-family: "[DFLiHeiStd]", "Myriad Pro";
}

img {
    width: 100%;
    max-width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
}

.red {
    color: red;
}

.btn {
    color: #fff;
    background: #ba081d;
    width: 300px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

body {
    font-family: "[DFLiHeiStd]", "Myriad Pro";
    font-size: 28px;
    line-height: 2;
    background: #ffffff;
    color: #727171;
}

.text {
    margin-bottom: 40px;
}

.title {
    font-size: 32px;
    color: #0e1a64;
}

a {
    text-decoration: none;
    outline: none;
}

.head {
    width: 100%;
    height: 600px;
    background: url("../images/pc_01.jpg") no-repeat top center;
}

.content {
    width: 973px;
    margin: 0px auto;
    padding-bottom: 30px;
}

.content_p {
    padding: 67px 0px;
    text-align: justify;
}

.mainContent td {
    font-size: 24px;
    border: 1px solid #837d7b;
    line-height: 36px;
    padding: 10px 5px;
}

.blue {
    color: #0359f8;
}

.pc_02 {
    margin: 0 auto;
    width: 973px;
    height: 41px;
    background: url("../images/pc_02.jpg") no-repeat top center;
}

.pc_03 {
    margin: 30px auto;
    width: 973px;
    height: 41px;
    background: url("../images/pc_03.jpg") no-repeat top center;
}

.pc_04 {
    margin: 30px auto;
    width: 420px;
    height: 177px;
    background: url("../images/pc_04.jpg") no-repeat top center;
}

.go {
    display: block;
    margin: 40px auto;
    width: 420px;
    height: 177px;
    background: url("../images/go.jpg") no-repeat top center;
}

.descBox {
    overflow: hidden;
    width: 700px;
    margin-left: 10px;
    height: 30px;
}

.icon {
    display: block;
    float: left;
    width: 16px;
    height: 18px;
    background: url("../images/icon.jpg") no-repeat top center;
    margin-top: 10px;
    margin-right: 10px;
}

.descBox_p {
    float: left;
    font-family: "Myriad Pro";
    font-size: 20px;
}

ul {
    width: 973px;
    margin: 0 auto;
    list-style-type: none;
    color: #727171;
}

span {
    color: #1093f9;
}

a {
    color: #1093f9;
    text-decoration: none;
}

.foot_p {
    width: 973px;
    font-size: 12px;
    color: #3b589e;
    text-align: center;
}