* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
textarea {
    outline: none;
    border: none;
}

html {
    transition: font-size 0.3s ease;
    font-family: "Open Sans", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.public {
    width: 100%;
    max-width: 15rem;
    margin: 0 auto;
    height: 100%;
}

.Nav {
    width: 100%;
    height: 0.9rem;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

.Nav .out {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Nav .out .logo {
    height: 0.28rem;
    display: block;
}

.Nav .out .logo img {
    height: 100%;
    display: block;
}

.Nav .out ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.Nav .out ul li {
    height: 100%;
    display: flex;
    position: relative;
    margin-right: 0.9rem;
}

.Nav .out ul li:last-child {
    margin-right: 0px;
}

.Nav .out ul li .title {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}


.Nav .out ul li .drop_down {
    position: absolute;
    left: 50%;
    top: 1.15rem;
    transform: translateX(-50%);
    background: #FFF;
    border-radius: 0.05rem;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    width: max-content;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-0.2rem);
    transition: all 0.2s ease-in-out;

}

.Nav .out ul li .drop_down {
    top: 0.9rem;
}

.Nav .out ul li:hover .drop_down {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0%);
}

.Nav .out ul li .drop_down a {
    display: block;
    width: 100%;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    font-size: 0.15rem;
    color: #171717;
}

.Nav .out ul li .drop_down a:hover {
    background: #B1000E;
    color: #FFF;
}

.Nav.active {
    background: #FFF;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    animation: sodelui 0.6s;
}

.Nav.active .out ul li .title {
    color: #333;
}


.Nav .out ul li.active .title,
.Nav .out ul li:hover .title {
    color: #B1000E;
}

.banenr_poster {
    width: 100%;
    height: 8.4rem;
    position: relative;
}

.banenr_poster .swiper {
    height: 100%;
}

.banenr_poster .banner {
    width: 100%;
    height: 100%;
}

.banenr_poster .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-fit: cover;
}

.banenr_poster .swiper-slide {
    position: relative;
    width: 100%;
}

.banenr_poster .swiper-slide .Text {
    position: absolute;
    max-width: 15rem;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 20;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 17%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.banenr_poster .swiper-slide .Text h1 {
    font-weight: 500;
    font-size: 0.64rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
    margin-bottom: 0.4rem;
}

.banenr_poster .swiper-slide .Text p {
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
}

.banenr_poster .swiper-slide .Text i {
    width: 1.3rem;
    height: 0px;
    border: 0.06rem solid #1560AD;
    display: block;
    margin-top: 0.8rem;
}

.banenr_poster .but_Poster {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 13.7rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0.73rem;
    z-index: 20;
}

.banenr_poster .but_Poster .swiper-pagination {
    position: relative;
    bottom: 0px;
    width: auto;
}

.banenr_poster .but_Poster .swiper-pagination .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    background: #FFFFFF;
    opacity: 0.5;
    transition: 0.5s all;
    box-sizing: border-box;
}

.banenr_poster .but_Poster .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 0.06rem;
    opacity: 1;
}

.banenr_poster .but_Poster .button {
    display: flex;
    align-items: center;
    width: auto;
}

.banenr_poster .but_Poster .button .swiper-button-prev {
    margin-right: 0.7rem;
}

.banenr_poster .but_Poster .button .swiper-button-prev,
.banenr_poster .but_Poster .button .swiper-button-next {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin-top: 0px;
    width: 0.6rem;
    height: 0.6rem;
    border: 0.01rem solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    box-sizing: border-box;
}

.banenr_poster .but_Poster .button .swiper-button-prev::after,
.banenr_poster .but_Poster .button .swiper-button-next::after {
    color: #FFF;
    font-size: 0.14rem;
}


.banenr_poster .but_Poster .button .swiper-button-prev:hover,
.banenr_poster .but_Poster .button .swiper-button-next:hover {
    background: #1560AD;
    border: none;
}



.toggle_button {
    width: 0.4rem;
    height: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.2rem;
    cursor: pointer;
    display: none;
}

.toggle_button span {
    height: 0.03rem;
    width: 100%;
    display: block;
    background: #333;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle_button.on span:nth-child(1) {
    transition-delay: 0.2s;
    transform: rotate(45deg);
    transform-origin: 0.01rem;
}

.toggle_button.on span:nth-child(2) {
    opacity: 0;
    transform: translateX(0.25rem);
}

.toggle_button.on span:nth-child(3) {
    transition-delay: 0.4s;
    transform: rotate(-45deg);
    transform-origin: 0.01rem;
}

.min_nav {
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 0.79rem;
    left: 0px;
    box-shadow: 0.1rem 0px 0.1rem 0.01rem #00000021;
    padding: 0.3rem 0px;
    display: none;
}

.min_nav .title {
    width: 100%;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #333;
    border-bottom: 0.01rem solid #eee;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 0.3rem;
    box-sizing: border-box;
}

.min_nav .title a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.24rem;
}

.min_nav .title .img {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.3rem;
    top: 0px;
    z-index: 10;
}

.min_nav .title .img img {
    height: 0.2rem;
    display: block;
    transition: 0.5s ease all;
}

.min_nav .box {
    width: 100%;
    padding-left: 0.2rem;
    box-sizing: border-box;
    display: none;
}

.min_nav .box a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.3rem;
    color: #333;
    font-size: 0.2rem;
}

.min_nav .title.on .img img {
    transform: rotate(90deg);
}

.Product {
    width: 100%;
    margin: 1rem 0px;
}

.public_title {
    width: 100%;
    text-align: center;
}

.public_title span {
    font-weight: 500;
    font-size: 0.33rem;
    color: #111111;
    line-height: 1;
    margin-bottom: 0.11rem;
    display: block;
}

.public_title h5 {
    font-weight: 500;
    font-size: 0.33rem;
    color: #111111;
    line-height: 1;
}

.public_title p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    max-width: 7.92rem;
    line-height: 1.7em;
    width: 100%;
    margin: 0.42rem auto;
}

.Product .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.61rem;
    gap: 0.32rem 0px;
}

.Product .out .box {
    width: 3.47rem;
    height: 4.45rem;
    border: 0.01rem solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    margin-right: 0.3rem;
}

.Product .out .box a {
    padding: 0.2rem 0.2rem 0px 0.2rem;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
}

.Product .out .box .img {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.Product .out .box .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
    transition: 0.5s all;
}

.Product .out .box:nth-child(4n) {
    margin-right: 0px;
}

.Product .out .box .title {
    width: 100%;
    padding: 0.38rem 0.2rem 0.48rem 0.2rem;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 0.23rem;
    color: #222222;
}

.Product .out .box .title p {
    font-weight: 500;
    font-size: 0.23rem;
    color: #222222;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Product .out .box:hover .img img {
    transform: scale(1.1);
}

.Product .out .box:hover .title p {
    color: #B1000E;

    width: 100%;
    text-align: center;
}

.cases {
    margin: 1rem 0px;
}

.cases .out {
    margin-top: 0.8rem;
}

.cases_swiper {
    width: 100%;
}

.cases_swiper .swiper-slide {
    width: 4.81rem;
    margin: 0px 0.1rem;
}

.cases_swiper .swiper-slide .img {
    width: 100%;
    height: 3.64rem;
    object-fit: cover;
    overflow: hidden;
}

.cases_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s all;
}

.cases_swiper .swiper-slide span {
    width: 100%;
    text-align: center;
    padding: 0px 0.2rem;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    font-size: 0.2rem;
    color: #505050;
    margin-top: 0.28rem;
}

.cases_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.cases_swiper .swiper-slide:hover span {
    color: #B1000E;
}

.about {
    width: 100%;
    min-height: 7.1rem;
    margin: 1rem 0px;
    padding: 0.72rem 0px 1.4rem 0px;
    box-sizing: border-box;
    background: url(../images/about.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.about .public_title span,
.about .public_title h5 {
    color: #FFF;
}

.about .out {
    margin-top: 0.85rem;
}

.about .out .txt {
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
    min-height: 2.18rem;

    font-weight: 400;
    font-size: 0.17rem;
    color: #FFFFFF;
    line-height: 1.7em;
    text-align: center;
}

.about .out .txt p {
    width: 100%;
    font-weight: 400;
    font-size: 0.17rem;
    color: #FFFFFF;
    line-height: 1.7em;
    text-align: center;
}

.about .out a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.97rem;
    height: 0.51rem;
    border-radius: 0.26rem;
    border: 0.01rem solid #CECECE;
    font-weight: 400;
    font-size: 0.17rem;
    color: #D1D1D1;
    margin: 0 auto;
    margin-top: 0.51rem;
}

.about .out a img {
    display: block;
    margin-left: 0.07rem;
    height: 0.08rem;
    margin-top: 0.08rem;
}

.News {
    margin: 1rem 0px;
}

.News .out {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.29rem 0px;
}

.News .out .box {
    width: 48%;
    padding-bottom: 0.28rem;
    border-bottom: 0.01rem solid #E1E1E1;
}

.News .out .box a {
    display: flex;
    width: 100%;
}

.News .out .box .img {
    width: 2.64rem;
    height: 1.52rem;
    overflow: hidden;
    flex: none;
}

.News .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s all;
}

.News .out .box .text .txt {
    width: 100%;
}

.News .out .box .text {
    width: calc(100% - 2.64rem);
    padding-left: 0.33rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.News .out .box .text h5 {
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    margin-bottom: 0.21rem;
}

.News .out .box .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News .out .box .text .but_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}

.News .out .box .text .but_list span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #777777;
}

.News .out .box .text .but_list span img {
    display: block;
    height: 0.12rem;
    margin-left: 0.05rem;
}

.News .out .box:hover .text h5 {
    color: #B1000E;
}

.News .out .box:hover .img img {
    transform: scale(1.1);
}

.footer {
    width: 100%;
    background: #000000;
    box-shadow: 0px -0.01rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

.footer .Top_out {
    padding: 0.57rem 0px 0.36rem 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #707070;
}

.footer .Top_out .logo {
    height: 0.31rem;
}

.footer .Top_out .logo img {
    height: 100%;
    display: block;
}

.footer .Top_out .box {
    display: flex;
    align-items: center;
}

.footer .Top_out .box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #EBEBEB;
    display: block;
    margin-right: 0.16rem;
}

.footer .Top_out .box .icon_box {
    position: relative;
    cursor: pointer;
}

.footer .Top_out .box .icon_box .icon {
    width: 0.43rem;
    height: 0.43rem;
    display: block;
}

.footer .Top_out .box .icon_box .img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.45rem;
    background: #FFF;
    left: 50%;
    margin-left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.05rem;
    box-sizing: border-box;
    display: none;
}

.footer .Top_out .box .icon_box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .list_out {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.footer .list_out .right {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.footer .list_out .right .box h5 {
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.39rem;
}

.footer .list_out .right .box a {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    display: block;
    margin-bottom: 0.37rem;
    width: 1.05rem ;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer .list_out .right .box a:last-child {
    margin-bottom: 0px;
}

.footer .list_out .left {
    width: 30%;
}

.footer .list_out .left p {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    margin-bottom: 0.38rem;
}

.footer .link_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}

.footer .link_list h5 {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
}

.footer .link_list a {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    margin: 0px 0.05rem;
}

.Record_n_varchar {
    height: 0.45rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-top: 0.01rem solid #727272;
    box-sizing: border-box;
}

.Record_n_varchar .public {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 0.2rem;
    position: relative;
}

.Record_n_varchar a {
    font-weight: 400;
    font-size: 0.14rem;
    color: #CCCCCC;
}

.Inheritance {
    position: absolute;
    right: 0px;
}

.banenr_pages {
    width: 100%;
    height: 5.50rem;
    position: relative;
}

.banenr_pages img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banenr_pages .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banenr_pages .text .public {
    display: flex;
    align-items: center;
}

.banenr_pages .text h5 {
    font-weight: 500;
    font-size: 0.52rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
}

.Tap_ButLIst {
    width: 100%;
    height: 0.66rem;
    border-bottom: 0.01rem solid #E5E5E5;
    box-sizing: border-box;
}

.Tap_ButLIst .out {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.Tap_ButLIst .out a {
    display: block;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-right: 0.76rem;
}

.Tap_ButLIst .out a:last-child {
    margin-right: 0px;
}

.Tap_ButLIst .out a.active {
    font-weight: 400;
    font-size: 0.16rem;
    color: #B1000E;
}

.Company {
    margin: 0px;
    background-attachment: unset;
    overflow: hidden;
    margin-top: 0.7rem;
}

.Culture {
    margin-top: 0.6rem;
    margin-bottom: 1.4rem;
}

.Culture .out {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Culture .out .box {
    padding: 0.5rem 0.4rem 0.4rem 0.4rem;
    box-sizing: border-box;
    width: 4.74rem;
    height: 3.37rem;
    background: #F5F5F5;
    border-radius: 0.16rem;
}

.Culture .out .box .icon {
    height: 0.67rem;
    display: block;
    margin-bottom: 0.4rem;
}

.Culture .out .box h5 {
    font-weight: bold;
    font-size: 0.31rem;
    color: #333333;
    margin-bottom: 0.28rem;
}

.Culture .out .box .txt {
    width: 100%;
}

.Culture .out .box .txt p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.7em;
}

.Development {
    width: 100%;
    background: #F5F5F5;
    padding: 0.47rem 0px 0.6rem 0px;
    box-sizing: border-box;
    margin-top: 1.83rem;
    min-height: 5.6rem;
}


.Development .left {
    width: 6.63rem;
    height: 5.71rem;
    border-radius: 0.1rem 0px 0px 0px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-right: 0.87rem;
    margin-top: -1.4rem;
    margin-bottom: 0.3rem;
}

.Development .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Development .right {
    width: 100%;
}

.Development .right span {
    font-weight: 500;
    font-size: 0.33rem;
    color: #111111;
}

.Development .right h5 {
    font-weight: bold;
    font-size: 0.33rem;
    color: #111111;
    line-height: 1;
    margin-top: 0.1rem;
    margin-bottom: 0.66rem;
}

.Development .right p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #2E2E2E;
    line-height: 1.7em
}

.Business {
    margin: 0.56rem 0px 0.8rem 0px;
}

.Business .out {
    margin-top: 0.6rem;
}

.Business .out .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.Business .out .box:last-child {
    margin-bottom: 0px;
}

.Business .out .box .right {
    width: 7.18rem;
}

.Business .out .box .right h5 {
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
}

.Business .out .box .right i {
    display: block;
    margin-top: 0.38rem;
    margin-bottom: 0.58rem;
    background: #048A9C;
    width: 0.63rem;
    height: 0.02rem;
}

.Business .out .box .right p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.7em;
}

.Business .out .box .left {
    width: 7.18rem;
}

.Business .out .box .left img {
    width: 100%;
    display: block;
}

.Business .out .box:nth-child(2n) {
    flex-direction: row-reverse;
}

.Clients {
    margin-top: 0.56rem;
    margin-bottom: 0.6rem;
}

.Clients .out {
    margin-top: 0.6rem;
    width: 100%;
}

.Clients .out img {
    width: 100%;
    display: block;
}

.Custer {
    margin: 1rem 0px;
}

.Custer .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.Custer .out .box {
    width: 4.8rem;
    margin-right: 0.3rem;
    margin-bottom: 0.6rem;
}

.Custer .out .box:nth-child(3n) {
    margin-right: 0px;
}

.Custer .out .box .img {
    width: 100%;
    height: 3.08rem;
    border-radius: 0.13rem;
    overflow: hidden;
    display: block
}

.Custer .out .box .img img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    display: block;
    object-fit: cover;
}

.Custer .out .box .title {
    width: 100%;
    text-align: center;
    margin-top: 0.27rem;
}

.Custer .out .box .title p {
    font-weight: 400;
    font-size: 0.2rem;
    color: #505050;
}


.Custer .out .box:hover .img img {
    transform: scale(1.1);
}

.Custer .out .box:hover .title p {
    color: #B1000E;
}

.ibatis {
    margin: 1rem 0px;
}

.ibatis .out {
    margin-top: 0.62rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ibatis .out .box {
    width: 2.24rem;
    height: 5.51rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s all;
}

.ibatis .out .box .ceng_text {
    width: 100%;
    height: 100%;
    background: rgba(10, 48, 106, 0.34);
    position: absolute;
    top: 0px;
    left: 0px;
}

.ibatis .out .box .ceng_text h5 {
    text-align: center;
    font-weight: 400;
    font-size: 0.31rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
    margin-top: 0.58rem;
}

.ibatis .out .box .ceng_text img {
    height: 0.44rem;
    position: absolute;
    bottom: 0.63rem;
    left: 0.53rem;
}

.ibatis .out .box.active {
    width: 7.74rem;
}

.ibatis .out .box.active .ceng_text {
    display: none;
}

.ibatis .out .box .text {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    transform: translateY(100%);
}

.ibatis .out .box.active .text {
    transform: translateY(0%);
    transition: 0.5s all;
    transition-delay: 0.5s;
}

.ibatis .out .box .text .left {
    width: 2.3rem;
    background: #B1000E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: none;
}

.ibatis .out .box .text .left h5 {
    font-weight: 400;
    font-size: 0.31rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
}

.ibatis .out .box .text .left img {
    height: 0.48rem;
    display: block;
    margin-top: 0.5rem;
}

.ibatis .out .box .text .right {
    padding: 0.45rem 0.6rem 0.35rem 0.51rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
}

.ibatis .out .box .text .right p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.7em;
}

.SEWC_pages {
    margin: 1rem 0px;
}

.SEWC_pages .swiper-slide {
    width: 3.63rem;
    margin-right: 0.16rem;
}

.SEWC_pages .swiper-slide:last-child {
    margin-right: 0px;
}

.SEWC_pages .swiper-slide .img {
    width: 100%;
    height: 2.47rem;
    overflow: hidden;
    margin-bottom: 0.26rem;
}

.SEWC_pages .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.SEWC_pages .swiper-slide .text {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 0.25rem;
    box-sizing: border-box;
}

.SEWC_pages .swiper-slide .text i {
    width: 0.07rem;
    height: 0.27rem;
    background: #B1000E;
    display: block;
    margin-right: 0.29rem;
}

.SEWC_pages .swiper-slide .text span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    display: block;
}

.capabilities {
    margin: 1rem 0px;
}

.capabilities .out {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.capabilities .out .box {
    width: 4.41rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.capabilities .out .box .img {
    width: 2.06rem;
    height: 1.78rem;
    flex: none;
}

.capabilities .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.capabilities .out .box .txt {
    width: 2.11rem;
}

.capabilities .out .box .txt h5 {
    font-weight: 500;
    font-size: 0.28rem;
    color: #111111;
    margin-bottom: 0.29rem;
}

.capabilities .out .box .txt p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.6em;
}

.rdTeam {
    /* margin: 1rem 0px; */
}

.rdTeam .out .swiper {
    padding: 0px 0.2rem;
    padding-top: 1.4rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
}

.rdTeam .out .swiper-slide {
    width: 3.46rem;
    background: #FFFFFF;
    box-shadow: 0px 0.01rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.11rem;
    position: relative;
    padding-top: 1.16rem;
    margin-right: 0.27rem;
}

.rdTeam .out .swiper-slide:last-child {
    margin-right: 0px;
}

.rdTeam .out .swiper-slide .img {
    width: 1.52rem;
    height: 1.52rem;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    margin-top: -0.752rem;
    background: #FFF;
    border-radius: 50%;
    padding: 0.06rem;
    box-sizing: border-box;
    box-shadow: 0px 0.01rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

.rdTeam .out .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rdTeam .out .swiper-slide .text {
    width: 100%;
    padding: 0rem 0.4rem 0.33rem 0.4rem;
    box-sizing: border-box;
}

.rdTeam .out .swiper-slide .text h5 {
    font-weight: 500;
    font-size: 0.28rem;
    color: #111111;
}

.rdTeam .out .swiper-slide .text p {
    margin-top: 0.3rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}

/* 
.innovation_Tap_ButLIst {
    background: #FFF ;
    position:sticky ;
    top: 0.9rem ;
    z-index: 999 ;
} */

.Support {
    margin: 1rem 0px;
}

.Support .public {
    max-width: 16rem;
}

.Support .out {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Support .out .box {
    width: 3.72rem;
    background: #F8F8F8;
    box-shadow: 0px 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.11rem;
    padding: 0.66rem 0.32rem 0.51rem 0.32rem;
    box-sizing: border-box;
}

.Support .out .box .icon {
    height: 0.56rem;
    display: block;
    margin: 0 auto;
}

.Support .out .box .text {
    width: 100%;
}

.Support .out .box .text h5 {
    margin: 0.58rem 0px 0.4rem 0px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 0.19rem;
    color: #B1000E;
    text-align: center;
}

.Support .out .box .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.6em
}

.NETWORK {
    padding-top: 0.58rem;
    background: #F5F5F7;
}

.NETWORK .out {
    margin-top: 0.2rem;
    width: 100%;
    height: 7.69rem;
    position: relative;
}

.NETWORK .out .DItu {
    width: 100%;
    height: 100%;
    display: block;
}

.NETWORK .out .list_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.NETWORK .out .list_icon .box {
    position: absolute;
    cursor: pointer;

}

.NETWORK .out .list_icon .box:nth-child(1) {
    right: 4.3rem;
    top: 3.5rem;
}

.NETWORK .out .list_icon .box:nth-child(2) {
    right: 5.6rem;
    top: 3rem;
}

.NETWORK .out .list_icon .box:nth-child(3) {
    right: 5rem;
    top: 3.5rem;
}

.NETWORK .out .list_icon .box:nth-child(4) {
    right: 7.3rem;
    top: 4.5rem;
}

.NETWORK .out .list_icon .box:nth-child(5) {
    right: 7rem;
    top: 2.5rem;
}

.NETWORK .out .list_icon .box .dian {
    width: 0.26rem;
    height: 0.26rem;
    position: relative;
}

.NETWORK .out .list_icon .box .dian i {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4a3953;
    display: block;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
}

.NETWORK .out .list_icon .box .dian i:nth-child(2) {
    transform: scale(0.7);
    opacity: 0.5;
}

.NETWORK .out .list_icon .box .dian i:nth-child(3) {
    transform: scale(0.5);
    opacity: 0.7;
}

.NETWORK .out .list_icon .box .dian i:nth-child(4) {
    transform: scale(0.3);
    opacity: 1;
}


.NETWORK .out .list_icon .box .txt {
    position: absolute;
    top: -0.4rem;
    background: #B1000E;
    padding: 0.06rem 0.2rem;
    box-sizing: border-box;
    border-radius: 0.26rem;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.NETWORK .out .list_icon .box .txt::after {
    background: #B1000E;
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    left: 50%;
    margin-left: -0.05rem;
    bottom: -0.05rem;
    display: block;
    transform: rotate(45deg);
}

.NETWORK .out .list_icon .box .txt p {
    font-size: 0.13rem;
    color: #FFf;
    font-weight: 400;
}

.NETWORK .out .list_icon .box:hover .txt {
    display: block;
}

.NETWORK .out .list_icon .box:hover .dian i {
    background: #B1000E;
}

.common_problem {
    margin: 1rem 0px;
}

.common_problem .out {
    margin-top: 1rem;
}

.common_problem .out .item {
    width: 100%;
    border-bottom: 0.01rem solid #E7E3E0;
}

.common_problem .out .item .title {
    padding: 0.3rem 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.common_problem .out .item .title .txt {
    display: flex;
    align-items: center;
}

.common_problem .out .item .title .txt b {
    font-weight: bold;
    font-size: 0.27rem;
    color: #B1000E;
    margin-right: 0.35rem;
}

.common_problem .out .item .title .txt h5 {
    font-weight: 400;
    font-size: 0.21rem;
    color: #555555;
}

.common_problem .out .item .title span {
    width: 0.41rem;
    height: 0.41rem;
    /* background: #B1000E; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_problem .out .item .title span img {
    width: 0.09rem;
    display: block;
    position: absolute;
    display: none;
}

.common_problem .out .item .title span img:nth-child(1) {
    display: block;
}

.common_problem .out .item .tetx {
    display: none;
}

.common_problem .out .item .tetx b {
    font-weight: bold;
    font-size: 0.27rem;
    color: #9D9D9D;
    margin-right: 0.4rem;
    flex: none;
}

.common_problem .out .item .tetx p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.7em;
}

.common_problem .out .item.active span {
    background: #B1000E;
}


.common_problem .out .item.active span img:nth-child(2) {
    display: block;
}

.common_problem .out .item.active .txt h5 {
    color: #B1000E;
}

.common_problem .out .item.active .tetx {
    display: flex;
}

.News_pages {
    width: 100%;
    margin: 1rem 0px;
}

.News_pages .out {
    margin-top: 0.7rem;
}

.News_pages .out .box {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    border-bottom: 0.01rem solid #E7E3E0;
}

.News_pages .out .box a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.News_pages .out .box .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.News_pages .out .box .left .img {
    width: 4.22rem;
    height: 2.37rem;
    overflow: hidden;
}

.News_pages .out .box .left .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s all;
}

.News_pages .out .box .text {
    width: 6.45rem;
    margin-left: 0.68rem;
}

.News_pages .out .box .text h5 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 0.28rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.News_pages .out .box .text p {
    font-weight: 400;
    font-size: 0.19rem;
    color: #666666;
    line-height: 1.7em;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.News_pages .out .box .text span {
    font-weight: 400;
    font-size: 0.17rem;
    color: #888888;
    margin-top: 0.34rem;
    display: block;
}

.News_pages .out .box .right {
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
    display: flex;
    align-items: center;
}

.News_pages .out .box .right img {
    display: block;
    width: 0.2rem;
    margin-left: 0.13rem;
}

.News_pages .out .box:hover .left .img img {
    transform: scale(1.1);
}

.News_pages .out .box:hover .text h5 {
    color: #B1000E;
}

.News_pages .out .box:hover {
    border-bottom: 0.01rem solid #B1000E;
}


.Contact_pages {
    overflow: hidden;
}

.Contact_pages .out .lfet {
    width: 7.31rem;
    height: 5.14rem;
    box-sizing: border-box;
}

.Contact_pages .out .lfet img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Contact_pages {
    background-size: cover;
    padding: 0.9rem 0px 1.3rem 0px;
    box-sizing: border-box;
}

.Contact_pages .out {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Contact_pages .out .right {
    width: 7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0px;
}

.Contact_pages .out .right .box {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Contact_pages .out .right .box .icon {
    width: 0.78rem;
    height: 0.78rem;
    display: block;
    margin-bottom: 0.26rem;
}

.Contact_pages .out .right .box h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
}

.Contact_pages .out .right .box i {
    width: 0.4rem;
    height: 0.04rem;
    background: #1560AD;
    display: block;
    margin-top: 0.3rem;
    margin-bottom: 0.22rem;
}

.Contact_pages .out .right .box p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #888888;
    text-align: center;
}

.Contact_pages .out .right .eriwema img {
    width: 1.21rem;
    height: 1.2rem;
    display: block;
}


/* 在线联系 */
.Feedback {
    width: 100%;
    background: #F7F7F7;
    padding-top: 0.7rem;
    padding-bottom: 0.97rem;
    box-sizing: border-box;
}

.Feedback .out {
    width: 100%;
}

.Feedback .out .title {
    margin-bottom: 0.52rem;
    display: flex;
    align-items: center;
}

.Feedback .out .title h5 {
    font-weight: 500;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.27rem;
    color: #111111;
    margin-bottom: 0.15rem;
}

.Feedback .out .title i {
    display: block;
    margin: 0px 0.2rem;
    font-size: 0.17rem;
    color: #666666;
}

.Feedback .out .title span {
    font-weight: 400;
    font-size: 0.17rem;
    color: #666666;
    display: block;
}

.Feedback .out form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Feedback .out input {
    width: 48%;
    height: 0.46rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #EEEEEE;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    padding: 0px 0.12rem;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}

.Feedback .out textarea {
    width: 100%;
    height: 2.14rem;
    border: 0.01rem solid #EEEEEE;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    padding: 0.18rem 0.21rem 0.18rem 0.21rem;
    box-sizing: border-box;
    background: #FFF;
}

.Feedback .out button {
    width: 4.77rem;
    height: 0.67rem;
    background: #B1000E;
    border-radius: 0.33rem;
    background: #B1000E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    border: none;
    margin: 0 auto;
    margin-top: 0.95rem;
    cursor: pointer;

}

.CAPTCHA {
    width: 40%;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.CAPTCHA input {
    margin-bottom: 0px !important;
    margin-right: 0.1rem !important;
}

.CAPTCHA img {
    width: 1.2rem;
    height: 0.48rem;
    display: block;
}

.button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Knowledge-list {
    padding: 0.8rem 0px;
}

.Knowledge-list .public {
    max-width: 12.5rem;
}

.Knowledge-list .titel {
    text-align: center;
    /* margin-top: 70px; */
}

.Knowledge-list .titel h5 {
    font-size: 0.3rem;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.Knowledge-list .release {
    height: 0.62rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.01rem solid rgba(227, 227, 227, 1);
    border-bottom: 0.01rem solid rgba(227, 227, 227, 1);
    margin-top: 0.3rem;
}

.Knowledge-list .release i {
    display: block;
    width: 0.01rem;
    height: 0.14rem;
    background: rgba(153, 153, 153, 1);
    margin: 0px 0.3rem;
}

.Knowledge-list .release span {
    font-size: 0.13rem;
    color: rgba(102, 102, 102, 1);
}

.Knowledge-list .text {
    padding: 0.43rem 0rem 0.73rem 0rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 0.01rem solid rgba(227, 227, 227, 1);
}

.Knowledge-list .text p {
    font-size: 0.16rem;
    line-height: 1.8em;
}

.Knowledge-list .text img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.Knowledge-list .text video {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.Knowledge-list .butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 77px; */
    box-sizing: border-box;
    margin-top: 0.61rem;
}

.Knowledge-list .butt_box .left .box {
    display: flex;
    align-items: center;
}

.Knowledge-list .butt_box .left .box span,
.Knowledge-list .butt_box .left .box a {
    color: #666666;
    font-size: 0.13rem;
    margin-bottom: 0.14rem;
    display: block;
}

.Knowledge-list .butt_box .left .box a:hover {
    color: #0A3B95;
}

.Knowledge-list .butt_box .right {
    width: 1.61rem;
    height: 0.36rem;
    background: #0A3B95;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.Knowledge-list .butt_box .right {
    cursor: pointer;
}


.CNCautomatic_item_pages {
    margin: 1rem 0px 0.8rem 0px;
}

.CNCautomatic_item_pages .out {
    display: flex;
    justify-content: space-between;
}

.CNCautomatic_item_pages .out .right {
    width: 100%;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .Right_title {
    display: flex;
    justify-content: space-between;
}

.CNCautomatic_item_pages .out .right .Right_title .left_Swiper {
    width: 40%;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper {
    width: 100%;
    border: 1px solid #D5D5D5;
    height: 3.2rem;
    overflow: hidden;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 {
    width: 100%;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide {
    width: 24%;
    margin-right: 1.45%;
    background: #FFF;
    padding: 0.03rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.04rem 0.01rem #3333333d;
    cursor: pointer;
    height: 0.9rem;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide-thumb-active {
    /* background: #B1000E; */
    border: 0.02rem solid #B1000E;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list {
    width: 100%;
    position: relative;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide:last-child {
    margin-right: 0px;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-next:after,
.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-prev:after {
    color: #B1000E;
    font-size: 0.2rem;
    left: 0px;
    right: 0px;
    font-weight: bold;
    text-shadow: 0px 0.01rem 0.1rem #00000063;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-next {
    right: -0.2rem;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-prev {
    left: -0.2rem;
}

.CNCautomatic_item_pages .out .right .right_text {
    width: 53%;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .right_text h5 {
    color: #333;
    font-size: 0.26rem;
    font-weight: bold;
}

.CNCautomatic_item_pages .out .right .right_text i {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    width: 0.9rem;
    height: 0.02rem;
    background: #B1000E;
    display: block;
}

.CNCautomatic_item_pages .out .right .right_text .title_chanshu {
    font-size: 0.17rem;
    margin-bottom: 0.1rem;
    color: #333;
}

.CNCautomatic_item_pages .out .right .right_text p {
    color: #333;
    font-size: 0.15rem;
    line-height: 1.6em;
}

.CNCautomatic_item_pages .out .right .right_text a {
    width: 1.4rem;
    height: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    color: #FFF;
    background: #B1000E;
    border-radius: 0.03rem;
    margin-top: 0.4rem;
}

.CNCautomatic_item_pages .out .right .text_h5 {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

.CNCautomatic_item_pages .out .right .text_h5 h5 {
    color: #333;
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
}

.CNCautomatic_item_pages .out .right .text_h5 i {
    width: 100%;
    height: 0.01rem;
    background: #D5D5D5;
    display: block;
}

.CNCautomatic_item_pages .out .right .text_list {
    width: 100%;
    padding: 0px 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .text_list img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.CNCautomatic_item_pages .out .right .text_list p {
    color: #333;
    line-height: 1.6em;
    font-size: 0.15rem;
}

.CNCautomatic_item_pages .out .right .butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.6rem;
}

.CNCautomatic_item_pages .out .right .butt_box .box {
    width: 48%;
    display: flex;
    align-items: center;
}

.CNCautomatic_item_pages .out .right .butt_box .box span {
    font-size: 0.15rem;
    display: block;
    color: #333;
}

.CNCautomatic_item_pages .out .right .butt_box .box a {
    font-size: 0.15rem;
    display: block;
    color: #333;
}

.CNCautomatic_item_pages .out .right .butt_box .box2 {
    justify-content: right;
}

.CNCautomatic_item_pages .out .right .butt_box .box:hover a {
    color: #B1000E;
}

.Related_Products {
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 0.9rem;
}

.Related_Products .out {
    margin-top: 0.6rem;
}

.Related_Products .out .swiper-slide {
    width: 33.33%;
    padding: 0.3rem 0.15rem;
    box-sizing: border-box;
}

.Related_Products .out .swiper-slide .box {
    width: 100%;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000041;
}

.Related_Products .out .swiper-slide .box .img {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 3.08rem;
}

.Related_Products .out .swiper-slide .box img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease;
}

.Related_Products .out .swiper-slide .box span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    padding: 0.2rem 0px 0.2rem 0px;
    box-sizing: border-box;
    font-size: 0.23rem;
    color: #666;
    font-family: "Playfair Display", serif;
}

.Related_Products .out .swiper-slide .box:hover img {
    transform: scale(1.1);
}

.Related_Products .out .swiper-slide .box:hover span {
    color: #B1000E;
}

.cases .swiper-button-next::after,
.cases .swiper-button-prev::after {
    color: #B1000E;
    font-size: 0.2rem;
    font-weight: bold;
}


@media (max-width:768px) {
    .Nav .out ul {
        display: none;
    }

    .public {
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .toggle_button {
        display: flex;
    }

    .Nav {
        background: #FFF;
    }

    .banenr_poster .swiper-slide .Text {
        display: none;
    }

    .banenr_poster {
        height: 4.5rem;
    }

    .banenr_poster .but_Poster {
        padding: 0px 0.3rem;
        box-sizing: border-box;
        bottom: 0.3rem
    }

    .Product .out .box {
        width: 48%;
        margin-right: 0px;
    }

    .Product .out {
        justify-content: space-between;
    }

    .News .out .box {
        width: 100%;
    }

    .footer .list_out {
        flex-wrap: wrap;
    }

    .footer .list_out .left {
        width: 100%;
    }

    .footer .list_out .right {
        width: 100%;
    }

    .Inheritance {
        position: relative;
    }

    .Culture .out .box {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .Culture .out .box:last-child {
        margin-bottom: 0px;
    }

    .Development .left {
        width: 100%;
        margin-right: 0px;
    }

    .Business .out .box .right {
        width: 100%;
    }

    .Business .out .box .left {
        width: 100%;
        margin-top: 0.4rem;
    }

    .Custer .out .box {
        width: 100%;
        margin-right: 0px;
    }

    .Custer .out .box .img {
        height: auto;
    }

    .banenr_pages {
        height: 4rem;
    }

    .banenr_pages .text .public {
        padding-top: 0.7rem;
        box-sizing: border-box;
    }

    .capabilities .out {
        flex-wrap: wrap;
    }

    .capabilities .out .box {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .capabilities .out .box:last-child {
        margin-bottom: 0px;
    }

    .ibatis .out .box {
        width: 100% !important;
    }

    .ibatis .out .box .ceng_text {
        display: none;
    }

    .ibatis .out .box .text {
        transform: translateY(0%);
        transition: 0.5s all;
        transition-delay: 0.5s;
    }

    .capabilities .out .box .txt {
        width: 100%;
    }

    .rdTeam .out .swiper-slide {
        width: 100%;
    }

    .Support .out .box {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .Support .out .box:last-child {
        margin-bottom: 0px;
    }

    .NETWORK .out {
        height: 4rem;
    }

    .NETWORK .out .list_icon .box {
        display: none;
    }

    .NETWORK .out .list_icon .box:nth-child(1) {
        right: 29%;
        top: 43%;
    }

    .NETWORK .out .list_icon .box:nth-child(2) {
        right: 2.6rem;
        top: 1.6rem;
    }

    .NETWORK .out .list_icon .box:nth-child(3) {
        right: 3rem;
        top: 1.2rem;
    }

    .NETWORK .out .list_icon .box:nth-child(4) {
        right: 2.3rem;
        top: 1.2rem;
    }

    .NETWORK .out .list_icon .box:nth-child(5) {
        right: 3.2rem;
        top: 2.2rem;
    }

    .News_pages .out .box .text {
        width: 100%;
        margin-left: 0px;
        margin-top: 0.3rem;
    }

    .News_pages .out .box .left .img {
        width: 100%;
        height: auto;
    }

    .News_pages .out .box .left {
        width: 100%;
    }

    .Contact_pages .out .lfet {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .Contact_pages .out .right {
        width: 100%;
    }

    .CNCautomatic_item_pages .out .right .Right_title {
        flex-wrap: wrap;
    }

    .CNCautomatic_item_pages .out .right .Right_title .left_Swiper {
        width: 100%;
    }

    .CNCautomatic_item_pages .out .right .right_text {
        width: 100%;
    }

}


@media (min-width:360px) and (max-width:768px) {
    html {
        font-size: 52px;
    }

}

@media (min-width:769px) and (max-width:930px) {
    html {
        font-size: 50px;
    }

}

@media (min-width:931px) and (max-width:1099px) {
    html {
        font-size: 60px;
    }
}

@media (min-width:1100px) and (max-width:1249px) {
    html {
        font-size: 70px;
    }
}

@media (min-width:1250px) and (max-width:1399px) {
    html {
        font-size: 80px;
    }
}

@media (min-width:1400px) and (max-width:1699px) {
    html {
        font-size: 90px;
    }
}


@media (min-width:1700px) {
    html {
        font-size: 100px !important;
    }
}

