/*------------ / 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: 50px;
}
.news-sect-title span,
.album-sect-title span,
.about-sect-title,
.service-sect-title span,
.products-sect-title span {
    font-size:36px;
    font-family: 'Teko', sans-serif;
}

.news-sect-title span:after,
.album-sect-title span:after,
.about-sect-title:after,
.service-sect-title span:after,
.products-sect-title span:after {
    content:'';
    display:block;
    width:50px;
    height:3px;
    background:#44AF83;
}
.service-sect-title span:after{
    margin:0 auto;
    background:#A5DCC6;
}
/*------------ / more ------------*/
.btn.more,
.more{
    position: relative;
    z-index:1;
}
.ibtn.more:before,
.btn.more:before,
.more a:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ibtn.more:before,
.btn.more:before,
.more a:before {
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  opacity: 0;
  background: #efefef;
  transform: scale(0.1, 0.1);
  border-radius: 50%;
}
.ibtn.more:hover:before,
.btn.more:hover:before,
.more:hover a:before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}
/*------------ / products ------------*/
.sect1 {
    padding: 30px 0;
}
.products-sect-title {
    
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px 0px;
    margin: 0 0 15px;
}
.products-sect-title span {
    color: #324048;
    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;
}
.products-sect-title .more a{
    width: 76px;
    height:33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #666666;
    border: 1px solid #bdbdbd;
    
    font-family: 'Teko', serif;
    transition:all .5s ease;
    letter-spacing:0.1em;
}
.products-sect-title .more a:hover{
    
    color:#0BB6BD;
    letter-spacing:0.2em;
}
.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:after{
    border-bottom: 3px solid #656565;
    width:20px;
    content:'';
    display:block;
    transition: all .5s ease;
    left:0px;
    opacity:0;
}
.products-list .box:hover:after{
    opacity:1;
    width:100%;
    left:50px;
    border-bottom-color: #0CB3BA;
}
.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: 10px;
    left: 10px;
    color: #ddd;
    border: 1px solid #ddd;
    padding: 0 3px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.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;
    -o-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 5px 8px;
}
.products-list .description {
    font-size: 14px;
    color: #777777;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.products-list .name {
    color: #324048;
    font-size: 18px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
}
.products-list .box:hover .name {
    color: #0CB3BA;
}
.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: 10px;
    height: 10px;
    margin:5px;
    cursor: pointer;
    border-radius:100%;
    background:#8b8b8b;
}
.products-sect .slick-dots li.slick-active button {
    background:#0CB3BA;
}

/*------------ / about ------------*/
.sect2 {
    padding: 80px 0;
    background: url('../../images/common/about_bg.jpg')50% 55% no-repeat;
}
.sect2 .container {
    max-width: 1300px;
    padding: 0 0 0px;
}
.about-sect {
    

    position: relative;
    overflow: hidden;
}
/*
.about-sect:before{
    content:'';
    display:block;
    mix-blend-mode: overlay;
    background: url('../../images/common/about_w.png') 0% 50% no-repeat; 
    width:118px;
    height:435px;
    position:absolute;
    left:0;
    top:calc(50% - 217.5px);
}*/
.about-sect-title {
    color: #324048;
    font-weight: bold;
    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 {
    float: right;
    width: 50%; 
    margin-right: 0%;
    line-height: 1.55;
    padding: 28px 48px 65px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: rgba(255,255,255,0.95);
    box-shadow: 1px 1px 25px rgba(0,0,0,0.13);
}
.about-sect .editor {
    /* min-height: 220px; */
}
.about-sect .ibtn.more {
    text-indent:inherit;
    margin-top: 40px;
    text-align:center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight:bold;
    color: #666666;
    border: 1px solid #bdbdbd;
    font-family: 'Teko', serif;
    transition:all .5s ease;
    letter-spacing:0.1em;
}
.about-sect .ibtn.more:hover {
    color:#0BB6BD;
    letter-spacing:0.2em;
}
/*------------ / album ------------*/

.sect3 {
    padding: 30px 0;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px ;
    margin: 0 0 15px;
}
.album-sect-title span {
    color: #324048;
    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-sect-title .more a{
    text-align: center;
    width: 76px;
    height:33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #666666;
    border: 1px solid #bdbdbd;
    font-family: 'Teko', serif;
    transition:all .5s ease;
    letter-spacing:0.1em;
}
.album-sect-title .more a:hover{
    color:#0BB6BD;
    letter-spacing:0.2em;
}
.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;
    width: 10px;
    height: 10px;
    margin:5px;
    cursor: pointer;
    border-radius:100%;
    background:#8b8b8b;
}
.album-sect .slick-dots li.slick-active button {
    background:#0CB3BA;
}
.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:before{
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border: 8px solid #0BB6BD;
    z-index: 1;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), -webkit-transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1);
    transition: opacity 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), -webkit-transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1);
    transition: transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), opacity 0.25s cubic-bezier(0.21, 0.66, 0.26, 1);
    transition: transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), opacity 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), -webkit-transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1);
    -webkit-transform: scale(0.92, 0.95);
    transform: scale(0.92, 0.95);
}
.album-list .box:hover:before{
    opacity: 1; 
    -webkit-transform: scale(1);
            transform: scale(1);
}
.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;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .txt {
    border: 1px solid #ddd;
    padding: 10px 15px 40px 15px;
    position: relative;
}
.album-list .txt:after {
    content: 'MORE';
    display: inline-block;
    color: #000;
    font-family: 'Teko', serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    border-bottom: 1px solid #1a1a1a;
    position:absolute;
    right: 15px;
    bottom: 15px;
    transition:all .3s ease;
}
.album-list .box:hover .txt:after {
    letter-spacing:0.2em;
    padding: 5px 0px 0px 10px;
    color:#1c272d;
    border-bottom: 1px solid #0CB3BA;
}
.album-list .name {
    color: #324048;
    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: #0CB3BA;
}

/*------------ / service ------------*/

.sect5 {
    padding: 30px 0;
    background: linear-gradient(90deg, #01F0D9, #01698C);
    background-size: 200% 200%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
    margin-top: 40px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    border-radius:0;
    color: #f2f2f2;
    border: 1px solid #f1f1f1;
    
    font-family: 'Teko', serif;
    transition:all .5s ease;
    letter-spacing:0.1em;
}
.sect5 .btn.more:hover {
    
    color:#0BB6BD;
    letter-spacing:0.2em;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
    display: none;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px 11%;
}
.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;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}
.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;
}

/*------------ / news ------------*/

.sect4 {
    padding: 20px 0;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px 0px;
    margin: 0 0 15px;
}
.news-sect-title span {
    color: #324048;
    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;
    height:33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #666666;
    border: 1px solid #bdbdbd;
    font-family: 'Teko', serif;
    transition:all .5s ease;
    letter-spacing:0.1em;
}
.news-sect-title .more a:hover{
    color:#0BB6BD;
    letter-spacing:0.2em;
}
.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;
    width: 10px;
    height: 10px;
    margin:5px;
    cursor: pointer;
    border-radius:100%;
    background:#8b8b8b;
}
.news-sect .slick-dots li.slick-active button {
    background:#0CB3BA;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto;
    /* background: #666b8a; */
    position: relative;
    border: 1px solid #ddd;
    overflow:hidden;
}
.news-list .box:before{
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border: 8px solid #0BB6BD;
    z-index: 1;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), -webkit-transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1);
    transition: opacity 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), -webkit-transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1);
    transition: transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), opacity 0.25s cubic-bezier(0.21, 0.66, 0.26, 1);
    transition: transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), opacity 0.25s cubic-bezier(0.21, 0.66, 0.26, 1), -webkit-transform 0.25s cubic-bezier(0.21, 0.66, 0.26, 1);
    -webkit-transform: scale(0.92, 0.95);
    transform: scale(0.92, 0.95);
}
.news-list .box:hover:before{
    opacity: 1; 
    -webkit-transform: scale(1);
            transform: scale(1);
}
.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 {
    
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
/*
.news-list .box:hover .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/news/hover.png') 100% 100% / 24% auto no-repeat;
}*/
.news-list .txt {
    position: relative;
    padding: 15px 20px;
}
.news-list .name {
    color: #324048;
    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  {
    
}
.news-list .description {
    color: #777;
    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;
    font-family: 'Teko', serif;
    background: #53565a;
    padding:0 15px;
    color: #ccc;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.news-list .box:hover .date {
    background:#324048;
    color: #0CB3BA;
}
/*************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) {
    .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;
    }
}
@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 {
        background: none;
        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;
    }
    .about-sect .txt-box {
        width: 100%;
    }

}
@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;
    }
    .service-sect-title span,
    .news-sect-title span,
    .album-sect-title span,
    .products-sect-title span{
        border-left:none;
        border-bottom: none;
        padding: 0;
    }
    .service-sect-title span:after,
    .news-sect-title span:after,
    .album-sect-title span:after,
    .products-sect-title span:after{
        content: '';
        display: block;
        
        width: 37px;
        height: 2px;
        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;
    }
}
@media screen and (max-width: 400px) {


}