.banner {
    position: relative;
}

.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 .slick-dots li {
    display: block;
}

.banner .slick-dots li button {
    padding: 0;
    border: 0;
    background: #717995;
    color: #fff;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.banner .slick-dots li button span {
    display: inline-block;
}

.banner .slick-dots li.slick-active button {
    background: #13204E;
    color: #fff;
}

.banner .ibtn.scroll {
    background-image: url('../../images/common/index/btn_scroll.png');
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -33px;
}

.site-main {
    padding-bottom: 55px;
}

.sect-title {
    color: #02225D;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.18em;
    margin: 0;
}

.sect-title small {
    color: #8D93AA;
    font-size: 20px;
    font-family: 'Saira Semi Condensed', sans-serif;
    letter-spacing: 0.15em;
    font-weight: 200;
}

.sect-title .ic {
    font-size: 16px;
}

.sect-title .ic-caret-right {
    margin-right: 5px;
}

.sect-title .ic-caret-left {
    margin-left: 5px;
}

.sect1 {
    padding: 70px 0;
}

.news-sect .sect-title {
    width: 234px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 76px;
    /* padding-left: 10px; */
    left: -43px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-sect .sect-title:before {
    content: "";
    display: block;
    /* position: absolute; */
    /* left: -5px; */
    top: 32px;
    width: 20px;
    height: 5px;
    background: #13204E;
    transform: rotate(90deg);
    margin-right: 10px;
}
.news-sect .sect-title * {
    display: inline-block;
    vertical-align: middle;
}
.news-sect .sect-title .ic-caret-right {
    display: none;
}
.news-sect .sect-title .ic-caret-left {
    display: none;
}
.news-sect .sect-title span {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -3px;
}
.news-sect .sect-title small {
    padding-left: 10px;
    color: #8D93AA;
}
.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: #717995;
    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: #13204E;
}
.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-sect .item .box * {
    transition: all .3s ease;
}
.news-list .item .box {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #ffffff;
    transition: all .3s ease;
}
.news-list .item .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news-list .box:hover {
    background: #13204E;
}
.news-list .box:hover .name {
    color: #D8DEF5;
}
.news-list .box:hover .description {
    color: #E8E2D9;
}
.news-list .box:hover .pic {
    background: url('../../images/common/news/pic_bg.png'),#13204E;
}
.news-list .pic {
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    background: url('../../images/common/news/pic_bg.png'),#8D93AA;
    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: rgba(255, 255, 255, 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 {
    position: relative;
    padding: 14px 20px 14px 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;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 1.1;
    padding: 11px 0 0 0;
    color: #fff;
    font-size: 13px;
    background: #626c90;
    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%;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 32px);
    left: -47px;
    z-index: 50;
}
.news-list .date b {
    display: block;
    font-size: 24px;
    font-weight: 500;
}
.news-list .name {
    color: #424D71;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 78px;
}
.news-list .description {
    font-size: 14px;
    line-height: 1.6;
    color: #AAAAAA;
    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: #13204E;
    background: transparent;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #8D93A9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.news-list .box:hover .more {
    color: #fff;

}

.sect2 {
    padding: 100px 0 0px;
    position: relative;
    z-index:10;
    
}
.sect2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../../images/common/index/pbg.jpg) no-repeat;
    background-position: 100% 74%;
    -webkit-background-size: auto;
    background-size: auto;
    display: block;
    height: 490px;
    z-index:-2;
}
/*.sect2:after{
    content:'';
    display:block;
    width: 510px;
    height: 490px;
    position:absolute;
    top:0;
    left:0;
    background-color: rgb(12 21 54 / 70%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index:-1;
}*/
.products-sect .title-box {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.products-sect .sect-title {
    text-align: left;
    /* padding-top: 80px; */
    font-size: 30px;
    line-height: 1.8;
    position: relative;
    display: block;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.products-sect .sect-title small{
    display:block;
    font-size: 100px;
    font-weight:200;
    letter-spacing:0.02em;
    color:#fff;
    line-height:1;
}
.products-sect .btn.more {
    position: relative;
    z-index: 20;
    color: #fff;
    font-size: 17px;
    font-family: 'Saira Semi Condensed', sans-serif;
    letter-spacing: 1px;
    text-indent: inherit;
    left: 0;
    overflow: initial;
    width: 150px;
    /* height: 40px; */
    display: block;
    text-align: left;
    box-sizing:border-box;
    padding:0 0 0 0px;
    transition: all .5s ease;
    position: absolute;
    left: 245px;
    top: 112px;
    z-index: 5;
}
.products-sect .btn.more:before {
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50px;
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    right: calc(0% - 0px);
    transition: all .5s ease;
    background: rgba(0,0,0,0.25);
    z-index: -1;

}
.products-sect .btn.more:after {
    content: '';
    width: 30px;
    height: 10px;
    background: url('../../images/common/index/moreic.png');
    position: absolute;
    display: block;
    top: calc(50% - 5px);
    right: calc(0% + 25px);
    visibility: inherit;
    transition: all .5s ease;
    z-index: 1;
}
.products-sect .btn.more:hover {
    padding:0 0 0 30px;
}
.products-sect .btn.more:hover:before {
        width:100%;
    height: 40px;
}
.products-sect .btn.more:hover:after {
    right: calc(0% - 15px);
}

.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 .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 10;
    top: -18px;
    left: 18px;
    pointer-events: none;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    content: '';
    background: url(../../images/common/products/hover.png) 50% 0% no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list .pic:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 0.5s ease;
}
.products-list .box:hover .pic:after {
    opacity: 1;
}

.products-list .txt {
    position: relative;
    padding-top: 6px;
}
.products-list li .cover{
     font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.products-list .offers {
    color: #BD1300;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
    /*font-family: 'Saira Semi Condensed', sans-serif;*/
}

.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: 'Saira Semi Condensed', 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: #13204E;
}

.products-list .btn.detail:hover {
    background: #BE9967;
}

.products-list .btn.wish {
    background: #424D71;
}

.products-list .btn.wish:hover {
    background: #BE9967;
}

.sect3 {
    background: #fff;
    position: relative;
}
.sect3 .container {
    max-width: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-sect {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.18em;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    order: 2;
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
    z-index: 1;
}
.about-sect:after{
    content: '';
    display: block;
    width: 358px;
    height: 198px;
    position: absolute;
    top: -100px;
    left: 101px;
    background: url(../../images/common/shrimp.png) no-repeat;
    z-index: -1;
    transform: rotateY(180deg);
}
.about-sect .sect-title {
    color: #3C3D45;
    position: relative;
    display: inline-flex;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.about-sect .sect-title:before {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background: #13204E;
    margin-right: 15px;
}
.about-sect .sect-title2 {
    display: block;
    color: #465837;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 1.3em;
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px;
    display: none;
}
.about-sect .sect-title small {
    line-height: 3;
    padding-left: 10px;
}
.about-sect .sect-title2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 31px;
    background: url('../../images/common/index/ab_icon.png') 50% 0 no-repeat;
}
.about-sect .txt-box {
    max-width: 520px;
    /* margin-left: 59%; */
}
.about-sect .editor {
    position: relative;
    text-align: justify;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.9px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 102px;
    order: 1;
    margin-bottom: 30px;
}
.about-sect .btn.more {
    position: relative;
    z-index: 20;
    color: #5a5a5a;
    font-size: 17px;
    font-family: 'Saira Semi Condensed', sans-serif;
    letter-spacing: 1px;
    text-indent: inherit;
    left: 0;
    overflow: initial;
    width: 150px;
    display: block;
    text-align: left;
    box-sizing:border-box;
    padding:0 0 0 0px;
    transition: all .5s ease;
}
.about-sect .btn.more:before {
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50px;
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    right: calc(0% - 0px);
    transition: all .5s ease;
    z-index: 1;
}
.about-sect .btn.more:after {
    content: '';
    width: 30px;
    height: 10px;
    background: url('../../images/common/index/moreic.png');
    position: absolute;
    display: block;
    top: calc(50% - 5px);
    right: calc(0% + 25px);
    visibility: inherit;
    transition: all .5s ease;
}
.about-sect .btn.more:hover {
    color: #BE9967;
    padding:0 0 0 30px;
}
.about-sect .btn.more:hover:before {
        width:100%;
    height: 40px;
}
.about-sect .btn.more:hover:after {
    right: calc(0% - 15px);
}
.about-pic {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 470px;
    background: 50% 50% / cover no-repeat;
}
.sect4{
    /* margin: 35px 0 -15px; */
    padding: 30px 0;
    background: #F1F3FC;
}

@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;
    }
    .about-pic {
        position: static;

    }
}

@media screen and (max-width: 1200px) {
    .news-list .pic {
        width: 43%;
    }
    .products-list .btn-group .btn {
        width: 100px;
    }
}

@media screen and (max-width:1000px) {
    /*-- å„ªåŒ– --*/
    .sect4,
    .sect5 {

    }
    .sect3 {
        margin-top: 10px;
    }
    
    .sect1 {
       padding: 40px 0;
    }
    .sect2{
       padding: 56px 0 0;
    }
    .site-main {
        padding-bottom: 5px;
    }
    .products-list .box {
          margin: 0 auto 35px;
    }
    .about-sect .sect-title {
          
    }
    .banner .ibtn.scroll {
    bottom: 3.5%;
    }
}

@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: 0;
        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;
    }

    .news-sect .sect-title{
        font-size: 26px;
        height: 38px;
        line-height: 1.8;
        position: relative;
        top: 0;
        left: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto ;
    }
    .news-sect .sect-title span {
        margin: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .news-slider {
        top:10px;
        margin-left: 0;
        padding: 50px 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;
    }
    .about-sect .sect-title {
        font-size: 26px;
        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 0 10px;
    }
    .about-sect .sect-title span {
        margin: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 15px;
    }
    /*-- å„ªåŒ– --*/
    .news-list .pic {
        width: 30%;
    }
    .news-list .txt {
        padding: 0px 20px 0px 40px;
    }
    .news-list .date {
        width: 50px;
        height: 50px;
        line-height: 1.1;
        padding: 10px 0 0 0;
        font-size: 13px;
            top: calc(50% - 25px);
    }
     .news-list .name {
         font-size: 16px;
        line-height: 1.6;
        margin-bottom:10px;
        max-height: 45px;
        -webkit-line-clamp: 2;
    }
    .news-list .description {
        margin-bottom: 10px;
        max-height: 60px;
    }
    
    .news-list .date b {
        font-size: 14px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-sect .sect-title {
        font-size: 26px;
        text-align: center;
    }
    .products-sect .sect-title small{
        font-size: 50px;
    }
    .products-sect .sect-title:after {
        left: 46%;
    }
    .products-sect .title-box {
        margin-bottom: 20px;
    }
    .products-sect .btn.more {
        margin: 0 auto 40px;
        position: relative;
        top: inherit;
        left: inherit;
    }
    .sect2:before{
        height: 350px;
    }
    .products-list .name {
        font-size: 16px;
        height: auto;
        letter-spacing: 0.05em;
    }
    .products-list .offers {
        font-size: 14px;
        height: auto;
        letter-spacing: 0.05em;
    }
    .products-list .btn-group .btn {
        line-height: 26px;
    }
    .products-list .btn-group {
         padding:3px 0px;
    }
    .products-list .description {
       letter-spacing: 0.05em;
    }
    .about-sect {
         padding: 30px 5%;
         width: 100%;
    }
    .about-sect:after {
            top: -12px;
    }
    .about-sect .sect-title2 {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.2em;
        margin: 0 0 5px;
    }
    .sect3 .container{
        flex-direction: column;
    }
    .about-pic{
        width: 100%;
    }
    .about-sect {
        letter-spacing: 0.1em;
    }
    .about-sect .editor {
        min-height: 0;
            margin: 0;
    }
    .about-sect .btn.more {
         margin-top: 15px;
    }
    .sect2:before {
        background-position: 75% 74%;
    }
}

@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: relative;
    }
    .news-list .date {
            left: auto;
    right: 10px;
    top: -64px;
    }
    .news-list .more {
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    .products-list .btn .ic {
        display: none;
    }
    .products-list .btn-group .btn {
        font-size: 10px;
        width: 45%;
        letter-spacing: 0em;
        padding: 0 5px;
    }
}