:root {
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    font-size: calc(100vw / 96);
}

* ,
::before,
::after {
    box-sizing:inherit;
}

body{
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

figurecaption {
    display: block;
}

img {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

/*------------------------------------------*/

.myFixed{
    position: fixed;
    z-index:100;
    width: 100%;
    background-color: white;
}

main{
    padding-top: 4.2em;/*抵消flexed的空位*/
}

/*
.thepage > * {
    margin-bottom: 5em;
}
*/

.logo {
    position: absolute;
    left: 16%;
    top: 0.5em;
}

.site-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-nav a {
    display: flex;
    width: 6em;
    height: 4.2em;
    font-size: 1rem;
    font-family: SourceHanSansSC-Regular;
    color: black;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.site-nav .nav-selected {
    background-color: #fc4b75;
    color: white;
}

.site-nav a:hover {
    background-color: #fc4b75;
    color: white;
}


.nav-sub-0001 {
    list-style-type: none;
    background-color: #f5f5f5;
    position: absolute;
    top: 4.2em;
}

.nav-sub-0001 a {
    height: 3em;
    width: 12em;
    padding-left: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: start;
}

.banner_style_0001{
    background-color:#f5f5f5;
    padding-top: 5em;
    padding-bottom: 5em;
}


.banner_style_0002{
    background-color: white;
    padding-top: 5em;
    padding-bottom: 5em;
}


.buttonstyle_0001 {
    display: flex;
    font-family: SourceHanSansSC-Medium;
    font-size: 1.4rem;
    width: 10em;
    height:2.1em;
    background-color: #fc4b75;
    color: white;
    text-decoration: none;
    border-radius: 1.1em;
    align-items: center;
    justify-content: center;
}

.buttonstyle_0001:hover {
    background-color: #e52e59;
}

.buttonstyle_0002 {
    display: flex;
    font-family: SourceHansSC-Regular;
    font-size: 1rem;
    background-color: #fc4b75;
    text-decoration: none;
    color:white;
    border-radius: 0.1em;
    width:10em;
    height: 3em;
    justify-content: center;
    align-items: center;
}

.buttonstyle_0002:hover {
    background-color: #e52e59;
}

.banner {
    position: relative;
}

.banner > a {
    position: absolute;
    bottom: 3em;
    left: calc(50% - 5em);
    margin-left: auto;
    margin-right: auto;
}


.banner2 > h1 {
    margin-top: 0;
    font-family : SourceHansSC-Blod;
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 2.1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.banner2 > div {
    display: grid;
    grid-template-columns: repeat(4,6em);
    grid-template-rows: 1fr 1fr;
    row-gap: 5em;
    justify-items: center;
    align-items: center;
    justify-content:space-between;
    margin-left: 16%;
    margin-right: 16%;
}

.banner2 img {
    width: 6em;
}

.banner2 figurecaption {
    text-align: center;
    font-family: SourceHansSC-Light;
    font-size: 0.8rem;
    color:#333333;
    padding-top: 0.77em;
}

.media_0001 {
    display: flex;
    padding-left: 16%;
    padding-right: 16%;
    /*margin-bottom: 10em;*/
    justify-content: space-between;
    align-items: center;
}

.media_0001 > figure {
    flex: 0 0 50%;
}

.media_0001 > div {
    flex: 0 0 43%;
}

.media_0001 img{
    width: 100%;
}

.media_0001 .tinyImg{
    width: 80%;
}

.media_0001 h1 {
    margin: 0;
    font-family: SourceHansSC-Bold;
    font-weight: normal;
    font-size: 1.4rem;
    color: #333333;
}

.media_0001 h2 {
    font-family: SourceHansSC-Regular;
    font-size: 1rem;
    margin-top: 1em;
    margin-bottom: 3em;
    color: #333333;
    font-weight: normal;
}

.media_0001 p {
    margin: 0;
    font-family: SourceHansSC-Regular;
    font-size: 0.8rem;
    color: #808080;
    margin-bottom: 3.8em;
}

.banner3 {
    background-image: url("../img/pic5.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    padding-top: 4em;
    padding-bottom:4em;
    text-align: center;
}

.banner3 > h1{
    margin: 0 auto 0 auto;
    font-family: SourceHanSansSC-Blod;
    font-weight: normal;
    font-size: 1.4rem;
}

.banner3 > h2{
    margin: 1em auto 2em auto;
    font-family: SourceHanSansSC-Regular;
    font-size: 1rem;
    font-weight: normal;
}

.banner3 p{
    white-space:normal;
    word-break:break-all;
}

.banner3 > div{
    width: 60%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
}

.banner3 figure + figure{
    border-left: 1px solid white;
}

.banner3 > div > figure {
    display: grid;
    grid-template-rows: 5fr 1fr 1.6fr;
    justify-items: center;
    align-items: center;
}

.banner3 img {
    width: 5em;
}

.banner3 figurecaption {
    font-family: SourceHanSansSC-Regular;
    font-size: 1.2rem;
    align-self: stretch;
    padding-bottom: 1.25em;
}


.banner3 p {
    font-family: SourceHanSansSC-Regular;
    font-size: 0.7rem;
    align-self: stretch;
    margin-top: 0;
    padding-bottom: 3.6em;
}

.banner3 > a {
    margin: auto;
}

.banner4 {
    text-align: center;
}

.banner4 > h1 {
    margin: 0 auto 0 auto;
    font-family: SourceHanSansSC-Blod;
    font-weight: normal;
    font-size: 1.4rem;
}

.banner4 > h2 {
    margin: 0.6em auto 2.5em auto;
    font-family: SourceHanSansSC-Light;
    font-size: 1rem;
    color: #808080;
    font-weight: normal;
}

.banner4 > a {
    margin: 2em auto 0 auto;
}

footer {
    background-color: rgb(51, 51, 51);
    color: white;
    padding: 4em 16% 5.5em 16%;
}

footer {
    display: flex;
    background-color: rgb(51, 51, 51);
    color: white;
    padding: 4em 16% 5.5em 16%;
    justify-content: space-between;
}

footer  h1 {
    font-family: SourceHanSansSC-Regular;
    font-size: 1.4rem;
    font-weight:normal;
    margin: 0;
}

footer  h3 {
    font-family: SourceHanSansSC-Light;
    font-size: 1rem;
    font-weight:normal;
    margin: 0;
}

footer  figurecaption {
    padding-bottom: 1em;
}

footer img {
    width:100%
}

.licence{
    background-color: rgb(51, 51, 51);
    color: white;
    text-align: center;
    font-size: 16px;
    padding-bottom: 16px;
}

.ss0001 {
    margin-top: 1.43em;
    margin-bottom: 0.5em;
}

.ss0002 {
    margin-top: 3.5em;
    margin-bottom: 2.5em;
}

.curPage{
    display: block;
}

.noCurPage{
    display: none;
}


.golbleStyle01{
    padding: 0 16%;
    background-color: #f5f5f5;
}

.golbleStyle01 img{
   width:100%;
}

.golbleStyle02{
    padding: 0 14.14%;
    background-color: #f5f5f5;
}

.golbleStyle02 img{
    width:100%;
 }

.commenu .commenu_select {
    background-color: #fc4b75;
    color: white;
}

.noCurSubmenu {
    display: none;
}

.curSubmenu{
    display: block;
}

#BA{
    text-decoration: none;
    color: inherit;
}

.inlineimg{
    display: inline;
}