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

ul,
ol {
    list-style: none;
}

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

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

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

.New_public {
    width: 100%;
    max-width: 1686px;
    margin: 0 auto;
    height: 100%;
}


table {
    margin: 0 auto ;
    width: 100% ;
    max-width: 80% ;
}

.Anlagentechnik_xq .out .text table img , .Knowledge-list .text table img{
    width: 100% ;
    height: auto ;
    
}

.Anlagentechnik_xq .out .text table td , .Knowledge-list .text table td{
    height: auto ;
    width: auto ;
}

@font-face {
    font-family: 'Kuhei';
    src: url(../fonts/AlimamaShuHeiTi-Bold.ttf) format('truetype'),
        url(../fonts/AlimamaShuHeiTi-Bold.otf) format('otf-truetype'),
        url(../fonts/AlimamaShuHeiTi-Bold.woff) format('woff'),
        url(../fonts/AlimamaShuHeiTi-Bold.woff2) format('woff2');

    font-display: swap
}


/* 导航 */
.navigation {
    position: absolute;
    top: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 78px;
    background: rgba(255, 255, 255, 0.769);
    z-index: 99999;
}

.navigation .New_public {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.navigation .New_public .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navigation .logo a {
    display: block;
}

.navigation .logo img {
    height: 57px;
    display: block;
}

.navigation .right {
    height: 100%;
}

.navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.navigation ul li {
    height: 100%;
    margin-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.navigation ul li::after {
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    content: '';
    background: #EB6100;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

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

.navigation ul li .title a {
    color: #333;
    font-size: 17px;
}

.navigation ul li.all .title a {
    color: #333;
}

.navigation ul li:hover .title a,
.navigation ul li.on .title a {
    color: #EB6100;
}

.navigation ul li:hover::after,
.navigation ul li.on::after {
    width: 100%;
}

.navigation ul li .pulldown {
    position: absolute;
    width: 130px;
    background: rgba(255, 255, 255, 0.769);
    top: 78px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(153, 153, 153, 0.282);
            box-shadow: 0px 0px 10px 1px rgba(153, 153, 153, 0.282);
    padding: 10px 0;
    display: none;

    left: 50% ;
    margin-left: -65px ;
}

.navigation ul li .pulldown a {
    display: block;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}


.navigation ul li .pulldown a:hover {
    background: #eee;
}

.navigation .Nav_form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 50px;
}

.navigation .Nav_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 28px;
    border-radius: 2px;
    overflow: hidden;
    width: 146px;
    position: relative;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 35px;
}

.navigation .Nav_form input {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: none;
    background: none;
}

.navigation .Nav_form input::-webkit-input-placeholder {
    font-size: 12px;
}

.navigation .Nav_form input::-moz-placeholder {
    font-size: 12px;
}

.navigation .Nav_form input:-ms-input-placeholder {
    font-size: 12px;
}

.navigation .Nav_form input::-ms-input-placeholder {
    font-size: 12px;
}

.navigation .Nav_form input::placeholder {
    font-size: 12px;
}

.navigation .Nav_form button {
    width: 34px;
    height: 24px;
    border: none;
    background-color: #f39800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 25px;
    position: absolute;
    right: 2px;

    top: 0px ;

}

.navigation .Nav_form button img {
    width: 12px;
    display: block;
}

.banner .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}

.banner img {
    width: 100%;
    display: block;
    /* transition: all 5s ease-in-out; */
}



.banner .slide_1 .banenr_on {
    position: absolute;
    width: auto;
    max-width: 80%;
    /* transform: translateY(200px); */
    /* opacity: 0; */
    /* transition: all 1s ease-in-out; */
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation: banenrIMg 1s ease forwards;
            animation: banenrIMg 1s ease forwards;
}

.banner .slide_2 .banenr_on {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    left: 55%;
    opacity: 0;
    position: absolute;
    width: auto;
    max-width: 40%;
}

.banner .slide_2.on .banenr_on {
    -webkit-animation: banenrIMg2 1s ease forwards;
            animation: banenrIMg2 1s ease forwards;
}


.banner_page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.banner_page .text {
    position: absolute;
    width: 46%;
    -webkit-animation: banenrIMg 1s ease forwards;
            animation: banenrIMg 1s ease forwards;
    margin-left: 45%;
}

.banner_page .text h5 {
    font-size: 2vw;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0.2vw;
    font-weight: bold;
    /* font-family: Arial,"Microsoft Yahei", '微软雅黑'; */
    font-family: Kuhei;

}

.banner_page .text p {
    color: #fff;
    font-size: 0.7vw;
    font-weight: 400;
    letter-spacing: 1px;

    text-transform: uppercase;
    line-height: 1.5em;

    /* font-family: Arial, "Microsoft Yahei", '微软雅黑'; */

    font-family: Kuhei;
}

@-webkit-keyframes banenrIMg {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes banenrIMg {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes banenrIMg2 {
    0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes banenrIMg2 {
    0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        opacity: 1;
    }
}

/* .banner .swiper-slide-active .banenr_on {
    opacity: 1;
    transform: translateY(0);
} */

.banner .swiper-slide-active .biejing {
    /* transform: scale(1.5); */
}

.banner {
    overflow: hidden;
}

/* .banner .swiper-slide:nth-child(2) .banenr_on {
    right: 10%;
    top: 20%;
    max-width: 40%;
} */

/* @keyframes banner_yidong {
    0%{
        opacity: 0 ;
        transform: translateY(100px);
    }

    100% {
        opacity: 1 ;
        transform: translateY(0);
    }
} */

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

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #f49d0d;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 30px;
}


.public_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 65px;
    margin-bottom: 42px;
}

.public_title h5 {
    font-weight: bold;
    font-size: 34px;
    color: #666666;
}

.public_title span {
    font-size: 20px;
    color: #c2c2c2;
    text-transform: capitalize;
}


/* Services */

.Services {
    overflow: hidden;
    width: 100% ;
}

.Services .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 655px;
    margin: 0 auto;
}

.Services .out .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.Services .out .box a .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
}

.Services .out .box a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Services .out .box:hover a .img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.Services .out .box a span {
    font-size: 20px;
    color: #666666;
    display: block;
    margin-top: 45px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Services .out .box:hover a span {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.Services .out_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    margin-top: 93px;
    margin-bottom: 72px;
}

.Services .out_2 .box {
    width: 180px;
    height: 180px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.Services .out_2 .box .quanquan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-animation: Culture_list 5s linear infinite;
            animation: Culture_list 5s linear infinite;
}

.Services .out_2 .box .txt{
    width: 100% ;
} 


.Services .out_2 .box:nth-child(2n) .quanquan {
    -webkit-animation: Culture_list2 5s linear infinite;
            animation: Culture_list2 5s linear infinite;
}


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

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


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

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

@-webkit-keyframes Culture_list2 {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes Culture_list2 {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.Services .out_2 .box .txt>p {
    color: #666666;
    font-size: 13px;
    display: block;
    text-align: center;
}

.Services .out_2 .box b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #f39800;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    font-weight: 500;
}

.Services .out_2 .box b p {
    font-size: 36px;
    color: #f39800;
}

.Services .out_2 .box span {
    font-size: 45px;
    color: #f39800;
}


.Banner_scroll {
    width: 100%;
    height: 189px;
    padding: 0px 4.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 100px;
}

.Banner_scroll .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
}

.Banner_scroll .out .box {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.Banner_scroll .out .box h5 {
    font-weight: bold;
    font-size: 55px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.Banner_scroll .out .box h5 span {
    font-size: 60px;
}

.Banner_scroll .out .box h5 b {
    font-size: 50px;
    margin-left: 15px;
    margin-top: -15px;
}

.Banner_scroll .out .box p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-top: 23px;
}

.Banner_scroll .out .box .ceng {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.Banner_scroll .out .box .ceng i {
    width: 1px;
    height: 30px;
    background: #D5D5D5;
    display: block;
}

.Banner_scroll .out .box .ceng b {
    width: 7px;
    height: 7px;
    background: #f39800;
    display: block;
    border-radius: 50%;
    margin: 8px 0px;
}

.Case {
    overflow: hidden;
}

.clientCase .Tap_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.clientCase .Tap_box a {
    width: 196px;
    height: 58px;
    background: #F2F4F3;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
    border-radius: 7px 7px 7px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
}

.clientCase .Tap_box a.all {
    background: #f39800;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(231, 93, 4, 0.18), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
            box-shadow: 0px 3px 12px 1px rgba(231, 93, 4, 0.18), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
    border-radius: 7px 7px 7px 7px;
    color: #FFF;
}

.clientCase .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.clientCase .swiper-slide .box {
    width: 24.5%;
    margin-right: 0.66%;
    margin-top: 42px;
}

.clientCase .swiper-slide .box:nth-child(4n) {
    margin-right: 0px;
}

.clientCase .swiper-slide .box img {
    width: 100%;
    height: 244px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.clientCase .swiper-slide .box span {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    display: block;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.Keyword .out {
    width: 100%;
    background: url(../images/Ke.png) no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 4.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 113px;
}

.Keyword .out .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.Keyword .out .box i {
    width: 1px;
    height: 146px;
    background: #f39800;
    display: block;
}

.Keyword .out .box .txt {
    width: 250px;
    height: 267px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.23);
            box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.23);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.Keyword .out .box:nth-child(2n) .txt {
    background: #333333;
}

.Keyword .out .box .txt img {
    height: 132px;
    margin-bottom: 30px;
}

.Keyword .out .box .txt span {
    font-weight: 500;
    font-size: 22px;
    color: #f39800;
}

.Cooperative {
    width: 100%;
}

.Cooperative .out {
    background: url(../images/Coo.png) no-repeat center;
    background-size: cover;
    padding: 121px 0% 100px 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Cooperative .out .swiper {
    padding: 0px 4.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Cooperative .out .swiper-slide {
    width: 332px;
    height: 276px;
    position: relative;
    border-radius: 27px 27px 27px 27px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 133px;
}

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


.Cooperative .out .swiper-slide .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 332px;
    height: 276px;
    background: rgba(255, 255, 255, 0.075);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.14), inset 0px 3px 6px 1px rgba(171, 171, 171, 0.16);
            box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.14), inset 0px 3px 6px 1px rgba(171, 171, 171, 0.16);
    border-radius: 27px 27px 27px 27px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: -1;
}

.Cooperative .out .swiper-slide img {
    height: 64.51px;
    margin-bottom: 31px;
}

.Cooperative .out .swiper-slide p {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

.Cooperative .out .swiper-button-prev:after,
.Cooperative .out .swiper-button-next:after {
    color: #FFF;
    font-size: 27.55px;
}

.Cooperative .out .swiper-button-prev {
    left: 2%;
}

.Cooperative .out .swiper-button-next {
    right: 2%;
}

.Customers {
    overflow: hidden;
}

.Customers .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    height: 430px;
}

.Customers .out .swiper {
    width: 100%;
    height: 100%;
    padding: 50px 10px 40px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

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

.Customers .out .swiper-button-next::after,
.Customers .out .swiper-button-prev::after {
    font-size: 40px;
    color: #666666;
}

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

.Customers .out .box {
    width: 210px;
    height: 140px;
    -webkit-box-shadow: 0px 1px 8px 1px #a19f9f;
            box-shadow: 0px 1px 8px 1px #a19f9f;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #F6F6F6;
    /* margin-right: 28px ; */
    margin-left: 28px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Customers .out .box:hover {
    border: 1px solid #f39800;
}

.Customers .out .box:first-child,
.Customers .out .box:nth-child(2) {
    margin-left: 0px;
}

.Customers .out .box img {
    width: auto;
    display: block;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 85%;
    max-height: 85%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.Customers .out .box:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.New_News {
    width: 100%;
    background: #e3e3e3;
    padding: 67px 0px 41px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}

.New_News .public_title {
    margin-top: 0px;
}

.New_News .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 36px;
}

.New_News .out .left {
    width: 34%;
    height: 611px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.New_News .out .left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}

.New_News .out .left .bie {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.New_News .out .left .text {
    position: absolute;
    bottom: 10px;
    width: 90%;
    padding: 32px 32px 40px 37px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.New_News .out .left .text h5 {
    width: 77%;
    font-size: 17px;
    color: #696969;
    line-height: 1.5em;
}

.New_News .out .left .text img {
    width: 27px;
    display: block;
}

.New_News .out .left .text:hover h5 {
    color: #f49d0d;
}

.New_News .out .center {
    width: 32%;
    height: 611px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.New_News .out .center .box {
    width: 100%;
    background: #FFf;
    height: 49%;
}

.New_News .out .center .box a {
    width: 100%;
    height: 100%;
    padding: 23px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
}

.New_News .out .center .box h5 {
    color: #333;
    font-size: 20px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    margin-bottom: 38px;
    font-weight: 600;
}

.New_News .out .center .box p {
    color: #bbbbbb;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.New_News .out .center .text {
    margin-top: 33px;
    padding-top: 33px;
    border-top: 1px solid #fafafa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.New_News .out .center .text .tiem b {
    font-size: 36px;
    color: #f39800;
}

.New_News .out .center .text .tiem span {
    display: block;
    color: #999999;
    font-size: 18px;
    margin-top: 4px;
}

.New_News .out .center .text img,
.New_News .out .left .text img,
.New_News .out .right .box .txt img {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    /* transition: 0.5s ease; */
}

.New_News .out .center .box:hover .text img,
.New_News .out .left:hover .text img {
    /* transform: translateX(20px); */
    -webkit-animation: News_Img 0.5s ease infinite alternate;
            animation: News_Img 0.5s ease infinite alternate;
}

.New_News .out .right .box:hover .txt img {
    -webkit-animation: News_Img2 0.5s ease infinite alternate;
            animation: News_Img2 0.5s ease infinite alternate;
}


@-webkit-keyframes News_Img2 {
    0% {

        -webkit-transform: translate(0, 40px);

                transform: translate(0, 40px);
    }

    100% {
        -webkit-transform: translate(10px, 40px);
                transform: translate(10px, 40px);
    }
}


@keyframes News_Img2 {
    0% {

        -webkit-transform: translate(0, 40px);

                transform: translate(0, 40px);
    }

    100% {
        -webkit-transform: translate(10px, 40px);
                transform: translate(10px, 40px);
    }
}

@-webkit-keyframes News_Img {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
}

@keyframes News_Img {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
}

.New_News .out .center .box:hover h5 {
    color: #f49d0d;
}

.New_News .out .right {
    width: 32%;
    height: 611px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.New_News .out .right a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    padding: 25px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.New_News .out .right .box {
    width: 100%;
    height: 32%;
    background: #FFF;
}

.New_News .out .right .box .tiem {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.New_News .out .right .box .tiem b {
    font-size: 30px;
    color: #f39800;
    margin-bottom: 5px;
}

.New_News .out .right .box .tiem span {
    color: #999999;
    font-size: 16px;
    display: block;
}

.New_News .out .right .box .txt {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.New_News .out .right .box .txt h5 {
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
    width: 80%;

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


}

.New_News .out .right .box .txt img {
    height: 21px;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
}

.New_News .out .right .box:hover .txt h5 {
    color: #f49d0d;
}


.Dynamic_Tidbits {
    overflow: hidden;
}


.Dynamic_Tidbits .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 77px;
}

.Dynamic_Tidbits .out .left {
    width: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5%;
    box-sizing: border-box;
    padding-top: 1%;
}

.Dynamic_Tidbits .out .left p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    letter-spacing: 1px;
}

.Dynamic_Tidbits .out .left a {
    width: 127px;
    height: 40px;
    background: rgba(231, 93, 4, 0.13);
    border-radius: 27px 27px 27px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-top: 45px;
}

.Dynamic_Tidbits .out .left a b {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    position: absolute;
    left: 20px;
    z-index: 10;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    mix-blend-mode: hard-light;
}

.Dynamic_Tidbits .out .left a span {
    width: 40px;
    height: 40px;
    background: #f39800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    right: 0px;
    z-index: 9;
}

.Dynamic_Tidbits .out .left a span img {
    width: 7.09px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
}

.Dynamic_Tidbits .out .left a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.Dynamic_Tidbits .out .left a:hover b {
    color: #FFF;
}

.Dynamic_Tidbits .out .left a:hover span img {
    -webkit-transform: translateX(30px) translateY(2px);
        -ms-transform: translateX(30px) translateY(2px);
            transform: translateX(30px) translateY(2px);

}

.Dynamic_Tidbits .out .right {
    width: 58%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* transform: translateX(-5% ); */
    margin-right: 5%;
}

.Dynamic_Tidbits .out .right video {
    width: 100%;
    /* height: 406px; */
    display: block;
    -o-object-fit:contain;
    object-fit: contain;
}

.Dynamic_Tidbits .out .right img {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    width: 65px;
    display: block;
}

.Static_Tidbits {
    margin-top: 98px;
    padding-top: 64px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #e3e3e3;
    overflow: hidden;
}

.Static_Tidbits .public_title {
    margin-top: 0px;
    margin-bottom: 20px;
}

.Static_Tidbits .swiper-slide {
    width: 527px;
    height: 330px;
    margin: 0px 7px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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


.Static_Tidbits .swiper-slide:hover {
    border: 2px solid #f39800;
}

.Static_Tidbits .swiper-slide:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2)
}


.Static_Tidbits .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.Customers .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.information .Tap_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 43px;
}

.information .Tap_box a {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    margin-right: 92px;
}

.information .Tap_box a:last-child {
    margin-right: 0px;
}

.information .Tap_box a.all {
    color: #f39800;
}

.information .out {
    padding: 0px 4.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
}

.information .out .box {
    width: 23.618%;
    border: 1px solid #D5D5D5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.information .out .box .img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}

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

.information .out .box .txt {
    padding: 34px 24px 22px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFF;
}

.information .out .box .txt h5 {
    font-weight: 500;
    font-size: 25px;
    color: #333333;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.information .out .box .txt p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    margin-top: 18px;
    margin-bottom: 30px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.information .out .box .txt span {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}

.information .out .box .txt .More {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 40px;
}

.information .out .box .txt .More h6 {
    /* background: #f39800; */
    /* box-shadow: 0px 3px 6px 1px rgba(231, 93, 4, 0.2), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.23); */
    border-radius: 27px 27px 27px 27px;

    width: 85px;
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
}

.information .out .box .txt .More h6 img {
    margin-left: 9px;
    width: 7.09px;
}

.information .out .box:hover .txt .More h6 {
    background: #f39800;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(231, 93, 4, 0.2), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.23);
            box-shadow: 0px 3px 6px 1px rgba(231, 93, 4, 0.2), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.23);
    width: 125px;
    height: 40px;
    color: #FFF;
}

.information .out .box:hover .txt .More h6 img {
    content: url(../images/ZS_1.png);
}

.information .out .box:hover {
    -webkit-box-shadow: 0px 0px 10px 1px #999;
            box-shadow: 0px 0px 10px 1px #999;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}

.Footer {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #444;
    padding-top: 21px;
    padding-bottom: 28px;
}

.Footer .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 10vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.Footer .logo img {
    width: 207px;
}

.Footer .left {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.Footer .left i {
    width: 100%;
    height: 2px;
    background: #767676;
    display: block;
    margin: 20px 0px 15px 0px;
}

.Footer .left h6 {
    color: #f39800;
    font-size: 30px;
    margin-bottom: 12px;
}

.Footer .left .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.Footer .left .box:last-child {
    margin-bottom: 0px;
}

.Footer .left .box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #f3f3f3;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.Footer .left .box span img {
    width: 14px;
    display: block;
    margin-right: 10px;
}

.Footer .left .box a {
    color: #f3f3f3;
    font-size: 14px;
    margin-left: 10px;
}



.Footer .right {
    width: 64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.Footer .IMge_box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.Footer .IMge_box .img {
    margin-right: 15px;
}

.Footer .IMge_box .img:last-child {
    margin-right: 0px;
}

.Footer .IMge_box .img img {
    width: 77px;
    height: 77px;
    display: block;
}

.Footer .IMge_box .img span {
    display: block;
    color: #FFF;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}


.Footer .right .box span {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 27px;
}

.Footer .right .box span:hover {
    color: #f39800;
}

.Footer .right .box a {
    font-weight: 400;
    font-size: 13px;
    color: #e6e6e6;
    display: block;
    margin-bottom: 20px;
}


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

.Footer .right .box a:hover {
    color: #f39800;
}

.Footer .left p img {
    width: 13.15px;
    margin-right: 10px;
}

.footer_2 {
    width: 100%;
    height: 46px;
    background: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 2px solid #f39800;
}

.footer_2 .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.footer_2 a {
    color: #FFF;
    font-weight: 400;
    margin-right: 10px;
    font-size: 12px;
}

.min_navCan {
    width: 0.5rem;
    height: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
}

.min_navCan i {
    width: 100%;
    height: 2px;
    display: block;
    background: #333;
    margin-bottom: 7px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
}

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


.min_navCan.all i:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}


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

.min_navCan.all i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.min_nav {
    width: 100%;
    position: absolute;
    top: 0.9rem;
    background: #FFF;
    left: 0px;
    padding: 15px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 17px 1px #99999924;
            box-shadow: 0px 8px 17px 1px #99999924;
    display: none;
}

.min_nav .box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.min_nav .box .title a {
    width: 90%;
    display: block;
    height: 100%;
}

.min_nav .box .title:hover {
    background: #eee;
}

/* 企业文化 */
.public_tap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 62px;
}

.public_tap a {
    width: 180px;
    height: 40px;
    border: 1px solid #f39800;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    font-size: 20px;

}

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

.public_tap a.on {
    background: #f39800;
    color: #FFF;
}


.About_Culture_swiper .swiper-slide {
    width: 33.33%;
}

.About_Culture_swiper .swiper-slide .img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

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

.About_Culture_swiper .swiper-slide .text {
    padding: 50px 38px 10px 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 350px;
}

.About_Culture_swiper .swiper-slide .text h5 {
    font-weight: 500;
    font-size: 30px;
    color: #f39800;
}

.About_Culture_swiper .swiper-slide .text i {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #f39800;
    display: block;
    margin: 23px 0px;
    position: relative;
}

.About_Culture_swiper .swiper-slide .text i::after {
    position: absolute;
    left: 0px;
    background: #f39800;
    height: 3px;
    width: 44.99px;
    content: '';
    top: 0px;
}

.About_Culture_swiper .swiper-slide .text p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.About_Culture_swiper .swiper-slide:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.About_Culture {
    margin-bottom: 100px;
}

.About_Culture .out {
    /* padding: 0px 30px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.About_Culture .out .swiper-button-next,
.About_Culture .out .swiper-button-prev {
    right: 0px;
    left: auto;
    width: 51px;
    height: 51px;
    background: rgba(231, 93, 4, 0.16);
    border-radius: 0px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* opacity: 1; */

    display: none;
}

.About_Culture .out .swiper-button-prev {
    right: 51px;
}

.About_Culture .out .swiper-button-next:after,
.About_Culture .out .swiper-button-prev:after {
    font-size: 22px;
    color: #f39800;
}


.About_Culture .out .swiper-button-next:hover,
.About_Culture .out .swiper-button-prev:hover {
    background: #f39800;
}

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

.About_Brand .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
}

.About_Brand .out .box {
    width: 18.363%;
    height: 370px;
    position: relative;
    margin-right: 2%;
    margin-bottom: 38px;
}

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

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

.About_Brand .out .box .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(231, 95, 4, 0.75);
    padding: 33px 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;

}

.About_Brand .out .box .text h5 {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 6px;
}

.About_Brand .out .box .text span {
    font-weight: 400;
    font-size: 18px;
    color: #FFFBF8;
    text-align: right;
    display: block;
    margin-bottom: 37px;
}

.About_Brand .out .box .text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5em;
    letter-spacing: 1px;

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


.About_Brand .out .box:hover .text {
    opacity: 1;
}

/* 荣誉资质 */

.About_Honor_swiper {
    padding: 108px 0px 211px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.About_Honor_swiper .swiper-slide {
    width: 319.15px;
    height: 447.6px;
    margin: 0px 58px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.About_Honor_swiper .swiper-slide-active {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

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

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

.About_Honor_swiper .swiper-slide-active span {
    color: #f39800;
}

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

.About_Honor_swiper .swiper-button-next:hover,
.About_Honor_swiper .swiper-button-prev:hover {
    background: #f39800;
}

.About_Honor_swiper .swiper-button-next {
    right: 70px;
}

.About_Honor_swiper .swiper-button-prev {
    left: 70px;
}

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

.About_Team .public_tap {
    margin-bottom: 50px;
}

.About_Team .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 85px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    /* margin-top: 80px; */
    margin-bottom: 120px;

}

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

.About_Team .out .left .auto_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    padding: 0px 6%;
}

.About_Team .out .left .auto_img img {
    width: 23.5%;
    display: block;
    margin-right: 2%;
    margin-bottom: 20px;
}

.About_Team .out .left .auto_img img:nth-child(4n) {
    margin-right: 0px;
}

.About_Team .out .left p {
    font-size: 16px;
    color: #666666;
    line-height: 2em;
    letter-spacing: 1px;
}

.About_Team .out .right {
    width: 40%;
    height: 487.73px;
    -webkit-box-shadow: 0px 0px 3px 6px #0000000a;
            box-shadow: 0px 0px 3px 6px #0000000a;
    display: none;
}

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










/* 服务案例 */

.Services_page .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.Services_page .out .box {
    width: 24%;
    margin-right: 1%;
    /* box-shadow: 0px 2px 20px 1px rgba(107, 107, 107, 0.27); */
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 46px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


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

.Services_page .out .box .img {
    width: 100%;
    height: 205px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}

.Services_page .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.Services_page .out .box .text {
    width: 100%;
    background: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 15px;
}

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

.Services_page .out .box .Atlas img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0 !important;

}

.Services_page .out .box .text h5 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.Services_page .out .box .text .txt p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 1.5em;
}

.Services_page .out .box:hover .img {
    border: 2px solid #f39800;
}

.Services_page .out .box:hover .img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.Services_page .out .box:hover .text h5 {
    color: #f39800;
}

/* 页码 */
.public_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 10px;
}

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

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

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

.Services_video_page .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.Services_video_page .out .box {
    width: 24%;
    /* box-shadow: 0px 2px 20px 1px rgba(107, 107, 107, 0.27); */
    border-radius: 0px 0px 0px 0px;
    margin-right: 1%;
    margin-bottom: 60px;
}

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

.Services_video_page .Services_swiper .box:nth-child(4n) {
    margin-right: 1%;
}

.Services_video_page .out .box .img {
    width: 100%;
    height: 205px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Services_video_page .out .box .img .beij {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.Services_video_page .out .box .bofang {
    width: 50px;
    height: 35px;
    background: rgba(235, 98, 0, 0.478);
    border-radius: 31px 31px 31px 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -20px;
    margin-top: -17px;
}

.Services_video_page .out .box .bofang img {
    height: 15px;
    width: auto;
}



.Services_video_page .out .box .text {
    /* padding: 22px 10px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* background: #FFF; */
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
    color: #333333;
}

.Services_video_page .out .box:hover .img .beij {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.Services_video_page .out .box:hover .text {
    color: #f39800;
}

.Services_video_page .out .box:hover .img {
    border: 2px solid #f39800;
}

.Services_video_xq {
    background: #F6F6F6;
    width: 100%;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Services_video_xq .Top_out {
    width: 100%;
    max-width: 1750px;
    background: #FFF;
    /*height: 624px;*/
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 0px 0px;
    padding: 44px 43px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}

.Services_video_xq .Top_out .left {
    width: 33%;
}

.Services_video_xq .Top_out .left .box {
    margin-bottom: 47px;
}

.Services_video_xq .Top_out .left .box:last-child {
    margin-bottom: 0px;
}

.Services_video_xq .Top_out .left .box h5 {
    font-weight: bold;
    font-size: 28px;
    color: #f39800;
}

.Services_video_xq .Top_out .left .box i {
    width: 49px;
    height: 0px;
    border: 1px solid #A2A2A2;
    display: block;
    margin: 23px 0px;
}

.Services_video_xq .Top_out .left .box h6 {
    font-weight: 500;
    font-size: 22px;
    color: #666666;
    margin-bottom: 26px;
}

.Services_video_xq .Top_out .left .box p {
    font-weight: 400;
    font-size: 18px ;
    color: #999999;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 1px;
}

.Services_video_xq .Top_out .left .box p>span {
    font-size: 18px ;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 83px ;
    flex: none ;
}

.Services_video_xq .Top_out .left .box p>span span {
    font-size: 18px ;
    color: #999999;
}


.Services_video_xq .Top_out .right {
    width: 63%;
    position: relative;
    overflow: hidden;
}

.Services_video_xq .Top_out .right iframe {
    width: 100% !important;
    height: 510px ;
}

.Services_video_xq .Top_out .right .biej {
    width: 100%;
    /*height: 100%;*/
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.Services_video_xq .Top_out .right .bofang {
    width: 96px;
    height: 68px;
    background: rgba(231, 93, 4, 0.63);
    border-radius: 31px 31px 31px 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
}

.Services_video_xq .Top_out .right .bofang img {
    height: 30px;
    display: block;
}



/* Case */
.Case {
    width: 100%;
    background: #e3e3e3;
    width: 100%;
    padding-top: 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 10px;
}

.Case .public_title {
    margin-top: 0px;
}

.public_Tap_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.public_Tap_title .box {
    width: 180px;
    height: 40px;
    border: 1px solid #f39800;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 10vw;
    cursor: pointer;
}

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

.public_Tap_title .box a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}



.public_Tap_title .box a span {
    color: #666666;
    font-size: 20px;
}


.public_Tap_title .box.on a {
    background: #f39800;
    color: #FFF;
}


.public_Tap_title .box.on a span {
    color: #FFF;
}

.public_Tap_title .box .txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0px;
    left: -100%;
    background: #f39800;
    border-radius: 20px;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
    display: none;
}

.public_Tap_title .box .txt span {
    color: #FFF;
    margin-right: 30px;
}

.public_Tap_title .box .yuan {
    width: 45px;
    height: 45px;
    border-radius: 19px;
    position: absolute;
    right: 1px;
    top: 0px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: -2px 0px 3px 2px #0000004d;
            box-shadow: -2px 0px 3px 2px #0000004d;
    display: none;
}

.public_Tap_title .box .yuan img {
    width: 20px;
}


.public_Tap_title .box:hover .txt,
.public_Tap_title .box.on .txt {
    left: 0px;
}

.Case .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
}

.Case .out .box {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 24px;
    /* background: #FFF; */
    /* padding: 10px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    /* border: 1px solid #66666644; */
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
}

.Case .out .box .Atlas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.Case .out .box .Atlas img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0 !important;
}

.Case .out .box .img {
    width: 100%;
    height: 205px;
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
}

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

.Case .out .box .img .IMg {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Case .out .box .img .Vid_bof {
    position: absolute;
    width: 12%;
    height: auto;
    z-index: 10;
    opacity: 0.6;
}

.Case .out .box .img:hover .IMg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}



/* .Static_Tidbits .swiper-slide::after,
.Services_page .out .box .img::after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
} */

.Case .out .box:hover .img {
    border: 1px solid #00000000;
    /* transition: 0.4s ease ; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}




/* .Static_Tidbits .swiper-slide:hover:after,
.Services_page .out .box:hover .img::after {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
} */

.Case .out .box span {
    color: #666666;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    display: block;
}


.fonstyasd {
    width: 15%;
    flex: none;
    text-align: right;
    margin-right: 1% ;
}



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

.Case .out .box:hover .text h5 {
    color: #EB6100;
}

.Case .out .box:hover {
    /* border: 1px solid #EB6100 ; */
    /* box-shadow: 0px 0px 10px 1px #66666638; */
}


.Case .out .box:hover span {
    color: #EB6100;
}

.Case .out .box:hover .img {
    border: 1px solid #EB6100;
    -webkit-box-shadow: 0px 0px 10px 1px #66666638;
            box-shadow: 0px 0px 10px 1px #66666638;
}



.advantage {
    overflow: hidden;
    position: relative;
}

.advantage::after {
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #0e05094a;
    content: '';
    display: block;
    left: 0px;
    top: 69.5%;
    z-index: 4;
}

.advantage .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 53px;
    position: relative;
    z-index: 10;
}

.advantage .out .box {
    width: 195px;
    height: 363px;
    position: relative;
    overflow: hidden;
}

.advantage .out .box .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;

    display: none;

}


.advantage .out .box .biejing {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    z-index: 7;
}

.advantage .out .box .hover .txt,
.advantage .out .box .hover .img {
    position: relative;
    z-index: 10;
}

.advantage .out .box .text {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;

}

.advantage .out .box .img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;


}

.advantage .out .box .img .img_1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* background: #c6baba78; */
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.advantage .out .box .img img {
    width: 45px;
    height: 45px;
    ;
    -o-object-fit: contain;
    ;
       object-fit: contain;
    display: block;
}



.advantage .out .box .img .img_2 {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    background: #f39800;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.advantage .out .box:hover .img_1 {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.advantage .out .box:hover .img .img_2 {
    background: #f39800;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.advantage .out .box .txt {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 28px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.advantage .out .box .txt span {
    display: block;
    text-align: center;
    color: #666666;
    font-size: 18px;
}

.advantage .out .box .txt span:first-child {
    margin-bottom: 20px;
}

.advantage .out .box .text i {
    width: 23px;
    height: 23px;
    border: 1px dashed #746f71;
    border-radius: 50%;
    display: block;
    margin-bottom: 40px;
    background: #FFF;
}

.advantage .out .box .text h6 {
    font-size: 36px;
    color: #f39800;
    font-weight: 400;
}

.advantage .out .box .hover .txt {
    margin-top: 50px;
}

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

.advantage .out .box:hover .hover {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);

}

/* Five-heart */

.Five-heart {
    width: 100%;
    background: #e3e3e3;
    padding: 64px 0px 140px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}

.Five-heart .public_title {
    margin-top: 0px;
    margin-bottom: 114px;
}

.Five-heart .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.Five-heart i {
    width: 79px;
    height: 1px;
    background: #a0a0a0;
    display: block;
    margin-top: 57px;
}

.Five-heart .box {
    width: 240px;
}

.Five-heart .box .img_box {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.Five-heart .box .img_box .img,
.Five-heart .box .img_box .hover_Img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.Five-heart .box .img_box .img img,
.Five-heart .box .img_box .hover_Img img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}

.Five-heart .box .txt {
    text-align: center;
    margin-top: 39px;
}

.Five-heart .box .txt span {
    display: block;
    color: #666666;
    font-size: 18px;
}

.Five-heart .box .txt span:first-child {
    margin-bottom: 15px;
}

.Five-heart .box .img_box .hover_Img {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background: #f39800;
    opacity: 0;
}

.Five-heart .box .img_box .img {
    -webkit-transform: translateX(0%) rotate(0);
        -ms-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    opacity: 1;
}

.Five-heart .box:hover .img_box .img {
    -webkit-transform: translateX(100%) rotate(180deg);
        -ms-transform: translateX(100%) rotate(180deg);
            transform: translateX(100%) rotate(180deg);
    opacity: 0;
}

.Five-heart .box:hover .img_box .hover_Img {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
}



.Popups {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #000;

    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;

    display: none;
}

.Popups .Tap_title {
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 47px;
    padding: 0px 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
}

.Popups .Tap_title .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.Popups .Tap_title .left span {
    color: #999;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.Popups .Tap_title .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.Popups .Tap_title .right .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.Popups .Tap_title .right .ion_6::after {
    content: "\e070";
}

.Popups .Tap_title .right .ion_5::after {
    content: "\e0f2";
}

.Popups .Tap_title .right .ion_4::after {
    content: "\e20c";
}

.Popups .Tap_title .right .ion_3::after {
    content: "\e01d";
}

.Popups .Tap_title .right .ion_2::after {
    content: "\e311";
}

.Popups .Tap_title .right .ion_1::after {
    content: "\e312";
}

.Popups .out {
    width: 100%;
    height: 100%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

.Popups .Popups_swiper {
    width: 100%;
    height: 100%;
}

.Popups .Popups_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14vh 0px 25vh 0px;
    overflow: hidden;
}

.Popups .Popups_swiper .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.Popups .Clown_Gallery {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0px;
    overflow: hidden;
}

.Popups .Clown_Gallery .Clown_Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.Popups .Clown_Gallery .Clown_Img .swiper {
    width: 100%;
}

.Popups .Clown_Gallery .Clown_Img .swiper .swiper-wrapper {}



.Popups .Clown_Gallery .Clown_Img .img {
    width: 96px;
    height: 76px;
    border: 2px solid #FFF;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.Popups .Clown_Gallery .Clown_Img .swiper-slide-thumb-active,
.Popups .Clown_Gallery .Clown_Img .img:hover {
    border: 2px solid #f39800;
}

.Popups .Clown_Gallery .Clown_Img .img:last-child {
    margin-right: 0px;
}

.Popups .Clown_Gallery .Clown_Img .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.Popups .Popups_swiper .swiper-button-next::after,
.Popups .Popups_swiper .swiper-button-prev::after {
    display: none;
}

.Popups .Popups_swiper .swiper-button-next::before {
    content: "\e095";
    color: #FFF;
    font-size: 26px;
}

.Popups .Popups_swiper .swiper-button-next {
    right: 45px;
}

.Popups .Popups_swiper .swiper-button-prev::before {
    content: "\e094";
    color: #FFF;
    font-size: 26px;
}


.Popups .Popups_swiper .swiper-button-prev {
    left: 45px;
}

body.full_on {
    overflow: hidden;
}

.Popups .Tap_title .right .ion_4.on::after {
    content: "\e20d";
}

.Popups .Tap_title .right .ion_3.on::after {
    content: "\e01a";
}


.Popups .Tap_title .right .minification_ou.on {
    pointer-events: none;
    opacity: 0.6;
}












/* 新闻 */
.Company_page {
    width: 100%;
}

.Company_page .out {
    width: 100%;
}

.Company_page .out .box {
    padding-bottom: 31px;
    border-bottom: 1px solid #E2E2E2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
}

.Company_page .out .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.Company_page .out .box .left {
    width: 32.4%;
    height: 317px;
}

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

.Company_page .out .box .right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.Company_page .out .box .right .rig_1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 75px;
}

.Company_page .out .box .right .rig_1 h5 {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin-bottom: 27px;
}

.Company_page .out .box .right .rig_1 span {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    display: block;
    margin-bottom: 60px;
}

.Company_page .out .box .right .rig_1 i {
    width: 51px;
    height: 2px;
    background: #f39800;
    display: block;
}

.Company_page .out .box .right .rig_2 {
    width: 673px;
    margin-right: 135px;
}

.Company_page .out .box .right .rig_2 h5 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 50px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.Company_page .out .box .right .rig_2 p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.Company_page .out .box .right .rig_3 {
    width: 58px;
    height: 58px;
    /* background: #f39800; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;

    display: none;
}

.Company_page .out .box .right .rig_3 img {
    width: 22.36px;
    display: block;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.Company_page .out .box:hover .right .rig_2 h5 {
    color: #f39800;
}

.Company_page .out .box:hover .right .rig_3 img {
    -webkit-animation: News_Img 0.5s ease infinite alternate;
            animation: News_Img 0.5s ease infinite alternate;
}

/* .Company_page .out .box:hover .right .rig_3 {
    background: #f39800;
}

.Company_page .out .box:hover .right .rig_3 img {
    content: url(../images/ZS_4.png);
    width: 15px;
} */


/* 设备 */
.Anlagentechnik_page {
    width: 100%;
}

.Anlagentechnik_page .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.Anlagentechnik_page .out .box {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 64px;
    -webkit-box-shadow: 0px 2px 20px 1px rgba(114, 114, 114, 0.17);
            box-shadow: 0px 2px 20px 1px rgba(114, 114, 114, 0.17);
    border-radius: 0px 0px 0px 0px;
}

.Anlagentechnik_page .out .box .img {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

.Anlagentechnik_page .out .box .text {
    width: 100%;
    background: #FFF;
    background: #FFFFFF;

    padding: 33px 25px 23px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Anlagentechnik_page .out .box .text h5 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-bottom: 19px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.Anlagentechnik_page .out .box .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Anlagentechnik_page .out .box .text .but {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}

.Anlagentechnik_page .out .box .text .but span {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #f39800;
    display: block;
    position: relative;
    display: none;
}

.Anlagentechnik_page .out .box .text .but span::after {
    width: 30px;
    height: 1px;
    background: #f39800;
    display: block;
    position: absolute;
    left: -60px;
    top: 50%;
    content: ' ';
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

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

.Anlagentechnik_page .out .box:hover .text .but span::after {
    left: -20px;
    opacity: 1;
}

.Anlagentechnik_page .out .box:hover .text h5 {
    color: #f39800;
}

.Anlagentechnik_page .out .box:hover .img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.Anlagentechnik_page .out .box:hover .img {
    border: 2px solid #f39800;
}


/* 联系我们 */
.Message_page {
    margin-top: 113px;
    margin-bottom: 123px;
}

.Message_page .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.Message_page .out .left {
    width: 35.225%;
}

.Message_page .out .left h5 {
    font-weight: bold;
    font-size: 42px;
    color: #111111;
    line-height: 68px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.28);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 53px;
}

.Message_page .out .left .Left_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 52px;
}

.Message_page .out .left .Left_box .box {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding: 24px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Message_page .out .left .Left_box .box:nth-child(1),
.Message_page .out .left .Left_box .box:nth-child(2) {
    border-top: 1px solid #EBEBEB;
}

.Message_page .out .left .Left_box .box .L_1 {
    width: 51.72px;
    height: 51.72px;
    margin-right: 17px;
}

.Message_page .out .left .Left_box .box .L_1 img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
}

.Message_page .out .left .Left_box .box .L2 span {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    display: block;
    margin-bottom: 8px;
}

.Message_page .out .left .Left_box .box .L2 p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.Message_page .form {
    width: 100%;
}

.Message_page .form h6 {
    font-weight: 500;
    font-size: 39px;
    color: #111111;
    margin-bottom: 30px;
}

.Message_page .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.Message_page .form form input {
    width: 49%;
    height: 49px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E6E6E6;
    padding-left: 17px;
    font-weight: 400;
    font-size: 16px;
    color: #8E8E8E;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
}

.Message_page .form form textarea {
    width: 100%;
    height: 154px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E6E6E6;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #8E8E8E;
    margin-bottom: 17px;
}

.Message_page .form form button {
    width: 221px;
    height: 46px;
    background: #f39800;
    border-radius: 23px 23px 23px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;

    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;

    cursor: pointer;
}

.Message_page .out .right {
    width: 59.775%;

}

.Message_page .out .right img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
}


.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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;
    -webkit-box-sizing: border-box;
            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 !important;
    text-align: center;
    display: block;
    height: auto ;
}

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


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

.butt_box .left .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
}

.butt_box .right {
    cursor: pointer;
}

.Anlagentechnik_xq {
    margin: 100px 0px;
}

.Anlagentechnik_xq_Top_out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.Anlagentechnik_xq_Top_out .left {
    width: 40%;
}

.Anlagentechnik_xq_Top_out .left .Anlagentechnik_swiper {
    height: 400px;
}

.Anlagentechnik_xq_Top_out .left .Anlagentechnik_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.Anlagentechnik_xq_Top_out .left .Anlagentechnik_swiper2 {
    width: 100%;
    margin-top: 40px;
    height: 107px;
}

.Anlagentechnik_xq_Top_out .left .Anlagentechnik_swiper2 .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Anlagentechnik_xq_Top_out .left .Anlagentechnik_swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
}

.Anlagentechnik_xq_Top_out .left .Anlagentechnik_swiper2 .swiper-slide-thumb-active {
    border: 3px solid #EB6100;
    ;
}

.Anlagentechnik_xq_Top_out .left .swiper-button-next {

    right: 0px;
}

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

.Anlagentechnik_xq_Top_out .left .swiper-button-next,
.Anlagentechnik_xq_Top_out .left .swiper-button-prev {
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(51, 51, 51, 0.31);
    top: 0px;
    margin-top: 0px;
}

.Anlagentechnik_xq_Top_out .left .swiper-button-next:after,
.Anlagentechnik_xq_Top_out .left .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
}

.Anlagentechnik_xq_Top_out .right {
    width: 50%;
    height: 100%;
}

.Anlagentechnik_xq_Top_out .right h5 {
    font-weight: 500;
    font-size: 25px;
    color: #333333;
}

.Anlagentechnik_xq_Top_out .right h5::after {
    width: 70% ;
    height: 2px ;
    background: #f39800 ;
    content: ' ';
    display: block;
    margin-top: 30px ;
}

.Anlagentechnik_xq_Top_out .right .tiem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.Anlagentechnik_xq_Top_out .right .tiem span {
    font-size: 15px;
    color: #333;
    margin-right: 20px;
    letter-spacing: 1px;
}

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

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

}

.Anlagentechnik_xq .out .title {
    margin-top: 60px;
    margin-bottom: 40px;
}

.Anlagentechnik_xq .out .title h5 {
    color: #333;
    font-size: 26px;
    margin-bottom: 15px;
}

.Anlagentechnik_xq .out .title i {
    width: 70px;
    height: 2px;
    background: #f39800;
    display: block;
}

.Anlagentechnik_xq .out .text {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

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

}

.lightgallery_public {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lightgallery_public>div {
    display: none;
    width: 100%;
    height: 100%;
}

.lightgallery_public a {
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.lightgallery_public>div:first-child {
    display: block;
}

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

/* --------------- 新版首页 */



/* ------------------------首页结束 */

.About_course {
    width: 100%;
}

.About_course .out_bie {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.Cou_out {
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}





.popups_text {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
    display: none;
}

.popups_text.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popups_text .out {
    width: 800px;
    height: 400px;
    background: #FFFF;
    -webkit-box-shadow: 0px 0px 10px 1px #00000057;
            box-shadow: 0px 0px 10px 1px #00000057;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.popups_text .out .box {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
    display: none;
}

.popups_text .out .box::-webkit-scrollbar {
    display: none;
}

.popups_text .out .box h5 {
    color: #333;
    font-size: 26px;
    margin-bottom: 20px;
}

.popups_text .out .box p {
    color: #666666;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 1px;
}

.popups_text .out .guanbi {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 28px;
    cursor: pointer;
}

.Bou_out_txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 60px;
}

.Bou_out_txt .box h5 {
    color: #f39800;
    font-size: 20px;
    margin-bottom: 20px;
}

.Bou_out_txt .box {
    margin-bottom: 30px;
}

.Bou_out_txt .box p {
    color: #333;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 1px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-align: center ;
        -ms-flex-align: center ;
            align-items: center ;
}

.pagination li a{
    padding: 10px 15px ;
    margin: 0px 5px ;
    display: block ;
    background: #EEEEEE ;
    font-size: 15px  ;
}

.pagination li.active a {
    background: #f39800 ;
    color: #FFF ;
}

.nav_min_box {
    width: 100% ; 
    display: none ;
}

.nav_min_box a{
    display: block;
    font-size: 14px;
    color: #555;
    padding: 10px 41px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.min_nav .box .title img {
    display: block ;
     -webkit-transition: 0.6s ease ;
     -o-transition: 0.6s ease ;
     transition: 0.6s ease ;
}

.min_nav .box .title img.on {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}


/* 媒体查询 */
@media (max-width:992px) {

    .Services_video_xq .Top_out .left .box p>span {
        width: 0.86rem ;
    }

    .Services_video_xq .Top_out .right iframe{
        height: 3rem !important;
    }

    .pagination li a{
    padding: 0.1rem 0.15rem ;
    margin: 0px 0.05rem ;
    display: block ;
    background: #EEEEEE ;
    font-size: 0.15rem ;
}
    
    .Message_page .out .right img{
        width: 1rem ;
    }
    
    .content-window-card p{
        height: auto !important;
        font-size: 0.18rem ;
    }
    
    .amap-info-content{
        width: 100% !important;
    }
    
    .content-window-card{
        width: 100% !important ;
        padding: 0px !important;
    }
    
    .banner_page .text{
           
        width: 54%;
    
        margin-left: 38%;
    }
    
    .banner_page .text h5{
        font-size: 0.18rem ;
    }
    
    .About_Team .public_tap{
        margin-bottom: 0.5rem ;
    }
    
    .banner_page .text p{
        font-size: 0.12rem ;
    }
    
    table{
        max-width: 100% ;
    }
    
    .Services_video_xq .Top_out .left .box p>span , .Services_video_xq .Top_out .left .box p>span span{
        font-size: 0.18rem ;
    }

    .Bou_out_txt {
        margin-top: 0.6rem;
    }

    .Bou_out_txt .box h5 {
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }

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

    .Bou_out_txt .box {
        margin-bottom: 0.3rem;
    }

    .Cou_out {
        margin-bottom: 0.8rem;
    }

    .About_Team .out .left .auto_img {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0px;
    }

    .About_Team .out .left .auto_img img {
        width: 48%;
        margin-right: 0px;
    }
    
    .advantage{
        /*height: 6rem ;*/
    }

    .advantage::after {
        top: auto ;
        bottom: 1.79rem ;
        height: 0.01rem  ;
    }



    .Bou_out_txt {
        display: block;
    }

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


    .Five-heart {
        padding: 0.64rem 0px 1.4rem 0px;
    }

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

    .Five-heart .public_title {
        margin-bottom: 1rem;
    }

    .Five-heart .out {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .Five-heart .box {
        width: 100%;
    }

    .Five-heart .box .txt span {
        font-size: 0.14rem;
    }

    .Five-heart .box .txt span:first-child {
        margin-bottom: 0.15rem;
    }

    .Five-heart .box .img_box {
        width: 1rem;
        height: 1rem;
    }

    .Five-heart .box .img_box img {
        width: 50%;
    }

    .Five-heart .box .txt {
        margin-top: 0.39rem;
    }

    .Five-heart i {
        width: 0.5rem;
        height: 0.01rem;
        margin-top: 0.57rem;
        /*display: none;*/
    }


    .min_navCan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navigation ul {
        display: none;
    }


    .navigation .Nav_form {
        display: none;
    }


    .navigation {
        height: 0.9rem;

        -webkit-box-sizing: border-box;

                box-sizing: border-box;
    }

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

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

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        width: 0.6rem;
        border-radius: 0.3rem;
    }

    .navigation .logo img {
        height: 0.57rem;
    }

    .public_title {
        margin-top: 0.6rem;
        margin-bottom: 0.45rem;
    }

    .public_title h5 {
        font-size: 0.42rem;
        text-shadow: 0px 0.02rem 0.04rem rgba(0, 0, 0, 0.28);
    }

    .public_title i {
        width: 0.7rem;
        height: 0.02rem;
        margin-top: 0.15rem;
    }

    .clientCase .Tap_box {
        width: 100%;
        padding: 0px 4.5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 0.2rem;
    }

    .clientCase .Tap_box a {
        width: 1.96rem;
        height: 0.58rem;
        -webkit-box-shadow: 0px 0.03rem 0.12rem 0.01rem rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0.03rem 0.12rem 0.01rem rgba(0, 0, 0, 0.16);
        border-radius: 0.07rem;
        font-size: 0.22rem;
    }

    .clientCase .swiper-slide {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .clientCase .swiper-slide .box {
        width: 48%;
        margin-right: 0px;
        margin-top: 0.42rem;
    }

    .clientCase .swiper-slide .box img {
        height: 2.44rem;
    }

    .clientCase .swiper-slide .box span {
        font-size: 0.24rem;
        margin-top: 0.2rem;
        padding: 0px 0.15rem;
    }



    .Services .out {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .Services .out {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .Services .out .box:nth-child(2) {
        margin: 0px 0.6rem;
    }

    .Services .out .box a .img {
        width: 0.6rem;
        height: 0.6rem;
    }

    .Services .out .box a span {
        margin-top: 0.44rem;
        font-size: 0.23rem;
    }

    .Services .out_2 {
        margin-top: 0.93rem;
        margin-bottom: 0.72rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .Services .out_2 .box {
        width: 1.7rem;
        height: 1.7rem;
    }

    .Services .out_2 .box b {
        margin-bottom: 0.15rem;
    }

    .Services .out_2 .box span {
        font-size: 0.32rem;
    }

    .Services .out_2 .box b p {
        font-size: 0.26rem;
    }

    .Services .out_2 .box .txt>p {
        font-size: 0.14rem;
    }

    .Case {
        padding-top: 0.66rem;
        padding-bottom: 0.1rem;
    }

    .public_Tap_title .box {
        width: 2.08rem;
        height: 0.45rem;
        border-radius: 0.2rem;
        margin-right: 10vw;
    }

    .public_Tap_title .box a span {
        font-size: 0.24rem;
    }

    .public_Tap_title .box .txt {
        font-size: 0.2rem;
    }

    .public_Tap_title .box .txt span {
        margin-right: 0.3rem;
    }

    .public_Tap_title .box .yuan {
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 0.19rem;
        -webkit-box-shadow: -0.02rem 0px 0.03rem 0.02rem #0000004d;
                box-shadow: -0.02rem 0px 0.03rem 0.02rem #0000004d;
    }

    .public_Tap_title .box .yuan img {
        width: 0.2rem;
    }


    .Case .out {
        margin-top: 0.32rem;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .Case .out .box {
        width: 49%;
        margin-bottom: 0.3rem;
        margin-right: 0px;
    }

    .Case .out .box .img {
        height: 2.05rem;
    }

    .Case .out .box span {
        margin-top: 0.18rem;
        font-size: 0.18rem;
    }

    .advantage .out {
        margin-bottom: 0.53rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .advantage .out .box {
        width: 19%;
        height: 3.62rem;
    }

    .advantage .out .box .img {
        width: 0.9rem;
        height: 0.9rem;
    }

    .advantage .out .box .img img {
        width: 0.52rem;
        height: 0.52rem;
    }

    .advantage .out .box .txt {
        margin-top: 0.14rem;
        margin-bottom: 0.28rem;
    }

    .advantage .out .box .txt span:first-child {
        margin-bottom: 0.2rem;
    }

    .advantage .out .box .txt span {
        font-size: 0.18rem;
    }

    .advantage .out .box .text i {
        width: 0.23rem;
        height: 0.23rem;
        margin-bottom: 0.4rem;
    }

    .advantage .out .box .text h6 {
        font-size: 0.4rem;
    }

    .advantage .out .box .hover .txt {
        margin-top: 0.5rem;
    }


    .New_News {
        padding: 0.67rem 0px 0.41rem 0px;
    }

    .New_News .out .left {
        display: none;
    }

    .New_News .out {
        margin-top: 0.36rem;
    }

    .New_News .out .center {
        margin-bottom: 0.2rem;
    }

    .New_News .out .center,
    .New_News .out .right {
        width: 100%;
        height: auto;
    }

    .New_News .out .center .box {
        margin-bottom: 0.2rem;
    }

    .New_News .out .center .box a {
        padding: 0.23rem 0.35rem;
    }

    .New_News .out .center .box h5 {
        font-size: 0.26rem;
        margin-bottom: 0.38rem;
    }

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

    .New_News .out .center .text {
        margin-top: 0.33rem;
        padding-top: 0.33rem;
    }

    .New_News .out .center .text .tiem b {
        font-size: 0.36rem;
    }

    .New_News .out .center .text .tiem span {
        font-size: 0.18rem;
        margin-top: 0.04rem;
    }

    .New_News .out .center .text img {
        width: 0.2rem;
    }

    .New_News .out .right .box {
        margin-bottom: 0.2rem;
    }

    .New_News .out .right a {
        padding: 0.25rem 0.24rem;
    }

    .New_News .out .right .box .tiem b {
        font-size: 0.3rem;
        margin-bottom: 0.05rem;
    }

    .New_News .out .right .box .tiem span {
        font-size: 0.16rem;
    }

    .New_News .out .right .box .txt h5 {
        font-size: 0.2rem;
    }

    .New_News .out .right .box .txt img {
        height: 0.21rem;
        -webkit-transform: translateY(0.4rem);
            -ms-transform: translateY(0.4rem);
                transform: translateY(0.4rem);
    }
























    .Banner_scroll {
        width: 100%;
        height: 1.89rem;
        margin-top: 0.6rem;
    }

    .Banner_scroll .out .box h5 {
        font-size: 0.20rem;
    }

    .Banner_scroll .out .box h5 span {
        font-size: 0.3rem;
    }

    .Banner_scroll .out .box p {
        font-size: 0.14rem;
        margin-top: 0.23rem;
    }

    .Banner_scroll .out .box h5 b {
        font-size: 0.2rem;
        margin-left: 0.15rem;
        margin-top: -0.15rem;
    }

    .Banner_scroll .out .box .ceng i {
        width: 0.01rem;
        height: 0.3rem;
    }

    .Banner_scroll .out .box .ceng b {
        width: 0.07rem;
        height: 0.07rem;
        margin: 0.08rem 0px;
    }

    .Keyword .out {
        padding-bottom: 1.13rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 5% 0%;
    }

    .Keyword .out .box {
        width: 33.3%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .Keyword .out .box i {
        width: 1.46rem;
        height: 1px;
        background: #f39800;
        display: none;
    }

    .Keyword .out .box .txt {
        width: 100%;
        height: 2.67rem;
        -webkit-box-shadow: 0px 0.02rem 0.2rem 0.01rem rgba(0, 0, 0, 0.23);
                box-shadow: 0px 0.02rem 0.2rem 0.01rem rgba(0, 0, 0, 0.23);
    }

    .Keyword .out .box .txt img {
        height: 1.32rem;
        margin-bottom: 0.3rem;
    }

    .Keyword .out .box .txt span {
        font-size: 0.22rem;
    }

    .Cooperative .out {
        padding: 1.21rem 0% 1rem 0%;
    }

    .Cooperative .out .swiper-slide {
        width: 3.32rem;
        height: 2.76rem;
        border-radius: 0.27rem;
        margin-right: 0.6rem;
    }

    .Cooperative .out .swiper-slide .ceng {
        width: 3.32rem;
        height: 2.76rem;
        border-radius: 0.27rem;
    }

    .Cooperative .out .swiper-slide img {
        height: 0.65rem;
        margin-bottom: 0.31rem;
    }

    .Cooperative .out .swiper-slide p {
        font-size: 0.26rem;
        margin-bottom: 0.1rem;
    }

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

    .Customers .out {
        margin-bottom: 0.4rem;
        margin-top: 0.5rem;
        height: 5rem;
    }

    .Customers .out .box {
        width: 2.10rem;
        height: 43%;
        margin-bottom: 0.2rem;
        margin-right: 0.3rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: 0px;
        -webkit-box-shadow: 0px 1px 0.08rem 1px #a19f9f62;
                box-shadow: 0px 1px 0.08rem 1px #a19f9f62;
    }

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

    .Customers .out .swiper {
        width: 100%;
        height: 100%;
        padding: 0.5rem 0.1rem 0.4rem 0.1rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

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

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


    .Static_Tidbits {
        margin-top: 0.98rem;
        padding-top: 0.64rem;
        padding-bottom: 0.56rem;
    }


    .Dynamic_Tidbits .out {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 0.77rem;
    }

    .Dynamic_Tidbits .out .left {
        width: 100%;
        padding: 0.42rem 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .Dynamic_Tidbits .out .left p {
        font-size: 0.22rem;
        margin-bottom: 0.2rem;
    }

    .Dynamic_Tidbits .out .left a {
        width: 1.27rem;
        height: 0.4rem;
        border-radius: 0.27rem;
        margin-top: 0.45rem;
    }

    .Dynamic_Tidbits .out .left a b {
        font-size: 0.14rem;
        left: 0.2rem;
    }

    .Dynamic_Tidbits .out .left a span {
        width: 0.4rem;
        height: 0.4rem;
    }

    .Dynamic_Tidbits .out .left a span img {
        width: 0.07rem;
    }

    .Dynamic_Tidbits .out .left a:hover span img {
        -webkit-transform: translateX(0.3rem) translateY(0.02rem);
            -ms-transform: translateX(0.3rem) translateY(0.02rem);
                transform: translateX(0.3rem) translateY(0.02rem);
    }

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

    .Dynamic_Tidbits .out .right video {
        width: 100%;
        /* height: 3.7rem; */
    }

    .Dynamic_Tidbits .out .right img {
        width: 0.65rem;
    }

    .Static_Tidbits .swiper-slide {
        width: 5.27rem;
        height: 3.9rem;
        margin: 0px 0.07rem;
    }

    .information .Tap_box {
        margin-bottom: 0.43rem;
    }

    .information .Tap_box a {
        font-size: 0.22rem;
        margin-right: 0.92rem;
    }

    .information .out {
        margin-bottom: 0.6rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between
    }

    .information .out .box {
        width: 48%;
        margin-bottom: 0.3rem;
    }

    .information .out .box .img {
        height: 2.63rem;
    }

    .information .out .box .txt {
        padding: 0.34rem 0.24rem 0.22rem 0.24rem;
    }

    .information .out .box .txt h5 {
        font-size: 0.25rem;
    }

    .information .out .box .txt p {
        font-size: 0.2rem;
        margin-top: 0.18rem;
        margin-bottom: 0.3rem;
    }

    .information .out .box .txt span {
        font-size: 0.18rem;
    }

    .information .out .box .txt .More {
        height: 0.4rem;
    }

    .information .out .box .txt .More h6 {
        border-radius: 0.27rem;
        width: 0.85rem;
        height: 0.3rem;
        font-size: 0.12rem;

    }

    .information .out .box:hover .txt .More h6 {
        width: 1.25rem;
        height: 0.4rem;
        color: #FFF;
    }

    .information .out .box:hover {
        -webkit-box-shadow: 0px 0px 0.1rem 1px #999;
                box-shadow: 0px 0px 0.1rem 1px #999;
        -webkit-transform: translateY(-0.2rem);
            -ms-transform: translateY(-0.2rem);
                transform: translateY(-0.2rem);
    }

    .Footer .right {
        display: none;
    }

    .Footer {
        padding-top: 0.21rem;
        padding-bottom: 0.28rem;
    }

    .Footer .out {
        padding: 0px;
    }

    .Footer .left h6 {
        font-size: 0.3rem;
        margin-bottom: 0.15rem;
    }

    .Footer .left .box {
        margin-bottom: 0.15rem;
    }

    .Footer .left .box span {
        font-size: 0.16rem;
    }

    .Footer .left .box a {
        font-size: 0.16rem;
        margin-left: 0.1rem;
    }

    .Footer .left .box span img {
        width: 0.14rem;
        margin-right: 0.1rem;
    }

    .Footer .IMge_box .img {
        margin-right: 0.15rem;
    }

    .Footer .IMge_box .img img {
        width: 0.77rem;
        height: 0.77rem;
    }

    .Footer .IMge_box .img span {
        font-size: 0.13rem;
        margin-top: 0.06rem;
    }

    .Footer .left {
        width: 100%;
    }

    .Footer .logo img {
        width: 2.7rem;
    }

    .Footer .left i {
        height: 0.02rem;
        margin: 0.26rem 0px 0.34rem 0px;
    }

    .Footer .left .box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }


    .Footer .left .box .L_box p {
        font-size: 0.18rem;
        margin-bottom: 0.25rem;
    }

    .Footer .left .box .R_box .T_img {

        margin-right: 0.48rem;
    }

    .Footer .left .box .R_box .T_img img {
        width: 1.04rem;
        height: 1.04rem;
        margin-bottom: 0.16rem;
    }

    .Footer .left .box .R_box .T_img span {
        font-size: 0.12rem;
    }

    .footer_2 {
        height: 0.5rem;
    }

    .footer_2 a {
        font-size: 0.12rem;
    }

    .public_tap {
        margin-bottom: 0.62rem;
        /*justify-content: left;*/
    }

    .public_tap a {
        width: 25%;
        height: 0.58rem;
        -webkit-box-shadow: 0px 0.03rem 0.12rem 1px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0.03rem 0.12rem 1px rgba(0, 0, 0, 0.16);
        border-radius: 0.07rem;
        font-size: 0.22rem;
        margin-right: 3.5%;
        margin-bottom: 0.3rem;
    }

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

    .About_Brand .out {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 0.8rem;
    }

    .About_Brand .out .box {
        width: 48%;
        margin-right: 0px;
        height: 3.7rem;
        margin-bottom: 0.38rem;
    }

    .About_Brand .out .box .text {
        padding: 0.2rem 0.26rem;
    }

    .About_Brand .out .box .text h5 {
        font-size: 0.24rem;
        margin-bottom: 0.06rem;
    }

    .About_Brand .out .box .text span {
        font-size: 0.18rem;
        margin-bottom: 0.37rem;
    }

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

    .banner {
        margin-top: 0.9rem;
    }

.About_Culture{
    margin-bottom: 0.4rem ;
}

    .About_Culture .out {
        padding: 0px;
    }
    
    
    .About_Culture .out .swiper-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important;
    }
    
    .About_Culture_swiper .swiper-slide:nth-child(2n){
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

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

    .About_Culture_swiper .swiper-slide .img {
        height: 3.3rem;
    }

    .About_Culture_swiper .swiper-slide .text {
        padding: 0.7rem 0.3rem 0.4rem 0.3rem;
        height: auto ;
    }

    .About_Culture_swiper .swiper-slide .text h5 {
        font-size: 0.3rem;
    }

    .About_Culture_swiper .swiper-slide .text i {
        margin: 0.23rem 0px;
    }


    .About_Culture_swiper .swiper-slide .text p {
        font-size: 0.18rem;
    }

    .About_Culture .out .swiper-button-next,
    .About_Culture .out .swiper-button-prev {
        width: 0.51rem;
        height: 0.51rem;
    }

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

    .About_Culture .out .swiper-button-prev {
        right: 0.51rem;
    }


    .About_Team .out {
        padding: 0px 4%;
        margin-top: 0.6rem;
        margin-bottom: 1.2rem;
    }

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

    .About_Team .out .left p {
        font-size: 0.2rem;
    }

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







    .About_Honor_swiper .swiper-slide {
        width: 3.19rem;
        height: 4.47rem;
        margin: 0px 0.5rem;
    }

    .About_Honor_swiper .swiper-slide span {
        font-size: 0.22rem;
        margin-top: 0.37rem;
    }

    .About_Honor_swiper {
        padding: 1rem 0px 2rem 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .About_Honor_swiper .swiper-button-next,
    .About_Honor_swiper .swiper-button-prev {
        width: 0.41rem;
        height: 0.41rem;
    }

    .About_Honor_swiper .swiper-button-next:after,
    .About_Honor_swiper .swiper-button-prev:after {
        font-size: 0.18rem;
    }

    .About_Honor_swiper .swiper-button-prev {
        left: 0.7rem;
    }

    .About_Honor_swiper .swiper-button-next {
        right: 0.7rem;
    }

    .Services_page .out {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .Services_page .out .box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0.54rem;
    }

    .Services_page .out .box .img {
        height: 2.63rem;
    }

    .Services_page .out .box .text {
        padding: 0.3rem 0.25rem;

    }

    .Services_page .out .box .text h5 {
        font-size: 0.25rem;
        margin-bottom: 0.2rem;
    }

    .Services_page .out .box .text .txt p {
        font-size: 0.2rem;
    }

    .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 .Next_page_Previous_page {
        width: 0.66rem;
        height: 0.41rem;
        border-radius: 0.02rem;
        font-size: 0.16rem;
        margin: 0px 0.1rem;
    }

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

    .Popups_2 {
        display: none;
    }

    .Popups_1 {
        margin-top: 30vh;
        width: 90%;
        height: auto;
    }

    .turnoff {
        right: 0px;
        top: 0px;
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.3rem;

        line-height: 0.35rem;
        border-radius: 0px;
        z-index: 999;
    }

    .Popups_1 .buttom_box .swiper-pagination .swiper-pagination-bullet {
        width: 0.13rem;
        height: 0.13rem;
        margin: 0px 0.06rem;
    }

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

    .Services_video_page .out {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .Services_video_page .out .box {
        width: 48%;
        margin-right: 0px;
        margin-bottom: 0.4rem;
    }

    .Services_video_page .out .box .img {
        height: 1.8rem;
    }

    .Services_video_page .out .box .bofang {
        width: 0.5rem;
        height: 0.35rem;
        border-radius: 0.31rem;
        margin-left: -0.2rem;
        margin-top: -0.17rem;
    }

    .Services_video_page .out .box .bofang img {
        height: 0.14rem;
    }

    .Services_video_page .out .box .text {
        padding: 0.22rem 0.1rem;
        font-size: 0.2rem;
    }

    .Services_video_xq {
        padding-top: 0.8rem;
    }

    .Services_video_xq .Top_out {
        background: #FFF;
        height: auto;
        padding: 0.4rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .Services_video_xq .Top_out .left {
        width: 100%;
    }

    .Services_video_xq .Top_out .right {
        width: 100%;
        margin-top: 0.4rem;
    }

    .Services_video_xq .Top_out .left .box h5 {
        font-size: 0.28rem;
    }

    .Services_video_xq .Top_out .left .box i {
        width: 0.49rem;
        margin: 0.23rem 0px;
    }

    .Services_video_xq .Top_out .left .box h6 {
        font-size: 0.22rem;
        margin-bottom: 0.26rem;
    }

    .Services_video_xq .Top_out .left .box p {
        font-size: 0.18rem;
    }

    .Services_video_xq .Top_out .left .box {
        margin-bottom: 0.4rem;
    }

    .Services_video_xq .Top_out .right .bofang {
        width: 0.96rem;
        height: 0.68rem;
        border-radius: 0.31rem;
        margin-top: -0.34rem;
        margin-left: -0.48rem;
    }

    .Services_video_xq .Top_out .right .bofang img {
        height: 0.3rem;
    }


    .Company_page .out .box a {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

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

    .Company_page .out .box .right {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 0.3rem;
    }

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

    .Company_page .out .box .right .rig_1 h5 {
        font-size: 0.4rem;
        margin-bottom: 0rem;
    }

    .Company_page .out .box .right .rig_1 span {
        font-size: 0.2rem;
        margin-bottom: 0.1rem;
    }

    .Company_page .out .box .right .rig_1 i {
        width: 0.6rem;
        height: 0.02rem;
    }

    .Company_page .out .box .right .rig_2 {
        width: 100%;
        margin-right: 0px;
        margin-top: 0.2rem;
    }

    .Company_page .out .box .right .rig_2 h5 {
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }

    .Company_page .out .box .right .rig_2 p {
        font-size: 0.18rem;
    }

    .Company_page .out .box .right .rig_3 {
        width: 0.58rem;
        height: 0.58rem;
        margin-top: 0.3rem;
        display: none;
    }

    .Company_page .out .box .right .rig_3 img {
        width: 0.22rem;
    }

    .Company_page .out .box:hover .right .rig_3 img {
        width: 0.15rem;
    }

    .Company_page .out .box {
        padding-bottom: 0.3rem;
        margin-bottom: 0.2rem;
    }

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

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

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

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

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

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

.Knowledge-list .text p{
    font-size: 0.18rem;
}

    .butt_box {
        margin-top: 0.61rem;
    }

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

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

    .Anlagentechnik_page .out {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .Anlagentechnik_page .out .box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0.4rem;
    }

    .Anlagentechnik_page .out .box .img {
        height: 3.6rem;
    }

    .Anlagentechnik_page .out .box .text {
        padding: 0.3rem 0.25rem 0.23rem 0.25rem;
    }

    .Anlagentechnik_page .out .box .text h5 {
        font-size: 0.25rem;
        margin-bottom: 0.19rem;
    }

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

    .Anlagentechnik_page .out .box .text .but {
        margin-top: 0.18rem;
    }

    .Anlagentechnik_page .out .box .text .but span {
        width: 0.21rem;
        height: 0.21rem;
        display: none;
    }

    .Anlagentechnik_xq {
        margin: 0.7rem 0px;
    }

    .Anlagentechnik_xq_Top_out {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .Anlagentechnik_xq_Top_out .left {
        width: 100%;
    }

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

    .Anlagentechnik_xq_Top_out .left .Anlagentechnik_swiper {
        height: 4rem;
    }

    .Anlagentechnik_xq_Top_out .left .Anlagentechnik_swiper2 {
        margin-top: 0.4rem;
        height: 1.1rem;
    }

    .Anlagentechnik_xq_Top_out .left .swiper-button-next,
    .Anlagentechnik_xq_Top_out .left .swiper-button-prev {
        width: 0.45rem;
    }

    .Anlagentechnik_xq_Top_out .right h5 {
        font-size: 0.25rem;
    }

    .Anlagentechnik_xq_Top_out .right .tiem {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .Anlagentechnik_xq_Top_out .right .tiem span {
        font-size: 0.15rem;
        color: #333;
        margin-right: 0.2rem;
    }

    .Anlagentechnik_xq_Top_out .right .text p {
        font-size: 0.18rem;
    }

    .Anlagentechnik_xq .out .title {
        margin-top: 0.6rem;
        margin-bottom: 0.4rem;
    }

    .Anlagentechnik_xq .out .title h5 {
        font-size: 0.26rem;
        margin-bottom: 0.15rem;
    }

    .Anlagentechnik_xq .out .title i {
        width: 0.7rem;
        height: 0.02rem;
    }

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


    .Message_page {
        margin-top: 0.7rem;
        margin-bottom: 1rem;
    }

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

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

    .Message_page .out .left h5 {
        font-size: 0.42rem;
        line-height: 0.68rem;
        margin-bottom: 0.53rem;
    }

    .Message_page .out .left .Left_box {
        margin-bottom: 0.52rem;
    }

    .Message_page .out .left .Left_box .box {
        padding: 0.24rem 0px;
    }

    .Message_page .out .left .Left_box .box .L_1 {
        width: 0.52rem;
        height: 0.52rem;
        margin-right: 0.1rem;
    }

    .Message_page .out .left .Left_box .box .L2 span {
        font-size: 0.18rem;
        margin-bottom: 0.08rem;
    }

    .Message_page .out .left .Left_box .box .L2 p {
        font-size: 0.18rem;
    }

    .Message_page .form h6 {
        font-size: 0.39rem;
        margin-bottom: 0.3rem;
    }

    .Message_page .form form input {
        height: 0.49rem;
        padding-left: 0.17rem;
        font-size: 0.16rem;
        margin-bottom: 0.2rem;
    }

    .Message_page .form form textarea {
        height: 1.5rem;
        padding: 0.15rem;
        font-size: 0.16rem;
        margin-bottom: 0.17rem;
    }

    .Message_page .form form button {
        width: 2.2rem;
        height: 0.46rem;
        border-radius: 0.23rem;
        font-size: 0.2rem;
    }

}



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

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

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

    .navigation .Nav_form input {
        width: 150px;
    }

    .navigation ul li {
        margin-right: 2.5vw;
    }

    .clientCase .Tap_box {
        width: 65%;
    }

    .Keyword .out {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 60px 0px;
    }

    .Keyword .out .box i {
        display: none;
    }

    .Keyword .out .box {
        width: 33.3%;
    }

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

    .Customers .out .swiper-slide .box {
        width: 14.57%;
        margin-right: 2%;
    }

    .Customers .out .swiper-slide .box:nth-child(6n) {
        margin-right: 0px;
    }

    .Customers .out .swiper-slide .box:nth-child(8n) {
        margin-right: 2%;
    }

    .Footer .left .box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .Footer .left .box .L_box {
        width: 100%;
    }

    .Footer .left .box .R_box {
        width: 100%;
        margin-top: 20px;
    }

    .Footer .right {
        width: 59%;
    }

    .Banner_scroll .out .box h5 {
        font-size: 30px;
    }

    .Banner_scroll .out .box h5 span {
        font-size: 40px;
    }

    .Banner_scroll .out .box h5 b {
        font-size: 30px;
    }

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

    .Dynamic_Tidbits .out .left p {
        font-size: 16px;
    }

    .Dynamic_Tidbits .out .right video {
        /* height: 340px; */
    }

    .information .out {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .information .out .box {
        width: 48%;
        margin-bottom: 40px;
    }

    .Footer .right .box span {
        font-size: 16px;
    }

    .Footer .right .box a {
        font-size: 13px;
    }

    .Footer .left .box .L_box p {
        font-size: 13px;

    }

    /*.public_tap {*/
    /*    justify-content: left;*/
    /*}*/

    .public_tap a {
        margin-right: 22.9px;
        width: 18%;
        font-size: 14px;
    }

    .About_Brand .out .box {
        width: 32%;
    }

    .About_Brand .out .box:nth-child(5n) {
        margin-right: 2%;
    }

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

    .About_Culture_swiper .swiper-slide {
        width: 33.3%;
    }

    .About_Culture_swiper .swiper-slide .img {
        height: 260px;
    }

    .About_Culture_swiper .swiper-slide .text {
        padding: 20px  20px ;
        height: 260px ;
    }

    .About_Culture_swiper .swiper-slide .text h5 {
        font-size: 20px;
    }

    .About_Culture_swiper .swiper-slide .text p {
        font-size: 13px;
    }

    .Services_page .out {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .Services_page .out .box {
        width: 48%;

        margin-right: 0px;
    }

    .Popups_2 {
        display: none;
    }

    .Popups_1 {
        height: auto;
        width: 90%;
        margin-top: 20vh;
    }

    .turnoff {
        z-index: 999;
        right: 0px;
    }

    /* .Services_video_page .out .box {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 40px;
    }

    .Services_video_page .out .box:nth-child(4n) {
        margin-right: 3.5%;
    }

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

    .Services_video_page .out .box .text {
        font-size: 18px;
    } */


    .Services_video_xq .Top_out {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
    }

    .Services_video_xq .Top_out .right {
        width: 100%;
    }

    .Services_video_xq .Top_out .left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .Services_video_xq .Top_out .left .box {
        width: 48%;
    }


    .Company_page .out {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }


    .Company_page .out .box a {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

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

    .Company_page .out .box .right {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 30px;
    }

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

    .Company_page .out .box .right .rig_1 h5 {
        margin-bottom: 0px;
        font-size: 26px;
    }

    .Company_page .out .box .right .rig_1 span {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .Company_page .out .box .right .rig_2 {
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .Company_page .out .box .right .rig_2 h5 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .Company_page .out .box .right .rig_2 p {
        font-size: 15px;
    }

    .Company_page .out .box .right .rig_3 {
        margin-top: 20px;
    }

    .Company_page .out .box {

        width: 48%;
    }

    .Anlagentechnik_page .out {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

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

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

    .Message_page .out .right {
        width: 100%;
        margin-top: 30px;
        height: 600px ;
    }



    /* -------------------- */
    .New_public {
        padding: 0px 2%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .Five-heart {
        overflow: hidden;
    }



    .Footer .out {
        padding: 0px;
    }

    .Footer .left {
        width: 35%;
    }

    .Services_video_page .out .box {
        margin-bottom: 45px ;
    }

    .Services_video_page .out .box .img {
        height: 152px ;
    }

    .Services_video_page .out .box .text {
        font-size: 15px ;
    }

}


@media (min-width:992px) and (max-width:1130px) {
    .navigation ul li {
        margin-right: 2.5vw;
    }
}

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

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

    .Anlagentechnik_page .out .box:nth-child(4n) {
        margin-right: 2%;
    }

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

    .Footer .out {
        padding: 0px 5vw;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

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

    .Customers .out .swiper-button-next {

        right: 0px;
    }

    .navigation ul li {
        margin-right: 2.5vw;
    }

    .navigation .Nav_form input {
        width: 150px;
    }

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

    .Banner_scroll .out .box h5 span {
        font-size: 40px;
    }

    .Banner_scroll .out .box h5 {
        font-size: 30px;
    }

    .Banner_scroll .out .box h5 b {
        font-size: 26px;
    }

    .clientCase .Tap_box {
        width: 60%;
    }

    .Keyword .out .box {
        width: 17%;
    }

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

    .Keyword .out .box .txt span {
        font-size: 16px;
    }

    .Cooperative .out .swiper-slide {
        margin-right: 35px;
    }

    .Customers .out .swiper-slide .box {
        width: 11.25%;
    }

    .Dynamic_Tidbits .out .left p {
        font-size: 18px;
    }

    .Dynamic_Tidbits .out .right video {
        /* height: 380px; */
    }

    .Footer .right .box span {
        font-size: 16px;
    }

    .Footer .right .box a {
        font-size: 13px;
    }

    .Footer .left .box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .Footer .left .box .L_box {
        width: 100%;
    }

    .Footer .left .box .R_box {
        width: 100%;
        margin-top: 20px;
    }

    /*.public_tap {*/
    /*    justify-content: left;*/
    /*}*/

    .public_tap a {
        margin-right: 35px;
    }

    .About_Brand .out .box {
        width: 24%;
        margin-right: 1.33%;
    }

    .About_Brand .out .box:nth-child(5n) {
        margin-right: 1.33%;
    }

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

    .About_Culture_swiper .swiper-slide {
        width: 33.3%;
    }

    .public_tap a {
        margin-bottom: 30px;
    }


    .About_Culture_swiper .swiper-slide .text {
        padding: 20px  20px ;

    }

    .About_Culture_swiper .swiper-slide .text h5 {
        font-size: 20px;
    }

    .About_Culture_swiper .swiper-slide .text p {
        font-size: 15px;
    }

    .About_Culture_swiper .swiper-slide .text , .About_Culture_swiper .swiper-slide .img {
        height: 300px ;
    }

    .fonstyasd {
        width: 18%;
        flex: none;
        text-align: right;
        margin-right: 1%;
    }



    /* .Services_page .out .box {
        width: 32%;
    }

    .Services_page .out .box:nth-child(4n) {
        margin-right: 1.3%;
    }

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

    .Popups_1 {
        margin-top: 10vh;
        width: 80%;
        height: auto;
    }

    .Popups_2 .swiper-slide {
        height: 120px;
    }

    .Popups_2 .swiper-slide-thumb-active {
        height: 150px;
    }

    /* .Services_video_page .out .box {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 40px;
    }

    .Services_video_page .out .box:nth-child(4n) {
        margin-right: 3.5%;
    }

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

    .Services_video_page .out .box .text {
        font-size: 18px;
    } */
    
    .Services_video_page .out .box .text{
        font-size: 16px ;
    }

    .Services_video_xq .Top_out {
        height: auto;
    }


    .Company_page .out {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }


    .Company_page .out .box a {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

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

    .Company_page .out .box .right {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 30px;
    }

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

    .Company_page .out .box .right .rig_1 h5 {
        margin-bottom: 0px;
        font-size: 26px;
    }

    .Company_page .out .box .right .rig_1 span {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .Company_page .out .box .right .rig_2 {
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .Company_page .out .box .right .rig_2 h5 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .Company_page .out .box .right .rig_2 p {
        font-size: 15px;
    }

    .Company_page .out .box .right .rig_3 {
        margin-top: 20px;
    }

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

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


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

    .Message_page .out .right {
        width: 100%;
        margin-top: 30px;
        height: 600px ;
    }

    .Services_video_page .out .box {
        width: 24.2% ;
    }

    .Services_video_page .out .box .img {
        height: 175px ;
    }

}


@media (min-width:1350px) and (max-width:1700px){
    
    .Message_page .out .left{
        width: 48% ;
    }
    
    .Message_page .out .right{
        width: 49% ;
    }

    .Services_video_page .out .box {
        width: 24.2% ;
    }

    .Services_video_page .out .box .img {
        height: 175px ;
    }

}


@media (min-width:1600px) and (max-width:1900px) {
    .Services_video_page .out .box:nth-child(3n) {
        margin-right: 1.3%;
    }

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

    .Footer .left .box .R_box .T_img {
        margin-right: 20px;
    }

    .Customers .out .swiper-slide .box {
        width: 11.25%;
    }

    .navigation ul li {
        margin-right: 2.5vw;
    }

    /*.public_tap {*/
    /*    justify-content: left;*/
    /*}*/

    .public_tap a {
        margin-right: 100px;
    }

    .Services_video_page .out .box {
        width: 24%;
        margin-right: 1.3%;
        margin-bottom: 40px;
    }

    .Services_video_page .out .box .text {
        font-size: 18px;
    }

    .Message_page .out .left {
        width: 46.225%;
    }

    .Message_page .out .right {
        width: 51.775%;
    }
}


@media (max-width:1800px) {
    .suiasuw_box {
        -webkit-transform-origin: 0px 0px;
            -ms-transform-origin: 0px 0px;
                transform-origin: 0px 0px;
        width: 1700px;
    }

    .suiasuw_box .Box_out .box:nth-child(1) {
        bottom: -8%;
    }

    .suiasuw_box .Box_out .box:nth-child(7) {
        left: 89%;
        top: 22%;
    }

    .Cou_out {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}


@media (min-width:1900px) {
    .banner .swiper-slide{
        width: 100% ;
        height: 958px ;
    }

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