@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*transition:.5s;*/
}

html,
body {
    height: 100%!important;
}

body {
    margin: 0;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans TC', 'Microsoft jhenghei', Arial !important;
    line-height: 2
}

* html .clear {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clear {
    zoom: 1;
}


/* IE7 */

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    position: relative;
}

img {
    vertical-align: middle;
    max-width: 100%
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: currentColor;
}

div,
a,
p,
span,
tr,
th,
td,
ul,
li,
pre,
p {
    margin-bottom: 0;
}

table {
    table-layout: fixed;
}

figure {
    padding: 0;
    margin: 0;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

ul,
ul li,
ol,
ol li {
    list-style-type: none;
}


/*========================================== Wrapper ==================================================*/

.wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto
}

.wrapper-1500 {
    max-width: 1500px
}

.wrapper-1400 {
    max-width: 1400px
}

.wrapper-1300 {
    max-width: 1300px
}

.wrapper-1200 {
    max-width: 1200px
}

.wrapper-1000 {
    max-width: 1000px
}


/* ---------------------------------------- */

header {
    display: block;
    width: 1920px;
    background-color: #394041;
    border-bottom: #454c4d 12px solid;
    text-align: center;
    padding: 20px 0;
}

.index-Content {
    display: block;
    width: 1920px;
    height: 627px;
    background: url(../images/index-main-bg.png) no-repeat top / cover;
}

.hd-content {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 80px;
}

.hd-content>.title {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 15px;
}

.hd-content>.subTitle {
    font-size: 22px;
    line-height: 1.8;
    color: #dadde3
}

.index-info-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-info-list li {
    position: relative;
    margin: 0 15px;
    padding: 2rem 5rem;
    overflow: hidden;
}

.index-info-list li:before,
.index-info-list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    will-change: transform;
    transition: transform 0.3s ease;
    pointer-events: none;
    transform: translateZ(0);
}

.index-info-list li:before {
    transform: skew(-81deg, 0);
}

.index-info-list li:after {
    transform: skew(0, 40deg);
    transition: transform 0.4s;
}

.index-info-list li:hover:before {
    border-color: #6b8486 transparent;
}

.index-info-list li:hover:after {
    border-color: transparent #6b8486;
}

.index-info-list li:hover:before,
.index-info-list li:hover:after {
    transform: skew(0, 0);
}

.index-info-list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-info-list .left {
    background-color: #3f8889;
    border-color: #6b8486;
}

.index-info-list .right {
    background-color: #4c5556;
    border-color: #778688;
}

.index-info-list .hd-content {
    padding-bottom: 0;
}

.index-info-list .hd-content>.title {
    font-size: 20px;
    padding-bottom: 5px;
}

.index-info-list .hd-content>.subTitle {
    font-size: 16px;
    color: #c0bfc0;
    line-height: 1.5;
}

.index-info-list .left:hover {
    background-color: #454c4d;
}

.index-info-list .right:hover {
    background-color: #394041;
}

.footer-subBg {
    display: block;
    width: 1920px;
    height: 70px;
    background-color: #2c5c92;
}

footer {
    padding: 1rem;
    background: url(../images/footer-bg.png) no-repeat top / cover;
    color: #fff;
    font-size: 16px;
    width: 1920px;
}

footer>.wrapper {
    display: flex;
    align-items: center;
}

footer>.wrapper ul {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.foooter-head {
    font-size: 24px;
    font-family: '標楷體';
}

.footer-info img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}


/*IWARE FOOTER*/

.iware {
    display: inline-block;
    line-height: 25px;
    color: #999;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

.iware p {
    display: inline-block;
    background-color: #000000;
    padding: 1px 6px;
}

.iware a,
.iware b {
    font-size: 12px;
    font-weight: normal;
    color: inherit;
}


/*== goTop ==*/

.back-to-top {
    position: fixed;
    top: 70%;
    right: 35px;
    z-index: 4;
    height: 76px;
    width: 76px;
    background: url(../images/gotop_bg.png);
    cursor: pointer;
}