.banner{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 2%;
    z-index: 100;
    display: none !important;
}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 15px;
}
.banner .slick-dots button {
    background: #c1ab9f;
    border: 0;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.48);
    cursor: pointer;
}
.banner .slick-active button {
    background: #CE000E;
}
.ibtn.more{
    width: 182px;
    height: 33px;
    line-height: 33px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #000000;
    transition: all .3s ease;
    position: relative;
    text-indent: unset;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 14px;
    padding-left: 5px !important;
}
.ibtn.more:hover{
    color: #CF000E;
    border-bottom: 1px solid #CF000E;
}
.ibtn.more:before{
    content: "";
    background: url(../../images/common/more-icon-1.svg);
    width: 26px;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 12px;
    transition: all .3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
.ibtn.more:hover:before{
    opacity: 0;
    right: 3px;
}
.ibtn.more:after{
    content: "";
    background: url(../../images/common/more-icon-1-hover.svg);
    width: 26px;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 12px;
    transition: all .3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}
.ibtn.more:hover:after{
    opacity: 1;
    right: 3px;
}
/******************************/
.sect1 {
    padding: 66px 0 50px;
}
.about-sect .sect-title{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 37px;
    padding-left: 95px;
    width: 321px;
    margin-left: auto;
    margin-right: auto;
}
.about-sect .sect-title:before{
    content: "";
    background: url(../../images/common/title-icon-1.png);
    width: 75px;
    height: 70px;
    top: 0;
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-sect .sect-title:after{
    content: "";
    background: #DDDDDD;
    width: 141px;
    height: 1px;
    top: 11px;
    left: 161px;
    position: absolute;
}
.about-sect .sect-title span:nth-child(1){
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    display: block;
    letter-spacing: 6px;
    padding-top: 34px;
}
.about-sect .sect-title span:nth-child(2){
    font-family: 'Roboto', sans-serif;
    color: #CE000D;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    position: absolute;
    top: 3px;
    left: 99px;
}
.about-sect .editor{
    font-size: 15px;
    line-height: 28px;
    color: #818181;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    height: 108px;
}
.about-sect .more.ibtn{
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
}
/******************************/
.sect2{
    padding-top:43px;
    padding-bottom: 58px;
}
.sect2 .news-row{
    display: block;
}
.news-sect{
    position: relative;
}
.news-sect .sect-title{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 37px;
    padding-left: 95px;
}
.news-sect .sect-title:before{
    content: "";
    background: url(../../images/common/title-icon-1.png);
    width: 75px;
    height: 70px;
    top: 0;
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.news-sect .sect-title:after{
    content: "";
    background: #DDDDDD;
    width: 95px;
    height: 1px;
    top: 11px;
    left: 161px;
    position: absolute;
}
.news-sect .sect-title span:nth-child(1){
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    display: block;
    letter-spacing: 6px;
    padding-top: 34px;
}
.news-sect .sect-title span:nth-child(2){
    font-family: 'Roboto', sans-serif;
    color: #CE000D;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    position: absolute;
    top: 3px;
    left: 99px;
}
.news-sect .more.ibtn {
    position: absolute;
    right: 0;
    top: 29px;
}
.news-list{
    margin: 0 -15px;
    padding-left: 0;
}
.news-list li{
    width: 20%;
    padding: 0 17px;
    box-sizing: border-box;
    display:block;
    float: left;
}
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.6s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list li .box{
    display: block;
    position: relative;
    padding-bottom: 30px;
    max-width: 264px;
    margin: 0 auto;
}
.news-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list:after{
    content: '';
    display: block;
    clear: both;
}
.news-list li .pic{
    position: relative;
    box-shadow: 0px 1px 12px 7px #e8e8e8;
}
.news-list li .pic img{
    width: 100%;
}
.news-list li .box .pic .date{
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -37px;
    color: #FFF;
     background:rgba(207,0, 14, 0.85);
    font-family: 'Arial';
    font-weight: bold;
    padding: 11px 9px;
    z-index: 2;
}
.news-list li .box .pic .date span{
    font-size: 30px;
    display: block;
    line-height: 24px;
}
.news-list li .box .pic .date .yearmonth{
    font-size: 13px;
    display: block;
}
.news-list li .box .pic .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.news-list li .box:hover .pic .cover{
    opacity: 1;
}
.news-list .txt{
    padding: 10px 0px 10px;
}
.news-list .name {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: 0em;
    display: block;
}
.news-list .description{
    height: 42px;
    line-height: 1.45;
    color: #828282;
       display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .more {
    content: "";
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    line-height: 32px;
    position: relative;
    bottom:0px;
    text-align: center;
    font-size: 14px;
    color: #CF000E;
    transition: all .3s ease;
}
.news-list .more:before {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    left: -80px;
    top: 15px;
    background: #DDDDDD;
}
.news-list .more:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    right: -80px;
    top: 15px;
    background: #DDDDDD;
}
.news-list .box:hover .more {
    background: #CF000E;
    color: #FFF;
}
.news-list .more-outer{
    overflow: hidden;
}
/******************************/
.sect3{
    padding: 48px 0 95px;
    border-bottom: 1px solid #E5E4E3;
}
.sect3 .gallery_slide{
    padding-left: 175px;
}
.sect3 .sect-title{
    position: absolute;
    box-sizing: border-box;
    width: 95px;
    height: 273px;
    right: 214px;
    top: 0;
}
.sect3 .sect-title:before{
    content: "";
    background: url(../../images/common/title-icon-1.png);
    width: 75px;
    height: 70px;
    top: 5px;
    left: -12px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.sect3 .sect-title:after{
    content: "";
    background: #DDDDDD;
    width: 1px;
    height: 95px;
    top: 164px;
    left: 59px;
    position: absolute;
}
.sect3 .sect-title span:nth-child(1){
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    display: block;
    letter-spacing: 6px;
    padding-top: 91px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.sect3 .sect-title span:nth-child(2){
    font-family: 'Roboto', sans-serif;
    color: #CE000D;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    position: absolute;
    top: 99px;
    left: 48px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.sect3  .ibtn.more {
    position: absolute;
    right: 114px;
    bottom: 0;
}
.gallery .slick-arrow{
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    color: transparent;
    bottom: calc(50% + 35px);
    left: -35px;
    z-index: 100;
    cursor: pointer;
    background: url(../../images/common/index/arrow.png);
}
.gallery .slick-prev{
    margin-top: -70px;
    background-position: 100% 0;
}
.gallery .slick-prev:before{
    content: "";
    width: 11px;
    height: 1px;
    position: absolute;
    left: calc(50% - 5.5px);
    bottom:0px;
    background: #dedede;
}
.gallery .slick-next{
    margin-bottom: -70px;
}
.gallery .slick-prev:hover{
    background-position: 100% 100%;
}
.gallery .slick-next:hover{
    background-position: 0 100%;
}
.album-list .box{
    position: relative;
}
.album-list .box .pic{
    box-shadow: 0px 1px 12px 7px #e8e8e8;
}
.album-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list .name {
    color: #1d1d1d;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 10px 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 240px;
    height: 53px;
    line-height: 37px;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
}
/******************************/
.sect4{
    padding-top: 57px;
    padding-bottom: 12px;
}
.sect4 .row {
    display: flex;
}
.sect4 .col:nth-child(1){
    width: 21%;
    box-sizing: border-box;
    position: relative;
}
.sect4 .col:nth-child(1) img{
    position: absolute;
    width: 712px !important;
    height: 689px !important;
    right: 96px;
    top: -180px;
    max-width: unset;
}
.sect4 .col:nth-child(2){
    width: 79%;
    box-sizing: border-box;
}
.link-sect .sect-title{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 37px;
    padding-left: 95px;
}
.link-sect .sect-title:before{
    content: "";
    background: url(../../images/common/title-icon-1.png);
    width: 75px;
    height: 70px;
    top: 0;
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.link-sect .sect-title:after{
    content: "";
    background: #DDDDDD;
    width: 22px;
    height: 1px;
    top: 11px;
    left: 235px;
    position: absolute;
}
.link-sect .sect-title span:nth-child(1){
    color: #000000;
    font-size: 38px;
    line-height: 38px;
    display: block;
    letter-spacing: 6px;
    padding-top: 34px;
}
.link-sect .sect-title span:nth-child(2){
    font-family: 'Roboto', sans-serif;
    color: #CE000D;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    position: absolute;
    top: 3px;
    left: 99px;
}
.link-list .pic {
    overflow: hidden;
    position: relative;
}
.link-list .box .pic img {
    transition: all ease 0.6s;
}
.link-list .box:hover .pic img {
    transform: scale(1.2);
    opacity: 0.7;
}
.link-list {
    margin: 0 -7px;
}
.link-list li {
    width: 25%;
    padding: 0 7px;
}
.link-list li .box {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.link-list .pic {
    position: relative;
    margin-bottom: 8px;
}
.link-list .pic a:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.link-list .link-name {
    font-size: 15px;
    font-weight: 600;
    color: #444444;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-list .link-url {
    color: #aaa;
    font-size: 13px;
}
.link-list a:hover .link-url {
    text-decoration: underline;
}
@media screen and (max-width: 1500px) {
    .sect3 .gallery_slide {
        padding-left: 35px;
    }
    .sect3 .ibtn.more {
        right: 35px;
    }
    .sect3 .sect-title {
        right: 80px;
    }
    .album-list .name {
        right: 0px;
    }
    .sect4 .row {
        flex-direction: column;
    }
    .sect4 .col:nth-child(1) {
        width: 100%;
    }
    .sect4 .col:nth-child(2) {
        width: 100%;
    }
    .link-sect .sect-title span:nth-child(1) {
        font-size: 26px;
        line-height: 26px; 
        letter-spacing: 3px;
        padding-top: 39px;
    }
    .link-sect .sect-title:after {
        width: 72px;
    }
    .link-sect .sect-title {
        width: 241px;
        margin-left: auto;
        margin-right: auto;
    }
    .link-sect .sect-title span:nth-child(2) {
        top: 10px;
    }
    .link-sect .sect-title:after {
        width: 0;
    }
}
@media screen and (max-width: 1200px) {
    .news-list {
        margin: 0 auto;
        padding: 0;
    }
    .news-list .box {
        text-align: center;
        max-width: 320px;
    }
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
    .sect3 {
        padding: 28px 0 45px;
    }
    .sect3 .gallery {
        display: flex;
        position: relative;
        flex-direction: column;
    }
    .sect3 .ibtn.more {
        position: relative;
        right: 0;
        bottom: 0;
        padding-left: 0px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top:30px;
        order: 3;
    }
    /*原始樣式移除*/
    .sect3 .sect-title{
        position: unset;
        box-sizing: border-box;
        width: unset;
        height: unset;
        right: unset;
        top: unset;
    }
    .sect3 .sect-title:before{
        content: "";
        background: url(../../images/common/title-icon-1.png);
        width: unset;
        height: unset;
        top: unset;
        left: unset;
        position: unset;
    }
    .sect3 .sect-title:after{
        content: "";
        background: unset;
        width: unset;
        height: unset;
        top: unset;
        left: unset;
        position: unset;
    }
    .sect3 .sect-title span:nth-child(1){
        color: unset;
        font-size: unset;
        line-height: unset;
        display: unset;
        letter-spacing: unset;
        padding-top: unset;
        -webkit-writing-mode: unset;
        writing-mode: unset;
    }
    .sect3 .sect-title span:nth-child(2){
        font-family: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-weight: unset;
        display: unset;
        position: unset;
        top: unset;
        left: unset;
        -webkit-writing-mode: unset;
        writing-mode: unset;
    }
    /*套上新樣式*/
    .sect3 .sect-title{
        position: relative;
        box-sizing: border-box;
        margin-bottom: 37px;
        padding-left: 95px;
        width: 321px;
        margin-left: auto;
        margin-right: auto;
    }
    .sect3 .sect-title:before{
        content: "";
        background: url(../../images/common/title-icon-1.png);
        width: 75px;
        height: 70px;
        top: 0;
        left: 0;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .sect3 .sect-title:after{
        content: "";
        background: #DDDDDD;
        width: 141px;
        height: 1px;
        top: 11px;
        left: 161px;
        position: absolute;
    }
    .sect3 .sect-title span:nth-child(1){
        color: #000000;
        font-size: 38px;
        line-height: 38px;
        display: block;
        letter-spacing: 6px;
        padding-top: 34px;
    }
    .sect3 .sect-title span:nth-child(2){
        font-family: 'Roboto', sans-serif;
        color: #CE000D;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        display: block;
        position: absolute;
        top: 3px;
        left: 99px;
    }
    .sect3 .sect-title span:nth-child(1) {
        font-size: 26px;
        line-height: 26px; 
        letter-spacing: 3px;
        padding-top: 39px;
    }
    .sect3 .sect-title:after {
        width: 46px;
    }
    .sect3 .sect-title {
        width: 241px;
    }
    .sect3 .sect-title span:nth-child(2) {
        top: 10px;
    }
    .sect3 .sect-title:after {
        top: 17px;
    }

    .sect3 .gallery_slide {
        order: 2;
    }
    .gallery .slick-arrow {
        transform: scale(0.5);
        left: -18px;
    }
    .sect3 .gallery_slide {
        padding-left: 0px;
        width: 912px;
        margin-left: auto;
        margin-right: auto;
    }
    .gallery .slick-prev {
        top: calc(50% - 1px);
    }
    .album-list .name {
        right: 0;
        bottom: 0;
        width: 100%;
        line-height: 17px;
        height: 35px;
    }
}
@media screen and (max-width: 1000px) {
    .sect1 {
        padding: 30px 0 30px;
    }

    .about-sect .sect-title span:nth-child(1) {
        font-size: 26px;
        line-height: 26px; 
        letter-spacing: 3px;
        padding-top: 39px;
    }
    .about-sect .sect-title:after {
        width: 72px;
    }
    .about-sect .sect-title {
        width: 241px;
        margin-bottom: 30px;
    }
    .about-sect .sect-title span:nth-child(2) {
        top: 10px;
    }
    .about-sect .sect-title:after {
        top: 17px;
    }
    .about-sect .editor {
        font-size: 15px;
        line-height: 25px;
        display: block;
        height: unset;
        text-align: left;
    }
    .about-sect .more.ibtn {
        margin-top: 25px;
    }
    .sect2 .col:nth-child(1) img {
        right: 10px;
    }
}
@media screen and (max-width: 950px) {
    .sect3 .gallery_slide {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 920px) {
    .gallery .leftcol{
        width: 100%;
    }
    .gallery .rightcol{
        width: 100%;
        margin-top: 0px;
        padding-left: 0px;
    }
    .gallery .rightcol .link-list{
        width: 100%;
        max-width: 100%;
    }
    .gallery .rightcol .link-list li{
        width: 25%;
    }
    .gallery .rightcol .link-list li+li{
        padding-left: 2%;
    }
}
@media screen and (max-width: 767px) {
    .banner-nav .box {
        padding: 15px;
    }
    .banner-nav .pic {
        margin: 0 auto;
    }
    .banner-nav .txt {
        display: none;
    }
    .gallery .rightcol .link-list li{
        width: 50%;
            padding: 0 0px;
    }
    .gallery .rightcol .link-list li a{
        max-width: 300px;
        margin: 0 auto;
    }
    .gallery .rightcol .link-list li+li{
        padding-left: 0%;
    }
    .service-row .cols .service-list li{
        width: 100%;
        padding:0 5px;
    }
    .news-list li{
        width: 100%;
        margin-bottom: 16px;
    }
    .sect2 {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .news-sect .sect-title span:nth-child(1) {
        font-size: 26px;
        line-height: 26px; 
        letter-spacing: 3px;
        padding-top: 39px;
    }
    .news-sect .sect-title:after {
        width: 43px;
    }
    .news-sect .sect-title {
        width: 241px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-sect .sect-title span:nth-child(2) {
        top: 10px;
    }
    .news-sect .sect-title:after {
        top: 17px;
    }
    .news-sect .more.ibtn {
        position: relative;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .sect4 {
        padding-top: 28px;
    }
}
@media screen and (max-width: 660px) {
    .link-list li{
        width: 100%;
    }
}