<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/** slider **/
.slick01{
    margin: 0;
    padding:0 0 20px 0;
    overflow-x: hidden;
}
.main-image{
    margin: 0;
    padding: 0;
    opacity: 0;
}
.slick-initialized{
    opacity: 1
}
.main-image li img{
    width: 100%;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li{
    margin: 0 3px;
}
.slick-dots li button{
    width: 15px;
    height: 15px;
    padding: 0;
}
.slick-dots li button:before{
    width: 15px;
    height: 15px;
    content: '';
    opacity: 1;
    display: block;
    border-radius: 10px;
    border: 1px solid #707070;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #707070;
}

@media only screen and (min-width: 769px) {
}

/** sec01 **/
.sec01-newslist{
}
.sec01-newslist ul{
    margin: 0;
    padding: 0 3vw;
    list-style: none;
    height: 72vw;
    max-height: 270px;
    overflow-y: auto;
}
.sec01-newslist ul li{
    margin-bottom: 0.5em;
}
.sec01-newslist ul li a{
    text-decoration: underline;
}
.news-cte{
    display: inline-block;
    width: 8em;
    padding: 0 0.5em;
    margin-right: 1em;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    border-radius: 4px;
}
.c-newitem{
    background-color: #229F73;
}
.c-exhibition{
    background-color: #7941D9;
}
.c-information{
    background-color: #2995CC;
}
.news-date{
    display: inline-block;
    width: 7em;
    color: #808080;
    font-size: 1.2rem;
}

@media only screen and (min-width: 769px) {
    .sec01-newslist{
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
    .sec01-newslist ul{
        padding: 0;
        height: 152px;
    }
    .sec01-newslist ul li{
        margin-bottom: 0.6em;
		/*white-space: nowrap;*/
		line-height: 1.3;
		text-indent: -11.5em;
		margin-left: 11.5em;
    }
    .sec01-newslist ul li span{
		text-indent: 0em;
	}
    .news-title{
        /*white-space: pre;*/
        font-size: 1.4rem;
        letter-spacing: normal;
    }
}

/** sec02 **/
.sec02-img01{
    border: 1px solid #707070;
    margin-bottom: 0.6vw;
}
.sec02-img01 img{
    width: 100%;
}
.sec02-ul01{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
}
.sec02-ul01 li{
    width: 31.5vw;
    max-width: 218px;
    border: 1px solid #9D9D9D;
    margin: 0.6vw;
    
    position: relative;
}
.sec02-ul01 li img{
    width: 100%;
}
.sec02-ul01 li p{
    position: absolute;
    width: 100%;
    bottom: 1em;
    font-size: 2.13vw;
    text-align: center;
    line-height: 1.4;
}

@media only screen and (min-width: 769px) {
    .sec02-img01{
        margin-bottom: 10px;
    }
    .sec02-ul01{
        justify-content:space-between;
    }
    .sec02-ul01 li{
        width: 19.5%;
        border: 1px solid #9D9D9D;
        margin: 0;
    }
    .sec02-ul01 li p{
        font-size: 1.1vw;
    }
}
@media only screen and (min-width: 1366px) {
    .sec02-ul01 li p{
        font-size: 1.6rem;
    }
}

/** sec03 **/
.sec03-ul01{
    margin: 0 1vw;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.sec03-ul01 li{
    width: 49.5%;
    margin-bottom: 0.7em;
}
.sec03-ul01 li img{
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .sec03-ul01{
        margin: 0;
    }
    .sec03-ul01 li{
        width: 24.5%;
        margin-bottom: 0.7em;
    }
    .sec03-ul01 li p{
        padding-left: 0.2em;
        font-size: 1.3vw;
    }
    .sec03-ul01.lang-cn{
        justify-content:flex-start;
    }
    .sec03-ul01.lang-cn li{
        margin-left: 8px;
    }
}
@media only screen and (min-width: 1366px) {
    .sec03-ul01 li p{
        font-size: 1.6rem;
    }
}

/** sec04 **/
.sec04-txt01{
    text-align: center;
    margin: 0 4vw 2em;
}
.sec04-img01 img{
    width: 100%;
    margin-top: 2em;
}

@media only screen and (min-width: 769px) {
}

/** sec05 **/
.sec05-img01{
    text-align: center;
}
.sec05-img01 img{
    width: 76.53vw;
    max-width: 362px;
}
.sec05-txt01{
     margin: 0 4vw 2em;
}

@media only screen and (min-width: 769px) {
    .sec05-box01{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 80px;
    }
    .sec05-img01{
        width: 40%;
        text-align: right;
    }
    .sec05-img01 img{
        width: 100%;
    }
    .sec05-txt01{
        width: 50%;
        margin: 0;
        padding: 0;
    }
    
}

/** sec06 **/
.sec06-txt01{
    text-align: center;
     margin: 0 4vw 2em;
}

@media only screen and (min-width: 769px) {
}

   </pre></body></html>