@media (min-width: 1025px) {
    header:hover{
        background-color: #333;
    }

    .pc-nav li:hover .tit:before{
        width: 100%;
    }
  	.share-box .item:hover .img-box{
        opacity: 1;
        filter: alpha(opacity=100);
        top: .7rem;
        visibility: visible;
    }
    .page a:hover{
        background-color: #bd835d;
        border-color: #bd835d;
        color: #fff;
    }
    .page a.prev:hover{
    	background-image: url('../img/page-prev2.png');
    }
    .page a.next:hover{
    	background-image: url('../img/page-next2.png');
    }
    .news-list .item:hover{
    	box-shadow: 0 0 .75rem rgba(0,0,0,.02);
    }
    .news-list .item:hover .news-right{
    	background-color: #fff;
    }
    .news-list .item:hover .tit,
    .news-list .item:hover .tit{
    	color: #bd774c;
    }
    .message-form .submit-box input[type=submit]:hover{
    	background-color: #bd774c;
    	border-color: #bd774c;
    	color: #fff;
    }
    .tab-btns a:hover{
        color: #fff;
        background-color: #b47147;
    }
    .tech-icon-tab .swiper-slide:hover .tech-con .init{
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .tech-icon-tab .swiper-slide:hover .tech-con .hover{
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .tech-icon-tab .swiper-slide:hover .txt{
        color: #444;
    }
    .tech-icon-tab .swiper-slide:hover .tech-con:after{
        width: 100%;
    }
    .tech-box.on .tab-btns a:hover{
        background-color: #fff;
        border-color: #fff;
        color: #bd835d;
    }
    .pub-prev:hover,
    .pub-next:hover{
        background-color: #bd774c;
        border-color: #bd774c;
    }
    .pub-prev:hover{
        background-image: url('../img/pub-prev2.png');
    }
    .pub-next:hover{
        background-image: url('../img/pub-next2.png');
    }
    .about-icon-box .icon-box .item:hover{
        background-color: #bd835d;
    }
    .about-icon-box .icon-box .item:hover .init{
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .about-icon-box .icon-box .item:hover .hover{
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .about-icon-box .icon-box .item:hover .cn{
        color: #fff;
    }
    .about-icon-box .icon-box .item:hover .en{
        color: #d89970;
    }

    @keyframes widthx{
      from {width:0px;}
      to {width:100%;}
    }
    @keyframes heightx{
      from {height:0px;}
      to {height:100%;}
    }
    .line-list .line .bg{
        animation: widthx 3s infinite linear 0s;
    }
    .line-list .line:nth-child(8) .bg,
    .line-list .line:nth-child(9) .bg,
    .line-list .line:nth-child(14) .bg,
    .line-list .line:nth-child(21) .bg,
    .line-list .line:nth-child(23) .bg{
        animation: heightx 3s infinite linear 0s;
    }
    .talent2-list:hover .talent2-img img {
        transform: scale(1.05);
    }
}