body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
}

.cotnact {
    width: 100%;
    margin-top: 20px;
    line-height: 35px;
}

.cotnact h1 {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    color: #0071CC;
    font-weight: normal;
}

.cotnact dl {
    padding-bottom: 10px;
    margin: 20px;
    /*border-bottom: 1px solid #ddd;*/
}

.cotnact dl dd {
    width: 960px;
    float: left;
    text-align: left;
}

.cotnact dl dd b {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #0053A9;
}

.cotnact dl dd p {
    width: 100%;
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

.cotnact ul {
    width: 100%;
    padding-bottom: 50px;
}

.cotnact ul li {
    width: 350px;
    float: left;
    height: 200px;
    margin-right: 150px;
}

.cotnact ul li b {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #0054AA;
}

.cotnact ul li p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
}