.indexPage-more-outer {
  display: flex;
  justify-content: center;
}
.public-more {
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  background: #9a0001;
  text-transform: uppercase;
  padding: 0 18px;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: auto;
  font-family: 'LamaSans-Medium';
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 0 0 transparent;
  transition: 0.5s;
}
.public-more .read-more-p {
  position: relative;
  transform: translateY(0);
  transition: 0.5s;
}
.public-more .read-more-p::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: attr(data-word);
}
.public-more:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.coopPublic .coopPage2-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.coopPublic .coopPage2-main .coopPage2-one {
  width: 280px;
  min-height: 350px;
  position: relative;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/coopPage2-one-back.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-right: 20px;
  padding: 10% 2% 2%;
  text-align: center;
}
.coopPublic .coopPage2-main .coopPage2-one .coopPage2-title {
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  font-family: 'LamaSans-SemiBold';
  transition: 0.5s;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.coopPublic .coopPage2-main .coopPage2-one .coopPage2-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 6px;
  opacity: 0.9;
  transition: 0.5s;
}
.coopPublic .coopPage2-main .coopPage2-one:hover .coopPage2-title {
  transform: translateY(-20px);
  transition: 0.5s;
}
.coopPublic .coopPage2-main .coopPage2-one:hover .coopPage2-desc {
  transform: translateY(-20px);
  transition: 0.5s;
}
.coopPublic .coopPage2-main .coopPage2-one2 {
  margin-top: -4%;
  transform: translateX(50%);
}
.coopPublic .coopPage2-main .coopPage2-one3 {
  background: url('https://file.global86.cn/fileStore/website_new/anlan/coopPage2-one-back3.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 0;
}
.coopPublic .coopPage3-main {
  width: 100%;
  display: flex;
  align-items: center;
}
.coopPublic .coopPage3-main .coopPage3-left {
  width: 52.5%;
}
.coopPublic .coopPage3-main .coopPage3-left .indexPage-title {
  color: #333;
}
.coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one {
  width: 80%;
  margin-top: 35px;
}
.coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one .coopPage3-one-title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  font-family: 'LamaSans-SemiBold';
  line-height: 26px;
  transition: 0.5s;
}
.coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one .coopPage3-one-desc {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
}
.coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one:hover .coopPage3-one-title {
  transform: translateX(12px);
  color: #9a0001;
  transition: 0.5s;
}
.coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one1 .coopPage3-one-title {
  color: #9a0001;
}
.coopPublic .coopPage3-main .coopPage3-right {
  width: 50%;
  margin-right: -2.5%;
}
.coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video {
  width: 100%;
  margin-left: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10%;
}
.coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video video {
  width: 100%;
  display: block;
}
.coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video .coopPage3-right-video-mask {
  position: absolute;
  opacity: 1;
  transition: 0.5s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video .coopPage3-right-video-mask img {
  width: 56px;
}
.coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video .coopPage3-right-video-mask-active {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.sidefixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
  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;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #9a0001;
  transition: .5s;
  right: 160px;
  border-radius: 23px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 23px 0px 0px 23px !important;
  background: #9a0001;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 23px 23px 0px;
  transition: .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: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #9a0001;
}
.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: #9a0001;
  padding: 10px 8px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  font-family: 'LamaSans-Medium';
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p .contactWays-value {
  position: relative;
}
.sidefixed .sideitem3 .sideins p .contactWays-value::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p .contactWays-value:hover::before {
  width: 100%;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem3_1 {
  border-radius: 23px 23px 0 0;
}
.sidefixed .sideitem3_1 .icon-box {
  border-radius: 23px 23px 0 0;
}
.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: #9a0001;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #9a0001;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .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;
  font-family: 'LamaSans-Medium';
  border-radius: 23px;
  transform: translateX(10px) translateY(-50%);
  background: #9a0001;
  padding: 10px 8px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .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: #9a0001;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 23px 23px;
}
.sidefixed .sideitem2:hover {
  background: #9a0001;
}
.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: 8px;
  height: 8px;
  margin-right: 2px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitemBase {
  border-radius: 23px;
}
.sidefixed .sideitemOther {
  display: flex;
  margin-top: 20px;
  min-height: 120px;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -85%;
  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;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  left: 0px;
  display: none;
  justify-content: space-between;
  background: #9a0001;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .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: #9a0001;
  font-family: 'LamaSans-Medium';
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transition: .5s;
  transform: translateX(-50%);
}
.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: .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%;
  position: fixed;
  transition: all 1s;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 100px;
  background: #fff;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  height: 100%;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
}
.header .logo {
  width: 280px;
  height: 55px;
  display: flex;
  align-items: center;
}
.header .logo a {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
}
.header .logo a img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: scale-down;
  left: 0;
  top: 0;
}
.header .logo a .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header .logo a .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-right {
  width: calc(95% - 250px);
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.header .header-top {
  display: flex;
  align-items: center;
  z-index: 300;
  padding: 18px 0 4px 0;
}
.header .header-top .header-right-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header-top .header-lang-one1 {
  margin-right: 24px;
}
.header .header-top .img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one {
  position: relative;
}
.header .header-top .header-lang-one .searchBtn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.header .header-top .header-lang-one .searchBtn img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-active {
  opacity: 1;
  transform: scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchInput {
  position: absolute;
  top: 30px;
  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;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #9a0001;
  background: #9a0001;
  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;
}
.header .header-top .header-lang-one .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}
.header .header-top .header-lang-one .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
}
.header .header-top .header-lang-one .langBtn .langBtnA {
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  white-space: nowrap;
  padding-right: 12px;
}
.header .header-top .header-lang-one .langBtn .langBtnA img {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  margin-left: 6px;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA {
  color: #9a0001;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-active {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-active {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList {
  position: absolute;
  top: 30px;
  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%;
  background: rgba(154, 0, 1, 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: #9a0001;
  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-botom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.header .header-nav {
  display: flex;
  justify-content: space-between;
}
.header .header-nav .nav-item {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 3.4vw;
}
.header .header-nav .nav-item span {
  transform: translateY(6px);
}
.header .header-nav .nav-item-first {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header .header-nav .nav-item-first .nav-item-p {
  text-transform: uppercase;
  font-family: 'LamaSans-SemiBold';
  font-weight: 600;
  font-size: 16px;
  color: #333;
  opacity: 0.8;
  height: 100%;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.header .header-nav .nav-item-first:hover .nav-item-p {
  opacity: 1;
  color: #9a0001;
  transition: 0.5s;
}
.header .header-nav .nav-item-first:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.header .header-nav .nav-item-first::after {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  content: "";
  bottom: 5px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9a0001;
}
.header .header-nav .nav-item-first-avtive .nav-item-p {
  opacity: 1;
  color: #9a0001;
  transition: 0.5s;
}
.header .header-nav .nav-item-first-avtive::after {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-lang-outer .header-lang-oneA {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  font-family: 'LamaSans-Medium';
  align-items: center;
  color: #999999;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA a {
  color: #999999;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone-value-outer {
  display: flex;
}
.header .header-lang-outer .header-lang-oneA .topPhone {
  width: 20px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-lang-outer .header-lang-oneA .topPhone img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
  white-space: nowrap;
}
.header .header-lang-outer .header-lang-oneA .topEmail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover {
  color: #9a0001;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover a {
  color: #9a0001;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topEmail .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone-value {
  color: #9a0001;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA1 {
  margin-right: 18px;
}
.header .header-nav {
  display: flex;
}
.header-visible {
  overflow: visible !important;
}
.header-active {
  box-shadow: 0px 6px 20px 0px rgba(151, 151, 151, 0.23);
}
.headerDottom {
  height: 0 !important;
  z-index: -1 !important;
  overflow: hidden !important;
  transition: height 1.4s;
}
.headerDottom-pro {
  height: 0 !important;
  overflow: hidden !important;
  transition: height 1.4s;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 99px;
  background: #F8F8F8;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  display: none;
  overflow: hidden;
  left: 0;
  transition: 1.4s;
}
.nav-item-second .nav-item-second-outer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.proi-data-one-opacity {
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second-other {
  background: #FFFFFF;
  padding: 0 60px 50px;
}
.nav-item-second-other .nav-item-second-outer {
  width: 100%;
  background: #F8F8F8;
  border-radius: 30px;
  padding: 30px 20px;
}
.nav-item-second-other .nav-item-second-outer .nav-item-second-other-one {
  width: 31.66%;
  margin-right: 2.5%;
  cursor: pointer;
  border-radius: 10px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
}
.nav-item-second-other .nav-item-second-outer .nav-item-second-other-one p {
  max-width: calc(100% - 20px);
}
.nav-item-second-other .nav-item-second-outer .nav-item-second-other-one:hover {
  border-bottom: 1px solid transparent;
  color: #fff;
  background: #9a0001;
  transition: 0.5s;
}
.nav-item-second-other .nav-item-second-outer .nav-item-second-other-one:nth-of-type(3n) {
  margin-right: 0;
}
.nav-item-second-pro {
  background: url('https://file.global86.cn/fileStore/website_new/anlan/second-nav-back.jpg') no-repeat;
  background-size: 100% 100%;
  padding-top: 40px;
}
.nav-item-second-pro .nav-item-second-title {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.nav-item-second-pro .nav-item-second-title a {
  font-weight: bold;
  font-family: 'LamaSans-Bold';
  font-size: 32px;
  color: #9a0001;
  line-height: 34px;
  text-transform: uppercase;
}
.nav-item-second-pro .nav-item-second-title img {
  margin-left: 12px;
  width: 32px;
}
.nav-item-second-pro .nav-item-second-outer {
  width: 100%;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a {
  position: relative;
  display: flex;
  width: 30%;
  margin-right: 5%;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-top: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a .nav-item-second-name {
  width: calc(100% - 30px);
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a .nav-item-second-right {
  width: 24px;
  height: 24px;
  position: relative;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a .nav-item-second-right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a .nav-item-second-right .default {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a .nav-item-second-right .active {
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a:hover {
  color: #9a0001;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a:hover .nav-item-second-right .default {
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a:hover .nav-item-second-right .active {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a::after {
  width: 0;
  left: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  background: #9a0001;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a:hover::after {
  width: 100%;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a:nth-of-type(3n) {
  margin-right: 0;
}
.nav-item-second-none {
  height: 0 !important;
  display: none !important;
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: 1.4s;
  display: block;
  animation: aniPcNav 1.4s;
}
@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: 94%;
  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;
}
.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;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #9a0001;
  background: #9a0001;
  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 {
  font-size: 18px;
  color: #333;
  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: #9a0001;
  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;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: rgba(154, 0, 1, 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: #9a0001;
  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: #333;
}
.headerM .logo {
  width: auto;
  height: 40px;
}
.headerM .logo img {
  display: block;
  height: 100%;
}
.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: 240px;
}
.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: #666;
  font-family: 'LamaSans-BoldCondensed';
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
}
.top_nav .nav .li .menu .name:hover {
  color: #9a0001;
}
.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: #333;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
}
.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: #9a0001;
}
.swiper-button-lock {
  display: block;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
}
.indexPage-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage-title {
  font-family: 'LamaSans-Black';
  font-weight: 900;
  font-size: 48px;
  color: #9a0001;
  line-height: 48px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.indexPage-main {
  margin-bottom: 40px;
}
.indexPage-main-center {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.indexPage-desc {
  font-family: 'LamaSans-Regular';
  font-weight: normal;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.indexPage {
  width: 100%;
  padding-top: 100px;
}
.indexPage-last {
  padding-bottom: 100px;
}
.contacti {
  position: relative;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/contact-back.jpg') no-repeat;
  background-size: cover;
}
.contacti .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacti .form-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 26px;
}
.contacti .contactMenthods {
  display: flex;
  font-family: 'LamaSans-Medium';
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
}
.contacti .contactMenthods p {
  font-size: 16px;
  color: #9a0001;
}
.contacti .contactMenthods .contactP {
  width: 1px;
  height: 14px;
  background: transparent;
  opacity: 0;
  margin: 0 6px;
}
.contacti .form-inner {
  width: 50%;
  z-index: 10;
}
.contacti .footer-infos {
  width: 50%;
  padding-left: 5%;
}
.contacti .footer-infos .footer-infos-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8%;
}
.contacti .footer-infos .footer-info-one {
  width: 50%;
  display: block;
  margin-top: 6%;
}
.contacti .footer-infos .footer-info-one .footer-info-one-top {
  width: 100%;
  display: flex;
  text-transform: uppercase;
}
.contacti .footer-infos .footer-info-one .footer-info-one-top .footer-info-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contacti .footer-infos .footer-info-one .footer-info-one-top .footer-info-icon svg {
  width: 100%;
  height: 100%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contacti .footer-infos .footer-info-one .footer-info-one-top .footer-info-type {
  font-family: 'LamaSans-Medium';
  width: calc(100% - 30px);
  font-weight: normal;
  white-space: nowrap;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}
.contacti .footer-infos .footer-info-one .footer-info-val {
  width: 100%;
  display: flex;
  padding-right: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #9a0001;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
}
.contacti .footer-infos .footer-info-one .footer-info-val span {
  position: relative;
}
.contacti .footer-infos .footer-info-one .footer-info-val span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #9a0001;
  transition: 0.5s;
}
.contacti .footer-infos .footer-info-one:hover .footer-info-one-top .footer-info-icon svg {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.contacti .footer-infos .footer-info-one:hover .footer-info-val span::after {
  width: 100%;
  transition: 0.5s;
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contacti .form {
  width: 100%;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .form-input .input {
  width: 100%;
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 60px;
  height: 60px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 20px;
  font-family: 'LamaSans-Medium';
}
.contacti .form-input .input:focus {
  color: #9a0001;
  border: none;
  border-bottom: 1px solid #333333;
  outline: none;
}
.contacti .form-input .input::placeholder {
  color: #333333;
  text-transform: uppercase;
}
.contacti .form-message {
  width: 100%;
}
.contacti .form-message .message {
  width: 100%;
  padding: 12px 20px;
  height: 140px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  font-family: 'LamaSans-Medium';
  background: transparent;
  line-height: 38px;
  border: none;
  border-bottom: 1px solid #C5C5C5;
}
.contacti .form-message .message:focus {
  color: #9a0001;
  border: none;
  border-bottom: 1px solid #333333;
  outline: none;
}
.contacti .form-message .message::placeholder {
  color: #333333;
  text-transform: uppercase;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contacti .formButton-box .formButton {
  width: 48%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  background: #9a0001;
  text-transform: uppercase;
  font-family: 'LamaSans-Medium';
  padding: 0 18px;
  height: 56px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 0 0 transparent;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  transform: translateY(0);
  transition: 0.5s;
  color: #FFFFFF;
}
.contacti .formButton-box .formButton .read-more-p::after {
  color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: attr(data-word);
}
.contacti .formButton-box .formButton:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .formButton-box .formButton1 {
  margin-left: 4%;
}
.contacti-back {
  background: #F8F8F8;
}
.contacti-back1 {
  background: url('https://file.global86.cn/fileStore/website_new/anlan/contact-back.jpg') no-repeat;
  background-size: cover;
}
footer {
  width: 100%;
  background: #222222;
  position: relative;
}
footer .footer-top {
  width: 100%;
  padding: 40px 0 32px;
}
footer .footer-top .footer-top-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-top .footer-top-main .footer-top-imgs {
  display: flex;
  align-items: center;
}
footer .footer-top .footer-top-main .footer-top-logo {
  height: 40px;
  display: block;
  margin-right: 30px;
}
footer .footer-top .footer-top-main .footer-top-logo img {
  width: 100%;
  height: 100%;
}
footer .footer-top .footer-top-main .footer-share {
  display: flex;
  height: 24px;
}
footer .footer-top .footer-top-main .footer-share .footer-share-a {
  margin-left: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
footer .footer-top .footer-top-main .footer-share .footer-share-a .footer-share-box {
  width: 56px;
  height: 24px;
  display: flex;
  align-items: center;
}
footer .footer-top .footer-top-main .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-top .footer-top-main .footer-share .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-top .footer-top-main .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-top .footer-top-main .footer-share .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-top .footer-top-main .footer-share .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.4;
  transition: 0.5s;
}
footer .footer-top .footer-top-main .footer-share .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-top .footer-top-main .footer-share .footer-share-a1 {
  width: 20px;
}
footer .footer-top .footer-top-main .footer-share .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-top .footer-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4%;
}
footer .footer-top .footer-nav .footer-nav-one {
  width: auto;
}
footer .footer-top .footer-nav .footer-nav-one .fatherNav {
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'LamaSans-SemiBold';
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-top .footer-nav .footer-nav-one .fatherNav:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-contactShare {
  width: 166px;
  height: 24px;
  display: flex;
  align-items: center;
}
footer .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-contactShare .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
footer .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner {
  width: 100%;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  padding: 22px 0;
}
footer .footer-bottom-infor-copyright-inner .companyName {
  color: #ffffff;
}
footer .footer-bottom-infor-copyright-inner .indexPage-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-left {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-left .footer-bottom-infor-aone1 {
  margin-right: 12px;
  opacity: 1;
  color: #999;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone .kongge {
  width: 6px;
}
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: 100px;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-outer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
}
.nban .nban-title {
  font-weight: 900;
  font-size: 72px;
  color: #FFFFFF;
  font-family: 'LamaSans-Black';
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
}
.nside {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 12px 0;
}
.nside .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-family: 'LamaSans-Medium';
}
.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 #9a0001;
  background: #9a0001 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1800px) {
  .indexPage-last {
    padding-bottom: 80px;
  }
  .indexPage {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1600px) {
  .indexPage-last {
    padding-bottom: 72px;
  }
  .indexPage {
    padding-top: 72px;
  }
  .header .logo {
    width: 250px;
  }
  .header .header-nav .nav-item {
    margin-right: 2.5vw;
  }
}
@media only screen and (max-width: 1441px) {
  .coopPublic .coopPage2-main .coopPage2-one {
    margin-right: 12px;
  }
  .nav-item-second {
    top: 80px;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video .coopPage3-right-video-mask img {
    width: 50px;
  }
  .header .header-right {
    width: calc(95% - 217px);
  }
  .header .logo {
    width: 240px;
    height: 47px;
  }
  .header .header-top {
    padding: 14px 0 4px 0;
  }
  .nban {
    margin-top: 80px;
  }
  .header {
    height: 80px;
  }
  .header .header-nav .nav-item {
    margin-right: 2vw;
  }
  footer .footer-top .footer-nav {
    margin-top: 34px;
  }
  .contacti .form-message .message {
    height: 120px;
  }
  .contacti .formButton-box {
    margin-top: 28px;
  }
  footer .footer-top {
    padding: 32px 0 24px;
  }
  .header .header-inner {
    padding: 0 30px;
  }
  .indexPage-title {
    font-size: 40px;
    line-height: 50px;
  }
  .nban .nban-title {
    font-size: 42px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .indexPage {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1380px) {
  .coopPublic .coopPage2-main .coopPage2-one {
    margin-right: 6px;
    width: 270px;
  }
  .coopPublic .coopPage2-main .coopPage2-one3 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1281px) {
  .nav-item-second-pro .nav-item-second-title a {
    font-size: 28px;
    line-height: 30px;
  }
  .nav-item-second-pro .nav-item-second-title img {
    margin-left: 10px;
    width: 28px;
  }
  .nav-item-second-pro .nav-item-second-outer .nav-item-second-one-a {
    font-size: 16px;
    margin-top: 16px;
  }
  .header .header-inner {
    padding: 0 24px;
  }
  .coopPublic .coopPage2-main .coopPage2-one .coopPage2-title {
    font-size: 20px;
  }
  .contacti .formButton-box .formButton {
    min-width: 180px;
  }
  .header .header-top .header-lang-one1 {
    margin-right: 16px;
  }
  .header .header-top .header-lang-one .langBtn .langBtnA {
    font-size: 16px;
  }
  .header .header-lang-outer .header-lang-oneA1 {
    margin-right: 12px;
  }
  .contacti .footer-infos .footer-info-one .footer-info-one-top .footer-info-type {
    font-size: 14px;
  }
  .contacti .footer-infos .footer-info-one .footer-info-one-top .footer-info-icon {
    width: 18px;
  }
  footer .footer-top .footer-nav {
    margin-top: 22px;
  }
  footer .footer-top {
    padding: 32px 0 18px;
  }
  .contacti .form-con {
    margin-top: 20px;
  }
  .contacti .footer-infos .footer-infos-inner {
    margin-top: 5%;
  }
  .sidefixed .sideitemOther {
    bottom: -76%;
  }
  .indexPage-title {
    font-size: 36px;
    line-height: 42px;
  }
  .nban .nban-title {
    font-size: 38px;
  }
  .nside {
    padding: 12px 0;
  }
  .indexPage-outer {
    width: 90%;
  }
  .nside .indexPage-inner {
    width: 100%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage-last {
    padding-bottom: 54px;
  }
  .indexPage {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 1270px) {
  .coopPublic .coopPage2-main .coopPage2-one {
    width: 250px;
  }
  .header .logo {
    width: 194px;
  }
  .header .header-right {
    width: calc(95% - 194px);
  }
}
@media only screen and (max-width: 1180px) {
  .header .header-right {
    width: calc(98% - 194px);
  }
  .header .header-nav .nav-item {
    margin-right: 1.2vw;
  }
  .coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one .coopPage3-one-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video .coopPage3-right-video-mask img {
    width: 45px;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video {
    margin-top: 0;
  }
  .coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one .coopPage3-one-title {
    font-size: 16px;
    line-height: 24px;
  }
  .coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one {
    margin-top: 28px;
  }
  .coopPublic .coopPage2-main .coopPage2-one2 {
    margin-top: -8%;
    transform: translateX(40%);
  }
  .coopPublic .coopPage2-main .coopPage2-one .coopPage2-title {
    font-size: 18px;
  }
  .coopPublic .coopPage2-main .coopPage2-one .coopPage2-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
  }
  .coopPublic .coopPage2-main .coopPage2-one {
    width: 24%;
    min-height: 300px;
    margin-right: 6px;
    padding: 10% 2% 2%;
  }
  .coopPublic .coopPage2-main .coopPage2-one3 {
    margin-right: 0;
  }
  .header .header-nav .nav-item-first .nav-item-p {
    font-size: 14px;
  }
  .public-more {
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1025px) {
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    margin-top: 10px;
  }
  footer .footer-contactShare {
    margin-top: 10px;
  }
  footer .footer-top .footer-top-main .footer-share .footer-share-a {
    margin-left: 0;
    margin-right: 30px;
  }
  .contacti .form-message .message {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 36px;
  }
  .contacti .formButton-box .formButton {
    min-width: 170px;
    height: 48px;
    line-height: 50px;
    font-size: 14px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 12px 0 18px;
  }
  footer .footer-top .footer-nav .footer-nav-one .fatherNav {
    font-size: 14px;
  }
  footer .footer-top .footer-top-main .footer-top-logo {
    height: 33px;
  }
  .contacti .form-input .input {
    font-size: 14px;
    line-height: 52px;
    height: 52px;
    padding: 0 14px;
  }
  .indexPage-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .contacti .contactMenthods p {
    font-size: 14px;
  }
  .contacti .footer-infos .footer-info-one .footer-info-val {
    margin-top: 4px;
    font-size: 14px;
  }
  .nban .nban-outer {
    top: 45%;
  }
  .nban .nban-title {
    font-size: 36px;
  }
  .nban {
    margin-top: 65px;
  }
  .nban .nban-line {
    font-size: 16px;
  }
  .nban .nban-line {
    font-size: 16px;
  }
  .indexPage-last {
    padding-bottom: 48px;
  }
  .indexPage-title {
    font-size: 34px;
    line-height: 42px;
  }
  .indexPage {
    padding-top: 48px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .coopPublic .coopPage2-main .coopPage2-one3 {
    background: url('https://file.global86.cn/fileStore/website_new/anlan/coopPage2-one-back.png') no-repeat;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .coopPublic .coopPage3-main {
    flex-wrap: wrap;
  }
  .coopPublic .coopPage3-main .coopPage3-left {
    width: 100%;
  }
  .coopPublic .coopPage3-main .coopPage3-right {
    width: 100%;
    margin-right: 0;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 24px;
    width: 50%;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-img {
    width: 48%;
  }
  .coopPublic .coopPage3-main .coopPage3-right {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 821px) {
  .coopPublic .coopPage2-main {
    justify-content: center;
  }
  .coopPublic .coopPage2-main .coopPage2-one {
    width: 48%;
    min-height: 0;
    margin-right: 4%;
    padding: 10% 2%;
  }
  .coopPublic .coopPage2-main .coopPage2-one3 {
    margin-right: 2%;
  }
  .coopPublic .coopPage2-main .coopPage2-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .coopPublic .coopPage2-main .coopPage2-one:nth-of-type(3) {
    margin-top: -5%;
  }
  .coopPublic .coopPage2-main .coopPage2-one:nth-of-type(4) {
    margin-top: -5%;
  }
  .coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one {
    margin-top: 18px;
  }
  .coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one .coopPage3-one-title {
    font-size: 14px;
    line-height: 22px;
  }
  .coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one .coopPage3-one-desc {
    font-size: 12px;
    line-height: 22px;
    margin-top: 4px;
  }
  .coopPublic .coopPage2-main .coopPage2-one .coopPage2-title {
    font-size: 14px;
  }
  .coopPublic .coopPage2-main .coopPage2-one .coopPage2-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .coopPublic .coopPage2-main .coopPage2-one2 {
    margin-top: -5%;
    transform: translateX(0);
  }
  .coopPublic .coopPage2-main .coopPage2-one .coopPage2-title {
    font-size: 16px;
  }
  footer {
    padding-bottom: 70px;
  }
  .indexPage-title {
    font-size: 28px;
  }
  .nban .nban-line {
    font-size: 14px;
  }
  .nban .nban-line .nban-line-p {
    width: 32px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .indexPage {
    padding-top: 42px;
  }
  .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 .top_nav_close svg {
    width: 32px;
    height: 32px;
    margin-top: 0;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }
  .nban {
    margin-top: 65px;
  }
  .nban .nban-outer {
    top: 45%;
  }
  .nban .nban-title {
    font-size: 30px;
    width: 100%;
  }
  .sidefixed .sideitemOther {
    top: 50px;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .sidefixed {
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 680px) {
  .contacti .form-message .message {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 34px;
    height: 100px;
  }
  .contacti .form-input .input {
    font-size: 12px;
    line-height: 46px;
    height: 46px;
    padding: 0 8px;
  }
  .contacti .form-con {
    margin-top: 6px;
  }
  .contacti .form-inner {
    width: 100%;
  }
  .contacti .footer-infos .footer-infos-inner {
    margin-top: 0;
  }
  .contacti .formButton-box {
    margin: 24px 0 20px;
  }
  .contacti .form-input .input {
    width: 30%;
  }
  .contacti .footer-infos {
    width: 100%;
    padding-left: 0;
  }
  .contacti .footer-infos .footer-info-one .footer-info-one-top .footer-info-type {
    font-size: 12px;
  }
}
@media only screen and (max-width: 641px) {
  .coopPublic .coopPage3-main .coopPage3-left .coopPage3-cons .coopPage3-one {
    width: 100%;
    margin-top: 12px;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video .coopPage3-right-video-mask img {
    width: 40px;
  }
  .coopPublic .coopPage3-main {
    flex-wrap: wrap;
  }
  .coopPublic .coopPage3-main .coopPage3-right {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 24px;
    width: 50%;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-img {
    width: 48%;
  }
  .coopPublic .coopPage3-main .coopPage3-left {
    width: 100%;
  }
  .coopPublic .coopPage3-main .coopPage3-right {
    width: 100%;
    margin-right: 0;
  }
  .nban {
    margin-top: 50px;
  }
  .nside .nside-a {
    font-size: 12px;
    line-height: 20px;
  }
  .nban .nban-title {
    font-size: 28px;
    width: 100%;
  }
  .nside .index-nside {
    font-size: 12px;
    line-height: 20px;
  }
  .nside .index-nside .index-icon {
    width: 24px;
    height: 20px;
  }
  .nside .nside-right {
    font-size: 14px;
  }
  .indexPage {
    padding-top: 34px;
  }
  .indexPage-last {
    padding-bottom: 34px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .logo {
    height: 40px;
  }
  .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-top .footer-nav .footer-nav-one {
    width: 33.33%;
  }
  .public-more {
    min-width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 521px) {
  .headerM .logo {
    height: 30px;
  }
  .coopPublic .coopPage2-main .coopPage2-one .coopPage2-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .coopPublic .coopPage2-main .coopPage2-one {
    width: 48%;
    margin-right: 4%;
    padding: 10% 3%;
  }
  .coopPublic .coopPage2-main .coopPage2-one2 {
    margin-top: 0;
  }
  .coopPublic .coopPage2-main .coopPage2-one:nth-of-type(3n) {
    margin-right: 4%;
  }
  .coopPublic .coopPage2-main .coopPage2-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .contacti .form-input .input {
    width: 32%;
  }
  .contacti .formButton-box .formButton {
    min-width: 120px;
    height: 38px;
    line-height: 40px;
    font-size: 12px;
    border-radius: 4px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    font-size: 12px;
  }
  footer .footer-top .footer-top-main .footer-top-logo {
    height: 26px;
  }
  footer .footer-top {
    padding: 26px 0 12px;
  }
  footer .footer-top .footer-nav .footer-nav-one .fatherNav {
    font-size: 12px;
  }
  .contacti .footer-infos .footer-info-one {
    margin-top: 20px;
  }
  .contacti .contactMenthods p {
    font-size: 12px;
  }
  .indexPage-desc {
    font-size: 12px;
  }
  .nside {
    padding: 10px 0;
  }
  .indexPage-title {
    font-size: 26px;
    line-height: 32px;
  }
  .nban .nban-line {
    display: none;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .sidefixedM .sideitem1 .sideins {
    transform: translateX(0);
    left: 12px;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video {
    margin-bottom: 18px;
  }
  .coopPublic .coopPage3-main .coopPage3-right {
    margin-top: 18px;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-video {
    width: 100%;
  }
  .coopPublic .coopPage3-main .coopPage3-right .coopPage3-right-img {
    width: 100%;
  }
  .indexPage {
    padding-top: 26px;
  }
  .indexPage-last {
    padding-bottom: 26px;
  }
  .contacti .form-input .input {
    width: 100%;
  }
  .indexPage-title {
    font-size: 22px;
  }
  .nside {
    padding: 6px 0;
  }
  .nban .nban-outer {
    top: 40%;
  }
  .nban .nban-line .nban-line-p {
    min-width: 18px;
    margin-right: 8px;
  }
  .nban .nban-line {
    font-size: 12px;
    line-height: 20px;
  }
  .nban {
    margin-top: 42px;
  }
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }
  .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: 375px) {
  footer .footer-top .footer-top-main {
    flex-wrap: wrap;
  }
  footer .footer-top .footer-top-main .footer-share {
    margin-top: 20px;
  }
  footer .footer-top .footer-top-main .footer-share .footer-share-a {
    margin-right: 0;
    margin-left: 30px;
  }
  .contacti .footer-infos .footer-info-one .footer-info-one-top .footer-info-icon {
    width: 16px;
  }
  .contacti .footer-infos .footer-info-one .footer-info-val {
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }
  .nban .nban-title {
    font-size: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 341px) {
  .coopPublic .coopPage2-main .coopPage2-one {
    width: 100%;
    margin-right: 0;
    padding: 25% 3%;
  }
  .headerM .logo {
    height: 24px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 14px;
  }
}
