/* 滚动条样式 */
	
.scroll::-webkit-scrollbar {
    width: 3px;
}
.scroll::-webkit-scrollbar-track {
    background: #E5E5E5;
    border-radius: 10px;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ea4027;
}

.nav_father {
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 4;
}

.nav {
    width: 100%;
    height: 0.75rem;
}

.nav nav {
    width: 73%;
    height: 0.75rem;
    line-height: 0.75rem;
    margin: 0 auto;
}

.nav nav ul {
    width: 100%;
    height: 100%;
}

.nav nav ul li {
    display: inline-block;
    font-size: 0.105rem;
     
    font-weight: 400;
    color: #A8A8A8;
}

.nav nav ul li:nth-of-type(2n) {
    margin: 0 0.135rem;
}

.nav nav ul li:last-of-type {
    color: #333;
}




.all-content {
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #fff;
}

.all-content .research-img {
  width: 100%;
  height: 5.82rem;
  position: relative;
  overflow: hidden;
}
.all-content .research-img .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .research-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
}
.all-content .research-img .img .imgActive {
  opacity: 1;
}
.all-content .research-img .change {
  width: 4.03rem;
  height: 100%;
  position: relative;
}
.all-content .research-img .change li {
  width: 3.525rem;
  height: 0.825rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 1.4rem;
  box-sizing: border-box;
  margin-bottom: 1px;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-content .research-img .change li .text,
.all-content .research-img .change li .arrow {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  line-height: 0.18rem;
  transition: all 0.1s;
}
.all-content .research-img .change li .arrow {
  margin-right: 0.225rem;
  opacity: 1;
}
.all-content .research-img .change li .arrowActive {
  opacity: 1;
}
.all-content .research-img .change .liActive {
  width: 4.0051rem;
  background-color: #DE272A;
}
.all-content .research-img .change .liActive .text {
  margin-left: 0.1275rem;
  font-size: 0.24rem;
}
.all-content .research-img .content {
  position: absolute;
  top: 2.16rem;
  left: 4.9351rem;
}
.all-content .research-img .content .text {
  width: 6.5026rem;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.all-content .research-img .content .text .title {
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  color: #FFFFFF;
}
.all-content .research-img .content .text .intro {
  margin-top: 0.3675rem;
  font-size: 0.135rem;
  text-align: justify;
  color: #FFFFFF;
  line-height: 0.27rem;
}
.all-content .research-img .content .textActive {
  display: block;
}
.all-content .result {
  width: 100%;
  height: 10.8752rem;
  position: relative;
  overflow: hidden;
}
.all-content .result #result {
  position: absolute;
  width: 100%;
  height: 100%;
}
.all-content .result .result-top {
  margin-top: 0.645rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.all-content .result .result-top .title {
  display: inline-block;
  margin: 0 auto;
  height: 0.36rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #333;
}
.all-content .result .result-top .red_ {
    margin: 0.0975rem auto;
    display: block;
}
.all-content .result .result-top .english {
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: rgb(229, 229, 229);
}
.all-content .result .result-mid {
  margin: 0 auto;
  margin-top: 0.5925rem;
  width: 11.52rem;
  height: 3.975rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.all-content .result .result-mid .right {
  width: 6.7521rem;
}
.all-content .result .result-mid .right .resultSwiper {
  width: 6.7521rem;
  height: 3.975rem;
  overflow: hidden;
}
.all-content .result .result-mid .right .resultSwiper .swiper-img {
  width: 100%;
  height: 100%;
}
.all-content .result .result-mid .right .resultSwiper .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.all-content .result .result-mid .right .resultSwiper .img-father {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.all-content .result .result-mid .left {
  width: 4rem;
  text-align: left;
  position: relative;
}
.all-content .result .result-mid .left .machine {
  padding-right: 0.39rem;
  /* box-sizing: border-box; */
  width: 100%;
  height: 3.975rem;
  overflow: auto;
  position: absolute;
  bottom: 0;
}
.all-content .result .result-mid .left .machine .list {
  padding: 0.25rem 0;
  padding-left: 0.13rem;
  box-sizing: border-box;
  border-bottom: 1px solid #D6D6D6;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
}
.all-content .result .result-mid .left .machine .list .text {
  padding-left: 0;
  border-left: none;
  font-size: 0.21rem;
  line-height: 0.21rem;
  transition: all 0.2s;
}
.all-content .result .result-mid .left .machine .list .text .red_ {
    margin-right: 0.1rem;
    display: none;
}
.all-content .result .result-mid .left .machine .list .intro {
  width: 100%;
  display: none;
}
.all-content .result .result-mid .left .machine .list .intro .bot {
  margin-top: 0.2775rem;
  font-size: 0.135rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.24rem;
}
.all-content .result .result-mid .left .machine .list:first-child .intro {
  display: block;
}
.all-content .result .result-mid .left .machine .mActive .text {
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
  color: #EA222D;
  display: flex;
  align-items: center;
}
.all-content .result .result-mid .left .machine .mActive .text .red_ {
    display: inline-block;
}
.all-content .result .result-num {
  margin-top: 1.125rem;
  position: relative;
}
.all-content .result .result-num .title {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.39rem;
}
.all-content .result .result-num .numbers {
  margin-top: 0.5925rem;
  display: flex;
  justify-content: center;
}
.all-content .result .result-num .numbers li {
  margin: 0 0.36rem;
}
.all-content .result .result-num .numbers li .num {
  display: block;
  font-size: 0.15rem;
  line-height: 0.15rem;
   
  color: #333;
  text-align: center;
}
.all-content .result .result-num .numbers li .num span {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-family: Arial;
  font-weight: bold;
  color: #EA222D;
  transition: all 0.5s;
}
/* .all-content .result .result-num .numbers li .num span:hover {
  color: #EA4027;
} */
.all-content .result .result-num .numbers li .text {
  display: block;
  margin: 0 auto;
  margin-top: 0.18rem;
  text-align: center;
   
  font-size: 0.15rem;
  line-height: 0.15rem;
  font-weight: bold;
  color: #333;
}

.all-content .platform {
  width: 100%;
  height: 8.6252rem;
  position: relative;
}
.all-content .platform .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .platform .platform-top {
  padding-top: 0.5475rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.all-content .platform .platform-top .title {
  display: inline-block;
  margin: 0 auto;
  height: 0.36rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.all-content .platform .platform-top .red_ {
    margin: 0.0975rem auto;
    display: block;
}
.all-content .platform .platform-top .english {
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-family: Arial;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
}
.all-content .platform .mid {
  margin: 0 auto;
  margin-top: 0.645rem;
  width: 10.5002rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  position: relative;
}
.all-content .platform .mid .box {
  margin-bottom: 0.225rem;
  flex-shrink: 0;
  width: 3.345rem;
  height: 1.5rem;
  padding: 0 0.2925rem;
  box-sizing: border-box;
  background-color: rgba(25,48,74,0.6);
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
.all-content .platform .mid .box .title {
  margin-top: 0.2rem;
  font-size: 0.165rem;
  color: #fff;
  line-height: 0.27rem;
   
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
.all-content .platform .mid .box .bot {
  width: 2.7976rem;
  border-top: 1px solid #dec99a;
  padding-top: 0.15rem;
  position: absolute;
  bottom: 0.25rem;
}
.all-content .platform .mid .box .bot .icon,
.all-content .platform .mid .box .bot .check,
.all-content .platform .mid .box .bot .fa-solid {
  display: inline-block;
  vertical-align: middle;
}
.all-content .platform .mid .box .bot .icon { 
  /* float: right; */
  width: 0.14rem;
  height: 0.135rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.all-content .platform .mid .box .bot .check {
  border-left: 0.0375rem solid #EA222D;
  padding-left: 0.15rem;
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #fff;
}
.all-content .platform .mid .box:hover {
    background-color: rgba(160, 140, 94, 0.6);
}
.all-content .platform .platform-bot {
  margin: 0 auto;
  margin-top: 0.855rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.all-content .platform .platform-bot .bot-num {
  margin: 0 0.7rem;
}
.all-content .platform .platform-bot .bot-num .num {
  display: block;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 0.75rem; 
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.5s;
}
.all-content .platform .platform-bot .bot-num .text {
  margin: 0 auto;
  margin-top: 0.315rem;
  display: block;
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.all-content .platform .platform-bot .bot-num:hover .num {
    color: #EA222D;
}

.popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000000;
  display: none;
}
.popups .box {
  width: 67.708%;
  background-color: white;
  margin: 0 auto;
  margin-top: 25vh;
  padding-bottom: 0.57rem;
  position: relative;
}
.popups .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.popups .box .left {
  float: left;
  margin-top: 0.78rem;
  margin-left: 0.6675rem;
  width: 3.66001rem;
}
.popups .box .left .title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.39rem;
  color: #010101;
}
.popups .box .left .line {
  width: 0.45rem;
  height: 3px;
  background-color: #e84227;
  margin-top: 0.195rem;
}
.popups .box .left .p {
  font-size: 0.135rem;
  line-height: 0.27rem;
  color: #000000;
  margin-top: 0.3rem;
  text-align: justify;
}
.popups .box .right {
  float: right;
  margin-top: 0.8475rem;
  margin-right: 0.765rem;
}
.popups .box .right .bg {
  width: 3.96751rem;
  height: 2.80331rem;
  background-color: #e84127;
  position: relative;
}
.popups .box .right .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -0.075rem;
  left: -0.075rem;
  overflow: hidden;
}
.popups .box .right .bg .img img {
  width: 100%;
}
.popups .close {
  width: 0.4875rem;
  height: 0.4875rem;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  position: absolute;
  top: -0.8175rem;
  right: 0;
  cursor: pointer;
}
.popups .close i {
  font-size: 0.2rem;
  color: #000;
  line-height: 0.4875rem;
}




@media screen and (max-width:1024px) {
    .in_banner_bot {
        height: 5rem;
    }
    .nav_father>.nav nav {
        width: 90%;
        height: 1.5rem;
        line-height: 1.5rem;
        margin: 0 auto;
    }
    .nav_father>.nav {
        height: 1.8rem;
        background-size: cover;
    }
    .nav_father>.nav nav ul li {
        font-size: 0.25rem;
    }






    
  .all-content .research-img .change li {
    width: 2.5rem;
    height: 0.825rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 1px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .all-content .research-img .change li .text,
  .all-content .research-img .change li .arrow {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.22rem;
    line-height: 0.22rem;
    transition: all 0.1s;
  }
  .all-content .research-img .change .liActive {
    width: 3rem;
    background-color: #EA4027;
  }
  .all-content .research-img .content {
    width: 100%;
    position: absolute;
    top: 1rem;
    left: 50%;
  }
  .all-content .research-img .content .text {
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .all-content .research-img .content .text .intro {
    margin-top: 0.3675rem;
    font-size: 0.22rem;
    text-align: justify;
    color: #FFFFFF;
    line-height: 0.32rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }
  .all-content .result {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .all-content .result .result-top {
    margin-top: 0rem;
    width: 100%;
    text-align: center;
    position: relative;
    }
  .all-content .result .result-top .title {
    display: inline-block;
    margin: 0 auto;
    height: 0.4rem;
    font-size: 0.42rem;
    line-height: 0.42rem;
    font-weight: bold;
    color: #000000;
  }
  .all-content .result .result-mid {
    margin: 0 auto;
    margin-top: 0rem;
    width: 100%;
    height: 9rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .all-content .result .result-mid .left {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }
  .all-content .result .result-mid .left .machine {
    width: 100%;
    height: 3.975rem;
    overflow: auto;
    position: relative;
    bottom: 0;
  }
  .all-content .result .result-mid .left .machine .mActive .text {
    padding-left: 0;
    border-left: none;
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: bold;
    color: #000000;
  }
  .all-content .result .result-mid .left .machine .list .text {
    font-size: 0.3rem;
    line-height: 0.3rem;
    transition: all 0.2s;
  }
  .all-content .result .result-mid .left .machine .mActive .text{
    color: #EA222D;
  }
  .all-content .result .result-mid .left .machine .list .intro .bot {
    margin-top: 0.2775rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.4rem;
  }
  .all-content .result .result-mid .right {
    margin-top: 0.8rem;
    width: 90%;
  }
  .all-content .result .result-num {
    margin-top: 0.2rem;
    position: relative;
  }
  .all-content .result .result-num .numbers {
    margin-top: 0.5925rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .all-content .result .result-num .title {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.39rem;
  }
  .all-content .result .result-num .numbers li .text,
  .all-content .result .result-num .numbers li .num {
    display: block;
    margin: 0 auto;
    margin-top: 0.18rem;
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-weight: 400;
    color: #000000;
  }
  
  .all-content .platform {
    width: 100%;
    height: auto;
    position: relative;
  }
  .all-content .platform .mid {
    margin: 0 auto;
    margin-top: 0.645rem;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    position: relative;
  }
  .all-content .platform .mid .box {
    margin-bottom: 0.15rem;
    flex-shrink: 0;
    width: 3.5rem;
    height: 2rem;
  }
  .all-content .platform .mid .box .title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    line-height: 0.42rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
  }
  .all-content .platform .mid .box .bot .check {
    margin: 0 0.05rem;
    font-size: 0.25rem;
    line-height: 0.25rem;
    font-weight: 400;
    color: #938264;
  }
  .all-content .platform .mid .box .bot {
    position: absolute;
    bottom: 0.25rem;
  }
  .all-content .platform .mid .box .bot .icon {
    width: 0.2rem;
    height: 0.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0.22rem;
    }
  .all-content .platform .platform-top .title {
    display: inline-block;
    margin: 0 auto;
    height: 0.4rem;
    font-size: 0.42rem;
    line-height: 0.42rem;
    font-weight: bold;
    color: #fff;
  }
  .all-content .platform .platform-top .english {
    font-size: 0.42rem;
    line-height: 0.42rem;
    font-family: Arial;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
    }   
  .all-content .platform .platform-bot {
    margin: 0 auto;
    margin-top: 0.5rem;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .all-content .platform .platform-bot .bot-num {
    margin: 0 0.2rem;
    margin-bottom: 0.8rem;
    cursor: pointer;
  }
  .all-content .platform .platform-bot .bot-num .num {
    display: block;
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: -0.015rem;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
  }
  .all-content .platform .platform-bot .bot-num .text {
    margin: 0 auto;
    margin-top: 0.315rem;
    display: block;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #FFFFFF;
    text-align: center;
  }
  .popups .box .left .title {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.39rem;
    color: #010101;
  }
  .popups .box .right {
    float: left;
    margin-top: 0.8475rem;
    margin-right: 0rem;
    margin-left: 0.5rem;
  }
  .popups .box .left {
    float: left;
    margin-top: 0.78rem;
    margin-left: 0.5rem;
    width: 4rem;
  }
  .popups .box .left .p {
    font-size: 0.25rem;
    line-height: 0.4rem;
    color: #000000;
    margin-top: 0.3rem;
    text-align: justify;
  }
}