@media screen and (max-width: 768px){
    .cbox_search {
        display: none;
    }
    .cbox_slogo {
        display: none;
    }
    .header_top {
        justify-content: space-between;
        height: 20vw;
    }
    .cbox_fr {
        width: 50%;
        flex: 1;
    }
    .cbox_fl {
        width: 7%;
        flex: auto;
    }
    .cbox_language {
        flex: 0 0 100%;
    }
    .cbox_logo {
        margin-right: 0;
        width: 100%;
    }
    .navButton {
        display: block;
        width: 5.4vw;
        display: flex;
        justify-content: center;
        height: 8vw;
        padding: 1.5% 0;
        align-items: center;
    }
    .navButton p {
        width: 5.4vw;
        cursor: pointer;
        overflow: hidden;
        height: 4.2vw;
    }
    .icon {
        width: 5.4vw;
        height: 5.4vw;
        font-size: 4.2vw;
    }
    .cbox_language_span span {
        font-size: 3.74vw;
    }
    .navigation_navbox ul {
        position: absolute;
        top: 28vw;
        left: 0;
        right: 0;
        background: rgb(255 255 255 / 100%);
        padding: 0 15px;
        height: calc(0vh);
        overflow-y: scroll;
        z-index: 10000;
        transition: all ease .3s;
        display: block;
    }
    .navButton p span {
        width: 100%;
        background: #fff;
        display: block;
        height: 2px;
        margin: 2px 0;
        float: left;
        -webkit-transition: all ease 0.8s,opacity ease 0.3s;
        -moz-transition: all ease 0.8s,opacity ease 0.3s;
        -ms-transition: all ease 0.8s,opacity ease 0.3s;
        -o-transition: all ease 0.8s,opacity ease 0.3s;
        transition: all ease 0.8s,opacity ease 0.3s;
        opacity: 1;
    }
    .navigation_navbox {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .navButton p span:nth-of-type(1){
        width: 50%;
        float: left; 
    }
    .navButton p span:nth-of-type(3){
        width: 50%;
        float: right;
    }
    .navigation_navbox ul.active {
        height: calc(100vh);
    }
    .navButton p.showcon span:nth-of-type(1){
        transform: translateY(6px) rotate(720deg);
        width: 100%;
    }
    .navButton p.showcon span:nth-of-type(2){
        transform: translateY(0px) rotate(720deg);
    }
    .navButton p.showcon span:nth-of-type(3){
        transform: translateY(-6px) rotate(720deg);
        width: 100%;
    }
    .navButton p.showcon span.tran:nth-of-type(1){
        transform: translateY(6px) rotate(670deg);
    }
    .navButton p.showcon span.tran:nth-of-type(2){
        transform: translateY(0px) rotate(768deg);
    }
    .navButton p.showcon span.tran:nth-of-type(3){
        width: 0;
        opacity: 0;
    }
    .navigation_navbox ul li.navitem {
        border-bottom: 1px solid rgb(0 0 0 / 10%);
        padding: 0;
    }
    .submenu {
        padding: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        background: none;
        width: 100%;
        pointer-events: auto;
    }
    .navigation_navbox ul li.navitem p.navcon {
        font-size: 4.2vw;
        color: #222;
        align-items: center;
    }
    .navigation_navbox ul li.navitem p.navcon a {
        font-size: 3.74vw;
        color: #333333;
        line-height: 13vw;
        height: 13vw;
        width: 92%;
    }
    .navigation_navbox ul li.navitem p.navcon.sub i {
        display: block;
        width: 8%;
        text-align: center;
        height: 13vw;
        line-height: 13vw;
        transition: all ease .3s;
    }
    .navigation_navbox ul li.navitem .submenu.active {
        display: block;
        position: unset;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0%);
    }
    .navigation_navbox ul li.navitem .submenu.active ul {
        position: unset;
        height: unset;
        width: 100%;
        padding: 0;
    }
    .submenu ul li.menuitem p a {
        font-size: 3.74vw;
        font-weight: 400;
        color: #222222;
    }
    .submenu ul li.menuitem {
        margin-right: 0;
        width: 100%;
        margin: 4vw 0;
    }
    .navigation_navbox ul li.navitem p {
        font-size: 3.74vw;
    }
    .submenu ul li.menuitem p.navcon2 a {
        font-size: 3.74vw;
        color: #222222;
        width: 92%;
        line-height: 1.2;
    }
    .submenu ul li.menuitem p.navcon2 i {
        font-size: 3.74vw;
        color: #222222;
        width: 8%;
        display: block;
        text-align: center;
        line-height: 1.2;
        transition: all ease .3s;
    }
    .navigation_navbox ul li.navitem p.navcon.sub.active i {
        transform: rotate(90deg);
    }
    .submenu ul.listthree {
        display: none;
    }
    .submenu ul li.menuitem p.navcon2.active i {
        transform: rotate(90deg);
    }
    .navigation_navbox ul li.navitem .submenu.active ul li.menuitem ul.listthree.active {
        display: block;
    }
    .navigation_navbox ul li.navitem .submenu.active ul li.menuitem ul.listthree.active li a {
        color: #666;
        font-size: 3.74vw;
        line-height: 1.5;
    }
    .navigation_navbox ul li.navitem:nth-child(4) .submenu ul li.menuitem p.navcon2 i{
        display: none;
    }
    .navigation_navbox ul li.navitem:nth-child(5) .submenu ul li.menuitem p.navcon2 i{
        display: none;
    }
    .navigation_navbox ul li.navitem:nth-child(6) .submenu ul li.menuitem p.navcon2 i{
        display: none;
    }
    /* banner */
    .p_img img {
        height: 60vw;
        object-fit: cover;
    }
    .p_slide .p_info {
        max-width: 100%;
    }
    .p_slide .p_info .p_info_fivebox {
        width: 100%;
    }
    .p_slide .p_info .p_info_fivebox p.p_btitle {
        font-size: 4.2vw;
    }
    .p_slide .p_info .p_info_fivebox span.p_solid {
        margin: 4vw 0 3vw;
        width: 20vw;
    }
    .p_slide .p_info .p_info_fivebox p.p_summary {
        font-size: 3.4vw;
    }
    .p_slide .p_info .p_info_fivebox a.p_button {
        font-size: 3.4vw;
        width: 30vw;
        height: 10vw;
        line-height: 10vw;
        border-radius: 5vw;
        margin-bottom: 0;
        margin-top: 3vw;
    }
    .banner .p_arr {
        opacity: 0;
    }
    .public_title_fr {
        display: none;
    }
    .index_product {
        padding: 6% 0;
    }
    .index_product_box {
        margin-top: 5%;
        width: 30%;
        margin-right: 5%;
        padding: 3%;
    }
    .index_product_flex {
        justify-content: flex-start;
    }
    .index_product_box:nth-child(3n) {
        margin-right: 0;
    }
    .pro_box_p a {
        margin: 3vw 0 0;
        font-size: 3.74vw;
    }
    .public_title_fl p {
        font-size: 4.8vw;
    }
    .public_title_fl span {
        font-size: 3.4vw;
        margin-top: 3%;
    }
    .index_static {
        padding: 6% 0;
    }
    .index_static_inner p {
        font-size: 4.2vw;
    }
    .index_static_inner a {
        width: 35%;
        height: 10vw;
        line-height: 10vw;
        font-size: 3.4vw;
        margin-top: 3%;
        border-radius: 5vw;
    }
    .index_app_item {
        padding: 2%;
        margin-top: 5%;
        width: 30%;
        margin-right: 5%;
    }
    .app_h6 h6 {
        margin: 3vw 0 0;
        font-size: 3.74vw;
    }
    .index_app {
        padding: 6% 0;
    }
    .index_static_inner img {
        width: 4.2vw;
        height: 4.2vw;
        object-fit: contain;
    }
    .index_static_inner span {
        font-size: 3.74vw;
    }
    .index_about {
        height: auto;
        padding: 8% 0;
    }
    .about_flex {
        padding-top: 0;
        flex-wrap: wrap-reverse;
    }
.about_fr iframe {
    height: 52vw;
    margin-bottom: 6%;
}
    .about_fl {
        width: 100%;
    }
    .about_fr {
        width: 100%;
    }
    .about_fl h3 {
        font-size: 4.8vw;
        margin-bottom: 3%;
    }
    .about_fl h3:after {
        width: 10%;
        margin-top: 3%;
    }
    .about_fl p {
        font-size: 3.4vw;
        margin-top: 3vw;
    }
    .about_fl a.more {
        background: rgba(198,0,11,1);
        color: #ffffff;
        border: 1px solid rgba(198,0,11,1);
        width: 35%;
        height: 10vw;
        line-height: 10vw;
        font-size: 3.4vw;
        margin-top: 3vw;
        border-radius: 5vw;
    }
    .video_fixed>video {
        width: 90%;
    }
    .video_fixed .close_video {
        width: 6vw;
        height: 6vw;
        top: 6vw;
        right: 6vw;
    }
    .index_news {
        padding: 6% 0;
    }
    .news_fl {
        width: 100%;
    }
    .news_fr {
        width: 100%;
    }
    .news_img {
        max-height: 44vw;
    }
    .news_text_time {
        display: none;
    }
    .news_text_inner {
        flex: 0 0 100%;
    }
    .news_text_inner a {
        width: 100%;
    }
    .news_text_inner h3 {
        font-size: 3.74vw;
    }
    .news_text_inner p {
        font-size: 3.4vw;
    }
    .news_flex {
        margin-top: 6%;
    }
    .news_box:first-child {
        margin-top: 3%;
    }
    .news_box time {
        font-size: 3.74vw;
    }
    .news_box h3 {
        font-size: 3.74vw;
        padding-bottom: 3%;
        margin-bottom: 3%;
    }
    .news_box p {
        font-size: 3.4vw;
    }
    .news_box span {
        font-size: 3.74vw;
        margin-top: 3%;
    }
    .index_partner {
        padding: 6% 0;
    }
    .index_partner {
        padding: 6% 0;
    }
    .partnerSwiper {
        width: 350%;
    }
    .partner_img {
        width: 25%;
        height: 12vw;
        margin-right: 1%;
        margin-top: 1%;
    }
    .foot_first {
        flex: unset;
        width: 100%;
        border-right: none;
    }
    .foot_bg {
        padding-top: 6%;
    }
    .foot_title h2 {
        font-size: 4.4vw;
    }
    .foot_contact {
        font-size: 3.74vw;
    }
    .foot_dl a {
        padding: 0;
        width: 50%;
        height: 10vw;
        line-height: 10vw;
        font-size: 3.74vw;
    }
    .foot_nav {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 6%;
    }
    .foot_nav ul.gation li.navitem .submenu ul {
        display: none;
    }
    .foot_nav ul.gation li.navitem {
        width: 100%;
        padding: 0;
    }
    .foot_nav ul.gation {
        flex-wrap: wrap;
    }
    .foot_nav ul.gation li.navitem p.navcon.sub {
        font-size: 3.74vw;
        margin-bottom: 0;
        line-height: 2.5;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .foot_nav ul.gation li.navitem p.navcon.sub i {
        display: block;
        transition: all ease .3s;
    }
    .foot_nav ul.gation li.navitem .submenu ul.listthree.active {
        display: block;
        margin-top: 3%;
    }
    .foot_nav ul.gation li.navitem .submenu ul li.menuitem p.navcon2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .foot_nav ul.gation li.navitem .submenu ul li.menuitem p.navcon2 a {
        color: #ffffff;
        width: unset;
    }
    .foot_nav ul.gation li.navitem .submenu ul li.menuitem p.navcon2 i {
        display: block;
        color: #ffffff;
        width: unset;
    }
    .foot_nav ul.gation li.navitem p.navcon.sub.active i {
        transform: rotate(90deg);
    }
    .foot_nav ul.gation li.navitem .submenu ul li.menuitem ul.listthree li a {
        color: #ffffff;
        font-size: 3.74vw;
    }

    .foot_nav ul.gation li.navitem .submenu ul {
        display: block;
    }
    .foot_nav ul.gation li.navitem .submenu ul li.menuitem {
        margin: 0;
    }
    .foot_nav ul.gation li.navitem .submenu {
        display: none;
    }
    .foot_nav ul.gation li.navitem .submenu.active {
        display: block;
    }

    .foot_nav ul li.navitem:nth-child(4) .submenu ul li.menuitem p.navcon2 i{
        display: none;
    }
    .foot_nav ul li.navitem:nth-child(5) .submenu ul li.menuitem p.navcon2 i{
        display: none;
    }
    .foot_nav ul li.navitem:nth-child(6) .submenu ul li.menuitem p.navcon2 i{
        display: none;
    }
    .footer_link span {
        font-size: 3.4vw;
    }
    .footer_link a {
        font-size: 3.4vw;
    }
    .copyright_flex p {
        font-size: 3.4vw;
        display: block;
    }
    .copyright_flex a {
        font-size: 3.4vw;
        display: block;
    }
    .copyright_flex {
        justify-content: center;
    }
    .foot_copyright {
        padding: 5% 0;
    }

    .page_banner img {
        height: 32vw;
        object-fit: cover;
    }
    .crumbs {
        padding: 6% 0;
    }
    
    .pos i {
        font-size: 3.74vw;
    }
    
    .pos {
        font-size: 3.74vw;
    }
    
    .pos a {
        font-size: 3.74vw;
    }

.public_button {
    display: block;
    border: 0;
    background: #c6000b;
    padding: 10px 15px;
    border-radius: 12px;
    width: 100%;
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
}
.semi_fl {
    width: 90%;
    margin: 0 auto 6%;
}
.public_button {
    display: block;
    border: 0;
    background: #c6000b;
    padding: 10px 15px;
    border-radius: 12px;
    width: 100%;
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
    text-align: center;
}
.semi {
    padding: 6% 0;
}
.public_tree {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    height: 100vh;
    width: 70%;
    transition: all ease .5s;
    background: #fff;
    z-index: 1000;
    max-height: 1080px;
}
.public_tree.active {
    left: 30%;
}
.bg_show {
    display: block;
    line-height: 50px;
    background: rgb(0 0 0 / 70%);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 1080px;
    height: 100vh;
    width: 100%;
    cursor: pointer;
    transition: all ease .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.bg_show.active{
    opacity: 1;
    visibility: visible;
    display: block;
}
.semi_container {
    width: 100%;
}
.semi_fr {
    width: 100%;
    margin-left: 0;
}
.semi_content {
    padding: 5%;
}
.semi_search {
    width: 100%;
}
.semi_name {
    font-size: 4.8vw;
    margin-bottom: 5%;
}
.semi_table_kind {
    margin-top: 6%;
    overflow: auto;
    width: auto;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.cbox_search_flex input {
    font-size: 3.74vw;
}
.semi_table_body {
    width: 1200px;
}
.table_header>div {
    padding: 5% 3%;
}
.table_header i {
    font-size: 3.74vw;
}
.app_fl {
    width: 100%;
    margin: 0 auto 6%;
}
.app_fr {
    width: 100%;
    margin-left: 0;
}
.app {
    padding: 6% 0;
}
.app_content {
    padding: 5%;
}
.app_fr_title h2 {
    font-size: 4.8vw;
    margin-bottom: 5%;
    padding-bottom: 5%;
}
.app_fr_inner p {
    font-size: 3.74vw;
}
.app_fr_inner h2 {
    font-size: 4.8vw;
}
.crumbs_fr {
    display: none;
}
.crumbs_list {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: center;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10vw;
}
.crumbs_a {
    position: static;
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.crumbs_a a {
    font-size: 3.74vw;
    border-radius: 30vw;
    height: 10vw;
    line-height: 9.5vw;
    padding: 0 5vw;
}
.crumbs_fl_hidden {
    overflow: hidden;
    height: 10vw;
}
.single {
    padding: 6% 0;
}
.single_content {
    padding: 5%;
}
.single_content p {
    font-size: 3.74vw;
}
.window_box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.window_box:nth-child(2n) {
    margin-right: 0;
}
.test_deep_box a {
    font-size: 4vw;
}
.test_deep_box p {
    padding: 0 5%;
    font-size: 3.74vw;
    line-height: 12vw;
}
.article_item {
    padding: 5%;
    margin-bottom: 5%;
}
.article_fr {
    display: none;
}
.article_fl {
    flex: 0 0 100%;
}
.article_fl h2 {
    font-size: 3.74vw;
    margin-top: 0;
}
.article_fl p {
    font-size: 3.74vw;
    margin-bottom: 0;
}
.article_item:hover {
    background-color: rgba(236,245,255,1);
}
.detail_fl {
    margin-right: 0;
    flex: 0 0 100%;
}
.detail {
    padding: 6% 0;
}
.detail_groom {
    padding: 5%;
    margin-top: 6%;
}
.detail_time {
    flex: 0 0 20vw;
    margin-right: 4%;
}
.detail_h1 h1 {
    font-size: 4.2vw;
}
.detail_h1 span {
    font-size: 3.74vw;
    display: block;
}
.detail_groom h3 {
    font-size: 4.2vw;
    margin-bottom: 5%;
}
.detail_list a {
    margin: 5% 0;
}
.detail_groom_text h3 {
    margin-bottom: 0;
}
.detail_groom_text p {
    font-size: 3.74vw;
}

.sample_box {
    padding: 5%;
}
.sample_title {
    font-size: 4.8vw;
}
.sample_group {
    margin-top: 0%;
    flex-wrap: wrap;
}
.sample_group input {
    width: 100%;
    margin-right: 0;
    margin-top: 5%;
    display: block;
    height: 12vw;
    line-height: 12vw;
    font-size: 4.2vw;
    padding: 3%;
}
.sample_group select {
    width: 100%;
    margin-right: 0;
    margin-top: 5%;
    display: block;
    height: 12vw;
    font-size: 4.2vw;
    padding: 3%;
}
.sample_group:nth-child(2) input {
    width: 100%;
    height: 12VW;
    line-height: 12vw;
    font-size: 4.2vw;
    padding: 3%;
}
.sample_textarea textarea {
    height: 40vw;
    font-size: 4.2vw;
    padding: 3%;
    margin-top: 5%;
}
.sample_btn {
    margin-top: 5%;
}
button.submit_btn {
    width: 100%;
    height: 12vw;
    line-height: 12vw;
    font-size: 4.2vw;
}


.sample_group input::-webkit-input-placeholder{
    font-size: 4.2vw;
    color: #a3a9ad;
}
.sample_group input::-moz-placeholder{  
font-size: 4.2vw;
   color: #a3a9ad;
}
.sample_group input:-moz-placeholder{ 
font-size: 4.2vw;
   color: #a3a9ad;
}
.sample_group input:-ms-input-placeholder{  
font-size: 4.2vw;
   color: #a3a9ad;
}


.sample_textarea textarea::-webkit-input-placeholder{
font-size: 4.2vw;
   color: #a3a9ad;
}
.sample_textarea textarea::-moz-placeholder{  
font-size: 4.2vw;
  color: #a3a9ad;
}
.sample_textarea textarea:-moz-placeholder{ 
font-size: 4.2vw;
  color: #a3a9ad;
}
.sample_textarea textarea:-ms-input-placeholder{  
font-size: 4.2vw;
  color: #a3a9ad;
}

.sample_group select::-webkit-input-placeholder{
font-size: 4.2vw;
   color: #a3a9ad;
}
.sample_group select::-moz-placeholder{  
font-size: 4.2vw;
  color: #a3a9ad;
}
.sample_group select:-moz-placeholder{ 
font-size: 4.2vw;
  color: #a3a9ad;
}
.sample_group select:-ms-input-placeholder{  
font-size: 4.2vw;
  color: #a3a9ad;
}
.sample_content p {
font-size: 4.2vw;
}
.book_item {
    padding: 6% 0;
}
.book_item_title {
    margin-bottom: 6%;
    font-size: 4.2vw;
}
.book_item .window_box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.book_item .window_box:nth-child(2n) {
    margin-right: 0;
}
.contact_fl {
    width: 100%;
}
.contact_margin {
    margin-bottom: 5%;
}
.contact_fr {
    width: 100%;
}
.contact_fl_title {
    font-size: 5.4vw;
}
.contact_fl_text h2 {
    font-size: 4.2vw;
    margin-top: 3%;
}
.so_product {
    padding: 6% 0;
}
.so_product_title {
    padding: 3% 5%;
    font-size: 4.2vw;
}
.so_product_content {
    padding: 3% 5%;
    margin-bottom: 6%;
}
.so_product_box {
    margin-bottom: 6%;
}
.so_product_box a {
    font-size: 4.2vw;
}
.so_product_box p {
    font-size: 3.74vw;
    margin-top: 6%;
}


.contact_list {
    margin: 0;
}

.contact_list_box {
    width: 100%;
    margin-bottom: 5%;
    padding: 5%;
}

.contact_list_box h3 {
    font-size: 4.2vw;
    margin-bottom: 3%;
}

.contact_list_box p {
    font-size: 3.74vw;
    margin-top: 3%;
}
.book_item .book_prev {
    left: -3%;
}
.book_item .book_next {
    right: -3%;
}



.banner_text h2 {
    font-size: 5.4vw;
}

.banner_text p {
    font-size: 3.74vw;
    margin-top: 3%;
}

.dl {
    padding: 8% 0;
}

.dl_title {
    font-size: 5.4vw;
    margin-bottom: 5%;
}

.dl_form {
    padding: 8%;
}

.dl_item {
    width: 100%;
    margin-bottom: 5%;
}

.f_tit {
    font-size: 4.2vw;
    margin-bottom: 5%;
}

.dl_item input {
    padding: 3vw;
    box-sizing: border-box;
    font-size: 4.2vw;
}

.dl_but {
    margin-top: 5%;
    justify-content: space-between;
}

.dl_but button {
    width: 48%;
    margin: 0;
    height: 10vw;
    line-height: 9vw;
    font-size: 3.74vw;
}

.pcduan {
    display: none;
}
.moblase {
    display: block;
}

/* 详情样式追加 */
.detail_swiper {
    width: 100%;
}
.detail_inner {
    width: 100%;
    height: auto;
}
.swiper_fl {
    width: 100%;
}
.info_detail {
    margin-top: 5%;
}
.swiper_fl .bd ul li {
    width: 100%;
    height: auto;
}
.swiper-xc {
    width: 80%;
    height: auto;
}
.hd.swiper_fr {
    width: 100%;
    display: flex;
    align-items: center;
}
.swiper-button {
    height: 15vw;
    width: 5%;
}
.swiper_fr .swiper-prev img {
    transform: rotate(0deg);
}
.swiper_fr .swiper-next img {
    transform: rotate(360deg);
}
.swiper-xc ul li {
    height: 15vw;
}
.detail_inner h2 {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 3%;
}
.detail_inner h1 {
    font-size: 4.2vw;
    line-height: 1.5;
}
.pdf a {
    margin-top: 3%;
    font-size: 3.74vw;
}
.description {
    margin-top: 3%;
    padding: 3% 0;
    font-size: 3.74vw;
}
.btns {
    position: unset;
}
.sample a {
    font-size: 3.74vw;
    height: 12vw;
    line-height: 12vw;
}
.purchase a {
    font-size: 3.74vw;
    height: 12vw;
    line-height: 12vw;
}
.purchase p {
    font-size: 3.74vw;
}
.purchase img {
    width: 6vw;
    height: 6vw;
    object-fit: contain;
}
.detail_why {
    padding: 5% 0;
    margin-top: 5%;
}
.detail_why h2 {
    font-size: 4.8vw;
}
.detail_why p {
    font-size: 4.2vw;
}
.detail_why_item {
    width: 100%;
    margin-top: 5%;
}
.detail_why_flex {
    margin-top: 0;
}
.why_text p {
    font-size: 4.8vw;
    margin-bottom: 3%;
}
.why_text span {
    font-size: 3.74vw;
    line-height: 1.5;
}
.module {
    min-width: 100%;
    margin-top: 0;
    padding: 5% 0;
    background-size: cover;
}
.module_content {
    width: 100%;
    flex-wrap: wrap;
}
.module_text {
    text-align: center;
    width: 100%;
}
.module_ewm {
    width: 100%;
    position: unset;
    height: 85vw;
}
.module_text h2 {
    font-size: 5.4vw;
    margin-bottom: 3%;
    line-height: 1.5;
}
.module_text h3 {
    font-size: 4.2vw;
    line-height: 1.5;
}
.module_text a {
    margin: 5% auto 8%;
    font-size: 4.2vw;
    width: 70%;
    height: 11vw;
    line-height: 11vw;
    padding: 0 3vw;
}
.module_ewm_img {
    width: 50vw;
    height: 50vw;
}
.module_ewm p {
    font-size: 3.74vw;
}
.linke_pro {
    padding: 8% 0 2%;
}
.linke_pro h2 {
    font-size: 4.8vw;
    margin-bottom: 8%;
}
.linke_pro_box {
    margin-top: 0;
}
.linke_pro_box .trum {
    height: 41vw;
}
.linke_pro_box .text {
    height: 41vw;
    width: 50%;
}
.linke_pro_box .text .btns {
    position: absolute;
}
.linke_pro_box .text h2 {
    font-size: 4.2vw;
    margin-bottom: 8%;
}
.linke_pro_box .text p {
    font-size: 3.74vw;
    line-height: 1.5;
    height: auto;
}
.linke_pro_box .text .btns a {
    height: 7vw;
    line-height: 7vw;
    font-size: 3.4vw;
}
.swiper_linke .swiper-wrapper {
    padding-bottom: 12vw;
}
.trum a {
    height: 41vw;
}
.video_fixed>iframe {
    width: 100%;
    height: 57vw;
}
}