@charset "UTF-8";
.flex_4 img,
.flex_2 img,
.section_10 img,
.section_9 img,
.section_4 .img img,
.mySwiper_1 img,
#banner_2 img,
#banner_1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_6 .but a,
.section_3 .txt a,
.section_1 .btn a,
#banner_1 a {
  display: inline-block;
  width: 205px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: var(--color);
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
}

.p-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-b-1 {
  padding-bottom: 10px;
}

.p-t-1 {
  padding-top: 10px;
}

.p-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-b-2 {
  padding-bottom: 20px;
}

.p-t-2 {
  padding-top: 20px;
}

.p-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-b-3 {
  padding-bottom: 30px;
}

.p-t-3 {
  padding-top: 30px;
}

.p-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-b-4 {
  padding-bottom: 40px;
}

.p-t-4 {
  padding-top: 40px;
}

.p-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-b-5 {
  padding-bottom: 50px;
}

.p-t-5 {
  padding-top: 50px;
}

.p-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-b-6 {
  padding-bottom: 60px;
}

.p-t-6 {
  padding-top: 60px;
}

.p-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-b-7 {
  padding-bottom: 70px;
}

.p-t-7 {
  padding-top: 70px;
}

.p-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-b-8 {
  padding-bottom: 80px;
}

.p-t-8 {
  padding-top: 80px;
}

.p-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-b-9 {
  padding-bottom: 90px;
}

.p-t-9 {
  padding-top: 90px;
}

.p-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-b-10 {
  padding-bottom: 100px;
}

.p-t-10 {
  padding-top: 100px;
}

.p-11 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.p-b-11 {
  padding-bottom: 110px;
}

.p-t-11 {
  padding-top: 110px;
}

.p-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-b-12 {
  padding-bottom: 120px;
}

.p-t-12 {
  padding-top: 120px;
}

.p-13 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.p-b-13 {
  padding-bottom: 130px;
}

.p-t-13 {
  padding-top: 130px;
}

.p-14 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.p-b-14 {
  padding-bottom: 140px;
}

.p-t-14 {
  padding-top: 140px;
}

.p-15 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-b-15 {
  padding-bottom: 150px;
}

.p-t-15 {
  padding-top: 150px;
}

.p-16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.p-b-16 {
  padding-bottom: 160px;
}

.p-t-16 {
  padding-top: 160px;
}

.p-17 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.p-b-17 {
  padding-bottom: 170px;
}

.p-t-17 {
  padding-top: 170px;
}

.p-18 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.p-b-18 {
  padding-bottom: 180px;
}

.p-t-18 {
  padding-top: 180px;
}

.p-19 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.p-b-19 {
  padding-bottom: 190px;
}

.p-t-19 {
  padding-top: 190px;
}

.p-20 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.p-b-20 {
  padding-bottom: 200px;
}

.p-t-20 {
  padding-top: 200px;
}

:root {
  --color: rgb(54, 155, 187);
  --color_fit: rgb(247, 145, 80);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "微软雅黑";
  font-size: 14px;
}

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 {
  color: #333;
  line-height: 30px;
}
.con p {
  line-height: 30px;
}

.bx {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}

#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%);
  width: 80%;
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 80%;
  max-width: 800px;
}
#fixed .son1 .form {
  width: 100%;
  background-color: #fff;
  padding: 20px 5px;
}
#fixed .son1 label {
  width: 100%;
  margin-bottom: 15px;
}
#fixed .son1 span {
  color: #222222;
  line-height: 25px;
}
#fixed .son1 p,
#fixed .son1 input,
#fixed .son1 textarea {
  margin-top: 10px;
  font-size: 13px;
  line-height: 40px;
  color: #222222;
  background: #cacaca;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  height: 40px;
}
#fixed .son1 p:focus,
#fixed .son1 input:focus,
#fixed .son1 textarea:focus {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px #6c98e1;
  -moz-box-shadow: 0 0 0 2px #6c98e1;
  box-shadow: 0 0 0 2px #6c98e1;
}
#fixed .son1 p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
#fixed .son1 textarea {
  height: auto;
  max-height: 200px;
}
#fixed .son1 input[type="file"] {
  opacity: 0;
  display: none;
}
#fixed .son1 .btn {
  margin-top: 10px;
  font-size: 13px;
  line-height: 40px;
  color: #222222;
  background: #cacaca;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  height: 40px;
}
#fixed .img1 p {
  text-align: center;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

#mbx_1 {
  border-bottom: 1px solid #e5e5e5;
}
#mbx_1 .txt {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  line-height: 80px;
  font-size: 17px;
  position: relative;
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 4px;
  width: 0;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.3s ease;
}
#mbx_1 .l a:hover .on,
#mbx_1 .l a:hover::after {
  opacity: 1;
  width: 100%;
}
#mbx_1 .r {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
#mbx_1 .r i {
  color: #828386;
  font-size: 15px;
}
#mbx_1 .r a {
  color: #828386;
  font-size: 13px;
  line-height: 2;
}

#mbx_2 a,
#mbx_2 span {
  line-height: 70px;
  display: inline-block;
}
#mbx_2 a {
  margin: 0 5px;
}
#mbx_2 a:nth-child(1) {
  margin-left: 0;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
#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 {
  color: #fff;
  background: var(--color);
  border: solid 1px var(--color);
  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;
}

.pag_1 {
  line-height: 24px;
  padding: 10px;
  background-color: #f5f5f5;
  display: flex;
}
.pag_1 a {
  font-size: 12px;
  width: 50%;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pag_1 a:hover {
  color: var(--color);
}
.pag_1 .next {
  text-align: right;
}

#banner_1 {
  position: relative;
  height: 730px;
  color: #fff;
}
#banner_1 .bx {
  position: relative;
  height: 100%;
  display: flex;
}
#banner_1 .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner_1 .top {
  display: flex;
}
#banner_1 .top i {
  display: block;
  height: 100%;
  width: 3px;
  background-color: var(--color_fit);
}
#banner_1 .top .box {
  margin-left: 30px;
  max-width: 700px;
}
#banner_1 .top h2 {
  font-weight: normal;
  font-size: 42px;
  line-height: 1.5;
}
#banner_1 p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
}
#banner_1 a {
  margin-top: 65px;
  /*background-color: rgba(255, 255, 255, 0.5);*/
}

#banner_2 {
  position: relative;
  height: 480px;
  color: #fff;
}
#banner_2 .bx {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner_2 h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}
#banner_2 h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
}

.tit_1 {
  color: var(--color);
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.title_1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 20px;
  position: relative;
}
.title_1 .more {
  float: right;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--color);
}

header .flex_header {
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo a img {
  height: 70px;
}
header .logo a .txt {
  margin-left: 20px;
}
header .logo a p {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
header .logo a span {
  font-size: 13.2px;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
header .menu {
  display: flex;
  flex-direction: column;
}
header .top {
  margin: 18px 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
header .top i {
  width: 20px;
  line-height: 24px;
  font-size: 20px;
  z-index: 3;
  margin-right: 10px;
}
header .tel span {
  font-size: 12px;
  line-height: 1.5;
  height: 25px;
  display: block;
}
header .tel p {
  font-size: 18px;
  line-height: 24px;
}
header .nav {
  padding-bottom: 18px;
}
header ul {
  display: flex;
}
header li a {
  display: block;
  text-align: center;
  width: 98px;
  font-size: 17px;
  line-height: 48px;
  font-weight: bold;
}

footer {
  background-color: #323232;
  color: #fff;
}
footer .footer_1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer .nav {
  flex-shrink: 0;
  width: 66.6666666667%;
  display: flex;
  flex-wrap: wrap;
}
footer .nav .son {
  flex-grow: 1;
}
footer .nav .title {
  display: block;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  font-weight: bold;
  margin-bottom: 33px;
  color: #fff;
  transition: all 0.5s ease;
}
footer .nav li {
  line-height: 35px;
  width: 100%;
}
footer .contact {
  flex-grow: 1;
  display: flex;
}
footer .contact .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .contact ul {
  width: 270px;
}
footer .contact li {
  line-height: 35px;
  display: flex;
}
footer .contact li p {
  margin-left: 10px;
}
footer .contact .title {
  color: #fff;
  font-size: 30px;
  font-family: impact;
  margin-bottom: 10px;
  font-weight: normal;
}
footer .contact .qrcode {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .contact .qrcode p {
  padding-top: 15px;
}
footer .contact img {
  width: 100px;
  height: 100px;
}
footer .footer_2 {
  background-color: var(--color);
  line-height: 50px;
  text-align: center;
}
.footer_3 {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  color: #fff;
}
.footer_3 .tel {
  width: calc(100% / 3 * 2);
  text-align: center;
  height: 60px;
  background-color: #147cb4;
}
.footer_3 .tel i {
  font-size: 24px;
}
.footer_3 .tel a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.footer_3 .qq {
  width: 25%;
  background-color: #05e2ff;
}
.footer_3 .qq i {
  font-size: 24px;
}
.footer_3 .qq a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer_3 .wx {
  width: calc(100% / 3);
  background-color: #58ce6d;
}
.footer_3 .wx i {
  font-size: 24px;
}
.footer_3 .wx a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mySwiper_1 {
  width: 55%;
  margin-left: auto;
}
.mySwiper_1 .box {
  width: 100%;
  height: 0;
  padding-bottom: 135%;
  position: relative;
}
.mySwiper_2 {
  height: 540px;
}
.section_1 {
  background-image: url("../image/bj1.jpg");
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  padding-top: 130px;
  text-align: center;
}
.section_1 .box {
  font-size: 16px;
  line-height: 2;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.section_1 .btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
.section_2 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.section_2 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.section_2 .grid .box1 {
  /* 占据第一行的1-3格 */
  grid-column: 1 / 4;
  height: 0;
  padding-bottom: calc(100% / 3);
  position: relative;
  overflow: hidden;
}
.section_2 .grid .box2 {
  /* 占据第一行的第4格和第二行的第4格 */
  grid-column: 4 / 5;
  grid-row: 1 / 3;
  height: 0;
  padding-bottom: calc(200% + 50px);
  position: relative;
  overflow: hidden;
}
.section_2 .grid .box3 {
  /* 占据第二行的第1格 */
  grid-column: 1 / 2;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.section_2 .grid .box4 {
  /* 占据第二行的第2-3格 */
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  height: 0;
  padding-bottom: calc(50% - 15px);
  position: relative;
  overflow: hidden;
}
.section_2 .grid a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.section_2 .grid a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.section_2 .grid a img:hover {
  transform: scale(1.05);
}
.section_2 .grid a .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 30px;
  z-index: 2;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}
.section_2 .con {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}

.section_3 {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url("../image/bj1.jpg");
}
.section_3 .txt {
  width: 40%;
  margin-right: auto;
}
.section_3 .txt .box {
  padding-top: 10px;
  font-size: 16px;
  line-height: 2;
  max-width: 370px;
}
.section_3 .txt a {
  margin-top: 100px;
}

.section_4 {
  /*padding-top: 130px;*/
  padding-bottom: 130px;
}
.section_4 .txt {
  width: 45%;
  margin-right: auto;
}
.section_4 ul {
  padding-top: 30px;
}
.section_4 li {
  /* margin-top: 50px; */
  /* max-height: 150px; */
  display: flex;
  align-items: flex-start;
}
.section_4 li:nth-child(1) {
  margin-top: 0;
}
.section_4 li img {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}
.section_4 li .box {
  margin-left: 15px;
}
.section_4 li .box h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_4 li .box p {
  /*font-size: 16px;*/
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_4 .img {
  margin-left: auto;
  width: 45%;
  position: relative;
}
.section_4 .img img {
  object-fit: contain;
}
.section_4 .img .card {
  transform: translate(-60px, 30px);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 20px;
}
.section_4 .img .box {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  background-color: var(--color);
  color: #fff;
  padding: 24px;
}
.section_4 .img .box + .box {
  background-color: rgb(10, 19, 42);
}
.section_4 .img h4 {
  line-height: 1.7;
  font-size: 14px;
  font-weight: normal;
}
.section_4 .img p {
  padding: 10px 0;
  font-size: 48px;
  line-height: 1.1;
}

.section_5 {
  padding-top: 130px;
  padding-bottom: 180px;
  background-image: url("../image/bj1.jpg");
  position: relative;
  overflow: hidden;
}
.section_5::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 1;
  width: 700px;
  height: 700px;
  background-color: rgb(248, 230, 219);
  border-radius: 50%;
}
.section_5 .img {
  position: absolute;
  z-index: 3;
}
.section_5 .txt {
  margin-left: auto;
  position: relative;
  max-width: 725px;
  z-index: 2;
  padding: 30px;
  background-color: #fff;
}
.section_5 .txt img {
  width: 48px;
  height: 48px;
}
.section_5 .txt p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}
.section_5 .txt span {
  font-size: 16px;
  height: 2;
}

.section_6 {
  /* padding-top: 130px; */
  padding-bottom: 130px;
  text-align: center;
}
.section_6 .but {
  margin-top: 80px;
}
.section_6 .tab {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.section_6 .tab span {
  display: block;
  width: 130px;
  border-radius: 20px;
  height: 35px;
  line-height: 35px;
  transition: all 0.5s ease;
  border: 1px solid #999;
  cursor: pointer;
  font-weight: bold;
}
.section_6 .tab span.on {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}

.section_7 {
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
}

.section_8 {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url("../image/bj1.jpg");
}

.section_9 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.section_9 .txt {
  width: 45.5%;
  margin-right: auto;
}
.section_9 .con {
  margin-top: 40px;
}
.section_9 .con p {
  font-size: 16px;
  line-height: 1.7;
}
.section_9 .img {
  margin-left: auto;
  width: 45%;
  position: relative;
}
.section_10 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.section_10 .son {
  width: 100%;
  padding: 24px;
  background-color: rgb(247, 247, 247);
  margin-bottom: 20px;
  display: flex;
  gap: 25px;
}
.section_10 .son:hover img {
  transform: scale(1.05);
}
.section_10 .son:hover h3 {
  color: var(--color);
}
.section_10 .img {
  flex-shrink: 0;
  display: block;
  width: 280px;
  position: relative;
  overflow: hidden;
}
.section_10 .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}
.section_10 img {
  transition: all 0.5s ease;
}
.section_10 .txt {
  flex-grow: 1;
}
.section_10 h3 {
  margin: 20px 0 8px;
  line-height: 28px;
  font-size: 18px;
  font-weight: normal;
  transition: all 0.5s ease;
}
.section_10 p {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section_11 {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #f4f4f4;
}
.section_11 .tit_1 {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.section_11 .title_1 {
  font-size: 28px;
  line-height: 1.5;
}
.section_11 .txt {
  width: 50%;
  background-color: #fff;
  padding: 50px 30px;
}
.section_11 .tel {
  margin-top: 30px;
  font-size: 48px;
  line-height: 1.2;
  color: var(--color);
  display: flex;
  align-items: center;
}
.section_11 .tel i {
  font-size: 48px;
  margin-right: 20px;
}
.section_11 hr {
  margin: 50px 0 30px;
  border-top: rgb(239, 239, 239) 1px solid;
}
.section_11 .con p {
  font-size: 16px;
  line-height: 34px;
}
.section_11 .img {
  width: 50%;
}
.section_11 .img img {
  height: 100%;
}

.section_12 {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: rgb(244, 244, 244);
}

.section_info {
  padding-bottom: 70px;
}
.section_info .h1 {
  text-align: center;
  padding: 10px 0;
  line-height: 2;
  font-size: 26px;
  border-bottom: 1px solid rgb(220, 220, 220);
}
.section_info .line {
  line-height: 40px;
  background: #f5f5f5;
  padding-left: 16px;
}
.section_info .line span {
  font-size: 12px;
  padding-right: 30px;
  display: inline-block;
}
.section_info .con {
  padding: 20px 0;
}

.flex_1 {
  gap: 25px;
}
.flex_1 .son {
  width: calc(100% / 4 - 25px * (4 - 1) / 4);
  padding: 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: left;
  transition: all 0.5s ease;
}
.flex_1 .son:hover {
  transform: translateY(-4px);
}
.flex_1 img {
  width: 56px;
  height: 56px;
}
.flex_1 h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}
.flex_1 p {
  line-height: 1.7;
}

.flex_2 {
  gap: 35px;
  margin-top: 50px;
  display: none;
}
.flex_2.on {
  display: flex;
}
.flex_2 .son {
  width: calc(100% / 3 - 35px * (3 - 1) / 3);
}
.flex_2 .son:hover img {
  transform: scale(1.05);
}
.flex_2 .son:hover h3 {
  color: var(--color);
}
.flex_2 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
}
.flex_2 img {
  transition: all 0.8s ease;
}
.flex_2 .txt {
  text-align: left;
}
.flex_2 h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 16px 0 8px;
  /*font-weight: normal;*/
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex_2 p {
  height: 44px;
  line-height: 22px;
  color: rgb(159, 159, 159);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex_2 span {
  margin-top: 5px;
  height: 25px;
  line-height: 25px;
  display: block;
  font-size: 13px;
  color: #666;
}

.flex_3 {
  gap: 140px;
}
.flex_3 .son {
  width: calc(100% / 3 - 140px * (3 - 1) / 3);
}
.flex_3 .img {
  position: relative;
  font-size: 0;
}
.flex_3 .img p {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 68px;
  color: #efe6e2;
  line-height: 1.2;
}
.flex_3 img {
  width: 148px;
  height: 148px;
}
.flex_3 .txt {
  margin-top: 20px;
}
.flex_3 .txt p {
  margin-top: 10px;
  line-height: 1.8;
}
.flex_3 h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

.flex_4 {
  gap: 25px;
}
.flex_4 .son {
  width: calc(100% / 4 - 25px * (4 - 1) / 4);
  background-color: #fff;
}
.flex_4 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  position: relative;
  overflow: hidden;
}
.flex_4 img {
  transition: all 0.5s ease;
}
.flex_4 .img:hover img {
  transform: scale(1.05);
}
.flex_4 h3 {
  margin: 20px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .mobile_nav {
  display: none;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-top: 70px;
  color: #fff;
}
header .mobile_nav.on {
  width: 100%;
}
header .mobile_nav .flex {
  flex-direction: column;
  height: 100%;
}
header .mobile_nav h3 {
  padding: 0 15px;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile_nav h3 i {
  transition: all 0.3s ease;
}
header .mobile_nav .sub_list {
  display: none;
}
header .mobile_nav ul {
  padding: 0 15px;
  display: block;
}
header .mobile_nav ul a {
  display: block;
  line-height: 2.5;
  padding: 0 15px;
}
header .mobile_nav .flex .list.on {
  flex-grow: 1;
}
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .bx {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  footer .nav {
    width: 100%;
  }
  footer .nav .son {
    width: 25%;
    flex-grow: 0;
  }
  header .menu {
    display: none;
  }
  #banner_1 {
    height: 350px;
  }
  #banner_1 a {
    margin-top: 35px;
  }
  #banner_1 .top h2 {
    font-size: 24px;
  }
  .section_1 {
    padding-top: 65px;
  }
  .section_4,
  .section_6 {
    padding-bottom: 65px;
  }
  .section_2,
  .section_3,
  .section_7,
  .section_8,
  .section_9,
  .section_10,
  .section_11,
  .section_12 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .flex_1 {
    gap: 15px;
  }
  .flex_1 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
    padding: 15px;
  }
  .section_11 .txt,
  .section_11 .img,
  .section_9 .txt,
  .section_9 .img,
  .section_4 .txt,
  .section_4 .img,
  .mySwiper_1,
  .section_3 .txt {
    width: 100%;
  }
  .section_9 .img,
  .section_4 .img {
    height: 540px;
  }
  .section_9 .img {
    margin-top: 30px;
  }
  .section_3 .txt a {
    margin: 30px auto;
  }
  .section_4 .img .card {
    transform: translate(0px, 15px);
  }
  .section_4 .img .box {
    padding: 15px;
  }
  .section_4 .img p {
    font-size: 36px;
  }
  .section_6 .tab span {
    flex-grow: 1;
  }
  .flex_2 {
    gap: 15px;
  }
  .flex_2 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  footer .contact ul {
    width: auto;
    flex-grow: 1;
  }
  footer .footer_1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .tit_1 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .title_1 {
    font-size: 28px;
  }
  header .flex_header {
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100;
  }
  header .logo a img {
    height: 50px;
  }
  header .logo a p {
    font-size: 28px;
  }
  header .logo a span {
    font-size: 10.2px;
    margin-top: 8px;
  }
  header .mobile_nav {
    display: block;
  }
  header {
    padding-bottom: 70px;
  }
  #banner_2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #banner_2 h2 {
    font-size: 20px;
  }
  #banner_2 h3 {
    font-size: 14px;
  }
  .flex_3 {
    gap: 30px;
  }
  .flex_3 .son {
    width: 100%;
  }
  .section_10 .son {
    flex-wrap: wrap;
  }
  .section_10 .img {
    width: 100%;
  }
  .section_10 .son {
    padding: 20px;
  }
  .flex_4 {
    gap: 15px;
  }
  .flex_4 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  .section_11 .tel {
    font-size: 24px;
  }
  .section_11 .tel i {
    font-size: 30px;
  }
  .section_11 hr {
    margin: 20px 0;
  }
  .footer_3 {
    display: block;
  }
  .section_2 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section_2 .grid .box1,
  .section_2 .grid .box2,
  .section_2 .grid .box3,
  .section_2 .grid .box4 {
    grid-column: 1;
    padding-bottom: 100%;
  }
  .section_2 .grid .box2 {
    grid-row: 2;
  }
  .section_2 .grid .box4 {
    grid-row: 1;
  }
  #mbx_2 .on,
  #mbx_2 .title {
    display: none;
  }
}
