* {
    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: 16rem;
    margin: 0 auto;
    height: 100%;
}

.Nav {
    width: 100%;
    height: 0.9rem;
    background: rgba(0, 0, 0, 0.08);
    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.48rem;
    display: block;
}

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

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

.Nav .out .Tel_Out {
    display: flex ;
    align-items: center ;
}

.Nav .out .Tel_Out img {
    height: 0.32rem ;
    display: block ;
    margin-right: 0.15rem ;
}

.Nav .out .Tel_Out h5{
    font-size: 0.2rem ;
    color:#D1120F ;
    line-height: 1 ;
}

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

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

.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;
    max-height: 70vh;
    overflow: auto ;
}

.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;
}

.Nav.active .out .Tel_Out h5 {
    /* color: #333 ; */
}

.banenr_poster {
    width: 100%;
    height: 8.8rem;
    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: 13.7rem;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 20;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banenr_poster .swiper-slide .Text h1 {
    font-weight: bold;
    font-size: 0.58rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    margin-bottom: 0.7rem;
}

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

.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.46rem;
    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.81rem;
    height: 0.02rem;
    background: #FFFFFF;
    opacity: 0.5;
    transition: 0.5s all;
    box-sizing: border-box;
    border-radius: 0px;
}

.banenr_poster .but_Poster .swiper-pagination .swiper-pagination-bullet-active {
    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.02rem 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: #B1000E;
    border: 0.02rem solid #B1000E;
}



.toggle_button {
    width: 0.4rem;
    height: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.5rem;
    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;
    box-sizing: border-box;
}

.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);
}

.public_title {
    width: 100%;
}

.public_title h5 {
    font-weight: 500;
    font-size: 0.4rem;
    color: #111111;
    line-height: 1;
    margin-bottom: 0.22rem;
    text-align: center;
}

.public_title p {
    text-align: center;
    font-weight: 500;
    font-size: 0.18rem;
    color: #A7A7A7;
}

.Recommendation {
    margin: 1rem 0px 0.7rem 0px;
}

.Recommendation .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.Recommendation .out .box {
    width: 3.7rem;
    background: #F7F8FC;
    box-shadow: 0px 0px 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    margin-right: 0.4rem;
    margin-bottom: 0.37rem;
}

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

.Recommendation .out .box .img {
    width: 100%;
    height: 2.99rem;
    overflow: hidden;
}

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

.Recommendation .out .box .text {
    padding: 0.24rem 0.2rem 0.41rem 0.2rem;
    box-sizing: border-box;
}

.Recommendation .out .box .text h5 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #131313;
    text-align: center;
}

.Recommendation .out .box .text i {
    width: 0.39rem;
    height: 0.02rem;
    background: #D1120F;
    display: block;
    margin: 0.27rem auto 0.22rem auto;
}

.Recommendation .out .box .text span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #444444;
    text-align: center;
    width: 100%;
    display: block;
}

.Recommendation .out .box:hover .img img {
    transform: scale(1.2);
}

.Recommendation .out .box:hover .text h5 {
    color: #D1120F;
}

.About {
    width: 100%;
    padding: 1.15rem 0px 1.2rem 0px;
    box-sizing: border-box;
}

.About .title h5 {
    font-weight: 400;
    font-size: 0.49rem;
    color: #FFFFFF;
}

.About .title span {
    margin-top: 0.15rem;
    display: block;
    font-weight: 400;
    font-size: 0.23rem;
    color: #FFFFFF;
}

.About .txt {
    margin-top: 0.51rem;
}

.About .txt p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.7em;
}

.About .public>a {
    margin-top: 0.4rem;

    width: 1.27rem;
    height: 0.34rem;
    background: #D1120F;
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16), inset 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}

.About a img {
    height: 0.1rem;
    display: block;
    margin-left: 0.16rem;
}

.About .But_list {
    width: 100%;
    /* height: 1.79rem; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.67rem;
}

.About .But_list .item {
    width: 25%;
    display: flex;
    /* height: 100%; */
    flex-direction: column;

    background: rgba(255, 255, 255, 0.65);
    padding: 0.35rem 0.3rem; 
    box-sizing: border-box ;
}

.About .But_list .item .icon_box {
    /* display: flex ; */
    align-items: center ;
}

.About .But_list .item .icon_box .icon {
    display: block ;
    height: 0.32rem ;
    margin-right: 0.2rem ;
    margin: 0 auto ;
}

.About .But_list .item .icon_box h5{
    line-height: 1;
    font-weight: 500;
    font-size: 0.26rem;
    color: #D1120F;
    /* margin: 0.1rem 0px ; */
}

.About .But_list .item .icon_box a {
    font-weight: 500;
    font-size: 0.14rem;
    color: #666666;
    display: block ;
    margin-top: 0.1rem ;
}

.About .But_list .item .icon_box p {
    height: 0.52rem ;
}



.About .But_list .item .tit {
    display: flex;
    align-items: flex-end;
}

.About .But_list .item .tit b {
    line-height: 1;
    font-weight: 500;
    font-size: 0.52rem;
    color: #D1120F;
}

.About .But_list .item span {
    font-weight: 400;
    font-size: 0.21rem;
    color: #666666;
    margin-left: 0.1rem;
}

.About .But_list .item p {
    font-weight: 500;
    font-size: 0.18rem;
    color: #666666;
    margin-top: 0.24rem;
}

.About .But_list .item:nth-child(2n) {
    background: rgba(209, 18, 15, 0.65);
}

.About .But_list .item:nth-child(2n) .tit b {
    color: #FFF;
}

.About .But_list .item:nth-child(2n) p,
.About .But_list .item:nth-child(2n) span {
    color: #FFF;
}

.About .But_list .item:nth-child(2n) .icon_box h5 , .About .But_list .item:nth-child(2n) .icon_box a {
    color: #FFF ;
}

.project_Case {}

.project_Case .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project_Case .out .left {
    width: 4rem;
    margin: 1.55rem 0px 0.57rem 0px;
}

.project_Case .out .left .title h5 {
    font-weight: 500;
    font-size: 0.4rem;
    color: #111111;
    line-height: 1;
    margin-bottom: 0.17rem;
}

.project_Case .out .left .title span {
    font-weight: 500;
    font-size: 0.18rem;
    color: #D1120F;
}

.project_Case .out .left .title i {
    width: 0.31rem;
    height: 0.02rem;
    background: #D1120F;
    display: block;
    margin-top: 0.28rem;
}

.project_Case .out .left .text {
    margin-top: 0.41rem;
}

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

.project_Case .out .left .button_out {
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 2.16rem;
}

.project_Case .out .left .button_out .swiper-button-next,
.project_Case .out .left .button_out .swiper-button-prev {
    position: static;
    margin: 0px;
    width: 0.47rem;
    height: 0.47rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(209, 18, 15, 1);
    opacity: 0.17;
}

.project_Case .out .left .button_out .swiper-button-next:hover,
.project_Case .out .left .button_out .swiper-button-prev:hover {
    opacity: 1;
}

.project_Case .out .left .button_out .swiper-button-next::after,
.project_Case .out .left .button_out .swiper-button-prev::after {
    color: #FFF;
    font-size: 0.2rem;
}

.project_Case .out .right {
    width: 11.16rem;
}

.project_Case .out .right .swiper {
    width: 100%;
    height: 100%;
    padding: 1.88rem 0px 0.57rem 0px;
    box-sizing: border-box;
}

.project_Case .out .right .swiper-slide {
    width: 3.38rem;
    margin-right: 0.51rem;
    transition: 0.5s ease;
}

.project_Case .out .right .swiper-slide .img {
    width: 100%;
    height: 4.27rem;
    overflow: hidden;
}

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

.project_Case .out .right .swiper-slide .txt {
    width: 100%;
    height: 1.10rem;
    padding: 0.22rem 0.1rem;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s ease;
}

.project_Case .out .right .swiper-slide .txt span {
    text-align: center;
    font-weight: 500;
    font-size: 0.27rem;
    color: #D1120F;
    line-height: 1;
}

.project_Case .out .right .swiper-slide .txt h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #292929;
    margin-top: 0.1rem;
    line-height: 1;
}

.project_Case .out .right .swiper-slide-active {
    transform: translateY(-1rem);
}


.project_Case .out .right .swiper-slide:hover .txt {
    background: #D1120F;
}

.project_Case .out .right .swiper-slide:hover .txt h5 {
    color: #FFF;
}

.project_Case .out .right .swiper-slide:hover .txt span {
    color: #FFF;
}

.project_Case .out .right .swiper-slide:hover .img img {
    transform: scale(1.2);
}

.News {
    padding: 0.43rem 0px 1rem 0px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.News .out {
    margin-top: 0.61rem;
    display: flex;
    justify-content: space-between;
    height: 5.7rem;
}

.News .out .left {
    width: 7.59rem;
    height: 100%;
}

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

.News .out .left .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 4.49rem;
}

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

.News .out .left .swiper-slide .img .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 0.06rem 0.12rem 0.01rem rgba(204, 204, 204, 0.39);
    padding: 0.19rem 0.5rem;
    box-sizing: border-box;
    background: #13131377;
}

.News .out .left .swiper-slide .img .text span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #F1F1F1;
}

.News .out .left .swiper-slide .img .text h5 {
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.14rem;
    line-height: 1;
}

.News .out .left .swiper-slide .txt {
    width: 100%;
    margin-top: 0.29rem;
}

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

.News .out .left .swiper-slide .txt p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News .out .right {
    width: 7.95rem;
    height: 100%;
}

.News .out .right .box {
    width: 100%;
    height: 1.52rem;
    margin-bottom: 0.57rem;
}

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

.News .out .right .box a {
    display: flex;
    justify-content: space-between;
}

.News .out .right .box .img {
    width: 2.64rem;
    height: 100%;
}

.News .out .right .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.News .out .right .box .text {
    height: 100%;
    width: calc(100% - 2.64rem - 0.33rem);
    padding: 0.1rem 0px;
    box-sizing: border-box;
}

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

.News .out .right .box .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #444444;
    margin-top: 0.14rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News .out .right .box .text .but_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.25rem;
}

.News .out .right .box .text .but_box span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #777777;
}

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

.News .out .right .box:hover .text .but_box span:nth-child(2) {
    color: #D1120F;
}

.News .out .left .swiper-slide:hover .txt h5 {
    color: #D1120F;
}


.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.57rem;
}

.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;
}

.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 {
    width: 100%;
    position: relative;
}

.banenr .img {
    width: 100%;
}

.banenr .img img {
    width: 100%;
    display: block;
}

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

.banenr .text .public {
    display: flex;
    align-items: center;
    padding-top: 0.9rem;
    box-sizing: border-box;
}

.banenr .text .public h5 {
    font-weight: bold;
    font-size: 0.58rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}


.Products_pages {
    margin: 1rem 0px;
}

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

.Products_left {
    width: 3.46rem;
    background: #FFF;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}

.Products_left .title {
    height: 0.83rem;
    background: #D1120F;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    padding: 0px 0.5rem;
    box-sizing: border-box;
}

.Products_left .title h5 {
    font-weight: bold;
    font-size: 0.25rem;
    color: #FFFFFF;
}

.Products_left .item {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #EBEBEB;
}

.Products_left .item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0.36rem 0.18rem 0.5rem;
    box-sizing: border-box;
}

.Products_left .item h6 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}

.Products_left .item .jiantou {
    position: relative;
    width: 0.11rem;
    height: 0.11rem;
}

.Products_left .item .jiantou img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 0.11rem;
    display: none;
}

.Products_left .item .jiantou .img1 {
    display: block;
}

.Products_left .item:hover {
    background: #B1000E ;
}

.Products_left .item:hover h6 {
    color: #fff;
}

.Products_left .item:hover .jiantou .img1 {
    display: none;
}

.Products_left .item:hover .jiantou .img2 {
    display: block;
}

.Products_right {
    width: calc(100% - 0.45rem - 3.46rem);
    display: flex;
    flex-wrap: wrap;
}

.Products_pages .out .right .box {
    width: 3.7rem;
    background: #F7F8FC;
    box-shadow: 0px 0px 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    margin-right: 0.49rem;
    margin-bottom: 0.37rem;
}

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

.Products_pages .out .right .img {
    width: 100%;
    height: 2.99rem;
    overflow: hidden;
}

.Products_pages .out .right .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s ease;
}

.Products_pages .out .right .text {
    padding: 0.24rem 0.2rem 0.41rem 0.2rem;
    box-sizing: border-box;
}

.Products_pages .out .right .text h5 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #131313;
    text-align: center;
    
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
    
}

.Products_pages .out .right .text i {
    width: 0.39rem;
    height: 0.02rem;
    background: #D1120F;
    display: block;
    margin: 0.27rem auto 0.22rem auto;
}

.Products_pages .out .right .text span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #444444;
    text-align: center;
    width: 100%;
    display: block;
}

.Products_pages .out .right .box:hover .img img {
    transform: scale(1.2);
}

.Products_pages .out .right .box:hover .text h5 {
    color: #D1120F;
}

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

.News_pages .out {
    width: 100%;
    margin-top: 0.74rem;
}

.News_pages .out .box {
    width: 100%;
    padding: 0.4rem 0px;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #DDDDDD;
    box-sizing: border-box;
}

.News_pages .out .box a {
    display: flex;
    justify-content: space-between;
}

.News_pages .out .box .left {
    width: 5.09rem;
    height: 2.99rem;
    display: block;
    overflow: hidden;
}

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

.News_pages .out .box .right {
    width: calc(100% - 5.09rem);
    padding: 0.44rem 0.44rem 0.44rem 0.93rem;
    box-sizing: border-box;
}

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

.News_pages .out .box .right p {
    font-weight: 400;
    font-size: 0.18rem;
    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 .right .but_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.News_pages .out .box .right .but_box span {
    font-weight: 400;
    font-size: 0.19rem;
    color: #D1120F;
}

.News_pages .out .box .right .but_box .but {
    width: 1.71rem;
    height: 0.54rem;
    border: 0.01rem solid #D1120F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.14rem;
    color: #D1120F;
    border-radius: 0.5rem;
}

.News_pages .out .box:hover .right h5 {
    color: #D1120F;
}

.News_pages .out .box:hover .right .but_box .but {
    background: #B1000E;
    color: #FFF;
}

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

.Custer_pages {
    margin: 1rem 0px;
}

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

.Custer_pages .out .box {
    width: 3.38rem;
    margin-right: 0.82rem;
    transition: 0.5s ease;
    margin-bottom: 0.46rem;
}

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

.Custer_pages .out .box .img {
    width: 100%;
    height: 4.27rem;
    overflow: hidden;
}

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

.Custer_pages .out .box .txt {
    width: 100%;
    height: 1.10rem;
    padding: 0.22rem 0.1rem;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s ease;
}

.Custer_pages .out .box .txt span {
    text-align: center;
    font-weight: 500;
    font-size: 0.27rem;
    color: #D1120F;
    line-height: 1;
}

.Custer_pages .out .box .txt h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #292929;
    margin-top: 0.1rem;
    line-height: 1;
}

.Custer_pages .out .box:hover .txt {
    background: #D1120F;
}

.Custer_pages .out .box:hover .txt h5 {
    color: #FFF;
}

.Custer_pages .out .box:hover .txt span {
    color: #FFF;
}

.Custer_pages .out .box:hover .img img {
    transform: scale(1.2);
}

.Service_Support {
    margin: 1rem 0px 0.7rem 0px;
}

.Service_Support .out {
    margin-top: 0.9rem;
    display: flex;
    justify-content: space-between;
}

.Service_Support .out .box {
    display: flex;
    align-items: center;
    width: 4.41rem;
}

.Service_Support .out .box .img {
    width: 2.06rem;
    height: 1.78rem;
    margin-right: 0.24rem;
    flex: none;
}

.Service_Support .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Service_Support .out .box h5 {
    font-weight: 500;
    font-size: 0.28rem;
    color: #111111;
    line-height: 1;
    margin-bottom: 0.28rem;
}

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


.common_problem {
    padding: 0.5rem 0px 0.7rem 0px;
    background: #F8F8F8;
}

.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;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
}

.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;
}

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

.Culture_pages .out {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    height: 6.81rem;
    width: 100%;
}

.Culture_pages .out .box {
    width: 33.33%;
    border: 0.01rem solid #ffffff50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Culture_pages .out .box .img {
    width: 0.97rem;
    height: 0.97rem;
    display: block;
    margin-bottom: 0.68rem;
}

.Culture_pages .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Culture_pages .out .box h5 {
    text-align: center;
    font-weight: bold;
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 0.18rem;
}

.Culture_pages .out .box span {
    font-weight: 400;
    font-size: 0.23rem;
    color: #FFFFFF;
    text-align: center;
}

.Culture_pages .out .box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.28rem;
}

.Culture_pages .out .box .icon i {
    width: 0.69rem;
    height: 0.01rem;
    background: #FFF;
    display: block;
}

.Culture_pages .out .box .icon b {
    width: 0.07rem;
    height: 0.07rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0px 0.12rem;
}

.Culture_pages .out .box:hover {
    background: #003b8273;
}


.Honor {
    width: 100%;
    padding-top: 0.66rem;
    background: #F8F8F8;
}

.Honor .swiper {
    padding: 0.5rem 0px 1rem 0px;
    box-sizing: border-box;
}

.Honor .swiper-slide {
    width: 25%;
    padding: 0rem 0.18rem;
    box-sizing: border-box;
}

.Honor .swiper-slide .box {
    width: 100%;
    background: #FFF;
    padding: 0.44rem 0.38rem 0.25rem 0.24rem;
    box-sizing: border-box;
    box-shadow: 0px 0.03rem 0.12rem 0.01rem rgba(0, 0, 0, 0.13);
}

.Honor .swiper-slide .box .img {
    height: 3.45rem;
    width: 2.46rem;
    margin: 0 auto;
}

.Honor .swiper-slide .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.Honor .swiper-slide .box i {
    width: 100%;
    height: 0.01rem;
    margin: 0.29rem 0px 0.27rem 0px;
    background: #EBEBEB;
    display: block;
}

.Honor .swiper-slide .box span {
    font-weight: 500;
    font-size: 0.24rem;
    color: #555555;
    display: block;
    text-align: center;
}

.Honor .swiper-button-next,
.Honor .swiper-button-prev {
    border-radius: 50%;

}

.Honor .swiper-button-next:after,
.Honor .swiper-button-prev:after {
    font-size: 0.3rem;
    color: #333;
}


.Honor .swiper-button-next:hover::after,
.Honor .swiper-button-prev:hover::after {
    color: #D1120F ;
}

.Speech {
    margin: 1rem 0px;
}

.Speech .out {
    min-height: 4.16rem;
    margin-top: 0.54rem;
}

.Speech .out .left {
    width: 7.12rem;
    height: 4.16rem;
    border-radius: 0.27rem;
    float: left;
    margin-right: 0.88rem;
    overflow: hidden;
}

.Speech .out .left img {
    width: 100%;
    height: 100%;
    display: block;
}

.Speech .out .right {
    padding-top: 0.32rem;
    box-sizing: border-box;
}

.Speech .out .right h5 {
    font-weight: 500;
    font-size: 0.36rem;
    color: #222222;
    margin-bottom: 0.56rem;
}

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

/* 联系我们 */
.Contact_Page {
    margin: 1rem 0px 0.8rem 0px;
}

.Contact_Page .out {
    margin-top: 0.56rem;
    display: flex;
    justify-content: center;
}

.Contact_Page .out .box {
    width: calc(100% / 4);
    border: 0.01rem solid #DDDDDD;
    height: 3.02rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.Contact_Page .out .box .img {
    width: 0.78rem;
    height: 0.78rem;
    margin-bottom: 0.26rem;
    display: flex;
    align-items: end;
    justify-content: center;
}

.Contact_Page .out .erweiam .img {
    width: 1.22rem;
    height: 1.22rem;
    margin-bottom: 0px;
}

.Contact_Page .out .box .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.Contact_Page .out .box h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
    text-transform: uppercase;
}

.Contact_Page .out .box i {
    display: block;
    margin: 0.22rem 0px;
    width: 0.39rem;
    height: 0.04rem;
    background: #D1120F;
}

.Contact_Page .out .box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #888888;
    padding: 0px 2%;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: 0.24rem;
}

.Contact_Page .out .wei_box .img {
    width: 1.21rem;
    height: 1.21rem;
    margin-bottom: 0px;
}

.Contact_Page .out .wei_box .img img {
    transform: scale(0.95);
}

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

.Feedback .out {
    width: 100%;
}

.Feedback .out .title {
    margin-bottom: 0.5rem;
}

.Feedback .out .title h5 {
    font-weight: 500;
    font-size: 0.36rem;
    color: #D1120F;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
}

.Feedback .out .title h5 b {
    font-weight: 400;
    font-size: 0.17rem;
    color: #666666;
    display: block;
    margin: 0px 0.3rem;
}

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

.Feedback .out .title p {
    font-weight: 400;
    font-size: 0.15rem;
    color: #8E8E8E;
}

.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: 100%;
}

.Feedback .out button {
    width: 4.77rem;
    height: 0.67rem;
    background: #D1120F;
    /* border-radius: 0.33rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    margin-top: 0.95rem;
    border-radius: 0.33rem;
}

.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;
}

.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: #D1120F;
}

.Knowledge-list .butt_box .right {
    width: 1.61rem;
    height: 0.36rem;
    background: #D1120F;
    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 {
    box-sizing: border-box;
    display: block;
}

.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: #D1120F; */
    border: 0.02rem solid #D1120F;
}

.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: #D1120F;
    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: #D1120F;
    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: #D1120F;
    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;
        color: #333;

    font-size: 0.15rem;
}

.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;
  
    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: #D1120F;
}




@media (max-width:768px) {

    .Nav {
        background: #FFF;
        position: relative;
    }

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

    .toggle_button {
        display: flex;
    }

    .banenr_poster {
        height: 4rem;
    }

    .banenr_poster .swiper-slide .Text {
        padding-top: 0.4rem;
        box-sizing: border-box;
    }

    .banenr_poster .swiper-slide .Text .title {
        width: 100%;
    }

    .banenr_poster .swiper-slide .Text h1 {
        text-align: center;
        font-size: 0.35rem;
        margin-bottom: 0.3rem;
    }

    .banenr_poster .swiper-slide .Text p {
        font-size: 0.26rem;
        text-align: center;
    }

    .banenr_poster .but_Poster {
        display: none;
    }

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

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

    .project_Case .out .left {
        width: 100%;
        margin-top: 1rem;
    }

    .About .But_list {
        height: auto;
    }

    .About .But_list .item {
        width: 50%;
        height: 1.79rem;
    }

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

    .Nav .out ul {
        display: none;
    }


    .News .out {
        flex-wrap: wrap;
        height: auto;
    }

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

    .News .out .right {
        width: 100%;
        margin-top: 0.5rem;
    }

    .footer .list_out .right {
        display: none;
    }

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

    .Inheritance {
        position: relative;
    }

    .footer .Top_out .box {
        display: none;
    }

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

    .banenr .text .public {
        padding-top: 0px;
        justify-content: center;
    }

    .banenr .text .public h5 {
        font-size: 0.36rem;
        text-align: center;
    }

    .Products_left {
        width: 100%;
    }

    .Products_left .list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .Products_left .item {
        width: 50%;
    }

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

    .Products_right {
        width: 100%;
        justify-content: space-between;
        margin-top: 0.5rem;
    }

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

    .News_pages .out .box a {
        flex-wrap: wrap;
    }

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

    .News_pages .out .box .right {
        width: 100%;
        padding: 0.4rem 0.4rem 0px 0.4rem;
    }

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

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

    .Custer_pages .out .box .txt {
        height: auto;
    }

    .Culture_pages .out .box {
        width: 100%;
        padding: 0.4rem 0px;
        box-sizing: border-box;
    }

    .Culture_pages .out {
        height: auto;
    }

    .Honor .swiper-slide {
        width: 50%;
    }

    .Speech .out .left {
        width: 100%;
        margin-bottom: 0.4rem;
    }

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

    .Contact_Page .out .box {
        width: 50%;
        box-sizing: border-box ;
    }

    .min_nav {
        top: 0.9rem ;
    }

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

    .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;
    }
}