@charset "UTF-8";
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url("../fonts/SourceHanSansCN-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url("../fonts/SourceHanSansCN-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #202020;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body::before {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: url(../images/main_bg.png) no-repeat top center;
  background-size: cover;
  transform: scaleX(1.2);
}

body h4, body h3 {
  line-height: 1.4;
}

body .header-top.text-center {
  text-align: center;
}

body .header-top.text-center h2::after {
  display: block;
  margin: 15px auto;
}

body .header-top em {
  color: #F5AC2C;
  font-weight: bold;
}

body .text-transform {
  text-transform: uppercase;
}

body em {
  font-style: normal;
}

body h3 {
  font-size: 24px;
}

@media (max-width: 1024px) {
  body h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body h3 {
    font-size: 16px;
  }
}

body .font-w {
  font-weight: normal;
}

body .line-24 {
  line-height: 24px;
}

body .bold {
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
}

body .title {
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
}

@media (max-width: 767px) {
  body .title {
    flex-wrap: wrap;
    display: block;
  }
}

body .title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-image: linear-gradient(to right, #418FDE 25%, #C95D6C, #EB5150, #E57200);
  margin-top: 15px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  body .title::after {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

body .garyText {
  color: #A5938B;
}

body .big-title b {
  text-transform: uppercase;
  display: block;
  color: rgba(31, 51, 104, 0.4);
  position: absolute;
  right: 0;
}

@media (max-width: 1024px) {
  body .big-title b {
    display: none;
  }
}

body .second-block .box .fc .fc-button-group > .fc-button {
  flex: 0;
}

body .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
  justify-content: space-between;
}

body .fc .fc-button-group {
  margin-left: 0;
  width: 100%;
}

body .fc .fc-col-header-cell-cushion {
  font-size: 20px;
}

body .fc-toolbar-chunk {
  width: 100%;
  text-align: center;
}

body .fc .fc-toolbar {
  position: relative;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(2) {
  display: none;
  width: 0;
}

body .fc .fc-today-button {
  display: none;
  width: 0;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1) {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
}

body .box-shadow img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body h4 {
  font-weight: normal;
}

body a {
  color: #202020;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #F5AC2C;
  text-decoration: none;
}

body img {
  max-width: 100%;
}

body .text-decoration {
  text-decoration: underline;
}

body .orangeText {
  color: #F2A317;
}

body .blueText {
  color: #243775;
}

body .blueLight {
  color: #243775;
}

body .garycolor {
  color: rgba(32, 32, 32, 0.6);
}

body .black {
  color: #000000;
}

body .red {
  color: #243775;
}

body .greenback {
  background: #243775;
}

body .greenDeep {
  color: #243775;
}

body .orangeDeep {
  color: #243775;
}

body .yellow {
  color: #F4E65A;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .fs100 {
  font-size: 100px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs100 {
    font-size: 104px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs100 {
    font-size: 120px;
  }
}

@media (max-width: 1440px) {
  body .fs100 {
    font-size: 80px;
  }
}

@media (max-width: 1366px) {
  body .fs100 {
    font-size: 78px;
  }
}

@media (max-width: 1200px) {
  body .fs100 {
    font-size: 76px;
  }
}

@media (max-width: 1024px) {
  body .fs100 {
    font-size: 74px;
  }
}

@media (max-width: 768px) {
  body .fs100 {
    font-size: 72px;
  }
}

@media (max-width: 576px) {
  body .fs100 {
    font-size: 70px;
  }
}

body .fs90 {
  font-size: 90px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs90 {
    font-size: 94px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs90 {
    font-size: 100px;
  }
}

@media (max-width: 992px) {
  body .fs90 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  body .fs90 {
    font-size: 40px;
  }
}

body .fs80 {
  font-size: 80px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs80 {
    font-size: 84px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs80 {
    font-size: 90px;
  }
}

@media (max-width: 992px) {
  body .fs80 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  body .fs80 {
    font-size: 30px;
  }
}

body .fs72 {
  font-size: 72px;
}

@media (max-width: 1440px) {
  body .fs72 {
    font-size: 70px;
  }
}

@media (max-width: 1366px) {
  body .fs72 {
    font-size: 66px;
  }
}

@media (max-width: 1200px) {
  body .fs72 {
    font-size: 62px;
  }
}

@media (max-width: 1024px) {
  body .fs72 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  body .fs72 {
    font-size: 56px;
  }
}

@media (max-width: 576px) {
  body .fs72 {
    font-size: 36px;
  }
}

body .fs64 {
  font-size: 64px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs64 {
    font-size: 68px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs64 {
    font-size: 78px;
  }
}

@media (max-width: 1440px) {
  body .fs64 {
    font-size: 62px;
  }
}

@media (max-width: 1366px) {
  body .fs64 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs64 {
    font-size: 54px;
  }
}

@media (max-width: 1024px) {
  body .fs64 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  body .fs64 {
    font-size: 46px;
  }
}

@media (max-width: 576px) {
  body .fs64 {
    font-size: 42px;
  }
}

body .fs60 {
  font-size: 60px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs60 {
    font-size: 64px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs60 {
    font-size: 74px;
  }
}

@media (max-width: 1440px) {
  body .fs60 {
    font-size: 58px;
  }
}

@media (max-width: 1366px) {
  body .fs60 {
    font-size: 54px;
  }
}

@media (max-width: 1200px) {
  body .fs60 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  body .fs60 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  body .fs60 {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  body .fs60 {
    font-size: 32px;
  }
}

body .fs54 {
  font-size: 54px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media (max-width: 1440px) {
  body .fs54 {
    font-size: 52px;
  }
}

@media (max-width: 1366px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs54 {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  body .fs54 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs54 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  body .fs54 {
    font-size: 32px;
  }
}

body .fs48 {
  font-size: 48px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs48 {
    font-size: 52px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs48 {
    font-size: 64px;
  }
}

@media (max-width: 1440px) {
  body .fs48 {
    font-size: 46px;
  }
}

@media (max-width: 1366px) {
  body .fs48 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  body .fs48 {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  body .fs48 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  body .fs48 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  body .fs48 {
    font-size: 30px;
  }
}

body .fs46 {
  font-size: 46px;
}

@media (max-width: 1440px) {
  body .fs46 {
    font-size: 44px;
  }
}

@media (max-width: 1366px) {
  body .fs46 {
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  body .fs46 {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  body .fs46 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  body .fs46 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  body .fs46 {
    font-size: 24px;
  }
}

body .fs42 {
  font-size: 42px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs42 {
    font-size: 46px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs42 {
    font-size: 58px;
  }
}

@media (max-width: 1440px) {
  body .fs42 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  body .fs42 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  body .fs42 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  body .fs42 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  body .fs42 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  body .fs42 {
    font-size: 30px;
  }
}

body .fs40 {
  font-size: 40px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs40 {
    font-size: 44px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs40 {
    font-size: 56px;
  }
}

@media (max-width: 1440px) {
  body .fs40 {
    font-size: 38px;
  }
}

@media (max-width: 1366px) {
  body .fs40 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  body .fs40 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  body .fs40 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  body .fs40 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs40 {
    font-size: 24px;
  }
}

body .fs38 {
  font-size: 38px;
}

body .fs36 {
  font-size: 36px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs36 {
    font-size: 40px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs36 {
    font-size: 48px;
  }
}

@media (max-width: 1440px) {
  body .fs36 {
    font-size: 34px;
  }
}

@media (max-width: 1366px) {
  body .fs36 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  body .fs36 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  body .fs36 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  body .fs36 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  body .fs36 {
    font-size: 28px;
  }
}

body .fs22 {
  font-size: 22px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs22 {
    font-size: 26px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs22 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  body .fs22 {
    font-size: 18px;
  }
}

body .fs20 {
  font-size: 20px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs20 {
    font-size: 24px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs20 {
    font-size: 32px;
  }
}

@media (max-width: 1440px) {
  body .fs20 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  body .fs20 {
    font-size: 16px;
  }
}

body .fs32 {
  font-size: 32px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs32 {
    font-size: 34px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs32 {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  body .fs32 {
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  body .fs32 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  body .fs32 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  body .fs32 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  body .fs32 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  body .fs32 {
    font-size: 22px;
  }
}

body .fs30 {
  font-size: 30px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs30 {
    font-size: 32px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs30 {
    font-size: 38px;
  }
}

@media (max-width: 1440px) {
  body .fs30 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  body .fs30 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  body .fs30 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body .fs30 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  body .fs30 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  body .fs30 {
    font-size: 20px;
  }
}

body .fs28 {
  font-size: 28px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs28 {
    font-size: 34px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs28 {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  body .fs28 {
    font-size: 28px;
  }
}

@media (max-width: 1366px) {
  body .fs28 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  body .fs28 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  body .fs28 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body .fs28 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs28 {
    font-size: 18px;
  }
}

body .fs26 {
  font-size: 26px;
}

@media (max-width: 768px) {
  body .fs26 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body .fs26 {
    font-size: 18px;
  }
}

body .fs24, body h2, body .h2 {
  font-size: 24px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs24, body h2, body .h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs24, body h2, body .h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  body .fs24, body h2, body .h2 {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  body .fs24, body h2, body .h2 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs24, body h2, body .h2 {
    font-size: 18px;
  }
}

body .fs18 {
  font-size: 18px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs18 {
    font-size: 22px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs18 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  body .fs18 {
    font-size: 15px;
  }
}

body .fs16 {
  font-size: 16px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs16 {
    font-size: 20px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs16 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  body .fs16 {
    font-size: 14px;
  }
}

body .fs14 {
  font-size: 14px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs14 {
    font-size: 18px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs14 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  body .fs14 {
    font-size: 12px;
  }
}

body .fs12 {
  font-size: 12px;
}

body .boxshadow2 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  body .mt-5 {
    margin-top: 1.5rem !important;
  }
}

body .white {
  color: #ffffff;
}

body .more-border {
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 200px;
  height: 60px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  body .more-border {
    width: 160px;
    height: 50px;
  }
}

body .more-border:hover {
  color: #243775;
  background: #ffffff;
}

body .row {
  --bs-gutter-x: 1rem;
  z-index: 9;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  transition: all 0.35s ease;
  background-color: #E6E6E6;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F5AC2C;
}

header .searchform form input::-webkit-input-placeholder {
  color: #fff;
}

header .searchform form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

header .searchform form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

header .searchform form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-control {
  color: #333;
}

.departments-block .departments .swiper-slide .taba::-webkit-scrollbar {
  width: 1px;
  height: 8px;
}

.departments-block .departments .swiper-slide .taba::-webkit-scrollbar-track {
  background-color: #fff;
}

.departments-block .departments .swiper-slide .taba::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
}

.text-left p {
  text-align: left !important;
}

.dropdown-menu li:nth-last-child(1) a {
  border-bottom: none;
}

.dropdown-menu {
  background-color: #FDFBF5;
  position: absolute;
  width: 100%;
  min-width: 100%;
  left: 0%;
  right: 0;
  padding: 3rem 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0 !important;
}

@media (max-width: 1280px) {
  .dropdown-menu {
    box-shadow: none;
    background: #fff;
    padding: 0;
    position: relative;
  }
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #202020;
  white-space: nowrap;
  margin-left: 0 !important;
  border-bottom: 1px solid #efefef;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}

@media (max-width: 1200px) {
  .dropdown-menu li a {
    border: none;
    font-size: 14px;
  }
}

.dropdown-menu li a:hover {
  border-bottom: 1px solid #68A7DA;
  background: none !important;
  color: #68A7DA !important;
}

.dropdown-menu .imgs img {
  width: 100%;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-3 {
    display: none;
  }
}

.dropdown-menu .col-md-9 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 {
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin {
  width: 30%;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding-left: 3rem;
  margin-left: 3rem;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin a {
    padding: 0.5rem 0;
    font-size: 16px;
  }
  .dropdown-menu .col-md-9 .leftin a:nth-last-child(1) {
    border-bottom: none;
  }
}

.dropdown-menu .col-md-9 .leftin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .leftin a.orange {
  color: #243775;
}

.dropdown-menu .col-md-9 .rightin {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .rightin {
    width: 100%;
    display: none;
  }
}

.dropdown-menu .col-md-9 .rightin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.dropdown-menu .col-md-9 .rightin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .rightin a.orange {
  color: #243775;
}

.dropdown-menu .col-md-9 .rightin .second {
  width: 45%;
}

.dropdown-menu .col-md-9 .rightin .third {
  width: 45%;
}

@media (max-width: 1280px) {
  .dropdown-menu .container {
    max-width: 100%;
  }
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

.open > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block;
}

.form-control:focus, .form-select:focus, .btn:focus {
  box-shadow: none !important;
}

main .txt ul {
  padding-left: 0rem;
  margin-top: 1rem;
}

main .txt ul li {
  padding-left: 2rem;
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
}

main .txt ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 11px;
  background: #68A7DA;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

main .txt ul li a {
  color: #68A7DA;
  text-decoration: underline;
  font-family: 'TradeGothicNextLTPro-Rg';
}

.container {
  max-width: 1254px;
  width: 100%;
}

@media (max-width: 1366px) {
  .container {
    max-width: 82%;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 82%;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 94%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 98%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .icons, .inner-mob {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .d-md-block, .d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-md-none {
    display: inline-block !important;
  }
}

.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill: #202020;
}

@media (max-width: 1024px) {
  .icon {
    width: 3em;
    height: 3em;
  }
}

@media (max-width: 767px) {
  .icon {
    width: 2.5em;
  }
}

@media (max-width: 767px) {
  .webskp {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1280px) {
  .icon-box {
    display: flex !important;
  }
}

@keyframes img_move {
  0% {
    top: 0px;
  }
  25% {
    top: -7px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -7px;
  }
  100% {
    top: 0px;
  }
}

@keyframes rotate_left {
  100% {
    transform: rotate(360deg);
    left: 50px;
    opacity: 1;
  }
}

@keyframes rotate_right {
  100% {
    transform: rotate(360deg);
    right: 50px;
    opacity: 1;
  }
}

@keyframes random_move1 {
  33% {
    transform: translateX(45px);
    transform: translateY(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateY(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes random_move2 {
  33% {
    transform: translateX(10px);
    transform: translateY(50px);
  }
  66% {
    transform: translateX(40px);
    transform: translateY(20px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    bottom: 1px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes mymove1 {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 15px;
  }
}

.swiper-button-next, .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.35s ease;
  width: 68px;
  height: 68px;
  outline: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: #68A7DA;
  font-weight: bold;
}

@media (max-width: 767px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
  }
}

.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
  right: -5vw;
}

.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  left: -5vw;
}

header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 140px;
}

@media (max-width: 1200px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  header {
    height: auto;
  }
}

header::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  background: #68A7DA;
  width: 40%;
}

header::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 7px;
  background: #F5AC2C;
  width: 60%;
}

header.sticky {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}

header .container {
  max-width: 94%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  header .container {
    align-items: center;
  }
}

header .header {
  width: 100%;
}

header .header .topmenu {
  width: 100%;
  height: 100%;
  padding: 25px 0 10px 0px;
}

@media (max-width: 767px) {
  header .header .topmenu {
    padding-top: 20px;
  }
}

header .header .container .left {
  max-width: 300px;
  transition: all 0.35s ease;
}

@media (max-width: 1680px) {
  header .header .container .left {
    max-width: 203px;
  }
}

@media (max-width: 767px) {
  header .header .container .left {
    max-width: 160px;
  }
}

header .header .container .left .logo {
  display: flex;
  align-items: center;
  transform: translateY(20px);
}

@media (max-width: 1680px) {
  header .header .container .left .logo {
    transform: translateY(40px);
  }
}

@media (max-width: 1024px) {
  header .header .container .left .logo {
    transform: translateY(10px);
  }
}

@media (max-width: 767px) {
  header .header .container .left .logo {
    transform: translateY(0px);
  }
}

header .header .container .left .logo img {
  max-width: 100%;
}

header .header .container .icon-box a {
  margin-left: 2vmin;
}

header .header .container .icon-box .btn {
  margin-left: 2rem;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 25px;
  width: 30px;
  cursor: pointer;
  z-index: 99;
}

@media (max-width: 767px) {
  header .header .container .icon-box .btn {
    margin-left: 1rem;
  }
}

header .header .container .icon-box .btn span {
  position: absolute;
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: 3px;
  width: 100%;
  background: #68A7DA;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .header .container .icon-box .btn span:first-child {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .container .icon-box .btn span:last-child {
  top: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .container .icon-box .btn span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"]::after {
    content: "\f124";
  }
}

@media (max-width: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"] span {
    display: none;
  }
}

header .header .container .right {
  position: relative;
  width: calc(100% - 300px);
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1680px) {
  header .header .container .right {
    width: calc(100% - 300px);
  }
}

@media (max-width: 1366px) {
  header .header .container .right {
    width: calc(100% - 300px);
  }
}

@media (max-width: 1280px) {
  header .header .container .right {
    width: calc(100% - 40px);
    padding-top: 10px;
  }
}

@media screen and (min-width: 2561px) {
  header .header .container .right ul {
    justify-content: space-between !important;
  }
}

@media (max-width: 767px) {
  header .header .container .right {
    width: calc(100% - 100px);
    padding-top: 0;
  }
}

header .header .container .right .link {
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header .header .container .right .link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    justify-content: space-between !important;
  }
  header .header .container .right .link div {
    width: 18%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  header .header .container .right .link div {
    width: auto;
  }
}

@media (max-width: 1024px) {
  header .header .container .right .link div a {
    padding-top: 1rem;
  }
}

header .header .container .right .icon-box a {
  margin-right: 1.5vmin;
}

header .header .container .right .icon-box img {
  width: 5vmin;
}

header .header .container .right .nav-link {
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  font-size: 18px;
  color: #000;
}

header .header .container .right .nav-link:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .header .container .right .nav-link:hover i {
  color: #ffffff;
}

@media (max-width: 1680px) {
  header .header .container .right .nav-link {
    font-size: 16px;
  }
}

header .header .container .right .nav-link a {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
}

@media (max-width: 1366px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 767px) {
  header .header .container .right .nav-link a {
    margin-left: 0;
  }
}

header .header .container .right .nav-link a.active {
  color: #68A7DA;
}

header .header .container .right .dropdown.nav-item .nav-link::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/down.svg) no-repeat top center;
  background-size: cover;
  margin-left: 8px;
}

header .header .mask_background {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
}

header .header #collapseNav {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}

header .header #collapseNav .navscontent {
  pointer-events: all;
  width: 80vw;
  height: 100%;
  background: rgba(31, 51, 104, 0.9);
  position: absolute;
  backdrop-filter: blur(5px);
  right: 0;
  top: 0;
  padding: 20px 25px 20px 40px;
}

header .header #collapseNav .nav {
  display: block;
}

header .header #collapseNav .nav .nav-item {
  color: #202020;
  position: static;
}

header .header #collapseNav .nav .nav-item .nav-link {
  padding-left: 1.45rem;
  color: #202020;
}

header .header #collapseNav .nav .nav-item .btn {
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #F6F6F6;
}

header .header #collapseNav .nav .nav-item .btn .fa {
  color: #243775;
  font-size: 20px;
}

header .header #collapseNav .nav .nav-item .btn .fa::before {
  transition: all 0.35s ease;
  content: '+';
}

header .header #collapseNav .nav .nav-item .btn[aria-expanded="true"] .fa::before {
  content: '-';
}

header .header #collapseNav .nav .nav-item .nav-item {
  padding-left: 1rem;
  margin-top: 0.5rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn .fa {
  margin-top: .2rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-link {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item {
  color: #ffffff;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item .nav-link {
  padding-left: 2.125rem;
}

header .header #collapseNav .nav .nav-item .scoial a {
  width: 30px;
  height: 30px;
  border: 1px solid #243775;
  color: #243775;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header #collapseNav .copy {
  position: fixed;
  bottom: 4rem;
}

header .header #collapseNav .copy a:nth-child(1)::after, header .header #collapseNav .copy a:nth-child(1)::before {
  content: '';
  display: inline-block;
  margin: 0 0.5rem;
  width: 1px;
  height: 10px;
  background-color: #202020;
}

header .nav-box {
  z-index: 99;
  padding: 0;
  width: 100%;
}

@media (max-width: 1280px) {
  header .nav-box {
    display: none !important;
  }
}

@media (max-width: 1366px) {
  header .nav-box .nav {
    justify-content: flex-end !important;
  }
}

header .nav-box .nav .nav-link {
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}

@media screen and (max-width: 1460px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 1360px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 0.5rem;
  }
}

header .nav-box .nav .nav-link:hover {
  color: #68A7DA;
}

header .lang {
  position: relative;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

header .lang a.active {
  background: #F5AC2C;
  color: #ffffff;
}

header .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
}

@media (max-width: 1280px) {
  header .links {
    display: none;
  }
}

header .links .login a {
  display: inline-block;
  border-radius: 31px;
  padding: 0.75rem 1.7rem;
  height: 50px;
  border: 1px solid #68A7DA;
  background: #68A7DA;
  box-shadow: 0 3px 6px rgba(255, 205, 183, 0.16);
  color: #ffffff;
  transition: all 0.35s ease;
  margin-left: 1.5rem;
}

header .links .login a:hover {
  background: #243775;
  border: 1px solid #243775;
}

@media (max-width: 1280px) {
  header .links .login a {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  header .links .login a {
    padding: 0.4rem 1rem;
    height: auto;
    margin-left: 0.5rem;
    border-radius: 10px;
  }
}

header .links .login a img {
  margin-right: 10px;
}

.apply {
  position: absolute;
  right: 0;
  top: 0;
  background: #68A7DA;
  border-radius: 0 0 0 70px;
  padding: 46px 43px;
  z-index: 9922;
}

@media (max-width: 1280px) {
  .apply {
    display: none;
    top: 50%;
    border-radius: 20px 0 0 20px;
    padding: 10px;
  }
}

.apply a {
  color: #68A7DA;
}

.apply a img {
  display: block;
  margin: 0 auto;
}

.apply a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 44px;
  background: url(../images/is.png) no-repeat top center;
  background-size: cover;
  margin-top: 10px;
}

.mobile-menu-visible .apply {
  opacity: 0;
}

.mobile-menu-visible header .header .container .icon-box .btn span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.opennav {
  overflow: hidden;
}

.opennav header {
  position: fixed;
  top: 0;
}

@media (max-width: 1024px) {
  .nav-up {
    bottom: -100% !important;
  }
}

.tag {
  display: flex;
}

@media (max-width: 767px) {
  .tag {
    width: 100%;
  }
}

.tag em {
  font-style: normal;
  background: #374869;
  color: #ffffff;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 50px;
}

.tag em:nth-child(2) {
  background: #F4E65A;
  color: #374869;
  text-transform: uppercase;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

#share {
  position: absolute;
  width: 700px;
  right: -20px;
  bottom: -30px;
  display: none;
}

@media (max-width: 1024px) {
  #share {
    position: fixed;
    background: #ffffff;
    width: 100%;
    bottom: 65px;
    left: 0;
    right: auto;
  }
  #share .jssocials-shares {
    width: 100%;
  }
  #share .jssocials-shares .jssocials-share {
    width: 16%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  #share .jssocials-shares .jssocials-share {
    width: 12%;
  }
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 2rem;
  top: 2rem;
  display: block;
  z-index: 99;
  height: 40px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .close {
    right: 0.1rem;
    top: 0.1rem;
  }
}

.close::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #8D8D8D;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #8D8D8D;
  transform: rotate(-45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

@keyframes mymove {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(2%);
  }
}

.arrow-right {
  position: relative;
}

.arrow-right::after {
  content: '\2192';
  display: inline-block;
}

.txt p a {
  color: #0072BC;
}

.txt img {
  display: inline-block;
}

.txt em {
  display: block;
  color: #999;
}

.banner {
  width: 96%;
  position: relative;
  height: 100%;
  margin: 0 auto;
  margin-top: -50px;
  overflow: hidden;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .banner {
    margin-top: 0;
  }
}

.banner .banner-img img {
  width: 800px;
  margin: 0 auto;
  display: block;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .banner .banner-img img {
    margin-top: 100px;
  }
}

.banner .banner-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(40, 50, 120, 0.8);
}

.banner h1 {
  width: 100%;
}

.banner h1::before {
  content: '';
  display: block;
  width: 76px;
  height: 4px;
  background: #ffffff;
  margin-bottom: 20px;
}

.banner .banner-text {
  position: relative;
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .banner .banner-text {
    width: 100%;
  }
}

.banner .banner-text h1 {
  color: #ffffff;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .banner .banner-text br {
    display: none;
  }
}

.banner .swiper-slide .inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.banner .swiper-slide .boximg {
  height: 100%;
  width: 100%;
  position: relative;
}

.banner .swiper-slide .boximg::before {
  content: '';
  display: block;
  width: 390px;
  height: 143px;
  background: url(../images/xj.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: -2px;
  top: -1px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .banner .swiper-slide .boximg::before {
    width: 290px;
    height: 103px;
  }
}

@media (max-width: 767px) {
  .banner .swiper-slide .boximg::before {
    width: 160px;
    height: 50px;
    opacity: 0;
  }
}

.banner .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}

.banner .banbox-city {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}

@media (max-width: 767px) {
  .banner .banbox-city {
    bottom: 0;
  }
}

.banner .banbox-city .swiper-slide {
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .banner .banbox-city .swiper-slide {
    height: auto;
  }
}

.banner .banbox-city .swiper-slide.swiper-slide-thumb-active p::after {
  width: 100%;
}

.banner .banbox-city .swiper-slide p {
  border-bottom: 2px solid #ffffff;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .banner .banbox-city .swiper-slide p {
    font-size: 12px;
  }
}

.banner .banbox-city .swiper-slide p::after {
  content: '';
  display: block;
  transition: all 1s ease;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #68A7DA;
}

@media (max-width: 1024px) {
  .banner .banbox-big .swiper-slide {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .banner .banbox-big .swiper-slide {
    height: 300px;
  }
}

.banner .swiper-button-next {
  background: none;
  right: 1%;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .banner .swiper-button-next {
    width: 40px;
    height: 40px;
    display: none;
  }
}

.banner .swiper-button-next::after {
  color: #ffffff;
  font-size: 36px;
  transform: scale(1);
}

@media (max-width: 768px) {
  .banner .swiper-button-next::after {
    font-size: 24px;
  }
}

.banner .swiper-button-next:hover {
  background: #68A7DA;
}

.banner .swiper-button-prev {
  background: none;
  left: 1%;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: none;
  }
}

.banner .swiper-button-prev::after {
  color: #ffffff;
  font-size: 36px;
  transform: scale(1);
}

@media (max-width: 768px) {
  .banner .swiper-button-prev::after {
    font-size: 24px;
  }
}

.banner .swiper-button-prev:hover {
  background: #68A7DA;
}

.banner .contact {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 22;
  background: #F5AC2C 0% 0% no-repeat padding-box;
  border-radius: 72px 72px 72px 0;
  box-sizing: border-box;
  padding: 0.7rem;
  color: #ffffff;
  transition: all 0.35s ease;
  cursor: pointer;
}

.banner .contact.show {
  border-radius: 28px 28px 28px 0;
}

.banner .contact.show .froat {
  height: 0;
  visibility: hidden;
}

.banner .contact.show dl {
  height: auto;
  visibility: visible;
  display: block;
}

.banner .contact:hover {
  background: #F5BF2C;
}

.banner .contact .froat {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .contact .froat span {
  display: inline-block;
  margin: 0 10px;
}

.banner .contact .froat span::after {
  content: '';
  display: inline-block;
  margin-left: 12px;
  width: 10px;
  height: 15px;
  background: url(../images/ri.svg) no-repeat top center;
  background-size: cover;
}

.banner .contact dl {
  margin-bottom: 0;
  height: 0;
  display: none;
  visibility: hidden;
  transition: all 0.35s ease;
  max-width: 80%;
  margin: 0 auto;
}

.banner .contact dl dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.8rem 0;
  margin-bottom: 0;
}

.banner .contact dl dd:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}

.banner .contact dl dd span {
  display: flex;
  align-items: center;
}

.banner .contact dl dd span img {
  margin-right: 10px;
}

.banner .contact dl dd a {
  color: #ffffff;
}

.banner .contact dl dd a:hover {
  color: #efefef;
}

.banner .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .banner .arrow {
    bottom: 10px;
  }
}

.banner .arrow .swiper-pagination {
  width: auto;
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
}

.banner .arrow .play-pause-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin-left: 10px;
}

.banner .arrow .play-pause-button-wrapper .play-button {
  display: none;
}

.banner .arrow .play-pause-button-wrapper i {
  color: #ffffff;
  transform: translateY(-1px);
}

@keyframes rotateMouse {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  20% {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

/*!sc*/
.page-banner {
  position: relative;
  height: 100%;
  max-width: 96%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -50px;
}

@media (max-width: 1024px) {
  .page-banner {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .page-banner {
    height: 230px;
    margin-top: 0;
  }
}

.page-banner .boximg {
  height: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.page-banner .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner .boximg::before {
  content: '';
  display: block;
  width: 390px;
  height: 143px;
  background: url(../images/xj.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: -2px;
  top: -1px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .page-banner .boximg::before {
    width: 290px;
    height: 103px;
  }
}

@media (max-width: 767px) {
  .page-banner .boximg::before {
    width: 210px;
    height: 66px;
    display: none;
  }
}

.page-banner .boximg::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-banner .boximg h1 {
  display: none;
}

@media (max-width: 767px) {
  .page-banner .boximg h1 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2% 4%;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    z-index: 9;
    padding-bottom: 20px;
  }
}

.page-banner .inner {
  position: absolute;
  left: 0;
  top: 60%;
  color: #ffffff;
  box-sizing: border-box;
  padding: 7rem;
  width: 100%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .page-banner .inner {
    padding: 1.5rem;
  }
}

.page-banner .inner h1 {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .page-banner .inner h1 {
    margin-bottom: 0.5rem;
  }
}

.bread {
  position: relative;
}

.bread * {
  color: #fff;
}

.bread span {
  margin: 0 10px;
}

.pl-3 {
  padding-left: 3rem;
}

@media (max-width: 1200px) {
  .pl-3 {
    padding-left: 0;
  }
}

.first-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .first-block {
    padding: 60px 0px;
  }
}

.first-block .numberbox {
  background: #FFFCF8;
  border-radius: 0 50px 0 50px;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem 3rem;
  width: 85%;
}

@media (max-width: 1024px) {
  .first-block .numberbox {
    width: 100%;
    padding: 1.5rem;
  }
}

.first-block .numberbox ul {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
}

@media (max-width: 1024px) {
  .first-block .numberbox ul {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.first-block .numberbox ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}

@media (max-width: 1024px) {
  .first-block .numberbox ul li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .first-block .numberbox ul li {
    width: 100%;
    margin: 1rem 0;
  }
}

.first-block .numberbox ul li .icos {
  width: 70px;
}

.first-block .numberbox ul li .right {
  width: calc(100% - 80px);
}

.first-block .numberbox ul li .right .number {
  display: flex;
  align-items: center;
  color: #F09900;
}

.first-block .numberbox ul li .right .number h3 {
  line-height: 0.8;
}

.first-block .numberbox ul li .right p {
  margin-bottom: 0;
}

.first-block .row .col-md-6 {
  width: 46%;
}

@media (max-width: 1024px) {
  .first-block .row .col-md-6 {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
}

.first-block .row .col-md-6.two {
  width: 54%;
}

.second-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.second-block .header-top {
  text-align: center;
}

.second-block .header-top h2::after {
  display: block;
  margin: 15px auto;
}

.second-block .row {
  margin-right: calc(-2* var(--bs-gutter-x));
  margin-left: calc(-2* var(--bs-gutter-x));
}

.second-block .row .col-md-4 {
  padding-right: calc(var(--bs-gutter-x)* 2);
  padding-left: calc(var(--bs-gutter-x)* 2);
}

@media (max-width: 1024px) {
  .second-block .row .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .second-block .row .col-md-4 {
    width: 100%;
  }
}

.second-block .row .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
}

.second-block .row .col-md-4 a:hover .boximg img {
  transform: scale(1.1);
}

.second-block .row .col-md-4 a:hover .con .date {
  color: #F5AC2C;
}

.second-block .row .col-md-4 a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64.25%;
  position: relative;
  border-radius: 14px;
}

.second-block .row .col-md-4 a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.second-block .row .col-md-4 a .con {
  margin-top: 1.5rem;
}

.second-block .row .col-md-4 a .con .date {
  color: #666666;
  display: block;
  margin-bottom: 0.3rem;
}

.second-block .row .col-md-4 a .con .desinfo {
  margin: 1rem 0;
}

.second-block .row .col-md-4 a .con .l_more {
  color: #F5AC2C;
  display: flex;
  align-items: center;
}

.second-block .row .col-md-4 a .con .l_more::after {
  content: '>';
  display: block;
  margin-left: 30px;
}

.third-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 100px 0px;
}

.third-block .row {
  margin-right: calc(-2.5* var(--bs-gutter-x));
  margin-left: calc(-2.5* var(--bs-gutter-x));
}

@media (max-width: 1024px) {
  .third-block .row {
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
  }
}

.third-block .row .col-md-6 {
  padding-right: calc(var(--bs-gutter-x)* 2.5);
  padding-left: calc(var(--bs-gutter-x)* 2.5);
}

@media (max-width: 1024px) {
  .third-block .row .col-md-6 {
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
  }
}

.third-block .row .col-md-6:nth-child(2) .box {
  background: #68A7DA;
}

.third-block .row .col-md-6 .box {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ff5f5f;
}

.third-block .row .col-md-6 .box .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64.25%;
  position: relative;
  border-radius: 20px;
}

.third-block .row .col-md-6 .box .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.third-block .row .col-md-6 .box .text {
  width: 100%;
  color: #ffffff;
  box-sizing: border-box;
  padding: 1.5rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .third-block .row .col-md-6 .box .text {
    width: 100%;
  }
}

.third-block .row .col-md-6 .box .text h3 {
  margin-bottom: 1rem;
  cursor: pointer;
}

.third-block .row .col-md-6 .box .text .more {
  border: 1px solid #ffffff;
  background: none;
}

.third-block .row .col-md-6 .box .text .desinfo p:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.four-block {
  position: relative;
  overflow: hidden;
}

.four-block .history .swiper {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .four-block .history .swiper {
    padding-bottom: 50px;
  }
}

.four-block .history .swiper .swiper-wrapper {
  align-items: center;
}

.four-block .history .swiper-slide {
  position: relative;
  z-index: 1;
}

.four-block .history .swiper-slide.swiper-slide-active {
  z-index: 2;
}

.four-block .history .swiper-slide.swiper-slide-active .boximg {
  height: 509px;
  transform: scale(1);
}

@media (max-width: 767px) {
  .four-block .history .swiper-slide.swiper-slide-active .boximg {
    height: 425px;
  }
}

.four-block .history .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

.four-block .history .swiper-slide:nth-child(2n) .text {
  background: #ff5f5f;
}

.four-block .history .swiper-slide:nth-child(3n) .text {
  background: #2ce4f5;
}

.four-block .history .swiper-slide .boximg {
  width: 100%;
  height: 425px;
  transform: scale(0.9);
}

.four-block .history .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.four-block .history .swiper-slide .text {
  background: #F5AC2C;
  border-radius: 50px 50px 50px 0;
  box-sizing: border-box;
  padding: 3rem;
  color: #ffffff;
  position: absolute;
  max-width: 527px;
  z-index: 22;
  right: -20rem;
  bottom: -80px;
  opacity: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1024px) {
  .four-block .history .swiper-slide .text {
    max-width: 400px;
    right: -5rem;
  }
}

@media (max-width: 992px) {
  .four-block .history .swiper-slide .text {
    right: 1.5rem;
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .four-block .history .swiper-slide .text {
    position: relative;
    max-width: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0;
    padding: 1.5rem;
    margin-top: -1rem;
  }
}

.four-block .history .swiper-slide .text .more {
  border-color: #ffffff;
  margin-top: 3rem;
  background: none;
}

@media (max-width: 767px) {
  .four-block .history .swiper-slide .text .more {
    margin-top: 1.5rem;
  }
}

.four-block .history .swiper-pagination {
  bottom: 60px;
}

@media (max-width: 992px) {
  .four-block .history .swiper-pagination {
    text-align: left;
    bottom: 30px;
    left: 15px;
  }
}

@media (max-width: 767px) {
  .four-block .history .swiper-pagination {
    text-align: center;
    left: 0;
    bottom: 0;
  }
}

.five-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .five-block {
    padding: 40px 0px;
  }
}

.five-block .container {
  max-width: 96%;
}

.five-block .row {
  margin-right: calc(-1* var(--bs-gutter-x));
  margin-left: calc(-1* var(--bs-gutter-x));
}

.five-block .row .col-md-6 {
  padding-right: calc(var(--bs-gutter-x)* 1);
  padding-left: calc(var(--bs-gutter-x)* 1);
}

@media (max-width: 1024px) {
  .five-block .row .col-md-6 {
    width: 100%;
  }
}

.five-block .row .col-md-6:nth-child(2) .box .text .arrow-right {
  background: #F5AC2C;
}

.five-block .row .col-md-6 .box {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.five-block .row .col-md-6 .box .boximg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .five-block .row .col-md-6 .box .boximg {
    height: 300px;
  }
}

.five-block .row .col-md-6 .box .boximg img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.five-block .row .col-md-6 .box .text {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  box-sizing: border-box;
  padding: 4rem;
  width: 100%;
  height: 100%;
}

@media (max-width: 1366px) {
  .five-block .row .col-md-6 .box .text {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .five-block .row .col-md-6 .box .text {
    padding: 1.5rem;
  }
}

.five-block .row .col-md-6 .box .text h3 {
  margin-bottom: 1rem;
}

.five-block .row .col-md-6 .box .text .arrow-right {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  background: #68A7DA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.35s ease;
}

.five-block .row .col-md-6 .box .text .arrow-right:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
}

@media (max-width: 1680px) {
  .five-block .row .col-md-6 .box .text .arrow-right {
    right: 0;
    bottom: -0.2rem;
  }
}

@media (max-width: 1440px) {
  .five-block .row .col-md-6 .box .text .arrow-right {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1024px) {
  .five-block .row .col-md-6 .box .text .arrow-right {
    width: 50px;
    height: 50px;
    bottom: 0;
  }
}

.clients-block {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .clients-block {
    padding: 60px 0px;
  }
}

.clients-block .row {
  margin-right: calc(-1* var(--bs-gutter-x));
  margin-left: calc(-1* var(--bs-gutter-x));
}

@media (max-width: 1024px) {
  .clients-block .row {
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
  }
}

.clients-block .row .col-md-3 {
  padding-right: calc(var(--bs-gutter-x)* 1);
  padding-left: calc(var(--bs-gutter-x)* 1);
}

@media (max-width: 1024px) {
  .clients-block .row .col-md-3 {
    width: 33.3333%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
  }
}

@media (max-width: 767px) {
  .clients-block .row .col-md-3 {
    width: 50%;
  }
}

.clients-block .row .col-md-3 a {
  display: block;
  width: 100%;
  height: 100%;
}

.clients-block .row .col-md-3 a .border {
  border-radius: 11px;
  border: 1px solid transparent !important;
  padding: 1.5rem;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .clients-block .row .col-md-3 a .border {
    height: 80px;
  }
}

.clients-block .row .col-md-3 a h3 {
  margin-top: 1.5rem;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .clients-block .row .col-md-3 a h3 {
    margin-top: 1rem;
  }
}

.clients-block form label {
  margin: 0.5rem 0;
}

.clients-block form label sub {
  color: #D01B18;
}

.clients-block form .form-control {
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  padding: 0.75rem;
}

.apply-block {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .apply-block {
    padding: 60px 0px;
  }
}

.apply-block .row {
  margin-right: calc(-1* var(--bs-gutter-x));
  margin-left: calc(-1* var(--bs-gutter-x));
}

.apply-block .row .col-md-6 {
  padding-right: calc(var(--bs-gutter-x)* 1);
  padding-left: calc(var(--bs-gutter-x)* 1);
}

@media (max-width: 1280px) {
  .apply-block .row .col-md-6 {
    width: 100%;
  }
}

.apply-block .row .col-md-6 a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 3rem;
  background: #efefef;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .apply-block .row .col-md-6 a {
    padding: 1.5rem;
  }
}

.apply-block .row .col-md-6 a .boximg {
  position: relative;
  width: 200px;
}

@media (max-width: 767px) {
  .apply-block .row .col-md-6 a .boximg {
    width: 100%;
  }
}

.apply-block .row .col-md-6 a .boximg img {
  display: block;
  margin: 1.5rem auto;
  max-height: 120px;
}

.apply-block .row .col-md-6 a .con {
  width: calc(100% - 230px);
}

@media (max-width: 767px) {
  .apply-block .row .col-md-6 a .con {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.news-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .news-block {
    padding: 40px 0px;
  }
}

.news-block .taba {
  display: flex;
}

.news-block .taba a {
  font-weight: bold;
  color: #000;
  padding: 1rem 0;
  margin-right: 2rem;
}

.news-block .taba a.active {
  border-bottom: 2px solid #E57200;
}

.news-block .newsbox .items {
  border-bottom: 1px dashed #DBDBDB;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-block .newsbox .items:nth-child(1) {
  border-top: 1px dashed #DBDBDB;
}

.news-block .newsbox .items:hover .boximg img {
  transform: scale(1.1);
}

.news-block .newsbox .items:hover .con .l_more::after {
  margin-left: 10px;
}

.news-block .newsbox .items .boximg {
  width: 368px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .news-block .newsbox .items .boximg {
    width: 268px;
  }
}

@media (max-width: 767px) {
  .news-block .newsbox .items .boximg {
    width: 100%;
  }
}

.news-block .newsbox .items .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.35s ease;
}

.news-block .newsbox .items .con {
  width: calc(100% - 480px);
}

@media (max-width: 768px) {
  .news-block .newsbox .items .con {
    width: calc(100% - 300px);
  }
}

@media (max-width: 767px) {
  .news-block .newsbox .items .con {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.news-block .newsbox .items .con .date {
  color: #666666;
}

.news-block .newsbox .items .con .date em {
  border-radius: 4px;
  background: #F5AC2C;
  padding: 3px 10px;
  color: #ffffff;
  margin-left: 5px;
}

.news-block .newsbox .items .con h3 {
  margin: 0.7rem 0;
}

.news-block .newsbox .items .con .l_more {
  color: #F5AC2C;
  margin-top: 5rem;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  display: block;
}

@media (max-width: 767px) {
  .news-block .newsbox .items .con .l_more {
    margin-top: 2rem;
  }
}

.news-block .newsbox .items .con .l_more::after {
  content: '>';
  display: inline-block;
  color: #F5AC2C;
  margin-left: 30px;
  transition: all 0.35s ease;
}

.news-block .activity {
  margin-right: calc(-1.5* var(--bs-gutter-x));
  margin-left: calc(-1.5* var(--bs-gutter-x));
}

@media (max-width: 1024px) {
  .news-block .activity {
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
  }
}

.news-block .activity .col-md-4 {
  padding-right: calc(var(--bs-gutter-x)* 1.5);
  padding-left: calc(var(--bs-gutter-x)* 1.5);
}

@media (max-width: 1024px) {
  .news-block .activity .col-md-4 {
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
  }
}

.news-block .activity .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-block .activity .col-md-4 a:hover .boximg img {
  transform: scale(1.1);
}

.news-block .activity .col-md-4 a .boximg {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 0;
  width: 100%;
  padding-bottom: 59.25%;
  position: relative;
}

.news-block .activity .col-md-4 a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.news-block .activity .col-md-4 a .boximg em {
  position: absolute;
  display: inline-block;
  padding: 3px 23px;
  background: #F5AC2C;
  border-radius: 37px;
  color: #ffffff;
  left: 1rem;
  top: 1rem;
  font-size: 18px;
}

.news-block .activity .col-md-4 a h4 {
  margin-top: 1rem;
}

.news-block .inner .bread * {
  color: #000000;
}

.news-block .inner .year {
  border-radius: 4px;
  display: inline-block;
  background: #F5AC2C;
  color: #ffffff;
  padding: 5px 10px;
}

.news-block .inner .actit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 0px;
}

@media (max-width: 767px) {
  .news-block .inner .actit {
    flex-wrap: wrap;
    margin-bottom: 1.5rem !important;
  }
}

.news-block .inner .actit .share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .news-block .inner .actit .share {
    width: 100%;
  }
}

.news-block .inner .actit .share a {
  display: flex;
  width: 51px;
  height: 51px;
  background: #68A7DA;
  border: 1px solid #68A7DA;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .news-block .inner .actit .share a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-top: 1rem;
  }
}

.news-block .inner .actit .share a:hover {
  background: none;
  color: #68A7DA;
}

.news-block .inner .big-img {
  padding: 0 5rem;
  position: relative;
}

@media (max-width: 767px) {
  .news-block .inner .big-img {
    padding: 0;
  }
}

.news-block .inner .big-img .mySwiper .swiper-slide {
  height: 674px;
}

@media (max-width: 767px) {
  .news-block .inner .big-img .mySwiper .swiper-slide {
    height: 300px;
  }
}

.news-block .inner .big-img .mySwiper .swiper-slide .boximg {
  height: 100%;
}

.news-block .inner .big-img .mySwiper .swiper-slide img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .news-block .inner .big-img .mySwiper .swiper-slide img {
    object-fit: cover;
  }
}

.news-block .inner .big-img .swiper-button-next {
  right: 0;
  width: auto;
}

.news-block .inner .big-img .swiper-button-next::after {
  content: '';
  display: block;
  width: 30px;
  height: 46px;
  background: url(../images/a_r.svg) no-repeat top center;
  background-size: cover;
}

.news-block .inner .big-img .swiper-button-prev {
  left: 0;
  width: auto;
}

.news-block .inner .big-img .swiper-button-prev::after {
  content: '';
  display: block;
  width: 30px;
  height: 46px;
  background: url(../images/a_l.svg) no-repeat top center;
  background-size: cover;
}

.news-block .inner .small-img {
  position: relative;
}

@media (max-width: 767px) {
  .news-block .inner .small-img {
    display: none;
  }
}

.news-block .inner .small-img .mySwiper .swiper-slide {
  height: 246px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .news-block .inner .small-img .mySwiper .swiper-slide {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .news-block .inner .small-img .mySwiper .swiper-slide {
    height: 100px;
  }
}

.news-block .inner .small-img .mySwiper .swiper-slide.swiper-slide-thumb-active::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(219, 147, 21, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #F5AC2C;
  transition: all 0.35s ease;
}

.news-block .inner .small-img .mySwiper .swiper-slide .boximg {
  height: 100%;
}

.news-block .inner .small-img .mySwiper .swiper-slide img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-block .inner .small-img .swiper-button-next {
  right: -2rem;
  background: #F5AC2C;
  border-radius: 50%;
  top: 45%;
}

.news-block .inner .small-img .swiper-button-next::after {
  content: '>';
  display: block;
  color: #ffffff;
  font-size: 26px;
}

.news-block .inner .small-img .swiper-button-prev {
  left: -2rem;
  background: #F5AC2C;
  border-radius: 50%;
  top: 45%;
}

.news-block .inner .small-img .swiper-button-prev::after {
  content: '<';
  display: block;
  color: #ffffff;
  font-size: 26px;
}

.news-block .article b {
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
  display: block;
}

.news-block .article b a {
  color: #F5AC2C;
}

.news-block .article p {
  color: #666666;
}

.news-block .article p a {
  color: #F5AC2C;
}

.news-block .article ul {
  padding-left: 1.1rem;
}

.news-block .article ul li {
  color: #666666;
  margin-top: 0.2rem;
}

.news-block .article ul li::marker {
  color: #F5AC2C;
}

@media (max-width: 767px) {
  .news-block .article .sdimg .col-md-4 {
    width: 50%;
  }
}

.news-block .article .sdimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.news-block .article .map img {
  float: right;
}

.join-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .join-block {
    padding: 60px 0px;
  }
}

.join-block .taba {
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-block .taba a {
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #68A7DA;
  text-align: center;
  color: #68A7DA;
  padding: 15px 40px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .join-block .taba a {
    padding: 10px 10px;
    width: 48%;
    text-align: center;
    justify-content: center;
    margin: 0 2px;
    font-size: 12px;
  }
}

.join-block .taba a::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url(../images/s.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
  display: none;
}

@media (max-width: 767px) {
  .join-block .taba a::before {
    margin-right: 2px;
  }
}

.join-block .taba a.active {
  background: #68A7DA;
  color: #ffffff;
}

.join-block .taba a.active::before {
  display: block;
}

.join-block .lefta a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #ffffff;
  padding: 1.9rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border: 3px solid #fff;
}

.join-block .lefta a:hover {
  border: 3px solid #F5AC2C;
}

.join-block .lefta a .datetime {
  display: inline-block;
  border-radius: 4px;
  background: #F5AC2C;
  color: #ffffff;
  padding: 5px 20px;
}

.join-block .lefta a h4 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.join-block .whiteback {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-sizing: border-box;
  margin-left: 1.5rem;
}

@media (max-width: 767px) {
  .join-block .whiteback {
    margin-left: 0;
  }
}

.join-block .whiteback h4.tit {
  background: #F5AC2C;
  padding: 20px;
  color: #ffffff;
}

.join-block .whiteback dl {
  box-sizing: border-box;
  padding: 0 3rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .join-block .whiteback dl {
    padding: 0 1rem;
  }
}

.join-block .whiteback dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #F5AC2C;
  padding: 40px 0px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .join-block .whiteback dl dd {
    padding: 20px 0px;
  }
}

.join-block .whiteback dl dd:nth-last-child(1) {
  border-bottom: 0;
}

.join-block .whiteback dl dd b {
  width: 165px;
}

@media (max-width: 767px) {
  .join-block .whiteback dl dd b {
    width: 100%;
  }
}

.join-block .whiteback dl dd span {
  width: calc(100% - 165px);
}

@media (max-width: 767px) {
  .join-block .whiteback dl dd span {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.join-block .tabcontent .items {
  display: none;
}

.join-block .tabcontent .items:nth-child(1) {
  display: block;
}

.join-block .tabcontent .items:nth-last-child(1) .whiteback {
  margin-left: 0;
}

.join-block .tabcontent .items:nth-last-child(1) .whiteback h4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-block .tabcontent .items:nth-last-child(1) .whiteback h4 img {
  margin-right: 10px;
}

.join-block .tabcontent .items .urla {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
}

.join-block .tabcontent .items .urla a {
  width: 49%;
  border: 3px solid #F5AC2C;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  align-items: center;
}

@media (max-width: 767px) {
  .join-block .tabcontent .items .urla a {
    width: 100%;
    padding: 1rem;
  }
}

.join-block .tabcontent .items .urla a:hover {
  background: #efefef;
}

.join-block .tabcontent .items .urla a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 23px;
  background: url(../images/r.svg) no-repeat top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .join-block .tabcontent .items .row .col-md-6 a .boximg {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .join-block .tabcontent .items .row .col-md-6 a .boximg img {
    margin: 0 auto;
  }
}

.join-block .tabcontent .items .row .col-md-6 a h3 {
  width: calc(100% - 220px);
}

@media (max-width: 767px) {
  .join-block .tabcontent .items .row .col-md-6 a h3 {
    width: calc(100% - 160px);
  }
}

.about-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px 0px;
}

@media (max-width: 767px) {
  .about-block {
    padding: 40px 0px;
  }
}

.about-block .whiteback {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .about-block .whiteback {
    padding: 1.5rem !important;
  }
}

.about-block .whiteback h2::after {
  content: '';
  display: block;
  width: 223px;
  height: 1px;
  background: #F5AC2C;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .about-block .whiteback .row .col-md-7, .about-block .whiteback .row .col-md-4 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.about-block .whiteback .row .col-md-7.col-md-4 img, .about-block .whiteback .row .col-md-4.col-md-4 img {
  width: 100%;
}

.about-block .twoitems .row {
  margin-right: calc(-1* var(--bs-gutter-x));
  margin-left: calc(-1* var(--bs-gutter-x));
}

.about-block .twoitems .row .col-md-6 {
  padding-right: calc(var(--bs-gutter-x)* 1);
  padding-left: calc(var(--bs-gutter-x)* 1);
}

@media (max-width: 768px) {
  .about-block .twoitems .row .col-md-6 {
    width: 100%;
  }
}

.about-block .twoitems .row .col-md-6 h2 {
  background: #F5AC2C;
  border-radius: 72px 72px 72px 0;
  padding: 1.7rem 3rem;
  color: #ffffff;
}

.about-block .twoitems .row .col-md-6 .border {
  border: 4px solid #F5AC2C !important;
  border-radius: 45px 45px 0 45px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 3rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: calc(100% - 100px);
}

@media (max-width: 992px) {
  .about-block .twoitems .row .col-md-6 .border {
    padding: 1rem;
  }
}

.about-block .twoitems .row .col-md-6 .border::after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/g.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  right: -4px;
  bottom: -4px;
}

.about-block .twoitems .row .col-md-6 .border .imgs {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}

.about-block .twoitems .row .col-md-6 .border p {
  width: calc(100% - 100px);
  margin-bottom: 0;
}

.about-block .chairman .content {
  box-sizing: border-box;
  padding: 5rem 3rem;
  position: relative;
}

@media (max-width: 1366px) {
  .about-block .chairman .content {
    padding: 2rem 3rem;
  }
}

@media (max-width: 992px) {
  .about-block .chairman .content {
    padding: 3rem 5rem;
  }
}

@media (max-width: 767px) {
  .about-block .chairman .content {
    padding: 4rem 0;
  }
}

.about-block .chairman .content::before {
  content: '';
  display: block;
  width: 60px;
  height: 48px;
  background: url(../images/q1.svg) no-repeat top center;
  background-size: cover;
  margin-bottom: 2rem;
  position: absolute;
  left: 0;
  top: -5rem;
}

@media (max-width: 992px) {
  .about-block .chairman .content::before {
    top: 0;
  }
}

.about-block .chairman .content::after {
  content: '';
  display: block;
  width: 60px;
  height: 48px;
  background: url(../images/q2.svg) no-repeat top center;
  background-size: cover;
  margin-bottom: 2rem;
  position: absolute;
  right: 3rem;
  bottom: -5rem;
}

@media (max-width: 992px) {
  .about-block .chairman .content::after {
    bottom: 0;
    margin-bottom: 0;
  }
}

.about-block .chairman .content h3 {
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 1366px) {
  .about-block .chairman .content h3 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .about-block .chairman .content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .about-block .chairman .content h3 {
    font-size: 20px;
  }
}

.about-block .chairman .content p {
  font-size: 24px;
  color: #68A7DA;
  margin-top: 2rem;
}

@media (max-width: 1366px) {
  .about-block .chairman .content p {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .about-block .chairman .content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-block .chairman .content p {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .about-block .chairman .row .col-md-5, .about-block .chairman .row .col-md-7 {
    width: 100%;
  }
  .about-block .chairman .row .col-md-5 img, .about-block .chairman .row .col-md-7 img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .about-block .chairman .team .col-md-4 {
    width: 50%;
  }
}

.about-block .chairman .team .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-block .chairman .team .col-md-4 a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.about-block .chairman .team .col-md-4 a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 130%;
  position: relative;
}

.about-block .chairman .team .col-md-4 a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.about-block .chairman .team .col-md-4 a .con {
  width: 90%;
  float: right;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: -2.5rem;
  position: relative;
  margin-bottom: 10px;
  min-height: 187px;
}

@media (max-width: 767px) {
  .about-block .chairman .team .col-md-4 a .con {
    min-height: auto;
  }
}

.about-block .yearswi .mySwiper {
  overflow: visible;
}

.about-block .yearswi .mySwiper .swiper-slide {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  flex-wrap: wrap;
  height: 610px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {
  .about-block .yearswi .mySwiper .swiper-slide {
    height: 410px;
  }
}

@media (max-width: 768px) {
  .about-block .yearswi .mySwiper .swiper-slide {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .about-block .yearswi .mySwiper .swiper-slide {
    height: 600px;
  }
}

.about-block .yearswi .mySwiper .swiper-slide .boximg {
  width: 612px;
  height: 100%;
}

@media (max-width: 1280px) {
  .about-block .yearswi .mySwiper .swiper-slide .boximg {
    width: 512px;
  }
}

@media (max-width: 1024px) {
  .about-block .yearswi .mySwiper .swiper-slide .boximg {
    width: 412px;
  }
}

@media (max-width: 768px) {
  .about-block .yearswi .mySwiper .swiper-slide .boximg {
    width: 312px;
  }
}

@media (max-width: 767px) {
  .about-block .yearswi .mySwiper .swiper-slide .boximg {
    width: 100%;
    height: 300px;
  }
}

.about-block .yearswi .mySwiper .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-block .yearswi .mySwiper .swiper-slide .con {
  width: calc(100% - 700px);
}

@media (max-width: 1280px) {
  .about-block .yearswi .mySwiper .swiper-slide .con {
    width: calc(100% - 580px);
  }
}

@media (max-width: 1024px) {
  .about-block .yearswi .mySwiper .swiper-slide .con {
    width: calc(100% - 480px);
  }
}

@media (max-width: 768px) {
  .about-block .yearswi .mySwiper .swiper-slide .con {
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding-right: 3rem;
  }
}

@media (max-width: 767px) {
  .about-block .yearswi .mySwiper .swiper-slide .con {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    padding-top: 0;
  }
}

.about-block .yearswi .mySwiper .swiper-slide .con h2 {
  color: #68A7DA;
}

.about-block .yearswi .mySwiper .swiper-slide .con h2::after {
  content: '';
  display: block;
  width: 223px;
  height: 1px;
  background: #D8D8D8;
  margin: 30px 0;
}

@media (max-width: 992px) {
  .about-block .yearswi .mySwiper .swiper-slide .con .desinfo {
    height: 200px;
    overflow-y: scroll;
  }
}

.about-block .yearswi .swiper-button-next, .about-block .yearswi .swiper-button-prev {
  width: 56px;
  height: 56px;
  background: #F5AC2C;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  left: -2rem;
}

@media (max-width: 767px) {
  .about-block .yearswi .swiper-button-next, .about-block .yearswi .swiper-button-prev {
    left: -1rem;
  }
}

.about-block .yearswi .swiper-button-next::after, .about-block .yearswi .swiper-button-prev::after {
  color: #ffffff;
  font-size: 20px;
}

.about-block .yearswi .swiper-button-next.swiper-button-next, .about-block .yearswi .swiper-button-prev.swiper-button-next {
  left: auto;
  right: -2rem;
}

@media (max-width: 767px) {
  .about-block .yearswi .swiper-button-next.swiper-button-next, .about-block .yearswi .swiper-button-prev.swiper-button-next {
    right: -1rem;
  }
}

.about-block .taba {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .about-block .taba {
    justify-content: space-between;
  }
}

.about-block .taba a {
  width: 25%;
  background: #E6F4FF;
  border-radius: 16px 16px 0 0;
  text-align: center;
  padding: 1.5rem;
  color: #4A96D3;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .about-block .taba a {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .about-block .taba a {
    width: 48.5%;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
}

.about-block .taba a.active {
  background: #68A7DA;
  color: #ffffff;
}

.about-block .tabcontent {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 24px 24px;
  box-sizing: border-box;
  padding: 5rem;
}

@media (max-width: 1024px) {
  .about-block .tabcontent {
    padding: 2rem;
  }
}

.about-block .tabcontent .row .imgs img {
  float: right;
}

.about-block .tabcontent .row h4 {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .about-block .tabcontent .row h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-block .tabcontent .row h4 {
    font-size: 16px;
  }
}

.about-block .tabcontent .row ul {
  counter-reset: section;
  /* 定义一个名为section的计数器 */
  list-style: none;
  /* 移除默认的列表样式 */
  padding-left: 0;
}

.about-block .tabcontent .row ul li {
  margin: 2.5rem 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .about-block .tabcontent .row ul li {
    margin: 0.5rem 0;
  }
}

.about-block .tabcontent .row ul li::before {
  counter-increment: section;
  content: "0" counter(section);
  width: 38px;
  height: 38px;
  background: #68A7DA;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-block .tabcontent .items {
  display: none;
}

.about-block .tabcontent .items:nth-child(1) {
  display: block;
}

.about-block .tabcontent .items .more {
  width: 210px;
}

@media (max-width: 767px) {
  .about-block .tabcontent .items .more {
    height: 50px;
  }
}

.about-block .orangeback {
  background: #F5AC2C;
  border-radius: 16px;
}

.about-block .orangeback .bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  color: #ffffff;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .about-block .orangeback .bar {
    padding: 1.5rem;
  }
}

.about-block .orangeback .bar h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.about-block .orangeback .bar h2 img {
  margin-right: 15px;
}

.about-block .orangeback .bar h4 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-block .orangeback .bar h4 {
    margin-top: 1rem;
  }
}

.about-block .orangeback .urla {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 3rem;
}

@media (max-width: 767px) {
  .about-block .orangeback .urla {
    padding: 1.5rem;
  }
}

.about-block .orangeback .urla a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 49%;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 0.29);
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .about-block .orangeback .urla a {
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem;
  }
}

.about-block .orangeback .urla a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 23px;
  background: url(../images/r.svg) no-repeat top center;
  background-size: cover;
}

.about-block .orangeback .third-block {
  width: auto;
}

@media (max-width: 767px) {
  .about-block .orangeback .third-block {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

.about-block .orangeback .third-block .row {
  margin-right: calc(-0.5* var(--bs-gutter-x));
  margin-left: calc(-0.5* var(--bs-gutter-x));
}

.about-block .orangeback .third-block .row .col-md-6 {
  padding-right: calc(var(--bs-gutter-x)* 0.5);
  padding-left: calc(var(--bs-gutter-x)* 0.5);
  width: 50% !important;
}

@media (max-width: 767px) {
  .about-block .orangeback .third-block .row .col-md-6 {
    width: 100% !important;
  }
}

@media (max-width: 1366px) {
  .about-block .orangeback .third-block .row .col-md-6 .box .boximg {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .about-block .orangeback .third-block .row .col-md-6 .box .boximg {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .about-block .orangeback .third-block .row .col-md-6 .box .boximg {
    height: 160px;
  }
}

@media (max-width: 1366px) {
  .about-block .orangeback .third-block .row .col-md-6 .box .text {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .about-block .orangeback .third-block .row .col-md-6 .box .text {
    width: 100%;
  }
}

.about-block .f_tablist .tablist {
  display: none;
}

.about-block .f_tablist .tablist:nth-child(1) {
  display: block;
}

.about-block .f_tablist .tablist:nth-child(1) .taba a {
  background: #f4dede;
  color: #ff5f5f;
}

.about-block .f_tablist .tablist:nth-child(1) .taba a.active {
  background: #ff5f5f;
  color: #fff;
}

.online-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.online-block .whiteback {
  border-top: 16px solid #68A7DA;
  padding-left: 6rem;
  padding-right: 6rem;
}

@media (max-width: 768px) {
  .online-block .whiteback {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.online-block .whiteback:nth-child(1) {
  border-top: 16px solid #F5AC2C;
  padding-left: 0;
  padding-right: 0;
}

.online-block .whiteback:nth-child(1) .red {
  color: #D01B18;
}

.online-block .whiteback:nth-child(1) .head {
  padding-left: 6rem;
  padding-right: 6rem;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .online-block .whiteback:nth-child(1) .head {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.online-block .whiteback:nth-child(1) .head ul {
  padding-left: 1.2rem;
}

.online-block .whiteback:nth-child(1) .head ul li {
  list-style: disc;
}

.online-block .whiteback:nth-child(1) .head ul li::marker {
  color: #D01B18;
}

.online-block .whiteback:nth-child(1) .hcontent {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 3rem;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .online-block .whiteback:nth-child(1) .hcontent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.online-block .whiteback:nth-child(1) .hcontent .row {
  margin-right: calc(-2.5* var(--bs-gutter-x));
  margin-left: calc(-2.5* var(--bs-gutter-x));
}

.online-block .whiteback:nth-child(1) .hcontent .row .col-md-6, .online-block .whiteback:nth-child(1) .hcontent .row .col-md-12 {
  padding-right: calc(var(--bs-gutter-x)* 2.5);
  padding-left: calc(var(--bs-gutter-x)* 2.5);
}

.online-block .whiteback:nth-child(1) .hcontent .row .col-md-6 label, .online-block .whiteback:nth-child(1) .hcontent .row .col-md-12 label {
  margin: 0.5rem 0;
}

.online-block .whiteback:nth-child(1) .hcontent .row .col-md-6 label sub, .online-block .whiteback:nth-child(1) .hcontent .row .col-md-12 label sub {
  color: #D01B18;
}

.online-block .whiteback:nth-child(1) .hcontent .row .col-md-6 .form-control, .online-block .whiteback:nth-child(1) .hcontent .row .col-md-12 .form-control {
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  padding: 0.75rem;
}

.online-block .whiteback:nth-child(1) .hcontent .row .col-md-6 .tips, .online-block .whiteback:nth-child(1) .hcontent .row .col-md-12 .tips {
  color: #75787B;
  margin-top: 0.5rem;
  display: block;
}

.online-block .whiteback:nth-child(1) button {
  margin: 3rem auto auto auto;
}

.online-block .whiteback .download a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EDF7FF;
  border-radius: 8px;
  padding: 2rem;
  transition: all 0.35s ease;
}

.online-block .whiteback .download a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #000000;
}

@media (max-width: 767px) {
  .online-block .whiteback .download a {
    flex-wrap: wrap;
  }
}

.online-block .whiteback .download a h3 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .online-block .whiteback .download a h3 {
    width: 100%;
  }
}

.online-block .whiteback .download a span {
  display: inline-block;
  background: #68A7DA;
  border-radius: 5px;
  border: 1px solid #68A7DA;
  padding: 10px 20px;
  color: #ffffff;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .online-block .whiteback .download a span {
    margin-top: 1rem;
  }
}

.online-block .whiteback .download a span img {
  margin-right: 10px;
}

.contact-block {
  position: relative;
  padding: 80px 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .contact-block {
    padding: 60px 0px;
  }
}

.contact-block .row {
  margin-right: calc(-1.5* var(--bs-gutter-x));
  margin-left: calc(-1.5* var(--bs-gutter-x));
}

@media (max-width: 767px) {
  .contact-block .row {
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
  }
}

.contact-block .row .col-md-7, .contact-block .row .col-md-5 {
  padding-right: calc(var(--bs-gutter-x)* 1.5);
  padding-left: calc(var(--bs-gutter-x)* 1.5);
}

@media (max-width: 767px) {
  .contact-block .row .col-md-7, .contact-block .row .col-md-5 {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
  }
}

@media (max-width: 1366px) {
  .contact-block .row .wid {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contact-block .whiteback {
  box-shadow: 0 5px 20px #dee3d9;
  box-sizing: border-box;
  padding: 3rem 5rem;
  height: 100%;
  position: relative;
}

@media (max-width: 1440px) {
  .contact-block .whiteback {
    padding: 3rem;
  }
}

@media (max-width: 767px) {
  .contact-block .whiteback {
    padding: 1.5rem;
  }
}

.contact-block .whiteback h2 {
  font-size: 36px;
  font-family: 'TradeGothicNextLTPro-Rg';
  display: inline-block;
}

@media (max-width: 1024px) {
  .contact-block .whiteback h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .contact-block .whiteback h2 {
    font-size: 20px;
  }
}

.contact-block .whiteback h2::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #68A7DA;
  margin-top: 15px;
}

.contact-block .whiteback .citybox .list {
  border-bottom: 1px solid #979797;
  padding: 20px 0;
}

.contact-block .whiteback .citybox .list:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-block .whiteback .citybox .list h3 {
  position: relative;
}

.contact-block .whiteback .citybox .list h3::before {
  content: "\f041";
  display: block;
  font-family: 'FontAwesome';
  color: #68A7DA;
  margin-bottom: 15px;
}

.contact-block .whiteback .citybox .list p {
  margin-top: 20px;
  font-size: 14px;
}

.contact-block .whiteback .citybox .list dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-block .whiteback .citybox .list dl dd span {
  width: 70px;
}

.contact-block .whiteback .citybox .list dl dd span i {
  margin-right: 10px;
}

.contact-block .whiteback .citybox .list dl dd a {
  display: inline-block;
  width: calc(100% - 70px);
}

.contact-block .whiteback form label {
  margin-bottom: 10px;
  margin-top: 30px;
}

.contact-block .whiteback form label sub {
  bottom: 0;
  color: #FF0909;
}

.contact-block .whiteback form .form-control {
  border: 1px solid #D8D8D8;
  border-radius: 0;
}

.contact-block .whiteback form i {
  color: #999999;
}

.contact-block .whiteback form em {
  display: inline-block;
  color: #999999;
}

.contact-block .whiteback form .row {
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.contact-block .whiteback form .row .col-md-7, .contact-block .whiteback form .row .col-md-5 {
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.contact-block .whiteback form .codeimg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-block .whiteback form .codeimg .code {
  margin: 0 20px;
}

.contact-block .whiteback form .codeimg .form-control {
  padding: .575rem .75rem;
}

@media (max-width: 768px) {
  .contact-block .whiteback form .codeimg .form-control {
    padding: .45rem .75rem;
  }
}

@media (max-width: 767px) {
  .contact-block .whiteback form .codeimg .form-control {
    padding: .375rem .75rem;
  }
}

.contact-block .whiteback form button {
  display: block;
  width: 144px;
  height: 56px;
  background: #68A7DA;
  border: 1px solid #68A7DA;
  transition: all 0.35s ease;
  color: #ffffff;
  border-radius: 0;
  margin: 0 auto;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .contact-block .whiteback form button {
    margin-bottom: 2rem;
  }
}

.contact-block .whiteback form hr {
  background: #DBDBDB;
  position: absolute;
  left: 0;
  bottom: 130px;
  width: 100%;
  opacity: 1;
}

@media (max-width: 1440px) {
  .contact-block .whiteback form hr {
    bottom: 250px;
  }
}

@media (max-width: 1366px) {
  .contact-block .whiteback form hr {
    bottom: 150px;
  }
}

@media (max-width: 767px) {
  .contact-block .whiteback form textarea {
    min-height: 100px;
    height: 120px;
  }
}

.login-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.login-block .whiteback {
  max-width: 900px;
  box-shadow: 0 5px 20px #dee3d9;
  box-sizing: border-box;
  margin: 0 auto;
}

.login-block .whiteback h2 {
  font-size: 36px;
  font-family: 'TradeGothicNextLTPro-Rg';
  padding-top: 60px;
  text-align: center;
}

@media (max-width: 1024px) {
  .login-block .whiteback h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .login-block .whiteback h2 {
    font-size: 20px;
  }
}

.login-block .whiteback p {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .login-block .whiteback p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .login-block .whiteback p {
    font-size: 14px;
  }
}

.login-block .whiteback form {
  border-top: 1px solid #DBDBDB;
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.login-block .whiteback form::before {
  content: '';
  display: block;
  width: 72px;
  height: 4px;
  background: #68A7DA;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
}

.login-block .whiteback form .form-group {
  max-width: 76%;
  margin: 2rem auto;
}

@media (max-width: 767px) {
  .login-block .whiteback form .form-group {
    max-width: 90%;
  }
}

.login-block .whiteback form .form-group label {
  margin-bottom: 0.5rem;
}

.login-block .whiteback form .form-group label sub {
  bottom: 0;
  color: #FF0909;
}

.login-block .whiteback form .form-group .form-control {
  border: 1px solid #DBDBDB;
  border-radius: 0;
}

.login-block .whiteback form .form-group .upload {
  border: 1px dashed #CCCCCC;
  box-sizing: border-box;
  padding: 4rem 2rem;
}

.login-block .whiteback form .form-group .upload p {
  margin-top: 1.5rem;
  color: #68A7DA;
  margin-bottom: 0;
}

.login-block .whiteback form hr {
  background: #DBDBDB;
  margin-top: 3rem;
  opacity: 1;
}

.login-block .whiteback form button {
  background: #68A7DA;
  border: 1px solid #68A7DA;
  color: #ffffff;
  border-radius: 0;
  padding: 1rem 2rem;
  margin: 2rem auto;
  width: 144px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.login-block .whiteback form button:hover {
  background: none;
  color: #68A7DA;
}

form .form-group .select-menu {
  cursor: pointer;
  position: relative;
  width: 100%;
}

form .form-group .select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding-left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

form .form-group .select-menu-ul li {
  padding: 8px 10px;
  margin-bottom: 0;
  border-radius: 0;
  color: #000;
}

form .form-group .select-menu-ul li::before {
  display: none;
}

form .form-group .select-menu-ul li:hover {
  background: #f2f2f2;
}

form .form-group .select-menu-div {
  width: 100%;
  position: relative;
  padding: 0.3rem 0.5rem;
  border: none;
}

form .form-group .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

form .form-group .select-this {
  background: #68A7DA;
  color: #fff !important;
}

form .form-group .select-menu-input {
  border: 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  outline: none;
  background: none;
  color: #000;
  padding: 0;
}

form .form-group .select-menu-i {
  transform: rotate(180deg) translateY(50%);
}

form .form-group i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.radiolist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radiolist .radiobox-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  flex-wrap: wrap;
}

.radiolist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
  border-color: #F7C325;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark .bzbox h4 {
  font-weight: bold;
}

.radiolist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid #202020;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.radiolist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #F7C325;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.radiolist .radiobox-inline .radiobox .bzbox {
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline .radiobox .bzbox .bz {
  margin: 0 1rem;
}

.radiolist .radiobox-inline .radiobox .bzbox h4 {
  margin-bottom: 0;
  color: #0F0F0F;
}

@media (max-width: 767px) {
  .radiolist .radiobox-inline .radiobox .bzbox h4 {
    font-size: 14px;
  }
}

.checkboxlist .checkbox-inline {
  display: flex;
  margin-right: 2rem !important;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  margin-top: 3px;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 767px) {
  .checkboxlist .checkbox-inline .checkbox {
    margin-top: 0px;
  }
}

.checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: #f5ac2c;
  border-color: #f5ac2c;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #DBDBDB;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #F5AC2C;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkboxlist .checkbox-inline span {
  color: #202020;
  font-weight: normal;
}

@media (max-width: 767px) {
  .checkboxlist .checkbox-inline span {
    line-height: 1.6;
  }
}

.garyText {
  color: #9F9F9F;
}

.more {
  border: 0;
  color: #ffffff;
  background: #F5AC2C;
  border: 1px solid #F5AC2C;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  padding: 0.85rem 1.2rem;
  width: 149px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more:hover {
  color: #ffffff;
}

.more:hover::before {
  height: 100%;
}

.more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border-radius: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: #DDA441;
}

.more::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../images/ri.svg) no-repeat top center;
  background-size: cover;
}

.more img {
  margin-right: 15px;
}

.small-apply {
  position: fixed;
  right: 1rem;
  bottom: 48%;
  width: auto;
  background: #68A7DA;
  border-radius: 11px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #68A7DA;
  z-index: 99;
}

.small-apply .icos {
  width: 35px;
  height: 35px;
  margin: 0 auto;
}

.small-apply .icos::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  transform: translateY(10px);
  background: url(../images/s_heart.svg) no-repeat top center;
  background-size: cover;
}

.small-apply .icos img {
  display: block;
  margin: 0 auto;
}

.small-apply span {
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.loginpup .conbox {
  position: relative;
}

.loginpup .conbox .checkbox label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.loginpup .conbox .checkbox label span {
  width: calc(100% - 20px);
  margin-top: 0px;
  position: relative;
  display: block;
  color: #374869;
}

.loginpup .conbox .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  padding: 0;
  height: 70px;
  position: relative;
}

.loginpup .conbox .form-group .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 1rem;
  background: none;
  border: none;
  padding: 0;
}

.loginpup .conbox .form-group .inp {
  background: #F4F4F4;
  width: 100px;
  color: #6F6F6F;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  height: 68px;
}

@media (max-width: 767px) {
  .loginpup .conbox .form-group .inp {
    width: 160px;
  }
}

.loginpup .conbox .form-group .inp::after {
  content: '';
  content: "\f0dd";
  font-family: 'FontAwesome';
  display: inline-block;
}

.loginpup .conbox .form-group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.loginpup .conbox .more {
  width: 100%;
  padding: 35px 20px;
  margin: 20px auto;
}

.loginpup .conbox .more img {
  filter: invert(50%) brightness(0%) !important;
}

.loginpup .conbox p {
  color: #243775;
  margin-top: 0.5rem;
}

.loginpup .conbox p a {
  color: #68A7DA;
  text-decoration: underline;
}

.loginpup .conbox .forgetp {
  color: #68A7DA;
}

.index-pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.35s ease;
}

.index-pup.show {
  display: flex;
}

.index-pup .index-pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.index-pup .index-pupcontent {
  width: 880px;
  border-radius: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  background-image: linear-gradient(#E2E7FC, #fff);
  box-sizing: border-box;
  padding: 50px;
  color: #000;
}

@media (max-width: 992px) {
  .index-pup .index-pupcontent {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .index-pup .index-pupcontent {
    padding: 30px;
  }
}

.index-pup .index-pupcontent .close::before, .index-pup .index-pupcontent .close::after {
  background: #999999;
}

.index-pup .index-pupcontent .txt p {
  margin-bottom: 40px;
  line-height: 2;
}

.index-pup .index-pupcontent .header-logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.pup.show {
  display: flex;
}

.pup .pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.pup .conbox {
  background: url(../images/n_bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 9;
  width: 991px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 4rem;
  border-radius: 16px;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .pup .conbox {
    width: 96%;
  }
}

.pup .conbox .imgs img {
  display: block;
  margin: 0rem auto 2rem auto;
}

.pup .conbox p {
  font-size: 14px;
  color: #666666;
  max-width: 58%;
  margin: 1rem auto;
}

@media (max-width: 767px) {
  .pup .conbox p {
    max-width: 100%;
  }
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}

.modal.in .modal-dialog {
  width: 700px;
  height: 100%;
  box-sizing: border-box;
  max-width: 700px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.modal.in .modal-dialog .modal-header {
  display: block;
  border: none;
}

.modal.in .modal-dialog .modal-content {
  max-width: 740px;
  border-radius: 0px;
  display: block;
  padding: 3rem;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog .modal-content {
    padding: 1.5rem;
  }
}

.modal.in .modal-dialog .modal-content img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.modal.in .modal-dialog .modal-content form label {
  display: block;
  margin-bottom: 0.5rem;
}

.modal.in .modal-dialog .modal-content form input {
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-content form button {
  width: 100%;
  background: #243775;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-footer {
  border-top: none !important;
}

.modal.in .modal-dialog .modal-footer button {
  width: 48%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid #064CEA;
  box-shadow: none;
}

.modal.in .modal-dialog .modal-footer button:nth-child(1) {
  color: #ffffff;
}

.modal.in .modal-dialog .content2 {
  display: none;
}

.whiteback {
  background-color: #ffffff !important;
  border-radius: 18px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 12px;
  font-family: 'NunitoSans-Bold';
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox {
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
}

.load-more::after {
  display: none;
}

footer {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding-top: 80px;
}

@media (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}

footer::before {
  content: '';
  display: block;
  width: 40%;
  height: 12px;
  background: #F5AC2C;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer::after {
  content: '';
  display: block;
  width: 60%;
  height: 12px;
  background: #68A7DA;
  position: absolute;
  right: 0;
  bottom: 0;
}

footer .address dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .address dd span {
  width: 20px;
  color: #A5938B;
}

footer .address dd span:nth-child(2) {
  width: calc(100% - 30px);
}

footer .address dd span:nth-child(1) {
  text-transform: capitalize;
}

footer .address dd span a {
  color: #A5938B;
}

footer .address dd span a:hover {
  color: #243775;
}

footer nav {
  width: 100%;
}

@media (max-width: 767px) {
  footer nav {
    width: 100%;
  }
}

footer nav ul {
  padding-left: 0;
}

footer nav ul li {
  list-style: none;
}

footer nav ul li a {
  color: #000;
  display: block;
  margin-bottom: 5px;
  transition: all 0.35s ease;
}

footer nav ul li a:hover {
  color: #68A7DA;
}

footer .logo {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

footer .logo img {
  display: block;
}

@media (max-width: 992px) {
  footer .logo img {
    margin: 0 auto;
  }
}

footer .social {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  footer .social {
    justify-content: center;
  }
}

footer .social a {
  margin-right: 1.5rem;
  border-radius: 50%;
}

footer .social a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
}

@media (max-width: 992px) {
  footer .row .col-md-2 {
    width: 100%;
  }
  footer .row .col-md-2 h4 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer .row .col-md-2 {
    text-align: center;
  }
}

@media (max-width: 992px) {
  footer .row .row .col-md-2 {
    width: 16.66666667%;
    margin-top: 1.5rem;
  }
  footer .row .row .col-md-2 h4 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  footer .row .row .col-md-2 {
    width: 50%;
    text-align: left;
  }
}

footer .links {
  display: flex;
  align-items: center;
}

footer .links a {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .links a:nth-last-child(1)::after {
  display: none;
}

footer .links a::after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #000;
  margin: 0 10px;
}

footer .copyrights {
  padding: 15px 0 25px 0px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(112, 112, 112, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  footer .copyrights {
    justify-content: center;
    flex-wrap: wrap;
  }
}

footer .copyrights .container span {
  float: left;
}

@media (max-width: 767px) {
  footer .copyrights .container span {
    float: none;
    text-align: center;
    display: block;
  }
}

footer .copyrights .container a {
  float: right;
  color: #ffffff;
  display: block;
}

@media (max-width: 767px) {
  footer .copyrights .container a {
    float: none;
    width: 100%;
    text-align: center;
  }
}

footer .copyrights .container a:hover {
  color: #efefef;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

footer .text-right {
  line-height: 2.5;
}

@media (max-width: 992px) {
  footer .text-right {
    text-align: left !important;
  }
}

footer .row .col-md-3 {
  width: auto;
}

@media (max-width: 992px) {
  footer .row .col-md-3 {
    width: 20%;
    margin-top: 30px;
    border-right: none;
  }
}

@media (max-width: 767px) {
  footer .row .col-md-3 {
    width: 50%;
  }
}

footer .row .col-md-8 {
  width: 60%;
}

@media (max-width: 992px) {
  footer .row .col-md-8 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  footer .row .col-md-8 {
    width: 100%;
  }
}

footer .row .col-md-6:nth-child(2) {
  width: 45%;
}

@media (max-width: 767px) {
  footer .row .col-md-6:nth-child(2) {
    width: 100%;
    margin-top: 50px;
  }
}

footer .row .col-md-6:nth-child(2) h4 {
  width: 100%;
}

footer .footer {
  position: relative;
  z-index: 9;
}

footer .footer .foottop {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  footer .footer .foottop {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  footer .footer .foottop {
    margin-bottom: 20px;
  }
}

footer h4 {
  color: #F5AC2C;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  footer h4 {
    width: 100%;
    padding-bottom: 0;
    padding-top: 15px;
  }
}

footer h4 a {
  color: #F5AC2C;
}

footer .container {
  max-width: 96%;
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 38%;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 60px;
  width: 60px;
  opacity: 0;
  background: #68A7DA;
  border-radius: 50%;
  transform: translateY(5rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
}

.message.on {
  opacity: 1;
  transform: translateY(0);
}

.message::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(../images/top.svg) no-repeat top center;
  background-size: cover;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .message {
    transform: translateY(8rem);
  }
  .message span {
    transform: translateY(9px);
    font-size: 2rem;
  }
}

@media (min-width: 1680px) {
  .message {
    transform: translateY(15rem);
  }
}

main {
  position: relative;
}

@media (max-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (max-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  background: #ffffff;
  transition: all 0.35s ease;
  border: 1px solid #E8E8E8;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #202020;
}

.pageinfo ul li a:hover {
  color: #ffffff;
  background: #F5AC2C;
}

.pageinfo ul li .active {
  color: #ffffff;
  background: #F5AC2C;
}

.pageinfo ul li .prev {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #202020;
}

.pageinfo ul li .prev:hover {
  background: #F5AC2C;
  text-decoration: none;
}

.pageinfo ul li .next {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #202020;
}

.pageinfo ul li .next:hover {
  background: #F5AC2C;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #243775;
}

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.fixed {
  position: fixed;
  left: 1rem;
  top: 15%;
  z-index: 99;
  background: #F8F8F8;
  transition: all 0.35s ease;
}

.fixed.sticky ul li img {
  margin-bottom: 0;
}

.fixed.sticky ul li b {
  display: none;
}

@media (max-width: 1024px) {
  .fixed {
    display: none;
  }
}

.fixed ul {
  margin-bottom: 0;
}

.fixed ul li {
  list-style: none;
  color: #98A3AD;
  border-bottom: 1px solid #DADADC;
  box-sizing: border-box;
  padding: 2rem 0.5rem;
  margin-bottom: 0;
}

.fixed ul li::before {
  display: none;
}

.fixed ul li img {
  display: block;
  margin: 0rem auto 0.5rem auto;
}

.fixed ul li b {
  display: block;
  text-align: center;
  color: #98A3AD;
  line-height: 1.2;
}

/* Webkit内核（Chrome、Safari） */
.form-control::-webkit-input-placeholder {
  color: #999999;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #999999;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #999999;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #999999;
  /* placeholder文字颜色为紫色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
