<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------ / banner ------------*/

.banner {
    padding-bottom: 0px;
    padding-top: 0px;
}

.banner:before {
    content: '';
    background: url('../../images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
}

.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}

.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}

.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}

.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}

.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}

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

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

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

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

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}


/*------------ / site-main ------------*/

.site-main {
    padding-bottom: 50px;
    background: #fff;
}


/*------------ / products ------------*/

.sect1 {
    padding: 30px 0;
}

.products-sect-title {
    background: url('../../images/common/index/title_icon.png') 6px 16px no-repeat;
    color: #86c917;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 7px 0 5px 30px;
    margin: 0 0 15px;
}

.products-sect-title span {
    color: #2d2d2d;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}

.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}

.products-sect-title .more {
    float: right;
    margin: 7px 0;
}

.products-sect-title .more a {
    display: block;
    width: 110px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    margin: 0 auto;
    background: #eddfbc;
    border: solid 1px #eddfbc;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: 0.1em;
    color: #2d2d2d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-sect-title .more a:hover {
    border-color: #86c917;
    color: #86c917;
    background: #fff;
    letter-spacing: 0.15em;
}

.products-sect-title .more a:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-sect-title .more a:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-sect-title .more a:hover:before {
    -webkit-transform: translate(-13px, 0);
    transform: translate(-13px, 0);
    background: #86c917;
}

.products-sect-title .more a:hover:after {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
    background: #86c917;
}

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

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

.products-list .box {
    max-width: 220px;
    margin: 20px auto 10px;
    position: relative;
}

.products-list .box:hover {}

.products-list .box.new:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: -20px;
    left: 18px;
    background: url(../../images/common/products/news_tags.png) no-repeat 50% 50%;
    width: 37px;
    height: 42px;
}

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

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 14px;
}

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

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

.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list .txt:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: solid 1px #aaa;
    border-width: 0 0 1px 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list .box:hover .txt:before {
    opacity: 0;
    width: 0px;
    height: 0px;
}

.products-list .txt:after {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background: #9ec900;
}

.products-list .box:hover .txt:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.products-list .description {
    font-size: 13px;
    color: #777777;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}

.products-list .name {
    color: #373737;
    font-size: 17px;
    line-height: 1.3;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 24px;
    -webkit-transition: all .3s ease-in-otu;
    transition: all .3s ease-in-otu;
}

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

.products-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}

.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    cursor: pointer;
}

.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}


/*------------ / about ------------*/

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

.sect2 .container {
    max-width: 1300px;
    padding: 0 0 0px;
}

.about-sect {
    background: url('../../images/common/index/about_bg.png') no-repeat 0 50%, #99cf45;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_product.png) no-repeat 50% 50%;
    width: 648px;
    height: 408px;
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.about-sect-title {
    color: #294c02;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 22px;
    margin-bottom: 18px;
    border-bottom: solid 1px #fff;
    position: relative;
}

.about-sect-title:before {
    content: 'ABOUT';
    font-family: 'Julius Sans One', sans-serif;
    font-size: 30px;
    letter-spacing: 0.2em;
    position: relative;
    margin: 0 auto -8px;
    display: block;
    color: #3eb04a;
}

.about-sect-title span {
    display: block;
    color: #294c02;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.about-sect .txt-box {
    float: right;
    color: #294c02;
    margin: 0 auto;
    line-height: 1.55;
    padding: 50px 45px 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
}

.about-sect .editor {
    min-height: 220px;
}

.about-sect .ibtn.more {
    background-image: url('../../images/common/index/about_more.png');
    width: 59px;
    height: 59px;
    position: absolute;
    right: 0;
    bottom: 0;
}


/*------------ / album ------------*/

.sect3 {
    padding: 30px 0;
    position: relative;
    overflow: visible;
}

.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}

.album-sect-title {
    background: url('../../images/common/index/title_icon.png') 6px 16px no-repeat;
    color: #86c917;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 7px 0 5px 30px;
    margin: 0 0 15px;
    position: relative;
}

.album-sect-title span {
    color: #2d2d2d;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}

.album-sect-title .more {
    float: right;
    margin: 7px 0;
    position: relative;
}

.album-sect-title .more a {
    display: block;
    width: 110px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    margin: 0 auto;
    background: #eddfbc;
    border: solid 1px #eddfbc;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: 0.1em;
    color: #2d2d2d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album-sect-title .more a:hover {
    border-color: #86c917;
    color: #86c917;
    background: #fff;
    letter-spacing: 0.15em;
}

.album-sect-title .more a:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album-sect-title .more a:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album-sect-title .more a:hover:before {
    -webkit-transform: translate(-13px, 0);
    transform: translate(-13px, 0);
    background: #86c917;
}

.album-sect-title .more a:hover:after {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
    background: #86c917;
}

.album-sect .btn.more {
    right: 44px;
}

.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}

.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 7px;
    height: 7px;
    margin: 0 3px;
}

.album-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.album-list {
    margin: 0 -3px;
}

.album-list&gt;li {
    width: 25%;
}

.album-list .item {
    padding: 0 4px;
}

.album-list .box {
    display: block;
    position: relative;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album-list .box:hover {
    -webkit-box-shadow: 0px 2px 12px rgba(187, 187, 187, 0.45);
    box-shadow: 0px 2px 12px rgba(187, 187, 187, 0.45);
}

.album-list .fancybox {
    display: none;
}

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

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

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

.album-list .txt {
    padding: 25px 64px 25px 16px;
    position: relative;
    background: #F9F9F9;
    border: solid 1px #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album-list .box:hover .txt {
    border-color: #DDDDDD;
    background: #fff;
}

.album-list .txt:after {
    content: '';
    display: block;
    background: url(../../images/common/album/deco.png) no-repeat;
    width: 17px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.album-list .box:hover .txt:after {
    background-position: 0 100%;
}

.album-list .name {
    color: #444444;
    font-size: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1px;
    line-height: 1.3;
    height: 22px;
}


/*------------ / service ------------*/

.sect5 {
    padding: 50px 0;
    background: url(../../images/common/index/service_bg.jpg) 50% 100% no-repeat fixed;
    position: relative;
}

.sect5 .container {
    max-width: 1300px;
    padding: 0;
}

.sect5 .btn.more {
    margin-top: 20px;
    width: 65px;
    height: 65px;
    background: #9ec900;
    border: solid 2px #9ec900;
    color: #fff;
    border-radius: 50%;
    line-height: 65px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.sect5 .btn.more:hover {
    background: #fff;
    border-color: #86c917;
    color: #86c917;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    display: none;
    margin: 5px auto 0;
}

.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(68,68,68, 0.5);
    border: solid 1px #fff;
    max-width: 900px;
    margin: 0 auto;
}

.service-sect .btn.more {
    margin-left: 0px;
}

.service-sect-title span {
    color: #d3ff32;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}

.service-sect-title span:before {
    content: 'SERVICE';
    font-family: 'Julius Sans One', sans-serif;
    font-size: 30px;
    letter-spacing: 0.2em;
    position: relative;
    margin: 0 auto -10px;
    display: block;
    color: #d3ff32;
}

.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}

.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 197px;
    color: #fff;
}


/*------------ / news ------------*/

.sect4 {
    padding: 30px 0 20px;
}

.news-sect {
    float: right;
    width: calc(100% - 0px);
}

.news-sect-title {
    background: url('../../images/common/index/title_icon.png') 6px 16px no-repeat;
    color: #86c917;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 7px 0 5px 30px;
    margin: 0 0 15px;
    position: relative;
}

.news-sect-title span {
    color: #2d2d2d;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}

.news-sect-title .more {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 5;
}

.news-sect-title .more a {
    display: block;
    width: 110px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    margin: 0 auto;
    background: #eddfbc;
    border: solid 1px #eddfbc;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: 0.1em;
    color: #2d2d2d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-sect-title .more a:hover {
    border-color: #86c917;
    color: #86c917;
    background: #fff;
    letter-spacing: 0.15em;
}

.news-sect-title .more a:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-sect-title .more a:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-sect-title .more a:hover:before {
    -webkit-transform: translate(-13px, 0);
    transform: translate(-13px, 0);
    background: #86c917;
}

.news-sect-title .more a:hover:after {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
    background: #86c917;
}

.news-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}

.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    cursor: pointer;
}

.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.news-list {
    margin: 0 -6px;
}

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

.news-list .box {
    max-width: 254px;
    margin: 0px auto 7px;
    background: #f6f6f6;
    border: solid 1px #cecece;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #86c917 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    bottom: -15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.news-list .box:hover:after {
    bottom: -7px;
    opacity: 1;
}

.news-list .box:hover {
    background: #fff;
    -webkit-box-shadow: 0px 2px 7px rgba(187, 187, 187, 0.25);
    box-shadow: 0px 2px 7px rgba(187, 187, 187, 0.25);
}

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

.news-list .txt {
    position: relative;
    padding: 15px 20px 20px;
}

.news-list .name {
    color: #373737;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 21px;
}

.news-list .description {
    color: #8E8E8E;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin: 8px 0 14px;
}

.news-list .date {
    display: block;
    border: 1px solid #D8D8E2;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #555;
    background: #fff;
}

.news-list .box:hover .date {
    color: #9ec900;
    border-color: #9ec900;
    background: #FFF;
}


/*************fancybox-close*************/

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

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

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


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

@media screen and (max-width: 1300px) {
    .sect2 {
        padding: 0px 0;
    }
    .service-sect {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .sect5 .container:before {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .banner {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .banner:before {
        display: none;
    }
    .banner {
        padding-bottom: 15px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner-slider-dots,
    .banner .slick-prev,
    .banner .slick-next {
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .about-sect {
        background: rgba(45, 45, 45, 0.5);
        position: relative;
        padding: 0;
    }
    .about-sect .txt-box,
    .about-sect-title{
        color: #fff;
    }
    .sect2 {
        background-position: 100% 50%;
    }
    .about-sect:before {
        display: none;
    }
    .about-sect .txt-box {
        padding: 0 0 70px;
        float: none;
        max-width: 650px;
        margin: 0 auto;
        width: 100%;
    }
    .site-main {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect-title span,
    .service-sect-title span:before {
        color: #d3ff32;
    }
    .sect5 {
        padding: 20px;
        background: url(../../images/common/index/service_bg.jpg) no-repeat 50% 100%;
    }
    .service-sect {
        padding: 12px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
    .about-sect {
        padding: 15px 15px 0px;
    }
    .about-sect .ibtn.more {
        right: -15px;
    }
}

@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect-title span {
        display: block;
    }
    .album-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        float: right;
        margin: 10px auto 0;
        position: relative;
        width: 100%;
    }
    .news-list {
        margin: 0 auto;
    }
    .service-sect-title {
        margin-bottom: 20px;
    }
    .about-sect::before {
        background-position: 100% 50%;
        height: 200px;
    }
    .sect3 {
        padding: 30px 0 10px;
    }
}

@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
    }
    .about-sect .editor {
        min-height: 0;
    }
}

@media screen and (max-width: 400px) {}
</pre></body></html>