/* Scss Document */
.in_banbox {
  height: 817px;
  width: 100%;
  background-image: url("../images/video_04.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.in_contbox {
  display: none; }

.top {
  width: 60%;
  height: auto;
  margin: auto;
  display: flex;
  margin-top: 80px;
  justify-content: space-between; }

h2 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 25px; }

.bottom {
  width: 60%;
  height: auto;
  margin: auto;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  padding: 20px; }

.left {
  width: 73%;
  margin-right: 40px;
  height: 400px; }
  .left p {
    line-height: 35px; }

.right {
  width: 28%; }
  .right p {
    font-size: 12px;
    width: 240px;
    color: #fff;
    line-height: 25px;
    text-align: center; }
  .right video {
    height: 160px;
    width: 240px; }
  .right ul {
    border-left: 1px solid rgba(170, 170, 170, 0.3);
    height: 88%;
    padding-left: 40px;
    line-height: 35px;
    margin-top: 25px; }
    .right ul li {
      list-style: circle; }
    .right ul a {
      color: #C3C3C3;
      font-size: 14px; }
    .right ul a:hover {
      color: #FF0000; }

.label {
  width: 126px;
  height: 33px;
  background-image: url("../images/video_05.png");
  text-align: center;
  line-height: 33px;
  color: #fff; }
  .label img {
    margin-bottom: -2px; }

@media screen and (max-width: 1024px) {
  .in_banbox {
    height: 630px;
    background-size: 2094px 100%; }

  .top {
    width: 80%; }

  .bottom {
    width: 85%; }

  .right {
    width: 39%; } }
@media screen and (max-width: 768px) {
  .top {
    width: 88%; }

  .left {
    width: 75%;
    margin-right: 20px;
    height: 400px; }

  .right {
    width: 28%; }
    .right p {
      font-size: 12px;
      width: 200px;
      color: #fff;
      line-height: 25px;
      text-align: center; }
    .right video {
      height: 120px;
      width: 200px; }

  .bottom {
    width: 88%; } }
@media screen and (max-width: 480px) {
  .in_contbox {
    display: block; }

  .bottom {
    width: 88%;
    height: auto;
    flex-wrap: wrap;
    display: block; }

  .left {
    width: 80%;
    margin-right: 10px;
    height: 250px;
    float: right; }

  .in_banbox {
    height: 666px; }

  .right {
    float: right;
    text-align: right;
    width: 80%; }
    .right p {
      font-size: 12px;
      width: 200px;
      color: #fff;
      line-height: 25px;
      text-align: center; }
    .right video {
      height: 120px;
      width: 200px; }
    .right ul {
      margin-top: 50px;
      border-top: 1px solid rgba(170, 170, 170, 0.3);
      border-left: 0px solid rgba(170, 170, 170, 0.3); }

  .right ul li {
    list-style: none; } }
@media screen and (max-width: 400px) {
  .bottom {
    margin: auto;
    display: block; }

  .right {
    width: 90%; } }
@media screen and (max-width: 360px) {
  .right {
    width: 100%; }

  .right ul {
    padding-left: 15px; }

  .left {
    width: 95%; } }
