html,
body,
div,
a,
span,
ul,
li,
p,
h3,
div {
    margin: 0;
    padding: 0;
    font-family: "楷体";
    color: #030303;
    font-size: 17px;
}
a {
    text-decoration: none;
}
li {
    list-style-type: none;
}

.attrLeft {
    float: left;
}
.attrRight {
    float: right;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}

/*.body{
	height:1000px;
}*/
.head {
    width: 100%;
    height: 70px;
    background: rgb(250, 250, 250);
    position: fixed;
    top: 0px;
    z-index: 2;
}
.head .hBody {
    width: 1000px;
    margin: 0 auto;
}
.hBody p,
.hBody span {
    font-weight: bold;
    line-height: 70px;
    font-size: 30px;
}
.hBody span {
    color: rgb(211, 48, 42);
}
.hBody li {
    float: left;
    line-height: 68px;
    padding: 0 10px;
    border-bottom: 2px solid #f6f6f6;
}
.hBody li:hover {
    background: rgb(246, 246, 246);
    border-bottom: 2px solid #d32d27;
}
.conter {
    width: 1000px;
    /*height:2000px;*/
    margin: 170px auto 0;
}
.conter > div {
    margin-bottom: 200px;
    vertical-align: middle;
}
.conter > div .box1 {
    width: 460px;
    padding: 0 20px;
    margin-top: auto;
    margin-bottom: auto;
    /*margin:auto 20px;*/
}
.box1 h3 {
    color: #d32d27;
    font-size: 36px;
    font-weight: normal;
    font-family: "宋体";
    margin-bottom: 20px;
}
.box1 span {
    color: red;
}
.box1 a {
    background: #d32d27;
    padding: 15px;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
    top: 50px;
}
.box1 a:hover {
    background: #bf2d28;
}
.conter .box2 {
    width: 480px;
    padding: 0 10px;
}
.box2 img {
    width: 480px;
}
.bottom {
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    width: 100%;
    background-color: black;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom > a,
.bottom > a > p {
    color: #fff;
    text-decoration: none;
}

.bottom > a + a {
    margin-left: 10px;
}
