
/* CSS Document */
*{margin: 0;padding: 0;}
body{margin:0px;font-family: PingFang SC,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,Arial,sans-serif; }
input,textarea,select,option{font-family: PingFang SC,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,Arial,sans-serif;}
div{ text-align:left;}
a{text-decoration:none; color: #333;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
img{border:0px;}
:focus {OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: 0px;}
ul{margin:0px; padding:0px;}
li{margin:0px; padding:0px; list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none;}
img{border:0px;}
h1{margin:0px; padding:0px;}
h2{margin:0px; padding:0px;}
h3{margin:0px; padding:0px;}
object,embed,a,input{bblr:expression_r(this.onFocus=this.blur());outline:none;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);box-shadow: none; -webkit-appearance: none;  background-color: transparent;}
textarea{box-shadow: none; -webkit-appearance: none;  background-color: transparent;}
a:-webkit-any-link {text-decoration: none;}

/* ============================== ============================================*/

/* 页面面包屑导航 */
  .top-space {
    width: 100%;
    height: 80px;
  }
  
  .nav-bar-layout {
    padding-left: 32px;
    width: 100%;
    height: 60px;
    background: #f7f7f7;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 2px 0px;
  }
  
  .nav-bar-inner-layout {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  
  .nav-bar-title1 a {
    font-size: 16px;
    color: #c13939;
    line-height: 16px;
  }
  
  .nav-bar-arrow {
    width: 8px;
    height: 12px;
    margin: 0 8px;
  }
  
  .nav-bar-title2 a {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
  }
  /* ============================== ============================================*/


