:root {
  --logoColor: #0068B7;
  --hovColor: #F58B1F;
}



@keyframes arrDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(.5rem);
  }
}

.w1850 {
  width: 96.25%;
  margin: 0 auto;
  max-width: 1850px;
}

.w1360 {
  width: 1360px;
  margin: 0 auto;
  max-width: 90%;
}

.swiper-box {
  position: relative;
}

.zIdx20 {
  z-index: 20;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.bgf7 {
  background-color: #F7F7F7;
}

.font48 {
  font-size: 1.2rem;
  line-height: 1;
}

.font42 {
  font-size: 1.05rem;
  line-height: 1;
}

.font40 {
  font-size: 1rem;
  line-height: 1;
}

.font36 {
  font-size: .9rem;
  line-height: 1;
}

.i-tit {
  color: #000000;
  font-size: 1rem;
  line-height: 1.25;
}

.i-sub {
  color: #A1A1A1;
  font-size: 1rem;
  line-height: 1.25;
}

.side-tit {
  color: #F68B1F;
  line-height: 1.25;
  font-size: 1.2rem;
  font-weight: bold;
}

.side-sub {
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-sub div {
  width: .75rem;
  margin-right: .3rem;
}

.side-sub p {
  color: #222222;
  font-size: .8rem;
  font-weight: 500;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.top-more {
  width: max-content;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  color: var(--logoColor);
}

.top-more p {
  font-weight: 500;
  margin-right: .35rem;
}

.pub-more {
  width: 3rem;
  height: 1.1rem;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  transition: all .3s;
}

.pub-more p {
  margin-right: .35rem;
}

.pub-more:hover {
  color: #fff;
  background-color: var(--hovColor);
}

.pub-more.other {
  border: 1px solid #fff;
  background-color: transparent;
}

.pub-more.other:hover {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
}

.img-mc {
  position: relative;
}

.img-mc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.i-pub-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.i-pub-top .tit {
  width: calc(100% - 5rem);
}

.i-pub-top .tit .h1 {
  color: #222222;
}

.i-pub-top .tit .cont {
  margin-top: .45rem;
  color: #666666;
  line-height: 1.5;
}

.swiper-container .swiper-pagination {
  line-height: 1;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background: #fff;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.welcome {
  padding: .7rem 0 3rem;
}

.welcome .top-more {
  margin-bottom: .45rem;
}

.welcome .i-pro {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.welcome .i-pro .i-pro-swiper {
  width: 32%;
  margin: 0;
}

.welcome .i-pro .i-pro-swiper .swiper-pagination {
  width: max-content;
  bottom: .65rem;
  right: .7rem;
  left: auto;
  top: auto;
  margin: 0;
}

.welcome .i-pro .i-pro-swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 0 .25rem 0;
}

.welcome .i-pro .i-pro-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.welcome .i-pro .i-pro-swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
  margin-right: .5rem;
}

.welcome .i-pro .i-pro-swiper .swiper-slide img {
  width: 100%;
  transition: all .4s;
}

.welcome .i-pro .i-pro-swiper .swiper-slide .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2.1rem 1.3rem 1rem;
  z-index:3;
}

.welcome .i-pro .i-pro-swiper .swiper-slide .pos-cont .h1 {
  color: #fff;
  font-size: .8rem;
}

.welcome .i-pro .i-pro-swiper .swiper-slide .pos-cont .cont {
  margin-top: .2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
}

.welcome .i-pro .i-pro-swiper .swiper-slide .pos-cont .more {
  margin-top: .4rem;
}

.welcome .i-pro .i-pro-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.welcome .i-pro .i-pro-swiper .swiper-slide{
  position: relative;
}
.welcome .i-pro .i-pro-swiper .swiper-slide:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .3);
  z-index:1;
}
.welcome .i-pro .li:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .3);
  z-index:1;
}
.welcome .i-pro .top-news .top:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .3);
  z-index:1;
}
.welcome .i-pro .top-news .btm:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .3);
  z-index:1;
}
.welcome .i-pro .li {
  width: 32%;
  position: relative;
  overflow: hidden;
}

.welcome .i-pro .li img {
  width: 100%;
  transition: all .4s;
}

.welcome .i-pro .li .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 .7rem .7rem .9rem;
  z-index:3;
}


.welcome .i-pro .li .pos-cont .h1 {
  color: #FFFFFF;
  font-size: .8rem;
}

.welcome .i-pro .li .pos-cont .cont {
  margin-top: .4rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.25;
  max-height: 2.5em;
  overflow: hidden;
}

.welcome .i-pro .li .pos-cont .more {
  margin-top: .5rem;
}

.welcome .i-pro .li:hover img {
  transform: scale(1.1);
}

.welcome .i-pro .top-news {
  width: 36%;
}

.welcome .i-pro .top-news .top {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.welcome .i-pro .top-news .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.welcome .i-pro .top-news .top .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem .8rem;
  z-index:3;
}

.welcome .i-pro .top-news .top .pos-cont .cont {
  color: #FFFFFF;
  line-height: 1.2;
}

.welcome .i-pro .top-news .top .pos-cont .cont span {
  font-size: .75rem;
  font-weight: bold;
}

.welcome .i-pro .top-news .top .pos-cont .more {
  margin-top: .5rem;
}

.welcome .i-pro .top-news .top:hover img {
  transform: scale(1.1);
}

.welcome .i-pro .top-news .btm {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.welcome .i-pro .top-news .btm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.welcome .i-pro .top-news .btm .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 .7rem 1rem;
  z-index:3;
}

.welcome .i-pro .top-news .btm .pos-cont .h1 {
  color: #FFFFFF;
  font-size: .8rem;
}

.welcome .i-pro .top-news .btm .pos-cont .cont {
  margin-top: .4rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.25;
  max-height: 2.5em;
  overflow: hidden;
}

.welcome .i-pro .top-news .btm .pos-cont .more {
  margin-top: .5rem;
}

.welcome .i-pro .top-news .btm:hover img {
  transform: scale(1.1);
}

.welcome .i-supply {
  margin-top: 2.1rem;
}

.welcome .i-supply .intro {
  display: flex;
  align-items: stretch;
  margin-top: 1.4rem;
}

.welcome .i-supply .intro .vid {
  width: 76%;
  height: 14.3rem;
  margin-right: 4%;
  position: relative;
}

.welcome .i-supply .intro .vid .mb-pore {
  position: relative;
}

.welcome .i-supply .intro .vid img,
.welcome .i-supply .intro .vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome .i-supply .intro .vid .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2.95rem 1.5rem;
}

.welcome .i-supply .intro .vid .pos-cont .play {
  width: 1.2rem;
}

.welcome .i-supply .intro .vid .pos-cont p {
  margin-top: .7rem;
  line-height: 1.2;
  color: #fff;
}

.welcome .i-supply .intro .rg-box {
  width: 20%;
}

.welcome .i-supply .intro .rg-box .li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #E5E5E5;
}

.welcome .i-supply .intro .rg-box .li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.welcome .i-supply .intro .rg-box .li .pic {
  width: 3.35rem;
  overflow: hidden;
}

.welcome .i-supply .intro .rg-box .li .pic img {
  width: 100%;
  transition: all .4s;
}

.welcome .i-supply .intro .rg-box .li .info {
  width: calc(100% - 3.35rem);
  padding-left: .6rem;
}

.welcome .i-supply .intro .rg-box .li .info p {
  color: #222222;
  transition: all .4s;
}

.welcome .i-supply .intro .rg-box .li .info div {
  margin-top: .65rem;
  color: #666666;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
}

.welcome .i-supply .intro .rg-box .li:hover .pic img {
  transform: scale(1.1);
}

.welcome .i-supply .intro .rg-box .li:hover .info p {
  color: var(--logoColor);
}

.welcome .i-supply .cent-swiper {
  margin-top: 2.75rem;
}

.welcome .i-supply .cent-swiper .swiper-pagination {
  bottom: .95rem;
}

.welcome .i-supply .cent-swiper .swiper-pagination .swiper-pagination-bullet {
  width: .3rem;
  height: .3rem;
  margin: 0 9px;
  opacity: 1;
}

.welcome .i-supply .cent-swiper .swiper-slide {
  width: 50%;
  overflow: hidden;
}

.welcome .i-supply .cent-swiper .swiper-slide img {
  width: 100%;
  transition: all .4s;
}

.welcome .i-supply .cent-swiper .swiper-slide .pos-cont {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2.25rem 3.7rem;
}

.welcome .i-supply .cent-swiper .swiper-slide .pos-cont .cont {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-top: .8rem;
}

.welcome .i-supply .cent-swiper .swiper-slide .pos-cont .more {
  margin-top: 1.75rem;
}

.welcome .i-supply .cent-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.welcome .i-supply.i-qua {
  margin-top: 0;
  padding-left: 8.5%;
}

.welcome .i-supply .btm-box {
  display: flex;
  align-items: stretch;
  margin-top: 2.75rem;
  background-color: #F9F9F9;
}

.welcome .i-supply .btm-box .box {
  width: 40%;
  padding: 3.7rem 2rem 1rem;
}

.welcome .i-supply .btm-box .box .h1 {
  line-height: 1.2;
}

.welcome .i-supply .btm-box .box .cont {
  margin-top: .75rem;
  line-height: 1.8;
}

.welcome .i-supply .btm-box .box .more {
  margin-top: 2.3rem;
}

.welcome .i-supply .btm-box .pic-box {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.welcome .i-supply .btm-box .pic-box .li {
  width: 50%;
  height: 50%;
  overflow: hidden;
}

.welcome .i-supply .btm-box .pic-box .li::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.welcome .i-supply .btm-box .pic-box .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.welcome .i-supply .btm-box .pic-box .li p {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.4rem .9rem;
}

.welcome .i-supply .btm-box .pic-box .li:hover img {
  transform: scale(1.1);
}

.welcome .i-news-box {
  position: relative;
}

.welcome .i-news-box .bg {
  position: absolute;
  z-index: -1;
}

.welcome .i-news-box .bg img {
  width: 100%;
}

.welcome .i-news-box .bg1 {
  width: 37%;
  left: 0;
  top: -8rem;
}

.welcome .i-news-box .bg2 {
  width: 24%;
  left: 21%;
  top: -1.6rem;
}

.welcome .i-news {
  padding-top: 3.8rem;
}

.welcome .i-news .i-news-swiper {
  margin-top: 1.2rem;
}

.welcome .i-news .i-news-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
}

.welcome .i-news .i-news-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.welcome .i-news .i-news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.welcome .i-news .i-news-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
  background-color: #F9F9F9;
  padding: .65rem .6rem 1.3rem;
  transition: all .4s;
}

.welcome .i-news .i-news-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.welcome .i-news .i-news-swiper .swiper-slide .pic {
  width: 100%;
  height: 7.4rem;
  overflow: hidden;
}

.welcome .i-news .i-news-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.welcome .i-news .i-news-swiper .swiper-slide .time {
  color: #010101;
  margin-top: .65rem;
  position: relative;

  transition: all .4s;
}

.welcome .i-news .i-news-swiper .swiper-slide .time::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - .65rem - 5em);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all .4s;
}

.welcome .i-news .i-news-swiper .swiper-slide .h1 {
  margin-top: .85rem;
  transition: all .4s;
}

.welcome .i-news .i-news-swiper .swiper-slide .cont {
  margin-top: .35rem;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
  transition: all .4s;
}

.welcome .i-news .i-news-swiper .swiper-slide .more {
  margin-top: .95rem;
}

.welcome .i-news .i-news-swiper .swiper-slide:hover {
  background-color: var(--logoColor);
}

.welcome .i-news .i-news-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.welcome .i-news .i-news-swiper .swiper-slide:hover .time {
  color: #fff;
}

.welcome .i-news .i-news-swiper .swiper-slide:hover .time::after {
  background-color: rgba(232, 232, 232, 0.2);
}

.welcome .i-news .i-news-swiper .swiper-slide:hover .h1 {
  color: #fff;
}

.welcome .i-news .i-news-swiper .swiper-slide:hover .cont {
  color: rgba(255, 255, 255, 0.7);
}

.welcome .i-news .i-news-swiper .swiper-slide:hover .more {
  background-color: #fff;
  color: var(--logoColor);
}

.foot {
  background: #131313 url(../img/botimg.jpg) no-repeat center top;
}

.footer .top {
  padding: 2.35rem 0 1.2rem;
  display: flex;
  justify-content: space-between;
}

.footer .top .foot-logo .pic {
  width: 5rem;
}

.footer .top .foot-logo .pic img {
  width: 100%;
}

.footer .top .foot-logo .link {
  margin-top: .9rem;
  position: relative;
  width: 5.75rem;
  height: 1rem;
}

.footer .top .foot-logo .link p {
  width: 100%;
  height: 100%;
  line-height: calc(1rem - 2px);
  padding: 0 .4rem;
  border: 1px solid #fff;
  color: #888;
  cursor: pointer;
}

.footer .top .foot-logo .link .icon {
  position: absolute;
  top: 50%;
  right: .4rem;
  margin-top: -.2rem;
  color: #888;
  pointer-events: none;
  line-height: 1;
}

.footer .top .foot-logo .link .change {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #131313;
  border: 1px solid #fff;
  border-top: none;
  max-height: calc(3rem + 2px);
  overflow-y: auto;
  display: none;
}

.footer .top .foot-logo .link .change::-webkit-scrollbar {
  width: 3px;
}

.footer .top .foot-logo .link .change::-webkit-scrollbar-thumb {
  background: #fff;
}

.footer .top .foot-logo .link .change a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 .4rem;
  color: #888;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.footer .top .foot-logo .link .change a:last-child {
  border-bottom: none;
}

.footer .top .foot-logo .code {
  margin-top: 2.8rem;
}

.footer .top .foot-logo .code div {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .top .foot-logo .code div img {
  max-width: 90%;
  max-height: 90%;
}

.footer .top .foot-logo .code p {
  margin-top: .35rem;
  color: #888888;
  line-height: 1.4;
}

.footer .top .foot-nav {
  width: 67.5%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer .top .foot-nav .li {
  width: 4em;
  margin-right: 4.3rem;
}

.footer .top .foot-nav .li:nth-child(3) {
  width: 5em;
}

.footer .top .foot-nav .li:nth-child(4) {
  width: 2em;
}

.footer .top .foot-nav .li:nth-child(5) {
  margin-right: 0;
}

.footer .top .foot-nav .li:nth-child(n + 6) {
  margin-top: 1.45rem;
}

.footer .top .foot-nav .li a {
  display: block;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: .9rem;
  color: #fff;
  transition: all .4s;
}

.footer .top .foot-nav .li a:not(:first-child) {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: .35rem;
}

.footer .top .foot-nav .li a:last-child {
  margin-bottom: 0;
}

.footer .top .foot-nav .li a:hover {
  color: var(--logoColor);
}

.footer .btm {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: .9rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}

.footer .btm a {
  color: rgba(255, 255, 255, 0.2);
}

.side-bar {
  position: fixed;
  left: 1.1rem;
  top: 35%;
  width: .6rem;
  z-index: 100;
}

.side-bar a {
  display: block;
  width: .25rem;
  height: 3px;
  border-radius: 2px;
  background-color: #C2C2C2;
  margin-bottom: .7rem;
  cursor: pointer;
  transition: all .4s;
}

.side-bar a:last-child {
  margin-bottom: 0;
}

.side-bar a.cur {
  width: .6rem;
  background-color: var(--logoColor);
}

.about .top-intro {
  padding: 1.1rem 0 0 0;
}

.about .top-intro .info {
  display: flex;
  width: 91.5%;
  margin-left: 8.5%;
}

.about .top-intro .info .intro {
  width: 29%;
  padding-top: 3.65rem;
  padding-right: 1rem;
}

.about .top-intro .info .intro .cont {
  margin-top: 1.25rem;
  color: #666666;
  font-style: italic;
  line-height: 1.6;
  width: 77%;
}

.about .top-intro .info .pic {
  width: 71%;
}

.about .top-intro .info .pic img {
  width: 100%;
}

.about .top-intro .text-intro {
  margin-top: -2.75rem;
  background-color: #F5F5F5;
  padding: 4.75rem 0 2.35rem;
}

.about .top-intro .text-intro .wrap {
  display: flex;
  align-items: flex-start;
  padding: 2.95rem 2.75rem 2.75rem 3.1rem;
  background-color: #fff;
}

.about .top-intro .text-intro .wrap .lf {
  width: 62.5%;
  margin-right: 10%;
}

.about .top-intro .text-intro .wrap .lf .cont {
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.about .top-intro .text-intro .wrap .lf .cont.sli-cont {
  max-height: initial;
}

.about .top-intro .text-intro .wrap .lf .zk {
  display: none;
  width: max-content;
  margin: .5rem auto 0;
  color: #333;
}

.about .top-intro .text-intro .wrap .rg {
  width: 27.5%;
  display: flex;
  flex-wrap: wrap;
}

.about .top-intro .text-intro .wrap .rg .li:nth-child(2n - 1) {
  width: 45%;
}

.about .top-intro .text-intro .wrap .rg .li:nth-child(2n) {
  width: 55%;
}

.about .top-intro .text-intro .wrap .rg .li:nth-child(n + 3) {
  margin-top: 1.9rem;
}

.about .top-intro .text-intro .wrap .rg .li .text {
  color: #222222;
}

.about .top-intro .text-intro .wrap .rg .li .num {
  margin-top: .4rem;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: var(--logoColor);
  font-weight: bold;
}

.about .global {
  padding: 2.75rem 2.5rem 3.85rem;
}

.about .global .map {
  position: relative;
  margin-top: 1.5rem;
}

.about .global .map img {
  width: 100%;
}

.about .global .map .point {
  position: absolute;
  height: max-content;
}

.about .global .map .point .img {
  transition: all .4s;
}

.about .global .map .point:hover .img {
  transform: translateY(-10px);
}

.about .global .map .point.icon1 {
  cursor: pointer;
}

.about .global .map .point.icon1 .img {
  width: .7rem;
}

.about .global .map .point.icon2 {
  cursor: pointer;
}

.about .global .map .point.icon2 .img {
  width: .6rem;
}

.about .global .map .point.icon3 .img {
  width: .65rem;
}

.about .global .map .point.icon4 .img {
  width: .6rem;
}

.about .global .map .point .pos-cont {
  position: absolute;
  bottom: 80%;
  right: 80%;
  pointer-events: none;
  display: none;
}

.about .global .map .point .pos-cont .cont-box {
  display: flex;
  align-items: flex-end;
}

.about .global .map .point .pos-cont .line {
  width: 12.25rem;
}

.about .global .map .point .pos-cont .line .rg-show {
  display: none;
}

.about .global .map .point .pos-cont .text {
  width: 9.9rem;
  padding: .5rem;
  background-color: #F6F6F6;
}

.about .global .map .point .pos-cont .text .pic {
  width: 100%;
}

.about .global .map .point .pos-cont .text .h1 {
  color: #F68B1F;
  margin-top: .7rem;
}

.about .global .map .point .pos-cont .text .cont {
  margin-top: .25rem;
  color: #222222;
  line-height: 1.3;
}

.about .global .map .point.rg .pos-cont {
  left: 80%;
  right: auto;
}

.about .global .map .point.btm .pos-cont {
  bottom: auto;
  top: 75%;
  right: 75%;
}

.about .global .map .point.btm .pos-cont .line {
  width: 11.25rem;
}

.about .global .map .point.btm .pos-cont .cont-box {
  align-items: flex-start;
}

.about .global .map .point.rg .pos-cont .cont-box {
  flex-direction: row-reverse;
}

.about .global .map .point.rg .pos-cont .line .lf-show {
  display: none;
}

.about .global .map .point.rg .pos-cont .line .rg-show {
  display: block;
}

.about .global .map .point1 {
  top: 39.5%;
  left: 16.72%;
}

.about .global .map .point2 {
  top: 43.65%;
  left: 17.37%;
}

.about .global .map .point3 {
  top: 37.86%;
  left: 18.88%;
}

.about .global .map .point4 {
  top: 43.33%;
  left: 19.76%;
}

.about .global .map .point5 {
  top: 34.9%;
  left: 20.57%;
}

.about .global .map .point6 {
  top: 38.84%;
  left: 21.15%;
}

.about .global .map .point7 {
  top: 36.76%;
  left: 22.38%;
}

.about .global .map .point8 {
  top: 38.51%;
  left: 23.83%;
}

.about .global .map .point9 {
  top: 43.87%;
  left: 23.14%;
}

.about .global .map .point10 {
  top: 70.13%;
  left: 32.93%;
}

.about .global .map .point11 {
  top: 67.83%;
  left: 33.97%;
}

.about .global .map .point12 {
  top: 31.4%;
  left: 48.83%;
}

.about .global .map .point13 {
  top: 36.11%;
  left: 48.95%;
}

.about .global .map .point14 {
  top: 29.98%;
  left: 52.16%;
}

.about .global .map .point15 {
  top: 36.87%;
  left: 51.86%;
}

.about .global .map .point16 {
  top: 31.4%;
  left: 54.55%;
}

.about .global .map .point17 {
  top: 32.28%;
  left: 53.79%;
}

.about .global .map .point18 {
  top: 35.89%;
  left: 53.79%;
}

.about .global .map .point19 {
  top: 32.39%;
  left: 51.22%;
}

.about .global .map .point20 {
  top: 32.93%;
  left: 52.27%;
}

.about .global .map .point21 {
  top: 27.13%;
  left: 58.39%;
}

.about .global .map .point22 {
  top: 50.66%;
  left: 68.36%;
}

.about .global .map .point23 {
  top: 54.16%;
  left: 74.01%;
}

.about .global .map .point24 {
  top: 55.69%;
  left: 74.53%;
}

.about .global .map .point25 {
  top: 46.39%;
  left: 77.1%;
}

.about .global .map .point26 {
  top: 44.2%;
  left: 78.03%;
}

.about .global .map .point27 {
  top: 49.89%;
  left: 77.86%;
}

.about .global .map .point28 {
  top: 45.95%;
  left: 79.31%;
}

.about .global .map .point29 {
  top: 41.9%;
  left: 82.17%;
}

.about .global .map .point30 {
  top: 53.72%;
  left: 76.34%;
}

.about .global .map .point31 {
  top: 44.42%;
  left: 82.98%;
}

.about .global .map .point32 {
  top: 63.02%;
  left: 79.84%;
}

.about .global .map .li-box {
  position: absolute;
  bottom: -.3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.about .global .map .li-box .li {
  display: flex;
  align-items: center;
  margin-right: 1.1rem;
}

.about .global .map .li-box .li:last-child {
  margin-right: 0;
}

.about .global .map .li-box .li div {
  width: .7rem;
  margin-right: .2rem;
}

.about .global .map .li-box .li div img {
  width: auto;
  max-width: 100%;
}

.about .global .map-swiper {
  margin-top: 2rem;
}

.about .global .map-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}

.about .global .map-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.about .global .map-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.about .global .map-swiper .swiper-slide {
  width: 49%;
  margin-right: 2%;
}

.about .global .map-swiper .swiper-slide .pic {
  width: 100%;
}

.about .global .map-swiper .swiper-slide .pic img {
  width: 100%;
}

.about .global .map-swiper .swiper-slide .h1 {
  color: #F68B1F;
  margin-top: .7rem;
}

.about .global .map-swiper .swiper-slide .text {
  margin-top: 0.25rem;
  color: #222222;
  line-height: 1.3;
}

.about .history {
  padding: 3.4rem 0 3.5rem;
  background-color: #F9F9F9;
}

.about .history .box {
  margin-top: 2.25rem;
  position: relative;
}

.about .history .box .swiper-button-prev,
.about .history .box .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

.about .history .box .swiper-button-prev::after,
.about .history .box .swiper-button-next::after {
  font-size: .5rem;
}

.about .history .box .swiper-button-prev:hover,
.about .history .box .swiper-button-next:hover {
  border-color: var(--logoColor);
  color: var(--logoColor);
}

.about .history .box .swiper-button-prev {
  left: 0;
}

.about .history .box .swiper-button-next {
  right: 0;
}

.about .history .box .cont-box {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.about .history .box .cont-box .pic {
  width: 55%;
  height: 10rem;
  margin-right: 5%;
}

.about .history .box .cont-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .history .box .cont-box .li-box {
  width: 40%;
  padding-right: .5rem;
  max-height: 9rem;
  overflow-y: auto;
}

.about .history .box .cont-box .li-box::-webkit-scrollbar {
  width: 3px;
}

.about .history .box .cont-box .li-box .li {
  margin-bottom: 1.6rem;
  padding-left: .7rem;
  cursor: pointer;
}

.about .history .box .cont-box .li-box .li:last-child {
  margin-bottom: 0;
}

.about .history .box .cont-box .li-box .li .time {
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  transform: scale(.8);
  transform-origin: left bottom;
  transition: all .4s;
}

.about .history .box .cont-box .li-box .li .time::after {
  content: '';
  position: absolute;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background-color: #0068B7;
  left: -.7rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .4s;
}

.about .history .box .cont-box .li-box .li .intro {
  margin-top: .3rem;
  color: #666666;
  line-height: 1.4;
}

.about .history .box .cont-box .li-box .li:hover .time,
.about .history .box .cont-box .li-box .li.cur .time {
  /* font-size: 1rem; */
  transform: scale(1);
  color: var(--logoColor);
}

.about .history .box .cont-box .li-box .li:hover .time::after,
.about .history .box .cont-box .li-box .li.cur .time::after {
  opacity: 1;
}

.about .history .history-swiper {
  margin-top: 3rem;
}

.about .history .history-swiper::after {
  content: '';
  position: absolute;
  top: .25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D4D4D4;
}

.about .history .history-swiper .swiper-slide {
  width: max-content;
  margin-right: 3.5rem;
  cursor: pointer;
}

.about .history .history-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.about .history .history-swiper .swiper-slide div {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  position: relative;
  margin: 0 auto;
  transition: all .4s;
}

.about .history .history-swiper .swiper-slide div::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background-color: #E2E2E2;
  transition: all .4s;
}

.about .history .history-swiper .swiper-slide p {
  margin-top: .35rem;
  color: #C6C6C6;
  font-size: .6rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  transition: all .4s;
}

.about .history .history-swiper .swiper-slide:hover p {
  color: var(--logoColor);
}

.about .history .history-swiper .swiper-slide.cur div {
  border-color: var(--logoColor);
}

.about .history .history-swiper .swiper-slide.cur div::after {
  background-color: var(--logoColor);
}

.about .history .history-swiper .swiper-slide.cur p {
  font-size: .9rem;
  color: var(--logoColor);
}

.about .honor {
  padding: 3.25rem 0 4rem;
}

.about .honor .box {
  margin-top: 1.9rem;
  display: flex;
  height: 16.75rem;
  background-color: #F6F6F6;
}

.about .honor .box .pic {
  width: 30%;
  height: 100%;
}

.about .honor .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .honor .box .li-box {
  width: 70%;
  height: 100%;
  padding: 1rem 0;
}

.about .honor .box .li-box .cont-box {
  height: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 0 2.25rem;
  overflow-y: auto;
}

.about .honor .box .li-box .cont-box::-webkit-scrollbar {
  width: 4px;
}

.about .honor .box .li-box .cont-box::-webkit-scrollbar-thumb {
  background: var(--logoColor);
}

.about .honor .box .li-box .li {
  padding: 0 .5rem;
  position: relative;
  color: #222222;
  width: 50%;
  margin-bottom: 1.1rem;
}

.about .honor .box .li-box .li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--logoColor);
}

.about .absorbed .pic {
  width: 100%;
  position: relative;
}

.about .absorbed .pic .pos-cont {
  position: absolute;
  top: 25%;
  left: 8.5%;
  width: 60%;
}

.about .absorbed .pic .pos-cont .cont {
  margin-top: 1rem;
  line-height: 1.6;
  color: #666666;
}

.about .absorbed .intro {
  width: 93%;
  margin: -7.75rem auto 0;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 2.6rem 2.25rem 3rem;
}

.about .absorbed .intro .sub {
  margin-top: .4rem;
}

.about .absorbed .intro .absorbed-swiper {
  margin-top: 2.25rem;
}

.about .absorbed .intro .absorbed-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}

.about .absorbed .intro .absorbed-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.about .absorbed .intro .absorbed-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.about .absorbed .intro .absorbed-swiper .swiper-slide {
  width: 24%;
  height: 14.5rem;
  margin-right: 1.33%;
  overflow: hidden;
}

.about .absorbed .intro .absorbed-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.about .absorbed .intro .absorbed-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.about .absorbed .intro .absorbed-swiper .swiper-slide .pos-cont {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.6rem;
  padding: 0 1.4rem;
}

.about .absorbed .intro .absorbed-swiper .swiper-slide .pos-cont .h1 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  font-size: .8rem;
}

.about .absorbed .intro .absorbed-swiper .swiper-slide .pos-cont .cont {
  margin-top: .45rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  text-align: justify;
  transition: all .4s;
}

.about .absorbed .intro .absorbed-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.about .absorbed .intro .absorbed-swiper .swiper-slide:hover .pos-cont .cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.products {
  padding: 1.1rem 0 2.45rem;
  position: relative;
}

.products .li-box .li {
  display: flex;
  align-items: center;
  padding-left: 8.5%;
  margin-bottom: 2.25rem;
}

.products .li-box .li.ali-btm {
  align-items: flex-end;
}

.products .li-box .li:last-child {
  margin-bottom: 0;
}

.products .li-box .li .lf {
  width: 26%;
  padding-right: 1.5rem;
}

.products .li-box .li .lf .tit {
  margin-bottom: 2.45rem;
}

.products .li-box .li .lf .h1 {
  color: #222222;
  font-size: .9rem;
  font-weight: bold;
  line-height: 1;
}

.products .li-box .li .lf .cont {
  margin-top: 1rem;
  color: #666666;
  line-height: 1.6;
  text-align: justify;
}

.products .li-box .li .lf .more {
  margin-top: 2rem;
}

.products .li-box .li .pic {
  width: 74%;
}

.products .li-box .li:nth-child(2n) {
  flex-direction: row-reverse;
  padding-right: 8.5%;
  padding-left: 0;
}

.products .li-box .li:nth-child(2n) .lf {
  padding-right: 0;
  padding-left: 1.5rem;
}

.products-info {
  padding: 1.6rem 0 3.2rem;
}

.products-info .top-box {
  display: flex;
  align-items: flex-start;
}

.products-info .top-box .lf {
  width: 50%;
  display: flex;
}

.products-info .top-box .lf .info-swiper {
  width: 2.5rem;
  height: 11.5rem;
  margin-right: .5rem;
}

.products-info .top-box .lf .info-swiper .swiper-slide {
  width: 100%;
  height: 2.5rem;
  margin-bottom: .5rem;
  overflow: hidden;
  cursor: pointer;
}

.products-info .top-box .lf .info-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - .2rem);
  height: calc(100% - .2rem);
  border: 0.1rem solid var(--logoColor);
  opacity: 0;
  transition: all .4s;
}

.products-info .top-box .lf .info-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.products-info .top-box .lf .info-swiper .swiper-slide:last-child {
  margin-bottom: 0;
}

.products-info .top-box .lf .info-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.products-info .top-box .lf .info-swiper .swiper-slide.cur::after {
  opacity: 1;
}

.products-info .top-box .lf .pic {
  width: calc(100% - 3rem);
  height: 11.5rem;
  overflow: hidden;
}

.products-info .top-box .lf .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.products-info .top-box .lf .pic:hover img {
  transform: scale(1.1);
}

.products-info .top-box .rg {
  width: 50%;
  padding: 1.4rem 2.1rem .5rem 2.75rem;
}

.products-info .top-box .rg .cont {
  margin-top: .9rem;
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}

.products-info .top-box .rg .intro {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}

.products-info .top-box .rg .intro .li {
  min-width: 3.1rem;
  padding: 0 .3rem;
  height: 1.15rem;
  text-align: center;
  line-height: 1.15rem;
  margin-right: .6rem;
  background-color: #fff;
  color: #222222;
  margin-bottom: .5rem;
}

.products-info .top-box .rg .intro .li:last-child {
  margin-right: 0;
}

.products-info .application {
  margin-top: 2.5rem;
}

.products-info .application .cont {
  margin-top: .75rem;
  line-height: 1.6;
  color: #666;
}

.products-info .application .application-swiper {
  margin-top: 1.05rem;
}

.products-info .application .application-swiper .swiper-pagination {
  position: relative;
  margin-top: 1.1rem;
}

.products-info .application .application-swiper .swiper-pagination .swiper-pagination-bullet {
  width: .3rem;
  height: .3rem;
  background: #E2E2E2;
  opacity: 1;
}

.products-info .application .application-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.products-info .application .application-swiper .swiper-slide {
  width: 32.5%;
  margin-right: 1.25%;
  overflow: hidden;
}

.products-info .application .application-swiper .swiper-slide::after {
  background-color: rgba(0, 0, 0, 0.25);
}

.products-info .application .application-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.products-info .application .application-swiper .swiper-slide img {
  width: 100%;
  transition: all .4s;
}

.products-info .application .application-swiper .swiper-slide p {
  position: absolute;
  z-index: 5;
  bottom: .6rem;
  left: 0;
  width: 100%;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 1rem;
}

.products-info .application .application-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.products-info .download {
  margin-top: 2.3rem;
  padding: 0;
}

.products-info .download .pic {
  margin-top: 1.6rem;
  position: relative;
}

.products-info .download .pic img {
  width: 100%;
}

.products-info .download .pic .pos-cont {
  position: absolute;
  left: 64%;
  top: 1.6rem;
}

.products-info .download .pic .pos-cont .h1 {
  line-height: 1.1;
}

.products-info .download .pic .pos-cont .more {
  margin-top: 1.7rem;
}

.dev {
  background-color: #F5F5F5;
}

.dev .top-pic {
  position: relative;
}

.dev .top-pic img {
  width: 100%;
}

.dev .top-pic .crumb-box {
  position: absolute;
  top: 0;
  left: 8.5%;
  width: 60%;
}

.dev .top-pic .crumb-box .crumbs {
  margin: 0;
}

.dev .top-pic .crumb-box div {
  filter: brightness(100);
}

.dev .top-pic .crumb-box a {
  color: #fff;
}

.dev .top-pic .crumb-box a::after {
  color: #fff;
}

.dev .top-pic .pos-cont {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
}

.dev .top-pic .pos-cont .tit {
  color: #FFFFFF;
}

.dev .top-pic .pos-cont .cont {
  margin-top: 1.25rem;
  line-height: 1.6;
  color: #fff;
  font-style: italic;
}

.dev .btm-box {
  background-color: #F5F5F5;
  padding: .5rem 0 3.85rem;
}

.dev .btm-box .tit {
  color: #000000;
  font-weight: 500;
}

.dev .btm-box .cont {
  color: #000000;
  line-height: 1.3;
  margin-top: .95rem;
  width: 67%;
}

.dev .btm-box .dev-swiper {
  margin-top: 2rem;
}

.dev .btm-box .dev-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}

.dev .btm-box .dev-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.dev .btm-box .dev-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.dev .btm-box .dev-swiper .swiper-slide {
  width: 23.75%;
  height: 13.75rem;
  margin-right: 1.66%;
  padding: 1.1rem;
  background-color: #fff;
  transition: all .3s;
}

.dev .btm-box .dev-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.dev .btm-box .dev-swiper .swiper-slide .icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: rgba(0, 104, 183, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.dev .btm-box .dev-swiper .swiper-slide .icon img {
  max-width: 70%;
  max-height: 70%;
}

.dev .btm-box .dev-swiper .swiper-slide .h1 {
  color: #000000;
  font-size: .75rem;
  line-height: 1;
  margin-top: 1.25rem;
  font-weight: 500;
  transition: all .3s;
}

.dev .btm-box .dev-swiper .swiper-slide .text {
  color: #666666;
  line-height: 1.6;
  max-height: 6.4em;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: .7rem;
  text-align: justify;
  transition: all .3s;
}

.dev .btm-box .dev-swiper .swiper-slide .text::-webkit-scrollbar {
  width: 3px;
}

.dev .btm-box .dev-swiper .swiper-slide .more {
  position: absolute;
  bottom: 1.6rem;
  left: 1.1rem;
  transition: all .3s;
}

.dev .btm-box .dev-swiper .swiper-slide:hover {
  background-color: #0068B7;
}

.dev .btm-box .dev-swiper .swiper-slide:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.dev .btm-box .dev-swiper .swiper-slide:hover .icon img {
  filter: grayscale(100) brightness(100);
}

.dev .btm-box .dev-swiper .swiper-slide:hover .h1,
.dev .btm-box .dev-swiper .swiper-slide:hover .text,
.dev .btm-box .dev-swiper .swiper-slide:hover .more {
  color: #fff;
}

.dev .btm-box .dev-swiper .swiper-slide:hover .text::-webkit-scrollbar-thumb {
  background: #fff;
}

.dev-info {
  margin-top: 1.1rem;
}

.dev-info .info-top {
  display: flex;
  margin-bottom: -2.75rem;
}

.dev-info .info-top .lf {
  width: 43%;
  padding-top: 4.3rem;
  padding-right: 3.6rem;
  padding-left: 8.5%;
}

.dev-info .info-top .lf .cont {
  margin-top: .8rem;
  color: #222222;
  line-height: 1.6;
  text-align: justify;
}

.dev-info .info-top .rg {
  width: 57%;
}

.dev-info .info-top .rg img {
  width: 100%;
}

.dev-info .green {
  padding: 4.75rem 0 2.75rem;
  background-color: #F6F6F6;
}

.dev-info .green .box {
  background-color: #fff;
  padding: 2rem;
}

.dev-info .green .box .h1 {
  color: #222222;
}

.dev-info .green .box .li-box {
  margin-top: .8rem;
  display: flex;
  flex-wrap: wrap;
}

.dev-info .green .box .li-box .li {
  width: 50%;
  padding: 0 .4rem;
  position: relative;
  color: #888888;
  line-height: 1;
  margin-bottom: .3rem;
}

.dev-info .green .box .li-box .li span {
  color: #F58B1F;
}

.dev-info .green .box .li-box .li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F58B1F;
}

.dev-info .green-btm {
  padding: 3rem 0 2.6rem;
  background-color: #fff;
  position: relative;
}

.dev-info .green-btm .pos-bg {
  position: absolute;
}

.dev-info .green-btm .pos-bg img {
  width: 100%;
}

.dev-info .green-btm .pos-bg1 {
  width: 42%;
  left: -10%;
  bottom: 9.15rem;
}

.dev-info .green-btm .pos-bg2 {
  width: 30%;
  left: 13.5%;
  bottom: 0;
}

.dev-info .green-btm .li-wrap {
  position: relative;
  z-index: 5;
}

.dev-info .green-btm .li-wrap .li {
  margin-bottom: 3.45rem;
}

.dev-info .green-btm .li-wrap .li:last-child {
  margin-bottom: 0;
}

.dev-info .green-btm .li-wrap .li .top {
  display: flex;
  align-items: flex-start;
}

.dev-info .green-btm .li-wrap .li .top .tit {
  display: flex;
  align-items: flex-start;
  width: 31.25%;
}

.dev-info .green-btm .li-wrap .li .top .tit span {
  margin-right: .4rem;
}

.dev-info .green-btm .li-wrap .li .top .tit p {
  line-height: 1.25;
  font-weight: 500;
  margin-top: -.2rem;
}

.dev-info .green-btm .li-wrap .li .top .cont {
  color: #666666;
  line-height: 1.8;
  width: 42%;
}

.dev-info .green-btm .li-wrap .li .top .slide-box {
  margin-top: .25rem;
  width: 68.75%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2.1rem;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list {
  margin-bottom: .9rem;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list:last-child {
  margin-bottom: 0;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list .top-bots {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .4s;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list .top-bots .h1 {
  color: #222222;
  font-size: .8rem;
  font-weight: 500;
  width: 7.5rem;
  transition: all .4s;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list .top-bots .text {
  color: #666666;
  line-height: 1.8;
  max-height: 1.8em;
  text-align: justify;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 57%;
  transition: all .4s;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list .top-bots .arr {
  position: absolute;
  top: 0;
  right: 1.2rem;
  color: #222222;
  line-height: 1;
  font-size: .6rem;
  transition: all .4s;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list .sli-bots {
  width: 100%;
  background-color: #FAFAFA;
  display: none;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list .sli-bots img {
  width: 100%;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list.cur .top-bots {
  border-bottom-color: transparent;
  padding-bottom: .6rem;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list.cur .top-bots .h1 {
  color: #F58B1F;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list.cur .top-bots .text {
  max-height: initial;
  white-space: initial;
}

.dev-info .green-btm .li-wrap .li .top .slide-box .list.cur .top-bots .arr {
  transform: rotate(180deg);
  color: var(--logoColor);
}

.dev-info .green-btm .li-wrap .li .pic {
  width: 100%;
  margin-top: 1.5rem;
}

.dev-info.sustain .info-top {
  margin-bottom: 0;
  padding-bottom: 2.75rem;
}

.dev-info.sustain .info-top .lf {
  padding-top: 3rem;
}

.dev-info.sustain .info-top .lf .h1 {
  color: #222222;
  margin-top: 2.5rem;
}

.dev-info.sustain .info-top .lf .tips {
  margin-top: .5rem;
  color: #888888;
}

.dev-info.sustain .info-top .lf .tips span {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F58B1F;
  margin-right: 7px;
}

.dev-info.sustain .green-btm {
  background-color: #F6F6F6;
  padding-bottom: 3.35rem;
}

.dev-info.sustain .green-btm .li-wrap .li .top .tit-box {
  width: 35.25%;
  margin-right: 1rem;
}

.dev-info.sustain .green-btm .li-wrap .li .top .tit-box p {
  font-size: .8rem;
  margin-bottom: .5rem;
  cursor: pointer;
  transition: all .4s;
}

.dev-info.sustain .green-btm .li-wrap .li .top .tit-box p span {
  font-size: 16px;
  line-height: 1;
  margin-right: .4rem;
  color: #000;
  display: inline-block;
  vertical-align: top;
}

.dev-info.sustain .green-btm .li-wrap .li .top .tit-box p:hover,
.dev-info.sustain .green-btm .li-wrap .li .top .tit-box p.cur {
  color: var(--logoColor);
}

.dev-info.sustain .green-btm .li-wrap .li .top .tit-box p:last-child {
  margin-bottom: 0;
}

.dev-info.sustain .green-btm .li-wrap .li .top .tit {
  width: 35.25%;
}

.dev-info.sustain .green-btm .li-wrap .li .top .tit p {
  font-size: .8rem;
}

.dev-info.sustain .green-btm .li-wrap .li .top .cont-box {
  width: 46%;
}

.dev-info.sustain .green-btm .li-wrap .li .top .cont {
  width: 100%;
  text-align: justify;
  display: none;
}

.dev-info.sustain .green-btm .li-wrap .li .top {
  flex-wrap: wrap;
}

.dev-info.sustain .green-btm .suatain-li {
  width: 100%;
  margin-bottom: 1.5rem;
}

.dev-info.sustain .green-btm .suatain-li:last-child {
  margin-bottom: 0;
}

.dev-info.sustain .green-btm .suatain-li .h1 {
  color: #333;
  font-size: .8rem;
  line-height: 1;
}

.dev-info.sustain .green-btm .suatain-li .info {
  line-height: 1.6;
  margin: .5rem auto 0;
  width: 80%;
}

.dev-info.sustain .green-btm .li-wrap .li .sustain-swiper {
  margin-top: 2.2rem;
  overflow: initial;
}

.dev-info.sustain .green-btm .li-wrap .li .sustain-swiper .swiper-scrollbar {
  position: relative;
  margin-top: 1.5rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.dev-info.sustain .green-btm .li-wrap .li .sustain-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--logoColor);
  height: 3px;
}

.dev-info.sustain .green-btm .li-wrap .li .sustain-swiper .swiper-slide {
  width: 64%;
  margin-right: 2.5%;
}

.dev-info .worth-btm {
  padding: 3.1rem 0 4.75rem;
  background-color: #F6F6F6;
}

.dev-info .worth-btm .tit {
  font-size: .8rem;
  color: #222222;
  font-weight: 500;
}

.dev-info .worth-btm .cont {
  width: 60%;
  margin: .75rem auto 0;
  line-height: 2;
}

.dev-info .worth-btm .box {
  position: relative;
  margin-top: 2.55rem;
}

.dev-info .worth-btm .box .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dev-info .worth-btm .box .pos-bg img {
  width: 100%;
}

.dev-info .worth-btm .box .li-box {
  display: flex;
  justify-content: center;
}

.dev-info .worth-btm .box .li-box .li {
  width: 8.75rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  background-color: var(--logoColor);
  margin-right: .5rem;
}

.dev-info .worth-btm .box .li-box .li:last-child {
  margin-right: 0;
}

.dev-info .worth-btm .box .arr-box {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}

.dev-info .worth-btm .box .arr-box .li {
  width: 1.5rem;
  margin-right: 3rem;
  animation: arrDown 3s linear infinite;
}

.dev-info .worth-btm .box .arr-box .li:last-child {
  margin-right: 0;
}

.dev-info .worth-btm .box .arr-box .li span {
  display: block;
}

.dev-info .worth-btm .box .arr-box .li span img {
  width: 100%;
}

.dev-info .worth-btm .box .arr-box .li span:nth-child(2) {
  margin-top: -.35rem;
}

.dev-info .worth-btm .box .intro {
  margin: 1.5rem auto 0;
  width: 18rem;
  height: 1.6rem;
  line-height: 1.6rem;
  background-color: var(--logoColor);
}

.dev-info .worth-btm .box .text {
  width: 66%;
  margin: 4.5rem auto 0;
  line-height: 2;
  text-align: left;
}

.dev-info .worth-btm .con-box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.dev-info .worth-btm .con-box .li {
  width: 13.75rem;
  height: 6rem;
  background-color: #fff;
  padding: 1.35rem 1rem .5rem;
  margin-right: .95rem;
}

.dev-info .worth-btm .con-box .li:last-child {
  margin-right: 0;
}

.dev-info .worth-btm .con-box .li .icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.dev-info .worth-btm .con-box .li .icon img {
  max-width: 70%;
  max-height: 70%;
}

.dev-info .worth-btm .con-box .li .h1 {
  margin-top: .5rem;
}

.dev-info .worth-btm .con-box .li .way {
  margin-top: .25rem;
  color: var(--logoColor);
  font-style: italic;
}

.dev-info .sound-btm {
  padding: 3rem 0 3.3rem;
  background-color: #F6F6F6;
}

.dev-info .sound-btm .sound-swiper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dev-info .sound-btm .sound-swiper .swiper-slide {
  width: 33%;
  margin-right: .5%;
  display: flex;
  align-items: flex-start;
  padding-bottom: .8rem;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  transition: all .4s;
}

.dev-info .sound-btm .sound-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--logoColor);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .4s;
}

.dev-info .sound-btm .sound-swiper .swiper-slide span {
  margin-right: .4rem;
}

.dev-info .sound-btm .sound-swiper .swiper-slide p {
  font-size: .8rem;
  line-height: 1.1;
  margin-top: -.1rem;
}

.dev-info .sound-btm .sound-swiper .swiper-slide:hover {
  color: var(--logoColor);
}

.dev-info .sound-btm .sound-swiper .swiper-slide.cur {
  color: var(--logoColor);
}

.dev-info .sound-btm .sound-swiper .swiper-slide.cur::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dev-info .sound-btm .box {
  margin-top: 2rem;
}

.dev-info .sound-btm .box .top-list {
  display: flex;
  align-items: stretch;
  background-color: #fff;
}

.dev-info .sound-btm .box .top-list .pic {
  width: 50%;
}

.dev-info .sound-btm .box .top-list .pic img {
  width: 100%;
}

.dev-info .sound-btm .box .top-list .intro {
  width: 50%;
  padding: 4.4rem 2.6rem;
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}

.dev-info .sound-btm .box .li-box {
  margin-top: 1.4rem;
  display: flex;
  align-items: flex-start;
}

.dev-info .sound-btm .box .li-box .li {
  width: 32%;
  margin-right: 2%;
}

.dev-info .sound-btm .box .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.dev-info .sound-btm .box .li-box .li .pic {
  width: 100%;
  overflow: hidden;
}

.dev-info .sound-btm .box .li-box .li .pic img {
  width: 100%;
  transition: all .4s;
}

.dev-info .sound-btm .box .li-box .li .cont {
  padding: 1.6rem 1.75rem 1.8rem 2.3rem;
  background-color: #fff;
}

.dev-info .sound-btm .box .li-box .li .cont .h1 {
  position: relative;
}

.dev-info .sound-btm .box .li-box .li .cont .h1 span {
  position: absolute;
  right: calc(100% + .35rem);
  color: #0C53A0;
  font-size: .7rem;
  font-style: italic;
  line-height: 1;
}

.dev-info .sound-btm .box .li-box .li .cont .h1 p {
  margin-top: -.1rem;
  font-size: .7rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
}

.dev-info .sound-btm .box .li-box .li .cont .text {
  margin-top: .7rem;
  color: #666666;
  line-height: 1.8;
}

.dev-info .sound-btm .box .li-box .li .cont .tips {
  display: none;
  margin-top: .6rem;
  color: var(--logoColor);
  font-weight: 500;
  line-height: 1.8;
  font-style: italic;
}

.dev-info .sound-btm .box .li-box .li:hover .pic img {
  transform: scale(1.1);
}

.dev-info .sound-btm .box .li-box .li:hover .cont .tips {
  display: block;
}

.innovate .top-bar {
  padding-top: 1.7rem;
}

.innovate .top-bar .cont {
  width: 80%;
  margin: 1.25rem auto 0;
  color: #666666;
  line-height: 1.8;
}

.innovate .top-bar .pic {
  width: 100%;
  text-align: center;
}

/* .innovate .top-bar .pic img {
  width: 100%;
} */

.innovate .cent-box {
  position: relative;
  margin-top: -2.25rem;
  padding: 3.45rem 0 4.9rem;
  background-color: #F9F9F9;
}

.innovate .cent-box .wrap {
  display: flex;
  align-items: center;
}

.innovate .cent-box .wrap .cont {
  width: 44%;
  padding-right: 3.1rem;
}

.innovate .cent-box .wrap .cont .tit {
  color: #000000;
  font-weight: bold;
  line-height: 1.25;
}

.innovate .cent-box .wrap .cont .intro {
  margin-top: 1.75rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
  text-align: justify;
}

.innovate .cent-box .wrap .pic {
  width: 56%;
}

.innovate .cent-box .wrap .pic img {
  width: 100%;
}

.innovate .cent-box2 {
  padding: 3.15rem 0 2.5rem;
}

.innovate .cent-box2 .tit {
  color: #000000;
  line-height: 1.25;
}

.innovate .cent-box2 .li-box {
  margin-top: 2rem;
}

.innovate .cent-box2 .li-box .li {
  display: flex;
  align-items: center;
  background-color: rgba(198, 213, 237, 0.1);
}

.innovate .cent-box2 .li-box .li .cont {
  width: 50%;
  padding: 0 1.7rem;
}

.innovate .cent-box2 .li-box .li .cont .h1 {
  font-size: .8rem;
  color: #222222;
  font-weight: bold;
  line-height: 1;
}

.innovate .cent-box2 .li-box .li .cont .intro {
  margin-top: .7rem;
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}

.innovate .cent-box2 .li-box .li .pic {
  width: 50%;
  position: relative;
}

.innovate .cent-box2 .li-box .li .pic img,
.innovate .cent-box2 .li-box .li .pic video {
  width: 100%;
}

.innovate .cent-box2 .li-box .li .pic .play {
  width: 2.05rem;
  cursor: pointer;
}

.innovate .cent-box2 .li-box .li:nth-child(2n) {
  flex-direction: row-reverse;
}

.innovate .cent-box2 .h2 {
  color: var(--logoColor);
  margin-top: 2.3rem;
}

.innovate .cent-box2 .li-box2 {
  margin-top: 1.1rem;
}

.innovate .cent-box2 .li-box2 .box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: .2rem;
  margin-bottom: .2rem;
  border-bottom: 1px solid #DDDDDD;
}

.innovate .cent-box2 .li-box2 .box:last-child {
  border-bottom: none;
  margin-bottom: none;
  padding-bottom: none;
}

.innovate .cent-box2 .li-box2 .li {
  width: 25%;
  height: 3.15rem;
  display: flex;
  align-items: center;
  padding: 0 1.45rem;
  position: relative;
  border-right: 1px solid #DDDDDD;
}

.innovate .cent-box2 .li-box2 .li:nth-child(4n) {
  border-right: none;
}

.innovate .cent-box2 .li-box2 .li .icon {
  width: .9rem;
  margin-right: .7rem;
}

.innovate .cent-box2 .li-box2 .li p {
  color: #888888;
  line-height: 1;
}

.innovate .btm-box {
  padding: 2.6rem 0 2.95rem;
  background-color: #F9F9F9;
}

.innovate .btm-box .tit {
  color: #000000;
  line-height: 1.25;
}

.innovate .btm-box .cont {
  width: 60%;
  margin: .85rem auto 0;
  color: #666666;
  line-height: 1.6;
  text-align: left;
}

.innovate .btm-box .pic {
  display: block;
  margin-top: 1.35rem;
  width: 100%;
}

.innovate .btm-box .pic img {
  width: 100%;
}

.technology .top-bar {
  display: flex;
}

.technology .top-bar .lf {
  width: 33.33%;
  padding: 0 1rem .5rem 8.5%;
}

.technology .top-bar .lf .crumbs {
  width: 100%;
}

.technology .top-bar .lf .tit {
  margin-top: 4.8rem;
}

.technology .top-bar .lf .cont {
  margin-top: 1.25rem;
  color: #666666;
  line-height: 1.5;
  font-style: italic;
}

.technology .top-bar .cent {
  width: 33.33%;
}

.technology .top-bar .cent img {
  width: 100%;
}

.technology .top-bar .rg {
  width: 33.33%;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  padding: 0 1.75rem;
  color: #fff;
  line-height: 2;
  text-align: justify;
}

.technology .btm-box {
  padding: 1.85rem 0 1.95rem;
  background-color: #F6F6F6;
}

.technology .btm-box .tit {
  font-size: .75rem;
  color: #000000;
  font-weight: bold;
}

.technology .btm-box .technology-swiper {
  margin-top: 1.25rem;
}

.technology .btm-box .technology-swiper .swiper-pagination {
  position: relative;
  margin-top: 1.9rem;
}

.technology .btm-box .technology-swiper .swiper-pagination .swiper-pagination-bullet {
  width: .3rem;
  height: .3rem;
  margin: 0 .2rem;
  background: #E2E2E2;
  opacity: 1;
}

.technology .btm-box .technology-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.technology .btm-box .technology-swiper .swiper-slide {
  width: 31%;
  margin-right: 3.5%;
  overflow: hidden;
}

.technology .btm-box .technology-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.technology .btm-box .technology-swiper .swiper-slide .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.technology .btm-box .technology-swiper .swiper-slide .pic img {
  width: 100%;
  transition: all .4s;
}

.technology .btm-box .technology-swiper .swiper-slide .pic .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 104, 183, 0.5);
  display: flex;
  align-items: center;
  opacity: 1;
  visibility: hidden;
  transform: translateY(100%);
  transition: all .4s;
}

.technology .btm-box .technology-swiper .swiper-slide .pic .cont div {
  padding: 0 1rem;
  max-height: 80%;
  overflow-y: auto;
}

.technology .btm-box .technology-swiper .swiper-slide .pic .cont div::-webkit-scrollbar {
  width: 3px;
}

.technology .btm-box .technology-swiper .swiper-slide .pic .cont div::-webkit-scrollbar-thumb {
  background: #fff;
}

.technology .btm-box .technology-swiper .swiper-slide .text {
  color: #000000;
  line-height: 1.25;
  height: 2.5em;
  margin-top: .7rem;
}

.technology .btm-box .technology-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.technology .btm-box .technology-swiper .swiper-slide:hover .pic .cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.laboratory .top-bar {
  padding: 1.95rem 0 3rem;
}

.laboratory .top-bar .cont {
  color: #666666;
  line-height: 1.6;
  width: 65%;
  margin: .6rem auto 0;
  text-align: justify;
}

.laboratory .top-bar .pic {
  width: 100%;
  margin-top: 1.3rem;
}

.laboratory .top-bar .pic img {
  width: 100%;
}

.laboratory .btm-box {
  display: flex;
  align-items: flex-start;
  padding-right: 8.5%;
}

.laboratory .btm-box .lf {
  width: 46%;
  height: 22.75rem;
  background-color: #F5F5F5;
  margin-right: 1.5rem;
  position: relative;
  padding-left: 8.5%;
}

.laboratory .btm-box .lf .cont-wrap {
  padding: 4.95rem 3.75rem 0 0;
}

.laboratory .btm-box .lf .cont-wrap .tit {
  color: #000000;
}

.laboratory .btm-box .lf .cont-wrap .sub {
  margin-top: 1.9rem;
  color: #000000;
}

.laboratory .btm-box .lf .cont-wrap .cont {
  margin-top: .4rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
  text-align: justify;
}

.laboratory .btm-box .lf .arr-box {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}

.laboratory .btm-box .lf .arr-box .swiper-button-prev,
.laboratory .btm-box .lf .arr-box .swiper-button-next {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  transition: all .3s;
}

.laboratory .btm-box .lf .arr-box .swiper-button-prev::after,
.laboratory .btm-box .lf .arr-box .swiper-button-next::after {
  font-size: .5rem;
}

.laboratory .btm-box .lf .arr-box .swiper-button-prev:hover,
.laboratory .btm-box .lf .arr-box .swiper-button-next:hover {
  border-color: var(--logoColor);
  background-color: var(--logoColor);
  color: #fff;
}

.laboratory .btm-box .lf .arr-box .swiper-button-prev {
  margin-bottom: .4rem;
  transform: rotate(90deg);
}

.laboratory .btm-box .lf .arr-box .swiper-button-next {
  transform: rotate(90deg);
}

.laboratory .btm-box .laboratory-swiper {
  width: calc(54% - 1.5rem);
  height: 22.75rem;
}

.laboratory .btm-box .laboratory-swiper .swiper-slide {
  width: 100%;
  height: 14.25rem;
  padding-top: .5rem;
  margin-bottom: 1.1rem;
}

.laboratory .btm-box .laboratory-swiper .swiper-slide:last-child {
  margin-bottom: 0;
}

.laboratory .btm-box .laboratory-swiper .swiper-slide span {
  position: absolute;
  top: 0;
  left: 0;
  color: #F69433;
  font-size: 1.8rem;
  line-height: .6;
}

.laboratory .btm-box .laboratory-swiper .swiper-slide div {
  width: 100%;
}

.news {
  padding: 1.6rem 0 3.25rem;
}

.news .top-swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  bottom: 0;
  margin-top: 1rem;
}

.news .top-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.news .top-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.news .top-swiper .swiper-slide {
  width: 100%;
  margin-right: 1rem;
}

.news .top-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.news .top-swiper .swiper-slide .pic {
  width: 100%;
}

.news .top-swiper .swiper-slide .pic img {
  width: 100%;
}

.news .top-swiper .swiper-slide .tit {
  color: #666;
  margin-top: .8rem;
}

.news .top-swiper .swiper-slide .time {
  color: var(--logoColor);
  margin-top: .5rem;
}

.news .top {
  display: flex;
  align-items: stretch;
  /* align-items: flex-end; */
}

.news .top .pic {
  width: 64%;
  height: 15rem;
  position: relative;
}

.news .top .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .top .pic .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
  padding: 0 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.news .top .pic .pos-cont .h1 {
  color: #fff;
  font-size: .8rem;
}

.news .top .pic .pos-cont .h2 {
  color: rgba(255, 255, 255, .7);
  line-height: 1.5;
  margin-top: .7rem;
}

.news .top .rg {
  padding-left: 2.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .top .rg .li {
  display: block;
  padding-bottom: 1.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6rem;
}

.news .top .rg .li:last-child {
  margin-bottom: 0;
}

.news .top .rg .li .time {
  color: var(--logoColor);
}

.news .top .rg .li .tit {
  margin-top: .8rem;
  color: #666666;
  transition: all .4s;
}

.news .top .rg .li:hover .tit {
  color: var(--logoColor);
}

.news .cent {
  margin-top: 2.3rem;
  display: flex;
}

.news .cent .select {
  width: 8.8rem;
  height: 1.75rem;
  margin-right: .9rem;
  border: 1px solid #DDDDDD;
  position: relative;
  z-index: 10;
}

.news .cent .select p {
  color: #888888;
  width: 100%;
  height: 100%;
  line-height: 1.75rem;
  padding: 0 .75rem;
  cursor: pointer;
}

.news .cent .select .arr {
  position: absolute;
  top: 50%;
  right: .6rem;
  margin-top: -.2rem;
  color: #888;
  line-height: 1;
  pointer-events: none;
  transition: all .4s;
}

.news .cent .select .change {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: calc(4.8rem + 3px);
  overflow-y: auto;
  border: 1px solid #DDDDDD;
  display: none;
}

.news .cent .select .change::-webkit-scrollbar {
  width: 3px;
}

.news .cent .select .change span {
  display: block;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #666;
  padding: 0 .75rem;
  cursor: pointer;
  border-bottom: 1px solid #DDDDDD;
  transition: all .4s;
}

.news .cent .select .change span:last-child {
  border-bottom: none;
}

.news .cent .select .change span:hover {
  color: var(--logoColor);
}

.news .cent .select.cur .arr {
  transform: rotate(180deg);
}

.news .cent .search {
  width: calc(100% - 9.7rem);
  height: 1.75rem;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
}

.news .cent .search input {
  width: calc(100% - 1.65rem);
  height: 100%;
  background: none;
  color: #333;
  padding: 0 1rem;
}

.news .cent .search div {
  width: 1.65rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.news .box {
  margin-top: 1.7rem;
}

.news .box .li-box {
  display: flex;
  flex-wrap: wrap;
}

.news .box .li-box .li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2.2rem;
}

.news .box .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.news .box .li-box .li .pic {
  width: 100%;
  overflow: hidden;
}

.news .box .li-box .li .pic img {
  width: 100%;
  transition: all .3s;
}

.news .box .li-box .li .tit {
  color: #000000;
  margin-top: .7rem;
  transition: all .3s;
}

.news .box .li-box .li .cont {
  margin-top: .4rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
}

.news .box .li-box .li .time {
  margin-top: .5rem;
  color: #999999;
}

.news .box .li-box .li:hover .pic img {
  transform: scale(1.1);
}

.news .box .li-box .li:hover .tit {
  color: var(--logoColor);
}

.news .box .page-box {
  margin-top: .4rem;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-box div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-box a {
  width: .65rem;
  height: .65rem;
  line-height: .65rem;
  text-align: center;
  margin-right: .7rem;
  color: #1A1B20;
  transition: all .4s;
}

.page-box a:last-child {
  margin-right: 0;
}
.page-box a.page-first{
  width:auto;
  padding:0 10px;
}
.page-box a.page-end{
  width:auto;
  padding:0 10px;
}

.page-box a[rel=prev],
.page-box a[rel=next] {
  width: max-content;
  padding: 0 .2rem;
}

.page-box a:hover,
.page-box a.active {
  background-color: var(--logoColor);
  color: #fff;
}

.news-info {
  padding: 1.5rem 0 2.75rem;
}

.news-info .wrap {
  width: 54%;
  margin: 0 auto;
}

.news-info .wrap .tit {
  color: #000000;
  line-height: 1.2;
  font-weight: 500;
}

.news-info .wrap .time {
  margin-top: 1.25rem;
  color: #646464;
}

.news-info .wrap .cont {
  margin-top: 1.2rem;
  padding-top: .8rem;
  padding-bottom: 1.6rem;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  line-height: 1.6;
  text-align: justify;
}

.news-info .wrap .cont .share {
  margin-top: .5rem;
  display: flex;
  align-items: center;
}

.news-info .wrap .cont .share .li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .4rem;
  position: relative;
  transition: all .4s;
}

.news-info .wrap .cont .share .li:last-child {
  margin-right: 0;
}

.news-info .wrap .cont .share .li>img {
  max-width: 60%;
  max-height: 60%;
}

.news-info .wrap .cont .share .li .pos-pic {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .4s;
}

.news-info .wrap .cont .share .li .pos-pic img {
  width: 100%;
}

.news-info .wrap .cont .share .li:hover {
  background-color: var(--logoColor);
}

.news-info .wrap .cont .share .li:hover>img {
  filter: brightness(100);
}

.news-info .wrap .cont .share .li:hover .pos-pic {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.news-info .wrap .info-page {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-info .wrap .info-page .intro {
  display: flex;
  align-items: center;
}

.news-info .wrap .info-page .intro .prev {
  margin-right: .75rem;
}

.news-info .wrap .info-page .intro .prev p {
  margin-left: .35rem;
  margin-right: 0;
}

.news-info .wrap .info-page .intro div {
  width: 3rem;
}

.news-info .wrap .info-page .back {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-info .wrap .info-page .back img {
  max-width: 60%;
}

.recruit {
  padding: 1.6rem 0 0;
  position: relative;
  overflow: hidden;
}

.recruit .bg {
  position: absolute;
  z-index: -1;
}

.recruit .bg img {
  width: 100%;
}

.recruit .bg1 {
  width: 36%;
  left: 0;
  bottom: -5.2rem;
}

.recruit .bg2 {
  width: 30%;
  left: 26%;
  bottom: -5.75rem;
}

.recruit .wrap {
  display: flex;
  align-items: flex-start;
}

.recruit .wrap .lf {
  padding-top: 3.75rem;
  padding-right: 1.5rem;
  width: 47%;
}

.recruit .wrap .lf .tit {
  line-height: 1.4;
}

.recruit .wrap .lf .cont {
  padding-right: 1rem;
  margin-top: 1.2rem;
  line-height: 2;
  color: #666666;
  text-align: justify;
}

.recruit .wrap .rg {
  width: 53%;
  height: 21.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
}

.recruit .wrap .rg::-webkit-scrollbar {
  width: 3px;
}

.recruit .wrap .rg .li-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.recruit .wrap .rg .li {
  display: inline-block;
  margin-bottom: 1.25rem;
  position: absolute;
}

.recruit .wrap .rg .li:nth-child(2n) {
  margin-right: 0;
}

.recruit .wrap .rg .li:nth-child(1) {
  padding-top: 2.35rem;
}

.recruit .wrap .rg .li .pos-cont {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  padding: 0 .9rem;
  transform: translateY(90%);
  transition: all .4s;
}

.recruit .wrap .rg .li .pos-cont .h1 {
  color: #FFFEFE;
}

.recruit .wrap .rg .li .pos-cont .h2 {
  margin-top: .4rem;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  line-height: 1.4;
  transition: all .4s .2s;
}

.recruit .wrap .rg .li:hover .pos-cont {
  transform: translateY(0);
}

.recruit .wrap .rg .li:hover .pos-cont .h2 {
  opacity: 1;
}

.college .top-bar {
  padding: 3.3rem 0;
  position: relative;
}

.college .top-bar .bg {
  position: absolute;
  z-index: -1;
}

.college .top-bar .bg img {
  width: 100%;
}

.college .top-bar .bg1 {
  width: 38.75%;
  left: 0;
  top: .8rem;
}

.college .top-bar .bg2 {
  width: 30%;
  left: 24%;
  top: 7rem;
}

.college .top-bar .wrap {
  display: flex;
  align-items: flex-start;
}

.college .top-bar .wrap .tit {
  width: 50%;
}

.college .top-bar .wrap .cont {
  width: 50%;
  color: #666666;
  line-height: 1.6;
  text-align: justify;
}

.college .top-bar .top-swiper {
  margin-top: 5.5rem;
}

.college .top-bar .top-swiper .swiper-wrapper {
  align-items: flex-end;
}

.college .top-bar .top-swiper .swiper-slide {
  width: auto;
  margin-right: .6rem;
  overflow: hidden;
}

.college .top-bar .top-swiper .swiper-slide img {
  width: 100%;
  transition: all .3s;
}

.college .top-bar .top-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.college .top-bar .top-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.college .cent-arch {
  padding: 3rem 0 3.75rem;
}

.college .cent-arch .tit {
  color: #222222;
  font-weight: bold;
}

.college .cent-arch .sub {
  margin-top: .5rem;
  color: #666666;
  line-height: 1.6;
}

.college .cent-arch .pic {
  margin: 1.65rem auto 0;
  text-align: center;
  width: 90%;
}

.college .char {
  padding: 3.5rem 0;
}

.college .char .char-swiper {
  margin-top: 2rem;
}

.college .char .char-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}

.college .char .char-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.college .char .char-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.college .char .char-swiper .swiper-button-prev,
.college .char .char-swiper .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  top: auto;
  margin: 0;
  bottom: .95rem;
}

.college .char .char-swiper .swiper-button-prev::after,
.college .char .char-swiper .swiper-button-next::after {
  font-size: .5rem;
}

.college .char .char-swiper .swiper-button-prev {
  left: 8.5%;
}

.college .char .char-swiper .swiper-button-next {
  right: 8.5%;
}

.college .char .char-swiper .swiper-slide {
  width: 56%;
  margin: 0 .75rem;
}

.college .char .char-swiper .swiper-slide::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.college .char .char-swiper .swiper-slide .pos-cont {
  position: absolute;
  bottom: 1.05rem;
  left: 0;
  width: 100%;
  padding: 0 2.15rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  z-index: 5;
  transition: all .4s;
}

.college .char .char-swiper .swiper-slide .pos-cont .h1 {
  color: #FFFFFF;
}

.college .char .char-swiper .swiper-slide .pos-cont .cont {
  margin-top: .4rem;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: justify;
}

.college .char .char-swiper .swiper-slide.swiper-slide-active .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.college .teach {
  padding: 3.1rem 0 2.8rem;
  background-color: #F6F6F6;
}

.college .teach .wrap {
  display: flex;
}

.college .teach .wrap .lf {
  width: 36%;
}

.college .teach .wrap .lf img {
  width: 100%;
}

.college .teach .wrap .rg {
  width: 64%;
  padding-left: 1.9rem;
}

.college .teach .wrap .rg .li-box {
  margin-top: 2.2rem;
}

.college .teach .wrap .rg .li-box .li {
  margin-bottom: .75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.college .teach .wrap .rg .li-box .li:last-child {
  margin-bottom: 0;
}

.college .teach .wrap .rg .li-box .li .top-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .7rem;
  cursor: pointer;
}

.college .teach .wrap .rg .li-box .li .top-bot .intro {
  display: flex;
  align-items: center;
}

.college .teach .wrap .rg .li-box .li .top-bot .intro .icon {
  width: .95rem;
  margin-right: .8rem;
}

.college .teach .wrap .rg .li-box .li .top-bot .intro .h1 {
  color: #222222;
  font-weight: 500;
  transition: all .4s;
}

.college .teach .wrap .rg .li-box .li .top-bot .arr {
  width: .6rem;
  height: .6rem;
  line-height: .5rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #222;
  font-size: .45rem;
  transition: all .4s;
}

.college .teach .wrap .rg .li-box .li .btm-bot {
  color: #666666;
  line-height: 1.6;
  padding: 0 1.75rem 1rem;
  text-align: justify;
  display: none;
}

.college .teach .wrap .rg .li-box .li:hover .top-bot .intro .h1 {
  color: var(--logoColor);
}

.college .teach .wrap .rg .li-box .li.cur .top-bot .intro .h1 {
  color: var(--logoColor);
}

.college .teach .wrap .rg .li-box .li.cur .top-bot .arr {
  transform: rotate(180deg);
}

.society {
  padding: 1.4rem 0 2.3rem;
}

.society .select {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.society .select .li {
  width: 22%;
  height: 1.3rem;
  margin-right: 2%;
  border: 1px solid #E2E2E2;
}

.society .select .li:last-child {
  margin-right: 0;
}

.society .select .drop-down {
  position: relative;
  z-index: 10;
}

.society .select .drop-down p {
  width: 100%;
  height: 100%;
  line-height: 1.3rem;
  padding: 0 .6rem;
  color: #333333;
  cursor: pointer;
  transition: all .3s;
}

.society .select .drop-down .arr {
  position: absolute;
  top: 50%;
  right: .5rem;
  margin-top: -.2rem;
  color: #333;
  line-height: 1;
  pointer-events: none;
  transition: all .3s;
}

.society .select .drop-down .change {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: calc(4rem + 3px);
  overflow-y: auto;
  border: 1px solid #E2E2E2;
  display: none;
}

.society .select .drop-down .change::-webkit-scrollbar {
  width: 3px;
}

.society .select .drop-down .change span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 .6rem;
  color: #666;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: all .3s;
}

.society .select .drop-down .change span:last-child {
  border-bottom: none;
}

.society .select .drop-down:hover p {
  background-color: var(--logoColor);
  color: #fff;
}

.society .select .drop-down:hover .arr {
  color: #fff;
}

.society .select .drop-down.cur .arr {
  transform: rotate(180deg);
}

.society .select .search {
  width: 28%;
  display: flex;
  align-items: center;
}

.society .select .search input {
  width: calc(100% - 2.5rem);
  height: 100%;
  color: #333;
  background: none;
  padding: 0 .5rem;
}

.society .select .search .btm {
  width: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--logoColor);
  cursor: pointer;
  transition: all .3s;
}

.society .select .search .btm div {
  width: .4rem;
  margin-right: .2rem;
}

.society .select .search .btm div img {
  width: 100%;
}

.society .select .search .btm p {
  color: #fff;
  line-height: 1;
}

.society .select .search .btm:hover {
  background-color: var(--hovColor);
}

.society .top-tit {
  width: 100%;
  height: 1.2rem;
  margin-top: .65rem;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  background-color: var(--logoColor);
}

.society .top-tit p {
  width: 25%;
  color: #fff;
}

.society .li-box .li .top-bots {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 1.55rem;
  padding: 0 1.25rem;
  cursor: pointer;
  transition: all .3s;
}

.society .li-box .li .top-bots p {
  color: #222222;
  width: 25%;
}

.society .li-box .li .btn-bots {
  padding: .25rem 1.25rem 1.5rem;
  background-color: #e8e8e8;
  display: none;
}

.society .li-box .li .btn-bots .list {
  display: flex;
  align-items: center;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.society .li-box .li .btn-bots .list p {
  width: 25%;
  color: #666666;
  line-height: 1;
}

.society .li-box .li .btn-bots .list p span {
  color: #333;
}

.society .li-box .li .btn-bots .intro {
  margin-top: .75rem;
  display: flex;
  align-items: flex-start;
}

.society .li-box .li .btn-bots .intro .lst {
  width: 50%;
  padding-right: 1rem;
}

.society .li-box .li .btn-bots .intro .lst .h1 {
  color: #000000;
}

.society .li-box .li .btn-bots .intro .lst .cont {
  margin-top: .25rem;
  color: #666666;
  line-height: 2;
}

.society .li-box .li .btn-bots .apply {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  width: 3rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  background-color: var(--logoColor);
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

.society .li-box .li .btn-bots .apply p {
  margin-right: .35rem;
}

.society .li-box .li:nth-child(2n) .top-bots {
  background-color: #f6f6f6;
}

.society .li-box .li:hover .top-bots,
.society .li-box .li.cur .top-bots {
  background-color: #F1F1F1;
}

.foster {
  background-color: #F6F6F6;
}

.foster .top-bar {
  padding: 1.6rem 0 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}

.foster .top-bar .lf {
  width: 48%;
  padding: 3.75rem 3rem 0 8.5%;
}

.foster .top-bar .lf .cont {
  line-height: 2;
  margin-top: 1.8rem;
  text-align: justify;
}

.foster .top-bar .pic {
  width: 52%;
}

.foster .top-bar .pic img {
  width: 100%;
}

.foster .cent {
  position: relative;
  margin-top: -4.35rem;
  padding: 8.7rem 0 .5rem;
  background-color: #fff;
  overflow: hidden;
}

.foster .cent .bg {
  position: absolute;
}

.foster .cent .bg img {
  width: 100%;
}

.foster .cent .bg1 {
  width: 51%;
  top: -3.5rem;
}

.foster .cent .bg2 {
  width: 30%;
  left: 24.7%;
  bottom: 3.2rem;
}

.foster .cent .top-tit {
  display: flex;
  align-items: flex-start;
}

.foster .cent .top-tit .tit {
  width: 47.5%;
}

.foster .cent .top-tit .cont .li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: .7rem;
}

.foster .cent .top-tit .cont .li:last-child {
  margin-bottom: 0;
}

.foster .cent .top-tit .cont .li span {
  color: #0C53A0;
  margin-right: .5rem;
}

.foster .cent .top-tit .cont .li p {
  color: #666666;
}

.foster .cent .top-swiper {
  margin-top: 5rem;
}

.foster .cent .top-swiper .swiper-wrapper {
  align-items: flex-end;
}

.foster .cent .top-swiper .swiper-slide {
  width: auto;
  max-width: 20%;
  margin-right: .5rem;
  overflow: hidden;
}

.foster .cent .top-swiper .swiper-slide img {
  width: 100%;
  transition: all .3s;
}

.foster .cent .top-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.foster .cent .top-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.foster .btm {
  padding: 3rem 0 4.75rem;
}

.foster .btm .wrap {
  display: flex;
  align-items: flex-start;
}

.foster .btm .wrap .pic {
  width: 35%;
}

.foster .btm .wrap .box {
  width: 65%;
  padding-left: 1.9rem;
}

.foster .btm .wrap .box .tit {
  font-weight: 500;
}

.foster .btm .wrap .box .li-box {
  margin-top: 2.2rem;
}

.foster .btm .wrap .box .li-box .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.foster .btm .wrap .box .li-box .li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.foster .btm .wrap .box .li-box .li .top-bots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .9rem;
  cursor: pointer;
}

.foster .btm .wrap .box .li-box .li .top-bots .intro {
  display: flex;
  align-items: center;
}

.foster .btm .wrap .box .li-box .li .top-bots .intro .icon {
  width: .9rem;
  margin-right: .8rem;
}

.foster .btm .wrap .box .li-box .li .top-bots .intro p {
  color: #333333;
  transition: all .4s;
}

.foster .btm .wrap .box .li-box .li .top-bots .arr {
  width: .7rem;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #333;
  transition: all .4s;
}

.foster .btm .wrap .box .li-box .li .btm-bots {
  padding: .1rem 0 1rem 1.5rem;
  display: none;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 {
  display: flex;
  align-items: flex-start;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .lf {
  width: 60%;
  padding-right: 1.7rem;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .lf .h1 {
  color: var(--logoColor);
  font-size: .8rem;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .lf .list-box {
  display: flex;
  flex-wrap: wrap;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .lf .list-box .list {
  width: 50%;
  position: relative;
  line-height: 1;
  color: var(--logoColor);
  padding: 0 .5rem;
  margin-bottom: .4rem;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .lf .list-box .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/122.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 9px;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .rg {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .rg .echart {
  width: 4rem;
  height: 4rem;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .rg p {
  color: var(--logoColor);
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont1 .rg .data {
  position: absolute;
  line-height: 1;
  left: .3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont2 {
  color: #666666;
  line-height: 2;
  text-align: justify;
}

.foster .btm .wrap .box .li-box .li .btm-bots .cont2 span {
  color: var(--logoColor);
}

.foster .btm .wrap .box .li-box .li.cur .top-bots .intro p {
  color: var(--logoColor);
}

.foster .btm .wrap .box .li-box .li.cur .top-bots .arr {
  transform: rotate(180deg);
}

.foster .add-cont {
  padding: 2rem 0;
  background-color: #fff;
}

.foster .add-cont .cont {
  color: #666;
  line-height: 1.8;
  margin: 1rem auto 0;
  width: 75%;
}

.school {
  background-color: #F6F6F6;
}

.school .top-bar {
  padding: 2.05rem 0 3.25rem;
  position: relative;
  overflow: hidden;
}

.school .top-bar .bg {
  position: absolute;
  bottom: -2.6rem;
  left: 0;
  width: 39%;
}

.school .top-bar .bg img {
  width: 100%;
}

.school .top-bar .box {
  margin-top: 1.45rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 15;
}

.school .top-bar .box .lf {
  width: 39.25%;
  margin-right: 2.5%;
}

.school .top-bar .box .lf .li {
  padding: 1.5rem 1.7rem;
  background-color: #fff;
  margin-bottom: .9rem;
}

.school .top-bar .box .lf .li:last-child {
  margin-bottom: 0;
}

.school .top-bar .box .lf .li .top-bots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all .4s;
}

.school .top-bar .box .lf .li .top-bots .intro {
  transition: all .4s;
}

.school .top-bar .box .lf .li .top-bots .intro .h1 {
  color: #333333;
  transition: all .4s;
}

.school .top-bar .box .lf .li .top-bots .intro .h2 {
  margin-top: .7rem;
  color: rgba(0, 0, 0, 0.5);
}

.school .top-bar .box .lf .li .top-bots .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.school .top-bar .box .lf .li .top-bots .icon img {
  max-width: 50%;
  max-height: 50%;
}

.school .top-bar .box .lf .li .btm-bots {
  display: none;
  position: relative;
  padding: .3rem .5rem 2rem .1rem;
  margin-top: 1.2rem;
}

.school .top-bar .box .lf .li .btm-bots .h1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1;
}

.school .top-bar .box .lf .li .btm-bots .pos-icon {
  position: absolute;
  bottom: .2rem;
  right: -.1rem;
  width: 2.8rem;
  opacity:.4;
}

.school .top-bar .box .lf .li .btm-bots .pos-icon img {
  width: 100%;
}

.school .top-bar .box .lf .li .btm-bots .cont {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.1rem 1rem;
}

.school .top-bar .box .lf .li .btm-bots .cont .list {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.school .top-bar .box .lf .li .btm-bots .cont .list:last-child {
  margin-bottom: 0;
}

.school .top-bar .box .lf .li .btm-bots .cont .list .title {
  color: #FFFFFF;
}

.school .top-bar .box .lf .li .btm-bots .cont .list .info {
  color: #CCCCCC;
}

.school .top-bar .box .lf .li.cur {
  background-color: var(--logoColor);
}

.school .top-bar .box .lf .li.cur .top-bots .intro .h1 {
  color: #fff;
}

.school .top-bar .box .rg {
  width: 58.25%;
}

.school .top-bar .box .rg .tit-cont {
  background-color: #fff;
  height: 3.6rem;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}

.school .top-bar .box .rg .tit-cont div {
  width: 2.2rem;
}

.school .top-bar .box .rg .li-box {
  margin-top: .5rem;
}

.school .top-bar .box .rg .li-box .li {
  border: 1px solid rgba(158, 157, 159, 0.25);
  margin-bottom: .5rem;
  transition: all .4s;
}

.school .top-bar .box .rg .li-box .li:last-child {
  margin-bottom: 0;
}

.school .top-bar .box .rg .li-box .li .top-bots {
  display: flex;
  align-items: flex-end;
  padding: .8rem 1rem;
  position: relative;
  cursor: pointer;
}

.school .top-bar .box .rg .li-box .li .top-bots::after {
  content: '';
  position: absolute;
  right: 1.15rem;
  top: 50%;
  margin-top: -.1rem;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  pointer-events: none;
  transition: all .4s;
}

.school .top-bar .box .rg .li-box .li .top-bots .h1 {
  color: #000000;
  margin-right: .8rem;
  transition: all .4s;
}

.school .top-bar .box .rg .li-box .li .top-bots .h2 {
  color: #999999;
  transition: all .4s;
}

.school .top-bar .box .rg .li-box .li .btm-bots {
  padding: .4rem 1rem 1.45rem;
  position: relative;
  display: none;
}

.school .top-bar .box .rg .li-box .li .btm-bots .intro .list {
  display: flex;
  align-items: center;
  margin-bottom: .4rem;
}

.school .top-bar .box .rg .li-box .li .btm-bots .intro .list:last-child {
  margin-bottom: 0;
}

.school .top-bar .box .rg .li-box .li .btm-bots .intro .list span {
  width: 6em;
  color: #000000;
  margin-right: .4rem;
}

.school .top-bar .box .rg .li-box .li .btm-bots .intro .list p {
  width: calc(100% - 6em);
  color: #999999;
}

.school .top-bar .box .rg .li-box .li .btm-bots .close-btn {
  width: .85rem;
  height: .85rem;
  background-color: var(--logoColor);
  border-radius: 50%;
  position: absolute;
  right: .9rem;
  bottom: 1rem;
  cursor: pointer;
}

.school .top-bar .box .rg .li-box .li .btm-bots .close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 7px solid #fff;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
}

.school .top-bar .box .rg .li-box .li.cur {
  border-color: #fff;
  background-color: #fff;
}

.school .top-bar .box .rg .li-box .li.cur .top-bots::after {
  opacity: 0;
}

.school .top-bar .box .rg .li-box .li.cur .top-bots .h1,
.school .top-bar .box .rg .li-box .li.cur .top-bots .h2 {
  color: var(--logoColor);
}

.school .cent-box {
  padding: 3.1rem 0 3.5rem;
  background-color: #fff;
}

.school .cent-box .welfare {
  display: flex;
  align-items: flex-start;
}

.school .cent-box .welfare .lf {
  width: 43%;
  padding: 3rem 1.5rem 1rem 8.5%;
}

.school .cent-box .welfare .lf .li-box {
  margin-top: 1.1rem;
}

.school .cent-box .welfare .lf .li-box .li {
  color: #222222;
  line-height: 1.8;
  position: relative;
  padding-left: .5rem;
  margin-bottom: .2rem;
}

.school .cent-box .welfare .lf .li-box .li:last-child {
  margin-bottom: 0;
}

.school .cent-box .welfare .lf .li-box .li::after {
  content: '';
  position: absolute;
  top: .25rem;
  left: 0;
  background-image: url(../img/127.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 11px;
}

.school .cent-box .welfare .rg {
  width: 57%;
}

.school .cent-box .box {
  margin-top: 1.95rem;
}

.school .cent-box .box .wrap {
  display: flex;
  align-items: stretch;
}

.school .cent-box .box .lf {
  width: 47.5%;
  min-height: 12rem;
  margin-right: 5%;
  background-color: rgba(191, 191, 191, 0.1);
  padding: 1.9rem 2rem 1rem;
}

.school .cent-box .box .lf .h1 {
  color: #333333;
  font-weight: 500;
  font-size: .8rem;
}

.school .cent-box .box .lf .li-box {
  margin-top: 1rem;
}

.school .cent-box .box .lf .li-box .li {
  width: max-content;
  height: 1.1rem;
  line-height: 1.1rem;
  color: var(--logoColor);
  font-weight: 500;
  background-color: rgba(1, 104, 183, 0.15);
  padding: 0 1rem;
  position: relative;
  margin-bottom: .2rem;
  transition: all .4s;
}

.school .cent-box .box .lf .li-box .li:last-child {
  margin-bottom: 0;
}

.school .cent-box .box .lf .li-box .li::after {
  content: '';
  position: absolute;
  left: .5rem;
  top: .45rem;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background-color: #fff;
}

.school .cent-box .box .lf .li-box .li:hover {
  background-color: rgba(245, 139, 31, 0.2);
  color: #F58B1F;
}

.school .cent-box .box .rg {
  width: 47.5%;
  padding: 1.9rem;
}

.school .cent-box .box .rg .h1 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: .8rem;
}

.school .cent-box .box .rg .li-box {
  margin-top: 1.35rem;
}

.school .cent-box .box .rg .li-box .li {
  display: flex;
  align-items: center;
  margin-bottom: .65rem;
}

.school .cent-box .box .rg .li-box .li:last-child {
  margin-bottom: 0;
}

.school .cent-box .box .rg .li-box .li span {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-right: .5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

.school .cent-box .box .rg .li-box .li div {
  width: calc(100% - 2.1rem);
  color: #FFFFFF;
}

.school .process {
  padding: 2.85rem 0 4.65rem;
}

.school .process .li-box {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-content: center;
  background-color: #fff;
  padding: 1.6rem 0 1.3rem;
}

.school .process .li-box .li {
  margin-right: 3.65rem;
}

.school .process .li-box .li:last-child {
  margin-right: 0;
}

.school .process .li-box .li:last-child .icon::after {
  display: none;
}

.school .process .li-box .li .icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}

.school .process .li-box .li .icon img {
  max-width: 50%;
  max-height: 50%;
}

.school .process .li-box .li .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1.45rem);
  transform: translateY(-50%);
  background-image: url(../img/129.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 9px;
}

.school .process .li-box .li p {
  color: #333333;
  margin-top: .5rem;
  transition: all .4s;
}

.school .process .li-box .li:hover .icon {
  background-color: #F58B1F;
}

.school .process .li-box .li:hover p {
  color: #F58B1F;
}

.school .process .box {
  margin-top: 1.05rem;
  display: flex;
  align-items: stretch;
}

.school .process .box .lf {
  width: 55.5%;
  margin-right: 2.5%;
  background-color: #fff;
  padding: 1.75rem;
}

.school .process .box .lf .h1 {
  color: #333333;
  font-weight: 500;
}

.school .process .box .lf .li-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: .9rem;
}

.school .process .box .lf .li-wrap .li {
  width: 30%;
  height: 4.5rem;
  padding: 1rem .5rem;
  margin-right: 3%;
  border-radius: .25rem;
  border: 1px solid rgba(158, 157, 159, 0.2);
}

.school .process .box .lf .li-wrap .li:last-child {
  margin-right: 0;
}

.school .process .box .lf .li-wrap .li:nth-child(1) .title {
  margin-top: .7rem;
}

.school .process .box .lf .li-wrap .li:nth-child(2) {
  width: 34%;
}

.school .process .box .lf .li-wrap .li .icon {
  width: 1rem;
  height: .9rem;
  text-align: center;
  margin: 0 auto;
}

.school .process .box .lf .li-wrap .li .title {
  color: #333333;
  margin-top: .35rem;
  text-align: center;
}

.school .process .box .lf .li-wrap .li .link {
  margin-top: .25rem;
  display: block;
  color: #0168B7;
  /* word-break: break-all; */
}

.school .process .box .lf .list-box {
  margin-top: 1.2rem;
  display: flex;
}

.school .process .box .lf .list-box .list {
  width: 50%;
  padding-bottom: .2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.school .process .box .lf .list-box .list:last-child {
  border-right: none;
}

.school .process .box .lf .list-box .list:not(:first-child) {
  padding-left: 1rem;
}

.school .process .box .lf .list-box .list .icon {
  display: flex;
  align-items: center;
}

.school .process .box .lf .list-box .list .icon div {
  width: 16px;
  margin-right: .25rem;
  display: flex;
}

.school .process .box .lf .list-box .list .icon p {
  color: #666666;
}

.school .process .box .lf .list-box .list .text {
  margin-top: .35rem;
  color: #333333;
  font-weight: 500;
  padding-left: calc(16px + .25rem);
}

.school .process .box .rg {
  width: 42%;
}

.school .process .box .rg .li {
  padding: .9rem 1.15rem .9rem 2.1rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.school .process .box .rg .li:last-child {
  margin-bottom: 0;
}

.school .process .box .rg .li .arr {
  display: flex;
  align-items: center;
}

.school .process .box .rg .li .arr p {
  color: #333333;
  margin-right: .3rem;
}

.school .process .box .rg .li .arr div {
  width: .35rem;
}

.school .process .box .rg .li .code {
  width: 4.5rem;
}

.contact {
  background-color: #F9F9F9;
}

.contact .top {
  padding: 1.7rem 0 3.1rem;
}

.contact .top .swiper-box .top-pagination {
  margin-top: 1.4rem;
  position: relative;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.contact .top .swiper-box .top-pagination .swiper-pagination-bullet {
  background: #CACACA;
  width: .3rem;
  height: .3rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 .225rem;
}

.contact .top .swiper-box .top-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.contact .top .top-swiper {
  margin-top: 1.5rem;
}

.contact .top .top-swiper .swiper-slide {
  height: 8.5rem;
  background-color: #fff;
  padding: 1.35rem .95rem .5rem 1.2rem;
  transition: all .4s;
}

.contact .top .top-swiper .swiper-slide .h1 {
  color: #000000;
  font-weight: 500;
  transition: all .4s;
}

.contact .top .top-swiper .swiper-slide .en {
  margin-top: .4rem;
  color: rgba(102, 102, 102, 0.7);
  padding-bottom: .7rem;
  margin-bottom: .7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .4s;
}

.contact .top .top-swiper .swiper-slide .li-box .li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: .2rem;
}

.contact .top .top-swiper .swiper-slide .li-box .li:last-child {
  margin-bottom: 0;
}

.contact .top .top-swiper .swiper-slide .li-box .li span {
  width: 3em;
  color: #000000;
  transition: all .4s;
}

.contact .top .top-swiper .swiper-slide .li-box .li div {
  width: calc(100% - 3em);
  color: rgba(102, 102, 102, 0.7);
  transition: all .4s;
}

.contact .top .top-swiper .swiper-slide:hover {
  background-color: var(--logoColor);
}

.contact .top .top-swiper .swiper-slide:hover .h1 {
  color: #fff;
}

.contact .top .top-swiper .swiper-slide:hover .en {
  color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.contact .top .top-swiper .swiper-slide:hover .li-box .li span {
  color: #FFFFFF;
}

.contact .top .top-swiper .swiper-slide:hover .li-box .li div {
  color: rgba(255, 255, 255, 0.7);
}

.contact .btm {
  padding: 2.8rem 0 3.5rem;
  background-color: #fff;
}

.contact .btm .box {
  margin-top: 1.45rem;
  display: flex;
  align-items: flex-start;
}

.contact .btm .box .form {
  width: 64%;
  margin-right: 3%;
}

.contact .btm .box .form .li-box {
  display: flex;
  flex-wrap: wrap;
}

.contact .btm .box .form .li-box .li {
  width: 49%;
  height: 1.5rem;
  border: 1px solid #D4D4D4;
  margin-right: 2%;
  margin-bottom: .35rem;
  position: relative;
}

.contact .btm .box .form .li-box .li::after {
  content: '*';
  position: absolute;
  right: .55rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--logoColor);
  font-size: 16px;
  line-height: 1;
}

.contact .btm .box .form .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.contact .btm .box .form .li-box .li input {
  width: 100%;
  height: 100%;
  background: none;
  padding: .55rem;
  color: #222222;
}

.contact .btm .box .form .li-box .li input::placeholder {
  color: #222;
}

.contact .btm .box .form textarea {
  width: 100%;
  height: 5.7rem;
  resize: none;
  padding: .4rem .6rem;
  line-height: 1.5;
  color: #666;
  font-weight: 500;
  border: 1px solid #D4D4D4;
}

.contact .btm .box .form .code {
  margin-top: .4rem;
  display: flex;
  align-items: center;
  width: 49%;
  height: 1.5rem;
  position: relative;
  border: 1px solid #D4D4D4;
}

.contact .btm .box .form .code::after {
  content: '*';
  position: absolute;
  right: .55rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--logoColor);
  font-size: 16px;
  line-height: 1;
}

.contact .btm .box .form .code input {
  width: 100%;
  height: 100%;
  background: none;
  padding: .55rem;
  color: #222222;
}

.contact .btm .box .form .code input::placeholder {
  color: #222;
}

.contact .btm .box .form .code img,
.contact .btm .box .form .code span {
  position: absolute;
  left: calc(100% + .3rem);
  top: 50%;
  transform: translateY(-50%);
}

.contact .btm .box .form .sub-box {
  margin-top: 1.25rem;
  display: flex;
}

.contact .btm .box .form .sub-box .li {
  width: 4rem;
  height: 1.25rem;
  line-height: calc(1.25rem - 2px);
  text-align: center;
  border: 1px solid #666666;
  margin-right: .4rem;
  color: #222222;
  background: #fff;
  cursor: pointer;
  transition: all .3s;
}

.contact .btm .box .form .sub-box .li:last-child {
  margin-right: 0;
}

.contact .btm .box .form .sub-box .li:hover {
  border-color: var(--logoColor);
  background: var(--logoColor);
  color: #fff;
}

.contact .btm .box .pic {
  width: 33%;
}

.service .top {
  padding: 4.35rem 0 5.75rem;
}

.service .top .wrap {
  display: flex;
  align-items: flex-start;
}

.service .top .wrap .tit {
  width: 33%;
  line-height: 1;
}

.service .top .wrap .li-box {
  width: 67%;
  display: flex;
}

.service .top .wrap .li-box .li {
  width: 45%;
  margin-right: 10%;
}

.service .top .wrap .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.service .top .wrap .li-box .li .icon {
  width: 1.75rem;
}

.service .top .wrap .li-box .li .h1 {
  color: #000000;
  margin-top: .6rem;
  line-height: 1.25;
}

.service .top .wrap .li-box .li .cont {
  margin-top: .75rem;
  color: rgba(102, 102, 102, 0.7);
  line-height: 2;
  text-align: justify;
}

.service .cent {
  position: relative;
}

.service .cent img {
  width: 100%;
}

.service .cent .pos-cont {
  position: absolute;
  top: 30%;
  right: 0;
  width: 46%;
  padding: 0 3.5rem 0 2.5rem;
}

.service .cent .pos-cont .h1 {
  margin-top: 1.5rem;
  line-height: 1.25;
}

.service .cent .pos-cont .cont {
  margin-top: .5rem;
  color: rgba(102, 102, 102, 0.7);
  line-height: 2;
  text-align: justify;
}

.service .btm {
  padding: 3.5rem 0 3.8rem;
}

.service .btm .wrap {
  display: flex;
  align-items: flex-start;
}

.service .btm .wrap .lf {
  width: 41%;
  padding-right: 2rem;
}

.service .btm .wrap .lf .li-box {
  margin-top: 1.9rem;
}

.service .btm .wrap .lf .li-box .li {
  border-bottom: 1px solid rgba(26, 27, 32, 0.1);
}

.service .btm .wrap .lf .li-box .li:first-child {
  border-top: 1px solid rgba(26, 27, 32, 0.1);
}

.service .btm .wrap .lf .li-box .li .top-bots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 0;
  cursor: pointer;
}

.service .btm .wrap .lf .li-box .li .top-bots .h1 {
  color: #000000;
  transition: all .4s;
}

.service .btm .wrap .lf .li-box .li .top-bots .arr {
  color: #222;
  transition: all .4s;
}

.service .btm .wrap .lf .li-box .li .btm-bots {
  color: rgba(102, 102, 102, 0.7);
  line-height: 1.8;
  padding-bottom: .75rem;
  text-align: justify;
  display: none;
}

.service .btm .wrap .lf .li-box .li.cur .top-bots .h1 {
  color: var(--logoColor);
}

.service .btm .wrap .lf .li-box .li.cur .top-bots .arr {
  transform: rotate(180deg);
  color: var(--logoColor);
}

.service .btm .wrap .rg {
  width: 59%;
}

.service .btm .wrap .rg img {
  width: 100%;
}

.download {
  padding-bottom: 2.25rem;
  background-color: #F6F6F6;
}

.download .tit {
  margin-top: 1.6rem;
}

.download .li-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.download .li-box .li {
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 2rem;
}

.download .li-box .li:nth-child(4n) {
  margin-right: 0;
}

.download .li-box .li .pic {
  display: block;
  width: 100%;
  height: 11.5rem;
  overflow: hidden;
}

.download .li-box .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.download .li-box .li .h1 {
  color: #000000;
  font-weight: 500;
  margin-top: .5rem;
  transition: all .4s;
}

.download .li-box .li .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .45rem;
}

.download .li-box .li .intro p {
  color: #AFAFAF;
}

.download .li-box .li .more {
  margin-top: .5rem;
}

.download .li-box .li:hover .pic img {
  transform: scale(1.1);
}

.download .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.nav-anchor {
  position: relative;
  top: -2.75rem;
}

.application-dialog {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.application-dialog .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.application-dialog .form-box {
  width: 53%;
  padding: 1.75rem 1.5rem;
  background-color: #fff;
  z-index: 5;
}

.application-dialog .form-box .li-box {
  display: flex;
  align-items: center;
  margin-bottom: .7rem;
}

.application-dialog .form-box .li-box .li {
  width: 32%;
  margin-right: 2%;
  display: flex;
  align-items: center;
  position: relative;
}

.application-dialog .form-box .li-box .li:last-child {
  margin-right: 0;
}

.application-dialog .form-box .li-box .li p {
  color: #000000;
  width: 3em;
  margin-right: .5rem;
  white-space: nowrap;
  font-weight: bold;
}

.application-dialog .form-box .li-box .li p span {
  color: var(--logoColor);
}

.application-dialog .form-box .li-box .li input {
  border: 1px solid #D4D4D4;
  background: none;
  height: .9rem;
  width: calc(100% - 3em - .5rem);
  padding: 0 .5rem;
}

.application-dialog .form-box .textarea {
  width: 100%;
  height: 5rem;
  border: 1px solid #D4D4D4;
  padding: .3rem .4rem;
  color: #999999;
  resize: none;
}

.application-dialog .form-box .upload {
  margin-top: .5rem;
  display: flex;
  align-items: flex-start;
}

.application-dialog .form-box .upload .h1 {
  color: #000000;
  line-height: 1;
  margin-right: .5rem;
  font-weight: bold;
}

.application-dialog .form-box .upload .files .file-select {
  display: flex;
  align-items: center;
  position: relative;
}

.application-dialog .form-box .upload .files .file-select input {
  position: absolute;
  width: 2.65rem;
  height: .9rem;
  opacity: 0;
  cursor: pointer;
}

.application-dialog .form-box .upload .files .file-select .file-clk {
  width: 2.65rem;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  color: #666666;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  margin-right: .4rem;
  background-color: #F7F7F7;
}

.application-dialog .form-box .upload .files .file-select .file-name {
  color: #666666;
  line-height: 1;
}

.application-dialog .form-box .upload .files .intro {
  color: #999999;
  line-height: 1;
  margin-top: .3rem;
}

.application-dialog .form-box .verify {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
}

.application-dialog .form-box .verify .code-box {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

.application-dialog .form-box .verify .code-box .code {
  display: flex;
  align-items: center;
  width: 7.1rem;
  height: 1.35rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: .4rem 0;
  margin-right: .4rem;
  position: relative;
  /* overflow: hidden; */
}

.application-dialog .form-box .verify .code-box .code div {
  padding: 0 .45rem;
  width: max-content;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.application-dialog .form-box .verify .code-box .code div img {
  max-width: 100%;
}

.application-dialog .form-box .verify .code-box .code input {
  width: calc(100% - .9rem - 20px);
  padding: 0 .3rem;
  height: 100%;
  background: #fff;
  color: #999999;
}

.application-dialog .form-box .verify .code-box .code>img {
  position: absolute;
  width: 80px;
  left: calc(100% + .4rem);
  top: 50%;
  transform: translateY(-50%);
}

.application-dialog .form-box .verify .submit {
  width: 4rem;
  height: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
  margin-right: .3rem;
  background: none;
  transition: all .3s;
}

.application-dialog .form-box .verify .submit:hover {
  color: #fff;
  background: var(--logoColor);
  border-color: var(--logoColor);
}

.application-dialog .form-box .verify .reset {
  width: 4rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
  cursor: pointer;
  transition: all .3s;
}

.application-dialog .form-box .verify .reset:hover {
  color: #fff;
  background: var(--logoColor);
  border-color: var(--logoColor);
}

.vid-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 100;
  display: none;
}

.vid-box img {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 1rem;
  z-index: 5;
  cursor: pointer;
}

.vid-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sweet-alert .sa-icon.sa-error {
  border-color: var(--logoColor) !important;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  background-color: var(--logoColor) !important;
}
.foster .add-cont .pos-bg{
  height:2rem;
  object-fit: cover;
  object-position:center top;
  margin-top:-2rem;
}


@media screen and (max-width:767px) {
  .school .cent-box .box .rg .li-box .li div{
    text-align: justify;
  }
  .college .char .char-swiper .swiper-slide .pos-cont .h1{
    white-space: initial;
    line-height:1.4;
  }
  .innovate .top-bar .cont{
    text-align: justify;
  }
  .innovate .top-bar .pic{
    height:10rem;
  }
  .innovate .top-bar .pic img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .technology .btm-box .technology-swiper .swiper-slide .pic .cont div{
    text-align: justify;
  }
  .technology .top-bar .lf .cont,.about .top-intro .info .intro .cont,.about .absorbed .pic .pos-cont .cont,.dev .btm-box .cont{
    text-align: justify;
  }
  .innovate .top-bar{
    padding-bottom:0 !important;
  }

  .about .history .box .swiper-button-prev, .about .history .box .swiper-button-next{
    display:none;
  }
  .about .history .box .cont-box{
    width:100%;
  }
}

.about .absorbed .intro .absorbed-swiper .swiper-slide:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .3);
  z-index:1;
  opacity:0;
  transition: all .6s;
}

.about .absorbed .intro .absorbed-swiper .swiper-slide .pos-cont{
  z-index:3;
}
.about .absorbed .intro .absorbed-swiper .swiper-slide:hover:before{
  opacity:1;
}
/*# sourceMappingURL=all.css.map */