body {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #f6f7f8;
}

.header {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 720px;
    background: url(sswbg.png) no-repeat;
    background-size: cover;
}

.header a {
    position: relative;
    width: 400px;
    height: 63px;
    display: inline-block;
    top: 15px;
    left: 34px;
}

.header img {
    width: 100%;
    height: 100%;
}

.tt {
    width: 64%;
    margin: 0 auto;
    margin-top: 38px;
}

.tt div {
    float: left;
}

.tt div>img {
    width: 110px;
    height: 64px;
}

.tt .right p:first-child {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -15px;
    padding: 10px;
}

.tt .right p:last-child {
    font-size: 14px;
    padding: 0;
    text-align: start;
    padding-left: 12px;
    font-weight: 500;
    margin-top: -8px
}

.tt .right p:last-child a span:first-child {
    color: #2196f3;
}

.tt .right p:last-child a span:last-child {
    margin-left: 10px;
    color: #888;
}

.gy {
    width: 100%;
    height: 566px;
    background-color: #ca0000;
    margin-top: 100px;
}

.gy>div {
    width: 82%;
    margin: 0 auto;
    float: left;
    margin-left: 16%;
}

.gy {
    height: 625px;
    margin-top: 132px;
}

.gy .left {
    position: relative;
    top: 78px;
}

.gy .right {
    position: relative;
    top: 34px;
}

.gy .left, .gy .right {
    float: left;
    width: 42%;
    padding: 30px;
}

.gy .left p {
    font-size: 24px;
    color: #fff;
}

.gy .left span {
    font-size: 16px;
    color: #efff;
    line-height: 39px;
    margin-top: 20px;
    display: inline-block;
}

.gy .left>p:last-child span {
    background: #fff;
    color: #c24f4f;
    padding: 5px;

}

.gy .right>img {
    height: 500px;
}

.lm {
    width: 85%;
    margin: 0 auto;
}

.lm .lm-item {
    width: 100%;
    /* margin-top: 14px; */
    margin-top: 60px;
    float: left;
}

.lm .lm-item>p {
    /* background: url(sswlm.png) no-repeat; */
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
}

.lm .lm-item>p>img {
    width: 100%;
}

.lm .lm-item .lm-name {
    position: relative;
    top: -74px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    left: 56px;
    display: block;
    width: auto;
    text-align: start;
}

.lm .nr {
    float: left;
    /* margin-top: 10px; */
    margin-top: 62px;
    width: 100%
}

.lm .nr .left, .lm .nr .right {
    float: left;
    width: 50%;
}

ul {
    color: #888;
    margin: 0;
    padding: 0;
    padding-left: 16px;
}

ul>a:first-child>li:first-child {
    margin-top: 10px;
}

li {
    padding: 10px 0;
    list-style: disc;
    font-size: 14px;
    color: #888;
    text-align: justify;
}

li:hover {
    color: #c02f2f;
}