@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: #000; }
li { list-style: none; }
a { text-decoration: none; }
img { border: none; }

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

.head-naves { width: 852px; height: 95px; background: url(../images/h-nave-bg.jpg) no-repeat 0 0; padding: 0 2px 0 82px; position: relative; }
.head-naves li { width: 166px; height: 90px; float: left; display: inline; margin: 0 2px; }
.head-naves a { width: 166px; height: 90px; display: block; background: url(../images/li-bg.jpg) no-repeat 0 0; line-height: 90px; text-align: center; color: #fff; font-size: 16px; }
.head-naves a:hover, .head-naves a.move { background: url(../images/li-bg.jpg) no-repeat 0 100%; }

.header { height: 305px; background: url(../images/head-bg.jpg) no-repeat 0 0; position: relative; }
.header img { display: block; }
.title { position: absolute; left: 475px; top: 76px; }
.tel { position: absolute; left: 423px; top: 197px; }

.mainer { height: 496px; position: relative; }

.main-left { width: 303px; height: 496px; background: url(../images/main-left-bg.jpg) no-repeat 0 0; float: left; display: inline; }

.main-right { width: 553px; height: 496px; background: url(../images/main-right-bg.jpg) no-repeat 0 0; float: left; }
.main-right img { display: block; }

.m-tt { position: absolute; left: 315px; top: 15px; }

.m-info { width: 460px; position: absolute; left: 320px; top: 70px; }
.m-tt2 { color: #706d44; font-size: 22px; line-height: 28px; }
.m-des { color: #706d44; font-size: 16px; margin-bottom: 15px; line-height: 20px; }

.footer { width: 856px; height: 100px; background: #3c382d; padding-top: 5px; position: relative; }
.foot-in { width: 856px; height: 100px; background: #100d08; }

.foot-naves { position: absolute; left: 230px; top: 18px; }
.foot-naves li { width: 100px; text-align: center; background: url(../images/foot-li.jpg) no-repeat 0 0; float: left; display: inline; }
.foot-naves a { color: #706d44; font-size: 16px; line-height: 17px; }
.foot-naves a:hover { text-decoration: underline; }
.foot-naves li.f-li1 { background: none; }

.otherlinks { width: 468px; position: absolute; left: 320px; top: 70px; }
.otherlinks li { float: left; display: inline; margin: 10px 0; }
.otherlinks img { display: block; }

.copyright { width: 856px; text-align: center; color: #706d44; line-height: 100px; background: #100d08; }

