<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  border: none;
}

button:hover {
  cursor: pointer;
}

input {
  outline: none;
}

html {
  scroll-behavior: smooth;
}
.right_list_nav{
    display: none !important;
}
.section_nav_list{
    /*display: none;*/
}
.center_box {
  width: 12rem;
  margin: auto;
}
.section_box{
    /*margin-top: 1.1rem;*/
    overflow: hidden;
}
.section_top_box{
    margin-top: 1.1rem;
}

/*多行溢出*/
.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* hover-图片放大1.1 */
.scale_box {
  display: block;
  width: auto;
  overflow: hidden;
}

.scale_box .scale_img {
  width: 100%;
  height: 100%;
  transition: var(--s_tran);
  cursor: pointer;
  object-fit: cover;
}

.hover_box:hover .scale_img {
  transform: scale(1.1);
}

/* hover-图片旋转向上位移 */
.rotate_box {
  display: block;
  width: auto;
}

.rotate_box .rotate_img {
  transition: var(--s_tran);
  object-fit: cover;
}

.hover_box:hover .rotate_img {
  transform: rotateY(180deg) translateY(-0.1rem);
}

/* 页码 */
.page {
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.41rem;
  display: flex;
  align-items: center;
}

.page .list {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.page .list .item {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.03rem;
  margin-right: 0.03rem;
  border: 0.01rem solid rgba(56, 102, 240, 0);
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}

.page .list .item:hover {
  background: #3866f0;
  color: white;
  border: 0.01rem solid #3866f0;
}

.page .list .active {
  background: #3866f0;
  color: white;
  border: 0.01rem solid #3866f0;
}

.page .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.03rem;
  margin-right: 0.03rem;
  border: 0.01rem solid #3866f0;
  cursor: pointer;
  overflow: hidden;
}

.page .btn img {
  height: 0.11rem;
  object-fit: contain;
}

.page .prev::after {
  content: "&lt;";
}

.page .next::after {
  content: "&gt;";
}

.page .prev::after,
.page .next::after {
  position: absolute;
  font-size: 0.16rem;
  font-family: "宋体";
  color: #fff;
  font-weight: bold;
}

.page .btn:hover {
  background: #3d60ed;
}

.page .disable {
  opacity: 0.5;
}

.page .btn:hover img {
  filter: brightness(0) invert(1);
}

.page .total {
  margin-right: 0.23rem;
  font-size: 0.14rem;
  color: #333333;
}

.page .to_page {
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-left: 0.08rem;
}

.page .to_page input {
  width: 0.6rem;
  height: 0.31rem;
  margin: 0 0.05rem;
  padding: 0 0.1rem;
  border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
  border: 0.01rem solid #3d60ed;
  outline: none;
  font-size: 0.14rem;
  color: #FFFFFF;
  background: transparent;
}


/* 顶部盒子 */
/*.section_top_box {
  height: 4rem;
  background-image: url(../img/meng（1）\ 438.png);
  background-size: 100% 100%;
}*/

.section_top_masking {
  height: 4rem;
  background: linear-gradient(134deg, rgba(2, 17, 29, 0.36) 0%, rgba(11, 23, 32, 0.32) 100%);
  padding-top: 2.63rem;
  padding-left: 3.6rem;
}

.section_top_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
}

.section_nav_list {
  min-height: 0.6rem;
  border-bottom: 0.01rem solid #F2F2F2;
}

.nav_list_center {
  max-width: 12rem;
  /*width: 18rem;*/
  /*width: auto;*/
  /*max-width: 18rem;*/
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.left_list_nav ul {
    /*max-width: 9.6rem;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.left_list_nav{
    display: block;
}

.left_list_box {
  min-width: 1.6rem;
  width: auto;
  height: 0.6rem;
  transition: all 0.3s;
}

.left_list_box:hover {
  background: #EE5D13;
}

.left_list_box:hover&gt;a {
  color: #FFFFFF;
}

.left_list_active {
  background: #EE5D13;
}

.left_list_active&gt;a {
  color: #FFFFFF;
}

.left_list_small_box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  height: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  transition: all 0.3s;
  padding: 0 .2rem;
}

.right_list_nav {
  display: flex;
}

.right_list_box {
    display: none;
  /*display: flex;*/
  /*align-items: center;*/
}

.right_list_small_box {
  width: 0.16rem;
  height: 0.16rem;
  display: flex;
  margin-right: 0.05rem;
}

.right_list_small_box img {
  width: 100%;
  height: 100%;
}

.section_content_box {
  padding-top: 0.6rem;
  padding-bottom: 0.53rem;
}

.right_list_small_box1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #929597;
  white-space: nowrap;
}

.hengx {
  width: 0.07rem;
  height: 0.01rem;
  background: #929597;
  margin: 0 0.05rem;
}

.acardia_title {
  display: flex;
  align-items: center;
}

.left_zhi_box {
  width: 0.08rem;
  height: 0.4rem;
  background: #EE5D13;
  margin-right: 0.18rem;
}

.right_text_box {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
}

.acardia_content_box {
  margin-top: 0.4rem;
}

.acardia_content_box p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.btm_title_box {
  display: flex;
  align-items: center;
}

.btm_title_box&gt;div {
  width: 0.06rem;
  height: 0.3rem;
  background: #EE5D13;
}

.btm_title_box&gt;p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  margin-left: 0.08rem;
}

/* 客户案例标题 */
.center_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.3rem;
}

.center_text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  text-align: center;
}

.center_top_box {
  width: 12rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #DCDCDC;
}

.center_content_box {
  margin-top: 0.3rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.01rem solid #DCDCDC;
}

.content_center_box {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}

.content_center_box img {
    max-width: 100%;
    width: revert-layer;
    height: auto;
    display: block;
}

.content_center_box video{
    max-width: 100%;
    width: revert-layer;
    height: auto;
    display: block;
    margin: 0 auto;
}

.content_img_boxA {
  width: 8rem;
  height: 4.4rem;
  display: flex;
  margin: auto;
  margin-top: 0.3rem;
}

.top_ce {
  margin-top: 0.53rem;
}

.page_tab {
  margin-top: 0.2rem;
}

.page_tab .center_box {
  display: flex;
  justify-content: space-between;
}

.left_page {
  display: flex;
  align-items: center;
  width: fit-content;
}

.left_page:hover .jiantou_page img {
  filter: brightness(1);
}

.left_page:hover .page_text_box p {
  color: #EE5D13;
}

.jiantou_page {
  width: 0.1rem;
  height: 0.17rem;
  display: flex;
}

.jiantou_page img {
  filter: brightness(0);
  transition: all 0.3s;
}

.page_shux {
  height: 0.17rem;
  border: 0.01rem solid #929597;
  margin-left: 0.16rem;
  margin-right: 0.22rem;
}

.page_text_box p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  transition: all 0.3s;
}

.right_page {
  display: flex;
  align-items: center;
  width: fit-content;
  flex-direction: row-reverse;
}

.right_page .jiantou_page {
  transform: rotate(-180deg);
}

.right_page:hover .jiantou_page img {
  filter: brightness(1);
}

.right_page:hover .page_text_box p {
  color: #EE5D13;
}

/* 相关产品0 */
.automate_box {
  height: 4.64rem;
  background: #F2F2F2;
  padding-top: 0.6rem;
}

.automate_siwper_box {
  width: 12rem;
  margin-top: 0.3rem;
  height: 2.83rem;
  position: relative;
}

.automate_swiper_box {
  width: 100%;
  height: 2rem;
  display: flex;
}

.automate_swiper_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automate_swiper_box1 {
  width: 100%;
  border: 0.01rem solid #EE5D13;
  margin-top: 0.15rem;
}

.automate_swiper_text {
  padding: 0.1rem 0.1rem 0.23rem 0.1rem;
  width: 100%;
  height: 100%;
}

.automate_swiper_box2 {
  margin-top: 0.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.automate_swiper_box2_text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  transition: all 0.3s;
}

.automate_swiper_box2_img {
  width: 0.13rem;
  height: 0.08rem;
  display: flex;
}

.automate_swiper_box2_img img {
  width: 100%;
  height: 100%;
}

.about_product .btm_title_box {
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #DCDCDC;
}

.about_product_content {
  width: 100%;
  height: 3.8rem;
  /* background-image: url(../img/meng\ 465.png); */
  background-size: 100% 100%;
  margin-top: 0.76rem;
}

.about_product_content .center_box {
  display: flex;
}

.about_product_content .center_box&gt;a {
  margin-right: 0.31rem;
  transition: all 0.3s;
}

.about_product_content .center_box&gt;a:hover {
  background: #EE5D13;
}

.about_product_content .center_box&gt;a:hover .about_img_small1 {
  border: 0.01rem solid #FFFFFF;
}

.about_product_content .center_box&gt;a:hover .automate_swiper_box2_text {
  color: #FFFFFF;
}

.about_product_content .center_box&gt;a:hover .automate_swiper_box2_img {
  filter: brightness(10);
}

.about_product_small_box {
  width: 3.8rem;
  /* height: 3.56rem; */
  background: #F5F5F5;
  padding: 0.2rem 0.2rem 0.22rem 0.2rem;
  margin-top: -0.5rem;
}

.about_img_small {
  width: 3.4rem;
  height: 2.6rem;
  display: flex;
}

.about_img_small1 {
  margin-top: 0.2rem;
  width: 3.4rem;
  border: 0.01rem solid #C9C9C9;
}

.about_img_small2 {
  display: flex;
  justify-content: space-between;
}

/* 招募代理 */
.section_Recru_box {
  margin-top: 0.59rem;
  padding-bottom: 0.79rem;
}

.Recru_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.08rem;
  text-align: center;
}

.Recru_text1 {
  width: 0.4rem;
  height: 0.03rem;
  background: #EE5D13;
  margin: auto;
  margin-bottom: 0.5rem;
}

.Recru_text2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  text-align: center;
}

textarea {
  outline: none;
  padding-top: 0.2rem;
  padding-left: 1rem;
  padding-right: 0.3rem;
}

.right_Quality_bottom_Pager {
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 0.5rem;
  width: fit-content;
}

.right_Quality_bottom_Pager&gt;div:nth-of-type(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
}

.pager_small {
  display: flex;
  align-items: center;
}

.pager_small&gt;p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  margin-left: 0.1rem;
}

.pager_small&gt;input:nth-of-type(1) {
  width: 0.6rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #DEDEDE;
  padding-left: 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  margin-left: 0.1rem;
}

.btn_clor {
  width: 0.72rem;
  height: 0.32rem;
  background: #EE5D13;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-left: 0.2rem;
}

.right_Quality_bottom_Pager&gt;div:nth-of-type(2) {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.2rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.right_Quality_bottom_Pager&gt;div:nth-of-type(2) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_Quality_bottom_Pager&gt;div:nth-of-type(2) a img {
  width: 0.05rem;
  height: 0.1rem;
}

.right_Quality_bottom_Pager&gt;div:nth-last-of-type(2) {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.1rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.right_Quality_bottom_Pager&gt;div:nth-last-of-type(2) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_Quality_bottom_Pager&gt;div:nth-last-of-type(2) a img {
  width: 0.05rem;
  height: 0.1rem;
}

.Pager_One,
.Pager_Two,
.Pager_Three,
.Pager_Four,
.Pager_six,
.Pager_seven {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.1rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.Pager_One:hover,
.Pager_Two:hover,
.Pager_Three:hover,
.Pager_Four:hover,
.Pager_six:hover {
  background: #EE5D13;
}

.Pager_One:hover a,
.Pager_Two:hover a,
.Pager_Three:hover a,
.Pager_Four:hover a,
.Pager_six:hover a {
  color: #FFFFFF;
}

.Pager_One a,
.Pager_Two a,
.Pager_Three a,
.Pager_Four a,
.Pager_six a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
}

.Disabled_Quality {
  cursor: not-allowed;
}

.Pager_five {
  font-weight: 400;
  font-family: Microsoft YaHei, Microsoft YaHei;
  color: #7D7D7D;
  font-size: 0.14rem;
  margin-left: 0.1rem;
}

:root {
  --c: #EE5D13;
  ;
  --s_tran: 0.6s ease-in-out;
  --l_tran: 0.8s ease-in-out;
}

.main {
  justify-content: space-between;
  max-width: 12rem;
  width: 95%;
  margin: 0 auto;
}
.logo_img_box{
    flex-shrink: 0;
}

@media screen and (max-width:1024px){
    .section_top_box{
        margin-top: 50px;
    }
    .section_top_masking{
        padding: 0;
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section_top_box{
        height: 2rem;
    }
    .section_nav_list{
        display: none;
    }
    .center_box{
        width: 94%;
        margin: 0 auto;
    }
    .center_top_box{
        width: 100%;
    }
    .center_title{
        font-size: 16px;
    }
    .center_text{
        font-size: 14px;
    }
    .content_center_box{
        font-size: 14px;
    }
    .page_text_box p{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .page_text_box{
        width: 85%;
    }
    .right_Quality_bottom_Pager{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .right_Quality_bottom_Pager&gt;div:nth-of-type(1),
    .right_Quality_bottom_Pager&gt;div:nth-last-of-type(2){
        font-size: 12px;
    }
    .right_Quality_bottom_Pager&gt;div:nth-of-type(2),
    .right_Quality_bottom_Pager&gt;div:nth-last-of-type(2){
        width: 20px;
        height: 20px;
    }
    .Pager_One, .Pager_Two, .Pager_Three, .Pager_Four, .Pager_six, .Pager_seven{
        width: 20px;
        height: 20px;
    }
    .Pager_One a, .Pager_Two a, .Pager_Three a, .Pager_Four a, .Pager_six a{
        font-size: 12px;
    }
    .pager_small&gt;p{
        font-size: 12px;
    }
    .btn_clor{
        font-size: 12px;
    }
    .right_text_box,
    .btm_title_box&gt;p{
        font-size: 16px;
    }
    .acardia_content_box p{
        font-size: 14px;
    }
    .Recru_title,
    .swppor_title{
        font-size: 16px;
    }
    .Recru_text2,
    .swppor_text,
    .swppor_text1{
        font-size: 14px;
    }
    .page_tab .center_box a{
        width: 50%;
    }
    
}


@media only screen and (max-width: 768px) {
.side-nav-list.side-nav-list-main .nav-item:nth-child(5){
        display:none;
    }
    .section_nav_list{
        display: block;
    }
    .nav_list_center{
        width: 100%!important;
        padding: 0.2rem;
        flex-direction: column-reverse;
    }
    .right_list_nav{
        margin: 0 auto 0.2rem auto;
        
    }
    .left_list_box{
        margin: 0 auto;
        min-width: auto!important;
    }
    .center_content_box.content_center_box p{
        margin: 0.1rem auto;
    }
    .oner_main{
            flex-direction: column;
    }
    .left_oner_img{
        margin-right:auto!important;
        margin-left: auto;
        
    }
    .str1{
        flex-direction: column!important;
    }
}</pre></body></html>