.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  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: #E51616;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #E51616;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #E51616;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 46px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #E51616;
}
.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: #E51616;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}
.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #E51616;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #E51616;
  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: #E51616;
  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: #E51616;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #E51616;
}
.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: -112%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #E51616;
}
.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: #E51616;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.pageNside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageNside .indexPage-outer {
  height: 100%;
}
.pageNside .indexPage-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.pageNside .nside-a-last {
  font-weight: bold;
  font-size: 56px;
  color: #333333;
  line-height: 62px;
}
.pageNside .nside-a-last1 {
  color: #fff;
}
.pageNside .nside-a-last::first-letter {
  color: #E51616;
}
.pageNside .nside-first {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.pageNside .nside-first a {
  color: #fff;
}
.pageNside .nside-first .index-nside {
  display: flex;
  align-content: center;
}
.pageNside .nside-first .index-nside .index-dot {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.pageNside .nside-first .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.pageNside .nside-first .nside-right {
  margin: 0 10px;
  color: #fff;
  font-size: 18px;
}
.pageNside1 {
  background: rgba(0, 0, 0, 0.1);
}
.innerPage-second {
  max-width: 1920px;
  display: flex;
  justify-content: flex-end;
  margin-top: -60px;
  z-index: 12;
  position: relative;
}
.innerPage-second .innerPage-second-inner {
  width: auto;
  display: flex;
  align-items: center;
  height: 60px;
  background: #E51616;
  padding: 0 22px;
  border-radius: 32px 32px 0px 0px;
}
.innerPage-second .second-one-cur {
  width: auto;
  min-width: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 0 22px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  cursor: pointer;
  opacity: 0.7;
}
.innerPage-second .second-one-cur .second-one-icon {
  width: 18px;
  height: 21px;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #fff;
  margin-right: 12px;
  transition: 0.5s;
}
.innerPage-second .second-one-cur .second-one-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.5s;
}
.innerPage-second .second-one-cur .second-one-icon::after {
  content: '';
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 19px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  background: #E51616;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: 0.5s;
}
.innerPage-second .second-one-cur:hover {
  opacity: 1;
}
.innerPage-second .second-one-cur:hover .second-one-icon {
  background-color: #fff;
}
.innerPage-second .second-one-cur:hover .second-one-icon::after {
  opacity: 0;
}
.innerPage-second .second-one-cur:hover .second-one-icon::before {
  background-color: #E51616;
}
.innerPage-second .second-one-active {
  opacity: 1;
}
.innerPage-second .second-one-active .second-one-icon {
  background-color: #fff;
}
.innerPage-second .second-one-active .second-one-icon::before {
  background-color: #E51616;
}
.innerPage-second .second-one-active .second-one-icon::after {
  opacity: 0;
}
.company-pro {
  background: #f7f7f7 url('https://file.global86.cn/website_v3-guowaijiedian/xinpeng/pageimg/footer-back.jpg') no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
.contacti {
  overflow: hidden;
  position: relative;
}
.contacti .indexPage-outer {
  position: relative;
}
.contacti .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.contacti .contacti-title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  width: 30%;
  min-width: 150px;
}
.contacti .contacti-form {
  width: 70%;
  max-width: calc(100% - 150px);
  padding-left: 40px;
}
.contacti .indexPage-desc {
  opacity: 0.85;
  width: 100%;
}
.contacti .contactMenthods {
  display: flex;
  width: 100%;
  z-index: 20;
  position: relative;
  margin-top: 4px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  justify-content: flex-start;
}
.contacti .contactMenthods p {
  color: #666;
  opacity: 0.85;
  z-index: 12;
}
.contacti .contactMenthods .contactMenthods-line {
  width: 2px;
  z-index: 12;
  height: 14px;
  opacity: 0.75;
  margin: 0 10px;
  background: #666;
  transform: scaleX(0.5);
}
.contacti .contacti-info-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.contacti .contacti-info-box .contacti-info-one:nth-of-type(1) {
  background: #DBDBDB;
}
.contacti .contacti-info-box .contacti-info-one:nth-of-type(2) {
  background: #E7E7E7;
}
.contacti .contacti-info-box .contacti-info-one:nth-of-type(3) {
  background: #DBDBDB;
}
.contacti .contacti-info-box .contacti-info-one:nth-of-type(4) {
  background: #E7E7E7;
}
.contacti .contacti-info-box .contacti-info-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  transition: 0.5s;
  text-align: center;
  padding: 34px 6px;
  height: 100%;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #666;
  position: relative;
  transition: 0.5s;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-icon img {
  height: 60%;
  display: block;
  width: 60%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-icon .default {
  opacity: 1;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-icon .active {
  opacity: 0;
  transform: translateY(-50%) rotateY(0deg);
  transition: 0.5s;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val {
  width: 100%;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-text {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  color: #6f6f6f;
  width: 100%;
  margin: 10px auto 6px;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #949494;
  line-height: 24px;
  margin-top: 6px;
  font-family: 'Montserrat-Medium';
  display: block;
  position: relative;
}
.contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a span {
  position: relative;
}
.contacti .contacti-info-box .contacti-info-one:hover {
  background: #E51616;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-icon {
  border: 1px solid #FFFFFF;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-icon .default {
  opacity: 0;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-icon .active {
  opacity: 1;
  transform: translateY(-50%) rotateY(360deg);
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-val .contacti-info-text {
  color: #fff;
}
.contacti .contacti-info-box .contacti-info-one:hover .contacti-info-val .contacti-info-a {
  color: #fff;
}
.contacti .contacti-info-box .contacti-info-one-active {
  background: #E51616 !important;
}
.contacti .contacti-info-box .contacti-info-one-active .contacti-info-icon {
  border: 1px solid #FFFFFF;
}
.contacti .contacti-info-box .contacti-info-one-active .contacti-info-icon .default {
  opacity: 0;
}
.contacti .contacti-info-box .contacti-info-one-active .contacti-info-icon .active {
  opacity: 1;
  transform: translateY(-50%) rotateY(360deg);
}
.contacti .contacti-info-box .contacti-info-one-active .contacti-info-val .contacti-info-text {
  color: #fff;
}
.contacti .contacti-info-box .contacti-info-one-active .contacti-info-val .contacti-info-a {
  color: #fff;
}
.contacti .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.contacti .contacti-main .form-inner {
  width: 100%;
}
.contacti .form {
  width: 100%;
}
.contacti .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacti .form-input .form-input-one {
  width: 30%;
  margin-bottom: 20px;
  margin-right: 5%;
}
.contacti .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-size: 14px;
  font-family: 'SourceHanSansSC-R';
  font-weight: normal;
  color: #333;
  line-height: 42px;
  height: 52px;
  background: transparent;
  border-radius: 0;
  padding: 0 5px 0 0;
  border-bottom: 1px solid #CCCCCC;
}
.contacti .form-input .input::placeholder {
  color: #666666;
  border: 0;
  outline: none;
}
.contacti .form-input .input:focus {
  color: #333;
  border: 0;
  outline: none;
  border-bottom: 1px solid #E51616;
}
.contacti .form-input .form-input-one:nth-of-type(3) {
  margin-right: 0;
}
.contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
}
.contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  padding: 0 5px 0 0;
  border: 0;
  font-size: 14px;
  font-family: 'SourceHanSansSC-R';
  font-weight: normal;
  color: #333;
  line-height: 40px;
  height: 114px;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #CCCCCC;
}
.contacti .form-message .message::placeholder {
  color: #666;
  border: 0;
  outline: none;
}
.contacti .form-message .message:focus {
  color: #333333;
  border: 0;
  outline: none;
  border-bottom: 1px solid #E51616;
}
.contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contacti .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 7%;
  z-index: 20;
  position: relative;
}
.contacti .formButton-box .formButton {
  width: 180px;
  height: 46px;
  background: #E51616;
  border-radius: 6px;
  z-index: 12;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.contacti .formButton-box .formButton .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacti .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 46px;
  transition: 0.5s;
  margin-right: 16px;
}
.contacti .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.contacti .formButton-box .formButton .read-more-img {
  width: 18px;
  height: 21px;
  transition: 0.5s;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #fff;
}
.contacti .formButton-box .formButton .read-more-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E51616;
  transform: translate(-50%, -50%);
}
.contacti .formButton-box .formButton:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contacti .formButton-box .form-up-btn {
  margin-right: 5%;
}
.indexPage-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
}
.indexPage-title .indexPage-title-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexPage-title-bottom {
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  margin-bottom: 40px;
  padding-bottom: 22px;
}
.indexPage-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
footer .footer-new-nav {
  width: 100%;
  display: flex;
  align-items: center;
}
footer .footer-new-nav .footer-nav-cur {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 400px);
}
footer .footer-new-nav .footer-nav-cur a {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  display: block;
  margin: 0 15px;
  font-family: 'SourceHanSansSC-M';
}
footer .footer-new-nav .footer-nav-cur a:hover {
  color: #E51616;
}
footer .footer-new-nav .footer-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 200px;
}
footer .footer-new-nav .footer-share-a {
  margin-left: 30px;
  width: 56px;
  position: relative;
  cursor: pointer;
}
footer .footer-new-nav .footer-share-a .footer-share-box {
  width: 56px;
}
footer .footer-new-nav .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-new-nav .footer-share-a .footer-share-img img {
  width: 100px;
  height: 100%;
  display: block;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}
footer .footer-new-nav .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-new-nav .footer-share-a .svg-box {
  width: 56px;
}
footer .footer-new-nav .footer-share-a .svg-box img {
  width: 100%;
  opacity: 0.6;
  transition: 0.5s;
}
footer .footer-new-nav .footer-share-a .svg-box:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-new-nav .footer-share-a1 {
  width: 20px;
}
footer .footer-new-nav .footer-share-a1 .svg-box {
  width: 20px;
}
footer .footer-main {
  width: 100%;
}
footer .footer-new-contact {
  width: 100%;
  padding: 4.2% 0 7.5%;
}
footer .footer-new-contact .footer-new-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .footer-new-contact .footer-new-img img {
  width: 70%;
  max-width: 860px;
  display: block;
}
footer .footer-new-bottom {
  width: 100%;
  background: #E5E5E5;
  font-family: 'AlibabaPuHuiTi-R';
}
footer .footer-new-bottom .indexPage-inner {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-new-bottom .footer-new-bottom-one {
  display: flex;
  align-items: center;
}
footer .footer-new-bottom .footer-bottom-infor-aone {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  flex-wrap: wrap;
  color: #333333;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone p {
  white-space: nowrap;
}
footer .footer-new-bottom .footer-bottom-infor-aone a {
  color: #333333;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone:hover {
  color: #E51616;
  transition: 0.5s;
}
footer .footer-new-bottom .footer-bottom-infor-aone:hover a {
  color: #E51616;
  transition: 0.5s;
}
footer .infor-copyright-one {
  display: flex;
}
footer .infor-copyright-one a {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
footer .infor-copyright-one a:hover {
  color: #E51616;
  transition: 0.5s;
}
footer .infor-copyright-one .footer-bottom-infor-aone {
  margin-right: 20px;
}
footer .footer-contactShare {
  width: 166px;
  display: flex;
  align-items: center;
}
footer .footer-contactShare .footer-center-bottom-one {
  width: 18px;
  max-height: 18px;
  margin-left: 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.6;
  transition: 0.5s;
}
.page-title {
  display: flex;
  align-items: center;
}
.page-title .page-title-dot {
  width: 44px;
  margin-right: 15px;
}
.page-title .page-title-dot img {
  width: 100%;
}
.page-title .page-title-text {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 34px;
  font-family: 'SourceHanSansSC-M';
}
.page-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.public-more {
  min-width: 180px;
  padding: 0 24px;
  height: 46px;
  background: #E51616;
  border-radius: 6px;
  z-index: 12;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.public-more .banner-more-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-more .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 46px;
  transition: 0.5s;
  margin-right: 16px;
}
.public-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
}
.public-more .read-more-img {
  width: 18px;
  height: 21px;
  position: relative;
  transition: 0.5s;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #fff;
}
.public-more .read-more-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E51616;
  transform: translate(-50%, -50%);
}
.public-more:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.videoPopup .videoPopup-inner {
  width: 80%;
  height: 80%;
  position: relative;
}
.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 68px;
  color: #fff;
  line-height: 72px;
  cursor: pointer;
  z-index: 4001;
}
.videoPopup-show {
  z-index: 4000;
  opacity: 1;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nban-inner {
  position: relative;
  width: 100%;
}
.nban-inner img {
  width: 100%;
  display: block;
}
.nban-inner .nban-inner-nav {
  position: absolute;
  width: 94%;
  top: 48%;
  max-width: 1800px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.nban-inner .One-stop-cur {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 54px;
  margin-bottom: 24px;
}
.nban-inner .One-stop-nav-bottom {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
}
.nban-inner .One-stop-nav-bottom .One-stop-p {
  color: #FFFFFF;
}
.nban-inner .nban-inner-bottom {
  position: absolute;
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nban-inner .nban-inner-bottom .nban-inner-dot {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 62px;
  opacity: 0.6;
}
.nban-inner .nban-inner-bottom .nban-seconds-main {
  width: 656px;
  display: flex;
  flex-wrap: wrap;
}
.nban-inner .nban-inner-bottom .nban-seconds-main .nban-second {
  display: flex;
  align-items: center;
  width: 164px;
  padding-right: 12px;
  margin: 15px 0;
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}
.nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .dot {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 12px;
}
.nban-inner .nban-inner-bottom .nban-seconds-main .nban-second .nban-second-text {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
  width: calc(100% - 20px);
}
.nban-inner .nban-inner-bottom .nban-seconds-main .nban-second:hover {
  opacity: 1;
}
.innerPage-nav-M {
  display: none;
  background: #F1F6F9;
  background-size: cover;
}
.innerPage-nav-M .nban-seconds-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.innerPage-nav-M .nban-seconds-main .nban-second {
  display: flex;
  align-items: center;
  width: 33.33%;
  padding-right: 12px;
  margin: 10px 0;
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}
.innerPage-nav-M .nban-seconds-main .nban-second .dot {
  width: 7px;
  height: 7px;
  background: #666;
  border-radius: 50%;
  margin-right: 12px;
}
.innerPage-nav-M .nban-seconds-main .nban-second .nban-second-text {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  width: calc(100% - 20px);
}
.innerPage-nav-M .nban-seconds-main .nban-second:hover {
  opacity: 1;
}
.contact-infos {
  width: 100%;
  position: relative;
  overflow-x: auto;
  background: url('../images/cur/contact-infos.jpg') no-repeat;
  background-size: cover;
  display: flex;
}
.contact-infos::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.contact-infos .contactWays-one {
  flex: none;
}
.contact-infos .contactWays-one .contactWays-one-inner {
  padding: 36px 30px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  position: relative;
}
.contact-infos .contactWays-one .contactWays-one-inner .footer-info-val {
  color: #fff;
  position: relative;
}
.contact-infos .contactWays-one .contactWays-one-inner .footer-info-val::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.contact-infos .contactWays-one .contactWays-one-inner .contactWays-type {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.contact-infos .contactWays-one .contactWays-one-inner .contactWays-type img {
  width: 30px;
  margin-right: 10px;
}
.contact-infos .contactWays-one .contactWays-one-inner .contactWays-value {
  padding: 8px 0;
  margin-left: 14px;
}
.contact-infos .contactWays-one .contactWays-one-inner::after {
  position: absolute;
  width: 1px;
  height: 48px;
  background: #FFFFFF;
  opacity: 0.6;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-infos .contactWays-one:hover .footer-info-val::after {
  width: 100%;
  transition: 0.5s;
}
.line-container .nside .indexPage-inner {
  border-bottom: 1px solid #f5f5f5;
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-height: 100px;
  transition: max-height 1s;
}
.header-index .header-index-inner {
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-index .header-index-inner .logo-index {
  position: absolute;
  left: 0;
  top: 30px;
}
.header-index .header-index-inner .logo-index a {
  height: 20px;
  width: 143px;
  position: relative;
  display: block;
}
.header-index .header-index-inner .logo-index a img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header-index .header-index-inner .header-index-nav {
  max-width: 1800px;
  width: 94%;
  margin: 0 auto;
}
.header-index .header-index-inner .header-index-nav nav {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}
.header-index .header-index-inner .header-index-nav nav ul {
  display: flex;
  align-items: center;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 15px;
  font-weight: normal;
  font-size: 18px;
  height: 80px;
  line-height: 24px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #333;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #E51616;
}
.header-index .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #E51616;
}
.header-index .header-index-inner .header-index-right {
  position: absolute;
  right: 0;
  width: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-index .header-index-inner .header-index-right .header-phone {
  margin-left: 12px;
}
.header-index .header-index-inner .header-index-right .header-phone a {
  color: #333;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact1:hover .header-phone a {
  color: #C7000B;
}
.header-index .header-index-inner .header-index-right .header-index-contact1 .header-lang-oneA-val {
  display: none;
}
.header-index .header-index-inner .header-index-right .header-index-langs {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  justify-content: center;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 24px;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-botom {
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 6px;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-botom svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-index .header-index-inner .header-index-right .header-index-langs .lang-map-icon {
  width: 30px;
  height: 22px;
  position: relative;
  opacity: 0.6;
  margin-left: 6px;
}
.header-index .header-index-inner .header-index-right .header-index-langs img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover {
  color: #E51616;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-langs:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-line {
  width: 1px;
  height: 15px;
  background: #333;
  opacity: 0.4;
}
.header-index .header-index-inner .header-index-right .header-index-contact {
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.header-index .header-index-inner .header-index-right .header-index-contact .contact-icon {
  width: 20px;
  cursor: pointer;
  height: 20px;
  position: relative;
}
.header-index .header-index-inner .header-index-right .header-index-contact img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val {
  position: absolute;
  left: 50%;
  font-family: 'Montserrat-Regular';
  transform: translateX(-50%);
  top: 38px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner {
  min-width: 224px;
  border-radius: 18px;
  padding: 4px 12px;
  margin-top: 16px;
  text-align: center;
  background: #fff;
  position: relative;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val .header-lang-oneA-val-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val a {
  color: #C7000B;
  white-space: nowrap;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val:hover span::after {
  width: 100%;
  background: #C7000B;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact span {
  position: relative;
}
.header-index .header-index-inner .header-index-right .header-index-contact span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-contact .header-lang-oneA-val-active {
  opacity: 1;
  height: 48px;
  z-index: 2005;
  transition: 0.5s;
  padding-top: 13px;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-contact:hover .nav-cur-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search {
  cursor: pointer;
  padding: 0 20px;
}
.header-index .header-index-inner .header-index-right .header-index-search .header-index-search-inner {
  width: 20px;
  display: flex;
  height: 20px;
  position: relative;
  align-items: center;
}
.header-index .header-index-inner .header-index-right .header-index-search img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-default-img {
  opacity: 0;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-active-img {
  opacity: 1;
}
.header-index .header-index-inner .header-index-right .header-index-search:hover .nav-cur-img {
  opacity: 0;
}
.header-index .nav-default-img {
  opacity: 1;
}
.header-index .nav-active-img {
  opacity: 0;
}
.header-index .nav-cur-img {
  opacity: 0;
}
.header-index .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header2 {
  padding: 0 0;
  background: #E51616;
  transition: 0.5s;
}
.header2 .header-index-inner .header-index-right .header-index-contact1:hover .header-phone a {
  color: #333;
}
.header2 .header-index-inner .header-index-right .header-index-langs:hover {
  color: #333;
}
.header2 .header-index-inner .header-index-right .header-index-langs:hover .nav-default-img {
  opacity: 0;
}
.header2 .header-index-inner .header-index-right .header-index-langs:hover .nav-active-img {
  opacity: 1;
}
.header2 .header-index-inner .header-index-right .header-index-langs:hover .nav-cur-img {
  opacity: 0;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  background: #fff;
}
.header2 .header-index-inner .header-index-right .baojia:after {
  background: #fff;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #fff;
  opacity: 0.9;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  transform: scale(1.05);
  color: #fff;
  opacity: 1;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #fff;
  opacity: 1;
  transform: scale(1.05);
}
.header2 .header-index-inner .header-index-right .header-index-line {
  background: #fff;
}
.header2 .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::before {
  width: 100%;
  background: #fff;
}
.header2 .header-index-inner .header-index-right .baojia a {
  color: #fff;
}
.header2 .header-index-inner .header-index-right .header-phone a {
  color: #fff;
}
.header2 .header-index-inner .header-index-right .header-index-langs {
  color: #fff;
}
.header2 .nav-default-img {
  opacity: 0;
}
.header2 .nav-active-img {
  opacity: 0;
}
.header2 .nav-cur-img {
  opacity: 1;
}
.header2 .logo-active {
  opacity: 1;
}
.header2 .logo-default {
  opacity: 0;
}
.header1 {
  background: transparent;
  max-height: 0;
  transition: max-height 1s;
  z-index: -1;
  overflow: hidden;
}
.header-active {
  padding: 0 0;
  background: #E51616;
  transition: 0.5s;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p::before {
  background: #fff;
}
.header-active .header-index-inner .header-index-right .baojia:after {
  background: #fff;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #fff;
  opacity: 0.9;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  transform: scale(1.05);
  color: #fff;
  opacity: 1;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #fff;
  opacity: 1;
  transform: scale(1.05);
}
.header-active .header-index-inner .header-index-right .header-index-line {
  background: #fff;
}
.header-active .header-index-inner .header-index-nav nav .nav-item .nav-item-first-avtive .nav-item-p::before {
  width: 100%;
  background: #fff;
}
.header-active .header-index-inner .header-index-right .baojia a {
  color: #fff;
}
.header-active .header-index-inner .header-index-right .header-phone a {
  color: #fff;
}
.header-active .header-index-inner .header-index-right .header-index-langs {
  color: #fff;
}
.header-active .nav-default-img {
  opacity: 0;
}
.header-active .nav-active-img {
  opacity: 0;
}
.header-active .nav-cur-img {
  opacity: 1;
}
.header-active .logo-active {
  opacity: 1;
}
.header-active .logo-default {
  opacity: 0;
}
.header-visible {
  overflow: visible !important;
}
.headerDottom-pro {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.headerDottom {
  max-height: 0 !important;
  z-index: -1 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.header-height {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #C7000B;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.langDialog .langDialog-inner .langDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.langDialog .langDialog-inner .langDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 30px;
}
.langDialog .langDialog-inner .langDialog-main {
  display: flex;
  flex-wrap: wrap;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  border: 1px solid #EFEFEF;
  transition: 0.5s;
  margin-right: 5%;
  height: 60px;
  border-radius: 30px;
  margin-top: 20px;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one p {
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover {
  background: #C7000B;
  border: 1px solid #C7000B;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover p {
  background: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(3n) {
  margin-right: 0;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active {
  background: #C7000B;
  border: 1px solid #C7000B;
  color: #fff;
  transition: 0.5s;
}
.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}
.searchDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}
.searchDialog .searchDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}
.searchDialog .searchDialog-inner .searchDialog-close {
  position: absolute;
  cursor: pointer;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
  background: #C7000B;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.searchDialog .searchDialog-inner .searchDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}
.searchDialog .searchDialog-inner .searchDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 36px;
  line-height: 30px;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner {
  width: 100%;
  height: 42px;
  position: relative;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .input:focus {
  font-weight: 400;
  outline: none;
  font-size: 24px;
  color: #333333;
  line-height: 42px;
  border: none;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
.searchDialog .searchDialog-inner .searchDialog-main .searchDialog-main-inner .icon-searchIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #ccc;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.header {
  width: 100%;
  position: fixed;
  transition: all 1s;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: auto;
  overflow: hidden;
  max-height: 0;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  align-items: center;
  margin: 0 auto;
}
.header .logo {
  width: 333px;
  height: 80px;
  display: flex;
  align-items: center;
}
.header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.header .logo a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .logo a .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header .logo a .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-right {
  width: calc(95% - 333px);
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  z-index: 300;
  padding: 16px 0 0;
  position: relative;
}
.header .header-top .header-right-info {
  display: flex;
  z-index: 12;
  align-items: center;
  justify-content: flex-end;
}
.header .header-top .header-lang-one-main {
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.header .header-top .header-lang-one-main:hover {
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
.header .header-top .header-lang-one1 {
  margin-right: 24px;
}
.header .header-top .img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-top .img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-input {
  width: 160px;
  height: 26px;
}
.header .header-top .header-lang-input .header-lang-input-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.header .header-top .header-lang-input .header-lang-input-inner .input {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  background: transparent;
  border: 1px solid rgba(248, 248, 248, 0.3);
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  padding-left: 34px;
  color: #fff;
}
.header .header-top .header-lang-input .header-lang-input-inner .input::placeholder {
  color: #999999;
  outline: none;
}
.header .header-top .header-lang-input .header-lang-input-inner .input:focus {
  color: #fff;
  border: 1px solid #fff;
  outline: none;
}
.header .header-top .header-lang-input .header-lang-input-inner .el-icon-search {
  position: absolute;
  left: 12px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.header .header-top .header-lang-one {
  position: relative;
}
.header .header-top .header-lang-one .searchBtn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.header .header-top .header-lang-one .searchBtn img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-active {
  opacity: 1;
  transform: scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchBtn:hover .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .searchInput {
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput .searchInput-inner .el-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header .header-top .header-lang-one .searchInput input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #18434A;
  background: #18434A;
  border-radius: 6px;
  color: #fff !important;
}
.header .header-top .header-lang-one .searchInput input::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0px;
}
.header .header-top .header-lang-one .searchInputShow {
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  background: #C7000B;
  border-radius: 10px;
  padding: 2px 10px;
}
.header .header-top .header-lang-one .langBtn .langBtn-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 6px;
}
.header .header-top .header-lang-one .langBtn .langBtn-img img {
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn .langBtnA {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  white-space: nowrap;
  padding-right: 12px;
}
.header .header-top .header-lang-one .langBtn .langBtnA img {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  margin-left: 6px;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA {
  color: #fff;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-active {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtnA .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-active {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langBtn:hover .langBtn-img .img-secondNav {
  opacity: 0;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner {
  width: 100%;
  background: rgba(183, 22, 22, 0.8);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.5s;
  position: relative;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover {
  background: #b71616;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner a:hover:after {
  background: transparent;
  transition: 0.5s;
}
.header .header-top .header-lang-one .langList .langList-inner .langList-last:after {
  height: 0;
}
.header .header-top .header-lang-one .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.header .header-top .header-lang-one .langListShow .langList-inner a {
  height: 40px;
  transition: all 0.5s;
}
.header .header-botom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-botom .header-nav {
  display: flex;
  justify-content: flex-end;
}
.header .header-botom .nav-item {
  width: auto;
  height: 75px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 4vw;
}
.header .header-botom .nav-item:nth-of-type(1) {
  margin-left: 0;
}
.header .header-botom .nav-item-first {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header .header-botom .nav-item-first .nav-item-p {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
  height: 100%;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.header .header-botom .nav-item-first:hover .nav-item-p {
  opacity: 1;
  transition: 0.5s;
  transform: scale(1.05);
}
.header .header-botom .nav-item-first:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.header .header-botom .nav-item-first::after {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  content: "";
  bottom: 5px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.header .header-botom .nav-item-first-avtive .nav-item-p {
  opacity: 1;
  transition: 0.5s;
}
.header .header-botom .nav-item-first-avtive::after {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer {
  width: auto;
  z-index: 12;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-lang-outer .header-lang-oneA {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA a {
  color: #fff;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA span {
  position: relative;
}
.header .header-lang-outer .header-lang-oneA span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone-value-outer {
  display: flex;
}
.header .header-lang-outer .header-lang-oneA .topPhone {
  width: 20px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.header .header-lang-outer .header-lang-oneA .topPhone img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topPhone .info-img-active {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
  white-space: nowrap;
}
.header .header-lang-outer .header-lang-oneA .topEmail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-default {
  opacity: 1;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA .topEmail .info-img-active {
  opacity: 0;
  transform: scale(1);
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover {
  color: #C7000B;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover span::after {
  width: 100%;
  background: #C7000B;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover a {
  color: #C7000B;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone .info-img-active {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topEmail .info-img-default {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topEmail .info-img-hei {
  opacity: 0;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topEmail .info-img-active {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA:hover .topPhone-value {
  color: #fff;
  transition: 0.5s;
}
.header .header-lang-outer .header-lang-oneA1 {
  margin-right: 20px;
}
.header .header-nav {
  display: flex;
  justify-content: space-between;
}
.nav-item-second {
  position: fixed;
  width: 100vw;
  top: 81px;
  background: #FFFFFF;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 2001;
  overflow: hidden;
  left: 0;
}
.nav-item-second .pro-outer {
  display: flex;
  justify-content: space-between;
  max-width: 1800px;
}
.nav-item-second .pro-outer .nav-types-left {
  width: 240px;
}
.nav-item-second .pro-outer .nav-types-first {
  width: 100%;
  padding: 14px 0;
  margin-bottom: 14px;
  position: relative;
  cursor: pointer;
}
.nav-item-second .pro-outer .nav-types-first .nav-types-inner {
  display: flex;
  align-items: center;
}
.nav-item-second .pro-outer .nav-types-first .nav-dot {
  width: 10px;
  height: 12px;
  background: #999999;
  transition: 0.5s;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin-right: 20px;
}
.nav-item-second .pro-outer .nav-types-first .nav-oneIcon {
  width: 30px;
  height: 30px;
  margin: 0 12px 0 20px;
  position: relative;
}
.nav-item-second .pro-outer .nav-types-first .nav-oneIcon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.nav-item-second .pro-outer .nav-types-first .nav-oneIcon .default {
  opacity: 1;
}
.nav-item-second .pro-outer .nav-types-first .nav-oneIcon .active {
  opacity: 0;
}
.nav-item-second .pro-outer .nav-types-first .nav-oneTitle {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.nav-item-second .pro-outer .nav-types-first::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #E51616;
  content: "";
  transition: 0.5s;
}
.nav-item-second .pro-outer .nav-types-first-active .nav-dot {
  background: #E51616;
}
.nav-item-second .pro-outer .nav-types-first-active .nav-oneIcon .default {
  opacity: 0;
}
.nav-item-second .pro-outer .nav-types-first-active .nav-oneIcon .active {
  opacity: 1;
}
.nav-item-second .pro-outer .nav-types-first-active .nav-oneTitle {
  color: #E51616;
}
.nav-item-second .pro-outer .nav-types-first-active::after {
  width: 100%;
}
.nav-item-second .pro-outer .nav-types-right {
  width: calc(100% - 300px);
  position: relative;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond {
  width: 100%;
  flex-wrap: wrap;
  transition: 0.5s;
  display: none;
  height: calc(100% - 74px);
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond .nav-types-second-inner {
  margin-bottom: 18px;
  width: calc(88% / 5);
  margin-right: 3%;
  opacity: 0;
  transition: 0.5s 0.1s;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond .nav-types-second-inner .nav-second-cover {
  background: url('https://file.global86.cn/website_v3-guowaijiedian/xinpeng/pageimg/proi-img-cover.png') no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 5%;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond .nav-types-second-inner .nav-second-cover img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond .nav-types-second-inner .nav-second-cover:hover img {
  transform: scale(1.05);
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond .nav-types-second-inner .nav-second-text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin: 14px 0;
  text-align: center;
  width: 100%;
  display: block;
  transition: 0.5s;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond .nav-types-second-inner:hover .nav-second-text {
  color: #E51616;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond .nav-types-second-inner:nth-of-type(5n) {
  margin-right: 0;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond .nav-types-second-inner-actvie {
  opacity: 1;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond-active {
  display: flex;
}
.nav-item-second .pro-outer .nav-types-right .nav-types-rightSecond-active .nav-types-second-inner {
  opacity: 1;
}
.nav-item-second .pro-outer .nav-types-right .pro-right-types {
  margin-top: 24px;
}
.nav-item-second .nav-item-second-inner {
  padding: 50px 0 60px;
}
.nav-item-second .nav-item-second-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}
.nav-item-second .nav-item-second-title .nav-item-second-dot {
  width: 15px;
  height: 15px;
  background: #C7000B;
  transition: 0.5s;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin-right: 11px;
}
.nav-item-second .nav-item-second-title .nav-item-second-text {
  max-width: calc(100% - 28px);
  font-weight: normal;
  font-size: 30px;
  color: #333;
  line-height: 65px;
}
.nav-item-second .nav-item-second-first {
  width: calc(95% - 300px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a {
  width: 30%;
  margin-right: 3%;
  display: flex;
  align-items: center;
  padding: 10px 6px;
  margin-top: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  position: relative;
  justify-content: space-between;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a a {
  max-width: calc(100% - 72px);
  color: #333;
  font-size: 16px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a .nav-item-second-first-a-right {
  width: 18px;
  height: 21px;
  background: #DDDDDD;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a .nav-item-second-first-a-right p {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover {
  border-bottom: 1px solid #E51616;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover a {
  color: #E51616;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover .nav-item-second-first-a-right {
  background: #E51616;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a:hover::after {
  width: 100%;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a::after {
  width: 0;
  height: 1px;
  background-color: #E51616;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active {
  border-bottom: 1px solid #E51616;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active a {
  color: #E51616;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active .nav-item-second-first-a-right {
  background: #E51616;
}
.nav-item-second .nav-item-second-first .nav-item-second-first-a-active::after {
  width: 100%;
}
.nav-item-second .nav-item-second-first-others {
  padding: 0 2%;
  width: calc(100% - 50% - 300px);
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-others-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-outer {
  display: flex;
  flex-direction: column;
  padding: 5% 8%;
  width: 100%;
  height: 100%;
  background: rgba(12, 173, 173, 0.2);
  border-radius: 20px;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one {
  width: 100%;
  margin-top: 16px;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner {
  display: inline-flex;
  align-items: center;
  padding-right: 5%;
  position: relative;
  width: auto;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner .nav-item-second-first-other-dot {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.5;
  margin-right: 8px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner .nav-item-second-first-other-text {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner img {
  position: absolute;
  top: 50%;
  width: 24px;
  right: -15px;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover img {
  opacity: 1;
  right: -30px;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover .nav-item-second-first-other-dot {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other .nav-item-second-first-other-one .nav-item-second-first-other-one-inner:hover .nav-item-second-first-other-text {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-first-others .nav-item-second-first-other-active {
  opacity: 1;
  z-index: 2005;
  transition: 0.5s;
}
.user-menu-nav {
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
}
@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: #E51616;
  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: #fff;
  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: rgba(199, 0, 11, 0.8);
  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;
  position: relative;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #E51616;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 24px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.headerM .header-inner .langList .langList-inner a:nth-last-of-type(1):after {
  display: none;
}
.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 0;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 32px;
  padding: 0 10px;
  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: #fff;
}
.headerM .logo {
  height: 32px;
}
.headerM .logo img {
  height: 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: 2900;
  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;
  height: 40px;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  align-items: center;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 0;
  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: #18434A;
  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;
  text-transform: uppercase;
  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: 30px;
  height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: #C7000B;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  background: transparent;
  border: 1px solid #C7000B;
  color: #C7000B;
  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;
  transition: 0.5s;
}
.top_nav .nav .li .menu .name:hover {
  color: #C7000B;
  transition: 0.5s;
}
.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: #C7000B;
}
.indexPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
}
.indexPage-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.indexPage {
  width: 100%;
  padding-top: 100px;
}
.indexPage-last {
  padding-bottom: 100px;
}
.contacti::after {
  content: attr(data-bottom);
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  width: 98%;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20vw;
  white-space: nowrap;
  color: #F1F1F1;
  line-height: 14vw;
  opacity: 0.4;
}
.contacti-about {
  background: #F8F8F8;
}
.contacti-about::after {
  color: rgba(229, 0, 18, 0.06);
}
.webPage {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pageBtn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #ED2222;
  background: transparent;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 500;
  font-size: 18px;
  color: #ED2222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pageBtn .web-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webPage .pageBtn:hover {
  background: #C7000B;
  color: #fff;
}
.webPage .pre-pageBtn {
  margin-right: 14px;
}
.webPage .next-pageBtn {
  margin-left: 14px;
}
.webPage .pageBtn-active {
  background: #ED2222;
  color: #fff;
}
.webPage .num-center {
  display: flex;
  align-items: center;
}
.webPage .curPageNum {
  font-weight: 400;
  font-size: 24px;
  color: #E51616;
  line-height: 24px;
}
.webPage .allPageNum {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
.webPage .webPage-num {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive {
  margin: 0 4px;
  color: #fff;
  display: flex;
  align-items: center;
}
.webPage .webPage-num .excessive p {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #C7000B;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin: 0 4px;
}
.webPage .pages-a {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin: 0 4px;
  transition: 0.5s;
}
.webPage .pages-a:hover {
  background: #ED2222;
  color: #fff;
}
.webPage .pages-a-active {
  background: #ED2222;
  color: #fff;
}
.webPage .num-more-page {
  width: 32px;
  height: 32px;
  background: #C7000B;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin: 0 10px;
}
.pro-types {
  width: 266px;
}
.pro-types .pro-types-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}
.pro-types .pro-types-inner .pro-types-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  background: #233DD7;
  color: #fff;
  line-height: 36px;
  padding: 14px 30px;
}
.pro-types .pro-types-main {
  width: 100%;
  padding: 10px 10px 20px;
}
.pro-types .pro-types-main .pro-types-one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  transition: 0.5s;
  padding: 14px 20px 14px 30px;
}
.pro-types .pro-types-main .pro-types-one .pro-types-name {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  max-width: calc(100% - 40px);
}
.pro-types .pro-types-main .pro-types-one .pro-types-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
  color: #233DD7;
  font-size: 24px;
}
.pro-types .pro-types-main .pro-types-one:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: rgba(35, 61, 215, 0.2);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:hover .pro-types-name {
  color: #233DD7;
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:hover .pro-types-right {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: rgba(35, 61, 215, 0.2);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active .pro-types-name {
  color: #233DD7;
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one-active .pro-types-right {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
.pro-types .pro-types-main .pro-types-one:nth-last-of-type(1) {
  border-bottom: none;
}
.nban {
  position: relative;
}
.nban img {
  width: 100%;
  display: block;
}
.nban .nban-outer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #fff;
}
.nban .nban-title {
  font-weight: 300;
  font-size: 58px;
  color: #FFFFFF;
  line-height: 62px;
}
.nside {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  margin: 0 auto;
}
.nside .indexPage-outer {
  padding: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.nside .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.nside .index-nside .index-dot {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 8px;
}
.nside .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #fff;
  opacity: 0.8;
}
.nside .nside-a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.8;
}
.nside .nside-a:hover {
  opacity: 1;
  transition: 0.5s;
}
.nside .nside-a-cur {
  font-weight: normal;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 65px;
}
.nside .nside-a-last {
  opacity: 1;
  transition: 0.5s;
  white-space: normal;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #E51616;
  background: #E51616 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.innerPage-secondNav {
  margin-top: -72px;
}
.innerPage-secondNav .indexPage-inner {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #F5F5F5;
  height: 72px;
}
.innerPage-secondNav .secondNav-one {
  width: 146px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  z-index: 20;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
}
.innerPage-secondNav .secondNav-one:hover {
  color: #fff;
  background: #C7000B;
  transition: 0.5s;
}
.innerPage-secondNav .secondNav-one-active {
  color: #fff;
  background: #C7000B;
  transition: 0.5s;
}
@media only screen and (max-width: 1920px) {
  .innerPage-second .innerPage-second-inner {
    border-radius: 32px 0 0 0;
  }
}
@media only screen and (max-width: 1800px) {
  footer .footer-new-contact {
    padding: 3.6% 0 4%;
  }
  .contacti .formButton-box {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1681px) {
  .indexPage {
    padding-top: 80px;
  }
  .indexPage-last {
    padding-bottom: 80px;
  }
  footer .footer-new-nav .footer-share {
    width: 160px;
  }
  footer .footer-new-nav .footer-nav-cur {
    width: calc(100% - 320px);
  }
  footer .footer-new-nav .footer-nav-cur a {
    margin: 0 20px;
  }
  .header-index .header-index-inner .header-index-nav {
    max-width: 1600px;
    width: 80%;
  }
}
@media only screen and (max-width: 1441px) {
  .indexPage {
    padding-top: 60px;
  }
  .indexPage-last {
    padding-bottom: 60px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-text {
    font-size: 16px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a {
    font-size: 16px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-icon {
    width: 52px;
    height: 52px;
  }
  .contacti .contacti-title {
    width: 240px;
  }
  .contacti .contacti-form {
    width: calc(100% - 240px);
    max-width: 100%;
    padding-left: 0;
  }
  footer .footer-new-contact .footer-new-img img {
    width: 50%;
  }
  footer .footer-new-contact {
    padding: 32px 0 40px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-icon img {
    width: 54%;
    height: 54%;
  }
}
@media only screen and (max-width: 1367px) {
  .page-title .page-title-dot {
    width: 36px;
  }
  .page-title .page-title-text {
    font-size: 28px;
  }
  .header-index .header-index-inner .header-index-right .header-index-contact {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1350px) {
  .contacti .formButton-box {
    margin-top: 34px;
  }
  footer .footer-new-bottom .indexPage-inner {
    padding: 24px 0;
  }
  footer .footer-new-contact .footer-new-img img {
    width: 50%;
  }
}
@media only screen and (max-width: 1281px) {
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 55px;
  }
  .indexPage-last {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1250px) {
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .innerPage-second .second-one-cur {
    min-width: 0;
    padding: 0 18px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-title .page-title-dot {
    width: 34px;
  }
  footer .footer-new-bottom .indexPage-inner {
    flex-wrap: wrap;
    padding: 22px 0;
  }
  .contacti .contacti-main {
    margin-top: 24px;
  }
  .contacti .formButton-box {
    margin-top: 28px;
  }
  .contacti .contacti-info-box {
    margin-top: 40px;
    border-radius: 6px;
  }
  footer .footer-new-nav .footer-share:nth-of-type(1) {
    width: 0;
  }
  footer .footer-new-nav .footer-nav-cur {
    width: calc(100% - 160px);
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1025px) {
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-text {
    font-size: 14px;
    margin: 6px auto 2px;
  }
  .contacti .contacti-info-box .contacti-info-one .contacti-info-val .contacti-info-a {
    font-size: 14px;
    margin-top: 0;
  }
  .contacti .contacti-info-box .contacti-info-one {
    padding: 26px 4px;
  }
  .webPage .pages-a {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  .webPage .webPage-num .excessive p {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  .webPage .pageBtn {
    height: 38px;
    line-height: 38px;
  }
  .webPage .pageBtn {
    width: auto;
    padding: 0 6px;
  }
  .indexPage-outer {
    width: 90%;
  }
  .indexPage-inner {
    width: 100%;
  }
  .indexPage {
    padding-top: 50px;
  }
  .indexPage-last {
    padding-bottom: 50px;
  }
  .nban-inner {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1000px) {
  .webPage .curPageNum {
    font-size: 20px;
    line-height: 22px;
  }
  .innerPage-second .innerPage-second-inner {
    height: 60px;
    padding: 0 0;
    border-radius: 16px 0px 0px 0px;
  }
  .pageNside .nside-a-last {
    font-size: 44px;
    line-height: 46px;
  }
  .pageNside .indexPage-inner {
    font-size: 14px;
  }
  .innerPage-second .second-one-cur {
    min-width: 0;
  }
  .pageNside .nside-first .nside-right {
    margin: 0 8px;
    font-size: 16px;
  }
  .pageNside .nside-first {
    padding: 15px 0;
  }
  .pageNside .nside-first .index-nside .index-dot {
    width: 18px;
    height: 22px;
    margin-right: 8px;
  }
  .contacti .contacti-title {
    width: 100%;
    margin-bottom: 14px;
  }
  .contacti .contacti-form {
    width: 100%;
  }
  footer .footer-new-nav .footer-nav-cur a {
    font-size: 16px;
  }
  footer .footer-new-nav .footer-nav-cur a {
    margin: 0px 16px;
  }
  footer .footer-new-nav .footer-share-a {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 821px) {
  footer .footer-new-bottom {
    padding-bottom: 60px;
  }
  .headerM .logo {
    height: 30px;
  }
  footer .footer-new-contact {
    padding: 32px 0 32px;
  }
  .webPage .pageBtn .web-icon {
    width: 14px;
  }
  .webPage .next-pageBtn {
    margin-left: 8px;
  }
  .webPage .pre-pageBtn {
    margin-right: 8px;
  }
  .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 {
    height: 30px;
  }
  .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: 767px) {
  .innerPage-second .second-one-cur {
    padding: 0 16px;
    font-size: 14px;
  }
  .innerPage-second {
    margin-top: 30px;
    justify-content: center;
  }
  .innerPage-second .innerPage-second-inner {
    height: 52px;
    border-radius: 14px;
  }
  .pageNside .nside-a-last {
    font-size: 34px;
    line-height: 40px;
    transform: translateY(-10px);
  }
  .pageNside .nside-first {
    padding: 0 0 10px;
  }
  .page-title .page-title-dot {
    width: 26px;
  }
  .page-title .page-title-text {
    font-size: 24px;
    line-height: 28px;
  }
  .contacti .form-input .form-input-one {
    width: 100%;
  }
  .headerM .logo {
    height: 24px;
  }
  .contacti .contacti-info-box {
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
  }
  footer .footer-new-nav {
    flex-wrap: wrap;
  }
  .contacti .contacti-info-box .contacti-info-one {
    width: 100%;
    height: auto;
  }
  .contacti .contacti-main {
    margin-top: 10px;
  }
  footer .footer-new-nav .footer-nav-cur {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  footer .footer-new-nav .footer-share {
    width: 100%;
    justify-content: center;
  }
  footer .footer-new-contact {
    padding: 18px 0 30px;
  }
  footer .footer-new-contact .footer-new-img img {
    width: 70%;
  }
  footer .footer-contactShare .footer-center-bottom-one {
    margin-right: 20px;
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  footer .footer-new-nav .footer-nav-cur a {
    margin: 0 auto;
    font-size: 14px;
  }
  .contacti .form-input .form-input-one {
    margin-bottom: 12px;
  }
  .contacti .formButton-box .formButton .read-more-p {
    margin-right: 12px;
  }
  .contacti .formButton-box .formButton {
    width: auto;
    height: 42px;
    padding: 0 15px;
  }
  .contacti .formButton-box .formButton .read-more-p {
    line-height: 42px;
  }
}
@media only screen and (max-width: 641px) {
  .webPage .pageBtn .web-word {
    display: none;
  }
  .webPage .webPage-num {
    padding: 0 5px;
  }
  .indexPage {
    padding-top: 38px;
  }
  .indexPage-last {
    padding-bottom: 38px;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .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: 521px) {
  .indexPage {
    padding-top: 32px;
  }
  .indexPage-last {
    padding-bottom: 32px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .contacti .contactMenthods {
    font-size: 14px;
  }
  .webPage .pageBtn {
    font-size: 12px;
  }
  .nban-inner {
    margin-top: 42px;
  }
  .sidefixedM .sideitem1 .sideins {
    left: 12px;
    transform: translateX(0);
  }
  .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 .header-inner .action_item {
    width: 22px;
    height: 14px;
    margin-left: 15px;
  }
  .top_nav .logo img {
    height: 25px;
  }
  .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;
  }
  .indexPage-title {
    line-height: 28px;
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .innerPage-second .second-one-cur {
    padding: 0 12px;
  }
  .pageNside .nside-a-last {
    font-size: 26px;
    line-height: 36px;
  }
  .innerPage-second .second-one-cur .second-one-icon::after {
    width: 10px;
    height: 13px;
  }
  .innerPage-second .second-one-cur .second-one-icon {
    width: 14px;
    height: 16px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }
  .innerPage-second .innerPage-second-inner {
    height: auto;
    padding: 12px 0;
  }
  .page-title .page-title-text {
    font-size: 20px;
    line-height: 24px;
  }
  .page-title .page-title-dot {
    width: 20px;
    transform: translateY(4px);
  }
  .contacti .contacti-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .webPage .pages-a {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin: 0 3px;
    line-height: 32px;
  }
  .webPage .pre-pageBtn {
    margin-right: 0;
  }
  .webPage .next-pageBtn {
    margin-left: 0;
  }
  .webPage .webPage-num .excessive p {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    margin: 0 2px;
  }
  .webPage .pageBtn .web-icon {
    margin: 0 2px;
  }
}
@media (max-width: 386px) {
  .page-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .contacti .contactMenthods {
    font-size: 12px;
  }
  .contacti .formButton-box .formButton .read-more-p {
    font-size: 12px;
  }
  .indexPage-desc {
    font-size: 12px;
  }
  footer .footer-new-nav .footer-nav-cur a {
    font-size: 14px;
    width: 33.33%;
    margin: 6px auto;
    text-align: center;
  }
  .contacti .formButton-box .formButton .read-more-img {
    width: 16px;
    height: 17px;
  }
  footer .footer-new-bottom .footer-bottom-infor-aone {
    font-size: 12px;
    line-height: 20px;
  }
  footer .footer-new-nav .footer-nav-cur {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 376px) {
  .headerM .header-inner .langBtn .langBtn-img img {
    height: 14px;
  }
  .headerM .header-inner .langBtn .langBtn-img {
    width: 22px;
    height: 14px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 12px;
  }
  .indexPage-last {
    padding-bottom: 28px;
  }
  .indexPage {
    padding-top: 28px;
  }
}
@media only screen and (max-width: 344px) {
  .headerM .logo {
    height: 16px;
  }
}
