.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 52px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DE9A61;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #DE9A61;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #DE9A61;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 52px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DE9A61;
}
.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: #DE9A61;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}
.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DE9A61;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #DE9A61;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #DE9A61;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}
.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 52px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #DE9A61;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #DE9A61;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitemBase {
  border-radius: 23px;
}
.sidefixed .sideitemOther {
  display: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -98%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #DE9A61;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #F8B500;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.indexPage {
  width: 100%;
  padding: 80px 0;
}
.indexPage-inner {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.inner-title-big {
  font-weight: bold;
  font-size: 64px;
  color: #FFFFFF;
  line-height: 75px;
  letter-spacing: 7px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  padding-bottom: 22px;
}
.inner-title-big::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 8px;
  background: #E5E048;
  content: "";
}
.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pages {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.pages .el-pagination__jump {
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
}
.pages .el-pagination.is-background .btn-next,
.pages .el-pagination.is-background .btn-prev,
.pages .el-pagination.is-background .el-pager li {
  width: 32px;
  height: 32px;
  background: #7A8DA9;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  transition: 0.5s;
}
.pages .el-pagination.is-background .btn-next:hover,
.pages .el-pagination.is-background .btn-prev:hover,
.pages .el-pagination.is-background .el-pager li:hover {
  background: #3E5370;
  color: #fff;
  border: 1px solid #3E5370;
}
.pages .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #3E5370;
  color: #fff;
  border: 1px solid #3E5370;
}
.pages .el-pagination.is-background .el-pager li:not(.disabled):hover {
  background: #3E5370;
  color: #fff;
  border: 1px solid #3E5370;
}
.pages .el-pagination__sizes .el-input__inner {
  width: 84px;
  height: 32px;
  background: #7A8DA9;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.pro-pages {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  position: relative;
  padding: 0 25px;
  margin-top: 48px;
}
.pro-pages .el-pagination__jump {
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
}
.pro-pages .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #DE9A61;
  color: #fff;
  border: 1px solid #DE9A61;
}
.pro-pages .el-pagination.is-background .el-pager li:not(.disabled):hover {
  background: #DE9A61;
  color: #fff;
  border: 1px solid #DE9A61;
}
.pro-pages .el-pagination.is-background .btn-next,
.pro-pages .el-pagination.is-background .btn-prev,
.pro-pages .el-pagination.is-background .el-pager li {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 32px;
  text-align: center;
  transition: 0.5s;
}
.pro-pages .el-pagination.is-background .btn-next:hover,
.pro-pages .el-pagination.is-background .btn-prev:hover,
.pro-pages .el-pagination.is-background .el-pager li:hover {
  background: #DE9A61;
  color: #fff;
  border: 1px solid #DE9A61;
}
.pro-pages .el-pagination__total {
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 25px;
}
.contacti {
  width: 100%;
  background: #141518 url('../images/page-img/contact-back.png') no-repeat;
  background-size: cover;
  background-position: top right;
  position: relative;
  padding: 118px 0 68px;
}
.contacti .contacti-top {
  width: 100%;
}
.contacti .contacti-type-all {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
  margin: 24px 0 66px;
}
.contacti .contacti-type {
  width: 100%;
  margin-bottom: 28px;
}
.contacti .contacti-type-p {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  flex-wrap: wrap;
}
.contacti .contacti-type-p p {
  width: auto;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.contacti .contacti-type-p p img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.contacti .contacti-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contacti .contact-infos {
  width: 50%;
}
.contacti .contact-infos .contact-info-one {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 24px;
}
.contacti .contact-infos .contact-info-one .contact-info-icon {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.contacti .contact-infos .contact-info-one .contact-info-icon img {
  width: 18px;
  margin-right: 6px;
}
.contacti .contact-infos .contact-info-one .contact-info-val {
  width: 100%;
}
.contacti .contact-infos .contact-info-one .contact-info-val .contact-a {
  color: #FFFFFF;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.contacti .contact-infos .contact-info-one .contact-info-val .contact-address {
  width: 80%;
}
.contacti .contact-infos .contact-info-one:hover .contact-info-val .contact-a {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contacti .contact-infos .contact-info-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contacti .form {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* 滚动条整体 */
}
.contacti .form .form-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacti .form .form-message {
  width: 100%;
}
.contacti .form .form-btn {
  width: 100%;
  margin-top: 28px;
}
.contacti .form .form-btn .formButton {
  width: auto;
  height: 48px;
  padding: 0 14px;
  background: #E5E048;
  border-radius: 0px 0px 0px 0px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #141518;
  line-height: 48px;
  letter-spacing: 3px;
  overflow: hidden;
}
.contacti .form .form-btn .formButton .submit {
  width: 18px;
  margin-left: 12px;
}
.contacti .form .form-btn .formButton .submit img {
  width: 100%;
}
.contacti .form .form-btn .formButton .btn-text {
  position: relative;
  height: 100%;
}
.contacti .form .form-btn .formButton .btn-text::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.contacti .form .form-btn .formButton:hover .btn-text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .form .message::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.contacti .form .message::-webkit-scrollbar {
  display: none;
}
.contacti .form .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  text-indent: 0px;
}
.contacti .form .input {
  width: 31%;
  line-height: 42px;
  height: 42px;
  border: 0;
  border: 1px solid #FFFFFF;
  background: transparent;
  margin-bottom: 22px;
  color: #FFFFFF;
  transition: 0.5s;
  padding: 0 5px 0 12px;
  font-family: 'ALIBABA-REGULAR';
}
.contacti .form .input:focus {
  border: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
}
.contacti .form .message {
  width: 100%;
  padding: 12px;
  border: 0;
  border: 1px solid #FFFFFF;
  background: transparent;
  line-height: 22px;
  height: 188px;
  color: #FFFFFF;
  padding: 12px 5px 5px 12px;
  font-family: 'ALIBABA-REGULAR';
}
.contacti .form .message:focus {
  border: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
}
footer {
  width: 100%;
  background: #1A1A1A;
}
footer .footer-nav {
  width: calc(100% - 320px);
  margin: 0 auto;
  padding: 30px 0 32px;
}
footer .footer-nav .footer-logo {
  width: 134px;
}
footer .footer-nav .footer-logo img {
  width: 100%;
  display: block;
}
footer .footer-nav .footer-nav-dom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-nav .footer-nav-dom .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-nav .footer-nav-dom .nav-a {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  margin-left: 40px;
  position: relative;
}
footer .footer-nav .footer-nav-dom .nav-a:hover:after {
  width: 100%;
}
footer .footer-nav .footer-nav-dom .nav-a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  margin: 0 auto;
  background: #fff;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner {
  width: calc(100% - 320px);
  padding: 34px 0 26px;
  margin: 0 auto;
  border-top: 2px solid #D9D9D9;
}
footer .footer-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom-infor-side {
  display: flex;
  align-items: center;
}
footer .footer-bottom-infor-share {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
footer .footer-bottom-infor-share a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
}
footer .footer-bottom-infor-share a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer .footer-bottom-infor-share a:nth-of-type(1) {
  margin-left: 0;
}
footer .footer-bottom-infor-a {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  opacity: 0.8;
  transition: 0.5s;
  display: inline-block;
  position: relative;
}
footer .footer-bottom-infor-a:hover {
  opacity: 1;
}
footer .footer-bottom-infor-a:hover::after {
  width: 100%;
}
footer .footer-bottom-infor-copyright {
  opacity: 1;
  margin-right: 12px;
}
footer .footer-bottom-infor-right {
  margin-right: 12px;
}
footer .footer-bottom-infor-a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  content: "";
  transition: 0.5s;
}
.public-title {
  display: flex;
  align-items: flex-end;
}
.public-title .public-icon {
  width: 160px;
  margin-right: -20px;
}
.public-title .public-icon img {
  width: 100%;
  display: block;
}
.public-title .public-text {
  width: calc(100% - 188px);
  display: flex;
  align-items: flex-end;
}
.public-title .public-text .text {
  font-weight: 400;
  font-size: 48px;
  color: #DE9A61;
  line-height: 56px;
  white-space: nowrap;
}
.public-title .public-text .line {
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateY(-12px);
}
.public-title .public-dot {
  width: 48px;
}
.public-title .public-dot img {
  width: 100%;
  display: block;
}
.public-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.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: #DE9A61;
  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 #DE9A61;
}
.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: #DE9A61;
  border: 1px solid #DE9A61;
  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: #DE9A61;
  border: 1px solid #DE9A61;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.searchDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.searchDialog .searchDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.searchDialog .searchDialog-inner .searchDialog-close {
  position: absolute;
  cursor: pointer;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
  background: #DE9A61;
  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;
}
.header-opacity {
  opacity: 0 !important;
  height: 0px;
  overflow: hidden;
}
.header {
  width: calc(100% - 320px);
  position: fixed;
  left: 0;
  top: 32px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  background: #28364A;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  right: 0;
  padding: 0 25px;
  transition: 0.5s;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 4%;
}
.header .logo a {
  width: 144px;
  display: block;
}
.header .logo a img {
  width: 100%;
}
.header .logo a .logo-bai {
  display: none;
}
.header .logo a .logo-cai {
  display: block;
}
.header .header-nav {
  display: flex;
  align-items: center;
}
.header .header-left {
  display: flex;
  align-items: center;
}
.header .header-right {
  display: flex;
  align-items: center;
}
.header .nav-item {
  width: auto;
  height: 100%;
  padding: 0 5.5%;
  display: flex;
  align-items: center;
}
.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: 18px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  transition: 0.5s;
}
.header .nav-item-first:hover .nav-item-p {
  color: #DE9A61;
}
.header .nav-item-first-avtive .nav-item-p {
  color: #DE9A61 !important;
}
.header .searchBtn {
  display: flex;
  align-items: center;
  width: 244px;
  height: 36px;
  background: rgba(122, 141, 169, 0.2);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  padding: 0 14px;
  font-weight: 400;
  font-size: 14px;
  color: #E3E3E3;
  line-height: 16px;
  margin-right: 32px;
}
.header .searchBtn .search {
  width: 14px;
  margin-right: 12px;
}
.header .langBtn {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
  cursor: pointer;
  position: relative;
}
.header .langBtn .web {
  width: 42px;
}
.header .langBtn .langBtnA {
  margin: 0 12px;
}
.header .langBtn .bottom {
  width: 12px;
}
.header .langBtn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
  bottom: 0;
}
.header .langBtn:hover::after {
  width: 100%;
}
.header-active {
  width: calc(100% - 120px);
  top: 15px;
  height: 80px;
}
.header-active-detail {
  background: #fff;
  transition: 1s;
  box-shadow: 0px 2px 20px 0px rgba(205, 205, 205, 0.26);
}
.header-active-detail .header-inner .rightShare {
  background: transparent;
}
.header-active-detail .header-inner .rightShare .el-button {
  color: #333;
}
.header-active-detail .header-inner .rightShare .el-dropdown {
  color: #333;
}
.header-active-detail .header-inner .rightShare .el-button:hover {
  color: #0160be !important;
  transition: 0.5s;
}
.header-active-detail .header-inner .rightShare .tel-a {
  color: #333;
  transition: 0.5s;
}
.header-active-detail .header-inner .rightShare .tel-a .iconBai {
  display: none;
  transition: 0.5s;
}
.header-active-detail .header-inner .rightShare .tel-a .iconHei {
  display: inline-block;
  transition: 0.5s;
}
.header-active-detail .header-inner .rightShare .tel-a:hover {
  color: #0160be !important;
  transition: 0.5s;
}
.header-active-detail .header-inner .rightShare .line {
  background: #333;
}
.header-active-detail .header-inner .logo .logo-bai {
  display: none;
  transition: 0.5s;
}
.header-active-detail .header-inner .logo .logo-cai {
  display: block;
  transition: 0.5s;
}
.header-active-detail .header-inner .header-nav-list .nav-item-first::after {
  background: #333333;
  transition: 0.5s;
}
.header-active-detail .header-inner .header-nav-list .nav-item-first::before {
  background: #CDCDCD;
  transition: 0.5s;
}
.header-active-detail .header-inner .header-nav-list .nav-item-first .nav-item-p {
  color: #333333;
}
.header-active-detail .header-inner .header-nav-list .nav-item-first .el-icon-arrow-down {
  color: #333333;
}
.header-active-detail .header-inner .header-nav-list .nav-item-first-avtive::after {
  background: #333333 !important;
  transition: 0.5s;
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .header-lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .header-lang-one {
  position: relative;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn img {
  width: 24px;
  margin-right: 10px;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 14px;
  margin-right: 0;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: #DE9A61;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 32px;
  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: 180px;
}
.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: rgba(0, 0, 0, 0.6);
}
.top_nav .logo img {
  display: block;
  width: 120px;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.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;
  border-right: 1px solid rgba(239, 239, 239, 0.1);
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #fff;
}
.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: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  background: #DE9A61;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
  border-radius: 50%;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 100%;
  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: #DE9A61;
}
.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: #666;
  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: #DE9A61;
}
.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
}
.success .ncon a {
  width: auto;
  padding: 0 12px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
  text-align: center;
}
.success .ncon a:hover,
.success .ncon a.active {
  width: auto;
  padding: 0 12px;
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nban {
  width: 100%;
  position: relative;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-word {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  padding-top: 100px;
}
.nban .nban-index {
  width: 200px;
}
.nban .nban-index img {
  width: 100%;
}
.nban .nban-cur {
  font-weight: 800;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
  margin: -20px 0 0 0;
  transform: translateX(58px);
  text-transform: uppercase;
}
.faqi {
  background: url('../images/page-img/faqi-back.png') no-repeat;
  background-size: cover;
  background-position: top right;
  padding: 48px 0 68px;
}
.faqi .public-desc {
  padding-left: 142px;
  margin: 26px 0 80px;
}
.faqi .faqi-inner {
  width: 100%;
  padding: 0 5%;
}
.faqi .faqi-one {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  background: rgba(122, 141, 169, 0.3);
  transition: 0.5s;
  cursor: pointer;
}
.faqi .faqi-one .faqi-title {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 16px 24px;
  transition: 0.5s;
}
.faqi .faqi-one .faqi-desc {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  width: calc(100% - 64px);
  margin: 0 auto;
}
.faqi .faqi-one .faqi-desc .faqi-text {
  padding: 16px 0;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.faqi .faqi-one:hover {
  background: #3E5370;
}
.faqi .faqi-one:hover .faqi-title {
  color: #E5E048;
}
.faqi .faqi-one-active {
  background: #3E5370;
}
.faqi .faqi-one-active .faqi-title {
  color: #E5E048;
}
.faqi .faqi-one-active .faqi-desc {
  max-height: 100vh;
}
.faqi .pages {
  margin-top: 30px;
}
.processi {
  width: 100%;
  background: url('../images/page-img/processi-back.png') no-repeat;
  background-size: cover;
  background-position: top right;
  padding: 48px 0 68px;
}
.processi .public-desc {
  padding-left: 142px;
  margin: 26px 0 14px;
}
.processi .processi-inner {
  width: 100%;
}
.processi .processi-one {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.processi .processi-one .processi-icon {
  width: 94px;
  margin-left: -12px;
  margin-right: 0;
  font-weight: bold;
  font-size: 26px;
  color: #28364A;
  line-height: 30px;
  position: relative;
}
.processi .processi-one .processi-icon img {
  display: block;
  width: 100%;
}
.processi .processi-one .processi-icon .index {
  position: absolute;
  top: 50%;
  left: auto;
  right: 15%;
  transform: translateY(-50%) scale(1);
  transition: 0.5s;
}
.processi .processi-one .processi-con {
  width: 50%;
  padding: 14px 56px;
  background: url('../images/page-img/Rectangle-left.png') no-repeat;
  background-size: 100% 100%;
  min-height: 94px;
  text-align: right;
}
.processi .processi-one .processi-con .processi-title {
  font-weight: 400;
  font-size: 18px;
  color: #3381F6;
  line-height: 22px;
  position: relative;
  display: inline-block;
}
.processi .processi-one .processi-con .processi-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #3381F6;
  transition: 0.5s;
}
.processi .processi-one .processi-con .processi-desc {
  font-weight: 400;
  font-size: 14px;
  color: #181A43;
  line-height: 18px;
  margin-top: 6px;
  width: 100%;
}
.processi .processi-one:hover .processi-icon .index {
  transform: translateY(-50%) scale(1.2);
}
.processi .processi-one:hover .processi-con .processi-title::after {
  width: 100%;
}
.processi .processi-one:nth-last-of-type(2n) {
  justify-content: flex-end;
}
.processi .processi-one:nth-last-of-type(2n) .processi-icon {
  margin-left: 0;
  margin-right: -12px;
}
.processi .processi-one:nth-last-of-type(2n) .processi-icon .index {
  right: auto;
  left: 15%;
}
.processi .processi-one:nth-last-of-type(2n) .processi-con {
  background: url('../images/page-img/Rectangle-right.png') no-repeat;
  background-size: 100% 100%;
  text-align: left;
}
.nside {
  width: 100%;
}
.nside .nside-inner {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nside .nside-main {
  display: flex;
}
.nside .nside-main-a {
  display: block;
  padding: 25px 30px;
  background: #fff;
  border-radius: 0px;
  font-size: 16px;
  color: #333333;
  transition: all .5s ease;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  text-align: center;
}
.nside .nside-main-a:hover {
  color: #fff;
  transition: all .5s ease;
}
.nside .nside-main-a:hover::after {
  height: 100%;
  transition: all .5s ease;
}
.nside .nside-main-a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #ccc;
}
.nside .nside-main-a:nth-last-of-type(1)::before {
  width: 0;
}
.nside .nside-main-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #E70E25;
  transition: all .5s ease;
  z-index: -1;
}
.nside .nside-main-active {
  color: #fff;
}
.nside .nside-main-active::after {
  height: 100%;
}
.nside .nside-a {
  padding: 25px 0;
  display: flex;
  align-items: center;
}
.nside .nside-a .rightA {
  height: 12px;
  margin: 0 5px;
}
.nside .nside-a a {
  color: #6c757d;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.nside .nside-a a img {
  width: 20px;
  margin-right: 5px;
}
.nside .nside-a a:hover {
  color: #E70E25;
  transition: 0.5s;
}
.nside-detail {
  margin-top: 70px;
  width: 100%;
}
.nside-detail .nside-inner {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nside-detail .nside-main {
  display: flex;
}
.nside-detail .nside-main-a {
  display: block;
  padding: 16px 30px;
  background: #fff;
  border-radius: 0px;
  font-size: 16px;
  color: #333333;
  transition: all .5s ease;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  text-align: center;
}
.nside-detail .nside-main-a:hover {
  color: #fff;
  transition: all .5s ease;
}
.nside-detail .nside-main-a:hover::after {
  height: 100%;
  transition: all .5s ease;
}
.nside-detail .nside-main-a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #ccc;
}
.nside-detail .nside-main-a:nth-last-of-type(1)::before {
  width: 0;
}
.nside-detail .nside-main-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #E70E25;
  transition: all .5s ease;
  z-index: -1;
}
.nside-detail .nside-main-active {
  color: #fff;
}
.nside-detail .nside-main-active::after {
  height: 100%;
}
.nside-detail .nside-a {
  padding: 25px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside-detail .nside-a .rightA {
  height: 12px;
  margin: 0 5px;
}
.nside-detail .nside-a a {
  color: #6c757d;
  display: flex;
  align-items: center;
  transition: 0.5s;
  line-height: 30px;
  word-break: keep-all;
}
.nside-detail .nside-a a img {
  width: 20px;
  margin-right: 5px;
}
.nside-detail .nside-a a:hover {
  color: #E70E25;
  transition: 0.5s;
}
.nside-detail .nside-a .lastA {
  word-break: break-all;
}
.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  height: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
}
.success .ncon a {
  width: 120px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
  text-align: center;
}
.success .ncon a:hover,
.success .ncon a.active {
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
/* 滚动条整体 */
::-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 #28364A;
  background: #28364A !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
@media only screen and (max-width: 1800px) {
  .nban .nban-index {
    width: 168px;
  }
  .header .nav-item-first .nav-item-p {
    font-size: 16px;
  }
  .header {
    width: 85%;
  }
  .header .nav-item {
    padding: 0 4.5%;
  }
  .header .searchBtn {
    margin-right: 18px;
    width: 200px;
  }
  .header .logo {
    margin-right: 2%;
  }
  .header-active {
    width: 94%;
  }
  .contacti {
    padding: 80px 0 68px;
  }
  footer .footer-nav {
    width: 90%;
  }
  footer .footer-bottom-infor-copyright-inner {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .header .langBtn .web {
    width: 34px;
  }
  .header {
    padding: 0 16px;
  }
  .header .searchBtn {
    font-size: 12px;
  }
  .header .langBtn {
    font-size: 16px;
  }
  .header .nav-item {
    padding: 0 12px;
  }
  .header .logo {
    margin-right: 12px;
  }
  .header .searchBtn {
    margin-right: 14px;
    width: 170px;
  }
  .nban .nban-index {
    width: 140px;
  }
  .nban .nban-cur {
    font-size: 28px;
    transform: translateX(40px);
  }
  footer .footer-bottom-infor-share {
    margin-right: 28px;
  }
  footer .footer-bottom-infor-a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1590px) {
  .header .nav-item-first .nav-item-p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1360px) {
  .processi .public-desc {
    padding-left: 102px;
  }
  .header {
    width: 92%;
    top: 26px;
  }
  .header-active {
    width: 96%;
    top: 10px;
  }
  .contacti {
    padding: 70px 0 58px;
  }
  .contacti .contacti-type-all {
    margin: 24px 0 48px;
  }
  .inner-title-big {
    font-size: 55px;
    line-height: 66px;
    letter-spacing: 6px;
    padding-bottom: 22px;
  }
  .public-title .public-text .text {
    font-size: 42px;
  }
  .public-title .public-icon {
    width: 120px;
  }
  .faqi .faqi-one .faqi-title {
    font-size: 16px;
  }
  .public-desc {
    font-size: 16px;
  }
  .public-title .public-text {
    width: calc(100% - 154px);
  }
  .faqi .public-desc {
    padding-left: 106px;
    margin: 26px 0 38px;
  }
}
@media only screen and (max-width: 1250px) {
  .pro-pages {
    padding: 0 0;
  }
  .el-pagination__total {
    width: calc(100% - 165px) !important;
  }
  .faqi {
    padding: 48px 0 46px;
  }
  .faqi .faqi-inner {
    padding: 0 0;
  }
  footer .footer-bottom-infor-a {
    font-size: 14px;
  }
  footer .footer-nav {
    padding: 26px 0 26px;
  }
  footer .footer-bottom-infor-share a {
    width: 26px;
    height: 26px;
    margin-left: 22px;
  }
  .contacti .contacti-type-all {
    margin: 24px 0 34px;
  }
  footer .footer-nav .footer-nav-dom .nav-a {
    font-size: 16px;
    margin-left: 32px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 30px 0 26px;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban .nban-word {
    padding-top: 0;
  }
  .nban {
    margin-top: 60px;
  }
  .sidefixed .sideitem2 .icon-box p {
    font-size: 12px;
  }
  .contacti {
    padding: 55px 0 48px;
  }
  .sidefixed .sideitem3 .icon-box p {
    font-size: 12px;
  }
  .sidefixed .sideitem3 svg {
    width: 26px;
    height: 26px;
  }
  .sidefixed .sideitem1 svg {
    width: 26px;
    height: 26px;
  }
  .sidefixed .sideitem1 .icon-box p {
    font-size: 12px;
  }
  .langDialog {
    display: none !important;
  }
  .el-pagination {
    white-space: inherit;
  }
  .el-pagination button,
  .el-pagination span:not([class*=suffix]) {
    width: 100%;
    margin: 20px 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1020px) {
  .public-title .public-icon {
    width: 80px;
  }
  .processi .public-desc {
    padding-left: 62px;
  }
  .public-title .public-text .text {
    font-size: 32px;
  }
  .public-title .public-text {
    width: calc(100% - 105px);
  }
  .processi .processi-one .processi-con .processi-title {
    font-size: 16px;
  }
  .processi .processi-one .processi-con {
    padding: 14px 36px;
  }
  footer .footer-inner {
    flex-wrap: wrap;
  }
  .inner-title-big {
    font-size: 45px;
  }
  .contacti {
    padding: 40px 0 48px;
  }
  .contacti .contact-infos {
    width: 44%;
  }
  .contacti .form {
    width: 52%;
  }
  .contacti .form .input {
    width: 100%;
  }
  .contacti .contacti-type-all {
    margin: 20px 0 30px;
    font-size: 16px;
  }
  footer .footer-bottom-infor-side {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .footer-nav .footer-nav-dom .nav-a {
    font-size: 14px;
    margin-left: 16px;
  }
  .nban .nban-index {
    width: 114px;
  }
  .nban .nban-cur {
    font-size: 25px;
  }
}
@media only screen and (max-width: 821px) {
  footer .footer-bottom-infor-copyright-inner {
    padding: 22px 0 100px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .logo {
    max-width: 150px;
  }
  .nban {
    margin-top: 50px;
  }
  .headerM .rightShare .el-dropdown {
    font-size: 16px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .top_nav .logo img {
    max-width: 120px;
  }
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .faqi .pages {
    margin-top: 18px;
  }
  .faqi {
    padding: 48px 0 25px;
  }
  .public-title .public-icon {
    width: 58px;
  }
  .processi .public-desc {
    padding-left: 0;
  }
  .public-title .public-text {
    width: calc(100% - 78px);
  }
  .public-title .public-dot {
    width: 35px;
  }
  .public-title .public-text .text {
    font-size: 20px;
    line-height: 35px;
  }
  .processi {
    padding: 40px 0 42px;
  }
  .public-desc {
    font-size: 14px;
  }
  .processi .processi-one {
    margin-bottom: 15px;
  }
  .processi .processi-one .processi-icon {
    width: 75px;
  }
  .processi .processi-one .processi-con {
    width: calc(100% - 75px);
    min-height: 0;
    padding: 14px 26px;
  }
  .faqi .faqi-one .faqi-title {
    font-size: 14px;
  }
  .faqi .faqi-one .faqi-desc .faqi-text {
    font-size: 12px;
  }
  .faqi .public-desc {
    padding-left: 0;
    margin: 20px 0 30px;
  }
  .contacti {
    padding: 38px 0 36px;
  }
  footer .footer-bottom-infor-side {
    flex-wrap: wrap;
  }
  footer .footer-bottom-infor-share {
    width: 100%;
    margin-bottom: 15px;
  }
  .inner-title-big {
    font-size: 30px;
    line-height: 35px;
  }
  .inner-title-big::after {
    width: 58px;
    height: 4px;
  }
  .contacti .contacti-type-all {
    margin: 16px 0 16px;
    font-size: 14px;
  }
  .contacti .contacti-type-p {
    font-size: 14px;
  }
  .contacti .contacti-type {
    margin-bottom: 22px;
  }
  .contacti .contacti-bottom {
    flex-wrap: wrap;
  }
  .contacti .form {
    width: 100%;
  }
  .contacti .contact-infos {
    width: 100%;
    margin-top: 25px;
  }
  .nban {
    height: 200px;
  }
  .nban img {
    height: 100%;
    object-fit: cover;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  footer .footer-nav .footer-nav-dom nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-nav {
    padding: 26px 0 14px;
  }
  footer .footer-nav .footer-logo {
    margin: 0 auto 12px;
  }
  footer .footer-nav .footer-nav-dom .nav-a {
    margin: 10px 12px;
  }
  footer .footer-nav .footer-nav-dom {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .nside-detail .nside-a {
    padding: 12px 0;
  }
  .nside-detail {
    margin-top: 50px;
  }
  .nban {
    margin-top: 50px;
  }
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
  .nban .nban-word-cn {
    font-size: 32px;
  }
  .nside .nside-main-a {
    padding: 16px 20px;
    font-size: 12px;
  }
  .nside .nside-a {
    padding: 16px 0;
  }
  .nside .nside-a .rightA {
    height: 10px;
  }
  .nside .nside-a a img {
    width: 18px;
  }
  .nside .nside-a a {
    font-size: 12px;
  }
  .nban .nban-word-en {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .processi .processi-one .processi-icon {
    width: 66px;
    font-size: 20px;
  }
  .processi .processi-one .processi-con {
    width: calc(100% - 58px);
  }
  .success .ncon h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 520px) {
  .headerM .logo {
    max-width: 160px;
  }
  .nside .nside-main-a {
    padding: 16px 12px;
  }
  .nban .nban-word-cn {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 415px) {
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 14px;
  }
  .headerM .header-inner .langBtn .langBtnA i {
    margin-left: 5px;
  }
  .headerM .logo {
    max-width: 140px;
  }
  .processi .processi-one .processi-con .processi-desc {
    font-size: 12px;
  }
  .pro-pages .el-pagination.is-background .btn-next,
  .pro-pages .el-pagination.is-background .btn-prev,
  .pro-pages .el-pagination.is-background .el-pager li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pro-pages {
    width: 110%;
    margin-left: -5%;
  }
  .el-pagination {
    padding: 2px 0;
  }
  .sidefixedM .sideitem1 svg {
    width: 24px;
    height: 24px;
  }
  .sidefixedM .sideitem2 .icon-box svg {
    width: 12px;
    height: 12px;
  }
  .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) {
  .headerM .logo {
    max-width: 110px;
  }
}
