.public-more {
  border: 0;
  cursor: pointer;
  width: auto;
  padding: 0 10px;
  min-width: 192px;
  height: 44px;
  background: url('../images/more-btn.png') no-repeat;
  background-size: 100% 100%;
  font-weight: normal;
  font-size: 16px;
  color: #76634b;
  line-height: 44px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.public-more .read-more-p {
  position: relative;
  height: 100%;
  transform: translateY(0);
  transition: 0.5s;
}
.public-more .read-more-p::after {
  content: attr(data-word);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(0);
  transition: 0.5s;
}
.public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
@keyframes readMore {
  0% {
    transform: rotateY(15deg) rotateX(-15deg) scale(1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateX(0);
  }
  30% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.productPi-main {
  width: 100%;
  position: relative;
}
.productPi-main .productPi-one {
  position: absolute;
  display: flex;
}
.productPi-main .productPi-one .productPi-one-index {
  width: 68px;
  margin-right: -34px;
}
.productPi-main .productPi-one .productPi-one-index img {
  width: 100%;
}
.productPi-main .productPi-one .productPi-one-text {
  margin-top: 20px;
  height: 42px;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  color: #705c43;
  background: url('../images/one-text-back.png') no-repeat;
  background-size: 100% 100%;
  padding: 0 60px 0 40px;
  white-space: nowrap;
}
.productPi-main .productPi-one:nth-of-type(1) {
  top: calc(6% + 68px);
  left: 5%;
}
.productPi-main .productPi-one:nth-of-type(2) {
  top: calc(21% + 68px);
  left: 32%;
}
.productPi-main .productPi-one:nth-of-type(3) {
  top: calc(6% + 68px);
  left: 60%;
}
.productPi-main .productPi-one:nth-of-type(4) {
  top: calc(32% + 68px);
  left: 82%;
}
.productPi-main .productPi-one:nth-of-type(5) {
  top: calc(49% + 68px);
  left: 48%;
}
.productPi-main .productPi-one:nth-of-type(6) {
  top: calc(86% + 68px);
  left: 36%;
}
.productPi-main .productPi-main-line {
  width: 100%;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  font-family: 'SHSSC-R';
  transform: translateY(-60%);
  z-index: 999;
  display: flex;
  width: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 23px 23px 0px 0px;
  padding: 8px 8px 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
  width: 100%;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transform: scale(1);
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
  transition: 0.5s;
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #705c43;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #705c43;
  transition: 0.5s;
  right: 160px;
  border-radius: 23px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 23px 0px 0px 23px !important;
  background: #705c43;
  transition: 0.5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 23px 23px 0px;
  transition: 0.5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 46px;
  display: flex;
  transition: 0.5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #705c43;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #705c43;
  padding: 10px 10px;
  min-height: 65px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #705c43;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #c5b6a3;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #705c43;
  transition: 0.5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all 0.5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 46px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 23px;
  transform: translateX(10px) translateY(-50%);
  background: #705c43;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all 0.5s;
  display: flex;
}
.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 46px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #705c43;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 23px 23px;
}
.sidefixed .sideitem2:hover {
  background: #705c43;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitemBase {
  border-radius: 23px;
}
.sidefixed .sideitemOther {
  display: none !important;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -80%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #f8f8f8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #efefef;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #efefef;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  left: 0px;
  display: none;
  justify-content: space-between;
  background: #907c62;
  font-family: 'SHSSC-R';
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: 0.5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
  transform: scale(1);
  transition: 0.5s;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #907c62;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitemBrochure:hover .icon-box img {
  transform: scale(1.1);
  transition: 0.5s;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  transition: 0.5s;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: auto;
}
.header .img-default {
  display: block;
}
.header .img-active2 {
  display: none;
}
.header .img-active {
  display: none;
}
.header .header-inner {
  height: 100%;
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.header .logo a {
  width: 200px;
  display: block;
  position: relative;
}
.header .logo a img {
  width: 100%;
}
.header .logo a .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header .logo a .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top {
  display: flex;
  align-items: center;
  z-index: 300;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.header .header-top .header-lang-outer {
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.header .header-top .header-right-info {
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.header .header-top .header-lang-oneA {
  font-size: 16px;
  height: 100%;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-family: 'times';
}
.header .header-top .header-lang-oneA .topPhone-value {
  color: #fff;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone-value-outer {
  display: flex;
}
.header .header-top .header-lang-oneA .topPhone {
  width: 20px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-top .header-lang-oneA .topPhone img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-top .header-lang-oneA .topPhone .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topEmail {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-top .header-lang-oneA .topEmail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-top .header-lang-oneA .topEmail .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topEmail .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover {
  color: #705c43;
}
.header .header-top .header-lang-oneA:hover .topPhone-value {
  color: #705c43;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover .topPhone .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover .topPhone .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover .topEmail .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover .topEmail .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA1 {
  margin-right: 18px;
}
.header .header-top .header-lang-one {
  position: relative;
  height: 100%;
}
.header .header-top .header-lang-one .searchBtn {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.header .header-top .header-lang-one .searchBtn img {
  width: 30px;
  transform: scale(1);
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .header-top .header-lang-one .searchBtn:hover img {
  transform: translateY(-50%) scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchInput {
  position: absolute;
  top: 75px;
  right: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header .header-top .header-lang-one .searchInput input {
  width: 240px;
  height: 40px;
  font-family: 'SHSSeC-R';
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #453928;
  background: #453928;
  border-radius: 6px;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.header .header-top .header-lang-one .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.header .header-top .header-lang-one .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  margin-right: 7px;
}
.header .header-top .header-lang-one .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn .langBtnA {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 6px;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA {
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover::after {
  width: 100%;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList {
  position: absolute;
  top: 75px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner {
  width: 100%;
  font-family: 'SHSSeC-R';
  background: rgba(112, 92, 67, 0.8);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.5s;
  position: relative;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover {
  background: #705c43;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner .langList-last:after {
  height: 0;
}
.header .header-top .header-lang-one .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner a {
  height: 40px;
  transition: all 0.5s;
}
.header .header-top .header-lang-one1 {
  margin-right: 20px;
}
.header .header-nav {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}
.header .nav-item {
  width: auto;
  height: 100%;
  padding-left: 5%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .nav-item:nth-of-type(1) {
  padding-left: 0 !important;
}
.header .nav-item-first {
  width: 100%;
  padding: 40px 0;
  height: 100%;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
}
.header .nav-item-first .nav-item-p {
  font-size: 20px;
  color: #fff;
  height: 100%;
  opacity: 0.5;
  text-transform: uppercase;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  transition: 0.5s;
  display: flex;
  align-items: center;
  z-index: 2;
}
.header .nav-item-first:hover {
  overflow: visible;
}
.header .nav-item-first:hover .nav-item-p {
  opacity: 1;
  transition: 0.5s;
}
.header .nav-item-first::before {
  content: '';
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: -14px;
  right: 0;
  margin: 0 auto;
  width: 51px;
  height: 11px;
  background: url('../images/nav-back.png') no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: 30px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.header .nav-item-first:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.header .nav-item-first-avtive::before {
  opacity: 1;
  transition: 0.5s;
}
.header .nav-item-first-avtive {
  overflow: visible;
}
.header .nav-item-first-avtive .nav-item-p {
  opacity: 1;
  transition: 0.5s;
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
  overflow: hidden;
}
.header2 {
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
  overflow: hidden;
  background: url('../images/second-back.jpg') no-repeat;
  background-size: 100% 100%;
}
.header2 .img-default {
  display: none;
}
.header2 .img-active2 {
  display: none;
}
.header2 .img-active {
  display: block;
  opacity: 1;
}
.header2 .img-active2 {
  opacity: 0;
  display: block;
}
.header2 .logo a .logo-active {
  opacity: 1;
  transition: 0.5s;
}
.header2 .logo a .logo-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topPhone .info-img-nav {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topEmail .info-img-nav {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover {
  color: #705c43;
}
.header2 .header-top .header-lang-oneA:hover .topPhone-value {
  color: #705c43;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topPhone .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topPhone .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topEmail .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topEmail .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA {
  color: #aa957b;
}
.header2 .header-top .header-lang-oneA .topPhone-value {
  color: #c5b6a3;
}
.header2 .header-top .header-lang-one:hover .img-active {
  display: 0;
  opacity: 1;
}
.header2 .header-top .header-lang-one:hover .img-active2 {
  opacity: 1;
  display: block;
}
.header2 .header-top .header-lang-one .langBtn .langBtnA {
  color: #aa957b;
}
.header2 .header-top .header-lang-one .langBtn .langBtnA:hover {
  color: #705c43;
}
.header2 .header-top .header-lang-one .langBtn::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #aa957b;
  transition: 0.5s;
}
.header2 .nav-item-first .nav-item-p {
  color: #aa957b;
  opacity: 1;
}
.header2 .nav-item-first:hover .nav-item-p {
  color: #453928;
  transition: 0.5s;
}
.header2 .nav-item-first-avtive .nav-item-p {
  color: #453928;
  transition: 0.5s;
}
.header-height {
  max-height: 100vh;
  transition: max-height 1s;
  z-index: 1000;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  transition: max-height 1s !important;
}
.header-active {
  background: url('../images/second-back.jpg') no-repeat;
  background-size: 100% 100%;
}
.header-active .img-default {
  display: none;
}
.header-active .img-active {
  display: block;
}
.header-active .logo a .logo-active {
  opacity: 1;
  transition: 0.5s;
}
.header-active .logo a .logo-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topPhone .info-img-nav {
  opacity: 1;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topEmail .info-img-nav {
  opacity: 1;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA {
  color: #333;
}
.header-active .header-top .header-lang-oneA .topPhone-value {
  color: #333;
}
.header-active .header-top .header-lang-one .langBtn .langBtnA {
  color: #333;
}
.header-active .nav-item-first .nav-item-p {
  color: #aa957b;
}
.header-active .nav-item-first:hover .nav-item-p {
  color: #453928;
  transition: 0.5s;
}
.header-active .nav-item-first-avtive .nav-item-p {
  color: #453928;
  transition: 0.5s;
}
.headerDottom-overShow {
  overflow: visible !important;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 104px;
  background: url('../images/second-back.jpg') no-repeat;
  background-size: 100% 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  display: none;
  overflow: hidden;
  left: 0;
  transition: 1s;
}
.nav-item-second .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 60px;
}
.nav-item-second .indexPage-inner .nav-item-second-one {
  display: flex;
  width: 25%;
  margin-top: 18px;
}
.nav-item-second .indexPage-inner .nav-item-second-one .lingxing {
  width: 8px;
  margin-right: 10px;
  margin-top: 4px;
}
.nav-item-second .indexPage-inner .nav-item-second-one .second-text {
  width: calc(100% - 18px);
  font-weight: 400;
  font-size: 16px;
  color: #705c43;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
}
.nav-item-second .indexPage-inner .nav-item-second-one .second-text::after {
  content: '';
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: 6px;
  width: 51px;
  height: 11px;
  background: url(../images/nav-back.png) no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: -8px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.nav-item-second .indexPage-inner .nav-item-second-one:hover .second-text::after {
  opacity: 1;
  transition: 0.5s;
}
.proi-data-one-opacity {
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second-pro .second-nav-a-one {
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
}
.nav-item-second-none {
  height: 0 !important;
  display: none !important;
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: 0.8s;
  display: block;
  animation: aniPcNav 1s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .header-lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .header-lang-one {
  position: relative;
}
.headerM .header-inner .searchBtn {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.headerM .header-inner .searchBtn img {
  width: 20px;
  transform: scale(1);
  transition: 0.5s;
}
.headerM .header-inner .searchBtn:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.headerM .header-inner .searchInput {
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.headerM .header-inner .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.headerM .header-inner .searchInput input {
  width: 240px;
  height: 40px;
  font-family: 'SHSSeC-R';
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #453928;
  background: #453928;
  border-radius: 6px;
  color: #fff !important;
}
.headerM .header-inner .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.headerM .header-inner .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
}
.headerM .header-inner .langBtn .langBtnA {
  text-transform: uppercase;
  font-size: 18px;
  color: rgba(112, 92, 67, 0.8);
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 6px;
}
.headerM .header-inner .langBtn .langBtnA:hover {
  color: rgba(112, 92, 67, 0.8);
  transition: 0.5s;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  font-family: 'SHSSeC-R';
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: rgba(112, 92, 67, 0.8);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  transition: all 0.5s;
  position: relative;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #705c43;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner .langList-last:after {
  height: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 36px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: rgba(112, 92, 67, 0.8);
}
.headerM .logo {
  width: auto;
  height: 90%;
}
.headerM .logo img {
  height: 100%;
  display: block;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: #fff;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .logo img {
  display: block;
  width: 120px;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 0;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 25px;
  transition: 0.5s;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #705c43;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  height: auto;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 4%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #453928;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
  transition: 0.5s;
}
.top_nav .nav .li .menu2 .item_val a span {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.top_nav .nav .li .menu2 .item_val a p {
  font-size: 16px;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #907c62;
  transition: 0.5s;
}
.swiper-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44px;
}
.swiper-bottom .swiper-btn {
  width: 60px;
  border: 0;
  outline: none;
  display: flex;
  color: #705c43;
  font-size: 24px;
  line-height: 24px;
  align-items: center;
  cursor: pointer;
}
.swiper-bottom .swiper-btn i {
  margin-left: -8px;
}
.swiper-bottom .swiper-btn .swiper-btn-dot {
  width: 3px;
  height: 3px;
  background: #705c43;
  border-radius: 50%;
}
.swiper-bottom .swiper-btn .swiper-btn-line {
  width: 35px;
  height: 1px;
  background: #705c43;
  border-radius: 1px;
}
.swiper-bottom .swiper-btn-prev i {
  margin-right: -8px;
  margin-left: -4px;
}
.swiper-bottom .swiper-btn-prev .swiper-btn-dot {
  margin-right: 4px;
}
.swiper-bottom .swiper-btn-prev:hover .swiper-btn-dot {
  animation: coopani 1.2s infinite;
}
.swiper-bottom .swiper-btn-next i {
  margin-left: -8px;
  margin-right: -4px;
}
.swiper-bottom .swiper-btn-next .swiper-btn-dot {
  margin-left: 4px;
}
.swiper-bottom .swiper-btn-next:hover .swiper-btn-dot {
  animation: coopani1 1.2s infinite;
}
.coop-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 105px;
}
.coop-swiper .coop-one-slide {
  width: 280px;
  display: block;
  z-index: 5;
  position: relative;
  margin-right: 26px;
  background: url('../images/coop-one-slide-back.png') no-repeat;
  background-size: 100% 100%;
  padding: 3% 3.4% 6%;
  height: auto;
}
.coop-swiper .coop-one-slide .coop-one-icon {
  display: block;
  z-index: 5;
  width: 80px;
  height: 80px;
  background: url('../images/coop-one-icon-back.png') no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.coop-swiper .coop-one-slide .coop-one-icon img {
  width: 50%;
}
.coop-swiper .coop-one-slide .coop-one-title {
  display: block;
  z-index: 5;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  color: #705c43;
  line-height: 24px;
  margin: 22px 0 10px;
}
.coop-swiper .coop-one-slide .coop-one-desc {
  display: block;
  z-index: 5;
  font-family: 'SHSSC-R';
  font-weight: 400;
  font-size: 14px;
  color: #705c43;
  line-height: 24px;
}
.coop-swiper .coop-one-slide .coop-one-slide-mask {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  padding: 6% 3.4% 6%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: url('../images/d533545e8048f422d07658b08c3f258.png') no-repeat;
  background-size: 100% 100%;
}
.coop-swiper .coop-one-slide .coop-one-slide-mask .coop-one-titleMask {
  font-weight: 400;
  font-size: 24px;
  color: #705c43;
  transform: translateY(-10px);
  transition: 0.5s;
  line-height: 28px;
  margin-bottom: 14px;
}
.coop-swiper .coop-one-slide .coop-one-slide-mask .coop-one-descMask {
  font-family: 'SHSSC-R';
  font-weight: 400;
  transform: translateY(-10px);
  transition: 0.5s;
  font-size: 14px;
  color: #705c43;
  line-height: 24px;
  height: 80%;
  overflow-y: auto;
}
.coop-swiper .coop-one-slide .coop-one-slide-mask .coop-one-descMask p {
  margin-bottom: 5%;
}
.coop-swiper .coop-one-slide:hover .coop-one-slide-mask {
  opacity: 1;
  z-index: 20;
  transition: 0.5s;
}
.coop-swiper .coop-one-slide:hover .coop-one-slide-mask .coop-one-titleMask {
  transform: translateY(0);
  transition: 0.5s;
}
.coop-swiper .coop-one-slide:hover .coop-one-slide-mask .coop-one-descMask {
  transform: translateY(0);
  transition: 0.5s;
}
.swiper-button-lock {
  display: block;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.indexPage-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 40px;
  text-transform: uppercase;
  color: #705c43;
  margin: 20px 0 14px;
}
.indexPageTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.indexPageTop .indexPage-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url('../images/num-back.png') no-repeat;
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 20px;
  color: #705c43;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
}
.indexPageTop .indexPage-title-other {
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: 'times';
  font-size: 18px;
  color: #705c43;
}
.indexPage-desc {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.indexPage {
  width: 100%;
  padding-top: 100px;
}
.indexPage-last {
  padding-bottom: 100px;
}
footer {
  width: 100%;
  position: relative;
  background: #453928;
}
footer .footer-top {
  background: #453928;
}
footer .footer-top-logo {
  width: 120px;
  height: 59px;
  position: absolute;
  left: 0;
  top: 0;
}
footer .footer-top-logo img {
  width: 100%;
}
footer .footer-share {
  display: flex;
}
footer .footer-share .footer-share-a {
  margin-right: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
footer .footer-share .footer-share-a .footer-share-box {
  width: 56px;
}
footer .footer-share .footer-share-a .footer-share-img {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
}
footer .footer-share .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-share .footer-share-a .footer-share-img .sanjiao {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
}
footer .footer-share .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-share .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.4;
  transition: 0.5s;
}
footer .footer-share .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-share .footer-share-a1 {
  width: 20px;
}
footer .footer-share .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-infos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 6% 0;
  flex-wrap: wrap;
}
footer .footer-infos .footer-top-form-main {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-infos .footer-form {
  width: 100%;
  position: relative;
}
footer .footer-infos .footer-form .form-inner {
  width: 48%;
  max-width: 580px;
}
footer .footer-infos .footer-form .form-desc {
  font-weight: normal;
  font-size: 14px;
  opacity: 0.8;
  color: #fff;
  line-height: 20px;
  margin: 3% 0 10px;
}
footer .footer-infos .footer-form .contactMenthods {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6%;
}
footer .footer-infos .footer-form .contactMenthods p {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  position: relative;
}
footer .footer-infos .footer-form .contactMenthods .contactMenthod-line {
  margin: 0 6px;
  width: 1px;
  height: 14px;
  background: #999999;
}
footer .footer-infos .footer-form .form-title {
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.8;
}
footer .footer-infos .footer-form .form {
  width: 37.5%;
  max-width: 450px;
}
footer .footer-infos .footer-form .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-infos .footer-form .form-input .input {
  width: 100%;
  height: 40px;
  margin-top: 14px;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  background: transparent;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 0 4px 0 0;
}
footer .footer-infos .footer-form .form-input .input:focus {
  color: #fff;
  border: 0;
  opacity: 1;
  border-bottom: 1px solid #fff;
  outline: none;
}
footer .footer-infos .footer-form .form-input .input::placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
}
footer .footer-infos .footer-form .form-message {
  width: 100%;
}
footer .footer-infos .footer-form .form-message .message {
  width: 100%;
  padding: 8px 4px 0 0;
  height: 100px;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  font-weight: normal;
  font-size: 18px;
  color: #dddddd;
  background: transparent;
  line-height: 50px;
}
footer .footer-infos .footer-form .form-message .message:focus {
  color: #fff;
  border: 0;
  opacity: 1;
  border-bottom: 1px solid #fff;
  outline: none;
}
footer .footer-infos .footer-form .form-message .message::placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
}
footer .footer-infos .footer-form .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
footer .footer-infos .footer-form .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
footer .footer-infos .footer-form .formButton-box .formButton {
  border: 0;
  cursor: pointer;
  width: auto;
  min-width: 192px;
  height: 44px;
  background: url('../images/more-btn.png') no-repeat;
  background-size: 100% 100%;
  font-weight: normal;
  font-size: 16px;
  color: #76634b;
  line-height: 44px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
footer .footer-infos .footer-form .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  transform: translateY(0);
  transition: 0.5s;
}
footer .footer-infos .footer-form .formButton-box .formButton .read-more-p::after {
  content: attr(data-word);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(0);
  transition: 0.5s;
}
footer .footer-infos .footer-form .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
footer .footer-infos .footer-form .footer-info {
  width: 100%;
}
footer .footer-infos .footer-form .footer-info .footer-info-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-infos .footer-form .footer-info .footer-info-one {
  width: 50%;
  display: block;
  cursor: pointer;
  margin-top: 5%;
}
footer .footer-infos .footer-form .footer-info .footer-info-one:hover .footer-info-type {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-infos .footer-form .footer-info .footer-info-one:hover .footer-info-val {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-infos .footer-form .footer-info .footer-info-address {
  width: 100% !important;
}
footer .footer-infos .footer-form .footer-info .footer-info-type {
  font-weight: normal;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  line-height: 22px;
}
footer .footer-infos .footer-form .footer-info .footer-info-val {
  width: 100%;
  padding-right: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-infos .footer-form .footer-info .footer-info-val a {
  color: #ffffff;
}
footer .footer-infos .footer-form .footer-info .footer-info-val-num {
  font-family: 'times';
}
footer .footer-nav {
  width: 100%;
  background: #453928;
}
footer .footer-nav .footer-outer {
  display: flex;
  align-items: center;
  padding: 28px 0 32px;
  border-top: 1px solid #615340;
  border-bottom: 1px solid #615340;
}
footer .footer-nav .footer-nav-main {
  width: 95%;
  padding-right: 15%;
  max-width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-nav .footer-nav-one {
  width: auto;
  margin-left: 6%;
}
footer .footer-nav .footer-nav-one .fatherNav {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-nav .footer-nav-one .fatherNav:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1800px;
}
footer .footer-bottom-infor-copyright-inner {
  width: 100%;
  background: #453928;
  padding: 22px 0;
  font-family: 'SHSSC-R';
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare {
  width: 166px;
  display: flex;
  margin-left: 27%;
  align-items: center;
  height: 100%;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-left {
  display: flex;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone1 {
  margin-right: 12px;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  white-space: nowrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone a {
  opacity: 0.6;
  color: #fff;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover a {
  opacity: 1;
  transition: 0.5s;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nban {
  position: relative;
  margin-top: 0;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-outer {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
}
.nban .nban-title {
  font-weight: 400;
  font-size: 2.5vw;
  color: #ffffff;
  line-height: 3.6vw;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.nban .nban-line {
  width: 100%;
  margin: 0 auto 2%;
  font-weight: normal;
  font-size: 24px;
  color: #ffffff;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nban .nban-line .nban-line-p {
  width: 5%;
  min-width: 32px;
  max-width: 80px;
  height: 1px;
  background: #ffffff;
  margin-right: 12px;
}
.nside {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 16px 0;
}
.nside .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  opacity: 0.8;
}
.nside .index-nside .index-icon {
  width: 28px;
  height: 24px;
  margin-right: 5px;
}
.nside .nside-right {
  font-size: 16px;
  margin: 0 5px;
  color: #fff;
  opacity: 0.8;
}
.nside .nside-a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.8;
}
.nside .nside-a:hover {
  opacity: 1;
  transition: 0.5s;
}
.nside .nside-a-cur {
  opacity: 1;
  transition: 0.5s;
  white-space: normal;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(112, 92, 67, 0.8);
  background: rgba(112, 92, 67, 0.8) !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1800px) {
  footer .footer-nav .footer-nav-main {
    padding-right: 10%;
  }
  .header .header-inner {
    width: calc(100% - 60px);
  }
  .header .nav-item {
    padding-left: 3%;
  }
  footer .footer-infos .footer-top-form-main {
    padding-left: 5%;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
  .indexPage {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1600px) {
  footer .footer-infos .footer-top-form-main {
    padding-left: 0;
  }
  .header .nav-item-first .nav-item-p {
    font-size: 18px;
  }
  footer .footer-infos .footer-form {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-nav .footer-nav-main {
    padding-right: 0;
  }
  footer .footer-infos .footer-form .form {
    width: 45%;
  }
  footer .footer-infos .footer-top-form-main {
    margin: 0 0;
    width: calc(95% - 160px);
  }
  .header .header-nav {
    padding-left: 6%;
  }
  footer .footer-top-logo {
    position: relative;
    display: block;
  }
  .indexPage-last {
    padding-bottom: 70px;
  }
  .indexPage {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1441px) {
  .header .header-top .header-lang-oneA .topPhone-value-outer-other {
    display: none;
  }
  .productPi-main .productPi-one .productPi-one-index {
    width: 58px;
    margin-right: -24px;
  }
  .productPi-main .productPi-one:nth-of-type(1) {
    top: calc(6% + 58px);
  }
  .productPi-main .productPi-one:nth-of-type(2) {
    top: calc(21% + 58px);
  }
  .productPi-main .productPi-one:nth-of-type(3) {
    top: calc(6% + 58px);
  }
  .productPi-main .productPi-one:nth-of-type(4) {
    top: calc(32% + 58px);
  }
  .productPi-main .productPi-one:nth-of-type(5) {
    top: calc(49% + 58px);
  }
  .productPi-main .productPi-one:nth-of-type(6) {
    top: calc(86% + 58px);
  }
  .productPi-main .productPi-one .productPi-one-text {
    margin-top: 16px;
    height: 40px;
    font-size: 22px;
    line-height: 46px;
    padding: 0 50px 0 36px;
  }
  .indexPageTop .indexPage-title-other {
    letter-spacing: 8px;
    font-size: 16px;
  }
  .nav-item-second {
    top: 88px;
  }
  .header .nav-item-first {
    padding: 32px 0;
  }
  .header .nav-item-first::before {
    bottom: 24px;
  }
  .header .nav-item {
    padding-left: 2vw;
  }
  .header .header-top .header-lang-one .langBtn .langBtnA {
    font-size: 16px;
  }
  .header .header-inner {
    width: calc(100% - 60px);
  }
  footer .footer-infos .footer-form .form-title {
    font-size: 28px;
    line-height: 30px;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 18px;
  }
  footer .footer-nav .footer-nav-one {
    margin-left: 5%;
  }
  .header .header-nav {
    padding-left: 7%;
  }
  footer .footer-infos {
    padding: 5% 0;
  }
  footer .footer-infos .footer-form .formButton-box .formButton {
    min-width: 170px;
    font-size: 14px;
  }
  footer .footer-nav .footer-outer {
    padding: 28px 0 28px;
  }
  footer .footer-infos .footer-form .form-desc {
    margin: 6px 0 10px;
  }
  footer .footer-infos .footer-form .form-input .input {
    font-size: 16px;
  }
  footer .footer-infos .footer-form .form-message .message {
    font-size: 16px;
  }
  footer .footer-infos .footer-form .contactMenthods {
    margin-bottom: 5%;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 20px;
  }
  .indexPage-title {
    font-size: 32px;
    margin: 14px 0 8px;
  }
  .coop-swiper {
    padding-bottom: 90px;
  }
  .indexPage-last {
    padding-bottom: 54px;
  }
  .indexPage {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 1281px) {
  .productPi-main .productPi-one .productPi-one-text {
    margin-top: 12px;
    height: 36px;
    font-size: 18px;
    line-height: 40px;
    padding: 0 36px 0 30px;
  }
  .productPi-main .productPi-one .productPi-one-index {
    width: 48px;
    margin-right: -20px;
  }
  .productPi-main .productPi-one:nth-of-type(1) {
    top: calc(6% + 48px);
  }
  .productPi-main .productPi-one:nth-of-type(2) {
    top: calc(21% + 48px);
  }
  .productPi-main .productPi-one:nth-of-type(3) {
    top: calc(6% + 48px);
  }
  .productPi-main .productPi-one:nth-of-type(4) {
    top: calc(32% + 48px);
  }
  .productPi-main .productPi-one:nth-of-type(5) {
    top: calc(49% + 48px);
  }
  .productPi-main .productPi-one:nth-of-type(5) {
    left: 45%;
  }
  .productPi-main .productPi-one:nth-of-type(6) {
    top: calc(78% + 48px);
    left: 56%;
  }
  .indexPageTop .indexPage-title-other {
    letter-spacing: 6px;
    font-size: 14px;
  }
  .coop-swiper {
    padding-bottom: 74px;
  }
  .coop-swiper .coop-one-slide {
    width: 260px;
    margin-right: 20px;
  }
  .coop-swiper .coop-one-slide .coop-one-icon {
    width: 64px;
    height: 64px;
  }
  .coop-swiper .coop-one-slide .coop-one-slide-mask .coop-one-titleMask {
    font-size: 20px;
  }
  .coop-swiper .coop-one-slide .coop-one-title {
    font-size: 20px;
  }
  footer .footer-infos .footer-top-form-main {
    width: calc(100% - 160px);
  }
  footer .footer-bottom-infor-copyright-inner .footer-contactShare {
    margin-left: 20px;
  }
  footer .footer-infos .footer-form .form-inner {
    width: 50%;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 18px;
  }
  footer .footer-nav .footer-nav-main {
    max-width: calc(100% - 100px);
  }
  .header .header-top .header-lang-oneA-other {
    display: none;
  }
  .header .header-top .header-lang-one .langBtn .langBtnA {
    font-size: 14px;
  }
  .header .header-top .header-lang-one1 {
    margin-right: 14px;
  }
  .header .logo a {
    width: 108px;
    height: 53px;
  }
  .header .header-nav {
    padding-left: 9%;
  }
  .header .nav-item-first .nav-item-p {
    font-size: 16px;
  }
  .indexPage-title {
    font-size: 30px;
    line-height: 34px;
  }
  footer .footer-outer {
    width: 90%;
    flex-wrap: wrap;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-left {
    margin-top: 8px;
  }
  footer .footer-inner {
    width: 100%;
  }
  .header .header-inner {
    width: 94%;
  }
  .indexPage-outer {
    width: 90%;
  }
  .nside .indexPage-inner {
    width: 100%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage-last {
    padding-bottom: 48px;
  }
  .indexPage {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1025px) {
  .productPi-main .productPi-one .productPi-one-index {
    width: 40px;
    margin-right: -14px;
  }
  .productPi-main .productPi-one:nth-of-type(1) {
    top: calc(6% + 40px);
  }
  .productPi-main .productPi-one:nth-of-type(2) {
    top: calc(21% + 40px);
  }
  .productPi-main .productPi-one:nth-of-type(3) {
    top: calc(6% + 40px);
  }
  .productPi-main .productPi-one:nth-of-type(4) {
    top: calc(32% + 40px);
  }
  .productPi-main .productPi-one:nth-of-type(5) {
    top: calc(49% + 40px);
  }
  .productPi-main .productPi-one:nth-of-type(4) {
    top: calc(35% + 40px);
    left: 76%;
  }
  .productPi-main .productPi-one .productPi-one-text {
    margin-top: 8px;
    height: 34px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 28px 0 26px;
  }
  .nban {
    margin-top: 65px;
  }
  .coop-swiper .coop-one-slide .coop-one-title {
    font-size: 18px;
  }
  .coop-swiper .coop-one-slide:hover .coop-one-slide-mask .coop-one-titleMask {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .coop-swiper .coop-one-slide .coop-one-icon {
    width: 54px;
    height: 54px;
  }
  .public-more {
    min-width: 166px;
    height: 40px;
    line-height: 40px;
  }
  footer .footer-infos .footer-form {
    flex-wrap: wrap;
  }
  footer .footer-infos .footer-form .form {
    padding-top: 60px;
  }
  footer .footer-top-logo {
    position: absolute;
    left: 54%;
  }
  footer .footer-infos .footer-top-form-main {
    width: 100%;
    margin-top: 14px;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 16px;
  }
  footer .footer-nav .footer-nav-one {
    margin-left: 4%;
  }
  footer .footer-nav .footer-outer {
    padding: 22px 0 22px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .indexPage-title {
    font-size: 28px;
    line-height: 32px;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
}
@media only screen and (max-width: 821px) {
  footer .footer-share {
    padding-left: 20px;
  }
  footer .footer-share .footer-share-a .footer-share-img {
    width: 80px;
    height: 90px;
  }
  footer .footer-share .footer-share-a .footer-share-img img {
    width: 80px;
  }
  .productPi-main .productPi-one .productPi-one-index {
    width: 36px;
    margin-right: -12px;
  }
  .productPi-main .productPi-one:nth-of-type(1) {
    top: calc(6% + 36px);
  }
  .productPi-main .productPi-one:nth-of-type(2) {
    top: calc(21% + 36px);
  }
  .productPi-main .productPi-one:nth-of-type(3) {
    top: calc(6% + 36px);
  }
  .productPi-main .productPi-one:nth-of-type(4) {
    top: calc(32% + 36px);
  }
  .productPi-main .productPi-one:nth-of-type(5) {
    top: calc(49% + 36px);
  }
  .productPi-main .productPi-one:nth-of-type(6) {
    top: calc(78% + 36px);
  }
  .productPi-main .productPi-one .productPi-one-text {
    margin-top: 10px;
    height: 28px;
    font-size: 14px;
    line-height: 34px;
    padding: 0 24px 0 22px;
  }
  footer .footer-nav .footer-outer {
    padding: 12px 0 16px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 6px 0 80px;
  }
  footer .footer-infos .footer-form .contactMenthods p {
    font-size: 14px;
  }
  footer .footer-infos .footer-form .form-input .input {
    font-size: 14px;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 14px;
  }
  footer .footer-infos .footer-form .form-message .message {
    font-size: 14px;
  }
  footer .footer-infos .footer-form .formButton-box {
    margin-top: 15px;
  }
  footer .footer-infos .footer-form .formButton-box .formButton {
    min-width: 130px;
    line-height: 38px;
    font-size: 12px;
    height: 38px;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-type {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-val {
    font-size: 14px;
    line-height: 22px;
  }
  .swiper-bottom .swiper-btn {
    width: 46px;
    font-size: 20px;
  }
  .coop-swiper {
    padding-bottom: 66px;
  }
  .coop-swiper .coop-one-slide {
    padding: 8% 8% 12%;
  }
  .coop-swiper .coop-one-slide .coop-one-slide-mask .coop-one-descMask p {
    margin-bottom: 10px;
  }
  footer .footer-infos .footer-form .formButton-box .formButton {
    min-width: 150px;
  }
  .nban .nban-title {
    font-size: 20px;
    line-height: 24px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-left {
    flex-wrap: wrap;
  }
  .indexPageTop .indexPage-title-other {
    letter-spacing: 4px;
    font-size: 12px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    white-space: wrap;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone1 {
    white-space: nowrap;
  }
  footer .footer-nav .footer-nav-one {
    margin-top: 8px;
  }
  footer .footer-share {
    margin-top: 8px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 22px 0 80px;
  }
  .indexPage-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .indexPage-title {
    font-size: 20px;
    margin: 10px 0 4px;
  }
  .public-more {
    font-size: 14px;
  }
  .indexPageTop .indexPage-title-other {
    letter-spacing: 4px;
    font-size: 12px;
  }
  .indexPage-last {
    padding-bottom: 34px;
  }
  .indexPage {
    padding-top: 34px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .top_nav .logo img {
    max-width: 110px;
  }
  .top_nav .top_nav_close svg {
    width: 28px;
    height: 28px;
    margin-top: 6px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .nban {
    margin-top: 65px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
}
@media only screen and (max-width: 641px) {
  .productPi-main .productPi-one .productPi-one-index {
    width: 32px;
    margin-right: -8px;
  }
  .productPi-main .productPi-one:nth-of-type(1) {
    top: calc(6% + 30px);
  }
  .productPi-main .productPi-one:nth-of-type(2) {
    top: calc(21% + 30px);
  }
  .productPi-main .productPi-one:nth-of-type(3) {
    top: calc(6% + 30px);
  }
  .productPi-main .productPi-one:nth-of-type(4) {
    top: calc(32% + 30px);
  }
  .productPi-main .productPi-one:nth-of-type(5) {
    top: calc(49% + 30px);
  }
  .productPi-main .productPi-one:nth-of-type(6) {
    top: calc(78% + 30px);
  }
  .productPi-main .productPi-one .productPi-one-text {
    margin-top: 8px;
    height: 26px;
    font-size: 12px;
    line-height: 28px;
    padding: 0 20px 0 18px;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-type {
    font-size: 12px;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-val {
    font-size: 12px;
  }
  .public-more {
    min-width: 126px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .coop-swiper .coop-one-slide .coop-one-title {
    font-size: 16px;
    margin: 16px 0 4px;
  }
  .coop-swiper .coop-one-slide .coop-one-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .coop-swiper {
    padding-bottom: 60px;
  }
  .nban {
    margin-top: 50px;
  }
  footer .footer-top-logo {
    display: none;
  }
  footer .footer-infos .footer-top-form-main {
    flex-wrap: wrap;
  }
  footer .footer-infos .footer-form .contactMenthods {
    margin-bottom: 0;
  }
  footer .footer-infos .footer-form .form-inner {
    width: 100%;
  }
  footer .footer-infos .footer-form .form {
    width: 100%;
    padding-top: 0;
  }
  .indexPage {
    padding-top: 26px;
  }
  .indexPage-last {
    padding-bottom: 26px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .logo {
    max-width: 60px;
  }
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
}
@media only screen and (max-width: 580px) {
  footer .footer-nav .footer-nav-main {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 521px) {
  .productPi-main .productPi-one .productPi-one-index {
    width: 28px;
  }
  .productPi-main .productPi-one:nth-of-type(1) {
    top: calc(6% + 14px);
  }
  .productPi-main .productPi-one:nth-of-type(2) {
    top: calc(21% + 14px);
  }
  .productPi-main .productPi-one:nth-of-type(3) {
    top: calc(6% + 14px);
  }
  .productPi-main .productPi-one:nth-of-type(4) {
    top: calc(32% + 14px);
  }
  .productPi-main .productPi-one:nth-of-type(5) {
    top: calc(49% + 14px);
  }
  .productPi-main .productPi-one:nth-of-type(6) {
    top: calc(78% + 14px);
    left: 48%;
  }
  .nside {
    padding: 6px 0;
  }
  .indexPage-title {
    font-size: 22px;
    line-height: 24px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  footer .footer-infos .footer-form .form-desc {
    font-size: 12px;
  }
  footer .footer-infos .footer-form .contactMenthods p {
    font-size: 12px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    font-size: 12px;
  }
  footer .footer-infos .footer-form .form-title {
    font-size: 24px;
    line-height: 28px;
  }
  .nban {
    margin-top: 42px;
  }
  footer .footer-nav .footer-outer {
    flex-wrap: wrap;
  }
  footer .footer-bottom-infor-copyright-inner .footer-contactShare {
    margin-left: 0;
    height: auto;
    margin-top: 8px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone-map {
    margin-right: 20px;
  }
  footer .footer-nav .footer-nav-one {
    margin-left: 0;
    margin-right: 5%;
  }
  .indexPage-title {
    font-size: 18px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .logo {
    max-width: 50px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
  .top_nav .logo img {
    max-width: 90px;
  }
  .top_nav .top_nav_close svg {
    width: 26px;
    height: 26px;
    margin-top: 10px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 376px) {
  .productPi-main .productPi-one:nth-of-type(5) {
    left: 22%;
    top: calc(58% + 14px);
  }
  .productPi-main .productPi-one:nth-of-type(4) {
    top: calc(42% + 14px);
    left: 60%;
  }
}
