<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu {
  width: 100%;
  height: 0.36rem;
  background-color: #fff;
  padding: 0 0.16rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.05rem;
  font-size:max(0.05rem , 12px);
  z-index: 999;
  transition:all 0.6s;
  transform:translateY(0);
}
.inner-page .menu{
    position: relative;
}
.inner-page .header .menu{
    position: fixed;
    left:0;
    top:0;
    z-index:99999;
}
.inner-page .if-banner-swiper{
    /*padding-top:0.36rem;*/
}
.inner-page .header.hide{
    position:relative;
}
.inner-page .header .menu{
    background:#fff;
}
.inner-page .menu .menu_item_container ul li a{
    color:#333;
}
.hide .menu{
    transform: translateY(-100%);
}
.menu.cur{
    background:#fff;
}
.menu .ipd-20{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu .logo {
  width: 0.46rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .logo img {
  display: block;
  width: 100%;
  display:none;
}
.menu .logo.show img.logo_blue{
    display: none;
}
.menu .logo.show img.logo_white{
    display: block;
}
.menu .logo img.logo_blue{
    display: block;
}
.menu .menu_item_container {
  width: 100%;
  margin-left: 0.26rem;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu .right_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu .right_container .btn {
  width: 0.7rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #0064d2;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin-left: 0.07rem;
}

.menu .right_container .btn:hover {
  opacity: 0.8;
  transition: 0.2s 0.1s;
}
.menu .right_container .search_icon img {
  width: 0.07rem;
  height: 0.07rem;
  margin-right: 0.13rem;
  cursor: pointer;
}
.menu .menu_item_container ul {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.menu .menu_item_container ul li {
  margin-right: 0.13rem;
  position: relative;
}
.menu .menu_item_container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.08rem;
  font-size:max(0.08rem , 14px);
  display: flex;
  align-items: center;
  height: 100%;
  color: #333;
}
.menu .menu_item_container ul li a:hover {
  opacity: 0.8;
}

.child4_img{
  cursor: pointer;
}
.header{
    position: relative;
}
.inner-page .header{
    height:0.36rem;
}
.child-nav-warp{
    position: fixed;
    height:calc(100vh - 0.36rem);
    visibility: hidden;
    left:0;
    top:0.36rem;
    right:0;
    bottom:0;
    z-index:9999;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.child-nav-warp.mask{
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: hsla(0, 1%, 48%, .5);
    visibility: visible;
}
.child-nav-warp .child-nw-inner{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    will-change: height;
    z-index: 899;
    background:#fff;
    box-sizing:border-box;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    padding:0 1.25rem;
}
.child-nav-warp .child-nw-inner.expanding{
    
}
.child-nav{
    display: none;
    height: 100%;
    position: relative;
    padding:0.1rem 0 0.25rem;
}
.child-nav.show{
    display: block;
}
.child-nav-inner{
    background:#fff;
}
.child-nav-inner .cni-inner{
    display: flex;
}
.child-nav-inner .all-list{
    width:100%;
}
.child-nav-inner .all-in{
    width:100%;
}
.child-nav-inner .pic{
    width:40%;
    position: relative;
}
.child-nav-inner .pic .swiper{
    overflow: hidden;
    position: relative;
}
.child-nav-inner .pic .swiper-slide a{
    display:block;
}
.child-nav-inner .pic .swiper-slide .picImg{
    position: relative;
    padding-bottom:56.285178%;
    overflow: hidden;
}
.child-nav-inner .pic .swiper-slide .picImg img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    object-fit:cover;
}
.child-nav-inner .pic .swiper-slide .picText{
    font-size: max(0.065rem , 14px);
    font-weight: 700;
    color: #000;
    padding:10px 0;
}
.child-nav-inner .pic .swiper-pagination{
    bottom:55px;
}
.child-nav-inner .swiper-pagination-bullet{
    background:#fff;
}
.child-nav-inner .all{
    margin-bottom:0.065rem;
}
.child-nav-inner .all a{
    font-weight: 400;
    font-size: max(0.08rem , 14px);
    color: #000000;
    display: flex;
    align-items: center;
}
.child-nav-inner .all a img{
    margin-left:5px;
}
.child-nav-inner dt a{
    font-size: max(0.065rem , 14px);
    font-weight:700;
    color:#000;
}

.child-nav-inner .all-list .list {
    display: flex;
}

/*
.child-nav-inner .all-list .list{
    -moz-column-count:3;  Firefox
	-webkit-column-count:3; 
	column-count:3;
    column-gap: 24px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
}
 */
.child-nav-inner .all-list .list dl{
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 0.2rem;
    break-inside: avoid;
}
.child-nav-inner dl{
    margin:0;
    padding:0;
    margin-bottom:0.065rem;
     position: relative;
      z-index:10;
}
.child-nav-inner dt{
    margin-bottom:0.05rem;
     position: relative;
      z-index:10;
}

#pro .child-nav-inner dd{
    margin:10px 0;
    position: relative;
     z-index:10;
}

.child-nav-inner dd{
    margin:5px 0;
    padding:0;
}
.child-nav-inner dd a{
    font-size: max(0.05rem , 12px);
    color:#000;
}
.child-nav-inner a:hover{
    color:#0064d2 !important;
}
.child-nav-inner .all-in dd{
    display: flex;
}
.child-nav-inner .all-in dd a{
    display: inline-block;
    margin-right:10px;
    margin-bottom:5px;
}
.child-nav-inner .all-in .max-list{
    -webkit-box-flex: 20;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 20;
    flex: 20;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
.child-nav-inner .all-in .max-list dl{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 25%;
    min-width: 25%;
    position: relative;
    z-index:10;
    background:transparent;
}
.child-nav-inner .all-in .max-list dl dt,
.child-nav-inner .all-in .max-list dl dd{
    position: relative;
    z-index:10;
}
.child-nav-inner .all-in .max-list dl::after,.child-nav-inner .all-list .list dl::after {
    background: transparent;
    border-radius: 8px;
    bottom:0;
    content: "";
    display: block;
    left: -16px;
    position: absolute;
    right: 16px;
    top: -16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 9;
}
.child-nav-inner .all-in .max-list dl:hover:after,.child-nav-inner .all-list .list dl:hover:after {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    content: "";
}
.child-nav-inner dt a .tips{
    font-size: max(0.05rem , 12px); 
    color:rgba(0,0,0,0.5);
    margin-top:0.05rem;
}





@media screen and (min-width: 1460px) {
  .menu .menu_item_container ul li a {
    font-size: 18px;
  }
  .menu .menu_item_container ul li{
      margin-right:0.1rem;
  }
  /* .menu_item_container ul li .menu_secondary a, */
  .menu {
    font-size: 14px;
  }
}

.hover_zixun_img {
}
/* å¤´éƒ¨äºŒçº§èœå• */
.menu_secondary {
  width: 1.3rem;
  /* margin-top: 5px; */
  border-radius: 0.02rem;
  /* display: none; */
  margin-left: 0.01rem;
  border-right: 1px dashed #a1cbf8;
  /* padding-right: 0.24rem; */
  box-sizing: border-box;
  position: relative;
}
.menu_secondary a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  opacity: 1 !important;
}
.menu_item_container ul li:hover .menu_item {
  display: block;
}
.menu_item_container ul li .menu_secondary a {
  font-size: 0.048rem;
  line-height: 0.13rem;
}

.menu_secondary_item:hover .menu_three {
  display: block;
}
.menu_item p {
  padding: 0 !important;
}
.menu_item {
  background: #ffffff;
  box-shadow: 3px 4px 20px 0px rgba(0, 8, 31, 0.15);
  width: 4.712rem;
  height: 1.6rem;
  position: absolute;
  bottom: -1.6rem;
  left: -0.16rem;
  z-index: 999;
  padding: 0.16rem;
  box-sizing: border-box;
  color: #333;
  font-size: 0.064rem;
  display: none;
}
.menu_secondary_item a:hover {
  color: #0064d2 !important;
}
.menu_secondary_item a:hover {
  color: #0064d2 !important;
}
.menu_two_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_two_img {
  width: 0.04rem;
  height: 0.1rem;
  opacity: 0.8;
  background-image: url(../assets/right1.png);
  background-repeat: no-repeat;
}
.menu_two_btn:hover .menu_two_img {
  background-image: url(../assets/right2.png);
}
.menu_two_btn:hover .two_title {
  color: #0064d2;
}
.menu_secondary_item {
  /* position: relative; */
  /* height: 0.15rem; */
}
.menu_three {
  width: 1.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1.5rem;
  display: none;
}
.menu_three a {
  color: #96acc0 !important;
  padding-left: 0.24rem;
}
.title_icon {
  font-size: 0.064rem !important;
}
.menu_two_img {
  padding-right: 0.24rem;
}
.two_title {
  width: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #000;
}
.menu_two_btn p {
  line-height: 0.15rem;
  margin: 0;
}
.menu_four {
  background-color: #f4f8fb;
  width: 1.728rem;
  height: 1.6rem;
  padding: 0.24rem 0.32rem 0 0.32rem;
  position: absolute;
  top: -0.16rem;
  right: -1.74rem;
  z-index: 999;
  display: none;
}
.menu_four_img {
  width: 1.088rem;
  height: 0.612rem;
  background: #4498f1;
  border-radius: 0.02rem;
  overflow: hidden;
}
.menu_four_img img {
  width: 100%;
  height: 100%;
  z-index: 999;
}
.menu_three_item a {
  width: 100%;
  display: inline-block;
}
.menu_four .menu_four_desc {
  font-size: 0.056rem;
  color: #96acc0;
  margin-top: 0.076rem;
  margin-bottom: 0.12rem;
}
.menu_three_item:hover .menu_four {
  display: block;
}
.menu_four .menu_four_down {
  width: 0.36rem !important;
  height: 0.136rem !important;
  border: 1px solid #cccccc;
  border-radius: 0.068rem;
  font-size: 0.056rem;
  color: #96acc0;
  line-height: 0.068rem;
  text-align: center;
  display: block;
  padding: 0;
  box-sizing: border-box;
}

/* äºŒçº§èœå• */
/* äºŒçº§èœå• */
.two_menu {
  /* padding: 0.16rem; */
  box-shadow: 3px 4px 20px 0px rgba(0, 8, 31, 0.15);
  position: absolute;
  top: 0.36rem;
  left: -10000000px;
  z-index: 99999999999999;
  background-color: #fff;
}
.child2 {
  margin: 0.16rem;
  margin-right: 0.244rem;
}
.child2 div {
  display: flex;
  align-items: center;
  margin-bottom: 0.07rem;
}
.child3 {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.child3 div:last-child,
.child2 div:last-child {
  margin-bottom: 0 !important;
}
.child2 div a {
  color: #333333;
  font-size: 0.064rem;
  font-size:max(0.064rem , 12px);
  margin-right: 0.18rem;
  min-width:0.5rem;
}
.child3 div {
  padding: 0 0.324rem 0 0;
}
.child3 div {
  margin-bottom: 0.05rem;
}
.child3 div span,
.child3 div a {
  color: #96acc0;
}
.two_menu {
  display: flex;
}
.child4 {
  background: #f4f8fb;
  padding: 0.24rem 0.24rem;
}
.child4_img {
  width: 0.688rem;
  height: 0.3rem;
  border-radius: 5px;
}
.child4_title {
  font-size: 0.056rem;
  color: #96acc0;
  line-height: 0.096rem;
  margin-top: 0.076rem;
  margin-bottom: 0.12rem;
}
.child4_down {
  width: 0.36rem;
  height: 0.136rem;
  border: 1px solid #cccccc;
  border-radius: 0.068rem;
  font-size: 0.056rem;
  font-size:max(0.056rem ,12px);
  color: #96acc0 !important;
  display: block;
  text-align: center;
  line-height: 0.136rem;
}
.child4_down:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.menu_icon {
  display: none;
}
.menu-list {
  display: none;
}
.menu .menu_item_container ul li:after{
    content:'';
    width:0;
    transition: all 0.6s;
    height:3px;
    background:#4498F1;
    position: absolute;
    left:0;
    bottom:0;
}
.menu .menu_item_container ul li.nav-up-selected a,
.menu .menu_item_container ul li.cur a,
.menu .menu_item_container ul li:hover a,
.menu .menu_item_container ul .active a{
  color: #4498F1 !important;
}
.menu .menu_item_container ul li.nav-up-selected:after,
.menu .menu_item_container ul li.cur:after,
.menu .menu_item_container ul li:hover:after,
.menu .menu_item_container ul li.active:after {
    width:100%;
}
.user_container{
    margin-left:0.07rem;
    display: flex;
    align-items: center;
    position: relative;
}
.user_container .avatar {
    height: 0.2rem;
    width:auto;
}
.user_container .my_account {
    /*display: none;*/
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 3px 4px 20px 0px rgba(0, 8, 31, 0.15);
    background: #fff;
    color: #000;
    font-size: 14px;
    font-size: max(0.05rem, 14px);
    padding: 20px;
    width: 260px;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(-10%);
    visibility: hidden;
   
    /*box-sizing: ;*/
}
 .user_container .my_account * {
      box-sizing: border-box;
 }
.user_container .my_account .account_info {
    position: relative;
    padding-left: 42px;
   
}
.user_container .my_account .account_info .left {
    position: absolute;
    left: 0;
}
.user_container .my_account .account_info .right p{
   letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user_container .my_account .account_info .avatar {
    height: 32px;
}
.user_container .my_account .account_info .username {
   font-weight: 700;
}
 .user_container .my_account .account_info .email {
   color: #555;
}
.user_container:hover .my_account {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.user_container .control_panel {
    padding: 20px 0;
    
}
.user_container .control_panel a {
    color: #0064d2;
    font-weight: 700;
}
.user_container .logout_container .logout_btn{
    border: 1px solid #0064d2;
    width: 100%;
    background: #fff;
    line-height: 32px;
    font-size: max(0.05rem, 14px);
    cursor: pointer;
}

.user_container .logout_container .logout_btn:hover {
    background: #0064d2;
    color: #fff;
}
@media only screen and (max-width: 1000px) {
    .header{
        height:auto;
    }
    .inner-page .header{
        height:60px;
    }
  .menu {
    height: 60px;
    padding:0 20px;
    display: flex;
    align-items: center;
  }
  /*.menu .right_container .search_icon{*/
  /*  display: none;*/
  /*}*/
  .menu .logo {
    width: 70px;
    height: auto;
    justify-content: flex-start;
    /*margin-top: 30px;*/
  }
  .menu .right_container .btn,
  .menu_item_container {
    display: none !important;
  }
  .menu_icon {
    display: block;
  }
  .menu_icon:hover {
    cursor: pointer;
  }
  .menu .right_container .search_icon img {
    width: 0.12rem;
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
    
  #top {
    display: none;
  }
  .hide .menu{
      transform: translateY(0);
  }
  .menu_item_container ul {
    display: none !important;
  }
  .user_container{
      margin-right:20px;
  }
  .menu_icon {
    display: block;
    height:32px;
    width:auto;
  }
  .wap-bt-onl{
      padding:10px 25px 0;
      display: flex;
      flex-wrap: wrap;
  }
  .wap-bt-onl a{
      width:calc((100% / 3) - (20px / 3));
      margin-left:10px;
      display: block;
      text-align: center;
      box-sizing: border-box;
      padding:5px;
      background: #0064d2;
      color:#fff;
      border-radius:20px;
      
  }
  .wap-bt-onl a:nth-child(1){
      margin-left:0;
  }
  .menu-list {
    display: none;
    position: fixed;
    top: 58px;
    right: 0px;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
  }

  .menu-list &gt; ul &gt; li &gt; a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
  }
  .menu-list &gt; ul &gt; li:nth-child(1) .sec_span{
      display: none;
  }
  .menu-list ul li .child-list li a {
    display: block;
    font-size: 14px;
    width: 70%;
    /* text-align: center; */
    box-sizing: border-box;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    color: #96acc0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #f7f7f7;
  }
  .menu-list .child-list .third-nav li a {
    display: block;
    font-size: 14px;
    width: 100%;
    /* text-align: center; */
    padding-left: 30px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    color: #96acc0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #ffffff;
  }
  .menu-list &gt; ul &gt; li &gt; span &gt; img {
    width: 20px;
    height: 20px;
    margin: 20px 0px;
  }
  .menu-list &gt; ul &gt; li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    /* text-align: center; */
    padding-left: 25px;
    background-color: transparent;
    border-bottom: 1px solid #ededed;
  }
  .menu-list &gt; ul &gt; li &gt; span {
    position: absolute;
    top: 0;
    right: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    color: #999;
  }
  .menu-list ul {
    padding: 0;
  }
  .menu-list ul li .child-list li span &gt; img {
    width: 20px;
    height: 20px;
    margin: 10px 0px;
  } /* ç§»åŠ¨ç«¯äºŒçº§å¯¼èˆªå±•å¼€ */
  .menu-list ul li .child-list {
    display: none;
    /*background-color: #fff;*/
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
  }

  .menu-list ul li .child-list li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  /* ç§»åŠ¨ç«¯ä¸‰çº§çº§å¯¼èˆªå±•å¼€ */
  .menu-list .child-list .third-nav {
    display: none;
    /*background-color: #fff;*/
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
  }

  .menu-list .child-list .third-nav li {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .menu-list ul li .child-list li span {
    position: absolute;
    top: 0;
    right: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    color: #999;
  }
  .menu-list ul li .child-list li span &gt; img {
    width: 20px;
    height: 20px;
    margin: 10px 0px;
  }
  .menu .right_container .btn {
    width: 0.65rem;
  }
  .menu .right_container .search_icon img {
    width: 0.12rem;
    height: auto;
  }
  .menu .right_container .search_icon img,
  .menu .right_container .search_icon a {
    display: flex;
    align-items: center;
  }
}
</pre></body></html>