﻿.content{
    width:100%;
    min-height:568px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    background:#3d76d9;
    color:#fff;
    overflow: hidden;
  }
.scene {
    position: absolute;
}
.awards-panel-2{
    margin:0 auto;
    width:1200px;
    margin-top: 81px;
}
.awards-panel-2 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.awards-panel-2 ul li{
    width:271px;
    opacity: 0;
}
.awards-panel-2 ul li h3,.awards-panel-2 ul li p{
    text-align: center;
}
.awards-panel-2 ul li h3{
    margin-top:44px;
    font-size: 24px;
    color:#2E2F36FF;
    font-weight: 500;
    line-height: 37px;
}
.awards-panel-2 ul li p{
    margin-top:20px;
    color:#878787FF;
    font-size:18px;
    font-weight:400;
    line-height: 30px;
}
.awards-panel-2.commonAni2 li:nth-child(1){
    animation: fadeliftup 1s .3s ease both;
}
.awards-panel-2.commonAni2 li:nth-child(2){
    animation: fadeliftup 1s .5s ease both;
}
.awards-panel-2.commonAni2 li:nth-child(3){
    animation: fadeliftup 1s .7s ease both;
}
.awards-panel-2.commonAni2 li:nth-child(4){
    animation: fadeliftup 1s 1s ease both;
}
.awards-panel_3{
    margin:0 auto;
    width: 1200px; 
    margin-top:53px;
    margin-bottom: 80px;
}
.awards-panel_3 ul{
    width:100%;
    height: 957px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.awards-panel_3 ul li{
    display: flex;
    align-items: center;
    padding-left:36px;
    box-sizing: border-box;
    /* justify-content: center; */
    width:385px;
    height:141px;
    background:rgba(245,245,245,1);
    opacity: 0;
}
.awards-panel_3 ul li img{
    width:63px;
}
.awards-panel_3 ul li div{
    margin-left:25px;
}
.awards-panel_3 ul li h3{
    margin-bottom: 20px;
    color: #2E2F36FF;
    font-size: 18px;
    font-weight:500;
}
.awards-panel_3 ul li p{
    color:#878787FF;
    font-size: 18px;
    font-weight: 400;
}
.awards-panel_3.commonAni2 li:nth-child(-n+6){
    animation: fadeliftup 1s .3s ease both;
}
.awards-panel_3.commonAni2 li:nth-child(-n+12):nth-child(n+7){
    animation: fadeliftup 1s .8s ease both;
}
.awards-panel_3.commonAni2 li:nth-child(-n+18):nth-child(n+13){
    animation: fadeliftup 1s 1.1s ease both;
}