﻿@charset "utf-8";

@media (max-width:599px) {


  #slider {
    width: 100%;
    height: 700px;
    margin: 0 auto;
  }

  #slider>#slider_text {
    width: 95%;
    height: 200px;
    position: relative;
    top: 28%;
    left: 2%;
    display: inline-block;
    text-align: center;
  }

  #slider>#slider_text>h1 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #slider>#slider_text>p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 23px;
  }

  #slider>#slider_img {
    display: none;
  }

  #box3 {
    width: 100%;
    height: 430px;
    margin: 5px 0 70px 0;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-around;
  }

  #box3>.box3_inner {
    width: 100%;
    height: 100px;
    display: flex;
  }

  #box3>.box3_inner>.box3_inner_icon {
    width: 13%;
    height: 100px;
    display: flex;
    justify-content: center;
  }

  #box3>.box3_inner>.box3_inner_icon>i {
    color: #888;
    font-size: 30px;
    margin: 5px 0 0 0;
  }

  #box3>.box3_inner>.box3_inner_text {
    width: 87%;
    height: 100px;
  }

  #box3>.box3_inner>.box3_inner_text>h3 {
    font-size: 20px;
    margin: 0 0 0 5px;
    font-weight: 500;
    font-family: 'DM Serif Text', serif;
    letter-spacing: 1px;
  }

  #box3>.box3_inner>.box3_inner_text>p {
    color: #828bb2;
    font-size: 14px;
    margin: 20px 0 0 5px;
    width: 350px;
  }

  #content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#first {
    width: 100%;
    height: 850px;
    margin: 0 auto;
  }

  #content>#first>#first_box1 {
    width: 100%;
    height: auto;
    float: right;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#first>#first_box1>#first_box1_text {
    width: 100%;
    height: auto;
    padding: 0 15px;
  }

  #content>#first>#first_box1>#first_box1_text>h1 {
    font-family: 'DM Serif Text', serif;
    letter-spacing: 1px;
    font-size: 35px;
    width: 90%;
    line-height: 50px;
  }

  #content>#first>#first_box1>#first_box1_text>p {
    margin: 20px 0 0 0;
    line-height: 25px;
    font-size: 17px;
    width: 100%;
    color: #828bb2;
  }

  #content>#first>#first_box1>#first_box1_btn {
    background: #fff;
    width: 28%;
    height: 30px;
    margin: 50px 0 0 330px;
    display: flex;
    justify-content: space-between;
  }

  #content>#first>#first_box1>#first_box1_btn>#prev_btn {
    background: #fff;
    width: 50%;
    height: 30px;
    opacity: 0.5;
    transition: all 0.5s ease;
  }

  #content>#first>#first_box1>#first_box1_btn>#next_btn {
    width: 50%;
    height: 30px;
    opacity: 0.5;
    transition: all 0.5s ease;
  }

  #content>#first>#first_box1>#first_box1_btn>#next_btn:hover {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #content>#first>#first_box1>#first_box1_btn>#prev_btn:hover {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #content>#first>#first_box2 {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
  }

  #content>#first>#first_box2>#first_box2_wide {
    width: 800%;
    height: 500px;
    position: relative;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box {
    background: #f9f9fb;
    width: 11.5%;
    height: 440px;
    margin: 0 10px;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box {
    margin: 0 10px 0 18px;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box:hover {
    cursor: pointer;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_photo {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text {
    width: 100%;
    height: 210px;
    padding: 0 30px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 17px 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1>.p1 {
    color: #828bb2;
    font-size: 13px;
    font-weight: bold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1>.p2 {
    color: #222;
    font-size: 13px;
    font-weight: bold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_2 {
    width: 100%;
    height: 70px;
    display: flex;
    margin: 0 0 7px 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_2>h3 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3 {
    width: 100%;
    height: 20px;
    display: flex;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>.star {
    width: 100px;
    height: 20px;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>.star>i {
    font-size: 13px;
    color: gold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>p {
    margin: 0 0 0 20px;
    color: #828bb2;
    font-size: 14px;
    font-weight: bold;
  }

  #content>#video_all {
    background: #828bb2;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }

  #content>#video_all>#video {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
  }

  #content>#video_all>#video>#video_left {
    width: 95%;
    height: 250px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    padding: 0 0 0 35px;
    margin-top: 30px;
  }

  #content>#video_all>#video>#video_left>h3 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    width: 90%;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
  }

  #content>#video_all>#video>#video_left>p {
    color: #fff;
    font-size: 13px;
    width: 100%;
    margin: 30px 0 0 0;
    line-height: 23px;
  }

  #content>#video_all>#video>#video_right {
    width: 90%;
    height: 650px;
    position: relative;
    overflow: hidden;
  }

  #content>#video_all>#video>#video_right>.video_slide {
    background: gold;
    width: 420%;
    position: relative;
    padding: 0 0 0 17px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li {
    float: left;
    width: 600px;
    height: auto;
  }

  #content>#video_all>#video>#video_right>.video_slide>li:nth-of-type(1) {
    margin: 0 0 0 -15px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>iframe {
    border: none;
    width: 90%;
    height: 350px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    width: 75%;
    height: 50px;
    display: block;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>p {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    width: 70%;
  }

  #content>#video_all>#video>#video_right>.video_prev {
    width: 53px;
    height: 26px;
    border: none;
    margin: 70px 0 0 150px;
    background: rgba(255, 255, 255, 0);
  }

  #content>#video_all>#video>#video_right>.video_prev>img {
    width: 53px;
    height: 26px;
  }

  #content>#video_all>#video>#video_right>.video_next {
    width: 53px;
    height: 26px;
    border: none;
    margin: 70px 0 0 15px;
    background: rgba(255, 255, 255, 0);
  }

  #content>#video_all>#video>#video_right>.video_next>img {
    width: 53px;
    height: 26px;
  }

  #content>#video_all>#video>#video_right>.video_prev,
  .video_next>img:hover {
    cursor: pointer;
  }

  #content>#box {
    width: 100%;
    height: auto;
    margin: 50px auto;
  }

  #content>#box>#manybox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#box>#manybox>#manybox_text {
    width: 90%;
    height: 200px;
    margin-left: 20px;
  }

  #content>#box>#manybox>#manybox_text>h1 {
    font-size: 30px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 38px;
  }

  #content>#box>#manybox>#manybox_text>p {
    margin-top: 15px;
    width: 350px;
    color: #828bb2;
    font-size: 15px;
    width: 280px;
  }

  #content>#box>#manybox>#manybox_article {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }

  #content>#box>#manybox>#manybox_article>article {
    background: #f2f3f7;
    width: 90%;
    height: 300px;
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#box>#manybox>#manybox_article>article>i {
    margin: 40px 0 0 35px;
    font-size: 30px;
  }

  #content>#box>#manybox>#manybox_article>article>h4 {
    margin: 30px 0 0 35px;
    font-size: 20px;
  }

  #content>#box>#manybox>#manybox_article>article>p {
    margin: 30px 0 0 35px;
    font-size: 15px;
    color: #828bb2;
    width: 300px;
  }

  #content>#box>#manybox>#manybox_article>article:hover {
    background: #fff;
    box-shadow: 5px 5px 5px #eee;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  #content>#box>#manybox>#manybox_article>article:hover>i {
    color: #8c33f7;
    transition: all 0.3s ease;
  }

  #content>#twobox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#twobox>#twobox_all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  #content>#twobox>#twobox_all>#all_one {
    width: 93%;
    height: 400px;
    ;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }

  #content>#twobox>#twobox_all>#all_one>i {
    font-size: 40px;
    color: #8c33f7;
  }

  #content>#twobox>#twobox_all>#all_one>.p1 {
    font-size: 18px;
    color: #828bb2;
    font-style: italic;
    width: 100%;
    margin: 50px 0 0 0;
    line-height: 28px;
  }

  #content>#twobox>#twobox_all>#all_one>.p2 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 40px 0 0 0;
  }

  #content>#twobox>#twobox_all>#all_one>.p3 {
    font-size: 17px;
    color: #828bb2;
    margin: 10px 0 0 0;
  }

  #content>#twobox>#twobox_all>#all_two {
    width: 93%;
    height: 500px;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px;
  }

  #content>#last {
    background: #7c32ff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }

  #content>#last>#last_all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding:10% 0;
  }

  #content>#last>#last_all>#last_all_one {
    width: 90%;
    height: 220px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
  }

  #content>#last>#last_all>#last_all_one>h1 {
    font-size: 42px;
    width: 90%;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
    color: #fff;
    margin-left: 30px;
  }

  #content>#last>#last_all>#last_all_one>p {
    color: #fff;
    font-size: 15px;
    width: 90%;
    margin: 30px 0 0 30px;
  }

  #content>#last>#last_all>#last_all_two {
    background: #f0e9f7;
    box-shadow: 0px 0px 50px rgba(185, 55, 223, 0.45);
    display: flex;
    flex-flow: column wrap;
    width: 80%;
    height: 452px;
    margin: 40px 0 50px 0;
    align-items: center;
  }

  #content>#last>#last_all>#last_all_two>h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Abril Fatface', cursive;
    margin-top: 60px;
  }

  #content>#last>#last_all>#last_all_two>p {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #content>#last>#last_all>#last_all_two>.input {
    width: 70%;
    height: 41px;
    border-bottom: 1px solid #828bb2;
    margin-top: 20px;
  }

  #content>#last>#last_all>#last_all_two>.input>input {
    border: none;
    color: #999;
    font-size: 12px;
    width: 75%;
    height: 30px;
    margin-left: 30px;
    background: rgba(0, 0, 0, 0);
  }

  #content>#last>#last_all>#last_all_two>#submit {
    background: rgba(185, 55, 223, 0.45);
    border: none;
    width: 252px;
    height: 50px;
    margin-top: 35px;
    font-size: 12px;
    background: -webkit-linear-gradient(60deg, #7c32ff 0%, #c738d8 100%);
    color: #fff;
    font-weight: bold;
  }

  #content>#last>#last_all>#last_all_two>#submit:hover {
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0.7;
  }

  #content>#index {
    width: 100%;
    height: auto;
    margin: 100px auto;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#index>#index_text {
    width: 95%;
    height: 200px;
    margin-left: 23px;
  }

  #content>#index>#index_text>h3 {
    font-family: 'Abril Fatface', cursive;
    color: #222;
    font-size: 35px;
    line-height: 40px;
  }

  #content>#index>#index_text>p {
    color: #828bb2;
    font-size: 14px;
    width: 300px;
    margin-top: 20px;
    line-height: 22px;
  }

  #content>#index>#index_photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
  }

  #content>#index>#index_photo>.index_photo_box1 {
    display: block;
    width: 90%;
    height: 300px;
    background-position: center;
    margin: 30px 0 30px 23px;
    background-size: cover;
  }

  #content>#index>#index_photo>.index_photo_box2 {
    display: block;
    width: 90%;
    height: 300px;
    background-position: center;
    margin: 30px 0 30px 23px;
    background-size: cover;
  }

  #content>#index>#index_photo>.index_photo_box3 {
    display: block;
    width: 90%;
    height: 300px;
    background-position: center;
    margin: 30px 0 30px 23px;
    background-size: cover;
  }

  .index_bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 90%;
    height: 300px;
  }

  .index_small_box {
    position: relative;
    background: #828bb2;
    width: 35%;
    height: 126px;
    margin: -30px 0 0 255px;
    padding: 30px 20px;
  }

  .index_small_box>p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }

  #content>#index>#index_photo>.index_photo_box1>h4,
  .index_photo_box2>h4,
  .index_photo_box3>h4 {
    color: #fff;
    font-family: 'Abril Fatface', cursive;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    margin: 45px 0 0 30px;
  }

  #content>#index>#index_photo>.index_photo_box1>p,
  .index_photo_box2>p,
  .index_photo_box3>p {
    color: #fff;
    width: 300px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin: 25px 0 20px 30px;
  }

  #content>#index>#index_photo>.index_photo_box1>span a,
  .index_photo_box2>span a,
  .index_photo_box3>span a {
    color: #fff;
    width: 370px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 30px;
    text-decoration: none;
  }


}



@media (min-width:600px) {



  #slider {
    width: 100%;
    height: 800px;
    margin: 0 auto;
  }

  #slider>#slider_text {
    width: 450px;
    height: 200px;
    position: relative;
    top: 25%;
    left: 20%;
    display: inline-block;
  }

  #slider>#slider_text>h1 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #slider>#slider_text>p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 23px;
  }

  #slider>#slider_img {
    display: none;
  }

  #box3 {
    width: 100%;
    height: 300px;
    margin: 10px 0 70px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
  }

  #box3>.box3_inner {
    width: 50%;
    height: 100px;
    display: flex;
    border-right: 1px solid #eee;
  }

  #box3>.box3_inner:nth-of-type(2) {
    width: 50%;
    border: none;
  }

  #box3>.box3_inner:nth-of-type(3) {
    width: 50%;
    border: none;
  }

  #box3>.box3_inner>.box3_inner_icon {
    width: 20%;
    height: 100px;
    display: flex;
    justify-content: center;
  }

  #box3>.box3_inner>.box3_inner_icon>i {
    color: #888;
    font-size: 30px;
    margin: 5px 0 0 0;
  }

  #box3>.box3_inner>.box3_inner_text {
    width: 80%;
    height: 100px;
    padding: 0 20px 0 0;
  }

  #box3>.box3_inner>.box3_inner_text>h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'DM Serif Text', serif;
    letter-spacing: 1px;
  }

  #box3>.box3_inner>.box3_inner_text>p {
    color: #828bb2;
    font-size: 14px;
    margin: 20px 0 0 0;
  }

  #content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#first {
    width: 100%;
    height: 680px;
    margin: 0 auto;
  }

  #content>#first>#first_box1 {
    width: 100%;
    height: 180px;
    float: right;
    display: flex;
  }

  #content>#first>#first_box1>#first_box1_text {
    width: 750%;
    height: 180px;
    margin-left: 15px;
  }

  #content>#first>#first_box1>#first_box1_text>h1 {
    font-family: 'DM Serif Text', serif;
    letter-spacing: 1px;
    font-size: 45px;
    width: 100%;
    line-height: 50px;
  }

  #content>#first>#first_box1>#first_box1_text>p {
    margin: 20px 0 0 0;
    line-height: 25px;
    font-size: 17px;
    width: 100%;
    color: #828bb2;
  }

  #content>#first>#first_box1>#first_box1_btn {
    width: 20%;
    height: 30px;
    margin: 150px 50px 0 50px;
    display: flex;
    justify-content: space-between;
  }

  #content>#first>#first_box1>#first_box1_btn>#prev_btn {
    width: 50%;
    height: 30px;
    opacity: 0.5;
    transition: all 0.5s ease;
    margin-right: 10px;
  }

  #content>#first>#first_box1>#first_box1_btn>#next_btn {
    width: 50%;
    height: 30px;
    opacity: 0.5;
    transition: all 0.5s ease;
  }

  #content>#first>#first_box1>#first_box1_btn>#next_btn:hover {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #content>#first>#first_box1>#first_box1_btn>#prev_btn:hover {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #content>#first>#first_box2 {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
  }

  #content>#first>#first_box2>#first_box2_wide {
    background: #fff;
    width: 600%;
    height: 580px;
    position: relative;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box {
    background: #f9f9fb;
    width: 7.5%;
    height: 480px;
    margin: 0 12px;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box:hover {
    cursor: pointer;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box:nth-of-type(1) {
    margin: 0 12px 0 18px;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_photo {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text {
    width: 100%;
    height: 210px;
    padding: 0 30px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 17px 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1>.p1 {
    color: #828bb2;
    font-size: 13px;
    font-weight: bold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1>.p2 {
    color: #222;
    font-size: 13px;
    font-weight: bold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_2 {
    width: 100%;
    height: 70px;
    display: flex;
    margin: 0 0 7px 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_2>h3 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3 {
    width: 100%;
    height: 20px;
    display: flex;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>.star {
    width: 100px;
    height: 20px;
    margin: 30px 0 0 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>.star>i {
    font-size: 13px;
    color: gold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>p {
    margin: 30px 0 0 20px;
    color: #828bb2;
    font-size: 14px;
    font-weight: bold;
  }


  #content>#video_all {
    background: #828bb2;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }

  #content>#video_all>#video {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
  }

  #content>#video_all>#video>#video_left {
    width: 90%;
    height: 250px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    padding: 0 0 0 35px;
    margin-top: 30px;
  }

  #content>#video_all>#video>#video_left>h3 {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    width: 445px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
  }

  #content>#video_all>#video>#video_left>p {
    color: #fff;
    font-size: 15px;
    width: 445px;
    margin: 30px 0 0 0;
    line-height: 23px;
  }

  #content>#video_all>#video>#video_right {
    width: 90%;
    height: 685px;
    position: relative;
    overflow: hidden;
  }

  #content>#video_all>#video>#video_right>.video_slide {
    background: gold;
    width: 380%;
    position: relative;
    padding: 0 0 0 17px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li {
    float: left;
    width: 600px;
    height: 580px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li:nth-of-type(1) {
    margin: 0 0 0 -15px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>iframe {
    border: none;
    margin: 0 0 20px 0;
    width: 560px;
    height: 400px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>p {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    width: 560px;
  }

  #content>#video_all>#video>#video_right>.video_prev {
    width: 53px;
    height: 26px;
    border: none;
    margin: 10px 0 0 200px;
    background: rgba(255, 255, 255, 0);
  }

  #content>#video_all>#video>#video_right>.video_prev>img {
    width: 53px;
    height: 26px;
  }

  #content>#video_all>#video>#video_right>.video_next {
    width: 53px;
    height: 26px;
    border: none;
    margin: 10px 0 0 15px;
    background: rgba(255, 255, 255, 0);
  }

  #content>#video_all>#video>#video_right>.video_next>img {
    width: 53px;
    height: 26px;
  }

  #content>#video_all>#video>#video_right>.video_prev,
  .video_next>img:hover {
    cursor: pointer;
  }

  #content>#box {
    width: 100%;
    height: auto;
    margin: 50px auto;
  }

  #content>#box>#manybox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#box>#manybox>#manybox_text {
    background: #fff;
    width: 90%;
    height: 250px;
    margin-left: 20px;
  }

  #content>#box>#manybox>#manybox_text>h1 {
    font-size: 42px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
  }

  #content>#box>#manybox>#manybox_text>p {
    margin-top: 20px;
    width: 350px;
    color: #828bb2;
    font-size: 17px;
  }

  #content>#box>#manybox>#manybox_article {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }

  #content>#box>#manybox>#manybox_article>article {
    background: #f2f3f7;
    width: 46%;
    height: 300px;
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#box>#manybox>#manybox_article>article>i {
    margin: 20px 0 0 35px;
    font-size: 30px;
  }

  #content>#box>#manybox>#manybox_article>article>h4 {
    margin: 30px 0 0 35px;
    font-size: 20px;
  }

  #content>#box>#manybox>#manybox_article>article>p {
    margin: 20px 0 0 35px;
    font-size: 15px;
    color: #828bb2;
    width: 210px;
  }

  #content>#box>#manybox>#manybox_article>article:hover {
    background: #fff;
    box-shadow: 5px 5px 5px #eee;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  #content>#box>#manybox>#manybox_article>article:hover>i {
    color: #8c33f7;
    transition: all 0.3s ease;
  }

  #content>#twobox {
    width: 100%;
    height: 1250px;
    margin: 0 auto;
  }

  #content>#twobox>#twobox_all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  #content>#twobox>#twobox_all>#all_one {
    width: 85%;
    height: 400px;
    ;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }

  #content>#twobox>#twobox_all>#all_one>i {
    font-size: 50px;
    color: #8c33f7;
  }

  #content>#twobox>#twobox_all>#all_one>.p1 {
    font-size: 20px;
    color: #828bb2;
    font-style: italic;
    width: 95%;
    margin: 50px 0 0 0;
    line-height: 28px;
  }

  #content>#twobox>#twobox_all>#all_one>.p2 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 40px 0 0 0;
  }

  #content>#twobox>#twobox_all>#all_one>.p3 {
    font-size: 17px;
    color: #828bb2;
    margin: 10px 0 0 0;
  }

  #content>#twobox>#twobox_all>#all_two {
    width: 85%;
    height: 770px;
    background-size: cover;
    background-position: center;
  }

  #content>#last {
    background: #7c32ff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }

  #content>#last>#last_all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding:10% 0;
  }

  #content>#last>#last_all>#last_all_one {
    width: 90%;
    height: 220px;
    margin-top: 50px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#last>#last_all>#last_all_one>h1 {
    font-size: 3rem;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    color: #fff;
  }

  #content>#last>#last_all>#last_all_one>p {
    color: #fff;
    font-size: 15px;
    width: 450px;
    margin: 30px 0 0 30px;
  }

  #content>#last>#last_all>#last_all_two {
    background: #f0e9f7;
    box-shadow: 0px 0px 50px rgba(185, 55, 223, 0.45);
    display: flex;
    flex-flow: column wrap;
    width: 80%;
    height: 452px;
    margin: 40px 0 50px 0;
    align-items: center;
  }

  #content>#last>#last_all>#last_all_two>h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Abril Fatface', cursive;
    margin-top: 60px;
  }

  #content>#last>#last_all>#last_all_two>p {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #content>#last>#last_all>#last_all_two>.input {
    width: 65%;
    height: 41px;
    border-bottom: 1px solid #828bb2;
    margin-top: 20px;
  }

  #content>#last>#last_all>#last_all_two>.input>input {
    border: none;
    color: #999;
    font-size: 13px;
    width: 75%;
    height: 30px;
    margin-left: 30px;
    background: rgba(0, 0, 0, 0);
  }

  #content>#last>#last_all>#last_all_two>#submit {
    background: rgba(185, 55, 223, 0.45);
    border: none;
    width: 65%;
    height: 50px;
    margin-top: 35px;
    font-size: 12px;
    background: -webkit-linear-gradient(60deg, #7c32ff 0%, #c738d8 100%);
    color: #fff;
    font-weight: bold;
  }

  #content>#last>#last_all>#last_all_two>#submit:hover {
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0.7;
  }

  #content>#index {
    width: 100%;
    height: auto;
    margin: 100px auto;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#index>#index_text {
    width: 95%;
    height: 200px;
    margin-left: 10px;
  }

  #content>#index>#index_text>h3 {
    font-family: 'Abril Fatface', cursive;
    color: #222;
    font-size: 35px;
    line-height: 40px;
  }

  #content>#index>#index_text>p {
    color: #828bb2;
    font-size: 14px;
    width: 300px;
    margin-top: 20px;
    line-height: 22px;
  }

  #content>#index>#index_photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
  }

  #content>#index>#index_photo>.index_photo_box1 {
    display: block;
    width: 45%;
    height: 300px;
    background-position: center;
    margin: 30px 0 30px 20px;
    background-size: cover;
  }

  #content>#index>#index_photo>.index_photo_box2 {
    display: block;
    width: 45%;
    height: 300px;
    background-position: center;
    margin: 30px 0 0 20px;
    background-size: cover;
  }

  #content>#index>#index_photo>.index_photo_box3 {
    display: block;
    width: 45%;
    height: 300px;
    background-position: center;
    margin: 30px 0 0 20px;
    background-size: cover;
  }

  .index_bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 45%;
    height: 300px;
  }

  .index_small_box {
    position: relative;
    background: #828bb2;
    width: 30%;
    height: 126px;
    margin: -30px 0 0 180px;
    padding: 30px 20px;
  }

  .index_small_box>p {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  #content>#index>#index_photo>.index_photo_box1>h4,
  .index_photo_box2>h4,
  .index_photo_box3>h4 {
    color: #fff;
    font-family: 'Abril Fatface', cursive;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    margin: 45px 0 0 20px;
  }

  #content>#index>#index_photo>.index_photo_box1>p,
  .index_photo_box2>p,
  .index_photo_box3>p {
    color: #fff;
    width: 220px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin: 25px 0 20px 20px;
  }

  #content>#index>#index_photo>.index_photo_box1>span a,
  .index_photo_box2>span a,
  .index_photo_box3>span a {
    color: #fff;
    width: 370px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 20px;
    text-decoration: none;
  }


}


@media (min-width:1000px) {



  #slider {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
  }

  #slider>#slider_text {
    width: 450px;
    height: 200px;
    position: relative;
    top: 50%;
    left: 43%;
    margin: -550px 0 0 -420px;
    display: inline-block;
  }

  #slider>#slider_text>h1 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #slider>#slider_text>p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 23px;
  }

  #slider>#slider_img {
    width: 600px;
    height: 550px;
    position: relative;
    background-position: center;
    background-size: cover;
    top: 65%;
    left: 77%;
    margin: -550px 0 0 -420px;
    display: inline-block;
  }

  #box3 {
    width: 52%;
    height: 120px;
    margin: -200px 0 130px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: nowrap;
  }

  #box3>.box3_inner {
    width: 32%;
    height: 120px;
    display: flex;
  }

  #box3>.box3_inner:nth-of-type(2) {
    width: 32%;
    border-right: 1px solid #eee;
  }

  #box3>.box3_inner:nth-of-type(3) {
    width: 32%;
  }

  #box3>.box3_inner>.box3_inner_icon {
    width: 20%;
    height: 120px;
    display: flex;
    justify-content: center;
  }

  #box3>.box3_inner>.box3_inner_icon>i {
    color: #888;
    font-size: 30px;
    margin: 5px 0 0 0;
  }

  #box3>.box3_inner>.box3_inner_text {
    width: 80%;
    height: 120px;
  }

  #box3>.box3_inner>.box3_inner_text>h3 {
    font-size: 20px;
    margin: 0 0 0 5px;
    font-weight: 500;
    font-family: 'DM Serif Text', serif;
    letter-spacing: 1px;
  }

  #box3>.box3_inner>.box3_inner_text>p {
    color: #828bb2;
    font-size: 16px;
    margin: 20px 0 0 5px;
  }

  #content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#first {
    width: 100%;
    height: 830px;
    margin: 0 auto;
  }

  #content>#first>#first_box1 {
    width: 78%;
    height: 180px;
    float: right;
    display: flex;
  }

  #content>#first>#first_box1>#first_box1_text {
    width: 50%;
    height: 180px;
  }

  #content>#first>#first_box1>#first_box1_text>h1 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
    font-size: 45px;
    width: 500px;
    line-height: 50px;
  }

  #content>#first>#first_box1>#first_box1_text>p {
    margin: 20px 0 0 0;
    line-height: 25px;
    font-size: 17px;
    width: 700px;
    color: #828bb2;
  }

  #content>#first>#first_box1>#first_box1_btn {
    width: 130px;
    height: 30px;
    margin: 150px 0 0 250px;
    display: flex;
    justify-content: space-between;
  }

  #content>#first>#first_box1>#first_box1_btn>#prev_btn {
    width: 50%;
    height: 30px;
    opacity: 0.5;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0);
  }

  #content>#first>#first_box1>#first_box1_btn>#next_btn {
    width: 50%;
    height: 30px;
    opacity: 0.5;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0);
  }

  #content>#first>#first_box1>#first_box1_btn>#next_btn:hover {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #content>#first>#first_box1>#first_box1_btn>#prev_btn:hover {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #content>#first>#first_box2 {
    width: 78%;
    height: 650px;
    float: right;
    overflow: hidden;
    position: relative;
  }

  #content>#first>#first_box2>#first_box2_wide {
    width: 600%;
    height: 500px;
    position: relative;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box {
    background: #f9f9fb;
    width: 330px;
    height: 440px;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box:nth-of-type(1) {
    margin: 0 20px 0 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box:hover {
    cursor: pointer;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_photo {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text {
    width: 100%;
    height: 210px;
    padding: 0 30px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 17px 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1>.p1 {
    color: #828bb2;
    font-size: 13px;
    font-weight: bold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1>.p2 {
    color: #222;
    font-size: 13px;
    font-weight: bold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_2 {
    width: 100%;
    height: 70px;
    display: flex;
    margin: 0 0 7px 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_2>h3 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3 {
    width: 100%;
    height: 20px;
    display: flex;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>.star {
    width: 100px;
    height: 20px;
    margin: 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>.star>i {
    font-size: 13px;
    color: gold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>p {
    margin: 0 0 0 20px;
    color: #828bb2;
    font-size: 14px;
    font-weight: bold;
  }


  #content>#video_all {
    background: none;
    width: 100%;
    height: 800px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }

  #content>#video_all>#video {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: nowrap;
  }

  #content>#video_all>#video>#video_left {
    width: 50%;
    height: 250px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 0 0 0 35px;
    margin: -100px 0 0 100px;
  }

  #content>#video_all>#video>#video_left>h3 {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    width: 445px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
  }

  #content>#video_all>#video>#video_left>p {
    color: #fff;
    font-size: 15px;
    width: 445px;
    margin: 30px 0 0 0;
    line-height: 23px;
  }

  #content>#video_all>#video>#video_right {
    width: 50%;
    height: 685px;
    position: relative;
    overflow: hidden;
  }

  #content>#video_all>#video>#video_right>.video_slide {
    background: gold;
    width: 380%;
    position: relative;
    padding: 0 0 0 17px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li {
    float: left;
    width: 600px;
    height: 580px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li:nth-of-type(1) {
    margin: 0 0 0 -15px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>iframe {
    margin: 0 0 20px 0;
    width: 560px;
    height: 400px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>p {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    width: 560px;
  }

  #content>#video_all>#video>#video_right>.video_prev {
    width: 53px;
    height: 26px;
    border: none;
    margin: 20px 0 0 7px;
    background: rgba(255, 255, 255, 0);
  }

  #content>#video_all>#video>#video_right>.video_prev>img {
    width: 53px;
    height: 26px;
  }

  #content>#video_all>#video>#video_right>.video_next {
    width: 53px;
    height: 26px;
    border: none;
    margin: 20px 0 0 15px;
    background: rgba(255, 255, 255, 0);
  }

  #content>#video_all>#video>#video_right>.video_next>img {
    width: 53px;
    height: 26px;
  }

  #content>#video_all>#video>#video_right>.video_prev,
  .video_next>img:hover {
    cursor: pointer;
  }

  #content>#box {
    width: 100%;
    height: auto;
    margin: 50px auto;
  }

  #content>#box>#manybox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#box>#manybox>#manybox_text {
    background: #fff;
    width: 90%;
    height: 250px;
    margin-left: 20px;
  }

  #content>#box>#manybox>#manybox_text>h1 {
    font-size: 42px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
  }

  #content>#box>#manybox>#manybox_text>p {
    margin-top: 20px;
    width: 350px;
    color: #828bb2;
    font-size: 17px;
  }

  #content>#box>#manybox>#manybox_article {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }

  #content>#box>#manybox>#manybox_article>article {
    background: #f2f3f7;
    width: 30%;
    height: 300px;
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#box>#manybox>#manybox_article>article:nth-of-type(2) {
    margin-top: -250px;
  }

  #content>#box>#manybox>#manybox_article>article:nth-of-type(3) {
    margin-top: -400px;
  }

  #content>#box>#manybox>#manybox_article>article:nth-of-type(5) {
    margin-top: -250px;
  }

  #content>#box>#manybox>#manybox_article>article:nth-of-type(6) {
    margin-top: -400px;
  }

  #content>#box>#manybox>#manybox_article>article>i {
    margin: 20px 0 0 35px;
    font-size: 30px;
  }

  #content>#box>#manybox>#manybox_article>article>h4 {
    margin: 30px 0 0 35px;
    font-size: 20px;
  }

  #content>#box>#manybox>#manybox_article>article>p {
    margin: 20px 0 0 35px;
    font-size: 15px;
    color: #828bb2;
    width: 210px;
  }

  #content>#box>#manybox>#manybox_article>article:hover {
    background: #fff;
    box-shadow: 5px 5px 5px #eee;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  #content>#box>#manybox>#manybox_article>article:hover>i {
    color: #8c33f7;
    transition: all 0.3s ease;
  }

  #content>#twobox {
    width: 100%;
    height: auto;
    margin: 150px auto;
  }

  #content>#twobox>#twobox_all {
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }

  #content>#twobox>#twobox_all>#all_one {
    width: 48%;
    height: 400px;
    ;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }

  #content>#twobox>#twobox_all>#all_one>i {
    font-size: 50px;
    color: #8c33f7;
  }

  #content>#twobox>#twobox_all>#all_one>.p1 {
    font-size: 20px;
    color: #828bb2;
    font-style: italic;
    width: 85%;
    margin: 50px 0 0 0;
    line-height: 28px;
  }

  #content>#twobox>#twobox_all>#all_one>.p2 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 40px 0 0 0;
  }

  #content>#twobox>#twobox_all>#all_one>.p3 {
    font-size: 17px;
    color: #828bb2;
    margin: 10px 0 0 0;
  }

  #content>#twobox>#twobox_all>#all_two {
    width: 48%;
    height: 600px;
    background-size: cover;
    background-position: center;
  }

  #content>#last {
    background: none;
    width: 100%;
    height: 750px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }

  #content>#last>#last_all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  #content>#last>#last_all>#last_all_one {
    width: 45%;
    height: 220px;
    margin-top: 400px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#last>#last_all>#last_all_one>h1 {
    font-size: 3rem;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    color: #fff;
  }

  #content>#last>#last_all>#last_all_one>p {
    color: #fff;
    font-size: 15px;
    width: 450px;
    margin: 30px 0 0 30px;
  }

  #content>#last>#last_all>#last_all_two {
    background: #f0e9f7;
    box-shadow: 0px 0px 50px rgba(185, 55, 223, 0.45);
    display: flex;
    flex-flow: column wrap;
    width: 80%;
    height: 500px;
    margin: 40px 0 50px 0;
    align-items: center;
  }

  #content>#last>#last_all>#last_all_two>h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Abril Fatface', cursive;
    margin-top: 60px;
  }

  #content>#last>#last_all>#last_all_two>p {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #content>#last>#last_all>#last_all_two>.input {
    width: 65%;
    height: 41px;
    border-bottom: 1px solid #828bb2;
    margin-top: 20px;
  }

  #content>#last>#last_all>#last_all_two>.input>input {
    border: none;
    color: #999;
    font-size: 13px;
    width: 75%;
    height: 30px;
    margin-left: 30px;
    background: rgba(0, 0, 0, 0);
  }

  #content>#last>#last_all>#last_all_two>#submit {
    background: rgba(185, 55, 223, 0.45);
    border: none;
    width: 65%;
    height: 50px;
    margin-top: 35px;
    font-size: 12px;
    background: -webkit-linear-gradient(60deg, #7c32ff 0%, #c738d8 100%);
    color: #fff;
    font-weight: bold;
  }

  #content>#last>#last_all>#last_all_two>#submit:hover {
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0.7;
  }

  #content>#index {
    width: 100%;
    height: auto;
    margin: 100px auto;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#index>#index_text {
    width: 80%;
    height: 200px;
    margin-left: 70px;
  }

  #content>#index>#index_text>h3 {
    font-family: 'Abril Fatface', cursive;
    color: #222;
    font-size: 40px;
    line-height: 40px;
  }

  #content>#index>#index_text>p {
    color: #828bb2;
    font-size: 14px;
    width: 300px;
    margin-top: 20px;
    line-height: 22px;
  }

  #content>#index>#index_photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
  }

  #content>#index>#index_photo>.index_photo_box1 {
    display: block;
    width: 27%;
    height: 300px;
    background-position: center;
    margin: 30px 0 30px 70px;
    background-size: cover;
  }

  #content>#index>#index_photo>.index_photo_box2 {
    display: block;
    width: 27%;
    height: 300px;
    background-position: center;
    margin: -80px 0 0 20px;
    background-size: cover;
  }

  #content>#index>#index_photo>.index_photo_box3 {
    display: block;
    width: 27%;
    height: 300px;
    background-position: center;
    margin: -150px 0 0 20px;
    background-size: cover;
  }

  .index_bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 27%;
    height: 300px;
  }

  .index_small_box {
    position: relative;
    background: #828bb2;
    width: 32%;
    height: 126px;
    margin: -35px 0 0 220px;
    padding: 25px 20px;
  }

  .index_small_box>p {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  #content>#index>#index_photo>.index_photo_box1>h4,
  .index_photo_box2>h4,
  .index_photo_box3>h4 {
    color: #fff;
    font-family: 'Abril Fatface', cursive;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    margin: 25px 0 0 50px;
  }

  #content>#index>#index_photo>.index_photo_box1>p,
  .index_photo_box2>p,
  .index_photo_box3>p {
    color: #fff;
    width: 220px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin: 25px 0 20px 50px;
  }

  #content>#index>#index_photo>.index_photo_box1>span a,
  .index_photo_box2>span a,
  .index_photo_box3>span a {
    color: #fff;
    width: 370px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 50px;
    text-decoration: none;
  }



}


@media (min-width:1800px) {


  #slider {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
  }

  #slider>#slider_text {
    width: 450px;
    height: 200px;
    position: relative;
    top: 50%;
    left: 43%;
    margin: -550px 0 0 -420px;
    display: inline-block;
  }

  #slider>#slider_text>h1 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #slider>#slider_text>p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 23px;
  }

  #slider>#slider_img {
    width: 700px;
    height: 550px;
    position: relative;
    background-position: center;
    background-size: cover;
    top: 65%;
    left: 68%;
    margin: -550px 0 0 -400px;
    display: inline-block;
  }

  #box3 {
    width: 52%;
    height: 120px;
    margin: -200px 0 130px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: nowrap;
  }

  #box3>.box3_inner {
    width: 32%;
    height: 120px;
    display: flex;
  }

  #box3>.box3_inner:nth-of-type(2) {
    width: 32%;
    border-right: 1px solid #eee;
  }

  #box3>.box3_inner:nth-of-type(3) {
    width: 32%;
  }

  #box3>.box3_inner>.box3_inner_icon {
    width: 20%;
    height: 120px;
    display: flex;
    justify-content: center;
  }

  #box3>.box3_inner>.box3_inner_icon>i {
    color: #888;
    font-size: 30px;
    margin: 5px 0 0 0;
  }

  #box3>.box3_inner>.box3_inner_text {
    width: 80%;
    height: 120px;
  }

  #box3>.box3_inner>.box3_inner_text>h3 {
    font-size: 20px;
    margin: 0 0 0 5px;
    font-weight: 500;
    font-family: 'DM Serif Text', serif;
    letter-spacing: 1px;
  }

  #box3>.box3_inner>.box3_inner_text>p {
    color: #828bb2;
    font-size: 16px;
    margin: 20px 0 0 5px;
  }

  #content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#first {
    width: 100%;
    height: 830px;
    margin: 0 auto;
  }

  #content>#first>#first_box1 {
    width: 78%;
    height: 180px;
    float: right;
    display: flex;
  }

  #content>#first>#first_box1>#first_box1_text {
    width: 50%;
    height: 180px;
  }

  #content>#first>#first_box1>#first_box1_text>h1 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
    font-size: 45px;
    width: 500px;
    line-height: 50px;
  }

  #content>#first>#first_box1>#first_box1_text>p {
    margin: 20px 0 0 0;
    line-height: 25px;
    font-size: 17px;
    width: 700px;
    color: #828bb2;
  }

  #content>#first>#first_box1>#first_box1_btn {
    width: 130px;
    height: 30px;
    margin: 150px 0 0 250px;
    display: flex;
    justify-content: space-between;
  }

  #content>#first>#first_box1>#first_box1_btn>#prev_btn {
    width: 50%;
    height: 30px;
    opacity: 0.5;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0);
  }

  #content>#first>#first_box1>#first_box1_btn>#next_btn {
    width: 50%;
    height: 30px;
    opacity: 0.5;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0);
  }

  #content>#first>#first_box1>#first_box1_btn>#next_btn:hover {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #content>#first>#first_box1>#first_box1_btn>#prev_btn:hover {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #content>#first>#first_box2 {
    width: 78%;
    height: 650px;
    float: right;
    overflow: hidden;
    position: relative;
  }

  #content>#first>#first_box2>#first_box2_wide {
    width: 600%;
    height: 500px;
    position: relative;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box {
    background: #f9f9fb;
    width: 330px;
    height: 440px;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box:nth-of-type(1) {
    margin: 0 20px 0 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box:hover {
    cursor: pointer;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_photo {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text {
    width: 100%;
    height: 210px;
    padding: 0 30px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 17px 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1>.p1 {
    color: #828bb2;
    font-size: 13px;
    font-weight: bold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_1>.p2 {
    color: #222;
    font-size: 13px;
    font-weight: bold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_2 {
    width: 100%;
    height: 70px;
    display: flex;
    margin: 0 0 7px 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_2>h3 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3 {
    width: 100%;
    height: 20px;
    display: flex;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>.star {
    width: 100px;
    height: 20px;
    margin: 0;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>.star>i {
    font-size: 13px;
    color: gold;
  }

  #content>#first>#first_box2>#first_box2_wide>.wide_photo_box>.wide_text>.wide_text_3>p {
    margin: 0 0 0 20px;
    color: #828bb2;
    font-size: 14px;
    font-weight: bold;
  }

  #content>#video_all {
    background: none;
    width: 100%;
    height: 800px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }

  #content>#video_all>#video {
    margin: 0 auto;
    width: 1200px;
    height: 685px;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
  }

  #content>#video_all>#video>#video_left {
    width: 50%;
    height: 200px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    padding: 0 0 0 35px;
    margin: 210px 70px 0 0;
  }

  #content>#video_all>#video>#video_left>h3 {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    width: 445px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
  }

  #content>#video_all>#video>#video_left>p {
    color: #fff;
    font-size: 15px;
    width: 445px;
    margin: 30px 0 0 0;
    line-height: 23px;
  }

  #content>#video_all>#video>#video_right {
    width: 50%;
    height: 685px;
    position: relative;
    overflow: hidden;
  }

  #content>#video_all>#video>#video_right>.video_slide {
    width: 350%;
    position: relative;
    padding: 0 0 0 17px;
    position: relative;
  }

  #content>#video_all>#video>#video_right>.video_slide>li {
    float: left;
    width: 600px;
    height: 580px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>iframe {
    border: none;
    margin: 0 0 20px 0;
    width: 560px;
    height: 400px;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
  }

  #content>#video_all>#video>#video_right>.video_slide>li>p {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    width: 560px;
  }

  #content>#video_all>#video>#video_right>.video_prev {
    width: 53px;
    height: 26px;
    border: none;
    margin: 20px 0 0 7px;
    background: rgba(255, 255, 255, 0);
  }

  #content>#video_all>#video>#video_right>.video_prev>img {
    width: 53px;
    height: 26px;
  }

  #content>#video_all>#video>#video_right>.video_next {
    width: 53px;
    height: 26px;
    border: none;
    margin: 20px 0 0 15px;
    background: rgba(255, 255, 255, 0);
  }

  #content>#video_all>#video>#video_right>.video_next>img {
    width: 53px;
    height: 26px;
  }

  #content>#video_all>#video>#video_right>.video_prev,
  .video_next>img:hover {
    cursor: pointer;
  }

  #content>#box {
    width: 100%;
    height: 1100px;
    margin: 120px auto;
  }

  #content>#box>#manybox {
    width: 1200px;
    height: 1100px;
    margin: 0 auto;
  }

  #content>#box>#manybox>#manybox_text {
    background: #fff;
    width: 550px;
    height: 250px;
  }

  #content>#box>#manybox>#manybox_text>h1 {
    font-size: 42px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
  }

  #content>#box>#manybox>#manybox_text>p {
    margin-top: 20px;
    width: 350px;
    color: #828bb2;
    font-size: 17px;
  }

  #content>#box>#manybox>#manybox_article {
    width: 1200px;
    height: 750px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }

  #content>#box>#manybox>#manybox_article>article {
    background: #f2f3f7;
    width: 370px;
    height: 350px;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#box>#manybox>#manybox_article>article:nth-of-type(2) {
    margin-top: -250px;
  }

  #content>#box>#manybox>#manybox_article>article:nth-of-type(3) {
    margin-top: -400px;
  }

  #content>#box>#manybox>#manybox_article>article:nth-of-type(5) {
    margin-top: -250px;
  }

  #content>#box>#manybox>#manybox_article>article:nth-of-type(6) {
    margin-top: -400px;
  }

  #content>#box>#manybox>#manybox_article>article>i {
    margin: 60px 0 0 35px;
    font-size: 30px;
  }

  #content>#box>#manybox>#manybox_article>article>h4 {
    margin: 30px 0 0 35px;
    font-size: 20px;
  }

  #content>#box>#manybox>#manybox_article>article>p {
    margin: 30px 0 0 35px;
    font-size: 15px;
    color: #828bb2;
    width: 300px;
  }

  #content>#box>#manybox>#manybox_article>article:hover {
    background: #fff;
    box-shadow: 5px 5px 5px #eee;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  #content>#box>#manybox>#manybox_article>article:hover>i {
    color: #8c33f7;
    transition: all 0.3s ease;
  }


  #content>#twobox {
    width: 100%;
    height: 750px;
    margin: 0 auto;
  }

  #content>#twobox>#twobox_all {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    display: flex;
  }

  #content>#twobox>#twobox_all>#all_one {
    width: 55%;
    height: 600px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }

  #content>#twobox>#twobox_all>#all_one>i {
    font-size: 50px;
    color: #8c33f7;
    margin-left: 30px;
  }

  #content>#twobox>#twobox_all>#all_one>.p1 {
    font-size: 20px;
    color: #828bb2;
    font-style: italic;
    width: 470px;
    margin: 50px 0 0 30px;
    line-height: 28px;
  }

  #content>#twobox>#twobox_all>#all_one>.p2 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 40px 0 0 30px;
  }

  #content>#twobox>#twobox_all>#all_one>.p3 {
    font-size: 17px;
    color: #828bb2;
    margin: 10px 0 0 30px;
  }

  #content>#twobox>#twobox_all>#all_two {
    width: 45%;
    height: 600px;
    background-size: cover;
    background-position: center;
  }

  #content>#last {
    background: none;
    width: 100%;
    height: 766px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }

  #content>#last>#last_all {
    width: 1200px;
    height: 766px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #content>#last>#last_all>#last_all_one {
    width: 45%;
    height: 220px;
    margin-top: 160px;
  }

  #content>#last>#last_all>#last_all_one>h1 {
    font-size: 42px;
    width: 430px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    line-height: 45px;
    color: #fff;
    margin-left: 30px;
  }

  #content>#last>#last_all>#last_all_one>p {
    color: #fff;
    font-size: 15px;
    width: 445px;
    margin: 30px 0 0 30px;
  }

  #content>#last>#last_all>#last_all_two {
    background: #f0e9f7;
    box-shadow: 0px 0px 50px rgba(185, 55, 223, 0.45);
    display: flex;
    flex-flow: column wrap;
    width: 30%;
    height: 452px;
    margin: 70px 50px 0 0;
    align-items: center;
  }

  #content>#last>#last_all>#last_all_two>h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Abril Fatface', cursive;
    margin-top: 60px;
  }

  #content>#last>#last_all>#last_all_two>p {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #content>#last>#last_all>#last_all_two>.input {
    width: 75%;
    height: 41px;
    border-bottom: 1px solid #828bb2;
    margin-top: 20px;
  }

  #content>#last>#last_all>#last_all_two>.input>input {
    border: none;
    color: #999;
    font-size: 13px;
    width: 75%;
    height: 30px;
    margin-left: 30px;
    background: rgba(0, 0, 0, 0);
  }

  #content>#last>#last_all>#last_all_two>#submit {
    background: rgba(185, 55, 223, 0.45);
    border: none;
    width: 252px;
    height: 50px;
    margin-top: 35px;
    font-size: 12px;
    background: -webkit-linear-gradient(60deg, #7c32ff 0%, #c738d8 100%);
    color: #fff;
    font-weight: bold;
  }

  #content>#last>#last_all>#last_all_two>#submit:hover {
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0.7;
  }

  #content>#index {
    width: 100%;
    height: 650px;
    margin: 100px auto;
    display: flex;
    flex-flow: column wrap;
  }

  #content>#index>#index_text {
    width: 450px;
    height: 280px;
    margin-left: 400px;
  }

  #content>#index>#index_text>h3 {
    font-family: 'Abril Fatface', cursive;
    color: #222;
    font-size: 42px;
    line-height: 48px;
  }

  #content>#index>#index_text>p {
    color: #828bb2;
    font-size: 14px;
    width: 300px;
    margin-top: 25px;
    line-height: 22px;
  }

  #content>#index>#index_photo {
    width: 1461px;
    height: 370px;
    margin-left: 400px;
    display: flex;
    flex-flow: nowrap;
  }

  #content>#index>#index_photo>.index_photo_box1 {
    display: block;
    width: 40%;
    height: 350px;
    background-position: center;
    margin: 0 35px 0 -1px;
    background-size: cover;
  }

  #content>#index>#index_photo>.index_photo_box2 {
    display: block;
    width: 40%;
    height: 350px;
    background-position: center;
    margin-right: 35px;
    background-size: cover;
    margin-top: -100px;
  }

  #content>#index>#index_photo>.index_photo_box3 {
    display: block;
    width: 40%;
    height: 350px;
    background-position: center;
    margin-right: 35px;
    background-size: cover;
    margin-top: -200px;
  }

  .index_bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 438px;
    height: 350px;
  }

  .index_small_box {
    position: relative;
    background: #828bb2;
    width: 35%;
    height: 126px;
    margin: -30px 0 0 250px;
    padding: 30px 20px;
  }

  .index_small_box>p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }

  #content>#index>#index_photo>.index_photo_box1>h4,
  .index_photo_box2>h4,
  .index_photo_box3>h4 {
    color: #fff;
    font-family: 'Abril Fatface', cursive;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    margin: 45px 0 0 30px;
  }

  #content>#index>#index_photo>.index_photo_box1>p,
  .index_photo_box2>p,
  .index_photo_box3>p {
    color: #fff;
    width: 370px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin: 25px 0 20px 30px;
  }

  #content>#index>#index_photo>.index_photo_box1>span a,
  .index_photo_box2>span a,
  .index_photo_box3>span a {
    color: #fff;
    width: 370px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 30px;
    text-decoration: none;
  }


}