@charset "utf-8";
/* CSS 前台通用 */

body { margin:0; padding:0; color:#000; font:16px/35px 'Arial','Microsoft YaHei','微软雅黑','SimSun','宋体'; background-color:#fff; }
.container { width:1200px; margin:0 auto; overflow:hidden; }
.font-yahei { font-family:'Arial','Microsoft YaHei','微软雅黑','SimSun','宋体'; }
.font-song { font-family:'Arial','SimSun','宋体'; }
* { box-sizing:border-box; }

/* 页头 */
.header { height:245px; padding:30px 0 35px 0; background:url(../images/header-back.jpg) no-repeat center top; overflow:visible; }
.header:after { height:0; display:block; content:''; clear:both; visibility:hidden; }
.header .logo { max-hight:100%; margin-right:65px; float:left; }
.header .nav { margin-top:40px; }
.header .nav a { margin-left:40px; font-size:20px; font-weight:bold; color:#000; text-decoration:none; display:inline-block; }
.header .nav a:hover { color:#b7282f; }
.header .nav a:first-child { margin-left:0; }

/* 正文 */
.show { height:auto; padding-bottom:45px; background:url(../images/show-back.jpg) no-repeat center bottom; }

/* 页脚 */
.footer { height:auto; padding:40px 0 100px 0; line-height:25px; font-size:14px; color:#999; background:#333; }
.footer:after { height:0; display:block; content:''; clear:both; visibility:hidden; }
.footer img { float:right; }