.pages {
  width: 100%;
  text-align: center;
}
.pages .el-pagination.is-background .el-pager li {
  color: #4d4b46;
}
.pages .el-pagination.is-background .el-pager li {
  background: transparent;
}
.pages .el-pager .number {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #4d4b46;
  line-height: 30px;
  background: none !important;
}
.pages .el-pager .number:hover {
  color: #ED1C24 !important;
  background: none !important;
}
.pages .el-pager .active {
  color: #ED1C24 !important;
  background: none !important;
}
.pages button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #ED1C24 !important;
  border-radius: 4px;
}
.pages button .el-icon {
  color: #fff;
}
.pages .el-pagination.is-background .btn-prev:disabled {
  background: #F8F8F8 !important;
  border: 1px solid transparent;
}
.pages .el-pagination.is-background .btn-prev:disabled .el-icon {
  color: #333333;
}
.pages .btn-next:disabled {
  background: transparent !important;
  border: 1px solid #ED1C24;
}
.pages .btn-next:disabled .el-icon {
  color: #ED1C24;
}
.public-more {
  width: 160px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 14px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}
.public-more .read-more-p {
  position: relative;
  height: 100%;
  transition: 0.5s;
  margin-right: 10px;
  overflow: hidden;
  z-index: 12;
}
.public-more img {
  z-index: 12;
  width: 14px;
  height: 6px;
}
.public-more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 12px);
  transform: skew(-20deg);
  background: #0B57B5;
  transition: 0.5s;
}
.public-more::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 12px;
  transform: skew(-20deg);
  background: #2CA6FF;
  transition: 0.5s;
}
.public-more:hover::after {
  width: 12px;
  transform: skew(20deg);
  transition: 0.5s;
}
.public-more:hover::before {
  width: calc(100% - 12px);
  transform: skew(20deg);
  transition: 0.5s;
}
.whatsappp-footer {
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  display: block;
}
.whatsappp-footer img {
  width: 100%;
}
.langSpanother {
  display: inline-block !important;
}
.langSpanCn {
  display: none;
}
.contactPage-whatsapp {
  display: none;
}
.contactPage-whatsapp-show {
  display: block;
}
.langSpanCnshow {
  display: inline-block !important;
}
.contact-way-one-whatsapp {
  display: none !important;
}
.contact-way-one-whatsappshow {
  display: flex !important;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  width: 82px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #D72121;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #D72121;
  transition: .5s;
  right: 190px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #D72121;
  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: #D72121;
}
.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: #D72121;
  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 .sideitem3:nth-of-type(1) {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitem3:nth-of-type(1) .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: #D72121;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #D72121;
  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: #D72121;
  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: #D72121;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 3px;
}
.sidefixed .sideitem2:hover {
  background: #D72121;
}
.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;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  left: 0px;
  display: none;
  justify-content: space-between;
  background: #D72121;
}
.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;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #D72121;
  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;
}
.header-opacity {
  opacity: 0 !important;
  height: 0px;
  overflow: hidden;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
}
.header .header-outer {
  position: relative;
  width: 100%;
}
.header .header-outer .red-box {
  width: 0;
  height: 100%;
  background: #ED1C24;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.header .header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  position: relative;
}
.header .header-inner .logo {
  z-index: 20;
  position: relative;
  padding-left: 60px;
}
.header .header-inner .logo img {
  display: block;
  min-width: 110px;
  max-width: 150px;
}
.header .header-inner .logo .logo-bai {
  display: block;
  transition: 0.5s;
}
.header .header-inner .logo .logo-cai {
  display: none;
  transition: 0.5s;
}
.header .header-inner .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 100px 0 0px;
  border-color: #FFFFFF transparent transparent transparent;
}
.header .header-inner .header-nav-right {
  display: flex;
  width: calc(96% - 210px);
  padding-right: 60px;
  justify-content: flex-end;
  align-items: center;
  background: #0B57B5;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.header .header-inner .header-nav-list {
  width: calc(100% - 424px);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  padding-left: 6%;
}
.header .header-inner .header-nav-list .header-nav-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .header-inner .header-nav-list .nav-item {
  width: auto;
  height: 120px;
  padding-right: 5%;
  display: flex;
  align-items: center;
}
.header .header-inner .header-nav-list .nav-item-first {
  width: 100%;
  height: 32px;
  background: transparent;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: 0.5s;
}
.header .header-inner .header-nav-list .nav-item-first .nav-item-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  color: #fff;
  transition: 0.5s;
  font-weight: 500;
}
.header .header-inner .header-nav-list .nav-item-first:hover .nav-item-p {
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
.header .header-inner .header-nav-list .nav-item-first-avtive .nav-item-p {
  color: #ed1c24;
}
.header .header-inner .header-right {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  z-index: 2;
  flex-wrap: wrap;
  width: 450px;
}
.header .header-inner .header-right .input-header {
  position: relative;
  height: 35px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header .header-inner .header-right .input-header .el-icon-search {
  position: absolute;
  padding-right: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  background: transparent;
  z-index: 10;
  opacity: 0.5;
  cursor: pointer;
}
.header .header-inner .header-right .mailA {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: 0.5s;
  margin-right: 10px;
}
.header .header-inner .header-right .mailA p {
  display: flex;
}
.header .header-inner .header-right .mailA .iconBai {
  width: 30px;
  height: 20px;
}
.header .header-inner .header-right .mailA:hover {
  color: #fff;
  transition: 0.5s;
}
.header .header-inner .header-right .lang-box {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.header .header-inner .header-right .input {
  width: 180px;
  border: 1px solid #FFFFFF;
  opacity: 0.5;
  border-radius: 18px;
  height: 35px;
  z-index: 8;
  background: transparent;
  margin-bottom: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 30px 0 12px;
}
.header .header-inner .header-right .input:focus {
  opacity: 1;
  outline: none;
}
.header .header-inner .header-right .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  text-indent: 0px;
}
.header .header-inner .header-right .header-right-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.header-active {
  background: #fff;
  transition: 1s;
}
.header-active .header-inner .rightShare {
  background: transparent;
}
.header-active .header-inner .rightShare .el-button {
  color: #333;
}
.header-active .header-inner .rightShare .el-dropdown {
  color: #333;
}
.header-active .header-inner .rightShare .el-button:hover {
  color: #0160be !important;
  transition: 0.5s;
}
.header-active .header-inner .rightShare .tel-a {
  color: #333;
  transition: 0.5s;
}
.header-active .header-inner .rightShare .tel-a .iconBai {
  display: none;
  transition: 0.5s;
}
.header-active .header-inner .rightShare .tel-a .iconHei {
  display: inline-block;
  transition: 0.5s;
}
.header-active .header-inner .rightShare .tel-a:hover {
  color: #0160be !important;
  transition: 0.5s;
}
.header-active .header-inner .rightShare .line {
  background: #333;
}
.header-active .header-inner .logo .logo-bai {
  display: none;
  transition: 0.5s;
}
.header-active .header-inner .logo .logo-cai {
  display: block;
  transition: 0.5s;
}
.header-active .header-inner .header-nav-list .nav-item-first::after {
  background: #E50014;
  transition: 0.5s;
}
.header-active .header-inner .header-nav-list .nav-item-first::before {
  background: #CDCDCD;
  transition: 0.5s;
}
.header-active .header-inner .header-nav-list .nav-item-first .nav-item-p {
  color: #333333;
}
.header-active .header-inner .header-nav-list .nav-item-first .el-icon-arrow-down {
  color: #333333;
}
.header-active .header-inner .header-nav-list .nav-item-first-avtive::after {
  background: #333333 !important;
  transition: 0.5s;
}
.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;
}
.nav-item-second {
  position: fixed;
  top: 121px;
  height: 0;
  opacity: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  left: 0;
  width: 100%;
  background: #0B57B5;
  transition: 1s;
}
.nav-item-second .nav-item-second-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 40px 0px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.nav-item-second .second-nav-a {
  width: 30%;
  margin-right: 2%;
  max-height: 300px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.nav-item-second .second-nav-img {
  width: 30%;
  overflow: hidden;
}
.nav-item-second .second-nav-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .second-nav-img:hover {
  overflow: hidden;
}
.nav-item-second .second-nav-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #5B9ECF;
  margin-bottom: 10px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.nav-item-second .second-nav-a-one:hover .nav-index-icon {
  opacity: 1;
  transform: translateX(12px);
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one .nav-index-icon {
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one .nav-index-icon img {
  width: 18px;
}
.nav-item-second .second-nav-a-one .nav-name {
  width: calc(100% - 30px);
  color: #fff;
}
.nav-item-second .second-nav-a-one::before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one:hover::before {
  width: 100%;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-pro {
  padding: 30px 0px;
}
.nav-item-second .nav-item-second-inner-pro .second-nav-a-one {
  min-width: calc(25% - 32px);
}
.nav-item-second .nav-item-second-inner-pro .nav-name {
  margin-left: 12px;
}
.user-menu-nav {
  z-index: 999;
  height: 260px;
  opacity: 1;
  transition: 0.8s;
  display: block;
  animation: aniPcNav 1s;
}
.user-menu-nav1 {
  z-index: 999;
  height: 260px;
  opacity: 1;
  transition: 0.8s;
}
@keyframes aniPcNav {
  0% {
    height: 0px;
    display: none;
  }
  100% {
    height: 260px;
    display: block;
  }
}
@keyframes aniPcNav1 {
  0% {
    height: 0px;
    display: none;
  }
  100% {
    height: 250px;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 80px;
  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 .lang-box {
  display: flex;
  align-items: center;
  width: 90px;
  height: 32px;
  background: #D72121;
  border-radius: 6px;
  justify-content: center;
  color: #fff;
}
.headerM .header-inner .rightShare .lang-box .lang {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.headerM .header-inner .rightShare .lang-box .lang-a {
  color: #999;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
}
.headerM .header-inner .rightShare .lang-box .lang-a-active {
  color: #ED1C24;
}
.headerM .header-inner .rightShare .lang-box .lang-line {
  width: 1px;
  height: 14px;
  background: #eee;
  margin: 0 13px;
}
.headerM .logo {
  width: auto;
  max-width: 140px;
}
.headerM .logo img {
  width: 100%;
  display: block;
}
.headerM .el-dropdown {
  color: #333;
  cursor: pointer;
  margin-right: 16px;
}
.headerM .action_item {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.headerM .action_item .action_item_span_line {
  width: 20px;
  height: 2px;
  margin: 4px 0 2px;
  background: #333;
}
.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: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  background: #ED1C24;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 8px;
  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: #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: #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: #ed1c24;
}
footer {
  width: 100%;
  background: #222222;
  padding-top: 60px;
}
footer .footer-inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-inner .footer-logo {
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-inner .footer-logo a {
  width: 120px;
}
footer .footer-inner .footer-logo img {
  width: 100%;
  display: block;
}
footer .footer-inner .footer-right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 200px);
}
footer .footer-inner .footer-right .footer-right-inner {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-inner .footer-nav {
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: flex-start;
  padding-top: 20px;
}
footer .footer-inner .footer-nav a {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  transition: 0.5s;
  margin-bottom: 18px;
}
footer .footer-inner .footer-nav a:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
footer .footer-inner .footer-contact {
  width: 410px;
  padding-bottom: 40px;
  padding-top: 20px;
}
footer .footer-inner .footer-contact .footer-bottom-infor-one {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .footer-inner .footer-contact .footer-infor-type {
  display: flex;
  align-items: center;
  width: 90px;
}
footer .footer-inner .footer-contact .footer-infor-type svg {
  max-width: 19px;
  max-height: 16px;
  margin-right: 18px;
}
footer .footer-inner .footer-contact .footer-infor-type span {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  opacity: 0.6;
}
footer .footer-inner .footer-contact .footer-infor-type-other {
  width: 130px;
}
footer .footer-inner .footer-contact .footer-infor-main {
  width: calc(100% - 160px);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  opacity: 0.6;
}
footer .footer-inner .footer-contact .footer-infor-main:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-inner .footer-follow {
  width: 160px;
}
footer .footer-inner .footer-follow p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
footer .footer-inner .footer-follow .footer-follows {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
footer .footer-inner .footer-follow .footer-share-a {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
footer .footer-inner .footer-follow .footer-share-a .footer-share-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-inner .footer-follow .footer-share-a .footer-share-box .svg-box {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-inner .footer-follow .footer-share-a .footer-share-box .svg-box svg {
  width: 18px;
  height: 18px;
}
footer .footer-inner .footer-follow .footer-share-a .footer-share-box .svg-p {
  width: 100%;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
footer .footer-inner .footer-follow .footer-share-a .footer-share-box:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-inner .footer-follow .footer-share-a .footer-share-img {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: calc(100% + 30px);
  left: calc(100% - 20px);
  transform: scale(0) translateY(0px) translateX(-50%);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-inner .footer-follow .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-inner .footer-follow .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-inner .footer-follow .footer-share-a .svg-img {
  width: 72px;
  height: 30px;
  border: 1px solid #66645D;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
footer .footer-inner .footer-follow .footer-share-a .svg-img svg {
  width: 16px;
  height: 20px;
}
footer .footer-inner .footer-share-a-cn {
  display: none;
}
footer .footer-inner .footer-share {
  width: 100%;
  border-top: 1px solid rgba(238, 238, 238, 0.1);
  padding: 22px 0;
}
footer .footer-inner .footer-share .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-inner .footer-share .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
footer .footer-inner .footer-share .footer-center-bottom-one:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-inner .following {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  height: 30px;
}
footer .footer-inner .following .following-title {
  margin-right: 30px;
}
footer .footer-inner .following .footer-share-inner {
  display: flex;
  height: 30px;
}
footer .footer-inner .following .footer-share-inner .footer-share-a {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
footer .footer-inner .following .footer-share-inner .footer-share-a .footer-share-box {
  display: flex;
  align-items: center;
}
footer .footer-inner .following .footer-share-inner .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;
}
footer .footer-inner .following .footer-share-inner .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-inner .following .footer-share-inner .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-inner .following .footer-share-inner .footer-share-a .svg-img {
  width: 72px;
  height: 30px;
  border: 1px solid #66645D;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
footer .footer-inner .following .footer-share-inner .footer-share-a .svg-img svg {
  width: 16px;
  height: 20px;
}
footer .footer-inner .footer-bottom-infor-to {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-to:hover {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-gov {
  color: #666666;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-gov:hover {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-aone {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  transition: 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
footer .footer-inner .footer-bottom-infor-aone a {
  color: #666666;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-aone a:hover {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-aone span {
  color: #FFFFFF;
}
footer .footer-inner .footer-bottom-infor-aone span:hover {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner {
  border-top: 1px solid rgba(238, 238, 238, 0.1);
  flex-wrap: wrap;
  padding: 26px 0;
  font-weight: 500;
}
.footer-share-a-cnShow {
  display: block !important;
}
.contacti {
  width: 100%;
  background: #F8F8F8;
  position: relative;
}
.contacti .contacti-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.contacti .form {
  width: 76%;
  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%;
  height: 50px;
}
.contacti .form .form-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contacti .form .form-btn button {
  margin-right: 12px;
}
.contacti .form .message::-webkit-input-placeholder {
  color: #999999;
  text-indent: 0px;
}
.contacti .form .message::-webkit-scrollbar {
  display: none;
}
.contacti .form .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  text-indent: 0px;
}
.contacti .form .input {
  width: 32%;
  line-height: 42px;
  padding-left: 10px;
  height: 42px;
  border: 0;
  border-bottom: 1px solid #DDDDDD;
  background: transparent;
  margin-bottom: 20px;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  color: #333;
}
.contacti .form .input:focus {
  border-bottom: 1px solid #333;
  outline: none;
}
.contacti .form .input:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contacti .form .message {
  width: 100%;
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #DDDDDD;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  background: transparent;
  line-height: 22px;
  height: 100%;
  color: #333;
}
.contacti .form .message:focus {
  border-bottom: 1px solid #333;
  outline: none;
}
.contacti .form .formButton {
  width: 170px;
  height: 42px;
  background: #0B57B5;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  margin-top: 20px;
  transition: 0.5s;
  cursor: pointer;
  border: 0;
  margin-right: 20px;
}
.contacti .form .formButton .upLoad {
  width: 100%;
  background: transparent;
  border: 0;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  height: 100%;
  line-height: 17px;
  transition: 0.5s;
  position: relative;
}
.contacti .form .formButton p {
  position: relative;
  height: 42px;
  transition: 0.5s;
  line-height: 42px;
}
.contacti .form .formButton .upLoad::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(100%);
  transition: 0.5s;
  line-height: 42px;
}
.contacti .form .formButton p::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(100%);
  transition: 0.5s;
  line-height: 42px;
}
.contacti .form .formButton:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .form .formButton:hover .upLoad {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .contacti-type {
  max-width: 60%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.contacti .contacti-type-p {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.contacti .contacti-type-p p {
  width: 50%;
  margin-bottom: 8px;
}
.contacti .contactdot {
  position: absolute;
  bottom: 100px;
  right: 0;
  max-width: 26%;
}
.read-more-btn {
  width: 172px;
  height: 52px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/more-back.png') no-repeat;
  overflow: hidden;
}
.read-more-btn img {
  width: 11px;
  height: 12px;
  margin-left: 9px;
}
.read-more-btn span {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.read-more-btn span::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.read-more-btn:hover span {
  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;
  }
}
.indexPage {
  width: 100%;
  padding: 100px 0;
}
.indexPage-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.indexPage-inner-title {
  display: flex;
  align-items: flex-end;
}
.indexPage-inner-title .inner-title-big {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
}
.indexPage-inner-title .inner-title-other {
  display: none;
  font-size: 18px;
  font-family: 'LamaSans-Regular';
  font-weight: 600;
  color: #666666;
  line-height: 30px;
}
.nban {
  width: 100%;
  position: relative;
  margin-top: 120px;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-word {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  transform: translateY(-50%);
  display: flex;
}
.nban .nban-a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nban .iconIndex {
  width: 20px;
  height: 18px;
  margin-right: 10px;
}
.nban .nban-a-last {
  width: 100%;
  font-size: 60px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: normal;
  white-space: normal;
  margin-top: 10px;
}
.nban .iconRight {
  width: 20px;
  height: 15px;
  margin: 0px 5px;
}
.nban a {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  white-space: nowrap;
}
.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: 1440px) {
  .indexPage {
    padding: 80px 0;
  }
  .nban .nban-a-last {
    font-size: 54px;
  }
  .indexPage-inner-title .inner-title-big {
    font-size: 44px;
  }
  .indexPage-inner-title .inner-title-other {
    font-size: 16px;
  }
  .contacti .contacti-top {
    margin-bottom: 50px;
  }
  .contacti .contactdot {
    bottom: 80px;
  }
  .contacti .form .formButton {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: 16px;
  }
  .header .header-inner .header-right .mailA {
    font-size: 14px;
  }
  .header .header-inner .header-right .header-right-bottom {
    margin-top: 10px;
  }
  .header .header-inner .header-right .input {
    width: 170px;
    height: 32px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 24px;
  }
  .header .header-inner .header-nav-right {
    width: calc(96% - 200px);
  }
  .header .header-inner .header-right {
    width: 405px;
  }
  footer {
    padding-top: 52px;
  }
  footer .footer-inner .footer-contact {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  footer .footer-inner .footer-logo {
    max-width: 150px;
  }
  footer .footer-inner .footer-right {
    width: calc(100% - 150px);
  }
  footer .footer-inner .footer-share {
    padding: 20px 0;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 22px 0;
  }
  .header .header-inner .header-nav-list .nav-item {
    margin-right: 2%;
    padding-right: 3%;
  }
  .header .header-inner .header-nav-list .nav-item-first .nav-item-p {
    font-size: 14px;
  }
  .nav-item-second .nav-item-second-inner-pro .nav-name {
    margin-left: 10px;
  }
  .nav-item-second .second-nav-a-one .nav-name {
    padding-left: 0px;
    font-size: 14px;
    margin-right: 18px;
  }
  .user-menu-nav1 {
    z-index: 999;
    height: 300px;
    display: block;
    animation: aniPcNav1 1s;
  }
  @keyframes aniPcNav1 {
    0% {
      height: 0px;
      display: none;
    }
    100% {
      height: 300px;
      display: block;
    }
  }
}
@media only screen and (max-width: 1300px) {
  .header .header-inner .header-nav-list .nav-item {
    padding-right: 2%;
  }
}
@media only screen and (max-width: 1280px) {
  .nban {
    margin-top: 80px;
  }
  .nban .nban-a-last {
    font-size: 50px;
  }
  .indexPage {
    padding: 70px 0;
  }
  .indexPage-inner-title .inner-title-big {
    font-size: 40px;
  }
  .indexPage-inner-title .inner-title-other {
    font-size: 14px;
  }
  footer {
    padding-top: 50px;
  }
  .contacti .contactdot {
    bottom: 70px;
  }
  .contacti .contacti-top {
    margin-bottom: 40px;
  }
  .contacti .contacti-type {
    font-size: 14px;
  }
  footer .footer-inner .footer-share {
    padding: 16px 0;
  }
  footer .footer-inner .footer-share .footer-center-bottom-one .icon {
    max-width: 16px;
    max-height: 16px;
  }
  footer .footer-inner .footer-logo {
    max-width: 130px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 20px 0;
  }
  footer .footer-inner .footer-contact .footer-infor-main {
    width: calc(100% - 140px);
  }
  footer .footer-inner .footer-nav {
    width: 220px;
  }
  footer .footer-inner .footer-contact {
    width: 330px;
  }
  footer .footer-inner .footer-follow {
    width: 130px;
  }
  footer .footer-inner .footer-contact .footer-infor-type svg {
    margin-right: 12px;
  }
  footer .footer-inner .footer-nav a {
    margin-bottom: 16px;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .sidefixed .sideitem2 .icon-box p {
    font-size: 12px;
  }
  .nban .nban-a-last {
    font-size: 38px;
    margin-top: 5px;
  }
  .nban a {
    font-size: 14px;
    line-height: 24px;
  }
  .indexPage-inner-title .inner-title-big {
    font-size: 36px;
  }
  .indexPage {
    padding: 50px 0;
  }
  footer .footer-inner .footer-bottom-infor-aone {
    width: 100%;
    margin-bottom: 4px;
  }
  .contacti .contacti-top {
    margin-bottom: 30px;
  }
  .contacti .contactdot {
    bottom: 50px;
  }
  .contacti .form .input {
    margin-bottom: 12px;
  }
  footer .footer-inner .footer-contact .footer-infor-main {
    font-size: 14px;
  }
  footer .footer-inner .footer-follow p {
    width: 100%;
    text-align: left;
  }
  footer .footer-inner .footer-follow .footer-share-a .footer-share-box {
    justify-content: flex-start;
  }
  footer .footer-inner .footer-logo {
    max-width: 120px;
  }
  footer .footer-inner .footer-follow .footer-share-a .footer-share-box .svg-box {
    width: 32px;
    height: 32px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-gov {
    width: 100%;
    margin-bottom: 4px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-to {
    width: 100%;
  }
  footer .footer-inner .footer-nav a {
    margin-bottom: 20px;
    width: calc(100% / 6);
  }
  footer .footer-inner .footer-contact .footer-bottom-infor-one {
    width: 50%;
  }
  footer .footer-inner .footer-contact .footer-bottom-infor-one-address {
    width: 100%;
  }
  footer {
    padding-top: 42px;
  }
  footer .footer-inner .footer-contact {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-follow {
    display: flex;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-follow .footer-share-a {
    margin-left: 0px;
  }
  footer .footer-inner .footer-follow .footer-follows {
    width: auto;
  }
  footer .footer-inner .footer-right .footer-right-inner {
    max-width: 100%;
    justify-content: flex-start;
  }
  footer .footer-inner .footer-follow .footer-share-a .footer-share-img {
    left: 20px;
  }
  footer .footer-inner .footer-share {
    width: 160px;
    border-top: 0;
    margin-left: -40px;
    display: flex;
    align-items: center;
  }
  footer .footer-inner .footer-nav {
    padding-top: 0;
    width: 100%;
  }
  footer .footer-inner .footer-follow .footer-share-a .footer-share-box .svg-p {
    margin-top: 4px;
  }
  footer .footer-inner .footer-contact .footer-infor-type span {
    font-size: 12px;
  }
  footer .footer-inner .footer-contact .footer-infor-type {
    width: auto;
    margin-right: 20px;
  }
  footer .footer-inner .footer-contact .footer-infor-type-other {
    width: auto;
  }
  .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;
  }
}
@media only screen and (max-width: 820px) {
  .public-more {
    width: 124px;
    height: 38px;
    padding: 0px 12px;
    line-height: 38px;
    font-size: 12px;
  }
  .nban .nban-a-last {
    font-size: 34px;
    line-height: 40px;
  }
  .nban .nban-word {
    top: calc(50% - 8px);
  }
  .nban {
    margin-top: 70px;
  }
  .indexPage-inner-title .inner-title-big {
    font-size: 30px;
    line-height: 46px;
  }
  .indexPage {
    padding: 42px 0;
  }
  footer {
    padding-bottom: 62px;
  }
  .contacti .contactdot {
    bottom: 42px;
  }
  .contacti .contacti-top {
    margin-bottom: 20px;
  }
  .contacti .contacti-type {
    font-size: 12px;
  }
  .contacti .form .input {
    font-size: 12px;
  }
  .contacti .contacti-type-p p {
    margin-bottom: 4px;
  }
  .contacti .contacti-type-p {
    margin-top: 4px;
  }
  footer .footer-inner .footer-follow {
    width: 100%;
  }
  footer .footer-inner .footer-share {
    width: 100%;
    margin-left: 0;
    padding: 0px 0 16px;
  }
  footer .footer-inner .footer-follow .footer-follows {
    margin-top: 10px;
  }
  footer .footer-inner .footer-follow p {
    width: auto;
    margin-right: 24px;
    font-size: 12px;
  }
  footer .footer-inner .footer-follow .footer-share-a .footer-share-box .svg-p {
    width: auto;
  }
  footer .footer-inner .footer-follow .footer-share-a .footer-share-box p {
    margin-right: 14px;
  }
  footer .footer-inner .footer-follow .footer-follows {
    margin-top: 0;
    width: auto;
  }
  footer .footer-inner {
    flex-wrap: wrap;
    width: 90%;
  }
  footer {
    padding-top: 32px;
  }
  footer .footer-inner .footer-right {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-inner .footer-nav a {
    margin-bottom: 10px;
    width: 100px;
    padding-right: 6px;
  }
  footer .footer-inner .footer-nav {
    justify-content: flex-start;
  }
  footer .footer-inner .footer-contact .footer-infor-main {
    width: 100%;
  }
  footer .footer-inner .footer-contact .footer-bottom-infor-one {
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-bottom-infor-aone {
    font-size: 12px;
    flex-wrap: wrap;
  }
  footer .footer-bottom-infor-copyright-inner a {
    font-size: 12px;
  }
  footer .footer-inner .footer-contact .footer-bottom-infor-one {
    margin-bottom: 14px;
  }
  footer .footer-inner .footer-contact .footer-infor-type svg {
    margin-right: 8px;
  }
  footer .footer-inner .footer-nav a {
    margin-bottom: 16px;
  }
  footer .footer-inner .footer-logo {
    max-width: 110px;
  }
  footer .footer-inner .footer-follow .footer-share-a .footer-share-box .svg-p {
    font-size: 12px;
  }
  .whatsappp-footer {
    right: 5px;
  }
  .headerM .header-inner {
    height: 70px;
  }
  .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: 640px) {
  .public-more {
    width: 108px;
    height: 32px;
    padding: 0px 4px;
    line-height: 32px;
    font-size: 12px;
  }
  .nban .nban-a-last {
    font-size: 28px;
    line-height: 30px;
  }
  .indexPage {
    padding: 32px 0;
  }
  .contacti .form .input {
    width: 100%;
  }
  .contacti .indexPage-inner-title {
    width: 100%;
    margin-bottom: 12px;
  }
  .contacti .contacti-type {
    width: 100%;
    max-width: 100%;
  }
  .contacti .form {
    width: 100%;
  }
  .contacti .contactdot {
    display: none;
  }
  .contacti .contacti-top {
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .contacti .form .formButton {
    width: 136px;
    height: 34px;
    line-height: 36px;
    margin-top: 4px;
    font-size: 12px;
    margin-right: 12px;
  }
  .contacti .form .formButton p {
    line-height: 36px;
    font-size: 12px;
  }
  .contacti .form .formButton .upLoad {
    font-size: 12px;
    line-height: 12px;
  }
  .whatsappp-footer {
    width: 44px;
  }
}
@media only screen and (max-width: 580px) {
  .success .ncon h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 520px) {
  footer .footer-inner .footer-contact .footer-infor-main {
    font-size: 12px;
  }
  .indexPage {
    padding: 26px 0;
  }
  .nban .nban-a-last {
    font-size: 24px;
    line-height: 30px;
  }
  .headerM .header-inner {
    height: 60px;
  }
  .nban {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 415px) {
  .indexPage {
    padding: 25px 0;
  }
  .nban {
    margin-top: 50px;
  }
  .nban a {
    font-size: 12px;
    line-height: 40px;
  }
  .nban .iconIndex {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .nban .nban-a-last {
    font-size: 18px;
    line-height: 22px;
    margin-top: -5px;
  }
  .indexPage-inner-title .inner-title-big {
    font-size: 24px;
    line-height: 43px;
  }
  .indexPage-inner-title .inner-title-other {
    font-size: 12px;
  }
  .contacti .indexPage-inner-title {
    margin-bottom: 0px;
  }
  footer .footer-inner .footer-nav {
    display: none;
  }
  footer .footer-inner .footer-contact .footer-bottom-infor-one {
    width: 100%;
  }
  .headerM .header-inner .rightShare .lang-box .lang {
    font-size: 12px;
  }
  .headerM .header-inner .rightShare .lang-box img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .headerM .header-inner .rightShare .lang-box {
    width: 70px;
    height: 25px;
  }
  .headerM .header-inner .rightShare .lang-box .lang-line {
    height: 12px;
    margin: 0 8px;
  }
  .headerM .header-inner .rightShare .lang-box .lang-a {
    font-size: 12px;
    line-height: 40px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .sidefixedM .sideitem1 svg {
    width: 24px;
    height: 24px;
  }
  .sidefixedM .sideitem2 .icon-box svg {
    width: 12px;
    height: 12px;
  }
  .headerM .logo {
    width: 100px;
  }
  .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;
  }
}
