﻿.banner {
    position: relative; margin-top:-20px;
    margin-bottom: 95px;
}

.banner .text {
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    overflow: hidden
}

.banner .text h3 {
    font-size: 50px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 62px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.29)
}

.banner .text p {
    font-size: 24px;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29)
}

.banner .text b {
    width: 300px;
    display: block;
    height: 3px;
    background: #3ab7ad;
    margin-top: 10px;
    margin-bottom: 40px
}

.banner .text span {
    color: #3ab7ad
}

.banner .text a {
    display: inline-block;
    width: 300px;
    height: 60px;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    font-family: 'Oswald';
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin: 0 auto;
    margin-top: 70px;
    transition: all .2s
}

.banner .text a:hover {
    background: #3ab7ad;
    border: 1px solid #3ab7ad
}

.banner .proType {
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #3ab7ad;
    padding: 60px 20px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.29);
    z-index: 1
}

.banner .proType .box {
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .proType .box div {
    flex: 25%;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .proType b {
    font-size: 48px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #fff;
    display: block
}

.banner .proType span {
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    display: block
}

.se2 {
    padding-top: 85px;
    margin-bottom: 100px
}

.se2 h2 {
    font-size: 48px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #333333;
    line-height: 56px;
    text-align: center;
    margin-bottom: 20px
}

.se2 p {
    font-size: 18px;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center
}

.se2 .box {
    position: relative;
    margin-top: 50px
}

.se2 .swiper-container {
    margin-bottom: 50px
}

.se2 .swiper-slide {
    text-align: center;
    background: #f7f7f7;
    padding: 75px 30px 55px 30px
}

.se2 .swiper-slide img {
    mix-blend-mode: multiply;
    background: #f7f7f7
}

.se2 .swiper-slide h4 {
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-top: 20px
}

.se2 .swiper-slide p {
    font-size: 12px;
    font-family: 'OpenSans';
    font-weight: bold;
    color: #333;
    line-height: 24px
}

.se2 .swiper-slide b {
    width: 67px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    height: 2px;
    background: #3ab7ad
}

.se2 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.se2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #3ab7ad;
    border-radius: 50%;
    background: unset;
    margin: 0 7px;
    vertical-align: middle;
    opacity: 1
}

.se2 .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #3ab7ad
}

.se2 .swiper-button-prev,
.se2 .swiper-button-next {
    outline: none
}

.se2 .swiper-button-prev {
    background-image: url(../images/toL.png);
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -5%
}

.se2 .swiper-button-next {
    background-image: url(../images/toR.png);
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -5%
}

.se3 {
    position: relative
}

.se3 .text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.se3 h2 {
    font-size: 48px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center
}

.se3 p {
    font-size: 18px;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center
}

.se3 a {
    margin-top: 60px;
    display: block;
    text-align: center
}

.se3 section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.se3 section p {
    font-size: 24px;
    font-family: 'OpenSans';
    font-weight: 600;
    color: #FEFEFE;
    line-height: 24px;
    margin-left: 25px
}

.se3 section div {
    flex: 40%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center
}

.se4 {
    margin-top: 110px;
    margin-bottom: 100px
}

.se4 h2 {
    font-size: 48px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 20px
}

.se4 p {
    font-size: 18px;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center
}

.se4 section {
    margin-top: 75px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center
}

.se4 section div {
    position: relative
}

.se4 section div:hover {
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.3)
}

.se4 section div:hover img {
    display: none
}

.se4 section div:hover .hover,
.se4 section div:hover .hoverImg {
    display: block;
    box-shadow: unset
}

.se4 section .hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    display: none
}

.se4 section .hoverImg {
    display: none
}

.se4 section h4 {
    font-size: 30px;
    font-family: 'Oswald';
    font-weight: 600;
    color: #FFFFFF
}

.se4 section p {
    font-size: 16px;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #FFFFFF
}

.se4 section .view {
    width: 198px;
    height: 39px;
    line-height: 37px;
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: 500;
    color: #FFFFFF
}

.se5 {
    background: #E9EDF5;
    padding-top: 70px;
    padding-bottom: 90px
}

.se5 h2 {
    font-size: 48px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px
}

.se5 p {
    font-size: 18px;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center
}

.se5 .swiper-container {
    margin-top: 60px;
    padding-bottom: 30px
}

.story_swp .swiper-slide {
    width: 736px;
    transform: scale(0.6)
}

.story_swp .swiper-slide-active {
    transform: scale(1)
}

.story_swp .swiper-button-next,
.story_swp .swiper-button-prev {
    background: none;
    width: 16px;
    height: 28px;
    margin-top: -10px;
    z-index: 1
}

.story_swp .swiper-button-prev {
    left: -100px;
    z-index: 3
}

.story_swp .swiper-button-next {
    right: -100px;
    z-index: 3
}

.swp_bbox {
    width: 736px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.swp_btn {
    position: relative;
    width: 100%;
    height: 100%
}

.story_top {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 80%;
    background: #3ab7ad;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center
}

.story_top h6 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    text-align: center;
    background: #3ab7ad;
    text-transform: uppercase;
    flex: 30%
}

.sty_rt {
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px 20px;
    background: #fff;
    flex: 70%
}

.sty_rt h3 {
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: 400;
    color: #3ab7ad;
    line-height: 24px;
    margin-bottom: 10px
}

.sty_rt p {
    font-size: 30px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    text-align: left
}

.se6 {
    margin-top: 90px;
    margin-bottom: 100px
}

.se6 h2 {
    font-size: 48px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #333333;
    line-height: 56px;
    margin-bottom: 20px;
    text-align: center
}

.se6 p {
    font-size: 18px;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center
}

.se6 section {
    margin-top: 50px;
    position: relative
}

.se6 .swiper-slide {
    margin-bottom: 60px
}

.se6 .swiper-slide h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: Oswald;
    color: #1a1a1a;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.se6 .swiper-slide p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #757575;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.se6 .swiper-slide .detail {
    display: block;
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    color: #3E3E3E;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #959595;
    margin-top: 30px;
        margin-left: 60px;
    margin-right: 60px;
}

.se6 .swiper-slide:hover .detail {
    color: #fff;
    background: #3ab7ad;
    border: 1px solid #3ab7ad
}

.se6 .swiper-button-prev,
.se6 .swiper-button-next {
    outline: none
}

.se6 .swiper-button-prev {
    background-image: url(../images/toLN.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: unset;
    right: 55px;
    top: -50px
}

.se6 .swiper-button-next {
    background-image: url(../images/toRN.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0px;
    top: -50px
}

@media screen and (max-width: 1550px) {
    .banner .text h3 {
        font-size: 36px;
        line-height: 1.5
    }

    .banner .proType b {
        font-size: 36px
    }

    .banner .proType span {
        font-size: 16px
    }

    .banner .text a {
        font-size: 18px
    }

    .se2 h2,
    .se3 h2,
    .se4 h2,
    .se5 h2,
    .se6 h2 {
        font-size: 36px;
        line-height: 1.5
    }

    .se3 section p {
        font-size: 18px
    }

    .se4 section div {
        flex: 33%
    }

    .se4 section h4 {
        font-size: 24px
    }

    .se4 section p {
        font-size: 14px
    }

    .story_top h6 {
        font-size: 24px
    }

    .sty_rt h3 {
        font-size: 16px
    }

    .sty_rt p {
        font-size: 24px
    }

    .se6 .swiper-slide h4 {
        font-size: 20px
    }

    .se6 .swiper-slide p {
        font-size: 14px
    }

    .se6 .swiper-slide .detail {
        font-size: 14px
    }
}

@media screen and (max-width: 1367px) {

    .banner .text h2,
    .se2 h2,
    .se3 h2,
    .se4 h2,
    .se5 h2,
    .se6 h2 {
        font-size: 28px
    }

    .banner .text h3 {
        font-size: 26px
    }

    .banner .text p {
        font-size: 20px
    }

    .banner .text a {
        font-size: 14px;
        line-height: 45px;
        height: 45px;
        margin-top: 30px
    }

    .se3 h2 {
        margin-bottom: 20px
    }

    .banner .proType {
        padding: 35px 20px
    }
}

@media screen and (max-width: 1199px) {
    .banner .text p {
        font-size: 16px;
        line-height: 1.5
    }

    .banner .text b {
        width: 200px;
        margin-bottom: 20px
    }

    .banner .proType {
        padding: 30px 20px
    }

    .se2 p,
    .se3 p,
    .se4 p,
    .se5 p,
    .se6 p {
        font-size: 16px;
        line-height: 1.5
    }

    .se2 .box {
        width: 90%;
        margin: 0 auto;
        margin-top: 100px
    }

    .se3 h2 {
        margin-bottom: 20px
    }

    .se3 a {
        width: 5%;
        margin: 0 auto;
        margin-top: 30px
    }

    .se4 section h4 {
        font-size: 20px
    }

    .se6 .swiper-button-prev,
    .se6 .swiper-button-next {
        top: -90px
    }
}

@media screen and (max-width: 1024px) {
    .banner .text h3 {
        font-size: 26px
    }

    .banner .proType {
        bottom: -60px
    }

    .banner .proType b {
        font-size: 20px
    }

    .banner .proType span {
        font-size: 14px
    }

    .banner .proType div img {
        width: 30%
    }

    .se2 .box {
        width: 85%;
        margin: 0 auto;
        margin-top: 30px
    }

    .se4 section {
        margin-top: 25px
    }

    .se6 section {
        margin-top: 30px
    }

    .se6 .swiper-button-next,
    .se6 .swiper-button-prev {
        top: -100px
    }

    .sty_rt {
        width: 65%
    }

    .se2 .swiper-container {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 768px) {

    .banner .text h2,
    .se2 h2,
    .se3 h2,
    .se4 h2,
    .se5 h2 {
        font-size: 26px
    }

    .se2 p,
    .se3 p,
    .se4 p,
    .se5 p,
    .se6 p {
        font-size: 14px
    }

    .banner {
        margin-bottom: 0
    }

    .banner .proType {
        position: unset;
        transform: unset
    }

    .se3 a {
        margin-top: 10px
    }

    .se3 section {
        margin-top: 20px
    }

    .se3 section p {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .banner .text {
        top: 50%
    }

    .banner .text a {
        line-height: 42px
    }

    .banner .text p {
        font-size: 14px
    }

    .banner .img {
        object-fit: cover;
        height: 300px
    }

    .banner .text h3,
    .se2 h2,
    .se3 h2,
    .se4 h2,
    .se5 h2,
    .se6 h2 {
        font-size: 20px
    }

    .banner .proType b {
        font-size: 16px
    }

    .banner .proType .box {
        flex-wrap: wrap
    }

    .banner .proType .box div {
        flex: 50%;
        margin-bottom: 20px
    }

    .se2 {
        padding-top: 60px;
        margin-bottom: 60px
    }

    .se2 h2 {
        margin-bottom: 20px
    }

    .se2 .swiper-button-next,
    .se2 .swiper-button-prev {
        width: 36px;
        height: 36px
    }

    .se2 .swiper-container {
        margin-bottom: 30px
    }

    .se3 .img {
        object-fit: cover;
        height: 500px
    }

    .se3 section div img {
        width: 20%
    }

    .se3 section p {
        font-size: 14px;
        margin-left: 5px
    }

    .se3 a {
        width: 10%
    }

    .se4 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .se4 section div {
        flex: 100%;
        margin-bottom: 5px
    }

    .se5 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .se5 .swiper-container {
        margin-top: 30px
    }

    .story_top h6 {
        font-size: 16px;
        padding: 15px 10px 15px 10px
    }

    .sty_rt {
        width: 75%;
        padding: 10px 15px 10px
    }

    .sty_rt h3 {
        margin-bottom: 1px
    }

    .se6 {
        margin-top: 60px;
        margin-bottom: 0px
    }

    .se6 h2 {
        margin-bottom: 10px
    }

    .se6 .swiper-button-prev,
    .se6 .swiper-button-next {
        width: 30px;
        height: 30px
    }

    .se6 .swiper-slide h4 {
        font-size: 16px;
        line-height: 1.5
    }

    .se6 .swiper-slide p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (max-width: 640px) {
	.se2 .swiper-pagination {
    left: 0%;
    transform: translateX(0%);
    text-align:center; width:100%;
}
}

.videoBox {
    display: none;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.videoBox section {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 600px;
}

.videoBox p {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer; z-index:10;
}
i {
        font-size: 25px;
        color: #fff;
    }