* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

html {
    transition: font-size 0.3s ease;
    font-size: 10px;
}

body {
    font-size: 1.5rem;
    /* 15px - 这样更清晰 */
}

.container {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    height: 100%;
}

/*.Anout_body .banner_pages .text {*/
/*    display:none;*/
/*}*/

.nav {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    height: 10rem;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.nav .container {
    max-width: 160.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .logo {
    width: auto ;
    height: 100% ;
    display: block;
}

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

.nav ul {
    display: flex;
    height: 100%;
    padding-right: 6%;
    box-sizing: border-box;
}

.nav ul li {
    height: 100%;
    margin-right: 8.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

.nav ul li .title {
    font-weight: bold ;
    font-size: 2rem;
    color: #000000;
}

.banenr {
    width: 100%;
    /* height: 91.9rem; */
    overflow: hidden;
    margin-top:10rem;
}

.banenr .banner_swiper {
    width: 100%;
    height: 100%;
    display: block;
}

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

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

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

.banenr .swiper-slide .text h2 {
    font-weight: 500;
    font-size: 5.9rem;
    color: #EDDA63 ;
    line-height: 1.3em;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.36);
    margin-bottom: 5.5rem;
}

.banenr .swiper-slide .text p {
    font-weight: 400;
    font-size: 3.1rem;
    color: #EDDA63;
    line-height: 1.3em;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.48);
}

.banenr .swiper-pagination {
    display: flex;
    align-items: center;
    left: 16rem;
    bottom: 9.8rem;
}

.banenr .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 4.2;
    transition: 0.4s ease;
}

.banenr .swiper-pagination .swiper-pagination-bullet-active {
    width: 2.9rem;
    background: #072B87;
    opacity: 1;
    border-radius: 0.6rem;
}

.banenr .Slide_downwards {
    position: absolute;
    bottom: 6.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20 ;
}

.banenr .Slide_downwards img {
    width: 1.7rem;
    height: 2.5rem;
    display: block;
    margin: 0 auto ;
    margin-bottom: 1.2rem;
}

.banenr .Slide_downwards span {
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.About {
    width: 100%;
    padding: 10.9rem 0px 11rem 0px;
    background: url(../images/9584.png) no-repeat center;
    background-size: contain;
    background-color: #F0F0F0;
    background-position-y: 4rem;
}

.About_body{
  background-position-y: 14rem;  
}


.About .container {
    max-width: 105rem;
}

.About .text {
    margin-top: 4.9rem;
    width: 100%;
    /*text-align: center;*/
    margin-bottom: 12rem;
}

.About_body .container {
  max-width: 120rem ;  
}

.About_body .text {
    margin-bottom:0px;
    text-align: left;
}

.About .text p {
    font-weight: 400;
    font-size: 2.2rem;
    color: #7E7E7E;
    line-height: 1.9em;
}

.public_title {
    width: 100%;
    text-align: center;
}

.public_title h2 {
    font-weight: bold;
    font-size: 3.8rem;
    color: #111111;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 2.5rem;
    letter-spacing: 0.2rem;
}

.public_title span {
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    color: #414141;
    display: block;
}

.Number_scrolling {
    width: 100%;
    max-width: 137.8rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Number_scrolling .box .Num {
    display: flex;
    align-items: end;
    justify-content: center;
}

.Number_scrolling .box .Num b {
    font-weight: bold;
    font-size: 5.7rem;
    color: #072B87;
    line-height: 1;
}

.Number_scrolling .box .Num span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #ABABAB;
    margin-left: 0.8rem;
    display: block;
}

.Number_scrolling .box p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #3B3B3B;
    margin-top: 1.4rem;
    text-align: center;
}

.Service_Items {
    width: 100%;
    background: #F0F0F0;
    /*padding-bottom: 5.4rem;*/
}

.Service_Items .out {
    margin-top: 6rem;
    display: flex;
}

.Service_Items .out .box {
    width: 18.478%;
    height: 60.8rem;
    position: relative;
    transition: 0.5s ease;
}

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

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

.Service_Items .out .box .title {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Service_Items .out .box .title h3 {
    font-weight: 400;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 1.7rem;
}

.Service_Items .out .box .title span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
}

.Service_Items .out .box .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    padding: 3.6rem 4.9rem;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.Service_Items .out .box .text h3 {
    font-weight: 500;
    font-size: 2.9rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.Service_Items .out .box .text span {
    font-weight: 400;
    font-size: 2.2rem;
    color: #CBCBCB;
    text-transform: capitalize ;
}

.Service_Items .out .box .text .txt {
    margin-top: 4.3rem;
    width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    color: #DFDFDF;
    line-height: 1.6em;
}

.Service_Items .out .box .text .txt p{
    width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    color: #DFDFDF;
    line-height: 1.6em;
}

.Service_Items .out .box .text .More {
    width: 16.4rem;
    height: 4.1rem;
    border-radius: 2.6rem;
    border: 0.1rem solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #D1D1D1;
    margin-top: 11.3rem;
}

.Service_Items .out .box.active {
    width: 26.088%;
}

.Service_Items .out .box.active .text {
    opacity: 1;
    visibility: visible;
    transform: rotate3d(1, 0, 0, 0deg);
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
}

.Service_Items .out .box.active .title {
    display: none;
}

.News {
    margin: 5.8rem 0px 11.4rem 0px;
    width: 100%;
    display:none;
}

.News .public_title {
    text-align: left;
}

.News .public_title h2 {
    text-align: left;
}

.News .public_title span {
    text-align: left;
}

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

.News .button_list a {
    width: 15.5rem;
    height: 3.9rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    border: 0.1rem solid #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #4E4E4E;
    margin-right: 3.3rem;
}

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

.News .button_list a:hover {
    background: #072B87;
    color: #FFF;
}

.News .out {
    width: 100%;
    margin-top: 4.6rem;
    display: flex;
    justify-content: space-between;
}

.News .out .left {
    width: 47.6%;
}

.News .out .left .box {
    width: 100%;
    height: 44.5rem;
    position: relative;
}

.News .out .left .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

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

.News .out .left .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 1.9rem 5rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.56);
}

.News .out .left .title time {
    font-weight: 400;
    font-size: 1.8rem;
    color: #F1F1F1;
    margin-bottom: 1rem;
    display: block;
}

.News .out .left .title h3 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News .out .left .text {
    margin-top: 3.9rem;
}

.News .out .left .text h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    margin-bottom: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News .out .left .text p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.News .out .right .box {
    width: 100%;
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
    border-bottom: 0.1rem solid #E1E1E1;
}

.News .out .right .box:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

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

.News .out .right .box .img {
    width: 26.4rem;
    height: 15.2rem;
    overflow: hidden;
}

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

.News .out .right .box .text {
    width: calc(100% - 26.4rem);
    padding-left: 3.3rem;
    box-sizing: border-box;
}

.News .out .right .box .text h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News .out .right .box .text p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News .out .right .box .text .tiem_box {
    margin-top: 4.3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News .out .right .box .text .tiem_box time {
    font-weight: 400;
    font-size: 1.4rem;
    color: #777777;
}

.News .out .right .box .text .tiem_box .Moer {
    font-weight: 400;
    font-size: 1.4rem;
    color: #777777;
}

.News .out .left:hover .text h3 {
    color: #072B87;
}

.News .out .right .box a:hover .img img {
    transform: scale(1.1);
}

.News .out .right .box a:hover .text h3 {
    color: #072B87;
}

.News .out .right .box a:hover .text .tiem_box .Moer {
    color: #072B87;
}


#footer {
    background: #333  ;
    /*border-top: 0.2rem solid #ECEFF4;*/
    padding: 4rem 0px 2rem 0px ;
}

#footer ul {
    display: flex ;
    justify-content: center ;
    margin-bottom: 2rem ;
    flex-wrap: wrap ;
    gap: 1rem 1rem ;
}

#footer ul li {
    border-right: 0.1rem solid #ffffff3f ;
}

#footer ul li:last-child {
    margin-right: 0px ;
}

#footer ul a {
    display: block ;
    margin: 0px 1rem ;
    box-sizing: border-box ;
    color: #fff ;
    font-size: 1.5rem ;
}

#footer ul a:hover {
    color: #072B87 ;
}

#footer .out {
    display: flex ;
    flex-wrap: wrap ;
    width: 100% ;
    max-width: 90rem ;
    justify-content: center ;
    margin: 0 auto ;
    gap: 1rem 1rem ;
}

#footer .out .item {
    color: #fff ;
    font-size: 1.5rem ;
}

.banner_pages {
    width: 100%;
    /*height: 55rem;*/
    position: relative;
    margin-top:10rem;
}

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

.banner_pages .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    /*padding-top: 10rem;*/
    box-sizing: border-box;
}

.banner_pages .text .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_pages .text h2 {
    font-weight: bold;
    font-size: 5rem;
    color: #FFFFFF;
    margin-bottom: 1.9rem;
}

.banner_pages .text span {
    font-weight: 500;
    font-size: 3.6rem;
    color: #FFFFFF;
}

.Company_Profile {
    margin: 11rem 0px 9.6rem 0px;
}

.Company_Profile .out {
    margin: 6rem 0px;
    /*min-height: 42.2rem;*/
    display: flex ;
    flex-wrap: wrap ;
    justify-content: space-between ;

}

.Company_Profile .out .text {
    box-sizing: border-box;
    width: 100% ;
    /*height: 47rem ;*/
    overflow: auto ;
    /*padding-right: 2% ;*/
}

/* 滚动条整体部分 */
.Company_Profile .out .text::-webkit-scrollbar {
    width: 0.2rem ;               /* 滚动条宽度 */
    height: 1rem ;              /* 滚动条高度 */
}

/* 滚动条轨道 */
.Company_Profile .out .text::-webkit-scrollbar-track {
    background: #f1f1f1;       /* 轨道颜色 */
}

/* 滚动条滑块 */
.Company_Profile .out .text::-webkit-scrollbar-thumb {
    background: #072B87;          /* 滑块颜色 */
    border-radius: 0px;       /* 滑块圆角 */
}

/* 滑块悬停状态 */
.Company_Profile .out .text::-webkit-scrollbar-thumb:hover {
    background: #072B87 ;          /* 滑块悬停颜色 */
}


.Company_Profile .out p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #7E7E7E;
    line-height: 2em;
}

.Company_Profile .out .img {
    width: 46% ;
}

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


.Corporate_culture {
    width: 100%;
    background: url(../images/10059.jpg) no-repeat center;
    background-size: cover;
    padding: 8.3rem 0px 6.7rem 0px;
    box-sizing: border-box;
}

.Corporate_culture .public_title h2,
.Corporate_culture .public_title span {
    color: #fff;
}

.Corporate_culture .out {
    margin-top: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6.2rem 0px;
}

.Corporate_culture .out .box {
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(0.4rem);
    width: 43.9rem;
    height: 23.6rem;
    border-radius: 3.3rem;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(255, 255, 255, 0.15);
    padding: 6.2rem 4.5rem 4.3rem 4.5rem;
    box-sizing: border-box;
}

.Corporate_culture .out .box h3 {
    font-weight: 500;
    font-size: 2.8rem;
    color: #FFEE57 ;
    text-align: center;
    margin-bottom: 2.8rem;
}

.Corporate_culture .out .box p {
    text-align: center;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8em;
    color: #FFEE57 ;
}

.Honors_pages {
    padding-top: 7.1rem;
    padding-bottom: 12rem;
    width: 100%;
}

.Honors_pages .Honors_swiper {
    margin-top: 4rem;
}

.Honors_pages .Honors_swiper .swiper-slide {
    width: 25%;
    padding: 1rem 2rem;
    box-sizing: border-box;
}

.Honors_pages .Honors_swiper .swiper-slide .box {
    background: #FFF;
    box-shadow: 0px 0.3rem 1.2rem 0.1rem rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    padding: 1rem 3.7rem 3.2rem 3.7rem;
    box-sizing: border-box;
}

.Honors_pages .Honors_swiper .swiper-slide .box .img {
    width: 100%;
    height: 38.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Honors_pages .Honors_swiper .swiper-slide .box .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.Honors_pages .Honors_swiper .swiper-slide .box .txt {
    margin-top: 2.5rem;
    padding-top: 2.7rem;
    width: 100%;
    border-top: 0.1rem solid #EBEBEB;
    text-align: center;
}

.Honors_pages .Honors_swiper .swiper-slide .box .txt h3 {
    font-weight: 400;
    font-size: 2rem;
    color: #555555;
}

.Honors_pages  .swiper-button-next::after, .Honors_pages .swiper-button-prev::after {
    font-size: 2.4rem ;
    font-weight: bold ;
    color: #545454 ;
}

.Honors_pages  .swiper-button-next:hover::after, .Honors_pages .swiper-button-prev:hover::after {
    color: #072B87;
}

.Public_square_layout {
    margin: 10rem 0px;
    width: 1005;
}

.Public_square_layout .out {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 2%;
}

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

.Public_square_layout .out .box .img {
    width: 100%;
    height: 34.8rem;
    overflow: hidden;
        box-shadow: 0px 0px 0.7rem 0.1rem #00000026;
}

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

.Public_square_layout .out .box .text {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}

.Public_square_layout .out .box .text h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #3E3E3E;
}

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

.Public_square_layout .out .box:hover .text h3 {
    color: #072B87;
}

.Pagination_out {
    display: flex;
    margin-top: 7rem;
    width: 100%;
    justify-content: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 2rem auto;
    border-radius: 0.4rem;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #072B87;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #072B87;
    border-color: #072B87;
    cursor: default;
}

.sales_pages {
    margin: 10rem 0px;
    width: 100%;
}

.sales_pages .out {
    margin-top: 6rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.sidebar_content {
    width: 23%;
    position: sticky;
    top: 13rem;
}

.sidebar_content .title {
    background: #0C79FF;
    padding: 3.1rem 4rem;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 2.7rem;
    color: #FFFFFF;
    text-align: center;
}

.sidebar_content .list {
    width: 100%;
    padding: 0.5rem 3rem 7rem 3rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
}

.sidebar_content .list .item {
    /*padding-left: 1rem;*/
    box-sizing: border-box;
    text-align: center;
}

.sidebar_content .list a {
    padding: 1.7rem 0px;
    border-bottom: 0.1rem solid #EBEBEB;
    font-weight: 500;
    font-size: 1.8rem;
    color: #666666;
    display: block;
}

.sidebar_content .list .item:hover a {
    color: #072B87;
}

.sidebar_content .list .item:hover {
    background: url(../images/jiantou.png) no-repeat left;
    background-position: -0.6rem 2.4rem;
}

.sales_pages .out .right {
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4rem 5.5%;
}

.sales_pages .out .right .box {
    width: 29.646%;
}

.sales_pages .out .right .box .img {
    width: 100%;
    height: 34.3rem;
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 0px 0.5rem 0.1rem #0000001c;
}

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

.sales_pages .out .right .box .text {
    width: 100%;
    margin-top: 3.2rem;
}

.sales_pages .out .right .box .text h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #3E3E3E;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.sales_pages .out .right .box:hover .text h3 {
    color: #072B87;
}

.News_Pages {
    margin: 10rem 0px;
    width: 100%;
}

.News_Pages .out {
    margin-top: 6rem;
}

.News_Pages .out .box {
    width: 100%;
    padding-bottom: 4.8rem;
    margin-bottom: 4.8rem;
    border-bottom: 0.1rem solid #DDDDDD;
}

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

.News_Pages .box .left {
    width: 45.2rem;
    height: 27.6rem;
    overflow: hidden;
}

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

.News_Pages .box .right {
    width: calc(100% - 45.2rem);
    padding-left: 9rem;
    box-sizing: border-box;
}

.News_Pages .box .right h3 {
    font-weight: 500;
    font-size: 2.4rem;
    color: #333333;
    margin-bottom: 4.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News_Pages .box .right p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News_Pages .box .right .tiem_box {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News_Pages .box .right .tiem_box time {
    font-weight: 400;
    font-size: 1.6rem;
    color: #999999;
}

.News_Pages .box .right .tiem_box .Moer {
    width: 15.4rem;
    height: 4.8rem;
    border: 0.1rem solid #072B87;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.45rem;
    font-weight: 500;
    font-size: 1.4rem;
    color: #072B87;
}

.News_Pages .box:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.News_Pages .box a:hover .right h3 {
    color: #072B87;
}

.News_Pages .box a:hover .right .tiem_box .Moer {
    color: #fff;
    background: #072B87;
}


.News_Pages .box a:hover .left img {
    transform: scale(1.1);
}


.Contact_pages {
    width: 100%;
    margin: 10rem 0px;
    overflow: hidden;
}

.Contact_pages .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6.5rem;
    overflow: hidden;
}

.Contact_pages .out .left {
    width: 52%;
}

.Contact_pages .out .left h3 {
    font-weight: bold;
    font-size: 2.7rem;
    color: #111111;
    margin-bottom: 1.5rem;
}

.Contact_pages .out .left form {
    margin-top: 3.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Contact_pages .out .left form input {
    width: 48%;
    padding: 0.5rem 1.5rem;
    box-sizing: border-box;
    height: 4.9rem;
    border: 0.1rem solid #E6E6E6;
    margin-bottom: 2.8rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
}

.Contact_pages .out .left form textarea {
    width: 100%;
    height: 18rem;
    border-radius: 0px 0px 0px 0px;
    border: 0.1rem solid #E6E6E6;
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
    padding: 1.5rem;
    box-sizing: border-box;
}

.Contact_pages .out .left form button {
    width: 22.1rem;
    height: 4.6rem;
    background: #19278B;
    margin-top: 5.2rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.Contact_pages .out .right {
    width: 36%;
}

.Contact_pages .out .right ul {
    width: 100%;
}

.Contact_pages .out .right li {
    display: flex;
    align-items: center;
    padding: 2.4rem 0px;
    border-top: 0.1rem solid #DDDDDD;
}

.Contact_pages .out .right li img {
    width: 5.2rem;
    height: 5.2rem;
    display: block;
    margin-right: 1.7rem;
}

.Contact_pages .out .right li .txt {
    width: calc(100% - 5.2rem - 2.3rem);
}

.Contact_pages .out .right li .txt span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #999999;
    display: block;
    margin-bottom: 0.5rem;
}

.Contact_pages .out .right li .txt a,
.Contact_pages .out .right li .txt p {
    font-weight: 500;
    font-size: 1.8rem;
    color: #333333;
}

.map_pages {
    width: 100%;
}

.map_pages  iframe {
    width: 100% ;
    height: 61.4rem ;
    display: none ;
}

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

.News_Details {
    width: 100%;
    margin: 10rem 0px;
}

.News_Details .out {
    margin-top: 6.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.News_Details .out .right {
    width: 72%;
    padding: 4rem;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
}

.News_Details .out .right .title {
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: 0.1rem dashed #ccc;
}

.News_Details .out .right .title h2 {
    color: #555;
    font-size: 2.4rem;
    text-align: center ;
}

.News_Details .out .right .tiem_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0px;
}

.News_Details .out .right .tiem_box time {
    font-size: 1.4rem;
    color: #545454;
    margin-right: 1rem;
    display: block;
}

.News_Details .out .right .tiem_box span {
    font-size: 1.4rem;
    color: #545454;
}


.News_Details .out .right .text {
    padding: 2rem 0px 4rem 0px;
    width: 100%;
}

.News_Details .out .right .text h4 {
    font-size: 2.4rem;
    color: #333;
}

.News_Details .out .right .text p {
    font-size: 2rem;
    color: #333;
    line-height: 1.7em;
    margin: 1rem 0px;
}

.News_Details .out .right .text div {
    font-size: 2rem;
    color: #333;
    line-height: 1.7em;
    margin: 1rem 0px;
}

.News_Details .out .right .text span {
    font-size: 2rem;
    color: #333;
    line-height: 1.7em;
    margin: 1rem 0px;
}

.News_Details .out .right .text img {
    width: auto;
    max-width: 100%;
    height: auto;
    /*display: block;*/
}

.News_Details .out .right .Turn_page {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News_Details .out .right .Turn_page .box {
    display: flex;
    align-items: center;
}

.News_Details .out .right .Turn_page .box span {
    display: block;
    color: #434343;
    font-size: 1.3rem;
    margin-right: 0.6rem;
}

.News_Details .out .right .Turn_page .box a {
    display: block;
    color: #434343;
    font-size: 1.3rem;
}

.News_Details .out .right .Turn_page .box a:hover {
    color: #072B87;
}

.Sales_Detail {
    width: 100%;
    margin: 10rem 0px;
}

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

.Sales_Detail .out .right {
    width: 72%;
}

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

.Sales_Detail .out .right .Top_box .img_box {
    position: relative;
}

.Sales_Detail .out .right .Top_box .text {
    width: 59%;
    padding-top: 2rem;
    box-sizing: border-box;
}

.Sales_Detail .out .right .Top_box .text h2 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    color: #555;
}

.Sales_Detail .out .right .Top_box .text p {
    width: 100%;
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.8em;
}

.bg_left {
    width: 43rem;
    height: auto;
    float: left
}

.bg_right {
    position: absolute;
    top: 0px;
    right: -105%;
}

.show {
    width: 43rem;
    height: 43rem;
    margin-bottom: 1rem;
    position: relative;
    border: 0.1rem solid #E8E8E8;
    cursor: move
}

.show img {
    width: 43rem;
    height: 43rem;
    display: block;
    object-fit: contain;
}

.mask {
    width: 21.5rem;
    height: 21.5rem;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width: 43rem;
    height: 43rem;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 1px solid #E8E8E8;
}

.bigshow img {
    width: 86rem;
    height: 86rem;
    margin-right: 1rem;
}

.Product_Description {
    width: 100%;
    margin: 2rem 0px;
}

.Product_Description .title {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    background: #072B87;
}

.Product_Description .title h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}

.Product_Description .text {
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
}

.Product_Description .text img {
    width: auto;
    max-width: 100%;
}

.Product_Description .text p {
    color: #414141;
    font-size: 2rem;
    line-height: 1.8em;
    margin: 1rem 0px;
}

table{
    border-collapse: collapse; /* 合并边框 */
    width:100%;
}

.Product_Description .text ul[style*="list-style-type: disc"] {
    padding-left: 2rem ;
    box-sizing: border-box;
}

.Product_Description .text table td {
    margin: 0px 0px;
    color: #414141;
    font-size: 2rem;
    line-height: 1.8em;
    padding: 1rem;
}

.Related_products .title {
    width: 100%;
    border: 0.1rem solid #E8E8E8;
    border-bottom: 0.2rem solid #072B87;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

.Related_products .title h3 {
    font-weight: 500;
    color: #333;
    font-size: 2rem;
}

.Related_products .swiper-slide {
    width: 25%;
    padding: 1rem;
    box-sizing: border-box;
}

.Related_products .swiper-slide a {
    display: block;
    width: 100%;
}

.Related_products .swiper-slide .img {
    width: 100%;
    height: 22rem;
    border: 0.1rem solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.Related_products .swiper-slide .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    transition: 0.5s ease;
}

.Related_products .swiper-slide .txt {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}

.Related_products .swiper-slide .txt h4 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
}

.Related_products .swiper-slide a:hover .img img {
    transform: scale(1.1);
}

.Related_products .swiper-slide a:hover .txt h4 {
    color: #072B87;
}

.banenr .swiper-slide-active .text h2 {
    animation: bounceInUp 1s both;
    animation-delay: 0.0s;
}

.banenr .swiper-slide-active .text p {
    animation: bounceInUp 1s both;
    animation-delay: 0.1s;
}

.menubtn {
    width: 28.44px;
    height: 28.44px;
    position: relative;
    cursor: pointer;
    display: none;
    align-items: center;
}

.menubtn span {
    display: block;
    width: 28.44px;
    height: 3px;
    background: #383635;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:after,
.menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #383635;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:before {
    top: -10px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menubtn span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.menubtn.active span:after,
.menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menubtn.active span:after {
    bottom: 0px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.Mobile_navigation {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 1rem 1rem #0000001e;
    padding: 2rem 0px;
    box-sizing: border-box;
    display: none;
}

.Mobile_navigation.show {
    display: block;
}

.Mobile_navigation ul li {
    width: 100%;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}

.Mobile_navigation ul li .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Mobile_navigation ul li .title a {
    width: 100%;
    color: #333;
    font-size: 1.8rem;
}

.Mobile_navigation ul li .title svg {
    width: 3rem;
    height: 3rem;
}

.Mobile_navigation ul li .list {
    width: 100%;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    display: none;
}

.Mobile_navigation ul li .list a {
    width: 100%;
    padding: 1rem 0px;
    display: block;
    color: #333;
    font-size: 1.6rem;
}

.Mobile_navigation ul li.active {
    background: #117C74 ;
}

.Mobile_navigation ul li.active svg {
    fill: #FFF;
}

.Mobile_navigation ul li.active a {
    color: #FFF;
}

.Mobile_navigation ul {
    display: block !important;
}

.Mobile_navigation ul li {
    display: block !important;
}

.drop-down_menu_out {
    position: absolute;
    top: 9rem;
    min-width:20rem;
    max-width: max-content;
    left: 50% ;
    transform: translateX(-50%);
    opacity: 0 ;
    visibility: hidden ;
}

.drop-down_menu {
    width: 100% ;
    border-top: 0.2rem solid #e1e1e121;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 1rem 0.1rem #0000002c;
}

.drop-down_menu .box {
    width: 100%;
    position: relative;
}

.drop-down_menu .box .tit {
    min-width: 100%;
    width: max-content;
}

.drop-down_menu .box .tit a {
    font-size: 1.5rem;
    color: #313131;
    display: block;
    max-width: 30rem;
    background: #FFF;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
}

.drop-down_menu .box .tit a img {
    width: 2.5rem;
    height: auto;
    margin-right: 1rem;
}

.drop-down_menu .box .Down_list {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #FFF;
    width: max-content;
    transform: translate(2rem, 3rem);
    opacity: 0;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    border-left: 0.2rem solid #e1e1e133;
    box-shadow: 0px 0.5rem 0.2rem #0000002a;
    box-sizing: border-box;
}

.drop-down_menu .box .Down_list a {
    display: block;
    max-width: 30rem;
    color: #313131;
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
}

.drop-down_menu .box:hover .Down_list {
    transform: translate(0px, 0rem);
    opacity: 1;
    visibility: inherit;
}

.drop-down_menu .box:hover .tit a,
.drop-down_menu .box .Down_list a:hover {
    background: #072B87 ;
    color: #FFF;
}

.nav ul li:hover .drop-down_menu_out  {
    opacity: 1 ;
    visibility: visible ;
    z-index: 100 ;
}

.nav ul li:hover .drop-down_menu {
    visibility: inherit;
    opacity: 1;
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
}


.return_List {
    position: fixed ;
    right: 2% ;
    bottom: 6% ;
    width: 6rem ;
    height: 6rem ;
    background: #0C79FF ;
    border-radius: 50% ;
}

.return_List a {
    font-size: 1.4rem ;
    color: #fff ;
    width: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    height: 100% ;
}












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

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

.CAPTCHA img {
    width: 12rem;
    height: 4.8rem;
    display: block;
}

.Details_public {
    margin-top: 0px;
}





@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}


@media (max-width:1024px) {

    .menubtn {
        display: flex ;
    }

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

    .nav ul {
        display: none ;
    }

    .banenr {
        /* height: 63rem ; */
    }

    .banenr .swiper-slide-active .text h2 {
        font-size: 5rem ;
        margin-bottom: 3rem ;
    }

    .banenr .swiper-slide-active .text p {
        font-size: 2rem ;
    }

    .banenr .Slide_downwards {
        bottom: 2rem ;
    }

    .banenr .Slide_downwards span {
        font-size: 1.3rem ;
    }

    .banenr .Slide_downwards img {
        width: 1.4rem ;
        height: auto ;
        margin-bottom: 1rem ;
    }

    .banenr .swiper-pagination {
        left: 6% ;
        bottom: 3rem ;
    }

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

    .Service_Items .out .box .title span {
        text-align: center ;
    }

    .Service_Items .out .box .text {
        padding: 3rem 2rem ;
        box-sizing: border-box ;
    }

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

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

    .footer ul {
        display: none ;
    }

    .footer .left {
        width: 100% ;
    }

    .Filing_number .Technical_Support {
        right: 3% ;
    }

    .banner_pages {
        /*height: 40rem  ;*/
    }
    
    .banner_pages .text h2 {
        font-size: 4rem ;
    }

    .banner_pages .text span {
        font-size: 2.6rem ;
    }

    .Company_Profile .out .img {
        width: auto ;
        max-width: 100% ;
        margin: 0 auto ;
    }

    .Company_Profile .out .text{
        padding-top: 0px ;
        width: 100% ;
        margin-bottom: 3rem ;
    }

    .Company_Profile .out p {
        font-size: 2rem ;
    }

    .Company_Profile .out {
        min-height: 35rem ;
    }

    .Honors_pages .Honors_swiper .swiper-slide {
        width: 40% ;
    }

    .Public_square_layout .out .box .img {
        height: 21rem ;
    }

    .Public_square_layout .out .box .text h3 {
        font-size: 1.8rem ;
    }


    .sales_pages .out .right .box .img {
        height: 20rem ;
    }

    .sales_pages .out .right .box .text {
        margin-top: 2rem ;
    }

    .sales_pages .out .right .box .text h3 {
        font-size: 1.8rem ;
    }

    .sidebar_content .title {
        font-size: 2rem ;
        padding: 2rem ;
    }

    .sidebar_content .list a {
        font-size: 1.6rem ;
    }


    .News_Pages .box .left {
        width: 33% ;
    }

    .News_Pages .box .right {
        width: 65% ;
        padding-left: 3rem ;
    }

    .Sales_Detail .out .right .Top_box {
        flex-wrap: wrap ;
    }

    .Sales_Detail .out .right .Top_box .text {
        width: 100% ;
        margin: 3rem 0px ;
    }

    .bg_right {
        display: none !important;
    }

    .Product_Description .text p {
        font-size: 1.8rem ;
    }

    .Related_products .swiper-slide {
        width: 40% ;
    }

}


@media (max-width:768px) {
    .banenr {
        /* height: 43rem ; */
    }

    .banenr .swiper-slide-active .text h2 {
        font-size: 4rem ;
    }

    .banenr .swiper-slide-active .text p {
        font-size: 1.8rem ;
    }

    .nav {
        height: 8rem ;
    }

    .nav .logo {
        width: auto ;
        height: 7rem ;
    }

    .About {
        padding: 6rem 0px ;
    }

    .public_title h2 {
        font-size: 3rem ;
        margin-bottom: 1rem ;
    }

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

    .About .text p {
        font-size: 1.8rem ;
    }

    .About .text{
        margin-bottom: 7rem ;
    }

    .Number_scrolling .box .Num b {
        font-size: 4rem ;
    }

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

    .Service_Items .out .box , .Service_Items .out .box.active {
        width: 50% ;
    }

    .Service_Items .out .box {
        height: 35rem ;
    }

    .Service_Items .out .box .text {
        display: none !important;
    }

    .Service_Items .out .box .title {
        display: flex !important;
    }

    .Service_Items .out .box:last-child {
        width: 100% ;
    }

    .News .button_list {
        margin-top: 4rem ;
    }

    .Corporate_culture .out .box {
        width: 48% ;
        height: auto ;
        padding: 3rem 2rem ;
        box-sizing: border-box ;
    }

    .Corporate_culture .out .box h3 {
        font-size: 2.4rem ;
        margin-bottom: 1.5rem ;
    }

    .Corporate_culture .out .box p {
        font-size: 1.6rem ;
    }

    .Honors_pages .Honors_swiper .swiper-slide .box .img {
        height: 25rem ;
    }

    .Honors_pages .Honors_swiper .swiper-slide .box .txt h3 {
        font-size: 1.8rem ;
    }

    .Honors_pages .Honors_swiper .swiper-slide .box .txt {
        margin-top: 2rem ;
        padding-top: 2rem ;
    }

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

    .Public_square_layout .out .box {
        width: 48% ;
    }
    

    .sales_pages .out .right {
        justify-content: space-between ;
        gap: 3rem 0px ;
    }

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

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

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

    .Contact_pages .out .left {
        width: 100% ;
        margin-top: 4rem ;
    }


}


@media (max-width:520px) {
    .nav {
        background: #FFF ;
    }

    .banenr {
        margin-top: 8rem ;
        /* height: 25rem ; */
    }

    .banenr .swiper-slide-active .text h2 {
        font-size: 3.5rem ;
    }

    .banenr .swiper-slide .text , .banenr .Slide_downwards {
        display: none ;
    }

    .public_title h2{
        font-size: 2.6rem 
    }

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

    .About .text p {
        font-size: 1.8rem ;
    }

    .Number_scrolling .box .Num b {
        font-size: 2.6rem ;
    }

    .Number_scrolling .box p {
        font-size: 1.4rem ;
    }

    .News .out .right .box a{
        flex-wrap: wrap ;
    }

    .News .out .right .box .img {
        width: 100% ;
        height: auto ;
    }

    .News .out .right .box .text {
        width: 100% ;
        padding-left: 0px ;
        margin-top: 3rem ;
    }

    .News .button_list a {
        width: 48% ;
        font-size: 1.5rem ;
    }

    .Filing_number .container {
        flex-wrap: wrap ;
        justify-content: center ;
    }

    .Filing_number p {
        flex-wrap: wrap ;
        text-align: center ;
        justify-content: center ;
    }

    .Filing_number .Technical_Support {
        position: relative;
        right: 0px ;
        margin-top: 1rem ;
    }

    .banner_pages {
        margin-top: 8rem ;
        /*height: 20rem ;*/
    }

    .banner_pages .text{
        padding-top: 0px ;
    }

    .banner_pages .text h2 {
        font-size: 3rem ;
        margin-bottom: 1rem ;
    }

    .banner_pages .text span {
        font-size: 1.8rem ;
    }

    .Company_Profile {
        margin: 7rem 0px 6rem 0px ;
    }

    .Company_Profile .out .img {
        width: 100% ;
        padding: 0px ;
        margin-bottom: 2rem ;
    }

    .Company_Profile .out p {
        font-size: 1.8rem ;
    }

    .Company_Profile .out {
        margin: 4rem 0px ;
    }

    .Corporate_culture .out {
        gap: 3rem 0px ;
    }

    .Corporate_culture .out .box {
        width: 100% ;
    }

    .Honors_pages .Honors_swiper .swiper-slide {
        width: 100% ;
    }

    .Honors_pages .Honors_swiper .swiper-slide .box .img {
        height: 38rem ;
    }

    .Public_square_layout .out .box .img {
        height: 15rem ;
    }

    .Public_square_layout .out {
        gap: 3rem 0px;
        justify-content: space-between ;
    }

    .Public_square_layout .out .box .text {
        margin-top: 2rem ;
    }

    .Public_square_layout {
        margin: 6rem 0px ;
    }

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

    .sidebar_content {
        width: 100% ;
        position: static ;
    }

    .sidebar_content .list {
        padding: 2rem 2rem 5rem 3rem ;
        box-sizing: border-box ;
    }

    .sales_pages .out .right {
        width: 100% ;
        margin-top: 4rem ;
    }

    .sales_pages {
        margin: 6rem 0px ;
    }

    .News_Pages {
        margin: 6rem 0px ;
    }

    .News_Pages .box a {
        flex-wrap: wrap ;
    }

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

    .News_Pages .box .right {
        padding-left: 0px ;
        width: 100% ;
        margin-top: 3rem ;
    }

    .Contact_pages {
        margin: 6rem 0px ;
    }

    .Contact_pages .out .left form input {
        width: 100% ;
    }

    .News_Details .out .right {
        width: 100% ;
        margin-top: 4rem ;
        padding: 4rem 2rem ;
    }

    .News_Details .out .right .text p {
        font-size: 1.8rem ;
    }

    .News_Details .out .right .Turn_page {
        flex-wrap: wrap ;
    }

    .News_Details .out .right .Turn_page .box {
        width: 100% ;
    }

    .Sales_Detail .out .right {
        width: 100% ;
        margin-top: 4rem ;
    }

    .bg_left {
        width: 100% ;
    }

    .show {
        box-sizing: border-box ;
        padding: 2rem ;
        box-sizing: border-box ;
    }

    .show  , .show img{
        width: 100% ;
        height: auto ;
    }

    .mask {
        display: none !important;
    }

    .Sales_Detail .out .right .Top_box .img_box {
        width: 100% ;
        box-sizing: border-box ;
    }

    .Sales_Detail .out {
        overflow: hidden;
    }

    .Product_Description .text {
        padding: 2rem 0px ;
    }

    .Related_products .swiper-slide {
        width: 50% ;
    }

    .Related_products .swiper-slide .img {
        height: 15rem ;
    }

    .Related_products .swiper-slide .txt  {
        margin-top: 2rem ;
    }

    .Related_products .swiper-slide .txt h4 {
        font-size: 1.5rem ;
    }

    .Sales_Detail {
        margin: 6rem 0px ;
    }

    .Detail_Left_pages{
      display: none;
    }
    
    .News_Details {
        margin-top: 0px ;
        margin-bottom: 6rem ;
    }

    .News_Details .out {
        margin-top: 0px ;
    }

}







/* 超大屏幕 (1921px+) */
@media (min-width: 1921px) {
    html {
        font-size: 10px;
    }
}

/* 大桌面 (1601px - 1920px) */
@media (min-width: 1601px) and (max-width: 1920px) {
    html {
        font-size: calc(100vw / 192);
    }
}

/* 中桌面 (1441px - 1600px) */
@media (min-width: 1441px) and (max-width: 1600px) {
    html {
        font-size: calc(100vw / 180);
    }
}

/* 小桌面 (1025px - 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
    html {
        font-size: calc(100vw / 174);
    }
}

/* 平板横屏 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: calc(100vw / 102.4);
    }
}

/* 平板竖屏/大手机 (521px - 768px) */
@media (min-width: 521px) and (max-width: 768px) {
    html {
        font-size: calc(100vw / 76.8);
    }
}

/* 平板竖屏/中手机 (521px - 768px) */
@media (min-width: 426px) and (max-width: 520px) {
    html {
        font-size: calc(100vw / 52);
    }
}

/* 手机 (≤425px) */
@media (max-width: 425px) {
    html {
        font-size: calc(100vw / 42.5);
    }
}

/* 超小手机额外保护 */
@media (max-width: 320px) {
    html {
        font-size: calc(100vw / 32);
    }
}