/* BASIC */
html,body{
    background-color: rgb(63, 173, 78);
    font-family: 'Open Sans', sans-serif,'微軟正黑體',Microsoft JhengHei,'蘋果儷中黑',Apple LiGothic Medium,'黑体',SimHei;
    width: 100%;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    line-height: 150%;
}
button{
    background: none; border: none; outline: none;
}
button:focus{
    outline: none;
}
[v-cloak] {
    display: none;
}
/*  */
.logo-banner{
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); /* 下阴影 */
    z-index: 10;
}
.logo-banner img {
    width: 100%;
    max-width: 100%;
    min-width: 580px;
    height: auto;
    display: block;
}
.logo-banner img.logo2{
    width: 15%;
    min-width: 58px;
    position: absolute;
    left: calc(50% - 7%);
    top: calc(30%);
}
@media screen and (max-width: 768px){
    #container{
        padding: 50px 10px;
    }
    .logo-banner img {
        min-width: 200px;
    }
}

#container{
    width: 100%;
    background: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 150px;
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 768px){
    #container{
        padding: 50px 10px;
    }
}
#container .lang_btn{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
}
@media screen and (max-width: 768px){
    #container .lang_btn{
        right: 5px;
        top: 10px;
    }
}
#container .lang_btn img{
    width: 90px;
    height: auto;
}
#container .lang_btn .default,#container .lang_btn:hover .hover{
    display: block;
}
#container .lang_btn .hover,#container .lang_btn:hover .default{
    display: none;
}
.module-intro{
    position: relative;
    background: url(../img/kuang.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    max-width: 1000px;
    min-width: 300px;
    /* min-height: 200px; */
    text-align: center;
    margin: 0 auto;
    padding: 0px 16px 16px 16px;
    display: flex;
    flex-direction: column;
}
.module-intro .bg{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
.module-intro .title{
    background: url(../img/kuang_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: white;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    left: 0;
    top: -23px;
    height: 60px;
    line-height: 60px;
}
.module-intro .list-container{
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.module-intro .list-container img{
    /* width: 130px; */
    width: 100%;
    height: auto;
}
.module-intro .list-container p{
    color: white;
}
@media screen and (max-width: 768px){
    .module-intro .list-container {
        flex-wrap: wrap;
    }
    .module-intro .list-container a{
        width: 50%;
    }
}
.swiper-wrapper{
    align-items: center;
}
/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

.section-container{
    width: 100%;
    max-width: 1000px;
    min-width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 16px 16px 16px;
}
.section{
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 60px;
    border-radius: 0 15px 15px;
    padding-bottom: 8px;
}
@media screen and (max-width: 768px){
    .section {
        flex-direction: column;
    }
    /* .section:nth-child(2){
        margin-top: 90px;
    } */
}
.section>.title{
    border-radius: 10px 10px 0 0;
    min-height: 40px;
    line-height: 30px;
    position: absolute;
    left: 0;
    /* top: -40px; */
    bottom: 100%;
    color: white;
    padding: 5px 20px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    /* white-space: nowrap; */
}
.section>.table{
    width: 50%;
}
.section>.table.videotable{
    width: 33%;
}
@media screen and (max-width: 768px){
    .section>.table{
        width: 100%;
    }
}
.section>.table>.subtitle{
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding: 16px 32px;
}
.section>.table .itembox{
    display: flex;
    font-size: 20px;
    text-align: left;
    padding: 8px 32px;
    justify-content: space-between;
}
/* @media screen and (max-width: 768px){
    .section>.table .itembox{
        padding: 4px 8px;
    }
} */
.section>.table .itembox div{
    margin-left: 4px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
.section>.table .itembox div .sample{
    margin-left: 12px;
}
.section>.table .itembox img{
    width: 43px;
    height: 32px;
    display: block;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }

.footer-pic{
    /* padding: 0 16px; */
    width: 100%;
    max-width: 1000px;
    min-width: 300px;
    margin: 0 auto;
    margin-top: 40px;
}
.footer-pic img{
    width: 100%;
    border-radius: 15px;
}

/* 动态 */
.childverticlemiddle{
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}
.faqtable{
    display: flex!important;
    width: 100%!important;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
}
.faqtable .subtitle {
    display: none;
}
.faqtable .video-container {
    width: 33.3%;
    height: auto;
}
@media screen and (max-width: 768px){
    .faqtable .video-container {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .faqtable .video-container {
        width: 100%;
    }
}