@charset "utf-8";
/* CSS Document */


.wrapp{ width:800px; margin:0 auto; position:relative; z-index:1;margin-top:5%;}

.ds{width:100%;float:left;}
.prio{width:100%;float:left;overflow:hidden;}

.prio ul > div{width:25%;float:left;margin-right:2%;}
.prio ul > div span{width:100%;float:left;}
.prio ul > div span img{max-width:100%;}
.prio ul > div p{width:100%;float:left;height:40px; background-color:#ccc;line-height:40px; color:#666;}
.prio ul{display: flex;}
#prodcut-nav ul{display: block ruby;}
.prodcut-nav{ width:100%; overflow:hidden; position:relative; z-index:11; text-align:center; /*margin-top:-10px; margin-bottom:-32px;*/}
.prodcut-nav li{ background-color:#ccc;width:200px; height:auto;  line-height:100%; text-align:center;}
.prodcut-nav  a{ display:block; height:50px;width:200px; color:#666; line-height:50px; font-size:16px; -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

.pro-icon{ display:block; background:url(../images/product_icon.png); width:80px; height:80px; margin:0 auto 10px;}
.prodcut-nav  .hover a,.prodcut-nav  a:hover{ background:#c7000a; color:#fff}
.prodcut-nav  .hover a .pro-icon,.prodcut-nav  a:hover .pro-icon{ background-image:url(../images/product_icon_h.png)}
.pro-icon-2{ background-position:0 -80px}
.pro-icon-3{ background-position:0 -160px}
.pro-icon-4{ background-position:0 -240px}
.pro-icon-5{ background-position:0 -320px}
.pro-icon-6{ background-position:0 -400px}


.pro-nav-img{ height:540px; position:relative;}
.pro-nav-img li{ width:100%; height:540px; background-position:center center; height:540px; width:100%; position:absolute; left:0; right:0; top:0; bottom:0; display:none; cursor:pointer; overflow:hidden}
.pro-nav-img li .li-bg{ width:100%; height:540px; width:100%; height:540px; background-position:center center; height:540px; width:100%; position:absolute; left:0; right:0; top:0; bottom:0; cursor:pointer;}
.pro-nav-img li:hover{ opacity:0.99;}

.pro-nav-text{ position:absolute; top:15%; left:0; right:0; text-align:center; color:#fff; z-index:12}
.pro-nav-text .t1{ font-size:36px; padding-bottom:27px;}
.pro-nav-text .t2{ font-size:16px; line-height:26px;}
.pro-nav-text .t3{ display:inline-block; border-radius:40px; border:1px solid #fff; width:160px; height:40px; border:1px solid #fff; line-height:40px; font-size:14px; margin-top:33px;background: url(../images/icon-go2.png) no-repeat 80% center;}
.pro-nav-img li .li-bg{
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;}
.pro-nav-img li:hover .li-bg{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;}
  
.pro-nav-img li:hover .t3{
  background:#c7000a;
  color:#fff;
  border-color:#764F48
}




.classics-box {
    width: 100%;
    height: auto;float:left;

    position: relative;

}.classics {
    width: 100%;
    overflow: hidden;
}.white-title{
    width: 100%;
    overflow: hidden;
    padding: 100px 0 50px 0;
    text-align: center;
}
.white-title p{
    font-size: 22px;
    color: #fff;
    display: inline-block;
    position: relative;
}
.white-title p:before{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 50%;
    width: 44px;
    height: 1px;
    background: #fff;
    margin-left: -60px;   
}
.white-title p:after{
    content: "";
    position: absolute;
    right: 0%;
    bottom: 50%;
    width: 44px;
    height: 1px;
    background: #fff;
    margin-right: -60px;   
}
.white-title h6{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
}

.classics-piclist{
    overflow: hidden;
    left: 3%;
    top: 20%;
}

.classics-piclist-top{
    width: 100%;
    overflow: hidden;
}
.classics-piclist-top li{
    height: 480px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.classics-piclist-top li:nth-child(1){
    width: 49.4%;
}
.classics-piclist-top li:nth-child(2){
    width: 24.2%;
    margin-left: 1.1%;
}
.classics-piclist-top li:nth-child(3){
    width: 24.2%;
    margin-left: 1.1%;
}
.classics-piclist-pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.classics-piclist-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.classics-piclist-title{
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
}
.classics-piclist-title h6{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.classics-piclist-shade{
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-color: #fff;
    opacity: 0;
    transition: all .6s ease-in-out;
}
.classics-piclist-top li:hover .classics-piclist-shade{
    height: 100%;
    opacity: 1;
}

.classics-piclist-st{
    width: 100%;
    height: 68px;
    line-height: 68px;
    background-color:#c7000a;
    color: #fff;
    font-size: 20px;
    font-weight:bold;
    text-align: center;
}
.classics-piclist-sp{
    width: 100%;
    padding: 30px;
    overflow: hidden;
    height: 320px;
    text-align: center;
}
.classics-piclist-sp img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.classics-piclist-sl{
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 32px;
}
.classics-piclist-sl a{
    display: inline-block;
    width: 154px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.classics-piclist-sl a:hover{
    color: #22a808;
}
.classics-piclist-sl a:nth-child(1){
    border-right: 1px solid #bababa;
}
.classics-piclist-sl a:nth-child(1) i{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url('../images/classics_search.png');
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.classics-piclist-sl a:nth-child(2) i{
    display: inline-block;
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('../images/classics_link.png');
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.classics-piclist-bottom{
    width: 100%;
    overflow: hidden;
    margin-top: 1.1%;
}
.classics-piclist-bottom li{
    height: 480px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 24.2%;
}

.classics-piclist-bottom li:nth-child(n+2){
    margin-left: 1.06%;
}

.classics-piclist-bottom li:hover .classics-piclist-shade{
    height: 100%;
    opacity: 1;
}
@media all and (max-width:1200px){   	.pro-nav-img li .li-bg{height:420px;}
   .pro-nav-img li{height:420px;} 
   .pro-nav-img{height:420px;}}



@media all and (max-width:900px){   	.pro-nav-img li .li-bg{height:400px;}
   .pro-nav-img li{height:400px;} 
   .pro-nav-img{height:400px;}}


@media all and (max-width:768px){

	.prio ul{display:inherit;}
   .prio ul > div{width:49%;margin-right:0;}   
   .prio ul > div:nth-child(2n){float:right;}
   	.pro-nav-img li .li-bg{height:800px;}
   .pro-nav-img li{height:800px;} 
   .pro-nav-img{height:800px;}
   #prodcut-nav ul{display:block;}
   .prodcut-nav li{width:50%;float:left;}
      .prodcut-nav li a{width:100%;}
	  .wrapp{width:100%;}
	  .pro-nav-text{top:5%;}
	  .prodcut-nav a{ font-size:14px;}
	  .classics-piclist-title h6{ font-size:14px;}
	  .classics-piclist-top li:nth-child(1){width:100%;margin-bottom:5%;}
	  .classics-piclist-top li:nth-child(2){width:49%;margin-left:0;}
	  .classics-piclist-top li:nth-child(3){width:49%;float:right;}
	  .classics-piclist-bottom li{width:49%;margin-left:0;margin-top:5%;}
	   .classics-piclist-bottom li:nth-child(2n){float:right;}
	   .classics-piclist-bottom li:nth-child(n+2){margin-left:0;}
   }






@media all and (max-width:570px){
	.pro-nav-img li .li-bg{height:600px;}
   .pro-nav-img li{height:600px;} 
   .pro-nav-img{height:600px;}
   
   }




