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

a {
    text-decoration: none;
    color: #333;
}

ul,
ol {
    list-style: none;
}

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


body,html{
    /* width: 100%;
    max-width: 1920px;
    margin: 0 auto; */

    scroll-behavior: smooth ;
}


.img_faoisd img{
    width: 100% ;
    height: 100% ;
}




/* **************************************************** */

.public {
    width: 100%;
    padding: 0px 8.3%;
    height: 100%;
    box-sizing: border-box;
}

/* 导航条 */
.nav {
    width: 100%;
    height: 90px;
    background: rgb(0, 0, 0, 0.17);
    position: fixed;
    z-index: 9999;
    left: 0px;
    transition: 0.5s ease;
}

.nav.on {
    animation: Navscoll 0.5s linear forwards;
}

.nav.on2 {
    animation: Navscoll2 0.5s linear forwards;
}

/* .nav:hover {
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000002a;
} */

.nav.on3 {
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000002a;
}

.nav.on .out ul li .title a,
.nav.on .out .right .Language,
.nav.on .out .right .Language a,
.nav.on3 .out ul li .title a,
.nav.on3 .out .right .Language,
.nav.on3 .out .right .Language a {
    color: #333;
}


@keyframes Navscoll {
    0% {
        transform: translateY(-100px);
        background: #FFF;
        box-shadow: 0px 0px 10px 1px #0000002a;
    }

    100% {
        transform: translateY(0px);
        background: #FFF;
        box-shadow: 0px 0px 10px 1px #0000002a;
    }
}

@keyframes Navscoll2 {
    0% {
        transform: translateY(-100px);

    }

    100% {
        transform: translateY(0px);

    }
}

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

.nav .out .logo {
    height: 48px;
}

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

.nav .out .right {
    display: flex;
    align-items: center;
    height: 100%;
}

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

.nav .out ul li {
    height: 100%;
    margin-right: 6.25vw;
    display: flex;
    align-items: center;
    position: relative;
}



.nav .out ul li:last-child {
    margin-right: 3.7vw;
}

.nav .out ul li .title {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .out ul li .title::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    content: ' ';
    height: 4px;
    background: #EB6100;
    transition: 0.5s ease;
}

.nav .out ul li:hover .title::after {
    width: 100%;
}

.nav .out ul li .title a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .out ul li.on .title a {
    color: #EB6100;
}

.nav .out ul li .pulldown {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(20px);
    left: 50%;
    width: 160px;
    margin-left: -80px;
    top: calc(100% - 0px);
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: none;
}

.nav .out ul li .pulldown a {
    display: block;
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .out ul li .pulldown a:hover {
    background: #EB6100;
    color: #FFF;
}


.nav .out .right .Language {
    display: flex;
    height: 100%;
    align-items: center;
    color: #FFF;
}

.nav .out .right .Language a {
    display: block;
    margin-left: 22px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}


.nav .out .right li.Class_on {
    position: static;
}

.nav .out .right li .large_pulldown {
    position: absolute;
    top: calc(100% - 0px);
    left: 0px;
    width: 100%;
    background: #FFF;
    padding: 50px 0px 80px 0px;
    box-sizing: border-box;

    display: none;

}

.nav .out .right li .large_pulldown .Dow_public {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.nav .out .right li .large_pulldown .Dow_left {
    width: calc(100% - 415px);
    margin-right: 60px;
}

.nav .out .right li .large_pulldown .Dow_left .Dow_left2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.nav .out .right li .large_pulldown .Dow_left .left_li {
    width: 48%;
}

.nav .out .right li .large_pulldown .Dow_left a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
    box-sizing: border-box;
    position: relative;
}

.nav .out .right li .large_pulldown .Dow_left a::after {
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0px;
    background: #EB6100;
    left: 0px;
    content: '';
    transition: 0.5s;
}

.nav .out .right li .large_pulldown .Dow_left a span {
    color: #333;
    font-size: 16px;
}

.nav .out .right li .large_pulldown .Dow_left a img {
    width: 16px;
    transition: 0.5s;
}

.nav .out .right li .large_pulldown .Dow_left a:hover::after {
    width: 100%;
}

.nav .out .right li .large_pulldown .Dow_left a:hover span {
    color: #EB6100;
}

.nav .out .right li .large_pulldown .Dow_left a:hover img {
    content: url(../images/jiantou_huangse.png );
}

.nav .out .right li .large_pulldown .Dow_right {
    width: 415px;
    flex: none;
    /* height: 225px; */
    overflow: hidden;
    display: flex ;
    align-items: center ;
    justify-content: center ;
}

.nav .out .right li .large_pulldown .Dow_right img {
    width: auto ;
    max-width: 100% ;
    height: auto;
    max-height: 100% ;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.nav .out .right li .large_pulldown .Dow_right:hover img {
    transform: scale(1.1);
}




/* banner */

.banner .img {
    width: 100%;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    transition: all 3s linear;
}

.banner .swiper-pagination {
    top: auto;
    width: 244px;
    background: rgb(241, 118, 58, 0.33);
    left: 50%;
    margin-left: -122px;
    bottom: 58px;
    height: 2px;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;

}

.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #EB6100;
    height: 4px;
    top: -1px;
}

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

.banner .text .out {
    margin-top: 15%;
}

.banner .text .out i {
    display: block;
    width: 105px;
    height: 6px;
    background: #F1763A;
    margin-bottom: 28px;
}

.banner .text .out .txt {
    margin-bottom: 40px;
}

.banner .text .out h5 {
    color: #FFF;
    line-height: 94px;
    font-weight: bold;
    font-size: 73px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.banner .text .out p {
    font-weight: 400;
    font-size: 25px;
    color: #F2F2F2;
    line-height: 34px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner .text .out .decorate {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.banner .text .out .decorate span {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
}

.banner .text .out .decorate span:nth-child(2) {
    width: 20px;
    height: 20px;
    background: #F1763A;
    opacity: 0.78;
    transform: translateX(-5px) translateY(-1px);
}

.banner .text .out .xian {
    width: 661px;
    height: 2px;
    background: rgba(255, 255, 255, 0.28);
    position: relative;
}

.banner .text .out .xian span {
    display: block;
    width: 127px;
    height: 2px;
    background: #FFF;
}

.banner .swiper-slide-active .text i {
    animation: bannerLun .8s ease both 1s;
}

.banner .swiper-slide-active .text h5 {
    animation: bannerLun .8s ease both 1.1s;
}

.banner .swiper-slide-active .text p {
    animation: bannerLun .8s ease both 1.2s;
}

.banner .swiper-slide-active .text .decorate span {
    animation: bannerLun .8s ease both 1.3s;
}

.banner .swiper-slide-active .text .xian {
    animation: bannerLun .8s ease both 1.4s;
}

@keyframes bannerLun {
    0% {
        opacity: 0;
        transform: translateY(100px);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        filter: blur(0px);
    }
}


/* public_title 公用标题 */

.public_title {
    width: 100%;
}

.public_title span {
    font-weight: 400;
    font-size: 23px;
    color: #F1763A;
    text-transform: capitalize;
}

.public_title .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.public_title .box h6 {
    font-weight: 500;
    font-size: 45px;
    color: #111111;
}

.public_title .box .txt {
    display: flex;
    align-items: center;
}

.public_title .box .txt a {
    width: 155px;
    height: 38px;
    background: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}

.public_title .box .txt a.on {
    background: #F1763A;
    color: #FFF;
}


/* product_classify 分类 */

.product {
    margin-top: 100px;
}

.product_classify {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 49px;
    margin-bottom: 60px;
}

.product_classify a {
    width: 155px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(87, 87, 87, 0.19);
    border-radius: 28px 28px 28px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    margin-left: 18px;
    transition: 0.5s;
}

.product_classify a:first-child {
    margin-left: 0px;
}

.product_classify a.on,
.product_classify a:hover {
    background: #F1763A;
    color: #FFF;
}

.product .out {
    position: relative;
    height: 600px;
    margin-bottom: 125px;
}

.product .out .box {
    display: none;
}

.product .out .box.on {
    display: block;
}

.product .out .box .swiper {
    padding: 20px 20px;
    box-sizing: border-box;
}

.Pr_list_box {
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.Pr_list_box:last-child {
    margin-right: 0px;
}

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

.Pr_list_box .img {
    width: 100%;
    height: 352px;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.Pr_list_box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Pr_list_box .text {
    width: 85%;
    height: 261px;
    /* background: #FFFFFF; */
    /* box-shadow: 0px 0px 10px 1px rgba(39, 39, 39, 0.16); */
    margin: 0 auto;
    position: relative;
    margin-top: -80px;
    z-index: 2;
}

.Pr_list_box .text .text_box {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 52px 26px 38px 40px;
    box-sizing: border-box;
    transition: 0.6s;
    position: relative;
    box-shadow: 0px 0px 10px 1px rgba(39, 39, 39, 0.16);
    border-radius: 18px 0px 18px 0px;
}

.Pr_list_box .text .txt h5 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    transition: 0.4s;
}

.Pr_list_box .text .txt p {
    font-weight: 500;
    font-size: 18px;
    color: #999999;
    display: block;
    margin-top: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.Pr_list_box .text .MORE {
    display: flex;
    align-items: center;
    transform: translateY(69px);
}

.Pr_list_box .text .MORE img {
    width: 14.28px;
    margin-right: 21px;
}

.Pr_list_box .text .MORE span {
    color: #EB6100;
    font-size: 15px;
}

.Pr_list_box .text .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #F1763A;
    /* box-shadow: 0px 0px 10px 1px rgba(39, 39, 39,16); */
    z-index: -100;
    /* opacity: 0 ; */
    transition: 0.6s;
    border-radius: 18px 0px 18px 0px;
}

.Pr_list_box:hover .text .text_box {
    transform: translate(-10px, -10px);
}

.Pr_list_box:hover .text .text_box h5 {
    color: #F1763A;
}

.Pr_list_box:hover .text .ceng {
    transform: translate(10px, 10px);
    box-shadow: 0px 0px 10px 1px rgba(39, 39, 39, 0.16);
}

.product .out .box .swiper-pagination {
    bottom: -30px;
}

/* 客户展示 */
.Customers {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.Customers_swiper img {
    width: 100%;
    display: block;
    transition: all 3s linear;
}

.Customers_swiper .swiper-slide{
   position: relative ;
}

.Customers_swiper .swiper-slide::after {
    width: 100% ;
    height: 100% ;
    position: absolute;
    top: 0px ;
    left: 0px ;
    content: ' ';
    background: linear-gradient(to right, #eb610099, #00000042);

}

.Customers_swiper .swiper-slide-active img {
    transform: scale(1.2);
    transition-delay: 0s;
}



.Customers .Cust_out {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 99px;
    box-sizing: border-box;
}

.Customers .Cust_out .title h6 {
    font-weight: 500;
    font-size: 45px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.Customers .Cust_out .title span {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.Customers .Cust_out .out {
    display: flex;
    height: 73%;
    justify-content: space-between;
}

.Customers .centre {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.Customers .centre .circle,
.Customers .centre .cursor {
    transition: all 0.6s ease !important;
}


.Customers .centre.on .dotted-circle2 {
    r: 1260px;
    transition: all 2.4s cubic-bezier(.77, 0, .175, 1);
}


.Customers .public {
    overflow: hidden;
}

.Customers .Cust_out .left {
    width: 420px;
    margin-top: 130px;
}

.Customers .Cust_out .left .left_out {
    position: relative;
}

.Customers .Cust_out .left .left_out .box {
    position: absolute;
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.5s ease;
}

.Customers .Cust_out .left .left_out .box.on {
    opacity: 1;
    transform: translateX(0%);
}

.Customers .Cust_out .left .left_out .box span {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.Customers .Cust_out .left .left_out .box h5 {
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    margin-top: 30px;
}

.Customers .Cust_out .left .left_out .box a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 150px;
}

.Customers .Cust_out .left .left_out .box i {
    width: 50px;
    height: 50px;
    background: #F1763A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 19px;
}

.Customers .Cust_out .left .left_out .box i img {
    width: 14.29px;
}

.Customers .Cust_out .right {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.Customers .Cust_out .right .box {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.Customers .Cust_out .right .box a {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    margin-right: 19px;
    text-align: right;
    width: 100%;
}

.Customers .Cust_out .right .box:last-child {
    margin-bottom: 0px;
}

.Customers .Cust_out .right .box .circle {
    transition: all 0.56s;
    transform-origin: center;
    /* transform: scale(1); */
}

.Customers .Cust_out .right .box.on .circle {
    /* transform: scale(1.5); */
    opacity: 0;
}

.Customers .Cust_out .right .box.on .foreground {
    stroke-dashoffset: 0;
    animation: svgFrames 3s ease;
}

.Customers .Cust_out .right .box .wrapper {
    transition: all 0.56s;
    transform: scale(0);
    transform-origin: 50% 50%;
}

.Customers .Cust_out .right .box.on .wrapper {
    transform: scale(1);
}

.Customers .Cust_out .right .box .background {
    transform-origin: 15px 15px;
    stroke: #fff;
    -webkit-transition: stroke .2s linear;
    transition: stroke .2s linear;
}




@keyframes svgFrames {
    0% {
        stroke-dashoffset: 75;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* 关于我们 */

.ABOUT {
    width: 100%;
    background: url(../images/Aut_bie.png) no-repeat left bottom;
    margin-top: 69px;
    overflow: hidden;
}

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

.ABOUT .out .left {
    width: 45.186%;
}

.ABOUT .out .right {
    width: 48.6%;
    height: 444px;
    position: relative;
}

.public_BoFdang {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.public_BoFdang .img {
    width: 49px;
    height: 49px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.public_BoFdang .img i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 50%;
    display: block;
    transform: scale(1);
}

.public_BoFdang .img .I_1 {
    opacity: 0.42;
    animation: IMFAbout 0.7s ease infinite alternate;
}

.public_BoFdang .img .I_2 {
    opacity: 0.25;
    animation: IMFAbout2 0.7s 0.3s ease infinite alternate;
}

@keyframes IMFAbout {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.4);
    }
}

@keyframes IMFAbout2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.7);
    }
}

.public_BoFdang img {
    position: relative;
    z-index: 10;
    height: 17.34px;
    pointer-events: none;
    transform: translate(3px, 0px);
}

.ABOUT .out .right video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ABOUT .out .left span {
    font-weight: 400;
    font-size: 23px;
    color: #F1763A;
    margin: 0px 0px;
    display: block;
}

.ABOUT .out .left h5 {
    font-weight: 400;
    font-size: 45px;
    color: #333333;
    margin-bottom: 66px;
}

.ABOUT .out .left p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
    letter-spacing: 1px;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.ABOUT .out .left a {
    width: 151px;
    height: 48px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 16px;
    color: #000000;
    box-sizing: border-box;
}

.ABOUT .out .left a img {
    height: 16px;
    margin-left: 10px;
}


/* 数字滚动 */
.digital {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 90px;
}

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

.digital .out .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 159px;
    border-right: 1px solid #DBDBDB;
    box-sizing: border-box;
}

.digital .out .box:last-child {
    border-right: none;
}

.digital .out .box .title b {
    font-weight: bold;
    font-size: 50px;
    color: #333333;
}

.digital .out .box .title span {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}

.digital .out .box p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

/* 新闻 */
.NEWS {
    margin-top: 65px;
}

.NEWS .out {
    position: relative;
    margin-top: 50px;
    margin-bottom: 172px;
}

.NEWS .out .swiper-slide {
    width: 501px;
    margin-right: 48px;
}

.NEWS .out .swiper-slide .img {
    width: 100%;
    height: 310px;
}

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

.NEWS .out .swiper-slide .text {
    padding: 0px 9px;
    box-sizing: border-box;
    width: 100%;
}

.NEWS .out .swiper-slide .text span {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    display: block;
    margin-top: 34px;
    margin-bottom: 18px;
}

.NEWS .out .swiper-slide .text h5 {
    font-weight: 500;
    font-size: 24px;
    color: #F1763A;
    margin-bottom: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.NEWS .out .swiper-slide .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 1px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.NEWS .out .but_box {
    position: absolute;
    bottom: -110px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.NEWS .out .but_box .swiper-pagination {
    bottom: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 80%;
    margin: 0px 20px;
    height: 2px;
}

.NEWS .out .but_box .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #F1763A;
}

.NEWS .out .but_box .swiper-button-next,
.NEWS .out .but_box .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0px;
    color: #F1763A;
}

.NEWS .out .but_box .swiper-button-next::after,
.NEWS .out .but_box .swiper-button-prev::after {
    font-size: 26px;
}

.Introduction {
    position: relative;
}

.Introduction .bingjing {
    width: 100%;
    height: 100% ;
    display: block;
}

.Introduction .out {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Introduction .out .logo {
    margin-bottom: 109px;
    width: 789px;
}

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

.Introduction .out h5 {
    font-weight: 500;
    font-size: 38px;
    color: #111111;
    width: 100%;
    max-width: 1251px;
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 1.8em;
}


/* 底部 */
.footer {
    width: 100%;
    background: #1B2229;
    padding-top: 81px;
    box-sizing: border-box;
}

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

.footer .out .left {
    width: 473px;
    flex: none ;
}

.footer .out .left .logo {
    margin-bottom: 63px;
}

.footer .out .left p {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.footer .out .left p:last-child {
    margin-bottom: 0px;
}

.footer .out .left p span{
    flex: none ;
}

.footer .out .left p span,
.footer .out .left p a {
    
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.footer .out .left i {
    display: block;
    width: 90%;
    height: 1px;
    background: #393939;
    margin-top: 32px;
}

.footer .out .right {
    display: flex;
}

.footer .out .right .box {
    margin-right: 114px;
}

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

.footer .out .right .box span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #EEEEEE;
}

.footer .out .right .box a {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: block;
    margin-top: 32px;
}

.blogroll {
    display: flex;
    flex-wrap: wrap;
}

.blogroll h6,
.blogroll a {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px;
}

.blogroll a {
    margin: 0px 5px;
}

.footer2 {
    margin-top: 40px;
    border-top: 2px solid #c8c8c82c;
    box-sizing: content-box;
    width: 100%;
    height: 54px;
}

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

.footer2 .out a {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;


}


/* 合作我们页面 */
.ABOUT_page {
    background-position-y: -70px;
}

.Culture {
    background: url(../images/A_bie.png) no-repeat center;
    background-size: cover;
    padding: 54px 0px 84px 0px;
    box-sizing: border-box;
}

.Culture .out {
    width: 100%;
    max-width: 1183px;
    margin: 0 auto;
    text-align: center;
}

.Culture .out span {
    font-weight: 400;
    font-size: 23px;
    color: #F1763A;
    text-align: center;
    display: block;
    text-align: center;
}

.Culture .out h5 {
    font-weight: 500;
    font-size: 45px;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 60px;
}

.Culture .out .txt p {
    font-weight: 400;
    font-size: 16px;
    color: #EFEFEF;
    line-height: 1.7em;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.Culture .out .box {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    max-width: 1024px;
    margin: 0 auto;

    margin-top: 60px;
}

.Culture .out .box .img {
    width: 145px;
    height: 145px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Culture .out .box .box_li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Culture .out .box .img .ion {
    width: 56px;
    display: block;
}

.Culture .out .box .img .bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: Culture_list 3s linear infinite;
}

.Culture .out .box p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 26px;
}

@keyframes Culture_list {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/* 公用的分类导航 */
.shopping_guide {
    width: 100%;
    background: #FFF;
    height: 80px;
    border-bottom: 1px solid #E8E8E8;
}

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

.shopping_guide .out .left {
    height: 100%;
    width: 80%;
}

.shopping_guide .out .left .shopping_swiper {
    height: 100%;
}

.shopping_guide .swiper-slide {
    width: auto;
    height: 100%;
    margin-right: 80px;
}

.shopping_guide .swiper-slide a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    position: relative;
}

.shopping_guide .swiper-slide a::after {
    width: 0%;
    height: 3px;
    background: #F1763A;
    content: '';
    position: absolute;
    bottom: -1.5px;
    left: 0px;
    transition: 0.5s;
}

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

.shopping_guide .swiper-slide.on a,
.shopping_guide .swiper-slide:hover a {
    color: #F1763A;
}

.shopping_guide .swiper-slide.on a::after,
.shopping_guide .swiper-slide:hover a::after {
    width: 100%;
}


.shopping_guide .right {
    display: flex;
    align-items: center;
}

.shopping_guide .right .box {
    margin-right: 33px;
}

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

.shopping_guide .right .box:last-child img {
    display: none;

}

.shopping_guide .right .box:last-child span {
    color: #EB6100;
}

.shopping_guide .right .box a {
    display: flex;
    align-items: center;
}

.shopping_guide .right .box span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: block;
}


.shopping_guide .right .box span img {
    width: 13px;
    height: 13px;
}

.shopping_guide .right .box a>img {
    height: 17px;
    margin-left: 12px;
}

.Public_title2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 62px;
}

.Public_title2 span {
    font-weight: 400;
    font-size: 23px;
    color: #F1763A;
}

.Public_title2 h5 {
    font-weight: 500;
    font-size: 45px;
    color: #111111;
    margin-top: 30px;
}


/* 荣誉资质 */

.Honor_swiper {
    padding: 80px 0px;
}

.Honor_swiper .swiper-slide {
    width: 430px;
    margin: 0px 60px;
}

/* .swiper-slide-active {
    margin: 0px 116px;
} */

.Honor_swiper .swiper-slide:last-child {
    /* margin-right: 0px; */
}

.Honor_swiper .swiper-slide .img {
    width: 100%;
    height: 616px;
}

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

.Honor_swiper .swiper-slide span {
    font-weight: 500;
    font-size: 26px;
    color: #333333;
    margin-top: 38px;
    display: block;
    text-align: center;
}

.Honor_swiper .swiper-slide-active .img {
    transform: scale(1.2);
}

.Honor_swiper .swiper-slide-active span {
    transform: translateY(80px);
    color: #F1763A;
}

.Honor_swiper .swiper-button-next {
    right: 4%;
}

.Honor_swiper .swiper-button-prev {
    left: 4%;
}

.Honor_swiper .swiper-button-next,
.Honor_swiper .swiper-button-prev {
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.27);
    border-radius: 50%;
}

.Honor_swiper .swiper-button-next:after,
.Honor_swiper .swiper-button-prev:after {
    font-size: 24.89px;
    color: #FFF;
}

.Honor_swiper .swiper-button-next:hover,
.Honor_swiper .swiper-button-prev:hover {
    background: #F1763A;
}



.Environment {
    padding: 0px 23px;
    box-sizing: border-box;
}

.Environment .out {
    position: relative;
    overflow: hidden;
}

.Environment .out::after {
    width: 344px;
    height: 513px;
    background: linear-gradient(89deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    pointer-events: none;
}

.Environment .out::before {
    width: 344px;
    height: 513px;
    background: linear-gradient(271deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    pointer-events: none;
}

.Environment_swiper .swiper-slide {
    width: 607px;
    height: 405px;
    margin-right: 26px;
}

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

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

.Environment .out .swiper-button-next,
.Environment .out .swiper-button-prev {
    z-index: 20;
    width: 55px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 50%;
}

.Environment .out .swiper-button-next::after,
.Environment .out .swiper-button-prev::after {
    color: #F1763A;
    font-size: 18px;
}

.Environment .out .swiper-button-next:hover,
.Environment .out .swiper-button-prev:hover {
    background: rgba(241, 118, 58);
}

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

.Environment .out .swiper-button-next {
    right: 10%;
}

.Environment .out .swiper-button-prev {
    left: 10%;
}

.Partners {
    width: 100%;
}


.Partners .out {
    /* display: flex;
    flex-wrap: wrap; */

}

.Partners .out .box {
    display: flex;
    flex-wrap: wrap;
}


.Partners .out img {
    /* margin-right: 90px;
    margin-bottom: 60px; */
}

.Partners .out .box .img {
    width: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.Partners .out .box.on {
    width: 24%;
    flex: none;
}

.Partners .out .box.on2 {
    width: 45%;
}

.Partners .out .box.on2 .img {
    width: 25%;
}

.Partners .out .box.on .img {
    width: 48%;
}



.Partners .out .box_2 img {
    width: 24.86vw;
}


.Partners .out .box .img img {
    display: block;
    width: auto;
    max-width: 100%;

}

.Partners .out img {
    margin-bottom: 90px;
}

.Partners .out .box_2 {
    margin-left: 20px;
}


.Partners .out .box_out {
    display: flex;
    align-items: center;
}

.Speech{
    overflow: hidden;
}

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

.Speech .out .left {
    width: 44.5%;
    height: 406px;
}

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

.Speech .out .right {
    width: 52.1%;
}

.Speech .out .right p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.6em;
    letter-spacing: 1px;
}


.Products_page .out {
    display: flex;
    flex-wrap: wrap;
}

.Products_page .out .Pr_list_box {
    margin-bottom: 42px;
}

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


/* 页码 */
.public_page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 67px;
    margin-bottom: 100px;
}

.public_page span {
    width: 49px;
    height: 41px;
    background: #EEEEEE;
    border-radius: 2px 2px 2px 2px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin-right: 10px;
}

.public_page .Next_page_Previous_page {
    width: 66px;
    height: 41px;
    background: #EEEEEE;
    border-radius: 2px 2px 2px 2px;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}

.public_page .page {
    width: 41px;
    height: 41px;
    background: #EEEEEE;
    border-radius: 2px 2px 2px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}

.public_page .Next_page_Previous_page:hover {
    background: #EB6100;
    color: #FFF;
}

.public_page .page:hover,
.public_page .page.on {
    background: #EB6100;
    color: #FFF;
}


/* 新闻中心 */
.NEWS_page {
    width: 100%;
}

.NEWS_page .out .box {
    padding-bottom: 51px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 53px;
}

.NEWS_page .out .box a {
    display: flex;
    align-items: center;
}

.NEWS_page .out .box .tiem_box {
    width: 284px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: none;
}

.NEWS_page .out .box .tiem_box span {
    font-weight: 400;
    font-size: 45px;
    color: #999999;
}

.NEWS_page .out .box .tiem_box i {
    width: 149px;
    height: 1px;
    background: #707070;
    display: block;
    margin-top: 25px;
    margin-bottom: 18px;
}

.NEWS_page .out .box .left {
    width: 452px;
    height: 276px;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.16);
}

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

.NEWS_page .out .box .right {
    width: 766px;
    margin-left: 90px;
}

.NEWS_page .out .box .right h5 {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-bottom: 48px;
}

.NEWS_page .out .box .right p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.6em;
    letter-spacing: 1px;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}

.NEWS_page .out .box .right i {
    width: 100%;
    height: 1px;
    background: #EFEFEF;
    display: block;
}

.NEWS_page .out .box .right .MORE {
    width: 171px;
    height: 54px;
    /* background: #F1763A; */
    border-radius: 27px 27px 27px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    overflow: hidden;
    position: relative;
}

.NEWS_page .out .box .right .MORE p {
    font-weight: 500;
    font-size: 14px;
    color: #99999B;
    margin-bottom: 0px;
    transform: translateX(-38px);
    transition: 0.5s ease;
}

.NEWS_page .out .box .right .MORE span {
    width: 54px;
    height: 54px;
    background: #F1763A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 0.5s;
}

.NEWS_page .out .box .right .MORE::after {
    width: 0%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background: #F1763A;
    z-index: -1;
    transition: 0.5s ease;
}

.NEWS_page .out .box:hover {
    border-bottom: 1px solid #EB6100;
}

.NEWS_page .out .box:hover .right h5,
.NEWS_page .out .box:hover .tiem_box span {
    color: #EB6100;
}

.NEWS_page .out .box:hover .right .MORE::after {
    width: 100%;
}

.NEWS_page .out .box:hover .right .MORE p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;

    transform: translateX(-10px);
}

.NEWS_page .out .box:hover .right .MORE span {
    background: #eb620000;
}


.Public_title_page {
    margin-top: 41px;
}

.Public_title_page h5 {
    margin-top: 24px;
}

.Contact .out {
    background: #EB6100;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Contact .out .left {
    width: 49%;
    padding: 58px 0px 62px 54px;
    box-sizing: border-box;
}

.Contact .out .left h5 {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 23px;
}

.Contact .out .left span {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.Contact .out .left i {
    width: 83px;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 33px 0px;
}

.Contact .out .left h6 {
    font-weight: 400;
    font-size: 31px;
    color: #FFFFFF;
    margin-bottom: 29px;
}


.Contact .out .left p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.Contact .out .right {
    width: 51%;
}

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


.Message_page .Feedback {
    margin-top: 110px;
}

.Message_page .Feedback .title {
    display: flex;
    align-items: end;
    margin-bottom: 69px;
}

.Message_page .Feedback .title h5 {
    font-weight: 500;
    font-size: 36px;
    color: #F1763A;
}

.Message_page .Feedback .title i {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    display: block;
    margin: 0px 21px 0px 19px;
}

.Message_page .Feedback .title span {
    font-weight: 400;
    font-size: 17px;
    color: #666666;
}

.Message_page .Feedback .out {
    width: 100%;
}

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

.Message_page .Feedback .out form input {
    width: 48%;
    height: 46px;
    background: #FAFAFA;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CFD5DB;
    margin-bottom: 40px;
    padding: 0px 12px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.Message_page .Feedback .out form textarea {
    width: 100%;
    height: 176px;
    background: #FAFAFA;
    border: 1px solid #CFD5DB;
    padding: 19px 21px 19px 21px;
    box-sizing: border-box;
}

.Message_page .Feedback .out form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 477px;
    height: 67px;
    background: #F1763A;
    border-radius: 33px 33px 33px 33px;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin: 80px auto;
}


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

.business_page .out .box {
    width: 24%;
    margin-right: 1.33%;
    height: 218px;
    position: relative;
}

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

}

.business_page .out .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 6;
}

.business_page .out .box .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.12);
    z-index: 10;
}

.business_page .out .box .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 14;
}

.business_page .out .box .txt span {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    /*transform: translate(-145%, 270%);*/
    transition: 0.5s;
    
    position: absolute ;
    left: 0px ;
    bottom: 13px;
    width: 100% ;
    
    padding-left: 13px ;
        box-sizing: border-box;
}

.business_page .out .box::after {
    width: 78px;
    height: 78px;
    background: rgba(241, 118, 58, 0.12);
    content: '';
    position: absolute;
    left: 50%;
    margin-left: calc(-78px / 2);
    bottom: calc(-78px / 2);
    transform: rotate(45deg);
    z-index: 3;
}

.business_page .out .box:hover::after,
.business_page .out .box.on::after {
    background: #F1763A;
}

.business_page .out .box:hover .ceng,
.business_page .out .box.on .ceng {
    background: rgba(235, 97, 0, 0.82);
}

.business_page .out .box:hover .txt span,
.business_page .out .box.on .txt span {
    left: 0%;
    bottom: 40%;
    font-size: 32px;
    text-align: center ;
}

.business_page .out_text {
    margin-top: 95px;
    margin-bottom: 24px;
}

.business_page .out_text h5 {
    font-weight: 500;
    font-size: 39px;
    color: #333333;
    margin-bottom: 36px;
}

.business_page .out_text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
    letter-spacing: 1px;
}


.Banner_video {
    width: 100%;
    height: 280px;
    background: url(../images/Vo_9335.png) no-repeat center;
    background-size: cover;
    /* margin-top: 64px; */
}

.Banner_video .out {
    position: relative;
    width: 100%;
    height: 100%;
}

.Banner_video .out .box {
    justify-content: left;
}

.Banner_video_Popup {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;

    display: none;
}

.Banner_video_Popup.on {
    display: flex;
}

.Banner_video_Popup video {
    width: 960px;
    height: 540px;
    object-fit: cover;
}

.Banner_video_Popup .out {
    position: relative;
}

.Banner_video_Popup span {
    width: 80px;
    height: 80px;
    right: -80px;
    position: absolute;
    right: -80px;
    top: 0px;
    background: #000;
    text-align: center;
    cursor: pointer;
}


.Banner_video_Popup span:after,
.Banner_video_Popup span:before {
    content: "";
    width: 60%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.Banner_video_Popup span:after {
    top: 50%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Banner_video_Popup span:before {
    bottom: 50%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.Banner_video_Popup span p {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    color: #fff;
    line-height: 80px;
    text-align: center;
}

.Banner_video_Popup span:hover {
    background: #EB6100;
}


.Banner_video_Popup span:hover:before {
    bottom: 24%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.Banner_video_Popup span:hover:after {
    top: 24%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.Banner_video_Popup span:hover p {
    opacity: 1;
    visibility: visible;
}




.Knowledge-list .max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.Knowledge-list {
    padding: 80px 0px;
}

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

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

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

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

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

.Knowledge-list .text {
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

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

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


.butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 77px;
    box-sizing: border-box;
    margin-top: 61px;
}

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

.butt_box .left .box span,
.butt_box .left .box a {
    color: #666666;
    font-size: 13px;
    margin-bottom: 14px;
    display: block;
}

.butt_box .left .box a:hover {
    color: #EB6100;
}

.butt_box .right {
    width: 161px;
    height: 36px;
    background: #EB6100;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.butt_box .right {
    cursor: pointer;
}


.developing .out {
    position: relative;
    height: 8426px;
}



.developing .out .Deve_out {
    position: sticky;
    top: 180px;
    overflow: hidden;
}

.developing .out .Deve_list {
    display: flex;
    /* transform: translateX(-100px); */
}


.developing .out .Deve_list .wer {
    width: 71px;
    margin-right: 25px;
}

.developing .out .Deve_list .wer h6 {
    font-weight: 400;
    font-size: 71px;
    color: #F1763A;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.developing .out .Deve_list .Deve_box {
    display: flex;
}

.developing .out .Deve_list .Deve_box .box {
    flex: none;
    width: 412px;
    padding: 18px 38px;
    border-left: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.developing .out .Deve_list .Deve_box .box h6 {
    font-weight: 500;
    font-size: 38px;
    color: #111111;
    margin-bottom: 23px;
}

.developing .out .Deve_list .Deve_box .box h5 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-bottom: 16px;
}

.developing .out .Deve_list .Deve_box .box p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 1px;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.developing .out .Deve_list .Deve_box .box img {
    width: 100%;
    height: 187px;
    display: block;
    margin-top: 59px;
}


.DeveLO {}

.DeveLO .out {}

.Dece_hie {
    overflow: hidden;
    display: flex;
    width: 100%;
    max-width: 1750px;
    margin-left: 60px;
    box-sizing: border-box;
}

.Pagination_out {
    overflow: hidden;
    width: 100%;
    margin-top: 58px;
}

.Pagination_out .Pagi_out {
    max-width: 1744px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    padding: 10px 0px;
}

.Pagination_out .ScrollBar {
    width: 90%;
    height: 3px;
    background: #E5E5E5;
}

.Pagination_out .ScrollBar .ouyt{
    display: flex;
    width: 100% ;
}

.Pagination_out .tsidebar {
    width: 55px;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pagination_out .leftsidebar::after {
    content: 'prev';
    font-family: swiper-icons;
    color: #EB6100;
    font-size: 16px;
}

.Pagination_out .rightsidebar::after {
    content: 'next';
    font-family: swiper-icons;
    color: #EB6100;
    font-size: 16px;
}

.Pagination_out .ScrollBar {
    display: flex;
    align-items: center;
    position: relative;
}

.Pagination_out .ScrollBar .i {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 0%;
    height: 3px;
    background: #EB6100;
    transition: all 0.5s;
    display: block;
}



/* .Pagination_out .ScrollBar i.on {
    opacity: 1;
} */

.Pagination_out .ScrollBar .Scroll_LI {
    position: relative;
    height: 3px;
    cursor: pointer;
}

/* .Pagination_out .ScrollBar .Scroll_LI:nth-child(2){
    background: #F1763A ;
} */

.Pagination_out .ScrollBar .Scroll_LI::after {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background: #F1763A;
    border-radius: 50%;
    content: '';
    z-index: 20;

}

.Pagination_out .ScrollBar .Scroll_LI:last-child::after {
    display: none;
}

.Pr_list {
    margin-bottom: 60px;
}

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

.Pr_list .out .box .left {
    width: 42%;
}

.Pr_list .out .box .left img {
    width: 100%;
    height: 383px;
    object-fit: cover;
    display: block;
}

.Pr_list .out .box .right {
    width: 58%;
    padding-left: 149px;
    box-sizing: border-box;
}

.Pr_list .out .box .right h5 {
    color: #333333;
    font-size: 28px;
}

.Pr_list .out .box .right i {
    display: block;
    margin: 30px 0px;
    width: 61px;
    height: 3px;
    background: #B63235;
}

.Pr_list .out .box .right .txt p {
    margin-bottom: 15px;
    color: #444444;
    font-size: 16px ;
    line-height: 1.5em ;

}

.Pr_list .out .box .right .txt p:last-child {
    margin-bottom: 0px;
}

.Pr_list .out .box .right a {
    width: 159px;
    height: 47px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EB6100;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EB6100;
    font-size: 16px;
    margin-top: 60px;
}

.Pr_list .out .box .right a img {
    height: 13px;
    margin-left: 7px;
    margin-top: 3px;
}

.Pr_list .out .text h5 {
    margin-top: 50px;
    margin-bottom: 36px;
    color: #333333;
    font-size: 28px;
}

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

.Pr_list .out .text p {
    color: #333;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-size: 16px;

}


.developing_title_min {
    display: none;
}


.Partners .min_out {
    display: flex;
    flex-wrap: wrap;
    display: none ;
}

.Partners .min_out .img {
    width: 19% ;
    height: 70px  ;
    margin-bottom: 20px  ;
}

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

.Partners .min_out .img{
    margin-right: 1.25% ;
}

.Partners .min_out .img:nth-child(5n){
    margin-right: 0px ;
}


.switch {
    

}

.switch img {
    width: 0.3rem;
    display: block;
    margin-right: 0.2rem;

    display: none ;
}

.switch img.on {
    content: url(../images/menus.png);
}


.min_Nav_out {
    position: absolute;
    top: 0.9rem  ;
    left: 0px ;
    width: 100% ;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #00000027;
    padding: 15px 20px ;
    box-sizing: border-box;

    display: none ;

}

.min_Nav_out .box {
    border-bottom: 1px solid #eee;
}

.min_Nav_out .title {
    display: flex; 
    align-items: center;
    justify-content: space-between ;
}

.min_Nav_out .title a{
    color: #333;
    font-size: 15px ;
    width: 80% ;
    padding: 10px 0px;
    box-sizing: border-box;
}

.min_Nav_out .title img{
    width: 17px  ;
    display: block ;
}

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

.min_pulldown {
    width: 100% ;
    padding: 0px 15px ;
    box-sizing: border-box;
    display: none ;
}
.min_pulldown a{
    color: #333;
    font-size: 13px ;
    display: block;
    padding: 10px 0px;
    box-sizing: border-box ;
}

.erweima {
    width: 140px;
}

.erweima h5{
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #EEEEEE;
    margin-bottom: 32px ;
}

.erweima .img {
    width: 140px ;
}

.erweima .img img {
    width: 100% ;
    height: 140px  ;
}

.erweima .img span{
    font-size: 13px ;
    text-align: center ;
    color: #999999 ;
    display: block ;
    width: 100% ;
    margin-top: 20px ;
}

@media (max-width:992px) {
    
    .footer .out{
        flex-wrap: wrap;
    }
    
    .erweima{
        margin-top: 0.3rem  ;
    }
    
    .erweima h5{
        font-size: 0.3rem ;
        margin-bottom: 0.3rem ;
    }
    
    .erweima .img span{
        margin-top: 0.2rem ;
    }

    .switch img{
        display: block ;
    }

    .public {
        padding: 0px 3%;
    }

    .nav {
        height: 0.9rem;
        background: #FFF !important ;
    }

    .nav .out .right .Language{
        color: #333;
    }

    .nav .out .right .Language span{
        margin-top: -2px ;
    }

    .nav .out .right .Language a{
        color: #333;
    }

    .banner {
       padding-top: 0.9rem ;
    }

    .nav .out .logo {
        height: 0.48rem;
    }

    .nav .out ul {
        display: none;
    }

    .nav .out .right .Language a {
        font-size: 0.25rem;
        margin-left: 0.22rem;
    }

    .banner .swiper-pagination {
        width: 2.44rem;
        margin-left: -1.22rem;
        bottom: 0.2rem;
        height: 0.02rem;
        border-radius: 0.02rem;
    }

    .banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        height: 0.04rem;
    }

    .banner .text .out i {
        width: 1.05rem;
        height: 0.06rem;
        margin-bottom: 0.28rem;
    }

    .banner .text .out .txt {
        margin-bottom: 0.4rem;
    }

    .banner .text .out h5 {
        line-height: 0.5rem;
        font-size: 0.4rem;
        text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    }

    .banner .swiper-slide img {
        height: 4rem;
        object-fit: cover;
    }

    .banner .text .out p {
        font-size: 0.16rem;
        line-height: 0.34rem;
    }

    .banner .text .out .decorate {
        display: none;
    }

    .banner .text .out .xian {
        display: none;
    }

    .product {
        margin-top: 0.7rem;
    }

    .public_title span {
        font-size: 0.23rem;
    }

    .public_title .box {
        margin-top: 0.25rem;
        flex-wrap: wrap;
    }

    .public_title .box h6 {
        font-size: 0.45rem;
    }

    .product_classify {
        margin-top: 0.49rem;
        margin-bottom: 0.3rem;
        flex-wrap: wrap;
        justify-content: left;
    }

    .product_classify a {
        width: 23%;
        height: 0.56rem;
        box-shadow: 0px 0px 0.1rem 1px rgba(87, 87, 87, 0.19);
        border-radius: 0.28rem;
        font-size: 0.18rem;
        margin-left: 0px;
        margin-right: 2.6%;
        margin-bottom: 0.2rem;
    }

    .product_classify a:nth-child(4n) {
        margin-right: 0px;
    }


    .product .out .box .swiper {
        padding: 0.2rem;
    }

    .Pr_list_box {
        width: 100%;
    }

    .Pr_list_box .img {
        height: 3.52rem;
    }

    .Pr_list_box .text {
        width: 95%;
        height: 2.61rem;
        margin-top: -0.8rem;
    }

    .Pr_list_box .text .text_box {
        padding: 0.5rem 0.2rem 0.3rem 0.4rem;

        border-radius: 0.18rem 0px 0.18rem 0px;
    }

    .Pr_list_box .text .txt h5 {
        font-size: 0.28rem;
    }

    .Pr_list_box .text .txt p {
        font-size: 0.24rem;
        margin-top: 0.26rem;
    }

    .Pr_list_box .text .MORE {
        display: flex;
        align-items: center;
        transform: translateY(0.69rem);
    }

    .Pr_list_box .text .MORE img {
        width: 0.15rem;
        margin-right: 0.21rem;
    }

    .Pr_list_box .text .MORE span {
        font-size: 0.2rem;
    }

    .product .out {
        height: 5.7rem;
        margin-bottom: 0px;
    }

    .product .out .swiper-pagination-bullet {
        width: 0.15rem;
        height: 0.15rem;
    }

    .product .out .swiper-pagination-bullet-active {
        background: #EB6100;
    }

    .Customers {
        margin-top: 1.3rem;
    }


    .Customers .centre {
        display: none !important;
    }

    .Customers .Cust_out {
        padding-top: 0.3rem;
    }

    .Customers .Cust_out .title {
        display: none;
    }

    .Customers .Cust_out .title h6 {
        font-size: 0.45rem;
        margin-bottom: 0.15rem;
    }

    .Customers .Cust_out .title span {
        font-size: 0.2rem;
        color: #FFFFFF;
    }


    .Customers .Cust_out .right {
        display: none;
    }

    .Customers .Cust_out .left {
        width: 100%;
        margin-top: 0.3rem;
    }

    .Customers .Cust_out .left .left_out .box span {
        font-size: 0.16rem;
    }

    .Customers .Cust_out .left .left_out .box h5 {
        font-weight: 500;
        font-size: 0.26rem;
        color: #FFFFFF;
        margin-top: 0.3rem;
    }

    .Customers .Cust_out .left .left_out .box a {
        font-size: 0.14rem;
        color: #FFFFFF;
        margin-top: 0.4rem;
    }

    .Customers .Cust_out .left .left_out .box i {
        width: 0.5rem;
        height: 0.5rem;
        margin-left: 0.19rem;
    }

    .Customers .Cust_out .left .left_out .box i img {
        width: 0.14rem
    }

    .ABOUT {
        margin-top: 0.6rem;
    }

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

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

    .ABOUT .out .right {
        width: 100%;
        height: 4.4rem;
        margin-top: 0.4rem;
    }

    .ABOUT .out .left span {
        font-size: 0.23rem;
        margin: 0.3rem 0px;
        margin-top: 0px;
    }

    .ABOUT .out .left h5 {
        font-size: 0.45rem;
        margin-bottom: 0.46rem;
    }

    .ABOUT .out .left p {
        font-size: 0.24rem;

        margin-bottom: 0.3rem;
    }

    .ABOUT .out .left a {
        width: 1.51rem;
        height: 0.48rem;
        border-radius: 0.3rem;
        font-size: 0.16rem;
        border: 0.01rem solid #000000;
    }

    .ABOUT .out .left a img {
        height: 0.16rem;
        margin-left: 0.1rem;
    }

    .digital {
        margin-top: 0.36rem;
        margin-bottom: 0.45rem;
    }

    .digital .out .box {
        height: 1.59rem;
    }

    .digital .out .box .title b {
        font-size: 0.5rem;
    }

    .digital .out .box .title span {
        font-size: 0.18rem;
    }

    .digital .out .box p {
        margin-top: 0.05rem;
        font-size: 0.18rem;
        color: #666666;
    }

    .NEWS {
        margin-top: 0.45rem;
    }

    .NEWS .out {
        margin-top: 0.5rem;
        margin-bottom: 1.72rem;
    }

    .NEWS .out .swiper-slide {
        width: 5.01rem;
        margin-right: 0.48rem;
    }

    .NEWS .out .swiper-slide .img {
        height: 3.10rem;
    }

    .NEWS .out .swiper-slide .text span {
        font-size: 0.16rem;
        margin-top: 0.34rem;
        margin-bottom: 0.18rem;
    }

    .NEWS .out .swiper-slide .text h5 {
        font-size: 0.28rem;
        margin-bottom: 0.24rem;
    }

    .NEWS .out .swiper-slide .text p {
        font-size: 0.24rem;
    }

    .NEWS .out .but_box {
        position: absolute;
        bottom: -1.10rem;
    }

    .NEWS .out .but_box .swiper-button-next::after,
    .NEWS .out .but_box .swiper-button-prev::after {
        font-size: 0.26rem;
    }

    .public_title .box .txt {
        width: 100%;
        display: flex;
        justify-content: right;
        margin-top: 0.3rem;
    }

    .public_title .box .txt a {
        width: 1.55rem;
        height: 0.38rem;
        font-size: 0.2rem;
        margin-left: 0.2rem;
    }

    .Introduction {
        height: 4.5rem;
    }
    
    .Introduction .out{
        padding: 0.3rem 0px ;
        box-sizing: border-box;
    }

    .Introduction .out .logo {
        width: 70%;
        margin-bottom: 0.5rem ;
    }

    .Introduction .out h5 {
        font-size: 0.26rem;
        padding: 0px 2%;
        box-sizing: border-box;
    }

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

    .footer {
        padding-top: 0.6rem;
    }

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

    .footer .out .left .logo {
        margin-bottom: 0.63rem;
        width: 2.3rem;
    }

    .footer .out .left .logo img {
        display: block;
        width: 100%;
    }

    .footer .out .left p {
        margin-bottom: 0.22rem;
    }

    .footer .out .left p span,
    .footer .out .left p a {
        font-size: 0.24rem;
    }

    .footer .out .left i {
        margin-top: 0.32rem;
    }

    .blogroll {
        margin-top: 0.2rem;
    }

    .blogroll h6,
    .blogroll a {
        font-size: 0.24rem;
        margin-bottom: 0.1rem;
    }

    .footer2 {
        margin-top: 0.4rem;
        border-top: 0.02rem solid #c8c8c82c;
        width: 100%;
        height: 0.54rem;
    }

    .footer2 .out a {
        font-size: 0.12rem;
    }


    .shopping_guide {
        height: 0.8rem;
    }

    .shopping_guide .swiper-slide {
        margin-right: 0.4rem;
    }

    .shopping_guide .swiper-slide a {
        font-size: 0.24rem;
    }

    .shopping_guide .right .box {
        margin-right: 0.2rem;
    }

    .shopping_guide .right .box span {
        font-size: 0.24rem;
    }

    .shopping_guide .right .box span img {
        width: 0.23rem;
        height: 0.23rem;
    }

    .shopping_guide .right .box a>img {
        height: 0.27rem;
        margin-left: 0.12rem;
    }

    .shopping_guide .out .left {
        width: 55%;
    }

    .Public_title2 {
        margin-bottom: 0.6rem;
    }

    .Public_title_page {
        margin-top: 0.41rem;
    }

    .Public_title2 span {
        font-size: 0.26rem;
    }

    .Public_title_page h5 {
        margin-top: 0.24rem;
    }

    .Public_title2 h5 {
        font-size: 0.45rem;
    }

    .business_page .out {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .business_page .out .box {
        width: 48%;
        height: 2.18rem;
        margin-right: 0px;
        margin-bottom: 0.3rem;
    }

    .business_page .out .box::after {
        display: none;
    }

    .business_page .out .box .txt span {
        font-size: 0.32rem;
        color: #FFFFFF;
        /*transform: translate(0px, 0px);*/
    }

    .business_page .out .box:hover .txt span,
    .business_page .out .box.on .txt span {
        font-size: 0.32rem;
    }

    .business_page .out_text {
        margin-top: 0.3rem;
        margin-bottom: 0.24rem;
    }

    .business_page .out_text h5 {
        font-size: 0.39rem;
        margin-bottom: 0.3rem;
    }

    .business_page .out_text p {
        font-weight: 400;
        font-size: 0.24rem;
    }

    .Banner_video {
        height: 2.80rem;
    }

    .public_BoFdang .img {
        width: 0.69rem;
        height: 0.69rem;
        margin-left: 0.3rem;
    }

    .public_BoFdang img {
        height: 0.17rem;
        transform: translate(0.03rem, 0px);
    }

    .Banner_video_Popup video {
        width: 90%;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
    }

    .Banner_video_Popup span {
        width: 0.8rem;
        height: 0.8rem;
        right: 5%;
        top: -21%;

    }

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

    .public_page {
        margin-top: 0.6rem;
        margin-bottom: 1rem;
    }

    .public_page span {
        width: 0.49rem;
        height: 0.41rem;
        background: #EEEEEE;
        border-radius: 0.02rem;
        font-size: 0.16rem;
        margin-right: 0.1rem;
    }

    .public_page .page {
        width: 0.41rem;
        height: 0.41rem;
        background: #EEEEEE;
        border-radius: 0.02rem;
        margin: 0px 0.1rem;

        font-size: 0.15rem;

    }

    .public_page .Next_page_Previous_page {
        width: 0.66rem;
        height: 0.41rem;
        border-radius: 0.02rem;
        font-size: 0.16rem;
        margin: 0px 0.1rem;
    }

    .Products_page .out .Pr_list_box {
        margin-bottom: 0.42rem;
    }

    .Pr_list .out .box {
        flex-wrap: wrap;
    }

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

    .Pr_list .out .box .right {
        width: 100%;
        padding-left: 0px;
    }

    .Pr_list .out .box .left img {
        height: 3.8rem;
    }

    .Pr_list .out .box .right {
        margin-top: 0.3rem;
    }

    .Pr_list .out .box .right h5 {
        font-size: 0.28rem;
    }

    .Pr_list .out .box .right i {
        margin: 0.3rem 0px;
        width: 0.61rem;
        height: 0.03rem;
    }

    .Pr_list .out .box .right .txt p {
        font-size: 0.2rem;
    }

    .Pr_list .out .box .right a {
        width: 1.59rem;
        height: 0.47rem;

        font-size: 0.16rem;
        margin-top: 0.6rem;
    }

    .Pr_list .out .box .right a img {
        height: 0.13rem;
        margin-left: 0.07rem;
        margin-top: 0.03rem;
    }

    .Pr_list .out .text h5 {
        margin-top: 0.5rem;
        margin-bottom: 0.36rem;
        font-size: 0.38rem;
    }

    .Pr_list .out .text p {
        font-size: 0.16rem;
    }


    .NEWS_page .out .box {
        padding-bottom: 0.51rem;
        border-bottom: 1px solid #DDDDDD;
        box-sizing: border-box;
        margin-bottom: 0.53rem;
    }

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

    .NEWS_page .out .box .tiem_box {
        width: 25%;
        display: none;
    }

    .NEWS_page .out .box .left {
        width: 100%;
        height: 3.8rem;

    }

    .NEWS_page .out .box .tiem_box span {
        font-size: 0.4rem;
    }

    .NEWS_page .out .box .tiem_box i {
        width: 1.49rem;
        margin-top: 0.25rem;
        margin-bottom: 0.18rem;
    }

    .NEWS_page .out .box .right {
        width: 100%;
        margin-left: 0px;
        margin-top: 0.4rem;
    }

    .NEWS_page .out .box .right h5 {
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }

    .NEWS_page .out .box .right p {
        font-size: 0.24rem;
        margin-bottom: 0.24rem;
    }


    .NEWS_page .out .box .right .MORE {
        width: 1.71rem;
        height: 0.54rem;
        /* background: #F1763A; */
        border-radius: 0.27rem;
        margin-top: 0.34rem;
    }

    .NEWS_page .out .box .right .MORE p {
        font-size: 0.14rem;
        transform: translateX(-0.38rem);
    }

    .NEWS_page .out .box .right .MORE span {
        width: 0.54rem;
        height: 0.54rem;
    }

    .NEWS_page .out .box .right .MORE span img {
        width: 0.17rem;
    }

    .NEWS_page .out .box:hover .right .MORE p {
        font-size: 0.14rem;
        transform: translateX(-0.1rem);
    }


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

    .Knowledge-list .titel h5 {
        font-size: 0.3rem;
    }

    .Knowledge-list .release {
        height: 0.62rem;
        margin-top: 0.3rem;
    }

    .Knowledge-list .release span {
        font-size: 0.13rem;
    }

    .Knowledge-list .release i {
        width: 0.01rem;
        height: 0.14rem;
        margin: 0px 0.3rem;
    }

    .Knowledge-list .text {
        padding: 0.33rem 0px 0.53rem 0px;
        font-size: 0.16rem;
    }

    .butt_box {
        padding-left: 0;
        margin-top: 0.61rem;
    }

    .butt_box .left .box span,
    .butt_box .left .box a {
        font-size: 0.13rem;
        margin-bottom: 0.14rem;
    }

    .butt_box .right {
        width: 1.61rem;
        height: 0.36rem;
        border-radius: 0.05rem;
        font-size: 0.15rem;
    }

    .Contact .out .left {
        width: 100%;
        padding: 0.58rem 0px 0.62rem 0.54rem;
    }


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

    .Contact .out .left h5 {
        font-size: 0.32rem;
        margin-bottom: 0.23rem;
    }

    .Contact .out .left span {
        font-size: 0.18rem;
    }

    .Contact .out .left i {
        width: 0.83rem;
        margin: 0.33rem 0px;
    }

    .Contact .out .left h6 {
        font-size: 0.31rem;
        margin-bottom: 0.29rem;
    }

    .Contact .out .left p {
        font-size: 0.18rem;
        margin-bottom: 0.18rem;
    }

    .Message_page .Feedback {
        margin-top: 0.7rem;
    }

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

    .Message_page .Feedback .title h5 {
        font-size: 0.36rem;
    }

    .Message_page .Feedback .title i {
        font-size: 0.16rem;
        margin: 0px 0.21rem 0px 0.19rem;
    }

    .Message_page .Feedback .title span {
        font-size: 0.178rem;
    }

    .Message_page .Feedback .out form input {
        width: 48%;
        height: 0.5rem;
        border-radius: 0.04rem;
        margin-bottom: 0.4rem;
        padding: 0px 0.1rem;
        font-size: 0.14rem;
    }

    .Message_page .Feedback .out form textarea {
        width: 100%;
        height: 1.76rem;
        padding: 0.19rem 0.21rem 0.19rem 0.21rem;
        box-sizing: border-box;
        font-size: 0.16rem;
    }


    .Message_page .Feedback .out form button {
        width: 4.5rem;
        height: 0.67rem;
        border-radius: 0.33rem;
        font-size: 0.22rem;
        margin: 0.8rem auto;
    }

    .DeveLO {
        display: none;
    }

    .Partners .out {
        display: none;
    }


    .Culture .out .box .img {
        width: 1.45rem;
        height: 1.45rem;
    }

    .Culture .out .box .img .ion {
        width: 0.56rem;
    }

    .Culture .out .box p {
        font-size: 0.2rem;
    }


    .Culture {
        background: url(../images/A_bie.png) no-repeat center;
        background-size: cover;
        padding: 0.54rem 0px 0.84rem 0px;
        box-sizing: border-box;
    }

    .Culture .out span {
        font-size: 0.23rem;
    }

    .Culture .out h5 {
        font-size: 0.4rem;
        margin-top: 0.25rem;
        margin-bottom: 0.6rem;
    }

    .Culture .out .txt p {
        font-size: 0.24rem;
        margin-bottom: 0.25rem;
    }

    .Culture .out .box {
        margin-top: 0.6rem;
    }

    .Public_title2 {
        margin-top: 0.6rem;
    }

    .Public_title2 h5 {
        margin-top: 0.24rem;
    }

    .Honor_swiper .swiper-slide-active .img {
        transform: scale(1);
    }

    .Honor_swiper {
        padding: 0rem 0px;
    }

    .Honor_swiper .swiper-slide {
        width: 4.30rem;
        margin: 0px 0.3rem;
    }

    .Honor_swiper .swiper-slide .img {
        height: 6rem;
    }

    .Honor_swiper .swiper-slide-active span {
        transform: translateY(0px);
    }

    .Honor_swiper .swiper-slide span {
        font-size: 0.26rem;
        margin-top: 0.3rem;
    }

    .Honor_swiper .swiper-button-next,
    .Honor_swiper .swiper-button-prev {
        width: 0.55rem;
        height: 0.55rem;
    }

    .Honor_swiper .swiper-button-next:after,
    .Honor_swiper .swiper-button-prev:after {
        font-size: 0.24rem;
    }


    .Environment .out::before,
    .Environment .out::after {
        width: 3.44rem;
        height: 5.13rem;
    }


    .Environment_swiper .swiper-slide {
        width: 6.07rem;
        height: 4.05rem;
        margin-right: 0.26rem;
    }

    .Environment .out .swiper-button-next,
    .Environment .out .swiper-button-prev {
        width: 0.55rem;
        height: 0.55rem;
    }

    .Environment .out .swiper-button-next::after,
    .Environment .out .swiper-button-prev::after {
        font-size: 0.16rem;
    }

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

    .Speech .out .left {
        width: 100%;
        height: 4rem;
    }

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

    .Speech .out .right p {
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }


    .developing_title_min {
        display: block;
    }



    .developing_title_min .developing_swiper_min .swiper-slide {
        width: auto;
        margin-right: 0.3rem;
    }

    .developing_title_min .developing_swiper_min .swiper-slide a {
        color: #333;
        font-size: 0.24rem;
    }

    .developing_title_min .developing_swiper_min .swiper-slide.on a {
        color: #EB6100;
    }


    .developing_title_min .developing_out_min{
        margin-top: 0.5rem ;
    }

    .developing_title_min .developing_out_min .swiper-slide{
        width: 3.4rem  ;
        margin-right: 0.38rem ;
    }

    .developing_title_min .developing_out_min .developing_swiper_min2 {
        display: none ;
    }

    .developing_title_min .developing_out_min .developing_swiper_min2On{
        display: block ;
    }

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

    .developing_title_min .developing_out_min .box {
        width: 100%;
    }

    .developing_title_min .developing_out_min .box h6 {
        font-weight: 500;
        font-size: 0.38rem;
        color: #111111;
    }

    .developing_title_min .developing_out_min .box h5 {
        font-weight: 500;
        font-size: 0.26rem;
        color: #333333;
        margin-top: 0.2rem;
        margin-bottom: 0.3rem;
    }

    .developing_title_min .developing_out_min .box p {
        font-weight: 400;
        font-size: 0.24rem ;
        color: #666666;
    }

    .developing_title_min .developing_out_min .box img{
        width: 100% ;
        height: 2rem ;
        margin-top: 0.3rem ;
    }

    .Partners .min_out {
        display: flex ;
    }

    .Partners .min_out .img{
        height: 1rem ;
        margin-bottom: 0.25rem ;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .public {
        padding: 0px 3%;
    }

    .nav .out ul li {
        margin-right: 4.5vw;
    }

    .nav .out ul li .title a {
        font-size: 16px;
    }

    .nav .out .right li .large_pulldown .Dow_public {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .nav .out .right li .large_pulldown .Dow_right {
        width: 35%;
    }

    .banner .text .out h5 {
        font-size: 50px;
        line-height: 70px;
    }

    .banner .text .out {
        margin-top: 13%;
    }

    .banner .text .out i {
        margin-bottom: 10px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
    }

    .product_classify a {
        font-size: 13px;
    }

    .Pr_list_box {
        width: 50%;
    }

    .Customers .Cust_out {
        padding-top: 2%;
    }

    .Customers .Cust_out .title h6 {
        font-size: 30px;
    }

    .Customers .Cust_out .title span {
        font-size: 16px;
    }

    .Customers .Cust_out .right .box a {
        font-size: 14px;
    }

    .Customers .Cust_out .right .box {
        margin-bottom: 20px;
    }

    .Customers .Cust_out .left {
        margin-top: 75px;
        width: 33%;
    }

    .Customers .Cust_out .left .left_out .box span {
        font-size: 16px;
    }

    .Customers .Cust_out .left .left_out .box h5 {
        font-size: 26px;
    }

    .Customers .Cust_out .left .left_out .box a {
        margin-top: 70px;
    }

    .Introduction {
        padding: 100px 0px;
    }

    .Introduction .out .logo {
        width: 66%;
    }

    .Introduction .out h5 {
        font-size: 26px;
        padding: 0px 3%;
        box-sizing: border-box;
    }

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


    .blogroll {
        margin-top: 30px;
    }


    .shopping_guide .swiper-slide {
        margin-right: 50px;
    }

    .shopping_guide .out .left {
        width: 65%;
    }

    .business_page .out .box::after {
        width: 50PX;
        height: 50PX;
        background: rgba(241, 118, 58, 0.12);
        content: '';
        position: absolute;
        left: 50%;
        margin-left: calc(-50px / 2);
        bottom: calc(-50px / 2);
        transform: rotate(45deg);
        z-index: 3;
    }

    .business_page .out .box .txt span {
        /*transform: translate(-63%, 270%);*/
    }

    .Banner_video_Popup span {
        right: 0%;
    }


    .Products_page .out {
        justify-content: space-between
    }

    .Products_page .Pr_list_box {
        width: 48%;
        margin-right: 0px;
    }

    .Pr_list .out .box .left img {
        height: 100%;
    }

    .Pr_list .out .box .right {
        padding-left: 5%;
    }

    .Pr_list .out .box .right .txt p {
        font-size: 15px;
    }

    .Pr_list .out .box .right i {
        margin: 15px 0px;
    }

    .Pr_list .out .box .right a {
        margin-top: 30px;
    }

    .Dece_hie{
        margin-left: 0px ;
    }

    .Pagination_out{
        padding: 0px 3% ;
        box-sizing: border-box ;
    }

    .Partners .out{
        display: none ;
    }

    .Speech .out .right p{
        font-size: 15px ;
    }

    .developing {
        padding: 0px 3%;
        box-sizing: border-box ;
    }

    .Dece_hie{
        margin-left: 0px ;
    }

}

@media (min-width:1200px) and (max-width:1400px) {

    .public {
        padding: 0px 3%;
    }

    .nav .out ul li {
        margin-right: 4vw;
    }

    .nav .out .right li .large_pulldown .Dow_public {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .nav .out .right li .large_pulldown .Dow_right {
        width: 33%;
    }

    .banner .text .out h5 {
        font-size: 40px;
        line-height: 60px;
    }

    .banner .text .out {
        margin-top: 14%;
    }

    .banner .text .out i {
        margin-bottom: 18px;
    }

    .banner .text .out .txt {
        margin-bottom: 30px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
    }

    .banner .text .out .decorate {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .product_classify a {
        font-size: 14px;
    }

    .Pr_list_box {
        width: 49%;
    }

    .Customers .Cust_out {
        padding-top: 5%;
    }

    .Customers .Cust_out .right .box a {
        font-size: 15px;
    }

    .Customers .Cust_out .right .box {
        margin-bottom: 20px;
    }

    .Customers .Cust_out .title h6 {
        font-size: 38px;
    }

    .Customers .Cust_out .title span {
        font-size: 16px;
    }

    .Customers .Cust_out .left {
        width: 34%;
        margin-top: 55px;
    }

    .Customers .Cust_out .left .left_out .box h5 {
        font-size: 30px;
    }

    .Customers .Cust_out .left .left_out .box span {
        font-size: 20px;
    }

    .Customers .Cust_out .left .left_out .box a {
        margin-top: 85px;
    }

    .Introduction .out .logo {
        width: 50%;
    }

    .Introduction .out h5 {
        padding: 0px 3%;
        box-sizing: border-box;
        font-size: 26px;
    }

    .footer .out .right .box {
        margin-right: 35px;
    }


    .shopping_guide .out .left {
        width: 65%;
    }

    .business_page .out .box .txt span {
        /*transform: translate(-89%, 270%);*/
    }

    .Products_page .out {
        justify-content: space-between
    }

    .Products_page .Pr_list_box {
        width: 32%;
        margin-right: 2%;
    }

    .Pr_list .out .box .right {
        padding-left: 5%;
    }

    .Pr_list .out .box .right .txt p {
        font-size: 16px;
    }

    .Partners .min_out{
        display: none ;
    }

    .developing {
        padding: 0px 3%;
        box-sizing: border-box ;
    }

    .Dece_hie{
        margin-left: 0px ;
    }

}

@media (min-width:1400px) and (max-width:1800px) {
    .public {
        padding: 0px 3%;
    }

    .nav .out .right li .large_pulldown .Dow_public {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .banner .text .out {
        margin-top: 11%;
    }

    .banner .text .out h5 {
        font-size: 60px;
        line-height: 70px;
    }

    .Pr_list_box {
        width: 32%;
    }

    .Customers .Cust_out .left {
        margin-top: 8vw;
    }

    .Customers .Cust_out .left .left_out .box a {
        margin-top: 70px;
    }

    .Customers .Cust_out .left .left_out .box h5 {
        font-size: 36px;
    }

    .footer .out .right .box {
        margin-right: 60px;
    }

    .shopping_guide .out .left {
        width: 65%;
    }

    .business_page .out .box .txt span {
        /*transform: translate(-115%, 270%);*/
    }


    .Products_page .Pr_list_box {
        width: 32%;
        margin-right: 2%;
    }

    .Pr_list .out .box .right {
        padding-left: 5%;
    }

    .developing {
        padding: 0px 3% ;
        box-sizing: border-box ;
    }

    .Dece_hie{
        margin-left: 0px ;
    }

}