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

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

.header { height: 169px; background: url(../images/head-bg2.jpg) no-repeat 0 0; position: relative; }
.title { position: absolute; left: 72px; top: 99px; }

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

.main-left { width: 260px; height: 428px; background: url(../images/main-left-bg2.jpg) no-repeat 0 0; float: left; display: inline; }
.tel { font-size: 22px; color: #b09546; position: absolute; left: 72px; top: 0px; }

.main-naves {}
.main-naves li { float: left; display: inline; }
.main-naves a { font-size: 30px; color: #0b1e3d; font-weight: bold; }
.main-naves a:hover, .main-naves a.movein { color: #617eae; }

.botton-1 { position: absolute; left: 88px; top: 184px; }
.botton-2 { position: absolute; left: 136px; top: 226px; }
.botton-3 { position: absolute; left: 64px; top: 272px; }
.botton-4 { position: absolute; left: 162px; top: 290px; }
.botton-5 { position: absolute; left: 88px; top: 339px; }

.main-right { width: 740px; height: 428px; background: url(../images/main-right-bg2.jpg) no-repeat 0 0; float: left; }

.main-des1 { width: 390px; position: absolute; left: 270px; top: 2px; color: #0b1e3d; font-family: Calisto MT; }
.main-des1 h1 { font-size: 24px; font-weight: normal; text-align: center; }
.main-des1 p { font-size: 16px; line-height: 22px; margin: 10px 0; text-align: center; }

.otherlinks {}
.otherlinks li { float: left; display: inline; margin: 5px 0; }
.otherlinks img { display: block; }

.footer { width: 1000px; height: 173px; background: url(../images/foot-bg.jpg) no-repeat 0 0; position: relative; text-align: center; color: #000; }

