body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  
 
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
@media (min-width: 1600px) {
  .container {
    width: 1550px;
    max-width: 1550px;
    padding: 0 15px;
  }
  .container .row {
    margin: 0 -15px;
  }
  .container .row > div {
    padding: 0 15px;
  }
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.slick-dots li button {
  display: none;
}
.slick-track {
  margin-left: unset;
}
body {
  background-color: #fff;
  font-family: "Rubik", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
}
:root {
  scroll-behavior: unset;
}
.icon {
  line-height: 1;
}
.icon i {
  line-height: 1;
}
.slick-slide {
  font-size: 0;
  border: unset !important;
}
@media (max-width: 1199px) {
  .fancybox-slide > * {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}
.mm-menu {
  font-size: 16px;
  transition: all 5s !important;
  text-align: left;
}
.mm-menu.mm-right {
  width: 60%;
}
#mm-blocker {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 60%;
}
.mm-list > li > a,
.mm-list > li > span {
  white-space: normal;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 84px;
}
@media (max-width: 1199px) {
  header {
    height: 60px;
  }
}
header .header {
  height: 100%;
  transition: all 0.5s;
}
header .header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .container .header_l .logo a {
  display: flex;
  width: 184px;
  height: 60px;
  position: relative;
}
@media (max-width: 1200px) {
  header .header .container .header_l .logo a {
    width: 120px;
  }
}
header .header .container .header_l .logo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
header .header .container .header_l .logo a img:last-child {
  opacity: 0;
}
header .header .container .header_r {
  display: flex;
  align-items: center;
}
header .header .container .header_r .menu {
  padding-right: 51px;
  margin-right: 51px;
  position: relative;
}
@media (max-width: 1400px) {
  header .header .container .header_r .menu {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  header .header .container .header_r .menu {
    display: none;
  }
}
header .header .container .header_r .menu::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
header .header .container .header_r .menu > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header .container .header_r .menu > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  height: 120px;
}
header .header .container .header_r .menu > ul > li:not(:last-child) {
  margin-right: 56px;
  
}
@media (max-width: 1400px) {
  header .header .container .header_r .menu > ul > li:not(:last-child) {
    margin-right: 30px;
  }
}
header .header .container .header_r .menu > ul > li > .tit {
  position: relative;
}
header .header .container .header_r .menu > ul > li > .tit::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #ebc363;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  opacity: 0;
}
header .header .container .header_r .menu > ul > li > .tit a {
  position: relative;
  z-index: 30;
  color: #fff;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 0.5s;
}
header .header .container .header_r .menu > ul > li .slide {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f5f5f5;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
header .header .container .header_r .menu > ul > li:hover::after {
    content: "";
    position: fixed;
    top: 84px; /* 与 .slide 的 top 值相同 */
    left: 0;
    width: 100%;
    height: 80px; /* 高度可以根据需要调整，10-30px 通常足够 */
    background: transparent;
    z-index: 998; /* 必须低于 .slide 的 z-index，否则会挡住菜单 */
    pointer-events: auto; /* 确保它可以接收鼠标事件 */
    /* 不需要 transition，因为它只是个连接器 */
}


@media (max-width: 1200px) {
  header .header .container .header_r .menu > ul > li .slide {
    display: none;
  }
}
header .header .container .header_r .menu > ul > li .slide ul {
  width: 100%;
  display: flex;
  padding: 42px 0;
  justify-content: flex-end;
}
header .header .container .header_r .menu > ul > li .slide ul li {
  padding: 0 16px;
}
header .header .container .header_r .menu > ul > li .slide ul li .pic {
  width: 268px;
  margin-bottom: 24px;
}
header .header .container .header_r .menu > ul > li .slide ul li .pic .img-box {
  padding-bottom: 74.62686567%;
  border-radius: 10px;
}
header .header .container .header_r .menu > ul > li .slide ul li p {
  color: #303030;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
header .header .container .header_r .menu > ul > li .slide ul li:hover img {
  transform: scale(1.1);
}
header .header .container .header_r .menu > ul > li .slide ul li:hover p {
  color: #ebc363;
}
header .header .container .header_r .menu > ul > li:hover .slide {
  opacity: 1;
  pointer-events: initial;
}
header .header .container .header_r .menu > ul > li:hover .tit::before {
  opacity: 1;
}
header .header .container .header_r .menu > ul > li:hover .tit a {
  color: #ebc363;
}
header .header .container .header_r .menu > ul .active > .tit::before {
  opacity: 1;
}
header .header .container .header_r .menu > ul .active > .tit a {
  font-weight: 600;
  color: #ebc363;
}
header .header .container .header_r .lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  text-transform: capitalize;
  transition: all 0.5s;
}
header .header .container .header_r .phone-nav {
  display: none;
}
@media (max-width: 1200px) {
  header .header .container .header_r .phone-nav {
    display: inline-block;
    margin-left: 20px;
  }
}
header .header .container .header_r .phone-nav .btn-menu {
  position: relative;
  width: 30px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
header .header .container .header_r .phone-nav .btn-menu a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .header .container .header_r .phone-nav .btn-menu a::before {
  display: block;
  height: 2px;
  content: "";
  background: #fff;
}
header .header .container .header_r .phone-nav .btn-menu a::after {
  display: block;
  height: 2px;
  content: "";
  background: #fff;
}
header .header .container .header_r .phone-nav .btn-menu a span {
  display: block;
  height: 2px;
  margin: 7px 0;
  background: #fff;
}
header .header .container .header_r .phone-nav #menu {
  display: none;
}
header .headerOn {
  background-color: #fff;
}
header .headerOn .container .header_l .logo a img:last-child {
  opacity: 1;
}
header .headerOn .container .header_r .menu::before {
  background-color: #303030;
}
header .headerOn .container .header_r .menu > ul > li > .tit a {
  color: #303030;
}
header .headerOn .container .header_r .lang a {
  border-color: #303030;
  color: #303030;
}
header .headerOn .container .header_r .phone-nav .btn-menu a::before {
  background-color: #303030;
}
header .headerOn .container .header_r .phone-nav .btn-menu a::after {
  background-color: #303030;
}
header .headerOn .container .header_r .phone-nav .btn-menu a span {
  background-color: #303030;
}
/* 吸顶状态 */
#site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#site-header.sticky .header {
  background-color: #fff;
}
#site-header.sticky .header .container .header_l .logo a img:last-child {
  opacity: 1;
}
#site-header.sticky .header .container .header_r .menu::before {
  background-color: #303030;
}
#site-header.sticky .header .container .header_r .menu > ul > li > .tit a {
  color: #303030;
}
#site-header.sticky .header .container .header_r .lang a {
  border-color: #303030;
  color: #303030;
}
#site-header.sticky .header .container .header_r .phone-nav .btn-menu a::before {
  background-color: #303030;
}
#site-header.sticky .header .container .header_r .phone-nav .btn-menu a::after {
  background-color: #303030;
}
#site-header.sticky .header .container .header_r .phone-nav .btn-menu a span {
  background-color: #303030;
}
.normalBtn {
  display: flex;
  align-items: center;
}
.normalBtn .icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ebc363;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.normalBtn .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ebc363;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
  z-index: 20;
}
.normalBtn .icon i {
  color: #ebc363;
  font-size: 24px;
  position: relative;
  z-index: 30;
  transition: all 0.5s;
}
.normalBtn span {
  color: #303030;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
  text-transform: capitalize;
}
.normalBtn:hover .icon::before {
  transform: translateY(0);
}
.normalBtn:hover .icon i {
  color: #fff;
}
main .index_banner {
  height: 100vh;
  /* 激活时加动画 */
}
@media (max-width: 991px) {
  main .index_banner {
    height: 400px;
  }
}
main .index_banner .swiper_indexBanner {
  position: relative;
  height: 101%;
  overflow: hidden;
}
main .index_banner .swiper-slide {
  background-size: cover;
  background-position: center;
}
main .index_banner .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 100%;
}
main .index_banner .swiper-slide .item img {
  position: absolute;
  height: 100%;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  transition: all 3s;
}
@media (max-width: 991px) {
  main .index_banner .swiper-slide .item img {
    position: relative;
    width: 100%;
    top: unset;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
  }
}
main .index_banner .swiper-slide .item .tit {
  position: absolute;
  top: 50%;
  left: 10.4167vw;
  transform: translateY(-50%);
  z-index: 30;
}
main .index_banner .swiper-slide .item .tit p {
  font-size: 64px;
  font-weight: 600;
  line-height: 200%;
  color: #fff;
}
@media (max-width: 1600px) {
  main .index_banner .swiper-slide .item .tit p {
    line-height: 1.5;
  }
}
@media (max-width: 1400px) {
  main .index_banner .swiper-slide .item .tit p {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  main .index_banner .swiper-slide .item .tit p {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  main .index_banner .swiper-slide .item .tit p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  main .index_banner .swiper-slide .item .tit p {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  main .index_banner .swiper-slide .item .tit p {
    font-size: 28px;
  }
}
main .index_banner .swiper-slide-active .item img {
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 991px) {
  main .index_banner .swiper-slide-active .item img {
    transform: translateX(-50%) scale(1);
  }
}
main .index_banner .swiper-pagination {
  bottom: 42px !important;
}
@media (max-width: 576px) {
  main .index_banner .swiper-pagination {
    display: none;
  }
}
main .index_banner .swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  margin: 0 8px !important;
  background: transparent !important;
  opacity: 1;
  position: relative;
}
main .index_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s;
  border-radius: 50%;
}
main .index_banner .swiper-pagination-bullet-active::before {
  background-color: #ebc363;
}
main .index_banner .progress-circle {
  transform: rotate(-90deg);
}
main .index_banner .progress-bg {
  fill: none;
  stroke: #ccc;
  stroke-width: 2;
}
main .index_banner .progress-bar {
  fill: none;
  stroke: #ebc363;
  stroke-width: 2;
  stroke-dasharray: 100.53;
  /* 圆周长 */
  stroke-dashoffset: 100.53;
}
main .index_banner .animate circle.progress-bar {
  animation: progressAnim linear forwards;
}
@keyframes progressAnim {
  from {
    stroke-dashoffset: 100.53;
  }
  to {
    stroke-dashoffset: 0;
  }
}
main .index_tit p {
  color: #303030;
  font-family: Rubik;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  main .index_tit p {
    font-size: 36px;
  }
}
@media (max-width: 1400px) {
  main .index_tit p {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  main .index_tit p {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  main .index_tit p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  main .index_tit p {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  main .index_tit p {
    font-size: 26px;
  }
}
main .index_service {
  padding: 120px 0 50px;
}
@media (max-width: 1400px) {
  main .index_service {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  main .index_service {
    padding: 30px 0;
  }
}
main .index_service .index_service_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  main .index_service .index_service_head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  main .index_service .index_service_head .index_tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  main .index_service .index_service_head .index_tit {
    margin-bottom: 14px;
  }
}
main .index_service .index_service_head .introBox {
  width: 61.11842105%;
  margin-bottom: 63px;
}
@media (max-width: 1200px) {
  main .index_service .index_service_head .introBox {
    width: 100%;
    margin-bottom: 30px;
  }
}
main .index_service .index_service_head .introBox .intro {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  main .index_service .index_service_head .introBox .intro {
    margin-bottom: 16px;
  }
}
main .index_service .index_service_head .introBox .intro p {
  color: #666;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  main .index_service .index_service_head .introBox .intro p {
    line-height: 1.8;
  }
}
main .index_service .index_service_main {
  margin-bottom: 74px;
}
@media (max-width: 1200px) {
  main .index_service .index_service_main {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  main .index_service .index_service_main {
    margin-bottom: 20px;
  }
}
main .index_service .index_service_main > ul {
  display: flex;
  margin: 0 -0.9375vw;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul {
    flex-wrap: wrap;
  }
}
main .index_service .index_service_main > ul > .active {
  width: 48.75%;
}
main .index_service .index_service_main > ul > .active .item {
  background-color: #ebc363;
}
main .index_service .index_service_main > ul > .active .item .picBox .pic {
  top: 2.6042vw;
  right: 11.9063vw;
}
main .index_service .index_service_main > ul > .active .item .picBox .pic img {
  opacity: 0.5;
}
main .index_service .index_service_main > ul > .active .item .titBox {
  top: 30px;
}
main .index_service .index_service_main > ul > .active .item .titBox .tit p {
  color: #303030;
}
main .index_service .index_service_main > ul > .active .item .titBox .list {
  opacity: 1;
}
main .index_service .index_service_main > ul > li {
  width: 25.59210526%;
  padding: 0 0.9375vw;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul > li {
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  main .index_service .index_service_main > ul > li {
    width: 100% !important;
  }
}
main .index_service .index_service_main > ul > li .item {
  position: relative;
  border-radius: 20px;
  background-color: #24252b;
  height: 24.4792vw;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul > li .item {
    background-color: #ebc363;
  }
}
@media (max-width: 768px) {
  main .index_service .index_service_main > ul > li .item {
    height: 300px;
  }
}
main .index_service .index_service_main > ul > li .item .picBox {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
main .index_service .index_service_main > ul > li .item .picBox .pic {
  width: 23.8542vw;
  height: 19.6875vw;
  position: absolute;
  right: 6.1979vw;
  top: 2.3438vw;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul > li .item .picBox .pic {
    top: 2.6042vw !important;
    right: 13.9063vw !important;
  }
}
@media (max-width: 991px) {
  main .index_service .index_service_main > ul > li .item .picBox .pic {
    right: unset !important;
    top: 50px !important;
  }
}
@media (max-width: 768px) {
  main .index_service .index_service_main > ul > li .item .picBox .pic {
    left: 30px;
    height: 200px;
    width: auto;
  }
}
main .index_service .index_service_main > ul > li .item .picBox .pic img {
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul > li .item .picBox .pic img {
    opacity: 0.8 !important;
  }
}
@media (max-width: 768px) {
  main .index_service .index_service_main > ul > li .item .picBox .pic img {
    height: 100%;
    width: auto;
  }
}
main .index_service .index_service_main > ul > li .item .picBox .pic .point {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .point::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Dalian {
  right: 16.11353712%;
  top: 37.495798%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Tianjin {
  right: 24.89082969%;
  top: 41.137255%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Qingdao {
  right: 16.81222707%;
  top: 45.459384%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Nanjing {
  right: 17.68558952%;
  top: 66.94677871%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Jiaxing {
  right: 17.68558952%;
  top: 66.94677871%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Shanghai {
  right: 13.75545852%;
  top: 69.74789916%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Ningbo {
  right: 15.72052402%;
  top: 73.38935574%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Fuzhou {
  right: 18.12227074%;
  top: 75.91036415%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Xiamen {
  right: 21.61572052%;
  top: 80.67226891%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Guangzhou {
  right: 27.29257642%;
  top: 85.99439776%;
}
main .index_service .index_service_main > ul > li .item .picBox .pic .Shenzhen {
  right: 31.65938865%;
  top: 84.87394958%;
}
main .index_service .index_service_main > ul > li .item > a {
  position: absolute;
  bottom: 1.875vw;
  right: 1.875vw;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  main .index_service .index_service_main > ul > li .item > a {
    bottom: 20px;
    right: 0;
    left: 20px;
  }
}
main .index_service .index_service_main > ul > li .item > a .normalBtn .icon {
  border-color: #fff;
}
main .index_service .index_service_main > ul > li .item > a .normalBtn .icon i {
  color: #fff;
}
main .index_service .index_service_main > ul > li .item > a .normalBtn span {
  color: #fff;
}
main .index_service .index_service_main > ul > li .item .titBox {
  position: absolute;
  top: 1.875vw;
  right: 1.875vw;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul > li .item .titBox {
    top: 2.6042vw;
  }
}
@media (max-width: 991px) {
  main .index_service .index_service_main > ul > li .item .titBox {
    top: 15px;
    right: 20%;
  }
}
@media (max-width: 768px) {
  main .index_service .index_service_main > ul > li .item .titBox {
    top: 30px;
    right: 0;
    left: 20px;
  }
}
main .index_service .index_service_main > ul > li .item .titBox .tit {
  margin-bottom: 42px;
}
@media (max-width: 1400px) {
  main .index_service .index_service_main > ul > li .item .titBox .tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul > li .item .titBox .tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  main .index_service .index_service_main > ul > li .item .titBox .tit {
    margin-bottom: 10px;
  }
}
main .index_service .index_service_main > ul > li .item .titBox .tit p {
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul > li .item .titBox .tit p {
    color: #303030;
  }
}
@media (max-width: 991px) {
  main .index_service .index_service_main > ul > li .item .titBox .tit p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  main .index_service .index_service_main > ul > li .item .titBox .tit p {
    font-size: 18px;
    text-align: left;
  }
}
main .index_service .index_service_main > ul > li .item .titBox .list {
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 1400px) {
  main .index_service .index_service_main > ul > li .item .titBox .list {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  main .index_service .index_service_main > ul > li .item .titBox .list {
    opacity: 1;
    padding-left: unset;
  }
}
main .index_service .index_service_main > ul > li .item .titBox .list > ul > li {
  display: flex;
  align-items: center;
}
main .index_service .index_service_main > ul > li .item .titBox .list > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  main .index_service .index_service_main > ul > li .item .titBox .list > ul > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
main .index_service .index_service_main > ul > li .item .titBox .list > ul > li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #303030;
  margin-right: 15px;
}
main .index_service .index_service_main > ul > li .item .titBox .list > ul > li p {
  color: #303030;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  main .index_service .index_service_main > ul > li .item .titBox .list > ul > li p {
    font-size: 16px;
  }
}
main .index_service .index_service_bottom .list ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main .index_service .index_service_bottom .list ul {
    width: 100%;
    padding: 0 12px;
  }
}
main .index_service .index_service_bottom .list ul li {
  width: 162px;
  margin-bottom: 30px;
}
main .index_service .index_service_bottom .list ul li:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 768px) {
  main .index_service .index_service_bottom .list ul li:not(:last-child) {
    margin-right: unset;
  }
}
@media (max-width: 768px) {
  main .index_service .index_service_bottom .list ul li {
    width: 50%;
    margin-bottom: 15px;
  }
}
main .index_service .index_service_bottom .list ul li .item {
  flex-direction: column;
  display: flex;
  align-items: center;
}
main .index_service .index_service_bottom .list ul li .item .icon {
  margin-bottom: 12px;
}
main .index_service .index_service_bottom .list ul li .item .icon i {
  font-size: 48px;
  color: #ebc363;
}
main .index_service .index_service_bottom .list ul li .item .tit {
  margin-bottom: 12px;
  min-height: 52px;
}
main .index_service .index_service_bottom .list ul li .item .tit p {
  color: #444;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
  text-transform: capitalize;
}
main .index_service .index_service_bottom .list ul li .item .tag {
  position: relative;
}
main .index_service .index_service_bottom .list ul li .item .tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  height: 1px;
  border-bottom: 1px dashed #ebc363;
}
main .index_service .index_service_bottom .list ul li .item .tag > div {
  position: relative;
  z-index: 30;
  padding: 5px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}
main .index_service .index_service_bottom .list ul li .item .tag > div p {
  color: #ebc363;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
  text-transform: capitalize;
}
main .index_popNum {
  padding: 74px 0;
  background-image: url(../images/index_popNum_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1200px) {
  main .index_popNum {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  main .index_popNum {
    padding: 40px 0;
  }
}
main .index_popNum .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  main .index_popNum .container {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  main .index_popNum .container .index_popNum_l {
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
main .index_popNum .container .index_popNum_l .tit {
  margin-bottom: 20px;
}
main .index_popNum .container .index_popNum_l .tit p {
  color: #fff;
  font-family: Rubik;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  main .index_popNum .container .index_popNum_l .tit p {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  main .index_popNum .container .index_popNum_l .tit p {
    font-size: 24px;
    line-height: 1.6;
  }
}
main .index_popNum .container .index_popNum_l .intro p {
  color: #fff;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  main .index_popNum .container .index_popNum_l .intro p {
    font-size: 20px;
  }
}
@media (max-width: 577px) {
  main .index_popNum .container .index_popNum_l .intro p {
    font-size: 16px;
    line-height: 1.6;
  }
}
main .index_popNum .container .index_popNum_r ul {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  main .index_popNum .container .index_popNum_r ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  main .index_popNum .container .index_popNum_r ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
main .index_popNum .container .index_popNum_r ul li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1400px) {
  main .index_popNum .container .index_popNum_r ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  main .index_popNum .container .index_popNum_r ul li:not(:last-child) {
    margin-right: unset;
  }
}
main .index_popNum .container .index_popNum_r ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 192px;
}
@media (max-width: 991px) {
  main .index_popNum .container .index_popNum_r ul li .item {
    min-width: none;
  }
}
main .index_popNum .container .index_popNum_r ul li .item .num {
  margin-bottom: 11px;
}
main .index_popNum .container .index_popNum_r ul li .item .num p {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 66.667% */
}
@media (max-width: 991px) {
  main .index_popNum .container .index_popNum_r ul li .item .num p {
    font-size: 24px;
  }
}
main .index_popNum .container .index_popNum_r ul li .item .num p span {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 5px;
}
@media (max-width: 991px) {
  main .index_popNum .container .index_popNum_r ul li .item .num p span {
    font-size: 32px;
  }
}
main .index_popNum .container .index_popNum_r ul li .item .tit p {
  text-align: center;
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
main .index_solution {
  padding: 120px 0;
}
@media (max-width: 1400px) {
  main .index_solution {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  main .index_solution {
    padding: 50px 0;
  }
}
main .index_solution .index_tit {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  main .index_solution .index_tit {
    margin-bottom: 20px;
  }
}
main .index_solution .index_tit p {
  text-align: center;
}
main .index_solution .index_intro {
  width: 1274px;
  margin: 0 auto 64px;
  max-width: 100%;
}
@media (max-width: 991px) {
  main .index_solution .index_intro {
    margin-bottom: 30px;
  }
}
main .index_solution .index_intro p {
  color: #666;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
  text-transform: capitalize;
}
@media (max-width: 991px) {
  main .index_solution .index_intro p {
    line-height: 1.8;
  }
}
main .index_solution .index_solution_slick {
  margin-bottom: 76px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main .index_solution .index_solution_slick {
    flex-direction: column;
  }
}
main .index_solution .index_solution_slick .index_solution_slick_l {
  width: 46.05263158%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  main .index_solution .index_solution_slick .index_solution_slick_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .index_solution .index_solution_slick .index_solution_slick_l img {
  width: 100%;
}
main .index_solution .index_solution_slick .index_solution_slick_r {
  width: 47.23684211%;
}
@media (max-width: 991px) {
  main .index_solution .index_solution_slick .index_solution_slick_r {
    width: 100%;
  }
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li:not(:last-child) {
  margin-bottom: 12px;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  position: relative;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
@media (max-width: 1600px) {
  main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a {
    padding: 20px 0;
  }
}
@media (max-width: 1400px) {
  main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a {
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a {
    padding: 10px 0;
  }
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ebc363;
  transition: all 0.5s;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l {
  display: flex;
  align-items: center;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l .icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #ebc363;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin-right: 38px;
}
@media (max-width: 1200px) {
  main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l .icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l .icon {
    width: 42px;
    height: 42px;
    margin-right: 20px;
  }
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l .icon i {
  color: #ebc363;
  transition: all 0.5s;
  font-size: 30px;
}
@media (max-width: 1200px) {
  main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l .icon i {
    font-size: 24px;
  }
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l span {
  transition: all 0.5s;
  color: #303030;
  font-family: Rubik;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .l span {
    font-size: 18px;
  }
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .r {
  display: flex;
  align-items: center;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .r .icon {
  margin-right: 14px;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a .r .icon i {
  color: #303030;
  transition: all 0.5s;
  font-size: 24px;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a span {
  color: var(--Z1, #303030);
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #303030;
  transition: all 0.5s;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a:hover::before {
  width: 100%;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a:hover .l .icon {
  background-color: #ebc363;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a:hover .l .icon i {
  color: #fff;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a:hover .l span {
  color: #ebc363;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a:hover .r .icon i {
  color: #ebc363;
}
main .index_solution .index_solution_slick .index_solution_slick_r ul li .item a:hover .r span {
  color: #ebc363;
}
main .index_solution .picList .str_wrap {
  position: relative;
}
main .index_solution .picList .str_move {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
main .index_solution .picList ul {
  overflow: hidden;
  width: 100%;
}
main .index_solution .picList ul li:not(:last-child) {
  margin-right: 36px;
}
@media (max-width: 1200px) {
  main .index_solution .picList ul li:not(:last-child) {
    margin-right: 20px;
  }
}
main .index_solution .picList ul li .item {
  width: 333px;
  height: 250px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
main .index_solution .picList ul li .item .pic .img-box {
  padding-bottom: 75.07507508%;
}
main .index_solution .picList ul li .item .tit {
  z-index: 39;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 16px;
}
main .index_solution .picList ul li .item .tit p {
  color: #fff;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .index_solution .picList ul li .item:hover img {
  transform: scale(1.1);
}
main .index_solution .picList ul li .item:hover .tit p {
  color: #ebc363;
  font-weight: 600;
}
main .index_about {
  background-color: #24252a;
  position: relative;
  padding: 120px 0 162px;
  overflow: hidden;
  border-bottom: 10px solid #ebc363;
}
@media (max-width: 1400px) {
  main .index_about {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  main .index_about {
    padding: 50px 0;
  }
}
main .index_about .index_tit {
  position: relative;
  z-index: 30;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  main .index_about .index_tit {
    margin-bottom: 20px;
  }
}
main .index_about .index_tit p {
  color: #fff;
}
main .index_about .index_intro {
  margin-bottom: 120px;
  width: 1037px;
  max-width: 100%;
  position: relative;
  z-index: 30;
}
@media (max-width: 1200px) {
  main .index_about .index_intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .index_about .index_intro {
    margin-bottom: 20px;
  }
}
main .index_about .index_intro p {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
}
@media (max-width: 991px) {
  main .index_about .index_intro p {
    line-height: 1.8;
  }
}
main .index_about .swiper-index_about {
  position: relative;
  z-index: 30;
  border-radius: 20px;
  border: 8px solid #ebc363;
  background: #fff;
  width: 843px;
  max-width: 100%;
  margin-left: 214px;
  padding: 30px 30px 40px 30px;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1600px) {
  main .index_about .swiper-index_about {
    margin-left: 60px;
  }
}
@media (max-width: 1400px) {
  main .index_about .swiper-index_about {
    margin-left: unset;
    width: 700px;
    height: 380px;
  }
}
@media (max-width: 1200px) {
  main .index_about .swiper-index_about {
    width: 100%;
  }
}
@media (max-width: 991px) {
  main .index_about .swiper-index_about {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  main .index_about .swiper-index_about {
    padding: 10px;
    height: 400px
  }
}
main .index_about .swiper-index_about .item .logo {
  width: 94px;
  margin-bottom: 24px;
}
main .index_about .swiper-index_about .item .logo img {
  width: 100%;
  height: auto;
}
main .index_about .swiper-index_about .item .tit {
  margin-bottom: 16px;
}
main .index_about .swiper-index_about .item .tit p {
  color: #303030;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
}
@media (max-width: 768px) {
  main .index_about .swiper-index_about .item .tit p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  main .index_about .swiper-index_about .item .tit p {
    font-size: 16px;
    line-height: 1.6;
  }
}
main .index_about .swiper-index_about .item .intro p {
  color: #303030;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
@media (max-width: 576px) {
  main .index_about .swiper-index_about .item .intro p {
    line-height: 1.5;
    font-size: 14px;
  }
}
main .index_about .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 50vw;
  z-index: 1;
}
@media (max-width: 1200px) {
  main .index_about .bg {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
}
main .index_about .bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 50vw;
  background-image: url(../images/index_about_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main .index_about .bg .point {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ebc363;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  main .index_about .bg .point {
    width: 8px;
    height: 8px;
  }
}
main .index_about .bg .point::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(235, 195, 99, 0.1);
  transition: all 0.5s;
  z-index: 3;
}
@media (max-width: 991px) {
  main .index_about .bg .point::after {
    width: 16px;
    height: 16px;
  }
}
main .index_about .bg .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 4;
}
main .index_about .bg .point:hover {
  background-color: #fff;
}
main .index_about .bg .point:hover::after {
  background-color: #ebc363;
}
main .index_about .bg .point p {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) translateX(100%);
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
  opacity: 0;
  width: 80px;
}
main .index_about .bg .pointActive p {
  opacity: 1;
}
main .index_about .bg .pointActive::after {
  background-color: #ebc363;
}
main .index_about .bg .pointActive::after::before {
  background-color: #fff;
}
main .index_about .bg .point1 {
  top: 36.875%;
  right: 17.91666667%;
}
main .index_about .bg .point2 {
  top: 40.72916667%;
  right: 23.59375%;
}
main .index_about .bg .point3 {
  top: 44.47916667%;
  right: 18.33333333%;
}
main .index_about .bg .point4 {
  top: 61.25%;
  right: 17.51041667%;
}
main .index_about .bg .point5 {
  top: 64.27083333%;
  right: 19.23958333%;
}
main .index_about .bg .point6 {
  top: 68.95833333%;
  right: 18.33333333%;
}
main .index_about .bg .point7 {
  top: 76.66666667%;
  right: 19.89583333%;
}
main .index_about .bg .point8 {
  top: 80%;
  right: 21.40625%;
}

main .index_about .bg .point9 {
  top: 83.95833333%;
  right: 26.97916667%;
}
main .index_about .bg .point10 {
  top: 85.3125%;
  right: 25.05208333%;
}
main .index_news {
  padding: 120px 0;
}
@media (max-width: 1400px) {
  main .index_news {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  main .index_news {
    padding: 50px 0;
  }
}
main .index_news .index_news_head {
  margin-bottom: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  main .index_news .index_news_head {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index_news .index_news_head {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  main .index_news .index_news_head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .index_news .index_news_head .l {
    margin-bottom: 20px;
  }
}
main .index_news .index_news_head .r .tab ul {
  display: flex;
  align-items: center;
}
main .index_news .index_news_head .r .tab ul li:not(:last-child) {
  margin-right: 48px;
}
@media (max-width: 1200px) {
  main .index_news .index_news_head .r .tab ul li:not(:last-child) {
    margin-right: 20px;
  }
}
main .index_news .index_news_head .r .tab ul li .item {
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #666;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  main .index_news .index_news_head .r .tab ul li .item {
    padding: 8px 10px;
  }
}
main .index_news .index_news_head .r .tab ul li .item p {
  color: #666;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  main .index_news .index_news_head .r .tab ul li .item p {
    font-size: 16px;
  }
}
main .index_news .index_news_head .r .tab ul li .item:hover {
  background-color: #ebc363;
  border-color: #ebc363;
}
main .index_news .index_news_head .r .tab ul li .item:hover p {
  color: #303030;
}
main .index_news .index_news_head .r .tab ul .active .item {
  background-color: #ebc363;
  border-color: #ebc363;
}
main .index_news .index_news_head .r .tab ul .active .item p {
  color: #303030;
}
main .index_news .index_news_main {
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  main .index_news .index_news_main {
    margin-bottom: 30px;
  }
}
main .index_news .index_news_main > ul > li {
  display: none;
}
main .index_news .index_news_main > ul > li > ul {
  display: flex;
  margin: 0 -18px;
}
@media (max-width: 1200px) {
  main .index_news .index_news_main > ul > li > ul {
    margin: 0 -7px;
  }
}
@media (max-width: 991px) {
  main .index_news .index_news_main > ul > li > ul {
    flex-wrap: wrap;
  }
}
main .index_news .index_news_main > ul > li > ul > li {
  padding: 0 18px;
  width: 33.33333%;
}
@media (max-width: 1200px) {
  main .index_news .index_news_main > ul > li > ul > li {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  main .index_news .index_news_main > ul > li > ul > li {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  main .index_news .index_news_main > ul > li > ul > li {
    width: 100%;
  }
}
main .index_news .index_news_main > ul > li > ul > li .item .pic .img-box {
  border-radius: 10px 10px 0 0;
  padding-bottom: 56.31469979%;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox {
  transition: all 0.5s;
  padding: 20px 30px;
  background-color: #fafafa;
}
@media (max-width: 1200px) {
  main .index_news .index_news_main > ul > li > ul > li .item .introBox {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  main .index_news .index_news_main > ul > li > ul > li .item .introBox {
    padding: 20px 10px;
  }
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .tit {
  margin-bottom: 10px;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .tit p {
  transition: all 0.5s;
  color: #303030;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .index_news .index_news_main > ul > li > ul > li .item .introBox .tit p {
    font-size: 16px;
    line-height: 1;
  }
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .intro {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  main .index_news .index_news_main > ul > li > ul > li .item .introBox .intro {
    margin-bottom: 10px;
  }
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .intro p {
  color: #444;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  text-transform: capitalize;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .index_news .index_news_main > ul > li > ul > li .item .introBox .intro p {
    font-size: 14px;
    line-height: 1.6;
  }
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox .time {
  display: flex;
  align-items: center;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox .time .icon {
  margin-right: 12px;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox .time .icon i {
  color: #ebc363;
  font-size: 24px;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox .time span {
  color: #303030;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox .more {
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  align-items: center;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox .more .icon {
  margin-right: 14px;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox .more .icon i {
  color: #ebc363;
  font-size: 24px;
}
main .index_news .index_news_main > ul > li > ul > li .item .introBox .timeBox .more span {
  color: #ebc363;
  font-size: 18px;
}
main .index_news .index_news_main > ul > li > ul > li .item:hover img {
  transform: scale(1.1);
}
main .index_news .index_news_main > ul > li > ul > li .item:hover .introBox {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.25);
}
main .index_news .index_news_main > ul > li > ul > li .item:hover .introBox .tit p {
  color: #ebc363;
}
main .index_news .index_news_main > ul > li > ul > li .item:hover .introBox .timeBox .more {
  opacity: 1;
}
main .index_news .index_news_main > ul .active {
  display: block;
}
main .index_news .index_new_more {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .innerBanner {
  width: 100%;
  height: 740px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1400px) {
  main .innerBanner {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  main .innerBanner {
    height: 450px;
  }
}
main .innerBanner .Page_tit_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
main .innerBanner .Page_tit_box .tit {
  margin-bottom: 24px;
}
main .innerBanner .Page_tit_box .tit p {
  color: #fff;
  font-family: Rubik;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  main .innerBanner .Page_tit_box .tit p {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  main .innerBanner .Page_tit_box .tit p {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  main .innerBanner .Page_tit_box .tit p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  main .innerBanner .Page_tit_box .tit p {
    font-size: 30px;
  }
}
main .innerBanner .Page_tit_box .crumbs ul {
  display: flex;
  align-items: center;
}
main .innerBanner .Page_tit_box .crumbs ul li:not(:last-child) {
  margin-right: 8px;
}
main .innerBanner .Page_tit_box .crumbs ul li a {
  display: flex;
  align-items: center;
}
main .innerBanner .Page_tit_box .crumbs ul li a .icon {
  margin-right: 12px;
}
main .innerBanner .Page_tit_box .crumbs ul li a .icon i {
  color: #fff;
  font-size: 20px;
}
main .innerBanner .Page_tit_box .crumbs ul li a p {
  color: #fff;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  text-transform: capitalize;
}
@media (max-width: 768px) {
  main .innerBanner .Page_tit_box .crumbs ul li a p {
    font-size: 16px;
  }
}
main .innerBanner .Page_tit_box .crumbs ul li a span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 8px;
}
main .innerBanner .linkList {
  position: absolute;
  bottom: 42px;
  width: 100%;
  left: 0;
}
@media (max-width: 1200px) {
  main .innerBanner .linkList {
    bottom: 2%;
  }
}
main .innerBanner .linkList ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  main .innerBanner .linkList ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  main .innerBanner .linkList ul li {
    margin-bottom: 10px;
  }
}
main .innerBanner .linkList ul li:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 1200px) {
  main .innerBanner .linkList ul li:not(:last-child) {
    margin-right: 20px;
  }
}
main .innerBanner .linkList ul li a {
  display: flex;
  align-items: center;
}
main .innerBanner .linkList ul li a .icon {
  margin-right: 20px;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  main .innerBanner .linkList ul li a .icon {
    margin-right: 10px;
  }
}
main .innerBanner .linkList ul li a .icon i {
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
}
main .innerBanner .linkList ul li a span {
  transition: all 0.5s;
  color: #FFF;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .innerBanner .linkList ul li a span {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  main .innerBanner .linkList ul li a span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  main .innerBanner .linkList ul li a span {
    font-size: 16px;
  }
}
main .innerBanner .linkList ul li a:hover .icon {
  margin-right: 10px;
}
main .innerBanner .linkList ul li a:hover .icon i {
  color: #ebc363;
}
main .innerBanner .linkList ul li a:hover span {
  color: #ebc363;
}
main .innerBanner .linkList ul .active a .icon {
  margin-right: 10px;
}
main .innerBanner .linkList ul .active a .icon i {
  color: #ebc363;
}
main .innerBanner .linkList ul .active a span {
  color: #ebc363;
}
footer .footer .footer_head {
  position: relative;
  z-index: 3;
}
footer .footer .footer_head .container .footer_head_main {
  padding: 50px 80px;
  background-color: #ebc363;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .footer .footer_head .container .footer_head_main {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer .footer_head .container .footer_head_main {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  footer .footer .footer_head .container .footer_head_main .l {
    margin-bottom: 20px;
  }
}
footer .footer .footer_head .container .footer_head_main .l .tit {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  footer .footer .footer_head .container .footer_head_main .l .tit {
    margin-bottom: 10px;
  }
}
footer .footer .footer_head .container .footer_head_main .l .tit p {
  color: #303030;
  font-family: Rubik;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  footer .footer .footer_head .container .footer_head_main .l .tit p {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  footer .footer .footer_head .container .footer_head_main .l .tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  footer .footer .footer_head .container .footer_head_main .l .tit p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  footer .footer .footer_head .container .footer_head_main .l .tit p {
    font-size: 24px;
  }
}
footer .footer .footer_head .container .footer_head_main .l .intro p {
  color: #303030;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  footer .footer .footer_head .container .footer_head_main .l .intro p {
    font-size: 16px;
  }
}
footer .footer .footer_head .container .footer_head_main .r .normalBtn .icon {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-color: #303030;
}
@media (max-width: 1400px) {
  footer .footer .footer_head .container .footer_head_main .r .normalBtn .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  footer .footer .footer_head .container .footer_head_main .r .normalBtn .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  footer .footer .footer_head .container .footer_head_main .r .normalBtn .icon {
    width: 32px;
    height: 32px;
  }
}
footer .footer .footer_head .container .footer_head_main .r .normalBtn .icon i {
  color: #303030;
  font-size: 24px;
}
@media (max-width: 768px) {
  footer .footer .footer_head .container .footer_head_main .r .normalBtn .icon i {
    font-size: 16px;
  }
}
footer .footer .footer_head .container .footer_head_main .r .normalBtn span {
  color: #303030;
  font-size: 24px;
}
@media (max-width: 1400px) {
  footer .footer .footer_head .container .footer_head_main .r .normalBtn span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer .footer_head .container .footer_head_main .r .normalBtn span {
    font-size: 16px;
  }
}
footer .footer .footer_body {
  border-top: 12px solid #ebc363;
  margin-top: -42px;
  padding-top: 132px;
  background-color: #24252b;
  position: relative;
}
@media (max-width: 1200px) {
  footer .footer .footer_body {
    padding-top: 60px;
  }
}
footer .footer .footer_body::before {
  content: "";
  position: absolute;
  width: 258px;
  height: 270px;
  bottom: 0;
  right: 0;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  pointer-events: none;
}
footer .footer .footer_body .footer_body_main {
  padding-bottom: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_main {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  footer .footer .footer_body .footer_body_main {
    padding-bottom: 30px;
  }
}
footer .footer .footer_body .footer_body_main .l {
  width: 40%;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_main .l {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer .footer_body .footer_body_main .l .logo {
  width: 184px;
  margin-bottom: 30px;
}
footer .footer .footer_body .footer_body_main .l .logo img {
  width: 100%;
  height: auto;
}
footer .footer .footer_body .footer_body_main .l .location p {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_main .r {
    width: 100%;
  }
}
footer .footer .footer_body .footer_body_main .r > ul {
  display: flex;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_main .r > ul {
    flex-direction: column;
  }
}
footer .footer .footer_body .footer_body_main .r > ul > li:not(:last-child) {
  margin-right: 80px;
}
@media (max-width: 1199px) {
  footer .footer .footer_body .footer_body_main .r > ul > li:not(:last-child) {
    margin-right: unset;
  }
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_main .r > ul > li {
    width: 100%;
  }
}
footer .footer .footer_body .footer_body_main .r > ul > li .tit {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_main .r > ul > li .tit {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
}
footer .footer .footer_body .footer_body_main .r > ul > li .tit p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
footer .footer .footer_body .footer_body_main .r > ul > li .tit .switch {
  width: 20px;
  height: 20px;
  position: relative;
  display: none;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_main .r > ul > li .tit .switch {
    display: block;
  }
}
footer .footer .footer_body .footer_body_main .r > ul > li .tit .switch span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
footer .footer .footer_body .footer_body_main .r > ul > li .tit .switch span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
footer .footer .footer_body .footer_body_main .r > ul > li .tit .active span:last-child {
  transform: translate(-50%, -50%) rotate(360deg);
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_main .r > ul > li > ul {
    display: none;
    margin-bottom: 10px;
  }
}
footer .footer .footer_body .footer_body_main .r > ul > li > ul > li:not(:last-child) {
  margin-bottom: 16px;
}
footer .footer .footer_body .footer_body_main .r > ul > li > ul > li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
}
footer .footer .footer_body .footer_body_main .r > ul > li > ul > li a:hover {
  color: #ebc363;
}
footer .footer .footer_body .footer_body_copy {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_copy {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
footer .footer .footer_body .footer_body_copy .l {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_copy .l {
    flex-direction: column;
  }
}
footer .footer .footer_body .footer_body_copy .l .copy {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_copy .l .copy {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .footer .footer_body .footer_body_copy .l .copy p {
  color: rgba(255, 255, 255, 0.4);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer .footer_body .footer_body_copy .l .runshang a {
  color: rgba(255, 255, 255, 0.4);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  footer .footer .footer_body .footer_body_copy .r {
    margin-bottom: 20px;
  }
}
footer .footer .footer_body .footer_body_copy .r .media ul {
  display: flex;
}
footer .footer .footer_body .footer_body_copy .r .media ul li:not(:last-child) {
  margin-right: 14px;
}
footer .footer .footer_body .footer_body_copy .r .media ul li a .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
footer .footer .footer_body .footer_body_copy .r .media ul li a .icon i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  transition: all 0.5s;
}
footer .footer .footer_body .footer_body_copy .r .media ul li a .icon:hover {
  border-color: #ebc363;
}
footer .footer .footer_body .footer_body_copy .r .media ul li a .icon:hover i {
  color: #ebc363;
}
