* {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  a {
    color: #000000;
  }
  
  a.but:visited {
    color: #fff;
    text-decoration: none;
  }
  a.but:checked {
    color: #fff;
    text-decoration: none;
  }
  a.but:focus {
    color: #fff;
    text-decoration: none;
  }
  a:checked {
    text-decoration: none;
  }
  a:focus {
    color: #333;
    text-decoration: none;
  }
  .nav>li>a:focus, .nav>li>a:hover {
    background: transparent;
    color: #000000;
  }
  h1.h2, h3, h4, h5, h6 {
    font-weight: normal;
  }
  button {javascript:;
    outline: none;
  }
  .white {
    color: #fff;
  }
  .black {
    color: #333;
  }
  a:hover {
    color: #e60213;
    text-decoration: none;
    cursor: pointer;
  }
  .container {
    max-width: 1230px;
    width: 100% !important;
    margin: auto;
    padding: 0 15px;
  }
  @media screen and (max-width: 767px) {
    .navbar-toggle {
      margin: 0 !important;
      padding: 0 !important;
    margin-right: 15px !important;
    margin-top: 13.5px !important;
  }
    .container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .nav-footer {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .nav-footer {
      display: block;
    }
  }
  .top {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  @media screen and (max-width: 767px) {
    .top .container {
      padding: 0;
    }
  }
  .img-responsive {
    max-width: none;
    width: 100%;
  }
  .topshadow {
    height: 93px;
  }
  @media screen and (max-width: 992px) {
      #hfLogo {display: none}
  }
  @media screen and (max-width: 767px) {
    .topshadow {
      height: 45px;
    }
  }
  .navbar-collapse {
    background: #fff;
    float: right;
    padding-right: 0;
  }
  .container-fluid{padding: 0;}
  @media screen and (max-width: 767px) {
    .navbar-collapse {
      margin: 0;
      padding: 0;
      z-index: 30;
      float: none;
      position: fixed;
      padding-top: 45px;
      top: 0;
      height: 100%;
      overflow: auto;
      width: 100%;
      background: #f4f4f4;
    }
  }
  @media screen and (max-width: 768px) {
    .navbar-collapse {
      margin-right: -15px !important;
      margin-left: -15px !important;
    }
  }
  .navbar-header .icon-bar {
    background: #999;
    height: 3px;
    width: 18px;
    margin-top: 0px;
  }
  .navbar-header .icon-bar+.icon-bar {
    margin-top: 3px;
  }
  .nav li a {
    padding: 40px 0 30px 0 !important;
    font-size: 16px;
  }
  @media screen and (max-width: 767px) {
    .nav li a {
      padding: 20px 10px !important;
      font-size: 12px;
    }
  }
  .nav {
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .nav {
      width: 100%;
      background: #fff;
      float: none;
      margin: 0;
      padding: 0;
    }
  }
  .nav>li {
    margin: 0 12px;
  }
  @media screen and (max-width: 767px) {
    .nav>li {
      text-align: center;
      margin: 0;
      border-bottom: 1px solid #dbdbdb;
    }
  }
  .nav>li>a:hover {
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .nav>li>a:hover {
      background: none;
    }
  }
  .nav>.active:hover {
    border-bottom: 3px solid #e60213;
  }
  @media screen and (max-width: 767px) {
    .nav>.active:hover {
      border-bottom: 1px solid #dbdbdb;
    }
  }
  .nav>.active {
    color: #e60213;
    border-bottom: 3px solid #e60213;
  }
  @media screen and (max-width: 767px) {
    .nav>.active {
      border-bottom: 1px solid #dbdbdb;
    }
  }
  .navbar {
    background: #fff;
    margin: 0;
    border: none;
    
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
  }
  @media screen and (max-width: 767px) {
    .navbar {
      height: 45px;
      border: none;
      min-height: 45px;
    }
  }
  .navbar-brand {
    padding: 0;
    padding-top: 40px;
  }
  
  
  .navbar-brand>img {
    display: inline-block;
  }
  @media screen and (max-width: 767px) {
    .navbar-brand {
      padding: 0;
      height: auto;
      padding-left: 15px;
      padding-top: 9px;
    }
    .navbar-brand>img {
      height: 30px;
      width: auto;
      margin-left: 15px;
    }
  }
  .but {
    padding: 10px 20px;
    background: #e60213;
    border: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
  }
  @media screen and (max-width: 767px) {
    .but {
      font-size: 12px;
    }
  }
  .but:hover {
    color: #fff;
  }
  .banner {
    position: relative;
    color: #fff;
  }
  .banner .banner-img {
    width: 100%;
    display: block;
  }
  .banner>.container>.bannertext {
    position: absolute;
    top: 50%;
    top: 15%\9;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 767px) {
    .banner>.container>.bannertext {
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .banner>.container>.bannertext>h1 {
    font-size: 56px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  }
  .banner>.container>.bannertext>h2 {
    font-size: 56px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  }
  @media screen and (max-width: 767px) {
    .banner>.container>.bannertext>h1 {
      font-size: 38px;
      margin-top: 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .banner>.container>.bannertext>h2 {
      font-size: 24px;
      margin-top: 18px;
    }
  }
  .banner>.container>.bannertext>p {
    max-width: 592px;
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  }
  @media screen and (max-width: 767px) {
    .banner>.container>.bannertext>p {
      font-size: 16px;
      margin-top: 15px;
      padding-right: 10px;
      line-height:20px;
    }
  }
  .banner>.container>.bannertext>.but {
    margin-top: 40px;
  }
  @media screen and (max-width: 767px) {
    .banner>.container>.bannertext>.but {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    #main-swiper {
      padding-bottom: 30px;
    }
  }
  .swiperbut .but {
    display: none;
  }
  .swiper-slide {
    position: relative;
    background: no-repeat bottom;
    box-sizing: border-box;
  }
  .swiper-slide>img {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    #swiperlist-m .swiper-slide>img {
      width: 70%;
    }
  }
  @media screen and (max-width: 400px) {
    #swiperlist-m .swiper-slide>img {
      width: 45%;
    }
  }
  .swiper-slide>.swiper-text {
    position: absolute;
    top: 10%;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .swiper-slide>.swiper-text {
      top: 13%;
    }
  }
  .swiper-slide>.swiper-text>.container>h3 {
    font-size: 32px;
    top: 20%;
  }
  @media (max-width:1024px ) {
    .swiper-slide>.swiper-text>.container>h3 {
     margin-top: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .swiper-slide>.swiper-text>.container>h3 {
      font-size: 21px;
      top: 0px;
    }
  }
  .swiper-slide>.swiper-text>.container>h5 {
    margin-top: 20px;
    font-size: 22px;
    top: 39%;
  }
  @media screen and (max-width: 767px) {
    .swiper-slide>.swiper-text>.container>h5 {
      font-size: 14px;
      top: 43px;
      margin-top: 5px;
    }
  }
  .swiper-slide>.swiper-text>.container>.but {
    margin-top: 20px;
    top: 54%;
    display: inline-block;
  }
  @media screen and (max-width: 767px) {
    .swiper-slide>.swiper-text>.container>.but {
      font-size: 12px;
      margin-top: 14px;
      top: 60px;
    }
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
  }
  @media screen and (max-width: 767px) {
    .swiper-pagination-bullet {
      background: #d5d5d5;
    }
  }
  .swiper-pagination-bullet-active {
    background: #e60213;
  }
  .img-block {
    overflow: hidden;
    cursor: pointer;
  }
  .img-block img {
    transform: scale(1);
    transition: .15s all;
  }
  .img-block:hover img {
    transform: scale(1.1);
  }
  .video {
    background: url(../img/videobg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 60px;
  }
  @media screen and (max-width: 767px) {
    .video {
      margin-top: 30px;
      background: url(../img/videobg-m.jpg) no-repeat;
      padding: 0 15px 20px 15px;
    }
  }
  .video>.container>h3 {
    text-align: center;
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 35px;
  }
  @media screen and (max-width: 767px) {
    .video>.container>h3 {
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 20px;
    }
  }
  .video .img-block {
    overflow: hidden;
    cursor: pointer;
  }
  .video .img-block img {
    transform: scale(1);
    transition: .15s all;
  }
  .video .img-block:hover img {
    transform: scale(1.1);
  }
  .video>.container .video-main {
    padding: 0 20px;
    padding-bottom: 30px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-bottom: 3px solid #e60213;
    border-top: none;
    background: #fff;
  }
  .video>.container .video-main>h6 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 22px;
  }
  @media screen and (max-width: 767px) {
    .video>.container .video-main>h6 {
      font-size: 18px;
    }
  }
  .video>.container .video-main>p {
    font-size: 16px;
    line-height: 24px;
  }
  @media screen and (max-width: 767px) {
    .video>.container .video-main>p {
      font-size: 16px;
    }
  }
  #swiper-video-m {
    padding-bottom: 70px;
  }
  @media screen and (max-width: 767px) {
    #swiper-video-m {
      padding-bottom: 30px;
    }
  }
  #swiper-video-m .pagination2 .swiper-active-switch {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
  }
  #swiper-video-m .swiper-pagination-bullet-active {
    background: #e60213;
  }
  @media screen and (max-width: 1650px) {
    .more ul li {
      padding: 0;
    }
  }
  .more {
    padding: 70px 0;
    font-size: 0;
  }
  @media screen and (max-width: 1650px) {
    .more {
      padding: 30px 0;
    }
  }
  .more .more-img {
    padding-right: 10px;
  }
  @media screen and (max-width: 1650px) {
    .more .more-img {
      padding-right: 10px;
    }
  }
  .more img {
    width: 100%;
    display: inline-block;
    padding-right: 15px;
  }
  @media screen and (max-width: 993px) {
    .more img {
    padding-right: 0px;
  }
  }
  .more .moretext {
    width: 50%;
    display: inline-block;
  }
  @media screen and (max-width: 993px) {
    .more .moretext {
      width: auto;
      padding: 20px 15px;
    }
  }
  .more .moretext h6 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  @media screen and (max-width: 1650px) {
    .more .moretext h6 {
      margin-bottom: 10px;
      margin-top: 10px;
    }
  }
  @media screen and (max-width: 993px) {
    .more .moretext h6 {
      font-size: 18px;
      margin-bottom: 20px;
    }
  }
  .more .moretext p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  @media screen and (max-width: 1650px) {
    .more .moretext p {
      margin-bottom: 15px;
    }
  }
  @media screen and (max-width: 993px) {
    .more .moretext p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 20px;
    }
  }
  .more .but {
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .more .but {
      font-size: 14px;
    }
  }
  .footer {
    background: #404143;
    line-height: 98px;
    color: #fff;
  }
  @media screen and (max-width: 993px) {
    .footer {
      line-height: normal;
      padding-top: 40px;
      padding-bottom: 30px;
    }
  }
  .footer .erweima {
    text-align: center;
    padding-bottom: 27px;
    border-bottom: 2px solid #4d4e4e;
  }
  .footer p {
    text-align: left;
    margin: 0;
    line-height: 98px;
    font-size:12px ;
  }
  @media (max-width:1024px ) {
    .footer p {
    line-height: 32px;
    }
  }
  @media screen and (max-width: 993px) {
    .footer p {
      text-align: left;
      line-height: 32px;
    }
    .footer p.copyright {
      line-height: 20px;
    }
  }
  .footer p a {
    color: #7f7f7f;
  }
  .footer .weibo {
    display: inline-block;
    width: 145px;
    margin-right: 15px;
    margin-left: 50px;
    cursor: pointer;
  }
  @media (max-width:1024px ) {
    .footer .weibo {
    margin-left: 0px;
    margin-top: 20px;
  }
  }
  @media screen and (max-width: 767px) {
    .footer .weibo {
      margin: 0;
    }
  }
  .footer .weibo .er1 {
    display: inline;
  }
  .footer .weibo .er2 {
    display: none;
    height: 90px;
  }
  .footer .weibo:hover .er1 {
    display: none;
  }
  .footer .weibo:hover .er2 {
    display: inline;
  }
  .weixin {
    display: inline-block;
    width: 145px;
    cursor: pointer;
  }
  .weixin .er1 {
    display: inline;
  }
  .weixin .er2 {
    display: none;
    height: 90px;
  }
  .weixin:hover .er1 {
    display: none;
  }
  .weixin:hover .er2 {
    display: inline;
  }
  .swiperlist {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 0;
  }
  .swiperlist>li {
    display: inline-block;
    width: 7.14285714%;
    text-align: center;
    padding: 26px 0;
    cursor: pointer;
  }
  @media screen and (max-width: 1650px) {
    .swiperlist>li {
      padding: 13px 0 0 0;
    }
  }
  .swiperlist>li>p {
    font-size: 16px;
    margin-top: 18px;
  }
  @media screen and (max-width: 1650px) {
    .swiperlist>li>p {
      margin-top: 10px;
    }
  }
  .swiperlist>li.active {
    background: #f9f9f9;
    border-bottom: 3px solid #e60213;
    color: #e60213;
  }
  .swiperlist>li .img-a {
    display: none;
  }
  .swiperlist>li .img-n {
    display: inline;
  }
  .swiperlist>li.active .img-a {
    display: inline !important;
  }
  .swiperlist>li.active .img-n {
    display: none !important;
  }
  .swiperlist-main {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  @media screen and (max-width: 1650px) {
    .swiperlist-main {
      margin-top: 0;
      margin-bottom: 30px;
    }
  }
  .swiperlist-main>li {
    display: none;
    font-size: 0;
  }
  .swiperlist-main>li>div {
    padding: 0 1px;
    display: inline-block;
    position: relative;
  }
  .swiperlist-main>li>div>.swipertext {
    width: 99%;
    position: absolute;
    bottom: 40px;
    padding-left: 25px;
    text-shadow: 0 0px 5px rgba(0, 0, 0, .5);
  }
  @media screen and (max-width: 1650px) {
    .swiperlist-main>li>div>.swipertext {
      bottom: 20px;
    }
  }
  .swiperlist-main>li>div>.swipertext>h6 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 1650px) {
    .swiperlist-main>li>div>.swipertext>h6 {
      font-size: 18px;
      margin-bottom: 10px;
    }
  }
  .swiperlist-main>li>div>.swipertext>.cont {
    width: 91%;
    border-left: 3px solid #e60213;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 1650px) {
    .swiperlist-main>li>div>.swipertext>.cont {
      font-size: 14px;
      margin-bottom: 0px;
    }
  }
  .swiperlist-main>li>div>.swipertext>.whitebut {
    font-size: 14px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
  }
  #swiperlist-m>.swiper-wrapper>.swiper-slide .img-a {
    display: none;
  }
  #swiperlist-m>.swiper-wrapper>.swiper-slide .img-n {
    display: inline;
  }
  #swiperlist-m>.swiper-wrapper>.swiper-slide.active .img-a {
    display: inline !important;
  }
  #swiperlist-m>.swiper-wrapper>.swiper-slide.active .img-n {
    display: none !important;
  }
  .swiperlist-m {
    padding: 0 50px;
  }
  @media screen and (max-width: 767px) {
    .swiperlist-m {
      padding: 0 30px;
    }
  }
  .swiperlist-m>.container {
    position: relative;
  }
  .swiperlist-m>.container .swiper-button-next, .swiperlist-m>.container .swiper-button-prev {
    background-size: auto;
    width: 26px;
    height: 26px;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .swiperlist-m>.container .swiper-button-next, .swiperlist-m>.container .swiper-button-prev {
      background-size: 70% auto;
    }
  }
  .swiperlist-m>.container .swiper-button-prev, .swiperlist-m>.container .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/swiper-m-p2.png);
    left: -25px;
  }
  .swiperlist-m>.container .swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/swiper-m-p1.png);
  }
  .swiperlist-m>.container .swiper-button-next, .swiperlist-m>.container .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/swiper-m-n2.png);
    right: -25px;
  }
  .swiperlist-m>.container .swiper-button-next.swiper-button-disabled {
    background-image: url(../img/swiper-m-n1.png);
  }
  #swiperlist-m {
    padding: 10px 0;
  }
  #swiperlist-m .swiper-slide {
    padding: 15px;
    text-align: center;
    border-bottom: 3px solid transparent;
  }
  @media screen and (max-width: 1650px) {
    #swiperlist-m .swiper-slide {
      padding: 15px 50px;
    }
  }
  @media screen and (max-width: 767px) {
    #swiperlist-m .swiper-slide {
      padding: 15px;
    }
  }
  @media screen and (max-width: 400px) {
    #swiperlist-m .swiper-slide {
      padding:5px 0px;
    }
  }
  #swiperlist-m .swiper-slide>p {
    margin-top: 20px;
    font-size: 16px;
  }
  @media screen and (max-width: 767px) {
    #swiperlist-m .swiper-slide>p {
      margin-bottom: 0px;
      font-size: 12px;
    }
  }
  @media screen and (max-width: 400px) {
    #swiperlist-m .swiper-slide>p {
      margin-top: 5px;
    }
  }
  #swiperlist-m .swiper-slide.active {
    background: #f9f9f9;
    border-bottom: 3px solid #e60213;
    color: #e60213;
  }
  .swipertitle {
    margin-bottom: 25px;
    text-align: center;
    font-size: 32px;
  }
  .swipertitle span {
    display: none;
  }
  .swipertitle+p {
    text-align: center;
  }
  #swiper-main-m {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  #swiper-main-m .swiper-slide {
    width: 33.33333%;
    position: relative;
  }
  #swiper-main-m .swiper-slide>.swipertext {
    position: absolute;
    bottom: 40px;
    padding-left: 35px;
    text-shadow: 0 0px 5px rgba(0, 0, 0, .5);
  }
  @media screen and (max-width: 1650px) {
    #swiper-main-m .swiper-slide>.swipertext {
      bottom: 20px;
      padding-left: 25px;
      font-size: 0;
    }
  }
  #swiper-main-m .swiper-slide>.swipertext>h6 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 1650px) {
    #swiper-main-m .swiper-slide>.swipertext>h6 {
      font-size: 18px;
      margin-bottom: 10px;
    }
  }
  #swiper-main-m .swiper-slide>.swipertext>.cont {
    border-left: 3px solid #e60213;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 1650px) {
    #swiper-main-m .swiper-slide>.swipertext>.cont {
      font-size: 16px;
      margin-bottom: 15px;
    }
  }
  #swiper-main-m .swiper-slide>.swipertext>.whitebut {
    font-size: 14px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 20px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px;
  }
  .nav-footer {
    background: #f4f4f4;
    padding: 0 30px;
  }
  .nav-footer .foot-copyright {
    color: #666;
    padding: 4% 0 7%;
    text-align: center;
    font-size: 1.25rem;
  }
  .foot-share {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 9% 0 7%;
  }
  .foot-share div {
    width: 15%;
  }
  .foot-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10%;
    font-size: 1.5rem;
    line-height: 2em;
  }
  .foot-nav .foot-nav-item {
    width: 32%;
    text-align: center;
  }
  .foot-nav .foot-nav-item a {
    display: block;
  }
  @media (max-width: 400px) {
    .foot-nav {
      padding: 0 5%;
    }
    h3, .part-title {
      font-size: 1.75rem;
    }
  }
  @media (max-width: 768px) {
    .container {
      width: auto;
    }
  }
  @media (min-width: 769px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
    html, body {
      font-size: 60%;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
    html, body {
      font-size: 80%;
    }
  }
  @media (min-width: 1280px) {
    .menu ul li:nth-last-child(4) .menu-down {
      left: 0;
    }
  }
  
  /*视频弹层开始*/
  
  section#VideoPlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    display: none;
  }
  .ie8 #aboutUs .companyProfileVideo {
    height: 100%;
  }
  .ie8box {
    display: block;
  }
  .ie8 section#VideoPlay .ie8box {
    background: #000000;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  section#VideoPlay .videoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -425px;
    width: 850px;
    height: 500px;
    z-index: 1;
  }
  section#VideoPlay .videoBox video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  section#VideoPlay .videoBox .posterimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#VideoPlay .videoBox .closevideo {
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
    section#VideoPlay .videoBox {
      width: 100%;
      height: auto;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 0;
      margin-left: 0;
    }
    section#VideoPlay .videoBox video {
      height: auto;
    }
    section#VideoPlay .videoBox .closevideo {
      padding-right: 3%;
      top: -40px;
      cursor: pointer;
    }
  }
  
  /*视频弹层结束*/
  
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
    display: none;
  }
  .pagination1, .pagination2, .pagination3 {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .pagination1, .pagination2, .pagination3 {
      bottom: 0px;
    }
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: none;
    cursor: pointer;
  }
  .swiper-pagination-switch {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 1;
  }
  @media screen and (max-width: 767px) {
    .swiper-pagination-switch {
      background: #fff;
    }
  }
  #main-swiper .swiper-pagination-switch, .swiper-main-m .swiper-pagination-switch {
    background: #D5D5D5;
  }
  .swiper-active-switch {
    background: #e60213 !important;
  }
  .dh {
    line-height: 95px;
    font-size: 16px;
  }
  @media screen and (max-width: 767px) {
    .dh {
      font-size: 14px;
      line-height: 45px;
    }
  }
  .star>ul li {
    position: relative;
    padding: 7px;
  }
  .star>ul li>div {
    border-bottom: 3px solid #e60213;
  }
  .star>ul li>div>.text {
    position: absolute;
    bottom: 23px;
    left: 24px;
  }
  .star>ul li>div>.text h3 {
    font-size: 24px;
    margin-bottom: 13px;
    color: #333;
  }
  .star>ul li>div>.text .but {
    display: inline-block;
    vertical-align: bottom;
  }
  .star-main>h3 {
    margin-bottom: 28px;
  }
  .star-main ul li {
    padding: 7px;
  }
  .star-main .img-block {
    position: relative;
  }
  .star-main .img-block>.tag {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 35px;
    background: url(../img/tagBg.png);
  }
  .star-main .img-block>p {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: url(../img/blackBg.png);
    line-height:20px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 20px ;
    padding-left: 0;
  }
  @media screen and (max-width: 767px) {
    .star-main .img-block>p {
      font-size: 15px;
      padding-left: 10px;
    }
  }
  .star-main .img-block>p>span {
    font-size: 26px;
    float: left;
    width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-right: 2px solid #fff;
    display: inline;
    text-align: center;
    margin-top: -10px\9;
  }
  @media screen and (max-width: 767px) {
    .star-main .img-block>p>span {
      font-size: 14px;
      width: 26%;
      
    }
  }
  .star-main .img-block>p>span+span {
   display: inline-block;
   float: right;
    width: 65%;
    font-size: 16px;
    position: relative;
    top: auto;
    transform: translateY(0);
    border-right: none;
    text-align: left;
    margin-top: 0px\9;
  }
  @media screen and (max-width: 767px) {
    .star-main .img-block>p>span+span {
   display: inline-block;
   float: right;
    width: 70%;
    font-size: 14px;
    position: relative;
    top: auto;
    transform: translateY(0);
  }
  }
  .star-main .man-title {
    line-height: 65px;
    background: #fff;
    font-size: 20px;
    color: #333;
    padding-left: 20px;
    box-shadow: 0px 5px 8px #EAEAEA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media screen and (max-width: 767px) {
    .star-main .man-title {
      font-size: 15px;
      line-height: 50px;
      padding-left: 10px;
    }
  }
  .morecase {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  @media screen and (max-width: 767px) {
    .morecase {
      margin-top: 20px;
    }
    .swipertitle {
      font-size: 20px;
    }
  }
  .morecase>.but {
    cursor: pointer;
  }
  .graybg {
    background: #f5f5f5;
  }
  .star-block {
    margin-bottom: 40px;
  }
  .img-block:hover.img-block+.man-title {
    background: #e60213;
    color: #fff;
  }
  .man-title:hover {
    background: #e60213;
    color: #fff;
    cursor: pointer;
  }
  .foot-share div a img {
    width: 100%;
    max-width: 100%;
  }
  .star-m .title {
    background: #f5f5f5;
    border-bottom: 3px solid #e60213;
    padding: 15px 20px;
  }
  #swiper-star-m {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  #swiper-star-m .swiper-pagination-switch {
    background: #D5D5D5;
  }
  #swiper-star-m .swiper-slide {
    position: relative;
    border-bottom: 3px solid #e60213;
  }
  #swiper-star-m .swiper-slide .text {
    position: absolute;
    bottom: 18px;
    left: 18px;
  }
  .videopage ul li .man-title {
    border-bottom: 3px solid #e60213;
  }
  .loading {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #fff;
    z-index: 99999999;
  }
  .loading img {
    position: absolute;
    top: 50%;
    width: 350px;
    height: 262px;
    margin-top: -131px;
    left: 50%;
    margin-left: -175px;
  }
  .morecase2 {
    margin-top: 20px;
  }
  .navbar-header {
    position: relative;
    z-index: 31;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .navbar-header {
    height: 45px;
  }
  }
  .erweima-cover{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: url(../img/blackBg.png);z-index: 200000;display: none;}
  .ewm {
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    z-index: 30004;
    display: none;
    padding: 15px;
    transform: translateY(-50%);
     }
    .ewm div {
      width: 100%;
      float: left;
      background: url(../img/ewm_bg.gif); }
    .ewm .ewm-img {
      padding: 15px 20px 5px; }
    .ewm .ewm-line {
      width: 100%;
      background: none;
      height: 24px; }
      .ewm .ewm-line img {
        height: 24px; }
    .ewm .ewm-info {
      padding: 5px 25px 15px; }
  
  .close-ewm {
    width: 100%;
    text-align: center;
    font-size: 30px;
    position: fixed;
    top: 10%;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    display: none;
    z-index: 11;
    margin-top: 380px; }
    .close-ewm span.glyphicon {
      color: #fff;
      margin: 0; }
      /*.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{margin: 0 !important;}*/
  .nopadding{padding: 0;}
  .navbar-brand{padding-left: 15px\9;}
  .video .container{padding: 0;}
  .video .container .container{padding: 0;}
  .more .more-img{padding: 0;}
  .star{padding: 0 8px;}
  .star-main{padding: 0 8px;}
  .media-cont{padding: 0;}
  .swiperlist-main{padding: 0 14px;}
  .dh{padding: ;}
  .swiperlist-main{padding: 0\9;max-width: 1230px\9;}
  .video .container{max-width: 1260px\9;}
  .media-cont{max-width: 1260px\9;}
  .star-main{padding: 0px\9;max-width: 1240px\9;}
  .star{padding: 0px\9;max-width: 1240px\9;}
  .index-size{font-size: 52px;}
  .harvard-main{padding: 0 6px;}
  @media screen and (max-width: 767px) {
    .index-size{font-size: 42px;}
  }

  /* 音频 */
  .audio_box{
    background: #F2F4F5;
    padding: 28px 32px 20px 40px;
}
.audio_content{
    padding-left: 82px;
    padding-right: 180px;
    height: 30px;
    line-height: 30px;
    color: #070708;
    position: relative;
}
.audio_box .Speed{
    width: 100%;
    position: relative;
    background: #C0C1C2;
    height: 2px;
    cursor: pointer;
}
.play_audio{
    position: absolute;
    left: 0;
    cursor: pointer;
    top: -4px;
}
.Speed_dian{
    width: 0;
    height: 2px;
    position: absolute;
    top: 0;
    background: #070708;
    cursor: pointer;
}
.Speed_dian::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #070708;
    position: absolute;
    right: -4px;
    top: -3px;
    cursor: pointer;
}
.go_audio{
    padding: 13px 0;
}
.audio_timeall{
    font-size: 12px;
    position: absolute;
    right: 140px;
    top: 0;
}
.current_time{
    position: absolute;
    left: 40px;
    font-size: 12px;
}
.voice_box{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 32px;
}
.voice{
    padding: 13px 0;
    width: 100px;
}
.voice_img{
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
}
.voice_speed{
    height: 2px;
    position: relative;
    background: #C0C1C2;
    width: 100%;
}
.voice_dian{
    width: 80%;
    height: 2px;
    position: absolute;
    top: 0;
    background: #070708;
    cursor: pointer;
}
.voice_dian::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #070708;
    position: absolute;
    right: -4px;
    top: -3px;
    cursor: pointer;
}
.text-banner+div+.col-lg-12{
    margin-bottom: 15px;+-
}
@media (max-width: 767px) {
    .audio_box{
        background: #F2F4F5;
        padding: 18px 10px 10px 10px;
    }
    .play_audio_img{
        width: 20px;
    }
    .play_audio{
       top: -3px;
    }
    .current_time {
        left: 25px;
    }
    .audio_content {
        padding-left: 65px;
        padding-right: 50px;
    }
    .voice{
        width: 50px;
    }
    .voice_img{
        width: 18px;
        height: 18px;
        top: 4px;
    }
    .voice_box{
        padding-left: 25px;
        display: none;
    }
    .audio_timeall{
        right: 10px;
    }
}