@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%;
max-width: 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;
}

@font-face {
  font-family: "Alimama_ShuHeiTi_Bold";
  src: url("./fonts/Alimama_ShuHeiTi_Bold/Alimama_ShuHeiTi_Bold.ttf") format("truetype");
}
/* 通用样式 */
.container {
  width: 1280px !important;
  margin: 0 auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: inherit;
}

.flexsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  padding-bottom: 285px;
  position: relative;
  background: #f9f9f9;
}

* {
  box-sizing: border-box;
}

#header {
   height: 131px;
  background: #fff;
}

.top {
  border-bottom: 1px solid #e5e5e5;
}
.top .container {
  height: 40px;
}
.top .zjh {
  height: 24px;
  line-height: 22px;
  padding: 0 6px;
  border: 1px solid #8897a9;
  color: #8897a9;
  border-radius: 2px;
}
.top .zjh:hover {
  border: 1px solid #cb9f77;
  color: #cb9f77;
}
.top .contect {
  color: #8897a9;
}
.top .contect > * {
  margin-left: 32px;
  position: relative;
}
.top .contect > * + *:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -8px;
  height: 17px;
  width: 1px;
  background-color: #8897a9;
}

.nav-content {
  height: 90px;
}
.nav-content .nav-list {
  height: 100%;
  display: flex;
}
.nav-content .nav-list li {
  height: 60px;
}
.nav-content .nav-list li a {
  display: block;
  height: 100%;
  line-height: 60px;
  padding: 0 15px;
  font-size: 18px;
}
.nav-content .nav-list li + li {
  margin-left: 30px;
}
.nav-content .nav-list li.active {
  color: #fff;
  font-weight: bold;
  height: Fill 60px px;
  border-radius: 0px 16px 0px 16px;
  background: linear-gradient(180deg, #efd19e 0%, #c7a26d 100%);
}
.nav-content .search-content {
  margin-left: 40px;
  position: relative;
}
.nav-content .search-content .search-btn {
  font-size: 16px;
  padding-left: 22px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  background: url("../images/common/readglass.png") no-repeat left center;
}
.nav-content .search-content .search-btn:hover {
  color: #e0c092;
  background: url("../images/common/readglass-blue.png") no-repeat left center;
  background-size: 16px 16px;
}
.nav-content .search-content .search-btn.active + .search-main {
  display: flex;
}
.nav-content .search-content .search-main {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 346px;
  height: 50px;
  background: #fff;
  z-index: 10;
  border: 1px solid rgb(233, 233, 233);
  box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.15);
}
.nav-content .search-content .search-main input {
  width: calc(100% - 52px);
  height: 100%;
  padding: 0 15px;
  border: none;
  background: none;
  font-size: 14px;
  outline: none;
}
.nav-content .search-content .search-main button {
  border: none;
  outline: none;
  height: 100%;
  width: 52px;
  cursor: pointer;
  background: url("../images/common/readglass-blue.png") no-repeat center center;
  background-size: 22px 22px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #151b26;
  color: #fff;
}

.footer .footer-up {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer .footer-up .container {
  height: 225px;
}
.footer .link {
  display: flex;
}
.footer .link li + li {
  margin-left: 30px;
  position: relative;
}
.footer .link li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -7px;
  height: 15px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.footer .txt-content {
  line-height: 28px;
  margin-top: 25px;
}
.footer .txt-content p span + span {
  margin-left: 40px;
}
.footer .footer-down {
  height: 39px;
  line-height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-down p + p {
  margin-left: 15px;
}
.footer .footer-down .footer-icon {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  bottom: 2px;
}
.footer .footer-right > * {
  margin-left: 20px;
}
.footer .footer-right .txt-con {
  width: 190px;
  height: 145px;
  background: rgba(255, 255, 255, 0.0588235294);
  padding: 20px 0 0 23px;
}
.footer .footer-right .txt-con h2 {
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  font-weight: bold;
}
.footer .footer-right .txt-con p {
  margin-top: 5px;
  line-height: 21px;
}
.footer .footer-right .links {
  width: 216px;
  height: 145px;
}
.footer .footer-right .links .item {
  position: relative;
}
.footer .footer-right .links .item:hover ul {
  display: block;
}
.footer .footer-right .links .item p {
  border-radius: 2px;
  height: 43px;
  line-height: 43px;
  padding-left: 16px;
  background-color: rgba(255, 255, 255, 0.0588235294);
  cursor: pointer;
  background-image: url("../images/common/link-arrow.png");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.footer .footer-right .links .item ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.footer .footer-right .links .item ul li {
  height: 43px;
  line-height: 43px;
}
.footer .footer-right .links .item ul li:hover {
  background-color: #f5f5f5;
}
.footer .footer-right .links .item ul li a {
  color: #333;
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 100%;
}
.footer .footer-right .links .item + .item {
  margin-top: 8px;
}

#float {
  position: fixed;
  top: 40%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 1000;
}

.float {
  width: 72px;
}
.float .float-list > li {
  position: relative;
  background: linear-gradient(180deg, #efd19e 0%, #c7a26d 100%);
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.float .float-list > li:hover {
  background: linear-gradient(180deg, #C7A26D 0%, #EFD19E 100%);
}
.float .float-list > li + li {
  margin-top: 12px;
}
.float .float-list > li a {
  height: 100%;
  padding: 13px 0 6px;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.float .float-list > li a i {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float .float-list > li a .txt {
  margin-top: 9px;
  line-height: 16px;
}
.float .float-list > li.customer-service:hover .customer-service-content {
  display: flex;
}
.float .float-list > li .customer-service-content {
  display: none;
  position: absolute;
  right: 82px;
  top: 40%;
  transform: translateY(-50%);
  width: 350px;
  background: #fff url(../images/common/customer-service-icon.png) no-repeat 15px center;
  border-radius: 8px;
  padding: 15px 0px 15px 80px;
  text-align: center;
  font-size: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.float .float-list > li .customer-service-content:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.float .float-list > li .customer-service-content .tel {
  font-weight: bold;
}
.float .float-list > li .customer-service-content .dat {
  margin-top: 5px;
}
.float .float-list > li .customer-service-content .dat + .tel {
  margin-top: 10px;
}

.detail-banner {
  color: #fff;
  background: url(../images/common/trade-list-banner.png) no-repeat center;
  background-size: 100% 100%;
}
.detail-banner .container {
  height: 233px;
  display: flex;
  align-items: center;
}
.detail-banner .container h2 {
  font-size: 50px;
  font-family: "Alimama_ShuHeiTi_Bold";
}
.detail-banner .container p {
  font-size: 20px;
  margin-left: 40px;
  position: relative;
  top: 10px;
}

.detail-main {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.detail-main .left-nav {
  width: 220px;
}
.detail-main .left-nav.tree .item {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.08);
}
.detail-main .left-nav.tree .item + .item {
  margin-top: 12px;
}
.detail-main .left-nav.tree .item .item-name {
  padding: 2px;
  height: 84px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.detail-main .left-nav.tree .item .item-name span {
  display: block;
  padding-left: 28px;
  height: 80px;
  line-height: 80px;
  border-radius: 8px;
  background: linear-gradient(180deg, #efd19e 0%, #c7a26d 100%);
}
.detail-main .left-nav.tree .item .item-name:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  width: 20px;
  height: 20px;
  background: url("../images/common/left-nav-arrow.png");
}
.detail-main .left-nav.tree .item .item-name.active:before {
  transform: translateY(-50%) rotate(180deg);
}
.detail-main .left-nav.tree .item ul {
  display: none;
  margin-top: 2px;
  margin: 2px;
}
.detail-main .left-nav.tree .item ul li {
  height: 62px;
  line-height: 62px;
  font-weight: bold;
  font-size: 16px;
}
.detail-main .left-nav.tree .item ul li a {
  display: block;
  height: 100%;
  padding-left: 30px;
  position: relative;
}
.detail-main .left-nav.tree .item ul li a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #cb9f77;
}
.detail-main .left-nav.tree .item ul li.current {
  color: #cb9f77;
  background: linear-gradient(90.11deg, #F9EEDE 2.39%, rgba(255, 255, 255, 0) 99.89%);
}
.detail-main .left-nav.tree .item ul li.current a:before {
  display: block;
}
.detail-main .left-nav.links {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.detail-main .left-nav.links a {
  display: block;
  height: 62px;
  background: #fff;
  line-height: 62px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
.detail-main .left-nav.links a.current {
  color: #cb9f77;
  font-weight: bold;
  background: linear-gradient(90.11deg, #F9EEDE 2.39%, rgba(255, 255, 255, 0) 99.89%);
}
.detail-main .left-nav.links a.current:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #efd19e 0%, #c7a26d 100%);
}
.detail-main .detail-content {
  width: 1036px;
}

.mod {
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.08);
}
.mod + .mod {
  margin-top: 12px;
}

.detail-title {
  height: 30px;
  position: relative;
}
.detail-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 22px;
  background: url("../images/common/title-icon.png");
}
.detail-title .txt {
  padding-left: 12px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.detail-title .search {
  width: 240px;
  height: 30px;
  border: 1px solid #dce3e9;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
}
.detail-title .search input {
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 15px;
  border: none;
  background: none;
  font-size: 14px;
  outline: none;
}
.detail-title .search button {
  border: none;
  outline: none;
  height: 100%;
  width: 40px;
  cursor: pointer;
  background: linear-gradient(180deg, #efd19e 0%, #c7a26d 100%);
  position: relative;
}
.detail-title .search button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("../images/common/readglass-wite.png") no-repeat center center;
  background-size: 100% 100%;
}

.com-table table {
  width: 100%;
  table-layout: fixed;
}
.com-table .text-l {
  text-align: left;
}
.com-table thead {
  overflow: hidden;
}
.com-table thead tr {
  overflow: hidden;
}
.com-table thead th {
  text-align: center;
  height: 50px;
  background: #e0c092;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
}
.com-table thead th:first-child {
  border-radius: 4px 0 0 4px;
}
.com-table thead th:last-child {
  border-radius: 0 4px 4px 0;
}
.com-table tbody {
  font-size: 16px;
}
.com-table tbody tr {
  cursor: pointer;
  height: 58px;
}
.com-table tbody tr:hover {
  color: #cb9f77;
  font-weight: bold;
}
.com-table tbody tr:nth-child(even) td {
  background: #f5f5f5;
}
.com-table tbody tr td {
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-table tbody tr td:first-child {
  border-radius: 4px 0 0 4px;
}
.com-table tbody tr td:last-child {
  border-radius: 0 4px 4px 0;
}

.m-pagination-info > span {
  color: #4e5463 !important;
}
.m-pagination-page {
  padding-right: 0;
}
.m-pagination-page > li {
  margin-right: 8px;
}
.m-pagination-page > li > a {
  min-width: 34px;
  height: 34px !important;
  line-height: 32px !important;
  box-sizing: border-box !important;
  border-color: #efefef;
  color: #5c5c5c;
  font-size: 14px;
}
.m-pagination-page > li.active > a, .m-pagination-page > li:hover > a {
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-weight: normal;
  background: #fff;
}
.m-pagination-size {
  padding-right: 12px;
}
.m-pagination-size > select {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-group > input, .m-pagination-group > button {
  height: 34px !important;
  line-height: 22px;
  box-sizing: border-box;
  border-color: #d6d6d6;
  color: #333;
}
.m-pagination-group > input {
  width: 30px;
  border-radius: 4px;
  border-right: 1px solid #d6d6d6 !important;
}
.m-pagination-group > button {
  border-radius: 4px;
  margin-left: 5px;
  line-height: 30px;
}
.m-pagination-info {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #333;
}
.m-pagination-jump {
  width: 100px !important;
}

.com-list li {
  height: 60px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  /* background: url(../images/common/list-icon.png) no-repeat left center; */
}
.com-list li:hover {
  color: #cb9f77;
}
.com-list li:hover .date {
  color: #cb9f77;
}
.com-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  /* padding-left: 26px; */
  font-size: 16px;
}
.com-list li .txt {
  width: calc(100% - 82px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-list li .date {
  color: #999;
  font-size: 14px;
}

.mt25 {
  margin-top: 25px;
}

.mt5 {
  margin-top: 5px;
}

.local {
  height: 74px;
  line-height: 74px;
  padding-left: 23px;
  background: url(../images/common/local.png) no-repeat left center;
}
.local a {
  position: relative;
  color: #8897a9;
}
.local a:last-child {
  color: #cb9f77;
}
.local a + a {
  margin-left: 26px;
}
.local a + a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: url(../images/common/arrow.png) no-repeat left center;
}

.com-detail {
  padding: 40px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.08);
}
.com-detail .main-title {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.com-detail .sub-title {
  margin-top: 15px;
  text-align: center;
  color: #8897a9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  line-height: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.com-detail .types {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.com-detail .types li {
  flex: 1;
  font-size: 16px;
  cursor: pointer;
  height: 44px;
  border-radius: 22px;
  line-height: 42px;
  border: 1px solid #cb9f77;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-detail .types li:before {
  content: "";
  width: 17px;
  height: 16px;
  margin-right: 12px;
  background: url(../images/common/detail-type-check.png) no-repeat center;
}
.com-detail .types li.active {
  color: #fff;
  border: 1px solid #efd19e;
  background: linear-gradient(180deg, #efd19e 0%, #c7a26d 100%);
}
.com-detail .types li.active:before {
  background: url(../images/common/detail-type-checked.png) no-repeat center;
}
.com-detail .types li.gray {
  cursor: not-allowed;
  color: #999999;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(242, 243, 244, 0.6) 0%, rgba(242, 242, 242, 0.6) 100%);
}
.com-detail .types li.gray:before {
  display: none;
}
.com-detail .txt-content {
  margin-top: 36px;
}
.com-detail .txt-content .content-title {
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.com-detail .txt-content p {
  margin-top: 16px;
  line-height: 28px;
  /* text-indent: 2em; */
}
.com-detail .txt-content img {
  display: block;
  max-width: 100%;
  margin: 16px auto 0;
}
.com-detail .file {
  margin-top: 36px;
}
.com-detail .file h2 {
  font-size: 16px;
  font-weight: bold;
}
.com-detail .file .item {
  padding-left: 10px;
  margin-top: 12px;
  height: 62px;
  box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.1);
}
.com-detail .file .item a {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
.com-detail .file .item .icon {
  width: 36px;
  height: 36px;
}
.com-detail .file .item p {
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-pagination-page > li.active > a {
  background: #e0c092 !important;
  border-color: #e0c092 !important;
}

.m-pagination-page > li > a:hover {
  border-color: #e0c092 !important;
}


@media (max-width: 1280px) {
  .container {
    width: 100% !important;
  }
  .nav-content .nav-list li + li {
    margin-left: 10px;
  }
  .nav-content .nav-list li a {
    padding: 0 7px;
  }
}

.foot-copy {
    border-top: 1px solid #4e4e4e;
    height: 75px;
    line-height: 74px;
    font-size: 14px;
    color: #747474;
    text-align: center;
	position: relative;
}

.foot-copy span {
    margin: 0 10px;
}


.sanxing{
	position: absolute;
	right: 5%;
	bottom: 35px;
}

.sanxing2{
	position: absolute;
	right: 5%;
	bottom: 0px;
display: none;}