﻿@media (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }

  .pc-nav li:hover .tit {
    color: #004db6;
  }

  .pc-nav li:hover .navson {
    top: 1.8rem;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }

  .pc-nav li .navson a:hover {
    background-color: #004db6;
    color: #fff;
  }

  .search-wrap .search-btn:hover {
    background-image: url('../img/search-btn2.png');
  }

  .banner .text-box .index-more:hover {
    background: #226fd9;
    color: #fff;
  }

  .i-course-box .tab-btns a:hover {
    color: #226fd9;
  }

  .i-course-box .tab-btns a:hover:before {
    width: 100%;
  }

  .i-teacher .prev:hover {
    background-image: url('../img/i-teacher-prev2.png');
  }

  .i-teacher .next:hover {
    background-image: url('../img/i-teacher-next2.png');
  }

  .footer-top .icon-box .item:hover .img-box {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 1.1rem;
    visibility: visible;
  }

  .f-nav li .navson a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .index-more:hover {
    background: #fff;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .1);
    color: #226fd9;
  }

  .i-about-box .con-box:hover .read span:before {
    right: -.2rem;
  }

  .i-news .con-box:hover img {
    transform: scale(1.1);
  }

  .i-course-box .list .con-box:hover img {
    /* transform: scale(1.1); */
  }

  .i-course-box .list .con-box:hover .txt {
    color: #226fd9;
  }

  .i-news .con-box:hover .read span:before {
    right: -.2rem;
  }
}