﻿
.products-banner{
  width: 100%;
  height: 100vh;
  padding-top: 94px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.products-banner-list-box{
    width: 100%;
    height: 100%;
    display: block;
}
.products-banner-list{
    display: block;
    height: 100%;
    overflow: hidden;
}
.products-banner-list span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all .5s ease;
    transform: scale(0.5);
     -webkit-filter:blur(2px);
     cursor: pointer;
}
.products-banner-list.slick-center span{
    transform: scale(1);
     -webkit-filter:blur(0px);
}

.index-banner-list-box{
    width: 100%;
    height: 100%;
    display: block;
}
.products-box{
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
    overflow: hidden;
}
.products-bg-box{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.products-bg-box span{
    width: 100vw;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.products-bg2-box{
    width: 800px;
    max-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 66% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 66% 0, 100% 100%, 0% 100%);
    overflow: hidden;
}
.products-bg2{
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.products-bg2 span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

     -webkit-filter:blur(5px);
}
.products-bg2-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #313131;
    opacity: 0.9;
}
.products-info-box{
    width: 800px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    padding: 30px;
    height: 100%;
    overflow: hidden;

}

.products-ifno-article{
    font-size: 18px;
    color: #FFF;
    margin-top: 20px;
    letter-spacing: 1px;
}
.products-ifno-article p{
    margin-bottom: 5px;
}
.products-ifno-article p:nth-child(1){
    width: 60%;
}
.products-ifno-article p:nth-child(2){
    width: 62%;
}
.products-ifno-article p:nth-child(3){
    width: 70%;
}
.products-ifno-article p:nth-child(4){
    width: 75%;
}
.products-ifno-article p:nth-child(5){
    width: 80%;
}
.products-ifno-article p:nth-child(6){
    width: 80%;
}
.products-ifno-article p:nth-child(7){
    width: 83%;
}
.products-ifno-article p:nth-child(8){
    width: 90%;
}
.products-modern{
    width: 100%;
    background-color: #2c4e8b;
    text-align: center;
    padding: 82px 0;
    color: #FFF;
    position: relative;
    z-index: 1;
}
.products-modern-title{

    font-size: 28px;
    color: #FFF;
    letter-spacing: 1px;
}
.products-modern-line{
    width: 50px;
    height: 1px;
    display: block;
    margin: 0 auto;
    background-color: #c0a264;
    margin-bottom: 10px;
    margin-top: 5px;
}
.products-modern-p{
    font-size: 20px;
    letter-spacing: 1px;
}
.products-our-title{
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #c0a264;
    font-family: "Acme";
    letter-spacing: 2px;
    padding: 15px 0;
}
.products-our{
    width: 100%;
    display: block;
    font-size: 0;
}
.products-our-list{
    width: calc(100% / 5);
    display: inline-block;
    vertical-align: top;
    height: 700px;
    position: relative;
}
.products-our-img-box{
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.products-our-img-box> span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .5s ease;
}
.products-our-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(44,78,139,0.5);
    padding: 20px;
    box-sizing: border-box;
    transition: all .5s ease;
}
.products-our-mask-border{
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #FFF;
    box-sizing: border-box;
    transition: all .5s ease;
    opacity: 0;
}
.products-our-list-title-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    color: #FFF;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    flex-direction:column;
    padding: 30px;
    box-sizing: border-box;

}
.products-our-list-title{
    font-size: 28px;
    letter-spacing: 2px;
    color: #FFF;
    font-family: "Acme";
    padding: 40px 25px;
    transition: all .5s ease;
    text-align: center;
}



/*--------------products-page-----------------*/
.products-page-box{
    width: 100%;
    display: block;
    padding-top: 94px;
}
.products-page-class-title-box{
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 0;
    position: relative;
    background-color: #c0a264;
}

.products-page-class-title{
    font-size: 28px;
    color: #FFF;
    font-family: "Acme";
    letter-spacing: 2px;
}
.products-page-class-title-box .products-page-class-prev{
    font-size: 28px;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 20px;
}
.products-page-class-title-box .products-page-class-next{
    font-size: 28px;
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 20px;
}
.products-page-class-box{
    width: 100%;
    display: block;
    font-size: 0;
    overflow: hidden;
    background-color: #313131;
}
.products-page-class{
    width: 20%;
    padding: 10px 0;
    background-color: #313131;
    display: inline-block;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    font-family: "Acme";
    letter-spacing: 2px;
    position: relative;
}
.products-page-class:after{
    content: 'none';
    width: 1px;
    height: 100%;
    background-color: #FFF;
    display: block;
    right: -1px;
    top: 0;
    position: absolute;
    font-size: 0;
    z-index: 1;
}

.products-page-info-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding:80px 0;
}
.products-page-top-box{
    font-size: 0;
    width: 100%;
    display: block;
}
.products-page-img-box{
    width: 800px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.products-page-b-img-box{
    width: 100%;
    display: block;
}
.products-page-b-img-box,
.products-page-b-img{
    height: 500px;
}
.products-page-b-img{
    position: relative;
}
.products-page-info-right{
    width: calc(100% - 800px);
    display: inline-block;
    vertical-align: top;
}

.products-page-b-img{
    width: 100%;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    box-sizing: border-box;
}
.products-page-s-img-box{
    width: 100%;
    display: block;
    margin-top: 10px;
    height: 100px;
    overflow: hidden;
}
.products-page-s-img{
    width: 100px;
    height: 100px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.products-page-info-title-box{
    width: 100%;
    height: 300px;
    display: block;
    background-color: #2c4e8b;
}
.products-page-info-title{
    font-family: "Acme";
    color: #FFF;
    font-size: 24px;
    letter-spacing: 2px;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;

}
.products-page-info-download{
    width: 100%;
    height: 200px;
    display: block;
}
.products-page-info-icon{
    width:160px;
    max-width: 100%;
    background-color: #c0a264;
    color: #FFF;
    line-height: 200px;
    font-size: 60px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}
.products-page-info{
    width: calc(100% - 160px);
    color: #FFF;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 200px;
    text-align: center;
    font-family: "Acme";
    letter-spacing: 1px;
    color: #FFF;
    background-color: #626262;
    font-size: 22px;
}
.products-page-edit {
    margin-top:20px;
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
    padding-bottom: 50px;
}

#products .slick-prev, 
#products .slick-next{
    z-index: 5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    max-width: 100%;
    transition: all .5s ease;
}
.products-our-box .slick-next{
    right: 10px;
    transition: all .5s ease;
    background-image: url(../img/products-right2.png);
}

.products-our-box .slick-next:hover{
    background-image: url(../img/products-right.png);
}
.products-our-box .slick-prev{
    left: 10px;
    transition: all .5s ease;
    background-image: url(../img/products-left2.png);
}
.products-our-box .slick-prev:hover{
    background-image: url(../img/products-left.png);
}
#products .slick-prev:hover, 
#products .slick-next:hover{
    opacity: 1;
}
.products-our-box .slick-prev:before, 
.products-our-box .slick-next:before{
    display: none;
}
.products-page-b-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rwd-download-arrow-left{
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/products-left2.png);
    position: absolute;
    top: calc(50% - 10px);;
    left: 10px ;
    opacity: 0;
    pointer-events: none;
}
.rwd-download-arrow-right{
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/products-right2.png);
    position: absolute;
    top: calc(50% - 10px);
    right: 10px; 
    opacity: 0;
    pointer-events: none; 
}
.file-active .rwd-download-arrow-right{
    opacity: 1;
    pointer-events: auto;
}

.file-active.download-open .rwd-download-arrow-right{
    opacity: 0;
    pointer-events: none;
}
.file-active.download-open .rwd-download-arrow-left{
    opacity: 1;
    pointer-events: auto;
}

.products-page-s-img.slick-current{
    border: 2px solid #c0a264;
    box-sizing: border-box;
}
.products-page-s-img{
    cursor: pointer;
}

.products-page-b-title{
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding: 5px 20px;
    color: #000;
    background-color: #eee;
}
#products .products-banner .slick-next,
#products .products-banner .slick-prev{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.products-banner .slick-prev:before, 
.products-banner .slick-next:before{
    display: none;
}
.products-banner .slick-prev{
    left: 10px;
    background-image: url(../img/products-left.png);
}
.products-banner .slick-next{
    right: 10px;
    background-image: url(../img/products-right.png);
}