@charset "utf-8";
/* CSS Document */

*{
    font-family: "Oswald",sans-serif;
    outline: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    box-shadow: none!important;
}
a:hover{
    text-decoration: none;
}
body{
    width: 100%;
/*    max-width: 1920px;*/
    margin: 0 auto;
    font-size: 14px;
    background: #fff;
}
.index_produscts_list_wrap_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top:0;
    left: 0;
}
.index_produscts_list_wrap_bg:after{
    content: "";
    background-color: #014099;
    position: absolute;
    width: 500px;
    right: -250px;
    left: auto;
    bottom: -183px;
    transform: rotate(30deg);
    height: 866px;
}
.jy_content{
    max-width: 1800px;
    margin: 0 auto;
}
.index_produscts_list_wrap{
    padding-left:40px;
    padding-right: 40px;
}
.index_produscts_list{
    margin: 0 -10px;
}
.index_produscts_list .item{
    width: 50%;
    float: left;
    padding: 10px;
}
.index_produscts_list .item-inner{
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #e6e6e6;
    background-image: url(../images/index_pro_bg.jpg);
}
.index_produscts_list .item-inner:before, .index_produscts_list .item-inner:after {
    content: '';
    display: block;
    width: 200%;
    height: auto;
    bottom:0;
    background-color: rgba(255,255,255,.5);
    background-color: #eaeaea;
    position: absolute;
    left: -100%;
    top: -1px;
    -webkit-clip-path: polygon(50% 0,100% 0,50% 100%,0 100%);
    clip-path: polygon(50% 0,100% 0,50% 100%,0 100%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.index_produscts_list .item-inner:before {
    left: -200%;
    margin-left: 2px;
    background-color: #f2f2f2;
}
.index_produscts_list .item-inner:hover:before {
    left: -100%;
}
.index_produscts_list .item-inner:hover:after {
    left: 0;
}
.index_produscts_list .item .item-img {
    display: block;
    padding: 22% 0;
    margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: cover;
}
.index_produscts_list .item:nth-child(5n+1) .item-img {
    padding: 45.4% 0;
}
.index_produscts_list .item:nth-child(5n+4) .item-img {
    padding: 18.8% 0;
}
.index_produscts_list .item:nth-child(5n) .item-img {
    padding: 28.5% 0;
}
.index_produscts_list .item .item-info {
    position: absolute;
    left: 3rem;
    top: 2.5rem;
    z-index: 2;
}
.index_produscts_list .item .item-info>h4{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.6rem;
    color:#333;
}
.index_produscts_list .item .item-info>h4:after{
    margin-top: 10px;
    width: 3em;
    background: #b4191f;
    height: 2px;
    content: "";
    display: block;
}
