@charset "utf-8";
/* flexslider */
.in-product-list{
    position: relative;
    height: 400px;
}
.in-product-list .prev,.in-product-list .next{
    position: absolute;
    top: 50%; margin-top:-23px;
    width: 46px;
    height: 46px;
    z-index: 50;
    background: url("/Html/images/sprite.png") no-repeat;
    transition: all 0.3s; cursor:pointer;
}
.product .in-product-list .prev,.product .in-product-list .next{
    top: 177px;
}
.in-product-list .prev{
    left: -54px;
    background-position: -42px 0;
}
.in-product-list .next{
    right: -54px;
    background-position: -103px 0;
}
.in-product-list:hover .prev{
    left: 54px;
}
.in-product-list:hover .next{
    right: 54px;
    background-position: -103px 0;
}
.in-product-list ul{
    height: 100%;
    width: 200%;
}
.in-product-list li{
    float: left;
    position: relative;
    width: 614px;
    height: 400px;
    overflow: hidden;
}
.in-product-list a{
    display: block;
    width: 100%;
    height: 100%; text-decoration:none;
}
.in-product-list img{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.in-product-list li:hover img{
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
}
.in-product-list li .shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 5;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
    transition: opacity 0.2s;
}
.in-product-list li:hover .shadow{
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}
.in-product-list .title-box{
    position: relative;
    z-index: 20;
    top: 50%; margin:-80px 0 0 -80px;
    left:50%;
    width: 160px;
    height: 160px;
    background: url("/Html/images/circle.png") no-repeat;
}
.in-product-list .title-box h3{
    padding-top: 60px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
}
.in-product-list .title-box .eng{
    font-size: 12px;
    color: #dfe0e1;
    text-align: center;

}
.in-product-list li:hover .title-box h3{
    color: #fff;
}
.in-product-list li:hover .title-box .eng{
    color: #fff;
}
.wrap{
    max-width: 100%;
    min-width: 400px;
    overflow: hidden;
}


@media screen and (max-width: 768px) and (min-width: 0px){
  .wrap { height:250px;}
  .in-product-list { height:250px;}
  .in-product-list li { width:384px; height:250px;}
  .in-product-list .prev{left: 10px;}
  .in-product-list .next{right: 10px;}
  .in-product-list:hover .prev{left: 20px;}
  .in-product-list:hover .next{right: 20px;}
}
<!--ºÄÊ±1779970691.7298Ãë-->