@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  20% {
    transform: translate(5px, 5px);
  }
  30% {
    transform: translate(10px, -5px);
  }
  40% {
    transform: translate(4px, 0);
  }
  50% {
    transform: translate(5px, 5px);
  }
  60% {
    transform: translate(8px, 2px);
  }
  70% {
    transform: translate(12px, 8px);
  }
  80% {
    transform: translate(4px, 0);
  }
  90% {
    transform: translate(-4px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes arrDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    transform: scale(5);
    opacity: 0.8;
  }
  100% {
    transform: scale(20);
    opacity: 0;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(0.75rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes changeWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.changeWidth {
  animation: changeWidth 5s ease-in-out forwards;
}

body {
  background-color: #f5f5f5;
}

.w1560 {
  width: 81%;
  margin: 0 auto;
  max-width: 1560px;
}

.font42 {
  font-size: 1.05rem;
  line-height: 1;
}

.col-pub {
  color: #244279;
}

.footer .top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 1.95rem 0 2rem;
  border-bottom: 1px solid rgba(181, 181, 181, 0.4);
}

.footer .top .foot-nav {
  display: flex;
}

.footer .top .foot-nav .li {
  margin-right: 2rem;
}

.footer .top .foot-nav .li:last-child {
  margin-right: 0;
}

.footer .top .foot-nav .li a {
  display: block;
  color: #222222;
  line-height: 1;
  margin-bottom: 0.4rem;
  transition: all 0.3s;
}

.footer .top .foot-nav .li a:hover {
  color: #f58232;
}

.footer .top .foot-nav .li a:last-child {
  margin-bottom: 0;
}

.footer .top .foot-nav .li a:first-child {
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.footer .top .code .tit {
  color: #222222;
  line-height: 1;
  margin-bottom: 0.75rem;
  font-weight: bold;
}

.footer .top .code .intro {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #17469d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.footer .top .code .intro > svg {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  width: 100%;
}

.footer .top .code .intro .hov-code {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.7rem);
  transform: translateY(-50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 3.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.footer .top .code .intro .hov-code img {
  width: 100%;
}

.footer .top .code .intro .hov-code::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
}

.footer .top .code .intro:hover {
  background-color: #f58232;
}

.footer .top .code .intro:hover .hov-code {
  left: calc(100% + 0.5rem);
  opacity: 1;
  visibility: visible;
}

.footer .top .code .address {
  color: #222222;
  line-height: 1;
}

.footer .btm {
  padding: 1.25rem 0 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .btm .lf a {
  color: #222222;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}

.footer .btm .lf a:first-child {
  margin-left: 0;
}

.footer .btm .lf a img {
  display: inline-block;
  margin-right: 5px;
}

.footer .btm .rg {
  line-height: 1;
}

.footer .btm .rg a {
  color: #222222;
  line-height: 1;
  display: inline-block;
}

#all-container {
  height: 100vh;
}

#all-container .all-pagination {
  right: 1.05rem;
  width: 1rem;
  text-align: right;
}

#all-container .all-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 1px;
  opacity: 0.8;
  background: #fff;
  border-radius: 0;
  margin: 0 0 0.3rem calc(100% - 0.3rem);
  transition: all 0.3s;
}

#all-container .all-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

#all-container .all-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
  margin-left: 0;
}

#all-container .all-swiper-slide {
  height: 100vh;
}

#all-container .all-swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ban-container {
  width: 100%;
  height: 100%;
}

#ban-container .swiper-pagination-bullet-active {
  background: #f58232;
}

#ban-container .swiper-slide {
  width: 100%;
  height: 100%;
}

#ban-container .swiper-slide img,
#ban-container .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ban-container .swiper-slide .i-font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ban-container .swiper-slide .i-font .play {
  width: 1.25rem;
}

#ban-container .swiper-slide .i-font .play img {
  width: 100%;
}

.scrollDown {
  position: fixed;
  bottom: 1.35rem;
  left: 1rem;
  z-index: 10;
  animation: arrDown 5s infinite;
}

.scrollDown p {
  color: #ffffff;
  text-align: center;
  writing-mode: vertical-lr;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.scrollDown div {
  width: 7px;
  margin: 0 auto;
}

.i-pos {
  position: absolute;
  top: 31.25vh;
  left: 9.5%;
  width: 50%;
}

.i-pos .tit {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #111;
  border-bottom: 1px solid #111;
  width: max-content;
  margin-bottom: 0.3rem;
}

.i-pos .cont {
  font-size: 0.7rem;
  color: #111;
  margin-bottom: 1.1rem;
  line-height: 1.8;
}

.i-pos .more {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  border-radius: 0.6rem;
  box-shadow: 0px 3px 59px 0px rgba(28, 71, 140, 0.15);
  background-color: #fff;
  color: #222222;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.i-pos .more span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
}

.i-pos .more::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.i-pos .more::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #17469d;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.i-pos .more:hover {
  color: #ffffff;
}

.i-pos .more:hover::before {
  top: -35%;
  background-color: #17469d;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.i-pos .more:hover::after {
  top: -45%;
  background-color: #17469d;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.i-pos .en-tit {
  position: relative;
  padding-top: 0.8rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.i-pos .en-tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 3px;
  background-color: #fff;
}

/* .second {
  width: 100%;
  height: 100%;
  padding-top: 31.25vh;
  padding-left: 9.5%;
}

.second .tit {
  font-weight: bold;
  font-size: .9rem;
  line-height: 1.4;
  color: #111;
  border-bottom: 1px solid #111;
  width: max-content;
  margin-bottom: .3rem;
}

.second .cont {
  font-size: .7rem;
  color: #111;
  margin-bottom: 1.1rem;
  line-height: 1.8;
}

.second .more {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  border-radius: .6rem;
  box-shadow: 0px 3px 59px 0px rgba(28, 71, 140, 0.15);
  background-color: #fff;
  color: #222222;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.second .more span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
}

.second .more::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.second .more::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #17469D;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.second .more:hover {
  color: #ffffff;
}

.second .more:hover::before {
  top: -35%;
  background-color: #17469D;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.second .more:hover::after {
  top: -45%;
  background-color: #17469D;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.third {
  width: 100%;
  height: 100%;
  padding-top: 31.25vh;
  padding-left: 9.5%;
}

.third .tit {
  font-weight: bold;
  font-size: .9rem;
  line-height: 1.4;
  color: #111;
  border-bottom: 1px solid #111;
  width: max-content;
  margin-bottom: .3rem;
}

.third .cont {
  font-size: .7rem;
  color: #111;
  margin-bottom: 1.1rem;
  line-height: 1.8;
}

.third .more {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  border-radius: .6rem;
  box-shadow: 0px 3px 59px 0px rgba(28, 71, 140, 0.15);
  background-color: #fff;
  color: #222222;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.third .more span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
}

.third .more::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.third .more::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #17469D;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.third .more:hover {
  color: #ffffff;
}

.third .more:hover::before {
  top: -35%;
  background-color: #17469D;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.third .more:hover::after {
  top: -45%;
  background-color: #17469D;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
} */

.fourth {
  width: 100%;
  height: 100%;
  padding-top: 31.25vh;
  padding-left: 10.4%;
}

.fourth .tit {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: max-content;
  margin-bottom: 0.3rem;
}

.fourth .cont {
  font-size: 0.7rem;
  color: #fff;
  margin-bottom: 0.45rem;
  line-height: 1.8;
}

.fourth .en-tit {
  position: relative;
  padding-top: 0.8rem;
  color: #fff;
  line-height: 1.3;
}

.fourth .en-tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 3px;
  background-color: #fff;
}

.fifth {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fifth .li {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  text-align: center;
  color: #fff;
  position: relative;
  margin-right: 0.7rem;
  animation: float 20s ease-in infinite;
  transition: all 0.3s;
}

.fifth .li:last-child {
  margin-right: 0;
}

.fifth .li:nth-child(2) {
  animation: float 20s 1s ease-in infinite;
}

.fifth .li:nth-child(3) {
  animation: float 20s 3s ease-in infinite;
}

.fifth .li:nth-child(4) {
  animation: float 20s 2.5s ease-in infinite;
}

.fifth .li:nth-child(5) {
  animation: float 20s 3.5s ease-in infinite;
}

.fifth .li:hover {
  animation: float 10s ease-in infinite;
}

.about {
  padding: 2.7rem 0 9rem;
  position: relative;
}

.about .wrap {
  display: flex;
}

.about .wrap .lf {
  width: 55%;
  padding-top: 1rem;
  padding-right: 2.4rem;
}

.about .wrap .lf .tit {
  color: #17469d;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.about .wrap .lf .cont {
  color: #17469d;
  line-height: 2;
  margin-bottom: 0.8rem;
}

.about .wrap .lf .intro {
  color: #666666;
  line-height: 1.5;
  font-size: 12px;
}

.about .wrap .about-container {
  width: 45%;
  height: max-content;
}

.about .wrap .about-container .swiper-button-prev,
.about .wrap .about-container .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #3057b2;
}

.about .wrap .about-container .swiper-button-prev::after,
.about .wrap .about-container .swiper-button-next::after {
  font-size: 0.7rem;
}

.about .wrap .about-container .swiper-button-prev {
  left: 0.75rem;
}

.about .wrap .about-container .swiper-button-next {
  right: 0.75rem;
}

.about .wrap .about-container .swiper-pagination {
  display: none;
  position: relative;
  line-height: 1;
  bottom: 0;
  margin-top: 1rem;
}

.about .wrap .about-container .swiper-slide {
  width: 100%;
}

.about .wrap .about-container .swiper-slide .pic {
  width: 100%;
  margin-bottom: 0.5rem;
}

.about .wrap .about-container .swiper-slide .pic img {
  width: 100%;
}

.about .wrap .about-container .swiper-slide p {
  line-height: 1;
  text-align: center;
  color: #17469d;
  font-size: 0.75rem;
}

.about .pos-img {
  position: absolute;
  bottom: 3.6rem;
  left: 0;
  width: 87.5%;
}

.about .pos-img img {
  width: 100%;
  object-fit: cover;
}

.team {
  padding: 2.5rem 0 3.35rem;
}

.team .wrap {
  width: 60.5%;
  margin: 0 auto;
}

.team .wrap .li {
  margin-bottom: 3.6rem;
}

.team .wrap .li:last-child {
  margin-bottom: 0;
}

.team .wrap .li .tit {
  color: #17469d;
  margin-bottom: 1.25rem;
  text-align: center;
}

.team .wrap .li .list-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.team .wrap .li .list-wrap .list {
  width: 19%;
  border: 1px solid rgba(23, 70, 157, 0.3);
  margin-right: 1.25%;
  padding: 1rem 1rem 0.5rem;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.team .wrap .li .list-wrap .list:nth-child(5n) {
  margin-right: 0;
}

.team .wrap .li .list-wrap .list:nth-child(-n + 5) {
  margin-top: 0;
}

.team .wrap .li .list-wrap .list .pic {
  width: 100%;
  margin-bottom: 1rem;
}

.team .wrap .li .list-wrap .list .pic img {
  width: 100%;
  transition: all 0.3s;
}

.team .wrap .li .list-wrap .list .name {
  color: #17469d;
  line-height: 1;
  font-size: 0.7rem;
  text-align: center;
  margin-bottom: 0.6rem;
}

.team .wrap .li .list-wrap .list .intro {
  color: #17469d;
  line-height: 1.6;
  text-align: center;
  /* margin-bottom: 1rem; */
}

.team .wrap .li .list-wrap .list .more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .wrap .li .list-wrap .list .more p {
  color: #f58232;
  margin-right: 7px;
  text-transform: uppercase;
}

.team .wrap .li .list-wrap .list .more div {
  width: 7px;
}

.team .wrap .li .list-wrap .list .more div img {
  width: 100%;
}

.team .wrap .li .list-wrap .list:hover {
  background-color: #fff;
  border-color: transparent;
}

.team .wrap .li .list-wrap .list:hover .pic img {
  transform: scale(1.1);
}

.pop-tip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 101;
  display: none;
}

.pop-tip .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pop-tip .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 66.7%;
  padding: 1.8rem 1.9rem 2.3rem;
  display: flex;
  background-color: #fff;
}

.pop-tip .wrap .close-pic {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.pop-tip .wrap .close-pic img {
  width: 100%;
}

.pop-tip .wrap .close-pic:hover {
  transform: rotate(90deg);
}

.pop-tip .wrap .pic {
  width: 6.25rem;
}

.pop-tip .wrap .pic img {
  width: 100%;
}

.pop-tip .wrap .box {
  width: calc(100% - 6.25rem);
  padding: 0.8rem 1.6rem 0 1.3rem;
}

.pop-tip .wrap .box .name {
  color: #17469d;
  line-height: 1;
  font-size: 0.7rem;
  margin-bottom: 0.7rem;
}

.pop-tip .wrap .box .intro {
  color: #17469d;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.pop-tip .wrap .box .line {
  width: 0.4rem;
  height: 3px;
  background-color: #26468e;
  margin-bottom: 0.55rem;
}

.pop-tip .wrap .box .cont {
  color: #17469d;
  line-height: 2;
}

.inn-nav {
  padding: 0 9.5%;
  height: 1.5rem;
  background-color: #eaeaea;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.inn-nav a {
  display: block;
  width: max-content;
  line-height: 1;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  border-right: 1px solid #17469d;
  position: relative;
  transition: all 0.3s;
}

.inn-nav a:hover {
  color: #f58232;
}

.inn-nav a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.inn-nav a:last-child.cur::after {
  width: 100%;
}

.inn-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 2px;
  background-color: #17469d;
}

.inn-nav a.cur {
  font-weight: bold;
  color: #17469d;
}

.inn-nav a.cur::after {
  width: calc(100% - 0.7rem);
}

.innovate {
  padding: 2.1rem 0 2.85rem;
}

.innovate .wrap {
  background-color: #fff;
  padding: 1.75rem 2.5rem 2.8rem;
  /* overflow-y: auto; */
}

.innovate .wrap .li {
  min-width: 32rem;
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(0, 67, 178, 0.5);
  border-left: 1px solid rgba(0, 67, 178, 0.5);
}

.innovate .wrap .li:last-child {
  border-bottom: 1px solid rgba(0, 67, 178, 0.5);
}

.innovate .wrap .li .tit {
  /* width: 15%; */
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
  /* line-height: 1.75rem; */
  border-right: 1px solid rgba(0, 67, 178, 0.5);
  text-align: left;
  color: #17469d;
  /* padding-left: 1.35rem; */
  font-weight: 500;
  /* padding-right: .5rem; */
  word-break: break-all;
  padding: 0.25rem 0.5rem;
  flex-wrap: wrap;
  align-content: center;
}

.innovate .wrap .li .tit:nth-child(2) {
  padding: 0.25rem 0.5rem;
}

.innovate .wrap > .li .tit {
  text-align: center;
  padding: 0;
  justify-content: center;
}

.innovate .wrap .li .tit span {
  display: inline-block;
  transition: all 0.3s;
}

.innovate .wrap .li .sec {
  /* width: 85%; */
  width: 76%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.innovate .wrap .li .sec .sec-cont {
  /* height: auto; */
  height: 100%;
  min-height: 1.75rem;
  display: flex;
  align-items: stretch;
}

.innovate .wrap .li .sec .sec-cont .name {
  width: 18%;
  /* width: 12%; */
  line-height: 1.2;
  padding: 0.25rem 0.5rem;
  color: #17469d;
  border-right: 1px solid rgba(0, 67, 178, 0.5);
  border-bottom: 1px solid rgba(0, 67, 178, 0.5);
  display: flex;
  align-items: center;
  word-break: break-all;
}

.innovate .wrap > .li .sec .sec-cont .name {
  text-align: center;
  justify-content: center;
}

.innovate .wrap .li .sec .sec-cont .progress-box {
  width: 82%;
  /* width: 76%; */
  position: relative;
}

.innovate .wrap .li .sec .sec-cont .progress-box .progress-bar {
  position: absolute;
  top: 50%;
  left: 0;
  /* left: 1.1rem; */
  transform: translateY(-50%);
  height: 0.5rem;
  /* width: 70%; */
  width: 85%;
}

.innovate .wrap .li .sec .sec-cont .progress-box .progress {
  height: 100%;
}

.innovate .wrap .li .sec .sec-cont .progress-box .progress .progress-cont {
  width: 0;
  height: 100%;
  border-radius: 0.25rem;
}

.innovate .wrap .li .sec .sec-cont .progress-box .cont-box {
  display: flex;
  height: 100%;
}

.innovate .wrap .li .sec .sec-cont .progress-box .cont-box span {
  width: 3.6rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-right: 1px solid rgba(0, 67, 178, 0.5);
  border-bottom: 1px solid rgba(0, 67, 178, 0.5);
  color: #17469d;
  padding: 0.25rem 0.5rem;
}

/* .innovate .wrap .li .sec .sec-cont .progress-box .cont-box span:last-child {
  width: calc(100% - 21.6rem);
  border-right: none;
} */

.innovate .wrap .li .sec .sec-cont:last-child .name {
  border-bottom: none;
}

.innovate .wrap .li .sec .sec-cont:last-child .progress-box .cont-box span {
  border-bottom: none;
}

.innovate .wrap .li.link-li {
  background-color: rgba(0, 67, 178, 0.1);
}

.innovate .wrap .li.link-li .tit:hover span {
  transform: translateY(-5px);
}

.innovate_list {
  padding: 2.1rem 0 2.75rem;
}

.innovate_list .wrap {
  background-color: #fff;
  padding: 1.6rem 2.5rem 2.25rem;
  position: relative;
}

.innovate_list .wrap .tit {
  color: #17469d;
  margin-bottom: 1.4rem;
}

.innovate_list .wrap .cont {
  margin-bottom: 1.15rem;
}

.innovate_list .wrap .cont p {
  position: relative;
  line-height: 1;
  color: #17469d;
  padding-left: 18px;
  margin-bottom: 0.75rem;
}

.innovate_list .wrap .cont p:last-child {
  margin-bottom: 0;
}

.innovate_list .wrap .cont p::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #17469d;
  border-radius: 50%;
}

.innovate_list .wrap .more-wrap {
  display: flex;
  flex-wrap: wrap;
}

.innovate_list .wrap .more-wrap a {
  width: auto;
  height: 2.1rem;
  background-color: #2f6238;
  border-radius: 1.1rem;
  padding: 0 1rem 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 2%;
  margin-bottom: 0.5rem;
}

.innovate_list .wrap .more-wrap a:nth-child(4n) {
  margin-right: 0;
}

.innovate_list .wrap .more-wrap a span {
  color: #fff;
  transition: all 0.3s;
  margin-right: 0.5rem;
}
.innovate_list .wrap .more-wrap a span:last-child {
  margin-right: 0;
}

.innovate_list .wrap .more-wrap a:hover span:first-child {
  transform: translateX(5px);
}

.innovate_list .wrap .more-wrap a:hover span:nth-child(2) {
  transform: translateX(-5px);
}

.innovate_list .wrap .more-wrap a:nth-child(4n + 2) {
  background-color: #19479e;
}

.innovate_list .wrap .more-wrap a:nth-child(4n + 3) {
  background-color: #f58232;
}

.innovate_list .wrap .more-wrap a:nth-child(4n + 4) {
  background-color: #3f3c95;
}

.innovate-info {
  padding: 1.5rem 0 2.65rem;
}

.innovate-info .wrap {
  background-color: #fff;
  padding: 1.9rem 2.4rem 2.75rem;
  position: relative;
}

.innovate-info .wrap .tit {
  color: #17469d;
  font-size: 0.9rem;
  line-height: 1;
  width: calc(100% - 3.9rem);
  margin-bottom: 0.9rem;
}

.innovate-info .wrap .cont {
  color: #17469d;
  line-height: 1.8;
  padding-top: 0.9rem;
  border-top: 2px solid #f58232;
}

.innovate-info .wrap .cont img {
  display: inline-block;
}

.innovate-info .wrap .back {
  position: absolute;
  top: 1.5rem;
  right: 2.4rem;
  display: block;
  width: 3.15rem;
  height: 1.4rem;
  border-radius: 0.7rem;
  background-color: #17469d;
  line-height: 1.4rem;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.innovate-info .wrap .back:hover {
  background-color: #f58232;
}

.tech {
  padding: 2.75rem 0 3rem;
}

.tech .wrap .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.7rem;
}

.tech .wrap .tit > p {
  color: #17469d;
  line-height: 1;
  height: max-content;
  white-space: nowrap;
  padding-right: 0.95rem;
  margin-right: 1.25rem;
  border-right: 1px solid #17469d;
}

.tech .wrap .tit .cont {
  color: #17469d;
  line-height: 1.6;
  padding-right: 2.4rem;
}

.tech .wrap .cent-wrap {
  margin-bottom: 2.5rem;
}

.tech .wrap .cent-wrap .pic {
  width: 100%;
  overflow: hidden;
}

.tech .wrap .cent-wrap .pic img {
  width: 100%;
  transition: all 0.3s;
}

.tech .wrap .cent-wrap .pic:hover img {
  transform: scale(1.1);
}

.tech .wrap .cent-wrap .cont {
  padding: 2.25rem 3rem;
  background-color: #fff;
}

.tech .wrap .cent-wrap .cont p {
  position: relative;
  color: #17469d;
  line-height: 1;
  margin-bottom: 0.75rem;
  padding-left: 18px;
}

.tech .wrap .cent-wrap .cont p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #17469d;
}

.tech .wrap .tech-swiper-box {
  position: relative;
  width: 100%;
}

.tech .wrap .tech-swiper-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tech .wrap .tech-swiper-box .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.tech .wrap .tech-swiper-box .bg-img img:first-child {
  display: block;
}

.tech .wrap .tech-container {
  width: 100%;
  height: max-content;
}

.tech .wrap .tech-container .swiper-button-prev,
.tech .wrap .tech-container .swiper-button-next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.tech .wrap .tech-container .swiper-button-prev::after,
.tech .wrap .tech-container .swiper-button-next::after {
  display: none;
}

.tech .wrap .tech-container .swiper-button-prev:hover,
.tech .wrap .tech-container .swiper-button-next:hover {
  background-color: #17469d;
  border-color: #17469d;
}

.tech .wrap .tech-container .swiper-button-prev {
  background-image: url(../img/32.png);
}

.tech .wrap .tech-container .swiper-button-next {
  background-image: url(../img/33.png);
}

.tech .wrap .tech-container .swiper-pagination {
  bottom: 0.75rem;
  display: none;
}

.tech .wrap .tech-container .swiper-slide {
  width: 25%;
  height: 17.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  transition: all 0.3s;
}

.tech .wrap .tech-container .swiper-slide:last-child {
  border-right: none;
}

.tech .wrap .tech-container .swiper-slide > p {
  position: absolute;
  left: 1.45rem;
  bottom: 1.6rem;
  line-height: 1;
  width: calc(100% - 2.9rem);
  height: max-content;
  color: #fff;
  font-size: 0.6rem;
  transition: all 0.3s;
}

.tech .wrap .tech-container .swiper-slide .pos-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  opacity: 0;
  transition: all 0.3s;
}

.tech .wrap .tech-container .swiper-slide .pos-cont > p {
  color: #fff;
  font-size: 0.6rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  transform: translateY(0.5rem);
  opacity: 0;
}

.tech .wrap .tech-container .swiper-slide .pos-cont div {
  color: #fff;
  line-height: 1.5;
  transform: translateY(0.5rem);
  opacity: 0;
}

.tech .wrap .tech-container .swiper-slide:hover {
  background-color: rgba(48, 87, 178, 0.9);
}

.tech .wrap .tech-container .swiper-slide:hover > p {
  opacity: 0;
}

.tech .wrap .tech-container .swiper-slide:hover .pos-cont {
  opacity: 1;
}

.tech .wrap .tech-container .swiper-slide:hover .pos-cont > p {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}

.tech .wrap .tech-container .swiper-slide:hover .pos-cont div {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s 0.25s;
}

.news {
  padding: 2.5rem 0 3rem;
}

.news .wrap .search {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f58232;
  padding-right: 0.75rem;
  margin-bottom: 2rem;
}

.news .wrap .search input {
  background: none;
  width: calc(100% - 30px);
  font-size: 0.75rem;
  color: #848484;
}

.news .wrap .search div {
  width: 25px;
  cursor: pointer;
}

.news .wrap .search div img {
  width: 100%;
}

.news .wrap .top-hot {
  margin-bottom: 2rem;
}

.news .wrap .top-hot .tit {
  color: #17469d;
  margin-bottom: 1.25rem;
}

.news .wrap .top-hot .li-wrap .li {
  display: block;
  padding: 1.35rem 1.4rem 1.45rem;
  background-color: rgba(255, 255, 255, 0.85);
  width: 23.5%;
  margin-right: 2%;
  transition: all 0.3s;
}

.news .wrap .top-hot .li-wrap .li:nth-child(4n) {
  margin-right: 0;
}

.news .wrap .top-hot .li-wrap .li .h1 {
  color: #3057b2;
  line-height: 1;
  margin-bottom: 0.3rem;
  transition: all 0.3s;
}

.news .wrap .top-hot .li-wrap .li .line {
  width: 0.5rem;
  height: 3px;
  background-color: #3057b2;
  margin-bottom: 0.4rem;
  transition: all 0.3s;
}

.news .wrap .top-hot .li-wrap .li .h2 {
  color: #17469d;
  line-height: 0.7rem;
  height: 1.4rem;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.news .wrap .top-hot .li-wrap .li .cont {
  color: #17469d;
  line-height: 0.7rem;
  height: 2.1rem;
  overflow: hidden;
  margin-bottom: 1.75rem;
  transition: all 0.3s;
}

.news .wrap .top-hot .li-wrap .li .more {
  display: flex;
  align-items: center;
}

.news .wrap .top-hot .li-wrap .li .more p {
  color: #f58232;
  line-height: 1;
  margin-right: 0.2rem;
  transition: all 0.3s;
}

.news .wrap .top-hot .li-wrap .li .more span {
  color: #f58232;
  transition: all 0.3s;
}

.news .wrap .top-hot .li-wrap .li:hover {
  background-color: rgba(13, 59, 166, 0.85);
}

.news .wrap .top-hot .li-wrap .li:hover p {
  color: #fff;
}

.news .wrap .top-hot .li-wrap .li:hover div {
  color: #fff;
}

.news .wrap .top-hot .li-wrap .li:hover .line {
  background-color: #fff;
}

.news .wrap .top-hot .li-wrap .li:hover .more span {
  color: #fff;
}

.news .wrap .news-ajax .box {
  margin-bottom: 2rem;
}

.news .wrap .news-ajax .box .li {
  display: block;
  padding: 1.25rem;
  border-top: 1px solid rgba(220, 220, 220, 0.9);
  transition: all 0.3s;
}

.news .wrap .news-ajax .box .li:last-child {
  border-bottom: 1px solid rgba(220, 220, 220, 0.9);
}

.news .wrap .news-ajax .box .li .h1 {
  color: #3057b2;
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}

.news .wrap .news-ajax .box .li .line {
  width: 0.5rem;
  height: 3px;
  background-color: #3057b2;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}

.news .wrap .news-ajax .box .li .h2 {
  color: #17469d;
  line-height: 1;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.news .wrap .news-ajax .box .li .cont {
  color: #17469d;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.2rem;
  transition: all 0.3s;
}

.news .wrap .news-ajax .box .li .more {
  display: flex;
  align-items: center;
}

.news .wrap .news-ajax .box .li .more p {
  color: #f58232;
  line-height: 1;
  margin-right: 0.2rem;
  transition: all 0.3s;
}

.news .wrap .news-ajax .box .li .more span {
  color: #f58232;
  transition: all 0.3s;
}

.news .wrap .news-ajax .box .li:hover {
  background-color: rgba(13, 59, 166, 0.85);
}

.news .wrap .news-ajax .box .li:hover p {
  color: #fff;
}

.news .wrap .news-ajax .box .li:hover div {
  color: #fff;
}

.news .wrap .news-ajax .box .li:hover .line {
  background-color: #fff;
}

.news .wrap .news-ajax .box .li:hover .more span {
  color: #fff;
}

.pub-page {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.pub-page div {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.pub-page a {
  display: block;
  min-width: 0.9rem;
  padding: 0 0.25rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  margin-right: 0.25rem;
  font-size: 14px;
  transition: all 0.3s;
}

.pub-page a:last-child {
  margin-right: 0;
}

.pub-page a:hover,
.pub-page a.active {
  background-color: #17469d;
  color: #fff;
}

.news-info {
  padding: 0.8rem 0 2.4rem;
}

.news-info .wrap .crumb {
  display: flex;
  align-items: center;
  margin-bottom: 2.6rem;
}

.news-info .wrap .crumb a {
  color: #17469d;
  line-height: 1;
  margin-right: 1.1rem;
  position: relative;
}

.news-info .wrap .crumb a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background-image: url(../img/36.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  right: calc(-0.55rem - 4px);
  top: 50%;
  transform: translateY(-50%);
}

.news-info .wrap .crumb a:last-child {
  margin-right: 0;
}

.news-info .wrap .crumb a:last-child::after {
  display: none;
}

.news-info .wrap .tit {
  color: #17469d;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.9rem;
}

.news-info .wrap .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}

.news-info .wrap .intro .li {
  color: #17469d;
  line-height: 1;
  display: block;
  padding-right: 0.9rem;
  margin-right: 0.9rem;
  border-right: 1px solid #d2d2d2;
}

.news-info .wrap .intro .li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.news-info .wrap .cont {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding: 1.4rem 0 4rem;
  color: #17469d;
}

.news-info .wrap .cont img {
  display: inline-block;
}

.news-info .wrap .info-page {
  display: flex;
  justify-content: space-between;
}

.news-info .wrap .info-page .page-nav {
  width: calc(100% - 4rem);
}

.news-info .wrap .info-page .page-nav a {
  display: block;
  color: #17469d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}

.news-info .wrap .info-page .page-nav a:last-child {
  margin-bottom: 0;
}

.news-info .wrap .info-page .page-nav a:hover {
  color: #f58232;
}

.news-info .wrap .info-page .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 1.1rem;
  border-radius: 0.55rem;
  background-color: #17469d;
  transition: all 0.3s;
}

.news-info .wrap .info-page .back div {
  width: 0.4rem;
  margin-right: 0.25rem;
}

.news-info .wrap .info-page .back div img {
  width: 100%;
}

.news-info .wrap .info-page .back span {
  color: #fff;
}

.news-info .wrap .info-page .back:hover {
  background-color: #f58232;
}

.dev {
  padding: 2.5rem 0 2.3rem;
}

.dev .wrap .top {
  display: flex;
  margin-bottom: 2.5rem;
}

.dev .wrap .top .tit {
  color: #17469d;
  line-height: 1;
  width: 25%;
  height: max-content;
  border-right: 1px solid #17469d;
}

.dev .wrap .top .cont {
  width: 75%;
  color: #17469d;
  line-height: 1.6;
  padding-left: 1.8rem;
}

.dev .wrap .select-wrap {
  display: flex;
  margin-bottom: 0.75rem;
}

.dev .wrap .select-wrap .li {
  width: 46.5%;
  height: 1.45rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-right: 6px;
}

.dev .wrap .select-wrap .li .intro {
  width: 100%;
  height: 100%;
  line-height: 1.45rem;
  color: #555555;
  padding-left: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.dev .wrap .select-wrap .li .arr-down {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: #666;
  transition: all 0.3s;
}

.dev .wrap .select-wrap .li .change-cont {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(4rem + 3px);
  overflow-y: auto;
  background-color: #fff;
  border-top: 1px solid rgba(23, 70, 157, 0.1);
  display: none;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.dev .wrap .select-wrap .li .change-cont span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding-left: 1.5rem;
  border-bottom: 1px solid rgba(23, 70, 157, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}

.dev .wrap .select-wrap .li .change-cont span:hover {
  background-color: #3057b2;
  color: #fff;
}

.dev .wrap .select-wrap .li .change-cont::-webkit-scrollbar {
  width: 3px;
}

.dev .wrap .select-wrap .li .change-cont::-webkit-scrollbar-thumb {
  background-color: #f58232;
}

.dev .wrap .select-wrap .li.cur .intro {
  background-color: #17469d;
  color: #fff;
}

.dev .wrap .select-wrap .li.cur .arr-down {
  color: #fff;
}
.dev .wrap .select-wrap .li .arr-down i {
  transition: all 0.3s;
}
.dev .wrap .select-wrap .li.cur .arr-down i {
  transform: rotate(180deg);
}

.dev .wrap .select-wrap .search {
  width: 2.5rem;
  height: 1.45rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.dev .wrap .select-wrap .search img {
  max-width: 80%;
}

.dev .wrap .select-wrap .search:hover {
  background-color: #17469d;
}

.dev .wrap .select-wrap .search:hover .normal-block {
  opacity: 0;
}

.dev .wrap .select-wrap .search:hover .hover-block {
  opacity: 1;
}

.dev .wrap .list-wrap .box .li .top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.25rem;
  border-bottom: 1px solid rgba(23, 70, 157, 0.1);
  padding: 0 3.1rem 0 1.75rem;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.dev .wrap .list-wrap .box .li .top-wrap .tit-li {
  display: flex;
  align-items: center;
}

.dev .wrap .list-wrap .box .li .top-wrap .tit-li:nth-child(1),
.dev .wrap .list-wrap .box .li .top-wrap .tit-li:nth-child(2) {
  width: 33.33%;
}

.dev .wrap .list-wrap .box .li .top-wrap .tit-li p {
  color: #222222;
  transition: all 0.3s;
}

.dev .wrap .list-wrap .box .li .top-wrap .tit-li.more p {
  color: #3057b2;
  margin-right: 0.4rem;
}

.dev .wrap .list-wrap .box .li .top-wrap .tit-li.more div {
  color: #3057b2;
  font-size: 0.7rem;
  transition: all 0.3s;
}

.dev .wrap .list-wrap .box .li .top-wrap .tit-li.address div {
  width: 18px;
  height: 22px;
  display: flex;
  align-items: center;
}

.dev .wrap .list-wrap .box .li .top-wrap .tit-li.address div svg {
  fill: #afafaf;
  transition: all 0.3s;
}

.dev .wrap .list-wrap .box .li .top-wrap .tit-li.address p {
  margin-left: 0.4rem;
}

.dev .wrap .list-wrap .box .li:hover .top-wrap,
.dev .wrap .list-wrap .box .li.cur .top-wrap {
  background-color: #17469d;
}

.dev .wrap .list-wrap .box .li:hover .top-wrap .tit-li p,
.dev .wrap .list-wrap .box .li.cur .top-wrap .tit-li p {
  color: #fff;
}

.dev .wrap .list-wrap .box .li:hover .top-wrap .tit-li div,
.dev .wrap .list-wrap .box .li.cur .top-wrap .tit-li div {
  color: #fff;
}
.captcha_ok {
  line-height: 1;
}

.dev .wrap .list-wrap .box .li:hover .top-wrap .tit-li div svg,
.dev .wrap .list-wrap .box .li.cur .top-wrap .tit-li div svg {
  fill: #fff;
}
.dev .wrap .list-wrap .box .li .top-wrap .tit-li div i {
  transition: all 0.5s;
}
.dev .wrap .list-wrap .box .li.cur .top-wrap .tit-li div i {
  transform: rotate(180deg);
}

.dev .wrap .list-wrap .box .li .btm-wrap {
  padding: 1.7rem 1.75rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(23, 70, 157, 0.1);
  display: none;
}

.dev .wrap .list-wrap .box .li .btm-wrap .intro {
  /* display: flex;
  flex-wrap: wrap; */
  margin-bottom: 1.1rem;
}

.dev .wrap .list-wrap .box .li .btm-wrap .intro p {
  /* width: 33.3%; */
  margin-bottom: 0.7rem;
  line-height: 1.5;
  color: #333333;
}

.dev .wrap .list-wrap .box .li .btm-wrap .support {
  width: 3.9rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  background-color: #17469d;
  border-radius: 0.7rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.dev .wrap .list-wrap .box .li .btm-wrap .support:hover {
  background-color: #f58232;
}

.dev-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.dev-pop .close-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dev-pop .form-box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  background-color: #fff;
  padding: 1.8rem 2.5rem 1.9rem;
}

.dev-pop .form-box .tit {
  color: #17469d;
  text-align: center;
  margin-bottom: 1.4rem;
}

.dev-pop .form-box .input-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.dev-pop .form-box .input-wrap .li {
  width: 48%;
  height: 1.75rem;
  margin-right: 4%;
  margin-bottom: 0.6rem;
  border: 1px solid #d2d2d2;
  /* position: relative; */
}

/* .dev-pop .form-box .input-wrap .li img {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
} */

.dev-pop .form-box .input-wrap .li:nth-child(2n) {
  margin-right: 0;
}

.dev-pop .form-box .input-wrap .li input {
  padding: 0 1.3rem;
  width: 100%;
  height: 100%;
  background: none;
  color: #17469d;
}

.dev-pop .form-box .input-wrap .li input::placeholder {
  color: #17469d;
}

.dev-pop .form-box .input-wrap .li.upload {
  position: relative;
  background-color: #f6f9ff;
  width: 5rem;
  margin: 0;
  border-radius: 0;
}

.dev-pop .form-box .input-wrap .li.upload .upload-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  padding: 0 0.5rem;
}

.dev-pop .form-box .input-wrap .li.upload .file-name {
  position: absolute;
  z-index: 1;
  left: 106%;
  top: 0;

  width: 156% !important;
  background: none;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dev-pop .form-box .input-wrap .li.upload div {
  padding: 0 0.5rem;
  display: flex;
  height: 100%;
  align-items: center;
  color: #17469d;
}

.dev-pop .form-box .input-wrap .li.upload div img {
  width: 15px;
  margin-left: 0.3rem;
}

.dev-pop .form-box .input-wrap .li.code {
  display: flex;
  align-items: center;
}

.dev-pop .form-box .input-wrap .li #captcha {
  width: 60%;
}

.dev-pop .form-box .input-wrap .li img {
  width: 2rem;
  object-fit: contain;
}

.dev-pop .form-box .submit {
  width: 3.9rem;
  height: 1.4rem;
  border-radius: 0.7rem;
  background-color: #17469d;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.contact {
  padding: 2.75rem 0 0;
  position: relative;
}

.contact .tit {
  color: #214ea1;
  position: absolute;
  left: 9.5%;
  top: 2.5rem;
}

.contact .map {
  position: relative;
}

.contact .map img {
  width: 100%;
}

.contact .map .point {
  position: absolute;
  display: block;
}

.contact .map .point .cont {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #e77926;
}

.contact .map .point .cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  /* background-color: #E77926; */
  animation: scale 10s infinite;
  border-radius: 50%;
  box-shadow: inset 0 0 1px 1px rgba(231, 121, 38, 0.5);
}

.contact .map .point .cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  /* background-color: #E77926; */
  animation: scale 10s 5s infinite;
  border-radius: 50%;
  box-shadow: inset 0 0 1px 1px rgba(231, 121, 38, 0.5);
}

.contact .map .point .intro {
  position: absolute;
  left: 2.2rem;
  bottom: 1.95rem;
  width: 12.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.2rem;
  background-color: #fff;
  transition: all 0.3s;
}

.contact .map .point .intro .h1 {
  color: #2c57a6;
  line-height: 1;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  transition: all 0.3s;
}

.contact .map .point .intro .h2 {
  color: #333333;
  line-height: 1.6;
  transition: all 0.3s;
}

.contact .map .point .intro:hover {
  background-color: #2c57a6;
}

.contact .map .point .intro:hover .h1,
.contact .map .point .intro:hover .h2 {
  color: #fff;
}

.contact .map .point1 {
  top: 48%;
  left: 15%;
}

.contact .map .point2 {
  top: 50%;
  left: 78.7%;
}

.contact .map .point2 .intro {
  top: 1rem;
  right: 1.1rem;
  bottom: auto;
  left: auto;
}

.contact .map .point3 {
  top: 49%;
  left: 79.5%;
}

.contact .map .point3 .intro {
  bottom: 3.9rem;
  left: -4.3rem;
}

.head-pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}

.head-pos .wrap {
  width: 100%;
  height: 100%;
  padding-top: 6.5rem;
  display: flex;
  justify-content: center;
}

.head-pos .wrap .li {
  width: max-content;
  margin-right: 3.1rem;
  transform: translateX(0.5rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.head-pos .wrap .li:last-child {
  margin-right: 0;
}

.head-pos .wrap .li:nth-child(2) {
  transition: all 0.3s 0.5s ease-in-out;
}

.head-pos .wrap .li:nth-child(3) {
  transition: all 0.3s 0.7s ease-in-out;
}

.head-pos .wrap .li:nth-child(4) {
  transition: all 0.3s 0.9s ease-in-out;
}

.head-pos .wrap .li:nth-child(5) {
  transition: all 0.3s 1.1s ease-in-out;
}

.head-pos .wrap .li a {
  display: block;
  color: #fff;
  margin-bottom: 0.45rem;
  position: relative;
  line-height: 1;
}

.head-pos .wrap .li a:first-child {
  margin-bottom: 0.8rem;
}

.head-pos .wrap .li a::after {
  content: "";
  position: absolute;
  right: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
}

.head-pos .wrap .li a:hover::after {
  width: 15px;
  right: calc(100% + 0.25rem);
  opacity: 1;
}

.head-pos.show .li {
  opacity: 1;
  transform: translateX(0);
}

.li-wrap .news-pagination {
  display: none;
}

.ban-container .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.ban-container .swiper-slide-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.ban-container .swiper-slide .tit,
.ban-container .swiper-slide .cont,
.ban-container .swiper-slide .more-box,
.ban-container .swiper-slide .en-tit {
  opacity: 0;
}

.ban-container .ani-slide .tit {
  animation: fadeUp 0.5s ease-in-out forwards;
}

.ban-container .ani-slide .cont {
  animation: fadeUp 0.5s 0.3s ease-in-out forwards;
}

.ban-container .ani-slide .more-box {
  animation: fadeUp 0.5s 0.5s ease-in-out forwards;
}

.ban-container .ani-slide .en-tit {
  animation: fadeUp 0.5s 0.5s ease-in-out forwards;
}

#all-container .swiper-slide .pubSwiper .li {
  transform: translateX(0.5rem);
}

#all-container .swiper-slide .pubSwiper .li:nth-child(1) {
  transition: all 0.3s;
}

#all-container .swiper-slide .pubSwiper .li:nth-child(2) {
  transition: all 0.3s 0.25s;
}

#all-container .swiper-slide .pubSwiper .li:nth-child(3) {
  transition: all 0.3s 0.5s;
}

#all-container .swiper-slide .pubSwiper .li:nth-child(4) {
  transition: all 0.3s 0.75s;
}

#all-container .swiper-slide .pubSwiper .li:nth-child(5) {
  transition: all 0.3s 1s;
}

#all-container .swiper-slide .pubSwiper .tit,
#all-container .swiper-slide .pubSwiper .cont,
#all-container .swiper-slide .pubSwiper .more-box,
#all-container .swiper-slide .pubSwiper .en-tit,
#all-container .swiper-slide .pubSwiper .li {
  opacity: 0;
}

#all-container .ani-slide .pubSwiper .tit {
  animation: fadeUp 0.5s ease-in-out forwards;
}

#all-container .ani-slide .pubSwiper .cont {
  animation: fadeUp 0.5s 0.3s ease-in-out forwards;
}

#all-container .ani-slide .pubSwiper .more-box {
  animation: fadeUp 0.5s 0.5s ease-in-out forwards;
}

#all-container .ani-slide .pubSwiper .en-tit {
  animation: fadeUp 0.5s 0.5s ease-in-out forwards;
}

#all-container .ani-slide .pubSwiper .li {
  opacity: 1;
  transform: translateX(0);
}

.contact .mb-point {
  display: none;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #e77926;
}

.head-hov {
  background-color: #fff;
}

.head-hov .menu div {
  background-color: #17469d;
}

.head-hov .scr-img {
  display: block;
}

.head-hov .nor-img {
  display: none;
}

.head-hov .nav-ls a {
  color: #333;
}

.head-hov .logo a .cls-1 {
  fill: #f48131;
}

.head-hov .logo a .cls-2,
.head-hov .logo a .cls-3 {
  fill: #16469d;
}

.head-hov .head-search svg .cls-1 {
  fill: #16469d;
}

/* .head-hov .nav-ls.cur>a {
  color: #F58232;
} */

.head-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  display: none;
  /* transition: all .5s; */
}

.nav-box {
  height: 1.9rem;
}

.nav-fix {
  position: fixed;
  top: 2.8rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.tab-box {
  height: 1.5rem;
  width: 100%;
}

.tab-fix {
  position: fixed;
  top: 4.7rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  padding: 0 9.5%;
}

.list-fix {
  /* position: sticky;
  top: 6.2rem;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 67, 178, 0.5); */
  /* width: calc(81% - 5rem); */
}
.jj {
  position: sticky;
  top: 6.2rem;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 67, 178, 0.5);
  /* width: calc(81% - 5rem); */
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.dalov {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.innovate_list .wrap .tit {
  border-bottom: 2px solid #f58232;
  padding-bottom: 0.9rem;
}

.innovate_list .wrap .back {
  position: absolute;
  top: 1.5rem;
  right: 2.4rem;
  display: block;
  width: 3.15rem;
  height: 1.4rem;
  border-radius: 0.7rem;
  background-color: #17469d;
  line-height: 1.4rem;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.innovate_list .wrap .back:hover {
  background-color: #f58232;
}

/*# sourceMappingURL=all.css.map */

.wr {
  width: 100%;
  position: relative;
}

.por-cent {
  padding: 2.5rem 4.65rem;
}

.por-cent .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.por-cent .title .t1 {
  color: #17469d;
  line-height: 1;
}

.por-cent .list {
  /* margin-top: 1.5rem; */
}

.por-cent .list .li {
  display: flex;
  background-image: url(../img/y1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 10px 0px 20px 0px #17469d10;
  padding: 0.925rem;
  margin-top: 1.5rem;
  justify-content: space-between;
}
.por-cent .list .li .img {
  width: 45.5%;
}

.por-cent .list .li .txt {
  width: 45.5%;
  padding-right: 1.375rem;
}

.por-cent .list .li .txt .t1 {
  color: #0088cc;
  line-height: 1;
  padding-top: 0.7rem;
  font-weight: 500;
}

.por-cent .list .li .txt .t2 {
  color: #17469d;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.1rem 0;
  display: inline-block;
  border-bottom: 4px solid rgba(244, 129, 49, 1);
}
.por-cent .list .li .txt .tt3 {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(36, 66, 121, 0.1);
  width: 100%;
}
.por-cent .list .li .txt .t3 {
  height: 5.6rem;
  overflow: auto;
  padding-right: 0.8rem;

  color: #666666;
}

.por-cent .list .li .txt .btn-list {
  display: flex;
  margin-top: 0.5rem;
}
.por-cent .list .li .txt .btn-list .lis {
  width: 5.5rem;
  height: 1.8rem;
  background: RGBA(243, 246, 250, 1);
  border-radius: 5px 5px 5px 5px;
  border: 1px solid rgba(23, 70, 157, 0.1);
  display: flex;
  margin-right: 0.575rem;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  transition: all 0.5s;
  padding-left: 0.6rem;
}
.por-cent .list .li .txt .btn-list .lis .icon {
  margin-right: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: rgba(23, 70, 157, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.por-cent .list .li .txt .btn-list .lis:hover {
  background-color: rgba(244, 129, 49, 1);
  box-shadow: 0px 6px 12px 5px #17469d10;
  color: #fff;
}

.por-cent .list .li .txt .btn-list .lis .icon svg {
  width: 0.3rem;
  fill: #fff;
  transition: all 0.5s;
}
.por-cent .list .li .txt .btn-list .lis:last-child .icon svg {
  width: 0.35rem;
}

.por-cent .list .li .txt .btn-list .lis:hover .icon {
  background-color: #fff;
}
.por-cent .list .li .txt .btn-list .lis:hover .icon svg {
  fill: rgba(244, 129, 49, 1);
}

.doig {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  left: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}

.doig .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sms-doig .box {
  width: 10.65rem;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  padding: 0.95rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0.675rem;
}

.sms-doig .box .icon {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background-color: RGBA(243, 243, 243, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sms-doig .box .icon svg {
  width: 1.2rem;
  fill: RGBA(129, 151, 192, 1);
}
.sms-doig .box .tit-20 {
  line-height: 1.5;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}

.sms-doig .box .bts {
  width: 9.5rem;
  height: 1.3rem;
  background: #e7e7e7;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.425rem;
  margin-top: 0.5rem;
  cursor: pointer;
  color: #333;
  transition: all 0.5s;
}
.sms-doig .box .bts.down {
  background-color: #17469d;
  color: #fff;
}
.sms-doig .box .bts:hover {
  background-color: rgba(244, 129, 49, 1) !important;
  color: #fff !important;
}

.yjcg-doig .box {
  width: 20rem;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  padding: 0.95rem 0;
  padding-bottom: 1.25rem;
}
.yjcg-doig .box .wr {
  padding: 0 0.95rem;
  height: 7.5rem;

  padding-top: 0.2rem;
  overflow: auto;
}
.yjcg-doig .box .t1 {
  font-weight: 500;
  line-height: 1;
}
.yjcg-doig .box .list {
  width: 100%;
  position: relative;
}
.yjcg-doig .box .lien {
  content: "";
  width: calc(100% - 0.95rem - 0.95rem);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
  left: 0.95rem;
  margin-top: 0.4rem;
}

.yjcg-doig .box .list .li {
  display: flex;
  padding: 0.35rem 0;
  align-items: center;
  justify-content: space-between;
  color: #333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.yjcg-doig .box .list .li .l {
  width: 85%;
  display: flex;
  align-items: center;
}

.yjcg-doig .box .list .li .icon {
  width: 0.8rem;
  margin-right: 0.1rem;
}
.yjcg-doig .box .list .li .l svg {
  width: 1rem;
}
.yjcg-doig .box .list .li .l .tit-17 {
  width: calc(100% - 1rem);
    display: -webkit-box;
  -webkit-line-clamp: 2;        /* 限制显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; /*  */


}
.yjcg-doig .box .list .li .tit-13 {
  display: inline-block;
  color: #17469d;

  display: inline-block;
  line-height: 1;
  position: relative;
}
.yjcg-doig .box .list .li .tit-13::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background-color: #17469d;
}
.yjcg-doig .box .list .li:hover {
  color: rgba(244, 129, 49, 1);
}
.yjcg-doig .box .list .li:hover .tit-13 {
  color: rgba(244, 129, 49, 1);
}
.yjcg-doig .box .list .li:hover .tit-13::after {
  background-color: rgba(244, 129, 49, 1);
}

.yjcg-doig .close {
  position: absolute;
  width: 1.475rem;
  height: 1.475rem;
  border-radius: 50%;
  background-color: RGBA(234, 234, 234, 1);
  top: -0.5rem;
  right: -0.5rem;
  transition: all 0.5s;
}
.yjcg-doig .close:hover {
  background-color: rgba(244, 129, 49, 1);
}
.yjcg-doig .close svg {
  width: 14px;
  position: absolute;
  z-index: 3;
  left: 26%;
  bottom: 23%;
  fill: #999;
  transition: all 0.5s;
}
.yjcg-doig .close:hover svg {
  fill: #fff;
}

.contact-b {
  padding: 2.425rem 4.675rem;
  background-color: RGBA(248, 248, 248, 1);
}
.contact-b .tit {
  color: #17469d;
  line-height: 1;
}

.contact-b .t2 {
  color: #17469d;
  margin-top: 1.125rem;
}
.contact-b .t2 span {
  color: #f48131;
}

.contact-b .t3 {
  margin-top: 1.25rem;
  font-weight: 500;
}

.contact-b .list {
  display: flex;
  margin-top: 1rem;
}

.contact-b .list .li {
  display: flex;
  width: calc((100% - 1.25rem) / 3);
  margin-right: 0.625rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  padding: 0 1.225rem;
  background-color: #fff;
  align-items: center;
  color: #333;
  justify-content: space-between;
  transition: all 0.5s;
  box-shadow: 0px 0px 30px 0px #17469d0a;
}
.contact-b .list .li:last-child {
  margin-right: 0;
}

.contact-b .list .li .icon {
  width: 1.325rem;
  height: 1.325rem;
  border-radius: 50%;
  background-color: #17469d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.contact-b .list .li .icon svg {
  width: 0.6rem;
  fill: #fff;
}
.contact-b .list .li .tit-28 {
  font-weight: 500;
}
.contact-b .list .li:hover {
  background-color: #17469d;
  color: #fff;
}
.contact-b .list .li:hover .icon {
  background-color: RGBA(244, 129, 49, 1);
}
.contact-b .list .li:hover .col-999 {
  color: #fff;
}
.contact-b .list .li .col-999 {
  transition: all 0.5s;
}

/* 艾森 */
.as-form form {
  width: 100%;
  position: relative;
}
.as-a {
  background: #f8f8f8;
  padding: 2.275rem 0;
}
.yviews {
  width: 100%;
  padding: 0 4.675rem;
}
.mc {
  color: #17469d;
}

.as-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.as-list .li {
  width: calc((100% - 1.15rem) / 3);
  margin-right: 0.575rem;
  height: 1.45rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.725rem;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0.8rem;
  display: flex;
  cursor: text;
  justify-content: space-between;
  align-items: center;
}
.as-list .li:nth-child(3n) {
  margin-right: 0;
}
.as-list .li .l {
  display: flex;
  height: 100%;
  align-items: center;
}

.as-list .li .lab {
  font-weight: 500;
  white-space: nowrap;
  font-size: 0.375rem;
}
.as-list .li input {
  margin-left: 0.25rem;
  width: 12vw;
  background-color: transparent;
}

.as-list .li .r {
  display: flex;

  align-items: center;
}
.as-list .li .r .red {
  line-height: 1;
  color: #cc0000;
  transform: translateY(20%);
}

.as-list .li .r .sel-tit {
  display: flex;
  display: flex;

  align-items: center;
  margin-right: 0.2rem;
}

.as-list .li.sele-li {
  background: RGBA(237, 239, 243, 1);
  cursor: pointer !important;
}

.as-list .li .r .sel-tit svg {
  width: 0.4rem;
  fill: #17469d;
  margin-left: 0.2rem;
}
.as-list .li .r .sel-tit .lab {
  font-weight: 700;
  font-size: 0.45rem;
}
.sele-li dl {
  position: absolute;
  left: 0;
  top: 1.45rem;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #eee;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
  box-sizing: border-box;
  transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.captcha_no {
  line-height: 1;
  transform: translateY(1px);
}
.sele-li .r .sel-tit svg {
  transition: all 0.5s;
}

.sele-li.on .r .sel-tit svg {
  transform: rotate(180deg);
}
.sele-li.on dl {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.sele-li dl dd {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
  font-weight: 500;
}
.sele-li dl dd.layui-disabled {
  background-color: #fff;
}
.layui-disabled,
.layui-disabled:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

.sele-li dl dd:hover {
  background-color: #f8f8f8;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.sele-li dl dd.on {
  background-color: #f8f8f8;
  color: #013088;
  font-weight: 700;
}

.as-list .li.timebox {
  background: RGBA(237, 239, 243, 1);
  cursor: pointer !important;
}
.as-list .li.timebox input {
  /* width: 4rem; */
  height: 100%;
}

.timebox .lab span {
  font-size: 0.325rem;
  color: #999999;
}
.timebox .lab span.on {
  font-size: 0.375rem;
  color: #333;
  margin-left: 0.5rem;
}

.timebox .r .sel-tit svg.timeicon {
  width: 0.5rem;
  fill: #17469d;
}
.as-b {
  background: #fff;
  padding: 2.275rem 0;
}
.as-b .group {
  padding-left: 0.8rem;
}
.group .tip {
  margin-bottom: 0.45rem;
}
.mb0 {
  margin-bottom: 0 !important;
}
.group {
  margin-top: 0.55rem;
}
.group .tip.not-null::after {
  content: "* ";
  color: #e42525;
  font-size: 0.55rem;
  margin-left: 0.2rem;
  display: inline-block;
  line-height: 1;
  transform: translateY(8px);
}
.group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.group:last-child {
  border-bottom: 0;
}
.label-body {
  display: flex;
}
.label-body .lab-li {
  margin-right: 3rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0.9rem;
}
.mt0 {
  margin-top: 0 !important;
}

.label-body .lab-li .c {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 0.25rem;

  border: 1px solid #000000;
}
.label-body .lab-li.on .c {
  background-color: #004890;
  border: 1px solid #004890;
}
.as-list .label-body .li.sele-li {
  margin-bottom: 0;
  width: 10.55rem;
  margin-left: 0.75rem;
  background-color: #fff;
  display: none;
}
.as-list .label-body .li.sele-li input {
  margin-left: 0;
}
.as-list .label-body .li.sele-li .r .sel-tit svg {
  fill: #333;
}

.label-body .lab-li.on .li.sele-li {
  display: flex;
}

.sele-li dl dd input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 120px !important;
  margin-right: 0.1rem;
}

.fx-list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}
.fx-list .textar {
  margin-bottom: 0.5rem;
}
.fx-list .lab {
  font-weight: 500;
  white-space: nowrap;
}
.lab span {
  color: #999999;
}

.fx-list .textar .red {
  line-height: 1;
  color: #cc0000;
  transform: translateY(20%);
  margin-left: 0.2rem;
}
.fx-list .textar textarea {
  width: 100%;
  min-height: 139px;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.2rem;
  font-size: 16px;
  padding: 0.5rem;
}
.fx-list .as-list {
  margin-top: 0;
}
.fx-list .as-list .li {
  border-radius: 0.25rem;
  width: calc((100% - 0.5rem) / 2);
  margin-right: 0.5rem;
}
.fx-list .as-list .li:nth-child(2n) {
  margin-right: 0;
}

.fx-list .c-list .ls {
  margin-right: 1.85rem;
  margin-top: 0.5rem;
  font-weight: 500;
  cursor: pointer;
}

.fx-list .c-list .ls .box {
  width: 15px;
  height: 15px;

  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 0.2rem;
}
.fx-list .c-list .ls.on .box {
  background: #17469d;
}

.fx-list .c-list .ls input {
  margin-left: 0.4rem;
  width: 8rem;
  height: 1.05rem;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0.5rem;
  display: none;
  font-size: 0.375rem;
}
.fx-list .c-list .ls.on input {
  display: block;
}

.as-c {
  padding-bottom: 3.425rem;
}
.as-d {
  background-color: #fff;
}
.as-d .t2 {
  margin-top: 0.75rem;
  font-weight: 700;
}
.t2 i {
  font-style: normal;
}
.as-d .t2 span {
  font-weight: 400;
}

.add-btn {
  width: 3rem;
  line-height: 1.3rem;
  background: #17469d;
  border-radius: 0.65rem;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 0.45rem;
}
.add-btn:hover {
  background-color: #f58232;
}
.dele-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  position: relative;
  margin-top: 0.7rem;
}
.dele-line .icon {
  position: absolute;
  right: 0;
  top: 50%;
  height: 1rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.line {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.as-e .t2 {
  margin-top: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.as-e .t3 {
  margin-top: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.as-list .li .cls {
  margin-left: 1rem;
}
.as-list .li .cls .box {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-right: 0.2rem;
}
.as-list .li .cls.on .box {
  background-color: #004890;
}

.as-e .t4 {
  width: 100%;
  background-color: #fff;
  min-height: 5.75rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 18px;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.as-e .t3 span {
  color: #999;
}

.upload {
  width: 3.75rem;
  height: 1.3rem;
  background: #17469d;
  border-radius: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.4rem;
  color: #fff;
  float: left;
  margin-top: 14px;
  cursor: pointer !important;
}
.upload .icon {
  /* background: url(../img/upload.png) no-repeat; */
  width: 0.7rem;
  height: 0.6rem;
  background-size: cover;
  display: block;
  margin-right: 0.125rem;
}

.upload:hover {
  background-color: #f58232;
}
.upload input {
  cursor: pointer;
}
.as-e {
  padding-bottom: 5rem;
}
.as-f {
  padding: 2.4rem 0;
  display: flex;
  background-image: url(../img/ybg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  align-items: center;
}
.as-f .as-list {
  width: 12.5rem;
}
.as-f .as-list .li {
  width: 100%;
  margin-right: 0;
}
.as-f .as-list .li input {
  width: 4.5rem;
}
.as-f .t1 a {
  color: #fff;
  text-decoration: underline;
}
.as-f .t1 a:hover {
  color: #f58232;
}
.as-f .yszcbox {
  margin-top: 1rem;
  cursor: pointer;
}
.as-f .yszcbox .box {
  width: 12px;
  height: 12px;

  border: 1px solid #ffffff;
  margin-right: 0.25rem;
}
.yszcbox a {
  color: #fff;
}

.as-f .yszcbox.on .box {
  background-color: #f58232;
}
.as-f .yszcbox .red {
  line-height: 1;
  color: #cc0000;
  transform: translateY(20%);
  margin-left: 0.2rem;
}
.as-f .btn-list {
  margin-top: 1.5rem;
}
.as-f .btn-list a {
  display: block;
  width: 3.775rem;
  line-height: 1.325rem;
  text-align: center;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 500;
  margin: 0 0.25rem;
  transition: all 0.5s;
}
.as-f .btn-list input {
  display: block;
  width: 3.775rem;
  line-height: 1.325rem;
  text-align: center;
  border-radius: 1.325rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  margin: 0 0.25rem;
  transition: all 0.5s;
}
.as-f .btn-list a:hover,
.as-f .btn-list input:hover {
  background-color: #f58232;
  border-color: #f58232;
}

.asp-a {
  background: #edeff3;
}
.group {
  padding-left: 0.5rem;
}

.asp-a .label-body .lab-li input {
  margin-left: 0.4rem;
  width: 8rem;
  height: 1.05rem;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0.5rem;
  display: none;
  font-size: 0.375rem;
}
.label-body .lab-li.on input {
  display: block;
}

@media (max-width: 996px) {
  .as-a {
    padding: 1.5rem 0;
  }
  .yviews {
    width: 100%;
    padding: 0 4%;
  }
  .as-form .tit-42 {
    font-size: 0.7rem;
  }
  .as-list {
    display: block;
    width: 100%;
  }
  .as-list .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .label-body .lab-li {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
  }
  .label-body {
    display: flex;
    flex-wrap: wrap;
  }
  .fx-list .as-list .li {
    width: 100%;
  }
  .as-list .li input {
    width: 5rem;
  }
  .fx-list .c-list {
    display: flex;
    flex-wrap: wrap;
  }
  .fx-list .c-list .ls {
    margin-right: 1rem;
  }
  .as-list .li .lab {
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .as-a {
    padding-bottom: 2rem;
  }
  .as-f .as-list {
    width: 100%;
  }
  .as-f {
    padding: 1.5rem 4%;
    width: 100%;
    /* margin-top: 1rem; */
  }
  .as-f .as-list .li input {
    width: 4rem;
  }
  .as-d .t2 {
    font-size: 0.4rem;
  }
  .contact-b {
    padding: 1.5rem 4%;
  }
  .contact-b .tit {
    font-size: 0.85rem;
  }
  .contact-b .t2 p span {
    font-size: 12px !important;
  }
  .contact-b .t3 {
    margin-top: 0.5rem;
    font-size: 15px;
  }
  .contact-b .list {
    display: block;
  }
  .contact-b .list .li {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .contact-b .t2 {
    margin-top: 0.75rem;
  }
  .as-a {
    padding-bottom: 3rem;
  }
  .lab {
    font-size: 14px !important;
  }
  .contact-b .t2 {
    font-size: 15px;
  }
  .contact-b .list .li .tit-28 {
    font-size: 16px;
  }
}
.fc {
  display: flex;
  align-items: center;
}

.mdian {
  top: -4rem;
  height: 1px;
}
.footer .btm .rg a {
  display: inline-block;
  margin-left: 0.2rem;
  transition: all 0.3s;
}
.footer .btm .rg a:hover {
  color: #f58232;
}

.por-cent .list .li .txt .t3::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.por-cent .list .li .txt .t3::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.por-cent .list .li .txt .t3::-webkit-scrollbar-thumb {
  background: #17469d;
  border-radius: 8px;
}

.por-cent .list .li .txt .t3::-webkit-scrollbar-thumb:window-inactive {
  background: #17469d;
  border-radius: 8px;
}

.por-cent .list .li .txt .t3::-webkit-scrollbar-thumb:vertical:hover {
  background: #17469d;
  border-radius: 8px;
}

.yjcg-doig .box .wr::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.yjcg-doig .box .wr::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.yjcg-doig .box .wr::-webkit-scrollbar-thumb {
  background: #17469d;
  border-radius: 8px;
}

.yjcg-doig .box .wr::-webkit-scrollbar-thumb:window-inactive {
  background: #17469d;
  border-radius: 8px;
}

.yjcg-doig .box .wr::-webkit-scrollbar-thumb:vertical:hover {
  background: #17469d;
  border-radius: 8px;
}
.as-list .li.timebox input::placeholder {
  color: #999;
  font-size: 0.35rem;
}
.as-list .li.timebox input {
  width: 12.5vw;
}

.label-body .lab-li.or input {
  margin-left: 0.4rem;
  width: 8rem;
  height: 1.05rem;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0.5rem;
  display: none;
  font-size: 0.375rem;
}
.label-body .lab-li.on input {
  display: block;
}
.fx-list .c-list {
  flex-wrap: wrap;
}
.lh1 {
  line-height: 1;
}

.morsele {
  position: absolute;
  left: 0;
  top: 1.45rem;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #eee;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
  box-sizing: border-box;
  transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.morsele.on {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.morsele dd {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
  font-weight: 500;
}
.morsele dd.layui-disabled {
  background-color: #fff;
}
.layui-disabled,
.layui-disabled:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

.morsele dd:hover {
  background-color: #f8f8f8;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.morsele dd.on {
  background-color: #f8f8f8;
  color: #013088;
  font-weight: 700;
}

.morsele dd {
  display: flex;
  align-items: center;
}
.morsele dd .fbox {
  width: 15px;
  height: 15px;

  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-right: 0.2rem;
}
.morsele dd.on .fbox {
  background-color: #004890;
}

.tip-list {
  width: 5rem;
  overflow: auto;
  margin-left: 0.2rem;
  white-space: nowrap;
  /* scrollbar-width: none; */
  padding-bottom: 0.1rem;
}
.tip-list .tli {
  background-color: #17469d;
  width: auto;
  display: inline-block;
  padding: 0.1rem 0.2rem;
  height: 100%;
  color: #fff;
}
.tip-list .tli svg {
  fill: #fff;
  line-height: 1;
  width: 15px;
  transform: translateY(2px);
}
.fileName2 {
  line-height: 30px;
  margin-top: 25px;
  float: left;
  margin-left: 20px;
  color: #17469d;
  font-size: 15px;
}
.file-s0-close {
  font-style: normal;
  font-size: 15px;
  color: #000;
}
.file-s0-close:hover {
  color: #f58232;
}
