
/*
    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; padding-top:40px;color: #333;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;background: #F5F5F5;}
a { color: #333; text-decoration: none; outline: none; }
a:hover {color: #C62B09;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{margin:0 auto;}
.oh{overflow:hidden;}
.siteWidth{width:1200px; margin:0 auto; overflow:hidden;position:relative;}

/*顶部 S*/
#header{position:absolute;width:100%; top:0; left:0; z-index:3; }
#header .siteWidth{overflow:visible; position:relative; z-index:1; height:120px;}
.topBar{height:40px; line-height:40px;}
#header .links{position:absolute;right:140px;height:40px;line-height:40px;top:0;color: #fff;z-index: 2;}
#header .links .setHome,#header .links .fav{margin: 0 5px;color:#fff;cursor:pointer;}
#header .linksBg{ display:block; height:40px; width:850px; background:#B4B4B4; filter:alpha(opacity=30);opacity:0.3; position:absolute; right:0; top:0;}
#header .logoBar{width:350px; background:url(../img/logoBar.png) no-repeat;; height:120px; text-align:center; position:absolute; left:0; top:0; overflow:hidden; }
#header .logo{padding-top:30px;}
#header .logo img{max-width:320px; max-height:60px}
#header .topBarBg{ position:absolute; width:100%; height:40px; background:#363636; left:0; top:0; border-bottom:1px solid #C62B09}
#header .navBg{position:absolute; width:100%; height:79px; background:#333; left:0; top:41px; filter:alpha(opacity=70);opacity:0.7;}

/* 站群导航-公共 */
#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 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; margin-right:-2%}
#siteLast dd ul li{width:18%; margin-right: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{position: absolute; right:50px; top:0; z-index:3;}
#siteLast dt{width:80px; height:40px; line-height:40px; display: inline-block; *display:inline;zoom:1; background:#C62B09; color: #fff;}
#siteLast a{ padding:0; margin:0;}
#siteLast dd{ font-size:12px;}
#siteLast li a{ cursor:pointer;}
#siteLast.on dd{right:0;top: 40px;width: 810px;border: 3px solid #C62B09;-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{width: 50px;height: 40px;overflow:hidden;position: absolute;top: 0;right: 0;background: #565656; z-index:4; -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;}
.s-form .select-box{ display:none }
.s-form .input-box{ float:left; display:none; padding:5px 0 0 5px; position:relative; z-index:0}
.s-form .input-box input{display:block;width: 180px;height: 22px;line-height: 22px;border:0;font-size:12px;outline: none;padding: 4px 10px;background: #fff;}
.s-form .btn-box{position:absolute;right:0;top: 0; z-index:1; background:#565656}
.s-form .btn-box .searchBtn{display:block;width: 50px;height: 40px;background: url(../img/icons.png) no-repeat 16px 10px;text-align:center;outline:none;border:0;}
.s-form-on{ width:250px; }
.s-form-on .input-box{ display:block;}

/*顶部 E*/
.banner{width:100%; text-align:center;}
#content{width:1160px; padding:20px; background:#fff; margin: 0 auto 30px auto;text-align:left;position:relative;z-index:1;}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.pageBanner{height:420px; background:url(../img/pageBanner.jpg) center 0 no-repeat; position:relative; z-index:0}

/*导航 */
.nav{height:80px;line-height:80px; width:850px; position: absolute; right:0; bottom:0; z-index: 2;}
.mainNav a{color:#fff;}
.mainNav a:hover{text-decoration:none}
.mainNav{font-size:16px;position:relative;zoom:1;}
.mainNav:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.mainNav a{ color:#fff; }
.mainNav .li1{ text-align: center;  float:left; position:relative;  }
.mainNav .a1{float:left;display:block;zoom:1; width:120px; font-size:18px;}
.mainNav .on .a1{  background:#FA9E00 !important }
.mainNav .a1:hover{ text-decoration:none; color:#fff; }
.mainNav .ul1{overflow:hidden;line-height:28px;position:absolute;left:0;top: 80px;width: 100%;display:none;padding-bottom: 5px;background:#565656; background:rgba(86,86,86,.9)  }
.mainNav .li2{ vertical-align:top; }
.mainNav .a2{font-size: 14px;display:block;line-height: 20px;padding: 7px;}
.mainNav .a2:hover{background: #FA9E00;color:#fff;text-decoration:none;}

.content{position:relative; z-index:99;}

/*侧栏 */
.side{width: 250px;float: left;}
.mainContent{overflow:hidden;float: right;width: 880px;} 

/*底部 */
#footer{clear: both;padding:30px 0;background:url(../img/footer.jpg) #363636;text-align:left;color:#fff;}
#footer a{color:#fff}
#footer .siteWidth{overflow:hidden;}
#footer .links{padding:20px 0 10px 0;}
#footer .links li{ display:inline-block; *display:inline; zoom:1; margin-right:15px;}
#footer .ewm{ float:right; text-align:center;}

.friendLinks { clear: both;overflow: hidden;line-height: 50px; background:#EBEBEB;}
.friendLinks .title{font-size: 20px;float:left;display:block;}
.friendLinks ul{overflow:hidden;}
.friendLinks li{float:left;}
.friendLinks li a{padding:0 10px 0 40px;background: url(../img/icons-share.png) 30px 8px no-repeat;}

/* 当前位置 */
.path{ width:1160px; padding:10px 20px 0 20px; height: 40px;line-height: 40px; background:url(../img/path.png) 0 0 no-repeat #fff;; text-align: left; margin:-100px auto 0 auto; position:relative; color:#999;}
.path em{padding-left:20px;background: url(../img/icons-share.png) 0 -787px no-repeat; }
.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;position:relative;margin-bottom: 15px;overflow:hidden;}
.box .hd h3{ font-size:24px; padding-left:35px; background:url(../img/icons.png) 0 -157px no-repeat; float:left; }
.box .hd h3 a{ color:#C62B09}
.box .hd h3 a:hover{text-decoration:none}
.box .hd .en{font-style: italic;margin-left:10px;font-size:16px;color:#999;}
.box .hd .more{position:absolute;right:0;top:0;display:block;width: 30px;height:40px;overflow:hidden;line-height:100px;background: url(../img/icons.png) 13px -93px no-repeat;}
.box .bd{overflow:hidden;}
.box .fd{padding-top:20px;}
.box .fd .more{ color:#C62B09}

/* sideBox */
.sideBox{background: #F2F2F2;}
.sideBox .hd{height: 40px;line-height: 40px;padding: 0 0 0 25px;color:#fff;overflow:hidden;background: #C62B09;border-top: 3px solid #F59700;}
.sideBox .hd .more{float:right;display:block;width:40px;height:30px;overflow:hidden;background: url(../img/icons.png) 14px -523px no-repeat;line-height:100px; margin-top:15px;}
.sideBox .hd h3{font-size: 16px;color:#fff;}
.sideBox .hd h3 a{color:#fff}
.sideBox .bd{padding:5px 20px; overflow:hidden}



/*--
颜色代码
#C62B09 深蓝色标题
#ddd 淡蓝色边框
--
