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

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

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

ul,
ol {
    list-style: none;
}

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

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

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

.nav .out .logo {
    height: 48px;
    width: 165px;
    display: block;
}

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

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

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

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

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



.nav.auto_nav {
    background: #FFFFFF;
}

.nav.auto_nav .out ul li .title {
    color: #111111;
}

.nav .out ul li.on .title {
    color: #0B897E;
}

.banner {
    width: 100%;
}

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

.banner .swiper-slide .img img {
    width: 100%;
    display: block;
}

.banner .swiper-slide .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

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

.banner .swiper-slide .text h5 {
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
    line-height: 100%;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.1s;
}

.banner .swiper-slide .text i {
    width: 40%;
    height: 1px;
    background: #BFBFBF;
    display: block;
    position: relative;
    margin: 50px 0px 71px 0px;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.3s;
}

.banner .swiper-slide .text i::after {
    width: 131px;
    height: 6px;
    background: #0B897E;
    position: absolute;
    left: 0px;
    top: -3px;
    content: '';
}

.banner .swiper-slide .text p {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    width: 40%;
    line-height: 1.8em;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.4s;
}

.banner .swiper-slide .text a {
    width: 212px;
    height: 46px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 107px;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.6s;
}


.banner .swiper-slide-active .text h5,
.banner .swiper-slide-active .text i,
.banner .swiper-slide-active .text p,
.banner .swiper-slide-active .text a {
    transform: translateY(0);
    opacity: 1;
}

.banner .swiper-slide .text a img {
    display: block;
    height: 11.54px;
    margin-left: 10px;
}

.but_box {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0px;
}

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

.pagination {
    display: flex ;
    
}

.but_box .public .swiper-pagination {
    position: relative;
    width: auto;
}

.but_box .public .swiper-pagination .swiper-pagination-bullet {
    width: 81px;
    height: 2px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 0px 0px 0px 0px;
    position: relative;
    opacity: 1;
}

.but_box .public .swiper-pagination .swiper-pagination-bullet::after {
    left: 0px;
    width: 0%;
    background: #FFFFFF;
    height: 2px;
    content: '';
    position: absolute;
    transition: 0.5s ease-in-out;
    display: block;
    top: 0px;
}


.but_box .public .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 100%;
}

.but_box .public .swiper-button-next,
.but_box .public .swiper-button-prev {
    position: relative;
    width: 61px;
    height: 61px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px;
    top: 0px;
}

.but_box .public .swiper-button-prev {
    left: -90px;
}

.but_box .public .swiper-button-next::after,
.but_box .public .swiper-button-prev::after {
    font-size: 14px;
    color: #FFFFFF;
}

.button_box {
    display: flex;
    align-items: center;
}

/* Recommended */
.Recommended {
    width: 100%;
    background-size: cover !important;
    box-sizing: border-box;
}

.Recommended .public {
    position: relative;
}

.Recommended .title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    position: absolute;
    top: 100px;
}

.public_title_left span,
.public_title_center span {
    font-weight: 500;
    font-size: 33px;
    color: #111111;
    display: block;
}

.public_title_left h5,
.public_title_center h5 {
    font-weight: 500;
    font-size: 33px;
    color: #111111;
    line-height: 100%;
    margin-top: 20px;
}

.Recommended_swiper {
    width: 100%;
    padding-bottom: 186px;
    padding-top: 240px;
}

.Recommended .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.Recommended .swiper-slide .left {
    width: 428px;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
}

.Recommended .swiper-slide .left p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制为两行 */
    overflow: hidden;
    margin-bottom: 30px;
}

.Recommended .swiper-slide .left .icon_box {
    display: block;
    width: auto ;
    max-width: 100% ;
}

.Recommended .swiper-slide .left a,
.about .out .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 46px;
    background: #0B897E;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 38px;
}

.Recommended .swiper-slide .left a img,
.about .out .right a img {
    display: block;
    margin-left: 10px;
    height: 11.54px;

}

.Recommended .swiper-slide .right {
    width: 838px;
    transform: translateX(100%);
    transition: 0.6s ease-in-out;
}

.Recommended .swiper-slide .right img {
    width: 100%;
    height: 100%;
    display: block;
    transform: translateY(-100px) scale(1);
}

.Recommended .but_box {
    bottom: 40px;
}

.Recommended .but_box .public .swiper-button-next,
.Recommended .but_box .public .swiper-button-prev {
    border: none;
    width: auto;
    height: auto;
}

.Recommended .but_box .public .swiper-button-next::after,
.Recommended .but_box .public .swiper-button-prev::after {
    color: #072B87;
    font-weight: bold;
}

.Recommended .but_box .public .swiper-pagination {
    display: flex;
    align-items: center;
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet {}




.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet-active {}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet-active::after {
    display: none;
}



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

.Recommended .swiper-slide-active .right {
    transform: translateX(-100px);
}

.products {
    padding: 89px 0px 95px 0px;
    box-sizing: border-box;
}

.products .out {
    margin-top: 60px;
    position: relative;
}

.products .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.products .title .box a {
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    margin-right: 88px;
}

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

.products_item {
    width: 32%;
    margin-right: 2%;
    background: url(../images/9581.png) no-repeat center;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

.products_swiper .products_item:last-child {
    margin-right: 0px;
}

.products_item a {
    width: 100%;
    display: block;
    padding: 70px 45px 28px 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products_item .img {
    width: 86%;
    height: 244px;
}

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

.products_item .text {
    width: 100%;
    height: 70px;
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_item .text h5 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: 0.5s ease-in-out;
}

.products_item .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
    position: absolute;
    text-align: center;
    bottom: -100px;
    transition: 0.5s ease-in-out;
    
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 限制为两行 */
overflow: hidden;
    
}

.products_item .titie {
    position: absolute;
    left: -100%;
    top: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    transition: 0.5s ease-in-out;
}

.products .out .swiper-button-prev,
.products .out .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #0B897E;
}

.products .out .swiper-button-prev::after,
.products .out .swiper-button-next::after {
    color: #FFFFFF;
    font-size: 19.49px;
}

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

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

.products_item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px #00000018;
    border-radius: 7px;
}

.products_item:hover .titie {
    left: 30px;
}

.products_item:hover h5 {
    bottom: -100px;
}

.products_item:hover p {
    bottom: 0px;
}

.Solution {
    width: 100%;
    background-size: cover !important;
    padding: 88px 0px 40px 0px;
    box-sizing: border-box;
}

.Solution .public_title_left span {
    color: #FFFFFF;
}

.Solution .public_title_left h5 {
    color: #FFFFFF;
}

.Solution .public_title_left P {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.7em;
    margin-top: 40px;
    box-sizing: border-box;
    width: 65%;
}

.Solution .out {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 758px;
}

.Solution .out .box {
    width: 28%;
    height: 121px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #959595;
    position: relative;
    padding: 20px 22px;
    box-sizing: border-box;
    margin-bottom: 69px;
    cursor: pointer;
}

.Solution .out .box .icon {
    height: 30.82px;
    display: inline;
    display: flex;
    justify-content: right;
    align-items: center;
}

.Solution .out .box .icon img {
    display: block;
    height: 30.82px;
    width: 30.82px;
    object-fit: contain;
}

.Solution .out .box .txt span {
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 7px;
}

.Solution .out .box .txt h5 {
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    display: block;
}

.Solution .out .box:hover {
    background: linear-gradient(90deg, #0B897E 0%, #57C7BD 100%);
}

.public_title_center span {
    text-align: center;
}

.public_title_center h5 {
    text-align: center;
}

.about {
    width: 100%;
    padding: 87px 0px 103px 0px;
    box-sizing: border-box;
    background: url(../images/386c194584e11e952c3f6db5e84791dfbe98b5311605b-enpzU1_fw1200.png) no-repeat center right;
}

.about .out {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .out .left {
    width: 48%;
    height: 470px;
}

.about .out .left video {
    width: 100% ;
    display: block ;
}

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

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

.about .out .right h5 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
}

.about .out .right p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.7em;
    margin-top: 45px;
}




.digital {
    width: 100%;
    height: 179px;
    display: flex;
    align-items: center;
    margin-top: 67px;
}

.digital .box {
    width: 25%;
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.digital .box::after {
    width: 1px;
    height: 107px;
    background: #C7CBCF;
    position: absolute;
    right: 0px;
    content: '';
}

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


.digital .box h5 {
    font-weight: 400;
    font-size: 21px;
    color: #111111;
    display: flex;
    align-items: end;
}

.digital .box h5 b {
    font-weight: 500;
    font-size: 52px;
    color: #111111;
    margin-right: 11px;
    line-height: 100%;
}

.digital .box i {
    width: 40px;
    height: 5px;
    background: #0B897E;
    display: block;
    margin-top: 28px;
}

.digital .box span {
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
    display: block;
}

.News {
    padding: 27px 0px 105px 0px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F9FCFE 0%, #EEFFFD 100%)
}

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

.News .title .right {
    display: flex;
    align-items: center;

}

.News .title .right a {
    width: 140px;
    height: 46px;
    border-radius: 23px 23px 23px 23px;
    border: 2px solid #D7D7D7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-right: 37px;
}

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

.News .title .right a:hover {
    border: 2px solid #0B897E;
    color: #0B897E;
}

.News .out {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.News .out .box {
    width: 48%;
    height: 282px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(7, 43, 135, 0.13);
    overflow: hidden;
}

.News .out .box a {
    display: flex;
    height: 100%;
}

.News .out .box a .left {
    width: 50%;
    height: 100%;


}

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

.News .out .box a .right {
    width: 50%;
    padding: 45px 43px 45px 25px;
    box-sizing: border-box;
}

.News .out .box a .right h5 {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News .out .box a .right span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
}

.News .out .box a .right p {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

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

.News .out_2 .box {
    width: 32%;
    margin-right: 2%;
    background: #F1F8FF;
    box-shadow: 0px 0px 6px 1px rgba(7, 43, 135, 0.13);
    height: 252px;
}

.News .out_2 .box:last-child {
    margin-right: 0px;
}

.News .out_2 a {
    display: block;
    padding: 44px 24px 45px 44px;
    box-sizing: border-box;
}

.News .out_2 a h5 {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    margin-bottom: 28px;
}

.News .out_2 a span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: block;
    margin-bottom: 37px;
}

.News .out_2 a p {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #0B897E;
}

.News .out_2 a p img {
    display: block;
    height: 11.54px;
    margin-left: 10px;
}


/* footer */
.footer {
    width: 100%;
    background: #000000;
    box-shadow: 0px -1px 6px 1px rgba(0, 0, 0, 0.16);
}

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

.footer .Top_out .logo {
    width: 216px;
}

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

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

.footer .Top_out .box span {
    font-weight: 400;
    font-size: 18px;
    color: #EBEBEB;
    display: block;
    margin-right: 16px;
}

.footer .Top_out .box .icon_box {
    position: relative;

}

.footer .Top_out .box .icon_box .icon {
    width: 42px;
    height: 42px;
    display: block;
}

.footer .Top_out .box .icon_box .img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 45px;
    background: #FFF;
    left: 50%;
    margin-left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    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: 60px;
}

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

.footer .list_out .right .box h5 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 39px;
}

.footer .list_out .right .box a {
    font-weight: 400;
    font-size: 15px;
    color: #DCDCDC;
    display: block;
    margin-bottom: 37px;
}

.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: 15px;
    color: #DCDCDC;
    margin-bottom: 54px;
}

.footer .link_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 50px;
}

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

.footer .link_list a {
    font-weight: 400;
    font-size: 15px;
    color: #DCDCDC;
    margin: 0px 5px;
}

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

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

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

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

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

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

.banner2 .text .public {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner2 .text h5 {
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
}

.banner2 .text h5 b {
    font-weight: bold;
    font-size: 64px;
    color: #0B897E;
}

.banner2 .text i {
    width: 131px;
    height: 6px;
    background: #0B897E;
    display: block;
    margin-top: 50px;
}

.auto_pages {
    margin-top: 100px;
    margin-bottom: 130px;
}

.auto_pages .out {
    padding-bottom: 90px;
    box-sizing: border-box;
    background: url(../images/386c194584e11e952c3f6db5e84791dfbe98b5311605b-enpzU1_fw1200.png) no-repeat center;
    background-position: center -340px;
}

.auto_pages .out h5 {
    font-weight: 400;
    font-size: 56px;
    color: #111111;
    margin-bottom: 70px;
    text-align: center;
}

.auto_pages .out p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.9em;
    text-align: left ;
}

.Culture {
    width: 100%;
    background: url(../images/9638.png) no-repeat center;
    background-size: cover;
    padding: 93px 0px;
    position: relative;
}

.Culture .out {
    display: flex;
    justify-content: right;
}

.Culture .out .left {
    position: absolute;
    left: 0px;
    height: 100%;
    background: #55585cc0;
    width: 45%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 160px;
    box-sizing: border-box;
    padding-right: 200px;
    box-sizing: border-box;
    z-index: 5;
}


.Culture .out .left .title span {
    font-weight: 500;
    font-size: 33px;
    color: #FFFFFF;
}

.Culture .out .left .title h5 {
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 50px;
}

.Culture .out .left .title i {
    width: 40px;
    height: 5px;
    background: #0B897E;
    display: block;
}

.Culture .out .left .text {
    margin-top: 60px;
}

.Culture .out .left .text p {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.6em;
}

.Culture .out .right {
    width: 65%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.Culture .out .right .text {
    width: 100%;
    background: rgba(255, 255, 255, 0.815);
    display: flex;
    flex-wrap: wrap;
}

.Culture .out .right .text .box {
    width: 50%;
    padding: 52px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Culture .out .right .text .box:nth-child(1),
.Culture .out .right .text .box:nth-child(2) {
    padding-bottom: 0px;
}

.Culture .out .right .text .box img {
    display: block;
    height: 79.98px;
    margin-bottom: 22px;
}

.Culture .out .right .text .box h5 {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    line-height: 100%;
    margin-bottom: 25px;
}

.Culture .out .right .text .box .txt {
    width: 70%;
    text-align: center;
}

.Culture .out .right .text .box .txt span {
    display: block;
    line-height: 2em;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}


.DevelopmentHistory .public {
    overflow: hidden;
}

.DevelopmentHistory {
    margin-top: 100px;
    margin-bottom: 100px;
}

.DevelopmentHistory .swiper-button-next,
.DevelopmentHistory .swiper-button-prev {
    position: relative;
    font-size: 20px;
    height: 20px;
    margin-top: 0px;
}


.Honor_pages .out .swiper {
    overflow: hidden;
    padding: 60px 1% 100px 1%;
    box-sizing: border-box;
}

.Honor_pages .out .swiper-slide {
    width: 23.5%;
    height: 490.58px;
    margin-right: 2%;
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.13);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Honor_pages .out .swiper-slide .img {
    width: 246px;
    height: 345px;
    object-fit: contain;
}

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

.Honor_pages .out .swiper-slide i {
    width: 90%;
    height: 2px;
    background: #EBEBEB;
    display: block;
    margin-bottom: 25px;
}

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


/* 联系我们 */
.Contact_Page {
    margin: 100px 0px 80px 0px;
}

.Contact_Page .out {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}

.Contact_Page .out .box {
    width: calc(100% / 4);
    border: 1px solid #DDDDDD;
    height: 302px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Contact_Page .out .box .img {
    width: 78px;
    height: 78px;
    margin-bottom: 26px;
}

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

.Contact_Page .out .box h5 {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}

.Contact_Page .out .box i {
    display: block;
    margin: 22px 0px;
    width: 39px;
    height: 4px;
    background: #005199;
}

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

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

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

/* 在线联系 */

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

.Feedback .out {
    width: 100%;
}

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

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

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

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

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

.Feedback .out input {
    width: 48%;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 0px 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.Feedback .out textarea {
    width: 100%;
    height: 214px;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 18px 21px 18px 21px;
    box-sizing: border-box;
    background: #FFF;
}

.Feedback .out button {
    width: 477px;
    height: 67px;
    background: #0B897E;
    border-radius: 33px 33px 33px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;

    border: none;
    margin: 0 auto;
    margin-top: 95px;

}

.CAPTCHA {
    width: 40%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

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

.CAPTCHA img {
    width: 120px;
    height: 48px;
    display: block;
}

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

/* Aftersales */
.Aftersales {
    width: 100%;
    margin-top: 100px;
}

.Aftersales .out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.Aftersales .out .box {
    width: 23%;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: 11px 11px 11px 11px;
    padding: 67px 28px 48px 28px;
    box-sizing: border-box;

}

.Aftersales .out .box img {
    display: block;
    height: 56.93px;
    margin: 0 auto;
    margin-bottom: 38px;
}

.Aftersales .out .box h5 {
    font-weight: 500;
    font-size: 19px;
    color: #0B897E;
    text-align: center;
}

.Aftersales .out .box p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.7em;
    margin-top: 30px;
    text-align: center;
}

.hacker_video {
    margin-top: 100px;
}

.hacker_video .out .swiper {
    padding: 60px 1% 100px 1%;
    box-sizing: border-box;
}

.hacker_video .out .swiper-slide {
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
}

.hacker_video .out .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 301px;
}

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

.hacker_video .out .swiper-slide .img .bof {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    margin-left: -27px;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}

.hacker_video .out .swiper-slide span {
    width: 100%;
    height: 100px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16);
    font-weight: 500;
    font-size: 24px;
    color: #111111;
}

.hacker_video .swiper-button-next,
.hacker_video .swiper-button-prev {
    position: relative;
    top: auto;
    margin-top: 0px;
    left: auto;
    right: auto;
}

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

.hacker_video .swiper-scrollbar {
    position: relative;
    width: 80%;
    left: auto;
    bottom: auto;
}

.hacker_video .button_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}

.hacker_video .out .swiper-slide:hover .img .bof {
    transform: scale(1);
}

.hacker_video .out .swiper-slide:hover span {
    color: #0B897E;
}

.Products_pages {
    margin: 100px 0px;
}

.Products_pages .out {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.Products_pages .out .products_item {
    margin-bottom: 15px;
}

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



/* 分页 */
.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.Pagination .Pagination_out {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pagination .Pagination_out a {
padding: 10px 20px;
    /* background: #0B897E; */
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    border-radius: 6px;
    margin: 0px 5px;
    cursor: pointer;
    border: 1px solid #0B897E;
    box-sizing: border-box;
}

.Pagination .Pagination_out a:hover,
.Pagination .Pagination_out a.on {
    color: #FFF;
    background: #0B897E;
}

.product_pages2 {
    margin-top: 138px;
}


.public_Tap_box {
    margin-top: 63px;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
}

.public_Tap_box a {
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    margin-right: 160px;
}

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

.solution_pages {
    margin: 100px 0px;
}

.solution_pages .out {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.solution_pages .out .box {
    width: 32%;
    margin-right: 2%;

}


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

.solution_pages .out .box .img {
    width: 100%;
    height: 301px;
    overflow: hidden;
}

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

.solution_pages .out .box .text {
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16);
    padding: 49px 30px 45px 44px;
    box-sizing: border-box;
    background: #FFF;
}

.solution_pages .out .box .text h5 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.solution_pages .out .box .text .p {
    height: 92px;
}

.solution_pages .out .box .text p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.solution_pages .out .box .text span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 34px;
}

.solution_pages .out .box .text span img {
    display: block;
    margin-left: 10px;
    height: 11.54px;
}

.solution_pages .out .box {
    position: relative;
    margin-bottom: 48px;
}

.solution_pages .out .box::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 5px;
    background: #0B897E;
    content: '';
    transition: 0.4s ease-in-out;
}

.solution_pages .out .box:hover .img img {
    transform: scale(1.2);
}

.solution_pages .out .box:hover .text h5 {
    color: #0B897E;
}

.solution_pages .out .box:hover .text span {
    color: #0B897E;
}

.solution_pages .out .box:hover .text span img {
    content: url(../images/jiantou2.png);
}

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

/* 新闻中心 */
.News_Page {
    margin-top: 100px;
    margin-bottom: 55px;
}

.News_Page .out {
    margin-top: 58px;
}

.News_Page .out .box {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    padding-bottom: 49px;
    box-sizing: border-box;
    margin-bottom: 53px;
}

.News_Page .out .box::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #0B897E;
    content: '';
    display: block;
    transition: 0.6s ease;
}

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

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

.News_Page .out .box .left {
    width: 28.25%;
}

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

.News_Page .out .box .left .img {
    width: 100%;
    height: 276px;
    overflow: hidden;
}

.News_Page .out .box .ceter {
    width: 9.313%;
}

.News_Page .out .box .ceter h6 {
    font-weight: 400;
    font-size: 45px;
    color: #0B897E;
    text-align: center;
}

.News_Page .out .box .ceter i {
    width: 100%;
    height: 1px;
    background: #707070;
    margin-top: 25px;
    margin-bottom: 18px;
    display: block;
}

.News_Page .out .box .ceter span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
    display: block;
}

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

.News_Page .out .box .right h5 {
    font-weight: 500;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 48px;
}

.News_Page .out .box .right p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 1px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 58px;

}

.News_Page .out .box .right .jiantou_box {
    width: 171px;
    height: 54px;
    /* background: #0B897E; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 54px;
    overflow: hidden;
    position: relative;
}

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

.News_Page .out .box .right .jiantou_box span {
    font-weight: 500;
    font-size: 14px;
    color: #99999B;

}

.News_Page .out .box .right .jiantou_box .jian {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    transform: translateX(10px);
    background: #0B897E;

}

.News_Page .out .box .right .jiantou_box:hover {
    /* background: #0B897E; */
}

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

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

.Case_pages {
    margin: 100px 0px;
}

.Case_pages .out {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.Case_pages .out .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 52px;
}

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

.Case_pages .out .box .img {
    width: 100%;
    height: 301px;
    overflow: hidden;
}

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

.Case_pages .out .box span {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16);
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.Case_pages .out .box:hover .img img {
    transform: scale(1.2);
}

.Case_pages .out .box:hover span {
    color: #0B897E;
}


/* 视频详情页 */
.Knowledge-list .max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.Knowledge-list {
    padding: 80px 0px;
}

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

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

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

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

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

.Knowledge-list .text {
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

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


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

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

.butt_box .left .box span,
.butt_box .left .box a {
    color: #666666;
    font-size: 13px;
    margin-bottom: 14px;
    display: block;
}

.butt_box .left .box a:hover {
    color: #3B6BB3;
}

.butt_box .right {
    width: 161px;
    height: 36px;
    background: #3B6BB3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.butt_box .right {
    cursor: pointer;
}


.prod_xq .nav {
    background: none;
    position: relative;
}

.prod_xq .nav .out ul li .title {
    color: #3D3D3D;
}

.Prod_xq_page {
    width: 100%;
    margin-top: 100px;
}

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

.Prod_xq_page .out .left {
    width: 45%;
}

.Prod_xq_page .out .left .Prod_swiper {
    width: 100%;
    height: 382px;
}

.Prod_xq_page .out .left .Prod_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Prod_xq_page .out .left .Prod_swiper .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.Prod_xq_page .out .left .Prod_swiper2_box {
    width: 100%;
    height: 125px;
    position: relative;
}

.Prod_xq_page .out .left .Prod_swiper2_box .Prod_swiper2 {
    height: 100%;
    margin-top: 30px;
}

.Prod_xq_page .out .left .Prod_swiper2_box .swiper-slide {
    height: 100%;
    width: 25%;
    background: #00000021;
    margin-right: 2%;
}

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

.Prod_xq_page .out .left .Prod_swiper2_box .swiper-slide-thumb-active {
    border: 2px solid #266EAA;
    box-sizing: border-box;
}

.Prod_xq_page .out .left .swiper-button-next:after,
.Prod_xq_page .out .left .swiper-button-prev:after {
    color: #888888;
    font-size: 18px;
}

.Prod_xq_page .out .right {
    width: 43%;
}

.Prod_xq_page .out .right h5 {
    font-weight: 400;
    font-size: 43px;
    color: #333333;
}

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

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

.Prod_xq_page .out .right a {
    width: 173px;
    height: 56px;
    background: #0B897E;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    border-radius: 41px 41px 41px 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    margin-top: 40px;
}

.Prod_xq_page .text_out {
    width: 100%;
    background: #FFF;
    padding: 60px 93px 90px 93px;
    box-sizing: border-box;
    border-radius: 41px 41px 41px 41px;
    margin-top: 67px;
    margin-bottom: 74px;
}

.Prod_xq_page .text_out .box .title {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #D6D6D6;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.Prod_xq_page .text_out .box .title img {
    height: 29px;
    display: block;
    margin-right: 19px;
}

.Prod_xq_page .text_out .box .title h5 {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
}

.Prod_xq_page .text_out .box .txt {
    margin-bottom: 64px;
}

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

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


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

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

.Characteristics_and_advantages .Char_box {
    width: 50%;
}

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

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

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


.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000000;
    overflow: hidden;
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet-active {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet-active span {
    position: absolute;
    color: #666666;
    font-size: 12px;
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet .circle {
    transition: all 0.56s;
    transform-origin: center;
    /* transform: scale(1); */
    display: none;
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet-active .circle {
    /* transform: scale(1.5); */
    opacity: 1;
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet-active .foreground {
    stroke-dashoffset: 0;
    animation: svgFrames 5s ease;
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet .wrapper {
    transition: all 0.56s;
    transform: scale(1);
    transform-origin: 50% 50%;
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet-active .wrapper {
    transform: scale(1);
}

.Recommended .but_box .public .swiper-pagination .swiper-pagination-bullet .background {
    transform-origin: 15px 15px;
    stroke: #E7E8EA;
    -webkit-transition: stroke .2s linear;
    transition: stroke .2s linear;
}




@keyframes svgFrames {
    0% {
        stroke-dashoffset: 75;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.dropdown::after {
    width: 15px;
    height: 15px;
    background: #FFFF;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: -7.5px;
    left: 50%;
    margin-left: -7.5px;
}

.dropdown {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    width: 160px;
    padding: 15px 20px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -80px;
    transform: translateY(70px) scale(0.6);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}

.dropdown a {
    display: block;
    color: #333333;
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
}

.dropdown a:hover {
    color: #0B897E;
}

.nav .out ul li:hover .dropdown {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: all;
}

.Tipswindown {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.21);
    display: none;
}

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

.Tipswindown .out .video_box {
    width: 60%;
    height: 60vh;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px #00000052;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.Tipswindown .out .video_box video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

}

.Tipswindown .out .video_box span {
    position: absolute;
    right: -40px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background: #0B897E;
    color: #FFF;
    font-size: 24px;
}


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

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

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


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


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

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


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

    display: none;

}

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

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

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

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

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


@media (max-width:1100px) {

    .min_navCan {
        display: flex ;
    }

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

    .nav .out ul {
        display: none;
    }

    .nav {
        height: 0.9rem;
        background: #FFFFFF;
    }

    .nav .out .logo {
        height: 0.48rem;
        width: 1.65rem;
    }

    .banner {
        margin-top: 0.9rem;
    }

    .but_box .public .swiper-button-next,
    .but_box .public .swiper-button-prev {
        width: 0.6rem;
        height: 0.6rem;
        border: 0.02rem solid #FFFFFF;
    }

    .but_box .public .swiper-button-next::after,
    .but_box .public .swiper-button-prev::after {
        font-size: 0.14rem;
    }

    .but_box .public .swiper-pagination .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.02rem;
    }

    .but_box {
        bottom: 0.3rem;
    }

    .but_box .public .swiper-button-prev {
        left: -0.9rem;
    }

    .banner .swiper-slide .img img {
        height: 100%;
        height: 4rem;
        object-fit: cover;
    }

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

    .banner .swiper-slide .text h5 {
        font-size: 0.48rem;
        text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21);
        transform: translateY(0.6rem);
    }

    .banner .swiper-slide .text p {
        font-size: 0.2rem;
        display: none;
    }

    .banner .swiper-slide .text i {
        width: 40%;
        height: 0.01rem;
        margin: 0.5rem 0px 0.7rem 0px;
        transform: translateY(0.6rem);
    }

    .banner .swiper-slide .text a {
        width: 2.2rem;
        height: 0.46rem;
        font-size: 0.16rem;
        margin-top: 1.07rem;
        transform: translateY(0.6rem);
        display: none;
    }

    .banner .swiper-slide .text i::after {
        width: 1.3rem;
        height: 0.03rem;
        top: -0.01rem;
    }

    .banner .swiper-slide-active .text h5, .banner .swiper-slide-active .text i, .banner .swiper-slide-active .text p, .banner .swiper-slide-active .text a {
        transform: translateY(0);
    }

    .Recommended .title {
        margin-bottom: 0.3rem;
        top: 0.7rem;
        position: relative;
    }

    .public_title_left span,
    .public_title_center span {
        font-size: 0.33rem;
    }

    .public_title_left h5,
    .public_title_center h5 {
        font-size: 0.33rem;
        margin-top: 0.2rem;
    }

    .Recommended .title .logo {
        display: none;
    }

    .Recommended .swiper-slide {
        flex-wrap: wrap;
    }

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

    .Recommended .swiper-slide-active .right {
        transform: translateX(0);
    }

    .Recommended .swiper-slide .right img {
        transform: translateY(0) scale(1);
    }

    .Recommended_swiper {
        width: 100%;
        padding-bottom: 1.8rem;
        padding-top: 1rem;
    }

    .Recommended .swiper-slide .left .icon_box {
        width: 50%;
    }

    .Recommended .swiper-slide .left p {
        font-size: 0.16rem;
        margin-bottom: 0.3rem;
    }

    .Recommended .swiper-slide .left a,
    .about .out .right a {
        width: 2.12rem;
        height: 0.46rem;
        font-size: 0.16rem;
        margin-top: 0.38rem;
    }

    .Recommended .swiper-slide .left a img,
    .about .out .right a img {
        margin-left: 0.1rem;
        height: 0.12rem;
    }

    .products {
        padding: 0.8rem 0px 0.9rem 0px;
    }

    .products .title {
        flex-wrap: wrap;
    }

    .products .title .box {
        width: 100%;
        margin-top: 0.3rem;
    }

    .products .title .box a {
        font-size: 0.2rem;
        margin-right: 0.2rem;
    }

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

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

    .products_item {
        width: 100%;
        margin-right: 2%;
    }

    .products_item a {
        padding: 0.7rem 0.45rem 0.28rem 0.45rem;
    }

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

    .products_item .img {
        height: 2.44rem;
    }

    .products_item .titie {
        top: 0.3rem;
        font-size: 0.2rem;
    }

    .products_item .text p {
        font-size: 0.16rem;
    }

    .products_item .text {
        height: 0.7rem;
        margin-top: 0.4rem;
    }

    .products .out .swiper-button-prev,
    .products .out .swiper-button-next {
        width: 0.4rem;
        height: 0.4rem;
    }

    .products_item .text h5 {
        font-size: 0.2rem;
    }

    .products .out .swiper-button-prev::after,
    .products .out .swiper-button-next::after {
        font-size: 0.19rem;
    }

    .Solution {
        padding: 0.88rem 0px 0.4rem 0px;
    }

    .Solution .public_title_left P {
        font-size: 0.16rem;
        margin-top: 0.4rem;
        width: 100%;
    }

    .Solution .out {
        margin-top: 0.6rem;
        width: 100%;
    }

    .Solution .out .box {
        width: 28%;
        height: 1.4rem;
        border-radius: 0.03rem;
        padding: 0.2rem 0.22rem;
        margin-bottom: 0.6rem;
    }

    .Solution .out .box .icon {
        height: 0.3rem;
    }

    .Solution .out .box .icon img {
        display: block;
        width: 0.3rem;
        height: 0.3rem;
        object-fit: contain;
    }

    .Solution .out .box .txt span {
        font-size: 0.17rem;
        margin-bottom: 0.07rem;
    }

    .Solution .out .box .txt h5 {
        font-size: 0.17rem;
    }

    .about {
        padding: 0.87rem 0px 1rem 0px;
    }

    .about .out {
        margin-top: 0.6rem;
        flex-wrap: wrap;
    }

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

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

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

    .about .out .right p {
        font-size: 0.16rem;
        margin-top: 0.45rem;
    }

    .digital {
        height: auto;
        margin-top: 0.6rem;
        flex-wrap: wrap;
    }

    .digital .box {
        width: 50%;
        margin-bottom: 0.3rem;
    }

    .digital .box h5 {
        font-size: 0.2rem;
    }

    .digital .box h5 b {
        font-size: 0.5rem;
        margin-right: 0.11rem;
    }

    .digital .box i {
        width: 0.4rem;
        height: 0.05rem;
        margin-top: 0.28rem;
    }

    .digital .box span {
        font-size: 0.18rem;
        margin-top: 0.2rem;
    }

    .digital .box::after {
        width: 1px;
        height: 1rem;
    }

    .News .title .right a {
        width: 1.4rem;
        height: 0.46rem;
        border-radius: 0.23rem;
        border: 0.02rem solid #D7D7D7;
        font-size: 0.16rem;
        margin-right: 0.37rem;
    }

    .News .out {
        margin-top: 0.55rem;
        margin-bottom: 0.3rem;
        flex-wrap: wrap;
    }

    .News .out .box {
        width: 100%;
        height: 3rem;
        margin-bottom: 0.3rem;
    }

    .News .out .box a .right {
        padding: 0.4rem 0.43rem 0.45rem 0.25rem;
    }

    .News .out .box a .right h5 {
        font-size: 0.22rem;
    }

    .News .out .box a .right span {
        font-size: 0.16rem;
        margin-top: 0.3rem;
        margin-bottom: 0.2rem;
    }

    .News .out .box a .right p {
        font-size: 0.16rem;
    }

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

    .News .out_2 .box {
        width: 100%;
        margin-right: 0%;
        height: 2.6rem;
        margin-bottom: 0.45rem;
    }

    .News .out_2 a {
        padding: 0.44rem 0.24rem 0.45rem 0.44rem;
    }

    .News .out_2 a h5 {
        font-size: 0.22rem;
        margin-bottom: 0.28rem;
    }

    .News .out_2 a span {
        font-size: 0.16rem;
        margin-bottom: 0.37rem;
    }

    .News .out_2 a p {
        font-size: 0.16rem;
    }

    .News .out_2 a p img {
        height: 0.12rem;
        margin-left: 0.1rem;
    }

    .News {
        padding: 0.27rem 0px 0.6rem 0px;
    }


    .footer .Top_out {
        padding: 0.25rem 0px;
    }

    .footer .Top_out .logo {
        width: 1.2rem;
    }

    .footer .Top_out .box span {
        font-size: 0.18rem;
        margin-right: 0.16rem;
    }

    .footer .Top_out .box span {
        display: none;
    }

    .footer .Top_out .box .icon_box .icon {
        display: none;
    }

    .footer .Top_out .box .icon_box .img {
        width: 1rem;
        height: 1rem;
        position: relative;
        top: 0px;
        background: #FFF;
        left: 0px;
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.05rem;
        box-sizing: border-box;
        display: block;
    }

    .footer .Top_out .box .icon_box .icon {
        width: 0.42rem;
        height: 0.42rem;
    }

    .footer .list_out .right {
        display: none;
    }

    .footer .list_out {
        margin-top: 0.6rem;
        width: 100%;
    }

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

    .footer .list_out .left p {
        font-size: 0.18rem;
        margin-bottom: 0.4rem;
    }

    .footer .link_list {
        margin-top: 0.4rem;
        padding-bottom: 0.5rem;
    }

    .footer .link_list h5 {
        font-size: 0.15rem;
    }

    .footer .link_list a {
        font-size: 0.15rem;
        margin: 0px 0.05rem;
    }


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

    .public_Tap_box a {
        font-size: 0.2rem;
        margin-right: 3vw;
    }

    .public_Tap_box {
        margin-top: 0.6rem;
        margin-bottom: 0.42rem;
    }

    .Products_pages {
        margin: 1rem 0px;
    }

    .Products_pages .out {
        margin-bottom: 0.7rem;
    }

    .Pagination .Pagination_out a {
        width: 0.43rem;
        height: 0.43rem;
        font-size: 0.18rem;
        margin: 0px 0.05rem;
    }

    .banner2 {
        margin-top: 0.9rem;
    }

    .banner2 .text h5,
    .banner2 .text h5 b {
        font-size: 0.5rem;
    }

    .banner2 .text i {
        width: 1.3rem;
        height: 0.06rem;
        margin-top: 0.5rem;
    }

    .solution_pages {
        margin: 1rem 0px;
    }

    .solution_pages .out {
        margin-top: 0.6rem;
        margin-bottom: 0.3rem;
    }

    .solution_pages .out .box {
        margin-bottom: 0.48rem;
        width: 100%;
        margin-right: 0px;
    }

    .solution_pages .out .box .img {
        height: 4rem;
    }

    .solution_pages .out .box .text {
        box-shadow: 0px 0.02rem 0.1rem 1px rgba(0, 0, 0, 0.16);
        padding: 0.49rem 0.3rem 0.45rem 0.44rem;
    }

    .solution_pages .out .box .text h5 {
        font-size: 0.24rem;
        margin-bottom: 0.3rem;
    }

    .solution_pages .out .box .text .p {
        height: 0.92rem;
    }

    .solution_pages .out .box .text p {
        font-size: 0.18rem;
    }

    .solution_pages .out .box .text span {
        font-size: 0.16rem;
        margin-top: 0.34rem;
    }

    .solution_pages .out .box .text span img {
        margin-left: 0.1rem;
        height: 0.12rem;
    }

    .Aftersales {
        margin-top: 1rem;
    }

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

    .Aftersales .out .box {
        width: 48%;
        box-shadow: 0px 0.03rem 0.1rem 1px rgba(0, 0, 0, 0.16);
        border-radius: 0.1rem;
        padding: 0.6rem 0.25rem 0.43rem 0.25rem;
        margin-bottom: 0.3rem;
    }

    .Aftersales .out .box img {
        height: 0.57rem;
        margin-bottom: 0.38rem;
    }

    .Aftersales .out .box h5 {
        font-size: 0.18rem;
    }

    .Aftersales .out .box p {
        margin-top: 0.3rem;
        font-size: 0.16rem;
    }

    .hacker_video {
        margin-top: 0.7rem;
    }

    .hacker_video .out .swiper {
        padding: 0.6rem 1% 1rem 1%;
        box-sizing: border-box;
    }

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

    .hacker_video .out .swiper-slide .img {
        height: 4rem;
    }

    .hacker_video .out .swiper-slide span {
        height: 1rem;
        box-shadow: 0px 0.02rem 0.1rem 1px rgba(0, 0, 0, 0.16);
        font-size: 0.24rem;
    }

    .hacker_video .button_box {
        margin-top: 0.9rem;
    }


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

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

    .News_Page .out .box .left .img {
        height: 3rem;
    }

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

    .News_Page .out .box .ceter {
        display: none;
    }

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

    .News_Page .out .box .right h5 {
        font-size: 0.24rem;
        margin-bottom: 0.20rem;
    }

    .News_Page .out .box .right p {
        font-size: 0.18rem;
        margin-bottom: 0.38rem;
    }

    .News_Page .out .box .right .jiantou_box {
        width: 1.71rem;
        height: 0.54rem;
        border-radius: 0.54rem;
    }

    .News_Page .out .box .right .jiantou_box span {
        font-size: 0.14rem;
    }

    .News_Page .out .box .right .jiantou_box .jian {
        width: 0.54rem;
        height: 0.54rem;
        font-size: 0.18rem;
        transform: translateX(0.1rem);
    }

    .News_Page .out .box {
        padding-bottom: 0.49rem;
        margin-bottom: 0.53rem;

    }

    .News_Page {
        margin-top: 1rem;
        margin-bottom: 0.55rem;
    }

    .Case_pages {
        margin: 1rem 0px;
    }

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

    .Case_pages .out .box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0.52rem;
    }

    .Case_pages .out .box .img {
        height: 4rem;
    }

    .Case_pages .out .box span {
        height: 1rem;
        font-size: 0.24rem;
        box-shadow: 0px 0.02rem 0.1rem 1px rgba(0, 0, 0, 0.16);
    }

    .auto_pages {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .auto_pages .out h5 {
        font-size: 0.56rem;
        margin-bottom: 0.7rem;
    }

    .auto_pages .out p {
        font-size: 0.18rem;
    }

    .Culture {
        padding: 0.9rem 0px;
    }

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

    .Culture .out .left {
        position: relative;
        width: 100%;
        padding: 0.3rem 0.2rem;
        box-sizing: border-box;
    }

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

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

    .Culture .out .left .title i {
        width: 0.4rem;
        height: 0.05rem;
    }

    .Culture .out .left .text {
        margin-top: 0.6rem;
    }

    .Culture .out .left .text p {
        font-size: 0.15rem;
    }

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

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

    .Culture .out .right .text .box {
        padding: 0.52rem 0px;
    }

    .Culture .out .right .text .box img {
        height: 0.8rem ;
        margin-bottom: 0.22rem ;
    }

    .Culture .out .right .text .box h5 {
        font-size: 0.28rem ;
        margin-bottom: 0.25rem ;
    }

    .DevelopmentHistory {
        margin: 1rem 0px ;   
    } 

    .Honor_pages .out .swiper {
        padding: 0.6rem  1% 1rem 1%;
    }
    
    .Culture .out .right .text .box .txt span {
        font-size: 0.18rem ;
    }


    .Honor_pages .out .swiper-slide .img {
        width: 2.5rem ;
        height: 3.5rem ;
    }

    .Honor_pages .out .swiper-slide i {
        height: 0.02rem ;
        margin-top: 0.25rem ;
        margin-bottom: 0.25rem ;
    }

    .Honor_pages .out .swiper-slide span {
        font-size: 0.23rem ;
    }

    .Honor_pages .out .swiper-slide {
        height: 5rem ;
        width: 50% ;
    }

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

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

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

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

    .CAPTCHA img{
        width: 1.2rem  ;
        height: 0.48rem  ;
        display: block ;
    }

    


    .Contact_Page {
        margin: 1rem 0px 0.7rem   0px;
    }

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

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

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

    .Contact_Page .out .box h5 {
        font-size: 0.22rem ;
    }

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

    .Contact_Page .out .box span {
        font-size: 0.18rem ;
        padding: 0px 0.3rem ;
        box-sizing: border-box ;
    }

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

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

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

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

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

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

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

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

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

    .Knowledge-list .titel h5 {
        font-size: 0.3rem;
    }

    .Knowledge-list .release {
        height: 0.62rem;
        margin-top: 0.3rem;
    }

    .Knowledge-list .release span {
        font-size: 0.13rem;
    }

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

    .Knowledge-list .text {
        font-size: 0.22rem;
    }

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

    .butt_box .right {
        display: none;
    }

    .butt_box {
        margin-top: 0.61rem;
    }

    .butt_box .left .box span {
        flex: none;
    }

    .butt_box .left .box span,
    .butt_box .left .box a {
        font-size: 0.13rem;
        margin-bottom: 0.14rem;
    }


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

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

    .Prod_xq_page .out .left .Prod_swiper {
        height: 3.8rem;
    }

    .Prod_xq_page .out .left .Prod_swiper2_box {
        height: 1.25rem;
    }

    .Prod_xq_page .out .left .Prod_swiper2_box .swiper-slide-thumb-active {
        border: 0.02rem solid #266EAA;
    }

    .Prod_xq_page .out .left .swiper-button-next:after,
    .Prod_xq_page .out .left .swiper-button-prev:after {
        font-size: 0.18rem;
    }

    .Prod_xq_page .out .right {
        margin-top: 0.4rem;
    }

    .Prod_xq_page .out .right h5 {
        font-size: 0.43rem;
    }

    .Prod_xq_page .out .right i {
        width: 100%;
        height: 1px;
        margin: 0.49rem 0px;
    }

    .Prod_xq_page .out .right p {
        font-size: 0.24rem;
    }

    .Prod_xq_page .out .right a {
        width: 1.73rem;
        height: 0.56rem;
        box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08);
        border-radius: 0.41rem;
        font-size: 0.18rem;
        margin-top: 0.4rem;
    }

    .Prod_xq_page .text_out {
        padding: 0.6rem 0.33rem 0.9rem 0.33rem;
        border-radius: 0.21rem;
        margin-top: 0.67rem;
        margin-bottom: 0.74rem;
    }

    .Prod_xq_page .text_out .box .title {
        padding-bottom: 0.35rem;
        margin-bottom: 0.35rem;
    }

    .Prod_xq_page .text_out .box .title img {
        height: 0.29rem;
        margin-right: 0.19rem;
    }

    .Prod_xq_page .text_out .box .title h5 {
        font-size: 0.28rem;
    }

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

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

    .Characteristics_and_advantages{
        margin-top: 0.3rem ;
    }

    .Characteristics_and_advantages h5 {
        font-size: 0.2rem ;
        margin-bottom: 0.15rem ;
    }

    .Characteristics_and_advantages .Char_list_item {
        margin-bottom: 0.15rem ;
    }

    .Characteristics_and_advantages .Char_list_item span {
        font-size: 0.18rem ;
    }

    .Characteristics_and_advantages .Char_list_item i {
        width: 0.07rem ;
        height: 0.07rem ;
        margin-right: 0.09rem ;
    }

    .Prod_xq_page {
        margin-top: 1rem ;
    }

}


@media (min-width:600px) and (max-width:1100px) {

    .Recommended .swiper-slide .right {
        width: 50% ;
    }

    .products_item {
        width: 48% ;
    }

    .Case_pages .out .box .img {
        height: 3rem;
    }

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

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

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

    .Products_pages .out .products_item {
        width: 48%;
        margin-right: 0px;
    }

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

    .solution_pages .out .box .img {
        height: 3rem;
    }

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

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

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

    .News_Page .out .box {
        width: 100%;
        margin-right: 0px;
    }

}


@media (min-width:1101px) and (max-width:1600px) {

    .Culture .out .left {
        padding-left: 3% ;
    }

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

    .nav .out ul li {
        margin-right: 3vw;
    }

    .banner .swiper-slide .text h5 {
        font-size: 40px;
    }
    .but_box {
        bottom: 20px;
    }

    .banner .swiper-slide .text a {
        margin-top: 40px;
        width: 150px;
    }

    .banner .swiper-slide .text i {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .banner .swiper-slide .text p {
        font-size: 16px;
    }

    .Recommended .title {
        position: relative;
    }

    .Recommended .swiper-slide .right img {
        transform: translateY(0) scale(1);
    }

    .Recommended .swiper-slide-active .right {
        transform: translateX(0);
        width: 50%;
    }

    .Recommended_swiper {
        padding-bottom: 160px;
        padding-top: 150px;
    }

    .products_item {
        width: 48%;
    }

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

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

    .products .title .box a {
        font-size: 16px;
        margin-right: 3vw;
    }

    .banner2 .text h5,
    .banner2 .text h5 b {
        font-size: 48px;
    }

    .banner2 .text i {
        margin-top: 30px;
    }

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

    .public_Tap_box a {
        margin-right: 4vw;
    }

    .Products_pages .out .products_item {
        margin-right: 0px;
    }

}

@media (min-width:1300px) and (max-width:1600px) {
    .products_item {
        width: 32%;
    }

    .nav .out ul li {
        margin-right: 5vw;
    }

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

    .Products_pages .out .products_item {
        margin-right: 2%;
    }
}

@media (min-width:1600px) and (max-width:1750px) {
    .products .out .swiper-button-next {
        right: 0px;
    }

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