﻿* {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 96%;
  text-align: center;
  margin: 0;
}
/* 盲驴庐忙鈥澛姑β慌∶ヅ犅β澛∶♀�灻ヂ矫ヂ郝γモ�櫯捗┞⑴撁ㄢ�奥� */
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  background-color: #F5F5F5;
}
/* 盲驴庐忙鈥澛姑β慌∶ヅ犅β澛∶β烩�樏ヂ濃�斆♀�灻β犅访ヂ悸� */
::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 5px;
}
/* 茅录聽忙聽鈥∶︹�毬ヂ伵撁ヅ撀β慌∶ヅ犅β澛∶ぢ概犆︹�斅睹β烩�樏ヂ濃�斆♀�灻β犅访ヂ悸� */
::-webkit-scrollbar-thumb:hover {
  background-color: #707070;
}
/* 盲驴庐忙鈥澛姑β慌∶ヅ犅β澛∶铰┞佲�溍♀�灻β犅访ヂ悸� */
::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
/* 茅录聽忙聽鈥∶︹�毬ヂ伵撁ヅ撀β慌∶ヅ犅β澛∶铰┞佲�溍ぢ概犆︹�斅睹♀�灻β犅访ヂ悸� */
::-webkit-scrollbar-track:hover {
  background-color: #CCC;
}
.header {
  width: 100%;
  margin: auto;
  /* background: url(../../images/header/top_bgnew.png) no-repeat center;
  background-size: cover; */
  background-color: #fff;
}
.header .head {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.header .head .head_c {
  width: 100%;
  margin: 0 auto 10px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .head .head_c > img {
  display: block;
  height: 62px;
}
.header .head .head_c div div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .head .head_c div p {
  color: #333;
  padding: 10px 0;
  cursor: pointer;
  letter-spacing: 2px;
}
.header .head .head_c div p strong {
  font-weight: 400;
}
.header .head .head_c div p a {
  color: #333;
  font-size: 15px;
}
.header .head .head_c div input {
  outline: none;
  border: 2px solid #770c0c;
  display: block;
  width: 220px;
  height: 28px;
  padding: 4px 10px;
  border-radius: 8px 0 0 8px;
}
.header .head .head_c div span {
  padding: 0 15px;
  height: 27px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background-color: #770c0c;
  padding: 6px;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}
.header .head .head_P {
  display: none;
}
.header .head_B {
  width: 100%;
  margin: auto;
  background-color: #770c0c;
}
.header .head_b {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
.header .head_b .head_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .head_b .head_ul > li {
  position: relative;
  padding: 14px 20px;
  cursor: pointer;
  min-width: 70px;
}
.header .head_b .head_ul > li:hover {
  background-color: #520909;
}
.header .head_b .head_ul > li a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
}
.header .head_b .head_ul > li .head_ol {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #770c0c;
  display: none;
  z-index: 19;
}
.header .head_b .head_ul > li .head_ol li {
  padding: 10px 20px;
  position: relative;
}
.header .head_b .head_ul > li .head_ol li:hover {
  background-color: #5f0404;
}
.header .head_b .head_ul > li .head_ol li a {
  display: block;
  width: 100%;
  text-align: center;
}
.header .head_b .head_ul > li .head_ol .head_Twoul {
  position: absolute;
  top: 0px;
  left: 100px;
  width: 100%;
  background-color: #5e0606;
  display: none;
  z-index: 19;
}
footer {
  width: calc(100% - 32px);
  background-color: #770c0c;
  padding: 16px;
}
footer .foot {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
footer .foot .footR ul {
  display: flex;
  align-items: center;
}
footer .foot .footR ul li {
  padding: 8px;
  cursor: pointer;
}
footer .foot .footR ul li a {
  color: #666;
}
footer h5 {
  color: #fff;
  margin: 16px 0 0;
  font-weight: 400;
}
footer .footBom {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
footer .footBom div {
  width: 30%;
  color: #fff;
}
footer .footBom .footDiv01 {
  width: 30%;
  line-height: 2;
}
footer .footBom .footDiv01 h4 {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
}
footer .footBom .footDiv01 p {
  font-size: 14px;
}
footer .footBom .footDiv01 strong {
  font-size: 14px;
  font-weight: 400;
}
footer .footBom .footDiv02 {
  width: 50%;
  line-height: 2;
}
footer .footBom .footDiv02 h4 {
  text-align: left;
  font-weight: 700;
  font-size: 17px;
}
footer .footBom .footDiv02 p {
  font-size: 14px;
}
footer .footBom .footDiv02 strong {
  font-size: 14px;
  font-weight: 400;
}
footer .footBom .footDiv03 {
  width: 265px;
}
footer .footBom .footDiv03 img {
  margin-top: 60px;
  height: 70px;
}
.appheader {
  display: none;
}
.sectionTop {
  position: fixed;
  bottom: 25px;
  right: 45px;
}
.sectionTop img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#tablesContainer {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
#tablesContainer .table {
  width: 100%;
  border-collapse: collapse;
}
#tablesContainer .table,
#tablesContainer .table th,
#tablesContainer .table td {
  border: 1px solid black;
}
#tablesContainer .table th {
  padding: 8px;
  text-align: center;
  font-weight: 700;
}
#tablesContainer .table td:first-child {
  text-align: center;
  min-width: 70px;
}
#tablesContainer .table td:last-child {
  text-align: center;
  min-width: 70px;
}
#tablesContainer .table td {
  padding: 8px;
  text-align: left;
}
#tablesContainer .text-center {
  text-align: center;
  font-weight: 700;
}
.tablesH3 {
  margin: 20px;
}
.tablesfoot {
  max-width: 1000px;
  margin: 25px auto;
}
#table-container table {
  border-collapse: collapse;
  width: 100%;
}
#table-container th,
#table-container tbody tr td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}
#table-container th {
  background-color: #f2f2f2;
}
#table-container a {
  cursor: pointer;
  color: #402de6;
}
#table-container tbody tr:first-child th {
  text-align: center;
}
#table-container tbody tr td:last-child {
  text-align: center;
  min-width: 70px;
  width: 100px;
}
#table-container .vertical-align {
  vertical-align: middle;
}
.tableBox {
  width: 100%;
}
.tableBox table {
  width: 100%;
}
.tableBox tbody tr td {
  border-bottom: 1px dashed black;
  padding: 8px;
  text-align: left;
  width: 100%;
  min-width: 100px;
  font-size: 14px;
  letter-spacing: 2px;
}
.tableBox tbody tr td:nth-child(1)::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../../images/logo_small.png') no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.tableBox a {
  cursor: pointer;
}
.dataTableOne {
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
.dataTableOne th {
  font-size: 22px;
  padding: 20px 0;
}
.dataTableOne tbody td {
  line-height: 2;
}
.dataTableOne > tbody > tr:nth-child(odd) td {
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0;
}
.dataTableOne > tbody > tr:nth-child(even) td {
  text-indent: 2em;
}
.indent {
  display: block;
  text-indent: 2em;
  /* 猫庐戮莽陆庐茅娄鈥撁∨捗悸┟库�好ぢ嘎�2em */
  margin-bottom: 3px;
  /* 氓艙篓忙庐碌猫聬陆盲鹿鈥姑┾�斅疵β仿幻ヅ犅犆ぢ糕偓盲潞鈥好┾�斅疵仿� */
  letter-spacing: 1px;
  max-width: 1200px;
  font-style: normal;
}
.newitem_img {
  display: block;
  margin: 0 auto;
  min-height: 150px;
  max-height: 340px;
  max-width: 1200px;
}
.iframeClass {
  width: 94%;
  height: 100%;
  min-height: 450px;
  margin: auto;
}
@media (max-width: 799px) {
  .header .head .head_c > img {
    display: block;
    margin: auto;
    width: 95%;
    max-width: 500px;
    height: auto !important;
  }
  .header .head .head_c .head_P img {
    display: block;
    height: 62px;
  }
  .head_c {
    flex-wrap: wrap;
  }
  .head_P {
    display: flex !important;
  }
  .head_P img {
    height: 45px !important;
  }
  .head_B {
    display: none !important;
  }
  .el-drawer__header {
    margin: 0 !important;
    padding: 0 !important;
  }
  .el-drawer__body {
    background-color: #770c0c;
  }
  .header .head .head_c img {
    height: 62px;
  }
  .header .head .head_c div span {
    height: 28px;
  }
  .head_search {
    margin-top: 10px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  footer .footBom {
    flex-wrap: wrap;
  }
  footer .footBom .footDiv01 {
    width: 90%;
    margin: auto;
  }
  footer .footBom .footDiv02 {
    width: 90%;
    margin: auto;
  }
  footer .footBom .footDiv03 img {
    margin-top: 10px;
  }
  .appheader {
    display: block;
  }
  .jsonImg {
    float: left;
    /* 忙藛鈥撁ㄢ偓鈥� right茂录艗忙聽鹿忙聧庐茅艙鈧β伱┾偓鈥懊︹�孤┟モ�郝久р�扳�∶ぢ铰嵜铰� */
    margin: 0 15px 15px 0;
    /* 猫庐戮莽陆庐氓鈥郝久р�扳�∶ぢ概矫︹�撯�∶ε撀ぢ光�姑┾�斅疵♀�灻┾�斅疵仿� */
    width: 100% !important;
    max-width: 335px !important;
    min-width: 290px;
  }
  .jsonImgTwo {
    float: right;
    /* 忙藛鈥撁ㄢ偓鈥� right茂录艗忙聽鹿忙聧庐茅艙鈧β伱┾偓鈥懊︹�孤┟モ�郝久р�扳�∶ぢ铰嵜铰� */
    margin: 0 0 15px 15px;
    /* 猫庐戮莽陆庐氓鈥郝久р�扳�∶ぢ概矫︹�撯�∶ε撀ぢ光�姑┾�斅疵♀�灻┾�斅疵仿� */
    width: 100% !important;
    max-width: 335px !important;
    min-width: 290px;
  }
  .newitem_img {
    max-width: 350px;
    min-height: 100px;
  }
  .iframeClass {
    width: 82%;
    height: 100%;
    min-height: 450px;
    margin: auto;
  }
}