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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}


.ccwl_zhichi {
    opacity: 0 ;
    position: absolute ;
    z-index: -1 ;
    
}

/*@font-face {*/
/*    font-family:'思源黑体CN';*/
/*    src: url('/font/SourceHanSansCN-ExtraLight.ttf') ;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family:'SourceHanSansCNExtraLight';*/
/*    src: url('/font/SourceHanSansCN-ExtraLight.ttf') ;*/
/*    font-display: swap;*/
/*}*/


/*@font-face {*/
/*    font-family:'思源黑体Bold';*/
/*    src: url('/font/SourceHanSansCN-Bold.ttf') ;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family:'SourceHanSansCNBold';*/
/*    src: url('/font/SourceHanSansCN-Bold.ttf') ;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family:'阿里巴巴普惠体';*/
/*    src: url('/font/AlibabaPuHuiTi-3-35-Thin.ttf')  ;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family:'AlibabaPuHuiTi';*/
/*    src: url('/font/AlibabaPuHuiTi-3-35-Thin.ttf')  ;*/
/*    font-display: swap;*/
/*}*/




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;*/
      font-family:  "Microsoft YaHei", "Segoe UI", system-ui, sans-serif;
}


table {
    width: 100% ;
    border-collapse: collapse; 
}




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

.Particul_right_text , .Particul_right_text p  {
    font-weight: 400;
    font-size: 0.16rem;
    color: #231815;
    line-height: 1.7em;
}



.Logo_Tap {
    width: 100%;
    height: 0.95rem;
    border-bottom: 0.02rem solid #d2d2d2;
    box-sizing: border-box;
    position: relative;
    z-index: 100 ;
    background: #FFF ;
}

.Logo_Tap.active {
    /* position: fixed ;
    top: 0px ;
    left: 0px ;
    animation: Logo_Tap_animation 0.5s ease-in-out; */
}

@keyframes Logo_Tap_animation {
    0% {
        transform: translateY(-0.5rem);
    }
    100% {
        transform: translateY(0);
    }
}

.Logo_Tap .public {
    max-width: 12.5rem;
}

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

}

.Logo_Tap .out .logo_box {
    display: flex;
    align-items: center;
    height: 100%;
}

.Logo_Tap .out .logo_box .logo {
    height: 0.39rem;
    display: block;
    margin-right: 0.2rem;
}

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

.Logo_Tap .out .logo_box .logo_icon {
    height: 0.51rem;
    display: block;
}

.Logo_Tap .out .Tel {
    display: flex;
    align-items: center;
}

.Logo_Tap .out .Tel img {
    height: 0.38rem;
    width: 0.38rem;
    display: block;
    margin-right: 0.14rem;
}

.Logo_Tap .out .Tel h5 {
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 1;
}

.Nav {
    width: 100%;
    height: 0.75rem;
    /* border-bottom: 0.02rem solid #d2d2d2; */
    box-sizing: border-box;
    position: relative;
    z-index: 100 ;
}

.Nav .public {
    max-width: 12.5rem;
}

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

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

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

.Nav .out ul li .title {
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    font-size: 0.22rem;
    height: 100%;
}

.Nav .out ul li .title img {
    position: absolute;
    right: -0.2rem;
    display: block;
    width: 0.12rem;
}

.dropdown {
    position: absolute ;
    left: 50% ;
    transform: translateX(-50%);
    width: max-content ;
    padding: 0.05rem 0.1rem ;
    box-sizing: border-box ;
    background: #FFF ;
    border-radius: 0.06rem ;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000001c ;
    display: none ;
}

.dropdown a {
    display: block ;
    padding: 0.1rem 0.2rem ;
    text-align: center ;
    color: #231815 ;
    font-size: 0.16rem ;
    border-bottom: 0.01rem solid #d3d3d1;
}

.dropdown a:hover {
    background: #0864b4 ;
    color: #FFF ;
}


.Nav .out form {
    width: 1.45rem;
    height: 0.33rem;
    border: 0.01rem solid #d3d3d1;
    box-sizing: border-box;
    border-radius: 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-right: none;
}

.Nav .out form button {
    width: 0.33rem;
    height: 0.33rem;
    display: block;
    border-radius: 50%;
    flex: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Nav .out form button img {
    width: 100%;
    height: 100%;
    display: block;
}

.Nav .out form input {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.06rem 0.1rem;
    box-sizing: border-box;
    background: none;
    font-size: 0.18rem;
    color: #333;
    padding-left: 0.18rem;
}

.Nav .out form input::placeholder {
    font-size: 0.18rem;
}

.banner {
    width: 100%;
    height: 7.8rem;
}

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

.banner .swiper-slide {
    width: 100%;
    height: 100%;
}

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

.banner .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    border: 0.02rem solid #FFF;
    border-radius: 50%;
    background: none;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .swiper-pagination {
    bottom: 0.24rem;
}

.Products {
    margin: 1.39rem 0px 1.9rem 0px;
}

.Products .public {
    max-width: 15.8rem;
}

.Products .out {
    width: 100%;
    margin-top: 0.66rem;
    display: flex;
    gap: 0px 0.22rem;
}

.Products .out .box .tit h5 {
    font-size: 0.42rem;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.2rem;
    line-height: 1;
}

.Products .out .box .tit p {
    text-align: center;
    font-size: 0.2rem;
    font-weight: 500;
    color: #000;
}

.Products .out #box1 {
    width: 4.03rem;
    background: url(../images/Pa_1.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0.15rem;
    box-sizing: border-box;
    padding-top: 1.3rem;
    box-sizing: border-box;
    height: 7.68rem;
}

.Products .out #box1 .img {
    margin-top: 1.93rem;
    width: auto;
    height: auto;
    max-width: 3.2rem;
    max-height: 2.07rem;
    display: block;
    object-fit: contain;
}

.Products .out #box2 {
    width: 4.03rem;
    height: 3.24rem;
    background: url(../images/Pa_2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.Products .out #box2 .tit h5 {
    margin-bottom: 0.13rem;
}

.Products .out #box2 .img {
    width: auto;
    height: auto;
    max-width: 2.47rem;
    max-height: 1.31rem;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.Products .out #box3 {
    width: 4.03rem;
    height: 4.23rem;
    background: url(../images/Pa_3.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0.3rem;
    box-sizing: border-box;
}

.Products .out #box3 .tit h5 {
    margin-bottom: 0.12rem;
}

.Products .out #box3 .img {
    width: auto;
    height: auto;
    max-width: 2.10rem;
    max-height: 2.57rem;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.Products .out #box4 {
    width: 7.44rem;
    height: 3.7rem;
    background: url(../images/Pa_4.jpg) no-repeat center;
    background-size: cover;
    padding: 0px 0.15rem;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
}

.Products .out #box4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.Products .out #box4 .img {
    width: auto;
    height: auto;
    max-width: 3.71rem;
    max-height: 0.81rem;
    object-fit: contain;
    display: block;
}

.Products .out .list {
    width: 7.44rem;
    height: 3.76rem;
    display: flex;
    justify-content: space-between;
    gap: 0px 0.2rem;
}

.Products .out #box5 {
    width: 50%;
    height: 100%;
    background: url(../images/Pa_5.jpg) no-repeat center;
    background-size: cover;
    padding: 0px 0.15rem;
    padding-top: 0.4rem;
    box-sizing: border-box;
}

.Products .out #box5 .img {
    width: auto;
    height: auto;
    max-width: 3.01rem;
    max-height: 1.98rem;
    object-fit: contain;
    display: block;
    margin-top: 0.35rem;
}

.Products .out #box6 {
    width: 50%;
    height: 100%;
    background: url(../images/Pa_6.jpg) no-repeat center;
    background-size: cover;
    padding: 0px 0.15rem;
    padding-top: 0.4rem;
    box-sizing: border-box;
}

.Products .out #box6 .img {
    width: auto;
    height: auto;
    max-width: 100% ;
    max-height: 1.76rem;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.agency {
    width: 100%;
}

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


.Applications {
    margin: 1.57rem 0px 1.6rem 0px;
}

.Applications .out {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.16rem;
    width: 100%;
    overflow: hidden;
}

.Applications .out .box {
    height: 4.07rem;
    width: 4.36rem;

    position: relative;
    overflow: hidden;
}

.Applications .out .box .beijin {
    width: 100% ;
    height: 100% ;
    position: absolute ;
    top: 0px ;
    left: 0;
    z-index: 1 ;
    transition:  0.5s ease;
}

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

.Applications .out .box:hover .beijin{
    transform: scale(1.2);
}

.Applications .out .box a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-top: 1.23rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20 ;
}

.Applications .out .box a .img {
    height: 0.7rem;
    display: block;
    margin-bottom: 0.23rem;
}

.Applications .out .box a .img img {
    height: 100%;
    display: block;
}

.Applications .out .box a span {
    font-weight: 400;
    font-size: 0.4rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.4em;
}

.Applications .out .box:nth-child(1) {
    width: 5.83rem;
}

.Applications .out .box:nth-child(6) {
    width: 5.83rem;
}

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

.public_title h5 {
    font-size: 0.65rem;
    color: #000;
    font-weight: 400;
    line-height: 1;
}

.public_title i {
    width: 1.04rem;
    height: 0.04rem;
    background: #0771b3;
    display: block;
    margin: 0.22rem auto;
}

.public_title p {
    font-size: 0.24rem;
    font-weight: 500;
    color: #000;
    line-height: 1;
}


.Cases {
    width: 100%;
    background: url(../images/5.jpg) no-repeat center;
    background-size: cover;
    padding: 0.85rem 0px 1.2rem 0px;
    box-sizing: border-box;
}

.Cases .public_title h5,
.Cases .public_title p {
    color: #FFF;
}

.Cases .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.88rem;
}

.Cases .out .box {
    width: 4.46rem;
    height: 4.36rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.1rem;

}

.Cases .out .box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% ;
    height: 100% ;
}

.Cases .out .box .icon {
    height: 1.19rem;
    display: block;
    margin-bottom: 0.78rem;
}

.Cases .out .box .txt {
    width: 100%;
    text-align: center;
}

.Cases .out .box .txt span {
    font-weight: 400;
    font-size: 0.36rem;
    color: #FFFFFF;
    display: block;
    margin-bottom: 0.13rem;
}

.Cases .out .box .txt i {
    width: 0.51rem;
    height: 0.03rem;
    background: #FFF;
    display: block;
    margin: 0 auto;
}

.Service_Units {
    margin: 1rem 0px 1.2rem 0px;
}


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

.Service_Units .out .left {
    width: 8.05rem ;
}

.Service_Units .out p {
    color: #333 ;
    font-size: 0.24rem ;
    line-height: 1.7em ;
}

.Service_Units .out .but_box {
    margin-top: 1rem ;
    display: flex ;
    justify-content: space-between ;
    align-items: center ;
}

.Service_Units .out .but_box .box {
    display: flex ;
    align-items: center ;
}

.Service_Units .out .but_box .box img {
    width: 1.24rem ;
    display: block ;
}

.Service_Units .out .but_box .box .tit {
    display: flex ;
    align-items: end ;
}

.Service_Units .out .but_box .box .tit b{
    color: #333 ;
    font-size: 0.45rem ;
    font-weight: 500 ;
    line-height: 1; 
}

.Service_Units .out .but_box .box .tit span {
    font-size: 0.18rem ;
    color: #3e3a39 ;
    display: block ;
}

.Service_Units .out .right {
    width: 5.39rem ;
}

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



.News {
    margin: 1.2rem 0px 1.09rem 0px;
    background: url(../images/News5.png) no-repeat center;
    background-size: cover;
    padding: 1.03rem 0px 0.63rem 0px;
    box-sizing: border-box;
}

.News .public_title h5,
.News .public_title p {
    color: #FFF;
}

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

.News .out .swiper {
    padding: 0px 0.1rem;
    box-sizing: border-box;
}

.News .out .swiper .swiper-slide {
    width: 4.72rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    margin-right: 0.36rem;
}

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

.News .out .swiper .swiper-slide a {
    padding: 0.05rem;
    box-sizing: border-box;
    display: block;
}

.News .out .swiper .swiper-slide .img {
    width: 100%;
    height: 3.07rem;
    overflow: hidden;
}

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

.News .out .swiper .swiper-slide .text {
    padding: 0.26rem 0.23rem 0.38rem 0.23rem;
    box-sizing: border-box;
    width: 100%;
}

.News .out .swiper .swiper-slide .text .time {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 0.01rem solid #b5b6b6;
    box-sizing: border-box;
    padding-bottom: 0.12rem;
    margin-bottom: 0.17rem;
}

.News .out .swiper .swiper-slide .text .time h5 {
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.05rem;
}

.News .out .swiper .swiper-slide .text .time span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #727171;
}

.News .out .swiper .swiper-slide .text .time img {
    height: 0.2rem;
    display: block;

}

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

.News .out .swiper .swiper-slide .text .txt h5 {
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    margin-bottom: 0.21rem;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.News .out .swiper .swiper-slide .text .txt p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #231815;
    line-height: 1.6em;
    text-indent: 2.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 限制为两行 */
    overflow: hidden;
}

.News .More {
    width: 1.93rem;
    height: 0.53rem;
    border-radius: 0.2rem;
    border: 0.02rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 0.79rem;
    cursor: pointer;
}

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

.News .out .swiper .swiper-slide:hover .text .txt h5 {
    color: #0864b4 ;
}



.Honor {
    margin: 1.09rem 0px 1.58rem 0px;
    width: 100%;
}

.Honor .out {
    margin-top: 0.94rem;
    width: 100%;
}

.Honor .out .swiper-wrapper {
    align-items: center;
}

.Honor .out .swiper-slide {
    width: 3.01rem;
}

.Honor .out .swiper-slide img {
    width: 100%;
    display: block;
    height: auto;
}

.footer {
    padding: 1.03rem 0px 0.5rem 0px;
    box-sizing: border-box;
    background: url(../images/footer_icon.png) no-repeat bottom;
    background-color: #1B1B1B;
}

.footer_Nav {
    width: 100%;
}

.footer_Nav .public {
    max-width: 15.25rem;
}

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

.footer_Nav .out .left {
    display: flex;
}

.footer_Nav .out .left .box {
    margin-right: 0.99rem;
}

.footer_Nav .out .left .box:last-child {
    margin-right: 0px;
}

.footer_Nav .out .left .box h5 {
    font-weight: 400;
    font-size: 0.26rem;
    color: #FFFFFF;
    margin-bottom: 0.4rem;
    text-align: center ;
}

.footer_Nav .out .left .box a {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #B5B5B6;
    margin-bottom: 0.2rem;
}

.footer_Nav .out .left .box a:last-child {
    margin-bottom: 0px;
}

.footer_Nav .out .right {
    padding-left: 1.12rem;
    box-sizing: border-box;
    border-left: 0.01rem solid #FFF;
}

.footer_Nav .out .right .logo {
    height: 0.94rem;
}

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

.footer_Nav .out .right .tel {
    width: 100%;
    margin: 0.43rem 0px 0.38rem 0px;
}

.footer_Nav .out .right .tel span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FAFFFF;
    display: block;
    margin-bottom: 0.2rem;
}

.footer_Nav .out .right .tel h5 {
    font-weight: 400;
    font-size: 0.37rem;
    color: #FFFFFF;
}

.footer_Nav .out .right .img_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer_Nav .out .right .img_list .box img {
    width: 1.29rem;
    height: 1.29rem;
    display: block;
    margin-bottom: 0.11rem;
}

.footer_Nav .out .right .img_list .box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    display: block;
    width: 100%;
}

.footer_Bottom {
    margin-top: 0.22rem;
    border-top: 0.02rem solid #ffffff52;
    padding-top: 0.26rem;
}

.footer_Bottom .public {
    max-width: 15.25rem;
}

.footer_Bottom .blogroll {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.footer_Bottom .blogroll h5 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.footer_Bottom .blogroll a {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin: 0px 0.05rem;
}

.footer_Bottom .statement {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer_Bottom .statement p {
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
}

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

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

.Logo_Tap_pages ul li {
    height: 100%;
    margin-right: 0.6rem;
    position: relative;
}

.Logo_Tap_pages ul li .title {
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    font-size: 0.22rem;
    height: 100%;
}

.Logo_Tap_pages ul li .title img {
    position: absolute;
    right: -0.2rem;
    display: block;
    width: 0.12rem;

   

}

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

.Logo_Tap_pages ul li.active .title , .Nav .out ul li.active .title {
    color: #0864b4 ;
}

.Logo_Tap_pages ul li.active .title img , .Nav .out ul li.active .title img  {
    transform: rotate(180deg);
}

.banner_pages {
    width: 100%;
    height: 5rem;
}

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

.main_pages {
    width: 100%;
}

.main_pages .public {
    max-width: 15.55rem;
}

.main_pages .main_out {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main_pages .main_out .main_left {
    width: 3.48rem;
    border-right: 0.01rem solid #C9C9C9;
    padding: 1.15rem 0px;
    box-sizing: border-box;
    background: #FFF;
    position: relative;
    z-index: 10;
}

.main_pages .main_out .main_left .title {
    width: 2.9rem;
}

.main_pages .main_out .main_left .title h5 {
    font-weight: 400;
    font-size: 0.4rem;
    color: #000000;
    padding-bottom: 0.26rem;
    border-bottom: 0.01rem solid #C9C9C9;
}

.main_pages .main_out .main_left .list {
    width: 2.9rem;
    margin-bottom: 0.4rem;
}

.main_pages .main_out .main_left .list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.27rem 0px;
    border-bottom: 0.01rem solid #C9C9C9;
}

.main_pages .main_out .main_left .list a span {
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
}

.main_pages .main_out .main_left .list a .i_box {
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_pages .main_out .main_left .list a i {
    transition: 0.5s ease;
}

.main_pages .main_out .main_left .list a i:nth-child(1) {
    width: 100%;
    height: 0.02rem;
    background: #000000;
    display: block;
    position: absolute;
}

.main_pages .main_out .main_left .list a i:nth-child(2) {
    width: 0.02rem;
    height: 100%;
    display: block;
    background: #000000;
    position: absolute;
}

.main_pages .main_out .main_left .list a:hover i:nth-child(2),
.main_pages .main_out .main_left .list a.active i:nth-child(2) {
    transform: rotate(90deg);
    background: #0864B4;
}

.main_pages .main_out .main_left .list a:hover span,
.main_pages .main_out .main_left .list a.active span {
    color: #0864B4;
}

.main_pages .main_out .main_left .img_list {
    width: 2.9rem;
}

.main_pages .main_out .main_left .img_list .box_1 {
    width: 100%;
    padding: 0.26rem 0.3rem 0.26rem 0.3rem;
    box-sizing: border-box;
    background: url(../images/6.png) no-repeat center;
    background-size: cover;
    margin-bottom: 0.13rem;
}

.main_pages .main_out .main_left .img_list .box_1 span {
    font-weight: 400;
    font-size: 0.15rem;
    color: #FBFFFF;
    margin-bottom: 0.16rem;
}

.main_pages .main_out .main_left .img_list .box_1 h5 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FBFFFF;
}

.main_pages .main_out .main_left .img_list .box_2 {
    width: 100%;
    padding: 0.23rem 0.3rem 0.14rem 0.3rem;
    box-sizing: border-box;
    background: url(../images/7.png) no-repeat center;
    background-size: cover;
}

.main_pages .main_out .main_left .img_list .box_2 span {
    font-weight: 400;
    font-size: 0.15rem;
    color: #FBFFFF;
    margin-bottom: 0.16rem;
    display: block;
}

.main_pages .main_out .main_left .img_list .box_2 h5 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FBFFFF;
    margin-bottom: 0.2rem;
}

.main_pages .main_out .main_left .img_list .box_2 a {
    width: 1.26rem;
    height: 0.3rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FBFFFF;
}

.main_pages .main_out .main_left .img_list .box_3 {
    width: 100%;
    display: flex;
    padding: 0.14rem 0.25rem 0.18rem 0.25rem;
    box-sizing: border-box;
    background: url(../images/8.png) no-repeat center;
    background-size: cover;
    align-items: center;
    margin-top: 0.23rem;
    display: none ;
}

.pages_xinchag .main_pages .main_out .main_left .img_list .box_3 {
    display: flex ;
}

.main_pages .main_out .main_left .img_list .box_3 img {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    object-fit: contain;
    margin-right: 0.33rem;
}

.main_pages .main_out .main_left .img_list .box_3 .txt h5 {
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
    text-align: center;
}

.main_pages .main_out .main_left .img_list .box_3 .txt a {
    width: 1.26rem;
    height: 0.3rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FBFFFF;
    margin: 0 auto;
}

.main_pages .main_out .main_right {
    width: calc(100% - 3.48rem - 0.48rem);
    padding: 1.15rem 0px;
    box-sizing: border-box;
}

.main_pages .main_out .main_right .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.main_pages .main_out .main_right .list .box {
    width: 32%;
    border: 0.01rem solid #C9C9C9;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 0.44rem;
}

.main_pages .main_out .main_right .list .box:nth-child(3n) {
    margin-right: 0px;
}

.main_pages .main_out .main_right .list .box .img {
    width: 100%;
    height: 2.04rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_pages .main_out .main_right .list .box .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: 0.5s ease ;
}


.main_pages .main_out .main_right .list .box:hover .img img {
    transform: scale(1.1);
}

.main_pages .main_out .main_right .list .box a {
    padding: 0.2rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.main_pages .main_out .main_right .list .box .text {
    width: 100%;
    padding-top: 0.2rem;
    margin-top: 0.18rem;
    border-top: 0.01rem solid #C9C9C9;
    box-sizing: border-box;
}

.main_pages .main_out .main_right .list .box .text h5 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #0864B4;
    margin-bottom: 0.23rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_pages .main_out .main_right .list .box .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #727171;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.main_pages .main_out .main_right .list .box .text img {
    display: block;
    margin-left: auto;
    height: 0.17rem;
    width: 0.37rem;
}

.Prod_particulars {
    width: 100%;
}

.Prod_particulars .Prod_Top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Prod_particulars .Prod_Top .left {
    width: 5.41rem;
    height: 3.78rem;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
}

.Prod_particulars .Prod_Top .left .swiper {
    width: 100%;
    height: 100%;

}

.Prod_particulars .Prod_Top .left .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    box-sizing: border-box;
}

.Prod_particulars .Prod_Top .left .swiper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
}

/* .swiper-button-prev  */
.Prod_particulars .Prod_Top .left .swiper .swiper-button-next,
.Prod_particulars .Prod_Top .left .swiper .swiper-button-prev {
    width: 0.34rem;
    height: 0.47rem;
    background: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;

}

.Prod_particulars .Prod_Top .left .swiper .swiper-button-next::after,
.Prod_particulars .Prod_Top .left .swiper .swiper-button-prev::after {
    content: '»';
    font-weight: 400;
    font-size: 0.24rem;
    color: #0D0408;
    line-height: 1;
    display: flex;
    align-items: center;
}

.Prod_particulars .Prod_Top .left .swiper .swiper-button-prev::after {
    transform: rotate(180deg);
    margin-top: 0.04rem;
}


.Prod_particulars .Prod_Top .right {
    width: calc(100% - 5.41rem - 0.46rem);
    /*padding: 0.3rem 0px;*/
    box-sizing: border-box;
}

.Prod_particulars .Prod_Top .right h5 {
    font-weight: 400;
    font-size: 0.26rem;
    color: #000000;
    margin-bottom: 0.3rem;
     font-family: 
    "Microsoft YaHei", 
    "Segoe UI",        
    system-ui,          
    sans-serif;
}

.Prod_particulars .Prod_Top .right ul {
        padding-left: 0.4rem ;
        box-sizing: border-box;
}

.Prod_particulars .Prod_Top .right ul li {
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.7em;

}


.Prod_particulars .Prod_text {
    padding-top: 0.22rem;
    border-top: 0.01rem solid #0864b42a;
    box-sizing: border-box;
    margin-top: 0.7rem;
}

.Prod_particulars .Prod_text .but_list {
    width: 100%;
    display: flex;
    align-items: center;
}

.Prod_particulars .Prod_text a {
    width: 2.13rem;
    height: 0.61rem;
    background: #D2D2D2;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.24rem;
    color: #595757;
    margin-right: 0.48rem;
}

.Prod_particulars .Prod_text a:last-child {
    margin-right: 0px;
}

.Prod_particulars .Prod_text a.active {
    background: #0864B4;
    color: #FFF;
}

.Prod_particulars .Prod_text .particulars_swiper-text {
    margin-top: 0.57rem;
    width: 100%;
}

.Prod_particulars .Prod_text .particulars_swiper-text .swiper-slide {
    width: 100%;
}

.Prod_particulars .Prod_text .particulars_swiper-text .swiper-slide p,
.Prod_particulars .Prod_text .particulars_swiper-text .swiper-slide .txt ,
.Prod_particulars .Prod_text .particulars_swiper-text .swiper-slide .txt span
{
    font-weight: 400;
    font-size: 0.16rem;
    color: #231815;
    line-height: 1.7em;
   
}

.Prod_particulars .Prod_text .particulars_swiper-text .swiper-slide p span {

}

.Prod_particulars .Prod_text .particulars_swiper-text .swiper-slide img {
    width: auto ;
    max-width: 100% ;
    height: auto ;
    display: block ;
    margin: 0 auto;
}


.Download_text {
    width: 100%;
    padding-top: 0.21rem;
}

.Download_text .title {
    width: 100%;
    text-align: center;
    margin-bottom: 0.41rem;
}

.Download_text .title h5 {
    font-weight: 400;
    font-size: 0.36rem;
    color: #0D0408;
}

.Download_text .text img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.Download_text .text {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}

.Download_text .text p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.76em;
}

.Cases_list {
    width: 100%;
}

.Cases_list .box {
    width: 100%;
    margin-bottom: 1.2rem;
}

.Cases_list .box a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

.Cases_list .box a .img {
    width: 5.08rem;
    height: 3.33rem;
    overflow: hidden;
}

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

.Cases_list .box:hover a .img img {
    transform: scale(1.1);
}

.Cases_list .box a .text {
    width: 4.7rem;
}

.Cases_list .box a .text h5 {
    font-weight: 400;
    font-size: 0.3rem;
    color: #0D0408;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Cases_list .box:hover a .text h5 {
    color: #0864B4 ;
}

.Cases_list .box a .text span {
    display: block;
    margin: 0.23rem 0px;
    font-weight: 400;
    font-size: 0.18rem;
    color: #595757;
    text-align: right;
    display: block;
}

.Cases_list .box a .text i {
    width: 100%;
    height: 0.02rem;
    background: #0771b36e;
    display: block;
    margin-bottom: 0.37rem;
}

.Cases_list .box a .text p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 限制为两行 */
    overflow: hidden;
}

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

.News_list .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.38rem;
}

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

.News_list .box a {
    padding: 0.1rem 0.1rem 0.2rem 0.1rem;
    box-sizing: border-box;
    border: 0.01rem solid #C9C9C9;
    display: block;
}

.News_list .box .img {
    width: 100%;
    height: 1.81rem;
    object-fit: cover;
    overflow: hidden;
}

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

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

.News_list .box .text {
    margin-top: 0.27rem;
    width: 100%;
}

.News_list .box .text span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #727171;
    display: block;
    margin-bottom: 0.1rem;
}

.News_list .box .text h5 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News_list .box:hover .text h5 {
    color: #0864B4 ;
}

.News_list .box .text i {
    width: 100%;
    height: 0.01rem;
    background: #C9C9C9;
    display: block;
    margin: 0.19rem 0px 0.2rem 0px;
}

.News_list .box .text p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #3E3A39;
    line-height: 1.7em;
    margin-bottom: 0.24rem;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3; /* 限制为两行 */
overflow: hidden;
}

.News_list .box .text img {
    height: 0.18rem;
    width: 0.32rem;
    display: block;
    margin-left: auto;
}

.News_particulars {
    width: 100%;
}

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

.News_particulars .title h5 {
    font-weight: 400;
    font-size: 0.3rem;
    color: #0D0408;
    margin-bottom: 0.18rem;
}

.News_particulars .title .tit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.News_particulars .title .tit span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #727171;
    margin: 0px 0.1rem;
}

.News_particulars .text {
    margin: 0.6rem 0px;
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
}

.News_particulars .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.7em;
    
}



.News_particulars .text img {
    width: auto;
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.News_particulars .but_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.38rem;
    border-bottom: 0.01rem solid #B5B5B6;
}

.News_particulars .but_box a {
    display: flex;
    align-items: center;
    width: 40% ;

}

.News_particulars .but_box svg {
    width: 0.24rem;
}

.News_particulars .but_box a p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
        overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.News_particulars .but_box a:hover p {
    color: #0864B4;
}

.News_particulars .but_box a:hover svg {
    fill: #0864B4;
}

.News_particulars .Relevant {
    width: 100%;
    margin-top: 0.46rem;
    padding: 0px 0.16rem;
    box-sizing: border-box;
}

.News_particulars .Relevant h5 {
    font-weight: 400;
    font-size: 0.24rem;
    color: #000000;
    margin-bottom: 0.38rem;
}

.News_particulars .Relevant .list {
    width: 100%;
    padding: 0px 0.15rem;
    box-sizing: border-box;
}

.News_particulars .Relevant .list a {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    width: 50%;
    margin-bottom: 0.3rem;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.About_public——titel {
    width: 100%;
    display: flex;
    align-items: center;
}

.About_public——titel img {
    height: 0.34rem;
    display: block;
    margin-right: 0.22rem;
}

.About_public——titel .txt {
    display: flex;
    align-items: end;
}

.About_public——titel h5 {
    margin-right: 0.17rem;
    font-weight: 400;
    font-size: 0.3rem;
    color: #0D0408;
    line-height: 1;
}

.About_public——titel span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #727171;
    display: block;
    text-transform: uppercase;
}

.cooperative_supplier {
    width: 100%;
    padding: 0px 0.9rem;
    box-sizing: border-box;
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cooperative_supplier .box {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.cooperative_supplier .box:nth-child(1),
.cooperative_supplier .box:nth-child(2),
.cooperative_supplier .box:nth-child(3) {
    width: 33.3%;
}

.cooperative_supplier .box .img {
    width: 100%;
    height: 1.56rem;
    margin-bottom: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.Recruit_talents {
    width: 100% ;
    margin-top: 0.52rem;
}

.Recruit_talents h5{
    color: #0D0408;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1.8em;
    /* font-family: "KaiTi", "楷体", "STKaiti", sans-serif; */
    margin-bottom: 0.1rem ;
}

.Recruit_talents p , .Recruit_talents {
    color: #0D0408;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.8em;
    /* font-family: "KaiTi", "楷体", "STKaiti", sans-serif; */
}

.About_Introduction {
    width: 100%;
    margin-top: 0.52rem;
}

.About_Introduction .Introduction {
    width: 100%;
}

.About_Introduction .Introduction p {
    color: #0D0408;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.8em;
}

.About_Introduction .Introduction p span {
    font-weight: 400;
    font-size: 0.23rem;
    color: #0864B4;
    font-family: "KaiTi", "楷体", "STKaiti", sans-serif;
}

.About_Introduction .Culture {
    width: 100%;
    height: 3.05rem;
    margin: 0.78rem 0px 0.8rem 0px;
}

.About_Introduction .Culture .out {
    position: absolute;
    width: 13.9rem;
    right: 0px;
    height: 3.05rem;
    z-index: 3;
    /*padding-left: 1rem;*/
    padding-top: 0.54rem;
    padding-bottom: 0.41rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

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

.About_Introduction .Culture .out .logo {
    height: 0.8rem;
}

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

.About_Introduction .Culture .out i {
    width: 0.01rem;
    height: 2.1rem;
    background: #FFF;
    margin: 0px 0.49rem 0px 0.58rem;
    display: block;
}

.About_Introduction .Culture .out .text {
    width: 100%;
}

.About_Introduction .Culture .out .text p {
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 2em;
}

.development_history {
    width: 100%;
    position: relative;
}

.development_history .swiper {
    padding: 2rem 0.67rem 1.5rem 0.67rem;
    box-sizing: border-box;
}

.development_history::after {
    width: 100%;
    height: 0.02rem;
    background: #a4a3a2;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(0.23rem);
}

.development_history .swiper-slide {
    width: auto;
    height: 2.32rem;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    margin-right: 0.38rem;
}

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

.development_history .swiper-slide:nth-child(2n) {
    padding-top: 0px;
    box-sizing: border-box;
}

.development_history .swiper-slide .text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: max-content;
    transform: translateY(110%) translateX(-50%);
    max-width: 1.8rem;
}

.development_history .swiper-slide:nth-child(2n) .text {
    top: 0px;
    transform: translateY(-110%) translateX(-50%);
    bottom: auto;
}

.development_history .swiper-slide .img {
    height: 1.41rem;
}

.development_history .swiper-slide .img img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.development_history .swiper-slide .tit {
    text-align: center;
    margin-bottom: 0.23rem;
}

.development_history .swiper-slide .tit span {
    font-weight: 400;
    font-size: 0.24rem;
    color: #0864B4;
}

.development_history .swiper-slide .tit h5 {
    font-weight: 400;
    font-size: 0.3rem;
    color: #0864B4;
    line-height: 1;
}

.QUALIFICATION_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0.6rem 0px;
}

.QUALIFICATION_list .box {
    text-align: center;
    width:auto;
    margin-bottom: 0.4rem;
    max-width: 3.63rem;
    min-width: 1.93rem;
}

.QUALIFICATION_list .box:nth-child(1),
.QUALIFICATION_list .box:nth-child(2),
.QUALIFICATION_list .box:nth-child(3),
.QUALIFICATION_list .box:nth-child(4) {
    width: 25%;
}

.QUALIFICATION_list .box:nth-child(1) .img,
.QUALIFICATION_list .box:nth-child(2) .img,
.QUALIFICATION_list .box:nth-child(3) .img,
.QUALIFICATION_list .box:nth-child(4) .img {
    height: 2.11rem;
}

.QUALIFICATION_list .box .img {
    height: 2.38rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}


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

.QUALIFICATION_list .box span {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 400;
    color: #595757;
    font-size: 0.14rem;
}

.SoftwareCopyright_list {
    width: 100%;
    margin: 0.6rem 0px;
    display: flex;
    flex-wrap: wrap;
}

.SoftwareCopyright_list .box {
    width: 1.8rem;
    height: 2.21rem;
    margin-right: 0.15rem;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
}

.SoftwareCopyright_list .box:nth-child(6n) {
    margin-right: 0px;
}

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

.Privacy_Policy_text {
    width: 100%;
    margin-top: 0.65rem;
}

.Privacy_Policy_text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.7em;
    text-indent: 2em;
    margin-bottom: 0.3rem;
}

.Privacy_Policy_text b , .Recruit_talents p strong {
    color: #000000;
    font-weight: bold;
    font-size: 0.16rem;
    text-decoration: underline;
}

.Message_pages {
    margin: 0.6rem 0px 0.8rem 0px;
    width: 100%;
}

.Message_pages .text {
    width: 100%;
    margin-bottom: 0.6rem;
}

.Message_pages .text .tel_box {
    display: flex;
    align-items: center;
}

.Message_pages .text .tel_box span {
    display: block;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-right: 0.2rem;
}

.Message_pages .text .dizhi {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-top: 0.2rem;
}

.Message_pages .ditu {
    width: 100%;
}

.Message_pages .ditu img {
    width: auto;
    max-width: 100%;
    display: block;
    height: auto;
}


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

.form_ShowSpecial .out {
    width: 12.11rem ;
    max-width: 100% ;
    background: #0864b4 ;
    padding: 0.35rem 0.3rem ;
    box-sizing: border-box ;
    border-radius: 0.3rem ;
    margin: 0 auto ;
}

.form_ShowSpecial .out .title {
    text-align: center ;
    margin-bottom: 0.53rem ;
}

.form_ShowSpecial .out .title h5{
    background: #00a0e9 ;
    color: #fff ;
    font-weight: 400 ;
    font-size: 0.47rem ;
    width: 5.9rem ;
    height: 0.9rem ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    border-radius: 0.3rem ;
    margin: 0 auto;
    margin-bottom: 0.3rem ;
}

.form_ShowSpecial .out .title p {
    color: #FFF ;
    font-size: 0.2rem ;
}

.form_ShowSpecial .out .title p span {
    color: #fa0611 ;
    font-size: 0.3rem ;
}

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

.form_ShowSpecial .out .box {
    width: 48%;
    margin-bottom: 0.32rem ;
}

.form_ShowSpecial .out .box>span {
    font-size: 0.16rem ;
    color: #FFF ;
    display: block ;
    width: 100% ;
    margin-bottom: 0.15rem ;
}

.form_ShowSpecial .out .box .X_title {
        font-size: 0.16rem ;
    color: #FFF ;
    display: block ;
    width: 100% ;
    margin-bottom: 0.15rem ;
} 

.form_ShowSpecial .out .box .X_title b {
        font-size: 0.18rem ;
    color: #ff0000;
    margin-right: 0.07rem ;
}

.form_ShowSpecial .out .box>span b {
    font-size: 0.18rem ;
    color: #ff0000;
    margin-right: 0.07rem ;
}

.form_ShowSpecial .out .box>input {
    width: 100% ;
    height: 0.41rem ;
    background: #FFF ;
    border: none ;
    padding: 0px 0.24rem ;
    box-sizing: border-box ;
    font-size: 0.16rem ;
    color: #9fa0a0 ;
}

.form_ShowSpecial .out .box>input::placeholder {
    font-size: 0.16rem ;
    color: #9fa0a0 ;
}

.form_ShowSpecial .out .box>select {
    width: 100% ;
    height: 0.41rem ;
    padding: 0px 0.24rem ;
    outline: none ;
    border: none ;
    font-size: 0.16rem ;
    color: #9fa0a0 ;
    box-sizing: border-box ;
    cursor: pointer;
}

.form_ShowSpecial .out .box>select option {
    font-size: 0.16rem ;
    color: #9fa0a0 ;
    cursor: pointer;
}

.form_ShowSpecial .out .box .input_list {
    width: 100% ;
    display: flex ;
    align-items: center ;
    flex-wrap: wrap ;
    gap: 0.1rem 0px ;
    justify-content: space-between ;
}

.form_ShowSpecial .out .box .input_list222 {
        width: 100% ;
    display: flex ;
    align-items: center ;
    flex-wrap: wrap ;
    gap: 0.1rem 0px ;
    justify-content: space-between ;
}

.form_ShowSpecial .out .box .input_list222  label{
    width: 48% ;
}

.form_ShowSpecial .out .box .input_list222  label input {
    width: 100% ;
    height: 0.41rem ;
    padding: 0px 0.24rem ;
    box-sizing: border-box ;
    display: flex ;
    align-items: center ;
    cursor: pointer;
    background: #FFF ;
}

.form_ShowSpecial .out .box .input_list label {
    width: 48% ;
    height: 0.41rem ;
    padding: 0px 0.24rem ;
    box-sizing: border-box ;
    display: flex ;
    align-items: center ;
    cursor: pointer;
    background: #FFF ;
}

.form_ShowSpecial .out .box .input_list label input {
    width: 0.16rem ;
    height: 0.16rem ;
    border-radius: 50%;
    margin-right: 0.1rem ;
}

.form_ShowSpecial .out .box .input_list label span {
    font-size: 0.16rem ;
    color: #9fa0a0 ;
    cursor: pointer;
}

.form_ShowSpecial .submit {
    width: 100% ;
    display: flex ;
    justify-content: center ;
}

.form_ShowSpecial .submit  button {
    width: 1.2rem ;
    height: 0.41rem ;
    background: #009dd9 ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    color: #FFF ;
    outline: none ;
    border: none ;
    font-size: 0.16rem ;
    cursor: pointer;
}

.form_ShowSpecial .text {
    width: 100% ;
    margin-top: 0.33rem ;
    margin-bottom: 0.4rem ;
}

.form_ShowSpecial .text label {
    width: 100% ;
    display: flex ;
    align-items: center ;
    margin-bottom: 0.1rem ;
    cursor: pointer;
}

.form_ShowSpecial .text label:last-child {
    margin-bottom: 0px ;
}

.form_ShowSpecial .text label .inpt {
    width: 0.35rem ;
    height: 0.35rem ;
    background: #FFF ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    flex: none ;
    margin-right: 0.1rem ;
}

.form_ShowSpecial .text label .inpt input {
    width: 0.16rem ;
    height: 0.16rem ;
}

.form_ShowSpecial .text label p , .form_ShowSpecial .text label p a {
    color: #fff ;
    font-size: 0.16rem ;
    
}

.form_ShowSpecial .text label p b{
        font-size: 0.18rem;
    color: #ff0000;
    margin-right: 0.07rem;
}

.form_ShowSpecial .text label p a{
    text-decoration: underline ; 
}

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

.ShowSpecial_Hengfu h5 {
    color: #0864b4 ;
    font-size: 0.48rem ;
    font-weight: 500 ;
    margin-bottom: 0.3rem ;
}

.ShowSpecial_Hengfu span{
    font-size: 0.55rem ;
    color: #0864b4 ;
}

.ShowSpecial_ad {
    width: 100% ;
}

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

.ShowSpecial_ad  .out {
    width: 12.11rem ;
    max-width: 100% ;
    margin: 0 auto ;
    padding: 0.33rem 0.6rem 0.65rem 0.6rem ;
    box-sizing: border-box ;
    border-radius: 0px 0px 0.2rem 0.2rem ;
    background: #0864b4 ;

}

.ShowSpecial_ad  .out p {
    color: #FFF ;
    font-size: 0.22rem ;
    line-height: 1.7em ;
    font-weight: 400 ;
}

.Product_Introduction {
    width: 100% ;
    margin: 1.2rem 0px ;
}

.Product_Introduction .public {
    max-width: 12.11rem ;
}

.Product_Introduction .title {
    text-align: center ;
}

.Product_Introduction .title h5{
    color: #0864b4 ;
    font-size: 0.48rem ;
    margin-bottom: 0.2rem ;
    font-weight: 500 ;
    line-height: 1 ;
}

.Product_Introduction .title span {
    font-size: 0.55rem ;
    color: #0864B4 ;
    font-weight: 500 ;
}

.Product_Introduction_swiper {
    width: 100% ;
}

.Product_Introduction_swiper .swiper-slide {
    width: 32% ;
    margin-right: 2% ;
    border: 0.01rem solid #c9c9c9 ;
    box-sizing: border-box ;
}


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

.Product_Introduction_swiper .swiper-slide a {
    width: 100% ;
    padding: 0.05rem 0.05rem 0.2rem 0.05rem ;
    display: block ;
    box-sizing: border-box ;
}

.Product_Introduction_swiper .swiper-slide .img {
    width: 100% ;
    height: 2.45rem ;
    overflow: hidden;
}

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

.Product_Introduction_swiper .swiper-slide .text {
    padding: 0px 0.17rem ;
    box-sizing: border-box ;
}

.Product_Introduction_swiper .swiper-slide .text .txt {
    margin-top: 0.16rem ;
    border-top: 0.01rem solid #c9c9c9;
    box-sizing: border-box ;
    padding-top: 0.25rem ;
}

.Product_Introduction_swiper .swiper-slide .text h5{
    text-align: center ;
    color: #0864b4 ;
    font-size: 0.19rem ;
    font-weight: 500 ;
    margin-bottom: 0.25rem ;
}

.Product_Introduction_swiper .swiper-slide .text p {
    color: #727171 ;
    font-size: 0.17rem ;
    line-height: 1.7em ;
    margin-bottom: 0.3rem ;
    min-height: 0.57rem ;
}

.Product_Introduction_swiper .swiper-slide .text  img {
    display: block ;
    margin-left: auto ;
    height: 0.19rem ;
}


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

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

.swiper-button-next, .swiper-button-prev {
    font-size: 0.2rem ;
    color: #1B1B1B ;
}


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



@media (max-width:750px) {

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

    .toggle_button {
        display: flex ;
        overflow: hidden;
    }

    .Nav {
        display: none ;
    }

    .Logo_Tap_pages ul {
        display: none ;
    }

    .banner {
        height: 3.3rem ;
    }

    .Logo_Tap .out .Tel {
        display: none ;
    }

    .Nav .out ul {
        display: none ;
    }

    .banner .swiper-pagination-bullet {
        width: 0.1rem ;
        height: 0.1rem ;
    }

    .public_title h5 {
        font-size: 0.4rem ;
    }

    .public_title p {
        font-size: 0.18rem ;
    }

    .Products {
        margin: 0.9rem 0px 1rem 0px;
    }

    .Products .out {
        flex-wrap: wrap ;
        gap: 0.2rem 0px ;
    }

    .Products .out .box_list {
        width: 100% ;
    }

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

    .Products .out .list {
        flex-wrap: wrap ;
        width: 100% ;
        height: auto ;
    }

    .Products .out #box4 a {
        flex-wrap: wrap ;
    }

    .Products .out #box5 {
        margin-bottom: 0.2rem ;
    }

    .Products .out .box .tit h5 {
        font-size: 0.32rem ;
    }

    .Products .out .box .tit p {
        font-size: 0.18rem ;
    }

    .Applications {
        margin: 0.8rem 0px ;
    }

    .Applications .out .box , .Applications .out .box:nth-child(1) , .Applications .out .box:nth-child(6){
        width: 100% ;
    }

    .Cases .out {
        flex-wrap: wrap ;
        gap: 0.2rem 0px ;
    }

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

    .Service_Units .out .box {
        width: calc(100% / 2 );
    }

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

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

    .footer_Nav .out .right {
        width: 100% ;
        padding-left: 0px ;
        border-left: none ;
    }

    .footer_Nav .out .left {
        width: 100% ;
        display: none ;
    }

    .footer_Nav .out .right .img_list {
        justify-content: left ;
        gap: 0px 0.2rem ;
    }

    .footer_Bottom .statement {
        flex-wrap: wrap ;
    }

    .main_pages .main_out {
        flex-wrap: wrap ;
    }

    .main_pages .main_out .main_left {
        width: 100% ;
        border-right: none ;
        padding-bottom: 0px ;
    }

    .main_pages .main_out .main_left .title , .main_pages .main_out .main_left .list , .main_pages .main_out .main_left .img_list {
        width: 100% ;
    }

    .main_pages .main_out .main_right {
        width: 100% ;
    }

    .main_pages .main_out .main_right .list .box {
        width: 100% ;
    }

    .Prod_particulars .Prod_Top {
        flex-wrap: wrap ;
    }

    .Prod_particulars .Prod_Top .left {
        width: 100% ;
    }

    .Prod_particulars .Prod_Top .right {
        width: 100% ;
        margin-top: 0.3rem ;
    }

    .Prod_particulars .Prod_text a {
        font-size: 0.16rem ;
        margin-right: 0.2rem ;
    }

    .Cases_list .box a {
        flex-wrap: wrap ;
    }

    .Cases_list .box a .img , .Cases_list .box a .text{
        width: 100% ;
    }

    .Cases_list .box a .text {
        margin-top: 0.3rem ;
    }

    .Cases_list .box:last-child {
        margin-bottom: 0.3rem ;
    }

    .News_list {
        justify-content: space-between ;
    }

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

    .News_list .box .img {
        height: 2.4rem ;
    }

    .About_Introduction .Culture .out {
        width: 100% ;
        position: relative;
        flex-wrap: wrap ;
        padding: 0.3rem ;
        box-sizing: border-box ;
        height: auto ;
    }
    
    .About_Introduction .Culture {
        height: auto ;
    }

    .About_Introduction .Culture .out i {
        display: none ;
    }

    .About_Introduction .Culture .out .text {
        margin-top: 0.3rem ;
    }

    .About_Introduction .Culture .out .text p {
        font-size: 0.18rem ;
    }

    .QUALIFICATION_list .box:nth-child(1), .QUALIFICATION_list .box:nth-child(2), .QUALIFICATION_list .box:nth-child(3), .QUALIFICATION_list .box:nth-child(4) {
        width: 48% ;
    }

    .QUALIFICATION_list .box {
        width: calc(100% / 2);
    }

    .SoftwareCopyright_list .box {
        width: 32% ;
        margin-right: 2% ;
    }

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

    .cooperative_supplier {
        padding: 0px ;
    }

    .form_ShowSpecial .out .title h5{
        width: 100% ;
        font-size: 0.26rem ;
    }

    .form_ShowSpecial .out .title p {
        font-size: 0.16rem ;
    }

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

    .ShowSpecial_ad .out {
        width: 100% ;
        padding: 0.3rem ;
        box-sizing: border-box ;
    }

    .Product_Introduction_swiper .swiper-slide {
        width: 100% ;
    }

    .Service_Units .out .left , .Service_Units .out .right {
        width: 100% ;
    }

    .Service_Units .out .but_box {
        flex-wrap: wrap ;
                margin: 0.6rem 0px;
    }

    .Service_Units .out .but_box .box {
        width: calc(100% / 3 ) ;
        margin-bottom: 0.3rem ;
        justify-content: center;
    }

    .Service_Units .out .but_box .box img {
        display: none;
    }

    .Service_Units .out .but_box .box .tit b {
        font-size: 0.4rem;
    }
    
    .Prod_particulars .Prod_text .particulars_swiper-text .swiper-slide .txt {
        font-size: 0.2rem !important;
    }

    .Prod_particulars .Prod_text .particulars_swiper-text .swiper-slide .txt span {
        font-size: 0.26rem !important;
    }

}

@media (max-width:420px) {
    .banner {
        height: 2.3rem;
    }

    .banner_pages {
        height: 1.6rem;
    }
}



@media (min-width:751px) and (max-width:1000px) {
    html {
        font-size: 65px;
        font-size: calc(100vw / 19.2);
    }
}

@media (min-width:1001px) and (max-width:1200px) {
    html {
        font-size: 75px;
        font-size: calc(100vw / 19.2);
    }
}

@media (min-width:1201px) and (max-width:1300px) {
    html {
        font-size: 85px;
        font-size: calc(100vw / 19.2);
    }
}

@media (min-width:1301px) and (max-width:1400px) {
    html {
        font-size: 95px;
        font-size: calc(100vw / 19.2);
    }
}

@media (min-width:421px) and (max-width:750px) {
    html {
        font-size: 90px;
        font-size: calc(100vw / 7.5);
    }
}

@media (max-width:420px) {
    html {
        font-size: 75px;
        font-size: calc(100vw / 5.2);
    }
}

@media (min-width:1700px) and (max-width:1920px) {
    html {
        font-size: 100px;
    }
}