/* 公用样式 */


/* 头部 */
header {position: fixed; left: 0; top: 0; z-index: 99; width: 100%; transition: .5s; border-bottom: 1px solid transparent;  top: .3rem; padding: 0 8%;  transition: .5s;}

.headBox {transition: .35s;position: relative;z-index: 1;}
.headBox::after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #F1F1F1; border-radius: 100px; z-index: -1; transition: .5s;}

.headTop {height: 1.15rem;padding: 0 .42rem;position: relative;z-index: 2;}
.headBox .logo {height: 100%;}
.headBox .logo a {height: 100%;padding: .1rem 0;}
.headBox .logo img {max-width: 100%;max-height: .62rem;object-fit: contain;}
.headMenu {height: 100%;}
.headMenu nav {height: 100%;}
.headMenu nav > ul {height: 100%; gap: .95rem;}
.headMenu nav > ul > li {height: 100%; position: static;}
.headMenu nav > ul > li > a {height: 100%; color: #333; transition: .3s;}
.headMenu nav > ul > li > a i {width: .12rem;display: inline-flex;transition: .3s;align-items: center;justify-content: center;}
.headMenu nav > ul > li > a i img {max-width: 100%;display: block;transition: .3s; object-fit: contain; filter: invert(61%) sepia(3%) saturate(15%) hue-rotate(314deg) brightness(101%) contrast(88%);}
.headMenu nav > ul > li.on > a {color: #3164a0;}
.headMenu nav > ul > li.on > a i {transform: rotate(90deg);}
.headMenu nav > ul > li.on > a i img {-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}

@media (any-hover: hover) {
.headMenu nav > ul > li:hover > a {color: #3164a0;}
.headMenu nav > ul > li:hover > a i{transform: rotate(90deg);}
.headMenu nav > ul > li:hover > a i img {-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}
}

.headBox .lang img {width: .21rem;height: .21rem;object-fit: contain;}
.headBox .lang p {color: #b1b1b1;white-space: nowrap;}
.headBox .lang a.on {color: #333;}

@media (any-hover: hover) {
    .headBox .lang a:hover {color: #3164a0;}
}
.navdown {display: none;position: absolute;left: 0;top: 100%;width: 100%; padding-top: .35rem; background: transparent;}
.navdown-bg{background: #fff; border-radius: .3rem;padding: .28rem .43rem .5rem;}
.navdown-bg > ul {gap: .65rem;}
.navdown-bg > ul > li {width: 20%;}
.navdown-bg > ul > li a {color: #333; transition: .3s;}
.navdown-bg > ul > li a div {width: 100%;overflow: hidden;border-radius: .1rem; margin-bottom: .28rem; border:1px solid #fcfcfc}
.navdown-bg > ul > li a div img {width: 100%;  object-fit: cover; display: block; transition: .5s;}
.navdown-bg > ul > li a p {text-align: center; transition: .3s;}
@media (any-hover: hover) {
.navdown-bg > ul > li a:hover p {color: #1a3a6b;}
.navdown-bg > ul > li a:hover div img {transform: scale(1.06);}
}



header.c-style2 {padding-top: 0; top: 0; }
header.c-style2 .headTop {padding: 0 ;}
header.c-style2 .headBox {background: #fff;}
header.c-style2 .headBox::after {width: 100vw; left: -10%; transition: .6s;border-radius: 0 0 .43rem .43rem;background: #fff; box-shadow: 0px 7px 9px 0px rgba(48,48,48,0.03);}

/* ======首页======= */
.indexBanner {position: relative;overflow: hidden;height: 100vh;}
.indexBanner .swiper {height: 100%;}
.indexBanner .slide {overflow: hidden;}
.indexBanner .slide .imgBox {position: relative;height: 100%;}
.indexBanner .slide .imgBox img {width: 100%;object-fit: cover;transition: 1s linear 2s;transform: scale(1.1, 1.1);height: 100%;}
.indexBanner .slide .box {width: 100%; height: 100%; display: flex; flex-direction: column; }
.indexBanner .slide .con h2{font-weight: 800; margin-bottom: .12rem;}
.indexBanner .slide .con h3{margin-bottom: .58rem;}

/* 当前 */
.indexBanner .swiper-slide-active .imgBox img, .indexBanner .swiper-slide-duplicate-active .imgBox img {transition: 6s linear;transform: scale(1, 1);}
/* 控件 */
.banner-bottom{position: absolute; bottom: .33rem; width: 100%;}
.banner-bottom .container{position: relative;}


.indexBanner .pagtion {width: auto; position: relative;}
.indexBanner .pagtion span {width: .11rem; height: .11rem; background: #FFFFFF; opacity: .5;   position: relative;  transition: .6s;     margin: 0 .1rem 0 0;}
.indexBanner .pagtion span.swiper-pagination-bullet-active {opacity: 1;  width: .34rem; border-radius: 6px;}
.indexBanner .scrollDown{text-align: center; position: relative; z-index: 2; margin: auto; display: flex; flex-direction: column; align-items: center; cursor: pointer;}
.indexBanner .scrollDown img{width: .17rem; margin-bottom: .12rem;}


.indexBanner .swiper-button-next, .indexBanner .swiper-button-prev{position: static;width: .55rem;height: .55rem;border: 1px solid #FFFFFF;opacity: 1;position: relative;transition: .6s;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-top: 0;}
.indexBanner .swiper-button-next img, .indexBanner .swiper-button-prev img{width: .18rem; object-fit: contain;}
.indexBanner .swiper-button-next{right: auto;}
.indexBanner .swiper-button-prev{left: auto;}
.indexBanner .swiper-button-next img{transform: rotate(180deg);}
@media (any-hover: hover) {
    .indexBanner .swiper-button-next:hover, .indexBanner .swiper-button-prev:hover {background: #3164A0;  border-color: #3164A0;}
}



.index-more{background: #3164A0;border-radius: 100px;padding: .14rem .35rem;display: inline-block; transition: .6s;}
.index-more span{margin-right: .1rem;}

@media (any-hover: hover) {
    .index-more:hover {box-shadow: 0 0 0 .1rem rgba(49, 100, 160, .2);}
}


/* 产品系列 */
.product {padding: .96rem 0 1.03rem; overflow: hidden; position: relative;}
.index-en{position: absolute; left: 2.45%; top: 0; }
.index-en img{display: block; max-width: 100%;}

.index-title h2 {font-weight: 800;}
.index-title h3 {}

.product .index-en{top: -7.5%;}
.product .index-title{display: flex; align-items: flex-end;}
.product .index-title h2{line-height: 1;}
.product .index-title h3{line-height: 1; margin-left: .12rem;}
.product-list {margin-top: 1.11rem;}
.product-list ul {gap: .28rem;}
.product-list ul li {background: #f5f5f5;transition: .45s;position: relative;}
.product-list ul li a {display: flex;flex-direction: column;align-items: center;padding: .83rem 0 .6rem;height: 100%;box-sizing: border-box;}
.product-list ul li .pic {width: 100%;height: 2.5rem;margin-bottom: .83rem;}
.product-list ul li .pic img {max-width: 88%; max-height: 100%; object-fit: contain; transition: .5s; }
.product-list ul li h3 {color: #3164a0;text-align: center;transition: .3s;}
.product-list ul li .more {height: .55rem;width: .55rem;border-radius: 100px;border: 5px solid #3164a0;background: #fff;color: #3164a0;transition: .45s;overflow: hidden;box-sizing: border-box;position: absolute;bottom: -.27rem;left: 65%;transform: translateX(-50%);}
.product-list ul li .more em {display: none; color: #fff;}
.product-list ul li .more img{width: .18rem;}

@media (any-hover: hover) {
    .product-list ul li:hover {background: #F7FCFE;}
    .product-list ul li:hover .pic img {transform: scale(1.04);}
    .product-list ul li:hover .more {width: 2.07rem;background: #3164a0;border-color: #3164a0;gap: 0.16rem;left: 50%;transform: translateX(-50%);}
    .product-list ul li:hover .more em {display: block;}
    .product-list ul li:hover .more  img {filter: brightness(0) invert(1);}
    }


/* 关于我们 */
.about {padding: .88rem 0 .82rem; position: relative; overflow: hidden; background: #FCFCFC;}
.about .index-en{top: .48rem; left: 0.42%;}
.about-left {width:43.375%;}
.index-title i{display: block; width: .67rem; height: .03rem; background: #3164a0; margin-top: .3rem; border-radius: 2px;}
.about-txt {color: #555555;line-height: 1.9;margin: .8rem 0 1.3rem;}
.about-txt p + p {margin-top: .3rem;}
.about-bot {gap: .65rem;}
.about-bot .index-more {display: inline-flex; align-items: center;}
.about-bot .index-more img {width: .18rem; display: block;}
.about-ce {}
.about-ce img {height: .5rem; width: auto; display: block;}
.about-right {width: 48.28%;position: relative;flex-shrink: 0;}
.about-right .pic {border-radius: .28rem; overflow: hidden; }
.about-right .pic img {width: 100%;display: block;object-fit: cover;transition: .6s;}
.about-data {position: absolute;left: 0;bottom: 0;z-index: 2;background: #fcfcfc;padding: .26rem .33rem 0 0;border-radius: 0 .38rem 0 0;width: 43.4%;}
.about-data ul {display: flex;flex-direction: column;gap: .16rem;}
.about-data li {gap: .21rem;background: #fff;padding: .19rem .14rem;}
.about-data .icon {width: .67rem;height: .67rem;border-radius: 50%;background: #F2F2F2;flex-shrink: 0;padding: .1rem;}
.about-data .icon img {object-fit: contain;display: block;max-width: 100%;}
.about-data .txt h4 {color: #3164A0;font-weight: bold;line-height: 1.1;}
.about-data .txt em{font-weight: bold;}
.about-data .txt p {color: #666;}

@media (any-hover: hover) {
    .about-right .pic img:hover {transform: scale(1.04);}
}


/* 视频 */
.video-bg{background: url(../images/video-bg.webp) no-repeat center; background-size: cover; padding: 3.37rem 0 .58rem;}
.video-bg .index-title{margin-bottom: 2.3rem;}
.video-bg .index-title h3{margin-top: .14rem;}
.video-btn .icon{justify-content: end; cursor: pointer;}
.video-btn .icon img{width: .81rem;}

/* 厂房环境 */
.factory-bg {padding: 1rem 0 .9rem; background: #ECECEC; overflow: hidden;}
.factory{margin-top: 1.06rem;}

.factory-slide {position: relative;padding: 0 4.5%;}
.factory-slide .swiper {overflow: hidden;}

.factory-slide .swiper-slide .pic {border-radius: .27rem;overflow: hidden; margin-bottom: .3rem;}
.factory-slide .swiper-slide .pic img {width: 100%;display: block;object-fit: cover;transition: .5s;}
.factory-slide .swiper-slide h3 {text-align: center;color: #333; font-weight: 800;} 
.factory-slide .swiper-button-prev,
.factory-slide .swiper-button-next {position: absolute;top: 1.15rem;width: .55rem;height: .55rem;margin-top: 0;border: 1px solid #999;border-radius: 50%;/* background: transparent; */z-index: 2;transition: .35s;}
.factory-slide .swiper-button-prev {left: 0;}
.factory-slide .swiper-button-next {right: 0;}
.factory-slide .swiper-button-prev::after,
.factory-slide .swiper-button-next::after {display: none;}
.factory-slide .swiper-button-prev img,
.factory-slide .swiper-button-next img {width: .18rem; display: block; filter: brightness(0) opacity(.45); transition: .35s;}
.factory-slide .swiper-button-next img {transform: rotate(180deg);}
.factory-slide .swiper-button-prev.swiper-button-disabled,
.factory-slide .swiper-button-next.swiper-button-disabled {opacity: .35;}
.factory .swiper-scrollbar {position: relative; left: auto; bottom: auto; width: calc(100% - 1.56rem); margin: .55rem auto 0; height: 2px; background: rgba(49, 100, 160, .1); border-radius: 2px;}
.factory .swiper-scrollbar-drag {background: #3164a0; border-radius: 2px; cursor: pointer;}

@media (any-hover: hover) {
	.factory-slide .swiper-slide a:hover .pic img {transform: scale(1.1);}
	.factory-slide .swiper-button-prev:hover,
	.factory-slide .swiper-button-next:hover {border-color: #3164a0; background: #3164a0;}
	.factory-slide .swiper-button-prev:hover img,
	.factory-slide .swiper-button-next:hover img {filter: brightness(0) invert(1);}
}

/* 新闻中心 */
.news {padding: 1.2rem 0 1.35rem; background: url(../images/news-bg.webp) no-repeat center; background-size: cover; overflow: hidden;}
.news-box {align-items: flex-start; gap: 1.2rem;}
.news-left {width: 37.6%;flex-shrink: 0;}
.news-left .index-title h2 {line-height: 1;color: #333;}
.news-txt {color: #666;line-height: 1.9;margin: .53rem 0 1.75rem;}
.news-left .index-more {display: inline-flex; align-items: center;}
.news-left .index-more img {width: .18rem; display: block;}
.news-right {width: 53%;}
.news-list li {border-bottom: 1px solid #E7E7E7;padding: .24rem 0;}
.news-list li:first-child {padding-top: 0;}
.news-list li .tit {gap: .3rem; cursor: pointer;}
.news-list li .tit a {color: #333;flex: 1;transition: .3s;font-weight: bold;}
.news-list li .tit .arrow {width: .15rem;flex-shrink: 0;display: inline-flex;align-items: center;justify-content: center;transition: .35s;}
.news-list li .tit .arrow img {display: block;max-width: 100%;}
.news-list li .con {display: none; padding: .18rem .4rem .1rem 0;}
.news-list li .con .date {display: block;color: #666;margin-bottom: .06rem;}
.news-list li .con p {color: #333;line-height: 1.75;}

.news-list li.on .tit .arrow {transform: rotate(90deg);}

@media (any-hover: hover) {
	.news-list li:hover .tit a {color: #3164a0;}
}

/* ====================================================================底部 */
.footer {background: url(../images/footer-bg.webp) no-repeat center;background-size: cover;border-top: .07rem solid #3164a0;}
.footer-top {padding: 1.33rem 0 1.23rem;border-bottom: 1px solid rgba(49, 100, 160, .1);}
.footer-box {align-items: flex-start; gap: .5rem;}
.footer-links {flex: 1; min-width: 0;}
.foternav {gap: .3rem;}
.foternav dl {flex: 1; min-width: 0;}
.foternav dl:last-child {flex: 1.8;}
.foternav dl dt {font-size: var(--font20);margin-bottom: .36rem;}
.foternav dl dt a {color: #333;}
.foternav dl dd {line-height: 1.8;color: #666;}
.foternav dl dd a {font-size: var(--font16); color: #666; transition: .3s;}
.footer-code {flex-shrink: 0;text-align: center;}
.footer-code .img {width: 1.44rem;height: 1.44rem;margin: 0 auto .14rem;}
.footer-code .img img {width: 100%; height: 100%; object-fit: cover; display: block;}
.footer-code p {color: #666;}
.footer-bottom {padding:.35rem 0;  color: #666;}
.copyright{gap: .78rem;}
.footer-bottom a {color: #666; transition: .3s;}

@media (any-hover: hover) {
	.foternav dl dt a:hover {color: #3164a0;}
	.foternav dl dd a:hover {color: #3164a0;}
	.footer-bottom a:hover {color: #3164a0;}
}

/* ====================================================================================内页================================================================================= */
/* 公用样式 */
.ny-banner {position: relative; overflow: hidden;}
.ny-banner .imgBox{overflow: hidden;}
.ny-banner .imgBox img {width: 100%; min-height: 4rem; display: block; object-fit: cover; border-radius: 0px 0px 100px 100px;}
.ny-banner .info h2{font-size: .64rem; font-weight: bold; }
.ny-banner .info{  display: flex;  align-items: center;  justify-content: center;  position: relative;}
.ny-banner .info h2{position: relative;z-index: 2;}
.ny-banner .info .circle-icon{content: '';position: absolute;left: 44%;transform: translateX(-50%);z-index: 1;display: block;max-width: 100%; width: 1.62rem;}


.ny-nav {position: absolute; z-index: 3; bottom: .21rem; left: 0; right: 0;}
.ny-nav ul {display: flex; justify-content: center; gap: .1rem; flex-wrap: wrap;}
.ny-nav ul li a {font-size: var(--font18); display: inline-block; border-radius: 100px; padding:.135rem .52rem;transition: .5s; color: #fff;}
.ny-nav ul li.on a {background: #3164a0; color: #fff;}

@media (any-hover: hover) {
	.ny-nav ul li:hover a {background: #3164a0; color: #fff;}
}



/* 关于我们内页 */
.company {padding: 1.08rem 0 1.22rem; background: #f5f5f5 url(../images/company-bg.webp) no-repeat center; background-size: cover; overflow: hidden;}
.company-box {align-items: flex-start;}
.company-left {width: 46%; }
.about-title .title-box{margin-bottom: .27rem;}
.circle-box{position: relative;width: .38rem;height: .24rem;margin-right: .13rem;}
.circle-box .circle{position: absolute; top: 0; border-radius: 50%;}
.circle-box .circle.solid{animation: circleSolidMorph 2s ease-in-out infinite;}
.circle-box .circle.ring{ animation: circleRingMorph 2s ease-in-out infinite;}
@keyframes circleSolidMorph {
	0%, 100% {
	  left: 0;
	  width: 0.24rem;
	  height: 0.24rem;
	  background: #3164a0;
	  border: 0.02rem solid rgb(243, 243, 243);
	  z-index: 3;
	}
	50% {
	  left: 0.16rem;
	  width: 0.22rem;
	  height: 0.22rem;
	  background: #ffffff;
	  border: 0.05rem solid rgba(49, 100, 160, 0.6);
	  z-index: 2;
	}
  }
  @keyframes circleRingMorph {
	0%, 100% {
	  left: 0.16rem;
	  width: 0.22rem;
	  height: 0.22rem;
	  background: #ffffff;
	  border: 0.05rem solid rgba(49, 100, 160, 0.6);
	  z-index: 2;
	}
	50% {
	  left: 0;
	  width: 0.24rem;
	  height: 0.24rem;
	  background: #3164a0;
	  border: 0.02rem solid rgb(243, 243, 243);
	  z-index: 3;
	}
  }

.about-title h2{font-weight: bold; line-height: 1.3;}

.company-right {width: 52.375%; }
.company-right .txt {color: #666; line-height: 2.2;}
.company-right .txt p + p {margin-top: .37rem;}
.about-video {position: relative;overflow: hidden;border-radius: .1rem;cursor: pointer; margin-top: -11%;}
.about-video .imgBox img {width: 100%;display: block;object-fit: cover;}
.about-video .video-btns{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);  z-index: 5;}
.about-video .video-btns .icon{ width: .82rem;height: .82rem;   border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center;}
.about-video .video-btns .icon img{width: .22rem;}
.about-video .video-btns::after {  content: "";position: absolute; top: -.06rem;  left: -.06rem;  width: calc(100% + .12rem);  height: calc(100% + .12rem);  background: rgba(255, 255, 255, 0.2);   border-radius: 50%;  animation: cen 2s infinite;  z-index: -3;}
@keyframes cen {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.about-num-bg {background: #EEF5FC;padding: .6rem 0;}
.about-num {gap: .3rem;}
.about-num li {gap: .18rem;}
.about-num .num-box {gap: .06rem;}
.about-num .num-box em {font-style: normal; font-size: .6rem; font-weight: bold; color: #333; line-height: 1;}
.about-num .num-box .unit {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .04rem;}
.about-num .num-box .badge {width: .2rem; height: .2rem; border-radius: 50%; background: #3164a0; color: #fff; font-size: var(--font14); display: flex; align-items: center; justify-content: center; line-height: 1; }
.about-num .num-box .unit i {font-style: normal; font-size: var(--font42); color: #333; line-height: .4; }
.about-num .num-box .unit i sup {font-size: .12rem; top: -.08rem;}
.about-num .txt {color: #666; font-size: var(--font16); line-height: 1.6;}
.about-num li:nth-child(2) .num-box .unit i {font-size: var(--font28); line-height: .8;}


/* 企业文化 */
.culture-bg{background: #F7F6F6; padding: .96rem 0 .77rem; margin-bottom: .54rem;}
.title-top{border-bottom: 1px solid rgba(218, 218, 218, 1); padding-bottom: .42rem;}
.star-icon img{width: .94rem;}
.culture-list{margin-top: .52rem;}
.culture-list ul{display: flex; gap: .01rem;}
.culture-list li{position: relative; flex: 1; height: 5.69rem; overflow: hidden; cursor: pointer;}
.culture-list li .imgBox{position: absolute; inset: 0; z-index: 1;}
.culture-list li .imgBox img{width: 100%; height: 100%; object-fit: cover; display: block; transition: .5s;}
.culture-list li::before{content: ""; position: absolute; inset: 0; z-index: 2; background: rgba(49, 100, 160, .35); transition: .5s;}
.culture-list li .name{position: absolute; left: 0; right: 0; bottom: .42rem; z-index: 4; text-align: center; color: #fff; font-size: var(--font32);  transition: .45s; opacity: 1;}
.culture-list li .con{position: absolute; inset: 0; z-index: 5; padding: 0 .5rem; box-sizing: border-box; color: #fff; opacity: 0; visibility: hidden; transform: translateY(.2rem); transition: .45s;}
.culture-list li .con .icon{width: .9rem;height: .9rem;margin-bottom: 1.32rem;}
.culture-list li .con .icon img{width: 100%; height: 100%; object-fit: contain; display: block;}
.culture-list li .con h4{font-size: var(--font48); font-weight: bold; margin-bottom: .28rem;}
.culture-list li .con p{font-size: var(--font18);  text-align: center; width: 92%;}
.culture-list li.on::before,
.culture-list li:hover::before{background: #3164a0;}
.culture-list li.on .imgBox img,
.culture-list li:hover .imgBox img{opacity: 0;}
.culture-list li.on .name,
.culture-list li:hover .name{opacity: 0; visibility: hidden; transform: translateY(.15rem);}
.culture-list li.on .con,
.culture-list li:hover .con{opacity: 1; visibility: visible; transform: translateY(0);}

@media (any-hover: hover) {
	.culture-list:hover li.on:not(:hover)::before{background: rgba(49, 100, 160, .35);}
	.culture-list:hover li.on:not(:hover) .imgBox img{opacity: 1;}
	.culture-list:hover li.on:not(:hover) .name{opacity: 1; visibility: visible; transform: none;}
	.culture-list:hover li.on:not(:hover) .con{opacity: 0; visibility: hidden; transform: translateY(.2rem);}
}


/* 发展历程 */
.develop{background: #3164A0;position: relative;border-radius: 0px 0px 100px 100px;overflow: hidden;z-index: 2;}

.develop-top {align-items: stretch;height: 8rem;}
.develop-pic {width: 50%;flex-shrink: 0;overflow: hidden;height: 100%;}
.develop-pic img {width: 100%; height: 100%; object-fit: cover; display: block; }

.develop-info {width: 46.5%;padding: .5rem .85rem 0 .94rem;box-sizing: border-box;display: flex;flex-direction: column;justify-content: flex-start;background: #fff;border-radius: 0px 0px 64px 0px;height: calc(100% - 1.1rem);}
.develop-info .about-title {margin-bottom: .97rem;}
.develop-info .about-title h2 {font-weight: bold; color: #333;}
.develop-swiper {width: 100%; overflow: hidden; position: relative; min-height: 2.6rem;}
.develop-swiper.swiper-fade .swiper-slide {pointer-events: none;}
.develop-swiper.swiper-fade .swiper-slide-active {pointer-events: auto;}
.develop-swiper .year {font-weight: bold;line-height: 1;margin-bottom: .45rem;font-size: .6rem;display: block;}
.develop-swiper .txt {color: #666;line-height: 1.8;}
.develop-swiper .line {display: block;width: .54rem;height: 2px;background: #3164A0;margin-top: .87rem;}
.develop-bot {background: #3164A0;border-radius: 44px 0px 100px 0;height: 1.1rem;position: absolute;right: 0;width: 66%;bottom: 0;z-index: 33333;overflow: hidden;}
.develop-arrow {width: 24.5%;height: 100%;}
.develop-arrow .swiper-button-prev,
.develop-arrow .swiper-button-next {position: static;width: 50%;height: 100%;margin: 0;cursor: pointer;}
.develop-arrow .swiper-button-prev::after,
.develop-arrow .swiper-button-next::after {display: none;}
.develop-arrow .swiper-button-prev img,
.develop-arrow .swiper-button-next img {width: .26rem; display: block;}

.develop-arrow .swiper-button-prev{border-right: 1px solid rgba(255, 255, 255, .2);}
.develop-arrow .swiper-button-next img {transform: rotate(180deg);}
.develop-arrow .swiper-button-disabled {opacity: .35;}
.develop-years {flex: .76;overflow: hidden;}
.develop-years .swiper-slide {text-align: center;cursor: pointer;color: rgba(255, 255, 255, .5);transition: .35s;}
.develop-years .swiper-slide-thumb-active {color: #fff; font-weight: bold; }

@media (any-hover: hover) {
	.develop-years .swiper-slide:hover {color: #fff;}
}


/* 荣誉证书 */
.honor-bg {padding: 1.9rem 0  .12rem;background: #fff url(../images/honor-bg.webp) no-repeat center top;background-size: cover;overflow: hidden;margin-top: -1.1rem;position: relative;}
.honor-bg::after{position: absolute;content: "";  right: 0; bottom: 0;  background: #3164A0;  height: 1.86rem; width: 71.82%; border-top-left-radius: 241px;}
.honor-arrow {gap: .16rem; flex-shrink: 0;}
.honor-arrow .swiper-button-prev,
.honor-arrow .swiper-button-next {position: static; width: .55rem; height: .55rem; margin: 0; border: 1px solid #3164A0; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: .35s; cursor: pointer;}
.honor-arrow .swiper-button-prev::after,
.honor-arrow .swiper-button-next::after {display: none;}
.honor-arrow .swiper-button-prev img,
.honor-arrow .swiper-button-next img {width: .18rem; display: block; filter: brightness(0) saturate(100%) invert(35%) sepia(42%) saturate(872%) hue-rotate(178deg) brightness(92%) contrast(88%); transition: .35s;}
.honor-arrow .swiper-button-next img {transform: rotate(180deg);}
.honor-box{margin-top: .69rem;}
.honor-box {align-items: flex-start;}

.honor-info {width: 32.75%;background: url(../images/honor-info.webp) no-repeat center;background-size: cover;border-radius: .34rem;padding: .8rem 0 1.7rem 0;box-sizing: border-box;display: flex;flex-direction: column;}
.honor-info .tag {display: inline-block;align-self: flex-start;background: #3164A0;padding: .15rem .34rem;border-radius: 0px 16px 16px 0px;margin-bottom: .35rem;font-weight: bold;}
.honor-info .txt {color: #3164A0;line-height: 1.8;font-weight: bold;margin-left: .32rem;width: 83%;}
.honor-list {width: 64.375%;overflow: hidden;}
.honor-list .swiper {overflow: hidden; padding-bottom: .55rem;}
.honor-list .honor-item {display: block;}
.honor-list .pic {position: relative; overflow: hidden; border-radius: .06rem;}
.honor-list .pic > img {width: 100%; display: block; object-fit: cover;}
.honor-list .pic::after {content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 28%; background: inherit; pointer-events: none; transform: scaleY(-1); opacity: .18; background-image: inherit; -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent); mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent);}
.honor-list .mask {position: absolute;inset: 0;z-index: 2;background: rgba(49, 100, 160, .9);opacity: 0;visibility: hidden;transition: .4s;text-align: center;padding: 0 3%;height: 100%;}
.honor-list .mask .more {width: .55rem;height: .55rem;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;transition: .4s;margin-top: .2rem;}
.honor-list .mask .more img {width: .16rem;display: block;}

@media (any-hover: hover) {
	.honor-arrow .swiper-button-prev:hover,
	.honor-arrow .swiper-button-next:hover {background: #3164A0; border-color: #3164A0;}
	.honor-arrow .swiper-button-prev:hover img,
	.honor-arrow .swiper-button-next:hover img {filter: brightness(0) invert(1);}
	.honor-list .honor-item:hover .mask {opacity: 1; visibility: visible;}

}


/* 内页产品中心 */
.banner-position{position: absolute; bottom: .4rem; width: 100%;}
.banner-position a{color: #fff; }


.product-bg{background: #F2F2F2; padding: 2.28rem 0 .77rem; margin-top: -1.43rem;}

.product-box{align-items: flex-start;/* margin-top: .44rem; *//* gap: .8rem; */}
.product-left{width: 18.375%;flex-shrink: 0;}
.pro-menu > li{border-bottom: 1px solid #E5E5E5;}
.pro-menu-tit{padding: .34rem 0;cursor: pointer;color: #666;transition: .35s;}
.pro-menu-tit span{font-weight: 500; transition: .35s;}
.pro-menu-tit i{font-size: .28rem; color: #999; transition: .35s; line-height: 1;}
.pro-menu > li.on .pro-menu-tit,
.pro-menu > li.on .pro-menu-tit span{color: #3164A0;}
.pro-menu > li.on .pro-menu-tit i{transform: rotate(90deg);}
.pro-menu-sub{display: none; padding: 0 0 .36rem 0;}
.pro-menu-sub a{display: block; color: #666; font-size: var(--font16); line-height: 1.8; transition: .3s; position: relative; width: fit-content;}
.pro-menu-sub a.on{color: #3164A0; font-weight: bold;}

@media (any-hover: hover) {
.pro-menu-tit:hover span,
	
	.pro-menu-sub a:hover{color: #3164A0; font-weight: bold;}
}

.product-right{width: 76%;position: relative; margin-top: .34rem;}
.pro-panel{display: none;}
.pro-panel.on{display: block;}
.pro-swiper{display: flex;flex-direction: column;gap: .26rem;}
.pro-swiper .pro-card{background: #fff;border-radius: .06rem;box-sizing: border-box;overflow: hidden;}
.pro-card{padding: .41rem .45rem;justify-content: space-between; box-sizing: border-box;}
.pro-card .pic{width: 45.1%;border-radius: 6px;overflow: hidden;}
.pro-card .pic img{display: block;width: 100%;}
.pro-card .info{display: flex;flex-direction: column;justify-content: center;width: 49.3%;}
.pro-card .info h3{color: #333;font-weight: bold;margin-bottom: .18rem;}
.pro-card .info p{color: #666;line-height: 1.9;margin-bottom: .8rem;}
.pro-card .info .more{display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; background: #3164A0; border-radius: 100px; padding: .15rem .48rem; color: #fff; transition: .35s;}

@media (any-hover: hover) {
	.pro-card .info .more:hover{transform: translateY(-.1rem);}
}



/* 内页产品详情页 */
.proxq-bg{background: #F2F2F2;border-radius: 0px 0px 100px 100px; padding: 1.62rem 0 .2rem;}
.pro-left{width: 35%;}
.pro-left .info h1{font-weight: bold; margin-bottom: .26rem;}
.pro-left .text{border-top:1px solid rgba(0, 0, 0, .1); border-bottom:1px solid rgba(0, 0, 0, .1);gap: .47rem; padding: .19rem 0; margin-bottom: .36rem;}
.pro-left .text strong{color: #3164A0;}
.pro-left .info h2{color: #666666; line-height: 1.8; margin-bottom: .8rem;}
.pro-btn a{border-radius: 31px;padding: .18rem .43rem; transition: .35s;}
.pro-btn a:first-child{background: #3164A0;}
.pro-btn a:last-child{background: #CC261F;}

@media (any-hover: hover) {
	.pro-btn a:hover{transform: translateY(-.1rem);}
	.position a:hover{color: #3164A0;}
}
.pro-right{width: 39%; overflow: hidden; border-radius: .08rem;}
.pro-right img{display: block; width: 100%;}

.pro-description{padding: .8rem 0 1.8rem;}
.pro-content{margin-top: .5rem;}

.pro-recom{margin-bottom: .97rem;}
.pro-recom-list{margin-top: .56rem; position: relative; overflow: hidden;}
.pro-recom-list ul li{background: #FCFCFC; border-radius: .16rem; padding: .42rem;}
.pro-recom-list ul li .pic{overflow: hidden; border-radius: .08rem; }
.pro-recom-list ul li .pic img{display: block; width: 100%; transition: .6s;}
.pro-recom-list ul li .info{text-align: center; padding: .5rem 0 0;}
.pro-recom-list ul li .info h3{font-weight: bold;color: #333333;margin-bottom: .39rem;}
.pro-recom-list ul li .info span{background: #3164A0;border-radius: .32rem;padding: .18rem .52rem;display: inline-block; transition: .35s;}
.pro-recom-list .swiper-pagination{display: none;}
@media (any-hover: hover) {
	.pro-recom-list ul li:hover .pic img{transform: scale(1.1);}
	.pro-recom-list ul li .info span:hover{transform: translateY(-.1rem);}
}


/* 内页新闻列表页 */
.newsMain{padding: .8rem 0 .9rem;}
.news-class ul{gap: .13rem;}
.news-class ul li a{color: #333333;padding: .19rem .52rem; transition: .6s;}
.news-class ul li.on a{background: #3164A0; border-radius: 31px; color: #fff;}
@media (any-hover: hover) {
	.news-class ul li:hover a{background: #3164A0; border-radius: 31px; color: #fff;}
}
.nynews-list{margin-top: .76rem;}
.nynews-list ul li{padding: .38rem .33rem; background: #F6FDFF; border-radius: .1rem; margin-bottom: .42rem;}
.nynews-list ul li .pic{width: 48.125%;overflow: hidden;border-radius: .1rem;}
.nynews-list ul li .pic img{display: block; width: 100%; transition: .6s; object-fit: cover; height: 100%;}
.nynews-list ul li .info{width: 46%;}
.nynews-list ul li .info h3{font-weight: bold;color: #333333;margin-bottom: .39rem;}
.nynews-list ul li .info p{color: #666666;line-height: 1.8; margin-bottom: 1.7rem;}
.nynews-list ul li .info em{background: #3164A0;border-radius: .32rem;padding: .18rem .52rem;display: inline-block; transition: .35s; }
@media (any-hover: hover) {
	.nynews-list ul li:hover .pic img{transform: scale(1.1);}
	.nynews-list ul li:hover .info em{transform: translateY(-.1rem);}
}



/* 内页公司动态详情页 */
.newsxqMain{padding: 1.8rem 0 1.23rem; background: #F5F5F5;}
.newsxq-box{/* background: #fff; */border-radius: .2rem;/* box-shadow: 0 .04rem .2rem rgba(0,0,0,.04); *//* padding: .55rem .6rem .5rem; */gap: .3rem;align-items: flex-start;}
.newsxq-left{width: 70.5%;background: #FFFFFF;box-shadow: 0px 7px 9px 0px rgba(48,48,48,0.03);border-radius: 0px 0px 43px 43px;border: 1px solid #F2F2F2;padding: 1rem .58rem .69rem;}
.newsxq-hd{padding-bottom: .35rem;border-bottom: 1px solid #DADADA;margin-bottom: .38rem;}
.newsxq-hd h1{font-weight: bold; color: #333; line-height: 1.4; margin-bottom: .28rem;}
.newsxq-meta{gap: .15rem;}
.newsxq-meta .circle-box{margin-right: 0;}
.newsxq-meta span{color: #666;}
.newsxq-left .news-content{color: #666; line-height: 1.9; text-align: justify;}
.newsxq-left .news-content p + p{margin-top: .28rem;}
.newsxq-nav{margin-top: .7rem; padding-top: .2rem;}
.newsxq-prev,.newsxq-next{gap: .16rem; color: #333; transition: .35s;}
.newsxq-prev em,.newsxq-next em{border: 1px solid  #F2F2F2; width: .55rem; height: .55rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: .35s;}

.newsxq-prev em img,.newsxq-next em img{width: .18rem; display: block; }
.newsxq-next em img{transform: rotate(180deg);}
.newsxq-back{background: #3164A0;border-radius: 100px;padding: .135rem .37rem;gap: .12rem;transition: .35s;}
.newsxq-back img{width: .18rem;display: block;}
.newsxq-right{width: 25.9375%;flex-shrink: 0;background: #FFFFFF;box-shadow: 0px 7px 9px 0px rgba(48,48,48,0.03);border-radius: 0px 0px 43px 43px;border: 1px solid #F2F2F2;position: sticky;top: 1.15rem;padding: .53rem .35rem .42rem;}
.newsxq-right strong{font-weight: bold;color: #333;margin-bottom: .32rem;display: block;}
.newsxq-right ul li{margin-bottom: .21rem;}
.newsxq-right ul li:last-child{margin-bottom: 0;}
.newsxq-right ul li a{gap: .32rem;align-items: center;}
.newsxq-right ul li .pic{width: 41%;flex-shrink: 0;overflow: hidden;border-radius: .1rem;}
.newsxq-right ul li .pic img{display: block; width: 100%; height: 100%; object-fit: cover; transition: .6s;}
.newsxq-right ul li .info{flex: 1;}
.newsxq-right ul li .info h3{color: #333;margin-bottom: .2rem;transition: .35s;}
.newsxq-right ul li .info span{color: #999999; transition: .35s;}
@media (any-hover: hover) {
	.newsxq-prev:hover,.newsxq-next:hover{color: #3164A0;}
	.newsxq-prev:hover em,.newsxq-next:hover em{border-color: #3164A0; background: #3164A0;}
	.newsxq-prev:hover em img,.newsxq-next:hover em img{filter: brightness(0) invert(1);}
	.newsxq-back:hover{box-shadow: 0 0 0 .08rem rgba(49,100,160,.2);}
	.newsxq-right ul li:hover .pic img{transform: scale(1.08);}
	.newsxq-right ul li:hover .info h3{color: #3164A0;}

}

/* 内页联系我们 */
.contact{padding: .9rem 0 .8rem; background: #FFFFFF;	box-shadow: 0px 7px 9px 0px rgba(48,48,48,0.03);	border-radius: 0px 0px 100px 100px; gap: .4rem; margin-bottom: 1rem;}
.contact .info{flex: 1;margin-left: 8%;}
.contact .info dl{margin-bottom: .45rem;}
.contact .info dl:last-child{margin-bottom: 0;}
.contact .info dl dt{display: flex; align-items: center; margin-bottom: .03rem;}
.contact .info dl dt img{width: .37rem; margin-right: .06rem; }
.contact .info dl dd{font-weight: bold; }
.contact .info dl dd a{margin-right: .15rem;}
.contact .info dl.item dd{display: flex; flex-direction: column;}
@media (any-hover: hover) {
	.contact .info dl dd a:hover{color: #3164A0; text-decoration: underline;}
}
.contact .pic{width: 56%;}
.contact .pic img{display: block; width: 100%; object-fit: cover;}


.contact-bg{background: url(../images/contact-bg.webp) no-repeat center;background-size: cover; padding: 1.4rem 0 2.72rem;}

.contact-bg .circle-box .circle.solid{animation: contact-bg-circleSolidMorph 2s ease-in-out infinite;}
.contact-bg .circle-box .circle.ring{ animation: contact-bg-circleRingMorph 2s ease-in-out infinite;}
@keyframes contact-bg-circleSolidMorph {
	0%, 100% {
	  left: 0;
	  width: 0.24rem;
	  height: 0.24rem;
	  background: #fff;
	  border: 0.02rem solid  #3164A0;
	  z-index: 3;
	}
	50% {
	  left: 0.16rem;
	  width: 0.22rem;
	  height: 0.22rem;
	  background: rgba(49, 100, 160, 0.6);
	  border: 0.05rem solid rgba(255, 255, 255, 0.6);
	  z-index: 2;
	}
  }
  @keyframes contact-bg-circleRingMorph {
	0%, 100% {
	  left: 0.16rem;
	  width: 0.22rem;
	  height: 0.22rem;
	  background: rgba(49, 100, 160, 0.6);
	  border: 0.05rem solid rgba(255, 255, 255, 0.6);
	  z-index: 2;
	}
	50% {
	  left: 0;
	  width: 0.24rem;
	  height: 0.24rem;
	  background: #fff;
	  border: 0.02rem solid  #3164A0;
	  z-index: 3;
	}
  }

  #company,#culture,#honor{position: relative; top: -.5rem;}
  #history{position: relative; top: -1rem;}




/* 移动端样式 */
.filter-toggle {padding: 0 0.10rem; position: fixed; top: 50%;background: #3164A0; z-index: 2;} 
/* 遮罩层样式 */
.mask-layer {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 998;display: none;}
/* PC端隐藏切换按钮 */
@media screen and (min-width: 991px) {
  .filter-toggle {display: none;}
}


@media screen and (max-width: 991px) {
	.proOne {position: relative;}
	.proOne .product-left {position: fixed;left: -100%;top: 0;bottom: 0;width: 70%;background: #fff; padding: 0.30rem 0.16rem; z-index: 999;transition: all 0.3s; box-shadow: none;}
	.proOne .product-left.show {left: 0; overflow-y: auto;}
	.proOne .product-right {width: 100%; flex: none; margin-left: 0;}
	.filter-toggle {display: block;}
  }
  
  
  .pro-recom{display: none;}
  .pro-right{position: relative;}