.section2 .wrap {
  width: 1540px;
  margin: 141px auto 187px;
}
.section2 .wrap .title {
  width: 1198px;
  max-width: 100%;
  margin: 0 0 84px 0;
}
.section2 .wrap .title span {
  font-size: 40px;
  font-weight: bold;
  color: #292929;
  display: block;
  margin: 0 0 39px 0;
}
.section2 .wrap .title p {
  height: 103px;
  font-size: 22px;
  font-weight: 400;
  color: #292929;
  line-height: 40px;
}
.section2 .wrap .images {
  width: 100%;
}
.section2 .wrap .images img {
  width: 100%;
}
.section2 .wrap .content {
  display: flex;
  justify-content: center;
  margin: 124px 0 0 0;
}
.section2 .wrap .content .item {
  text-align: center;
  width: 430px;
  cursor: pointer;
}
.section2 .wrap .content .item .joke {
  transition: 1s;
}
.section2 .wrap .content .item:not(:last-child) {
  margin: 0 125px 0 0;
}
.section2 .wrap .content .item .circle {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 38px;
  position: relative;
}
.section2 .wrap .content .item .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 4px solid #E41937;
  border-radius: 50%;
  transition: 3s;
}
.section2 .wrap .content .item .circle:before {
  content: '';
  position: absolute;
  width: 120%;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 2;
  pointer-events: none;
  transition: 3s;
}
.section2 .wrap .content .item .circle .iconfont {
  color: #666666;
  font-size: 80px;
  position: relative;
  z-index: 2;
}
.section2 .wrap .content .item span {
  font-size: 40px;
  font-weight: bold;
  color: #292929;
  transition: 0.5s;
}
.section2 .wrap .content .item .text {
  padding: 35px 40px 0 40px;
  margin: 35px 0 0 0;
  border-top: 1px solid #cccccc;
}
.section2 .wrap .content .item .text p {
  font-size: 18px;
  font-weight: 400;
  color: #292929;
  line-height: 32px;
}
.section2 .wrap .content .item:nth-child(2) .circle .iconfont,
.section2 .wrap .content .item:nth-child(1) .circle .iconfont {
  font-size: 66px;
}
.section2 .wrap .content .item:hover .joke {
  transform: translateY(-25px);
}
.section2 .wrap .content .item:hover .circle:after {
  transform: rotate(360deg);
}
.section2 .wrap .content .item:hover .circle:before {
  transform: translate(-50%, -50%) rotate(360deg);
}
.section2 .wrap .content .item:hover span {
  color: #E41937;
}
/*# sourceMappingURL=research.css.map */


.new1 .wrap {
  width: 1729px;
  margin: 141px auto 153px;
}
.new1 .wrap .display {
  display: flex;
  justify-content: space-between;
  margin: 0 0 78px 0;
}
.new1 .wrap .display .l {
  width: 663px;
}
.new1 .wrap .display .l .headline {
  position: relative;
  width: 116px;
  height: 116px;
  border: 5px solid #E41937;
  border-radius: 50%;
  margin: 0 0 62px 0;
}
.new1 .wrap .display .l .headline:after{
  content: '';
  position: absolute;
  top: 50%;
  height: 57px;
  width: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1;
}
.new1 .wrap .display .l .headline p {
  font-size: 50px;
  color: #292929;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  white-space: nowrap;
  line-height: 38px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  z-index: 5 ;
}
.new1 .wrap .display .l .headline > img{
  display: none;
}
.new1 .wrap .display .l .text {
  font-size: 22px;
  font-weight: 400;
  color: #292929;
  line-height: 32px;
}
.new1 .wrap .display .img {
  width: 1005px;
  height: 566px;
  cursor: pointer;
}
.new1 .wrap .display .img img {
  width: 100%;
  height: 100%;
}
.new1 .wrap .display .img video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new1 .wrap .content {
  font-size: 18px;

  font-weight: 400;
  color: #292929;
  line-height: 34px;
}
.new1 .wrap .content p span{
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
}
@media screen and (max-width: 1920px) {
  .new1 {
    display: flex;
    justify-content: flex-end;
  }
  .new1 .wrap {
    margin: 141px 0 153px 0;
  }
}
.new2 {
  background: #F5F5F5;
}
.new2 .wrap {
  width: 1540px;
  margin: 96px auto 127px;
}
.new2 .wrap .title {
  font-size: 50px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  color: #292929;
  margin: 0 0 76px 0;
  text-align: center;
}
.new2 .wrap .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 28px 23px;
}
.new2 .wrap .content .item {
  width: 100%;
  height: 400px;
  background: #FFFFFF;
  padding: 20px 28px 34px 28px;
  text-align: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}
.new2 .wrap .content .item:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 0;
}
.new2 .wrap .content .item .suo{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.new2 .wrap .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #E41937;
  transform: translateY(-100%);
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
}
.new2 .wrap .content .item span {
  font-size: 22px;
  font-weight: 400!important;
  color: #292929;
  display: block;
  margin: 0 0 23px 0;
  line-height: 21px;
  transition: 0.6s;
  white-space: nowrap;
  transition-delay: 0.4s;
  position: relative;
  z-index: 5;
}
.new2 .wrap .content .item p {
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  line-height: 26px;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 28px;
  z-index: 5;
}
.new2 .wrap .content .item .num {
  font-size: 20px;
  font-weight: bold!important;
  color: #E41937;
  line-height: 32px;
  transition: 0.6s;
  margin: 0 0 10px 0;
  /*opacity: 0;*/
  transition-delay: 0.4s;
  position: relative;
  z-index: 5;

}
.new2 .wrap .content .item:hover:after {
  transform: translateY(0);
}

.new2 .wrap .content .item:hover span,
.new2 .wrap .content .item:hover p {
  color: #fff;
  opacity: 1;
  transition-delay: unset;
}
.new2 .wrap .content .item:hover p{
  transition-delay: 0.7s;
}
.new2 .wrap .content .item:hover .num {
  opacity: 1;
  color: #fff;
  transition-delay: unset;
}


html[lang="en"] .new2 .wrap .content .item span{
  font-size: 18px;
  white-space: normal;
}
html[lang="en"] .new1 .wrap .display .l .headline p {
  font-size: 36px;
  left: -10px;
  transform: translate(0,-50%);
  /* position: static; */
  /* transform: none; */
}
html[lang="en"] .new1 .wrap .display .l .headline:after {
  height: 46px;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
}
/* html[lang="en"] .new1 .wrap .display .l .headline{
  border: none;
  width: auto;
  display: inline-flex;
  align-items: center;
} */

/* html[lang="en"] .new1 .wrap .display .l .headline::before{
  content:'';
  width: 116px;
    height: 116px;
    border: 5px solid #E41937;
    border-radius: 50%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
} */

/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1856px) {
  .new1 .wrap{
    width: 95%;
    margin-top: 120px;
  }

  .new1 .wrap .display .img{
    flex: 1;
    height: auto;
    margin-left: 50px;
  }
  .new2 .wrap .title {
    font-size: 48px;
  }
  .new2 .wrap {
    margin-top: 80px;
  }
  .new1 .wrap .content{
    padding-right: 30px;
  }
  html[lang="en"] .new1 .wrap .display .l .headline p {
    font-size: 28px;
  }
  /* html[lang="en"] .new1 .wrap .display .l .headline:after {
    height: 36px;
  } */
}
@media screen and (max-width: 1792px) {
  .new1 .wrap .display .l .headline p {
    font-size: 44px;
  }
  .new2 .wrap .content .item{
    height: 380px;
  }
  .new2 .wrap{
    width: 90%;
  }
}

@media screen and (max-width: 1680px) {
  .new1 .wrap .display .l .headline p{
    font-size: 38px;
  }
  .new1 .wrap .display .l .headline{
    width: 100px;
    height: 100px;
    border-width: 3px;
  }
  .new1 .wrap .display .l .headline:after{
    height: 46px;
  }
  .new2 .wrap .title {
    font-size: 42px;
  }
  .new1 .wrap .display{
    margin-bottom: 60px;
  }
  .new1 .wrap .display .l .text {
    font-size: 20px;
  }
  .new1 .wrap .display .l {
    width: 600px;
  }
  .new2 .wrap .content .item span {
    font-size: 20px;
  }
  html[lang="en"] .new1 .wrap .display .l .headline::before{
    width: 100px;
    height: 100px;
    border-width: 3px;
  }
}
@media screen and (max-width: 1600px) {
  .new2 .wrap .title {
    font-size: 36px;
  }
  .new2 .wrap .content .item p {
    line-height: 22px;
  }
  .new2 .wrap .content .item {
    height: 350px;
  }
  .new2 .wrap .content .item {
    padding: 20px 20px 34px;
  }
  .new2 .wrap .content .item span {
    font-size: 18px;
  }
  .new2 .wrap .content .item p{
    padding: 0 20px;
  }
}

@media screen and (max-width: 1440px) {
  .new1 .wrap .display .l .headline p {
    font-size: 32px;
  }
  .new1 .wrap .display .l .headline {
    margin-bottom: 40px;
  }
  .new1 .wrap .display .l .text {
    font-size: 18px;
    line-height: 30px;
  }
  .new1 .wrap .display .l {
    width: 560px;
  }
  .new2 .wrap .content .item {
    height: 300px;
  }
  .new2 .wrap .content{
    grid-template-columns: repeat(4, 1fr);
  }

}
@media screen and (max-width: 1280px) {
  .new1 .wrap .display .l .headline {
    width: 90px;
    height: 90px;
  }
  .new1 .wrap .display .l .headline p{
    font-size: 28px;
  }
  .new1 .wrap .display .l .headline:after {
    height: 40px;
  }
  .new1 .wrap .display .l .text {
    font-size: 16px;
    line-height: 28px;
  }
  .new1 .wrap .display .l {
    width: 480px;
  }
  .new2 .wrap .content .item {
    height: 280px;
  }
  html[lang="en"] .new2 .wrap .content .item{
    height: 320px;
  }
  .new2 .wrap .content .item:nth-child(4n){
    transition-delay: .3s;
  }
  .new2 .wrap .content .item:nth-child(4n-1){
    transition-delay: .2s;
  }
  .new2 .wrap .content .item:nth-child(4n-2){
    transition-delay: .1s;
  }
  .new2 .wrap .content .item:nth-child(4n-3){
    transition-delay: 0s;
  }
  .new1 .wrap .content {
    font-size: 16px;
  }
  /* html[lang="en"] .new1 .wrap .display .l .headline::before{
    width: 100px;
    height: 100px;
  } */
}
@media screen and (max-width: 1150px) {
  .new2 .wrap .content{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .new1{
    background-color: #fff;
    border-radius: 20px;
    transform: translateY(-20px);
    position: relative;
    z-index: 99;
  }
  .new1 .wrap{
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    padding: 0 30px;
  }
  .new1 .wrap .display{
    flex-direction: column;
  }
  .new1 .wrap .display .img{
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .new1 .wrap .display .l .headline p {
    font-size: 24px;
  }
  .new1 .wrap .display .l .headline {
    width: 80px;
    height: 80px;
  }
  .new1 .wrap .display .l{
    width: 100%;
  }
  .new1 .wrap .display {
    margin-bottom: 30px;
  }
  .new2 .wrap{
    width: 100%;
    padding: 0 30px;
  }
  .new2 .wrap .title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .new1 .wrap .display .l .text {
    font-size: 14px;
  }
  .new1 .wrap .content {
    font-size: 14px;
    line-height: 28px;
    padding-right: 0;
    width: 100%;
  }
  .new2 .wrap{
    margin-top: 60px;
  }
  /* html[lang="en"] .new1 .wrap .display .l .headline::before{
    width: 80px;
    height: 80px;
  } */
}
@media screen and (max-width: 820px) {
  .new2 .wrap .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .new2 .wrap,
  .new1 .wrap {
    padding: 0 20px;
    margin-top: 13.6vw;
  }
  .new2 .wrap .content .item span {
    font-size: 16px;
  }
  .new2 .wrap .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .new2 .wrap .content {
    grid-template-columns: repeat(1, 1fr);
  }
}