.header .menu {
  width: 150px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-10%);
  top: 64px;
  z-index: 5;
  padding: 10px 20px;
  border-radius: 12px;
  opacity: 0;
  transition: 0.5s;
}
.header .menu a {
  display: block;
  width: 100%;
  font-size: 16px;
  background: none;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
.header .menu a:hover {
  color: #013FA6;
  text-decoration: underline;
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-height: 112px;
  transition: max-height 1s;
  background: transparent;
}
.header-index .header-index-inner {
  height: 60px;
  width: 80%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 26px auto;
}
.header2 .header-index-inner {
    padding: 0;
}
.header-index .logo-index {
  width: 27%;
  border-radius: 6px;
  background: #ffffffd9;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 0px 4px #00000017;
}
.header-index .logo-index a {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .logo-index a img {
  display: block;
  height: 100%;
}
.header-index .header-index-nav {
  width: 70%;
  white-space: nowrap;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-index .header-index-nav nav {
  width: 77%;
  box-shadow: 0px 0px 4px #00000017;
}
.header-index .header-index-nav nav ul {
  border-radius: 6px;
  background: #ffffffd9;
  backdrop-filter: blur(16.4px);
  height: 60px;
  display: flex;
  align-items: center;
justify-content: space-evenly;
}
.header-index .header-index-nav nav .nav-item {
  position: relative;
  height: 100%;
}
.header-index .nav-item-first {
  line-height: 22px;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.header-index .nav-item-first .nav-item-p {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: 0.5s;
  text-transform: uppercase;
}
.header-index .nav-item-first .nav-item-p p {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  z-index: 3010;
  transition: 0.5s;
}
.header-index .nav-item-first .nav-item-p::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: 7px solid #013FA6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(6px);
}
.header-index .logo-index .nav-item-first .nav-item-p p {
  color: #013FA6;
}
.header-index .logo-index .nav-item-first .nav-item-p::after {
    bottom: 3px;
}
.header-index .nav-item-first:hover .nav-item-p p {
  color: #013FA6;
}
.header-index .nav-item-first-avtive .nav-item-p p {
  color: #013FA6;
}
.header-index .header-index-right {
  width: 18%;
  border-radius: 6px;
  background: #ffffffd9;
  height: 60px;
  transition: 0.5s;
  box-shadow: 0px 0px 4px #00000017;
}
.header-index .header-index-right .header-index-right-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
    justify-content: center;
}
.header-index .header-index-nav .header-index-langs {
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.5s;
  position: relative;
  z-index: 12;
  text-transform: uppercase;
  gap: 16px;
}
.header-index .header-index-nav .header-index-langs .langName-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .header-index-nav .header-index-langs .langName-text-p {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.header-index .header-index-nav .header-index-langs .langName-icon svg {
  transition: 0.5s;
  stroke: #232B31;
  fill: none;
}
.header-index .header-index-right:hover .langName-icon svg {
    stroke:#013FA6;
}

.header-index .header-index-right:hover .langName-text-p {
  color: #013FA6;
  transition: 0.5s;
}
.header-index .header-index-right:hover .langName-text-p p {
  color: #013FA6;
}

.header2 {
  background: #013FA6;
}
.header2 .header-index-nav .header-index-langs {
  color: #013FA6;
}
.header2 .nav-item-first {
  color: #013FA6;
}
.header2 .nav-item-first .nav-item-p {
  color: #013FA6;
}
.header2 .nav-item-first:hover .nav-item-p p {
  color: #013FA6;
}
.header2 .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
  border-bottom: 7px solid #013FA6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(0);
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
}
.header-active {
  overflow: visible !important;
}
.header-active .header-index-nav .header-index-langs {
  color: #013FA6;
}
.header-active .header-index-nav .header-index-langs::after {
  background: rgba(255, 255, 255, 0.5);
}
.header-active .nav-item-first {
  color: #013FA6;
}
.header-active .nav-item-first .nav-item-p {
  color: #013FA6;
}
.header-active .nav-item-first:hover .nav-item-p p {
  color: #013FA6;
}
.header-active .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
  border-bottom: 7px solid #013FA6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(0);
}
.header-active .nav-item-first-avtive .nav-item-p p {
  color: #013FA6;
}
.header-active .nav-item-first-avtive .nav-item-p::after {
  opacity: 0;
  border-bottom: 7px solid #013FA6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(6px);
}
.header-index .nav-item-first-avtive:hover .nav-item-p::after {
  opacity: 1;
  transform: translateY(0);
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
}
.header-visible {
  overflow: visible !important;
}
.headerDottom-pro {
  overflow: hidden !important;
  transition: max-height 1s;
}
.headerDottom {
  overflow: hidden !important;
  transition: max-height 1s;
}
.header-height {
  max-height: 140px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.user-menu-nav{
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
  display: block;
  animation: aniPcNav 1.8s;
}
@keyframes aniPcNav {
  0%{
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #013FA6;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.langDialog .langDialog-inner .langDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.langDialog .langDialog-inner .langDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 30px;
}
.langDialog .langDialog-inner .langDialog-main {
  display: flex;
  flex-wrap: wrap;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  border: 1px solid #EFEFEF;
  transition: 0.5s;
  margin-right: 5%;
  height: 60px;
  border-radius: 30px;
  margin-top: 20px;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one p {
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover {
  background: #013FA6;
  border: 1px solid #013FA6;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover p {
  background: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(3n) {
  margin-right: 0;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active {
  background: #013FA6;
  border: 1px solid #013FA6;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}

.menu_list1 {
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  padding: 53px 0 66px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  top: 0;
  z-index: 99;
  transition: 0.5s;
}
.menu_list1 .list_wrap {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.menu_list1 .list_wrap .item {
  width: calc((100% - 44px) / 3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}
.menu_list1 .list_wrap .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.menu_list1 .list_wrap .item:hover img {
  transform: scale(1.05);
}
.menu_list1 .list_wrap .item p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}
.menu_list2 {
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  padding: 53px 0 66px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  top: 0;
  z-index: 99;
  transition: 0.5s;
}
.menu_list2 .list_wrap {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.menu_list2 .list_wrap .nav-item-second-type-box {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  white-space: normal;
  gap: 40px;
  position: relative;
}
.menu_list2 .list_wrap .itemProduct-type-one {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
  cursor: pointer;
}
.menu_list2 .list_wrap .itemProduct-type-one svg {
  fill: #232B31;
  transition: 0.5s;
}
.menu_list2 .list_wrap .itemProduct-type-one p {
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 31px;
  line-height: 42px;
  letter-spacing: -0.4px;
  transition: 0.5s;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 6px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #CC141C 0, #CC141C 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.menu_list2 .list_wrap .itemProduct-type-one:hover p {
  color: #CC141C;
  background-size: 100% 2px;
}

.menu_list2 .list_wrap  .itemProduct-type-one-active svg {
  fill: #CC141C;
}
.menu_list2 .list_wrap .itemProduct-type-one-active p {
  font-weight: 700;
  color: #CC141C;
  background-size: 100% 2px;
}

.menu_list2 .list_wrap  .nav-item-second-pro-doms1 {
  width: 20%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}
.menu_list2 .list_wrap  .nav-item-second-pro-doms1 .nav-item-second-proall-a {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.5s;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms1 .nav-item-second-proall-a .square1 {
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #232b31;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms1 .nav-item-second-proall-a .square1 .square2 {
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: transparent;
  transition: 0.5s;
}
.menu_list2 .list_wrap  .nav-item-second-pro-doms1 .nav-item-second-proall-a  p {
  color: #232b31;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  transition: 0.5s;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #013FA6 0, #013FA6 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.menu_list2 .list_wrap  .nav-item-second-pro-doms1 .nav-item-second-proall-a:hover p {
  color: #013FA6;
  background-size: 100% 2px;
}
.menu_list2 .list_wrap  .nav-item-second-pro-doms1 .nav-item-second-proall-a-active .square1 {
  border: 1px solid #013FA6;
}
.menu_list2 .list_wrap  .nav-item-second-pro-doms1 .nav-item-second-proall-a-active .square1 .square2 {
  background: #013FA6;
}
.menu_list2 .list_wrap  .nav-item-second-pro-doms1 .nav-item-second-proall-a-active p {
  color: #013FA6;
  background-size: 100% 2px;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms1 {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto; 
    padding-right: 8px; 
    scrollbar-width: thin;
    scrollbar-color: #c0c0c0 #f0f0f0; 
}

.menu_list2 .list_wrap .nav-item-second-pro-doms1::-webkit-scrollbar {
    width: 6px;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms1::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms1::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img{
  width: 43%;
  display: flex;
  flex-direction: column;
  gap: 51px;
  align-items: flex-end;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img .nav-item-second-pro-doms-img-inner{
  width: 100%;
  display: flex;
  gap: 39px;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img .nav-item-second-pro-doms-img-inner .pro-doms-img {
  width: 289px;
  height: 258px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 6px 4px 12.6px 5px #00000026 inset, 0px 0px 4px #00000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img .nav-item-second-pro-doms-img-inner .pro-doms-img img:nth-child(1) {
  width: 15%;
  position: absolute;
  top: 25px;
  right: 25px;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img .nav-item-second-pro-doms-img-inner .pro-doms-img img:nth-child(2) {
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  width: 100%;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img .nav-item-second-pro-doms-img-inner .pro-doms-img img:hover:nth-child(2) {
  transform: scale(1.05);
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img .btn {
  width: 130px;
  padding: 15px 12px;
  background-image: url(../images/index/more.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img .btn p {
  color: #002b74;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.menu_list2 .list_wrap .nav-item-second-pro-doms-img .btn:hover svg {
  transform: rotate(47deg);
}
.menu_list2 .list_wrap .nav-item-second-type-box::after,
.menu_list2 .list_wrap .nav-item-second-pro-doms1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #757575;
}
.menu_list2 .list_wrap .nav-item-second-type-box::after {
  right: -80px;
}

.menu_list2 .list_wrap .nav-item-second-pro-doms1::after {
  right: -15px;
}






.contacti{
    width: 100%;
    background: white;
}
.contacti .inner{
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 55px 0;
    display: flex;
}
.contacti .contacti-left{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contacti .contacti-left .contacti-left-top{
    display: flex;
    align-items: center;
    gap: 12px;
}
.contacti .contacti-left .contacti-left-top p{
  text-align: center;
  background: linear-gradient(#00000000, #00000000), linear-gradient(180deg, #001440 75.4%, #dc484c 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
}
.contacti .contacti-left .contacti-left-bottom{
  display: flex;
  align-items: flex-end;
  gap: 34px;
}
.contacti .contacti-left .contacti-left-bottom .contacti-left-bottom-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
  position: relative;
}
.contacti .contacti-left .contacti-left-bottom .contacti-left-bottom-item img{
  position: absolute;
  top: -75px;
  display: none;
  width: 65px;
  height: 65px;
  border: 4px solid #737373;
  border-radius: 7px;
  overflow: hidden;
  transition: 0.5s;
}
.contacti .contacti-left .contacti-left-bottom .contacti-left-bottom-item svg{
  cursor: pointer;
  transition: 0.5s;
}
.contacti .contacti-left .contacti-left-bottom .contacti-left-bottom-item:hover img{
  display: flex;
}
.contacti .contacti-right{
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.contacti .contacti-right .contacti-right-left{
  width: 74%;
  display: flex;
  gap: 25px;
}
.contacti .contacti-right .contacti-right-left .form{
  width: 63%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contacti .contacti-right .contacti-right-left .form .form_item{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contacti .contacti-right .contacti-right-left .form .form_item input{
  width:calc((100% - 36px) / 3);
  padding: 12px 16px;
  border-radius: 4px;
  background: #f7f7f7;
  border: none;
  outline: none;
}
.contacti .contacti-right .contacti-right-left .form .form_item textarea{
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  background: #f7f7f7;
  border: none;
  outline: none;
}
.contacti .contacti-right .contacti-right-left .form::placeholder{
  color: #7a6666;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.contacti .contacti-right .contacti-right-left .form .submit{
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #cc141c99;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.contacti .contacti-right .contacti-right-left .form .submit span{
  color: #cc141c99;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.contacti .contacti-right .contacti-right-left .upload{
  padding: 21px 70px;
  border-radius: 4px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.contacti .contacti-right .contacti-right-left .upload .upload-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.contacti .contacti-right .contacti-right-left .upload .upload-top p{
  color: #7e7e7e;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 13px;
  line-height: 36px;
}
.contacti .contacti-right .contacti-right-left .upload .upload-bottom{
  color: #7e7e7e;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 7px;
  text-align: center;
}
.contacti .contacti-right .contacti-right-right{
  width: 21%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacti .contacti-right .contacti-right-right .contacti-right-right-item{
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}
.contacti .contacti-right .contacti-right-right .contacti-right-right-item p:first-child{
  color: #565656;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.contacti .contacti-right .contacti-right-right .contacti-right-right-item p:nth-child(2){
  color: #232b31;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 13px;
  line-height: 37.5px;
  display: inline-block;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #232b31 0, #232b31 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.contacti .contacti-right .contacti-right-right .contacti-right-right-item:hover p:nth-child(2) {
  background-size: 100% 1px;
}
footer{
    background: white;
    width: 100%;
}
footer .footer-top {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 45px 0 80px 0;
}
footer .footer-top .footer-top-outer {
  width: 100%;
  height: 210px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
footer .footer-top .footer-new-share {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-top .footer-new-share .footer-new-logo {
  width: 100%;
  height: 83px;
  display: flex;
  overflow: hidden;
  justify-content: flex-start;
}
footer .footer-top .footer-new-share .footer-new-logo img {
  display: block;
}
footer .footer-top .footer-new-share .footer-contactShare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one {
  max-width: 35px;
  max-height: 35px;
  opacity: 0.7;
  transition: 0.5s;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 32px;
  max-height: 32px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon1 {
  max-width: 32px;
  max-height: 32px;
}
footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-top .footer-new-other{
  width: 50%;
  display: flex;
}
footer .footer-top .footer-new-other .footer-new-other-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer .footer-top .footer-nav-one {
  width: 50%;
}
footer .footer-top .footer-nav-one ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .footer-top .footer-nav-one li{
    display: flex;
    align-items: center;
    gap: 7px;
}
footer .footer-top .footer-nav-one li svg{
    opacity: 0;
    transition: 0.5s;
}
footer .footer-top .footer-nav-one a {
  transition: 0.5s;
  color: #565656;
}
footer .footer-top .footer-nav-one a .text {
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #013FA6 0, #013FA6 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
footer .footer-top .footer-nav-one li:hover {
  color: #013FA6;
}
footer .footer-top .footer-nav-one li:hover .text {
  background-size: 100% 1px;
  color: #013FA6;
}
footer .footer-top .footer-nav-one li:hover svg{
    opacity: 1;
}
footer .footer-top .footer-code {
    width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-lang {
  min-width: 95px;
  display: flex;
  place-content: center;
  place-items: center;
  padding: 5px 10px;
  border-radius: 51px;
  border: 1px solid #565656;
  cursor: pointer;
}
footer .footer-lang .langName-text-p {
  color: #565656;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  transition: 0.5s;
}
footer .footer-lang .icon {
  margin-left: 5px;
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-lang .icon svg {
  transition: 0.5s;
  stroke: #565656;
  fill: none;
}
footer .footer-lang:hover {
  border: 1px solid #013FA6;
}
footer .footer-lang:hover .langName-text-p {
  color: #013FA6;
}
footer .footer-lang:hover .icon svg {
    stroke:#013FA6;
}
footer .footer-bottom {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 0 45px 0;
}

footer .footer-bottom .footer-bottom-outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footer-bottom .footer-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .footer-bottom .footer-bottom-infor-a {
  color: #565656;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  transition: 0.5s;
}

footer .footer-bottom .footer-bottom-infor-a:hover {
  color: #000;
}

footer .footer-bottom .footer-bottom-infor-ziiynn {
  margin-right: 12px;
}
svg{
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.header-index .header-index-right:hover svg,
.contacti .contacti-right .contacti-right-left .form .submit:hover svg,
footer .footer-lang:hover svg{
  transform: rotateY(360deg);
}

.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: 90px;
  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 #DC2323;
  background: #DC2323;
  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: #DC2323;
  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: #DC2323;
  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: #DC2323;
  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;
  max-width: 95px;
  display: flex;
  align-items: center;
}
.headerM .logo img {
  width: 100%;
  display: block;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}

.sidefixed .sideitemTop .icon-box {
  color: #fff;
}

.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}

.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}

.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DC2323;
  transition: 0.5s;
  position: relative;
  right: 0px;
}

.sidefixed .sideitem3:hover {
  background: #DC2323;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}

.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #DC2323;
  transition: .5s;
}

.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}

.sidefixed .sideitem3 .p {
  font-size: 12px;
}

.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}

.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}

.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DC2323;
  position: relative;
}

.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
}

.sidefixed .sideitem3 .icon-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #DC2323;
  width: 34px;
}

.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}

.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #DC2323;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}

.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}

.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}

.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}

.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 .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem4:hover {
  right: 180px;
}

.sidefixed .sideitem4 .sideins {
  width: 180px;
}

.sidefixed .sideitem1 {
  width: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  background: #DC2323;
  transition: .5s;
  position: relative;
  right: 0px;
  overflow: hidden;
}

.sidefixed .sideitem1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #DC2323;
  width: 34px;
}

.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #DC2323;
  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: 58px;
}

.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: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #DC2323;
  padding: 10px 10px;
  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: 58px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DC2323;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}

.sidefixed .sideitem2:hover {
  background: #DC2323;
}

.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: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -98%;
  transform: scale(0.7);
}

.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #fff;
  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.5s;
  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: #fff;
  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: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #DC2323;
}

.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  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;
}

.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}

.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #DC2323;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}

.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}

.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}

.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;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}

.sidefixed .sideitemTop .icon-box {
  color: #fff;
}

.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}

.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}

.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DC2323;
  transition: 0.5s;
  position: relative;
  right: 0px;
}

.sidefixed .sideitem3:hover {
  background: #DC2323;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}

.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #DC2323;
  transition: .5s;
}

.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}

.sidefixed .sideitem3 .p {
  font-size: 12px;
}

.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}

.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}

.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DC2323;
  position: relative;
}

.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
}

.sidefixed .sideitem3 .icon-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #DC2323;
  width: 34px;
}

.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}

.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #DC2323;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}

.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}

.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}

.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}

.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 .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem4:hover {
  right: 180px;
}

.sidefixed .sideitem4 .sideins {
  width: 180px;
}

.sidefixed .sideitem1 {
  width: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  background: #DC2323;
  transition: .5s;
  position: relative;
  right: 0px;
  overflow: hidden;
}

.sidefixed .sideitem1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #DC2323;
  width: 34px;
}

.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #DC2323;
  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: 58px;
}

.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: 19px;
  height: 19px;
}

.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #DC2323;
  padding: 10px 10px;
  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: 58px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DC2323;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}

.sidefixed .sideitem2:hover {
  background: #DC2323;
}

.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: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -98%;
  transform: scale(0.7);
}

.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #fff;
  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.5s;
  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: #fff;
  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;
}
.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: -50%;
  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: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #DC2323;
}

.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  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;
}

.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}

.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #DC2323;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}

.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}

.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}

.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;
}

.formMessage{
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active{
  opacity: 1;
  -webkit-transform:translate(-50%,100%);
  transform:translate(-50%,100%)
}


.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
  transition: 0.5s;
}
.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #DC2323;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.langDialog .langDialog-inner .langDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.langDialog .langDialog-inner .langDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 30px;
}
.langDialog .langDialog-inner .langDialog-main {
  display: flex;
  flex-wrap: wrap;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  border: 1px solid #EFEFEF;
  transition: 0.5s;
  margin-right: 5%;
  height: 60px;
  border-radius: 30px;
  margin-top: 20px;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one p {
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover {
  background: #DC2323;
  border: 1px solid #DC2323;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover p {
  background: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(3n) {
  margin-right: 0;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active {
  background: #DC2323;
  border: 1px solid #DC2323;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.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: 64px;
}
.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 .proMenu-a {
  width: 230px;
  height: 42px;
  background: #DC2323;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.top_nav .proMenu-a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_nav .proMenu-a .proMenu-icon img {
  width: 100%;
}
.top_nav .proMenu-a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.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: #DC2323;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  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: #DC2323;
}
.swiper-button-lock {
  display: block;
}

@media only screen and (max-width: 1366px) {
footer .footer-top .footer-new-share .footer-new-logo {
    height: 80px;
}
}
@media only screen and (max-width: 1280px) {
footer .footer-top .footer-new-share .footer-new-logo {
    height: 68px;
}
.contacti .inner {
    flex-direction: column;
    gap: 30px;
}
.contacti .contacti-left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.contacti .contacti-right {
    width: 100%;
}
.contacti .contacti-right .contacti-right-left {
    width: 70%;
    display: flex;
    gap: 0px;
    justify-content: space-between;
}
.contacti .contacti-right .contacti-right-right {
    width: 25%;
}
.header-index .logo-index a {
  height: 40px;
}
}
@media only screen and (max-width: 1100px) {
  footer .footer-top .footer-new-share .footer-new-logo {
    height: 64px;
}
.contacti .contacti-right {
    width: 100%;
    flex-direction: column-reverse;
    gap: 30px;
}
.contacti .contacti-right .contacti-right-right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: start;
}
.contacti .contacti-right .contacti-right-left {
  width: 100%;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
.contacti .contacti-left svg{
  height: 35px;
}
.contacti .contacti-left .contacti-left-top p {
    font-size: 30px;
}
.header-index .logo-index a {
  height: 40px;
}
.header-index .logo-index a {
  height: 30px;
}
}
@media only screen and (max-width: 1025px) {
  .header{
    display: none;
  }
  .headerM {
    display: block;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  footer .footer-top .footer-new-share .footer-new-logo {
    height: 55px;
  }
  footer .footer-bottom {
    padding: 0 0 105px 0;
  }
  .contacti .contacti-right .contacti-right-right {
    grid-template-columns: repeat(3, 1fr);
}
}

@media only screen and (max-width: 900px) {
  footer .footer-top .footer-top-outer {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 30px;
  }

  footer .footer-top .footer-new-share {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  footer .footer-top .footer-new-other {
    width: 100%;
    margin-bottom: 0;
  }

  footer .footer-top .footer-new-other .footer-new-other-inner {
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
  }
  footer .footer-top .footer-code {
    width: 100%;
    margin-bottom: 0;
    align-items: flex-start;
    margin-left: 30px;
  }
footer .footer-top .footer-nav-one li {
    min-width: 115px;
}
.contacti .contacti-left svg{
  height: 30px;
}
.contacti .contacti-left .contacti-left-top p {
    font-size: 25px;
}
}

@media only screen and (max-width: 821px) {
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .logo {
    max-width: 50px;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .top_nav .logo img {
    max-width: 50px;
  }
  .top_nav .top_nav_close svg {
    width: 24px;
    height: 24px;
    margin-top: 0px;
  }
  .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;
  }
  .sidefixed .sideitemOther {
    top: 90px;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .sidefixed {
    transform: translateY(-100%);
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
footer .footer-top {
    width: 85%;
}
footer .footer-bottom {
    width: 85%;
}
footer .footer-top .footer-new-share .footer-new-logo {
    height: 47px;
}
}

@media only screen and (max-width: 768px) {
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
footer .footer-top {
    padding: 45px 0 40px 0;
}
.contacti .contacti-right .contacti-right-right {
    grid-template-columns: repeat(2, 1fr);
}
.contacti .contacti-left svg{
  height: 25px;
}
.contacti .contacti-left .contacti-left-top p {
    font-size: 25px;
}
.contacti .inner {
    width: 85%;
    padding: 30px 0 0 0;
}
}
@media only screen and (max-width: 640px) {
.contacti .contacti-left .contacti-left-top p {
    font-size: 20px;
}
.contacti .contacti-right .contacti-right-right .contacti-right-right-item {
    gap: 15px;
}
.contacti .contacti-right .contacti-right-right .contacti-right-right-item svg{
    width: 25px;
    height: 25px;
}
.contacti .contacti-right .contacti-right-right .contacti-right-right-item p:first-child {
    font-size: 13px;
}
.contacti .contacti-right .contacti-right-right .contacti-right-right-item p:nth-child(2) {
    line-height: normal;
}
.contacti .contacti-right .contacti-right-left {
  width: 100%;
  flex-direction: column;
}
.contacti .contacti-right .contacti-right-left .form {
    width: 100%;
    gap: 15px;
}
.contacti .contacti-right .contacti-right-left {
    gap: 20px;
}
footer .footer-top .footer-nav-one a .text {
    font-size: 16px;
}
footer .footer-top .footer-nav-one ul {
    gap: 15px;
}
}
@media only screen and (max-width: 521px) {
  .sidefixedM .sideitem1 .sideins {
    left: -50%;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
  footer .footer-top .footer-new-share .footer-new-logo {
    height: 40px;
  }
  footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one svg{
    width: 25px;
    height: 25px;
  }
footer .footer-lang .langName-text-p {
    color: #565656;
    font-family: "Alibaba PuHuiTi";
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    transition: 0.5s;
}
footer .footer-lang .icon svg {
    width: 25px;
    height: 25px;
}
footer .footer-lang {
    min-width: 80px;
}
}

@media only screen and (max-width: 431px) {
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .top_nav .logo img {
    max-width: 40px;
  }
  .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;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
footer .footer-top .footer-new-share {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-left: 30px;
}
.contacti .contacti-left .contacti-left-bottom {
    display: none;
  }
.contacti .contacti-right .contacti-right-right {
    grid-template-columns: repeat(1, 1fr);
    justify-items: start;
    gap: 10px;
}
}

@media only screen and (max-width: 321px) {
  .headerM .logo {
    max-width: 30px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 14px;
  }
}
