@charset "utf-8";
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul,
img,
section,
a,
span,
code {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
[hidefocus],
abbr,
body,
button,
fieldset,
html,
iframe,
img,
input,
keygen,
legend,
select,
summary,
textarea {
  border: 0 none;
  outline: 0 none;
}
cite,
dfn,
em,
i,
var,
z_address {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
sub,
sup {
  font-size: inherit;
}
code,
kbd,
pre,
samp {
  font-family: inherit;
}
q:after,
q:before {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
html {
  font-size: calc(100vw/7.5);
}
html {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  height: 100%;
  overflow-x: hidden;
  background: #ffffff;
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
body {
  position: relative;
  width: 100%;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 750px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  overflow-y: auto;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
}
a,
a:hover,
button {
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
button:focus {
  background: transparent;
}
li {
  list-style: none;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4875080 */
  src: url('../fonts/iconfont.woff2?t=1743216271637') format('woff2'), url('../fonts/iconfont.woff?t=1743216271637') format('woff'), url('../fonts/iconfont.ttf?t=1743216271637') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-jiantou2:before {
  content: "\e600";
}
.clear {
  clear: both;
}
.ovh {
  overflow: hidden;
}
.f-hide {
  display: none;
}
.f-show-o {
  -o-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: opacity(1);
}
.f-show {
  display: block;
}
/* 隐藏滚动条 */
.scroller-wrapper,
.wl-quicklinks-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroller-wrapper::-webkit-scrollbar,
.wl-quicklinks-list::-webkit-scrollbar {
  display: none;
}
.posa {
  position: absolute;
}
.posr {
  position: relative;
}
.posacenter {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.posavc {
  top: 0;
  bottom: 0;
  margin: auto;
}
.posv {
  left: 0;
  right: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jdf-widthmax {
  width: 100%;
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
}
.jdf-width {
  margin: 0 5.6%;
  width: 88.26666667%;
  position: relative;
}
.jdf-header {
  position: fixed;
  z-index: 1003;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0.39rem 0;
}
.jdf-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 102%;
  width: 100%;
  background: #FFFFFF;
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  -o-transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
  -o-transition: 0.8s transform;
  -webkit-transition: 0.8s transform;
  -moz-transition: 0.8s transform;
  transition: 0.8s transform;
}
.mask-switch {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1010;
  display: inline-block;
  transform: translateY(-50%);
}
.jdf-header.acitve {
  box-shadow: 0px 1px 3px 0px rgba(7, 7, 7, 0.06);
}
.mask-switch span {
  position: relative;
  background-color: #666666;
  display: block;
  width: 0.4rem;
  height: 0.06rem;
  margin-bottom: 0.1rem;
  padding: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  cursor: pointer;
}
.mask-switch span:last-child {
  margin-bottom: 0;
}
.mask-switch.active span:nth-child(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  background: #666666;
  top: 4px;
}
.mask-switch.active span:nth-child(2) {
  display: none;
}
.mask-switch.active span:nth-child(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background: #666666;
  top: -5px;
}
.btn-nav {
  float: right;
  position: relative;
  width: 4.13333333%;
  height: 0;
  padding-bottom: 17.46666667%;
  margin: 0 auto;
  margin-right: 4.1%;
}
.btn-nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0.31rem;
  height: 0.06rem;
  background: #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -0.13rem;
  border-radius: 2px;
}
.btn-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0.31rem;
  height: 0.06rem;
  background: #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: -0.08rem;
  border-radius: 2px;
}
.jdf-title {
  width: 80%;
  font: 0.42rem/0.56rem 'Microsoft YaHei';
  color: #707174;
  margin-top: 0.99rem;
  margin-bottom: 0.5rem;
}
.jdf-title span {
  color: #222224;
}
.jdf-directory .jdf-directory-column-section-title .jdf-directory-column-section-title-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  color: #222224;
  background: #f5f5f7;
  font-weight: 500;
}
.jdf-directory .jdf-directory-column-section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
  border-bottom: 1px solid #CBCBCD;
}
.jdf-directory .jdf-directory-column-section:first-child {
  border: none;
}
.jdf-directory .jdf-directory-column-section:first-child .jdf-directory-column-section-title {
  border-bottom: 1px solid #CBCBCD;
}
.jdf-directory .jdf-directory-column-section-list {
  inset-inline-start: 0;
  margin: 0;
  overflow: hidden;
  margin-top: 0.08rem;
  position: absolute;
  top: 100%;
  transform: translateY(-100px);
  visibility: hidden;
  width: 100%;
  will-change: transform;
  z-index: -1;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #CBCBCD;
}
.jdf-directory .iconfont {
  color: #222224;
  transform: rotate(90deg);
  font-weight: 600;
}
.jdf-directory .jdf-directory-column-section-expanded .jdf-directory-column-section-list {
  position: static;
  transform: none;
  transition: transform 0.3s ease;
  visibility: visible;
  z-index: 1;
}
.jdf-directory .jdf-directory-column-section-item-link {
  display: block;
  padding: 0.17rem 0.22rem;
  color: #333333;
}
.drawer .jdf-directory-column-section-title .iconfont {
  width: 0.25rem;
  height: 0.25rem;
  color: #666666;
}
.drawer {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  background-color: #FFFFFF;
  height: 100vh;
  max-height: 100vh;
  padding: 1.83rem 0.42rem;
  transition: -webkit-transform 0.6s cubic-bezier(0.51, 0.01, 0, 1);
  transition: transform 0.6s cubic-bezier(0.51, 0.01, 0, 1);
  transition: transform 0.6s cubic-bezier(0.51, 0.01, 0, 1), -webkit-transform 0.6s cubic-bezier(0.51, 0.01, 0, 1);
  -webkit-transform: translate3d(0, -100vh, 0);
  transform: translate3d(0, -100vh, 0);
}
.drawer.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.drawer .jdf-directory-column-section-title .jdf-directory-column-section-title-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  letter-spacing: -1px;
  font-weight: 600;
}
.drawer .jdf-directory-column-section-title-text {
  font: 0.33rem/1 'Microsoft YaHei';
  color: #333333;
  letter-spacing: 0.01rem;
}
.drawer .jdf-directory-column-section {
  padding: 0.44rem 0;
  border-bottom: 1px solid #DDDDDD;
}
.drawer .jdf-directory-column-section-list {
  inset-inline-start: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 0.1rem;
  position: absolute;
  top: 100%;
  transform: translateY(-100px);
  visibility: hidden;
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.drawer .jdf-directory-column-section-expanded .jdf-directory-column-section-list {
  position: static;
  transform: none;
  transition: transform 0.3s ease;
  visibility: visible;
  z-index: 1;
}
.drawer .jdf-directory-column-section-list .jdf-directory-column-section-item {
  border-bottom: 1px solid #CBCBCD;
}
.drawer .jdf-directory-column-section-list .jdf-directory-column-section-item:last-child {
  border: none;
  padding-bottom: 0;
}
.drawer .jdf-directory-column-section-expanded .jdf-directory-column-section-item-link {
  font: 0.3rem/1 'Microsoft YaHei';
  color: #6e6e6e;
  padding: 0.34rem 0;
  margin-left: 0.15rem;
}
.drawer .jdf-directory-column-section-list .jdf-directory-column-section-item:last-child .jdf-directory-column-section-item-link {
  padding-bottom: 0;
}
.footer .footer_info {
  padding: 0 0.42rem;
  background: #444444;
  overflow: hidden;
}
.footer .footer_info .logo {
  margin-top: 0.48rem;
  margin-bottom: 0.56rem;
}
.footer .footer_list {
  padding-bottom: 0.22rem;
}
.footer .footer_list .footer_list_item {
  margin-bottom: 0.33rem;
  display: flex;
  align-items: center;
}
.footer .footer_list .footer_iconbox {
  width: 0.38rem;
  height: 0.38rem;
  position: relative;
  border-radius: 50%;
  margin-right: 0.15rem;
}
.footer .footer_list .footer_icon {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  background-image: url("../image/footer_icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
}
.footer .footer_list .footer_iconbox::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
}
.footer_areaicon {
  background-position: 0 0;
}
.footer_telicon {
  background-position: 0 -0.38rem;
}
.footer_emailicon {
  background-position: 0 -0.76rem;
}
.footer .footer_list a {
  font-size: 0.27rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-weight: 400;
  margin-top: 0.03rem;
}
.footer .footer_copyright {
  background: #242424;
  padding-top: 0.28rem;
  padding-bottom: 0.33rem;
  text-align: center;
}
.footer .footer_copyright p {
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 0.36rem;
}
.logo {
  width: 5.51rem;
  height: 0.47rem;
  background-image: url("../image/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.jdf-header .logo {
  background-position: 0 0 ;
}
.footer .logo {
  background-position: 0 -0.47rem;
}
.swiper {
  width: 100%;
  height: 100%;
}
.jdf-banner {
  margin-top: 1.25rem;
}
.jdf-banner {
  position: relative;
}
.jdf-banner .jdf-banner-info {
  position: absolute;
  top: 1.2rem;
  left: 0.42rem;
  z-index: 10;
}
.jdf-banner .jdf-banner-info .banner-info-title1 {
  font-size: 0.33rem;
  color: #FFFFFF;
  line-height: 1;
  font-weight: 400;
}
.jdf-banner .jdf-banner-info .banner-info-title2 {
  font-size: 0.56rem;
  color: #FFFFFF;
  line-height: 0.65rem;
  font-weight: bold;
  margin-top: 0.24rem;
  margin-bottom: 0.26rem;
}
.jdf-banner .jdf-banner-info .banner-info-btn {
  width: 1.5rem;
  font-size: 0.17rem;
  color: #FFFFFF;
  font-weight: 500;
  background: #D39D5B;
  border-radius: 16px;
  padding-top: 0.13rem;
  padding-bottom: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jdf-banner .jdf-banner-info .banner-info-btn span {
  line-height: 1;
}
.jdf-banner .jdf-banner-info .icon-jiantou {
  display: inline-block;
  transform: rotateY(180deg);
  color: #FFFFFF;
  margin-top: 0.05rem;
}
.news_roll {
  background: #FFFFFF;
  position: relative;
  height: 0.83rem;
  overflow: hidden;
  box-shadow: 0px 3px 19px 1px rgba(60, 60, 60, 0.1);
  margin-top: 0.32rem;
  margin-bottom: 0.3rem;
}
.news_roll_left {
  width: 0.83rem;
  height: 0.83rem;
  background: #D39D5B;
  float: left;
}
.news_roll_left img {
  width: 0.43rem;
  height: 0.49rem;
  display: block;
  margin-left: 0.2rem;
  margin-top: 0.16rem;
}
.news_roll_list {
  float: left;
  width: 69.4%;
  height: 0.83rem;
  background: #FFFFFF;
}
.news_roll_list .swiper-slide {
  margin-left: 0.14rem;
}
.news_roll_list .swiper-slide a {
  line-height: 0.83rem;
  font-size: 0.29rem;
  color: #D39D5B;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list {
  margin-bottom: 0.4rem;
}
.newsSwiper {
  overflow: hidden;
  position: relative;
}
.news_list .swiper-slide {
  border: 2px solid #D39D5B;
  border-radius: 0.22rem;
  overflow: hidden;
  box-sizing: border-box;
}
.news_list .swiper-slide .news_list_img {
  width: 100%;
  height: 4.44rem;
  border-radius: 0.22rem 0.22rem 0 0;
}
.newsSwiper .swiper-prev {
  top: 34.9%;
  left: 2.54%;
}
.newsSwiper .swiper-next {
  top: 34.9%;
  right: 2.54%;
}
.news_list .swiper-slide .news_list_img img {
  height: 100%;
}
.news_list_info {
  height: 2.08rem;
  border-radius: 0 0 0.22rem 0.22rem;
  padding: 0.15rem 0.24rem 0.41rem 0.24rem;
  box-sizing: border-box;
}
.news_list_info p {
  width: 100%;
  font-weight: bold;
  font-size: 0.29rem;
  color: #333333;
  line-height: 0.43rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  color: #FFFFFF;
  font-weight: bold;
}
.news_list .swiper-button-prev:after,
.news_list .swiper-button-next:after {
  font-size: 0.35rem;
  margin-top: -1rem;
}
.news_list_info a {
  width: 1.5rem;
  font-size: 0.21rem;
  color: #FFFFFF;
  font-weight: 500;
  background: #232626;
  border-radius: 16px;
  padding-top: 0.13rem;
  padding-bottom: 0.15rem;
  margin-top: 0.2rem;
  text-align: center;
}
.index_about_title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0.73rem;
}
.index_about_title::after {
  content: "ABOUT US";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.index_about_content {
  background: #FFFFFF;
  box-shadow: 0px 3px 19px 1px rgba(60, 60, 60, 0.1);
  border-radius: 0.22rem;
  padding: 0 0.28rem;
  padding-top: 0.58rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.35rem;
}
.index_about_content img {
  display: block;
  width: 2.77rem;
  margin-bottom: 0.21rem;
}
.index_about_content .index_about_p1 {
  font-weight: bold;
  font-size: 0.29rem;
  color: #333333;
  line-height: 1;
}
.index_about_content .index_about_p2 {
  font-weight: 400;
  font-size: 0.27rem;
  color: #D39D5B;
  line-height: 1;
  margin-top: 0.17rem;
  margin-bottom: 0.37rem;
}
.index_about_content .index_about_p3,
.index_about_content .index_about_p4 {
  font-weight: 400;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.33rem;
  text-align: justify;
}
.index_about_content .index_about_p4 {
  margin-top: 0.4rem;
}
.index_pro_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_pro_list li {
  width: 3.25rem;
  height: 2.09rem;
  background: #F7F7F7;
  border-radius: 0.14rem;
  margin-bottom: 0.19rem;
  text-align: right;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.index_pro_list li:nth-of-type(2n) {
  margin-right: 0;
}
.index_pro_list li p {
  margin-right: 0.28rem;
}
.index_pro_list li i {
  display: block;
  width: 0.49rem;
  height: 0.49rem;
  background-image: url("../image/pro_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.23rem;
  left: 0.43rem;
  transition: 0.3s all;
}
.index_pro_list li:hover i {
  transform: translateY(-5px);
}
.index_pro_list li:nth-child(1) i {
  background-position: 0 0;
}
.index_pro_list li:nth-child(2) i {
  background-position: 0 -0.49rem;
}
.index_pro_list li:nth-child(3) i {
  background-position: 0 -0.98rem;
}
.index_pro_list li:nth-child(4) i {
  background-position: 0 -1.47rem;
}
.index_pro_list .pro_list_title1 {
  margin-top: 0.68rem;
  color: #666666;
  font-size: 0.17rem;
  line-height: 1;
}
.index_pro_list .pro_list_title2 {
  margin-top: 0.1rem;
  color: #666666;
  font-size: 0.17rem;
  line-height: 0.24rem;
}
.index_pro_list .pro_list_title3 {
  color: #999999;
  font-size: 0.17rem;
  line-height: 0.24rem;
}
.index_pro_list .pro_list_title1 span {
  color: #232626;
  font-size: 0.51rem;
  display: inline-block;
  margin-right: 0.12rem;
  line-height: 1;
  font-weight: bold;
}
.businessSwiper {
  overflow: hidden;
  position: relative;
}
.businessSwiper .swiper-prev {
  top: 34.9%;
  left: 2.54%;
}
.businessSwiper .swiper-next {
  top: 34.9%;
  right: 2.54%;
}
.index_business_title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0.73rem;
  margin-top: 0.35rem;
}
.index_business_title::after {
  content: "BUSINESS";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.index_business_list {
  margin-bottom: 0.54rem;
}
.index_business_list .swiper-slide {
  border-radius: 0.22rem;
  overflow: hidden;
}
.index_business_list .swiper-slide .business_list_img {
  width: 100%;
  height: 4.44rem;
  border-radius: 0.22rem 0.22rem 0 0;
}
.index_business_list .swiper-slide .business_list_img img {
  height: 100%;
}
.business_list_info {
  height: 2.08rem;
  border-radius: 0 0 0.22rem 0.22rem;
  padding: 0.28rem 0.24rem 0.43rem 0.24rem;
  box-sizing: border-box;
  background: #F7F7F7;
}
.business_list_info p:first-child {
  font-size: 0.29rem;
  color: #333333;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.business_list_info p:last-child {
  width: 100%;
  font-weight: 400;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.32rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_business_list .swiper-button-prev:after,
.index_business_list .swiper-button-next:after {
  font-size: 0.35rem;
  margin-top: -1rem;
}
.caseSwiper {
  overflow: hidden;
  position: relative;
}
.caseSwiper .swiper-prev {
  top: 39.4%;
  left: 2.54%;
}
.caseSwiper .swiper-next {
  top: 39.4%;
  right: 2.54%;
}
.index_case_title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0.73rem;
}
.index_case_title::after {
  content: "CASE";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.index_case_list {
  margin-bottom: 0.54rem;
}
.index_case_list .swiper-slide {
  border-radius: 0.22rem;
  overflow: hidden;
}
.index_case_list .swiper-slide .case_list_img {
  width: 100%;
  height: 4.44rem;
  border-radius: 0.22rem 0.22rem 0 0;
}
.index_case_list .swiper-slide .case_list_img img {
  height: 100%;
}
.case_list_info {
  height: 1.32rem;
  border-radius: 0 0 0.22rem 0.22rem;
  padding: 0.22rem 0.24rem 0.32rem 0.24rem;
  box-sizing: border-box;
  background: #F7F7F7;
}
.case_list_info p {
  font-size: 0.29rem;
  color: #333333;
  line-height: 0.4rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_case{
    padding-bottom: 0.79rem;
}
.index_case_list .swiper-button-prev:after,
.index_case_list .swiper-button-next:after {
  font-size: 0.35rem;
}
.index_case_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.33rem;
}
.index_case_nav li {
  color: #D39D5B;
  font-size: 0.19rem;
  padding: 0.14rem 0.31rem;
  background: #FFFFFF;
  border-radius: 0.3rem;
  border: 1px solid #D39D5B;
  float: left;
  margin-right: 0.06rem;
}
.index_case_nav li.active {
  background: #D39D5B;
  color: #FFFFFF;
}

.index_case_listbox li {
  display: none;
  height: 5.76rem;
  
}
.index_case_listbox li:first-child {
  display: block;
}
.contact {
  background: #F7F7F7;
  padding-top: 1.25rem;
}
.common-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.common-nav li.active a {
  color: #D39D5B;
  border-bottom: 2px solid #D39D5B;
}
.common-nav li a {
  text-align: center;
  font-size: 0.33rem;
  color: #333333;
  line-height: 1.26rem;
}
.contact-content-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0.73rem;
  padding-top: 0.35rem;
}
.contact-content-title::after {
  content: "HIRE";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.contact-content-map {
  display: block;
  border-radius: 0.14rem;
  margin-bottom: 0.28rem;
  overflow: hidden;
}
.contact-content-list li {
  margin-bottom: 0.23rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 19px 1px rgba(60, 60, 60, 0.1);
  border-radius: 0.14rem;
  overflow: hidden;
  text-align: center;
}
.contact-content-list li i {
  width: 0.72rem;
  height: 0.74rem;
  background-image: url(../image/contact-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  margin-top: 0.16rem;
  margin-bottom: 0.28rem;
}
.contact-content-list-name {
  background-position: 0 0;
}
.contact-content-list-area {
  background-position: 0 -0.74rem;
}
.contact-content-list-name {
  background-position: 0 -1.48rem;
}
.contact-content-list-title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1;
}
.contact-content-list-desc {
  font-weight: 400;
  font-size: 0.27rem;
  color: #666666;
  line-height: 1;
  margin-top: 0.19rem;
  margin-bottom: 0.38rem;
}
.contact-online-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0.95rem;
  padding-top: 0.32rem;
}
.contact-online-title::after {
  content: "ONLINE MESSAGE";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.contact_form li {
  margin-bottom: 0.23rem;
  line-height: 0;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  font-size: 0.27rem;
  color: #666666;
  line-height: 1.04rem;
  text-indent: 0.28rem;
  border: none;
  outline: none;
  background: #FFFFFF;
  box-shadow: 0px 3px 19px 1px rgba(60, 60, 60, 0.1);
  border-radius: 0.14rem;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
input::placeholder,
textarea::placeholder {
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
.contact_form textarea {
  height: 2.22rem;
}
.contact_form .contact_form_btn {
  width: 100%;
  font-size: 0.33rem;
  color: #FFFFFF;
  background: #D39D5B;
  border-radius: 0.52rem;
  padding: 0.35rem 0;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 52px;
}
.media {
  background: #F7F7F7;
  padding-top: 1.25rem;
  padding-bottom: 0.4rem;
}
.media-nav li {
  margin: 0 0.46rem;
}
.common-nav li a {
  padding: 0 0.1rem;
}
.media-list-item {
  border: 1px solid #C1C1C1;
  border-radius: 0.22rem;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 0.4rem;
}
.media-list-item .media-list-pic {
  width: 100%;
  height: 4.44rem;
  border-radius: 0.22rem 0.22rem 0 0;
}
.media-list-item .media-list-pic img {
  height: 100%;
}
.media-list-content {
  height: 2.08rem;
  border-radius: 0 0 0.22rem 0.22rem;
  padding: 0.35rem 0.9rem 0.37rem 0.9rem;
  box-sizing: border-box;
  position: relative;
}
.media-list-content .media-list-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.29rem;
  color: #333333;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-list-content .media-list-btn {
  font-weight: 400;
  font-size: 0.27rem;
  color: #D39D5B;
  line-height: 1;
  position: absolute;
  bottom: 0.37rem;
  left: 50%;
  transform: translateX(-50%);
  display: table;
}
.media-list-content .media-list-btn::after {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  border-top: 1px solid #D39D5B;
  border-left: 1px solid #D39D5B;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -0.18rem;
  margin-top: -0.07rem;
}
.media_list_nav .pages{
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media_list_nav .pages span,.media_list_nav .pages a{
    font-size: 0.32rem;
    color: #333333;
    display: inline-block;
    margin: 0 0.1rem;
}
.media_list_nav .pages .current{
    color: #D39D5B;
}

.detail-title {
  font-weight: bold;
  font-size: 0.33rem;
  color: #000000;
  line-height: 0.45rem;
  padding: 0.52rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.detail-text {
  padding-top: 0.32rem;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
  font-size: 0.23rem;
  color: #666666;
  line-height: 1.5;
  font-weight: 400;
}
.detail-text p{
    line-height: ;
    width: 100%!important;
}
.detail-btn {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.45rem 0;
}
.detail-btn a {
  font-weight: 400;
  font-size: 0.23rem;
  color: #333333;
  line-height: 1;
}
.detail-btn .detail-back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.business {
  background: #F7F7F7;
  padding-top: 1.25rem;
}
.business-nav li {
  margin: 0 0.46rem;
}
.business-content {
  position: relative;
  padding-bottom: 1.27rem;
}
.business-content-pic {
  width: 100%;
  height: 4.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.41rem;
  margin-bottom: 0.36rem;
}
.business-content-pic img {
  height: 100%;
}
.business-content-title {
  font-weight: bold;
  font-size: 0.33rem;
  color: #D39D5B;
  line-height: 1;
  margin-bottom: 0.18rem;
}
.business-content-text {
  font-weight: 400;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.35rem;
}
.business-content-icon {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.case {
  background: #F7F7F7;
  padding-top: 1.25rem;
}
.case-nav li {
  margin: 0 0.46rem;
}
.case-list-nav {
  padding-top: 0.3rem;
  padding-bottom: 0.12rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case-list-nav .case-list-nav-item a {
  width: 1.81rem;
  text-align: center;
  padding: 0.12rem 0;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.23rem;
  border: 1px solid #D39D5B;
  font-weight: 400;
  font-size: 0.23rem;
  color: #D39D5B;
  margin-right: 0.22rem;
  margin-bottom: 0.21rem;
}
.case-list-nav .case-list-nav-item.active a {
  color: #FFFFFF;
  background: #D39D5B;
}
.case-list-item {
  border: 1px solid #C1C1C1;
  border-radius: 0.22rem;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0.42rem;
}
.case-list-item .case-list-pic {
  width: 100%;
  height: 4.44rem;
  border-radius: 0.22rem 0.22rem 0 0;
}
.case-list-item .case-list-pic img {
  height: 100%;
}
.case-list-content {
  /*height: 2.08rem;*/
  height: 1.53rem;
  border-radius: 0 0 0.22rem 0.22rem;
  padding: 0.35rem 0.9rem 0.37rem 0.9rem;
  box-sizing: border-box;
  position: relative;
  background: #F7F7F7;
}
.case-list-content .case-list-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.29rem;
  color: #333333;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-topNav {
  width: 100%;
  height: 1.26rem;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
.about-topNav.on {
  position: fixed;
  top: 1.25rem;
  left: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.topNav-box {
  width: calc(100vw - 42px);
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topNav-left {
  display: flex;
  overflow-x: scroll;
  flex-wrap: nowrap;
  width: calc(100% - 42px);
  position: relative;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.topNav-left div {
  display: flex;
}
.topNav-left a {
  width: max-content;
  margin-right: 0.49rem;
  font-size: 0.33rem;
  color: #333333;
  line-height: 1.26rem;
}
.topNav-left a.active {
  color: #D39D5B;
  border-bottom: 2px solid #D39D5B;
}
.topNav-left::-webkit-scrollbar {
  display: none;
}
.topNav-right {
  width: 1.22rem;
  height: 1.24rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 11px 0px rgba(102, 102, 102, 0.25);
  position: absolute;
  top: 0;
  right: 0;
}
.topNav-right .right_sxl {
  width: 0.29rem;
  height: 0.3rem;
}
.about {
  background: #f7f7f7;
  padding-top: 1.25rem;
}
.about-content {
  padding-top: 0.38rem;
}
.about-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0.73rem;
}
.about-title::after {
  content: "ABOUT US";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.about-text p {
  font-weight: 400;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.38rem;
  text-align: justify;
}
.about-text .about-pic {
  width: 100%;
  border-radius: 0.22rem;
  overflow: hidden;
  margin: 0.32rem 0;
}
.about .index_pro_list {
  margin-top: 0.4rem;
  margin-bottom: 0.44rem;
}
.about .index_pro_list li {
  background: #FFFFFF;
  border: 1px solid rgba(35, 38, 38, 0.12);
}
.process-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0.9rem;
}
.process-title::after {
  content: "PROCESS";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.process-list li {
  padding: 0.28rem 0 0.32rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.process-list li:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.process-list .process-list-title1 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #D39D5B;
  line-height: 1;
}
.process-list .process-list-title2 {
  font-weight: bold;
  font-size: 0.27rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.19rem;
  margin-bottom: 0.15rem;
}
.process-list .process-list-title3 {
  font-weight: 400;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.28rem;
}
.culture-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 0.62rem;
  margin-bottom: 0.77rem;
}
.culture-title::after {
  content: "CULTURE";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.culture-bg {
  width: 100%;
  background: url("../image/culture-bg.jpg") 0 0 no-repeat;
  background-size: 100% auto;
}
.culture-list {
  padding: 0.54rem 0;
}
.culture-list li {
  margin-bottom: 0.2rem;
  background: #F9F9FB;
  border-radius: 0.21rem;
  display: flex;
  align-items: center;
  height: 1.22rem;
}
.culture-list .culture-icon {
  width: 0.61rem;
  height: 0.52rem;
  margin-left: 0.26rem;
  margin-right: 0.13rem;
}
.culture-list .culture-text {
  margin-right: 0.4rem;
}
.culture-list .culture-text p:nth-child(1) {
  font-weight: bold;
  font-size: 0.27rem;
  color: #333333;
}
.culture-list .culture-text p:nth-child(2) {
  font-weight: 400;
  font-size: 0.21rem;
  color: #666666;
  line-height: 0.28rem;
}
.culture_core_idea {
  line-height: 0;
  text-align: center;
}
.culture_core_idea p {
  display: inline-block;
  font-size: 0.27rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.culture_core {
  background: #f9f9fb;
}
.culture_core_idea p::before {
  content: "";
  width: 0.29rem;
  height: 2px;
  background: #969697;
  position: absolute;
  left: -0.4rem;
  top: 50%;
  margin-top: -1px;
  z-index: 10;
}
.culture_core_idea p::after {
  content: "";
  width: 0.29rem;
  height: 2px;
  background: #969697;
  position: absolute;
  right: -0.4rem;
  top: 50%;
  margin-top: -1px;
}
.culture_core_list {
  padding-bottom: 0.43rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.culture_core_list li {
  width: 3.22rem;
  height: 1.22rem;
  background: #D39D5B;
  border-radius: 0.21rem;
  display: flex;
  align-items: center;
  margin-right: 0.18rem;
  margin-bottom: 0.2rem;
}
.culture_core_list li:nth-child(2n) {
  margin-right: 0;
}
.culture_core_icon {
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 6px;
  margin-right: 0.1rem;
  margin-left: 0.33rem;
  overflow: hidden;
}
.culture_core-text {
  margin-right: 0.1rem;
}
.culture_core-text p:nth-child(1) {
  font-weight: bold;
  font-size: 0.21rem;
  color: #FFFFFF;
}
.culture_core-text p:nth-child(2) {
  font-weight: 400;
  font-size: 0.17rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.28rem;
}
.team-content {
  background: #f7f7f7;
  padding-bottom: 0.4rem;
}
.team-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 0.62rem;
  margin-bottom: 0.77rem;
}
.team-title::after {
  content: "TEAM";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.team-text {
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.36rem;
  font-weight: 400;
}
.team-text p{
    width: 100%!important;
}
.team-text img {
  width: 100%!important;
}
.design-content {
  background: #f7f7f7;
  padding-top: 0.4rem;
  padding-bottom: 0.73rem;
}
.design-logo {
  width: 2.74rem;
  margin: 0 auto;
  margin-bottom: 0.32rem;
}
.design-text p {
  font-weight: 400;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.35rem;
  margin-bottom: 0.5rem;
}
.design-list1 li {
  height: 2.08rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 19px 1px rgba(60, 60, 60, 0.1);
  border-radius: 14px;
  margin-bottom: 0.22rem;
  text-align: center;
  overflow: hidden;
}
.design-list1 li p:nth-child(1) {
  font-size: 0.29rem;
  color: #D39D5B;
  line-height: 1;
  margin-top: 0.42rem;
  margin-bottom: 0.25rem;
}
.design-list1 li p:nth-child(2) {
  font-weight: 400;
  font-size: 0.23rem;
  color: #999999;
  line-height: 0.33rem;
}
.design-title {
  text-align: center;
  font-weight: bold;
  font-size: 0.29rem;
  color: #333333;
  line-height: 1;
  padding-top: 0.16rem;
  margin-bottom: 0.42rem;
}
.design-type li {
  margin-bottom: 0.34rem;
  display: flex;
}
.design-type-img {
  width: 3.36rem;
  height: 3.36rem;
  margin-right: 0.5rem;
}
.design-type-img img {
  height: 100%;
}
.design-type-text {
  margin-top: 0.48rem;
}
.design-type-text p {
  font-weight: normal;
  font-size: 0.21rem;
  color: #666666;
  line-height: 0.43rem;
}
.design-type-text p:first-child {
  font-weight: bold;
  font-size: 0.27rem;
  color: #D39D5B;
  position: relative;
}
.design-type-text1 p:first-child::before {
  content: "A";
  font-size: 0.27rem;
  color: #D39D5B;
  position: absolute;
  top: 50%;
  left: -0.25rem;
  transform: translateY(-50%);
  margin-top: 2px;
}
.design-type-text2 p:first-child::before {
  content: "B";
  font-size: 0.27rem;
  color: #D39D5B;
  position: absolute;
  top: 50%;
  left: -0.25rem;
  transform: translateY(-50%);
}
.design-type-text3 p:first-child::before {
  content: "C";
  font-size: 0.27rem;
  color: #D39D5B;
  position: absolute;
  top: 50%;
  left: -0.25rem;
  transform: translateY(-50%);
}
.design-piclist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.42rem;
}
.design-piclist li {
  width: 2.08rem;
  height: 1.36rem;
}
.design-honor-list li {
  margin-bottom: 0.58rem;
}
.design-honor-list li p {
  font-weight: normal;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.35rem;
}
.design-honor-list {
  padding-top: 0.44rem;
}
.design-honor-list li p:first-child {
  font-weight: bold;
  font-size: 0.27rem;
  color: #D39D5B;
  line-height: 0.36rem;
  margin-bottom: 0.08rem;
}
.design-honor-list-pic {
  display: flex;
  align-items: center;
}
.design-honor-list-pic img:nth-child(1) {
  width: 2.53rem;
  margin-right: 0.16rem;
}
.design-honor-list-pic img:nth-child(2) {
  width: 3.98rem;
}
.technical-content {
  background: #f7f7f7;
  padding-bottom: 0.52rem;
}
.technical-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 0.62rem;
  margin-bottom: 0.77rem;
}
.technical-title::after {
  content: "TECHNICAL";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.technical-box .technical-box-p {
  font-weight: 400;
  font-size: 0.23rem;
  color: #666666;
  line-height: 0.37rem;
}
.technical-box .technical-box-title {
  font-weight: bold;
  font-size: 0.27rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.28rem;
}
.technical-list {
  margin-top: 0.4rem;
  padding-bottom: 0.12rem;
}
.technical-list li {
  background: #FFFFFF;
  box-shadow: 0px 3px 19px 1px rgba(60, 60, 60, 0.1);
  border-radius: 0.14rem;
  height: 1.82rem;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.technical-list .technical-list-title {
  font-weight: normal;
  font-size: 0.28rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.55rem;
  margin-left: 0.88rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.technical-list li:nth-child(1) .technical-list-title::before {
  content: "1";
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.39rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  background: #D39D5B;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  left: -0.56rem;
}
.technical-list li:nth-child(2) .technical-list-title::before {
  content: "2";
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.39rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  background: #D39D5B;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  left: -0.56rem;
}
.technical-list li:nth-child(3) .technical-list-title::before {
  content: "3";
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.39rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  background: #D39D5B;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  left: -0.56rem;
}
.technical-list .technical-list-desc {
  font-weight: normal;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #666666;
  margin-left: 0.88rem;
  margin-right: 0.2rem;
}
.technical-pic-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.technical-pic-list li {
  width: 49.3%;
  margin-bottom: 0.08rem;
}
.technical-swiper-box {
  width: 100%;
  position: relative;
  margin: 0.54rem 0;
}
.technical-swiper-box .technicalSwier {
  width: 3.92rem;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-prev {
  width: 0.25rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  left: 0;
  z-index: 10;
}
.swiper-next {
  width: 0.25rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  right: 0;
  transform: rotateY(180deg);
  z-index: 10;
}
.industry-content {
  background: #f7f7f7;
  padding-bottom: 0.52rem;
}
.industry-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 0.62rem;
  margin-bottom: 0.77rem;
}
.industry-title1::after {
  width:100%;
  content: "PROFESSIONAL FIELD HONORS";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.industry-title2::after {
    width:100%;
  content: "SOCIAL HONORS";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.industry-swiper-box1 {
  position: relative;
}
.industry-swiper-box1 .industrySwier1 {
  width: 5.92rem;
  margin: 0 auto;
  overflow: hidden;
}
.industry-swiper-img {
  width: 100%;
  height: 4.28rem;
  overflow: hidden;
}
.industry-swiper-img img {
  height: 100%;
}
.industry-swiper-title {
  font-weight: 400;
  font-size: 0.27rem;
  text-align: center;
  color: #000000;
  line-height: 1;
  margin-top: 0.26rem;
}
.industry-swiper-box1 .swiper-prev,
.industry-swiper-box1 .swiper-next {
  top: 40%;
}
.licheng {
  padding-bottom: 3.42rem;
}
.industry-icon {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tab_box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.tab_box .licheng_prev,
.tab_box .licheng_next {
  width: 0.25rem;
  height: 0.4rem;
}
.tab_box .licheng_prev {
  margin-right: 0.19rem;
}
.tab_box .licheng_next {
  transform: rotateY(180deg);
}
.licheng-tab {
  flex: 1;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.licheng-tab span {
  font-weight: bold;
  font-size: 0.42rem;
  color: #999999;
  line-height: 1;
  margin: 0 0.42rem;
  margin-left: 0;
}
.licheng-tab span.active {
  color: #D39D5B;
}
.licheng-tab::-webkit-scrollbar {
  display: none;
}
.licheng_main {
  overflow: hidden;
  margin-top: 0.99rem;
}
.licheng_main .licheng_title {
  font-weight: 400;
  font-size: 0.27rem;
  color: #D39D5B;
  padding-right: 0.16rem;
  margin-right: 0.42rem;
  border-right: 2px solid #999999;
  line-height: 1;
  float: left;
}
.licheng_main_content {
  width: 72%;
  float: left;
}
.licheng_main_content .licheng_main_content_item {
  display: none;
}
.licheng_list .licheng_list_item p,.licheng_list .licheng_list_item span{
  margin-bottom: 0.2rem;
  position: relative;
  font-weight: 400;
  font-size: 0.23rem!important;
  color: #333333;
  line-height: 0.32rem!important;
}
/*.licheng_list .licheng_list_item p::before {*/
/*  content: "";*/
/*  width: 0.16rem;*/
/*  height: 0.16rem;*/
/*  background: #D39D5B;*/
/*  border-radius: 50%;*/
/*  position: absolute;*/
/*  top: 0.06rem;*/
/*  left: -0.29rem;*/
/*}*/

.licheng_list .licheng_list_item p::before {
  content: "";
  width: .22rem;
  height: .25rem;
  background: url("../image/arrow_m.png") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.03rem;
  left: -0.29rem;
  z-index: 6;
}
.join-content {
  background: #f7f7f7;
}
.join-title {
  font-weight: bold;
  font-size: 0.42rem;
  color: #232626;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 0.52rem;
  margin-bottom: 0.78rem;
}
.join-title::after {
  content: "HIRE";
  position: absolute;
  bottom: -0.42rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.31rem;
  color: #DDDDDD;
}
.join-list .join-list-item {
  height: 2.22rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 19px 1px rgba(60, 60, 60, 0.1);
  border-radius: 0.14rem;
  margin-bottom: 0.22rem;
  text-align: center;
  overflow: hidden;
}
.join-list .join-list-img {
  width: 0.87rem;
  margin: 0 auto;
  margin-top: 0.31rem;
}
.join-list .join-list-name {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  margin: 0.17rem 0;
  line-height: 1;
}
.join-list .join-list-desc {
  font-weight: 40;
  font-size: 0.26rem;
  color: #666666;
  line-height: 1;
}
.join {
  background: #f7f7f7;
  padding-top: 0.22rem;
  padding-bottom: 0.25rem;
}
.join-job-item {
  display: none;
}
.join-job {
  margin-top: -1.94rem;
}
.join-job-nav {
  margin-bottom: 0.34rem;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-wrap: wrap;
}
.join-job-nav li {
  font-size: 0.23rem;
  color: #333333;
  padding: 0.13rem 0.28rem;
  border-radius: 24px;
  background: #FFFFFF;
  margin-right: 0.08rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.join-job-nav li:nth-child(5n) {
  margin-right: 0;
}
.join-job-nav li.active {
  background: #D39D5B;
  color: #FFFFFF;
}
.join-job {
  position: relative;
  z-index: 10;
}
.join-job-box .join-job-list-item {
  background: #f7f7f7;
  box-shadow: 0px 3px 19px 1px rgba(60, 60, 60, 0.1);
  border-radius: 14px;
  margin-bottom: 0.35rem;
}
.join-job-list .join-job-list-item .join_list_title {
  color: #333333;
  font-size: 0.29rem;
  line-height: 1;
  padding-top: 0.36rem;
  margin-left: 0.34rem;
  font-weight: bold;
}
.join-job-list .join-job-list-item .join_list_desc {
  color: #666666;
  font-size: 0.23rem;
  line-height: 0.31rem;
}
.join_list_type {
  display: flex;
  align-items: center;
  padding-left: 0.34rem;
  padding-top: 0.24rem;
  padding-bottom: 0.28rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}
.join_list_type li {
  margin-right: 0.29rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.join_list_type li i {
  font-size: 0.3rem;
  color: #D39D5B;
  display: inline;
  /*float: left;*/
}
.join_list_type li p {
  font-weight: 400;
  font-size: 0.17rem;
  color: #666666;
  /*float: left;*/
  margin-left: 0.1rem;
}
.join_list_desc {
  padding: 0.15rem 0.19rem 0.36rem 0.34rem;
}
