@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: #9e1214 url(../images/body-bg2.jpg) repeat-x 0 0; }
li { list-style: none; }
a { text-decoration: none; }
img { border: none; }

.layout { width: 910px; margin: 0 auto; }

.header { height: 405px; position: relative; }
.head-title { height: 145px; background: url(../images/head-title-bg.jpg) no-repeat 0 0; }
.title { position: absolute; left: 128px; top: 49px; }
.head-logo { height: 260px; background: url(../images/head-logo-bg.jpg) no-repeat 0 0; }
.tel { position: absolute; left: 17px; top: 167px; }
.head-girl { position: absolute; left: 290px; top: 145px; }

.head-naves { height: 75px; background: #ec1d1d; padding: 0 20px; }
.head-n { height: 75px; background: url(../images/head-naves-bg.jpg) no-repeat 0 0; padding: 0 35px; }
.head-n li { width: 150px; height: 45px;  margin: 0 5px; float: left; display: inline; }
.head-n a { width: 150px; height: 45px; display: block; line-height: 45px; text-align: center; background: url(../images/head-naves-li.jpg) no-repeat 0 0; font-size: 20px; color: #fff; }
.head-n a:hover, .head-n a.movein { background: url(../images/head-naves-li.jpg) no-repeat 0 100%; color: #c41c1c; }


.mainer { height: 460px; background: url(../images/main-bg1.jpg) repeat-x 0 0; position: relative; }

.main-desc { width: 870px; height: 395px; background: #c91919 url(../images/sil-1.jpg) no-repeat 0 0; ; margin-left: 20px; }

.main-tt { color: #fff; font-size: 36px; position: absolute; left: 120px; top: 15px; }
.main-pp { width: 750px; position: absolute; left: 120px; top: 70px; }
.main-pp p { color: #fff; font-size: 18px; margin: 10px 0; }

.footer { height: 60px; position: relative; background: #9e1214 url(../images/foot-bg2.jpg) no-repeat 20px 0; padding: 0 20px; line-height: 60px; }
.foot-naves { width: 350px; position: absolute; left: 30px; }
.foot-naves li { float: left; display: inline; color: #fff; }
.foot-naves a { color: #fff; font-size: 14px; margin: 0 10px; }
.foot-naves a:hover { text-decoration: underline; }

.copyright { color: #fff; position: absolute; left: 400px; }


