@media (min-width: 1025px) {
    header:hover{
        background-color: rgb(34,52,59);
            /*background-color: rgba(34,52,59,.7);*/
        /*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: rgb(0,175,98);
        border-color: rgb(0,175,98);
        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: rgb(0,175,98);
    }
    .message-form .submit-box input[type=submit]:hover{
    	background-color: rgb(0,175,98);
    	border-color: rgb(0,175,98);
    	color: #fff;
    }
    .tab-btns a:hover{
        color: #fff;
        background-color: rgb(0,175,98);
    }
    .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: rgb(0,175,98);
    }
    .pub-prev:hover,
    .pub-next:hover{
        background-color: rgb(0,175,98);
        border-color: rgb(0,175,98);
    }
    .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: rgb(0,175,98);
    }
    .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;
    }

}