@media only screen and (max-width: 3100px) {
  html {
    font-size: 30px;
  }
}
@media only screen and (max-width: 2560px) {
  html {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-center {
  width: 63.64rem;
  margin: 0 auto;
}
.fx {
  display: flex;
}
.ac {
  align-items: center;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.fc {
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.fw {
  flex-wrap: wrap;
}
/* 分页 */
.paged {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.55rem;
}
.paged > a {
  margin-right: 0.45rem;
}
.paged .page-num {
  display: inline-block;
  padding: 0.55rem 0.73rem;
  font-size: 0.73rem;
  color: #999999;
}
.paged > a:hover {
  background-color: #a78b6b;
  color: #fff;
}
.paged .page-num-current {
  background-color: #a78b6b;
  color: #fff;
}
.no-date {
  text-align: center;
  font-size: 0.91rem;
  padding-bottom: 4.55rem;
}
.com-title {
  padding: 4.55rem 0 3.64rem;
  text-align: center;
}
.com-title h3 {
  position: relative;
  font-size: 1.64rem;
  margin-bottom: 1.5rem;
}
.com-title h3::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.82rem;
  width: 2.27rem;
  height: 0.18rem;
  background-color: #d5a976;
}
.com-title p {
  font-size: 0.73rem;
  color: #999;
  text-transform: uppercase;
}
.inn-banner {
  position: relative;
  height: 22.73rem;
}
.inn-banner .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.inn-banner .txt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: 2.27rem;
  height: 0.27rem;
  background-color: #ffffff;
}
.inn-banner .txt h3 {
  font-size: 1.64rem;
  margin-bottom: 0.95rem;
  font-weight: 500;
  color: #fff;
}
.inn-banner .txt p {
  font-size: 1.09rem;
  white-space: nowrap;
}
.position {
  padding: 1.82rem 0 2.73rem;
  color: #999999;
}
.position a {
  padding: 0 0.14rem;
}
.position a:hover {
  color: #a78b6b;
}
header {
  position: relative;
}
header .head-pc .head-t {
  background-color: #151414;
  color: #ffffff;
}
header .head-pc .head-t .main-center {
  height: 1.82rem;
}
header .head-pc .head-t .head-r li {
  color: #fefefe;
  margin-left: 1.36rem;
}
header .head-pc .head-t .head-r li .icon {
  margin-right: 0.45rem;
}
header .head-pc .head-t .head-r li i {
  color: #fefefe;
  font-size: 0.91rem;
}
header .head-pc .head-t .head-r li:first-child {
  margin-left: 0;
}
header .head-pc .head-t .head-r .login {
  margin-left: 2.27rem;
}
header .head-pc .head-t .head-r .login .icon {
  width: 0.91rem;
  height: 0.91rem;
  text-align: center;
  line-height: 0.91rem;
  border-radius: 50%;
  background-color: #a78b6b;
}
header .head-pc .head-t .head-r .login .icon i {
  font-size: 0.55rem;
}
header .head-pc .head-t .head-r .login span {
  font-size: 0.73rem;
  color: #a78b6b;
}
header .head-pc .head-b {
  background-color: #151414;
  border-top: 0.05rem solid rgba(38, 38, 38, 0.7);
  z-index: 999;
}
header .head-pc .head-b .main-center {
  height: 100%;
}
header .head-pc .head-b .main-center .logo {
  width: 10.18rem;
  height: 2.95rem;
}
header .head-pc .head-b .main-center .logo img {
  object-fit: contain;
}
header .head-pc .head-b nav li {
  margin-right: 2.55rem;
  height: 4.55rem;
  line-height: 4.55rem;
}
header .head-pc .head-b nav li a {
  position: relative;
  padding: 0 0.45rem;
  font-size: 0.73rem;
  color: #fff;
}
header .head-pc .head-b nav li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.95rem;
  transform: translateX(-50%);
  width: 0;
  height: 0.14rem;
  background-color: #ffffff;
  transition: width 0.3s;
}
header .head-pc .head-b nav li:last-child {
  margin-right: 0;
}
header .head-pc .head-b nav li:last-child a {
  padding-right: 0;
}
header .head-pc .head-b nav li:last-child .nav-active::after {
  width: 110%;
  left: 60%;
}
header .head-pc .head-b nav li:hover a::after {
  width: 100%;
  transition: width 0.3s;
}
header .head-pc .head-b nav li:hover:last-child a:after {
  width: 110%;
  left: 60%;
}
header .head-pc .head-b nav .nav-active::after {
  width: 100%;
}
footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
}
footer .foot-t {
  padding: 1.23rem 0 1.09rem;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.2);
}
footer .foot-t .foot-process h3 {
  font-size: 1.09rem;
  margin-bottom: 0.59rem;
  color: #fff;
  font-weight: normal;
}
footer .foot-t .foot-process p {
  color: #fff;
}
footer .foot-t .process-list li {
  width: 8.18rem;
  height: 2.27rem;
  text-align: center;
  box-sizing: border-box;
  border: 0.05rem solid #ffffff;
  margin-left: 2.27rem;
}
footer .foot-t .process-list li .icon {
  margin-right: 0.45rem;
}
footer .foot-t .process-list li .icon i {
  color: #fff;
  font-size: 1.45rem;
}
footer .foot-t .process-list li span {
  color: #fff;
}
footer .foot-t .process-list li:hover {
  background-color: #a78b6b;
  border: 0.05rem solid #a78b6b;
}
footer .foot-c {
  padding: 1.95rem 0 3.73rem;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.2);
}
footer .foot-c .foot-c-l {
  width: 14.41rem;
  margin-right: 5rem;
  transform: translateY(-0.68rem);
}
footer .foot-c .foot-c-l .img {
  width: 14.41rem;
  height: 4.18rem;
  margin-bottom: 1.91rem;
}
footer .foot-c .foot-c-l .img img {
  object-fit: contain;
}
footer .foot-c .foot-c-l p {
  font-size: 0.91rem;
  color: #fff;
  text-align: right;
  letter-spacing: 0.34rem;
}
footer .foot-c .foot-c-r {
  width: calc(100% - 19.41rem);
}
footer .foot-c .foot-c-r .foot-c-r-t ul {
  margin-bottom: 2.82rem;
}
footer .foot-c .foot-c-r .foot-c-r-t ul li {
  color: #fff;
  margin-right: 3.3rem;
}
footer .foot-c .foot-c-r .foot-c-r-t ul li:last-child {
  margin-right: 0;
}
footer .foot-c .foot-c-r .foot-c-r-t ul li a:hover {
  color: #a78b6b;
}
footer .foot-c .foot-c-r .foot-c-r-b .item:nth-of-type(2) {
  transform: translateX(-37%);
}
footer .foot-c .foot-c-r .foot-c-r-b h3 {
  color: #fff;
  margin-bottom: 0.91rem;
  font-weight: normal;
}
footer .foot-c .foot-c-r .foot-c-r-b h3 i {
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.55rem;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item {
  position: relative;
  margin-right: 0.91rem;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item > img {
  width: 1.36rem;
  height: 1.36rem;
  object-fit: contain;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item .online-hover-pic {
  display: none;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item .hover-pic {
  display: none;
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  width: 4.09rem;
  height: 4.09rem;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item .hover-pic::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.55rem;
  width: 0;
  height: 0;
  border-width: 0.27rem 0.27rem 0.27rem 0.27rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item .hover-pic img {
  object-fit: contain;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item:hover .online-pic {
  display: none;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item:hover .online-hover-pic {
  display: block;
}
footer .foot-c .foot-c-r .foot-c-r-b .online-item:hover .hover-pic {
  display: block;
}
footer .foot-c .foot-c-r .foot-c-r-b .tel h4 {
  font-size: 1.55rem;
  color: #fff;
  margin-bottom: 0.73rem;
}
footer .foot-c .foot-c-r .foot-c-r-b .tel h5 {
  font-size: 1.09rem;
  color: #fff;
}
footer .foot-b {
  padding: 0.91rem 0;
  text-align: center;
  color: #fff;
}
footer .foot-b .links {
  margin-bottom: 0.55rem;
}
footer .foot-b .copyright {
  line-height: 1.18rem;
}
footer .foot-b .tech-sup {
  margin-top: 0.55rem;
}
footer .foot-b a:hover {
  color: #a78b6b;
}
footer .foot-contact {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  height: 5.5rem;
  background: url(../images/foot-contact-bg.jpg) no-repeat center;
  background-size: cover;
}
footer .foot-contact .main-center {
  height: 100%;
}
footer .foot-contact .logo {
  width: 12.59rem;
  height: 3.64rem;
}
footer .foot-contact .logo img {
  object-fit: contain;
}
footer .foot-contact .form {
  position: relative;
}
footer .foot-contact .form h3 {
  font-size: 0.73rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #fff;
}
footer .foot-contact .form h3 span {
  color: #d5a976;
}
footer .foot-contact .form input {
  width: 14.55rem;
  height: 2.14rem;
  padding: 0 0.45rem;
  background-color: #ffffff;
  color: #666666;
  box-sizing: border-box;
}
footer .foot-contact .form input::-webkit-input-placeholder {
  color: #666;
}
footer .foot-contact .form .fot-con-tel {
  margin-left: 1.36rem;
}
footer .foot-contact .form button {
  width: 9.09rem;
  height: 2.14rem;
  border: 0;
  outline: 0;
  background-color: #a78b6b;
  font-size: 0.73rem;
  color: #fff;
  cursor: pointer;
  margin-left: 0.91rem;
}
footer .foot-contact .form .close {
  position: absolute;
  right: -0.95rem;
  top: 0;
  cursor: pointer;
}
footer .foot-contact .form .close i {
  font-size: 0.95rem;
  color: #fff;
}
footer .foot-slide {
  position: fixed;
  right: 1.36rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  border-radius: 0.27rem;
  width: 3.64rem;
}
footer .foot-slide li {
  position: relative;
  background-color: #fff;
  height: 3.5rem;
  box-shadow: 0.05rem 0.09rem 0.91rem 0 rgba(0, 0, 0, 0.08);
}
footer .foot-slide li:first-child {
  display: none;
}
footer .foot-slide li a {
  display: block;
}
footer .foot-slide li .slide-item {
  height: 3.5rem;
  text-align: center;
}
footer .foot-slide li .slide-item i {
  font-size: 1.18rem;
  color: #a78b6b;
}
footer .foot-slide li .slide-item p {
  color: #a78b6b;
  margin-top: 0.27rem;
}
footer .foot-slide li .slide-item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: rgba(39, 59, 107, 0.2);
}
footer .foot-slide li .order-search::after {
  width: 0;
  height: 0;
}
footer .foot-slide li .slide-hover {
  position: absolute;
  left: -5.91rem;
  bottom: 0;
  padding: 0.23rem;
  background-color: #fff;
  border-radius: 0.18rem;
  transition: all 0.3s;
  display: none;
}
footer .foot-slide li .slide-hover .pic {
  width: 4.09rem;
  height: 4.09rem;
  margin-bottom: 0.32rem;
}
footer .foot-slide li .slide-hover .pic img {
  object-fit: contain;
}
footer .foot-slide li .slide-hover p {
  color: #a78b6b;
  font-size: 0.55rem;
  text-align: center;
}
footer .foot-slide li .slide-hover::after {
  content: '';
  position: absolute;
  right: -0.55rem;
  bottom: 0.32rem;
  width: 0;
  height: 0;
  border-width: 0.27rem 0.27rem 0.27rem 0.27rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
footer .foot-slide li:hover {
  background-color: #a78b6b;
}
footer .foot-slide li:hover .slide-item i,
footer .foot-slide li:hover .slide-item p {
  color: #fff;
}
footer .foot-slide .league:hover .slide-hover {
  left: -5.09rem;
  display: block;
  transition: all 0.3s;
}
footer .foot-slide .slide-online-consult {
  border-radius: 0.27rem 0.27rem 0 0;
}
footer .foot-slide .slide-online-order {
  border-radius: 0 0 0.27rem 0.27rem;
}
footer .foot-slide .slide-toTop {
  width: 2.27rem;
  height: 2.27rem;
  text-align: center;
  line-height: 2.27rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0.36rem auto 0;
  cursor: pointer;
}
footer .foot-slide .slide-toTop i {
  font-size: 1.18rem;
  color: #a78b6b;
}
footer .foot-slide .slide-toTop .slide-item::after {
  width: 0;
  height: 0;
}
#mb-header {
  display: none;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  width: 109px;
}
#mb-header #navbar-main #logo img {
  width: 109px;
  height: 40px;
  object-fit: contain;
}
#mb-header #navbar-main #logo .logo-txt {
  color: #fff;
  margin-left: 0.36rem;
}
#mb-header #navbar-main #logo .logo-txt p {
  white-space: nowrap;
}
#mb-header #navbar-main #logo .logo-txt .company-name {
  font-weight: bold;
  margin-bottom: 0.23rem;
}
#mb-header #navbar-main #logo .logo-txt .company-tel {
  font-size: 12px;
  letter-spacing: 0.27rem;
}
#mb-header #navbar-main #logo .mb-logo {
  display: none;
  width: 100%;
  height: 40px;
  object-fit: contain;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  background-color: rgba(0, 0, 0, 0.7);
  width: 30% !important;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  display: block;
  text-align: center;
  padding: 16px 0;
  color: #fff;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  background-clip: content-box;
}
#mb-header #sidebar-main-trigger i {
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width: 1680px) {
  .main-center {
    width: 54.6rem;
  }
  footer .foot-t .foot-process h3 {
    font-size: 0.82rem;
    white-space: nowrap;
  }
  footer .foot-t .foot-process p {
    white-space: nowrap;
  }
  footer .foot-t .process-list li {
    width: 8rem;
    margin-left: 1.27rem;
  }
  footer .foot-c .foot-c-r .foot-c-r-t ul li {
    margin-right: 1.8rem;
  }
}
@media only screen and (max-width: 1580px) {
  footer .foot-c .foot-c-r .foot-c-r-b .item:nth-of-type(2) {
    transform: translateX(-21%);
  }
}
@media only screen and (max-width: 1280px) {
  footer .foot-c .foot-c-r .foot-c-r-t ul li {
    margin-right: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-center {
    width: 100%;
  }
  .w-body {
    padding: 0 10px;
  }
  .position {
    padding: 1.36rem 10px 0;
  }
  .position a {
    line-height: 1.36rem;
  }
  .inn-banner {
    height: 15.73rem;
  }
  .inn-banner .txt::after {
    left: 10px;
  }
  header .head-pc {
    display: none;
  }
  header #mb-header {
    display: block;
  }
  footer .foot-contact {
    display: none;
  }
  footer .foot-slide {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transform: translateY(0);
    width: 100%;
    background-color: #fff;
    border-radius: 0;
  }
  footer .foot-slide ul {
    display: flex;
  }
  footer .foot-slide ul li {
    flex: 1;
    background-color: transparent;
    box-shadow: none;
  }
  footer .foot-slide ul li:first-child {
    display: block;
  }
  footer .foot-slide ul li:first-child .slide-item::after {
    width: 0;
    height: 0;
  }
  footer .foot-slide ul li .slide-item::after {
    left: 0;
    bottom: 50%;
    transform: translate(0, 50%);
    width: 1px;
    height: 80%;
  }
  footer .foot-slide ul .league,
  footer .foot-slide ul .slide-toTop {
    display: none;
  }
  footer .foot-slide .slide-online-consult,
  footer .foot-slide .slide-name {
    border-radius: 0;
  }
  footer .foot-t .main-center {
    flex-direction: column;
  }
  footer .foot-t .main-center .foot-process {
    margin-bottom: 20px;
  }
  footer .foot-t .main-center .process-list {
    flex-wrap: wrap;
  }
  footer .foot-t .main-center .process-list li {
    width: 9rem;
    margin-bottom: 0.91rem;
    margin-left: 0;
    margin-right: 1.27rem;
  }
  footer .foot-c {
    padding: 1.95rem 0;
  }
  footer .foot-c .main-center {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .foot-c .main-center .foot-c-l {
    width: auto;
    margin-right: 0;
    margin-bottom: 1.36rem;
  }
  footer .foot-c .main-center .foot-c-r {
    width: 100%;
  }
  footer .foot-c .main-center .foot-c-r .foot-c-r-t {
    display: none;
  }
  footer .foot-c .main-center .foot-c-r .foot-c-r-b {
    flex-wrap: wrap;
  }
  footer .foot-c .main-center .foot-c-r .foot-c-r-b .item {
    margin-bottom: 0.91rem;
  }
  footer .foot-b {
    padding-bottom: 3.91rem;
  }
  footer .bah a {
    line-height: 1.14rem;
  }
}
