﻿body {
    margin: 0px;
    padding: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin: 0px;
    padding: 0px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

h4 {
    margin: 0px;
    padding: 0px;
}

h5 {
    margin: 0px;
    padding: 0px;
}

h6 {
    margin: 0px;
    padding: 0px;
}

dl {
    margin: 0px;
    padding: 0px;
}

dt {
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

dd {
    margin: 0px;
    padding: 0px;
}

th {
    margin: 0px;
    padding: 0px;
}

td {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

pre {
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

input {
    margin: 0px;
    padding: 0px;
}

button {
    margin: 0px;
    padding: 0px;
}

textarea {
    margin: 0px;
    padding: 0px;
}

hr {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 100%;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

img {
    border: 0px currentColor;
    border-image: none;
}

button {
    font-size: 100%;
}

input {
    font-size: 100%;
}

select {
    font-size: 100%;
}

textarea {
    font-size: 100%;
}

ul {
    padding-left: 40px;
}

ol {
    padding-left: 40px;
}

html {
    background: rgb(255, 255, 255);
    font: 12px/1.8 "Microsoft YaHei", Tahoma, Verdana, "Simsun";
    color: rgb(102, 102, 102);
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-text-size-adjust: none;
}

body {
    background: rgb(255, 255, 255);
    font: 12px/1.8 "Microsoft YaHei", Tahoma, Verdana, "Simsun";
    color: rgb(102, 102, 102);
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-text-size-adjust: none;
}

a {
    color: rgb(102, 102, 102);
    text-decoration: none;
}

    a:hover {
        color: rgb(204, 0, 0);
        text-decoration: none;
    }

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inner {
    margin: 0px auto;
    width: 980px;
    position: relative;
}

.list-none {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.editor {
    line-height: 2.5;
}

    .editor ul {
        margin: 0px;
        padding: 0px 0px 0px 25px;
    }

    .editor ol {
        margin: 0px;
        padding: 0px 0px 0px 25px;
    }

.button {
    font: 14px/100% Arial, Helvetica, sans-serif;
    margin: 0px 2px;
    padding: 0.5em 2em 0.55em;
    border-radius: 0.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    -ms-zoom: 1;
    font-size-adjust: none;
    font-stretch: normal;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

    .button:hover {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .button:active {
        top: 1px;
        position: relative;
    }

.orange {
    background: rgb(247, 141, 29);
    border: 1px solid rgb(218, 124, 12);
    border-image: none;
    color: rgb(254, 244, 233);
}

    .orange:hover {
        background: rgb(244, 124, 32);
    }

    .orange:active {
        color: rgb(252, 211, 165);
    }

input.input-text {
    background: url("../images/dt-10.gif") repeat-x left top rgb(255, 255, 255);
    padding: 4px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

input.input-file {
    background: url("../images/dt-10.gif") repeat-x left top rgb(255, 255, 255);
    padding: 4px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

input.code {
    background: url("../images/dt-10.gif") repeat-x left top rgb(255, 255, 255);
    padding: 4px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

textarea {
    background: url("../images/dt-10.gif") repeat-x left top rgb(255, 255, 255);
    padding: 4px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

input.input-text:focus {
    border: 1px solid rgb(250, 250, 250);
    border-image: none;
    box-shadow: 0px 0px 5px #007eff;
    -webkit-box-shadow: 0px 0px 6px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
}

input.input-file:focus {
    border: 1px solid rgb(250, 250, 250);
    border-image: none;
    box-shadow: 0px 0px 5px #007eff;
    -webkit-box-shadow: 0px 0px 6px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
}

input.code:focus {
    border: 1px solid rgb(250, 250, 250);
    border-image: none;
    box-shadow: 0px 0px 5px #007eff;
    -webkit-box-shadow: 0px 0px 6px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
}

textarea:focus {
    border: 1px solid rgb(250, 250, 250);
    border-image: none;
    box-shadow: 0px 0px 5px #007eff;
    -webkit-box-shadow: 0px 0px 6px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
}

td.text {
    padding: 6px 5px 6px 0px;
    width: 20%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

td.input {
    padding: 6px 8px;
}

    td.input input {
        margin-right: 8px;
    }

    td.input .info {
        color: rgb(255, 0, 0);
        padding-left: 15px;
    }

    td.input img {
        bottom: 1px;
        position: relative;
    }

td.submint {
    padding: 10px;
}

header {
    height: 95px;
    overflow: hidden;
    -ms-zoom: 1;
}

.logo {
    left: 0px;
    top: 0px;
    position: absolute;
}

.otr-nav {
    background: url('../images/cxt.gif') no-repeat 100% 0px;
    left: 280px;
    top: 25px;
    overflow: hidden;
    position: absolute;
}

    .otr-nav .top-nav {
        height: 20px;
        color: rgb(153, 153, 153);
        line-height: 20px;
        overflow: hidden;
        padding-bottom: 10px;
        font-size: 11px;
    }

        .otr-nav .top-nav a {
            color: rgb(153, 153, 153);
            font-size: 12px;
        }

            .otr-nav .top-nav a:hover {
                color: rgb(255, 255, 255);
            }

        .otr-nav .top-nav span {
            padding: 0px 6px;
        }

    .otr-nav .search {
        background: rgb(248, 248, 248);
        padding: 0px 30px 0px 10px;
        border: 1px solid rgb(225, 225, 225);
        border-image: none;
        width: 300px;
        position: relative;
    }

    .otr-nav .navsearch_class select {
        display: none;
    }

    .otr-nav .navsearch_input {
        left: 1px;
        top: 0px;
        width: 200px;
        position: absolute;
    }

        .otr-nav .navsearch_input input {
            background: rgb(255, 255, 255);
            border-width: 0px 1px 0px 0px;
            border-style: none solid none none;
            border-color: currentColor rgb(225, 225, 225) currentColor currentColor;
            border-image: none;
            width: 305px;
            height: 21px;
            display: block;
        }

    .otr-nav .searchimage {
        padding: 0px;
        border: currentColor;
        border-image: none;
        top: -2px;
        width: 24px;
        height: 24px;
        right: 6px;
        text-indent: -9999px;
        display: block;
        position: absolute;
        z-index: 2;
        cursor: pointer;
    }

    .otr-nav .top_seo {
        margin-top: 10px;
    }

        .otr-nav .top_seo img {
            padding-right: 3px;
            vertical-align: middle;
        }

.nav_wrap {
    background: url('../images/nav_bg.gif') repeat-x rgb(89, 89, 89);
    height: 38px;
    -ms-zoom: 1;
}

nav {
    margin: 0px auto;
    width: 980px;
}

    nav ul {
        margin: 0px;
        padding: 0px;
    }

#nav_22 {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.nav .nLi {
    list-style: none;
    text-align: center;
    font-size: 16px;
    border-right-color: rgb(71, 71, 71);
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
    position: relative;
    z-index: 999;
    _display: inline;
}

.nav h3 {
    font-weight: normal;
}

    .nav h3 a {
        width: 119px;
        height: 38px;
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 38px;
        overflow: hidden;
        display: block;
    }

        .nav h3 a:hover {
            background: url('../images/nav_hover.gif') repeat-x 0px 0px;
            text-decoration: none;
        }

.nav .sub {
    background: rgb(255, 255, 255);
    padding: 5px 0px;
    left: 0px;
    top: 38px;
    width: 119px;
    display: none;
    position: absolute;
    z-index: 999999999;
}

    .nav .sub li {
        list-style: none;
        padding: 4px 0px;
        height: 20px;
        line-height: 20px;
        white-space: nowrap;
    }

        .nav .sub li a {
            color: rgb(85, 85, 85);
            display: block;
        }

            .nav .sub li a:hover {
                text-decoration: underline;
            }

.navdown {
    background: url('../images/nav_hover.gif') repeat-x 0px 0px;
}

#nav_001 {
    background: url('../images/nav_hover.gif') repeat-x 0px 0px;
}

.met_flash {
    height: 100%;
    text-align: center;
    overflow: hidden;
}

    .met_flash ul {
        margin: 0px;
        padding: 0px;
    }

.index-Link {
    margin: 0px auto;
    width: 980px;
    position: relative;
}

    .index-Link h3 {
        line-height: 32px;
        font-weight: normal;
        float: left;
        position: relative;
    }

        .index-Link h3 a.more {
            top: 0px;
            right: 10px;
            color: rgb(102, 102, 102);
            font-size: 12px;
            display: none;
            position: absolute;
        }

    .index-Link ul {
        margin: 0px;
        padding: 0px;
        float: left;
    }

    .index-Link .textlk {
        -ms-zoom: 1;
    }

        .index-Link .textlk li {
            list-style: none;
            height: 32px;
            line-height: 32px;
            overflow: hidden;
            padding-left: 5px;
            display: inline;
        }

footer {
    background: url('../images/bottom_bg.jpg') repeat-x 0px 0px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 12px;
    margin-top: 1px;
    -ms-zoom: 1;
}

.foot-nav {
    margin: 5px 0px;
}

    .foot-nav a {
        padding: 0px 8px;
        color: rgb(81, 81, 81);
    }

        .foot-nav a:hover {
            text-decoration: underline;
        }

.foot-text img {
    margin: 10px 4px 0px;
    border: 1px solid rgb(210, 210, 210);
    border-image: none;
}

.sidebar {
    background: url("../images/border.jpg") repeat-y 219px 0px;
}

    .sidebar .left_top {
        background: url("../images/left_top.jpg") no-repeat 100% 0px;
        width: 220px;
        height: 29px;
        padding-top: 20px;
    }

    .sidebar .sb_nav {
        float: left;
        _width: 220px;
    }

        .sidebar .sb_nav h3.title {
            width: 170px;
            height: 25px;
            text-align: left;
            color: rgb(0, 0, 0);
            line-height: 25px;
            padding-left: 50px;
        }

        .sidebar .sb_nav .contact {
            padding: 10px 20px;
        }

.navnow {
    padding-top: 5px;
}

#sidebar dl {
    padding-left: 57px;
    position: relative;
}

    #sidebar dl dt {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        #sidebar dl dt a {
            color: rgb(44, 45, 44);
            padding-left: 50px;
        }

    #sidebar dl dd.sub {
        display: none;
    }

    #sidebar dl dd h4 {
        font-size: 12px;
        font-weight: normal;
    }

        #sidebar dl dd h4 a {
            height: 30px;
            line-height: 30px;
            padding-left: 60px;
            display: block;
        }

            #sidebar dl dd h4 a:hover {
                background: url("../images/libg.jpg") no-repeat 100% 50%;
                color: rgb(204, 0, 0);
                display: block;
            }

    #sidebar dl .openz {
        background: url("../images/libg.jpg") no-repeat 100% 50%;
        display: block;
        _width: 163px;
    }

    #sidebar dl dt.on {
        background: url("../images/libg.jpg") no-repeat 100% 50%;
        display: block;
        _width: 163px;
    }

    #sidebar dl dt a:hover {
        _width: 163px;
        _margin-left: 0;
    }

        #sidebar dl dt a:hover span {
            _padding-left: 0;
        }

    #sidebar dl dt.launched {
    }

    #sidebar dl dt.launchedshow {
    }

    #sidebar dl .dthover a {
    }

    #sidebar dl .openz a {
    }

    #sidebar dl dt.on a {
    }

    #sidebar dl h4.on a {
    }

#sidebar a.zm:hover {
    background: url("../images/libg.jpg") no-repeat 100% 50%;
    color: rgb(204, 0, 0);
    display: block;
}

#sidebar dl .dthover a:hover {
    background: url("../images/libg.jpg") no-repeat 100% 50%;
    color: rgb(204, 0, 0);
    display: block;
}

.sidebar .box2 {
    width: 170px;
    height: auto;
    padding-left: 50px;
    margin-top: 10px;
}

.sidebar .sb_nav h2.title {
    width: 170px;
    height: 25px;
    text-align: left;
    color: rgb(0, 0, 0);
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.sidebar .sb_box {
    background: rgb(255, 255, 255);
    width: 730px;
    overflow: hidden;
    float: right;
}

    .sidebar .sb_box h3.title {
        height: 32px;
        line-height: 32px;
        border-bottom-color: rgb(175, 175, 175);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
    }

        .sidebar .sb_box h3.title span {
            padding: 0px;
            left: 0px;
            top: -1px;
            color: rgb(213, 69, 68);
            font-size: 16px;
            font-weight: bold;
            position: absolute;
        }

            .sidebar .sb_box h3.title span strong {
                color: rgb(217, 217, 217);
                text-transform: uppercase;
                padding-left: 10px;
                font-size: 14px;
            }

        .sidebar .sb_box h3.title div.position {
            top: 3px;
            right: 10px;
            font-weight: normal;
            float: right;
            position: relative;
        }

            .sidebar .sb_box h3.title div.position a {
                color: rgb(102, 102, 102);
            }

                .sidebar .sb_box h3.title div.position a:hover {
                    color: rgb(204, 0, 0);
                }

            .sidebar .sb_box h3.title div.position i {
                color: rgb(204, 0, 0);
                font-style: normal;
            }

.met_hits {
    padding: 0px;
    height: 35px;
    text-align: left;
    color: rgb(102, 102, 102);
    line-height: 35px;
    margin-bottom: 10px;
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

    .met_hits a {
        color: rgb(102, 102, 102);
    }

    .met_hits .metjiathis {
        top: 8px;
        right: 0px;
        position: absolute;
    }

.met_page {
    text-align: center;
    padding-top: 10px;
}

    .met_page a {
        text-decoration: underline;
    }

        .met_page a:hover {
            text-decoration: none;
        }

.met_annex {
    color: rgb(255, 0, 0);
    text-decoration: underline;
}

    .met_annex:hover {
        color: rgb(255, 0, 0);
        text-decoration: underline;
    }

#flip {
    margin-bottom: 15px;
}

#showtext {
    padding: 20px;
    line-height: 2;
}

#newslist {
    padding: 20px 0px;
    width: 560px;
    float: left;
}

    #newslist li {
        background: url('../images/dot001.jpg') no-repeat 0px 19px;
        margin: 5px 0px;
        padding: 6px 10px;
    }

        #newslist li a {
            font-size: 16px;
            margin-right: 5px;
        }

        #newslist li span {
            color: rgb(170, 170, 170);
            float: right;
        }

        #newslist li p {
            color: rgb(170, 170, 170);
        }

#shownews {
    padding: 30px 0px 10px;
    width: 560px;
    float: left;
}

    #shownews .editor {
        padding: 0px 10px;
    }

    #shownews h1 {
        margin: 10px 0px;
        padding: 5px 0px;
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 26px;
        font-weight: normal;
    }

.news_r {
    margin: 35px 0px 0px 15px;
    width: 150px;
    float: left;
}

.special {
    background: rgb(247, 247, 247);
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

    .special h3 {
        text-align: left;
        margin-bottom: 8px;
    }

    .special img {
        width: 100%;
    }

    .special ul {
        margin: 0px;
        padding: 0px;
        text-align: left;
    }

    .special li {
        background: url("../images/li.jpg") no-repeat 0px 50%;
        width: 120px;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        padding-left: 10px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
    }

    .special p {
        margin-bottom: 8px;
    }

#productlist {
    padding: 20px 5px;
}

    #productlist ul {
        margin: 0px;
        padding: 0px;
    }

    #productlist li {
        list-style: none;
        margin: 0px 0px 20px;
        padding: 1px 0px 30px;
        overflow: hidden;
        border-bottom-color: rgb(238, 238, 238);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
    }

        #productlist li .info_img {
            width: 150px;
            height: 120px;
            margin-right: 15px;
            float: left;
            display: block;
            _display: inline;
        }

        #productlist li img {
            width: 100%;
        }

        #productlist li .img:hover img {
        }

        #productlist li .info_title {
            margin: 0px 0px 5px;
            font-weight: bold;
            display: block;
        }

            #productlist li .info_title a {
                color: rgb(85, 85, 85);
            }

                #productlist li .info_title a:hover {
                    text-decoration: underline;
                }

        #productlist li .info_para3 {
            display: none;
        }

        #productlist li .info_para4 {
            height: 80px;
            line-height: 20px;
            overflow: hidden;
            display: block;
        }

            #productlist li .info_para4 b {
                display: none;
            }

        #productlist li .info_para1 {
            display: none;
        }

        #productlist li .info_para2 {
            display: none;
        }

        #productlist li .info_detail {
            right: 5px;
            bottom: 22px;
            position: absolute;
        }

            #productlist li .info_detail a {
                background: url("../images/arrow_r.gif") no-repeat 100% 3px;
                color: rgb(230, 0, 18);
                padding-right: 10px;
            }

                #productlist li .info_detail a:hover {
                    text-decoration: underline;
                }

#showproduct {
    padding: 20px 0px;
}

    #showproduct h1.title {
        margin: 0px 0px 5px 18px;
        padding: 5px 0px;
        color: rgb(0, 0, 0);
        font-size: 26px;
        font-weight: normal;
    }

    #showproduct .pshow dt {
        float: left;
    }

    #showproduct .pshow dd {
        float: left;
        _width: 553px;
    }

        #showproduct .pshow dd ul {
            margin-left: 15px;
        }

        #showproduct .pshow dd li {
            margin: 5px 0px;
            padding: 5px;
            clear: both;
        }

            #showproduct .pshow dd li span {
                width: 70px;
                color: rgb(204, 51, 0);
                float: left;
            }

    #showproduct .ctitle {
        background: url("../images/dt-7.gif") no-repeat left;
        margin: 15px 0px 10px;
        padding: 5px 20px;
        font-size: 14px;
        border-bottom-color: rgb(229, 229, 229);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    #showproduct .editor {
    }

#downloadlist {
    padding: 30px;
}

    #downloadlist .metlist {
        margin-bottom: 20px;
    }

        #downloadlist .metlist dt {
            background: url("../images/dt-9.gif") no-repeat 5px 11px;
            padding: 3px 5px 3px 20px;
            font-size: 14px;
            font-weight: bold;
            border-bottom-color: rgb(221, 221, 221);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

        #downloadlist .metlist dd {
            background: rgb(248, 248, 248);
            padding: 5px 8px;
            color: rgb(153, 153, 153);
        }

            #downloadlist .metlist dd b {
                font-weight: normal;
            }

            #downloadlist .metlist dd div {
                float: right;
            }

            #downloadlist .metlist dd span {
                padding-right: 20px;
            }

            #downloadlist .metlist dd a {
                color: rgb(28, 87, 196);
                text-decoration: underline;
            }

                #downloadlist .metlist dd a.down {
                    color: rgb(250, 26, 26);
                    text-decoration: underline;
                }

#showdownload {
    padding: 30px;
}

    #showdownload h1.title {
        padding: 5px 0px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    #showdownload .paralist {
        background: rgb(246, 246, 246);
        padding: 5px 10px;
    }

        #showdownload .paralist li {
            margin: 5px 0px;
            padding: 3px 5px 3px 0px;
            border-bottom-color: rgb(238, 238, 238);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

            #showdownload .paralist li a {
                color: rgb(255, 0, 0);
                text-decoration: underline;
            }

            #showdownload .paralist li span {
                padding: 0px 10px;
                text-align: left;
                margin-right: 5px;
                float: left;
            }

    #showdownload .editor {
        padding: 0px 10px;
        color: rgb(68, 68, 68);
        line-height: 2;
        font-size: 14px;
        margin-top: 15px;
    }

    #showdownload .ctitle {
        background: url("../images/dt-7.gif") no-repeat left;
        margin: 15px 0px 10px;
        padding: 5px 20px;
        font-size: 14px;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-width: 1px;
        border-bottom-style: dotted;
    }

#imglist {
    padding: 20px 0px;
}

    #imglist li {
        text-align: center;
        float: left;
        display: inline;
    }

        #imglist li a.img {
            font-size: 0px;
            display: block;
        }

            #imglist li a.img img {
                margin: auto;
                padding: 5px;
                border: 1px solid rgb(229, 229, 229);
                border-image: none;
            }

        #imglist li h3 {
            padding: 5px 0px 10px;
            line-height: 1.5;
            font-weight: normal;
        }

#showimg {
    padding: 30px 0px;
}

    #showimg h1.title {
        padding: 5px 0px;
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 26px;
        font-weight: normal;
    }

    #showimg .imgshow {
        text-align: center;
    }

    #showimg .editor {
        padding: 0px 10px;
        color: rgb(68, 68, 68);
        line-height: 2;
        font-size: 14px;
    }

.imgparalist li {
    background: url("../images/dt-0.gif") no-repeat 5px;
    padding: 3px 15px;
}

    .imgparalist li span {
        color: rgb(153, 153, 153);
        margin-right: 10px;
        float: left;
    }

#showimg .ctitle {
    margin: 10px 0px;
    padding: 5px 20px;
    font-size: 14px;
}

#joblist {
    padding: 30px;
}

    #joblist dl {
        padding: 0px 5px 15px;
        margin-bottom: 15px;
    }

    #joblist dt {
        padding: 5px 10px;
        font-size: 16px;
        font-weight: bold;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-width: 1px;
        border-bottom-style: dotted;
    }

    #joblist dd {
        padding: 0px 0px 5px;
    }

        #joblist dd .dtail {
            padding: 5px 10px;
            border-top-color: rgb(204, 204, 204);
            border-top-width: 1px;
            border-top-style: dotted;
        }

            #joblist dd .dtail span {
                margin-right: 20px;
            }

            #joblist dd .dtail a {
                color: rgb(28, 87, 196);
            }

        #joblist dd .editor {
            padding: 5px;
        }

        #joblist dd .mis {
            padding: 5px 10px;
        }

            #joblist dd .mis span {
                color: rgb(153, 153, 153);
                margin-right: 15px;
            }

#showjob {
    padding: 30px;
}

    #showjob h1.title {
        padding: 5px 0px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    #showjob .paralist li {
        background: url("../images/dt-0.gif") no-repeat 5px;
        padding: 3px 15px;
        width: 45%;
        float: left;
    }

        #showjob .paralist li span {
            color: rgb(153, 153, 153);
            margin-right: 10px;
            float: left;
        }

    #showjob .ctitle {
        background: url("../images/dt-7.gif") no-repeat left;
        margin: 10px 0px;
        padding: 5px 20px;
        font-size: 14px;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-width: 1px;
        border-bottom-style: dotted;
    }

    #showjob .info_cv {
        margin: 10px 0px;
        text-align: center;
        font-size: 12px;
    }

    #showjob .editor {
        padding: 0px 10px;
        color: rgb(68, 68, 68);
        line-height: 2;
        font-size: 14px;
    }

#cvlist {
    padding: 15px;
}

#messagelist {
    padding: 30px;
}

    #messagelist .metlist {
        padding: 5px;
        border: 6px solid rgb(222, 222, 222);
        border-image: none;
        margin-bottom: 10px;
    }

        #messagelist .metlist dt {
            background: url("../images/message.gif") no-repeat left;
            padding: 4px 0px 4px 20px;
            margin-bottom: 5px;
            border-bottom-color: rgb(222, 222, 222);
            border-bottom-width: 1px;
            border-bottom-style: dotted;
        }

            #messagelist .metlist dt span.name {
                color: rgb(44, 113, 153);
            }

            #messagelist .metlist dt span.time {
                color: rgb(153, 153, 153);
                padding-left: 8px;
            }

            #messagelist .metlist dt span.tt {
                padding-right: 5px;
                float: right;
            }

        #messagelist .metlist dd.info span.tt {
            clear: both;
            display: none;
        }

        #messagelist .metlist dd.info span.text {
            padding: 8px 5px;
            line-height: 1.5;
            display: block;
        }

        #messagelist .metlist dd.reinfo span.tt {
            background: url("../images/admin.gif") no-repeat left 3px;
            margin: 0px 0px 5px;
            padding: 2px 0px 2px 20px;
            color: rgb(44, 113, 153);
            border-bottom-color: rgb(222, 222, 222);
            border-bottom-width: 1px;
            border-bottom-style: dotted;
            display: block;
        }

        #messagelist .metlist dd.reinfo span.text {
            padding: 8px 5px;
            line-height: 1.5;
            display: block;
        }

    #messagelist .ctitle {
        background: url("../images/dt-7.gif") no-repeat left;
        margin: 10px 0px;
        padding: 5px 20px;
        font-size: 14px;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-width: 1px;
        border-bottom-style: dotted;
    }

    #messagelist table {
        margin: 0px auto;
    }

#messagetable {
    padding: 15px;
}

    #messagetable table {
        margin: 0px auto;
    }

#feedback {
    padding: 30px;
}

    #feedback table {
        margin: 0px auto;
    }

#linklist {
    padding: 15px 15px 25px;
}

    #linklist .ctitle {
        background: url("../images/dt-7.gif") no-repeat left;
        margin: 10px 0px;
        padding: 5px 20px;
        font-size: 14px;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-width: 1px;
        border-bottom-style: dotted;
    }

    #linklist .inside {
        padding: 15px 0px 0px;
    }

    #linklist .metlist .img li {
        list-style: none;
        padding-right: 5px;
        display: inline;
    }

    #linklist .metlist .img img {
        width: 88px;
        height: 31px;
    }

    #linklist .metlist .txt li {
        list-style: none;
        width: 88px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        margin-right: 5px;
        float: left;
    }

#linksubmit {
    padding: 15px;
}

    #linksubmit table {
        margin: 0px auto;
    }

#memberbox {
    padding: 15px;
}

ul.searchnavlist {
    list-style: none;
    margin: 0px;
    padding-left: 50px;
}

    ul.searchnavlist .input-text {
        width: 150px;
    }

    ul.searchnavlist li {
        padding: 5px 0px;
    }

#searchlist {
    padding: 15px;
}

    #searchlist li {
        line-height: 1.5;
        padding-left: 10px;
        margin-bottom: 6px;
    }

    #searchlist ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        #searchlist ul li {
            padding: 3px 5px;
            margin-bottom: 5px;
        }

            #searchlist ul li img {
                display: none;
            }

    #searchlist .search_title {
        padding: 2px 0px;
        display: block;
    }

        #searchlist .search_title a {
            color: rgb(17, 34, 204);
            font-size: 14px;
            text-decoration: underline;
        }

        #searchlist .search_title em {
            color: rgb(204, 0, 0);
            font-style: normal;
            text-decoration: underline;
        }

    #searchlist .search_detail {
        display: block;
    }

        #searchlist .search_detail a {
            color: rgb(17, 34, 204);
            text-decoration: underline;
        }

    #searchlist .search_content em {
        color: rgb(204, 0, 0);
        font-style: normal;
    }

    #searchlist .search_updatetime {
        color: green;
        margin-top: 5px;
        display: block;
    }

    #searchlist a:hover {
        text-decoration: underline;
    }

#sitemaplist {
    padding: 30px;
}

    #sitemaplist ul li {
        background: url("../images/dd.gif") no-repeat left;
        line-height: 1.5;
        padding-left: 8px;
    }

        #sitemaplist ul li span {
            padding-right: 10px;
            float: left;
        }

    #sitemaplist .sitemapclass {
        padding: 5px 0px;
    }

    #sitemaplist .sitemapclass1 {
        height: 28px;
        line-height: 28px;
        margin-bottom: 5px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
    }

        #sitemaplist .sitemapclass1 a {
            background: rgb(238, 238, 238);
            padding: 5px 10px;
        }

    #sitemaplist .sitemapclass2 {
        padding-top: 3px;
        padding-left: 15px;
    }

        #sitemaplist .sitemapclass2 h3 {
            background: url("../images/dt-0.gif") no-repeat left;
            padding: 2px 8px;
        }

            #sitemaplist .sitemapclass2 h3 a {
                color: rgb(68, 68, 68);
            }

        #sitemaplist .sitemapclass2 div {
            padding-left: 2px;
        }

        #sitemaplist .sitemapclass2 h4 {
            padding: 2px 6px;
            display: inline;
        }

            #sitemaplist .sitemapclass2 h4 a {
                color: rgb(44, 113, 153);
                text-decoration: underline;
            }

.index_inner {
    padding-top: 20px;
}

.grid_2col {
    height: 1%;
    position: relative;
}

    .grid_2col::after {
        height: 0px;
        clear: both;
        display: block;
        content: "\0020";
    }

    .grid_2col .col_main .main_wrap {
        margin: 0px 0px 0px 232px;
    }

    .grid_2col .col_sub {
        width: 212px;
        margin-left: -100%;
    }

.col_main {
    width: 100%;
    height: 1%;
    float: left;
    position: relative;
    min-height: 1px;
}

.col_sub {
    height: 1%;
    float: left;
    position: relative;
}

.col_main .main_wrap {
    height: 1%;
    position: relative;
}

.block {
    clear: both;
}

    .block h2 {
        background: url('../images/bg1.gif') repeat-x 0px 0px rgb(246, 246, 246);
        border: 1px solid rgb(217, 217, 217);
        border-image: none;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        position: relative;
    }

        .block h2 span {
            top: 0px;
            right: 10px;
            font-size: 12px;
            font-weight: 100;
            position: absolute;
        }

    .block .bd {
        padding: 15px 30px 0px;
        position: relative;
    }

        .block .bd .prev {
            border: 0px currentColor;
            border-image: none;
            width: 20px;
            height: 30px;
            line-height: 999px;
            overflow: hidden;
            font-size: 0px;
            position: absolute;
            z-index: 100;
            cursor: pointer;
        }

        .block .bd .next {
            border: 0px currentColor;
            border-image: none;
            width: 20px;
            height: 30px;
            line-height: 999px;
            overflow: hidden;
            font-size: 0px;
            position: absolute;
            z-index: 100;
            cursor: pointer;
        }

        .block .bd .prev {
            background: url('../images/icons.png') no-repeat 0px 0px;
            left: 0px;
            top: 55px;
        }

            .block .bd .prev:hover {
                background: url('../images/icons.png') no-repeat -40px 0px;
            }

        .block .bd .next {
            background: url('../images/icons.png') no-repeat -80px 0px;
            top: 55px;
            right: 0px;
        }

            .block .bd .next:hover {
                background: url('../images/icons.png') no-repeat -120px 0px;
            }

.cplist {
    padding: 0px;
    height: 206px;
}

    .cplist li {
        width: 175px;
        text-align: center;
        float: left;
        display: inline;
    }

        .cplist li a {
            width: 145px;
            text-align: center;
            display: block;
        }

        .cplist li img {
            width: 145px;
            height: 105px;
            text-align: center;
            font-size: 0px;
            display: block;
        }

        .cplist li a:hover img {
        }

        .cplist li h3 {
            width: 145px;
            height: 23px;
            line-height: 23px;
            overflow: hidden;
            margin-top: 1px;
        }

        .cplist li p {
            width: 145px;
            height: 66px;
            text-align: left;
            line-height: 22px;
            overflow: hidden;
            margin-left: 3px;
        }

.index_tabs1 {
    margin: 0px;
    padding: 0px;
}

    .index_tabs1 li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        float: left;
        position: relative;
        _display: inline;
    }

    .index_tabs1 .tabn {
        padding: 0px 25px;
        border-right-color: rgb(217, 217, 217);
        border-right-width: 1px;
        border-right-style: solid;
    }

    .index_tabs1 .tabf {
        background: url('../images/leftnavrigt.gif') no-repeat 15px 50% rgb(255, 255, 255);
        padding: 0px 25px;
        height: 36px;
        overflow: hidden;
        border-right-color: rgb(217, 217, 217);
        border-right-width: 1px;
        border-right-style: solid;
        display: block;
    }

.block2 {
    clear: both;
}

    .block2 h2 {
        background: url('../images/case_bg.jpg') no-repeat 0px 2px;
        color: rgb(44, 45, 44);
        line-height: 16px;
        padding-left: 39px;
        font-size: 14px;
        margin-bottom: 10px;
    }

.block3 {
    clear: both;
    margin-top: 12px;
}

    .block3 h2 {
        height: 30px;
        color: rgb(90, 82, 80);
        line-height: 30px;
        padding-bottom: 7px;
        font-size: 14px;
    }

.block2 h2 a {
    color: rgb(44, 45, 44);
}

.block3 h2 a {
    color: rgb(44, 45, 44);
}

#index_jdal {
    padding: 8px 0px 20px;
    clear: both;
    position: relative;
    height:140px;
}

#Movie_Box {
    margin: 0px 35px;
}

.jdallist {
    padding: 0px;
}

    .jdallist li {
        list-style: none;
        margin-right: 22px;
        float: left;
        _display: inline;
    }

        .jdallist li a {
            height: 170px;
        }

        .jdallist li img {
            width: 150px;
            height: 120px;
            display: block;
        }

        .jdallist li h3 {
            width: 150px;
            height: 23px;
            text-align: center;
            line-height: 23px;
            overflow: hidden;
            font-weight: normal;
            margin-top: 1px;
        }

#index_jdal .prev {
    border: 0px currentColor;
    border-image: none;
    width: 20px;
    height: 30px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

#index_jdal .next {
    border: 0px currentColor;
    border-image: none;
    width: 20px;
    height: 30px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

#index_jdal .prev {
    background: url('../images/icons.png') no-repeat 0px 0px;
    left: 0px;
    top: 90px;
}

    #index_jdal .prev:hover {
        background: url('../images/icons.png') no-repeat -40px 0px;
    }

#index_jdal .next {
    background: url('../images/icons.png') no-repeat -80px 0px;
    top: 90px;
    right: 0px;
}

    #index_jdal .next:hover {
        background: url('../images/icons.png') no-repeat -120px 0px;
    }

#index_jdal .over {
    cursor: default;
    opacity: 0.4;
}

#leftnav .navnow {
    padding-top: 0px;
}

.product_nav h3.title {
    height: 36px;
    color: rgb(90, 82, 80);
    line-height: 36px;
    font-size: 14px;
}

.index_product_list li a {
    background: url('../images/job_ico.gif') no-repeat 35px 15px rgb(143, 146, 151);
    color: rgb(255, 255, 255);
    line-height: 30px;
    padding-left: 50px;
    font-size: 14px;
    margin-bottom: 1px;
    display: block;
}

    .index_product_list li a:hover {
        background: url('../images/job_ico.gif') no-repeat 35px 15px rgb(204,0,1);
    }

.cpzslist {
    margin: 0px;
    padding: 0px;
    height: 1%;
}

    .cpzslist li {
        background: url('../images/leftnavrigt.gif') no-repeat 1px 9px;
        list-style: none;
        height: 22px;
        line-height: 22px;
        overflow: hidden;
        padding-left: 10px;
    }

        .cpzslist li h3 {
            font-weight: normal;
        }

.cpzslist2 li {
    width: 12em;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.hot_search {
    margin: 7px auto 3px;
    border: 1px solid rgb(220, 220, 220);
    border-image: none;
    width: 980px;
    height: 26px;
    text-align: left;
    line-height: 26px;
}

    .hot_search span {
        background: 0px 0px rgb(246, 245, 248);
        width: 80px;
        text-align: center;
        color: rgb(81, 81, 81);
        margin-right: 5px;
        border-right-color: rgb(220, 220, 220);
        border-right-width: 1px;
        border-right-style: solid;
        float: left;
        display: block;
    }

    .hot_search a {
        padding: 0px 5px;
        color: rgb(81, 81, 81);
    }

#index_about {
    margin: 0px;
    padding: 0px;
    height: 160px;
    overflow: hidden;
}

.sidebar2 {
    margin-top: -20px;
}

    .sidebar2 .sb_nav h3.title {
        width: 170px;
        height: 25px;
        text-align: left;
        color: rgb(0, 0, 0);
        line-height: 25px;
        padding-left: 50px;
    }

    .sidebar2 .sb_nav .contact {
        padding: 10px 20px;
    }

    .sidebar2 .sb_box {
        margin: 0px auto;
    }

.bread {
    background: url("../images/bread.jpg") repeat-x 0px 0px;
    margin: 0px auto 20px;
    overflow: hidden;
}

.title2 {
    margin: 0px auto;
    width: 960px;
    height: 31px;
    line-height: 31px;
    position: relative;
}

    .title2 span {
        padding: 0px;
        left: 0px;
        top: -1px;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
    }

        .title2 span strong {
            color: rgb(217, 217, 217);
            text-transform: uppercase;
            padding-left: 10px;
            font-size: 14px;
        }

    .title2 .position {
        top: 0px;
        right: 10px;
        font-weight: normal;
        float: right;
        position: relative;
    }

        .title2 .position a {
            color: rgb(102, 102, 102);
        }

            .title2 .position a:hover {
                color: rgb(204, 0, 0);
            }

        .title2 .position i {
            font-style: normal;
        }

.bread .title2 span {
    display: none;
}

#sidebar2 {
    border-top-color: rgb(204, 204, 204);
    border-top-width: 1px;
    border-top-style: solid;
}

    #sidebar2 .navnow {
        padding: 0px;
    }

        #sidebar2 .navnow dt a {
            background: rgb(247, 247, 247);
            border-width: 0px 1px 1px;
            border-style: none solid solid;
            border-color: currentColor rgb(204,0,0) rgb(204, 204, 204);
            border-image: none;
            color: rgb(85, 85, 85);
            line-height: 35px;
            padding-left: 30px;
            font-size: 14px;
            text-decoration: none;
            display: block;
        }

.ps_tt {
    background: rgb(240, 240, 240);
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    height: 35px;
    color: rgb(204, 51, 0);
    margin-bottom: 10px;
    position: relative;
}

    .ps_tt span {
        background: rgb(255, 255, 255);
        padding: 0px 30px;
        left: 0px;
        top: 0px;
        line-height: 33px;
        border-top-color: rgb(204, 51, 0);
        border-right-color: rgb(221, 221, 221);
        border-top-width: 3px;
        border-right-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        position: absolute;
    }

.box3 {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-top: 15px;
}

    .box3 h2 {
        background: rgb(247, 247, 247);
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

.sidebar2 .editor .ps_list {
    margin: 5px;
    padding: 0px;
    height: 1%;
}

.ps_list li {
    list-style: none;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

    .ps_list li h3 {
        font-weight: normal;
    }

.box4 {
    margin-top: 15px;
}

    .box4 h2 {
        height: 35px;
        line-height: 35px;
        margin-bottom: 15px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
    }

        .box4 h2 span {
            padding: 0px 30px 0px 0px;
            left: 0px;
            top: 0px;
            border-bottom-color: rgb(204, 51, 0);
            border-bottom-width: 1px;
            border-bottom-style: solid;
            position: absolute;
        }

.editor .cplist2 {
    padding: 0px;
    height: 1%;
}

.cplist2 li {
    list-style: none;
    width: 176px;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    _display: inline;
}

.cplist2 {
    padding: 0px;
}

    .cplist2 li a {
        width: 150px;
        text-align: center;
        display: block;
    }

    .cplist2 li img {
        padding: 1px;
        border: 1px solid rgb(238, 238, 238);
        border-image: none;
        width: 150px;
        height: 105px;
        text-align: center;
        font-size: 0px;
        display: block;
    }

    .cplist2 li a:hover img {
    }

    .cplist2 li h3 {
        background: rgb(238, 238, 238);
        width: 154px;
        height: 23px;
        line-height: 23px;
        overflow: hidden;
        font-weight: normal;
        margin-top: 1px;
    }

.box5 {
    background: rgb(247, 247, 247);
    padding: 10px;
    margin-top: 15px;
}

    .box5 h2 {
        margin: 0px -10px;
        height: 35px;
        line-height: 35px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
    }

        .box5 h2 span {
            padding: 0px 30px 0px 0px;
            left: 20px;
            top: 0px;
            border-bottom-color: rgb(204, 51, 0);
            border-bottom-width: 1px;
            border-bottom-style: solid;
            position: absolute;
        }

    .box5 p {
        color: rgb(122, 122, 122);
        padding-left: 15px;
        font-size: 12px;
    }

.sidebar2 .cplist2 li {
    width: 185px;
}

.sidebar2 .editor .active2 {
    padding: 10px;
}

.foot_baidu {
    text-align: center;
    clear: both;
}

.gotop {
    background: url("../images/sidefloat.png") no-repeat 0px -100px rgb(200, 200, 200);
    height: 26px;
    overflow: hidden;
    margin-top: 5px;
    cursor: pointer;
}

    .gotop p {
        background: rgb(255, 255, 255);
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 100%;
        margin-top: 25px;
        float: left;
        cursor: pointer;
    }

    .gotop:hover {
        background-color: rgb(204, 0, 1);
    }

.index_col_l {
    width: 360px;
    float: left;
}

.index_col_r {
    width: 360px;
    float: right;
}

.index_news h3 {
    background: url('../images/case_bg.jpg') no-repeat 0px 2px;
    color: rgb(44, 45, 44);
    line-height: 16px;
    padding-left: 39px;
    font-size: 14px;
    margin-bottom: 15px;
}

.index_col_r .index_news h3 {
    padding-left: 33px;
}

.index_news h3 a {
    color: rgb(44, 45, 44);
}

.index_news ul {
    margin: 0px;
    padding: 0px;
}

.index_news li {
    background: url('../images/dot001.jpg') no-repeat 0px 10px;
    list-style: none;
    margin: 0px 5px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 10px;
}

    .index_news li a {
        width: 20em;
        overflow: hidden;
        display: block;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
    }

    .index_news li span {
        color: rgb(153, 153, 153);
        float: right;
    }

#index_video {
    height: 252px;
    overflow: hidden;
    position: relative;
}

    #index_video .bd ul {
        margin: 0px;
        padding: 0px;
    }

    #index_video .bd li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 212px;
    }

        #index_video .bd li img {
            width: 212px;
            height: 135px;
        }

    #index_video .bd h3 {
        height: 25px;
        overflow: hidden;
    }

    #index_video .bd a:hover {
        text-decoration: none;
    }

    #index_video .hd {
        margin: 0px;
        padding: 0px;
        right: 0px;
        bottom: 86px;
        position: absolute;
        z-index: 999;
    }

        #index_video .hd a {
            background: rgb(255, 255, 255);
            list-style: none;
            width: 18px;
            height: 18px;
            text-align: center;
            margin-right: 1px;
            float: left;
            cursor: pointer;
            _display: inline;
        }

            #index_video .hd a:hover {
                background: rgb(204, 0, 0);
                color: rgb(255, 255, 255);
                text-decoration: none;
            }

            #index_video .hd a.on {
                background: rgb(204, 0, 0);
                color: rgb(255, 255, 255);
            }

    #index_video p {
        text-align: left;
        line-height: 22px;
    }

#elevator_item {
    width: 60px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    display: none;
    position: fixed;
    z-index: 100020;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
}

.off#elevator_item {
    visibility: hidden;
    opacity: 0;
}

#elevator {
    background: url('../images/icon_top.png') no-repeat center rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    width: 60px;
    height: 50px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

    #elevator:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    #elevator:active {
        background-color: rgba(0, 0, 0, 0.75);
    }

.hot_link {
    background: rgb(89, 89, 89);
    padding: 25px 0px 20px;
    clear: both;
    margin-top: 20px;
}

    .hot_link ul {
        margin: 0px;
        padding: 0px;
    }

        .hot_link ul li {
            list-style: none;
            width: 14%;
            margin-right: 2%;
            float: left;
        }

            .hot_link ul li.follow {
                width: 19%;
                color: rgb(206, 206, 206);
                margin-right: 0px;
            }

            .hot_link ul li h2 {
                color: rgb(255, 255, 255);
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-bottom-color: rgb(148, 148, 148);
                border-bottom-width: 1px;
                border-bottom-style: solid;
            }

            .hot_link ul li a {
                color: rgb(206, 206, 206);
                line-height: 24px;
            }

                .hot_link ul li a:hover {
                    color: rgb(255, 255, 255);
                }

                .hot_link ul li a.more {
                    color: rgb(168, 168, 168);
                }

                    .hot_link ul li a.more:hover {
                        color: rgb(204, 0, 0);
                    }

            .hot_link ul li.follow p {
                clear: both;
                margin-top: 8px;
            }

            .hot_link ul li.follow img {
                border: 4px solid rgb(255, 255, 255);
                border-image: none;
                width: 96px;
                margin-right: 6px;
                float: left;
            }

.relatednews {
    margin: 0px;
    padding: 0px;
}

    .relatednews li {
        background: url('../images/dot001.jpg') no-repeat 0px 8px;
        list-style: none;
        margin: 0px 2% 1% 0px;
        width: 46%;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        padding-left: 8px;
        float: left;
        _display: inline;
    }

        .relatednews li span {
            float: right;
        }

.editor ul.relatedpro {
    padding: 8px 0px 5px 5px;
}

.relatedpro li {
    list-style: none;
    margin: 0px 3px 5px;
    width: 94px;
    height: 95px;
    float: left;
    display: inline;
}

    .relatedpro li img {
        padding: 1px;
        border: 1px solid rgb(238, 238, 238);
        border-image: none;
        width: 90px;
        height: 66px;
        display: block;
    }

    .relatedpro li a:hover {
        text-decoration: none;
    }

        .relatedpro li a:hover img {
            border-color: rgb(255, 0, 0);
        }

    .relatedpro li a h6 {
        background: rgb(238, 238, 238);
        margin: 0px;
        padding: 0px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        overflow: hidden;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
    }

.relatedimg {
    padding: 5px 0px;
    margin-left: 15px;
}

    .relatedimg li {
        list-style: none;
        margin: 0px 3px 13px;
    }

        .relatedimg li img {
            padding: 1px;
            border: 1px solid rgb(238, 238, 238);
            border-image: none;
            width: 120px;
            height: 90px;
            display: block;
        }

        .relatedimg li a:hover {
            text-decoration: none;
        }

            .relatedimg li a:hover img {
                border-color: rgb(255, 0, 0);
            }

        .relatedimg li h3 {
            background: rgb(238, 238, 238);
            margin: 0px;
            padding: 0px;
            width: 124px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            overflow: hidden;
            font-size: 12px;
            font-weight: normal;
            text-decoration: none;
        }

.txt_box {
    margin: 0px;
    padding: 0px;
}

    .txt_box li {
        list-style: none;
    }

        .txt_box li a.more {
            color: rgb(204, 0, 0);
        }

.ht1 {
    background: url("../images/htitle1.gif") no-repeat 0px 0px;
    margin: 20px 0px;
    height: 30px;
    line-height: 30px;
    padding-left: 85px;
    font-size: 16px;
    font-weight: normal;
}

.cpnews li {
    list-style: none;
    width: 120px;
    text-align: center;
    margin-right: 20px;
    float: left;
    _display: inline;
}

    .cpnews li a {
        width: 120px;
        text-align: center;
        display: block;
    }

    .cpnews li img {
        padding: 1px;
        border: 1px solid rgb(238, 238, 238);
        border-image: none;
        width: 120px;
        height: 80px;
        text-align: center;
        font-size: 0px;
        display: block;
    }

    .cpnews li h3 {
        background: rgb(238, 238, 238);
        width: 124px;
        height: 23px;
        line-height: 23px;
        overflow: hidden;
        font-weight: normal;
        margin-top: 1px;
    }

.nav li.hover {
    background: url('../images/nav_hover.gif') repeat-x 0px 0px;
}

.nav #nav_1 li.hover {
    background: none;
}

.nav #nav_2 li.hover {
    background: none;
}

.nav #nav_3 li.hover {
    background: none;
}

.nav #nav_69 li.hover {
    background: none;
}

.nav #nav_77 li.hover {
    background: none;
}

.fhxclist {
    padding: 0px;
    margin-right: -35px;
    margin-left: 237px;
}

    .fhxclist li {
        background: url('../images/dot001.jpg') no-repeat 0px 12px;
        list-style: none;
        width: 342px;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        padding-left: 10px;
        margin-right: 35px;
        float: left;
        _display: inline;
    }

        .fhxclist li a {
            width: 20em;
            overflow: hidden;
            display: block;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
        }

        .fhxclist li span {
            color: rgb(153, 153, 153);
            float: right;
        }

#index_fhxc {
    clear: both;
    margin-top: 15px;
}

    #index_fhxc h2 {
        background: url('../images/fh_bg.jpg') no-repeat 0px 2px;
    }

    #index_fhxc .bd {
        position: relative;
    }

    #index_fhxc .fhxc_tp {
        list-style: none;
        margin: 3px 0px 0px;
        padding: 0px;
        width: 210px;
        float: left;
    }

        #index_fhxc .fhxc_tp img {
            width: 210px;
            height: 140px;
        }

        #index_fhxc .fhxc_tp h3 {
            width: 210px;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            margin-top: -5px;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
        }

        #index_fhxc .fhxc_tp p {
            line-height: 22px;
        }
