﻿/*==============================================
  布局
==============================================*/
.wrapper { width:960px; margin:0 auto;}
body { width:100%; margin: 0px;padding: 0px; font-size: 12px; background:#E1EFFA url(../images/bg.jpg) repeat-x center top; font-family: "微软雅黑", arial,sans-serif;}
body>div {margin-left: auto;margin-right: auto;text-align: center;overflow: hidden;}
div {font-size: 12px;}
img{border: 0px;}
ul,li{margin: 0px;padding: 0px;list-style-type: none;}
form,img,p,h1,h2,h3,input,select { margin: 0px;padding: 0px;}
a:link{ color:#666; text-decoration: none;}
a:hover{ color:#fff; text-decoration:underline;}
.mar20{ margin-bottom:20px;}
.fr{ float:right;}
.fl{ float:left;}
.overflow{ overflow:hidden;}
/*==============================================
  top
==============================================*/
.top{ }
.top a{ color:#000;}
.topCon{ width:960px; margin:0 auto; color:#fff; height:40px; line-height:40px;}
.top-l{ float:left;}
.top-l span{ margin:0 10px; color:#000;}
.top-r{ float:right;}
.top-r i{ background:url(../images/icon.png) no-repeat; width:16px; height:16px; display:inline-block; margin-left:5px; position:absolute; top:12px;}
.top-r .i-1{ background-position:0 0;}
.top-r .i-2{ background-position:-16px 0;}
.top-r a{ margin:0 10px 0 30px;}
/*==============================================
  footer
==============================================*/
.footer{ background:url(../images/footerBg.jpg) repeat-x left top; width:100%; text-align:center; overflow:hidden;}
.footerCon{ width:960px; color:#333; margin:20px auto; text-align:center; overflow:hidden;}
.footerCon .jslink{ width:80px; margin-right:20px; display:inline-block; vertical-align:top;}
.footerCon .jslink img{ vertical-align:top;}
.textBox{ text-align:left; display:inline-block;}
.textBox p{ line-height:24px;}
.textBox p a{ color:#333; margin:0 10px;}
.textBox p a:hover{ color:#009E41; text-decoration:underline;}

/*==============================================
  tab选项卡
==============================================*/
.tabbtn {height:40px; background:#EBEBEB;}
.tabbtn li {float:left; margin:0 0 0 -1px;}
.tabbtn li a {float:left; height:40px;line-height:40px; padding:0 0px;overflow:hidden;width:140px;text-align:center;font-size:16px;cursor:pointer; text-decoration:none; color:#000;}
.tabbtn li.current a {background:#019934 url(../images/hw.png) no-repeat 1px 1px; padding:0 0px; height:40px; line-height:40px; color:#fff; font-weight:bold;}
.tabcon { text-align:left; background:#fff;}
.tabcon .sublist {padding:7px 0px 7px 10px;}
.tabcon .sublist a{color:#333; }
.tabcon .sublist a:hover{color:#019934;}
.sublist li { height:28px;line-height:28px;font-size:14px;  clear:both;}
.sublist li span { margin:0 10px 0 0;font-family:"宋体";font-size:12px;color:#019934;}
.sublist li .span-1{ color:#999;float:right;line-height:28px; text-align:right;}

/*==============================================
  分页
==============================================*/
.ui-page {height:60px; margin:40px 0; color:#999; font-size:14px; font-weight:700; text-align:center;}
.ui-page-wrap { display:inline-block; *display:inline; zoom:1;}
.ui-page b {font-weight:400;}
.ui-page a { background:#fff; color:#949494; cursor:pointer; text-decoration:none;}
.ui-page a:hover { background:#fff; text-decoration:none; color:#c40000;}
.ui-page a,.ui-page b {	float:left;}
.ui-page-prev,.ui-page-next,.ui-page a,.ui-page-cur,.ui-page-info,.ui-page-skip { height:40px; line-height:40px; padding:0 15px; width:auto;}

.ui-page-prev,.ui-page-next,.ui-page a,.ui-page-cur { border:1px solid #E5E5E5; border-left:0;}
.ui-page-prev { border-left:1px solid #E5E5E5!important;}
.ui-page-cur,b.ui-page-next,b.ui-page-prev {background-color:#EFEFEF;}
.ui-page-break { border-right:1px solid #E5E5E5; padding:0 4px; line-height:40px; font-weight:700;}

.ui-page-skipTo { width:38px; height:40px; margin:-2px 2px 0; line-height:40px; font-size:16px; color:#949494 !important; text-align:center; vertical-align:middle; border:1px solid #e9e8e8 !important;}
.ui-btn-s { border:1px solid #e9e8e8; background:#fff; color:#242424; width:50px; height:42px; line-height:42px; vertical-align:top; cursor:pointer;}

.shpa{ 
width: 668px; 
margin-bottom:30px;
} 
.shpa b{ 
padding:8px; 
margin-top:30px; 
color:#019934; 
display:inline-table; 
border:1px solid #EBEBEB; 
background:#fff;
} 
.shpa a{ 
padding:8px; 
color:#1F3A87; 
display:inline-table; 
border:1px solid #EBEBEB; 
background:#fff;
} 
.shpa a:hover{ 
color:#fff; 
background:#1f3a87; 
border:1px solid #1f3a87; 
text-decoration:none;
} 



/* 设置滚动条的样式 */
/* ::-webkit-scrollbar {
    width: 12px;
} */

/* 滚动槽 */
/* ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
} */

/* 滚动条滑块 */
/* ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
} */

