body {
  background: #fefefe;
}
.zIndex1 {
  position: relative;
  z-index: 1;
}
.pr {
  position: relative;
}
.jc-container {
  margin-top: 142px;
}
.header-box {
  background: #fefefe;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header-box .header-top {
  height: 26px;
  background: #333;
  display: flex;
  justify-content: flex-end;
  padding-right: 88px;
  color: #fff;
}
.header-box .header-top-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 36px;
}
.header-box .header-top-item::after {
  content: '';
  background: url('/static/images/header/arrow.png') no-repeat center right;
  background-size: 5px 5px;
  width: 8px;
  height: 5px;
}
.header-box .header-top-item-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.header-box .header-top-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.header-box .header-top-item-text {
  font-size: 12px;
}
#header {
  height: 116px;
  min-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#header .nav {
  display: flex;
  margin-top: 40px;
}
#header .nav a.nav-a {
  display: block;
  font-size: 16px;
  color: #474443;
  text-decoration: none;
  transition: all 0.3s;
  line-height: 28px;
  height: 28px;
  margin-right: 54px;
}
#header .nav a.nav-a:hover {
  color: #f47a25;
}
#header .nav .has-subNav {
  position: relative;
  margin-right: 54px;
}
#header .nav .has-subNav .nav-a.has-subNav-a {
  background: url('/static/images/header/arrow2.png') no-repeat center right;
  background-size: 9px auto;
  padding-right: 12px;
  margin-right: 0;
}
#header .nav .has-subNav .subNav {
  background: #fefefe;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 1px;
  overflow: hidden;
  transition: all 0.3s;
}
#header .nav .has-subNav .subNav a {
  display: block;
  font-size: 16px;
  color: #474443;
  text-decoration: none;
  transition: all 0.3s;
  line-height: 30px;
  height: 30px;
  text-align: center;
  width: 140px;
}
#header .nav .has-subNav .subNav a:hover {
  color: #f47a25;
}
#header .nav .has-subNav:hover .subNav {
  max-height: 1000px;
  padding: 10px 0 20px;
}
#logo {
  width: 128px;
  height: 48px;
  background: url(/static/images/header-logo.png) no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  display: block;
  margin: 28px 0 0 74px;
}
.search-box {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 44px 82px 0 0;
}
.search-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.page-footer {
  height: 31.5625vw;
  background: #f2f2f2;
}
.page-footer .breadcrumb-navigation-box {
  line-height: 2.6042vw;
  padding: 1.0417vw 0 0.5208vw;
  width: 81.0417vw;
  border-bottom: 0.1042vw solid #606060;
  margin: 0 auto;
  font-size: 0.8333vw;
  color: #757575;
  display: flex;
  justify-content: space-between;
}
.page-footer .breadcrumb-navigation-box .breadcrumb-navigation {
  margin-left: 2.9167vw;
}
.page-footer .breadcrumb-navigation-box .breadcrumb-navigation a {
  color: #757575;
  text-decoration: none;
}
.page-footer .breadcrumb-navigation-box .search {
  display: flex;
  height: 2.5vw;
  background: #fff;
  border: 0.1042vw solid #c5c5c5;
  margin-right: 3.3333vw;
}
.page-footer .breadcrumb-navigation-box .search-input {
  width: 24.6875vw;
  padding-left: 1.1458vw;
}
.page-footer .breadcrumb-navigation-box .search-input input {
  width: 100%;
  height: 2.2917vw;
  line-height: 2.2917vw;
  padding: 0;
  outline: 0;
  border: none;
  font-size: 0.8333vw;
  font-family: '微软雅黑';
}
.page-footer .breadcrumb-navigation-box .search-btn {
  width: 2.7083vw;
  height: 2.2917vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.page-footer .breadcrumb-navigation-box .search-btn img {
  display: block;
  width: 1.3542vw;
  height: 1.3542vw;
}
.page-footer .breadcrumb-navigation-box .search-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.3542vw;
  transform: translateY(-50%);
  border-left: 0.1042vw solid #c5c5c5;
}
.footer {
  position: relative;
  z-index: 1;
  background: none;
  height: unset;
}
.footer .icp {
  margin-top: 1.3542vw;
}
.footer .icp a {
  color: #333;
  text-decoration: none;
  margin-bottom: 0.2604vw;
  display: block;
  transition: all 0.3s;
}
.footer .icp a:hover {
  color: #f47a25;
}
.footer .footer-box {
  width: 81.0417vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.footer .footer-box .footer-box-left {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  margin-top: 4.6875vw;
  margin-left: 4.6875vw;
}
.footer .footer-box .footer-box-left .footer-box-left-item {
  width: 11.5625vw;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-th {
  font-size: 1.0417vw;
  line-height: 2.0833vw;
  color: #000;
  margin-bottom: 0.625vw;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-li {
  font-size: 0.7292vw;
  line-height: 1.25vw;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-li a:hover {
  color: #f47a25;
}
.footer .footer-box .footer-box-left .footer-box-left-item .footer-box-left-item-li:not(:last-child) {
  margin-bottom: 0.8333vw;
}
.footer .footer-box .footer-box-center {
  flex: 1;
  color: #1b1410;
  margin-left: 0.8333vw;
  margin-top: 5.4167vw;
}
.footer .footer-box .footer-box-center .footer-box-center-serviceTime {
  font-size: 0.7292vw;
  line-height: 1.0417vw;
  margin-bottom: 0.3125vw;
}
.footer .footer-box .footer-box-center .footer-box-center-phone {
  margin-bottom: 1.3542vw;
  font-size: 1.1458vw;
  font-weight: bold;
  line-height: 1.5625vw;
}
.footer .footer-box .footer-box-center .footer-box-center-contactAddress {
  font-size: 0.7292vw;
  line-height: 1.1458vw;
  margin-bottom: 0.3125vw;
}
.footer .footer-box .footer-box-center .footer-box-center-address {
  color: black;
  font-size: 0.8333vw;
  line-height: 1.6667vw;
}
.footer .footer-box .footer-box-right {
  flex-shrink: 0;
  text-align: center;
  width: 7.6042vw;
  margin-top: 4.8958vw;
  margin-right: 3.8542vw;
}
.footer .footer-box .footer-box-right img {
  width: 7.6042vw;
  height: 7.6042vw;
  margin-bottom: 0.5208vw;
  overflow: hidden;
  border-radius: 0.5208vw;
  display: block;
}
.footer .footer-box .footer-box-right .getMore {
  font-size: 0.8333vw;
  color: #332c2b;
  line-height: 1.25vw;
}
.customer-service {
  width: 150px;
  height: 550px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transform: translateY(500px);
  transition: all 0.3s;
}
.customer-service-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
.customer-service-title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  flex: 1;
  line-height: 60px;
  padding-left: 38px;
}
.customer-service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background: #f47a25;
  cursor: pointer;
}
.customer-service-header .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  display: none;
}
.customer-service-header .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.customer-service.show {
  transform: translateY(0);
  width: 424px;
}
.customer-service.show .customer-service-header {
  cursor: default;
}
.customer-service.show .customer-service-header .avatar {
  display: block;
}
.customer-service.show .customer-service-close {
  display: block;
}
.customer-service-content {
  padding: 24px 26px;
  height: 394px;
  overflow: auto;
}
.customer-service-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: #f5f5f5;
}
.customer-service-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
.customer-service-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #f19028;
}
.customer-service-content .msg-box + .msg-box {
  margin-top: 24px;
}
.customer-service-content .msg-box {
  display: flex;
}
.customer-service-content .msg-box .avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.customer-service-content .msg-box .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.customer-service-content .msg-box .msg-content .anther {
  line-height: 38px;
  font-size: 14px;
  margin-bottom: 8px;
}
.customer-service-content .msg-box .msg-content-text {
  width: 250px;
  background: #eef1f9;
  padding: 12px 14px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.customer-service-content .msg-box .msg-content-text .links {
  display: flex;
  flex-wrap: wrap;
  color: #e40405;
}
.customer-service-content .msg-box .msg-content-text .links a {
  color: #e40405;
  display: block;
  text-decoration: none;
}
.customer-service-content .msg-box .msg-content-text .links a:hover {
  text-decoration: underline;
}
.customer-service-content .msg-box .msg-content-text .form {
  color: #e40405;
}
.customer-service-content .msg-box .msg-content-text .form a {
  color: #e40405;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.customer-service-content .msg-box .msg-content-text .form a:hover {
  text-decoration: underline;
}
.customer-service-content .msg-box .msg-content-text .form-item {
  display: flex;
}
.customer-service-content .msg-box .msg-content-text .form .label {
  flex-shrink: 0;
}
.customer-service-content .msg-box .msg-content-text .form .input-item {
  flex: 1;
}
.customer-service-content .msg-box .msg-content-text .form input {
  border: none;
  border-bottom: 1px solid #e40405;
  background: none;
  outline: 0;
  width: 100%;
}
.customer-service-content .msg-box .msg-content-text .form select {
  border: none;
  border-bottom: 1px solid #e40405;
  background: none;
  outline: 0;
  width: 100%;
}
.customer-service-footer {
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #bfbfbf;
  text-align: center;
  color: #666;
  font-size: 14px;
}
