@charset "UTF-8";

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

* {
    padding: 0;
    margin: 0;
}

/* 通用样式 */
.container {
    width: 1280px;
    margin: 0 auto;
}

/* 当前位置位置 */
.location {
    padding-left: 18px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.location a {
    color: #333;
}

.location span {
    color: #ff6600;
}

body {
    min-width: 1280px;
}

/* 头部样式 */
.header {
    background: #30ada9;
}

.header-top {
    height: 323px;
    background-image: (url:/images/banner1.png);
    background: url("/images/banner1.png");
    background-size: 100%;
}

.header-top .container {
    position: relative;
    height: 100%;
}

.header-top .logo {
    position: absolute;
    top: 113.5px;
    left: -111px;
    /* width: 1328px; */
}

.header-nav {
    background: rgba(15, 123, 120, 0.8);
    border-radius: 4px 4px 0px 0px;
}

.header-nav-list {
    display: flex;
}

.header-nav-list>li {
    height: 56px;
    line-height: 56px;
    min-width: 100px;
    text-align: center;
    padding: 0 36px;
    margin-right: 64px;
}

.header-nav-list>li:first-child {
    padding: 0;
}

.header-nav-list>li.active {
    font-weight: 500;
    border-bottom: 4px solid #fff;
    box-sizing: border-box;
}

.header-nav-list>li:hover {
    background: #096865;
}

.header-nav-list>li:last-child {
    margin-right: 0;
}

.header-nav-list>li>a {
    display: block;
    color: #fff;
    font-size: 20px;
    height: 56px;
}

.bidding {
    position: relative;
}

.bidding:hover .bidding-list {
    display: block;
}

.bidding-list {
    position: absolute;
    display: none;
    left: 0;
    top: 56px;
    width: 100%;
    background: #c3ebea;
    z-index: 1000000;
}

.bidding-list-li a {
    display: block;
    color: #333;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.bidding-list-li a:hover {
    background: #30ada9;
    color: #fff;
}

/* 尾部样式 */
.footer-top {
    background: #e5e5e5;
}

.footer-top .chosen {
    display: flex;
    align-items: center;
    height: 66px;
    justify-content: space-between;
}

.footer-info {
    background: #424040;
    padding-top: 17px;
    padding-bottom: 30px;
}

.footer-info ul {
    justify-content: center;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
}

.footer-info ul:last-child {
    margin-bottom: 0;
}

.footer-info ul li {
    margin-right: 20px;
}

.footer-info .top-list {
    height: 21px;
    margin-bottom: 18px;
}

.footer-info .top-list a {
    display: block;
    color: #fff;
    height: 21px;
    line-height: 21px;
}

.footer-info .top-list li {
    position: relative;
    margin-right: 56px;
}

.footer-info .top-list li:last-child {
    margin-right: 0;
}

.footer-info .top-list li:last-child::after {
    display: none;
}

.footer-info .top-list li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
}

.pager {
    margin-top: 30px;
}

.pager .m-pagination-page li:hover a,
.pager .m-pagination-page li.active a {
    color: #30ada9;
    font-weight: normal;
    border-color: #30ada9;
    background-color: #fff;
}

.pager .m-pagination-page li a {
    box-sizing: border-box;
    height: 30px;
    color: #5c5c5c;
    line-height: 28px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.pager .m-pagination-size {
    height: 30px;
}

.pager .m-pagination-size select {
    box-sizing: border-box;
    height: 100%;
    border-radius: 4px;
}

.pager .m-pagination-jump {
    width: unset;
}

.pager .m-pagination-jump::before,
.pager .m-pagination-jump::after {
    float: left;
    line-height: 30px;
    vertical-align: top;
}

.pager .m-pagination-jump::before {
    content: "跳至";
}

.pager .m-pagination-jump::after {
    content: "页";
}

.pager .m-pagination-jump input {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.pager .m-pagination-jump button {
    display: none;
}

.pager .m-pagination-group {
    float: left;
    margin: 0 5px;
    width: 30px;
}

.pager .m-pagination-group::before,
.pager .m-pagination-group::after {
    content: "";
    display: table;
    line-height: 0;
}

.pager .m-pagination-group::after {
    clear: both;
}

.pager .m-pagination-info {
    height: 30px;
    color: #333;
    line-height: 30px;
}

.pager .m-pagination-info span {
    margin: 0;
    color: #333;
    font-weight: normal;
}



.crumb {
    height: 57px;
    line-height: 57px;
    padding-left: 21px;
    position: relative;
}

.crumb::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/currency/address.png) no-repeat;
}

.crumb a {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    color: #666;
}

.crumb a:last-child::after {
    content: "";
}

.crumb a::after {
    position: absolute;
    content: ">";
    top: 50%;
    left: calc(100% + 10px);
    color: #666;
    line-height: 1;
    transform: translateY(-50%);
}

.crumb a.current {
    color: #30ada9;
}