﻿@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "GJJCQJW";
    src: url("./fonts/GJJCQJW.woff") format("woff"), url("./fonts/GJJCQJW.eot") format("embedded-opentype"), url("./fonts/GJJCQJW.TTF") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("./fonts/SourceHanSansCN-Medium.woff") format("woff"), url("./fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}


/* 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-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    min-width: 1200px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

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 {
    font-family: "SourceHanSansCN-Regular";
    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 {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

.container {
    width: 1200px;
    margin: 0 auto;
}


/* 头部 */

#header {
    height: 517px;
}

.header-top {
    height: 124px;
    padding-top: 23px;
    box-sizing: border-box;
}

.header-top .location {
    font-size: 20px;
    margin: 23px 0 0 60px;
    margin-left: 60px;
    padding-left: 23px;
    background: url("../css/images/localtion.png") no-repeat left center;
}

.input-box {
    margin-top: 15px;
}

.input-box .input {
    width: 406px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #1a78cc;
    box-sizing: border-box;
    padding: 0 10px;
}

.input-box .search-btn {
    width: 58px;
    height: 38px;
    background: #1a78cc url("../css/images/search_btn.png") no-repeat center;
}

.input-box .high-search {
    width: 98px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #fdb11f;
    margin-left: 10px;
}

.hot-search {
    font-size: 12px;
    margin-top: 5px;
}

.hot-search .hot {
    color: #1a78cc;
}

.hot-search .link {
    color: #333;
}

.hot-search .link+.link {
    margin-left: 10px;
}

.header-bg {
    height: 350px;
    cursor: pointer;
    background: url("../css/images/header_bg.png") no-repeat center top;
}

.header-nav {
    background-color: #4782ce;
}

.nav-box {
    position: relative;
}

.all-type {
    width: 168px;
    padding-left: 52px;
    box-sizing: border-box;
    background: #3b76c2 url("../css/images/all_type.png") no-repeat 19px center;
    font-size: 17px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    color: #fff;
}


/*全部交易分类 */

.type-list {
    width: 168px;
    background-color: #548dd7;
    height: 415px;
    padding-top: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 43px;
    left: 0;
}

.type-item {
    line-height: 31px;
    height: 31px;
}

.type-item .link {
    display: block;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #fff;
}

.type-item:hover {
    background-color: #3d7ed1;
}

.type-item:nth-child(1) .link {
    background-image: url("../css/images/type_icon1.png");
}

.type-item:nth-child(2) .link {
    background-image: url("../css/images/type_icon4.png");
}

.type-item:nth-child(3) .link {
    background-image: url("../css/images/type_icon5.png");
}

.type-item:nth-child(4) .link {
    background-image: url("../css/images/type_icon6.png");
}

.type-item:nth-child(5) .link {
    background-image: url("../css/images/type_icon2.png");
}

.type-item:nth-child(6) .link {
    background-image: url("../css/images/type_icon3.png");
}

.type-item:nth-child(7) .link {
    background-image: url("../css/images/type_icon7.png");
}

.type-item:nth-child(8) .link {
    background-image: url("../css/images/type_icon10.png");
}

.type-item:nth-child(9) .link {
    background-image: url("../css/images/type_icon8.png");
}

.type-item:nth-child(10) .link {
    background-image: url("../css/images/type_icon9.png");
}

.type-item:nth-child(11) .link {
    background-image: url("../css/images/type_icon11.png");
}

.type-item:nth-child(12) .link {
    background-image: url("../css/images/type_icon12.png");
}

.type-item:nth-child(13) .link {
    background-image: url("../css/images/type_icon13.png");
}


.nav-list {
    margin-left: 168px;
    font-size: 18px;
}

.nav-item {
    width: 11.11%;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

.nav-item .link {
    display: inline-block;
    color: #fff;
    height: 43px;
    padding: 0 5px;
    max-width: 100%;
    box-sizing: border-box;
}

.nav-item.active .link,
.nav-item:hover .link {
    color: #ffde58;
    font-weight: bold;
    border-bottom: 3px solid #ffde58;
}

.ewb-containernew {
    width: 1200px;
    margin: 0 auto;
}
/* chosen */

.chosen-container {
    width: 312px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 34px;
    border: 1px solid #c3d3e1;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #c3d3e1;
}

.chosen-container-single .chosen-single span {
    margin-right: 28px;
    /* height: 32px; */
    /* line-height: 32px; */
}

.chosen-container-single .chosen-single div {
    width: 28px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 28px;
    height: 32px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #c3d3e1;
    border-top: 0;
    border-radius: 0;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #c3d3e1;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}



/* 底部 */

.footer {
    height: 176px;
    padding-top: 20px;
    box-sizing: border-box;
    background-color: #4a4a4a;
}

.choose-item {
    width: 33.33%;
}

.choose-list {
    margin-left: -14px;
}

.choose-link {
    margin-left: 14px;
    height: 34px;
}

.footer .chosen-container,
.footer .chosen-single {
    height: 34px;
    line-height: 34px;
}

.footer .chosen-container-single .chosen-single span {
    height: 32px;
    line-height: 32px;
    color: #666;
}

.footer .chosen-search {
    display: none;
}

.footer .chosen-container .chosen-drop {
    border-bottom: none;
    border-top: 1px solid #aaa;
    border-radius: 0;
    bottom: 100%;
    top: auto;
}

.footer .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}

.footer .chosen-container .chosen-results li {
    padding: 5px 8px;
    color: #666;
}

.footer .chosen-container .chosen-results li.highlighted {
    color: #fff;
}

.footer .chosen-container-single .chosen-single div b {
    background: url("../css/images/sel_down.png") no-repeat center;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../css/images/sel_up.png") no-repeat center;
}

.footer-info {
    position: relative;
    color: #fff;
    text-align: center;
    margin-top: 17px;
}

.footer-info .info {
    margin: 0 175px 0 135px;
}

.footer-info .info .line {
    line-height: 24px;
}

.footer-info .visit {
    margin-left: 23px;
}

.footer-info .code {
    margin: 0 23px;
    color: #fff;
}

.dzxg-img {
    position: absolute;
    top: 9px;
    left: 82px;
}

.zfwz-img {
    position: absolute;
    top: 19px;
    right: 72px;
}


/* footer */

.ewb-footer {
    padding: 19px 0 29px 0;
    min-height: 129px;
    background-color: #4a4a4a;
}

/* 友情链接 */

.ewb-friendlink {
    height: 34px;
}

.ewb-fl-node {
    float: left;
    margin-left: 15px;
    width: 390px;
    vertical-align: top;
}

.ewb-fl-node:first-child {
    margin-left: 0;
}

.ewb-fl-sel {
    padding-left: 10px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dbdbdb;
    color: #666;
}

.ewb-fl-node .chosen-container-single .chosen-single {
    border: 1px solid #dbdbdb;
    color: #666;
}

.ewb-fl-node .chosen-container-single .chosen-single.cur {
    color: #666;
}

.ewb-fl-node .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dbdbdb;
}

.ewb-fl-node .chosen-container-single .chosen-drop {
    top: auto;
    bottom: 100%;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}

.ewb-fl-node .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #dbdbdb;
}



/* 底部信息 */

.ewb-foot {
    position: relative;
    padding-top: 22px;
}

.ewb-foot-content {
    line-height: 24px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-foot-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 12px;
    font-size: 14px;
    color: #fff;
}

.ewb-foot-item a {
    color: #fff;
}

.ewb-foot-icon {
    position: absolute;
    display: block;
}

.ewb-foot-icon.icon1 {
    top: 25px;
    left: 136px;
    width: 52px;
    height: 64px;
}

.ewb-foot-icon.icon2 {
    top: 32px;
    right: 76px;
    width: 103px;
    height: 49px;
}

.ewb-foot-icon.icon3 {
    top: 25px;
    left: 76px;
    width: 52px;
    height: 64px;
	cursor: default;
}
.ewb-foot-icon.icon4 {
    top: 25px;
    left: 0px;
    width: 64px;
    height: 64px;
   
}


.ewb-foot-icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-foot-red {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 10px;
}

