<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    margin-bottom: 60px;
}

/*.banner .container:before {
    content: '';
    display: block;
    background: url('../../images/common/deco_caret.png') 50% 0 repeat-x;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}*/

.banner .slick-prev, .banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 10px;
    height: 10px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
}

.banner .slick-prev {
    background-position: 0 0;
    left: 18px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 18px;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    margin-top: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.banner .slick-dots li:nth-child(5n+1) button {
    background: #ddd;
}

.banner .slick-dots li:nth-child(5n+2) button {
    background: #ddd;
}

.banner .slick-dots li:nth-child(5n+3) button {
    background: #ddd;
}

.banner .slick-dots li:nth-child(5n+4) button {
    background: #ddd;
}

.banner .slick-dots li:nth-child(5n) button {
    background: #ddd;
}

.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #00361e;
}

.sect-title {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 3px;
    margin: 0;
}

.sect-title span {
    display: inline-block;
    color: #197292;
    font-family: 'Lily Script One', cursive;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 8px;
}

.sect1 {
    margin-bottom: 50px;
    padding-top: 20px;
}

.links-sect {
    background: url('../../images/common/index/links_sect_bg.png');
    border: 10px solid #ECEDF4;
    text-align: center;
    position: relative;
    padding: 40px 15px 0;
}

.links-sect .sect-title {
    background: url('../../images/common/index/links_title_bg.png') 50% 0 no-repeat;
    width: 238px;
    line-height: 58px;
    margin-left: -119px;
    position: absolute;
    left: 50%;
    top: -40px;
}

.links-sect .sect-title span {
    color: #fff;
}

.links-sect .ibtn.more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -50.5px;
}

.links-list {
    max-width: 1360px;
    margin: 0 auto;
}

.links-list .item {
    width: 20%;
    padding: 0 7px;
}

.links-list .item:nth-child(5n+1) {
    clear: left;
}

.links-list .item:nth-child(6) {
    display: none;
}

.links-list .box {
    max-width: 252px;
    margin: 0 auto 20px;
    text-align: center;
}

.links-list .pic {
    background: url('../../images/common/links/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
}

.links-list .box:hover .pic {
    background: url('../../images/common/links/pic_bg_hover.png');
}

.links-list .name {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}

.links-list .box:hover .name {
    color: #ff8158;
    font-weight: bold;
}

.news-sect {
    width: 100%;
}

.news-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.news-sect .sect-title:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #050601 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}

.news-sect .sect-title span {
    display: block;
    margin: 0;
}

.news-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
}

.news-list {
    max-width: 1440px;
    margin: 30px auto 0px auto;
}

.news-list .item {
    width: 25%;
    padding: 0 10px;
}

.news-list .box {
    max-width: 260px;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
}

.news-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 10px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 3px transparent;
    padding: 4px;
    background: #fbfbfb;
}

.news-list .pic:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background-image: linear-gradient(to right, #00C9FF 0%, #0e214d 56%, #00C9FF 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
    z-index: 1;
    transition: all .4s ease-in-out;
    border-radius: 50%;
    overflow: hidden;
}

.news-list .box:hover .pic:after {
    opacity: 1;
    transform: rotate(0);
    width: 100%;
}

.news-list .box img {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0px;
    display: block;
    z-index: 2;
    border-radius: 50%;
}

.news-list .box:hover .pic {}

.news-list .box:hover .pic img {}

.news-list .name {
    color: #666666;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
    margin-top: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list a:hover .name {
    color: #333233;
}

.news-list .date, .news-header .date {
    display: block;
    border-width: 1px 0;
    width: 104px;
    margin: 5px auto 15px;
    color: #999999;
    background: #e5e5e5;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.5px;
    width: 120px;
    border-radius: 3px;
    font-family: 'Poppins', serif;
}

.news-list .box:hover .date {
    background: #333333;
    color: #fff;
}

.news-list .date {
    background: #f0f0f0;
    z-index: 20;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 120px;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    transition: all .3s ease-in-out;
}

.sect2 {
    padding: 120px 0 55px;
    position: relative;
    background: url(../../images/common/index/about_bg.jpg) no-repeat 50% 70% fixed;
    background-size: cover;
}

.about-sect {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    color: #fff;
    background: rgba(14, 20, 36, 0.7);
    box-sizing: border-box;
    padding: 40px 20px;
    margin: 0 auto;
}

.about-sect .more {
    margin: 20px auto 10px;
    line-height: 37px;
    width: 120px;
    height: 40px;
    color: #fff;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #00361e 0%, #26cdba 56%, #00361e 100%);
    transition: all .3s ease-in-out;
    text-align: center;
    padding: 0 !important;
}

.about-sect .more:hover {
    background-position: right center;
}

.about-sect .sect-title {
    margin: 0px 0 10px;
    position: relative;
    font-weight: bold;
    color: #26cdba;
    margin: -35px auto 25px;
}

.about-sect .sect-title:before {
    content: 'ABOUT';
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -22px;
    font-size: 15px;
}

.about-sect .txt {
    float: none;
    width: 100%;
}

.products-sect .sect-title {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.products-sect .sect-title:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #050601 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}

.products-sect .sect-title span {
    display: block;
    margin: 0;
}

.products-sect .ibtn.more {
    display: block;
    margin: 5px auto 10px;
}

.sect3 {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0 60px;
    background: url(../../images/common/index/prodcuts_bg.jpg);
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 20%;
    padding: 0 10px;
}

.products-list .item:nth-child(5n+1) {
    clear: left;
}

.products-list .item:nth-child(n+11) {
    display: none;
}

.products-list .box {
    max-width: 250px;
    margin: 0 auto 25px;
    position: relative;
    background: #fbfbfb;
    padding: 8px;
    border: solid 1px #e3e1d9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list .box:hover {
    background: #fff;
    border-color: #999999;
}

.products-list .cover:after {
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    background: #999999;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.products-list .box:hover .cover:after {
    width: 100%;
    opacity: 1;
}

.products-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.products-list .box.new:before {
    content: 'NEW';
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 24px;
    position: absolute;
    z-index: 10;
    left: -4px;
    top: 8px;
    background: linear-gradient(to right, #FF4E50 0%, #F9D423 51%, #FF4E50 100%);
    background-size: 200% auto;
    transition: all .3s ease-in-out;
    line-height: 24px;
}

.products-list .box.new:hover:before {
    background-position: right center;
}

.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.products-list .box:hover .pic:before {
    opacity: 1;
}

.products-list .pic:after {
    content: '+';
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    border-radius: 50%;
    background: rgba(68, 68, 68, 0.8);
    color: #fbfbfb;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s ease-in-out;
    opacity: 0;
    transform: translate(0, 30px) rotateY(180deg);
    z-index: 2;
}

.products-list .box:hover .pic:after {
    transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.products-list .pic img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.products-list .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.products-list .txt {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    z-index: 3;
}

.products-list .name {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    margin: 8px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list .box:hover .name {
    color: #050601;
}

.products-list .description {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin-bottom: 10px;
}

.products-list .box:hover .description {
    color: #383838;
}

.sect4 {
    background: url(../../images/common/index/service.jpg) center 10% no-repeat fixed;
    background-size: 100%;
    min-height: 350px;
    margin-bottom: 0px;
    margin-top: 20px;
    display: none;
}

.ad-sect {
    width: 30%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

.ad-sect .sect-title {
    text-align: center;
    margin-bottom: 10px;
}

.ad-sect .sect-title span {
    display: block;
    margin: 0;
}

.sect5 {
    text-align: center;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: url(../../images/common/index/service_bg.jpg) no-repeat 100% 50%;
}

.sect5-bg {
    max-width: 780px;
    margin: 0 auto;
    margin-right: 60px;
}

.service-sect {
    margin: 0 auto;
    padding: 40px 70px 65px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
    border: solid 1px #ddd;
    border-left: 8px #0f214e solid;
}

.sect5:before {
    content: '';
    display: block;
    width: 678px;
    height: 435px;
    background: #fff url(../../images/common/index/service_pic.jpg) no-repeat 50% 50%;
    position: absolute;
    left: -341px;
    margin: auto;
    z-index: 5;
    background-size: 100% auto;
    width: 35vw;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
}

.service-sect .sect-title {
    position: relative;
    margin: 0px 0 20px;
    font-weight: bold;
}

.service-sect .sect-title:before {
    content: '';
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -22px;
    font-size: 15px;
}

.service-sect .sect-title span {
    display: block;
}

.service-sect .txt {
    position: relative;
}

.service-sect .ibtn.more span {
    display: none;
}

.service-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
    width: 60px;
    height: 60px;
    background: #0f214e;
    position: absolute;
    right: -70px;
    bottom: -65px;
    line-height: 60px;
    font-size: 13px;
    z-index: 2;
    text-align: center;
    padding: 0 !important;
}

.service-sect .ibtn.more:after {
    display: none;
}

.service-sect .ibtn.more:before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, #155dd5, #26cdba);
    position: absolute;
    right: 0;
    top: 0;
    left: initial;
    opacity: 0;
    border: none;
    transition: all .35s ease-in-out;
    z-index: -1;
}

.service-sect .ibtn.more:hover {
    padding: 0 !important;
    transform: translate(2px, 2px);
    color: #fff;
}

.service-sect .ibtn.more:hover:before {
    right: initial;
    left: 0;
    width: 100%;
    opacity: 1;
}

.sect6 {
    padding: 50px 0;
}

.album-sect {
    width: 100%;
}

.album-list {
    display: table;
    width: 100%;
}

.album-list .item {
    width: 16.66%;
    display: table-cell;
    float: none;
    vertical-align: middle;
    background: url(../../images/common/index/album_title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.album-list .item:nth-child(6n+1) {
    clear: left;
}

.album-list .item.title {
    background-image: url(../../images/common/index/album_title_left.jpg);
}

.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.album-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.album-list .item.more .box {
    background: url(../../images/common/index/album_more.png);
    width: 80px;
    height: 80px;
}

.album-list .box .sect-title {
    background: #fbfbfb;
    border-radius: 60px;
    margin: 0 auto;
    color: #333333;
    padding: 20px;
    width: 66px;
}

.album-sect .sect-title span {
    display: block;
    font-size: 36px;
}

.album-list .pic {
    position: relative;
    overflow: hidden;
}

.album-list .pic:before {
    content: '';
    display: block;
    background: no-repeat rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album-list .box:hover .pic:before {
    opacity: 1;
    background-size: 55% auto;
    background-position: 50% 45%;
}

.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    background: rgba(51, 51, 51, 0.7);
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px;
    height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album-list .box:hover .name {
    bottom: 0;
}

.album-list .item.more .box:hover {
    opacity: 0.8;
}

/******茅娄鈥撁┞犅伱仿趁モ€÷好р€∷喢泵ヂ宦Ｃモ€樑犆ε掆€懊┧嗏€�******/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}

/*******************************/

@media screen and (max-width: 1400px) {
    .sect5-bg {
        max-width: 57vw;
    }
}

@media screen and (max-width: 1200px) {
    .links-list {
        max-width: 900px;
    }
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(5n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list .item:nth-child(6) {
        display: block;
    }
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .sect4-bg {
        background: none;
    }
    .service-sect {}
    .service-sect, .album-sect {
        float: none;
        width: auto;
    }
    .album-list .item {
        width: 16.66%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(6n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1000px) {
    .banner {
        margin-bottom: 30px;
    }
    .service-sect {
        padding: 40px 30px 65px;
    }
    .service-sect .ibtn.more {
        right: -30px;
    }
    .sect5:before {
        display: none;
    }
    .sect5 {
        padding: 50px 0;
        background-size: cover;
    }
    .sect5-bg {
        margin: 0 auto;
    }
    .sect2 {
        background-attachment: inherit;
        background-position: 100% 50%;
        background-size: cover;
        padding: 95px 0 20px;
    }
    .sect6 {
        padding: 30px 0;
    }
    .about-sect {
        float: none;
        width: auto;
        max-width: 670px;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect .txt {
        width: 100%;
    }
    .about-sect .sect-title::before {
        left: 0;
        right: 0;
        margin: auto;
    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 900px) {
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .album-list {
        display: block;
    }
    .album-list .item {
        width: 25%;
        display: block;
        float: left;
    }
    .album-list .item.title {
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item.more {
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item.more a.box {
        width: 66px;
        height: 66px;
        background-size: 100%;
    }
}

@media screen and (max-width: 767px) {
    /*------------ lightbox 767 ------------*/
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
    .about-sect .more {
        margin: 10px auto 15px;
    }
    /*------------ lightbox 767 ------------*/
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev, .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
        visibility: hidden;
        opacity: 0;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {}
    .sect1 {
        padding-top: 45px;
    }
    .news-sect .sect-title, .about-sect .sect-title, .products-sect .sect-title, .service-sect .sect-title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .album-list .box .sect-title {
        font-size: 18px;
        width: 60px;
        border-radius: 50px;
        padding: 18px 15px;
    }
    .news-list {
        margin: 10px auto 0px auto;
    }
    .links-list {
        max-width: 600px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
    .about-sect .pic, .about-sect .txt {
        float: none;
        width: auto;
    }
    .sect2 {
        padding: 70px 0 20px;
    }
    .about-sect {
        padding: 20px;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
}

@media screen and (max-width: 1025px) {
    .sect4 {
        background-attachment: inherit;
        background-position: 50% 50%;
        background-size: cover;
    }
}

@media screen and (max-width: 500px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
    .links-list .item:nth-child(6) {
        display: none;
    }
    .products-list .item {
        width: 100%;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: none;
    }
    .service-sect .txt {
        padding: 0;
    }
}

@media screen and (max-width: 440px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .service-sect .txt {
        padding: 0;
    }
    .sect4 {
        min-height: 200px;
    }
}</pre></body></html>