@charset "utf-8";
/* CSS Document */
/* 创络科技 https://www.chuangluo.com */
/* 初始样式、共同样式 */
*,
*::before,
::after {
  box-sizing: border-box;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*html {
  background-image: url("about:blank");
  background-attachment: fixed;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0px;
}
input,
textarea {
  font-family: Arial, 'Microsoft YaHei';
  font-size: 16px;
  resize: none;
  outline: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
}
body {
  word-wrap: break-word;
  margin: 0px;
  padding: 0px;
  font-family: Arial, 'Microsoft YaHei';
  overflow-x: hidden;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dh {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* 媒体查询 缩写 */
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 10px;
  }
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes grow {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}
.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}
.block_a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.none {
  display: none;
}
body,
a {
  color: #333;
}
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #9335BC;
}
/* placeholder style */
/* 居中 */
.center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
:root {
  /* 字体 */
  /* 26px ~ 48px */
  --font48: clamp(1.625rem, calc(0.054rem + 2.46vw), 3rem);
  /* 24px ~ 42px */
  --font42: clamp(1.5rem, calc(0.214rem + 2.01vw), 2.625rem);
  /* 24px ~ 40px */
  --font40: clamp(1.5rem, calc(0.357rem + 1.79vw), 2.5rem);
  /* 24px ~ 38px */
  --font38: clamp(1.5rem, calc(0.5rem + 1.56vw), 2.375rem);
  /* 22px ~ 36px */
  --font36: clamp(1.375rem, calc(0.375rem + 1.56vw), 2.25rem);
  /* 22px ~ 34px */
  --font34: clamp(1.375rem, calc(0.518rem + 1.34vw), 2.125rem);
  /* 20px ~ 32px */
  --font32: clamp(1.25rem, calc(0.393rem + 1.34vw), 2rem);
  /* 20px ~ 30px */
  --font30: clamp(1.25rem, calc(0.536rem + 1.12vw), 1.875rem);
  /* 18px ~ 28px */
  --font28: clamp(1.125rem, calc(0.411rem + 1.12vw), 1.75rem);
  /* 18px ~ 26px */
  --font26: clamp(1.125rem, calc(0.554rem + 0.89vw), 1.625rem);
  /* 18px ~ 24px */
  --font24: clamp(1.125rem, calc(0.696rem + 0.67vw), 1.5rem);
  /* 17px ~ 22px */
  --font22: clamp(1.063rem, calc(0.705rem + 0.56vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(0.58rem + 0.56vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.589rem + 0.45vw), 1.125rem);
  /* 14px ~ 16px */
  --font16: clamp(0.875rem, calc(0.732rem + 0.22vw), 1rem);
  /* 12px ~ 14px */
  --font14: clamp(0.75rem, calc(0.607rem + 0.22vw), 0.875rem);
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.089rem + 1.12vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(0.054rem + 0.89vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.071rem + 0.89vw), 1rem);
  --border-radius14: clamp(0.313rem, calc(-0.33rem + 1vw), 0.875rem);
  --border-radius12: clamp(0.313rem, calc(-0.188rem + 0.78vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.045rem + 0.56vw), 0.625rem);
  --header-height: 100px;
}
@media (max-width:1366px) {
  :root {
    --header-height: 60px;
  }
}
@media (max-width:768px) {
  :root {
    /* 26px ~ 48px */
    --font48: 24px;
    /* 24px ~ 42px */
    --font42: 22px;
    /* 24px ~ 40px */
    --font40: 20px;
    /* 24px ~ 38px */
    --font38: 20px;
    /* 22px ~ 36px */
    --font36: 19px;
    /* 22px ~ 34px */
    --font34: 19px;
    /* 20px ~ 32px */
    --font32: 18px;
    /* 20px ~ 30px */
    --font30: 18px;
    /* 18px ~ 28px */
    --font28: 17px;
    /* 18px ~ 26px */
    --font26: 16px;
    /* 18px ~ 24px */
    --font24: 16px;
    /* 17px ~ 22px */
    --font22: 16px;
    /* 17px ~ 22px */
    --font20: 14px;
    /* 17px ~ 22px */
    --font18: 14px;
    /* 17px ~ 22px */
    --font16: 13px;
  }
}
/* 字体大小 */
/* 间距 */
/* 分页器 */
.list {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.list a,
.list span {
  width: auto;
  min-width: 40px;
  max-width: 250px;
  height: 40px;
  margin: 0 5px;
  padding: 0 16px;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #f5f5f5;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.list a.active,
.list a:hover {
  border-color: #9335BC;
  background: #9335BC;
  color: #fff;
}
.list span {
  padding: 0 5px;
  background: none;
}
/*地图*/
.p_ditu_box {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 0;
}
.ditu_title {
  display: inline-block;
  padding: 5px 10px 0 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fb7d10;
}
.ditu_cont {
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 20px;
}
#mapshowbox {
  width: 100%;
  height: 500px;
  border-radius: 3px;
}
#mapshowbox_big {
  width: 100%;
  height: 100%;
  position: absolute;
}
.goto_bigmap {
  width: 100%;
  height: 46px;
  margin-top: 10px;
}
.goto_bigmap a {
  display: inline-block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #fb7d10;
  text-decoration: none;
  border-radius: 3px;
}
.goto_bigmap a:hover {
  color: #fff;
}

/* 在线客服 */
.kefu_tools{top:50%; margin-top:-115px; position:fixed; z-index: 9999999; right:0px;}
.cl_kefu_one{width:45px; height:45px; margin-bottom:1px; line-height: 45px; text-align: center; position:relative;}
.cl_kefu_one i{font-size: 24px; color: #fff;}
.go_radius_1{border-radius: 3px 0 0 0;}
.go_radius_2{border-radius: 0 0 0 3px;}
.go_radius_2:hover{border-radius: 0 0 0 0;}
.go_radius_3{border-radius: 0 0 0 3px;}
.cl_kefu_title{display:block; width:100%; height:auto; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center;}
#cl_gotop{display:none;}
.qr_menu{position:absolute; top:0; left:-150px; width:160px; height:auto; box-shadow: -10px 5px 10px 0 rgba(0,0,0,0.05); visibility: hidden; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.qr_menu ul{display:block; width:calc(100% - 1px); height:auto; float:left;}
.qr_menu ul li{display:block; width:100%; height:46px; background: #fff; float:left; padding:0 20px; box-sizing:border-box; color:#666; font-size:14px; line-height:46px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu ul li:last-child{border-radius:0 0 3px 3px;}
.qr_menu ul li a{display:block; width:100%; height:46px; float:left; color:#666; font-size:14px; line-height:46px; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu ul li a i{font-size: 26px; display: inline-block; vertical-align: top; margin-right: 6px; color: #40abf5;}
.cl_kefu_one:hover .qr_menu{left:-160px; opacity: 1; visibility: initial;}
.qr_img{position:absolute; bottom:0; left:-150px; width:160px; height:auto; text-align:center; box-shadow: -10px -5px 10px 0 rgba(0,0,0,0.05); visibility: hidden; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.qr_img_box{width:calc(100% - 1px); height:auto; padding:10px; box-sizing:border-box; background: #fff; border-radius:3px 3px 0 0;}
.qr_img_box img{border:0px; max-width:100%; height:auto;}
.cl_kefu_one:hover .qr_img{left:-160px; opacity: 1; visibility: initial;}
.foot_kefu {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_copy {
    padding-bottom: 35px;
  }
  /*给手机端底部浮动代码预留高度*/
  .kefu_tools {
    display: none;
  }
  /*底部客服*/
  .foot_kefu {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    bottom: 0px;
    padding-top: 1px;
    z-index: 999;
  }
  .foot_kefu_one {
    width: calc(25% - 1px);
    height: 34px;
    line-height: 34px;
    float: left;
    text-align: center;
    margin-right: 1px;
    font-size: 14px;
    color: #fff;
    background: #fb7d10;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
  }
  .foot_kefu_one:nth-child(4) {
    width: 25%;
    margin-right: 0px;
  }
  .foot_kefu_one a {
    color: #fff;
  }
  .foot_kefu_one a i {
    margin-right: 6px;
    font-size: 14px;
  }
  .foot_kefu_one a:hover {
    color: #fff;
  }
}
/* ---------- */
/* 头部 */
header {
  width: 100%;
  height: var(--header-height);
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
header .header_main {
  width: 100%;
  height: 100%;
}
header .header_main .center_box {
  height: 100%;
}
header .header_main .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .header_main .content .logo {
  width: 10%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
header .header_main .content .logo img {
  max-height: 50%;
  max-width:100px;
}

/* PC导航 */
.menu_nav{width: auto; height: var(--header-height); padding-top: 0px; position: relative; float: right; z-index: 88888; display: block;}
.menu_nav>ul{width: 100%; margin: 0;padding: 0;}
.menu_nav>ul>li{width: auto; height: var(--header-height); float: left;text-align: center;position: relative;}
.menu_nav>ul>.nav_line{width: 1px; height: 16px; margin-top:42px; float: left; background:#d9d9d9;}
.menu_nav>ul>li>a{width: auto; min-width: 80px; height: var(--header-height); line-height: var(--header-height); display: block; position: relative; z-index: 88888; color: #000; margin:0 22px; font-size: 16px;}
.menu_nav>ul>li:hover>a{color: #9335BC;}
.menu_nav>ul>li>span{display: block; position: relative; cursor:pointer; z-index: 88888; color: #000; margin:30px 22px 0 10px; font-size: 16px; border-radius:4px;}
.find_btn{width:40px; height:40px; line-height:40px; text-align:center; background:#9335BC;}
.find_btn:hover{background:#8224ab;}
.find_btn i{color:#fff;}
.menu_nav>ul>li:hover>span{color: #9335BC;}
.menu_nav>ul>li>a.active{color: #9335BC;}
.menu_nav>ul>li>ul{width: 130%;height: auto;background: #fff;position: absolute; top: 100%; left: -15%; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); padding: 1px 0 0 0; border-radius: 0 0 3px 3px; visibility: hidden; opacity: 0; margin-top: -5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.menu_nav>ul>li:hover>ul{margin-top: 0px; opacity: 1; visibility: initial;}
.menu_nav>ul>li>ul li{position: relative;}
.menu_nav>ul>li>ul li>a{display: block; width: 100%; padding: 12px 5%; text-align: center; margin:0px; height: auto; line-height: 20px; border: 0;font-size: 14px;color: #333; vertical-align: middle;}
.menu_nav>ul>li>ul li:hover>a{color: #9335BC;}
.menu_nav>ul>li>ul li>a.active{color: #9335BC;}
.menu_nav>ul>li>ul li ul{width: 100%;height: auto; position: absolute; left: 100%; margin-left: 1px; top: 0; background: #fff; border-bottom: 1px solid #e9e9e9; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); border-radius: 3px; visibility: hidden; opacity: 0; margin-top: -5px; border-radius: 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.menu_nav>ul>li>ul li:hover>ul{margin-top: 1px; opacity: 1; visibility: initial;}

@media screen and (max-width:1200px) {
  .menu_nav>ul>li>a{margin:0 15px; font-size: 14px; min-width: 56px;}
  .menu_nav>ul>li>ul{width: 150%; left: -25%;}
}

@media screen and (max-width:990px) {
  .menu_nav{display: none;}
}

@media screen and (max-width:1366px) {
  .menu_nav>ul>.nav_line{margin-top:22px;}
}

header .header_main .content .nav {
  width: auto;
  height: 100%;
}
header .header_main .content .nav ul {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .header_main .content .nav li {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_main .content .nav li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: #333;
  line-height: 1.5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header_main .content .nav li > a.active {
  color: #9335BC;
}
header .header_main .content .nav li:hover > a {
  color: #9335BC;
}
header .header_main .content .nav li ul {
  width: 180px;
  height: auto;
  border-top: 2px solid #9335BC;
  background: #FFF;
  padding: 10px 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header_main .content .nav li ul li {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}
header .header_main .content .nav li ul li a {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 0;
  font-size: var(--font14);
  color: #333;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
header .header_main .content .nav li ul li:hover > a {
  color: #9335BC;
}
header .header_main .content .nav li:not(:first-child) {
  margin-left: 5.625em;
}
header .header_main .content .nav li:hover > ul {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
header .header_main .content .nav_btn {
  width: auto;
  height: 100%;
  padding-left: 20px;
}
header .header_main .content .nav_btn .center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header_main .content .nav_btn i {
  font-size: 24px;
  color: #9335BC;
  margin-left:20px;
}
@media (max-width:1280px) {
  header .header_main .content {
    height: 80px;
  }
.menu_nav>ul>li>span{margin:15px 22px 0 10px;}
.find_btn{width:30px; height:30px; line-height:30px;}
}
@media (max-width:990px) {
  header .header_main .content {
    height: 60px;
  }
  header .header_main .content::after {
    display: none;
  }
  header .header_main .content .nav {
    display: none;
  }
}
/* 手机版导航 */
.nav_box {
  width: 70%;
  max-width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -70%;
  z-index: 99;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.nav_box .nav_close {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.nav_box .nav_close .lang {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px;
}
.nav_box .nav_close .lang a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #9335BC;
  font-size: 14px;
  opacity: 0.5;
}
.nav_box .nav_close .lang a.active {
  opacity: 1;
}
.nav_box .nav_close .close {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.nav_box .nav_close .close i {
  color: #9335BC;
  font-size: 24px;
}
.nav_box .nav_list {
  width: 100%;
  height: auto;
  border-top: 1px solid #F5F5F5;
  overflow: hidden;
}
.nav_box .nav_list ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nav_box .nav_list ul > li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.nav_box .nav_list ul > li a {
  width: 100%;
  height: auto;
  display: block;
  color: #333;
  padding: 20px 45px 20px 20px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.nav_box .nav_list ul > li a .icon_right {
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #999;
  overflow: hidden;
}
.nav_box .nav_list ul > li a.active {
  background: #9335BC;
  color: #fff;
}
.nav_box .nav_list ul > li a.active .icon_right {
  color: #fff;
}
.nav_box .nav_list ul > li ul {
  background: rgba(0, 0, 0, 0.02);
  display: none;
}
.nav_box .nav_list ul > li ul a {
  font-size: 14px;
  color: #333;
  padding: 15px 20px 15px 30px;
}
.nav_box .nav_list ul > li ul a.active {
  background: transparent;
  color: #9335BC;
}
.nav_box .nav_list ul > li ul ul li a {
  padding: 15px 20px 15px 40px;
  font-size: 12px;
  color: #999;
}
.nav_box .nav_list ul > li:last-child {
  border: 0;
}
.nav_mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  display: none;
}
/* ---------- */
/* 底部 */
footer {
  width: 100%;
  height: auto;
  background: #232323;
  overflow: hidden;
}
footer .footer_box {
  width: 100%;
  height: auto;
  background: #343434;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer .footer_box .content {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer_box .content .logo {
  width: 10%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
footer .footer_box .content .logo img {
  max-width: 100px;
  max-height: 50%;
  filter:brightness(100);
}
footer .footer_box .content .menu {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer_box .content .menu .item {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
footer .footer_box .content .menu .item .icon {
  width: auto;
  height: auto;
  font-size: 0;
}
footer .footer_box .content .menu .item .icon i{
  font-size:18px;
  color:#c42482;
}
footer .footer_box .content .menu .item .word {
  font-size: var(--font16);
  color: #FFF;
  line-height: 1;
  margin-left: 10px;
}
footer .footer_box .content .menu .item:not(:first-child) {
  margin-left: clamp(3.125rem, calc(-5.446rem + 13.39vw), 10.625rem);
}
footer .footer_box .content .menu .item:not(:first-child)::after {
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  left: calc(-1 * clamp(1.563rem, -2.723rem + 6.7vw, 5.313rem));
  top: 50%;
  transform: translateY(-50%);
  background: #B2B2B3;
}
footer .copy_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
footer .copy_box .copy {
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  font-size: var(--font14);
  color: #999;
}
footer .copy_box .copy a {
  color: #999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer .copy_box .copy a:hover {
  color: #FFF;
}
@media (max-width:990px) {
  footer .footer_box {
    display: none;
  }
}
/* ---------- */
.fp-auto-height {
  min-height: auto !important;
  display: block !important;
}
/* 首页 文字内容 */
.idx_title {
  width: 100%;
  height: auto;
}
.idx_title .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font36);
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
.idx_title .subtitle {
  width: 100%;
  height: auto;
  margin: 0.8em 0 0;
  text-align: center;
  font-size: var(--font14);
  color: #999;
  line-height: 2;
}
.idx_more {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_more a,
.idx_more .more {
  width: auto;
  min-width: 100px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 3px;
  background: #FFF;
  font-size: var(--font14);
  color: #9335BC;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_more a .word,
.idx_more .more .word {
  font-size: var(--font14);
  color: #9335BC;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_more a:hover,
.idx_more .more:hover {
  background: #9335BC;
  color: #FFF;
}
@media (max-width:990px) {
  .idx_more a {
    background: #9335BC;
    color: #FFF;
  }
  .idx_more a .word {
    color: #FFF;
  }
}
/* 首页 Banner */
.idx_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
.idx_banner .swiper_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .swiper_box .swiper-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .swiper_box .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .swiper_box .swiper-wrapper .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.idx_banner .swiper_box .swiper-wrapper .swiper-slide .content .info {
  width: 100%;
  height: auto;
  padding: 20px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.idx_banner .swiper_box .swiper-wrapper .swiper-slide .content .info .title {
  font-weight: 700;
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((70 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(70 / 16 * 1rem));
  color: #FFF;
}
.idx_banner .swiper_box .swiper-wrapper .swiper-slide .content .info .subtitle {
  width: 100%;
  height: auto;
  margin: 0.5em 0 0;
  font-size: var(--font28);
  color: #FFF;
}
.idx_banner .swiper_box .swiper-wrapper .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .swiper_box .swiper-wrapper .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.idx_banner .pager_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 5;
}
.idx_banner .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: clamp(0.5rem, calc(-0.623rem + 1.75vw), 0.875rem);
}
.idx_banner .pager_box .pager span {
  width: clamp(0.5rem, calc(-0.623rem + 1.75vw), 0.875rem);
  height: clamp(0.5rem, calc(-0.623rem + 1.75vw), 0.875rem);
  border-radius: 50px;
  background: #FFF;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_banner .pager_box .pager span.active {
  opacity: 1;
}
@media (max-width:990px) {
  .idx_banner {
    height: 50vh;
  }
}
/* 耀岳领域 */
.idx_area {
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  background: #F5F5F5 url('../images/area_bg.png') no-repeat bottom / 100% auto;
  overflow: hidden;
}
.idx_area .center_box {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_area .area_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.idx_area .area_box .area_main {
  width: 100%;
  height: auto;
  margin-top: clamp(1.25rem, calc(0.536rem + 1.12vw), 1.875rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(1.25rem, calc(-0.893rem + 3.35vw), 3.125rem);
}
.idx_area .area_box .area_main .item {
  width: 100%;
  height: auto;
}
.idx_area .area_box .area_main .item .content {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  --icon-color: #9335BC;
  --text-color: #333;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.idx_area .area_box .area_main .item .content .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_area .area_box .area_main .item .content .info .icon {
  width: 100%;
  height: clamp(2.25rem, calc(0.964rem + 2.01vw), 3.375rem);
  position: relative;
  z-index: 1;
  text-align: center;
}
.idx_area .area_box .area_main .item .content .info .icon .img {
  width: 100%;
  height: 100%;
  background: #FFF;
  mix-blend-mode: screen;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
}
.idx_area .area_box .area_main .item .content .info .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--icon-color);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_area .area_box .area_main .item .content .info .title {
  width: 100%;
  height: auto;
  margin: 1em 0 0;
  text-align: center;
  font-size: var(--font16);
  color: var(--text-color);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_area .area_box .area_main .item .content:hover {
  --icon-color: #C42482;
  --text-color: #C42482;
  box-shadow: 0 0 27px rgba(38, 38, 38, 0.08);
}
@media (max-height: 600px) {
  .idx_area .center_box {
    width: 62.5%;
  }
}
@media (max-width:990px) {
  .idx_area {
    height: auto;
    padding: 0;
  }
  .idx_area .center_box {
    width: 100%;
    padding: 0 20px;
  }
  .idx_area .area_box .area_main {
    grid-gap: 1px;
  }
  .idx_area .area_box .area_main .item .content {
    max-width: 100%;
    border-radius: 0;
  }
  .idx_area .area_box .area_main .item .content .pb {
    display: none;
  }
  .idx_area .area_box .area_main .item .content .info {
    padding: 30px 15px;
    position: relative;
  }
}
@media (max-width:768px) {
  .idx_area .area_box .area_main {
    grid-template-columns: repeat(2, 1fr);
  }
  .idx_area .area_box .area_main .item .content .info .icon {
    height: 30px;
  }
}
/* 工程案例 */
.idx_case {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  padding-top: var(--header-height);
  background: #F5F5F5 url('../images/case_bg.jpg') no-repeat bottom / 100% auto;
  overflow: hidden;
}
.idx_case .center_box {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_case .case_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.idx_case .case_box .idx_title * {
  color: #FFF;
}
.idx_case .case_box .case_main {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
  position: relative;
  z-index: 1;
}
.idx_case .case_box .case_main .swiper_box {
  width: 100%;
  height: auto;
  background: #000;
  overflow: hidden;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide.active {
  z-index: 5;
  pointer-events: initial;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide a {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide .img .pb {
  padding-bottom: 31.66666667%;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide .title_box {
  width: 100%;
  height: auto;
  padding: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide .title_box .title {
  width: 100%;
  height: auto;
  font-size: var(--font24);
  color: #FFF;
}
.idx_case .case_box .case_main .swiper_box .swiper-slide .title_box .subtitle {
  width: 100%;
  height: auto;
  margin: 1em 0 0;
  font-size: var(--font14);
  color: #FFF;
}
.idx_case .case_box .case_main .swiper_tab {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  overflow: hidden;
}
.idx_case .case_box .case_main .swiper_tab .swiper-slide {
  width: 12.5%;
  height: auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.idx_case .case_box .case_main .swiper_tab .swiper-slide .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_case .case_box .case_main .swiper_tab .swiper-slide .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border: 2px solid #9335BC;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_case .case_box .case_main .swiper_tab .swiper-slide .img .pb {
  padding-bottom: 41.66666667%;
}
.idx_case .case_box .case_main .swiper_tab .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_case .case_box .case_main .swiper_tab .swiper-slide.active .img::after {
  opacity: 1;
}
.idx_case .case_box .case_main .pager_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.idx_case .case_box .case_main .pager_box .pager {
  width: 100%;
  height: auto;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  grid-gap: 8px;
}
.idx_case .case_box .case_main .pager_box .pager span {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #FFF;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_case .case_box .case_main .pager_box .pager span.active {
  opacity: 1;
}
.idx_case .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.idx_case .images_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-height: 600px) {
  .idx_case .center_box {
    width: 62.5%;
  }
}
@media (max-width: 1366px) and (max-height: 600px) {
  .idx_case .case_box .case_main .swiper_box .swiper-slide .title_box {
    padding-bottom: 30px;
  }
  .idx_case .case_box .case_main .swiper_tab {
    display: none;
  }
  .idx_case .case_box .case_main .pager_box {
    display: block;
  }
}
@media (max-width:990px) {
  .idx_case {
    height: auto;
    padding: 0;
  }
  .idx_case .case_box {
    padding: 50px 0;
  }
  .idx_case .case_box .case_main .swiper_box .swiper-slide .img .pb {
    height: 300px;
    padding-bottom: 0;
  }
  .idx_case .case_box .case_main .swiper_box .swiper-slide .title_box {
    padding-bottom: 30px;
  }
  .idx_case .case_box .case_main .swiper_tab {
    display: none;
  }
  .idx_case .case_box .case_main .pager_box {
    display: block;
  }
}
/* 产品展示 */
.idx_product {
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  background: #F5F5F5 url('../images/area_bg.png') no-repeat bottom / 100% auto;
  overflow: hidden;
}
.idx_product .center_box {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_product .product_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.idx_product .product_box .product_main {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((30 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem));
}
.idx_product .product_box .product_main .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}
.idx_product .product_box .product_main .item a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_product .product_box .product_main .item a .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_product .product_box .product_main .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_product .product_box .product_main .item a .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 20px;
}
.idx_product .product_box .product_main .item a .content .center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_product .product_box .product_main .item a .content .center .info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(130, 27, 174, 0.902);
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.idx_product .product_box .product_main .item a .content .center .info .title {
  width: 100%;
  height: auto;
  font-size: var(--font22);
  color: #FFF;
}
.idx_product .product_box .product_main .item a .content .center .info .details {
  width: 100%;
  height: auto;
  max-height: calc(4em * 2);
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  font-size: var(--font14);
  color: #FFF;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.idx_product .product_box .product_main .item a .content .center .info .idx_more {
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.idx_product .product_box .product_main .item a .content .center .info .idx_more .more:hover {
  background: #FFF;
  color: #C42482;
}
.idx_product .product_box .product_main .item a .content .center .info .idx_more .more:hover .word {
  color: #C42482;
}
.idx_product .product_box .product_main .item a .content .center .headline {
  width: 100%;
  height: clamp(3rem, calc(2.143rem + 1.34vw), 3.75rem);
  line-height: clamp(3rem, calc(2.143rem + 1.34vw), 3.75rem);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  border-radius: 3px;
  text-align: center;
  font-size: var(--font16);
  color: #333;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.idx_product .product_box .product_main .item a:hover .content .center .info {
  transform: translateY(0);
  opacity: 1;
}
.idx_product .product_box .product_main .item a:hover .content .center .headline {
  transform: translateY(50%);
  opacity: 0;
}
@media (max-height: 600px) {
  .idx_product .center_box {
    width: 80%;
  }
}
@media (max-width:990px) {
  .idx_product {
    height: auto;
    padding: 0;
  }
  .idx_product .product_box .product_main {
    grid-template-columns: 100%;
  }
  .idx_product .product_box .product_main .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #FFF;
  }
  .idx_product .product_box .product_main .item a .img {
    width: 30%;
  }
  .idx_product .product_box .product_main .item a .content {
    height: auto;
    flex: 1;
    padding: 0;
    position: relative;
  }
  .idx_product .product_box .product_main .item a .content .center .info {
    opacity: 1;
    text-align: left;
    background: transparent;
    transform: translate(0);
  }
  .idx_product .product_box .product_main .item a .content .center .info .title {
    color: #333;
  }
  .idx_product .product_box .product_main .item a .content .center .info .details {
    color: #999;
  }
  .idx_product .product_box .product_main .item a .content .center .info .idx_more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .idx_product .product_box .product_main .item a .content .center .info .idx_more .more {
    background: #9335BC;
    color: #FFF;
  }
  .idx_product .product_box .product_main .item a .content .center .info .idx_more .more .word {
    color: #FFF;
  }
  .idx_product .product_box .product_main .item a .content .headline {
    display: none;
  }
}
@media (max-width:768px) {
  .idx_product .product_box .product_main .item a .img {
    width: 40%;
  }
  .idx_product .product_box .product_main .item a .content .center .info {
    padding: 15px;
  }
  .idx_product .product_box .product_main .item a .content .center .info .details {
    max-height: calc(2em * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/* 新闻资讯 */
.idx_news {
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  background: url('../images/news_bg.jpg') no-repeat center / cover;
  overflow: hidden;
}
.idx_news .center_box {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_news .news_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.idx_news .news_box .idx_title * {
  color: #FFF;
}
.idx_news .news_box .news_main {
  width: 100%;
  height: auto;
  margin: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((30 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem)) 0 0;
}
.idx_news .news_box .news_main .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide {
  width: 32%;
  height: auto;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide .img .pb {
  padding-bottom: 66.66%;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide .info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((30 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem));
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide .info .time {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #999;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide .info .title {
  width: 100%;
  height: calc(2em * 1.88);
  font-size: var(--font18);
  color: #333;
  line-height: 1.88;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide .info .more {
  font-size: var(--font14);
  color: #9335BC;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide .info::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #C42482;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_news .news_box .news_main .swiper_box .swiper-slide:hover .info::after {
  width: 100%;
  left: 0;
}
.idx_news .news_box .news_main .pager_box {
  width: 100%;
  height: auto;
  margin: clamp(1.5rem, calc(-0.214rem + 2.68vw), 3rem) 0 0;
}
.idx_news .news_box .news_main .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_news .news_box .news_main .pager_box .pager * {
  width: clamp(0.75rem, calc(-0.179rem + 1.45vw), 1.563rem);
  height: 5px;
  margin: 0 5px;
  border-radius: 10px;
  background: #FFF;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_news .news_box .news_main .pager_box .pager .active {
  width: clamp(1.125rem, calc(-0.089rem + 1.9vw), 2.188rem);
  opacity: 1;
}
@media (max-height: 600px) {
  .idx_news .center_box {
    width: 80%;
  }
}
@media (max-width:990px) {
  .idx_news {
    height: auto;
    padding: 0;
  }
}
/* 走进耀岳 */
.idx_about {
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  background: #F5F5F5 url('../images/area_bg.png') no-repeat bottom / 100% auto;
  overflow: hidden;
}
.idx_about .center_box {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_about .about_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_about .about_box .content {
  width: 100%;
  height: auto;
  flex: 1;
  margin-right: 5%;
}
.idx_about .about_box .content .title {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font30);
  color: #333;
}
.idx_about .about_box .content .line {
  width: 1.5em;
  height: 3px;
  margin: 20px 0;
  font-size: var(--font30);
  background-color: #C42482;
}
.idx_about .about_box .content .details {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #333;
  line-height: 3;
}
.idx_about .about_box .content .idx_more {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.idx_about .about_box .content .idx_more a {
  background-color: #9335BC;
  color: #FFF;
}
.idx_about .about_box .content .idx_more a .word {
  color: #FFF;
}
.idx_about .about_box .content .idx_more a:hover {
  background-color: #9324CC;
  color: #FFF;
}
.idx_about .about_box .content .idx_more a:hover .word {
  color: #FFF;
}
.idx_about .about_box .images {
  width: 48.33%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_about .about_box .images .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  font-size: 0;
  overflow: hidden;
}
.idx_about .about_box .images .img img {
  width: 100%;
}
.idx_about .about_box .images::after {
  content: '';
  width: 34.48275862%;
  height: 0;
  padding-bottom: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(20px, 20px);
  background-color: #B9C8DF;
  display:none;
}
@media (max-height: 600px) {
  .idx_about .center_box {
    width: 62.5%;
  }
}
@media (max-width:990px) {
  .idx_about {
    height: auto;
    padding: 0;
  }
}
@media (max-width:768px) {
  .idx_about .about_box {
    display: block;
  }
  .idx_about .about_box .images {
    width: 100%;
    margin: 20px 0 0;
  }
}
/* 内页默认样式 */
/* 内页 Banner */
.inside_banner {
  width: 100%;
  height: auto;
  margin: var(--header-height) 0 0;
  font-size: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inside_banner .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.inside_banner .info .center {
  width: 100%;
  height: auto;
  text-align: center;
}
.inside_banner .info .center .title {
  font-size: var(--font30);
  font-weight: bold;
  color: #FFFFFF;
}
.inside_banner .info .center .line {
  width: 1em;
  height: 2px;
  margin: 0.6em auto;
  font-size: var(--font30);
  background: #FFF;
}
.inside_banner .info .center .subtitle {
  font-size: var(--font18);
  color: #FFFFFF;
}
.inside_banner.active .info .center .title {
  color: #9335BC;
}
.inside_banner.active .info .center .subtitle {
  color: #333;
}
.inside_banner .img {
  width: 100%;
  height: auto;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.inside_banner .img img {
  max-width: 100%;
  min-height: 160px;
  object-fit: cover;
}
/* 子导航 */
.inside_subnav {
  width: 100%;
  height: auto;
  position: relative;
  background: #F5F5F5;
}
.inside_subnav::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #f2f2f2;
}
.inside_subnav .subnav_box {
  width: 100%;
  height: auto;
  min-height: clamp(3rem, calc(2.143rem + 1.34vw), 3.75rem);
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10%;
}
.inside_subnav .subnav_box .menu {
  width: auto;
  flex: 1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inside_subnav .subnav_box .menu .one {
  width: auto;
  height: clamp(3rem, calc(2.143rem + 1.34vw), 3.75rem);
  margin-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.inside_subnav .subnav_box .menu .one a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: #666;
}
.inside_subnav .subnav_box .for_spec .one{
  margin-left:15px;
  padding-top:11px;
}
.inside_subnav .subnav_box .for_spec .one a {
  width: 100%;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: #666;
  background: none;
  border-radius:15px;
  padding:0 20px;
}
.inside_subnav .subnav_box .menu .one a::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: #9335BC;
}
.inside_subnav .subnav_box .for_spec .one a::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: #9335BC;
  display:none;
}
.inside_subnav .subnav_box .menu .one.active a,
.inside_subnav .subnav_box .menu .one.active a:hover {
  color: #9335BC;
}
.inside_subnav .subnav_box .for_spec .one.active a,
.inside_subnav .subnav_box .for_spec .one.active a:hover {
  background: #e5c5fb;
}
.inside_subnav .subnav_box .menu .one.active a::after,
.inside_subnav .subnav_box .menu .one.active a:hover::after {
  width: 100%;
}
.inside_subnav .subnav_box .menu .one a:hover {
  color: #9335BC;
}
.inside_subnav .subnav_box .menu .one:first-child {
  margin-left: 0;
}
.inside_subnav .subnav_box .page_nav {
  width: auto;
  height: auto;
  font-size: var(--font14);
  line-height: 1;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inside_subnav .subnav_box .page_nav i {
  font-size: 14px;
  margin: 0 12px 0 0;
  color: #999;
}
.inside_subnav .subnav_box .page_nav i.icon_you {
  margin: 0 10px;
  font-size: 10px;
  zoom: 0.8;
}
.inside_subnav .subnav_box .page_nav a {
  color: #999;
}
.inside_subnav .subnav_box .page_nav a:hover {
  color: #9335BC;
}
@media (max-width:990px) {
  .inside_subnav {
    display: none;
  }
}
.inside_subnav_active {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.inside_subnav_active .subnav_box {
  width: 100%;
  height: auto;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: min(1vw, 20px);
}
.inside_subnav_active .subnav_box .one {
  width: auto;
  height: auto;
}
.inside_subnav_active .subnav_box .one a {
  width: auto;
  min-width: clamp(5rem, calc(2.143rem + 4.46vw), 7.5rem);
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 50px;
  background: #E9E9E9;
  font-size: var(--font14);
  color: #666;
  overflow: hidden;
}
.inside_subnav_active .subnav_box .one a.active,
.inside_subnav_active .subnav_box .one a:hover {
  background: #9335BC;
  color: #FFF;
}
@media (max-width:990px) {
  .inside_subnav_active {
    display: none;
  }
}
/* 标题 */
.title_details {
  width: 100%;
  height: auto;
  text-align: center;
}
.title_details .title {
  width: 100%;
  height: auto;
  font-size: var(--font26);
  color: #333;
  overflow: hidden;
}
.title_details .title h1 {
  margin: 0;
  padding: 0;
  font-size: var(--font26);
  color: #333;
}
.title_details .subtitle {
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d9d9d9;
  font-size: var(--font14);
  color: #999;
  overflow: hidden;
}
.title_details .details {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: var(--font14);
  color: #666;
  line-height: 2;
}
.title_details .details p {
  margin: 0;
  padding: 0;
}
@media (max-width:1024px) {
  .title_details .subtitle {
    padding-bottom: 20px;
  }
}
/* 文本内容 */
.text_details {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  line-height: 2;
  color: #666;
  overflow: hidden;
}
.text_details * {
  font-size: var(--font16);
  line-height: 2;
}
.text_details p {
  margin: 0 0 1em;
}
.text_details p:last-child {
  margin: 0;
}
.text_details img {
  vertical-align: middle;
  max-width: 100%;
}
.text_details table {
  font-size: var(--font18);
  width: 100%;
  color: #666;
  border-width: 1px;
  border-color: #d9d9d9;
  border-collapse: collapse;
}
.text_details table tr:hover {
  background: #f5f5f5;
}
.text_details table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #d9d9d9;
}
.text_details table td {
  border-width: 1px;
  padding: 2px 4px;
  border-style: solid;
  border-color: #d9d9d9;
  text-align: center;
}
/* ---------- */
.inside_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside_box .inside_main {
  width: 100%;
  height: auto;
  padding: 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inside_box .inside_main .sidebar_box {
  width: 21.6667%;
  height: auto;
  overflow: hidden;
}
.inside_box .inside_main .sidebar_box .sidebar_nav {
  width: 100%;
  height: auto;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .headline {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #38333A;
  font-size: var(--font20);
  color: #FFF;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box {
  width: 100%;
  height: auto;
  background: #EEE;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item {
  width: 100%;
  height: auto;
  border-top: 1px solid #FFF;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a .icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a .word {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: var(--font16);
  color: #333;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a:hover,
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a.active {
  background-color: #9335BC;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a:hover .icon,
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a.active .icon {
  border-color: transparent transparent transparent #FFF;
}
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a:hover .word,
.inside_box .inside_main .sidebar_box .sidebar_nav .menu_box .item a.active .word {
  color: #FFF;
}
.inside_box .inside_main .inside_content {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .inside_box .inside_main {
    display: block;
  }
  .inside_box .inside_main .sidebar_box {
    display: none;
  }
  .inside_box .inside_main .inside_content {
    width: 100%;
  }
}
/* 工程案例 */
.inside_case {
  width: 100%;
  height: auto;
}
.inside_case .case_menu {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.inside_case .case_menu .item {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.inside_case .case_menu .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.inside_case .case_menu .item .title {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding:20px 20px 5px 20px;
  box-sizing:border-box;
  background:#f5f5f5;
  text-align:center;
  font-size:16px;
  color:#666;
}
.inside_case .case_menu .item .info {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  box-sizing:border-box;
  background:#f5f5f5;
  text-align:center;
  font-size:14px;
  color:#999;
}
.inside_case .case_menu .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside_case .case_menu .item .img .pb {
  padding-bottom: 74.41860465%;
}
.inside_case .case_menu .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside_case .case_menu .item:hover .title {
  color: #9335BC;
}
.inside_case .title_details + .text_details {
  margin-top: 20px;
}
.inside_case .list {
  margin-top: clamp(1.875rem, calc(1.161rem + 1.12vw), 2.5rem);
}
/* 内页 关于我们 */
.inside_about {
  width: 100%;
  height: auto;
}
.inside_about .about_box {
  width: 100%;
  height: auto;
  padding: clamp(2.5rem, calc(1.071rem + 2.23vw), 3.75rem) 0;
}
/* ---------- */
/* 内页 产品 */
.inside_subnav_active + .inside_product .product_box {
  padding-top: 0;
}
.inside_product {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside_product .product_box {
  width: 100%;
  height: auto;
  padding: 20px 0 50px;
}
.inside_product .product_box .product_list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px;
}
.inside_product .product_box .product_list .item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside_product .product_box .product_list .item .img {
  width: 100%;
  height: auto;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.inside_product .product_box .product_list .item .img img {
  vertical-align: middle;
}
.inside_product .product_box .product_list .item .title {
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  font-size: var(--font16);
  color: #666;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background:#f5f5f5;
}
.inside_product .product_box .product_list .item:hover .title {
  color: #9335BC;
}
.inside_product .product_box .product_list .item .title em{font-style:normal; color:#f00;}
.inside_product .product_box .list {
  margin-top: clamp(1.875rem, calc(1.161rem + 1.12vw), 2.5rem);
}
@media (max-width:1024px) {
  .inside_product .product_box .product_list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 15px;
  }
}
@media (max-width:768px) {
  .inside_case .case_menu {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .inside_product .product_box .product_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
  }
}
/* ---------- */
.inside_subnav_active + .inside_product_details .product_box {
  padding-top: 0;
}
.inside_product_details {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside_product_details .title{
  padding:20px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align:center;
}
.inside_product_details .title h1{
  font-size:var(--font26);
  font-weight:bold;
}
.inside_product_details .product_box {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.inside_product_details .product_box .product_head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inside_product_details .product_box .product_head .prodcut_swiper {
  width: 50%;
  height: auto;
  position: relative;
  margin:0 auto;
}
.inside_product_details .product_box .product_head .prodcut_swiper .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.inside_product_details .product_box .product_head .prodcut_swiper .swiper_box::after {
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.inside_product_details .product_box .product_head .prodcut_swiper .swiper_box .swiper_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inside_product_details .product_box .product_head .prodcut_swiper .swiper_box .swiper_btn i {
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
}
.inside_product_details .product_box .product_head .prodcut_swiper .swiper_box .swiper_btn.prev {
  left: 10px;
}
.inside_product_details .product_box .product_head .prodcut_swiper .swiper_box .swiper_btn.next {
  right: 10px;
}
.inside_product_details .product_box .product_head .prodcut_swiper .swiper_box .swiper_btn:hover {
  background: #9335BC;
}
.inside_product_details .product_box .product_head .prodcut_swiper .pager_box {
  width: 100%;
  position: absolute;
  bottom: -10px;
  z-index: 10;
  opacity: 1;
}
.inside_product_details .product_box .product_head .prodcut_swiper .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inside_product_details .product_box .product_head .prodcut_swiper .pager_box .pager * {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: #000;
  opacity: 0.15;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inside_product_details .product_box .product_head .prodcut_swiper .pager_box .pager *.active {
  background: #9335BC;
  opacity: 1;
}
.inside_product_details .product_box .product_head .content {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.inside_product_details .product_box .product_head .content .title {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font24);
  padding-bottom: 0.8em;
  border-bottom: 1px solid #D9D9D9;
}
.inside_product_details .product_box .product_head .content .title h1 {
  font-weight: 700;
  font-size: var(--font24);
}
.inside_product_details .product_box .product_head .content .details {
  width: 100%;
  height: auto;
  flex: 1;
  margin: 15px 0;
  font-size: var(--font14);
  color: #666;
}
.inside_product_details .product_box .product_head .content .details > * {
  position: relative;
  z-index: 1;
  padding-left: 1.2em;
}
.inside_product_details .product_box .product_head .content .details > *::after {
  content: '◆';
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  color: #9335BC;
}
.inside_product_details .product_box .product_head .content .details p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.inside_product_details .product_box .product_head .content .details p:first-child ~ p {
  margin-top: 5px;
}
.inside_product_details .product_box .product_head .content .more_btn {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 10px 10px;
}
.inside_product_details .product_box .product_head .content .more_btn .idx_more {
  width: auto;
}
.inside_product_details .product_box .product_head .content .more_btn .idx_more a {
  background: #9335BC;
  color: #FFF;
}
.inside_product_details .product_box .product_head .content .more_btn .idx_more a .word {
  color: #FFF;
}
.inside_product_details .product_box .product_head .content .more_btn .idx_more .more {
  grid-gap: 10px;
}
.inside_product_details .product_box .product_head .content .more_btn .idx_more .more .word {
  font-size: var(--font20);
  color: #333;
}
.inside_product_details .product_box .product_head .content .more_btn .idx_more .more:hover {
  background: transparent;
}
.inside_product_details .product_box .product_subnav {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 20px;
  overflow: hidden;
}
.inside_product_details .product_box .product_subnav::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #E7E7E7;
}
.inside_product_details .product_box .product_subnav .one {
  width: auto;
  min-width: clamp(5rem, calc(2.143rem + 4.46vw), 7.5rem);
  height: clamp(2.25rem, calc(1.536rem + 1.12vw), 2.875rem);
  position: relative;
  z-index: 5;
  padding: 0 15px;
  background-color: #E7E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inside_product_details .product_box .product_subnav .one.active,
.inside_product_details .product_box .product_subnav .one:hover {
  background: #9335BC;
  color: #FFF;
}
.inside_product_details .product_box .product_main {
  width: 70%;
  height: auto;
  margin: 20px auto
}
.inside_product_details .product_box .product_main > * {
  display: none;
}
.inside_product_details .product_box .product_main > *:first-child {
  display: block;
}
.inside_product_details .product_box .list {
  margin-top: clamp(1.875rem, calc(1.161rem + 1.12vw), 2.5rem);
}
@media (max-width:990px) {
  .inside_product_details .product_box {
    padding: 40px 0 !important;
  }
  .inside_product_details .product_box .product_head .prodcut_swiper .swiper_box .swiper_btn {
    display: none;
  }
  .inside_product_details .product_box .product_head .prodcut_swiper .pager_box {
    opacity: 1;
  }
}
@media (max-width:768px) {
  .inside_product_details .product_box .product_head {
    display: block;
  }
  .inside_product_details .product_box .product_head .prodcut_swiper {
    width: 100%;
  }
  .inside_product_details .product_box .product_head .content {
    width: 100%;
    margin: 30px 0 0;
  }
}
/* ---------- */
/* 内页 新闻资讯 */
.inside_news {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside_news .news_box {
  width: 100%;
  height: auto;
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.inside_news .news_box .news_list {
  width: 100%;
  height: auto;
}
.inside_news .news_box .news_list .item {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  border-bottom: 1px solid #e9e9e9;
}
.inside_news .news_box .news_list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 30px;
}
.inside_news .news_box .news_list .item a .img {
  width: 40%;
  max-width: 240px;
  height: auto;
  overflow: hidden;
}
.inside_news .news_box .news_list .item a .img .pb {
  padding-bottom: 66.66%;
}
.inside_news .news_box .news_list .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside_news .news_box .news_list .item a .info {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.inside_news .news_box .news_list .item a .info .title {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #333;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside_news .news_box .news_list .item a .info .time {
  width: 100%;
  height: auto;
  margin: 1em 0;
  font-size: var(--font14);
  color: #999;
}
.inside_news .news_box .news_list .item a .info .details {
  width: 100%;
  height: -webkit-calc(2em * 1.8);
  height: calc(2em * 1.8);
  font-size: var(--font14);
  color: #999;
  line-height: 1.8;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inside_news .news_box .news_list .item a:hover .info .title {
  color: #9335BC;
}
.inside_news .news_box .news_list .item a:hover .info .details {
  color: #666;
}
@media (max-width:990px) {
  .inside_product_details .product_box .product_main {
    width: 100%;
  }
}
@media (max-width:768px) {
  .inside_news .news_box .news_list .item a {
    grid-gap: 20px;
  }
  .inside_news .news_box .news_list .item a .img {
    width: 40%;
  }
  .inside_news .news_box .news_list .item a .info .time {
    margin: 10px 0;
  }
  .inside_news .news_box .news_list .item a .info .details {
    height: -webkit-calc(2em * 1.8);
    height: calc(2em * 1.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.inside_news .news_box .list {
  margin-top: clamp(1.875rem, calc(1.161rem + 1.12vw), 2.5rem);
}
/* 详情 */
.inside_news_details {
  width: 100%;
  height: auto;
}
.inside_news_details .news_box {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.inside_news_details .news_box .text_details {
  margin-top: 20px;
}
.inside_news_details .news_box .list {
  margin-top: clamp(1.875rem, calc(1.161rem + 1.12vw), 2.5rem);
}
/* ---------- */
/* Contact */
.inside_contact {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside_contact .contact_box {
  width: 100%;
  height: auto;
  padding: 40px 0 50px;
}
.inside_contact .contact_box .contact_main {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inside_contact .contact_box .contact_main .contact_info {
  width: 45%;
  height: auto;
}
.inside_contact .contact_box .contact_main .contact_info .headline {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font16);
  color: #9335BC;
}
.inside_contact .contact_box .contact_main .contact_info .details {
  width: 100%;
  height: auto;
  margin: 15px 0 0;
  line-height:40px;
}
.inside_contact .contact_box .contact_main .contact_info .details .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inside_contact .contact_box .contact_main .contact_info .details .one * {
  padding: 10px 0;
}
.inside_contact .contact_box .contact_main .contact_info .details .one .label {
  width: auto;
  font-size: var(--font14);
  color: #000;
}
.inside_contact .contact_box .contact_main .contact_info .details .one .word {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: var(--font14);
  color: #666;
}
.inside_contact .contact_box .contact_main .form_box {
  width: 50%;
  height: auto;
}
.inside_contact .contact_box .contact_main .form_box .item {
  width: 100%;
  height: auto;
}
.inside_contact .contact_box .contact_main .form_box .item.active,
.inside_contact .contact_box .contact_main .form_box .item.code {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.inside_contact .contact_box .contact_main .form_box .item:first-child ~ .item {
  margin-top: 20px;
}
.inside_contact .contact_box .contact_main .form_box .item .layui-input,
.inside_contact .contact_box .contact_main .form_box .item .layui-textarea {
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 0;
  background: #F4F7F9;
  font-size: var(--font14);
  color: #333;
  opacity: 1;
}
.inside_contact .contact_box .contact_main .form_box .item .layui-input::-webkit-input-placeholder,
.inside_contact .contact_box .contact_main .form_box .item .layui-textarea::-webkit-input-placeholder {
  font-size: var(--font14);
  color: #888;
  opacity: 1;
}
.inside_contact .contact_box .contact_main .form_box .item .layui-input:-moz-placeholder,
.inside_contact .contact_box .contact_main .form_box .item .layui-textarea:-moz-placeholder {
  font-size: var(--font14);
  color: #888;
  opacity: 1;
}
.inside_contact .contact_box .contact_main .form_box .item .layui-input::-moz-placeholder,
.inside_contact .contact_box .contact_main .form_box .item .layui-textarea::-moz-placeholder {
  font-size: var(--font14);
  color: #888;
  opacity: 1;
}
.inside_contact .contact_box .contact_main .form_box .item .layui-input:-ms-input-placeholder,
.inside_contact .contact_box .contact_main .form_box .item .layui-textarea:-ms-input-placeholder {
  font-size: var(--font14);
  color: #888;
}
.inside_contact .contact_box .contact_main .form_box .item .layui-input {
  height: 50px;
  padding: 0 15px;
  font-size: var(--font16);
}
.inside_contact .contact_box .contact_main .form_box .item .layui-textarea {
  min-height: 180px;
  padding: 15px;
  line-height: 25px;
}
.inside_contact .contact_box .contact_main .form_box .item img {
  min-height: 50px;
  max-height: 50px;
  border-radius: 5px;
}
.inside_contact .contact_box .contact_main .form_box .item .layui-btn {
  width: 100%;
  max-width: 140px;
  height: 50px;
  background: #9335BC;
  font-size: var(--font16);
  border-radius: 5px;
}
.inside_contact .contact_box .contact_main .form_box .item .layui-btn:hover {
  background: #9335BC;
}
@media (max-width:1024px) {
  .inside_contact .contact_box .contact_main .form_box .item.active,
  .inside_contact .contact_box .contact_main .form_box .item.code {
    grid-gap: 10px;
  }
  .inside_contact .contact_box .contact_main .form_box .item:first-child ~ .item {
    margin-top: 10px;
  }
  .inside_contact .contact_box .contact_main .form_box .item .layui-input {
    height: 44px;
  }
  .inside_contact .contact_box .contact_main .form_box .item .layui-textarea {
    min-height: 120px;
  }
  .inside_contact .contact_box .contact_main .form_box .item img {
    min-height: 44px;
    max-height: 44px;
  }
  .inside_contact .contact_box .contact_main .form_box .item .layui-btn {
    max-width: 140px;
    height: 44px;
  }
}
@media (max-width:990px) {
  .inside_contact .contact_box .contact_main {
    display: block;
  }
  .inside_contact .contact_box .contact_main .contact_info {
    width: 100%;
  }
  .inside_contact .contact_box .contact_main .form_box {
    width: 100%;
    margin-top: 40px;
  }
}
.inside_contact .contact_box .contact_map {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  font-size: 0;
  overflow: hidden;
}
.inside_contact .contact_box .contact_map::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  border: 1px solid #D9D9D9;
}
.inside_contact .contact_box .contact_map img {
  width: 100%;
  height: auto;
  min-height: 460px;
  object-fit: cover;
}

.inside_solu{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside_solu .solu_box {
  width: 100%;
  height: auto;
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.inside_solu .solu_box .solu_list {
  width: 100%;
  height: auto;
}
.inside_solu .solu_box .solu_list .item {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 50px;
}
.inside_solu .solu_box .solu_list .item .img {
  width: 45%;
  height: auto;
  overflow: hidden;
  float:right;
}
.inside_solu .solu_box .solu_list .item:nth-child(odd) .img {
  order:1;
}
.inside_solu .solu_box .solu_list .item:nth-child(even) .img {
  order:2;
}
.inside_solu .solu_box .solu_list .item .img .pb {
  padding-bottom: 66.66%;
}
.inside_solu .solu_box .solu_list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside_solu .solu_box .solu_list .item .info {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.inside_solu .solu_box .solu_list .item:nth-child(odd) .info {
  order:2;
}
.inside_solu .solu_box .solu_list .item:nth-child(even) .info {
  order:1;
}
.inside_solu .solu_box .solu_list .item .info .title {
  width: 100%;
  height: auto;
  font-size: var(--font28);
  font-weight:bold;
  padding-bottom:20px;
  color: #333;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside_solu .solu_box .solu_list .item .info .details {
  width: 100%;
  height: -webkit-calc(4em * 1.8);
  height: calc(4em * 1.8);
  font-size: var(--font16);
  color: #999;
  line-height: 1.8;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-bottom:20px;
}
.inside_solu .solu_box .solu_list .item .info .time {
  width: 100%;
  height: auto;
  margin: 1em 0;
  font-size: var(--font16);
  color: #999;
}
.inside_solu .solu_box .solu_list .item .info .time a{
  display:inline-block;
  width: auto;
  height: auto;
  padding: 1em 2em;
  font-size: var(--font16);
  color: #fff;
  background:#ccc;
}
.inside_solu .solu_box .solu_list .item:hover .info .title {
  color: #9335BC;
}
.inside_solu .solu_box .solu_list .item:hover .info .details {
  color: #666;
}
.inside_solu .solu_box .solu_list .item:hover .info .time a{
  background:#9335BC;
}
@media (max-width:768px) {
  .inside_solu .solu_box .solu_list .item {
    grid-gap: 0;
    display:block;
  }
  .inside_solu .solu_box .solu_list .item .img {
    width: 100%;
  }
  .inside_solu .solu_box .solu_list .item .info {
    width: 100%;
  }
  .inside_solu .solu_box .solu_list .item .info .title{
    font-size: var(--font24);
    padding-bottom:10px;
    padding-top:10px;
  }
  .inside_solu .solu_box .solu_list .item .info .time {
    margin: 10px 0;
  }
  .inside_solu .solu_box .solu_list .item .info .time a{
    padding:10px 20px;
  }
  .inside_solu .solu_box .solu_list .item .info .details {
    height: -webkit-calc(2em * 1.8);
    height: calc(2em * 1.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/* pro_home */
.inside_proh {
  width: 100%;
  height: auto;
  overflow: hidden;
  background:#f5f5f5;
}
.inside_proh .proh_box {
  width: 100%;
  height: auto;
  padding: 40px 0 50px;
}
.inside_proh .proh_box .proh_main {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inside_proh .proh_box .proh_main .item {
  width: 100%;
  height: auto;
  background:#fff;
}
.inside_proh .proh_box .proh_main .item .title{
  width:100%;
  height:80px;
  text-align:center;
  color:#fff;
  box-sizing:border-box;
  padding:20px 0;
  font-size:var(--font22);
  line-height:40px;
  background:#9335BC;
}
.inside_proh .proh_box .proh_main .item .ico{
  width:100%;
  height:120px;
  text-align:center;
}
.inside_proh .proh_box .proh_main .item .ico img{
  max-width:100%;
  max-height:100%;
  padding:30px 0;
}
.inside_proh .proh_box .proh_main .item ul{
  width:100%;
  height:auto;
  padding:0 20px 0 40px;
  margin-bottom:30px;
}
.inside_proh .proh_box .proh_main .item ul li{
  width:100%;
  height:auto;
  list-style: disc;
}
.inside_proh .proh_box .proh_main .item ul li a{
  display:block;
  width:100%;
  height:auto;
  padding:10px 0;
  color:#666;
}
.inside_proh .proh_box .proh_main .item ul li a:hover{
  color:#9335BC;
}
@media (max-width:768px) {
.inside_proh .proh_box .proh_main {
  grid-template-columns: repeat(2, 1fr);
}
}
.space_right{margin-right:40px;}