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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

.Nav {
    width: 100%;
    height: 0.9rem;
    background: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000013;
}

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

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

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

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

.Nav .out ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

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

.Nav .out ul li .title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0.3rem;
    box-sizing: border-box;
    font-size: 0.17rem;
    color: #333;
}

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

.Nav .out .Tel_box .Tel_icon {
    height: 0.2rem;
    display: block;
    margin-right: 0.1rem;
}

.Nav .out .Tel_box .Tel {
    color: #3c3c3c;
    font-size: 0.16rem;
}

.Nav .out ul li .pulldown {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0.9rem;
    background: rgb(238, 242, 247);
    ;
    display: none;
}

.Nav .out ul li .pulldown .pulldown_content {
    width: 100%;
    max-width: 15rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 0px;
    box-sizing: border-box;
}

.Nav .out ul li .pulldown .pulldown_content .left {
    width: 56%;
}

.Nav .out ul li .pulldown .pulldown_content .left .but_title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.Nav .out ul li .pulldown .pulldown_content .left .but_title h5 {
    color: #333;
    font-size: 0.24rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Nav .out ul li .pulldown .pulldown_content .left .but_title h5::after {
    width: 0.01rem;
    height: 0.2rem;
    background: #3c3c3c;
    content: '';
    display: block;
    margin: 0px 0.15rem;
}

.Nav .out ul li .pulldown .pulldown_content .left .but_title h5:last-child::after {
    display: none;
}

.Nav .out ul li .pulldown .pulldown_content .left .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.Nav .out ul li .pulldown .pulldown_content .left .item.on {
    display: flex;
}

.Nav .out ul li .pulldown .pulldown_content .left .item a {
    width: 30%;
    margin-right: 5%;
    color: #333;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    padding: 0.15rem 0px;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #ccc;
    justify-content: space-between;
}

.Nav .out ul li .pulldown .pulldown_content .left .item a i {
    font-size: 0.16rem;
    color: #3c3c3c;
}

.Nav .out ul li .pulldown .pulldown_content .left .item a:nth-child(3n) {
    margin-right: 0px;
}

.Nav .out ul li .pulldown .pulldown_content .left .item a:hover {
    color: #e7552f;
    border-bottom: 0.01rem solid #e7552f;
}

.Nav .out ul li .pulldown .pulldown_content .left .item a:hover i {
    color: #e7552f;
}

.Nav .out ul li .pulldown .pulldown_content .right {
    width: 30%;
}

.Nav .out ul li .pulldown .pulldown_content .right img {
    width: 100%;
    display: block;
}

.Nav .out ul li:hover .title , .Nav .out ul li.on .title {
    color: #e7552f ;
}



.banner {
    width: 100%;
}

.banner .swiper-slide {
    width: 100%;
    height: 9.5rem;
    position: relative;
}

.banner .swiper-slide .banner_img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.banner .swiper-slide .banner_text {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;

}

.banner .swiper-slide .banner_text .public {
    display: flex;
    align-items: center;
}

.banner .swiper-slide .banner_text h6 {
    color: #e7552f;
    font-size: 0.3rem;
    font-family: arial;
    line-height: 1.6em;
    text-shadow: 0.03rem 0 0.1rem rgb(22 78 145 / 40%);
    transition: all ease 2s .5s;
    opacity: 0;
    transform: translateY(0.4rem);
    font-weight: bold;
}

.banner .swiper-slide .banner_text h5 {
    color: #fff;
    font-size: 0.58rem;
    line-height: 1.2;
    width: 9rem;
    text-shadow: 0.03rem 0 0.06rem rgb(0 33 72 / 64%);
    transition: all ease 2s .7s;
    opacity: 0;
    transform: translateY(0.4rem);
    font-weight: bold;
}

.banner .swiper-slide .banner_text i {
    margin-top: 0.2rem;
    display: block;
    transition: all ease 2s .8s;
    opacity: 0;
    transform: translateY(0.4rem);
    background: #FFF;
    width: 0.6rem;
    height: 0.02rem;
}

.banner .swiper-slide .banner_text p {
    max-width: 6.60rem;
    margin: 0.2rem auto auto 0;
    text-shadow: 0.03rem 0 0.1rem rgb(22 78 145 / 40%);
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.8em;
    margin-top: 0.3rem;
    transition: all ease 2s 1s;
    opacity: 0;
    transform: translateY(0.4rem);
}

.banner .swiper-slide .banner_text a {
    display: inline-block;
    margin: 0.6rem auto auto 0;
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    max-width: 1.6rem;
    padding: 0.1rem 0.3rem;
    color: #fff;
    text-align: left;
    font-size: 0.14rem;
    opacity: 0;
    transform: translateY(0.4rem);
    transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s;
    display: block;
    box-sizing: border-box;
}

.banner .swiper-slide .banner_text a::after {
    content: '';
    width: 0.06rem;
    height: 0.1rem;
    position: absolute;
    right: 8.5%;
    top: 50%;
    margin-top: -0.05rem;
    background: url(../images/8f225fb6-4193-4668-acb3-e0febf6efd93.png);
}

.banner .swiper-slide .banner_text a::before {
    content: '';
    width: 0.01rem;
    height: 100%;
    position: absolute;
    right: 20%;
    top: 0;
    background: #fff;
    opacity: .5;
}

.banner .swiper-slide .banner_text a:hover {
    border: 1px solid #e7552f;
    background: #e7552f;
    color: #fff;
}

.banner .swiper-slide-active .banner_text h6,
.banner .swiper-slide-active .banner_text h5,
.banner .swiper-slide-active .banner_text i,
.banner .swiper-slide-active .banner_text p,
.banner .swiper-slide-active .banner_text a {
    opacity: 1;
    transform: translateY(0px);
}

.banner .swiper .swiper-pagination {
    width: auto;
    display: flex;
    align-items: center;
    left: 7%;
    bottom: 0.4rem;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #FFF;
    margin: 0.03rem 0.05rem !important;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
    transition: all ease .3s;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.3rem;
    border-radius: 0.15rem;
    background: #e7552f;
}

.banner .swiper .swiper-button-prev,
.banner .swiper .swiper-button-next {

    border-radius: 0;
    background: transparent;
    border: 0.01rem solid #fff;
    height: 0.5rem;
    width: 0.5rem;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.4rem;
    left: auto;
    right: 0px;
    top: auto;
    margin-top: 0px;
}

.banner .swiper .swiper-button-prev::after,
.banner .swiper .swiper-button-next::after {
    color: #fff;
    font-size: 0.16rem;
}

.banner .swiper .swiper-button-prev {
    right: 11%;
}

.banner .swiper .swiper-button-next {
    right: 7%;
}

.banner .swiper .swiper-button-prev:hover,
.banner .swiper .swiper-button-next:hover {
    background: #e7552f;
    border: 0.01rem solid #e7552f;
}

.About_Pages {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 1.2rem;
    position: relative;
}

.index-section2 canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 30vh !important;
    z-index: -1;
}

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

.About_Pages .out .left {
    width: 45%;
    /*height: 5.68rem ;*/
    position: relative;
}

.About_Pages .out .left img , .About_Pages .out .left video {
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
    display: block;
}

.About_Pages .out .left .text {
    position: absolute;
    bottom: 25%;
    left: 0px;
    background: #FFF;
    padding: 0.3rem 0.4rem 0.3rem 0.2rem;
    box-sizing: border-box;
    display: none ;
}

.About_Pages .out .left .text img {
    width: 2.5rem;
    display: block;
}

.About_Pages .out .left .text h5 {
    font-size: 0.48rem;
    color: #e7552f;
}

.About_Pages .out .left .text span {
    color: #848484;
    font-size: 0.2rem;
    display: block;
}

.About_Pages .out .right {
    width: 52%;
    padding-top: 0.2rem;
}

.About_Pages .out .right .Ab_1 {
    color: #e7552f;
    font-size: 0.14rem;
    display: block;
}

.About_Pages .out .right .Ab_2 {
    font-size: 0.38rem;
    margin: 0.16rem 0px;
    font-weight: 500;
    line-height: 100%;
}

.About_Pages .out .right .Ab_3 {
    font-size: 0.7rem;
    display: block;
    width: 0.7rem;
}

.About_Pages .out .right .Ab_4 {
    color: #848484;
    margin: 0.3rem 0px;
    font-size: 0.18rem;
    line-height: 1.7em;
}

.About_Pages .out .right .Ab_5 {
    width: 1.4rem;
    height: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.01rem solid #e7552f;
    color: #e7552f;
    font-size: 0.16rem;
    border-radius: 0.3rem;
}

.About_Pages .out .right .list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
}

.About_Pages .out .right .list i {
    width: 0.01rem;
    height: 0.6rem;
    display: block;
    background: #ccc;
    margin: 0px 0.35rem;
}

.About_Pages .out .right .list .item {
    display: flex;
    align-items: center;
}

.About_Pages .out .right .list .item .iocn {
    width: 0.65rem;
    display: block;
    margin-right: 0.2rem;
}

.About_Pages .out .right .list .item span {
    display: block;
    color: #848484;
    font-size: 0.16rem;
}

.About_Pages .out .right .list .item a {
    display: block;
    color: #e7552f;
    font-size: 0.14rem;
    margin-top: 0.05rem;
}

.Video_banner {
    width: 100%;
    background-size: cover !important;
    padding: 0.92rem 0px 1.25rem 0px;
    box-sizing: border-box;
}

.Video_banner .out {
    display: flex;
    justify-content: center;
}

.Video_banner .out .left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Video_banner .out .left .icon {
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.Video_banner .out .left .icon::after {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.03rem solid #FFFf;
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    box-sizing: border-box;
}

.Video_banner .out .left i {
    font-size: 1.2rem;
    color: #FFF;
}

.Video_banner .out .right {
    width: 50%;
    display: flex;
    align-items: center;
}

.Video_banner .out .right .box {
    width: 50%;
    padding: 0.8rem 0.2rem;
    box-sizing: border-box;
    background: rgba(0, 116, 193, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Video_banner .out .right h5 {
    font-size: 0.72rem;
    display: flex;
    align-items: flex-start;
    color: #FFF;
}

.Video_banner .out .right h5 b {
    font-size: 0.72rem;
}

.Video_banner .out .right h5 span {
    font-size: 0.2rem;
    color: #FFF;
    transform: translateY(0.15rem);
    margin-left: 0.1rem;
}

.Video_banner .out .right .box>span {
    color: #FFF;
    font-size: 0.18rem;
    display: block;
    margin-top: 0.1rem;
}

.Product_recommend {
    width: 100%;
    background: url(../images/4.jpg ) no-repeat center;
    background-size: cover !important;
    position: relative;
    background-attachment: fixed;
    padding-top: 1rem;
    box-sizing: border-box;
}

.Product_recommend .out {
    position: relative;
}

.Product_recommend::after {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/6.jpg) no-repeat center;
    background-size: cover;
    height: 30%;
    content: '';
}

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

.public_title_HOme span {
    font-size: 0.14rem;
    color: #e7552f;
}

.public_title_HOme h5 {
    font-size: 0.48rem;
    margin: 0.16rem 0px;
    display: block;
    line-height: 100%;
    font-weight: 500;
}

.public_title_HOme img {
    width: 0.8rem;
    font-size: 0.8rem;
}

.public_title_HOme p {
    color: #848484;
    text-align: center;
    font-size: 0.16rem;
    margin-top: 0.1rem;
    display: block;
}

.Product_recommend .swiper {
    width: 100%;
    max-width: 11.77rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    padding-bottom: 1.6rem;
}

.Product_recommend .swiper-slide {
    width: 3.72rem;
    height: 4.92rem;
    background: #FFF;
    margin-right: 0.3rem;
    overflow: hidden;
    position: relative;
}

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

.Product_recommend .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px 0.3rem;
    box-sizing: border-box;
}

.Product_recommend .swiper-slide .img img {
    width: 100%;
    display: block;
    height: 80%;
    object-fit: contain;
    transition: 0.5s ease;
}

.Product_recommend .swiper-slide .txt {
    position: absolute;
    bottom: 0.1rem;
    background: #FFF;
    width: 100%;
    text-align: center;
    line-height: 0.82rem;
    height: 0.82rem;
    font-size: 0.2rem;
    color: #000000;
    z-index: 20;
}

.Product_recommend .swiper-slide .hov {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    background: #00000036;
    height: 100%;
    z-index: 10;
    transform: translateX(-100%);
    transition: 0.6s ease;
}

.Product_recommend .swiper-slide .hov .iocn {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Product_recommend .swiper-slide .hov .iocn span {
    width: 0.7rem;
    height: 0.7rem;
    background: #e7552f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.3rem;
    border-radius: 50%;
}

.Product_recommend .swiper-slide .hov i {
    width: 100%;
    display: block;
    height: 0.1rem;
    background: #e7552f;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.Product_recommend .swiper-slide:hover .hov {
    transform: translateX(0px);
}

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

.Product_recommend .swiper-pagination {
    bottom: 1rem;
}

.Product_recommend .swiper-pagination-bullet {
    width: 0.26rem;
    height: 0.02rem;
    background: #fff;
    opacity: 0.4;
    border-radius: 0px;
}

.Product_recommend .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e7552f;
}

.Product_recommend .swiper-button-next {
    right: -0.5rem;
}

.Product_recommend .swiper-button-prev {
    left: -0.5rem;
}

.Product_recommend .swiper-button-next,
.Product_recommend .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0px 0px 0.1rem 0.01rem #eee;
    opacity: 1;
    top: 40%;
    border: 0.01rem solid #e7552f;
    box-sizing: border-box;
}

.Product_recommend .swiper-button-next:after,
.Product_recommend .swiper-button-prev:after {
    color: #e7552f;
    font-size: 0.18rem;
}

.Product_recommend .swiper-button-next:hover,
.Product_recommend .swiper-button-prev:hover {
    background: #e7552f;
}

.Product_recommend .swiper-button-next:hover::after,
.Product_recommend .swiper-button-prev:hover::after {
    color: #FFF;
}

.solution {
    width: 100%;
    margin-top: 0.7rem;
}

.solution .out {

    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 14rem;
    margin: 0 auto;
    margin-top: 0.2rem;
}

.solution .out .box {
    width: 32%;
    height: 3.08rem;
    margin-right: 2%;
    position: relative;
    margin-top: 0.3rem;
}

.solution .out .box:nth-child(1) {
    height: 4.39rem;
}

.solution .out .box:nth-child(2) {
    margin-right: 0px;
    width: 66%;
    height: 4.39rem;
}

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

.solution .out .box .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.solution .out .box .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0.22rem 0.37rem;
    box-sizing: border-box;
    transition: 0.6s;
}

.solution .out .box .text span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.2rem;
    display: block;
    transition: 0.6s;
}

.solution .out .box .text h5 {
    color: #FFF;
    font-size: 0.24rem;
    margin-top: 0.1rem;
    transition: 0.6s;
}

.solution .out .box:hover .text {
    background: rgba(255, 255, 255, 0.92);
}

.solution .out .box:hover .text h5 {
    color: #333;
}

.solution .out .box:hover .text span {
    color: #bbbbbc;
}

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

.News {
    width: 100%;
    margin: 0.9rem 0px 0.7rem 0px;
}

.News .out {
    margin-top: 0.3rem;
}


.News .out .swiper-slide {
    width: 33.3%;
    box-sizing: border-box;

    padding: 0.3rem;
    box-sizing: border-box;
}

.News .out .swiper-slide a {
    box-shadow: 0px 0px 0.1rem 0.02rem #0000002d;
    display: block;
}

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

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

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

.News .out .swiper-slide .text {
    padding: 0.22rem 0.17rem 0.22rem 0.17rem;
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
}

.News .out .swiper-slide .text h5 {
    color: #333;
    font-size: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.News .out .swiper-slide .text p {
    min-height: 0.45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    color: #333;
    font-size: 0.15rem;
    line-height: 1.7em;
}

.News .out .swiper-slide .text span {
    font-size: 0.16rem;
    display: block;
    color: #999;
    margin-top: 0.3rem;
}

.News .out .laiojh {
    width: 1.45rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e7552f;
    border: 1px solid #e7552f;
    font-size: 0.15rem;
    margin: 0.4rem auto auto auto;
}

.Partners {
    width: 100%;
    background: #EFEFEF;
    padding: 0.6rem 0px 0.3rem 0px;
    box-sizing: border-box;
}

.Partners .out {
    margin-top: 0.5rem;
}

.Partners .swiper-slide {
    width: 2.10rem;
    margin-right: 0.25rem;
    height: 1.11rem;
}

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

.footer {
    width: 100%;
    padding-top: 0.6rem;
    background: #262626;
    position: relative;
}

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

.footer .out .left {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.footer .out .left li {
    width: 19%;
}

.footer .out .left li .title {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
    color: #FFF;
}

.footer .out .left li a {
    width: 100%;
    display: block;
    color: #BCB3B3;
    font-size: 0.14rem;
    line-height: 2.2em;
    font-weight: 400;
}

.footer .out .right {
    width: 32%;
}

.footer .out .right .title {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
    color: #FFF;
}

.footer .out .right .list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.footer .out .right .list .item {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;

    box-sizing: border-box;
    margin-right: 0.2rem;
    cursor: pointer;
    position: relative;
}

.footer .out .right .list .item .icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    border: 0.01rem solid #FFF;
}

.footer .out .right .list .item .icon i {
    font-size: 0.2rem;
    color: #FFF;
}

.footer .out .right .list .item:hover .icon {
    background: #e7552f;
    border: 0.01rem solid #e7552f;
}

.footer .out .right p {
    color: #BCB3B3;
    line-height: 2em;
    font-size: 0.14rem;
    font-weight: 400;
}

.footer .Copyright {
    width: 100%;
    background-size: cover !important;
    padding-top: 0.8rem;
}

.blogroll {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.7rem;
}

.blogroll span {
    color: #333;
    font-size: 0.16rem;
}

.blogroll a {
    color: #333;
    font-size: 0.14rem;
    display: block;
    margin: 0px 0.05rem;
}

.footer .Copyright .Copyright_dibvu {
    width: 100%;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .Copyright .Copyright_dibvu p,
.footer .Copyright .Copyright_dibvu a {
    color: rgba(255, 255, 255, 0.39);
    font-size: 0.14rem;
}

.footer .but_img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    pointer-events: none;
}

.footer .but_img img {
    width: 100%;
    display: block;
}



.wechat-qrcode {
    display: none;
    border: 0.01rem solid #eee;
    position: absolute;
    z-index: 9;
    top: -2.05rem;
    left: -0.84rem;
    width: 2rem ;
    height: 1.92rem;
    color: #666;
    font-size: 0.12rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0.02rem 0.1rem  #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.wechat-qrcode.bottom {
    top: 0.4rem;
    left: -0.84rem 
}

.wechat-qrcode.bottom:after {
    display: none
}

.wechat-qrcode h4 {
    font-weight: normal;
    height: 0.26rem ;
    line-height: 0.26rem ;
    font-size: 0.12rem ;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.wechat-qrcode .qrcode {
    width: 1.05rem ;
    margin: 0.1rem auto
}

.wechat-qrcode .qrcode img {
    width: 100% ;
    display: block ;
}

.wechat-qrcode .qrcode table {
    margin: 0 !important
}

.wechat-qrcode .help p {
    font-weight: normal;
    line-height: 0.16rem ;
    padding: 0;
    margin: 0
}

.wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -0.06rem;
    bottom: -0.13rem ;
    width: 0;
    height: 0;
    border-width: 0.08rem  0.06rem  0.06rem  0.06rem ;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.footer .out .right .list .item:hover .wechat-qrcode {
    display: block
}

/* 页内导航按钮 */
.button_Public {
    width: 100%;
    height: 0.7rem;
    background: #FFF;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000003b;
    z-index: 999;
    border-top: 0.01rem solid #cccccc36;
}

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

.button_Public .out a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0.4rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    height: 100%;
    position: relative;
}



.button_Public .out a.on,
.button_Public .out a:hover {
    background: #e7552f;
    color: #FFF;
}



/* 页内banner  */
.banner_pages {
    width: 100%;
    height: 5.50rem;
    position: relative;
}

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

.banner_pages .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.banner_pages .text h5 {
    color: #FFF;
    font-size: 0.34rem;
    margin-bottom: 0.1rem;
    text-shadow: 0px 0px 0.1rem #ffffff04;
    letter-spacing: 0.02rem;
}

.banner_pages .text p {
    color: #FFF;
    font-size: 0.16rem;
    max-width: 7rem;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 0.01rem;
}

.public_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.public_title span {
    color: #e7552f;
    font-size: 0.16rem;
    display: block;
    text-align: center;
}

.public_title h5 {
    color: #333;
    font-size: 0.34rem;
    font-weight: 500;
    margin-top: 0.1rem;
}

.About {
    width: 100%;
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
}

.About canvas {
    height: 40vh !important;
}

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

.About .out .left {
    width: 100%;
    padding-top: 0.23rem;
    box-sizing: border-box;
}

.About .out .left p {
    line-height: 1.8em;
    color: #333;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    font-weight: 300 ;
}

.About .out .left h5 {
    color: #333;
    font-size: 0.2rem;
    margin: 0.1rem 0px;
    letter-spacing: 0.01rem;
    font-weight: 500 ;
}

.About .out .left b , .About .out .left h3 , .About .out .left h3 span {
    font-size: 0.18rem !important;
    color: #333 ;
    line-height: 1.8em ;
}

.About .out .right {
    float: right;
    width: 50%;
    margin-left: 0.3rem;
}

.About .out .right .img {
    width: 100%;
    position: relative;
    box-shadow: 0.1rem 0.2rem 0.01rem 0.01rem #00000038;
}

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

.About .out .right .img i {
    position: absolute;

}

.corporate_culture {
    padding: 0.8rem 0px 1rem 0px;
    box-sizing: border-box;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
}

.corporate_culture::after {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    content: ' ';
    background: #0000007e;
    z-index: 1;
    pointer-events: none;
}

.corporate_culture .public_title {
    position: relative;
    z-index: 5;
}

.corporate_culture .public_title h5 {
    color: #FFF;
}

.corporate_culture .out {
    position: relative;
    z-index: 5;
    margin-top: 0.9rem;
    display: flex;
    justify-content: space-between;
}

.corporate_culture .out .box {
    position: relative;
    width: 32%;
    background: #FFF;
    box-shadow: 0.01rem 0.01rem 0.01rem 0.01rem #ffffff2a;
    border: 0.02rem solid #ffffffb6;
    border-radius: 0.05rem;
    height: 100%;
    backdrop-filter: blur(0.05rem);
    padding: 0.8rem 0.3rem 0.45rem 0.3rem;
    box-sizing: border-box;
}

.corporate_culture .out .box .icon {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    margin-left: -0.4rem;
    top: -0.4rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000011;
}

.corporate_culture .out .box h5 {
    color: #333;
    font-size: 0.23rem;
    font-weight: 500;
    margin-bottom: 0.05rem;
    letter-spacing: 0.01rem;
    text-align: center;

}

.corporate_culture .out .box span {
    color: #999;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    display: block;
    font-weight: 400;
    text-align: center;
}

.corporate_culture .out .box p {
    color: #999;
    font-size: 0.15rem;
    line-height: 1.6em;
    margin-top: 0.24rem;
    text-align: center;
}

.corporate_culture .out .box .icon i {
    font-size: 0.34rem;
    color: #e7552f;
}

.Honor {
    margin-top: 0.8rem;
    margin-bottom: 0.9rem;
}

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


.Honor .out .swiper-slide {
    width: 25%;
    box-sizing: border-box;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.Honor .out .swiper-slide .box {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.06rem;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000003a;
}

.Honor .out .swiper-slide .img {
    width: 100%;
    overflow: hidden;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.Honor .out .swiper-slide .text {
    width: 100%;
    padding: 0px 0.3rem;
    box-sizing: border-box;
    box-sizing: border-box;
}

.Honor .out .swiper-slide .text span {
    text-align: center;
    color: #333;
    font-size: 0.16rem;
    border-top: 1px solid #eee;
    display: block;
    width: 100%;
    padding: 0.2rem 0px;
}

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

.Honor .swiper-button-next,
.Honor .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.01rem solid #e7552f;
}

.Honor .swiper-button-next:hover,
.Honor .swiper-button-prev:hover {
    background: #e7552f;
}

.Honor .swiper-button-next:hover:after,
.Honor .swiper-button-prev:hover:after {

    color: #FFF;
}

.product_pages {
    width: 100%;
    background: #eee;
    padding-top: 0.7rem;
    padding-bottom: 0.9rem;
}

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

.product_pages .out .left {
    width: 3rem;
}

.product_pages .out .left .Left_box {
    width: 100%;
    background: #FFF;
    border-radius: 0.05rem;
}

.product_pages .out .left .title {
    width: 100%;
    text-align: center;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e7552f;
    font-size: 0.24rem;
}

.product_pages .out .left .list {
    width: 100%;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
}

.product_pages .out .left .list .item .tit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #eee ;
    padding: 0.15rem 0px;
    cursor: pointer ;
}

.product_pages .out .left .list .item .tit a {
    width: auto;
    color: #333;
    font-size: 0.16rem;
    
}

.product_pages .out .left .list .item .tit i {
    font-size: 0.15rem;
    color: #848484;
    width: 0.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s ease;
}



.product_pages .out .left .list .list2 {
    width: 100%;
    padding-left: 0.1rem;
    box-sizing: border-box;
    display: none;
}

.product_pages .out .left .list .list2 .item2 .tit2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #eee ;
    padding: 0.1rem 0px;
    cursor: pointer ;
}

.product_pages .out .left .list .list2 .item2 .tit2 a {
    width: auto;
    color: #333;
    font-size: 0.14rem;
    
}

.product_pages .out .left .list .list2 .item2 .tit2 i {
    font-size: 0.15rem;
    color: #848484;
    width: 0.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product_pages .out .left .list .list3 {
    padding-left: 0.1rem;
    box-sizing: border-box;
    display: none;
}

.product_pages .out .left .list .list3 .item3 .tit3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #eee
}

.product_pages .out .left .list .list3 .item3 .tit3 a {
    width: 100%;
    color: #333;
    font-size: 0.14rem;
    padding: 0.1rem 0px;
}

.product_pages .out .left .list .list3 .item3 .tit3 i {
    font-size: 0.15rem;
    color: #848484;
    width: 0.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product_pages .out .left .list .list3 .item3 .tit3:hover a,
.product_pages .out .left .list .list3 .item3 .tit3:hover i,
.product_pages .out .left .list .list2 .item2 .tit2:hover a,
.product_pages .out .left .list .list2 .item2 .tit2:hover i,
.product_pages .out .left .list .item .tit:hover a,
.product_pages .out .left .list .item .tit:hover i {
    color: #e7552f;
}

.product_pages .out .left .list .item .tit.active i,
.product_pages .out .left .list2 .item2 .tit2.active i {
    transform: rotate(90deg);
    color: #e7552f;
}

.product_pages .out .left .list .item .tit.active a,
.product_pages .out .left .list2 .item2 .tit2.active a {
    color: #e7552f;
}

.product_pages .out .right {
    width: calc(100% - 3.4rem);
}

.product_pages .out .right .right_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product_pages .out .right .box {
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000003a;
    box-sizing: border-box;
    border-radius: 0.04rem;
    overflow: hidden;
    height: 4rem;
    position: relative;
    margin-bottom: 0.3rem;
}

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

.product_pages .out .right .box .img {
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    height: 80%;
    position: relative;
}

.product_pages .out .right .box .txt {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0000003d;
    height: 100%;
    z-index: 10;
    transform: translateX(-100%);
    transition: 0.5s all ease;
}

.product_pages .out .right .box .txt .img {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_pages .out .right .box .txt .icon {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7552f;
    color: #FFF;
    font-size: 0.23rem;
    border-radius: 0.1rem;
}

.product_pages .out .right .box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.5s all ease;
}

.product_pages .out .right .box .text {
    width: 100%;
    padding: 0.2rem 0.2rem 0.2rem 0.3rem;
    box-sizing: border-box;
    background: #FFF;
    position: absolute;
    z-index: 11;
    bottom: 0.04rem;
}

.product_pages .out .right .box .text h5 {
    font-size: 0.2rem;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.product_pages .out .right .box .txt i {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0.04rem;
    background: #e7552f;
    display: block;
}

.product_pages .out .right .box:hover .txt {
    transform: translateX(0px);
}

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

.News_Pages {
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
}

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

.News_Pages .out .box {
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000036;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

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

.News_Pages .out .box a {
    display: block;
    padding: 0.2rem;
    box-sizing: border-box;
}

.News_Pages .out .box .img {
    width: 100%;
    overflow: hidden;
    height: 2.5rem;
    position: relative;
}

.News_Pages .out .box .img::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    background: #00000023;
    z-index: 10;
    content: '';
    opacity: 0;
    transition: 0.5s all ease;
}

.News_Pages .out .box .img::before {
    transform: scale(1.1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 0.01rem solid #e7552f;
    content: '';
    z-index: 14;
    transition: 0.5s all ease;
}

.News_Pages .out .box:hover .img::after {
    opacity: 1;
}

.News_Pages .out .box:hover .img::before {
    transform: scale(0.9);
}

.News_Pages .out .box .img .tiem_box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0.1rem 0.4rem;
    box-sizing: border-box;
    background: #e7552f;
}

.News_Pages .out .box .img .tiem_box h6 {
    color: #FFF;
    display: block;
    font-weight: 500;
    font-size: 0.16rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.News_Pages .out .box .img .tiem_box span {
    color: #ffff;
    font-size: 0.13rem;
    margin-top: 0.05rem;
    text-align: center;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.News_Pages .out .box .img .icon {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7552f;
    color: #FFF;
    font-size: 0.34rem;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -0.3rem;
    margin-top: -0.3rem;
    padding-bottom: 0.05rem;
    box-sizing: border-box;
    transform: scale(0);
    transition: 0.5s all ease;
    z-index: 16;
}


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

.News_Pages .out .box .text {
    width: 100%;
    padding-top: 0.2rem;
    border-top: 0.01rem solid #eee;
    margin-top: 0.3rem;
    position: relative;
}

.News_Pages .out .box .text h5 {
    color: #333;
    font-size: 0.2rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News_Pages .out .box .text p {
    width: 100%;
    min-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    color: #999;
    font-size: 0.16rem;
    line-height: 1.7em;
    margin-top: 0.2rem;
}

.News_Pages .out .box:hover .text h5 {
    color: #e7552f;
}

.News_Pages .out .box .text::after {
    position: absolute;
    top: 0px;
    height: 0.01rem;
    width: 0%;
    background: #e7552f;
    display: block;
    content: ' ';
    transition: 0.5s all ease;
}

.News_Pages .out .box:hover .text::after {
    width: 100%;
}

.News_Pages .out .box:hover .img .icon {
    transform: scale(1);
}

.solution_pages {
    width: 100%;
    display: block;
    margin-top: 0.9rem;
    margin-bottom: 0.8rem;
}

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

.solution_pages .out .box {
    width: 32%;
    margin-right: 2%;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000002c;
    margin-bottom: 0.25rem;
    transition: 0.5s all ease;
}

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

.solution_pages .out .box .img {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
}

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

.solution_pages .out .box .text {
    width: 100%;
    padding: 0.2rem 0.25rem 0.3rem 0.25rem;
    box-sizing: border-box;
    background: #FFF;
}

.solution_pages .out .box .text h5 {
    color: #333;
    font-size: 0.2rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.solution_pages .out .box .text p {
    color: #000;
    font-size: 0.16rem;
    line-height: 1.7em;
    margin-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    min-height: 0.54rem;
}

.solution_pages .out .box .text span {
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.2rem;
    display: block;
}

.solution_pages .out .box:hover {
    transform: translateY(-0.15rem);
}

.solution_pages .out .box:hover .text h5 {
    color: #e7552f;
}

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

.Case_pages {
    margin: 0.9rem 0px;
}

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

}

.Case_pages .out .box {
    width: 32%;
    margin-right: 2%;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000034;
    margin-bottom: 0.3rem;
}

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

.Case_pages .out .box .img {
    width: 100%;
    height: 3rem;
    overflow: hidden;
    position: relative;
}

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

.Case_pages .out .box .img .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0000001a;
    padding: 0.15rem;
    box-sizing: border-box;
    transition: 0.3s all ease-in;
}

.Case_pages .out .box .img .txt .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #e7552f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.4rem;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
    padding-bottom: 0.06rem;
    box-sizing: border-box;
    transform: scale(0);
}

.Case_pages .out .box .img .txt .i_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.Case_pages .out .box .img .txt i {
    width: 0px;
    height: 0.02rem;
    background: #e7552f;
    position: absolute;
    transition: 0.5s all ease-in;
}


.Case_pages .out .box .img .txt i:nth-child(1) {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.Case_pages .out .box .img .txt i:nth-child(2) {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.Case_pages .out .box .img .txt i:nth-child(3) {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0px;
}

.Case_pages .out .box .img .txt i:nth-child(4) {
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0px;
}

.Case_pages .out .box:hover .img .txt {
    opacity: 1;
}

.Case_pages .out .box:hover .img .txt i:nth-child(1),
.Case_pages .out .box:hover .img .txt i:nth-child(2) {
    width: 100%;
}

.Case_pages .out .box:hover .img .txt i:nth-child(3),
.Case_pages .out .box:hover .img .txt i:nth-child(4) {
    height: 100%
}

.Case_pages .out .box .title {
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    background: #FFF;
    text-align: center;
    color: #333;
    font-size: 0.2rem;
}

.Case_pages .out .box:hover .img .txt .icon {
    transform: scale(1);
}

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

.Case_pages .out .box:hover .title {
    color: #e7552f;
}

.Message_pages {
    width: 100%;
    padding: 0.8rem 0px 1rem 0px;
    background: #eee;
}

.Message_pages .out {
    display: flex;
    justify-content: space-between;
    background: #FFF;
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0.6rem 0.3rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000001a;
}

.Message_pages .out .left {
    width: 45%;
}

.Message_pages .out .left .title span {
    color: #e7552f;
    font-size: 0.14rem;
    display: block;
}

.Message_pages .out .left .title h5 {
    font-size: 0.2rem;
    color: #333;
    letter-spacing: 0.01rem;
    margin: 0.05rem 0px;
}

.Message_pages .out .left .title p {
    color: #666;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    line-height: 1.5em;
}

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

.Message_pages .out .left .box p {
    width: 100%;
    color: #666;
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
    display: flex;
}

.Message_pages .out .left .box p i {
    font-size: 0.16rem;
    margin-right: 0.04rem;
}

.Message_pages .out .left .box p span {
    width: 1rem;
    display: flex;
    align-items: center;
    font-size: 0.15rem;
    color: #666;
}

.Message_pages .out .left .box p a {
    color: #666;
    font-size: 0.15rem;
}

.Message_pages .out .left .box .erweima {
    width: 100%;
    display: flex;
    margin-top: 0.3rem;
}

.Message_pages .out .left .box .erweima .item {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Message_pages .out .left .box .erweima .item img {
    width: 1.3rem;
    height: 1.3rem;
    display: block;
}

.Message_pages .out .left .box .erweima .item span {
    color: #333;
    font-size: 0.15rem;
    margin-top: 0.1rem;
}

.Message_pages .out .right {
    width: 53%;
}

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

.Message_pages .out .right form .box {
    width: 48%;
    margin-bottom: 0.2rem;
}

.Message_pages .out .right form label {
    width: 100%;
    display: block;
    color: #666;
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
}

.Message_pages .out .right form .box input {
    width: 100%;
    height: 0.45rem;
    border: 0.01rem solid #999;
    box-sizing: border-box;
    outline: none;
    color: #333;
    font-size: 0.14rem;
    padding: 0px 0.2rem;
    box-sizing: border-box;
    border-radius: 0.02rem;
}

.Message_pages .out .right form textarea {
    width: 100%;
    margin: 0.1rem 0px 0.3rem 0rem;
    padding: 0.2rem 0.2rem;
    box-sizing: border-box;
    height: 1.7rem;
    outline: none;
    border-radius: 0.03rem;
    border: 0.01rem solid #999;
    color: #333;
    font-size: 0.15rem;
}

.Message_pages .out .right .verification {
    width: 100%;
    display: flex;
    height: 0.45rem;
}

.Message_pages .out .right .verification input {
    width: 40%;
    height: 0.45rem;
    padding: 0px 0.14rem;
    box-sizing: border-box;
    border: 0.01rem solid #999;
    box-sizing: border-box;
    color: #333;
    font-size: 0.15rem;
    outline: none;
    margin-right: 0.2rem;
}

.Message_pages .out .right .verification img {
    width: auto;
    height: 100%;
    display: block;
    border: 0.01rem solid #999;
    box-sizing: border-box;
}

.Message_pages .out .right button {
    width: 2.5rem;
    height: 0.5rem;
    background: #e7552f;
    color: #FFF;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-top: 0.5rem;
    cursor: pointer;
}


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

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

.Knowledge-list .text h1 ,.Knowledge-list .text h2 , .Knowledge-list .text h3, .Knowledge-list .text h4,.Knowledge-list .text h5 , .Knowledge-list .text h6{
        font-size: 0.2rem ;
    line-height: 1.7em ;
}

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

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

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

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

.product_pages_xq .right_Xq_list {
    width: 100%;
    background: #FFF;
    border-radius: 0.1rem;
    padding: 0.4rem 0.3rem;
    box-sizing: border-box ;
}

.product_pages_xq .right_Xq_list .title_out {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product_pages_xq .right_Xq_list .title_out .img {
    width: 47%;
    background: #FFF;
    padding: 0.3rem;
    box-sizing: border-box;
    border: 0.01rem solid #E5E5E5;
    border-radius: 0.1rem;
}

.product_pages_xq .right_Xq_list .title_out .img img {
    width: 100%;
    display: block;
}

.product_pages_xq .right_Xq_list .title_out .text {
    width: 50%;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.product_pages_xq .right_Xq_list .title_out .text h5 {
    color: #333;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.product_pages_xq .right_Xq_list .title_out .text span {
    font-size: 0.15rem;
    color: #666;

}

.product_pages_xq .right_Xq_list .title_out .text p {
    color: #666;
    letter-spacing: 0.01rem;
    line-height: 1.7em;
    margin-top: 0.2rem;
    font-size: 0.16rem ;
}

.product_pages_xq .right_Xq_list .title_out .text a {
    width: 1.5rem;
    height: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.01rem solid #e7552f;
    border-radius: 0.03rem;
    color: #e7552f;
    font-size: 0.18rem;
    margin-top: 0.4rem;
}

.product_pages_xq .right_Xq_list .text_out {
    width: 100%;
    margin-top: 0.5rem
}

.product_pages_xq .right_Xq_list .text_out .title {
    width: 100%;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #ccc;
}

.product_pages_xq .right_Xq_list .text_out .title h5 {
    color: #666;
    font-size: 0.22rem;

}

.product_pages_xq .right_Xq_list .text_out .text {
    padding: 0.4rem 0px;
    box-sizing: border-box;
}

.product_pages_xq .right_Xq_list .text_out .text p {
    color: #333;
    font-size: 0.16rem;
    line-height: 1.7em;
    letter-spacing: 0.01rem;
}

.product_pages_xq .right_Xq_list .text_out .text img {
    width: auto;
    max-width: 100%;
}

.Recommend_products {
    padding: 0.6rem 0px 0.8rem 0px;
    box-sizing: border-box;
}

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

.Recommend_products .out .swiper-slide {
    width: 50%;
    padding: 0.3rem;
    box-sizing: border-box;
}

.Recommend_products .out .swiper-slide .box {
    width: 100%;
    background: #FFF;
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000002f;
}

.Recommend_products .out .swiper-slide .box a {
    display: flex;
    justify-content: space-between;

}

.Recommend_products .out .swiper-slide .box .left {
    width: 55%;
}

.Recommend_products .out .swiper-slide .box .img {
    width: 43%;
    position: relative;
    height: 1.8rem;
    overflow: hidden;
}

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

.Recommend_products .out .swiper-slide .box .img .ceng {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000071;
    transform: translateX(-100%);
    transition: 0.5s all ease;
}

.Recommend_products .out .swiper-slide .box .img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.34rem;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
    background: #e7552f;
    padding-bottom: 0.05rem;
    box-sizing: border-box;
    border-radius: 50%;
}

.Recommend_products .out .swiper-slide .box:hover .ceng {
    transform: translateX(0px);
}

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

.Recommend_products .out .swiper-slide .box .text {
    width: 100%;
    padding-top: 0.2rem;
    width: 52%;
}

.Recommend_products .out .swiper-slide .box .text h5 {
    color: #333;
    font-size: 0.2rem;
    margin-bottom: 0.07rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Recommend_products .out .swiper-slide .box .text p {
    line-height: 1.7em;
    height: 0.5rem;
    font-size: 0.15rem;
    color: #666;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.Recommend_products .out .swiper-slide .box .text span {
    color: #666;
    font-size: 0.14rem;
    display: block;
}

.min_navCan {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.min_navCan i {
    width: 100%;
    height: 0.02rem;
    display: block;
    background: #333;
    margin-bottom: 0.05rem;
    transition: 0.6s;
}

.min_navCan i:last-child {
    margin-bottom: 0px;
}


.min_navCan.all i:nth-child(1) {
    transform: rotate(45deg) translateY(0.1rem);
}


.min_navCan.all i:nth-child(2) {
    transform: scale(0);
    opacity: 0;
}

.min_navCan.all i:nth-child(3) {
    transform: rotate(-45deg) translateY(-0.1rem);
}

.min_nav_list {
    width: 100% ;
    position: absolute ;
    left: 0px ;
    background: #FFF ;
    padding: 0.3rem 0.2rem ;
    box-sizing: border-box ;
    border-top: 0.01rem solid #00000010;

    display: none ;
}

.min_nav_list ul {
    width: 100% ;
}

.min_nav_list li {
    width: 100% ;
}

.min_nav_list li .title {
    display: flex ;
    align-items: center ;
    justify-content: center ;
    height: 0.62rem ;
    position: relative;
    border-bottom: 0.01rem solid #00000010;
}

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

.min_nav_list li .title i {
    position: absolute ;
    top: 0px ;
    right: 0px ;
    width: 0.52rem ;
    height: 0.52rem ;
    display: block ;
    color: #333 ;
    font-size: 0.24rem ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    transition: 0.5s all ease;
}

.min_nav_list li .list_out {
    padding: 0.2rem 0.2rem ;
    box-sizing: border-box ;
    width: 100% ;
    display: none ;
}

.min_nav_list li .list_out .title_2 {
    width: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
    height: 0.6rem ;
    border-bottom: 0.01rem solid #00000010;
}

.min_nav_list li .list_out .title_2 a {
    width: 100% ;
    display: flex ;
    align-items: center ;
    color: #333 ;
    font-size: 0.18rem ;
}

.min_nav_list li .list_out .title_2 i {
    width: 0.5rem ;
    height: 100% ;
    position: absolutef ;
    right: 0px ;
    top: 0px ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    color: #333 ;
    font-size: 0.2rem;
    transition: s0.5 all ease ;
}

.min_nav_list li .list_out .list_3 {
    width: 100% ;
    padding: 0px 0.3rem ;
    box-sizing: border-box ;
    display: none ;
}

.min_nav_list li .list_out .list_3 a {
    width: 100% ;
    display: flex ;
    align-items: center ;
    height: 0.6rem ;
    justify-content: space-between ;
    
    
    color: #333 ;
    font-size: 0.18rem ;
    border-bottom: 0.01rem solid #00000010;
}

.min_nav_list li .list_out .title_2.on i , .min_nav_list li .title.on i {
    transform: rotate(90deg);
}


.Pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0.2rem 0;
    border-radius: 0.04rem;
        display: flex;
    justify-content: center;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0.04rem;
    border-top-left-radius: 0.04rem;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0.06rem 0.12rem;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 0.01rem solid #ddd;
    margin-left: -0.01rem;
    font-size: 0.15rem ;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #e7552f;
    border-color: #e7552f;
    cursor: default;
}

.Video_Frequency {
    position: fixed ;
    top: 0px ;
    left: 0px ;
    width: 100% ;
    height: 100vh ;
    background: #00000080 ;
    z-index: 999999 ;
    display: none ;
}

.Video_Frequency video {
    width: 8rem ;
    height: 4rem ;
    position: absolute ;
    left: 50% ;
    top: 50% ;
    margin-top: -2rem ;
    margin-left: -4rem ;
}

.Video_Frequency .icon {
    position: absolute ;
    right: 0.5rem ;
    top: 0.5rem ;
    background: #FFF ;
    width: 0.6rem ;
    height: 0.6rem ;
    box-shadow: 0px 0px 0.1rem 0.01rem #ffffff38 ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    border-radius: 50% ;
    cursor: pointer;
}

.Video_Frequency .icon i {
    color: #333 ;
    font-size: 0.3rem ;
}


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

}

@media (max-width:768px) {

    .min_navCan{
        display: flex ;
        margin-left: 0.3rem ;
    }

    .public{
        padding: 0px 2% ;
        box-sizing: border-box ;
    }

    .banner .swiper-slide{
        height: 7rem ;
    }

    .banner .swiper .swiper-button-prev {
        right: 1.3rem ;
    }

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

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

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

    .Video_banner .out .right {
        display: none ;
    }

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

    .solution .out .box:nth-child(1){
        height: 3.08rem ;
    }

    .solution .out .box:nth-child(2) {
        width: 100% ;
        height: 3.08rem ;
    }

    .News .out .swiper-slide{
        width: 50% ;
        padding: 0.1rem ;
    }

    .News .out .swiper-slide .img {
        height: 2.3rem ;
    }



    .Nav .out ul {
        display: none ;
    }

    .Nav .out .Tel_box .Tel_icon {
        height: 0.3rem ;
    }

    .Nav .out .Tel_box .Tel{
        font-size: 0.2rem ;
    }

    .banner .swiper-slide .banner_text h6 {
        font-size: 0.2rem ;
    }

    .banner .swiper-slide .banner_text h5 {
        font-size: 0.32rem ;
    }

    .banner .swiper-slide .banner_text p{
        font-size: 0.16rem ;
    }

    .Product_recommend .swiper-button-prev{
        left: 0px ;
    }

    .Product_recommend .swiper-button-next {
        right: 0px ;
    }

    .footer .out {
        width: 100% ;
        flex-wrap: wrap ;
    }

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

    .footer .out .right {
        width: 100% ;
        display: flex ;
        align-items: end ;
        justify-content: space-between ;
    }

    .footer .out .right .item_box:nth-child(2) {
        padding-bottom: 0.1rem ;
        box-sizing: border-box ;
    } 

    .footer .Copyright .Copyright_dibvu {
        flex-wrap: wrap ;
    }

    .footer .Copyright .Copyright_dibvu p, .footer .Copyright .Copyright_dibvu a {
        width: 100% ;
        text-align: center ;
    }

    .banner_pages {
        height: 3rem ;
        margin-top: 0.9rem ;
    }

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

    .corporate_culture .out .box {
        width: 48% ;
    }

    .corporate_culture .out .box:nth-child(1) {
        width: 100% ;
        margin-bottom: 0.7rem ;
    }

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

    .product_pages .out .left {
        width: 100% ;
        margin: 0 auto ;
    }

    .product_pages .out {
        width: 100% ;
        flex-wrap: wrap ;
    }

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

    .product_pages .out .right .right_box {
        justify-content: space-between ;
    }

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

    .solution_pages .out , .Case_pages .out , .News_Pages .out {
        justify-content: space-between ;
    }

    .solution_pages .out .box , .Case_pages .out .box , .News_Pages .out .box {
        width: 48% ;
        margin-right: 0px ;
    }
    
    .Message_pages .out {
        flex-wrap: wrap ;
    }

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

    .Message_pages .out .right {
        width: 100% ;
        margin-top: 0.4rem ;
    }

    .product_pages_xq .right_Xq_list .title_out {
        flex-wrap: wrap ;
    }

    .product_pages_xq .right_Xq_list .title_out .img {
        width: 100% ;
    }

    .product_pages_xq .right_Xq_list .title_out .text {
        width: 100% ;
    }

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

    .Knowledge-list .text {
        padding: 0.4rem  ;
    }

}

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

}

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

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

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

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


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


