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

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

ul,
ol {
    list-style: none;
}

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

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

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

.nav.Soloell {
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #eeeeee8c;
}

.nav.Soloell .out .right ul li .title {
    color: #333;
}

.nav.Soloell .out .right .relation span {
    color: #333;
}

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

.nav .out .logo {
    width: 139px;
    height: 61px;
    display: block;
}

.nav .out .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

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

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

.nav .out .right ul li {
    height: 100%;
    margin-right: 70px;
}

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

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

.nav .out .right ul li.on .title {
    font-weight: 500;
    color: #063b67;
}

.nav .out .right .relation {
    display: flex;
    align-items: center;

}

.nav .out .right .relation span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
}

.nav .out .right .relation img {
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 10px;
}

/* digital */
.digital {
    width: 100%;
    background: #F5F5F5;
    padding: 54px 0px 58px 0px;
    box-sizing: border-box;
}

.digital .out {
    width: 100%;
    display: flex;
}

.digital .out .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-left: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 4px 0px;
    box-sizing: border-box;
}

.digital .out .box::after {
    width: 3px;
    height: 30%;
    background: #063b67;
    position: absolute;
    left: -2px;
    top: 0px;
    content: '';
    display: block;
}

.digital .out .box h5 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 14px;
}

.digital .out .box h5 b {
    font-weight: 500;
    font-size: 57px;
    color: #111111;
    line-height: 100%;
}

.digital .out .box h5 span {
    display: block;
    margin-left: 6px;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}

.digital .out .box p {
    font-weight: 400;
    font-size: 16px;
    color: #959595;
}

.Recommendation {
    width: 100%;
    margin-bottom: 97px;
    margin-top: 90px;
}

.Recom_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0px;
}

.Recom_title .box img {
    height: 105px;
    display: block;
}

.Recom_title .box span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}

.Recom_title .box:hover span,
.Recom_title .box.on span {
    color: #063b67;
}

.Solution_2 .Recom_title .box a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Solution_2 .Recom_title .box img {
    height: auto;
}

.Solution_2 {
    margin: 100px 0px;
}

.Solution_2 .out {
    width: 100%;
    display: flex;
    justify-content: right;
}

.Solution_2 .Solution_swiper {
    width: 100%;
    max-width: 1700px;
    margin: initial;
}

.Solution_2 .Solution_swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    height: 683px;
    background: #063b67;
}



.Solution_2 .Solution_swiper .swiper-slide .left {
    width: 44%;
    height: 100%;
    padding: 90px 70px;
    box-sizing: border-box;
}

.Solution_2 .Solution_swiper .swiper-slide .left h5 {
    display: block;
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 50px 0;
}

.Solution_2 .Solution_swiper .swiper-slide .left i {
    display: block;
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 0 0 50px 0;
}

.Solution_2 .Solution_swiper .swiper-slide .left p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}

.Solution_2 .Solution_swiper .swiper-slide .left a {
    width: 130px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
}

.Solution_2 .Solution_swiper .swiper-slide .right {
    width: 66%;
    height: 100%;
}

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

.Solution_3 {
    margin: 0px;
    margin-top: 100px;
}

.Solution_3 .Recom_title {
    margin: 0px;
    margin-top: 60px;
    padding: 50px 0px;
    box-sizing: border-box;
}

.product_item {
    width: 32%;
    margin-right: 2%;
    background: #EEEEEE;
    padding: 42px 40px 34px 40px;
    box-sizing: border-box;
    margin-top: 28px;
}

.product_item:nth-child(1),
.product_item:nth-child(2),
.product_item:nth-child(3) {
    margin-top: 0px;
}

.product_item .img {
    width: 100%;
    height: 327px;
    display: block;
    margin-bottom: 31px;
}

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

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

.product_item span {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}

.product_item:hover span {
    color: #063b67;
}

.Recommendation .out .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* Video_Display */
.Video_Display {
    width: 100%;
}

.Video_Display .swiper-slide {
    width: 63%;
    height: 35vw;
    margin-right: 1%;
    position: relative;
}

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

.Video_Display .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Video_Display .swiper-slide .video_box .text {
    position: absolute;
    top: 85px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Video_Display .swiper-slide .video_box .text span {
    font-weight: 500;
    font-size: 33px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-shadow: 5px 5px 5px #000000;
}

.Video_Display .swiper-slide .video_box .text h5 {
    font-weight: 400;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 46px;
}

.Video_Display .swiper-slide .video_box .text .but_box {
    display: flex;
    align-items: center;
}

.Video_Display .swiper-slide .video_box .text .but_box a {
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-right: 68px;
}

.Video_Display .swiper-slide .video_box .text .but_box a:last-child {
    margin-right: 0px;
}

.Video_Display .swiper-slide .video_box .text .but_box a img {
    display: block;
    margin-left: 8px;
    height: 10.41px;
}

.Video_Display .swiper-button-prev {
    left: 19%;
}

.Video_Display .swiper-button-next {
    right: 20%;
}

.Video_Display .swiper-button-prev::after,
.Video_Display .swiper-button-next::after {
    font-size: 20px;
    color: #FFFFFF;
}

/* Solution */
.Solution {
    width: 100%;
    margin: 110px 0px;
}

.Solution .out {
    display: flex;
    margin-top: 45px;
}

.Solution .out .box {
    width: 10%;
    overflow: hidden;
    height: 608px;
    position: relative;
    transition: 0.4s ease-in;
}

.Solution .out .box.on {
    width: 23%;
}

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

.Solution .out .box .img img {
    /* width: 500px; */
    display: block;
}

.Solution .out .box .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
}

.Solution .out .box .title h5 {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 17px;
    line-height: 100%;
}

.Solution .out .box .title span {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.Solution .out .box .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 55px 50px 20px 45px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.Solution .out .box .text .txt {
    transform: translateY(100px);
    transition: 0.3s ease-in-out;
}

.Solution .out .box.on .text .txt {
    transform: translateY(0);
}

.Solution .out .box.on .text {
    opacity: 1;
}

.Solution .out .box.on .title {
    opacity: 0;
}

.Solution .out .box .text h5 {
    font-weight: 500;
    font-size: 29px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.Solution .out .box .text span {
    font-weight: 400;
    font-size: 22px;
    color: #CBCBCB;
    display: block;
    margin-bottom: 40px;
}

.Solution .out .box .text p {
    font-weight: 400;
    font-size: 14px;
    color: #DFDFDF;
    line-height: 1.5em;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;

}

.Solution .out .box .text b {
    width: 164px;
    height: 41px;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    font-weight: 400;
    font-size: 17px;
    color: #D1D1D1;
}


.public_title {
    width: 100%;
}

.public_title span {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin-bottom: 11px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.public_title h5 {
    font-weight: 500;
    font-size: 50px;
    color: #111111;
    text-align: center;
}

.public_title h5 b {
    color: #063b67;
    font-size: 50px;
    font-weight: bold;
}

.cooperative {
    width: 100%;
    margin-bottom: 110px;
    background: url(../images/386c194584e11e952c3f6db5e84791dfbe98b5311605b-enpzU1_fw1200.png) no-repeat center;
    background-size: 60%;
    background-position: top;
    background-position-y: 30%;
}

.cooperative .out {
    margin-top: 62px;
}

.cooperative .out .box {
    width: 100%;
    display: flex;
    margin-top: 34px;
}

.cooperative .out .box:first-child {
    margin-top: 0px;
}

.cooperative .out .box .img {
    width: 14%;
    height: 80px;
    margin-right: 2%;
    border: 1px solid #eeeeeed9;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #eeeeee9c;
}

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


}

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

.cooperative .out .box:nth-child(2n) {
    padding: 0px 5%;
    box-sizing: border-box;
}



/* Collaboration */
.Collaboration {
    width: 100%;
    margin-bottom: 107px;
}

.Collaboration .out {
    margin-top: 60px;
}

.Collaboration .out .swiper-slide {
    width: 44%;
    height: 522.54px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 0px 35px;
}

.Collaboration .out .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

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

.Collaboration .out .swiper-slide p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.Collaboration .out .swiper-button-prev,
.Collaboration .out .swiper-button-next {
    width: 69px;
    height: 69px;
    background: rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.Collaboration .out .swiper-button-prev {
    left: 24%;
}

.Collaboration .out .swiper-button-next {
    right: 24%;
}

.Collaboration .out .swiper-button-prev:hover,
.Collaboration .out .swiper-button-next:hover {
    background: #063b67;
}

.About {
    width: 100%;
    /*background: url(../images/9928.png) no-repeat center;*/
    background-size: cover !important;
    padding: 6vw 0px 6vw 0px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.About .public {
    position: relative;
    z-index: 10;
}

.About .vid_About {
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

.About .vid_About_meng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(39, 52, 80,0.8);

    z-index: 6;
    content: '';
}

.About .out {
    width: 100%;
    /*max-width: 1250px;*/
    margin: 0 auto;
}

.About .out h5 {
    font-weight: 500;
    font-size: 43px;
    color: #FFFFFF;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
}

.About .out p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2em;
    text-align: left;
}

.About .out a {
    width: 197px;
    height: 51px;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 17px;
    color: #D1D1D1;
    /*margin: 5vw auto 0 auto;*/
    margin-top: 5vw;
}

/* News */
.News {
    width: 100%;
    background: url(../images/9618.png) no-repeat center;
    padding: 108px 0px 103px 0px;
    box-sizing: border-box;
    background-size: cover;
}

.News .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
}

.News .out .box {
    width: 48%;
    height: 152px;
    margin-top: 55px;
}

.News .out .box:nth-child(1),
.News .out .box:nth-child(2) {
    margin-top: 0px;
}

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

.News .out .box .left {
    width: 40%;
    height: 100%;
    overflow: hidden;
}

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

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

.News .out .box .right {
    width: 56%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.News .out .box .right h5 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.News .out .box:hover .right h5 {
    color: #266EAA;
}

.News .out .box .right p {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 1.5em;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.News .out .box .right .but_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.News .out .box .right .but_box span {
    font-weight: 400;
    font-size: 14px;
    color: #777777;
}

.News .out .box .right .but_box p {
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    display: flex;
    align-items: center;
}

.News .out .box .right .but_box img {
    display: block;
    height: 14px;
    margin-left: 12px;
}

/* footer */
.footer {
    width: 100%;
    background: #1E1E1E;
    box-shadow: 0px -1px 6px 1px rgba(0, 0, 0, 0.16);
}

.footer .Top_out {
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #707070;
}

.footer .Top_out .logo {
    width: 173px;
}

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

.footer .Top_out .box {
    display: flex;
    align-items: center;
}

.footer .Top_out .box span {
    font-weight: 400;
    font-size: 18px;
    color: #EBEBEB;
    display: block;
    margin-right: 16px;
}

.footer .Top_out .box .icon_box {
    position: relative;

}

.footer .Top_out .box .icon_box .icon {
    width: 42px;
    height: 42px;
    display: block;
}

.footer .Top_out .box .icon_box .img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 45px;
    background: #FFF;
    left: 50%;
    margin-left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    display: none;
}

.footer .Top_out .box .icon_box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .list_out {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.footer .list_out .right {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.footer .list_out .right .box h5 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 39px;
}

.footer .list_out .right .box a {
    font-weight: 400;
    font-size: 15px;
    color: #DCDCDC;
    display: block;
    margin-bottom: 37px;
}

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

.footer .list_out .left {
    width: 37%;
    display: flex;
}

.footer .list_out .left .text {
    width: 100%;
}

.footer .list_out .left .img {
    width: 160px;
    height: 160px;
}

.footer .list_out .left .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .list_out .left p {
    font-weight: 400;
    font-size: 15px;
    color: #DCDCDC;
    margin-bottom: 54px;
}

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

.footer .link_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 50px;
}

.footer .link_list h5 {
    font-weight: 400;
    font-size: 15px;
    color: #DCDCDC;
}

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

.Record_n_varchar {
    height: 45px;
    width: 100%;
    background: #1E1E1E;
    border-top: 1px solid #727272;
    box-sizing: border-box;
}

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

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



.banner {
    width: 100%;
}

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

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

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

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

}



.banner .swiper-slide .text .public {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner .swiper-slide .text h5 {
    font-weight: bold;
    font-size: 64px;
    color: #272727;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.1s;
}

.banner .swiper-slide .text h5 b {
    font-weight: bold;
    font-size: 64px;
    color: #063b67;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
}

.banner .swiper-slide .text i {
    width: 40%;
    height: 1px;
    background: #BFBFBF;
    display: block;
    position: relative;
    margin: 50px 0px 71px 0px;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.3s;
}

.banner .swiper-slide .text i::after {
    width: 131px;
    height: 6px;
    background: #063b67;
    position: absolute;
    left: 0px;
    top: -3px;
    content: '';
}

.banner .swiper-slide .text p {
    font-weight: 400;
    font-size: 22px;
    color: #0D0D0D;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
    width: 40%;
    line-height: 1.8em;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.4s;
}

.banner .swiper-slide .text a {
    width: 212px;
    height: 46px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 107px;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.6s;
}


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

.banner .swiper-slide .text a img {
    display: block;
    height: 11.54px;
    margin-left: 10px;
}

.but_box_banner {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0px;
}

.but_box_banner .public {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.but_box_banner .public .swiper-pagination {
    position: relative;
    width: auto;
}

.but_box_banner .public .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 0.42;
    border-radius: 50%;
    transition: 0.5s ease;
}

.but_box_banner .public .swiper-pagination .swiper-pagination-bullet-active {
    width: 29px;
    height: 10px;
    background: #063b67;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
}

.but_box_banner .public .swiper-button-next,
.but_box_banner .public .swiper-button-prev {
    position: relative;
    width: 61px;
    height: 61px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px;
    top: 0px;
}

.but_box_banner .public .swiper-button-prev {
    left: -90px;
}

.but_box_banner .public .swiper-button-next::after,
.but_box_banner .public .swiper-button-prev::after {
    font-size: 14px;
    color: #FFFFFF;
}

.button_box {
    display: flex;
    align-items: center;
}


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

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

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

.banner2 .text .public {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
}

.banner2 .text h5 {
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
}

.banner2 .text h5 b {
    font-weight: bold;
    font-size: 64px;
    color: #063b67;
}

.banner2 .text i {
    width: 131px;
    height: 6px;
    background: #063b67;
    display: block;
    margin-top: 50px;
}


/* 新闻中心 */
.News_Page {
    margin-top: 100px;
    margin-bottom: 55px;
}

.News_Page .out {
    margin-top: 58px;
}

.News_Page .out .box {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    padding-bottom: 49px;
    box-sizing: border-box;
    margin-bottom: 53px;
}

.News_Page .out .box::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #007DD4;
    content: '';
    display: block;
    transition: 0.6s ease;
}

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

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

.News_Page .out .box .left {
    width: 28.25%;
}

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

.News_Page .out .box .left .img {
    width: 100%;
    height: 276px;
    overflow: hidden;
}

.News_Page .out .box .ceter {
    width: 9.313%;
}

.News_Page .out .box .ceter h6 {
    font-weight: 400;
    font-size: 45px;
    color: #007DD4;
    text-align: center;
}

.News_Page .out .box .ceter i {
    width: 100%;
    height: 1px;
    background: #707070;
    margin-top: 25px;
    margin-bottom: 18px;
    display: block;
}

.News_Page .out .box .ceter span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
    display: block;
}

.News_Page .out .box .right {
    width: 48%;
}

.News_Page .out .box .right h5 {
    font-weight: 500;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 48px;
}

.News_Page .out .box .right p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 1px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 58px;

}

.News_Page .out .box .right .jiantou_box {
    width: 171px;
    height: 54px;
    /* background: #007DD4; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 54px;
    overflow: hidden;
    position: relative;
}

.News_Page .out .box .right .jiantou_box::after {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #007DD4;
    content: ' ';
    transition: 0.6s ease;
    z-index: -1;
}

.News_Page .out .box .right .jiantou_box span {
    font-weight: 500;
    font-size: 14px;
    color: #99999B;

}

.News_Page .out .box .right .jiantou_box .jian {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    transform: translateX(10px);
    background: #007DD4;

}

.News_Page .out .box .right .jiantou_box:hover {
    /* background: #007DD4; */
}

.News_Page .out .box:hover .right .jiantou_box span {
    color: #FFF;
}

.News_Page .out .box:hover .right .jiantou_box::after {
    width: 100%;
}

/* 分页 */
.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

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

.Pagination .Pagination_out a {
    width: 43px;
    height: 43px;
    /* background: #007DD4; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    border-radius: 50%;
    margin: 0px 5px;
}

.Pagination .Pagination_out a:hover,
.Pagination .Pagination_out a.on {
    color: #FFF;
    background: #007DD4;
}




.Products_pages {
    margin-top: 100px;
    margin-bottom: 80px;
}

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

.Projects_pages {
    margin-top: 100px;
    margin-bottom: 80px;
}

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

.Projects_pages .out .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 45px;
}

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

.Projects_pages .out .box .img {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    height: 306.54px;
    margin-bottom: 27px;
}

.Projects_pages .out .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.Projects_pages .out .box p {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    width: 100%;
    text-align: center;
}

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

.Message {
    width: 100%;
    margin: 90px 0px;
}

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

.Message .out .left {
    width: 30%;
}

.Message .out .left .box {
    width: 100%;
    padding: 36px 20px 40px 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 12px 1px rgba(11, 137, 126, 0.21);
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 56px;
}

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

.Message .out .left .box .img {
    width: 78px;
    height: 78px;
    background: #063b67;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Message .out .left .box .text {
    width: calc(100% - 105px);
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Message .out .left .box .text h5 {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}

.Message .out .left .box .text p {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
}


.Message .out .right {
    width: 60%;
}


.Feedback {
    width: 100%;
    box-sizing: border-box;
    background: #F7F7F7;
    padding: 70px 0px 90px 0px;
}

.Feedback {
    width: 100%;
}

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

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

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

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

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

.Feedback input {
    width: 48%;
    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;
}

.Feedback textarea {
    width: 100%;
    height: 175px;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 18px 21px 18px 21px;
    box-sizing: border-box;
    background: #FFF;
}

.Feedback button {
    width: 477px;
    height: 67px;
    background: #063b67;
    border-radius: 33px 33px 33px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;

    border: none;
    margin: 0 auto;
    margin-top: 95px;

}

.CAPTCHA {
    width: 40%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.CAPTCHA input {
    margin-bottom: 0px !important;
    margin-right: 10px !important;
}

.CAPTCHA img {
    width: 120px;
    height: 48px;
    display: block;
}

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

.solution_pages {
    width: 100%;
    margin: 90px 0px;
}

.solution_pages .out {
    margin-top: 60px;
}

.solution_pages .box {
    width: 100%;
    height: 469px;
    background: #F5F5F5;
}

.solution_pages .box a {
    display: flex;
    width: 100%;
    height: 100%;
}

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

.solution_pages .box a .left {
    width: 50%;
    height: 100%;
}

.solution_pages .box a .left img {
    width: 100%;
    height: 100%;
    display: block;
}

.solution_pages .box a .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0px 38px 0px 56px;
    box-sizing: border-box;
}

.solution_pages .box a .right h5 {
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    margin-bottom: 41px;
}

.solution_pages .box a .right p {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 1.6em;
}

.public_title2 h5 {
    font-weight: 500;
    font-size: 33px;
    color: #111111;
}

.public_title2 span {
    font-weight: 500;
    font-size: 33px;
    color: #111111;
}

.Company_pages_banner {
    position: relative;

    padding: 0px 0px 30px 0px;
}

.Company_pages {

    width: 100%;
    height: 100%;
    padding-top: 12vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Company_pages .digital {
    background: none;
}

.Company_pages .digital .out .box h5 b,
.Company_pages .digital .out .box h5 span,
.Company_pages .digital .out .box p {
    color: #FFF;
}

.Company_pages .Company_text {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.3rem;
}

.Company_pages .public {
    height: auto;
}

.Company_pages .Company_text h5 {
    font-weight: 400;
    font-size: 2.23vw;
    color: #FFFFFF;
    margin-bottom: 3.4vw;
    line-height: 100%;
}

.Company_pages .Company_text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.8em;
}

.Culture_pages {
    margin-top: 60px;
}

.Culture_pages .out {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.Culture_pages .out .box {
    width: 50%;
    height: 254px;
    display: flex;
    align-items: center;
}

.Culture_pages .out .box:nth-child(3),
.Culture_pages .out .box:nth-child(4) {
    flex-direction: row-reverse;
}

.Culture_pages .out .box .left {
    width: 50%;
    height: 100%;
}

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

.Culture_pages .out .box .right {
    width: 50%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.Culture_pages .out .box .right h5 {
    font-weight: 500;
    font-size: 27px;
    color: #063b67;
}

.Culture_pages .out .box .right i {
    width: 51px;
    height: 3px;
    background: #063b67;
    display: block;
    margin: 22px 0px;
}

.Culture_pages .out .box .right p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.7em;
}

.Honor_pages {
    padding: 63px 0px 71px 0px;
    box-sizing: border-box;
    margin-top: 76px;
    background: #F5F5F5;
}

.Honor_pages .Honor_swiper {
    margin-top: 52px;
}

.Honor_pages .Honor_swiper .swiper-slide {
    width: 18.5%;
    margin-right: 2%;
}

.Honor_pages .Honor_swiper .swiper-slide .img {
    width: 100%;
    height: 359px;
    margin-bottom: 16px;
}

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

.Honor_pages .Honor_swiper .swiper-slide p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.Honor_pages .Honor_swiper .swiper-button-prev,
.Honor_pages .Honor_swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    background: #0000003a;
    border-radius: 50%;
}

.Honor_pages .Honor_swiper .swiper-button-prev {
    left: 55px;
}

.Honor_pages .Honor_swiper .swiper-button-next {
    right: 55px;
}

.Honor_pages .Honor_swiper .swiper-button-prev:hover,
.Honor_pages .Honor_swiper .swiper-button-next:hover {
    background: #063b67;
}

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

.scene_swiper_1 {
    width: 100%;
}

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

.scene_swiper_2 {
    width: 100%;
    max-width: 1382px;
    margin: 0 auto;
    transform: translateY(-50%);
}

.scene_swiper_2 img {
    width: 100%;
    display: block;
    height: 193px;
}

.scene_swiper_2 p {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    margin-top: 21px;
}

.scene_swiper_1 .swiper-button-prev,
.scene_swiper_1 .swiper-button-next {
    width: 69px;
    height: 69px;
    background: #0000003f;
    border-radius: 50%;
}

.scene_swiper_1 .swiper-button-prev:after,
.scene_swiper_1 .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}

.scene_swiper_1 .swiper-button-prev:hover,
.scene_swiper_1 .swiper-button-next:hover {
    background: #063b67;
}

.The_scene {
    position: relative;
    margin-top: 80px;
}

.The_scene .public_title {
    position: absolute;
    top: 80px;
    z-index: 30;
}

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

.The_scene .public_title span {
    color: #FFF;
}

/* pledge */
.pledge {
    width: 100%;
    background: url(../images/9934.png) no-repeat center;
    background-position: bottom;
    padding-bottom: 66px;
}

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

.pledge .out .left {
    width: 46%;
}

.pledge .out .left .title {
    margin-bottom: 114px;
}

.pledge .out .left .title span {
    font-weight: 500;
    font-size: 33px;
    color: #111111;
}

.pledge .out .left .title h5 {
    font-weight: 500;
    font-size: 33px;
    color: #111111;
}

.pledge .out .left p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.7em;
}

.pledge .out .right {
    width: 50%;
}

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

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

.Auto_video .img {
    width: 100%;
}

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

.Auto_video .tetx {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.Auto_video .tetx .bofang {
    width: 97px;
    height: 97px;
    background: #00000033;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Auto_video .tetx a {
    width: 197px;
    height: 51px;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 17px;
    color: #D1D1D1;
    margin-top: 180px;
}

.Tipswindown {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.21);
    display: none;
}

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

.Tipswindown .out .video_box {
    width: 60%;
    height: 60vh;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px #00000052;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

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

}

.Tipswindown .out .video_box span {
    position: absolute;
    right: -40px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background: #0B897E;
    color: #FFF;
    font-size: 24px;
}

/* 视频详情页 */
.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;
}

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

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

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

.Knowledge-list .butt_box .left .box a:hover {
    color: #3B6BB3;
}

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

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


.Prod_xq_page {
    width: 100%;
    margin-top: 100px;
}

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

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

.Prod_xq_page .out .left .Prod_swiper {
    width: 100%;
    height: 382px;
}

.Prod_xq_page .out .left .Prod_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Prod_xq_page .out .left .Prod_swiper .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.Prod_xq_page .out .left .Prod_swiper2_box {
    width: 100%;
    height: 125px;
    position: relative;
}

.Prod_xq_page .out .left .Prod_swiper2_box .Prod_swiper2 {
    height: 100%;
    margin-top: 30px;
}

.Prod_xq_page .out .left .Prod_swiper2_box .swiper-slide {
    height: 100%;
    width: 25%;
    background: #00000021;
    margin-right: 2%;
}

.Prod_xq_page .out .left .Prod_swiper2_box .swiper-slide img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
}

.Prod_xq_page .out .left .Prod_swiper2_box .swiper-slide-thumb-active {
    border: 2px solid #266EAA;
    box-sizing: border-box;
}

.Prod_xq_page .out .left .swiper-button-next:after,
.Prod_xq_page .out .left .swiper-button-prev:after {
    color: #888888;
    font-size: 18px;
}

.Prod_xq_page .out .right {
    width: 43%;
}

.Prod_xq_page .out .right h5 {
    font-weight: 400;
    font-size: 38px;
    color: #333333;
}

.Prod_xq_page .out .right i {
    width: 100%;
    height: 1px;
    background: #D6D6D6;
    display: block;
    margin: 30px 0px;
}

.Prod_xq_page .out .right p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.Prod_xq_page .out .right .lianxi_list {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.Prod_xq_page .out .right .lianxi_list .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Prod_xq_page .out .right .lianxi_list b {
    width: 1px;
    height: 40px;
    display: block;
    background: #063b67;
    margin: 0px 4%;
}

.Prod_xq_page .out .right .lianxi_list span {
    color: #063b67;
    font-size: 22px;
    font-weight: bold;

}

.Prod_xq_page .out .right .lianxi_list .txt_1 {
    font-size: 17px;
}



.Prod_xq_page .out .right a {
    width: 173px;
    height: 56px;
    background: #063b67;
    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;
    color: #FFF;
    font-size: 18px;

}

.Prod_xq_page .text_out {
    width: 100%;
    background: #FFF;
    /*padding: 60px 93px 90px 93px;*/
    box-sizing: border-box;
    border-radius: 41px 41px 41px 41px;
    margin-top: 67px;
    margin-bottom: 74px;
}

.Prod_xq_page .text_out .box .title {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #D6D6D6;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.Prod_xq_page .text_out .box .title img {
    height: 29px;
    display: block;
    margin-right: 19px;
}

.Prod_xq_page .text_out .box .title h5 {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
}

.Prod_xq_page .text_out .box .txt {
    margin-bottom: 64px;
}

.Prod_xq_page .text_out .box .txt h1,
.Prod_xq_page .text_out .box .txt h2,
.Prod_xq_page .text_out .box .txt h3,
.Prod_xq_page .text_out .box .txt h4,
.Prod_xq_page .text_out .box .txt h5,
.Prod_xq_page .text_out .box .txt h6 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 500;
}

.Prod_xq_page .text_out .box .txt p {
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.Prod_xq_page .text_out .box .txt video {
    width: 1100px !important;
    max-width: 100% !important;
    height: auto;
}

.Prod_xq_page .text_out .box .txt img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


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

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

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


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


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

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


.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: 14px;
    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;
}

.dropdown::after {
    width: 15px;
    height: 15px;
    background: #FFFF;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: -7.5px;
    left: 50%;
    margin-left: -7.5px;
}

.dropdown {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    width: 200px;
    padding: 15px 20px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -100px;
    transform: translateY(70px) scale(0.6);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}

.dropdown a {
    display: block;
    color: #333333;
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
}

.dropdown a:hover {
    color: #266EAA;
}


.nav .out ul li:hover .dropdown {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: all;
}

.ditu {
    width: 100%;
    height: 760px;
}

#solution_body .nav {
    position: relative;
    background: #FFF;
}

#solution_body .nav .out .right ul li .title,
#solution_body .nav .out .right .relation span {
    color: #333;
}

.crumbs {
    height: 103px;
    background: url(../images/b_product.jpg) center no-repeat;
    width: 100%;
    background-size: cover;
}

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

.crumbs .out h5 {
    font-size: 15px;
    color: #FFF;
    font-weight: 500;
}

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

.crumbs .out .box span {
    display: block;
    margin: 0px 10px;
    font-size: 14px;
    color: #ccc;
}

.crumbs .out .box a {
    color: #FFF;
    font-size: 15px;
    display: block;
}

.crumbs .out .box:last-child span {
    display: none;
}

.Solution_out_1 {
    width: 100%;
    box-sizing: border-box;
}

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

.Solution_out_1 .out .left {
    width: 50%;
}

.Solution_out_1 .out .left h5 {
    font-weight: 400;
    font-size: 43px;
    color: #FFFFFF;
    line-height: 53px;
    margin-bottom: 39px;
}

.Solution_out_1 .out .left i {
    display: block;
    width: 80px;
    height: 2px;
    background: #0d77cb;
    margin: 20px 0 35px 0;
    display: none;
}

.Solution_out_1 .out .left p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 105px;
}

.Solution_out_1 .out .left .but_box {
    display: flex;
    align-items: center;
}

.Solution_out_1 .out .left .but_box a {
    width: 193px;
    height: 62px;
    background: #9d1e24;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    margin-right: 50px;
}

.Solution_out_1 .out .left .but_box .txt {
    display: flex;
    align-items: center;
    background: #9d1e24;
    width: 193px;
    height: 62px;
    justify-content: center;
    border-radius: 5px;
}

.Solution_out_1 .out .left .but_box .txt img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
}

.Solution_out_1 .out .left .but_box .txt span {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
}

.Solution_out_1 .out .left .but_box .txt span:last-child {
    font-size: 16px;
    color: #FFF;
}


.Solution_out_1 .out .right {
    width: 45%;
}

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

.Solution_out_2 {
    padding: 65px 0 75px 0;
    background: #F6F7F9;
}

.Solution_out_2 .out h5 {
    font-size: 30px;
    color: #263450;
    line-height: 65px;
    text-align: center;
    font-weight: 500;
}

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

.Solution_out_2 .out i {
    display: block;
    width: 60px;
    height: 1px;
    background: #263450;
    margin: 30px auto 80px auto;
}

.Solution_out_2 .out .list .item {
    width: 18%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 175px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
    border-radius: 12px 12px 12px 12px;
    position: relative;
}

.Solution_out_2 .out .list .item::after {
    position: absolute;
    top: 0%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    content: '00';
    width: 52px;
    height: 52px;
    background: #063b67;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.Solution_out_2 .out .list .item:nth-child(1)::after {
    content: '01';
}

.Solution_out_2 .out .list .item:nth-child(2)::after {
    content: '02';
}

.Solution_out_2 .out .list .item:nth-child(3)::after {
    content: '03';
}

.Solution_out_2 .out .list .item:nth-child(4)::after {
    content: '04';
}

.Solution_out_2 .out .list .item:nth-child(5)::after {
    content: '05';
}

.Solution_out_2 .out .list .item:last-child {
    border-right: none;
}

.Solution_out_2 .out .list .item span {
    color: #565d6b;
    line-height: 28px;
    font-size: 16px;
}

.Solution_out_3 {
    width: 100%;
    background: #F6F7F9;
    background-size: cover;
    padding: 75px 0;
}

.public_title_out h5 {
    font-weight: 500;
    font-size: 41px;
    color: #111111;
    line-height: 49px;
    text-align: center;
    margin-bottom: 30px;
}

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

.public_title_out .title i {
    width: 33px;
    height: 1px;
    background: #063b67;
}

.public_title_out .title span {
    font-weight: 400;
    font-size: 14px;
    color: #063b67;
    display: block;
    margin: 0px 6px;
}

.Solution_out_3 .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 39px;
}

.title_content_nr {
    width: 100%;
    display: flex;
    background: #FFF;
    margin-bottom: 65px;
}

.title_content_nr .left {
    width: 271px;
    padding: 29px 28px 44px 28px;
    box-sizing: border-box;
    background: #063b67;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    display: flex;
    align-items: center;
}

.title_content_nr .left p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.title_content_nr .left img {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.title_content_nr .right {
    width: calc(100% - 271px);
    padding: 29px 55px 29px 31px;
    box-sizing: border-box;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}

.title_content_nr .right p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}




.Solution_out_4 {
    width: 100%;
    padding: 75px 0;
    background: #f6f7f9;
}

.Solution_out_4 .out {
    margin-bottom: 30px;
}

.Solution_out_4 .out h5 {
    font-size: 30px;
    color: #263450;
    line-height: 65px;
    text-align: center;
}

.Solution_out_4 .out i {
    width: 60px;
    height: 1px;
    background: #333;
    margin: 30px auto 80px auto;
    display: block;
}

.Solution_out_4 .out:last-child {
    margin-bottom: 0px;
}

.Solution_out_4 .out .list {
    display: flex;
    flex-wrap: wrap;
}

.Solution_out_4 .out .list .box {
    margin: 5px;
    padding: 8px;
    height: 83px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 25px;
    font-size: 15px;
    border-radius: 10px;
    width: calc(100% / 8);
}

.Solution_out_5 {
    padding-top: 100px;
}

.Solution_out_5 .out {
    display: flex;
}

.Solution_out_5 .out .box {
    width: 25%;
    height: 345px;
    padding: 60px 0px;
    box-sizing: border-box;
    border: 1px solid #e8eaf0;
    border-right: none;
    margin-top: 60px;
}

.Solution_out_5 .out .box:last-child {
    border-right: 1px solid #e8eaf0;
}

.Solution_out_5 .out .box img {
    height: 43px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.Solution_out_5 .out .box h5 {
    font-size: 22px;
    color: #263450;
    text-align: center;
    margin-bottom: 30px;
}

.Solution_out_5 .out .box p {
    display: block;
    width: 65%;
    margin: 0 auto;
    font-size: 15px;
    color: #818181;
    line-height: 28px;
}

.Solution_out_6 {
    width: 100%;
    padding: 35px 0 100px 0;
}

.cooperative_2 {
    margin-top: 40px;
}

.Hoer_pages {
    width: 100%;
    margin: 80px 0px 100px 0px;
}

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

.Hoer_pages .out .box {
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #e8eaf0;
    box-sizing: border-box;
    margin-bottom: 30px;
    cursor: pointer;
}


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

.Hoer_pages .out .box .img {
    width: 100%;
    height: 370px;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
}

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

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

.Hoer_pages .out .box p {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFF;
    color: #232323;
    text-align: center;
    font-size: 18px;
}

/* 联系我们 */
.Contact_Page {
    margin: 90px 0px 80px 0px;
}

.Contact_Page .out {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}

.Contact_Page .out .box {
    width: calc(100% / 4);
    border: 1px solid #DDDDDD;
    height: 302px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Contact_Page .out .box .img {
    width: 78px;
    height: 78px;
    margin-bottom: 26px;
}

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

.Contact_Page .out .box h5 {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}

.Contact_Page .out .box i {
    display: block;
    margin: 22px 0px;
    width: 39px;
    height: 4px;
    background: #005199;
}

.Contact_Page .out .box span {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    padding: 0px 2%;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: 24px;
}

.Contact_Page .out .wei_box .img {
    width: 121px;
    height: 121px;
    margin-bottom: 0px;
}

.Contact_Page .out .wei_box .img img {
    transform: scale(0.95);
}


.Header_nav {
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 99999;
}

.solution_nav {
    position: relative;
    width: 1500px;
    background: rgba(255, 255, 255, 0.85);
    padding: 0px 36px 0px 23px;
    box-sizing: border-box;
    border-radius: 12px;
    transform: translateY(24px);
    transition: 0.4s ease;
}

.solution_nav.Soloell {
    transform: translateY(0px);
    border-radius: 0px;
    width: 100%;
}

.solution_nav .out .right ul li .title {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.solution_nav .relation {
    display: flex;
    flex-direction: column;
}

.solution_nav .relation .tit {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.solution_nav .relation .tit img {
    height: 19.68px;
    display: block;
    margin-right: 5px;
    width: auto;
    object-fit: contain;
}

.solution_nav .relation .tit span {
    font-size: 14px !important;
    display: block;
    color: #555555 !important;
}

.solution_nav .relation .txt {
    font-size: 19px;
    color: #063b67;
    line-height: 100%;
}


.solution_banner {
    width: 100%;
    background: url('../images/banner_10.jpg') no-repeat center;
    background-size: cover;
    padding: 210px 0px 117px 0px;
    box-sizing: border-box;
}

.dropdown_list {
    position: absolute;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 36px;
    box-sizing: border-box;
    pointer-events: none;
    box-shadow: 0px 6px 10px 1px #0000001a;
}

.dropdown_list .list {
    display: flex;

    justify-content: space-between;
}

.dropdown_list .list .item {
    /*width: calc(100% / 10);*/
    padding: 0px 20px;
    box-sizing: border-box;
}

.dropdown_list .list .item a {
    width: 100%;
    display: block;
}

.dropdown_list .list .item a img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    object-fit: contain;
    max-height: 65px;
    max-width: 100%;
}

.dropdown_list .list .item a span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}

.solution_nav.border_ {
    border-radius: 12px 12px 0px 0px;
}

.dropdown_list {
    border-top: 1px solid #eee;
    opacity: 0;
    z-index: -9999;
    border-radius: 0px 0px 12px 12px;
    transition: 0.4s ease;
}

.nav .out .right ul li:hover .dropdown_list {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}

.dropdown_list .list .item:hover a span {
    color: #063b67;
}

.solution_nav .out .right ul li:hover .title {
    color: #063b67;
}

.nav.Soloell .dropdown_list {
    background: #FFF;
}


.Aftermarket {
    width: 100%;
    background-size: cover !important;
    padding: 5% 0px;
    box-sizing: border-box;
    margin-top: 100px;
}

.Aftermarket .public_title b {
    color: #FFF;
}

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

.Aftermarket .public_title span {
    color: #FFF;
}

.Aftermarket .out {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.Aftermarket .out .img {
    width: 110px;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Aftermarket .out .img img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    display: block;
}

.Aftermarket .out p {
    width: 100%;
    text-align: center;
    color: #FFF;
    margin-top: 30px;
    font-size: 20px;
}

.Aftermarket .out i {
    width: 35px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}



.Aftermarket_pages {
    width: 100%;
}

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

.Aft_title h5 {
    font-size: 45px;
    margin-bottom: 15px;
    color: #063b67;
}

.Aft_title p {
    font-size: 17px;
    color: #666;
}

.Aft_list_1 {
    padding: 5% 0px;
    box-sizing: border-box;
}

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

.Aft_list_1 .out .box p {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #063b67;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-sizing: border-box;
    color: #6f7fa0;
}

.Aft_list_1 .out .box img {
    width: 23px;
    display: block;
}

.Aft_list_2 {
    width: 100%;
    padding: 5% 0px 3% 0px;
    background-size: cover !important;
    box-sizing: border-box;
}

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

.Aft_list_2 .out .left p {
    font-weight: 400;
    font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.Aft_list_2 .out .left i {
    width: 114px;
    height: 6px;
    background: #063b67;
    display: block;
}

.Aft_list_2 .out .right {
    display: flex;
    align-items: center;
    background: #063b67;
    border-radius: 5px;
    padding: 15px 25px;
}

.Aft_list_2 .out .right img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.Aft_list_2 .out .right span {
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 17px;
}

.Aft_list_2 .out .right h5 {
    color: #fff;
    font-size: 24px;
}

.Aft_list_3 {
    padding: 5% 0px;
    box-sizing: border-box;
    background: #f6f8fc;
}

.Aft_list_3 .Recom_title .box img {
    height: auto;
}

.Aft_list_3 .Recom_title {
    margin: 0px;
}

.Aft_list_5 {
    width: 100%;
    padding: 5% 0px;
    box-sizing: border-box;
    background-size: cover !important;
}

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

.Aft_list_5 .out .box {
    width: 25%;
    padding: 5% 4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #E9EBF0;
    border-right: none;
}

.Aft_list_5 .out .box:last-child {
    border-right: 1px solid #E9EBF0;
}

.Aft_list_5 .out .box img {
    height: 40.92px;
    width: 41.92px;
    display: block;
    object-fit: contain;
}

.Aft_list_5 .out .box span {
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 15px;
}

.Aft_list_5 .out .box p {
    font-weight: 400;
    font-size: 14px;
    color: #EBEBEB;
    line-height: 1.7em
}

.Aft_list_5 .Aft_title h5 {
    color: #FFF;
}

.Aft_list_5 .Aft_title p {
    color: #FFF;
}






@media (max-width:992px) {

    .cooperative .out .box .img {
        height: 0.6rem;
    }

    .Prod_xq_page .text_out .box .txt h1,
    .Prod_xq_page .text_out .box .txt h2,
    .Prod_xq_page .text_out .box .txt h3,
    .Prod_xq_page .text_out .box .txt h4,
    .Prod_xq_page .text_out .box .txt h5,
    .Prod_xq_page .text_out .box .txt h6 {
        font-size: 0.26rem;

        margin-bottom: 0.2rem;
    }

    .Company_pages .Company_text p {
        font-size: 0.12rem;
    }

    .Company_pages .Company_text {
        margin-bottom: 0.6rem;
    }

    .Company_pages_banner {
        padding-bottom: 0.3rem;
    }

    .footer .Top_out .box span {

        font-size: 0.18rem;


        margin-right: 0.16rem;
    }

    .footer .Top_out .box .icon_box .icon {
        width: 0.42rem;
        height: 0.42rem;
    }

    .footer .Top_out .box .icon_box .img {
        left: auto;
        margin-left: 0px;
        right: 0px;
        top: 0.45rem;
    }

    .banner2 .text .public {
        padding-top: 0rem;
    }

    .ditu {
        height: 7.6rem;
    }

    .min_navCan {
        display: flex;
    }

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

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

    .nav {
        background: #FFF;
        position: relative;
        height: 0.9rem;
    }

    .Recom_title {
        flex-wrap: wrap;
    }

    .nav .out .logo {
        height: 0.6rem;
        width: auto;
    }

    .banner .swiper-slide .text p {
        font-size: 0.14rem;

    }

    .but_box_banner {
        display: none;
    }

    .banner .swiper-slide .text h5 {
        font-size: 0.24rem;
    }

    .banner .swiper-slide .text h5 b {
        font-size: 0.24rem;
    }

    .banner .swiper-slide .text i {
        margin: 0;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .banner .swiper-slide .text i::after {
        width: 0.4rem;
        height: 0.01rem;

    }

    .digital {
        padding: 0.3rem 0px 0px 0px;
    }

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

    .digital .out .box {
        width: 50%;
        margin-bottom: 0.2rem;
    }

    .digital .out .box h5 {
        margin-bottom: 0.1rem;
    }

    .digital .out .box h5 b {
        font-size: 0.2rem;
    }

    .digital .out .box h5 span {
        font-size: 0.13rem;
    }

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

    .digital .out .box:nth-child(1),
    .digital .out .box:nth-child(3) {
        border-left: 0px;
    }

    .digital .out .box:nth-child(1)::after,
    .digital .out .box:nth-child(3)::after {
        display: none;
    }

    .digital .out .box::after {
        width: 0.03rem;
        left: -0.03rem;
    }

    .Recom_title {
        margin: 0.3rem 0px 0.2rem 0px;
        justify-content: left;
    }

    .Recom_title .box {
        width: 33%;
        margin-bottom: 0.1rem;
    }

    .Recom_title .box img {
        height: 1rem;
        display: block;
        margin: 0 auto;
    }

    .Recom_title .box span {
        font-size: 0.2rem;
        margin-top: 0.15rem;
    }

    .Recommendation .out .swiper-slide {
        justify-content: space-between;
    }

    .Recommendation {
        margin-bottom: 0.9rem;
        margin-top: 0.9rem;
    }

    .product_item {
        width: 48%;
        margin-right: 0px;
        background: #EEEEEE;
        padding: 0.42rem 0.4rem 0.3rem 0.4rem;
        margin-top: 0.28rem;
    }

    .product_item .img {
        height: 2rem;
        margin-bottom: 0.3rem;
    }

    .product_item span {
        font-size: 0.22rem;
    }

    .product_item:nth-child(3) {
        margin-top: 0.28rem;
    }

    .Video_Display .swiper-slide {
        width: 100%;
        height: 5rem;
        margin-right: 0%;
    }

    .Video_Display .swiper-button-prev {
        left: 3%;
    }

    .Video_Display .swiper-button-next {
        right: 3%;
    }

    .Video_Display .swiper-slide .video_box .text {
        top: 0.8rem;
    }

    .Video_Display .swiper-slide .video_box .text span {
        font-size: 0.33rem;
        margin-bottom: 0.2rem;
    }

    .Video_Display .swiper-slide .video_box .text h5 {
        font-size: 0.35rem;
        margin-bottom: 0.46rem;
    }

    .Video_Display .swiper-slide .video_box .text .but_box a {
        font-size: 0.19rem;
        margin-right: 0.68rem;
    }

    .Video_Display .swiper-slide .video_box .text .but_box a img {
        height: 0.1rem;
    }

    .Solution {
        margin: 1rem 0px;
    }

    .Solution .out {
        margin-top: 0.45rem;
        flex-wrap: wrap;
    }

    .Solution .out .box {
        width: 50% !important;
        height: 6rem;
    }

    .Solution .out .box .title {
        padding: 0px 0.24rem;
    }

    .Solution .out .box .title h5 {
        font-size: 0.22rem;
        margin-bottom: 0.17rem;
    }

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

    .Solution .out .box .text {
        padding: 0.55rem 0.5rem 0.2rem 0.45rem;
        opacity: 1;
    }

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

    .Solution .out .box .text span {
        font-size: 0.22rem;
        margin-bottom: 0.4rem;
    }

    .Solution .out .box .text p {
        font-size: 0.14rem;
    }

    .Solution .out .box .text b {
        width: 1.6rem;
        height: 0.41rem;
        border-radius: 0.26rem;
        margin-top: 0.5rem;
        font-size: 0.17rem;
    }

    .Solution .out .box .text .txt {
        transform: translateY(0);
    }

    .cooperative .out {
        margin-top: 0.6rem;
    }

    .cooperative .out .box {
        margin-top: 0.1rem;
    }



    .cooperative {
        margin-bottom: 1rem;
        background-size: 100%;
    }

    .Collaboration .out {
        margin-top: 0.6rem;
    }

    .Collaboration .out .swiper-slide {
        width: 100%;
        margin: 0px;
        height: 4.5rem;
    }

    .Collaboration .out .swiper-slide p {
        width: 100%;
        height: 0.8rem;
        font-size: 0.24rem;
    }

    .Collaboration .out .swiper-button-prev,
    .Collaboration .out .swiper-button-next {
        width: 0.69rem;
        height: 0.69rem;
    }

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

    .Collaboration .out .swiper-button-prev {
        left: 5%;
    }

    .Collaboration .out .swiper-button-next {
        right: 5%;
    }

    .Collaboration {
        margin-bottom: 1rem;
    }

    .About {
        padding: 0.6rem 0px 0.6rem 0px;
    }

    .About .out h5 {
        font-size: 0.43rem;
        margin-bottom: 0.15rem;
    }

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

    .About .out a {
        width: 1.9rem;
        height: 0.51rem;
        border-radius: 0.26rem;
        font-size: 0.17rem;

    }

    .News {
        padding: 1.08rem 0px 1.03rem 0px;
    }

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

    .News .out .box {
        width: 100%;
        margin-top: 0.55rem;
        height: 2rem;
    }

    .News .out .box:nth-child(2) {
        margin-top: 0.55rem;
    }

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

    .News .out .box .right p {
        font-size: 0.16rem;
    }

    .News .out .box .right .but_box span {
        font-size: 0.14rem;
    }

    .News .out .box .right .but_box p {
        font-size: 0.14rem;
    }

    .News .out .box .right .but_box img {
        height: 0.14rem;
        margin-left: 0.12rem;
    }

    .footer .Top_out {
        padding: 0.25rem 0px;
    }

    .footer .list_out {
        margin-top: 0.6rem;
    }

    .footer .Top_out .logo {
        width: 1.2rem;
    }

    .footer .list_out .left p {
        font-size: 0.16rem;
        margin-bottom: 0.4rem;
    }

    .footer .link_list {
        margin-top: 0.4rem;
        padding-bottom: 0.5rem;
    }

    .footer .link_list h5 {
        font-size: 0.15rem;
    }

    .footer .link_list a {
        font-size: 0.15rem;
        margin: 0px 0.05rem;
    }

    .Record_n_varchar {
        height: 0.45rem;
    }

    .Record_n_varchar a {
        font-size: 0.10rem;
    }


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

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

    .banner {
        margin-top: 0.9rem;
    }

    .banner2 {
        margin-top: 0.9rem;
    }

    .banner2 .text h5,
    .banner2 .text h5 b {
        font-size: 0.3rem;
        text-align: center;
    }

    .banner2 .text i {
        width: 1rem;
        height: 0.03rem;
        margin: 0 auto;
        margin-top: 0.2rem;
    }

    .Products_pages {
        margin-top: 1rem;
        margin-bottom: 0.8rem;
    }

    .Products_pages .out {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
        justify-content: space-between;
    }

    .Projects_pages {
        margin-top: 1rem;
        margin-bottom: 0.8rem;
    }

    .Projects_pages .out {
        margin-top: 0.6rem;
        justify-content: space-between;
    }

    .Projects_pages .out .box {
        margin-bottom: 0.45rem;
        width: 48%;
    }

    .Projects_pages .out .box p {
        font-size: 0.22rem;
    }

    .Projects_pages .out .box .img {
        border-radius: 0.06rem;
        height: 2rem;
        margin-bottom: 0.27rem;
    }

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

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

    .News_Page .out .box .left .img {
        height: 3rem;
    }

    .News_Page .out {
        margin-top: 0.6rem;
    }

    .News_Page .out .box .ceter {
        display: none;
    }

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

    .News_Page .out .box .right h5 {
        font-size: 0.24rem;
        margin-bottom: 0.20rem;
    }

    .News_Page .out .box .right p {
        font-size: 0.18rem;
        margin-bottom: 0.38rem;
    }

    .News_Page .out .box .right .jiantou_box {
        width: 1.71rem;
        height: 0.54rem;
        border-radius: 0.54rem;
    }

    .News_Page .out .box .right .jiantou_box span {
        font-size: 0.14rem;
    }

    .News_Page .out .box .right .jiantou_box .jian {
        width: 0.54rem;
        height: 0.54rem;
        font-size: 0.18rem;
        transform: translateX(0.1rem);
    }

    .News_Page .out .box {
        padding-bottom: 0.49rem;
        margin-bottom: 0.53rem;

    }

    .News_Page {
        margin-top: 1rem;
        margin-bottom: 0.55rem;
    }

    .Knowledge-list {
        padding: 0.8rem 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.43rem 0 0.73rem 0;
        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 {
        font-size: 0.22rem;
    }

    .Knowledge-list .text p {
        font-size: 0.22rem;
        line-height: 1.7em;
    }

    .Knowledge-list .butt_box .right {
        display: none;
    }

    .Knowledge-list .butt_box {
        margin-top: 0.61rem;
    }

    .Knowledge-list .butt_box .left .box span {
        flex: none;
    }

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

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

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

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

    .Company_pages .text {
        padding: 0.89rem 0px;
        background-size: 80%;
    }

    .Company_pages .text h5 {
        font-size: 0.37rem;
        margin-bottom: 0.41rem;
    }

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

    .Culture_pages .out .box {
        width: 100%;
        height: 2.1rem;
    }

    .Culture_pages .out .box .right {
        padding: 0px 0.2rem;
    }

    .Culture_pages .out .box .right h5 {
        font-size: 0.27rem;
    }

    .Culture_pages .out .box .right i {
        width: 0.5rem;
        height: 0.03rem;
        margin: 0.22rem 0px;
    }

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

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

    .Culture_pages .out .box:nth-child(3) {
        flex-direction: row;
    }

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

    .Honor_pages {
        padding: 0.63rem 0px 0.7rem 0px;
        margin-top: 0.76rem;
    }

    .Honor_pages .Honor_swiper .swiper-slide {
        width: 48%;
    }

    .Honor_pages .Honor_swiper .swiper-slide .img {
        height: 4rem;
        margin-bottom: 0.16rem;
    }

    .Honor_pages .Honor_swiper .swiper-slide p {
        font-size: 0.18rem;
    }

    .Honor_pages .Honor_swiper .swiper-button-next {
        right: 0.55rem;
    }

    .Honor_pages .Honor_swiper .swiper-button-prev {
        left: 0.55rem;
    }

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

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

    .The_scene {
        margin-top: 0.8rem;
    }

    .scene_swiper_1 img {
        height: 5rem;
    }

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

    .The_scene .public_title {
        top: 0.8rem;
    }

    .scene_swiper_2 p {
        font-size: 0.18rem;
        margin-top: 0.21rem;
    }

    .pledge .out .left .title {
        margin-bottom: 0.4rem;
    }

    .pledge .out .left .title span,
    .pledge .out .left .title h5 {
        font-size: 0.33rem;
        color: #FFF;
    }


    .pledge .out .left p {
        font-size: 0.18rem;
    }

    .pledge {
        padding-bottom: 0.66rem;
        background-size: cover;
        padding-top: 0.6rem;
    }

    .pledge .out .right {
        margin-top: 0.4rem;
    }

    .Auto_video .tetx a {
        width: 1.9rem;
        height: 0.5rem;
        border-radius: 0.26rem;
        font-size: 0.17rem;
        margin-top: 0.5rem;
    }

    .Auto_video .tetx .bofang {
        width: 0.97rem;
        height: 0.97rem;
    }

    .Message {
        margin: 0.9rem 0px;
    }

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

    .Auto_video .tetx .bofang img {
        width: 0.4rem;
    }

    .Tipswindown .out .video_box {
        width: 95%;
        height: 4rem;
        border-radius: 0.06rem;
        padding: 0.1rem;
    }

    .Tipswindown .out .video_box span {
        right: 0;
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.24rem;
    }

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

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

    .Feedback {
        padding-top: 0.7rem;
        padding-bottom: 0.97rem;
    }

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

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

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

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

    .Feedback input {
        height: 0.46rem;
        border-radius: 0.04rem;
        font-size: 0.14rem;
        padding: 0px 0.12rem;
        margin-bottom: 0.2rem;
    }

    .Feedback textarea {
        width: 100%;
        height: 2.14rem;
        font-size: 0.14rem;
        padding: 0.18rem 0.21rem 0.18rem 0.21rem;
    }

    .Feedback button {
        width: 4.77rem;
        height: 0.67rem;
        border-radius: 0.33rem;
        font-size: 0.22rem;
        margin-top: 0.95rem;
    }

    .Message .out .left .box {
        padding: 0.36rem 0.2rem 0.4rem 0.5rem;
        box-shadow: 0px 0.02rem 0.12rem 1px rgba(11, 137, 126, 0.21);
        border-radius: 0.15rem;
        margin-bottom: 0.56rem;
    }

    .Message .out .left .box .img {
        width: 0.78rem;
        height: 0.78rem;
    }

    .Message .out .left .box .img img {
        width: 35%;
        display: block;
    }

    .Message .out .left .box .text h5 {
        font-size: 0.22rem;
    }

    .Message .out .left .box .text p {
        font-size: 0.18rem;
    }

    .Message .out .left .box .text {
        height: 0.78rem;
        width: calc(100% - 1.05rem);
    }

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

    .CAPTCHA input {
        margin-bottom: 0px !important;
        margin-right: 0.1rem !important;
    }

    .CAPTCHA img {
        width: 1.2rem;
        height: 0.48rem;
        display: block;
    }

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

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

    .Prod_xq_page .out .left .Prod_swiper {
        height: 3.8rem;
    }

    .Prod_xq_page .out .left .Prod_swiper2_box {
        height: 1.25rem;
    }

    .Prod_xq_page .out .left .Prod_swiper2_box .swiper-slide-thumb-active {
        border: 0.02rem solid #266EAA;
    }

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

    .Prod_xq_page .out .right {
        margin-top: 0.4rem;
    }

    .Prod_xq_page .out .right h5 {
        font-size: 0.43rem;
    }

    .Prod_xq_page .out .right i {
        width: 100%;
        height: 1px;
        margin: 0.49rem 0px;
    }

    .Prod_xq_page .out .right p {
        font-size: 0.24rem;
    }

    .Prod_xq_page .out .right .lianxi_list {
        margin-top: 0.4rem;
    }

    .Prod_xq_page .out .right a {
        width: 1.73rem;
        height: 0.56rem;
        box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08);
        border-radius: 0.41rem;
        font-size: 0.18rem;

    }

    .Prod_xq_page .text_out {
        padding: 0.6rem 0.33rem 0.9rem 0.33rem;
        border-radius: 0.21rem;
        margin-top: 0.67rem;
        margin-bottom: 0.74rem;
    }

    .Prod_xq_page .text_out .box .title {
        padding-bottom: 0.35rem;
        margin-bottom: 0.35rem;
    }

    .Prod_xq_page .text_out .box .title img {
        height: 0.29rem;
        margin-right: 0.19rem;
    }

    .Prod_xq_page .text_out .box .title h5 {
        font-size: 0.28rem;
    }

    .Prod_xq_page .text_out .box .txt p {
        font-size: 0.18rem;
    }

    .Prod_xq_page .text_out .box .txt {
        margin-bottom: 0.6rem;
    }

    .Characteristics_and_advantages {
        margin-top: 0.3rem;
    }

    .Characteristics_and_advantages h5 {
        font-size: 0.2rem;
        margin-bottom: 0.15rem;
    }

    .Characteristics_and_advantages .Char_list_item {
        margin-bottom: 0.15rem;
    }

    .Characteristics_and_advantages .Char_list_item span {
        font-size: 0.18rem;
    }

    .Characteristics_and_advantages .Char_list_item i {
        width: 0.07rem;
        height: 0.07rem;
        margin-right: 0.09rem;
    }

    .Prod_xq_page {
        margin-top: 1rem;
    }

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

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

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

    .Solution_2 {
        margin: 1rem 0px;
    }

    .Solution_2 .Recom_title .box {
        width: 20%;
        padding: 0.1rem;
        box-sizing: border-box;
    }

    .Solution_2 .Solution_swiper .swiper-slide {
        height: auto;
    }

    .Solution_2 .Solution_swiper .swiper-slide {
        flex-wrap: wrap;
    }

    .Solution_2 .Solution_swiper .swiper-slide .left {
        width: 100%;
        padding: 0.9rem 0.7rem;
        height: auto;
    }

    .Solution_2 .Solution_swiper .swiper-slide .left h5 {
        font-size: 0.3rem;
        margin: 0 0 0.5rem 0;
    }

    .Solution_2 .Solution_swiper .swiper-slide .left i {
        width: 0.6rem;
        height: 0.02rem;
        margin: 0 0 0.5rem 0;
    }

    .Solution_2 .Solution_swiper .swiper-slide .left p {
        font-size: 0.15rem;
        line-height: 0.28rem;
    }

    .Solution_2 .Solution_swiper .swiper-slide .left a {
        width: 1.30rem;
        font-size: 0.15rem;
        line-height: 0.38rem;
        margin-top: 0.6rem;
    }

    .Solution_2 .Solution_swiper .swiper-slide .right {
        width: 100%;
        height: auto;
    }


    .footer .list_out .left .img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .public_title2 h5 {
        font-size: 0.3rem;
    }

    .public_title2 span {
        font-size: 0.3rem;
    }

    .Company_pages .text .left {
        width: 100%;
    }

    .Company_pages .text .right {
        width: 100%;
        margin-top: 0.4rem;
    }

    .Company_pages .text .right h5 {
        font-size: 0.37rem;
        margin-bottom: 0.4rem;
    }

    .Company_pages .text .right p {
        font-size: 0.18rem;
    }

    .Contact_Page {
        margin: 1rem 0px 0.7rem 0px;
    }

    .Contact_Page .out {
        margin-top: 0.56rem;
        flex-wrap: wrap;
    }

    .Contact_Page .out .box {
        height: 3.02rem;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .Contact_Page .out .box:last-child {
        margin-bottom: 0px;
    }

    .Contact_Page .out .box .img {
        width: 0.78rem;
        height: 0.78rem;
        margin-bottom: 0.26rem;
    }

    .Contact_Page .out .box h5 {
        font-size: 0.22rem;
    }

    .Contact_Page .out .box i {
        margin: 0.22rem 0px;
        width: 0.39rem;
        height: 0.04rem;
        background: #005199;
    }

    .Contact_Page .out .box span {
        font-size: 0.18rem;
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .Contact_Page .out .wei_box .img {
        width: 1.4rem;
        height: 1.4rem;
        margin-bottom: 0px;
    }

    .Hoer_pages {
        margin: 0.8rem 0px 1rem 0px;
    }

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

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

    .Hoer_pages .out .box .img {
        height: 3.7rem;
        padding: 0.1rem 0.1rem 0px 0.1rem;
    }

    .Hoer_pages .out .box p {
        width: 100%;
        height: 0.8rem;
        font-size: 0.18rem;
    }

    .crumbs {
        height: 1rem;
    }

    .crumbs .out h5,
    .crumbs .out .box a {
        font-size: 0.15rem;
    }

    .crumbs .out .box span {
        margin: 0px 0.1rem;
        font-size: 0.15rem;
    }

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

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

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

    .Solution_out_1 .out .left h5 {
        font-size: 0.43rem;
        line-height: 0.53rem;
        margin-bottom: 0.39rem;
    }

    .Solution_out_1 .out .left p {
        font-size: 0.16rem;
        line-height: 0.3rem;
        margin-bottom: 1rem;
    }

    .Solution_out_1 .out .left .but_box a {
        width: 1.9rem;
        height: 0.62rem;
        border-radius: 0.05rem;
        font-size: 0.18rem;
        margin-right: 0.5rem;
    }

    .Solution_out_1 .out .left .but_box .txt {
        width: auto;
        height: 0.62rem;
        border-radius: 0.05rem;
        padding: 0px 0.2rem;
    }


    .Solution_out_1 .out .left .but_box .txt img {
        width: 0.52rem;
        height: 0.52rem;
        margin-right: 0.21rem;
    }

    .Solution_out_1 .out .left .but_box .txt span {
        font-size: 0.14rem;
    }

    .Solution_out_1 .out .left .but_box .txt span:last-child {
        font-size: 0.2rem;
    }

    .Solution_out_2 {
        padding: 0.65rem 0 0.75rem 0;
        background: #FFF;
    }

    .Solution_out_2 .out h5 {
        font-size: 0.3rem;
        line-height: 0.65rem;
    }

    .Solution_out_2 .out i {
        width: 0.6rem;
        margin: 0.3rem auto 0.8rem auto;
    }

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

    .Solution_out_2 .out .list .item {
        width: 48%;
        padding: 0.1rem;
        box-sizing: border-box;
        height: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .Solution_out_2 .out .list .item::after {
        margin-top: -0.26rem;
        margin-left: -0.26rem;
        width: 0.52rem;
        height: 0.52rem;
        font-size: 0.24rem;
    }

    .Solution_out_2 .out .list .item span {
        line-height: 0.28rem;
        font-size: 0.16rem;
    }

    .Solution_out_3 {
        padding: 0.75rem 0px;
    }

    .Solution_out_3 .out h5,
    .Solution_out_4 .out h5 {
        font-size: 0.3rem;
        line-height: 0.65rem;
    }



    .Solution_out_3 .out i,
    .Solution_out_4 .out i {
        width: 0.6rem;
        margin: 0.3rem auto 0.8rem auto;
    }

    .Solution_out_3 .out .list {
        justify-content: space-between;
    }

    .Solution_out_3 .out .list .item {
        width: 48%;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0.3rem;
    }

    .Solution_out_3 .out .list .item .img {
        height: 2.9rem;
    }

    .Solution_out_3 .out .list .item .text {
        padding: 0.15rem 0.24rem 0.24rem 0.24rem;
    }

    .Solution_out_3 .out .list .item .text h6 {
        font-size: 0.2rem;
    }

    .Solution_out_3 .out .list .item .text i {
        margin: 0.15rem 0px;
    }

    .Solution_out_3 .out .list .item .text span {
        font-size: 0.16rem;
        line-height: 0.3rem;
        display: block;
    }

    .Solution_out_3 .out .list .item .text p {
        font-size: 0.16rem;
        line-height: 0.3rem;
        display: block;
    }

    .Solution_out_4 {
        padding: 0.75rem 0;
    }

    .Solution_out_4 .out .list .box {
        margin: 0rem;
        padding: 0.08rem;
        height: 0.83rem;
        line-height: 0.25rem;
        font-size: 0.15rem;
        border-radius: 0.1rem;
        width: calc(100% / 4);
        box-sizing: border-box;
        transform: scale(0.9);
    }

    .Solution_out_4 .out {
        margin-bottom: 0.4rem;
    }

    .Solution_out_5 {
        padding-top: 1rem;
    }

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

    .Solution_out_5 .out .box {
        width: 50%;
        height: 3.45rem;
        padding: 0.6rem 0px;
        margin-top: 0px;
    }

    .Solution_out_5 .out .box img {
        height: 0.43rem;
        margin-bottom: 0.2rem;
    }

    .Solution_out_5 .out .box h5 {
        font-size: 0.22rem;
        margin-bottom: 0.3rem;
    }

    .Solution_out_5 .out .box p {
        width: 85%;
        font-size: 0.16rem;
        line-height: 0.28rem;
    }

    .Solution_out_6 {
        padding: 0.35rem 0 1rem 0;
    }

    .Solution_out_6 .out .box {
        width: calc(100% / 4);
    }

    .Company_pages {
        padding-top: 0.5rem;
    }

    .solution_nav {
        padding: 0px 0.36rem 0px 0.23rem;
        box-sizing: border-box;
        border-radius: 0rem;
        transform: translateY(0px);
    }

    .solution_banner {
        padding: 2rem 0px 1rem 0px;
    }

    .title_content_nr {
        margin-bottom: 0.65rem;
        flex-wrap: wrap;
    }

    .title_content_nr .left {
        width: 100%;
        padding: 0.29rem 0.28rem 0.44rem 0.28rem;
        border-radius: 0.05rem;
    }

    .title_content_nr .right {
        width: 100%;
        padding: 0.29rem 0.55rem 0.29rem 0.31rem;
    }

    .title_content_nr .right p {
        font-size: 0.18rem;
        line-height: 0.3rem;
    }

    .public_title_out h5 {
        font-size: 0.41rem;
        line-height: 0.49rem;
        margin-bottom: 0.3rem;
    }

    .public_title_out .title span {
        font-size: 0.14rem;
        margin: 0px 0.06rem;
    }

    .public_title_out .title i {
        width: 0.33rem;
        height: 1px;
        background: #063b67;
    }

    .Solution_out_3 .out {
        margin-top: 0.39rem;
    }

    .Solution_out_3 .out .product_item {
        width: 100%;
        margin-bottom: 0.3rem;
        margin-top: 0px;
    }

    .Solution_3 {
        margin: 0px;
        margin-top: 1rem;
    }

    .Solution_3 .Recom_title {
        margin-top: 0.6rem;
        padding: 0.5rem 0px;
        box-sizing: border-box;
    }

    .Aftermarket {
        margin-top: 1rem;
    }

    .Aftermarket .out {
        margin-top: 0.6rem;
    }

    .Aftermarket .out .img {
        width: 1rem;
        height: 1rem;
    }

    .Aftermarket .out p {
        font-size: 0.16rem;
        margin-top: 0.2rem;
    }

    .Aftermarket .out i {
        width: 0.35rem;
        margin-top: 0.2rem;
    }

    .Aft_title h5 {
        font-size: 0.3rem;
        margin-bottom: 0.15rem;

    }

    .Aft_title p {
        font-size: 0.16rem;
    }

    .Aft_title {
        margin-bottom: 0.5rem;
    }

    .Aft_list_1 .out .box p {
        width: 0.8rem;
        height: 0.8rem;
        font-size: 0.12rem;
        text-align: center;
    }

    .Aft_list_1 .out .box img {
        width: 0.2rem;
    }

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

    .Aft_list_2 .out .left i {
        width: 1rem;
        height: 0.03rem;
    }

    .Aft_list_2 .out .right {
        padding: 0.1rem 0.15rem;
    }

    .Aft_list_2 .out .right img {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.2rem;
    }

    .Aft_list_2 .out .right span {
        font-size: 0.15rem;
        margin-bottom: 0.17rem;
    }

    .Aft_list_2 .out .right h5 {
        font-size: 0.2rem;
    }

    .Aft_list_3 .Recom_title .box img {
        height: 0.6rem;
    }

    .Aftermarket_pages .Recom_title .box {
        width: 20%;
        margin-bottom: 0.2rem;
    }

    .Aft_list_5 .out .box {
        width: 50%;
        border-bottom: none;
    }

    .Aft_list_5 .out .box:nth-child(2) {
        border-right: 1px solid #E9EBF0;
    }

    .Aft_list_5 .out .box:nth-child(3),
    .Aft_list_5 .out .box:nth-child(4) {
        border-bottom: 1px solid #E9EBF0;
    }

    .Aft_list_5 .out .box img {
        height: 0.4rem;
        width: 0.4rem;

    }

    .Aft_list_5 .out .box span {

        font-size: 0.2rem;

        margin-bottom: 0.16rem;
        margin-top: 0.15rem;
    }

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

    .Aftermarket_pages .Solution_3 {
        margin-top: 0.6rem;
    }

    .Aftermarket_pages .public_title_out h5 {
        font-size: 0.3rem;
    }

    .Aftermarket_pages .public_title_out h5 {
        line-height: 0.2rem;
    }

    .Aftermarket_pages .Solution_3 .Recom_title {
        margin-top: 0.4rem;
    }

    .Aftermarket_pages .Solution_2 .Recom_title .box img {
        height: 0.5rem;
    }

    .Prod_xq_page .out .right .lianxi_list span {
        font-size: 0.3rem;
    }

    .Prod_xq_page .out .right .lianxi_list .txt_1 {
        font-size: 0.17rem;
    }

}

@media (min-width:993px) and (max-width:1300px) {

    .cooperative .out .box .img {
        height: 60px;
    }

    .Prod_xq_page .out .right .lianxi_list span {
        font-size: 18px;
    }

    .Prod_xq_page .out .right .lianxi_list .txt_1 {
        font-size: 14px;
    }

    .Prod_xq_page .text_out .box .txt h1,
    .Prod_xq_page .text_out .box .txt h2,
    .Prod_xq_page .text_out .box .txt h3,
    .Prod_xq_page .text_out .box .txt h4,
    .Prod_xq_page .text_out .box .txt h5,
    .Prod_xq_page .text_out .box .txt h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .dropdown_list {
        padding: 30px 10px;
    }

    .Recom_title .box img {
        height: 60px;
    }

    .dropdown_list .list .item {
        padding: 0px 10px;
    }

    .dropdown_list .list .item a img {
        max-height: 50px;
    }

    .dropdown_list .list .item a span {
        font-size: 14px;
    }

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

    .nav .out .right ul li .title {
        font-size: 15px;
    }

    .nav .out .right ul li {
        margin-right: 30px;
    }

    .nav .out .right ul {
        margin-right: 30px;
    }

    .nav .out .right .relation span {
        font-size: 12px !important;
    }

    .nav .out .logo {
        height: 40px;
        width: auto;
    }

    .nav .out .right .relation img {
        width: 20px;
        height: 20px;
    }

    .solution_nav .relation .txt {
        font-size: 16px;
    }

    .banner .swiper-slide .text i {
        margin: 20px 0px 31px 0px;
    }

    .banner .swiper-slide .text h5,
    .banner .swiper-slide .text h5 b {
        font-size: 38px;
    }

    .banner .swiper-slide .text p {
        font-size: 15px;
    }

    .but_box_banner .public .swiper-button-prev {
        left: -40px;
    }

    .but_box_banner .public .swiper-button-next,
    .but_box_banner .public .swiper-button-prev {
        width: 40px;
        height: 40px;
        border: 1px solid #FFFFFF;
    }

    .Recommendation {
        margin: 60px 0px;
    }



    .public_title span {
        font-size: 14px;
    }


    .digital {
        padding: 36px 0px;
    }

    .digital .out .box h5 b {
        font-size: 26px;
    }

    .digital .out .box p,
    .digital .out .box h5 span {
        font-size: 13px;
    }

    .product_item .img {
        height: 200px;
    }

    .Video_Display .swiper-slide {
        height: 400px;
    }

    .Video_Display .swiper-slide .video_box .text span {
        font-size: 20px;
    }

    .Video_Display .swiper-slide .video_box .text h5 {
        font-size: 26px;
    }

    .Video_Display .swiper-slide .video_box .text .but_box a {
        font-size: 15px;
    }

    .Solution .out .box .text {
        padding: 55px 20px 20px 20px;
    }

    .Solution .out .box {
        height: 490px;
    }

    .Solution .out .box .text h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .Solution .out .box .text span {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .Solution .out .box .text p {
        font-size: 12px;
    }

    .Solution .out .box .text b {
        width: 134px;
        height: 40px;
        margin-top: 30px;
        font-size: 15px;
    }

    .Solution .out .box .title {
        padding: 0px 10px;
    }

    .Solution .out .box .title h5 {
        font-size: 15px;
        line-height: 1.6em;
    }

    .Solution .out .box .title span {
        font-size: 13px;
    }

    .Collaboration .out .swiper-slide {
        width: 50%;
        height: 340px;
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        margin: 0px 20px;
    }

    .public_title h5 b,
    .public_title h5 {
        font-size: 30px;
    }

    .Honor_pages .Honor_swiper .swiper-slide p {
        font-size: 14px;
    }

    .Honor_pages .Honor_swiper .swiper-slide .img {
        height: 269px;
    }

    .banner2 .text h5,
    .banner2 .text h5 b {
        font-size: 35px;
    }

    .banner2 .text i {
        margin: 0 auto;
        margin-top: 20px;
    }

    .banner2 img {
        height: 380px;
    }

    .Company_pages_banner img {
        height: 500px;
    }



    .nav .out .right ul li.on .title {
        font-size: 15px;
    }

    .solution_nav {
        padding: 0px;
        border-radius: 0px;
        transform: translate(0px);
    }

    .banner2 .text h5 {
        text-align: center;
    }



    .nav .out .right ul li {
        margin-right: 20px;
    }

    .Solution_out_4 .out .list .box {
        width: 14%;
        margin: 0px;
        margin-right: 1%;
        margin-bottom: 1%;
        height: 60px;
    }

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

    .product_item span {
        font-size: 16px;
    }

    .product_item {
        padding: 20px;
    }

    .Recom_title .box img {
        height: 50px;
        margin: 0 auto;
    }

    .Recom_title .box span {
        font-size: 14px;
    }

    .Recom_title {
        margin: 40px 0px;
    }

    .Solution {
        margin: 60px 0px;
    }

    .cooperative .out {
        margin-top: 40px;
    }

    .cooperative .out .box {
        margin-top: 20px;
    }

    .cooperative {
        margin-bottom: 60px;
    }

    .Collaboration .out {
        margin-top: 40px;
    }

    .Collaboration .out .swiper-slide {
        height: 300px;
        margin: 0px 30px;
    }

    .Collaboration .out .swiper-slide p {
        height: 50px;
        font-size: 14px;
    }

    .Collaboration .out .swiper-button-prev,
    .Collaboration .out .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .Collaboration .out .swiper-button-prev::after,
    .Collaboration .out .swiper-button-next::after {
        font-size: 14px;
    }

    .Collaboration {
        margin-bottom: 60px;
    }

    .Aftermarket .out {
        margin-top: 40px;
    }

    .Aftermarket .out .img {
        width: 70px;
        height: 70px;
    }

    .Aftermarket .out p {
        margin-top: 20px;
        font-size: 15px;
    }

    .Aftermarket .out i {
        margin-top: 20px;
    }

    .Aftermarket .public {
        padding: 0px 6%;
    }

    .Aftermarket {
        margin-top: 60px;
    }


    .About .out h5 {
        font-size: 30px;

    }

    .About .out p {
        font-size: 14px;
    }

    .About .out a {
        width: 150px;
        height: 40px;
        font-size: 13px;
    }

    .News {
        padding: 60px 0px 60px 0px;
    }

    .News .out .box .right h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .News .out .box .right p {
        font-size: 14px;
    }

    .News .out .box .right .but_box span {
        font-size: 12px;
    }

    .News .out .box .right .but_box p {
        font-size: 12px;
    }

    .News .out .box {
        height: 120px;
        margin-top: 30px;
    }

    .footer .Top_out .logo {
        width: 100px;
    }

    .footer .Top_out .box span {
        font-size: 14px;
    }

    .footer .Top_out .box .icon_box .icon {
        width: 30px;
        height: 30px;
    }

    .footer .list_out .left p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .footer .list_out .right .box h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer .list_out .right .box a {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .Record_n_varchar a {
        font-size: 12px;
    }

    .dropdown_list .list .item a img {
        max-height: 50px;
    }

    .Products_pages {
        margin: 60px 0px;
    }

    .Prod_xq_page {
        margin-top: 60px;
    }

    .Prod_xq_page .out .right h5 {
        font-size: 20px;
    }

    .Prod_xq_page .out .right i {
        margin: 20px 0px;
    }

    .Prod_xq_page .out .right p {
        font-size: 14px;
    }

    .Prod_xq_page .out .right a {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .Prod_xq_page .out .left {
        width: 52%;
    }

    .Prod_xq_page .out .left .Prod_swiper {
        height: 270px;
    }

    .Prod_xq_page .out .left .Prod_swiper2_box {
        height: 100px;
    }

    .Prod_xq_page .text_out {
        padding: 00px 30px 40px 30px;
        box-sizing: border-box;
        border-radius: 10px;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .Prod_xq_page .text_out .box .title h5 {
        font-size: 20px;
    }

    .Prod_xq_page .text_out .box .title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .Prod_xq_page .text_out .box .txt p {
        font-size: 14px;
    }

    .Prod_xq_page .text_out .box .txt {
        margin-bottom: 0px;
    }

    .Projects_pages {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .Projects_pages .out .box .img {
        height: 200px;
        margin-bottom: 15px;
    }

    .Projects_pages .out .box p {
        font-size: 15px;
    }

    .Projects_pages .out .box {
        margin-bottom: 20px;
    }

    .Hoer_pages {
        margin: 60px 0px 20px 0px;
    }

    .Hoer_pages .out .box .img {
        height: 300px;
    }

    .Hoer_pages .out .box p {
        font-size: 14px;
    }

    .Solution_out_1 .out .left h5 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .Solution_out_1 .out .left p {
        font-size: 14px;
        line-height: 1.7em;
        margin-bottom: 60px;
    }

    .Solution_out_1 .out .left .but_box a {
        width: 140px;
        height: 50px;
        font-size: 14px;
    }

    .Solution_out_1 .out .left .but_box .txt {
        height: 50px;
    }

    .Solution_out_1 .out .left .but_box .txt img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .Solution_out_1 .out .left .but_box .txt span {
        font-size: 12px;
    }

    .Solution_out_1 .out .left .but_box .txt span:last-child {
        font-size: 14px;
    }

    .solution_banner {
        padding: 150px 0px 70px 0px;
    }

    .title_content_nr .right p,
    .title_content_nr .left p {
        font-size: 12px;
    }

    .public_title_out h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .title_content_nr .right,
    .title_content_nr .left {
        padding: 19px 20px;
    }

    .Solution_out_2 {
        padding-top: 0px;
    }

    .Solution_out_2 .out h5 {
        line-height: 100%;
    }

    .Solution_out_2 .out .list .item {
        height: 130px;
    }

    .Solution_out_2 .out .list .item::after {
        font-size: 20px;
    }

    .Solution_out_2 .out .list .item span {
        font-size: 14px;
    }

    .Solution_out_4 {
        padding-top: 0px;
    }

    .Solution_out_4 .out h5 {
        line-height: 100%;
    }

    .Solution_out_4 .out i {
        margin: 30px auto 40px auto;
    }

    .Solution_out_4 .out .list .box {
        font-size: 12px;
    }

    .Solution_out_5 {
        padding-top: 60px;
    }

    .Solution_out_5 .out .box img {
        height: 30px;

    }

    .Solution_out_5 .out .box h5 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .Solution_out_5 .out .box p {
        width: 80%;
        font-size: 14px;
        line-height: 1.8em;
    }

    .Solution_out_5 .out .box {
        height: auto;
        margin-top: 30px;
        padding: 30px 0px;
    }

    .News_Page {
        margin-top: 60px;
    }

    .News_Page .out .box .right h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .News_Page .out .box .right p {
        font-size: 14px;
    }

    .News_Page .out .box .right .jiantou_box {
        width: 140px;
        height: 40px;

    }

    .News_Page .out .box .right .jiantou_box span {
        font-size: 12px;
    }

    .News_Page .out .box .right .jiantou_box .jian {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .News_Page .out .box .ceter h6 {
        font-size: 20px;
    }

    .News_Page .out .box .ceter i {
        margin: 20px 0px;
    }

    .News_Page .out .box .ceter span {
        font-size: 14px;
    }

    .News_Page .out .box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .News_Page .out .box .left .img {
        height: auto;
    }

    .Company_pages .Company_text h5 {
        font-size: 20px;
    }

    .Company_pages .Company_text p {
        font-size: 14px;
    }

    .Company_pages .Company_text {
        margin-bottom: 60px;
    }

    .Culture_pages .out .box .right h5 {
        font-size: 16px;
    }

    .Culture_pages .out .box .right p {
        font-size: 12px;
    }

    .Culture_pages .out .box .right i {
        margin: 10px 0px;
    }

    .Culture_pages .out .box {
        height: 170px;
    }

    .pledge .out .left .title {
        margin-bottom: 60px;
    }

    .pledge .out .left p {
        font-size: 14px;
    }

    .pledge .out .left .title span {
        font-size: 20px;
    }

    .pledge .out .left .title h5 {
        font-size: 30px;
    }

    .pledge {
        padding-bottom: 40px;
        background-size: 100% 73%;
    }

    .Auto_video .tetx a {
        width: 140px;
        height: 40px;
        font-size: 13px;
        margin-top: 60px;
    }

    .Auto_video .tetx .bofang {
        width: 50px;
        height: 50px;
    }

    .Auto_video .tetx .bofang img {
        width: 30%;
    }

    .Contact_Page {
        margin: 60px 0px;
    }

    .Contact_Page .out .box .img {
        width: 40px;
        height: 40px;
    }

    .Contact_Page .out .box h5 {
        font-size: 16px;
    }

    .Contact_Page .out .box span {
        font-size: 14px;
    }

    .Contact_Page .out .box {
        height: auto;
        padding: 3% 0px;
    }

    .ditu {
        height: 350px;
    }

    .Feedback .title h5 {
        font-size: 30px;
    }

    .Feedback input {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .Feedback button {
        width: 340px;
        height: 50px;
        font-size: 20px;
        margin-top: 50px;
    }

    .Aft_title h5 {
        font-size: 30px;
    }

    .Aft_title p {
        font-size: 14px;
    }

    .Aft_list_1 .out .box p {
        width: 90px;
        height: 90px;
        font-size: 12px;
    }

    .Aft_list_1 .out .box img {
        width: 18px;
    }

    .Aft_list_2 .out .left p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Aft_list_2 .out .left i {
        height: 3px;
    }

    .Aft_list_2 .out .right {
        padding: 10px 15px;
    }

    .Aft_list_2 .out .right img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }


    .Aft_list_2 .out .right span {
        font-size: 13px;
    }

    .Aft_list_2 .out .right h5 {
        font-size: 16px;
    }

    .Aft_title {
        margin-bottom: 30px;
    }

    .Aft_list_3 .Recom_title .box img {
        height: 30px;
    }

    .Aft_list_5 .out .box img {
        width: 30px;
        height: 30px;
    }

    .Aft_list_5 .out .box span {
        font-size: 18px;
    }

    .Aft_list_5 .out .box p {
        font-size: 12px;
    }

    .Aft_list_5 .out .box {
        padding: 4% 2%;
    }

    .Aftermarket_pages .Solution_3 {
        margin-top: 40px;
    }

    .Aftermarket_pages .Solution_3 .Recom_title {
        padding: 3% 0px;
        margin-top: 3%;
    }

    .Aftermarket_pages .Solution_2 .Recom_title .box img {
        height: 30px;
    }


}

























@media (min-width:1200px) and (max-width:1500px) {
    .public {
        max-width: 1200px;
        box-sizing: border-box;
    }

    .dropdown_list {
        padding: 30px 10px;
    }

    .dropdown_list .list .item {
        padding: 0px 10px;
    }

    .solution_nav {
        width: 95%;
        padding: 0px 30px;
    }

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

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

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

    .banner .swiper-slide .text i {
        margin: 30px 0px;
    }

    .banner .swiper-slide .text h5,
    .banner .swiper-slide .text h5 b {
        font-size: 36px;
    }

    .banner .swiper-slide .text p {
        font-size: 16px;
    }

    .nav .out .right .relation span {
        font-size: 15px;
    }

    .digital .out .box h5 b {
        font-size: 30px;
    }

    .product_item .img {
        height: 250px;
    }

    .Video_Display .swiper-slide {
        height: 460px;
    }


    .Video_Display .swiper-slide .video_box .text span {
        font-size: 24px;
    }

    .Video_Display .swiper-slide .video_box .text h5 {
        font-size: 24px;
    }

    .Collaboration .out .swiper-slide {
        margin: 0px 25px;
        box-sizing: border-box;
        height: 360px;
    }

    .banner2 .text h5,
    .banner2 .text h5 b {
        font-size: 55px;
    }

    .banner2 .text i {
        margin-top: 20px;

    }







}

@media (min-width:1200px) and (max-width:1300px) {
    .public {
        max-width: 1100px;
    }

    .Solution .out .box .text {
        padding: 55px 9px 20px 15px;
    }

    .Solution .out .box .title {
        padding: 0px 10px;
    }

    .Solution .out .box .title h5 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .Solution .out .box .title span {
        font-size: 14px;
    }

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

    .Solution .out .box .text span {
        font-size: 16px;
    }

    .Solution_out_4 .out .list .box {
        width: 14.2%;
        margin: 0px;
        margin-right: 1%;
        margin-bottom: 1%;
        height: 60px;
    }

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

    .Recom_title .box img {
        height: 60px;
    }

    .product_item .img {
        height: 200px;
    }

    .product_item span {
        font-size: 18px;
    }

    .public_title h5 b,
    .public_title h5 {
        font-size: 40px;
    }

    .cooperative .out .box {
        margin-top: 20px;
    }

    .footer .list_out .left p {
        margin-bottom: 30px;
    }

    .footer .Top_out .logo {
        width: 130px;
    }

    .footer .list_out .right .box a {
        margin-bottom: 20px;
    }

    .footer .list_out .right .box h5 {
        margin-bottom: 24px;
    }

    .footer .list_out {
        margin-top: 40px;
    }

    .Record_n_varchar a {
        font-size: 12px;
    }

    .footer .link_list {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .About .out h5 {
        font-size: 34px;
    }

}

@media (min-width:1501px) and (max-width:1600px) {
    .public {
        max-width: 1300px;
    }

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

    .solution_nav {
        width: 90%;
    }

    .Video_Display .swiper-slide {
        height: 530px;
    }

    .Collaboration .out .swiper-slide {
        height: 430px;
        margin: 0px 25px;
    }
}

@media (max-width:1400px) {
    .nav .out .right ul li {
        margin-right: 30px;
    }
}

@media (min-width:1300px) and (max-width:1600px) {
    .solution_nav {
        width: 90%;
    }

    .public_title h5 b,
    .public_title h5 {
        font-size: 30px;
    }

    .Recom_title .box img {
        height: 60px;
    }

    .product_item .img {
        font-size: 200px;
    }

    .product_item span {
        font-size: 17px;
    }

    .Collaboration .out .swiper-button-prev,
    .Collaboration .out .swiper-button-next {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Collaboration .out .swiper-button-prev::after,
    .Collaboration .out .swiper-button-next::after {
        font-size: 20px;
    }

    .product_item .img {
        height: 17vw;
        margin-bottom: 20px;
    }

    .digital .out .box h5 b {
        font-size: 30px;
    }

    .Video_Display .swiper-slide .video_box .text span {
        font-size: 26px
    }

    .digital .out .box h5 span {
        font-size: 13px;
    }

    .digital .out .box p {
        font-size: 14px;
    }

    .Collaboration .out .swiper-slide {
        height: 23vw;
    }

    .Collaboration .out .swiper-slide p {
        height: 50px;
        font-size: 14px;
    }

    .About .out h5 {
        font-size: 36px;

    }

    .About .out a {
        margin-top: 60px;
    }

    .About {
        padding: 6vw 0px;
    }

    .footer .list_out .right .box a {
        margin-bottom: 20px;
    }

    .footer .list_out .right .box h5 {
        margin-bottom: 30px;
    }

    .footer .list_out .left p {
        margin-bottom: 30px;
    }

    .footer .Top_out .logo {
        width: 130px;
    }

    .Solution_out_4 .out .list .box {
        height: 65px;
        font-size: 14px;
        margin: 0;
        width: 12%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .Solution_out_4 .out .list .box:nth-child(7n) {
        margin-right: 0px;
    }

    .Solution_out_4 .out i {
        margin: 30px auto 50px auto;
    }

    .Solution .out .box .text {
        padding: 50px 20px
    }

    .Solution .out .box .title {
        padding: 0px 14px;
    }

    .Solution .out .box .title h5 {
        line-height: 1.5em;
    }


    .dropdown_list .list .item a img {
        max-height: 50px;
    }

    .digital {
        padding: 30px 0px;
    }

    .Recommendation {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .public_title span {
        font-size: 14px;
    }

    .Recom_title .box span {
        font-size: 14px;
    }

    .product_item {
        font-size: 20px;
    }

    .Video_Display .swiper-slide {
        width: 55%;
        margin-right: 2%;
    }

    .Video_Display .swiper-button-prev {
        left: 18%;
    }

    .Solution {
        margin: 70px 0px;
    }

    .Solution .out .box .title h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .Solution .out .box .title span {
        font-size: 14px;
    }

    .Solution .out .box .text h5 {
        font-size: 20px;
    }

    .Solution .out .box .text span {
        font-size: 14px;
    }

    .Solution .out .box .text p {
        font-size: 13px;
    }

    .Solution .out .box .text b {
        font-size: 14px;
        width: 110px;
        height: 35px;
    }

    .Solution .out .box {
        height: 480px;
    }

    .cooperative .out .box {
        margin-top: 20px;
    }

    .Collaboration {
        margin-bottom: 70px;
    }

    .About .out h5 {
        font-size: 30px;
    }

    .About .out p {
        font-size: 14px;
    }

    .About .out a {
        width: 140px;
        height: 35px;
        font-size: 14px;
    }

    .News {
        padding: 70px 0px;
    }

    .News .out .box .right h5 {
        font-size: 18px;
    }

    .News .out .box .right p {
        font-size: 14px;
    }

    .footer .list_out .right .box h5 {
        font-size: 17px;
    }

    .footer .list_out .right .box a {
        font-size: 14px;
    }

    .product_item {
        padding: 20px;
    }

    .Projects_pages .out .box .img {
        height: 290px;
    }

    .Projects_pages .out .box p {
        font-size: 18px;
    }

    .Hoer_pages .out .box p {
        font-size: 15px;
    }

    .Solution_out_1 .out .left h5 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .Solution_out_1 .out .left p {
        font-size: 14px;
        margin-bottom: 60px;
    }

    .Solution_out_1 .out .left .but_box a {
        width: 140px;
        height: 50px;
        font-size: 14px;
    }

    .Solution_out_1 .out .left .but_box .txt {
        height: 50px;
    }

    .Solution_out_1 .out .left .but_box .txt img {
        width: 30px;
        height: 30px;
    }

    .Solution_out_1 .out .left .but_box .txt span {
        font-size: 12px;
    }

    .Solution_out_1 .out .left .but_box .txt span:last-child {
        font-size: 12px;
    }

    .title_content_nr .right p,
    .title_content_nr .left p {
        font-size: 12px;
    }

    .public_title_out h5 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .Solution_out_2 {
        padding-top: 10px;
    }

    .Solution_out_2 .out .list .item span {
        font-size: 14px;
    }

    .Solution_out_2 .out .list .item::after {
        font-size: 15px;
    }

    .Solution_out_2 .out .list .item {
        height: 130px;
    }

    .Solution_out_4 {
        padding-top: 10px;
    }

    .Solution_out_4 .out .list .box {
        font-size: 12px;
    }

    .Solution_out_5 .out .box p {
        font-size: 12px;
    }

    .Solution_out_5 .out .box h5 {
        font-size: 18px;
    }

    .Solution_out_5 .out .box img {
        height: 30px;
    }

    .Solution_out_5 .out .box {
        height: auto;
    }

    .Solution_3 .Recom_title {
        padding: 30px 0px;
    }

    .Solution_2 .Recom_title .box img {
        height: 30px;
    }

    .Recom_title .box span {
        font-size: 12px;
    }

    .News_Page .out .box .left .img {
        height: auto;
    }

    .News_Page .out .box .ceter h6 {
        font-size: 30px;
    }

    .News_Page .out .box .ceter span {
        font-size: 14px;
    }

    .News_Page .out .box .right {
        font-size: 54%;
    }

    .News_Page .out .box .right h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .News_Page .out .box .right p {
        font-size: 14px;
    }

    .News_Page .out .box .right .jiantou_box {
        width: 130px;
        height: 40px;
        font-size: 13px;
    }

    .News_Page .out .box .right .jiantou_box span {
        font-size: 12px;
    }

    .News_Page .out .box .right .jiantou_box .jian {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .Company_pages .Company_text p {
        font-size: 15px;
    }

    .Company_pages .Company_text h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Company_pages .Company_text {
        margin-bottom: 70px;
    }

    .public_title2 span {
        font-size: 16px;
    }

    .Culture_pages .out .box .right h5 {
        font-size: 20px;
    }

    .Culture_pages .out .box .right p {
        font-size: 14px;
    }

    .Culture_pages .out .box {
        height: 200px;
    }

    .Honor_pages .Honor_swiper .swiper-slide .img {
        height: 270px;
    }

    .Honor_pages .Honor_swiper .swiper-slide p {
        font-size: 14px;
    }

    .pledge .out .left .title span {
        font-size: 16px;
    }

    .pledge .out .left .title h5 {
        font-size: 30px;
    }

    .pledge .out .left p {
        font-size: 14px;
    }

    .pledge {
        padding-bottom: 51px;
        background-size: 110%;
    }

    .Auto_video .tetx a {
        margin-top: 6%;
        width: 130PX;
        height: 40px;
        font-size: 14px;
    }

    .Auto_video .tetx .bofang {
        width: 70px;
        height: 70px;
    }

    .Auto_video .tetx .bofang img {
        width: 30%;
    }

    .Auto_video .img img {
        height: 400px;
        object-fit: cover;
    }

    .Contact_Page {
        margin: 60px 0px;
    }

    .Contact_Page .out .box .img {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .Contact_Page .out .box h5 {
        font-size: 18px;
    }

    .Contact_Page .out .box span {
        font-size: 14px;
    }

    .Contact_Page .out .box {
        height: 260px;
    }

    .ditu {
        height: 400px;
    }

    .Feedback .title h5 {
        font-size: 30px;
    }

    .Feedback .title span {
        font-size: 14px;
    }

    .Feedback input {
        font-size: 12px;
        margin-bottom: 20px;
    }



    .Feedback button {
        width: 300px;
        height: 50px;
        font-size: 14px;
    }

    .Feedback button {
        margin-top: 50px;
    }


    .Record_n_varchar a {
        font-size: 12px;
    }



    .Aftermarket {
        margin-top: 70px;
        padding: 4% 0px;
    }

    .Aftermarket .out {
        margin-top: 50px;
    }

    .Aftermarket .out .img {
        width: 65px;
        height: 65px;
    }

    .Aftermarket .out p {
        font-size: 14px;
        margin-top: 20px;
    }

    .Aftermarket .out i {
        margin-top: 15px;
    }

    .Aftermarket .public {
        max-width: 1100px;
    }


    .Prod_xq_page .out .right h5 {
        font-size: 24px;
    }

    .Prod_xq_page .out .right i {
        margin: 20px 0px;
    }

    .Prod_xq_page .out .right p {
        font-size: 14px;
    }

    .Prod_xq_page {
        margin-top: 60px;
    }

    .Prod_xq_page .out .left .Prod_swiper {
        height: 300px;
    }

    .Prod_xq_page .out .left .Prod_swiper2_box {
        height: 100px;
    }


    .Prod_xq_page .text_out {
        padding: 0px;
    }

    .Aft_title h5 {
        font-size: 30px;
    }

    .Aft_title p {
        font-size: 14px;
    }

    .Aft_title {
        margin-bottom: 40px;
    }

    .Aft_list_1 .out .box p {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }

    .Aft_list_2 .out .left p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Aft_list_2 .out .left i {
        height: 3px;
    }

    .Aft_list_2 .out .right {
        padding: 10px 15px;
    }

    .Aft_list_2 .out .right img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .Aft_list_2 .out .right span {
        font-size: 14px;
    }

    .Aft_list_2 .out .right h5 {
        font-size: 20px;
    }

    .Aftermarket_pages .Solution_3 {
        margin-top: 60px;
    }

    .Aft_list_5 .out .box span {
        font-size: 16px;
    }

    .Aft_list_5 .out .box {
        padding: 4% 2%;
    }


    .Aft_list_5 .out .box img {
        width: 30px;
        height: 30px;
    }

    .Aft_list_5 .out .box p {
        font-size: 12px;
    }

    .dropdow_10 .dropdown_list .list .item a img {
        max-height: 30px;
    }

    .dropdown_list .list .item a span {
        font-size: 14px;
    }


    .Prod_xq_page .text_out .box .txt h1,
    .Prod_xq_page .text_out .box .txt h2,
    .Prod_xq_page .text_out .box .txt h3,
    .Prod_xq_page .text_out .box .txt h4,
    .Prod_xq_page .text_out .box .txt h5,
    .Prod_xq_page .text_out .box .txt h6 {
        font-size: 20px;

        margin-bottom: 10px;
    }

    .Prod_xq_page .text_out .box .title {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .Prod_xq_page .text_out .box .title {
        font-size: 24px;
    }

    .Prod_xq_page .text_out .box .txt p {
        font-size: 15px;
    }

    .Prod_xq_page .out .right .lianxi_list span {
        font-size: 24px;
    }

    .cooperative .out .box .img {
        height: 65px;
    }


}