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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

html {
    transition: font-size 0.3s ease;
    font-family: "Open Sans", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

table{
    width: 100% ;
}

td{
    padding: 0.1rem ;
        box-sizing: border-box;
}

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

.screen_swiper {
    width: 100%;
    height: 100vh;
}

.screen_swiper .screen_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav {
    width: 100%;
    height: 0.9rem;
    background: rgba(0, 0, 0, 0.07);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    animation: NavKey 0.6s ease-in-out;
}



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

.nav .public .logo {
    height: 0.5rem;
}

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

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

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

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

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

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

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

.nav .out .right .search img {
    height: 0.25rem;
    display: block;
    cursor: pointer;
}

.nav .out .right i {
    width: 0.01rem;
    height: 0.17rem;
    background: #FFF;
    display: block;
    margin: 0 0.25rem 0px 0.33rem;
}

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

.nav .out .right .language .Lanuge_list {
    position: absolute ;
    background: #FFF ;
    width: max-content ;
    padding: 0.1rem ;
    box-sizing: border-box ;
    left: 50% ;
    top: 0.9rem ;
    transform: translateX(-50% );
    display: none ;
}

.nav .out .right .language:hover .Lanuge_list { 
    display: block ;
}

.nav .out .right .language .Lanuge_list a {
    padding: 0.1rem 0.15rem ;
    box-sizing: border-box ;
    display: flex ;
    align-items: center ;
}

.nav .out .right .language .Lanuge_list a:hover span {
    color: #FF0000 ;
}

.nav .out .right .language .Lanuge_list a img {
    width: 0.25rem ;
    display: block ;
    margin-right: 0.06rem ;
}

.nav .out .right .language .Lanuge_list a span {
    color: #333 ;
    font-size: 0.14rem ;
    display: block ;
}

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

.nav .out .right .language .title span:first-child {
    font-size: 0.19rem;
    color: #FFF;
}

.nav .out .right .language .title span:last-child {
    font-size: 0.12rem;
    color: #FFF;
    display: block;
    margin-left: 0.06rem;
}


.nav.aco {
    background: rgba(0, 0, 0, 0.4) ;
}


.search_out {
    width: 100% ;
    position: absolute ;
    left: 0px ;
    top: -0.9rem ;
    background: #FFF ;
    box-sizing: border-box ;
    height: 0.9rem ;
    visibility: hidden ;
    opacity: 0 ;
    pointer-events: none ;
}

.search_out.act {
    visibility: visible ;
    opacity: 1 ;
    pointer-events: auto ;
    top: 0 ;
    transition: all 0.5s ease;
}

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

.search_out .out form {
    border: 0.01rem solid #8E8E8E ;
    display: flex ;
    align-items: center ;
    border-radius: 0.04rem ;
    box-sizing: border-box ;
    width: 80% ;
}

.search_out .out  input {
    width: 100% ;
    height: 0.5rem ;
    padding: 0.1rem ;
    box-sizing: border-box ;
    color: #333 ;
    font-size: 0.15rem ;
}

.search_out .out button {
    width: 0.5rem ;
    height: 0.5rem ;
    border: none ;
    background: none ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    cursor: pointer;
    flex: none ;
}

.search_out .out button img {
    width: 0.32rem ;
    display: block ;
}

.search_out .out .guanbi {
    color: #333 ;
    font-size: 0.24rem ;
    font-weight: bold ;
    cursor: pointer;
}

.banenr_swiper {
    height: 100vh;
    width: 100%;
}

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

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

.banenr_swiper .swiper-slide .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0.9rem 0px 2.04rem 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
        background: #00000030;
}

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

.banenr_swiper .swiper-slide .txt h5 {
    font-weight: bold;
    font-size: 0.58rem;
    color: #FFFFFF;
    text-shadow:  0px 0.03rem 0.06rem rgba(0, 0, 0, 0.46);
    line-height: 1;
    margin-bottom: 0.7rem;
    width: 60% ;
}

.banenr_swiper .swiper-slide .txt p {
    font-weight: 400;
    font-size: 0.46rem;
    color: #FFFFFF;
    text-shadow:  0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}

.but_listText {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    /*height: 2.04rem;*/
    display: flex;
}

.but_listText .item {
    width: 25%;
    /*height: 100%;*/
    background: #032853;
    padding: 0.49rem 0.45rem 0.40rem 0.45rem;
    box-sizing: border-box;
}

.but_listText .item>div{
    animation: NavKey3 0.6s ease-in-out;
}

.but_listText .item:nth-child(2n) {
    background: #073468;
}

.but_listText .item h5 {
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    display: block;
    width: max-content;
    margin: 0 auto;
}

.but_listText .item h5::after {
    width: 100%;
    height: 0.01rem;
    background: #FFFFFF;
    width: 100%;
    content: '';
    display: block;
    margin: 0.08rem 0px 0.14rem 0px;
}

.but_listText .item p {
    font-weight: 400;
    font-size: 0.13rem;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-bottom: 0.24rem;
}

.but_listText .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.9rem;
    height: 0.26rem;
    border: 0.01rem solid #FFFFFF;
    font-weight: 400;
    font-size: 0.13rem;
    color: #FFFFFF;
    margin: 0 auto;
}

.but_listText .item a img {
    display: block;
    height: 0.1rem;
    margin-left: 0.06rem;
    margin-top: 0.02rem;
}

.screen_2 {
    width: 100%;
    background: url(../images/10015.png) no-repeat center;
    background-size: cover;
    height: 100%;
}

.Product_title_list {
    width: 100%;
    height: 100%;
}

.Product_title_list .public {
    max-width: 13.55rem;
    display: flex;
    align-items: center;
}

.Product_title_list .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: auto;
    overflow: auto;
    max-height: calc(100% - 1rem) ;
}

.screen_5 {
    padding-top: 1.2rem ;
    box-sizing: border-box;
}





.Product_title_list .out::-webkit-scrollbar {
    width: 0.05rem ;  /* 滚动条宽度 */
    height: 1px; /* 滚动条高度 */
}
 
/* 滚动槽样式 */
.Product_title_list .out::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动槽颜色 */
}
 
/* 滚动条滑块 */
.Product_title_list .out::-webkit-scrollbar-thumb {
    background: #888; /* 滑块颜色 */
    border-radius: 0; /* 滑块圆角 */
}
 
/* 滑块在鼠标悬停时的样式 */
.Product_title_list .out::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停颜色 */
}


.Product_title_list .out .item {
    width: 4rem;
    height: 0.73rem;
    background: #49516B;
    border-radius: 0.05rem;
    margin-right: 0.62rem;
    margin-bottom: 0.55rem;
}

.Product_title_list .out .item:hover {
    background: #FF0000;
}

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

.Product_title_list .out .item a {
    padding: 0px 0.67rem 0px 1.12rem;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.Product_title_list .out .item a .icon {
    position: absolute;
    left: 0.4rem;
    display: block;
    height: 0.42rem;
}

.Product_title_list .out .item a .jiantou {
    position: absolute;
    right: 0.17rem;
    height: 0.15rem;
    display: block;
}

.Product_title_list .out .item a h5 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.screen_3 {
    width: 100%;
    height: 100%;
    background: url(../images/10016.png) no-repeat center;
    background-size: cover;
    padding-top: 1.15rem;
    box-sizing: border-box;
}

.screen_3 .but_list {
    width: 100%;
    display: flex;
}

.screen_3 .but_list .item {
    width: 1.9rem;
    height: 1.18rem;
    /* background: #FFF; */
    padding: 0.13rem;
    box-sizing: border-box;
    margin-right: 1rem;
    position: relative;
    cursor: pointer;
}

.screen_3 .but_list .item:last-child {
    margin-right: 0px;
}

.screen_3 .but_list .item .img {
    width: 100% ;
    height: 0.5rem;
    position: relative ;
        display: flex
;
    align-items: center;
    justify-content: center;
}

.screen_3 .but_list .item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute ;
    object-fit: contain;
    margin: 0 auto;
    display: none;
}

.screen_3 .but_list .item .icon_1 {
    display: block ;
} 

.screen_3 .but_list .item span {
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 0.18rem;
    color: #fff;
    margin-top: 0.1rem;
}

.screen_3 .but_list .item.act {
    background: #FFF;
}

.screen_3 .but_list .item.act .icon_1 {
    display: none ;
}

.screen_3 .but_list .item.act .icon_2 {
    display: block ;
}

.screen_3 .but_list .item.act span {
    color: #070B12;
}

.screen_3 .but_list .item.act::after {
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%) rotate(45deg);
    content: '';
    display: block;
    background: #FFF;
    width: 0.21rem;
    height: 0.21rem;
}

.screen_3 .out {
    width: 100%;
    position: relative;
   height: calc(100% - 1.3rem);
}

.screen_3 .out .box {
    position: absolute;
    width: 100%;
    padding-top: 0.42rem;
    display: none;
    height: 100% ;
}

.screen_3 .out .box .title h5 {
    font-weight: bold;
    font-size: 0.44rem;
    color: #FFFFFF;
    line-height: 1;
}

.screen_3 .out .box .title p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.37rem;
}

.screen_3 .out .box .title i {
    width: 100%;
    height: 0.01rem;
    background: #FFF;
    margin-top: 0.28rem;
    display: block;
}

.screen_3 .out .box .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 1.4rem);
    align-content: flex-start;
        overflow: auto;
}

.screen_3 .out .box .list .item {
    width: calc(100% / 6);
    margin-top: 0.5rem;
}

.screen_3 .out .box .list .item span {
    font-weight: 400;
    font-size: 0.23rem;
    color: #FFFFFF;
    display: block;
    margin-bottom: 0.12rem;
    
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
    
}

.screen_3 .out .box .list .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.9rem;
    height: 0.26rem;
    border: 0.01rem solid #FFFFFF;
    font-weight: 400;
    font-size: 0.13rem;
    color: #FFFFFF;
}

.screen_3 .out .box .list .item a img {
    display: block;
    height: 0.09rem;
    margin-left: 0.05rem;
}

.screen_3 .out .box.act {
    display: block;
}

.screen_4 {
    width: 100%;
    background: url(../images/10017.png) no-repeat center;
    background-size: cover;

}

.Accordion {
    width: 100%;
    height: 100%;
}

.Accordion .public {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: right; */
}

.hidden_out {
    width: 100% ;
    overflow: hidden;
}

.Accordion .out {
    width: 15rem ;
    height: 5.26rem;
    display: flex;
}

.Accordion .out .box {
    display: flex;
    height: 100%;
    position: relative;
    width: max-content;
    transition: all 0.5s;
    width: 2.71rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.Accordion .out .box .beijin {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transition: 0.5s all;
}

.Accordion .out .box .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.95rem;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.Accordion .out .box .title h5 {
    writing-mode: vertical-lr;
    font-weight: 500;
    font-size: 0.35rem;
    color: #FFFFFF;
    height: 74% ;
}

.Accordion .out .box .title .dibu {
    position: absolute;
    bottom: 0.4rem;
}

.Accordion .out .box .title .dibu i {
    width: 0.36rem;
    height: 0.01rem;
    background: #FFFFFF;
    display: block;
    margin-bottom: 0.17rem;
}

.Accordion .out .box .title .dibu span {
    font-weight: 800;
    font-size: 0.6rem;
    color: #FFFFFF;
    display: block;
}

.Accordion .out .box .text {
    width: 6.87rem;
    flex: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1;
    padding: 0.9rem 0.9rem 0px 0px;
    box-sizing: border-box;
    display: none;
    padding-left: 1.8rem;
}

.Accordion .out .box .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #D6D6D6;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.Accordion .out .box .text a {
    margin-top: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.68rem;
    height: 0.46rem;
    border: 0.01rem solid #FFFFFF;
    margin-left: auto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.Accordion .out .box .text a img {
    height: 0.13rem;
    display: block;
    margin-left: 0.08rem;
}

.Accordion .out .box.act {
    width: 6.87rem;
    background: #05488C !important;
}

.Accordion .out .box.act .text {
    display: block;
}

.Accordion .out .box.act .title {
    width: 1.7rem;
}

.Accordion .out .box.act .beijin {
    opacity: 0;
}

.screen_5 {
    width: 100%;
    background: url(../images/10018.png) no-repeat center;
    background-size: cover;
}

.screen_6 {
    width: 100%;
    background: url(../images/10020.png) no-repeat center;
    background-size: cover;
}

.screen_7 {
    width: 100%;
    background: url(../images/10019.png) no-repeat center;
    background-size: cover;
}

.screen_6 .Accordion .out .box.act {
    background: rgba(0, 0, 0, 0.45) !important;
}

.About {
    width: 100%;
    padding-top: 1.38rem;
    padding-bottom: 0.55rem;
    box-sizing: border-box;
}

.About .title {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.About .title img {
    height: 0.48rem;
    display: block;
    margin-right: 0.23rem;
}

.About .title h5 {
    font-weight: bold;
    font-size: 0.37rem;
    color: #FFFFFF;
}

.About .txt {
    width: 100%;
    height: 1.63rem ;
    overflow: auto ;
    margin-bottom: 0.95rem;
}

.About .txt p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #F1F1F1;
    line-height: 1.7em;
}

.About .num_list {
    display: flex;
    justify-content: space-between;
    padding: 0px 1rem;
    box-sizing: border-box;
}

.About .num_list .item {
    position: relative;
}

.About .num_list .item::after {
    width: 0.01rem;
    height: 100%;
    display: block;
    background: #FFF;
    content: '';
    position: absolute;
    left: -0.15rem;
    top: 0px;
    z-index: 1;
}

.About .num_list .item::before {
    position: absolute;
    top: 0px;
    left: -0.15rem;
    content: '';
    width: 0.01rem;
    height: 50%;
    background: #FF0000;
    display: block;
    z-index: 2;
}

.About .num_list .item .tit {
    display: flex;
    align-items: flex-end;
}

.About .num_list .item .tit b {
    font-weight: bold;
    font-size: 0.44rem;
    color: #FFFFFF;
    margin-right: 0.07rem;
    line-height: 1;
}

.About .num_list .item .tit span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #C7C7C7;
}

.About .num_list .item p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #C7C7C7;
    margin-top: 0.14rem;
}

.About .text_out {
    width: 100%;
    margin-top: 1.13rem;
    display: flex;
    align-items: center;
    justify-content: right;
    height: 2.05rem;
    position: absolute;
    bottom: 0.55rem;
    right: 0px;

}

.About .text_out::after {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #032853;
    content: '';
    height: 100%;
    width: 50%;
}

.About .text_out::before {
    width: 2.05rem;
    height: 2.05rem;
    border-bottom: 2.05rem solid #032853;
    content: ' ';
    position: absolute;
    right: 50%;
    top: -2.05rem;
    border-left: 3rem solid transparent;
}

.About .text_out {
    padding-right: 28%;
    box-sizing: border-box;
}

.About .text_out .box {
    position: relative;
    z-index: 1;
    margin-right: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.About .text_out .box::after {
    width: 0.01rem;
    height: 0.18rem;
    display: block;
    content: ' ';
    background: #FFF;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: 0.5s all;
}

.About .text_out .box:last-child {
    margin-right: 0px;
}

.About .text_out .box img {
    height: 0.58rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.15rem;
}

.About .text_out .box h5 {
    text-align: center;
    font-weight: 400;
    font-size: 0.19rem;
    color: #FFFFFF;
}

.About .text_out .box:hover::after {
    height: 0.38rem;
}

.screen_8 {
    background: url(../images/10021.png) no-repeat center;
    background-size: cover;
}

.News {
    width: 100%;
    padding: 1.60rem 0px 1.7rem 0px;
}

.News .title span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0.18rem;
    display: block;
}

.News .title h5 {
    font-weight: 800;
    font-size: 0.48rem;
    color: #FFFFFF;
    line-height: 1;
}

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

.News .but_list a {
    width: 1.40rem;
    height: 0.41rem;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.24rem;
}

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

.News .but_list a:hover {
    opacity: 1;
    background: #FFF;
    color: #FF0000;
}

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

.News .out .swiper-slide {
    width: 3.54rem;
    margin-right: 0.27rem;
}

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

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

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

.News .out .swiper-slide .text {
    width: 100%;
    background: #FFF;
    padding: 0.28rem 0.25rem;
    box-sizing: border-box;
}

.News .out .swiper-slide .text span {
    font-weight: 400;
    font-size: 0.15rem;
    color: #777777;
    margin-bottom: 0.2rem;
    display: block;
}

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

.News .out .swiper-slide .text .jiantou {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News .out .swiper-slide .text .jiantou span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #777777;
    display: block;
    margin-bottom: 0px;
}

.News .out .swiper-slide .text .jiantou img {
    display: block;
    height: 0.08rem;
}

.footer {
    width: 100%;
    background: #000000;
    box-shadow: 0px -0.01rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

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

.footer .Top_out .logo {
    height: 0.64rem;
}

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

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

.footer .Top_out .box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #EBEBEB;
    display: block;
    margin-right: 0.16rem;
}

.footer .Top_out .box .icon_box {
    position: relative;
    cursor: pointer;
}

.footer .Top_out .box .icon_box .icon {
    width: 0.43rem;
    height: 0.43rem;
    display: block;
}

.footer .Top_out .box .icon_box .img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.45rem;
    background: #FFF;
    left: 50%;
    margin-left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.05rem;
    box-sizing: border-box;
    display: none;
}

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

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

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


.footer .list_out .right .box {
    width: 15% ;
}

.footer .list_out .right .box h5 {
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.39rem;
}

.footer .list_out .right .box a {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    display: block;
    margin-bottom: 0.37rem;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

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

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

.footer .list_out .left p {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    margin-bottom: 0.38rem;
}

.footer .link_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}

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

.footer .link_list a {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    margin: 0px 0.05rem;
}

.Record_n_varchar {
    height: 0.45rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-top: 0.01rem solid #727272;
    box-sizing: border-box;
}

.Record_n_varchar .public {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 0.2rem;
    position: relative;
}

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

.Inheritance {
    position: absolute;
    right: 0px;
}

.screen_swiper .screen_9 {
    height: auto !important;
}

.screen_swiper .swiper-pagination {
    left: 0.3rem;
    right: auto;
}

.screen_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.04rem;
    height: 0.33rem;
    border: 0.01rem solid #FFF;
    box-sizing: border-box;
    display: block;
    background: #ffffff00;
    opacity: 1;
    border-radius: 0px;
}

.screen_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #FF0000;
    border: 0.01rem solid #FF0000;
}

.Products_banner {
    width: 100%;
    position: relative;
    background: url(../images/10041.png) no-repeat center;
    background-size: cover;
    padding: 1.88rem 0px 0.96rem 0px;
    box-sizing: border-box;
}


.Products_banner .title {
    display: flex;
    align-items: center;
}

.Products_banner .title i {
    width: 0.7rem;
    height: 0.01rem;
    background: #FFF;
    display: block;
    margin-right: 0.35rem;
}

.Products_banner .title h5 {
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    text-shadow: inset 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    line-height: 1;
}

.Products_banner .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Products_banner .list .item {
    width: 4.19rem;
    height: 0.74rem;
    background: #032853;
    transform: skew(25deg);
    margin-right: 0.48rem;
    margin-top: 0.55rem;
}

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

.Products_banner .list .item a {
    transform: skew(-25deg);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
        padding: 0px 0.5rem;
    box-sizing: border-box;
}

.Products_banner .list .item a img {
    height: 0.42rem;
    display: block;
    margin-right: 0.4rem;
    width: 0.42rem;
    object-fit: contain;
}

.Products_banner .list .item a span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
    
}

.Products_banner .list .item:hover , .Products_banner .list .item.aco {
    background: #FF0000;
}

.Products_list {
    width: 100%;
    padding: 0.85rem 0px 0.75rem 0px;
    box-sizing: border-box;
}

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

.Products_list .out .box {
    width: 3.49rem;
    margin-right: 0.34rem;
    /*margin-bottom: 0.4rem ;*/
        /*box-shadow: 0px 0px 0.1rem 0.01rem #0000001a;*/
    /*border-radius: 0.1rem;*/
}

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

.Products_list .out .box .img {
    width: 100%;
    height: 2.27rem;
        /*padding: 0.2rem 0.1rem 0px 0.1rem ;*/
    box-sizing: border-box;
}

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

.Products_list .out .box .txt {
    padding: 0.25rem 0.21rem 0.38rem 0.21rem;
    box-sizing: border-box;
}

.Products_list .out .box .txt h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 0.19rem;
}

.Products_list .out .box .txt p {
    font-weight: 400;
    font-size: 0.15rem;
    color: #666666;
    height: 0.5rem;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.banenr_pages {
    width: 100%;
    height: 5.50rem;
    position: relative;
}

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

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

.banenr_pages .text .public {
    display: flex;
    align-items: center;
}

.banenr_pages .text h5 {
    font-weight: 500;
    font-size: 0.52rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
}


.public_title span {
    text-align: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #272727;
    display: block;
    text-transform: uppercase;
}

.public_title h5 {
    font-weight: bold;
    font-size: 0.38rem;
    color: #111111;
    text-align: center;
    line-height: 1;
    margin-top: 0.1rem;
}

.public_title h5 b {
    font-weight: bold;
    font-size: 0.38rem;
    color: #FF0000;
    line-height: 1;
}

.News_pages {
    margin-top: 1rem;
    margin-bottom: 0.9rem;
}

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

.News_pages .out .box {
    width: 100%;
    border-bottom: 0.01rem solid #DDDDDD;
    position: relative;
    padding-bottom: 0.49rem;
    box-sizing: border-box;
    margin-bottom: 0.53rem;
}

.News_pages .out .box::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 0.01rem;
    background: #FF0000;
    content: '';
    display: block;
    transition: 0.6s ease;
}

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

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

.News_pages .out .box .left {
    width: 4.52rem;
}

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

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

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

.News_pages .out .box .right {
    width: 7.21rem;
}

.News_pages .out .box .right h5 {
    font-weight: 500;
    font-size: 0.24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 0.26rem;
}

.News_pages .out .box .right p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 0.01rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.48rem;

}

.News_pages .out .box:hover .right h5 {
    color: #FF0000;
}

.News_pages .out .box .right .tiem {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.33rem;
}

.News_pages .out .box .right .tiem img {
    height: 0.21rem;
    margin-right: 0.1rem;
}

.News_pages .out .box .right .tiem span {
    font-weight: 400;
    font-size: 0.15rem;
    color: #666666;
}

.News_pages .out .box .right .jiantou_box {
    width: 1.71rem;
    height: 0.54rem;
    /* background: #0B897E; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.54rem;
    overflow: hidden;
    position: relative;
}

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

.News_pages .out .box .right .jiantou_box span {
    font-weight: 500;
    font-size: 0.14rem;
    color: #99999B;

}

.News_pages .out .box .right .jiantou_box .jian {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.18rem;
    transform: translateX(0.1rem);
    background: #FF0000;

}

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

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

.News_pages .out .tiem {
    width: 1.7rem;
}

.News_pages .out .tiem h5 {
    font-weight: 400;
    font-size: 0.29rem;
    color: #FF0000;
    text-align: center;
}

.News_pages .out .tiem i {
    width: 1.45rem;
    height: 0.01rem;
    background: #FF0000;
    margin: 0.2rem auto 0.2rem auto;
    display: block;
}

.News_pages .out .tiem span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    display: block;
    text-align: center;
}

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

.Technical_points .list {
    margin-top: 0.78rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Technical_points .list .item {
    width: 2.93rem;
}

.Technical_points .list .item .icon {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
}

.Technical_points .list .item h5 {
    line-height: 1;
    margin: 0.26rem 0px;
    font-weight: 500;
    font-size: 0.22rem;
    color: #111111;
}

.Technical_points .list .item p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.6em;
}

.common_problem {
    margin: 1rem 0px;
}

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

.common_problem .out .item {
    width: 100%;
    border-bottom: 0.01rem solid #E7E3E0;
}

.common_problem .out .item .title {
    padding: 0.3rem 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.common_problem .out .item .title .txt {
    display: flex;
    align-items: center;
}

.common_problem .out .item .title .txt b {
    font-weight: bold;
    font-size: 0.27rem;
    color: #B1000E;
    margin-right: 0.35rem;
}

.common_problem .out .item .title .txt h5 {
    font-weight: 400;
    font-size: 0.21rem;
    color: #555555;
}

.common_problem .out .item .title span {
    width: 0.41rem;
    height: 0.41rem;
    /* background: #B1000E; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_problem .out .item .title span img {
    width: 0.09rem;
    display: block;
    position: absolute;
    display: none;
}

.common_problem .out .item .title span img:nth-child(1) {
    display: block;
}

.common_problem .out .item .tetx {
    display: none;
}

.common_problem .out .item .tetx b {
    font-weight: bold;
    font-size: 0.27rem;
    color: #9D9D9D;
    margin-right: 0.4rem;
    flex: none;
}

.common_problem .out .item .tetx p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.7em;
}

.common_problem .out .item.active span {
    background: #B1000E;
}


.common_problem .out .item.active span img:nth-child(2) {
    display: block;
}

.common_problem .out .item.active .txt h5 {
    color: #B1000E;
}

.common_problem .out .item.active .tetx {
    display: flex;
    padding-bottom: 0.4rem;
}

/* 联系我们 */
.Contact_Page {
    margin: 1rem 0px 0.8rem 0px;
}

.Contact_Page .out {
    margin-top: 0.56rem;
    display: flex;
    justify-content: center;
}

.Contact_Page .out .box {
    width: calc(100% / 4);
    border: 0.01rem solid #DDDDDD;
    /*height: 3.02rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0px ;
    /*justify-content: center;*/
}



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

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

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

.Contact_Page .out .box h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
    text-transform: uppercase;
}

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

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

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

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

/* 在线联系 */
.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: 500;
    font-size: 0.36rem;
    color: #FF0000;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
}

.Feedback .out .title h5 b {
    font-weight: 400;
    font-size: 0.17rem;
    color: #666666;
    display: block;
    margin: 0px 0.3rem;
}

.Feedback .out .title h5 span {
    font-weight: 400;
    font-size: 0.17rem;
    color: #666666;
    display: block;
}

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

.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: #FF0000;
    /* 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;
    border-radius: 0.33rem;
}

.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;
        background: #FFF;
    padding: 0.1rem;
    box-sizing: border-box;
}

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

.button_list {
    width: 100%;
    height: 0.66rem;
    border-bottom: 0.01rem solid #E5E5E5;
    box-sizing: border-box;
}

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

.button_list .out a {
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-right: 0.94rem;
}

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

.button_list .out a.act {
    color: #FF0000;
}

.corporateCulture {
    margin: 0.9rem 0px 1.1rem 0px;
}

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

.corporateCulture .out .left {
    width: 3.16rem;
}

.corporateCulture .out .left .box {
    display: flex;
    align-items: center;
    margin-top: 0.49rem;
    position: relative;
    cursor: pointer;
    width: max-content;
}

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

.corporateCulture .out .left .box b {
    font-weight: 500;
    font-size: 0.35rem;
    color: #CCCCCC;
    margin-right: 0.21rem;
    line-height: 1;
    transition: 0.5s ease;
}

.corporateCulture .out .left .box span {
    font-weight: 400;
    font-size: 0.19rem;
    color: #666666;
    transition: 0.5s ease;
}

.corporateCulture .out .left .box::after {
    width: 0rem;
    height: 0.01rem;
    background: #FF0000;
    display: block;
    content: '';
    position: absolute;
    right: -1.6rem;
    transition: 0.5s ease;
}

.corporateCulture .out .left .box.aco b {
    color: #FF0000;
}

.corporateCulture .out .left .box.aco span {
    font-weight: bold;
    font-size: 0.24rem;
    color: #FF0000;
}

.corporateCulture .out .left .box.aco::after {
    width: 1.03rem;
}

.corporateCulture .out .right {
    width: 11.81rem;
    height: 6.65rem;
    position: relative;
    flex: none;
}

.corporateCulture .out .right .hongse {
    position: absolute;
    right: -0.44rem;
    top: -0.6rem;
    width: 1.2rem;
    height: 1.32rem;
    background: #FF0000;
    border-radius: 0.16rem;
}

.corporateCulture .out .right .Culture_swiper {
    width: 100%;
    height: 100%;
}

.corporateCulture .out .right .Culture_swiper .text {
    position: absolute;
    right: 0.66rem;
    top: 1.20rem;
    width: 6.58rem;
}

.corporateCulture .out .right .Culture_swiper .text h5 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 1;
}

.corporateCulture .out .right .Culture_swiper .text i {
    width: 100%;
    height: 0.01rem;
    background: #FFF;
    display: block;
    margin: 0.36rem 0px 0.44rem 0px;
    position: relative;
}

.corporateCulture .out .right .Culture_swiper .text i::after {
    width: 20%;
    content: '';
    left: 0px;
    top: 0px;
    background: #B1000E;
    display: block;
    height: 0.01rem;
}

.corporateCulture .out .right .Culture_swiper .text p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #F2F2F2;
}

.corporateCulture .out .right .Culture_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.corporateCulture .out .right .Culture_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover ;
        border-radius: 0.15rem;
}


.corporateCulture .out .left .but_box {
    width: 1.4rem;
    height: 0.66rem;
    position: relative;
    margin-top: 0.67rem;
}


.corporateCulture .out .left .but_box .swiper-button-prev::after,
.corporateCulture .out .left .but_box .swiper-button-next::after {
    color: #333;
    font-size: 0.25rem;
    font-weight: bold;
    opacity: 0.5;
}

.corporateCulture .out .left .but_box .swiper-button-prev:hover::after,
.corporateCulture .out .left .but_box .swiper-button-next:hover::after {
    opacity: 1;
}

.About_Dongkai {
    width: 100%;
    background: url(../images/About_Dongkai.jpg) no-repeat center;
    background-size: cover;
    padding: 0.62rem 0px 0.84rem 0px;
}

.About_Dongkai .public_title span,
.About_Dongkai .public_title h5 {
    color: #FFF;
}

.About_Dongkai .out {
    margin-top: 0.51rem;
    background: rgba(27, 32, 43, 0.51);
    border: 0.01rem solid #707070;
    display: flex;
    flex-wrap: wrap;
    min-height: 6.37rem;
}

.About_Dongkai .out .left {
    width: 50%;
    padding: 0.63rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 0.01rem solid rgba(255, 255, 255, 0.5);
}

.About_Dongkai .out .left h5 {
    font-weight: bold;
    font-size: 0.37rem;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 0.66rem;
}

.About_Dongkai .out .left p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #F1F1F1;
    line-height: 1.7em;
}

.About_Dongkai .out .right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.About_Dongkai .out .right .box {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 0.01rem solid rgba(255, 255, 255, 0.5);
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.About_Dongkai .out .right .box:nth-child(2),
.About_Dongkai .out .right .box:nth-child(4) {
    border-right: none;
}

.About_Dongkai .out .right .box .tit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.2rem;
}

.About_Dongkai .out .right .box .tit b {
    font-weight: bold;
    font-size: 0.44rem;
    color: #FFFFFF;
    line-height: 1;
}

.About_Dongkai .out .right .box .tit span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #C7C7C7;
    display: block;
    margin-left: 0.05rem;
}

.About_Dongkai .out .right .box p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #C7C7C7;
}

.ENVIRONMENT {
    margin: 1rem 0px;
}

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

.ENVIRONMENT .out .left {
    width: 7.15rem;
}

.ENVIRONMENT .out .left span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #272727;
}

.ENVIRONMENT .out .left h5 {
    font-weight: 500;
    font-size: 0.48rem;
    color: #272727;
    line-height: 1;
    margin-top: 0.2rem;
}

.ENVIRONMENT .out .left .title img {
    width: 1.22rem;
    display: block;
    margin: 0.34rem 0px 0.3rem 0px;
}

.ENVIRONMENT .out .left .title p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #7A7A7A;
    line-height: 1.6em;
}

.ENVIRONMENT .out .left .img_list {
    width: 100%;
    margin-top: 0.7rem;
    position: relative;
}

.ENVIRONMENT .out .left .img_list .swiper-slide {
    width: 2.2rem;
    height: 1.46rem;
    margin-right: 0.2rem;
}

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

.ENVIRONMENT .out .left .img_list .swiper-slide:last-child {
    margin-right: 0px;
}

.ENVIRONMENT .out .left .img_list .swiper-button-prev {
    left: -0.4rem;
}

.ENVIRONMENT .out .left .img_list .swiper-button-next {
    right: -0.3rem;
}

.ENVIRONMENT .out .left .img_list .swiper-button-next::after,
.ENVIRONMENT .out .left .img_list .swiper-button-prev::after {
    color: #333;
    font-size: 0.24rem;
    font-weight: bold;
}

.ENVIRONMENT .out .right {
    width: 7rem;
    height: 4.52rem;
    position: relative;
}

.ENVIRONMENT .out .right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    display: block;
    display: none;
}

.ENVIRONMENT .out .right img.aco {
    display: block;
}


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

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

.Building .out .left {
    width: 7rem;
    height: 4.52rem;
}

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

.Building .out .right {
    width: 7.15rem;
}

.Building .out .right span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #272727;
}

.Building .out .right h5 {
    font-weight: 500;
    font-size: 0.48rem;
    color: #272727;
    line-height: 1;
    margin-top: 0.2rem;
}

.Building .out .right img {
    display: block;
    width: 1.22rem;
    margin: 0.34rem 0px 0.3rem 0px;
}

.Building .out .right p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #7A7A7A;
    line-height: 1.7em;
}


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


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

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

.CNCautomatic_item_pages .out .right {
    width: 100%;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .Right_title {
    display: flex;
    justify-content: space-between;
}

.CNCautomatic_item_pages .out .right .Right_title .left_Swiper {
    width: 40%;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper {
    width: 100%;
    border: 1px solid #D5D5D5;
    height: 3.2rem;
    overflow: hidden;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 {
    width: 100%;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide {
    width: 24%;
    margin-right: 1.45%;
    background: #FFF;
    padding: 0.03rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.04rem 0.01rem #3333333d;
    cursor: pointer;
    height: 0.9rem;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide-thumb-active {
    /* background: #B1000E; */
    border: 0.02rem solid #B1000E;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list {
    width: 100%;
    position: relative;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide:last-child {
    margin-right: 0px;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-next:after,
.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-prev:after {
    color: #B1000E;
    font-size: 0.2rem;
    left: 0px;
    right: 0px;
    font-weight: bold;
    text-shadow: 0px 0.01rem 0.1rem #00000063;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-next {
    right: -0.2rem;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-prev {
    left: -0.2rem;
}

.CNCautomatic_item_pages .out .right .right_text {
    width: 53%;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .right_text h5 {
    color: #333;
    font-size: 0.26rem;
    font-weight: bold;
}

.CNCautomatic_item_pages .out .right .right_text i {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    width: 0.9rem;
    height: 0.02rem;
    background: #B1000E;
    display: block;
}

.CNCautomatic_item_pages .out .right .right_text .title_chanshu {
    font-size: 0.17rem;
    margin-bottom: 0.1rem;
    color: #333;
}

.CNCautomatic_item_pages .out .right .right_text p {
    color: #333;
    font-size: 0.15rem;
    line-height: 1.6em;
}

.CNCautomatic_item_pages .out .right .right_text a {
    width: 1.4rem;
    height: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    color: #FFF;
    background: #B1000E;
    border-radius: 0.03rem;
    margin-top: 0.4rem;
}

.CNCautomatic_item_pages .out .right .text_h5 {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

.CNCautomatic_item_pages .out .right .text_h5 h5 {
    color: #333;
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
}

.CNCautomatic_item_pages .out .right .text_h5 i {
    width: 100%;
    height: 0.01rem;
    background: #D5D5D5;
    display: block;
}

.CNCautomatic_item_pages .out .right .text_list {
    width: 100%;
    padding: 0px 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .text_list img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.CNCautomatic_item_pages .out .right .text_list p {
    color: #333;
    /*line-height: 1.6em;*/
    font-size: 0.15rem;
}

.CNCautomatic_item_pages .out .right .butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.6rem;
}

.CNCautomatic_item_pages .out .right .butt_box .box {
    width: 48%;
    display: flex;
    align-items: center;
}

.CNCautomatic_item_pages .out .right .butt_box .box span {
    font-size: 0.15rem;
    display: block;
    color: #333;
}

.CNCautomatic_item_pages .out .right .butt_box .box a {
    font-size: 0.15rem;
    display: block;
    color: #333;
}

.CNCautomatic_item_pages .out .right .butt_box .box2 {
    justify-content: right;
}

.CNCautomatic_item_pages .out .right .butt_box .box:hover a {
    color: #B1000E;
}


.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: #ffff;
    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);
}


.English {
    
}



@media (max-width:768px) {

    .toggle_button{
        display: flex ;
    }

    .screen_swiper{
        height: auto !important;
    }    

    .public {
        padding: 0px 0.3rem ;
        box-sizing: border-box ;
    }

    .nav .out ul {
        display: none ;
    }

    .banenr_swiper .swiper-slide .txt {
        padding: 0.9rem 0px 0px 0px  ;
        box-sizing: border-box ;
    }

    .banenr_swiper .swiper-slide .txt h5 {
        font-size: 0.3rem ;
        margin-bottom: 0.3rem ;
    }

    .banenr_swiper .swiper-slide .txt p {
        font-size: 0.2rem ;
    }

    .banenr_swiper {
        height: 4rem ;
    }

    .but_listText{
        flex-wrap: wrap ;
        height: auto ;
        display: none ;
    }

    .but_listText .item {
        padding: 0.1rem ;
        height: auto ;
        padding: 0.2rem 0.1rem ;
        box-sizing: border-box ;
        width: 50% ;
    }

    .but_listText .item p {
        display: none ;
    }

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

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

    .Product_title_list .out .item a .icon {
        left: 0.2rem ;
        height: 0.32rem;
    }

    .Product_title_list{
        padding: 0.9rem  0px ;
    }

    .Product_title_list .out .item a {
        padding: 0px 0.5rem 0px 0.8rem ;
    }

    .Product_title_list .out .item a h5 {
        font-size: 0.18rem ;
    }

    .screen_3 .but_list {
        flex-wrap: wrap ;
    }

    .screen_3 .but_list .item {
        margin-right: 0px ;
        margin-bottom: 0.3rem ;
        width: 32% ;
    }

    .screen_3 {
        padding: 0.7rem 0px ;
    }

    .screen_3 .out .box {
        position: relative ;
    }

    .screen_3 .out .box .list .item {
        width: calc(100% / 4 );
    }

    .Accordion {
        padding: 0.7rem 0px ;
    }

    .Accordion .out {
        height: auto ;
        flex-wrap: wrap ;
        width: 100% ;
    }

    .Accordion .out .box {
        width: 100% !important;
        padding: 0.5rem 0.3rem  ;
        box-sizing: border-box ;
        flex-wrap: wrap ;
    }
    
    .Accordion .out .box .text {
        position: relative;
        display: block ;
        padding-left: 0px ;
        width: 100% ;
        flex: auto ;
        padding: 0px ;
    }

    .Accordion .out .box .title{
        height: auto ;
        width: 100% !important;
        flex: none ;
        padding-top: 0px ;
        margin-bottom: 0.3rem ;
        justify-content: left ;
        flex-direction: row;
    }

    .Accordion .out .box .title h5 {
        writing-mode: initial;
        height: auto ;
    }

    .Accordion .out .box .title .dibu {
        position: relative;
        margin-top: 0.4rem ;
        bottom: 0px ;
        display: none ;
    }

    .Accordion .out .box .text a {
        margin-left: 0px ;
        margin-top: 0.5rem ;
    }

    .About .text_out::before , .About .text_out::after {
        display: none ;
    }

    .About .text_out {
        position: relative;
    }

    .About .text_out {
        padding-right: 0px;
        justify-content: center ;
        height: auto ;
        bottom: 0px ;
    }

    .About .num_list {
        padding: 0px 0.4rem ;
    }

    .About .text_out .box {
        width: 25% ;
        margin-right: 0px ;
    }

    .About .text_out .box::after {
        display: none ;
    }

    .News {
        padding: 1rem 0px ;
    }

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

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

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

    .Inheritance {
        position: relative;
    }

    .Products_banner .title h5 {
        line-height: 1.6em ;
    }

    .Products_banner .list {
        justify-content: space-between ;
    }

    .Products_banner .list .item {
        width: 48% ;
        margin-right: 0px ;
    }

    .Products_banner {
        overflow: hidden;
    }

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

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

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

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

    .News_pages .out .box .left {
        width: 100% ;
        margin-top: 0.3rem ;
    }

    .News_pages .out .box .left .img {
        height: auto ;
    }

    .News_pages .out .tiem {
        width: max-content ;
        display: flex ;
        align-items: center ;
        margin-bottom: 0.2rem ;
    }

    .News_pages .out .tiem i {
        width: 0.5rem ;
        margin: 0 0.2rem ;
    }

    .banenr_pages {
        height: 4rem ;
    }

    .Technical_points .list .item {
        width: 100% ;
        margin-bottom: 0.3rem ;
    }

    .Technical_points .list .item:last-child {
        margin-bottom: 0px ;
    }

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

    .corporateCulture .out .left {
        width: 100% ;
        display: none ;
    }

    .corporateCulture .out .right {
        width: 100% ;
        height: 4.5rem ;
        display: flex ;
        align-items: center ;
        justify-content: center ;
    }

    .corporateCulture .out .right .Culture_swiper .text {
        width: 100% ;
        top: 10% ;
        right: 0px ;
        padding: 0.2rem ;
        box-sizing: border-box ;
    }

    .corporateCulture .out .right .hongse {
        display: none ;
    }

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

    .About_Dongkai .out .left {
        width: 100% ;
        padding: 0.4rem 0.3rem;
        border-right: 0px ;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5);
    }

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

    .About_Dongkai .out .right .box{
        padding: 0.3rem 0px ;
    }

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

    .ENVIRONMENT .out .left .img_list .swiper-button-prev {
        left: 0px ;
    }

    .ENVIRONMENT .out .left .img_list .swiper-button-next {
        right: 0px ;
    }

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

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

    .Building .out .left {
        width: 100% ;
        margin-bottom: 0.4rem ;
    }

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

    .button_list .out a {
        margin-right: 0.5rem ;
    }
    
    .Contact_Page .out .box {
        width: 100% ;
    }

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

    .Feedback .out input {
        width: 100% ;
    }

    .CNCautomatic_item_pages .out .right .Right_title {
        flex-wrap: wrap ;
    }

    .CNCautomatic_item_pages .out .right .Right_title .left_Swiper {
        width: 100% ;
    }

    .CNCautomatic_item_pages .out .right .right_text {
        width: 100% ;
    }

}

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

}

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

}

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

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

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

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


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

@keyframes NavKey {
    0%{
        transform: translateY(-1.9rem);
        opacity: 0 ;
        pointer-events: none ;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1 ;
        pointer-events: auto ;
    }
}

@keyframes NavKey1{
    0%{
        transform: translateY(1.9rem);
        opacity: 0 ;
        pointer-events: none ;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1 ;
        pointer-events: auto ;
    }
}

@keyframes NavKey2 {
    0%{
        transform: translateX(-1rem);
        opacity: 0 ;
        pointer-events: none ;
    }
    100% {
        transform: translateX(0rem);
        opacity: 1 ;
        pointer-events: auto ;
    }
}

@keyframes NavKey3 {
    0%{
        transform: scale(0.4);
        opacity: 0 ;
        pointer-events: none ;
    }
    100% {
        transform: scale(1);
        opacity: 1 ;
        pointer-events: auto ;
    }
}

@keyframes NavKey4 {
    0%{
        transform: translateY(0.9rem);
        opacity: 0 ;
        pointer-events: none ;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1 ;
        pointer-events: auto ;
    }
}

@keyframes NavKey5 {
    0%{
        width: 0% ;
        opacity: 0 ;
        pointer-events: none ;
    }
    100% {
        width: 100% ;
        opacity: 1 ;
        pointer-events: auto ;
    }
}


@media (min-width:992px) {
    .screen_swiper .screen_item.active .Product_title_list .out {
        animation: NavKey2 1.2s ease-in-out forwards;
    }
    
    .screen_swiper .screen_item.active .but_list {
        animation: NavKey 1.2s ease-in-out forwards;
    }
    
    .screen_swiper .screen_item.active .screen_3_out {
        animation: NavKey1 1.2s ease-in-out forwards;
    }
    
    .screen_swiper .screen_item.active .hidden_out {
        animation: NavKey5 1.6s ease-in-out forwards;
    }
    
    .screen_swiper .screen_item.active .About .title {
        animation: NavKey 1.2s ease-in-out forwards;
    }
    
    .screen_swiper .screen_item.active .About .txt {
        animation: NavKey 1.2s ease-in-out forwards;
    }
    
    .screen_swiper .screen_item.active .About .num_list {
        animation: NavKey2 1.2s ease-in-out forwards;
    } 
    
    .screen_swiper .screen_item.active .About .text_out {
        animation: NavKey1 1.2s ease-in-out forwards;
    }
    
    .screen_swiper .screen_item.active .News .title {
        animation: NavKey 1.2s ease-in-out forwards;
    }
    
    .screen_swiper .screen_item.active .News .out {
        animation: NavKey1 1.2s ease-in-out forwards;
    }
}