.modelPage-pages {
  margin-top: 40px;
}
.proPage-pages {
  margin-top: 40px;
}
.newsPage-pages {
  margin-top: 30px;
}
.modelPage1-pages {
  margin-top: 30px;
}
.public-more {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.public-more .read-more-p {
  width: 188px;
  height: 50px;
  background: #004A9F;
  border-radius: 25px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  transition: 0.5s;
  border: 1px solid transparent;
}
.public-more .read-more-right {
  width: 50px;
  height: 50px;
  background: #004A9F;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  border: 1px solid transparent;
}
.public-more .read-more-right img {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.public-more .read-more-right .default {
  opacity: 1;
  transition: 0.5s;
}
.public-more .read-more-right .active {
  opacity: 0;
  transition: 0.5s;
}
.public-more:hover .read-more-p {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.public-more:hover .read-more-right {
  animation: readMore 0.8s ease-in-out;
}
@keyframes readMore {
  0% {
    transform: rotateY(15deg) rotateX(-15deg) scale(1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateX(0);
  }
  30% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.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;
  background: #004A9F;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #004A9F;
  transition: .5s;
  right: 160px;
  border-radius: 23px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 23px 0px 0px 23px !important;
  background: #004A9F;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 23px 23px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 46px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #004A9F;
}
.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: #004A9F;
  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 .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: #004A9F;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #004A9F;
  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: #004A9F;
  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: #004A9F;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 23px 23px;
}
.sidefixed .sideitem2:hover {
  background: #004A9F;
}
.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: none !important;
  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: #004A9F;
}
.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: #004A9F;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  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%;
  position: fixed;
  transition: 0.5s;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: auto;
  overflow: visible;
}
.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: 160px;
  height: 47px;
  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-bottom {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 300;
  height: 40px;
}
.header .header-top .header-lang-outer {
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.header .header-top .header-right-info {
  width: auto;
  min-width: 200px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header .header-top .header-lang-oneA {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone-value {
  color: #fff;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone-value-outer {
  display: flex;
}
.header .header-top .header-lang-oneA .topPhone {
  width: 20px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-top .header-lang-oneA .topPhone img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-top .header-lang-oneA .topPhone .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .header-lang-oneA .topPhone .info-img-hei {
  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-hei {
  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-oneA1 {
  margin-right: 30px;
}
.header .header-top .header-lang-one {
  position: relative;
}
.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: 30px;
  right: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header .header-top .header-lang-one .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #004A9F;
  background: #004A9F;
  border-radius: 6px;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.header .header-top .header-lang-one .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .header-top .header-lang-one .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}
.header .header-top .header-lang-one .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
}
.header .header-top .header-lang-one .langBtn .langBtnA {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 6px;
}
.header .header-top .header-lang-one .langBtn .langBtnA:hover {
  color: #004A9F;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner {
  width: 100%;
  background: #004A9F;
  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: #0271c0;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner .langList-last:after {
  height: 0;
}
.header .header-top .header-lang-one .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner a {
  height: 40px;
  transition: all 0.5s;
}
.header .header-top .header-lang-one1 {
  margin-right: 20px;
}
.header .header-nav {
  width: calc(100% - 160px);
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.header .nav-item {
  width: auto;
  height: 90%;
  padding-left: 3vw;
  display: flex;
  align-items: center;
  position: relative;
}
.header .nav-item:nth-of-type(1) {
  padding-right: 0 !important;
}
.header .nav-item-first {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: 0.5s;
}
.header .nav-item-first .nav-item-p {
  font-size: 16px;
  color: #fff;
  height: 100%;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.header .nav-item-first:hover .nav-item-p {
  transition: 0.5s;
}
.header .nav-item-first-avtive .nav-item-p {
  transition: 0.5s;
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
  overflow: hidden;
}
.header2 {
  max-height: 0;
  z-index: -1;
  overflow: hidden;
  background: #fff;
}
.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-hei {
  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-hei {
  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: #004A9F;
}
.header2 .header-top .header-lang-oneA:hover .topPhone-value {
  color: #004A9F;
  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-hei {
  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-hei {
  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: #333;
}
.header2 .header-top .header-lang-oneA .topPhone-value {
  color: #333;
}
.header2 .header-top .header-lang-one .langBtn .langBtnA {
  color: #333;
}
.header2 .nav-item-first .nav-item-p {
  color: #333;
}
.header2 .nav-item-first:hover .nav-item-p {
  color: #004A9F;
  transition: 0.5s;
}
.header2 .nav-item-first-avtive .nav-item-p {
  color: #004A9F;
  transition: 0.5s;
}
.header-height {
  max-height: 100vh;
  overflow: visible;
  transition: max-height 1s;
  z-index: 1000;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  overflow: hidden !important;
}
.header-active {
  box-shadow: 0px 6px 20px 0px rgba(151, 151, 151, 0.23);
  background: #fff;
}
.header-active .img-default {
  display: none;
}
.header-active .img-active {
  display: block;
}
.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-oneA .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topPhone .info-img-hei {
  opacity: 1;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topEmail .info-img-hei {
  opacity: 1;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header-active .header-top .header-lang-oneA {
  color: #333;
}
.header-active .header-top .header-lang-oneA .topPhone-value {
  color: #333;
}
.header-active .header-top .header-lang-one .langBtn .langBtnA {
  color: #333;
}
.header-active .nav-item-first .nav-item-p {
  color: #333;
}
.header-active .nav-item-first:hover .nav-item-p {
  color: #004A9F;
  transition: 0.5s;
}
.header-active .nav-item-first-avtive .nav-item-p {
  color: #004A9F;
  transition: 0.5s;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 126px;
  background: #F8F8F8;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  display: none;
  overflow: hidden;
  left: 0;
  transition: 1s;
}
.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 .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: #004A9F;
  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: #004A9F;
  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: #004A9F;
  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: #004A9F;
  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: #004A9F;
  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%;
  height: 100%;
  position: relative;
}
.nav-item-second .nav-item-second-pros .nav-item-second-pros-inner {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4% 3%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  z-index: -2;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-pros .nav-item-second-cur-inner-active {
  opacity: 1;
  z-index: 2200;
  transition: 0.5s;
}
.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: #004A9F;
  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: #004A9F;
  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;
  transition: 0.8s;
  display: block;
  animation: aniPcNav 1s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 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 #004A9F;
  background: #004A9F;
  border-radius: 6px;
  color: #fff !important;
}
.headerM .header-inner .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.headerM .header-inner .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 6px;
}
.headerM .header-inner .langBtn .langBtnA:hover {
  color: #004A9F;
  transition: 0.5s;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: #004A9F;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  transition: all 0.5s;
  position: relative;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #0271c0;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner .langList-last:after {
  height: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 36px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  width: auto;
  max-width: 140px;
}
.headerM .logo img {
  width: 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: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: #fff;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .logo img {
  display: block;
  width: 140px;
}
.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: #004A9F;
  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: #004A9F;
}
.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: #004A9F;
}
.swiper-button-lock {
  display: block;
}
.indexPage-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  width: 100%;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.indexPage-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage-title {
  font-weight: normal;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
}
.indexPage-desc {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.indexPage {
  width: 100%;
  padding-top: 100px;
}
.indexPage-last {
  padding-bottom: 100px;
}
.comMore {
  width: auto;
  height: 40px;
  padding: 0 42px;
  border-radius: 10px;
  border: 1px solid #004A9F;
  background: #004A9F;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #FFFFFF;
  overflow: hidden;
  font-size: 14px;
}
.comMore .read-more-p {
  position: relative;
  margin-right: 10px;
  height: 40px;
  z-index: 12;
  transition: 0.5s;
}
.comMore .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  transform: translateY(40px);
  line-height: 40px;
}
.comMore .read-more-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comMore .read-more-right img {
  width: 18px;
  z-index: 14;
  transform: translateX(0px) rotateZ(0deg);
  transition: 0.5s;
}
.comMore:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.comMore:hover .read-more-right img {
  transform: translateX(10px) rotateZ(45deg);
  transition: 0.5s;
}
.otherMore {
  border: 1px solid #333;
  background: transparent;
  color: #333;
}
.contacti {
  position: relative;
}
.contacti .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.contacti .form-con {
  width: 100%;
}
.contacti .indexPage-desc {
  margin-top: 15px;
}
.contacti .contactMenthods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contacti .contactMenthods p {
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  margin-right: 12px;
}
.contacti .form-inner {
  width: 100%;
  z-index: 10;
  position: relative;
  margin: 0 auto;
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contacti .form {
  width: 100%;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .form-input .input {
  width: 30%;
  margin-top: 36px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 76px;
  height: 76px;
  background: transparent;
  border: 1px solid #DDDDDD;
  padding: 0 5px 0 20px;
}
.contacti .form-input .input:focus {
  color: #333333;
  border: 1px solid #333;
  outline: none;
}
.contacti .form-input .input::placeholder {
  color: #666666;
}
.contacti .form-message {
  width: 100%;
  margin-top: 30px;
}
.contacti .form-message .message {
  width: 100%;
  padding: 12px 5px 0 20px;
  height: 220px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333;
  background: transparent;
  line-height: 38px;
  border: 1px solid #DDDDDD;
}
.contacti .form-message .message:focus {
  color: #333;
  outline: none;
  border: 1px solid #333;
}
.contacti .form-message .message::placeholder {
  color: #666666;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contacti .formButton-box .formButton {
  border: 0;
  background: transparent;
}
footer {
  width: 100%;
  background: #222222;
  position: relative;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  padding: 80px 0 36px;
}
footer .footer-top .footer-top-logo {
  width: 160px;
}
footer .footer-top .footer-top-logo img {
  width: 100%;
}
footer .footer-share {
  display: flex;
}
footer .footer-share .footer-share-a {
  margin-left: 30px;
  width: 32px;
  position: relative;
  cursor: pointer;
}
footer .footer-share .footer-share-a .footer-share-box {
  width: 32px;
}
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: 32px;
}
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%;
  padding-bottom: 6%;
  flex-wrap: wrap;
}
footer .footer-infos .footer-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer-infos .footer-form .form-inner {
  width: 50%;
}
footer .footer-infos .footer-form .form-desc {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-family: 'AlibabaPuHuiTi-Regular';
}
footer .footer-infos .footer-form .contactMenthods {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
footer .footer-infos .footer-form .contactMenthods p {
  font-size: 16px;
  color: #fff;
  margin-right: 12px;
  position: relative;
}
footer .footer-infos .footer-form .contactMenthods p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #999999;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}
footer .footer-infos .footer-form .contactMenthods p:nth-of-type(1)::after {
  display: none;
}
footer .footer-infos .footer-form .form {
  width: 100%;
  margin-top: 30px;
}
footer .footer-infos .footer-form .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-infos .footer-form .form-input .input {
  width: 30%;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 42px;
  font-family: 'AlibabaPuHuiTi-Regular';
  height: 42px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 0 5px 0 20px;
}
footer .footer-infos .footer-form .form-input .input:focus {
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
footer .footer-infos .footer-form .form-input .input::placeholder {
  color: #fff;
}
footer .footer-infos .footer-form .form-message {
  width: 100%;
  margin-top: 30px;
}
footer .footer-infos .footer-form .form-message .message {
  width: 100%;
  padding: 12px 5px 0 20px;
  height: 110px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  border: 0;
  background: transparent;
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 38px;
  border-bottom: 1px solid #999999;
}
footer .footer-infos .footer-form .form-message .message:focus {
  color: #fff;
  outline: none;
  border: 0;
  border-bottom: 1px solid #fff;
}
footer .footer-infos .footer-form .form-message .message::placeholder {
  color: #fff;
}
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: 40px;
}
footer .footer-infos .footer-form .formButton-box .formButton {
  border: 0;
  cursor: pointer;
  background: transparent;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #999999;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  transition: 0.5s;
}
footer .footer-infos .footer-form .formButton-box .formButton:hover {
  background: #fff;
  color: #004A9F;
  transition: 0.5s;
}
footer .footer-infos .footer-form .footer-info {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .footer-infos .footer-form .footer-info .footer-info-one {
  width: 100%;
  display: block;
  font-family: 'AlibabaPuHuiTi-Regular';
  margin-bottom: 16px;
}
footer .footer-infos .footer-form .footer-info .footer-info-one:hover .footer-info-val {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-infos .footer-form .footer-info .footer-info-type {
  font-weight: normal;
  white-space: nowrap;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
footer .footer-infos .footer-form .footer-info .footer-info-val {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-nav {
  width: 100%;
  padding: 2.25vw 0;
  border-top: 1px solid #2B323B;
  border-bottom: 1px solid #2B323B;
}
footer .footer-nav .footer-nav-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-nav .footer-nav-one {
  width: auto;
  margin: 0 3%;
}
footer .footer-nav .footer-nav-one .fatherNav {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
}
footer .footer-nav .footer-nav-one .fatherNav:hover {
  color: #ffffff;
  transition: 0.5s;
}
footer .footer-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
footer .footer-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer-bottom-infor-copyright-inner {
  width: 100%;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  padding: 22px 0;
}
footer .footer-bottom-infor-copyright-inner .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare {
  width: 166px;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-bottom-infor-copyright-inner .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
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;
}
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;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone .kongge {
  width: 6px;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone a {
  opacity: 0.6;
  color: #fff;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover a {
  opacity: 1;
  transition: 0.5s;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nban {
  position: relative;
  margin-top: 0;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-outer {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
}
.nban .nban-title {
  font-weight: 400;
  font-size: 2.5vw;
  color: #FFFFFF;
  line-height: 3.6vw;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.nban .nban-line {
  width: 100%;
  margin: 0 auto 2%;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nban .nban-line .nban-line-p {
  width: 5%;
  min-width: 32px;
  max-width: 80px;
  height: 1px;
  background: #FFFFFF;
  margin-right: 12px;
}
.nside {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background: rgba(233, 233, 233, 0.1);
  padding: 16px 0;
}
.nside .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  opacity: 0.8;
}
.nside .index-nside .index-icon {
  width: 28px;
  height: 24px;
  margin-right: 5px;
}
.nside .nside-right {
  font-size: 16px;
  margin: 0 5px;
  color: #fff;
  opacity: 0.8;
}
.nside .nside-a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.8;
}
.nside .nside-a:hover {
  opacity: 1;
  transition: 0.5s;
}
.nside .nside-a-cur {
  opacity: 1;
  transition: 0.5s;
  white-space: normal;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #004A9F;
  background: #004A9F !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
@media only screen and (min-width: 1920px) {
  .nban .nban-title {
    font-size: 48px;
    line-height: 72px;
  }
  .nban .nban-line {
    margin: 0 auto 35px;
  }
  .nban .nban-line .nban-line-p {
    width: 92px;
  }
}
@media only screen and (max-width: 1800px) {
  .indexPage-last {
    padding-bottom: 80px;
  }
  .indexPage {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1600px) {
  .nban .nban-line {
    margin: 0 auto 1%;
    font-size: 22px;
    line-height: 24px;
  }
  .nban .nban-line .nban-line-p {
    max-width: 50px;
  }
  .indexPage-last {
    padding-bottom: 70px;
  }
  .indexPage {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1440px) {
  .indexPage-title {
    font-size: 32px;
  }
  footer .footer-top {
    padding: 40px 0 36px;
  }
  footer .footer-infos {
    padding-bottom: 4%;
  }
  .nav-item-second .nav-item-second-pros .second-nav-a-one {
    width: 33.33%;
  }
  .header .header-bottom {
    height: 70px;
  }
  .nav-item-second {
    top: 111px;
  }
  .nban .nban-line {
    font-size: 20px;
  }
  .nban .nban-line .nban-line-p {
    max-width: 40px;
  }
  .indexPage-last {
    padding-bottom: 54px;
  }
  .indexPage {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 1281px) {
  footer .footer-infos .footer-form .formButton-box {
    margin-top: 24px;
  }
  footer .footer-top {
    padding: 32px 0 16px;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 14px;
  }
  .indexPage-title {
    font-size: 30px;
    line-height: 34px;
  }
  .nban .nban-line {
    font-size: 18px;
  }
  .nside {
    padding: 12px 0;
  }
  footer .footer-outer {
    width: 90%;
  }
  footer .footer-inner {
    width: 100%;
  }
  .header .header-inner {
    width: 90%;
  }
  .indexPage-outer {
    width: 90%;
  }
  .nside .indexPage-inner {
    width: 100%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage-last {
    padding-bottom: 48px;
  }
  .indexPage {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1025px) {
  footer .footer-infos .footer-form .footer-info {
    max-width: 42%;
  }
  footer .footer-infos .footer-form .form-inner {
    width: 55%;
  }
  footer .footer-infos .footer-form .contactMenthods p {
    font-size: 14px;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-val {
    font-size: 14px;
  }
  .nban .nban-line {
    font-size: 16px;
  }
  .nban .nban-line {
    font-size: 16px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .indexPage-title {
    font-size: 28px;
    line-height: 32px;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
}
@media only screen and (max-width: 821px) {
  footer .footer-share {
    padding-right: 5%;
  }
  .indexPage-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .comMore {
    height: 38px;
    padding: 0 34px;
    border-radius: 8px;
    line-height: 38px;
    font-size: 12px;
  }
  .indexPage-title {
    font-size: 20px;
  }
  footer .footer-infos .footer-form {
    flex-wrap: wrap;
  }
  footer .footer-infos .footer-form .form-input .input {
    font-size: 12px;
  }
  footer .footer-infos .footer-form .form-message .message {
    font-size: 12px;
  }
  footer .footer-infos .footer-form .formButton-box .formButton {
    width: 138px;
    height: 36px;
    font-size: 12px;
    line-height: 22px;
  }
  footer .footer-infos .footer-form .form-desc {
    font-size: 12px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    font-size: 12px;
    line-height: 20px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 20px 0 80px;
  }
  footer .footer-infos .footer-form .footer-info {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 22px;
  }
  footer .footer-infos {
    padding-bottom: 0;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-one {
    width: 33.33%;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-one:nth-last-of-type(1) {
    width: 100%;
  }
  footer .footer-infos .footer-form .form-inner {
    width: 100%;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-type {
    font-size: 12px;
  }
  .nban .nban-line {
    font-size: 14px;
  }
  .nban .nban-line .nban-line-p {
    width: 32px;
  }
  .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 .logo img {
    max-width: 130px;
  }
  .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;
  }
  .nban {
    margin-top: 65px;
  }
  .nban .nban-outer {
    top: 45%;
  }
  .nban .nban-title {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-top {
    padding: 26px 0 14px;
  }
  footer .footer-top .footer-top-logo {
    width: 126px;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-val {
    font-size: 12px;
  }
  footer .footer-infos .footer-form .contactMenthods p {
    font-size: 12px;
  }
  .nban {
    margin-top: 50px;
  }
  footer .footer-nav .footer-nav-one .fatherNav {
    font-size: 12px;
  }
  .nside .nside-a {
    font-size: 12px;
    line-height: 20px;
  }
  .nban .nban-title {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
  }
  .nside .index-nside {
    font-size: 12px;
    line-height: 20px;
  }
  .nside .index-nside .index-icon {
    width: 24px;
    height: 20px;
  }
  .nside .nside-right {
    font-size: 14px;
  }
  .indexPage {
    padding-top: 26px;
  }
  .indexPage-last {
    padding-bottom: 26px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .logo {
    max-width: 114px;
  }
  .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: 520px) {
  .nside {
    padding: 10px 0;
  }
  .indexPage-title {
    font-size: 22px;
    line-height: 24px;
  }
  .nban .nban-line {
    display: none;
  }
  .sidefixedM .sideitem1 .sideins {
    left: -50%;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  footer .footer-nav .footer-nav-one {
    margin: 0 2%;
  }
  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;
  }
  .indexPage-title {
    font-size: 18px;
  }
  footer .footer-nav .footer-nav-main {
    justify-content: flex-start;
  }
  footer .footer-bottom-infor-copyright-inner .footer-contactShare {
    margin: 5px 0;
  }
  footer .footer-infos .footer-form .formButton-box {
    margin-top: 18px;
  }
  footer .footer-infos .footer-form .form {
    margin-top: 12px;
  }
  footer .footer-infos .footer-form .form-message {
    margin-top: 0;
  }
  footer .footer-infos .footer-form .form-input .input {
    width: 100%;
  }
  footer .footer-infos .footer-form .footer-info .footer-info-one {
    width: 100%;
    margin-bottom: 8px;
  }
  .nside {
    padding: 6px 0;
  }
  .nban .nban-outer {
    top: 40%;
  }
  .nban .nban-line .nban-line-p {
    min-width: 18px;
    margin-right: 8px;
  }
  .nban .nban-line {
    font-size: 12px;
    line-height: 20px;
  }
  .nban {
    margin-top: 42px;
  }
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .logo {
    max-width: 100px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
  .top_nav .logo img {
    max-width: 100px;
  }
  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .nban .nban-title {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
}
