.info1 .top img,
.flex_4 .icon,
.flex_4 img,
.flex_3 .icon,
.flex_3 img,
.flex_1 .icon,
.flex_1 img,
#banner_1 img,
/*#banner_1 video,*/
.section3 .mySwiper_2 img,
.flex_7 .son img,
.flex_8 .son img,
.flex_12 .son img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.8s ease;
}

.section3 .but a,
.flex_6 .but .submit,
.flex_2 .but a,
#banner_1 a {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 200px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 10px;
  transition: all 0.3s ease;
}

:root {
  /*--color: #2b3aa1;*/
  /*--color: #2cfe45;*/
  /*--color: #B5f602;*/
  /*--color: #a5e06c;*/
  --color: #48a87d;
  --nav_height: 100px;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../font/s6u9w4bmutphh7usswapgr_p.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../font/s6u9w4bmutphh7usswipgq.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/s6uyw4bmutphjxawxjeu.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/s6uyw4bmutphjx4wxg.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/s6u9w4bmutphh6uvswapgr_p.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/s6u9w4bmutphh6uvswipgq.woff2) format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Lato", "Open Sans", "Roboto", "Poppins", "Oswald", "Noto Sans", "Montserrat", arial, sans-serif;
  font-size: 16px;
  /*background-color: #051301;*/
}

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 ul {
  padding-left: 20px;
}
.con li {
  list-style: disc;
}
.con p {
  line-height: 2;
}

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

#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: 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;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
#page_1 a {
  padding: 0px 10px;
  line-height: 30px;
  min-width: 30px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  margin: 0 2px;
  border-radius: 3px;
}
#page_1 a.on {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
#page_1 a:hover {
  color: #333;
  border: 1px solid #333;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}
.page_1 {
  width: 100%;
  background: #fcfcfc;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
}
.page_1 .prev,
.page_1 .next {
  color: #111;
  line-height: 50px;
  display: flex;
  gap: 30px;
}
.page_1 span {
  width: 180px;
  height: 100%;
  background: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  line-height: 50px;
}
.page_1 p {
  color: #111;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pages-list div {
  margin-top: 10px;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
}
.pages-list div span {
  color: var(--color);
}
.pages-list div a {
  transition: all 0.3s ease;
}
.pages-list div:hover a {
  color: var(--color);
  text-decoration: underline;
}

.header_top {
  height: 50px;
  /*background-color: #000;*/
  background-color: #061d01;
}
.header_top .bx {
  color: #ccc;
  height: 100%;
  display: flex;
}
.header_top .l {
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header_top .r {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header_top form {
  width: 230px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header_top button {
  flex-shrink: 0;
  margin-left: 18px;
  color: #ccc;
}
.header_top input {
  flex-grow: 1;
  height: 100%;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.header_top .lang {
  font-size: 14px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header_top .icon {
  display: flex;
  align-items: center;
}
.header_top .icon img {
  width: 24px;
  height: 16px;
  margin-right: 5px;
}
.header_top .icon span {
  /*display: flex;*/
  /*align-items: center;*/
  /*gap: 5px;*/
}
.header_top .icon span i {
  font-size: 12px;
}
.header_top .lang .lang-drop {
  position: absolute;
  top: calc(100% + 26px);
  right: 50%;
  transform: translateX(50%);
  background: #ffffff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, top 0.3s;
}
.header_top .lang .lang-drop.on {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 12px);
}
.header_top .lang .lang-arrow {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-top: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -6px;
  left: 50%;
}
.header_top .lang .lang-wrap {
  width: 140px;
  padding: 8px 0px;
  box-sizing: border-box;
}
.header_top .lang li {
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.header_top .lang li:hover {
  background-color: #eeeeee;
}
.header_top .lang li a {
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  display: flex;
  align-items: center;
}
.header_top .lang li a img {
  width: 24px;
  height: 16px;
  margin-right: 5px;
}
header {
  width: 100%;
  height: var(--nav_height);
  transition: all 0.5s ease;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
header.on {
  --nav_height: 70px;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.header {
  /* color: #fff; */
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  height: 100%;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.header .logo img {
  max-height: 60%;
  margin-right: 15px;
}
.header .logo p {
  font-size: 22px;
  font-weight: bold;
}
.header .nav {
  display: flex;
}
.header .menu {
  flex-grow: 1;
  text-align: center;
  position: relative; 
}
.header .menu:hover .sub {
  opacity: 1;
  transform: rotateX(0deg) translateX(-50%);
  visibility: visible;
}
.header .mobile,
.header .mobile_box {
  display: none;
}
.header .mobile i {
  color: var(--color);
  font-size: 24px;
}
.header .tit:hover a {
  color: var(--color);
}
.header .tit a {
  display: block;
  white-space: nowrap;
  font-weight: 600;
  margin: 0 16px;
  font-size: 16px;
  line-height: var(--nav_height);
  transition: all 0.5s ease;
}
.header .tit i {
  display: none;
}
.header .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  min-width: 200%;
  transform: rotateX(90deg) translateX(-50%);
}
.header .sub::after {
  position: absolute;
  content: "";
  top: -6px;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent var(--color) transparent;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.header .sub ul {
  /* background-color: rgba(255, 255, 255, 0.99); */
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  background: #fcfcfc;
  transform-origin: top;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header .sub li {
  margin: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.header .sub li:nth-child(1)::after {
  display: none;
}
.header .sub li::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  left: -20px;
  background: #cccccc;
}
.header .sub a {
  display: block;
  color: #333;
  line-height: 44px;
  font-size: 16px;
  /* padding: 0 15px; */
  transition: all 0.5s ease;
  /* border-bottom: 1px solid #e9e9e9; */
  white-space: nowrap;
}
.header .sub a:hover {
}
.header .search {
  display: flex;
  align-items: center;
}
.header .search form {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 37px;
  display: flex;
}
.header .search input {
  height: 33px;
  color: #fff;
  padding: 0 10px;
}
.header .search input::placeholder {
  color: #fff;
}
.header .search button {
  width: 33px;
  height: 33px;
}
.header .search button i {
  color: #fff;
}

footer {
  /*background-color: #262626;*/
  background-color: #061d01;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer {
  /* padding-top: 80px; */
  /* padding-bottom: 40px; */
  display: flex;
  flex-wrap: wrap;
}
.footer .flex_9 {
  width: 100%;
}
.footer .bottom {
  margin: 30px 0;
  display: flex;
}
.footer .bottom h3 {
  color: #ffffff;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
}
.footer .bottom .box {
  flex: 1.3;
  height: 100%;
  display: block;
  margin: 0px 15px;
}
.footer .bottom .box p {
  color: #ccc;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.footer .bottom .box .link {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.footer .bottom .box .link a {
  width: 32px;
  height: 32px;
  padding: 5px;
  margin-right: 10px;
  display: flex;
  opacity: 0.8;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.footer .bottom .box .link a:hover {
  opacity: 1;
}
.footer .bottom .nav,
.footer .bottom .cate {
  flex: 1;
  height: 100%;
  display: block;
  margin: 0px 15px;
}
.footer .bottom .nav a,
.footer .bottom .cate a {
  position: relative;
  color: #ccc;
  line-height: 28px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 4px 0;
  transition: all 0.5s;
}
.footer .bottom .nav a:hover,
.footer .bottom .cate a:hover {
  color: #fff;
}
.footer .bottom .nav a::after,
.footer .bottom .cate a::after {
  content: ">";
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer .bottom .code {
  flex: 0.5;
  height: 100%;
  display: block;
  margin: 0px 15px;
  margin-right: 0px;
}
.footer .bottom .code h3 {
  text-align: center;
}
.footer .bottom .code img {
  width: 135px;
  height: 135px;
  min-width: 135px;
  background: #000;
  opacity: 0.85;
  transition: all 0.5s;
  display: block;
  margin: 0px auto;
}
.footer .bottom .code img:hover {
  opacity: 1;
}
footer .copy {
  padding: 10px 0 50px;
  color: #ccc;
  font-size: 14px;
}
footer .copy a {
  margin-left: 10px;
}
.footer_top .bx {
  height: 100px;
  background: var(--color);
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_top .l {
  display: flex;
  align-items: center;
}
.footer_top .l img {
  width: 65px;
}
.footer_top .l .txt {
  max-width: 600px;
  height: 100%;
  margin-left: 80px;
  position: relative;
}
.footer_top .l .txt::before {
  content: "";
  position: absolute;
  top: 32px;
  left: -20px;
  width: 2px;
  height: 30px;
  background: #ffffff;
  opacity: 0.6;
}
.footer_top .l .txt p {
  line-height: 45px;
  position: relative;
  color: #ffffff;
}
.footer_top .l .txt p + p {
  font-size: 20px;
  line-height: 30px;
}
.footer_top .r .but {
  width: 160px;
  height: 45px;
  border: 1px solid #ffffff3f;
  transition: all 0.3s ease;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_top .r .but:hover {
  background-color: #fff;
  color: var(--color);
}
.footer_top .r .but a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clear {
  clear: both;
}

#banner_1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#banner_1 video {
  width: 100%;
}
#banner_1 img {
  object-fit: cover;
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#banner_1 .bx {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#banner_1 .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#banner_1 h2 {
  line-height: 40px;
  font-weight: 700;
  font-size: 36px;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transform: translateX(100%);
  transition: all 1s ease 0.5s;
  opacity: 0;
}
#banner_1 .con {
  margin: 50px 0;
  transform: translateX(-100%);
  transition: all 1s ease 1s;
  opacity: 0;
}
#banner_1 p {
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
#banner_1 a {
  transform: translateX(-100%);
  transition: all 1s ease 1.5s;
  opacity: 0;
  border-radius: 50px;
  line-height: 50px;
}
#banner_1 .swiper-slide-active h2 {
  transform: translateX(0);
  opacity: 1;
}
#banner_1 .swiper-slide-active .con {
  transform: translateX(0);
  opacity: 1;
}
#banner_1 .swiper-slide-active a {
  transform: translateX(0);
  opacity: 1;
}
#banner_1 .prev_1,
#banner_1 .next_1 {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  /* border: 1px solid #fff; */
}
#banner_1 .prev_1 {
  left: 0;
}
#banner_1 .next_1 {
  right: 0;
}
#banner_1 .prev_1::after,
#banner_1 .next_1::after {
  display: none;
}
#banner_1 .prev_1 i,
#banner_1 .next_1 i {
  transform: scale(2);
  color: var(--color);
}

#banner_2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
}
#banner_2 img {
  width: 100%;
  height: 100%;
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
#banner_2 .bx {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
#banner_2 p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

#mbx_1 {
  height: 60px;
  border-bottom: 1px solid #bfbfbf;
}
#mbx_1 .bx {
  height: 100%;
  display: flex;
  align-items: center;
}
#mbx_1 .l {
  height: 100%;
  margin-right: auto;
  display: flex;
  align-items: center;
}
#mbx_1 .l a {
  padding: 0 20px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
}
#mbx_1 .l a.on,
#mbx_1 .l a:hover {
  background-color: var(--color);
  color: #fff;
}
#mbx_1 .r {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#mbx_1 span {
  margin: 0 10px;
}
#mbx_1 .on {
  color: var(--color);
  font-weight: bold;
}

#mbx_2 {
  /* padding: 20px 0; */
  line-height: 35px;
  border-bottom: 1px solid #bfbfbf;
}
#mbx_2 span {
  margin: 0 5px;
  position: relative;
  line-height: 35px;
  display: inline-block;
}
#mbx_2 span:hover ul {
  opacity: 1;
  visibility: visible;
}
#mbx_2 span ul {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #bfbfbf;
  border-radius: 7px;
  z-index: 10;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#mbx_2 span ul li {
  white-space: nowrap;
}

.page {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: auto;
  font-weight: bold;
  transition: all 0.5s ease;
}
.page a:hover {
  color: var(--color1);
}

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

.title_1 {
  position: relative;
}
.title_1 h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  color: var(--color);
  font-style: normal;
  font-weight: 600;
}
.title_1 h5 {
  text-align: center;
  color: #111;
  font-weight: normal;
  font-size: 16px;
}
.title_1 span {
  color: #eeeeee;
  font-weight: 600;
  font-size: 120px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -99;
}

.flex_1 {
  gap: 0 35px;
}
.flex_1 .son {
  width: calc(100% / 3 - 35px * (3 - 1) / 3);
}
.flex_1 a {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  /* border-radius: 7px; */
  display: block;
  /* box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.13); */
}
.flex_1 a:hover img {
  transform: scale(1.1);
}
.flex_1 a:hover .icon {
  height: 100%;
}
.flex_1 a:hover h3 {
  /* background-color: var(--color);
  color: #fff; */
}
.flex_1 a:hover .btn {
  background-color: var(--color);
  color: #fff;
}
.flex_1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #eeeeee;
}
.flex_1 img {
  transition: all 0.5s ease;
}
.flex_1 .icon {
  background-color: rgba(187, 7, 42, 0.6);
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.flex_1 i {
  color: #fff;
  font-size: 40px;
}
.flex_1 h3 {
  color: #111;
  font-size: 18px;
  line-height: 45px;
  font-weight: normal;
  padding: 0 15px;
  /*text-align: center;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex_1 .box {
  padding: 0 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex_1 p {
  font-size: 18px;
  line-height: 2;
  /*margin-bottom: 10px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: none;
}
.flex_1 .btn {
  width: 120px;
  height: 35px;
  margin-left: auto;
  /*margin-bottom: 30px;*/
  border: 1px solid #cccccc;
  text-transform: lowercase;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.flex_2 {
  gap: 30px;
}
.flex_2 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
.flex_2 .img {
  font-size: 0;
}
.flex_2 img {
  width: 100%;
}
.flex_2 .but {
  margin-top: 30px;
}
.flex_2 .but a {
  line-height: 45px;
  border-radius: 45px;
  width: auto;
  padding: 0 30px;
}

.flex_3 {
  gap: 30px;
}
.flex_3 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
.flex_3 a {
  overflow: hidden;
  border-radius: 7px;
  display: block;
  box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.13);
}
.flex_3 a:hover .icon {
  height: 100%;
}
.flex_3 a:hover h3 {
  background-color: var(--color);
  color: #fff;
}
.flex_3 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
}
.flex_3 img {
  object-fit: cover;
}
.flex_3 .icon {
  background-color: rgba(187, 7, 42, 0.6);
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_3 i {
  color: #fff;
  font-size: 40px;
}
.flex_3 h3 {
  padding: 20px;
  font-size: 18px;
  transition: all 0.5s ease;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.flex_4 {
  gap: 40px 20px;
}
.flex_4 .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
.flex_4 a {
  height: 100%;
  overflow: hidden;
  border-radius: 7px;
  display: block;
  border: 2px solid #eeeeee;
  transition: all 0.5s ease;
  /* box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.13); */
}
.flex_4 a:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.flex_4 a:hover .icon {
  height: 100%;
}
.flex_4 a:hover h3 {
  color: var(--color);
}
.flex_4 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.flex_4 img {
  object-fit: contain;
}
.flex_4 .icon {
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.flex_4 i {
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_4 h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #111;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 10px 20px 20px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_5 {
  gap: 30px;
}
.flex_5 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.13);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px;
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.flex_5 .son::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(187, 7, 42, 0.8);
}
.flex_5 i {
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
.flex_5 p {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.flex_6 {
  gap: 30px;
}
.flex_6 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
.flex_6 .son.w100 {
  width: 100%;
}
.flex_6 input,
.flex_6 textarea {
  width: 100%;
  height: 100%;
  height: 60px;
  line-height: 2;
  padding: 20px 30px;
  border: 1px solid #f7f7f7;
  border-radius: 30px;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}
.flex_6 input:focus,
.flex_6 textarea:focus {
  border: 1px solid var(--color);
}
.flex_6 textarea {
  height: 140px;
}
.flex_6 .but {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.flex_6 .but .submit {
  line-height: 45px;
  border-radius: 45px;
  width: auto;
  padding: 0 30px;
  font-size: 14px;
  border: 2px solid var(--color);
  cursor: pointer;
}
.flex_6 .but .submit:hover {
  background-color: #fff;
  color: var(--color);
}
.flex_7 .son {
  width: 50%;
}
.flex_7 .son a {
  display: flex;
}
.flex_7 .son:nth-child(3) a,
.flex_7 .son:nth-child(4) a {
  flex-direction: row-reverse;
}
.flex_7 .son a:hover .txt::before,
.flex_7 .son a:hover .txt::after {
  opacity: 1;
  transform: scaleX(1);
}
.flex_7 .son .img_box {
  width: 50%;
}
.flex_7 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.flex_7 .son img {
  object-fit: cover;
}
.flex_7 .son .txt {
  padding: 30px 50px;
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.flex_7 .son .txt::before {
  content: "";
  position: absolute;
  bottom: 0px;
  transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  width: 94%;
  height: 92%;
  top: 4%;
  left: 3%;
  opacity: 0;
  border-top: 2px solid var(--color);
  border-bottom: 2px solid var(--color);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  box-sizing: border-box;
}
.flex_7 .son .txt::after {
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  content: "";
  border-left: 2px solid var(--color);
  border-right: 2px solid var(--color);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  opacity: 0;
  position: absolute;
  width: 94%;
  height: 92%;
  top: 4%;
  left: 3%;
  box-sizing: border-box;
}
.flex_7 .son .txt h3 {
  color: #111;
  line-height: 1.5;
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex_7 .son .txt span {
  color: #555;
  line-height: 1.5;
}
.flex_7 .son .txt p {
  line-height: 1.5;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.flex_7 .son .txt .but {
  color: #111;
  line-height: 1.5;
}
.flex_8 .son {
  overflow: hidden;
  max-width: 16%;
  min-width: 16%;
  height: 0px;
  padding-bottom: 10%;
  flex: 1;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.5s;
  position: relative;
}
.flex_8 .son:hover {
  border-top: 1px solid var(--color);
  border-left: 1px solid var(--color);
  border-right: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
}
.flex_8 .son:hover img {
  transform: scale(1.1);
}
.flex_8 .son a {
  display: block;
}
.flex_8 .son img {
  object-fit: cover;
}
.flex_9 .son {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_9 .son .logo {
  position: relative;
  height: 100%;
  width: 100px;
  background: url(../image/footer-contact.png) no-repeat;
}
.flex_9 .son:nth-child(1) .logo {
  background-position: 30px 22px;
}
.flex_9 .son:nth-child(2) .logo {
  background-position: -90px 22px;
}
.flex_9 .son:nth-child(3) .logo {
  background-position: -210px 22px;
}
.flex_9 .son span {
  height: 26px;
  width: 2px;
  background: #ffffff3f;
}
.flex_9 .son .content {
  padding: 30px 0px 0px 20px;
  height: 100%;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.flex_9 .son .title {
  color: #ccc;
  line-height: 1.2;
}
.flex_9 .son .txt {
  line-height: 1.2;
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex_10 {
  gap: 25px;
}
.flex_10 .son {
  width: 100%;
}
.flex_10 a {
  padding: 15px;
  transition: all 0.3s ease;
  display: flex;
}
.flex_10 a:hover {
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.flex_10 a:hover h3,
.flex_10 a:hover .more {
  color: var(--color);
}
.flex_10 a .txt {
  flex-grow: 1;
  margin-right: 20px;
}
.flex_10 a span {
  color: #555;
}
.flex_10 a h3 {
  margin-top: 10px;
  color: #111;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex_10 a p {
  margin: 10px 0px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.flex_10 a .more {
  position: relative;
  display: block;
  line-height: 1.5;
  color: #111;
  transition: all 0.3s ease;
}
.flex_10 a .more i {
  position: absolute;
  top: 1px;
  left: 80px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.flex_10 a .img {
  flex-shrink: 0;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_11 {
  gap: 60px;
}
.flex_11 .son {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_11 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.flex_11 .son:nth-child(2n) .txt {
  /*padding-left: 66px;*/
  padding-right: 0;
}
.flex_11 .txt {
  /*padding-right: 66px;*/
  /*margin-top: 10px;*/
  width: 470px;
}
.flex_11 .title {
  width: 100%;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 24px;
  line-height: 1.5;
  position: relative;
}
.flex_11 .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  height: 3px;
  width: 40px;
  background-color: #b0acac;
}
.flex_11 .txt .con p {
  line-height: 1.5;
}
.flex_11 .img_box {
  width: 470px;
  flex-shrink: 0;
  /*margin-top: 80px;*/
}
.flex_11 .img {
  width: 100%;
}
.flex_11 img {
  width: 100%;
}
.flex_12 {
  gap: 20px;
}
.flex_12 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.flex_12 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.625%;
}
.flex_12 .son img {
  object-fit: cover;
}
.flex_12 .son .txt {
  overflow: hidden;
}
.flex_12 .son .txt h3 {
  padding: 10px 0px;
  display: block;
  text-align: center;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section1 {
  padding-top: 60px;
  /*background-color: #eeedef;*/
}
.section1 .flex_1 {
  padding: 50px 0;
}

.section2 {
  padding-top: 80px;
}

.section3 {
  padding-top: 80px;
}
.section3 .mySwiper_2 {
  margin-top: 50px;
  padding-bottom: 60px;
}
.section3 .mySwiper_2 .prev_2,
.section3 .mySwiper_2 .next_2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.section3 .mySwiper_2 .prev_2::after,
.section3 .mySwiper_2 .next_2::after {
  display: none;
}
.section3 .mySwiper_2 .prev_2 i,
.section3 .mySwiper_2 .next_2 i {
  font-size: 20px;
}
.section3 .mySwiper_2 .swiper-slide {
  height: auto;
}
.section3 .mySwiper_2 a {
  display: block;
  transition: all 0.5s ease;
  border: 1px solid #eaeaea;
}
.section3 .mySwiper_2 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.section3 .mySwiper_2 a:hover .icon {
  transform: translateZ(0);
  opacity: 1;
}
.section3 .mySwiper_2 a:hover img {
  opacity: 0.4;
}
.section3 .mySwiper_2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  border: 1px solid #eeeeee;
  background-color: var(--color);
}
.section3 .mySwiper_2 img {
  object-fit: cover;
}
.section3 .mySwiper_2 .icon {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  color: #ffffff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section3 .mySwiper_2 h3 {
  padding: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  background-color: #fff;
}
.section3 .but {
  text-align: center;
  margin-top: 40px;
}
.section3 .but a {
  margin: auto;
}
.section3 .but a:hover {
  background-color: #000;
  color: #fff;
}

.section4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section4 .title_1 h2 {
  text-align: left;
}
.section4 .title_1 h2::before {
  left: 0;
  transform: translateX(0);
}

.section5 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #333;
  color: #fff;
}
.section5 .txt {
  width: 30%;
  margin-right: auto;
}
.section5 .h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}
.section5 .con {
  color: #aaa;
}
.section5 .box {
  gap: 20px;
  width: 65%;
  margin-left: auto;
}
.section5 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  padding: 20px;
  border: 1px solid #aaa;
  border-radius: 7px;
}
.section5 .son img {
  height: 40px;
}
.section5 .son h3 {
  font-weight: normal;
  margin: 10px 0;
  font-size: 20px;
}
.section5 .son p {
  color: #aaa;
}

.section6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section6 .title_1 h2 {
  text-align: left;
}
.section6 .title_1 h2::before {
  left: 0;
  transform: translateX(0);
}

.section7 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.section7 .bx {
  display: flex;
}
.section7 .list {
  margin-right: auto;
  width: 20%;
}
.section7 .list h3 {
  margin-bottom: 40px;
  position: relative;
  font-size: 24px;
  line-height: 1;
}
.section7 .list h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100px;
  height: 3px;
  background: var(--color);
  left: 0;
  transform: translateX(0);
}
.section7 .list .ul {
  border-bottom: 1px solid #bfbfbf;
}
.section7 .list h4 {
  display: flex;
  align-items: center;
}
.section7 .list h4 a {
  font-size: 14px;
  line-height: 50px;
  margin-right: auto;
  transition: all 0.5s ease;
}
.section7 .list i {
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
  transition: all 0.5s ease;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section7 .list i + i {
  display: none;
}
.section7 .list i {
  width: 40px;
  height: 40px;
}
.section7 .list h4.on a {
  color: var(--color);
}
.section7 .list .on i {
  color: var(--color);
  transform: rotate(0);
}
.section7 .list ul {
  display: none;
}
.section7 .list ul a {
  padding: 0 10px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.5s ease;
  margin-right: auto;
}
.section7 .list ul ul a {
  padding: 0 20px;
}
.section7 .list ul .web3 {
  display: flex;
}
.section7 .list ul a:hover {
  color: var(--color);
}
.section7 .box {
  margin-left: auto;
  width: 100%;
}

.section8 {
  padding-top: 80px;
}

.section9 {
  padding-top: 80px;
}
.section9 .p {
  text-align: center;
  margin-bottom: 70px;
}

.section10 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section10 iframe {
  width: 100%;
}

.section11 {
  padding-top: 30px;
  padding-bottom: 80px;
}
.section11 .con .img {
  float: left;
  margin-right: 25px;
  max-width: 50%;
}
.section11 .con .title_1 h2 {
  text-align: left;
}
.section11 .con .title_1 h2::before {
  left: auto;
  transform: translateX(0);
}

.section12 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.section13 {
  overflow: hidden;
  width: 100%;
  display: flex;
}
.section13 .img,
.section13 .txt {
  width: 50%;
}
.section13 .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.section13 .txt {
  padding: 40px 0px;
  /*background: #B5f602;*/
  background-color: #061d01;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.section13 .txt h3 {
  padding-left: 80px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}
.section13 .txt p {
  padding-left: 80px;
  padding-right: 100px;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.section13 .txt .btn {
  width: 140px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  transition: all 0.5s ease;
}
.section14 {
  padding-top: 20px;
}
.section14 .flex_7 {
  margin-top: 50px;
}
.section15 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section15 .flex_8 {
  margin-top: 50px;
}
.section16 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section16 .bx {
  display: flex;
}
.section16 .bx .l {
  flex-shrink: 0;
  padding: 20px;
  width: 450px;
  /*background: #fcfcfc;*/
}
.section16 .bx .l .title {
  font-size: 30px;
  font-weight: 600;
  color: #111;
}
.section16 .bx .l .ab_img {
  padding-top: 20px;
  line-height: 1.5;
}

.info1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.info1 .top {
  display: flex;
  flex-wrap: wrap;
}
.info1 .top .swiper_box {
  width: 45%;
  margin-right: auto;
  position: relative;
}
.info1 .top .swiper_box .big_box {
  display: none;
  overflow: hidden;
  top: 0px;
  left: 449px;
  border: 1px solid #eeeeee;
  position: absolute;
  width: 450px;
  height: 450px;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 20;
}
.info1 .top .swiper_box .big_box img {
  display: block;
  max-width: none;
  width: 130%;
}
.info1 .top .mySwiper1 {
  border: 1px solid #eeeeee;
}
.info1 .top .btn {
  position: relative;
  padding: 0 30px;
}
.info1 .top .btn .prev1,
.info1 .top .btn .next1 {
  width: 22px;
  height: 32px;
}
.info1 .top .btn .prev1 {
  left: 0;
}
.info1 .top .btn .next1 {
  right: 0;
}
.info1 .top .btn .prev1::after,
.info1 .top .btn .next1::after {
  display: none;
}
.info1 .top .btn .prev1 i,
.info1 .top .btn .next1 i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* border: 1px solid var(--color); */
  color: var(--color);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info1 .top .btn .prev1 i:hover,
.info1 .top .btn .next1 i:hover {
  background-color: var(--color);
  color: #fff;
}
.info1 .top .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.info1 .top .mySwiper2 {
  margin-top: 20px;
}
.info1 .top .mySwiper2 .img {
  border: 1px solid #ccc;
}
.info1 .top .mySwiper2 .swiper-slide-thumb-active .img {
  border: 1px solid var(--color);
}
.info1 .top .txt {
  width: 55%;
  padding: 10px 80px 0px;
  margin-bottom: 20px;
  flex: 1;
}
.info1 .top .txt h1 {
  font-size: 28px;
  color: #111;
  margin: 0;
  margin-bottom: 10px;
}
.info1 .top .con {
  line-height: 1.5;
}
.info1 .top .con p {
  line-height: 1.5;
}
.info1 .top .but {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.info1 .top .but a {
  height: 46px;
  min-width: 300px;
  border: 1px solid var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 0px 0px;
  cursor: pointer;
  font-size: 18px;
  color: var(--color);
  transition: all 0.3s ease;
  position: relative;
}
.info1 .top .but a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: var(--color);
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.info1 .top .but a:hover {
  color: #fff;
}
.info1 .top .but a:hover::before {
  transform: scaleY(1);
}
.info1 .bottom {
  margin-top: 50px;
}
.info1 .bottom .tab {
  width: 100%;
  /* border-bottom: 3px solid var(--color); */
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.info1 .bottom .tab a {
  line-height: 50px;
  width: 100%;
  background: #fcfcfc;
  font-size: 22px;
  text-align: center;
  color: #111;
  font-weight: 600;
}
.info1 .bottom .tab a.on {
  background-color: var(--color);
  color: #fff;
}
.info1 .bottom .tab_box {
  margin-bottom: 70px;
}
.info1 .bottom .h3 {
  font-size: 20px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
.info1 .bottom .h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 230px;
  height: 5px;
  background-color: var(--color);
}
.section16 form,
.info1 form {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info1 .form h4 {
  margin: 20px 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  text-align: center;
  background: #fcfcfc;
}
.section16 form input,
.info1 form input {
  position: relative;
  width: 49%;
  height: 50px;
  margin-bottom: 20px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #d5d5d5;
  outline: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.section16 form input:nth-child(1),
.info1 form input:nth-child(1) {
  background: url(../image/user.png) no-repeat;
  background-size: 22px 19px;
  background-position: right 10px top 16px;
}
.section16 form input:nth-child(2),
.info1 form input:nth-child(2) {
  background: url(../image/email.png) no-repeat;
  background-size: 20px 20px;
  background-position: right 10px top 14px;
}
.section16 form input:focus,
.info1 form input:focus {
  border-color: var(--color);
}
.section16 form input::placeholder,
.section16 form textarea::placeholder,
.info1 form textarea::placeholder,
.info1 form input::placeholder {
  /* position: absolute; */
  transition: all 0.3s ease;
}
.section16 form input:focus::placeholder,
.section16 form textarea:focus::placeholder,
.info1 form textarea:focus::placeholder,
.info1 form input:focus::placeholder {
  font-size: 12px;
  /* top: 5px; */
  transform: translateY(-15px);
}
.section16 form textarea,
.info1 form textarea {
  padding-top: 15px;
  width: 100%;
  height: 250px;
  resize: none;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #d5d5d5;
  outline: 0;
  padding-right: 40px;
  background: url(../image/pencil.png) no-repeat;
  background-size: 15px 15px;
  background-position: right 10px top 15px;
}
.section16 form button,
.info1 form button {
  margin: 20px auto;
  min-width: 200px;
  height: 50px;
  border: 1px solid #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
  background: #fff;
}
.section16 form button:hover,
.info1 form button:hover {
  color: #fff;
}
.section16 form button:hover::before,
.info1 form button:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.section16 form button::before,
.info1 form button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: var(--color);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.info2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.info2 .title {
  padding: 0px 160px;
  text-align: center;
  color: #111;
  font-size: 28px;
  line-height: 1.5;
}
.info2 .time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.info2 .time p {
  line-height: 1.5;
}
.info2 .con {
  padding-top: 20px;
}
.info2 .line {
  margin: 20px 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #ececec;
}
@media (max-width: 1400px) {
  .header .tit a {
    padding: 0 10px;
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  :root {
    --nav_height: 80px;
  }
  .header_top {
    display: none;
  }
  .header .nav {
    flex-direction: column;
    height: 100%;
    position: fixed;
    top: var(--nav_height);
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.7);
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
  }
  .header .nav.on {
    width: 100%;
    opacity: 1;
  }
  .header .nav .menu {
    flex-grow: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .header .nav .tit {
    padding: 0px;
    line-height: 45px;
    height: 45px;
    width: 100%;
    display: flex;
  }
  .header .tit a {
    line-height: 45px;
    margin-right: auto;
    color: #fff;
  }
  .header .tit i {
    display: block;
    color: #fff;
    width: 45px;
    text-align: center;
    line-height: 45px;
  }
  .header .sub {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  .header .mobile,
  .header .mobile_box {
    display: block;
  }
  .section7 .list,
  .header .sub,
  .header .sub::after,
  .header .search {
    display: none;
  }
  .header .sub ul {
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    padding: 0 20px;
  }
  .header .sub li::after {
    display: none;
  }
  .header .sub a {
    color: #fff;
  }
  #banner_1 .img {
    padding-bottom: 141%;
  }
  #banner_2 h2,
  #banner_1 h2 {
    font-size: 30px;
  }
  #banner_2 h2 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .title_1 h2 {
    font-size: 28px;
  }
  .flex_12,
  .info1 .top .but,
  .section5 .box,
  .flex_1 {
    gap: 15px;
  }
  .flex_12 .son,
  .flex_4 .son,
  .flex_1 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  .flex_4 {
    gap: 30px 15px;
  }
  .flex_6 {
    gap: 20px;
  }
  .section16 .bx .l,
  .flex_11 .txt,
  .flex_11 .img_box,
  .section16 form input,
  .info1 form input,
  .flex_9 .son,
  .flex_7 .son,
  .section13 .img,
  .section13 .txt,
  .flex_6 .son,
  .flex_5 .son,
  .info1 .top .swiper_box,
  .info1 .top .txt,
  .section7 .box,
  .footer .box,
  .footer .nav,
  .footer .email,
  .section5 .son,
  .section5 .box,
  .section5 .txt,
  .flex_2 .son {
    width: 100%;
  }
  .info1 .top .txt,
  .section5 .box {
    margin-top: 30px;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer .nav ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .nav li {
    width: calc(100% / 3);
  }
  .flex_1 h3 {
    padding: 10px;
    font-size: 16px;
  }
  .flex_4 h3 {
    padding: 0;
    margin: 10px;
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
  }
  .info1 .top .txt h1 {
    font-size: 20px;
  }
  .info1 .top .but a {
    width: auto;
    padding: 0 20px;
    line-height: 50px;
  }
  .info1 .bottom .tab a {
    padding: 0;
    text-align: center;
    width: 50%;
  }
  .section11 .con .img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    float: none;
  }
  .section9 .p {
    margin-bottom: 50px;
  }
  .footer .about h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .footer,
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8,
  .section9,
  .section10,
  .section11,
  .section12,
  .info1,
  .info2 {
    padding-top: 50px;
  }
  .section13 {
    flex-wrap: wrap;
  }
  .section13 .txt h3 {
    padding: 0 20px;
    text-align: center;
  }
  .section13 .txt p {
    padding: 0;
    margin: 20px;
  }
  .section13 .txt .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .section14 .flex_7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex_7 .son .img {
    padding-bottom: 0;
    height: 100%;
  }
  .flex_7 .son .txt {
    gap: 10px;
    padding: 20px;
  }
  .flex_7 .son .txt p {
    -webkit-line-clamp: 2;
  }
  .flex_7 .son:nth-child(2) a {
    flex-direction: row-reverse;
  }
  .flex_7 .son:nth-child(3) a {
    flex-direction: row;
  }
  .footer_top .bx {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    height: auto;
  }
  .footer_top .l .txt {
    margin-left: 40px;
  }
  .footer_top .l .txt p {
    line-height: 30px;
  }
  .footer_top .l .txt p + p {
    font-size: 18px;
  }
  .flex_9 .son {
    height: 75px;
  }
  .flex_9 .son .logo {
    width: 75px;
  }
  .flex_9 .son:nth-child(1) .logo {
    background-position: 8px 12px;
  }
  .flex_9 .son:nth-child(2) .logo {
    background-position: -115px 12px;
  }
  .flex_9 .son:nth-child(3) .logo {
    background-position: -238px 10px;
  }
  .flex_9 .son .content {
    justify-content: center;
    padding: 0px 0px 0px 20px;
  }
  .footer .bottom {
    flex-direction: column;
  }
  .footer .bottom .box {
    flex: 1;
    margin: 0;
  }
  .footer .bottom .box .link {
    margin-top: 15px;
  }
  .footer .bottom .code,
  .footer .bottom .nav,
  .footer .bottom .cate {
    margin: 0;
  }
  .footer .bottom .code h3 {
    text-align: left;
  }
  .info1 .top .txt {
    padding: 10px 0px 0px;
  }
  .page_1 {
    flex-wrap: wrap;
    gap: 20px;
    height: auto;
  }
  .page_1 .prev,
  .page_1 .next {
    gap: 15px;
    width: 100%;
  }
  .page_1 .next {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .page_1 span {
    gap: 10px;
    width: 110px;
  }
  .info1 .top .swiper_box .big_box {
    display: none !important;
  }
  .flex_10 a {
    flex-direction: column;
    gap: 20px;
  }
  .flex_10 a .txt {
    margin-right: 0;
  }
  .flex_10 a .img {
    width: 100%;
    max-width: 100%;
  }
  .info2 .title {
    padding: 0px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .flex_11 .son {
    gap: 20px;
  }
  .section16 .bx {
    flex-wrap: wrap;
  }
  .section16 .bx .l {
    padding: 0 0 40px;
  }
}
