/* =====头部===== */
#c-placeholder {height: 1.28rem;}
.header {position: fixed; width: 100%; left: 0;z-index: 999; padding: 0 3%; transition: .5s;}
.headerBox {display: flex; justify-content: space-between; height: 1.28rem; align-items: center;}
.headerlogo {max-width: 2.69rem;}
.headerlogo img {max-width: 100%;}
.headerlogo img:nth-child(2) {display: none;}
/* 导航 */
nav {width: 50%;}
nav ul {display: flex; justify-content: space-between;}
nav ul > li {line-height: 1.28rem; position: relative;}
nav ul > li > a {font-size: var(--font18);color: #ffffff; position: relative; font-family: "PFBold";}
nav ul > li > a::after {content: ""; position: absolute; width: 0; bottom: -.1rem; left: 50%; height: 0.02rem; background: #ff7d00; border-radius: 0.01rem; transition: .5s;}
nav ul > li:hover > a::after , nav ul > li.on > a::after {width: 70%; left: 15%;}
/* 二级下拉 */
.navTwo {line-height: initial; width: max-content;position: absolute; transform: translateY(15%); z-index: 10;opacity: 0;pointer-events: none;transition: all 0.4s;}
.navTwo .box {display: flex; align-items: center;padding: .25rem; background: #fff;border-radius: 0.1rem;box-shadow: 0 .1rem .2rem 0 rgba(0, 0, 0, 0.15);}
.navTwo .box .navImgBox {margin-right: .3rem; border-radius: 0.1rem; overflow: hidden;}
.navTwo .box .navImgBox img {width: 100%;}
.navTwo.on {opacity: 1;pointer-events: auto; transform: translateY(-5%);}
.navTwo dl {padding-right: .5rem;}
.navTwo dl dd {margin: .125rem 0;}
.navTwo dl dd a {display: flex;align-items: center; transition: .4s; color: #666666;}
.navTwo dl dd a i {margin-right: .1rem;}
.navTwo dl dd a:hover {color: #FF7D00;}
.navTwo dl dd a i svg path {transition: .5s;}
.navTwo dl dd a:hover i svg path {fill: #FF7D00;}
/* 头部右侧 */
.headerRe {display: grid; grid-template-columns: repeat(3,auto); align-items: center; gap: .5rem;} 
.headerRe .headerTle .icBox {width: 0.41rem;height: 0.41rem; border-radius: 50%; background: linear-gradient(0deg,#f7af08 0%, #ef3d0d 100%); position: relative; z-index: 1;}
.headerRe .headerTle .icBox::after {content: "";background: #f27d08; width: 100%; border-radius: 50%; z-index: -1; height: 100%; position: absolute;animation: sonarEffect2 1.3s ease-out 75ms infinite;}
.headerRe .headerTle span {font-weight: 700;  font-family: "DINBold";color: #ffffff; font-size: var(--font26); margin-left: .15rem;}
.headerRe > div a {display: flex;}
.headerRe > div a svg path {transition: .5s;}
.headerRe > div:hover a svg path {fill: #256993;}
@keyframes sonarEffect2 {0% {opacity: 1;transform: scale(1);}100% {opacity: 0;transform: scale(1.6); }}
/* 隐藏搜索 */
.header-sec3 {position: absolute;top: -100%; left: 0; z-index: 2; width: 100%; height: calc(100% + 1px); background-color: #fff;-webkit-transition: all 0.3s linear; transition: all 0.3s linear; z-index: 11;}
.header-sec3.active {top: 0;}
.header-sec3 .container {height: 100%;}
.header-sec3 .cont { height: 100%; display: flex; align-items: center; justify-content: space-between; max-width: 500px; margin: 0 auto;}
.header-sec3 .cont .form { display: flex; align-items: center; width: calc(100% - 36px); border-radius: 30px; border: 2px solid #333; padding: 0 20px; overflow: hidden;}
.header-sec3 .cont .form .f_sub {outline: none;width: 20px;border: none;background: transparent;overflow: hidden; height: 30px; cursor: pointer;}
.header-sec3 .cont .form .f_sub img {max-width: 100%;}
.header-sec3 .cont .form .int { outline: none;width: 80%;width: calc(100% - 20px);padding: 10px 0;font-size: 16px;border: none;background-color: transparent;color: #333; padding-left: 22px;}
.header-sec3 .cont .f_close { overflow: hidden; width: 20px; display: block;}
.header-sec3 .cont .f_close img {width: 100%;}

.weblink {position: relative;padding: .2rem;box-sizing: border-box;margin: 0 -.2rem;}
.weblink .luanguage {box-shadow: 0 0 10px rgb(0, 0, 0,.2); position: absolute; background: #fff; border-radius: 5px; padding: .1rem .2rem; left: -.1rem; text-align: center; transform: translateY(35%); opacity: 0; visibility: hidden; transition: .5s;}
.weblink .luanguage::before {content: "";width: 20px; height: 10px; background: #fff; clip-path: polygon(50% 0%, 0% 100%, 100% 100%);-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); background: #fff;    position: absolute;left: 50%;top: -5%;transform: translate(-50%, -50%);}
.weblink .luanguage a {justify-content: center;}
.weblink .luanguage a {margin: .05rem 0;}
.weblink .luanguage a:hover {color: #256993;}
.weblink:hover .luanguage {opacity: 1; transform: translateY(25%); visibility: visible;}


/* 头部下滑 */
.header.fh {background: #fff; border-bottom:1px solid #DDDDDD;}
.header.fh .headerlogo img:nth-child(1) {display: none;}
.header.fh .headerlogo img:nth-child(2) {display: block;}
.header.fh nav ul li > a {color: #333;}
.header.fh nav ul li:hover > a , .header.fh nav ul li.on > a {color: #0E6DB6;}
.header.fh nav ul > li > a::after , .header.fh nav ul > li.on > a::after {background: #0E6DB6;}
.header.fh .navTwo dl dd a:hover {color: #0E6DB6;}
.header.fh .navTwo dl dd a:hover i svg path { fill: #0E6DB6;}
.header.fh .headerRe > div a svg path {fill: #256993;}
.header.fh .headerRe .headerTle span {color: #333;}


/* 公用css */
/* 了解更多 */
.more1 {width: 1.59rem;height: 0.52rem;min-width: 125px;min-height: 36px; background: linear-gradient(113deg,#2aa8da 0%, #126fb4 100%);border-radius: 26px; color: #ffffff; font-size: var(--font18); transition: .5s; position: relative; z-index: 1; overflow: hidden;}
.more1 svg {margin-left: .2rem;}
.more1::before {content: '';position: absolute;left: 0; top: 0; right: 0; bottom: 0;background: linear-gradient(113deg,#126fb4 0%, #2aa8da 100%);opacity: 0;  transition: opacity .5s; z-index: -1;}
.more1:hover {-webkit-box-shadow: 0 0 0 0.1rem rgba(18, 111, 180,.2); box-shadow: 0 0 0 0.1rem rgba(18, 111, 180,.2);}
.more1:hover::before {opacity: 1;}

/* =====首页===== */
/* banner */
.indexBanner {height: 100vh; position: sticky;top: 0;z-index: 0;}
.bannerSwiper {height: 100%;}
.bannerSwiper .videoBox {position: relative; height: 100%;}
.bannerSwiper .videoBox img {position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; z-index: 1; object-fit: cover;}
.bannerSwiper video {width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 9;}
.bannerSwiper .imgBox {height: 100%;}
.bannerSwiper .imgBox img {width: 100%;height: auto;min-height: 100%;transition: 1s linear 2s; transform: scale(1.1,1.1); object-fit: cover;}
.bannerSwiper .con { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);z-index: 1;}
.bannerSwiper .con h2 {font-size: 0.72rem;color: #ffffff; font-family: "PFBold"; width: 55%;}
.bannerSwiper .con span {font-size: 0.3rem;color: #ffffff; display: block;}
.bannerSwiper .con .more {margin-top: .8rem;}
.bannerSwiper .swiper-slide-active img , .bannerSwiper .swiper-slide-duplicate-active img {transition: 6s linear;transform: scale(1,1);}
.bannerSwiper .swjt {right: 3%; left: auto; top: auto; bottom: 15%; width: 0.56rem; height: 0.57rem;   min-width: 35px; min-height: 35px; background: rgba(255, 255, 255,.54); border-radius: 0.05rem; overflow: hidden;}
.bannerSwiper .swjt::after {content: ""; position: absolute; height: 100%; width: 100%;z-index: -1; background: linear-gradient(53deg,#f7af08 0%, #ef3d0d 100%); border-radius: 0.05rem; left: -100%; top: 0; transition: .5s;}
.bannerSwiper .swjt.swiper-button-next { transform: translateY(130%) rotate(180deg);}
.bannerSwiper .swjt.swiper-button-next::after {display: block;}
.bannerSwiper .swjt:hover::after {left: 0;}
.bannerSwiper .swjt svg {max-width: 70%;}

.indexMain {position: relative; background: #fff; z-index: 1;}
.indexTle {text-align: center;}
.indexTle h3 {font-size: 0.48rem;color: #333333; font-family: "PFHeavy";}
.indexTle i {display: inline-block; width: 0.58rem;height: 0.04rem; background: linear-gradient(113deg,#2aa8da 0%, #126fb4 100%); border-radius: 0.02rem;}

.indexOne {overflow: hidden; background: url(../images/indexOne-bj.jpg) no-repeat center; background-size: cover;  padding: 1.2rem 0; padding-bottom: .6rem; padding-left: 5%; box-sizing: border-box; position: relative; z-index: 1;}
.indexOne .swiperBox {box-sizing: border-box;}
.indexOne .indexTle {text-align: left; margin-bottom: -1.3rem; padding-left: .2rem;}
.indexOne .swiperBox {margin-top: .8rem;}
.inOneSwiper {padding-bottom: 1.5rem;}
.inOneSwiper .swiper-pagination {width: 81%; justify-content: flex-end;}
.inOneSwiper .swjt {width: 0.52rem;height: 0.52rem;background: #1b85c3; border-radius: 50%; left: 50%; bottom:5%; top: auto;}
.inOneSwiper .swjt.swiper-button-prev {transform:translateX(-200%);}
.inOneSwiper .swjt.swiper-button-next {transform: rotate(180deg);}
.inOneSwiper .swjt::after {content: "" !important; background: #1b85c3;width: 100%;border-radius: 50%;z-index: -1; height: 100%; position: absolute;animation: sonarEffect2 1.3s ease-out 75ms infinite;display: block;}
.inOneSwiper .swjt svg {max-width: 50%;}
.inOneSwiper .con {display: flex; align-items: center; justify-content: space-between; padding-left: .2rem;opacity: .5; transition: .5s;}
.inOneSwiper .con .le {margin-top: .5rem; margin-right: 1rem;}
.inOneSwiper .con h4 {font-size: 0.4rem;color: #333333; font-family: "PFBold";}
.inOneSwiper .con dl {margin-top: .3rem;}
.inOneSwiper .con dd {display: flex; align-items: center;color: #333333; font-size: var(--font18); margin: .2rem 0;}
.inOneSwiper .con dd .icBox {width: 0.3rem; min-width: 20px; display: flex; align-items: center; justify-content: center; margin-right: .2rem;}
.inOneSwiper .con dd .icBox img {max-width: 100%;}
.inOneSwiper .con .more {margin-top: .8rem; opacity: 0; visibility: hidden; transition: .5s; transform: translateY(50%);}
.inOneSwiper .pic {position: relative; width: 5.6rem; height: 5.6rem; display: flex; align-items: center; justify-content: center;}
.inOneSwiper .pic::after {content: "";background: url(../images/indexOneImg-bj.png) center / cover no-repeat; position: absolute; width: 100%; height: 100%;left: 0;top: 0;z-index: 0;-webkit-animation: rotate360 20s linear 0s infinite;animation: rotate360 20s linear 0s infinite;}
.inOneSwiper .pic .imgBox {display: block; width: 4.9rem; height: 4.9rem; border-radius: 50%;background-color: #000000;overflow: hidden;position: relative;}
.inOneSwiper .pic .imgBox img {max-width: 100%;}
@keyframes rotate360 {0% {-webkit-transform: rotate(0);transform: rotate(0)}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg)}}
.inOneSwiper .swiper-slide-active .con {opacity: 1;}
.inOneSwiper .swiper-slide-active .more {opacity: 1; visibility: visible; transform: rotateY(0);}
.inOneSwiper .swiper-pagination {display: flex; bottom: 20%;}
.inOneSwiper .swiper-pagination div {margin: 0 .15rem; position: relative; width: 34px;height: 34px;border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.inOneSwiper .swiper-pagination div {opacity: 1; border: 0; background: none;}
.inOneSwiper .swiper-pagination span {width: auto; height: auto; background: none; opacity: 0; font-size: 12px;color: #8c97a9;}
.inOneSwiper .swiper-pagination i {width: 0.06rem;height: 0.06rem; background: #aaaaaa; display: block; border-radius: 50%;  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 1;}
.inOneSwiper .swiper-pagination .fcircle1 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.inOneSwiper .swiper-pagination .fcircle1 circle {stroke-width: 20px!important;}
.inOneSwiper .swiper-pagination svg {width: 100%; opacity: 0;}
.inOneSwiper .swiper-pagination .fcircle1 circle:nth-child(1) {stroke: #D2D7E0;}
.inOneSwiper .swiper-pagination .fcircle1 circle:nth-child(2) {stroke: #1B85C3; }
@keyframes svgcircle1 {from {stroke-dasharray: 0 800;}to { stroke-dasharray: 800 800;}}
.inOneSwiper .swiper-pagination .swiper-pagination-bullet-active svg {opacity: 1;}
.inOneSwiper .swiper-pagination .swiper-pagination-bullet-active span {opacity: 1;}
.inOneSwiper .swiper-pagination .swiper-pagination-bullet-active i {opacity: 0;}
.inOneSwiper .swiper-pagination .swiper-pagination-bullet-active .fcircle1 circle:nth-child(2) {animation: svgcircle1 5.5s linear forwards;}
.indexOne .waves {position: absolute; bottom: 0;left: 0; z-index: -1;}

.indexTwo {background: url(../images/indexTwo-bj.jpg) center / cover no-repeat; padding-top: 0.8rem;padding-bottom: 1rem;}
.indexTwoBox { max-width: 3800px; margin: auto;}
.indexTwoBox .swiperBox {position: relative; overflow: hidden; padding-bottom: 20%; margin-top: .5rem;}
.inTwoSwiper {width: 100%; margin: auto; perspective: 32rem; }
@media screen and (min-width: 2100px) {.inTwoSwiper { perspective: 40rem;}}
@media screen and (min-width: 2400px) {.inTwoSwiper { perspective: 50rem;}}
@media screen and (min-width: 3610px) {.inTwoSwiper { perspective: 60rem;}}
.inTwoSwiper .swiper-slide {transform-style: preserve-3d;width: 22%;}
.inTwoSwiper .imgBox {border-radius: 0.1rem; overflow: hidden;}
.inTwoSwiper .imgBox img { display: block; width: 100%; transition: all 1s ease-out;}
.inTwoSwiper .con {position: absolute; width: 100%; padding: .4rem .25rem; background: #fff; border-radius:0 0 0.1rem .1rem; box-shadow: 0rem 0rem 0.46rem 0rem rgba(149,149,149,0.14); visibility: hidden; opacity: 0; transition: .5s;}
.inTwoSwiper .con h5 {font-size: var(--font24);color: #333333; font-family: "PFBold";}
.inTwoSwiper .con span {color: #666666; margin-top: 0.1rem;}
.inTwoSwiper .con .more {display: flex; align-items: center; margin-top: .2rem;color: #206B92;}
.inTwoSwiper .con .more svg {margin-left: .05rem;}
.inTwoSwiper .swiper-slide-active .con {opacity: 1; visibility: visible;}
.inTwoSwiper .swiper-slide-active .imgBox {border-radius: 0.1rem .1rem 0 0;}
.inTwoSwiper .swiper-slide a:hover .imgBox img {transform: scale(1.05);}
.indexTwoBox .swjt {width: 0.52rem;height: 0.52rem;background: #1b85c3; border-radius: 50%; left: 30%; bottom:38%; top: auto;}
.indexTwoBox .swjt.swiper-button-next {left: auto; right: 30%; transform: rotate(180deg);}
.indexTwoBox .swjt::after {content: "" !important; background: #1b85c3;width: 100%;border-radius: 50%;z-index: -1; height: 100%; position: absolute;animation: sonarEffect2 1.3s ease-out 75ms infinite;display: block;}
.indexTwoBox .swjt svg {max-width: 50%;}
#proapp-num {width: 50%;bottom: 5%; left: 25%; background: #D9E1E5; margin: auto; position: absolute; }
#proapp-num .swiper-scrollbar-drag{ height: 4px; background: #1B85C3; position: relative;   }
#proapp-num .swiper-scrollbar-drag:before,#proapp-num  .swiper-scrollbar-drag:after{  position: absolute; content: ''; width: 12px; height: 12px; background: #1B85C3; border-radius: 50%; right: 0; top: 50%; transform:  translateY(-50%);}
#proapp-num .swiper-scrollbar-drag:before{z-index: 3;}
#proapp-num .swiper-scrollbar-drag:after{z-index: 1; width: 23px; height: 23px; background: transparent; border:2px solid #1B85C3; right: -6px; box-sizing: border-box; }

.indexThree {background: url(../images/indexThree-bj.png) no-repeat center ;background-size: cover; padding: 1.3rem 0 1rem 0; background-attachment: fixed;}
.indexThree .box {display: flex; justify-content: space-between; }
.indexThree .indexTle {text-align: left;}
.indexThree .indexTle h3 {color: #ffffff;}
.indexThree .indexTle i {background: #ffffff;}
.indexThree .box .le {width: 47%;}
.indexThree .box .re {width: 50%;}
.indexThree .box .disc {margin-top: .4rem;}
.indexThree .box .disc p {color: #ffffff;line-height: 32px; }
.indexThree .box .re {position: relative; left: 2%;}
.indexThree .box .re img {max-width: 100%;}
.indexThree ul {margin-top: .5rem; display: flex; justify-content: space-between;}
.indexThree ul li .counter {display: flex;font-size: 0.48rem;color: #ffffff;line-height: 1;  font-family: "LexMedium";}
.indexThree ul li .counter strong {font-weight: 500;}
.indexThree ul li .counter span {line-height: 1; font-size: .3rem; font-weight: 700;}
.indexThree ul li:nth-child(3) .counter  span { font-size: var(--font15); font-weight: normal;}
.indexThree ul li .text {color: #ffffff; font-size: var(--font17); margin-top: .1rem;}
.indexThree .box .more {margin-top: .7rem;}
.indexThree .box .more .more1 {background: none;border: 2px solid #ffffff; width: 1.7rem; height: .63rem; border-radius: 0.34rem;}
.indexThree .box .more .more1::before {background: #fff; display: none;}
.indexThree .box .more .more1:hover {color: #0A6FB7; border-color: transparent; background: #fff;}
.indexThree .box .more .more1:hover svg path {fill: #0A6FB7;}

.indexFour {background: url(../images/indexFour-bj.jpg) no-repeat center; background-size: cover; padding: .8rem 0 1.3rem 0; background-attachment: fixed;}
.indexFour .swiperBox {position: relative;}
.indexFour .container {width: 1700px;}
.inFourSwiper {width: 1500px; margin: auto;margin-top: .7rem; max-width: 90%;}
.inFourSwiper .swiper-slide {height: auto; background: #fff; border-radius: 0.15rem; height: auto;}
.inFourSwiper .swiper-slide .imgBox {overflow: hidden;border-radius: 0.15rem 0.15rem 0rem 0rem;}
.inFourSwiper .swiper-slide .imgBox img {width: 100%; transition: .5s;}
.inFourSwiper .swiper-slide .con {padding: .25rem; display: block;}
.inFourSwiper .con em {color: #969696;font-size: var(--font15); font-family: Arial, Arial-Regular;}
.inFourSwiper .con h5 {color: #333333;font-weight: normal; font-size: var(--font18); font-family: "PFBold"; margin-top: .2rem;}
.inFourSwiper .con p {color: #777777; font-size: var(--font15); margin-top: .2rem;}
.inFourSwiper .con .more {margin-top: .4rem; padding-top: .2rem; border-top: 2px solid #e0e0e0; font-size: var(--font15); color: #777777; position: relative;}
.inFourSwiper .con .more::before {content: "";position: absolute; width: 0; top: -2px; height: 2px; background: #1B85C3; left: 0; transition: .5s;}
.inFourSwiper .swiper-slide:hover .imgBox img {transform: scale(1.05);}
.inFourSwiper .swiper-slide:hover .more::before {width: 100%;}
.inFourSwiper .swiper-slide:hover h5 {color: #0A6FB7;}
.inFourSwiper .swiper-slide:hover .more {color: #0A6FB7;}
.inFourSwiper .swiper-slide:hover .more svg path {fill: #0A6FB7;}
.indexFour .swjt {width: 0.52rem;height: 0.52rem;background: #1b85c3; border-radius: 50%; left: 0; bottom:38%; top: auto;}
.indexFour .swjt.swiper-button-next {left: auto; right: 0; transform: rotate(180deg);}
.indexFour .swjt::after {content: "" !important; background: #1b85c3;width: 100%;border-radius: 50%;z-index: -1; height: 100%; position: absolute;animation: sonarEffect2 1.3s ease-out 75ms infinite;display: block;}
.indexFour .swjt svg {max-width: 50%;}
/* =====底部===== */
.footer {background: url(../images/footer-bj.jpg) no-repeat center; background-size: cover; position: relative;}
.footerTop {padding-top: .9rem;display: flex; justify-content: space-between; align-items: center;}
.footerTop strong {font-size: 0.4rem;color: #ffffff; display: inline-block; margin-bottom: .2rem;}
.footerTop .tople p {color: #ffffff; font-size: var(--font17); opacity: .64;}
.footerTop .re {width: 58%;}
.footerTop form {display: flex; flex-wrap: wrap; justify-content: space-between;}
.footerTop form input {width: 32%; margin-bottom: .13rem; height: 0.5rem; min-height: 40px; background: rgba(255, 255, 255,.1);border-radius: 25px; color: #fff; padding: 0 .25rem; box-sizing: border-box;}
.footerTop form input::placeholder {font-size: var(--font15); opacity: .64;color: #ffffff; font-family: "PFRegular";}
.footerTop form select {width: 32%; background: rgba(255, 255, 255,.1);border-radius: 0.25rem; border: 0; padding: 0 .25rem; box-sizing: border-box;}
.footerTop form .textinfo {width: 50%; margin-bottom: 0;}
.footerTop form button {width: 14%;height: 0.5rem;min-height: 40px; background: linear-gradient(132deg,#f7af08 0%, #ef3d0d 100%); border-radius: 25px; color: #fff; cursor: pointer;}
.footerTop form select  {color: #b0b4b6;font-size: var(--font15); opacity: .64;color: #ffffff; font-family: "PFRegular";}
.footerTop form select option {color: #333;}
.fengexian {background: rgba(255, 255, 255,.29); height: 1px; margin: .6rem 0 .8rem 0; position: relative;}
.fengexian::before {content: "";width: 20px; height: 3px; background: #ff7d00; position: absolute; left: 0; top: -1.5px;}    
.fengexian::after {content: "";width: 20px; height: 3px; background: #ff7d00; position: absolute; right: 0; top: -1.5px;}    

.foternavBox {display: flex; justify-content: space-between;}
.foterus ol { margin: 0.1rem 0;}
.foterus ol li {margin: .06rem 0;}
.foterus ol li p , .foterus ol li p a {color: #bbbbbb; font-size: var(--font15); font-family: "PFRegular";}
.foterus ol li p a:hover {color: #FF7D00;}
.foterCode {text-align: center;}
.foterCode span {color: #ffffff; font-size: var(--font14); display: block; margin-top: .1rem;}
.foternav {display: flex; width: 60%; justify-content: space-between;}
.foternav dl dt {color: #ffffff; margin-bottom: .25rem;}
.foternav dl dd {margin: .1rem 0;}
.foternav dl dd a {color: #a5a5a5; font-size: var(--font14);}
.foternav dl dd a:hover {color: #FF7D00;}
.copyright {padding: .2rem 0; border-top: 1px solid rgba(202, 210, 216,.26); margin-top: .5rem;}
.copyright .container {display: flex; justify-content: space-between; flex-flow: row wrap;}
.copyright p , .copyright p a {color: #999999; font-size: var(--font14);}
.copyright p a:hover {color: #FF7D00;}
.foterlinks {margin-top: .1rem;}
.foterlinks dl {display: flex;}
.foterlinks dl dt {margin-top: 5px;color: #ffffff; flex-shrink: 0;}
.foterlinks .ddbox {display: flex; flex-wrap: wrap;}
.foterlinks .ddbox dd {margin: 5px 10px;}
.foterlinks .ddbox dd a {color: #a5a5a5; font-size: var(--font14);}
.foterlinks .ddbox dd a:hover {    color: #FF7D00;}

/* =========================================================================================内页============================================================================ */
/* 内页banner */
.ny-banner {position: sticky;top: 0;z-index: 0;}
.ny-banner .imgBox img {width: 100%; min-height: 5rem; object-fit: cover  ;}
.ny-banner .con {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ny-banner h2 {color: #ffffff; font-size: .66rem;   font-family: "PFBold"; line-height: 1.1;}
.ny-banner .en {font-size: 0.94rem;font-family: Arial, Arial-Bold;font-weight: 700;color: rgb(255, 255, 255,.09); line-height: 0; text-transform: uppercase; display: block;}
/* 面包屑 */
.mbx {position: absolute; left: 50%; top: auto; bottom: .4rem; transform: translate(-50%, 0);color: #ffffff;  font-family: "PFRegular";}
.mbx a {color: #ffffff; }
.mbx img {margin-right: .15rem;}
.mbx a:hover {color: #FF7D00;}
.mbxBox .mbx {position: relative; transform: none; left: 0; bottom: 0; }

/* =====关于我们===== */
.aboutMain {position: relative; z-index: 1; background: #fff;}
.aboutnav {border-bottom: 1px solid #DDDDDD;}
.aboutnav ul {display: flex; justify-content: center;}
.aboutnav li {margin-right: 10%;}
.aboutnav li:last-child {margin-right: 0;}
.aboutnav li a {display: block; padding: .25rem 0; font-size: var(--font18);color: #333333; transition: .5s; position: relative;}
.aboutnav li a::after {content: ""; position: absolute; width: 0; bottom: -0.015rem; left: 50%; height: 0.03rem;background: #1b85c3; transition: .5s; }
.aboutnav li:hover a , .aboutnav li.on a {color: #0D66B2;    font-family: "PFBold";}
.aboutnav li:hover a::after , .aboutnav li.on a::after {width: 100%; left: 0;}

.aboutOne {padding: 1rem 0 1rem 0;}
.aboutOne .box {display: flex; justify-content: space-between;align-items: flex-end; padding-right: 1%; margin-left: 10%; box-sizing: border-box;}
.aboutOne .tle h3 {font-size: 0.48rem;color: #333333; font-family: "PFHeavy";}
.aboutOne .tle span {color: #333333;font-size: var(--font25);   font-family: "PFRegular";}
.aboutOne .since {text-align: right; margin: .5rem 0; position: relative;}
.aboutOne .since {font-size: 0.5rem;  font-family: "PFLight";}
.aboutOne .since p {color: #989898;position: relative; display: inline-block;}
.aboutOne .since p span {opacity: 0;  transition: 1s;transition-delay:.5s;}
.aboutOne .since p::before {content: ""; position: absolute; right: 100vw; top: 50%;width: 100vw; background: #CACACA; height: 1px; margin-right: .3rem; transition: 2s;}
.aboutOne .since p span:nth-child(2) {color: #0D66B2;font-family: "PFHeavy";}
.aboutOne .since.on p::before {right: 100%;}
.aboutOne .since.on span {opacity: 1;}

.aboutOne .box .le {width: 48%;}
.aboutOne .box .discon {max-height: 3.9rem; overflow-y: auto; padding-right: .3rem;}
.aboutOne .box .discon p {color: #666666; font-size: var(--font17); margin-bottom: .3rem; line-height: 30px;}
.aboutOne .box .discon {scrollbar-width:4px;scrollbar-color:#DDDDDD; overflow-y: auto; border-radius: 0.02rem;}
.aboutOne .box .discon::-webkit-scrollbar {/*滚动条整体*/width: 4px;border-radius: 0.02rem;}
.aboutOne .box .discon::-webkit-scrollbar-thumb {/*控制滑块*/ border-radius: 5px;background: #0069D1;}
.aboutOne .box .discon::-webkit-scrollbar-track {/*控制轨道*/border-radius: 5px;  border-radius: 0; background: #DDDDDD; border-radius: 0.02rem;}
.aboutOne .box .re {width: 48%;}
.aboutOne .box .re img {width: 100%;}
.abOneSwiper .swiper-pagination span {width: 0.16rem;height: 0.16rem;background: #ffffff; opacity: 1; box-sizing: border-box; margin: 0 .1rem !important;}
.abOneSwiper .swiper-pagination .swiper-pagination-bullet-active {background: #f27d08;}
.aboutOne ul {margin-top: 1.5rem; display: flex; justify-content: space-between;}
.aboutOne ul li .counter {display: flex;font-size: 0.72rem;color: #1B85C3;line-height: 1;  font-family: "LexMedium";}
.aboutOne ul li .counter strong {font-weight: 500;}
.aboutOne ul li .counter span {line-height: 2.5; margin-left: .05rem; font-size: var(--font18); font-weight: 700; color: #333;  font-family: "PFMedium";font-weight: normal;}
.aboutOne ul li:nth-child(3) .counter  span { font-size: var(--font18); font-weight: normal;  font-family: "PFBold";}
.aboutOne ul li .text {color: #333; font-size: var(--font18); margin-top: .1rem;}

.aboutTwo {margin-top: 1.2rem; position: relative; }
.aboutTwo .box {position: absolute; top: 0;left: 0;width: 100%; z-index: 2;   text-align: center;}
.aboutTwo .abtbox2_cont .img { width: 100%;height: 10rem;position: relative;overflow: hidden;}
.aboutTwo .abtbox2_cont .img img {width: 100%; height: 100%; object-fit: cover;}
.aboutTwo .abtbox2_cont .on .img img {animation: scalefz1 60s linear infinite;}
.aboutTwo .aboutTle {padding-bottom: .1rem; padding-top: .8rem;}
.aboutTwo .aboutTle h3 {color: #fff; }
.aboutTwo .aboutTle i {background: #fff;}
.aboutTwo .text {width: 59%; color: #fff; margin:.35rem auto; line-height: 35px; font-size: var(--font18);}
.aboutTwo .more {display: flex; justify-content: center;}
.aboutTwo .more a {width: 2.22rem; height: 0.6rem;min-width: 150px; min-height: 45px; background: linear-gradient(88deg,#f7af08 0%, #ef3d0d 100%);border-radius: 31px; transition: .5s;}
.aboutTwo .more a span {font-size: var(--font18);color: #fff; margin-right: .1rem; transition: .35s;}
.aboutTwo .more a svg path {transition: .35s;}
.aboutTwo .more a:hover {-webkit-box-shadow: 0 0 0 0.1rem rgba(247, 175, 8,.3);box-shadow: 0 0 0 0.1rem rgba(247, 175, 8,.3);}
.aboutTwo .fz_nav {width: 100%; position: relative;margin-top: 0.8rem; padding-top: 1rem;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.aboutTwo .fz_nav .abtbox2_page {position: absolute;top: 0; left: 0;width: 100%;height: 1px;}
.aboutTwo .fz_nav .abtbox2_page span {background-color: #fff;content: "";display: block; height: 1px; width: 0;}
.aboutTwo .fz_nav .abtbox2_page.on span {width: 100%;transition: all 5.1s linear;}
.aboutTwo .fz_nav .abtbox2_nav .swiper-slide .item {font-size: 2.38rem;line-height: 1;color: transparent;-webkit-text-stroke: 2px #fff; text-stroke: 2px #fff;opacity: 0.27;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;font-family: Arial, Arial-Black;font-weight: 900;}
.aboutTwo .fz_nav .abtbox2_nav .swiper-slide {width: 50%;}
.aboutTwo .fz_nav .abtbox2_nav .swiper-slide.on .item {opacity: 1;}
@keyframes scalefz1 {0% {transform: scale(1);}100% {transform: scale(2);}}

.aboutThree {padding-top: .8rem;}
.aboutThree .box {margin-top: .8rem;background: #f9f9f9; padding: .4rem .3rem; box-sizing: border-box; display: flex; justify-content: space-between; overflow: hidden;}
.aboutThree .box .le {display: flex; width: 48%;}
.abThreSwiper {padding-bottom: .5rem;}
.abThreSwiper .swiper-slide {display: flex;}
.abThreSwiper .swiper-pagination-bullet-active {background: #187dbd;}
.aboutThree .box .re {width: 46%;}
.aboutThree .box .le .imgBox {border-radius: 0.1rem; overflow: hidden;}
.aboutThree .box .le .imgBox img {max-width: 100%; transition: .5s;}
.aboutThree .box .le .imgBox:nth-child(2) {margin-left: .2rem;}
.aboutThree .box .le .imgBox:hover img {transform: scale(1.05);}
.aboutThree .reTop {margin-top: .5rem;}
.aboutThree .reTop .item {display: none;}
.aboutThree .reTop .item.on {display: block;}
.aboutThree .reTop .retle {display: flex; align-items: center;}
.aboutThree .reTop .retle i {width: 2.52rem;height: 0.01rem;background: #d0d0d0; margin-left: .25rem;}
.aboutThree .reTop h5 {font-size: var(--font26);color: #187dbd;}
.aboutThree .reTop .text {margin-top: .6rem;  min-height: 1.5rem;}
.aboutThree .reTop .text span {display: block;font-size: 0.42rem;color: #333333; animation-delay: .2s;  }
.aboutThree .reTop .text span:nth-child(2) {animation-delay: .4s;}
.aboutThree .reBom {margin-top: .6rem;}
.aboutThree .reBom ul {display: flex; position: relative;}
.aboutThree .reBom ul::before {content: ""; position: absolute; top: 0; height: 1px; background: #E5E5E5; width: 110%; left: -10%; }
.aboutThree .reBom ul li {position: relative; padding-top: .35rem; color: #666666; font-size: var(--font18); margin-right: 15%;cursor: pointer;}
.aboutThree .reBom ul li:last-child {margin-right: 0;}
.aboutThree .reBom li svg {position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); max-width: .24rem; max-height: .24rem; opacity: 0; transition: .35s;overflow: visible;}
.aboutThree .reBom .icBox {width: .76rem; height: .76rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: auto; transition: .5s;}
.aboutThree .reBom li span {color: #C7C7C7; display: block; margin-top: .15rem; text-align: center;}
.aboutThree .reBom li svg .circle2 {transform: none;}
.aboutThree .reBom li svg .circle3 {animation: svgcircle 4s linear infinite;stroke-dashoffset: 4000;stroke-dasharray: 2000 2000;}
@keyframes svgcircle {from {stroke-dashoffset: 4000; stroke-dasharray: 2000 2000;} to {stroke-dashoffset: 0;}}
.aboutThree .reBom ul li:hover , .aboutThree .reBom ul li.on {color: #1B85C3;}
.aboutThree .reBom li.on svg {opacity: 1;}

.aboutFour {background: #f9f9f9; margin-top: 1.4rem;}
.aboutFour .aboutTle {text-align: center; padding: .8rem 0;}
/* 上面 */
.hon_box {padding-bottom: 1.5rem;}
.hon_con_box { overflow: hidden; position: relative; margin-bottom: .7rem;}
.hon_con_box .swiper-container {width: 39.5%; margin: 0 auto; overflow: visible;}
.hon_con_box .swiper-container .swiper-slide {overflow: visible;}
.hon_con_box .swiper-container .swiper-wrapper { align-items: center;}
.hon_con_box .swiper-container .honor_con_me {transform: scale(0.8); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;display: flex; flex-direction: column;align-items: center; justify-content: center;}
.hon_con_box .swiper-container .honor_con_me .pub_img_box { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;display: none;}
.hon_con_box .swiper-container .honor_con_me .pub_img_box::before { margin-top: 64.8208%;}
.hon_con_box .swiper-container .honor_con_me .pub_img_box .pub_img {background-size: contain; background-repeat: no-repeat; background-position: center;}
.hon_con_box .swiper-container .honor_con_me .honor_img_ { display: block;margin: 0 auto; max-width: 100%; max-height: 3.5rem;}
.hon_con_box .swiper-container .honor_con_me .honor_t {font-family: "PFMedium";font-size: .2rem; text-align: center; margin-top: .3rem;color: #333;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;  opacity: 0;}
.hon_con_box .swiper-container .active .honor_con_me {transform: none;}
.hon_con_box .swiper-container .active .honor_con_me .honor_img_ {     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);}
.hon_con_box .swiper-container .active .honor_con_me .pub_img_box {box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.15);}
.hon_con_box .swiper-container .active .honor_con_me .honor_t {opacity: 1;}
.hon_con_box {cursor: url("../images/shubiao.png"), auto;}
/* 下面 */
.hon_nav_box {margin-top: .3rem; position: relative; max-width: 68%; margin: auto;}
.hon_nav_box .swiper-container {overflow: hidden;}
.hon_nav_box .swiper-slide { width: auto; cursor: pointer; pointer-events: auto;}
.hon_nav_box .swiper-slide.active-nav .hon_n  {color: #F37A0A;}
.hon_nav_box .hon_n {color: #666666;line-height: 1.5;text-align: center; padding: 0 .2rem;}
.hon_nav_box .swiper-pagination span:focus { outline: none;}
.hon_nav_box .swiper-button-prev,
.hon_nav_box .swiper-button-next {width: .56rem;height: .56rem; font-size: 14px; color: #333; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;text-align: center;background-image: none !important; top: 50%; margin-top: 0;}
.hon_nav_box .swiper-button-prev > div,
.hon_nav_box .swiper-button-next > div {border: 1px solid #333;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; width: 80%;height: 80%;position: absolute;left: 10%; top: 10%; transform: rotate(45deg); border-radius: .06rem; z-index: 1;}
.hon_nav_box .swiper-button-prev svg,
.hon_nav_box .swiper-button-next svg { position: relative; z-index: 2;}
.hon_nav_box .swiper-button-prev:hover img,
.hon_nav_box .swiper-button-next:hover img {filter: none; -webkit-filter:none;}
.hon_nav_box .swiper-button-prev:hover > div,
.hon_nav_box .swiper-button-next:hover > div {border-color: #F37A0A;background-color: #F37A0A;}
.hon_nav_box .swiper-button-prev:hover svg path,
.hon_nav_box .swiper-button-next:hover svg path {fill: #fff;}
.hon_nav_box .swiper-button-prev {left: 0;transform: translate(-250%, -50%) rotate(180deg);}
.hon_nav_box .swiper-button-next {right: 0;transform: translate(250%, -50%);}

/* 发展历程 */
.historyList { padding: 1.39rem 0 1.15rem; background: url(../images/develop-bg.jpg) no-repeat center top; background-size: cover;}
.historyList ul {background: url(../images/history-bj.png) repeat-y center; padding-bottom: 1.45rem; }
.hislist li {float: left; width: 43%; text-align: right; position: relative;  display: none;}
.hislist li .time {display: flex; flex-direction: column; align-items: flex-end; position: relative;}
.hislist li .time .timeCon {text-align: center;}
.hislist li .time .timeCon img {max-width: 1rem;}
.hislist li .time .timeCon::after {content: ""; position: absolute;z-index: 0; width: 14%; left: 109%;top: 35%;transform: translate(-50%, -50%);  border: 1px dashed #E5E5E5; }
.hislist li h3 {font-size: var(--font36);color: #1B85C3;margin-top: 0.18rem;font-weight: 700;margin-bottom: 0.42rem;position: relative;transition: .5s;}
.hislist li i { z-index: 2; width: 0.11rem;height: 0.11rem; position: absolute;left: 116.2%;top: 35%;transform: translate(-50%, -50%);  background: #2C7C9E; box-sizing: border-box; display: inline-block;  border-radius: 50%;}
.hislist li i::after {content: "";width: 0.33rem; height: 0.33rem; animation: milestones 1s infinite linear; opacity: 0.24;   background: #2C7C9E; display: block; border-radius: 50%; position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); }
.hislist li dd {font-size: var(--font16);color: #333333;position: relative;padding-right: 0.18rem;box-sizing: border-box;margin-bottom: 0.16rem;}
.hislist li dd::after {content: ""; width: 5px; height: 5px; border-radius: 50%; background: #1B85C3; position: absolute;left: 100%;top: 50%;transform: translate(-50%, -50%); }
.hislist li:nth-child(even) {width: 100%; }
.hislist li:nth-child(even) .box {display: flex; justify-content: flex-end;}
.hislist li:nth-child(even) .box .boxCon {width: 43%;}
.hislist li:nth-child(even) .time {align-items: flex-start;}
.hislist li:nth-child(even) {float: right; text-align: left;}
.hislist li:nth-child(2n) i {left: -16.2%; right: auto;}
.hislist li:nth-child(2n) .time .timeCon::after {left: -9%;}
.hislist li:nth-child(2n) dd {padding-left: 0.18rem;padding-right: 0;}
.hislist li:nth-child(2n) dd::after {left: 0; }
.hislist-more {width: 2.34rem;height: 0.8rem;background: linear-gradient(-58deg,#126fb4 0%, #2aa8da 100%) #126393;border-radius: 0.4rem; margin: auto;}
.hislist-more a {display: flex;  align-items: center; justify-content: center; height: 100%;}
.hislist-more span {font-size: 0.18rem;color: #ffffff; margin-right: 0.15rem;}
@keyframes milestones {0% {transform: translate(-50%, -50%) scale(1);;}33% {transform: translate(-50%, -50%) scale(1.1);}66% {transform: translate(-50%, -50%) scale(1.2);}100% {transform: translate(-50%, -50%) scale(1); }}

/* =====业务中心===== */
.businessMain {position: relative; background: #f3f3f3; padding: 1rem 0;}
.businessOne .businessTop h3 {font-size: 0.46rem; font-family: "PFBold";}
.businessOne .businessTop form {display: flex; margin-top: .2rem;}
.businessOne .businessTop form input {width: 5.5rem; height: .65rem; background: #fff; padding: 0 .3rem; box-sizing: border-box; color: #333; font-size: var(--font16);}
.businessOne .businessTop form input::placeholder {color: #cccccc;}
.businessOne .businessTop form button {width: 2.2rem; height: .65rem; background: #0462ae; margin-left: .2rem; cursor: pointer;}
.businessOne .businessTop form button svg {max-width: 25%;}
.businessOne .businessTop dl {display: flex;flex-wrap: wrap;  margin-top: .25rem;}
.businessOne .businessTop dl dt {color: #333;margin-right: .3rem;}
.businessOne .businessTop dl .ddBox {display: flex;}
.businessOne .businessTop dl dd {margin-right: .4rem;}
.businessOne .businessTop dl dd a {color: #0462ae; font-family: "PFBold";}
.businessOne .businessTop dl dd a:hover {color: #FF7D00;}
.businessOne ul {display: grid; grid-template-columns: repeat(2,1fr);gap: .3rem; margin-top: .7rem;}
.businessOne ul li {padding: .7rem .6rem; box-sizing: border-box; background: #fff; border-radius: 0.1rem;}
.businessOne ul li .indexTle {text-align: left;}
.businessOne ul li .text {color: #666666;margin-top: .5rem; display: -webkit-box;overflow: hidden;-webkit-line-clamp: 5;-webkit-box-orient: vertical; }
.businessOne ul li .text:hover {display: block;}
.businessOne ul li dl {margin-top: .6rem; display: flex; flex-wrap: wrap;}
.businessOne ul li dl dd {margin-right: .4rem; margin-top: .1rem;}
.businessOne ul li dl dd:last-child {margin-right: 0;}
.businessOne ul li dl dd a {display: flex; align-items: center;}
.businessOne ul li dl dd i {width: 8px;height: 8px; background: #dbdbdb; border-radius: 50%; position: relative; transition: .5s;}
.businessOne ul li dl dd i::after {content: ""; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 16px; height: 16px; border: 1px solid #dbdbdb;}
.businessOne ul li dl dd span {margin-left: 10px; transition: .5s;}
.businessOne ul li dl dd:hover i::after {opacity: 0;}
.businessOne ul li dl dd:hover i {background: #FF963B; -webkit-box-shadow: 0 0 0 5px rgba(255, 150, 59,.5);box-shadow: 0 0 0 5px  rgba(255, 150, 59,.2);}
.businessOne ul li dl dd:hover span {color: #FF963B;}
.businessOne ul li .more {margin-top: .8rem;}
.businessOne ul li .more a {width: auto; height: auto; display: inline-block; padding: .14rem .26rem; border-radius: 50px;}

/* =====产品列表===== */
.prolistMain {position: relative; background: #fff;}
.prolistnav {display: flex; border-bottom: 1px solid #DBDBDB;}
.prolistnav dl {position: relative; width: 19%; flex-shrink: 0;}
.prolistnav dl dt {cursor: pointer;padding:.35rem 0; background: #1b85c3;color: #ffffff; font-size: var(--font22);}
.prolistnav dl dt svg {margin-left: .35rem;}
.prolistnav dl dd {display: none; position: absolute;left: 0px; background: #fff; border: 1px solid #1a98cb; width: 100%;z-index: 1;}
.prolistnav dl dd a {display: block;text-align: center;display: block;padding: 0.1rem 0;font-size: var(--font16);transition: .5s;}
.prolistnav dl dd a:hover {background: #1a98cb;color: #fff;}
.prolistnav ul {display: flex; margin-left: .8rem; overflow-x: auto; scrollbar-width:4px;scrollbar-color:#0069D1;}
.prolistnav ul::-webkit-scrollbar {width: 4px; height: 2px;}
.prolistnav ul::-webkit-scrollbar-thumb {/*控制滑块*/ border-radius: 5px;background: #0069D1}
.prolistnav ul::-webkit-scrollbar-track {/*控制轨道*/border-radius: 5px; background: #DDDDDD;}
.prolistnav ul li {margin-right: .8rem;white-space: nowrap;}
.prolistnav ul li:first-child {order: -1;}
/* .prolistnav ul li.on {order: -1;} */
.prolistnav ul li a {height: 100%; display: flex; align-items: center; font-size: var(--font18);color: #444444; position: relative; transition: .5s;}
.prolistnav ul li a::after {content: ""; position: absolute; width: 0; bottom: 0; left: 50%; height: 0.03rem; background: #1b85c3; transition: .5s;}
.prolistnav ul li:hover a , .prolistnav ul li.on a {color: #1B85C3;}
.prolistnav ul li:hover a::after , .prolistnav ul li.on a::after {width: 100%; left: 0;}

.prolist {padding: .8rem 0;}
.prolist ul {display: grid; grid-template-columns: repeat(4,1fr);gap: .6rem;}
.prolist ul li {text-align: center;}
.prolist ul li a {background:url(../images/prolist-bj.jpg) no-repeat center; background-size: cover; display: block;border-radius: 0.1rem; padding: .5rem .2rem; box-sizing: border-box;}
.prolist ul li .imgBox {overflow: hidden; border-radius: 0.2rem;}
.prolist ul li .imgBox img {width: 100%; transition: .5s;}
.prolist ul li h5 {color: #444444;  font-family: "PFBold"; font-size: var(--font22);margin-top: .5rem; transition: .5s;}
.prolist ul li span {color: #8d8d8d;display: block;margin-top: .12rem;}
.prolist ul li:hover .imgBox img {transform: scale(1.05);}
.prolist ul li:hover h5 {color: #1B85C3;}

/* 产品详情 */
.mbxBox {padding: .1rem 0 .2rem 0; background: #f8f8f8;}
.mbxBox .mbx {color: #666;}
.mbxBox .mbx a {color: #666;}
.mbxBox .mbx a:hover {color: #ff7d00;}
.mbxBox .box {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.mbxBox .box .more a {color: #fff; width: 64px;height: 32px; margin-top: .1rem; background: linear-gradient(127deg,#2aa8da 0%, #126fb4 100%); border-radius:16px;}

.prodateOne {padding: .8rem 0 1.2rem 0;}
.prodateOne .box {display: flex; justify-content: space-between; align-items: center;}
.prodateOne .box .le {width: 40%; border-radius: 0.1rem;box-shadow: 0rem 0rem 0.73rem 0rem rgba(226,225,224,0.42);overflow: hidden; }
.prodateOne .box .le img {width: 100%;}
.prodateOneSwiper .swiper-pagination span {background: #eee; opacity: 1;}
.prodateOneSwiper .swiper-pagination .swiper-pagination-bullet-active {background: #1B85C3;}

.prodateOne .box .re {width: 52%;}
.prodateOne .re h4 {font-size: 0.55rem;color: #333333; font-family: "PFBold"; line-height: 1;}
.prodateOne .re h5 {color: #767676; font-size: .36rem;}
.prodateOne .re i {display: block;background: #eeeeee; width: 100%;margin-top: .3rem; height: 1px;}
.prodateOne .re .con {margin: .4rem 0;}
.prodateOne .re .con p {color: #444444; margin: .1rem 0;}
.prodateOne .re .links {display: grid; grid-template-columns: repeat(2,auto); justify-content: flex-start; gap: .4rem;}
.prodateOne .re .links a {width: 1.73rem;height: 0.55rem;min-width: 135px; min-height: 40px;  background: #34559d; border-radius: 28px; color: #FFFFFF; font-size: var(--font18); transition: .5s;}
.prodateOne .re .links a span {margin-right: .15rem;}
.prodateOne .re .links a:nth-child(2) {background: #B9B9B9;}
.prodateOne .re .links a:hover {background: #F37A0A;}

.prodateTwo {background: #f6f7fa; padding-bottom: .7rem;}
.prodateTwo h3 {font-size: 0.55rem; font-family: "PFBold"; color: #333; text-align: center; padding: .7rem 0;}

.prodateThree {padding-bottom: 1rem;}
.prodateThree h3 {font-size: 0.55rem; font-family: "PFBold"; color: #333; text-align: center; padding: .7rem 0;}
.prodateThree .swiperBox {position: relative;}
.prodateThree .container {width: 1700px;max-width: 96%;}
.prodateThSwiper {width: 1500px; margin: auto; max-width: 92%;}
.prodateThSwiper .swiper-slide {text-align: center;}
.prodateThSwiper .swiper-slide a {background:url(../images/prolist-bj.jpg) no-repeat center; background-size: cover; display: block;border-radius: 0.1rem; padding: .5rem .2rem; box-sizing: border-box;}
.prodateThSwiper .swiper-slide .imgBox {overflow: hidden; border-radius: 0.2rem;}
.prodateThSwiper .swiper-slide .imgBox img {width: 100%; transition: .5s;}
.prodateThSwiper .swiper-slide h5 {color: #444444;  font-family: "PFBold"; font-size: var(--font22);margin-top: .5rem; transition: .5s;}
.prodateThSwiper .swiper-slide span {color: #8d8d8d;display: block;margin-top: .12rem;}
.prodateThSwiper .swiper-slide a:hover .imgBox img {transform: scale(1.05);}
.prodateThSwiper .swiper-slide a:hover h5 {color: #1B85C3;}
.prodateThree .swiperBox .swjt {width: .48rem; height: .48rem;min-width: 35px; min-height: 35px; right: 0;  border-radius: .05rem; border: 2px solid #f3f3f3; transition: .5s;}
.prodateThree .swiperBox .swjt.swiper-button-prev {transform: rotate(180deg); left: 0; right: auto;}
.prodateThree .swiperBox .swjt svg path {fill: #c0c0c0;}
.prodateThree .swiperBox .swjt:hover {border-color: #1B85C3; background: #1B85C3;}
.prodateThree .swiperBox .swjt:hover svg path {fill: #fff;}


.proDateInfo {background: #f9f9f9; padding: .8rem 0 2rem 0;}
.proDateInfo .box {display: flex; justify-content: space-between; align-items: flex-start;}
.proDateInfo .box .le {width: 60%;}
.proDateInfo .box .re {width: 30%; position: sticky; top: 1.3rem;}
.proDateInfo .tle {padding-bottom: .2rem; border-bottom: 1px solid #DDDDDD;}
.proDateInfo .tle h3 {font-size: var(--font36);color: #333333; position: relative; padding-left: .25rem;}
.proDateInfo .tle h3::before {content: ""; height: 70%;width: 0.05rem;background: #1B85C3; position: absolute; left: 0; bottom: 15%;}
/* .proDateInfo .box .le .tle {display: none;} */
.proDateInfo .infoCon {margin:.2rem 0; overflow: hidden;}
.proDateInfo .infoCon img {max-width: 100%;}
.proDateInfo .re ul li {  background: #ffffff;  border-radius: 10px; margin-top: .15rem;}
.proDateInfo .re ul li a {display: flex;align-items: center; padding: .2rem; box-sizing: border-box;}
.proDateInfo .re ul li .imgBox {width: 40%; max-width: 1.7rem; display: flex; align-items: center; justify-content: center; border-radius: 5px; overflow: hidden;}
.proDateInfo .re ul li .imgBox img {max-width: 100%; transition: .5s;}
.proDateInfo .re ul li .recon {margin-left: 5%;}
.proDateInfo .re ul li h6 {color: #333333; font-size: var(--font18); font-family: "PFBold"; transition: .35s;}
.proDateInfo .re ul li span {color: #1B85C3; font-size: var(--font14); margin-top: .35rem; display: block;}
.proDateInfo .re ul li:hover h6 {color: #1B85C3;}
.proDateInfo .re ul li:hover .imgBox img {transform: scale(1.05);}


/* =====可持续发展===== */
.sustainableMain {position: relative; background: #fff;}
.sustainablenav {border-bottom: 1px solid #DDDDDD;}
.sustainablenav ul {display: flex; justify-content: center;}
.sustainablenav ul li {margin-right: 8%;}
.sustainablenav ul li:last-child {margin-right: 0;}
.sustainablenav ul li a {display: block; padding:.35rem 0; font-size: var(--font18);color: #444444; position: relative; transition: .5s;}
.sustainablenav ul li a::after {content: ""; position: absolute; width: 0; bottom: 0; left: 50%; height: 0.03rem; background: #1b85c3; transition: .5s;}
.sustainablenav ul li:hover a , .sustainablenav ul li.on a {color: #1B85C3;}
.sustainablenav ul li:hover a::after , .sustainablenav ul li.on a::after {width: 130%; left: -10%;}

.sustainableOne {background: #f9f9f9; padding: 1rem 0;}
.sustainableOne li {position: relative; margin-bottom: .24rem;}
.sustainableOne li a {padding: .7rem .6rem; box-sizing: border-box; display: flex;background: #ffffff;border-radius: 0.1rem; align-items: center;}
.sustainableOne li::after {content: ""; position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%); width: 0; height: 0.12rem; background: #1b85c3;border-radius: 0.06rem; display: block; transition: .5s;}
.sustainableOne li .con {display: flex; margin-left: 0; transition: .5s;}
.sustainableOne li .time {flex-shrink: 0; margin-top: .2rem;}
.sustainableOne li .time span {font-size: 0.34rem;color: #333333; line-height: 1.25; display: block;}
.sustainableOne li .time em {color: #666666; font-size: var(--font18);}
.sustainableOne li .con .xian {width: 1px;background: #DDDDDD; margin: 0 .4rem;}
.sustainableOne li .disc {padding: .1rem 0; padding-right: .8rem;}
.sustainableOne li h5 {color: #333333; font-size: var(--font24);   font-family: "PFBold";transition: .5s; }
.sustainableOne li p {color: #666666; margin-top: .1rem;}
.sustainableOne li:hover::after {width: 0.69rem;}
.sustainableOne li:hover .con {margin-left: .5rem;}
.sustainableOne li:hover h5 {color: #1D639E;}
/* 可持续发展详情 */
.nydate-banner {text-align: center;}
.sustaindateMain {position: relative; background: #fff;}
.sustaindate {background: #f9f9f9; padding-top: .3rem; padding-bottom: 1rem;}
.newsxq-box {padding: 0.4rem 0; display: flex; justify-content: space-between; align-items: flex-start;}
.news-left {width: 68%;}
.news-left .newsCon {background: #ffffff;border-radius: 10px;box-shadow: 0rem 0rem 0.4rem 0rem rgba(226,225,224,0.42);padding: .4rem;padding-top: .8rem;  box-sizing: border-box;}
.newsxq-title {border-bottom: 0.01rem solid #ddd; padding-bottom: 0.4rem;}
.newsxq-title strong {display: block; font-size: 0.4rem; color: #333;  font-family: "PFBold"; margin-bottom: 0.1rem;}
.newsxq-title span {display: block; font-size: var(--font16); color: #777;}
.newsxq-editbox {margin: .3rem 0;}
.newsxq-editbox img {max-width: 100%; height: 100% !important;}
.newsxq-page {display: flex; justify-content: space-between; align-items: center; margin-top: .5rem;}
.newsxq-page a {display: flex; align-items: center;}
.news-prev,.news-next{transition:0.6s; display: flex; align-items: center; justify-content: center; width: 0.51rem;height: 0.51rem;min-width: 35px;min-height: 35px;   border: 0.02rem solid #eeeeee;border-radius: 0.05rem;}
.news-prev svg {transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
.newsxq-page em {display: inline-block; font-size: var(--font16); color: #333;}
.prev-link em {margin-left: 0.17rem;}
.next-link em {margin-right: 0.17rem;}
.next-link {flex-direction: row-reverse;}
.newsxq-page a:hover .news-prev,.newsxq-page a:hover .news-next{background: #1B85C3; border-color: #1B85C3; }
.newsxq-page a:hover svg path {fill: #fff;}
.newsxq-box .news-right {width: 29%;background: #fff; border-radius: 15px;box-shadow: 0rem 0rem 0.3rem 0rem rgba(226,225,224,0.42); padding: .4rem;box-sizing: border-box; position: relative;}
.newsxq-box .news-right {position: sticky; top: 1.5rem;}
.newsxq-box .news-right h2 {color: #333333; font-size: var(--font26);   font-family: "PFBold";}
.newsDate .relist {margin-top: .2rem;}
.newsDate .relist li a {color: #666666; display: block; padding: .15rem 0; border-bottom: 1px dashed rgba(102, 102, 102,.2); position: relative; transition: .5s;}
.newsDate .relist li a::after {content: ""; position: absolute; bottom: 0; left: 0; width: 0; border-bottom: 1px dashed #1B85C3;transition: .5s;}
.newsDate .relist li:hover a::after {width: 100%;}
.newsDate .relist li:hover a {color: #1B85C3;}
.newsDate .news-right::after {content: ""; background: #1B85C3; width: 65%; position: absolute; left: 50%; bottom: -1%; height: .07rem; border-radius: 4px; transform: translate(-50%, -50%);}

/* 新闻列表 */
.newsMain {position: relative; background: #fff;}
.newslist {background: #f9f9f9; padding: 1rem 0;}
.newslist ul {display: grid; grid-template-columns: repeat(3,1fr);gap: .6rem;}
.newslist li {border-radius: 0.2rem; box-shadow: 0rem 0.04rem 0.28rem 0rem rgba(226,226,226,0.40); background: #ffffff;}
.newslist li .imgBox {overflow: hidden; border-radius: 0.2rem 0.2rem 0 0;  }
.newslist li .imgBox img {width: 100%; transition: .5s;}
.newslist li .con {padding: .4rem .2rem; box-sizing: border-box;}
.newslist li .con .time {color: #777777; font-size: var(--font18);}
.newslist li .con h5 {color: #333333; font-size: var(--font20);   font-family: "PFBold"; margin-top: .15rem; transition: .5s;}
.newslist li .con .more {margin-top: .5rem;color: #aaaaaa;transition: .5s;}
.newslist li:hover .imgBox img {transform: scale(1.05);}
.newslist li:hover h5 {color: #1B85C3;}
.newslist li:hover .more {color: #1B85C3;}

/* =====加入我们 =====*/
.joinMain {position: relative; background: #fff;}
.joinOne {padding: 1rem 0;}
.joinOne .box {background: url(../images/joinOne-bj.png) no-repeat center;}
.joinOne .box ul {display: flex; margin-top: .5rem; justify-content: space-between; align-items: flex-start;}
.joinOne .tle h3 {font-size: 0.46rem;color: #333333;  font-family: "PFBold"; text-align: center;}
.joinOne .box ul li {width: 22%; padding: .1rem; box-sizing: border-box; background: #fff;border-radius: 0.1rem; box-shadow: 0rem 0rem 0.35rem 0rem rgba(226,225,225,0.33); overflow: hidden;}
.joinOne .box ul li img {max-width: 100%;}
.joinOne .box ul li:nth-child(2) {margin-top: .8rem;}
.joinOne .box ul li:nth-child(3) {margin-top: .3rem;}
.joinOne .box ul li:nth-child(4) {margin-top: 1rem;}
.joinTwo {background: #f9f9f9; padding-top: .8rem; padding-bottom: 1rem;}
.joinTwo table {border-collapse:collapse; width: 100%; text-align: left;}
.joinTwo .thead {background: #1B85C3;height: 0.83rem; padding-left: .5rem; box-sizing: border-box;}
.joinTwo .thead ul {display: flex; align-items: center;height: 100%;}
.joinTwo .thead ul li {color: #ffffff;font-family: "PFBold"; width: calc(100% / 6); padding: 0 .15rem;}
.joinTwo table thead th:first-child {padding-left: .7rem;}
.joinTwo table tbody td:first-child {padding-left: .7rem;}
.joinTwo .tbody li { border-bottom: 1px solid rgba(185, 185, 185,.35);}
.joinTwo .tbody li dl {display: flex; padding-left: .5rem;}
.joinTwo .tbody li dl dd {color: #666; padding: .3rem .15rem; width: calc(100% / 6);cursor: pointer;}
.joinTwo table tbody td:last-child {width: 0;}
.joinTwo .tableBox {overflow-x: auto; display: block; margin-top: .59rem;scrollbar-width:4px;}
.joinTwo .tbody li dl dd {flex-shrink: 0;}
.joinTwo .tableBox::-webkit-scrollbar {width: 4px; height: 4px;}
.joinTwo .tableBox::-webkit-scrollbar-thumb {/*控制滑块*/ border-radius: 5px;background: #0069D1}
.joinTwo .tableBox::-webkit-scrollbar-track {/*控制轨道*/border-radius: 5px; background: #DDDDDD;}
.joinTwo .tableBox .box {min-width: 768px;}

/* =====解决方案===== */
.solutionlist li {border-radius: 0.1rem; background: rgba(255, 255, 255,.58); box-shadow: 0rem 0rem 0.46rem 0rem rgba(149,149,149,0.14); }
.solutionlist li .imgBox {border-radius: 0.1rem 0.1rem 0 0;}
.solutionlist li .con p {color: #666666;margin-top: .15rem; }
.solutionlist li:hover .con p {max-height: 72px; display: block;overflow-y: auto;}

/* ====下载中心===== */
.downloadlist {padding: .7rem 0 1.5rem 0;}
.downloadlist ul {display: grid; grid-template-columns: repeat(2,1fr); gap: .45rem;}
.downloadlist ul li {background: #ecf1f5;border-radius: 0.1rem; padding: .5rem; box-sizing: border-box;}
.downloadlist ul li a {display: flex; align-items: center;}
.downloadlist ul li .icBox {display: flex; width: 36px; height: 36px; border-radius: 50%; background: #00a1e9; box-shadow: 0rem 0rem 0.13rem 0rem rgba(226,225,224,0.33); flex-shrink: 0;}
.downloadlist ul li span {color: #333333; font-size: var(--font20); margin-left: .2rem; transition: .5s;}
.downloadlist ul li:hover span {color: #0069D1;}

/* =====联系我们===== */
.contactMain {background: #fff; position: relative;}
.contactOne {padding: 1rem 0;}
.contactOne .indexTle {text-align: left;}
.contactOne .tleIc { width: 0.66rem;height: 0.66rem;background: #ecf1f5; border-radius: 50%;}
.contactOne .tel {display: flex; align-items: center; margin: .5rem 0;}
.contactOne .tleCon {margin-left: .15rem;} 
.contactOne .tleCon span {color: #858585;}
.contactOne .tleCon strong {color: #1b85c3;font-size: 0.33rem;font-family: Arial, Arial-Bold;font-weight: 700; line-height: 1;}
.contactOne dl dd {display: flex; margin: .1rem 0; align-items: flex-start;}
.contactOne dl dd .icBox {width: 23px; display: flex; align-items: center; justify-content: center; margin-right: .15rem; margin-top: .05rem;}
.contactOne dl dd .icBox img {max-width: 100%;}
.contactOne dl dd p {color: #333333; font-size: var(--font18);}
.contactOne dl dd p a {color: #333333;}
.contactOne dl dd p a:hover {color: #1b85c3;}
.contactOne .le .more {margin-top: .7rem;}
.contactOne .le .more a {width: 1.66rem; height: 0.58rem;border: 0.01rem solid #777777;border-radius: 30px;    min-width: 130px;min-height: 40px; color: #454545;   font-family: "PFBold"; transition: .5s;}
.contactOne .le .more a svg {margin-right: .1rem;}
.contactOne .le .more a:hover {background: #1b85c3; border-color: #1b85c3; color: #fff;}
.contactOne .le .more a:hover svg {fill: #fff;}
.contactOne .le .more a:hover svg path:nth-child(4) {fill: #1b85c3;}
.contactOne .le .more a:hover svg path:nth-child(7) {fill: #1b85c3;}

.contactOne .box {display: flex; justify-content: space-between; align-items: center;}
.contactOne .box .re {width: 60%; transform: translateX(10%) translateY(-5%); }
#maspSvg {height: auto; max-width: 100%;}




































































/* 弹窗 */
.acquisition {padding: .3rem;box-sizing: border-box; background-color: #fff; width: 55%; display: none; cursor: default;    white-space: initial;}
.acquisition .box-title {display: flex; justify-content: space-between; align-items: center;}
.acquisition .box-title h3 {font-size: var(--font24); color: #000; font-weight: bold; margin: 0; text-align: left; width: 85%;}
.acquisition .box-title span {font-size: .5rem; cursor: pointer; color: #000; line-height: 30px;}
.acquisition .time span {font-size: var(--font16); color: #666;display: inline-block; margin-right: .6rem;}
.acquisition .time {border-bottom: 1px solid #ececec; padding: .1rem 0; text-align: left;}
.acquisition .infoCon {margin-top: .25rem; padding-right: .2rem;  height: 38vh; overflow-y:auto; text-align: initial;color:#333}
.acquisition .infoCon::-webkit-scrollbar {width: 4px; height: 2px;}
.acquisition .infoCon::-webkit-scrollbar-thumb {/*控制滑块*/ border-radius: 5px;background: #0069D1}
.acquisition .infoCon::-webkit-scrollbar-track {/*控制轨道*/border-radius: 5px; background: #DDDDDD;}
.acquisition .tleBox {border-bottom: 1px solid #ececec; padding-bottom: .1rem;}
/* 上传简历功能添加 */
.acquisition .time {border: 0;}
.uploadJl {cursor: pointer; width: 1.25rem; height: 0.4rem; color: #1B85C3; border-radius: 5px; border: 1px solid #1B85C3; transition: .35s;}
.uploadJl svg {margin-left: .1rem;}
.uploadJl:hover {background: #1B85C3; color: #fff;}
.uploadJl:hover svg path {fill: #fff;}

@media screen and (min-width: 200px) and (max-width: 768px) {
  .acquisition {  width: 92%;}
}  
/* 搜索页面 */
.search-page .box {margin-top: 1rem;}
.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:100% 100%; 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: #0A6FB7; 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 { display: flex; align-items: center; border: 1px solid #E5E5E5; justify-content: center;  color: #999; font-size: var(--font16); }
.fy a {width: .4rem; height: .4rem; min-width: 35px; min-height: 35px; transition: .4s; margin:5px;}
.fy a:hover {color: #fff; background: #0398f8; }
.fy .layui-laypage-curr {display: flex; align-items: center; justify-content: center;}
.fy .layui-laypage-curr {width: .4rem; height: .4rem; min-width: 35px; min-height: 35px; color: #fff; background: #0398f8; font-size: var(--font16); margin: 0 5px;}
.fy a:first-child ,.fy a:last-child {width: auto; text-align: center;padding: 0 .15rem;}
.fy a:first-child:hover::before ,.fy a:last-child:hover::before {filter: brightness(100); -webkit-filter:brightness(100);}

