﻿@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;
}
pre {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* Public */
body {
    min-width: 1200px;
    color: #000;
    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: #000;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #E20500;
    text-decoration: none;
}
.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;
}
select {
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
/* 框 */
body {    
    background: url(/Template/Default/Skin/img/bottom.jpg) bottom center no-repeat #83deed;
}
.wrap {
    
    background: url(/Template/Default/Skin/img/bg1.png) top center no-repeat;
}
.siteWidth {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
#header {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: url(/Template/Default/Skin/img/header.png) top center no-repeat;
    
}
#content {
    width: 1200px;
    text-align: left;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.mainBox{
    overflow: hidden;
    padding: 5px 18px 16px 18px;
    border: 2px solid #0c99c0;
    border-radius: 30px;
    background: #fff;
}

.side {
    width: 280px;
    float: left;
    overflow: hidden;
    border: 15px solid #6cd0e5;
    border-radius: 30px;
    background: #fff;
}
.mainContent {
    width: 870px;
    float: right;
    overflow: hidden;
}
/*顶部 S*/
.topTool {
    top: 30px;
    position: absolute;
    right:0px;
    width: 350px;
}
.topTool dl{
    float:left;
}
.topTool s.split{
    float:left;
    text-decoration:none;
    color:#999;
    padding:0 10px;
}
.welcome {
    width: auto;
    float: left;
    font-size: 14px;
    color: white;
}
.userPanel {
    width: auto;
    float: right;
    color: #333;
    font-size: 14px;
    padding: 0 15px 10px 0;
}
.userPanel .setHome, .userPanel .favorite, .userPanel .spe {
    width: auto;
    float: left;
    color: #333;
}
.userPanel .spe {
    margin: 0 8px;
    display:none;
}

.userLogged .notlogged a,
.userLogged .loggedin a
{ float:left;}

#header .phone {
    z-index: 6;
    float: left;
    position: relative;
}
#header .phone dt a {
    color: #333;
}
#header .phone dd {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -55px;
    padding: 5px;
    background-color: #fff;
}
#header .phone.on dd {
    display: block;
}



/* 站群导航 */
#header .site {
    width: auto;
    float: left;
    z-index: 6;
    position: relative;
}
#header .site dt {
    width: auto;
    float: left;
    cursor: pointer;
}
#header .site.on dt {
    color: #f00;
}
#siteLast dd {
    display: none;
    clear: both;
    background: #fff;
    color: #333;
    font-size: 12px;
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 15px;
    width: 700px;
    max-height: 500px;
    line-height: 24px;
    overflow: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
#siteLast dd h3{
    text-align: left;
}
#siteLast dd table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#siteLast dd table td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    overflow: hidden;
}
#siteLast dd table .tdlab {
    width: 100px;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
    font-weight: bold;
}
#siteLast dd h3 {
    text-align: left;
    margin: 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
    display: block;
    height: 34px;
}
#siteLast dd h3 a{
    color: #333;
}
#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: #eee;
    top: 18px;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}
#siteLast dd ul {
    overflow: hidden;
}
#siteLast dd ul li {
    width: 19.99%;
    float: left;
    overflow: hidden;
}
#siteLast dd ul li a {
    position: relative;
    float: left;
    padding-left: 10px;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
#siteLast dd ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}
#siteLast dd ul li a:hover {
    color: #c00;
}
#siteLast.on dd {
    display: block;
}
/* 搜索 */
.s-form {
    display: inline-block;
    _display: inline;
    width: 280px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin-left: 20px;
    border: 1px solid #62699f;
    border-radius: 30px;
    background: #fff;
}
.dropdown-word{
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 30px;
}
.s-form .select-box {
    display: none
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    display: block;
    width: 220px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 15px;
    font-size: 12px;
    color: #666;
    background: none;
    border: none;
    outline: none;
}
.s-form .input-box input::-webkit-input-placeholder {
    color: #333;
}
/* WebKit browsers */
.s-form .input-box input:-moz-placeholder {
    color: #e4f5f3;
    opacity: 1;
}
/* Mozilla Firefox 4 to 18 */
.s-form .input-box input::-moz-placeholder {
    color: #e4f5f3;
    opacity: 1;
}
/* Mozilla Firefox 19+ */
.s-form .input-box input:-ms-input-placeholder {
    color: #e4f5f3;
}
/* Internet Explorer 10+ */
.s-form .btn-box {
    float: left;
}
.s-form .btn-box .btn {
    display: block;
    width: 60px;
    height: 29px;
    float: left;
    line-height: 29px;
    overflow: hidden;
    border: none;
    background-image: linear-gradient(50deg, #80dded,#0da9de);
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    font-size: 12px;
}
#logo {
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
    margin-top: 6px;
}
#logo a {
    display: block;
}
#logo img {
    max-width: 613px;
    max-height: 117px;
}
/*********** 导航 *************/
.nav {
    position: relative;
    z-index: 1;
    float: left;
    height: 60px;
    width: 1200px;
    background: url(/Template/Default/Skin/img/bg_nav.png) center center no-repeat;
}
.mainNav {
    position: relative;
    z-index: 1;
    height: 53px;
    line-height: 53px;
    padding: 4px 20px 3px 20px;
}
.mainNav a:hover {
    text-decoration: none
}
.mainNav .li1 {
    float: left;
    width: auto;
    margin-left: 32px;
    height: 53px;
    text-align: center;
    position: relative;
    z-index: 9998;
}
.mainNav .a1 {
    width: auto;
    float: left;
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.mainNav li.on1 .a1, .mainNav .a1:hover {
    color: #ff0;
    background: url(/Template/Default/Skin/img/bg_nav-2.png) center no-repeat;

}
/* 二级导航 */
.mainNav .boxSub {
    display: none;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 44px;
    padding-top: 15px;
}
.mainNav .boxSub .subIcon {
    height: 0;
    line-height: 0;
    width: 0;
    float: left;
    margin-left: -10px;
    *display: inline;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -5px;
    border: 10px dashed transparent;
    border-bottom-style: solid;
    border-bottom-color: #0591c6;
}
.mainNav .boxSub .ul1 {
    overflow: hidden;
    padding: 11px 0;
    background: #0591c6;
    border-radius: 11px;
}
.mainNav .boxSub .li2 {
    overflow: hidden;
    *width: 100%;
    *float: left;
}
.mainNav .boxSub .li2 .a2 {
    display: block;
    padding: 8px 4px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: white;
}
.mainNav .boxSub .li2 .a2:hover {
    color: #ffecaa;
    background-color: #0375a2;
}
.nodeBanner {
    width: 100%;
    height: 307px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.nodeBanner img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 307px;
    float: left;
}
/*底部 */
#footer {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 1200px;
    background: #fff;
    border: 1px solid #0176a7;
    border-radius: 30px;    
    margin: 30px auto 240px auto;
    
}
.footerLinks{
    width: 1140px;
    margin: 20px auto 0 auto;
    line-height: 50px;
    background: #e0f4fb;
    border-radius: 30px;
    height: 50px;

}
.footerLinks h3{
    float: left; 
    font-size: 16px;
    vertical-align:middle;
    color:#0d6fba;
    padding-left: 30px;

}
.footerLinks .bd{overflow: hidden; text-align: left;}
.footerLinks .bd li{ display:inline-block;font-size: 14px; margin-left:15px; color: #666;}
.footerLinks .bd li a{ color: #666; }

.copyRight {
    padding: 0 0 5px 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #333;
}
.copyRight a{ color:#333;}
/* 当前位置 */
.path {
    width: 1150px;
    height: 42px;
    line-height: 42px;
    padding-left: 50px;
    color: #2678a5;
    background: url(/Template/Default/Skin/img/top3.png) 0 -396px no-repeat;
    margin: 0 auto;
    text-align: left;
}
.path a, .path span {
    font-size: 14px;
    margin: 0 5px;
    color: #2678a5;
}
.infoListB li {
    padding-left: 10px;
    background: url(/Template/Default/Skin/img/dot02.png) left center no-repeat;
}
/* 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;
}
/*验证码*/
div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
}
/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a, .bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #2db9a7;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover, .bot button:hover {
    text-decoration: none;
    background: #2db9a7;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type=text] {
    width: 56%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}
/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    width: 80%;
    margin: 30px auto;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00
}


/* ==================网络培训样式================== */
#wlpx{
    padding-left:50px;
}
#wlpx li{
    border: 2px solid #0c98c0; 
    border-radius: 10px;   
    width:310px;
    padding:20px 0px;
    margin: 30px 60px 0 0;
    height:160px;
}
#wlpx .pic{
    margin-bottom:10px;
}
#wlpx .pic img{
    width: 310px;
    height: 70px;
}
#wlpx .title{
    background:none;
    float:left;
    width: 270px;
    text-align: left;
    padding:0 20px;
    font-weight: bold;
    line-height:28px;
    height:auto;
}
#wlpx .con{
    font-size:12px;
    color:#666;
    width: 270px;
    text-align: left;
    padding:0 20px;
}
