.index_footer{
	width: 100%;
	padding: 0px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#000;
	padding-right:20px;
	overflow:hidden;
}
.footer_top {
    color: #fff;
    font-size: 14px;
	width:100%;
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_top a {
    text-decoration: none;
    color: #fff;
    font-family: PoppinsRegular;
    font-size: 14px;
}

.footer_block {
    float: left;
}

.footer_block li {}

.footer_about_us {
    margin-right: 8%;
	width:14%;
}

.footer_trade_help {
    margin-right: 85px;
}

.footer_products_assistance {
    margin-right: 60px;
}

.footer_title {
    font-size: 18px;
    font-family: PoppinsBold;
    margin-bottom: 10px;
    color: #fff;
}

.footer_bottom {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 1000px;
}

.footer_contact_button {
    width: 200px;
    height: 28px;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.footer_subscribe {
	width:100%;
    margin-top: 10px;
}

.footer_subscribe input {
    outline: none;
    line-height: 40px;
    float: left;
	padding:0px 10px;
	box-sizing:border-box;
	font-size:14px;
}

.footer_subscribe .email_input {
    width: 62%;
    height: 40px;
}

.subscribe_button {
    background-color: #990113;
    width: 32%;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: none;
	color:#FFF;
    /*background-image: url(../image/small/footer_images/footer_16.jpg);
    background-position: center;
    background-repeat: no-repeat;*/
    margin-left: 5%;
	font-family:PoppinsBold;

}

.email_check_message {
    display: none;
    color: #F00;
    float: left;
}

#subscribe_progress {
    display: none;
}
.footer_logo {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.footer_logo {
	float:left;
}
.footer_nr {
	width:36%;
	margin-right:8%;
}
.footer_contact {
	width:34%;
	box-sizing: border-box;
}
.footer_mail {
	width:100%;
	margin-top:30px;
}
.footer_mail a {
	line-height:21px;
}
.wailian {
	float:left;
	width:100%;
	margin-top:20px;
}
.wailian li{
	float: left;
	margin-right: 10px;
}

@media(max-width: 800px) {
	.index_footer {
		padding-bottom:20px;
	}
	.footer_logo {
		float:left;
		width:100%;
		margin:20px 0px;
	}
	.footer_top{
		padding:0px 10px;
	}
    .footer_top,
    .footer_bottom {
        width: 100%;
    }

    .footer_about_us {
        width: 100%;
        margin-right: 0px;
		margin-top:30px;
    }
	.footer_contact {
		width:100%;
		margin-left:0px;
		margin-top:30px;
	}
    .footer_block {
        width: 100%;
    }

    .accrdion-header {
        font-size: 16px;
        border-bottom: 1px solid #222222;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .accrdion-content {
        box-sizing: border-box;
        padding-left: 40px;
        display: none;
    }

    .accrdion-content li {
        height: 48px;
        line-height: 48px;
    }

    .accrdion-entry {
        box-sizing: border-box;
    }

    .accrdion-entry .accrdion-header {
        background-image: url(../image/small/footer_images/arrow_down.png);
        background-position: calc(100% - 20px);
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding-left: 20px;
    }

    .accrdion-active {
        border-bottom: 1px solid #222222;
    }

    .my-accordion .accrdion-active .accrdion-header {
        background-image: url("../image/small/footer_images/arrow_up.png");
        background-position: 95%;
        background-repeat: no-repeat;
    }

    .footer_subscribe {
        margin-top: 20px;
    }

    .follow_us_bg {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
	.footer_subscribe .email_input {
		width:100%;
		max-width:250px;
		float:none;
		display:block;
	}
	.footer_subscribe input {
		width:100%;
		max-width:250px;
		margin-left:0px;
		margin-top:10px;
		float:none;
		display:block;
	}
}