<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'LamaSans-Black';
  src: url("../css/fonts/LamaSans-Black.ttf");
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url("../css/fonts/Poppins-Medium.otf");
}
@font-face {
  font-family: 'Poppins-R';
  src: url("../css/fonts/Poppins-Regular.otf");
}
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;
}
.swiper {
  overflow: hidden;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'Poppins-R';
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
}
.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;
}
.company-pro {
  background: #111A1C;
}
.contacti {
  position: relative;
}
.contacti .indexPage-outer {
  position: relative;
}
.contacti .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}
.contacti .contacti-after-choose {
  width: calc(100% - 300px);
}
.contacti .contacti-choose-l {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacti .choose-lt {
  width: 100%;
}
.contacti .choose-lb {
  width: 100%;
}
.contacti .footer-c-navs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contacti .footer-c-navs a {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin: 12px 0;
  font-family: 'Poppins-Medium';
  text-transform: uppercase;
  opacity: 0.2;
  transition: 0.5s;
  display: block;
  position: relative;
}
.contacti .footer-c-navs a:hover {
  opacity: 1;
}
.contacti .footer-c-navs a:hover:after {
  width: 90px;
}
.contacti .footer-c-navs .a1 {
  opacity: 1;
}
.contacti .footer-c-navs a:after {
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.contacti .footer-new-logo {
  width: 168px;
  display: block;
  margin-bottom: 35px;
  height: 46px;
}
.contacti .footer-new-logo img {
  width: 100%;
  display: block;
  height: 100%;
}
.contacti .footer-contactShare {
  width: 168px;
  display: flex;
  align-items: center;
}
.contacti .footer-contactShare .footer-center-bottom-one {
  width: 22px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.6;
  transition: 0.5s;
  display: inline-block;
}
.contacti .footer-contactShare .footer-center-bottom-one .icon {
  width: 22px;
  height: 22px;
}
.contacti .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.contacti .after-choose-t {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacti .contacti-title-text {
  width: 100%;
  font-weight: 900;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 72px;
  font-family: 'LamaSans-Black';
  text-transform: uppercase;
  margin-bottom: 18px;
}
.contacti .contacti-form-left {
  width: 100%;
  margin-bottom: 40px;
  max-width: 100%;
}
.contacti .contacti-info-box {
  width: 36%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacti .contacti-info-box .contacti-info-one {
  width: 100%;
  margin-top: 36px;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val {
  width: 100%;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-text {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 17px;
  opacity: 0.6;
  width: 100%;
  margin-bottom: 10px;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
  font-family: 'Poppins-Medium';
  width: 100%;
  transition: 0.5s;
  display: inline-block;
  position: relative;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a span {
  position: relative;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a1 {
  font-size: 18px;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #225C02;
  content: "";
  transition: 0.5s;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-val .contacti-info-a {
  color: #225C02;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-val .contacti-info-a span::after {
  width: 100%;
}
.contacti .contacti-info-box-m {
  display: none;
}
.contacti .contacti-main {
  width: 100%;
}
.contacti .contacti-main .contacti-main-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contacti .contacti-main .form-inner {
  width: 60%;
}
.contacti .contactMenthods {
  display: flex;
  width: 100%;
  max-width: 516px;
  z-index: 20;
  position: relative;
  margin-top: 4px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  justify-content: flex-start;
}
.contacti .contactMenthods p {
  color: #FFFFFF;
  opacity: 0.85;
  z-index: 12;
  margin-right: 0;
  width: 50%;
  margin-top: 5px;
}
.contacti .contactMenthods .contactMenthods-line {
  width: 2px;
  z-index: 12;
  height: 14px;
  opacity: 0.75;
  margin: 0 10px;
  background: #FFFFFF;
  transform: scaleX(0.5);
  display: none;
}
.contacti .contactMenthods1 {
  max-width: 900px;
}
.contacti .form {
  width: 100%;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .form-input .form-input-one {
  width: 30%;
  margin-bottom: 28px;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Poppins-R';
  line-height: 48px;
  height: 48px;
  background: transparent;
  border-radius: 0;
  padding: 0 5px 0 0;
  transition: 0.5s;
}
.contacti .form-input .input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  line-height: 20px;
  outline: none;
  text-transform: uppercase;
}
.contacti .form-input .input:focus {
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
.contacti .form-input .form-input-one:nth-of-type(3) {
  margin-right: 0;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Poppins-R';
  line-height: 48px;
  height: 100px;
  background: transparent;
  border-radius: 0;
  padding: 0 5px 0 0;
}
.contacti .form-message .message::placeholder {
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  line-height: 20px;
  outline: none;
  text-transform: uppercase;
}
.contacti .form-message .message:focus {
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  z-index: 20;
  position: relative;
}
.contacti .formButton-box .formButton {
  width: 200px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  margin-top: 10px;
  z-index: 12;
  overflow: hidden;
  transition: 0.5s;
  line-height: 48px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 100%;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .read-moredot {
  width: 48px;
  height: 18px;
  background: #225C02;
  border-radius: 9px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #225C02;
  transition: 0.5s;
  position: relative;
  z-index: 12;
}
.contacti .formButton-box .formButton .read-moredot img {
  display: block;
  height: 100%;
  object-fit: scale-down;
  width: 42%;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 48px;
  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%);
}
.contacti .formButton-box .formButton:hover {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #F8862A;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .read-moredot {
  background: #F8862A;
  border: 1px solid #fff;
}
.contacti .formButton-box .formButton::after {
  width: 0;
  height: 100%;
  content: "";
  background: #F8862A;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.8s;
}
.contacti .formButton-box .formButton:hover:after {
  width: 100%;
}
.contacti .formButton-box .form-up-btn {
  margin-right: 30px;
  margin-top: 10px;
  width: 200px;
  text-transform: uppercase;
  height: 46px;
  background: #F8862A;
  border-radius: 0px 10px 0px 10px;
  z-index: 12;
  overflow: hidden;
  transition: 0.5s;
  line-height: 46px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.contacti .formButton-box .form-up-btn .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 100%;
  transition: 0.5s;
}
.contacti .formButton-box .form-up-btn .read-moredot {
  width: 30px;
  margin-left: 25px;
}
.contacti .formButton-box .form-up-btn .read-moredot img {
  display: block;
  width: 100%;
}
.contacti .formButton-box .form-up-btn .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 46px;
  transition: 0.5s;
}
.contacti .formButton-box .form-up-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.contacti .formButton-box .form-up-btn:hover {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contacti .formButton-box .form-up-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .indexPage-desc {
  color: #FFFFFF;
  opacity: 0.85;
  width: 100%;
}
.contacti .footer-c-share {
  display: flex;
  align-items: center;
}
.contacti .footer-share-a {
  margin-left: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
.contacti .footer-share-a .footer-share-box {
  width: 56px;
}
.contacti .footer-share-a .footer-share-img {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
}
.contacti .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
.contacti .footer-share-a .footer-share-img .sanjiao {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
  /* 你可以改变颜色 */
}
.contacti .footer-share-a .svg-box {
  width: 56px;
}
.contacti .footer-share-a .svg-box img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  transition: 0.5s;
}
.contacti .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
.contacti .footer-share-a1 {
  width: 20px;
}
.contacti .footer-share-a1 .svg-box {
  width: 20px;
  height: 20px;
}
footer .footer-new-top {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
footer .footer-new-top .footer-new-logo {
  width: 120px;
  display: block;
  height: 32.95px;
}
footer .footer-new-top .footer-new-logo img {
  width: 100%;
  display: block;
  height: 100%;
}
footer .footer-new-top .footer-c-share {
  display: flex;
  align-items: center;
}
footer .footer-new-top .footer-new-top-other {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  align-items: center;
}
footer .footer-new-top .footer-c-navs {
  width: calc(90% - 166px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-new-top .footer-c-navs a {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin: 12px 0;
  font-family: 'Poppins-Medium';
  text-transform: uppercase;
  opacity: 0.5;
  transition: 0.5s;
  display: block;
  position: relative;
}
footer .footer-new-top .footer-c-navs a:hover {
  opacity: 1;
}
footer .footer-new-top .footer-c-navs a:hover:after {
  width: 90px;
}
footer .footer-new-top .footer-c-navs a:after {
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
footer .footer-new-top .footer-share-a {
  margin-left: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
footer .footer-new-top .footer-share-a .footer-share-box {
  width: 56px;
}
footer .footer-new-top .footer-share-a .footer-share-img {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
}
footer .footer-new-top .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-new-top .footer-share-a .footer-share-img .sanjiao {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
  /* 你可以改变颜色 */
}
footer .footer-new-top .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-new-top .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-new-top .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-new-top .footer-share-a1 {
  width: 20px;
}
footer .footer-new-top .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-contactShare {
  width: 166px;
  display: flex;
  align-items: center;
}
footer .footer-contactShare .footer-center-bottom-one {
  width: 22px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.6;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-contactShare .footer-center-bottom-one .icon {
  width: 22px;
  height: 22px;
}
footer .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-contactShare-m {
  display: none;
}
footer .footer-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-new-bottom {
  width: 100%;
  padding: 25px 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(29, 78, 92, 0.5);
}
footer .footer-new-bottom .footer-new-bottom-one {
  display: flex;
  align-items: center;
}
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;
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone:hover a {
  opacity: 1;
  transition: 0.5s;
}
footer .infor-copyright-one {
  display: flex;
}
footer .infor-copyright-one a {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
}
footer .infor-copyright-one a:hover {
  opacity: 1;
}
footer .infor-copyright-one .footer-bottom-infor-aone {
  margin-right: 20px;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 45%;
  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 2px 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  height: 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: #225C02;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #225C02;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #225C02;
  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: #225C02;
}
.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: #225C02;
  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: #225C02;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #225C02;
  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: #225C02;
  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: #225C02;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #225C02;
}
.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: -130%;
  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;
  height: 61px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  height: 60px;
  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 .sideitem-contact {
  width: 100px;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.sidefixed .sideitemOther .sideitem-contact .icon-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
}
.sidefixed .sideitemOther .sideitem-contact .icon-box svg {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.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: #225C02;
}
.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: #F8862A;
  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;
}
.pageNside {
  width: 100%;
  height: 100%;
  background: #225C02;
  padding: 24px 0;
}
.pageNside .indexPage-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  position: relative;
}
.pageNside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pageNside .nside-first a {
  color: #fff;
}
.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: #fff;
  font-size: 18px;
  width: 20px;
}
.pageNside .nside-first .nside-right img {
  width: 100%;
  display: block;
}
.pageNside .nside-a-last {
  font-weight: 550;
}
.stroked-text {
  padding-bottom: 50px;
  width: 100%;
}
.stroked-text img {
  display: block;
  max-width: 567px;
  width: 60%;
}
.indexPage-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
}
.indexPage-title .indexPage-title-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexPage-title-bottom {
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  margin-bottom: 40px;
  padding-bottom: 22px;
}
.indexPage-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.page-title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
  font-family: 'Poppins-Medium';
}
.page-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.public-more {
  padding: 0 66px 0 20px;
  position: relative;
  cursor: pointer;
  background: #225C02;
  display: inline-flex;
  border-radius: 25px;
  text-transform: uppercase;
  transition: 0.5s;
  overflow: hidden;
}
.public-more .more-text {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 46px;
  position: relative;
  z-index: 12;
}
.public-more .more-right {
  width: 46px;
  height: 46px;
  z-index: 12;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  background: #F8862A;
}
.public-more .more-right img {
  width: 23px;
  height: 23px;
  display: block;
}
.public-more::after {
  width: 0;
  height: 100%;
  content: "";
  background: #F8862A;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.8s;
}
.public-more:hover:after {
  width: 100%;
}
.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: 90%;
  height: 90%;
  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;
  width: 50px;
}
.videoPopup .videoPopup-inner .videoPopup-close img {
  width: 100%;
}
.videoPopup-show {
  z-index: 4000;
  display: flex;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-height: 140px;
  background: #F8F8F8;
  transition: max-height 1s;
}
.header-index .header-index-inner {
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  position: relative;
  align-items: center;
}
.header-index .header-index-inner .header-index-left {
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .logo-index {
  width: 200px;
  height: 68px;
}
.header-index .header-index-inner .logo-index a {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.header-index .header-index-inner .logo-index a img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: scale-down;
}
.header-index .header-index-inner .header-index-nav {
  width: calc(100% - 260px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-index .header-index-inner .header-index-nav nav {
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.header-index .header-index-inner .header-index-nav nav ul {
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 25px;
  font-weight: 600;
  font-size: 18px;
  height: 90px;
  font-family: 'Poppins-Bold';
  font-style: italic;
  line-height: 24px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.5s;
  text-transform: uppercase;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 5px;
  background: #F8862A;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #F8862A;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #F8862A;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
}
.header-index .header-index-inner .header-index-right .quote-btn {
  z-index: 26;
  height: 28px;
  background: #F8862A;
  border-radius: 4px;
  width: 100px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  transition: 0.5s;
  position: relative;
}
.header-index .header-index-inner .header-index-right .quote-btn p {
  position: relative;
  z-index: 333;
}
.header-index .header-index-inner .header-index-right .quote-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #225C02;
  content: "";
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .quote-btn:hover::after {
  width: 100%;
}
.header-index .header-index-inner .header-index-right .header-phone {
  margin-left: 12px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .header-index-right .header-phone a {
  color: #333;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact-outer {
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-right .header-index-contact1 .header-phone a {
  position: relative;
}
.header-index .header-index-inner .header-index-right .header-index-contact1 .header-phone a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #333;
  content: "";
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact1:hover .header-phone a::after {
  width: 100%;
}
.header-index .header-index-inner .header-index-right .header-index-contact1 .header-lang-oneA-val {
  display: none;
}
.header-index .header-index-inner .header-index-right .header-index-langs {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  justify-content: center;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 24px;
  transition: 0.5s;
  position: relative;
  z-index: 12;
  text-transform: uppercase;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-dom {
  width: 30px;
  height: 22px;
  position: relative;
  margin-right: 6px;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-botom {
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 6px;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-botom svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-icon {
  position: relative;
  color: #333;
  margin-left: 6px;
  font-size: 16px;
}
.header-index .header-index-inner .header-index-right .header-index-langs img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover {
  color: #F8862A;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-line {
  width: 1px;
  height: 15px;
  background: #333;
  opacity: 0.4;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .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: #333;
  line-height: 24px;
}
.header-index .header-index-inner .header-index-right .header-index-contact .contact-icon {
  width: 22px;
  cursor: pointer;
  height: 22px;
  position: relative;
}
.header-index .header-index-inner .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-inner .header-index-right .header-index-contact .header-lang-oneA-val {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  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-inner .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner {
  min-width: 224px;
  border-radius: 18px;
  padding: 6px 18px;
  margin-top: 16px;
  text-align: center;
  background: #F8862A;
  position: relative;
}
.header-index .header-index-inner .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 #F8862A;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val a {
  color: #fff;
  white-space: nowrap;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact span {
  position: relative;
}
.header-index .header-index-inner .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-inner .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-inner .header-index-right .header-index-contact:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search {
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .header-index-right .header-index-search .header-index-search-inner {
  width: 20px;
  display: flex;
  height: 20px;
  position: relative;
  align-items: center;
}
.header-index .header-index-inner .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-inner .header-index-right .header-index-search:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-active-img {
  opacity: 1;
  transform: scale(1.2);
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: 0.5s;
}
.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: #F8F8F8;
  transition: 0.5s;
}
.header2 .header-index-inner::after {
  opacity: 1;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  background: #F8862A;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #F8862A;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header2 .header-index-inner .header-index-right .header-index-line {
  background: #333;
}
.header2 .header-index-inner .header-index-right .header-phone a {
  color: #333;
}
.header2 .header-index-inner .header-index-right .header-index-langs {
  color: #333;
}
.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: #F8F8F8;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
  overflow: hidden;
}
.header-active {
  padding: 0 0;
  background: #F8F8F8;
  transition: 0.5s;
}
.header-active .header-index-inner::after {
  opacity: 1;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  background: #F8862A;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #F8862A;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  opacity: 1;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::after {
  opacity: 1;
}
.header-active .header-index-inner .header-index-right .header-index-line {
  background: #333;
}
.header-active .header-index-inner .header-index-right .header-phone a {
  color: #333;
}
.header-active .header-index-inner .header-index-right .header-index-langs {
  color: #333;
}
.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: #F8862A;
  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: #F8862A;
  border: 1px solid #F8862A;
  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: #F8862A;
  border: 1px solid #F8862A;
  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: #F8862A;
  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;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 90px;
  background: #F8F8F8;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  overflow: hidden;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-item-second .pro-outer {
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
  padding: 30px 0 30px;
}
.nav-item-second .pro-outer1 {
  display: flex;
  justify-content: center;
}
.nav-item-second .pro-outer1 .pro-outer-title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  font-family: 'Poppins-Medium';
  line-height: 24px;
  font-style: italic;
  display: flex;
  text-transform: uppercase;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.nav-item-second .pro-outer1 .pro-outer-all {
  max-width: calc(100% - 240px);
}
.nav-item-second .pro-outer1 .pro-outer-all .nav-types-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nav-item-second .pro-outer1 .pro-outer-all .nav-types-left .nav-types-pro {
  display: block;
  margin-right: 30px;
}
.nav-item-second .pro-outer1 .pro-outer-all .nav-types-left .nav-types-title {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.nav-item-second .pro-outer1 .pro-outer-all .nav-types-left .nav-types-title .proi-text {
  white-space: wrap;
}
.nav-item-second .pro-outer1 .pro-outer-all .nav-types-left .nav-types-title:hover {
  color: #F8862A;
}
.nav-item-second .pro-outer1 .pro-outer-all .nav-types-left .nav-types-pro:nth-last-of-type(1) {
  margin-right: 0;
}
.nav-item-second .pro-outer1 .pro-outer-all .nav-types-left1 .nav-types-pro {
  width: 33.33%;
  margin-right: 0;
  padding-right: 15px;
  margin: 0 0 12px 0;
}
.nav-item-second .nav-item-second-inner-pro {
  position: relative;
}
.nav-item-second .profile-outer {
  display: flex;
  padding: 100px 0;
}
.nav-item-second .profile-outer .profile-one {
  flex: 1;
  padding: 0 30px;
  border-right: 1px solid #DDDDDD;
}
.nav-item-second .profile-outer .profile-one:hover .profile-one-more .more-a {
  opacity: 1;
}
.nav-item-second .profile-outer .profile-one:nth-last-of-type(1) {
  border-right: none;
}
.nav-item-second .profile-outer .profile-one-title {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
}
.nav-item-second .profile-outer .profile-one-img {
  width: 100%;
  overflow: hidden;
  margin: 25px 0 18px;
  display: block;
}
.nav-item-second .profile-outer .profile-one-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .profile-outer .profile-one-img:hover img {
  transform: scale(1.05);
}
.nav-item-second .profile-outer .profile-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.nav-item-second .profile-outer .profile-one-more {
  margin-top: 50px;
}
.nav-item-second .profile-outer .profile-one-more .more-a {
  color: #F8862A;
  font-size: 20px;
  line-height: 30px;
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pro-new {
  position: relative;
}
.nav-item-second .nav-item-second-inner-pro-new .pro-outer {
  max-width: 1200px;
  padding: 0 0;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types {
  width: 300px;
  height: 100%;
  background: #efefef;
  padding-bottom: 50px;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types .new-p-ty-outer {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  background: transparent;
  transition: 0.5s;
  position: relative;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types .new-p-ty-outer .new-p-ty-a {
  font-family: 'LamaSans-Black';
  font-weight: 900;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-style: italic;
  transition: 0.5s;
  width: calc(100% - 45px);
  display: block;
  white-space: normal;
  position: relative;
  z-index: 12;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types .new-p-ty-outer .new-p-ty-right {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8862A;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  z-index: 12;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types .new-p-ty-outer .new-p-ty-right img {
  width: 70%;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types .new-p-ty-outer::after {
  width: 0;
  height: 100%;
  right: 0;
  position: absolute;
  content: "";
  transition: 0.5s;
  background: #F8862A;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types .new-p-ty-outer-active .new-p-ty-a {
  color: #fff;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types .new-p-ty-outer-active .new-p-ty-right {
  opacity: 1;
  transform: translateX(0);
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-types .new-p-ty-outer-active::after {
  width: 100%;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas {
  width: 900px;
  padding: 30px 0 30px 60px;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o {
  width: 100%;
  display: none;
  flex-wrap: wrap;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 0;
  color: #333;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 16px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa p {
  max-width: calc(100% - 33px);
  white-space: normal;
  text-transform: capitalize;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa i {
  font-size: 18px;
  color: #225C02;
  line-height: 24px;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa:hover {
  color: #F8862A;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa:hover i {
  opacity: 1;
  transform: translateX(0);
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa:nth-of-type(3n) {
  margin-right: 0;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa::after {
  width: 0;
  height: 1px;
  background: #F8862A;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa:hover::after {
  width: 100%;
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-data-o .pro-d-oa-op {
  opacity: 0;
  transform: translateY(12px);
}
.nav-item-second .nav-item-second-inner-pro-new .new-pro-datas .new-pro-datas-o-active {
  display: flex;
}
.nav-item-second .nav-item-second-inner-pro-new::after {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: #efefef;
}
.nav-item-second .nav-item-second-inner-pro-new::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  top: 0;
  right: 0;
  background: #f8f8f8;
}
.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(248, 134, 42, 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: #ef8319;
  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: 54px;
}
.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: 40px;
}
.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 .proMenu-a {
  width: 230px;
  height: 42px;
  background: #18434A;
  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;
  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;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: #F8862A;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p img {
  width: 15px;
  height: 15px;
}
.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;
  transition: 0.5s;
}
.top_nav .nav .li .menu .name:hover {
  color: #F8862A;
  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: #F8862A;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
}
.indexPage-inner {
  width: 94%;
  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;
  font-family: 'Poppins-Medium';
}
.webPage .pages-a {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  margin: 0 5px;
  border: 1px solid #F8862A;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #F8862A;
  line-height: 24px;
  font-family: 'Poppins-Medium';
  transition: 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}
.webPage .pages-a:hover {
  background: #F8862A;
  color: #fff;
}
.webPage .pages-a-active {
  background: #F8862A;
  color: #fff;
}
.webPage .pageBtn {
  cursor: pointer;
  width: 160px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #F8862A;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #F8862A;
  line-height: 24px;
}
.webPage .pageBtn .web-icon {
  width: 28px;
  height: 46px;
  transition: 0.5s;
  position: relative;
}
.webPage .pageBtn .web-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.webPage .pageBtn .web-icon .default {
  opacity: 1;
}
.webPage .pageBtn .web-icon .active {
  opacity: 0;
}
.webPage .pageBtn:hover {
  color: #fff;
  background: #F8862A;
}
.webPage .pageBtn:hover .web-icon .default {
  opacity: 0;
}
.webPage .pageBtn:hover .web-icon .active {
  opacity: 1;
}
.webPage .pre-pageBtn {
  margin-right: 5px;
}
.webPage .pre-pageBtn p {
  margin-left: 10px;
}
.webPage .pre-pageBtn .web-icon img {
  transform: rotateY(180deg);
}
.webPage .next-pageBtn {
  margin-left: 5px;
}
.webPage .next-pageBtn p {
  margin-right: 10px;
}
.webPage .pageBtn-active {
  background: #F8862A;
  color: #fff;
}
.webPage .pageBtn-active .web-icon .default {
  opacity: 0;
}
.webPage .pageBtn-active .web-icon .active {
  opacity: 1;
}
.webPage .webPage-num {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #F8862A;
  display: flex;
  align-items: center;
  text-align: center;
}
.webPage .webPage-num .excessive p {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  margin: 0 5px;
  background: #F8862A;
  color: #fff;
  text-align: center;
  line-height: 46px;
}
.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;
}
.nban {
  position: relative;
  padding-top: 90px;
  background: #fff;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-outer {
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
  width: 90%;
  max-width: 1200px;
}
.nban .nban-title .text2 {
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 74px;
  font-family: 'Poppins-Medium';
  margin-top: 32px;
  text-transform: uppercase;
}
.nban .nban-title .nside-first {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: #ffff;
  line-height: 24px;
}
.nban .nban-title a {
  font-weight: 400;
  font-size: 24px;
  color: #ffff;
  line-height: 24px;
}
.nban .nban-title .nside-right {
  width: 20px;
  margin: 0 8px;
}
.nban .nban-title i {
  font-size: 24px;
  margin: 0 8px;
}
.nban .nban-title .index-nside {
  display: flex;
  align-items: center;
}
.nban .nban-title .index-nside .index-dot {
  width: 24px;
  margin-right: 12px;
}
.nban .nban-title .index-nside .index-dot svg {
  width: 24px;
  height: 24px;
}
.nside-n {
  background: #225C02;
  padding: 26px 0;
  margin-top: -1px;
}
.nside-n .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside-n .indexPage-inner .index-nside {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  opacity: 0.95;
}
.nside-n .indexPage-inner .index-nside .index-dot {
  width: 24px;
  height: 22px;
  margin-right: 6px;
}
.nside-n .indexPage-inner .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.nside-n .indexPage-inner .nside-right {
  font-size: 20px;
  margin: 0 6px;
  color: #fff;
  opacity: 0.95;
  width: 20px;
}
.nside-n .indexPage-inner .nside-right img {
  width: 100%;
  display: block;
}
.nside-n .indexPage-inner .nside-a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.95;
}
.inner-nav {
  position: relative;
  z-index: 12;
  width: 100%;
}
.inner-nav .inner-nav-main {
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.inner-nav .inner-nav-main .inner-nav-one {
  width: 25%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  font-family: 'Poppins-Medium';
  text-align: 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: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.inner-nav .inner-nav-main .inner-nav-one a p {
  text-align: 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: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.inner-nav .inner-nav-main .inner-nav-one .a p {
  text-align: center;
}
.inner-nav .inner-nav-main .inner-nav-one:hover a {
  color: #F8862A;
}
.inner-nav .inner-nav-main .inner-nav-one:hover .a {
  color: #F8862A;
}
.inner-nav .inner-nav-main .inner-nav-one:hover::after {
  width: 100%;
}
.inner-nav .inner-nav-main .inner-nav-one::after {
  content: "";
  height: 1px;
  width: 0;
  background: #F8862A;
  transition: 0.5s;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner-nav .inner-nav-main .inner-nav-one-active a {
  color: #F8862A;
}
.inner-nav .inner-nav-main .inner-nav-one-active .a {
  color: #F8862A;
}
.inner-nav .inner-nav-main .inner-nav-one-active::after {
  width: 100%;
}
.nside {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  margin: 0 auto;
}
.nside .indexPage-outer {
  padding: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.nside .index-nside .index-dot {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 8px;
}
.nside .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #fff;
  opacity: 0.8;
  width: 20px;
}
.nside .nside-right img {
  width: 100%;
  display: block;
}
.nside .nside-a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.8;
}
.nside .nside-a:hover {
  opacity: 1;
  transition: 0.5s;
}
.nside .nside-a-cur {
  font-weight: normal;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 65px;
}
.nside .nside-a-last {
  opacity: 1;
  transition: 0.5s;
  white-space: normal;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #F8862A;
  background: #F8862A !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (max-width: 1860px) {
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1800px) {
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 16px;
  }
  .header-index .header-index-inner .header-index-nav {
    width: calc(100% - 246px);
  }
  .header-index .header-index-inner .header-index-right .header-index-contact-outer .header-index-line {
    display: none;
  }
  .header-index .header-index-inner .header-index-right .header-index-contact-outer {
    flex-direction: column;
    margin-right: 26px;
  }
  .header-index .header-index-inner .header-index-right .header-index-contact-outer .header-index-contact {
    width: 100%;
    padding: 0 0;
  }
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1580px) {
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    font-size: 17px;
  }
  .header-index .header-index-inner .header-index-nav {
    width: calc(100% - 172px);
  }
  .header-index .header-index-inner .logo-index {
    width: 160px;
    height: 57px;
  }
  .header-index .header-index-inner .header-index-right .header-index-search {
    padding: 0 14px;
  }
  .header-index .header-index-inner .header-index-right .header-index-contact {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1397px) {
  .header-index .header-index-inner .logo-index {
    width: 140px;
    height: 47px;
  }
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 12px;
  }
  .header-index .header-index-inner .header-index-nav {
    width: calc(100% - 158px);
  }
}
@media only screen and (max-width: 1365px) {
  .header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
    padding: 0 8px;
  }
  .nban .nban-title .text2 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 22px;
  }
  .header-index .header-index-inner .header-index-right .header-index-search {
    padding: 0 18px;
  }
  .header-index .header-index-inner .header-index-right .header-index-contact {
    padding: 0 18px;
  }
  .page-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1281px) {
  .sidefixed .sideitemOther {
    bottom: -125%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1278px) {
  .nav-item-second .nav-item-second-inner-pro-new .new-pro-datas {
    width: 860px;
    padding: 30px 0 30px 45px;
  }
}
@media only screen and (max-width: 1250px) {
  .contacti .contacti-choose-l {
    width: 230px;
  }
  .contacti .contacti-after-choose {
    width: calc(100% - 230px);
  }
  .contacti .indexPage-inner {
    padding: 48px 0;
  }
  .contacti .formButton-box {
    margin-top: 20px;
  }
  .contacti .contacti-form-left {
    margin-bottom: 28px;
  }
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban {
    padding-top: 0;
    margin-top: 65px;
  }
  .nside-n {
    padding: 20px 0;
  }
  .nside-n .indexPage-inner .nside-a {
    font-size: 16px;
  }
  .nside-n .indexPage-inner .nside-right {
    font-size: 18px;
    margin: 0 5px;
  }
  .nside-n .indexPage-inner .index-nside {
    font-size: 16px;
  }
  .inner-nav .inner-nav-main .inner-nav-one {
    padding: 22px 0;
  }
  .nban .nban-title a {
    font-size: 18px;
  }
  .nban .nban-title .text2 {
    font-size: 42px;
    line-height: 46px;
    margin-top: 16px;
  }
  .nban .nban-title .index-nside .index-dot svg {
    width: 20px;
    height: 20px;
  }
  .nban .nban-title .index-nside .index-dot {
    width: 20px;
    margin-right: 10px;
  }
  .nban .nban-title i {
    font-size: 20px;
    margin: 0 6px;
  }
}
@media only screen and (max-width: 1025px) {
  .nban {
    margin-top: 65px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .nban-inner {
    margin-top: 65px;
  }
  .nban .nban-outer {
    top: 50%;
  }
  .webPage .pageBtn .web-icon {
    width: 22px;
  }
  .webPage .pageBtn {
    font-size: 14px;
    width: auto;
    padding: 0 12px;
  }
  .pageNside {
    padding: 18px 0;
  }
  .page-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1020px) {
  .page-title {
    font-size: 25px;
    line-height: 30px;
  }
  footer .footer-new-top .footer-c-navs {
    width: 100%;
  }
  footer .footer-new-top .footer-new-top-other {
    flex-wrap: wrap;
  }
  footer .footer-contactShare-m {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-contactShare-pc {
    display: none;
  }
  .contacti .contacti-choose-l {
    width: 100%;
  }
  .contacti .contacti-after-choose {
    width: 100%;
    margin-top: 20px;
  }
  .contacti .choose-lt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
  }
  .contacti .footer-new-logo {
    width: 120px;
    margin-bottom: 0;
    height: 32.95px;
  }
  .contacti .footer-c-navs a {
    width: 33.33%;
  }
  footer .footer-new-bottom .footer-new-bottom-one {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 821px) {
  footer .footer-new-bottom {
    padding: 25px 0 90px;
  }
  .headerM .logo {
    height: 52px;
  }
  .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 .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .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) {
  .sidefixed {
    top: 35%;
  }
  .contacti .after-choose-t {
    padding-top: 40px;
    position: relative;
  }
  .contacti .footer-c-navs a {
    width: 50%;
  }
  .contacti .contacti-after-choose {
    margin-top: -32px;
  }
  .contacti .footer-c-share {
    position: absolute;
    top: 0;
    left: 46%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .contacti .footer-share-a {
    margin: 0 15px;
  }
  .contacti .indexPage-inner {
    padding: 32px 0;
  }
  .contacti .contacti-form-left {
    margin-bottom: 18px;
  }
  footer .footer-new-top .footer-c-navs a {
    font-size: 14px;
    width: 50%;
  }
  .contactPage .company-pro footer .indexPage-inner {
    padding: 34px 20px 0;
  }
  .nban .nban-title .nside-first {
    display: none;
  }
  .indexPage-desc {
    font-size: 14px;
  }
  .webPage .pageBtn .web-icon {
    height: 42px;
  }
  .webPage .pageBtn .web-icon {
    width: 20px;
  }
  .contacti .contactMenthods {
    font-size: 14px;
  }
  .contacti .contacti-title-text {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 8px;
  }
  .contacti .footer-c-navs a {
    font-size: 16px;
    margin: 8px 0;
  }
  .contacti .contacti-main .form-inner {
    width: 100%;
  }
  .contacti .form-input .form-input-one {
    width: 100%;
  }
  .contacti .contacti-info-box-m {
    display: flex;
    width: 100%;
  }
  .contacti .contacti-info-box-pc {
    display: none;
  }
  .public-more {
    padding: 0 50px 0 16px;
  }
  .webPage .pageBtn {
    height: 42px;
  }
  .webPage .pageBtn p {
    display: none;
  }
  .webPage .pageBtn .web-icon {
    margin: 0 0;
  }
  .webPage .pages-a {
    width: 42px;
    height: 42px;
  }
  .public-more .more-text {
    font-size: 14px;
    line-height: 42px;
  }
  .headerM .logo {
    height: 40px;
  }
  .public-more .more-right {
    width: 40px;
    height: 40px;
    top: 2px;
    right: 1px;
  }
  .public-more .more-right img {
    width: 20px;
    height: 20px;
  }
  .inner-nav .inner-nav-main {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .nside-n {
    padding: 14px 0;
  }
  .nside-n .indexPage-inner .index-nside {
    font-size: 14px;
  }
  .inner-nav .inner-nav-main .inner-nav-one {
    padding: 16px 0;
  }
  .nside-n .indexPage-inner .nside-right {
    font-size: 16px;
  }
  .nside-n .indexPage-inner .nside-a {
    font-size: 14px;
  }
  .inner-nav .inner-nav-main .inner-nav-one a {
    font-size: 14px;
  }
  .inner-nav .inner-nav-main .inner-nav-one {
    width: 50%;
    border-bottom: 1px solid #EFEFEF;
  }
}
@media only screen and (max-width: 641px) {
  .contacti .contactMenthods p {
    width: 100%;
  }
  footer .footer-new-top .footer-c-navs a {
    width: 50%;
  }
  footer .footer-new-top .footer-new-top-other {
    margin-top: 22px;
  }
  .nban {
    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: 620px) {
  .page-title {
    font-size: 26px;
    line-height: 28px;
  }
  .nban .nban-title .text2 {
    margin-top: 6px;
    font-size: 30px;
    line-height: 36px;
  }
  .contacti .footer-c-navs a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 521px) {
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .contacti .contacti-title-text {
    font-size: 38px;
    line-height: 46px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .nban {
    margin-top: 42px;
  }
  .webPage .pageBtn {
    font-size: 12px;
  }
  .nban-inner {
    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;
  }
  .indexPage-title {
    line-height: 28px;
    font-size: 22px;
  }
}
@media (max-width: 376px) {
  .contacti .footer-c-navs a {
    width: 50%;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 344px) {
  .headerM .logo {
    height: 40px;
  }
}
</pre></body></html>