.banner {
    margin: 0;
}
.banner .c_all .c1 {
    left: -200px;
    bottom: 110px;
}
.banner .c_all .c2 {
    right: 150px;
    top: 20px;;
}
.banner .c_all .c3 {
    right: -25px;
    top: 150px;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: #00A2E5;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid #F0F5F6;
    transition: all 0.3s ease;
}
.banner .slick-prev::before {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 2px;
    background: #fff;
}
.banner .slick-prev::after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 3px;
    border-color: transparent #fff transparent transparent;
    margin: 0;
    top: 26px;
    left: 11px;
}
.banner .slick-next::before {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 2px;
    background: #fff;
}
.banner .slick-next::after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0px 8px;
    border-color: transparent transparent transparent #fff;
    margin: 0;
    top: 26px;
    right: 11px;
}
.banner .slick-prev {
    left: -30px;
}
.banner .slick-next {
    right: -30px;
}
.banner .slick-prev:hover,
.banner .slick-next:hover {
    background: #0074AE;
}
.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -50px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 0;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 27px;
    height: 5px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 27px;
    height: 5px;
    margin: 0;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.4);
    background: transparent;
    transition: all 0.3s ease;
}
.banner .slick-dots li.slick-active:nth-child(n) button {
    background: rgba(255,255,255,0.4);
    border-color: rgba(255,255,255,0.1);
}
/* -------- common -------- */
.sect-title {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
}
.sect-title span {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #0075AF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Arsenal', serif;
    padding: 0 0 10px;
    width: fit-content;
    margin: 0;
}
.sect-title span::before {
    content: '';
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 110%;
    width: 70px;
    height: 1px;
    background: #0075AF;
}
.sect-title b {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #0C0C0C;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
}
.ibtn.more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    text-indent: unset;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#006DA5), color-stop(#00A2E5), color-stop(#006DA5), color-stop(#00A2E5), to(#006DA5));
    background: linear-gradient(to right, #006DA5, #00A2E5, #006DA5, #00A2E5, #006DA5);
    background-size: 400%;
    font-family: 'Arsenal', serif;
    -webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
    filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
}
.ibtn.more:hover {
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
}
/* -------- sect2 - news -------- */
.sect2 {
    position: relative;
    padding: 85px 0 0;
}
.news-sect {
    float: left;
    width: 46%;
    padding-right: 20px;
}
.news-sect .sect-title::before {
    content: 'NEWS';
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    -webkit-text-stroke: 1px rgba(0, 117, 175, 0.15);
    color: transparent;
    font-size: 200px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    font-family: 'Arsenal', serif;
}
.news-sect .ibtn.more {
    display: none;
}
.news-list {
    max-width: 1280px;
    margin: -15px auto 0;
}
.news-list .item {
    width: 100%;
    padding: 15px 0;
}
.news-list .item+.item{
    border-top: 1px solid #DCDCDC;
}
.news-list .box {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex !important;
    align-items: flex-start;
    width: 100%;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 140px;
    margin: 0;
    border-radius: 15px;
}
.news-list .date {
    position: absolute;
    box-sizing: border-box;
    display: block;
    text-align: left;
    top: 10px;
    padding-left: 170px;
    width: 100%;
    margin: 0;
    color: #0074AE;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: 'Arsenal', serif;
    transition: all 0.3s ease;
}
.news-list a:hover .date {
    color: #333333;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #666;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease;
    padding: 35px 0 0 30px;
}
.news-list a:hover .name {
    color: #0074AE;
}
.news-list .btn {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 105px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #666666;
    letter-spacing: 2px;
    font-family: 'Arsenal', serif;
    z-index: 1;
    transition: all 0.3s ease;
    padding-left: 25px;
}
.news-list .btn span {
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
    position: absolute;
    left: 11px;
}
.news-list .btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: -webkit-linear-gradient(300deg,#006DA5 0,#00A2E5 100%);
    transition: all 0.3s ease;
    z-index: -1;
}
.news-list .box:hover .btn{
    color: #fff;
}
.news-list .box:hover .btn::before{
    width: 100%;
}
/* about */
.about-sect {
    float: right;
    width: 50%;
    padding-left: 20px;
}
.about-sect .sect-title::before {
    content: 'ABOUT';
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    -webkit-text-stroke: 1px rgba(0, 117, 175, 0.15);
    color: transparent;
    font-size: 200px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    font-family: 'Arsenal', serif;
}
.about-sect .pic {
    position: relative;
    box-sizing: border-box;
    float: right;
    width: 100%;
    max-width: 300px;
}
.about-sect .pic .about_pic_bg{
    position: absolute;
    bottom: -30px;
    right: -50px;
    width: 278px;
    height: 231px;
    background: url(../../images/common/index/about_pic_bg.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .pic img {
    border-radius: 20px;
}
.about-sect .txt {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: calc(100% - 350px);
}
.about-sect .editor {
    position: relative;
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.7;
    color: #666666;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 230px;
}
.about-sect .btn-box {
    text-align: right;
}
/* -------- sect3 -------- */
.sect3 {
    position: relative;
    padding: 85px 0;
    background: -webkit-linear-gradient(top,#F0F5F6 0,#FAFBFC 100%);
}
.sect3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1020px;
    background: url(../../images/common/index/map.png) no-repeat;
}
.products-sect .sect-title {
    text-align: center;
    margin: 0 0 15px;
}
.products-sect .sect-title span {
    margin: 0 auto;
}
.products-sect .sect-title span::after {
    content: '';
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 110%;
    width: 70px;
    height: 1px;
    background: #0075AF;
}
.products-sect .sect-title::before {
    content: 'PRODUCTS';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-text-stroke: 1px rgba(0, 117, 175, 0.15);
    color: transparent;
    font-size: 200px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    font-family: 'Arsenal', serif;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    padding: 0 10px;
}
.products-list .box {
    position: relative;
    box-sizing: border-box;
    max-width: 270px;
    margin: 35px auto 15px;
}
.products-list .box.new:before {
    content: '';
    position: absolute;
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    background-size: contain;
    width: 67px;
    height: 67px;
    left: 27px;
    top: -34px;
    z-index: 40;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px #dbddddd4;
    border-radius: 15px;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.products-list .txt {
    position: relative;
    padding: 10px 0 0;
}
.products-list .name {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #0074AE;
}
.products-list .offers {
    position: relative;
    color: #D50000;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Arsenal', serif;
}
.products-list .offers .icon {
    position: relative;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-indent: unset;
    border-radius: 100%;
    background: -webkit-linear-gradient(270deg,#008BD5 0,#00A2E5 100%);
}
.products-list .offers .icon::before{
    content: '\e90a';
    position: absolute;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 24px;
    text-indent: unset;
    color: #fff;
    left: 4px;
}
.products-sect .ibtn.more {
    margin: 30px auto 0;
    width: 100%;
    max-width: 500px;
}
/* -------- sect4 - ad -------- */
.sect4 {
    position: relative;
    padding: 85px 0 25px;
}
/* -------- /sect4 - ad -------- */
/* -------- sect1 - ad -------- */
.sect1 {
    position: relative;
    padding: 0 0 25px;
    background: url(../../images/common/sect4_bg.png) 0 87px;
}
.ad-link {
    display: block;
    transition: opacity 0.3s ease;
}
.ad-link:hover {
    opacity: 0.7;
}
/* -------- /sect1 - ad -------- */
/* -------- 商品拆單 -------- */
.products-list .shopping_way span+span{
    margin: 0 2px;  
}
.products-list .shopping_way span{
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background:#fbab9b;
    display:inline-block;
    border-radius:5px;
    margin-bottom: 8px;
    width: auto;
    padding:0 6px;
    letter-spacing: 1px;
}
.products-list .shopping_way .cold{
    background:#80dc9c;
}
.products-list .shopping_way .freezing{
    background:#63c7f5;
}
/* -------- /商品拆單 -------- */
/* -------- rwd -------- */
@media screen and (max-width: 1440px) {
    .banner .slick-prev,
    .banner .slick-next {
        width: 45px;
        height: 45px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev::before,
    .banner .slick-next::before {
        width: 13px;
    }
    .banner .slick-prev::after {
        border-width: 5px 7px 0 3px;
        border-color: transparent #fff transparent transparent;
        margin: 0;
        top: 18px;
        left: 9px;
    }
    .banner .slick-next::after {
        border-width: 5px 3px 0px 7px;
        border-color: transparent transparent transparent #fff;
        margin: 0;
        top: 18px;
        right: 9px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
}
@media screen and (max-width: 1200px) {
    /* common */
    .sect-title span::before{
        top: 50%;
    }
    /* sect2 */
    .news-sect,
    .about-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 50px;
        padding: 0;
    }
    .news-sect .sect-title span{
        margin: 0 auto;
    }
    .news-sect .sect-title span::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 110%;
        width: 70px;
        height: 1px;
        background: #0075AF;
    }
    .news-sect .sect-title::before{
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
    }
    .about-sect {
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
    }
    /* sect3 */
    .products-list .box.new:before {
        width: 50px;
        height: 50px;
        left: 27px;
        top: -25px;
    }
}
@media screen and (max-width: 1000px) {
    .sect-title {
        margin: 0 0 20px;
    }
    .sect-title b {
        font-size: 28px;
    }
    .sect-title span{
        padding: 0;
        margin: 0 auto;
    }
    /* banner */
    .banner .slick-dots,
    .banner .slick-dots li{
        display: none;
    }
    /* sect2 */
    .sect2 {
        padding: 50px 0 50px;
    }
    .news-list .name{
        font-size: 16px;
    }
    .news-list .date{
        font-size: 16px;
    }
    .news-sect .sect-title::before {
        top: 35%;
        font-size: 100px;
    }
    .about-sect {
        float: none;
        text-align: center;
    }
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .sect-title span::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 110%;
        width: 70px;
        height: 1px;
        background: #0075AF;
    }
    .about-sect .pic {
        display: none;
    }
    .about-sect .editor{
        -webkit-line-clamp: initial;
        height: auto;
        font-size: 15px;
    }
    .about-sect .btn-box {
        margin: 30px auto 0;
        padding: 0;
        text-align: center;
    }
    .about-sect .ibtn.more {
        margin: 0 auto;
    }
    .about-sect .sect-title::before {
        top: 35%;
        font-size: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    /* sect3 */
    .sect3 {
        padding: 50px 0;
    }
    .products-list .shopping_way span{
        line-height: 22px;
        font-size: 12px;
        font-weight: normal;
        width: auto;
        padding: 0 8px;
        margin-bottom: 3px;
    }
    .products-sect .sect-title {
        margin: 15px 0 10px;
    }
    .products-list .name{
        font-size: 16px;
        height: auto;
    }
    .products-list .offers {
        font-size: 18px;
        margin: 2px 0 0;
    }
    .products-sect .sect-title span::after{
        top: 50%;
    }
    .products-sect .sect-title::before {
        top: 35%;
        font-size: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .products-sect .ibtn.more {
        margin: 20px auto 0;
        width: 200px;
        max-width: unset;
    }
    /* sect4 */
    .sect4 {
        padding: 30px 0;  
    }
}
@media screen and (max-width: 767px) {
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
        border: 1px solid #37598c8e;
    }
    .banner .slick-prev::before,
    .banner .slick-next::before {
        width: 13px;
        height: 1px;
    }
    .banner .slick-prev::after {
        border-width: 5px 7px 0 3px;
        border-color: transparent #fff transparent transparent;
        margin: 0;
        top: 14px;
        left: 6px;
    }
    .banner .slick-next::after {
        border-width: 5px 3px 0px 7px;
        border-color: transparent transparent transparent #fff;
        margin: 0;
        top: 14px;
        right: 6px;
    }
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        right: 5px;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
}
@media screen and (max-width: 550px) {
    .news-sect .sect-title::before,
    .about-sect .sect-title::before,
    .products-sect .sect-title::before {
        font-size: 75px;
    }
    .news-list .pic {
        max-width: 130px;
        margin: 0 auto 30px;
    }
    .news-list .name {
        padding: 35px 0 0 15px;
    }
    .news-list .date{
        padding-left: 145px;
    }
    .products-list .item {
        width: 50%;
    }
}