.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;
}
.public-more {
  border: 0;
  cursor: pointer;
  width: 214px;
  height: 68px;
  background: #FF8001;
  border-radius: 12px 12px 12px 12px;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 68px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0);
}
.public-more .read-more-p {
  position: relative;
  height: 100%;
  transform: translateY(0);
  transition: 0.5s;
}
.public-more .read-more-p::after {
  content: attr(data-word);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(0);
  transition: 0.5s;
}
.public-more .read-more-icon {
  margin: 0 12px;
  font-size: 32px;
  color: #fff;
  line-height: 65px;
}
.public-more:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.public-more:hover .read-more-icon i {
  animation: readMore 1s infinite;
}
.public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
@keyframes readMore {
  0% {
    transform: translateX(12px);
  }
  50% {
    transform: translateX(-8px);
  }
  100% {
    transform: translateX(12px);
  }
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 999;
  display: flex;
  width: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 23px 23px 0px 0px;
  padding: 8px 10px 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
  width: 100%;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transform: scale(1);
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
  transition: 0.5s;
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #FF8001;
  transition: .5s;
  right: 160px;
  border-radius: 23px 0 0 23px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 23px 0px 0px 23px !important;
  background: #FF8001;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 23px 23px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
  position: relative;
}
.sidefixed .sideitem3 .p a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.5s;
}
.sidefixed .sideitem3 .p a:hover:after {
  width: 100%;
  transition: 0.5s;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 46px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FF8001;
}
.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: #FF8001;
  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 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-first .icon-box {
  border-radius: 23px 23px 0 0;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FF8001;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #FF8001;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 46px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 23px;
  transform: translateX(10px) translateY(-50%);
  background: #FF8001;
  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: 46px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #FF8001;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 23px 23px;
}
.sidefixed .sideitem2:hover {
  background: #FF8001;
}
.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: -80%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  left: 0px;
  display: none;
  justify-content: space-between;
  background: #FF8001;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
  transform: scale(1);
  transition: 0.5s;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #154396;
  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 .sideitemBrochure:hover .icon-box img {
  transform: scale(1.1);
  transition: 0.5s;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  transition: 0.5s;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  height: auto;
  background: #98C5EC;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header .img-default {
  display: block;
}
.header .img-active {
  display: none;
}
.header .header-inner {
  height: 100%;
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo a {
  width: 156px;
  height: 36px;
  display: block;
  position: relative;
}
.header .logo a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .logo a .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header .logo a .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-other {
  width: calc(96% - 156px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 300;
  height: 100%;
}
.header .header-top .header-lang-outer {
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.header .header-top .header-right-info {
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.header .header-top .header-lang-oneA {
  font-weight: bold;
  font-size: 24px;
  color: #2B56C1;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}
.header .header-top .header-lang-oneA .topPhone-value {
  color: #2B56C1;
  display: flex;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone-value-outer {
  display: flex;
}
.header .header-top .header-lang-oneA .topPhone {
  width: 36px;
  height: 36px;
  margin-right: 15px;
  position: relative;
}
.header .header-top .header-lang-oneA .topPhone img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topEmail {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-top .header-lang-oneA .topEmail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-top .header-lang-oneA .topEmail .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topEmail .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover .topPhone img {
  transform: scale(1.1);
}
.header .header-top .header-lang-oneA::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: transparent;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA:hover::after {
  width: 100%;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA1 {
  margin-right: 18px;
}
.header .header-top .header-lang-one {
  position: relative;
  height: 100%;
}
.header .header-top .header-lang-one .searchBtn {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .header-top .header-lang-one .searchBtn img {
  width: 20px;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchInput {
  position: absolute;
  top: 50px;
  right: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header .header-top .header-lang-one .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid rgba(27, 65, 150, 0.8);
  background: rgba(27, 65, 150, 0.8);
  border-radius: 6px;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.header .header-top .header-lang-one .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.header .header-top .header-lang-one .langBtn .langBtn-img {
  width: 36px;
  height: 36px;
  position: relative;
  margin-right: 7px;
}
.header .header-top .header-lang-one .langBtn .langBtn-img img {
  position: absolute;
  height: 36px;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn .langBtnA {
  font-size: 18px;
  color: #2B56C1;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  transform: scale(1);
  text-transform: uppercase;
}
.header .header-top .header-lang-one .langBtn .langBtnA img {
  width: 17px;
  margin-right: 0;
  margin-left: 6px;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA {
  transform: scale(1.1);
  color: #2B56C1;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img img {
  transform: scale(1.1);
}
.header .header-top .header-lang-one .langBtn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #2B56C1;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover::after {
  width: 100%;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner {
  width: 100%;
  background: rgba(255, 128, 1, 0.8);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.5s;
  position: relative;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover {
  background: #FF8001;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner .langList-last:after {
  height: 0;
}
.header .header-top .header-lang-one .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 2002;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner a {
  height: 40px;
  transition: all 0.5s;
}
.header .header-top .header-lang-one1 {
  margin-right: 20px;
}
.header .header-top .header-lang-one-new {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-top .header-lang-one-new img {
  width: 20px;
}
.header .header-top .header-lang-one-new .header-lang-one-new-langs {
  display: flex;
  align-items: center;
}
.header .header-top .header-lang-one-new .header-lang-one-new-langs a {
  display: block;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.5s;
  position: relative;
}
.header .header-top .header-lang-one-new .header-lang-one-new-langs a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.header .header-top .header-lang-one-new .header-lang-one-new-langs a:hover:after {
  width: 80%;
  transition: 0.5s;
}
.header .header-top .header-lang-one-new .header-lang-one-new-langs p {
  width: 1px;
  height: 20px;
  background: #fff;
}
.header .header-other-left {
  display: flex;
  align-items: center;
}
.header .header-other-left .search-dom {
  padding-left: 20px;
  display: none;
}
.header .header-other-left .search-dom .searchInput-inner {
  position: relative;
}
.header .header-other-left .search-dom .searchInput-inner input {
  width: 300px;
  height: 36px;
  padding: 0 12px;
  font-size: 16px;
  background: #F0F0F0;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-indent: 25px;
}
.header .header-other-left .search-dom .searchInput-inner input::placeholder {
  color: #696969;
  border: 0;
  outline: none;
}
.header .header-other-left .search-dom .searchInput-inner input:focus {
  color: #1A1A1A;
  border: 0;
  outline: none;
  background: #fff;
  border: 1px solid #2B56C1;
}
.header .header-other-left .search-dom .searchInput-inner .icon-searchIcon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #696969;
  cursor: pointer;
}
.header .header-other-left .search-dom .searchInput-inner .icon-searchIcon img {
  width: 15px;
  height: 15px;
}
.header .header-nav {
  display: flex;
  height: 82px;
}
.header .nav-item {
  min-width: 138px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.header .nav-item-first {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
  justify-content: center;
}
.header .nav-item-first .nav-item-p {
  font-size: 18px;
  color: #1A1A1A;
  height: 100%;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  transition: 0.5s;
  display: flex;
  align-items: center;
  z-index: 2;
}
.header .nav-item-first:hover {
  overflow: visible;
}
.header .nav-item-first:hover .nav-item-p {
  color: #FF8001;
}
.header .nav-item-first::before {
  content: "";
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #FF8001;
  background-size: cover;
  bottom: 20px;
  transition: 0.5s;
}
.header .nav-item-first:hover::before {
  opacity: 1;
  width: 100%;
}
.header .nav-item-first-avtive::before {
  opacity: 1;
  width: 100%;
}
.header .nav-item-first-avtive {
  overflow: visible;
}
.header .nav-item-first-avtive .nav-item-p {
  color: #FF8001;
  transition: 0.5s;
}
.container-other {
  letter-spacing: 1px !important;
}
.header1 {
  background: #98C5EC;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-height: 0;
  transition: max-height 1s;
  z-index: 1000;
  overflow: hidden;
}
.header2 {
  max-height: 0;
  transition: max-height 1s;
  z-index: 1000;
  overflow: hidden;
  background: #98C5EC;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header2 .logo a .logo-active {
  opacity: 1;
  transition: 0.5s;
}
.header2 .logo a .logo-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topPhone .info-img-nav {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topEmail .info-img-nav {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover {
  color: #FF8001;
}
.header2 .header-top .header-lang-oneA:hover .topPhone-value {
  color: #FF8001;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topPhone .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topPhone .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topEmail .info-img-nav {
  opacity: 0;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA:hover .topEmail .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header2 .header-top .header-lang-oneA {
  color: #2B56C1;
}
.header2 .header-top .header-lang-oneA .topPhone-value {
  color: #2B56C1;
}
.header2 .header-top .header-lang-one .langBtn .langBtnA {
  color: #2B56C1;
}
.header2 .nav-item-first .nav-item-p {
  color: #1A1A1A;
}
.header2 .nav-item-first:hover .nav-item-p {
  color: #FF8001;
  transition: 0.5s;
}
.header2 .nav-item-first-avtive .nav-item-p {
  color: #FF8001;
  transition: 0.5s;
}
.header-height {
  max-height: 100vh;
  transition: max-height 1s;
  z-index: 1000;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  transition: max-height 1s !important;
}
.header-active {
  box-shadow: 0px 6px 20px 0px rgba(151, 151, 151, 0.23);
  background: #98C5EC;
}
.header-active .logo a .logo-active {
  opacity: 1;
  transition: 0.5s;
}
.header-active .logo a .logo-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-one .langBtn .langBtnA {
  color: #2B56C1;
}
.header-active .nav-item-first .nav-item-p {
  color: #1A1A1A;
}
.header-active .nav-item-first:hover .nav-item-p {
  color: #154396;
  transition: 0.5s;
}
.header-active .nav-item-first-avtive .nav-item-p {
  color: #154396;
  transition: 0.5s;
}
.headerDottom-overShow {
  overflow: visible !important;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 112px;
  background: #fff;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  display: none;
  overflow: hidden;
  left: 0;
  transition: 1s;
}
.nav-item-second::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-item-second .nav-item-second-outer {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.nav-item-second .nav-item-second-img {
  width: calc((100% - 1200px) / 2);
  min-width: 22%;
  position: relative;
}
.nav-item-second .nav-item-second-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-item-second .nav-item-second-img .nav-item-second-img-p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav-item-second .nav-item-second-img .nav-item-second-img-p .nav-item-second-Title {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 30px;
}
.nav-item-second .nav-item-second-img .nav-item-second-img-p .nav-item-second-TitleNav {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  opacity: 0.8;
  text-transform: uppercase;
  margin-top: 6px;
  text-decoration: up;
}
.nav-item-second .navs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
.nav-item-second .navs a {
  display: block;
  width: 180px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding-bottom: 10px;
}
.nav-item-second .navs a:hover {
  border-bottom: 1px solid #154396;
}
.nav-item-second .navs a:hover span {
  color: #154396;
  left: -50%;
  transform: translateX(50%);
}
.nav-item-second .navs a:hover img {
  opacity: 1;
}
.nav-item-second .navs a span {
  font-size: 14px;
  color: #333;
  transition: 0.5s;
  position: relative;
  left: 0;
}
.nav-item-second .navs a img {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
}
.nav-item-second .nav-item-second-about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4% 3%;
  background: #fff;
}
.nav-item-second .nav-item-second-about .second-nav-a-one {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 5% 12px 8%;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-about .second-nav-a-one .second-nav-a-one-title {
  width: 90%;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-about .second-nav-a-one .el-icon-right {
  width: 5%;
  opacity: 0;
  font-size: 16px;
  line-height: 20px;
  color: #154396;
  transform: translateX(-10px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-about .second-nav-a-one:hover {
  background: #F9F9F9;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-about .second-nav-a-one:hover .second-nav-a-one-title {
  color: #154396;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-about .second-nav-a-one:hover .el-icon-right {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type {
  width: 50%;
  background: #FFFFFF;
}
.nav-item-second .nav-item-second-type .second-nav-type {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 5% 12px 8%;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type .second-nav-type .second-nav-a-one-title {
  width: 90%;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type .second-nav-type .el-icon-right {
  width: 5%;
  opacity: 0;
  font-size: 16px;
  line-height: 20px;
  color: #154396;
  transform: translateX(-10px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type .second-nav-type:hover {
  background: #F9F9F9;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type .second-nav-type:hover .second-nav-a-one-title {
  color: #154396;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type .second-nav-type:hover .el-icon-right {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type .second-nav-a-type-active {
  background: #F9F9F9;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type .second-nav-a-type-active .second-nav-a-one-title {
  color: #154396;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-type .second-nav-a-type-active .el-icon-right {
  transform: translateX(0px);
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pros {
  width: 50%;
  padding: 4% 3%;
}
.nav-item-second .nav-item-second-pros .nav-item-second-pros-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.nav-item-second .nav-item-second-pros .second-nav-a-one {
  width: 25%;
  padding: 0 5px 6px;
  display: flex;
  margin-bottom: 14px;
  justify-content: center;
}
.nav-item-second .nav-item-second-pros .second-nav-a-one .second-nav-a-one-title {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  transition: 0.5s;
  position: relative;
}
.nav-item-second .nav-item-second-pros .second-nav-a-one .second-nav-a-one-title:hover {
  color: #154396;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pros .second-nav-a-one .second-nav-a-one-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background: #154396;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pros .second-nav-a-one .second-nav-a-one-title:hover::before {
  width: 100%;
  transition: 0.5s;
}
.proi-data-one-opacity {
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second-pro .second-nav-a-one {
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
}
.nav-item-second-none {
  height: 0 !important;
  display: none !important;
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  display: block;
  animation: aniPcNav 2s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.user-leave-nav {
  animation: aniPcNav2 0.5s;
  max-height: 0vh;
  opacity: 1;
  display: block;
}
@keyframes aniPcNav2 {
  0% {
    max-height: 100vh;
  }
  100% {
    max-height: 0vh;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .header-lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .header-lang-one {
  position: relative;
}
.headerM .header-inner .searchBtn {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .searchBtn img {
  width: 20px;
  transform: scale(1);
  transition: 0.5s;
}
.headerM .header-inner .searchBtn:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.headerM .header-inner .searchInput {
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.headerM .header-inner .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.headerM .header-inner .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #154396;
  background: #154396;
  border-radius: 6px;
  color: #fff !important;
}
.headerM .header-inner .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.headerM .header-inner .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langBtnM {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtnM .langBtn-img {
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}
.headerM .header-inner .langBtnM .langBtn-img img {
  position: absolute;
  height: 25px;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.headerM .header-inner .langBtnM .langBtnAM {
  font-size: 18px;
  color: #154396;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  text-transform: uppercase;
  position: relative;
}
.headerM .header-inner .langBtnM .langBtnAM::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0px;
  background: #154396;
  right: 0;
  content: "";
  transition: 0.5s;
  margin: 0 auto;
}
.headerM .header-inner .langBtnM:hover .langBtn-img img {
  transform: scale(1.1);
}
.headerM .header-inner .langBtnM:hover .langBtnA::after {
  width: 100%;
}
.headerM .header-inner .langListM {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langListM .langList-inner {
  width: 100%;
  background: rgba(255, 128, 1, 0.8);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.headerM .header-inner .langListM .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  transition: all 0.5s;
  position: relative;
}
.headerM .header-inner .langListM .langList-inner a:hover {
  background: #ff8001;
  transition: all 0.5s;
}
.headerM .header-inner .langListM .langList-inner a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.headerM .header-inner .langListM .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.headerM .header-inner .langListM .langList-inner .langList-last:after {
  height: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 2002;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 36px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  width: auto;
  height: 48px;
}
.headerM .logo img {
  height: 100%;
  display: block;
}
.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1000px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 50px 68px 55px;
  position: relative;
  overflow: hidden;
}
.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #FF8001;
  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: 26px;
  padding-bottom: 18px;
  line-height: 26px;
  border-bottom: 1px solid #FF8001;
}
.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: 12px;
  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: #FF8001;
  border: 1px solid #FF8001;
  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: #FF8001;
  border: 1px solid #FF8001;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: #fff;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .logo img {
  display: block;
  height: 60px;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .proMenu-a {
  width: 230px;
  height: 42px;
  background: #154396;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.top_nav .proMenu-a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_nav .proMenu-a .proMenu-icon img {
  width: 100%;
}
.top_nav .proMenu-a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 0;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 25px;
  transition: 0.5s;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #154396;
}
.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: #154396;
}
.swiper-button-lock {
  display: block;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.indexPage-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1680px;
}
.indexPage-desc {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.indexPage {
  width: 100%;
  padding-top: 100px;
}
.indexPage-last {
  padding-bottom: 100px;
}
.indexPage-title {
  font-weight: bold;
  font-size: 64px;
  color: #FFFFFF;
  line-height: 75px;
  letter-spacing: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-transform: uppercase;
}
.indexPage-title .line {
  width: 71px;
  height: 8px;
  background: #FF8001;
  margin-top: 22px;
}
footer {
  width: 100%;
  position: relative;
}
footer .footer-nav {
  width: 100%;
  background: #1A1A1A;
  padding: 30px 0 45px;
  display: flex;
  align-items: center;
}
footer .footer-nav .footer-nav-main {
  width: 95%;
  max-width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-nav .footer-nav-one {
  width: auto;
  margin-left: 6%;
}
footer .footer-nav .footer-nav-one .fatherNav {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  opacity: 0.7;
}
footer .footer-nav .footer-nav-one .fatherNav:hover {
  opacity: 1;
}
footer .footer-outer {
  max-width: 1680px;
  width: calc(100% - 240px);
  margin: 0 auto;
}
footer .footer-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom-infor-copyright-inner {
  width: 100%;
  background: #1A1A1A;
  margin-top: -1px;
}
footer .footer-bottom-infor-copyright-inner .footer-inner {
  padding: 34px 0 26px;
  border-top: 2px solid #D9D9D9;
}
footer .footer-bottom-infor-copyright-inner .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare {
  display: flex;
  align-items: center;
  height: 100%;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare .footer-center-bottom-one {
  width: 27px;
  max-height: 27px;
  margin-right: 24px;
  opacity: 0.4;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare .footer-center-bottom-one img {
  max-width: 27px;
  max-height: 27px;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-left {
  display: flex;
  align-items: center;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-left .footer-bottom-infor-aone1 {
  margin-right: 12px;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  flex-wrap: wrap;
  margin: 2px 0;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone .kongge {
  width: 6px;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone a {
  opacity: 0.6;
  color: #fff;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover a {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone-map {
  margin: 0 0;
}
footer .footer-top {
  background: url('https://file.easyrealgoods.com/fileStore/upload/2025/zhangkai/imgs/contact-back.png') no-repeat;
  background-size: cover;
  background-position: center;
}
footer .footer-top-logo {
  height: 34px;
}
footer .footer-top-logo img {
  height: 100%;
}
footer .footer-share {
  display: flex;
  opacity: 0;
  z-index: -1;
}
footer .footer-share .footer-share-a {
  margin-right: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
footer .footer-share .footer-share-a .footer-share-box {
  width: 56px;
}
footer .footer-share .footer-share-a .footer-share-img {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2022;
}
footer .footer-share .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-share .footer-share-a .footer-share-img .sanjiao {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
}
footer .footer-share .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-share .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.4;
  transition: 0.5s;
}
footer .footer-share .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-share .footer-share-a1 {
  width: 20px;
}
footer .footer-share .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-infos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 20px 0 70px;
}
footer .footer-infos .footer-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer-infos .footer-form .form-inner {
  width: 48%;
  max-width: 772px;
}
footer .footer-infos .footer-form .form-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 3px;
  margin-top: 24px;
}
footer .footer-infos .footer-form .contactMenthods {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 66px;
}
footer .footer-infos .footer-form .contactMenthods .contactMenthods-one {
  display: flex;
  align-items: center;
}
footer .footer-infos .footer-form .contactMenthods p {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  position: relative;
}
footer .footer-infos .footer-form .contactMenthods .contactMenthod-line {
  width: 20px;
  height: 20px;
  margin-left: 19px;
  margin-right: 6px;
}
footer .footer-infos .footer-form .contactMenthods .contactMenthod-line svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer .footer-infos .footer-form .contactMenthods .contactMenthod-line img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer .footer-infos .footer-form .contactMenthods .contactMenthod-line1 {
  margin-left: 0;
}
footer .footer-infos .footer-form .indexPage-title {
  color: #FFFFFF;
}
footer .footer-infos .footer-form .form {
  width: 100%;
}
footer .footer-infos .footer-form .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 27px;
}
footer .footer-infos .footer-form .form-input .input {
  width: 30%;
  height: 42px;
  border-radius: 0;
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-family: 'SourceHanSansSC-Regular';
  line-height: 42px;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 3px;
  line-height: 24px;
  padding: 0 4px 0 12px;
}
footer .footer-infos .footer-form .form-input .input:focus {
  color: #fff;
  border: 0;
  border: 1px solid #fff;
  outline: none;
}
footer .footer-infos .footer-form .form-input .input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-infos .footer-form .form-message {
  width: 100%;
  margin-top: 22px;
}
footer .footer-infos .footer-form .form-message .message {
  width: 100%;
  padding: 12px 4px 0 20px;
  height: 188px;
  border-radius: 0;
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 42px;
}
footer .footer-infos .footer-form .form-message .message:focus {
  color: #fff;
  outline: none;
  border: 0;
  border: 1px solid #fff;
}
footer .footer-infos .footer-form .form-message .message::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-infos .footer-form .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
footer .footer-infos .footer-form .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
}
footer .footer-infos .footer-form .formButton-box .formButton {
  border: 0;
  cursor: pointer;
  width: auto;
  height: 48px;
  padding: 0 16px;
  background: #FF8001;
  background-size: cover;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 48px;
  border-radius: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0);
}
footer .footer-infos .footer-form .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  transform: translateY(0);
  transition: 0.5s;
}
footer .footer-infos .footer-form .formButton-box .formButton .read-more-p::after {
  content: attr(data-word);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(0);
  transition: 0.5s;
}
footer .footer-infos .footer-form .formButton-box .formButton .read-more-icon {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-infos .footer-form .formButton-box .formButton .read-more-icon svg {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
footer .footer-infos .footer-form .formButton-box .formButton:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
footer .footer-infos .footer-form .formButton-box .formButton:hover .read-more-icon svg {
  transform: scale(1.3);
}
footer .footer-infos .footer-form .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
footer .footer-infos .footer-form .footer-info {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 74px;
  letter-spacing: 3px;
}
footer .footer-infos .footer-form .footer-info .footer-info-inner {
  width: 100%;
}
footer .footer-infos .footer-form .footer-info .footer-info-one {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 20px;
}
footer .footer-infos .footer-form .footer-info .footer-info-type {
  font-weight: normal;
  white-space: nowrap;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  opacity: 0.8;
}
footer .footer-infos .footer-form .footer-info .footer-info-val {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
}
footer .footer-infos .footer-form .footer-info .footer-info-val .val-p {
  width: 100%;
}
footer .footer-infos .footer-form .footer-info .footer-info-val .val-text {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.8;
  position: relative;
}
footer .footer-infos .footer-form .footer-info .footer-info-val .val-text:hover {
  opacity: 1;
}
footer .footer-infos .footer-form .footer-info .footer-info-val .val-text::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #FF8001;
  content: "";
  transition: 0.5s;
}
footer .footer-infos .footer-form .footer-info .footer-info-val .val-text:hover::after {
  width: 100%;
}
footer .footer-infos .footer-form .footer-info .footer-info-val-line .val-text {
  border-bottom: 1px solid #fff;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nban {
  position: relative;
  margin-top: 82px;
}
.nban img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.nban .nban-outer {
  position: relative;
  margin: 0 auto;
  padding: 100px 0;
}
.nban .nban-outer .indexPage-outer {
  display: flex;
  justify-content: flex-end;
}
.nban .nban-words {
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nban .nban-title {
  font-weight: bold;
  font-size: 64px;
  color: #FFFFFF;
  line-height: 75px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.44);
  position: relative;
  text-align: right;
  text-transform: uppercase;
}
.nban .nban-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -6px;
  width: 71px;
  height: 8px;
  z-index: -1;
  background: #FF8001;
}
.nban .nban-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 3px;
  margin-top: 18px;
  text-align: center;
}
.nside .nside-outer {
  width: calc(100% - 240px);
  margin: 0 auto;
  padding: 48px 0 24px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #A4A4A4;
  line-height: 21px;
  letter-spacing: 4px;
  white-space: nowrap;
}
.nside .index-nside img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.nside .nside-right {
  width: 24px;
  margin: 0 4px;
}
.nside .nside-right img {
  width: 100%;
}
.nside .nside-a {
  font-weight: 400;
  font-size: 18px;
  color: #A4A4A4;
  line-height: 21px;
  letter-spacing: 4px;
  transition: 0.5s;
  white-space: nowrap;
}
.nside .nside-a:hover {
  color: #345CAF;
}
.nside .nside-a-cur {
  color: #345CAF;
  white-space: normal;
}
.list-page {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.factory-title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin: 24px 0 48px;
}
.factory-title .factory-icon {
  width: 42px;
  margin-right: 12px;
}
.factory-title .factory-icon img {
  width: 100%;
  display: block;
}
.factory-title .factory-text {
  font-weight: 400;
  font-size: 42px;
  color: #000000;
  line-height: 49px;
  letter-spacing: 10px;
}
.company-intro {
  padding-bottom: 60px;
  display: none;
}
.company-intro .company-intro-inner {
  width: calc(100% - 240px);
  margin: 0 auto;
}
.company-intro .company-intro-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-intro .company-intro-img {
  width: 30%;
  min-width: 300px;
  overflow: hidden;
}
.company-intro .company-intro-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.company-intro .company-intro-img:hover img {
  transform: scale(1.05);
}
.company-intro .company-intro-right {
  width: calc(70% - 24px);
  max-width: calc(100% - 324px);
  font-weight: 500;
  color: #1A1A1A;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 5px;
  background: url('https://file.easyrealgoods.com/fileStore/upload/2025/zhangkai/imgs/company-intro-back.png') no-repeat;
  background-size: 100% auto;
  background-position: left center;
}
.company-intro .company-intro-right p {
  margin: 14px 0;
}
.company-intro .company-intro-right p span {
  font-size: 22px;
  color: #FF8001;
}
.company-intro .factory-title {
  margin: 30px 0 42px;
}
.company-intro-new {
  padding-bottom: 60px;
}
.company-intro-new .company-intro-inner {
  width: calc(100% - 240px);
  margin: 0 auto;
}
.company-intro-new .company-intro-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.company-intro-new .company-intro-img {
  width: 30%;
  min-width: 300px;
  overflow: hidden;
}
.company-intro-new .company-intro-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.company-intro-new .company-intro-img:hover img {
  transform: scale(1.05);
}
.company-intro-new .company-intro-right {
  width: calc(70% - 42px);
  max-width: calc(100% - 342px);
  font-weight: 500;
  color: #1A1A1A;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 5px;
  background: url('https://file.easyrealgoods.com/fileStore/upload/2025/zhangkai/imgs/company-intro-back.png') no-repeat;
  background-size: 100% auto;
  background-position: left center;
}
.company-intro-new .company-intro-right .company-intro-logo {
  width: 45%;
  margin-bottom: 0;
}
.company-intro-new .company-intro-right .company-intro-logo img {
  width: 100%;
  display: block;
}
.company-intro-new .company-intro-right .company-intro-words {
  padding-left: 44px;
}
.company-intro-new .company-intro-right .company-intro-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.company-intro-new .company-intro-right .company-intro-nums .company-intro-first {
  font-weight: 500;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 16px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.company-intro-new .company-intro-right .company-intro-nums .company-intro-first .year {
  font-weight: 800;
  font-size: 34px;
  color: #FF8001;
  line-height: 40px;
  letter-spacing: 1px;
}
.company-intro-new .company-intro-right .company-intro-nums .abouti-num-one {
  display: flex;
  width: auto;
  max-width: 50%;
  margin-bottom: 30px;
}
.company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .count {
  letter-spacing: 11px;
  font-weight: bold;
  font-size: 62px;
  color: #FF8001;
  line-height: 64px;
  white-space: nowrap;
}
.company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
}
.company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-unit {
  font-weight: bold;
  font-size: 22px;
  color: #FF8001;
  line-height: 26px;
  letter-spacing: 3px;
  transform: translateX(-14px);
}
.company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-type {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 22px;
}
.company-intro-new .company-intro-right .company-intro-desc {
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 26px;
  letter-spacing: 3px;
  text-indent: 2rem;
}
.company-intro-new .factory-title {
  margin: 30px 0 42px;
}
.company-intro-new .company-characteristics {
  display: flex;
  justify-content: center;
}
.company-intro-new .company-characteristics .company-point {
  margin-right: 64px;
  max-width: 258px;
  padding: 24px;
  min-height: 300px;
  width: calc((100% - 192px) / 4);
  background: linear-gradient(180deg, #d1e1ff 0%, #3a75e0 100%);
  border-radius: 12px;
}
.company-intro-new .company-characteristics .company-point .company-index {
  font-weight: bold;
  font-size: 32px;
  color: #FF8001;
  line-height: 38px;
  letter-spacing: 7px;
}
.company-intro-new .company-characteristics .company-point .company-index p {
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: 0.5s;
}
.company-intro-new .company-characteristics .company-point .company-index p::after {
  position: absolute;
  color: #FF8001;
  top: 100%;
  width: 100%;
  height: 100%;
  content: attr(data-index);
  left: 0;
  transition: 0.5s;
}
.company-intro-new .company-characteristics .company-point .company-en {
  font-weight: 400;
  font-size: 14px;
  color: #436197;
  line-height: 20px;
  margin-bottom: 22px;
  margin-top: 5px;
}
.company-intro-new .company-characteristics .company-point .company-point-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 3px;
  overflow: hidden;
}
.company-intro-new .company-characteristics .company-point .company-point-title p {
  color: #1A1A1A;
  transform: translateX(0px);
  transition: 0.5s;
  position: relative;
}
.company-intro-new .company-characteristics .company-point .company-point-title p::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #FF8001;
  content: "";
  left: 0px;
  transition: 0.5s;
}
.company-intro-new .company-characteristics .company-point .company-point-text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  opacity: 0.9;
}
.company-intro-new .company-characteristics .company-point:hover .company-index p {
  transform: translateY(-5px);
}
.company-intro-new .company-characteristics .company-point:hover .company-point-title p {
  color: #2B56C1;
}
.company-intro-new .company-characteristics .company-point:hover .company-point-title p::after {
  width: 40px;
}
.company-intro-new .company-characteristics .company-point:nth-last-of-type(1) {
  margin-right: 0;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
.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: #FF8001;
  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;
}
/* 滚动条整体 */
::-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 #2B56C1;
  background: #2B56C1 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.el-pagination {
  padding: 2px 0;
}
@media only screen and (max-width: 1800px) {
  .company-intro-new .company-intro-right .company-intro-words {
    padding-left: 33px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .count {
    letter-spacing: 10px;
    font-size: 50px;
    line-height: 52px;
  }
  .company-intro-new .company-intro-right .company-intro-logo {
    margin-bottom: 10px;
  }
  .header .header-top .header-lang-oneA {
    font-size: 18px;
  }
  .header .header-other {
    width: calc(98% - 156px);
  }
  .nban .nban-title {
    font-size: 52px;
  }
  .header .header-top .header-lang-oneA .topPhone {
    width: 34px;
    height: 34px;
    margin-right: 14px;
  }
  .header .header-other-left .search-dom .searchInput-inner input {
    width: 260px;
  }
  footer .footer-infos {
    padding: 0 0 70px;
  }
  footer .footer-infos .footer-form .contactMenthods {
    margin-top: 48px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-title {
    font-size: 50px;
    line-height: 66px;
    letter-spacing: 12px;
  }
  .public-more {
    width: 190px;
    height: 54px;
    font-size: 16px;
    line-height: 54px;
  }
  .public-more .read-more-icon {
    font-size: 26px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1679px) {
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one {
    margin-bottom: 20px;
  }
  .company-intro-new .company-intro-right .company-intro-logo {
    margin-bottom: 10px;
  }
  .company-intro-new .company-characteristics .company-point {
    margin-right: 50px;
    width: calc((100% - 150px) / 4);
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .count {
    letter-spacing: 8px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-unit {
    font-size: 20px;
    line-height: 28px;
    transform: translateX(-12px);
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-type {
    font-size: 16px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .company-intro-first {
    margin-bottom: 20px;
  }
  .company-intro-new .company-intro-right .company-intro-words {
    padding-left: 20px;
  }
  .header .header-top .header-lang-one .langBtn .langBtn-img {
    width: 30px;
    height: 30px;
  }
  .header .header-top .header-lang-one .langBtn .langBtn-img img {
    height: 30px;
  }
  .header .nav-item {
    min-width: 0;
    padding: 0 20px;
  }
  .header .header-other-left .search-dom .searchInput-inner input {
    width: 195px;
  }
  .nban .nban-words {
    width: 470px;
  }
  .header .nav-item-first .nav-item-p {
    font-size: 16px;
  }
  .header .header-other-left .search-dom {
    padding-left: 16px;
  }
  .header .header-inner {
    width: calc(100% - 100px);
  }
  .header .header-other-left .search-dom .searchInput-inner input {
    font-size: 12px;
    text-indent: 18px;
  }
  .header .header-top .header-lang-oneA .topPhone {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .header .header-other-left .search-dom .searchInput-inner .icon-searchIcon {
    left: 8px;
  }
  .header .header-top .header-lang-one .langBtn .langBtnA {
    font-size: 16px;
  }
  .header .header-top .header-lang-one .langBtn .langBtn-img {
    width: 26px;
    height: 26px;
  }
  .nban .nban-title {
    font-size: 40px;
    line-height: 55px;
  }
  .factory-title {
    margin: 20px 0 38px;
  }
  footer .footer-nav {
    padding: 30px 0 26px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-inner {
    padding: 26px 0 26px;
  }
  .factory-title .factory-text {
    font-size: 32px;
    line-height: 46px;
  }
  .factory-title .factory-icon {
    width: 36px;
  }
  .nban .nban-desc {
    font-size: 16px;
  }
  .header .header-top .header-lang-one .langBtn .langBtn-img img {
    height: 26px;
  }
  .header .header-top .header-lang-one .langBtn .langBtnA img {
    width: 15px;
  }
  .header .header-top .header-lang-oneA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1600px) {
  .indexPage-last {
    padding-bottom: 70px;
  }
  .indexPage {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1590px) {
  .company-intro-new .company-intro-right .company-intro-nums .company-intro-first {
    width: 100%;
    max-width: 100%;
  }
  .company-intro-new .company-intro-right .company-intro-logo {
    margin-bottom: 10px;
  }
  .company-intro-new .company-intro-right .company-intro-nums {
    justify-content: flex-start;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one {
    margin-right: 5%;
  }
  .company-intro-new .company-intro-img {
    width: 38%;
  }
  .company-intro-new .company-intro-right {
    width: calc(62% - 42px);
  }
  .company-intro-new .company-intro-right .company-intro-words {
    padding-left: 0;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .count {
    font-size: 42px;
    line-height: 45px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-unit {
    font-size: 18px;
    line-height: 22px;
  }
  .company-intro-new .company-intro-right .company-intro-logo {
    width: 52%;
  }
  .company-intro-new .company-characteristics .company-point {
    margin-right: 35px;
    width: calc((100% - 105px) / 4);
  }
}
@media only screen and (max-width: 1441px) {
  .company-intro .company-intro-inner {
    width: 90%;
  }
  .company-intro-new .company-intro-inner {
    width: 90%;
  }
  .indexPage-outer {
    width: calc(100% - 80px);
  }
  footer .footer-outer {
    width: 90%;
  }
  .nside .nside-outer {
    width: 90%;
  }
  .indexPage-last {
    padding-bottom: 54px;
  }
  .indexPage {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 1365px) {
  .company-intro-new {
    padding-bottom: 50px;
  }
  .company-intro-new .company-intro-right .company-intro-logo {
    margin: 0 auto 12px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .company-intro-first {
    text-align: center;
    line-height: 30px;
  }
  .company-intro-new .company-intro-right .company-intro-nums {
    justify-content: center;
  }
  .company-intro-new .company-intro-bottom {
    margin-bottom: 32px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .company-intro-first {
    width: auto;
    margin-right: 5%;
  }
  .header .nav-item {
    padding: 0 12px;
  }
  .header .header-inner {
    width: calc(100% - 60px);
  }
  .header .header-top .header-lang-one .langBtn .langBtnA {
    font-size: 14px;
  }
  .header .header-top .header-lang-oneA .topPhone {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
  .header .header-top .header-lang-one .langBtn .langBtn-img {
    width: 24px;
    height: 24px;
  }
  .header .header-top .header-lang-one .langBtn .langBtn-img img {
    height: 24px;
  }
  .header .header-top .header-lang-one .langBtn .langBtnA img {
    width: 12px;
  }
  .header .header-other-left .search-dom .searchInput-inner input {
    padding: 0 4px;
    font-size: 14px;
    text-indent: 25px;
  }
  .header .header-other-left .search-dom .searchInput-inner .icon-searchIcon {
    left: 10px;
    font-size: 14px;
  }
  .nside .nside-outer {
    padding: 36px 0 24px;
  }
  .nside .nside-a {
    font-size: 16px;
  }
  .nside .index-nside {
    font-size: 16px;
  }
  .factory-title {
    margin: 15px 0 30px;
  }
  .factory-title .factory-text {
    font-size: 28px;
    line-height: 38px;
  }
  .company-intro .company-intro-bottom {
    flex-wrap: wrap;
  }
  .company-intro .factory-title {
    margin: 30px 0 32px;
  }
  .company-intro-new .factory-title {
    margin: 30px 0 32px;
  }
  .factory-title {
    padding-left: 0;
  }
  .company-intro-new .company-intro-bottom {
    flex-wrap: wrap;
  }
  .company-intro .company-intro-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 15px;
  }
  .company-intro-new .company-intro-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 15px;
  }
  .company-intro-new .company-intro-right {
    width: 100%;
    max-width: 100%;
  }
  .company-intro .company-intro-right {
    width: 100%;
    max-width: 100%;
  }
  footer .footer-infos .footer-form .form-inner {
    width: 55%;
  }
  footer .footer-infos .footer-form .footer-info {
    width: 40%;
  }
}
@media only screen and (max-width: 1281px) {
  .indexPage-inner {
    width: 100%;
  }
  .indexPage-last {
    padding-bottom: 48px;
  }
  .indexPage {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1160px) {
  .company-intro-new .company-characteristics {
    flex-wrap: wrap;
  }
  .company-intro-new .company-characteristics .company-point {
    width: 48%;
    margin-right: 4%;
    margin-top: 32px;
    max-width: 100%;
    max-width: 340px;
  }
  .company-intro-new .company-intro-bottom {
    margin-bottom: 0;
  }
  .company-intro-new .company-characteristics .company-point:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .nban {
    margin-top: 65px;
  }
  .langDialog {
    display: none !important;
  }
  .public-more {
    width: 156px;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
  }
  .public-more .read-more-icon {
    font-size: 22px;
    line-height: 42px;
    margin: 0 6px;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 16px;
  }
  footer .footer-infos .footer-form .contactMenthods {
    margin-top: 30px;
  }
  .indexPage-title {
    font-size: 48px;
    line-height: 48px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  footer .footer-infos .footer-form .contactMenthods .contactMenthods-one {
    width: auto;
    margin: 5px 0;
    min-width: 50%;
  }
  footer .footer-infos {
    padding: 0 0 42px;
  }
  footer .footer-infos .footer-form .contactMenthods .contactMenthod-line {
    margin-left: 0;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-inner {
    width: 100%;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban .nban-desc {
    font-size: 14px;
  }
  .nban .nban-title {
    font-size: 30px;
    line-height: 46px;
  }
  .nban .nban-title::after {
    bottom: 0;
    width: 54px;
    height: 3px;
  }
  .nban .nban-words {
    width: 34%;
  }
}
@media only screen and (max-width: 1000px) {
  .company-intro-new .company-intro-right .company-intro-nums .company-intro-first {
    width: 100%;
    margin-right: 0;
  }
  .nside .nside-a {
    font-size: 14px;
  }
  .nside .nside-right {
    width: 20px;
  }
  .nside .index-nside img {
    width: 18px;
    height: 18px;
  }
  .nside .index-nside {
    font-size: 14px;
  }
  .company-intro {
    padding-bottom: 32px;
  }
  .company-intro-new {
    padding-bottom: 32px;
  }
  .indexPage-title .line {
    width: 52px;
    height: 5px;
    margin-top: 16px;
  }
  .indexPage-title {
    font-size: 36px;
    line-height: 38px;
  }
  footer .footer-infos .footer-form {
    flex-wrap: wrap;
  }
  footer .footer-infos .footer-form .form-inner {
    width: 100%;
  }
  .nban .nban-desc {
    font-size: 12px;
  }
  .nside .nside-outer {
    padding: 22px 0 22px;
  }
  footer .footer-infos .footer-form .footer-info {
    width: 100%;
    padding-bottom: 0;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-inner {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-one {
    width: 50%;
  }
  footer .footer-infos .footer-form .form {
    max-width: 800px;
  }
  footer .footer-infos .footer-form .contactMenthods {
    margin-top: 20px;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-one:nth-last-of-type(1) {
    width: 100%;
  }
  .factory-title .factory-icon {
    width: 30px;
  }
  .company-intro .factory-title {
    margin: 26px 0 24px;
  }
  .company-intro-new .factory-title {
    margin: 26px 0 24px;
  }
  .company-intro .company-intro-right p span {
    font-size: 18px;
  }
  .factory-title .factory-text {
    font-size: 24px;
    line-height: 34px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-left {
    flex-wrap: wrap;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone p {
    white-space: initial;
  }
  footer .footer-inner {
    flex-wrap: wrap;
  }
  footer .footer-nav .footer-nav-main {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }
  footer .footer-top-logo {
    margin: 0 auto;
  }
  footer .footer-nav .footer-nav-one {
    margin-left: 0;
  }
}
@media only screen and (max-width: 821px) {
  footer .footer-bottom-infor-copyright-inner {
    padding-bottom: 80px;
  }
  .indexPage-last {
    padding-bottom: 34px;
  }
  .indexPage {
    padding-top: 34px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .top_nav .top_nav_close svg {
    width: 24px;
    height: 24px;
    margin-top: 0px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-unit {
    line-height: 18px;
    font-size: 16px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-type {
    line-height: 24px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one {
    max-width: 100%;
  }
  .company-intro-new .company-intro-right .company-intro-logo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 24px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .abouti-num-type {
    font-size: 14px;
  }
  .company-intro-new .company-intro-right .company-intro-nums .abouti-num-one .count {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 5px;
  }
  .nban .nban-title {
    font-size: 24px;
    line-height: 36px;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 14px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-contactShare {
    width: 100%;
    margin: 6px 0;
  }
  .indexPage-title {
    font-size: 28px;
  }
  .indexPage-title .line {
    margin-top: 10px;
  }
  footer .footer-infos .footer-form .form-desc {
    margin-top: 16px;
  }
  footer .footer-infos .footer-form .contactMenthods p {
    font-size: 14px;
  }
  footer .footer-infos .footer-form .contactMenthods .contactMenthods-one {
    width: auto;
    min-width: 50%;
  }
  footer .footer-infos .footer-form .form-input .input {
    width: 100%;
    margin-top: 18px;
  }
  .el-pagination__jump {
    margin-left: 6px;
  }
  footer .footer-infos .footer-form .form-input {
    margin-top: 5px;
  }
  .el-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .el-pagination__total {
    width: 100%;
    margin-right: 0;
    text-align: right;
    margin-bottom: 8px;
  }
  .el-pagination__jump {
    margin-top: 12px;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-one {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .nban {
    margin-top: 50px;
  }
  .indexPage {
    padding-top: 26px;
  }
  .indexPage-last {
    padding-bottom: 26px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .logo {
    height: 38px;
  }
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
}
@media only screen and (max-width: 580px) {
  footer .footer-nav .footer-nav-one {
    width: 33.33%;
    margin-top: 10px;
  }
  .company-intro-new .company-intro-right .company-intro-logo {
    margin: 0 auto 12px;
  }
  .company-intro-new .company-characteristics .company-point {
    width: 100%;
    margin-right: 0;
    min-height: 0;
    padding: 16px 14px 20px;
  }
  .company-intro-new .company-characteristics .company-point .company-en {
    margin-bottom: 14px;
  }
  .company-intro-new .company-characteristics .company-point .company-index {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 520px) {
  .sidefixedM .sideitem1 .sideins {
    left: 12px;
    transform: translateX(0);
  }
  .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;
  }
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 380px) {
  .headerM .logo {
    height: 26px;
  }
}
@media only screen and (max-width: 350px) {
  .sidefixedM .sideitem1 .sideins {
    left: 0;
  }
}
