<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*PC-澶撮儴header*/
.header-top{
    width: 100%;
    height: 58px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
  }
  .header {
    height: 58px;
  
  }
  
  .header .logo {
    float: left;
   width: 89px;
      height: 34px;
      margin-top: 13px;
  }
  
  .header ul {
    float: left;
  }
  
  .header ul li {
      float: left;
      padding: 0 25px;
      text-align: center;
      position: relative;
      margin-left: 4px;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      line-height: 58px;
  }
  
  .header ul li:after{
      position: absolute;
      content: '';
      width: 1px;
      height: 17px;
      background-color: #999;
      right: -6px;
      top: 25px;
  }
  .header ul li span{
      display: block;
      position: relative;
  }
  .header ul li span:before{
      position: absolute;
      content: '';
      border: 6px solid transparent;
      border-top-color: #333;
      top: 25px;
      right: -18px;
  }
  .header ul li span:after{
      position: absolute;
      content: '';
      border: 6px solid transparent;
      border-top-color: #fff;
      top: 24px;
      right: -18px;
  }
  .header ul li:hover span{
      color: #197acd;
  }
  .header ul li:hover span:before{
      border-bottom-color: #197acd;
      border-top-color: transparent;
      top: 25px;
  }
  .header ul li:hover span:after{
      border-bottom-color: #fff;
      border-top-color: transparent;
      top: 26px;
  }
  .header ul li .yinc{
      width: 90px;
      position: absolute;
      padding: 10px 25px;
      background-color: #fff;
      top: 58px;
      left: 0;
      z-index: 5;
      border-top: 2px solid #197acd;
      display: none;
      box-shadow: 0 0 5px 2px rgba(4, 0, 0, 0.3);
  }
  .header ul li .yinc a{
      font-size: 14px;
      color: #333;
      line-height: 28px;
      display: block;
  }
  .header ul li:hover .yinc a{
      color: #333;
  }
  .header ul li .yinc a:hover,
  .header ul li:hover a{
      color: #197acd;
  }
  .header ul li:hover .yinc{
      display: block;
  }
  .header ul li:last-child:after{
      background-color: transparent;
  }
  
  .header p {
    float: right;
    font-size: 20px;
    color: #f32c1d;
    line-height: 58px;
    background: url(images/header_tel.png) left center no-repeat;
    padding-left: 36px;
  }
  
  /*绉诲姩-澶撮儴瀵艰埅*/
  
  .top{
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 48px;
    background-color: #fff;
  }
  .top a{
    float: right;
      line-height: 32px;
      color: #fff;
      font-size: 16px;
      margin-right: 16px;
      background-color: #d8360b;
      height: 32px;
      margin-top: 8px;
      padding: 0 8px;
      border-radius: 8px;
      text-decoration: none;
  }
  .top img{
    width: 96px;
    height: 32px;;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -16px;
  }
  
 
  .footer_pf{
      width: 93%;
      height: 60px;
      padding: 0 15px;
          z-index: 1000000;
      background-color: #fff;
      position: fixed;
      left: 0;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  box-shadow:0px -3px 7px 0px rgba(0, 0, 0, 0.08);
  }
  .footer_pf .footer_list{
      width: 110px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
  .footer_pf .footer_list img{
      width: 25px;
      height: 25px;
      margin: 20px 0 0 6px;
  }
  .footer_pf .footer_list p{
      font-size: 13px;
      color: #000;
      margin-left: 5px;
      line-height: 60px;
  }
  .footer_pf .footer_list.footer_last{
      width: 110px;
      height: 40px;
      background-color: #ff9601;
      box-shadow: 0 2px 5px 0 rgba(255, 150, 1, 0.35);
      border-radius: 4px;
      margin-top: 10px;
      font-size: 16px;
      color: #fff;
      line-height: 40px;
      text-align: center;
      display: block;
  }
  
  
  
  /*pc-澶撮儴*/
  .header_common {
    width: 100%;
    height: 80px;
    background-color: #fff;
  }
  
  .header_common .header_common_logo {
    width: 255px;
    height: 50px;
    float: left;
    margin-top: 15px;
    margin-right: 50px;
  }
  
  .header_common .item {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 76px;
    margin-right: 40px;
    position: relative;
  }
  


  .header_common .item:hover {
    font-weight: bold;
    color: #2469f3;
    border-bottom: 4px solid #2469f3;
  }
  
  .header_common .header_common_tel {
    float: right;
    font-size: 24px;
    line-height: 80px;
    padding-left: 35px;
    color: #e53622;
    font-weight: bold;
    background: url(../img/header_tel.png) left center no-repeat;
  }
  
  
  .navtop {
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 10;
  }
  
  .navtop .header_common_logo {
    width: 153px;
    height: 30px;
    margin-top: 10px;
  }
  
  .navtop .header_common_logo img {
    width: 153px;
    height: 30px;
  }
  
  .navtop .item {
    line-height: 50px;
    margin-right: 60px;
    position: relative;
    cursor: pointer;
  }
  
  .navtop .item:hover {
    border-bottom: 0;
  }
  .header_common .item_none{
    display: none;
    width: 140px;
    height: auto;
    background-color: #fff;
    position: absolute;
    padding-top: 15px;
    border-radius: 0 0 5px 5px;
    z-index: 10;
    left: -40px;
  }
  .header_common .item_none a{
    padding: 0 20px;
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 12px;
    margin-bottom: 20px;
    font-weight: normal;
  }
  .header_common .item_none a:hover{
    color: #2469f3;
  }
  .navtop .item:hover .item_none{
    display: block;
  }
  .header_common .item:hover .item_none{
    display: block;
  }
  .navtop .header_common_tel {
    font-size: 20px;
    line-height: 50px;
  }
  
  /*pc-搴曢儴*/
  .footer_common{
    width: 100%;
    height: auto;
    background-color: #414141;
  }
  
  .footer_common .footer_common_top{
    height: 180px;
  }
  
  .footer_common .footer_com_logo{
    float: left;
    margin: 20px 0 0 138px;
  }
  
  .footer_common .footer_com_center{
    float: left;
    margin-left: 180px;
    margin-top: 20px;
  }
  
  .footer_common .footer_com_center span{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #b7b7b7;
    display: block;
  }
  
  .footer_common .footer_com_center p a{
    color: #fff;
  }
  
  .footer_common .footer_com_center p.yi{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    padding-left: 38px;
    margin-top: 24px;
    background: url(images/footer_com_tel.png) left center no-repeat;
  }
  
  .footer_common .footer_com_center p.er{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-left: 43px;
    margin-top: 30px;
    background: url(images/footer_com_wx.png) left center no-repeat;
  }
  
  .footer_common .footer_com_right{
    float: left;
    margin-left: 202px;
    margin-top: 20px;
  }
  
  .footer_common .footer_com_right span{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #b7b7b7;
    display: block;
  }
  
  .footer_common .footer_com_right img{
    margin-top: 24px;
  }
  
  .footer_common .footer_common_xia{
    width: 100%;
    height: auto;
    border-top: 1px solid #4c4c4c;
  }
  
  .footer_common .footer_common_xia p{
    font-size: 12px;
    color: #878787;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  
  .footer_common .footer_common_xia p a{
    color: #878787;
  }
  
  .footer_common .footer_common_xia p b{
    margin-right: 30px;
  }
/* 鏈€鏂拌鍩瑰鑸� */
/*pc-澶撮儴*/
.header_common {
    width: 100%;
    height: 80px;
    background-color: #fff;
  }
  
.top_nav_new   .header_common .header_common_logo {
    width: 255px;
    height: 50px;
    float: left;
    margin-top: 15px;
    /* margin-right: 50px; */
    margin-right: 27px;
  }
  .top_nav_new   .header_common .header_common_logo_ys {
    width: 255px;
    height: 50px;
    float: left;
    margin-top: 15px;
    margin-right: 27px;
  }
.top_nav_new   .header_common .item {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 76px;
    margin-right: 13px;
  }
/* alevel澶撮儴 */
  .top_nav_new .headers_aleve .item {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 76px;
    margin-right: 9px;
  }
/* alevel澶撮儴 */
.top_nav_new .headers_yspx .item {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 76px;
  margin-right: 11px;
}

  .top_nav_new   .header_common .taghot {
    position: relative;
  }
.top_nav_new   .header_common .item:hover {
    font-weight: bold;
    color: #2469f3;
    border-bottom: 4px solid #2469f3;
  }
  

.top_nav_new   .header_common .header_common_tel {
    float: right;
    font-size: 24px;
    line-height: 80px;
    padding-left: 35px;
    color: #e53622;
    font-weight: bold;
    background: url(images/header_tel.png) left center no-repeat;
  }
  
  
  .navtop {
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 10;
  }
  
  .navtop .header_common_logo {
    width: 153px;
    height: 30px;
    margin-top: 10px;
  }
  
  .navtop .header_common_logo img {
    width: 153px;
    height: 30px;
  }
  
  .navtop .item {
    line-height: 50px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
  }
  
  .navtop .item:hover {
    border-bottom: 0;
  }
.top_nav_new   .header_common .item_none{
    display: none;
    width: 100px;
    height: auto;
    background-color: #fff;
    position: absolute;
    padding-top: 15px;
    border-radius: 0 0 5px 5px;
    z-index: 10;
  }
.top_nav_new   .header_common .item_none a{
    padding: 0 20px;
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 12px;
    margin-bottom: 20px;
    font-weight: normal;
  }
.top_nav_new   .header_common .item_none a:hover{
    color: #2469f3;
  }
  .navtop .item:hover .item_none{
    display: block;
  }
.top_nav_new   .header_common .item:hover .item_none{
    display: block;
  }
  .navtop .header_common_tel {
    font-size: 20px;
    line-height: 50px;
  }
  
  /*pc-搴曢儴*/
  .footer_common{
    width: 100%;
    height: auto;
    background-color: #414141;
  }
  
  .footer_common .footer_common_top{
    height: 180px;
  }
  
  .footer_common .footer_com_logo{
    float: left;
    margin: 20px 0 0 138px;
  }
  
  .footer_common .footer_com_center{
    float: left;
    margin-left: 180px;
    margin-top: 20px;
  }
  
  .footer_common .footer_com_center span{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #b7b7b7;
    display: block;
  }
  
  .footer_common .footer_com_center p a{
    color: #fff;
  }
  
  .footer_common .footer_com_center p.yi{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    padding-left: 38px;
    margin-top: 24px;
    background: url(images/footer_com_tel.png) left center no-repeat;
  }
  
  .footer_common .footer_com_center p.er{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-left: 43px;
    margin-top: 30px;
    background: url(images/footer_com_wx.png) left center no-repeat;
  }
  
  .footer_common .footer_com_right{
    float: left;
    margin-left: 202px;
    margin-top: 20px;
  }
  
  .footer_common .footer_com_right span{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #b7b7b7;
    display: block;
  }
  
  .footer_common .footer_com_right img{
    margin-top: 24px;
  }
  
  .footer_common .footer_common_xia{
    width: 100%;
    height: auto;
    border-top: 1px solid #4c4c4c;
  }
  
  .footer_common .footer_common_xia p{
    font-size: 12px;
    color: #878787;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  
  .footer_common .footer_common_xia p a{
    color: #878787;
  }
  
  .footer_common .footer_common_xia p b{
    margin-right: 30px;
  }
  
  
  /*鑰冪爺pc澶撮儴*/
  .nav_ky {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #545454;
  }
  
  .nav_ky .logo_ky {
    float: left;
    margin-top: 17px;
  }
  
  .nav_ky .nav_right_ky {
    float: right;
  }
  
  .nav_ky .nav_right_ky .item {
    float: left;
    font-size: 22px;
    color: #fff;
    line-height: 80px;
    margin-left: 44px;
  }
  
  .nav_ky .nav_right_ky .nav_kytel {
    float: left;
    font-size: 20px;
    color: #fff;
    margin-left: 40px;
    line-height: 80px;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc {
    position: relative;
    margin-left: 46px;
    padding-right: 24px;
    float: left;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc span {
    font-size: 22px;
    color: #fff;
    line-height: 80px;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc span a{
    color: #fff;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-top-color: #fff;
    right: 0;
    top: 37px;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc .nav_show {
    width: 122px;
    padding-bottom: 20px;
    position: absolute;
    display: none;
    background-color: #fff;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc .nav_show a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc .nav_show a:hover{
     color: #5f77ff;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc .nav_show::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #fff;
    left: 57px;
    top: -16px;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc .nav_shower {
    width: 216px;
    left: 50%;
    margin-left: -108px;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc .nav_shower a {
    width: 50%;
    float: left;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc .nav_shower::before {
    left: 104px;
  }
  
  .nav_ky .nav_right_ky .nav_right_yc:hover .nav_show {
    display: block;
  }
  
  /*鑰冪爺-pc-搴曢儴棰勭害婕傛诞*/
  .foot_pfdb{
    width: 100%;
    height: 124px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: url(../img/yy_dbbg.jpg) no-repeat;
  }
  .foot_pfdb .wrapper{
    height: 100%;
    position: relative;
  }
  .foot_pfdb img{
    float: left;
    margin-top: -64px;
  }
  #formdb{
    width: 810px;
    position: absolute;
    right: 0;
    top: 37px;
    display: flex;
    justify-content: space-between;
  }
  #formdb input{
    width: 240px;
    height: 46px;
    border: 1px solid #cebfad;
    border-radius: 8px;
    font-size: 15px;
    color: #000;
    text-indent: 50px;
  }
  #formdb .form_name{
    background: url(../img/yy_dbicon1.png) 12px center no-repeat #fff;
  }
  #formdb .form_phoneNo{
    background: url(../img/yy_dbicon2.png) 12px center no-repeat #fff;
  }
  #formdb .submit{
    width: 242px;
    height: 48px;
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    background: url(../img/yy_dbtjbg.png) no-repeat;
  }
  /* 棣栭〉瀵艰埅鏂板 */
.header_common .nav_right_jianjie{
    position: relative;
    padding-right: 10px;
    float: left;
}
.header_common .nav_right_jianjie::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-top-color: #545454;
    right: 5px;
    top: 35px;
}
.header_common .nav_right_jianjie .nav_show {
    width: 110px;
    padding-bottom: 20px;
    position: absolute;
    display: none;
    background-color: #fff;
    top: 76px;
    left: -8px;
    border-top: 1px solid transparent;
    border: 1px solid #efeff0;
    z-index:5;
    
}
.header_common .nav_right_jianjie .nav_show a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
  }
.top_nav_new   .header_common .nav_right_jianjie:hover .nav_show {
    display: block;
  }

.top_nav_new   .header_common .nav_right_jianjie .nav_show a:hover{
     color: #2469f3;
  }
.top_nav_new   .header_common .nav_right_jianjie .nav_show::before {
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    left: 42px;
    padding: 0;
    border-bottom: 9px solid #efeff0;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 10;
  }
.top_nav_new  .header_common .nav_right_jianjie .nav_show::after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    left: 43px;
    padding: 0;
    border-bottom: 8px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12;
  }
  /* 瀵艰埅婊氬姩鍚庨珮搴﹀彉灏忚缃� */
  .navtop .nav_right_jianjie::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-top-color: #545454;
    right: 13px;
    top: 22px;
}
.navtop .nav_right_jianjie .nav_show {
    top: 49px;
}

.top_nav_new .navtop .item {
    line-height: 50px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}
.top_nav_new .navtop .header_common_logo img {
    width: 153px;
    height: 30px;
}
.top_nav_new .navtop .header_common_logo {
    width: 153px;
    height: 30px;
    margin-top: 10px;
}
.top_nav_new  .navtop .header_common_tel {
    font-size: 20px;
    line-height: 50px;
}
.top_nav_new  .navtop .item:hover {
  
    border-bottom: 0;
  
}
/* 鐑棬 */
.top_nav_new  .header_common .hot {
    position: absolute;
    right: -11px;
    top: 9px;
    width: 31px;
    height: 20px;
    background: url(images/hot.png) no-repeat;
}
/* 闆呮€濆ご閮� */
.top_nav_new .navtop .header_common_logo_ys{
  width: 153px;
  height: 30px;
  margin-top: 10px;
}
.top_nav_new .navtop .header_common_logo_ys img {
    width: 153px;
    height: 30px;
}
.top_nav_new .navtop .hot {
  top: 0px;
}
/* 鎵樼 */
.top_nav_new .navtop .header_common_logo_tf{
  width: 153px;
  height: 30px;
  margin-top: 10px;
}
.top_nav_new .header_common_tf .item {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 76px;
  /* margin-right: 25px; */
  margin-right: 37px;
}
.top_nav_new .navtop .mrw100{
  margin-right: 100px !important;
}




.top_nav_new .navtop .item {
  line-height: 50px;
  margin-right: 23px;
  position: relative;
  cursor: pointer;
}</pre></body></html>