/* banner */
.banner-index {
    position: relative;
}
.banner-content {
    position: absolute;
    color: #FFF;
    top: 36%;
    left: 15%;
    z-index: 1;
}
.banner-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 52px;
    max-width: 660px;
}
.banner-content p {
    font-size: 16px;
    font-weight: 300;
    max-width: 540px;
    margin-bottom: 40px;
    line-height: 1.8;
}
.owl-index {
    position: relative;
}
.owl-index::before {
    content: url(../images/banner/banner-cover.png);
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: 1;
}
.owl-index.owl-theme .owl-nav [class*=owl-] { 
    margin: 0px; 
    padding: 0px; 
    position: absolute; 
    width: 40px; 
    height: 40px; 
    background: transparent; 
    overflow: hidden;
    top: calc(50% - 29px);
    border-radius: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-index.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-index.owl-theme .owl-nav .owl-prev { 
    left: 10px;
}
.owl-index.owl-theme .owl-nav .owl-next { 
    right: 10px;
}
.owl-index.owl-theme .owl-nav .owl-prev::before, .owl-index.owl-theme .owl-nav .owl-next::before { 
    content: url(../images/banner/banner-arrow.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.owl-index.owl-theme .owl-nav .owl-next::before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.owl-index.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.owl-index.owl-theme .owl-dots {
    display: block !important;
    position: absolute;
    left: 48%;
    bottom: 35px;
    z-index: 2;
}
.owl-index.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 5px 3px;
    background: rgba(255,255,255,0.7);
    border-radius: 0;
}
.owl-index.owl-theme .owl-dots .owl-dot.active span, .owl-index.owl-theme .owl-dots .owl-dot:hover span {
    background: #0079d1;
}
.banner-btn {
    background: #0079D1;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    padding: 12px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0079D1;
}
.banner-btn span {
    color: #FFF;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.banner-btn:hover span {
    color: #0079D1;
}

.main-title{
    font-size: 36px;
    font-weight: bold;
    color: #003a70;
    text-align: center;
}
.btn-deco {
    font-size: 16px;
}
.idx-block01 {
    padding-top: 130px;
    padding-bottom: 115px;
    background: url(../images/index/index02.png) right bottom no-repeat;
    background-size: 35%;
}
.idx-block01 .main-title {
    margin-bottom: 60px;
}
.idx-block01 .sub-title {
    font-size: 28px;
    color: #003a70;
    margin-bottom: 30px;
}
.idx-au-block {
    display: flex;
}
.pic01 {
    width: calc(100% - 805px);
}
.text01 {
    max-width: 640px;
    margin-left: 65px;
    margin-right: 100px;
}
.text01 p {
    font-size: 15px;
    color: #576776;
    line-height: 2;
    text-shadow: 2px 2px 1px #ffffff;
}
.idx-block02 {
    background: #F3F3F3;
    padding-top: 90px;
    position: relative;
    padding-bottom: 400px;
}
.idx-block02 .wrap-1410 {
    max-width: 1420px;
    padding: 0 70px;
}
.owl-indapp {
    margin-top: 70px;
}
.owl-indapp .item { 
    width: 100%;
    position: relative;
}
.indapp-pic { 
    position: relative;
    padding-top: 82.11%;
}
.indapp-pic figure { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
}
.indapp-pic img { 
    width: auto !important;
    /*height: auto !important;
    max-width: inherit !important;
    max-height: inherit !important;*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-height: 100% !important;
}
.owl-indapp .item:hover .indapp-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.indapp-title {
    font-size: 28px;
    color: #003a70;
    margin-top: 40px;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.owl-indapp .item:hover .indapp-title {
    color: #0079d1;
}
.indapp-des {
    font-size: 15px;
    color: #576776;
    padding: 0 50px 0 10px;
}
.owl-indapp.owl-theme .owl-nav [class*=owl-] { 
    margin: 0px; 
    padding: 0px; 
    position: absolute; 
    width: 40px; 
    height: 40px; 
    background: transparent; 
    overflow: hidden;
    top: calc(50% - 115px);
    border-radius: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-indapp.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-indapp.owl-theme .owl-nav .owl-prev { 
    left: -60px;
}
.owl-indapp.owl-theme .owl-nav .owl-next { 
    right: -60px;
}
.owl-indapp.owl-theme .owl-nav .owl-prev::before, .owl-indapp.owl-theme .owl-nav .owl-next::before { 
    content: url(../images/index/owl-arrow.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.owl-indapp.owl-theme .owl-nav .owl-next::before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.owl-indapp.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.owl-indapp.owl-theme .owl-dots {
    display: block !important;
    margin-top: 45px;
    z-index: 2;
}
.owl-indapp.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 5px 3px;
    background: #CBCBCB;
    border-radius: 0;
}
.owl-indapp.owl-theme .owl-dots .owl-dot.active span, .owl-indapp.owl-theme .owl-dots .owl-dot:hover span {
    background: #0079d1;
}
.idx-applink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.pic03 {
    position: absolute;
    top: 4%;
    left: 2%;
    pointer-events: none;
}
.idx-block03 {
    position: relative;
}
.idx-block03 .wrap-1410 {
    max-width: 1400px;
    padding: 120px 0 70px 0;
}
.pic04 {
    position: absolute;
    top: -330px;
    left: 0;
}
.pic05 {
    position: absolute;
    top: -245px;
    right: 0;
}
.idx-pd-des-block {
    position: absolute;
    top: -180px;
    left: calc(50% - 320px);
    max-width: 640px;
    text-align: center;
}
.idx-block03 .main-title {
    color: #FFF;
    margin-bottom: 20px;
}
.idx-block03 .sub-title {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 20px;
}
.idx-pd-des-block p {
    color: #FFF;
    font-size: 15px;
    line-height: 2;
}
.owl-idxpd .item { 
    width: 100%;
    position: relative;
}
.idx-pd-pic {
    position: relative;
    padding-top: 94%;
}
.idx-pd-pic figure { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
}
.idx-pd-pic img { 
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.owl-idxpd .item:hover .idx-pd-pic img {
    opacity: 0.7;
}
.idx-pd-title {
    font-size: 18px;
    font-weight: bold;
    color: #003a70;
/*    font-family: '微軟正黑體', sans-serif;*/
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.owl-idxpd .item:hover .idx-pd-title {
    color: #0079d1;
}
.idx-pd-des {
    font-size: 15px;
    color: #576776;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.owl-idxpd.owl-theme .owl-nav [class*=owl-] { 
    margin: 0px; 
    padding: 0px; 
    position: absolute; 
    width: 40px; 
    height: 40px; 
    background: transparent; 
    overflow: hidden;
    top: -75px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-idxpd.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-idxpd.owl-theme .owl-nav .owl-prev { 
    left: 0px;
}
.owl-idxpd.owl-theme .owl-nav .owl-next { 
    left: 45px;
}
.owl-idxpd.owl-theme .owl-nav .owl-prev::before, .owl-idxpd.owl-theme .owl-nav .owl-next::before { 
    content: url(../images/index/owl-arrow.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.owl-idxpd.owl-theme .owl-nav .owl-next::before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.owl-idxpd.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.owl-idxpd.owl-theme .owl-dots {
    display: block !important;
    margin-top: 30px;
    z-index: 2;
}
.owl-idxpd.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 5px 3px;
    background: #CBCBCB;
    border-radius: 0;
}
.owl-idxpd.owl-theme .owl-dots .owl-dot.active span, .owl-idxpd.owl-theme .owl-dots .owl-dot:hover span {
    background: #0079d1;
}
.idx-pdlink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.idx-block04 {
    position: relative;
    padding-bottom: 150px;
}
.idx-block04 .wrap-1410 {
    max-width: 1410px;
}
.idx-case-bg {
    position: absolute;
    top: 90px;
    left: calc(50% - 585px);
    z-index: -1;
}
.idx-case-block-all {
    display: flex;
    margin-top: 120px;
}
.idx-case-block { 
    width: calc(50% - 50px);
    position: relative;
}
.case-block-l {
    margin-right: 18px;
    margin-left: 35px;
}
.case-block-l::before {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 637px;
    height: 285px;
    background: url('../images/index/index14.png');
}
.case-block-r {
    margin-left: 18px;
    margin-right: 35px;
}
.case-block-r::before {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 637px;
    height: 285px;
    background: url('../images/index/index14.png');
}
.case-pic { 
    position: relative;
    padding-top: 44%;
}
.case-pic figure { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
}
.case-pic img { 
    width: auto !important;
    height: auto !important;
    max-width: inherit !important;
    max-height: inherit !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.idx-case-block:hover .case-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.idx-case-block .idx-case-overlay {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(29,61,90,0.45);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.idx-case-border {
    opacity: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 51;
    overflow: hidden;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border: 1px solid #BBC4CD;
}
.idx-case-block:hover .idx-case-overlay, .idx-case-block:hover .idx-case-border {
    opacity: 0;
}
.idx-block04 .btn-deco {
    margin: 90px auto 0 auto;
}
.idx-block05 {
    padding-bottom: 90px;
    position: relative;
}
.idx-block05 .wrap-1410 {
    max-width: 1330px;
}
.owl-idxnews .item { 
    width: 100%;
    padding: 50px 20px;
}
.idx-news-block {
    -webkit-box-shadow: 1px 1px 20px #efefef;
    -moz-box-shadow: 1px 1px 20px #efefef;
    box-shadow: 1px 1px 20px #efefef;
}
.idx-news-pic { 
    position: relative;
    padding-top: 60%;
    background: #FFF;
}
.idx-news-pic figure { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
}
.idx-news-pic a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 59px;
    background: url('../images/index/index20.png');
    z-index: 1;
}
.idx-news-pic img { 
    width: auto !important;
    height: auto !important;
    max-width: inherit !important;
    max-height: inherit !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.idx-news-block:hover .idx-news-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.idx-news-des {
    padding: 20px 25px;
    background: #FFF;
}
.idx-news-date {
    font-size: 13px;
    color: #888888;
    margin-bottom: 15px;
}
.idx-news-title {
    font-size: 16px;
    color: #063e72;
    margin-bottom: 20px;
}
.idx-news-btn a {
    font-size: 13px;
    color: #0079d1;
    position: relative;
    padding-right: 30px;
}
.idx-news-btn a::after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 7px;
    width: 7px;
    height: 12px;
    background: url('../images/index/index-news-arrow.png');
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.idx-news-btn a:hover::after {
    right: -3px;
}
.idx-block05 .btn-deco {
    margin: 25px auto 0 auto;
}
.pic06 {
    position: absolute;
    right: 0;
    bottom: -65px;
    z-index: -1;
}


@media all and (max-width: 1660px) { 
    .pic05 {
        width: 83%;
    }
    .idx-block03 .wrap-1410 {
        padding: 120px 20px 70px 20px;
    }
}


@media all and (max-width: 1366px) { 
    .banner-content {
        top: 16%;
        left: 10%;
    }
    .idx-au-block {
        align-items: center;
    }
    .pic01 {
        width: calc(100% - 760px);
    }
    .text01 {
        max-width: 720px;
        margin-left: 40px;
        margin-right: 0px;
    }
    .idx-pd-des-block {
        top: -215px;
    }
    .idx-block03 .main-title {
        margin-bottom: 5px;
        font-size: 32px;
    }
    .idx-block03 .sub-title {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .case-block-l::before, .case-block-r::before {
        display: none;
    }
    .pic06 {
        bottom: -110px;
    }
}


@media all and (max-width: 1200px) { 
    .pic01 {
        width: calc(100% - 540px);
    }
    .text01 {
        max-width: 500px;
        margin-left: 40px;
        margin-right: 0px;
    }
    .pic05 {
        width: 90%;
    }
    .idx-case-bg {
        left: 0;
    }
    .idx-case-block {
        width: calc(50% - 20px);
    }
    .case-block-l, .case-block-r {
        margin-left: 10px;
        margin-right: 10px;
    }
}


@media all and (max-width: 1024px) { 
    .owl-index::before {
        display: none;
    }
    .banner-content {
        top: 35%;
        padding: 0 20px;
    }
    .banner-title {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px;
        max-width: 500px;
        text-shadow: 1px 1px 4px #000000;
    }
    .banner-content p {
        margin-bottom: 25px;
        line-height: 1.6;
        text-shadow: 1px 1px 4px #000000;
    }
    .main-title {
        font-size: 26px;
    }
    .idx-block01 .sub-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .idx-block01 .main-title {
        margin-bottom: 20px;
    }
    .idx-block01 {
        padding-top: 50px;
        padding-bottom: 80px;
        background: none;
    }
    .idx-au-block {
        flex-direction: column;
    }
    .pic01 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .text01 {
        max-width: 100%;
        margin-left: 0;
    }
    .btn-deco {
        font-size: 16px;
        margin: 40px auto 0 auto;
    }
    .indapp-title {
        font-size: 22px;
        margin-top: 20px;
    }
    .indapp-des {
        padding: 0 10px;
    }
    .idx-block02 {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .idx-block03 .wrap-1410 {
        padding: 0;
        padding-bottom: 80px;
    }
    .pic03, .pic04, .pic05, .pic06 {
        display: none;
    }
    .idx-block03 .main-title {
        font-size: 26px;
    }
    .idx-block03 .sub-title {
        font-size: 22px;
    }
    .idx-pd-des-block {
        background: #257fc1;
        max-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 50px 20px;
        margin-bottom: 60px;
    }
    .owl-idxpd {
        padding: 0 20px;
    }
    .owl-idxpd.owl-theme .owl-nav {
        display: none;
    }
    .idx-block04 {
        padding-bottom: 120px;
    }
    .idx-case-bg {
        display: none;
    }
    .idx-case-block-all {
        flex-direction: column;
        margin-top: 50px;
    }
    .idx-case-block {
        width: 100%;
        margin-bottom: 30px;
    }
    .case-block-l, .case-block-r {
        margin-left: 0;
        margin-right: 0;
    }
    .idx-block04 .btn-deco {
        margin: 40px auto 0 auto;
    }
    .idx-block05 {
        background: #F3F3F3;
        padding-top: 50px;
    }
}


@media all and (max-width: 768px) { 
    .owl-index.owl-theme .owl-nav [class*=owl-] {
        display: none;
    }
    .banner-content {
        top: 25%;
        left: 4%;
    }
}


@media all and (max-width: 570px) { 
    .banner-content {
        top: 8%;
        left: 0;
    }
    .banner-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .banner-content p {
        margin-bottom: 15px;
        line-height: 1.2;
        font-size: 14px;
    }
    .banner-btn {
        font-size: 13px;
        padding: 10px;
        width: 160px;
    }
    .owl-index.owl-theme .owl-dots {
        left: calc(50% - 54px);
        bottom: 0;
    }
    .idx-pd-pic {
        padding-top: 65%;
    }
}

@media all and (max-width: 430px) {
    .idx-block02 .wrap-1410 {padding: 0 20px!important;}
}
