@charset "utf-8";
.bg-bgfoot {
	/* [disabled]margin-top: 300px; */
	background-color: #AC0907;

}

a{
	color: #2E2E2E;
	text-decoration: none;
}
a:hover{
    color: #ae0a29;
    text-decoration: none;
}
.text-HonSe {
    color: #AE0A29!important;
}

/*
@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}
*/
.bg-HonSe {
    background-color: #ae0a29;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    /* [disabled]background-image: url(../images/HuangSe_re.jpg); */
    background-position: center center;
    background-size: cover;
    background-repeat: repeat-x;
}
.bg-HonSeT,.bg-HuangSe {
    border-bottom: thin solid #AE0A29;
}
.pk-HongSe {
    /* [disabled]border: thin solid #D62700; */
}

.editp {
    color: rgba(70, 70, 70, 1);
    font-size: 18px;
    text-align: left;
    line-height: 2.6rem;
}
.editp img{
	max-width: 100%;
	height: auto!important;
}
.bg-logo {
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}