* {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
body,
button,
input,
select,
textarea {
  font: 0.75rem Arial, Tahoma, Helvetica, "\5b8b\4f53", sans-serif;
}
h1 {
  font-size: 1.125rem;
}
h2 {
  font-size: 1rem;
}
h3 {
  font-size: 0.875rem;
}
h4,
h5,
h6 {
  font-size: 0.625rem;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
small {
  font-size: 0.75rem;
}
ul,
ol {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
legend {
  color: #000;
}
fieldset,
img {
  border: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: none;
  height: 1px;
}
:focus {
  outline: none;
}
html,
body {
  height: 100%;
}
#app {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  height: 100%;
  max-width: 90rem;
  min-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.footer {
  padding-bottom: 1.25rem;
}
.footer .line {
  border: 1px solid #ac2726;
}
.footer .footer-info {
  text-align: center;
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  color: #666666;
}
.footer .footer-info span {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.page-h .footer {
  background-color: #fff;
}
.page-s .footer {
  background-color: #f7f7f7;
}
.home {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.bg {
  /*padding: 10.0rem 0 9.1875rem 0;
    background: url("../images/bg3.jpg")no-repeat;
    background-size: 100% 100%;*/
  position: relative;
}
.img {
  height: 580px;
  overflow: hidden;
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  background-position: -20px center;
}
.bg img {
  width: 100%;
  height: 100%;
}
.bg-text {
  position: absolute;
  top: 8.75rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}
.home p.title {
  color: #7a0000;
  font-size: 2.5rem;
}
.home p.sub-title {
  color: #7a0000;
  font-size: 1.125rem;
  padding-top: 0.9375rem;
  padding-bottom: 2.8125rem;
  text-shadow: #ffffff 1px 0 0, #f5f5f5 0 1px 0, #ffffff -1px 0 0, #f3f3f3 0 -1px 0;
}
.home .links {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.home .links .links-title {
  font-size: 1.375rem;
  color: #000;
}
.home .links .line {
  border: 1px solid #ac2726;
  width: 3.75rem;
  margin: 0.625rem auto;
  margin-bottom: 1.25rem;
}
.home .links ul.links-list {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  margin: 0 auto;
  width: 61.25rem;
  white-space: nowrap;
}
.home .links ul.links-list::after {
  content: '.';
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.home .links ul.links-list li {
  padding: 0.625rem;
  width: 8.75rem;
  float: left;
  text-align: left;
}
.home .links ul.links-list a {
  color: #666666;
  text-decoration-line: none;
}
.home .search-field {
  display: flex;
  justify-content: space-between;
  width: 41.25rem;
  margin: 0 auto;
  text-align: left;
  height: 3.5rem;
  border: 2px solid #ac2726;
  border-radius: 1.625rem;
  position: relative;
  background-color: #fff;
}
.home .search-text {
  display: flex;
  flex: 1;
  align-items: center;
  height: 100%;
  border: none;
  font-size: 1.5rem;
  margin-left: 1.25rem;
}
.home .search-text input[type="text"] {
  display: flex;
  width: 100%;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
}
.home .search-btn {
  width: 9.375rem;
  height: 100%;
  color: #fff;
  background: url("../images/search.png") no-repeat #ac2726 15% 50%;
  padding-left: 2.875rem;
  border: 1px solid #ac2726;
  border-radius: 1.5rem;
  font-size: 1.375rem;
  letter-spacing: 0.3125rem;
  outline: medium;
  -webkit-appearance: none;
  cursor: pointer;
}
.toggle-links-btn {
  display: none;
}
.search-page {
  background-color: #f7f7f7;
}
.search-page .header {
  font-size: 1.8rem;
  color: #ac2726;
  border-bottom: 1px solid #ac2726;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #fff;
  text-align: left;
}
.search-page .header .header-wrapper {
  margin: 0 auto;
  width: 64rem;
  position: relative;
}
.search-page .header .header-wrapper .title {
  cursor: pointer;
}
.search-page .search-field {
  display: flex;
  justify-content: space-between;
  width: 20.625rem;
  background-color: #fff;
  text-align: left;
  height: 2.625rem;
  border-radius: 2.8125rem;
  border: 0.0625rem solid #ac2726;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.8125rem;
}
.search-page .search-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2.5rem;
  border: none;
  font-size: 1rem;
  padding-left: 0.625rem;
}
.search-page .search-btn {
  width: 5.6875rem;
  height: 100%;
  color: #fff;
  background: url("../images/search.png") no-repeat #ac2726 15% 50%;
  background-size: 1rem 1rem;
  padding-left: 1.4375rem;
  border: 2px solid #ac2726;
  border-radius: 1.375rem;
  font-size: 0.9375rem;
  letter-spacing: 0.125rem;
  outline: medium;
  -webkit-appearance: none;
  cursor: pointer;
}
.search-page .search-text input[type="text"] {
  height: 2.5rem;
  border: none;
  outline: 0;
  background-color: transparent;
}
.result {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 2.625rem;
}
.result table {
  margin-top: 1.25rem;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-radius: 0.3125rem;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #666666;
}
.result table td,
.result table th {
  border: 1px solid #e9e9e9;
  padding: 0.3125rem;
  height: 3.375rem;
}
.result table th {
  border-bottom-width: 2px;
  text-align: center;
}
.result table tr {
  background-color: #f7f7f7;
}
.result table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.result-header {
  /*border-left: 2px solid #ac2726;*/
  text-align: left;
  font-size: 1rem;
  color: #ac2726;
  padding-left: 0.625rem;
  margin-top: 1.25rem;
  background: url(../images/title.png) no-repeat left;
  background-size: 20px 20px;
  padding-left: 26px;
}
.seperate-line {
  border-top: 1px solid #e9e9e9;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-page .header {
    padding-left: 0.625rem;
  }
  .search-page .header .header-wrapper {
    width: 100%;
  }
  .search-page .result {
    margin: auto 16px;
  }
  .search-page .result {
    width: auto;
  }
  .search-page .result::after {
    content: "← 左右滑动查看更多 →";
    display: block;
    font-size: 0.9rem;
    color: #999;
    margin: 0.5rem 0;
    text-align: center;
  }
  .search-page .result .company,
  .search-page .result .manager {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .search-page .result .company table,
  .search-page .result .manager table {
    min-width: 80rem;
    width: 100%;
    table-layout: auto;
  }
  .search-page .search-field {
    display: flex;
    align-items: center;
    width: 80%;
    position: relative;
    margin: 0;
    margin-top: 10px;
  }
  .search-page .search-text input[type="text"] {
    font-size: 1rem;
  }
}
html,
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=site.css.map */
.pagination-btn {
  padding: 0.0375rem 0.0625rem;
  margin-right: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #999;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  text-align: center;
}
.pagination-wrap {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.pagination-ellipsis {
  color: #999;
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 0 0.075rem;
  margin-right: 4px;
}
.pagination-current {
  border: 1px solid #3e8ddd;
  color: #3e8ddd;
}
.pagination-disabled {
  cursor: not-allowed;
}
#pagination-next,
#pagination-prev {
  padding-right: 0.05rem;
  padding-left: 0.05rem;
}
.pagenum {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
/*分页*/
.page {
  width: auto;
  margin: 15px 20px 15px 0;
  height: 30px;
  overflow: hidden;
}
.page li.page_number {
  width: auto;
  border: 0 none;
}
.page li {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #555;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  font-family: "微软雅黑", arial, \5b8b\4f53;
  font-size: 14px;
}
.page_hover:hover {
  color: #fff;
  background: #ac2726;
}
.page_hover {
  cursor: pointer;
}
.page li:hover a {
  color: #fff;
}
.page li.page_on {
  background: #ac2726;
  color: #fff;
  border: 1px solid #ac2726;
  cursor: default;
}
.page_left {
  background: url(../images/page_left.png) no-repeat center center;
  cursor: pointer;
}
.page_left:hover {
  background: #ac2726 url(../images/page_left_02.png) no-repeat center center;
}
.page_right {
  background: url(../images/page_right.png) no-repeat center center;
  cursor: pointer;
}
.page_right:hover {
  background: #ac2726 url(../images/page_right_02.png) no-repeat center center;
}
.page li.page_ic {
  width: 120px;
  color: #666666;
  border: 0 none;
}
.page li.page_ic:hover {
  color: #666666;
}
.page_ic input {
  width: 40px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  text-align: center;
  border-radius: 3px;
}
.page li.page_last {
  cursor: pointer;
  border-color: #ac2726;
  background: #ac2726;
  color: #fff;
  width: 40px;
}
.page_num {
  float: left;
  margin: 15px 0 15px 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.page_num select {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.main01 {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  #app {
    width: 100%;
    max-width: none;
    min-width: initial;
    overflow-x: hidden;
  }
  .home {
    background-size: 100% auto;
  }
  .home p.title {
    color: #7a0000;
    font-size: 2rem;
  }
  .home p.sub-title {
    color: #7a0000;
    font-size: 1.125rem;
    padding-top: 0.9375rem;
    padding-bottom: 2.8125rem;
  }
  .home .search-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 3.25rem;
    border-radius: 3rem;
  }
  .home .search-text {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
  }
  .home .search-text input[type="text"] {
    display: flex;
    flex: 1;
    align-items: center;
    font-size: 1.25rem;
  }
  .home .search-btn {
    width: 5.625rem;
    height: 100%;
    margin-right: -2px;
    font-size: 1.25rem;
    border-radius: 100%;
    padding-left: 1.5rem;
    background-size: auto 50%;
  }
  .search-page .search-field {
    height: 3rem;
    border-radius: 3rem;
  }
  .search-page .search-text input[type="text"] {
    width: 100%;
  }
  .search-page .search-btn {
    border-radius: 3rem;
  }
  .home .links ul.links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 0.875rem;
    color: #666666;
    margin: 0 auto;
    width: 100%;
  }
  .home .links ul.links-list li {
    text-align: center;
  }
  .footer .footer-info span {
    float: center;
    clear: both;
  }
  .footer .footer-info::after {
    content: '.';
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .links-list {
    max-height: none;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  /* 折叠状态只显示前5个（估算每行约为 2.8rem 高） */
  .links-list.collapsed {
    max-height: 0.1rem;
    /* 显示前 0 行 */
  }
  /* 更多按钮样式 */
  .toggle-links-btn {
    display: block;
    font-size: 1rem;
    color: #ac2726;
    text-align: center;
    cursor: pointer;
    padding: 0.8rem 0;
  }
}
