body,
html {
    /* height: 100%; */
}

.w1670 {
    max-width: 1670px;
    margin: auto;
}

.blue {
    color: #00a0e9
}

.wd58 {
    width: 58.33333% !important;
}

/* head */
.zdHead_on {
    position: sticky;
    background: #fff;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);   */
}

.on.zdHead_on {
    position: fixed;
    z-index: 99999999999999;
}

.zdHead_logo img {
    width: auto;
}

.zdHead_on .zdHead_nav a {
    color: #333;
}

/* .zdHead_on .zdHead_nav img {
    filter: invert(100%);
} */

.zdHead_on .zdHead_nav .hover {
    color: #289df3;
}

.zdHead_box {
    position: relative;
    z-index: 9999;
}

/* 产品列表 */
.classname {
    width: 100%;
    height: 3.875rem;
    background: #f9f9f9;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.pcnone {
    display: none;
}

.classname h2 {
    line-height: 3.875rem;
    padding: 0 1.25rem;
    font-size: 1.875rem;
    font-weight: 500;
    color: #00a0e9;
}

.prolist {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
}

.prolist-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prolist-box .left {
    width: 51.8%;
    padding: 0 1.25rem;
}

.prolist-box .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 3.75rem;
}

.met-shownews .met-editor {
    min-height: 230px;
}

.prolist-box .left ul li {
    width: 48%;
    margin-bottom: 2.5rem;
}

.prolist-box .left ul li .img-box {
    border: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 82%;
    overflow: hidden;
}

.prolist-box .left ul li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    transition: transform 0.3s ease-in-out;
}

.prolist-box .left ul li:hover img {
    transform: scale(1.1);
}

.prolist-box .left ul li .title {
    font-size: 1.5rem;
    text-align: center;
    padding: 1.875rem 0 1.25rem;
    border-bottom: 0.1875rem solid #00a0e9;
    transition: 0.5s;
}

.prolist-box .left ul li:hover .title,
.prolist-box .left ul li.on .title {
    border-color: #ff0000;
}

.prolist-box .right {
    width: 48.2%;
    background: #9bbfe9;
    padding: 0.7rem 3.75rem;
    height: 900px;
}

.prolist-box .right .class-title {
    font-size: 1.875rem;
    font-weight: bold;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    color: #fff;
    padding-left: 35px;
    line-height: 60px;
}

.prolist-box .right .class-title img {
    float: left;
    width: 70px;
    padding-right: 10px;
}

.prolist-box .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prolist-box .right ul li {
    border-top: 0.125rem solid #fff;
    width: 48%;
    margin-bottom: 2.1875rem;
    /*padding-top: 0.9375rem;*/
}

.prolist-box .right ul li .img-box {
    position: relative;
    padding-bottom: 85%;
    overflow: hidden;
}

.prolist-box .right ul li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    transition: transform 0.3s ease-in-out;
}

.prolist-box .right ul li:hover img {
    transform: scale(1.1);
}

.prolist-box .right ul li .title {
    font-size: 1.3125rem;
    text-align: center;
    padding: 1.0rem 0 1.0rem;
    transition: 0.5s;
}

.prolist-box .right ul li .more {
    text-align: center;
    font-size: 1.3125rem;
    color: #fff;
    padding-left: 0.5rem;
}

.prolist-box .right ul li:hover {
    border-color: #ff0000;
    transition: 0.5s;
}

.prolist-box .right ul li:hover .title {
    color: #fff;
}

.prolist-box .right ul li:hover .more {
    transition: 0.5s;
    color: #ff0000;
}

.prolist-box .right .prolist-right-item {
    opacity: 0;
    transition: opacity 0.5s ease;
    /* 平滑过渡效果 */
    height: 0;
    /* 初始高度为0 */
    overflow: hidden;
    display: none;
    /* 初始隐藏所有右侧项目 */
    transition: 0.5s;
}

.prolist-box .right .prolist-right-item.active {
    opacity: 1;
    height: auto;
    /* 高度恢复 */
    display: block;
    /* 当元素被激活时显示 */
}

.prolist-box .right .prolist-right-item:first-child {
    display: block;
    transition: 0.5s;
}

/* 产品详情 */
.position {
    margin-bottom: 0.6rem;
    margin-top: 0.6rem;
    font-size: 1rem;
    padding: 0 1.25rem;
}

.prodetail-img {
    padding: 5rem 0 6.875rem;
    border-bottom: 1px solid #eaeaea;
}

.prodetail-img-box {
    display: flex;
    align-items: flex-end;
    padding: 0 2.5rem;
}

.prodetail-img-box .IndProD {
    width: 26%;
}

.prodetail-img-box .IndProThumbs {
    width: 74%;
    padding-left: 5%;
}

.prodetail-img-box .IndProThumbs .IndTaba {
    border: 1px solid #eaeaea;
}

.prodetail-desc {
    padding: 5rem 0;
}

.prodetail-desc-box {
    padding-left: 1.25rem;
    display: flex;
}

.prodetail-desc-box .name {
    font-size: 1.875rem;
    width: 12.375rem;
    font-weight: bold;
    margin-right: 2.8125rem;
    line-height: 1.2;

}

.prodetail-desc-box .info {
    width: 61%;
    line-height: 1.5;
    font-size: 1.5rem;
}

.prodetail-desc-box .info a {
    color: #00a0e9;
    font-weight: bold;
}

.prodetail-desc-box .more {
    margin-top: auto;
    margin-left: auto;
}

.prodetail-desc-box .more a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.375rem;
    padding: 0 1rem;
    background: #00a0e9;
    border-radius: 1.7rem;
    color: #fff;
    font-size: 1.5rem;
}

.prodetail-desc-box .more a img {
    width: 1.9375rem;
    margin-left: 0.625rem;
}

.prodetail-filter {
    background: #f6f7f7;
    padding: 1rem 0 1.25rem;
}

.prodetail-filter-box {
    padding: 0 3.125rem;
}

.prodetail-filter-box .name {
    font-size: 1rem;
    padding-bottom: 1rem;

}

.prodetail-filter-box .filter-group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.prodetail-filter-box .filter-group .item {
    width: 21.99999rem;
    margin: 0.3125rem 2.675rem 0.3125rem 0;
}

.prodetail-filter-box .reset-area {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;


    margin-bottom: 0.25rem;
    margin-top: 1rem;
}

.prodetail-filter-box .reset-area .reset-button {
    font-size: 1rem;
    color: #0f58d6;
    margin-top: 0;
    outline: none;
    border: none;
    background-color: #f6f7f7;
    padding-left: 0;
    opacity: .3;
}

.content {
    padding: 2.125rem 3.125rem;
    font-size: 1rem;
}

.content .table {
    border-color: #fff;
    min-width: 1000px;
}

.content .table tr th {
    background-color: #bbc8d9;
    font-size: 1rem;
}

.content .table tr td {
    background-color: #d8dfe8;
    font-size: 1rem;
}

.content .table tr th,
.content .table tr td {
    padding: 5px;
}

.content .table tr td .rimg {
    width: 1.5rem;
    float: right;
}

/* 服务 */
.nybanner {
    position: relative;
    text-align: center;
    margin-bottom: 3.75rem;
}

.nybanner-box {
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.nybanner-text {
    width: 25.5%;
    width: 26.5625rem;
    height: 50%;
    background: rgba(0, 155, 227, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    font-size: 3.75rem;
    color: #fff;
    text-align: left;
    max-height: 15.625rem;
    margin-left: 1.25rem;
}

.nybanner-title {
    padding-left: 5.3125rem;
    padding-top: 2.4375rem;
    line-height: 1.5;
}

.service-top {
    text-align: center;
    margin: 2.5rem 0;
}

.service-top h2.title {
    color: #151515;
    font-size: 2.25rem;
    padding-bottom: 1rem;
}

.service-top .desc {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 1rem 0;
}

.service-box .service-item {
    display: flex;
    margin-bottom: 1.875rem;
    padding: 0 1.25rem;
}

.service-box .service-item .ptline {
    border-top: 1px solid #00a0e9;
    padding-top: 1.25rem;
    font-size: 1.5rem;
    color: #151515;
}

.service-item .service-item-1 {
    width: 12.8%;
}

.service-item .service-item-1 img {
    margin-top: 1rem;
}

.service-item .service-item-2 {
    width: 17%;
    margin-left: 4.28%;
}

.service-item .service-item-3 {
    width: 49%;
    margin-left: auto;
}

.service-item .service-item-3 .con {
    font-size: 1.5rem;
    color: #151515;
    line-height: 1.4;

}

.service-item .service-item-3 .link {
    margin-top: 3.75rem;
    margin-bottom: 0.625rem;
}

.service-item .service-item-3 .link a {
    font-size: 1.125rem;
    color: #000;

}

.service-item .service-item-3 .contactus a {
    font-size: 1.5rem;
    color: #fff;
    background: #00a0e9;
    border-radius: 0.625rem;
    padding: 2px 1.125rem;
    display: inline-block;
}

/* join */
.join-wrap {}

.job-srarch {
    display: flex;
    margin-bottom: 2.1875rem;
    padding: 0 1.25rem;
    position: relative;
    z-index: 8;
}

.job-srarch .item {
    min-width: 10.625rem;
    margin-right: 0.625rem;
    display: flex;
}

.job-srarch .item .input {
    width: 100%;
    min-height: 42px;
    padding: 6px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    color: #333;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.job-srarch .item .btn {
    border: 0px solid #D6D6D6;
    min-height: 42px;
    outline: none;
    width: 90px;
}

.job-srarch .item .btn img {
    width: auto;
    height: 100%;
}

.job-srarch .searchall {
    margin-left: 4rem;
    min-height: 42px;
    padding: 0 2.5rem;
    background: #00a0e9;
    display: flex;
    align-items: center;
}

.job-srarch .searchall .all {
    display: block;
    font-size: 1.125rem;
    color: #fff;
}

.join-wrap .service-top h2.title {
    padding-bottom: 0px !important;
}

.join-wrap-add .desc {
    font-size: 2.75rem;
    letter-spacing: 4px;
}

.job-add {
    padding-bottom: 1.875rem;
}

.job-add .service-item .ptline {
    font-size: 2.25rem;
}

.join-img-box {
    display: flex;
}

.join-img-box .left {
    width: 71.5%;
}

.join-img-box .right {
    display: flex;
    flex-direction: column;
    margin-left: 3px;
    flex: 1;
}

.join-img-box .right img {
    margin-bottom: 3px;
}

.join-img-box .right img:last-child {
    margin-bottom: 0px;
}

.zwss {
    margin-top: 2.8125rem;
    margin-bottom: 3.4375rem;
    position: relative;
    z-index: 9999;
}

.zwss-box {
    padding: 0 1.25rem;
}

.zwss-box form {
    position: relative;
    display: inline-block;
}

.zwss-box form .input {
    width: 35rem;
    height: 38px;
    padding: 0 0.625rem;
    padding-left: 2.8rem;
    border: 0px;
    background: #f0f1f2 url(../images/icon-so.png) 10px no-repeat;
}

.zwss-box form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 80px;
    border: 0px;
}

.zwss-box form .para {
    margin-top: 1.875rem;
    display: flex;
}

.zwss-box form .para .item {
    margin-right: 1rem;
}

.job-search-wrap {
    background-color: #f0f1f2;
}

.job-search-box {
    padding: 4.6875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.job-search-box .left {
    width: 40%;
    background-color: #fff;
}

.search-result {
    border-bottom: 1px solid #f0f1f2;
    color: #5e6a75;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 20px 24px;
    text-align: left;
}

.result-list .list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    box-sizing: border-box;
    padding: 24px;
    border-bottom: 1px solid #ced3d9;
}

.result-list .list-item .title {
    margin-bottom: 16px;
    letter-spacing: 0.015rem;
    display: block;
    font-weight: 500;
    text-align: left;
    color: rgb(51, 51, 51);
    text-decoration: underline;
    width: 100%;
}

.result-list .list-item .item {
    display: flex;
    padding-bottom: 8px;
}

.result-list .list-item .item .img {
    width: 25px;
}

.result-list .list-item .item .info {
    color: #494949;
    margin-left: 8px;
}

.result-list .list-item .endinfo {
    color: #5e6a75;
}

.job-search-box .right {
    width: 45%;
    border: 1px solid #c6c6c7;
    border-radius: 0.625rem;
    padding: 3.75rem;
    background-color: #fff;
}

.job-search-box .right h2 {
    font-size: 3rem;
    border-bottom: solid 1px #666;
    margin-bottom: 2rem;
    background: url(/upload/202409/1725349116.png) right center no-repeat;
    background-size: contain;
}

.job-search-box .right .con {
    font-size: 1.275rem;
}

.job-search-box .shenqing {
    width: 60px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #00a0e9;
    color: #fff;
}

/* contact */
.contact-info {
    padding: 1.25rem 1.25rem;
    font-size: 1.125rem;
}

.contact-box {
    background: #efefef;
    padding: 3.75rem 1.25rem;
}

.contact-form .hd ul {
    display: flex;
}

.contact-form .hd ul li {
    padding: 1.25rem 1.875rem;
    color: #030303;
    font-size: 1.5rem;
    line-height: 1;
}

.contact-form .hd ul li.on {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contact-form .bd {
    background: url(../images/bg.png);
    padding: 0 1.25rem;
}

.contact-form .bd .tips {
    padding-top: 0.625rem;
    text-align: right;
}

.c-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
}

.c-form .form-item {
    width: 49%;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
}

.form-group .form-control {
    display: block;
    border: 0px;
    height: 45px;
    padding: 0 10px;
    background: #fff;
    width: 100%;
}

.form-select {
    background: transparent;
    border: 0px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 45px;
}

.flex-line {
    display: flex;
    justify-content: space-between;
}

.flex-line .form-select {
    width: 45%;
    height: 35px;
}

.form-group .form-select.w100 {
    width: 100%;
}

.form-textarea {
    border: 0px;
    background: #fff;
    width: 100%;
    padding: 10px;
}

.form-group-item {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}

.form-group-item .form-control {
    padding: 10px;
    border: 1px solid #000;
    width: 85%;
}

.c-form .submit {
    margin-top: 30px;
}

.c-form .submit .btn {
    width: 140px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #000;
    outline: none;
    margin-top: 20px;
    background: #efefef;
    margin-bottom: 20px;
}

.yingsi {
    color: #8f8f8f;
    font-size: 14px;
}

/* 8.26新增关于 */
.nybanner-text-about {
    width: 49.5625rem;
    /* height: 75%; */
    background: rgba(0, 155, 227, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    font-size: 1.75rem;
    color: #fff;
    text-align: left;
    /* max-height: 20.625rem; */
    margin-left: 1.25rem;
    overflow: hidden;
}

.nybanner-title-about {
    padding: 5rem;
    line-height: 150%;
}

.nybanner-title-about span {
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #00a0e9;
    padding: 0 1.25rem;
}

.header span {
    cursor: pointer;
}

.dropdown {
    padding: 5px;
    font-size: 16px;
    border: none;
    color: #00a0e9;
    background-color: #fff;
    cursor: pointer;
}

.dropdown:focus {
    outline: none;
    border-color: #00a0e9;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}

.event-card {
    padding: 20px;
    border: 1px solid #333;
    border-width: 0 0 1px 0;
}

.event-card .date {
    font-size: 16px;
    color: #00a0e9;
    margin-bottom: 10px;
}

.event-card .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 2.4rem;
    min-height: 85px;
}

.event-card .description {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
}

.event-card .details {
    color: #00a0e9;
    text-decoration: none;
    font-size: 14px;
    transition: 0.5s;
}

.event-card .details:hover {
    color: #C00001;
}

.yuanjing {
    margin-bottom: 50px;
}

.yuanjingimg {
    position: relative;
    text-align: center;
    width: 90vw;
    height: 90vw;
    max-width: 793px;
    /* Restrict maximum size for larger screens */
    height: 750px;
    margin: 0 auto;
}

.yuanjingimg img {
    width: 80%;
}

.yuanjingtxt {
    /* padding-bottom: 4rem; */
}

.yuanjingtxt h2 {
    width: 100%;
    text-align: center;
    color: #00a0e9;
    font-size: 2.6rem;
    padding: 1rem 0;
}

.circle-background {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.circle-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: calc(10px + 2vw);
    /* Responsive text size */
}

.inner-circle {
    z-index: 3;
}

.outer-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: calc(8px + 1.5vw);
    /* Responsive text size */
}

.content-item {
    position: absolute;
    /* width: 50%; */
    text-align: center;
    transform: translate(-50%, -50%);
    line-height: 1.3;
    font-size: 2rem;
    color: #00a0e9;
}

.content-item.left,
.content-item.top-left,
.content-item.bottom-left {
    text-align: left;
}



.contenttxt {
    color: #333;
}

.contenttxt:nth-child(3) p:nth-child(1) {
    border-right: solid 1px #00a0e9;
}

.content-item p {
    font-size: 2rem;
    color: #00a0e9;
}

.content-item span {
    font-size: 1.6rem;
    color: #0c0c0c;
}

.content-item i {
    font-size: 1.6rem;
    color: #0c0c0c;
}

.ftbig {
    font-size: 2.5rem;
}

.top {
    top: 6%;
    left: 50%;
}

.top-right {
    top: 37%;
    left: 50%;
}

.right {
    top: 61%;
    left: 50%;
}

.bottom-right {
    top: 25%;
    right: -13%;
    text-align: right;
}

.bottom {
    bottom: -7%;
    left: 50%;
}

.bottom-left {
    top: 68%;
    right: -19%;
    text-align: right !important;
}

.left {
    top: 68%;
    left: 8%;
}

.top-left {
    top: 25%;
    left: 2%;
}


.timeline {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
}

.stage {
    flex: 1;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}

.stage h2 {
    position: absolute;
    top: 20px;
    left: 20px;
}

.stage:nth-child(1) {
    flex-basis: 28.5%;
}

.stage:nth-child(2) {
    flex-basis: 28.5%;
}

.stage:nth-child(3) {
    flex-basis: 41.2%;
}

.stage:hover {
    color: white;
}

/* 添加渐变过渡效果 */
.events {
    transition: background-color 0.2s ease;
}

.event {
    opacity: 0;
    /* 初始不可见 */
    visibility: hidden;
    height: 0;
    /* 初始高度为0 */
    overflow: hidden;
    /* 防止内容溢出 */
    transition: height 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
    /* visibility 延迟与透明度一致 */
}

.eventen {
    opacity: 0;
    /* 初始不可见 */
    visibility: hidden;
    height: 0;
    /* 初始高度为0 */
    overflow: hidden;
    /* 防止内容溢出 */
    transition: height 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
    /* visibility 延迟与透明度一致 */
}

/* 当 .event 元素被激活时 */
.event.active {
    opacity: 1;
    /* 完全显示 */
    visibility: visible;
    height: auto;
    /* 高度根据内容自动调整 */
    transition: height 0.5s ease, opacity 0.5s ease;
    /* 渐变切换 */
}

.eventen.active {
    opacity: 1;
    /* 完全显示 */
    visibility: visible;
    height: auto;
    /* 高度根据内容自动调整 */
    transition: height 0.5s ease, opacity 0.5s ease;
    /* 渐变切换 */
}

.timeline .stage[data-stage="stage1"]:hover~.events .event-stage1,
.timeline .stage[data-stage="stage2"]:hover~.events .event-stage2,
.timeline .stage[data-stage="stage3"]:hover~.events .event-stage3 {
    display: block;
}

.event {
    /* padding: 10px;
  border-radius: 5px; */
    transition: background-color 0.5s ease;
}

/* 发展历史 */

.timeline-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.stage:nth-child(1) img {
    filter: blur(2px);
    transition: 0.5s;
}

.stage:nth-child(2) img {
    filter: blur(1px);
    transition: 0.5s;
}

.stage:nth-child(1):hover img {
    filter: blur(0px);
}

.stage:nth-child(2):hover img {
    filter: blur(0px);
}

.timeline-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.timeline-section p:first-of-type {
    display: block;
    font-size: 2rem;
    /* margin-bottom: 20px;
    font-weight: bold; */
    padding: 0 5%;
    text-align: justify;
    color: #666;
    height: 5rem;
    line-height: 5rem;
    border-left: solid 1px #00a0e9;
}

.timeline-section p:last-of-type {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
    color: #000;
}

/* .timeline-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay for better text visibility */
}

*/ .content {
    position: relative;
    z-index: 1;
}

/* 历史对应 */

.timeline-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
}

.timeline-title {
    flex-basis: 40%;
}

.timelishi {
    flex-basis: 60%;
}

.timeline-title {
    text-align: left;
    margin-bottom: 20px;
}

.timeline-title h2 {
    color: #fff;
    font-size: 1.875rem;
    margin-bottom: 10px;
}

.timeline-title p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}


.timeline-item {
    display: flex;
    align-items: center;
}

.timeline-year {
    font-size: 1.5rem;
    color: #fff;
    flex-basis: 10%;
    text-align: left;
}

.timeline-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-basis: 90%;
    border-top: 1px solid #fff;
    padding: 30px;
}

.timeline-content img {
    max-width: 200px;
    max-height: 150px;
    border-radius: 5px;
}

.timeline-content p {
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
}


@media (max-width: 768px) {
    .monone {
        display: none;
    }

    .pcnone {
        display: block;
    }

    .timeline {
        flex-direction: column;
    }

    .stage {
        margin-bottom: 10px;
    }

    .events {
        padding: 10px;
    }
}

@media (max-width: 1400px) {
    .nybanner-title {
        padding-left: 3rem;
        padding-top: 2.5rem;
        font-size: 2.75rem;
        line-height: 1.2;
    }

    .service-top h2.title {
        font-size: 1.85rem;
    }

    .service-top .desc {
        font-size: 2rem
    }

    .service-box .service-item .ptline {
        font-size: 1.4rem;
    }

    .service-item .service-item-3 .con {
        font-size: 1.4rem;
    }

    .service-item .service-item-3 .link {
        margin-top: 2.75rem;
    }

    .service-item .service-item-3 .contactus a {
        font-size: 1.2rem;
    }

    /* join */
    .job-srarch {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .nybanner-text-about {
        width: 49.5625rem;
        height: 75%;
        background: rgba(0, 155, 227, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        font-size: 1.75rem;
        color: #fff;
        text-align: left;
        max-height: 15.625rem;
        margin-left: 1.25rem;
        overflow: hidden;
    }

    .nybanner-title-about {
        padding: 2rem;
        line-height: 150%;
    }

    .nybanner-title-about span {
        overflow: hidden;
    }

    .nybanner-text {
        width: 25%;
    }

    .nybanner-title {
        font-size: 2.5rem;
        padding-top: 2rem;
    }

    .job-srarch .item {
        margin-bottom: 0.625rem;
    }

    .job-srarch .searchall {
        margin-left: 0px;
        margin-bottom: 0.625rem;
    }
}

@media (max-width: 1000px) {
    .prolist-box .left ul {
        padding-right: 0px;
    }

    .prodetail-desc-box {
        flex-direction: column;
    }

    .prodetail-desc-box .name {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 1.25rem;
    }

    .prodetail-desc-box .info {
        width: 100%;
        margin-bottom: 1.25rem;
    }

    .prodetail-filter-box .filter-group .item {
        width: calc(33.333% - 1.25rem);
    }

    .prodetail-filter-box .filter-group .item:last-child {
        margin-right: 0px;
    }

    .content .table {
        min-width: 100%;
    }

    /* fuw */
    .nybanner-title {
        font-size: 2rem;
        padding-top: 1.5rem;
        padding-left: 2rem;
    }

    .service-item .service-item-1 {
        width: 18%;
    }

    .service-item .service-item-2 {
        width: 22%;
    }

    /* join */
    .job-search-box .left,
    .job-search-box .right {
        width: 49%;
    }

    .job-search-box .right h2 {
        font-size: 2rem;
        margin-bottom: 0.625rem;
    }

    .job-search-box .right .con {
        font-size: 1.5rem;
    }

}

@media(max-width:768px) {
    .prolist {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .classname h2,
    .prolist-box .right .class-title {
        font-size: 1.375rem;
    }

    .prolist-box {
        flex-direction: column;
    }

    .prolist-box .left {
        width: 100%;
    }

    .prolist-box .left ul li {
        width: 31%;
        margin-bottom: 1rem;
    }

    .prolist-box .left ul li .title {
        font-size: 1rem;
        text-align: center;
        padding: 0.5rem 0 0.25rem;
        border-bottom: 0.08rem solid #0f58d6;
    }

    .prolist-box .right {
        width: 100%;
        padding: 1.1875rem 1.75rem;
    }

    .prolist-box .right ul li {
        margin-bottom: 1rem;
    }

    .prolist-box .right ul li .title {
        font-size: 1rem;
        padding: 0.5rem 0 0.25rem;
    }

    .prolist-box .right ul li .more {
        font-size: 1rem;
    }

    .prodetail-img-box {
        padding: 0 1.25rem;
    }

    .prodetail-img {
        padding: 3rem 0 3.875rem;
    }

    .prodetail-filter-box {
        padding: 0 1.25rem;
    }

    .prodetail-desc-box .name {
        font-size: 1.375rem;
    }

    .prodetail-desc-box .info {
        font-size: 1.1rem;
    }

    .prodetail-desc-box .more a {
        font-size: 1.25rem;
        height: 2.8rem;
    }

    .prodetail-desc-box .more a img {
        width: 1.7rem;
    }

    .content {
        overflow-x: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    /* fuwu */
    .service-box .service-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service-box .service-item .ptline {
        width: 47.5%;
    }

    .service-item .service-item-3 {
        width: 100%;
        margin-left: 0px;
        margin-top: 4.28%;
    }

    .nybanner-title {
        font-size: 1.8rem;
        padding-top: 1rem;
        padding-left: 1.5rem;
    }

    /* join */
    .job-srarch .item {
        width: calc(33.333% - 0.625rem);
    }

    .job-search-box {
        flex-wrap: wrap;
    }

    .job-search-box .left {
        margin-bottom: 2rem;
        width: 100%;
    }

    .job-search-box .right {
        width: 100%;
        padding: 1.75rem;
    }

    .job-search-box .right h2 {
        font-size: 1.375rem;
        margin-bottom: 0.625rem;
    }

    .job-search-box .right .con {
        font-size: 1.1rem;
    }

    /* contact */
    .contact-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contact-form .hd {
        padding: 0 .5rem;
    }

    .contact-form .hd ul li {
        font-size: 1.3rem;
        padding: 1rem;
    }

    .c-form .form-item {
        width: 100%;
    }
}

@media(max-width:768px) {
    .timeline-container {
        display: block;
    }

    .timeline-item {
        display: block;
    }

    .timeline-content {
        display: block;
    }

    .timeline-section p:first-of-type {
        font-size: 1.5rem;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .container {
        width: 96%;
    }

    .wd58 {
        width: 100% !important;
    }

    .nybanner-text-about {
        width: 100%;
        height: 100%;
        background: rgba(0, 155, 227, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        font-size: 1.2rem;
        color: #fff;
        text-align: left;
        max-height: 15.625rem;
        margin-left: 0rem;
        overflow: hidden;
    }

    .nybanner-title-about {
        padding: 1rem;
        line-height: 130%;
    }

    .yuanjingimg img {
        display: none;
    }

    .yuanjingtxt h2 {
        font-size: 2.0rem;
    }

    .content-item {
        font-size: 1.5rem;
    }

    .content-item p {
        font-size: 1.5rem;
        color: #00a0e9;
    }

    .top-left {
        top: 20%;
        left: 15%;
    }

    .content-item span {
        font-size: 1.2rem;
    }

    .bottom-right {
        top: 17%;
        right: -15%;
    }

    .left {
        top: 38%;
        left: 10%;
    }

    .bottom-left {
        top: 39%;
        right: -15%;
    }

    .top-right {
        top: 55%;
        left: 50%;
    }

    .bottom {
        top: 65%;
        left: 50%;
    }

    .right {
        top: 90%;
        left: 50%;
    }

    .top-right {
        top: 70%;
        left: 50%;
    }

    .content-item i {
        font-size: 1.2rem;
        color: #0c0c0c;
    }

    .swiper-button-next1 {
        right: 20px !important;
        top: 60% !important;
        height: 30px !important;
        width: 20px !important;
    }

    .swiper-button-prev1 {
        left: 20px !important;
        top: 60% !important;
        height: 30px !important;
        width: 20px !important;
    }

    .center-circle {
        width: 20px;
        height: 20px;
    }

    .ripple {
        width: 10px;
        height: 10px;
    }

    .where {
        font-size: 2.0rem;
        left: 9%;
        top: 70%;
    }

    .disimg span {
        font-size: 1.0rem;
    }

    .disimg {
        bottom: 3%;
    }

    .inabouttxt span {
        font-size: 2.0rem;
    }

    .newstxt span {
        font-size: 1.0rem;
    }

    .newstxt i {
        font-size: 1.0rem;
    }
}

@media(max-width:640px) {
    .prodetail-img-box {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .prodetail-img-box .IndProD {
        width: 100%;
        margin-bottom: 1.1rem;
    }

    .prodetail-img-box .IndProThumbs {
        width: 100%;
        padding-left: 0px;
    }

    .prodetail-filter-box .filter-group .item {
        width: 100%;
        margin-right: 0px;
    }

    /* fuwu */
    .nybanner-text {
        width: 95px;
        height: 55px;
    }

    .nybanner-title {
        font-size: 1.1rem;
        padding-top: 0.6rem;
        padding-left: 1rem;
    }

    .service-top h2.title {
        font-size: 1.45rem;
    }

    .service-top .desc {
        font-size: 1.35rem;
    }

    .service-box .service-item .ptline {
        font-size: 1.1rem;
    }

    .service-item .service-item-1 img {
        margin-top: 0.5rem;
    }

    .service-item .service-item-3 .con {
        font-size: 1.1rem;
    }

    .service-item .service-item-3 .link a {
        font-size: 1rem;
    }

    /* join */
    .job-srarch .item {
        width: 100%;
        margin-right: 0px;
    }

    .zwss-box form,
    .zwss-box form .input {
        width: 100%;
    }

    .zwss-box form .para {
        flex-wrap: wrap;
    }

    .zwss-box form .para .item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0.65rem;
    }
}

.product-info p {
    line-height: 120%;
    font-size: 1.4rem;
}

.product-info .zhou {
    position: absolute;
    right: -70px;
    bottom: -70px;
}

.product-info {
    height: 370px;
}
