body {
	font-family:"微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
	letter-spacing:1px;!important
	}
ul, li{ list-style:none; margin:0; padding:0;}
a {color:#333; text-decoration:none;}
a:hover,li:hover { 
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	color:#0066cc;
	}
.nav > li > a{  color:#333; font-size:15px;}	
.nav > li .dropdown-menu {margin: 0;}
.nav > li:hover .dropdown-menu {display: block;}
.navbar 
.container{ width:1170px;}
.navbar{ margin:0;}
.nav-tabs{ margin-bottom:10px;}
/*END*/


/* =====================================
                 鼠标移入发光           
    =================================== */
.hbhov-big01:hover{-webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
border-color: rgba(70,161,240,1);
-webkit-box-shadow: 0 0 8px rgba(25,127,216,3);}



/* =====================================
                 查看更多           
    =================================== */

a.hbmore01{ color:#0066cc; font-size:13px; float:right; line-height:24px;}
a.hbmore01:hover{color:#009fff;}
a.hbmore01 > span{ letter-spacing:-4px;}
/*END查看更多*/




/* =====================================
                 顶部欢迎           
    =================================== */

.hbtop01{	
border-bottom:1px solid #ddd;
border-top:1px solid #6087F0;
padding:3px;}

.hbtop01
.hbtop_l{float:left;}

.hbtop01
.hbtop_r{float:right;}

/* END顶部欢迎*/


/* =====================================
                 横向滚动左右点击           
    =================================== */

.hbroll-01{width:600px; position: relative;
margin:0 30px 0 50px; float:left;}
.hbroll-01 ul li{ float:left; text-align:center; margin-left:30px;}
.hbroll-01 > ul li .hbrolltext{ line-height:14px;}
.hbroll-01 > ul li .thumbnail{ margin-bottom:-10px; width:180px; height:120px;}

.hbroll-01 img{ width:180px;
height:120px;
}

.hbroll-l, 
.hbroll-r{
position:absolute;
cursor: pointer;
background-image:url(../img/hbroll.png);
top:40px;
}

.hbroll-01 > .hbroll-l{ left:-50px;}

.hbroll-01 > .hbroll-r{ right:-50px;}


/* 翻页样式01*/
.hbroll-01 > .hbroll-l-01 {
	background-position:0 0;

 width: 41px;
height: 49px;}
 
.hbroll-01 > .hbroll-r-01 {
background-position:-42px 0;

width: 41px;
height: 49px;}


/* 翻页样式02*/
.hbroll-01 > .hbroll-l-02 {
	background-position:0 -48px;

 width: 41px;
height: 48px;}
 
.hbroll-01 > .hbroll-r-02 {
background-position:-42px -48px;

width: 41px;
height: 48px;}
/*END横向滚动左右点击*/
	
/* =====================================
                 普通图片滚动条02           
    =================================== */	
.hbroll-02 li{ float:left;}	
.hbroll-02 {width:100%;height:170px;overflow:hidden;}
.hbroll-02 li a{float:left; margin-bottom:200px; text-align:center;}
.hbroll-02 li a:hover{ color:#000; }
.hbroll-02 img{width:180px; height:120px;}
.hbroll-02 li em{font-style: normal;width:180px;line-height:16px; display:block; margin-top:8px;}
.hbroll-02 li > .thumbnail{ height:120px;margin-right:30px; width:180px;}
.hbroll-02 li > .thumbnail-big{ height:auto;}
/*END普通图片滚动条02*/

/* =====================================
                 蓝色导航01           
    =================================== */
.navbar 
.hbnav-blue01{ 
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0066cc;
  background-image: -moz-linear-gradient(top, #009fff, #0066cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009fff), to(#0066cc));
  background-image: -webkit-linear-gradient(top, #009fff, #0066cc);
  background-image: -o-linear-gradient(top, #009fff, #0066cc);
  background-image: linear-gradient(to bottom, #009fff, #0066cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fff', endColorstr='#0066cc', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  *zoom: 1;
}
  
.hbnav-blue01 .nav > .active > a, 
.hbnav-blue01 .nav > .active > a:hover,
.hbnav-blue01 .nav li.dropdown.open > .dropdown-toggle, 
.hbnav-blue01 .nav li.dropdown.active > .dropdown-toggle, 
.hbnav-blue01 .nav li.dropdown.open.active > .dropdown-toggle{
  color: #333; 
  background: #fff;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);}

.hbnav-blue01
.nav > li > a{ 
  color:#fff;
  text-shadow:none;
  font-size:15px;}

.hbnav-blue01
.nav > li > a:hover{ 
  color: #006;}
  
.hbnav-blue01
.nav-hov > li > a:hover{ 
  background:#fff;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);}

.hbnav-blue01
.nav
.divider-vertical{ 
  border:none;}
.hbnav-kuai,.hbnav-kuai li{  
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;}
/*END蓝色导航01*/



/* =====================================
              选项卡切换内容变换01           
    =================================== */
.hbtab01{}
.hbtab01
.tab-content li{
   border-bottom:1px dashed #ccc; 
   line-height:28px;
   height:28px;}
.hbtab01
.tab-content li > a > span{ float:right; color:#777;}
.hbtab01
.tab-content li > a{ display:block; padding-right:3px;}
.hbtab01 > .hov01 li:hover{ 
   background:#eee; 
   border-radius:5px; 
   -webkit-border-radius:5px;
   }
   
   
   
 /*选项卡切换内容变换01*/  
 /* =====================================
                 新闻列表01           
    =================================== */
.hbnewli01{ float:left; width:100%; height:auto;}
.hbnewli01 li:hover{ 
   background:#eee; 
   border-radius:5px; 
   -webkit-border-radius:5px;
   }
 
.hbnewli01 li a{ display:block; padding-right:3px;} 
 
.hbnewli01 li a span{ float:right; color:#777; font-size:12px;}
 
.hbnewli01 li{
   border-bottom:1px dashed #ccc; 
   line-height:28px;
   height:28px;
   }
 
 /* =====================================
                 图片新闻           
    =================================== */
.hbtopnew01{ height:auto; margin-bottom:10px; float:left;}	
.hbtopnew01 img{ width:170px; height:105px; float:left;}
.hbtopnew01 > .title{ width:300px; float:left; margin-left:20px; margin-top:10px; font-size:15px;}	
.hbtopnew01 > .title2{ width:300px; float:left; margin-left:20px; margin-top:0px; font-size:12px; color:#999; }
.hbtopnew01 > .time{ width:300px; float:left; margin-left:13px;} 
/* =====================================
                 图片切换01           
    =================================== */
	
	
#hbphoto01 img{ width:360px; height:220px;}
 /*图片切换01*/ 
 
 
 /* =====================================
               下滑线文字标题01           
    =================================== */
.hbbiao01{ 
float:left;
border-bottom:1px solid #ccc; 
width:100%;
margin-bottom:15px;
}

.hbbiao01 > h3{ 
margin:0; 
margin-bottom:-1px; 
font-size:15px; 
line-height:25px; 
padding:0 5px;
border-bottom:2px solid #009fff; 
text-align:center; 
float:left; 
color:#009fff;
font-weight:100;}

.hbbiao01 > h3 i{
	margin-left:-6px; 
	margin-top:3px;
	}
	
.hbbiao01 a span{
	float:right; 
	margin-top:5px; 
    font-size:12px;
	}
	
/* =====================================
                 底部01           
    =================================== */	

.hbfoot01{background:#197fd8; height:40px; margin-top:20px; font-size:13px;}

.hbfoot01 .r, .hbfoot01 .l{ color:#fff; padding-top:10px;}
.hbfoot01 .r{ float:right;}
.hbfoot01 a{ color:#fff;}
.hbfoot01 a:hover{ text-decoration:underline;}

.hbfoot01 .l{ float:left;}



