@charset "utf-8";
* { margin: 0px; padding: 0px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; line-height: 20px; background: #FFF; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
ol, ul, li { list-style-type: none; }
img { border: none; vertical-align: top; }

.headBox { background: url(../images/b_1.png) repeat-x left top; width: 100%; height: 48px; position: absolute; left: 0; top: 0; z-index: 9999; }
.logo { width: 200px; height: 200px; margin-left: -550px; position: absolute; left: 50%; top: 0; }
.navBox { font-weight: bold; font-size: 14px; color: #333; line-height: 48px; margin-left: -350px; position: absolute; left: 50%; top: 0; }
.navTag { display: inline-block; margin-right: 15px; position: relative; }
.navBox a { text-decoration: none; }
.navBox .cur, .navTag:hover { background: url(../images/b_2.gif) repeat-x center top; }
.userBox { margin-right: -470px; position: absolute; right: 50%; top: 14px; }
.userBox a { text-decoration: none; display: inline-block; width: 24px; height: 24px; margin-right: 10px; }
.userBox .a1 { background: url(../images/i_1.png) no-repeat left top; }
.userBox .a2 { background: url(../images/i_2.png) no-repeat left top; }
.userBox .a3 { background: url(../images/i_3.png) no-repeat left top; }
.language { color: #333; line-height: 48px; margin-right: -550px; position: absolute; right: 50%; top: 0; }
.language a { color: #333; }

.banner { background: url(../images/banner.jpg) no-repeat center top; clear: both; width: 100%; height: 440px; overflow: hidden; }

.menuBox { background: #FFF; border: 1px solid #E1E1E1; border-radius: 10px; padding: 0 10px; position: absolute; left: -10px; top: 48px; z-index: 99999; display: none; }
.menuBox p { font-size: 14px; color: #5F5F5F; line-height: 30px; border-bottom: 1px solid #E1E1E1; white-space: nowrap; }
.menuBox p a { color: #5F5F5F; }
.menuBox:before { content: ' '; background: #FFF; border: 1px solid #E1E1E1; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; width: 20px; height: 20px; overflow: hidden; position: absolute; left: 20px; top: -10px; z-index: -1; transform: rotate(45deg); }