@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: #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: #e00;
    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;
}
.siteWidth {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
/*  */
#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;
}
/*  */
#top {
    position: relative;
    z-index: 5;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    color: #666
}
#top .date {
    float: left;
}
#top .links {
    text-align: right;
    float: right;
    color: #666;
}
.links a {
    color: #666;
    cursor: pointer;
    margin: 0 5px
}
.links .on dt {
    color: #000;
}
.links .on dd {
    display: block;
}
.links dl {
    position: relative;
    float: right;
    margin-left: 5px;
}
#siteLast dt {
    padding: 0 10px 0 35px;
    background: url("../img/icon.png") no-repeat 11px -98px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.links dd {
    clear: both;
    display: none;
    border: 1px solid #ddd;
    padding: 7px;
    text-align: left;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 50px;
    margin-right: -54px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.links dd i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
#siteLast.on dt {
    background-color: #f9f9f9;
}
#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: 1000px;
    max-height: 500px;
    line-height: 24px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
#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;
}
/* */
#header {
    position: relative;
    z-index: 3;
    background: url(../img/nav.png) 0 bottom repeat-x
}
#header .siteWidth {
    position: relative;
}
#header .logoBar {
    height: 90px;
    position: relative;
    z-index: 2;
}
#header .logo {
    width: 320px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 23px;
    text-align: left;
}
#header .logo img {
    max-width: 270px;
    max-height: 60px;
}
.s-form {
    position: absolute;
    right: 0;
    top: 30px;
    width: 220px;
    height: 30px;
    background: url(../img/search.png) 0 0 no-repeat;
}
.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: 157px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    background: none;
    border: none;
    font-size: 12px;
    outline: none;
}
.s-form .btn-box {
    float: right;
}
.s-form .btn-box .btn {
    display: block;
    width: 40px;
    height: 30px;
    border: none;
    background: url("../img/icons.png") no-repeat center -106px;
    text-indent: -999px;
    overflow: hidden;
    outline: none
}
#header .icons {
    position: absolute;
    right: 220px;
    top: 30px;
}
#header .icons dl {
    float: left;
    position: relative;
    margin-right: 20px;
}
#header .icons dt a {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/headericons.png) 0 0 no-repeat;
}
#header .icons dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 44px;
    margin-right: -54px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
#header .icons dd img {
    width: 100px;
    height: 100px;
}
#header .icons dd i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
#header .icons .wb dt a {
    background-position: -56px 0;
}
#header .icons .xx dt a {
    background-position: -112px 0;
}
#header .icons dt a:hover {
    background-position: -165px 0;
}
#header .icons .wb dt a:hover {
    background-position: -221px 0;
}
#header .icons .xx dt a:hover {
    background-position: -277px 0;
}
#header .icons .on dd {
    display: block;
}
/* */
.mainNav .li1 {
    float: left;
    position: relative;
    width: 109px;
    text-align: center;
}
.mainNav .a1 {
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.mainNav .a1:hover {
    text-decoration: none;
    color: #FE931F
}
.mainNav .ul1 {
    display: none;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    padding: 10px 0;
    border-top: 1px solid #008e84;
    position: absolute;
    left: 0;
    top: 60px;
    width: 109px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0 0 8px 8px;
}
.mainNav .a2 {
    padding: 4px;
    display: block;
    line-height: 1.5;
    color: #666
}
.mainNav .a2:hover {
    background: #FE931F;
    color: #fff;
    text-decoration: none
}
/* */
#content {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url(../img/content.png) 0 0 repeat-y
}
#content.photoContent, #content.noSideContent {
    background: none
}
.column {
    overflow: hidden;
}
.side {
    width: 190px;
    padding: 0 20px;
    float: left;
    margin-right: 30px;
}
.mainContent {
    overflow: hidden;
}
/* */
#footer {
    border-top: 1px solid #ddd;
    clear: both;
    background: #F0F0F0;
    color: #999;
}
#footer .siteWidth {
    padding: 30px 0;
    overflow: hidden;
}
#footer a {
    color: #999;
}
#footer .copyRight, #footer .footerNav {
    overflow: hidden;
}
#footer .footerNav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
}
#footer .footerNav li a {
    vertical-align: top;
}
/*  */
.path {
    height: 30px;
    line-height: 30px;
    color: #666;
}
.path em {
    padding-left: 23px;
    background: url("../../base/img/icons.png") no-repeat 0 -1571px;
}
.path a, .path span {
    margin: 0 5px;
    color: #666
}
/*  */
.box {
    /* margin-bottom:30px; */
    border: 1px solid #ddd;
}
.box .hd {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.box .hd .more {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/icons.png) 0 -293px no-repeat;
    overflow: hidden;
    line-height: 200px;
    margin: 15px 25px 0 0
}
.box .hd h3 {
    padding-left: 40px;
    background: url(../img/icons-index.png) 0 -64px no-repeat;
    float: left
}
.box .hd h3 a {
    font-size: 22px;
}
.box .hd li {
    float: left;
}
.box .hd li a {
    display: block;
    padding: 0 10px 0 40px;
    background: url(../img/icons-index.png) 0 -123px no-repeat;
}
.box .hd li.on a {
    background-position: 0 -183px;
}
.box .hd li a {
    font-size: 22px;
}
.box .bd {
    padding: 25px;
    overflow: hidden;
}
.box .handel {
    float: right;
    width: 106px
}
.box .handel a {
    display: block;
    width: 52px;
    height: 52px;
    float: right;
    border-left: 1px solid #ddd;
    background: url(../img/icons.png) 21px -857px no-repeat;
}
.box .handel .next {
    background-position: -85px -857px;
}
.box .handel a:hover {
    background-color: #f2f2f2
}
/* - */
.sideContact {
    margin-bottom: 50px;
}
.sideContact dt {
    font-size: 16px;
    color: #FE931F;
    margin-bottom: 5px;
}
.sideContact dt a {
    color: #FE931F
}
.sideContact li {
    font-size: 13px;
    padding: 3px 0 3px 24px;
    background: url(../img/icons.png) 0 -1378px no-repeat;
}
.sideContact li.li2 {
    background-position: 0 -1477px;
}
/**/
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: #fe931f;
    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: #fe931f;
}
/*   */
.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
}
