﻿@media (min-width: 1025px) {

    .animate .delay1{
        transition-delay: .1s;
    }
    .animate .delay2{
        transition-delay: .2s;
    }
    .animate .delay3{
        transition-delay: .3s;
    }
    .animate .delay4{
        transition-delay: .4s;
    }
    .animate .delay5{
        transition-delay: .5s;
    }
    .animate .delay6{
        transition-delay: .6s;
    }
    .fade-in{
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity 1s;
    }
    .fade-in-up{
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(30px);
        transition: transform 1s,opacity 1s;
    }
    .fade-in-down{
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(-30px);
        transition: transform 1s,opacity 1s;
    }
    .fade-in-right{
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(30px);
        transition: transform 1s,opacity 1s;
    }
    .fade-in-left{
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(-30px);
        transition: transform 1s,opacity 1s;
    }
    .animate .fade-in{
        opacity: 1;
        filter: alpha(opacity=1);
    }
    .animate .fade-in-up{
        opacity: 1;
        filter: alpha(opacity=1);
        transform: translateY(0);
    }
    .animate .fade-in-down{
        opacity: 1;
        filter: alpha(opacity=1);
        transform: translateY(0);
    }
    .animate .fade-in-left{
        opacity: 1;
        filter: alpha(opacity=1);
        transform: translateX(0);
    }
    .animate .fade-in-right{
        opacity: 1;
        filter: alpha(opacity=1);
        transform: translateX(0);
    }
    .wow{
        visibility: hidden;
    }
    

  	.i-product .top-box .tab-btns a:nth-child(1):hover{
        color: #c6151d;
        background-image: url('../image/h-i-product-icon3.png');
  	}
  	.i-product .top-box .tab-btns a:nth-child(3):hover{
  		color: #0079c2;
  	    background-image: url('../image/h-i-product-icon2.png');
  	}
  	.i-product .top-box .tab-btns a:nth-child(5):hover{
        background-image: url('../image/h-i-product-icon1.png');
        color: #cfb166;
  	}
  	.f-right .copy-box .build a:hover{
  		opacity: 1;
  		filter: alpha(opacity=100);
  	}

  	.f-contact .item .share .share-item:hover .img-box{
		top: .3rem;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
  	}

  	.aside-box .item:hover .init{
  		opacity: 0;
  		filter: alpha(opacity=0);
  	}
  	.aside-box .item:hover .hover{
  		opacity: 1;
  		filter: alpha(opacity=100);
  	}
  	.aside-box .item:hover .txt{
  		opacity: 1;
  		filter: alpha(opacity=100);
  	}
  	.pc-nav li:hover .tit:before{
  	    width: 100%;
  	}

    .product-btns a:hover span{
        color: #000;
    }
    .product-btns .all:hover span{
        background-image: url('../image/h-product-all.png');
        color: #d33546;
    }
    .product-btns a:nth-child(2):hover span{
        background-image: url('../image/h-product-icon3.png');
    }
    .product-btns a:nth-child(3):hover span{
        background-image: url('../image/h-product-icon2.png');
    }
    .product-btns a:nth-child(4):hover span{
        background-image: url('../image/h-product-icon1.png');
    }

    .page a:hover{
        background-color: #ee3135;
        color: #fff;
        border-color: #ee3135;
    }
    .page a.prev:hover{
        background-image: url('../image/page-prev2.png');
    }
    .page a.next:hover{
        background-image: url('../image/page-next2.png');
    }

    .origin-box .brand-btns a:hover{
        background-color: #d9bc75;
    }
    .origin-box .brand-btns a:hover span{
        color: #fff;
    }
    .origin-box .brand-btns a:nth-child(1):hover span{
        background-image: url('../image/h-origin-tab-icon1.png');
    }
    .origin-box .brand-btns a:nth-child(2):hover span{
        background-image: url('../image/h-origin-tab-icon2.png');
    }
    .origin-box .brand-btns a:nth-child(3):hover span{
        background-image: url('../image/h-origin-tab-icon3.png');
    }
    .f-nav li .navson a:hover{
      opacity: 1;
      filter: alpha(opacity=100);
    }

    .quality-btns a:hover{
        background-color: #bc1e21;
    }
    .quality-btns a:hover span{
        color: #fff;
    }
    .quality-btns a:nth-child(1):hover span{
        background-image: url('../image/h-quality-icon1.png');
    }
    .quality-btns a:nth-child(2):hover span{
        background-image: url('../image/h-quality-icon2.png');
    }
    .quality-btns a:nth-child(3):hover span{
        background-image: url('../image/h-quality-icon3.png');
    }
  
    .func-tab-box .brand-btns a:hover{
        background-color: #3193ce;
    }
    .func-tab-box .brand-btns a:hover span{
        color: #fff;
    }
    .func-tab-box .brand-btns a:nth-child(1):hover span{
        background-image: url('../image/h-func-icon1.png');
    }
    .func-tab-box .brand-btns a:nth-child(2):hover span{
        background-image: url('../image/h-func-icon2.png');
    }
    .func-tab-box .brand-btns a:nth-child(3):hover span{
        background-image: url('../image/h-func-icon3.png');
    }
    .index-more:hover{
        color: #e60012;
    }
    .i-product .bottom-box .left:hover img,
    .i-product .bottom-box .right .item:hover img,
    .i-news-tab .con-box:hover img,
    .product-box .list .con-box:hover img,
    .news-box .top-box:hover img,
    .news-box .list .con-box:hover img{
        transform: scale(1.1);
    }
    .news-box .top-box:hover,
    .attestation-list .con-box:hover .img{
        box-shadow: 0 0 0.5rem rgba(0,0,0,.05);
    }
    .i-product .bottom-box .left:hover .tit,
    .i-product .bottom-box .right .item:hover .text .tit,
    .i-product .bottom-box .left:hover .product-more,
    .i-news-tab .con-box:hover .tit,
    .product-box .list .con-box:hover .tit,
    .news-box .top-box:hover .tit,
    .news-box .list .con-box:hover .tit{
        color: #e60012;
    }

    .i-product .bottom-box .left:hover .product-more{
        background-image: url('../image/product-more3.png')
    }
    .look-btn:hover,
    .news-box .top-box:hover .detail,
    .product-box .list .con-box{
        background-color: #fff;
        color: #d13049;
        box-shadow: 0 0 1rem rgba(0,0,0,.1);
    }
    .honor-tab .pc-box .con-box:hover{
        background-color: rgba(255,255,255,.1);
    }
    .product-box .list .con-box:hover .product-more{
        background-color: #d13049;
        border-color: #d13049;
        background-image: url('../image/product-more2.png');
    }
    .select-box .sub a:hover{
        background-color: #d13049;
        color: #fff;
        border-color: #d13049
    }
    .attestation-list .con-box:hover .img{
        background-color: #fff;
    }
    .pc-nav li .navson a:hover{
        color: #d33546;
    }
    .params-box2 .o-look-box .look-btn:hover{
        background-color: #fff;
    }
    .params-box3 .o-look-box .look-btn:hover{
        background-color: #fff;
        color: #3193ce;
    }
    .ban-about .right .item:hover{
        background-color: rgba(255,255,255,.1);
    }
}