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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

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

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

.nav .out .logo {
    height: 52px;
    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%;
    margin-right: 85px;
    position: relative;
}

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

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



.Dow_list {
    position: absolute;
    top: 90px;
    background: #ffffff00;
    left: 50%;
    margin-left: -100px;
    display: none;
}

.Dow_list .box {
    width: 200px;
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px #00000018;
}

.Dow_list .box::after {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #FFF;
    content: '';
    margin-left: -10px;
    z-index: -1;
    box-shadow: 0px 0px 10px 1px #0000001c;
}

.Dow_list .box a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.Dow_list .box a::after {
    position: absolute;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #034EA2;
    content: '';
    bottom: 0px;
    transition: 0.5s ease-in-out;
}

.Dow_list .box a:hover::after {
    width: 100%;
}

.Dow_list .box a:hover {
    color: #034EA2;
}

.nav .out ul li:hover .Dow_list {
    display: block;
}

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

.nav .out .button_list a {
    display: flex;
    align-items: center;
    width: 129px;
    height: 33px;
    background: rgba(3, 78, 162, 0.79);
    box-shadow: 0px 0px 6px 1px rgba(3, 78, 162, 0.48);
    border-radius: 17px 17px 17px 17px;
    border: 1px solid #034EA2;
    justify-content: center;
    font-size: 13px;
    color: #FFF;
}

.nav .out .button_list a:last-child {
    margin-left: 20px;
}

.nav .out .button_list a img {
    display: block;
    width: 15.66px;
    margin-right: 5px;
}

.Scroll_Nav {
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #00000024;
}

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

.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: 63px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 100%;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.1s;
}

.banner .swiper-slide .text p {
    font-weight: 400;
    font-size: 39px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 1.8em;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: 0.4s;
    margin-top: 60px;
}

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

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


.public_title {
    width: 100%;
}

.public_title span {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 33px;
    color: #111111;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.public_title h5 {
    font-weight: 500;
    font-size: 40px;
    color: #111111;
    text-align: center;
}

.About_US {
    margin: 100px 0px;
}

.About_US .out {
    margin-top: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.About_US .out .left {
    width: 46%;
}

.About_US .out .left video {
    width: 100%;
    display: block;
    box-shadow: 0px 0px 10px 1px #0000001e;
}

.About_US .out .right {
    width: 49%;
}

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

.About_US .out .right p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.7em;
    margin-bottom: 47px;
}

.public_Learn_More {
    width: 212px;
    height: 46px;
    background: #034EA2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.public_Learn_More img {
    height: 11.5px;
    display: block;
    margin-left: 10px;
}

.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: #034EA2;
    display: block;
    margin-top: 28px;
}

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

.PRODUCTS {
    width: 100%;
    position: relative;
    background: url(../images/9917.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.PRODUCTS .Img_list {
    width: 100%;
}

.PRODUCTS .Img_list img {
    width: 100%;
    display: block;
}

.PRODUCTS .out {
    width: 100%;
    height: 100%;
    padding-top: 76px;
    box-sizing: border-box;
}

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

.PRODUCTS .out .list {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    margin-top: 20%;
}

.PRODUCTS .out .list .item {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    border-right: 2px solid rgba(255, 255, 255, 0.37);
    border-bottom: 2px solid rgba(255, 255, 255, 0.37);
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.24);
}

.PRODUCTS .out .list .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.PRODUCTS .out .list .item:nth-child(5n) {
    border-right: none;
}

.PRODUCTS .out .list .item img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 15px;
    object-fit: contain;
}

.PRODUCTS .out .list .item span {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.PRODUCTS .out .list .item:hover {
    background: #034EA2;
}

/* News */
.News_pages {
    width: 100%;
    margin: 100px 0px 80px 0px;
}

.News_pages .swiper-slide {
    width: 32%;
    margin-right: 2%;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.News_pages .swiper-slide .img {
    width: 100%;
    height: 343.41px;
    overflow: hidden;
}

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

.News_pages .swiper-slide .text {
    width: 100%;
    background: #FFF;
    padding: 43px 25px 28px 39px;
    box-sizing: border-box;
}

.News_pages .swiper-slide .text h5 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    line-height: 1.6em;
    max-height: 76.81px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News_pages .swiper-slide .text i {
    width: 40px;
    height: 2px;
    background: #034EA2;
    display: block;
    margin: 18px 0px 20px 0px;
}

.News_pages .swiper-slide .text p {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 1.65em;
    margin-bottom: 8px;
    max-height: 54.91px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News_pages .swiper-slide .text span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.News_pages .News_swiper {
    padding: 0px 1%;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.News_pages .out {
    margin-top: 60px;
}

.Cover {
    padding: 94px 0px 60px 0px;
    box-sizing: border-box;
    background-size: cover !important;
}

.Cover h5 {
    font-weight: 400;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 1.6em;
}

.Cover p {
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    margin: 48px 0px 68px 0px;
}

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

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

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

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

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

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

.footer .Top_out .box:nth-child(1) {
    margin-right: 60px;
}

.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: 18px ;
    color: #FFFFFF;
    margin-bottom: 30px ;
}

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

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

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


/* 新闻中心 */
.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: #034EA2;
    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: #034EA2;
    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: #034EA2; */
    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: #034EA2;
    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: #034EA2;

}

.News_Page .out .box .right .jiantou_box:hover {
    /* background: #034EA2; */
}

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

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

.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: 400;
    font-size: 48px;
    color: #FFFFFF;
}

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

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


/* 分页 */
.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 {
    width: 43px;
    height: 43px;
    /* background: #007DD4; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    border-radius: 50%;
    margin: 0px 5px;
}

.Pagination .Pagination_out a:hover,
.Pagination .Pagination_out a.on {
    color: #FFF;
    background: #007DD4;
}

.classify {
    width: 100%;
    margin: 43px 0px 39px 0px;
}

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

.classify .out a {
    font-weight: 400;
    font-size: 22px;
    color: #999999;
}

.classify .out i {
    width: 1px;
    height: 15px;
    background: #CCCCCC;
    margin: 0px 70px;
    display: block;
}

.classify .out a:hover,
.classify .out a.on {
    color: #034EA2;
}

.Products {
    margin-bottom: 70px;
}

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

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

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

.Products .out .box .img {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

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

.Products .out .box span {
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 29px;
}

.Products_xq {
    width: 100%;
}

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

.Products_xq .out .left {
    width: 46.5%;
}

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

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

.Products_xq .out .right h5 {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    margin-bottom: 40px;
}

.Products_xq .out .right p {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 1.7em;
}

.Products_xq .product_presentation {
    width: 100%;
    margin-top: 64px;
}

.Products_xq .product_presentation .title {
    width: 100%;
    margin-bottom: 45px;
}

.Products_xq .product_presentation .title h5 {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin-bottom: 30px;
}

.Products_xq .product_presentation .title i {
    width: 72px;
    height: 4px;
    background: #034EA2;
    display: block;
}

.Products_xq .product_presentation .text {
    width: 100%;
}

.Products_xq .product_presentation .text table {
    width: 100% ;
     border-collapse: collapse;
}

.Products_xq .product_presentation .text table tr , .Products_xq .product_presentation .text table td , .Products_xq .product_presentation .text table p , .Products_xq .product_presentation .text table div , .Products_xq .product_presentation .text table span {
    font-size: 0.15rem !important;
    line-height: 2em !important;
    height: auto ;
}

 .Products_xq .product_presentation .text table td {
     padding: 0.1rem 0px ;
 }

.Products_xq .product_presentation .text img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.Products_xq .title h5 {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin-bottom: 50px;
}

.Products_xq .Other_Products {
    margin-top: 80px;
    margin-bottom: 90px;
}

.Products_xq .Other_Products .swiper-slide {
    width: 32%;
    margin-right: 2%;
}

.Products_xq .Other_Products .swiper-slide .img {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.Products_xq .Other_Products .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Products_xq .Other_Products .swiper-slide:last-child {
    margin-right: 0px;
}

.Products_xq .Other_Products .swiper-slide span {
    display: block;
    margin-top: 29px;
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    text-align: center;
}

.corporate_culture {
    position: relative;
    width: 100%;
    padding-bottom: 225px;
}

.corporate_culture::after {
    background: url(../images/8fecd5e1840ad153d222de5a6db31b256aa6a0d8967f7-wwz8vS.png) no-repeat center;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    content: ' ';
    height: 100%;
    margin-left: -20%;
    background-size: cover;
    z-index: -1;
    padding-top: 100px;
}

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

.corporate_culture .out .left {
    width: 40%;
}

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

.corporate_culture .out .left .title h5 {
    font-weight: 500;
    font-size: 40px;
    color: #111111;
    margin-top: 10px;
}

.corporate_culture .out .left .text {
    margin-top: 50px;
}

.corporate_culture .out .left .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.7em;
}

.corporate_culture .out .left a {
    width: 241px;
    height: 58px;
    background: #034EA2;
    border-radius: 29px 29px 29px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 53px;
}

.corporate_culture .out .right {
    width: 50%;
    position: relative;
}

.corporate_culture .out .right img {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0px 0px 6px 1px rgba(3, 78, 162, 0.13);
}

.corporate_culture .out .right img:nth-child(1) {
    right: 180px;
    top: 146px;
    width: 434px;
    height: 282px;
    z-index: 10;
}

.corporate_culture .out .right img:nth-child(2) {
    width: 286px;
    height: 193px;
    z-index: 9;
    top: 12px;
}

.corporate_culture .out .right img:nth-child(3) {
    width: 198px;
    height: 136px;
    right: 347px;
}

.corporate_culture .out .right img:nth-child(4) {
    width: 267px;
    height: 160px;
    right: auto;
    left: -27px;
    top: 59px;
    z-index: 11;
}

.corporate_culture .out .right img:nth-child(5) {
    width: 180px;
    height: 119px;
    right: auto;
    left: -39px;
    top: 279px;
}

.Honor .out {
    margin-top: 68px;
    margin-bottom: 100px;
    position: relative;
}

.Honor .out .swiper .swiper-slide {
    width: 23.5%;
    margin-right: 2%;
}

.Honor .out .swiper .swiper-slide .img {
    width: 100%;
    height: 253px;
}

.Honor .out .swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Honor .out .swiper .swiper-slide span {
    margin-top: 28px;
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #2D2D2D;
    text-align: center;
}

.Honor .out .swiper-button-next,
.Honor .out .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Honor .out .swiper-button-next::after,
.Honor .out .swiper-button-prev::after {
    font-size: 20px;
    color: #FFF;
}

.Honor .out .swiper-button-next {
    right: -6%;
}

.Honor .out .swiper-button-prev {
    left: -6%;
}

.Honor .out .swiper-button-next:hover,
.Honor .out .swiper-button-prev:hover {
    background: #034EA2;
}


.Latest {
    margin: 100px 0px 80px 0px;
}

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

.Latest .out .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}

.Latest .out .box .text {
    padding: 43px 25px 28px 39px;
    box-sizing: border-box;
}

.Latest .out .box .img {
    width: 100%;
    height: 343.41px;
}

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

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

.Latest .out .box .text h5 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    min-height: 67px;
}

.Latest .out .box .text i {
    width: 40px;
    height: 2px;
    background: #034EA2;
    display: block;
    margin: 18px 0px 20px 0px;
}

.Latest .out .box .text p {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 1.7em;
    min-height: 53px;
    margin-bottom: 8px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 限制为两行 */
overflow: hidden;
}

.Latest .out .box .text span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.Jobs {
    width: 100%;
    margin: 78px 0px 80px 0px;
}

.Jobs .but {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.Jobs .but a {
    width: 173px;
    height: 56px;
    background: #F1F1F1;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666666;
    margin: 0px 35px;
    border-radius: 30px;
}

.Jobs .but a.on {
    background: #034EA2;
    color: #FFF;
}

.Jobs .out {
    margin-top: 90px;
}

.Jobs .out .box {
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
}

.Jobs .out .box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 30px 29px;
    box-sizing: border-box;
    background: #F7F9FA;
}

.Jobs .out .box .title .left {
    width: calc(100% - 130px);
}

.Jobs .out .box .title .left h5 {
    font-size: 24px;
    color: #034EA2;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Jobs .out .box .title .left p {
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.Jobs .out .box .title .right {
    width: 124px;
    height: 40px;
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #034EA2;
    border-radius: 20px;
}

.Jobs .out .box .text {
    width: 100%;
    background: #F7F9FA;
    padding: 30px 20px;
    box-sizing: border-box;
    border-top: 1px solid #cccccc63;
    display: none;
    
        color: #333;
    font-size: 16px;
    line-height: 2em;
}

.Jobs .out .box .text h5 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px ;
}

.Jobs .out .box .text p , .Jobs .out .box .txt {
    color: #333;
    font-size: 16px;
    line-height: 2em;
}

.Jobs .Pagination {
    margin-top: 60px;
}

.Examination {
    width: 100%;
    margin: 100px 0px;
}

.Examination .public {
    max-width: 1330px;
}

.Examination .out {
    margin-top: 70px;
    margin-bottom: 80px;
}

.Examination .out .box {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.Examination .out .box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.Examination .out .box .left {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}

.Examination .out .box .left i {
    width: 7px;
    height: 7px;
    background: #034EA2;
    margin-right: 13px;
    display: block;
    border-radius: 50%;
}

.Examination .out .box .left h5 {
    font-weight: 400;
    font-size: 18px ;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Examination .out .box .right img {
    height: 25px;
    display: block;
}

.Message {
    width: 100%;
    margin: 100px 0px;
}

.Message .out {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.Message .out .left {
    width: 43%;
}

.Message .out .left .list_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.Message .out .left .list_box .box {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 24px 0px 28px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEBEB;
}

.Message .out .left .list_box .box:nth-child(1),
.Message .out .left .list_box .box:nth-child(2) {
    border-top: 1px solid #EBEBEB;
}

.Message .out .left .list_box .box .img {
    width: 51.72px;
    height: 51.72px;
    display: block;
    margin-right: 17px;
}

.Message .out .left .list_box .box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Message .out .left .list_box .box .tetx {
    width: calc(100% - 70px);
}

.Message .out .left .list_box .box .tetx h5 {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 0.08rem;
}

.Message .out .left .list_box .box .tetx p {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}


.Message .out .right {
    width: 53%;
}

.Message .out .right img {
    width: 100%;
}

.Message .out .form_box {
    width: 100%;
}

.Message .out .form_box h5 {
    font-weight: 500;
    font-size: 39px;
    color: #111111;
}

.Message .out .form_box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.Message .out .form_box input {
    width: 49%;
    margin-bottom: 20px;
    height: 49px;
    border: 1px solid #E6E6E6;
    padding: 0px 17px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #8E8E8E;
    outline: none;
}

.Message .out .form_box textarea {
    width: 100%;
    height: 126px;
    border: 1px solid #E6E6E6;
    padding: 18px 15px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.Message .out .form_box button {
    width: 221px;
    height: 46px;
    background: #034EA2;
    border-radius: 23px 23px 23px 23px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.Internet {
    width: 100%;
    margin: 100px 0px;
}

.Internet .out {
    margin-top: 70px;
    background: #F5F5F5;
}

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

}

.Internet .out .box .left {
    width: 45%;
}

.Internet .out .box .left img {
    width: 100%;
    display: block;
}

.Internet .out .box .right {
    width: 50%;
    padding-right: 100px;
    box-sizing: border-box;
}

.Internet .out .box .right h5 {
    font-weight: bold;
    font-size: 31px;
    color: #333333;
}

.Internet .out .box .right i {
    width: 93px;
    height: 4px;
    background: #034EA2;
    margin: 30px 0px;
    display: block;
}

.Internet .out .box .right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7em;
    color: #777777;
}

.Internet .out .box .right a {
    width: 212px;
    height: 46px;
    background: #034EA2;
    border-radius: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.Internet .out .box .right a img {
    display: block;
    margin-left: 10px;
    height: 11.54px;
}

.Internet .out .box:nth-child(2n) {
    flex-direction: row-reverse;
}

.Internet .out .box:nth-child(2n) .right {
    padding-left: 35px;
    box-sizing: border-box;
}

/* 视频详情页 */
.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;
}

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

.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: 13px;
    margin-bottom: 14px;
    display: block;
}

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

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

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

.Knowledge-list .text p {
    color: #666;
    font-size: 15px;
    line-height: 2em;
}


.min_navCan {
    width: 0.4rem;
    height: 0.4rem;
    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: 5px;
    transition: 0.6s;
}

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


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


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

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


.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: 14px;
    width: 80%;
    padding: 10px 0px;
    box-sizing: border-box;
}

.min_Nav_out .title img {
    height: 10px;
    display: block;
    transition: 0.5s;
}

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

.min_pulldown {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    display: none;
}

.min_pulldown a {
    color: #333;
    font-size: 13px;
    display: block;
    padding: 10px 0px;
    box-sizing: border-box;
}

@media (max-width:1200px) {

    .min_navCan{
        display: flex ;
    }
    .nav .out ul {
        display: none;
    }

    .nav .out .button_list {
        display: none;
    }

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

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

    .nav {
        height: 0.9rem;
    }

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

    .banner .swiper-slide .text p {
        font-size: 0.2rem;
        text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
        transform: translateY(0.6rem);
        margin-top: 0.3rem;
    }

    .but_box {
        bottom: 0.3rem;
    }

    .but_box .public .swiper-button-next,
    .but_box .public .swiper-button-prev {
        position: relative;
        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.81rem;
        height: 0.02rem;
    }

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

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

    .banner .swiper-slide .text .public {
        justify-content: unset;
        padding-top: 1rem;
    }

    .About_US {
        margin: 0.8rem 0px;
    }

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

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

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

    .public_title span {
        font-size: 0.33rem;
        margin-bottom: 0.14rem;
    }

    .public_title h5 {
        font-size: 0.4rem;
    }

    .About_US .out .right h5 {
        font-size: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .About_US .out .right p {
        font-size: 0.16rem;
        margin-bottom: 0.4rem;
    }

    .public_Learn_More {
        width: 2.12rem;
        height: 0.46rem;
        font-size: 0.16rem;
    }

    .public_Learn_More img {
        height: 0.12rem;
        margin-left: 0.1rem;
    }

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

    .PRODUCTS .out .list .item img {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.15rem;
        object-fit: contain;
    }

    .PRODUCTS .out .list .item span {
        font-size: 0.2rem;
    }

    .PRODUCTS .out {
        padding-top: 0.7rem;
    }

    .PRODUCTS .out .list .item {
        width: 50%;
        height: 1.10rem;
    }

    .PRODUCTS .out .list .item:nth-child(5n) {
        border-right: 2px solid rgba(255, 255, 255, 0.37);
    }

    .PRODUCTS .out .list .item:nth-child(2n) {
        border-right: none;
    }

    .News_pages {
        margin: 0.8rem 0px 0.6rem 0px;
    }

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

    .News_pages .swiper-slide {
        width: 100%;
    }

    .News_pages .swiper-slide .img {
        height: 3.4rem;
    }

    .News_pages .swiper-slide .text {
        padding: 0.43rem 0.25rem 0.28rem 0.39rem;
    }

    .News_pages .swiper-slide .text h5 {
        font-size: 0.24rem;
        max-height: 0.76rem;
    }

    .News_pages .swiper-slide .text i {
        width: 0.4rem;
        height: 0.02rem;
        margin: 0.18rem 0px 0.2rem 0px;
    }

    .News_pages .swiper-slide .text p {
        font-size: 0.18rem;
        margin-bottom: 0.08rem;
        max-height: 0.55rem;
    }

    .News_pages .swiper-slide .text span {
        font-size: 0.16rem;
    }

    .News_pages .News_swiper {
        padding-bottom: 0.3rem;
    }

    .Cover {
        padding: 0.7rem 0px 0.4rem 0px;
    }

    .Cover h5 {
        font-size: 0.4rem;
    }

    .Cover p {
        font-size: 0.18rem;
        margin: 0.28rem 0px 0.48rem 0px;
    }

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

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

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

    .banner2 .text {
        padding-top: 0.5rem;
        box-sizing: border-box;
    }

    .banner2 .text h5 {
        font-size: 0.3rem;
    }

    .digital .box:nth-child(2)::after {
        display: none;
    }

    .corporate_culture {
        padding-bottom: 0.8rem;
    }

    .corporate_culture::after {
        width: 100%;
        padding-top: 1rem;
        left: 0px;
        margin-left: 0px;
    }

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

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

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

    .corporate_culture .out .left .title span {
        font-size: 0.3rem;
    }

    .corporate_culture .out .left .title h5 {
        font-size: 0.4rem;
        margin-top: 0.1rem;
    }

    .corporate_culture .out .left .text {
        margin-top: 0.5rem;
    }

    .corporate_culture .out .left .text p {
        font-size: 0.16rem;
    }

    .corporate_culture .out .left a {
        width: 2.41rem;
        height: 0.58rem;
        border-radius: 0.29rem;
        font-size: 0.2rem;
        margin-top: 0.53rem;
    }

    .corporate_culture .out .right {
        display: none;
    }

    .Honor .out {
        margin-top: 0.69rem;
        margin-bottom: 1rem;
        position: relative;
    }


    .Honor .out .swiper .swiper-slide {
        width: 49%;
    }

    .Honor .out .swiper .swiper-slide .img {
        height: 2.5rem;
    }

    .Honor .out .swiper .swiper-slide span {
        margin-top: 0.28rem;
        font-size: 0.24rem;
    }

    .Honor .out .swiper-button-next,
    .Honor .out .swiper-button-prev {
        width: 0.56rem;
        height: 0.56rem;
    }

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

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

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

    .classify {
        margin: 0.4rem 0px 0.35rem 0px;
    }

    .classify .out i {
        width: 0.01rem;
        height: 0.15rem;
        margin: 0px 0.7rem;
        display: block;
    }

    .classify .out a {
        font-size: 0.22rem;
    }

    .Products .out {
        margin-top: 0.6rem;
        justify-content: space-between;

    }

    .Products .out .box {
        width: 49%;
        margin-right: 0px;
        margin-bottom: 0.6rem;
    }

    .Products .out .box .img {
        height: 2.3rem;
    }

    .Products .out .box span {
        font-size: 0.25rem;
        margin-top: 0.29rem;
    }

    .Products {
        margin-bottom: 0.7rem;
    }


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

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

    .Latest .out {
        margin-top: 0.6rem;
        justify-content: space-between;
    }

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

    .Latest .out .box .img {
        height: 4.5rem;
    }

    .Latest .out .box .text {
        padding: 0.4rem 0.25rem 0.28rem 0.39rem;
        box-sizing: border-box;
    }

    .Latest .out .box .text h5 {
        font-size: 0.24rem;
        min-height: 0.67rem;
    }

    .Latest .out .box .text i {
        width: 0.4rem;
        height: 0.02rem;
        margin: 0.18rem 0px 0.2rem 0px;
    }

    .Latest .out .box .text p {
        font-size: 0.18rem;
        min-height: 0.53rem;
        margin-bottom: 0.08rem;
    }

    .Latest .out .box .text span {
        font-size: 0.16rem;
    }


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

    .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: 2em;
    }

    .Knowledge-list .butt_box .right {
        display: none;
    }

    .Knowledge-list .butt_box {
        margin-top: 0.61rem;
    }

    .Knowledge-list .butt_box .left .box span {
        flex: none;
    }

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

    .Examination {
        margin: 0.8rem 0px;
    }

    .Examination .out {
        margin-top: 0.7rem;
        margin-bottom: 0.8rem;
    }

    .Examination .out .box a {
        padding: 0.2rem 0px;
    }

    .Examination .out .box .left {
        width: calc(100% - 1rem);
    }

    .Examination .out .box .left i {
        width: 0.07rem;
        height: 0.07rem;
        margin-right: 0.13rem;
    }

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

    .Examination .out .box .right img {
        height: 0.25rem;
    }

    .Internet {
        margin: 0.8rem 0px;
    }

    .Internet .out {
        margin-top: 0.7rem;
    }

    .Internet .out .box {
        flex-wrap: wrap;
    }

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

    .Internet .out .box .right {
        width: 100%;
        padding-right: 0px;
        margin-top: 0.3rem;
        padding: 0.2rem;
        box-sizing: border-box;
    }

    .Internet .out .box .right h5 {
        font-size: 0.3rem;
    }

    .Internet .out .box .right i {
        width: 0.93rem;
        height: 0.04rem;
        margin: 0.3rem 0px;
    }

    .Internet .out .box .right p {
        font-size: 0.17rem;
    }

    .Internet .out .box .right a {
        width: 2rem;
        height: 0.46rem;
        font-size: 0.16rem;
        margin-top: 0.7rem;
    }

    .Internet .out .box .right a img {
        margin-left: 0.1rem;
        height: 0.11rem;
    }

    .Internet .out .box:nth-child(2n) .right {
        padding-left: 0.2rem;
    }

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

    .Jobs .but {
        margin-top: 0.6rem;
    }

    .Jobs .but a {
        width: 1.7rem;
        height: 0.5rem;
        font-size: 0.16rem;
        margin: 0px 0.35rem;
        border-radius: 0.3rem;
    }

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

    .Jobs .out .box {
        border-radius: 0.07rem;
        margin-bottom: 0.2rem;
    }

    .Jobs .out .box .title {
        padding: 0.3rem 0.2rem 0.3rem 0.29rem;
    }

    .Jobs .out .box .title .left h5 {
        font-size: 0.24rem;
        margin-bottom: 0.16rem;
    }

    .Jobs .out .box .title .left p {
        font-size: 0.18rem;
    }

    .Jobs .out .box .title .left {
        width: calc(100% - 1.3rem);
    }

    .Jobs .out .box .title .right {
        width: 1.24rem;
        height: 0.4rem;
        font-size: 0.14rem;
        border-radius: 0.2rem;
    }

    .Jobs .Pagination {
        margin-top: 0.6rem;
    }

    .Jobs .out .box .text {
        padding: 0.3rem 0.2rem;
        font-size: 0.16rem;
    }

    .Jobs .out .box .text h5 {
        font-size: 0.2rem;
        margin-bottom: 0.15rem;
        margin-top: 0.1rem  ;
    }

    .Jobs .out .box .text p , .Jobs .out .box .txt {
        font-size: 0.16rem;
    }

    .Message {
        margin: 0.8rem 0px;
    }

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

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

    .Message .out .left .list_box {
        margin-bottom: 0.7rem;
    }

    .Message .out .left .list_box .box {
        width: 100%;
        padding: 0.24rem 0px 0.28rem 0px;
    }

    .Message .out .left .list_box .box .img {
        width: 0.51rem;
        height: 0.51rem;
        margin-right: 0.17rem;
    }

    .Message .out .left .list_box .box .tetx h5 {
        font-size: 0.18rem;
    }

    .Message .out .left .list_box .box .tetx p {
        font-size: 0.18rem;
    }

    .Message .out .form_box h5 {
        font-size: 0.39rem;
    }

    .Message .out .form_box form {
        margin-top: 0.3rem;
    }

    .Message .out .form_box input {
        width: 100%;
        margin-bottom: 0.2rem;
        height: 0.45rem;
        padding: 0px 0.17rem;
        font-size: 0.16rem;
    }

    .Message .out .form_box textarea {
        height: 1.26rem;
        padding: 0.18rem 0.15rem;
        margin-bottom: 0.45rem;
        font-size: 0.16rem;
    }

    .Message .out .form_box button {
        width: 2.21rem ;
        height: 0.46rem ;
        border-radius: 0.23rem ;
        font-size: 0.14rem ;
    }

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

    .Message .out .right img {
        width: 100% ;
    }

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

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

    .Products_xq .out .right {
        width: 100% ;
        padding: 0.3rem ;
        box-sizing: border-box ;
    }

    .Products_xq .out .right h5 {
        font-size: 0.3rem ;
        margin-bottom: 0.4rem ;
    }

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

    .Products_xq .product_presentation {
        margin-top: 0.6rem ;
    }

    .Products_xq .product_presentation .title h5 {
        font-size: 0.36rem ;
        margin-bottom: 0.3rem ;
    }

    .Products_xq .product_presentation .title {
        margin-bottom: 0.45rem ;
    }

    .Products_xq .product_presentation .title i {
        width: 0.72rem ;
        height: 0.04rem ;
    }

    .Products_xq .Other_Products {
        margin-top: 0.8rem ;
        margin-bottom: 0.9rem ;
    }

    .Products_xq .title h5 {
        font-size: 0.36rem ;
        margin-bottom: 0.5rem ;
    }

    .Products_xq .Other_Products .swiper-slide{
        width: 100% ;
    }

    .Products_xq .Other_Products .swiper-slide .img{
        height: 3.5rem ;
    }

    .Products_xq .Other_Products .swiper-slide span {
        margin-top: 0.29rem ;
        font-size: 0.25rem ;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .News_pages .swiper-slide {
        width: 49%;
    }

    .public {
        max-width: 960px;
    }

    .banner .swiper-slide .img img {
        object-fit: cover;
        height: 5rem;
    }

    .banner .swiper-slide .text h5 {
        font-size: 0.4rem;
    }

    .banner .swiper-slide .text p {
        font-size: 0.24rem;
    }



}

@media (min-width:1201px) and (max-width:1650px) {
    .public {
        max-width: 1100px;
    }

    .nav .out .button_list {
        display: none;
    }

    .nav .out ul li {
        margin-right: 30px;
    }

    .banner .swiper-slide .text h5 {
        font-size: 48px;
    }

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

    .public_title span {
        font-size: 20px;
    }

    .public_title h5 {
        font-size: 36px;
    }

    .About_US {
        margin: 80px 0px;
    }

    .About_US .out .right h5 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .About_US .out .right p {
        font-size: 14px;
    }

    .public_Learn_More {
        width: 160px;
        height: 40px;
        font-size: 12px;
    }

    .digital .box h5 b {
        font-size: 36px;
    }

    .PRODUCTS .out .list .item span {
        font-size: 16px;
    }

    .PRODUCTS .out .list .item {
        height: 80px;
    }

    .News_pages {
        width: 100%;
        margin: 80px 0px 60px 0px;
    }

    .News_pages .swiper-slide .img {
        height: 235px;
    }

    .News_pages .swiper-slide .text {
        padding: 20px;
    }

    .News_pages .swiper-slide .text h5 {
        font-size: 18px;
    }

    .News_pages .swiper-slide .text p {
        font-size: 14px;
    }

    .News_pages .swiper-slide .text span {
        font-size: 14px;
    }

    .Cover h5 {
        font-size: 30px;
    }

    .Cover {
        padding: 65px 0px 40px 0px;
    }

    .Cover p {
        font-size: 16px;
        color: #FFFFFF;
        margin: 28px 0px 48px 0px;
    }

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

    .footer .Top_out .box span {
        font-size: 16px;
    }

    .footer .Top_out {
        padding: 40px 0px 30px 0px;
    }

    .footer .list_out .right .box h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .list_out .right .box a {
        margin-bottom: 20px;
    }

    .footer .list_out .left p {
        margin-bottom: 30px;
    }

    .footer .link_list a {
        font-size: 14px;
    }

    .banner2 .text h5 {
        font-size: 38px;
    }

    .corporate_culture {
        overflow: hidden;
    }

    .corporate_culture .out .right {
        width: 54%;
    }

    .corporate_culture .out .right img {
        position: relative;
        display: none;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
    }

    .corporate_culture .out .right img:first-child {
        display: block;
        width: 100%;
        height: auto;
    }

    .corporate_culture {
        padding-bottom: 80px;
    }

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

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

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

    .Products .out .box .img {
        height: 18vw;
    }

    .Latest .out .box .img {
        height: 18vw;
    }

    .Latest .out .box .text {
        padding: 20px;
    }

    .Latest .out .box .text h5 {
        font-size: 18px;
        min-height: 47px;
    }

    .Latest .out .box .text p {
        font-size: 15px;
    }

    .Latest .out .box .text span {
        font-size: 13px;
    }

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

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

    .News_Page .out .box .right h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .News_Page .out .box .right p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .News_Page .out .box .right .jiantou_box {
        width: 160px;
        height: 40px;
        border-radius: 40px;
    }

    .News_Page .out .box .right .jiantou_box .jian {
        width: 40px;
        height: 40px;
    }

    .News_Page .out .box .right .jiantou_box span {
        font-size: 13px;
    }

    .News_Page .out .box .ceter h6 {
        font-size: 30px;
    }

    .Internet .out .box .right h5 {
        font-size: 24px;
    }

    .Internet .out .box .right i {
        margin: 20px 0px;
    }

    .Internet .out .box .right p {
        font-size: 0.15rem;
    }

    .Internet .out .box .right a {
        width: 160px;
        height: 40px;
        font-size: 15px;
        margin-top: 40px;
    }

    .Products_xq .out .right{
        padding: 0.2rem ;
        box-sizing: border-box ;
    }

    .Products_xq .out .right h5 {
        font-size: 24px ;
        margin-bottom: 20px ;
    }

    .Products_xq .out .right p {
        font-size: 15px ;
    }

    .Products_xq .Other_Products .swiper-slide .img{
        height: 18vw ;
    }

    .Products_xq .Other_Products .swiper-slide span{
        font-size: 20px ;
    }

}

@media (min-width:1440px) and (max-width:1650px) {
    .public {
        max-width: 1300px;
    }

    .nav .out ul li {
        margin-right: 50px;
    }

}

@media (max-width:1900px) {
    .Honor .out .swiper-button-next {
        right: 0px;
    }

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