@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px; list-style-type: none }
a { text-decoration: none; }
img { border: none }
.clear-0 { height: 0px; line-height: 0px; font-size: 1px; clear: both }
.clear-1 { height: 10px; line-height: 10px; font-size: 1px; clear: both }
.clear-2 { height: 20px; line-height: 20px; font-size: 1px; clear: both }
.clear-3 { height: 30px; line-height: 20px; font-size: 1px; clear: both }
h1, h2, h3, h4 { font-weight: normal; }
#container { width:960px; margin:0px auto; background:#fff; }
body { background:url(../img/body_bg_img.png) }
/*头部*/
#main_top { height: 194px; width:960px; background:url(../img/logo_img_01.png) no-repeat center; }
#quick_links { background-color:#414141; height: 30px; line-height: 26px; text-align: right; width:960px; }
#quick_links a { display:inline-block; color:#fff; padding:0px 10px; height:15px; line-height:15px; font-family:宋体; font-size:12px; border-right:1px #fff solid; }
#quick_links a:hover { text-decoration: underline; }
#quick_links i.usa_img { background:url(../img/usa_img.png) no-repeat 4px 5px; width:25px; height:29px; display:block; float:right; cursor: pointer; }
#quick_links i.cha_img { background:url(../img/cha_img.png) no-repeat 4px 5px; width:25px; height:29px; display:block; float:right; cursor: pointer; }
#quick_links form { clear:both; display:inline-block; background:#fff; line-height:17px; }
#quick_links form input[type=text] { width:124px; height:20px; border:none; background:#fff; vertical-align:middle; text-indent:5px; }
#quick_links form input[type=submit] { width:20px; height:20px; cursor:pointer; border:1px #fff solid; vertical-align:middle; background:url(../img/search_img.png) no-repeat 0 1px; }
/*导航*/
#top_nav { width:960px; float:left; margin-top:120px; }
ul.dropdown { position: relative; z-index:100; width:100%; height:35px; line-height:35px; }
ul.dropdown li { float: left; zoom: 1; width:118px; text-align:center; margin-right:2px; }
ul.dropdown .first_li { margin-top:0px; }
ul.dropdown .first_li .first_a { display:inline-block; font-size:15px; color:#000; font-family:微软雅黑; width:118px; border-bottom:7px solid #dedede; }
ul.dropdown .first_li .first_a.current_hit { border-bottom:7px solid #0b4da2; }
ul.dropdown .first_li .first_a:hover { border-bottom:7px solid #0b4da2; }
/*2级左列表*/
.second_bg { width: 960px; float: left; background: #fff; }
.leftsidebar_box { width: 190px; height: auto; height: 100%; background-color: #fff; float: left; margin-top: 25px; }
.line { height: 40px; width: 100%; background-color: #09F; text-align: center; line-height: 40px; color: #fff; font-family: "微软雅黑"; font-size: 18px; }
.leftsidebar_box dt { padding-left: 35px; padding-right: 10px; background-repeat: no-repeat; background-position: 10px center; color: #333; font-size: 14px; position: relative; line-height: 35px; cursor: pointer; font-family: "微软雅黑"; }
.leftsidebar_box dl { border-bottom: 1px solid #e9e9e9; width: 100%; float: left; }
.leftsidebar_box dd { background-color: #fff; padding-left: 40px; }
.leftsidebar_box dd a { color: #333; line-height: 20px; font-family: "微软雅黑"; font-size: 12px; }
.leftsidebar_box dd a.current_hit { color: #0b4da2; }
.leftsidebar_box dd a:hover { text-decoration: underline }
.leftsidebar_box dt img { position: absolute; right: 10px; top: 15px; }
.system_log dt { background-image: url(../img/app.png); }
.leftsidebar_box dl dd:last-child { padding-bottom: 10px; }
/*导航下拉*/
ul.dropdown { position: relative; z-index: 100; width: 100%; }
ul.dropdown ul { position: absolute; z-index: 9999; visibility: hidden; }
ul.dropdown ul li { font-weight: normal; float: left; width: 118px; line-height: 15px;}
ul.dropdown ul li a { font-size: 12px; width: 99%; display: block; padding: 8px 0%; float: left; }
ul.dropdown ul li a:hover { text-decoration: none; }
ul.dropdown ul ul { left: 100%; top: 0; }
ul.dropdown li:hover > ul { visibility: visible;}
ul.dropdown ul.sub_menu_1 { width: 118px; }
ul.dropdown ul.sub_menu_1 li { background-color:#dedede;}
ul.dropdown ul.sub_menu_1 li a { color: #333; font-family: "Microsoft YaHei"; font-size: 15px; }
ul.dropdown ul.sub_menu_1 li a:hover { background-color: #0b4da2; color:#fff; }
/*路径*/
#current_bar { font-family: 宋体; font-size:12px; color:#3f3f3f; height:24px; line-height:24px; padding:0px 2%; }
#current_bar a { color:#3f3f3f; }
#current_bar a:hover { text-decoration:underline; color:#333; }
.pagination { display:inline-block; padding-left:0; margin:20px 0; border-radius:4px }
.pagination>li { display:inline }
.pagination>li>a, .pagination>li>span { position:relative; float:left; padding:6px 12px; margin-left:-1px; line-height:1.42857143; color:#337ab7; text-decoration:none; background-color:#fff; border:1px solid #ddd; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size:12px; }
.pagination>li:first-child>a, .pagination>li:first-child>span { margin-left:0; border-top-left-radius:4px; border-bottom-left-radius:4px; }
.pagination>li:last-child>a, .pagination>li:last-child>span { border-top-right-radius:4px; border-bottom-right-radius:4px; }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { z-index:2; color:#23527c; background-color:#eee; border-color:#ddd; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index:3; color:#fff; cursor:default; background-color:#337ab7; border-color:#337ab7; }
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover { color:#777; cursor:not-allowed; background-color:#fff; border-color:#ddd; }
.pagination-lg>li>a, .pagination-lg>li>span { padding:10px 16px; font-size:18px; line-height:1.3333333; }
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span { border-top-left-radius:6px; border-bottom-left-radius:6px; }
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span { border-top-right-radius:6px; border-bottom-right-radius:6px; }
.pagination-sm>li>a, .pagination-sm>li>span { padding:5px 10px; font-size:12px; line-height:1.5; }
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span { border-top-left-radius:3px; border-bottom-left-radius:3px; }
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span { border-top-right-radius:3px; border-bottom-right-radius:3px; }
.pager { padding-left:0; margin:20px 0; text-align:center; list-style:none; }
.pager li { display:inline; }
.pager li>a, .pager li>span { display:inline-block; padding:5px 14px; background-color:#fff; border:1px solid #ddd; border-radius:15px; }
.pager li>a:focus, .pager li>a:hover { text-decoration:none; background-color:#eee; }
.pager .next>a, .pager .next>span { float:right; }
.pager .previous>a, .pager .previous>span { float:left; }
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span { color:#777; cursor:not-allowed; background-color:#fff; }
/*底部*/
#footer { height:55px; background:#414141; float:left; width:960px; }
.footer_ul_4 { float:left; width:960px; height:auto; text-align:center; }
.footer_ul_4 li { height:55px; line-height:55px; float:left; width:100%; font-family:宋体; font-size:14px; color:#bbbbbb }
