.h-img {
    position: relative;
    width: 155px;
    height: 30px;
    background: url(../images/5tf.png) no-repeat;
    background-size: 100%;

}

.head {
    background: white;
    height: 70px;
    margin-bottom: 8px;
}

.center {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-img {
    position: relative;

    margin-right: 100px;
}

.h-text>ul {
    display: flex;

    align-items: center;


}

.h-text>ul>li {
    list-style-type: none;
    margin-left: 34px;

}

.h-text>ul>li>a {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #7b7b7b;
    line-height: 91px;
    width: 96px;
    height: 91px;
    cursor: pointer;

}

.h-text>ul>li.cur a {
    color: rgb(171, 55, 56);


}

.h-text>ul>li>a:hover {
    color: rgb(115, 2, 4);

}

.tes {
    position: absolute;
    right: -163px;
    top: 20px;
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.hyxz {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

.hyimg {
    width: 100%;
    margin: 0 auto;
    position: relative;
    // left: 50%;
    // margin-left: -950px;
}

.hycenter {
    width: 1200px;
    margin: 0 auto;
}

.hytext {
    width: 100%;
    height: auto;
    margin-top: 70px;
    border: 1px solid gray;
}

.hytm {
    width: 1066px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.hytext>.hytm>h1 {

    margin-top: 50px;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid gray;

}
h2{
    font-weight: 100;
    font-size: 18px;
    font-weight: none;
}
.hytext>.hytm>h2 {
    font-weight: 100;
    font-size: 18px;
    font-weight: none;
    margin-top: 30px;
    margin-bottom: 5px;

}

.hytext>.hytm>h3 {
    font-weight: 100;
    font-size: 18px;
    line-height: 35px;


}
.hy2{
    margin-top: 20px;
    margin-top: 20px;
}
.footer {
    width: 100%;
    display: block;
    height: 135px;
    background-color: #f0f0f0;
    margin-top: 50px;
    border-top: 1px solid #d8d8d8;
}

.footer a {
    text-decoration: none;
}

.footer p {
    text-align: center;
    font-size: 18px;
    color: #000000;
    /* line-height: 20px; */
    padding-top: 15px;
}