﻿body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
dl,
form,
input,
textarea,
article,
img,
li{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: '微软雅黑', "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, simsun, sans-serif;
}
li{list-style: none}
a{text-decoration: none}
.fr{
    float: right;
}
.fl{
    float:left;
}
img{
    border: none;
}

/*页眉*/
.h-index-header{
    min-width:1250px;
    background: url("../images/h-index-bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 999999;
}
.h-index-header>img{
    width:350px;
    margin-top:50px;
    margin-left:80px;
}
.h-index-header>div{
    width:158px;
    height:46px;
    border:1px solid #fff;
    position: absolute;
    left:50%;
    margin-left:-80px;
    bottom:44px;
    text-align: center;
    line-height: 46px;
    color: #333;
    text-indent: 25px;
    cursor: pointer;
    background: #fff;
}
.h-index-header>div>img{
    position: absolute;
    left:38px;
    top:10px;
    animation:1s move linear infinite alternate;
    -webkit-animation:1s move linear infinite alternate;
    -o-animation:1s move linear infinite alternate;
    -moz-animation:1s move linear infinite alternate;
    width: 18px;
}
@-webkit-keyframes move
{
    0%{
        top:10px;
    }
    50%
    {
        top:20px;
    }
    100%
    {
        top:10px;
    }
}
.h-index-header>div>span{
    font-size: 16px;
}


/*导航*/
.h-index-nav{
    width:1250px;
    margin: 0 auto;
    height:80px;
    position: relative;
}
.h-index-nav img{
    width:166px;
    height:34px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-83px;
    margin-top:-17px;
}
.h-index-nav>ul{

}
.h-index-nav>ul>li{
    width:100px;
    height:77px;
    float: left;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.h-index-nav>ul>li:hover{
    border-bottom:3px solid #cc0000;
}
.h-index-nav>ul>li:hover>a{
    color: #cc0000;
}
.h-index-nav>ul>li:nth-child(5){
    margin-right:250px;
}
.h-index-nav>ul>.active{
    border-bottom:3px solid #cc0000;
}
.h-index-nav>ul>.active>a{
    color: #cc0000!important;
}
.h-index-nav>ul>li>a{
    width:100%;
    height:100%;
    display: block;
    color: #333;
    line-height: 80px;
}
.h-index-nav-menu{
    position: absolute;
    width:100%;
    left:0;
    top:80px;
    background: rgba(0,0,0,.8);
    padding-top:20px;
    padding-bottom:10px;
    display: none;
    z-index:99999;
}
.h-index-nav-menu>a{
    display: block;
    text-align: center;
    width:100%;
    color: #aaa;
    font-size: 14px;
    margin-bottom:10px;
}

/*轮播图*/

.h-index-turn-center img{
    position: relative;
}


.h-index-turn-pic{
    display: block;
    width:100%;
    height:auto;
}

.h-turn-pic-circle{
    width:100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.h-turn-pic-circle-center{
    display: inline-block;
}

.h-circle{
    float: left;
    width: 64px;
    height: 2px;
    background: #fff;
    margin-right: 6px;
}
.h-circle-s{
    background: #fbd67c;
}

.h-circle div{
    width: 64px;
    height: 100px;
    cursor: pointer;
    /*border:1px solid red;*/
    margin-top: -50px;
}

/*标题*/

.h-title>h4{
    color: #cc0000;
    font-weight:bold;
    font-size: 30px;
}
.h-title>h4>img{
    margin: 0 22px;
    margin-bottom:-3px;
}
.h-title>p{
    color: #444;
    font-size: 16px;
    margin-top:10px;
}

/*成绩*/
.h-index-score{
    width:100%;
    margin-top:28px;
    overflow: hidden;
}

.h-index-score-content{
    width: 100%;
    position: relative;
    margin-top:35px;
    overflow: hidden;
    padding-bottom:.5rem;
}

.h-index-score-content>a{
    width:11.1%;
    display: block;
    height:100%;
    float: left;
}
.h-index-score-content>a:nth-child(1)>.h-index-score-content-left{
    background: url("../images/h-score-bg.jpg") no-repeat center center;
    background-size:  auto 100%;
}
.h-index-score-content>a:nth-child(2){
    left:8.5rem;
}
.h-index-score-content>a:nth-child(2)>.h-index-score-content-left{
    background: url("../images/h-score-bg.jpg") no-repeat center center;
    background-size:  auto 100%;
}
.h-index-score-content>a:nth-child(3){
    left:10.65rem;
}
.h-index-score-content>a:nth-child(3)>.h-index-score-content-left{
    background: url("../images/h-score-bg.jpg") no-repeat center center;
    background-size:  auto 100%;
}
.h-index-score-content>a:nth-child(4){
    left:12.79rem;
}
.h-index-score-content>a:nth-child(4)>.h-index-score-content-left{
    background: url("../images/h-score-bg.jpg") no-repeat center center;
    background-size:  auto 100%;
}
.h-index-score-content>a:nth-child(5){
    left:14.93rem;
}
.h-index-score-content>a:nth-child(5)>.h-index-score-content-left{
    background: url("../images/h-score-bg.jpg") no-repeat center center;
    background-size:  auto 100%;
}
.h-index-score-content>a:nth-child(6){
    left:17.08rem;
}
.h-index-score-content>a:nth-child(6)>.h-index-score-content-left{
    background: url("../images/h-score-bg.jpg") no-repeat center center;
    background-size:  auto 100%;
}

.h-index-score-content-left{
    width:100%;
    height:100%;
    float: left;
    /*border:1px solid blue;*/
}
.h-index-score-content-left>div{
    width:100%;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
}
.h-index-score-content-left>div>div{
    display: inline-block;
    color: #fff;
    margin-bottom:.5rem;
}
.h-index-score-content-left h4{
    font-size: .6rem;
    font-weight: bold;
    line-height: .54rem;
    color: #ffee2e;
    /*margin-top:3rem;*/
}
.h-index-score-content-left h3{
    font-size: .3rem;
    font-weight: bold;
}
.h-index-score-content-left p{
    font-size: .24rem;
}
.h-index-score-content-left p:nth-last-child(1){
    display: none;
}

.h-index-score-content-right{
    width:75%;
    height:100%;
    float: left;
    display: none;
}
.h-index-score-content-right h4{
    font-size: .24rem;
    font-weight: bold;
    color: #fff730;
    clear: both;
    margin-left:1.2rem;
    padding-top:.2rem;
}
.h-index-score-content-right h4>span{
    font-size: .6rem;
    margin-right:.05rem;
}
.h-index-score-content-right h4:nth-child(1){
    padding-top:1.4rem;
    margin-bottom:.05rem;
}
.h-index-score-content-right p{
    color: #fff;
    font-weight: bold;
    font-size: .24rem;
    width:2.2rem;
    float: left;
    margin-left:.3rem;
}.h-index-score-content-right p:nth-child(2n){
     margin-left:1.2rem;
 }

.h-index-score-content-right p>span{
    float: right;
}
.h-index-score-content-right h4:nth-last-child(1){
    color: #fff;
    margin-left:2rem;
    padding-top:0;
}
.h-index-score-content .active{
    width:44.5%!important;
}
.h-index-score-content .active>.h-index-score-content-left{
    width:25%!important;
}
.h-index-score-content .active>.h-index-score-content-left>div{
    vertical-align: middle;
}
.h-index-score-content .active>.h-index-score-content-left>div>div{
    margin-bottom:0;
}
.h-index-score-content .active>.h-index-score-content-left h4{
    color: #fff;
}
.h-index-score-content .active>.h-index-score-content-right{
    display: block;
}
.h-index-score-content .active>.h-index-score-content-left{
    background: #cc0000!important;
}
.h-index-score-content .active>.h-index-score-content-left p:nth-last-child(1){
    display: block!important;
}
.h-index-score-tp{
    width:100%;
    background: #f7f7f7;
    height: 4.9rem !important;

}
.h-index-score-tp img{
    width:3.09rem;
    height:4.44rem;
    margin-right:.2rem;
    vertical-align: top;
}

.h-index-score-ad{
    min-width: 1250px;
    max-width: 1920px;
    margin: 0 auto;
    width:100%;
    height:204px;
    padding-top:90px;
    margin-top:.46rem;
    margin-bottom:70px;
    background: url("../images/h-ad-pic.jpg") no-repeat #c0bec1;
    background-position: 0 -300px;
    position: relative;
}

/*教师*/
.h-index-teacher{
    width:100%;
    padding-bottom: .48rem;
    border-bottom:20px solid #f8f8f8;
    position: relative;
    margin-top: 50px;
}
.h-index-teacher-turn{
    width:19.2rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top:.36rem;
    height:6.5rem;
    margin-bottom:.88rem;
}
.h-index-teacher-content{
    position: absolute;
    width:60rem;
    top:0;
    left:0;
}
.h-index-teacher-content{zoom:1;}
.h-index-teacher-content:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.h-index-teacher-content-list{
    float: left;
}
.h-index-teacher-content-item{
    display: block;
    width:3.2rem;
    float: left;
}

.h-index-teacher-content-item>div{
    width:3.2rem;
    height:2.32rem;
    background:#c6c6c6;
    color: #444444;
    text-align: center;
}
.h-index-teacher-content-item:nth-child(2n)>div{
    background: #dedede;
}
.h-index-teacher-content-item>div>h4{
    font-size: .18rem;
    font-weight: bold;
    padding-top:.24rem;
}
.h-index-teacher-content-item>div>p{
     font-size: .16rem;
    width:1.58rem;
    margin: 0 auto;
    margin-top:.1rem;
}
.h-index-teacher-content-item>div>a{
    display: block;
    width:1.33rem;
    height:.44rem;
    border:2px solid #444;
    line-height: .44rem;
    margin: 0 auto;
    color: #444;
    font-size: .16rem;
    margin-top:.2rem;
}

.h-index-teacher-content-item:hover>div{
    color: #fff;
    background: #cc0000;

}
.h-index-teacher-content-item:hover>div>a{
    color: #fff;
    border:2px solid #fff;
}

.h-index-btn{
    width:916px;
    position: absolute;
    bottom:.3rem;
    left: 50%;
    margin-left:-458px;
}
.h-index-btn>img{
    width:33px;
    height:38px;
    position: absolute;
    cursor: pointer;
}
.h-index-btn>img:nth-child(1){
    top:0;
    left:0;
}
.h-index-btn>img:nth-child(3){
    top:0;
    right:0;
}
.h-index-btn>a{
    width:140px;
    height:48px;
    border-radius: 5px;
    color: #fff;
    background: #cc0000;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
}


/*优势*/
.h-index-advantage{
    margin-top:80px;
    border-bottom:20px solid #f8f8f8;
}
.h-index-advantage-content{
    width:100%;
    height:5.18rem;
    background: url("../images/h-advantage-bg.jpg") no-repeat;
    background-size: 100% auto;
    margin-top:.38rem;
    padding-top: .74rem;
    margin-bottom:1.22rem;
}
.h-index-advantage-content>div{
    width:17.8rem;
    height:4.44rem;
    background:rgba(255,255,255,.9);
    margin: 0 auto;
    text-align: center;
}

.h-index-advantage-content-item{
    width:2.2rem;
    float: left;
    margin-right:.25rem;
}
.h-index-advantage-content-item:nth-last-child(1){
    margin-right:0;
}
.h-index-advantage-content-item>img{
    width:1.47rem;
    height:1.47rem;
}
.h-index-advantage-content-item>h4{
    color: #cc0000;
    font-weight: bold;
    font-size: .2rem;
    margin-top:.2rem;
    margin-bottom:10px;
}
.h-index-advantage-content-item>p{
    color: #444;
    font-size: .16rem;
}


/*作品*/
.h-index-works{
    margin-top:50px;
    border-bottom:20px solid #f8f8f8;
}
.h-index-works-tab{
    width: 100%;
    text-align: center;
    margin-top:30px;
}
.h-index-works-tab{
    width: 100%;
    text-align: center;
}
.h-index-works-tab-title{
    display: inline-block;
}
.h-index-works-tab-title{zoom:1;}
.h-index-works-tab-title:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.h-index-works-tab-title>div{
    float: left;
    color: #999999;
    font-size: 24px;
    margin-right:40px;
    cursor: pointer;
}
.h-index-works-tab-title>div:nth-last-child(1){
    margin-right:0;
}
.h-index-works-tab-title>div>span{
    width:10px;
    height:10px;
    background: #cc0000;
    border-radius: 50%;
    /*display: block;*/
    margin: 0 auto;
    margin-top:2px;
    display: none;
}
.h-index-works-tab .active{
    color: #cc0000!important;
}
.h-index-works-tab .active>span{
    display: block!important;
}

.h-index-works-tab-pic{
    width:14.08rem;
    margin: 0 auto;
    clear: both;
    margin-top:.36rem;
    margin-bottom:.8rem;
    display: none;
}
.h-index-works-tab-pic{zoom:1;}
.h-index-works-tab-pic:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}

.h-index-works-tab-pic>a:nth-last-child(1){
    margin-right:0;
}

.h-index-works-tab-pic>a>p{
    width:2.3rem;
    height:.96rem;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-.48rem;
    margin-left:-1.15rem;
    background: rgba(210,28,27,.41);
    text-align: center;
    line-height: .96rem;
    color: #fff;
    font-size: .36rem;
}


/*新闻*/

.h-index-news-title{
    width:.3rem;
    height:3.03rem;
    position: absolute;
    left:-.2rem;
    top:.6rem;
}
.h-index-news-title>img{
    width:100%;
    height:100%;
}

.h-index-news-content{
    width:12.96rem;
}

.h-index-news-content>ul{
    display: none;
    width:12.96rem;
    position: absolute;
    top:0;
    left:.7rem;
}

.h-index-news-content>ul>li{
    float: left;
    width:5.92rem;
    margin-right:1.1rem;
    margin-bottom:.4rem;
    margin-top:.6rem;
}
.h-index-news-content>ul>li:nth-child(2n){
    margin-right:0;
}


.h-index-news-content>ul>li>div{
    width:2.46rem;
    float: left;
    margin-left:.15rem;
    position: relative;
}
.h-index-news-content>ul>li>div>h4{
    font-size: .2rem;
    color: #cc0000;
    margin-top:.1rem;
}
.h-index-news-content>ul>li>div>h4>a{
    color: #cc0000;
}
.h-index-news-content>ul>li>div>p{
    font-size: .16rem;
    color: #999;
    margin-top:.24rem;
}
.h-index-news-content>ul>li>div>a{
    font-size: .2rem;
    color: #000;
    position: absolute;
    top:1.47rem;
}
.h-index-news-content>ul>li>div>span{
    font-size: .12rem;
    color: #999;
    position: absolute;
    top:1.58rem;
    right:.15rem;
}

.h-index-news-ad{
    display: block;
    width:12rem;
    margin: 0 auto;
    margin-top:.7rem;

}

/*环境*/
.h-index-en{
    margin-top:.65rem;
    width:100%;
    position: relative;
}

.h-index-en-content{
    width:100%;
    height:9.3rem;
    background: #f8f8f8;
    margin-top:.3rem;
    padding-top:.26rem;
}
.h-index-en-content-summary{
    width:100%;
    height:4.1rem;
    background: url("../images/hyl.jpg") no-repeat;
    background-size: 100% auto;
    padding-top:.9rem;
}



.h-index-en-content-pic{
    width:100%;
    overflow: hidden;
    height:2.7rem!important;
    margin-top:.2rem;
    position: relative;
}
.h-index-en-content-pic>div{
    width:100%;
    min-width:1250px;
    height:2.7rem!important;
}
.h-index-en-content-pic>div img{
    width:4.32rem;
    height:2.7rem;
    margin-right:.2rem;
}
.h-prev-jt{
    width:.52rem;
    height:.52rem;
    position: absolute;
    left:1.1rem;
    top:1.1rem;
    cursor: pointer;
}
.h-next-jt{
    width:.52rem;
    height:.52rem;
    position: absolute;
    right:1.1rem;
    top:1.1rem;
    cursor: pointer;
}

/*页脚*/
.h-index-footer{
    width:100%;
    padding-bottom: 20px;
    background: url("../images/h-index-footer.jpg") no-repeat;
    background-size: cover;
    text-align: center;
}
.h-index-footer-nav{
    width:100%;
    text-align: center;
}
.h-index-footer-nav{zoom:1;}
.h-index-footer-nav:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.h-index-footer-nav>ul{
    display: inline-block;
    margin-top:.36rem;
}
.h-index-footer-nav>ul>li{
    float: left;
    width:1.5rem;
    height:.22rem;
    border-left:2px solid #fff;
    line-height: .22rem;
}
.h-index-footer-nav>ul>li:nth-child(1){
   border:none;
}
.h-index-footer-nav>ul>li>a{
    color: #fff;
    font-size: .2rem;
}

.h-index-footer-left{
    width:5.7rem;
    margin-top:.6rem;
    float: left;
}
.h-index-footer-left>h4{
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
}
.h-index-footer-left>p{
    font-size: .18rem;
    color: #fff;
    margin-top:.15rem;
}
.h-index-footer-left>p>a{
    color: #fff;
}
.h-index-footer-left>img{
    /* width: 3.27rem; */
    margin-top: 0.2rem;
    height: 165px;
    margin-right: 0.2rem;
}

.h-index-footer-right{
    float: left;
    margin-left:.8rem;
    margin-top:.6rem;
    width:5.96rem;
    position: relative;
}
.h-index-footer-right h4{
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
}
.h-input-long{
    width:5.56rem;
    height:.48rem;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0 .2rem;
    margin-top:.18rem;
}
.h-index-footer-right textarea{
    width:5.56rem;
    padding: .1rem .2rem;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top:.18rem;
    background: #fff;
    height:1rem;
}
.h-input-short{
    width:1.16rem;
    height:.48rem;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0 .2rem;
    margin-top:.18rem;
}
.h-submit{
    width:1.4rem;
    height:.5rem;
    background: #000;
    text-align: center;
    line-height: .5rem;
    color: #fff;
    font-size: .16rem;
    display: block;
    border-radius: 5px;
    position: absolute;
    right:0;
    top:3.9rem;
    border: none;
    outline: none;
}


.h-index-score-ad1 p{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    padding-top:15px;
}
.h-index-score-ad1 h4{
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    margin-top:5px;
}

.h-index-score-ad2{
    margin-left:100px;
    float: left;
}
.h-index-score-ad2>h3{
    font-size: 30px;
    color: #fff;
    margin-top:10px;
}

.h-index-score-content-left{
    position: relative;
    overflow: hidden;
}
.h-index-score-content-left img{
    position: absolute;
    top:0;
    left:0;
    width:2.15rem ;
    height:5.4rem ;
    z-index: -1;
}
.h-index-score-content-right{
    position: relative;
    overflow: hidden;
}
.h-index-score-content-right img{
    position: absolute;
    top:0;
    left:0;
    width:6.36rem ;
    height:5.4rem ;
}

.h-index-back-top{
    width: 59px;
    height: 59px;
    position: fixed;
    bottom:100px;
    right: 15px;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 59px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}
/*新增*/
/* .h-index-works-tab-pic:nth-child(2)>a:nth-child(1){
    top:50px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.h-index-works-tab-pic:nth-child(2)>a:nth-child(2){
    top:100px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.h-index-works-tab-pic:nth-child(2)>a:nth-child(3){
    top:150px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.h-index-works-tab-pic:nth-child(2)>a:nth-child(4){
    top:200px;
    opacity: 0;
    filter: alpha(opacity=0);
} */

/*替换*/
.h-index-news-content>ul>li img{
    width:3.28rem;
    height:2.03rem;
    float: left;
}
.h-index-news-content>ul:before{
    content: "";
    width:12.96rem;
    height:2px;
    background: #dcdcdc;
    position: absolute;
    top:3rem;
    left:0;
}
.h-index-news{
    margin-top:.7rem;
    width:100%;
    height:7rem;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
    text-align: center;
}



.h-title{
    width:100%;
    text-align: center;
    position: relative;
    /* top:-100px; */
    /* opacity: 0; */
    /* filter: alpha(opacity=0); */
}


.h-index-en-content-summary>div{
    width:10.14rem;
    height:3.4rem;
    background: rgba(0,0,0,.16);
    margin: 0 auto;
}
.h-index-en-content-summary>div>h4{
    color: #fff;
    font-size: .48rem;
    font-weight: bold;
    padding-top:1rem;
    line-height: .56rem;
    margin-left:1.9rem;
}
.h-index-en-content-summary>div>h3{
    color: #fff;
    font-size: .48rem;
    font-weight: bold;
    margin-top:.24rem;
    line-height: .56rem;
    margin-left:4.1rem;
}
.h-index-works-tab-title>div:hover{
    color: #cc0000;
}
.h-index-works-tab-title>div:hover>span{
    display: block;
}
.h-index-score-ad1:hover{
    background:#aa0000;
}
.h-index-score-ad>a:hover{
    background: #aa0000;
}

.h-index-works-tab-pic>a:hover>img{
    width:110%;
    height:110%;
    margin-top:-.3rem;
    margin-left:-.3rem;
}

/*替换*/
.h-index-turn-out{
    min-width: 1250px;
    /*height: 10rem;*/
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.h-index-prev-btn{
    width:50px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 9999;
    cursor: pointer;
    margin-top:-29px;
}
.h-index-next-btn{
    width:50px;
    height: 58px;
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 9999;
    cursor: pointer;
    margin-top:-29px;
}
.h-index-prev-btn:hover{
    background: rgba(0,0,0,.5);
}
.h-index-next-btn:hover{
    background: rgba(0,0,0,.5);
}
.h-index-turn-center{
    position: relative;
    top:0;
    left: 0;
}

.h-index-turn-center img{
    position: relative;
}

.h-index-turn-center-item{
    width:100%;
    height:auto;
    float: left;
    position: absolute;
    top:0;
    left: 0;
}




.h-index-score-ad>a{
    display: block;
    float: left;
    height:76px;
    background: #cc0000;
    margin-right:16px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    width:60px;
    padding:16px 40px;
    border-radius: 5px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.h-index-score-ad1{
    width:218px;
    height:108px;
    background:#cc0000;
    border-radius: 5px;
    margin-left:150px;
    float: left;
    margin-right:16px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}


.h-index-works-tab-pic>a>img{
    width:3.24rem;
    height:4.42rem;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.h-index-works-tab-pic>a{
    width:3.24rem;
    height:4.42rem;
    display: block;
    float: left;
    margin-right:.36rem;
    position: relative;
    overflow: hidden;
}

.h-index-teacher-content-item img{
width:3.2rem;
    height:4.18rem;
    display: block;
    position: relative;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.h-index-teacher-content-item>span{
    display: block;
    width:3.2rem;
    height:4.18rem;
    overflow: hidden;
}
.h-index-teacher-content-item>span:hover>img{
    width:110%;
    height:110%;
    margin-top: -.15rem;
    margin-left:-.15rem;
}


/*后加*/
.h-index-score-ad-out{
    width: 100%;
    background:-webkit-linear-gradient(left,#bab5b9 0,#c0bec1 100%);
    background: linear-gradient(left,#bab5b9 0,#c0bec1 100%);
    background: -moz-linear-gradient(left,#bab5b9 0,#c0bec1 100%);
    background: -o-linear-gradient(left,#bab5b9 0,#c0bec1 100%);
}