﻿html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    -webkit-text-size-adjust: none;
    font-family: "微软雅黑";
    color: #4d4d4d;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    line-height: 2em;
}
.yellow {
    color: #ffff00;
}

a.yellow:link, a.yellow:visited, a.yellow:active {
    color: #ffff00;
}

a.yellow:hover {
    color: #ffffff;
}
td {
    padding: 0px;
    margin: 0px;
}

img {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0px;
}

input, textarea {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

    a:link, a:visited, a:active {
        color: #444444;
    }

    a:hover {
        color: #de5400;
    }

header, footer, nav, section {
    display: block;
    margin: 0 auto;
    min-width: 1440px;
    max-width: 1440px;
    height: auto;
}
/*头部*/
.header {
    background-color: #f8f8f8;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
}

.navbg {
    background-color: #ffffff;
    height: 45px;
    border-bottom: 3px solid #4fb063;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0px;
    height: 45px;
    background: #ffffff; /*#4fb063;*/
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: "微软雅黑";
}

    .nav a {
        color: #fff;
    }

    .nav .nLi {
        float: left;
        position: relative;
        display: block;
        font-size: 1em;
        width: 12.5%;
    }

        .nav .nLi h3 {
            float: left;
            width: 100%;
            margin: 0px;
            text-align: center;
        }

            .nav .nLi h3 a {
                display: block;
                padding: 0px;
                line-height: 45px;
                font-size: 1em;
                font-weight: normal;
                width: 100%;
                text-decoration: none;
                color: #4fb063;
            }

    .nav .sub {
        display: none;
        width: 100%;
        left: 0;
        top: 45px;
        position: absolute;
        background: #4fb063;
        line-height: 36px;
        padding: 0;
        text-align: center;
    }

        .nav .sub li {
            zoom: 1;
        }

        .nav .sub a {
            display: block;
            padding: 0 10px;
        }

            .nav .sub a:hover {
                background: #eeeeee;
                color: #4090a0;
                text-decoration: none;
            }

    .nav .on h3 a {
        background: #4fb063;
        color: #fff;
    }

.footer {
    background-color: #5e5e5e;
    color: #ffffff;
}

footer {
    padding: 10px 0 10px 0;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0px;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.fl {
    float: left
}

.fr {
    float: right;
}

/*注册*/
.reg td {
    padding: 10px 6px 10px 6px;
    font-size: 0.9em;
}

.reg input[type=text], .reg input[type=password], .reg input[type=tel], .reg textarea {
    border: 1px solid #e2e2e2;
    background: #fefefe;
    padding: 0px 4px 0px 4px;
    min-height: 32px;
    width: 240px;
}

.reg span {
    padding-left: 6px;
    color: #ff0000;
    position: absolute;
    width: 400px;
    line-height: 34px;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reg input[type=submit] {
    padding: 8px 6px 8px 6px;
    background-image: linear-gradient(to bottom, #2cb53f, #2bc541);
    border: 1px solid #e2e2e2;
    min-width: 90px;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #5d5d5d;
}

.toplogin td {
    padding-right: 10px;
    vertical-align: middle;
}

.toplogin input[type=text], .toplogin input[type=password], .toplogin input[type=tel] {
    border: 1px solid #e6e6e6;
    background: #ffffff;
    padding: 0px 4px 0px 4px;
    min-height: 27px;
    width: 240px;
}

.toplogin input[type=submit] {
    padding: 6px 6px 6px 6px;
    background-image: linear-gradient(to bottom, #4fb063, #4fb063);
    border: 0px solid #4fb063;
    min-width: 60px;
    color: #ffffff;
}

/*链接颜色*/
.c_g, a.c_g:link, a.c_g:visited, a.c_g:active {
    color: #1e8d00
}

a.c_g:hover {
    color: #de5400;
}

.c_r, a.c_r:link, a.c_r:visited, a.c_r:active {
    color: #ff0000;
}

a.c_r:hover {
    color: #de5400;
}

.c_gray, a.c_gray:link, a.c_gray:visited, a.c_gray:active {
    color: #b0b0b0;
}

a.c_gray:hover {
    color: #de5400;
}

.c_white, a.c_white:link, a.c_white:visited, a.c_white:active {
    color: #ffffff;
}

a.c_white:hover {
    color: #ffff00;
}

.c_org, a.c_org:link, a.c_org:visited, a.c_org:active {
    color: #ff8400;
}

a.c_org:hover {
    color: #ff0000;
}


/*section {
    background: repeating-linear-gradient(#ffffff,#fafafa);
    background: -webkit-linear-gradient(#ffffff,#fafafa);
    background: -o-linear-gradient(#ffffff,#fafafa);
    background: -moz-linear-gradient(#ffffff,#fafafa);
    background: linear-gradient(#ffffff,#fafafa);
}*/

.section {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

.container {
    padding: 10px 0 10px 0;
    line-height: 180%;
    text-align: justify;
    text-justify: distribute-all-lines;
    font-size: 1.2em;
    min-height: 400px;
    height: auto;
}

    .container img {
        margin: 0 auto;
        max-width: 500px;
    }
/*翻页开始*/
.turn_page {
    margin: 0 auto;
    width: auto;
}

    .turn_page a {
        border: 1px solid #cccccc;
        margin-right: 5px;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        display: block;
        float: left;
    }

        .turn_page a, .turn_page a:link, .turn_page a:visited {
            color: #5a5a5a;
        }

            .turn_page a:hover, .turn_page a:active, .turn_page a.current:link, .turn_page a.current:visited {
                border-color: #b20000;
                color: #ffffff;
                background: #b20000;
            }

    .turn_page select {
        border: 1px solid #cccccc;
        margin-right: 5px;
        padding: 6px 6px 6px 10px;
        text-decoration: none;
        display: block;
        float: left;
        outline: none;
        /*去掉默认的下拉三角
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
        /*添加下拉三角图标
    background: url("/Img/select.png") no-repeat 30px center transparent;*/
    }

        .turn_page select option::selection {
            color: #b20000;
        }
/*翻页结束*/


.newslist {
    width: 100%;
    margin-bottom: 20px;
}

    .newslist li {
        border-bottom: 1px dotted #dadada;
        padding: 20px;
        position: relative;
    }

        .newslist li a {
            color: #333;
        }

        .newslist li:hover {
            color: #009237;
            background: #f9f9f9;
        }

    .newslist .img {
        position: relative;
        width: 225px;
        height: 225px;
        overflow: hidden;
        border: 1px solid #e1e1e1;
    }

        .newslist .img img {
            max-width: 225px;
            max-height: 225px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .newslist .title {
        position: absolute;
        left: 265px;
        top: 20px;
        width: 715px;
        height: 39px;
        line-height: 39px;
        white-space: nowrap;
        font-size: 18px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .newslist .date {
        position: absolute;
        left: 265px;
        top: 59px;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        color: #999999;
        font-family: Arial;
    }

    .newslist .content {
        position: absolute;
        left: 265px;
        top: 93px;
        width: 715px;
        height: 142px;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        text-align: justify;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

h1 {
    display: block;
    font-size: 1.7em;
    font-weight: normal;
    text-align: center;
}

h2 {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    color: #d2d2d2;
    text-align: center;
}

.articlelist {
    width: 100%;
    margin-bottom: 20px;
}

    .articlelist li {
        border-bottom: 1px dotted #dadada;
        padding: 15px 20px 15px 20px;
    }

    .articlelist .title {
        width: 960px;
        height: 39px;
        line-height: 39px;
        white-space: nowrap;
        font-size: 18px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .articlelist .date {
        height: 34px;
        line-height: 14px;
        font-size: 14px;
        color: #999999;
        font-family: Arial;
    }

    .articlelist .content {
        width: 960px;
        height: 72px;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        text-align: justify;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .articlelist li a {
        color: #333;
    }

    .articlelist li:hover {
        color: #009237;
        background: #f9f9f9;
    }

.list1 {
    width: 100%;
    border: 1px solid #dfdfdf;
}

    .list1 th {
        /*background-image: url(/Img/pager/th_bg.gif);
        background: #ededed;*/
        background: -webkit-linear-gradient(#fbfbfb,#f8f8f8,#ededed, #d2d2d2); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#fbfbfb,#f8f8f8,#ededed, #d2d2d2); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#fbfbfb,#f8f8f8,#ededed, #d2d2d2); /* Firefox 3.6 - 15 */
        background: linear-gradient(#fbfbfb,#f8f8f8,#ededed, #d2d2d2); /* 标准的语法 */
        color: #484848;
        padding: 10px 0px 10px 5px;
        text-align: center;
        border-right: 1px solid #dfdfdf;
        font-weight: normal;
    }

    .list1 td {
        height: 32px;
        font-size: 16px;
        color: #484848;
        padding: 10px 0px 10px 5px;
        border-right: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

.sales {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.sales_item {
    display: inline-block;
    padding: 10px;
}

    .sales_item:hover {
        background: #f9f9f9;
    }

    .sales_item .img {
        position: relative;
        width: 310px;
        height: 310px;
        overflow: hidden;
        border: 1px solid #cccccc;
        display: block;
    }

        .sales_item .img img {
            max-width: 310px;
            max-height: 310px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .sales_item .title {
        line-height: 50px;
        font-size: 0.9em;
    }

.clear {
    clear: both;
}

.salesinfo {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sales_info {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 0.9em;
}

    .sales_info .first {
        text-align: right;
        width: 120px;
        padding: 10px 10px 10px 10px;
        white-space: nowrap;
        background: #f9f9f9;
    }

    .sales_info .last {
        padding: 10px 10px 10px 10px;
        word-wrap: break-word;
        word-break: normal;
    }

.g_t {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #f9f9f9;
    width: 100%;
}

    .g_t div {
        padding: 5px;
        font-size: 1em;
    }

.g_c {
    padding: 5px;
    font-size: 0.9em;
}

.guest td {
    padding: 5px 10px 5px 10px;
    font-size: 0.8em;
}

.guest input[type=text] {
    border: 1px solid #e2e2e2;
    padding: 0px 4px 0px 4px;
    min-height: 32px;
    width: 240px;
}

.guest input[type=submit] {
    border: 1px solid #e2e2e2;
    padding: 8px 14px 8px 14px;
    background-color: #4fb063;
    color: #ffffff;
}

.g_textarea {
    border: 1px solid #e2e2e2;
    padding: 4px;
    width: 100%;
    height: 300px
}


.sdlist {
    width: 100%;
    margin-bottom: 20px;
}

    .sdlist li {
        border-bottom: 1px dotted #dadada;
        padding: 15px 20px 15px 20px;
        position: relative;
        height: auto;
    }

    .sdlist .title {
        width: 960px;
        height: 39px;
        line-height: 39px;
        white-space: nowrap;
        font-size: 18px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

        .sdlist .title .name {
            position: absolute;
            right: 20px;
            top: 15px;
            height: 39px;
            line-height: 39px;
            white-space: nowrap;
            font-size: 15px;
            color: #4fb063;
        }

    .sdlist .date {
        height: 34px;
        line-height: 14px;
        font-size: 14px;
        color: #999999;
        font-family: Arial;
        text-align: right;
    }

        .sdlist .date .name {
            position: absolute;
            left: 20px;
            top: 54px;
            height: 14px;
            line-height: 14px;
            white-space: nowrap;
            font-size: 14px;
            color: #a62700;
        }

    .sdlist .content {
        width: 960px;
        height: 72px;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        text-align: justify;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .sdlist li a {
        color: #333;
    }

    .sdlist li:hover {
        color: #009237;
        background: #f9f9f9;
    }

.add {
    width: auto;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background-color: rgb(75,79,90);
    line-height: 30px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
}

/*头部广告*/
.banAd {
    width: 100%;
    max-height: 388px;
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
}

    .banAd .hd {
        height: 20px;
        overflow: hidden;
        position: absolute;
        right: 15px;
        bottom: 15px;
        z-index: 1;
    }

        .banAd .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .banAd .hd ul li {
                float: left;
                margin-right: 2px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                background: #fff;
                cursor: pointer;
            }

                .banAd .hd ul li.on {
                    background: #f00;
                    color: #fff;
                }

    .banAd .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .banAd .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .banAd .bd img {
            width: 100%;
            max-height: 388px;
            display: block;
        }
/*头部广告*/

.sc {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sc_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.tscp img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/*交易场景*/
.bansceen {
    width: 100%;
    max-height: 366px;
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
}

    .bansceen .hd {
        height: 20px;
        overflow: hidden;
        position: absolute;
        right: 15px;
        bottom: 15px;
        z-index: 1;
    }

        .bansceen .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .bansceen .hd ul li {
                float: left;
                margin-right: 2px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                background: #fff;
                cursor: pointer;
            }

                .bansceen .hd ul li.on {
                    background: #f00;
                    color: #fff;
                }

    .bansceen .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .bansceen .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .bansceen .bd img {
            width: 100%;
            max-height: 366px;
            display: block;
        }

        .bansceen .bd .title {
            z-index: 9;
            position: absolute;
            height: 45px;
            line-height: 45px;
            font-size: 1.5em;
            background: rgba(0, 0, 0, 0.40);
            color: #ffff00;
            padding-left: 15px;
            right: 0px;
            left: 0px;
            bottom: 0px;
        }
/*交易场景*/
.nopage {
    position: relative;
    min-height: 600px;
}
    .nopage img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

/*.xs {
    position: fixed;
    height: auto;
    z-index: 10001;
    width: 60px;
    height: 200px;
    right: 0px;
    top: 50%;
    margin-top: -100px;
}
    .xs li {
        margin-bottom: 5px;
        background: #50c47d;
        height: 60px;
        width: 60px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        cursor:pointer;
    }
        .xs li:hover {
            background: #c4c4c4;
        }*/
/*new right*/

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?qradjf');
    src: url('/fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?qradjf') format('truetype'), url('/fonts/icomoon.woff?qradjf') format('woff'), url('/fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    color: #999;
}
.kf {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -96px;
    z-index: 100
}

.kf-meau {
    position: relative;
}

.kf-btn {
    width: 60px;
    height: 60px;
    border: 0px solid #ddd;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #4fb063;
    border-radius: 10px;
}

.kf-btn span {
    color: #ffffff;
    font-size: 26px;
    line-height: 60px;
}

.kf-meau:hover .kf-btn {
    background: #ff8a00;
}


.meau-top .kf-btn span {
    font-size: 12px;
    line-height: 12px;
    line-height:60px;
}


.kf-box {
    position: absolute;
    top: 0px;
    right: 60px;
    display: none;
}

    .kf-box .box-border {
        padding: 5px;
        background-color: #fff;
        position: relative;
        border:1px solid #efefef;
            
    }


        .kf-box .box-border .sev-t img {
            width:100%;
        }
.meau-contact .kf-box {
    right: 0px;
}
    .meau-contact .kf-box .box-border {
        white-space: nowrap;
        border: 0px;
        border-radius: 10px;
        cursor: pointer;
        background: #ff8a00;
        cursor: pointer;
        color: #ffffff;
    }
        .meau-contact .kf-box .box-border span {
            font-size: 26px;
            line-height:50px;
            margin-right:10px;
            color:#ffffff;
        }
        .meau-contact .kf-box .box-border i {
            font-size: 20px;
            line-height: 50px;
            margin-right: 10px;
            font-style: normal;
        }
.kf-meau:hover .kf-box {
    display: block
}

.meau-code .kf-box {
    top: inherit;
    bottom: -40px;
    padding:10px;
    right:50px;
}

    .meau-code .kf-box .box-border {
        width: 100px;
        text-align: center;
    }
.marketname {
    margin-bottom: 25px;
}

    .marketname ul {
        list-style-type: none;
    }

        .marketname ul li {
            list-style-type: none;
            float: left;
            margin-top: 5px;
            margin-bottom: 5px;
            padding-left: 5px;
            padding-right: 5px;
            border-right: 1px solid #efefef
        }

            .marketname ul li:first-child {
                padding-left: 0px;
            }

            .marketname ul li:last-child {
                border: 0px;
            }
.red {
    color: #ff0000;
}

a.red:link, a.red:visited, a.red:active {
    color: #ff0000;
}

a.red:hover {
    color: #a00000;
}