.modelPage-pages {
  margin-top: 40px;
}
.proPage-pages {
  margin-top: 40px;
}
.newsPage-pages {
  margin-top: 30px;
}
.modelPage1-pages {
  margin-top: 30px;
}
.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;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 999;
  display: flex;
  width: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 10px 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #CC2229;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #CC2229;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #CC2229;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 46px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #CC2229;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #CC2229;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #CC2229;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #CC2229;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 46px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #CC2229;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}
.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 46px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #CC2229;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #CC2229;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitemBase {
  border-radius: 23px;
}
.sidefixed .sideitemOther {
  display: none !important;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -80%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther .sideitem-email {
  width: 100px;
  padding: 10px;
  display: none;
  cursor: pointer;
}
.sidefixed .sideitemOther .sideitem-email .icon-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.sidefixed .sideitemOther .sideitem-email .icon-box svg {
  width: 40px;
  height: 40px;
}
.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: #CC2229;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #F24D0C;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.header {
  width: 100%;
  position: fixed;
  transition: 0.5s;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 80px;
  background: #FFFFFF;
}
.header .img-default {
  display: block;
}
.header .img-active {
  display: none;
}
.header .header-inner {
  height: 100%;
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo a {
  max-width: 150px;
  width: 140px;
  display: block;
}
.header .logo a img {
  width: 100%;
}
.header .header-right {
  display: flex;
  align-items: center;
  height: 50px;
  z-index: 300;
}
.header .header-right .header-lang-outer {
  display: flex;
  align-items: center;
}
.header .header-right .header-lang-oneA {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA .topPhone-value {
  color: #333333;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA .topPhone-value-outer {
  display: flex;
}
.header .header-right .header-lang-oneA .topPhone {
  width: 20px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-right .header-lang-oneA .topPhone img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-right .header-lang-oneA .topPhone .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA .topEmail {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-right .header-lang-oneA .topEmail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-right .header-lang-oneA .topEmail .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA:hover {
  color: #CC2229;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA:hover .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA:hover .topPhone .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA:hover .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA:hover .topEmail .info-img-active {
  opacity: 1;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA:hover .topPhone-value {
  color: #CC2229;
  transition: 0.5s;
}
.header .header-right .header-lang-oneA1 {
  margin-right: 15px;
}
.header .header-right .header-lang-one {
  position: relative;
}
.header .header-right .header-lang-one .searchBtn {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .header-right .header-lang-one .searchBtn img {
  width: 20px;
}
.header .header-right .header-lang-one .searchInput {
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.header .header-right .header-lang-one .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header .header-right .header-lang-one .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #CC2229;
  background: #CC2229;
  border-radius: 6px;
  color: #fff !important;
}
.header .header-right .header-lang-one .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.header .header-right .header-lang-one .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .header-right .header-lang-one .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}
.header .header-right .header-lang-one .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
}
.header .header-right .header-lang-one .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-right .header-lang-one .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 6px;
}
.header .header-right .header-lang-one .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langList .langList-inner {
  width: 100%;
  background: #CC2229;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.header .header-right .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;
}
.header .header-right .header-lang-one .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.header .header-right .header-lang-one .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langListShow .langList-inner {
  padding: 8px 10px;
  transition: all 0.5s;
}
.header .header-right .header-lang-one .langListShow .langList-inner a {
  height: 32px;
  transition: all 0.5s;
}
.header .header-right .header-lang-one1 {
  margin-right: 20px;
}
.header .header-right .getQuote {
  height: 28px;
  background: #CC2229;
  border-radius: 4px;
  width: 100px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
  color: #fff;
  margin: 0 30px 0 14px;
  font-size: 12px;
  font-weight: 400;
  transition: 0.5s;
}
.header .header-right .getQuote:hover {
  color: #CC2229;
  background: transparent;
  border: 1px solid #CC2229;
  transition: 0.5s;
}
.header .header-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
}
.header .nav-item {
  width: auto;
  height: 80px;
  padding-right: 46px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .nav-item:nth-last-of-type(1) {
  padding-right: 0 !important;
}
.header .nav-item-first {
  width: 100%;
  height: 32px;
  background: transparent;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: 0.5s;
}
.header .nav-item-first .nav-item-p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.header .nav-item-first .nav-item-p .nav-item-dot {
  margin-left: 6px;
  padding-right: 3px;
}
.header .nav-item-first .nav-item-p .nav-item-dot p {
  width: 9px;
  height: 9px;
  background: #CC2229;
  transform: rotateZ(45deg);
}
.header .nav-item-first:hover .nav-item-p {
  color: #CC2229;
  transition: 0.5s;
}
.header .nav-item-first-avtive .nav-item-p {
  color: #CC2229;
  transition: 0.5s;
}
.header-dottom {
  height: 0 !important;
  padding-top: 0 !important;
  transition: 0.5s;
  overflow: hidden !important;
}
.header-active {
  box-shadow: 0px 2px 4px 0px #f8f8f8;
}
.header-active .header-inner {
  background: #ffffff;
}
.header-active .img-default {
  display: none;
}
.header-active .img-active {
  display: block;
}
.header-active .header-right .header-lang-oneA {
  color: #333;
}
.header-active .header-right .header-lang-oneA .topPhone-value {
  color: #333;
}
.header-active .header-right .header-lang-one .langBtn .langBtnA {
  color: #333;
}
.header-active .nav-item-first .nav-item-p {
  color: #333;
}
.header-active .nav-item-first:hover .nav-item-p {
  color: #CC2229 !important;
  transition: 0.5s;
}
.header-active .nav-item-first-avtive .nav-item-p {
  color: #CC2229 !important;
  transition: 0.5s;
}
.message-popup {
  position: fixed;
  z-index: 200;
  bottom: 20px;
  right: 80px;
  background: url('../images/messagePopup.png') no-repeat;
  background-size: 100% 100%;
  width: 280px;
  height: 376px;
  padding: 44px 24px 20px 28px;
  transition: 0.5s;
  transform: scale(1);
  transform-origin: 100% 100%;
}
.message-popup .message-popup-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 0 7% 0 3%;
}
.message-popup .message-popup-body {
  width: 100%;
}
.message-popup .form {
  width: 100%;
}
.message-popup .message-popup-body {
  width: 100%;
}
.message-popup .message-popup-input {
  width: 100%;
  margin-bottom: 5px;
}
.message-popup .message-popup-name {
  font-size: 10px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 4px;
  width: 100%;
  text-transform: uppercase;
}
.message-popup .message-popup-val {
  width: 100%;
}
.message-popup .message-popup-val .input {
  width: 100%;
  border: 0;
  font-size: 12px;
  font-family: 'AlibabaPuHuiTi-Bold';
  font-weight: normal;
  color: #333333;
  line-height: 25px;
  height: 25px;
  background: transparent;
  border-radius: 4px;
  padding: 0 5px 0 8px;
  border: 1px solid #333;
}
.message-popup .message-popup-val .input:focus {
  color: #333333;
  border: 0;
  outline: none;
  border: 2px solid #333;
}
.message-popup .message-popup-val .message {
  width: 100%;
  padding: 0 5px 0 8px;
  height: 35px;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Bold';
  font-weight: normal;
  color: #333333;
  border: 1px solid #333;
  line-height: 22px;
  border-radius: 4px;
}
.message-popup .message-popup-val .message:focus {
  border: 0;
  border: 1px solid #333;
  outline: none;
}
.message-popup .message-popup-val .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.message-popup .message-popup-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.message-popup .message-popup-footer .formButton {
  width: auto;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: 0.5s;
  font-weight: bold;
}
.message-popup .message-popup-footer .formButton .formButton-p {
  position: relative;
  height: 35px;
  z-index: 12;
  transition: 0.5s;
}
.message-popup .message-popup-footer .formButton .formButton-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  transform: translateY(35px);
  line-height: 35px;
}
.message-popup .message-popup-footer .formButton:hover {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.message-popup .message-popup-footer .formButton:hover .formButton-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.message-popup-show {
  transform: scale(1);
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 80px;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  left: 0;
  background: #F8F8F8;
  transition: 1s;
}
.nav-item-second .nav-item-second-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-item-second .nav-item-second-inner-other {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 50px;
  justify-content: space-between;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-inner-title {
  font-weight: 500;
  width: 25%;
  font-size: 18px;
  color: #CC2229;
  padding-right: 25px;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-inner-other-con {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.nav-item-second .nav-item-second-inner-pro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0 50px;
  position: relative;
}
.nav-item-second .nav-item-second-inner-pro .back-pro {
  position: absolute;
  background: #EFEFEF;
  height: 200%;
  width: calc((100vw - 100%) / 2 + 25%);
  top: -60px;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}
.nav-item-second .nav-item-second-types {
  width: 25%;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header {
  width: 100%;
  font-size: 16px;
  height: 42px;
  cursor: pointer;
  line-height: 24px;
  transition: .5s;
  display: flex;
  align-items: center;
  padding: 0 8%;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header .proi-classify-img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header .proi-classify-img img {
  max-width: 100%;
  max-height: 100%;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header .proi-classify-title {
  color: #666666;
  transition: .5s;
  width: calc(100% - 76px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header .el-icon-arrow-right {
  font-size: 16px;
  width: 40px;
  color: transparent;
  text-align: right;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header .proi-classify-img-default {
  display: block;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header .proi-classify-img-active {
  display: none;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header:hover {
  background: #CC2229;
  transition: .5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header:hover .proi-classify-title {
  color: #fff;
  transition: .5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header:hover .el-icon-arrow-right {
  color: #fff;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header:hover .proi-classify-img-default {
  display: none;
}
.nav-item-second .nav-item-second-types .proi-classify-one-header:hover .proi-classify-img-active {
  display: block;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header {
  background: #CC2229;
  transition: .5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header .proi-classify-title {
  color: #fff;
  transition: .5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header .el-icon-arrow-right {
  color: #fff;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header .proi-classify-img-default {
  display: none;
}
.nav-item-second .nav-item-second-types .proi-classify-one-active-header .proi-classify-img-active {
  display: block;
}
.nav-item-second .nav-item-second-cur {
  width: 75%;
  padding-left: 42px;
}
.nav-item-second .nav-item-second-cur .nav-item-second-cur-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nav-item-second .nav-item-second-cur .proi-data-one {
  width: calc((100% - 76px) / 3);
  margin-right: 38px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #EFEFEF;
}
.nav-item-second .nav-item-second-cur .proi-data-one .proi-data-title {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one i {
  font-size: 14px;
  color: #EFEFEF;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one:hover .proi-data-title {
  color: #CC2229;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one:hover i {
  color: #CC2229;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur .proi-data-one:nth-of-type(3n) {
  margin-right: 0;
}
.nav-item-second .nav-item-second-cur .proi-data-one::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #CC2229;
  transition: 0.5s;
  bottom: 0;
  left: 0;
}
.nav-item-second .nav-item-second-cur .proi-data-one:hover::before {
  width: 100%;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur-pro {
  position: relative;
}
.nav-item-second .nav-item-second-cur-pro .nav-item-second-cur-inner {
  position: absolute;
  top: 0;
  left: 42px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-cur-pro .nav-item-second-cur-inner-active {
  opacity: 1;
  z-index: 20;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-btn {
  width: 100%;
  margin-top: 30px;
}
.nav-item-second .nav-item-second-btn a {
  width: 230px;
  height: 42px;
  background: #CC2229;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.nav-item-second .nav-item-second-btn a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.nav-item-second .nav-item-second-btn a .proMenu-icon img {
  width: 100%;
}
.nav-item-second .nav-item-second-btn a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.nav-item-second .second-nav-a-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #EFEFEF;
}
.nav-item-second .second-nav-a-one .second-nav-a-one-title {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one i {
  font-size: 14px;
  color: #EFEFEF;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one:hover .second-nav-a-one-title {
  color: #CC2229;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one:hover i {
  color: #CC2229;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #CC2229;
  transition: 0.5s;
  bottom: 0;
  left: 0;
}
.nav-item-second .second-nav-a-one:hover::before {
  width: 100%;
  transition: 0.5s;
}
.nav-item-second .second-nav-a-one:nth-of-type(3n) {
  margin-right: 0;
}
.user-menu-nav {
  z-index: 999;
  max-height: 100vh;
  opacity: 1;
  transition: 0.8s;
  display: block;
  animation: aniPcNav 1s;
}
@keyframes aniPcNav {
  0% {
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 90%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .header-lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .header-lang-one {
  position: relative;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 18px;
  left: 0;
  top: 0;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 4px;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: #CC2229;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 32px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  width: auto;
  max-width: 140px;
}
.headerM .logo img {
  width: 100%;
  display: block;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: #fff;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .logo img {
  display: block;
  width: 120px;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .proMenu-a {
  width: 230px;
  height: 42px;
  background: #CC2229;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.top_nav .proMenu-a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_nav .proMenu-a .proMenu-icon img {
  width: 100%;
}
.top_nav .proMenu-a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 0;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 25px;
  transition: 0.5s;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #CC2229;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  height: auto;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 4%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #333;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a span {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.top_nav .nav .li .menu2 .item_val a p {
  font-size: 16px;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #CC2229;
}
.indexPage-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 100%;
}
.indexDesc-p {
  width: 50%;
  text-align: center;
  margin: 18px auto 38px;
}
.indexPage-title {
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}
.indexPage-more-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPage-more {
  width: 160px;
  height: 42px;
  background: #CC2229;
  border-radius: 6px;
  margin: 20px 0 0;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPage-more .read-more-p {
  position: relative;
  height: 42px;
  z-index: 12;
  transition: 0.5s;
  margin-right: 6px;
}
.indexPage-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(42px);
  line-height: 42px;
}
.indexPage-more .read-more-right {
  max-width: 34px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.indexPage-more .read-more-right img {
  width: 100%;
  max-height: 12px;
}
.indexPage-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.indexPage-more:hover .read-more-right {
  transform: translateX(6px);
  transition: 0.5s;
}
.contactMore {
  width: 300px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background: transparent;
}
.indexPage-outer {
  width: calc(100% - 120px) !important;
  margin: 0 auto;
}
.indexPage-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage {
  width: 100%;
  padding-top: 80px;
}
.indexPage-last {
  padding-bottom: 80px;
}
.contacti {
  position: relative;
  background: #E8E8E8;
  padding: 46px 0 30px;
}
.contacti .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.contacti .indexPage-title {
  width: 180px;
}
.contacti .contactMenthods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contacti .contactMenthods p {
  color: #CC2229;
}
.contacti .contactMenthods .contactMenthods-line {
  width: 2px;
  height: 14px;
  margin: 0 5px;
  background: #CC2229;
  transform: scaleX(0.5);
}
.contacti .form-inner {
  width: 50%;
  z-index: 10;
  position: relative;
  margin: 0 auto;
}
.contacti .contact-infos {
  width: 20%;
  min-width: 234px;
}
.contacti .contact-infos .contactWays-one {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.contacti .contact-infos .contactWays-one:hover .contactWays-value {
  color: #CC2229;
  transition: 0.5s;
}
.contacti .contact-infos .contactWays-type {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  margin-bottom: 5px;
}
.contacti .contact-infos .contactWays-value {
  width: 100%;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  transition: 0.5s;
  line-height: 24px;
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contacti .form {
  width: 100%;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .form-input .input {
  width: 30%;
  border: 0;
  margin-top: 26px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 38px;
  height: 38px;
  background: #F8F8F8;
  border-radius: 6px;
  padding: 0 5px 0 20px;
}
.contacti .form-input .input:focus {
  color: #333333;
  border: 0;
  outline: none;
}
.contacti .form-message {
  width: 100%;
  margin-top: 20px;
}
.contacti .form-message .message {
  width: 100%;
  padding: 0 5px 0 20px;
  height: 110px;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  background: #F8F8F8;
  line-height: 38px;
  border-radius: 8px;
}
.contacti .form-message .message:focus {
  color: #333333;
  border: 0;
  outline: none;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contacti .formButton-box .formButton {
  width: 160px;
  height: 42px;
  background: #CC2229;
  border-radius: 6px;
  margin: 20px 0 0;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacti .formButton-box .formButton .formButton-p {
  position: relative;
  height: 42px;
  z-index: 12;
  transition: 0.5s;
  margin-right: 6px;
}
.contacti .formButton-box .formButton .formButton-right {
  max-width: 34px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.contacti .formButton-box .formButton .formButton-right img {
  width: 100%;
  max-height: 12px;
}
.contacti .formButton-box .formButton .formButton-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(42px);
  line-height: 42px;
}
.contacti .formButton-box .formButton:hover .formButton-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .formButton-right {
  transform: translateX(6px);
  transition: 0.5s;
}
.contacti .formButton-box .formButton1 {
  margin-right: 12px;
}
.contacti .formButton-box .el-upload {
  width: 122px;
  height: 36px;
  background: #005485;
  overflow: hidden;
}
footer {
  width: 100%;
  background-color: #E8E8E8;
  border-top: 1px solid #DDDDDD;
  position: relative;
}
footer .footer-top-leftCon {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .contact-logo {
  width: 180px;
  height: 50px;
}
footer .contact-logo a {
  width: 100%;
}
footer .contact-logo a img {
  width: 100%;
}
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;
  justify-content: space-between;
  padding: 30px 0;
}
footer .footer-top .footer-share {
  display: flex;
  margin-top: 20%;
}
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: 100%;
  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%;
  opacity: 0.4;
  transition: 0.5s;
}
footer .footer-top .footer-share .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-top .footer-share .footer-share-a1 {
  width: 20px;
}
footer .footer-top .footer-share .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-nav {
  display: flex;
  width: calc(75% - 166px - 200px);
  flex-wrap: wrap;
}
footer .footer-nav .footer-nav-a {
  width: 50%;
  padding-right: 5px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
footer .footer-nav .footer-nav-a a {
  color: #999;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
footer .footer-nav .footer-nav-a a .footer-classify-img {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 6px;
}
footer .footer-nav .footer-nav-a a .footer-classify-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer .footer-nav .footer-nav-a a .footer-classify-img .footer-classify-img-default {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-nav .footer-nav-a a .footer-classify-img .footer-classify-img-active {
  opacity: 0;
  transition: 0.5s;
}
footer .footer-nav .footer-nav-a a p {
  max-width: calc(100% - 26px);
}
footer .footer-nav .footer-nav-a a:hover {
  color: #CC2229;
  transition: 0.5s;
}
footer .footer-nav .footer-nav-a a:hover .footer-classify-img .footer-classify-img-default {
  opacity: 0;
  transition: 0.5s;
}
footer .footer-nav .footer-nav-a a:hover .footer-classify-img .footer-classify-img-active {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-nav .footer-nav-a1 {
  margin-top: 0;
}
footer .footer-topMain {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 200px;
}
footer .afterSales {
  width: 160px;
  height: 42px;
  background: #CC2229;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 42px;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 20%;
  transition: 0.5s;
}
footer .afterSales .footer-afterSales {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-5px);
}
footer .afterSales img {
  width: 22px;
}
footer .afterSales p {
  height: 100%;
  max-width: calc(100% - 32px);
  overflow: hidden;
}
footer .afterSales:hover {
  width: 180px;
  border-radius: 12px;
  transition: 0.5s;
}
footer .footer-contactShare {
  width: 166px;
}
footer .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-right: 20px;
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
}
footer .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 18px;
  max-height: 18px;
}
footer .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner {
  width: 100%;
  background: #E8E8E8;
  border-top: 1px solid #DDDDDD;
  padding: 22px 0;
}
footer .footer-bottom-infor-copyright-inner .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  opacity: 0.6;
  line-height: 24px;
  transition: 0.5s;
  flex-wrap: wrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone .kongge {
  width: 6px;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone a {
  opacity: 0.6;
  color: #666666;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover {
  opacity: 1;
  transition: 0.5s;
}
footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone:hover a {
  opacity: 1;
  transition: 0.5s;
}
.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;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nban {
  position: relative;
  margin-top: 80px;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-outer {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
}
.nban .nban-title {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 68px;
  display: flex;
  flex-wrap: wrap;
}
.nban .nban-title div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nban .nban-title-color {
  color: #CC2229;
  font-weight: 600;
}
.nban .nban-desc {
  font-family: 'LamaSans-Regular';
  margin-top: 14px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 60%;
}
.nside {
  position: absolute;
  left: 0;
  bottom: 22px;
  right: 0;
  margin: 0 auto;
}
.nside .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.nside .index-nside .index-icon {
  width: 28px;
  height: 24px;
  margin-right: 5px;
}
.nside .nside-right {
  font-size: 16px;
  margin: 0 5px;
  color: #fff;
}
.nside .nside-a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
}
.nside .nside-a:hover {
  color: #CC2229;
  transition: 0.5s;
}
.nside .nside-a-last {
  color: #CC2229;
  transition: 0.5s;
  white-space: normal;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #CC2229;
  background: #CC2229 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.innerPage-secondNav {
  border-bottom: 1px solid #DDDDDD;
}
.innerPage-secondNav .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.innerPage-secondNav .secondNav-one {
  padding: 28px 16px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.innerPage-secondNav .secondNav-one:hover {
  color: #CC2229;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one::after {
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  position: absolute;
  background: #CC2229;
}
.innerPage-secondNav .secondNav-one:hover::after {
  width: 100%;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one-active {
  color: #CC2229;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one-active::after {
  width: 100%;
  transition: 0.5s;
}
@media only screen and (max-width: 1800px) {
  .header .header-nav {
    position: relative;
    left: auto;
    width: calc(100% - 800px);
    padding-left: 2%;
  }
  .header .nav-item {
    padding-right: 3%;
  }
}
@media only screen and (max-width: 1600px) {
  .header .header-right .getQuote {
    margin: 0 16px 0 14px;
  }
  .header .header-right .header-lang-one .langBtn .langBtnA {
    font-size: 16px;
  }
  .header .header-right .header-lang-outer {
    flex-wrap: wrap;
    max-width: 194px;
  }
  .header .header-nav {
    width: calc(100% - 640px);
  }
  .header .header-right .header-lang-oneA {
    width: 100%;
  }
  .header .header-right .header-lang-oneA1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .header .header-right .header-lang-outer {
    display: none;
  }
  .header .header-nav {
    width: calc(100% - 480px);
  }
  .indexPage {
    padding-top: 60px;
  }
  .nside {
    bottom: 18px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
  .nban .nban-title {
    font-size: 40px;
    line-height: 52px;
  }
  .nban .nban-desc {
    margin-top: 5px;
    font-size: 20px;
    width: 70%;
  }
  .innerPage-secondNav .secondNav-one {
    padding: 20px 14px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-right .getQuote {
    display: none;
  }
  footer .footer-inner {
    width: 100%;
  }
  .contacti .indexPage-title {
    width: auto;
    max-width: 160px;
  }
  .innerPage-secondNav .secondNav-one {
    padding: 18px 14px;
    font-size: 14px;
  }
  .nban .nban-title {
    font-size: 34px;
    line-height: 46px;
  }
  .nban .nban-desc {
    margin-top: 4px;
    font-size: 16px;
  }
  .indexPage-title {
    font-size: 26px;
    line-height: 24px;
  }
  .indexPage-inner {
    width: 100%;
  }
  footer .contact-logo {
    width: 160px;
  }
  .contacti .form-message {
    margin-top: 16px;
  }
  .contacti .form-input .input {
    width: 32%;
    margin-top: 16px;
    padding: 0 5px 0 14px;
  }
  .contacti .formButton-box .formButton {
    margin: 16px 0 0;
  }
  .contacti .contact-infos .contactWays-type {
    margin-bottom: 2px;
  }
  .contacti .contact-infos .contactWays-one {
    margin-bottom: 15px;
  }
  .header .header-right .header-lang-outer {
    display: none;
  }
  .header .header-inner {
    width: 94%;
  }
  .header .logo a {
    width: 130px;
  }
  .header .header-nav {
    width: calc(100% - 300px);
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1270px) {
  .message-popup {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .contacti .indexPage-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .contacti .indexPage-inner {
    flex-wrap: wrap;
  }
  .nban {
    margin-top: 65px;
  }
  .nside-proMenus {
    padding: 22px 0 20px;
    margin-top: 65px;
  }
  .nside {
    bottom: 12px;
  }
  .nban .nban-title {
    font-size: 28px;
    line-height: 38px;
  }
  .indexPage-title {
    font-size: 24px;
    line-height: 22px;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    width: 100%;
  }
  footer .footer-outer {
    width: 90%;
  }
  footer .footer-inner {
    width: 100%;
  }
  footer .footer-nav {
    width: calc(98% - 166px - 200px);
  }
  .contacti .form-inner {
    width: 60%;
    margin: 0;
  }
  .contacti .contact-infos {
    width: 35%;
  }
  .indexPage-outer {
    width: 90% !important;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
}
@media only screen and (max-width: 820px) {
  .sidefixed .sideitemOther {
    bottom: -110%;
  }
  .sidefixed .sideitemOther .sideitem-email {
    display: block;
  }
  footer .footer-top .footer-share .footer-share-a .footer-share-img {
    width: 90px;
    height: 100px;
  }
  footer .footer-top .footer-share .footer-share-a .footer-share-img img {
    width: 90px;
  }
  .contacti {
    padding: 34px 0 24px;
  }
  .indexPage-title {
    font-size: 20px;
    line-height: 20px;
  }
  .nban .nban-title {
    font-size: 24px;
    line-height: 34px;
  }
  .nside .nside-a {
    font-size: 12px;
    line-height: 20px;
  }
  .nside .index-nside {
    font-size: 12px;
    line-height: 20px;
  }
  .nside .nside-right {
    font-size: 14px;
    margin: 0 5px;
  }
  .nside .index-nside .index-icon {
    width: 24px;
    height: 20px;
    margin-right: 5px;
  }
  .nban .nban-desc {
    font-size: 14px;
    width: 80%;
  }
  .innerPage-secondNav .secondNav-one {
    padding: 14px 12px;
    font-size: 12px;
  }
  .indexPage-more {
    width: 138px;
    height: 38px;
    font-size: 12px;
    line-height: 42px;
  }
  .indexPage-more .read-more-right {
    max-width: 26px;
    height: 38px;
  }
  .indexPage-more .read-more-p::before {
    height: 38px;
    transform: translateY(38px);
    line-height: 42px;
  }
  .nside-proMenus {
    padding: 18px 0 16px;
  }
  footer .footer-top .footer-share {
    align-items: center;
  }
  footer {
    padding-bottom: 60px;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 22px 0;
  }
  footer .footer-topMain {
    width: 158px;
  }
  footer .footer-top {
    flex-wrap: wrap;
  }
  footer .footer-nav {
    width: calc(100% - 158px);
    margin-top: 0;
  }
  footer .footer-bottom-infor-copyright-inner .footer-bottom-infor-aone {
    font-size: 12px;
    line-height: 20px;
  }
  footer .afterSales {
    width: 136px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    margin-top: 25%;
  }
  footer .afterSales:hover {
    width: 152px;
  }
  footer .footer-top .footer-share {
    margin-top: 35%;
  }
  footer .footer-top-leftCon {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-nav p {
    font-size: 12px;
    line-height: 20px;
  }
  footer .footer-nav .footer-nav-a1 {
    margin-top: 16px;
  }
  .indexPage-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .contacti .form-inner {
    width: 50%;
  }
  .contacti .form-input .input {
    font-size: 12px;
  }
  .contacti .formButton-box .formButton {
    font-size: 12px;
    width: 136px;
    height: 38px;
    line-height: 38px;
  }
  .contacti .contact-infos .contactWays-type {
    font-size: 12px;
  }
  .contacti .form-message .message {
    font-size: 12px;
  }
  .contacti .contact-infos .contactWays-value {
    font-size: 12px;
    line-height: 20px;
  }
  .contacti .formButton-box .formButton .formButton-p {
    height: 38px;
  }
  .contacti .formButton-box .formButton .formButton-p::before {
    height: 38px;
    transform: translateY(38px);
    line-height: 38px;
  }
  .contacti .contact-infos {
    width: 45%;
  }
  .contacti .formButton-box .formButton .formButton-right {
    max-width: 26px;
  }
  .contacti .formButton-box .formButton {
    margin: 12px 0 0;
  }
  .contacti .form-message {
    margin-top: 12px;
  }
  .contacti .form-input .input {
    width: 100%;
    margin-top: 12px;
  }
  .indexPage {
    padding-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 42px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .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;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .nban .nban-title {
    font-size: 18px;
    line-height: 26px;
  }
  .nban .nban-outer {
    top: 42%;
  }
  .nban {
    margin-top: 50px;
  }
  .nban .nban-desc {
    font-size: 12px;
    width: 90%;
  }
  .contacti .contact-infos {
    min-width: 0;
  }
  .indexPage {
    padding-top: 38px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .headerM .logo {
    max-width: 112px;
  }
  .headerM .header-inner .action_item {
    width: 25px;
    height: 18px;
    margin-left: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
}
@media only screen and (max-width: 520px) {
  footer .footer-top .footer-share .footer-share-a .footer-share-img {
    width: 70px;
    height: 80px;
  }
  footer .footer-top .footer-share .footer-share-a .footer-share-img img {
    width: 70px;
  }
  .contacti .formButton-box {
    margin-bottom: 20px;
  }
  footer .footer-top .footer-share {
    margin-top: 0;
  }
  footer .footer-top .footer-share .footer-share-a {
    margin-left: 10px;
    margin-right: 20px;
  }
  .nban .nban-desc {
    display: none;
  }
  .innerPage-secondNav {
    border-bottom: none;
  }
  .innerPage-secondNav .indexPage-outer {
    width: 100% !important;
  }
  .innerPage-secondNav .secondNav-one {
    border-bottom: 1px solid #DDDDDD;
  }
  .nban .nban-title {
    font-size: 16px;
    line-height: 24px;
  }
  .nside .index-nside .index-icon {
    width: 20px;
    height: 18px;
  }
  .nside .index-nside {
    font-size: 12px;
    line-height: 20px;
  }
  .nside .nside-a {
    font-size: 12px;
    line-height: 20px;
  }
  footer .footer-nav {
    width: 100%;
  }
  footer .afterSales {
    margin-top: 0;
  }
  footer .footer-nav .footer-nav-a1 {
    margin-top: 20px;
  }
  footer .footer-contactShare {
    width: 150px;
  }
  .contacti {
    padding: 28px 0 10px;
  }
  footer .contact-logo {
    width: 120px;
  }
  footer .footer-top {
    padding: 20px 0;
  }
  footer .footer-contactShare .footer-center-bottom-one {
    margin-right: 14px;
  }
  footer .footer-topMain {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
  }
  .contacti .indexPage-inner {
    flex-wrap: wrap;
  }
  .contacti .contact-infos .contactWays-one {
    margin-bottom: 10px;
  }
  .contacti .form-inner {
    width: 100%;
  }
  .contacti .contact-infos {
    width: 100%;
  }
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .sidefixedM .sideitem1 .sideins {
    left: -50%;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .top_nav .proMenu-a {
    font-size: 14px;
  }
  .top_nav .proMenu-a .proMenu-icon {
    width: 16px;
  }
  .indexPage {
    padding-top: 28px;
  }
  .nban {
    margin-top: 42px;
  }
  .indexPage-last {
    padding-bottom: 28px;
  }
  .headerM .header-inner {
    height: 42px;
  }
  .headerM .logo {
    max-width: 90px;
  }
  .headerM .header-inner .action_item {
    width: 22px;
    height: 18px;
    margin-left: 15px;
  }
  .top_nav .logo img {
    max-width: 100px;
  }
  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .indexPage-last {
    padding-bottom: 20px;
  }
  .innerPage-secondNav .secondNav-one {
    padding: 10px 12px;
  }
  .indexPage {
    padding-top: 20px;
  }
  .nban .nban-title {
    font-size: 14px;
    line-height: 22px;
  }
  .nside {
    bottom: 5px;
  }
}
