.mt20 {
    margin-top: 20px;
}
.ml24{
    margin-left: 24px;
}
.mb50 {
    margin-bottom: 50px;
}
.htybg {
    background-color: #FAF5F5;
}
.header-logo {
    display: block;
    width: 100%;
}
.nav.hty {
    background: #7D0002;
}
.nav.hty .navlist li a:hover {
    background-color: #c02325;
}
.footer.hty {
    background: #7D0002;
}
.footer.hty .ulink {
    border-bottom-color: #c02325;
}
.footer.hty .copy {
    color: #fff;
}
.footer.hty .copy .txt a{
    color: #fff;
}
/* ºÐ×Ó */
.block {
    width: 588px;
}
.box {
    background: #fff;
}
.box-hd {
    height: 45px;
    border-bottom: 1px solid #7D0002;
}
.box-hd-title {
    display: inline-block;
    height: 45px;
    color: #fff;
    background: #7D0002;
    padding: 0 15px;
    line-height: 45px;
    font-size: 14px;
}
.box-hd-link {
    float: right;
    line-height: 45px;
    cursor: pointer;
    margin-right: 10px;
}
.box-hd-link:hover {
    color: #7D0002;
}
.box-bd {
    padding: 10px 30px;
}
.box-bd-ul {
    list-style: disc;
}
.box-bd-ul > li {
    line-height: 30px;
    font-size: 14px;
    color: #434343;
    cursor: pointer;
    list-style: disc;
}
.box-bd-ul span {
    font-size: 12px;
}
.box-bd-ul > li:hover,
.box-bd-link:hover
{
    color: #7D0002;
}
/* »­ÀÈ */
.gallery{

}
.gallery-hd {
    position: relative;
    padding: 40px 0;
}
.gallery-hd-line {
    height: 1px;
    background: #7D0002;
}
.gallery-hd-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FAF5F5;
    padding: 10px 35px;
    font-size: 26px;
    font-weight: 900;
    color: #7D0002;
}
.gallery-hd-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7D0002;
    transform: translateY(-50%);
}
.gallery-hd-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7D0002;
    transform: translateY(-50%);
}
.gallery-bd {
    overflow: hidden;
}
.gallery-bd-list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    line-height: 1;
}
.gallery-bd-link {
    display: inline-block;
    width: 25%;
    padding: 10px 10px;
    cursor: pointer;
    transition: all .1s ease-in;
}
.gallery-bd-link:hover{
    transform: scale(1.1);
}
.gallery-bd-link img {
    display: block;
    width: 100%;
    
}
