﻿@charset "gb2312";
 CSS Document 
/* Basic Configuration*/
*{
  margin:0;
  padding:0;
}
a{
  text-decoration: none;
  color:#000000;
}
a:hover{
  color:#3399CC;
}
body{ 
  margin:0;
  padding:0;
  background-color: #f9f9f9;
  background-color: #2286C6;
  background-color: #66ccff;
}
body,button, input, select, textarea,nav-tabs,nav-pills{
  /*background-color: #f0f1eb; */
  font-size:12px;
  font-family:Arial,宋体,sans-serif, Microsoft YaHei,Î¢ÈíÑÅºÚÎ¢ÈíÑÅºÚ,Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
div{
  border:0px solid;
}
hr{
  background-color: #999999;
  border-top:1px solid #ccc;
}
li,li>a,p,tr,td>a,table{
  font-size:18px;
}
ul{
  list-style-type:none;
}

/* Grid System*/
.container{
  width:100%;
  padding:0px;
  border:0px solid;
  background-color: #fff; 
}
/*.col-md-12 {
  width: 1100px;
}
.col-md-8 {
  width: 720px;
}
.col-md-4 {
  width: 360px;
}
.col-md-7 {
  width: 628px;
}
.col-md-6 {
  width: 542px;
}
.col-md-5 {
  width: 460px;
}
.col-md-3 {
  width: 272px;
}
.col-lg-2 {
  width: 200px;
}
.col-lg-10 {
  width: 880px;
}*/
.blank{
  height:6px;
}
.clear{
  clear:both;
}

/* Div Configuration*/
div#mainframe{
	margin-top:30px;
	background-color: #ffffff;
}
div#navbar{
	margin-top:0px;
	margin-bottom:-5px;
  height: 40px;
}
div#searchtable,div#newslist,div#special_service{
	border-radius:6px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:6px;
	margin-top:0px;
	background-color:#ffffff;
}
#Timer{
  display: inline-block;
  color: #fff;
  margin-top: 10px;
  text-align: right;
  width: 380px;
}
div#special_service{
	border-radius:6px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:6px;
	background-color:#fdfdfd;
}
div#reader_guide,div#general_service,div#digital_resource{
  background-color:#3399cc;
  background-color: transparent;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0px bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
div#quick_navigation{
  margin-right:0px;
  background-color:#ffffff;
  background-color: transparent;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0px bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
div#special_service{
  padding-left: 0px;
  padding-right: 0px;
}
#specialTab	{
  background-color: #f2f2f2;
  margin-right: 0px;
  margin-left: 0px;
}
#specialTab li a:link{
  text-align: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 0px;
  color:#333333;
  font-size: 14px;
}
#specialTab li.active a{
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #357EBD;
  border-bottom: 0px solid #D0484F;
  color:#357EBD;
  font-weight: bolder;
}	

/* Navbar Configuration*/
.navbar-default .navbar-nav > li  {
  padding-right:5px;
  padding-left: 5px;
  background: url(../images/nav_line.png) 100% 50% no-repeat;
}
.navbar-default {
  background-color: #357ebd;
  border-color: #357ebd;
  /*font-weight:bold;*/
  border-radius:0px 0px 0px 0px;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  height:35px;
  padding-top:9px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #336699;
}
.navbar-default .navbar-toggle {
  border-color: #357ebd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #357ebd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #357ebd;
  }
}
.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-brand {
  height: 35px;
  padding-top: 0px;
}
.navbar {
  min-height: 60px;
  border:0px solid;
}
.navbar-toggle {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* Dropmenu Configuration*/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}	



.nav> li:hover .dropdown-menu:not(.sub) {
  display: block;
}

.nav-tabs
{
  -webkit-border-radius:0;
  -moz-border-radius:0;
	border-top: 0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
	border-bottom: 0px solid #cccccc;
	margin-top:0px;
  margin-bottom:0px;
}
.nav-pills{
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-top: 0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  border-bottom: 0px solid #357ebd;
  color:#ffffff;
  margin-bottom:0px;
}
.nav-tabs>li {
  margin:0px;
  display:inline-block;
  border-top: 0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  border-bottom: 0px solid #cccccc;
  border-radius: 0px 0px 0 0;
  display:inline; /* ie7 fix */
  zoom:1; /* hasLayout ie7 trigger */
  margin-right: 5px;
}
.nav-pills>li{
  margin-bottom:0px;
  display:inline-block;
  border-top: 0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  border-radius: 0px 0px 0 0;
  display:inline; /* ie7 fix */
  zoom:1; /* hasLayout ie7 trigger */	
}
.nav-tabs> li.active> a:link{
  margin-bottom: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom:1px solid #357ebd;
  border-radius:0px 0px 0 0;
  font-size:14px;
  color:#357ebd;
  background-color:#ffffff;
  font-family:Microsoft YaHei,Î¢ÈíÑÅºÚÎ¢ÈíÑÅºÚ,'ËÎÌå' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.nav-pills> li.active> a{
	margin-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
	border-bottom:6px solid #357ebd;
    border-radius:0px 0px 0 0;
	font-size:14px;
    color:#ffffff;
	
    font-family:Microsoft YaHei,Î¢ÈíÑÅºÚÎ¢ÈíÑÅºÚ,'ËÎÌå' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
.nav-pills> li.active > a:hover,
.nav-pills> li.active > a:focus{
	margin-bottom:0px;
    border-top: 0px solid  #357ebd;
    border-left: 0px solid  #357ebd;
    border-right: 0px solid  #357ebd;
	border-bottom:6px solid  #357ebd;
    border-radius:0px 0px 0 0;
	font-size:14px;
    color:#ffffff;
	
    font-family:Microsoft YaHei,Î¢ÈíÑÅºÚÎ¢ÈíÑÅºÚ,'ËÎÌå' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.nav-tabs> li.active > a:hover,
.nav-tabs> li.active > a:focus {
	margin-bottom:0px;
    border-top: 0px solid  #357ebd;
    border-left: 0px solid  #357ebd;
    border-right: 0px solid  #357ebd;
	border-bottom:1px solid  #357ebd;
    border-radius:0px 0px 0 0;
	font-size:14px;
    color:#357ebd;
	background-color:#ffffff;
	font-weight:bold;
    font-family:Microsoft YaHei,Î¢ÈíÑÅºÚÎ¢ÈíÑÅºÚ,'ËÎÌå' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.nav-pills> li > a,
.nav-tabs> li > a{
	margin-bottom: 0px;
    border-top: 0px transparent;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
	border-bottom:1px solid  #cccccc;
    border-radius: 0px 0px 0 0;
	font-size:14px;
    color:#555555;
    
    font-family:Microsoft YaHei,Î¢ÈíÑÅºÚÎ¢ÈíÑÅºÚ,'ËÎÌå' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.nav-tabs.center,
.nav-pills.center
{
  text-align:center;
}
.nav-pills.center > li,
.nav-tabs.center > li
{
  display:inline-block;
}
.nav-pills.nav-stacked{
  margin-top: 10px;
  border: 1px solid #3399cc;
  border-radius: 4px 4px 4px 4px;
}
.nav-pills.nav-stacked > li{
  margin:0px;
}
.nav-pills.nav-stacked > li:not(:last-child) > a{
  margin:0px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #428bca;
}
.nav-pills.nav-stacked > li > a:hover{
  background-color:#428bca;
  color:#ffffff;
}
.nav-pills#searchTab > li > a {
  border-radius: 4px 4px 4px 4px;
}
.nav-pills.nav-stacked i{
  margin-top:7px;
  float:right;
}


.tab-content{
  margin-top:0px;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  border-radius:0px 0px 0 0;
	border:0px solid #3399CC;
	border-top: 0px solid #CC3333;
}
.tab-content.news_list {
  margin-top: 0px;
}

#searchtable {
  background-color: transparent;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0px bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-radius:6px;
  border:0px solid #3399cc;
  margin-top:0px;
  height:200px
}

#searchtable > .tab-content{
    border-top: 0px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border:0px solid #3399CC;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#newslist tr{
	border-bottom:0px dashed #999999;
	line-height:20px;
	font-size:9pt;
  border-radius:6px;
}
#newslist {
  margin-top: 0px;
  padding-top:0px;
  background-color: transparent;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0px bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;	
}
#newsTabContent a,p {
	font-size:16px;
	}
#special_service .nav-tabs
{
    -webkit-border-radius:0;
    -moz-border-radius:0;
	border-top: 0px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
	border-bottom: 0px solid #3399cc;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
  margin-bottom:0px;
}
#special_service .nav-tabs ul
{
background-color: #357EBD;
}

div.news_list{
  padding: 0px 0px 0px 0px;
	border:0px solid #3399CC;
}
/*div#function_set .news_list{
    height: 130px;
}*/
div.news_list p{
    margin:0px 0px 0px 20px;
    display: block;
    line-height:30px;
    height: 30px;
}
div.news_list p img{
    margin-right: 2px;
}
div.news_list p span{
    margin-left: 15px;
    font-style: italic;
}
h2.h2_title{
  background:url(../images/line.jpg) no-repeat;
  background-position:left bottom;
  height:35px;
	margin-top:0px;
  border: 0px solid #ccc;
}
h2.h2_title span {
    color: #357ebd;
    font-size: 14px;
    font-weight:bold;
    line-height: 35px;
    text-align: left;
    float:left;
margin-left: 365px;
    text-decoration: underline;
}
h2.h2_title span.h2_span1{
    width: 100px;
    height: 30px;
    margin-left: 5px;
}
h2.h2_title span.h2_span2{
    background:url(../images/more.png) no-repeat;
    margin-top:0px;
    float:right;
}
h2.h2_title span.h2_span2 a{
    display: block;
    width: 60px;
    height: 30px;
    color: #f05e0c;
}
h2.h2_title span.h2_span2 a:hover{
  color:#F00;
}

div#function_set{
  border:0px solid #357EBD;
  border-radius:0px;
  margin-bottom:0px;
  margin-top:5px;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0px bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
div#special_service li{
  background-color: ;
}
div#special_service .news_list{
  height: 100px;
}
#newslist .news_list{
  height: 200px;
}
.btn{
  font-size: 12px;
  height: 32px;
}
.btn-default{
  background-color: #357EBD;
  color: #ffffff;
  border: 0px;
  height: 32px;
}
.btn-default:hover{
  background-color: #357EBD;
  color: #ffffff;
}
.form-control{
  font-size: 12px;
  height: 32px;
}
.line{
  height: 1px;
  width: 85px;
  display: block;
  background-color: #0087BD;
  overflow: hidden;
  margin-bottom: 0px;
  border-bottom: medium none;
}
.white{
  height: 1px;
  width: 75px;
  margin-left: 90px;
  background-color: #ccc;
  margin-bottom: 0px;
  border-bottom: medium none;
}

#spec li, #spec2 li, #spec3 li{
  margin-top:10px;
  margin-left: 0px;
  margin-right: 10px;
}


/* Left Menu Configuration*/
#affix{
  display:inline-block;
}
.sidebar-container {
  background-color: #71b1d1;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sidebar {
  background-color: #71b1d1;
  color: #ffffff;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none inside none;
}
.sidebar li {
  display: block;
  background-color: inherit;
  color: inherit;
  position: relative;
  height: 52px;
  padding-left: 0px;
}
.sidebar li a {
  display: block;
  background-color: inherit;
  color: inherit;
  padding: .625rem 1rem .625rem 3.75rem;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 35px;
}
.sidebar li a .icon {
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: .625rem;
  top: .625rem;
}
.sidebar li a .title,
.sidebar li a .counter {
  display: block;
  margin: 0;
  white-space: nowrap;
}
.sidebar li a .title {
  font-size: .6875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar li a .counter {
  font-size: .7rem;
  font-weight: normal;
}
.sidebar li:hover {
  background-color: ;
}
.sidebar li.active {
  background-color: #ffffff;
  color: #323232;
}
.sidebar {
  transition: all 0.2s ease;
}
.sidebar.compact {
  width: 52px;
  transition: all 0.2s ease;
}
.sidebar.compact a {
  padding-right: 0;
  padding-left: 0;
  width: 52px;
}
.sidebar.compact .title {
  display: none ;
}
.sidebar.compact .counter {
  position: absolute;
  top: 0;
  right: 4px;
}
.sidebar.navy {
  background: #f0f0f0;
  border-top: 2px solid #357ebd;
}
.sidebar.navy li > a {
  background: #f0f0f0;
  color: #333333;
}
.sidebar.navy li:hover > a {
  background: #3399cc;
  color: #ffffff;
  text-decoration: none;
}
.sidebar.navy li.active > a {
  background: #005696;
  color: #ffffff;
}
.sidebar.navy li.disabled > a {
  background: #0072c6;
  color: #555555;
}
#sidemenu li a{
  font-size: 12px;
  margin-left: 0px;
}
.sidebar li{
  height: 45px;
}
.sidebar li a .icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 13px;
}

/* Metro icons Configuration*/
[class^="mif-"],
[class*=" mif-"] {
  display: inline-block;
  font: normal normal normal 1.5em/1;
  font-family: metro, "Segoe UI", "Open Sans", serif;
  line-height: 1 ;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  vertical-align: middle;
  position: static;
}
[class^="mif-"]:before,
[class*=" mif-"]:before {
  font-family: metro, serif;
}
.mif-lg {
  font-size: 1.3rem;
  line-height: 0.75em;
  vertical-align: -35%;
}
.mif-2x {
  font-size: 1.75rem;
  vertical-align: -25%;
}
.mif-3x {
  font-size: 2.625rem;
  vertical-align: -30%;
}
.mif-4x {
  font-size: 3.5rem;
  vertical-align: -35%;
}

/* Carousel Configuration*/
.carousel
{
  height: 175px;
  background-color: #fff;
  margin-bottom: 0px;
}
.carousel .item
{
  height: 175px;
  background-color: #fff;
}
.carousel img
{
  /*width: 100%;//图片自适应*/
}
.carousel-indicators {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li{
  background-color: #ccc;
  border: 0px;
}
.carousel-indicators .active{
  background-color: #369;
  border: 0px;
}
.carousel-control.right{
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: -20px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -12px;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  opacity: .5;
}

.p-img img{
  border:1px solid #f0f0f0;
}
.dropdown-toggle::before {
  display: block;
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0px;
  content: "";
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-color: #ffffff;
  top: 50%;
  left: 100%;
  margin-left: -1rem;
  margin-top: -0.1625rem;
  z-index: 2;
  transform: rotate(-45deg);
}


