.section_2 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
@font-face {
  font-family: "num1";
  src: url(../font/0849cfbf57f6e9001cc2.otf);
}
:root {
  --color: #f92228;
  --color1: #2ecc71;
  --color2: #6c757d;
  --nav_height: 70px;
  --light: #f8f9fa;
  --light-gray: #e9ecef;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  margin: 0 auto;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 95%;
  background-color: #fff;
  padding: 0px;
  border-radius: 12px;
}
#fixed .son1 .top {
  padding-top: 26px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
#fixed .son1 form {
  width: 94%;
  margin: 0 auto;
}
#fixed .son1 label {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 10px 16px;
  line-height: 24px;
  font-size: 14px;
  display: flex;
}
#fixed .son1 label .tit {
  flex-shrink: 0;
  margin-right: 12px;
  width: 6rem;
  color: #999;
  font-size: 1.1rem;
  text-align: right;
}
#fixed .son1 label .inp {
  flex-grow: 1;
  min-height: 24px;
  color: #333;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
#fixed .son1 label .inp i {
  font-size: 20px;
  color: var(--color);
}
#fixed .son1 label .inp .txt {
  margin-left: 8px;
}
#fixed .son1 label .inp input {
  width: 100%;
  line-height: 24px;
}
#fixed .son1 label .inp textarea {
  min-height: 60px;
  line-height: 24px;
  width: 100%;
}
#fixed .son1 label .inp .file {
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #f7f8fa;
  border: 0px dotted #f7f8fa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed .son1 label .inp .file i {
  color: rgb(220, 222, 224);
  font-size: 24px;
}
#fixed .son1 label .inp .file input {
  display: none;
}
#fixed .son1 .but {
  padding: 8px 12px 16px;
  display: flex;
}
#fixed .son1 .but button {
  flex-grow: 1;
  height: 36px;
  background-color: rgb(204, 204, 204);
  color: #fff;
}
#fixed .son1 .but button[type=button] {
  overflow: hidden;
  border-radius: 36px 0 0 36px;
}
#fixed .son1 .but button[type=submit] {
  background-color: var(--color);
  overflow: hidden;
  border-radius: 0 36px 36px 0;
}
#fixed .son2 {
  top: auto;
  left: 0%;
  bottom: 0;
  transform: none;
  width: 100%;
  max-height: 80%;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  overflow-y: auto;
}
#fixed .son2 a {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #a9a9a9;
}
#fixed .son2 .p {
  background-color: #f7f8fa;
  height: 8px;
  width: 100%;
}
#fixed .son2 button {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  line-height: 22px;
  border-top: 1px solid #a9a9a9;
}
#fixed .son3 {
  transform: translate(0%, -50%);
  left: 0;
  height: 100%;
  width: 22rem;
  background-color: #fff;
  overflow-y: auto;
}
#fixed .son3 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 2rem 0 1rem;
}
#fixed .son3 table {
  width: 94%;
  margin-left: 6%;
  table-layout: auto;
}
#fixed .son3 table td {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 1rem 0;
  font-size: 1.1rem;
}
#fixed .son3 table .name {
  font-size: 1.3rem;
}
#fixed .son3 table .down {
  color: #df3d48;
}
#fixed .son3 table .up {
  clear: var(--color);
}
#fixed .son4 {
  top: auto;
  left: 0%;
  bottom: 0;
  transform: none;
  width: 100%;
  max-height: 85%;
  height: 85%;
  background-color: rgb(246, 246, 246);
  border-radius: 16px 16px 0 0;
  overflow-y: auto;
  padding-top: 3rem;
}
#fixed .son4 i {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #c8c9cc;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #c8c9cc;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed .son4 .box {
  padding: 1rem 3%;
  color: #333;
}
#fixed .son4 .box table th {
  background: #999;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.6rem 0;
  border: none;
}
#fixed .son4 .box table td {
  text-align: center;
  font-size: 14px;
  padding: 0.6rem;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover, #page_2 a.on {
  color: var(--color);
}

#banner_1 {
  font-size: 0;
  position: relative;
  z-index: 10;
}
#banner_1 img {
  height: auto;
  width: 100%;
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#banner_1 .bx {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner_1 h2 {
  font-size: 40px;
  transition: all 1s 0.5s ease;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #banner_1 h2 {
    font-size: 30px;
  }
}
#banner_1 p {
  font-size: 15px;
  transition: all 1s 1s ease;
  line-height: 1.5;
}

#banner_2 {
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 img {
  width: 100%;
  height: 480px;
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 .txt h3 {
  font-size: 48px;
  max-width: 690px;
  text-align: center;
}

#mbx_1 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  position: relative;
}
#mbx_1 .l a:hover::after, #mbx_1 .l a.on::after {
  width: 100%;
}
#mbx_1 .l a.on {
  font-weight: bold;
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
}
#mbx_1 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_2 .bx {
  padding-top: 20px;
  padding-bottom: 20px;
}
#mbx_2 span {
  margin: 0 5px;
}

header {
  height: var(--nav_height);
  position: fixed;
  width: 100%;
  max-width: 640px;
  z-index: 100;
  top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
}
header.active::after, header.on::after {
  background-color: #fff;
}
header.active .header .logo .logo-text, header.on .header .logo .logo-text {
  color: var(--color);
}
header.active .header nav a, header.on .header nav a {
  color: #333;
}

.header {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .logo img {
  height: 60px;
}
.header .logo .logo-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
}
.header .con {
  font-family: "num1";
  line-height: 1.5;
  display: none;
}
@media (max-width: 768px) {
  .header .con {
    display: none;
  }
}
.header .tel {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .tel .img {
  height: 80%;
}
@media (max-width: 768px) {
  .header .tel .img {
    height: 60%;
  }
}
.header .tel .img img {
  height: 100%;
}
.header .tel p {
  font-family: "num1";
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header .tel p {
    font-size: 18px;
  }
}

footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0 15px;
}
footer .txt {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
footer .txt .l h2 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
footer .txt .l .ling {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .txt .l .ling a {
  display: block;
  width: 30px;
  height: 30px;
}
footer .txt .r {
  display: flex;
  gap: 10px;
}
footer .txt .r img {
  height: 30px;
}
footer .txt .r p {
  font-family: "num1";
  line-height: 28px;
}
footer .copyright {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #aaa;
  font-size: 13px;
}

main {
  margin-top: var(--nav_height);
}

.section_1 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.section_1 form {
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row-reverse;
}
.section_1 form#form2 {
  display: none;
}
@media (max-width: 768px) {
  .section_1 form {
    flex-direction: column;
  }
  .section_1 form#form {
    display: none;
  }
  .section_1 form#form2 {
    display: block;
  }
}
.section_1 .box {
  width: 50%;
  padding: 60px 40px 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .section_1 .box {
    gap: 15px;
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
}
.section_1 .box p {
  padding-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}
.section_1 .box label {
  font-size: 17px;
  line-height: 1.5;
  display: flex;
  gap: 10px;
}
.section_1 .box label input {
  display: none;
}
.section_1 .box label input:checked + .icon-wxz2 {
  display: none;
}
.section_1 .box label input:checked ~ .icon-xz2 {
  display: block;
}
.section_1 .box label i {
  font-size: 17px;
  line-height: 1.5;
}
.section_1 .box label .icon-xz2 {
  display: none;
  color: var(--color);
}
.section_1 .inp {
  width: 50%;
  padding: 80px 40px 60px;
}
@media (max-width: 768px) {
  .section_1 .inp {
    width: 100%;
    padding: 20px;
  }
}
.section_1 .inp p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}
.section_1 .inp label {
  display: block;
  margin-top: 40px;
  width: 100%;
  height: 40px;
}
.section_1 .inp label input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #ccc;
  color: #333;
}
.section_1 .inp .btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section_1 .inp .btn {
    margin-top: 0px;
  }
}
.section_1 .inp .btn button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: var(--color);
  color: #fff;
}

.section_2 {
  padding-bottom: 80px;
}
.section_2 .tit {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .section_2 .tit {
    font-size: 24px;
  }
}
.section_2 .flex {
  gap: 20px;
}
.section_2 .son {
  width: 100%;
}
.section_2 .son:hover img {
  transform: scale(1.05);
}
.section_2 .son a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  border-radius: 5px;
}
.section_3 {
  padding-bottom: 80px;
}
.section_3 .flex {
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .section_3 .flex {
    gap: 30px;
  }
}
.section_3 .son {
  width: calc(100% / 2 - 50px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .section_3 .son {
    width: 100%;
  }
}
.section_3 .son .img {
  font-size: 0;
}
.section_3 .son .img img {
  width: 100%;
}
.section_3 .son .title {
  font-size: 42px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .section_3 .son .title {
    font-size: 30px;
  }
}
.section_3 .son .con {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .section_3 .son .con {
    font-size: 16px;
  }
}

.section_4 .img {
  font-size: 0;
  position: relative;
}
.section_4 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
}
.section_4 .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .section_4 .img img {
    min-height: 300px;
  }
}
.section_4 .img .txt {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_5 {
  padding-top: 40px;
}
.section_5 .tit {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  /*padding-bottom: 40px;*/
  text-align: center;
}
@media (max-width: 768px) {
  .section_5 .tit {
    font-size: 24px;
  }
}

@keyframes nots {
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

/*# sourceMappingURL=index.css.map */
