/*============================*/
.longevity .item  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.longevity .item .le_box {
   width: 37%;    
}
.longevity .item .le_box .desc {
  margin-top: .34rem;    
  color: #666;
  line-height: 1.5;
}
.longevity .item .ri_box {
    width: 50%;
    overflow: hidden;
}
.longevity .item .ri_box img {
   width: 100%;
   transition: .4s;
}
.longevity .item .ri_box:hover img {
   transform: scale(1.05);    
} 
.longevity .item  + .item {
   margin-top: .8rem;  
}
@media (max-width: 1200px) {
    .longevity .item .ri_box {
       margin-top: .5rem;  
    }
    .longevity .item .ri_box,
    .longevity .item .le_box {
        width: 100%;
    }
}

/*============================*/


:root {
  --left: 0.9rem;
}
.w1720 {
  padding: 0 0.9rem;
}
.f80 {
  font-size: 0.8rem;
  line-height: 1;
}
.f60 {
  font-size: 0.6rem;
  line-height: 1;
}
.f72 {
  font-size: 0.72rem;
  line-height: 1;
}
.f58 {
  font-size: 0.58rem;
  line-height: 1;
}
.f52 {
  font-size: 0.52rem;
  line-height: 1;
}
.f50 {
  font-size: 0.5rem;
  line-height: 1;
}
.f48 {
  font-size: 0.48rem;
  line-height: 1;
}
.f42 {
  font-size: 0.42rem;
  line-height: 1;
}
.f36 {
  font-size: 0.36rem;
  line-height: 1;
}
.f32 {
  font-size: 0.32rem;
  line-height: 1;
}
.f30 {
  font-size: 0.3rem;
  line-height: 1;
}
.f26 {
  font-size: 0.26rem;
  line-height: 1;
}
.f28 {
  font-size: 0.28rem;
  line-height: 1;
}
.f24 {
  font-size: 0.24rem;
  line-height: 1;
}
.f22 {
  font-size: 0.22rem;
  line-height: 1;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 0.8rem;
}
.p130 {
  padding-top: 1.3rem;
}
.p130_ {
  padding-bottom: 1.3rem;
}
.numyyh {
  font-style: initial;
  color: #666;
}
.changecolor {
    color: #e85a26;
}
.axiahuax {
  transition: .4s;  
}
.axiahuax:hover {
  text-decoration: underline;   
}
.pc_header {
  width: 100%;
  z-index: 10;
  position: fixed;
}
.pc_header .he_box {
  position: relative;
}
.pc_header .he_box .le_box .logo a img {
  height: 0.59rem;
}
.pc_header .he_box .le_box .stock {
  margin-left: 0.66rem;
  color: #fff;
}
.pc_header .he_box .le_box .stock .data {
  font-family: 'GilroyBold';
}
.pc_header .he_box .ri_box .column .nav .item {
  margin-right: 0.6rem;
  position: relative;
}
.pc_header .he_box .ri_box .column .nav .item.initial {
  position: initial;
}
.pc_header .he_box .ri_box .column .nav .item.triangle .sli a::after {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  top: calc(100% - 16px);
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3));
  z-index: 2;
}
.pc_header .he_box .ri_box .column .nav .item.triangle:hover .sli a::after {
  opacity: 1;
}
.pc_header .he_box .ri_box .column .nav .item:last-child {
  margin-right: 0;
}
.pc_header .he_box .ri_box .column .nav .item .sli a {
  position: relative;
  color: #fff;
  line-height: 1.2rem;
}
.pc_header .he_box .ri_box .column .nav .item .sli a::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.22rem;
  height: 2px;
  background: #fff;
}
.pc_header .he_box .ri_box .column .nav .item .down_list {
  display: none;
  width: 280%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.pc_header .he_box .ri_box .column .nav .item .down_list .st_box {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  display: grid;
  gap: 0.16rem 0;
  padding: 0.34rem 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pc_header .he_box .ri_box .column .nav .item .down_list a {
  transition: 0.4s;
  color: #000;
}
.pc_header .he_box .ri_box .column .nav .item .down_list a:hover {
  color: #e85a26;
}
.pc_header .he_box .ri_box .column .nav .item .down_product {
  display: none;
  /*width: 100%;*/
  position: absolute;
  top: 100%;
  left: 0;
  /*transform: translateX(-50%);*/
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box {
  /*background: #fff;*/
  display: flex;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 {
  /*width: 25%;*/
  padding: 0.5rem 0;
  position: relative;
   background: #fff;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1::before {
  content: '';
  position: absolute;
  top: 0;
  left: .44rem;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one {
  display: grid;
  gap: 0.5rem 0;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li .svg {
  width: .44rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li .svg img {
    width: .2rem;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li .text {
  position: relative;
  padding: 0 0.2rem;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li .text::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 2px;
  height: 0%;
  background: #e85a26;
  transform-origin: center center;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li .text a {
  color: #000;
  transition: 0.4s;
  white-space: nowrap;
  padding-right: .2rem;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li .text svg path {
  transition: 0.4s;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li.active .text::before {
  height: 160%;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li.active .text a {
  color: #e85a26;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x1 .one .one_li.active .text svg path {
  stroke: #e85a26;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 {
  /*width: 75%;*/
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
  display: flex;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .div_ {
  display: none;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .div_.active {
  display: block;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five {
  padding: 0.55rem 0;
  border-left: 1px solid #e6e6e6;
  background: #fff;
  /*display: none;*/
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .tog,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .tog,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .tog,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .tog {
  display: none;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .tog.active,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .tog.active,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .tog.active,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .tog.active {
  display: block;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li {
  position: relative;
  margin-bottom: 0.38rem;
  cursor: pointer;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li::before,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li::before,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li::before,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 2px;
  height: 0%;
  background: #e85a26;
  transform-origin: center center;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li:last-child,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li:last-child,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li:last-child,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li:last-child {
  margin-bottom: 0;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li .text,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li .text,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li .text,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li .text {
  padding: 0 0.2rem 0;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li .text a,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li .text a,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li .text a,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li .text a {
  transition: 0.4s;
  color: #000;
  padding-right: .2rem;
  white-space: nowrap;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li .text svg path,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li .text svg path,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li .text svg path,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li .text svg path {
  transition: 0.4s;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li.active::before,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li.active::before,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li.active::before,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li.active::before {
  height: 160%;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li.active .text p,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li.active .text p,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li.active .text p,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li.active .text p,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li.active .text a,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li.active .text a,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li.active .text a,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li.active .text a {
  color: #e85a26;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .two .pu_li.active .text svg path,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .three .pu_li.active .text svg path,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .pu_li.active .text svg path,
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .five .pu_li.active .text svg path {
  stroke: #e85a26;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .tog .pu_li:hover::before {
  height: 160%;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .tog .pu_li:hover .text a {
  color: #e85a26;
}
.pc_header .he_box .ri_box .column .nav .item .down_product .ld_box .x2 .four .tog .pu_li:hover .text svg path {
  stroke: #e85a26;
}
.pc_header .he_box .ri_box .column .nav .item:hover .sli a::before,
.pc_header .he_box .ri_box .column .nav .item.active .sli a::before {
  opacity: 1;
  bottom: 0.3rem;
}
.pc_header .he_box .ri_box .column .nav .item:hover .sli a {
    color: #e85a26;
}
.pc_header .he_box .ri_box .column .ment {
  margin-left: 0.76rem;
}
.pc_header .he_box .ri_box .column .ment .lang {
    position: relative;  
}
.pc_header .he_box .ri_box .column .ment .lang .de_ {
  color: #fff;
  cursor: pointer;
}
.pc_header .he_box .ri_box .column .ment .lang .de_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 280%;
    transform: translateX(-50%);
}
.pc_header .he_box .ri_box .column .ment .lang .de_list::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .3));
    z-index: 2; 
}
.pc_header .he_box .ri_box .column .ment .lang .de_list>div {
     border-radius: 10px;
    overflow: hidden;
    text-align: center;
    display: grid;
    gap: 0.16rem 0;
    padding: 0.34rem 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pc_header .he_box .ri_box .column .ment .lang .de_list>div a {
    transition: 0.4s;
    color: #000; 
}
.pc_header .he_box .ri_box .column .ment .lang .de_list>div a:hover {
    color: #e85a26; 
}
.pc_header .he_box .ri_box .column .ment .lang:hover .de_list {
    display: block;
}

.pc_header .he_box .ri_box .column .ment .search {
  cursor: pointer;
  margin-left: 0.56rem;
}
.pc_header .he_box .ri_box .grabble {
  height: 1.2rem;
  display: none;
}
.pc_header .he_box .ri_box .grabble .line_h {
  width: 4.28rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.24rem;
  overflow: hidden;
  padding: 0 0.18rem 0 0.12rem;
}
.pc_header .he_box .ri_box .grabble input {
  padding: 0 0.16rem;
  color: #fff;
  flex: 1;
  line-height: 44px;
  background: none;
  border: none;
}
.pc_header .he_box .ri_box .grabble input::placeholder {
  color: #999;
}
.pc_header .he_box .ri_box .grabble .close {
  cursor: pointer;
}
.pc_header.active {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
}
.pc_header.transition .he_box .ri_box .column {
  display: none;
}
.pc_header.transition .he_box .ri_box .grabble {
  display: flex;
}
.pc_footer {
  background: #001029;
}
.pc_footer .ter_top .le_box {
  flex: 1;
}
.pc_footer .ter_top .le_box .slide {
  margin-right: 0.9rem;
}
.pc_footer .ter_top .le_box .slide:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .le_box .slide .one {
  margin-bottom: 0.42rem;
}
.pc_footer .ter_top .le_box .slide .one a {
  color: #fff;
}
.pc_footer .ter_top .le_box .slide .two {
  display: grid;
  gap: 0.1rem 0;
}
.pc_footer .ter_top .le_box .slide .two a {
  transition: 0.4s;
  color: #999;
}
.pc_footer .ter_top .le_box .slide .two a:hover {
  color: #fff;
}
.pc_footer .ter_top .ri_box {
  text-align: right;
}
.pc_footer .ter_top .ri_box .one {
  margin-bottom: 0.42rem;
}
.pc_footer .ter_top .ri_box .one a {
  color: #fff;
}
.pc_footer .ter_top .ri_box .two .lxfs a {
  transition: 0.4s;
  color: #fff;
}
.pc_footer .ter_top .ri_box .two .lxfs a:hover {
  color: #e85a26;
}
.pc_footer .ter_top .ri_box .two .lxfs .tel {
  font-family: 'GilroyBold';
  margin-bottom: 0.1rem;
}
.pc_footer .ter_top .ri_box .two .lxfs .mailto {
  font-family: 'GilroyRegular';
}
.pc_footer .ter_top .ri_box .two .code {
  margin-top: 0.76rem;
}
.pc_footer .ter_top .ri_box .two .code img {
  width: 1.58rem;
}
.pc_footer .ter_bottom {
  margin-top: 1.6rem;
}
.pc_footer .ter_bottom .le_box {
  flex: 1;
}
.pc_footer .ter_bottom .le_box .logo a img {
  height: 0.59rem;
}
.pc_footer .ter_bottom .le_box .link {
  margin-left: 0.5rem;
  position: relative;
}
.pc_footer .ter_bottom .le_box .link .one {
  cursor: pointer;
  text-align: center;
  width: 2rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 0.52rem;
}
.pc_footer .ter_bottom .le_box .link .one span {
   margin-left: 4px;
   transition: 0.4s;
}
.pc_footer .ter_bottom .le_box .link .one span i {
   transform: rotate(90deg);
   display: block;
}
.pc_footer .ter_bottom .le_box .link .one.active span {
   transform: rotateX(180deg);
}


.pc_footer .ter_bottom .le_box .link .two {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #fff;
  text-align: center;
}
.pc_footer .ter_bottom .le_box .link .two a {
  transition: 0.4s;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #000;
}
.pc_footer .ter_bottom .le_box .link .two a:hover {
  background: #e85a26;
  color: #fff;
}
.pc_footer .ter_bottom .ri_box {
  text-align: right;
}
.pc_footer .ter_bottom .ri_box .sy a {
  transition: 0.4s;
  color: #fff;
  margin-right: 0.1rem;
}
.pc_footer .ter_bottom .ri_box .sy a:last-child {
  margin-right: 0;
}
.pc_footer .ter_bottom .ri_box .sy a:hover {
  color: #e85a26;
}
.pc_footer .ter_bottom .ri_box .copy {
  margin-top: 0.06rem;
  color: #999;
}
.pc_footer .ter_bottom .ri_box .copy a {
  transition: 0.4s;
  color: #999;
  margin-left: 6px;
}
.pc_footer .ter_bottom .ri_box .copy a img {
    width: .2rem;
}
.pc_footer .ter_bottom .ri_box .copy a em {
    font-style: initial;
     margin-left: 3px;
}
.pc_footer .ter_bottom .ri_box .copy a:hover {
  color: #fff;
}
.pu_search {
  transition: 0.4s;
  position: fixed;
  top: -100%;
  z-index: 11;
  width: 100%;
  background: #fff;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pu_search .close {
  position: absolute;
  top: 0.2rem;
  right: 10%;
}
.pu_search .close svg {
  transition: 0.4s;
  cursor: pointer;
}
.pu_search .close:hover svg path {
  fill: #e85a26;
}
.pu_search .ch_box {
  width: 80%;
}
.pu_search .ch_box form .main {
  background: #f4f4f4;
  border-radius: 0.35rem;
  line-height: 0.7rem;
  overflow: hidden;
  padding: 0 0.26rem;
}
.pu_search .ch_box form .main .svg svg {
  width: 0.28rem;
  cursor: pointer;
}
.pu_search .ch_box form .main .text {
  flex: 1;
  padding: 0 0.2rem;
}
.pu_search .ch_box form .main .text input {
  width: 100%;
  border: none;
  background: none;
  border-left: 1px solid #d7d7d7;
  caret-color: #d7d7d7;
  padding: 0 0.12rem;
}
.pu_search .ch_box form .main .btn input {
  cursor: pointer;
  color: #999;
  border: none;
  background: none;
  font-weight: bold;
}
.pu_link {
  display: inline-block;
}
.pu_link a {
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  width: 2rem;
  color: #fff;
  padding: 0 0 0.18rem 0;
  border-bottom: 2px solid #fff;
}
.pu_link a::before {
  transition: 0.4s;
  z-index: 1;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e85a26;
}
.pu_link a:hover {
  padding: 0 0.1rem 0.18rem;
}
.pu_link a:hover::before {
  width: 100%;
}
.pu_link.black a {
  color: #000;
  border-bottom: 2px solid #000;
}
.pu_le {
  flex: 1;
}
.pu_le .e1 {
  position: relative;
}
.pu_le .e1::before {
  z-index: 1;
  content: attr(title);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  font-size: 0.98rem;
  line-height: 1;
  -webkit-text-stroke: 1px #e1e1e1;
  color: transparent;
  font-family: 'GilroyBold';
}
.pu_le .e1 .svg {
  z-index: 2;
}
.pu_le .e1 .svg img {
  width: 0.53rem;
}
.pu_le .e1 .txt {
  z-index: 2;
  margin-left: 0.18rem;
}
.pu_le .e2 {
  color: #666;
  margin-top: 0.24rem;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_img {
  width: 100%;
}
.pu_banner .ban_img img {
  width: 100%;
}
.pu_banner .ban_ab {
  width: 100%;
  position: absolute;
  bottom: 20%;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
.pu_banner .ban_ab h1 {
  color: #fff;
}
.pu_banner .ban_ab .invite {
  margin: 0.2rem 0 0;
}
.pu_banner .ban_ab .invite a {
  color: #fff;
}
.pu_banner .ban_ab .invite a .in {
  width: 0.4rem;
  height: 0.4rem;
  background: #e85a26;
  border-radius: 50%;
}
.pu_banner .ban_ab .invite a p {
  margin-left: 0.14rem;
  transition: 0.4s;
}
.pu_banner .ban_ab .invite a:hover p {
  color: #e85a26;
}
.pu_banner .ban_ab .lxfs {
  margin: 0.36rem 0 0;
  display: grid;
  gap: 0.1rem;
}
.pu_banner .ban_ab .lxfs .item {
  display: flex;
  align-items: center;
  color: #fff;
}
.pu_banner .ban_ab .lxfs .item .m1 {
  display: flex;
}
.pu_banner .ban_ab .lxfs .item .m1 p {
  margin: 0 0.12rem 0 0.06rem;
}
.pu_banner .ban_ab .lxfs .item .m2 a {
  color: #fff;
  transition: 0.4s;
}
.pu_banner .ban_ab .lxfs .item .m2 a:hover {
  color: #e85a26;
}
.pu_banner.banner2 .ban_ab {
    bottom: auto;
  top: 58%;
  transform: translateY(-50%);
}
.pu_tion,
.pu_tion_1 {
  z-index: 4;
  position: sticky;
  top: 1.2rem;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.pu_tion .tion_box,
.pu_tion_1 .tion_box{
  overflow-x: auto;
  width: 100%;
}
.pu_tion .tion_box .width_,
.pu_tion_1 .tion_box .width_ {
  width: max-content;    
}
.pu_tion .tion_box::-webkit-scrollbar,
.pu_tion_1 .tion_box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.pu_tion .tion_box p,
.pu_tion_1 .tion_box p {
  margin-right: 0.76rem;
      cursor: pointer;
}
.pu_tion .tion_box p:last-child,
.pu_tion_1 .tion_box p:last-child {
  margin-right: 0;
}
.pu_tion .tion_box p a,
.pu_tion_1 .tion_box p a{
  overflow: hidden;
  transition: 0.4s;
  line-height: 0.8rem;
  color: #333;
  position: relative;
}
.pu_tion .tion_box p a::before,
.pu_tion_1 .tion_box p a::before{
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background: #e85a26;
}
.pu_tion .tion_box p.active a,
.pu_tion_1 .tion_box p.active a{
  color: #e85a26;
}
.pu_tion .tion_box p.active a::before,
.pu_tion_1 .tion_box p.active a::before{
  opacity: 1;
  bottom: 0;
}
.pu_tion .tion_box p:hover a,
.pu_tion_1 .tion_box p:hover a{
  color: #e85a26;
}
.pu_tion .tion_box p:hover a::before,
.pu_tion_1 .tion_box p:hover a::before{
  opacity: 1;
  bottom: 0;
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  color: #8c8c8c;
  font-weight: bold;
}
.pu_page .prev a i:hover,
.pu_page .next a i:hover {
  color: #e85a26;
}
.pu_page .prev {
  margin-right: 0.5rem;
}
.pu_page .next {
  margin-left: 0.5rem;
}
.pu_page .number a {
  transition: 0.4s;
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  color: #666;
  margin-right: 0.1rem;
}
.pu_page .number a:last-child {
  margin-right: 0;
}
.pu_page .number a.active {
  background: #e85a26;
  color: #fff;
}
.pu_page .number a:hover {
  background: #e85a26;
  color: #fff;
}
.public_anchor {
  position: relative;
  top: -2rem;
}
.public_anchor_1 {
  position: relative;
  top: -1.2rem;  
}
.pu_crumbs {
  padding: 0 0 0 0.9rem;
}
.pu_crumbs .bs_box {
  padding: 0.34rem 0 0.18rem;
  border-bottom: 1px solid #e5e5e5;
}
.pu_crumbs .bs_box a {
  color: #666;
}
.pu_crumbs .bs_box a:hover {
  color: #000;
}
.pu_crumbs .bs_box div {
  margin: 0 0.08rem;
}
.pu_crumbs .bs_box span {
  color: #000;
  font-weight: bold;
}
.pu_title {
  position: relative;
  flex: 1;
}
.pu_title::before {
  content: attr(title);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.67rem;
  -webkit-text-stroke: 1px #e1e1e1;
  color: transparent;
  font-family: 'GilroyBold';
}
.pu_title .txt {
  position: relative;
  z-index: 1;
  color: #000;
}
.pu_title.white::before {
  -webkit-text-stroke: 1px rgba(214, 214, 214, 0.3);
}
.pu_title.white .txt {
  color: #fff;
}
.index_banner {
  position: relative;
}
.index_banner::before {
  z-index: 2;
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.index_banner .mySwiper1 .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .mySwiper1 .swiper-slide .slide_img img {
  width: 100%;
  height: calc(100vh);
}
.index_banner .mySwiper1 .swiper-slide .slide_ab {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_banner .mySwiper1 .swiper-slide .slide_ab .content1 {
  color: #fff;
  margin-bottom: 0.42rem;
}
.index_banner .index_switch {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0.56rem;
}
.index_banner .index_switch .point {
  flex: 1;
}
.index_banner .index_switch .point .swiper-pagination-bullet {
  opacity: 1;
  width: auto;
  height: auto;
  border: none;
  background: none;
}
.index_banner .index_switch .point .slide {
  margin-right: 0.1rem;
  position: relative;
}
.index_banner .index_switch .point .slide::after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #ffffff;
  border-radius: 50%;
}
.index_banner .index_switch .point .slide::before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: -0.03rem;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.index_banner .index_switch .point .slide p {
  position: relative;
  width: 0.9rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.index_banner .index_switch .point .slide p::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
}
.index_banner .index_switch .point .slide:last-child {
  margin-right: 0;
}
.index_banner .index_switch .point .swiper-pagination-bullet-active::after,
.index_banner .index_switch .point .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.index_banner .index_switch .point .swiper-pagination-bullet-active p::before {
  width: 100%;
  animation: line_ 5.8s linear;
}
.index_banner .index_switch .qiehuan .prev i,
.index_banner .index_switch .qiehuan .next i {
  cursor: pointer;
  transition: 0.4s;
  opacity: 0.5;
  color: #fff;
}
.index_banner .index_switch .qiehuan .prev i:hover,
.index_banner .index_switch .qiehuan .next i:hover {
  opacity: 1;
}
.index_banner .index_switch .qiehuan .next {
  margin-left: 0.2rem;
}
@keyframes line_ {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.index_product .pr_box {
  display: flex;
  margin-top: 0.74rem;
}
.index_product .pr_box .slide {
  transition: 0.6s;
  flex: 1;
  overflow: hidden;
  position: relative;
  margin-right: 0.1rem;
}
.index_product .pr_box .slide .de_img {
  width: 100%;
}
.index_product .pr_box .slide .de_img img {
  height: 7rem;
  transition: 0.4s;
}
.index_product .pr_box .slide .de_ab1 {
  transition: 0.4s;
  position: absolute;
  bottom: 0.8rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
.index_product .pr_box .slide .de_ab1 p {
  padding: 0 0.2rem;
}
.index_product .pr_box .slide .de_ab2 {
  transition: 0.6s;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_product .pr_box .slide .de_ab2 .center {
  transition: 0.6s;
  width: 100%;
  padding: 0 0.6rem;
  color: #fff;
  margin-top: 100%;
}
.index_product .pr_box .slide .de_ab2 .center .content1 .cn {
  margin-top: 0.1rem;
}
.index_product .pr_box .slide .de_ab2 .center .content2 {
  margin: 0.34rem 0 0.56rem;
  display: inline-block;
}
.index_product .pr_box .slide .de_ab2 .center .content2 a {
  transition: 0.4s;
  color: #fff;
  line-height: 1.6;
}
.index_product .pr_box .slide .de_ab2 .center .content2 a:hover {
  color: #e85a26;
}
.index_product .pr_box .slide:last-child {
  margin-right: 0;
}
.index_product .pr_box .slide.active {
  flex: 2.6;
}
.index_product .pr_box .slide.active .de_img img {
  width: 100%;
}
.index_product .pr_box .slide.active .de_ab1 {
  opacity: 0;
}
.index_product .pr_box .slide.active .de_ab2 {
  opacity: 1;
}
.index_product .pr_box .slide.active .de_ab2 .center {
  margin-top: 0;
}
.index_field {
  position: relative;
}
.index_field .field_ab1 {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 1rem;
}
.index_field .field_ab1 .pu_le .e1::before {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.index_field .field_ab1 .pu_le .e1 .txt {
  color: #fff;
}
.index_field .field_ab1 .pu_le .e2 {
  color: rgba(255, 255, 255, 0.8);
}
.index_field .field_ab2 {
  width: 100%;
  position: absolute;
  bottom: 0.7rem;
  overflow: hidden;
}
.index_field .field_ab2 .swiper-slide {
  transform: translateY(0.52rem);
  transition: 0.4s;
  opacity: 0.66;
}
.index_field .field_ab2 .swiper-slide .content1 {
  text-align: center;
}
.index_field .field_ab2 .swiper-slide .content1 .img {
  margin: 0 auto;
}
.index_field .field_ab2 .swiper-slide .content1 .img img {
  height: 0.75rem;
}
.index_field .field_ab2 .swiper-slide .content1 .img .g1 {
  display: none;
}
.index_field .field_ab2 .swiper-slide .content1 .txt {
  margin-top: 0.28rem;
  color: #fff;
}
.index_field .field_ab2 .swiper-slide .content2 {
  margin-top: 0.3rem;
}
.index_field .field_ab2 .swiper-slide .content2 .round {
  width: 0.52rem;
  height: 0.52rem;
  background: #0160a0;
  border-radius: 50%;
}
.index_field .field_ab2 .swiper-slide .content2 .round i {
  color: #fff;
}
.index_field .field_ab2 .swiper-slide:hover {
  opacity: 1;
  transform: translateY(0);
}
.index_field .field_ab2 .swiper-slide:hover .content1 .img .g1 {
  display: inline-block;
}
.index_field .field_ab2 .swiper-slide:hover .content1 .img .g2 {
  display: none;
}
.index_field .field_bk {
  position: relative;
  width: 100%;
}
.index_field .field_bk::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.index_field .field_bk picture {
  display: none;
}
.index_field .field_bk picture.active {
  display: block;
}
.index_field .field_bk img {
  width: 100%;
}
.index_news .new_box {
  margin-top: 0.76rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.index_news .new_box .le_box {
  position: relative;
  border: 1px solid #e1e1e1;
}
.index_news .new_box .le_box a {
  padding: 0.46rem;
}
.index_news .new_box .le_box .img {
  width: 100%;
  overflow: hidden;
}
.index_news .new_box .le_box .img img {
  transition: 0.4s;
  width: 100%;
}
.index_news .new_box .le_box .txt {
  line-height: 1.6;
  color: #000;
  margin: 0.36rem 0 0.48rem;
}
.index_news .new_box .le_box .time {
  font-family: 'GilroyRegular';
}
.index_news .new_box .le_box::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e85a26;
}
.index_news .new_box .le_box:hover::before {
  width: 100%;
}
.index_news .new_box .le_box:hover .img img {
  transform: scale(1.05);
}
.index_news .new_box .ri_box {
  grid-area: 1 / 2 / 2 / 4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border-top: 1px solid #e1e1e1;
}
.index_news .new_box .ri_box .slide {
  position: relative;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.index_news .new_box .ri_box .slide a {
  padding: 0.46rem;
}
.index_news .new_box .ri_box .slide .txt {
  line-height: 1.6;
  color: #000;
}
.index_news .new_box .ri_box .slide .desc {
  line-height: 1.6;
  margin: 0.1rem 0 0.46rem;
}
.index_news .new_box .ri_box .slide .time {
  font-family: 'GilroyRegular';
}
.index_news .new_box .ri_box .slide::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e85a26;
}
.index_news .new_box .ri_box .slide:hover::before {
  width: 100%;
}
.index_about {
  position: relative;
  overflow: hidden;
}
.index_about .about_bk {
  width: 100%;
}
.index_about .about_bk img {
  width: 100%;
  animation: Scale 6s linear infinite;
}
.index_about .about_ab {
  width: 100%;
  position: absolute;
  top: 1.3rem;
}
.index_about .about_ab .content1 .pu_le .e1::before {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.index_about .about_ab .content1 .pu_le .e1 .txt {
  color: #fff;
}
.index_about .about_ab .content2 {
  margin: 0.54rem 0 0.46rem;
  color: #fff;
}
.index_about .about_ab .content2 p {
  width: 42%;
  line-height: 1.6;
}
.index_about .about_ab .content3 {
  margin-bottom: 1.1rem;
}
.index_about .about_ab .content3 .slide {
  color: #fff;
  margin-right: 0.68rem;
}
.index_about .about_ab .content3 .slide:last-child {
  margin-right: 0;
}
.index_about .about_ab .content3 .slide .img {
  margin-right: 0.16rem;
}
.index_about .about_ab .content3 .slide .img img {
  width: 0.71rem;
}
.index_about .about_ab .content3 .slide .number {
  margin-top: 0.04rem;
}
@keyframes Scale {
  0% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1.01);
  }
}
.product_center .center_box {
  display: flex;
}
.product_center .center_box .le_box {
  position: sticky;
  transition: 0.6s;
  background: #f4f4f4;
  padding: 0 0 1rem;
  width: 3.6rem;
}
.product_center .center_box .le_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: .7rem;
  width: 1px;
  height: 100%;
  background: #cccccc;
}
.product_center .center_box .le_box .div_ {
  position: sticky;
  width: 3.6rem;
  top: 1.2rem;
}
.product_center .center_box .le_box .tent1 {
  padding: 0.1rem 0;
  cursor: pointer;
  background: #dddddd6e; 
}
.product_center .center_box .le_box .tent1 .svg {
  width: .8rem;
  padding: 0 0 0 .26rem;
  display: flex;
  align-items: center;
}
.product_center .center_box .le_box .tent1 .svg svg {
   transition: .6s;  
}
.product_center .center_box .le_box .tent1 .svg svg path {
  transition: 0.4s;
}
.product_center .center_box .le_box .tent1:hover .svg svg path {
  fill: #e85a26;
}
.product_center .center_box .le_box .tent1 p {
  flex: 1;
  color: #999;
  padding: 0 0.3rem 0 0.2rem;
  transition: 0.4s;
}
.product_center .center_box .le_box .tent1:hover p{
  color: #e85a26;  
}
.product_center .center_box .le_box .tent2 {
  margin: 0.34rem 0 0;
  display: grid;
  gap: 0.28rem;
}
.product_center .center_box .le_box .tent2 .f20 {
    font-size: .16rem;
}

.product_center .center_box .le_box .tent2 .f18 {
    font-size: .14rem;
}

.product_list .center_box .le_box .tent2 {
    margin: 0; 
}
.product_center .center_box .le_box .tent2 .slide {
  align-items: flex-start;
}
.product_center .center_box .le_box .tent2 .slide .icon {
  width: .7rem;
  line-height: 0.32rem;
  padding: 0 0 0 .26rem;
}
.product_center .center_box .le_box .tent2 .slide .icon img {
  vertical-align: middle;
  width: .22rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem {
  padding: 0 0.2rem;
  flex: 1;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .pu_icon {
  position: relative;
  display: block;
  transition: 0.4s;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .pu_icon i {
  transition: 0.4s;
  transform-origin: 49% center;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .one {
  position: relative;
  transition: 0.4s;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .one::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.4rem;
  background: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .one a {
  transition: 0.4s;
  color: #000;
  flex: 1;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .one span {
   cursor: pointer; 
}
/*.product_center .center_box .le_box .tent2 .slide .menuitem .one a:hover {*/
/*    color: #e85a26;*/
/*}*/
.product_center .center_box .le_box .tent2 .slide .menuitem .two {
  display: none;
  padding-left: 0.12rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three {
  cursor: pointer;
  margin-bottom: 0.16rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three:last-child {
  margin-bottom: 0;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em1 a {
  transition: 0.4s;
  color: #000;
  flex: 1;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em1 a:hover {
   color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em1 span {
  border-color: #a8a8a8;
  color: #a8a8a8;
  background: transparent;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 {
  margin: 0.1rem 0 0;
  display: none;
  padding-left: 0.12rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four {
  margin-bottom: 0.1rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four:last-child {
  margin-bottom: 0;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .ur_box a {
  flex: 1;
  color: #000;
  transition: .4s;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .ur_box a:hover {
    color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .ur_box span {
  border-color: #a8a8a8;
  color: #a8a8a8;
  background: transparent;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five {
  display: none;
  margin: 0.12rem 0;
  padding-left: 0.12rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_four {
  margin-bottom: 0.12rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_four:last-of-type {
  margin-bottom: 0.12rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_four.active .five_box a {
  color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_four.active .five_box span {
  color: #fff;
  background: #e85a26;
  border-color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_four.active .five_box span i {
  transform: rotate(90deg);
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_box a {
  flex: 1;
  color: #000;
  transition: 0.4s;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_box a:hover {
    color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_box span {
  border-color: #a8a8a8;
  color: #a8a8a8;
  background: transparent;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .six {
  display: none;
  margin-top: 0.12rem;
  padding-left: 0.12rem;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .six a {
  margin-bottom: 0.1rem;
  transition: 0.4s;
  color: #666;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .six a:last-child {
  margin-bottom: 0;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .six a:hover {
  color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .six a.active {
  color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four.active .ur_box a {
  color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four.active .ur_box span {
   color: #fff;
  background: #e85a26;
  border-color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four.active .ur_box span i {
  transform: rotate(90deg);
}

.product_center .center_box .le_box .tent2 .slide .menuitem.active .one a em,
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_four.active .five_box a em,
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four.active .ur_box a em,
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three.active .em1 a em,
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three.active .em1 a {
  color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three.active .em1 span {
  color: #fff;
  background: #e85a26;
  border-color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem .two .three.active .em1 span i {
  transform: rotate(90deg);
}
.product_center .center_box .le_box .tent2 .slide .menuitem.active .two {
  margin: 0.1rem 0 0  0;
}
.product_center .center_box .le_box .tent2 .slide .menuitem.active .one::before {
  opacity: 1;
}
.product_center .center_box .le_box .tent2 .slide .menuitem.active .one a {
  color: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem.active .one span {
  background: #e85a26;
}
.product_center .center_box .le_box .tent2 .slide .menuitem.active .one span i {
  transform: rotate(90deg);
  color: #fff;
}
.product_center .center_box .le_box.active {
  width: .7rem;
}
.product_center .center_box .le_box.active .tent1 .svg svg {
  transform: rotateY(180deg);
}
.product_center .center_box .box1 {
  padding-bottom: 1.5rem;
}
.product_center .center_box .box1 .tent2 {
  margin: 0.4rem 0 0;
}
.product_center .center_box .box1 .tent2 .nt_1 .text .daochu a span {
   margin: 0 0 0 0.1rem;
  transition: .4s; 
}
.product_center .center_box .box1 .tent2 .nt_1 .text .daochu a:hover span {
  color: #e85a26;
}

.product_center .center_box .box1 .tent2 .nt_1 .desc {
  margin-top: 0.26rem;
  color: #666;
  line-height: 1.8;
}
.product_center .center_box .box1 .tent2 .nt_2 {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.product_center .center_box .box1 .tent2 .nt_2 .item {
  position: relative;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .em_img {
  width: 100%;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .em_img img {
  width: 100%;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_1 {
  position: absolute;
  width: 100%;
  top: 22%;
  padding: 0 0.5rem;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_1 p {
  color: #fff;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2 {
  position: absolute;
  width: 100%;
  bottom: 10%;
  display: flex;
  padding: 0 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: auto;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2 a {
  position: relative;
  color: #fff;
  margin-right: 0.5rem;
  padding-bottom: 0.2rem;
  white-space: nowrap;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2 a::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background: #e85a26;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2 a:last-child {
  margin-right: 0;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2 a:hover,
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2 a.active {
  color: #e85a26;
}
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2 a:hover::before,
.product_center .center_box .box1 .tent2 .nt_2 .item .post_2 a.active::before {
  opacity: 1;
}
/*.product_center .center_box .box2 {*/
/*  padding-bottom: 1.5rem;*/
/*}*/
.product_center .center_box .box2 .tent2 .te_1 {
  margin: 0.4rem 0 0;
}
.product_center .center_box .box2 .tent2 .te_1 .text .daochu a span {
    margin: 0 0 0 0.1rem;
    transition: .4s;
}
.product_center .center_box .box2 .tent2 .te_1 .text .daochu a:hover span {
   color: #e85a26;
}
.product_center .center_box .box2 .tent2 .te_1 .desc {
  margin-top: 0.26rem;
  color: #666;
  line-height: 1.8;
}
.product_center .center_box .box2 .tent2 .te_2 {
  margin-top: 0.3rem;
  display: grid;
  gap: 0.16rem;
}
.product_center .center_box .box2 .tent2 .te_2 .item {
  color: #666;
  align-items: flex-start;
}
.product_center .center_box .box2 .tent2 .te_2 .item a {
  position: relative;
  color: #e85a26;
  padding-left: 0.14rem;
}
.product_center .center_box .box2 .tent2 .te_2 .item a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0.06rem solid #e85a26;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.product_center .center_box .box2 .tent2 .te_2 .item span {
  flex: 1;
  margin-left: 0.16rem;
  line-height: 1.4;
}
.product_center .center_box .box2 .tent2 .te_3 {
  margin: 0.5rem 0 0;
  border-bottom: 1px solid #f0f0f0;
   border-radius: 0.1rem;
  overflow: hidden;
}
.product_center .center_box .box2 .tent2 .te_3 .item {
  display: flex;
  border: 1px solid #f0f0f0;
  border-bottom: none;
}
.product_center .center_box .box2 .tent2 .te_3 .item:first-child {
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.product_center .center_box .box2 .tent2 .te_3 .item:last-child {
  border-radius: 0 0 0.1rem 0.1rem;
  overflow: hidden;
}
.product_center .center_box .box2 .tent2 .te_3 .item .le_ {
  width: 2rem;
  background: #e85a26;
}
.product_center .center_box .box2 .tent2 .te_3 .item .le_ a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product_center .center_box .box2 .tent2 .te_3 .item .le_ a .text {
  margin-top: 0.18rem;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ {
  width: calc(100% - 2rem);
  padding: 0.28rem 0 0.28rem 0.6rem;
  min-height: 2.7rem;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .auto {
  display: flex;
  overflow: auto;
  padding-bottom: 0.1rem;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .auto::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .auto::-webkit-scrollbar-thumb {
  background: #e85a26;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .auto::-webkit-scrollbar-track {
  background: rgba(221, 221, 221, 0.3);
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .li {
  min-width: 1.88rem;
  margin-right: 0.2rem;
  border: 1px solid rgba(232, 90, 38, 0.22);
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .li .one a {
  color: #e85a26;
  background: rgba(232, 90, 38, 0.22);
  line-height: 0.54rem;
  font-family: 'GilroyBold';
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .li .two {
  padding: 0.26rem 0 .52rem;
  position: relative;
  flex: 1;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .li .two a {
  color: #666;
  margin-bottom: 0.08rem;
  transition: 0.4s;
  font-family: 'GilroyRegular';
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .li .two a:hover {
  color: #e85a26;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .li .two a:last-child {
  margin-bottom: 0;
}
.product_center .center_box .box2 .tent2 .te_3 .item .ri_ .li .two .post {
  position: absolute;
  bottom: 0.16rem;
  width: 100%;  
}

.product_center .center_box .box2 .tent2 .te_4 {
  margin-top: 0.14rem;
  width: 100%;
}
.product_center .center_box .box2 .tent2 .te_4 img {
  width: 100%;
}
.public {
  flex: 1;
  overflow: auto;
  padding: 0 var(--left) 0 0.5rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
.public .tent1 {
  padding: 0.2rem 0;
  border-bottom: 1px solid #eeeeee;
}
.public .tent1 a {
  transition: 0.4s;
  color: #666;
}
.public .tent1 a:hover {
  color: #e85a26;
}
.public .tent1 span {
  margin: 0 0.06rem;
  color: #666;
}
.public .tent1 p {
  color: #000;
}
.pu_ri_box .tent2 {
  margin: 0.3rem 0 0;
}
.pu_ri_box .tent2 .in_4 {
  color: #000;
}
.pu_ri_box .tent2 .in_4 .desc {
  margin-top: 0.26rem;
  color: #666;
  line-height: 1.8;
}
.pu_ri_box .tent2 .in_5 a {
  display: inline-block;  
}
.pu_ri_box .tent2 .in_1 {
  margin: 0.26rem 0 0.12rem;
}
.pu_ri_box .tent2 .in_1 p {
  color: #000;
  flex: 1;
}
.pu_ri_box .tent2 .in_1 .select .filtering {
   cursor: pointer; 
   margin-right: 10px;
}
.pu_ri_box .tent2 .in_1 .select .filtering .text {
   position: relative; 
}
.pu_ri_box .tent2 .in_1 .select .filtering .text span {
    color: #000;
    font-size: 14px;
    transition: .4s;
}
.pu_ri_box .tent2 .in_1 .select .filtering .text span.hide {
   opacity: 0;
   position: absolute;
   width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: right;
    pointer-events: none;
}
.pu_ri_box .tent2 .in_1 .select .filtering .text span:hover {
  color: #e85a26;    
}
.pu_ri_box .tent2 .in_1 .select .filtering .jt {
   transform: rotate(90deg); 
   margin-left: 4px;
}
.pu_ri_box .tent2 .in_1 .select .filtering .jt i {
    display: block;
   transition: .4s;
}
.pu_ri_box .tent2 .in_1 .select .filtering.active .text span {
    color: #e85a26;
    opacity: 0;
}
.pu_ri_box .tent2 .in_1 .select .filtering.active .text span.hide {
     opacity: 1;
}
.pu_ri_box .tent2 .in_1 .select .filtering.active .jt i {
    transform: rotateY(180deg);  
    color: #e85a26;
}

.pu_ri_box .tent2 .in_2 {
  padding: 0.2rem;
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
}
.pu_ri_box .tent2 .in_2 .vxe-checkbox-group {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 10px;
}

.pu_ri_box .tent2 .in_2 .vxe-checkbox {
  margin-left: 0;
  display: none;
}
.pu_ri_box .tent2 .in_2 .vxe-checkbox:nth-child(-n+12){
    display: block;
}

.pu_ri_box .tent2 .in_2 .vxe-checkbox .vxe-checkbox--label {
   overflow: initial;  
}
.pu_ri_box .tent2 .in_2 .vxe-checkbox:last-child {
  margin-right: 0;
}
.pu_ri_box .tent2 .in_2 .vxe-checkbox .vxe-checkbox--label {
  font-size: 0.16rem;
}
.pu_ri_box .tent2 .in_3 {
  margin: 0.2rem 0;
}
.pu_ri_box .tent2 .in_3 .se1 {
  width: 4.56rem;
  background: #f4f4f4;
  padding: 0 0.16rem;
  line-height: 0.5rem;
  border-radius: 0.26rem;
  overflow: hidden;
}
.pu_ri_box .tent2 .in_3 .se1 span {
  cursor: pointer;  
}
.pu_ri_box .tent2 .in_3 .se1 input {
  padding: 0 0.18rem;
  flex: 1;
  border: none;
  background: none;
}
.pu_ri_box .tent2 .in_3 .se1 input::placeholder {
   color: rgba(102,102,102,.5);
}
.pu_ri_box .tent2 .in_3 .se2 p {
  cursor: pointer;
  margin-right: 0.46rem;
}
.pu_ri_box .tent2 .in_3 .se2 p:last-child {
  margin-right: 0;
}
.pu_ri_box .tent2 .in_3 .se2 p span {
  margin: 0 0 0 0.1rem;
  transition: .4s;
}
.pu_ri_box .tent2 .in_3 .se2 p span:hover {
  color: #e85a26;
}
.pu_ri_box .tent3 {
  margin: 0 0 .5rem 0;
  position: relative;
  z-index: 1;
}
.vxe-table--body-wrapper::-webkit-scrollbar {
  width: 0.12rem;
  height: 0.12rem;
}
.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
  background: #e85a26;
}
.vxe-table--body-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
.is--checked.vxe-radio,
.is--checked.vxe-radio .vxe-radio--icon,
.vxe-table--render-default .is--checked.vxe-cell--radio,
.vxe-table--render-default .is--checked.vxe-cell--radio .vxe-radio--icon {
  color: #e85a26 !important;
}
.vxe-radio--icon {
  font-size: 1.34em !important;
}
.vxe-icon-radio-checked:before {
  color: #e85a26;
  content: "\e67d" !important;
}
.vxe-icon-radio-unchecked:before {
  color: #dcdfe6;
  content: "\e727" !important;
}
.vxe-checkbox:not(.is--disabled):hover > input + .vxe-checkbox--icon {
  border-color: transparent !important;
  box-shadow: none !important;
}
.vxe-table--render-default .vxe-body--column:not(.col--ellipsis),
.vxe-table--render-default .vxe-footer--column:not(.col--ellipsis),
.vxe-table--render-default .vxe-header--column:not(.col--ellipsis) {
  padding: 10px 0 !important;
}
.vxe-table--render-default .vxe-cell .vxe-cell--title {
  font-size: 14px !important;
  color: #fff !important;
}
.vxe-table--render-default .vxe-cell .vxe-cell--checkbox {
  font-size: 0.16rem !important;
}
.vxe-table--render-default .vxe-table--header-wrapper .vxe-cell--checkbox:hover .vxe-checkbox--icon {
 color: #fff;
}
.vxe-table--render-default .vxe-table--header-wrapper .vxe-cell--checkbox.is--checked .vxe-checkbox--icon {
    color: #fff;
}
.vxe-table--render-default .vxe-cell .vxe-cell--label {
  color: #333 !important;
  font-family: 'GilroyRegular' !important;
  font-size: 0.16rem !important;
}
.vxe-table--render-default .vxe-cell .vxe-cell--html a:hover {
    color: #e85a26;
}
.is--filter-active .vxe-cell--filter .vxe-filter--btn {
    /*color: #fff;*/
    color: #fff07a;
}
.vxe-table--render-default.border--default .vxe-table--header-wrapper, .vxe-table--render-default.border--full .vxe-table--header-wrapper, .vxe-table--render-default.border--outer .vxe-table--header-wrapper {
    background: #e85a26;
}
.vxe-table .vxe-sort--asc-btn, .vxe-table .vxe-sort--desc-btn,.vxe-cell--filter .vxe-filter--btn  {
    color: rgba(255,255,255,.8);
    font-size: 12px;
}
.vxe-table .vxe-sort--asc-btn:hover, .vxe-table .vxe-sort--desc-btn:hover,.vxe-cell--filter .vxe-filter--btn:hover,
.vxe-table .vxe-sort--asc-btn.sort--active, .vxe-table .vxe-sort--desc-btn.sort--active{
    color: #fff;
}
/*.vxe-table--render-default .vxe-table--body-wrapper .vxe-cell .vxe-cell--html {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/
.vxe-table--render-default .vxe-table--body-wrapper .vxe-cell .vxe-cell--html  .vxe-cell-link {
  /*margin: 0 .1rem;  */
  /*text-align: center;*/
  /*display: inline-block;*/
  display: flex;
      flex-wrap: wrap;
    flex-direction: column;
}
.vxe-table--render-default .vxe-table--body-wrapper .vxe-cell .vxe-cell--html .vxe-cell-link  img {
   width: 24px; 
}
.vxe-table--render-default .vxe-table--body-wrapper .vxe-cell .vxe-cell--html .vxe-cell-link  p {
    font-size: 12px;
    line-height: 1.2;
}
.vxe-radio .vxe-radio--label:hover {
    color: #e85a26;
}
.vxe-table--render-default .vxe-body--column.col--ellipsis, .vxe-table--render-default .vxe-footer--column.col--ellipsis, .vxe-table--render-default .vxe-header--column.col--ellipsis, .vxe-table--render-default.vxe-editable .vxe-body--column {
    /*height: 66px;*/
}

/*.vxe-checkbox .vxe-checkbox--label, */
/*.vxe-radio .vxe-radio--label,*/
/*.vxe-radio-button .vxe-radio--label, */
.vxe-table--render-default .vxe-body--column.col--ellipsis:not(.col--actived)>.vxe-cell, 
.vxe-table--render-default .vxe-footer--column.col--ellipsis:not(.col--actived)>.vxe-cell, 
.vxe-table--render-default .vxe-header--column.col--ellipsis:not(.col--actived)>.vxe-cell {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: wrap;
}

/*puran*/
.product_details .ls_1 .le_box {
  width: 40%;
}
.product_details .ls_1 .le_box .tent1 {
  margin: 0 0 0.4rem 0;
}
.product_details .ls_1 .le_box .tent1 p {
  color: #333;
}
.product_details .ls_1 .le_box .tent1 h1 {
  color: #333;
}
.product_details .ls_1 .le_box .tent2 {
  margin: 0 0 0.3rem 0;
}
.product_details .ls_1 .le_box .tent2 .txt {
  color: #e85a26;
  margin: 0 0 0.06rem 0;
}
.product_details .ls_1 .le_box .tent2 .desc {
  color: #666;
  line-height: 1.8;
}
.product_details .ls_1 .le_box .tent3 .txt {
  color: #e85a26;
  margin: 0 0 0.12rem 0;
}
.product_details .ls_1 .le_box .tent3 .ul {
  display: grid;
  gap: 0.1rem;
}
.product_details .ls_1 .le_box .tent3 .ul .li {
  display: flex;
  /*align-items: center;*/
}
.product_details .ls_1 .le_box .tent3 .ul .li svg {
  margin-top: 0.04rem; 
}
.product_details .ls_1 .le_box .tent3 .ul .li p {
  padding: 0 0 0 0.08rem;
  flex: 1;
  color: #666;
  line-height: .24rem;
}
.product_details .ls_1 .ri_box {
  width: 46%;
  overflow: hidden;
}
.product_details .ls_1 .ri_box img {
  transition: 0.4s;
  width: 100%;
}
.product_details .ls_1 .ri_box:hover img {
  transform: scale(1.05);
}
.product_details .ls_2 {
  background: #f7f7f7;
}
.product_details .ls_2 .hand1 {
  border-bottom: 1px solid #ccc;
  overflow: auto;
  position: sticky;
  top: 1.2rem;
  background: #f7f7f7;
}
.product_details .ls_2 .hand1::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product_details .ls_2 .hand1 p {
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  color: #333;
  margin-right: 0.9rem;
  padding: 0.28rem 0;
}
.product_details .ls_2 .hand1 p::before {
  opacity: 0;
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e85a26;
}
.product_details .ls_2 .hand1 p:last-child {
  margin-right: 0;
}
.product_details .ls_2 .hand1 p.active {
  color: #e85a26;
}
.product_details .ls_2 .hand1 p.active::before {
  opacity: 1;
  bottom: 0;
}
.product_details .ls_2 .hand1 p:hover {
  color: #e85a26;
}
.product_details .ls_2 .hand1 p:hover::before {
  opacity: 1;
  bottom: 0;
}
.product_details .ls_2 .hand2 {
  margin: 0.58rem 0 0;
}
.product_details .ls_2 .hand2 .it_1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.2rem;
}
.product_details .ls_2 .hand2 .it_1 .slide {
  display: flex;
  /*align-items: center;*/
  /*height: 76px;*/
  height: .66rem;
  /*line-height: 70px;*/
}
.product_details .ls_2 .hand2 .it_1 .slide .e1 {
  background: #e85a26;
  width: 1.86rem;
  text-align: center;
  color: #fff;
  border: 1px solid #e85a26;
  border-bottom-color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_details .ls_2 .hand2 .it_1 .slide .e1 p {
   
}
.product_details .ls_2 .hand2 .it_1 .slide .e2 {
  height: 100%;
  flex: 1;
  border: 1px solid #ccc;
  border-left: none;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  /*border-top: none;*/
}
.product_details .ls_2 .hand2 .it_1 .slide .e2 p {
  line-height: normal;
  display: inline-block;
}
/*.product_details .ls_2 .hand2 .it_1 .slide:first-child .e2 {*/
/*  border-top: 1px solid #ccc;*/
/*}*/
.product_details .ls_2 .hand2 .it_2 > div {
  margin-bottom: 0.52rem;
}
.product_details .ls_2 .hand2 .it_2 > div:last-child {
  margin-bottom: 0;
}
.product_details .ls_2 .hand2 .none {
  display: none;
}
.product_details .ls_2 .hand2 .none.active {
  display: block;
}
.pu_table1 .slide .one {
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background: #eee;
  padding: 0.2rem 0.4rem;
}
.pu_table1 .slide .one .flex {
  flex: 1;
}
.pu_table1 .slide .one .flex .svg {
  display: flex;
  align-items: center;
}
.pu_table1 .slide .one .flex .svg img {
  width: 0.22rem;
}
.pu_table1 .slide .one .flex .txt p {
  color: #e85a26;
  margin: 0 0.12rem 0 0.06rem;
}
.pu_table1 .slide .one .flex .txt span {
  color: #000;
}
.pu_table1 .slide .one .round {
  transition: 0.4s;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #adadad;
  transform: rotate(90deg);
}
.pu_table1 .slide .one .round i {
  transition: 0.4s;
  color: #fff;
}
.pu_table1 .slide .one.active .round {
  background: #e85a26;
}
.pu_table1 .slide .one.active .round i {
  transform: rotateY(180deg);
}
.pu_table1 .slide .two .thead {
  padding: 0 1rem;
  background: #e85a26;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
.pu_table1 .slide .two .thead .d1 {
  padding: 0.2rem 0;
  color: #fff;
}
.pu_table1 .slide .two .thead .d1:first-child {
  text-align: left;
}
.pu_table1 .slide .two .tbody .item .item_box {
  background: #fff;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  border: 1px solid #d3d3d3;
  border-top: none;
}
.pu_table1 .slide .two .tbody .y1 {
  padding: 0.24rem 0;
}
.pu_table1 .slide .two .tbody .y1:first-child {
  text-align: left;
}
.pu_table1 .slide .two .tbody .y1 a {
  cursor: default;
}
.pu_table1 .slide .two .tbody .y1 img {
  width: 0.4rem;
  cursor: pointer;
}
.pu_table1 .slide .two .tbody .y1 .txt {
  color: #333;
}
.pu_table1 .slide .two .tbody .y1 .desc {
  margin: 0.06rem 0 0;
  color: #666;
}
.pu_table1.active .two .tbody .item {
  display: none;
}
.pu_table1.active .two .tbody .item:nth-child(1),
.pu_table1.active .two .tbody .item:nth-child(2) {
  display: block;
}
.pu_table2 .slide .one {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background: #eee;
  padding: 0.2rem 0.4rem;
}
.pu_table2 .slide .one .svg {
  display: flex;
  align-items: center;
}
.pu_table2 .slide .one .svg img {
  width: 0.22rem;
}
.pu_table2 .slide .one .txt {
  color: #e85a26;
  margin: 0 0 0 0.06rem;
}
.pu_table2 .slide .two .three .th_1 {
  cursor: pointer;
  background: #e9e9e9;
  padding: 0.2rem 0.7rem;
}
.pu_table2 .slide .two .three .th_1 .flex {
  flex: 1;
}
.pu_table2 .slide .two .three .th_1 .flex i {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #e85a26;
  border-radius: 50%;
}
.pu_table2 .slide .two .three .th_1 .flex .ex p {
  color: #e85a26;
  margin: 0 0.12rem 0 0.06rem;
}
.pu_table2 .slide .two .three .th_1 .flex .ex span {
  color: #000;
}
.pu_table2 .slide .two .three .th_1 .round {
  transition: 0.4s;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #adadad;
  transform: rotate(90deg);
}
.pu_table2 .slide .two .three .th_1 .round i {
  transition: 0.4s;
  color: #fff;
}
.pu_table2 .slide .two .three .th_1.active .round {
  background: #e85a26;
}
.pu_table2 .slide .two .three .th_1.active .round i {
  transform: rotateY(180deg);
}
.pu_table2 .slide .two .three .th_2 .thead {
  padding: 0 1rem;
  background: #e85a26;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
.pu_table2 .slide .two .three .th_2 .thead .d1 {
  padding: 0.2rem 0;
  color: #fff;
}
.pu_table2 .slide .two .three .th_2 .thead .d1:first-child {
  text-align: left;
}
.pu_table2 .slide .two .three .th_2 .tbody .item .item_box {
  background: #fff;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  border: 1px solid #d3d3d3;
  border-top: none;
}
.pu_table2 .slide .two .three .th_2 .tbody .y1 {
  padding: 0.24rem 0;
}
.pu_table2 .slide .two .three .th_2 .tbody .y1:first-child {
  text-align: left;
}
.pu_table2 .slide .two .three .th_2 .tbody .y1 a {
  cursor: default;
}
.pu_table2 .slide .two .three .th_2 .tbody .y1 img {
  width: 0.28rem;
  cursor: pointer;
}
.pu_table2 .slide .two .three .th_2 .tbody .y1 .txt {
  color: #333;
}
.pu_table2 .slide .two .three .th_2 .tbody .y1 .desc {
  margin: 0.06rem 0 0;
  color: #666;
}
.pu_table2 .slide .two .three.active .th_2 {
  display: block;
}
.pu_table2 .slide .two .three.active .th_2 .tbody .item {
  display: none;
}
.pu_table2 .slide .two .three.active .th_2 .tbody .item:nth-child(1),
.pu_table2 .slide .two .three.active .th_2 .tbody .item:nth-child(2) {
  display: block;
}
.pu_video {
  display: none;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.pu_video .video_box {
  width: 60%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pu_video .video_box .close {
  z-index: 1;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.pu_video .video_box .close i {
  transition: 0.4s;
  cursor: pointer;
  color: #666;
  font-size: 0.4rem;
}
.pu_video .video_box .close i:hover {
  color: #e85a26;
}
.pu_video .video_box .myVideo {
  width: 100%;
}
.de_crumds .cr_box {
  border-bottom: 1px solid #eeeeee;
  padding: 0.34rem 0 0.18rem;
}
.de_crumds .cr_box a {
  color: #666;
}
.de_crumds .cr_box a:hover {
  color: #000;
}
.de_crumds .cr_box span {
  margin: 0 0.06rem;
}
.de_crumds .cr_box p {
  color: #000;
}
.domain .le_box {
  transition: 0.6s;
  width: 3.6rem;
  background: #f4f4f4;
  padding: 0 0 1rem;
}
.domain .le_box .sticky {
  position: sticky;
  top: 1.2rem;
  width: 3.6rem;
}
.domain .le_box .ky_1 {
  padding: 0.34rem 0 0.18rem;
}
.domain .le_box .ky_1 .svg {
  width: 100px;
  padding-left: 0.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.domain .le_box .ky_1 .svg svg path {
  transition: 0.4s;
}
.domain .le_box .ky_1 .svg:hover svg path {
  fill: #e85a26;
}
.domain .le_box .ky_1 p {
  flex: 1;
  color: #999;
}
.domain .le_box .ky_2 {
  margin-top: 0.3rem;
}
.domain .le_box .ky_2 .slide {
  margin-bottom: 0.3rem;
}
.domain .le_box .ky_2 .slide:last-child {
  margin-bottom: 0;
}
.domain .le_box .ky_2 .svg {
  width: 100px;
  padding-left: 0.6rem;
}
.domain .le_box .ky_2 .conetnt {
  flex: 1;
  padding-right: 0.34rem;
}
.domain .le_box .ky_2 .conetnt .one {
  cursor: pointer;
}
.domain .le_box .ky_2 .conetnt .one p {
  transition: 0.4s;
  color: #000;
}
.domain .le_box .ky_2 .conetnt .one svg {
  transition: 0.4s;
}
.domain .le_box .ky_2 .conetnt .two {
  margin: 0.3rem 0 0;
  display: none;
}
.domain .le_box .ky_2 .conetnt .two .two_box a {
  color: #000;
  margin-bottom: 0.18rem;
}
.domain .le_box .ky_2 .conetnt .two .two_box a:last-child {
  margin-bottom: 0;
}
.domain .le_box .ky_2 .conetnt.active .one p {
  color: #e85a26;
}
.domain .le_box .ky_2 .conetnt.active .one svg {
  transform: rotate(90deg);
}
.domain .le_box .ky_2 .conetnt.active .one svg path {
  stroke: #e85a26;
}
.domain .le_box.active {
  width: .8rem;
}
.domain .le_box.active .ky_1 .svg svg {
  transform: rotateY(180deg);
}
.domain .ri_box {
  position: relative;
  z-index: 1;
  background: #fff;
  flex: 1;
  padding: 0 0.9rem 0 0.5rem;
  overflow: auto;
}
.domain .ri_box .box1 {
  padding: 0.32rem 0 0.18rem;
  border-bottom: 1px solid #eeeeee;
}
.domain .ri_box .box1 a {
  transition: 0.4s;
  color: #666;
}
.domain .ri_box .box1 a:hover {
  color: #000;
}
.domain .ri_box .box1 span {
  margin: 0 0.06rem;
}
.domain .ri_box .box1 p {
  color: #000;
}
.domain .ri_box .box2 {
  margin: 0.3rem 0 0.8rem;
}
.domain .ri_box .box2 .txt {
  color: #000;
}
.domain .ri_box .box2 .desc {
  margin: 0.16rem 0 0.38rem;
  color: #666;
  line-height: 1.6;
}
.domain .ri_box .box2 .textImg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.domain .ri_box .box2 .textImg .item {
  position: relative;
}
.domain .ri_box .box2 .textImg .item .img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px 0 20px 0;
}
.domain .ri_box .box2 .textImg .item .img img {
  transition: 0.4s;
  width: 100%;
}
.domain .ri_box .box2 .textImg .item .ab_txt {
  width: 100%;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  padding: 0 0.26rem;
  color: #fff;
}
.domain .ri_box .box2 .textImg .item:hover .img img {
  transform: scale(1.05);
}
.domain .ri_box .box3 .to_1 {
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
  width: 100%;
}
.domain .ri_box .box3 .to_1::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.domain .ri_box .box3 .to_1 p {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #000;
  padding: 0 0 0.28rem 0;
  margin-right: 0.34rem;
}
.domain .ri_box .box3 .to_1 p:last-child {
  margin-right: 0;
}
.domain .ri_box .box3 .to_1 p::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  bottom: -30%;
  width: 100%;
  height: 3px;
  background: #e85a26;
}
.domain .ri_box .box3 .to_1 p.active,
.domain .ri_box .box3 .to_1 p:hover {
  color: #e85a26;
}
.domain .ri_box .box3 .to_1 p.active::before,
.domain .ri_box .box3 .to_1 p:hover::before {
  opacity: 1;
  bottom: 0;
}
.domain .ri_box .box3 .to_2 {
  margin: 0.5rem 0 1.1rem;
}
.domain .ri_box .box3 .to_2 .toggle {
  display: none;
}
.domain .ri_box .box3 .to_2 .toggle.active {
  display: block;
}
.domain .ri_box .box3 .to_2 .top img {
  width: 0.32rem;
}
.domain .ri_box .box3 .to_2 .top p {
  color: #000;
  margin: 0 0 0 0.16rem;
}
.domain .ri_box .box3 .to_2 .bot {
  margin: 0.2rem 0 0;
}
.domain .ri_box .box3 .to_2 .bot .div_ {
  width: 54%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.12rem;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide {
  position: relative;
  border-radius: 15px 0 15px 0;
  border: 1px solid #eee;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_box {
  transition: 0.4s;
  padding: 0.36rem 0.2rem;
  color: #666;
  cursor: pointer;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_box .sl_1 .e1 {
  margin: 0 0 0.06rem 0;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_box svg {
  transition: 0.4s;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_box:hover .sl_1 .e1 a {
  color: #e85a26;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_box:hover svg path {
  stroke: #e85a26;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  background: #fff;
  width: 5.7rem;
  padding: 0.4rem;
  border: 1px solid #eee;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .txt {
  color: #e85a26;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .down_cp {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
  height: 5.62rem;
  overflow: auto;
  padding-right: 0.24rem;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .down_cp::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .down_cp::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #e85a26;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .down_cp::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(232, 90, 38, 0.1);
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .down_cp a {
  transition: 0.4s;
  border: 1px solid #eee;
  padding: 0.2rem 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  border-radius: 15px 0 15px 0;
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .down_cp a span {
  font-family: 'GilroyBold';
}
.domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .down_cp a:hover {
  border-color: #e85a26;
  color: #e85a26;
}
.domain .ri_box .box3 .to_2 .bot .div_ .img {
  width: 40%;
}
.domain .ri_box .box3 .to_2 .bot .div_ .img img {
  width: 100%;
}
.domain .ri_box .box3 .to_2 .bot .img {
  width: 40%;
}
.domain .ri_box .box3 .to_2 .bot .img img {
  width: 100%;
}
.solution .solu_1 {
  background: #f4f4f4;
  padding: 0.68rem 0.9rem;
}
.solution .solu_1 .le_box {
  width: 58%;
  overflow: hidden;
}
.solution .solu_1 .le_box img {
  transition: 0.4s;
  width: 100%;
}
.solution .solu_1 .ri_box {
  width: 42%;
  padding: 0 0 0 0.9rem;
}
.solution .solu_1 .ri_box .time {
  color: #999;
}
.solution .solu_1 .ri_box .b1 {
  color: #000;
  margin: 0.48rem 0 0.3rem;
}
.solution .solu_1 .ri_box .b2 {
  color: #666;
  line-height: 1.6;
}
.solution .solu_1 .ri_box .b3 {
  margin-top: 0.7rem;
}
.solution .solu_1 .ri_box .b3 .round {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  background: #e85a26;
  border-radius: 50%;
}
.solution .solu_1 .ri_box .b3 .round i {
  transition: 0.4s;
  color: #fff;
}
.solution .solu_1:hover .le_box img {
  transform: scale(1.05);
}
.solution .solu_2 {
  margin: 0.42rem 0 0.6rem;
  display: grid;
  gap: 0.4rem;
}
.solution .solu_2 .slide {
  border: 1px solid #e1e1e1;
}
.solution .solu_2 .slide a {
  position: relative;
  padding: 0.4rem 0.9rem;
}
.solution .solu_2 .slide a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e85a26;
}
.solution .solu_2 .slide a .img {
  width: 16%;
  overflow: hidden;
}
.solution .solu_2 .slide a .img img {
  transition: 0.4s;
  width: 100%;
}
.solution .solu_2 .slide a .div_ {
  flex: 1;
  padding-left: 6%;
  display: flex;
}
.solution .solu_2 .slide a .text {
  width: 34%;
  padding-right: 2%;
}
.solution .solu_2 .slide a .text .wenzi {
  transition: 0.4s;
  color: #333;
  line-height: .34rem;
  height: .68rem;
}
.solution .solu_2 .slide a .text .wenzi p {
      line-height: inherit;  
}
.solution .solu_2 .slide a .text .time {
  margin-top: 0.1rem;
  color: #999;
}
.solution .solu_2 .slide a .desc {
  flex: 1;
  padding-right: 10%;
  color: #666;
  line-height: 1.8;
}
.solution .solu_2 .slide a .round {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  background: #f4f4f4;
  border-radius: 50%;
}
.solution .solu_2 .slide a .round i {
  transition: 0.4s;
}
.solution .solu_2 .slide a:hover::before {
  width: 100%;
}
.solution .solu_2 .slide a:hover .img img {
  transform: scale(1.05);
}
.solution .solu_2 .slide a:hover .text .wenzi {
  color: #e85a26;
}
.solution .solu_2 .slide a:hover .round {
  background: #e85a26;
}
.solution .solu_2 .slide a:hover .round i {
  color: #fff;
}
.download .load_1 {
  text-align: center;
}
.download .load_1 .txt {
  color: #000;
  margin: 0 0 0.3rem 0;
}
.download .load_1 .form {
  /*width: 7.2rem;*/
  /*margin: 0 auto;*/
}
.download .load_1 .form form .item {
  background: #f4f4f4;
  border-radius: 0.35rem;
  line-height: 0.7rem;
  overflow: hidden;
  padding: 0 0.26rem;
   width: 7.2rem;
  margin: 0 auto;
}
.download .load_1 .form form .load_4 {
    margin-top: 0.26rem
}
.download .load_1 .form form .text {
  flex: 1;
  padding: 0 0.2rem;
}
.download .load_1 .form form .text input {
  width: 100%;
  border: none;
  background: none;
  /*border-left: 1px solid #d7d7d7;*/
  caret-color: #d7d7d7;
}
.download .load_1 .form form .btn input {
  cursor: pointer;
  color: #999;
  border: none;
  background: none;
  font-weight: bold;
}
.download .load_2 {
  margin: 0.66rem 0 0;
  border-bottom: 1px solid #cccccc;
  overflow: auto;
}
.download .load_2::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.download .load_2 a {
  transition: 0.4s;
  position: relative;
  color: #000;
  /*margin-right: 0.9rem;*/
  padding: 0 0 0.26rem 0;
  overflow: hidden;
}
.download .load_2 a:last-child {
  margin-right: 0;
}
.download .load_2 a::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e85a26;
}
.download .load_2 a.active,
.download .load_2 a:hover {
  color: #e85a26;
}
.download .load_2 a.active::before,
.download .load_2 a:hover::before {
  opacity: 1;
  bottom: 0;
}
.download .load_3 {
  margin: 0.86rem 0 0;
  display: grid;
  gap: 0.52rem;
}
.publish .sh_top .le_box {
  width: 50%;
  overflow: hidden;
}
.publish .sh_top .le_box img {
  transition: 0.4s;
  width: 100%;
}
.publish .sh_top .ri_box {
  width: 50%;
  background: #f4f4f4;
}
.publish .sh_top .ri_box .center {
  padding: 0 0.9rem;
  width: 100%;
}
.publish .sh_top .ri_box .center .content1 {
  color: #000;
  line-height: 1.4;
}
.publish .sh_top .ri_box .center .content2 {
  margin: 0.48rem 0 1.3rem;
  color: #666;
  line-height: 1.6;
}
.publish .sh_top .ri_box .center .content3 .round {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #e85a26;
}
.publish .sh_top .ri_box .center .content3 .round i {
  color: #fff;
}
.publish .sh_top .ri_box .center .content3 .time {
  color: #999;
  font-family: 'GilroyRegular';
}
.publish .sh_top:hover .le_box img {
  transform: scale(1.05);
}
.publish .sh_bottom {
  margin: 0.5rem 0 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.publish .sh_bottom .slide {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.publish .sh_bottom .slide a {
  position: relative;
  padding: 0.46rem 0.48rem;
}
.publish .sh_bottom .slide a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e85a26;
}
.publish .sh_bottom .slide a .img {
  width: 100%;
  overflow: hidden;
}
.publish .sh_bottom .slide a .img img {
  transition: 0.4s;
  width: 100%;
}
.publish .sh_bottom .slide a .title {
  margin: 0.36rem 0 0;
}
.publish .sh_bottom .slide a .title .content1 {
  color: #000;
  /*line-height: 1.6;*/
  line-height: .38rem;
  height: .76rem;
}
.publish .sh_bottom .slide a .title .content2 {
  margin: 0.14rem 0 0.6rem;
  color: #666;
  line-height: .26rem;
  height: .54rem;
}
.publish .sh_bottom .slide a .title .content3 .round {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #f4f4f4;
}
.publish .sh_bottom .slide a .title .content3 .round i {
  transition: 0.4s;
}
.publish .sh_bottom .slide a .title .content3 .time {
  font-family: 'GilroyRegular';
  color: #999;
}
.publish .sh_bottom .slide a:hover::before {
  width: 100%;
}
.publish .sh_bottom .slide a:hover .img img {
  transform: scale(1.05);
}
.publish .sh_bottom .slide a:hover .title .content3 .round {
  background: #e85a26;
}
.publish .sh_bottom .slide a:hover .title .content3 .round i {
  color: #fff;
}
.pu_details .le_box {
  width: 73%;
}
.pu_details .le_box .de_nr {
  padding: 0.7rem 0.9rem 1.2rem;
}
.pu_details .le_box .de_nr .content1 .txt {
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.1rem;
}
.pu_details .le_box .de_nr .content1 .time {
  color: #999;
  font-family: 'GilroyRegular';
}
.pu_details .le_box .de_nr .content2 .compiler {
  padding: 0.45rem 0 0.56rem;
}
.pu_details .le_box .de_nr .content2 .compiler p {
  color: #666;
  line-height: 1.6;
}
.pu_details .le_box .de_nr .content2 .compiler img {
  max-width: 100%;
}
.pu_details .le_box .de_nr .content3 {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.36rem;
}
.pu_details .le_box .de_nr .content3 .prev,
.pu_details .le_box .de_nr .content3 .next {
  width: 27%;
}
.pu_details .le_box .de_nr .content3 .prev a .t1,
.pu_details .le_box .de_nr .content3 .next a .t1 {
  transition: 0.4s;
  font-family: 'GilroyBold';
  text-transform: uppercase;
  color: #ccc;
}
.pu_details .le_box .de_nr .content3 .prev a .t2,
.pu_details .le_box .de_nr .content3 .next a .t2 {
  margin: 0 0 0 0.2rem;
  flex: 1;
  color: #000;
  line-height: 1.4;
  font-weight: bold;
}
.pu_details .le_box .de_nr .content3 .prev a:hover .t1,
.pu_details .le_box .de_nr .content3 .next a:hover .t1 {
  color: #e85a26;
}
.pu_details .le_box .de_nr .content3 .next a {
  flex-direction: row-reverse;
}
.pu_details .le_box .de_nr .content3 .next a .t2 {
  text-align: right;
  margin: 0 0.2rem 0 0;
}
.pu_details .le_box .de_nr .content4 .de_1 {
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
.pu_details .le_box .de_nr .content4 .de_1::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.pu_details .le_box .de_nr .content4 .de_1 .width_ p {
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  color: #333;
  margin-right: 0.55rem;
  padding: 0 0 0.28rem 0;
}
.pu_details .le_box .de_nr .content4 .de_1 .width_ p::before {
  opacity: 0;
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e85a26;
}
.pu_details .le_box .de_nr .content4 .de_1 .width_ p.active::before,
.pu_details .le_box .de_nr .content4 .de_1 .width_ p:hover::before {
  opacity: 1;
  bottom: 0;
}
.pu_details .le_box .de_nr .content4 .de_2 {
  margin-top: 0.42rem;
}
.pu_details .le_box .de_nr .content4 .de_2 .none {
  display: none;
}
.pu_details .le_box .de_nr .content4 .de_2 .none.active {
  display: block;
}
.pu_details .le_box .de_nr .content4 .de_2 .none.active > div {
  margin-bottom: 0.52rem;
}
.pu_details .ri_box {
  padding: 1.56rem 0 1rem;
  width: 27%;
  background: #f4f4f4;
}
.pu_details .ri_box .sticky {
  position: sticky;
  top: 1.2rem;
  padding: 0 0.5rem;
}
.pu_details .ri_box .sticky .slide a {
  transition: 0.4s;
  position: relative;
  padding: 0.24rem 0.24rem 0.5rem;
  border: 1px solid #e6e6e6;
}
.pu_details .ri_box .sticky .slide a::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e85a26;
}
.pu_details .ri_box .sticky .slide a .img {
  width: 100%;
  overflow: hidden;
}
.pu_details .ri_box .sticky .slide a .img img {
  transition: 0.4s;
  width: 100%;
}
.pu_details .ri_box .sticky .slide a .title {
  padding: 0.44rem 0.14rem 0;
}
.pu_details .ri_box .sticky .slide a .title .content1 {
  color: #000;
  line-height: 1.6;
}
.pu_details .ri_box .sticky .slide a .title .content2 {
  margin: 0.2rem 0;
  color: #666;
  line-height: 1.6;
}
.pu_details .ri_box .sticky .slide a .title .content3 .round {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  background: #e6e6e6;
  border-radius: 50%;
}
.pu_details .ri_box .sticky .slide a .title .content3 .round svg {
  transition: 0.4s;
}
.pu_details .ri_box .sticky .slide a .title .content3 .time {
  font-family: 'GilroyRegular';
  color: #999;
}
.pu_details .ri_box .sticky .slide a:hover {
  background: #fff;
  border-color: #fff;
}
.pu_details .ri_box .sticky .slide a:hover::before {
  width: 100%;
}
.pu_details .ri_box .sticky .slide a:hover .img img {
  transform: scale(1.05);
}
.pu_details .ri_box .sticky .slide a:hover .title .content3 .round {
  background: #e85a26;
}
.pu_details .ri_box .sticky .slide a:hover .title .content3 .round i {
  color: #fff;
}
.pu_details .ri_box .sticky .item a {
  transition: 0.4s;
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 0.58rem 0.34rem;
}
.pu_details .ri_box .sticky .item a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #e85a26;
}
.pu_details .ri_box .sticky .item a .t1 {
  color: #000;
  line-height: 1.6;
}
.pu_details .ri_box .sticky .item a .t2 {
  color: #666;
  line-height: 1.6;
  margin: 0.16rem 0 0.24rem;
}
.pu_details .ri_box .sticky .item a .t3 .round {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  background: #e6e6e6;
  border-radius: 50%;
}
.pu_details .ri_box .sticky .item a .t3 .round i {
  transition: 0.4s;
}
.pu_details .ri_box .sticky .item a:hover {
  background: #fff;
  border-color: #fff;
}
.pu_details .ri_box .sticky .item a:hover::before {
  width: 100%;
}
.pu_details .ri_box .sticky .item a:hover .t3 .round {
  background: #e85a26;
}
.pu_details .ri_box .sticky .item a:hover .t3 .round i {
  color: #fff;
}
.profile {
  padding: 1.1rem 0 1.3rem;
}
.profile .le_box {
  width: 41%;
}
.profile .le_box img {
  width: 100%;
}
.profile .ri_box {
  width: 50%;
  margin-top: 0.4rem;
}
.profile .ri_box .content2 {
  margin: 0.48rem 0 0.3rem;
}
.profile .ri_box .content2 p {
  color: #000;
  line-height: 1.4;
}
.profile .ri_box .content2 p span {
  color: #e85a26;
}
.profile .ri_box .content3 {
  padding-right: 0.9rem;
  height: 3.6rem;
  overflow: auto;
}
.profile .ri_box .content3::-webkit-scrollbar {
  width: 3px;
}
.profile .ri_box .content3::-webkit-scrollbar-thumb {
  background: #e85a26;
}
.profile .ri_box .content3::-webkit-scrollbar-track {
  background: #dfe3e5;
}
.profile .ri_box .content3 p {
  color: #666;
  line-height: 1.6;
  text-indent: 2em;
}
.course {
  position: relative;
}
.course .se_bk {
  width: 100%;
}
.course .se_bk img {
  width: 100%;
}
.course .se_ab1 {
  width: 100%;
  position: absolute;
  top: 1rem;
}
.course .se_ab1 .se_swiper {
  position: relative;
  margin-top: 0.9rem;
}
.course .se_ab1 .se_swiper::before {
  content: '';
  position: absolute;
  top: calc(1rem + .3rem + .07rem);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 1.7rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.course .se_ab1 .se_swiper .swiper-slide {
  color: #fff;
  text-align: center;
}
.course .se_ab1 .se_swiper .swiper-slide .data {
  position: relative;
  height: 1rem;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.course .se_ab1 .se_swiper .swiper-slide .data p {
  font-family: 'GilroyRegular';
  /*transition: 0.4s;*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
}
.course .se_ab1 .se_swiper .swiper-slide .pint {
  margin: 0.3rem 0;
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border-radius: 50%;
}
.course .se_ab1 .se_swiper .swiper-slide .desc {
  transition: 0.4s;
  opacity: 0;
  line-height: 1.4;
}
.course .se_ab1 .se_swiper .swiper-slide-active .data {
  font-size: 1rem;
}
.course .se_ab1 .se_swiper .swiper-slide-active .desc {
  opacity: 1;
}
.course .se_ab1 .se_swiper .prev,
.course .se_ab1 .se_swiper .next {
  z-index: 2;
  position: absolute;
  top: calc(1rem + .3rem + .07rem - .18rem);
}
.course .se_ab1 .se_swiper .prev i,
.course .se_ab1 .se_swiper .next i {
  cursor: pointer;
  transition: 0.4s;
  color: #fff;
  opacity: 0.5;
}
.course .se_ab1 .se_swiper .prev i:hover,
.course .se_ab1 .se_swiper .next i:hover {
  opacity: 1;
}
.course .se_ab1 .se_swiper .prev {
  left: 0;
}
.course .se_ab1 .se_swiper .next {
  right: 0
}
.culture .cult_box {
  position: relative;
  margin: 0.6rem 0 0;
}
.culture .cult_box .box_bk {
  width: 100%;
}
.culture .cult_box .box_bk img {
  width: 100%;
}
.culture .cult_box .box_ab {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.culture .cult_box .box_ab .center {
  padding: 2rem 0.95rem 0;
}
.culture .cult_box .box_ab .center .ter_img {
  position: relative;
  text-align: center;
}
.culture .cult_box .box_ab .center .ter_img .puya {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.culture .cult_box .box_ab .center .ter_img img {
  width: 5.9rem;
}
.culture .cult_box .box_ab .center .ter_slide {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.96rem;
}
.culture .cult_box .box_ab .center .ter_slide .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.culture .cult_box .box_ab .center .ter_slide .grid .item {
  transition: 1s;
  padding: 0.2rem 0.54rem 0.3rem;
  clip-path: polygon(75% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
}
.culture .cult_box .box_ab .center .ter_slide .grid .item .svg {
  height: 0.96rem;
  display: flex;
  align-items: flex-end;
}
.culture .cult_box .box_ab .center .ter_slide .grid .item .svg img {
  max-height: 0.96rem;
  filter: brightness(100);
}
.culture .cult_box .box_ab .center .ter_slide .grid .item .content .nt1 {
  transition: 0.4s;
  margin: 0.2rem 0 0.16rem;
  color: #fff;
}
.culture .cult_box .box_ab .center .ter_slide .grid .item .content .nt2 p {
  transition: 0.4s;
  color: #fff;
  font-family: 'GilroyRegular';
  line-height: 1.2;
}
.culture .cult_box .box_ab .center .ter_slide .grid .item .content .nt2 p span {
  transition: 0.4s;
  font-family: 'GilroyBold';
}
.culture .cult_box .box_ab .center .ter_slide .grid .item:hover {
  background: #fff;
}
.culture .cult_box .box_ab .center .ter_slide .grid .item:hover .svg img {
  filter: brightness(1);
}
.culture .cult_box .box_ab .center .ter_slide .grid .item:hover .content .nt1 {
  color: #333;
}
.culture .cult_box .box_ab .center .ter_slide .grid .item:hover .content .nt2 p {
  color: #333;
}
.culture .cult_box .box_ab .center .ter_slide .grid .item:hover .content .nt2 p span {
  color: #e85a26;
}
.honor {
  background: #ebeff2;
}
.honor .apti_swiper {
  margin: 1rem 0;
}
.honor .apti_swiper .swiper-slide .slide_bk {
  text-align: center;
}
.honor .apti_swiper .swiper-slide .slide_ab {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0.2rem;
  text-align: center;
}
.honor .apti_swiper .swiper-slide .slide_ab p {
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}
.honor .or_swiper .mySwiper5 {
  padding: 0 0 0.17rem 0;
}
.honor .or_swiper .swiper-wrapper {
  align-items: flex-end;
}
.honor .or_swiper .swiper-slide img {
  width: 100%;
}
.honor .or_swiper .or_switch {
  margin-top: 0.76rem;
}
.honor .or_swiper .or_switch .prev i,
.honor .or_swiper .or_switch .next i {
  transition: 0.4s;
  opacity: 0.5;
  cursor: pointer;
  color: #333;
}
.honor .or_swiper .or_switch .prev i:hover,
.honor .or_swiper .or_switch .next i:hover {
  opacity: 1;
}
.honor .or_swiper .or_switch .next {
  margin-left: 0.16rem;
}
.vision {
  position: relative;
}
.vision .on_bk {
  width: 100%;
}
.vision .on_bk img {
  width: 100%;
}
.vision .on_ab {
  width: 100%;
  position: absolute;
  top: 1rem;
}
.vision .on_ab .on_title {
  margin: 1.8rem 0 0;
  text-align: center;
}
.vision .on_ab .on_title .content1 {
  color: #fff;
}
.vision .on_ab .on_title .content2 {
  margin: 0.54rem 0 0;
}
.message .me_cen .n1 {
  margin: 0.22rem 0;
}
.message .me_cen .n1 .le_box a {
  transition: 0.6s;
  color: #333;
}
.message .me_cen .n1 .le_box a:hover,
.message .me_cen .n1 .le_box a.active {
  color: #e85a26;
}
.message .me_cen .n1 .le_box .line {
  width: 1px;
  height: 0.2rem;
  background: #ccc;
  margin: 0 0.4rem;
}
.message .me_cen .n1 .le_box .line:last-child {
    display: none;
}
.message .me_cen .n1 .ri_box form {
  width: 4.56rem;
  background: #f4f4f4;
  border-radius: 0.26rem;
  overflow: hidden;
  padding: 0 0.16rem;
}
.message .me_cen .n1 .ri_box form .div_ {
  display: flex;
  align-items: center;
}
.message .me_cen .n1 .ri_box form .div_ input {
  padding: 0 0 0 0.1rem;
  flex: 1;
  line-height: 0.56rem;
  border: none;
  background: none;
}
.message .me_cen .n2 a {
  transition: 0.6s;
  color: #333;
  border: 1px solid #eeeeee;
  padding: 0.08rem 0.18rem;
  border-radius: 0.2rem;
  margin: 0 0.12rem 0.12rem 0;
}
.message .me_cen .n2 a:last-child {
  margin: 0 0 0.12rem 0;
}
.message .me_cen .n2 a:hover,
.message .me_cen .n2 a.active {
  border-color: #e85a26;
  color: #e85a26;
}
.message .me_bottom {
  margin: 0.44rem 0 1rem;
  border: 1px solid #eee;
  border-bottom: none;
}
.message .me_bottom .slide {
  border-bottom: 1px solid #eee;
}
.message .me_bottom .slide .one {
  cursor: pointer;
  transition: 0.4s;
  padding: 0.42rem 0.5rem;
}
.message .me_bottom .slide .one .le_ {
  width: 46%;
  display: flex;
}
.message .me_bottom .slide .one .le_ img {
  width: 0.25rem;
  margin-right: 0.06rem;
}
.message .me_bottom .slide .one .le_ p {
  flex: 1;
}
.message .me_bottom .slide .one .ri_ {
  width: 54%;
}
.message .me_bottom .slide .one .ri_ .flex {
  flex: 1;
}
.message .me_bottom .slide .one .ri_ .flex .content1 {
  width: 22%;
}
.message .me_bottom .slide .one .ri_ .flex .content1 span {
  margin-left: 0.1rem;
}
.message .me_bottom .slide .one .ri_ .content2 .round {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #dadada;
}
.message .me_bottom .slide .one .ri_ .content2 .round svg {
  transition: 0.4s;
}
.message .me_bottom .slide .two {
  display: none;
  padding: 0.78rem 0.5rem 0.7rem;
}
.message .me_bottom .slide .two .content1 .txt {
  font-weight: bold;
}
.message .me_bottom .slide .two .content1 .comp {
  margin: 0.38rem 0 0.7rem;
}
.message .me_bottom .slide .two .content1 .comp p {
  color: #666;
  line-height: 1.8;
}
.message .me_bottom .slide.active .one {
  background: #f6f6f6;
}
.message .me_bottom .slide.active .one .ri_ .content2 .round {
  background: #e85a26;
}
.message .me_bottom .slide.active .one .ri_ .content2 .round svg {
  transform: rotateX(180deg);
}
.style {
  background: #f7f7f7;
}
.style .le_switch .prev i,
.style .le_switch .next i {
  cursor: pointer;
  transition: 0.4s;
  color: #888888;
  font-weight: bold;
}
.style .le_switch .prev i:hover,
.style .le_switch .next i:hover {
  color: #e85a26;
}
.style .le_switch .next {
  margin-left: 0.28rem;
}
.style .le_swiper {
  position: relative;
  margin: 0.78rem 0 0;
}
.style .le_swiper .swiper-slide {
  margin: 0 0.1rem;
  width: calc(100% - 1.8rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.2rem;
}
.style .le_swiper .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.style .le_swiper .swiper-slide .item img {
  width: 100%;
  height: 100%;
}
.style .le_swiper .swiper-slide .item p {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 6%;
  color: #fff;
  text-align: center;
}
.style .le_swiper .swiper-slide .item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
.style .le_swiper .swiper-slide .item:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.style .le_swiper .swiper-slide .item:nth-child(1) p {
  display: block;
}
.development .ment_bottom {
  margin: 0.78rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.4rem;
}
.development .ment_bottom .slide {
  transition: 0.4s;
  background: #f7f7f7;
}
.development .ment_bottom .slide .content1 {
  width: 100%;
}
.development .ment_bottom .slide .content1 img {
  width: 100%;
}
.development .ment_bottom .slide .content2 {
  padding: 0.42rem 0.3rem;
}
.development .ment_bottom .slide .content2 .text {
  color: #000;
}
.development .ment_bottom .slide .content2 .desc {
  margin: 0.2rem 0 0;
  color: #666;
  line-height: 1.6;
}
.development .ment_bottom .slide:hover {
  transform: translateY(-4px);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}
.pu_amplify {
  position: relative;
  display: none;
  z-index: 10;
}
.pu_amplify .fy_box {
  position: fixed;
  top: 0;
  width: 100vw;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pu_amplify .fy_box .relative {
  position: relative;
}
.pu_amplify .fy_box .x1 {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.pu_amplify .fy_box .x1 svg path {
  transition: 0.4s;
}
.pu_amplify .fy_box .x1:hover svg path {
  fill: #e85a26;
}
.pu_amplify .fy_box .x2 {
  position: relative;
}
.pu_amplify .fy_box .x2 img {
  width: 9.9rem;
}
.pu_amplify .fy_box .x2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.pu_amplify .fy_box .x3 {
  position: absolute;
  width: 100%;
  bottom: 4%;
}
.pu_amplify .fy_box .x3 p {
  padding: 0 0.2rem;
  color: #fff;
  text-align: center;
}
.benefits {
  background: #f7f7f7;
}
.benefits .tw_bot {
  margin: 0.58rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.4rem;
}
.benefits .tw_bot .slide {
  transition: 0.4s;
  background: #fff;
  text-align: center;
  padding: 0.54rem 0;
}
.benefits .tw_bot .slide img {
  height: 0.84rem;
}
.benefits .tw_bot .slide p {
  margin: 0.2rem 0 0;
  color: #000;
}
.benefits .tw_bot .slide:hover {
  transform: translateY(-4px);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}
.management .ment_bottom {
  margin: 0.58rem 0 0;
}
.management .ment_bottom .le_box {
  width: 28%;
  display: grid;
  gap: 0.7rem 0;
}
.management .ment_bottom .le_box .slide .txt {
  color: #000;
  margin: 0 0 0.14rem;
}
.management .ment_bottom .le_box .slide .desc {
  line-height: 1.8;
  color: #666;
}
.management .ment_bottom .ri_box {
  width: 61%;
}
.management .ment_bottom .ri_box img {
  width: 100%;
}
.objective {
  background: url('/template/default/pc/skin/images/29.jpg') no-repeat;
  background-size: cover;
}
.objective .tive_bottom {
  margin: 1.14rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.34rem;
}
.objective .tive_bottom .slide {
  transition: 0.4s;
  background: #fff;
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}
.objective .tive_bottom .slide .center {
  text-align: center;
}
.objective .tive_bottom .slide .center .data {
  color: #e85a26;
}
.objective .tive_bottom .slide .center .data p {
  font-family: 'GilroyBold';
}
.objective .tive_bottom .slide .center .data span {
  font-family: 'GilroyBold';
}
.objective .tive_bottom .slide .center .desc {
  margin: 0.2rem 0 0;
  line-height: 1.5;
  color: #333;
}
.objective .tive_bottom .slide:hover {
  transform: translateY(-10px);
}
.certificate {
  background: url('/template/default/pc/skin/images/22.png') no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}
.certificate .ce_switch .prev i,
.certificate .ce_switch .next i {
  cursor: pointer;
  transition: 0.4s;
  color: #888888;
  font-weight: bold;
}
.certificate .ce_switch .prev i:hover,
.certificate .ce_switch .next i:hover {
  color: #e85a26;
}
.certificate .ce_switch .next {
  margin-left: 0.28rem;
}
.certificate .cert_top .desc {
  margin: 0.4rem 0 0;
  color: #666;
  line-height: 1.8;
}
.certificate .cert_bottom {
  margin: 1.26rem 0 0;
}
.certificate .cert_bottom .swiper-slide .item {
  width: 100%;
}
.certificate .cert_bottom .swiper-slide .item img {
  width: 100%;
}
.pu_reliable .re_box {
  display: grid;
  gap: 1rem 0;
}
.pu_reliable .re_box .slide .de_top .le_box {
  width: 51%;
}
.pu_reliable .re_box .slide .de_top .le_box .desc {
  margin: 0.4rem 0 0;
  width: 70%;
}
.pu_reliable .re_box .slide .de_top .le_box .desc p {
  color: #333;
  line-height: 1.8;
}
.pu_reliable .re_box .slide .de_top .ri_box {
  width: 49%;
}
.pu_reliable .re_box .slide .de_top .ri_box img {
  width: 100%;
}
.pu_reliable .re_box .slide .de_bottom {
  margin: 0.6rem 0 0;
  text-align: center;
}
.pu_reliable .re_box .slide .de_bottom img {
  max-width: 100%;
}
.download_list .load_bottom {
  margin: 0.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.36rem;
}
.download_list .load_bottom .slide a {
  border: 1px solid #f2f2f2;
  padding: 0.3rem 0.4rem;
}
.download_list .load_bottom .slide a .txt {
  flex: 0.9;
}
.download_list .load_bottom .slide a .txt p {
  color: #333;
}
.download_list .load_bottom .slide a .round {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  background: #eee;
  border-radius: 50%;
}
.download_list .load_bottom .slide a .round svg {
  transition: 0.4s;
}
.download_list .load_bottom .slide a:hover .txt p{
    color: #e85a26;
}
.download_list .load_bottom .slide a:hover .round {
  background: #e85a26;
}
.download_list .load_bottom .slide a:hover .round svg path {
  fill: #fff;
}
.social .so_box {
  display: grid;
  gap: 1rem;
}
.social .so_box .slide .le_box {
  width: 46%;
  overflow: hidden;
}
.social .so_box .slide .le_box img {
  transition: 0.4s;
  width: 100%;
}
.social .so_box .slide .le_box:hover img {
  transform: scale(1.05);
}
.social .so_box .slide .ri_box {
  width: 45%;
}
.social .so_box .slide .ri_box .txt {
  color: #333;
  margin: 0 0 0.48rem;
}
.social .so_box .slide .ri_box .compiler {
  overflow: auto;
  height: 3.58rem;
  padding-right: 0.86rem;
}
.social .so_box .slide .ri_box .compiler::-webkit-scrollbar {
  width: 3px;
}
.social .so_box .slide .ri_box .compiler::-webkit-scrollbar-thumb {
  background: #e85a26;
}
.social .so_box .slide .ri_box .compiler::-webkit-scrollbar-track {
  background: #dfe3e5;
}
.social .so_box .slide .ri_box .compiler p {
  color: #666;
  line-height: 1.8;
}
.social .so_box .slide:nth-child(even) {
  flex-direction: row-reverse;
}
.social .so_box .slide:nth-child(even) .ri_box {
  width: 50%;
  padding: 0 0 0 0.8rem;
}
.online {
  margin: 0.6rem 0 0;
  background: #f6f6f6;
}
.online .on_title {
  color: #333;
  margin: 0 0 0.1rem;
}
.online .on_form {
  width: 60%;
  margin: 0 auto;
}
.online .on_form form .m1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
}
.online .on_form form .m1 label {
  background: #fff;
  line-height: 0.55rem;
  padding: 0 0.18rem;
}
.online .on_form form .m1 label p {
  color: #666;
}
.online .on_form form .m1 label p span {
  color: #e85a26;
}
.online .on_form form .m1 label input {
  flex: 1;
  background: none;
  border: none;
  padding: 0 0 0 0.1rem;
}
.online .on_form form .m2 {
  margin: 0.1rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}
.online .on_form form .m2 .select {
  position: relative;
  background: #fff;
  line-height: 0.55rem;
  padding: 0 0.18rem;
}
.online .on_form form .m2 .select .one {
  cursor: pointer;
}
.online .on_form form .m2 .select .one p {
  color: #666;
}
.online .on_form form .m2 .select .one p span {
  color: #e85a26;
}
.online .on_form form .m2 .select .two {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  background: #f6f6f6;
  height: 2.2rem;
  overflow: auto;
}
.online .on_form form .m2 .select .two p {
  cursor: pointer;
  padding: 0 0.18rem;
  color: #333;
  transition: 0.4s;
}
.online .on_form form .m2 .select .two p:hover {
  background: #e85a26;
  color: #fff;
}
.online .on_form form .m3 label {
  background: #fff;
  padding: 0.18rem 0.18rem 0;
}
.online .on_form form .m3 label p {
  color: #666;
}
.online .on_form form .m3 label textarea {
  flex: 1;
  border: none;
  background: none;
  padding: 0 0 0 0.1rem;
}
.online .on_form form .m4 {
  margin: 0.48rem 0 0;
}
.online .on_form form .m4 div {
  margin-right: 0.2rem;
}
.online .on_form form .m4 div:last-child {
  margin-right: 0;
}
.online .on_form form .m4 div input {
  transition: 0.6s;
  cursor: pointer;
  width: 1.78rem;
  line-height: 0.55rem;
  border: 1px solid #e85a26;
  background: none;
  border-radius: 0.26rem;
  overflow: hidden;
  color: #000;
}
.online .on_form form .m4 div input:hover {
  background: #e85a26;
  color: #fff;
}
.head_office .off_title {
  color: #333;
}
.head_office .off_list {
  margin: 0.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
}
.head_office .off_list .slide {
  transition: 0.4s;
  border: 1px solid #efefef;
  height: 3.8rem;
}
.head_office .off_list .slide .center {
  text-align: center;
  margin: 1rem 0 0;
}
.head_office .off_list .slide .center .svg img {
  height: 0.6rem;
}
.head_office .off_list .slide .center .content p {
  color: #333;
  margin: 0.28rem 0 0.1rem;
}
.head_office .off_list .slide .center .content a {
  transition: 0.4s;
  line-height: 1.6;
  color: #333;
  /*font-family: 'GilroyBold';*/
}
.head_office .off_list .slide .center .content a:hover {
  color: #e85a26;
}
.head_office .off_list .slide .center .content span {
  color: #333;
  line-height: 1.6;
}
.head_office .off_list .slide:hover {
  transform: translateY(-10px);
}
.officeagency .cy_list {
  margin: 0.8rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.35rem;
}
.officeagency .cy_list .slide {
  position: relative;
  background: #f6f6f6;
  padding: 0.6rem 0.5rem 1rem;
}
.officeagency .cy_list .slide::before {
  transition: 0.6s;
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #e85a26;
}
.officeagency .cy_list .slide .de_index {
  position: relative;
  z-index: 2;
}
.officeagency .cy_list .slide .de_index .content {
  margin: 0.62rem 0 0;
  display: grid;
  gap: 0.16rem;
}
.officeagency .cy_list .slide .de_index .content .ent {
  display: flex;
}
.officeagency .cy_list .slide .de_index .content .ent .svg {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.officeagency .cy_list .slide .de_index .content .ent .nr {
  flex: 1;
  margin: 0 0 0 0.14rem;
}
.officeagency .cy_list .slide .de_index .content .ent .nr p {
  color: #333;
}
.officeagency .cy_list .slide .de_index .content .ent .nr p a {
  margin: 0 0 0 0.1rem;
}
.officeagency .cy_list .slide .de_index .content .ent .nr a {
  transition: 0.4s;
  color: #333;
  display: inline-block;
}
.officeagency .cy_list .slide .de_index .content .ent .nr a:hover {
  color: #e85a26;
}
.officeagency .cy_list .slide .de_ab {
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.officeagency .cy_list .slide .de_ab img {
  width: 100%;
  height: 100%;
}
.officeagency .cy_list .slide:hover::before {
  width: 100%;
}
.officeagency .cy_list .slide:hover .de_ab {
  opacity: 1;
}
.agent .ag_bottom .conetnt1 {
  width: 100%;
}
.agent .ag_bottom .conetnt1 img {
  width: 100%;
}
.agent .ag_bottom .conetnt2 {
  border-bottom: 1px solid #ccc;
  overflow-x: auto;
  width: 100%;
}
.agent .ag_bottom .conetnt2::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.agent .ag_bottom .conetnt2 p {
  overflow: hidden;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  margin-right: 0.96rem;
  padding: 0.24rem 0;
}
.agent .ag_bottom .conetnt2 p::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e85a26;
}
.agent .ag_bottom .conetnt2 p:last-child {
  margin-right: 0;
}
.agent .ag_bottom .conetnt2 p.active {
  color: #e85a26;
}
.agent .ag_bottom .conetnt2 p.active::before {
  opacity: 1;
  bottom: 0;
}
.agent .ag_bottom .conetnt2 p:hover {
  color: #e85a26;
}
.agent .ag_bottom .conetnt2 p:hover::before {
  opacity: 1;
  bottom: 0;
}
.agent .ag_bottom .conetnt3 {
  margin: 1.08rem 0 0;
}
.agent .ag_bottom .conetnt3 .toggle {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.26rem;
}
.agent .ag_bottom .conetnt3 .toggle.active {
  display: grid;
}
.agent .ag_bottom .conetnt3 .slide {
  position: relative;
  background: #f6f6f6;
  padding: 0.58rem 0.38rem 0.76rem;
}
.agent .ag_bottom .conetnt3 .slide::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #e85a26;
}
.agent .ag_bottom .conetnt3 .slide .sli_1 h5 {
  color: #333;
}
.agent .ag_bottom .conetnt3 .slide .sli_1 h6 {
  margin: 0.06rem 0 0;
  color: #666;
}
.agent .ag_bottom .conetnt3 .slide .sli_2 {
  margin: 0.44rem 0 0;
  display: grid;
  gap: 0.1rem;
}
.agent .ag_bottom .conetnt3 .slide .sli_2 .li {
  display: flex;
}
.agent .ag_bottom .conetnt3 .slide .sli_2 .li .svg {
  width: 16px;
  margin: 0 0.14rem 0 0;
}
.agent .ag_bottom .conetnt3 .slide .sli_2 .li p {
  flex: 1;
  color: #333;
  line-height: 1.4;
}
.agent .ag_bottom .conetnt3 .slide .sli_2 .li a {
  transition: 0.4s;
  flex: 1;
  color: #333;
  line-height: 1.4;
}
.agent .ag_bottom .conetnt3 .slide .sli_2 .li a:hover {
  color: #e85a26;
}
.agent .ag_bottom .conetnt3 .slide:hover::before {
  width: 100%;
}
.information .in_bottom {
  margin: 0.8rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}
.information .in_bottom .le_box {
  grid-area: 1 / 1 / 2 / 3;
  padding: 0.66rem 1.2rem 0.3rem;
  border: 1px solid #f6f6f6;
}
.information .in_bottom .le_box .price {
  color: #000;
  margin: 0 0 0.42rem;
}
.information .in_bottom .le_box .figure {
  width: 100%;
}
.information .in_bottom .le_box .figure img {
  width: 100%;
}
.information .in_bottom .ri_box {
  padding: 0.66rem 0.7rem 0.3rem;
}
.information .in_bottom .ri_box .content1 .t1 {
  color: #000;
}
.information .in_bottom .ri_box .content1 .t2 {
  color: #333;
  margin: 0.5rem 0 0.2rem;
}
.information .in_bottom .ri_box .content2 {
  padding: 0.48rem 0 0.56rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.information .in_bottom .ri_box .content2 .rmb .data {
  font-family: 'GilroyBold';
  color: #e70012;
  line-height: 0.8;
}
.information .in_bottom .ri_box .content2 .rmb .zs {
  color: #e70012;
}
.information .in_bottom .ri_box .content2 .rmb .zs span {
  font-family: 'GilroyBold';
  line-height: 0.7;
  margin: 0 0.04rem 0 0.12rem;
}
.information .in_bottom .ri_box .content2 .rmb.green .data {
  color: #22d847;
}
.information .in_bottom .ri_box .content2 .rmb.green .zs {
  color: #22d847;
}
.information .in_bottom .ri_box .content2 .rmb.green .zs svg {
  transform: rotate(180deg);
}
.information .in_bottom .ri_box .content2 .rmb.green .zs svg path {
  fill: #22d847;
}
.information .in_bottom .ri_box .content2 .list {
  margin: 0.74rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 0;
}
.information .in_bottom .ri_box .content2 .list .item .tips {
  color: #666;
  margin: 0 0 0.1rem 0;
}
.information .in_bottom .ri_box .content2 .list .item .number {
  font-family: 'GilroyBold';
}
.information .in_bottom .ri_box .content3 {
  margin: 0.3rem 0 0;
  color: #666;
  font-family: 'GilroyRegular';
}
.announcement .an_1 .toggle a {
  transition: 0.4s;
  color: #333;
  margin-right: 0.7rem;
}
.announcement .an_1 .toggle a:last-child {
  margin-right: 0;
}
.announcement .an_1 .toggle a.active {
  color: #e85a26;
}
.announcement .an_1 .toggle a:hover {
  color: #e85a26;
}
.announcement .an_2 {
  margin: 0.8rem 0 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.announcement .an_2 .slide a {
  position: relative;
  padding: 0.66rem 0.52rem 0.56rem;
  border: 1px solid #e1e1e1;
}
.announcement .an_2 .slide a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #e85a26;
}
.announcement .an_2 .slide a .d1 {
  color: #000;
  line-height: 0.38rem;
  height: 0.76rem;
}
.announcement .an_2 .slide a .d2 {
  margin: 1rem 0 0;
}
.announcement .an_2 .slide a .d2 .round {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  background: #f4f4f4;
  border-radius: 50%;
}
.announcement .an_2 .slide a .d2 .round i {
  transition: 0.4s;
}
.announcement .an_2 .slide a .d2 .time {
  color: #999;
  font-family: 'GilroyRegular';
}
.announcement .an_2 .slide a:hover::before {
  width: 100%;
}
.announcement .an_2 .slide a:hover .d2 .round {
  background: #e85a26;
}
.announcement .an_2 .slide a:hover .d2 .round i {
  color: #fff;
}
.questions .qu_1 .quiz a {
  transition: 0.4s;
  width: 1.8rem;
  line-height: 0.55rem;
  text-align: center;
  color: #fff;
  background: #e85a26;
  border-radius: 0.28rem;
}
.questions .qu_1 .quiz a:hover {
  transform: translateY(-6px);
}
.questions .qu_2 {
  margin: 0.8rem 0 1rem;
  display: grid;
  gap: 0.2rem;
}
.questions .qu_2 .slide {
  background: #f6f6f6;
  padding: 0 0.28rem;
}
.questions .qu_2 .slide .item {
  padding: 0.54rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.questions .qu_2 .slide .item:last-child {
  border: none;
}
.questions .qu_2 .slide .item .it_img img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.questions .qu_2 .slide .item .it_txt {
  flex: 1;
  margin: 0 0 0 0.34rem;
}
.questions .qu_2 .slide .item .it_txt .x1 {
  color: #666;
  margin: 0.14rem 0 0.06rem 0;
}
.questions .qu_2 .slide .item .it_txt .x2 {
  color: #000;
  line-height: 1.4;
}
.contact .ct_bottom {
  margin: 0.8rem 0 0;
}
.contact .ct_bottom .le_box {
  width: 55%;
  overflow: hidden;
}
.contact .ct_bottom .le_box img {
  transition: 0.4s;
  width: 100%;
}
.contact .ct_bottom .le_box:hover img {
  transform: scale(1.05);
}
.contact .ct_bottom .ri_box {
  width: 45%;
  padding: 0 0 0 1.28rem;
  display: grid;
  gap: 0.38rem;
}
.contact .ct_bottom .ri_box .slide .round img {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
}
.contact .ct_bottom .ri_box .slide .lx {
  flex: 1;
  margin: 0 0 0 0.26rem;
}
.contact .ct_bottom .ri_box .slide .lx p {
  color: #000;
  margin: 0 0 0.06rem 0;
}
.contact .ct_bottom .ri_box .slide .lx a {
  color: #000;
  transition: 0.4s;
  /*font-family: 'GilroyRegular';*/
}
.contact .ct_bottom .ri_box .slide .lx a:hover {
  color: #e85a26;
}
.product_list {
   position: relative;
}
.product_list .loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-align: center;
  display: none;
}
.product_list .loading i {
  margin-top: .8rem;  
}
.product_list .st_box .le_box {
  width: 3.6rem;
  padding: 0.7rem 0 0 0;
  position: sticky;
  min-height: 100vh;
}
.product_list .toggle {
    display: none;
}
.product_list .toggle.active {
    display: block;
}
.product_list .st_box .le_box .sticky {
  position: sticky;
  display: grid;
  gap: 0.38rem;
}
.product_list .st_box .le_box .sticky::before {
  content: '';
  position: absolute;
  top: 0;
  left: 44px;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.product_list .st_box .le_box .sticky .slide .svg {
  width: 44px;
}
.product_list .st_box .le_box .sticky .slide .content {
  flex: 1;
  padding: 0 0.4rem 0 0.2rem;
}
.product_list .st_box .le_box .sticky .slide .content .one {
  position: relative;
  cursor: pointer;
  color: #000;
}
.product_list .st_box .le_box .sticky .slide .content .one::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: -0.2rem;
  transform: translateY(-50%);
  width: 2px;
  height: 0.4rem;
  background: #e85a26;
}
.product_list .st_box .le_box .sticky .slide .content .one svg {
  transition: 0.4s;
}
.product_list .st_box .le_box .sticky .slide .content .two {
  display: none;
  margin-top: 0.28rem;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box {
  margin-bottom: 0.16rem;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box:last-child {
  margin-bottom: 0;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box .x1 {
  cursor: pointer;
  color: #000;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box .x1 svg {
  transition: 0.4s;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box .x2 {
  display: none;
  margin-top: 0.16rem;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box .x2 a {
  transition: 0.4s;
  color: #666;
  margin-bottom: 0.12rem;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box .x2 a:last-child {
  margin-bottom: 0;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box .x2 a:hover {
  color: #e85a26;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box.active .x1 {
  color: #e85a26;
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box.active .x1 svg {
  transform: rotate(90deg);
}
.product_list .st_box .le_box .sticky .slide .content .two .two_box.active .x1 svg path {
  stroke: #e85a26;
}
.product_list .st_box .le_box .sticky .slide .content.active .one {
  color: #e85a26;
}
.product_list .st_box .le_box .sticky .slide .content.active .one::before {
  opacity: 1;
}
.product_list .st_box .le_box .sticky .slide .content.active .one svg {
  transform: rotate(90deg);
}
.product_list .st_box .le_box .sticky .slide .content.active .one svg path {
  stroke: #e85a26;
}
.product_list .st_box .ri_box {
  flex: 1;
  padding: 0.7rem var(--left) 1.36rem;
  border-left: 1px solid #eee;
}
.product_list .st_box .ri_box .x1 p {
  color: #000;
}
.product_list .st_box .ri_box .x1 p span {
  color: #e85a26;
}
.product_list .st_box .ri_box .x1 .form .item {
  display: flex;
  align-items: center;
}
.product_list .st_box .ri_box .x1 .form .item input {
  width: 4.5rem;
  line-height: 0.6rem;
  border-radius: 5px;
  background: #f4f4f4;
  border: none;
  padding: 0 0.26rem;
  color: #000;
  font-family: 'GilroyMedium';
}
.product_list .st_box .ri_box .x1 .form .item .label {
  cursor: pointer;
  margin-left: 0.2rem;
}
.product_list .st_box .ri_box .x1 .form .item .label .btn img {
  width: 0.6rem;
}
.product_list .st_box .ri_box .x2 {
  margin: 0.18rem 0 0.56rem;
  display: grid;
  gap: 0.38rem;
}
.product_list .st_box .ri_box .x2 .slide a {
  display: inline-block;
}
.product_list .st_box .ri_box .x2 .slide a .e1 {
  display: flex;
  align-items: center;
}
.product_list .st_box .ri_box .x2 .slide a .e1 p {
  transition: 0.4s;
  margin-left: 0.1rem;
  color: #000;
}
.product_list .st_box .ri_box .x2 .slide a .e2 {
  margin-top: 0.1rem;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_list .st_box .ri_box .x2 .slide a .e2 svg {
  margin: 0 0.06rem;
}
.product_list .st_box .ri_box .x2 .slide a:hover .e1 p {
  color: #e85a26;
}
.other .er_1 {
  margin-top: 0.72rem;
}
.other .er_1 p {
  color: #000;
}
.other .er_1 p span {
  color: #e85a26;
}
.other .er_1 .form .item {
  display: flex;
  align-items: center;
}
.other .er_1 .form .item input {
  width: 4.5rem;
  line-height: 0.6rem;
  border-radius: 5px;
  background: #f4f4f4;
  border: none;
  padding: 0 0.26rem;
  color: #000;
  font-family: 'GilroyMedium';
}
.other .er_1 .form .item .label {
  cursor: pointer;
  margin-left: 0.2rem;
}
.other .er_1 .form .item .label .btn img {
  width: 0.6rem;
}
.other .er_2 {
  margin-top: 0.18rem;
}
.other .er_2 .box1 .x1 p {
  margin-right: 6px;
  color: #333;
}
.other .er_2 .box1 .x2 {
  cursor: pointer;
}
.other .er_2 .box1 .x2 svg ptah {
  transition: 0.4s;
}
.other .er_2 .box1 .x2 p {
  position: relative;
  transition: 0.4s;
  margin-left: 6px;
  color: #999;
}
.other .er_2 .box1 .x2:hover svg path {
  fill: #e85a26;
}
.other .er_2 .box1 .x2:hover p {
  color: #e85a26;
}
.other .er_2 .box2 {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.other .er_2 .box2 .item a {
  height: 100%;
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 0.56rem 0.46rem 0.48rem 0.6rem;
}
.other .er_2 .box2 .item a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e85a26;
}
.other .er_2 .box2 .item a .le_box {
  flex: 0.9;
}
.other .er_2 .box2 .item a .le_box .time {
  color: #999;
  font-family: 'GilroyRegular';
}
.other .er_2 .box2 .item a .le_box .txt {
  margin: 0.16rem 0;
}
.other .er_2 .box2 .item a .le_box .txt p {
  color: #000;
}
.other .er_2 .box2 .item a .le_box .desc p {
  line-height: 1.8;
  color: #666;
}
.other .er_2 .box2 .item a .ri_box .btn {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #f4f4f4;
}
.other .er_2 .box2 .item a .ri_box .btn i {
  color: #666666;
  transition: 0.4s;
}
.other .er_2 .box2 .item a:hover::before {
  width: 100%;
}
.other .er_2 .box2 .item a:hover .ri_box .btn {
  background: #e85a26;
}
.other .er_2 .box2 .item a:hover .ri_box .btn i {
  color: #fff;
}
.other .er_3 {
  margin-top: 0.4rem;
}
.other .er_3 .box1 .x1 p {
  margin-right: 6px;
  color: #333;
}
.other .er_3 .box1 .x2 {
  cursor: pointer;
}
.other .er_3 .box1 .x2 svg ptah {
  transition: 0.4s;
}
.other .er_3 .box1 .x2 p {
  position: relative;
  transition: 0.4s;
  margin-left: 6px;
  color: #999;
}
.other .er_3 .box1 .x2:hover svg path {
  fill: #e85a26;
}
.other .er_3 .box1 .x2:hover p {
  color: #e85a26;
}
.other .er_3 .box2 {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.other .er_3 .box2 .item a {
  height: 100%;
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 0.56rem 0.46rem 0.48rem 0.6rem;
}
.other .er_3 .box2 .item a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e85a26;
}
.other .er_3 .box2 .item a .le_box {
  flex: 0.9;
}
.other .er_3 .box2 .item a .le_box .txt p {
  color: #000;
}
.other .er_3 .box2 .item a .le_box .time {
  color: #999;
  margin: 0.14rem 0;
}
.other .er_3 .box2 .item a .le_box .desc p {
  color: #666;
  line-height: 1.8;
}
.other .er_3 .box2 .item a .ri_box .btn {
  transition: 0.4s;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #f4f4f4;
}
.other .er_3 .box2 .item a .ri_box .btn i {
  color: #666666;
  transition: 0.4s;
}
.other .er_3 .box2 .item a:hover::before {
  width: 100%;
}
.other .er_3 .box2 .item a:hover .ri_box .btn {
  background: #e85a26;
}
.other .er_3 .box2 .item a:hover .ri_box .btn i {
  color: #fff;
}
.pu_compiler p {
  color: #666;
  line-height: 1.6;
}
@media (max-width: 1500px) {
    
    .pu_ri_box .tent2 .in_2 .vxe-checkbox:nth-child(11),
    .pu_ri_box .tent2 .in_2 .vxe-checkbox:nth-child(12){
        display: none;
    }
    
    .pu_ri_box .tent2 .in_2 .vxe-checkbox-group {
       grid-template-columns: repeat(5,1fr); 
    }
    .pc_footer .ter_bottom {
      margin-top: 1rem;
    }
  .w1720 {
    padding: 0 0.5rem;
  }
  :root {
    --left: 0.5rem;
  }
  /*.f16,*/
  /*.vxe-table--render-default .vxe-cell .vxe-cell--label,*/
  /*.pu_ri_box .tent2 .in_2 .vxe-checkbox .vxe-checkbox--label {*/
  /*  font-size: 0.18rem !important;*/
  /*}*/
  /*.f18 {*/
  /*  font-size: 0.2rem;*/
  /*}*/
  /*.f20,*/
  /*.vxe-table--render-default .vxe-cell .vxe-cell--title {*/
  /*  font-size: 0.22rem !important;*/
  /*}*/
  /*.f14 {*/
  /*  font-size: 0.16rem;*/
  /*}*/
  .pu_crumbs {
    padding: 0 0 0 0.5rem;
  }
  .pu_details .le_box .de_nr {
    padding: 0.7rem 0.5rem 1.2rem;
  }
  .pc_footer .ter_bottom .ri_box {
    margin: 0.6rem 0 0;
    width: 100%;
  }
  .pc_footer .ter_bottom .ri_box .sy {
    justify-content: flex-start;
  }
  .pu_table1 .slide .two .thead,
  .pu_table1 .slide .two .tbody .item .item_box {
    padding: 0 0.7rem;
  }
  .social .so_box .slide:nth-child(even) .ri_box {
    padding: 0 0 0 0.5rem;
  }
  .officeagency .cy_list .slide {
    padding: 0.5rem 0.4rem 0.8rem;
  }
  .agent .ag_bottom .conetnt3 .toggle {
    grid-template-columns: repeat(3, 1fr);
  }
  .information .in_bottom .le_box {
    padding: 0.5rem 0.8rem 0.3rem;
  }
  .contact .ct_bottom .ri_box {
    padding: 0 0 0 0.8rem;
  }
  .search_result .app_box {
    padding: 0 0.4rem;
  }
  .style .le_swiper .swiper-slide {
    width: calc(100% - 1rem);
  }
  .domain .ri_box {
    padding: 0 0.5rem;
  }
  
  .download .load_2 a,
  .pu_tion .tion_box p,
  .pu_tion_1 .tion_box p,
  .product_details .ls_2 .hand1 p {
    margin-right: 0.6rem;
  }
  .profile .ri_box .content3 {
    padding-right: 0.6rem;
  }
  .culture .cult_box .box_ab .center {
    padding: 2rem 0.6rem 0;
  }
  .culture .cult_box .box_ab .center .ter_slide {
    gap: 0 1rem;
  }
  .pu_banner .ban_ab .invite a .in svg {
    transform: scale(0.8);
  }
  .solution .solu_2 .slide a {
    padding: 0.4rem 0.6rem;
  }
  .solution .solu_1 {
    padding: 0.6rem;
  }
  .solution .solu_1 .ri_box {
    padding: 0 0 0 0.6rem;
  }
}
@media (max-width: 1300px) {
  .pu_ri_box .tent2 .in_3 .se1 {
    line-height: 0.6rem;
  }
}
@media (max-width: 1200px) {
    .MobileMain .HeaderMobile .box .button .Language  {
         position: relative;
    }
    .MobileMain .HeaderMobile .box .button .Language .de_ {
        color: #fff;
    }
    .MobileMain .HeaderMobile .box .button .Language .de_list {
        display: none;
        position: absolute;
        top: 40px;
        left: 50%;
        width: 280%;
        transform: translateX(-50%);   
    }
     .MobileMain .HeaderMobile .box .button .Language .de_list::after {
        content: '';
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        border: 8px solid #fff;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .3));
        z-index: 2;
     }
    .MobileMain .HeaderMobile .box .button .Language .de_list >div {
         border-radius: .1rem;
        overflow: hidden;
        text-align: center;
        display: grid;
        gap: 0.16rem 0;
        padding: 0.2rem 0;
        background: #fff;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.3);  
    }
     .MobileMain .HeaderMobile .box .button .Language .de_list >div a {
            transition: 0.4s;
            color: #000; 
     }
       .MobileMain .HeaderMobile .box .button .Language .de_list >div a:hover {
            color: #e85a26; 
     }
     .MobileMain .HeaderMobile .box .button .Language:hover .de_list {
         display: block;
     }
     
    
    .download .load_1 .form form .load_4 {
         display: grid;
          grid-template-columns: repeat(3,1fr);
          gap: .2rem;
          text-align: left;
    }
    .vxe-checkbox+.vxe-checkbox {
        margin-left: 0;
    }
     .message .me_bottom .slide .one {
        justify-content: space-between; 
     }
    .message .me_bottom .slide .one .le_ {
        flex: .9;
    }
    .message .me_bottom .slide .one .ri_ {
        width: auto;
    }
  .MobileMain {
    background: #e85a26;
  }
  .MobileMain .HeaderMobile {
    box-shadow: none;
  }
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p span,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::after,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::before {
    background: #fff;
  }
  :root {
    --left: 5vw;
  }
  .pc_header {
    display: none;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .p130 {
    padding-top: 0.8rem;
  }
  .p130_ {
    padding-bottom: 0.8rem;
  }
  .p100_ {
    padding-bottom: 0.8rem;
  }
  .w1720 {
    padding: 0 5vw;
  }
  .HeaderMobile .box .button .lang {
    margin-left: 0.3rem;
  }
  .HeaderMobile .box .button .lang a {
    color: #fff;
  }
  .product_details .ls_2 .hand1,
  .pu_tion,
  .pu_tion_1 {
    top: 60px;
  }
  .index_banner::before {
    display: none;
  }
  .index_banner .mySwiper1 .swiper-slide .slide_img img {
    height: 50vh;
  }
  .f72 {
    font-size: 0.58rem;
  }
  .f52 {
    font-size: 0.42rem;
  }
  .f42 {
    font-size: 0.38rem;
  }
  .pu_le .e1::before {
    font-size: 0.78rem;
    bottom: 30%;
  }
  .index_product .pr_box {
    flex-wrap: wrap;
  }
  .index_product .pr_box .slide {
    width: 100%;
    flex: auto;
    margin-right: 0;
    margin: 0 0 0.5rem 0;
  }
  .index_product .pr_box .slide:last-child {
    margin: 0;
  }
  .index_product .pr_box .slide .de_img img {
    width: 100%;
  }
  .index_product .pr_box .slide .de_ab1 {
    display: none;
  }
  .index_product .pr_box .slide .de_ab2 {
    opacity: 1;
  }
  .index_product .pr_box .slide .de_ab2 .center {
    margin-top: 0;
  }
  .index_field .field_bk img {
    height: 50vh;
  }
  .index_news .new_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .index_news .new_box .le_box {
    grid-area: 1 / 1 / 2 / 3;
  }
  .index_news .new_box .ri_box {
    grid-area: 2 / 1 / 4 / 4;
    border-left: 1px solid #e1e1e1;
    border-top: none;
  }
  .index_about .about_ab .content2 p {
    width: 100%;
  }
  .index_about .about_ab {
    top: 1rem;
  }
  .index_about .about_bk img {
    height: 50vh;
  }
  .pc_footer .ter_top {
    display: none;
  }
  .pc_footer .ter_bottom {
    margin-top: 0;
  }
  .pc_footer .ter_bottom .ri_box .copy a {
    margin-left: 0;
  }
  .pu_search .ch_box {
    width: 90%;
  }
  .pu_search .close svg {
    width: 22px;
  }
  .product_center .center_box .le_box,
  .domain .le_box{
    /*display: none;*/
    width: 100%;
    padding: .4rem 5vw;
  }
  .product_center .center_box .le_box .div_ {
      width: 100%;
  }
  .product_center .center_box .le_box .tent2 {
      margin: 0;
  }
  .product_center .center_box .le_box .tent1,
  .product_center .center_box .le_box .tent2 .slide .icon,
  .product_center .center_box .le_box::before {
      display: none;
  }
  
  
  .pu_ri_box .tent2 .in_2 .vxe-checkbox-group {
    grid-template-columns: repeat(3, 1fr);
  }
  .pu_ri_box .tent2 .in_2 .vxe-checkbox {
    margin-right: 0;
  }
  .product_details .ls_1 .ri_box {
    margin: 0.5rem 0 0;
  }
  .product_details .ls_2 .hand2 .it_1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
 
  .domain .ri_box {
    padding: 0 5vw;
    width: 100%;
  }
  .domain .ri_box .box2 .textImg {
    grid-template-columns: repeat(2, 1fr);
  }
  .pu_table1 .slide .two .tbody .y1 img,
  .pu_table2 .slide .two .three .th_2 .tbody .y1 img {
    width: 0.28rem;
  }
  .domain .ri_box .box3 .to_2 .bot .div_ {
    grid-template-columns: repeat(2, 1fr);
  }
  .domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab {
    width: 4.5rem;
  }
  .domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab .down_cp {
    grid-template-columns: repeat(1, 1fr);
    height: 4rem;
  }
  .solution .solu_1 .ri_box {
    padding: 0.6rem 0 0 0;
  }
  .publish .sh_top .ri_box .center {
    padding: 0.6rem;
  }
  .publish .sh_top .ri_box .center .content2 {
    margin: 0.44rem 0 1rem;
  }
  .solution .solu_1,
  .solution .solu_2 .slide a,
  .publish .sh_bottom .slide a {
    padding: 0.4rem;
  }
  .publish .sh_bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution .solu_2 .slide a .img {
    width: 36%;
  }
  .solution .solu_2 .slide a .desc {
    display: none;
  }
  .solution .solu_2 .slide a .text {
    flex: 1;
    width: auto;
    padding-right: 6%;
  }
  .pu_details .ri_box {
    display: none;
  }
  .pu_details .le_box .de_nr {
    padding: 0.7rem 5vw 1rem;
  }
  .pu_crumbs {
    padding: 0 5vw;
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page .number a.active {
    display: block;
  }
  .profile .le_box {
    width: 70%;
    margin: 0 auto;
  }
  .profile .ri_box {
    margin: 2rem 0 0;
  }
  .public_anchor {
    top: calc((60px + .8rem) * -1);
  }
  .public_anchor_1 {
    top: 60px;
  }
  
  .course .se_bk img {
    height: 50vh;
  }
  .f48 {
    font-size: 0.36rem;
  }
  .course .se_ab1 .se_swiper .swiper-slide-active .data {
    font-size: 0.8rem;
  }
  .culture .cult_box .box_ab {
    position: relative;
    top: auto;
    left: auto;
    background: #000000;
  }
  .culture .cult_box .box_ab .center {
    padding: 1rem 0.5rem;
  }
  .culture .cult_box .box_ab .center .ter_slide {
    grid-template-columns: repeat(1, 1fr);
  }
  .vision .on_bk img {
    height: 50vh;
  }
  .message .me_bottom .slide .one {
    padding: 0.36rem 0.3rem;
  }
  .message .me_bottom .slide .two {
    padding: 0.5rem 0.3rem;
  }
  .message .me_bottom .slide .one .ri_ {
    justify-content: flex-end;
  }
  .message .me_bottom .slide .one .ri_ .flex {
    display: none;
  }
  .style .le_swiper .swiper-slide {
    width: calc(100% - 10vw);
    grid-template-rows: repeat(4, 1fr);
  }
  .style .le_swiper .swiper-slide .item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 5;
  }
  .style .le_swiper .swiper-slide .item:nth-child(2) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .style .le_swiper .swiper-slide .item:nth-child(3) {
    grid-area: 3 / 3 / 4 / 5;
  }
  .style .le_swiper .swiper-slide .item:nth-child(4) {
    grid-area: 4 / 1 / 5 / 3;
  }
  .style .le_swiper .swiper-slide .item:nth-child(5) {
    grid-area: 4 / 3 / 5 / 5;
  }
  .management .ment_bottom .le_box {
    gap: 0.5rem 0;
  }
  .management .ment_bottom .ri_box {
    margin: 0.8rem 0 0;
  }
  .objective .tive_bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .pu_reliable .re_box .slide .de_top .ri_box {
    margin: 0.5rem 0 0;
  }
  .download_list .load_bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .f36 {
    font-size: 0.3rem;
  }
  .pu_title::before {
    font-size: 0.57rem;
  }
  .social .so_box .slide .ri_box {
    margin: 0.5rem 0 0;
  }
  .social .so_box .slide:nth-child(even) .ri_box {
    padding: 0;
  }
  .online .on_form {
    margin: 0.3rem 0 0;
  }
  .head_office .off_list,
  .officeagency .cy_list,
  .agent .ag_bottom .conetnt3 .toggle,
  .announcement .an_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .information .in_bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.24rem 0;
  }
  .information .in_bottom .ri_box,
  .information .in_bottom .le_box {
    padding: 0.5rem;
  }
  .announcement .an_2 .slide a {
    padding: 0.4rem;
  }
  .contact .ct_bottom .ri_box {
    margin: 0.5rem 0 0;
    padding: 0;
  }
  .search_result .app_box {
    padding: 0;
  }
  .search_result .app_box .app_1 .content2 .le_ {
    grid-template-columns: repeat(2, 1fr);
  }
  .course .se_ab1 {
    top: 0.8rem;
  }
  .f50 {
    font-size: 0.4rem;
  }
  .pu_reliable .re_box .slide .de_top .le_box .desc {
    width: 100%;
  }
  .social .so_box .slide .ri_box .compiler {
    padding-right: 0.5rem;
    height: 4.8rem;
  }
  .development .ment_bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits .tw_bot {
    grid-template-columns: repeat(3, 1fr);
  }
  .pu_banner.banner2 .ban_ab {
    top: 50%;
  }
  .pu_amplify .fy_box .x2 img {
    width: 9rem;
  }
  .other .er_2 .box2,
  .other .er_3 .box2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_list .st_box .ri_box {
    padding: 0.6rem 5vw;
    border-left: none;
  }
  .public {
    padding: 0 5vw;
  }
  .product_center .center_box .box1 .tent2 .nt_2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_video .video_box {
    width: 90%;
  }
  .product_center .center_box .box2 .tent2 .te_2 {
    gap: 0.3rem;
  }
  .product_center .center_box .box2 .tent2 .te_2 .item span {
    flex: none;
    width: 100%;
    margin-top: 0.06rem;
    margin-left: 0;
  }
  .product_list .st_box .le_box {
    display: none;
  }
  .pu_table1 .slide .one,
  .pu_table2 .slide .one {
    padding: 0.2rem 0.3rem;
  }
  .pu_table2 .slide .two .three .th_2 .thead,
  .pu_table2 .slide .two .three .th_2 .tbody .item .item_box,
  .pu_table1 .slide .two .thead,
  .pu_table1 .slide .two .tbody .item .item_box {
    padding: 0 0.7rem;
  }
  .pu_table2 .slide .two .three .th_1 {
    padding: 0.2rem 0.5rem;
  }
  .contact .ct_bottom .le_box,
  .contact .ct_bottom .ri_box,
  .online .on_form,
  .social .so_box .slide:nth-child(even) .ri_box,
  .social .so_box .slide .le_box,
  .social .so_box .slide .ri_box,
  .pu_reliable .re_box .slide .de_top .le_box,
  .pu_reliable .re_box .slide .de_top .ri_box,
  .management .ment_bottom .le_box,
  .management .ment_bottom .ri_box,
  .profile .ri_box,
  .publish .sh_top .le_box,
  .publish .sh_top .ri_box,
  .pu_details .le_box,
  .solution .solu_1 .le_box,
  .solution .solu_1 .ri_box,
  .product_details .ls_1 .ri_box,
  .product_details .ls_1 .le_box {
    width: 100%;
  }
}
@media (max-width: 750px) {
    .download .load_1 .form form .load_4 {
          grid-template-columns: repeat(2,1fr);
    }
    .information .in_bottom .ri_box, .information .in_bottom .le_box {
        padding: .5rem .3rem;
    }
    .online .on_form form .m4 div input {
        width: 1.9rem;
        line-height: .6rem;
    }
     .social .so_box .slide .ri_box .compiler { 
         height: 2.8rem;
     }
    .honor .apti_swiper .swiper-slide .slide_bk img {
        width: 60%;
    }
    .pc_footer .ter_bottom .le_box {
       justify-content: space-between; 
    }
    .pc_footer .ter_bottom .le_box .link {
      margin-left: 0;  
    }
  .product_center .center_box .box2 .tent2 .te_3 .item .ri_ {
    padding: 0.28rem 0 0.28rem 0.28rem;
  }
  .public .tent1 {
    line-height: 2;
  }
  .product_list .st_box .ri_box .x1 .form,
  .other .er_1 .form {
    margin-top: 0.3rem;
  }
  .product_list .st_box .ri_box .x1 .form .item input,
  .other .er_1 .form .item input {
    width: 3.6rem;
  }
  .other .er_2 .box2 .item a,
  .other .er_3 .box2 .item a {
    padding: 0.4rem 0.3rem;
  }
  .pu_amplify .fy_box .x2 img {
    width: 5rem;
  }
  .download .load_2 a,
  .pu_tion .tion_box p,
  .pu_tion_1 .tion_box p,
  .product_details .ls_2 .hand1 p {
    margin-right: 0.46rem;
  }
  .message .me_cen .n1 .ri_box {
    margin-top: 0.2rem;
    width: 100%;
  }
  .message .me_cen .n1 .ri_box form {
    width: 100%;
  }
  .development .ment_bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits .tw_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .message .me_bottom .slide .one .ri_ .content2 .round {
    width: 0.44rem;
    height: 0.44rem;
  }
  .message .me_bottom .slide .one .ri_ .content2 .round svg {
    transform: scale(0.76);
  }
  .pc_footer .ter_bottom .ri_box {
    text-align: left;
  }
  .pc_footer .ter_bottom .ri_box .copy {
    display: grid;
    gap: 0.1rem 0;
  }
  .f72 {
    font-size: 0.4rem;
  }
  .index_banner .index_switch .point {
    display: none;
  }
  .pu_le .e1::before {
    font-size: 0.58rem;
    bottom: 50%;
  }
  .pu_le {
    width: 100%;
    flex: auto;
    margin: 0 0 0.5rem 0;
  }
  .index_product .pr_box .slide .de_img img {
    height: auto;
  }
  .index_product .pr_box .slide .de_ab2 .center {
    padding: 0 0.3rem;
  }
  .index_field .field_bk img {
    height: 72vh;
  }
  .f26 {
    font-size: 0.22rem;
  }
  .index_news .new_box .ri_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_about .about_bk img {
    height: 70vh;
  }
  .pu_ri_box .tent2 .in_2 .vxe-checkbox-group {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_ri_box .tent2 .in_3 .se1 {
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
  .de_crumds .cr_box {
    line-height: 2;
  }
  .product_details .ls_2 .hand2 .it_1 .slide .e2 {
    padding: 0 0.3rem;
  }
  .pu_table1 .slide .one {
    padding: 0.2rem 0.3rem;
  }
  .pu_table1 .slide .two {
    overflow-x: auto;
    width: 100%;
  }
  .pu_table1 .slide .two .thead {
    width: calc(250vw + 1rem);
  }
  .pu_table1 .slide .two .thead .d1 {
    width: 50vw;
  }
  .pu_table1 .slide .two .tbody {
    width: calc(250vw + 1rem);
  }
  .pu_table1 .slide .two .tbody .item a .y1 {
    width: 50vw;
  }
  .pu_table2 .slide .one {
    padding: 0.2rem 0.3rem;
  }
  .pu_table2 .slide .two .three .th_2 .tbody .item a {
    padding: 0 0.6rem;
  }
  .pu_table2 .slide .two .three .th_2 .tbody {
    width: calc(250vw + 1rem);
  }
  .pu_table2 .slide .two .three .th_2 .tbody .y1 {
    width: 50vw;
  }
  .pu_table2 .slide .two .three .th_2 {
    overflow-x: auto;
    width: 100%;
  }
  .pu_table2 .slide .two .three .th_2 .thead {
    width: calc(250vw + 1rem);
  }
  .pu_table2 .slide .two .three .th_2 .thead .d1 {
    width: 50vw;
  }
  .domain .ri_box .box2 .textImg,
  .publish .sh_bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .solution .solu_1 .ri_box .b1 {
    margin: 0.4rem 0 0.26rem;
  }
  .solution .solu_2 .slide a .img {
    width: 100%;
  }
  .solution .solu_2 .slide a .div_ {
    padding-left: 0;
    padding-top: 0.2rem;
  }
  .domain .ri_box .box3 .to_2 .bot .div_ {
    width: 100%;
  }
  .domain .ri_box .box3 .to_2 .bot .img {
    width: 100%;
    margin: 0.5rem 0 0;
  }
  .publish .sh_top .ri_box .center {
    padding: 0.4rem;
  }
  .pu_crumbs .bs_box {
    line-height: 2;
  }
  .pu_details .le_box .de_nr .content3 .prev,
  .pu_details .le_box .de_nr .content3 .next {
    width: 100%;
  }
  .pu_details .le_box .de_nr .content3 .return {
    margin: 0.2rem 0;
  }
  .pu_details .le_box .de_nr .content3 .next a {
    flex-direction: row;
  }
  .pu_details .le_box .de_nr .content3 .next a .t2 {
    text-align: left;
    margin: 0 0 0 0.2rem;
  }
  .f28 {
    font-size: 0.26rem;
  }
  .f42 {
    font-size: 0.32rem;
  }
  .download .load_1 .form form .item{
    width: 100%;
  }
  .download .load_3 {
    display: block;
  }
  .download .load_3 > div {
    margin-bottom: 0.52rem;
  }
  .download .load_3 > div:last-child {
    margin-bottom: 0;
  }
  .pu_title::before {
    font-size: 0.4rem;
    bottom: 30%;
  }
  .course .se_ab1 .se_swiper {
    margin-top: 0.6rem;
  }
  .course .se_bk img {
    height: 66vh;
  }
  .culture .cult_box .box_ab .center .ter_img img {
    width: 100%;
  }
  .culture .cult_box .box_ab .center {
    padding: 0.6rem 0.3rem;
  }
  .culture .cult_box .box_ab .center .ter_slide .grid .item {
    padding: 0.2rem;
  }
  .culture .cult_box .box_ab .center .ter_slide {
    margin-top: 0.6rem;
  }
  .vision .on_ab .on_title {
    margin: 1rem 0 0;
  }
  .message .me_top .pu_title {
    width: 100%;
    flex: auto;
    margin: 0 0 0.5rem 0;
  }
  .style .le_swiper .swiper-slide {
    gap: 4px;
  }
  .download_list .load_bottom,
  .online .on_form form .m1,
  .online .on_form form .m2,
  .head_office .off_list,
  .officeagency .cy_list,
  .agent .ag_bottom .conetnt3 .toggle,
  .announcement .an_2,
  .search_result .app_box .app_1 .content2 .le_ {
    grid-template-columns: repeat(1, 1fr);
  }
    
.objective .tive_bottom {
    gap: 10px;
    margin-top: .8rem;
}
.objective .tive_bottom .slide .center .data p,
.objective .tive_bottom .slide .center .data span {
    font-size: .4rem;
}
.objective .tive_bottom .slide .center .desc {
    font-size: .2rem !important;
}
  
  .download_list .load_bottom .slide a .round svg {
    transform: scale(0.7);
  }
  .social .so_box .slide .ri_box .compiler {
    padding-right: 0.3rem;
  }
  .pu_title {
    width: 100%;
    flex: auto;
    margin: 0 0 0.5rem 0;
  }
  .questions .qu_2 .slide .item .it_img img,
  .contact .ct_bottom .ri_box .slide .round img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .search_result .app_box .app_1 .content3 input {
    flex: 1;
    line-height: 0.7rem;
  }
  .search_result .app_box .app_1 .content2 .le_ .slide .el-select .el-input__inner {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .domain .ri_box .box3 .to_2 .bot .div_ .slide .de_ab {
    top: 100%;
    left: 0;
    width: 100%;
  }
  .domain .ri_box .box3 .to_2 .bot .div_ {
    grid-template-columns: repeat(1, 1fr);
  }
}
