@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Verdana", "Arial ", "sans-serif";
  background: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

:root {
  --theme-color: #00c2db;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype"), url("iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

.cl:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cl {
  zoom: 1;
}

.flex {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.wrap {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.wrap-1800 {
  max-width: 87.5rem;
  width: 98%;
}

button,
input,
textarea {
  outline: none;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #05274A;
}

section.banner {
  margin-top: 3.75rem;
}

.header {
  align-items: center;
  height: 3.75rem;
}
.header .title {
  width: 6.25rem;
}
.header .title img {
  width: 100%;
}
.header nav {
  flex: 1;
  padding: 0 1.875rem;
  height: 100%;
}
.header nav ul {
  justify-content: end;
  height: 100%;
}
.header nav ul li {
  height: 100%;
  padding: 0 1.25rem;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.header nav ul li:hover {
  background-color: #018DBE;
}
.header nav ul li a {
  font-size: 1rem;
  color: white;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 60px;
}

.app_nav,
.app_close {
  display: none;
  color: white;
  font-size: 2.25rem;
  cursor: pointer;
  transition: all 0.3s;
}

.app_nav {
  margin-left: 3.125rem;
}
.app_nav .iconfont {
  font-size: 2.25rem;
}

.phone {
  color: white;
  padding: 0 10px 0 20px;
  display: flex;
  align-items: center;
}
.phone .iconfont {
  font-weight: 400;
  font-size: 1.25rem;
}
.phone a {
  color: white;
  font-size: 1rem;
}

.banner {
  width: 100%;
  background-color: #8b8b8b;
  overflow: hidden;
  position: relative;
  min-height: 22.5rem;
}
.banner .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main {
  width: 100%;
  flex: 1;
  margin-top: 3.75rem;
}

footer {
  width: 100%;
  background-color: #05274A;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.footer {
  display: grid;
  grid-template-columns: 2fr 3fr 2.5fr 3fr;
  grid-template-rows: 1fr;
  gap: 0;
  height: 100%;
}
.footer .footer01 {
  justify-content: center;
}
.footer .footer01 img {
  width: 80%;
  height: auto;
  margin-bottom: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer03 {
  display: flex;
}
.footer .footer03 .flex {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer03 ul {
  width: 50%;
}
.footer .footer03 ul li {
  width: 100%;
  display: flex;
  align-items: center;
}
.footer .footer03 ul li:first-child a {
  opacity: 1;
}
.footer .footer03 ul li a {
  color: white;
  opacity: 0.7;
}
.footer .footer04 {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.footer .footer04 .left {
  flex: 1;
  height: 120px;
  flex-wrap: wrap;
}
.footer .footer04 .left div {
  width: 100%;
  align-items: center;
  padding: 0 1.25rem;
}
.footer .footer04 .left .top {
  border-bottom: 1px solid #b4b4b4;
  border-top: 1px solid #b4b4b4;
}
.footer .footer04 .left .bottom {
  border-bottom: 1px solid #b4b4b4;
}
.footer .footer04 .left .bottom .iconfont {
  font-size: 2.5rem;
  margin-right: 0.1875rem;
}
.footer .footer04 .left .bottom p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer .footer04 .left .bottom p a {
  color: #fff;
  opacity: 0.7;
  font-size: 1.2rem;
}
.footer .footer04 .right {
  width: 120px;
  height: 120px;
}
.footer .footer04 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer .footer-s {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-right: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  padding: 5rem 4rem;
  color: rgba(255, 255, 255, 0.9);
}
.footer .footer-s:nth-child(2) {
  border: none;
}
.footer .footer-s:nth-child(3) {
  border-right: none;
}

address {
  width: 100%;
  text-align: center;
  line-height: 2.5rem;
  margin-top: auto;
}
address p {
  font-size: 0.75rem;
  color: white;
  opacity: 0.7;
  text-align: center;
}
address p:first-child {
  opacity: 1;
}
address p span {
  display: inline-block;
  text-align: right;
}
address p span:nth-child(2) {
  text-align: left;
}

section {
  padding: 3.125rem 0;
}

section.header {
  margin: 0 auto !important;
  padding: 0;
}

hr {
  width: 90%;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #bebbbb;
}

.banner h1.title:after {
  content: "";
  font-size: 4vw;
  color: white;
  text-shadow: 1px 1px 4px #333;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .banner h1.title:after {
    content: "banner-- 手机";
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .banner h1.title:after {
    content: "banner-- 平板";
  }
}
@media screen and (min-width: 1201px) {
  .banner h1.title:after {
    content: "banner-- 大屏幕";
  }
}

h2.title {
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.hidden {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hidden_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hidden_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.model {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
}
.model.active {
  z-index: 98;
  transform: scale(1);
  opacity: 1;
}
.model .wrap {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.625rem;
  overflow: hidden;
}
.model .wrap .modelImg {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.model .wrap #modelFrom {
  width: 100%;
  padding: 1.875rem;
  background-color: white;
}
.model .wrap #modelFrom label {
  display: block;
  margin-top: 0.625rem;
  font-weight: bold;
}
.model .wrap #modelFrom input,
.model .wrap #modelFrom textarea {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.3125rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
}
.model .wrap #modelFrom button {
  display: block;
  width: 100%;
  padding: 0.625rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: #007BFF;
  color: white;
}
.model .wrap #modelFrom textarea {
  height: 6.25rem;
}
.model .wrap #modelFrom button[type=reset] {
  background-color: #6c757d;
}
.model .wrap #modelFrom button:hover {
  opacity: 0.8;
}

.back-to-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  right: -56px;
  bottom: 12%;
  z-index: 10;
  background-color: #b4b4b4;
  border-radius: 50%;
  padding: 0.625rem;
}
.back-to-top .iconfont {
  color: white;
  font-size: 1.375rem;
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
  right: 4%;
}

aside {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 10;
  /* From Uiverse.io by wilsondesouza */
}
aside ul {
  list-style: none;
}
aside .example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
aside .example-2 .icon-content {
  margin: 0 10px;
  position: relative;
  padding: 0.5rem;
}
aside .example-2 .icon-content .tooltip {
  position: absolute;
  top: 28%;
  transform: translateX(100%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.5s ease;
  background-color: #ea1a1a;
}
aside .example-2 .icon-content .tooltip .box {
  padding: 0;
  border-radius: 8px;
  height: auto;
  width: 101px;
}
aside .example-2 .icon-content .tooltip .box img {
  width: 100%;
  height: 100%;
}
aside .example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-105%);
}
aside .example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 12px;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
}
aside .example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgba(0, 0, 0, 0.12);
}
aside .example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.home01 {
  height: 48.125rem;
}
.home01 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.home01 .wrap .left {
  flex: 1;
  padding-right: 5.625rem;
  position: relative;
  height: 100%;
}
.home01 .wrap .left h2 {
  font-size: 2.5rem;
  color: #d6d6d6;
  font-size: 3.75rem;
  font-weight: 500;
  font-style: italic;
}
.home01 .wrap .left .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.home01 .wrap .left .title h3 {
  font-size: 1.875rem;
  color: #000;
  border-bottom: 3px solid pink;
  padding-bottom: 0.1875rem;
  width: -moz-fit-content;
  width: fit-content;
}
.home01 .wrap .left .title span {
  border: 1px solid #595757;
  padding: 0.1875rem;
  color: #595757;
  font-weight: 500;
  font-size: 1rem;
}
.home01 .wrap .left p {
  font-size: 1rem;
  color: #595757;
  line-height: 1.8;
}
.home01 .wrap .left .pos {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* height: 100%; */
  bottom: 0;
  width: 920px;
  box-shadow: -1px -4px 10px 0 rgba(0, 0, 0, 0.1);
}
.home01 .wrap .left .pos .images .img {
  padding: 0.625rem;
  background-color: white;
}
.home01 .wrap .left .pos .images .img img {
  width: 100%;
  height: 100%;
}
.home01 .wrap .right {
  width: 50%;
  height: 100%;
}

.home02 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home02 .list .item {
  width: 25%;
  height: 100%;
  background-image: url(../images/indexnew\(4\).jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 90vh;
  transition: all 0.3s;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 6rem 2rem;
  color: white;
  z-index: 2;
}
.home02 .list .item:nth-child(2) {
  background-image: url(../images/indexnew\(5\).jpg);
}
.home02 .list .item:nth-child(3) {
  background-image: url(../images/indexnew\(6\).jpg);
}
.home02 .list .item:nth-child(4) {
  background-image: url(../images/indexnew\(7\).jpg);
}
.home02 .list .item img {
  width: auto;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3.125rem;
}
.home02 .list .item h3 {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.home02 .list .item .text {
  display: flex;
}
.home02 .list .item .text p {
  font-size: 1rem;
}
.home02 .list .item .more {
  font-size: 3rem;
  margin: 7rem 0;
}
.home02 .list .item .more-text {
  font-size: 1.125rem;
  border: 1px solid white;
  padding: 0.25rem 0.625rem;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.home02 .list .item:hover::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 81, 157, 0.9);
  z-index: -1;
}

.home03 {
  padding-bottom: 0;
  padding-top: 0.625rem;
}
.home03 .wrap {
  display: flex;
  width: 100%;
  max-width: 80vw;
}
.home03 .wrap .left {
  width: 45%;
  padding-top: 3.25rem;
  padding-bottom: 2.875rem;
}
.home03 .wrap .left .p1 h3 {
  color: #d6d6d6;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
}
.home03 .wrap .left .p1 h4 {
  color: #221815;
  font-size: 1.5625rem;
  font-weight: 500;
}
.home03 .wrap .left .p2 {
  margin: 3.25rem 0;
}
.home03 .wrap .left .p2 h2 {
  font-size: 3.125rem;
  color: #003399;
}
.home03 .wrap .left .p2 img {
  width: auto;
  height: 140px;
}
.home03 .wrap .left .p3 .more {
  border: 1px solid #595757;
  padding: 0.1875rem;
  color: #595757;
  font-weight: 500;
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.home03 .wrap .right {
  width: 55%;
}

.about01.home01 .wrap .left .pos {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  /* height: 100%; */
  bottom: 7%;
  width: 550px;
  box-shadow: -1px -4px 10px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column;
  background: white;
  padding: 0.9375rem;
}
.about01.home01 .wrap .right {
  width: 60%;
}

.about02 .wrap .title h2 {
  font-size: 1.5625rem;
  color: #004ea2;
  font-weight: 500;
}
.about02 .wrap .card {
  display: flex;
  padding: 20px 0;
}
.about02 .wrap .card .card-item {
  padding: 0.9375rem;
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
.about02 .wrap .card .card-item .text {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about02 .wrap .card .card-item .text h4 {
  color: #595757;
  font-size: 1.5rem;
  font-weight: 500;
}
.about02 .wrap .card .card-item .text p {
  color: #595757;
  font-size: 1rem;
}

.story01 {
  background-image: url(../images/pinpai01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.story01 .wrap {
  padding-top: 5.25rem;
}
.story01 .wrap .title {
  width: 70%;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.story01 .wrap .title h2 {
  font-size: 3.125rem;
  font-weight: 500;
  color: #003399;
}
.story01 .wrap .title h2:first-child {
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.story01 .wrap .text p {
  color: #595757;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 0.625rem;
}

.story02 {
  padding-top: 0;
}
.story02 .wrap {
  position: relative;
}
.story02 .wrap .title {
  font-weight: 400;
  width: 45%;
  position: absolute;
  left: 16.8%;
  top: 7%;
}
.story02 .wrap .title h2 {
  font-size: 2.375rem;
  color: #003399;
}
.story02 .wrap .title h3 {
  font-size: 1.75rem;
  color: #00b9ef;
}
.story02 .wrap .cont {
  width: 63%;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.buy01.home01 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  position: absolute;
  flex-direction: column;
  top: 8%;
  left: 22%;
  width: auto;
  height: auto;
}
.buy01.home01 .wrap .left {
  padding: 0;
  height: auto;
  flex: none;
  margin-bottom: 0.9375rem;
}
.buy01.home01 .wrap .left h2 {
  font-size: 2.5rem;
  color: #004ea2;
  font-weight: 500;
  font-style: italic;
}
.buy01.home01 .wrap .title h3 {
  color: #004ea2;
  font-size: 1.25rem;
}
.buy01.home01 .wrap .card {
  padding: 1.25rem;
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 39.8125rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.buy01.home01 .wrap .card .iconfont {
  font-size: 3.875rem;
  margin-right: 0.625rem;
}
.buy01.home01 .wrap .card.card02 p span {
  font-size: 1.875rem;
  color: #3e3a39;
  opacity: 0.9;
  margin: 0 0.3125rem;
}
.buy01.home01 .wrap .card.card02 p a {
  font-size: 2.1875rem;
  color: #3e3a39;
  opacity: 0.9;
}
.buy01.home01 .wrap .card.card01 img {
  width: 95%;
  height: auto;
}
.buy01.home01 .wrap .card .left img {
  margin-bottom: 0.625rem;
}
.buy01.home01 .wrap .card .right {
  margin-left: 0.625rem;
}

@media screen and (max-width: 768px) {
  .header {
    width: 96%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .home01 .wrap .left .title h3 {
    font-size: 1.5rem;
  }
  .banner {
    height: 12rem;
    min-height: 12rem;
  }
  .header .title {
    width: 4.25rem;
  }
  .home01 .wrap .left h2 {
    font-size: 1.75rem;
  }
  .footer .footer01 img {
    width: auto;
    height: 1.5rem;
  }
  .about02 .wrap .card .card-item {
    padding: 0.2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .about02 .wrap .card .card-item img {
    display: none;
  }
  .footer .footer-s:nth-child(3) {
    border-right: none;
    display: none;
  }
  .about02 .wrap .card .card-item .text p {
    font-size: 0.8rem;
  }
  .about02 .wrap .card .card-item .text h4 {
    font-size: 1.2rem;
  }
  .about02 .wrap .card {
    padding: 10px 0;
    flex-direction: column;
  }
  .about02 .wrap .title h2 {
    font-size: 1.25rem;
  }
  .about01.home01 .wrap .right {
    display: none;
  }
  section {
    padding: 1.125rem 0;
  }
  .home01 {
    height: auto;
  }
  .home01 .wrap .left {
    padding: 0;
  }
  .home01 .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    flex-direction: column;
  }
  .about01.home01 .wrap .left .pos {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    /* height: 100%; */
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: -1px -4px 10px 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background: white;
    padding: 0.9375rem;
  }
  .header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 0;
    opacity: 0;
    z-index: 99;
    transition: 0.3s;
    transform-origin: left center;
    transform: scale(0, 1);
  }
  .header nav ul {
    width: 85%;
    background-color: #000;
    display: flex;
    padding: 30px;
    height: 100%;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .header nav ul li {
    line-height: 2.5rem;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .header nav ul li a {
    color: white;
  }
  .header nav .app_close {
    display: block;
    color: white;
    position: absolute;
    top: 2%;
    right: 20%;
  }
  .header nav .app_close .iconfont {
    font-size: 1.5625rem;
  }
  .header nav.active {
    opacity: 1;
    transform: scale(1);
  }
  .app_nav {
    display: block;
  }
  main {
    width: 96%;
    margin: 0 auto 0 auto;
    padding-top: 69px;
  }
  .home01 .wrap .left p {
    padding-left: 1rem;
  }
  .list .item {
    --n: 1 !important;
  }
  .model .wrap {
    width: 94%;
  }
  .model .wrap #modelFrom {
    padding: 0.9375rem;
  }
  .about01 {
    margin-bottom: 0 !important;
  }
  section {
    margin-bottom: 1.25rem !important;
  }
  .footer .footer-s {
    padding: 0;
  }
  .footer .footer-s.footer04 {
    padding: 1rem 0 !important;
    border: none;
  }
  .footer {
    padding: 2rem 0 3rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer04 .left .bottom p a {
    font-size: 1.25rem;
  }
  .footer .footer04 .left div {
    padding: 0;
  }
  .footer .footer03 ul {
    width: 50%;
    line-height: 1.8rem;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .footer {
    padding: 2rem 0 3rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-s {
    padding: 2rem;
  }
  .header {
    width: 96%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .header .title {
    width: 4.25rem;
  }
  .header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 0;
    opacity: 0;
    z-index: 99;
    transition: 0.3s;
    transform-origin: left center;
    transform: scale(0, 1);
  }
  .header nav ul {
    width: 85%;
    background-color: #000;
    display: flex;
    padding: 30px;
    height: 100%;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .header nav ul li {
    width: 100%;
    line-height: 2.5rem;
    height: auto;
    justify-content: flex-start;
  }
  .header nav ul li a {
    color: white;
  }
  .header nav .app_close {
    display: block;
    color: white;
    position: absolute;
    top: 2%;
    right: 20%;
  }
  .header nav .app_close .iconfont {
    font-size: 1.5625rem;
  }
  .header nav.active {
    opacity: 1;
    transform: scale(1);
  }
  .app_nav {
    display: block;
  }
  .article_1 .list .item,
  .article_2 .list .item {
    --n: 2;
  }
  .footer .footer03 ul {
    width: 50%;
    line-height: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */