* {
    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% ;
    border-collapse:collapse;
}

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

.Nav {
    width: 100%;
    height: 0.9rem;
    background: rgba(0, 0, 0, 0.14);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

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

.Nav .out .logo {
    height: 0.4rem;
    display: block;
}

.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;
    position: relative;
    margin-right: 0.9rem;
}

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

.Nav .out ul li .title {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}


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

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

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

.Nav.active {
    background: #FFF;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    animation: sodelui 0.6s;
}

.Nav.active .out ul li .title {
    color: #333;
}


.Nav .out ul li.active .title,
.Nav .out ul li:hover .title {
    color: #0C4DA2;
}

.banenr_poster {
    width: 100%;
    height: 8.45rem;
    position: relative;
}

.banenr_poster .swiper {
    height: 100%;
}

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

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

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

.banenr_poster .swiper-slide .Text {
    position: absolute;
    max-width: 15rem;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 20;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 17%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.banenr_poster .swiper-slide .Text h1 {
    font-weight: 500;
    font-size: 0.64rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
    margin-bottom: 0.4rem;
}

.banenr_poster .swiper-slide .Text p {
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
}

.banenr_poster .swiper-slide .Text i {
    width: 1.3rem;
    height: 0px;
    border: 0.06rem solid #1560AD;
    display: block;
    margin-top: 0.8rem;
}

.banenr_poster .but_Poster {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 13.7rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0.73rem;
    z-index: 20;
}

.banenr_poster .but_Poster .swiper-pagination {
    position: relative;
    bottom: 0px;
    width: auto;
}

.banenr_poster .but_Poster .swiper-pagination .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    background: #FFFFFF;
    opacity: 0.5;
    transition: 0.5s all;
    box-sizing: border-box;
}

.banenr_poster .but_Poster .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.34rem;
    border-radius: 0.06rem;
    opacity: 1;
}

.banenr_poster .but_Poster .button {
    display: flex;
    align-items: center;
    width: auto;
}

.banenr_poster .but_Poster .button .swiper-button-prev {
    margin-right: 0.7rem;
}

.banenr_poster .but_Poster .button .swiper-button-prev,
.banenr_poster .but_Poster .button .swiper-button-next {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin-top: 0px;
    width: 0.6rem;
    height: 0.6rem;
    border: 0.01rem solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    box-sizing: border-box;
}

.banenr_poster .but_Poster .button .swiper-button-prev::after,
.banenr_poster .but_Poster .button .swiper-button-next::after {
    color: #FFF;
    font-size: 0.14rem;
}


.banenr_poster .but_Poster .button .swiper-button-prev:hover,
.banenr_poster .but_Poster .button .swiper-button-next:hover {
    background: #1560AD;
    border: none;
}



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

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

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

.About .out .left {
    width: 6.63rem;
    height: 4.93rem;
    border-radius: 0.28rem 0px 0.28rem 0px;
    overflow: hidden;
}

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

.About .out .right {
    width: 7.07rem;
    padding-top: 0.35rem;
}

.About .out .right .title {
    margin-bottom: 0.4rem;
}

.About .out .right .title span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #0C4DA2;
    display: block;
    margin-bottom: 0.1rem;
}

.About .out .right .title h5 {
    font-weight: bold;
    font-size: 0.38rem;
    color: #111111;
    line-height: 1;
}

.About .out .right .title h5 b {
    color: #0C4DA2;
    font-weight: bold;
    font-size: 0.38rem;
}

.About .out .right .txt {
    width: 100%;
}

.About .out .right .txt h5 {
    line-height: 1;
    margin-bottom: 0.29rem;
    font-weight: 400;
    font-size: 0.39rem;
    color: #222222;
}

.About .out .right .txt p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #2E2E2E;
    line-height: 1.7em;
}

.Num_tumble {
    width: 100%;
    margin-top: 0.85rem;
    display: flex;
    flex-wrap: wrap;
}

.Num_tumble .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Num_tumble .box .title {
    display: flex;
    align-items: flex-end;
}

.Num_tumble .box .title h5,
.Num_tumble .box .title h5 b {
    font-weight: 500;
    font-size: 0.55rem;
    color: #111111;
    line-height: 1;
}

.Num_tumble .box .title span {
    font-weight: 400;
    font-size: 0.21rem;
    color: #666666;
    display: block;
    margin-left: 0.1rem;
}

.Num_tumble .box i {
    width: 0.4rem;
    height: 0.05rem;
    background: #0C4DA2;
    display: block;
    margin: 0.28rem 0px 0.32rem 0px;
}

.Num_tumble .box p {
    font-weight: 500;
    font-size: 0.2rem;
    color: #666666;
}

.Num_tumble .box::after {
    width: 0.01rem;
    height: 1.07rem;
    content: '';
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: block;
    background: #C7CBCF;
    position: absolute;
}

.Num_tumble .box:last-child::after {
    display: none;
}

.Products {
    width: 100%;
    background: url(../images/9978.png) no-repeat center;
    background-size: cover;
    min-height: 8.67rem;
    padding: 1.22rem 0px 0.73rem 0px;
    box-sizing: border-box;
}

.Products .public {
    max-width: 15.54rem;
}

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

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

.Buttons_list .left .box {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}


.Buttons_list .left .box a {
    position: relative;
}

.Buttons_list .left .box .icon {
    width: 0.62rem;
    height: 0.62rem;
    background: #FFFFFF;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.Buttons_list .left .box .icon img {
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    position: absolute;
    max-width: 0.33rem;
    max-height: 0.33rem;
}

.Buttons_list .left .box .icon .I_2 {
    display: none;
}

.Buttons_list .left .box span {
    position: absolute;
    font-weight: 500;
    font-size: 0.21rem;
    color: #333333;
    display: block;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 0.2rem;
    width: max-content;
}

.Buttons_list .left .box a:hover .icon .I_2,
.Buttons_list .left .box.active .icon .I_2 {
    display: block;
}

.Buttons_list .left .box a:hover .icon .i_1,
.Buttons_list .left .box.active .icon .i_1 {
    display: none;
}

.Buttons_list .left .box a:hover span,
.Buttons_list .left .box.active span {
    color: #0C4DA2;
}

.Buttons_list .left .box::after {
    width: 1.2rem;
    height: 0.01rem;
    background: #707070;
    opacity: 0.35;
    display: block;
    margin: 0px 0.15rem;
    content: '';
    pointer-events: none;
}

.Buttons_list .left .box:last-child::after {
    display: none;
}

.Buttons_list .right a {
    width: 2.02rem;
    height: 0.52rem;
    background: #FFFFFF;
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.19rem;
    color: #333333;
}

.Buttons_list .right a img {
    margin-left: 0.1rem;
    display: block;
    height: 0.14rem;
}


.Products .out {
    margin-top: 1.81rem;
    height: 4.89rem ;
    position: relative ;
}

.Products .out .right {
    width: 8.1rem;
    overflow: hidden;
    display: flex;
    justify-content: right;
    border-radius: 0.34rem;
    flex: none;
    position: relative;
}

.Products .out .but_list {
    position: relative;
    width: 0.54rem;
    height: 1.6rem;
    background: #FFFFFF;
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    transform: translateY(1.8rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0px;
    box-sizing: border-box;
    border-radius: 0.27rem;
}

.Products .out .but_list .swiper-button-prev,
.Products .out .but_list .swiper-button-next {
    position: relative;
    margin: 0px;
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
    transform: rotate(90deg);
}

.Products .out .but_list .swiper-button-prev::after,
.Products .out .but_list .swiper-button-next::after {
    font-size: 0.2rem;
    color: #B2B2B2;
}

.Products .out .but_list .swiper-button-prev:hover::after,
.Products .out .but_list .swiper-button-next:hover::after {
    color: #007DD4;
}

.Products .out .right .swiper {
    width: 7.44rem;
    /* transform: translateX(0.3rem); */
    margin: 0;
    overflow: visible;
}

.Products .out .right .swiper-slide {
    width: 100%;
    height: 4.89rem;
    box-sizing: border-box;
    z-index: 8;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 0.1rem 0.01rem #0000001e;
    transition: 0.5s all;
    border-radius: 0.34rem;
    opacity: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.Products .out .right .swiper-slide-active {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.Products .out .right .swiper-slide-next+.swiper-slide,
.Products .out .right .swiper-slide-next {
    opacity: 1;
}

.Products .out .list {
    display: flex;
    justify-content: space-between;
    position: absolute ;
    top: 0px ;
    left: 0px ;
    display: none ;
    width: 100% ;
}

.Products .out .list.active_swiper {
    display: flex ;
}

.Products .out .left {
    width: 5.9rem;
    position: relative;
    overflow: hidden;
        padding-top: 0.2rem;
    box-sizing: border-box;
}

.Products .out .left .box {
    width: 100%;
    overflow: height ;
}

.Products .out .left .box h5 {
    font-weight: 500;
    font-size: 0.43rem;
    color: #111111;
    margin-bottom: 0.5rem;
    line-height: 1;
    /*transform: translateX(-100%);*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: 0.5s ease;
}

.Products .out .left .box p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.7em;
    /*transform: translateX(-100%);*/
    transition: 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 限制为两行 */
    overflow: hidden;
}


.Products .out .left .box a {
    width: 1.77rem;
    height: 0.54rem;
    background: #0C4DA2;
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16), inset 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    display: flex;
    margin-top: 0.58rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.27rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    /*transform: translateX(100%);*/
    transition: 0.5s ease;
    margin-left: 0.1rem ;
}

.Products .out .left .box.active {
    /*opacity: 1;*/
    /*z-index: 3;*/
}

/*.Products .out .left .box.swiper-slide-active h5,*/
/*.Products .out .left .box.swiper-slide-active p,*/
/*.Products .out .left .box.swiper-slide-active a {*/
/*    transform: translateX(-0%);*/
/*}*/

.News {
    margin: 1rem 0px;
}

.News .title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.News .title .left {
    width: 100%;
}

.News .title .left span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #0C4DA2;
    margin-bottom: 0.15rem;
    display: block;
}

.News .title .left h5 {
    font-weight: bold;
    font-size: 0.38rem;
    color: #111111;
    line-height: 1;
}

.News .title .left h5 b {
    font-weight: bold;
    font-size: 0.38rem;
    color: #0C4DA2;
    line-height: 1;
}

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

.News .title .right a {
    font-weight: 400;
    font-size: 0.23rem;
    color: #505050;
    margin-right: 0.6rem;
}

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

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

.News .out .left {
    width: 8.70rem;
    height: 6.01rem;
    position: relative;
}

.News .out .box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

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

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

.News .out .box .text {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.News .out .box .text span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #F3F3F3;
}

.News .out .box .text h5 {
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 1;
    margin: 0.26rem 0px;
    overflow: hidden;
    /* 超出部分隐藏 */
    white-space: nowrap;
    /* 文本不换行 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.News .out .box .text p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #EEEEEE;
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.News .out .right {
    width: 5.93rem;
    height: 6.01rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.News .out .right .box {
    width: 100%;
    height: 2.94rem;
}

.News .out .right .box .text {
    padding: 0.33rem;
    box-sizing: border-box;
}

.News .out .right .box .text h5 {
    margin-bottom: 0px;
    margin-top: 0.18rem;
}

.News .out .box:hover {
    box-shadow: 0px 0px 0.1rem 0.01rem #00000059;
    box-sizing: border-box;
}

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

.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.47rem 0px 0.56rem 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #707070;
}

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

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

.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: space-between;
    align-items: center;
    gap: 0px 0.2rem;
    position: relative;
}

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

.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: #0C4DA2;
    display: block;
}

.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: #0C4DA2;
    line-height: 1;
}

.culture {
    width: 100%;
    background: url(../images/9983.png) no-repeat center;
    background-size: cover;
    margin: 1rem 0px;
    padding: 0.71rem 0px 0.81rem 0px;
    box-sizing: border-box;
}



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

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

.culture .text {
    min-height: 3.05rem;
    max-width: 11.8rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.89rem;
}

.culture .text p {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.7em;
    color: #EFEFEF;
}

.culture .but_list {
    display: flex;
    flex-wrap: wrap;
}

.culture .but_list .box {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.culture .but_list .box .img {
    width: 1.45rem;
    height: 1.45rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture .but_list .box .img .beijin {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.culture .but_list .box .img .icon {
    width: 0.53rem;
    display: block;
}

.culture .but_list .box span {
    margin-top: 0.29rem;
    display: block;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
}


.honor {
    margin: 1rem 0px;
}

.honor .out {
    margin-top: 0.64rem;
    position: relative;
}

.honor .out .swiper-slide {
    width: 3.62rem;
    height: 4.93rem;
    border: 0.01rem solid #E2E2E2;
    padding: 0.12rem 0.09rem 0.3rem 0.4rem;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 0.17rem;
}

.honor .out .swiper-slide:last-child {
    margin-right: 0.17rem;
}

.honor .out .swiper-slide .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.honor .out .swiper-slide .tit span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
}

.honor .out .swiper-slide .tit img {
    height: 0.55rem;
    display: block;
}

.honor .out .swiper-slide .img {
    width: 2.72rem;
    height: 3.81rem;
    overflow: hidden;
    margin-top: 0.1rem;
}

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

.honor .out .swiper-button-prev,
.honor .out .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #FF5F09;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.honor .out .swiper-button-prev {
    left: -0.7rem;
}

.honor .out .swiper-button-next {
    right: -0.7rem;
}

.honor .out .swiper-button-prev:hover,
.honor .out .swiper-button-next:hover {
    opacity: 1;
}

.honor .out .swiper-button-prev::after,
.honor .out .swiper-button-next::after {
    color: #fff;
    font-size: 0.2rem;
}

.strategy {
    margin: 1rem 0px;
}

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

.strategy .out .left {
    width: 6.87rem;
    padding-top: 0.47rem;
    box-sizing: border-box;
}

.strategy .out .left h5 {
    font-weight: 400;
    font-size: 0.39rem;
    color: #222222;
    margin-bottom: 0.58rem;
}

.strategy .out .left p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #2E2E2E;
    line-height: 1.7em;
}

.strategy .out .right {
    width: 7.5rem;
    height: 4.48rem;
    overflow: hidden;
}

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

.Products_pages {
    margin: 1rem 0px;
}

.but_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.55rem 0px 0.65rem 0px;
}

.but_list a {
    display: block;
    margin-right: 1.03rem;
    box-sizing: border-box;
    position: relative;
    font-weight: 400;
    font-size: 0.2rem;
    color: #555555;
}

.but_list a::after {
    width: 0px;
    height: 0.03rem;
    background: #0C4DA2;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.22rem;
    transition: 0.5s ease;
}

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

.but_list a:hover::after,
.but_list a.active::after {
    width: 1.1rem;
}

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

.Products_pages .out .box {
    width: 3.47rem;
    height: 4.45rem;
    background: #F6F6F6;
    border-radius: 0.11rem;
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    margin-right: 0.36rem;
    margin-bottom: 0.4rem;
}

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

.Products_pages .out .box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.48rem 0.23rem;
    box-sizing: border-box;
}

.Products_pages .out .box .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Products_pages .out .box .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    transition: 0.5s ease;
}

.Products_pages .out .box .text {
    width: 100%;
    margin-top: 0.4rem;
    flex: none;
    text-align: center;
}

.Products_pages .out .box .text h5 {
    font-weight: 500;
    font-size: 0.23rem;
    color: #222222;
        text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.Products_pages .out .box:hover .text h5 {
    color: #0C4DA2;
}

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

.Custer {
    margin: 1rem 0px;
}

.Custer .out {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
}

.Custer .out .box {
    width: 4.81rem;
    margin-right: 0.28rem;
    margin-bottom: 0.47rem;
}

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

.Custer .out .box .img {
    width: 100%;
    height: 3.64rem;
    border-radius: 0.13rem;
    overflow: hidden;
}

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

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

.Custer .out .box .text h5 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #505050;
    display: block;
}

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

.Custer .out .box:hover .text h5 {
    color: #0C4DA2;
}

.technology {
    margin: 1rem 0px;
}

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

.technology .out .left {
    width: 7.1rem;
    padding-top: 0.36rem;
    box-sizing: border-box;
}

.technology .out .left h5 {
    font-weight: 500;
    font-size: 0.36rem;
    color: #111111;
    line-height: 1;
    margin-bottom: 0.49rem;
}

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

.technology .out .left .list .box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

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

.technology .out .left .list .box i {
    width: 0.07rem;
    height: 0.07rem;
    background: #0C4DA2;
    box-sizing: border-box;
    border-radius: 50%;
    flex: none;
    margin-right: 0.1rem;
}

.technology .out .left .list .box p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #2E2E2E;
    line-height: 1.6em;
}

.technology .out .right {
    width: 7.5rem;
}

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

.Research_Base {
    margin: 1rem 0px;
}

.Research_Base .out {
    display: flex;
    justify-content: space-between;
    height: 6.80rem;
    margin-top: 0.7rem;
}

.Research_Base .out .left {
    width: 2.85rem;
    height: 100%;
}

.Research_Base .out .left .swiper-slide {
    width: 2.63rem;
    height: 1.52rem;
    margin-bottom: 0.24rem;
    position: relative;
    cursor: pointer;
}

.Research_Base .out .left .swiper-slide-active {
    border: 0.02rem solid #0C4DA2;
    box-sizing: border-box;
}

.Research_Base .out .left .swiper-slide-active::after {
    width: 0.15rem;
    height: 0.15rem;
    background: #0C4DA2;
    content: '';
    display: block;
    right: -0.075rem;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.Research_Base .out .right {
    width: 12.13rem;
    height: 100%;
}

.Research_Base .out .swiper {
    width: 100%;
    height: 100%;
}

.Research_Base .out .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}

.Team {
    width: 100%;
    background: url(../images/9985.png) no-repeat center;
    background-size: cover;
    padding: 1.73rem 0px 1.84rem 0px;
    box-sizing: border-box;
    margin: 1rem 0px;
}

.Team h5 {
    font-weight: bold;
    font-size: 0.47rem;
    color: #FFFFFF;
    line-height: 1;
}

.Team h5:first-child {
    margin-bottom: 0.25rem;
}

.Team p {
    font-weight: 400;
    font-size: 0.21rem;
    color: #FFFFFF;
    margin-top: 0.61rem;
    width: 100%;
    max-width: 9.70rem;
}

.Team .img_but {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.65rem;
}

.Team .img_but img {
    width: 1.89rem;
    height: 1.2rem;
    display: block;
    object-fit: cover;
    margin-right: 0.29rem;
}

.Team .img_but img:last-child {
    margin-right: 0;
}


.capability {
    margin: 1rem 0px;
}


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

.capability .public_title h5 {
    text-align: left;
    margin-bottom: 0.48rem;
}

.capability .public_title p {
    font-weight: 400;
    font-size: 0.22rem;
    color: #2E2E2E;
    width: 100%;
    max-width: 9.7rem;
}

.capability .out {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    height: 5.48rem;
}

.capability .out .box {
    width: 5.96rem;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
}

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

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

.capability .out .box h5 {
    font-weight: 400;
    font-size: 0.39rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.67rem;
    left: 0.52rem;
}

.capability .out .box.active {
    width: 9.04rem;
}

.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: #0C4DA2;
    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: #0C4DA2;
}

.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: #0C4DA2;
    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: #0C4DA2;

}

.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: #0C91E6;
    text-align: center;
}

.News_pages .out .tiem i {
    width: 1.45rem;
    height: 0.01rem;
    background: #707070;
    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;
}

.Support_pages {
    margin: 1rem 0px;
}

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

.Support_pages .out .box {
    width: 2.95rem;
}

.Support_pages .out .box .icon {
    width: 0.66rem;
    height: 0.66rem;
    background: #0C4DA2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.Support_pages .out .box .icon img {
    height: 0.35rem;
    display: block;
}

.Support_pages .out .box h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #111111;
    margin: 0.27rem 0px 0.31rem;
    box-sizing: border-box;
    text-align: center;
}

.Support_pages .out .box p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.7em ;
}


/* 在线联系 */
.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: #0C4DA2;
    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: #0C4DA2;
    /* 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;
}

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


/* 联系我们 */
.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;
    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: #0C4DA2;
}

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

.ditu_box {
    width: 100% ;
}

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


.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: #0A3B95; */
    border: 0.02rem solid #0A3B95;
}

.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: #0A3B95;
    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: #0A3B95;
    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: #0A3B95;
    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: #0A3B95 ;
}


@media (max-width:768px) {
    .Nav .out ul{
        display: none ;
    }

    .toggle_button {
        display: flex ;
    }

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

    .Products .out .list {
        flex-wrap: wrap ;
    }

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

    .Products .out .left {
        width: 100% ;
        height: 5rem ;
    }

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

    .Products .out .but_list {
        transform: translateY(0px);
        width: 1.6rem ;
        height: 0.5rem;
        margin: 0 auto ;
        margin-top: 0.4rem ;
        padding: 0px 0.2rem ;
        flex-direction: row ;
    }

    .Products .out .but_list .swiper-button-prev, .Products .out .but_list .swiper-button-next{
        transform: rotate(0deg);
        height: auto ;
    }

    .Buttons_list {
        flex-wrap: wrap ;
    }

    .Buttons_list .left .box {
        width: 33.33% ;
        display: flex ;
        flex-direction: column ;
        align-items: center ;
        justify-content: center ;
        margin-bottom: 0.4rem ;
    }

    .Buttons_list .left .box::after {
        display: none ;
    }

    .Buttons_list .left .box span{
        position: static ;
        transform: translateX(0px);
    }

    .Products .out {
        margin-top: 0.4rem ;
        height: 11rem ;
    }

    .Buttons_list .right  {
        display: flex ;
        justify-content: center ;
        width: 100%;
    }

    .Buttons_list .right a {
        margin-top: 0.6rem ;
        margin: 0 auto ;
    }

    .banenr_poster .swiper-slide .Text {
        padding-top: 1.7rem ;
    }

    .banenr_poster .swiper-slide .Text h1{
        font-size: 0.45rem ;
        text-align: center ;
    }

    .banenr_poster .swiper-slide .Text .title {
        width: 100% ;
    }

    .banenr_poster .swiper-slide .Text p {
        text-align: center ;
    }

    .banenr_poster .but_Poster {
        padding: 0px 0.3rem ;
        box-sizing: border-box ;
        bottom: 0.3rem ;
    }

    .banenr_poster {
        height: 4.5rem ;
    }

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

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

    .Num_tumble .box {
        width: 50% ;
        padding: 0.4rem 0px ;
    }

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

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

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

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

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

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

    .Nav {
        background: #FFF ;
    }

    .banenr_pages{
        height: 4rem ;
    }

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

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

    .strategy .out .left {
        width: 100% ;
        padding-top: 0px ;
        margin-bottom: 0.4rem ;
    }

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

    .but_list {
        flex-wrap: wrap ;
        justify-content: left ;
    }

    .but_list a {
        margin-right: 0px ;
        margin: 0.05rem 0.1rem ;
    }

    .but_list a::after{
        display: none ;
    }

    .but_list a.active , .but_list a:hover {
        color: #0A3B95 ;
    }

    .Products_pages .out , .Custer .out  {
        justify-content: space-between ;
    }

    .Products_pages .out .box , .Custer .out .box{
        width: 48% ;
        margin-right: 0px ;
    }

    .Custer .out .box .img {
        height: 2.5rem ;
    }

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

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

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

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

    .Research_Base .out{
        height: 4rem ;
    }

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

    .Team .img_but{
        justify-content: space-between ;
    }

    .Team .img_but img {
        width: 48% ;
        margin-right: 0px ;
        margin-bottom: 0.2rem ;
        height: 2rem ;
    }

    .capability .out {
        flex-wrap: wrap ;
        height: auto ;
    }

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

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

    .Support_pages .out .box {
        width: 48% ;
        margin-bottom: 0.4rem ;
    }
    
    .News_pages .out .box a {
        flex-wrap: wrap ;
    }

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

    .News_pages .out .box .left {
        width: 100% ;
        margin: 0.15rem 0px ;
    }

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

    .News_pages .out .tiem {
        width: 100% ;
        display: flex ;
        align-items: center ;
        justify-content: left ;
    }

    .News_pages .out .tiem i {
        width: 0.4rem  ;
        margin: 0 0.15rem ;
    }

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

    .Contact_Page .out .box {
        width: 50% ;
        box-sizing: border-box ;
        height: auto ;
        padding: 0.4rem 0px ;
    }

    .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_title .CNCautomatic_swiper2 .swiper-slide {
        height: 1.1rem ;
    }

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