.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: #1F325C;
    color: #A9BDD4;
    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 {
    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 {
    background: #5AD2EE;
    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: "微軟正黑體";
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.18em;
}

.sect-title small {
    color:#4FACDF;
    font-size: 14px;
    font-family: Poppins;
    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:0 0 55px;
}

.news-sect .sect-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    padding: 100px 0 30px;
    position: relative;
    margin: 0;
}
.news-sect .sect-title:before {
    content: '';
    display: block;
    background: url('../../images/common/before_line.png')no-repeat;
    width: 153px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -183px;
}
.news-sect .sect-title * {
    display: inline-block;
    vertical-align: middle;
}
.news-sect .sect-title span {
    margin-bottom: 3px;
    position: relative;
}

.news-sect .sect-title span:before {
    content: 'LATEST NEWS';
    display: block;
    font-size: 14px;
    color: #5AB2E0;
    position: absolute;
    width: 155px;
    top: -50%;
    left: 0px;
    letter-spacing: 3px;
    text-align: left;
}
.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: #2389C0;
}
.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: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
}
.news-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.news-list .pic {
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    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(35,137,192,0.50);
    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: 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: #555555;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 67px;
}
.news-list .box:hover .name {
    text-decoration: none;
    color: #2389C0;
}
.news-list .description {
    font-size: 14px;
    line-height: 1.3;
    color: #666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 70px;
}

.news-list .more  {
    text-decoration: none;
    display: inline-block;
    border: 1px #2389C0 solid;
    font-size: 14px;
    color: #2389C0;
    line-height: 35px;
    text-align: center;
    width: 100%;
    position: relative;
    transition: background-color 0.3s ease;
 }
.news-list .more:after {
     content:'';
  display: block;
  position: absolute;
  top: 50%; 
  right: 0;
  width: 68px; 
  height: 1px;
  background-color: #2389C0;
  transition: width 0.3s ease;
 }

.news-list .box:hover .more:after {
  width:34px;
  background-color: #FFF;  
 }
.news-list .box:hover .more {
    color: #fff;
    background: #2389C0;
}
.sect2 {
    padding: 70px 0 0;
    background: url('../../images/common/products_bg.png')right top no-repeat;
}
.products-sect {
    padding-top: 110px;
    background: url('../../images/common/products_before.png')left top no-repeat;
}
.products-sect .title-box {
    text-align: center;
    position: relative;
    margin-bottom: 0px;
}
.products-sect .title-box:before {
    content: '';
    display: block;
    background: url(../../images/common/before_line.png)no-repeat;
    width: 153px;
    height: 140px;
    position: absolute;
    left: 45%;
    top: 25%;
    margin-left: -183px;
}

.products-sect .sect-title {
    text-align: center;
    padding-top: 35px;
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;    
}
.products-sect .sect-title span{
    position: relative;
}
.products-sect .sect-title span:before {
    content: 'PRODUCTS';
    display: block;
    font-size: 14px;
    color: #5AB2E0;
    position: absolute;
    width: 155px;
    top: -50%;
    left: 0px;
    letter-spacing: 3px;
    text-align: left;
}
.products-sect .sect-title p{
    padding-top: 0px;
    font-size: 30px;
    font-style: normal;
    position: relative;
}

.products-sect .btn.more  {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
    position: relative;
    margin-bottom: 40px;
    background: #b5b5b5;
    border-radius: 0;
    width: 150px;
    transition: background-color 0.3s ease;
 }
.products-sect .btn.more:after {
    content:'';
    display: block;
    position: absolute;
    top: 50%; 
    right: 0;
    width: 68px; 
    height: 1px;
    background-color: #FFF;
    transition: width 0.3s ease;
 }
.products-sect .products-more:hover .btn.more:after {
    width:34px;
 }
.products-sect .products-more:hover .btn.more {
    background: #2389C0;
    transition: width 0.3s ease;
}
---
.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;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 66px;
    height: 38px;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    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(35,137,192,0.50);
    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: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    margin-bottom: 6px;
}
.products-list .description {
    color: #666;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.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 {
    padding-top: 50px;
    background: #172549;
}
.sect3_top1 {
    background: url('../../images/common/about_bg.jpg')left bottom no-repeat;
}
.sect3_top2 {
    width: 1440px;
    height: 400px;
    background: url('../../images/common/about_top.png')no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}
.sect3_top2:before {
    content: 'ABOUT';
    display: block;
    font-size: 150px;
    position: absolute;
    font-family: 'Poppins';
    bottom: -32%;
    left: 50%;
    letter-spacing: 8px;
    margin-left: -20%;
    background: -webkit-linear-gradient(top,#AEB9CA 0,#F2F3F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 5;
}
.sect3 .container {
    max-width: none;
    padding: 0;
    background: url('../../images/common/about_bg2.jpg')left top;
}
.album-sect {
    position: relative;
    width: 39%;
    padding-top: 15px;
    top: 97px;
    box-sizing: border-box;
    float: left;
    height: auto;
    overflow: hidden;
    margin-left: 50px;
    margin-bottom: 50px;
}
.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-list .box img {
    width: 100%;
    min-width: 100%;
}
.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 {
    width: 100%;
    height: 100%;
}
.album-list .box {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: 50% 50% / cover no-repeat;
}

.album-list a.cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.album-list .box * {
    width: auto;
    height: auto;
}
.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: 18px;
    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: #2389C0;
    font-size: 24px;
    vertical-align: middle;
    margin: 0 8px 3px 0;
}
.about-sect {
    margin-left: 39.1%;
    color: #ddd;
    font-size: 13px;
    letter-spacing: 0.18em;
    position: relative;
    padding:5% 30px 3% 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect .sect-title {
    color: #4FACDF;
    margin-top: 35px;
}

.about-sect .sect-title * {
    display: inline-block;
    vertical-align: middle;
    display: block;
}
.about-sect .sect-title span {
    margin-bottom: 3px;
}

.about-sect .txt-box {
    max-width: 750px;
}
.about-sect .editor {
    min-height: 125px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 35px;
}

.spanmore {
     position: relative;
     display: inline-block;
     perspective: 300px;
     -webkit-perspective: 300px;
     -moz-perspective: 300px;
     width: 167px;
     font-size: 18px;
     font-family: 'Poppins';
     font-weight: 500;
     text-align: center;
     letter-spacing: 3px;
     color: #fff;
     z-index: 5;
 }

 .spanmore:focus {
     outline: -webkit-focus-ring-color auto 5px;
 }
 .spanmore .moretxt {
     -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
     -webkit-animation-duration: 0.2s; -moz-animation-duration: 0.2s; -o-animation-duration: 0.2s; animation-duration: 0.2s;/*keyframesÃ§â€Â¨*/
     text-decoration: none;
     box-sizing: border-box;
     cursor: pointer;
     display: inline-block;
     text-align: center;
     
     position: absolute;
     width: 100%;
     left: 0;
     top: 0;
     font-size: 16px;
 }
 .spanmore .moretxt,.spanmore .moretxt:before {
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
 }

 .spanmore,.spanmore .moretxt {
     height: 46px;
     line-height: 46px;
     transform-origin: 50% 50% -23px;
     -webkit-transform-origin: 50% 50% -23px;
     -moz-transform-origin: 50% 50% -23px;
 }
 .spanmore .moretxt:nth-child(1) {
     transform: rotateX(90deg);
     -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
 }
 .spanmore .moretxt:nth-child(2),.spanmore:hover .moretxt:nth-child(1) {
     transform: rotateX(0deg);
     -webkit-transform: rotateX(0deg);
     -moz-transform: rotateX(0deg);
 }
 .spanmore:hover .moretxt:nth-child(1){
     z-index: 2
 }
 .spanmore:hover .moretxt:nth-child(2) {
     transform: rotateX(-90deg);
     -webkit-transform: rotateX(-90deg);
     -moz-transform: rotateX(-90deg);
     z-index: 1;
 }

 .spanmore .moretxt:nth-child(2)  {
     background-color: #11b7da;
 }
 .spanmore .moretxt:nth-child(1){
     background-color: #22487B;
 }

.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: #2389C0;
    border-color: #2389C0;
    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: Poppins;
    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: 1700px) {
    .follow:before {
        display: none;
    }
    .sect3_top2 {
    width: 100%;
    height: 400px;
    background: url(../../images/common/about_top.png)no-repeat;
    background-size: cover;
    background-position: right;
    }
}

@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;
    }
    .sect2 {
        padding: 0;
        background: none; 
    }
    .products-sect {
        background: url(../../images/common/products_before.png)top no-repeat;
        background-size: 100%;
        padding-top: 50px;
    }
    .follow {
        background-position: left;
    }


}
@media screen and (max-width: 1360px) {
    .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: 1000px) {
    .sect3 .container {
        background: url(../../images/common/about_bg2.jpg)left top;
    }
    .album-sect {
        margin-bottom: 0px;
        top: 50px;
    }
    .about-sect {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
    }
    .products-sect {
        background: none;
    }
    .sect2 {
        background: none;
    }
    .follow:before {
        display: none;
    }
    .products-sect .title-box:before{
        display: none;
    }
    .sect3_top2:before {
        display: none;
    }
    .about-sect .sect-title {
        margin-top: 0px;
        padding-top: 30px;
    }
    .album-sect {
        position: relative;
        width: auto;
        margin-bottom: 30px;
    }
    .album-list {
        position: relative;
    }
    .album-list .item {
        width: 50%;
    }
    .sect3 .container{
        display: flex;
        flex-wrap: wrap;
    }
    .album-sect {
        order: 2;
        margin-left: 0;
    }
    .spanmore, .spanmore .moretxt {
        left: 50%;
        margin-left: -83px;
    }
}
@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: 0px;
    }
    .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;
        padding: 50px 0 20px;
    }
    .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;
    }
    .news-sect .sect-title:before {
        display: none;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .box {
        margin-bottom: 40px;
    }
    .about-sect {
        padding: 0 6%;
        margin-left: 0;
        float: left;
    }
    .sect2 {
        background:none;
    }
    .products-sect {
        background:none;
    }
    .products-sect .sect-title {
        padding-top: 0;
    }
    .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;
    }
    .album-sect {
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .album-list .item {
        width: 100%;
    }
    .album-list .slick-current .name {
        right: 49px;
    }
    .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;
    }
}
@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;
    }
}