.banner {
    position: relative;
    display: block;
}
.banner_m{
    display: none;
}
.banner .slick-dots{
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 3.13%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_m .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 3.13%;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    display: block;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
    padding: 0;
    border: 0;
    background: #0D1F35;
    color: #777;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner .slick-dots li button span,
.banner_m .slick-dots li button span {
    display: inline-block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    background: #C2A445;
    color: #fff;
}
.banner .ibtn.scroll {
    background-image: url('../../images/common/index/btn_scroll.png');
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 3.5%;
    left: 50%;
    margin-left: -33px;
}
.sect-title {
    color: #02225D;
        font-family: 'Noto Serif TC' ;

    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.18em;
    margin: 0;
}
.sect-title small {
    color: #D4B74E;
    font-size: 14px;
    font-family: 'Gentium Basic', serif;
    letter-spacing: 0.15em;
    margin: 0 4px;
}
.sect-title .ic {
    font-size: 16px;
}
.sect-title .ic-caret-right {
    margin-right: 5px;
}
.sect-title .ic-caret-left {
    margin-left: 5px;
}
.sect1 {
    padding: 82px 0 0;
}
.news-sect .sect-title {
    width: 234px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 4px solid #02225D;
    position: absolute;
    top: 84px;
    left: -54px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.news-sect .sect-title:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid #A98C29;
    pointer-events: none;
}
.news-sect .sect-title * {
    display: inline-block;
    vertical-align: middle;
}
.news-sect .sect-title span {
    margin-bottom: 3px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.news-slider {
    margin-left: 100px;
    padding-right: 90px;
    position: relative;
}
.news-slider .slick-prev,
.news-slider .slick-next {
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: #333;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
}
.news-slider .slick-prev:hover,
.news-slider .slick-next:hover {
    background: #C2A445;
}
.news-slider .slick-prev {
    margin-top: -35px;
}
.news-slider .slick-next {
    margin-top: 5px;
}
.news-list {
    margin: 0 -10px;
}
.news-list .item {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.news-list .item .box {
    display: flex;
    width: 100%;
    table-layout: fixed;
    background: #02225D;
    position: relative;
}
.news-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.news-list .pic {
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    background: url('../../images/common/news/pic_bg.png');
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list .pic .pic-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.news-list .pic .pic-img:after {
    content: "";
    background: url('../../images/common/news/hover.png') 50% 60% no-repeat rgba(194,164,69,0.60);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.news-list .box:hover .pic-img:after {
    opacity: 1;
    background-position: 50% 50%;
}
.news-list .box:hover .pic-img:before {
    top: 50%;
}
.news-list .txt {
    width: 50%;
    position: relative;
    padding: 24px 20px 24px 50px;
    /*display: table-cell;*/
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list .date {
    width: 64px;
    height: 64px;
    line-height: 1.1;
    padding: 14px 0 0 0;
    color: #F7F7F7;
    font-size: 13px;
    background: #02225D;
    border: 2px solid #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: -32px;
    z-index: 50;
}
.news-list .date b {
    display: block;
    font-size: 24px;
}
.news-list .name {
    color: #DCC677;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 67px;
}
.news-list .box:hover .name {
    text-decoration: underline;
}
.news-list .description {
    font-size: 13px;
    line-height: 1.3;
    color: #ccc;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 63px;
}
.news-list .more {
    max-width: 244px;
    display: block;
    line-height: 27px;
    color: #bbb;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.news-list .box:hover .more {
    color: #fff;
    background: #C2A445;
    border-color: #C2A445;
}
.sect2 {
    padding: 70px 0 0;
}
.products-sect .title-box {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.products-sect .sect-title:before,
.products-sect .sect-title:after {
    content: '';
    display: block;
    border-bottom: 4px double #ccc;
    position: absolute;
    bottom: 12px;
}
.products-sect .sect-title:before {
    left: 0;
    right: 50%;
    margin-right: 120px;
}
.products-sect .sect-title:after {
    right: 0;
    left: 50%;
    margin-left: 120px;
}
.products-sect .sect-title {
    background: url('../../images/common/index/products_title_ic.png') 50% 0 no-repeat;
    text-align: center;
    padding-top: 95px;
    font-size: 30px;
    font-style: italic;
    line-height: 0.2em;
    position: relative;
}
.products-sect .sect-title p{
    padding-top: 0px;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.products-sect .btn.more {
    display: block;
    background: #D0D0D0;
    color: #FAFAFA;
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    line-height: 26px;
    border-radius: 4px;
    margin: 0 auto 60px;
}
.products-sect .btn.more:hover {
    background: #02225D;
    color: #E1C968;
}
.products-list {
    margin: 0 -18px;
}
.products-list .item {
    width: 25%;
    padding: 0 18px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .item:nth-child(9) {
    display: none;
}
.products-list .box {
    max-width: 330px;
    margin: 0 auto 60px;
    position: relative;
}
.products-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 10;
    top: -8px;
    left: 12px;
    pointer-events: none;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.products-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(194,164,69,0.60);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
    position: relative;
    padding-top: 6px;
}
.products-list .name {
    color: #01215D;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}
.products-list .description {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
}
.products-list .btn-group {
    letter-spacing: 5px;
    padding-top: 10px;
}
.products-list .btn-group .btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: 'Inder', sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 125px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 5px;
}
.products-list .btn .ic {
    vertical-align: text-bottom;
    font-size: 1.2em;
}
.products-list .btn.detail {
    background: #03286E;
}
.products-list .box:hover .btn.detail {
    background: #0549C9;
}
.sect3 {
    margin-top: 30px;
}
.sect3 .container {
    max-width: none;
    padding: 0;
}
.album-sect {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 39%;
}
.album-sect .ibtn.more {
    background-image: url('../../images/common/index/about_more.png');
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
}
.album-sect .slick-prev,
.album-sect .slick-next {
    background-image: url('../../images/common/index/album_arrow.png');
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
}
.album-sect .slick-prev {
    background-position: 0 0;
}
.album-sect .slick-next {
    left: 49px;
    background-position: 100% 0;
}
.album-sect .slick-prev:hover {
    background-position: 0 100%;
}
.album-sect .slick-next:hover {
    background-position: 100% 100%;
}
.album-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.album-list * {
    width: 100%;
    height: 100%;
}
.album-list .box {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.album-list .box .cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.album-list .box * {
    width: auto;
    height: auto;
}
.album-list .box .pic{
    height: 100%;
}
.album-list .box img{
    max-height: inherit!important;
    max-width: inherit!important;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .name {
    position: absolute;
    bottom: 0;
    left: 98px;
    right: 49px;
    background: rgba(255,255,255,0.80);
    color: #333;
    font-size: 15px;
    line-height: 48px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 48px;
    padding: 0 12px;
}
.album-list .box:hover .name {
    background: #01215D;
    color: #fff;
}
.album-list .name .ic {
    color: #C2A445;
    font-size: 24px;
    vertical-align: middle;
    margin: 0 8px 3px 0;
}
.about-sect {
    margin-left: 39.1%;
    background: url('../../images/common/index/about_bg.jpg') 50% 0  no-repeat;
    background-size: cover;
    color: #ddd;
    font-size: 13px;
    letter-spacing: 0.18em;
    position: relative;
    padding: 4% 30px 4% 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-sect:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    right: 0;
    pointer-events: none;
    border: 1px solid #ccc;
    border-width: 1px 0;
}
.about-sect .sect-title {
    color: #fff;
    position: absolute;
    left: -44px;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.about-sect .sect-title * {
    display: inline-block;
    vertical-align: middle;
}
.about-sect .sect-title span {
    margin-bottom: 3px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.about-sect .sect-title2 {
    display: block;
    color: #C1A445;
    font-family: 'Gentium Basic', serif;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
    letter-spacing: 0.2em;
    margin: 0 0 15px;
}
.about-sect .txt-box {
    max-width: 750px;
}
.about-sect .editor {
    min-height: 154px;
}
.about-sect .btn.more {
    color: #D7C487;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 25px;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.about-sect .btn.more:hover {
    color: #E23F3A;
}
.sect4 {
    background: #fff;
    margin-top: 60px;
    overflow: hidden;
}
.sect4 .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.service-sect {
    position: relative;
    z-index: 2;
    padding-left: 120px;
    margin-right: 30%;
}
.service-sect .btn.more {
    display: block;
    width: 244px;
    color: #BBB;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin: 35px auto 0;
    border: 1px solid #BBB;
    border-radius: 4px;
}
.service-sect .btn.more:hover {
    background: #C2A445;
    border-color: #C2A445;
    color: #fff;
}
.service-sect .sect-title {
    width: 246px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 4px solid #02225D;
    position: absolute;
    top: 0;
    left: 68px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.service-sect .sect-title:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid #A98C29;
    pointer-events: none;
}
.service-sect .sect-title * {
    display: inline-block;
    vertical-align: middle;
}
.service-sect .sect-title span {
    margin-bottom: 3px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.service-sect .sect-title2 {
    background: url('../../images/common/index/service_ic.png') no-repeat;
    color: #C0A445;
    font-family: 'Gentium Basic', serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    padding: 25px 0 10px 140px;
    margin: 0 0 12px;
}
.service-sect .editor {
    min-height: 88px;
}
.service-pic {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 34%;
}
.AD_news{
        margin:60px 0 0;
}
@media screen and (max-width: 1600px) {
    .news-slider {
        padding-right: 50px;
    }
    .news-slider .slick-prev,
    .news-slider .slick-next {
        right: 0;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .pic {
        width: 304px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 33.33%;
    }
    .products-list .item:nth-child(9) {
        display: block;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1360px) {
    .about-sect {
        margin-left: 0;
        border-left: 0;
    }
    .album-sect {
        position: relative;
        width: auto;
        margin-bottom: 30px;
    }
    .album-list {
        position: relative;
    }
    .album-list,
    .album-list * {
        width: auto;
        height: auto;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .name {
        left: 0;
    }
    .album-list .slick-current .name {
        left: 98px;
        right: 0;
    }
    .service-sect {
        margin-right: 0;
        padding-left: 100px;
    }
    .service-sect .txt-box {
        margin-right: 35%;
    }
    .service-sect .editor {
        min-height: 132px;
    }
}
@media screen and (max-width: 1200px) {
    .news-list .pic {
        width: 43%;
    }
    .service-sect .txt-box {
        margin-right: 0;
    }
    .service-sect .editor {
        min-height: 0;
    }
    .service-pic {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .products-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(9) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .banner .slick-dots {
        margin-top: -28px;
        position: static;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .banner .slick-dots li {
        display: inline-block;
    }
    .banner .ibtn.scroll {
        display: none;
    }
    .sect1 {
        padding-top: 45px;
    }
    .news-sect .sect-title {
        position: relative;
        top: 0;
        left: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto 20px;
    }
    .news-sect .sect-title {     
        line-height: 50px;
    }
    .news-sect .sect-title span {
        margin: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .news-slider {
        margin-left: 0;
        padding: 40px 0 0;
    }
    .news-slider .slick-prev,
    .news-slider .slick-next {
        right: 50%;
        top: 0;
        margin: 0;
    }
    .news-slider .slick-prev {
        margin-right: 5px;
    }
    .news-slider .slick-next {
        margin-right: -35px;
    }
    .sect2 {
        padding-top: 50px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .box {
        margin-bottom: 20px;
    }
    .products-sect .btn.more {
        margin-bottom: 40px;
    }
    .about-sect {
        padding: 30px 45px;
    }
    .about-sect .sect-title {
        position: relative;
        top: 0;
        left: 0;
        /* text-align: center; */
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto 10px;
    }
    .about-sect .sect-title span {
        margin: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .sect3 {
        margin-top: 10px;
    }
    .album-sect {
        max-width: 600px;
        margin: 0 auto 0px;
    }
    .album-list .item {
        width: 100%;
    }
    .album-list .box {
        padding-top: 0;
    }
    .album-list .slick-current .name {
        right: 49px;
    }
    .sect4 {
        margin-top: 0px;
    }
    .service-sect .sect-title {   
        line-height: 50px;
    }
    .service-sect {
        padding: 0;
        text-align: center;
    }
    .service-sect .sect-title {
        position: relative;
        top: 0;
        left: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto 20px;
    }
    .service-sect .sect-title span {
        margin: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .service-sect .sect-title2 {
        background-image: none;
        padding: 0;
    }
    .banner{
        display: none;
    }
    .banner_m{
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .news-list .item .box,
    .news-list .pic,
    .news-list .txt {
        display: block;
        width: auto;
    }
    .news-list .item .box {
        max-width: 304px;
        margin: 0 auto;
    }
    .news-list .txt {
        padding: 15px;
        position: static;
    }
    .news-list .date {
        left: auto;
        right: 5px;
    }
    .news-list .more {
        max-width: none;
    }
    .products-list .offers {
        font-size: 20px;
        height: 34px;
        letter-spacing: 0.05em;
    }
    .products-list .name {
        font-size: 16px;
        height: 27px;
        letter-spacing: 0.05em;
    }
    .products-list .btn-group {
        padding-top: 10px;
    }
}
@media screen and (max-width: 400px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .offers {
        height: auto;
        max-height: 34px;
    }
    .products-list .name {
        height: auto;
        max-height: 27px;
    }
    .products-list .description {
        height: auto;
        max-height: 34px;
    }
}