﻿@charset "utf-8";
/* CSS Document */

.dian{ background-image:url(dian.gif);  background-position:left center; background-repeat:no-repeat; padding-left:22px; list-style-position:outside; }
.dian3{ background-image:url(dian3.jpg); background-repeat:no-repeat; padding-left:22px; list-style-position:outside; }
.dian2{ background-image:url(dian2.png); background-repeat:no-repeat; padding-left:26px; list-style-position:outside; }
.xuxian { width:85%; overflow:hidden;border-top:1px dashed #cccccc;height: 1px; margin:0 auto;}
.xuxian2 { width:96%; overflow:hidden;border-top:1px dashed #cccccc;height: 1px; margin:0 auto;}
.lh22{ line-height:22px;}
.lh30{ line-height:30px;}
.lh35{ line-height:35px;}
.lh40{ line-height:40px;}
.border_gray{ border:1px solid #b8deed; border-top:none;}

/* 布局框架 */
body{background-color:#fff; background-image:url(body-bg.gif); background-repeat: repeat-x; background-position:top center; }

/* 头部 */
#header{width:100%; }
#top{ width:100%; height:65px;}
#top_content{ width:980px; margin:0 auto; }
.top_l{ background-image:url(logo_cn.png); background-repeat:no-repeat; width:580px; height:50px;}
.top_r{ width:300px; height:65px; }
.top_r a {float:right; color:#005a8c; font-size: 12px; padding:0 10px;}
.top_r p {float:right;font-size: 14px; }
.top_r a:hover {color:#cc6600;}

#searchform {width:190px; height:23px; }
#input_text {width:158px; height:21px; line-height:21px; color:#999;  float:left;}
#input_btn{ width:26px; height:23px; float:right;}

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}



/* 导航 */
.nav{ background-image:url(menu-bg.gif); width:980px; height:35px; margin:0 auto; background-repeat:repeat-x; border-radius: 5px;}
.nav li{float:left; background: url(menu-separator.gif) no-repeat right top; height: 35px;
padding: 0 3px 0 0;}
.nav li a{color:#fff; text-decoration:none; font-size:14px; padding:0px 29px 0 29px; display:inline-block; font-weight:bold; height:32px; text-transform:uppercase;}
.nav li a:hover {background:transparent url(menu-hover-bg.gif) repeat-x;}
.nav li.active-trail a {background:transparent url(menu-hover-bg.gif) repeat-x;}

/* 中部 */
.container{width:1000px; overflow:hidden;margin:0 auto;}

/* 尾部 */
#footer{width:1000px;height:150px; border-top:1px solid #bbb; margin:0 auto; padding-top:20px; }
#footer a { color:#666; }
#footer p{color:#666; }
#footer a:hover { color:#2874c2;}
.footer_top{ width:280px; height:26px; margin:0 auto; padding-top:20px; padding-bottom:20px;}
.footer_logo{ margin-left:100px;}


