.site-main{
    background: #Fff;
}
/*------------ / 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: 0px;
    position: relative;
}

/*------------ / products ------------*/
.sect1 {
    padding: 60px 0 60px;
}
.products-sect-title {
    text-align: center;
    position: relative;
    margin: 0 0 35px;
}


.products-sect-title span {
    color: #000;
    position: relative;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.12em;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.products-sect-title span:after{
    content: 'Products';
    color: #444444;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    display: block;
    font-weight: normal;
    margin: 0px auto 5px;
    position: relative;
    top: -7px;
}
.products-sect-title span:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;

}

.products-sect-title .more {
    position: absolute;
    bottom: 0;
    right: 0;
}
.products-sect-title .more a{
    display: block;
    background: url(../../images/common/index/products_more.png) no-repeat;
    width: 107px;
    height: 34px;
    text-indent: -99999px;
    margin: 0 auto;
}
.products-sect-title .more a:hover{
    background-position: 0 100%;
}

.products-list {
    margin: 0 -10px;
    position: relative;
    border-right: solid 1px #fff;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
    position: relative;
}
.products-list .slick-track .item:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DDDDDD;
    position: absolute;
    right:  0;
    top: 0;
}


.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: 50px;
    height: 56px;
}
.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 .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: #CD1D1C;
}
.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: 13px;
    height: 13px;
    margin: 0;
    cursor: pointer;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

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

.sect2 .container{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect {
    position: relative;
    overflow: hidden;
}
.about-sect-title {
    color: #AAAAAA;
    font-size: 22px;
    display: block;
    line-height: 1.2;
    margin: 0 auto 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.about-sect-title:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #AAAAAA transparent transparent transparent;
    display: inline-block;
    position: relative;
    margin-left: 7px;
    top: -3px;
}

.about-sect .txt-box {
    margin: 0;
    color: #DDDDDD;
    letter-spacing: 0.05em;
    line-height: 1.9;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-sect .editor {
    min-height: 105px;
    
}
.about-sect .ibtn.more {
    display: block;
    margin: 35px 0 0;
    width: 150px;
    height: 40px;
    color: #DF0714;
    border: solid 2px #DF0714;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
    text-indent: inherit;
    font-weight: bold;
}
.about-sect .ibtn.more:hover{
    background: #666666;
    color: #d3d3d3;
    border-color: #a1a1a1;
}

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

.sect3 {
    padding: 60px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}


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

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    text-align: center;
    position: relative;
    margin: 0 0 20px;
}
.album-sect-title span {
    color: #000000;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.12em;
    position: relative;
    background: url(../../images/common/index/album_title.png) no-repeat 50% 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 29px;
    display: block;
}

.album-sect-title .more {
    position: absolute;
    bottom: 0;
    right: 0;
}
.album-sect-title .more a{
    display: block;
    background: url(../../images/common/index/products_more.png) no-repeat;
    width: 107px;
    height: 34px;
    text-indent: -99999px;
    margin: 0 auto;
}
.album-sect-title .more a:hover{
    background-position: 0 100%;
}
.album-sect .btn.more {
}
.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: 13px;
    height: 13px;
    margin: 0 3px;
    cursor: pointer;

}
.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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 480px;
    margin: 9px auto 14px;
    -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 ------------*/
.service-sect .editor ul{
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service-sect .editor ul li{
    position: relative;
}
.service-sect .editor ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
    
}

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

.sect5 .container {
    max-width: 1300px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 3px #CD1D1C;
    position: relative;
}
.sect5 .container:before{
    content: '';
    display: block;
    z-index: 4;
    background: url(../../images/common/index/service_pic.png) no-repeat 50% 50%;
    width: 676px;
    height: 440px;
    position: absolute;
    right: 0;
    top: -40px;
}
.sect5 .btn.more {
    display: block;
    margin: 35px 0 0;
    width: 150px;
    height: 40px;
    background: #444444;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
}
.sect5 .btn.more:hover {
    background: #CD1D1C;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
    display: none;
}
.service-sect {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 255px;
}

.service-sect .btn.more {
    position: absolute;
    left: 0;
    top: 88px;
    display: block;
}
.service-sect-title {
    color: #000000;
    font-size: 22px;
    display: block;
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
}
.service-sect-title span{
    position: relative;
}
.service-sect-title span:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #373737 transparent transparent transparent;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -7px;
}
.service-sect-title span:before{
    content: '';
    display: block;
    width: 49px;
    height: 1px;
    background: #CD1D1C;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 300px;
    line-height: 1.8;
	color: #000000;
    font-size: 15px;
    padding-bottom:28px;
}

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

.sect4 {
    padding: 55px 0 80px;
    position: relative;
    background: url(../../images/common/index/news_bg.jpg) no-repeat 50% 50% ;
    background-size: cover;
    z-index: 4;
}
.sect4:before{
    content: '';
    display: block;
    background: url(../../images/common/footer_line.png) no-repeat center bottom;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
}

.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    text-align: center;
    position: relative;
    margin: 0 0 15px;
}
.news-sect-title span {
    color: #000000;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.12em;
    position: relative;
    background: url(../../images/common/index/album_title.png) no-repeat 50% 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 29px;
    display: block;
}

.news-sect-title .more {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 5;
}
.news-sect-title .more a{
    display: block;
    background: url(../../images/common/index/products_more.png) no-repeat;
    width: 107px;
    height: 34px;
    text-indent: -99999px;
    margin: 0 auto;
}
.news-sect-title .more a:hover{
    background-position: 0 100%;
}
.news-sect .slick-dots {
    padding-top: 10px;
    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: 13px;
    height: 13px;
    margin: 0px;
    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: 10px auto 20px;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover {
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
    background: #CD1D1C;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .txt {
    position: relative;
    padding: 15px 20px 10px;
}
.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;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover .name{
    color: #fff;
}
.news-list .description {
    color: #6D6D6D;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 8px 0 20px;
}
.news-list .box:hover .description{
    color: #fff;
}
.news-list .date {
    display: block;
    color:#000000;
    font-size: 13px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.03em;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
}
.news-list .box:hover .date{
    color: #fff;
}
.news-list .box .date:before {
    content: '';
    display: block;
    background: url(../../images/common/news/arrow.png) no-repeat;
    width: 20px;
    height: 11px;
    position: relative;
    margin: 5px auto 7px;
}
.news-list .box:hover .date:before{
    background-position: 0 100%;
}


/*************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: 1250px) {
    .sect5 .container{
        background-size: 50% auto;
        background-position: 10px 50%;
    }
}
@media screen and (max-width: 1100px) {
    .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: 50px;
    }
    .sect3{
        padding: 40px 0 30px;
    }
    .products-list .item::before{display: none;}
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .service-sect:before{
        display: none;
    }
    .service-sect{
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .service-sect .btn.more{
        position: relative;
        margin: 5px 0 0px;
        top: inherit;
    }
    .service-sect .editor{
        padding-bottom: 10px;
    }
    .sect5{
        background-position: 50% 100%;
        padding-bottom: 30px;
    }
    .sect5 .container{
        padding: 0 15px;
    }
    .sect5::after{
        left: 0;
        right: inherit;
    }
    .sect5 .container{
        background: none;
    }
}
@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;
    }
    .sect2 .container:before{
        display: none;
    }
    .sect2::after{height: 50px;}
    .sect2{padding: 30px 0 70px;}
    
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
    }
    .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 {
        position: relative;
        margin: 0 auto;
        right: inherit;
        text-align: center;
        margin: 15px auto 0px;
    }
    .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;
    }
    .sect3{
        padding: 30px 0;
    }
    .album-sect-title .more {
        position: relative;
        margin: 0 auto;
        right: inherit;
        text-align: center;
        margin: 15px auto 0px;
    }
    .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 {
        position: relative;
        margin: 0 auto;
        right: inherit;
        text-align: center;
        bottom: inherit;
        margin: 15px auto 0px;
    }
    .news-sect-title{margin-bottom: 10px;}
    .news-list {
        margin: 0 auto;
    }
    .sect4{
        padding: 40px 0 30px;
    }
    .sect5::before{
        background-size: cover;
        height: 850px;
    }

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


}