﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {padding: 0;margin: 0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { vertical-align: top; border: 0; }
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal;  }
ol, ul, li { list-style: none; }
div, dl, dt, dd, ol, ul, li {zoom: 1;}
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal;font-size: 100%;}
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
article,aside,dialog,footer,header,section,footer,nav,figure,menu,time{margin: 0;padding: 0;display:block;zoom:1;}

/* Public */
body {  min-width:1200px; color: #666;font-size: 14px;line-height:1.8;font-family:"Microsoft YaHei",SimSun,Arial,Helvetica,Tahoma,sans-serif;text-align: center;-webkit-text-size-adjust: none;}
a { color: #666; text-decoration: none; outline: none; }
a:hover {color: #ff2400;text-decoration: underline;}
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left; }
.fr { float: right; }
.hide { display: none; }
input[type=button], input[type=submit], input[type=file], button{ cursor: pointer; -webkit-appearance: none; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }

.wrap{width:100%; margin:0 auto;}
.siteWidth { width:1200px; margin:0 auto;}

/*顶部 S*/
#header{width: 1200px;  margin:0 auto; position: relative;z-index: 5; }
#header .logoBar{ height:150px;  }
#header .links{border-bottom:#eee solid 1px;height:40px;text-align: right;font-size: 14px;}
#header .links i{color: #0b4870;}
#header .links a{height: 40px;line-height: 40px;padding: 0 3px 0 30px;display:inline-block;cursor:pointer;background-color:#fff;background-color:rgba(255,255,255,.7);background-position: 10px -50px;background-repeat:no-repeat;background-image: url(../images/header-icons.png);}
#header .links .sethomepage {background-position: 10px 13px; }

/* 站群导航-公共 */
#siteLast{position: relative;}
#siteLast dt {cursor: pointer;}
#siteLast dd{display:none; width:900px; position:absolute;  background:#fff; text-align:left; color:#333; max-height:500px; overflow:auto; padding:10px}
#siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size:14px; font-weight:bold; line-height:34px; display:block; overflow:hidden;}
#siteLast dd h3.h i{display:none;}
#siteLast dd h3 span{float:left; height:34px; line-height:34px; padding:0 15px 0 0; background:#ffffff; position:relative; z-index:2;}
#siteLast dd h3 i{ content:""; display:block; height:1px; line-height:0; font-size:0; background:#eeeeee; top:16px; right:0; width:100%; position:absolute; z-index:1;}
#siteLast dd table{border-collapse: collapse;border-spacing: 0; font-size:12px; width:100%}
#siteLast dd table td{padding-top:10px; padding-bottom:10px; overflow:hidden}
#siteLast dd table .tdlab{width:90px; text-align:right; padding-right:20px; vertical-align:middle; line-height:26px; font-weight:bold; }
#siteLast dd ul{overflow:hidden;}
#siteLast dd ul li{width:18%; margin-left:2%; float:left; height:26px; line-height:26px; overflow:hidden}
#siteLast dd ul li a{color:#333}
#siteLast dd ul li a:hover{color:#c00;}
#siteLast dd table.up{background:#f7f7f7}
#siteLast.on dd{display:block;}

/* 站群导航-个性 */
#siteLast{z-index: 4;float:right;margin-top: 6px;}
#siteLast dt{padding: 0 10px 0 35px;height:28px;line-height: 28px;background-color:#fff;background-color:rgba(255,255,255,.7);background-position: 10px -127px;background-repeat:no-repeat;background-image: url(../images/header-icons.png);}
#siteLast a{ padding:0; margin:0;}
#siteLast dd{ font-size:12px;}
#siteLast li a{ cursor:pointer;}
#siteLast.on dt{ background-color:#076AC7; color:#fff;background-position: 10px -205px; }
#siteLast.on dd{right:0;top: 28px;width: 810px;border: 3px solid #076AC7;-webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, .3);-moz-box-shadow:0px 4px 8px rgba(0, 0, 0, .3);box-shadow:0px 4px 8px rgba(0, 0, 0, .3);}

/* 搜索栏 */
.s-form{margin: 10px 0 0 0;width: 300px;height: 30px;float:right;overflow:hidden;position: relative;z-index: 3;border-radius: 15px;background:#fff;}
.s-form .select-box{ display:none }
.s-form .input-box{float:left;}
.s-form .input-box input{display:block;width: 240px;height: 12px;line-height: 12px;border:0;font-size:12px;outline: none;padding: 9px 9px 9px 19px;}
.s-form .btn-box{ position:absolute; right:0; top:0; }
.s-form .btn-box .searchBtn{display:block;width: 30px;height: 30px;background: url(../images/icons.png) no-repeat 0px 6px;text-align:center;outline:none;border:0;}
/*顶部 E*/


#content{width: 1200px;  margin:0 auto;text-align:left;position:relative;z-index:1;padding: 20px;overflow: hidden;background:#fff;}


/*banner E*/
#banner {height: 500px;position: relative; z-index:1}
#banner .bd {}
#banner .bd li { width:100%; height:500px;}
#banner .hd { position: absolute; bottom: 20px;  width: 100%;left: 0;}
#banner .bd li .con { display:none;}
#banner .hd ul { float: left; position: relative; left: 50%; }
#banner .hd li { background: #fff; opacity: .7; height: 10px; width: 15px; float: left; position: relative; right: 50%; margin: 0 5px; line-height:90px; overflow:hidden;}
#banner .hd li.on { opacity: 1; background: #005396;}
#banner .prev,
#banner .next { position: absolute; width: 75px; height: 75px; top: 50%; margin-top: -30px; }
#banner .prev { left: 50%; margin-left: -600px; background: url(../images/banner-btn-prev.png) no-repeat; }
#banner .next { right: 50%; margin-right: -600px; background: url(../images/banner-btn-next.png) no-repeat; }
#banner .inner { height: 302px; background: url(../images/banner.jpg) no-repeat 50% 0; }
#banner .sw {}
#banner .focusPic { width: 967px; height: 260px; background: url(../images/banner-wrap.png) no-repeat; padding: 5px 6px 5px 5px; border-radius: 3px; }
.focusPic { position: relative; }
.focusPic .hd { position: absolute; right: 5px; bottom: 30px; }
.focusPic .hd ul { _display: inline; }
.focusPic .hd li { float: left; display: inline; width: 16px; height: 16px; line-height: 16px; text-align: center; background: #fff; margin-left: 4px; cursor: pointer; }
.focusPic .hd li.on { background-color: #c00; color: #fff; }
.focusPic:after { content: ""; display: table; clear: both; }
.focusPic .hd { z-index: 19; }
.focusPic .bd { z-index: 11; }
.focusPic .bd li { position: relative; z-index: 12; }
.focusPic .bd li .pic { position: relative; z-index: 13; }
.focusPic .bd li .pic img { vertical-align: bottom; }
.focusPic .bd li .con { width: 100%; /* position: absolute; */ z-index: 14; left: 0; bottom: 0; }
.focusPic .bd li .con .title { height: 25px; line-height: 25px; overflow: hidden; position: relative; z-index: 16; }
.focusPic .bd li .con .title a { display: block; padding: 0 10px; color: #fff; text-decoration: none; }
.focusPic .bd li .con .bg { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; position: absolute; width: 100%; height: 25px; z-index: 15; left: 0; bottom: 0; background-color: #000; }
.infoContent { overflow: hidden; zoom: 1; margin-top: -33px; background: url(../images/infoContent.png) no-repeat 0 100%; height: 253px; overflow: hidden; margin-bottom: 10px;}
.infoContent .hd { background: url(../images/hd-1.png) repeat-x; border: 1px solid #E7E7E7; border-bottom: 0; }
.infoContent .col-1 { float: left; width: 430px; padding-right: 15px; }
.infoContent .col-1 .bd { padding: 10px 30px 0 10px; }
.infoContent .col-1 .bd .infoList .date { float: none; padding-right: 10px; }
.infoContent .col-2 { float: left; width: 300px; }
.infoContent .linkArea { text-align: center; padding-top: 15px; border-top: 1px dotted #ddd; }
.infoContent .col-3 { float: right; width: 220px; }
.infoContent .col-3 .pic { text-align: center; border-top: 1px dotted #ddd; padding-top: 10px; }


/*导航 */
.nav{width:1200px; height:110px;  line-height:56px; position: relative;z-index:1;  margin:0 auto; }
.nav .logo{ position:absolute; top:25px; left: 0px;}
.nav .logo img{max-width:404px; max-height:60px;}
.nav .mainNav{position:absolute;right: 0;}
.mainNav a:hover{text-decoration:none; color:#255fb3;}
.mainNav{ font-size:16px;position:relative; zoom:1; padding-left:20px; line-height:106px; }
.mainNav:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.mainNav .li1{ text-align: center;  float:left; position:relative;  }
.mainNav .a1{float:left;display:block;zoom:1;color: #333;padding:0 20px;background: url(../images/line.png) right 50px no-repeat;}
.mainNav .a1:hover{ text-decoration:none; color:#255fb3; font-weight:bold; }
.mainNav .last1 .a1 { background:none}

.mainNav .on1 .a1{ border-bottom:4px solid #255fb3; font-weight:bold; color:#255fb3  }
.mainNav .ul1 a{ color:#ffffff; }
.mainNav .ul1{overflow:hidden;line-height:28px;color:#ffffff;position:absolute;left:0;top: 110px;width: 100%;display:none;}
.mainNav .li2{ vertical-align:top; background:#255fb3;}
.mainNav .a2{ font-size: 14px; display:block; line-height: 20px; padding: 8px;}
.mainNav .a2:hover{ background:#5485cd; color:#fff;text-decoration:none;}



/*侧栏 */
.side{width: 280px;float: left;position:relative; margin-right: 30px;}
.mainContent{overflow:hidden;}

/*底部 */
#footer{clear: both; padding:20px 0;background:#076AC7 repeat-x;text-align:center; color:#fff}
#footer a{color:#fff}
#footer .siteWidth{overflow:hidden;}
#footer .links{padding:0 0 10px 0;}
#footer .links li{ display:inline-block; *display:inline; zoom:1; margin-right:15px;}
.friendLinks {font-size:0; background:#255fb3; padding:15px; }
.friendLinks h3{ float:left;font-size:16px; color:#fff; font-weight:bold; padding-left:50px;background: url(../images/friicon.png) 10px no-repeat;vertical-align:middle; }
.friendLinks select{font-size:12px;margin:0 10px;border:0;background:#fff;padding:5px;width: 184px;vertical-align:middle;}
.friendLinks .links{padding: 0 0 0 10px; overflow: hidden; font-size: 0; text-align: left;}
.friendLinks .links li{ display:inline-block; line-height: 28px; font-size: 14px; margin-left:15px;color: #fff;}
.friendLinks .links li a{ color: #fff; }

/* 当前位置 */
.path{line-height: 38px;color: #999;padding-left: 22px;}
.path a,.path span{margin:0 5px;color: #999;}

/* goTop */
#goTop{position:fixed;  display:none; _display:none !important; width:50px;height:50px;bottom:60px;right:5px;z-index: 99;cursor:pointer;margin:5px;width:40px;height:40px;border-radius:2px;-webkit-box-shadow:0 0 5px #9c9c9c;opacity:.9;background:rgba(0,0,0,.5); }
#goTop::after{ display:block; position:absolute; left:50%; top:50%; margin-left:-10px; margin-top:-15px; content:""; border-width:10px; border-color:transparent; border-bottom-color:#fff; border-bottom-style:solid; border-style:dashed; display:block; font-size:0; line-height:0; width:0;  }
/* winMark */
#winMark{ z-index: 1;width: 100%;display:none; height:100%; position:fixed; background:rgba(0,0,0,.8) ;left: 0;top: 0;}

/* box */
.box{margin-bottom:20px;}
.box>.hd{height:50px;line-height:50px; margin-bottom:10px; border-bottom:1px solid #eeeeee}
.box>.hd h3{float:left; height: 49px; color:#255fb3;font-size:16px; font-weight:bold; padding:0 10px;border-bottom:2px solid #076AC7;}
.box>.hd h3 a{color:#076AC7;text-decoration: none;}
.box>.hd ul{float:left}
.box>.hd ul li{float:left; height:49px; font-size:16px; font-weight:bold; padding:0 10px; color:#666666}
.box>.hd ul li a{color:#666; text-decoration: none;}
.box>.hd ul li.on{color:#076AC7; border-bottom:3px solid #076AC7;}
.box>.hd ul li.on a{color:#076AC7}
.box>.hd .more{float:right; margin-right:10px; font-size:12px;}
.box>.hd .bd{overflow:hidden;}


/* 顶部注册登录 */
.userLogged .spe {margin: 0 10px;}

/*-- CSS结束 --*/

