﻿.W1200{width: 1200px;margin: 0 auto;font-family: "微软雅黑";}

.footer_top {padding: 10px 0;}
.footer_top .line{display: inline-block;width: 448px;background: #c58a8a;height: 1px;}
.footer_top img{display: inline-block;margin: 0 10px;}

.footer_btm{background: #fff1f1;padding: 20px 0 40px;}
.link_list{float: left;width: 171px;}
.link_list h2{line-height: 30px;}
.link_list h2 a{font-size: 14px;color: #8c1515;}
.link_list ul li{line-height: 22px;}
.link_list ul li a{color: #333;font-size: 12px;}
.link_list ul li a:hover{ color: #8c1515; }

.footer_btm .count_p{ border-top: 1px solid #ccc;padding-top: 20px;margin-top: 20px;line-height: 22px;text-align: center;}

@media only screen and (max-width:768px){
 .W1200{width:100%;}
 .link_list{display: none;}
 .footer_top{display: none;}
 .footer_btm .count_p {border-top: none;padding-top: 0;}
} 