.pages {
  width: 100%;
  text-align: center;
  font-family: 'LamaSans-Regular';
}
.pages .el-pagination.is-background .el-pager li {
  color: #4d4b46;
}
.pages .el-pagination.is-background .el-pager li {
  background: transparent;
}
.pages .el-pager .number {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  background: #f4f4f5 !important;
}
.pages .el-pager .number:hover {
  color: #ffffff !important;
  background: #0F49B5 !important;
}
.pages .el-pager .active {
  color: #ffffff !important;
  background: #0F49B5 !important;
}
.pages button {
  cursor: pointer;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  background: #0F49B5 !important;
  border-radius: 4px;
}
.pages button .el-icon {
  color: #fff;
}
.pages .el-pagination.is-background .btn-prev:disabled {
  background: transparent !important;
  border: 1px solid transparent;
}
.pages .el-pagination.is-background .btn-prev:disabled .el-icon {
  color: #666666;
}
.pages .btn-next:disabled {
  background: transparent !important;
  border: 1px solid transparent;
}
.pages .btn-next:disabled .el-icon {
  color: #666666;
}
.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;
}
.imgHover {
  overflow: hidden;
}
.imgHover img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.imgHover:hover {
  overflow: hidden;
}
.imgHover:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.ModelPages {
  margin-top: 20px;
}
.iconHover .iconImg {
  transform: rotateY(0deg);
  transition: 0.8s;
}
.iconHover:hover .iconImg {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.read-more {
  display: inline-block;
  padding: 0 40px;
  background: #F2B225;
  border-radius: 0px 21px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}
.read-more p {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s;
  transform: translateY(0);
}
.read-more p:after {
  content: attr(data-word);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
}
.read-more:hover {
  border-radius: 21px;
  transition: 0.5s;
}
.read-more:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.indexPage {
  padding-top: 60px;
}
.indexPage-last {
  padding-bottom: 60px;
}
.indexPage-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.indexPage-desc {
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.indexPage-title-small {
  font-size: 2.5vw;
  font-family: 'LamaSans-Bold';
  font-weight: 900;
  color: #333333;
  line-height: normal;
}
.indexPage-title-big {
  font-size: 36px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 24px;
}
.indexPage-more {
  width: 200px;
  height: 52px;
  background: #0F49B5;
  border-radius: 6px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0px 15px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 52px;
  text-align: center;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}
.indexPage-more .read-more-p {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPage-more .read-more-p p {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.indexPage-more .read-more-p p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.indexPage-more .read-more-p img {
  width: 18px;
  margin-left: 10px;
}
.indexPage-more:hover {
  background: #ED1E24;
  transition: 0.5s;
}
.indexPage-more:hover .read-more-p p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.whatsappp-footer {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  display: block;
}
.whatsappp-footer img {
  width: 100%;
}
.contact-way-one-address {
  display: block !important;
}
.contact-way-one-address1 {
  display: none !important;
}
.contact-way-one-whatsapp {
  display: none !important;
}
.contact-way-one-whatsapp1 {
  display: none !important;
}
.langSpanCn {
  display: none !important;
}
.langSpanCnShow {
  display: inline-block !important;
}
.contact-way-one-whatsappshow {
  display: flex !important;
}
.contact-way-one-whatsappshow1 {
  display: block !important;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 999;
  display: flex;
  width: 82px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px 10px 0px 0px;
  font-family: 'AlibabaPuHuiTi-Light';
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 30px;
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #ED1E24;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #ED1E24;
  transition: .5s;
  right: 190px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #ED1E24;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 16px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 82px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #ED1E24;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 16px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem3 .sideins {
  width: 190px;
  background: #ED1E24;
  padding: 10px 10px;
  min-height: 74px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 26px;
  padding: 13px 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 .sideitemTop1 {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitemTop1 .icon-box {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitem1 {
  width: 82px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #ED1E24;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #ED1E24;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 16px;
}
.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;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 16px;
  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);
  background: #ED1E24;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 13px 0px;
  white-space: nowrap;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 82px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #ED1E24;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 3px;
}
.sidefixed .sideitem2:hover {
  background: #ED1E24;
}
.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: 16px;
  background: transparent !important;
}
.sidefixed .sideitemOther {
  display: none !important;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -44%;
  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: #ED1E24;
  font-family: 'AlibabaPuHuiTi-Light';
}
.sidefixedM .sideitem1 {
  width: 20%;
  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 .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: 30px;
}
.sidefixedM .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #F2B225;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0px;
  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: 20%;
  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: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.headerDom {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.headerDom .headerDom-top {
  height: 40px;
  background: #2A2C2E;
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
}
.headerDom .headerDom-top .headerDom-p {
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.headerDom .header-top-main {
  height: 100%;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerDom .header-top-main .header-lang-one1 {
  margin-right: 20px;
}
.headerDom .header-top-main .header-lang-one {
  position: relative;
}
.headerDom .header-top-main .header-lang-one .searchBtn {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerDom .header-top-main .header-lang-one .searchBtn img {
  width: 20px;
}
.headerDom .header-top-main .header-lang-one .searchInput {
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerDom .header-top-main .header-lang-one .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #333 !important;
}
.headerDom .header-top-main .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;
}
.headerDom .header-top-main .header-lang-one .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #F2B225;
  background: #F2B225;
  border-radius: 6px;
  color: #fff !important;
}
.headerDom .header-top-main .header-lang-one .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.headerDom .header-top-main .header-lang-one .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerDom .header-top-main .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerDom .header-top-main .header-lang-one .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerDom .header-top-main .header-lang-one .langBtn .langBtnA img {
  width: 14px;
  margin-right: 0;
  margin-left: 4px;
}
.headerDom .header-top-main .header-lang-one .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerDom .header-top-main .header-lang-one .langList .langList-inner {
  width: 100%;
  background: #ED1E24;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerDom .header-top-main .header-lang-one .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;
}
.headerDom .header-top-main .header-lang-one .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.headerDom .header-top-main .header-lang-one .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerDom .header-top-main .header-lang-one .langListShow .langList-inner {
  padding: 8px 10px;
  transition: all 0.5s;
}
.headerDom .header-top-main .header-lang-one .langListShow .langList-inner a {
  height: 32px;
  transition: all 0.5s;
}
.headerDom .headerDom-bottom {
  background: #fff;
  height: 80px;
  box-shadow: -13px 13px 33px -20px rgba(0, 0, 0, 0.1);
}
.headerDom .headerDom-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headerDom .nav-item {
  display: block;
  padding: 0 4% 0 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.headerDom .nav-item .nav-item-first {
  width: 100%;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}
.headerDom .nav-item .nav-item-p {
  color: #333;
}
.headerDom .nav-item .nav-item-first-avtive .nav-item-p {
  color: #ED1E24;
}
.headerDom .nav-item-second {
  position: fixed;
  top: 121px;
  height: 0;
  opacity: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  left: 0;
  width: 100vw;
  background: #F8F8F8;
  transition: 1s;
  font-family: 'AlibabaPuHuiTi-Regular';
}
.headerDom .nav-item-second .nav-item-second-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0px;
  flex-wrap: wrap;
}
.headerDom .nav-item-second .nav-title {
  width: 120px;
  font-size: 24px;
  font-weight: normal;
  color: #0F49B5;
  line-height: 40px;
}
.headerDom .nav-item-second .nav-img {
  width: 20%;
  display: flex;
  align-items: flex-end;
}
.headerDom .nav-item-second .nav-img img {
  width: 100%;
  border-radius: 10px;
}
.headerDom .nav-item-second .second-nav-a {
  width: 35%;
  height: 240px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.headerDom .nav-item-second .second-nav-a::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}
.headerDom .nav-item-second .second-nav-a::-webkit-scrollbar-corner {
  background-color: transparent;
}
.headerDom .nav-item-second .second-nav-a::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px transparent;
  background: #EFEFEF !important;
}
.headerDom .nav-item-second .second-nav-a::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: transparent;
}
.headerDom .nav-item-second .nav-name {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
}
.headerDom .nav-item-second .nav-name:hover {
  background: #EFEFEF;
  transition: 0.5s;
}
.headerDom .nav-item-second1 {
  top: 81px;
}
.headerDom .user-menu-nav {
  z-index: 999;
  height: 360px;
  opacity: 1;
  transition: 0.8s;
}
.headerDom .header-logo {
  max-width: 190px;
}
.headerDom .header-logo img {
  width: 100%;
}
.headerDom .header-logo .logoBai {
  display: block;
}
.headerDom .header-logo .logoCai {
  display: none;
}
.headerDom .imgDefult {
  display: block;
}
.headerDom .imgActive {
  display: none;
}
.headerDom .header-top-a {
  display: flex;
  align-items: center;
}
.headerDom .header-top-a a {
  display: flex;
  align-items: center;
  color: #DDDDDD;
  font-family: 'LamaSans-Regular';
  font-size: 16px;
}
.headerDom .header-top-a img {
  width: 20px;
}
.headerDom .header-top-a .header-top-a-last {
  padding-left: 20px;
}
.headerDom .headerDom-inner {
  position: relative;
  width: calc(100% - 120px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerDom .headerDom-top-none {
  height: 0;
  transition: 0.5s;
}
@keyframes aniPcNav {
  0% {
    height: 0px;
    display: none;
  }
  100% {
    height: 180px;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #0F49B5;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
  font-family: 'AlibabaPuHuiTi-Light';
}
.headerM .header-inner {
  width: 90%;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .rightShare {
  display: flex;
  align-items: center;
}
.headerM .header-inner .rightShare .language-dropdown {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 14px;
}
.headerM .header-inner .rightShare .language-dropdown .language-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  padding: 5px;
  border-radius: 3px;
  width: 100px;
  height: 35px;
}
.headerM .header-inner .rightShare .language-dropdown .language-main {
  left: 0;
  top: 40px;
  width: 100px;
  height: 0;
  background: #fff;
  margin-top: 10px;
  border-radius: 0px;
  position: absolute;
  border: 1px solid #000000;
}
.headerM .header-inner .rightShare .language-dropdown .language-main a {
  padding: 8px 20px;
  color: #333;
  height: 0;
  font-size: 14px;
  line-height: 30px;
  transition: all ease .3s;
  font-family: 'costomFont-Regular';
}
.headerM .header-inner .rightShare .language-dropdown .language-main-active {
  height: 60px;
  transition: 0.5s;
}
.headerM .header-inner .rightShare .language-dropdown .language-main-active a {
  height: 30px;
  transition: 0.5s;
}
.headerM .header-inner .rightShare .language-dropdown-active {
  overflow: visible;
}
.headerM .header-inner .rightShare .header-lang-one {
  position: relative;
}
.headerM .header-inner .rightShare .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  margin-right: 20px;
}
.headerM .header-inner .rightShare .langBtn .langBtnA {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.headerM .header-inner .rightShare .langBtn .langBtnA img {
  width: 14px;
  margin-right: 0;
  margin-left: 4px;
}
.headerM .header-inner .rightShare .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .rightShare .langList .langList-inner {
  width: 100%;
  background: #ED1E24;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .rightShare .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 .rightShare .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.headerM .header-inner .rightShare .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .rightShare .langListShow .langList-inner {
  padding: 8px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .rightShare .langListShow .langList-inner a {
  height: 32px;
  transition: all 0.5s;
}
.headerM .header-inner .logo {
  width: auto;
  max-width: 140px;
}
.headerM .header-inner .logo img {
  width: 100%;
  display: block;
}
.headerM .header-inner .action_item {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 20px;
  height: 2px;
  margin: 4px 0 2px;
  background: #fff;
}
.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: #0F49B5;
  font-family: 'AlibabaPuHuiTi-Light';
}
.top_nav .logo img {
  display: block;
  width: 150px;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #0F49B5;
}
.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: 6px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #0F49B5;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #0F49B5;
}
.top_nav .nav .li .menu .el-icon-arrow-right {
  color: #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 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  transition: 0.5s;
  font-size: 18px;
}
.top_nav .nav .li .menu p:hover {
  transform: rotateZ(90deg);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 8px;
  transition: 0.5s;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #fff;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #fff;
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #ed1c24;
}
.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: #fff;
  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: #ed1c24;
}
footer {
  width: 100%;
  background-color: #0C0C11;
  padding-top: 50px;
}
footer .footer-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
footer .footer-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer-top {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top .footer-topMain {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
footer .footer-top .footer-topLogo {
  width: 200px;
  margin-right: 50px;
}
footer .footer-top .footer-topLogo img {
  width: 100%;
}
footer .footer-top .footer-nav {
  display: flex;
  width: 100%;
  margin: 70px 0 0;
  padding: 0 10%;
  justify-content: space-around;
}
footer .footer-top .footer-nav a {
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #999;
  line-height: 24px;
  transition: 0.5s;
}
footer .footer-top .footer-nav a:hover {
  color: #fff;
  transition: 0.5s;
}
footer .footer-top .footer-share {
  display: flex;
}
footer .footer-top .footer-share .footer-share-a {
  margin-left: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
footer .footer-top .footer-share .footer-share-a .footer-share-box {
  width: 56px;
}
footer .footer-top .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-top .footer-share .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100px;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-top .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-top .footer-share .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-top .footer-share .footer-share-a .svg-box img {
  width: 100%;
}
footer .footer-top .footer-share .footer-share-a1 {
  width: 20px;
}
footer .footer-top .footer-share .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-top .footer-share .footer-share-a2 {
  width: 25px;
  margin-top: -2px;
}
footer .footer-top .footer-share .footer-share-a2 .svg-box {
  width: 25px;
}
footer .footer-center {
  padding: 70px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-center .footer-contactInfo {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one {
  width: 40%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one:hover .footer-infor-main {
  color: #fff;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one:hover .footer-infor-type img {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one:hover .footer-infor-type span {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-infor-type {
  display: flex;
  align-items: center;
  width: 70px;
}
footer .footer-center .footer-contactInfo .footer-infor-type img {
  width: 19px;
  margin-right: 8px;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-infor-type span {
  color: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-center .footer-contactInfo .footer-infor-type-other {
  width: 130px;
}
footer .footer-center .footer-contactInfo .footer-infor-main-other {
  width: calc(100% - 130px);
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-address {
  width: auto;
  max-width: 60%;
}
footer .footer-center .footer-contactInfo .footer-infor-main {
  width: calc(100% - 70px);
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: 400;
  color: #999;
  line-height: 24px;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one1 .footer-infor-type {
  width: 90px;
}
footer .footer-center .footer-contactInfo .footer-bottom-infor-one1 .footer-infor-main {
  width: calc(100% - 90px);
}
footer .footer-center .footer-contactShare {
  width: 166px;
}
footer .footer-center .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-center .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
footer .footer-center .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner {
  width: 100%;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 33px 0;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 24px;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone a {
  color: #999;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover {
  color: #fff;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover a {
  color: #fff;
  transition: 0.5s;
}
.indexPage-contacti {
  padding-top: 140px;
  background: #fff;
  margin-top: -140px;
}
.contacti .contacti-title-main {
  width: 80%;
}
.contacti .contacti-desc {
  margin-top: 20px;
}
.contacti .contacti-ways {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contacti .contacti-ways p {
  margin-right: 8px;
}
.contacti .form {
  width: 100%;
}
.contacti .form .form-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacti .form .form-input .input {
  width: 30%;
  height: 42px;
  color: #333333;
  border: 1px solid #999999;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  line-height: 42px;
  padding: 0 12px;
}
.contacti .form .form-input .input:focus {
  outline: 0;
  /*去掉默认谷歌点击input边框显示蓝色  */
  border: 1px solid #333;
}
.contacti .form .form-input .input::placeholder {
  color: #999999;
}
.contacti .form .form-message {
  width: 100%;
  margin: 20px 0 40px;
}
.contacti .form .form-message .message {
  width: 100%;
  height: 180px;
  font-size: 14px;
  border: 1px solid #999999;
  border-radius: 10px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 42px;
  padding: 0 12px;
}
.contacti .form .form-message .message:focus {
  outline: 0;
  border: 1px solid #333;
}
.contacti .form .form-message .message::placeholder {
  color: #999999;
}
.contacti .form .formButton {
  width: 200px;
  height: 52px;
  background: #0F49B5;
  border-radius: 6px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0px 15px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 52px;
  text-align: center;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
.contacti .form .formButton p {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.contacti .form .formButton p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.contacti .form .formButton:hover {
  border-radius: 21px;
  transition: 0.5s;
}
.contacti .form .formButton:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.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;
  display: none;
}
.nban img {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.nban .nban-word {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  z-index: 5;
  margin-top: 30px;
}
.nban .nban-index {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-Light';
  font-weight: normal;
  line-height: 24px;
}
.nban .nban-index .nban-icon1 {
  width: 20px;
}
.nban .nban-index a {
  color: #FFFFFF;
  margin: 0 9px;
}
.nban .nban-index .nban-icon2 {
  width: 14px;
}
.nban .nban-cur {
  font-size: 48px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #FFFFFF;
  line-height: 60px;
  margin: 30px 0 36px;
}
.nban .nban-line {
  width: 40px;
  height: 1px;
  background: #FFFFFF;
}
.nside {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.nside .nside-inner {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .nside-inner .nside-a {
  display: flex;
  align-items: center;
  margin-right: 8px;
  color: #6c757d;
  font-size: 16px;
  transition: 0.5s;
  word-break: keep-all;
}
.nside .nside-inner .nside-a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.nside .nside-inner .nside-a .el-icon-arrow-right {
  color: #6c757d;
  font-size: 16px;
  margin-right: 8px;
}
.nside .nside-inner .nside-a p {
  color: #6c757d;
  font-size: 16px;
  margin-right: 8px;
}
.nside .nside-inner .nside-a:hover {
  color: #0F49B5;
  transition: 0.5s;
}
.nside .nside-inner .nside-a-last {
  color: #0F49B5;
}
.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 #ed1c24;
  background: #ed1c24 !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) {
  .headerDom .nav-item {
    padding: 0 0 0 4%;
  }
  .headerDom .headerDom-nav {
    left: 200px;
  }
}
@media only screen and (max-width: 1440px) {
  .headerDom .headerDom-top .headerDom-p {
    font-size: 14px;
  }
  .headerDom .header-top-a a {
    font-size: 14px;
  }
  .headerDom .header-top-a .header-top-a-last {
    padding-left: 15px;
  }
  .nban .nban-cur {
    font-size: 42px;
    line-height: 50px;
  }
  footer .footer-top .footer-nav {
    margin: 50px 0 0;
  }
  footer .footer-center {
    padding: 50px 0;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 28px 0;
  }
  .indexPage-title-big {
    font-size: 32px;
  }
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .headerDom .nav-item-second {
    top: 111px;
  }
  .headerDom .headerDom-inner {
    width: 94%;
  }
  .headerDom .nav-item {
    padding: 0 0 0 3%;
  }
  .headerDom .headerDom-bottom {
    height: 70px;
  }
  .headerDom .nav-item-second1 {
    top: 71px;
  }
  footer {
    padding-top: 44px;
  }
  footer .footer-center .footer-contactInfo {
    width: calc(95% - 166px);
  }
  footer .footer-center .footer-contactInfo .footer-bottom-infor-one {
    width: 50%;
  }
  footer .footer-center .footer-contactInfo .footer-bottom-infor-address {
    width: auto;
  }
  footer .footer-center {
    padding: 40px 0;
  }
  footer .footer-top .footer-nav {
    margin: 40px 0 0;
  }
  .contacti .form .form-input .input {
    width: 32%;
  }
  .contacti .form .form-message {
    margin: 20px 0 30px;
  }
  .contacti .contacti-desc {
    margin-top: 16px;
  }
  .contacti .contacti-ways {
    margin-bottom: 24px;
  }
  .indexPage-title-big {
    font-size: 30px;
  }
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
  .indexPage-more {
    width: 170px;
    height: 46px;
    padding: 0px 8px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1024px) {
  .headerDom .headerDom-inner1 {
    justify-content: space-between;
  }
  .headerDom .header-logo {
    max-width: 165px;
  }
  .headerDom .headerDom-top .headerDom-p {
    font-size: 12px;
  }
  .headerDom .header-top-a img {
    width: 16px;
  }
  .headerDom .header-top-a .header-top-a-last {
    padding-left: 8px;
  }
  .headerDom .header-top-a a {
    font-size: 12px;
  }
  .headerDom .headerDom-top {
    height: 32px;
  }
  .headerDom .headerDom-nav {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 15px;
  }
  .headerDom .nav-item {
    padding: 0 15px;
    font-size: 14px;
  }
  .nban .nban-cur {
    font-size: 38px;
    line-height: 44px;
    margin: 24px 0 30px;
  }
  footer .footer-outer {
    width: 90%;
  }
  footer .footer-inner {
    width: 100%;
  }
  .indexPage-inner {
    width: 100%;
  }
  footer .footer-center {
    flex-wrap: wrap;
  }
  footer .footer-center .footer-contactInfo .footer-bottom-infor-one {
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer {
    padding-top: 38px;
  }
  footer .footer-top .footer-nav {
    margin: 32px 0 0;
  }
  footer .footer-center {
    padding: 32px 0;
  }
  footer .footer-center .footer-contactInfo .footer-bottom-infor-address {
    width: auto;
  }
  footer .footer-center .footer-contactInfo {
    width: 100%;
  }
  .contacti .form .form-message .message {
    border-radius: 6px;
  }
  .contacti .form .form-message {
    margin: 20px 0 22px;
  }
  .contacti .form .form-input .input {
    border-radius: 6px;
  }
  .contacti .form .formButton {
    width: 170px;
    height: 48px;
    padding: 0px 8px;
    line-height: 48px;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .indexPage-title-big {
    font-size: 26px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .headerM {
    display: block;
  }
  header {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .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;
  }
  .sidefixed .sideitem1 {
    width: 70px;
  }
  .sidefixed {
    width: 70px;
  }
  .sidefixed .sideitem3 .icon-box {
    width: 70px;
  }
  .sidefixed .sideitem2 {
    width: 70px;
  }
  .indexPage-more {
    width: 156px;
    height: 44px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 950px) {
  .headerDom .nav-item {
    padding: 0 8px;
  }
  .headerDom .headerDom-nav {
    margin: 0 10px;
  }
  .headerDom .header-top-main .header-lang-one1 {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 820px) {
  .nban .nban-cur {
    font-size: 34px;
    line-height: 40px;
    margin: 20px 0 24px;
  }
  .nban .nban-index a {
    margin: 0 7px;
  }
  .nban .nban-index .nban-icon1 {
    width: 16px;
    margin-top: -5px;
  }
  .nban .nban-index .nban-icon2 {
    width: 12px;
  }
  .nban .nban-index {
    font-size: 14px;
    line-height: 20px;
  }
  .indexPage-more .read-more-p img {
    width: 15px;
    margin-left: 6px;
  }
  footer {
    padding-bottom: 70px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 20px 0;
  }
  footer .footer-center {
    padding: 26px 0;
  }
  footer .footer-top .footer-nav {
    margin: 26px 0 0;
  }
  footer .footer-center .footer-contactInfo .footer-infor-type span {
    line-height: 18px;
    font-size: 12px;
  }
  footer .footer-center .footer-contactInfo .footer-infor-main {
    font-size: 14px;
    line-height: 22px;
  }
  footer .footer-top .footer-topLogo {
    width: 170px;
  }
  .contacti .contacti-desc {
    margin-top: 10px;
  }
  .contacti .contacti-ways {
    margin-bottom: 16px;
  }
  .contacti .form .form-message {
    margin: 16px 0 18px;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-title-big {
    font-size: 20px;
  }
  .indexPage-more {
    width: 136px;
    height: 40px;
    padding: 0px 6px;
    line-height: 40px;
    font-size: 12px;
  }
  .indexPage-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .indexPage-title-big {
    font-size: 22px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .whatsappp-footer {
    right: 5px;
    bottom: 80px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed .sideitem1,
  .sidefixed .sideitem3,
  .sidefixed .sideitem2 {
    display: none !important;
  }
  .sidefixedM {
    display: flex;
  }
  .top_nav .logo img {
    max-width: 140px;
  }
  .top_nav .top_nav_close svg {
    width: 24px;
    height: 24px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .nban {
    margin-top: 65px;
  }
  .nban .nban-word {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .headerM .header-inner {
    height: 50px;
  }
  .ModelPages {
    margin-top: 10px;
  }
  .nban .nban-cur {
    font-size: 28px;
    line-height: 28px;
    margin: 18px 0 18px;
  }
  footer {
    padding-top: 30px;
  }
  footer .footer-center {
    padding: 20px 0;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 16px 0;
  }
  footer .footer-top .footer-nav {
    padding: 0 0;
    justify-content: space-between;
  }
  .contacti .form .form-input {
    flex-wrap: wrap;
  }
  .contacti .contacti-desc {
    margin-top: 2px;
  }
  .contacti .form .form-message {
    margin: 0px 0 14px;
  }
  .contacti .form .form-input .input {
    width: 100%;
    font-size: 12px;
    margin-bottom: 14px;
  }
  .contacti .form .form-message .message {
    font-size: 12px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .whatsappp-footer {
    width: 44px;
  }
  .indexPage-title-big {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  footer .footer-bottom a {
    flex-wrap: wrap;
  }
  footer .footer-bottom a p {
    width: 100%;
  }
  .success .ncon h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 520px) {
  footer .footer-top .footer-share .footer-share-a .footer-share-img img {
    width: 80px;
    height: 80px;
  }
  footer .footer-top .footer-share .footer-share-a .footer-share-img {
    width: 80px;
    height: 90px;
  }
  .nban .nban-index {
    font-size: 12px;
    line-height: 16px;
  }
  .nban .nban-line {
    display: none;
  }
  .nban .nban-index .nban-icon2 {
    width: 10px;
  }
  .nban .nban-index .nban-icon1 {
    width: 14px;
  }
  .nban .nban-cur {
    font-size: 26px;
    line-height: 24px;
    margin: 14px 0 18px;
  }
  .indexPage-more {
    width: 110px;
    height: 34px;
    line-height: 34px;
  }
  .headerM .logo {
    max-width: 120px;
  }
  footer .footer-center {
    padding: 6px 0 14px;
  }
  footer .footer-center .footer-contactInfo .footer-bottom-infor-one {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }
  footer .footer-top .footer-nav {
    flex-wrap: wrap;
  }
  footer .footer-top .footer-nav {
    margin: 20px 0 0;
  }
  footer .footer-top .footer-nav a {
    width: 33%;
    margin-bottom: 12px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-title-big {
    font-size: 16px;
  }
  .indexPage-contacti {
    padding-top: 90px;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 415px) {
  footer .footer-top .footer-share {
    display: none;
  }
  .headerM .header-inner .rightShare .langBtn {
    margin-right: 10px;
  }
  .nban {
    margin-top: 50px;
  }
  .nban .nban-cur {
    font-size: 20px;
    line-height: 20px;
    margin: 14px 0 18px;
  }
  .sidefixedM .sideitem1 .icon-box img {
    width: 24px;
  }
  footer .footer-top .footer-nav a {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .contacti .form .formButton {
    width: 150px;
    height: 40px;
    padding: 0px 8px;
    line-height: 40px;
    font-size: 12px;
  }
  footer .footer-top .footer-share .footer-share-a {
    width: 44px;
  }
  footer .footer-top .footer-share .footer-share-a1 {
    width: 20px;
  }
  footer .footer-top .footer-share .footer-share-a2 {
    width: 22px;
  }
  footer .footer-top .footer-share .footer-share-a .svg-box {
    width: 44px;
  }
  footer .footer-top .footer-share .footer-share-a1 .svg-box {
    width: 16px;
  }
  footer .footer-top .footer-share .footer-share-a2 .svg-box {
    width: 20px;
  }
  footer .footer-top .footer-share .footer-share-a {
    margin-left: 10px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    flex-wrap: wrap;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone a {
    width: 100%;
  }
  footer .footer-center .footer-contactInfo .footer-infor-main {
    font-size: 12px;
    line-height: 20px;
  }
  footer .footer-top .footer-nav {
    margin: 12px 0 0;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .top_nav .nav {
    padding: 0px 20px;
  }
  .sidefixedM .sideitem1 svg {
    width: 24px;
    height: 24px;
  }
  .sidefixedM .sideitem2 .icon-box svg {
    width: 12px;
    height: 12px;
  }
  .top_nav .logo img {
    max-width: 120px;
  }
  .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;
  }
}
