/*nybanner*/

.inbanner{
    height: 460px;
    margin-bottom: 20px;
    background: url(../img/banner04.jpg) no-repeat center;
    position: relative;
    padding-top: 60px
}
.inbanner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbanner .con {
    color: #fff;
}
.inbanner .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbanner::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}


/*nybannera*/

.inbannera{
    height: 460px;
    margin-bottom: 20px;
    background: url(../img/nybanner02.jpg) no-repeat center;
    position: relative;
    padding-top: 60px
}
.inbannera .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbannera .con {
    color: #fff;
}
.inbannera .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbannera::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}


/*nybannerb*/
.inbannerb{
    height: 460px;
    margin-bottom: 20px;
    background: url(../img/nybanner01.jpg) no-repeat center;
    position: relative;
    padding-top: 60px
}
.inbannerb .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbannerb .con {
    color: #fff;
}
.inbannerb .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbannerb::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}


/*nybannerc*/
.inbannerc{
    height: 460px;
    margin-bottom: 20px;
    background: url(../img/nybanner03.jpg) no-repeat center;
    position: relative;
    padding-top: 60px
}
.inbannerc .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.inbannerc .con {
    color: #fff;
}
.inbannerc .con .tit {
    font-size: 50px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.2;
}
.inbannerc::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 150px;
    background: url(../img/splitline.svg) no-repeat center bottom;
    background-size: 100% 100%;
}


/*about*/
.commontitle {
    margin-bottom: -20px;
    text-align: center;
}
.commontitle .nam {
    font-size:30px;
    font-weight: bold;
    color:#333;
    text-transform: uppercase;
    font-family: Montserrat;
}
.commontitle .en {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-main);
    opacity: .3;
}
.prosub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.prosub .it {
    margin-right: 10px;
    min-width: 14%;
    font-family: Montserrat;
}
.prosub .it .ia {
    display: block;
    border-radius: 10px;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ddd;
    text-decoration: none;
    line-height: 1;
    color: #333;
    box-shadow: 0 5px 5px rgba(21, 0, 212, 0.1);
    background: #fff;
    transition: all .3s;
    text-transform: uppercase;
}
.prosub .it.on .ia {
    background:#003aa6;
    color: #fff;
}

.aboutbox01 {
    position: relative;
    display: flex;
    margin: 80px 0 50px;
}

.aboutbox01 .hd {
    width: 320px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.aboutbox01 .bd {
    flex: 1;
}
.aboutbox01 .bd .con p{margin-bottom: 18px; line-height: 1.8; }
.aboutbox01 .abttt{font-size: 30px;}
.aboutbox01 .abttt:after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: #003aa6;
    margin-top: 30px;
}
.aboutbox01 .bd .img {
    margin-top: 40px;
}
.aboutbox01 .bd .img img{
    width: 100%;
    display: block;
}
.aboutccinfo{width: 100%; display: flex; flex-wrap: nowrap; margin-top: 20px;}
.aboutccinfo li{width: 32%; margin-right: 2%; background: #cc3337; color: #fff; font-size: 35px; padding: 35px 28px; box-sizing: border-box; font-weight: bold;}
.aboutccinfo li:last-child{margin-right: 0;}
.aboutccinfo li .abouttitb{font-size: 20px; margin-top: 8px; font-weight: normal;}

/*文化*/
.aboutbox02 {
    background: #b7c7e7;
    padding: 80px 5%;
    color: #fff;
}
.aboutbox02 .hd {
    text-align: center;
}
.aboutbox02 .hd .nam {
    font-size:35px;
    font-weight: bold;
    margin:12px 0;
}
.aboutbox02 .hd .txt {
    font-size: 18px;
    line-height: 1.6;
}
.aboutbox02 .bd {
    margin-top:40px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.aboutbox02 .bd .item {
    flex: 1;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding:40px 30px;
    background:#fff;
    transition: all .3s;
}

.aboutbox02 .bd .item .num {
    font-size: 24px;
    font-weight: bold;
    color: #cc3337;
}
.aboutbox02 .bd .item .txt {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 12px;
}

/*发展历程*/
.aboutbox3{padding: 90px 5% 160px; background:url(../img/lsbg.jpg) no-repeat center bottom #f4f4f4;}
.aboutbox3 .hd .nam {
    font-size:35px;
    font-weight: bold;
    margin:12px 0;
    text-align: center;
}
.aboutbox3 .bd {
    margin-top:40px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.aboutbox3 .bd .item {
    flex: 1;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding:20px;
    transition: all .3s;
}

.aboutbox3 .bd .item .num {
    font-size:15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #cc3337;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.aboutbox3 .bd .item .txt {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 12px;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
}

/*优势*/
.aboutbox4{padding: 50px 0;}
.aboutbox4 .hd .nam {
    font-size:35px;
    font-weight: bold;
    margin:12px 0;
    text-align: center;
}
.aboutul4a{padding: 30px 5%; width: 100%; display: flex; flex-wrap: wrap; gap: 30px; box-sizing: border-box; margin-top: 25px;}
.aboutul4a li{ flex: 1; background-color: #fff; padding:30px 40px; box-sizing: border-box; box-shadow: 0px 0px 8px #ccc; display: flex; justify-content: center;}
.aboutul4a li .abouttt{font-size: 22px; margin-left: 20px;}
.aboutbox4 .bd .img{margin-top: 20px;}
.aboutbox4 .bd .img img{max-width: 100%; margin-bottom: 30px;}

.aboutul5a{display: flex; box-sizing: border-box; border-radius: 10px; overflow: hidden;}
.aboutul5a li{flex: 1;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
    transition: all .3s;}

.aboutul5a li .aboutliimg{margin: 15px 20px; background-color: #fff; border-radius: 50%; width: 60px; height: 60px; box-shadow: 0 0 10px #ccc; vertical-align:middle; align-items: center; line-height: 60px; text-align: center;}
.aboutul5a li img{width: 100%;}
.aboutul5a li .aboutliimg img{width: 70%; margin: 0 auto;  vertical-align:middle; text-align: center;}

.aboutdiva{padding: 0 5%; margin-top: 30px; box-sizing: border-box;}
.abouttitaaa{padding: 0 20px; font-weight: bold; line-height: 1.2;}
.abouttitaab{padding: 0 20px; font-size: 15px; line-height: 1.3; margin: 10px 0 30px;}


/*新闻*/
/*news*/
.news-container {
    margin:60px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
    height: 400px;
}

.news-item {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s ease;
}
.news-item a{display: flex; text-decoration: none; width: 100%; overflow: hidden;}

.news-item.active {
    opacity: 1;
}
.news-image {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.news-item:hover .news-image img {
    transform: scale(1.05);
}
.news-content {
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
    background: white;
    display: flex;
    flex-direction: column;
}
.news-date {
    color: #888;
    font-size: 18px;
    margin-bottom: 10px;
}
.news-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}
.news-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
}
.news-more {
    color: #ff7f01;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
}
.news-more:hover {
    text-decoration: underline;
}
.news-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    z-index: 10;
}
.news-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    margin-left: 8px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.news-dot.active {
    background: white;
    transform: scale(1.2);
}
.news-prev, .news-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.news-container:hover .news-prev,
.news-container:hover .news-next {
    opacity: 1;
}
.news-prev {
    left: 20px;
}
.news-next {
    right: 20px;
}
.news-prev:hover, .news-next:hover {
    background: white;
}

/*列表新闻*/
.news-containera {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
}

.news-containera .news-itema {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background-color: #f9f9f9;
    width: 32%;
    margin: 1% 0.6%;
    box-sizing: border-box;
    opacity: 1;
    border-radius: 15px;
}

.news-containera .news-itema:hover {
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.news-containera .news-itema .news-image {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

.news-containera .news-itema .news-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-containera .news-itema .news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-containera .news-itema a{text-decoration: none;}

.news-containera .news-itema .news-content {
    flex-grow: 1;
    width: 100%;
    background-color: transparent;
    padding:30px 20px 20px;
    box-sizing: border-box;
}

.news-containera .news-itema .news-title {
    font-size:22px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-containera .news-itema .news-date {
    font-size: 15px;
    color: #999;
    margin-bottom: 8px;
    background-color: #e9e9e9;
    border-radius: 15px;
    padding: 10px;
    width: 150px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

.news-containera .news-itema .news-more {
    font-size: 16px;
    color: #ff7f01;
    text-decoration: none;
}

/*新闻详情*/
.innnewsinfo {
    padding: 50px;
    width: 100%;
    background-color: #f2f6ff;
    margin: 40px 0;
    border-radius: 15px;
    box-sizing: border-box;
}


.innnrr {
    flex: 1; /* 右侧内容占据剩余空间 */
}
.innnewsinfo .wrapper{width: 100%; margin: 0 auto;display: flex; flex-wrap: nowrap;}
.innnrr .innnewatit{font-weight: bold; font-size: 30px; color: #003aa6; text-align: center;}
.innnrr .innnewatita{font-size: 18px; line-height: 1.5; color: #333; margin-top: 30px;}
.innnrr .innnewatita p{margin: 35px 0; font-size: 18px; line-height: 1.5; color: #333;}

.innleft .innleftaa{
    position: sticky;
    top:200px; /* 距离顶部0px时固定 */
}
.innleft .innleftaa span{background-color: #003aa6; display: block; height: 10px; margin-bottom: 50px;}

.innleft .innleftaa a{display: block; margin:0 auto 25px; width: 100%; text-align: center;}
.innleft .innleftaa img{width: 50px; margin: 0 auto;}

.nsd {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nsd .link {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    font-size: 14px;
}
.nsd .link a{text-decoration: none; color: #003aa6;}

.nsd .back .ba {
    background: #003aa6;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    text-decoration: none;
    position: relative;
}

/*product*/
.procontent {
    width: 100%;
    margin:60px auto;
    padding: 50px 8%;
    background-color: #ecf1fb;
    box-sizing: border-box;
}
.procontent .probox21 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.procontent .probox21 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap: 20px;
    height: 100%;
}
.procontent .probox21 .swiper-slide {
    text-align: center;
    font-size: 16px;
    width: calc(25% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    transition: all .3s; 
}
.procontent .item {
    float: left;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: linear-gradient(to bottom, #fff, #f9fafb);
    backdrop-filter: blur(50px);
}
.item .imgitem {
    background: #fff;
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.procontent .item .imgitem img {
    width: 82%;
}
.procontent .item .imgitem .arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    color: #666;
    background: #f0f2f5;
    border-right: rgba(0, 0, 0, 0.15) 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.procontent .item .imgitem .arrow svg {
    width: 20px;
    height: 20px;
    transition: all .3s;
}
.item .itemblock {
    padding: 30px 40px 30px 40px;
    text-align: left;
}

.procontent .item .imgitem .arrow:hover {
      border: #fff;
      background: #003aa6;
      svg {
        transform: rotate(180deg);
        color: #fff;
      }
    }

.item .dot {
    margin-bottom: 10px;
    font-size: 14px;
    color: #003aa6;
}
.item .nam {
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    font-weight: bold; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.item .nam a{text-decoration: none;}
.item .tim {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

/*产品*/
.innppinfo{background-color: #fff; padding: 40px 0;}
.inpprr .innnewatit{font-weight: bold; font-size: 30px; text-align: center; color:#003aa6; margin-top: 40px; padding: 0 60px;}
.inpprr .inppimg{text-align: center; margin-top: 40px;}


/*联系我们*/
.aboutbox01 {
    position: relative;
    display: flex;
    margin: 60px 0 20px;
    font-family: Montserrat;
}
.aboutbox01 .hd {
    width: 300px;
    font-size: 34px;
    font-weight: bold;
    position: relative;
}
.aboutbox01 .bd {
    flex: 1;
}
.contactlist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.contactlist .item {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 6px;
}

.contactlist .item .ico {
    color: #cc3337;
    margin-bottom: 10px;
}
.contactlist .item .nam {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

/*招聘*/
.aboutbox022{background-color: #f2f6ff; padding: 40px 0;}

.aboutbox022 .wrapper{display: flex;}
.aboutbox022 .hd {
    width: 300px;
    font-size: 34px;
    font-weight: bold;
    position: relative;
    color: #333;
}
.aboutbox022 .bd {
    flex: 1;
}
.aboutbox022 .messagecon{margin-top: 15px !important; border: 0px none; background-color: transparent; padding: 0;}
.aboutbox022 .messagecon .messagetarea{background-color: #fff;}
.aboutbox022 .messagecon .messageinput{background-color: #fff;}

/*设备*/
.shebeiul{width: 100%; 
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px; margin: 80px auto; padding: 0 8%; box-sizing: border-box;}

.shebeiul li img{max-width: 100%;}

@media (max-width: 1400px) {
.procontent .probox21 .swiper-slide{width: calc(33.3% - 15px);}
.news-title{font-size: 25px;}
}


@media (max-width: 720px) {
.procontent .probox21 .swiper-slide{width:100%;}
.inpprr .innnewatit{padding: 0; font-size: 24px;}
.inpprr .inppimg{margin-top: 15px;}
.inpprr .inppimg img{max-width: 100%; display: block;}
.tablea tr:first-child td{font-size: 15px;}
.nsd .back{width: 40%; overflow:hidden;}
.nsd .link{width: 60%;}
.nsd .back .ba{width: 100%; display: block;}
.prosub{display: block; width: 100%;}
.prosub .it{min-width: 48%; font-size: 14px; margin-right: 0;}
.prosub .it .ia{font-size: 14px; box-sizing: border-box;}
.aboutbox01{display: block; width: 100%;}
.aboutbox01 .bd{margin-top: 30px;}
.item .nam{color: #fff;}
.aboutbox02 .bd{display: block;}
.aboutbox3 .bd{display: block; width: 100%;}
.aboutbox3 .bd .item{border-right: 0px none; padding: 10px;}
.news-container{display: none;}
.news-containera{margin-top: 20px;}
    .news-containera .news-itema{width: 100%; margin: 2% 0;}
    .innnewsinfo{padding: 50px 8px;}
    .innnrr .innnewatit{font-size: 20px;}
    .contactlist{grid-template-columns:repeat(1, minmax(0, 1fr))}
.contactlist .item .nam{height: auto !important;}
.aboutbox022 .wrapper{display: block;}
.shebeiul{grid-template-columns:repeat(2, minmax(0, 1fr))}
.aboutul5a{width: 100%; display: block;}
.aboutul5a li{border-right: 0px none;}
.abouttitaab{padding: 0 20px 30px;}
.inbanner{height:300px; background-size: cover !important; background-position: bottom center !important;}
.inbannera{height:300px; background-size: cover !important; background-position: bottom center !important;}
.inbannerb{height:300px; background-size: cover !important; background-position: bottom center !important;}
.inbannerc{height:300px; background-size: cover !important; background-position: bottom center !important;}
.inbannerb .con .tit {font-size:28px;}
.inbannera .con .tit {font-size:28px;}
.inbannerc .con .tit {font-size:28px;}
.commontitle .en{font-size: 45px;}

}