.block_index {
    margin: 0 auto;
    max-width: 1300px;
}
/* footer */
.footer {
	border-top:6px solid #A40000;
	/*background:#FFF;*/
	color:#333333;
	line-height:30px;
	font-size:16px;
	padding:30px 0;
	margin-top:30px;
	text-align:center;
}
.footer .footer_l {
	float:left;
	padding-top:5px;
}
.footer .footer_r {
	float: right;
}
.footer span {
	color:#999;
	padding:0 15px;
}
.footer a {
	color:#333333;
}
.footer a:hover {
	color:#FF6600;
}

/* footer_index */
.footer_index {
	background:#760103;
	color:#FFF;
	line-height:36px;
	font-size:14px;
	padding:40px 0;
}
.footer_index b {
	font-size:18px;
}
.footer_index a {
	color:#C74C4C;
}
.footer_index a:hover {
	color:#FFF;
}
.footer_index .footer_r {
	float: right;
	font-size:0;
}
.footer_index .footer_l {
	background: url(../images/home/logo_b.png) no-repeat 0 center;
	padding-left:220px;
}

.footer-bottom{
    background: #760103;
    color: #fff;
    padding: 20px 0px;
}
.footer-bottom a{
color:#fff;
}
#footer_left{
line-height:24px;
    font-size: 12px;
}
#footer_left p{
margin: 0 0 0rem 0;
}
#footer_left a{
color: #C74C4C;
}
#footer_left a:hover{
color: #fff;
}
#footer_right a {
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-decoration: none;
    position: relative;
padding-top: 30px;
}
#footer_right .weixin .img {
    display: inline-block;
    width: 40px;
    height: 35px;
    background: url(/images/home/weixin-icon.png) no-repeat 0;
}
#footer_right a .text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 10px;
    color: #fff;
    font-size: 1.2rem;
}
#footer_right .code {
    position: absolute;
    bottom: 45px;
    left: 10px;
    display: none;
}
#footer_right a:hover .code {
    display: block;
}
@media only screen and (max-width: 640px){
.footer_index .footer_l{
padding-left:0px;
}
.footer_index a {
    margin-bottom: 15px;
    display: block;
}
}
