/* =====头部===== */
.header {position: fixed;top: .24rem;left: 0;width: 100vw;padding: 0 3%; z-index: 9; transition: .5s;}
/* logo */
.headerlogo {}
.headerlogo {display: inline-block; max-width: 1.95rem; position: relative;}
.headerlogo .zwLogo {position: relative; opacity: 0; visibility: hidden;}
.headerlogo img {position: absolute; left: 0; top: 0; max-width: 100%; transition: .5s;}
.headerlogo img:nth-child(3) {opacity: 0; visibility: hidden;}
.headerlogo2 img {filter: brightness(100); -webkit-filter:brightness(100);    max-width: 2rem; opacity: 0;}

.top-headerUp {background: rgba(255, 255, 255,.9); top: 0; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.top-headerUp .headerlogo img:nth-child(2) {opacity: 0; visibility: hidden; }
.top-headerUp .headerlogo img:nth-child(3) {opacity: 1; visibility: visible;}
.top-headerUp .headerNav {padding: .1rem 0; }
.top-headerUp .headerNav ul li {padding: .45rem 0;}
.top-headerUp .headerNav ul li a {color: #333;}
.top-headerUp .headerNav ul li a img {filter: brightness(0); -webkit-filter:brightness(0);}
.top-headerUp .headerNav ul li a span::after {background: #333;}
.top-headerUp .hamburguer span {background: #333;}
.top-headerUp .headerlogo img {max-width: 70%;}
.ny-header.top-headerUp .headerNav {padding: 0;}

/* 搜索 */
.heSearch {margin-right: 90px;}
.heSearch .icBox {width: 0.67rem; height: 0.67rem; background: #ffffff; border-radius: 50%; position: relative; transition: .5s;}
.heSearch .icBox svg {max-width: 50%;}
.heSearch .icBox:hover {background: #e83828;}
.heSearch .icBox svg path {transition: .5s;}
.heSearch .icBox:hover svg path {fill: #fff;}
.heSearch .icBox a {width: 100%; height: 100%;}

.searchFull {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 1040;background-color: #fff;display: none;}
.searchFull .ssf-content {width: 100%;height: 100%; display: flex; align-items: center;}
.searchFull .ssf-fields-wrap { margin: 0 20%; position: relative;}
.searchFull .ssf-fields-wrap .ssf-input {width: 100%;height: 60px;font-size: var(--font20);border: none;outline: none;border-bottom: 1px solid #a3a3a3;padding-right: 70px;}
.searchFull .ssf-fields-wrap .ssf-btn {cursor: pointer; width: 60px;height: 60px;font-size: 22px;text-align: center;border: none;outline: none;background-color: transparent;position: absolute;right: 0;}
.searchFull .ssf-fields-wrap .ssf-btn:hover path {fill: #EE7800;}
.ssfDismisser {position: absolute; top: 20px; right: 30px; font-size: 31px;color: #8e9295;line-height: 30px; width: 30px;height: 30px; text-align: center;}


/* 头部导航 */
.headerNav {display: flex; justify-content: space-between; align-items: center;transition: .5s;}
.headerNav .nyNav {width: 40%; margin-right: 10%;}
.headerNav .nyNav ul {display: flex; justify-content: space-between;}
.headerNav ul li {position: relative; padding: .2rem 0;}
.headerNav ul li a {color: #ffffff;font-family: "RobotoRegular"; display: flex; align-items: center;}
.headerNav ul li a span {position: relative;}
.headerNav ul li a span::after {content: ""; position: absolute;bottom: 0; left: 0; height: 1px; background: #fff; width: 0; transition: .5s;}
.headerNav ul li a img {filter: brightness(100); -webkit-filter:brightness(100); transform: rotate(90deg); margin-left: .15rem; max-width: 8%;}
.headerNav ul li:hover a span::after {width: 100%;}
.headerNav ul li.on a span::after {width: 100%;}
/* 二级下拉 */
.headerNav ul li .subnav {line-height: initial; padding: .1rem;width: max-content;position: absolute;top: 100%;left: 50%;transform: translate(-50%, 50px);z-index: 10;background: #fff;opacity: 0;pointer-events: none;transition: all 0.4s;box-shadow: 0 .1rem .2rem 0 rgba(0, 0, 0, 0.06);border-top: .03rem solid #313493;}
.headerNav ul li .subnav.on {opacity: 1;pointer-events: auto;transform: translate(-50%, 0);}
.headerNav ul li .subnav dl dd a {font-size: var(--font14);display: block;padding: .12rem .05rem;border-bottom: 1px solid #dbdbdb;text-align: center; transition: .4s; color: #333;}
.headerNav ul li .subnav dl dd:last-child a{border: none;} 
.headerNav ul li .subnav dl dd a:hover {color: #e83828;}

/* 导航按钮 */
.hamburguer {background: none; border: 0; cursor: pointer; position: absolute; top: 50%; right: 80px; width: .5rem; height: .2rem; transform: translate3D(0, -50%, 0);-webkit-transform: translate3D(0, -50%, 0); z-index: 100;}
.hamburguer span {position: absolute;right: 0;width: 100%;height: .05rem;background-color: #fff; display: block; transition: .4s transform cubic-bezier(1, 0, 0, 1),.45s background-color cubic-bezier(1, 0, 0, 1) , .5s width; -webkit-transition: .4s transform cubic-bezier(1, 0, 0, 1),.3s background-color cubic-bezier(1, 0, 0, 1) , .5s width; pointer-events: none;}
.hamburguer span:first-of-type { top: 0; width: 65%;}
.hamburguer span:last-of-type { bottom: 0;}
@media only screen and (min-width: 1025px) {
.hamburguer:not(.active):hover span:first-of-type {transform: translateY(.08rem);-webkit-transform: translateY(.08rem);}
.hamburguer:not(.active):hover span:last-of-type {transform: translateY(-.07rem);-webkit-transform: translateY(-.07rem);}
}
.hamburguer.active span {background-color: #E83828 !important;}
.hamburguer.active span:first-of-type {transform: translateY(.08rem) rotate(45deg); -webkit-transform: translateY(.08rem) rotate(45deg); width: 100%;}
.hamburguer.active span:last-of-type {transform: translateY(-.07rem) rotate(-45deg);-webkit-transform: translateY(-.07rem) rotate(-45deg);}

/* 头部隐藏导航 */
.headerHideNav {position: fixed;top: 0;left: 0;height: 100%;z-index: 9; width: 100%;display: flex; visibility: hidden; pointer-events: none;}
.hideNavBox {height: 100%;position: relative; background: #16187D;padding: 2%;padding-right: 3%;  box-sizing: border-box; opacity: 1; flex: 1; transform-origin: left;-webkit-transform-origin: left;transform: scaleX(0); transition: .5s;}
.hideNavBox .hideNav {position: relative; height: 100%; padding: 3%; opacity: 0;transition: .2s; }
.headerlogo2 {position: relative; z-index: 1;}
.hideNavSlide {height: 100%;top: 0; position: absolute; width: 100%;left: 0;}
.hideNavSlide .hd {position: relative;z-index: 1; display: flex; align-items: center; justify-content: space-between; height: 100%;}
.hideNavSlide .hd ul {margin-top: 10%; margin-left: 20%;}
.hideNavSlide .hd dl {width: 400px; max-width:45%; padding-right: 3%; box-sizing: border-box; position: absolute; bottom: 5%; right: 0;}
.hideNavSlide .hd dl dd {display: flex; align-items: center; margin: .15rem 0; opacity: 0;}
.hideNavSlide .hd dd .icBox {width: 22px; margin-right: .2rem;     flex-shrink: 0;}
.hideNavSlide .hd dd .icBox img {max-width: 100%;}
.hideNavSlide .hd dd a {color: #fff;font-size: 0.24rem;}
.hideNavSlide .hd dd span {font-size: 0.18rem;color: #9294DB;}
.hideNavSlide .hd li {margin: 10% 0; opacity: 0;}
.hideNavSlide .hd li a {font-size: 0.48rem;font-weight: 700;color: #ffffff; line-height: 1; position: relative; display: inline-block;}
.hideNavSlide .hd li a::after {content: ""; position: absolute; width: 0; left: -5%; background: #fff; height: 0.03rem; bottom: .05rem;transition: .5s;}
.hideNavSlide .hd li a:hover::after {width: 120%;}
.hideNavSlide .bd {position: absolute; width: 100%; height: 100%; top: 0; z-index: 0; left: 0; opacity: 0; transition: .35s; overflow: hidden;}
.hideNavSlide .bd::after {content: ""; position: absolute; width: 100%; height: 100%; background: rgb(17, 19, 101,.8); left: 0; top: 0;}
.hideNavSlide .bd ul {height: 100%;}
.hideNavSlide .bd ul li {height: 100%;}
.hideNavSlide .bd ul li img {width: 100%; height: 100%; object-fit: cover;}

.headerHideNav .inOneNav {position: relative; width: auto; background: #fff;  transform-origin: right;-webkit-transform-origin: right;transform: scaleX(0); transition: .4s;}
/* .headerHideNav .inOneNav::after {content: ""; width: 100%; height: 100%;position: absolute; top: 0; right: 0;  } */
.headerHideNav .inOneNav ul {padding-top: .2rem; scrollbar-color: rgba(0, 0, 0, 0.5);}
.headerHideNav .inOneNav ul.slideScroll::-webkit-scrollbar-thumb { background: rgb(0 0 0 / 90%);}
.headerHideNav .inOneNav ul.slideScroll::-webkit-scrollbar-track {background: rgb(0 0 0 / 50%);}
.headerHideNav .inOneNav li {opacity: 0;}
.headerHideNav .inOneNav li .icBox img {filter: brightness(0); -webkit-filter:brightness(0); opacity: .9;}
.headerHideNav .inOneNav ul li a {color: #333;}
.headerHideNav .inOneNav li:hover a {color: #e83828;}
.headerHideNav .inOneNav .shopCart {background: #e83828;}

/* 点击按钮效果 */
.headerHideNav.show {visibility: visible; pointer-events: auto;}
.headerHideNav.show .hideNavBox {transform: scaleX(100%);}
.headerHideNav.show .inOneNav {transform: scaleX(100%);}
.headerHideNav.show .hideNav {opacity: 1; }
.headerHideNav.show .hideNavSlide .bd {opacity: 1; transition-delay: .9s;}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hideNavSlide {margin-top: 5%;}
  .hideNavSlide .hd ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
  .hideNavSlide .hd li {width: 32%; margin: 2% 0;}
  
}


/* ======首页===== */
/* 第一屏 */
.indexOne {position: sticky; top: 0; z-index: 1;}
.indexSwiper {position: relative;height: 100vh;}
.bannerSwiper {position: relative; height: 100%;}
.bannerSwiper .imgBox {height: 100%;}
.bannerSwiper .imgBox img {width: 100%; height: 100%; object-fit: cover;}
.bannerSwiper .swiper-slide::after {content: ""; position: absolute; width: 100%; left: 0; top: 0; height: 100%; background: #000; opacity: .5; z-index: 1;}
.bannerSwiper .swiper-button-prev {transform: rotate(180deg);}
.bannerSwiper .jtBox {display: flex;position: absolute;top: 96%; left: 50%; transform: translate(-50%, -50%);z-index: 2;}
.bannerSwiper .jtBox .swjt { position: relative;left: 0;}
.bannerSwiper .jtBox .swjt img {max-width: .17rem;}
.bannerSwiper .jtBox .swjt.swiper-button-next {left: 4%;}
.bannerSwiper	.swiper-slide {overflow: hidden;}
.bannerSwiper	.swiper-slide .con { height: 100%; position: relative; display: flex; justify-content: center; z-index: 2; flex-direction: column;}
.bannerSwiper	.swiper-slide .slide1Con {margin-top: 20%;} 
.bannerSwiper .swiper-slide .con strong {font-size: 0.6rem;font-weight: 700;color: #ffffff; display: block; line-height: initial;  font-family: "GOTHICB";}
.bannerSwiper	.slide-inner {position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; display: -webkit-box;   display: -ms-flexbox;   display: -webkit-flex; display: flex;justify-content: center;align-items: center;color:#fff;}
.bannerSwiper .slide-inner img {width: 100%; height: 100%; object-fit: cover;   transition: 1s linear 2s;transform: scale(1.1,1.1);}
.bannerSwiper .swiper-slide-active .slide-inner img, .bannerSwiper .swiper-slide-duplicate-active .slide-inner img {transition: 7s linear;transform: scale(1,1);}
.ui-loop {position:absolute;width:100%;height:1px;bottom:10%;right:0; z-index: 2; background: rgba(255, 255, 255, 0.15);}
.ui-loop i {display: block; width: 0; height: 1px; background: #fff;}	

.inOneNav {display: none;    position: absolute;right: 0;top: 0; z-index: 2; background:rgba(0, 0, 0, 0.76); height: 100%;padding: 0 .25rem; box-sizing: border-box;}
.inOneNav ul { position: relative;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index: 3;max-height: 75%; overflow-y: auto;}
.inOneNav ul li {margin-bottom: .4rem; opacity: .76; }
.inOneNav ul li:last-child {margin-bottom: 0;}
.inOneNav ul li a {display: flex; align-items: center; color: #fff; transition: .5s; font-family: "RobotoRegular";}
.inOneNav ul li h3 {position: relative; font-size: var(--font16);text-transform: capitalize}
/* .inOneNav ul li h3::before {display: block;content: attr(title); font-weight: bold; height: 0; overflow: hidden;visibility: hidden;} */
.inOneNav ul li:hover {opacity: 1;}
.inOneNav li .icBox {margin-right: 10px; min-width: 40px;display: flex; align-items: center; justify-content: center;}
.inOneNav li .icBox img {max-width: 85%; transition: .5s;}
.shopCart {position: absolute; bottom: 0; left: 0; height: 10.2%;background: #16187d;width: 100%; padding: 0 .3rem; padding-left: .55rem; z-index: 1; transition: .5s;}
.shopCart a {height: 100%;     position: relative; z-index: 1;}
.shopCart span {color: #fff;margin-left: .15rem;font-size: var(--font20); transition: .5s;font-family: "RobotoRegular";}
.shopCart img {filter: brightness(100); -webkit-filter:brightness(100); transition: .5s;}
.shopCart:after {content: "";width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;background-color: #fff;transform: scaleY(0) translate3D(0, 0, 0);-webkit-transform: scaleY(0) translate3D(0, 0, 0);transform-origin: top;-webkit-transform-origin: top;transition: .6s transform cubic-bezier(1, 0, 0, 1); -webkit-transition: .6s transform cubic-bezier(1, 0, 0, 1);pointer-events: none; z-index: 0;}
.shopCart:hover:after {transform: scaleY(1) translate3D(0, 0, 0);-webkit-transform: scaleY(1) translate3D(0, 0, 0);transform-origin: bottom;-webkit-transform-origin: bottom;}
.shopCart:hover span {color: #16187d;}
.shopCart:hover img {filter: none;-webkit-filter:none; }
/* 头部隐藏导航 */
/* .inOneNav::after {content: ""; width: 100%; height: 100%; background: #fff; position: absolute; top: 0; right: 0;     transform-origin: right;-webkit-transform-origin: right;transform: scaleX(0); transition: .5s;}
.inOneNav.show::after {transform: scaleX(100%);}
.inOneNav.show li .icBox img {filter: brightness(0); -webkit-filter:brightness(0); opacity: .9;}
.inOneNav.show ul li a {color: #333;}
.inOneNav.show .shopCart {background: #e83828;} */

/* 了解更多按钮 */
.more1 {width: 1.27rem;height: .65rem;  min-width: 100px;min-height: 45px; background: #e83828;border-radius: 33px; transition: .5s;}
.more1 span {font-size: var(--font18);font-weight: 700;color: #ffffff;   font-family: "RobotoBold"; margin-right: 10%; transition: .3s;}
.more1 img {filter: brightness(100); -webkit-filter:brightness(100);}
.more1:hover {background: #fff;}
.more1:hover img {filter: none; -webkit-filter:none;}
.more1:hover span {color: #16187D;}
.more2 {width: 1.88rem;height: 0.65rem; min-width: 120px; min-height: 35px; border: 0.02rem solid #1d2088; border-radius: 35px; font-size: var(--font20);font-weight: 700;color: #1d2088;   font-family: "RobotoBold"; transition: .5s;}
.more2:hover {background: #16187D; color: #fff;}
/* 了解更多按钮 end!!*/


.indexTle h3 {font-size: 1.18rem;font-family: Arial, Arial-Black;font-weight: 900;color: #1d2088;letter-spacing: -0.05rem;line-height: 1;}
.indexTwo {background: url(../images/indextwo-bj.jpg) no-repeat center; background-size: cover; position: relative; z-index: 1;}
.indexTwo .indexTle h3 {color: #fff;font-size: 0.9rem;}
.indexTwo .container {height: 100%;}
.indexTwo .box {position: relative; height: 100%;padding: 2rem 0;}
.indexTwo .le {width: 39%;}
.indexTwo .le p {margin-top: .4rem; font-size: var(--font20);color: #ffffff;}
.indexTwo .more {margin-top: 1.35rem;}
.indexTwo .mapBox {position: absolute; right: 0; bottom: 0; max-width: 68%;}
.indexTwo .mapBox > img {max-width: 100%;}
.indexTwo ul li {position: absolute;}
.indexTwo ul li::after {content: ""; width: 150%;height: 150%; border-radius: 50%; background: rgba(255, 255, 255, 0.6); position: absolute; z-index: 0;  animation: scalemap 2s linear infinite;-moz-animation: scalemap 2s linear infinite;-webkit-animation: scalemap 2s linear infinite;}
.indexTwo ul li {width: .37rem; height: .37rem; background: #fff; border-radius: 50%;display: flex; align-items: center; justify-content: center;}
.indexTwo ul li img {max-width: 60%; position: relative; z-index: 1;}
.indexTwo ul li:nth-child(1) {left: 36.5%;top: 29.5%;}
.indexTwo ul li:nth-child(2) {left: 35.7%;top: 36.5%;}
.indexTwo ul li:nth-child(3) {left: 30.5%;top: 34.5%;}

.indexThree {position: relative; padding-bottom: .5rem; z-index: 1; background: #fff;}
.indexThree .bjXian {position: absolute; left: 0; top: 0; z-index: -1;}
.indexThree .tle {padding: 1.1rem 0 1rem 0; display: flex; justify-content: space-between; align-items: center;}
.indexThree .swiperBox1 {position: relative;}
.inThSwiper1 {position: static; margin: 0 1rem;}
.inThSwiper1 .swiper-slide {width: auto;}
.inThSwiper1 .swiper-slide a {padding: .15rem .32rem; box-sizing: border-box; border: 1px solid #0426a0;color: #0426a0; border-radius: 30px; display: block; font-size: var(--font18);font-weight: 700;   font-family: "RobotoBold"; transition: .5s;}
.inThSwiper1 .swiper-slide.swiper-slide-thumb-active a , .inThSwiper1 .swiper-slide a:hover {background: #E83828; border-color: #E83828; color: #fff;}
.inThSwiper1 .swjt {width: 0.56rem; height: 0.56rem; background: #1d2088; border-radius: 50%; right: -2%;top: 50%; transform: translate(-50%, -50%); margin: 0;}
.inThSwiper1 .swjt img {max-width: 50%; filter: brightness(100); -webkit-filter:brightness(100);}
.inThSwiper1 .swjt.swiper-button-prev {left: 2%; right: auto; transform: translate(-50%, -50%) rotate(180deg);}
.inThSwiper1 .swiper-scrollbar {display: none;}
.swiperBox2 {margin-top: 1.25rem;}
.inThSwiper2 {padding: .5rem 0;}
.inThSwiper2 .swiper-slide ul {display: flex; flex-wrap: wrap;    margin-left: 1px;}
.inThSwiper2 li { width: 25%; border: 1px solid #eee; text-align: center; position: relative; box-sizing: border-box;margin-left: -1px;     margin-bottom: -1px; background: #fff;}
.inThSwiper2 li::after {content: ""; position: absolute; top: -10%; width: 100%; left: -2px; height: 120%; background: url(../images/inThSwiper2-slide-bj.jpg) no-repeat center; background-size: cover; left: 0; z-index: 4;     transform: scale(0.1); opacity: 0;transition: .5s;}
.inThSwiper2 li a {padding: 1rem .2rem; display: block; position: relative; z-index: 5;}
.inThSwiper2 li .slideTle {transform: translateY(0); transition: .5s;}
.inThSwiper2 li h4 {color: #333; font-weight: 700; font-size: var(--font23); line-height: 1.2;}
.inThSwiper2 li span {color: #888888; font-family: "RobotoRegular"; display: block; margin-top: .1rem;}
.inThSwiper2 li i {width: 20px; height: 15px; display: block; background: url(../images/jt4.png) no-repeat center;position: absolute; left: 50%; top: 75%; transform: translate(-50%, -50%); opacity: 0; visibility: hidden; transition: .4s; }
.inThSwiper2 li:hover::after { opacity: 1;transform: scale(1);}
.inThSwiper2 li:hover .slideTle {transform: translateY(-50%);}
.inThSwiper2 li:hover i {opacity: 1; visibility: visible; transition-delay: .4s;}

.indexFour {padding-top: 4rem; position: relative; z-index: 1; background: #fff;}
.indexFour .fouerBox {background: url(../images/indexFour-bj.jpg) no-repeat center; background-size: cover; position: relative;}
.indexFour .infourImg img {width: 100%; margin: auto; display: block;}
.indexFour .infourImg {position: relative; overflow: hidden;}
.indexFour .infourImg > img {opacity: 0;}
.indexFour .infourImg2 {position: absolute; top: 100%;}
.indexFour .tleBox {position: absolute; width: 100%; right: 0; top: 0%;}
.indexFour .tleBox::after {width:0; max-width: 60%; height: 100%; background: #1d2088; content: ""; position: absolute; z-index: 0; top: 0; right: 0; transition: 1s;}
.indexFour .tleBox.on::after {width: 100%;}
.indexFour .tleBox.on .bjColor::after {width: 100%;}
.indexFour .tleBox .box {display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1;position: relative; padding: 1.3rem 0 1.5rem 0;}
.indexFour .tleBox .box .text {max-width: 45%;}
.indexFour .tleBox .box .text p {font-size: .24rem; color: #fff;font-family: "RobotoRegular"; }
.indexFour .tleBox .more a {width: 0.91rem; height: 0.91rem; background: #e83828; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: .5s;}
.indexFour .tleBox .more a img {filter: brightness(100); -webkit-filter:brightness(100); max-width: 23%;}
.indexFour .tleBox .more a:hover {background: #fff;}
.indexFour .tleBox .more a:hover img {filter: none; -webkit-filter:none;}
.indexFour .indexTle {display: flex; align-items: center;}
.indexFour .indexTle h3 {letter-spacing: -0.05rem;}
.indexFour .indexTle h3:nth-child(2) {color: #fff;} 
.indexFour .boxBj {position: absolute;    bottom: 0; width: 100%; height: 100%; display: flex; z-index: -1;}
.indexFour .boxBj h3 {color: transparent;}
.indexFour .boxBj .bjColor { height: 100%;flex: 1; position: relative;}
.indexFour .boxBj .bjColor::after {content: ""; position: absolute; width: 0; height: 100%; right: 0; top: 0; background: #1d2088; transition: 1s; transition-delay: .0;}
.indexFour .box {display: flex; }

.indexFive {padding: 1.5rem 0; position: relative; z-index: 1; background: #fff;}
.indexFive .box {display: flex; justify-content: space-between; align-items: center; overflow: hidden;}
.indexFive .tle h3 {font-size: 0.6rem;color: #1d2088;font-weight: 700;font-family: "RobotoBold"; line-height: 1.2;}
.indexFive .tle span {font-size: 0.24rem; font-family: "RobotoRegular";color: #333333; display: block; margin-top: .2rem;}
.indexFive .box .le {width: 60%; position: relative; z-index: 1;}
.indexFive .box .le form {display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: .6rem;}
.indexFive .box .le .col2 {position: relative;width: 46.5%; margin-bottom:0.5rem;}
.indexFive .box .le .col2 input {background: none; border: none; border-bottom: 2px solid #ddd; color: #333; width: 100%; outline: none; padding: var(--font15) 0;}
.indexFive .box .le label {font-weight: 400;color: #333; position: absolute;top: 0; z-index: -1; transition: .5s; left: .2rem; font-size: var(--font18);}
.indexFive .box .le label span {color: #E83828;}
.indexFive .box .le .col2 input:focus + label {top: -.15rem; font-size: var(--font14); left: 0;}
.indexFive .box .le .col2 input.filled + label {top: -.15rem; font-size: var(--font14);left: 0;}
.indexFive .box .le .col3 {width: 100%; position: relative;margin-top: .5rem; margin-bottom:0.5rem;}
.indexFive .box .le .subinput {margin-top:.5rem; cursor: pointer;   width: 100%;}
.indexFive .box .le .sub {width: 1.5rem;height: .65rem; border-radius: 33px; border: none; background: #E83828; z-index: -1; color: #ffffff;font-weight: 400;outline: none;cursor: pointer; font-size: var(--font18);font-weight: 700;font-family: "RobotoBold"; transition: .5s;}
.indexFive .box .le .sub:hover {background: #1d2088;}
.indexFive .re {width: 35%;}
.indexFive .re img {width: 100%;}

.indexSix {background: #1d2088; padding-bottom: 1.2rem; position: relative; z-index: 1;}
.indexSix .tle {padding: 1.1rem 0 1rem 0; display: flex; justify-content: space-between; align-items: center;}
.indexSix .tle h3 {color: #fff;}
.indexSix .tle .more2 {color: #fff;background: #E83828;}
.indexSix .tle .more2:hover {background: #fff; color: #1d2088;}
.indexSix .box {display: flex; justify-content: space-between; align-items: center;}
.indexSix .box .le {width: 49.5%;}
.indexSix .box .re {width: 48%; position: relative; height: 5rem;}
.indexSix .box .le img {max-width: 100%;}
.inSixTxtScroll {height: 100%;position: relative; overflow: hidden;}
.inSixTxtSwiper {height: 100%;}
.inSixTxtScroll ul li {display: flex;flex-direction: column; justify-content: center;}
.inSixTxtScroll ul li h5 {position: relative; color: #fff; font-size: var(--font28); font-family: "RobotoRegular"; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.inSixTxtScroll ul li h5::after {content: ""; position: absolute; width: 0; left: 0; bottom: 0; height: 1px; background: #fff; transition: .5s;}
.inSixTxtScroll ul li h5:hover::after {width: 100%;}
.inSixTxtScroll ul li span {color: #ffffff;opacity: 0.53; font-size: var(--font24); display: block; margin-top: .05rem;}
.indexSix .re .swiperJt {display: flex; justify-content: flex-end; position: relative; z-index: 1; }
.indexSix .re .swiperJt .swjt {position: relative;left: 0;width: .6rem; height: .6rem; border: 1px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .3s;}
.indexSix .re .swiperJt .swjt img {filter: brightness(100); -webkit-filter:brightness(100); max-width: 50%;}
.indexSix .re .swiperJt .swjt.swiper-button-prev {margin-right: .5rem; transform: rotate(180deg);}
.indexSix .re .swiperJt .swjt:hover {background: #fff;}
.indexSix .re .swiperJt .swjt:hover img {filter: none; -webkit-filter:none;}

/* =====底部===== */
.footer {background:#f5f5f5;   position: fixed; bottom: 0; left: 0;z-index: 1; width: 100%; z-index: 0;}
.footer .box {display: flex; justify-content: space-between; padding: 1.5rem 0; align-items: center;}
.footer .box dl dd a {font-size: var(--font20);font-family: "RobotoRegular"; display: block; margin: .05rem 0;}
.footer .box dl dd a:hover {color: #1d2088;}
.footer .foterUs .tel {font-size: var(--font20);font-weight: 700;  font-family: "RobotoBold";} 
.footer .foterUs .email a {font-size: var(--font20);font-weight: 700;  font-family: "RobotoBold"; color: #333;}
.footer .foterUs .address {margin-top: .3rem;}
.footer .foterUs .address span {display: block; font-size: var(--font18);color: #666666;font-family: "RobotoRegular";}
.backTop a {width: 0.78rem; height: 0.78rem;border: 0.01rem solid #1d2088; display: block; border-radius: 50%; transition: .5s; position: relative; overflow: hidden;}
.backTop a::before {content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; background: 50% 50% no-repeat; background-size: contain; transition: all .5s; background: url(../images/jt6.png) no-repeat center;}
.backTop a::after { content: "";  position: absolute; left: 0%;  top: 100%;  width: 100%;  height: 100%;  background: 50% 50% no-repeat;  background-size: contain;  transition: .5s;  background: url(../images/jt6.png) no-repeat center;filter: brightness(100); -webkit-filter:brightness(100);}
.backTop a:hover {background: #1d2088;}
.backTop a:hover::before {top: -100%;}
.backTop a:hover::after {top: 0;}


/* ====================================================================================内页============================================================= */
.ny-banner {position: relative; z-index: 1; height: 100vh; overflow: hidden;}
.ny-banner .imgBox {height: 100%;}
.ny-banner .imgBox img {width: 100%; height: 100%; object-fit: cover;}
.ny-banner .con {position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%);}
.ny-banner .con em {color: #e83828;font-size: var(--font20); display: block;margin-bottom: .1rem;}
.ny-banner .con strong {font-size: 0.55rem;font-weight: 700;font-family: "RobotoBold";color: #ffffff; display: block; line-height: 1;}

/* =====关于我们===== */
.aboutMain {position: relative; z-index: 1;background: #fff;}
.aboutOne {display: flex;    padding-bottom: 100px;}
.aboutOne .le {background: #1d2088;  margin-top: -2rem;   max-width: 68.75%;  flex: 0 0 68.75%;  display: flex; justify-content: center;     height: 100%;}
.aboutOne .txtCon {max-width: 100%;padding: 1rem 7%; box-sizing: border-box;}
.aboutOne .txtCon p {font-size: var(--font17);color: #ffffff;font-family: "RobotoRegular";margin-bottom: .3rem; line-height: 31px;}
.aboutOne .re {}
.aboutOne .re .imgBox {position: relative;}
.aboutOne .re .imgBox img {width: 100%; height: 100%; object-fit: cover;}

.aboutTwo {margin-top: .2rem;}
.aboutTwo .box {display: flex; justify-content: flex-end; align-items: flex-end}
.aboutTwo .box .le {max-width: 67%;  flex: 0 0 67%; margin-bottom: .2rem;}
.aboutTwo .box .re {flex: 0 0 33%;max-width: 33%; }
.aboutTwo .box .re .imgBox {position: relative;}
.aboutTwo .box .re .imgBox img {width: 100%; height: 100%; object-fit: cover;}
.aboutTwo .box h3 {font-size: 0.4rem;font-weight: 700;font-family: "RobotoBold";}
.aboutTwo .box p {font-size: var(--font17);font-family: "RobotoRegular"; color: #666666;}
.aboutTwo .con {padding: 0 7%;     max-width: 80%;}
.aboutTwo .le .ic {position: relative; display: inline-block; margin-top: .5rem;}
.aboutTwo .le .ic::before {content: "";width: 0.48rem;height: 0.06rem;background: #313493; position: absolute; left: 0;}
.aboutTwo .le .ic::after {content: "";width: 0.25rem; height: 0.06rem; background: #e83828;position: absolute; left:0.5rem;}
.aboutTwo .le p {color: #666666; font-size: var(--font17);margin-top: .7rem;}

.aboutThree {margin-top: 1.5rem;}
.aboutThree  .container {position: relative;}
.aboutThree .swiper-slide {text-align: center;overflow:hidden;}
.aboutThree .swiper-slide img {width: 100%;}
.pagePagination {position: absolute; left: -.5rem; bottom: 0;text-align: center; width: 100%;}
.pagePagination .text {margin-bottom: 21%;color: #707070;font-size: var(--font18); text-transform: uppercase;writing-mode: vertical-rl; text-orientation: mixed;}
.pagePagination .swiper-pagination {position: absolute; left: -19.15%;   display: inline-block; width: 20%; height:2px; transform: rotate(90deg); top: auto; bottom: 0;    transform-origin: right;}
.pagePagination .swiper-pagination span {background: red;}
.aboutThree .swiper-num {position: absolute; right: -.8rem; top: 50%; transform: translate(-50%, -50%);}
.aboutThree .swiper-num span {display: block; color: #D9D9D9;font-size: 0.3rem;font-weight: 700;font-family: "RobotoBold";}
.aboutThree .swiper-num em {display: block;background: #d9d9d9;width: 0.32rem;height: 0.03rem;}
.aboutThree .swiper-num span.actives {color: #E83828;}
.abthreSwiper .swiper-button-next {position: absolute; margin: 0; width: 50%; right: 0; top: auto; bottom: 0; height: 100%;}
.abthreSwiper .swiper-button-prev {position: absolute; margin: 0; width: 50%; left:0; top: auto; bottom: 0; height: 100%;}
.abthreSwiper .swiper-button-next:hover {cursor: url(../images/ban-jt2.png), default;}
.abthreSwiper .swiper-button-prev:hover {cursor: url(../images/ban-jt3.png), default;}
.abthreSwiper .swjt img {display: none;}

/* =====产品导航===== */
.pronavMain {position: relative; z-index: 1;     min-height: 100%;}
.pronav {display: flex; height: 100%; align-items: flex-start; background: #1d2088;   width: 100%;height: 100%; }
.pronav .le {background: #1d2088;width: 24%; flex: 0 0 24%; position: relative;  display: flex; align-items: center; height: 100vh;}
.pronav .le .con {margin-left: 12%; }
.pronav .le .con .en {font-size: var(--font20);color: #e83828;}
.pronav .le .con .tle strong {font-size: 0.65rem;font-weight: 700;font-family: "RobotoBold"; color: #fff; display:block; line-height: 1.2;}
.scrollNext {position: absolute;left: 12%; bottom: 17%;color: #fff; display: flex; align-items: center; flex-wrap: wrap;}
.scrollNext span {margin-right: .25rem;}
.scrollNext i {width: 0.82rem; height: 0.02rem; background: #ffffff; position: relative;}
.scrollNext i::after {content: "";background: #e83828; position: absolute; width: 10%; height: 100%; animation: scrollWidth 5s infinite;}
@keyframes scrollWidth {from {width: 0;}to {  width: 100%; }}
.pronav .re {width: 76%; flex: 0 0 76%; overflow: hidden; height: 100vh;}
.pronav .re ul {display: flex; height: 100%;}
.pronav .re ul li {width: 23%;flex-shrink: 0; position: relative; overflow: hidden;}
.pronav .re ul li .bjImg {overflow: hidden; height: 100%;}
.pronav .re ul li .bjImg img {width: 100%; height: 100%; object-fit: cover;}
.pronav .re li a {position: relative; z-index: 1; height: 100%; display: block;}
.pronav .re li a::before {content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(15, 16, 63,.5); z-index: 0; opacity: 0; visibility: hidden; transition: .3s;}
.pronav .re li a::after {content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.6); z-index: 0; transition: .3s;}
.pronav .re ul li:nth-child(even) {background: #e83828;}
.pronav .re li .con1 {position: absolute;    z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; padding: .25rem .4rem; box-sizing: border-box; opacity: 1; visibility: visible; transition: .5s;}
.pronav .re li h3 {font-size: var(--font28);font-weight: 700;  font-family: "RobotoBold"; color: #fff; margin-top: .2rem; line-height: 1.2;}
.pronav .re li .con2 {position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%); width: 100%; padding: .25rem .4rem; box-sizing: border-box; opacity: 0; visibility: hidden; transition: .5s; z-index: 1;}
.pronav .re li dl {margin-top: .25rem;}
.pronav .re li dd {color: #ffffff; font-size: var(--font15); margin: .15rem 0;}
.pronav .re li .jia {margin-top: .5rem; width: 0.61rem;height: 0.61rem;background: #ffffff;font-size: 0.48rem;color: #48495a; line-height: 1; border-radius: 50%;font-weight: 300;padding-bottom: .05rem;box-sizing: border-box; font-family: "Noto Sans SC"; position: relative;}
.pronav .re li .jia::after {content: ""; position: absolute; background: #fff; width: 100%; height: 100%; border-radius: 50%; animation: scalemap 2s infinite; z-index: -1;}
@keyframes scalemap {0% {transform: scale(1); opacity: 1;}100% {transform: scale(1.5); opacity: 0;}}
.pronav .re li:hover a::before {opacity: 1; visibility: visible;}
.pronav .re li:hover a::after {opacity: 0; visibility: hidden;}
.pronav .re li:hover .con1 {opacity: 0; visibility: hidden;}
.pronav .re li:hover .con2 {opacity: 1; visibility: visible;}

/* =====产品列表===== */
.ny-banner2 {height: 4rem;}
.ny-banner2 .icBox {margin-bottom: .2rem;}

.prolistMain {position: relative; z-index: 1; background:#f8f8f8;}
.mbx {display: flex; align-items: center; height: .8rem; border-bottom: 1px solid rgba(44, 123, 255,.1); color: rgba(255, 255, 255,.6); }
.mbx img {margin-right: .1rem;}
.mbx a {color: #ffffff;opacity: .6; margin: 0 .05rem;}
.mbx a:hover {opacity: 1;}
.proListBox {display: flex; justify-content: space-between;}
.proListBox .le {background: #1d2088; width: 25.5%; position: relative; top: -.8rem;}
.proListBox .le::after {content: ""; height: .8rem; position: absolute; bottom: -.8rem; width: 100%; background: #1d2088;}
.proListBox .le {display: flex; flex-direction: column; align-items: center;}
.proListBox .le ul {width: 100%; margin-top: .6rem; position: sticky; top: 1rem;}
.proListBox .le li {margin-top: .2rem; transition: .5s; padding: 0 2%; padding-left: 16%;position: relative; z-index: 1;}
.proListBox .le li::after {content: ""; position: absolute;height: 100%; width: 0; top: 0; transition: .5s; left: 0;background: #e83828; z-index: 0;}
.proListBox .le li:hover::after ,.proListBox .le li.on::after {width: 100%;}
.proListBox .le li a {display: flex; align-items: center; padding: .2rem 0;position: relative; z-index: 1;}
.proListBox .le li h3 {color: #ffffff; margin-left: .1rem;}
/* .proListBox .le li:hover ,.proListBox .le li.on {background: #e83828;} */
.proListBox .re {width: 72%;    padding-right: 5%; box-sizing: border-box; padding-bottom: 1rem;}
.proListBox .re .tle {margin-top: 1rem; margin-bottom: .5rem; width: 62%;}
.proListBox .re .tle h3 {font-size: 0.4rem;font-weight: 700;color: #333333;}
.proListBox .re .tle h4 {font-size: 0.4rem;font-weight: 700;font-family: "RobotoBold";color: #333333;}
.proListBox .re .tle .ic {position: relative; display: inline-block; margin-top: .5rem;}
.proListBox .re .tle .ic::before {content: "";width: 0.48rem;height: 0.06rem;background: #313493; position: absolute; left: 0;}
.proListBox .re .tle .ic::after {content: "";width: 0.25rem; height: 0.06rem; background: #e83828;position: absolute; left:0.5rem;}
.proListBox .re ul {display: grid; grid-template-columns: repeat(3,1fr); gap: .35rem;}
.proListBox .re ul li {background: #fff; padding: .4rem; box-sizing: border-box; transition: .5s;}
.proListBox .re ul li h6 {font-size: var(--font23);font-weight: 700;color: #202020;font-family: "RobotoBold";}
.proListBox .re ul li span {color: #888888;display: block;}
.proListBox .re ul li img {display: block;margin-top: .25rem;opacity: .5;}
/* .proListBox .re ul li:hover {transform: translateY(-10px);} */

/* 产品详情 */
.bannerMbx {position: absolute; left: 50%; top: 95%; transform: translate(-50%, -50%);color: rgba(255, 255, 255,.6); display: flex; align-items: center;}
.bannerMbx img {margin-right: .1rem;}
.bannerMbx a {color: #fff; opacity: .6; margin: 0 .05rem;}
.bannerMbx a:hover {opacity: 1;}
.proDateNav {border-bottom: 2px solid #EEEEEE;}
.proDateNav ul {display: flex;}
.proDateNav ul li {margin-right: 1rem;}
.proDateNav ul li:last-child {margin-right: 0;}
.proDateNav ul li a {padding: .25rem .1rem; display: block;font-size: var(--font24);color: #333333;font-weight: 400; position: relative; transition: .5s;}
.proDateNav ul li a::after {content: ""; position: absolute; bottom: -3px; left: 0;height: 4px;background: #292c8a; left: 0; width: 0; transition: .5s;}
.proDateNav ul li:hover a , .proDateNav ul li.on a {color: #292C8A;}
.proDateNav ul li:hover a::after , .proDateNav ul li.on a::after {width: 100%;}
.proDateMain {position: relative; z-index: 1; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);}
.proDateTle {padding: .4rem 0;}
.proDateTle h3 {font-size: .5rem;font-weight: 700;color: #333333;font-family: "RobotoBold";}
.proDateTle i {position: relative; display: inline-block; margin-top: .3rem;}
.proDateTle i::before {content: "";width: 0.48rem;height: 0.06rem;background: #313493; position: absolute; left: 0;}
.proDateTle i::after {content: "";width: 0.25rem; height: 0.06rem; background: #e83828;position: absolute; left:0.5rem;}
.prodateThree {padding-bottom: 1rem;}
.prodateThree ul {display: grid;gap: .4rem; grid-template-columns: repeat(2,1fr);}
.prodateThree ul li {background: #f9f9f9; position: relative; transition: .5s;}
.prodateThree ul li::after {content: ""; background: url(../images/jt8.png) no-repeat center; top: 0; position: absolute; right: .3rem; height: 100%; width: .15rem; background-size: 100%; opacity: .5; filter: brightness(0); -webkit-filter:brightness(0);}
.prodateThree ul li a {padding:.3rem; box-sizing: border-box; display: block; padding-right: .6rem;}
.prodateThree ul li h6 {color: #333333; font-size: var(--font18);display: -webkit-box;overflow: hidden;	-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.prodateThree ul li:hover {background: #313493;}
.prodateThree ul li:hover h6 {color: #fff;}
.prodateThree ul li:hover::after {filter: none; -webkit-filter:none; opacity: 1;}

/* =====热门产品===== */
.ny-banner3 {height:5rem}
.ny-banner3 .bannerMbx {color: #fff;}
.ny-banner3 .bannerMbx a {color: #fff;opacity: 1;}
.ny-banner3 .bannerMbx a:hover {color: #e83828;}

.hotProlist {position: relative; z-index: 1; background: #f9f9f9; padding: .7rem 0 1rem 0;}
.hotProlist ul {display: grid; grid-template-columns: repeat(3,1fr); gap: .3rem;}
.hotProlist ul li {transition: .5s;}
.hotProlist ul li a {display: block; padding: .6rem; box-sizing: border-box; background: #fff;}
.hotProlist ul li h4 {font-size: var(--font34);font-weight: 700;color: #1d2088;font-family: "RobotoBold";}
.hotProlist ul li span {font-size: var(--font18);color: #888888;}
.hotProlist ul li i {width: .7rem; height: .7rem; margin-top: .7rem; padding-bottom: .04rem; border-radius: 50%; border: 1px solid #a4a4a4; font-style: normal; font-size: .35rem; color: #a4a4a4; font-weight:300; font-family: "微软雅黑"; transition: .5s;}
.hotProlist ul li:hover {transform: translateY(-10px);}
.hotProlist ul li:hover i {transform: rotate(180deg); background: #1d2088; color: #fff; border-color: #1d2088;}

/* =====新闻中心===== */
.newsList {position: relative; z-index: 1; background: #fff; padding: .6rem 0;}
.newsList ul {display: grid; grid-template-columns: repeat(3,1fr); gap: .59rem;}
.newsList li {min-height: 5.6rem;border: 1px solid #dedede;}
.newsList li a {position: relative; padding: .5rem .4rem; box-sizing: border-box;display: block; height: 100%;}
.newsList li .bjImg {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; opacity: 0; visibility: hidden; transition: .35s;}
.newsList li .bjImg::after {content: "";position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: .5;}
.newsList li .bjImg img {width: 100%; height: 100%; object-fit: cover;}
.newsList li .con {position: relative; z-index: 1;}
.newsList li h5 {font-size: var(--font26); color: #1d2088;font-weight: 700; line-height: 1.2; transition: .5s; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.newsList li p {color: #777777;font-size: var(--font18);margin-top: .2rem;transition: .5s; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.newsList li i {margin-top: .3rem; display: block;width: 0.36rem;height: 0.06rem; background: #e83828;}
.newsList li .time {position: absolute; bottom: .3rem; color: #B8B8B8; font-size: var(--font18);font-family: "RobotoBold";transition: .5s;z-index: 1;}
.newsList li:hover .bjImg {opacity: 1; visibility: visible;}
.newsList li:hover h5 {color: #fff;}
.newsList li:hover p {color: #fff;}
.newsList li:hover .time {color: #fff;}

/* 新闻详情 */
.joinDate {background: #f9f9f9;padding: 1.5rem 0;position: relative; z-index: 1;}
.joinDate .newsmbx {color: #666666; padding: .4rem 0;}
.joinDate .newsmbx a {font-size: var(--font18);color: #666666;}
.joinDate .newsmbx a:hover {color: #e83828;}
.joinDate .box {display: flex; justify-content: space-between; align-items: flex-start;}
.joinDate .box .le {width: 71%;}
.joinDate .tle {padding-bottom: .35rem; border-bottom: 1px solid #CCCCCC;}
.joinDate .tle h5 {font-size: var(--font32);}
.joinDate .tle .time {font-size: var(--font16);color: #777777; margin-top: .1rem;}
.joinDate .dateCon {margin-top: .5rem;}
.joinDate .dateCon img {max-width: 100%;}
.datePage {margin-top: .8rem; background: #ffffff;border-radius: 5px; padding:.55rem .45rem; box-sizing: border-box; display: flex; justify-content: space-between; flex-wrap: wrap;}
.datePage > div {display: flex; align-items: center; font-size: var(--font16); flex-wrap: wrap;}
.datePage > div img {margin-left: .2rem;}
.datePage > div a {color: #797979;}
.datePage .prev img {transform: rotate(180deg); margin-left: 0; margin-right: .2rem;}
.datePage > div a:hover {color: #e83828;}
.joinDate .box .re {background: #fff; width: 24%; padding: .4rem .3rem; box-sizing: border-box; border-radius: .1rem; position: sticky; top: 1.5rem; }
.joinDate .box .re::after {content: "";background: #e83828; width: 65%; position: absolute; left: 50%; bottom: -1%; height: .07rem; border-radius: 4px; transform: translate(-50%, -50%);}
.newsJob .jobTle {display: flex; align-items: center; justify-content: space-between;} 
.newsJob .jobTle h6 {font-size: var(--font24);color: #333333;}
.newsJob .jobTle a {color: #666666;}
.newsJob .jobTle a:hover {color: #e83828;}
.newsJob ul {margin: .5rem 0;}
.newsJob ul li {padding: .15rem 0; border-bottom: 1px solid #eee;}
.newsJob ul li a {color: #333333;display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newsJob ul li a:hover {color: #e83828;}

/* =====订单页面===== */
.orderPage .ordertle h3 {font-size: 0.4rem;font-weight: 700;color: #333;font-family: "RobotoBold";}
.orderPage .ordertle p {font-size: var(--font20);color: #555555;margin-top: .15rem;}
.orderPage .ordertle p span {color: #FF0000;}
.orderPage .ordertle i {position: relative; display: inline-block; margin-top: .3rem;}
.orderPage .ordertle i::before {content: "";width: 0.48rem;height: 0.06rem;background: #313493; position: absolute; left: 0;}
.orderPage .ordertle i::after {content: "";width: 0.25rem; height: 0.06rem; background: #e83828;position: absolute; left:0.5rem;}

/* =====联系我们===== */
.contactOne {position: relative;z-index: 1;background: url(../images/contactOne-bj.jpg) no-repeat center; background-size: cover; padding: 2rem 0 1.3rem 0;}
.contactOne .box {display: flex; justify-content: space-between;}
.contactOne .box h3 {font-size: 0.4rem;font-weight: 700;color: #333333; font-family: "RobotoBold";}
.contactOne .box span {font-size: 0.22rem;color: #333333;display: block; margin-top: .1rem;}
.contactOne .le {width: 45%;}
.contactOne .le i {position: relative; display: inline-block; margin-top: .3rem;}
.contactOne .le i::before {content: "";width: 0.48rem;height: 0.06rem;background: #313493; position: absolute; left: 0;}
.contactOne .le i::after {content: "";width: 0.25rem; height: 0.06rem; background: #e83828;position: absolute; left:0.5rem;}
.contactOne .re {width: 50%;}
.contactOne .re .phone a {font-size: 0.4rem;font-weight: 700;; font-family: "RobotoBold";color: #1d2088;}
.contactOne .re .email a {font-size: 0.27rem;color: #1d2088;}
.contactOne .re .xian {height: 1px;background: #dddddd; margin: .6rem 0;}
.contactOne .re .text p {font-size: 0.21rem; color: #333333;margin-bottom: .2rem;}
.contactOne .re .gotoMap {margin-top: .8rem;}
.contactOne .re .gotoMap a {width: 1.94rem;font-size: 0.2rem; min-width: 115px; color: #ffffff;  height: 0.65rem; background: #313493;border: 1px solid #313493;border-radius: 36px; transition: .5s;}
.contactOne .re .gotoMap a:hover {background: none; color:#313493;}





/* 搜索页面 */
.search-page .box {margin-top: 1.25rem;}
.search-page form {width: 75%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .searchCon {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 23px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size:auto; filter: brightness(0); -webkit-filter:brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #015198; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: var(--font18); margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: var(--font16); color: #666; }
.search-page li .le {width: 95%;}
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}
@media screen and (min-width: 200px) and (max-width: 640px){
  .search-page form {
      width: 90%;
      margin-bottom: 40px;
  }
}

/* 分页 */
.fy { padding: 0.5rem 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap;}
.fy a { border: 1px solid #d3d9e2; display: flex; align-items: center; justify-content: center;  color: #666; font-size: 14px;}
.fy a {width: 35px; height: 30px; transition: .4s; margin:5px;}
.fy a.layui-laypage-prev , .fy a:last-child {width: auto; padding: 0 .1rem;}
.fy a:hover {color: #fff; background: #015198;}
.fy .layui-laypage-curr {display: flex; align-items: center; justify-content: center;}
.fy .layui-laypage-curr {width: 35px; height: 30px; color: #fff; background: #015198; font-size: 14px; margin: 0 5px;}



/* 底部弹出层提交 */
.foterPop {position: fixed;right: 1%; bottom: 0; z-index: 99; transform: translateY(calc(100% - 45px)); transition: .5s;}
.foterPop .box {width: 350px; border-radius: 15px 15px 0 0;overflow: hidden;}
.foterPop .tit {position: relative;display: flex; justify-content: space-between; align-items: center;background: #013874; color: #fff;}
.foterPop .tit {height: 45px;padding: 0 20px; cursor: pointer;}
.foterPop .tit i {transition: .5s;}
.foterPop .tit .icBox {display: none;}
.foterPop .form { border: 1px solid #013874;position: relative; background: #fff;overflow-y: auto; padding-bottom: 20px;width: 100%;}
.foterPop .form form {padding: 20px 20px 5px;}
.foterPop .form .inBox {margin-bottom: 10px; border: 1px solid #e5e5e5;height: 39px; padding: 0 13px;  border-radius: 25px;}
.foterPop .form .inBox input ,.foterPop .form .inBox textarea {width: 100%; height: 100%; border: 0; background: none; font-size: 12px; resize: none;}
.foterPop .form .inText {height: 100px;}
.foterPop .form .inBox textarea {padding: 10px 0;}
.foterPop .form .inCode {display: flex; justify-content: space-between; padding-right: 0; overflow: hidden;}
.foterPop .form .inCode input {padding-right: 15px;}
.foterPop .form .inCode img {height: 100%; border-radius: 15px;}
.foterPop .form .sub button {width: 100%; background: #EE7700;border-radius: 25px; color: #fff; height: 36px; cursor: pointer; border: 0;}
.foterPop.show {transform: translateY(0);}
.foterPop .tit.on i {transform: rotateX(180deg);}
@media (max-width: 640px) {
.foterPop .tit {width: auto; background: #fff; display: inline-flex; padding: 0 15px;}
.foterPop .tit span {display: none;}
.foterPop .tit i {display: none;}
.foterPop .tit .icBox {display: block;}
.foterPop {width: 96%; right: 2%;}
.foterPop  .box {width: 100%; border-radius: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items:flex-end;}
}


/* cookies */
.he_cook {position: fixed; z-index: 99; bottom: 1%; width: 100%;}
.he_cook .he_cookc {width: 55%;  padding: .1rem .5rem; margin: auto; display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 50px; box-shadow: 0rem 0rem 0.07rem 0rem rgba(0,0,0,0.08); }
.he_cook .he_cookc .con {color: #3E3E3E; font-size: var(--font18); margin-right: .2rem; line-height: 1.2;}
@media screen and (min-width: 200px) and (max-width: 1200px) {
    .he_cook .he_cookc {width: 80%;}
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .he_cook .he_cookc {width: 100%;  border-radius: 0; padding: .3rem;}
}


/* =============================2025.10.17============================框架修改 */
/* 头部2 */
.header {top: 0; border-bottom: 1px solid rgb(255 255 255 / 20%); width: 100%;}
.headBox {display: flex; height: 1rem; justify-content: space-between; } 
.headBox .head_logo {height: 100%;}
.headBox .head_logo a {display: block; height: 100%; padding: .1rem 0;}
.headBox .head_logo img {max-height: 100%;}
.headBox .logo .logo2 {display: none;}

/* 头部导航 */
.headBox {display: flex; justify-content: space-between; align-items: center;transition: .5s;}
.headBox .nyNav {width: 50%; height: 100%;}
.headBox .nyNav ul {display: flex; justify-content: space-between; height: 100%;}
.headBox ul li {position: relative; height: 100%;}
.headBox ul li a {color: #ffffff;font-family: "RobotoRegular"; height: 100%; font-size: var(--font20); display: flex; align-items: center; position: relative;}
.headBox ul li a::after {content: ""; position: absolute;bottom: 0; left: 0; height: 2px; background: #fff; width: 0; transition: .5s;}
.headBox ul li:hover a::after {width: 100%;}
.headBox ul li.on a::after {width: 100%;}
/* 二级下拉 */
.headBox ul li .subnav {line-height: initial; padding: .1rem 0;width: max-content;position: absolute;top: 100%;left: 50%;transform: translate(-50%, 50px);z-index: 10;background: #fff;opacity: 0;pointer-events: none;transition: all 0.4s;box-shadow: 0 .1rem .2rem 0 rgba(0, 0, 0, 0.06);border-top: .03rem solid #313493;}
.headBox ul li .subnav.on {opacity: 1;pointer-events: auto;transform: translate(-50%, 0);}
.headBox ul li .subnav dl dd a {font-size: var(--font16);display: block;padding: .12rem .05rem;border-bottom: 1px solid #dbdbdb;text-align: center; transition: .4s; color: #333;}
.headBox ul li .subnav dl dd:last-child a{border: none;} 
.headBox ul li .subnav dl dd:hover a {background: #16187D; color: #fff;}

.headBox .re {display: flex; align-items: center;}

/* 搜索 */
.head_search {}
.head_search .icBox {width: 0.5rem; height: 0.5rem; background: #ffffff; border-radius: 50%; position: relative; transition: .5s;}
.head_search .icBox svg {max-width: 50%;}
.head_search .icBox:hover {background: #e83828;}
.head_search .icBox svg path {transition: .5s;}
.head_search .icBox:hover svg path {fill: #fff;}
.head_search .icBox a {width: 100%; height: 100%;}
.searchFull {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 1040;background-color: #fff;display: none;}
.searchFull .ssf-content {width: 100%;height: 100%; display: flex; align-items: center;}
.searchFull .ssf-fields-wrap { margin: 0 20%; position: relative;}
.searchFull .ssf-fields-wrap .ssf-input {width: 100%;height: 60px;font-size: var(--font20);border: none;outline: none;border-bottom: 1px solid #a3a3a3;padding-right: 70px;}
.searchFull .ssf-fields-wrap .ssf-btn {cursor: pointer; width: 60px;height: 60px;font-size: 22px;text-align: center;border: none;outline: none;background-color: transparent;position: absolute;right: 0;}
.searchFull .ssf-fields-wrap .ssf-btn:hover path {fill: #EE7800;}
.ssfDismisser {position: absolute; top: .35rem; right: 2.5%; font-size: 31px;color: #8e9295;line-height: 30px; width: .3rem;height: .3rem; text-align: center;}
.ssfDismisser svg {width: 100%; height: 100%;}

/* 头部下滑 */
.header.c-style2 {background: #fff;}
.header.c-style2 .logo .logo1 {display: none;}
.header.c-style2 .logo .logo2 {display: block;}
.header.c-style2 .headBox ul li a {color: #333;}
.header.c-style2 .headBox ul li a::after {background: #333;}

.appMain {position: relative; z-index: 2; background: #fff;  padding: 1rem 0;}
.applist .list ul li {margin-bottom: .5rem;}
.applist .list ul li .box {display: flex; align-items: center; justify-content: space-between;}
.applist .list ul li .imgBox {width: 48%; border-radius: .1rem; overflow: hidden;}
.applist .list ul li .imgBox img {width: 100%; transition: .5s;}
.applist .list ul li .imgBox:hover img {transform: scale(1.1);}
.applist .list ul li .info {width: 48%;}
.applist .list ul li .more1 {width: auto; margin-top: .3rem; padding: 0 .3rem; display: inline-flex;border: 1px solid transparent;}
.applist .list ul li .more1 span {margin-right: .2rem;}
.applist .list ul li .more1:hover {border-color: #16187D;}
.applist .list ul li .p1 {font-size: var(--font28); font-weight: 700; color: #333; position: relative;}
.applist .list ul li .p1::after {content: ''; display: block; width: 10%; height: 2px; background: #16187D; margin-top: .2rem;}
.applist .list ul li .p2 {margin-top: .3rem; font-size: var(--font18);}
.applist .list ul li:nth-child(even) .box {flex-direction: row-reverse;}

/* 产品页页面修改 */
.proListBox2 .re ul {display: block;}
.proListBox2 .re li {margin-bottom: .5rem; background: #fff;padding: .4rem;box-sizing: border-box; transition: .5s;}
.proListBox2 .re li a {display: flex; justify-content: space-between; align-items: center;}
.proListBox2 .re li .imgBox {width: 25%;height: 3rem; overflow: hidden;}
.proListBox2 .re li .imgBox img {width: 100%; height: 100%; object-fit: cover; transition: .5s; margin-top: 0; transition: .5s;}
.proListBox2 .re li .info {width: 70%;}
.proListBox2 .re li .p1 {font-size: var(--font24);}
.proListBox2 .re li .p2 p { color: #666;margin-top: .2rem;}
.proListBox2 .re li .info img {margin-top: .3rem; transition: .5s;}
.proListBox2 .re li:hover .imgBox img {transform: scale(1.1);}
.proListBox2 .re li:hover .p1 p {color: #16187D;}
.proListBox2 .re li:hover .info img {margin-left: .2rem;}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .proListBox2 .re li a {flex-direction: column;}
  .proListBox2 .re li .info {width: 100%; margin-top: .3rem;}
  .proListBox2 .re li .imgBox {width: 100%;}

  .applist .list ul li:nth-child(even) .box {flex-direction: column;}
  .applist .list ul li .box {flex-direction: column;}
  .applist .list ul li .imgBox {width: 100%;}
  .applist .list ul li .info {width: 100%; margin-top: .3rem;}
}





/* 产品详情 */

.proDateOnes { padding: 1rem 0;}

.proDateOnes .box {display: flex;}



.proDateOnes .le {width: 46%; background: #fff;border-radius: 0.1rem; box-shadow: 0rem 0rem 0.21rem 0rem rgba(0,0,0,0.03); overflow: hidden;}

.proDateSwiper {height: 100%;}

.proDateSwiper .imgBox {display: flex; justify-content: center; align-items: center; height: 100%; padding: .25rem; box-sizing: border-box;}

.proDateSwiper .imgBox img {max-width: 100%; max-height: 100%; width: 100%;}

.proDateSwiper .swiper-pagination-bullet-active {background: #16187D;}

.proDateOnes .con {width: 51%; padding: .6rem 1rem; box-sizing: border-box;}

.proDateOnes .con h4 {font-size: var(--font48); font-weight: 700;color: #2e2e2e; border-bottom: 1px solid #C3C3C3; padding-bottom: 0.3rem}

.proDateOnes .con .text {margin-top: .3rem;}

.proDateOnes .con .text p {font-weight: 400;color: #767676;}

.proDateOnes .con .more {display: flex; margin-top: 1rem;}

.proDateOnes .more a {background: #16187D; border-radius: 0.1rem; padding: .2rem .32rem; color: #ffffff; font-weight: 700; font-size: var(--font18); transition: .5s;}

.proDateOnes .more a:nth-child(2) {background: #2e2e2e; margin-left: .2rem;}

.proDateOnes .more a:hover {box-shadow: 0 0 10px #16187D;}


.get_us {margin-top: .35rem;}
.get_us .item {display: flex; align-items: center; margin: .1rem 0;}
.get_us .item svg {width: .2rem;height: .2rem;object-fit: contain;}
.get_us .item svg path {fill: #16187D;}
.get_us .item p {margin-left: .1rem;}
.get_us .item span {font-size: var(--font20);color: #4F4F4F;margin-left: .1rem;font-weight: 700;}

.prodateOne{margin-bottom: 1rem}
