@charset "utf-8";
/* CSS Document */
:root {
  --bgs: #152533;
  --blue: #3071b7;
  --color: #152533;
  --colors: #946c2f;
  --yellow: linear-gradient(
    90deg,
    rgba(17, 54, 147, 1) 0%,
    rgba(24, 152, 213, 1) 100%
  );
  --swiper-preloader-color: #014099;
}
@font-face {
  src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
  font-family: "myfont";
}
@font-face {
  src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
  font-family: "title";
}
@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 62.5%;
  list-style: none;
  font-family: "myfont", sans-serif;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
}
input[type="checkbox"] {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border: 1px solid #a3a3a3;
  border-radius: 0%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
input[type="checkbox"]:checked {
  border-color: #1a1a1a;
  background: #1a1a1a;
  background-image: url(../images/ok.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
img {
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
.w_all0 {
  width: 100% !important;
  margin: auto;
}
.w_all {
  width: 65%;
  margin: auto;
}
.w_all2 {
  width: 960px;
  margin: auto;
}
.w_all3 {
  width: 86%;
  margin: auto;
}
p {
  font-size: 2.2rem;
  line-height: 2;
}
/*index*/
html,
body {
  width: 100%;
  position: relative;
}
header {
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0px;
  z-index: 9999;
  box-sizing: border-box;
}
header.active {
  background: #091116 !important;
}
header .top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 3rem 0 0;
}
header.active .top {
  display: none;
}
header .top span {
  display: block;
  font-size: 1.5rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  line-height: 1;
  padding: 0 2rem;
  position: relative;
}
header .top span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  opacity: 0.8;
}
header .top a:first-of-type span::before {
  display: none;
}
header .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  height: 80px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .logo img {
  display: block;
  height: 100%;
}
header .logo .img2 {
  display: none;
}
header.active .logo {
  height: 45px;
}
header nav dl {
  display: flex;
  align-items: center;
}
header nav dl dd {
  position: relative;
}
header nav dl dd span {
  display: block;
  font-size: 1.7rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: 2px;
  cursor: pointer;
  color: #fff;
  line-height: 100px;
  padding: 0 3rem;
  font-family: "title";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header.active nav dl dd span {
  line-height: 80px;
}
header nav dl dd span i {
  margin-left: 1rem;
  font-family: "title";
}
header nav dl dd.apply {
  height: auto;
}
header nav dl dd.apply span {
  border-radius: 50px;
  border: 2px solid var(--colors);
  margin-left: 3rem;
  line-height: 42px;
}
header nav dl dd.apply:hover span {
  background: var(--colors);
  color: var(--color);
}
.header2.active {
  background: #fff !important;
  box-shadow: 0px 0px 9px 0px #dddddd;
}
header.header2 .logo .img1 {
  display: none;
}
header.header2 .logo .img2 {
  display: block;
}
header.header2 nav dl dd span {
  color: var(--color);
}
header.header2 .top span {
  color: var(--color);
}
header.header2 .top span::before {
  background: var(--color);
}
header.header2 nav dl dd.apply span {
  background: var(--colors);
}
.s_menu {
  position: absolute;
  left: -2rem;
  right: -2rem;
  top: 90px;
  background: #fff;
  color: var(--color);
  padding: 6%;
  display: none;
  /* box-shadow: 0px 12px 8px -6px rgba(0, 0, 0, 0.1); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.s_menu .ss {
  display: flex;
  justify-content: center;
}
.s_menu .ss2 {
  align-items: center;
}
.s_menu .ss h5 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  font-family: "title";
}
.s_menu .ss li {
  font-size: 1.6rem;
  margin: 1rem 0;
  color: var(--color);
  transition: all 0.4s ease;
  line-height: 2;
  text-align: center;
}
.s_menu .ss li:hover {
  color: var(--colors);
  font-weight: bold;
}
.s_menu .ss a {
  width: 33.3%;
}
.s_menu .ss p {
  font-size: 1.8rem;
  margin: 1rem 0;
  color: var(--color);
  font-family: "title";
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
.s_menu .ss p:hover {
  color: var(--colors);
}
.s_menu .ss p img {
  width: 28px;
  margin-right: 8px;
}
.s_menu .ss .sl {
  width: 20%;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
.s_menu .ss .sl strong {
  font-size: 2rem;
}
.s_menu .ss .sr {
  width: 74%;
  margin-right: -10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navBtn {
  z-index: 99999;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 5rem;
  display: none;
}
.navBtn span {
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  margin: 8px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navBtn span:nth-of-type(2) {
  width: 30px;
}
.navBtn span:nth-of-type(3) {
  width: 20px;
}
.navBtn:hover span {
  width: 40px;
}
.nav_btn_active span:nth-of-type(2) {
  margin-left: 10px;
}
.nav_btn_active span:nth-of-type(3) {
  margin-left: 20px;
}
.course-title p {
  margin-bottom: 0px !important;
}
.banner {
  width: 100%;
  height: 75rem;
  overflow: hidden;
  position: relative;
  /* background: #232c33; */
}
.banner .bg {
  /* background: url(../images/home/banner.jpg) no-repeat; */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-size: cover;
  background-position: center 5%;
}
.banner .bg img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-25%);
  z-index: 2;
}
.txt_all {
  z-index: 4;
  text-align: center;
  padding: 45vh 0 15vh;
  position: relative;
  z-index: 6;
}
.txt_all p {
  font-size: 6rem;
  color: #fff;
  font-family: "title";
  letter-spacing: 0.4rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.txt_all p strong {
  font-size: 6rem;
  font-family: "title";
  background: -webkit-linear-gradient(#ecd3b1, #efe4d1);
  -webkit-background-clip: text;
  color: transparent;
}
.txt_all p span {
  font-size: 5.8rem;
}
header nav dl dd.apply:hover span {
  background: var(--colors);
  color: var(--color);
}
.mores {
  display: flex;
  justify-content: center;
  margin-top: 8vh;
}
.more {
  margin-top: 4rem;
  letter-spacing: 1px;
  color: var(--color);
  background: var(--colors);
  line-height: 48px;
  padding: 0 5rem;
  margin: 0 2rem;
  cursor: pointer;
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid var(--colors);
  display: flex;
  align-items: center;
}
.more span {
  font-size: 1.7rem;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.more i {
  display: block;
  font-size: 1.7rem;
  transform: scaleX(0);
  margin-left: 5px;
  transform-origin: 0 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  left: 66%;
}
.more1.liaojie {
  color: white;
}
.more1:hover span {
  transform: translateX(-10px);
  color: white;
}
.more:hover i {
  transform: scaleX(1);
  color: white;
}
.more2 {
  background: none !important;
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.more:hover {
  background: var(--colors);
  color: var(--color);
}
.more2:hover {
  background: #fff !important;
  color: var(--color);
  z-index: 9;
}
.indexBars {
  position: relative;
  padding: 7% 0;
}
.title {
  text-align: center;
  color: var(--color);
}
.title h3 {
  font-size: 4.4rem;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.title p {
  font-size: 2.8rem;
  line-height: 1.8;
}
.title p strong {
  font-size: 2.8rem;
  font-family: "title";
  color: var(--colors);
}
.title2 p,
.title2 p strong {
  font-size: 4.2rem;
  font-family: "title";
}
.index_bar1 {
  background: var(--colors);
  position: relative;
  z-index: 8;
}
.index_bar1 .bg {
  background: url(../images/bg_blue.svg) no-repeat center/cover;
  top: 0;
  top: 0;
  z-index: 1;
  transform: scale(1, -1);
  width: 100%;
  height: 45vh;
}
.index_bar1 .contain {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  opacity: 0;
}
.index_bar1 b {
  display: block;
  transform: scale(0.8);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.index_bar1 .swiper-slide-active b {
  transform: scale(1);
}
.index_bar1 img {
  width: 100%;
  display: block;
}
.index_bar2 {
  padding-top: 16%;
  position: relative;
}
.index_bar2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg_green.svg);
  background-size: 100% 165px;
  height: 16.5rem;
  z-index: 1;
  transform: scale(1, -1);
  width: 100%;
}
.index_bar2 .contain {
  background: var(--bgs);
  padding: 7% 5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 30px;
  justify-content: space-between;
  color: #fff;
}
.index_bar2 .contain .ll {
  width: 57%;
  position: relative;
}
.index_bar2 .contain .ll img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.index_bar2 .contain .ll .btn {
  position: absolute;
  right: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10.2rem;
  cursor: pointer;
  z-index: 3;
}
.index_bar2 .contain .rr {
  width: 35%;
}
.index_bar2 .contain .rr p {
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
.index_bar2 .contain .rr p strong {
  color: var(--colors);
  font-family: "title";
  font-size: 2.8rem;
}
.index_bar2 .contain:nth-of-type(2n) {
  flex-direction: row-reverse;
  background: none;
  padding: 7% 0;
}
.index_bar2 .contain .ll .bg1 {
  display: none;
}
.index_bar2 .contain:nth-of-type(2n) .ll .bg1 {
  padding: 0 5%;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.index_bar2 .contain:nth-of-type(2n) .ll .btn {
  right: inherit;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.index_bar2 .contain:nth-of-type(2n) .rr p {
  color: var(--color);
}
.index_bar2 .contain:nth-of-type(2n) .ll b {
  display: block;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  overflow: hidden;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  z-index: 3;
  cursor: pointer;
}
.index_bar2 .contain:nth-of-type(2n) .ll b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_bar2 .contain:nth-of-type(2n) .ll b:hover::before {
  opacity: 0.3;
}
.index_bar3 {
  background: white;
}
.index_bar3 .title {
  text-align: center;
  margin-bottom: 4%;
}
.index_bar3 .title h3 {
  font-size: 4.4rem;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  line-height: 1.6;
  font-family: "title";
}
.index_bar3 img {
  width: 100%;
  display: block;
}
.index_bar3 b {
  display: block;
  transform: scale(0.8);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.index_bar3 .swiper-wrapper b {
  border-radius: 14px;
  border: 3px solid #333333;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 630px;
}
.index_bar3 .swiper-wrapper b img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_bar3 .swiper-slide-active b {
  transform: scale(1);
}
.index_bar4 {
  padding-bottom: 3%;
}
.index_bar10:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/home/bg_orange.svg) left bottom/cover;
  height: 16.5rem;
  z-index: 1;
  transform: scale(1, -1) rotate(180deg);
  width: 100%;
}
.index_bar4 .title {
  margin-bottom: 3%;
}
.index_bar4 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.index_bar4 ul li {
  flex: 0 0 calc(100% / 6);
  padding: 1.5rem 3rem;
  box-sizing: border-box;
}
.index_bar4 ul li img {
  width: 100%;
}
.index_bar4 .swiper-container {
  padding-bottom: 4rem;
}
.index_bar4 .swiper-pagination-bullet-active {
  background: var(--colors);
}
.index_bar5 {
  background: var(--colors);
}
.index_bar5 .swiper-slide {
  padding: 12% 8%;
  box-sizing: border-box;
  text-align: center;
}
.index_bar5 h6 {
  font-weight: normal;
  margin-top: 6%;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_bar5 h6 strong {
  font-family: "title";
  font-size: 1.5rem;
  display: block;
  margin-right: 5px;
}
.index_bar5.indexBars .btn i {
  color: white;
}
.btn .ll {
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn .ll i {
  font-size: 3rem;
  color: #333;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn .lll1 {
  left: inherit;
  right: 0;
}
.btn .llr1 i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
.index_bar6 {
  overflow: hidden;
  padding-bottom: 0;
  width: 100%;
}
.index_bar6 .contain {
  display: flex;
  justify-content: space-between;
}
.index_bar6 .txt {
  width: 42%;
}
.index_bar6 .title {
  text-align: left;
  margin-top: 5%;
}
.index_bar6 .title h3 {
  padding-bottom: 4rem;
  position: relative;
}
.index_bar6 .title h3 strong {
  color: var(--colors);
  font-size: 4.4rem;
  font-family: "title";
}
.index_bar6 .title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8rem;
  height: 4px;
  background: var(--color);
}
.index_bar6 .txt p,
.index_bar6 .txt p strong {
  font-size: 2rem;
}
.index_bar6 .bg1 {
  /* margin-top: 8%; */
  width: 30%;
  transform: translateX(-50%);
}
.index_bar6 .bg1 img {
  animation: spin 35s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.index_bar6 .bg2 {
  width: 25%;
  margin-top: 23%;
}
.index_bar6 img {
  display: block;
  width: 100%;
}
.index_bar6 .mores {
  justify-content: flex-start;
}
.index_bar6 .more {
  margin-left: 0;
  border-color: var(--colors);
  border-width: 2px;
  background: none;
  color: var(--colors);
}
.index_bar6 .more:hover i {
  transform: scaleX(1) translateX(12px);
}
.index_bar6 .more:hover {
  background: var(--colors);
  color: white;
}
.index_bar7 {
  background: #e7edf2;
}
.index_bar7 .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_bar7 .title {
  text-align: left;
  margin-bottom: 5%;
}
.index_bar7 .title p strong {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
.index_bar7 .mores {
  justify-content: flex-start;
}
.index_bar7 .more {
  margin-left: 0;
  border-color: var(--color);
  border-width: 2px;
  background: none;
}
.index_bar7 .more:hover i {
  transform: scaleX(1) translateX(12px);
}
.index_bar7 .more:hover {
  background: var(--color);
  color: #fff;
}
.index_bar7 .ll {
  width: 50%;
}
.index_bar7 .ll img {
  width: 100%;
  display: block;
  transition: all 0.5s linear;
}
.index_bar7 .rr {
  width: 40%;
}
.index_bar7 ul li {
  margin: 5% 0;
}
.index_bar7 ul li img {
  width: 8rem;
  margin-bottom: 4%;
}
.index_bar7 ul li p {
  font-size: 1.6rem;
}
.index_bar7 ul li p strong {
  display: block;
  font-size: 2rem;
}
.index_bar8 {
  background: var(--bgs);
}
.index_bar8 .title {
  color: #fff;
}
.index_bar8 dl {
  display: flex;
  justify-content: center;
  margin: 5% 0 3%;
}
.index_bar8 dl dd {
  margin: 0 1rem;
  border-radius: 50px;
  background: #edf3f5;
  color: var(--color);
  padding: 1.2rem 4rem;
  font-size: 1.9rem;
  font-family: "title";
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.index_bar8 dl dd.active {
  background: var(--colors);
}
.index_bar8 ul li {
  display: none;
}
.index_bar8 ul li:first-of-type {
  display: block;
}
.index_bar8 ul li img {
  display: block;
  width: 100%;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.index_bar8 ul li p {
  margin-top: 3%;
  color: #fff;
  text-align: center;
}
.index_bar9 .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e7edf2;
  padding: 8% 6%;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.index_bar9 .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.index_bar9 .bg img {
  width: 100%;
  display: block;
}
.index_bar9 .title {
  text-align: left;
  margin-bottom: 4%;
}
.index_bar9 .title h3 {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
}
.index_bar9 .title h3 strong {
  font-size: 4.4rem;
  color: var(--colors);
  font-family: "title";
  display: block;
}
.index_bar9 .title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8rem;
  height: 4px;
  background: var(--colors);
}
.index_bar9 .title p {
  font-size: 2rem;
}
.index_bar9 .title p strong {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
.index_bar9 .ll {
  width: 40%;
}
.index_bar9 .rr {
  width: 40%;
  margin-bottom: 4%;
}
.index_bar9 .rr p {
  font-size: 2rem;
  margin: 1.5rem 0;
  position: relative;
  padding-left: 4rem;
}
.index_bar9 .rr p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--colors) url(../images/ok.png) no-repeat center/60%;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  box-sizing: border-box;
}
.index_bar9 .mores {
  justify-content: flex-start;
  margin: 4rem 0 0;
}
.index_bar9 .mores .more {
  margin: 0 0;
  color: var(--color);
  border-color: var(--colors);
  border-width: 2px;
  padding: 0 4rem;
}
.index_bar9 .mores .more:hover {
  background: var(--colors) !important;
  border-color: var(--colors);
}
.index_bar10 {
  padding-top: 0;
}
.index_bar10 .title p,
.index_bar10 .title p strong {
  font-size: 4rem;
  font-family: "title";
}
.index_bar10 .title h3 {
  font-family: "title";
}
.index_bar10 .swiper-container {
  position: relative;
  padding-bottom: 15rem;
}
.index_bar10 .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  box-sizing: border-box;
}
.index_bar10 .swiper-slide .ll {
  width: 46%;
}
.index_bar10 .swiper-slide .ll img {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.2);
}
.index_bar10 .swiper-slide .rr {
  width: 46%;
}
.index_bar10 .rr h4 {
  font-size: 3rem;
  font-family: "title";
  margin-bottom: 2rem;
}
.index_bar10 .rr p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.index_bar10 .mores {
  justify-content: flex-start;
  margin: 4rem 0 0;
}
.index_bar10 .mores .more {
  margin: 0 0;
  color: var(--colors);
  border-color: var(--colors);
  padding: 0 4rem;
}
.index_bar10 .mores .more:hover {
  background: var(--colors) !important;
  color: #fff;
}
.index_bar11 {
  background: var(--bgs);
  color: #fff;
}
.index_bar11 .title h3 {
  color: #fff;
  font-family: "title";
  margin-bottom: 2%;
}
.more3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 0 6%;
}
.index_bar11 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform-origin: center center;
}
.index_bar11 .swiper-slide b {
  display: block;
  border-radius: 32px;
  overflow: hidden;
  height: 40rem;
  position: relative;
}
.index_bar11 .swiper-slide b:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
.index_bar11 h4 {
  font-size: 2.4rem;
  font-family: "title";
  margin: 3.5rem 0 1rem;
  letter-spacing: 0.2rem;
}
.index_bar11 h6 {
  font-size: 1.6rem;
  color: white;
}

.index_bar11 .swiper-slide:hover .txt h6 {
  color: var(--colors);
}

.index_bar12 .title h3 {
  font-family: "title";
  margin-bottom: 2%;
}
.index_bar12 .more3 {
  color: var(--color);
}
.index_bar12 .swiper-slide {
  background: #e7f1f7;
  border-radius: 28px;
  overflow: hidden;
  text-align: center;
  padding: 4% 2%;
  height: auto;
  box-sizing: border-box;
}
.index_bar12 img {
  width: 50%;
  margin: auto;
  border-radius: 50%;
  display: block;
  border: 8px solid var(--colors);
}
.index_bar12 h4 {
  font-size: 2.2rem;
  font-family: "title";
  margin: 10% 0 1rem;
  letter-spacing: 0.1rem;
}
.index_bar12 h6 {
  font-size: 1.5rem;
  color: var(--color);
}
.index_bar13 {
  padding: 0;
}
.index_bar13 .contain {
  background: var(--colors);
  border-radius: 30px;
  padding: 8% 0;
  transition: all 0.4s linear;
}
.index_bar13 .title h3 {
  font-family: "title";
}
.index_bar13 .more {
  background: var(--color);
  color: #fff;
  padding: 0.5rem 6rem;
}
.index_bar14 .contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_bar14 .title h3 {
  font-family: "title";
}
.index_bar14 .rr {
  width: 65%;
}
.faq ul li {
  cursor: pointer;
  border-bottom: 1px solid var(--bgs);
  padding: 3rem 0;
}
.faq ul li .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq ul li .txt i {
  font-size: 2.2rem;
  color: var(--color);
  transform: rotate(-90deg);
  transition: all 0.4s ease;
}
.faq ul li.active .txt i {
  transform: rotate(90deg);
  color: var(--colors);
}
.faq ul li h3 {
  font-size: 1.9rem;
  color: var(--color);
  display: flex;
  letter-spacing: 1px;
  align-items: center;
}
.faq ul li .txt2 {
  padding: 3% 0 0;
  display: none;
}
.faq ul li .txt2 p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 10px 0;
}
.faq .mores {
  justify-content: flex-start;
}
.faq .more {
  margin: -2rem 0 0;
}
.footer {
  background: #091116;
  padding: 5% 0 0;
  color: #fff;
}
.footer .contain {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .ll {
  width: 26%;
}
.footer .logo2 img {
  height: 10rem;
}
.footer .ll h6 {
  font-size: 1.6rem;
  margin: 4rem 0 3rem;
  font-weight: normal;
  width: 90%;
  line-height: 1.8;
}
.footer .ll .bb img {
  width: 26px;
  display: block;
}
.footer .ll .bb p {
  font-size: 1.7rem;
}
.footer .ll .bb p strong {
  font-family: "title";
  font-size: 1.5rem;
}
.footer .others {
  display: flex;
  margin-top: 3rem;
}
.footer .others p {
  width: 34px;
  margin-right: 2rem;
  cursor: pointer;
  background: var(--colors);
  border-radius: 50%;
  padding: 0.5rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.footer .others p img {
  width: 100%;
}
.footer .others p .ewm {
  position: absolute;
  left: 50%;
  top: -11rem;
  width: 10rem;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease-out;
}
.footer .others p:hover {
  overflow: inherit;
}
.footer .others p:hover .ewm {
  opacity: 1;
  top: -10.5rem;
}
.footer .rr {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 70%;
}
.footer dl {
  overflow: hidden;
}
.footer dl dt,
.footer dl dt a {
  color: var(--colors);
  font-size: 1.7rem;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  cursor: pointer;
  font-family: "title";
  font-weight: bold;
}
.footer dl dd {
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  cursor: pointer;
  margin: 1.9rem 0 0;
}
.footer dl dd:hover {
  color: var(--colors);
  transform: translateX(5px);
}
.footer dl.dl2 {
  width: 55%;
}
.footer dl.dl2 dd {
  float: left;
  width: 50%;
}
.footer .copyright {
  margin-top: 10rem;
  display: flex;
  padding: 4% 0 2%;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer .copyright p {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  line-height: 1;
}
.footer .copyright a {
  font-size: 1.4rem;
  display: flex;
  color: #fff;
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #fff;
  line-height: 1;
  transition: all 0.4s linear;
}
.footer .copyright a:hover {
  color: var(--colors);
}
/* 弹框 */
.tankuang {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  display: none;
}
.tankuang .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  backdrop-filter: saturate(180%) blur(5px);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  background: rgba(0, 0, 0, 0.55);
}
.tankuang .contain {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.tankuang .bbox {
  max-width: 82rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(148, 108, 47, 0.75);
  border-radius: 30px;
  max-height: 90vh;
  overflow-y: auto;
  color: var(--color);
  z-index: 3;
  padding: 3% 5%;
}

.tankuang .close {
  position: absolute;
  right: 3rem;
  cursor: pointer;
  top: 3rem;
  width: 30px;
}
.tankuang .close img {
  width: 100%;
}
.tankuang .title h3 {
  margin: 0;
  font-family: "title";
}
.tankuang .title p {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.message .bars {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.message .bars p {
  margin: 1.5% 0;
  opacity: 1;
  width: 48.5%;
}
.message .bars p .pp {
  box-shadow: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid var(--color);
  background: none;
  padding: 12px 16px;
  color: var(--color);
  font-size: 1.6rem;
}
.message .bars .p2 {
  width: 100%;
}
.message .bars .p2 textarea {
  min-height: 155px;
}
.message ::-webkit-input-placeholder {
  color: var(--color);
  font-size: 1.6rem;
}
.message .bars .p3 {
  position: relative;
}
.message .bars .p3 b {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 4px);
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #fff;
}
.submit {
  justify-content: center;
  margin: 3rem auto 0;
}
.submit .more {
  border-color: var(--color);
  position: relative;
  color: var(--color);
}
.submit button {
  box-shadow: none;
  border: none;
  background: none;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.submit .more:hover {
  background: var(--color) !important;
  color: #fff;
}
/* 关于我们 */
.o_ban {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
/* .o_ban::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(10, 0, 0, 0.81) 0%,
    rgba(10, 0, 0, 0.49) 100%
  );
} */
.o_ban img {
  width: 100%;
}
.o_ban .txt {
  position: absolute;
  left: 50%;
  bottom: 16%;
  transform: translate(-50%, -0%);
}
.o_ban h3 {
  font-size: 6rem;
  color: #fff;
  font-family: "title";
  letter-spacing: 4px;
}
.o_ban h3 strong {
  font-size: 6rem;
  color: var(--colors);
  font-family: "title";
}
.o_ban p {
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 1px;
  margin: 2rem 0 6rem;
}
.o_ban .more3 {
  justify-content: flex-start;
  text-align: left;
  margin: 0;
  color: var(--colors);
  font-family: "title";
  font-size: 1.7rem;
}
/* 关于 */
.a1 {
  display: flex;
  justify-content: space-between;
}
.a1 .rr {
  position: relative;
}
.a1 .rr .title h3 {
  font-family: "title";
  margin-top: 0.8rem;
}
.a1 .ll {
  width: 60%;
}
.a1 .ll p {
  font-size: 1.8rem;
  line-height: 2;
  margin: 1.5rem 0;
  text-align: justify;
}
.a1 .ll p strong {
  font-size: 1.8rem;
  font-family: "title";
}
.a2 .contain {
  background: #d7e4ed;
  position: relative;
  color: var(--color);
}
.a2 .title h3 {
  text-align: center;
  font-family: "title";
  margin-bottom: 1rem;
}
.a2 .title p {
  text-align: center;
  font-size: 2rem;
}
.a2 ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7%;
}
.a2 ul li h3 {
  color: var(--colors);
  font-weight: normal;
  font-family: "title";
  font-size: 3rem;
  letter-spacing: 2px;
  margin: 0 0 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.a2 ul li h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6rem;
  height: 3px;
  background: var(--colors);
}
.a2 ul p {
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: normal;
}
.a3 {
  padding-top: 7%;
}
/* 新闻 */
.o_ban2 {
  height: 45rem;
  text-align: center;
}
.o_ban2s {
  height: 40rem;
}
.o_ban2::before {
  display: none;
}
.o_ban2 .txt {
  bottom: 0;
}
.o_ban2 h3 {
  color: var(--color);
  margin-bottom: 3%;
}
.o_ban2 ul {
  display: flex;
  justify-content: center;
}
.o_ban2 ul li {
  padding: 1rem 4rem;
  margin: 1.5rem;
  font-size: 1.8rem;
  background: #edf3f5;
  color: var(--color);
  font-family: "title";
  border-radius: 30px;
}
.o_ban2 ul li.active {
  background: var(--colors);
}
.news ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.news ul li {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--color);
  overflow: hidden;
}
.news ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news ul li img {
  width: 100%;
  transition: all 0.3s linear;
}
.news ul li:hover img {
  opacity: 0.5;
}
.news ul li .txt {
  padding: 8%;
  box-sizing: border-box;
  color: #fff;
}
.news ul li h3 {
  font-size: 1.8rem;
  font-family: "title";
  margin: 0rem 0 3rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.news ul li .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news ul li .bot span {
  font-size: 1.4rem;
}
.news .more3 {
  margin: 0;
  color: var(--colors);
  font-family: "title";
}
.ban_newsd h6 {
  font-size: 3rem;
  color: var(--colors);
  padding-bottom: 2rem;
  margin-bottom: 5%;
  position: relative;
  font-weight: normal;
}
.ban_newsd h6::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 5rem;
  height: 1px;
  background: var(--colors);
}
.ban_newsd h3 {
  font-size: 3.4rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.ban_newsd h5 {
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: var(--color);
}
.newsd {
  padding-top: 3%;
}
.newsd p {
  font-size: 1.7rem;
  margin: 1rem 0;
}
.newsd p img {
  max-width: 100%;
}
.newsd .bottom {
  margin-top: 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsd .bottom p {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsd .bottom p span {
  font-size: 1.9rem;
}
.newsd .bottom .totop {
  color: var(--colors);
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  font-family: "title";
  cursor: pointer;
}
.newsd .bottom .totop span {
  display: block;
  transform: rotate(-90deg);
  font-size: 1.8rem;
  margin-right: 8px;
  font-family: "title";
}
/* 产品 */
.pro h3 {
  font-family: "title";
}
.ban_pro .more3 {
  margin-top: 1.5rem;
}
.pro .p1 .rr .title h3 {
  text-align: left;
}
.pro .a1 .ll p strong {
  font-size: 2.4rem;
}
.pro .p2 {
  background: var(--bgs);
}
.pro .p2 .contain {
  background: none;
  padding: 0;
  color: #fff;
  align-items: flex-start;
}
.pro .p2 .title h3 {
  color: #fff;
  font-family: "title";
}
.pro .p2 .title h3::before {
  display: none;
}
.pro .p2 .more {
  color: #fff;
}
.pro .p2 .more:hover {
  color: var(--color);
}
.pro .p3 {
  background: #d7e4ed;
}
.pro .p4 ul {
  display: flex;
  flex-wrap: wrap;
}
.pro .p4 ul li {
  width: 24.2%;
  margin-right: 1%;
  margin-top: 2%;
  background: var(--bgs);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 5% 3%;
  box-sizing: border-box;
  transition: all 0.3s linear;
  cursor: default;
}
.pro .p4 ul li:hover {
  transform: translateY(-5px);
}
.pro .p4 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.pro .p4 ul li img {
  width: 6rem;
  display: block;
  margin: auto;
}
.pro .p4 ul li h4 {
  font-size: 2.2rem;
  margin: 3rem 0 1.5rem;
  letter-spacing: 1px;
  transition: all 0.4s linear;
}
.pro .p4 ul li:hover h4 {
  color: var(--colors);
}
.pro .p4 ul li p {
  font-size: 1.45rem;
  line-height: 1.8;
}
.pro .p6 ul li {
  width: 32%;
  margin-right: 2%;
}
.pro .p6 ul li:nth-of-type(4n) {
  margin-right: 2%;
}
.pro .p6 ul li:nth-of-type(3n) {
  margin-right: 0;
}
/* 团队 */
.ban_team {
  height: 25rem;
}
.team .t1 .title h3 {
  font-family: "title";
}
.team .t1 .contain {
  display: flex;
  justify-content: space-between;
}
.team .t1 ul {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.team .t1 ul li {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team .t1 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.team .t1 ul li img {
  width: 100%;
  display: block;
  transition: all 0.3s linear;
}
.team .t1 ul li:hover {
  background: var(--bgs);
}
.team .t1 ul li:hover img {
  opacity: 0.6;
}
.team .t1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(21, 37, 51, 0.5) 0%,
    rgba(21, 37, 51, 0) 100%
  );
  z-index: 3;
}
.team .t1 ul li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 3rem;
  box-sizing: border-box;
  z-index: 6;
}
.team .t1 ul li h4 {
  color: var(--colors);
  font-size: 2.2rem;
  font-family: "title";
}
.team .t1 ul li p {
  font-size: 1.4rem;
  color: #fff;
}
.team .t1 ul li .tt {
  display: none;
}
.big_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
}
.big_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: url(../images/close2.png), auto;
  z-index: 3;
}
.big_box .close {
  position: fixed;
  top: 10%;
  right: 3.5%;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.big_imgss {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 60%;
}
.big_imgss li {
  display: flex;
  justify-content: space-between;
  background: #d6e5ec;
  border-radius: 30px;
  padding: 5rem;
  box-sizing: border-box;
}
.big_imgss b {
  width: 40%;
}
.big_imgss b img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.big_imgss .txt {
  width: 54%;
}
.big_imgss .txt h4 {
  font-size: 3rem;
  font-family: "title";
}
.big_imgss .txt > p {
  color: var(--colors);
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0.5rem 0;
}
.big_imgss .txt .tt p {
  font-size: 1.6rem;
  margin: 1rem 0;
}
/* 国际 */
.global b {
  display: block;
  width: 100%;
}
.global b img {
  display: block;
  width: 100%;
}
.global ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.global ul li {
  width: 48%;
  margin-top: 4%;
}
.global h3 {
  font-family: "title";
}
.global ul li h4 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.global ul li p {
  font-size: 1.7rem;
}
.global ul li p:not(:first-of-type) {
  opacity: 0.7;
}
/* .job.services .contain .ll {
  width: 25%;
} */
.job .contain .ll {
  width: 35%;
}
/* .job.services .contain .rr {
  width: 65%;
} */
.job .contain .rr {
  width: 55%;
  width: 55%;
}
.job .title {
  text-align: left;
}
.job .title p {
  font-size: 1.7rem;
  margin: 1rem 0;
}
.job .title p a {
  font-size: 1.7rem;
  color: var(--color);
}
.job .rr h3 {
  display: block;
  line-height: 1.8;
  font-family: "title";
  transition: all 0.3s linear;
}
.job .rr ul li.active h3 {
  color: var(--colors);
}
.job .rr h3 strong {
  font-size: 1.6rem;
  display: block;
  color: var(--color);
}
.job .rr .txt2 {
  padding-top: 0;
}
.job .rr .txt2 p {
  margin: 0.8rem 0;
}
.job .rr p strong {
  font-size: 1.6rem;
  font-family: "title";
  padding-left: 14px;
  position: relative;
  margin-top: 2rem;
  display: block;
}
.job .rr p strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color);
}
/* 行业案例 */
.cases ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.cases ul li {
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  opacity: 0;
}
.cases ul li:nth-of-type(3n) {
  margin-right: 0;
}
.cases ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bgs);
  opacity: 0.2;
  transition: all 0.3s linear;
}
.cases ul li a {
  display: block;
  position: relative;
  z-index: 3;
}
.cases ul li img {
  width: 100%;
  display: block;
}
.cases ul li:hover a::before {
  opacity: 0.5;
}
.cases ul li .txt {
  padding: 3rem 4rem;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}
.cases ul li h3 {
  font-size: 2.4rem;
  font-family: "title";
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1px;
  text-shadow: 0em 0.1em 0.25em rgba(0, 0, 0, 0.33);
}
.cased_ban::before {
  background: linear-gradient(
    180deg,
    rgba(10, 1, 1, 0.68) 0%,
    rgba(10, 1, 1, 0.35) 99%
  );
}
.cased_ban .mores {
  justify-content: flex-start;
}
.cased_ban .mores .more {
  margin-left: 0;
  margin-right: 4rem;
}
.casesd {
  padding-bottom: 0;
}
.cased1 ul li .txt span {
  font-size: 2rem;
  border: 1px solid var(--color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .cased1 ul li .txt2 {
  display: none !important;
} */
.cased2 {
  background: #e7edf2;
}
.cased2 .title h3 {
  font-family: "title";
  margin-bottom: 2.5%;
}
.cased2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.cased2 ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  background: var(--bgs);
  padding: 3% 3% 2%;
  box-sizing: border-box;
}
.cased2 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.cased2 .more4 {
  display: flex;
  justify-content: flex-end;
  transition: all 0.4s linear;
}
.cased2 ul li:hover .more4 {
  color: #fff;
  transform: translateX(5px);
}
.cased2 ul li img {
  width: 5.5rem;
  display: block;
  margin-top: 1rem;
}
.cased2 ul li h3 {
  font-size: 1.9rem;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 4rem;
  height: 52px;
  overflow: hidden;
}
.cased3 {
  padding: 3% 0;
}
.cased3 .contain {
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.cased3 h6 {
  font-size: 1.8rem;
  color: var(--color);
  display: flex;
  align-self: center;
  transition: all 0.3s linear;
}
.cased3 h6:hover {
  color: var(--colors);
}
.cased4 {
  padding-top: 0;
}
.solution ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.solution ul li h6 {
  font-family: "title";
  font-weight: normal;
  font-size: 3.6rem;
  border-top: 2px solid var(--color);
  width: 35%;
  padding-top: 3rem;
  letter-spacing: 2px;
}
.solution ul li .rr {
  width: 58%;
}
.solution ul li .txt {
  background: var(--bgs);
  border-radius: 20px;
  padding: 2.5rem 4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}
.solution ul li .txt b {
  display: flex;
  align-items: center;
}
.solution ul li .txt b img {
  width: 3.6rem;
  margin-right: 15px;
}
.solution ul li .txt h4 {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 1px;
}
.more4 {
  color: var(--colors);
  font-size: 3rem;
  font-weight: bold;
  transition: all 0.4s linear;
}
.solution ul li .txt:hover .more4 {
  color: #fff;
  transform: translateX(5px);
}
.solutiond_ban {
  background: var(--bgs);
  height: 78vh;
  overflow: inherit;
}
.solutiond_ban .txt .ll {
  width: 55%;
}
.solutiond_ban .txt .rr {
  width: 42%;
  height: 60vh;
  position: absolute;
  right: 0;
  bottom: -20rem;
  z-index: 8;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
.solutiond1 .contain {
  padding-bottom: 0;
}
.solutiond1 .tts {
  margin-top: -5rem;
}
.solutiond1 .tts p {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  line-height: 1.7;
  margin: 2rem 0;
}
.solutiond1 .tts p strong {
  color: #d7e4ed;
  font-size: 7rem;
  font-family: "title";
  margin-right: 5rem;
}
.solutiond2 {
  position: relative;
}
.solutiond2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62%;
  background: var(--bgs);
  z-index: 0;
}
.solutiond2 .contain {
  position: relative;
  z-index: 3;
}
.solutiond2 .title h3 {
  margin-bottom: 0;
  font-family: "title";
}
.solutiond2 .title strong {
  color: var(--colors);
  font-size: 4.6rem;
  font-family: "title";
}
.solutiond2 .imgs img {
  display: block;
  width: 100%;
  margin: 5rem 0;
}
.solutiond2 .txt {
  display: flex;
  justify-content: space-between;
}
.solutiond2 .txt p {
  width: 38%;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  padding-left: 3rem;
  line-height: 1.8;
}
.solutiond2 .txt p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: var(--colors) url(../images/ok.png) no-repeat center/60%;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  box-sizing: border-box;
}
.solutiond3 .contain {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--bgs);
}
.solutiond3 .title h3 {
  font-family: "title";
}
.solutiond3 .rr {
  width: 70%;
}
.solutiond3 ul {
  display: flex;
  justify-content: space-between;
}
.solutiond3 ul li {
  width: 47%;
  background: #e6eef1;
  padding: 8% 5% 7%;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
}
.solutiond3 ul li p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.solutiond3 ul li h6 {
  margin-top: 3rem;
  font-size: 4rem;
  font-family: "title";
}
.title.small-title p,
.title.small-title span {
  font-size: 2rem !important;
}
.products.o_ban p,
.resources.o_ban p {
  margin-top: 0;
  margin-bottom: 0;
}
.resources.o_ban p {
  margin-bottom: 0;
}
/* 联系 */
.contact .contain {
  display: flex;
  justify-content: space-between;
}
.contact .contain .title {
  width: 30%;
  text-align: left;
}
.contact .contain .title h6 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.contact .contain .title p {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.contact .contain .title p i {
  font-size: 2.6rem;
  margin-right: 1.5rem;
  color: var(--colors);
}
.contact .contain .title p:nth-of-type(2) i {
  font-size: 2.5rem;
}

.contact .contain form {
  width: 55%;
}
.contact .title h3 {
  font-family: "title";
}
.contact .mores {
  justify-content: flex-start;
}
.contact .more {
  border: none;
}
.contact3 ul {
  display: flex;
  justify-content: space-between;
}
.contact3 h3 {
  font-family: "title";
}
.contact3 ul li {
  margin-top: 3%;
  width: 22.5%;
}
.contact3 ul li h4 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.contact3 ul li p {
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 1rem 0;
}
.contact3 ul li p:not(:first-of-type) {
  opacity: 0.7;
}
.reverse dl dd span {
  color: #333333;
}
header .reverse .logo .img1 {
  filter: none !important;
}

header.active .reverse dl dd span {
  color: white !important;
}

header.active .reverse .logo .img1 {
  filter: invert(100%) !important;
}

.job.indexBars .index_bar14 .rr .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #091016;
  border-radius: 1.6rem;
  margin-bottom: 4rem;
  padding: 2.2rem 2.4rem;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: translateY(0);
}
.job.indexBars .index_bar14 .rr .row:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.job.indexBars .index_bar14 .rr .row .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.job.indexBars .index_bar14 .rr .row .left img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.job.indexBars .index_bar14 .rr .row .left .text {
  color: white;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.job.indexBars .index_bar14 .rr .row:hover .left .text {
  color: #946c2f;
  font-family: "title";
  /* font-weight: bold; */
  font-size: 1.5rem;
}

.job.indexBars .index_bar14 .rr .row .arrow {
  color: #946c2f;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.job.indexBars .index_bar14 .rr .row:hover .arrow {
  transform: translateX(5px);
}

.casesd .cased1 ul li .txt span {
  border: none;
  font-weight: bold;
}
.casesd .cased1 ul li.active .txt h3,
.casesd .cased1 ul li.active .txt span {
  color: #946c2f;
  font-size: 1.9rem;
}

.casesd .cased1 ul li.active .txt h3 {
  font-size: 1.9rem;
}
.casesd .cased1 ul li.active .subtext {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}

.bottom-slogan {
  padding: 7% 0;
}
.bottom-slogan .title {
  font-size: 4.4rem;
  font-family: "title";
  text-align: center;
  color: #333333;
}
.bottom-slogan .text {
  font-size: 2rem;
  font-family: "title";
  margin-top: 2.6rem;
  text-align: center;
  color: #333333;
}
.overview .title h3 {
  margin-bottom: 1rem;
}
.overview .subtitle {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.overview ul li.li-item {
  background: white;
  border-radius: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  margin-bottom: 2%;
}
.overview ul li.li-item .tag {
  background: var(--colors);
  border-radius: 2.3rem;
  height: 4.6rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 14rem;
  bottom: -2rem;
  margin: auto;
  color: white;
  line-height: 4.6rem;
  text-align: center;
  font-size: 1.6rem;
}
.overview ul li.li-item h4,
.overview ul li.li-item p {
  color: #333333;
}

.overview ul li.li-item p {
  text-align: left;
  word-break: break-all;
}

.overview ul li.li-item h4 {
  font-size: 2rem;
}
.overview ul li.li-item p.sub-item {
  color: #999999;
  font-size: 1.4rem;
  text-align: left;
}

.promotion.p4 ul.wow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  column-gap: 4rem;
}

.promotion.p4 ul.wow li {
  width: 100%;
  padding: 6rem 0;
  height: 48rem;
  position: relative;
}

.promotion.p4 ul.wow li h4 {
  font-size: 1.8rem;
}

.promotion.p4 ul.wow li p {
  text-align: left;
  font-size: 1.4rem;
  margin: 0 5rem;
}

.promotion.p4 ul.wow li .more {
  width: 7.6rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
}
.promotion.p4 ul.wow li .more span {
  font-weight: normal;
}

.position .txt2 .txt2-title {
  font-size: 1.8rem;
  color: #333333;
  font-family: "title";
  font-weight: bold;
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
}

.position .txt2 .txt2-desc,
.position .txt2 .txt2-desc b {
  font-size: 1.4rem;
  color: #666666;
  line-height: 2.2;
  font-weight: normal;
}
.position .txt2 .txt2-desc b {
  margin-right: 0.5rem;
}
.indexBars.p3.mem-text .title p {
  font-size: 2rem !important;
}

.join-b-text p {
  color: white;
  position: relative;
  margin-top: -2rem;
  font-size: 1.4rem;
}
.resource {
  padding: 0 0 5%;
  margin: 0 5%;
}

.resource .title {
  font-size: 4rem;
  font-family: "title";
  font-weight: bold;
  text-align: left;
  margin-bottom: 6rem;
  margin-top: 10rem;
}
.resource .group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.5rem;
  column-gap: 2.5rem;
}
.resource .group .block {
  border-radius: 1.6rem;
  border: 1px solid #dcdcdc;
  padding: 2.5rem;
  height: 12rem;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.resource .group .block:hover {
  background: var(--colors);
}
.resource .group .block .label {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "title";
  color: #333333;
  margin-bottom: 1.5rem;
}

.resource .group .block:hover .label {
  color: white;
}

.resource .group .block .desc {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2;
}

.resource .group .block .desc p {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2;
}

.resource .group .block:hover .desc,
.resource .group .block:hover .desc p {
  color: white;
}

.resource .group .block .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 2.5rem;
  bottom: 2rem;
  right: 2.5rem;
  color: #999999;
}

.resource .group .block:hover .foot {
  color: white;
}

.resource .group .block .foot .download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
}

.resource .group .block:hover .foot .download {
  color: white;
}

.resource .group .block .foot .download a {
  text-decoration: underline;
  color: #333333;
}

.resource .group .block:hover .foot .download a {
  color: white;
}

.resource .group .block .foot img {
  width: 1rem;
  height: 1rem;
  filter: invert(100%);
}

.resource .group .block:hover .foot img {
  filter: none;
}

#p1,
#p2,
#p3,
#p4,
#p5,
#p6,
#p7,
#p8,
#p9,
#p10 {
  scroll-margin-top: 100px; /* 根据导航栏高度调整 */
}

.topBanner {
  position: relative;
}
.topBanner:not(.nobg) .bg::after,
.topBanner:not(.nobg)::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.topBanner:not(.nobg) .bg::after {
  z-index: 3 !important;
}
