/*title*/
.products-sect .title,
.album-sect .title {
    /* font-size: 30px; */
    /* font-weight: normal; */
    /* color: #000000; */
    /* text-align: center; */
    /* margin: 0 0 40px; */
    /* position: relative; */
    /* line-height: 1.6; */
}
.products-sect .title span,
.album-sect .title span {
    /* font-size: 14px; */
    /* color: #79796A; */
    /* display: block; */
    /* font-weight: bold; */
    /* letter-spacing: 5.5px; */
}
.products-sect .title, 
.album-sect .title,
.about-box .title,
.service-box .title  {
    color: #000;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 15px;
    border-left: 1px solid #1EA135;
    line-height: 1;
    position: relative;
}
.service-box .title {
    margin-bottom: 30px;
    position: relative;
    color:#fff;
}
.about-box .title b,
.service-box .title b,
.products-sect .title b, 
.album-sect .title b{
    font-weight: bold;
    display: block;
    vertical-align: middle;
    line-height: 1;
}
.about-box .title span,
.service-box .title span,
.products-sect .title span, 
.album-sect .title span{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #797979;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    /* padding:0 30px; */
    /* margin-left: 30px; */
    font-family: 'Oswald', sans-serif;
}
.service-box .title span{
    color:#fff;
}
/*.about-box .title span:before,
.about-box .title span:after{
    content: '';
    background: #79796A;
    width: 1px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    position: absolute;
}
.about-box .title span:before,
.service-box .title span:before{
    left: 0;
}
.about-box .title span:after,
.service-box .title span:after{
    right: 0;
}
.service-box .title span:before,
.service-box .title span:after{
    content: '';
    background: #79796A;
    width: 1px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    position: absolute;
}*/
/*------------ banner ------------*/
.banner {
    margin-bottom: 135px;
}
.banner .slick-arrow {
    transition: all .2s;
    border: 0;
    color: transparent;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
}
.banner .slick-arrow:hover {
    transition: all .2s;
    background: rgb(37, 196, 65);
}
.banner .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 30px;
}
.banner .slick-prev {
    left: 0;
    bottom: 50px;
}
.banner .slick-prev:before {
    content: "\e100e";
}
.banner .slick-next {
    bottom: 0;
    left: 50px;
}
.banner .slick-next:before {
    content: "\e1020";
}
.btn-scroll {
    display: block;
    width: 70px;
    height: 87px;
    left: 50%;
    bottom: -50px;
    margin: 0 0 0 -35px;
    z-index: 50;
    position: absolute;
    background: url('../../images/common/index/scroll.png');
    display: none;
}
/*------------ more ------------*/
section .more {
    color: #fff;
    line-height: 40px;
    width: 150px;
    margin: 35px auto 0;
    display: block;
    text-align: center;
    background: #383635;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    position:relative;
    z-index:1;
    transition: all .3s ease;
}
section .more:hover {
    
   

}
section .more:before{
    content:'';
    display:block;
    background:#1ea135;
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
    z-index:-1;
    transform:scale(0);
    transition: all .3s ease;
}
section .more:hover:before{
    transform:scale(1);
}
/*------------ sect1 ------------*/
.sect1 {
    max-width: 1820px;
    margin: 0 auto;
    /*background: url('../../images/common/index/about-bg.jpg') no-repeat center top;*/
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0px 0 93px;
}
/*----- news ----*/
.news-box {
    position: relative;
    top: -20px;
    margin: 0 0 20px;
}
.news-box .title {
    background: #79796A;
    color: #fff;
    width: 155px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    float: left;
    font-weight: bold;
}
.news-box .news-marquee {
    background: url('../../images/common/index/news-bg.jpg');
    padding: 15px;
    height: 50px;
    float: right;
    width: calc(100% - 155px);
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
}
.news-marquee .date {
    display: inline-block;
    color: #664C00;
    padding-right: 10px;
    margin-right: -5px;
}
.news-marquee .name {
    display: inline-block;
}
/*ios */
.news-marquee a{
    display: inline-block;
    line-height: 1;
    white-space:nowrap;
    margin-right: 40px;
}
/*/ios*/
.news-marquee .more{
    position: absolute;
    right: 0;
    top: 0;
    width: 93px;
    line-height: 50px;
    background: #ACAC9D;
    font-size: 15px;
    margin: 0;
}
/*----- about ----*/
.about-box {
    position: relative;
}
.about-box .pic {
    position: absolute;
    top: 0;
    max-width: 740px;
}
.about-box .text {
    padding: 45px 70px 27px;
    background: #fff;
    border: 2px solid #1EA135;
    max-width: 840px;
    margin: 40px 0 0 0;
    box-sizing: border-box;
    float: right;
    position: relative;
    z-index: 15;
}
.about-box .text:before{
    content:'ABOUT S&E TECHNOLOGY';
    display:block;
    color:#1EA135;
    font-size:60px;
    font-style:italic;
    position:absolute;
    bottom:100%;
    margin:0 0 -17px;
    right:0;
    letter-spacing:-3px;
    font-family: 'Oswald', sans-serif;
}

/*------------ products ------------*/
.products-sect {
    padding: 60px 0 55px 0;
}


.products-arrow {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 0;
    width: 96px;
}
.products-arrow:before {
    content: "";
    display: block;
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -17px 0 0 0;
}
.products-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
}
.products-arrow .slick-prev {
    float: left;
}
.products-arrow .slick-next {
    float: right;
}
.products-arrow .slick-arrow:before {
    color: #999;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 48px;
    transition:all .3s ease;
}
.products-arrow .slick-arrow:hover:before {
    color: #1ea135;
}
.products-arrow .slick-prev:before {
    content: "\e100e";
}
.products-arrow .slick-next:before {
    content: "\e1020";
}
.product-list {
    margin: 0 -17px;
}
.product-list li {
    width: 20%;
    padding: 0 17px;
}
.product-list li .box {
    margin: 0 auto;
    max-width: 260px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.product-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:80;
}
.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    border: 1px solid #fff;
    margin: 0 auto 3px;
    max-width: 260px;
}
.product-list .pic:before,
.product-list .pic:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}
.product-list .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, .80);
    z-index: 50;
}
.product-list .pic:after {
    content: "\e100d";
    font-size: 30px;
    color: #FFFFFF;
    z-index: 100;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}
.product-list .box:hover .pic:before,
.product-list .box:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}
.product-list li .box:hover .pic:after {
    top: 50%;
}
.product-list .text {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 8px 10px;
    position:relative;
    z-index:1;
    transition: all .3s ease;
}
.product-list li .box:hover .text{
    
}
.product-list li .box .text:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:calc(100% - 2px);
    bottom:0;
    background: #1EA135;
    z-index:-1;
    transition:all .4s ease-in;
}
.product-list li .box:hover .text:before{
    top:0;
}
.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    transition:all .3s ease;

}
.product-list li .box:hover .name{
    color:#fff;
}

/*------------ sect3 ------------*/
.sect3 {
    padding: 50px 0;
    background: url('../../images/common/index/service-bg.jpg') fixed;
    background-size: cover;
    margin: auto;
    position:relative;
    z-index:1;
}
.sect3:before{
    content:'';
    display:block;
    width:713px;
    height:483px;
    position:absolute;
    right:5%;
    top:calc(50% - 241.5px);
    background: url('../../images/common/index/service_item.png') no-repeat;
    z-index:-1;
}
.sect3 .service-box {
    position: relative;
}
.service-box{
    max-width: 840px;

}

.service-box .title .more{
    /* float: right; */
    /* width: 151px; */
    position: absolute;
    right: 0;
    top: calc(100% - 40px);
}
.sect3 .more {
    margin: 0 auto;
}
/*---- album ----*/
.album-sect{
    padding:70px 0;
}
.album-list {
    width: 100%;
    box-sizing: border-box;
}
.album-list li {
    width: calc((100% / 6) - 0.1px);
    padding: 0;
}
.album-list li .pic {
    overflow: hidden;
    position: relative;
    max-width: 260px;
    margin: 0 auto;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.album-list .box{
    position: relative;
}
.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 li .pic:before,
.album-list li .pic:after,
.album-fancybox .slider-nav .pic:before,
.album-fancybox .slider-nav .pic:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}
.album-list li .pic:before,
.album-fancybox .slider-nav .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, .80);
}
.album-list li .pic:after,
.album-fancybox .slider-nav .pic:after {
    content: "\e100d";
    font-size: 30px;
    color: #FFFFFF;
    z-index: 100;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:after,
.album-fancybox .slider-nav .item:hover .pic:before,
.album-fancybox .slider-nav .item:hover .pic:after,
.album-fancybox .slick-current .pic:before,
.album-fancybox .slick-current .pic:after {
    transition: all .2s;
    opacity: 1;
}
.album-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(30, 161, 53,0.8);
    color: #FFFFFF;
    text-align: left;
    padding: 9px 20px;
    box-sizing: border-box;
    transition: all .2s;
}
.album-list li .name:before{
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    content: "\e1111";
    position:relative;
    top:-3px;
}

.album-list .box:hover .name {
    transition: all .2s;
    text-decoration: underline;
    background: rgba(30, 161, 53,0.87);
}
/*---- fancybox ----*/
.album-fancybox {
    position: relative;
}
.gallery-btn {
    max-width: 620px;
    margin: 0 auto;
    text-align: right;
}
.album-fancybox .close {
    background: none;
    width: auto;
    height: auto;
    color: #FFFFFF;
    z-index: 150;
}
.album-fancybox .slick-arrow {
    background: transparent;
    border: 0;
    color: transparent;
}
.album-fancybox .close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.album-fancybox .close:hover {
    color: #DCDDD5;
}
.album-fancybox .stage {
    background: #CECEBF;
    max-width: 620px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 10px 20px;
}
.album-fancybox .slick-arrow {
    width: 39px;
    height: 55px;
    background: url('../../images/common/album/arrow.png');
    position: absolute;
    top: 50%;
    margin-top: -23px;
    background-position: 0 100%;
    cursor: pointer;
}
.album-fancybox .slick-arrow:hover {
    background-position: 0 0;
}
.album-fancybox .slick-prev {
    left: -60px;
}
.album-fancybox .slick-next {
    right: -60px;
    transform: rotate(180deg);
}
.album-fancybox .title-box {
    margin: 3px 0 0 0;
    color: #2F2F2F;
}
.album-fancybox .title-box .title {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 8px 10px;
    color: #FFFFFF;
    background: #1B1B1B;
    font-weight: normal;
}
.album-fancybox .title-box .title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
.album-fancybox .gallery-page {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 10px 0 50px;
}
.album-fancybox .gallery-page .current {
    font-weight: bold;
    color: #FFEEBF;
    display: inline-block;
    margin: 0 3px;
    text-decoration: underline;
}
.album-fancybox .thumbnails {
    padding: 15px;
    background: #CECEBF;
    max-width: 750px;
    box-sizing: border-box;
}
.album-fancybox .slider-nav {
    margin: 0 -15px;
}
.album-fancybox .slider-nav .item {
    padding: 0 15px;
    cursor: pointer;
    outline: 0;
}
.album-fancybox .slider-nav .pic {
    max-width: 158px;
    position: relative;
    margin: 0 auto;
}
/*---- service ----*/
.service-box .editor {
    background: rgba(79,79,79,0.8);
    display: block;
    box-sizing: border-box;
    padding: 20px;
}
/*---- links ----*/
.links-sect{
    padding: 40px 0;
}
.links-list li{
    width: 16.66%;
}
.links-list li:nth-child(6n+1){
    clear: both;
}
.links-list .box{
    position: relative;
    max-width: 210px;
    margin: 0 auto 40px;
}
.links-list a.cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}
.links-list .name{
    color: #464637;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1500px) {
    .sect3 .albums-box,
    .sect3 .service-box {
        width: auto;
        float: none;
        padding: 0;
    }
    .sect3 .albums-box {
        margin: 0 0 70px;
    }
    .album-list li:nth-child(6n+1) {
        clear: left;
    }
    .album-list li:nth-child(3n+1) {
        clear: none;
    }
    .album-list li {
        width: calc(100% / 6);
    }
}
@media screen and (max-width: 1280px) {
    .sect1 {
        padding: 0;
    }
    .about-box .text {
        max-width: 100%;
        float: none;
        margin: -20px 0 0 0;
    }
    .about-box .pic {
        position: static;
        margin: 15px auto 0;
    }
    .albums-box{
        max-width: 780px;
        margin: 0 auto;
    }
    .album-list {
        max-width: 780px;
        margin: 0 auto;
    }
    .album-list li:nth-child(3n+1) {
        clear: left;
    }
    .album-list li {
        width: calc((100% / 3) - 0.1px);
    }
}
@media screen and (max-width: 1000px) {

    .about-box .title span, .service-box .title span{
        margin-left: 0;
    }
    .service-box .editor {
        
    }
    .album-list {
        max-width: 520px;
        margin: 0 auto;
    }
    .album-list li:nth-child(3n+1) {
        clear: none;
    }
    .album-list li:nth-child(2n+1) {
        clear: left;
    }
    .album-list li {
        width: 50%;
    }
    .links-list li{
        width: 50%;
    }
    .products-sect .title, .album-sect .title, .about-box .title, .service-box .title{
        font-size:24px;
    }
    .about-box .text:before{
        font-size: 45px;
        margin: 0 0 -12px;
    }
}
@media screen and (max-width: 600px) {
    .banner {
        margin-bottom: 108px;
    }
    .banner .slick-arrow {
        transform: scale(0.6);
    }
    .banner .slick-prev {
        left: -10px;
        bottom: 20px;
    }
    .banner .slick-next {
        bottom: -10px;
        left: 20px;
    }
    .news-box .title,
    .news-box .news-marquee {
        float: none;
        width: auto;
        height: 35px;
        line-height: 35px;
    }
    .news-marquee .more{
        line-height: 35px;
    }
    .news-box .news-marquee {
        padding: 0 10px;
    }
    .news-marquee .date,
    .news-marquee .name {
        line-height: 1.2;
    }
    .about-box .text {
        padding: 25px 15px;
    }
    .products-sect .title {
        /* padding-bottom: 30px; */
    }
    .products-arrow {
        /* left: 50%; */
        /* top: 102px; */
        /* margin: 0 0 0 -48px; */
        /* height: 45px; */
    }
    section .more{
        width:120px;
    }
    .about-box .text:before{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .album-list li {
        width: 100%;
        padding: 0 0 20px;
    }
}
