@charset "utf-8";
/* CSS Document */

/* 全站通用 */
.border{ border:1px solid #b5d9ff; border-top:none;}
.kong10{ width:100%; height:10px; overflow:hidden;}

/* 布局框架 */
body{ background-color:#FFF; background-image:url(../images/bc.jpg); background-repeat:repeat-x; }

/* 头部 */


.searchform {width:225px; height:24px; }
.input_text { background-image:url(../images/search_bc.jpg); width:177px; height:24px; float:left; margin-right:5px; border:none; padding-left:10px;}
.input_btn{ width:32px; height:24px; float:left;}


.banner{ width:100%; background-image:url(../images/header2.png); background-size: contain;height:240px; background-position:top center; background-repeat:no-repeat;}
.banner_cnt{ width:1000px; padding-top:15px; margin:0 auto;}

/* 导航 */

.nav{ width:100%; height:40px; background-color:#0154ad; background-image:url(../images/nav.jpg); background-position:top center;}
.nav_cnt{ width:1000px; height:40px; margin:0 auto; background-image:url(../images/border.png); background-repeat:no-repeat; background-position:top right;}
.nav a:hover{ color:#99ffff;}
.nav_cnt a{ color:#FFF;font-family:"微软雅黑", "宋体"; font-size:16px; line-height:40px; padding:0px 9px; display: inline-block; }
.menu { height: 40px; z-index: 100;  }
.menu li { width: 100px;float: left; font-size: 14px; text-align: center;background-image:url(../images/border.png); background-repeat:no-repeat;}
.li_3 { position: relative; z-index: 100; }
.li_3_content { position: absolute; top: 20px; left: 0px; line-height: 40px; z-index: 99; display: none; height: 188px; *top: 18px; width: 82px; }
.li_3_content dt { height: 17px; border-bottom: 3px solid #66ccff; *height: 19px; line-height: 17px; }
.li_3_content dd {  padding: 0 8px; background-color:#4584c7; border-bottom:1px solid #74afee;}
.li_3_content dd a { text-align: center; padding: 0; width: auto; }



/* 尾部 */

.footer{ padding-top:20px; padding-bottom:20px; width:100%; background-color:#fafafa; border-top:2px solid #0154ad;}




