/*------------ / 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;
    display: none;
}
.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: -1px;
    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/title_line.png') 0% 40% no-repeat;
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 5px 100px;
    margin: 0 0 15px;
}
.products-sect-title span {
    color: #4e4e4e;
    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;
}
.news-sect-title .more a,
.album-sect-title .more a,
.products-sect-title .more a{
    width: 110px;
    display: inline-block;
    padding: 8px 0;
    background: #71141D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: inherit;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Lora', cursive;
    text-align: center;
    color: #fff;
    border-bottom-right-radius: 10px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}
.news-sect-title .more a:hover,
.album-sect-title .more a:hover,
.products-sect-title .more a:hover{
    background: #e8e8e8;
    width: 160px;
    color: #71141D;
    padding-left: 0;
}
.news-sect-title .more a:before,
.album-sect-title .more a:before,
.products-sect-title .more a:before{
    content: '';
    display: block;
    background: url(../../images/common/index/more_arrow.png) no-repeat 100% 0%;
    width: 20px;
    height: 7.5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.news-sect-title .more a:hover:before,
.album-sect-title .more a:hover:before,
.products-sect-title .more a:hover:before{
    width: 43px;
    background-position: 100% 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 {
}
.products-list .box.new:before {
    content: '';
    background: url(../../images/common/products/news_tags.png) no-repeat 0% 0%;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 67px;
    height: 19px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(131, 131, 131, 0.69);
    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: 0 10px 10px;
}
.products-list .description {
    font-size: 14px;
    color: #8B8B8B;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.products-list .name {
    color:#4e4e4e;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    position: relative;
    padding-left: 15px;
}
.products-list .box:hover .name {
    color: #71141D;
    font-weight: bold;
}
.products-list .txt:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 11px;
    left: 12px;
    background: #999999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .txt:before{
    z-index: -1;
    background: #f6f6f6;
    width: 100%;
    height: calc(100% - 15px);
    left: 0;
}

.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:40px 0 130px;
    margin: 0 auto;
    position: relative;
    background: #f6f6f6;
}

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

.about-sect {
    
    position: relative;
}
.about-sect:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_pic.png) no-repeat 50% 50%;
    position: absolute;
    right: 0;
    top: -50px;
    height: 430px;
    width: 740px;
}

.about-sect-title {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 18px;
}
.about-sect-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.about-sect .txt-box {
    width: 650px;
    background: #fff;
    margin-right: 0%;
    color: #868686;
    padding: 28px 48px 65px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 50px;
    margin: 0;
    top: 0;
    line-height: 1.7;
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
}
.about-sect .txt-box:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_plus.jpg) no-repeat 50% 50%;
    width: 86px;
    height: 86px;
    position: absolute;
    left: -86px;
    top: 0px;
}

.about-sect .editor {
    min-height: 185px;
}
.about-sect .ibtn.more {
    margin-top: 20px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: 'Lora', cursive;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    font-size: 15px;
    text-align: left;
    border-radius: 0;
    padding: 0 15px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-indent: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: visible;
}
.about-sect .ibtn.more:hover {
    background: #71141D;
    color: #fff;
    letter-spacing: 0.2em;
}
.about-sect .ibtn.more:after{
    content: '';
    display: block;
    background: url(../../images/common/index/more_arrow.png) no-repeat 50% 0%;
    width: 43px;
    height: 6.5px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.about-sect .ibtn.more:hover:after{
    -webkit-transform: translate(25px,0);
    transform: translate(25px,0);
    background-position: 50% 100%;
}
.about-sect .ibtn.more:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #313c50;
    line-height: 30px;
    position: absolute;
    right: 6px;
    text-align: center;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about-sect .ibtn.more:hover:before{
    height: 0;
    opacity: 0;
}

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

.sect3 {
    padding: 120px 0 30px;
}
.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_line.png') 0% 40% no-repeat;
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 5px 100px;
    margin: 0 0 15px;
}
.album-sect-title span {
    color: #4e4e4e;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.album-sect-title .more {
    float: right;
    margin: 7px 0;
}
.album-list .pic img{
    width: 100%;
}
/*
.album-sect-title .more a{
    width: 76px;
    display: inline-block;
    padding: 8px 0;
    background: #666b8a;
    text-align: center;
    color: #ddd;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
}
.album-sect-title .more a:hover{
    background: #152cbf;
}
*/
.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: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 {
    padding: 10px 55px 10px 15px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f0f3;
    top: -10px;
}
.album-list .txt:before {
    content: 'MORE';
    display: inline-block;
    color: #71141D;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 3px solid #71141D;
    padding-bottom: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Lora', cursive;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .box:hover .txt:before{
    padding-right: 0;
    opacity: 0;
}
.album-list .txt:after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #71141D;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: visible;
}
.album-list .box:hover .txt:after{
    width: 100%;
}
.album-list .name {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1px;
    height: 25px;
}
.album-list .box:hover .name {
    color: #111;
}
.album-list .pic img{
    width: 100%;
}
/*------------ / service ------------*/

.sect5 {
    padding: 135px 0 100px;
    position: relative;
    background: #f6f6f6;
}

.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .container:before{
    content: '';
    display: block;
    background: url(../../images/common/index/service_pic.png) no-repeat 50% 50%;
    width: 650px;
    height: 286px;
    position: absolute;
    left: 0;
    top: 0;
}
.sect5 .btn.more {
    margin-top: 20px;
    width: 285px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background:#71141D;
    font-size: 15px;
    text-align: left;
    border-radius: 0;
    padding: 0 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    text-transform: uppercase;
    transform: rotate(90deg);
    font-family: 'Lora', serif;
    font-size: 13px;
    position: absolute;
    right: -160px;
    margin: auto;
    top: 122px;
    letter-spacing: 0.1em;
}
.sect5 .btn.more:hover {
    background: #313c50;
    color: #fff;
    letter-spacing: 0.2em;
}

.sect5 .btn.more:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../images/common/index/btn_plus.png) no-repeat 50% 100%;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    color: #fff;
    top: 7px;
    bottom: 10px;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sect5 .btn.more:hover:before{
    background-position: 50% 100%;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
    display: none;
}
.service-sect {
    position: relative;
    text-align: center;
    padding: 37px 20px 33px;
    max-width: 650px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    float: right;
    width: 650px;
    right: 0;

}
.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;
    text-align: left;
}
.service-sect-title span {
    color: #000;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    letter-spacing: 0.1em;
}
.service-sect-title span:before{
    content: '';
    display: block;
    width: 90px;

height: 90px;

background: url(../../images/common/index/service_circle.png) no-repeat 50% 50%;

    background-size: auto;

position: absolute;

left: -34px;

top: -30px;

z-index: -1;

background-size: 100% auto;
}
.service-sect-title span:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
   left: -20px;
    top: 9px;
}
.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: #000;
    text-align: left;
}

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

.sect4 {
    padding: 20px 0;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    background: url('../../images/common/index/title_line.png') 0% 40% no-repeat;
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 5px 100px;
    margin: 0 0 15px;
}
.news-sect-title span {
    color: #4e4e4e;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}
.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: 76px;
    display: inline-block;
    padding: 8px 0;
    background: #666b8a;
    text-align: center;
    color: #ddd;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
}
.news-sect-title .more a:hover{
    background: #152cbf;
}
*/
.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;
    position: relative;
    background: #f8f8f8;
}
.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 {
    background: #fff;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .box:hover .pic:before {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.news-list .box .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(100px,0);
    transform: translate(100px,0);
    opacity: 0;
    margin: auto;
    background: url('../../images/common/news/hover.png') 100% 100% / 0% auto no-repeat, rgba(78, 78, 78, 0.76);
}
.news-list .txt {
    position: relative;
    padding: 15px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover .txt{
    border-color: #313c50;
}
.news-list .name {
    color: #4e4e4e;
    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: #b7b7b7;
    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;
    background: :#313c50;
    color: #fff;
    font-size: 13px;
    font-family: 'Lora', cursive;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #e8e8e8;
    color: #111;
}
.news-list .box:hover .date {
    background:#71141D;
    color: #fff;
    -webkit-transform: translate(-20px,0);
    transform: translate(-20px,0);
    width: calc(100% + 40px);
}
/*************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: 1480px) {
    .about-sect .txt-box{
        left: 85px;
    }
}
@media screen and (max-width: 1380px) {
    .sect2::before,
    .sect5::before{
        left: inherit;
        margin: auto;
        right: 40px;
    }
    .service-sect{
        right: 0;
        float: none;
    }
}
@media screen and (max-width: 1300px) {
	.sect2 {
		padding: 0px 0;
	}
}
@media screen and (max-width: 1000px) {
	.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;
    }
    .about-sect::before{
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }
    .about-sect .txt-box::before{
        left: 0;
        top: -86px;
    }
    .about-sect .txt-box::after{display: none;}
    .about-sect .txt-box{
        float: none;
        bottom: inherit;
        width: 100%;
        max-width: 600px;
        padding: 28px 20px 60px;
        margin: 0 auto;
        top: -30px;
        left: 0;
    }
    .sect3{padding-top: 30px;}
    .sect2{
        background-attachment: inherit;
        background-position: 100% 50%;
    }
    
    .sect5{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sect5 .container::before{
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
}
@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 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;
    }
    .sect5{
        padding-bottom: 40px;
    }

}
@media screen and (max-width: 650px) {
    .service-sect {
        padding: 20px 50px 20px 30px;
        width: 100%;
        right: 0;
        left: 0;
        margin: auto;
        float: none;
        top: 1px;
    }
    .service-sect .btn.more {
        margin-right: -109px;
        right: 0;
        width: 258px;
        top: 108px;

    }
  
    
}
@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: 0px 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: 0px 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: 0px auto 0;
        width: 100%;
    }
    .news-list {
        margin: 0 auto;
    }

}
@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;
    }
    .about-sect .txt-box{
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 400px) {


}