/* 公用样式 */
#c-placeholder {}
header {position: fixed; left: 0; top: 0; z-index: 99; width: 100%;transition: .5s; padding: 0 6.25rem;}
.headBox {transition: .5s; height: 6.25rem; position: relative; z-index: 1; border-bottom: 1px solid rgba(255, 255, 255,.2);}
.headBox .logo {padding: 1.875rem;height: 100%;}
.headBox .logo img {height: 2.25rem; max-height: 100%; object-fit: contain; transition: .5s;}
.headBox .le {height: 100%; flex-shrink: 0;}
.headBox .le .logo a {height: 100%;}
.headBox .re {height: 100%;}

/* 导航 */
/* 取消layui默认样式 */
.qx-style {padding: 0; border-radius: 0; background: none;}
.qx-style .layui-nav-item {line-height: initial;}
.qx-style .layui-nav-item a {padding: 0;}
/* 取消layui默认样式 end!!!*/

nav {height: 100%;margin-left: 20%; width: 50%;}
nav > ul {display: flex; height: 100%; align-items: center;justify-content: space-between;}
nav .layui-nav {gap: 2.5rem;}
nav .layui-nav > .layui-nav-item {display: flex; height: 100%; align-items: center; z-index: 1; position: relative;}
nav .layui-nav > .layui-nav-item > a {color: #fff;position: relative; z-index: 1;font-size: var(--font18); transition: 0.4s; font-weight: 500; position: relative;}
nav .layui-nav > .layui-nav-item > a > i {position: absolute; top: 50%; transform: translateY(-50%) translateX(150%); right: 0; font-size: var(--font12);}
nav .layui-nav > .layui-nav-item > a::after {content: ''; position: absolute; left: 0; bottom: -1rem; width: 0; height: 1px; background: #fff; transition: .5s;}
nav .layui-nav .layui-nav-item a:hover, nav .layui-nav .layui-this a {}
nav .layui-nav .layui-nav-item a:hover::after , nav .layui-nav .layui-this a::after {width: 100%;}
nav .layui-nav > .layui-this:after , nav .layui-nav .layui-nav-bar {display: none;}
nav .layui-nav .layui-this:after {display: none;}
/* 默认下拉 */
nav .layui-nav .layui-nav-child {top: 100%; background: rgba(255, 255, 255,1);; min-width: 10rem; line-height: initial;}
nav .layui-nav .layui-nav-child >dd >a {color: #898989; padding: .625rem .313rem; font-size: var(--font16);}
nav .layui-nav .layui-nav-child >dd >a:hover {color: #fff; background: #E28001;}

/* 搜索 */
.head_search a {width: 3.5rem; height: 3.5rem; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; transition: .5s;}
.head_search a img {width: 36%; object-fit: contain;}
/* 搜索下拉 */
.hadbox-sec4 {position: absolute;left: 0;top: 100%;width: 100%;display: none; box-sizing: border-box;}
.hadbox-sec4 {background-color: #fff;padding: 3.125rem 0; border-top: 1px solid #eee;  box-shadow: 0 2px 2px rgba(0, 0, 0,.1);}
.hadbox-sec4 .close {position: absolute; right: 2.5%; top: 5%; cursor: pointer; width: 1.25rem;}
.hadbox-sec4 .close svg {width: 100%; height: 100%;}
.hadbox-sec4 .f_tit {color: #222222;margin-bottom: 1.5rem;font-size: var(--font30);}
.hadbox-sec4 .form {display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid #dddddd;}
.hadbox-sec4 .form i { display: block; width: 1.875rem; overflow: hidden;}
.hadbox-sec4 .form i svg {width: 100%; height: 100%;}
.hadbox-sec4 .form input {width: calc(100% - 19.375rem);padding: 1rem 1.5rem; color: #333333; flex: 1;}
.hadbox-sec4 .form .f_sub {width: 10rem; height: 3.5rem; min-height: 40px; background: #125F97;border-radius: .313rem;font-size: var(--font20);color: #ffffff;cursor: pointer;}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .hadbox-sec4 {padding: 1.75rem 1rem;}
  .hadbox-sec4 .form {padding-bottom: 1rem;}
  .hadbox-sec4 .f_tit {font-size: var(--font20);}
  .hadbox-sec4 .form .f_sub {width: 6rem; height: 3rem; font-size: var(--font18);}
}

header.c-style2 {background: #002F52;}
header.c-style2 .headBox {}

/* =================头部 end!!!=================== */


/* ==================公用css====================== */
/* 滚动条 */
.headerNavScroll::-webkit-scrollbar {width: 3px; scrollbar-width:thin;scrollbar-color:#2AA667 #DDDDDD;}
/*定义滑块 内阴影*/
.headerNavScroll::-webkit-scrollbar-thumb {background: #2AA667; border-radius: 5px;}
/*定义滚动条轨道 内阴影*/
.headerNavScroll::-webkit-scrollbar-track {background: #E5E5E5;}

/* ===============公用css end!!!!===================*/
.more1 {background: #125F97; border-radius: 6.25rem; padding: 1.2rem 2.5rem; display: inline-flex; align-items: center;position: relative; z-index: 1; transition: .5s;}
.more2 {background: none; border: 1px solid #fff;}
.more3 {background: #E28001;}

@media (any-hover: hover) {
  .more1:hover {box-shadow: 0 0 0 .625rem rgba(50, 55, 86,.4);}
  .more2:hover {background: #E28001; box-shadow: 0 0 0 .625rem rgba(226, 128, 1,.4); border-color: #E28001;}
  .more3:hover {box-shadow: 0 0 0 .625rem rgba(226, 128, 1,.4);}
}

.pbulic_tle .icBox {width: 2.75rem; height: 2.75rem; border-radius: 50%;background: #E28001; }
.pbulic_tle .icBox img {width: 48%; height: 48%; object-fit: contain;}
.pbulic_tle .p2 {line-height: 1;}


/* ======首页======= */
.indexBanner {position: relative; overflow: hidden; max-height: 100vh;}
.indexBanner .slide .bjBox {}
.indexBanner .slide .bjBox img {width: 100%; min-height: 20rem; object-fit: cover;  transition: 1s linear 2s;transform: scale(1.1, 1.1);}
.indexBanner .slide .p1 {line-height: 1;}
.indexBanner .slide .more {margin-top: 3.75rem;}
/* 当前 */
.indexBanner .swiper-slide-active .bjBox img, .indexBanner .swiper-slide-duplicate-active .bjBox img {transition: 6s linear;transform: scale(1, 1);}
/* 控件 */
.indexBanner .pagtion {bottom: 2%;}
.indexBanner .pagtion span {opacity: 1; background: #fff;}
.indexBanner .pagtion span.swiper-pagination-bullet-active {background: #125F97;}

.indexOne {background: #FCFCFC; padding: 3.75rem 0;}
.indexOne .thumbBox {margin-top: 1.875rem;}
.indexOne .swiperBox {margin-top: 1.875rem;}
.indexOne .thumbBox .swiper .swiper-wrapper {justify-content: center;}
.indexOne .thumbBox .slide {width: auto;}
.indexOne .thumbBox .slide a {display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; width: 10.25rem; height: 10.25rem; border-radius: 50%; transition: .5s;}
.indexOne .thumbBox .slide .imgBox {height: 5rem; display: flex; align-items: center; justify-content: center;}
.indexOne .thumbBox .slide .imgBox img {max-height: 100%; min-height: 80%; object-fit: contain;}
.indexOne .thumbBox .slide span {font-size: var(--font14); color: #333333; display: block; margin-top: .625rem;}
.indexOne .thumbBox .slide.swiper-slide-thumb-active a {background: #125F97;}
.indexOne .thumbBox .slide.swiper-slide-thumb-active span {color: #fff;}
.indexOne .swiperBox .slide ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem;}
.indexOne .swiperBox .slide a {display: block; background: #F2F2F2; transition: .5s;}
.indexOne .swiperBox .slide .imgBox {height: 20rem; background: #fff; display: flex; align-items: center; justify-content: center;}
.indexOne .swiperBox .slide .imgBox img {min-width: 80%; max-width: 100%; object-fit: contain; max-height: 100%;}
.indexOne .swiperBox .slide .info {padding: 1.5rem 1.875rem; color: #333;}
.indexOne .swiperBox .slide .info i {font-size: var(--font16);}
.indexOne .moreAll {gap: 1.875rem; margin-top: 3.75rem;}
@media (any-hover: hover) {
  .indexOne .swiperBox .slide li:hover a {background: #125F97;}
  .indexOne .swiperBox .slide li:hover .info {color: #fff;}
}

.indexTwo {background: url(../images/indexTwo-bj.jpg) no-repeat center; background-size: cover; padding: 6.25rem 0; background-attachment: fixed;}
.indexTwo .text {margin-top: 4.375rem; width: 60%; line-height: 1.8;}
.indexTwo .more {margin-top: 5.625rem;}
.indexTwo .numlist {display: flex; justify-content: space-between; margin-top: 6.25rem;}
.indexTwo .numlist .xian {width: 1px; background: #fff; flex-shrink: 0;opacity: 0.5;}
.indexTwo .numitem {position: relative; padding-left: 2.25rem; line-height: 1;}
.indexTwo .numitem .num {display: flex; align-items: flex-end; line-height: .7;}
.indexTwo .numitem .counter {font-size: 4.5rem; font-weight: 700; color: #fff;}
.indexTwo .numitem .num_dw {color: #fff; margin-left: .75rem;}
.indexTwo .numitem .txt {margin-top: 1.125rem; display: flex; align-items: center;color: #fff; margin-top: 1.5rem;}
.indexTwo .numitem .txt .icBox {width: 1.375rem; margin-right: .5rem;}
.indexTwo .numitem .txt .icBox img {min-width: 80%; max-width: 100%; object-fit: contain;}

.indexThre {padding: 6.25rem 0 11.25rem; position: relative; overflow: hidden;}
.indexThre .box {margin-top: 8.75rem; display: flex; justify-content: space-between; align-items: flex-start;}
.indexThre .t2 {width: 80%;margin: auto;}
.indexThre .le {width: 44%;}
.indexThre .re {width: 36%; position: relative; margin-right: 11%;}
.indexThre .re .cirleBox {position: relative;}
.indexThre .re .cirleBox img {width: 100%; position: relative; z-index: 1;}
.indexThre .re .cirleBox::after {content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130%; height: 130%; border-radius: 50%; background: linear-gradient(to right, #ffffff 40%, #d0dfea);}
.indexThre .list_con .item {display: none;}
.indexThre .list_con .item.active {display: block; animation: fadeIn .5s ease-in-out;}
.indexThre .list_con .item .p1 {}
.indexThre .list_con .item .p2 {line-height: 1.8;}
.indexThre .list_con .item .p2 p {margin-top: 2.5rem;}
.indexThre .list_con .more {margin-top: 3.75rem;}
.indexThre .nav li {position: absolute; cursor: pointer; display: flex; align-items: center;  font-size: var(--font18); z-index: 1; }
.indexThre .nav li a {display: flex; align-items: center; color: #333; }
.indexThre .nav li .icBox { display: flex; align-items: center; justify-content: center; width: 5.75rem; height: 5.75rem; background: #FFFFFF; box-shadow: 0px 2px 8px 1px rgba(21,21,21,0.06); border-radius: 50%; position: relative; z-index: 1;}
.indexThre .nav li::after {content: ''; position: absolute; left: 50%; top: 50%; transform:  translate(-50%, -50%) scale(0); width: 120%; height: 120%; border-radius: 50%; background: #125F97; z-index: -1; transition: .25s;}
.indexThre .nav li .icBox img {min-width: 40%; max-width: 50%;}
.indexThre .nav li span {position: absolute; left: 100%; padding-left: 1.5rem; white-space: nowrap;}
.indexThre .nav li.active::after {transform: translate(-50%, -50%) scale(1);}
.indexThre .nav li:nth-child(1) {top: -15%; left: 75%;}
.indexThre .nav li:nth-child(2) {top: 10%; left: 100%;}
.indexThre .nav li:nth-child(3) {top: 42%; left: 107%;}
.indexThre .nav li:nth-child(4) {top: 75%; left: 98%;}
.indexThre .nav li:nth-child(5) {top: 98%; left: 75%;}

.indexFour {background: #FCFCFC; padding: 5rem 0;}
.indexFour .swiperBox {margin-top: 3.75rem; position: relative;}
.indexFour .swiper {position: static;}
.indexFour .slide {border: 1px solid #E1E1E1;background: #FCFCFC; transition: .5s;}
.indexFour .slide a {display: block; padding: 2.5rem;}
.indexFour .slide .time .icBox {margin-right: .625rem;}
.indexFour .slide .time .icBox img {width: 1.125rem; height: 1.125rem; object-fit: contain;}
.indexFour .slide .p1 {margin-top: 1.875rem;}
.indexFour .slide .more1 {margin-top: 2.5rem; border: 1px solid #F2F2F2; background: none; color: #999999;}
.indexFour .slide .imgBox {margin-top: 1.875rem; height: 16.25rem;}
.indexFour .slide .imgBox img {width: 100%; height: 100%; object-fit: cover;}
/* 控件 */
.indexFour .pagtion {bottom: -3rem;}
.indexFour .pagtion span {opacity: 1; background: #999;}
.indexFour .pagtion span.swiper-pagination-bullet-active {background: #125F97;}
.indexFour .swjt i {font-size: 2.5rem; color: #666666; opacity: .3; font-weight: 700;}
.indexFour .swiper-button-prev {left: 0; transform: translateX(-200%);}
.indexFour .swiper-button-next {right: 0; transform: translateX(200%);}
@media (any-hover: hover) {
  .indexFour .slide:hover {background: #FFFFFF;}
  .indexFour .slide .more1:hover {background: #125F97; border-color: #125F97; color: #fff; }
  .indexFour .swjt:hover i {opacity: 1;}

}


/* ======底部===== */
.footer {background: #2C2E2D; position: relative; z-index: 2;}
.foter_top {padding: 3.125rem 3.625rem; border-bottom: 1px solid rgba(123, 123, 123, .5); gap: 1.25rem;}
.foterBox {padding: 5.625rem 0 6.875rem;}
.footer_logo img {height: 2rem;}
.foter_us {width: 20%;}
.foter_us .info {margin-top: 3.125rem;}
.foter_us .info .dd {display: flex; align-items: center; gap: .625rem;margin-bottom: 1rem;color: #fff;}
.foter_us .info .dd .icBox {flex-shrink: 0; width: 1.25rem;display: flex; align-items: center; justify-content: center;}
.foter_us .info .dd .icBox img {max-width: 100%; min-width: 90%; object-fit: contain;}
/* 导航 */
.foternav {display: flex;justify-content: space-between; width: 70%; overflow: hidden;}
.foternav dl {position: relative;}
.foternav dl:last-child{display: none;}
.foternav dl::after {content: ''; position: absolute; top: 0; width: 1px; right: -5rem; height: 10.375rem; background: #5F5F5F; opacity: .2;}
.foternav dl::before {content: ''; position: absolute; top: 0; width: 3px; right: -5rem; transform: translateX(50%); height: 1.25rem; background: #E28001;}
.foternav dl:last-child::after {display: none;}
.foternav dl:last-child::before {display: none;}
.foternav dl dt {margin-bottom: 1.25rem;}
.foternav dl dt , .foternav dl dt a {font-size: var(--font20);color: #fff; font-weight: 700;}
.foternav dl dd {margin-bottom: .625rem;}
.foternav dl dd a {color: #fff; font-size: var(--font14); font-weight: 400;}
.foternav dl dd a:hover {color: #E28001;}
/* 导航 结束 */
.copyRight {padding: 1.25rem 0; border-top: 1px solid rgba(123, 123, 123, .5); gap: .625rem;}
.copyRight p , .copyRight p a {color:#fff;}
.copyRight p a:hover {color: #E28001;}


/* ===================================================================内页================================================================== */
/* banner */
.ny-banner {position: relative; overflow: hidden;}
.ny-banner .bjBox img {width: 100%; min-height: 16rem; object-fit: cover; }
.ny-banner .box {top: 60%;}
.ny-banner .con .p1 {line-height: 1; font-size: 4.625rem;text-transform: uppercase; font-weight: 900;color: rgba(255, 255, 255, 0); text-stroke: 1px #FFFFFF; -webkit-text-stroke: 1px #FFFFFF;}
.ny-banner .p2 {margin-top: 1.25rem;text-transform: uppercase; letter-spacing: .25rem;}
.ny-banner .con {}
.banner_nav {display: flex; flex-wrap: wrap; gap: 1.75rem; margin-top: 2.625rem;}
.banner_nav .item a {border: 1px solid rgba(255, 255, 255,.3); min-width: 11.875rem; display: block; text-align: center; padding: 1rem 1.5rem; border-radius: 6.25rem;color: #fff; transition: .5s;}
.banner_nav .item.on a {background: #fff; border-color: #fff; color: #333;}
.banner_nav .item a:active {background: #fff; border-color: #fff; color: #333;}
@media (any-hover: hover) {
  .banner_nav .item a:hover {background: #fff; border-color: #fff; color: #333;}
}

.ny-banner .mbx {position: absolute; bottom: 0;left: 0; width: 100%;}

/* 面包屑 */
.mbx  {padding: 1.25rem 0;}
.mbx .layui-breadcrumb {position: relative; padding-left: 1.5rem;}
.mbx .layui-breadcrumb>* {font-size: var(--font16); opacity: 1; color: #666 !important;}
.mbx .layui-breadcrumb::before {content: '\e715'; font-family: layui-icon !important; position: absolute;left: 0; font-weight: 700; color: #666; font-size: var(--font16);}
.mbx .layui-breadcrumb a:hover {color: #E28001 !important;}
.mbx .layui-breadcrumb span[lay-separator] {margin: 0 .625rem !important;}

/* =====关于我们 */
.aboutTle .xian {width: 5.75rem; height: 1px; background: #fff; margin: 1.25rem auto;}

.aboutOne {position: relative; overflow: hidden; margin-top: 6.25rem;}
.aboutOne .box {display: flex; justify-content: flex-end; z-index: 1;}
.aboutOne .le {background: #125F97; padding: 5rem; padding-right: 1rem; position: absolute; left: 0;height: 100%; width: 32%;}
.aboutOne .re {width: 66%;padding: 1.25rem 0;}
.aboutOne .le .p1 {font-weight: 900;}
.aboutOne .le .p3 {line-height: 1; position: absolute; left: 5rem; bottom: 0; font-size: 5rem;text-transform: uppercase; font-weight: 900;color: rgba(255, 255, 255, 0); text-stroke: 1px #FFFFFF; -webkit-text-stroke: 1px #FFFFFF; opacity: .1;}
.aboutOne .re .text p {margin-top: 1.25rem; line-height: 1.8;}
.aboutOne .bj_img {position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: -1; width: 55%;}
.aboutOne .bj_img img {width: 100%;}

.aboutTwo {display: flex; padding: 3.125rem 0; gap: 2.5rem; justify-content: space-between;}
.aboutTwo .item {position: relative; overflow: hidden;}
.aboutTwo .item img {width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.aboutTwo .item:nth-child(1) {width: 40%;}
.aboutTwo .item:nth-child(2) {width: 30%;}
.aboutTwo .item:nth-child(3) {width: 26%;}
@media (any-hover: hover) {
  .aboutTwo .item:hover img {transform: scale(1.1);}
}

.aboutThre {background: url(../images/aboutThre-bj.jpg) no-repeat center; background-size: cover; padding: 6.25rem 0; background-attachment: fixed;}
.aboutThre .text {padding-top: 3.75rem; width: 80%; margin: auto; text-transform: uppercase;}
.aboutThre .btn {text-align: center;margin-top: 3.75rem;}
.aboutThre .btn i {font-size: 5.25rem; color: #fff;  cursor: pointer;}

.aboutFour {padding: 5rem 0;}
.aboutFour .swiperBox {position: relative; margin-top: 3.75rem;}
.aboutFour .swiper {position: static;}
.aboutFour .slide img {width: 100%;}
/* 控件 */
.aboutFour .swjt i {font-size: 2.5rem; color: #666666; opacity: .3; font-weight: 700;}
.aboutFour .swiper-button-prev {left: 0; transform: translateX(-200%);}
.aboutFour .swiper-button-next {right: 0; transform: translateX(200%);}

.aboutFive {padding-bottom: 5rem;}
.aboutFive .aboutTle {padding-bottom: 2.25rem; border-bottom: 1px solid #F2F2F2;}
.aboutFive .swiperBox {position: relative; margin-top: 3.75rem;}
.aboutFive .slide {border: 1px solid #F2F2F2;}
.aboutFive .slide a {display: block; background: #F2F2F2; transition: .5s;}
.aboutFive .slide .imgBox {height: 20rem; background: #fff; display: flex; align-items: center; justify-content: center;}
.aboutFive .slide .imgBox img {min-width: 80%; max-width: 100%; object-fit: contain; max-height: 100%;}
.aboutFive .slide .info {padding: 1.5rem 1.875rem; color: #333;}
.aboutFive .slide .info i {font-size: var(--font16);}
@media (any-hover: hover) {
  .aboutFive .slide:hover a {background: #125F97;}
  .aboutFive .slide:hover .info {color: #fff;}
}


/* =====产品中心 */
.pro-banner {position: relative; }
.pro-banner .con .p1 {color: #002F52;text-stroke: 1px #125F97;-webkit-text-stroke: 1px #125F97;}
.pro-banner .con .xian {width: 6.75rem; height: 1px;background: #125F97; margin-top: 2.5rem;}

.proMain {}
.proOne {padding: 6.25rem 0;}
.proOne .box {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.proOne .box .le {width: 17%; min-width: 12.5rem; padding-bottom: 2.5rem; position: sticky; top: 7rem; background: #fff;}
.proOne .box .re {width: 80%;}
.proOne .tle {background: #125F97;padding: 1.875rem; padding-right: 1rem; line-height: 1;}
.proOne .tle .icBox img {width: 2.5rem;}
.proOne .box .le .more a {display: flex;}
/* 左侧产品栏目 */
.proOne .menu {margin-bottom: 3.125rem;}
.proOne .menu ul {}
.proOne .menu li {border-bottom: 1px solid #F7F7F7;}
.proOne .menu li .menu-li {display: flex; justify-content: space-between; gap: 1rem; padding: 1.875rem 0; min-height: 40px;  cursor: pointer; transition: background .3s; z-index: 1; position: relative; }
.proOne .menu li .menu-li a {color: #333; display: flex; font-size: var(--font20); align-items: center;color: #333; font-weight: 500;}
.proOne .menu li .menu-li i {font-size: var(--font12); flex-shrink: 0; width: 1.5rem; height: 1.5rem; background: #E5E5E5; border-radius: 50%; display: flex; justify-content: center; align-items: center;  color: #fff; transition: .5s;}
.proOne .menu li .menu-li i::before {transform: scale(.8);}
.proOne .menu li .menu-li.on i {transform:rotate(90deg); background: #125F97;}
.proOne .menu li .menu-li:hover a {color: #125F97; font-weight: bold;}
.proOne .menu li .s-menu { width: 100%; padding: 1.25rem 0; border-bottom: 1px solid #125F97; padding-top: 0; position: relative; z-index: 0;  display: none;}
.proOne .menu li .s-menu .item {margin-bottom: .625rem;}
.proOne .menu li .s-menu a {width: 100%; color: #666; transition: all ease-out 0.3s; position: relative;}
.proOne .menu li .s-menu a:hover , .proOne .menu li .s-menu a.on {color: #125F97; font-weight: bold;}
.proOne .menu li .menu-li.on {}
.proOne .menu li .menu-li.on a {color: #125F97; font-weight: bold;}
.proOne .menu li .s-menu.on {display: block;}

/* 右侧产品列表 */
.proOne .list {}
.proOne .list ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.875rem;}
.proOne .list li {background: #F7F7F7; border-radius: .375rem;  overflow: hidden; border: 1px solid #D6D6D6; position: relative; transition: .5s;}
.proOne .list li .icBox { position: absolute; right: 1.25rem; top: 1.25rem; width: 3.5rem; height: 3.5rem; border-radius: 50%; transform: scale(0); background: #125F97; transition: .5s;}
.proOne .list li .icBox img {width: 40%; filter: brightness(100); -webkit-filter:brightness(100);}
.proOne .list li .imgBox {height: 23.75rem; border-bottom: 1px solid #E2E2E2; overflow: hidden; display: flex; align-items: center; justify-content: center;mix-blend-mode: multiply;}
.proOne .list li .imgBox img {width: 100%; max-height: 100%; object-fit: contain; transition: .5s;}
.proOne .list li .info {padding: 1.875rem;}
.proOne .list li .text {margin-top: 1rem; line-height: 1.8;}
.proOne .list li .p1 {transition: .5s;}
@media (any-hover: hover) {
  .proOne .list li:hover {border-color: #125F97;}
  .proOne .list li:hover .imgBox img {transform: scale(1.05);}
  .proOne .list li:hover .icBox {transform: scale(1);}
  .proOne .list li:hover .p1 {color: #125F97; font-weight: 700;}
}

/* 移动端样式 */
.filter-toggle {padding: 0 .625rem; position: fixed; top: 50%;background: #125F97; z-index: 12;} 
/* 遮罩层样式 */
.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: 768px) {
  .filter-toggle {display: none;}
}
@media screen and (max-width: 1024px) {
 
}
@media screen and (max-width: 767px) {
  .proOne {position: relative;}
  .proOne .box .le {position: fixed;left: -100%; padding: 2rem; top: 0;bottom: 0;width: 70%;background: #fff; z-index: 999;transition: all 0.3s; box-shadow: none;}
  .proOne .box .le.show {left: 0; overflow-y: auto;}
  .proOne .box .re {width: 100%; flex: none; margin-left: 0;}
  .filter-toggle {display: block;}

  .proOne .menu li .menu-li {padding: 1rem 0;}
}

.proTwo {background: #FCFCFC; padding: 5rem 0;}
.proTwo .list {margin-top: 6.25rem;}
.proTwo .list ul {display: grid; grid-template-columns: repeat(4,1fr); gap: 6.25rem; row-gap: 5rem;}
.proTwo .list li {padding-bottom: 3.125rem; border-bottom: 1px solid #D0D0D0;}
.proTwo .list li .icBox {width: 3.75rem; height: 3.75rem; border-radius: .5rem; background: #125F97; display: flex; justify-content: center; align-items: center;}
.proTwo .list li .icBox img {min-width: 50%; max-width: 60%;}

/* 产品详情 */
.proDateMain {padding-top: 6.25rem;}
.proDateOne {background: url(../images/proDateOne-bj.jpg) no-repeat center; background-size: cover; padding: 3.75rem 0;}
.proDateOne .imgBox {width: 35%;}
.proDateOne .imgBox img {max-width: 100%; min-width: 60%;mix-blend-mode: multiply;}
.proDateOne .info {width: 53%;}
.proDateOne .info .p1 {padding-bottom: 2.5rem; border-bottom: 1px solid #DADADA;}
.proDateOne .info .p2 {margin-top: 2.5rem; line-height: 2; color: #666;}
.proDateOne .info .more {margin-top: 3.75rem; gap: 6.25rem;}
.proDateOne .info .tel_box img {width: 2.5rem;}
.proDateOne .info .tel_box .tekl_p1 {color: #CBCBCE; font-weight: 700;}
.proDateOne .info .tel_box .tekl_p2 {line-height: 1;}
.proDateTwo .date_info {background: #F2F2F2;}
.proDateTwo .date_info .tit {background: #424D58; padding: 1.375rem 0; padding-left: 1.875rem; text-transform: uppercase;}
.proDateTwo .date_info .info {padding: 1.25rem;}


/* =====应用领域 */
.appOne {padding: 5rem 0;}
.appOne .aboutTle {padding-bottom: 3rem; border-bottom: 1px solid #F2F2F2;}
.appOne .list {margin-top: 3.125rem;}
.appOne .list ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;}
.appOne .list li { border-radius: 1.125rem; overflow: hidden; position: relative;}
.appOne .list li .imgBox {overflow: hidden;}
.appOne .list li .imgBox img {width: 100%; transition: .5s;}
.appOne .list li .li_tle {padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, .5); position: relative;}
.appOne .list li .li_tle::before {content: ''; position: absolute; left: 0; bottom: 0; width: 4rem; background: #fff; height: 1px;}
.appOne .list li .info {position: absolute; height: 100%; display: flex; justify-content: space-between; flex-direction: column; bottom: 0; left: 0; right: 0; padding: 2.5rem; background: linear-gradient(180deg, #040404 0%,rgba(255, 255, 255, 0) 50%,rgba(0, 0, 0, 0.5) 100%); color: #fff;}
@media (any-hover: hover) {
  .appOne .list li:hover .imgBox img { transform: scale(1.05);}
}


/* =====新闻中心 */
.newsOne {padding: 5rem 0;}
.newsOne .box {align-items: flex-start;}
.newsOne .le {background: #FFFFFF;width: 23%;position: sticky; top: 7rem; }
.newsOne .re {width: 75%;}
.newsOne .le .tit {background: #424D58; padding: 1.375rem 0; padding-left: 2.25rem;}
.newsOne .le .nav ul li {margin-bottom: .625rem;}
.newsOne .le .nav ul li a {font-size: var(--font20); color: #333; display: block; position: relative; transition: .5s;}
.newsOne .le .nav ul li a::after {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: .25rem; height: .25rem; transition: .5s; opacity: 0;  background: #125F97; content: ''; }
.newsOne .le .nav ul li:active a {padding-left: 1.25rem; color: #125F97; font-weight: 700;}
.newsOne .le .nav ul li:active a::after {opacity: 1;}
.newsOne .le .nav ul li.on a {padding-left: 1.25rem; color: #125F97; font-weight: 700;}
.newsOne .le .nav ul li.on a::after {opacity: 1;}
@media (any-hover: hover) {
  .newsOne .le .nav ul li:hover a {padding-left: 1.25rem; color: #125F97; font-weight: 700;}
  .newsOne .le .nav ul li:hover a::after {opacity: 1;}
}
.newsOne .le .info {background: #F8F8F8;;padding: 2.25rem;}
.newsOne .le .info .imgBox {margin-top: 5rem;}
.newsOne .le .info .imgBox img {width: 100%;}
.newsOne .le .info .tel_box {margin-top: 1.875rem;}
.newsOne .le .info .tel_box img {width: 2.5rem;}
.newsOne .le .info .tel_box .tekl_p1 {color: #CBCBCE; font-weight: 700;}
.newsOne .le .info .tel_box .tekl_p2 {line-height: 1;}
.newsOne .list li {padding: 1.5rem; margin-bottom: 1.25rem;background: #F2F2F2; border: 1px solid transparent; transition: .5s;}
.newsOne .list li a {display: flex; justify-content: space-between;}
.newsOne .list li .imgBox {width: 22.5%; overflow: hidden;}
.newsOne .list li .imgBox img {width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.newsOne .list li .info {width: 72%; padding-right: 3.75rem;}
.newsOne .list li .p1 {margin-top: 1rem; transition: .5s;}
.newsOne .list li .p2 {margin-top: 1rem;}
.newsOne .list li .more {color: #125F97; margin-top: 1.25rem;}
@media (any-hover: hover) {
  .newsOne .list li:hover {border-color: #125F97;}
  .newsOne .list li:hover .p1 {color: #125F97; font-weight: 700;}
  .newsOne .list li:hover .imgBox img {transform: scale(1.05);}
}


/* 新闻详情 */
.newsDateMain {background: #f9f9f9; padding-top: 6.25rem; border-bottom: 1px solid #ddd;}
.newsDate {padding: 0 0 6.25rem;}
.newsxq-box {padding: 1.875rem 0; margin-bottom: 2.75rem; display: flex; justify-content: space-between; align-items: flex-start;}
.news-left {width: 68%;}
.news-left .newsCon {background: #ffffff;border-radius: .625rem;box-shadow: 0rem 0rem 2.5rem 0rem rgba(226,225,224,0.42); padding: 2.5rem; box-sizing: border-box;}
.newsxq-title {border-bottom: 1px solid #ddd; padding-bottom: 2.5rem;}
.newsxq-title strong {display: block; font-size: var(--font30); color: #333;line-height: 1.4; font-weight: 500;}
.newsxq-title span {display: block;margin-top: .625rem; color: #777;}
.newsxq-editbox {margin: 1.875rem 0;}
.newsxq-editbox img {max-width: 100%; height: auto !important;}
.newsxq-page {display: flex; justify-content: space-between; align-items: center; margin-top: 3.125rem;}
.newsxq-page a {display: flex; align-items: center;}
.news-prev,.news-next{transition:0.6s; display: flex; align-items: center; justify-content: center; width: 3.125rem;height: 3.125rem;min-width: 35px;min-height: 35px;   border: .125rem solid #eeeeee;border-radius: .313rem;}
.news-prev svg {transform: rotateY(180deg);    -webkit-transform: rotateY(180deg);}
.news-prev svg ,.news-next svg {width: 30%; height: 30%;}
.newsxq-page em {display: inline-block; font-size: var(--font16); color: #333;}
.prev-link em {margin-left: 1rem;}
.next-link em {margin-right: 1rem;}
.next-link {flex-direction: row-reverse;}
.newsxq-page a:hover .news-prev,.newsxq-page a:hover .news-next{background: #08338F; }
.newsxq-page a:hover svg path {fill: #fff;}
.newsxq-box .news-right {width: 29%;background: #fff; border-radius: 1rem;box-shadow: 0rem 0rem 1.875rem 0rem rgba(226,225,224,0.42); padding: 2.5rem;box-sizing: border-box; position: relative;}
.newsxq-box .news-right {position: sticky; top: 6rem;}
.newsxq-box .news-right h2 {font-size: var(--font26); font-weight: 500;}
.newsDate .relist li a {display: flex; justify-content: space-between;}
.newsDate .relist .reImg {width: 35%;border-radius: .313rem; overflow: hidden; min-height: 5.625rem}
.newsDate .relist .reImg img {width: 100%; height: 100%;object-fit: cover; transition: .35s;}
.newsDate .relist .recon {width: 58%;}
.newsDate .relist li {margin-top: 1.875rem;}
.newsDate .relist span {color: #999999; font-size: var(--font14);}
.newsDate .relist h6 {color: #333333; font-size: var(--font17); transition: .35s; margin-top: .313rem}
.newsDate .news-right::after {content: "";  background:#08338F; width: 65%; position: absolute; left: 50%; bottom: -3%; height: .438rem; border-radius: .25rem; transform: translate(-50%, -50%);}
@media (any-hover:hover) {
  .newsDate .relist li:hover h6 {color: #08338F;}
  .newsDate .relist li:hover .reImg img {transform: scale(1.05);}
}

/* =====联系我们 */
.tactOne {padding: 3.75rem 0;}
.tactOne .tle {padding-bottom: 2.5rem; border-bottom: 1px solid #125F97;}
.tactOne .list {display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;}
.tactOne .list {margin-top: 3.125rem;}
.tactOne .list .item {border: 1px solid #ECECEC; padding: 2.5rem;}
.tactOne .list .item .item_top {padding-bottom: 1.5rem; border-bottom: 1px solid #F2F2F2;}
.tactOne .list .item .p1 {font-weight: 700;}
.tactOne .list .item .icBox {width: 4.125rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0;}
.tactOne .list .item .icBox img {max-width: 100%; min-width: 80%; object-fit: contain;}
.tactOne .list .item .item_bom {margin-top: 1.5rem; display: flex; justify-content: space-between;}
.tactOne .list .item .con {font-size: var(--font24); color: #333;}
.tactOne .list .item .code {width: 6.25rem; display: flex; justify-content: center;box-shadow: 0px 2px 8px 1px rgba(21,21,21,0.06);}
.tactOne .list .item .code img {max-width: 100%; min-width: 90%;}

.tactTwo {position: relative; margin-bottom: 3.75rem;}
.tactTwo .box {position: relative;}
.tactTwo .map img {width: 100%; min-height: 30rem; object-fit: cover;}
.tactTwo .info {position: absolute; padding: 1.875rem; right: 15%; width: 16.25rem; background: #fff; top: 0; height: 90%; transform: translateY(5%);}
.tactTwo .info .item {padding: 1.875rem 0;  border-bottom: 1px solid #F2F2F2;}
.tactTwo .info .item .icBox {height: 1.875rem; display: flex; align-items: center;}
.tactTwo .info .item .icBox img {max-height: 100%; min-height: 90%; object-fit: contain;}
.tactTwo .info .item .p1 {margin-top: .625rem;}


/* 产品详情资料录入修改 */
table {width: 100%;}




.proDateTwo .date_info {background: rebeccapurple;}




/* ==========资料下载==========*/
.down-list {padding: 50px 0 100px 0;}
.down-list ul {display: flex;justify-content: space-between; flex-wrap: wrap; gap: 20px;}
.down-list ul li {display: flex;justify-content: space-between; align-items: center;width: 49%; padding: 20px;border: 1px solid #e6e6e6;  box-sizing: border-box;}
.down-list ul li .material-download {background: url(../images/download-icon1.png) no-repeat center; width: 46px; height: 34px;}
.down-list ul li .material-img {width: 114px;height: 157px; border: 1px solid #f2f2f2;}
.down-list ul li .material-img img {width: 100%;}
.down-list ul li h3 {font-size: 20px;color: #333;font-weight: bold;}
.down-list ul li span {font-size: 14px;color: #666;    white-space: nowrap;}
.down-list ul li span:nth-child(1) {margin-right: 50px;}
.down-list ul li .title-info {margin-top: 15px;}
.down-list ul li .material-title {width: 60%;}
.down-list ul li a:hover .material-download {background: url(../images/download-icon2.png) no-repeat center;  width: 46px; height: 34px}

.flink{padding-bottom: 3rem}
.flink ul em{color: #fff; font-weight: bold}
.flink ul li a{color: #fff;font-size: var(--font14);font-weight: 400;}
.flink ul li:hover a{    color: #E28001;}