@media (min-width: 768px) {
  #index_content {
    width: 100%;
    height: 100%;
    margin-top: 80px;
  }
  .swiper-container {
    position: relative;
    width: 100%;
    padding-top: 44.2708%;
  }
  .swiper-container img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .swiper_bg_img {
    display: block;
  }
  .swiper_sm_img {
    display: none;
  }
  .swiper-pagination .pagination-process {
    width: 50px;
    height: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
  }
  .swiper-pagination .pagination-process .pagination-process-show {
    background: #ccc;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
  }
  .swiper-pagination .pagination-process .pagination-process-show span {
    display: inline-block;
    background: red;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    bottom: 0;
  }
  .banner {
    position: relative;
  }
  .banner_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    position: absolute;
    width: 6.77%;
    min-width: 76px;
    height: 4.706%;
    min-height: 24.8px;
    font-size: 15px;
    border-radius: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  .banner_btn_black {
    border: 1px solid #040404;
    color: #040404;
  }
  .banner_btn_white {
    border: 1px solid #fff;
    color: #fff;
  }
  .banner_btn.banner_btn_black:hover {
    color: #fff;
    border: 1px solid #e60012;
    background-color: #e60012;
  }
  .banner_btn.banner_btn_white:hover {
    color: #333;
    border: 1px solid #fff;
    background-color: #fff;
  }

  #block {
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
    display: flex;
  }
  #block li {
    flex: 1;
  }
  #block li .block_position {
    width: 100%;
    height: 15.513vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  #block li .poster {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #block li .poster {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  #block .block_position:hover .poster {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
  }
  #block li .play-img {
    cursor: pointer;
    width: 2.6vw;
    height: 2.6vw;
    margin: 0 10px 10px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/image/play.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  #block .block_position:hover .play-img {
    background-image: url(/image/play_hover.png);
  }
  #block li .title {
    display: block;
    text-align: center;
    margin: 10px 0 80px 0;
  }
  
  .prism-player {
    background-color: #fff !important;
  }
  #fadebg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9999;
    display: none;
    overflow: hidden;
    min-width: 768px;
  }
  #videoContent {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    background-color: #000 !important;
  }
  #fadebgclose {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .prism-player .prism-big-play-btn {
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  #state {
    position: fixed;
    z-index: 10000;
    top: 33vw;
    right: 2vw;
    width: 11.9vw;
    height: 9vw;
    background-image: url(/image/statement.jpg);
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #state-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 4px;
    right: 4px;
    background-image: url(/image/statement-close.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
  }
  #state-close:active {
    opacity: 0.5;
  }
  .state-image {
    width: 100%;
  }
  .state-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 3.5%;
    left: 0;
    top: 33%;
  }
}
@media (max-width: 767px) {
  #index_content {
    margin: 1.18rem auto 0;
  }
  .swiper-container {
    position: relative;
    width: 100%;
    padding-top: 146.6667%;
  }
  .swiper_bg_img {
    display: none;
  }
  .swiper_sm_img {
    display: block;
  }
  .swiper-container img {
    width: 100% !important;
    height: auto !important;
  }
  .swiper-pagination .pagination-process {
    width: 0.8rem;
    height: 0.4rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 0.2rem;
  }
  .swiper-pagination .pagination-process .pagination-process-show {
    background: #ccc;
    position: absolute;
    height: 0.04rem;
    width: 100%;
    bottom: 0;
  }
  .swiper-pagination .pagination-process .pagination-process-show span {
    display: inline-block;
    background: red;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    bottom: 0;
  }
  .banner_btn {
    display: none;
  }
  #block {
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
  }
  #block li {
    width: 100%;
  }
  #block li .block_position {
    width: 100%;
    height: 62.052vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  #block li .poster {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #block li .poster {
    width: 100%;
    height: 100%;
  }
  #block li .play-img {
    cursor: pointer;
    width: 42px;
    height: 42px;
    margin: auto;
    position: absolute;
    right: 14px;
    bottom: 14px;
    background-image: url(/image/play-min.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  #block li .title {
    font-size: 14px;
    display: block;
    line-height: 1em;
    padding: 16px 19px 42px 19px;
    background-color: #fafafa;
  }
  
  #fadebg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9999;
    display: none;
    overflow: hidden;
  }
  #videoContent {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .prism-player .prism-ErrorMessage .prism-error-content {
    margin-top: 60% !important;
  }
  #fadebgclose {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .prism-player .prism-big-play-btn {
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  .prism-player video {
    height: auto !important;
  }
  #state {
    position: fixed;
    z-index: 10000;
    top: 120vw;
    right: 2vw;
    width: 30vw;
    height: 22.69vw;
    background-image: url(/image/statement.jpg);
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #state-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 4px;
    background-image: url(/image/statement-close.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
  }
  #state-close:active {
    opacity: 0.5;
  }
  .state-image {
    width: 100%;
  }
  .state-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 3.5%;
    left: 0;
    top: 33%;
  }
}
@media (min-width: 1200px) {
  #block li {
    width: 25%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #block li {
    width: 50%;
    padding-top: 30.9%;
  }
}