/*清除格式*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, button, input, legend, div, img {
    border: medium none;
    margin: 0;
    padding: 0;
}
/*h5新标签*/
 article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
/* 重置表格元素 */
 table {
    border-collapse: collapse;
    border-spacing: 0;
}
em, i {
    font-style: normal;
}
img {
    border: none;
}
/* 重置列表元素 */
 ul, ol, li {
    list-style: none;
}
body {
    color: #333;
    overflow-x: hidden;
    font-family:"Microsoft Yahei";
    font-size: 14px;
}
/*字体*/
 body, div, a, p, li, span {
    font-family:"Microsoft Yahei";
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0px;
    color: #666;
    outline: none;
    border: none;
    -webkit-appearance: none;
    width: inherit;
}
/*清除浮动*/
 .clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.clearfix:after {
    clear: both;
    content:'.';
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #FF6428;
}
.white,.white a{
    color:#fff;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
}
.wrap_w1280,.w1280{
    width: 1280px;
    margin: 0 auto;
}
.wrap_1200 {
    width: 1200px;
    margin: 0 auto;
}
.wrap_1067 {
    width: 1067px;
    margin: 0 auto;
}
.wrap_1100 {
    width: 1100px;
    margin: 0 auto;
}
/*边距*/
 .mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.w100 {
    width: 100%;
}
.text-align {
    text-align: center;
}
/*display*/
 .hidden {
    display: none;
}
.show {
    display: block;
}
/*浮动*/
 .fl {
    float: left;
}
.fr {
    float: right;
}
.overflow {
    overflow: hidden;
}
/*定位*/
 .pr {
    position: relative;
}
.pa {
    position: absolute;
}
.pf {
    position: fixed;
}
.zcright ul li{
    background: url(../images/erjijiantou.png?v=20230220084149) no-repeat 0px 9px;
      background-size: 5px 6px;
    margin-bottom: 10px;
  }
  
  
  .jj{
  text-align:left!important;
  }
  
  /*只取3行文字的代码*/
  .titles {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;    
  }
  
  /*只取4行文字的代码*/
  .fours{
   text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;  
  }
  /*只取2行文字的代码*/
  .er{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .overFl-two{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .one{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  /*公用边距*/
  *{
      margin: 0 auto;
      padding: 0;
  }
  .tit-center{
      text-align: center !important;
  }
  .prov_rota{
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
  }
  input,button{
      outline:none;
      color: #f1f1f1;
  }
  i{
      display: inline-block;
  }
  /*去掉点*/
  ul li{
      list-style: none;
  }
  textarea{
      resize: none;
  }
  /*去掉a标签的下划线*/
  a{
      text-decoration: none !important;
      display: inline-block;
  }
  *{
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  /*旋转180*/
  .prov_rota{
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
  }
  input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
      -webkit-user-select: text;
      outline: 0;
      background-color: #ffffff;
      -webkit-appearance: none;
  }
  video{
      display: block;
  }
  /*定位公用居中*/
  .po{
      top:50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
  }
  .po_x{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
  }
  .po_y{
      position: absolute;
      top:50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
  }
  
  /*浮动*/
  .fl{
      float: left !important;
  }
  .fr{
      float: right !important;
  }
  /*清浮动*/
  .clear::after{
      display: block;
      clear: both;
      content: "";
  }
  /*修改bootstrap的个别公用样式*/
  .h1, .h2, .h3, h1, h2, h3{
      margin-bottom: 0;
      margin-top: 0;
  }
  html,body{
      font-family: "Microsoft Yahei";
  }
  .bold{
      font-family: "Microsoft Yahei";
      font-weight: bold;
  }
  .floatLayer{
      position: fixed;
      width: 100%;
      height:100%;
      top:0;
      left: 0;
      background: rgba(0,0,0,0.5);
      z-index: 10000;
  }
  .ying-bg{
      background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 99%);
      background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, #000000 99%);
      background-image: -moz-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 99%);
      background-image: -ms-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 99%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#000000);/*IE<9>*/
      bottom: 0;
      left: 0;
      position: absolute;
  
      width: 100%;
      color: #fff;
  }
  .overFl-one1{
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .display-a{
      display: block;
      cursor: pointer;
      width: 100%;
      height: 100%;
  }
  .flex-layer{
      position: fixed;
      width: 100%;
      height: 100%;
      top:0;
      background: rgba(0,0,0,0.5);
      left: 0;
      z-index: 100000;
  }
  .pd-five{
      padding-top: 50px;
  }
  .pd-three{
      padding-top: 30px;
  }
  .pd-two{
      padding-top: 20px;
  }
  .mr-five{
      margin-top: 20px;
  }
  .mr-three{
      margin-top: 30px;
  }
  .mr-two{
      margin-top: 20px;
  }
  .mr-four{
      margin-top: 40px;
  }
  .img-auto{
      display: block;
      width: 100%;
      height: auto;
  }