body, html, div, img, p, a, li, ul, h2, h3, h1, h4, iframe, video {
    padding: 0;
    margin: 0;
  }
  
  li, ul {
    list-style: none;
  }
  
  .homepage {
    min-width: 1200px;
  }
  
  .w100 {
    width: 100%;
    min-width: 1200px;
  }
  
  .rel {
    position: relative;
  }
  
  .header-box {
    width: 100%;
    position: relative;
    z-index: 200;
  }
  
  a {
    text-decoration: none;
  }
  
  .w1200 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .header-img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .box-center {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100;
    overflow: hidden;
  }
  
  .wh100 {
    width: 100%;
    height: 100%;
  }
  
  .main {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    position: relative;
  }
  
  .main .focus {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  
  .homepage .nav {
    position: fixed;
    top: 22%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 550;
    display: none;
  }
  
  .iframe-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: red;
    opacity: 0;
    z-index: 200;
    display: none;
  }
  
  .slh1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -moz-box !important;
    -moz-line-clamp: 1;
    overflow: hidden;
    display: -o-box !important;
    -o-box-orient: vertical;
    -o-line-clamp: 1;
    overflow: hidden;
  }
  
  .slh2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -moz-box;
    -moz-line-clamp: 2;
    overflow: hidden;
    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    overflow: hidden;
  }
  
  .slh3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -moz-box;
    -moz-line-clamp: 3;
    overflow: hidden;
    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 3;
    overflow: hidden;
  }
  
  .slh4 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -moz-box !important;
    -moz-line-clamp: 4;
    overflow: hidden;
    display: -o-box !important;
    -o-box-orient: vertical;
    -o-line-clamp: 4;
    overflow: hidden;
  }
  
  .slh6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    display: -moz-box;
    -moz-line-clamp: 6;
    overflow: hidden;
    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 6;
    overflow: hidden;
  }
  
  .menu {
    width: 100%;
    height: 90px;
    background-color: rgba(202, 33, 16, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 600;
  }
  
  .menu .menu-ul {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .menu .logotitle {
    width: 335.7px;
    float: left;
    display: inline-block;
  }
  
  .menu .logotitle img {
    width: 373px;
    height: 60px;
    margin-top: 15px;
  }
  
  .menu .menu-rt {
    width: 864.3px;
    text-align: right;
    float: right;
  }
  
  .menu .menu-rt-top {
    width: 727.5px;
    height: 20px;
    line-height: 20px;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
  }
  
  .menu .menu-rt-down {
    width: 745px;
    float: right;
    overflow: hidden;
  }
  
  .menu .menu-li {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
  }
  
  .menu .menu-li a {
    color: #fff !important;
  }
  
  .menu .menu-li::after {
    content: '';
    width: 2px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .edit {
    width: 130px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
  }
  
  .edit .edit-item {
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 3px;
  }
  
  .edit .edit-item a {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .edit .edit-icon {
    background-image: url("../../img/edit.png");
    background-size: 23px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  
  .edit .email-icon {
    background-image: url("../../img/email.png");
    background-size: 21px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  
  .edit .person-icon {
    background-image: url("../../img/person.png");
    background-size: 19px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  
  .edit .search-icon {
    background-image: url("../../img/search1.png");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  
  
  
  @media screen and (max-width: 1500px) and (min-width: 1200px) {
    .menu .menu-ul {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    .box-center {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
              transform: translate(-50%, -50%) scale(0.8);
    }
    .findpage .box-center, .loginpage .box-center {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    .yd-icon {
      width: 80px;
      height: auto;
      position: fixed;
      top: 50%;
      left: 0;
      z-index: 199;
      cursor: pointer;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .menu .menu-ul {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    .box-center {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
              transform: translate(-50%, -50%) scale(0.8);
    }
    .findpage .box-center, .loginpage .box-center {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    .yd-icon {
      width: 80px;
      height: auto;
      position: fixed;
      top: 50%;
      left: 0;
      z-index: 199;
      cursor: pointer;
    }
  }
  
  

  
  .tip-bubble {
    font-size: 1.0em;
    padding: 4px 8px 4px 8px;
    text-align: center;
    position: fixed;
    z-index: 1000;
    border-radius: 2px;
    display: inline-block;
    opacity: 0;
    max-width: 300px;
  }
  
  .tip-bubble:after {
    content: '';
    position: absolute;
    margin-left: -8px;
    width: 0;
    height: 0;
  }
  
  .tip-bubble-center-point:after {
    left: 50%;
    right: auto;
  }
  
  .tip-bubble-left-point:after {
    left: 10px;
    right: auto;
  }
  
  .tip-bubble-right-point:after {
    right: 10px;
    left: auto;
  }
  
  .tip-arrow-top:after {
    border-bottom: solid 8px;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    bottom: 100%;
  }
  
  .tip-arrow-bottom:after {
    border-top: solid 8px;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    top: 100%;
  }
  
  .tip-theme-light:after {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  
  .tip-theme-dark:after {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  /*header--end */


  body,html{
    width: 100%;
  }
  .hwxpage{
    width: 100%;
    min-width: 1200px;
    position: relative;
  }
  .hwx-page{
    width: 100%;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 400;
    padding-top: 85px;
    box-sizing: border-box;
  }
  .hwx-con{
    width: 100%;
    height: 100%;
    position: relative;
    background-size: 100%  100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* 内容---end */
  
  /* 菜单--start */
  .hwx-menu{
    width: auto;
    height: 5.4%;
    position: absolute;
    bottom:5%;
    left: 4.1%;
    z-index: 401;
  }
  .hwx-rel{
    height: 100%;
    position: relative;
  }
  .hwx-rel img{
    width: auto;
    height: 100%;
    display: block;
    opacity: 0.7;
  }

  .hwx-menu-item1{
    width: 19%;
    height: 100%;
    /* background-color: rgba(0,0,0.5); */
    position: absolute;
    left: 0;
    top:0;
  }
  .hwx-menu-item2{
    width: 20%;
    height: 100%;
    /* background-color: rgba(0,0,0.5); */
    position: absolute;
    left: 26%;
    top:0;
  }
  .hwx-menu-item3{
    width: 19%;
    height: 100%;
    /* background-color: rgba(0,0,0.5); */
    position: absolute;
    left: 54%;
    top:0;
  }
  .hwx-menu-item4{
    width: 19%;
    height: 100%;
    /* background-color: rgba(0,0,0.5); */
    position: absolute;
    left: 81%;
    top:0;
  }
  .hwx-menu-item3.hwx-menu-ac{
    background-image: url('../../img/hwx/wz.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hwx-menu-item1:hover{
    background-image: url('../../img/hwx/home.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hwx-menu-item3:hover{
    background-image: url('../../img/hwx/wz.png');
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hwx-menu-item4.hwx-menu-ac{
    background-image: url('../../img/hwx/xh.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hwx-menu-item4:hover{
    background-image: url('../../img/hwx/xh.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hwx-menu-item2:hover{
    background-image: url('../../img/hwx/sp.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hwx-menu-item2.hwx-menu-ac{
    background-image: url('../../img/hwx/sp.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* 菜单---end */

  /* 视频样式 */
  video::-webkit-media-controls-start-playback-button {

    display: none;
    
  }

  .header-content{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 401;
  }