* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../css/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url("../css/fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../css/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: 'Roboto-Black';
  src: url("../css/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../css/fonts/BebasNeue-1.otf");
}
@font-face {
  font-family: 'SourceHanSansSC-Regular';
  src: url("../css/fonts/SourceHanSansSC-Regular.otf");
}
@font-face {
  font-family: 'H-Regular';
  src: url("../css/fonts/HarmonyOS_Sans_Regular.ttf");
}
@font-face {
  font-family: 'H-Medium';
  src: url("../css/fonts/HarmonyOS_Sans_Medium.ttf");
}
@font-face {
  font-family: 'H-Bold';
  src: url("../css/fonts/HarmonyOS_Sans_Bold.ttf");
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../css/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../css/fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../css/fonts/Montserrat-Bold.ttf");
}
body {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li,
i,
em {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #333;
  font-size: 14px;
  scroll-behavior: smooth;
}
.swiper {
  overflow: hidden;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'SourceHanSansSC-Regular';
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
}
.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 52px;
  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: #2E8B57;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #2E8B57;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #2E8B57;
  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: 52px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #2E8B57;
}
.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: #2E8B57;
  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: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #2E8B57;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #2E8B57;
  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: 52px;
}
.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: #2E8B57;
  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: 52px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #2E8B57;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #2E8B57;
}
.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: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #2E8B57;
}
.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;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #2E8B57;
  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;
}
.iconHover .iconImg {
  transform: rotateY(0deg);
  transition: 0.8s;
}
.iconHover:hover .iconImg {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.pages {
  width: 100%;
  text-align: center;
}
.pages .el-pagination.is-background .el-pager li {
  width: 32px;
  height: 32px;
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  background: transparent !important;
}
.pages .el-pagination.is-background .el-pager .more:hover {
  color: #01824a !important;
}
.pages .el-pager {
  font-family: 'LamaSans-Regular';
}
.pages .el-pager .number {
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  min-width: 24px !important;
  background-color: transparent !important;
  font-size: 18px;
  font-weight: 400;
  color: #999999 !important;
  border: 1px solid transparent;
  border-radius: 0 !important;
}
.pages .el-pager .number:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #01824a;
  color: #01824a !important;
}
.pages .el-pager .active {
  border-bottom: 1px solid #01824a;
  background-color: transparent !important;
  color: #01824a !important;
}
.pages button {
  cursor: pointer;
  width: 50px;
  height: 32px;
  background: transparent !important;
  position: relative;
  min-width: 24px !important;
}
.pages button .el-icon {
  display: none !important;
}
.pages .el-pagination.is-background .btn-prev {
  margin-right: 50px;
}
.pages .el-pagination.is-background .btn-next {
  margin-left: 50px;
}
.pages .el-pagination.is-background .btn-prev::before {
  content: '上一页';
  position: absolute;
  top: 0;
  left: 24px;
  color: #999999;
  transition: 0.5s;
}
.pages .el-pagination.is-background .btn-prev:hover::before {
  color: #01824a;
  transition: 0.5s;
}
.pages .el-pagination.is-background .btn-next::before {
  content: '下一页';
  position: absolute;
  top: 0;
  right: 24px;
  color: #999999;
  transition: 0.5s;
}
.pages .el-pagination.is-background .btn-next:hover::before {
  color: #01824a;
  transition: 0.5s;
}
.pages .el-pagination.is-background .custom-content3::before {
  content: "Prev";
}
.pages .el-pagination.is-background .custom-content4::before {
  content: "Next";
}
.pages .el-pagination.is-background .custom-content1::before {
  content: "Предыдущий";
}
.pages .el-pagination.is-background .custom-content2::before {
  content: "Следующий";
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
footer {
  background: #1D2424;
}
footer .footer-new-top {
  display: block;
  padding: 60px 0;
}
footer .footer-new-top .indexPage-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
footer .footer-new-share {
  width: 78.125%;
  margin: 0 auto;
}
footer .footer-new-share .footer-new-logo {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
footer .footer-new-share .footer-new-logo .logo {
  width: 300px;
}
footer .footer-new-share .footer-new-logo .logo img {
  width: 100%;
  display: block;
}
footer .footer-new-other {
  width: 150px;
}
footer .footer-new-other .contacti-share {
  width: 100%;
}
footer .footer-new-other .contacti-share .contacti-share-icons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-new-other .contacti-share .contacti-share-one {
  position: relative;
}
footer .footer-new-other .contacti-share .contacti-share-one .icon {
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-new-other .contacti-share .contacti-share-one .code {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  transform: translateX(-60%) scale(0);
  transition: 0.5s;
  aspect-ratio: 1;
  border-radius: 6px;
  width: 150px;
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-new-other .contacti-share .contacti-share-one .code img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer .footer-new-other .contacti-share .contacti-share-one:hover .icon {
  opacity: 1;
}
footer .footer-new-other .contacti-share .contacti-share-one:hover .code {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
footer .footer-new-other .contacti-share .contacti-share-one:nth-of-type(1) img {
  width: 30px;
  height: 30px;
}
footer .footer-new-other .contacti-share .contacti-share-one:nth-of-type(2) {
  margin-left: 30px;
}
footer .footer-new-other .contacti-share .contacti-share-one:nth-of-type(2) img {
  width: 26px;
  height: 30px;
}
footer .footer-navs {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
footer .footer-navs .footer-nav-one {
  width: auto;
  margin-right: 8%;
}
footer .footer-navs .a1 {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  font-family: 'H-Medium';
}
footer .footer-navs .a1:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-navs .a1:hover::after {
  width: 100%;
}
footer .footer-navs .pro-a {
  opacity: 1;
}
footer .footer-navs .a1::after {
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.5s;
}
footer .footer-contactShare {
  width: 166px;
  display: flex;
  align-items: center;
  margin-top: 88px;
}
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.6;
  transition: 0.5s;
}
footer .footer-new-bottom {
  width: 100%;
  background: #171E1E;
}
footer .footer-new-bottom .footer-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-new-bottom .footer-bottom-inner {
  padding: 32px 0;
  width: 78.125%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-new-bottom .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  flex-wrap: wrap;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-new-bottom .footer-bottom-infor-aone a {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-a {
  position: relative;
}
footer .footer-new-bottom .footer-bottom-infor-a:hover {
  opacity: 1;
}
footer .footer-new-bottom .footer-bottom-infor-a:hover::after {
  width: 100%;
}
footer .footer-new-bottom .footer-bottom-infor-a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-ziiynn {
  margin-right: 10px;
}
.page-title {
  width: 100%;
  position: relative;
  border-top: 1px solid #2E8B57;
  padding: 17px 10px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.page-title::after {
  width: 1px;
  height: 20px;
  background: #2E8B57;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.page-title::before {
  width: 1px;
  height: 20px;
  background: #2E8B57;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.page-title .page-title-text {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #2E8B57;
  line-height: 22px;
  font-family: 'Roboto-Regular';
}
.page-title .page-title-text .index {
  margin-right: 20px;
}
.page-title .page-title-text .title {
  text-transform: uppercase;
}
.page-title .page-title-right {
  width: 20px;
}
.page-title .page-title-right img {
  display: block;
  width: 100%;
}
.indexTitle h1 {
  font-weight: 500;
  font-size: 48px;
  color: #222222;
  line-height: 52px;
  font-family: 'H-Medium';
  text-transform: uppercase;
}
.indexDesc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  font-family: 'H-Regular';
}
.indexIntro {
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
}
.contacti {
  position: relative;
  background: url('https://file.global86.cn/fileStore/website_new_v2/deerfu/page-img/contacti-back.png') no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.contacti .contacti-outer {
  width: 100%;
}
.contacti .contacti-inner {
  width: 66%;
  min-width: 1200px;
  margin: 0 auto;
}
.contacti .contacti-title-text {
  font-weight: 500;
  font-size: 48px;
  color: #222222;
  line-height: 52px;
  font-family: 'H-Medium';
}
.contacti .contacti-title {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 12%;
}
.contacti .contacti-title .contacti-title-left {
  max-width: 40%;
}
.contacti .contacti-title .contactMenthods {
  display: flex;
  width: 100%;
  z-index: 20;
  position: relative;
  margin-top: 4px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
}
.contacti .contacti-title .contactMenthods p {
  color: #222222;
  z-index: 12;
}
.contacti .contacti-title .contactMenthods .contactMenthods-line {
  width: 2px;
  z-index: 12;
  height: 14px;
  margin: 0 10px;
  background: #222222;
  transform: scaleX(0.5);
}
.contacti .contacti-title .contacti-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.contacti .contacti-title .contacti-title-right {
  width: 55%;
}
.contacti .contacti-infos {
  width: 35%;
  padding-top: 40px;
}
.contacti .contacti-infos .contacti-infos-inner {
  width: 100%;
}
.contacti .contacti-infos .contacti-info-a {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  margin-bottom: 42px;
}
.contacti .contacti-infos .contacti-info-a p:nth-of-type(1) {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  margin-bottom: 8px;
  font-family: 'H-Regular';
}
.contacti .contacti-infos .contacti-info-a .p2 {
  font-weight: bold;
  font-size: 30px;
  color: #2E8B57;
  line-height: 30px;
  font-family: 'Roboto-Bold';
  width: auto;
  transition: all 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%, #2e8b57 0, #2e8b57 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.contacti .contacti-infos .contacti-info-a .contacti-info-a-address {
  font-family: 'H-Bold';
  font-size: 26px;
}
.contacti .contacti-infos .contacti-info-a:hover .p2 {
  background-size: 100% 1px;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid rgba(46, 139, 87, 0.2);
}
.contacti .contacti-main-line {
  width: 1px;
  background: rgba(46, 139, 87, 0.2);
}
.contacti .contacti-main-form {
  width: 55%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.contacti .form {
  width: 100%;
  position: relative;
  z-index: 12;
}
.contacti form {
  width: 100%;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contacti .form-input .form-input-one {
  width: 31%;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 5px 0 20px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.contacti .form-input .input::placeholder {
  color: #666666;
  border: 0;
  outline: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.contacti .form-input .input:focus {
  color: #222222;
  border: 1px solid #2E8B57;
  outline: none;
}
.contacti .form-input .input:focus::placeholder {
  opacity: 0;
}
.contacti .form-input .form-input-one:nth-of-type(3) {
  margin-right: 0;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 48px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 25px 0 20px;
  transition: 0.5s;
  border: 1px solid transparent;
}
.contacti .form-message .message::placeholder {
  color: #666;
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.contacti .form-message .message:focus {
  color: #222222;
  outline: none;
  border: 1px solid #2E8B57;
}
.contacti .form-message .message:focus::placeholder {
  opacity: 0;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  margin-top: 30px;
}
.contacti .formButton-box .formButton {
  width: 180px;
  height: 54px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/deerfu/page-img/submit-back.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  padding: 0 30px 0 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacti .formButton-box .formButton .banner-more-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 12px;
}
.contacti .formButton-box .formButton .banner-more-right {
  width: 14px;
  height: 14px;
  position: relative;
  overflow: hidden;
}
.contacti .formButton-box .formButton .banner-more-right .icon {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(0, 0);
  transition: 0.5s;
}
.contacti .formButton-box .formButton .banner-more-right .default {
  width: 100%;
  height: 100%;
  display: block;
}
.contacti .formButton-box .formButton .banner-more-right .active {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: -100%;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 54px;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .banner-more-right .icon {
  transform: translate(100%, -100%);
}
.inner-page-nside {
  width: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 100px;
}
.inner-page-nside .inner-page-nside-outer {
  padding: 22px 8%;
}
.inner-page-nside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.inner-page-nside .index-nside {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.inner-page-nside .index-nside .index-dot {
  margin-right: 8px;
}
.inner-page-nside .index-nside .index-dot svg {
  width: 24px;
  height: 24px;
}
.inner-page-nside .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #666666;
}
.inner-page-nside .nside-a {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
}
.inner-page-nside .nside-a:hover {
  color: #1356D1;
}
.public-btn {
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.public-btn .banner-more-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60px;
  overflow: hidden;
  transition: 0.5s;
}
.public-btn .banner-more-text {
  margin-right: 8px;
  height: 32px;
  overflow: hidden;
}
.public-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: 'Roboto-Regular';
}
.public-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.public-btn .banner-more-right {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: flex-end;
  padding: 7px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.public-btn .banner-more-right .banner-more-icon {
  width: 18px;
  height: 18px;
  position: relative;
  overflow: hidden;
  z-index: 12;
}
.public-btn .banner-more-right .banner-more-icon .icon {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(0, 0);
  transition: 0.5s;
}
.public-btn .banner-more-right .banner-more-icon .default {
  width: 100%;
  height: 100%;
  display: block;
}
.public-btn .banner-more-right .banner-more-icon .active {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: -100%;
}
.public-btn .banner-more-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/deerfu/page-img/more-active.png') no-repeat;
  background-size: 100% 100%;
}
.public-btn .banner-more-right::before {
  content: '';
  position: absolute;
  top: 100%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/deerfu/page-img/more-default.png') no-repeat;
  background-size: 100% 100%;
  transition: 0.5s;
  z-index: 2;
}
.public-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.public-btn:hover .banner-more-right {
  border-radius: 6px;
}
.public-btn:hover .banner-more-right .banner-more-icon .icon {
  transform: translate(100%, -100%);
}
.public-btn:hover .banner-more-right::before {
  top: 0;
  left: 0;
}
@keyframes read-more-dot {
  0% {
    transform: translateX(0) rotateY(15deg) rotateX(-15deg) scale(1);
  }
  50% {
    transform: translateX(12px) rotateY(15deg) rotateX(-15deg) scale(1);
  }
  100% {
    transform: translateX(0) rotateY(15deg) rotateX(-15deg) scale(1);
  }
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-height: 100px;
  background: transparent;
  transition: max-height 1s;
  border-bottom: 1px solid #ffffff;
}
.header-index .header-index-inner {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  align-items: center;
}
.header-index .logo-index {
  width: 120px;
  height: 70px;
}
.header-index .logo-index a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .logo-index a img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
}
.header-index .header-index-nav {
  width: calc(95% - 120px);
  white-space: nowrap;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-index .header-index-nav nav ul {
  display: flex;
  align-items: center;
}
.header-index .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 1.4vw;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  height: 100px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  text-transform: uppercase;
  z-index: 15;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p p {
  position: relative;
  z-index: 3010;
}
.header-index .header-index-nav nav .nav-item .nav-item-first::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #2E8B57;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #fff;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover::after {
  height: 100%;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #fff;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-avtive::after {
  height: 100%;
}
.header-index .header-index-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-right-inner {
  height: 100%;
  padding: 0 60px 0 10px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-langs {
  width: 50px;
  height: 50px;
  background: #00A6ED;
  border-radius: 50%;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  justify-content: center;
  color: #fff;
  line-height: 50px;
  font-family: 'Montserrat-Medium';
  display: flex;
  align-items: center;
  transition: 0.5s;
  position: relative;
  z-index: 12;
  text-transform: uppercase;
}
.header-index .header-index-right .header-index-langs .langName-icon {
  position: relative;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}
.header-index .header-index-right .header-index-langs .langName-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.header-index .header-index-right .header-index-langs:hover {
  background: #2E8B57;
}
.header-index .header-index-right .header-index-line {
  width: 1px;
  height: 15px;
  background: #fff;
  opacity: 0.4;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-contact {
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 12;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .contact-icon {
  width: 18px;
  cursor: pointer;
  height: 22px;
  position: relative;
}
.header-index .header-index-right .header-index-contact img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner {
  min-width: 224px;
  border-radius: 18px;
  padding: 8px 18px 6px;
  margin-top: 16px;
  text-align: center;
  background: #2E8B57;
  position: relative;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2E8B57;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val a {
  color: #fff;
  white-space: nowrap;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact span {
  position: relative;
}
.header-index .header-index-right .header-index-contact span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-contact .header-lang-oneA-val-active {
  opacity: 1;
  height: 48px;
  z-index: 2005;
  transition: 0.5s;
  padding-top: 13px;
}
.header-index .header-index-right .header-index-contact:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-contact:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-right .header-index-contact:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-search {
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-right .header-index-search .header-index-search-inner {
  width: 18px;
  display: flex;
  height: 20px;
  position: relative;
  align-items: center;
}
.header-index .header-index-right .header-index-search img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-index .header-index-right .header-index-search:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-right .header-index-search:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-right .header-index-search:hover .nav-cur-img {
  opacity: 0;
}
.header-index .nav-default-img {
  opacity: 1;
}
.header-index .nav-active-img {
  opacity: 0;
}
.header-index .nav-cur-img {
  opacity: 0;
}
.header-index .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header2 {
  padding: 0 0;
  background: #FFFFFF;
  transition: 0.5s;
  box-shadow: 0px 2px 9px 1px rgba(188, 207, 245, 0.3);
}
.header2 .header-index-right {
  height: 100px;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #222222;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #fff;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover::after {
  height: 100%;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #fff;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive::after {
  height: 100%;
}
.header2 .header-index-inner .header-index-right .header-index-line {
  background: #222222;
}
.header2 .header-index-inner .header-index-right .header-phone a {
  color: #222222;
}
.header2 .nav-default-img {
  opacity: 0;
}
.header2 .nav-active-img {
  opacity: 0;
}
.header2 .nav-cur-img {
  opacity: 1;
}
.header2 .logo-active {
  opacity: 1;
}
.header2 .logo-default {
  opacity: 0;
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
}
.header-active {
  padding: 0 0;
  background: #FFFFFF;
  transition: 0.5s;
  box-shadow: 0px 2px 9px 1px rgba(188, 207, 245, 0.3);
}
.header-active .header-index-right {
  height: 100px;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #222222;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #fff;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover::after {
  height: 100%;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #fff;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive::after {
  height: 100%;
}
.header-active .header-index-inner .header-index-right .header-index-line {
  background: #222222;
}
.header-active .header-index-inner .header-index-right .header-phone a {
  color: #222222;
}
.header-active .nav-default-img {
  opacity: 0;
}
.header-active .nav-active-img {
  opacity: 0;
}
.header-active .nav-cur-img {
  opacity: 1;
}
.header-active .logo-active {
  opacity: 1;
}
.header-active .logo-default {
  opacity: 0;
}
.header-visible {
  overflow: visible !important;
}
.headerDottom-pro {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.header-height {
  max-height: 140px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.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: #2E8B57;
  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: #2E8B57;
  border: 1px solid #2E8B57;
  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: #2E8B57;
  border: 1px solid #2E8B57;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.searchDialog {
  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;
}
.searchDialog .searchDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.searchDialog .searchDialog-inner .searchDialog-close {
  position: absolute;
  cursor: pointer;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
  background: #2E8B57;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.searchDialog .searchDialog-inner .searchDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.searchDialog .searchDialog-inner .searchDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 36px;
  line-height: 30px;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner {
  width: 100%;
  height: 42px;
  position: relative;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input:focus {
  font-weight: 400;
  outline: none;
  font-size: 24px;
  color: #333333;
  line-height: 42px;
  border: none;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .icon-searchIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #ccc;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.page-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.page-title {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.page-title .page-right {
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
.page-title .page-right .default {
  width: 100%;
  height: 100%;
  display: block;
}
.page-title .page-right .active {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  transform: skew(15deg);
  transition: 0.5s;
}
.page-title:hover {
  color: #F8B500;
}
.page-title:hover .page-right .active {
  transform: skew(0deg);
  left: 0;
}
.page-right-box {
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  z-index: 25;
}
.page-right-box .default {
  width: 100%;
  height: 100%;
  display: block;
}
.page-right-box .active {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  transform: skew(15deg);
  transition: 0.5s;
}
.page-right-box:hover .active {
  transform: skew(0deg);
  left: 0;
}
.pageNside {
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  padding: 24px 0;
}
.pageNside .indexPage-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  position: relative;
}
.pageNside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pageNside .nside-first a {
  color: #333333;
}
.pageNside .nside-first .index-nside {
  display: flex;
  align-content: center;
}
.pageNside .nside-first .index-nside .index-dot {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.pageNside .nside-first .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.pageNside .nside-first .nside-right {
  margin: 0 10px;
  color: #333333;
  font-size: 18px;
}
.pageNside .nside-a {
  transition: 0.5s;
}
.pageNside .nside-a:hover {
  color: #1A5ED4;
}
.pageNside .nside-a-last {
  font-weight: 550;
  color: #1A5ED4;
}
.indexPage-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.videoPopup .videoPopup-inner {
  width: 80%;
  height: 80%;
  position: relative;
}
.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 68px;
  color: #fff;
  line-height: 72px;
  cursor: pointer;
  z-index: 4001;
}
.videoPopup-show {
  z-index: 4000;
  display: flex;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 100px;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  left: 0;
  background: #F8F8F8;
  transition: 1s;
  font-family: 'LamaSans-Regular';
}
.nav-item-second .nav-item-second-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-item-second .nav-item-second-inner-other {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 50px;
  justify-content: space-between;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-inner-title {
  font-weight: 500;
  width: 25%;
  font-size: 18px;
  color: #2E8B57;
  padding-right: 25px;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-inner-other-con {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.nav-item-second .nav-item-second-inner-pro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px 0 60px;
  position: relative;
}
.nav-item-second .nav-item-second-types {
  width: 33.33%;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header {
  width: 100%;
  font-size: 18px;
  height: 60px;
  cursor: pointer;
  line-height: 24px;
  transition: .5s;
  display: flex;
  background: #F8F8F8;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  border-bottom: 1px solid #DDDDDD;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header1 {
  width: 100%;
  font-size: 18px;
  height: 60px;
  cursor: pointer;
  line-height: 24px;
  transition: .5s;
  display: flex;
  background: #F8F8F8;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  border-bottom: 1px solid #DDDDDD;
}
.nav-item-second .nav-item-second-types .proi-classify-title {
  color: #666666;
  transition: .5s;
  width: calc(100% - 45px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nav-item-second .nav-item-second-types .el-icon-arrow-right {
  font-size: 16px;
  width: 40px;
  color: #333333;
  text-align: right;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-types .proi-classify-img-default {
  display: block;
}
.nav-item-second .nav-item-second-types .proi-classify-img-active {
  display: none;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header {
  background: #2E8B57;
  transition: .5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header .proi-classify-title {
  color: #fff;
  transition: .5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header .el-icon-arrow-right {
  color: #fff;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header .proi-classify-img-default {
  display: none;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header .proi-classify-img-active {
  display: block;
}
.nav-item-second .nav-item-second-cur {
  width: 33.33%;
  max-height: 600px;
  overflow-y: auto;
}
.nav-item-second .nav-item-second-cur .nav-item-second-cur-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nav-item-second .nav-item-second-cur .proi-data-one {
  width: 100%;
  display: flex;
  padding: 0 5%;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #DDDDDD;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one .proi-data-title {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one i {
  font-size: 14px;
  color: #333;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one-active {
  background: #2E8B57;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one-active .proi-data-title {
  color: #fff;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one-active i {
  color: #fff;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-img {
  width: 33.33%;
  overflow: hidden;
  position: relative;
}
.nav-item-second .nav-item-second-img .second-img {
  width: 100%;
  display: block;
}
.nav-item-second .nav-item-second-img .second-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1200;
  display: flex;
  justify-content: center;
}
.nav-item-second .nav-item-second-btn {
  width: 100%;
  margin-top: 30px;
}
.nav-item-second .nav-item-second-btn a {
  width: 230px;
  height: 42px;
  background: #2E8B57;
  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;
}
.nav-item-second .nav-item-second-btn a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.nav-item-second .nav-item-second-btn a .proMenu-icon img {
  width: 100%;
}
.nav-item-second .nav-item-second-btn a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.nav-item-second .second-nav-a-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #EFEFEF;
}
.nav-item-second .second-nav-a-one .second-nav-a-one-title {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one i {
  font-size: 14px;
  color: #EFEFEF;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one:hover .second-nav-a-one-title {
  color: #2E8B57;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one:hover i {
  color: #2E8B57;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #2E8B57;
  transition: 0.5s;
  bottom: 0;
  left: 0;
}
.nav-item-second .second-nav-a-one:hover::before {
  width: 100%;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one:nth-of-type(3n) {
  margin-right: 0;
}
.nav-item-second-other {
  background: #fff;
}
.nav-item-second-pro {
  display: flex;
  width: calc(100% - 120px);
  margin: 0 auto;
}
.nav-item-second-pro .nav-item-second-pro-con {
  width: 70%;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list {
  width: 100%;
  height: 100%;
  display: flex;
  white-space: normal;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types {
  width: 50%;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one {
  width: 100%;
  padding: 25px 10%;
  background: #F8F8F8;
  border-bottom: 1px solid #DDDDDD;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one .text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one .text a {
  position: relative;
  color: #333333;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one .text::before {
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one .text::after {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
  right: 0;
  opacity: 0;
  transition: 0.5s;
  background: url('https://file.global86.cn/fileStore/website_new_v2/deerfu/page-img/right-top.png') no-repeat;
  background-size: 100% auto;
  background-size: cover cover;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one-active {
  background: #2E8B57;
  border-bottom: 1px solid #2E8B57;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one-active .text a {
  color: #fff;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one-active .text::before {
  opacity: 1;
  left: -20px;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-types .itemProduct-type-one-active .text::after {
  opacity: 1;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms {
  width: 50%;
  height: 100%;
  background: #FFFFFF;
  position: relative;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a {
  width: 100%;
  padding: 25px 14% 25px 10%;
  border-bottom: 1px solid #DDDDDD;
  transition: 0.5s;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a .text {
  width: 100%;
  position: relative;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a .text a {
  position: relative;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a .text::after {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
  right: -15px;
  opacity: 0;
  transition: 0.5s;
  background: url('https://file.global86.cn/fileStore/website_new_v2/deerfu/page-img/right-top.png') no-repeat;
  background-size: 100% auto;
  background-size: cover cover;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a-active {
  border-bottom: 1px solid #2E8B57;
  background: #2E8B57;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a-active .text a {
  color: #fff;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall .nav-item-second-proall-a-active .text::after {
  opacity: 1;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall-active {
  display: block;
}
.nav-item-second-pro .nav-item-second-pro-con .nav-item-second-pro-list .nav-item-second-pro-doms .nav-item-second-proall-op {
  opacity: 0 !important;
}
.nav-item-second-pro .nav-item-second-pro-img {
  width: 30%;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-inner {
  width: 100%;
  aspect-ratio: 0.8;
  position: relative;
  background: #fff;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .nav-item-second-pro-right-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one .img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one .more {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one .more .public-btn .read-more-p {
  color: #222222;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one .more .public-btn .read-more-p::before {
  color: #222222;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one-active {
  opacity: 1;
  z-index: 33;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one .pro-img-one-active:hover img {
  transform: scale(1.05);
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one-active {
  display: block;
}
.nav-item-second-pro .nav-item-second-pro-img .nav-item-second-pro-img-one-op {
  opacity: 0;
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
}
@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: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .header-lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .header-lang-one {
  position: relative;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 26px;
  left: 2px;
  top: 2px;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 4px;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: rgba(46, 139, 87, 0.8);
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #2E8B57;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 24px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.headerM .header-inner .langList .langList-inner a:nth-last-of-type(1):after {
  display: none;
}
.headerM .header-inner .langList .langList-inner .langList-last {
  border-bottom: 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: 32px;
  padding: 0 10px;
  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 {
  height: 45px;
}
.headerM .logo img {
  height: 100%;
  display: block;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2900;
  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;
  height: 50px;
}
.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: 10px;
  margin-right: 0;
  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;
  text-transform: uppercase;
  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: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
  background: #00A6ED;
  border-radius: 6px;
}
.top_nav .nav .li .menu p img {
  width: 50%;
  display: block;
  object-fit: scale-down;
  position: absolute;
  transition: 0.5s;
  left: 0;
}
.top_nav .nav .li .menu p .default {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top_nav .nav .li .menu p .active {
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  background: #2E8B57;
}
.top_nav .nav .li .menu p:hover .default {
  top: 50%;
  left: 100%;
}
.top_nav .nav .li .menu p:hover .active {
  left: 25%;
}
.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;
  transition: 0.5s;
}
.top_nav .nav .li .menu .name:hover {
  color: #2E8B57;
  transition: 0.5s;
}
.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: #2E8B57;
}
.innerPage-secondNav {
  border-bottom: 1px solid #EFEFEF;
  background: #F8F8F8;
  margin-bottom: 0;
}
.innerPage-secondNav .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.innerPage-secondNav .secondNav-one {
  padding: 20px 6px;
  width: 15%;
  text-transform: uppercase;
  min-width: 180px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #666666;
  line-height: 20px;
  font-family: 'LamaSans-Regular';
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.innerPage-secondNav .secondNav-one:hover {
  color: #01824a;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one::after {
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  position: absolute;
  background: #01824a;
}
.innerPage-secondNav .secondNav-one::before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  position: absolute;
  background: #EFEFEF;
}
.innerPage-secondNav .secondNav-one:nth-of-type(1)::before {
  display: none;
}
.innerPage-secondNav .secondNav-one:hover::after {
  width: 100%;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one-active {
  color: #01824a;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one-active::after {
  width: 100%;
  transition: 0.5s;
}
.imgHover {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.imgHover img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.imgHover:hover {
  overflow: hidden;
}
.imgHover:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.nban {
  position: relative;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-outer {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.nban .nban-word {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
}
.nban .nban-title {
  width: 100%;
  font-weight: 400;
  margin-top: 20px;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 42px;
  font-family: 'Montserrat-Medium';
}
.nban .nban-title::first-letter {
  text-transform: uppercase;
}
.nban .nban-desc {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  align-items: center;
  opacity: 0.6;
}
.nban .nban-desc i {
  margin-top: 2px;
}
.nside {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
}
.nside .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.nside .index-nside .index-icon {
  width: 28px;
  height: 24px;
  margin-right: 5px;
}
.nside .nside-right {
  font-size: 16px;
  margin: 0 5px;
  color: #333333;
}
.nside .nside-a {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.nside .nside-a:hover {
  color: #01824a;
  transition: 0.5s;
}
.nside .nside-a-last {
  color: #01824a;
  transition: 0.5s;
  white-space: normal;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.indexPage-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage {
  width: 100%;
  padding-top: 100px;
}
.indexPage-last {
  padding-bottom: 100px;
}
.webPage {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pages-a {
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #115DA9;
  line-height: 48px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  border: 1px solid #115DA9;
}
.webPage .pages-a:hover {
  background: #115DA9;
  color: #fff;
}
.webPage .pages-a-active {
  color: #fff;
  background: #115DA9;
}
.webPage .pageBtn {
  cursor: pointer;
  width: 150px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #115DA9;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #115DA9;
  line-height: 24px;
}
.webPage .pageBtn .icon {
  width: 20px;
  height: 24px;
  position: relative;
}
.webPage .pageBtn .icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.webPage .pageBtn .icon .default {
  opacity: 1;
}
.webPage .pageBtn .icon .active {
  opacity: 0;
}
.webPage .pageBtn:hover {
  color: #fff;
  background: #115DA9;
}
.webPage .pageBtn:hover .icon .default {
  opacity: 0;
}
.webPage .pageBtn:hover .icon .active {
  opacity: 1;
}
.webPage .pre-pageBtn {
  margin-right: 10px;
}
.webPage .pre-pageBtn .icon {
  margin-right: 6px;
}
.webPage .next-pageBtn {
  margin-left: 10px;
}
.webPage .next-pageBtn .icon {
  margin-left: 6px;
}
.webPage .pageBtn-active {
  color: #fff;
  background: #115DA9;
}
.webPage .pageBtn-active .icon .default {
  opacity: 0;
}
.webPage .pageBtn-active .icon .active {
  opacity: 1;
}
.webPage .webPage-num {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #115DA9;
  display: flex;
  align-items: center;
  text-align: center;
}
.webPage .webPage-num .excessive p {
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background: #115DA9;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.pro-types {
  width: 266px;
}
.pro-types .pro-types-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}
.pro-types .pro-types-inner .pro-types-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  background: #233DD7;
  color: #fff;
  line-height: 36px;
  padding: 14px 30px;
}
.pro-types .pro-types-main {
  width: 100%;
  padding: 10px 10px 20px;
}
.pro-types .pro-types-main .pro-types-one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  transition: 0.5s;
  padding: 14px 20px 14px 30px;
}
.pro-types .pro-types-main .pro-types-one .pro-types-name {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  max-width: calc(100% - 40px);
}
.pro-types .pro-types-main .pro-types-one .pro-types-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
  color: #233DD7;
  font-size: 24px;
}
.pro-types .pro-types-main .pro-types-one:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: rgba(35, 61, 215, 0.2);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:hover .pro-types-name {
  color: #233DD7;
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:hover .pro-types-right {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: rgba(35, 61, 215, 0.2);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active .pro-types-name {
  color: #233DD7;
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active .pro-types-right {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:nth-last-of-type(1) {
  border-bottom: none;
}
.second-inner-nav {
  position: relative;
  display: flex;
  height: 80px;
}
.second-inner-nav .inner-nav-one {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  background: #FFFFFF;
  transition: 0.5s;
  position: relative;
  height: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.second-inner-nav .inner-nav-one .icon {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  position: relative;
  transition: 0.5s;
  z-index: 12;
  margin-right: 30px;
}
.second-inner-nav .inner-nav-one .icon::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.5s;
}
.second-inner-nav .inner-nav-one .title {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
  z-index: 12;
}
.second-inner-nav .inner-nav-one::after {
  width: 100%;
  height: 0;
  background: #1356D1;
  position: absolute;
  top: -25%;
  left: 0;
  transition: 0.5s;
  content: "";
}
.second-inner-nav .inner-nav-one:hover {
  border-right: 1px solid #1356D1;
  border-bottom: 1px solid #1356D1;
}
.second-inner-nav .inner-nav-one:hover .icon {
  color: #fff;
  transform: translateY(-12px);
}
.second-inner-nav .inner-nav-one:hover .icon::after {
  width: 100%;
}
.second-inner-nav .inner-nav-one:hover .title {
  color: #fff;
  transform: translateY(-10px);
}
.second-inner-nav .inner-nav-one:hover::after {
  height: 125%;
}
.second-inner-nav .inner-nav-one-active {
  border-bottom: 1px solid #1356D1;
  border-right: 1px solid #1356D1;
}
.second-inner-nav .inner-nav-one-active .icon {
  color: #fff;
  transform: translateY(-12px);
}
.second-inner-nav .inner-nav-one-active .icon::after {
  width: 100%;
}
.second-inner-nav .inner-nav-one-active .title {
  color: #fff;
  transform: translateY(-10px);
}
.second-inner-nav .inner-nav-one-active::after {
  height: 125%;
}
.inner-nav {
  position: relative;
  z-index: 12;
  width: 100%;
}
.inner-nav .indexPage-outer {
  background: #F8B500;
  border-radius: 10px;
}
.inner-nav .inner-nav-main {
  padding: 26px 5%;
  display: flex;
  min-height: 90px;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.inner-nav .inner-nav-main .inner-nav-one {
  height: 100%;
  max-width: 33.33%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-nav .inner-nav-main .inner-nav-one a {
  width: auto;
  height: 100%;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 26px;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  text-transform: uppercase;
}
.inner-nav .inner-nav-main .inner-nav-one .a {
  width: auto;
  height: 100%;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 26px;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  text-transform: uppercase;
}
.inner-nav .inner-nav-main .inner-nav-one .dot {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  position: absolute;
  top: -5px;
  left: 0;
}
.inner-nav .inner-nav-main .inner-nav-one:hover a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one:hover .a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one-active a {
  opacity: 1;
}
.inner-nav .inner-nav-main .inner-nav-one-active .a {
  opacity: 1;
}
.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 #2E8B57;
  background: #2E8B57 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1918px) {
  footer .footer-navs {
    margin-top: 40px;
  }
  footer .footer-contactShare {
    margin-top: 55px;
  }
  footer .footer-new-top {
    padding: 60px 0 50px;
  }
  footer .footer-new-share {
    width: 84%;
  }
  footer .footer-new-bottom .footer-bottom-inner {
    width: 84%;
    padding: 20px 0;
  }
  .indexTitle h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .contacti .contacti-title-text {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1650px) {
  .indexPage-outer {
    width: 90%;
  }
  .nban .nban-outer {
    top: 55%;
  }
  .nside {
    padding: 14px 0;
  }
  .nban .nban-title {
    margin-top: 14px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1598px) {
  .indexTitle h1 {
    font-size: 38px;
    line-height: 42px;
  }
  footer .footer-new-share {
    width: 1200px;
  }
  footer .footer-new-bottom .footer-bottom-inner {
    width: 1200px;
  }
  .innerPage-secondNav .secondNav-one {
    padding: 18px 6px;
    font-size: 14px;
  }
  .nban .nban-title {
    margin-top: 12px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1365px) {
  .header-index .header-index-inner {
    padding-left: 40px;
  }
  .contacti .contacti-inner {
    width: 100%;
    min-width: 0;
  }
  footer .footer-new-share {
    width: 100%;
  }
  .contacti .contacti-infos .contacti-info-a p:nth-of-type(1) {
    font-size: 16px;
  }
  .contacti .contacti-infos .contacti-info-a .p2 {
    font-size: 26px;
  }
  .contacti .contacti-infos .contacti-info-a .contacti-info-a-address {
    font-size: 24px;
  }
  .contacti .contacti-infos {
    width: 37%;
  }
  footer .footer-new-bottom .footer-bottom-inner {
    width: 100%;
  }
  .header-index .header-index-right .header-index-right-inner {
    padding: 0 40px 0 10px;
  }
  .innerPage-secondNav .secondNav-one {
    padding: 14px 4px;
    min-width: 160px;
  }
  .nban .nban-title {
    margin-top: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  .nside {
    padding: 12px 0;
  }
  .nban .nban-desc {
    font-size: 14px;
  }
  .nside .nside-a {
    font-size: 14px;
    line-height: 20px;
  }
  .nside .index-nside {
    font-size: 14px;
    line-height: 20px;
  }
  .nside .index-nside .index-icon {
    width: 24px;
    height: 20px;
  }
  .webPage .pages-a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .webPage .pageBtn {
    width: 124px;
    height: 40px;
  }
}
@media only screen and (max-width: 1281px) {
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1250px) {
  .page-title {
    margin-bottom: 40px;
  }
  footer .footer-new-share .footer-new-logo .logo {
    width: 220px;
  }
  footer .footer-new-other .contacti-share .contacti-share-one:nth-of-type(1) img {
    width: 25px;
    height: 25px;
  }
  footer .footer-navs {
    margin-top: 34px;
  }
  footer .footer-new-top {
    padding: 48px 0 40px;
  }
  footer .footer-contactShare {
    margin-top: 40px;
  }
  footer .footer-new-other .contacti-share .contacti-share-one:nth-of-type(2) img {
    width: 22px;
  }
  .nban {
    margin-top: 65px;
  }
  .nban .nban-outer {
    top: 45%;
  }
  .nban .nban-title {
    font-size: 22px;
    line-height: 24px;
  }
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban {
    margin-top: 65px;
  }
  .inner-page-nside {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  .webPage .pages-a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1025px) {
  .nban {
    margin-top: 65px;
  }
  .inner-page-nside {
    margin-top: 65px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .webPage .pageBtn .web-icon {
    width: 22px;
  }
  .webPage .pageBtn {
    font-size: 14px;
    width: auto;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .contacti .form-input {
    margin-bottom: 0;
  }
  .contacti .contacti-title .contacti-title-left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .contacti .contacti-title .contacti-title-right {
    width: 100%;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .contacti .contacti-title {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .contacti .contacti-main-form {
    padding-top: 30px;
  }
  .contacti .contacti-infos {
    padding-top: 30px;
  }
  .contacti .contacti-main {
    margin-top: 30px;
  }
  .contacti .form-input .form-input-one {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-navs .footer-nav-one {
    margin-right: 6%;
  }
  .webPage .pageBtn .text {
    display: none;
  }
  .webPage .pageBtn .icon {
    margin: 0 0;
  }
  .innerPage-secondNav .secondNav-one {
    font-size: 12px;
    padding: 8px 10px;
    min-width: 0;
    width: auto;
  }
  .innerPage-secondNav {
    margin-bottom: 0;
  }
  .nside {
    padding: 10px 0;
  }
  .nban .nban-outer {
    top: 40%;
  }
  .nside .nside-a {
    font-size: 12px;
    line-height: 18px;
  }
  .nside .index-nside {
    font-size: 12px;
    line-height: 18px;
  }
  .nban .nban-desc {
    font-size: 12px;
  }
  .nban .nban-title {
    margin-top: 8px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 850px) {
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  footer .footer-new-bottom .footer-bottom-inner {
    padding: 20px 0 90px;
  }
}
@media only screen and (max-width: 821px) {
  .headerM .logo {
    height: 45px;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .contacti .contacti-main {
    flex-wrap: wrap;
  }
  .indexTitle h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .contacti .contacti-title-text {
    font-size: 28px;
    line-height: 32px;
  }
  .contacti .contacti-main-form {
    width: 100%;
  }
  .contacti .contacti-main-line {
    height: 1px;
    width: 100%;
    margin-top: 30px;
  }
  .contacti .contacti-infos {
    width: 100%;
  }
  footer .footer-navs {
    flex-wrap: wrap;
  }
  footer .footer-navs .footer-nav-one {
    margin-right: 0;
    width: 33.33%;
    margin-top: 6px;
  }
  .indexPage-desc {
    font-size: 14px;
  }
  .pages .el-pagination.is-background .btn-prev::before {
    font-size: 16px;
  }
  .pages .el-pagination.is-background .btn-next::before {
    font-size: 16px;
  }
  .pages .el-pagination.is-background .el-pager li {
    width: 40px;
    height: 32px;
    line-height: 32px;
    min-width: 20px !important;
    margin-top: 0;
  }
  .pages button {
    width: 32px;
    height: 32px;
  }
  .imgHover {
    border-radius: 6px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 14px;
  }
  .headerM .logo {
    height: 32px;
  }
}
@media only screen and (max-width: 750px) {
  .page-title {
    padding-top: 13px;
  }
  .page-title .page-title-right {
    width: 16px;
  }
  .indexTitle h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-title .page-title-text .index {
    margin-right: 12px;
  }
  .contacti .contacti-infos .contacti-info-a .p2 {
    font-size: 22px;
  }
  .contacti .contacti-infos .contacti-info-a {
    margin-bottom: 28px;
  }
  .contacti .contacti-infos .contacti-info-a p:nth-of-type(1) {
    font-size: 14px;
  }
  .contacti .contacti-title .contactMenthods {
    font-size: 14px;
  }
}
@media only screen and (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
  .headerM .logo {
    height: 32px;
  }
  .inner-page-nside {
    margin-top: 50px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .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: 521px) {
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .nban {
    margin-top: 42px;
  }
  .inner-page-nside {
    margin-top: 42px;
  }
  .sidefixedM .sideitem1 .sideins {
    left: 12px;
    transform: translateX(0);
  }
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .nban {
    margin-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 14px;
    margin-left: 15px;
  }
  .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 (max-width: 376px) {
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 344px) {
  .headerM .logo {
    height: 32px;
  }
}
