/* 基本重置 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: "Microsoft YaHei UI", Arial, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

*,
:after,
:before {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

header {
    /*background: rgba(53,215,164,0.9);*/
    color: #fff;
    /*padding: 10px 0;*/
    text-align: center;
}

header img {
    max-width: 100%;
}

nav#navigation ul {
    list-style: none;
    padding: 0;
}

nav#navigation ul li {
    display: inline;
    margin-right: 10px;
}

nav#navigation ul li a {
    font-size: 18px!important;
    color: #fff!important;
    text-decoration: none;
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

nav#navigation ul li a:hover,
nav#navigation ul li a.active {
    color: #f0437d!important;
    text-decoration: none;
}

.sidebar {
    height: 100%;
    width: 260px;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    transform: translateX(-260px);
    background-color: #35d7a4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar.show {
    transform: translateX(0);
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.overlay.show {
    display: block;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}

.mobile-header {
    background: rgba(44, 83, 100, 1);
    height: 60px;
    line-height: 60px;
    position: fixed!important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

#sidebarToggle {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #ffffff;
    font-size: 20px;
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }
    .sidebar a {
        font-size: 18px;
    }
}

.marginT50 {
    margin-top: 10vh;
}

#page {
    width: 100%;
    overflow: hidden;
}

#banner .header-container {
    position: absolute!important;
    top: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

#banner .header-container .logo {
    text-align: left;
}

#banner .header-container .logo a {
    display: flex;
    align-items: center;
}

.logo-text {
    color: #fff;
    font-style: oblique;
    font-size: 24px;
}

#banner {
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 25.3vh 0 15.4vh 0;
}

#banner:after {
    background: linear-gradient( to bottom, rgba(44, 83, 100, 1) 0%, /* 顶部深色 */
    rgba(53, 215, 164, 0.9) 100%/* 底部原色 */
    );
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#banner .left {
    text-align: left;
}

#banner .left .title {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 80px;
}

#banner .left .inner .txt {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
}

.red-btn.btn {
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 1px;
    padding: 10px 35px;
    border-width: 2px;
    border-color: rgb(240, 67, 125);
    background-color: rgb(240, 67, 125);
    color: rgb(255, 255, 255);
    border-radius: 2em;
    overflow: hidden;
}

.red-btn.btn:hover {
    background-color: transparent;
    color: rgb(240, 67, 125);
}

.red-btn.btn a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.red-btn.btn:hover a {
    color: rgb(240, 67, 125);
}

#banner .right img {
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

#banner .container {
    position: relative;
    z-index: 1;
}

#main {
    width: 100%;
    overflow: hidden;
}

#main .target {
    padding: 10vh 0;
    text-align: center;
}

.gray {
    background: #f7f7f7;
}

#main .target .title {
    font-size: 18px;
    color: #35d7a4;
}

#main .target .inner {
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
    line-height: 1.5em;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 0px;
    font-size: 24px;
    font-weight: normal;
    width: 90%;
    margin: 10px auto 20px auto;
}

#main .target .item {
    padding: 0 3vw;
}

#main .target .item .title {
    font-size: 22px;
    color: rgb(25, 25, 25);
    margin: 10px 0 10px 0;
}

#main .target .item .txt {
    color: #666666;
}

#main .target .icon {
    color: #35d7a4;
    font-size: 40px;
}

#main .target .icon.animate__customFlip {
    animation-name: customFlip;
    animation-duration: 5s;
}

#main .video {
    text-align: center;
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
}

#main .video:after {
    background: rgba(53, 215, 164, 0.9);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#main .video .container {
    position: relative;
    z-index: 2;
    padding: 15vh 0;
}

#main .video .title {
    font-size: 48px;
    margin-bottom: 20px;
}

#main .video .sub-title {
    font-size: 14px;
}

#main .video .play {
    font-size: 40px;
    cursor: pointer;
    animation-duration: 5s;
}

#main .video .play::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    animation: pulse 2s infinite;
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


/* 弹窗容器 */

.video-container {
    position: relative;
    max-width: 800px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 40px 2px 2px;
}


/* 关闭按钮 */

.close-video {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

#main .serves {
    padding: 10vh 0;
}

#main .serves .title {
    font-family: 微软雅黑;
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    color: #191919;
    display: block;
    padding: 0 0 15px 0;
    vertical-align: bottom;
}

#main .serves .sub-title {
    font-family: 微軟正黑體;
    font-size: 14px;
    color: #707070;
    padding-bottom: 27px;
}

#main .serves .inner {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    vertical-align: bottom;
    line-height: 30px;
}

#main .serves .inner .txt {
    display: flex;
}

#main .serves .inner .txt i {
    padding: 2px;
    color: #35d7a4;
    font-size: 20px;
    margin-right: 10px;
}

#main .serves .duration {
    animation-duration: 15s;
}

#accordionExample .item-txt {
    display: none;
    padding: 0 10px;
    line-height: 28px;
    font-size: 16px;
    font-family: 微軟正黑體;
}

#accordionExample .item-title {
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

#accordionExample .item-title i {
    color: #35d7a4 !important;
    font-weight: bold;
    background: #f7f7f7 !important;
    padding: 1px 5px 4px 5px;
    margin-right: 10px;
}

#accordionExample .item.active .item-txt {
    display: block;
}

#main .common {
    padding-bottom: 10vh;
}

#main .common .title {
    text-align: center;
    padding: 10vh 0 4vh 0;
}

#main .common .title .main-title {
    font-size: 48px;
}

#main .common .title .sub-title {
    font-size: 14px;
    color: #707070;
}

#main .exclusive .item {
    background: #ffffff;
    width: 90%;
    margin: 15px auto;
    padding: 40px;
    border: 1px solid rgba(235, 235, 235, 1);
}

#main .exclusive .item .tip {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#main .exclusive .item .money {
    text-align: center;
    font-size: 40px;
    font-family: times new roman;
    color: rgb(53, 215, 164);
    font-weight: bold;
}

#main .exclusive .item .money span {
    font-size: 18px;
    color: #8d9095;
    font-weight: normal;
}

#main .exclusive .item .inner {
    margin-top: 5px;
    padding: 20px 20px 0 20px;
    border-top: 1px solid rgba(235, 235, 235, 1);
    font-size: 15px;
    line-height: 28px;
    color: #707070;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#main .exclusive .item .inner .item-row {
    min-width: 140px;
    display: flex;
}

#main .exclusive .item .inner .item-row span {
    color: rgb(53, 215, 164);
    margin-right: 12px;
}

#main .exclusive .item .inner .btn {
    margin-top: 25px;
}

#main .exclusive .item .inner .btn a {
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 1px;
    padding: 10px 35px;
    border: solid 2px rgb(53, 215, 164);
    background-color: transparent;
    color: rgb(0, 0, 0);
    overflow: hidden;
    transition: 0.1s all;
}

#main .exclusive .item .inner .btn a:hover {
    border: solid 2px rgb(53, 215, 164);
    background-color: rgb(53, 215, 164);
    color: #ffffff;
}

#main .team .item {
    background: #ffffff;
    width: 90%;
    margin: 15px auto;
    border: 1px solid rgba(235, 235, 235, 1);
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
}

#main .team .item .name {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

#main .team .item .office {
    font-size: 15px;
    color: #707070;
    margin: 10px 0;
    padding-bottom: 15px;
}

#main .team .item .contact {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
#main .team .item .img {
    overflow: hidden;
    height: 205.19px;
}
#main .team .item .contact .icon-item {
    width: 32px;
    height: 32px;
    margin: 0 5px;
    background-image: url(../img/icon_32x32.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    background-position-y: -64px;
}

#main .team .item .contact .icon-item.qq {
    background-position: -64px -64px;
}

#main .team .item .contact .icon-item.email {
    background-position: -640px -64px;
}

#main .team .item .contact .icon-item.facebook {
    background-position: -128px -64px;
}

#main .sign {
    text-align: center;
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
}

#main .sign:after {
    background: rgba(53, 215, 164, 0.9);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#main .sign .btn {
    margin-top: 25px;
}

#main .sign .container {
    position: relative;
    z-index: 2;
    padding: 10vh 0;
}

#main .sign .title {
    font-size: 48px;
}

#main .sign .sub-title {
    font-size: 14px;
    padding: 0 20px;
}

.w145 {
    width: 145px;
}

#footer {
    padding: 80px 0;
    background-color: #2c5364;
    text-align: center;
}
.green{
    color: rgb(53, 215, 164);
}

#footer .title {
    font-family: ff9f84738acddf2570b713b50b60b8e7c;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #0b1b2b;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .col-md-3:last-child .title {
    text-align: center;
}

#footer .inner {
    padding-top: 30px;
}

#footer .inner .icon .icon-item {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background-image: url(../img/icon_32x32.png);
    background-repeat: no-repeat;
    background-position: 0 -64px;
    display: inline-block;
}

#footer .inner .icon .icon-item.facebook {
    background-position: -128px -64px;
}

#footer .inner .icon .icon-item.linkedin {
    background-position: -192px -64px;
}

#footer .inner .icon .icon-item.twitter {
    background-position: -256px -64px;
}

#footer .inner,
#footer .inner a {
    font-family: 微軟正黑體;
    font-size: 18px;
    color: rgb(133, 141, 149);
}

#footer .inner .copyright {
    font-size: 14px;
    font-family: 微軟正黑體;
    color: #FFF;
}

#footer .inner .txt-item,
#footer .inner .txt-item {
    line-height: 40px;
}

#sub-header {
    text-align: center;
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    height: 100px;
    line-height: 100px;
}

#sub-header:after {
    background: rgba(53, 215, 164, 0.9);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#sub-header .container {
    position: relative;
    z-index: 2;
}

#sub-header .logo {
    text-align: left;
}

#sub-header .logo a {
    display: flex;
    align-items: center;
}

.sub-main {
    border-bottom: solid 1px #e5e5e5;
}

.sub-main .sub-about {
    padding-top: 120px;
    padding-bottom: 50px;
}

.sub-main .sub-about .title {
    font-size: 48px;
    color: #0b1b2b;
    margin-bottom: 20px;
}

.sub-main .sub-about .inner {
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 15px;
    color: rgb(141, 144, 149);
    font-weight: normal;
}

.sub-main .sub-about .left {
    margin-bottom: 30px;
}

.sub-main .sub-about .sub-case {
    padding: 40px 0 20px 0;
}

.sub-main .sub-about .sub-case .col-auto {
    width: 20%;
}

.news {
    padding: 60px 0 100px;
}

.news .news-title {
    color: #191919;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

.news .news-li {
    max-width: 99.8%;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #e5e5e5;
}

.news .news-li .time {
    padding: 10px 0;
    color: #bfbfbf;
    font-size: 12px;
    line-height: 12px;
}

.news .news-li .des {
    color: #878787;
    font-size: 14px;
    max-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.news .news-li:hover .news-title {
    color: rgba(53, 215, 164, 1);
}

.news .news-li:last-child {
    border-bottom: none;
}

.news .news-right-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 30px 0 10px;
}

.news .news-right .item {
    color: #191919;
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

.news .news-right .item:last-child {
    border-bottom: none;
}

.page-link {
    color: #aaaaaa;
    font-size: 12px;
}

.page-link:hover,
.active .page-link {
    background: #666666 !important;
    border: solid 1px #666666;
    color: #ffffff !important;
}

.news .news-right {
    border: solid 1px #e5e5e5;
    padding: 40px;
}

.sub-main .sub-contact .main-title {
    padding-top: 10vh;
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    color: #191919;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.sub-main .sub-contact .main-title:after {
    border-bottom-style: solid;
    width: 100px;
    max-width: 100px;
    border-bottom-width: 2px;
    border-bottom-color: #35d7a4;
    margin-top: 20px;
    position: absolute;
    content: '';
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.sub-main .sub-contact .title {
    text-align: center;
}

.sub-main .sub-contact .inner {
    text-align: center;
    font-size: 18px;
    font-family: 微軟正黑體;
    color: #8d9095;
    padding-top: 20px;
}

.sub-main .sub-contact .sub-contact-inner {
    padding: 50px 0;
}

.sub-main .sub-contact .sub-contact-inner .btn {
    margin: auto;
}

.sub-main .news-content .news-content-title {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    color: #3b3d42;
    border-bottom: 2px solid rgba(237, 237, 237, 1);
    margin-bottom: 20px;
}

.sub-main .news-content .news-content-other {
    font-size: 13px;
    margin: 20px 0;
    color: rgb(161, 162, 164);
}

.sub-main .news-content .news-content-other span {
    color: #f0437e;
    margin-right: 15px;
}

.sub-main .news-content .news-content-inner {
    min-height: 300px;
}

.prev-next-inner .item a {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.prev-next-inner .item.right a {
    justify-content: flex-end;
}

.prev-next-inner .item.right a .item-txt {
    text-align: right;
}

.prev-next-inner .item a:hover {
    opacity: 0.8;
}

.prev-next-inner .item-txt {
    width: 100%;
}

.prev-next-inner .item-title {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    /* 默认不换行 */
    text-overflow: ellipsis;
}

.prev-next-inner .item.right .item-title {
    width: 100%;
    padding-left: 10%;
}

.prev-next-inner i {
    font-size: 40px;
}

.form-label {
    text-align: left;
    width: 100%;
}

@keyframes pulse {
    to {
        transform: scale(2);
        opacity: 0.2;
    }
    from {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes customFlip {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    40% {
        transform: perspective(400px) rotateY(180deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(360deg);
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .big-title {
        /* font-size: 24px!important; */
    }
    .medium-title {
        font-size: 32px!important;
    }
    #main .serves .duration {
        margin-top: 20px;
    }
    #banner {
        padding: 100px 0 80px 0 !important;
    }
    #banner .right {
        margin-top: 30px;
    }
    #main .serves {
        padding: 50px 0;
    }
    #main .video .container {
        padding: 50px 15px;
    }
    #main .target {
        padding: 50px 0;
    }
    #main .target .inner {
        font-size: 16px;
    }
    #sub-header {
        height: auto;
    }
    .sub-main .sub-about {
        padding-top: 100px;
    }
    .sub-main .sub-about .sub-case .col-auto {
        width: 50%;
        margin: 15px 0;
    }
    .sub-main .sub-contact .main-title {
        padding-top: 80px;
    }
    .sub-main .news-ul {
        padding-top: 50px;
    }
    .sub-main .news-content {
        padding-top: 30px;
    }
    .sub-main .news-content .news-content-title {
        font-size: 28px;
    }
}