
/* loren */
body{
    overflow-y: hidden;
}
/*  Swiper-fullPage */
html,
body {
    height: 100%;
    max-height: 100%;
}
.sec1_pic1_bg,.sec1_pic2_bg,.sec1_pic3_bg,.sec1_pic4_bg{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1024px) and (max-height: 768px), (max-width: 991px){
    /* wow在移動裝置橫向時顯示 */
    .ani{
        visibility: visible!important;
    }
    .display_md{
        display: block!important;
    }
}
@media (max-width: 991px) ,(max-width: 1366px) and (min-width : 1024px) and  (min-height : 1024px) and (max-height : 1366px) {
    body{
        overflow-y: scroll;
    }
    .swiper-vertical>.swiper-wrapper>.swiper-slide.swiper-slide6{
        height: 600px!important;
    }
    .swiper-slideSec2,.swiper-slideSec3,
    .swiper-slideSec4,.swiper-slideSec5,
    .swiper-slideSec6 {
        height: fit-content!important;
    }
}  
/*  Swiper-fullPage end */

/* __________ 共用 __________ */
/*  共用標題 */
@media (max-width: 991px) ,(max-width: 1366px) and (min-width : 1024px) and  (min-height : 1024px) and (max-height : 1366px) {
    .xs_caption {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 52px;
    }
    .xs_caption::before {
        content: '';
        width: 100%;
        height: 6px;
        position: relative;
        display: block;
        background-image: url(../images/common_icon/c_line.png);
        top: -9px;
    }
    .xs_caption::after {
        content: '';
        width: 100%;
        height: 3px;
        position: relative;
        display: block;
        background-image: url(../images/common_icon/c_line.png);
    }
    .xs_caption img {
        display: inline-block;
        vertical-align: middle;
        padding-left: 12px;
    }
    /* 有眼睛的標題 */
    .xs_caption .icon-eyes {
        position: relative;
        display: block;
        font-size: 18px;
        z-index: 1;
        margin: 5px 0 -10px 0;
    }
    .xs_caption .eyes_y {
        position: absolute;
        color: #fcff1e;
        right: 0;
        left: 6px;
        top: 8px;
        z-index: -1;
    }
}
@media (max-width: 767px) {
    .xs_caption{
        margin: 52px 0 20px;
        line-height: 1.5;
        font-size: 35px;
    }
}
/* 共用標題 end */

/*  共用more */
.more .icon-more {
    position: relative;
    top: 6px;
    left: 10px;
    transition: all 10s;
}
@media (min-width: 992px) {
    .more .icon-more {
        display: inline-block !important;
        transform: rotate(0deg);
        transition: all .35s ease-out;
    }
    .more:hover .icon-more{
        transform: rotate(180deg)
    }
}
@media (max-width: 991px) ,(min-width : 1024px) and (max-height : 1366px){
    .c_more{
        line-height: 3.8;
    }
}
@media (max-width: 767px) {
    .c_more{
        line-height: 2.2;
    }
}
/* 共用more end  */
/* __________ 共用 end __________ */
/* __________ sec1 __________ */
.sec1 {
    z-index: 10;
    position: relative;
}
.sec1 .sec1_pic1 {
    height: 100vh;
}

/* ____ scroll down line animation ____ */
.sec1 .sec1_scrollDown {
    padding: 10px 22px 0px 10px;
    background-color: #000;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
}

.sec1 .sec1_font {
    padding-bottom: 12px;
    position: relative;
    top: -5px;
    left: -4px;
}

.sec1 .sec1_scrollDownAnima {
    width: 1px;
    height: 24px;
}

.sec1 .anima-top {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec1 .anima-container {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.sec1 .anima-title {
    margin: 0;
    color: #eee;
    text-align: center;
}

.sec1 .anima-scrolldown {
    width: 1px;
    height: 24px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.sec1 .anima-scrolldown .anima-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 50%);
    background-position: 0 24px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

.sec1 .anima-contents h2 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.sec1 .anima-contents .anima-deco::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    margin-right: 10px;
}

.sec1 .anima-contents .anima-deco::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    margin-left: 10px;
}

@keyframes scrolldown {
    0% {
        background-position: 0 -24px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 24px;
    }
}

/* ____ scroll down line animation end ____ */
.sec1 .sec1_wrap {
    display: flex;
}
.sec1 .sec1_wrap2  {
    padding: 0;
    width: 50%;
}
.sec1 .text1 {
    padding: 240px 0 0 0px;
    height: 70vh;
    background-color: #a4927e;
}

.sec1 .text1 > p {
    padding: 0 40px;
}

.sec1 .text2 {
    position: relative;
    line-height: 1;
}

.sec1 .title2 {
    position: relative;
    line-height: 1;
}

.sec1 .sec1_pic2,
.sec1 .sec1_pic3,
.sec1 .sec1_pic4{
    position: relative;
    transition: all .5s;
    background-size: cover;
    background-position: center;
}
.sec1 .sec1_pic2 {
    height: 30vh;
}
.sec1 .sec1_pic3 {
    height: 32.6vh;
}
.sec1 .sec1_pic4 {
    height: 53.1vh;
}

/* 圖片hover 共用 */
.sec1_pic1 .pic1_mask,
.sec1_pic2 .pic2_mask,
.sec1_pic3 .pic3_mask,
.sec1_pic4 .pic4_mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all .5s;
}
.sec1 .sec1_pic1:hover .pic1_mask,
.sec1 .sec1_pic1:hover .pic1_hover,
.sec1 .sec1_pic2:hover .pic2_mask,
.sec1 .sec1_pic2:hover .pic2_hover,
.sec1 .sec1_pic3:hover .pic3_mask,
.sec1 .sec1_pic3:hover .pic3_hover,
.sec1 .sec1_pic4:hover .pic4_mask,
.sec1 .sec1_pic4:hover .pic4_hover{
    opacity: 1;
}
.pic1_hover_num::after,
.pic2_hover_num::after,
.pic3_hover_num::after,
.pic4_hover_num::after{
    content: '';
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    margin: -3px 0 10px 2px;
}
.sec1_pic1 .pic1_hover,
.sec1_pic2 .pic2_hover,
.sec1_pic3 .pic3_hover,
.sec1_pic4 .pic4_hover{
    position: absolute;
    bottom: 6px;
    left: 20px;
    opacity: 0;
    transition: all .5s;
}
.sec1_pic1 .pic1_hover{
    bottom: 0;
    top: 20px;
    left: 20px;
}
.sec1_pic1 .pic1_hover_text,
.sec1_pic2 .pic2_hover_text,
.sec1_pic3 .pic3_hover_text,
.sec1_pic4 .pic4_hover_text{
    letter-spacing: 1.5px;
}
/* 圖片hover 共用 end */

.sec1 .text2 {
    height: 14.3vh;
    background-color: #a4927e;
}

/* swiper1 */
.sec1_xs .swiper1 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.sec1_xs .swiper-container {
    width: 100%;
    height: 100%;
}
.sec1_xs .swiper-slide {
    background-position: center;
    background-size: cover;
    height: fit-content;
    display: unset;
}
.sec1_xs .swiper-slide .img {
    width: 100%;
}
.sec1_xs .swiper-pagination-swiper1 {
    bottom: 288px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}
.sec1_xs .swiper-pagination-swiper1 .swiper-pagination-bullet {
    background-color: #ffffff82 !important;
    margin: 0 10px;
}
.sec1_xs .swiper-pagination-swiper1 .swiper-pagination-bullet-active {
    background-color: #fff !important;
}
/* swiper1 end */

@media (max-height : 850px) {
    .sec1 .text1{
        height: 70vh;
    }
}

@media (max-width: 1281px) and (min-width: 991px) {
    .sec1 .text1{
        padding: 160px 0 0 0px;
    }
}
@media (min-width: 991px),(max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec1 {
        height: 100vh;
        width: 100%;
    }
}

.sec1_xs {
    width: 100%;
    position: relative;
}

.sec1_xs .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 220px;
    z-index: 1;
    pointer-events: none;
}

.sec1_xs .title {
    width: 70%;
    margin: auto;
    margin-top: 25px;
}

.sec1_xs .box1 {
    width: 120px;
    background-color: #000;
    height: 55px;
    line-height: 55px;
    margin: auto;
}

.sec1_xs .box2 {
    width: 120px;
    background-color: #a4927e;
    height: 55px;
    line-height: 55px;
    margin: auto;
}

.sec1_xs .title1 {
    width: 16%;
    margin: auto;
    margin-top: 70px;
    position: relative;
    margin-bottom: 15px;
}

.sec1_xs .title2 {
    width: 390px;
    margin: auto;
    margin-bottom: 15px;
    line-height: 1.4;
}

.sec1_xs .title1::before {
    content: '';
    width: 50px;
    height: 6px;
    display: inline-block;
    position: absolute;
    background-image: url(../images/common_icon/c_line_w.png);
    top: 8px;
    left: -60px;
}

.sec1_xs .title1::after {
    content: '';
    width: 50px;
    height: 6px;
    display: inline-block;
    position: absolute;
    background-image: url(../images/common_icon/c_line_w.png);
    top: 8px;
    right: -60px;
}

.sec1_xs .title3 {
    position: relative;
    width: 38%;
    margin: auto;
}

.sec1_xs .title3::before {
    content: '';
    width: 30px;
    height: 6px;
    display: inline-block;
    position: absolute;
    background-image: url(../images/common_icon/c_line_w.png);
    top: 8px;
    left: 18px;
}

.sec1_xs .title3::after {
    content: '';
    width: 30px;
    height: 6px;
    display: inline-block;
    position: absolute;
    background-image: url(../images/common_icon/c_line_w.png);
    top: 8px;
    right: 18px;
}

.sec1_xs .scrollDown {
    display: block;
    position: absolute;
    bottom: 60px;
    z-index: 1;
    width: 20%;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.sec1_xs .scrollDown::after {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

@media (max-width: 767px) {
    .sec1_xs .cont {
        margin-top: 140px;
    }

    .sec1_xs .title {
        width: 70%;
        margin: auto;
        margin-top: 25px;
    }

    .sec1_xs .box1 {
        width: 70px;
        height: 35px;
        line-height: 35px;
    }

    .sec1_xs .box2 {
        width: 70px;
        height: 35px;
        line-height: 35px;
    }

    .sec1_xs .title1 {
        width: 32%;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: unset;
    }

    .sec1_xs .title2 {
        font-size: 45px;
        line-height: 1;
        width: unset;
        margin-bottom: unset;
    }

    .sec1_xs .title1::before {
        content: '';
        width: 50px;
        height: 6px;
        display: inline-block;
        position: absolute;
        background-image: url(../images/common_icon/c_line_w.png);
        top: 8px;
        left: -60px;
    }

    .sec1_xs .title1::after {
        content: '';
        width: 50px;
        height: 6px;
        display: inline-block;
        position: absolute;
        background-image: url(../images/common_icon/c_line_w.png);
        top: 8px;
        right: -60px;
    }

    .sec1_xs .title3 {
        font-size: 15px;
        position: relative;
        width: 74%;
    }

    .sec1_xs .title3::before {
        content: '';
        width: 30px;
        height: 6px;
        display: inline-block;
        position: absolute;
        background-image: url(../images/common_icon/c_line_w.png);
        top: 8px;
        left: 18px;
    }

    .sec1_xs .title3::after {
        content: '';
        width: 30px;
        height: 6px;
        display: inline-block;
        position: absolute;
        background-image: url(../images/common_icon/c_line_w.png);
        top: 8px;
        right: 18px;
    }

    .sec1_xs .scrollDown {
        display: block;
        position: absolute;
        bottom: 60px;
        z-index: 1;
        width: 20%;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
    }
}

/* __________ sec1 end __________ */

/* __________ sec2 __________ */
.swiper-slideSec2 {
    z-index: 4;
    display: none; /* 先隱藏 */
}
.sec2 {
    width: 70%;
    background-color: #fff;
    position: relative;
}
.sec2 .sec2_about {
    background-image: url(../images/index/sec2_about.png);
    width: 314px;
    height: 185px;
    position: absolute;
    bottom: -7%;
    right: 75px;
    z-index: 1;
}
.sec2 .sec2_bg {
    background-image: url(../images/index/sec2_01.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: 43%;
    position: relative;
}
.sec2 .sec2_bg img {
    width: 100%;
}
.sec2 .sec2_text {
    position: absolute;
    top: 48%;
    left: 32%;
    transform: translate(-50%, -50%);
    margin-top: 55px;
}
.sec2 .text_title2 {
    line-height: 1;
}
.sec2 .text_title3 {
    line-height: 1.8;
}
.fixed_ink {
    position: absolute;
    width: 25%;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all .5s ease-out;
}
.fixed_ink .ink_Island {
    position: absolute;
    /* background-image: url(../images/index/btn1.png); */
    width: 120px;
    height: 104px;
    /* margin-top: 20%;
    margin-left: 51%; */
    margin-top: 60%;
    margin-left: 14%;
    cursor: pointer;
}
.fixed_ink .ink_Island .bg {
    position: relative;
    background-image: url(../images/index/btn5.png);
    width: 102px;
    height: 120px;
}
.fixed_ink .ink_Island .light {
    position: absolute;
    background-image: url(../images/index/btn1_light.png);
    width: 21px;
    height: 10px;
    z-index: 1;
    top: 38px;
    right: 50px;
}
.fixed_ink .ink_Island .white {
    position: absolute;
    position: absolute;
    top: 38px;
    right: 50px;
}
.fixed_ink .ink_Island .white::before {
    content: '';
    position: absolute;
    background-image: url(../images/index/btn1_sea_w.png);
    width: 16px;
    height: 8px;
    z-index: 1;
    top: 15px;
    right: 3px;
}
.fixed_ink .ink_Island .white::after {
    content: '';
    position: absolute;
    background-image: url(../images/index/btn1_sea_w.png);
    width: 13px;
    height: 1px;
    z-index: 1;
    top: 19px;
    right: 11px;
}
.fixed_ink .ink_Island:hover .light {
    animation: light 0.25s 2;
}
@keyframes light {
    0% {
        clip-path: circle(35% at 52% 90%);
    }

    100% {
        clip-path: circle(60% at 52% 90%);
    }
}

@keyframes white-r {
    0% {
        right: 3px;
    }

    50% {
        right: 3px;
    }

    50.0000001% {
        right: 6px;
    }

    100% {
        right: 6px;
    }
}

.fixed_ink .ink_Island:hover .white::after {
    animation: white-l 0.25s 2 linear;
}
@keyframes white-l {
    0% {
        right: 11px;
    }

    50% {
        right: 11px;
    }

    50.0000001% {
        right: 9px;
    }

    100% {
        right: 9px;
    }
}

.fixed_ink .ink_Books {
    position: absolute;
    /* margin-top: 60%;
    margin-left: 14%; */
    margin-top: 20%;
    margin-left: 43%;
    width: 182px;
    height: 139px;
    background-image: url(../images/index/btn2_bg2.png);
    cursor: pointer;
}
.fixed_ink .ink_Books .bg {
    position: relative;
    display: block;
    width: 111px;
    height: 111px;
    background-image: url(../images/index/btn2.png);
    z-index: -1;
}
.fixed_ink .ink_Books .spin {
    position: absolute;
    background-image: url(../images/index/btn2_bg.png);
    width: 111px;
    height: 111px;
    top: 0px;
    right: 0;
}
.fixed_ink .ink_Books:hover .spin {
    animation: inkSpin 6s linear infinite;
    transform-origin: center;
}
@keyframes inkSpin {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.fixed_ink .ink_Place {
    position: absolute;
    background-image: url(../images/index/btn4.png);
    width: 126px;
    height: 131px;
    margin-top: 130%;
    margin-left: 65%;
    cursor: pointer;
}
.fixed_ink .ink_Place:hover {
    animation: inkSpin-L 1s 1 ease-out;
}
@keyframes inkSpin-L {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}
@media (max-width: 991px) ,(max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec2 {
        display: none; /* 先隱藏 */
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
    .sec2 .sec2_bg {
        z-index: 1;
    }
    .sec2 .sec2_bg img {
        margin-top: -4%;
    }
    .sec2 .xs_text {
        text-align: center;
    }

    .sec2 .xs_title1 {
        letter-spacing: 1.5px;
    }
    .sec2 .xs_title2 {
        position: relative;
        z-index: 1;
    }
    .sec2 .xs_title2::before {
        content: '';
        width: 190px;
        height: 12px;
        display: block;
        position: relative;
        top: 28px;
        margin: auto;
        background-color: #fcff1e;
        z-index: -1;
    }
    .sec2 .xs_title2::after {
        content: '';
        width: 260px;
        height: 12px;
        display: block;
        position: relative;
        margin: auto;
        top: -15px;
        background-color: #fcff1e;
        z-index: -1;
    }
    .sec2 .xs_title3 {
        line-height: 1.8;
        letter-spacing: 0.5px;
    }
}
@media (max-height: 850px){
    .sec2 .sec2_about{
        bottom: 12%;
    }
}
@media (min-width: 991px) ,(max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec2 {
        padding-bottom: 50px;  
    }
    .sec2 .sec2_text {
        left: 40%;
    }
}
/* __________ sec2 end __________ */

/* __________ sec3 __________ */
.sec3{
    width: 100%;
}

.sec3_pic1 {
    height: 100vh;
    /* background-image: url(../images/index/sec3_bg.png); */
    background-size: cover;
    transition: all 0.5s ease-out;
}
.sec3 .pic1_img1{
    opacity: 1;
}
.sec3 .pic1_img1.active,
.sec3 .pic1_img2.active,
.sec3 .pic1_img3.active,
.sec3 .pic1_img4.active{
    opacity: 1;
}
.sec3 .pic1_imgs{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
    background-size: cover;
    background-position: center;
}
.sec3_wrap {
    margin-top: 6%;
}

.sec3_text {
    width: 70%;
    padding-left: 65px;
}

.sec3_num {
    display: none!important; /* 先隱藏 */
    position: absolute;
    left: -30px;
    bottom: 305px;
    background-color: #fff;
    padding: 0 9px 5px 9px;
    line-height: 60px;
    transition: all 0.5s ease-out;
}

.sec3_num::after {
    content: '';
    width: 44px;
    height: 1px;
    background-color: #000;
    position: relative;
    display: block;
    bottom: 8px;
    left: 5px;
}

.sec3_text .text_title2 {
    padding-bottom: 20px;
}

.sec3_text .text_bottom {
    padding-top: 16%;
}

/* 標題 */
.sec3_text .text_titlesmall{
    position: relative;
    display: inline-block;
}
.sec3_text .text_titlesmall span{
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
}
.sec3_text .text_titlesmall span:first-child{
    position: relative;
    top: -2px;
    left: 0;
    /* opacity: 1; */
}
.sec3_text .text_titlesmall span.active{
    opacity: 1;
}
/* 標題 end */

/* 內文 */
.sec3_text .text_small {
    position: relative;
    margin: 15px 0 56px 0;
    width: 85%;
}

.sec3_text .text_small p{
    position: absolute;
    top: 0;
    opacity: 0;
} 
.sec3_text .text_small p:first-child{
    position: relative;
}
.sec3_text .text_small p.active{
    opacity: 1;
}
/* 內文 end */

.sec3_smallPic {
    width: 80%;
    margin: 60px 0 0 -50px;
}

.sec3_smallPic .smallPic_box {
    position: relative;
    background-size: cover;
}

.sec3_smallPic .smallPic_wrap {
    display: flex;
    padding: 0;
}
.sec3_smallPic .box1 img,.sec3_smallPic .box2 img,
.sec3_smallPic .box3 img,.sec3_smallPic .box4 img {
    width: 100%;
}
.sec3_smallPic .smallPic_mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    color: transparent;
}
.sec3_smallPic .smallPic_box1 > .smallPic_mask {
    opacity: 1;
}

.sec3_smallPic .smallPic_box + .smallPic_box {
    margin-left: 4%;
}
@media (min-width: 992px) {
    .sec3 {
        height: 100vh;
        width: 100%;
    }
    /* .sec3 .pic1_imgs{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        opacity: 0;
        transition: all 0.5s ease-out;
        background-size: cover;
        background-position: center;
    } */
    /* .sec3 .pic1_img1{
        opacity: 1;
    }
    .sec3 .pic1_img1.active,
    .sec3 .pic1_img2.active,
    .sec3 .pic1_img3.active,
    .sec3 .pic1_img4.active{
        opacity: 1;
    } */
    .sec3_wrap1 {
        width: 66px;
        height: 66px;
    }

    .sec3_light {
        background-color: #fcff1e;
        padding: 5px;
    }
}

@media (max-width: 991px) ,(max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec3 .row {
        padding: 0 15px;
    }

    .sec3_pic1 {
        width: 100%;
        height: 50vh;
        margin: 35px 0 0 0;
    }
    .sec3_wrap {
        margin-top: 12px;
    }

    .sec3_text {
        width: 100%;
        padding: unset;
    }

    .text_small {
        margin: 12px 0;
        line-height: 2;
    }

    .text_bottom {
        padding-top: unset;
    }

    .text_more {
        display: block;
        text-align: center;
        background-color: #303030;
        color: #fff;
        line-break: 1.5;
        line-height: 2.2;
    }

    .sec3_smallPic {
        margin: 23px 0;
        width: 100%;
    }

    .sec3_smallPic .smallPic_box {
        margin: unset;
        width: 22%;
        display: inline-block;
    }

    .smallPic_box img{
        width: 100%;
    }

    .sec3_smallPic .smallPic_mask {
        margin: 0px;
        color: #fff;
        text-align: center;
        line-height: 144px;
        padding: 0;
    }

    .sec3_smallPic .smallPic_mask::after {
        content: '';
        width: 32px;
        height: 2px;
        background-color: #fff;
        position: relative;
        display: block;
        margin: auto;
        bottom: 50px;
    }

    .sec3_text .text_bottom{
        padding-top: 1%;
    }
    .sec3 .more {
        display: block;
        text-align: center;
        background-color: #303030;
        color: #fff;
    }
    .sec3 .more .icon-more::before{
        content: none;
    }
}
@media screen and (max-width: 1281px) and (min-width: 992px){
    .sec3_wrap{
        margin-top:4%;
    }
    .sec3_num{
        left: -42px;
        bottom: 245px;
    }
    .sec3 .text_small{
        margin-bottom: 2%;
    }
    .sec3_smallPic{
        margin-top: 4%;
        margin-left: -80px;
        transform: scale(0.8);
    }
}

@media (max-height: 850px) {
    .sec3_smallPic{
        margin-top: 0;
    }
}
@media (max-width: 991px) ,(max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec3 {
        padding-bottom: 45px;
    }
    .sec3_smallPic {
        margin: 23px 0;
        width: 100%;
        transform: unset;
    }
    .sec3_text .text_titlesmall{
        width: 100%;
    }
    .sec3_text .text_titlesmall span{
        top: 0px;
        left: 0px;
    }
    .sec3_light{
        background-color: unset;
        padding: unset;
    }
}

@media screen and (min-width: 960px) and (max-height: 800px) {
    .sec3_wrap{
        margin-top:4%;
    }
    .sec3_num{
        left: -42px;
        bottom: 245px;
    }
    .sec3 .text_small{
        margin-bottom: 2%;
    }
    .sec3_smallPic{
        margin-top: 4%;
        margin-left: -80px;
        transform: scale(0.8);
    }
    .sec3_text .text_title1{
        line-height: 1;
    } 
}
@media screen and (min-width: 960px) and (max-height: 720px) {
    .sec3_text .text_bottom{
        padding-top: 6%;
    }
    .sec3_smallPic{
        margin-top: 0%;
    }
}
@media (max-width: 767px) {
    .sec3 {
        padding-bottom: 15px;
    }
    .sec3_pic1 {
        /* background-image: url(../images/index/sec3_bg_xs.png); */
        height: 175px;
        margin: 0;
    }
    .sec3_text .text_titlesmall span{
        top: 1px;
        left: 0;
    }
    .sec3_smallPic {
        margin: 13px 0;
    }
    .smallPic > div {
        padding: 3px;
    }
    .sec3_smallPic .smallPic_mask{
        line-height: 75px;
    }
    .sec3_smallPic .smallPic_mask::after {
        bottom: 17px;
    }
}
@media (max-width: 375px) {
    .smallPic .smallPic_mask {
        line-height: 70px;
    }
}
/* __________ sec3 end __________ */

/* __________ sec4 __________ */
.sec4 {
    position: relative;
}
.sec4 .boxs_wrap{
    z-index: 1;
}
.sec4 .boxs {
    background-color: #fff;
    position: relative;
    margin-right: 10px;
    padding-right: 50px;
    outline: 1px solid #cfcfcf;
    cursor: pointer;
    transition: all 0.5s;
}

.sec4 .boxs::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #a4927e;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec4 .box1 {
    height: 250px;
    margin-top: 265px;
}

.sec4 .box2 {
    height: 370px;
    margin-top: 145px;
}

.sec4 .wrap {
    height: 600px;
    margin: 0 10px 0 0;
    padding: unset;
}

.sec4 .wrap .icon-eyes {
    position: absolute;
    display: block;
    font-size: 20px;
    top: 23px;
    left: -35px;
}

.sec4 .wrap .title {
    padding: 0 0 47px 20px;
}

.sec4 .wrap .title1::after {
    content: '';
    position: absolute;
    display: block;
    width: 42px;
    height: 1px;
    background-color: #303030;
    top: 101px;
}

.sec4 .wrap .title1::after {
    content: '';
    position: absolute;
    display: block;
    width: 42px;
    height: 1px;
    background-color: #303030;
    top: 101px;
}

.sec4 .wrap .title2 {
    margin-bottom: 18px;
}

.sec4 .wrap .title3 {
    line-height: 2;
}

.sec4 .box3 {
    height: 370px;
}

.sec4 .box4 {
    height: 250px;
    margin-top: 265px;
}

.sec4 .date {
    display: block;
    padding: 22px 0;
}

.sec4 .more {
    display: block;
    position: absolute;
    bottom: 22px;
}

.sec4_bg{
    height: 100vh;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sec4 .swiper-pagination{
    cursor: pointer;
}
@media (min-width: 992px) {
    /* hover切換背景圖片 */
    .sec4_bg .bg_imgs{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        transition: all 0.5s ease-out;
        opacity: 0;
        z-index: -1;
        background-position: center;
        background-size: cover;
        background-image: url(../images/index/sec4_bg1.png);
    }
    .sec4_bg .bg_img1{
        background-image: url(../images/index/sec4_bg1.png);
        opacity: 1;
    }
    .sec4_bg .bg_img2{
        background-image: url(../images/index/sec4_bg2.png);
    }
    .sec4_bg .bg_img3{
        background-image: url(../images/index/sec4_bg3.png);
    }
    .sec4_bg .bg_img4{
        background-image: url(../images/index/sec4_bg4.png);
    }
    .bg_imgs.imgs_active{
        opacity: 1;
    }
    /* hover切換背景圖片 end */
}

@media only screen and (min-height : 550px) {
    .sec4 .sec4_slo{
        top: 120px;
    }
    .sec4 .show_content{
        margin-top: 185px;
        padding: 10px 35px 0 30px;
    }
    .sec4 .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 15%;
    }
}
@media only screen and (min-height : 690px) {
    .sec4 .show_content{
        padding: 10px 35px 10px 30px;
    }
}
@media only screen and (min-height : 730px) {
    .sec4 .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 17%;
    }
}
@media only screen and (min-height : 820px) {
    .sec4 .show_content{
        padding: 30px 55px 20px 30px;
    }
    .sec4 .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 22%;
    }
}
@media only screen and (min-height : 905px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 25%;
    }
}

@media (max-width: 991px) ,(max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec4 {
        padding-bottom: 50px;
    }
    /* sec4新版 */
    .sec4_title{
        position: absolute;
        z-index: 5;
        width: 100%;
        top: 18%;
    }
    .sec4 .show_content{
        width: calc(100vw - 30px);
        max-width: unset;
    }
    .sec4 .xs_caption::before,.sec4 .xs_caption::after{
        background-image: url(../images/common_icon/c_line_w.png);
    }
    .sec4 .sec4_title .xs_caption::after{
        bottom: -5px;
    }
    .sec4 .swiper-container-horizontal > .swiper-pagination-bullets,
    .sec4 .swiper-pagination-custom,
    .sec4 .swiper-pagination-fraction{
        bottom: 34%;
    }
    .sec4 .swiper-pagination-white .swiper-pagination-bullet-active{
        background: #fcff1e;
    }
    .sec4 .swiper-pagination-bullet{
        background: #fff;
    }
    /* sec4新版 end */
    .sec4 .row {
        padding: 0 15px;
        margin: 0;
    }
    .sec4 .xs_caption{
        padding: 0 15px;
    }
    .sec4 .xs_caption::after {
        bottom: -65px;
    }
    .sec4 .title_xs {
        text-align: center;
        margin-bottom: 50px;
    }
    .sec4 .boxs {
        padding-left: 22px;
        display: inline-block;
        width: 47.5%;
        height: 250px;
        margin: unset;
        margin-bottom: 20px;
    }
    .sec4 .box2 {
        margin-left: 4%;
    }
    .sec4 .box3 {
        width: unset;
    }
    .sec4 .box4 {
        margin-left: 4%;
    }
    .sec4 .wrap {
        display: inline-block;
        width: 47.5%;
        height: 250px;
        margin: unset;
        margin: 5% 0 0 0;
    }
    .sec4 .boxs {
        background-size: cover;
    }
    .sec4 .box1 {
        background-image: url(../images/index/sec4_bg1_xs.png);
    }
    .sec4 .box2 {
        vertical-align: top;
        background-image: url(../images/index/sec4_bg2_xs.png);
    }
    .sec4 .box3 {
        background-image: url(../images/index/sec4_bg3_xs.png);
    }
    .sec4 .box4 {
        background-image: url(../images/index/sec4_bg4_xs.png);
    }
}

@media (max-width: 1281px) and (min-width: 992px) {
    .sec4 .boxs{
        height: 220px;
        padding-right: 2%;
    }
    .sec4 .box2,.sec4 .box3{
        height: 280px;
    }
    .sec4 .box2 {
        margin-top: 205px;
    }
    .sec4 .wrap{
        margin: 0 10px 0 0;
    }
    .sec4 .wrap .title{
        padding: 0 0 5px 20px;
    }
}
@media (min-width: 992px) {
    .sec4 {
        height: 100vh;
        width: 100%
    }
    .sec4 .boxs_wrap{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .sec4 .text {
        background-color: #fcff1e;
        outline: 5px solid #fcff1e;
        padding: 2px 0;
    }
    .sec4 .row {
        padding: 0 15px;
        margin: 0 0;
    }
}

@media (max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px) {
    .sec4 {
        height: unset;
    }
    .sec4_bg .bg_imgs{
        transition: unset;
        background-image: unset;
    }
    .sec4 .wrap {
        margin: unset;
    }
    .sec4 .boxs_wrap{
        top: unset;
        transform: unset;
    }
    .sec4 .box2 {
        margin-top: unset;
    }
    .sec4 .box2, .sec4 .box3{
        height: 220px;
    }
}

@media (max-width: 767px) {
    .swiper-slideSec4{
        height: fit-content;
    }
    .sec4 {
        background-image: none;
        padding-bottom: 28px;
    }
    /* sec4新版 */
    .sec4_title{
        top: 9%;
    }
    .sec4 .show_content{
        padding: 15px;
    }
    .sec4 .show_content .c_more{
        right: unset;
        text-align: right;
    }
    .sec4 .swiper-container-horizontal > .swiper-pagination-bullets,
    .sec4 .swiper-pagination-custom, .sec4 .swiper-pagination-fraction{
        bottom: 29%;
    }
    /* sec4新版 end */
    .sec4 .wrap {
        margin: unset;
        width: 100%;
        height: unset;
    }
    .sec4 .title_xs{
        display: none !important;
    }
    .sec4 .xs_caption::after {
        bottom: 0px;
    }
    .sec4 .more {
        bottom: 20px;
        right: 20px;
        background-color: unset;
        color: #303030;
    }
    .sec4 .more .icon-more{
        display: inline-block !important;
    }
    .sec4 .boxs {
        margin: 13px 0 0 0;
        width: 100%;
        height: 170px;
        background-size: cover;
    }
    .sec4 .boxs:first-child{
        margin: 0;
    }
}

/* __________ sec4 end __________ */
/* __________ sec5 __________ */
.sec5{
    width: 100%;
}
.sec5 .pic1,
.sec5 .pic2 {
    width: 50%;
    height: 50vh;
    background-size: cover;
}
.sec5 .pic3 {
    height: 100vh;
    background-size: cover;
}
.sec5 .smallPic{
    display: flex;
}
.sec5 .title {
    margin-top: 45px;
}

.sec5 .wrap1 .icon-eyes {
    position: absolute;
    left: -20px;
}

.sec5 .title1 {
    width: fit-content;
    line-height: 64px;
}

.sec5 .title2 {
    line-height: 2;
}

.sec5 .title2::after {
    position: absolute;
    display: block;
    width: 42px;
    height: 1px;
    background-color: #303030;
    top: 90px;
}

.sec5 .wrap2 {
    width: 55%;
    margin-top: 5%;
}

.sec5 .title3 {
    line-height: 3;
}

.sec5 .wrap2 .date {
    display: block;
}

.sec5 .wrap2 .text {
    line-height: 2;
    margin-bottom: 30px;
}

@media (max-height: 800px) {
    .sec5 .title {
        margin-top: 16px;
    }
    .sec5 .wrap2 .text{
        margin-bottom: 0px;
    }
}
@media (min-width: 992px) {
    .sec5 {
        height: 100vh;
    }
    .sec5 .title{
        margin-left: 25%;
    }
    .sec5 .title2{
        width: 50%;
    }
    .sec5 .wrap2 .light {
        background-color: #fcff1e;
        padding: 5px;
    }
}

@media (max-width: 991px) ,(max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec5 {
        height: fit-content!important;
        padding-bottom: 65px;
    }
    .sec5 .row {
        padding: 0 15px;
    }
    .sec5 .pic1,
    .sec5 .pic2,
    .sec5 .pic3{
        height: 40vh;
    }
    .sec5 .xs_caption{
        padding-bottom: 32px;
    }
    .sec5 .wrap {
        margin-top: 26px;
    }
    .sec5 .wrap1{
        display: none;
    }

    .sec5 .wrap2{
        width: 100%;
    }
    .sec5 .more {
        display: block;
        text-align: center;
        background-color: #303030;
        color: #fff;
        line-height: 3.8;
    }
    .sec5 .more .icon-more::before{
        content: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    .sec5 .wrap2{
        width: 100%;
        margin-top: 0px;
    } 
    .sec5 .wrap2 .text{
        margin-bottom: 10px;
    }
    .sec5 .title2{
        display: none;
    }
}

@media (max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec5 .title {
        margin: 45px 0 0;
    }
    .sec5 .wrap2 .light{
        background-color: unset;
        padding: unset;
    }
}
@media (min-width: 768px) {
    .sec5 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sec5{
        padding-bottom: 25px;
    }
    .sec5 .xs_caption{
        padding-bottom: unset;
    }
    .sec5 .pic1,
    .sec5 .pic2,
    .sec5 .pic3 {
        height: 175px;
        background-size: cover;
    }
    .sec5 .wrap2 {
        padding: unset;
    }
    .sec5 .wrap2 .text{
        margin-bottom: 10px;
    }
    .sec5 .more {
        line-height: 2.2;
    }
}

/* __________ sec5 end __________ */
/* __________ sec6 __________ */
.sec6 {
    width: 100%;
    position: relative;
}
/* 圖片 */
.sec6 .pic1 {
    position: relative;
}
.sec6 .pic1_img{
    position: absolute;
    height: 500px;
    background-size: cover;
    top: 0;
    left:0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.sec6 .pic1 div:first-child{
    position: relative;
}
.sec6 .pic1_img.active{
    opacity: 1;
}

/* swiper6 */
.sec6 .swiper6 {
    position: relative;
}
.sec6 .swiper-container {
    width: 100%;
    height: 100%;
}
.sec6 .swiper-wrapper {
    margin-bottom: 60px;
}
.sec6 .swiper-slide {
    background-position: center;
    background-size: cover;
}
.sec6 .swiper-pagination-swiper6 {
    bottom: -40px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}
.sec6 .swiper-pagination-swiper6 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #2e2e2ed6 !important;
    margin: 0 10px;
}
.sec6 .swiper-pagination-swiper6 .swiper-pagination-bullet-active {
    background-color: #2e2e2e !important;
}
.sec6 .swiper6 .num {
    line-height: 3;
}
/* .sec6 .swiper6 .swiper6_pic1 {
    background-image: url(../images/index/sec6_bg.png);
}
.sec6 .swiper6 .swiper6_pic2 {
    background-image: url(../images/index/sec6_bg2.png);
}
.sec6 .swiper6 .swiper6_pic3 {
    background-image: url(../images/index/sec6_bg.png);
}
.sec6 .swiper6 .swiper6_pic4 {
    background-image: url(../images/index/sec6_bg2.png);
} */
.sec6 .swiper6 .date,
.sec6 .swiper6 .title1,
.sec6 .swiper6 .title2,
.sec6 .swiper6 .title3 {
    background-color: #fff;
}
/* swiper6 end */
.sec .wrap1 {
    position: absolute;
}
.sec .wrap1,
.sec .wrap2 {
    display: block;
}
.sec6 .box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec6 .box2 {
    margin-top: 15%;
    margin-left: -7%;
    width: 110%;
}
.sec6 .switch {
    width: 80px;
    height: 80px;
    background-color: #000;
    padding: unset;
}
.sec6 .switch > span {
    cursor: pointer;
}
.sec6 .icon-up,
.sec6 .icon-down {
    color: #fff;
    margin: 0 29px;
    line-height: 3.2;
    font-size: 12px;
}
.sec6 .text {
    z-index: 1;
}
.sec6 .text > .row {
    margin: unset;
}
.sec6 .text .num {
    display: none!important; /* 先隱藏 */
    margin-left: 30px;
    margin-top: 22px;
}
.sec6 .text .num::after {
    content: '';
    width: 44px;
    height: 1px;
    background-color: #000;
    position: relative;
    display: block;
    bottom: 8px;
    left: 5px;
}
.sec6 .text .cont {
    width: 60%;
    margin-top: 30px;
}




/* 標題 */
.sec6 .wrap2 .title1_wrap{
    position: relative;
}
.sec6 .wrap2 .title1 {
    position: absolute;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    opacity: 0;
    top: 0;
    left: 0;
}
.sec6 .wrap2 .title1:first-child {
    position: relative;
}
.sec6 .wrap2 .title1.active {
    opacity: 1;
}
/* 標題 end */
.sec6 .wrap1 .title1::after {
    content: '';
    width: 1px;
    position: relative;
    display: block;
    height: 135px;
    background-color: #fff;
    margin-bottom: 15px;
}
/* 內文 */
.sec6 .wrap2 .text_wrap{
    position: relative;
}
.sec6 .wrap2 .title2 {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}
.sec6 .wrap2 .title2:first-child {
    position: relative;
}
.sec6 .wrap2 .title2.active {
    opacity: 1;
}

/* 內文 end */

.sec6 .title2 {
    line-height: 2;
    margin-bottom: 20px;
}

.sec6 .wrap1 .title3 {
    line-height: 2;
}

@media(min-height: 1280px) and (max-height: 800px) {
    .sec6 .box2{
        margin-top: 6%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
    .sec6 .box2{
        margin-top: 5%;
    }
    .sec6 .pic1_img{
        height: 60vh;
    }
    .sec6 .wrap1 .title3{
        padding-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .sec6 {
        width: 100%;
        height: 100vh;
    }
    .sec6 .swiper6 {
        display: none;
    }
    .sec6 .wrap1 {
        background-color: #a4927e;
        height: 100vh;
        background-size: cover;
    }
    .sec6 .light {
        background-color: #fcff1e;
        padding: 5px;
    }
}
@media (max-height : 710px) {
    .sec6 .forweb .pic1 {
        height: 420px;
    }
}
@media (max-height : 850px) {
    .sec6 .box2{
        margin-top: 15%;
    }
    .sec6 .text .num{
        margin-top: 6px;
    }
    .sec6 .text .cont{
        margin-top: 20px;
    }
    .sec6 .pic1{
        height: 450px;
    }
}
@media (max-width: 991px),(max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px) {
    .sec6 > .row {
        padding: 0 15px;
    }
    .sec6 .box2 {
        width: 100%;
        margin-left: unset;
        margin-top: 3%;
    }
    .sec6 .wrap2 {
        margin-top: 10px;
    }
    .sec6 .wrap2 .date {
        line-height: 3;
    }
    .sec6 .box2 .forweb {
        display: none;
    }
    .sec6 .more {
        display: block;
        text-align: center;
        background-color: #303030;
        color: #fff;
        line-height: 3.8;
    }
    .sec6 .more .icon-more::before{
        content: none;
    }
    /* .sec6 .swiper 樣式 */
    .sec6 .swiper-vertical {
        height: 100%;
    }
    .sec6 .swiper-wrapper {
        display: -webkit-flex;
        display: flex;
        margin-bottom: 120px;
    }
    .sec6 .swiper6 .swiper-slide{
        background-color: #fff;
    }
    .sec6 .swiper6 .pic1{
        height: 500px;
        background-size: cover;
        z-index: 1;
    }
    .sec6 .swiper6 .title1,.sec6 .swiper6 .title2{
        position: relative;
        opacity: 1;
    }
    .sec6 .swiper-slide {
        display: unset;
    }
    /* .sec6 .swiper 樣式end */
}
/* only ipad pro 顯示 */
@media (max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px){
    .sec1_xs .cont{
        transform: scale(1.2);
        margin-top: 420px;
    }
    .sec1_xs .swiper-pagination-swiper1.swiper-pagination-bullets{
        width: 100%;
        bottom: 520px;
        transform: scale(1.5);
    }
    .sec3_smallPic .smallPic_mask{
        line-height: 186px;
    }
    .sec4 .show_content{
        right: 0;
    }
    .sec6{
        height: 70vh;
    }
    .sec6 .swiper6 {
        display: block;
    }
    .sec6 .swiper-pagination-swiper6.swiper-pagination-bullets{
        bottom: -55px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .sec6 .cont {
        padding: unset;
    }
    .sec6 .text .cont {
        margin-top: unset;
    }
    .sec6 .wrap2{
        margin-top: unset;
    }
    .sec6 .box2{
        margin-top: 0;
    }
    .sec6 .wrap2 .pic1 {
        height: 175px;
    }
    .sec6 .title2{
        margin-bottom: 10px;
    }
    .sec6 .swiper-wrapper{
        margin-bottom: 100px;
    }
    .sec6 .more {
        line-height: 2.2;
    }
}
/* __________ sec6 end __________ */
/* ipad pro 橫屏顯示 */
@media (max-width: 1366px) and (min-width : 1024px) and (min-height : 1024px) and (max-height : 1366px) and (orientation: landscape) {
    .sec3_smallPic{
        margin: 23px auto;
        width: 60%;
    }
    .sec4 .box2,.sec4 .box3{
        height: 250px;
    }
    .sec4 .box3{
        width: 100%;
    }
}

@media screen and (orientation: landscape){
    .noSwiper .sec2{
        width: 80%;
        margin: 110px auto;
    }
    .noSwiper .sec4 .wrap{
        margin: unset;
    }
    .noSwiper .sec4 .boxs{
        padding: 0 10px 0 10px;
    }
    .noSwiper .sec4 .date{
        padding: 13px 0;  
    }
    .noSwiper .sec4 .c_more {
        line-height: 1.8;
    }
    .noSwiper .sec6 .switch{
        display: inline-block!important;
    }
    .noSwiper .sec6 .text .num{
        width: 60%;
        display: inline-block!important;
        margin-top: unset;
        top: -10px;
    }
    .noSwiper .sec6 .text .cont{
        margin-left: 20%;
        margin-top: 0px;
    }
}
/* loren end */

.show_swiper .swiper-slide {
    height:100vh;
    background-position: center;
    background-size: cover;
}
.sec4_slo{
    position: absolute;
    z-index: 2;
    margin:0 auto;
    right:0;
    left:30%;
    top:200px;
    display: inline-block;
    width: 400px;
}
.show_content{
    background: #fff;
    padding:30px 55px 20px 30px;
    max-width:500px;
    position: relative;
}
.show_content span{
    display: block;
}
.show_content span.cont_date{
    margin-bottom:5px;
}
.show_content span.cont_title{
    margin-bottom:15px;
}
.show_content span.cont_title abbr{
    background: #fcff1e;
    padding: 2px 3px;
}
.show_content span.cont_txt{
    line-height: 24px;
    margin-bottom:10px;
}
.show_content .c_more{
    position: relative;
    bottom: 0;
}
.sec4_slo .title1{
    line-height: 75px;
    position: relative;
}
.title_line{
    width:40px;
    height:1px;
    background: #a6a4a3;
    margin-bottom:20px;
}


@media only screen and (min-width : 992px) {
    .show_content{
        right:10%;
        margin-top:125px;
    }
    .sec4_slo .title1 .icon-eyesBig{
        position: absolute;
        width: 40px;
        left:-50px;
        top:10px;
    }
    .show_dots{
        position: absolute;
        left:0;
        right:0;
        margin:0 auto;
        bottom:50px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        /* bottom: 275px; */
        bottom: 255px;
        left: 0;
        right:720px;
        margin:0 auto;
        width: 140px;
    }
    .swiper-pagination-white .swiper-pagination-bullet-active {
        background: #fcff1e;
    }
    .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
        width: 5px;
        height:5px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 12px;
    }
}



