* {
    padding: 0;
    margin: 0;
    font-size: 0;
    color: #5b1b6a;
  }
img{
    width: 100%;
    height: 100%;
}
ul li{
    list-style: none;
    float: left;
}
a{
    text-decoration: none;
    font-size: 0.26rem;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
.banner{
    width: 100%;
    height: 10.77rem;
    background: url(../image/honor/bannner.png)no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
/* 遮罩层 */
.mask{
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 0.76rem;
    background-color: rgba(0, 0, 0,0.5);
}
.mask .iconLogo{
    width: 1.6rem;
    height: 0.63rem;
    margin-left: 2.8%;
    margin-right: 15%;
    margin-top: 0.05rem;
}
.mask .iconLogo img{
    display: block;
}
.mask ul{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.mask ul li{
    line-height: 0.76rem;
    font-size: 0.26rem;
}
.mask ul li a{
    color: white;
}
.mask ul li .second{
    display: none;
    width: 1.07rem;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-left: -0.1rem;
}
.mask ul li .second li{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0.1rem 0.2rem 0.1rem;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
}
.mask ul li .second li a{
    font-size: 0.2rem;
}
.mask ul li:hover .second{
    display: block;
}
.mask .icon{
    width: 6.5%;
    height: 100%;
    display: flex;
    margin-left: 0.6rem;
}
.mask .icon a{
    width: 34%;
    height: 0.4rem;
    margin-top: 9%;
}
.mask .icon a img{
    display: block;
}
.icon a:hover .wechat{
    display: block;
}
.wechat{
    display: none;
    width: 2.1rem;
    height: 2.1rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.1rem;
    margin-left: -0.9rem;
    margin-top: 0.25rem;
}
.banner .logo{
    width: 3.24rem;
    height: 1.3rem;
    margin: 0 auto;
    margin-top: 2rem;
}
.banner .title{
    color: white;
    font-weight: bold;
    text-shadow: 0.07rem 0rem #000;
    font-size: 1rem;
    text-align: center;
    margin-top: 0.7rem;
}
.banner .english{
    color: white;
    font-weight: bold;
    text-shadow: 0.07rem 0rem #000;
    font-size: 1rem;
    text-align: center;
    margin-top: 0.7rem;
}
.banner .declaration{
    font-size: 0.32rem;
    color: white;
    text-align: center;
    margin-top: 0.97rem;
    letter-spacing: 0.06rem;
}
/* 机构奖项 */
.prize{
    width: 100%;
    /* height: 32.43rem; */
    background: url(../image/honor/jgry.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.prize .title1{
    font-size: 0.36rem;
    text-align: center;
    margin-top: 0.55rem;
}
.prize .english1{
    font-size: 0.36rem;
    text-align: center;
    margin-top: 0.25rem;
    font-weight: bold;
}
.prize ul{
    width: 11.2rem;
    height: 8.54rem;
    margin: 0 auto;
    margin-top: 0.7rem;
    margin-bottom: 1.1rem;
}
.prize ul li{
    width: 2.18rem;
    height: 50%;
}
.prize ul li img{
    width: 100%;
    height: 2.9rem;
    border: 0.05rem solid #5b1b6a;
}
.prize ul li p{
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.35rem;    
}
/* 红人奖项 */
.sensation{
    width: 100%;
    /* height: 32.4rem; */
    overflow: hidden;
}
.sensation .title2{
    font-size: 0.36rem;
    text-align: center;
    margin-top: 0.55rem;
}
.sensation .english2{
    font-size: 0.36rem;
    text-align: center;
    margin-top: 0.25rem;
    font-weight: bold;
}
.sensation ul{
    width: 11.2rem;
    height: 8.54rem;
    margin: 0 auto;
    margin-top: 0.7rem;
    margin-bottom: 1.1rem;
}
.sensation ul li{
    width: 2.18rem;
    height: 50%;
}
.sensation ul li img{
    width: 100%;
    height: 2.9rem;
    display: block;
    border: 0.05rem solid #5b1b6a;
}
.sensation ul li p{
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.35rem;    
}
/* 备案 */
.foot{
    width: 100%;
    height: 2rem;
    overflow: hidden;
    background-color: #571c73;
}
.foot .middle{
    width: 12rem;
    height: 100%;
    margin: 0 auto;
}
.middle .middle-top{
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.1rem;
    color: white;
}
.middle .middle-bottom{
    text-align: center;
    font-size: 0.1rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    color: white;
}
.middle .middle-bottom a{
    color: white;
    font-size: 0.1rem;
}