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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

.public {
    width: 100%;
    max-width: 16rem;
    height: 100%;
    margin: 0 auto;
}

table{
    width: 100% ;
	border: 0;
        border-collapse: collapse;//去掉重复的边框
}



table td {
    background: none !important;
    padding: 0px 0.07rem !important;
}


.header {
    overflow: hidden;
    height: 100% ;
}

.head_Top {
    width: 100%;
    height: 0.41rem;
    background: #1544C0;
    position: absolute;
    top: 0px;
    z-index: 60;
}

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

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

.head_Top .out .left span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    display: block;
    margin-right: 0.34rem;
}

.head_Top .out .left span:last-child {
    margin-right: 0px;
}

.head_Top .out .right .language {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
    position: relative;
}


.head_Top .out .right .language i {
    width: 0.01rem;
    height: 0.16rem;
    background: #FFF;
    display: block;
    margin-right: 0.31rem;
}

.head_Top .out .right .language a {
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-right: 0.08rem;
}

.head_Top .out .right .language .iconfont {
    font-size: 0.14rem;
    color: #FFF;
}

.head_Top .out .right {
    position: relative;
    height: 100% ;
}

.head_Top .out .right  .Dome_language {
    padding: 0.1rem 0.06rem ;
    box-sizing: border-box ;
    background: #FFF ;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000002f ;
    position: absolute ;
    top: 0.4rem ;
    left: 50% ;
    transform: translateX(-50%);
    display: none !important;
}

.head_Top .out .right:hover  .Dome_language {
    display: block ;
}

.head_Top .out .right  .Dome_language a {
    padding: 0.07rem 0.3rem ;
    box-sizing: border-box ;
    color: #333 ;
    font-size: 0.13rem ;
    font-weight: 400 ;
    display: block ;
    z-index: 60 ;
}

.head_Top .out .right  .Dome_language a:hover {
    background: #0A3B95 ;
    color: #FFF ;
}

.banner {
    width: 100%;
    height: 9.62rem;
    position: relative;
    z-index: 10;
}

.banner .swiper {
    height: 100%;
    width: 100%;
}

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

.banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

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

.banner .swiper-slide .text {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

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

.banner .swiper-slide .text h5 {
    font-weight: 500;
    font-size: 0.55rem;
    color: #FFFFFF;
    margin-bottom: 0.45rem;
    width: 50%;
}

.banner .swiper-slide .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.7em;
    width: 45%;
}

.nav {
    width: 100%;
    height: 100vh ;
    overflow: hidden;
    position: absolute;
    top: 0.78rem;
    z-index: 50;
    transition: 0.6s ease ;
    pointer-events: none ;
}

.nav .out {
    background: rgba(255, 255, 255, 0.6);
    height: 0.79rem;
    /* height: 100%; */
    width: 100% ;
    max-width: 16.17rem;
    margin: 0 auto;
    transform: skew(-30deg);
    padding: 0px 0.5rem 0px 0.8rem ;
    box-sizing: border-box;
    transition: 0.6s ease ;
    pointer-events: auto ;
    /* clip-path: polygon(0 0.79rem,0.4rem 0,100% 0,100% calc(100% - 0.79rem),calc(100% - 0.79rem) 140%,0 100%); */
}

.nav .out .public {
    transform: skew(30deg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s ease ;
}

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

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

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

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

.nav .out ul li .title {
    font-weight: 500;
    font-size: 0.2rem;
    color: #666666;
}

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

.streamer {
    width: 100%;
    padding: 0.41rem 0px 0.46rem 0px;
    background: #1544C0;
    box-sizing: border-box;
}

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

.streamer .out .left h5 {
    font-weight: 500;
    font-size: 0.26rem;
    color: #FFFFFF;
    margin-bottom: 0.38rem;
}

.streamer .out .left p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.streamer .out .right {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.streamer .out .right a {
    width: 1.44rem;
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(-20deg);
    background: #000000;
}

.streamer .out .right a span {
    color: #FFF;
    transform: skew(20deg);
    font-size: 0.15rem;
}

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

.title_public h5 {
    font-weight: bold;
    font-size: 0.39rem;
    color: #333333;
    text-align: center;
    text-transform: capitalize ;
}

.title_public p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    margin-top: 0.2rem;
    text-transform: capitalize ;
}

.PRODUCTS {
    margin-top: 1.16rem;
}

.PRODUCTS .button_list {
    width: 100%;
    margin-top: 0.57rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.PRODUCTS .button_list a {
    padding: 0.12rem 0.3rem;
    box-sizing: border-box;
    transform: skew(-20deg);
    background: #EEEEEE;
    cursor: pointer ;
}

.PRODUCTS .button_list a span {
    font-weight: 400;
    font-size: 0.15rem;
    color: #333333;
    transform: skew(20deg);
    display: block;
    text-transform: capitalize;

}

.PRODUCTS .button_list a.on,
.PRODUCTS .button_list a:hover {
    background: #E50014;
}

.PRODUCTS .button_list a.on span,
.PRODUCTS .button_list a:hover span {
    color: #FFf;
}

.PRODUCTS .out {
    margin-top: 0.52rem;
}

.PRODUCTS .out .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.PRODUCTS .out .swiper-slide .PRODUCTS_item {
    width: 3.66rem;
}

.PRODUCTS_item .img {
    width: 100%;
    height: 3.79rem;
    background: #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.16rem;
}

.PRODUCTS_item .img img {
    max-width: 2.77rem;
    max-height: 2.44rem;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: 0.6s ease all ;
}

.PRODUCTS_item span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.PRODUCTS .More {
    width: 1.44rem;
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(-20deg);
    background: #101010;
    margin: 0 auto;
    margin-top: 0.61rem;
}

.PRODUCTS .More span {
    font-weight: 400;
    font-size: 0.15rem;
    color: #FFFFFF;
    transform: skew(20deg);
}

.PRODUCTS_item:hover .img img {
    transform: scale(1.2);
}

.PRODUCTS_item:hover span {
    color: #0A3B95 ;
}

.CHOOSE {
    width: 100%;
    background: url(../images/9979.jpg) no-repeat center;
    background-size: cover;
    padding: 1.02rem 0px 0.93rem 0px;
    box-sizing: border-box;
    margin-top: 1.1rem;
}

.CHOOSE .title_public h5 {
    color: #FFF;
}

.CHOOSE .title_public p {
    color: #FFF;
}

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

.CHOOSE .out .swiper-slide {
    width: 3.77rem;
    margin-right: 0.3rem;
}

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

.CHOOSE .out .swiper-slide .img {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
}

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

.CHOOSE .out .swiper-slide .text {
    width: 100%;
    padding: 0.3rem 0.23rem;
    box-sizing: border-box;
}

.CHOOSE .out .swiper-slide .text h5 {
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.CHOOSE .out .swiper-slide .text p {
    font-weight: 500;
    font-size: 0.14rem;
    color: #BEBEBE;
    margin-top: 0.16rem;
    line-height: 1.6em;
}

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

.CHOOSE .out .swiper-slide:hover .text h5 {
    color: #0A3B95 ;
}

.cases {
    padding-top: 1.26rem;
    padding-bottom: 1.64rem;
    background: #F6F6F6;
}

.cases .out {
    margin-top: 0.67rem;
}

.cases .out .swiper-slide {
    width: 3.69rem;
    margin-right: 0.41rem;
}

.cases .out .swiper-slide .img {
    width: 100%;
    height: 2.56rem;
    overflow: hidden;
}

.cases .out .swiper-slide .img img {
    width: 100% ;
    height: 100% ;
    display: block ;
    object-fit: cover ;
    transition: 0.6s ease all ;
}

.cases .out .swiper-slide .text {
    width: 100%;
    margin-top: 0.24rem;
    text-align: center;
}

.cases .out .swiper-slide h5 {
    font-weight: bold;
    font-size: 0.14rem;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

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

.cases .out .swiper-slide:hover h5 {
    color: #0A3B95;
}

.NEWS {
    width: 100%;
    background: #F6F6F6;
    padding-bottom: 1.05rem;
}

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

.NEWS .out .swiper-slide {
    width: 3.69rem;
    margin-right: 0.41rem;
}

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

.NEWS .out .swiper-slide .img {
    width: 100%;
    height: 2.56rem;
    overflow: hidden;
}

.NEWS .out .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.6s ease all ;
}

.NEWS .out .swiper-slide .text {
    padding: 0.15rem 0.1rem;
    box-sizing: border-box;
}

.NEWS .out .swiper-slide .text h5 {
    font-weight: bold;
    font-size: 0.14rem;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.NEWS .out .swiper-slide .text span {
    font-weight: 400;
    font-size: 0.13rem;
    color: #B5B5B5;
    display: block;
    margin: 0.1rem 0px;
}

.NEWS .out .swiper-slide .text p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #787878;
    line-height: 1.6em;
    height: 1.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 限制为两行 */
    overflow: hidden;
}

.NEWS .out .swiper-slide .text .More {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #1E1E1E;
    margin-top: 0.15rem;
}

.NEWS .out .swiper-slide .text .More i {
    font-size: 0.15rem;
    color: #1E1E1E;
    display: block;
    margin-left: 0.06rem;
}

.NEWS .out .swiper-slide:hover .text h5{
    color: #0A3B95;
}

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

.OUR_PARTNER {
    width: 100%;
    margin-top: 1.16rem;
    margin-bottom: 1.04rem;
}

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

.OUR_PARTNER .out .swiper-slide {
    width: 16.6%;
}

.OUR_PARTNER .out .swiper-slide .img {
    width: 100%;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.OUR_PARTNER .out .swiper-slide .img img {
    width: auto;
    height: auto;
    max-height: 80%;
    display: block;
    object-fit: contain;
}

.OUR_PARTNER .out .swiper-slide span {
    width: 100%;
    text-align: center;
    font-size: 0.14rem;
    color: #787878;
    font-weight: 400;
    width: 100%;
    display: block;
}

.TOUCH_pages {
    padding: 0.95rem 0px 1.15rem 0px;
    box-sizing: border-box;
    background: url(../images/9980.jpg) no-repeat center;
    background-size: cover;
}

.TOUCH_pages .title_public h5,
.TOUCH_pages .title_public p {
    color: #FFF;
}

.TOUCH_pages .text {
    width: 100%;
    max-width: 9.89rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.58rem;
}

.TOUCH_pages .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.6em;
}

.TOUCH_pages .out {
    width: 100%;
    max-width: 7.70rem;
    margin: 0 auto;
    margin-top: 0.47rem;
}

.TOUCH_pages .out input {
    width: 100%;
    height: 0.42rem;
    padding: 0px 0.12rem;
    box-sizing: border-box;
    background: #FFF;
    margin-bottom: 0.14rem;
    font-weight: 400;
    font-size: 0.13rem;
    color: #B5B5B5;
}

.TOUCH_pages .out textarea {
    width: 100%;
    height: 1.55rem;
    padding: 0.12rem;
    box-sizing: border-box;
    background: #FFF;
    margin-bottom: 0.14rem;
    font-weight: 400;
    font-size: 0.13rem;
    color: #B5B5B5;
}

.TOUCH_pages .out input::placeholder,
.TOUCH_pages .out textarea::placeholder {
    font-weight: 400;
    font-size: 0.13rem;
    color: #B5B5B5;
}

.TOUCH_pages .out button {
    width: 100%;
    height: 0.41rem;
    background: #E50014;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    cursor: pointer;
}

/* footer */
.footer {
    width: 100%;
    background: #191B1F;

}

.footer .title_icon {
    padding: 0.45rem 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #D7D7D7;
}

.footer .title_icon .box {
    width: 30%;
    display: flex;
    align-items: center;
}

.footer .title_icon .box img {
    width: 0.68rem;
    height: 0.68rem;
    display: block;
    margin-right: 0.13rem;
}

.footer .title_icon .box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #DCDCDC;
}

footer .out {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0px 0.7rem 0px;
    box-sizing: border-box;
}

footer .out .left {
    width: 2.36rem;
}

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

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

footer .out .left .form {
    display: flex;
    align-items: center;
    margin-top: 0.47rem;
}

footer .out .left .form img {
    width: 0.48rem;
    height: 0.48rem;
    display: block;
    margin-right: 0.18rem;
    flex: none;
}

footer .out .left .form input {
    width: 100%;
    height: 0.48rem;
    border: none;
    border-bottom: 0.01rem solid #707070;
    box-sizing: border-box;
    background: none;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
}

footer .out .left .form input::placeholder {
    font-size: 0.12rem;
    color: #FFF;
}

footer .out .left .icon_lsit {
    width: 100%;
    margin-top: 0.59rem;
}

footer .out .left .icon_lsit span {
    font-weight: 500;
    font-size: 0.19rem;
    color: #FFFFFF;
    text-transform: capitalize ;
}

footer .out .left .icon_lsit .list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.39rem;
    gap: 0.3rem;
}

footer .out .left .icon_lsit .list img {
    width: 0.32rem;
    height: 0.32rem;
    display: block;
}

footer .out .ceng {
    width: 5.44rem;
    display: flex;
    justify-content: space-between;
}

footer .out .ceng .box h5 {
    font-weight: 500;
    font-size: 0.2rem;
    color: #E50014;
    display: block;
    margin-bottom: 0.4rem;
}

footer .out .ceng .box a {
    font-weight: 400;
    font-size: 0.16rem;
    margin-bottom: 0.34rem;
    color: #DCDCDC;
    display: block;
    text-transform: capitalize;
}

footer .out .ceng .box a:last-child {
    margin-bottom: 0px;
}

footer .out .right {
    width: 3.62rem;
}

footer .out .right h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #E50014;
    margin-bottom: 0.28rem;
}

footer .out .right p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #787878;
    line-height: 1.6em;
}

footer .out .right input {
    width: 100%;
    height: 0.42rem;
    border-radius: 0.05rem;
    border: 0.01rem solid #707070;
    padding: 0 0.12rem;
    box-sizing: border-box;
    background: none;
    font-weight: 400;
    font-size: 0.13rem;
    color: #D9D9D9;

    margin-top: 0.14rem;
}

footer .out .right input:first-child {
    margin-top: 0px;
}

footer .out .right input::placeholder,
footer .out .right .box textarea::placeholder {
    font-weight: 400;
    font-size: 0.13rem;
    color: #D9D9D9;
}

footer .out .right .box {
    display: flex;
    align-items: center;
    margin-top: 0.14rem;
}

footer .out .right .box textarea {
    height: 0.95rem;
    width: 100%;
    background: none;
    border: 0.01rem solid #707070;
    padding: 0.12rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.13rem;
    color: #D9D9D9;
}

footer .out .right .box button {
    width: 1.05rem;
    flex: none;
    height: 0.95rem;
    border: none;
    background: #E50014;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    cursor: pointer;
}

.footer_DIbu {
    width: 100%;
    height: 0.7rem;
    border-top: 0.04rem solid #7E7E7E;
    box-sizing: border-box;
}

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

.footer_DIbu .public p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #CCCCCC;
}

.footer_DIbu .public a {
    font-weight: 400;
    font-size: 0.14rem;
    color: #CCCCCC;
}

.banner_pages {
    width: 100%;
    height: 3.96rem;
    position: relative;
}

.banner_pages .img {
    width: 100%;
    height: 100%;
    display: block;
}

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

.banner_pages .text {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0.1rem;
}

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

.banner_pages .text a {
    width: 1.44rem;
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E50014;
    transform: skew(-10deg);
}

.banner_pages .text a span {
    transform: skew(10deg);
    font-weight: 400;
    font-size: 0.15rem;
    color: #FFFFFF;
}

.banner_pages .text h5 {
    font-weight: bold;
    font-size: 0.39rem;
    color: #333333;
}

.Products_pages {
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 0.73rem;
}

.Products_pages .out {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Products_pages .out .left {
    width: 3.69rem;
    /* height: 4.35rem; */
    background: #FFFFFF;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    padding: 0.31rem 0.28rem;
    box-sizing: border-box;
}

.Products_pages .out .left .title {
    width: 100%;
    margin-bottom: 0.18rem;
}

.Products_pages .out .left .title h5 {
    font-weight: bold;
    font-size: 0.25rem;
    color: #333333;
    margin-bottom: 0.11rem;
}

.Products_pages .out .left .title i {
    width: 0.96rem;
    height: 0.02rem;
    background: #0A3B95;
    display: block;
}

.Products_pages .out .left .list {
    width: 100%;
}

.Products_pages .out .left .list a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.21rem 0px 0.19rem 0px;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #EBEBEB;
    color: #666666;
    font-weight: 400;
    font-size: 0.16rem;
    text-transform: capitalize;
}

.Products_pages .out .left .list a i {
    font-size: 0.16rem;
    color: #666666;
    font-weight: bold;
    margin-right: 0.1rem;
    display: block;
}

.Products_pages .out .left .list a:hover,
.Products_pages .out .left .list a.on {
    color: #0A3B95;
}

.Products_pages .out .left .list a:hover i,
.Products_pages .out .left .list a.on i {
    color: #0A3B95;
}

.Products_pages .out .right {
    width: calc(100% - 3.69rem - 0.41rem);
}

.Products_pages .out .right .title {
    width: 100%;
    margin-bottom: 0.36rem;
}

.Products_pages .out .right .title p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #787878;
    line-height: 1.7em;
}

.Products_pages .out .right .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.41rem;
}

.Products_pages .out .right .list .PRODUCTS_item {
    width: 3.66rem;
}


.News_pages {
    width: 100%;
    margin: 0.9rem 0px;
}

.News_pages .out {
    margin-top: 0.87rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.41rem;
}

.News_pages .out .box {
    width: 3.69rem;
}

.News_pages .out .box .img {
    width: 100%;
    height: 2.56rem;
    overflow: hidden;
}

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

.News_pages .out .box .text {
    padding: 0.15rem 0.1rem;
    box-sizing: border-box;
}

.News_pages .out .box .text h5 {
    font-weight: bold;
    font-size: 0.14rem;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News_pages .out .box .text span {
    font-weight: 400;
    font-size: 0.13rem;
    color: #B5B5B5;
    display: block;
    margin: 0.1rem 0px;
}

.News_pages .out .box .text p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #787878;
    line-height: 1.6em;
    height: 1.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 限制为两行 */
    overflow: hidden;
}

.News_pages .out .box .text .More {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #1E1E1E;
    margin-top: 0.15rem;
}

.News_pages .out .box .text .More i {
    font-size: 0.15rem;
    color: #1E1E1E;
    display: block;
    margin-left: 0.06rem;
}

.Showcase_pages {
    margin: 0.8rem 0px 0.7rem 0px;
}

.Showcase_pages .out {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.41rem;
}

.Showcase_pages .out .box {
    width: 3.69rem;
}

.Showcase_pages .out .box .img {
    width: 100%;
    height: 2.56rem;
}

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

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

.Showcase_pages .out .box h5 {
    font-weight: bold;
    font-size: 0.14rem;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Service_Support {
    width: 100%;
    margin-top: 0.9rem;
    margin-bottom: 0.8rem;
}

.Service_Support .title h5 {
    font-weight: 500;
    font-size: 0.32rem;
    color: #333333;
}

.Service_Support .title i {
    width: 0.7rem;
    height: 0.03rem;
    background: #0A3B95;
    display: block;
    margin-top: 0.14rem;
}

.Service_Support .text {
    width: 100%;
    margin-top: 0.42rem;
    margin-bottom: 0.62rem;
}

.Service_Support .text p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
}

.Service_Support .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Service_Support .list .item {
    width: 3.47rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Service_Support .list .item .img {
    width: 0.66rem;
    height: 0.66rem;
    background: #0A3B95;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
}

.Service_Support .list .item .img img {
    height: 0.32rem;
    display: block;
}

.Service_Support .list .item h5 {
    font-weight: 500;
    font-size: 0.18rem;
    color: #111111;
    margin-bottom: 0.23rem;
    text-transform: capitalize ;
}

.Service_Support .list .item p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    text-align: center;
    line-height: 1.7em;
}

.Service_Support .img_out {
    width: 100%;
    max-width: 10.31rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.Service_Support .img_out img {
    width: auto;
    max-width: 100%;
    display: block;
}

.Service_Support .ContactUS {
    width: 1.60rem;
    height: 0.47rem;
    background: #0A3B95;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 1rem;
}

.CompanyProfile {
    width: 100%;
    margin-top: 1.14rem;
}

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

.CompanyProfile .out .left {
    width: 7.7rem;
    padding-top: 0.19rem;
    box-sizing: border-box;
}

.CompanyProfile .out .left .title h5 {
    font-weight: bold;
    font-size: 0.39rem;
    color: #333333;
}

.CompanyProfile .out .left .title i {
    width: 0.74rem;
    height: 0.04rem;
    background: #0A3B95;
    display: block;
    margin-top: 0.25rem;
}

.CompanyProfile .out .left .text {
    width: 100%;
    margin-top: 0.3rem;
}

.CompanyProfile .out .left .text h5 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.3rem;
}

.CompanyProfile .out .left .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #535353;
    line-height: 1.6em;
}

.CompanyProfile .out .right {
    width: 6.91rem;
    height: 4.48rem;
}

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

.CorporateCulture {
    width: 100%;
    margin-top: 1.1rem;
}

.CorporateCulture .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.79rem;
}

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

.CorporateCulture .out .left .box {
    width: 3.84rem ;
    height: 5.36rem;
    background: url(../images/About_1.png) no-repeat center;
    background-size: 130% auto ;
    padding: 0.45rem 0.38rem;
    box-sizing: border-box;
    display: flex;
    align-items: end;
    transition: background-size 0.5s ease; /* 添加过渡动画 */
    cursor: pointer;
    overflow: height ;
}

.CorporateCulture .out .left .box:nth-child(2) {
    background: url(../images/About_2.png) no-repeat center;
    background-size: 130% auto ;
}

.CorporateCulture .out .left .box:nth-child(3) {
    background: url(../images/Culture_3.png) no-repeat center;
    background-size: 130% auto ;
}

.CorporateCulture .out .left .box:nth-child(4) {
    background: url(../images/Culture_2.png) no-repeat center;
    background-size: 130% auto ;
}


.CorporateCulture .out .left .box:hover {
    background-size: 150% auto ;
}

.CorporateCulture .out .left .box h5 {
    font-weight: 400;
    font-size: 0.23rem;
    color: #FFFFFF;
    margin-bottom: 0.25rem;
    text-transform: capitalize ;
}

.CorporateCulture .out .left .box p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #E1E1E1;
}


.CorporateCulture .out .right {
    width: 5.73rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #535353;
    line-height: 1.6em;
}

.About_title {
    width: 100%;
}

.About_title h5 {
    font-weight: bold;
    font-size: 0.39rem;
    color: #333333;
    margin-bottom: 0.37rem;
    text-align: center;
}

.About_title i {
    display: block;
    width: 0.74rem;
    height: 0.04rem;
    background: #0A3B95;
    margin: 0 auto;
}

.Honors {
    margin-top: 0.64rem;
    padding: 0.32rem 0px 0rem 0px;
    box-sizing: border-box;
    background: #F0F1F6;
}

.Honors .out {}

.Honors .out .swiper {
    padding-top: 0.45rem;
    padding-bottom: 0.76rem;
}

.Honors .out .swiper-slide {
    width: 3.73rem;
    height: 4.90rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.13);
    margin-right: 0.36rem;
    padding: 0.24rem 0.36rem;
    box-sizing: border-box;
}

.Honors .out .swiper-slide .img {
    width: 2.46rem;
    height: 3.45rem;
    margin: 0 auto;
}

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

.Honors .out .swiper-slide .text {
    width: 100%;
    border-top: 0.02rem solid #EBEBEB;
    margin-top: 0.29rem;
    padding-top: 0.27rem;
    font-weight: 500;
    font-size: 0.24rem;
    color: #555555;
    text-align: center;
}

.CompanyEnvironment {
    margin-top: 0.66rem;
    margin-bottom: 1.08rem;
}

.CompanyEnvironment .out {
    margin-top: 0.57rem;
}

.CompanyEnvironment .out .swiper-slide {
    width: 5.01rem;
    margin-right: 0.48rem;
}

.CompanyEnvironment .out .swiper-slide .text {
    width: 100%;
}

.CompanyEnvironment .out .swiper-slide .text h5 {
    font-weight: 500;
    font-size: 0.2rem;
    color: #111111;
    margin-bottom: 0.14rem;
}

.CompanyEnvironment .out .swiper-slide .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}

.CompanyEnvironment .out .swiper-slide .img {
    margin-top: 0.24rem;
    width: 100%;
    height: 3.41rem;
}

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

.Contact {
    width: 100%;
    margin-top: 0.64rem;
    margin-bottom: 1.03rem;
}

.Contact .out {
    margin-top: 0.85rem;
    display: flex;
    justify-content: space-between;
}

.Contact .out .left {
    width: 8.91rem;
    height: 5.14rem;
}

.Contact .out .right {
    width: 5.48rem;
}

.Contact .out .right .box {
    width: 100%;
    padding: 0.24rem 0px 0.28rem 0px;
    box-sizing: border-box;
    border-top: 0.01rem solid #EBEBEB;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Contact .out .right .box .icon {
    width: 0.51rem;
    height: 0.51rem;
    display: block;
    margin-right: 0.14rem;
    flex: none;
}

.Contact .out .right .box .icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.Contact .out .right .box .text {
    width: 100%;
}

.Contact .out .right .box .text h5 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
    margin-bottom: 0.12rem;
}

.Contact .out .right .box .text p {
    font-weight: 500;
    font-size: 0.18rem;
    color: #333333;
}

/* 在线联系 */
.Feedback {
    width: 100%;
    background: #EBEBEB;
    padding-top: 0.7rem;
    padding-bottom: 0.97rem;
    box-sizing: border-box;
}

.Feedback .out {
    width: 100%;
}

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

.Feedback .out .title h5 {
    font-weight: bold;
    font-size: 0.27rem;
    color: #111111;
    margin-bottom: 0.15rem;
}

.Feedback .out .title p {
    font-weight: 400;
    font-size: 0.15rem;
    color: #8E8E8E;
    text-transform: capitalize ;
}

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

.Feedback .out input {
    width: 48%;
    height: 0.46rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #EEEEEE;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    padding: 0px 0.12rem;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}

.Feedback .out textarea {
    width: 100%;
    height: 2.14rem;
    border: 0.01rem solid #EEEEEE;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    padding: 0.18rem 0.21rem 0.18rem 0.21rem;
    box-sizing: border-box;
    background: #FFF;
}

.Feedback .out button {
    width: 4.77rem;
    height: 0.67rem;
    background: #0A3B95;
    /* border-radius: 0.33rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    margin-top: 0.95rem;

}

.CAPTCHA {
    width: 40%;
    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;
}

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

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

.Knowledge-list .public {
    max-width: 12.5rem;
}

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

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

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

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

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

.Knowledge-list .text {
    padding: 0.43rem 0rem 0.73rem 0rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 0.01rem solid rgba(227, 227, 227, 1);
}

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

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

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

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

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

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

.Knowledge-list .butt_box .left .box a:hover {
    color: #0A3B95;
}

.Knowledge-list .butt_box .right {
    width: 1.61rem;
    height: 0.36rem;
    background: #0A3B95;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

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

.Products_xq_pages {
    width: 100%;
    margin: 1rem 0px;
}

.Products_xq_pages .out_title {
    display: flex;
    justify-content: space-between;
}

.Products_xq_pages .out_title .left {
    width: 45%;
    height: 4rem;
    background: #9999995d;
    padding: 0.4rem 0px;
    box-sizing: border-box;
}

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

.Products_xq_pages .out_title .right {
    width: 50%;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.Products_xq_pages .out_title .right h5 {
    color: #171717;
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.Products_xq_pages .out_title .right p {
    line-height: 1.5em;
    color: #666;
    font-size: 0.16rem;
}

.Products_xq_pages .out_title .right .but_list {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}

.Products_xq_pages .out_title .right .but_list a {
    width: 2.3rem;
    height: 0.47rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 400;
    font-size: 0.15rem;
    background: #0A3B95;
}

.Products_xq_pages .out_title .right .but_list a:nth-child(2) {
    background: #171717;
}

.Products_xq_pages .out_title .right .icon_box .box {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.Products_xq_pages .out_title .right .icon_box .box:last-child {
    margin-bottom: 0px;
}

.Products_xq_pages .out_title .right .icon_box .box img {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.15rem;
}

.Products_xq_pages .out_title .right .icon_box .box span {
    color: #171717;
    font-size: 0.17rem;
    display: block;
    font-weight: bold;
}

.Products_xq_pages .out_Description {
    width: 100%;
    margin-top: 0.4rem;
    background: #f7f7f7;
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
}

.Products_xq_pages .out_Description h5 {
    color: #333333;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}

.Products_xq_pages .out_Description p {
    color: #666;
    line-height: 1.6em;
    font-size: 0.16rem;
}

.Products_xq_pages .out_Description h3{
    font-size: 0.2rem ;
    font-weight: bold ;
}

.Products_xq_pages .out_Description img {
    width: auto ;
    max-width: 100% ;
    height: auto ;
    display: inline-block ;
}


.Products_xq_pages .Related_Products {
    width: 100%;
    margin-top: 0.7rem;
}

.Products_xq_pages .Related_Products>h5 {
    color: #171717;
    font-size: 0.25rem;
    margin-bottom: 0.4rem;
}

.Products_xq_pages .products_swiper {
    height: 4.56rem;
}

.Products_xq_pages .products_swiper .swiper-slide {
    width: 25%;
    height: 100%;
}


.Products_xq_pages .products_swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.54rem 0.39rem 0.72rem;
    box-sizing: border-box;
    display: block;
}

.Products_xq_pages .products_swiper .swiper-slide a .img {
    width: 100%;
    height: 2.38rem;
    overflow: hidden;
}

.Products_xq_pages .products_swiper .swiper-slide a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.Products_xq_pages .products_swiper .swiper-slide .text {
    position: absolute;
    bottom: 0.14rem;
    width: 90%;
    background: #D7D7D7;
    border-left: 0.07rem solid #0A3B95;
    border-right: 0.07rem solid #0A3B95;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 0.39rem;
    box-sizing: border-box;
    height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Products_xq_pages .products_swiper .swiper-slide .text p {
    color: #333333;
    font-size: 0.15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.Products_xq_pages .products_swiper .swiper-slide:nth-child(2n) .public_products {
    background: #FFFFFF;
}

.Products_xq_pages .Form_out {
    width: 100%;
    margin-top: 0.7rem;
    background: #EBEBEB;
    padding: 0.5rem 0.4rem;
    box-sizing: border-box;
}

.Products_xq_pages .Form_out .Feedback {
    padding: 0px;
}

.nav.soll{
    position: fixed ;
    top: 0px ;

}

.nav.soll .out {
    max-width: 100% ;
    transform: skew(0);
    background: #FFF ;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000001e;
    /* clip-path: polygon(0 0px,0rem 0,100% 0,100% calc(100% - 0px),calc(100% - 0px) 100%,0 100%); */
}

.nav.soll .out .public {
    transform: skew(0);
}

.nav .out ul li  .drop_down {
    position: absolute ;
    left: 50% ;
    top: 1.15rem;
    transform: translateX(-50%);
    background: #FFF ;
    border-radius: 0.05rem ;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    width: max-content ;
    padding: 0.2rem 0.1rem ;
    box-sizing: border-box ;
    visibility: hidden ;
    opacity: 0 ;
    transform: translateY(-0.2rem);
    transition: all 0.2s ease-in-out;
    
}

.nav .out ul li  .drop_down {
    top: 0.79rem  ;
}

.nav .out ul li:hover  .drop_down {
    visibility: visible ;
    opacity:1 ;
    transform: translate(-50%, 0%);
}

.nav .out ul li  .drop_down a {
    display: block ;
    width: 100% ;
    padding: 0.1rem 0.2rem  ;
    box-sizing: border-box ;
    font-size: 0.15rem ;
    color: #171717 ;
    text-transform: capitalize;
}

.nav .out ul li  .drop_down a:hover {
    background: #0A3B95  ;
    color: #FFF ;
}

.toggle_button {
    width: 0.4rem;
    height: 0.3rem;
    display: flex ;
    flex-direction: column ;
    justify-content: space-between ;
    margin-left: 0.2rem ;
    cursor: pointer;
    display: none ;
}

.toggle_button span {
    height: 0.03rem ;
    width: 100% ;
    display: block ;
    background: #333 ;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle_button.on span:nth-child(1) {
    transition-delay: 0.2s ;
    transform: rotate(45deg);
    transform-origin: 0.01rem ;
}

.toggle_button.on span:nth-child(2) {
    opacity: 0 ;
    transform: translateX(0.25rem);
}

.toggle_button.on span:nth-child(3) {
    transition-delay: 0.4s ;
    transform: rotate(-45deg);
    transform-origin: 0.01rem ;
}

.min_nav {
    width: 100% ;
    background: #FFF ;
    position: absolute ;
    top: 0.79rem ;
    left: 0px ;
    box-shadow: 0.1rem 0px 0.1rem 0.01rem #00000021;
    padding: 0.3rem 0px ;
    display: none ;
}

.min_nav .title {
    width: 100% ;
    height: 0.6rem ;
    font-size: 0.24rem ;
    color: #333 ;
    border-bottom: 0.01rem solid #eee ;
    width: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
    position: relative;
    padding: 0px 0.3rem ;
    box-sizing: border-box ;
}

.min_nav .title a {
    width: 100%;
    height: 100% ;
    display: flex ;
    align-items: center ;
    color: #333 ;
    font-size: 0.24rem ;
}

.min_nav .title .img {
    width: 0.6rem ;
    height: 0.6rem ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    position: absolute ;
    right: 0.3rem ;
    top: 0px ;
    z-index: 10 ;
}

.min_nav .title .img img {
    height: 0.2rem ;
    display: block ;
    transition: 0.5s ease all ;
}

.min_nav .box {
    width: 100% ;
    padding-left: 0.2rem ;
    box-sizing: border-box ;
    display: none;
}

.min_nav .box a {
    width: 100% ;
    display: flex ;
    align-items: center ;
    padding: 0.15rem 0.3rem ;
    color: #333 ;
    font-size: 0.2rem ;
}

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

@media (max-width:768px) {
    .public{
        padding: 0px 3% ;
        box-sizing: border-box ;
    }

    .toggle_button {
        display: flex ;
    }

    .banner {
        height: 8rem ;
    }

    .nav .out ul {
        display: none ;
    }

    .nav .out {
        /* clip-path: polygon(0 0px, 0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%); */
        padding: 0px ;
    }

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

    .nav {
        top: 0.41rem ;
    }

    .banner .swiper-slide .text h5 {
        width: 100% ;
    }

    .banner .swiper-slide .text p{
        width: 100% ;
    }

    .streamer .out .left h5 {
        margin-bottom: 0.12rem ;
    }

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

    .streamer .out .right {
        margin-top: 0.3rem ;
    }

    .PRODUCTS .out .swiper-slide {
        gap: 0.4rem 3%  ;
        justify-content: space-between ;
    }

    .PRODUCTS .out .swiper-slide .PRODUCTS_item {
        width: 48% ;
    }

    .OUR_PARTNER .out .swiper-slide {
        width: 32% ;
    }

    .footer .title_icon .box{
        width: 50% ;
    }

    .footer .title_icon {
        flex-wrap: wrap ;
    }

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

    footer .out {
        flex-wrap: wrap ;
    }

    footer .out .ceng {
        display: none ;
    }

    .footer .title_icon .box:last-child {
        width: 100% ;
        margin-top: 0.2rem ;
    }

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

    footer .out .left .icon_lsit {
        margin-top: 0.3rem ;
    }

    footer .out .left .icon_lsit .list {
        justify-content: left ;
    }

    .footer_DIbu .public {
        flex-wrap: wrap ;
        justify-content: center ;
    }

    .footer_DIbu .public p {
        width: 100% ;
        text-align: center ;
    }

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

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

    .Products_pages .out .right {
        width: 100% ;
        margin-top: 0.5rem ;
    }

    .Products_pages .out .right .list {
        justify-content: space-between ;
        gap: 0.4rem 0px ;
    }

    .Products_pages .out .right .list .PRODUCTS_item {
        width: 48% ;
    }

    .Showcase_pages .out , .News_pages .out {
        justify-content: space-between ;
        gap: 0.4rem 0px ;
    }

    .Showcase_pages .out .box , .News_pages .out .box {
        width: 48% ;
    }

    .Service_Support .list {
        flex-wrap: wrap ;
        gap: 0.4rem 0px ;
    }

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

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

    .Showcase_pages .out{
        width: 48% ;
    }

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

    .CorporateCulture .out .left {
        width: 100% ;
         flex-wrap: wrap ;
    }

    .CorporateCulture .out .left .box {
        width: 50% ;
        padding: 5% 3% ;
        height: 4.6rem ;
        box-sizing: border-box ;
    }

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

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

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

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

    .Products_xq_pages .out_title {
        flex-wrap: wrap ;
    }

    .Products_xq_pages .out_title .left {
        width: 100% ;
    }

    .Products_xq_pages .out_title .right {
        width: 100% ;
        margin-top: 0.3rem ;
    }

    .Products_xq_pages .products_swiper .swiper-slide {
        width: 50% ;
    }

}

@media (min-width:360px) and (max-width:768px) {
    html {
        font-size: 52px !important;
    }
}

@media (min-width:769px) and (max-width:930px) {
    html {
        font-size: 45px !important;
    }

}

@media (min-width:931px) and (max-width:1099px) {
    html {
        font-size: 55px !important;
    }
}

@media (min-width:1100px) and (max-width:1249px) {
    html {
        font-size: 65px !important;
    }
}

@media (min-width:1250px) and (max-width:1399px) {
    html {
        font-size: 75px !important;
    }
}

@media (min-width:1400px) and (max-width:1699px) {
    html {
        font-size: 85px !important;
    }
}

@media (min-width:1700px) {
    html {
        font-size: 100px !important;
    }
}

@media (max-width:1800px) {
    .nav .out , .nav .out .public {
        transform: skew(0deg);
    }
}