/*------------ / 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: -1px;
    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;
}


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

.sect1 {
    padding: 30px 0;
}

.products-sect-title {
    background: url('../../images/common/index/products_title_ic.png') 6px 10px no-repeat;
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
}

.products-sect-title span {
    color: #222222;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    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 {
    width: 120px;
    display: inline-block;
    padding: 8px 0;
    background: -webkit-gradient(linear, right top, left top, from(#505050), to(#212121));
    background: linear-gradient(to left, #505050, #212121);
    text-align: center;
    color: #ddd;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.products-sect-title .more a:hover {
    background: #fff;
    color: #222;
}

.products-sect-title .more a:before {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    border: solid 3px #da1618;
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0 3px;
}

.products-sect-title .more a:hover:before {
    height: 100%;
}

.products-sect-title .more a:after {
    width: 0%;
    height: 100%;
    content: '';
    display: block;
    border: solid 2px #da1618;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px 0;
}

.products-sect-title .more a:hover:after {
    width: 100%;
}

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

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

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

.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:hover {
    border-bottom-color: #2039E8;
}

.products-list .box.new:before {
    content: '';
    position: absolute;
    z-index: 10;
    display: block;
    top: 0px;
    left: 0px;
    width: 46px;
    height: 52px;
    background: url(../../images/common/products/new.png) no-repeat 50% 50%;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

.products-list .box:hover .txt:before {
    width: 100%;
    border-left: none;
    height: 1px;
    border-color: #848484;
}

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

.products-list .name {
    color: #393939;
    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: #960d05;
}

.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/products_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

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


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

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

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

.sect2:before {
    content: '';
    display: block;
    background: url(../../images/common/index/service_cover.jpg) no-repeat 50% 50%;
    width: 560px;
    height: 100%;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.about-sect {
    /*    background: url('../../images/common/index/service_cover.jpg') 50% 0 / cover no-repeat;*/
    position: relative;
    overflow: hidden;
}

.about-sect-title {
    color: #222222;
    font-size: 22px;
    margin-bottom: 18px;
    position: relative;
}

.about-sect-title span {
    display: block;
    color: #B20000;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.about-sect-title:before {
    content: 'ABOUT US';
    font-family: 'Lato', sans-serif;
    display: block;
    position: relative;
    margin: 0 0 -8px;
    font-size: 38px;
    color: #960d05;
}

.about-sect .txt-box {
    float: right;
    width: 520px;
    background: rgba(242, 242, 242, 0.9);
    margin-right: 0%;
    color: #3d3d3d;
    line-height: 1.55;
    padding: 28px 48px 65px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.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: 40px 0 50px;
}

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

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

.album-sect-title {
    background: url('../../images/common/index/album_title_ic.png') 6px 10px no-repeat;
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
}

.album-sect-title span {
    color: #222;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    font-weight: bold;
}

.album-sect-title b {
    display: inline-block;
}

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

.album-sect-title .more a {
    width: 120px;
    display: inline-block;
    padding: 8px 0;
    background: -webkit-gradient(linear, right top, left top, from(#505050), to(#212121));
    background: linear-gradient(to left, #505050, #212121);
    text-align: center;
    color: #ddd;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.album-sect-title .more a:hover {
    background: #fff;
    color: #222;
}

.album-sect-title .more a:before {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    border: solid 3px #da1618;
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0 3px;
}

.album-sect-title .more a:hover:before {
    height: 100%;
}

.album-sect-title .more a:after {
    width: 0%;
    height: 100%;
    content: '';
    display: block;
    border: solid 2px #da1618;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px 0;
}

.album-sect-title .more a:hover:after {
    width: 100%;
}

.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: 28px;
    height: 28px;
}

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

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

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

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

.album-list .box {
    display: block;
    position: relative;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
}

.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 .fancybox {
    display: none;
}

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

.album-list .pic img {
    width: 100%;
}

.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/album/hover.png') 50% 50% no-repeat rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

.album-list .txt {
    border: 1px solid #ddd;
    padding: 3px 40px 12px 50px;
    position: relative;
    -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 {
    padding-left: 57px;
}

.album-list .txt:after {
    content: '';
    display: block;
    background: #aeaeae;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album-list .box:hover .txt:after {
    background-position: 00% 0;
    width: 26px;
    background: #da1618;
}

.album-list .name {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    height: 25px;
}

.album-list .box:hover .name {
    color: #960d05;
}


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

.sect5 {
    padding: 60px 0;
    background: url(../../images/common/index/a_bg.jpg) center center;
    background-position: 50% 50%;
    position: relative;
}

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

.sect5 .btn.more {
    margin-top: 20px;
    width: 80px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#da1618), to(#960d05));
    background: linear-gradient(to bottom, #da1618, #960d05);
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
}

.sect5 .btn.more:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#555));
    background: linear-gradient(to top, #222, #555);
    width: 180px;
}

.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;
    width: 500px;
    float: right;
}

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

.service-sect-title {
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
}

.service-sect-title span {
    color: #fff;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    border-left: solid 5px #960d05;
}

.service-sect-title span:before {
    content: 'SERVICE';
    font-family: 'Lato', sans-serif;
    display: block;
    position: relative;
    margin: 0 0 1px;
    font-size: 38px;
    color: #fff;
}

.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: 257px;
    color: #eee;
}


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

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

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

.news-sect-title {
    background: url('../../images/common/index/news_title_ic.png') 6px 10px no-repeat;
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
}

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

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

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

.news-sect-title .more a {
    width: 120px;
    display: inline-block;
    padding: 8px 0;
    background: -webkit-gradient(linear, right top, left top, from(#505050), to(#212121));
    background: linear-gradient(to left, #505050, #212121);
    text-align: center;
    color: #ddd;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.news-sect-title .more a:hover {
    background: #fff;
    color: #222;
}

.news-sect-title .more a:before {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    border: solid 3px #da1618;
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0 3px;
}

.news-sect-title .more a:hover:before {
    height: 100%;
}

.news-sect-title .more a:after {
    width: 0%;
    height: 100%;
    content: '';
    display: block;
    border: solid 2px #da1618;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px 0;
}

.news-sect-title .more a:hover:after {
    width: 100%;
}

.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/news_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    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: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #FFF;
    overflow: hidden;
}

.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 .box:hover {
    border-color: #da1618;
}



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

.news-list .box .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../images/common/video/hover.png) no-repeat 50% 50%, rgba(141, 141, 141, 0.8);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

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

.news-list .txt {
    position: relative;
    padding: 15px 20px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a) , to(#333333));
    background: linear-gradient(to bottom, #5a5a5a , #333333);*/
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover .txt{
    background: #fff;
}
.news-list .box .txt:before {
    content: '';
    width: 0;
    height: 3px;
    background: #da1618;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 252px;
    margin: auto;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover .txt:before {
    width: 100%;
}

.news-list .name {
    /*color: #fff;*/
    color: #111;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}

.news-list .box:hover .name,
.news-list .box:hover .description {
    color: #111;
}

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

.news-list .date {
    display: block;
    border-width: 1px 0;
    /*color: #fff;*/
    color: #960d05;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover .date {
    color: #960d05;
}


/*************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;
    }
}

@media screen and (max-width: 1000px) {
    .about-sect {
        background-attachment: inherit;
    }
    .sect2 {
        background-attachment: inherit;
        padding: 20px;
    }
    .sect2::before{
        display: none;
    }
    .about-sect .txt-box {
        float: none;
        width: 100%;
        background: rgba(250, 250, 250, 0.9);
        margin-right: 0%;
        line-height: 1.55;
        padding: 28px 48px 65px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .service-sect {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        float: none;
        width: 100%;
        background: rgba(132, 132, 132, 0.8);
        width: 90%;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
    }
    .banner {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .banner:before {
        display: none;
    }
    .banner {
        padding-bottom: 50px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev,
    .banner .slick-next {
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .sect5 {
        padding: 20px 0;
    }
}

@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 {
        padding: 10px 30px;
    }
    .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;
    }
}

@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;
        width: 100%;
    }
    .news-list {
        margin: 0 auto;
    }
    .about-sect-title::before{
        font-size: 35px;
    }
}

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

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