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

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

ul,
ol {
    list-style: none;
}

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

body,
html {
    scroll-behavior: smooth;
}


.public {
    width: 100%;
    height: 100%;
    max-width: 1710px;
    margin: 0 auto;

}


.Nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    height: 90px;
    background: rgba(0, 0, 0, 0.11);
    width: 100%;

    transition: 0.6s;
}

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

}

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

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


.Nav .out .logo {
    display: block;
    height: 79%;

    transition: all 0.9s;
}

.Nav .out .logo img {
    height: 100%;
    transition: all 0.9s;
}

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

.Nav .out .right ul li .pulldown_box {
    position: absolute;
    top: 65px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    display: none;
    overflow: auto;
    transition: top 0.5s;
    border-radius: 0 0 8px 8px;
    z-index: 999;
}

.Nav .out .right ul li .pulldown {
    background: #00AF86;
    margin-top: 20px;
    padding: 20px;
}

.Nav .out .right ul li .pulldown a {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.Nav .out .right ul li .pulldown a:last-child {
    margin-bottom: 0px;
}

.Nav .out .right ul li .pulldown::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent #00AF86 transparent;
    border-style: solid;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    transition: all 0.5s;
}



.Nav .out .right ul li .pulldown a:hover {
    text-decoration: underline;
}

.Nav .out .right ul li .title {
    height: 100%;
}

.Nav .out .right ul li .title a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}



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

.Nav .out .right .language img {
    display: block;
    width: 21.66px;
    margin-right: 15px;
}

.Nav .out .right .language i {
    width: 1px;
    height: 14px;
    background: #C9C9C9;
    display: block;
    margin: 0px 14px;
}

.Nav .out .right .language a {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
}

.Nav .out .right .language a.on {
    color: #00AF86;
}

.Nav:hover,
.Nav.on {
    background: #FFF;
    height: 70px;
}

.Nav:hover .out .right ul li .title a,
.Nav.on .out .right ul li .title a {
    color: #333;
}

.Nav:hover .out .right .language a,
.Nav.on .out .right .language a {
    color: #333;
}

.Nav:hover .out .logo img,
.Nav.on .out .logo img {
    content: var(--logo);
}

.Nav:hover .out .right .language img,
.Nav.on .out .right .language img {
    content: url(../images/Q_2.png);
}


.Nav .out .right ul li:hover .pulldown_box {
    top: 50px;
}

/* banner */

.banner {
    position: relative;
}

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


.banner .swiper-button-next:after {
    content: url(../images/R_jiantou.png);
}

.banner .swiper-button-prev:after {
    content: url(../images/L_jiantou.png);
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    right: 166px;
    left: auto;
    width: 83px;
    height: 83px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banner .swiper-button-prev {
    margin-top: 85px;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    width: 15.48px;
    height: 8.71px;
    display: block;
    font-size: 0px;
}

.Services {
    width: 100%;
    background: url(../images/img2.jpg) no-repeat center;
    background-size: 100% 70%;
    background-position: top center;
    padding-top: 68px;
    box-sizing: border-box;
}

.Services .title_txt {
    text-align: center;
    width: 100%;
    max-width: 975px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.Services .title_txt h5 {
    font-weight: 500;
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 75px;
}

.Services .title_txt p {
    font-weight: 400;
    font-size: 20px;
    color: #F8F8F8;
    line-height: 1.6em;
}

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

.Services .out .box {
    width: 32.164%;
    height: 610px;
    background: #FFF;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
}

.Services .out .box .img {
    width: 100%;
    height: 438px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 38px;
}

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

.Services .out .box h5 {
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.Services .out .box span {
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding: 0px 80px;
    box-sizing: border-box;
    display: block;
}

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

.Services .out .box:hover h5 {
    color: #00AF86;
}

/* 关于我们 */
.About {
    margin-top: 178px;
}

.About .title_txt {
    margin-bottom: 60px;
}

.About .title_txt h5 {
    font-weight: 500;
    font-size: 44px;
    color: #333333;
    margin-bottom: 60px;
    text-align: center;
}

.About .title_txt p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 1.6em;
    letter-spacing: 1px;
}

.About .out {
    width: 100%;
    height: 775px;
    border-radius: 37px;
    box-sizing: border-box;
    position: relative;
}

.About .out .Img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.About .out .digital {
    width: 100%;
    position: absolute;
    background: #FFF;
    max-width: 1270px;
    margin: 0 auto;
    height: 200px;
    bottom: -100px;
    left: 50%;
    margin-left: -650px;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.About .out .digital .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.About .out .digital .box p {
    display: flex;
    align-items: baseline;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.About .out .digital .box b {
    font-weight: 500;
    font-size: 54px;
    color: #00AF86;
    margin-right: 17px;
}

.About .out .digital .box span {
    margin-top: 26px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.About .out .digital .box i {
    position: absolute;
    right: 0px;
    width: 7px;
    height: 7px;
    background: #00AF86;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.About .out .digital .box i::after,
.About .out .digital .box i::before {
    width: 1px;
    height: 30.5px;
    content: ' ';
    position: absolute;
    background: #D5D5D5;
}

.About .out .digital .box i::after {
    bottom: 17px;
}

.About .out .digital .box i::before {
    top: 17px;
}

.About .out .digital .box:last-child i {
    display: none;
}

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

.About .out .bofang span {
    width: 66px;
    height: 66px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.About .out .bofang span img {
    width: 28px;
    display: block;
    margin-left: 10px;
}

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

    display: none;
}

.About_out.on {
    display: flex;
}

.About_out .out {
    width: 90%;
    max-width: 1280px;
    height: fit-content;
    max-height: 80vh;
}

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

.About_out .Guanbi {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close.png) no-repeat center;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

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

    display: none;
}

.Showcase_Popup.on {
    display: flex;
}

.Showcase_Popup .Guanbi {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close.png) no-repeat center;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.Showcase_Popup .out {
    width: 90%;
    max-width: 1280px;
    height: fit-content;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Showcase_Popup .out img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.Showcase_Popup .out p {
    color: #FFFF;
    position: absolute;
    bottom: 30px;
    font-size: 17px;
}

/* Showcase */
.Showcase {
    width: 100%;
    margin-top: 224px;
}

.Showcase .title_txt h5 {
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    color: #333333;
    margin-bottom: 62px;
}

.Showcase .Tap {
    display: flex;
    align-items: left;
    margin-bottom: 50px;
}

.Showcase .Tap a {
    display: block;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    margin-right: 76px;
}

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

.Showcase .Tap a.on {
    color: #00AF86;
}

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

.Showcase .out .box {
    width: 32.34%;
    height: 304px;
    background: #000000;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    margin-right: 1.49%;
    margin-bottom: 28px;
    overflow: hidden;
}

.Showcase .out .box .img {
    width: 100%;
    height: 100%;
}

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


    display: none ;
}

.Showcase .out .box .img img:nth-child(1){
    z-index: 2;
    display: block ;
}

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

.Showcase .out .box .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.68);
    opacity: 0;
    transition: 0.5s ease;
    pointer-events: none ;
}

.Showcase .out .box .txt .sous {
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
}

.Showcase .out .box .txt .sous img {
    width: 16px;
    display: block;
}

.Showcase .out .box .txt span {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.Showcase .out .box:hover .txt {
    opacity: 1;
}

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

/* News */
.News {
    margin-top: 110px;
}

.News .title_txt h5 {
    font-weight: 500;
    font-size: 44px;
    color: #333333;
    text-align: center;
}

.News .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.News .out .box_1 {
    width: 65.673%;
    height: 580px;
    margin-right: 3.3%;
    position: relative;
    box-shadow: 0px 6px 12px 1px rgba(204, 204, 204, 0.39);
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
}

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

.News .out .box_1 .txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.48);
    padding: 22px 46px 33px 56px;
    box-sizing: border-box;
}

.News .out .box_1 .txt time {
    font-weight: 400;
    font-size: 18px;
    color: #F1F1F1;
    margin-bottom: 21px;
    display: block;
}

.News .out .box_1 .txt .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News .out .box_1 .txt .title h5 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.News .out .box_1 .txt .title span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.News .out .box_1 .txt .title span img {
    display: block;
    margin-left: 16px;
    height: 13.23px;
}

.News .out .box_1,
.News .News_box {
    margin-right: 3.3%;
    margin-bottom: 52px;
}


.News .News_box:nth-child(2) {
    margin-right: 0px;
}

.News .News_box:nth-child(5) {
    margin-right: 0px;
}

.News_box {
    width: 31%;
    margin-right: 3.3%;

}

.News_box .img {
    width: 100%;
    height: 286.8px;
    margin-bottom: 31px;
}

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

.News_box .text span {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
}

.News_box .text i {
    width: 100%;
    display: block;
    height: 1.6px;
    background: #DDDDDD;
    margin: 28px 0px;
    position: relative;
}

.News_box .text i::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    content: ' ';
    background: #00AF86;
    transition: 0.5s all;
}

.News_box .text h5 {
    font-weight: bold;
    font-size: 23px;
    color: #333333;
    margin-bottom: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.News_box .text p {
    font-weight: 400;
    font-size: 16px;
    color: #444444;

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

    margin-bottom: 29px;

}

.News_box .text .buot {
    display: flex;
    align-items: center;
    justify-content: right;

    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.News_box .text .buot img {
    height: 13.23px;
    margin-left: 16px;
    display: block;
}


.News_box:hover .text i::after {
    width: 100%;
}

.News_box:hover .text h5 {
    color: #00AF86;
}

.News_box:hover .text .buot {
    color: #00AF86;
}

.News_box:hover .text .buot img {
    content: url(../images/jiantou_o3.png);
}


/* footer */
.footer {
    width: 100%;
    background: url(../images/Footer_1.png) no-repeat center;
    background-size: cover;
    padding-top: 43px;
    box-sizing: border-box;
    margin-top: 60px;
}

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

.footer .out .logo {
    width: 102.15px;
    display: block;
}

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

.footer .out .left .text {
    margin-top: 39px;
}

.footer .out .left .text a {
    display: block;
    margin-bottom: 27px;
    font-weight: 400;
    font-size: 18px;
    color: #DCDCDC;
}

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

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

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

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

.footer .out .right .box a {
    font-weight: 400;
    font-size: 18px;
    color: #DCDCDC;
    display: block;
    margin-bottom: 32px;
}

.footer .out_1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.footer .out_1 span {
    font-weight: 400;
    font-size: 18px;
    color: #DCDCDC;
}

.footer .out_1 a {
    font-weight: 400;
    font-size: 18px;
    color: #DCDCDC;
    margin: 0px 5px;
}

.Footer_dibui {
    margin-top: 52px;
    border-top: 1px solid #C8C8C8;
    padding: 22px 0px 33px 0px;
    box-sizing: border-box;

}

.Footer_dibui .public {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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


.Footer_dibui a {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
}


.About_Company {
    margin-top: 155px;
    margin-bottom: 224px;
}

.public_Tap {
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: -35px;
}

.public_Tap .out {
    width: max-content;
    display: flex;
    align-items: center;
    height: 70px;
    background: #FFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    border-radius: 41px 41px 41px 41px;
    margin: 0 auto;
}

.public_Tap .out a {
    width: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    color: #666666;

    border-radius: 41px 41px 41px 41px;
    overflow: hidden;
}

.public_Tap .out a.on {
    background: #00AF86;
    color: #FFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
}

.About_Clients {
    margin-top: 137px;
}

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

.About_Clients .out .img {
    width: 15.58%;
    height: 135px;
    margin-right: 1.3%;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.About_Clients .out .img:nth-child(6n) {
    margin-right: 0px;
}

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

.About_Culture {
    margin-bottom: 248px;
}

.About_Culture .out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 155px;
}

.About_Culture .out .box {
    width: 32%;
}

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


.About_Culture .out .box:nth-child(2) {
    transform: translateY(115px);
}


/* About_Honor */
.About_Honor {
    width: 100%;
    margin-top: 165px;
    position: relative;
}

.About_Honor .out p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.About_Honor .Honor_swiper {
    margin-top: 100px;
    padding-bottom: 173px;
}

.About_Honor::after {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 421px;
    background: #00AF86;
    content: ' ';
}

.About_Honor .Honor_swiper .swiper-slide {
    width: 478px;
    height: 685px;
}

.About_Honor .Honor_swiper .swiper-slide img {
    width: 100%;
    display: block;
}

.About_Honor .swiper-pagination {
    bottom: 64px;
}

.About_Honor .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #FFFFFF;
    background: none;
    border-radius: 50%;
    opacity: 1;
}

.About_Honor .swiper-pagination-bullet-active {
    background: #FFF;
}


.About_Honor2 .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 130px;
}

.About_Honor2 .out .box {
    width: 21.521%;
    margin-right: 4.63%;
    margin-bottom: 81px;
}

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

.About_Honor2 .out .img {
    width: 100%;
    height: 532px;
    margin-bottom: 55px;
}

.About_Honor2 .out .img img {
    width: 100%;
    height: 100%;
}

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

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

.page_out .page {
    width: 43px;
    height: 43px;
    /* background: #00AF86; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    border-radius: 50%;
    margin-right: 10px;
}

.page_out .page.on,
.page_out .page:hover {
    background: #00AF86;
    color: #FFF;
}

.page_out .pu_pages {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.page_out .pu_pages:hover {
    background: #00AF86;
    color: #FFF;
}

.page_out .pu_pages:hover img {
    content: url(../images/jiantou_o.png);
}

.page_out .pu_pages img {
    height: 11px;
    display: block;
}

.page_out .left_page img {
    transform: rotate(180deg);
}


/* .product_page */
.product_page {
    margin-top: 155px;
    width: 100%;
}

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

.product_page .out .box .left {
    width: 50%;
    overflow: hidden;
}

.product_page .out .box .left img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

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

.product_page .out .box .right {
    width: 50%;
    padding-left: 117px;
    box-sizing: border-box;
}

.product_page .out .box .right span {
    font-weight: 500;
    font-size: 60px;
    color: #F0F0F0;
    margin-bottom: 23px;
}

.product_page .out .box .right h5 {
    font-weight: 500;
    font-size: 40px;
    color: #111111;
    margin-bottom: 35px;
}

.product_page .out .box .right i {
    width: 61px;
    height: 3px;
    background: #00AF86;
    display: block;
}

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

.product_page .out .box .right .I_2 {
    margin-top: 69px;
    display: none;
}

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

.product_page .out .box:nth-child(2n) .I_2 {
    display: block;
}

.product_page .out .box:nth-child(2n) .I_1 {
    display: none;
}

.product_page .out .box:nth-child(2n) .right {
    padding-left: 0px;
    padding-right: 117px;
}


/* News_page */

.News_page {
    margin-top: 135px;
}

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

.News_page .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News_page .swiper-slide .left {
    width: 705px;
}

.News_page .swiper-slide .left h5 {
    font-weight: 500;
    font-size: 40px;
    color: #111111;
    margin-bottom: 38px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.News_page .swiper-slide .left 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;

}

.News_page .swiper-slide .left span {
    width: 173px;
    height: 56px;
    background: #00AF86;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    border-radius: 41px 41px 41px 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin-top: 70px;
}

.News_page .swiper-slide .right {
    width: 894px;
    height: 569.81px;
}

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

.News_page .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: left;
}

.News_page .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #CCCCCC;
    border-radius: 50%;
    opacity: 1;
    background: none;
}

.News_page .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #00AF86;
}

.News_page .out {
    margin-top: 119px;
    display: flex;
    flex-wrap: wrap;
}

.News_page .out .box {
    margin-bottom: 73px;
}

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

/* Showcase_page */
.Showcase_page {
    margin-top: 110px;
}

.Showcase_page .out {
    margin-bottom: 70px;
}

/* Message_page */
.Message_page .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 140px;
    overflow: hidden;
}

.Message_page .left {
    width: 48%;
}

.Message_page .left .title {
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}

.Message_page .left .title h5 {
    font-weight: 500;
    font-size: 36px;
    color: #00AF86;
}

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

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

.Message_page .left form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Message_page .left input {
    width: 370px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 0px 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.Message_page .left textarea {
    width: 816px;
    height: 214px;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 18px 21px 18px 21px;
    box-sizing: border-box;
}

.Message_page .left button {
    width: 255px;
    height: 67px;
    background: #00AF86;
    border-radius: 33px 33px 33px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 35px;
}

.Message_page .right {
    width: 33%;
    padding: 68px 62px;
    box-sizing: border-box;


    background: url(../images/M_logo.png ) no-repeat center;
    background-color: #00AF86;
}

.Message_page .right h1 {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.Message_page .right span {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.Message_page .right i {
    width: 83px;
    height: 1px;
    background: #FFF;
    display: block;
    margin: 30px 0px;
}

.Message_page .right .box {
    margin-bottom: 30px;
}

.Message_page .right .box span {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 18px;
}

.Message_page .right .box p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.butt_box .right {
    cursor: pointer;
}


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

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

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


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


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

.min_navCan.all i:nth-child(3) {
    transform: rotate(-43deg) translateY(-13px);
}

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

    display: none;

}

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

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

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

.min_Nav_out .title img {
    height: 10px;
    display: block;
    transition: 0.5s;
}

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

.min_pulldown {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    display: none;
}

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

.Showcase_Popup_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Showcase_Popup .swiper-pagination {
    bottom: 15%;
}

.Showcase_Popup .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #FFF;
    opacity: 1;
    background: none;
}

.Showcase_Popup .swiper-pagination .swiper-pagination-bullet-active {
    background: #00AF86;
}

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

.See_More {
    width: 255px;
    height: 67px;
    background: #00AF86;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
   
    margin: 0 auto ;
    margin-top: 35px;
}

@media (max-width:992px) {

    .See_More {
        width: 2.55rem ;
        height: 0.6rem ;
        font-size: 0.22rem ;
        margin-top: 0.3rem ;
    }

    .min_navCan {
        display: flex;
    }

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

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

    .Nav {
        background: #FFF;
        height: 0.9rem;
    }

    .Nav:hover,
    .Nav.on {
        height: 0.9rem;
    }

    .Nav .out .logo img {
        content: url(../images/logo_.png);
    }


    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        right: 0.5rem;
        width: 0.6rem;
        height: 0.6rem;
        top: 40%;
    }

    .banner .swiper-button-next:after,
    .banner .swiper-button-prev:after {
        transform: scale(0.6);
    }

    .banner .swiper-button-prev {
        margin-top: 0.65rem;
    }

    .banner {
        margin-top: 0.9rem;
    }

    .Services {
        padding-top: 0.68rem;
        background-size: cover;
    }

    .Services .title_txt {
        margin-bottom: 0.32rem;
    }

    .Services .title_txt h5 {
        font-size: 0.4rem;
        margin-bottom: 0.75rem;
    }

    .Services .title_txt p {
        font-size: 0.2rem;
    }

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

    .Services .out .box {
        width: 100%;
        margin-bottom: 0.35rem;
    }

    .Services .out .box .img {
        width: 100%;
        height: 4.38rem;
        margin-bottom: 0.38rem;
    }

    .Services .out .box {
        height: 6.1rem;
    }

    .Services .out .box h5 {
        font-size: 0.32rem;
        margin-bottom: 0.15rem;
    }

    .Services .out .box span {
        font-size: 0.16rem;
        padding: 0px 0px;
    }

    .About {
        margin-top: 0.7rem;
    }

    .About .title_txt {
        margin-bottom: 0.6rem;
    }

    .About .title_txt h5 {
        font-size: 0.4rem;
        margin-bottom: 0.6rem;
    }

    .About .title_txt p {
        font-size: 0.2rem;
    }

    .About .out {
        height: auto;
    }

    .About .out .bofang span {
        width: 0.66rem;
        height: 0.66rem;
        border: 0.02rem solid #FFFFFF;
    }

    .About .out .bofang span img {
        width: 0.28rem;
        margin-left: 0.1rem;
    }

    .About .out .digital {
        width: 100%;
        height: 1.5rem;
        bottom: -0.75rem;
        left: 0%;
        margin-left: 0px;
        box-shadow: 0px 3px 0.2rem 1px rgba(0, 0, 0, 0.16);
        border-radius: 0px 0.3rem 0px 0.3rem;
    }

    .About .out .digital .box p {
        font-size: 0.14rem;
    }

    .About .out .digital .box b {
        font-size: 0.35rem;
        margin-right: 0.10rem;
    }

    .About .out .digital .box span {
        margin-top: 0.16rem;
        font-size: 0.14rem;
    }

    .About .out .digital .box i::after,
    .About .out .digital .box i::before {
        height: 0.305rem;
    }

    .About .out .digital .box i {

        width: 0.07rem;
        height: 0.07rem;
    }

    .About .out .digital .box i::before {
        top: 0.17rem;
    }

    .About .out .digital .box i::after {
        bottom: 0.17rem;
    }

    .Showcase {
        margin-top: 2rem;
    }

    .Showcase .title_txt h5 {
        font-size: 0.44rem;
        margin-bottom: 0.62rem;
    }

    .Showcase .Tap {
        margin-bottom: 0.5rem;
    }

    .Showcase .Tap a {
        font-size: 0.26rem;
        color: #333333;
        margin-right: 0.4rem;
    }

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

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

    .Showcase .out .box {
        width: 48%;
        margin-right: 0px;
        height: 2rem;
        margin-bottom: 0.28rem;
    }

    .Showcase .out .box .img {
        width: 100%;
        height: 100%;
    }

    .Showcase .out .box .txt .sous {
        width: 0.5rem;
        height: 0.5rem;
        margin-bottom: 0.29rem;
    }

    .Showcase .out .box .txt .sous img {
        width: 0.16rem;
    }

    .Showcase .out .box .txt span {
        font-size: 0.14rem;
    }

    .News {
        margin-top: 0.7rem;
    }

    .News .title_txt h5 {
        font-size: 0.44rem;
    }

    .News .out {
        margin-top: 0.4rem;
        justify-content: space-between;
    }

    .News .out .box_1 {
        width: 100%;
        height: 4rem;
    }

    .News .out .box_1 .txt {
        padding: 0.22rem 0.46rem 0.33rem 0.56rem;
        box-sizing: border-box;
        border-radius: 0.08rem;
    }

    .News .out .box_1 .txt time {
        font-size: 0.18rem;
        margin-bottom: 0.2rem;
    }

    .News .out .box_1,
    .News .News_box {
        margin-right: 0px;
        margin-bottom: 0.4rem;

    }

    .News .out .box_1 .txt .title h5 {
        font-size: 0.2rem;
    }

    .News .out .box_1 .txt .title span {
        font-size: 0.18rem;
    }

    .News .out .box_1 .txt .title span img {
        margin-left: 0.16rem;
        height: 0.13rem;
    }

    .News_box {
        width: 48%;
    }

    .News_box .img {
        width: 100%;
        height: 2rem;
        margin-bottom: 0.3rem;
    }

    .News_box .text span {
        font-size: 0.22rem;
    }

    .News_box .text i {
        height: 0.016rem;
        margin: 0.28rem 0px;
    }

    .News_box .text h5 {
        font-size: 0.23rem;
        margin-bottom: 0.4rem;
    }

    .News_box .text p {
        font-size: 0.16rem;
        margin-bottom: 0.29rem;
    }

    .News_box .text .buot {
        font-size: 0.18rem;
    }

    .News_box .text .buot img {
        height: 0.13rem;
        margin-left: 0.16rem;
    }

    .footer {
        padding-top: 0.43rem;
        margin-top: 0.6rem;
    }

    .footer .out .logo {
        width: 1rem;
    }

    .footer .out .left .text {
        margin-top: 0.39rem;
    }

    .footer .out .left .text a {
        margin-bottom: 0.27rem;
        font-size: 0.18rem;
    }

    .footer .out_1 span {
        font-size: 0.18rem;
    }

    .footer .out_1 a {
        font-size: 0.18rem;
        margin: 0 0.05rem;
    }

    .Footer_dibui {
        margin-top: 0.52rem;
        padding: 0.22rem 0px 0.33rem 0px;
    }

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

    .public_Tap .out a {
        width: auto;
        flex-basis: 100%;
        font-size: 0.18rem;
        border-radius: 0.41rem;
    }

    .public_Tap .out {
        height: 0.7rem;
        box-shadow: 0px 0.03rem 0.06rem 1px rgba(0, 0, 0, 0.08);
        border-radius: 0.4rem;
        width: 100%;
    }

    .public_Tap {
        bottom: -0.35rem;
    }

    .About_Company {
        margin-bottom: 2rem;
    }

    .About_Culture .out {
        margin-top: 1rem;
    }

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

    .About_Culture .out .box:nth-child(2) {
        transform: translateY(0.7rem);
    }

    .About_Culture {
        margin-bottom: 1.5rem;
    }

    .About_Honor {
        margin-top: 1rem;
    }

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

    .About_Honor .Honor_swiper {
        margin-top: 1rem;
    }

    .About_Honor .Honor_swiper .swiper-slide {
        width: 4.78rem;
        height: 6.85rem;
    }

    .About_Honor .Honor_swiper {
        padding-bottom: 1.7rem;
    }

    .About_Honor::after {
        height: 4rem;
    }

    .About_Honor .swiper-pagination {
        bottom: 0.5rem;
    }

    .About_Honor .swiper-pagination-bullet {
        width: 0.12rem;
        height: 0.12rem;
    }

    .About_Honor2 .out {
        margin-top: 1.3rem;
        justify-content: space-between;
    }

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

    .About_Honor2 .out .img {
        height: 5rem;
        margin-bottom: 0.55rem;
    }

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

    .About_Honor2 .out .box {
        margin-bottom: 0.6rem;
    }

    .About_Clients {
        margin-top: 1rem;
    }

    .About_Clients .out .img {
        width: 23%;
        height: 1.2rem;
        margin-right: 2.6%;
        margin-bottom: 0.3rem;
    }


    .About_Clients .out .img:nth-child(6n) {
        margin-right: 2.6%;
    }

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

    .product_page {
        margin-top: 1rem;
    }

    .product_page .out .box {
        flex-wrap: wrap;
        margin-bottom: 0.5rem;
    }

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

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

    .product_page .out .box .right span {
        font-size: 0.6rem;
        margin-bottom: 0.23rem;
    }

    .product_page .out .box .right h5 {
        font-size: 0.4rem;
        margin-bottom: 0.35rem;
        margin-top: 0.1rem;
    }

    .product_page .out .box .right i {
        width: 0.61rem;
        height: 0.03rem;
    }

    .product_page .out .box .right p {
        font-size: 0.16rem;
        margin-top: 0.46rem;
    }

    .product_page .out .box:nth-child(2n) .right {
        padding-right: 0px;
    }

    .product_page .out .box .right .I_2 {
        margin-top: 0.7rem;
    }

    .News_page .swiper-slide a {
        flex-wrap: wrap;
    }

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

    .News_page .swiper-slide .right {
        width: 100%;
        height: 5rem;
        margin-top: 0.3rem;
    }

    .News_page {
        margin-top: 1rem;
    }

    .News_page .swiper-slide .left h5 {
        font-size: 0.3rem;
        margin-bottom: 0.38rem;
    }

    .News_page .swiper-slide .left p {
        font-weight: 400;
        font-size: 0.16rem;
    }

    .News_page .swiper-slide .left span {
        width: 1.7rem;
        height: 0.5rem;
        border-radius: 0.4rem;
        font-size: 0.18rem;
        color: #fff;
        margin-top: 0.7rem;
    }

    .News_page .swiper-pagination .swiper-pagination-bullet {
        width: 0.12rem;
        height: 0.12rem;
    }

    .News_page .out {
        margin-top: 0.7rem;
    }

    .News_page .out .box {
        margin-bottom: 0.73rem;
    }

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

    .News_box {
        margin-right: 0px;
    }

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

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

    .Knowledge-list .release {
        height: 0.62rem;

        margin-top: 0.3rem;
    }

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

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

        font-size: 0.16rem;
    }

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

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

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

    .Showcase_page {
        margin-top: 1rem;
    }

    .Showcase_page .out {
        margin-bottom: 0.6rem;
    }

    .Message_page .out {
        margin-top: 1rem;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }

    .Message_page .left {
        width: 100%;
    }

    .Message_page .right {
        width: 100%;
        padding: 0.2rem 0.2rem;
    }

    .Message_page .right h1 {
        font-size: 0.32rem;
        margin-bottom: 0.3rem;
    }

    .Message_page .right span {
        font-size: 0.18rem;
    }

    .Message_page .right i {
        width: 0.84rem;
        margin: 0.3rem 0px;
    }

    .Message_page .right .box {
        margin-bottom: 0.3rem;
    }

    .Message_page .right .box span {
        font-size: 0.2rem;
        margin-bottom: 0.18rem;
    }

    .Message_page .right .box p {
        font-size: 0.24rem;
    }

    .Message_page .left {
        margin-bottom: 0.4rem;
    }

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

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


    .Message_page .left .title i {
        font-size: 0.16rem;
        margin: 0px 0.2rem;
    }

    .Message_page .left .title span {
        font-size: 0.17rem;
    }

    .Message_page .left input {
        width: 49%;
        height: 0.5rem;
        border-radius: 0.04rem;
        font-size: 0.14rem;
        padding: 0px 0.12rem;
        margin-bottom: 0.4rem;
    }

    .Message_page .left textarea {
        width: 100%;
        height: 2rem;
        font-size: 0.14rem;
        padding: 0.18rem 0.21rem 0.18rem 0.21rem;
    }

    .Message_page .left button {
        width: 2.55rem;
        height: 0.67rem;
        border-radius: 0.33rem;
        font-size: 0.22rem;
        margin-top: 0.35rem;
    }

}


@media (min-width:993px) and (max-width:1200px) {
    .public {
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .Nav .out .right ul li {
        margin-right: 40px;
    }

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

    .Nav .out .right .language a {
        font-size: 16px;
    }

    .Services .title_txt h5 {
        margin-bottom: 50px;
    }

    .Services .title_txt p {
        font-size: 16px;
    }

    .Services .out .box .img {
        height: 23vw;
        margin-bottom: 20px;
    }

    .Services .out .box h5 {
        font-size: 24px;
    }

    .Services .out .box span {
        padding: 0px 10px;
        font-size: 16px;
    }

    .Services .out .box {
        height: 38vw;
    }

    .About {
        margin-top: 70px;
    }

    .About .out .digital {
        left: 0px;
        margin-left: 0px;
    }

    .Showcase {
        margin-top: 170px;
    }

    .About .out {
        height: auto;
    }

    .News {
        margin-top: 70px;
    }

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

    .public_Tap .out {
        width: 100%;
    }

    .public_Tap .out a {
        width: auto;
        flex-basis: 100%;
    }

    .About_Honor2 .out .img {
        height: 31vw;
    }

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

    .product_page .out .box {
        flex-wrap: wrap;
        width: 48%;
        margin-bottom: 40px;
    }

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

    .product_page .out .box .right {
        width: 100%;
    }

    .product_page {
        margin-top: 100px;
    }

    .product_page .out .box .right {
        padding-left: 0px;
    }

    .product_page .out .box:nth-child(2n) .right {
        padding-right: 0px;
    }

    .product_page .out .box .right span {
        font-size: 40px;
    }

    .product_page .out .box:nth-child(2n) .I_1 {
        display: block;
    }

    .product_page .out .box:nth-child(2n) .I_2 {
        display: none;
    }

    .News_page .swiper-slide .left {
        width: 48%;
    }

    .News_page .swiper-slide .right {
        width: 48%;
    }

    .Message_page .right {
        width: 48%;
        padding: 20px;
    }

    .Message_page .left input {
        width: 100%;
    }

}


@media (min-width:1201px) and (max-width:1400px) {
    .public {
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .Nav .out .right ul li {
        margin-right: 50px;
    }

    .Services .out .box .img {
        height: 24vw;
    }

    .Services .out .box span {
        padding: 0px 10px;
    }

    .Services .out .box {
        height: 39vw;
    }

    .About {
        margin-top: 100px;
    }

    .About .out {
        height: auto;
    }

    .About .out .digital {
        left: 0px;
        margin-left: 0px;
    }

    .footer .out .right .box {
        margin-right: 4vw;
    }

    .public_Tap .out {
        width: 100%;
    }

    .public_Tap .out a {
        width: auto;
        flex-basis: 100%;
    }

    .About_Honor2 .out .img {
        height: 31vw;
    }

    .product_page .out .box .right span {
        font-size: 50px;
    }

    .News_page .swiper-slide .left {
        width: 48%;
    }

    .News_page .swiper-slide .right {
        width: 48%;
    }


    .Message_page .right {
        width: 48%;
        padding: 40px;
    }

    .Message_page .left input {
        width: 100%;
    }

}

@media (min-width:1401px) and (max-width:1710px) {
    .public {
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .Nav .out .right ul li {
        margin-right: 70px;
    }

    .Services .out .box {
        height: 39vw;
    }

    .Services .out .box .img {
        height: 24vw;
    }

    .Services .out .box span {
        padding: 0px 10px;
    }

    .About {
        margin-top: 100px;
    }

    .About .out {
        height: auto;
    }

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

    .News_page .swiper-slide .left {
        width: 48%;
    }

    .News_page .swiper-slide .right {
        width: 48%;
    }

    .Message_page .right {
        width: 48%;
        padding: 40px;
    }

    .Message_page .left input {
        width: 100%;
    }
}