.mySwiper_1 .swiper-slide img,
.flex_5 img,
.flex_4 img,
.flex_3 img,
.flex_1 img,
.section_2 .img img,
#banner_2 img,
#banner_1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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(218, 183, 57);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

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

@font-face {
  font-family: "Rajdhani";
  src: url(../font/LDI2apCSOBg7S-QT7pa8FvOreec.woff2);
}
.bx {
  width: 100%;
  max-width: 1140px;
  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%);
}
#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;
}

#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: 550px;
  color: #fff;
}
#banner_1 .swiper {
  height: 100%;
}
#banner_1 .bx {
  position: relative;
  height: 100%;
  display: flex;
}
#banner_1 .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner_1 h2 {
  font-family: "Rajdhani";
  font-size: 80px;
  margin-bottom: 20px;
}
#banner_1 p {
  font-family: "Rajdhani";
  width: 62%;
  margin: 15px auto 15px auto;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
#banner_1 .but {
  margin-top: 45px;
}
#banner_1 .but a {
  font-family: "Rajdhani";
  display: inline-block;
  background-color: var(--color);
  padding: 18px 30px;
  border-radius: 3px;
  font-size: 17px;
}
#banner_1 .pagination_banner span {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: var(--color);
}
#banner_1 .next_banner,
#banner_1 .prev_banner {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
}
#banner_1 .next_banner::after,
#banner_1 .prev_banner::after {
  display: none;
}
#banner_1 .next_banner i,
#banner_1 .prev_banner i {
  font-size: 24px;
}

#banner_2 {
  position: relative;
  height: 200px;
  color: #fff;
}
#banner_2::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.56);
}
#banner_2 .bx {
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner_2 h2 {
  font-size: 40px;
  padding-bottom: 5px;
  line-height: 1.2;
  font-family: "Rajdhani";
  font-weight: 700;
}
#banner_2 a,
#banner_2 i,
#banner_2 span {
  font-size: 16px;
  line-height: 20px;
}
#banner_2 i {
  font-size: 12px;
  line-height: 20px;
}

.tit_1 {
  text-align: center;
  color: var(--color);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Rajdhani";
}

.title_1 {
  text-align: center;
  font-size: 40px;
  font-family: "Rajdhani";
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

#head-top {
  padding: 12px;
  background-image: url("../image/bjt1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  margin-bottom: 100px;
}
#head-top .bx {
  max-width: 1200px;
}
#head-top .l {
  display: flex;
}
#head-top a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  margin-right: 20px;
}
#head-top i {
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px;
}
#head-top .r {
  margin-left: auto;
}
#head-top .r a {
  margin-right: 0;
}

header {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
header.on {
  position: fixed;
  top: 0;
}
header .flex_header {
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
header .logo a {
  display: flex;
}
header .logo img {
  height: 75px;
}
header .nav {
  display: flex;
  align-items: center;
}
header .flex_nav {
  display: flex;
}
header li {
  color: var(--color);
  position: relative;
}
header li:hover .sub {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header .title {
  text-align: center;
  padding: 40px 10px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
header .title i {
  font-size: 10px;
  margin-left: 5px;
}
header .sub {
  position: absolute;
  left: 0;
  top: 130%;
  min-width: 217px;
  text-align: left;
  background: var(--color);
  margin: 0;
  padding: 15px 0;
  z-index: 9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
header .sub a {
  white-space: nowrap;
  display: block;
  padding: 12px 20px;
  margin: 0;
  letter-spacing: normal;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
}
header .sub a:hover {
  background-color: #fff;
  color: var(--color);
}
header .but {
  font-family: "Rajdhani";
  background-color: var(--color);
  color: #ffffff;
  transition: 0.3s;
  font-size: 17px;
  margin-left: 20px;
  line-height: 28px;
  border: 2px solid #fff;
  padding: 10px 30px 10px;
}

footer {
  background-color: rgb(0,0,0,0.9);
  color: #fff;
}
footer .footer_1 {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  gap: 30px;
}
footer .logo {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
}
footer .logo .img {
  margin: 25px 0;
  display: block;
  max-width: 67% !important;
}
footer .logo p {
  margin-bottom: 20px;
  line-height: 1.6;
}
footer .logo .social {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
footer .logo .icon {
  width: 40px;
  height: 40px;
  /*background-color: rgba(255, 255, 255, 0.3215686275);*/
  transition: all 0.5s ease;
  /*position: relative;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo .icon:hover {
  /*background-color: var(--color);*/
}
footer .logo .icon img {
  /*height: 15px;*/
  /*max-width: 30px;*/
}
footer .logo .icon .image {
  height: 150px;
  width: 150px;
  max-height: 150px;
  max-width: 150px;
  position: absolute;
  top: 50px;
  left: 0;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
}
footer .logo .icon:hover .image {
  visibility: visible;
  opacity: 1;
}
footer .nav {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
}
footer .nav h2 {
  margin: 25px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  font-family: "Rajdhani";
}
footer .nav li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
footer .nav a {
  transition: all 0.5s ease;
}
footer .nav a:hover {
  color: var(--color);
}
footer .contact {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
}
footer .contact h2 {
  margin: 25px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  font-family: "Rajdhani";
}
footer .contact p {
  line-height: 1.6;
  margin-bottom: 10px;
}
footer .footer_2 {
  border-top: 1px solid rgba(255, 255, 255, 0.3803921569);
  padding: 25px 0;
}
footer .footer_2 .bx {
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
}

.section_1 .l {
  width: 50%;
  padding: 50px 80px;
  background-color: var(--color);
  display: flex;
  align-items: center;
}
.section_1 .r {
  width: 50%;
  padding: 50px 80px;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
}
.section_1 h2 {
  width: 66.6666666667%;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Rajdhani";
}
.section_1 a {
  border-radius: 3px;
  font-family: "Rajdhani";
  font-size: 17px;
  flex-shrink: 0;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  padding: 15px 35px;
  margin-left: auto;
}

.section_2 .img {
  width: 50%;
  padding-right: 20px;
  position: relative;
}
.section_2 .img img {
  object-fit: contain;
  padding-right: 20px;
}
.section_2 .txt {
  width: 50%;
  padding-left: 20px;
}
.section_2 .txt .h3 {
  font-family: "Rajdhani";
  font-size: 40px;
  margin-bottom: 20px;
}
.section_2 .con p {
  margin-top: 10px;
}
.section_2 .but {
  margin-top: 40px;
}
.section_2 .but a {
  font-family: "Rajdhani";
  display: inline-block;
  background-color: var(--color);
  padding: 18px 30px;
  border-radius: 3px;
  font-size: 17px;
  color: #fff;
}

.section_3 {
  background-image: url("../image/bjt2.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.section_3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0c0c0c;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.section_3 .bx {
  position: relative;
  z-index: 1;
}
.section_3 .tit_1 {
  color: #fff;
}
.section_3 .title_1 {
  color: #fff;
}
.section_3 .but {
  margin-top: 25px;
  text-align: center;
  color: #fff;
}
.section_3 .but a {
  border-radius: 3px;
  font-size: 17px;
  font-weight: 700;
  font-family: "Rajdhani";
  background-color: var(--color);
  padding: 18px 30px;
  display: inline-block;
}

.section_5 {
  background-image: url("../image/bjt3.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.section_5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0c0c0c;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.section_5 .bx {
  position: relative;
  z-index: 1;
}
.section_5 .title_1 {
  color: #fff;
}

.section_6 .img {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  float: left;
  margin-right: 20px; 
}
.section_6 .txt {
  /* width: calc(100% / 2 - 30px * (2 - 1) / 2); */
  /* margin-left: auto; */
}
.section_6 .h3 {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1.2;
  font-family: "Rajdhani";
}
.section_6 .con p {
  margin-bottom: 10px;
}

.section_9 .title_1 {
  margin-bottom: 0;
}
.section_9 .tit_1 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.section_10 {
  background-image: url("../image/bjt4.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.section_10::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0c0c0c;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.section_10 form {
  position: relative;
  z-index: 1;
  background-color: rgba(218, 183, 57, 0.39);
  border-radius: 10px;
  padding: 60px 35px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_10 h2 {
  width: 100%;
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "Rajdhani";
  line-height: 1.2;
}
.section_10 label {
  width: 49%;
  margin-bottom: 35px;
}
.section_10 select,
.section_10 input {
  font-size: 16px;
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 43px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #fff;
}
.section_10 select option {
  color: #333;
}
.section_10 input::placeholder {
  color: #fff;
}
.section_10 .comment {
  width: 100%;
  font-size: 0;
}
.section_10 textarea {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px 20px 20px;
}
.section_10 textarea::placeholder {
  color: #fff;
}
.section_10 .but {
  text-align: center;
  margin: auto;
}
.section_10 button {
  cursor: pointer;
  width: 100%;
  background-color: var(--color);
  padding: 18px 30px;
  line-height: 1;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}

.section_info .list {
  width: calc(35% - 20px);
  margin-right: auto;
}
.section_info .box {
  padding: 50px 30px 50px;
  box-shadow: 0px 0px 20px 0px rgba(42, 67, 113, 0.15);
}
.section_info .title {
  color: #ffffff;
  background-color: #111111;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section_info li {
  margin-bottom: 15px;
}
.section_info li a {
  padding: 12px 25px;
  display: block;
  background-color: var(--color);
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  border-radius: 30px;
  font-family: "Rajdhani";
  transition: all 0.5s ease;
}
.section_info li a:hover {
  background-color: #000;
}
.section_info .txt {
  width: calc(65% - 20px);
  margin-left: auto;
  box-shadow: 0px 0px 20px 0px rgba(42, 67, 113, 0.15);
}
.section_info .img {
  width: 100%;
}
.section_info .con {
  padding: 10px 30px 30px;
}
.section_info .con p {
  margin-bottom: 10px;
}
.section_info .h1 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  font-family: "Rajdhani";
}

.flex_1 {
  gap: 20px;
}
.flex_1 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.flex_1 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}
.flex_1 .txt {
  padding: 20px;
  background-color: #fff;
}
.flex_1 h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 28px;
  font-family: "Rajdhani";
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.flex_1 h3:hover {
  color: var(--color);
}
.flex_1 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  height: 102.4px;
  padding-bottom: 5px;
}

.flex_2 {
  gap: 20px;
}
.flex_2 .son {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  padding: 35px 30px;
  transition: all 0.5s ease;
  display: flex;
}
.flex_2 .son:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}
.flex_2 i {
  flex-shrink: 0;
  font-size: 40px;
  margin-top: 10px;
  margin-right: 20px;
  color: var(--color);
}
.flex_2 .txt {
  flex-grow: 1;
}
.flex_2 h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Rajdhani";
  transition: all 0.5s ease;
}
.flex_2 h3:hover {
  color: var(--color);
}
.flex_2 p {
  line-height: 1.6;
}

.flex_3 {
  align-items: center;
  gap: 20px;
}
.flex_3 .img {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  margin: 0;
}
.flex_3 .img .box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.flex_3 img {
  border-radius: 50%;
}
.flex_3 .from {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  padding: 65px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.flex_3 .tit_1 {
  text-align: left;
  margin-bottom: 5px;
}
.flex_3 .title_1 {
  text-align: left;
  margin-bottom: 20px;
}
.flex_3 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_3 form label {
  width: 49%;
  margin-bottom: 35px;
}
.flex_3 form select,
.flex_3 form input {
  font-size: 16px;
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 43px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.flex_3 form .comment {
  width: 100%;
  font-size: 0;
}
.flex_3 form textarea {
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px 30px 20px;
}
.flex_3 form button {
  cursor: pointer;
  width: 100%;
  background-color: var(--color);
  padding: 18px 30px;
  line-height: 1;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}

.flex_4 {
  gap: 20px;
}
.flex_4 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  position: relative;
  overflow: hidden;
}
.flex_4 .son:hover .box {
  top: -100%;
}
.flex_4 .son:hover h3 {
  color: var(--color);
}
.flex_4 .img {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}
.flex_4 .txt {
  position: relative;
  padding-bottom: 95px;
}
.flex_4 .box {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.flex_4 h3 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Rajdhani";
  font-weight: 700;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex_4 p {
  line-height: 1.6;
  color: #797979;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.flex_5 {
  gap: 20px;
}
.flex_5 .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
.flex_5 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.flex_6 {
  gap: 20px;
}
.flex_6 .son {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}
.flex_6 i {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
}
.flex_6 h3 {
  padding: 20px 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Rajdhani";
  font-weight: 700;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex_6 p {
  line-height: 1.6;
}

.mySwiper_1 .next_1,
.mySwiper_1 .prev_1 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  transition: all 0.3s ease;
}
.mySwiper_1 .next_1 i,
.mySwiper_1 .prev_1 i {
  font-size: 24px;
}
.mySwiper_1 .next_1:hover,
.mySwiper_1 .prev_1:hover {
  background-color: #101010;
}
.mySwiper_1 .next_1::after,
.mySwiper_1 .prev_1::after {
  display: none;
}
.mySwiper_1 .next_1 {
  right: 0;
}
.mySwiper_1 .prev_1 {
  left: 0;
}
.mySwiper_1 .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.mySwiper_1 .swiper-slide img {
  transition: all 0.5s ease;
}
.mySwiper_1 .swiper-slide img:hover {
  transform: scale(1.05);
}
.mySwiper_1 .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 117%;
}
.mySwiper_1 .swiper-slide:hover .txt {
  bottom: 30px;
  opacity: 1;
}
.mySwiper_1 .txt {
  position: absolute;
  bottom: -100px;
  left: 30px;
  right: 30px;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  padding: 40px 10px 15px;
  background-color: #fff;
  border-radius: 5px;
}
.mySwiper_1 .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  background: var(--color);
  color: #fff;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.0784313725);
}
.mySwiper_1 .icon i {
  font-size: 18px;
}
.mySwiper_1 h3 {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Rajdhani";
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mobile_nav {
  position: fixed;
  top: 75px;
  /* left: 0; */
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  transition: all 0.5s ease;
  background-color: rgb(0, 0, 0, 0.8);
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
.mobile_nav.on {
  width: 100%;
}
.mobile_ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile_close {
  flex-grow: 1;
}
.mobile_li {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_title {
  line-height: 45px;
}
.mobile_sub {
  display: none;
}
.mobile_sub a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
}
.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .bx {
    padding: 0 15px;
  }
  .mobile,
  .mobile_nav {
    display: block;
  }
  #head-top,
  header .nav,
  .section_info .list {
    display: none;
  }
  header {
    top: 0;
  }
  .section_1 .l,
  .section_1 .r,
  .section_1 h2,
  .section_2 .img,
  .section_2 .txt,
  .flex_1 .son,
  .flex_2 .son,
  .flex_3 .img,
  .flex_3 .from,
  footer .logo,
  footer .nav,
  footer .contact,
  #banner_1 p,
  .section_6 .img,
  .flex_4 .son,
  .section_info .txt,
  .flex_6 .son,
  .section_10 label,
  .flex_3 form label {
    width: 100%;
  }
  .section_1 .l,
  .section_1 .r {
    flex-wrap: wrap;
    padding: 20px;
  }
  .section_1 a {
    margin: 20px auto 0;
  }
  .section_2 .img,
  .section_2 .txt {
    padding: 0;
  }
  .section_10 form,
  .flex_3 .from,
  .flex_2 .son {
    padding: 20px;
  }
  .section_10 h2,
  .section_1 h2,
  .section_2 .txt .h3,
  .title_1 {
    font-size: 28px;
  }
  footer .footer_1 {
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 30px;
  }
  footer .logo .img {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  footer .logo .social {
    justify-content: center;
  }
  footer .contact,
  footer .nav {
    text-align: center;
  }
  footer .footer_2 .bx {
    flex-wrap: wrap;
  }
  header .logo img {
    height: 60px;
  }
  .mobile i {
    font-size: 24px;
  }
  #banner_1 h2 {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 36px;
    text-align: center;
  }
  #banner_1 .next_banner,
  #banner_1 .prev_banner {
    margin: 0;
    top: auto;
    bottom: 30px;
  }
  #banner_1 .but {
    margin-top: 20px;
  }
  .section_6 .h3 {
    margin-top: 15px;
  }
  #banner_2 {
    margin-top: 75px;
  }
  #banner_2 h2 {
    font-size: 22px;
  }
  .flex_4 .son {
    border: 1px solid #ddd;
  }
  .section_info .con {
    padding: 10px 20px 20px;
  }
  .flex_5 {
    gap: 10px;
  }
  .flex_5 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .flex_3 form label,
  .section_10 label {
    margin-bottom: 20px;
  }
  #banner_1 {
    margin-top: 75px;
    height: 400px;
  }
  #banner_1 p {
    margin: 5px 0;
  }
  .section_2 .but {
    margin-top: 20px;
  }
  header .flex_header {
    height: 75px;
  }
  .p-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
