﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/

/* Css Reset */
pre{white-space: pre-wrap; word-wrap: break-word;}
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: 1400px;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: #fff;}
a{ color: #333; text-decoration: none; outline: none;}
a:hover{color: #c00;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: 1400px; margin: 0 auto;position: relative;}
.siteWidth::after{
    display: block;
    clear: both;
    content: "";
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

/*顶部 S*/
#header .siteWidth{overflow: visible;}
#header {
    position: relative;
    z-index: 3;
    background: #225F9E;
    height: 118px;
}
#header .logo {
    position: absolute;
    top: 17px;
    left: 0px;
}
#header .logo img {
    width: auto;
    height: 82px;
}
#header .siteWidth {
    position: relative;
    z-index: 5;
    color: #fff;
    text-align: left;
    font-size: 14px;
}
#header .siteWidth .links {
    position: absolute;
    top: 20px;
    right: 255px;
    z-index: 9;
    line-height: 30px;
}
.links a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}
.userLogged a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    padding-left: 25px;
    background:  url(../img/common-icon.png) left 8px no-repeat;
}

/* 顶部注册登录 */
#header .userLogged{margin-top:0;}
#header .userLogged a{color:#fff;}
.topBar .userLogged .notlogged .split{display: none;}

.user-mainbox .hd h3,
.user-mainbox .top h3{color:#225F9E !important;border-bottom:3px solid #225F9E !important;}
.user-mainbox .loginBtn {background: #225F9E !important;}
.user-mainbox .loginBtn:hover { background: #941212 !important;}

/* 搜索 */
.s-form {
    position: absolute;
    top: 20px;
    right: 0;
    width: 240px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    background: none;
    border-radius: 16px;
    border: 1px solid #658EB8;
}
.s-form .select-box {
    display: none
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    display: block;
    width: 195px;
    height: 32px;
    line-height: 32px;
    border: 0;
    font-size: 12px;
    outline: none;
    padding: 0 15px;
    background: none;
    color: white;
}
.s-form .input-box input::-webkit-input-placeholder{
    color: #fff;
}
.s-form .btn-box {
    position: absolute;
    right: 0;
    top: 0;
}
.s-form .btn-box .search {
    display: block;
    width: 55px;
    height: 32px;
    text-align: center;
    outline: none;
    border: 0;
    color: #fff;
    overflow: hidden;
    font-size: 0;
    background:  url(../img/common-icon.png) center -79px no-repeat;
    border-radius: 0 16px 16px 0;
}


/*顶部 E*/
.banner{ width: 100%; text-align: center;}
#content{width: 1400px;margin: 20px auto 10px auto;text-align: left;position: relative;z-index: 1;}
#content:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.pageBanner{ height: 330px; background: url(../img/pagebanner.png) center 0 no-repeat; position: relative; z-index: 0}

/* 站群导航-公共 */
#siteLast {
    position: relative;
    margin-left: 20px;
}
#siteLast::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    line-height: 12px;
    float: left;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .4);
}
#siteLast dt {
    cursor: pointer;
    padding-left: 25px;
    background: url(../img/common-icon.png) left -36px no-repeat;
}
#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{display: inline-block;zoom: 1;}
#siteLast dt{zoom: 1;color: #fff; height:30px;}
#siteLast a{ padding:0; margin:0;}
#siteLast dd{font-size:12px;}
#siteLast li a{ cursor:pointer;}
#siteLast.on dt{ color: rgba(255, 255, 255, .8);}
#siteLast.on dd{right:0;top: 30px;width: 810px;border: 3px solid #658EB8;-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);}

/* 导航 */
.mainNav{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 63px;
}
.mainNav a:hover{
    text-decoration: none;
}
.mainNav .li1{
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
}
.mainNav .a1{
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.mainNav .ul1{
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 14px;
}
.mainNav .ul1::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 6px;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.mainNav .li2{
    overflow: hidden;
    background-color: #fff;
}
.mainNav .a2{
    display: block;
    padding: 8px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #666;
}
.mainNav .a2:hover{
    color: #225F9E;
    background-color: #f0f0f0;
}

.content{position: relative; z-index: 99;}

/*侧栏 */
.side{width: 300px;float: left; margin-right: 20px;}
.mainContent{overflow: hidden;}

/*底部 */
#footer{clear: both;padding: 20px 0; background-color:#225F9E;color: #fff;}
#footer .siteWidth{ position: relative;  overflow: visible; text-align: left;}

#footer .copyRight{ padding:40px 0; text-align: left;}
#footer .copyRight a{
    color: white;
    cursor: pointer;
}
#footer .copyRight a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.footer-friend-box{
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.footer-friend-box>h3{
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-left: 25px;
    height: 28px;
    line-height: 28px;
}
.footer-friend-box>h3::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    float: left;
    transform: translateY(-50%);
    overflow: hidden;
    background:  url(../img/common-icon.png) left -134px no-repeat;
}
.friend-list{
    overflow: hidden;
}
.friend-list li{
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0 20px;
}
.friend-list li::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    float: left;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .4);
}
.friend-list li a{
    color: rgba(255, 255, 255, .7);
}
.friend-list li a:hover{
    text-decoration: none;
    color: #fff;
}
#footer .footerIcon {
    position: absolute;
    right: 0px;
    top: 45px;
}
#footer .footerIcon li {
    padding-top: 75px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
#footer .footerIcon li.li2 {
    background: url(../img/qrwx.jpg) no-repeat left top;
    background-size: 70px 70px;
    width: 70px;
}


/* 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;}



/* sideBox */
.sideBox {}

.sideBox .hd{height: 50px;line-height: 50px;padding: 0 0 0 25px;color: #fff;overflow: hidden;background: #225f9e;}
.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 10px; overflow: hidden; border: 1px solid #ddd; border-top: 0}


/* 当页面小于1400px,重定义样式 */
@media screen and (max-width: 1400px) {
    body{min-width: 1200px;}
    .siteWidth,
    #content{width: 1200px;}

    /* 菜单 */
    .mainNav .a1{
        padding: 0 8px;
        font-size: 16px;
    }
    .mainNav .a2{
        font-size: 14px;
    }
}


/*-- CSS结束 --*/

