html {
    background: rgb(255, 255, 255);
    font: 14px/1.6 "Microsoft YaHei", Tahoma, Verdana, "Simsun";
    color: rgb(51, 51, 51);
    font-size-adjust: none;
    font-stretch: normal;
}

body {
    background: rgb(255, 255, 255);
    font: 14px/1.6 "Microsoft YaHei", Tahoma, Verdana, "Simsun";
    color: rgb(51, 51, 51);
    font-size-adjust: none;
    font-stretch: normal;
}

a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

    a:hover {
        color: rgb(2, 173, 198);
        text-decoration: none;
    }

.wn {
    white-space: nowrap;
}

.ohto {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}

.v2-link {
    padding: 20px 0px 0px;
}

    .v2-link a {
        margin: 0px 6px 10px;
        color: rgb(100, 99, 99);
        display: inline-block;
        white-space: nowrap;
    }

        .v2-link a:hover {
            color: rgb(35, 39, 42);
        }

        .v2-link a img {
            height: 60px;
        }

.v2_footer a {
    color: rgb(255, 255, 255);
}

    .v2_footer a:hover {
        color: rgb(213, 214, 215);
    }

.v2_footer_text {
    text-align: left;
    color: rgb(153, 153, 153);
    padding-left: 0px;
    float: left;
}

    .v2_footer_text a {
        color: rgb(153, 153, 153);
    }

        .v2_footer_text a:hover {
            color: rgb(255, 255, 255);
        }

.v2_footer_nav {
    text-align: right;
    line-height: 30px;
    padding-right: 0px;
    margin-bottom: 20px;
    float: right;
}

    .v2_footer_nav a {
        color: rgb(153, 153, 153);
        margin-left: 30px;
    }

        .v2_footer_nav a:hover {
            color: rgb(255, 255, 255);
        }

@media all and (max-width:768px) {
    .v2_footer_text {
        padding-right: 0px;
        padding-left: 15px;
    }

    .v2_footer_nav {
        text-align: left;
        float: left;
    }

        .v2_footer_nav a {
            margin-right: 30px;
            margin-left: 0px;
        }
}

@media all and (max-width:480px) {
    .v2_footer_text {
        padding-right: 10px;
        padding-left: 10px;
    }

    .v2_footer_nav {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.powered_by_metinfo {
    height: 35px;
    color: rgb(255, 255, 255);
}

    .powered_by_metinfo a {
        color: rgb(153, 153, 153);
    }

        .powered_by_metinfo a:hover {
            color: rgb(255, 255, 255);
        }

.met_section {
    padding: 0px;
    position: relative;
}

    .met_section aside {
        width: 230px;
        float: left;
        position: relative;
    }

    .met_section article {
        width: 100%;
        margin-left: -230px;
        float: left;
    }

        .met_section article .met_article {
            margin-left: 250px;
        }

.met_section_asidenone article {
    margin-left: 0px;
    float: none;
}

    .met_section_asidenone article .met_article {
        margin-left: 0px;
    }

.met_section aside section {
    background: rgb(245, 245, 245);
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-bottom: 20px;
}

    .met_section aside section h2 {
        padding: 0px 20px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        position: relative;
    }

.met_section aside .met_aside_list {
    background: rgb(255, 255, 255);
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.met_section aside .met_aside dl dt {
    height: 45px;
    line-height: 45px;
    font-weight: normal;
}

    .met_section aside .met_aside dl dt a {
        padding: 0px 20px;
        color: rgb(51, 51, 51);
        display: block;
    }

        .met_section aside .met_aside dl dt a:hover {
            background: rgb(239, 239, 239);
        }

    .met_section aside .met_aside dl dt.on {
    }

.met_section aside .met_aside dl dd {
    background: rgb(255, 255, 255);
    padding: 6px 0px;
    border-top-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

    .met_section aside .met_aside dl dd a {
        height: 35px;
        color: rgb(51, 51, 51);
        line-height: 35px;
        padding-left: 40px;
        font-weight: normal;
        display: block;
    }

    .met_section aside .met_aside dl dd .on a {
        background: rgb(239, 239, 239);
    }

.met_aside dl dd a:hover {
    background: rgb(239, 239, 239);
}

.met_section aside .met_related {
    margin-top: 20px;
}

    .met_section aside .met_related ul {
        padding: 20px;
    }

    .met_section aside .met_related li {
        list-style: none;
        margin-bottom: 8px;
    }

.met_article_head {
    padding: 0px 10px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

    .met_article_head .met_position {
        top: 0px;
        right: 10px;
        color: rgb(170, 170, 170);
        font-family: "ËÎÌå";
        position: absolute;
    }

        .met_article_head .met_position a {
            color: rgb(153, 153, 153);
            font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
        }

    .met_article_head h1 {
        height: 60px;
        color: rgb(85, 85, 85);
        line-height: 60px;
        font-size: 18px;
        font-weight: normal;
    }

.met_section_sehed {
    padding-top: 0px;
}

.met_section_head {
    height: 50px;
    color: rgb(170, 170, 170);
    line-height: 50px;
    font-family: "ËÎÌå";
    font-size: 12px;
}

    .met_section_head a {
        color: rgb(153, 153, 153);
        font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
    }

        .met_section_head a:hover {
            color: rgb(233, 40, 12);
        }

.sidebaran {
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 10px;
    color: rgb(153, 153, 153);
    line-height: 40px;
    font-size: 22px;
    display: block;
    position: absolute;
    cursor: pointer;
}

@media all and (max-width:992px) {
    .met_section {
        position: relative;
    }

        .met_section aside {
            width: 100%;
        }

        .met_section article {
            margin-left: 0px;
        }

            .met_section article .met_article {
                margin-left: 0px;
            }

        .met_section aside .met_aside_list {
            display: none;
        }

    .sidebarh1ok {
        display: none;
    }
}

@media all and (min-width:992px) {
    .met_section aside .met_aside_list {
        display: block !important;
    }

    .sidebaran {
        display: none;
    }
}

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;
}

ol {
    margin: 0px;
    padding: 0px;
}

ul {
    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%;
}

.met_clear {
    clear: both;
}

.met_none {
    display: none;
}

.met_hidden {
    visibility: hidden;
}

.met_fl {
    float: left;
}

.met_fr {
    float: right;
}

.met_editor {
    line-height: 2;
    -ms-word-wrap: break-word;
}

    .met_editor ul {
        margin: 0px;
        padding: 0px;
    }

    .met_editor ol {
        margin: 0px;
        padding: 0px;
    }

    .met_editor a {
        color: rgb(28, 87, 196);
    }

        .met_editor a:hover {
            text-decoration: underline;
        }

    .met_editor img {
        width: auto;
        height: auto !important;
        max-width: 100%;
    }

    .met_editor blockquote {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        border-left-color: rgb(221, 221, 221);
        border-left-width: 4px;
        border-left-style: solid;
    }

    .met_editor hr {
        border-width: 1px 0px 0px;
        border-style: solid none none;
        border-color: rgb(221, 221, 221) currentColor currentColor;
        margin: 20px 0px;
        padding: 0px;
        border-image: none;
        height: 0px;
        display: block;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

    .met_editor .metvideobox {
        margin: 10px auto;
        text-align: center;
        visibility: hidden;
    }

    .met_editor .video-js {
        max-width: 100%;
    }

    .met_editor table {
        padding: 0px !important;
        border: 0px currentColor;
        border-image: none;
        width: 100% !important;
        margin-bottom: 1.6rem;
        border-collapse: collapse !important;
        border-spacing: 0 !important;
    }

        .met_editor table td {
            border: 1px solid rgb(221, 221, 221) !important;
            border-image: none !important;
        }

        .met_editor table > thead > tr > th {
            padding: 0.7rem;
            line-height: 1.6;
            vertical-align: top;
            border-top-color: rgb(221, 221, 221);
            border-top-width: 1px;
            border-top-style: solid;
        }

table > tbody > tr > th {
    padding: 0.7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

table > tfoot > tr > th {
    padding: 0.7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

table > thead > tr > td {
    padding: 0.7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

table > tbody > tr > td {
    padding: 0.7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

table > tfoot > tr > td {
    padding: 0.7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.met_editor table > thead > tr > th {
    vertical-align: bottom;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.met_editor #page_break .collapse {
    display: none;
}

.met_editor #page_break .num {
    padding: 10px 0px;
    text-align: center;
}

    .met_editor #page_break .num li {
        margin: 0px 2px;
        padding: 3px 5px;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        text-align: center;
        color: rgb(102, 102, 102);
        overflow: hidden;
        font-family: Arial;
        font-size: 12px;
        display: inline;
        cursor: pointer;
        background-color: rgb(255, 255, 255);
    }

        .met_editor #page_break .num li.on {
            color: rgb(255, 255, 255);
            font-weight: bold;
            background-color: rgb(204, 204, 204);
        }

.metinfo-banner1 {
    margin: 0px auto;
    overflow: hidden;
}

.met_pager {
    padding: 10px 0px 0px;
    text-align: center;
}

.resmessagelist .met_pager {
    padding: 10px 0px 30px;
}

.met_pager a {
    border: 1px solid rgb(224, 224, 224);
    border-image: none;
    height: 50px;
    text-align: center;
    color: rgb(170, 170, 170);
    line-height: 50px;
    display: inline-block;
    min-width: 50px;
    _width: 50px;
}

    .met_pager a:hover {
        border: 1px solid rgb(160, 160, 160);
        border-image: none;
        color: rgb(170, 170, 170);
    }

.met_pager .PreSpan {
    background: rgb(240, 240, 240);
    height: 52px;
    text-align: center;
    color: rgb(204, 204, 204);
    line-height: 52px;
    display: inline-block;
    min-width: 70px;
    _width: 70px;
}

.met_pager .NextSpan {
    background: rgb(240, 240, 240);
    height: 52px;
    text-align: center;
    color: rgb(204, 204, 204);
    line-height: 52px;
    display: inline-block;
    min-width: 70px;
    _width: 70px;
}

.met_pager .PreA {
    height: 50px;
    color: rgb(170, 170, 170);
    line-height: 50px;
    min-width: 68px;
    _width: 68px;
}

.met_pager .NextA {
    height: 50px;
    color: rgb(170, 170, 170);
    line-height: 50px;
    min-width: 68px;
    _width: 68px;
}

.met_pager .PreSpan {
    margin-right: 6px;
}

.met_pager .PreA {
    margin-right: 6px;
}

.met_pager .NextSpan {
    margin-left: 6px;
}

.met_pager .NextA {
    margin-left: 6px;
}

.met_pager .firstPage {
    height: 28px;
    color: rgb(170, 170, 170);
    line-height: 28px;
    font-weight: bold;
    min-width: 40px;
    _width: 40px;
}

.met_pager .lastPage {
    height: 28px;
    color: rgb(170, 170, 170);
    line-height: 28px;
    font-weight: bold;
    min-width: 40px;
    _width: 40px;
}

.met_pager .Ahover {
    background: rgb(240, 240, 240);
    color: rgb(170, 170, 170);
    font-weight: bold;
}

.met_pager .PageText {
    color: rgb(170, 170, 170);
    margin-left: 10px;
    display: none;
}

.met_pager #metPageT {
    border: 1px solid rgb(224, 224, 224);
    border-image: none;
    text-align: center;
    color: rgb(170, 170, 170);
}

#metPageB {
    border: 1px solid rgb(224, 224, 224);
    border-image: none;
    text-align: center;
    color: rgb(170, 170, 170);
}

.met_pager #metPageT {
    padding: 6px 5px 5px;
    width: 20px;
    display: none;
}

.met_pager #metPageB {
    padding: 6px 0px 5px;
    font-weight: bold;
    display: none;
    cursor: pointer;
    min-width: 40px;
    _width: 40px;
}

* + html .met_pager #metPageT {
    height: 13px;
    line-height: 13px;
}

* + html .met_pager #metPageB {
    padding: 0px;
    height: 28px;
    line-height: 20px;
}

.met_tools {
    padding: 10px 10px 0px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

    .met_tools .met_page {
        top: 0px;
        right: 5px;
        color: rgb(129, 129, 129);
        clear: both;
        position: absolute;
    }

        .met_tools .met_page li {
            list-style: none;
            margin-left: 30px;
            display: inline;
        }

            .met_tools .met_page li span {
                padding-right: 5px;
            }

        .met_tools .met_page a {
            color: rgb(96, 127, 166);
        }

#memberbox {
    padding: 15px;
}

ul.searchnavlist::after {
    clear: both;
    display: block;
    content: " ";
}

ul.searchnavlist {
    list-style: none;
    margin: 0px;
    padding: 0px 15px 20px;
}

    ul.searchnavlist li {
        padding: 5px 0px;
        margin-right: 20px;
        float: left;
    }

    ul.searchnavlist .advsearch_searchword input {
        padding: 2px 5px;
        outline: 0px;
        border-radius: 2px;
        border: 1px solid rgb(220, 223, 224);
        border-image: none;
        width: 90%;
        height: 32px;
        color: rgb(51, 51, 51);
        line-height: 32px;
        background-color: rgb(255, 255, 255);
    }

    ul.searchnavlist .searchgo {
        background: rgb(35, 183, 229);
        padding: 0px 35px;
        border-radius: 2px;
        border: 0px currentColor;
        border-image: none;
        height: 34px;
        color: rgb(255, 255, 255);
        line-height: 26px;
        font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
        display: block;
        cursor: pointer;
    }

        ul.searchnavlist .searchgo:hover {
            background: rgb(56, 196, 240);
        }

        ul.searchnavlist .searchgo:active {
            background: rgb(27, 164, 207);
        }

#searchlist {
    padding: 0px 15px 30px;
}

    #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 0px;
            margin-bottom: 10px;
        }

            #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: 16px;
            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;
    }

.formerror {
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
}

    .formerror .fa-times {
        background: red;
        padding: 1px 2px;
        border-radius: 3px;
        color: rgb(255, 255, 255);
        font-size: 16px;
        margin-right: 5px;
    }

    .formerror .fa-check {
        background: rgb(16, 170, 0);
        padding: 2px;
        border-radius: 3px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        margin-right: 5px;
    }

.formerrorbox {
    border: 2px solid rgb(255, 0, 0) !important;
    border-image: none !important;
}

.v52fmbx dl dd.ftype_description {
    background: rgb(108, 111, 191);
    margin: 0px 5px;
    padding: 8px;
    color: rgb(255, 255, 255);
}

.ftype_input .fbox {
    float: left;
}

.ftype_input .tips {
    padding-top: 5px;
    float: left;
}

.ftype_input .fbox input {
    padding: 2px 5px;
    outline: 0px;
    border-radius: 2px;
    border: 1px solid rgb(220, 223, 224);
    border-image: none;
    width: 350px;
    height: 28px;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

.placeholder-ie {
    position: relative;
}

    .placeholder-ie label {
        left: 8px;
        top: 7px;
        color: rgb(153, 153, 153);
        position: absolute;
        cursor: text;
    }

.ftype_textarea .tips {
    display: block;
}

.ftype_textarea textarea {
    padding: 7px 5px;
    outline: 0px;
    border: 1px solid rgb(220, 223, 224);
    border-image: none;
    width: 350px;
    height: 100px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    background-color: rgb(255, 255, 255);
}

.ftype_select .tips {
    margin-top: 5px;
    display: block;
}

.ftype_select-linkage .tips {
    margin-top: 5px;
    display: block;
}

select {
    padding: 4px;
    outline: 0px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    height: 31px;
    color: rgb(101, 101, 101);
    line-height: 31px;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
}

.ftype_radio .fbox label {
    margin: 0px;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    display: block;
}

.ftype_radio .fbox input[type='radio'] {
    margin: 0px 6px 0px 0px;
    border-radius: 100%;
    top: -1px;
    width: 15px;
    height: 15px;
    bottom: 3px;
    vertical-align: middle;
    position: relative;
}

.ftype_radio .formerror {
    margin-top: 0px;
}

.ftype_checkbox .fbox input[type='checkbox'] {
    margin: 0px;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    bottom: 3px;
    vertical-align: middle;
    position: relative;
}

.ftype_checkbox .fbox label {
    margin: 0px;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    display: block;
}

.ftype_checkbox .fbox input {
    top: -1px;
    margin-right: 6px !important;
    position: relative;
}

.ftype_checkbox .formerror {
    margin-top: 0px;
}

.ftype_transverse .fbox label {
    margin-right: 15px;
    display: inline;
}

.submit {
    background: rgb(35, 183, 229);
    padding: 0px 35px;
    border-radius: 2px;
    border: 0px currentColor;
    border-image: none;
    height: 34px;
    color: rgb(255, 255, 255);
    line-height: 26px;
    font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
    display: block;
    cursor: pointer;
}

    .submit:hover {
        background: rgb(56, 196, 240);
    }

    .submit.active {
        background: rgb(27, 164, 207);
    }

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.ul {
    list-style: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.v2-ac::after {
    clear: both;
    display: block;
    content: " ";
}

.v2-to {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.v2-lc {
    overflow: hidden;
    -ms-word-break: break-all;
    -ms-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.v2-list {
    list-style: none;
}

.v2-dbox {
}

.v2-bf1 {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.v2-bf2 {
    -moz-box-flex: 2;
    -webkit-box-flex: 2;
    box-flex: 2;
}

.v2-bt1d {
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.v2-w100 {
    width: 100% !important;
}

.v2-mb50 {
    margin-bottom: 50px;
}

.v2-mtb15 {
    margin-bottom: 30px;
}

.v2-mt15 {
    margin-top: 15px;
}

.v2-c {
    cursor: not-allowed;
}

@media all and (max-width:768px) {
    .met_tools {
        height: 120px;
    }

        .met_tools .met_page {
            left: 0px;
            top: 50px;
        }

            .met_tools .met_page li {
                margin: 0px 20px 0px 10px;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

    .advsearch_class1 select {
        width: 195px !important;
    }

    .advsearch_class2 select {
        width: 195px !important;
    }

    .advsearch_class3 select {
        width: 195px !important;
    }

    .advsearch_searchtype select {
        width: 195px !important;
    }

    .advsearch_searchword input {
        width: 195px !important;
    }
}

#img-v2 ul {
    border-width: 1px medium medium 1px;
    border-style: solid none none solid;
    border-color: rgb(255, 255, 255) currentColor currentColor rgb(255, 255, 255);
    border-image: none;
    margin-bottom: 20px;
}

#img-v2 li {
    width: 180px;
    height: 180px;
    position: relative;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

    #img-v2 li:hover h2 {
        background: rgb(67, 74, 90);
        transition: background 0.5s, color 0.5s;
        color: rgb(255, 255, 255);
    }

    #img-v2 li a {
        background: rgb(255, 255, 255);
        padding-right: 1px;
        padding-bottom: 1px;
        display: block;
    }

        #img-v2 li a span {
            overflow: hidden;
            display: block;
            width: 179px;
            height: 129px;
        }

    #img-v2 li h2 {
        background: rgb(244, 244, 244);
        height: 50px;
        text-align: center;
        color: rgb(72, 72, 72);
        line-height: 50px;
        overflow: hidden;
        font-size: 16px;
        font-weight: normal;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
    }

    #img-v2 li img {
        transition: 0.3s;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        width: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -75px;
    }

    #img-v2 li:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

.csSlideOuter {
    overflow: hidden;
}

.lightSlider::before {
    display: table;
    content: " ";
}

.lightSlider::after {
    display: table;
    content: " ";
}

.csSlideWrapper > ul::after {
    clear: both;
}

.csSlideWrapper .csSlide {
    transform: translate(0px, 0px);
    transition-property: all;
    transition-duration: inherit;
    transition-timing-function: inherit;
    transition-delay: 0s;
    -webkit-transition: all 1s;
    -webkit-transition-timing-function: inherit;
    -webkit-transition-duration: inherit;
    -webkit-transform: translate(0px, 0px);
}

.csSlideWrapper .csFade {
    position: relative;
    transition-duration: 1s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 1s;
}

    .csSlideWrapper .csFade > li {
        left: 0px;
        top: 0px;
        margin-right: 0px;
        position: absolute !important;
        z-index: 9;
        opacity: 0;
        transition-property: opacity;
        transition-duration: inherit;
        transition-timing-function: inherit;
        transition-delay: 0s;
        -webkit-transition-timing-function: inherit;
        -webkit-transition-duration: inherit;
        -webkit-transition-property: opacity;
        -webkit-transition-delay: 0s;
    }

        .csSlideWrapper .csFade > li.active {
            z-index: 10;
            opacity: 1;
        }

.csSlideOuter .csPager.cSGallery {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

    .csSlideOuter .csPager.cSGallery li {
        transition: opacity 0.35s linear;
        margin-top: 3px !important;
        opacity: 0.7;
        -webkit-transition: opacity 0.35s linear 0s;
    }

        .csSlideOuter .csPager.cSGallery li.active {
            opacity: 1;
        }

        .csSlideOuter .csPager.cSGallery li:hover {
            opacity: 1;
        }

    .csSlideOuter .csPager.cSGallery img {
        height: auto;
        display: block;
        max-width: 100%;
    }

    .csSlideOuter .csPager.cSGallery::before {
        display: table;
        content: " ";
    }

    .csSlideOuter .csPager.cSGallery::after {
        display: table;
        content: " ";
    }

    .csSlideOuter .csPager.cSGallery::after {
        clear: both;
    }

.csAction > a {
    transition: opacity 0.35s linear;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    display: block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    opacity: 0.5;
    background-image: url("../controls.png");
    -webkit-transition: opacity 0.35s linear 0s;
}

@media all and (max-width:768px) {
    .csAction > a {
        display: none;
    }
}

.csAction > a:hover {
    opacity: 1;
}

.csAction > .csPrev {
    background-position: 0px 0px;
    left: 10px;
}

.csAction > .csNext {
    background-position: -32px 0px;
    right: 10px;
}

.cS-hidden {
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.csSlideOuter .csPager.cSGallery li.active {
    outline: rgb(52, 52, 52) solid 2px;
    outline-offset: -2px;
}

.gallery li {
    margin-right: 6px;
    float: left;
    display: block;
}

    .gallery li img {
        width: 100%;
        height: auto;
        display: block;
    }

.list-unstyled {
    list-style: none;
    padding-left: 0px;
}

#showimg .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

@media all and (min-width:768px) {
    .container-fluid > .navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.container-fluid::before {
    clear: both;
    display: table;
    content: " ";
}

.container-fluid::after {
    clear: both;
    display: table;
    content: " ";
}

ol {
    list-style: none;
}

ul {
    list-style: none;
}

.cd-container img {
    max-width: 100%;
}

.cd-container {
    margin: 0px auto;
    max-width: 1170px;
}

    .cd-container::after {
        clear: both;
        display: table;
        content: "";
    }

.cd-img-replace {
    text-indent: 100%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

#cd-gallery-items {
    margin-top: 0em;
}

    #cd-gallery-items > li {
        margin-bottom: 6em;
        position: relative;
    }

        #cd-gallery-items > li img {
            width: 100%;
            display: block;
        }

@media only screen and (min-width:320px) {
    #cd-gallery-items > li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 5em;
        float: left;
    }

        #cd-gallery-items > li:nth-child(2n) {
            margin-right: 0px;
        }
}

@media only screen and (min-width:768px) {
    #cd-gallery-items {
        margin-top: 0em;
    }

        #cd-gallery-items > li {
            width: 31%;
            margin-right: 3.5%;
            margin-bottom: 5em;
            float: left;
        }

            #cd-gallery-items > li:nth-child(2n) {
                margin-right: 3.5%;
            }

            #cd-gallery-items > li:nth-child(3n) {
                margin-right: 0px;
            }
}

@media only screen and (min-width:1170px) {
    #cd-gallery-items {
        margin-top: 0em;
    }

        #cd-gallery-items > li {
            width: 22%;
            margin-right: 4%;
            margin-bottom: 6em;
            float: left;
        }

            #cd-gallery-items > li:nth-child(2n) {
                margin-right: 4%;
            }

            #cd-gallery-items > li:nth-child(3n) {
                margin-right: 4%;
            }

            #cd-gallery-items > li:nth-child(4n) {
                margin-right: 0px;
            }
}

.cd-item-wrapper {
    perspective-origin: 50% -30%;
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -webkit-perspective-origin: 50% -30%;
    -moz-perspective-origin: 50% -30%;
}

    .cd-item-wrapper li {
        transition: 0.4s;
        left: 0px;
        top: 0px;
        position: absolute;
        transform: translate3d(0px, 0px, 0px);
        backface-visibility: hidden;
        -webkit-transition: all 0.4s;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.4s;
        -moz-transform: translate3d(0, 0, 0);
    }

        .cd-item-wrapper li.cd-item-front {
            position: relative;
            z-index: 3;
            box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
        }

        .cd-item-wrapper li.cd-item-middle {
            z-index: 2;
        }

.active .cd-item-wrapper li.cd-item-middle {
    opacity: 0.8;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    transform: translate3d(0px, 0px, -20px);
    -webkit-transform: translate3d(0, 0, -20px);
    -o-transform: translate3d(0, 0, -20px);
    -moz-transform: translate3d(0, 0, -20px);
}

.cd-item-wrapper li.cd-item-back {
    z-index: 1;
}

.active .cd-item-wrapper li.cd-item-back {
    opacity: 0.4;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    transform: translate3d(0px, 0px, -40px);
    -webkit-transform: translate3d(0, 0, -40px);
    -o-transform: translate3d(0, 0, -40px);
    -moz-transform: translate3d(0, 0, -40px);
}

.cd-item-wrapper li.cd-item-out {
    z-index: 0;
    opacity: 0;
    transform: translate3d(0px, 0px, -60px);
    -webkit-transform: translate3d(0, 0, -60px);
    -o-transform: translate3d(0, 0, -60px);
    -moz-transform: translate3d(0, 0, -60px);
}

.cd-item-wrapper li.move-right {
    z-index: 4 !important;
    opacity: 0;
    transform: translate3d(200px, 0px, 0px);
    -webkit-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
}

.cd-item-wrapper li.hidden {
    display: none !important;
}

.no-csstransitions .cd-item-wrapper li.cd-item-middle {
    display: none;
}

.no-csstransitions .cd-item-wrapper li.cd-item-back {
    display: none;
}

.cd-item-info {
    padding: 0px 1em;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 5;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    background-color: rgb(242, 242, 242);
}

    .cd-item-info::after {
        clear: both;
        display: table;
        content: "";
    }

    .cd-item-info b {
        font-weight: normal;
    }

        .cd-item-info b a {
            color: rgb(50, 61, 85);
        }

            .cd-item-info b a:hover {
            }

    .cd-item-info em {
        color: rgb(115, 133, 173);
        float: right;
    }

.cd-item-navigation a {
    background-position: center;
    border-radius: 0.25em;
    top: 50%;
    width: 36px;
    height: 66px;
    display: none;
    position: absolute;
    z-index: 4;
    transform: translateY(-50%);
    background-image: url("../projt.png");
    background-repeat: no-repeat;
    background-color: rgba(216, 216, 216, 0.4);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.no-touch .cd-item-navigation a:hover {
    background-color: rgba(216, 216, 216, 0.6);
}

.cd-item-navigation a.visible {
    animation: cd-fade-in 0.4s;
    display: block;
    -webkit-animation: cd-fade-in 0.4s;
    -moz-animation: cd-fade-in 0.4s;
}

.cd-item-navigation li:nth-child(1) a {
    left: 14px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
}

.cd-item-navigation li:nth-child(2) a {
    right: 14px;
}

.no-csstransitions .cd-item-navigation {
    display: none;
}

.cd-3d-trigger {
    width: 44px;
    height: 44px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    z-index: 4;
}

.no-touch .cd-3d-trigger {
    display: none;
}

.no-touch #cd-gallery-items > li:hover .cd-item-middle {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.no-touch #cd-gallery-items > li:hover .cd-item-back {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.no-touch #cd-gallery-items > li:hover .cd-item-middle {
    opacity: 0.8;
    transform: translate3d(0px, 0px, -20px);
    -webkit-transform: translate3d(0, 0, -20px);
    -o-transform: translate3d(0, 0, -20px);
    -moz-transform: translate3d(0, 0, -20px);
}

.no-touch #cd-gallery-items > li:hover .cd-item-back {
    opacity: 0.4;
    transform: translate3d(0px, 0px, -40px);
    -webkit-transform: translate3d(0, 0, -40px);
    -o-transform: translate3d(0, 0, -40px);
    -moz-transform: translate3d(0, 0, -40px);
}

.sp-wrap {
    line-height: 0;
    font-size: 0px;
    float: left;
    display: none;
    position: relative;
    max-width: 100%;
}

.sp-thumbs {
    text-align: left;
    display: inline-block;
}

    .sp-thumbs img {
        min-height: 50px;
        min-width: 50px;
        max-width: 50px;
    }

    .sp-thumbs a:link {
        background-position: center;
        margin: 5px 5px 0px 0px;
        transition: 0.2s ease-out;
        width: 50px;
        height: 50px;
        overflow: hidden;
        display: inline-block;
        opacity: 0.3;
        background-size: cover;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
    }

    .sp-thumbs a:visited {
        background-position: center;
        margin: 5px 5px 0px 0px;
        transition: 0.2s ease-out;
        width: 50px;
        height: 50px;
        overflow: hidden;
        display: inline-block;
        opacity: 0.3;
        background-size: cover;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
    }

    .sp-thumbs a:hover {
        opacity: 1;
    }

    .sp-thumbs a:active {
        position: relative;
        opacity: 1 !important;
    }

.sp-current {
    position: relative;
    opacity: 1 !important;
}

.sp-large {
    left: 0px;
    top: 0px;
    overflow: hidden;
    position: relative;
}

    .sp-large a img {
        height: auto;
        max-width: 100%;
    }

    .sp-large a {
        display: block;
    }

.sp-zoom {
    left: -50%;
    top: -50%;
    display: none;
    position: absolute;
}

.sp-lightbox {
    background: rgba(0, 0, 0, 0.9);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 500;
    cursor: pointer;
}

    .sp-lightbox img {
        margin: auto;
        border: 2px solid rgb(255, 255, 255);
        border-image: none;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
        max-height: 90%;
        max-width: 90%;
    }

#sp-prev {
    background: rgb(0, 0, 0);
    padding: 14px;
    border-radius: 25px;
    border: 2px solid rgb(255, 255, 255);
    transition: 0.2s;
    border-image: none;
    top: 50%;
    width: 50px;
    height: 50px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: -25px;
    position: absolute;
    z-index: 501;
    box-sizing: border-box;
}

#sp-next {
    background: rgb(0, 0, 0);
    padding: 14px;
    border-radius: 25px;
    border: 2px solid rgb(255, 255, 255);
    transition: 0.2s;
    border-image: none;
    top: 50%;
    width: 50px;
    height: 50px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: -25px;
    position: absolute;
    z-index: 501;
    box-sizing: border-box;
}

#sp-prev {
    left: 10px;
}

    #sp-prev::before {
        border-width: 7px 15px 7px 7px;
        border-style: solid;
        border-color: transparent rgb(255, 255, 255) transparent transparent;
        border-image: none;
        left: 7px;
        top: 16px;
        position: absolute;
        content: "";
    }

#sp-next {
    right: 10px;
}

    #sp-next::before {
        border-width: 7px 7px 7px 15px;
        border-style: solid;
        border-color: transparent transparent transparent white;
        border-image: none;
        left: 18px;
        top: 16px;
        position: absolute;
        content: "";
    }

#sp-prev:hover {
    background: rgb(68, 68, 68);
}

#sp-next:hover {
    background: rgb(68, 68, 68);
}

@media screen and (max-width:400px) {
    .sp-wrap {
        margin: 0px 0px 15px;
    }

    #sp-prev {
        top: auto;
        bottom: 25px;
        margin-top: 0px;
    }

    #sp-next {
        top: auto;
        bottom: 25px;
        margin-top: 0px;
    }
}

.showproductright {
    padding-right: 0px;
}

@media screen and (max-width:768px) {
    .showproductleft {
        padding-right: 0px;
    }
}

.showproduct_paralist_ul li {
    height: 35px;
    color: rgb(102, 102, 102);
    line-height: 35px;
}

.showproduct_paralist_ul span {
    margin-right: 10px;
    float: left;
    display: block;
    min-width: 50px;
}

.newslist_p15 {
    padding: 15px;
}

.newslist_p2015 {
    padding: 20px 15px;
}

.newslist_b0 {
    border: currentColor !important;
    border-image: none !important;
}

.newslist_m0 {
    margin: 0px !important;
}

.newslist_p0 {
    padding: 0px !important;
}

.newslist_w126 {
    width: 126px;
}

.newslist_pr0 {
    padding-right: 0px !important;
}
