*
{
    box-sizing: border-box!important;
    font-family: "Microsoft JhengHei"!important;
    word-break: normal!important;
    word-wrap: normal!important;
}
@font-face
{
    font-family: 'iconfont2';
    src: url('../font/font_2340746_wptkw32jkf.woff2') format('woff2'),url('../font/font_2340746_wptkw32jkf.woff') format('woff'),url('../font/font_2340746_wptkw32jkf.ttf') format('truetype');
}
.h_icon
{
    font-family: 'iconfont2'!important;
    font-weight: normal;
    font-style: normal;
}
body
{
    width: 100vw;
    overflow: hidden;
}
html
{
    overflow-y: scroll;
}
body * a, img
{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.gr_ani *
{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.gr_ani *:before
{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.gr_ani *:after
{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
:root
{
    --main-color: #024d9b;
    --active-color: #024d9b;
    --main-bg: #024d9b;
    --list-bg: #f5f5f5;
    --linear-bg: linear-gradient(180deg,#024d9b,#024d90);
}
@media only screen and (min-width: 769px)
{
    :root
    {
        --f80: 80px;
        --f50: 50px;
        --f40: 40px;
        --f36: 36px;
        --f30: 30px;
        --f24: 24px;
        --f22: 22px;
        --f20: 20px;
        --f18: 18px;
    }
    .gr_pchide
    {
        display: none!important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 769px)
{
    :root
    {
        --f80: 40px;
        --f50: 36px;
        --f40: 36px;
        --f36: 30px;
    }
}
@media only screen and (max-width: 768px)
{
    :root
    {
        --f80: 24px;
        --f50: 22px;
        --f40: 22px;
        --f36: 20px;
        --f30: 20px;
        --f24: 20px;
        --f22: 18px;
        --f20: 16px;
        --f18: 16px;
    }
    .gr_mohide
    {
        display: none!important;
    }
    .gr_NewsdtTit
    {
        font-size: 22px!important;
    }
    .gr_motit
    {
        font-size: 20px!important;
    }
    .gr_mohide
    {
        display: none!important;
    }
    input::-webkit-input-placeholder
    {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input::-moz-placeholder
    {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input:-ms-input-placeholder
    {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input:-moz-placeholder
    {
        font-size: 14px;
        line-height: 1.42857143;
    }
}
:root
{
    overflow-y: auto;
    overflow-x: hidden;
}
:root body
{
    position: absolute;
}
.gr_flexline
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.gr_flexwrap
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gr_flex_between
{
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.gr_flex_Xend
{
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.gr_flex_Xcenter
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.gr_flex_Yend
{
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.gr_flex_Ycenter
{
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.gr_l2
{
    display: inline-block;
    width: calc((100% - 50px) / 2);
    margin-right: 50px;
    margin-bottom: 50px;
}
.gr_l3
{
    display: inline-block;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}
.gr_l4
{
    display: inline-block;
    width: calc((100% - 6%) / 4);
    margin-right: 2%;
    margin-bottom: 30px;
}
.gr_l5
{
    display: inline-block;
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
}
.gr_l6
{
    display: inline-block;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 769px)
{
    .gr_l2:nth-child(2n), .gr_l3:nth-child(3n), .gr_l4:nth-child(4n), .gr_l5:nth-child(5n), .gr_l6:nth-child(6n)
    {
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px)
{
    .gr_l2, .gr_l3, .gr_l4
    {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .gr_l5, .gr_l6
    {
        display: block;
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .gr_l5:nth-child(2n), .gr_l6:nth-child(2n)
    {
        margin-right: 0;
    }
}
.delighter
{
    position: relative;
}
.gr_TopShow, .gr_LeftShow, .gr_RightShow, .gr_BottomShow
{
    overflow: hidden;
}
.gr_TopShow.delighter:before
{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(0%);
    display: block;
    background: #fff;
    z-index: 10;
    content: "";
    transition: 1s cubic-bezier(.68,.54,.14,.96) .5s;
}
.gr_TopShow.started.delighter:before
{
    transform: translateY(100%);
}
.gr_LeftShow.delighter:before
{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0%);
    display: block;
    background: #fff;
    z-index: 10;
    content: "";
    transition: 1s cubic-bezier(.68,.54,.14,.96) .5s;
}
.gr_LeftShow.started.delighter:before
{
    transform: translateX(100%);
}
.gr_RightShow.delighter:before
{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0%);
    display: block;
    background: #fff;
    z-index: 10;
    content: "";
    transition: 1s cubic-bezier(.68,.54,.14,.96) .5s;
}
.gr_RightShow.started.delighter:before
{
    transform: translateX(-100%);
}
.gr_BottomShow.delighter:before
{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0%);
    display: block;
    background: #fff;
    z-index: 10;
    content: "";
    transition: 1s cubic-bezier(.68,.54,.14,.96) .5s;
}
.gr_BottomShow.started.delighter:before
{
    transform: translateY(-100%);
}
.gr_homeTitBox
{
    text-align: center;
    margin-bottom: 40px;
}
.gr_homeTitCn
{
    color: #014ba0!important;
    font-size: 48px!important;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.gr_homeTitCn b
{
    color: var(--main-color);
    font-weight: normal;
}
.gr_homeTitFlex
{
    align-items: flex-end;
}
.gr_homeTitEn
{
    font-size: 120px!important;
    text-transform: uppercase;
    color: rgba(102,102,102,.1)!important;
    font-weight: bold;
    position: absolute;
    top: -15px;
    line-height: 1;
    left: 50%;
    transform: translate(-50%,-0%) scale(1);
}
.gr_homeTitSum
{
    font-size: 16px;
    color: #333;
    margin-top: 12px;
}
@media only screen and (max-width: 768px)
{
    .gr_homeTitBox
    {
        margin-bottom: 20px;
    }
    .gr_homeTitCn
    {
        font-size: 24px!important;
    }
    .gr_homeTitEn
    {
        font-size: 22px;
    }
    .gr_homeTitSum
    {
        font-size: 14px;
    }
}
.gr_SwiperBox .swiper-pagination-bullet-active
{
    background: var(--main-color);
}
.gr_SwiperBox
{
    position: relative;
}
.gr_SwiperBox .gr_SwiperBtn
{
    z-index: 999!important;
    background: rgba(0,0,0,.6)!important;
    opacity: .5!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    margin-top: 0!important;
    cursor: pointer!important;
    color: #fff;
    transition: all .5s;
}
.gr_SwiperBox .gr_SwiperBtn:after
{
    color: #fff;
}
.gr_SwiperBox .gr_SwiperBtn:hover
{
    background: var(--main-color)!important;
}
h2
{
    font-size: 30px!important;
    color: #1b1f2b!important;
}
h3
{
    font-size: var(--f40)!important;
    color: #333!important;
    text-transform: capitalize;
}