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

ul,
ol {
    list-style: none;
}

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

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

table {
    width: 100% ;
}

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

/* 导航  */
.nav {
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

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

.nav .out .logo {
    height: 44.09px;
    display: block;
}

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

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

.nav .out ul li {
    height: 100%;
    margin-left: 119px;
    position: relative;
}

.nav .out ul li:first-child {
    margin-left: 0px;
}

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

.nav .out ul li .title::after {
    width: 0px;
    height: 4px;
    background: #266EAA;
    content: '';
    position: absolute;
    bottom: 0px;
    transition: 0.5s all;
}

.nav .out ul li:hover .title,
.nav .out ul li.on .title {
    color: #0057A2;
}

.nav .out ul li:hover .title::after,
.nav .out ul li.on .title::after {
    width: 70px;
}




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

/* public_title */
.public_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 106px 0px 40px 0px;
}

.public_title h5 {
    font-weight: bold;
    font-size: 42px;
    color: #111111;
}

.public_title .button_list {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.public_title .button_list .list_tiem {
    width: 216px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4E648A;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    margin-right: 112px;
}

.public_title .button_list .list_tiem:last-child {
    margin-right: 0px;
}

.public_title .button_list .list_tiem.on {
    background: linear-gradient(180deg, #266EAA 0%, #637DA6 100%);
    color: #FFF;
}

/* 产品推荐 */
.Recommendation .out .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.Recommendation .out .swiper-slide .box {
    width: 24%;
    margin-right: 1.25%;
    margin-bottom: 13px;
    transition: 0.7s ease ;
        border-radius: 6px;
}

.Recommendation .out .swiper-slide .box:hover {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}

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

.Recommendation .out .swiper-slide .box .img {
    width: 100%;
    display: block;
    height: 270px;
    transition: 0.5s ease ;
    overflow: hidden ;
    box-sizing: border-box;
}

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



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

.Recommendation {
    overflow: hidden ;
}

.Recommendation .swiper {
    overflow: visible ;
}

.Recommendation .out .swiper-slide .box .text {
    width: 100%;
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.Recommendation .out .swiper-slide .box .text .txt {
    width: max-content;
    max-width: 100%;
    padding: 8% 6% ;
    box-sizing: border-box;
}

.Recommendation .out .swiper-slide .box .text h5 {
    font-weight: 400;
    font-size: 20px  ;
    color: #333333;
    margin-bottom: 10px;
}

.Recommendation .out .swiper-slide .box .text p {
    font-weight: 400;
    font-size: 17px  ;
    color: #666666;
        word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2em ;
}

.Recommendation .out .swiper-slide .box:hover .text h5{
    color: #4E648A ;
}

/* 应用领域 */
.Applications .public_title h5 {
    margin-bottom: 42px;
}

.Applications .public_title {
    margin-bottom: 51px;
}

.Applications .swiper-slide {
    width: 17%;
    background-size: cover !important;
    height: 579px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.6s ease;
}

.Applications .swiper-slide .title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.Applications .swiper-slide .title h5 {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 17px;
    transition: 0.6s ease;
}

.Applications .swiper-slide .title i {
    width: 54px;
    height: 4px;
    background: #266EAA;
    display: block;
    transition: 0.6s ease;
}

.Applications .swiper-slide.on {
    width: 49%;
}

.Applications .swiper-slide .box {
    width: 855px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    padding: 0px 81px;
    box-sizing: border-box;
    padding-bottom: 81px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    flex: none;
}

.Applications .swiper-slide .box h5 {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 31px;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.8s ease;
}

.Applications .swiper-slide .box p {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1.6em;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.8s ease;
}

.Applications .swiper-slide.on .title {
    transform: translateY(100%);
}

.public_link {
    width: 155px;
    height: 48px;
    background: linear-gradient(180deg, #266EAA 0%, #637DA6 100%);
    border-radius: 24px 0px 24px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 39px;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.8s ease;
}

.public_link img {
    display: block;
    margin-left: 16px;
    height: 13.33px;
}

.Applications .swiper-button-next,
.Applications .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    position: relative;
    right: 0px;
    left: 0px;
    margin: 0px 15px;
}

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

.Applications .swiper-button-next:hover,
.Applications .swiper-button-prev:hover {
    background: #0057A2;
}

.Applications .button_box {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 29px;
    width: 100%;
}

.Applications .swiper-slide.on .public_link,
.Applications .swiper-slide.on .box h5,
.Applications .swiper-slide.on .box p {
    transform: translateX(0%);
    opacity: 1;
}

.Applications .swiper-slide.on .title h5,
.Applications .swiper-slide.on .title i {
    transform: translateY(100%);
    opacity: 0;
}

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

.News .swiper {
    display: none;
}

.News .swiper:nth-child(1) {
    display: block;
}

.News .swiper-slide {
    width: 24%;
    margin-right: 1.25%;
    background: #F7F7F7;
    border-radius: 9px 9px 9px 9px;
    overflow: hidden;
}

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

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

.News .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.News .swiper-slide .txt {
    padding: 30px 23px;
    box-sizing: border-box;
}

.News .swiper-slide .txt h5 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 36px;
    font-style: normal;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.News .swiper-slide .txt .but_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.News .swiper-slide .txt .but_box span {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
}

.News .swiper-slide .txt .but_box .jiantou {
    display: flex;
    align-items: center;
    justify-content: center;


}

.News .swiper-slide .txt .but_box .jiantou span {
    font-weight: 400;
    font-size: 15px;
    color: #999999;
}

.News .swiper-slide .txt .but_box .jiantou img {
    height: 10px;
    display: block;
    margin-left: 9px;
}

.News .swiper-slide:hover .img img {
    transform: scale(1.2);
}

.News .swiper-slide:hover .txt h5 {
    color: #266EAA;
}

.News .swiper-slide:hover .txt .but_box .jiantou span {
    color: #266EAA;
}

.News .swiper-slide:hover .txt .but_box .jiantou img {
    content: url(../images/hei_jiantou2.png);
    display: block;
}

.News .link {
    width: 155px;
    height: 48px;
    background: linear-gradient(180deg, #266EAA 0%, #637DA6 100%);
    border-radius: 24px 0px 24px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 41px auto 98px auto;
}

.News .link img {
    display: block;
    height: 14px;
    margin-left: 15px;
}

/* 关于我们 */
.About {
    width: 100%;
    background: url(../images/Auto.png) no-repeat center;
    background-size: cover;
    padding: 215px 0px 202px 5.5%;
    box-sizing: border-box;
    overflow: hidden;
}

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

.About .out .left {
    width: 412px;
    height: 412px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.About .out .left .box {
    width: 190px;
    height: 190px;
    background: linear-gradient(88deg, rgba(255, 255, 255, 0.77) 0%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;
    opacity: 0.75;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.About .out .left .box .Numbers {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.About .out .left .box .Numbers b {
    font-weight: bold;
    font-size: 55px;
    color: #266EAA;
    margin-right: 5px;
}

.About .out .left .box .Numbers span {
    font-weight: 400;
    font-size: 26px;
    color: #095B9A;
    display: block;
}

.About .out .left .box p {
    font-weight: 500;
    font-size: 18px;
    color: #095B9A;
}

.About .out .right {
    width: 1083px;
    height: 502px;
    background: linear-gradient(88deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.84) 100%);
    border-radius: 8px 0px 0px 8px;
    padding: 3% 6% 3% 5.5%;
    box-sizing: border-box;
}

.About .out .right h5 {
    font-weight: bold;
    font-size: 40px;
    color: #266EAA;
}

.About .out .right i {
    width: 92px;
    height: 4px;
    background: #266EAA;
    border-radius: 0px 0px 0px 0px;
    display: block;
    margin-top: 40px;
    margin-bottom: 54px;
}

.About .out .right span {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    display: block;
    margin-bottom: 40px;
}

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

.About .out .right a {
    width: 143px;
    height: 42px;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #266EAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #266EAA;
    margin-top: 40px;
}

.About .out .right a img {
    display: block;
    height: 11px;
    margin-left: 10px;
}

/* 底部 */
.Footer {
    width: 100%;
    background: #465F88;
    box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
    padding: 67px 0px;
    box-sizing: border-box;
}

.Footer .out {
    display: flex;
    align-items: end;
}

.Footer .out .left {
    width: 455px;
    margin-right: 93px;
}

.Footer .out .left .logo {
    height: 51.46px;
}

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

.Footer .out .left i {
    width: 155px;
    height: 1px;
    background: #FFF;
    opacity: 0.55;
    display: block;
    margin: 40px 0px 26px 0px;
}

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

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

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

.Footer .out .right .box {
    margin-right: 181px;
}

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

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

.Footer .out .right .box a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #F1F1F1;
    margin-bottom: 43px;
}

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

.Record_n_varchar {
    width: 100%;
    height: 60px;
    border-top: 1px solid #b5b5b57a;
    background: #465F88;
}

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

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

.Record_n_varchar .out a:first-child {
    margin-right: 24px;
}

.Record_n_varchar .out a:last-child {
    position: absolute;
    right: 0px;
}

/* News_page */
.News_page {
    width: 100%;
    margin-bottom: 70px ;
}

.News_page .News_out_1 {
    width: 100%;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px #0000002d;
    height: 488.56px;
    overflow: hidden;
    margin-top: 100px;
}

.News_page .News_out_1 .swiper {
    height: 100%;
}

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

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

.News_page .swiper-slide .left {
    width: 50%;
    padding: 0px 103px 0px 50px;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: 0.6s ease;
}

.News_page .swiper-slide .left h5 {
    font-weight: 500;
    font-size: 34px;
    color: #111111;
    margin-bottom: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.News_page .swiper-slide .left p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 1.6em;
}

.News_page .swiper-slide .left span {
    width: 173px;
    height: 56px;
    background: #266EAA;
    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;
    margin-top: 63px;
}

.News_page .swiper-slide .right {
    width: 50%;
    height: 100%;
    transform: translateX(100%);
    transition: 0.6s ease;
}

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

.News_page .swiper-pagination {
    display: flex;
    justify-content: left;
    left: 58px;
    bottom: 40px;
}

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

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

.News_page .swiper-slide-active .right,
.News_page .swiper-slide-active .left {
    transform: translateX(0px);
}

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

.News_page .out .box {
    width: 32%;
    margin-right: 2%;
    padding-top: 37px;
    border-top: 2px solid #E7E7E7;
    position: relative;
    margin-bottom: 60px;
}


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

.News_page .out .box .img {
    width: 100%;
    height: 286.8px;
    overflow: hidden;
}

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

.News_page .out .box .txt {
    padding: 31px 24px 0px 24px;
    box-sizing: border-box;
}

.News_page .out .box .txt h5 {
    font-weight: bold;
    font-size: 23px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.News_page .out .box .txt .tiem_box {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News_page .out .box .txt .tiem_box span {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.News_page .out .box .txt .tiem_box img {
    display: block;
    height: 11px;
    margin-left: 16px;
}

.News_page .out .box .txt .tiem_box p {
    display: flex;
    align-items: end;
    font-weight: 400;
    font-size: 19px;
    color: #666666;
}

.News_page .out .box .txt .tiem_box b {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    margin-right: 7px;
}

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

.News_page .out .box::after {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #095B9A;
    content: '';
    display: block;
    transition: 0.5s ease;
    width: 0%;
    height: 1px;
}

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


/* * 页码 */



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

.News_page .public_page {
    margin-top: 0px ;
}

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

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

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

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

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

/* Tap栏 */
.public_Tap {
    width: 100%;
    border-bottom: 1px solid #D0D0D0;
    box-sizing: border-box;
}

.public_Tap .out {
    display: flex;
    justify-content: left;
    align-items: center;
    background: #FFF;
    height: 100px;
}

.public_Tap .out a {
    font-weight: 400;
    font-size: 24px;
    color: #555555;
    margin-right: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

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

.public_Tap .out a::after {
    width: 0px;
    height: 4px;
    background: #0057A2;
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0px;
    transition: 0.5s ease;
}

.public_Tap .out a:hover::after,
.public_Tap .out a.on::after {
    width: 158px;
}

.public_Tap .out a:hover,
.public_Tap .out a.on {
    color: #0057A2;
}

/* 联系我们 */
.Contact_Page {
    margin: 50px 0px 100px 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;
    text-align: center;
}

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

.Characteristics_and_advantages {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: left;
}

.Characteristics_and_advantages h5 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}

.Characteristics_and_advantages .Char_box {
    width: 50% ;
}

.Characteristics_and_advantages .Char_list_item {
    display: flex;
    align-items: center;
    margin-bottom: 15px ;
}

.Characteristics_and_advantages .Char_list_item i {
    width: 7px;
    height: 7px;
    background: #266EAA;
    margin-right: 9px ;
    border-radius: 50% ;
    display: block ;
}

.Characteristics_and_advantages .Char_list_item span {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}


/* 在线联系 */

.Feedback {
    width: 100%;
    background: #F7F7F7;
    padding-top: 70px;
    padding-bottom: 97px;
    box-sizing: border-box;
}

.Feedback .out {
    width: 100%;
}

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

.Feedback .out .title h5 {
    font-weight: 500;
    font-size: 36px;
    color: #266EAA;
}

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

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

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

.Feedback .out 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 .out textarea {
    width: 100%;
    height: 214px;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 18px 21px 18px 21px;
    box-sizing: border-box;
}

.Feedback .out button {
    width: 477px;
    height: 67px;
    background: #266EAA;
    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;
}

/* public_title_page */
.public_title_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.public_title_page h5 {
    font-weight: 500;
    font-size: 42px;
    color: #111111;
    margin-bottom: 20px;
}

.public_title_page span {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
}

/* 加入我们 */
.Partner {
    width: 100%;
    margin-bottom: 96px;
    overflow: hidden;
}

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

.Partner .out .left {
    width: 44%;
}

.Partner .out .left h5 {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.Partner .out .left i {
    width: 100px;
    height: 5px;
    background: #266EAA;
    display: block;
    margin-top: 28px;
    margin-bottom: 38px;
}

.Partner .out .left p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 1.7em;
    letter-spacing: 1px;
    margin-bottom: 27px;
}

.Partner .out .left a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    justify-content: center;
    width: 152px;
    height: 41px;
    background: #266EAA;
    border-radius: 21px 21px 21px 21px;
}

.Partner .out .left a img {
    display: block;
    margin-left: 11px;
    display: block;
}

.Partner .out .right {
    width: 48%;
}

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

/* 常见问题 */
.Service_1 {
    margin-bottom: 100px;
}

.Service_1 .out {
    width: 100%;
}

.Service_1 .out .box {
    background: #FFFFFF;
}

.Service_1 .out .box .text {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #eee;
    margin-bottom: 10px;
    display: none;
}

.Service_1 .out .box .text p {
    font-size: 16px;
    color: #333;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.Service_1 .out .box a {
    width: 100%;
    height: 90px;
    padding: 0px 5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Service_1 .out .box a span {
    width: 70%;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}

.Service_1 .out .box a img {
    width: 28px;
    height: 28px;
    display: block;
}

.Service_1 .out .box:nth-child(2n) {
    background: #F5F5F5;
}

/* 行业应用 */
.Application {
    margin: 100px 0px;
    overflow: hidden;
}

.Application .out .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 81px;
    position: relative;

}

.Application .out .box::after {
    background: linear-gradient(150deg, #FFFFFF 50%, #ECEDEE 100%);
    /* background-size: 50px ; */
    position: absolute;
    z-index: -1;
    top: -81px;
    left: 6%;
    width: 100%;
    height: 100%;
    content: ""
}


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

.Application .out .box:nth-child(2n)::after {
    left: 6%;
    top: 81px;
}


.Application .out .box .left {
    width: 45%;
}

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

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

.Application .out .box .right h5 {
    font-weight: 500;
    font-size: 42px;
    color: #0057A2;
}

.Application .out .box .right i {
    width: 92px;
    height: 4px;
    background: #0057A2;
    margin: 40px 0px 71px 0px;
    display: block;
}

.Application .out .box .right p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 1.7em;
    letter-spacing: 1px;
}


/* 关于我们页面 */
.About_page {
    width: 100%;
    margin: 98px 0px 81px 0px;
    overflow: hidden;
}

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

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

.About_page .out .left h5 {
    font-weight: 500;
    font-size: 42px;
    color: #111111;
}

.About_page .out .left i {
    width: 92px;
    height: 4px;
    background: #0057A2;
    display: block;
    margin: 40px 0px 54px 0px;
}

.About_page .out .left span {
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    display: block;
    margin-bottom: 40px;
}

.About_page .out .left p {
    font-weight: 400;
    font-size: 20px ;
    color: #333333;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.About_page .out .right {
    width: 48%;
}

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

.Culture {
    width: 100%;
    margin-bottom: 100px;
    background: #eeeeee3d;
    padding: 90px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.Culture .out {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.Culture .out .left {
    width: 48%;
}

.Culture .out .right {
    width: 48%;
}

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

.Culture .out .left .title {
    margin-bottom: 40px;
}

.Culture .out .left .title h5 {
    font-weight: 500;
    font-size: 42px;
    color: #111111;
    margin-bottom: 20px;
}

.Culture .out .left .title span {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
}

.Culture .out .left .text_item {
    display: flex;
    padding: 30px 0px;
    border-top: 1px solid #9999992e;
    position: relative;
}

.Culture .out .left .text_item::after {
    width: 0%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #004098;
    content: '';
    height: 1px;
    transition: 0.5s ease;
}

.Culture .out .left .text_item:hover::after {
    width: 100%;
}

.Culture .out .left .text_item h5 {
    flex: none;
    width: 100px;
    overflow: hidden;
    padding-right: 6px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    font-size: 28px;
}

.Culture .out .left .text_item .txt {
    width: 100%;

}

.Culture .out .left .text_item .txt p {
    color: #777777;
    font-size: 20px ;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 10px;
}


/* 发展历程 */
.development {
    margin-top: 110px;
}

.development .out {
    margin-top: 84px;
}

.development .development_swiper {
    margin-bottom: 71px;
}

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

.development .development_swiper .swiper-slide .box {
    display: flex;
    justify-content: space-between;
    width: 67%;
}

.development .development_swiper .swiper-slide h5 {
    font-weight: 500;
    font-size: 167px;
    color: #555555;
}

.development .development_swiper .swiper-slide .box .text {
    width: 32%;
}

.development .development_swiper .swiper-slide .box p {
    font-weight: 400;
    font-size: 20px ;
    color: #333333;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 45px;
    position: relative;
}

.development .development_swiper .swiper-slide .box p::after {
    width: 13px;
    height: 13px;
    background: #004098;
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    left: -26px;
    top: 7px;
}

.development .development_swiper .swiper-slide .box p:last-child {
    margin-bottom: 0px;
}

.development .development_swiper .swiper-slide .box .img {
    width: 61%;
}

.development .development_swiper .swiper-slide .box .img img {
    width: 100%;
    display: block;
}

.development .development_swiper2 {
    width: 100%;
    padding: 0px 5%;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 88px;

}

.development .development_swiper2 {
    width: 1400px;
    margin: 0 auto;
}

.development .development_swiper2 .swiper-slide {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 158px;
}

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

.development_swiper2_out .swiper-button-next,
.development_swiper2_out .swiper-button-prev {
    width: 51px;
    height: 51px;
    border: 1px solid #257FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 24%;
}

.development_swiper2_out .swiper-button-next:hover,
.development_swiper2_out .swiper-button-prev:hover {
    background: #257FFF;
}


.development_swiper2_out .swiper-button-prev {
    left: 40px;
}

.development_swiper2_out .swiper-button-next {
    right: 40px;
}

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

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


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

.development .development_swiper2 .swiper-slide span {
    font-weight: 400;
    font-size: 18px;
    color: #515151;
}

.development .development_swiper2 .swiper-slide .ion {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}

.development .development_swiper2 .swiper-slide .ion i {
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
}

.development .development_swiper2 .swiper-slide-thumb-active .ion {
    background: #004098;
}

.development .development_swiper2 .swiper-slide-thumb-active .ion i {
    background: #FFF;
}

.development .development_swiper2 .xian {
    width: 86%;
    height: 1px;
    background: #C5C5C5;
    display: block;
    position: absolute;
    bottom: 96px;
    left: 50%;
    margin-left: -43%;
}

.Honor {
    width: 100%;
    background: #F5F5F5;
    padding-top: 51px;
    padding-bottom: 87px;
}

.Honor .out {
    margin-top: 85px;
}

.Honor .out .swiper-slide {
    width: 463px;
    height: 569px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 0px 0px;
    padding: 0px 38px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
}

.Honor .out .swiper-slide .img {
    width: 100%;
    height: 368px;
}

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

.Honor .out .swiper-slide i {
    width: 100%;
    height: 2px;
    background: #EBEBEB;
    margin-top: 27px;
    margin-bottom: 39px;
    display: block;
}

.Honor .out .swiper-slide span {
    font-weight: 500;
    font-size: 20px;
    color: #555555;
}

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

/* 产品 */

.Products_page {
    margin: 100px 0px;
    overflow: hidden;
}

.Prod_public_left {
    width: 321px;
}

.Prod_public_left .title {
    width: 100%;
    background: #F6FBFF;
    height: 121px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Prod_public_left .title h5 {
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    color: #266EAA;
}

.Prod_public_left .title span {
    font-weight: 400;
    font-size: 16px;
    color: #266EAA;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.Prod_public_left .Prod_list {
    width: 100%;
    background: #F6FBFF;
    padding-bottom: 31px;
}

.Prod_public_left .Prod_list .tiem_title {
    width: 100%;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 27px 0px 36px;
    box-sizing: border-box;
    transition: 0.5s ease;
}

.Prod_public_left .Prod_list .tiem_title a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 17px;
    color: #8B8B8B;
    transition: 0.5s ease;
}

.Prod_public_left .Prod_list .I_box {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.Prod_public_left .Prod_list .I_box i {
    width: 100%;
    height: 2px;
    position: absolute;
    display: block;
    background: #005199;
    transition: 0.5s ease;
}

.Prod_public_left .Prod_list .I_box i:nth-child(2) {
    width: 2px;
    height: 100%;
}


.Prod_public_left .Prod_list .tiem_box {
    width: 100%;
    display: none;
}

.Prod_public_left .Prod_list .tiem_box .tiem_box_li {
    width: 100%;
    padding: 0px 28px 0px 41px;
    box-sizing: border-box;
}

.Prod_public_left .Prod_list .tiem_box a {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 17px;
    color: #8B8B8B;
    border-bottom: 1px solid #D9D9D9;
}

.Prod_public_left .Prod_list .tiem_title.on {
    background: #266EAA;
}

.Prod_public_left .Prod_list .tiem_title.on a {
    color: #FFF;
}

.Prod_public_left .Prod_list .tiem_title.on .I_box i:nth-child(2) {
    transform: rotate(90deg);
    background: #FFF;
}

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

.Products_page .right {
    width: calc((100% - 321px) - 64px);
}

.Products_page .right .Prod_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.Products_page .right .Prod_list .box {
    width: 32%;
    margin-right: 2%;
    background: #F6FBFF;
    padding: 39px 27px 21px 27px;
    box-sizing: border-box;
    margin-bottom: 36px;
}

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

.Products_page .right .Prod_list .box .title span {
    display: block;
    font-weight: 500;
    font-size: 20px ;
    color: #333333;
    text-align: center;
}

.Products_page .right .Prod_list .box .title h5 {
    font-weight: 500;
    font-size: 20px ;
    color: #333333;
    text-align: center;
}

.Products_page .right .Prod_list .box .img {
    width: 100%;
    margin: 28px 0px;
    height: 256.15px;
}

.Products_page .right .Prod_list .box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Products_page .right .Prod_list .box p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.Products_page .right .Prod_list .box p img {
    display: block;
    margin-left: 8px;
    height: 11px;
}

.Products_page .right .Prod_list .box:hover p {
    color: #266EAA;
}

.Products_page .right .Prod_list .box:hover p img {
    content: url(../images/hei_jiantou2.png);
}

.Products_page .right .Prod_list .box:hover .title span,
.Products_page .right .Prod_list .box:hover .title h5 {
    color: #266EAA;
}

/* 产品详情 */
.Products_body_xq {
    width: 100%;

}

.Products_body_xq .nav {
    position: relative;
}

.Products_body_xq2 .public {
    max-width: 1600px;
}

.Prid_Tap {
    margin-top: 42px;
    margin-bottom: 40px;
}

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

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

.Prid_Tap .out a span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: block;
    margin-right: 16px;
}

.Prid_Tap .out a img {
    display: block;
    height: 5.41px;
    margin-right: 13px;
}

.Prid_Tap .out a:last-child img {
    display: none;
}

.Prod_xq_page {
    width: 100%;
}

.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%;
}

.Prod_xq_page .out .left .Prod_swiper2_box .swiper-slide {
    height: 100%;
    width: 25%;
}

.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: 43px;
    color: #333333;
}

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

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

.Prod_xq_page .out .right a {
    width: 173px;
    height: 56px;
    background: #266EAA;
    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;
    margin-top: 40px;
}

.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 p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.6em;
    letter-spacing: 1px;
}

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

.News_xq_page {
    margin-bottom: 90px;
}

.News_xq_page .public {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(248, 248, 248, 1);
    margin-top: 3%;
    box-sizing: border-box;
    max-width: 1500px ;
}

.News_xq_page .public .out {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-right: 50px;
    background-color: rgba(255, 255, 255, 1);
    width: auto;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto;
}

.News_xq_page .public .out .title {
    margin-bottom: 30px;
    width: 100% ;
    text-align: center ;
}

.News_xq_page .public .out .text {
    width: 100% ;
}

.News_xq_page .public .out .text img {
    width: auto ;
    max-width: 100% ;
    display: block ;
    margin: 0 auto;
    pointer-events: none; /* 阻止鼠标事件 */
}



.News_xq_page .public .out .title h5 {
    font-size: 36px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 500;
}

.News_xq_page .public .out .title span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(168, 171, 178, 1);
    justify-content: center ;
}

.titke_boxoaisd {
    display: flex ;
    align-items: center ;
    justify-content: center ;
    margin-top: 30px ;
}

.titke_boxoaisd  i {
    width: 1px ;
    height: 18px ;
    background: #eee ;
    display: block ;
    margin: 0px 20px ;
}


.News_xq_page .public .out .text p {
    color: rgba(144, 147, 153, 1);
    font-size: 14px;
    margin-top: 0px;
    /* margin-bottom: 20px; */
    line-height: 1.8em;
    letter-spacing: 1px;
}


.News_xq_page .public .out .text p video {
    width: auto ;
    max-width: 100% ;
    display: block ;
    margin: 0 auto ;
    height: auto ;
}

.News_xq_page .public .out .but_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.News_xq_page .public .out .but_box .box {
    display: flex;
    align-items: center;
}

.News_xq_page .public .out .but_box .box span {
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
}

.News_xq_page .public .out .but_box .box a {
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
    text-align: right;
}

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

    display: none;

}

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

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

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

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

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

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

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

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

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

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


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


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

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

.Pres_dow {
    position: absolute;
    background: #FFFF;
    top: 90px;
    left: 50%;
    margin-left: -85px;
    display: none;
    box-shadow: 0px 0px 10px 1px #00000025;
}

.Pr_box .title_1 {
    width: 170px;
    height: 60px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.Pr_box .title_1 span,
.Pr_box .title_2 span {
    display: flex;
    align-items: center;
}

.Pr_box .title_1 span::before,
.Pres_dow_1 .Pr_box_1 .title_2 span::before,
.Pres_dow_2 a::before {
    content: '';
    background: url(../images/t_nav_slider_icon.png) no-repeat center;
    display: block;
    height: 14px;
    width: 0px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    opacity: 1;
}

.Pr_box .title_1:hover span::before,
.Pres_dow_1 .Pr_box_1 .title_2:hover span::before,
.Pres_dow_2 a:hover:before {
    opacity: 1;
    transform: translate(0, 0);
    width: 30px;
}

.Pr_box.on .title_1 span::before,
.Pr_box.on2 .title_2 span::before {
    width: 30px;
    opacity: 1;
    transform: translate(0, 0);
}

.Pres_dow_1 {
    width: 260px;
    background: #FFF;
    position: absolute;
    right: -260px;
    top: 0px;
    display: none;
}

.Pres_dow_1 .Pr_box_1 {
    width: 100%;
    position: relative;
}

.Pres_dow_1 .Pr_box_1 .title_2 {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    border-left: 1px solid #eee;
}

.Pres_dow_2 {
    position: absolute;
    top: 0px;
    right: -250px;
    background: #FFF;
    width: 250px;
    display: none;
}

.Pres_dow_2 a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    border-left: 1px solid #eee;
}

.Pr_box {
    position: relative;
}


@media (max-width:996px) {
    
    .Application .out .box .left img {
        height: auto ;
    }
    
    .News_page{
        margin-bottom: 0.7rem ;
    }
    
    .titke_boxoaisd {
        margin-top: 0.3rem ;
    }
    
    .titke_boxoaisd i {
        margin: 0px 0.2rem ;
        height: 0.18rem ;
    }
    
    .min_navCan {
        display: flex;
    }

    .nav .out ul {
        display: none;
    }

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

    .nav {
        height: 0.9rem;
        box-shadow: 0px 0.03rem 0.06rem 1px rgba(0, 0, 0, 0.16);
        position: relative;
    }

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

    .public_title {
        margin: 1rem 0px 0.4rem 0px;
    }

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

    .public_title .button_list {
        margin-top: 0.4rem;
    }

    .public_title .button_list .list_tiem {
        width: 2.16rem;
        height: 0.52rem;
        border-radius: 0.06rem;
        font-size: 0.2rem;
        margin-right: 0.2rem;
    }

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

    .Recommendation .out .swiper-slide .box {
        width: 48%;
        margin-right: 0px;
        margin-bottom: 0.13rem;
    }

    .Recommendation .out .swiper-slide .box .img {
        height: 2.7rem;
    }

    .Recommendation .out .swiper-slide .box .text {
        margin-top: 0.28rem;
    }

    .Recommendation .out .swiper-slide .box .text h5 {
        font-size: 0.21rem;
        margin-bottom: 0.1rem;
    }

    .Recommendation .out .swiper-slide .box .text p {
        font-size: 0.16rem;
    }

    .Applications .public_title {
        margin-bottom: 0.51rem;
    }

    .public_title .button_list {
        flex-wrap: wrap;
    }

    .Applications .public_title h5 {
        margin-bottom: 0px;
    }

    .public_title .button_list .list_tiem {
        margin-bottom: 0.2rem;
    }

    .Applications .swiper-slide.on {
        width: 100%;
    }

    .Applications .swiper-slide {
        width: 100%;
        height: 5.79rem;
    }

    .Applications .swiper-slide .box {
        width: 100%;
        padding: 0px 0.8rem;
        padding-bottom: 0.8rem;
    }

    .Applications .swiper-slide .box h5 {
        font-size: 0.3rem;
        margin-bottom: 0.31rem;
    }

    .Applications .swiper-slide .box p {
        font-size: 0.18rem;
    }

    .public_link {
        width: 1.55rem;
        height: 0.48rem;
        border-radius: 0.24rem 0px 0.24rem 0px;
        font-size: 0.18rem;
        margin-top: 0.39rem;
    }

    .public_link img {
        margin-left: 0.16rem;
        height: 0.13rem;
    }

    .Applications .swiper-button-next,
    .Applications .swiper-button-prev {
        width: 0.56rem;
        height: 0.56rem;
        margin: 0px 0.15rem;
    }

    .Applications .swiper-button-next::after,
    .Applications .swiper-button-prev::after {
        font-size: 0.25rem;
    }

    .Applications .swiper-slide .title {
        transform: translateY(100%);
    }

    .Applications .swiper-slide .public_link,
    .Applications .swiper-slide .box h5,
    .Applications .swiper-slide .box p {
        transform: translateX(0%);
        opacity: 1;
    }

    .News .swiper-slide {
        width: 100%;
        margin-right: 0px;
        border-radius: 0.09rem;
    }

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

    .News .swiper-slide .txt {
        padding: 0.3rem 0.23rem;
    }

    .News .swiper-slide .txt h5 {
        font-size: 0.24rem;
        margin-bottom: 0.46rem;
    }

    .News .swiper-slide .txt .but_box span {
        font-size: 0.18rem;
    }

    .News .swiper-slide .txt .but_box .jiantou span {
        font-size: 0.18rem;
    }

    .News .swiper-slide .txt .but_box .jiantou img {
        height: 0.12rem;
        margin-left: 0.09rem;
    }

    .News .link {
        width: 1.55rem;
        height: 0.48rem;
        border-radius: 0.24rem 0px 0.24rem 0px;
        font-size: 0.18rem;
        margin: 0.41rem auto 0.98rem auto;
    }

    .News .link img {
        height: 0.14rem;
        margin-left: 0.15rem;
    }

    .About {
        padding: 2rem 0px 2rem 5.5%;
    }

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

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

    .About .out .left .box {
        width: 48%;
        height: 1.9rem;
        border-radius: 0.08rem;
        margin-bottom: 0.32rem;
    }

    .About .out .left .box .Numbers b {
        font-size: 0.55rem;
        margin-right: 0.05rem;
    }

    .About .out .left .box .Numbers span {
        font-size: 0.26rem;
    }

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

    .About .out .right {
        width: 100%;
        height: auto;
    }

    .About .out .right h5 {
        font-size: 0.4rem;
    }

    .About .out .right i {
        width: 0.92rem;
        height: 0.04rem;
        margin-top: 0.4rem;
        margin-bottom: 0.54rem;
    }

    .About .out .right span {
        font-size: 0.22rem;
        margin-bottom: 0.4rem;
    }

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

    .About .out .right a {
        width: 1.43rem;
        height: 0.42rem;
        border-radius: 0.26rem;
        font-size: 0.16rem;
        margin-top: 0.4rem;
    }

    .About .out .right a img {
        height: 0.11rem;
        margin-left: 0.1rem;
    }

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

    .Footer {
        padding: 0.67rem 0px;
        box-sizing: border-box;
    }

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

    .Footer .out .left a img {
        height: 0.52rem;
    }

    .Footer .out .left i {
        width: 1.55rem;
        margin: 0.4rem 0px 0.26rem 0px;
    }

    .Footer .out .left .box span {
        font-size: 0.14rem;
        margin-bottom: 0.27rem;
    }

    .Record_n_varchar {
        height: 0.6rem;
    }

    .Record_n_varchar .out a:first-child {
        margin-right: 0.24rem;
    }

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

    .Record_n_varchar .out {
        justify-content: left;
    }

    .public_Tap .out {
        height: 1rem;
    }

    .public_Tap .out a {
        font-size: 0.24rem;
        margin-right: 0.4rem;
    }

    .public_Tap .out a:hover::after,
    .public_Tap .out a.on::after {
        width: 100%;
    }

    .public_Tap .out a::after {
        height: 0.04rem;
    }

    .About_page {
        margin: 0.98rem 0px 0.81rem 0px;
    }

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

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

    .About_page .out .right {
        width: 100%;
        margin-top: 0.3rem;
    }

    .About_page .out .left h5 {
        font-size: 0.42rem;
    }

    .About_page .out .left i {
        width: 0.92rem;
        height: 0.04rem;
        margin: 0.4rem 0px 0.54rem 0px;
    }

    .About_page .out .left span {
        font-size: 0.26rem;
        margin-bottom: 0.4rem;
    }

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

    .public_title_page {
        margin-top: 0.4rem;
        margin-bottom: 0.5rem;
    }

    .public_title_page h5 {
        font-size: 0.42rem;
        margin-bottom: 0.2rem;
    }

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


    .development .development_swiper2 {
        width: 100%;
        padding: 0px;
    }

    .development_swiper2_out .swiper-button-next,
    .development_swiper2_out .swiper-button-prev {
        width: 0.51rem;
        height: 0.51rem;
        top: 50%;
    }

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

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

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

    .development {
        margin-top: 1rem;
    }

    .development .out {
        margin-top: 0.84rem;
    }

    .development .development_swiper {
        margin-bottom: 0.7rem;
    }

    .development .development_swiper .swiper-slide {
        flex-wrap: wrap;
    }

    .development .development_swiper .swiper-slide h5 {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }

    .development .development_swiper .swiper-slide .box {
        width: 100%;
        flex-wrap: wrap;
    }

    .development .development_swiper .swiper-slide .box .text {
        width: 100%;
    }

    .development .development_swiper .swiper-slide .box .img {
        width: 100%;
        margin-top: 0.3rem;
    }

    .development .development_swiper .swiper-slide .box p {
        font-size: 0.2rem;
        margin-bottom: 0.45rem;
    }

    .development .development_swiper .swiper-slide .box p::after {
        width: 0.13rem;
        height: 0.13rem;
        left: -0.25rem;
        top: 0.07rem;
        display: none;
    }

    .development .development_swiper2 .swiper-slide {
        margin-right: 13px;
    }

    .development .development_swiper2 .swiper-slide span {
        font-size: 0.2rem;
    }

    .development .development_swiper2 .swiper-slide .ion {
        width: 0.2rem;
        height: 0.2rem;
        box-shadow: 0px 0px 0.2rem 1px rgba(0, 0, 0, 0.26);
        margin-top: 0.21rem;
    }

    .development .development_swiper2 {
        padding-bottom: 0.88rem;
    }

    .development .development_swiper2 .xian {
        bottom: 0.94rem;
    }

    .Honor {
        padding-top: 0.51rem;
        padding-bottom: 0.87rem;
    }

    .Honor .out {
        margin-top: 0.85rem;
    }

    .Honor .out .swiper-slide {
        width: 4.6rem;
        height: 5.6rem;
        padding: 0px 0.35rem;
        margin-right: 0.2rem;
    }

    .Honor .out .swiper-slide .img {
        height: 3.68rem;
    }

    .Honor .out .swiper-slide i {
        margin-top: 0.27rem;
        margin-bottom: 0.39rem;
    }

    .Honor .out .swiper-slide span {
        font-size: 0.2rem;
    }





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

    .Products_page {
        margin: 1rem 0px;
        margin-bottom: 0px;
    }

    .Prod_public_left {
        width: 100%;
    }

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

    .Prod_public_left .title {
        height: 1.2rem;
    }

    .Prod_public_left .title h5 {
        font-size: 0.23rem;
    }

    .Prod_public_left .title span {
        font-size: 0.16rem;
        margin-top: 0.1rem;
    }

    .Prod_public_left .Prod_list .tiem_title {
        height: 0.71rem;
        padding: 0px 0.27rem 0px 0.36rem;
    }

    .Prod_public_left .Prod_list .tiem_title a {
        font-size: 0.17rem;
    }

    .Prod_public_left .Prod_list .I_box {
        width: 0.14rem;
        height: 0.14rem;
    }

    .Prod_public_left .Prod_list .I_box i {
        height: 0.02rem;
    }

    .Prod_public_left .Prod_list .tiem_box .tiem_box_li {
        padding: 0px 0.28rem 0px 0.41rem;
    }

    .Prod_public_left .Prod_list .tiem_box a {
        height: 0.6rem;
        font-size: 0.17rem;
    }

    .Prod_public_left .Prod_list .I_box i:nth-child(2) {
        width: 0.02rem;
    }

    .Products_page .right .Prod_list {
        justify-content: space-between;
    }

    .Products_page .right .Prod_list .box {
        width: 48%;
        margin-right: 0px;
        padding: 0.3rem 0.27rem 0.21rem 0.27rem;
        margin-bottom: 0.36rem;
    }

    .Products_page .right .Prod_list .box .title span {
        font-size: 0.24rem;
    }

    .Products_page .right .Prod_list .box .title h5 {
        font-size: 0.24rem;
    }

    .Products_page .right .Prod_list .box .img {
        width: 100%;
        margin: 0.28rem 0px;
        height: 2.56rem;
    }

    .Products_page .right .Prod_list .box p {
        font-size: 0.16rem;
    }

    .Products_page .right .Prod_list .box p img {
        margin-left: 0.08rem;
        height: 0.11rem;
    }

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

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

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

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

    .Prid_Tap {
        margin-top: 0.42rem;
        margin-bottom: 0.4rem;
    }

    .Prid_Tap .out a span {
        font-size: 0.16rem;
        margin-right: 0.16rem;
    }

    .Prid_Tap .out a img {
        height: 0.06rem;
        margin-right: 0.13rem;
    }

    .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 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;
        margin-top: 0.4rem;
    }

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

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

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

    .News_page .News_out_1 {
        border-radius: 0.2rem;
        height: auto;
        margin-top: 1rem;
        display: none;
    }

    .News_page .swiper-slide .left {
        width: 100%;
        padding: 0.4rem 0.5rem 0.4rem 0.5rem;
    }

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

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

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

    .News_page .swiper-slide .left p {
        font-size: 0.18rem;
    }

    .News_page .swiper-slide .left span {
        width: 1.7rem;
        height: 0.56rem;
        border-radius: 0.4rem;
        font-size: 0.18rem;
        margin-top: 0.63rem;
    }

    .News_page .out {
        margin-top: 1rem;
        justify-content: space-between;
    }

    .News_page .out .box {
        width: 48%;
        margin-right: 0%;
        padding-top: 0.3rem;
        border-top: 0.02rem solid #E7E7E7;
        margin-bottom: 0.6rem;
    }

    .News_page .out .box .img {
        height: 2.86rem;
    }

    .News_page .out .box .txt {
        padding: 0.3rem 0.2rem 0px 0.2rem;
    }

    .News_page .out .box .txt h5 {
        font-size: 0.23rem;
    }

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

    .News_page .out .box .txt .tiem_box span {
        font-size: 0.18rem;
        margin-right: 0.16rem;
    }

    .News_page .out .box .txt .tiem_box img {
        height: 0.11rem;
        margin-left: 0.16rem;
    }

    .News_page .out .box .txt .tiem_box b {
        font-size: 0.28rem;
        margin-right: 0.07rem;
    }

    .News_page .out .box .txt .tiem_box p {
        font-size: 0.19rem;
    }

    .News_xq_page {
        margin-bottom: 0px;
    }

    .News_xq_page .public {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        margin-top: 0px;
    }

    .News_xq_page .public .out {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.3rem;
    }

    .News_xq_page .public .out .title {
        margin-bottom: 0.3rem;
    }

    .News_xq_page .public .out .title h5 {
        font-size: 0.36rem;
        margin-bottom: 0.1rem;
    }

    .News_xq_page .public .out .title span {
        font-size: 0.14rem;
    }

    .News_xq_page .public .out .text p {
        font-size: 0.20rem !important;
    }

    .News_xq_page .public .out .text p span {
        font-size: 0.2rem !important ;
    }

    .News_xq_page .public .out .but_box {
        margin-top: 0.3rem;
    }

    .News_xq_page .public .out .but_box .box span {
        font-size: 0.14rem;
        margin-right: 0.1rem;
        margin-left: 0.1rem;
    }

    .News_xq_page .public .out .but_box .box a {
        font-size: 0.14rem;
    }

    .Application {
        margin: 1rem 0px;
    }

    .Application .out .box {
        margin-bottom: 0.81rem;
        flex-wrap: wrap;
    }

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

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

    .Application .out .box .right h5 {
        font-size: 0.42rem;
    }

    .Application .out .box .right i {
        width: 0.92rem;
        height: 0.04rem;
        margin: 0.4rem 0px 0.71rem 0px;
    }

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

    .Service_1 .out .box a {
        height: 0.9rem;
    }

    .Service_1 .out .box .text {
        padding: 0.3rem 0.2rem;
        margin-bottom: 0.1rem;
    }

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

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

    .Service_1 .out .box a img {
        width: 0.28rem;
        height: 0.28rem;
    }

    .Contact_Page .out .box {
        width: 50%;
        box-sizing: border-box;
    }



    .Contact_Page {
        margin: 1rem 0px;
    }

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

    .Contact_Page .out .box {
        height: 3.02rem;
    }

    .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;
    }

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

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

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

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

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

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

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

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

    .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;
    }

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

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

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

    .Partner .out .left h5 {
        font-size: 0.4rem;
    }

    .Partner .out .left i {
        width: 1rem;
        height: 0.05rem;
        margin-top: 0.28rem;
        margin-bottom: 0.38rem;
    }

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

    .Partner .out .left a {
        font-size: 0.18rem;
        width: 1.52rem;
        height: 0.41rem;
        border-radius: 0.21rem;
    }

    .Partner .out .left a img {
        margin-left: 0.11rem;
        height: 0.2rem;
    }

    .Partner {
        margin-bottom: 0.95rem;
    }

    .Culture {
        padding: 0.6rem 0px;

    }

    .Culture .out {
        flex-wrap: wrap;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .Culture .out .left {
        width: 100%;
        padding-left: 0px;
    }

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

    .Culture .out .left .title h5 {
        font-size: 0.42rem;
        margin-bottom: 0.2rem;
    }

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

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

    .Culture .out .left .text_item {
        padding: 0.3rem 0px;
    }

    .Culture .out .left .text_item h5 {
        width: 1rem;
        padding-right: 0.06rem;
        font-size: 0.2rem;
    }

    .Culture .out .left .text_item .txt p {
        font-size: 0.17rem;
        margin-bottom: 0.1rem;
    }

    .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 ;
    }

    .development_swiper2_out .swiper-button-next, .development_swiper2_out .swiper-button-prev {
        display: none ;
    }

}

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

    .Pres_dow_1 {
        display: none !important;
    }


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

    .nav .out ul li {
        margin-left: 30px;
    }

    .public_title .button_list {}

    .public_title h5 {
        font-size: 38px;
    }

    .public_title .button_list .list_tiem {
        margin-right: 30px;
    }

    .public_title .button_list .list_tiem {
        width: 160px;
        font-size: 16px;
    }
    
    .Recommendation .out .swiper-slide {
        justify-content: space-between ;
    }

    .Recommendation .out .swiper-slide .box {
        width: 48%;
        margin-right: 0px;
    }

    .Recommendation .out .swiper-slide .box .img img {
        object-fit: contain;
    }

    .Applications .swiper-slide .box {
        width: 100%;
        padding: 0px 20px;
        padding-bottom: 80px;
    }

    .Applications .swiper-slide .box h5 {
        font-size: 24px;
    }

    .Applications .swiper-slide .box p {
        font-size: 15px;
    }

    .public_link {
        width: 130px;
        height: 42px;
        font-size: 15px;
    }

    .Applications .swiper-slide .title h5 {
        font-size: 24px;
        color: #FFFFFF;
    }

    .News .swiper-slide .img {
        height: 200px;
    }

    .News .swiper-slide .txt {
        padding: 20px;
        box-sizing: border-box;
    }

    .News .swiper-slide .txt h5 {
        font-size: 18px;
        margin-bottom: 0.46rem;
    }

    .News .swiper-slide .txt .but_box span {
        font-size: 15px;
    }

    .News .swiper-slide .txt .but_box .jiantou span {
        font-size: 15px;
    }

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

    .About .out .right {
        width: 100%;
        margin-top: 30px;
    }

    .Footer .out .left {
        width: 400px;
        margin-right: 35px;
    }

    .Footer .out .right .box {
        margin-right: 40px;
    }

    .development .development_swiper2 {
        width: 100%;
    }

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

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

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

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

    .About_page .out .right {
        width: 100%;
        margin-top: 30px;
    }



    .development .development_swiper .swiper-slide h5 {
        font-size: 120px;
    }

    .development .development_swiper .swiper-slide .box p {
        font-size: 14px;
    }

    .Products_page .right .Prod_list {
        justify-content: space-between;
    }

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

    .News_page .News_out_1 .swiper {
        height: 100%;
    }

    .News_page .swiper-slide a {
        height: 100%;

    }

    .News_page .swiper-slide .left {
        padding: 0px 60px 0px 50px;
    }

    .News_page .swiper-slide .left h5 {
        font-size: 26px;
    }

    .News_page .swiper-slide .left p {
        font-size: 16px;
    }

    .News_page .swiper-slide .left span {
        font-size: 16px;
        margin-top: 40px;
    }

    .Culture .out .left .text_item {
        padding: 20px 0px;
    }

    .Culture .out .left .text_item h5 {
        width: 100px;
        font-size: 22px;
    }

    .Culture .out .left .text_item .txt p {
        font-size: 15px;
    }

}

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

    .Pr_box .title_1 {
        width: 150px;
        font-size: 12px;
        padding: 0px 10px;
    }

    .Pr_box .title_1 span {
        font-size: 12px;
    }

    .Pres_dow_1 .Pr_box_1 .title_2 {
        font-size: 12px;
        padding: 0px 5px;
    }

    .Pres_dow_1 .Pr_box_1 .title_2 span {
        font-size: 12px;
    }

    .Pres_dow_1 {
        width: 200px;
        right: -200px;
    }

    .Pres_dow_2 a {
        padding: 0px 5px;
        font-size: 12px;
    }

    .Pres_dow_2 {
        width: 210px;
        right: -210px;
    }

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

    .nav .out ul li {
        margin-left: 55px;
    }

    .Recommendation .out .swiper-slide .box {
        width: 24%;
        margin-right: 1.25%;
    }

    .public_title .button_list .list_tiem {
        margin-right: 40px;
        font-size: 16px;
    }

    .Applications .swiper-slide .box {
        width: 100%;
        padding: 0px 40px;
        padding-bottom: 80px;
    }

    .Applications .swiper-slide .title h5 {
        font-size: 24px;
    }

    .News .swiper-slide .img {
        height: 240px;
    }

    .News .swiper-slide .txt h5 {
        font-size: 18px;
    }

    .News .swiper-slide .txt .but_box span {
        font-size: 15px;
    }

    .News .swiper-slide .txt .but_box .jiantou span {
        font-size: 15px;
    }

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

    .About .out .right h5 {
        font-size: 38px;
    }

    .About .out .right i {
        margin-top: 20px;
        margin-bottom: 34px;
    }

    .Footer .out .right .box {
        margin-right: 40px;
    }

    .development .development_swiper2 {
        width: 100%;
    }

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

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

    .development .development_swiper .swiper-slide h5 {
        font-size: 130px;
    }

    .development .development_swiper .swiper-slide .box p {
        font-size: 14px;
    }



    .About_page .out .left span {
        font-size: 20px;
    }

    .About_page .out .left p {
        font-size: 15px;
    }

    .About_page .out {
        align-items: end;
    }

    .Products_page .right .Prod_list {
        justify-content: space-between;
    }

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

}

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

    .nav .out ul li {
        margin-left: 90px;
    }

    .public_title .button_list .list_tiem {
        margin-right: 50px;
    }

    .Applications .swiper-slide .box {
        width: 100%;
    }

    .About .out .right {
        width: 65%;
    }

    .Footer .out .right .box {
        margin-right: 70px;
    }

}


@media (min-width:1300px) and (max-width:1800px) {
    .Footer .out .right .box {
        margin-right: 0px ;
    }

    .Footer .out .right {
        width: 60% ;
        justify-content: space-between ;
    }
}