td img {
    padding: 5px;
}

/* 通用单页 */

.Ny_cont {
    padding: 30px 0;
    min-height: 500px;
}

.Ny_cont p {
    margin: 0;
    font-size: 16px;
    text-indent: 32px;
    line-height: 2;
}

/* end-通用单页 */
/* 通用 */
figure.image img {
    width: auto;
    max-width: 100%;
}

figure.image-style-align-center img {
    display: block;
    margin: 0 auto;
}

.dingei {
    position: relative;
    top: -120px;
}

.NyBigBox {
    padding-bottom: 100px !important;
}



.Ny_Content {
    min-height: 500px;
}

.nybigbox {
    position: relative;
}

.Nybanner {
    position: relative;
    display: flex;
    justify-content: center;
}

.Nybanner .container {
    position: absolute;
    height: 100%;
}

.NybannerText {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.NybannerText h1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.NybannerText h1 img {
    height: 60px;
    margin-right: 45px;
}

.Nybanner>img {
    position: relative;
    /* min-height: 300px; */
    object-fit: cover;
}

.Nybanner .NybannerText span {
    display: block;
    width: 1px;
    height: 60px;
    background: #ccc;
    position: relative;
    margin-top: 30px;
    margin-bottom: 35px;
}

.Nybanner .NybannerText span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 23px;
    background-color: #000;
}

.NyTitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 30px;
}

.NyBigBox {
    padding-top: 90px;
}

/* end-通用 */
/* 公司简介 */
.AboutBigBox {
    background: no-repeat;
    background-image: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/155/20230613150324_AYCEWvtu.png);
    background-position: bottom;
    background-color: #f5f5f5;
}

.aboutBox1 {
    border-top: 1px solid #000;
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutBox1 img {
    width: 680px;
}

.aboutBox1 .text {
    width: calc(100% - 750px);
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: #626262;
}

.aboutBox1 .text p {
    margin-bottom: 0;
}

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

.aboutBox2 .left {
    padding-top: 90px;
    width: 310px;
}

.aboutBox2 .left span {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

.aboutBox2 .left span img {
    height: 22px;
    margin-right: 15px;
    margin-top: 5px;
}

.aboutBox2 .left span p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #333333;
}

.aboutBox2 .right {
    width: calc(100% - 460px);
}

.aboutBox2 .right span {
    display: flex;
    align-items: center;
    height: 210px;
    border-top: 1px solid #A0A0A0;
}

.aboutBox2 .right span h1 {
    width: 50%;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000000;
}

.aboutBox2 .right span p {
    width: 50%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    color: #333333;
    position: relative;
}

.aboutBox2 .right span p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 5px;
    position: absolute;
    top: 11px;
    left: -30px;
}


/* end - 公司简介*/

/* ----------  产品      ----------*/
/* 产品列表 */
.NybannerSwiper {
    width: 100%;
    overflow: hidden;
}

.NyNavList {
    border-bottom: 1px solid #000;
    display: flex;
    margin-bottom: 30px;
}

.NyNavList a {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
    display: block;
    margin: 0 45px;
    padding-bottom: 45px;
    margin-bottom: -2px;
    border-bottom: 4px solid #ABAB1700;
}

.Ny_ProductList {
    margin-top: 30px;
    margin-bottom: 30px;
}

.Ny_ProductList a {
    display: block;
    background: #F5F5F5;
    position: relative;
    transition: 1s;
}

.Ny_ProductList a .img {
    padding: 30px 0;
}

.Ny_ProductList a .img img {
    display: block;
    margin: 0 auto;
    width: 240px;
    max-width: 100%;
    mix-blend-mode: darken;
}

.Ny_ProductList a .text {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    top: 30px;
    width: 100%;
}

.Ny_ProductList:hover a {
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
}

.Ny_ProductList a::after {
    position: absolute;
    transition: 1s;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: #ABAB17;
    bottom: 0;
    left: 0;
}

.Ny_ProductList:hover a::after {
    height: 5px;
}

.nav_2.active {
    color: #ABAB17;
}


.NyNavList a.active {
    margin-bottom: -2px;
    border-bottom: 4px solid #ABAB17;
}

/* 产品详情 */
.productContent {
    padding-top: 100px;
    padding-bottom: 120px;
}

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

.productContent .ImgBox {
    width: 420px;
}

.productCover {
    width: 100%;
    border: 1px solid #DCDCDC;
    border-top: 7px solid #ABAB17;
    padding: 60px;
}

.productCover img {
    width: 100%;
}

.productContent .ImgBox h1 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000000;
}

.productContent .ImgBox .text {
    border-top: 1px solid #C7C7C7;
    padding-top: 30px;
    margin-bottom: 45px;
}

.productContent .ImgBox p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #2C2C2C;
    margin-bottom: 10px;
}

.productContent .ImgBox a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ABAB17;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #ABAB17;
    margin-bottom: 15px;
}

.productContent .container .Details {
    width: calc(100% - 520px);
}

.Details_top {
    font-weight: bold;
    font-size: 24px;
    line-height: 3;
    letter-spacing: 0.05em;
    color: #000000;
    border-bottom: 1px solid #000000;

}

.Details_content {
    padding: 45px 0;
}

/* ----------  end-产品  ---------- */
/* ----------  新闻      ---------- */
/* 新闻列表 */

.newsTop {
    background-color: #F5F5F5;
    margin-bottom: 45px;
}

.newsTop .container {
    padding: 60px 0;
}

.newsTopSlide {
    display: flex;
}

.newsTop .container .left {
    width: 800px;
}

.newsTop .container .right {
    width: calc(100% - 800px);
    padding-left: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.newsTop .container .right h1 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
}


.newsTop .container .right span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #808080;
    margin-bottom: 30px;
    margin-top: 20px;
}


.newsTop .container .right p {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 90px;
    border-top: 1px solid #DEDEDE;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000000;
    font-family: 'PuHuiTi_35';
}


.newsTop .container .right a {
    display: block;
    width: 203px;
    height: 34px;
    background: linear-gradient(91.8deg, #1C449B 6.69%, #2595D3 79.15%, #82C16A 96.42%);
    border-radius: 20px;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #FFFFFF;
}

.newsToppagination {
    display: flex;
    justify-content: flex-end;
}

.newsToppagination span {
    background: #D9D9D9;
}

.newsToppagination .swiper-pagination-bullet-active {
    background: #00367B;
}

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

.NewsList {
    width: 31.5%;
    margin: 45px 0;
}

.NewsList img {
    width: 100%;
}

.NewsList h1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
}

.NewsList span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #808080;
    margin-bottom: 0;
}

/* end-新闻列表 */
/* 新闻详情 */
.Ny_NewsPost {
    padding-top: 180px;
}

.Ny_NewsPost h1 {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    color: #000000;
}

.Ny_NewsPost>span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    letter-spacing: 0.1em;
    color: #808080;
    margin-top: 30px;
    margin-bottom: 40px;
}

.Ny_cont {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.Ny_cont p {
    font-family: 'PuHuiTi_35';
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 100;
}

.NewsPostBottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.NewsPostBottom a {
    color: #808080;
    font-family: 'PuHuiTi_35';
}

/* end-新闻详情 */
/* end 新闻---------- */
/* 质量与证书 */

.CaseBigBox .case1 {
    display: flex;
    align-items: center;
    padding: 90px 0;
    border-top: 1px solid #000;
}

.CaseBigBox .case1 p {
    width: 960px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #626262;
    margin-bottom: 0;
}

.CaseBigBox .case1 h1 {
    width: calc(100% - 960px);
    margin-bottom: 0;
    font-size: 24px;
    line-height: 2;
    text-align: right;
    letter-spacing: 0.1em;
    color: #000000;
    display: flex;
    flex-direction: column;
}

.CaseBigBox .case1 h1 span {
    font-weight: bold;
    font-size: 28px;
    line-height: 2;
    text-align: right;
    letter-spacing: 0.1em;
    color: #000000;
}

.CaseBigBox .Case1imgBox {
    display: flex;
    margin-bottom: 120px;
}

.CaseBigBox .Case1imgBox .img {
    margin: 0 10px;
    overflow: hidden;
}

.CaseBigBox .Case1imgBox .img img {
    object-fit: cover;
    transition: 1s;
}

/* .CaseBigBox .imgBox .img:hover {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
} */

.CaseBigBox .Case1imgBox .img:hover img {
    width: 110%;
    border-bottom: 8px solid #ABAB17
}

.NyCase2 {
    padding-top: 100px;
    padding-bottom: 140px;
    background: #fff;
}

.NyCase2box {
    border-top: 1px solid #000;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.NyCase2box .text {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.1em;
    color: #252525;
}

.NyCase2box .imgBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.NyCase2box .imgBox a {
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    text-align: right;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #ABAB17;
}

.NyCase2box .imgBox span {
    width: 500px;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.NyCase2box .imgBox span img {
    width: 33%;
    padding: 15px;
}

/* end-案例 */
/* 联系我们 */
.Content1 {
    border-top: 1px solid #000;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.Content1 .item {
    width: calc(50% - 7.5px);
    background: #F5F5F5;
    padding: 75px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Content1 .item h1 {
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 0.1em;
    color: #000000;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.Content1 .item h2 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-top: 45px;
    margin-bottom: 30px;
}

.Content1 .item p {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
}

.Content1 .item.cur:nth-child(2n) h1::after {
    right: 0;
}

.Content1 .item.cur h1::after {
    content: "";
    display: block;
    width: 62px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
}

.Content1 .item:nth-child(2n) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.Content1 .item:nth-child(2n) h1 {
    text-align: right;
}

.Content1 .item.cur {
    background: #ABAB17;
}

.Content1 .item.cur h1 {
    color: #fff;
    border-bottom: 1px solid #BFBFBF;
}

.Content1 .item.cur h2 {
    color: #fff;

}

.Content1 .item.cur p {
    color: #fff;

}

.Content1 .imgBox {
    position: absolute;
    width: 350px;
    height: 350px;
    left: calc(50% - 175px);
    top: calc(50% - 175px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.Content1 .imgBox img {
    width: 180px;
}

.Content2 {
    padding-top: 60px;
}

.Content2Box {
    padding-top: 120px;
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
}

.Content2Box .text {
    width: 500px;
}

.Content2Box .text h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #ABAB17;
    margin-bottom: 240px;
}

.Content2Box h2 {
    font-size: 36px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #BFBFBF;
}

.Content2Box p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;

    color: #BFBFBF;
}

/* end-联系我们 */
/* 下载 */
.DownloadBigBox {
    background: #fff;
}

.DownloadList {
    padding: 30px 45px;
}


.DownloadList>img {
    width: 100%;
    display: block;
}

.DownloadList .text {
    font-size: 18px;
    line-height: 5;
    text-align: justify;
    letter-spacing: 0.1em;
    color: #000000;
    padding: 0 5vw;
    background: #F3F4F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 人才招聘 */
.JobBigBox {
    background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/155/20230615091208_raM62diY.png) no-repeat top;
    background-size: contain;
}

.JobBox1 {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.JobBox1 .item {
    width: calc((100% - 60px) / 3);
    border: 1px solid #B9B9B9;
    position: relative;
}

.JobBox1 .item>img {
    position: relative;
    width: 100%;
}

.JobBox1 .item .text {
    padding: 0 60px;
    padding-top: 120px;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
}

.JobBox1 .item .text .img {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JobBox1 .item .img img {
    width: 30px;
}

.JobBox1 .item .text h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
}

.JobBox1 .item .text p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.1em;
    color: #fff;
}

.JobBox1 .item .text span {
    display: block;
    position: absolute;
    width: 38px;
    height: 4px;
    background: #fff;
    bottom: 90px;
}

.JobBox1 .item.cur>img {
    background: url(/assets/images/3.png);
    opacity: 0;
}

.JobBox1 .item.cur .text h1 {
    color: #000;
}

.JobBox1 .item.cur .text p {
    color: #000;
}

.JobBox1 .item.cur .text span {
    background: #ABAB17;
}

.JobBox1 .item.cur .text .img {
    background: #ABAB17;
    border: 1px solid #fff0;
}

.JobBox2 {
    padding-top: 75px;
}

.JobBox2 .text {
    border-top: 1px solid #000;
    padding: 30px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #000000;
}

.JobBox2 .imgBox {
    display: flex;
}

.JobBox2 .imgBox img {
    width: 67%;
}

.JobBox2 .imgBox .left {
    background: #ABAB17;
    padding: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
}

.JobBox2 .imgBox .left h1 {
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.JobBox2 .imgBox .left a {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #FFFFFF;
}

/* end-人才招聘 */
/* 相册 */
.photo .examples {
    margin-top: 40px;
}

.photo .examples .row {
    margin-bottom: 20px;
}

.photo .examples .col-md-3 {
    text-align: center;
    margin-bottom: 20px;
}

.photo .example img {
    width: 100%;
}

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

.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, .3);
    opacity: 0
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

/* end-相册 */
/* 表单 */
.cont.message {
    width: 720px;
}

.message h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 15px;
}

input.input1 {
    width: 100%;
    background: #F7F7F7;
    margin-bottom: 45px;
    height: 50px;
    padding: 0 15px;
}

textarea.input {
    width: 100%;
    background: #F7F7F7;
    margin-bottom: 60px !important;
    height: 100px;
    padding: 10px 15px;
}

input.input {
    width: 200px;
    background: #F7F7F7;
    margin: 0;
    height: 50px;
    padding: 0 15px;
}

input.input4 {
    width: 100%;
    height: 60px;
    margin-top: 60px;
    background: #fff0;
    border: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
}

/* end-表单 */


/* 新加 */
.CpBox1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CpItem {
    width: calc(50% - 20px);
    position: relative;
    z-index: 2;
    border: 1px solid #C2C2C2;
    padding: 30px;
    padding-left: 0;
}

.CpItem::after {
    content: "";
    display: block;
    width: 100%;
    height: 10%;
    background: #393939;
    position: absolute;
    left: 0;
    bottom: 0;
}

.CpItem img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.CpItem .CpText {
    position: absolute;
    z-index: 3;
    left: 40px;
    top: 60px;
}

.CpItem .CpText h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000000;
}

.CpItem .CpText h2 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000000;
}

.CpItem span {
    width: 280px;
    height: 80px;
    background: #8D8D8D;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    z-index: 3;
    left: calc(50% - 140px);
    bottom: 100px;
}

.CpItem span:hover {
    background: linear-gradient(90deg, rgba(171, 171, 23, 0.51) 0%, #ABAB17 100%);
}

@media(max-width: 1440px) {
    .CpItem .CpText {
        left: 30px;
        top: 45px;
    }

    .CpItem span {
        width: 200px;
        height: 60px;
        border-radius: 45px;
        font-size: 18px;
        position: absolute;
        z-index: 3;
        left: calc(50% - 100px);
        bottom: 75px;
    }
}

@media(max-width: 1200px) {
    .CpItem {
        width: calc(50% - 10px);
        padding: 15px;
        padding-left: 0;
    }

    .CpItem .CpText {
        left: 5%;
        top: calc(15px + 2%);
    }

    .CpItem .CpText h1 {
        font-size: 18px;
        letter-spacing: 0;
        margin: 0;
    }

    .CpItem .CpText h2 {
        font-size: 14x;
        letter-spacing: 0;
        margin: 0;
    }

    .CpItem span {
        width: 140px;
        height: 45px;
        font-size: 16px;
        left: calc(50% - 70px);
        bottom: 30px;
    }
}

@media(max-width: 720px) {
    .CpItem {
        width: 100%;
        margin-bottom: 30px;
    }
}
