/* =====头部===== */
body {min-width: 1250px; overflow-x: auto;}
.header {position: fixed;z-index: 99;width: 100%; left: 0; top: 0; min-width: 1280px;}
.headerBox {height: 1.04rem; min-height: 80px; background: #fff; margin: 0 2%;border-radius:0 0 0.2rem 0.2rem; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 0 .1rem rgba(0, 0, 0,.05);}
.headerlogo {padding-left: .3rem;}
.headerlogo img {max-width: 5rem;}

/* 导航栏目 */
nav {width: 48%; height: 100%;}
nav > ul {display: flex; justify-content: space-between; height: 100%;}
nav > ul > li {position: relative;  display: flex;align-items: center;}
nav > ul > li > a {color: #333333; transition: .35s;}
nav > ul > li > a i {display: inline-flex; transition: .5s;}
nav > ul > li:hover > a i {transform: rotateX(-180deg);}
nav > ul > li:hover > a , nav > ul > li.on > a {color: #3467C2 !important;}

.headerRe {display: flex; align-items: center;    height: 100%;}
.heSearch {margin-right: .3rem;}
.heSearch a {width: 0.46rem; height: 0.46rem; background: #dce6f1; border-radius: 50%;}
.heSearch a svg {max-width: 50%;}
.report {height: 100%;background: linear-gradient(143deg,#3467c2 0%, #00a482 100%);border-radius: 0 0 .2rem 0;}
.report a {height: 100%;padding: 0 .2rem;  display: flex; flex-direction: column; align-items: center; justify-content: center;}
.report span {color: #ffffff; margin-top: .05rem;}
/* 二级下拉 */
.navTwo {line-height: initial; width: max-content;position: absolute; pointer-events: none; opacity: 0; left: 50%; top: 100%; transform: translate(-50%, 15%); z-index: 10;transition: all 0.4s;}
.navTwo .box {padding: .3rem; padding-left: 0; background: rgba(255, 255, 255,.95);box-shadow: 0 .1rem .2rem 0 rgba(0, 0, 0, 0.15); border-radius: 0 0 .3rem .3rem; position: relative;}
.navTwo.on {opacity: 1;pointer-events: auto; transform: translate(-50%, 0%);}
.navTwo .box {display: flex; align-items: flex-start;}
.navTwo .navTwole {margin-right: 0; padding-top: .1rem;}
.navTwo .navTwole ul li:first-child {margin-top: 0;}
.navTwo .navTwole ul li {position: relative; z-index: 1; margin-top: .2rem;}
.navTwo .navTwole ul li::after {content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; border-radius: 0 20px 20px 0;background: linear-gradient(143deg,#3467c2 0%, #00a482 100%); z-index: -1; transition: .5s;}
.navTwo .navTwole ul li a {display: block; padding: .1rem .3rem;  color: #333; }
.navTwo .navTwole ul li.on a {color: #fff;}
.navTwo .navTwole ul li.on::after {width: 100%;}
.navTwo dl {margin:0 .4rem; width: 200px;}
.navTwo dl dd {margin: .1rem 0;}
.navTwo dl dd a {display: block;  transition: .4s; color: #6c6c6c; font-weight: 400;}
.navTwo dl dd a:hover {color: #3467C2;}
.navTwo .navTwore .item {opacity: 0; visibility: hidden; height: 0;}
.navTwo .navTwore .item.on {opacity: 1; visibility: visible; height: auto;}
.navTwo .navTwore .itemBox {display: flex; align-items: center;}
.navTwo .navTwore .imglist {width:2.2rem; border-radius: .1rem; overflow: hidden;}
.navTwoSwiper .swiper-slide img {width: 100%; height: 100%;}
.navTwoSwiper .swiper-pagination span {background: #fff; opacity: 1;}
.navTwoSwiper .swiper-pagination .swiper-pagination-bullet-active {background: #179398;}

/* 搜索下拉 */
.hadbox-sec4 {background-color: #fff;position: absolute;left: 2%;top: 100%;width: 96%;padding: 0.9rem 0 1.06rem; border-radius: .2rem .2rem 0 0; display: none; border-top: 1px solid #eee; box-sizing: border-box; box-shadow: 0 2px 2px rgba(0, 0, 0,.1);}
.hadbox-sec4 .f_tit {color: #222222;margin-bottom: 0.24rem;font-size: var(--font36);}
.hadbox-sec4 .form {display: flex; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #dddddd;}
.hadbox-sec4 .form i { display: block; width: 0.3rem; overflow: hidden;}
.hadbox-sec4 .form i svg {width: 100%;}
.hadbox-sec4 .form input {width: calc(100% - 3.1rem);padding: 0.16rem 0.24rem;font-size: 0.2rem; color: #333333;}
.hadbox-sec4 .form .f_sub {width: 1.8rem; height: 0.56rem; min-height: 45px; background: linear-gradient(143deg,#3467c2 0%, #00a482 100%);border-radius: 5px;font-size: var(--font24);color: #ffffff;cursor: pointer;}
.hadbox-sec4 .form .f_sub:hover {background: linear-gradient(143deg,#00a482 0%, #3467c2 100%);}


.luanguage {margin-right: .3rem;}
.luanguage .lang {position: relative;}
.luanguage .lang .de_ span {font-size: var(--font18); font-weight: 700;}
.luanguage .de_list {position: absolute; top: 100%; left: 50%; width: 280%; transform: translateX(-50%); display: none;}
.luanguage .de_list >div {border-radius: 10px;overflow: hidden;text-align: center;display: grid;gap: 0.1rem 0;padding: 0.15rem 0;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.luanguage .de_list::after {content: '';position: absolute;top: -16px;left: 50%;transform: translateX(-50%);border: 8px solid #fff;border-left-color: transparent;border-right-color: transparent;border-top-color: transparent;filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .3));z-index: 2;}
.luanguage .de_list>div a:hover {color: #0062AD;}


.luanguage .lang:hover .de_list {
  display: block;
}

@media screen and (max-width: 1300px) {
  .headerlogo img {max-width: 3rem;}
  nav {width: 60%;}
}

/* =====首页===== */
/* 公用css */
.headerNavScroll {scrollbar-width:thin;scrollbar-color:#3467C2 #DDDDDD; overflow-y: auto;}
.headerNavScroll::-webkit-scrollbar {width: 3px;}
.headerNavScroll::-webkit-scrollbar-thumb {background: #3467C2; border-radius: 5px;}
.headerNavScroll::-webkit-scrollbar-track {background: #E5E5E5;}

/* 了解更多 */
.more1 {display: inline-flex; padding: .12rem .45rem; border: 2px solid #ffffff; border-radius: 30px; color: #ffffff; transition: .5s;}
.more2 {display: inline-flex;padding: .12rem .23rem; border-radius: 35px; background: linear-gradient(107deg,#3467c2 0%, #00a482 100%);color: #ffffff; transition: .5s;}
.more2 svg {margin-left: .13rem;}
.more2:hover {background: linear-gradient(107deg,#00a482 0%, #3467c2 100%);}
.more1:hover {background: #fff; color: #3467C2;}

/* banner */
.indexSwiper {height: 100%; overflow: hidden; position: relative;}
.indexSwiper .imgBox {overflow: hidden;height: 100%;}
.indexSwiper .imgBox img {width: 100%; height: 100%; object-fit: cover;  transition: 1s linear 2s;transform: scale(1.1,1.1);}
.indexSwiper .swiper-slide-active .imgBox img {transition: 6s linear;transform: scale(1,1);}
.indexSwiper .con {width: 50%;}
.indexSwiper .con h2 {font-size: 0.4rem;  font-weight: 700; color: #ffffff;}
.indexSwiper .con span {font-size: var(--font20);font-weight: 400;color: #ffffff; margin-top: .2rem; display: block;}
.indexSwiper .con .more {margin-top: 1rem;}
.indexSwiper .swjt {right: 3%;}
.indexSwiper .swiper-button-prev {transform: rotate(180deg); left: 3%;}
.indexSwiper .swiper-pagination {display: flex; align-items: center;  bottom: .3rem;top: auto; opacity: 1;}
.indexSwiper .swiper-pagination i {width: 1.69rem; height: 2px;background: rgba(255, 255, 255,.5); margin: 0 .1rem; position: relative;}
.indexSwiper .swiper-pagination {color: #fff; font-size: var(--font15);}
.indexSwiper .swiper-pagination i::after {content: ""; position: absolute;bottom: 0;left: 0; width: 0;height: 2px; background: #3467C2;transition: 6s;z-index: 1; }
.indexSwiper .swiper-pagination.on i::after {animation: svgcircle 6s linear forwards;}
@keyframes svgcircle {
    from {
      width: 0;
    }
    to {
        width: 100%;
    }
}

.indexTle {text-align: center; padding: .6rem 0;}
.indexTle .smTle {color: #3467c2; font-size: var(--font18);}
.indexTle h3 {font-size: var(--font30);font-weight: 800;color: #212122;}

.indexOne { padding-bottom: .8rem;}
.indexOne ul {display: grid; grid-template-columns: repeat(4,1fr); gap: .24rem;}
.indexOne li {background: red; height: 200px; background: #f2f5fa; padding: .3rem; position: relative; z-index: 1; display: flex; align-items: center;}
.indexOne li:first-child { grid-row: 1 / 3; height: 100%;}
.indexOne li .imgBox {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; opacity: 0; transition: .5s;}
.indexOne li .imgBox img {width: 100%; height: 100%; object-fit: cover;}
.indexOne li .conTle {display: flex; justify-content: space-between; align-items: center;}
.indexOne li h5 {font-size: var(--font20);font-weight: 800; color: #333333; line-height: 1; transition: .5s;}
.indexOne li .icBox {margin-left: .1rem; flex-shrink: 0;}
.indexOne li .icBox img {transition: .5s;}
.indexOne li .le p {font-size: var(--font14); color: #fff; margin-top: .06rem; height: 0; opacity: 0; transition: .5s;}
.indexOne li .more {padding: .08rem .24rem; background: #ffffff; border-radius: 20px; display: inline-block; margin-top: .3rem; transition: .5s;}
.indexOne li:first-child .conTle  {flex-wrap: wrap;}
.indexOne li:first-child .icBox {width: 100%; order: -1;}
.indexOne li:first-child .le {width: 100%; margin-top: .5rem;}
.indexOne li:first-child .le p {height: auto; opacity: 1; color: #666666;}
.indexOne li:hover .imgBox {opacity: 1;}
.indexOne li:hover .le p {height: var(--font40); opacity: 1; color: #fff;}
.indexOne li:hover h5 {color: #fff;}
.indexOne li:hover .icBox img {filter: invert(100%) sepia(1%) saturate(3%) hue-rotate(333deg) brightness(106%) contrast(100%);}
.indexOne li:hover .more  {background: none; color: #fff; padding: 0;}

.indexTwo {background: #f2f5fa;}
.indexTwo li {background: #fff;}
.indexTwo li .more {background: #f2f5fa;}

.indexThre .box {display: flex; justify-content: space-between; max-width: 1920px; margin: auto;}
.indexThre .le {width: 50%;}
.indexThre .le .imgBox {height: 100%;}
.indexThre .le .imgBox img {width: 100%; height: 100%; object-fit: cover;}
.indexThre .re {width: 50%; background: url(../images/indexThre-bj.jpg) no-repeat center; background-size: cover;}
.indexThre ul {padding: 0 .45rem; padding-top: .2rem;}
.indexThre li {padding: .7rem 0; padding-right: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255,.28);}
.indexThre li:last-child {border: 0;}
.indexThre li {display: flex; align-items: flex-start;}
.indexThre li .icBox {margin-right: .12rem;}
.indexThre li h4 {font-size: var(--font24); font-weight: 700; color: #ffffff;}
.indexThre li .text {margin-top: .2rem;}
.indexThre li .text p { color: #fff; line-height: 1.7;}

.indexFour {padding-bottom: 1rem;}
.indexFour .box {display: flex; justify-content: space-between; position: relative;}
.indexFour .ullist {width: 64%;}
.indexFour .imglist {width: 42%;border-radius: 0.2rem; overflow: hidden; position: absolute; right: 0; height: 100%; z-index: 5; background: #fff;}
.indexFour .imglist ul {height: 100%;}
.indexFour .imglist ul li {height: 100%;}
.indexFour .imglist ul img {width: 100%; height: 100%; object-fit: cover;}


.indexFour .ullist ul {display: flex; flex: none;}
.indexFour .ullist li {position: relative; min-height: 5.8rem; z-index: 1;border-radius: 0.2rem 0rem 0rem 0.2rem; overflow: hidden; width: 30%; transition: .5s;}
.indexFour .ullist li {padding:.7rem .45rem; padding-bottom: .2rem; white-space: nowrap;}
.indexFour .ullist li a {opacity: .8; transition: .5s;}
.indexFour .ullist li h5 {color: #ffffff; font-size: var(--font20);}
.indexFour .ullist li .text {margin-top: .3rem;}
.indexFour .ullist li .text p {color: #ffffff; margin: .1rem 0;}
.indexFour .ullist li .more {margin-top: 1rem; border-top: 1px solid rgba(255, 255, 255,.5); display: flex; justify-content: flex-end; padding-top: .2rem; color: #fff; opacity: 0; transition: .5s;}
.indexFour .ullist li .more i {margin-left: .1rem;}
.indexFour .ullist li .more svg path {fill: #fff;}
.indexFour .ullist li:nth-child(1) {background: #0052a4;}
.indexFour .ullist li:nth-child(2) {left: -.2rem; z-index: 1;background: #00a482;}
.indexFour .ullist li:nth-child(3) {left: -.4rem; z-index: 2;background: #33bfcc;}
.indexFour .ullist li:nth-child(4) {left: -.6rem; z-index: 3;background: #3d82c9;}
.indexFour .ullist li:nth-child(5) {left: -.8rem; z-index: 4;}
.indexFour .ullist li.on {width: 60%;}
.indexFour .ullist li.on a {opacity: 1;}
.indexFour .ullist li.on .more {opacity: 1;}
.indexFour .ullist li .bjBox {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1;}
.indexFour .ullist li .bjBox img {width: 100%; height: 100%; object-fit: cover;}

.indexFive {background: #F0F0F0; padding: 1rem 0 .4rem 0;}
.indexFive .box {display: flex; justify-content: space-between; align-items: center;}
.indexFive .le .indexTle {text-align: left; padding: 0;}
.indexFive .le .text {margin: .25rem 0 .5rem 0;}
.indexFive .le .text p {color: #666666; font-family: "Noto Sans SC"; line-height: 1.7;}
.indexFive .numlist {margin-top: .8rem; width: 130%;}
.indexFive .numlist ul {display: flex; justify-content: space-between;}
.indexFive .numlist li {text-align: center;}
.indexFive .numlist li .num {display: flex; justify-content: center;}
.indexFive .numlist li em {font-size: var(--font22); font-weight: 400; color: #3467C2; margin-left: .1rem;}
.indexFive .numlist li .year {font-size: .18rem; color: #3467C2; line-height: 2;}
.indexFive .numlist li .counter {font-size: var(--font40);font-weight: 400; color: #3467C2;}
.indexFive .numlist li span {color: #4a5058; display: block; margin-top: 0rem; font-size: 12px;}
.indexFive .le {width: 42.8%;}
.indexFive .re {width: 56%; position: relative;}
.indexFive .re > img {width: 100%;}
.indexFive .re .imgBox {max-width: .2rem; position: relative;}
.indexFive .re .imgBox img {max-width: 100%; z-index: 1; position: relative; z-index: 2;}
.indexFive .re .imgBox::after {content: ""; width: 1rem; height: 1rem;position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);border-radius: 50%; background: #0062AD; z-index: 0; opacity: 0;}
@keyframes scale {0% {transform:translate(-50%, -50%) scale(.1);  opacity: .3; } 100% { transform:translate(-50%, -50%) scale(1); opacity: 0;}}
.indexFive .re ul li {position: absolute;}
.indexFive .re ul li:nth-child(odd) .imgBox::after {animation: scale 2s infinite;}
.indexFive .re ul li.li1 { left: 19%; top: 21%;}
.indexFive .re ul li.li2 { left: 18.5%; top: 30.5%;}
.indexFive .re ul li.li3 { left: 16.5%; top: 64%;}
.indexFive .re ul li.li4 { left: 41%; top: 17.5%;}
.indexFive .re ul li.li5 { left: 33.5%; top: 31.8%;}
.indexFive .re ul li.li6 { left: 36.5%; top: 33%;}
.indexFive .re ul li.li7 { left: 40%; top: 32.5%;}
.indexFive .re ul li.li8 { left: 34%; top: 37%;}
.indexFive .re ul li.li9 {left: 36%;top: 39%;}
.indexFive .re ul li.li10 {left: 45%;top: 68%;}
.indexFive .re ul li.li11 {left: 76%;top: 19%;}
.indexFive .re ul li.li12 {left: 75%;top: 25%;}
.indexFive .re ul li.li13 {left: 89%;top: 56%;}
.indexFive .re ul li.li14 {left: 91%;top: 63%;}

.indexSix {padding: .9rem 0;}
.indexSix .indexTle {padding: 0;}
.indexSix .box {display: flex; justify-content: space-between; margin-top: .7rem;}
.indexSix .box > div {width: 31.5%;background: #fafafa;}
.indexSix .box .sp1 {color: #666666; display: inline-block; font-size: var(--font14); font-family: "Noto Sans SC"; padding-bottom: .05rem; position: relative;}
.indexSix .box .sp1::after {content: ""; width: 100%; height: 2px; bottom: 0;background: linear-gradient(101deg,#3467c2 0%, #00a482 100%); left: 0; position: absolute;}
.indexSix .item .imgBox {overflow: hidden;}
.indexSix .item .imgBox img {width: 100%; transition: .5s;}
.indexSix .item .con {padding: .25rem .4rem;}
.indexSix .item h5 {font-size: var(--font22);font-family: "Noto Sans SC"; font-weight: 500; color: #333333; margin-top: .14rem; transition: .4s;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.indexSix .item p {font-size: var(--font14); font-family: "Noto Sans SC";  font-weight: normal; color: #818181; margin-top: .18rem; display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  line-height: 1.7;}
.indexSix .item .time { font-family: Arial, Arial-Regular; font-weight: 400; color: #6c6c6c; margin-top: .3rem;}
.indexSix .item:hover .imgBox img {transform: scale(1.1);}
.indexSix .item:hover h5 {color: #3467c2;}
.indexSix .relist {padding: .45rem .3rem; box-sizing: border-box;}
.indexSix .relist .sp1 {font-size: var(--font16);}
.indexSix .relist ul {margin-top: .1rem;}
.indexSix .relist li {padding: .2rem 0; border-bottom: 1px solid rgba(217, 217, 217,.68);}
.indexSix .relist li:last-child {border: 0;}
.indexSix .relist li h6 {font-size: var(--font20); font-weight: 500;color: #333333; transition: .4s;   font-family: "Noto Sans SC";}
.indexSix .relist li span {display: block;font-family: Arial, Arial-Regular; font-weight: 400;  color: #898989; margin-top: .1rem;}
.indexSix .relist li a:hover h6 {color: #3467C2;}

.indexSeven {background: url(../images/indexSeven-bj.jpg) no-repeat center; background-size: cover; padding: .6rem 0;}
.indexSeven ul {display: flex; justify-content: space-between;}
.indexSeven li {text-align: center;}
.indexSeven li span {font-size: var(--font16);font-weight: 400; color: #fff; margin-top: .1rem; display: block;}
.indexSeven li .icBox img {}

/* =====底部===== */
.footer {background: #f2f5fa;}
.foternav {display: flex; justify-content: space-between; padding: .5rem 0; flex-wrap: wrap;}
.foternav .ddBox {width: 100%; display: flex; justify-content: space-between;} 
.foternav dl {margin-right: .2rem;}
.foternav dl:last-child {margin-right: 0;}
.foternav dl dt {font-size: var(--font16); font-weight: 800;color: #333333; margin-bottom: .3rem;}
.foternav dl dd {margin: .1rem 0;}
.foternav dl dd a {color: #919191;}
.foternav dl dd {display: flex;}
.foternav dl dd a {color: #919191;}
.foternav dl dd a:hover {color: #0052a4;}
.foternav dl .icBox {margin-right: .15rem; width: .35rem;}
.foternav dl .con span {color: #919191;}
.foternav dl .con p strong {font-size: var(--font36);font-family: Arial, Arial-Bold; font-weight: 700;color: #3467c2;font-style: italic; font-weight: 800;}
.foternav dl .con p {color: #333333; font-size: var(--font18);}
.foternav .conus dd {margin-top: .2rem;}
.foterCopy {background: #dbdcde; padding: .25rem 0;}
.foterCopy .box {display: flex; justify-content: space-between;}
.foterCopy p a , .foterCopy p {color: #919191;}
.foterCopy p a:hover {color: #0052a4;}

/* ====================================================================内页=========================================================== */
.ny-banner {position: relative;}
.ny-banner .imgBox img {width: 100%;}
.ny-banner .jddwjz {top: 60%;}
.ny-banner .con h3 {font-size: 0.3rem;font-weight: 700;color: #ffffff; text-align: center;}

/* 内页导航 */
.nyTwonav {padding: .25rem 0; background: #fff; border-bottom: 1px solid #eee;}
.nyTwonav .box {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.nyTwonav ul {display: flex; width: 100%;}
.nyTwonav ul li { margin-right: .3rem; position: relative; z-index: 1;}
.nyTwonav ul li::after {border-radius: 0; content: ""; width: 0; height: 100%; left: 0; top: 0; position: absolute; z-index: -1;background: linear-gradient(143deg,#3467c2 0%, #00a482 100%); transition: .5s;}
.nyTwonav ul li a {color: #333; padding: .2rem ;transition: .5s;}
.nyTwonav ul li.on::after, .nyTwonav ul li:hover::after {width: 100%; border-radius: 0rem 0rem 0.2rem 0rem;}
.nyTwonav ul li.on a , .nyTwonav ul li:hover a {color: #fff;}

.mbx {display: flex; align-items: center; order: -1;margin-bottom: .2rem;}
.mbx .option {display: flex; align-items:center ;}
.mbx .option svg path {fill: #ddd;}
.mbx .option span {margin: 0 .1rem; color: #666;}
.mbx .mbxlist {color: #919191;}
.mbx .mbxlist a {color: #919191;}
.mbx .mbxlist a:hover {color: #0052a4;}



/* 关于我们==新闻动态 */
.newslist {margin: .8rem 0;}
.newslist li {padding: .4rem 0; border-bottom: 1px solid #EEEEEE;}
.newslist li a {display: flex; justify-content: space-between;}
.newslist li .imgBox {width: 23%; overflow: hidden;}
.newslist li .imgBox img {width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.newslist li .con {width: 74%; padding: .1rem 0 .05rem 0;}
.newslist li h5 {font-size: var(--font24); font-family: "Noto Sans SC";font-weight: 500; color: #333333; transition: .4s;}
.newslist li .time { font-family: Arial, Arial-Regular;font-style: italic;color: #9f9f9f; margin-top: .1rem;}
.newslist li .disc {margin-top: .2rem;}
.newslist li .disc p {font-family: "Noto Sans SC"; font-weight: 300;color: #666666; line-height: 1.7;}
.newslist li .more {text-align: right;font-weight: normal; font-style: italic; color: #0052a4; margin-top: .4rem;}
.newslist li a:hover .imgBox img {transform: scale(1.1);}
.newslist li a:hover h5 {color: #0052a4;}

/* 新闻详情 */
.newsDateMain {background: #f9f9f9; padding-top: 1.5rem;}
.newsDateMain .container {width: 1280px;    max-width: 75%;}
.newsDate {margin-bottom: 1rem; padding-top: .6rem;}
.newsDate .mbx {color: #666666;} 
.newsDate .mbx {display: flex; flex-wrap: wrap; align-items: center;}
.newsDate .mbx img {margin-right: .1rem; margin-bottom: .05rem; filter: brightness(0); -webkit-filter:brightness(0); opacity: .5;}
.newsDate .mbx a {color: #666666;}
.newsDate .mbx a:hover {color: #0052a4;}
.newsDate .box {margin-top: .5rem; display: flex; justify-content: space-between; align-items: flex-start;}
.newsDate .box .left {width: 100%; flex-shrink: 0;}
.newsDate .title {padding-bottom: .4rem; border-bottom: 1px solid #DEDEDE;}
.newsDate .title .time {color: #333333; font-size: var(--font20);}
.newsDate .title strong {font-weight: 700;color: #333333; margin-top: .3rem; font-size: var(--font40); display: block;}
.newsDate .editbox {padding: .3rem 0;}
.newsPage {display: flex; align-items: center; justify-content: space-between;border-top: 1px solid #DEDEDE; padding-top: .5rem;}
.newsPage a {display: flex; align-items: center;}
.newsPage a .icBox {display: flex;}
.newsPage a span {color: #999999; font-size: var(--font14); margin-left: 10px;}
.newsPage a.next span {margin-left: 0; margin-right: 10px;}
.newsPage a.prev svg {transform: rotate(-180deg);}
.newsPage a:hover span {color: #0052a4;}
.newsPage a:hover svg path {fill: #0052a4;}
.newsDate .right {position: sticky; top: 1rem;}
.newsDate .right .linksBox {width: 100px; background: #f0f0f2; margin-top: .3rem; padding: .3rem 0; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.newsDate .right .linksBox .tit {color: #b4b4bd;}
.newsDate .right ul li {margin-top: .25rem;}
.newsDate .right ul li a {width: 30px; height: 30px; border-radius: 5px; display: flex; align-items: center; justify-content: center; background: #aeaeaf; transition: .5s;}
.newsDate .right ul li svg {max-width: 100%;}
.newsDate .right ul li svg path {fill: #fff;}
.newsDate .right ul li:hover a {background: #fff;}
.newsDate .right ul li:nth-child(1):hover a {background: #333;}
.newsDate .right ul li:hover svg path {fill: revert-layer;}

.newsInfo {background: #fff; padding: .7rem 0 1rem 0;}
.newsInfo .tit {margin: auto;  font-size: var(--font36);color: #333333;font-weight: 700;}
.newsInfo .swiperBox {position: relative;}
.newsDateSwiper {position: static; margin: auto; margin-top: .4rem;}
.newsDateSwiper .swiper-slide {height: auto; background: #f9f9f9;}
.newsDateSwiper .imgBox {overflow: hidden;}
.newsDateSwiper .imgBox img {width: 100%; transition: .5s;}
.newsDateSwiper .time {font-family: Arial, Arial-Regular;font-weight: 400;color: #999999; font-size: var(--font15);}
.newsDateSwiper .con {padding: .35rem .25rem;}
.newsDateSwiper .con h5 {margin-top: .1rem;color: #333333; font-size: var(--font20);color: #333333; font-weight: 600;}
.newsDateSwiper .con p {margin-top: .2rem;color: #666666; line-height: 1.7;}
.newsDateSwiper .swiper-slide:hover .imgBox img {transform: scale(1.05);}
.newsDateSwiper .swiper-slide:hover .con h5 {color: #0052a4;}
.newsDateSwiper .swjt {width: 0.5rem; height: 0.5rem;border: 1px solid #cccccc; border-radius: 50%; transition: .5s; right: -6%;}
.newsDateSwiper .swjt svg {max-width: 70%;}
.newsDateSwiper .swjt.swiper-button-prev {transform: rotate(180deg); left: -6%;} 
.newsDateSwiper .swjt:hover {background: #0052a4; border-color: #0052a4;}
.newsDateSwiper .swjt:hover path {fill: #fff;}
.newsInfo .swiperBox .swiper-pagination {bottom: -.5rem; display: none;}
.newsInfo .swiperBox .swiper-pagination span {background: #0052a4;}


/* 列表页 */
.prolist {background: #f5f5f5;}
.prolist .box {display: flex;justify-content: space-between; position: relative; align-items: flex-start;}
.prolist .box {padding: 1.2rem 0 2.7rem; position: relative;}
.prolist .box::before {content: ""; left: 20%; height: 100%;opacity: 0.43; background: #a7a7a7; position: absolute; top: 0;width: 1px;}
.prolist .box .le {width: 20%; position: sticky; top: 1.5rem;}
.prolist .box .re {width: 80%;}
.prolist .le h3 {font-size: var(--font24); font-weight: 700; text-align: left;color: #333333;}
.prolist .le ul {margin-top: .3rem; display: inline-block;}
.prolist .le li a {display: block; padding: .14rem .34rem;     border-radius: 30px; transition: .5s; font-size: var(--font16);}
.prolist .le li a:hover {background: #ffffff; color: #0052a4;}
.prolist .le li.on a {background: #ffffff; color: #0052a4;}
.prolist .re {padding-left: 5%; box-sizing: border-box;}
.prolist .re li {padding: .45rem 0; border-bottom: 1px solid rgba(160, 160, 160,.46);}
.prolist .re li:last-child {border: 0;}
.prolist .re li .licon {display: flex; justify-content: space-between;}
.prolist .re li .imgBox {width: 30%; overflow: hidden;}
.prolist .re li .imgBox img {min-height: 2.5rem; object-fit: cover; transition: .5s; max-width: 100%;}
.prolist .re li .licon .con {padding: .4rem 0 .2rem; width: 65%;}
.prolist .re li h5 {font-size: var(--font26);font-weight: 700; color: #333333;}
.prolist .re li .text {font-size: var(--font18);  font-weight: 500; color: #666666; margin-top: .3rem; line-height: 1.7;}
.prolist .re li:hover .imgBox img {transform: scale(1.1);}
.prolist .re li:hover h5 {color: #0052a4;}

/* 单篇页 */
.singleMain {}
.singleBox {background: #f5f5f5; padding: .3rem;}

.aboutTle {padding:1rem 0 0.5rem 0}
.aboutTle h3 {font-size: 0.48rem;font-family: "PFBold";color: #333333; ;line-height: 1;}
.aboutTle i {display: inline-block;width: 0.63rem;height: 0.03rem; background: #46b248;}

.aboutOne {padding: 1rem 0 1rem 0; overflow: hidden;}
.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: #1B85C3;}
.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;}


.aboutThree {padding-top: 0;}
.aboutThree .aboutTle {text-align: center;}
.aboutThree ul {display: flex;}
.aboutThree ul {display: flex;min-height: 7rem; flex-flow: row wrap;}
.aboutThree ul li {width: calc(100%/5); position: relative; z-index: 1;}
.aboutThree ul li::before {content: "";position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0,.6);top: 0;left: 0;z-index: 0;opacity: 1;transition: .4s;}
/* .aboutThree ul li::after {content: ""; position: absolute; width: 100%; height: 100%; background: rgba(70, 178, 72,.5); top: 0;left: 0; z-index: 0;opacity: 0;transition: .4s;} */
.aboutThree ul li .bjBox {height: 100%; }
.aboutThree ul li .bjBox img {width: 100%; height: 100%; object-fit: cover;transition:all 0.5s ;}
.aboutThree ul li .con {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);text-align: center; z-index: 1; width: 80%;}
.aboutThree ul li .icBox img {margin: auto; max-width: 100%;}
.aboutThree ul li .tle {margin: 0.3rem 0;}
.aboutThree ul li .tle i {width: 0.3rem;height: 0.03rem;background: #46b248; display: inline-block; margin-top: .3rem;}
.aboutThree ul li h4 {color: #ffffff;font-size: var(--font24);}
.aboutThree ul li .en {color: #ffffff;letter-spacing: 2px;font-size: var(--font16);  font-family: "OPENSANS";}
.aboutThree ul li span {color: #ffffff;font-weight: 400;font-size: var(--font18);}
.aboutThree ul li:hover::after {opacity: 1;}
.aboutThree ul li:hover::before {background: rgba(0, 0, 0,.2);}

.aboutSix {background: #f9f9f9;}
.aboutSix .aboutTle {text-align: center;}
/* 上面 */
.hon_box {padding-bottom: 1.5rem;}
.hon_con_box { overflow: hidden; position: relative; margin-bottom: .7rem;}
.hon_con_box .swiper-container {width: 39.1%; 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: #46B248;}
.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: #46B248;background-color: #46B248;}
.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%);}

.g_gradient1_r {
  background: linear-gradient(143deg,#3467c2 0%, #00a482 100%);
}
.g_r28 {
  border-radius: 18px;
  border-bottom-right-radius: 0;
}
.i_title span {
  display: block;
  margin-top: 20px;
}
.n_about4 .con1{padding: 90px 0}
.n_about4 .con1 .aboutTle {text-align: center;}
.n_about4 .con1 .i_title i{font-size: 48px;line-height: 48px;height: 48px;text-align: center;display: block;margin-bottom: 30px;
    background-image:-webkit-linear-gradient(#f4b312,#e17626);
    -webkit-background-clip:text;  -webkit-text-fill-color:transparent;}
.n_about4 .con1 .top p{font-size: 20px;line-height: 50px;color: #474747;text-align: center; margin: 20px auto 0 auto;width: 1080px;max-width: 100%}
.n_about4 .con1 .view{margin-top: 80px; display: flex;justify-content: space-between}
.n_about4 .con1 .view .item{position: relative; width: 48%; min-height: 370px; padding: 70px 50px 20px 70px ; transition: .4s all ease;
    background: url("../images/n_about4_2.jpg") no-repeat;background-size: cover;background-position: center}
.n_about4 .con1 .view .item .title{width: 400px;max-width: 80%;height: 60px;line-height: 60px; font-size: 30px; color: #fff;text-align: center;
    position: absolute;left: 50%;top: 0;transform: translate(-50%,-50%);border-radius: var(--font40);}
.n_about4 .con1 .view .item .p{font-size: var(--font18);color: #000;line-height: 36px;}
.n_about4 .con1 .view .item .item_view{display: flex;align-items: center;justify-content: space-between;margin-top: 30px;}
.n_about4 .con1 .view .item .info{font-size: 20px;line-height: 36px;}
.n_about4 .con1 .view .item .info p{margin-bottom: 15px;}
.n_about4 .con1 .view .item .info p:nth-last-child(1){margin-bottom: 0}
.n_about4 .con1 .view .item .info i{margin-right: 10px;}
.n_about4 .con1 .view .item .code {text-align: center;font-size: 20px;white-space: nowrap}
.n_about4 .con1 .view .item .code span{display: block; margin-top: 30px;}
.n_about4 .con1 .view .item:hover{background: url("../images/n_about4_1.jpg") no-repeat;background-size: cover;background-position: center;color: #fff}
.n_about4 .con1 .view .item:hover .p p { color: #fff}
.n_about4 .con1 .view .item:hover .info p {color: #fff;}
.n_about4 .con2{margin-bottom: 80px; padding-top: 300px;background: url("../images/n_about4_3.jpg") no-repeat;background-size: cover;background-position: center}
.n_about4 .con2 .aboutTle {padding: 0;}
.n_about4 .con2 .view{padding: 70px 60px 90px 90px;max-width: 100%; width: 1000px;background-image: linear-gradient(rgba(255,255,255,.8) , rgba(255,255,255,0))}
.n_about4 .con2 .top{display: flex;justify-content: space-between;align-items: flex-start}
.n_about4 .con2 .i_title{color: #000;text-align: left}
.n_about4 .con2 .i_title:after{content: '';width: 100px;height: 2px;background: #e17626;display: block;margin-top: 30px;}
.n_about4 .con2 .text{margin-top: 30px; font-size: var(--font18);line-height: 52px;color: #111;text-align: justify}



/* 详情 */
/* 内页服务详情 */
.newsxqTle {text-align: center; margin: .4rem 0;}
.newsxqTle h4 {font-size: var(--font40); color: #333;}
.newsxqTle .en {color: #b0b0b0; font-size: var(--font18);}

.newsxqOne .text {margin-top: .4rem;}
.newsxqOne .text p {color: #666666; line-height: 1.8;}

.newsxqTwo ul {display: grid; grid-template-columns: repeat(2,1fr);gap: .3rem;}
.newsxqTwo ul li {background: #f9f9f9; padding: .3rem;}
.newsxqTwo li h6 {color: #333333; font-size: var(--font26); margin-top: .2rem;} 
.newsxqTwo li span {color: #666666; display: block; margin-top: .1rem;}

.newsxq-editbox p , .newsxq-editbox p span {text-wrap: wrap !important; word-wrap: break-word;}
.newsxq-editbox .tableBox table { border-collapse: collapse; width: 100%;}

.ny-news-xq {padding: 1.8rem 0 1rem 0;}
.ny-news-xq img {max-width: 100%; height: auto;}
.newsxq-box {
    margin-top: .5rem;
    margin-bottom: 0.44rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .news-left {
    width: 68%;
  }
  
  .news-left .newsCon {
    background: #ffffff;
    border-radius: .1rem;
    box-shadow: 0rem 0rem 0.4rem 0rem rgba(226, 225, 224, 0.42);
    padding: .6rem .4rem;
    box-sizing: border-box;
  }
  
  .newsxq-title {
    border-bottom: 0.01rem solid #ddd;
    padding-bottom: 0.4rem;
  }
  
  .newsxq-title strong {
    display: block;
    text-align: center;
    font-size: var(--font30);
    color: #333;
    margin-bottom: 0.1rem;
  }
  
  .newsxq-title span {
    display: block;
    font-size: var(--font16);
    color: #777;
    margin: .1rem .3rem 0 0;
  }
  
  .newsxq-title .titleDisc {
    display: flex;
    flex-wrap: wrap;
  }
  
  .newsxq-editbox {
    margin: .3rem 0;
  }
  
  .newsxq-editbox img {
    max-width: 100%;
    height: auto !important;
  }
  
  .newsxq-box .nynews-right {
    width: 29%;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(226, 225, 224, 0.42);
    padding: .4rem;
    box-sizing: border-box;
    position: relative;
  }
  
  .newsxq-box .nynews-right {
    position: sticky;
    top: 1.5rem;
  }
  
  .relist li {
    padding: .15rem 0;
    border-bottom: 1px solid #F2F2F2;
  }
  
  .relist li .time {
    font-size: var(--font14);
    font-weight: 500;
    color: #999999;
  }
  
  .relist span {
    color: #999999;
    font-size: var(--font14);
  }
  
  .relist h6 {
    color: #333333;
    font-size: var(--font18);
    transition: .35s;
    font-weight: 700;
    margin-top: .1rem;
  }
  
  .relist li:hover h6 {
    color: #0052a4;
  }
  
  .relist li:hover .reImg img {
    transform: scale(1.05);
  }
  
  .nynews-right::after {
    content: "";
    background: linear-gradient(143deg,#3467c2 0%, #00a482 100%);
    width: 65%;
    position: absolute;
    left: 50%;
    bottom: -1%;
    height: .07rem;
    transform: translate(-50%, -50%);
  }
  
  .newsxq-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }
  
  .newsxq-page a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .news-prev,
  .news-next {
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.78rem;
    height: 0.78rem;
    min-width: 35px;
    min-height: 35px;
    border: 1px solid #0052a4;
  }
  
  .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;
  }
  
  .backlist a {
    width: 170px;
    min-width: 125px;
    min-height: 42px;
    height: 0.58rem;
    background: #0052a4;
    color: #fff;
  }
  
  .backlist svg {
    margin-right: .1rem;
  }
  
  .backlist a:active {
    background: #0052a4;
  }
  
  .newsxq-page a:active .news-prev,
  .newsxq-page a:active .news-next {
    background: #0052a4;
    border-color: #0052a4;
  }
  
  .newsxq-page a:active svg path {
    fill: #fff;
  }
  
  @media (any-hover: hover) {
  
    .newsxq-page a:hover .news-prev,
    .newsxq-page a:hover .news-next {
      background: #0052a4;
      border-color: #0052a4;
    }
  
    .newsxq-page a:hover svg path {
      fill: #fff;
    }
  }
  
  
  /* 2024.12.30 AI智能斑马鱼行为分析系统 */
  
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.line4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}


.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-ccc{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}
.flex-cw{display: flex; align-items: center; flex-wrap: wrap;}
.flex-dc{display: flex; flex-direction: column;}
.flex-w{display: flex; flex-wrap: wrap;}
.flex-sbcw{display: flex;justify-content: space-between; align-items: center;  flex-wrap: wrap;}


.AI-banner .con h3 {text-align: left;}
.AI-banner .pic {right: 0;position: absolute;top: 0.1rem;right: 12%;width: 27%; z-index: -1;}
.AI-banner .pic img {display: block;max-width: 100%;}


.service-system{margin: 1.43rem 0 0;}
.AI-title h2{font-size:  var(--font40); color: #000000;  display: block;font-weight: 700;}
.AI-title h3{color: #666666;line-height: .36rem; }
.AI-title b{color: #333;}
.service-system .AI-title h2{margin-bottom: .23rem;}
.AI-title2{margin-top: 0.89rem;}
.service-system .AI-title2 h2 {  margin-bottom: .55rem;}
.service-list{margin-bottom: 1rem;}
.service-list ul{justify-content: center; }
.service-list ul li{width: 20%; margin: 0 1%;;background: #f9f9f9;border-radius: 20px;  text-align: center; padding: 0 2%; padding-bottom: .4rem; box-sizing: border-box;}
.service-list ul li .icon{ margin: .67rem auto .32rem; width: 1rem;height: 1rem;background: linear-gradient(117deg,#316abf 0%, #169498 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.service-list ul li strong{display: block; font-size: var(--font18); color: #333; font-weight: 700; margin-bottom: .15rem;}
.service-list ul li h3{font-size:  var(--font16); color: #666666;line-height: .23rem;}

.analysis-bg{background: url(../images/analysis-bg.jpg) no-repeat center; padding-bottom: .99rem; margin-bottom: 2.48rem;}
.analysis-box .pic,.analysis-box .info{width: 50%; }
.analysis-box .pic img{max-width: 100%; display: block; margin: 0 auto;    mix-blend-mode: multiply;}
.analysis-box .info strong{display: block; font-size:  var(--font40); color: #000000; font-weight: 700; margin-bottom: .12rem;}
.analysis-box .info h3{font-size: var(--font18); color: #333333;line-height: .35rem; width: 88%;}
.analysis-list ul li{ width: 30%;}
.analysis-list ul li .pic{overflow: hidden; border-radius: 14px;}
.analysis-list ul li .pic img{display: block; max-width: 100%;}
.analysis-item{margin-bottom: 2.5rem;}
.analysis-item  .analysis-box{margin-bottom: .87rem;}
.analysis-item  .analysis-box .info{padding-left: 5%; box-sizing: border-box;}
.analysis-item  .analysis-box .info h3{width: 84%;}
.data{margin-bottom: 1.13rem;}
.data-list ul{justify-content: space-around;}
.data-list ul li{text-align: center; width: 20%; }
.data-list ul li .icon{width: 1rem;height: 1rem;background: linear-gradient(117deg,#316abf 0%, #169498 100%); border-radius: 50%; margin: 0 auto .35rem;}
.data-list ul li  h3{font-size: var(--font18); color: #333333; line-height: .3rem;}
.data .AI-title h2{margin-bottom: .95rem;}

.micro-vision{background: url(../images/micro-vision-bg.jpg) no-repeat center; padding: 1rem 0; background-size: cover;}
.vision-box .pic,.vision-box .info{width: 50%; }
.vision-box .pic img{max-width: 100%; display: block; margin: 0 auto;    mix-blend-mode: multiply;}
.vision-box .info{padding-left: 5%; box-sizing: border-box;}
.vision-box .info strong{display: block; font-size: var(--font40); color: #000000; font-weight: 700; margin-bottom: 12px;}
.vision-box .info h3{font-size: var(--font18); color: #333333;line-height: .35rem; width: 88%;}

.vision-bg{background: #f2f5fa; padding: .93rem 0 0.84rem;}
.vision-list {width: 90%; margin: 0 auto;}
.vision-list dl{background: #ffffff;border-radius: 18px; margin-bottom: .43rem; padding: .35rem 0;}
.vision-list dl dt,.vision-list dl dd{width: 50%;}
.vision-list dl dd{box-sizing: border-box; padding-left:6.5%;}
.vision-list dl dt img{max-width: 100%;}
.vision-list dl strong{font-size: var(--font40); color: #333; font-weight: 700; margin-bottom: .44rem; display: block;}
.vision-list dl p {
    font-size:var(--font22);
    color: #333333;
    margin-bottom: .2rem;
    width: 100%;
    align-items: flex-start;
}
.vision-list dl p img{margin-top: -3px;}
.vision-list dl:nth-child(2n){    flex-direction: row-reverse;}
.vision-list dl:first-child dd{box-sizing: border-box; padding-left: 0;}
.vision-list .info{padding-left: 5%; box-sizing: border-box;}
.vision-list dl span{font-size: var(--font14); color: #585858;line-height: .3rem; position: relative; padding-left: 0.1rem; margin-right: .4rem;}
.vision-list dl span::after{position: absolute; content: '';  width: 3px; height: 3px; background: #2174BB; left: 0; top: 50%; transform: translateY(-50%);}

.share{padding: 1rem 0 0;}
.share .AI-title{margin-bottom: .8rem;}
.share-list{margin-bottom: 1rem;}
.share-list ul{justify-content: center; }
.share-list ul li{width: 20%; margin: 0 1%; height: auto;  background: #f9f9f9;border-radius: 20px;  text-align: center; padding: 0 2%; padding-bottom: .4rem;box-sizing: border-box;}
.share-list ul li .icon{ margin: .67rem auto .32rem; width: 1rem;height: 1rem;background: linear-gradient(117deg,#316abf 0%, #169498 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.share-list ul li h3{font-size:  var(--font16); color: #666666;line-height: .23rem;}




