body {
  position: relative; }

.footer {
 
  width: 100%; 
	z-index:13;
	    background: transparent;
	
}
@media (max-width: 1440px)
 {
	 .article_index::before {
    content: "";
    background: url(../image/background/bg-why_us.png);
    height: 80%;
    background-size: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: .6;
    background-repeat: no-repeat;
    left: 0;
    bottom: 20%;
    transform: translate(0px, 35%);
}
}
.article_index .bg-article_index
{
	    background: url(../image/background/bg-why_us.png);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    bottom: 0;
    opacity: 0.2;
}
.footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: transparent;
    background-image: transparent;
    background-size: 100%;
    background-position: 100% 100%;
    opacity: 0.1;
}
.article_index
{
	overflow:hidden;
}
.article_index .container
{
	position:relative;
	z-index:12
}
footer {
   
    position: initial;
    z-index: 9;
    bottom: 0;
}
.content-footer {
    background: #000000d1;
}
*/
/*# sourceMappingURL=index.css.map */
