textarea{
    resize: none;
    min-height: 240px;
}
input{
    resize: none;
    min-height: 32px;
}
.ui-datepicker{
    font-size: 13px;
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    opacity:  1;
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    opacity:  1;
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
input, select{
    padding: 0px;
    border: 1px solid rgba(19,19,19,1);
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1.6px;
    height: 32px;
    background: rgba(255,255,255,1);
    color: rgba(19,19,19,1);
    
}
textarea{
    border: 1px solid rgba(19,19,19,1);
    color: rgba(19,19,19,1);
}

.fc-title{
    max-width: 100%;
    display: block;
}
.fc-day-grid-event .fc-content{
    white-space: normal;
}
.fc-basic-view .fc-body .fc-row{
    height: auto;
    font-size: 1em;
}

table, td, th{
	border:1px solid rgba(19,19,19,1);
    max-width: 100%;
    margin: 0 auto;
}

.fmtitle{
    font-family: 'BIZ UDPGothic', Microsoft JhengHei, Verdana, sans-serif;
}
.fmeng{
    font-family: 'Montserrat', Microsoft JhengHei, Verdana, sans-serif;
}
.fmtw{
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}

.morandibg{
    background: rgba(103,99,100,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.lightaquabg{
    background: rgba(240,247,255,1);
}
.lightyellowbg{
    background: rgba(254,251,234,1);
}
.footerbluebg{
    background: rgba(1,25,49,1);
}
.footergreenbg{
    background: rgba(73,187,27,1);
}
.footeryellowbg{
    background: rgba(255,222,0,1);
}
.hovergraybg, .hovergraybg:visited{
    background: rgba(255,255,255,1);
    transition: all .1s;
    -webkit-transition: all .1s;
}
.hovergraybg:hover, .hovergraybg:active{
    background: rgba(237,237,237,1);
}
.transtoblackbgttob{
    background: -webkit-linear-gradient(rgba(0,0,0,.001) 4%, rgba(0,0,0,1) 96%);
    background: -o-linear-gradient(rgba(0,0,0,.001) 4%, rgba(0,0,0,1) 96%);
    background: -moz-linear-gradient(rgba(0,0,0,.001) 4%, rgba(0,0,0,1) 96%);
    background: linear-gradient(to bottom, rgba(0,0,0,.001) 4%, rgba(0,0,0,1) 96%);
}
.darkbluetobluettob{
    background: -webkit-linear-gradient(rgba(0,26,49,1) 2%, rgba(0,43,78,1) 24%);
    background: -o-linear-gradient(rgba(0,26,49,1) 2%, rgba(0,43,78,1) 24%);
    background: -moz-linear-gradient(rgba(0,26,49,1) 2%, rgba(0,43,78,1) 24%);
    background: linear-gradient(to bottom, rgba(0,26,49,1) 2%, rgba(0,43,78,1) 24%);
}
.whitetograyttob{
    background: -webkit-linear-gradient(rgba(255,255,255,1) 2%, rgba(239,239,239,1) 24%);
    background: -o-linear-gradient(rgba(255,255,255,1) 2%, rgba(239,239,239,1) 24%);
    background: -moz-linear-gradient(rgba(255,255,255,1) 2%, rgba(239,239,239,1) 24%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 2%, rgba(239,239,239,1) 24%);
}
.navgraygradientbgttob{
    background: -webkit-linear-gradient(rgba(242,242,242,1) 2%, rgba(215,215,215,1) 98%);
    background: -o-linear-gradient(rgba(242,242,242,1) 2%, rgba(215,215,215,1) 98%);
    background: -moz-linear-gradient(rgba(242,242,242,1) 2%, rgba(215,215,215,1) 98%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 2%, rgba(215,215,215,1) 98%);
}
.headerbg01::before{
    content: "";
    position: absolute;
    background: rgba(255,197,64,1);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotateZ(-3.1deg) translateZ(0);
    -webkit-transform: rotateZ(-3.1deg) translateZ(0);
    height: 108%;
    width: 160%;
    left: -96px;
    top: -120px;
    z-index: 2;
}
.headerbg02{
    content: "";
    position: absolute;
    background: rgba(0,43,78,1);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotateZ(-3.1deg) translateZ(0);
    -webkit-transform: rotateZ(-3.1deg) translateZ(0);
    height: 106%;
    width: 160%;
    left: -96px;
    top: -176px;
}
.headerbg04{
    content: "";
    position: absolute;
    background: rgba(0,43,78,1);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate(0px, -20%) skewY(-3.1deg) translateZ(0);
    -webkit-transform: translate(0px, -20%) skewY(-3.1deg) translateZ(0);
    height: 18%;
    width: 100%;
    left: 0;
    top: 50%;
}
.bannerbg01{
    content: "";
    position: absolute;
    background: rgba(0,43,78,1);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform: skewY(-3.1deg) translateZ(0);
    -webkit-transform: skewY(-3.1deg) translateZ(0);
    height: calc(100% - 64px);
    width: calc(100% - 16px);
    right: 16px;
    bottom: 4px;
}
.bannerbg02{
    content: "";
    position: absolute;
    background: rgba(255,197,64,1);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform: skewY(-3.1deg) translateZ(0);
    -webkit-transform: skewY(-3.1deg) translateZ(0);
    height: calc(100% - 96px);
    width: calc(100% - 16px);
    right: 0;
    bottom: 5px;
}
.indexbg04::before{
    content: "";
    position: absolute;
    bottom: 11px;
    right: 0;
    width: calc(100% / 4 * 3 - 32px);
    height: 120px;
    background: -webkit-linear-gradient(top left, rgba(255,206,65,.001) 49.5%, rgba(255,206,65,1) 50%);
    background: -o-linear-gradient(top left, rgba(255,206,65,.001) 49.5%, rgba(255,206,65,1) 50%);
    background: -moz-linear-gradient(top left, rgba(255,206,65,.001) 49.5%, rgba(255,206,65,1) 50%);
    background: linear-gradient(to bottom right, rgba(255,206,65,.001) 49.5%, rgba(255,206,65,1) 50%);
}

.blackfont{
    color: rgba(36,36,36,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.yellowfont{
    color: rgba(241,175,55,1);
}
.lightyellowfont{
    color: rgba(255,215,63,1);
}
.darkbluefont{
    color: rgba(0,42,80,1);
}
.bluefont{
    color: rgba(5,94,174,1);
}
.lightgrayfont{
    color: rgba(200,200,200,1);
}
.grayfont{
    color: rgba(99,112,128,1);
}
.redfont{
    color: rgba(234,69,83,1);
}
.blacktobluefont, .blacktobluefont:visited{
    color: rgba(19,19,19,1);
    transition: all .1s;
    -webkit-transition: all .1s;
}
.blacktobluefont:hover, .blacktobluefont:active{
    color: rgba(39,119,208,1);
}

.yellowsolidt8{
    border-top: 8px solid rgba(255,197,64,1);
}
.yellowsolidt4{
    border-top: 4px solid rgba(255,197,64,1);
}
.yellowsolidt1{
    border-top: 1px solid rgba(255,197,64,1);
}
.yellowsolidb2{
    border-bottom: 2px solid rgba(255,197,64,1);
}
.yellowsolid1{
    border: 1px solid rgba(255,197,64,1);
}
.darkbluesolid1{
    border: 1px solid rgba(0,42,80,1);
}

.navhoveryellowsolidb1::after, .navhoveryellowsolidb1:visited::after{
    content: "";
    position: absolute;
    left: 0;
    top: 33px;
    width: 0;
    height: 0;
    border-bottom: 1px solid rgba(255,197,64,1);
    transition: width .1s;
    -webkit-transition: width .1s;
}
.navhoveryellowsolidb1:hover::after, .navhoveryellowsolidb1:active::after{
    width: 100%;
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(200,200,200,1), -4px 0px 4px -3px rgba(200,200,200,1);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(200,200,200,1), -4px 0px 4px -3px rgba(200,200,200,1);
}
.grayboxshadow4{
    box-shadow: 0px 0px 4px 1px rgba(200,200,200,1);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(200,200,200,1);
}
.grayboxshadow8{
    box-shadow: 0px 0px 8px 1px rgba(200,200,200,1);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(200,200,200,1);
}
.grayaquaboxshadowrb4-0{
    box-shadow: -4px 4px 0px 0px rgba(220,234,243,1);
    -webkit-box-shadow: -4px 4px 0px 0px rgba(220,234,243,1);
}
.grayboxshadowt8inset{
    box-shadow: 0px 8px 8px -3px rgba(200,200,200,1) inset;
    -webkit-box-shadow: 0px 8px 8px -3px rgba(200,200,200,1) inset;
}

.cusbottom8px{
    bottom: 8px;
}
.custop96px{
    top: 96px;
}
.cusfixrotatez-4-5deg{
    transform: rotateZ(-4.5deg) translateZ(0);
    -webkit-transform: rotateZ(-4.5deg) translateZ(0);
}

.custextlr{
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
}

@media only screen and (min-width: 1025px){
    .cusmax1025w100-336px{
        width: calc(100% - 336px);
        max-width: calc(100% - 336px);
    }
    .cusmax1025w100-184px{
        width: calc(100% - 184px);
        max-width: calc(100% - 184px);
    }
    .cusmax1025w320px{
        width: 320px;
        max-width: 320px;
    }
    .cusmax1025w168px{
        width: 168px;
        max-width: 168px;
    }
    .cusmax1025w96px{
        width: 96px;
        max-width: 96px;
    }
    .mainbg{
        background: url(../fimgs/indexbg02003.jpg) center center no-repeat;
        background-size: cover;
    }
    .headerbg03{
        background: url(../fimgs/navbg01002.jpg) center top no-repeat;
        background-size: contain;
    }
    .banner01{
        background: url(../fimgs/banner01001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/banner02001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/banner03001.jpg) center center no-repeat;
        background-size: contain;
    }
    .bannermask01{
        -webkit-mask-image: url(../fimgs/bannermask01001.png);
        mask-image: url(../fimgs/bannermask01001.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
    }
    .cusmax1025transtograymirrorsolidr1{
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        -webkit-border-image: -webkit-linear-gradient(rgba(235,238,243,.001), rgba(235,238,243,1) 45%, rgba(235,238,243,1) 55%, rgba(235,238,243,.001)) 1;
        -o-border-image: -o-linear-gradient(rgba(235,238,243,.001), rgba(235,238,243,1) 45%, rgba(235,238,243,1) 55%, rgba(235,238,243,.001)) 1;
        -moz-border-image: -moz-linear-gradient(rgba(235,238,243,.001), rgba(235,238,243,1) 45%, rgba(235,238,243,1) 55%, rgba(235,238,243,.001)) 1;
        border-image: linear-gradient(to bottom, rgba(235,238,243,.001), rgba(235,238,243,1) 45%, rgba(235,238,243,1) 55%, rgba(235,238,243,.001)) 1;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01002.jpg) center top no-repeat;
        background-size: cover;
    }
    .indexbg02::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../fimgs/indexbg03002.jpg) center top no-repeat;
        background-size: 100% auto;
    }
    .indexbg03{
        background: url(../fimgs/indexbg02003.jpg) center center no-repeat;
        background-size: cover;
        top: -72px;
        height: calc(100% + 80px);
        &.indexmask01{
            -webkit-mask-image: url(../fimgs/indexmask01002.png);
            mask-image: url(../fimgs/indexmask01002.png);
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
        }
    }
    .casebg01{
        background: url(../fimgs/casebg01001.jpg) right bottom no-repeat;
        background-size: auto 88%;
    }
    .newsbg01{
        background: url(../fimgs/newsbg01001.jpg) right bottom no-repeat;
        background-size: auto 88%;
    }
    .rescuebg01{
        background: url(../fimgs/rescuebg02002.jpg) center top no-repeat;
        background-size: cover;
    }
    .rescuebg02{
        background: url(../fimgs/rescuebg01002.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01002.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01002.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01002.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center bottom, center top;
    }
    .servicebg01{
        background: url(../fimgs/servicebg01002.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01002.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01002.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01002.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center top;
    }
    .servicebg02{
        background: url(../fimgs/servicebg02002.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02002.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02002.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02002.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center top;
    }
    .cusmax1025graysolidr1::before{
        content: "";
        position: absolute;
        width: 0;
        height: calc(100% - 40px);
        right: 0;
        bottom: 0;
        border-right: 1px solid rgba(198,202,213,1);
    }
}

@media only screen and (min-width: 1301px){
    .cusmaxw1301dpb{
        display: block;
    }
    .cusmaxw1301hidden{
        display: none;
    }
    .mainbg{
        background: url(../fimgs/indexbg02002.jpg) center center no-repeat;
        background-size: cover;
    }
    .headerbg03{
        background: url(../fimgs/navbg01001.jpg) center top no-repeat;
        background-size: contain;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01001.jpg) center top no-repeat;
        background-size: cover;
    }
    .indexbg02::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../fimgs/indexbg03001.jpg) center top no-repeat;
        background-size: 100% auto;
    }
    .indexbg03{
        background: url(../fimgs/indexbg02002.jpg) center center no-repeat;
        background-size: cover;
        top: -72px;
        height: calc(100% + 80px);
        &.indexmask01{
            -webkit-mask-image: url(../fimgs/indexmask01001.png);
            mask-image: url(../fimgs/indexmask01001.png);
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
        }
    }
    .rescuebg01{
        background: url(../fimgs/rescuebg02001.jpg) center top no-repeat;
        background-size: cover;
    }
    .rescuebg02{
        background: url(../fimgs/rescuebg01001.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01001.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01001.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01001.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center bottom, center top;
    }
    .servicebg01{
        background: url(../fimgs/servicebg01001.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01001.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01001.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01001.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center top;
    }
    .servicebg02{
        background: url(../fimgs/servicebg02001.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02001.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02001.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02001.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center top;
    }
}

@media only screen and (min-width: 1601px){
    .cusmaxw1601dpb{
        display: block;
    }
    .cusmaxw1601hidden{
        display: none;
    }
    .headerbg01::before{
        content: "";
        position: absolute;
        background: rgba(255,197,64,1);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        transform: rotateZ(-3.1deg) translateZ(0);
        -webkit-transform: rotateZ(-3.1deg) translateZ(0);
        height: 104%;
        width: 160%;
        left: -96px;
        top: -120px;
        z-index: 2;
    }
    .headerbg02{
        content: "";
        position: absolute;
        background: rgba(0,43,78,1);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        transform: rotateZ(-3.1deg) translateZ(0);
        -webkit-transform: rotateZ(-3.1deg) translateZ(0);
        height: 100%;
        width: 160%;
        left: -96px;
        top: -176px;
    }
    .bannerbg01{
        content: "";
        position: absolute;
        background: rgba(0,43,78,1);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        transform: skewY(-3.1deg) translateZ(0);
        -webkit-transform: skewY(-3.1deg) translateZ(0);
        height: calc(100% - 96px);
        width: calc(100% - 16px);
        right: 16px;
        bottom: 16px;
    }
    .rescuebg02{
        background: url(../fimgs/rescuebg01001.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01001.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01001.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01001.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: 100% auto, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center -120%, center top;
    }
    .cusmaxw1601w9-7-16{
        max-width: calc(100% / 9 * 7 - 15.99px);
        width: calc(100% / 9 * 7 - 15.99px);
    }
    .cusmaxw1601paddingtb40lr0{padding: 40px 0px;}
    .cusmaxw1601maxw9-5-16{max-width: calc(100% / 9 * 5 - 15.99px); width: calc(100% / 9 * 5 - 15.99px);}
    .cusmaxw1601maxw4-1-16{max-width: calc(100% / 4 - 15.99px); width: calc(100% / 4 - 15.99px);}
}
@media only screen and (min-width: 1921px){
    .mainbg{
        background: url(../fimgs/indexbg02001.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1024px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-64px{
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .cusmin1024w100-3-48px{
        width: calc(100% / 3 - 48px);
        max-width: calc(100% / 3 - 48px);
    }
    .mainbg{
        background: url(../fimgs/indexbg02004.jpg) center center no-repeat;
        background-size: cover;
    }
    .headerbg03{
        background: url(../fimgs/navbg01003.jpg) center top no-repeat;
        background-size: 100% 50%;
    }
    .banner01{
        background: url(../fimgs/banner01002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/banner02002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/banner03002.jpg) center center no-repeat;
        background-size: contain;
    }
    .bannermask01{
        -webkit-mask-image: url(../fimgs/bannermask01002.png);
        mask-image: url(../fimgs/bannermask01002.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
    }
    .bannerbg01{
        content: "";
        position: absolute;
        background: rgba(0,43,78,1);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        transform: skewY(-3.1deg) translateZ(0);
        -webkit-transform: skewY(-3.1deg) translateZ(0);
        height: calc(100% - 64px);
        width: 102%;
        right: -2px;
        bottom: 0;
    }
    .cusmin1024transtograymirrorsolidr1{
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        -webkit-border-image: -webkit-linear-gradient(rgba(235,238,243,.001), rgba(235,238,243,1) 45%, rgba(235,238,243,1) 55%, rgba(235,238,243,.001)) 1;
        -o-border-image: -o-linear-gradient(rgba(235,238,243,.001), rgba(235,238,243,1) 45%, rgba(235,238,243,1) 55%, rgba(235,238,243,.001)) 1;
        -moz-border-image: -moz-linear-gradient(rgba(235,238,243,.001), rgba(235,238,243,1) 45%, rgba(235,238,243,1) 55%, rgba(235,238,243,.001)) 1;
        border-image: linear-gradient(to bottom, rgba(235,238,243,.001), rgba(235,238,243,1) 45%, rgba(235,238,243,1) 55%, rgba(235,238,243,.001)) 1;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01003.jpg) center top no-repeat;
        background-size: cover;
    }
    .indexbg02::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../fimgs/indexbg03003.jpg) center top no-repeat;
        background-size: 100% 100%;
    }
    .indexbg03{
        background: url(../fimgs/indexbg02004.jpg) center center no-repeat;
        background-size: cover;
        top: -48px;
        height: calc(100% + 56px);
        &.indexmask01{
            -webkit-mask-image: url(../fimgs/indexmask01003.png);
            mask-image: url(../fimgs/indexmask01003.png);
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
        }
    }
    .casebg01{
        background: url(../fimgs/casebg01001.jpg) right bottom no-repeat;
        background-size: 92% 88%;
    }
    .newsbg01{
        background: url(../fimgs/newsbg01001.jpg) right bottom no-repeat;
        background-size: 92% 88%;
    }
    .rescuebg01{
        background: url(../fimgs/rescuebg02003.jpg) center top no-repeat;
        background-size: cover;
    }
    .rescuebg02{
        background: url(../fimgs/rescuebg01003.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01003.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01003.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01003.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center bottom, center top;
    }
    .servicebg01{
        background: url(../fimgs/servicebg01003.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01003.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01003.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01003.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center top;
    }
    .servicebg02{
        background: url(../fimgs/servicebg02003.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02003.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02003.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02003.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center top;
    }
    .cusminflexorder1{
        order: 1;
        -webkit-order: 1;
    }
    .cusminflexorder2{
        order: 2;
        -webkit-order: 2;
    }
    .cusminflexorder3{
        order: 3;
        -webkit-order: 3;
    }
    .cusmin1024graysolidr1::before{
        content: "";
        position: absolute;
        width: 0;
        height: calc(100% - 40px);
        right: 0;
        bottom: 0;
        border-right: 1px solid rgba(198,202,213,1);
    }
}

@media only screen and (max-width: 600px){
    .cusminw600dpb{
        display: block;
    }
    .cusminw600hidden{
        display: none;
    }
    .cusminw600maxw100{max-width: 100%; width: 100%;}
    .mainbg{
        background: url(../fimgs/indexbg02005.jpg) center center no-repeat;
        background-size: cover;
    }
    .headerbg03{
        background: url(../fimgs/navbg01004.jpg) center top no-repeat;
        background-size: 100% 50%;
    }
    .banner01{
        background: url(../fimgs/banner01003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/banner02003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/banner03003.jpg) center center no-repeat;
        background-size: contain;
    }
    .bannermask01{
        -webkit-mask-image: url(../fimgs/bannermask01003.png);
        mask-image: url(../fimgs/bannermask01003.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
    }
    .headerbg01::before{
        content: "";
        position: absolute;
        background: rgba(255,197,64,1);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        transform: rotateZ(-3.1deg) translateZ(0);
        -webkit-transform: rotateZ(-3.1deg) translateZ(0);
        height: 110%;
        width: 160%;
        left: -96px;
        top: -120px;
        z-index: 2;
    }
    .bannerbg01{
        content: "";
        position: absolute;
        background: rgba(0,43,78,1);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        transform: skewY(-3.1deg) translateZ(0);
        -webkit-transform: skewY(-3.1deg) translateZ(0);
        height: calc(100% - 40px);
        width: 102%;
        right: -2px;
        bottom: -12px;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01004.jpg) center top no-repeat;
        background-size: cover;
    }
    .indexbg02::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../fimgs/indexbg03004.jpg) center top no-repeat;
        background-size: 100% 100%;
    }
    .indexbg03{
        background: url(../fimgs/indexbg02005.jpg) center center no-repeat;
        background-size: cover;
        top: -40px;
        height: calc(100% + 48px);
        &.indexmask01{
            -webkit-mask-image: url(../fimgs/indexmask01004.png);
            mask-image: url(../fimgs/indexmask01004.png);
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
        }
    }
    .casebg01{
        background: url(../fimgs/casebg01002.jpg) right bottom no-repeat;
        background-size: 92% 88%;
    }
    .newsbg01{
        background: url(../fimgs/newsbg01002.jpg) right bottom no-repeat;
        background-size: 92% 88%;
    }
    .rescuebg01{
        background: url(../fimgs/rescuebg02004.jpg) center top no-repeat;
        background-size: cover;
    }
    .rescuebg02{
        background: url(../fimgs/rescuebg01004.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01004.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01004.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/rescuebg01004.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center bottom, center top;
    }
    .servicebg01{
        background: url(../fimgs/servicebg01004.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01004.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01004.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg01004.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center top;
    }
    .servicebg02{
        background: url(../fimgs/servicebg02004.jpg), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02004.jpg), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02004.jpg), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: url(../fimgs/servicebg02004.jpg), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        background-size: contain, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center top;
    }
    .cusminw600noborder{border: 0px solid transparent; box-sizing: border-box;}
    .cusminw600rotatez90deg{
        transform: rotateZ(90deg) translateZ(0);
        -webkit-transform: rotateZ(90deg) translateZ(0);
    }
    .cusminw600paddingtb16lr0{padding: 16px 0px;}
}