#app{
    background: #FAFAFA;
}
.banner{
    width: 100%;
    position: relative;
}
.banner .banner-img{
    width: 100%;
}
.banner .banner-img img{
    width: 100%;
}
.banner .banner-inner{
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.banner .banner-inner .banner-content{
    display: flex;
    flex-direction: column;
}
.banner .banner-inner .banner-content .banner-title{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 45px;
    margin-bottom: 3%;
}
.banner .banner-inner .banner-content .banner-desc{
  color: #f8f8f8;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 30px;
   margin-bottom: 4%;
}

.slogan{
    width: 100%;
}
.slogan .slogan-inner{ 
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
}
.slogan .slogan-inner img{
    width: 100%; 
    height: 100%;
    display: block;
}
.slogan .slogan-inner .slogan-content{ 
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
}
.slogan .slogan-inner .slogan-content .slogan-title{ 
  width: 100%;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  border-radius: 50px;
  border: 2px solid #cc141c8c;
  box-sizing: border-box;
  background: #cc141c59;
  padding: 10px;
  text-align: center;
}
.slogan .slogan-inner .slogan-content .slogan-desc p{
      color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 43px;
} 
.slogan .slogan-inner .slogan-content .slogan-desc p span{
  color: #ff6067;
  font-size: 24px;
    padding: 5px;
} 

.advantage{
    width: 100%;
}
.advantage .advantage-inner{ 
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 26px;
    margin-top: 44px;
    margin-bottom: 60px;
    position: relative;
}
.advantage .advantage-inner img:nth-child(1){ 
    position: absolute;
    left: 15%;
    top: 50%;
}
.advantage .advantage-inner img:nth-child(2){ 
    position: absolute;
    top: 15%;
    right: 10%;
}
.advantage .advantage-top{
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 5px;
}
.advantage .advantage-top .advantage-title{
  color: #0f172b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.4px;
}
.advantage .advantage-top .advantage-line{
  width: 96px;
  height: 4px;
  border-radius: 16777200px;
  background: #cc141c;
}
.advantage .advantage-bottom{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.advantage .advantage-bottom .advantage-bottom-item{
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.advantage .advantage-bottom .advantage-bottom-item1{
    position: relative;
    right: 15%;
}
.advantage .advantage-bottom .advantage-bottom-item2{
    flex-direction: row-reverse;
    position: relative;
    left: 15%;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-img{
  min-width: 64px;
  height: 64px;
  display: flex;
    align-items: center;
    justify-content: center;
  border-radius: 14px;
  background: #cc141c;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-img svg{
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
}
.advantage .advantage-bottom .advantage-bottom-item:hover .advantage-bottom-item-img svg{
    transform: rotateY(360deg);
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-right{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.advantage .advantage-bottom .advantage-bottom-item2 .advantage-bottom-item-right{
    align-items: flex-end;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-right .advantage-bottom-item-title{
  color: #0f172b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-right .advantage-bottom-item-desc{
  color: #45556c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-line{
    position: absolute;
    top: 0;
    right: 0;
  width: 8px;
      height: 100%;
  background: #cc141c;
}
.advantage .advantage-bottom .advantage-bottom-item2 .advantage-bottom-item-line{
    left: 0;
}

.system{
    width: 100%;
    background-color: #F9FCFF;
}
.system .system-inner{ 
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 29px;
    padding-top: 71.5px;
    padding-bottom: 75px;
}
.system .system-top{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15.5px;
}
.system .system-top .system-title{ 
  color: #0f172b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.4px;
}
.system .system-top .system-desc{ 
  color: #45556c;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.system .system-bottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.system .system-bottom .system-bottom-left{ 
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.system .system-bottom .system-bottom-left img{ 
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.system .system-bottom .system-bottom-left:hover img{ 
    transform: scale(1.05);
}
.system .system-bottom .system-bottom-left .system-bottom-left-content{
    position: absolute;
    top: 15%;
    left: 10%;
}
.system .system-bottom .system-bottom-left .system-bottom-left-content .system-bottom-left-content-enTitle{
   color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 7.5px;
}
.system .system-bottom .system-bottom-left .system-bottom-left-content .system-bottom-left-content-cnTitle{
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
.system .system-bottom .system-bottom-left .system-bottom-left-content .system-bottom-left-content-line{
  width: 80px;
  height: 4px;
  border-radius: 16777200px;
  background: #cc141c;
}
.system .system-bottom .system-bottom-right{ 
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.system .system-bottom .system-bottom-right .system-bottom-right-one{ 
  padding: 20px 20px 20px 20px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.system .system-bottom .system-bottom-right .system-bottom-right-one .system-bottom-right-one-img{ 
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #cc141c59;
}
.system .system-bottom .system-bottom-right .system-bottom-right-one .system-bottom-right-one-img svg{
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
}
.system .system-bottom .system-bottom-right .system-bottom-right-one:hover .system-bottom-right-one-img svg{
    transform: rotateY(360deg);
}
.system .system-bottom .system-bottom-right .system-bottom-right-one .system-bottom-right-one-desc{ 
    width: 85%;
    color: #314158;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

.trace{
    width: 100%;
}
.trace .trace-inner{ 
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 29px;
    padding-top: 52px;
    padding-bottom: 88.5px;
}
.trace .trace-top{ 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15.5px;
    margin-bottom: 74px;
}
.trace .trace-top .trace-title{ 
  color: #0f172b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
}
.trace .trace-top .trace-item{ 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.trace .trace-top .trace-item .trace-item-one{ 
    width: 48%;
    padding: 32px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.trace .trace-top .trace-item .trace-item-one .trace-item-one-line{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  height: 4px;
  background: #cc141c;
}
.trace .trace-top .trace-item .trace-item-one .trace-item-one-img{ 
    min-width: 64px;
    max-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #cc141c;
}
.trace .trace-top .trace-item .trace-item-one .trace-item-one-img svg{
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
}
.trace .trace-top .trace-item .trace-item-one:hover .trace-item-one-img svg{
    transform: rotateY(360deg);
}
.trace .trace-top .trace-item .trace-item-one .trace-item-one-content{ 
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.trace .trace-top .trace-item .trace-item-one .trace-item-one-content .trace-item-one-title{ 
  color: #0f172b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.trace .trace-top .trace-item .trace-item-one .trace-item-one-content .trace-item-one-desc{ 
  color: #45556c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

.trace .trace-bottom{
    width: 100%;
  border-radius: 24px;
  background: linear-gradient(135deg, #1d293d 0%, #0f172b 100%);
  overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 64px;
}
.trace .trace-bottom .trace-bottom-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.trace .trace-bottom .trace-bottom-top .trace-bottom-top-num{
  color: #ffffff73;
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.4px;
}
.trace .trace-bottom .trace-bottom-top .trace-bottom-top-title{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
}
.trace .trace-bottom .trace-bottom-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}
.trace-bottom-bottom::before {
    content: '';
    position: absolute;
    left: 31px;
    top: 14%;
    bottom: 50%;
    width: 2px;
    height: 70%;
    background: #cc141c;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-left{
  min-width: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16777200px;
  background: #cc141c;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-left svg{
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one:hover .trace-bottom-bottom-left svg{
    transform: rotateY(360deg);
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right{
    width: 90%;
    padding: 25px;
  border-radius: 14px;
  border: 1px solid #ffffff33;
  background: #ffffff1a;
  display: flex;
  flex-direction: column;
  gap: 7.5px;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right .trace-bottom-bottom-right-one-title{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right .trace-bottom-bottom-right-one-desc{
  color: #cad5e2;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
}
@media (max-width: 1600px) {
.advantage .advantage-bottom .advantage-bottom-item1{
    right: 10%;
}
.advantage .advantage-bottom .advantage-bottom-item2{
    left: 10%;
}
}
@media (max-width: 1440px) {
.system .system-bottom .system-bottom-right {
    gap: 15px;
}
}
@media (max-width: 1380px) {
}
@media (max-width: 1280px) {
.banner{
    margin-top: 90px;
}
.banner .banner-inner .banner-content .banner-title {
    font-size: 40px;
    margin-bottom: 2%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 27px;
}
.slogan .slogan-inner .slogan-content .slogan-title {
    font-size: 22px;
}
.slogan .slogan-inner .slogan-content .slogan-desc p {
    font-size: 17px;
    line-height: 38px;
}
.slogan .slogan-inner .slogan-content .slogan-desc p span {
    font-size: 22px;
}
.slogan .slogan-inner img {
    min-height: 320px;
}
.advantage .advantage-bottom .advantage-bottom-item1{
    right: 5%;
}
.advantage .advantage-bottom .advantage-bottom-item2{
    left:5%;
}
.system .system-top .system-title {
    font-size: 40px;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right{
    width: 88%;
}
.trace .trace-inner {
    padding-bottom: 60.5px;
}
}
@media (max-width: 1110px) {
}
@media (max-width: 1080px) {
.slogan .slogan-inner img {
    min-height: 350px;
}
.system .system-bottom .system-bottom-right .system-bottom-right-one .system-bottom-right-one-desc {
    font-size: 15px;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right{
    width: 85%;
}
}
@media (max-width: 1025px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 35px;
    margin-bottom: 1%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 24px;
}
.slogan .slogan-inner .slogan-content {
    gap: 17px;
}
.slogan .slogan-inner img {
    min-height: 370px;
}
.advantage .advantage-bottom {
    gap: 25px;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-right {
    gap: 8px;
    align-items: flex-start;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-right .advantage-bottom-item-title {
    font-size: 22px;
}
.advantage .advantage-bottom .advantage-bottom-item1{
    right: 0%;
}
.advantage .advantage-bottom .advantage-bottom-item2{
    left: 0%;
}
.trace .trace-top {
    margin-bottom: 50px;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right {
    gap: 3.5px;
}
.trace .trace-bottom .trace-bottom-top .trace-bottom-top-num {
    font-size: 40px;
}
.trace .trace-bottom .trace-bottom-top .trace-bottom-top-title {
    font-size: 30px;
}
}
@media (max-width: 900px) {
.slogan .slogan-inner,
.advantage .advantage-inner,
.system .system-inner,
.trace .trace-inner {
    width: 85%;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right {
    padding: 20px;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right .trace-bottom-bottom-right-one-title {
    font-size: 18px;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right .trace-bottom-bottom-right-one-desc {
    font-size: 14px;
}
.advantage .advantage-top .advantage-title, 
.system .system-top .system-title,
.trace .trace-top .trace-title {
    font-size: 30px;
}
}
@media (max-width: 821px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 30px;
    margin-bottom: 1%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 21px;
}
.system .system-bottom {
    flex-direction: column;
    gap: 20px;
}
.system .system-bottom .system-bottom-left {
    width: 100%;
    max-height: 200px;
}
.system .system-bottom .system-bottom-right {
    width: 100%;
}
}
@media (max-width: 768px) {
.banner{
    margin-top: 50px;
}

.banner .banner-inner .banner-content .banner-title {
    font-size: 25px;
    margin-bottom: 0%;
}
.slogan .slogan-inner .slogan-content .slogan-title {
    font-size: 20px;
}
.slogan .slogan-inner .slogan-content .slogan-desc p {
    font-size: 15px;
    line-height: 33px;
}
.slogan .slogan-inner .slogan-content .slogan-desc p span {
    font-size: 20px;
}
.slogan .slogan-inner .slogan-content {
    width: 85%;
}
.slogan .slogan-inner img {
    min-height: 350px;
}
.advantage .advantage-inner {
    margin-bottom: 40px;
}
.advantage .advantage-bottom {
    gap: 20px;
    margin-bottom: 0px;
}
.advantage .advantage-bottom .advantage-bottom-item {
    gap: 15px;
    padding: 30px;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-right {
    gap: 4px;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-right .advantage-bottom-item-title {
    font-size: 20px;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-right .advantage-bottom-item-desc {
    font-size: 15px;
}
.system .system-inner {
    padding-top: 20px;
    padding-bottom: 40px;
}
.system .system-top .system-desc {
    font-size: 18px;
}
.system .system-top {
    gap: 8.5px;
}
.system .system-bottom .system-bottom-left .system-bottom-left-content .system-bottom-left-content-enTitle {
    font-size: 12px;
    margin-bottom: 0px;
}
.system .system-bottom .system-bottom-left .system-bottom-left-content .system-bottom-left-content-cnTitle {
    font-size: 26px;
}
.system .system-bottom .system-bottom-left .system-bottom-left-content {
    left: 5%;
}
.trace .trace-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}
.trace .trace-top .trace-item {
    flex-direction: column;
    gap: 20px;
}
.trace .trace-top .trace-item .trace-item-one {
    width: 100%;
}
.trace .trace-top .trace-item .trace-item-one .trace-item-one-content {
    gap: 4px;
}
.trace .trace-top .trace-item .trace-item-one {
    flex-direction: row-reverse;
    gap: 15px;
}
.trace .trace-top {
    margin-bottom: 10px;
}
.trace .trace-bottom {
    gap: 25px;
    padding: 44px;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one {
    gap: 15px;
}
.trace .trace-bottom .trace-bottom-top .trace-bottom-top-num {
    font-size: 35px;
}
.trace .trace-bottom .trace-bottom-top .trace-bottom-top-title {
    font-size: 25px;
}
}
@media (max-width: 641px) {
.advantage .advantage-bottom .advantage-bottom-item2 {
    flex-direction: row;
}
.advantage .advantage-bottom .advantage-bottom-item2 .advantage-bottom-item-line {
    left: auto;
    right: 0;
}
.trace .trace-bottom {
    padding: 24px;
}
.advantage .advantage-top .advantage-title, 
.system .system-top .system-title,
.trace .trace-top .trace-title {
    font-size: 20px;
}
}
@media (max-width: 521px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 20px;
    line-height: 30px;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 16px;
}
.slogan .slogan-inner .slogan-content .slogan-title {
    font-size: 18px;
}
.advantage .advantage-bottom .advantage-bottom-item {
    padding: 20px;
}
.advantage .advantage-bottom .advantage-bottom-item .advantage-bottom-item-img {
    display: none;
}
.system .system-bottom .system-bottom-right .system-bottom-right-one .system-bottom-right-one-img {
    display: none;
}
.system .system-bottom .system-bottom-right .system-bottom-right-one .system-bottom-right-one-desc {
    width: 100%;
}
.trace .trace-top .trace-item .trace-item-one .trace-item-one-img {
    display: none;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-left {
    display: none;
}
.trace-bottom-bottom::before {
    display: none;
}
.trace .trace-bottom .trace-bottom-bottom .trace-bottom-bottom-one .trace-bottom-bottom-right {
    width: 100%;
}
}
@media (max-width: 431px) {
.slogan .slogan-inner img {
    min-height: 400px;
}
.system .system-bottom .system-bottom-left .system-bottom-left-content .system-bottom-left-content-cnTitle {
    font-size: 22px;
}
.system .system-bottom .system-bottom-left .system-bottom-left-content .system-bottom-left-content-line {
    width: 60px;
}
.trace .trace-bottom .trace-bottom-top .trace-bottom-top-num {
    font-size: 30px;
}
.trace .trace-bottom .trace-bottom-top .trace-bottom-top-title {
    font-size: 20px;
}
.banner .banner-inner .banner-content .banner-desc {
    display: none;
}
}
@media (max-width: 395px) {
}
@media (max-width: 375px) {
}
@media (max-width: 356px) {
.slogan .slogan-inner img {
    min-height: 360px;
}
}
@media (max-width: 321px) {
}









