* {
  margin: 0;
  padding: 0;
}
.ww {
  width: 100%;
}
.nw {
  white-space: nowrap;
}
.nw1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nw2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nw3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dddnx {
  display: none;
}
.ds {
  display: flex;
}
.dy {
  display: flex;
  align-items: center;
}
.dx {
  display: flex;
  justify-content: center;
}
.dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dxy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dlx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dlxy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dlbt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.dbt {
  display: flex;
  justify-content: space-between;
}
.dbty {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dwp {
  display: flex;
  flex-wrap: wrap;
}
/* web端 */
/* 手机端 */
/* web端 */
@media only screen and (min-width: 1024px) {
  .banner {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.0625rem;
    background-image: url(img/phone/page_1/banner_neirfengkong.png);
    background-size: cover;
    color: white;
  }
  .banner .warp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    margin-top: 8.8125rem;
    margin-bottom: 9.75rem;
  }
  .banner .warp .title {
    font-size: 3.625rem;
    font-weight: bolder;
  }
  .banner .warp .cont {
    font-size: 1.625rem;
    margin-top: 1.3125rem;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.0625rem;
    background-image: url(img/phone/page_1/banner_neirongfnegkong1.png);
    background-size: cover;
    color: white;
  }
  .banner .warp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10.125rem;
    margin-bottom: 9.75rem;
  }
  .banner .warp .title {
    font-size: 2.875rem;
    font-weight: bolder;
  }
  .banner .warp .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.375rem;
    margin-top: 1.5625rem;
  }
  .banner .warp .cont .b {
    margin-top: 0.6rem;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .scope {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .scope .body {
    width: 80%;
    margin-top: 4.25rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .scope .body .item {
    width: calc(25% - 0.5rem);
    border: 0.0625rem solid #CCCCCC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.0625rem 0 1.1rem;
    margin-bottom: 0.875rem;
    cursor: pointer;
  }
  .scope .body .item img {
    width: 8.8125rem;
    height: 8.8125rem;
    max-width: 8.8125rem;
    max-height: 8.8125rem;
    object-fit: contain;
  }
  .scope .body .item div:nth-child(2) {
    font-weight: bold;
    margin-top: 2.1875rem;
    font-size: 1.75rem;
  }
  .scope .body .item div:nth-child(3) {
    padding: 0 10%;
    margin-top: 2.1875rem;
    font-size: 1rem;
  }
  .scope .body .item a {
    display: block;
    margin-top: 2.5rem;
    background-color: #E40213;
    padding: 0.4375rem 1.875rem;
    color: white;
    visibility: hidden;
  }
  .scope .body .item:hover {
    box-shadow: 0px 3px 18px rgba(228, 2, 19, 0.17);
  }
  .scope .body .item:hover a {
    visibility: visible;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .scope {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 1.75rem;
  }
  .scope .body {
    margin-top: 2.5rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .scope .body .item {
    width: calc(50% - 0.75rem);
    border: 0.0625rem solid #CCCCCC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.0625rem 0 1.1rem;
    margin-bottom: 0.875rem;
    cursor: pointer;
  }
  .scope .body .item img {
    width: 8.8125rem;
    height: 8.8125rem;
    max-width: 8.8125rem;
    max-height: 8.8125rem;
    object-fit: contain;
  }
  .scope .body .item div:nth-child(2) {
    font-weight: bold;
    margin-top: 1.125rem;
    font-size: 1.625rem;
  }
  .scope .body .item div:nth-child(3) {
    padding: 0 10%;
    margin-top: 1.5625rem;
    font-size: 1.375rem;
  }
  .scope .body .item a {
    display: block;
    margin-top: 0.8125rem;
    background-color: #E40213;
    padding: 0.4375rem 1.875rem;
    font-size: 1.375rem;
    color: white;
    visibility: hidden;
  }
  .scope .body .item:hover {
    box-shadow: 0px 3px 18px rgba(228, 2, 19, 0.17);
  }
  .scope .body .item:hover a {
    visibility: visible;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .conte {
    background-image: url(img/phone/page_1/bg_fuwuneirong.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: aqua;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .conte .body {
    width: 80%;
    margin-top: 4.3125rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .conte .body .item {
    width: calc(33% - 0.5rem);
    background-color: red;
    margin-bottom: 1rem;
    padding: 1.75rem 1.625rem 2.1875rem 1.625rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(316deg, #FFE2E4 0%, #FFFFFF 100%);
    position: relative;
    cursor: pointer;
  }
  .conte .body .item:hover {
    background: red;
    color: white;
  }
  .conte .body .item div:nth-child(1) {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .conte .body .item div:nth-child(2) {
    font-size: 0.875rem;
    margin-top: 1.0625rem;
    line-height: 1.5rem;
  }
  .conte .body .item img {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    background-image: url();
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .conte {
    margin-top: 2.5rem;
    background-image: url(img/phone/page_1/bg_fuwuneirong_phone.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: aqua;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 1.75rem;
  }
  .conte .body {
    margin-top: 2.5rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .conte .body .item {
    width: calc(50% - 0.875rem);
    background-color: red;
    margin-bottom: 1rem;
    padding: 1.75rem 1.625rem 2.8125rem 1.625rem;
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
    cursor: pointer;
  }
  .conte .body .item:nth-child(2),
  .conte .body .item:nth-child(3),
  .conte .body .item:nth-child(6),
  .conte .body .item:nth-child(7),
  .conte .body .item:nth-child(10),
  .conte .body .item:nth-child(11),
  .conte .body .item:nth-child(14),
  .conte .body .item:nth-child(15) {
    background: black;
    color: white;
  }
  .conte .body .item div:nth-child(1) {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .conte .body .item div:nth-child(2) {
    font-size: 1.25rem;
    margin-top: 2.8125rem;
    line-height: 2.375rem;
  }
  .conte .body .item img {
    width: 10.625rem;
    height: 9.375rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-image: url();
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .industry {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10%;
  }
  .industry .body {
    width: 100%;
    margin-top: 4rem;
    border: 0.4375rem solid white;
    background-color: #E40213;
  }
  .industry .body .my-slide-industry {
    height: 36.3125rem;
    background-color: red;
    width: 100%;
  }
  .industry .body .my-slide-industry .pf-prev-nav.nav-style-1::before,
  .industry .body .my-slide-industry .pf-next-nav.nav-style-1::before {
    content: "";
  }
  .industry .body .my-slide-industry .pf-prev-nav,
  .industry .body .my-slide-industry .pf-next-nav {
    display: none !important;
  }
  .industry .body .my-slide-industry .pf-slider-pagination {
    display: none !important;
  }
  .industry .body .item-warp {
    color: white;
    padding-right: 2.5rem;
    display: flex;
  }
  .industry .body .item-warp img {
    width: 45%;
    height: 36.3125rem;
    object-fit: cover;
  }
  .industry .body .item-warp .warp {
    padding-left: 3.4375rem;
  }
  .industry .body .item-warp .warp .title {
    margin-top: 4.4375rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: bold;
  }
  .industry .body .item-warp .warp .item {
    display: flex;
    padding-top: 1.75rem;
  }
  .industry .body .item-warp .warp .item div:nth-child(1) {
    font-size: 1.25rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .industry .body .item-warp .warp .item div:nth-child(2) {
    font-size: 1.0625rem;
    padding-top: 2rem;
    color: #FFD1D4;
  }
  .industry .body .item-warp .warp .button {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 2px;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.375rem;
    margin-bottom: 4.25rem;
    cursor: pointer;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .industry {
    padding: 0 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .industry .body {
    width: 100%;
    border: 0.4375rem solid white;
    margin-top: 5.5rem;
    color: white;
    border: 0.9375rem solid white;
  }
  .industry .body .my-slide-industry {
    height: 80.625rem;
    background-color: #E40213;
    width: 100%;
  }
  .industry .body .my-slide-industry .pf-prev-nav.nav-style-1::before,
  .industry .body .my-slide-industry .pf-next-nav.nav-style-1::before {
    content: "";
  }
  .industry .body .my-slide-industry .pf-prev-nav,
  .industry .body .my-slide-industry .pf-next-nav {
    display: none !important;
  }
  .industry .body .my-slide-industry .pf-slider-pagination {
    display: none !important;
  }
  .industry .body img {
    width: 100%;
    height: 22.5rem;
    object-fit: cover;
  }
  .industry .body .warp {
    padding-left: 3.4375rem;
    padding-bottom: 4.25rem;
  }
  .industry .body .warp .title {
    padding-top: 3.75rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: bold;
  }
  .industry .body .warp .item {
    padding-top: 2rem;
  }
  .industry .body .warp .item div:nth-child(1) {
    font-size: 1.375rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .industry .body .warp .item div:nth-child(2) {
    font-size: 1.375rem;
    padding-top: 2rem;
    color: #FFD1D4;
  }
  .industry .body .warp .button {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 2px;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
    cursor: pointer;
  }
}
/* web端 */
@media only screen and (min-width: 1024px) {
  .audit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .audit .bar {
    margin-top: 3rem;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .audit .bar .out {
    width: 18.75rem;
    height: 0.625rem;
    background: #DCDCDC;
    opacity: 1;
    border-radius: 0.3125rem;
  }
  .audit .bar .out .in {
    width: 6.25rem;
    height: 0.625rem;
    background: #E40213;
    opacity: 1;
    border-radius: 0.3125rem;
  }
  .audit .body {
    width: 80%;
    margin-top: 4rem;
  }
  .audit .body .web {
    display: block;
    width: 100%;
  }
  .audit .body .phone {
    display: none;
  }
}
/* 手机端 */
@media only screen and (max-width: 1024px) {
  .audit {
    padding: 0 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .audit .bar {
    margin-top: 3rem;
  }
  .audit .bar .out {
    width: 18.75rem;
    height: 0.625rem;
    background: #DCDCDC;
    opacity: 1;
    border-radius: 0.3125rem;
  }
  .audit .bar .out .in {
    width: 6.25rem;
    height: 0.625rem;
    background: #E40213;
    opacity: 1;
    border-radius: 0.3125rem;
  }
  .audit .body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 1.75rem;
  }
  .audit .body .web {
    display: none;
  }
  .audit .body .phone {
    margin-top: 3.125rem;
    width: 100%;
    display: block;
  }
}
