
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output,
section, summary, time, mark, audio, video, input, select {
    margin: 0;
    padding: 0;
}

body {
    background: #070F1C;
    color: #fff;
    font: 12px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var, i {
    font-style: normal
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #FF4E00;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input::-ms-clear, ::-ms-reveal {
    display: none;
}

input:focus {
    outline: none;
    border: 1px solid #FD7100;
}

#mask {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    zoom: 1;
}

:root #mask {
    filter: none \9;
}

/*for IE9*/
.dialog {
    z-index: 10000;
    position: fixed;
    width: 500px;
    top: -8888px;
    left: 50%;
    margin-left: -250px;
    _margin-top: 100px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.dialog_header {
    height: 35px;
    line-height: 35px;
    background: url(../image/bg2.png) left top repeat-x;
    color: #eee;
    font-size: 15px;
    padding: 0 24px;
}

.dialog_center {
    padding: 20px;
    background: #151618;
}

.dialog_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../image/close.png) no-repeat;
    background-position: 0 -10px;
}

.dialog_close:hover {
    background-position: 0 0;
}

.ljrz_inputBox {
    line-height: 35px;
    margin-bottom: 16px;
    position: relative;
    max-height: 9999px;
}

.li_l {
    float: left;
    width: 80px;
    font-size: 13px;
    color: #ddd;
    text-align: right;
}

.li_r {
    float: left;
    width: 370px;
    _width: 350px;
    margin-left: 10px;
    font-size: 12px;
    color: #ddd;
}

.ljrz_input {
    width: 345px;
    _width: 325px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #777;
    padding: 0 10px;
    background: none;
    color: #ddd;
}

.w180 {
    width: 180px;
}

.fsyzm {
    position: absolute;
    right: 3px;
    top: 1px;
    width: 150px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #bbb;
    color: #222;
}

.fsyzm:hover {
    background: #e8e8e8;
    color: #222;
}

.fsyzmNo {
    position: absolute;
    right: 3px;
    top: 1px;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #999;
    color: #333;
}

.fsyzmNo:hover {
    background: #999;
    color: #333;
}

.ljrz_tit {
    text-align: center;
    margin-bottom: 20px;
    color: #aaa;
    font-size: 16px;
}

.ljrz_btn_box {
    margin: 20px 0;
    text-align: center;
}

.sqBtn {
    display: inline-block;
    width: 270px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #FD7100;
    color: #fff;
}

.sqBtn:hover {
    color: #fff;
    background: #E75800;
}

.ljrz_error {
    height: 13px;
    line-height: 13px;
    color: #f00;
    padding-left: 90px;
    font-size: 12px;
}

.ljrz_ts {
    text-align: center;
    color: #666;
}

.consult {
    position: fixed;
    right: 0;
    top: 50%;
    width: 205px;
    height: 276px;
    margin-top: -133px;
    overflow: hidden;
}

.consult_wapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.consult_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 100%;
}

.consult_show {
    width: 100%;
    height: 50px;
    border-radius: 4px 0 0 4px;
    background: #03A2F0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.consult_box {
    position: absolute;
    left: 25px;
    top: 0;
    width: 175px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 0 0 0 4px;
    border: 2px solid #03A2F0;
    background: rgba(7, 15, 28, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5070F1C, endColorstr=#e5070F1C);
    zoom: 1;
}

:root .consult_box {
    filter: none \9;
}

/*for IE9*/
.kf {
    margin-top: 20px;
}

.consult_tit {
    font-size: 18px;
    color: #03A2F0;
    margin-top: 10px;
    text-align: left;
    padding-left: 15px;
}

.consult_mobile {
    font-size: 18px;
    color: #03A2F0;
    margin: 10px 0 8px;
}

.consult_btn {
    display: inline-block;
    width: 90%;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    background: #03AAFB;
    color: #fff;
    border-radius: 4px;
}

.consult_btn:hover {
    background: #03A0FB;
    color: #fff;
}

.footer {
    background: #000;
    text-align: center;
    color: #B5B5B5;
    padding: 0 12px;
    line-height: 40px;
}

.ddt_header {
    height: 677px;
    min-width: 1200px;
    background: url(../image/ddt_t.jpg) top center no-repeat;
}

.ddt_box {
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

.ddt_1p {
    width: 1200px;
    height: 569px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.ddt_2p {
    width: 1200px;
    height: 605px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.ddt_3p {
    width: 1200px;
    height: 567px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.ddt_4p {
    width: 1200px;
    height: 568px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.ddt_5p {
    width: 1200px;
    height: 823px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.ddt_1p_bg {
    position: absolute;
    top: 0px;
    left: -130px;
    width: 1290px;
    height: 330px;
    background: url(../image/ddtbg1.png) no-repeat;
}

.ddt_2p_bg {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 1290px;
    height: 330px;
    background: url(../image/ddtbg2.png) no-repeat;
}

.ddt_3p_bg {
    position: absolute;
    top: 30px;
    left: -120px;
    width: 1290px;
    height: 330px;
    background: url(../image/ddtbg3.png) no-repeat;
}

.ddt_4p_bg {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 1290px;
    height: 330px;
    background: url(../image/ddtbg4.png) no-repeat;
}

.ddt_5p_bg {
    position: absolute;
    top: 20px;
    left: -140px;
    width: 1290px;
    height: 330px;
    background: url(../image/ddtbg5.png) no-repeat;
}

.ddt_txt {
    text-align: center;
    color: #B4B4B4;
    font-size: 13px;
    margin: 30px 0;
}

.zxzf_header {
    height: 727px;
    background: url(../image/zxzf_header.jpg) top center no-repeat;
}

.zxzf_box {
    width: 100%;
    min-height: 2000px;
    background: url(../image/zxzf_bg.jpg) top center no-repeat;
}

.zxzf_info {
    width: 990px;
    margin: 0 auto;
}

.zxzf_img1 {
    height: 644px;
    text-align: center;
    overflow: hidden;
}

.zxzf_img2 {
    height: 617px;
    text-align: center;
    overflow: hidden;
}

.zxzf_img3 {
    height: 621px;
    text-align: center;
    overflow: hidden;
}

.zxzf_img4 {
    height: 621px;
    text-align: center;
    overflow: hidden;
}