/*!
 * fullPage 3.1.1
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 34px;
    height: 34px;
    margin: 5px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a svg circle {
    opacity: 0;
    fill: none;
    stroke: #ccc;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 180;
    stroke-dashoffset: 179;
    -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
    transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
#fp-nav ul li a:hover, #fp-nav ul li a.active {
    -moz-transition: all .5s; /* Firefox */
    -ms-transition: all .5s; /* IE 9 */
    -o-transition: all .5s; /* Opera */
    transition: all .5s;

}
#fp-nav ul li a:hover svg circle, #fp-nav ul li a.active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
    transition: stroke-dashoffset 5s linear, opacity 0s linear;
}


#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background: #ffffff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: #6a717f;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
    background: #ffffff;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/************************/
/*  Cultural and Creative Products   */
/************************/
.wccp {position: relative;}
.w-imgText{ position:relative;}
.w-imgText ul,.w-imgText li { list-style:none; padding:0; margin:0;}
.w-imgText .item { position:relative;}
.w-imgText .item > a { display:block; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2;}
.w-imgText .img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;*height:100%; }
.w-imgText .textB{ line-height:1.7;}
.w-imgText .textB .bg_x{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:0;}
.w-imgText .text_x{ position:relative; z-index:1;}
.w-imgText .igt_page{ text-align:center; display:none; z-index:5;}
.w-imgText .igt_page .swiper-pagination-bullet{ border-radius: 100%; -webkit-border-radius: 100%; width: 12px; height: 12px; background: transparent; opacity:0.5;border: #fff solid 1px;}
.w-imgText .igt_page .swiper-pagination-bullet-active{ background:#ffffff; opacity:1;}

.w-imgText3 {position:relative;}
.w-imgText3 .item { padding-left:1px;position:relative;overflow: hidden;}
.w-imgText3 .item > a { display:block; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2;}
.w-imgText3 .img { width:42.857%; position:relative; overflow:hidden;float: right;}
.w-imgText3 .img .imgSize{ height: 31.25vw;}
.w-imgText3 .img img{width:100%;transition:transform 0.5s; -webkit-transition:transform 0.5s;position: relative;height: 100%;object-fit: cover; }
.w-imgText3 li:hover .img img{ transform:scale(1.02); -webkit-transform:scale(1.02);}
.w-imgText3 .textB{ position:absolute; left:0; right:0; top:0; bottom:0;width: 48%; }
.w-imgText3 .text_x {position:relative;z-index: 1;padding-top: 5.2083vw ; }
.w-imgText3 .text_x .btn-more3 {width: auto;line-height: 36px;padding: 0 34px 0 50px;margin-top: 26px;display: none;}
.w-imgText3 .text_x .btn-more3 i {width: 14px;height: 14px;display: inline-block;background: url(icon-buy.png) no-repeat bottom center;margin-right: 6px;position: absolute;left: 31px;top: 10px;}
.w-imgText3 .text_x .btn-more3:hover i, .w-imgText3 .text_x .btn-more3:active i, .w-imgText3 .text_x .btn-more3:focus i {background-image: url(icon-buyf.png);}
.w-imgText3 .textB .bg_x{ background:#F7E7CC;}
.w-imgText3 .text_x .tt_h {
    margin-bottom: 1.5625vw;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.875vw;
}
.w-imgText3 .text_x .tt_h h2 {
    font-size: calc(21px + 1.6146rem);
    color:#ffffff;
    line-height:1.4;
    height: 7.2917vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w-imgText3 .text_x .tt_h::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.0833vw;
    height: 4px;
    background: #0848c3;
}
.w-imgText3 .text_x .itemtxt {
    color:#999;
    line-height: 2;
    font-size: calc(16px + .1042rem);
    max-height: 5.5208vw;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w-imgText3 .text_x .btn_x {display:inline-block; *display:inline; *zoom:1; line-height:2.6; padding:0 2em; border:1px solid #666; color:#666; text-decoration:none;}
.w-imgText3 .igt_btn { position:absolute; z-index:9; left:0; bottom: 3.0208vw; width: 4.8958vw; height: 2.1875vw;}
.w-imgText3 .igt_btn .igt_prev,.w-imgText3 .igt_btn .igt_next {
    position:absolute;
    cursor:pointer;
    top:0;
    width: calc(30px + .5208vw);
    height: calc(30px + .5208vw);
    border: #eee solid 1px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.w-imgText3 .igt_btn .igt_prev{ left:1px;}
.w-imgText3 .igt_btn .igt_next{ right:-1px;}
.w-imgText3 .igt_btn .igt_prev:before{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: .9375vw;
    height: .7292vw;
    background: url(/eportal/uiFramework/commonResource/image/2025022107500292708.png) no-repeat center center;
    background-size: cover;
}
.w-imgText3 .igt_btn .igt_next:before{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: .9375vw;
    height: .7292vw;
    background: url(/eportal/uiFramework/commonResource/image/2025022107502953849.png) no-repeat center center;
    background-size: cover;
}
.w-imgText3 .igt_btn .igt_prev:hover,.w-imgText3 .igt_btn .igt_next:hover {background-color:#286def;border-color: #286def;}

@media (max-width: 1440px) {
    .w-imgText3 .img .imgSize {height: 390px;}
    .w-imgText3 .text_x {padding-top: 20px;}
}
@media (max-width: 1280px) {
    .w-imgText3 .img .imgSize {height: 376px;}
    .w-imgText3 .text_x {padding-top: 16px;}
}
@media (max-width: 1199px) {
    .w-imgText3 .img .imgSize {height: 302px;}
    .w-imgText3 .text_x {padding-top: 6px;}
    .w-imgText3 .text_x .tt_h {font-size: 32px;margin-bottom: 14px;}
    .w-imgText3 .text_x .itemtxt {line-height: 1.6;max-height: 77px;}
    .w-imgText3 .text_x .btn-more3 {margin-top: 18px;}
}
@media (max-width:991px){
    .w-imgText .igt_btn{ display:none;}
    .w-imgText3 .img .imgSize {height: 61.875vw;}
    .w-imgText3 .img { width:100%; float:none;}
    .w-imgText3 .textB { position:relative; left:0;padding:1.5em 0;}
    .w-imgText3 .text_x3{ padding:0; position:relative ;}
    .w-imgText3 .text_x .btn_x{ position:relative; bottom:0; right:0; margin-top:1.5em;}
    .w-imgText3 .igt_btn{ width:auto; left:0; margin-left:0; right:0; top:50%; margin-top:-60px;}
    .w-imgText3 .text_x .tt_h {line-height: 1.3;font-size: 30px;white-space: inherit;}
}
@media (max-width:767px){
    .w-imgText3 .img .imgSize { height:59.767442vw; padding-bottom:55%;}
}

.w-imgText2 {position:relative;}
.w-imgText2 .imTB{ overflow:hidden;}
.w-imgText2 .img{ 
    width: 41.6667vw;
    height: 27.7604vw;
    float: right;
    overflow: hidden;
}
.w-imgText2 .img img {width:100%;height: 100%; transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);object-fit: cover; }
.w-imgText2 li.swiper-slide-active .img img{ transform:scale(1); -webkit-transform:scale(1);}
.w-imgText2 .textB { position:absolute; left:0; right:0; top:0; bottom:0;width: 38%; }
.w-imgText2 .text_x {position:relative;z-index: 1;padding-top: 2.6042vw; }
.w-imgText2 .text_x .tt_h {
    margin-bottom: 1.5625vw;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.875vw;
}
.w-imgText2 .text_x .tt_h h2 {
    font-size: 2.1875rem;
    color:#ffffff;
    line-height:1.4;
    height: 6.1458vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w-imgText2 .text_x .tt_h::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.0833vw;
    height: 4px;
    background: #0848c3;
}
.w-imgText2 .text_x .itemtxt {
    color:#999;
    line-height: 2;
    font-size: .9375rem;
    max-height: 5.5208vw;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w-imgText2 .igt_btn { position:absolute; z-index:9; left:0; bottom: 3.125vw; width: 4.8958vw; height: 2.1875vw;}
.w-imgText2 .igt_btn .igt_prev,.w-imgText2 .igt_btn .igt_next {
    position:absolute;
    cursor:pointer;
    top:0;
    width: calc(30px + .5208vw);
    height: calc(30px + .5208vw);
    border: #eee solid 1px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.w-imgText2 .igt_btn .igt_prev{ left:1px;}
.w-imgText2 .igt_btn .igt_next{ right:-1px;}
.w-imgText2 .igt_btn .igt_prev:before{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: .9375vw;
    height: .7292vw;
    background: url(/eportal/uiFramework/commonResource/image/2025022107500292708.png) no-repeat center center;
    background-size: cover;
}
.w-imgText2 .igt_btn .igt_next:before{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: .9375vw;
    height: .7292vw;
    background: url(/eportal/uiFramework/commonResource/image/2025022107502953849.png) no-repeat center center;
    background-size: cover;
}
.w-imgText2 .igt_btn .igt_prev:hover,.w-imgText2 .igt_btn .igt_next:hover {background-color:#286def;border-color: #286def;}
@media (max-width:1680px) {
    .w-imgText2 .igt_btn {width: 5.5952vw;}
}
@media (max-width:1440px) {
    .w-imgText2 .igt_btn {width: 6.5278vw;}
}
@media (max-width:1366px) {
    .w-imgText2 .text_x .itemtxt {
        font-size: 1.1713rem;
        max-height: 5.6369vw;
        line-height: 1.6;
    }
}
@media (max-width:1024px) {
    .w-imgText2 .igt_btn {width: 8.7891vw;}
    .w-imgText2 .img {width: 47.8516vw;height: 31.8359vw;}
    .w-imgText2 .text_x .itemtxt {font-size: 1.4648rem;max-height: 8.7891vw;}
    .w-imgText2 .igt_btn {bottom: 5.3711vw;}
}

@media (max-width:991px) {
    .w-imgText2 .img{ width:100%; float:none;height: 61.9512vw;}
    .w-imgText2 .textB{ position:relative; width:100%;padding: 3.6585rem 0;}
    .w-imgText2 .igt_btn{ width:auto; left:0; right:0; top:50%; margin-top:-60px;}
    .w-imgText2 .text_x {padding-top: 0;}
    .w-imgText .igt_page {display: block;}
    .w-imgText2 .text_x .tt_h::after {width: 4.878vw ;}
    .w-imgText2 .text_x .tt_h h2 {
        font-size: 3.1707rem;
        height: auto;
    }
    .w-imgText2 .text_x .itemtxt {
        font-size: 2.0732rem;
        max-height: 10.9756vw;
        line-height: 1.8;
        color: #d1d1d1;
    }
}
@media (max-width:767px) {
    .w-imgText2 .img{ height: 60vw;}
    .w-imgText2 .text_x .tt_h h2 {font-size: 5.314rem;-webkit-line-clamp: 2;}
    .w-imgText2 .text_x .itemtxt {font-size: 3.6232rem;max-height: 19.0698vw;}
    .w-imgText2 .text_x .tt_h {margin-bottom: 2.8986vw;padding-bottom: 2.8986vw;}
    .w-imgText2 .text_x .tt_h::after {width: 7.2464vw ;}
}