  html,body{
    height: 100%;
    background-color: #333;
  }
  a,
  img,
  div
  {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    outline: none;
  }
  img {
    max-width: 100%;
    vertical-align: top;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .w1360 {
    width: 1360px;
    margin: 0 auto;
  }
  @font-face {
    font-family: 'MyNewFont';   /*字体名称*/
    src: url('./AccidentalPresidency.ttf');       /*字体源文件*/
  }

  @font-face {
    font-family: 'MyNewFontDate';  
    src: url('./OstrichSansMedium.ttf');  
    src:
      url('./OstrichSansMedium.ttf') format('truetype'),
      url('./OstrichSansMedium.woff') format('woff'),
      
  }
  .headerWrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #232426;
    transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
  }
  .headerWrap .header {
    width: 91%;
    margin: 0 auto;
  }
  .headerWrap .header .nav {
    width: 100%;
    height: 84px;
    line-height: 84px;
    /* overflow: hidden; */
  }
  .headerWrap .header .nav .logoImg {
    vertical-align: middle;
  }
  .headerWrap .header .nav .navList {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -366.7px;
    /* overflow: hidden; */
  }
  .headerWrap .header .nav .navList span{
    float: left;
    line-height: 84px;
    display: inline-block;
    color:rgba(255,255,255,0.2)
  }
  .headerWrap .header .nav .navList .navAboutUs{
   position: relative;
  }
  .headerWrap .header .nav .navList .navAboutUs .aboutUs-subNav{
    position: absolute;
    left:0;
    top:84px;
    z-index: 20;
    width: 144px;
    padding:0 10px 20px; 
    box-sizing: border-box;
    background-color: #232426;
    display: none;
  }
  .headerWrap .header .nav .navList .navAboutUs .aboutUs-subNav li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #4f5051;
    display: block;
  }
  .headerWrap .header .nav .navList .navItem {
    float: left;
    padding: 0 40px;
    width: 64px;
    height: 84px;
    position: relative;
  }
  .headerWrap .header .nav .navList .navItem .en{
    opacity: 0;
    font-family: 'MyNewFont';
  }
  .headerWrap .header .nav .navList .navItem i{
    font-style: normal;
    color: rgba(255,255,255,0.8);
    position: absolute;
    width: 64px;
    height: 84px;
    text-align: center;
    left:50%;
    margin-left: -32px;
    transition:all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition:all 0.8s;
    display: inline-block;
  }
  .headerWrap .header .nav .navList .navItem a {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    width: 64px;
    height: 60px;
    display: inline-block;
  }
  .headerWrap .header .nav .phone-navbar {
    display: none;
    cursor: pointer;
  }
  .headerWrap .header .nav .phone-navbar span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 6px 0;
    background-color: #f1f1f1;
  }
  .headerWrap .header .nav .contactWays {
    text-align: right;
    font-size: 18px;
    color: rgba(255,255,255,0.57);
    /* margin-right:-84px; */
  }
  .headerWrap .header .nav .contactWays .phone {
    margin-right: 25px;
  }
  /* .headerWrap .header .nav .contactWays .wechat .QRcodeIcon{
   display: none;
    margin-left:30px;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
  }
  .headerWrap .header .nav .contactWays .wechat:hover .QRcodeIcon{
    display: block;
  } */
  .headerWrap .header .nav .contactWays .phone img {
    vertical-align: middle;
  }
  .headerWrap .header .nav .contactWays .wechat {
    /* margin-right: 27px; */
    cursor: pointer;
    position: relative;
    width: 84px;
    text-align: left;
  }
  /* .headerWrap .header .nav .contactWays .wechat .HQRcode{
    position: absolute;
    left:-18px;
    top:84px;
    opacity:0
  } */
  /* .headerWrap .header .nav .contactWays .wechat:hover .HQRcode{
    opacity: 1;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
  } */
  .headerWrap .header .nav .contactWays .wechat img {
    vertical-align: middle;
  }
  .headerWrap .header .nav .contactWays .phoneNum {
    /* width: 102px;
    height: 34px; */
    line-height: 20px;
    margin-top: 32px;
    font-family: 'MyNewFont'; 
    letter-spacing: 1px;
  }
  .headerWrap .header .nav .contactWays .phoneNum1{
    margin-right:30px;
  }
  .headerWrap .header .nav .contactWays .phoneNum span {
    width: 100%;
  }
  .sub-nav {
    height: 60px;
    line-height: 70px;
    border-bottom: 1px dashed #707070;
    margin-bottom: 80px;
    color: #fff;
  }
  .sub-nav a {
    font-size: 12px;
    color: #fff;
  }
  .subscript {
    margin-top: 20px;
    width: 100%;
    text-align: right;
  }
  /* 新闻模块 */
  .newList {
    padding-top:50px;
  }
  /* .newList .listItem {
    width: 29.4%;
    height: 454px;
    margin-right: 80px;
    border-bottom: 1px dashed #707070;
    box-sizing: border-box;
    float: left;
    transition:all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition:all 0.3s;
    overflow: hidden;
  } */
  /* .newList .listItem{
    position: relative;
  }
  .newList .listItem .newsCon:after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;

} */
  .newList .listItem a{
    color:#fff;
  }
  .newList .listItem h4 {
    padding-bottom: 20px;
    font-size: 18px;
    color:rgba(255,255,255,0.9);
    line-height: 24px;
    min-height: 48px;
  }
   .newList .listItem .time {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-top:40px;
    overflow: hidden;
  }
  .newList .listItem .time span:nth-of-type(1){
    height: 30px;
    line-height: 30px;
    display: block;
  }
  .newList .listItem .newsCon {
    min-height: 48px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /* 轮播分页 */
  .swiper-pagination-bullet{
    width:20px;
    height:3px;
    color:#5c5c5c;
    border-radius:0;
    margin:0 6px !important;
  }
  .swiper-pagination-bullet-active{
    background:#fff;
  }
  /* 底部 */
  .footerWrap {
    width: 100%;
    min-height: 140px;
    line-height: 140px;
    background-color: #131313;
  }
  .footerWrap .footer {
    overflow: hidden;
  }
  .footerWrap .footer .footerL {
    font-size: 13px;
    color: #999;
    line-height: 29px;
    margin-top: 51px;
  }
  .footerWrap .footer .footerR img {
    vertical-align: middle;
  }
  @media only screen and (max-width: 1600px){
    .headerWrap .header .nav .navList .navItem{
      padding:0 20px;
    }
    .headerWrap .header .nav .navList .navAboutUs .aboutUs-subNav{
      width: 104px;
    }
   
  }
  @media only screen and (max-width: 1360px) {
    .w1360 {
      width: 94%;
      margin: 0 auto;
    }
    .headerWrap .header .nav .contactWays .phone {
      margin-right: 10px;
    }
    .headerWrap .header .nav .contactWays .phoneNum1{
      margin-right: 10px;
    }
    .headerWrap .header .nav .contactWays .xline{
      margin:0 6px !important;
    }
    /* 新闻模块 */
    /* .newList .listItem {
      margin-right: 50px;
    } */
  }

  @media only screen and (max-width: 1280px){
    .headerWrap .header {
      width: 100%;
      margin: 0 auto;
    }
    /* 新闻模块 */
    /* .newList .listItem {
      width: 31%;
      margin-right: 30px;
    } */
  }
  @media only screen and (max-width: 1024px){
    .headerWrap .header .nav .navList .navAboutUs .aboutUs-subNav{
      width: 84px;
    }
    .headerWrap .header .nav .navList .navItem{
      padding:0 10px;
    }
    .headerWrap .header .nav .navList{
      margin-left: -314px;
    }
  }
  @media only screen and (max-width: 768px) {
    .headerWrap .header .nav{
      width: 95%;
      margin: 0 auto;
    }
    .headerWrap .header .nav .navList .navItem{
      height: auto;
      min-height: 60px;
      line-height: 60px;
    }
    .headerWrap .header .nav .navList .navItem i{
      position: static;
      margin-left: 0;
      height: auto;
    }
    .headerWrap .header .nav .navList {
      width: 100%;
      background-color: #232426;
      color: #fff;
      display: none;
      position: absolute;
      top: 84px;
      left: 0;
      margin: 0;
    }
    .headerWrap .header .nav .navList .navItem {
      width: 100%;
    }
    .headerWrap .header .nav .phone-navbar {
      display: block;
      margin-top: 32px;
      float: right;
    } 
    .headerWrap .header .nav .contactWays {
      display: none;
    }
    .headerWrap .header .nav .navList span{
      display:none;
    }
    .headerWrap .header .nav .navList .navAboutUs .aboutUs-subNav{
      position: static;
      width: 100%;
      float: right;

    }
    .headerWrap .header .nav .navList .navAboutUs .aboutUs-subNav li{
      text-align: left;
    }
    .headerWrap .header .nav .navList .navItem .en{
      display: none;
    }
    .headerWrap .header .nav .phone-navbar {
      margin-top: 25px;
    }
    .headerWrap .header .nav .navList {
      top: 84px;
    }
    /* 新闻模块 */
    /* .newList .listItem {
      width: 100%;
      padding: 0 14px;
    } */
  }
  @media only screen and (max-width: 576px) {
  
    .footerWrap .footer .footerR {
      display: inline-block;
      float: left;
    }
    .footerWrap .footer .footerR .footerImgL {
      display: none;
    }
    .footerWrap .footer .footerL {
      margin-left: 20px;
      margin-top: 27px;
      width: 194px;
    }
    /* 新闻模块 */
    /* .newList .listItem {
        height: auto;
        padding-bottom: 60px;
    } */
  }
  