*,
h4,
h5,
h6 {
    margin: 0;
    box-sizing: border-box;
}

.img {
    overflow: hidden;
}

.img img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#header {
    position: sticky;
    z-index: 200;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    top: 0;
    left: 0;
}

.header_pack {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 50px;
}

.logo {
    height: 100px;
    padding: 20px 0;
}

.logo a {
    height: 100%;
    display: block;
}

.logo img {
    max-height: 100%;
    display: block;
}

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

.w_nav {
    display: flex;
}

.w_nav>li {
    padding: 0 40px;
}

.w_nav>li>a {
    font-size: 16px;
    line-height: 32px;
    color: rgb(0, 0, 0);
    display: block;
}

.w_nav>li>a:hover,
.w_nav>li.active>a {
    color: rgb(0, 54, 178);
}

.header_search {
    position: relative;
}

.header_search_icon {
    width: 100px;
    height: 100px;
    background: rgb(0, 54, 178);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header_search_icon img {
    max-width: 16px;
    display: block;
}

.search_cont {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 300;
    display: none;
}

.search_pack {
    width: 540px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.search_pack input {
    width: 400px;
    font-size: 16px;
    padding: 0 5px 0 25px;
    border: 1px solid #f0f0f0;
    line-height: 38px;
    border-radius: 5px 0 0 5px;
}

.search_btn {
    width: 70px;
    background: rgb(0, 54, 178);
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search_cha {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(178, 178, 178, 0.5);
    margin-left: 40px;
}

.search_cha i {
    font-size: 47px;
    line-height: 23px;
    transform: rotate(45deg);
    font-style: normal;
    display: block;
    font-weight: 300;
    cursor: pointer;
    font-weight: 300;
    margin-top: 3px;
}

@media (max-width: 1000px) {
    .search_pack {
        width: 95%;
    }

    .search_pack input {
        width: calc(100% - 120px);
    }

    .search_cha {
        margin-left: 20px;
    }
}

footer {
    background: rgb(51, 51, 51);
    padding: 60px 0 40px;
}

.footer_pack {
    display: flex;
    align-items: flex-start;
    padding: 44px 0;
}

.footer_pack_phone {
    width: 30%;
    border-right: 1px solid rgb(223, 225, 230);
}

.footer_pack_phone li {
    margin-bottom: 31px;
    display: flex;
    align-items: center;
}

.footer_phone_icon {
    width: 44px;
}

.footer_phone_cont {
    width: calc(100% - 44px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
}

.footer_phone_cont h4 {
    color: rgb(149, 149, 149);
}

.footer_phone_cont p {
    color: rgb(255, 255, 255);
}

.footer_pack_right {
    width: 70%;
    padding-left: 5%;
}

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

.footer_pack_list li {
    max-width: 21%;
}

.footer_pack_list h4 {
    font-size: 20px;
    line-height: 29px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    font-weight: bold;
}

.footer_pack_list a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.6);
}

.footer_pack_list a:hover {
    color: #fff;
}

.footer_code {
    max-width: 148px;
    margin-top: 10px;
}

.footer_pack_list li:last-child h4 {
    text-align: center;
}

.copyright {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: rgb(149, 149, 149);
    border-top: 1px solid rgb(223, 225, 230);
    padding: 19px 0 0;
}

.copyright a {
    color: rgb(149, 149, 149);
}

@media screen and (max-width: 1000px) {
    footer {
        padding: 20px 0 10px;
    }

    .flogo {
        height: 60px;
        padding: 20px 0;
    }

    .footer_pack_right {
        display: none;
    }

    .footer_pack_phone {
        width: 100%;
        border: none;
    }

    .footer_pack {
        padding: 20px 0;
    }

    .footer_pack_phone li {
        margin-bottom: 15px;
    }

    .copyright {
        padding-top: 10px;
    }
}

.nei-banner {
    position: relative;
}

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

.nei_banner_cont {
    position: absolute;
    width: 95%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nei_banner_cont h3 {
    font-size: 60px;
    line-height: 87px;
    color: rgb(255, 255, 255);
}

.nei_banner_cont p {
    font-size: 36px;
    line-height: 52px;
    color: rgb(255, 255, 255);
    margin-top: 9px;
}

.public_nav {
    padding: 28px 0;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.public_nav p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}

.public_nav p a {
    color: rgb(51, 51, 51);
}

.public_nav p a:hover {
    text-decoration: underline;
}

.news_cont {
    margin-top: 30px;
}

.news_plate1_class_list {
    margin-bottom: 50px;
}

.news_plate1_class_list li {
    padding: 50px 0;
    border-bottom: 1px solid rgb(222, 222, 222);
}

.news_plate1_class_list li a {
    display: flex;
    align-items: center;
    background: #fff;
}

.news_plate1_class_cont {
    width: 100%;
    display: flex;
    align-items: center;
}

.news_plate1_class_time {
    width: 168px;
    min-width: 168px;
    text-align: center;
}

.news_plate1_class_time h3 {
    font-size: 72px;
    line-height: 90px;
    color: rgb(102, 102, 102);
}

.news_plate1_class_time p {
    margin-top: 5px;
    font-size: 28px;
    line-height: 40px;
    color: rgb(102, 102, 102);
}

.news_plate1_class_text {
    flex-grow: 1;
    /* 自适应宽度 */
    overflow: hidden;
    min-width: 0;
    /* 防止撑开 */
    border-left: 1px solid rgb(222, 222, 222);
    padding: 0 30px;
}

.news_plate1_class_text h4 {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 0, 0);
}

.news_plate1_class_text p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top: 29px;
    -webkit-line-clamp: 3;
}

.news_plate1_class_img {
    width: 360px;
    min-width: 360px;
    border-radius: 10px;
    margin-left: auto;
}

.news_plate1_class_list li a:hover img {
    transform: scale(1.1);
}

.news_plate1_class_list li a:hover .news_plate1_class_text h4,
.news_plate1_class_list li a:hover .news_plate1_class_time h3,
.news_plate1_class_list li a:hover .news_plate1_class_time p {
    color: rgb(0, 54, 178);
}

.news_list {
    padding: 50px 0 120px;
}

.news_plate1_class_img img {
    border-radius: 10px;
}

@media screen and (max-width: 1000px) {
    .news_list {
        padding: 30px 0;
    }

    .news_cont {
        margin-top: 0;
    }

    .news_plate1_class_list {
        margin: 0;
    }

    .news_plate1_class_list li {
        padding: 30px 0;
    }

    .news_plate1_class_list li a {
        display: block;
    }

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

    .news_plate1_class_time {
        width: 20%;
        min-width: 20%;
        text-align: center;
    }

    .news_plate1_class_time h3 {
        font-size: 55px;
        line-height: 75px;
    }

    .news_plate1_class_time p {
        font-size: 16px;
        line-height: 24px;
    }

    .news_plate1_class_text {
        flex: 1 1 calc(100% - 20%);
        padding: 0 10px;
    }

    .news_plate1_class_text h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .news_plate1_class_text p {
        margin-top: 10px;
    }

    .news_plate1_class_img {
        flex: 0 0 100%;
        max-width: 100%;
        margin: auto;
        margin-top: 15px;
    }

    .news_cont {
        margin-top: 0;
    }
}

.newsdetail {
    padding: 76px 0 115px;
}

.newsdetail_title {
    border-bottom: 1px solid rgb(222, 222, 222);
    padding-bottom: 20px;
    text-align: center;
}

.newsdetail_title h3 {
    font-size: 40px;
    line-height: 58px;
    color: rgb(0, 0, 0);
}

.newsdetail_title p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 17px;
    color: rgb(102, 102, 102);
}

.newsdetail_title p span {
    margin: 0 10px;
}

.newsdetial_cont {
    padding: 30px 0;
    border-bottom: 1px solid rgb(222, 222, 222);
    font-size: 16px;
    line-height: 1.8;
    color: rgb(102, 102, 102);
}

.newsdetial_cont a {
    color: rgb(0, 54, 178);
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 54, 178, 0.1);
    display: inline-block;
}

.newsdetial_cont a:hover {
    background-color: rgba(0, 54, 178, 0.1);
    border-color: rgb(0, 54, 178);
    box-shadow: 0 4px 8px rgba(0, 54, 178, 0.3);
    transform: translateY(-2px);
}

/* 文本链接添加padding以增强视觉效果 */
.newsdetial_cont a:not(:has(img)) {
    padding: 2px 6px;
}

.newsdetial_cont img {
    max-width: 100%;
    display: block;
    margin: 27px auto;
}

.newsdetial_cont a img {
    display: block;
    border-radius: 4px;
    margin: 0;
}

.business_detail_cont {
    padding: 15px;
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    color: rgb(102, 102, 102);
}

.business_detail_cont h4 {
    color: #0036b2;
    border-left: 4px solid #0036b2;
    margin: 25px 0;
    font-size: 18px;
    font-weight: bold;
}

.business_detail_cont strong {
    color: #333;
}

.business_detail_cont ul {
    padding-left: 20px;
}

.business_detail_cont li {
    margin-bottom: 8px;
}

.business_detail_divider {
    position: relative;
    height: 4px;
    margin: 40px 0;
    text-align: center;
}

.business_detail_divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #ccc 20%,
        #999 50%,
        #ccc 80%,
        transparent 100%
    );
    transform: translateY(-50%);
}

.business_detail_divider_icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 0 15px;
    height: 24px;
    transform: translateY(-50%);
}

.business_detail_divider_icon img {
    height: 100%;
    width: auto;
    vertical-align: middle;
}

.business_detail_image_list_container {
    margin: 0 30px;
    display: flex;
    justify-content: center;
}

.business_detail_image_list_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.business_detail_image_list_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.business_detail_image_list_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.business_detail_image_list_item {
    flex: 1 0 calc(33.33% - 27px);
    box-sizing: border-box;
}

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

.business_contact_info {
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #0036b2;
    font-size: 16px;
}

.placeholder {
    visibility: hidden;
}

@media screen and (max-width: 1000px) {
    .business_detail_image_list_container {
        margin: 0 15px;
    }

    .business_detail_image_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .business_detail_image_list::after {
        content: "";
        visibility: hidden;
        grid-column: span 1;
    }
}

.y1520 {
    max-width: 1540px;
    padding: 0 10px;
    margin: 0 auto;
}

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

.public_nav_list {
    display: flex;
}

.public_nav_list li {
    padding: 0 30px;
}

.public_nav_list li a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}

.public_nav_list li a:hover,
.public_nav_list li.active a {
    color: rgb(0, 54, 178);
}

.sector {
    padding: 80px 0 110px;
}

.sector_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: center;
}

.sector_list li {
    width: 33.333%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.sector_list_pack {
    background: rgb(246, 246, 246);
    padding: 80px 40px;
    height: 100%;
    display: block;
}

.sector_list_icon {
    width: 72px;
    margin: 0 auto;
}

.sector_list_cont {
    text-align: center;
    margin-top: 28px;
}

.sector_list_cont h4 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}

.sector_list_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top: 14px;
}

.publish {
    padding: 100px 0 120px;
}

.publish_list li {
    margin-bottom: 50px;
}

.publish_list li a {
    display: flex;
    align-items: center;
}

.publish_list_img {
    width: 48.5%;
    border-radius: 10px;
}

.publish_list_cont {
    width: 51.5%;
    padding-left: 4%;
}

.publish_list_cont h4 {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 0, 0);
}

.publish_list_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top: 26px;
    -webkit-line-clamp: 3;
}

.publish_list_cont span {
    display: block;
    margin-top: 45px;
    border-radius: 25px;
    border: 1px solid rgb(178, 178, 178);
    text-align: center;
    width: 150px;
    font-size: 16px;
    line-height: 48px;
    color: rgb(0, 0, 0);
}

.publish_list li a:hover img {
    transform: scale(1.1);
}

.publish_list li a:hover h4 {
    color: rgb(0, 54, 178);
}

.publish_detail {
    padding: 96px 0 110px;
}

.publish_detail_pack {
    display: flex;
    align-items: flex-start;
}

.publish_detail_cont {
    width: 66%;
}

.publish_detail_title {
    border-bottom: 1px solid rgb(222, 222, 222);
    padding-bottom: 20px;
}

.publish_detail_title h3 {
    font-size: 40px;
    line-height: 53px;
    color: rgb(0, 0, 0);
}

.publish_detail_title p {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.publish_detail_title p img {
    width: 18px;
    display: flex;
}

.publish_detail_title p span {
    width: calc(100% - 18px);
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}

.publish_detail_text {
    padding: 30px 0;
    font-size: 16px;
    line-height: 21px;
    color: rgb(102, 102, 102);
}

.publish_detail_text img {
    max-width: 100%;
    display: block;
    margin: 27px 0;
}

.publish_detail_right {
    width: 34%;
    padding-left: 4.5%;
}

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

.publish_detail_right_title h3 {
    font-size: 44px;
    line-height: 64px;
    color: rgb(0, 0, 0);
}

.publish_detail_right_title h3 span {
    color: rgb(0, 54, 178);
}

.publish_detail_right_title a {
    font-size: 18px;
    line-height: 26px;
    color: rgb(153, 153, 153);
}

.publish_detail_right_list {
    margin-top: 30px;
}

.publish_detail_right_list li {
    margin-bottom: 26px;
}

.publish_detail_right_list li a {
    display: block;
}

.publish_detail_right_list_img {
    border-radius: 10px;
}

.publish_detail_right_list li a h4 {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    margin-top: 20px;
    text-align: center;
}

.publish_detail_right_list li a:hover img {
    transform: scale(1.1);
}

.publish_detail_right_list li a:hover h4 {
    color: rgb(0, 54, 178);
}

.about_plate1 {
    padding: 100px 0 0;
}

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

.about_plate1_left {
    width: 48%;
    padding: 0 5% 0 10.5%;
}

.about_plate1_left h3 {
    font-size: 44px;
    line-height: 64px;
    color: rgb(0, 0, 0);
}

.about_plate1_desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 49px;
    color: rgb(51, 51, 51);
}

.about_plate1_left_list {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}

.about_plate1_left_list li h3 {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 54, 178);
}

.about_plate1_left_list li h3 span {
    font-size: 40px;
    line-height: 58px;
    color: rgb(0, 54, 178);
}

.about_plate1_left_list li p {
    font-size: 18px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.about_plate1_img {
    position: relative;
    border-radius: 100px 0 0 100px;
}

.about_plate1_img i {
    width: 120px;
    height: 120px;
    background: url(../images/stop.png) no-repeat center/100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.about_plate2 {
    padding: 115px 0 70px;
}

.public_title h3 {
    text-align: center;
    font-size: 44px;
    line-height: 64px;
    color: rgb(0, 0, 0);
}

.public_title span {
    color: rgb(0, 54, 178);
}

.about_plate2_list {
    display: flex;
    flex-wrap: wrap;
    margin: 59px -15px 0;
}

.about_plate2_list li {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.about_plate2_list li p {
    width: 100%;
    border-radius: 35px;
    border: 1px solid rgb(236, 236, 236);
    font-size: 16px;
    line-height: 21px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    padding: 0 10px;
}

.about_palte3 {
    padding: 95px 0 90px;
    background: rgb(248, 250, 252);
}

.about_palte3_cont {
    margin-top: 0;
}

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

.about_plate3_list {
    display: flex;
    margin: 50px -10px 0;
    flex-wrap: wrap;
}

.about_plate3_list li {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.about_plate3_list li a {
    display: block;
    background: #fff;
}

.about_plate3_list li a img {
    width: 100%;
    display: block;
}

.contect-lx {
    padding: 110px 0 150px;
}

.contect-lx ul {
    margin: 40px 0 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.contect-lx ul li {
    width: 32%;
    padding: 60px 10px;
    text-align: center;
    font-size: 16px;
    color: #666;
    background: rgb(248, 250, 252);
    border-right: 1px solid #fff;
}

.contect-lx ul li:last-child {
    border: none;
}

.contect-lx ul li img {
    height: 40px;
}

.contect-lx ul li h3 {
    font-size: 20px;
    color: #000;
    padding: 20px 0 10px;
}

.contect-lx .map {
    padding-top: 40px;
}

@media (max-width: 1000px) {
    .contect-lx {
        padding: 40px 0;
    }

    .contect-lx ul {
        margin-top: 20px;
    }

    .contect-lx ul li {
        width: 50%;
        padding: 40px 10px;
        text-align: center;
        font-size: 14px;
        color: #666;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .contect-lx ul li:last-child {
        border: none;
        width: 100%;
    }

    .contect-lx ul li img {
        height: 30px;
    }

    .contect-lx ul li h3 {
        font-size: 18px;
    }

    .contect-lx .map {
        padding-top: 40px;
    }
}

.video_shadow {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 302;
    display: none;
}

.video_sahodw_cont {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_sahodw_cont video {
    max-height: 70vh;
}

.vidoe_cha {
    font-size: 50px;
    line-height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    transform: rotate(45deg);
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.video_sahodw_cont video {
    width: 100%;
}

.products {
    padding: 75px 0 80px;
}

.products_pack {
    display: flex;
    align-items: flex-start;
}

.products_left {
    width: 16%;
}

.products_left h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
}

.products_left_list {
    margin-top: 10px;
}

.products_left_list li {
    padding: 20px 0;
    border-bottom: 1px solid rgb(223, 223, 223);
}

.products_left_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
}

.products_left_list li a:hover,
.products_left_list li.active a {
    color: rgb(0, 54, 178);
}

.products_right {
    width: 84%;
    padding-left: 6%;
}

.products_right_icon {
    width: 180px;
    border-radius: 20px;
    margin: 0 auto;
}

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

.products_right_cont h3 {
    font-size: 40px;
    line-height: 53px;
    color: rgb(0, 0, 0);
    margin: 45px 0 0;
    text-align: center;
}

.products_right_desc {
    margin-top: 54px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}

.products_right_desc p {
    text-indent: 2em;
}

.products_right_list {
    display: flex;
    flex-wrap: wrap;
    margin: 47px -20px 0;
}

.products_right_list li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.home_swiper {
    overflow: hidden;
}

.home_swiper a {
    position: relative;
}

.home_swiper a img {
    width: 100%;
    display: block;
}

.home_swiper_cont {
    position: absolute;
    max-width: 1520px;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home_swiper_cont h3 {
    font-size: 60px;
    line-height: 87px;
    color: rgb(255, 255, 255);
}

.home_swiper_cont p {
    font-size: 36px;
    line-height: 52px;
    color: rgb(255, 255, 255);
    margin-top: 9px;
}

.home_swiper_cont span,
.public_btn a,
.home_plate3_swiper_cont span {
    display: flex;
    width: 170px;
    background: rgb(0, 54, 178);
    border-radius: 25px;
    margin-top: 62px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    padding-left: 40px;
    align-items: center;
    justify-content: space-between;
}

.home_swiper_cont span i,
.public_btn a i,
.home_plate3_swiper_cont span i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgb(0, 54, 178) url(../images/ar.png) no-repeat center center/40%;
}

.home_plate2 {
    padding: 115px 0 0;
}

.home_plate2_list {
    display: flex;
    flex-wrap: wrap;
    margin: 59px -20px 0;
}

.home_plate2_list li {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.home_plate2_list li a {
    display: block;
    background: rgb(248, 250, 252);
    border-radius: 0 0 10px 10px;
    height: 100%;
}

.home_plate2_list_img {
    border-radius: 10px 10px 0 0;
}

.home_plate2_list_cont {
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.home_plate2_list_cont h4 {
    font-size: 24px;
    line-height: 32px;
    color: rgb(0, 0, 0);
}

.home_plate2_list_cont hr {
    background: rgb(234, 238, 245);
    margin: 30px 0;
}

.home_plate2_list_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(106, 106, 106);
}

.home_plate2_list_cont span {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
    color: rgb(0, 54, 178);
    display: block;
}

.home_plate2_list li a:hover img {
    transform: scale(1.1);
}

.home_plate2_list li a:hover h4 {
    color: rgb(0, 54, 178);
}

.public_btn a {
    margin: 10px auto 0;
}

.home_plate3_swiper {
    overflow: hidden;
    margin-top: 59px;
    position: relative;
}

.home_plate3 a {
    display: block;
    position: relative;
}

.home_plate3_swiper_cont {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_plate3_swiper_cont h4 {
    font-size: 28px;
    line-height: 37px;
    color: #fff;
}

.home_plate3_swiper_cont p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 9px;
}

.home_plate3_swiper_cont span {
    margin-top: 47px;
}

.home_plate3 {
    padding: 120px 0 0;
}

.arr {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 150;
    padding-top: 2px;
    cursor: pointer;
}

.arrr {
    right: 7%;
    padding-right: 8px;
}

.arrl {
    left: 7%;
    padding-left: 8px;
}

.arr:hover {
    background-color: rgb(0, 54, 178);
    color: #fff;
}

.home_plate4 {
    padding: 120px 0;
}

.home_plate4_pack {
    display: flex;
    align-items: flex-start;
    margin-top: 59px;
}

.home_plate4_left {
    width: 46%;
}

.home_plate4_left a {
    display: block;
    background: rgb(248, 250, 252);
    border-radius: 0 0 10px 10px;
}

.home_plate4_left_img {
    border-radius: 10px 10px 0 0;
}

.home_plate4_left_cont {
    padding: 30px;
}

.home_plate4_left_cont span {
    display: inline-block;
    padding: 6px 15px;
    background: rgb(0, 54, 178);
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.home_plate4_left_cont h4 {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    margin-top: 20px;
}

.home_plate4_left_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(98, 98, 98);
    margin-top: 16px;
}

.home_plate4_right {
    width: 54%;
    padding-left: 4%;
}

.home_plate4_list {
    border-top: 1px solid rgb(229, 229, 229);
}

.home_plate4_list li {
    border-bottom: 1px solid rgb(229, 229, 229);
}

.home_plate4_list li a {
    display: block;
    padding: 27px 0;
}

.home_plate4_list li a h4 {
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
}

.home_plate4_list li a p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(98, 98, 98);
    margin-top: 19px;
    display: none;
}

.home_plate4_list li a span {
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 54, 178);
    display: block;
    margin-top: 15px;
    display: none;
}

.home_plate4_list li.active a p,
.home_plate4_list li.active a span {
    display: block;
}

.home_palte4_btn a {
    margin: 52px 0 0;
}

.home_plate4_left a:hover img {
    transform: scale(1.1);
}

.home_plate4_left a:hover h4 {
    color: rgb(0, 54, 178);
}

.home_plate4_list li.active a h4 {
    color: rgb(0, 54, 178);
}

.home_plate5 {
    padding: 95px 0 90px;
    background: rgb(248, 250, 252);
}

.home_palte5_list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -10px 0;
}

.home_palte5_list li {
    width: calc(100% / 6);
    padding: 0 10px;
    margin-bottom: 20px;
}

.home_palte5_list li a {
    display: block;
    background: #fff;
}

.home_palte5_list li img {
    width: 100%;
    display: block;
}

.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.bx-siteM103-title {
    text-align: center;
}

.bx-siteM103-title h3 {
    font-size: 36px;
    line-height: 36px;
    color: #333;
}

.bx-siteM103-title p {
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
}

.bx-siteM103-item {
    width: 100%;
    position: relative;
    margin: 59px auto 0;
}

.bx-siteM103-item ul {
    white-space: nowrap;
    margin-top: 0;
}

.bx-siteM103-item ul li {
    display: inline-block;
    width: 220px;
    height: 100px;
    float: none;
    margin: 10px 15px;
}

.bx-siteM103-item ul li .bx-siteM103-list {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.bx-siteM103-item ul li .bx-siteM103-list img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.bx-siteM103-item ul li .bx-siteM103-list .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e9e9e9;
}

.home_plate1 {
    background: url(../images/hpbg.png) no-repeat center center;
    background-size: cover;
    height: 842px;
    position: relative;
}

.home_plate1>h4 {
    font-size: 44px;
    line-height: 64px;
    color: rgb(0, 0, 0);
    position: absolute;
    left: 50%;
    bottom: 4.5%;
    transform: translateX(-50%);
}

.home_plate1>h4 a {
    color: #000;
}

.home_plate1_list {
    max-width: 1300px;
    padding: 0 10px;
    position: absolute;
    height: 70%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.home_plate1_list li {
    width: 200px;
    position: absolute;
}

.home_plate1_list li a {
    display: block;
}

.home_plate1_list_icon {
    height: 60px;
}

.home_plate1_list_icon img {
    max-height: 100%;
    margin: 0 auto;
    display: block;
    width: auto;
}

.home_plate1_cont {
    margin-top: 18px;
    text-align: center;
    color: #000;
}

.home_plate1_cont h4 {
    font-size: 28px;
    line-height: 37px;
}

.home_plate1_cont p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

.home_plate1_list li:first-child {
    bottom: 10%;
    left: 0%;
}

.home_plate1_list li:nth-child(2) {
    bottom: 60%;
    left: 15%;
}

.home_plate1_list li:nth-child(3) {
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.home_plate1_list li:nth-child(4) {
    bottom: 60%;
    right: 15%;
}

.home_plate1_list li:last-child {
    bottom: 10%;
    right: 0%;
}

.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    text-align: center;
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: rgb(0, 54, 178);
    border: 1px solid rgb(0, 54, 178);
}

#nextPage,
#prePage {
    width: 55px;
}

.page_div .current {
    background-color: rgb(0, 54, 178);
    border-color: rgb(0, 54, 178);
    color: #fff;
}

/* 页面数量 */
.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: rgb(0, 54, 178);
    margin: 0 5px;
}

/*button禁用*/
.page_div button:disabled {
    opacity: 0.5;
    cursor: no-drop;
}

@media screen and (max-width: 1500px) {
    .bx-siteM103-item ul li {
        width: 200px;
        height: 90px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteM103-item ul li {
        width: 120px;
        height: 60px;
        margin: 8px;
    }

    .bx-siteM103-title h3 {
        font-size: 22px;
    }

    .bx-siteM103-title p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.about_plate1_img {
    width: 52%;
}

@media (max-width: 1600px) {
    .y1520 {
        max-width: 1220px;
    }

    .w_nav>li {
        padding: 0 20px;
    }

    .logo {
        padding: 20px 0;
        height: 80px;
    }

    .header_search_icon {
        width: 80px;
        height: 80px;
    }

    .home_swiper_cont h3,
    .nei_banner_cont h3 {
        font-size: 45px;
        line-height: 65px;
    }

    .home_swiper_cont p,
    .nei_banner_cont p {
        font-size: 28px;
        line-height: 43px;
    }

    .home_swiper_cont span,
    .public_btn a,
    .home_plate3_swiper_cont span {
        margin-top: 40px;
    }

    .home_plate4_list li a {
        padding: 20px 0;
    }

    .news_plate1_class_time h3 {
        font-size: 55px;
        line-height: 75px;
    }

    .sector_list_pack {
        padding: 60px 30px;
    }

    .publish_detail_right_title h3,
    .about_plate1_left h3,
    .public_title h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .about_plate1_left {
        padding: 0 4% 0 7%;
        width: 50%;
    }

    .about_plate1_img {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .w_nav>li {
        padding: 0 15px;
    }
}

@media (max-width: 1100px) {
    .w_nav>li {
        padding: 0;
    }

    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .iconfont i {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .iconfont .cha {
        background: url(../images/cha.png) no-repeat center/100% 100%;
        display: none;
    }

    .iconfont .nav {
        background: url(../images/nav.png) no-repeat center/100% 100%;
    }

    .logo {
        height: 60px;
        padding: 10px 0；;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    .header_search_icon {
        width: 40px;
        height: 40px;
    }

    .header_pack {
        padding-left: 15px;
    }

    .logo {
        padding: 17px 0;
    }

    .home_swiper_cont h3,
    .nei_banner_cont h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .home_swiper_cont p,
    .nei_banner_cont p {
        font-size: 16px;
        line-height: 24px;
    }

    .public_nav {
        padding: 15px 0;
    }

    .public_nav_pack {
        display: block;
    }

    .public_nav_list {
        margin-top: 15px;
    }

    .public_nav_list li {
        padding: 0 5px;
    }

    .public_nav_list li a {
        font-size: 18px;
        line-height: 26px;
    }

    .about_plate1 {
        padding: 30px 10px 0;
    }

    .about_plate1_pack {
        display: block;
    }

    .about_plate1_left {
        width: 100%;
        padding: 0 0 20px;
    }

    .publish_detail_right_title h3,
    .about_plate1_left h3,
    .public_title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .about_plate1_desc {
        margin-top: 20px;
    }

    .about_plate1_left_list {
        margin-top: 20px;
    }

    .about_plate1_left_list li h3 span {
        font-size: 30px;
        line-height: 40px;
    }

    .about_plate1_left_list li h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .about_plate1_left_list li p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_plate1_img {
        width: 100%;
    }

    .about_plate1_img i {
        width: 60px;
        height: 60px;
    }

    .video_sahodw_cont {
        width: 95%;
    }

    .about_plate2 {
        padding: 30px 0;
    }

    .about_plate2_list {
        margin: 30px -5px 0;
    }

    .about_plate2_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .about_plate2_list li p {
        margin-top: 10px;
    }

    .about_palte3 {
        padding: 30px 0;
    }

    .products {
        padding: 30px 0;
    }

    .products_pack {
        display: block;
    }

    .products_left {
        width: 100%;
    }

    .products_left h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .products_left_list li {
        padding: 10px 0;
    }

    .products_left_list li a {
        font-size: 16px;
        line-height: 26px;
    }

    .products_right {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }

    .products_right_icon {
        width: 80px;
    }

    .products_right_cont h3 {
        font-size: 25px;
        line-height: 35px;
        margin-top: 30px;
    }

    .products_right_desc {
        margin-top: 20px;
    }

    .products_right_list {
        margin: 20px -5px 0;
    }

    .products_right_list li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .publish {
        padding: 30px 0;
    }

    .publish_list li {
        margin-bottom: 20px;
    }

    .publish_list li a {
        display: block;
    }

    .publish_list_img {
        width: 100%;
    }

    .publish_list_cont {
        width: 100%;
        padding: 20px 0 0;
    }

    .publish_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .publish_list_cont p {
        margin-top: 15px;
    }

    .publish_list_cont span {
        margin-top: 30px;
        line-height: 40px;
        width: 120px;
    }

    .publish_detail {
        padding: 30px 0;
    }

    .publish_detail_pack {
        display: block;
    }

    .publish_detail_cont {
        width: 100%;
    }

    .publish_detail_title h3,
    .newsdetail_title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .publish_detail_title p {
        margin-top: 15px;
    }

    .publish_detail_right {
        width: 100%;
        padding: 0;
    }

    .publish_detail_right_list li a h4,
    .sector_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .publish_detail_right_title a {
        font-size: 16px;
        line-height: 24px;
    }

    .sector,
    .newsdetail {
        padding: 30px 0;
    }

    .sector_list {
        margin: 0;
    }

    .sector_list li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .sector_list_pack {
        padding: 40px 20px;
    }

    .sector_list_icon {
        width: 50px;
    }

    .home_swiper_cont span,
    .public_btn a,
    .home_plate3_swiper_cont span {
        margin-top: 20px;
    }

    .home_swiper_cont span,
    .public_btn a,
    .home_plate3_swiper_cont span {
        width: 140px;
        padding-left: 20px;
        line-height: 40px;
    }

    .home_swiper_cont span i,
    .public_btn a i,
    .home_plate3_swiper_cont span i {
        width: 40px;
        height: 40px;
    }

    .home_plate2 {
        padding: 30px 0;
    }

    .home_plate2_list {
        margin: 30px 0 0;
    }

    .home_plate2_list li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .home_plate2_list_cont {
        padding: 20px 10px;
    }

    .home_plate2_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .home_plate2_list_cont hr {
        margin: 15px 0;
    }

    .home_plate3 {
        padding: 30px 0;
    }

    .home_plate3_swiper {
        margin-top: 30px;
    }

    .arr {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        padding-top: 0;
    }

    .arrr {
        padding-right: 5px;
        right: 2%;
    }

    .arrl {
        padding-left: 5px;
        left: 2%;
    }

    .home_plate3_swiper_cont h4,
    .home_plate4_left_cont h4,
    .home_plate4_list li a h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .home_plate3_swiper_cont {
        width: 75%;
    }

    .home_plate4 {
        padding: 0 0 30px;
    }

    .home_plate4_pack {
        margin: 30px 0 0;
        display: block;
    }

    .home_plate4_left {
        width: 100%;
    }

    .home_plate4_left_cont {
        padding: 20px 10px;
    }

    .home_plate4_right {
        width: 100%;
        padding: 0;
    }

    .home_plate5 {
        padding: 30px 0;
    }

    .bx-siteM103-item {
        margin: 30px 0 0;
    }

    .about_plate3_list,
    .home_palte5_list {
        margin: 30px -5px 0;
    }

    .about_plate3_list li,
    .home_palte5_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .home_plate1 {
        height: auto;
        padding: 30px 0;
        background: transparent;
    }

    .home_plate1>h4 {
        position: static;
        text-align: center;
        transform: none;
        font-size: 25px;
        line-height: 35px;
    }

    .home_plate1_list {
        display: flex;
        position: static;
        flex-wrap: wrap;
        margin: 30px -5px 0;
        transform: none;
    }

    .home_plate1_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
        transform: none !important;
        position: static;
    }

    .home_plate1_list_icon {
        height: 45px;
    }

    .home_plate1_cont h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .home_plate1_cont p {
        margin-top: 10px;
    }

    .home_plate1_list li:last-child {
        width: 100%;
    }
}

/* 解决图片模糊问题 */
img {
    transform: translateZ(0);
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    will-change: transform;
}

/* 特殊处理宽度100%的图片 */
img[width="100%"],
img[style*="width:100%"] {
    width: calc(100% - 0.1px) !important;
}