header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 10000;
  transition: background-color 0.5s;
}
header.open {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
header.inner-header {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
header .box {
  width: 91.666%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
header .box .logo {
  width: 189px;
  height: 30px;
}
header .box .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
header .box .logo a img {
  width: 100%;
}
header .box .right {
  display: flex;
  align-items: center;
}
header .box .right .nav {
  padding-right: 35px;
  margin-right: 39px;
  position: relative;
}
header .box .right .nav::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .box .right .nav ul {
  display: flex;
}
header .box .right .nav ul li {
  margin-left: 74px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
header .box .right .nav ul li::after {
  content: '';
  width: 0;
  height: 4px;
  background-color: #e73428;
  position: absolute;
  left: 50%;
  top: 79px;
  transform: translateX(-50%);
  transition: 0.5s;
}
header .box .right .nav ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  display: block;
}
header .box .right .nav ul li .nav-down {
  width: auto;
  padding: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  top: 104px;
  left: -26px;
  display: none;
}
header .box .right .nav ul li .nav-down::after {
  content: '';
  width: 92px;
  height: 10px;
  position: absolute;
  left: 26px;
  top: -9px;
}
header .box .right .nav ul li .nav-down .item {
  width: auto;
  height: 48px;
  border-radius: 8px;
  transition: 0.5s;
}
header .box .right .nav ul li .nav-down .item a {
  min-width: 166px;
  height: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  color: #999999;
  transition: 0.5s;
  padding: 0 19px;
  white-space: nowrap;
}
header .box .right .nav ul li .nav-down .item:hover {
  background-color: #f6f6f6;
}
header .box .right .nav ul li .nav-down .item:hover a {
  color: #333;
}
header .box .right .nav ul li:hover::after {
  width: 100%;
}
header .box .right .language {
  width: 156px;
  height: 36px;
}
header .box .right .language .language-box {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  border: solid 1px rgba(51, 51, 51, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}
header .box .right .language .language-box .language-icon {
  width: 18px;
  height: 18px;
}
header .box .right .language .language-box span {
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  margin-left: 11px;
  margin-right: 12px;
  margin-top: -3px;
}
header .box .right .language .language-box .arrow-icon {
  width: 12px;
  height: 7px;
}
header .box .right .language .language-box:hover {
  border: solid 1px #333333;
}
header .box .right .search {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: solid 1px rgba(51, 51, 51, 0.2);
  margin-left: 30px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
header .box .right .search img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
}
header .box .right .search img.icon2 {
  display: none;
}
header .box .right .search:hover {
  border: solid 1px #333333;
}
header .box .m-right {
  display: none;
}
header .language-downBox {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #dfdede;
  transition: all 0s;
  background: rgba(255, 255, 255, 0.95);
  text-align: left;
  padding: 60px 0;
  height: 330px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
header .language-downBox .downBox-box {
  padding: 0 100px;
}
header .language-downBox .downBox-box .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
header .language-downBox .downBox-box .list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
header .language-downBox .downBox-box .list .li {
  width: 20%;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
header .language-downBox .downBox-box .list .li a {
  font-size: inherit;
  line-height: inherit;
  color: #333333;
}
header .language-downBox .downBox-box .list .li.act a {
  color: #e83828;
}
header .language-downBox .downBox-box .list .li:hover a {
  color: #e83828;
}
header .search-downBox {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  height: 390px;
  z-index: 99;
  border-top: 1px solid #dfdede;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
header .search-downBox .mc_pos_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .search-downBox .mc_pos_center .mc_scm_form {
  width: 690px;
}
header .search-downBox .mc_pos_center .mc_scm_form .mc_msc_box {
  font-size: 0;
}
header .search-downBox .mc_pos_center .mc_scm_form .mc_msc_box .mc_msc_input {
  width: calc(100% - 30px);
  height: 26px;
  padding: 8px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  padding-right: 12px;
  border: 0;
  background: none;
  border-bottom: 1px solid #dfdede;
}
header .search-downBox .mc_pos_center .mc_scm_form .mc_msc_box .mc_msc_submit {
  color: #666666;
  width: 22px;
  vertical-align: top;
  position: absolute;
  top: 8px;
  right: 18px;
  cursor: pointer;
}
header .down-nav {
  display: none;
}
.haeder-box {
  width: 100%;
  height: 100px;
}
.inner-banner {
  width: 100%;
  height: 680px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.inner-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .text {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #ffffff;
}
.inner-banner-box {
  width: 100%;
  height: 680px;
  position: relative;
}
.inner-banner-box .box {
  width: 1440px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  position: absolute;
  left: calc(50% - 720px);
  bottom: 25px;
}
.inner-banner-box .box a {
  color: #ffffff;
}
.inner-banner-box .box a:hover {
  opacity: 0.8;
}
.inner-banner1 {
  width: 100%;
  height: 680px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.inner-banner1 .bg img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  margin: auto;
}
.inner-banner1 .text {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
}
.inner-banner-box1 {
  width: 100%;
  height: 580px;
  position: relative;
}
.inner-banner-box1 .box {
  width: 1440px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  position: absolute;
  left: calc(50% - 720px);
  top: 49px;
}
.inner-banner-box1 .box a {
  color: #ffffff;
}
.inner-banner-box1 .box a:hover {
  opacity: 0.8;
}
.content {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.page {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page .prev,
.page .next {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 29px;
  transition: 0.5s;
}
.page .prev a,
.page .next a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .prev a svg,
.page .next a svg {
  width: 7px;
  height: 12px;
}
.page .prev a svg .cls-1,
.page .next a svg .cls-1 {
  fill: #333333;
  transition: 0.5s;
}
.page .prev.prev a svg,
.page .next.prev a svg {
  transform: rotateZ(180deg);
}
.page .prev:hover a svg .cls-1,
.page .next:hover a svg .cls-1 {
  fill: #d93126;
}
.page .num a {
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  font-size: 18px;
  line-height: 56px;
  color: #333333;
  text-align: center;
  transition: 0.5s;
}
.page .num a:hover {
  color: #d93126;
}
.page .num a.active {
  color: #d93126;
}
.page.page-gray .prev,
.page.page-gray .next {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #e0e0e0;
  margin: 0 29px;
  transition: 0.5s;
}
.page.page-gray .prev a,
.page.page-gray .next a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.page-gray .prev a svg,
.page.page-gray .next a svg {
  width: 7px;
  height: 12px;
}
.page.page-gray .prev a svg .cls-1,
.page.page-gray .next a svg .cls-1 {
  fill: #333333;
  transition: 0.5s;
}
.page.page-gray .prev.prev a svg,
.page.page-gray .next.prev a svg {
  transform: rotateZ(180deg);
}
.page.page-gray .prev:hover,
.page.page-gray .next:hover {
  background-color: #d93126;
  border: solid 1px #d93126;
}
.page.page-gray .prev:hover a svg .cls-1,
.page.page-gray .next:hover a svg .cls-1 {
  fill: #fff;
}
.page.page-gray .num a {
  width: 56px;
  height: 56px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  font-size: 18px;
  line-height: 56px;
  color: #333333;
  text-align: center;
  transition: 0.5s;
}
.page.page-gray .num a:hover {
  background-color: #d93126;
  color: #fff;
}
.page.page-gray .num a.active {
  background-color: #d93126;
  color: #fff;
}
.page.page-search .prev,
.page.page-search .next {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 29px;
  transition: 0.5s;
}
.page.page-search .prev a,
.page.page-search .next a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.page-search .prev a svg,
.page.page-search .next a svg {
  width: 7px;
  height: 12px;
}
.page.page-search .prev a svg .cls-1,
.page.page-search .next a svg .cls-1 {
  fill: #333333;
  transition: 0.5s;
}
.page.page-search .prev.prev a svg,
.page.page-search .next.prev a svg {
  transform: rotateZ(180deg);
}
.page.page-search .prev:hover a svg .cls-1,
.page.page-search .next:hover a svg .cls-1 {
  fill: #d93126;
}
.page.page-search .num a {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  font-size: 18px;
  line-height: 56px;
  color: #333333;
  text-align: center;
  transition: 0.5s;
}
.page.page-search .num a:hover {
  color: #d93126;
}
.page.page-search .num a.active {
  color: #d93126;
}
.page .m-num {
  display: none;
}
.editor {
  width: 100%;
  min-height: 100px;
}
.editor p {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.editor img {
  max-width: 100%;
  margin: 0 auto;
}
.brush {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100000;
  height: 52px;
  overflow: hidden;
  transition: 0.5s;
}
.brush .top {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background-color: #e83428;
  cursor: pointer;
  display: flex;
  justify-content: end;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 24px;
}
.brush .top .left {
  width: 82px;
  height: 52px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  text-align: right;
}
.brush .top .icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brush .top .icon img {
  width: 23px;
  height: 23px;
}
.brush .top:hover {
  width: 134px;
}
.brush .bottom {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background-color: #e83428;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}
.brush .bottom svg {
  width: 11px;
  height: 20px;
  transform: rotateZ(-90deg);
}
.brush .bottom svg .cls-1 {
  fill: #fff;
}
.contact {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 296px;
}
.contact .bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contact .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .box {
  width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .box .left {
  display: flex;
}
.contact .box .left .icon {
  width: 72px;
  height: 63px;
}
.contact .box .left .icon img {
  width: 100%;
}
.contact .box .left .text {
  margin-left: 50px;
}
.contact .box .left .text .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1px;
  color: #ffffff;
}
.contact .box .left .text .p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 17px;
}
.contact .box .right {
  width: 177px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
}
.contact .box .right a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.contact .box .right a svg {
  width: 7px;
  height: 12px;
  margin-left: 12px;
  transition: 0.3s;
}
.contact .box .right a svg .cls-1 {
  fill: #333333;
}
.contact .box .right:hover a svg {
  margin-left: 24px;
}
footer {
  width: 100%;
  background-color: #232323;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
footer .top {
  width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 104px;
  padding-bottom: 55px;
}
footer .top .nav {
  width: 100%;
  display: flex;
}
footer .top .nav .item:first-child {
  width: 267px;
  margin-right: 20px;
}
footer .top .nav .item:nth-child(2) {
  width: 268px;
  margin-right: 20px;
}
footer .top .nav .item:nth-child(3) {
  width: 268px;
  margin-right: 20px;
}
footer .top .nav .item:nth-child(4) {
  width: 268px;
  margin-right: 20px;
}
footer .top .nav .item .name {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
footer .top .nav .item ul {
  margin-top: 25px;
  float: left;
}
footer .top .nav .item ul li a {
  font-size: 15px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.5s;
}
footer .top .nav .item ul li:hover a {
  color: #ffffff;
}
footer .top .nav .item:nth-child(5) {
  width: 268px;
}
footer .top .nav .item:nth-child(5) .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .top .contact1 {
  width: 100%;
  margin-top: 68px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
footer .top .contact1 .add {
  padding-top: 25px;
  max-width: 400px;
}
footer .top .contact1 .add div {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}
footer .top .contact1 .add div span {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
footer .top .contact1 .add div:last-child {
  margin-top: 30px;
}
footer .top .contact1 .phone {
  padding-top: 25px;
}
footer .top .contact1 .phone .name {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
footer .top .contact1 .phone .code {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #ffffff;
  margin-top: 21px;
}
footer .top .contact1 .qr-code {
  display: flex;
}
footer .top .contact1 .qr-code .img {
  width: 140px;
  height: 140px;
}
footer .top .contact1 .qr-code .img img {
  width: 100%;
}
footer .top .contact1 .qr-code .text {
  margin-left: 35px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
footer .bottom {
  width: 100%;
  height: 83px;
  background-color: #353535;
}
footer .bottom .box {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom .box .left,
footer .bottom .box .right {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .box .left a,
footer .bottom .box .right a {
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .box .left a:hover,
footer .bottom .box .right a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1560px) {
  header .box .right .nav ul li {
    margin-left: 50px;
  }
  .inner-banner-box .box {
    width: 90%;
    left: 5%;
  }
  .inner-banner-box1 .box {
    width: 90%;
    left: 5%;
  }
  .contact .box {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .top {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 104px;
    padding-bottom: 55px;
  }
  footer .top .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .top .nav .item {
    margin-right: 0 !important;
  }
  footer .bottom .box {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1280px) {
  header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 10000;
    transition: background-color 0.5s;
    background-color: #fff;
  }
  .haeder-box {
    width: 100%;
    height: 80px;
  }
  header .box .right {
    display: none;
  }
  header .box .m-right {
    display: flex;
    align-items: center;
  }
  header .box .m-right .search {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: solid 1px rgba(51, 51, 51, 0.2);
    margin-left: 30px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
  }
  header .box .m-right .search img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  header .box .m-right .search a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .box .m-right .home {
    display: block;
    width: 30px;
    cursor: pointer;
    margin-left: 20px;
  }
  header .box .m-right .home span {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #333;
    margin-bottom: 6px;
  }
  header .box .m-right .home span:last-child {
    margin-bottom: 0;
  }
  header .down-nav {
    width: 100%;
    height: calc(100vh - 80px);
    display: block;
    position: fixed;
    top: 79px;
    left: -100%;
    z-index: 3;
    transition: 0.5s;
  }
  header .down-nav .box1 {
    width: 40%;
    height: calc(100% - 40px);
    background-color: white;
    padding-top: 40px;
    position: relative;
  }
  header .down-nav .box1 nav {
    width: 100%;
  }
  header .down-nav .box1 nav ul li {
    width: calc(100% - 20px);
    padding: 0 10px;
    transition: 0.5s;
  }
  header .down-nav .box1 nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    color: #333;
    font-weight: bold;
  }
  header .down-nav .box1 nav ul li .list {
    position: absolute;
    top: 0;
    left: -20vw;
    width: 60vw;
    height: calc(100vh - 80px);
    background-color: #f6f6f6;
    text-align: left;
    display: block;
    z-index: -1;
    transition: 0.5s;
    overflow: auto;
  }
  header .down-nav .box1 nav ul li .list .list-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  header .down-nav .box1 nav ul li .list .list-box .item {
    padding-left: 40px;
    padding-bottom: 20px;
  }
  header .down-nav .box1 nav ul li .list .list-box .item a {
    font-weight: normal;
  }
  header .down-nav .box1 nav ul li .list .list-box .item:first-child a {
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
  }
  header .down-nav .box1 nav ul li.li-open {
    background-color: #f6f6f6;
  }
  header .down-nav .box1 nav ul li.li-open .list {
    left: 40vw;
  }
  header .down-nav .box1 nav ul li:last-child {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  header .down-nav .box1 nav ul li:last-child a {
    font-weight: normal;
  }
  header .down-nav .box1 nav ul li:last-child a i {
    margin-right: 20px;
  }
  header .down-nav .box1 nav ul li:last-child .list {
    top: calc(-100vh + 154px);
  }
  header .down-nav.mobile-open {
    left: 0;
  }
  header .mobile-mask {
    width: 100%;
    height: calc(100vh - 80px);
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .inner-banner1 {
    width: 100%;
    height: 680px;
    position: fixed;
    top: 80px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inner-banner-box1 {
    width: 100%;
    height: 680px;
    position: relative;
  }
  footer .top .nav .item ul:nth-child(3) {
    margin-left: 5.645vw;
  }
  footer .top .contact1 .phone .code {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    margin-top: 21px;
  }
  footer .top .contact1 .qr-code .text {
    margin-left: 14px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
  }
}
@media screen and (max-width: 1080px) {
  footer .top {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 55px;
  }
  footer .top .nav {
    display: none;
  }
  footer .top .contact1 {
    width: 100%;
    margin-top: 0;
    border-top: solid 0px rgba(255, 255, 255, 0.1);
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .contact1 .add {
    padding-top: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  footer .top .contact1 .phone {
    padding-top: 25px;
    width: 100%;
    text-align: center;
  }
  footer .top .contact1 .qr-code {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  footer .top .contact1 .add div:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 870px) {
  .contact .box {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .contact .box .left .icon {
    width: 72px;
    height: 63px;
    flex-shrink: 0;
  }
  .contact .box .right {
    width: 177px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 27px;
    margin-top: 26px;
  }
  .page .num {
    display: none;
  }
  .page .m-num {
    display: block;
    width: 100px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 56px;
    display: inline-block;
    margin: 0 6px;
    font-size: 18px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    transition: 0.5s;
  }
  .page.page-gray .m-num {
    display: block;
    width: 100px;
    height: 56px;
    background-color: #f6f6f6;
    border-radius: 28px;
    display: inline-block;
    margin: 0 6px;
    font-size: 18px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    transition: 0.5s;
  }
  footer .bottom .box {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .inner-banner {
    width: 100%;
    height: 110vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inner-banner .text {
    position: relative;
    z-index: 2;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #ffffff;
  }
  .inner-banner-box {
    width: 100%;
    height: 110vw;
    position: relative;
  }
  .inner-banner1 {
    width: 100%;
    height: 110vw;
    position: fixed;
    top: 80px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inner-banner1 .text {
    position: relative;
    z-index: 2;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
  }
  .inner-banner-box1 {
    width: 100%;
    height: 110vw;
    position: relative;
  }
  .inner-banner-box1 .box {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    position: absolute;
    left: 5%;
    top: 19px;
  }
  .contact .box .left .text .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: -1px;
    color: #ffffff;
  }
  .contact .box .left .icon {
    width: 60px;
    height: 63px;
    flex-shrink: 0;
  }
  .contact .box .left .text {
    margin-left: 30px;
  }
  .contact .box .left .text .p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 17px;
  }
  .contact .box .right {
    width: 140px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 27px;
    margin-top: 26px;
  }
  .brush {
    position: fixed;
    right: 5%;
    bottom: 40px;
    z-index: 100000;
    height: 40px;
    overflow: hidden;
    transition: 0.5s;
  }
  .brush .top {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #e83428;
    cursor: pointer;
    display: flex;
    justify-content: end;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 24px;
  }
  .brush .top .left {
    width: 82px;
    height: 40px;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: right;
  }
  .brush .top .icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brush .top .icon img {
    width: 20px;
    height: 20px;
  }
  .brush .top:hover {
    width: 122px;
  }
  .brush .bottom {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #e83428;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
  }
  .brush .bottom svg {
    width: 11px;
    height: 20px;
    transform: rotateZ(-90deg);
  }
}
