@charset "gb2312";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
    color:black;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:14px "微软雅黑", Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif;
	color: #2E2E2E;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.fn{float:none;}
/*div居中*/
.center{margin: 0 auto;}
/*text*/
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.fwb{font-weight:bold;}
.fwn{font-weight:normal;}
.pr{position:relative;}
.pb{position:absolute;}
.vat{vertical-align:top;}
.vam{vertical-align:middle;}
.vab{vertical-align:bottom;}
.nowrap{white-space:nowrap;word-break:normal;}

.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{ font-size:20px}
.fs24{ font-size:24px}
.fs30{ font-size:30px}
.fs48{ font-size:48px}
/*padding(p[t,r,b,l][number])*/
.p0{padding:0px;}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p25{padding:25px;}
.p60{padding:60px;}
.pt0{padding-top:0px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt50{padding-top:50px;}/*20130710*/
.pl0{padding-left:0px;}
.pl5{padding-left:5px;}
.plr5{padding:0 5px;}
.plr10{padding:0 10px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl50{padding-left:50px;}
.pb0{padding-bottom:0px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb60{padding-bottom:60px;}/*20130710*/
.pr0{padding-right:0px;}
.pr5{padding-right:5px;}
.plr5{padding:0 5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}

/*margin*/
.m0{margin:0;}
.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m25{margin:25px;}
.mt0{margin-top:0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt40{ margin-top:40px}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt8{ margin-top:8px}
.ml75{ margin-left:75px}
.ml0{margin-left:0px;}
.ml5{margin-left:5px;}
.mlr5{margin:0 5px};
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mr0{margin-right:0px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.ml10{margin-left:10px;}
.mlr10{margin:0 10px;}
.mtb10{margin:10px 0;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.ml16{ margin-left:16px}
.mt2{ margin-top:2px}
.mt30{ margin-top:30px}
.mt13{ margin-top:13px}
.mr30{ margin-right:30px}
.mb8{ margin-bottom:8px}
.ma10{ margin:10px}
/*width*/
.w100{width:100px;}
.w80 {width: 80px;}
.w140{width:140px}
.w240{width:240px}
.w750{ width:750px}
.w225{ width:225px}
.w120{ width:120px}
.w204{ width:204px}
.w200{ width:200px}
.w285{ width:285px}
.w350{ width:350px}
.w1100{ width:1100px}
.w1200{width:1200px;}

/*** Color ***/
.c386{ color:#3864a7; }
.cf67{ color:#f67a00;}
.cred { color:#f00; }
.c466{ color:#4668a0; }
.c4b4{ color:#4d4d4d; }
.c345{ color:#345185; }
.c747{ color:#74767a; }
.c1e6 {color: #1E65BD;}
.ar{ font-family: Arial,Helvetica,sans-serif;}
.cff0{ color:#ff0000}
.cfe9{ color:#fe933a}
.cc08{ color:#c08e21}
.cbab{ color:#bababa}
.e65{color:#1E65BD}
.c000{ color:#000}
.cup{ cursor:pointer}
.ovh{ overflow:hidden}
.cbe9{color:#be9e7f}
.c666{ color:#666464}
.c89{ color:#898989}
.cfff{ color:#fff}

/*** 首页 ***/
*{margin:0;padding:0;}
body.shouye, html.shouye{margin: 0; padding:0 !important; width:100%; }
.header{ width: 100%; height: 38px; overflow: hidden;  width: 100%; }
.content{ position:relative; width:100%;height: 680px; background:url(bg.jpg) no-repeat center top;background-size: 100% 100%; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='bg.jpg',
    sizingMethod='scale');}
.main{width: 1000px;height:100%; overflow-y:auto; text-align:center;}
.topxj{width: 100%;height: 38px; background: url(top_s_bj.gif);}
.top_ss{width: 156px; height: 19px; float: left; background-color: #FFFFFF; border: 1px solid #cccccc; outline: medium;}
.top_tj{background: #579bee; height: 21px; margin: 0 0 0 2px; cursor: pointer;}
.footer{ width: 100%; height: 159px;   clear: both;  background:url(foot.jpg);}
.footerBox{width:1000px; height:159px; margin:0 auto;}
.footerBox .badges{width:77px; height:86px; float:left; padding-top:34px;}
.footerBox .copyright{height:48px; line-height:24px; color:#fff; font-size:12px; float:left; margin:0px 30px; padding-top:55px;}
.footerBox .party{padding:43px 0px 0px 45px; float:left;}
.footerBox .code{float:right; width:149px; height:159px;}
.logo{width: 100%;height:150px;background: url(logo.png) no-repeat left center;}
#div1{width: 702px;height: 436px;overflow: hidden;position: relative;float: left;}
#div1 ol{position: absolute;right: 0px;bottom: 5px;height: 25px;z-index: 999;}
#div1 ol li{float: left;width: 53px;height: 32px;text-align: center;margin: 0 0.5px;cursor: pointer;color: #f47400;background: #074e9c;line-height: 32px;filter: alpha(opacity=70);opacity: 0.7;}
#div1 ol li.actived{background: #b60203;font-weight: bold;color: #FFF;width: 53px;height: 32px;
alpha(opacity=70);opacity: 0.7;line-height: 32px;}
#div1 ul{position: absolute;left: 0;top: 0;}
#div1 ul li{width: 702px;height: 436px;float: left;position: relative;}
#div1 ul li .wenzi{position: absolute;background: #000;color: #fff;line-height: 24px;font-size: 12px;text-align: center;width: 702px;filter: alpha(opacity=70);opacity: 0.7;}
#div1 ul li img{width: 702px;height: 436px;float: left;}
.div2{width: 1000px;height: 436px;}
.footer-img{float: right;}
.footer-img>li{float: left;color: #fff;margin-left: 30px;}
#navBar{z-index:3;position:absolute;top:34%;left:50%;margin-left:520px;width:100px;}
#navBar .active{background-color:#1169C0;}
#navBar li{cursor:pointer;margin-bottom:8px;transition:all .7s ease;line-height:30px;text-align:center;color:#fff;font-size:14px;padding:5px 10px;white-space:nowrap;background-color:#000;background-image:url(ico_navbar.png);background-repeat:no-repeat;background-color:rgba(0,0,0,0.3);background-position: 0 5px;padding-left: 35px;overflow: hidden;filter:Alpha(opacity=50);}

.wenzi a{color:#fff;}
/*** 列表页 ***/
.liebiao{background: #f0f0f0;}
.header_background_main_wsbs {
background: url(header_online_repeatbg.jpg) 50% 0% no-repeat;
}
.header_background {
width: 100%;
background-repeat: no-repeat;
background-position: center top;
}
.header_main{width:1000px; margin:0 auto; position:relative; padding-top:189px;}
.header_main .mainNav{width:100%; height:47px; overflow:hidden;}
.header_main .mainNav .first_menu a{cursor:pointer; float:left; letter-spacing:1px; display:block; width:33.333333%;; height:47px; line-height:49px; text-align:center; font-size:16px; background:#118eea; color:#fff;}
.header_main .mainNav .first_menu a:hover{background:#e8edf3; color:#3a87d3;}
.header_main .mainNav .first_menu .on{color:#3a87d3; border-top:2px solid #176cc0; background:#e8edf3; height:45px; line-height:47px; font-weight:bold;}
.header_main .mainNav .second_menu{display:block;}
.header_main .mainNav .second_menu .second_menu_con{border-right:1px dotted #dbdbdb;}
.header_main .mainNav .second_menu .second_menu_con p{background:#f5f5f5; font-size:12px; border-left:1px dotted #c3c3c3; border-right:1px dotted #c3c3c3; width:249px; display:block; float:left;}
.header_main .mainNav .second_menu .second_menu_con p span{display:block; height:100%; padding:10px 10px;}
.header_main .mainNav .second_menu .second_menu_con p span a{display:inline-block; color:#797979; width:48%; text-align:center; line-height:30px; cursor:pointer;}
.header_main .mainNav .second_menu .second_menu_con p span a:hover{ color:#3a87d3;}
.current {
    width: 965px;
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
    padding-left: 15px;
    font-size: 12px;
    font-family: '宋体';
    color: #666;
}
.current a {
    color: #666;
    text-decoration: none;
}
.Box {
width: 980px;
padding: 10px 10px;
height: auto;
margin: 0 auto;
background: #fff;
}
.tabRight {/*width:700px;*/
    height: auto; /*float:right;*/
}
.tabRight .inFo {
    height: 56px;
    line-height: 56px;
    display: block;
    padding-left: 20px;
    font-size: 16px;
}
.tabRight .inFo b {
    width: 3px;
    height: 19px;
    position: absolute;
    margin-top: 20px;
    margin-left: -10px;
    background: #fb7015;
}
.tabRight .source {
    height: 48px;
    padding-left: 6px;
    line-height: 48px;
    color: #929292;
    font-size: 12px;
    font-family: '宋体';
    border-bottom: solid #e7e7e7 1px;
}
.list_box {/*width:680px; */
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0px;
}
.list_box li {
    height: 148px;
    padding: 0 7px;
    margin-bottom: 20px;
    cursor: pointer;
}
.list_box li:hover {
    background: #f2f2f4;
}
.list_box .title {
    font-size: 16px;
    line-height: 50px;
}
.list_box .title a {
    color: #2d2d2d;
}
.list_box li:hover a {
    color: #118eea;
}
.list_box .paper {
    font-size: 12px;
    color: #646464;
    line-height: 20px;
    text-indent: 24px;
    height: 40px;
    overflow: hidden;
}
.list_box .details {
    font-size: 12px;
    color: #3a87d3;
    margin-top: 20px;
}
.list_box .details a {
    color: #3a87d3;
}
.list_box .details span {
    color: #646464;
}
.list_box .details a:hover {
    color: #000;
}
.list_box .page {/*width:700px;*/
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    color: #2d2d2d;
    text-align: center;
    margin-top: 20px;
}
.list_box .page a {
    color: #2d2d2d;
}
.footer2{ width: 100%; height: 159px;   clear: both; background:url(foot.jpg);}
/*** 内容页 ***/